Skip to content

Commit 1835511

Browse files
feat(workspaceevents): update the API
#### workspaceevents:v1 The following keys were added: - auth.oauth2.scopes.https://www.googleapis.com/auth/chat.app.memberships.description - auth.oauth2.scopes.https://www.googleapis.com/auth/chat.app.spaces.description The following keys were changed: - resources.subscriptions.methods.create.scopes - resources.subscriptions.methods.patch.scopes - resources.subscriptions.methods.reactivate.scopes
1 parent 423da76 commit 1835511

File tree

2 files changed

+556
-1
lines changed

2 files changed

+556
-1
lines changed

discovery/workspaceevents-v1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"auth": {
33
"oauth2": {
44
"scopes": {
5+
"https://www.googleapis.com/auth/chat.app.memberships": {
6+
"description": "On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces"
7+
},
8+
"https://www.googleapis.com/auth/chat.app.spaces": {
9+
"description": "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)"
10+
},
511
"https://www.googleapis.com/auth/chat.bot": {
612
"description": "Private Service: https://www.googleapis.com/auth/chat.bot"
713
},
@@ -217,6 +223,8 @@
217223
"$ref": "Operation"
218224
},
219225
"scopes": [
226+
"https://www.googleapis.com/auth/chat.app.memberships",
227+
"https://www.googleapis.com/auth/chat.app.spaces",
220228
"https://www.googleapis.com/auth/chat.memberships",
221229
"https://www.googleapis.com/auth/chat.memberships.readonly",
222230
"https://www.googleapis.com/auth/chat.messages",
@@ -412,6 +420,8 @@
412420
"$ref": "Operation"
413421
},
414422
"scopes": [
423+
"https://www.googleapis.com/auth/chat.app.memberships",
424+
"https://www.googleapis.com/auth/chat.app.spaces",
415425
"https://www.googleapis.com/auth/chat.memberships",
416426
"https://www.googleapis.com/auth/chat.memberships.readonly",
417427
"https://www.googleapis.com/auth/chat.messages",
@@ -454,6 +464,8 @@
454464
"$ref": "Operation"
455465
},
456466
"scopes": [
467+
"https://www.googleapis.com/auth/chat.app.memberships",
468+
"https://www.googleapis.com/auth/chat.app.spaces",
457469
"https://www.googleapis.com/auth/chat.memberships",
458470
"https://www.googleapis.com/auth/chat.memberships.readonly",
459471
"https://www.googleapis.com/auth/chat.messages",
@@ -474,7 +486,7 @@
474486
}
475487
}
476488
},
477-
"revision": "20250427",
489+
"revision": "20250615",
478490
"rootUrl": "https://workspaceevents.googleapis.com/",
479491
"schemas": {
480492
"ListSubscriptionsResponse": {

0 commit comments

Comments
 (0)