feat: [AppsChat] Add Chat read state APIs #11554
Annotations
2 errors
Check for BC breaks:
AppsChat/src/Chat/V1/Client/ChatServiceClient.php#L137
Property Google\Apps\Chat\V1\Client\ChatServiceClient::$serviceScopes changed default value from array (
0 => 'https://www.googleapis.com/auth/chat.bot',
1 => 'https://www.googleapis.com/auth/chat.delete',
2 => 'https://www.googleapis.com/auth/chat.import',
3 => 'https://www.googleapis.com/auth/chat.memberships',
4 => 'https://www.googleapis.com/auth/chat.memberships.app',
5 => 'https://www.googleapis.com/auth/chat.memberships.readonly',
6 => 'https://www.googleapis.com/auth/chat.messages',
7 => 'https://www.googleapis.com/auth/chat.messages.create',
8 => 'https://www.googleapis.com/auth/chat.messages.reactions',
9 => 'https://www.googleapis.com/auth/chat.messages.reactions.create',
10 => 'https://www.googleapis.com/auth/chat.messages.reactions.readonly',
11 => 'https://www.googleapis.com/auth/chat.messages.readonly',
12 => 'https://www.googleapis.com/auth/chat.spaces',
13 => 'https://www.googleapis.com/auth/chat.spaces.create',
14 => 'https://www.googleapis.com/auth/chat.spaces.readonly',
) to array (
0 => 'https://www.googleapis.com/auth/chat.bot',
1 => 'https://www.googleapis.com/auth/chat.delete',
2 => 'https://www.googleapis.com/auth/chat.import',
3 => 'https://www.googleapis.com/auth/chat.memberships',
4 => 'https://www.googleapis.com/auth/chat.memberships.app',
5 => 'https://www.googleapis.com/auth/chat.memberships.readonly',
6 => 'https://www.googleapis.com/auth/chat.messages',
7 => 'https://www.googleapis.com/auth/chat.messages.create',
8 => 'https://www.googleapis.com/auth/chat.messages.reactions',
9 => 'https://www.googleapis.com/auth/chat.messages.reactions.create',
10 => 'https://www.googleapis.com/auth/chat.messages.reactions.readonly',
11 => 'https://www.googleapis.com/auth/chat.messages.readonly',
12 => 'https://www.googleapis.com/auth/chat.spaces',
13 => 'https://www.googleapis.com/auth/chat.spaces.create',
14 => 'https://www.googleapis.com/auth/chat.spaces.readonly',
15 => 'https://www.googleapis.com/auth/chat.users.readstate',
16 => 'https://www.googleapis.com/auth/chat.users.readstate.readonly',
)
|
Check for BC breaks
Process completed with exit code 3.
|
Loading