Skip to content

Commit e97f240

Browse files
feat: Automated regeneration of chat v1 client (#13051)
Auto-created at 2022-12-12 11:06:29 +0000 using the toys pull request generator.
1 parent a42511c commit e97f240

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

generated/google-apis-chat_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-chat_v1
22

3+
### v0.48.0 (2022-12-12)
4+
5+
* Regenerated from discovery document revision 20221206
6+
37
### v0.47.0 (2022-12-07)
48

59
* Regenerated from discovery document revision 20221204

generated/google-apis-chat_v1/lib/google/apis/chat_v1.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ module ChatV1
4141

4242
# View messages and reactions in Google Chat
4343
AUTH_CHAT_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.messages.readonly'
44+
45+
# Create conversations and spaces and view or update metadata (including history settings) in Google Chat
46+
AUTH_CHAT_SPACES = 'https://www.googleapis.com/auth/chat.spaces'
47+
48+
# View chat and spaces in Google Chat
49+
AUTH_CHAT_SPACES_READONLY = 'https://www.googleapis.com/auth/chat.spaces.readonly'
4450
end
4551
end
4652
end

generated/google-apis-chat_v1/lib/google/apis/chat_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ChatV1
1818
# Version of the google-apis-chat_v1 gem
19-
GEM_VERSION = "0.47.0"
19+
GEM_VERSION = "0.48.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.11.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20221204"
25+
REVISION = "20221206"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)