Skip to content

Commit b9cbd61

Browse files
feat: Automated regeneration of workspaceevents v1 client (googleapis#23507)
Auto-created at 2025-06-22 10:21:25 +0000 using the toys pull request generator.
1 parent ec7e899 commit b9cbd61

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
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.14.0 (2025-06-22)
4+
5+
* Regenerated from discovery document revision 20250615
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.13.0 (2025-05-04)
49

510
* Regenerated from discovery document revision 20250427

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ module WorkspaceeventsV1
3030
# This is NOT the gem version.
3131
VERSION = 'V1'
3232

33+
# On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces
34+
AUTH_CHAT_APP_MEMBERSHIPS = 'https://www.googleapis.com/auth/chat.app.memberships'
35+
36+
# On their own behalf, apps in Google Chat can create conversations and spaces and see or update their metadata (including history settings and access settings)
37+
AUTH_CHAT_APP_SPACES = 'https://www.googleapis.com/auth/chat.app.spaces'
38+
3339
# Private Service: https://www.googleapis.com/auth/chat.bot
3440
AUTH_CHAT_BOT = 'https://www.googleapis.com/auth/chat.bot'
3541

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.13.0"
19+
GEM_VERSION = "0.14.0"
2020

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

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

0 commit comments

Comments
 (0)