@maxim_mazurok/gapi.client.admin-datatransfer_v1 0.1.20260316 → 0.2.20260316

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.
Files changed (2) hide show
  1. package/index.d.ts +12 -12
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -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'?: string;
99
+ '$.xgafv'?: '1' | '2';
100
100
  /** OAuth access token. */
101
101
  access_token?: string;
102
102
  /** Data format for response. */
103
- alt?: string;
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'?: string;
126
+ '$.xgafv'?: '1' | '2';
127
127
  /** OAuth access token. */
128
128
  access_token?: string;
129
129
  /** Data format for response. */
130
- alt?: string;
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'?: string;
159
+ '$.xgafv'?: '1' | '2';
160
160
  /** OAuth access token. */
161
161
  access_token?: string;
162
162
  /** Data format for response. */
163
- alt?: string;
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'?: string;
186
+ '$.xgafv'?: '1' | '2';
187
187
  /** OAuth access token. */
188
188
  access_token?: string;
189
189
  /** Data format for response. */
190
- alt?: string;
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'?: string;
213
+ '$.xgafv'?: '1' | '2';
214
214
  /** OAuth access token. */
215
215
  access_token?: string;
216
216
  /** Data format for response. */
217
- alt?: string;
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'?: string;
240
+ '$.xgafv'?: '1' | '2';
241
241
  /** OAuth access token. */
242
242
  access_token?: string;
243
243
  /** Data format for response. */
244
- alt?: string;
244
+ alt?: 'json' | 'media' | 'proto';
245
245
  /** JSONP */
246
246
  callback?: string;
247
247
  /** Immutable ID of the Google Workspace account. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.admin-datatransfer_v1",
3
- "version": "0.1.20260316",
3
+ "version": "0.2.20260316",
4
4
  "description": "TypeScript typings for Admin SDK API datatransfer_v1",
5
5
  "repository": {
6
6
  "type": "git",