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

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 +6 -2
  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: 20250131
12
+ // Revision: 20250210
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -694,7 +694,7 @@ declare namespace gapi.client {
694
694
  sslManagementType?: string;
695
695
  }
696
696
  interface StandardSchedulerSettings {
697
- /** Maximum number of instances to run for this version. Set to zero to disable max_instances configuration. */
697
+ /** Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration. */
698
698
  maxInstances?: number;
699
699
  /** Minimum number of instances to run for this version. Set to zero to disable min_instances configuration. */
700
700
  minInstances?: number;
@@ -2164,6 +2164,8 @@ declare namespace gapi.client {
2164
2164
  callback?: string;
2165
2165
  /** Selector specifying which fields to include in a partial response. */
2166
2166
  fields?: string;
2167
+ /** Optional. If set to true, any versions of this service will also be deleted. (Otherwise, the request will only succeed if the service has no versions.) */
2168
+ force?: boolean;
2167
2169
  /** 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. */
2168
2170
  key?: string;
2169
2171
  /** OAuth 2.0 token for the current user. */
@@ -2641,6 +2643,8 @@ declare namespace gapi.client {
2641
2643
  callback?: string;
2642
2644
  /** Selector specifying which fields to include in a partial response. */
2643
2645
  fields?: string;
2646
+ /** Optional. If set to true, any versions of this service will also be deleted. (Otherwise, the request will only succeed if the service has no versions.) */
2647
+ force?: boolean;
2644
2648
  /** 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. */
2645
2649
  key?: string;
2646
2650
  /** Part of `name`. See documentation of `projectsId`. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1",
3
- "version": "0.0.20250131",
3
+ "version": "0.0.20250210",
4
4
  "description": "TypeScript typings for App Engine Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",