@maxim_mazurok/gapi.client.drive-v3 0.0.20240806 → 0.0.20240809

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.d.ts +4 -4
  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: 20240806
12
+ // Revision: 20240809
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -543,7 +543,7 @@ declare namespace gapi.client {
543
543
  /** Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. */
544
544
  labels?: Label[];
545
545
  };
546
- /** Output only. The last user to modify the file. */
546
+ /** Output only. The last user to modify the file. This field is only populated when the last modification was performed by a signed-in user. */
547
547
  lastModifyingUser?: User;
548
548
  /** Contains details about the link URLs that clients are using to refer to this item. */
549
549
  linkShareMetadata?: {
@@ -570,7 +570,7 @@ declare namespace gapi.client {
570
570
  ownedByMe?: boolean;
571
571
  /** Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. */
572
572
  owners?: User[];
573
- /** The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. */
573
+ /** The ID of the parent folder containing the file. A file can only have one parent folder; specifying multiple parents isn't supported. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parent of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. */
574
574
  parents?: string[];
575
575
  /** Output only. List of permission IDs for users with access to this file. */
576
576
  permissionIds?: string[];
@@ -835,7 +835,7 @@ declare namespace gapi.client {
835
835
  keepForever?: boolean;
836
836
  /** Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#revision"`. */
837
837
  kind?: string;
838
- /** Output only. The last user to modify this revision. */
838
+ /** Output only. The last user to modify this revision. This field is only populated when the last modification was performed by a signed-in user. */
839
839
  lastModifyingUser?: User;
840
840
  /** Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. */
841
841
  md5Checksum?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.drive-v3",
3
- "version": "0.0.20240806",
3
+ "version": "0.0.20240809",
4
4
  "description": "TypeScript typings for Google Drive API v3",
5
5
  "repository": {
6
6
  "type": "git",