@maxim_mazurok/gapi.client.appengine-v1 0.0.20250210 → 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250223
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2164,8 +2164,6 @@ 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;
|
|
2169
2167
|
/** 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. */
|
|
2170
2168
|
key?: string;
|
|
2171
2169
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2643,8 +2641,6 @@ declare namespace gapi.client {
|
|
|
2643
2641
|
callback?: string;
|
|
2644
2642
|
/** Selector specifying which fields to include in a partial response. */
|
|
2645
2643
|
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;
|
|
2648
2644
|
/** 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. */
|
|
2649
2645
|
key?: string;
|
|
2650
2646
|
/** Part of `name`. See documentation of `projectsId`. */
|