@googleapis/vault 1.0.0 → 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 +18 -0
- package/build/v1.d.ts +2 -2
- package/package.json +2 -2
- package/v1.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
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
|
+
|
|
14
|
+
## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v1.0.0...vault-v1.0.1) (2023-02-10)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **vault:** update the API ([444f5cf](https://github.com/googleapis/google-api-nodejs-client/commit/444f5cf5299dd0519c48f4ff756ef8d540db0285))
|
|
20
|
+
|
|
3
21
|
## [1.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v0.6.2...vault-v1.0.0) (2022-10-28)
|
|
4
22
|
|
|
5
23
|
|
package/build/v1.d.ts
CHANGED
|
@@ -458,7 +458,7 @@ export declare namespace vault_v1 {
|
|
|
458
458
|
*/
|
|
459
459
|
export interface Schema$HangoutsChatInfo {
|
|
460
460
|
/**
|
|
461
|
-
* A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/
|
|
461
|
+
* A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/chat). There is a limit of exporting from 500 Chat spaces per request.
|
|
462
462
|
*/
|
|
463
463
|
roomId?: string[] | null;
|
|
464
464
|
}
|
|
@@ -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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@googleapis/vault",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "vault",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -38,6 +38,6 @@
|
|
|
38
38
|
"ts-loader": "^9.0.0",
|
|
39
39
|
"typescript": "~4.8.4",
|
|
40
40
|
"webpack": "^5.0.0",
|
|
41
|
-
"webpack-cli": "^
|
|
41
|
+
"webpack-cli": "^5.0.0"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/v1.ts
CHANGED
|
@@ -509,7 +509,7 @@ export namespace vault_v1 {
|
|
|
509
509
|
*/
|
|
510
510
|
export interface Schema$HangoutsChatInfo {
|
|
511
511
|
/**
|
|
512
|
-
* A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/
|
|
512
|
+
* A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/chat). There is a limit of exporting from 500 Chat spaces per request.
|
|
513
513
|
*/
|
|
514
514
|
roomId?: string[] | null;
|
|
515
515
|
}
|
|
@@ -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:
|