@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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. 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. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securesourcemanager-v1",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "TypeScript typings for Secure Source Manager API v1",
5
5
  "repository": {
6
6
  "type": "git",