From 762c73d5485d65c9ead00d6da47ec2802ffae7ca Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 8 Mar 2022 01:36:45 +0000 Subject: [PATCH] feat(vault): update the API #### vault:v1 The following keys were added: - schemas.MailExportOptions.properties.useNewExport.description - schemas.MailExportOptions.properties.useNewExport.type --- discovery/vault-v1.json | 6 +++++- src/apis/vault/README.md | 2 +- src/apis/vault/v1.ts | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/discovery/vault-v1.json b/discovery/vault-v1.json index a2399acb29..6b09e49c4d 100644 --- a/discovery/vault-v1.json +++ b/discovery/vault-v1.json @@ -1193,7 +1193,7 @@ } } }, - "revision": "20211101", + "revision": "20220222", "rootUrl": "https://vault.googleapis.com/", "schemas": { "AccountCount": { @@ -2107,6 +2107,10 @@ "showConfidentialModeContent": { "description": "To export confidential mode content, set to **true**.", "type": "boolean" + }, + "useNewExport": { + "description": "To use the new export system, set to **true**.", + "type": "boolean" } }, "type": "object" diff --git a/src/apis/vault/README.md b/src/apis/vault/README.md index b3ceccc15e..6a2768e393 100644 --- a/src/apis/vault/README.md +++ b/src/apis/vault/README.md @@ -2,7 +2,7 @@ # vault -> Archiving and eDiscovery for G Suite. +> Retention and eDiscovery for Google Workspace. To work with Vault resources, the account must have the [required Vault privileges](https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege. For example, to download an export, an account needs the **Manage Exports** privilege and the matter shared with them. ## Installation diff --git a/src/apis/vault/v1.ts b/src/apis/vault/v1.ts index a041ac119a..bb418ab79b 100644 --- a/src/apis/vault/v1.ts +++ b/src/apis/vault/v1.ts @@ -766,6 +766,10 @@ export namespace vault_v1 { * To export confidential mode content, set to **true**. */ showConfidentialModeContent?: boolean | null; + /** + * To use the new export system, set to **true**. + */ + useNewExport?: boolean | null; } /** * Additional options for Gmail search