@maxim_mazurok/gapi.client.admin-datatransfer_v1 0.1.20260316 → 0.2.20260317
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +13 -13
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://admin.googleapis.com/$discovery/rest?version=datatransfer_v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260317
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -96,11 +96,11 @@ declare namespace gapi.client {
|
|
|
96
96
|
/** Retrieves information about an application for the given application ID. */
|
|
97
97
|
get(request?: {
|
|
98
98
|
/** V1 error format. */
|
|
99
|
-
'$.xgafv'?:
|
|
99
|
+
'$.xgafv'?: '1' | '2';
|
|
100
100
|
/** OAuth access token. */
|
|
101
101
|
access_token?: string;
|
|
102
102
|
/** Data format for response. */
|
|
103
|
-
alt?:
|
|
103
|
+
alt?: 'json' | 'media' | 'proto';
|
|
104
104
|
/** ID of the application resource to be retrieved. */
|
|
105
105
|
applicationId: string;
|
|
106
106
|
/** JSONP */
|
|
@@ -123,11 +123,11 @@ declare namespace gapi.client {
|
|
|
123
123
|
/** Lists the applications available for data transfer for a customer. */
|
|
124
124
|
list(request?: {
|
|
125
125
|
/** V1 error format. */
|
|
126
|
-
'$.xgafv'?:
|
|
126
|
+
'$.xgafv'?: '1' | '2';
|
|
127
127
|
/** OAuth access token. */
|
|
128
128
|
access_token?: string;
|
|
129
129
|
/** Data format for response. */
|
|
130
|
-
alt?:
|
|
130
|
+
alt?: 'json' | 'media' | 'proto';
|
|
131
131
|
/** JSONP */
|
|
132
132
|
callback?: string;
|
|
133
133
|
/** Immutable ID of the Google Workspace account. */
|
|
@@ -156,11 +156,11 @@ declare namespace gapi.client {
|
|
|
156
156
|
/** Retrieves a data transfer request by its resource ID. */
|
|
157
157
|
get(request?: {
|
|
158
158
|
/** V1 error format. */
|
|
159
|
-
'$.xgafv'?:
|
|
159
|
+
'$.xgafv'?: '1' | '2';
|
|
160
160
|
/** OAuth access token. */
|
|
161
161
|
access_token?: string;
|
|
162
162
|
/** Data format for response. */
|
|
163
|
-
alt?:
|
|
163
|
+
alt?: 'json' | 'media' | 'proto';
|
|
164
164
|
/** JSONP */
|
|
165
165
|
callback?: string;
|
|
166
166
|
/** ID of the resource to be retrieved. This is returned in the response from the insert method. */
|
|
@@ -183,11 +183,11 @@ declare namespace gapi.client {
|
|
|
183
183
|
/** Inserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements. */
|
|
184
184
|
insert(request: {
|
|
185
185
|
/** V1 error format. */
|
|
186
|
-
'$.xgafv'?:
|
|
186
|
+
'$.xgafv'?: '1' | '2';
|
|
187
187
|
/** OAuth access token. */
|
|
188
188
|
access_token?: string;
|
|
189
189
|
/** Data format for response. */
|
|
190
|
-
alt?:
|
|
190
|
+
alt?: 'json' | 'media' | 'proto';
|
|
191
191
|
/** JSONP */
|
|
192
192
|
callback?: string;
|
|
193
193
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -210,11 +210,11 @@ declare namespace gapi.client {
|
|
|
210
210
|
insert(
|
|
211
211
|
request: {
|
|
212
212
|
/** V1 error format. */
|
|
213
|
-
'$.xgafv'?:
|
|
213
|
+
'$.xgafv'?: '1' | '2';
|
|
214
214
|
/** OAuth access token. */
|
|
215
215
|
access_token?: string;
|
|
216
216
|
/** Data format for response. */
|
|
217
|
-
alt?:
|
|
217
|
+
alt?: 'json' | 'media' | 'proto';
|
|
218
218
|
/** JSONP */
|
|
219
219
|
callback?: string;
|
|
220
220
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -237,11 +237,11 @@ declare namespace gapi.client {
|
|
|
237
237
|
/** Lists the transfers for a customer by source user, destination user, or status. */
|
|
238
238
|
list(request?: {
|
|
239
239
|
/** V1 error format. */
|
|
240
|
-
'$.xgafv'?:
|
|
240
|
+
'$.xgafv'?: '1' | '2';
|
|
241
241
|
/** OAuth access token. */
|
|
242
242
|
access_token?: string;
|
|
243
243
|
/** Data format for response. */
|
|
244
|
-
alt?:
|
|
244
|
+
alt?: 'json' | 'media' | 'proto';
|
|
245
245
|
/** JSONP */
|
|
246
246
|
callback?: string;
|
|
247
247
|
/** Immutable ID of the Google Workspace account. */
|