@maxim_mazurok/gapi.client.drive-v2 0.1.20260113 → 0.1.20260118

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/v2/rest
12
- // Revision: 20260113
12
+ // Revision: 20260118
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2368,7 +2368,7 @@ declare namespace gapi.client {
2368
2368
  upload_protocol?: string;
2369
2369
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2370
2370
  uploadType?: string;
2371
- /** The visibility of the new file. This parameter is only relevant when the source is not a native Google Doc and convert=false. */
2371
+ /** The visibility of the new file. Permissions are still inherited from parent folders. This parameter is only relevant when the source is not a Google Doc file and when `convert=false`. */
2372
2372
  visibility?: string;
2373
2373
  /** Request body */
2374
2374
  resource: File;
@@ -2421,7 +2421,7 @@ declare namespace gapi.client {
2421
2421
  upload_protocol?: string;
2422
2422
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2423
2423
  uploadType?: string;
2424
- /** The visibility of the new file. This parameter is only relevant when the source is not a native Google Doc and convert=false. */
2424
+ /** The visibility of the new file. Permissions are still inherited from parent folders. This parameter is only relevant when the source is not a Google Doc file and when `convert=false`. */
2425
2425
  visibility?: string;
2426
2426
  },
2427
2427
  body: File,
@@ -2639,7 +2639,7 @@ declare namespace gapi.client {
2639
2639
  uploadType?: string;
2640
2640
  /** Whether to use the content as indexable text. */
2641
2641
  useContentAsIndexableText?: boolean;
2642
- /** The visibility of the new file. This parameter is only relevant when convert=false. */
2642
+ /** The visibility of the new file. Permissions are still inherited from parent folders. This parameter is only relevant when `convert=false`. */
2643
2643
  visibility?: string;
2644
2644
  /** Request body */
2645
2645
  resource: File;
@@ -2692,7 +2692,7 @@ declare namespace gapi.client {
2692
2692
  uploadType?: string;
2693
2693
  /** Whether to use the content as indexable text. */
2694
2694
  useContentAsIndexableText?: boolean;
2695
- /** The visibility of the new file. This parameter is only relevant when convert=false. */
2695
+ /** The visibility of the new file. Permissions are still inherited from parent folders. This parameter is only relevant when `convert=false`. */
2696
2696
  visibility?: string;
2697
2697
  },
2698
2698
  body: File,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.drive-v2",
3
- "version": "0.1.20260113",
3
+ "version": "0.1.20260118",
4
4
  "description": "TypeScript typings for Google Drive API v2",
5
5
  "repository": {
6
6
  "type": "git",