@maxim_mazurok/gapi.client.appengine-v1alpha 0.2.20260614 → 0.3.20260625
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 +5 -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://appengine.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260625
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -606,9 +606,7 @@ declare namespace gapi.client {
|
|
|
606
606
|
oauth_token?: string;
|
|
607
607
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
608
608
|
overrideStrategy?:
|
|
609
|
-
| '
|
|
610
|
-
| 'STRICT'
|
|
611
|
-
| 'OVERRIDE';
|
|
609
|
+
'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
|
|
612
610
|
/** Returns response with indentations and line breaks. */
|
|
613
611
|
prettyPrint?: boolean;
|
|
614
612
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
@@ -642,9 +640,7 @@ declare namespace gapi.client {
|
|
|
642
640
|
oauth_token?: string;
|
|
643
641
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
644
642
|
overrideStrategy?:
|
|
645
|
-
| '
|
|
646
|
-
| 'STRICT'
|
|
647
|
-
| 'OVERRIDE';
|
|
643
|
+
'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
|
|
648
644
|
/** Returns response with indentations and line breaks. */
|
|
649
645
|
prettyPrint?: boolean;
|
|
650
646
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
@@ -1264,9 +1260,7 @@ declare namespace gapi.client {
|
|
|
1264
1260
|
oauth_token?: string;
|
|
1265
1261
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
1266
1262
|
overrideStrategy?:
|
|
1267
|
-
| '
|
|
1268
|
-
| 'STRICT'
|
|
1269
|
-
| 'OVERRIDE';
|
|
1263
|
+
'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
|
|
1270
1264
|
/** Returns response with indentations and line breaks. */
|
|
1271
1265
|
prettyPrint?: boolean;
|
|
1272
1266
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
@@ -1304,9 +1298,7 @@ declare namespace gapi.client {
|
|
|
1304
1298
|
oauth_token?: string;
|
|
1305
1299
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
1306
1300
|
overrideStrategy?:
|
|
1307
|
-
| '
|
|
1308
|
-
| 'STRICT'
|
|
1309
|
-
| 'OVERRIDE';
|
|
1301
|
+
'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
|
|
1310
1302
|
/** Returns response with indentations and line breaks. */
|
|
1311
1303
|
prettyPrint?: boolean;
|
|
1312
1304
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|