Skip to content

Commit

Permalink
feat(vault): update the API
Browse files Browse the repository at this point in the history
#### vault:v1

The following keys were added:
- schemas.MailExportOptions.properties.useNewExport.description
- schemas.MailExportOptions.properties.useNewExport.type
  • Loading branch information
yoshi-automation authored and bcoe committed Mar 8, 2022
1 parent 5f76e8f commit 762c73d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion discovery/vault-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@
}
}
},
"revision": "20211101",
"revision": "20220222",
"rootUrl": "https://vault.googleapis.com/",
"schemas": {
"AccountCount": {
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/apis/vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions src/apis/vault/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 762c73d

Please sign in to comment.