@maxim_mazurok/gapi.client.drive-v3 0.0.20240805 → 0.0.20240809
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/v3/rest
|
12
|
-
// Revision:
|
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
|
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;
|