Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-workspaceevents_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-workspaceevents_v1

### v0.23.0 (2026-04-26)

* Regenerated from discovery document revision 20260422

### v0.22.0 (2026-04-19)

* Regenerated from discovery document revision 20260407
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ module WorkspaceeventsV1
# View chat and spaces in Google Chat
AUTH_CHAT_SPACES_READONLY = 'https://www.googleapis.com/auth/chat.spaces.readonly'

# View and modify last read time for Google Chat conversations
AUTH_CHAT_USERS_READSTATE = 'https://www.googleapis.com/auth/chat.users.readstate'

# View last read time for Google Chat conversations
AUTH_CHAT_USERS_READSTATE_READONLY = 'https://www.googleapis.com/auth/chat.users.readstate.readonly'

# See, edit, create, and delete all of your Google Drive files
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module WorkspaceeventsV1
# Version of the google-apis-workspaceevents_v1 gem
GEM_VERSION = "0.22.0"
GEM_VERSION = "0.23.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260407"
REVISION = "20260422"
end
end
end
Loading