@maxim_mazurok/gapi.client.drive-v3 0.0.20250714 → 0.0.20250717
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 +3 -3
- 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: 20250717
|
13
13
|
|
14
14
|
/// <reference types="gapi.client" />
|
15
15
|
|
@@ -283,7 +283,7 @@ declare namespace gapi.client {
|
|
283
283
|
restrictedForWriters?: boolean;
|
284
284
|
}
|
285
285
|
interface DownloadRestrictionsMetadata {
|
286
|
-
/** The effective download restriction applied to this file. This considers all restriction settings and DLP rules. */
|
286
|
+
/** Output only. The effective download restriction applied to this file. This considers all restriction settings and DLP rules. */
|
287
287
|
effectiveDownloadRestrictionWithContext?: DownloadRestriction;
|
288
288
|
/** The download restriction of the file applied directly by the owner or organizer. This does not take into account shared drive settings or DLP rules. */
|
289
289
|
itemDownloadRestriction?: DownloadRestriction;
|
@@ -405,7 +405,7 @@ declare namespace gapi.client {
|
|
405
405
|
canAddMyDriveParent?: boolean;
|
406
406
|
/** Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. */
|
407
407
|
canChangeCopyRequiresWriterPermission?: boolean;
|
408
|
-
/** Output only. Whether the current user can change the owner-applied download restrictions of the file. */
|
408
|
+
/** Output only. Whether the current user can change the owner or organizer-applied download restrictions of the file. */
|
409
409
|
canChangeItemDownloadRestriction?: boolean;
|
410
410
|
/** Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. */
|
411
411
|
canChangeSecurityUpdateEnabled?: boolean;
|