@maxim_mazurok/gapi.client.drive-v3 0.0.20241008 → 0.0.20241015
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +2 -2
- 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://www.googleapis.com/discovery/v1/apis/drive/v3/rest
|
12
|
-
// Revision:
|
12
|
+
// Revision: 20241015
|
13
13
|
|
14
14
|
/// <reference types="gapi.client" />
|
15
15
|
|
@@ -1918,7 +1918,7 @@ declare namespace gapi.client {
|
|
1918
1918
|
proposalId: string;
|
1919
1919
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
1920
1920
|
quotaUser?: string;
|
1921
|
-
/** Optional. The roles the approver has allowed, if any. */
|
1921
|
+
/** Optional. The roles the approver has allowed, if any. Note: This field is required for the `ACCEPT` action. */
|
1922
1922
|
role?: string | string[];
|
1923
1923
|
/** Optional. Whether to send an email to the requester when the AccessProposal is denied or accepted. */
|
1924
1924
|
sendNotification?: boolean;
|