@maxim_mazurok/gapi.client.appengine-v1 0.0.20240909 → 0.0.20241007

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 +42 -1
  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=v1
12
- // Revision: 20240909
12
+ // Revision: 20241007
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2579,8 +2579,49 @@ declare namespace gapi.client {
2579
2579
  uploadType?: string;
2580
2580
  }): Request<ListAuthorizedDomainsResponse>;
2581
2581
  }
2582
+ interface VersionsResource {
2583
+ /** Deletes an existing Version resource. */
2584
+ delete(request?: {
2585
+ /** V1 error format. */
2586
+ '$.xgafv'?: string;
2587
+ /** OAuth access token. */
2588
+ access_token?: string;
2589
+ /** Data format for response. */
2590
+ alt?: string;
2591
+ /** Part of `name`. See documentation of `projectsId`. */
2592
+ applicationsId: string;
2593
+ /** JSONP */
2594
+ callback?: string;
2595
+ /** Selector specifying which fields to include in a partial response. */
2596
+ fields?: string;
2597
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2598
+ key?: string;
2599
+ /** Part of `name`. See documentation of `projectsId`. */
2600
+ locationsId: string;
2601
+ /** OAuth 2.0 token for the current user. */
2602
+ oauth_token?: string;
2603
+ /** Returns response with indentations and line breaks. */
2604
+ prettyPrint?: boolean;
2605
+ /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2606
+ projectsId: string;
2607
+ /** 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. */
2608
+ quotaUser?: string;
2609
+ /** Part of `name`. See documentation of `projectsId`. */
2610
+ servicesId: string;
2611
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2612
+ upload_protocol?: string;
2613
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2614
+ uploadType?: string;
2615
+ /** Part of `name`. See documentation of `projectsId`. */
2616
+ versionsId: string;
2617
+ }): Request<Operation>;
2618
+ }
2619
+ interface ServicesResource {
2620
+ versions: VersionsResource;
2621
+ }
2582
2622
  interface ApplicationsResource {
2583
2623
  authorizedDomains: AuthorizedDomainsResource;
2624
+ services: ServicesResource;
2584
2625
  }
2585
2626
  interface LocationsResource {
2586
2627
  applications: ApplicationsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1",
3
- "version": "0.0.20240909",
3
+ "version": "0.0.20241007",
4
4
  "description": "TypeScript typings for App Engine Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",