@maxim_mazurok/gapi.client.vault-v1 0.0.20240605 → 0.0.20240708
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/index.d.ts +4 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://vault.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240708
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -101,6 +101,8 @@ declare namespace gapi.client {
|
|
|
101
101
|
files?: CloudStorageFile[];
|
|
102
102
|
}
|
|
103
103
|
interface CorpusQuery {
|
|
104
|
+
/** Service-specific options for Calendar holds. If set, **CorpusType** must be **CALENDAR**. */
|
|
105
|
+
calendarQuery?: any;
|
|
104
106
|
/** Service-specific options for Drive holds. If set, **CorpusType** must be **DRIVE**. */
|
|
105
107
|
driveQuery?: HeldDriveQuery;
|
|
106
108
|
/** Service-specific options for Groups holds. If set, **CorpusType** must be **GROUPS**. */
|
|
@@ -239,6 +241,7 @@ declare namespace gapi.client {
|
|
|
239
241
|
/** Output only. The last name of the account holder. */
|
|
240
242
|
lastName?: string;
|
|
241
243
|
}
|
|
244
|
+
interface HeldCalendarQuery {}
|
|
242
245
|
interface HeldDriveQuery {
|
|
243
246
|
/** To include files in shared drives in the hold, set to **true**. */
|
|
244
247
|
includeSharedDriveFiles?: boolean;
|