@googleapis/vault 1.0.1 → 2.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v1.0.1...vault-v2.0.0) (2023-04-08)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * run the generator ([#3203](https://github.com/googleapis/google-api-nodejs-client/issues/3203)) ([713224f](https://github.com/googleapis/google-api-nodejs-client/commit/713224fe0271843ea61b5d5cbd434ed2aa7b4d69))
13
+
3
14
  ## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v1.0.0...vault-v1.0.1) (2023-02-10)
4
15
 
5
16
 
package/build/v1.d.ts CHANGED
@@ -3488,7 +3488,7 @@ export declare namespace vault_v1 {
3488
3488
  get(params: Params$Resource$Operations$Get, callback: BodyResponseCallback<Schema$Operation>): void;
3489
3489
  get(callback: BodyResponseCallback<Schema$Operation>): void;
3490
3490
  /**
3491
- * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/x/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/x\}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
3491
+ * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
3492
3492
  * @example
3493
3493
  * ```js
3494
3494
  * // Before running the sample:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/vault",
3
- "version": "1.0.1",
3
+ "version": "2.0.0",
4
4
  "description": "vault",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -5940,7 +5940,7 @@ export namespace vault_v1 {
5940
5940
  }
5941
5941
 
5942
5942
  /**
5943
- * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/x/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/x\}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
5943
+ * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
5944
5944
  * @example
5945
5945
  * ```js
5946
5946
  * // Before running the sample: