@googleapis/vault 1.0.0 → 1.0.1

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v1.0.0...vault-v1.0.1) (2023-02-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **vault:** update the API ([444f5cf](https://github.com/googleapis/google-api-nodejs-client/commit/444f5cf5299dd0519c48f4ff756ef8d540db0285))
9
+
3
10
  ## [1.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v0.6.2...vault-v1.0.0) (2022-10-28)
4
11
 
5
12
 
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/hangouts/chat).
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/vault",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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": "^4.0.0"
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/hangouts/chat).
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
  }