@maxim_mazurok/gapi.client.drive-v3 0.0.20240719 → 0.0.20240728

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.
Files changed (2) hide show
  1. package/index.d.ts +5 -5
  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: 20240719
12
+ // Revision: 20240728
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2115,7 +2115,7 @@ declare namespace gapi.client {
2115
2115
  '$.xgafv'?: string;
2116
2116
  /** OAuth access token. */
2117
2117
  access_token?: string;
2118
- /** Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media. */
2118
+ /** 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. */
2119
2119
  acknowledgeAbuse?: boolean;
2120
2120
  /** Data format for response. */
2121
2121
  alt?: string;
@@ -2394,7 +2394,7 @@ declare namespace gapi.client {
2394
2394
  '$.xgafv'?: string;
2395
2395
  /** OAuth access token. */
2396
2396
  access_token?: string;
2397
- /** Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media. */
2397
+ /** 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. */
2398
2398
  acknowledgeAbuse?: boolean;
2399
2399
  /** Data format for response. */
2400
2400
  alt?: string;
@@ -2433,7 +2433,7 @@ declare namespace gapi.client {
2433
2433
  '$.xgafv'?: string;
2434
2434
  /** OAuth access token. */
2435
2435
  access_token?: string;
2436
- /** Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media. */
2436
+ /** 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. */
2437
2437
  acknowledgeAbuse?: boolean;
2438
2438
  /** Data format for response. */
2439
2439
  alt?: string;
@@ -3015,7 +3015,7 @@ declare namespace gapi.client {
3015
3015
  '$.xgafv'?: string;
3016
3016
  /** OAuth access token. */
3017
3017
  access_token?: string;
3018
- /** Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media. */
3018
+ /** 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. */
3019
3019
  acknowledgeAbuse?: boolean;
3020
3020
  /** Data format for response. */
3021
3021
  alt?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.drive-v3",
3
- "version": "0.0.20240719",
3
+ "version": "0.0.20240728",
4
4
  "description": "TypeScript typings for Google Drive API v3",
5
5
  "repository": {
6
6
  "type": "git",