@maxim_mazurok/gapi.client.appengine-v1beta 0.2.20260625 → 0.3.20260629

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 +8 -23
  2. 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=v1beta
12
- // Revision: 20260625
12
+ // Revision: 20260629
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -91,10 +91,7 @@ declare namespace gapi.client {
91
91
  serviceAccount?: string;
92
92
  /** Serving status of this application. */
93
93
  servingStatus?:
94
- | 'UNSPECIFIED'
95
- | 'SERVING'
96
- | 'USER_DISABLED'
97
- | 'SYSTEM_DISABLED';
94
+ 'UNSPECIFIED' | 'SERVING' | 'USER_DISABLED' | 'SYSTEM_DISABLED';
98
95
  /** The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS < 1.2 and allow only Modern Ciphers suite */
99
96
  sslPolicy?: 'SSL_POLICY_UNSPECIFIED' | 'DEFAULT' | 'MODERN';
100
97
  }
@@ -1012,16 +1009,12 @@ declare namespace gapi.client {
1012
1009
  networkInterfaces?: VpcNetworkInterface[];
1013
1010
  /** The traffic egress setting for the VPC network interface, controlling what traffic is diverted through it. */
1014
1011
  vpcEgress?:
1015
- | 'VPC_EGRESS_UNSPECIFIED'
1016
- | 'ALL_TRAFFIC'
1017
- | 'PRIVATE_IP_RANGES';
1012
+ 'VPC_EGRESS_UNSPECIFIED' | 'ALL_TRAFFIC' | 'PRIVATE_IP_RANGES';
1018
1013
  }
1019
1014
  interface VpcAccessConnector {
1020
1015
  /** The egress setting for the connector, controlling what traffic is diverted through it. */
1021
1016
  egressSetting?:
1022
- | 'EGRESS_SETTING_UNSPECIFIED'
1023
- | 'ALL_TRAFFIC'
1024
- | 'PRIVATE_IP_RANGES';
1017
+ 'EGRESS_SETTING_UNSPECIFIED' | 'ALL_TRAFFIC' | 'PRIVATE_IP_RANGES';
1025
1018
  /** Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1. */
1026
1019
  name?: string;
1027
1020
  }
@@ -1312,9 +1305,7 @@ declare namespace gapi.client {
1312
1305
  oauth_token?: string;
1313
1306
  /** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
1314
1307
  overrideStrategy?:
1315
- | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
1316
- | 'STRICT'
1317
- | 'OVERRIDE';
1308
+ 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
1318
1309
  /** Returns response with indentations and line breaks. */
1319
1310
  prettyPrint?: boolean;
1320
1311
  /** 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. */
@@ -1346,9 +1337,7 @@ declare namespace gapi.client {
1346
1337
  oauth_token?: string;
1347
1338
  /** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
1348
1339
  overrideStrategy?:
1349
- | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
1350
- | 'STRICT'
1351
- | 'OVERRIDE';
1340
+ 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
1352
1341
  /** Returns response with indentations and line breaks. */
1353
1342
  prettyPrint?: boolean;
1354
1343
  /** 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. */
@@ -3122,9 +3111,7 @@ declare namespace gapi.client {
3122
3111
  oauth_token?: string;
3123
3112
  /** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
3124
3113
  overrideStrategy?:
3125
- | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
3126
- | 'STRICT'
3127
- | 'OVERRIDE';
3114
+ 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
3128
3115
  /** Returns response with indentations and line breaks. */
3129
3116
  prettyPrint?: boolean;
3130
3117
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
@@ -3160,9 +3147,7 @@ declare namespace gapi.client {
3160
3147
  oauth_token?: string;
3161
3148
  /** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
3162
3149
  overrideStrategy?:
3163
- | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
3164
- | 'STRICT'
3165
- | 'OVERRIDE';
3150
+ 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
3166
3151
  /** Returns response with indentations and line breaks. */
3167
3152
  prettyPrint?: boolean;
3168
3153
  /** 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-v1beta",
3
- "version": "0.2.20260625",
3
+ "version": "0.3.20260629",
4
4
  "description": "TypeScript typings for App Engine Admin API v1beta",
5
5
  "repository": {
6
6
  "type": "git",