@maxim_mazurok/gapi.client.appengine-v1 0.0.20250127 → 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 +16 -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: 20250127
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>;
@@ -922,7 +922,7 @@ declare namespace gapi.client {
922
922
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
923
923
  uploadType?: string;
924
924
  },
925
- body: AuthorizedCertificate
925
+ body: AuthorizedCertificate,
926
926
  ): Request<AuthorizedCertificate>;
927
927
  /** Deletes the specified SSL certificate. */
928
928
  delete(request?: {
@@ -1081,7 +1081,7 @@ declare namespace gapi.client {
1081
1081
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1082
1082
  uploadType?: string;
1083
1083
  },
1084
- body: AuthorizedCertificate
1084
+ body: AuthorizedCertificate,
1085
1085
  ): Request<AuthorizedCertificate>;
1086
1086
  }
1087
1087
  interface AuthorizedDomainsResource {
@@ -1178,7 +1178,7 @@ declare namespace gapi.client {
1178
1178
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1179
1179
  uploadType?: string;
1180
1180
  },
1181
- body: DomainMapping
1181
+ body: DomainMapping,
1182
1182
  ): Request<Operation>;
1183
1183
  /** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
1184
1184
  delete(request?: {
@@ -1333,7 +1333,7 @@ declare namespace gapi.client {
1333
1333
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1334
1334
  uploadType?: string;
1335
1335
  },
1336
- body: DomainMapping
1336
+ body: DomainMapping,
1337
1337
  ): Request<Operation>;
1338
1338
  }
1339
1339
  interface IngressRulesResource {
@@ -1393,7 +1393,7 @@ declare namespace gapi.client {
1393
1393
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1394
1394
  uploadType?: string;
1395
1395
  },
1396
- body: BatchUpdateIngressRulesRequest
1396
+ body: BatchUpdateIngressRulesRequest,
1397
1397
  ): Request<BatchUpdateIngressRulesResponse>;
1398
1398
  /** Creates a firewall rule for the application. */
1399
1399
  create(request: {
@@ -1451,7 +1451,7 @@ declare namespace gapi.client {
1451
1451
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1452
1452
  uploadType?: string;
1453
1453
  },
1454
- body: FirewallRule
1454
+ body: FirewallRule,
1455
1455
  ): Request<FirewallRule>;
1456
1456
  /** Deletes the specified firewall rule. */
1457
1457
  delete(request?: {
@@ -1608,7 +1608,7 @@ declare namespace gapi.client {
1608
1608
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1609
1609
  uploadType?: string;
1610
1610
  },
1611
- body: FirewallRule
1611
+ body: FirewallRule,
1612
1612
  ): Request<FirewallRule>;
1613
1613
  }
1614
1614
  interface FirewallResource {
@@ -1811,7 +1811,7 @@ declare namespace gapi.client {
1811
1811
  /** Part of `name`. See documentation of `appsId`. */
1812
1812
  versionsId: string;
1813
1813
  },
1814
- body: DebugInstanceRequest
1814
+ body: DebugInstanceRequest,
1815
1815
  ): Request<Operation>;
1816
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. */
1817
1817
  delete(request?: {
@@ -1976,7 +1976,7 @@ declare namespace gapi.client {
1976
1976
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1977
1977
  uploadType?: string;
1978
1978
  },
1979
- body: Version
1979
+ body: Version,
1980
1980
  ): Request<Operation>;
1981
1981
  /** Deletes an existing Version resource. */
1982
1982
  delete(request?: {
@@ -2145,7 +2145,7 @@ declare namespace gapi.client {
2145
2145
  /** Part of `name`. See documentation of `appsId`. */
2146
2146
  versionsId: string;
2147
2147
  },
2148
- body: Version
2148
+ body: Version,
2149
2149
  ): Request<Operation>;
2150
2150
  instances: InstancesResource;
2151
2151
  }
@@ -2307,7 +2307,7 @@ declare namespace gapi.client {
2307
2307
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2308
2308
  uploadType?: string;
2309
2309
  },
2310
- body: Service
2310
+ body: Service,
2311
2311
  ): Request<Operation>;
2312
2312
  versions: VersionsResource;
2313
2313
  }
@@ -2364,7 +2364,7 @@ declare namespace gapi.client {
2364
2364
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2365
2365
  uploadType?: string;
2366
2366
  },
2367
- body: Application
2367
+ body: Application,
2368
2368
  ): Request<Operation>;
2369
2369
  /** Gets information about an application. */
2370
2370
  get(request?: {
@@ -2484,7 +2484,7 @@ declare namespace gapi.client {
2484
2484
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2485
2485
  uploadType?: string;
2486
2486
  },
2487
- body: Application
2487
+ body: Application,
2488
2488
  ): Request<Operation>;
2489
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. */
2490
2490
  repair(request: {
@@ -2542,7 +2542,7 @@ declare namespace gapi.client {
2542
2542
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2543
2543
  uploadType?: string;
2544
2544
  },
2545
- body: RepairApplicationRequest
2545
+ body: RepairApplicationRequest,
2546
2546
  ): Request<Operation>;
2547
2547
  authorizedCertificates: AuthorizedCertificatesResource;
2548
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.20250127",
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