@maxim_mazurok/gapi.client.appengine-v1 0.0.20250120 → 0.0.20250131

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 (3) hide show
  1. package/index.d.ts +18 -16
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
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=v1
12
- // Revision: 20250120
12
+ // Revision: 20250131
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load App Engine Admin API v1 */
18
18
  function load(
19
- urlOrObject: 'https://appengine.googleapis.com/$discovery/rest?version=v1'
19
+ urlOrObject: 'https://appengine.googleapis.com/$discovery/rest?version=v1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'appengine', version: 'v1'): Promise<void>;
@@ -72,6 +72,8 @@ declare namespace gapi.client {
72
72
  serviceAccount?: string;
73
73
  /** Serving status of this application. */
74
74
  servingStatus?: string;
75
+ /** 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 */
76
+ sslPolicy?: string;
75
77
  }
76
78
  interface AuthorizedCertificate {
77
79
  /** The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority. */
@@ -920,7 +922,7 @@ declare namespace gapi.client {
920
922
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
921
923
  uploadType?: string;
922
924
  },
923
- body: AuthorizedCertificate
925
+ body: AuthorizedCertificate,
924
926
  ): Request<AuthorizedCertificate>;
925
927
  /** Deletes the specified SSL certificate. */
926
928
  delete(request?: {
@@ -1079,7 +1081,7 @@ declare namespace gapi.client {
1079
1081
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1080
1082
  uploadType?: string;
1081
1083
  },
1082
- body: AuthorizedCertificate
1084
+ body: AuthorizedCertificate,
1083
1085
  ): Request<AuthorizedCertificate>;
1084
1086
  }
1085
1087
  interface AuthorizedDomainsResource {
@@ -1176,7 +1178,7 @@ declare namespace gapi.client {
1176
1178
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1177
1179
  uploadType?: string;
1178
1180
  },
1179
- body: DomainMapping
1181
+ body: DomainMapping,
1180
1182
  ): Request<Operation>;
1181
1183
  /** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
1182
1184
  delete(request?: {
@@ -1331,7 +1333,7 @@ declare namespace gapi.client {
1331
1333
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1332
1334
  uploadType?: string;
1333
1335
  },
1334
- body: DomainMapping
1336
+ body: DomainMapping,
1335
1337
  ): Request<Operation>;
1336
1338
  }
1337
1339
  interface IngressRulesResource {
@@ -1391,7 +1393,7 @@ declare namespace gapi.client {
1391
1393
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1392
1394
  uploadType?: string;
1393
1395
  },
1394
- body: BatchUpdateIngressRulesRequest
1396
+ body: BatchUpdateIngressRulesRequest,
1395
1397
  ): Request<BatchUpdateIngressRulesResponse>;
1396
1398
  /** Creates a firewall rule for the application. */
1397
1399
  create(request: {
@@ -1449,7 +1451,7 @@ declare namespace gapi.client {
1449
1451
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1450
1452
  uploadType?: string;
1451
1453
  },
1452
- body: FirewallRule
1454
+ body: FirewallRule,
1453
1455
  ): Request<FirewallRule>;
1454
1456
  /** Deletes the specified firewall rule. */
1455
1457
  delete(request?: {
@@ -1606,7 +1608,7 @@ declare namespace gapi.client {
1606
1608
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1607
1609
  uploadType?: string;
1608
1610
  },
1609
- body: FirewallRule
1611
+ body: FirewallRule,
1610
1612
  ): Request<FirewallRule>;
1611
1613
  }
1612
1614
  interface FirewallResource {
@@ -1809,7 +1811,7 @@ declare namespace gapi.client {
1809
1811
  /** Part of `name`. See documentation of `appsId`. */
1810
1812
  versionsId: string;
1811
1813
  },
1812
- body: DebugInstanceRequest
1814
+ body: DebugInstanceRequest,
1813
1815
  ): Request<Operation>;
1814
1816
  /** Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method. */
1815
1817
  delete(request?: {
@@ -1974,7 +1976,7 @@ declare namespace gapi.client {
1974
1976
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1975
1977
  uploadType?: string;
1976
1978
  },
1977
- body: Version
1979
+ body: Version,
1978
1980
  ): Request<Operation>;
1979
1981
  /** Deletes an existing Version resource. */
1980
1982
  delete(request?: {
@@ -2143,7 +2145,7 @@ declare namespace gapi.client {
2143
2145
  /** Part of `name`. See documentation of `appsId`. */
2144
2146
  versionsId: string;
2145
2147
  },
2146
- body: Version
2148
+ body: Version,
2147
2149
  ): Request<Operation>;
2148
2150
  instances: InstancesResource;
2149
2151
  }
@@ -2305,7 +2307,7 @@ declare namespace gapi.client {
2305
2307
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2306
2308
  uploadType?: string;
2307
2309
  },
2308
- body: Service
2310
+ body: Service,
2309
2311
  ): Request<Operation>;
2310
2312
  versions: VersionsResource;
2311
2313
  }
@@ -2362,7 +2364,7 @@ declare namespace gapi.client {
2362
2364
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2363
2365
  uploadType?: string;
2364
2366
  },
2365
- body: Application
2367
+ body: Application,
2366
2368
  ): Request<Operation>;
2367
2369
  /** Gets information about an application. */
2368
2370
  get(request?: {
@@ -2482,7 +2484,7 @@ declare namespace gapi.client {
2482
2484
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2483
2485
  uploadType?: string;
2484
2486
  },
2485
- body: Application
2487
+ body: Application,
2486
2488
  ): Request<Operation>;
2487
2489
  /** Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log. */
2488
2490
  repair(request: {
@@ -2540,7 +2542,7 @@ declare namespace gapi.client {
2540
2542
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2541
2543
  uploadType?: string;
2542
2544
  },
2543
- body: RepairApplicationRequest
2545
+ body: RepairApplicationRequest,
2544
2546
  ): Request<Operation>;
2545
2547
  authorizedCertificates: AuthorizedCertificatesResource;
2546
2548
  authorizedDomains: AuthorizedDomainsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1",
3
- "version": "0.0.20250120",
3
+ "version": "0.0.20250131",
4
4
  "description": "TypeScript typings for App Engine Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -30,7 +30,7 @@ gapi.client.load(
30
30
  () => {
31
31
  // now we can use:
32
32
  // gapi.client.appengine
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -68,7 +68,7 @@ gapi.auth.authorize(
68
68
  } else {
69
69
  /* handle authorization error */
70
70
  }
71
- }
71
+ },
72
72
  );
73
73
  ```
74
74