Skip to content

Commit 914715a

Browse files
feat(vault): update the API
#### vault:v1 The following keys were added: - schemas.DriveOptions.properties.includeSharedDrives.deprecated The following keys were changed: - schemas.DriveOptions.description
1 parent afd383e commit 914715a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

discovery/vault-v1.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@
12031203
}
12041204
}
12051205
},
1206-
"revision": "20241121",
1206+
"revision": "20250124",
12071207
"rootUrl": "https://vault.googleapis.com/",
12081208
"schemas": {
12091209
"AccountCount": {
@@ -1587,7 +1587,7 @@
15871587
"type": "object"
15881588
},
15891589
"DriveOptions": {
1590-
"description": "Additional options for Drive search",
1590+
"description": "Additional options for Drive search.",
15911591
"id": "DriveOptions",
15921592
"properties": {
15931593
"clientSideEncryptedOption": {
@@ -1607,6 +1607,7 @@
16071607
"type": "string"
16081608
},
16091609
"includeSharedDrives": {
1610+
"deprecated": true,
16101611
"description": "Set to **true** to include shared drives.",
16111612
"type": "boolean"
16121613
},

src/apis/vault/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export namespace vault_v1 {
384384
includeAccessInfo?: boolean | null;
385385
}
386386
/**
387-
* Additional options for Drive search
387+
* Additional options for Drive search.
388388
*/
389389
export interface Schema$DriveOptions {
390390
/**

0 commit comments

Comments
 (0)