@maxim_mazurok/gapi.client.appengine-v1alpha 0.2.20260625 → 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.
Files changed (2) hide show
  1. package/index.d.ts +4 -12
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -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
- | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
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
- | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
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
- | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
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
- | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
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. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1alpha",
3
- "version": "0.2.20260625",
3
+ "version": "0.3.20260625",
4
4
  "description": "TypeScript typings for App Engine Admin API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",