@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 +11 -0
- package/build/v1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
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`.
|
|
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
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`.
|
|
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:
|