Skip to content

Commit

Permalink
fix(workspaceevents): update the api
Browse files Browse the repository at this point in the history
#### workspaceevents:v1

The following keys were changed:
- resources.operations.methods.get.scopes (Total Keys: 1)
- resources.subscriptions.methods.create.scopes (Total Keys: 1)
- resources.subscriptions.methods.delete.scopes (Total Keys: 1)
- resources.subscriptions.methods.get.scopes (Total Keys: 1)
- resources.subscriptions.methods.list.scopes (Total Keys: 1)
- resources.subscriptions.methods.patch.scopes (Total Keys: 1)
- resources.subscriptions.methods.reactivate.scopes (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent 6d3e821 commit a48aae7
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions googleapiclient/discovery_cache/documents/workspaceevents.v1.json
Expand Up @@ -28,6 +28,12 @@
},
"https://www.googleapis.com/auth/chat.spaces.readonly": {
"description": "View chat and spaces in Google Chat"
},
"https://www.googleapis.com/auth/meetings.space.created": {
"description": "Create, edit, and see information about your Google Meet conferences created by the app."
},
"https://www.googleapis.com/auth/meetings.space.readonly": {
"description": "Read information about any of your Google Meet conferences"
}
}
}
Expand Down Expand Up @@ -161,7 +167,9 @@
"https://www.googleapis.com/auth/chat.messages.reactions.readonly",
"https://www.googleapis.com/auth/chat.messages.readonly",
"https://www.googleapis.com/auth/chat.spaces",
"https://www.googleapis.com/auth/chat.spaces.readonly"
"https://www.googleapis.com/auth/chat.spaces.readonly",
"https://www.googleapis.com/auth/meetings.space.created",
"https://www.googleapis.com/auth/meetings.space.readonly"
]
}
}
Expand Down Expand Up @@ -196,7 +204,9 @@
"https://www.googleapis.com/auth/chat.messages.reactions.readonly",
"https://www.googleapis.com/auth/chat.messages.readonly",
"https://www.googleapis.com/auth/chat.spaces",
"https://www.googleapis.com/auth/chat.spaces.readonly"
"https://www.googleapis.com/auth/chat.spaces.readonly",
"https://www.googleapis.com/auth/meetings.space.created",
"https://www.googleapis.com/auth/meetings.space.readonly"
]
},
"delete": {
Expand Down Expand Up @@ -244,7 +254,9 @@
"https://www.googleapis.com/auth/chat.messages.reactions.readonly",
"https://www.googleapis.com/auth/chat.messages.readonly",
"https://www.googleapis.com/auth/chat.spaces",
"https://www.googleapis.com/auth/chat.spaces.readonly"
"https://www.googleapis.com/auth/chat.spaces.readonly",
"https://www.googleapis.com/auth/meetings.space.created",
"https://www.googleapis.com/auth/meetings.space.readonly"
]
},
"get": {
Expand Down Expand Up @@ -277,7 +289,9 @@
"https://www.googleapis.com/auth/chat.messages.reactions.readonly",
"https://www.googleapis.com/auth/chat.messages.readonly",
"https://www.googleapis.com/auth/chat.spaces",
"https://www.googleapis.com/auth/chat.spaces.readonly"
"https://www.googleapis.com/auth/chat.spaces.readonly",
"https://www.googleapis.com/auth/meetings.space.created",
"https://www.googleapis.com/auth/meetings.space.readonly"
]
},
"list": {
Expand Down Expand Up @@ -317,7 +331,9 @@
"https://www.googleapis.com/auth/chat.messages.reactions.readonly",
"https://www.googleapis.com/auth/chat.messages.readonly",
"https://www.googleapis.com/auth/chat.spaces",
"https://www.googleapis.com/auth/chat.spaces.readonly"
"https://www.googleapis.com/auth/chat.spaces.readonly",
"https://www.googleapis.com/auth/meetings.space.created",
"https://www.googleapis.com/auth/meetings.space.readonly"
]
},
"patch": {
Expand Down Expand Up @@ -363,7 +379,9 @@
"https://www.googleapis.com/auth/chat.messages.reactions.readonly",
"https://www.googleapis.com/auth/chat.messages.readonly",
"https://www.googleapis.com/auth/chat.spaces",
"https://www.googleapis.com/auth/chat.spaces.readonly"
"https://www.googleapis.com/auth/chat.spaces.readonly",
"https://www.googleapis.com/auth/meetings.space.created",
"https://www.googleapis.com/auth/meetings.space.readonly"
]
},
"reactivate": {
Expand Down Expand Up @@ -398,13 +416,15 @@
"https://www.googleapis.com/auth/chat.messages.reactions.readonly",
"https://www.googleapis.com/auth/chat.messages.readonly",
"https://www.googleapis.com/auth/chat.spaces",
"https://www.googleapis.com/auth/chat.spaces.readonly"
"https://www.googleapis.com/auth/chat.spaces.readonly",
"https://www.googleapis.com/auth/meetings.space.created",
"https://www.googleapis.com/auth/meetings.space.readonly"
]
}
}
}
},
"revision": "20240218",
"revision": "20240305",
"rootUrl": "https://workspaceevents.googleapis.com/",
"schemas": {
"ListSubscriptionsResponse": {
Expand Down

0 comments on commit a48aae7

Please sign in to comment.