Skip to content

Commit 9cdb3aa

Browse files
feat: Automated regeneration of workspaceevents v1 client (googleapis#21411)
Auto-created at 2025-01-19 09:56:11 +0000 using the toys pull request generator.
1 parent dbdeff2 commit 9cdb3aa

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

generated/google-apis-workspaceevents_v1/CHANGELOG.md

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

3+
### v0.11.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250114
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.10.0 (2024-11-03)
49

510
* Regenerated from discovery document revision 20241027

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ module WorkspaceeventsV1
3939
# View members in Google Chat conversations.
4040
AUTH_CHAT_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.memberships.readonly'
4141

42-
# See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.
42+
# See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.
4343
AUTH_CHAT_MESSAGES = 'https://www.googleapis.com/auth/chat.messages'
4444

45-
# See, add, and delete reactions to messages in Google Chat
45+
# See, add, and delete reactions as well as their reaction content to messages in Google Chat
4646
AUTH_CHAT_MESSAGES_REACTIONS = 'https://www.googleapis.com/auth/chat.messages.reactions'
4747

48-
# View reactions to messages in Google Chat
48+
# View reactions as well as their reaction content to messages in Google Chat
4949
AUTH_CHAT_MESSAGES_REACTIONS_READONLY = 'https://www.googleapis.com/auth/chat.messages.reactions.readonly'
5050

51-
# See messages and their associated reactions and attachments in Google Chat
51+
# See messages as well as their reactions and message content in Google Chat
5252
AUTH_CHAT_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.messages.readonly'
5353

5454
# Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module WorkspaceeventsV1
1818
# Version of the google-apis-workspaceevents_v1 gem
19-
GEM_VERSION = "0.10.0"
19+
GEM_VERSION = "0.11.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

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

0 commit comments

Comments
 (0)