@maxim_mazurok/gapi.client.mybusinessaccountmanagement-v1
Advanced tools
Comparing version 0.0.20250126 to 0.0.20250127
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package My Business Account Management API v1 0.0 */ | ||
// Generated from: https://mybusinessaccountmanagement.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20250126 | ||
// Revision: 20250127 | ||
@@ -20,3 +20,3 @@ /// <reference types="gapi.client" /> | ||
function load( | ||
urlOrObject: 'https://mybusinessaccountmanagement.googleapis.com/$discovery/rest?version=v1' | ||
urlOrObject: 'https://mybusinessaccountmanagement.googleapis.com/$discovery/rest?version=v1', | ||
): Promise<void>; | ||
@@ -26,3 +26,3 @@ /** @deprecated Please load APIs with discovery documents. */ | ||
name: 'mybusinessaccountmanagement', | ||
version: 'v1' | ||
version: 'v1', | ||
): Promise<void>; | ||
@@ -33,3 +33,3 @@ /** @deprecated Please load APIs with discovery documents. */ | ||
version: 'v1', | ||
callback: () => any | ||
callback: () => any, | ||
): void; | ||
@@ -204,3 +204,3 @@ | ||
}, | ||
body: Admin | ||
body: Admin, | ||
): Request<Admin>; | ||
@@ -321,3 +321,3 @@ /** Removes the specified admin from the specified account. */ | ||
}, | ||
body: Admin | ||
body: Admin, | ||
): Request<Admin>; | ||
@@ -382,3 +382,3 @@ } | ||
}, | ||
body: AcceptInvitationRequest | ||
body: AcceptInvitationRequest, | ||
): Request<{}>; | ||
@@ -441,3 +441,3 @@ /** Declines the specified invitation. */ | ||
}, | ||
body: DeclineInvitationRequest | ||
body: DeclineInvitationRequest, | ||
): Request<{}>; | ||
@@ -527,3 +527,3 @@ /** Lists pending invitations for the specified account. */ | ||
}, | ||
body: Account | ||
body: Account, | ||
): Request<Account>; | ||
@@ -654,3 +654,3 @@ /** Gets the specified account. Returns `NOT_FOUND` if the account does not exist or if the caller does not have access rights to it. */ | ||
}, | ||
body: Account | ||
body: Account, | ||
): Request<Account>; | ||
@@ -717,3 +717,3 @@ admins: AdminsResource; | ||
}, | ||
body: Admin | ||
body: Admin, | ||
): Request<Admin>; | ||
@@ -834,3 +834,3 @@ /** Removes the specified admin as a manager of the specified location. */ | ||
}, | ||
body: Admin | ||
body: Admin, | ||
): Request<Admin>; | ||
@@ -895,3 +895,3 @@ } | ||
}, | ||
body: TransferLocationRequest | ||
body: TransferLocationRequest, | ||
): Request<{}>; | ||
@@ -898,0 +898,0 @@ admins: AdminsResource; |
{ | ||
"name": "@maxim_mazurok/gapi.client.mybusinessaccountmanagement-v1", | ||
"version": "0.0.20250126", | ||
"version": "0.0.20250127", | ||
"description": "TypeScript typings for My Business Account Management API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -33,3 +33,3 @@ # TypeScript typings for My Business Account Management API v1 | ||
// gapi.client.mybusinessaccountmanagement | ||
} | ||
}, | ||
); | ||
@@ -36,0 +36,0 @@ ``` |
53269