@maxim_mazurok/gapi.client.drive-v2 0.0.20240713 → 0.0.20240722
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 -4
- 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/v2/rest
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240722
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2546,7 +2546,7 @@ declare namespace gapi.client {
|
|
|
2546
2546
|
'$.xgafv'?: string;
|
|
2547
2547
|
/** OAuth access token. */
|
|
2548
2548
|
access_token?: string;
|
|
2549
|
-
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files. */
|
|
2549
|
+
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the file or an organizer of the shared drive in which the file resides. */
|
|
2550
2550
|
acknowledgeAbuse?: boolean;
|
|
2551
2551
|
/** Data format for response. */
|
|
2552
2552
|
alt?: string;
|
|
@@ -3206,7 +3206,7 @@ declare namespace gapi.client {
|
|
|
3206
3206
|
'$.xgafv'?: string;
|
|
3207
3207
|
/** OAuth access token. */
|
|
3208
3208
|
access_token?: string;
|
|
3209
|
-
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files. */
|
|
3209
|
+
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the file or an organizer of the shared drive in which the file resides. */
|
|
3210
3210
|
acknowledgeAbuse?: boolean;
|
|
3211
3211
|
/** Data format for response. */
|
|
3212
3212
|
alt?: string;
|
|
@@ -3251,7 +3251,7 @@ declare namespace gapi.client {
|
|
|
3251
3251
|
'$.xgafv'?: string;
|
|
3252
3252
|
/** OAuth access token. */
|
|
3253
3253
|
access_token?: string;
|
|
3254
|
-
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files. */
|
|
3254
|
+
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the file or an organizer of the shared drive in which the file resides. */
|
|
3255
3255
|
acknowledgeAbuse?: boolean;
|
|
3256
3256
|
/** Data format for response. */
|
|
3257
3257
|
alt?: string;
|