Skip to content

Commit d315c3c

Browse files
feat: Automated regeneration of workspaceevents v1 client (#26267)
Auto-created at 2026-04-26 09:43:51 +0000 using the toys pull request generator.
1 parent c27492f commit d315c3c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

generated/google-apis-workspaceevents_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-workspaceevents_v1
22

3+
### v0.23.0 (2026-04-26)
4+
5+
* Regenerated from discovery document revision 20260422
6+
37
### v0.22.0 (2026-04-19)
48

59
* Regenerated from discovery document revision 20260407

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
@@ -72,6 +72,12 @@ module WorkspaceeventsV1
7272
# View chat and spaces in Google Chat
7373
AUTH_CHAT_SPACES_READONLY = 'https://www.googleapis.com/auth/chat.spaces.readonly'
7474

75+
# View and modify last read time for Google Chat conversations
76+
AUTH_CHAT_USERS_READSTATE = 'https://www.googleapis.com/auth/chat.users.readstate'
77+
78+
# View last read time for Google Chat conversations
79+
AUTH_CHAT_USERS_READSTATE_READONLY = 'https://www.googleapis.com/auth/chat.users.readstate.readonly'
80+
7581
# See, edit, create, and delete all of your Google Drive files
7682
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
7783

generated/google-apis-workspaceevents_v1/lib/google/apis/workspaceevents_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 WorkspaceeventsV1
1818
# Version of the google-apis-workspaceevents_v1 gem
19-
GEM_VERSION = "0.22.0"
19+
GEM_VERSION = "0.23.0"
2020

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

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

0 commit comments

Comments
 (0)