@maxim_mazurok/gapi.client.workspaceevents-v1
Advanced tools
Comparing version 0.0.20250119 to 0.0.20250128
@@ -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: 20250119 | ||
// Revision: 20250128 | ||
@@ -20,3 +20,3 @@ /// <reference types="gapi.client" /> | ||
function load( | ||
urlOrObject: 'https://workspaceevents.googleapis.com/$discovery/rest?version=v1' | ||
urlOrObject: 'https://workspaceevents.googleapis.com/$discovery/rest?version=v1', | ||
): Promise<void>; | ||
@@ -29,3 +29,3 @@ /** @deprecated Please load APIs with discovery documents. */ | ||
version: 'v1', | ||
callback: () => any | ||
callback: () => any, | ||
): void; | ||
@@ -189,3 +189,3 @@ | ||
}, | ||
body: Subscription | ||
body: Subscription, | ||
): Request<Operation>; | ||
@@ -347,3 +347,3 @@ /** [Developer Preview](https://developers.google.com/workspace/preview): Deletes a Google Workspace subscription. To learn how to use this method, see [Delete a Google Workspace subscription](https://developers.google.com/workspace/events/guides/delete-subscription). */ | ||
}, | ||
body: Subscription | ||
body: Subscription, | ||
): Request<Operation>; | ||
@@ -406,3 +406,3 @@ /** [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). */ | ||
}, | ||
body: ReactivateSubscriptionRequest | ||
body: ReactivateSubscriptionRequest, | ||
): Request<Operation>; | ||
@@ -409,0 +409,0 @@ } |
{ | ||
"name": "@maxim_mazurok/gapi.client.workspaceevents-v1", | ||
"version": "0.0.20250119", | ||
"version": "0.0.20250128", | ||
"description": "TypeScript typings for Google Workspace Events API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -33,3 +33,3 @@ # TypeScript typings for Google Workspace Events API v1 | ||
// gapi.client.workspaceevents | ||
} | ||
}, | ||
); | ||
@@ -111,3 +111,3 @@ ``` | ||
} | ||
} | ||
}, | ||
); | ||
@@ -114,0 +114,0 @@ ``` |
34696