@googleapis/vault 3.12.0 → 4.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
+ ## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v3.12.0...vault-v4.0.0) (2025-05-05)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * **vault:** This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * **vault:** update the API ([fd090f0](https://github.com/googleapis/google-api-nodejs-client/commit/fd090f0852966e731ada8ddf8b51cbb396fd2a7b))
13
+
3
14
  ## [3.12.0](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v3.11.0...vault-v3.12.0) (2025-04-18)
4
15
 
5
16
 
package/build/v1.d.ts CHANGED
@@ -540,7 +540,7 @@ export declare namespace vault_v1 {
540
540
  */
541
541
  export interface Schema$HangoutsChatInfo {
542
542
  /**
543
- * 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.
543
+ * A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/workspace/chat). There is a limit of exporting from 500 Chat spaces per request.
544
544
  */
545
545
  roomId?: string[] | null;
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/vault",
3
- "version": "3.12.0",
3
+ "version": "4.0.0",
4
4
  "description": "vault",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -590,7 +590,7 @@ export namespace vault_v1 {
590
590
  */
591
591
  export interface Schema$HangoutsChatInfo {
592
592
  /**
593
- * 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.
593
+ * A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/workspace/chat). There is a limit of exporting from 500 Chat spaces per request.
594
594
  */
595
595
  roomId?: string[] | null;
596
596
  }