@maxim_mazurok/gapi.client.securesourcemanager-v1 0.17.0 → 0.18.0
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 +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -606,6 +606,8 @@ declare namespace gapi.client {
|
|
|
606
606
|
callback?: string;
|
|
607
607
|
/** Selector specifying which fields to include in a partial response. */
|
|
608
608
|
fields?: string;
|
|
609
|
+
/** Optional. If set to true, will force the deletion of the instance. */
|
|
610
|
+
force?: boolean;
|
|
609
611
|
/** 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. */
|
|
610
612
|
key?: string;
|
|
611
613
|
/** Required. Name of the resource. */
|