@maxim_mazurok/gapi.client.drive-v2 0.0.20250430 → 0.0.20250511
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 +5 -1
- 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:
|
|
12
|
+
// Revision: 20250511
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -3570,6 +3570,8 @@ declare namespace gapi.client {
|
|
|
3570
3570
|
callback?: string;
|
|
3571
3571
|
/** A plain text custom message to include in notification emails. */
|
|
3572
3572
|
emailMessage?: string;
|
|
3573
|
+
/** Whether the request should enforce expansive access rules. */
|
|
3574
|
+
enforceExpansiveAccess?: boolean;
|
|
3573
3575
|
/** Deprecated: See `moveToNewOwnersRoot` for details. */
|
|
3574
3576
|
enforceSingleParent?: boolean;
|
|
3575
3577
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3613,6 +3615,8 @@ declare namespace gapi.client {
|
|
|
3613
3615
|
callback?: string;
|
|
3614
3616
|
/** A plain text custom message to include in notification emails. */
|
|
3615
3617
|
emailMessage?: string;
|
|
3618
|
+
/** Whether the request should enforce expansive access rules. */
|
|
3619
|
+
enforceExpansiveAccess?: boolean;
|
|
3616
3620
|
/** Deprecated: See `moveToNewOwnersRoot` for details. */
|
|
3617
3621
|
enforceSingleParent?: boolean;
|
|
3618
3622
|
/** Selector specifying which fields to include in a partial response. */
|