@maxim_mazurok/gapi.client.appengine-v1beta 0.0.20250217 → 0.0.20250223
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.
- package/index.d.ts +1 -5
- 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:
|
|
12
|
+
// Revision: 20250223
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2190,8 +2190,6 @@ declare namespace gapi.client {
|
|
|
2190
2190
|
callback?: string;
|
|
2191
2191
|
/** Selector specifying which fields to include in a partial response. */
|
|
2192
2192
|
fields?: string;
|
|
2193
|
-
/** 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.) */
|
|
2194
|
-
force?: boolean;
|
|
2195
2193
|
/** 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. */
|
|
2196
2194
|
key?: string;
|
|
2197
2195
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2671,8 +2669,6 @@ declare namespace gapi.client {
|
|
|
2671
2669
|
callback?: string;
|
|
2672
2670
|
/** Selector specifying which fields to include in a partial response. */
|
|
2673
2671
|
fields?: string;
|
|
2674
|
-
/** 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.) */
|
|
2675
|
-
force?: boolean;
|
|
2676
2672
|
/** 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. */
|
|
2677
2673
|
key?: string;
|
|
2678
2674
|
/** Part of `name`. See documentation of `projectsId`. */
|