@maxim_mazurok/gapi.client.workspaceevents-v1
Advanced tools
Comparing version 0.0.20241022 to 0.0.20241027
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Google Workspace Events API v1 0.0 */ | ||
// Generated from: https://workspaceevents.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20241022 | ||
// Revision: 20241027 | ||
@@ -346,3 +346,3 @@ /// <reference types="gapi.client" /> | ||
): Request<Operation>; | ||
/** [Developer Preview](https://developers.google.com/workspace/preview): Reactivates a suspended Google Workspace subscription. This method resets your subscription's `State` field to `ACTIVE`. Before you use this method, you must fix the error that suspended the subscription. To learn how to use this method, see [Reactivate a Google Workspace subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription). */ | ||
/** [Developer Preview](https://developers.google.com/workspace/preview): Reactivates a suspended Google Workspace subscription. This method resets your subscription's `State` field to `ACTIVE`. Before you use this method, you must fix the error that suspended the subscription. This method will ignore or reject any subscription that isn't currently in a suspended state. To learn how to use this method, see [Reactivate a Google Workspace subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription). */ | ||
reactivate(request: { | ||
@@ -349,0 +349,0 @@ /** V1 error format. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.workspaceevents-v1", | ||
"version": "0.0.20241022", | ||
"version": "0.0.20241027", | ||
"description": "TypeScript typings for Google Workspace Events API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -78,2 +78,17 @@ # TypeScript typings for Google Workspace Events API v1 | ||
// See, edit, create, and delete all of your Google Drive files | ||
'https://www.googleapis.com/auth/drive', | ||
// See, edit, create, and delete only the specific Google Drive files you use with this app | ||
'https://www.googleapis.com/auth/drive.file', | ||
// View and manage metadata of files in your Google Drive | ||
'https://www.googleapis.com/auth/drive.metadata', | ||
// See information about your Google Drive files | ||
'https://www.googleapis.com/auth/drive.metadata.readonly', | ||
// See and download all your Google Drive files | ||
'https://www.googleapis.com/auth/drive.readonly', | ||
// Create, edit, and see information about your Google Meet conferences created by the app. | ||
@@ -134,5 +149,5 @@ 'https://www.googleapis.com/auth/meetings.space.created', | ||
/* | ||
[Developer Preview](https://developers.google.com/workspace/preview): Reactivates a suspended Google Workspace subscription. This method resets your subscription's `State` field to `ACTIVE`. Before you use this method, you must fix the error that suspended the subscription. To learn how to use this method, see [Reactivate a Google Workspace subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription). | ||
[Developer Preview](https://developers.google.com/workspace/preview): Reactivates a suspended Google Workspace subscription. This method resets your subscription's `State` field to `ACTIVE`. Before you use this method, you must fix the error that suspended the subscription. This method will ignore or reject any subscription that isn't currently in a suspended state. To learn how to use this method, see [Reactivate a Google Workspace subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription). | ||
*/ | ||
await gapi.client.workspaceevents.subscriptions.reactivate({name: 'name'}); | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34625
152