@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20241031 → 0.0.20241113
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://admin.googleapis.com/$discovery/rest?version=directory_v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241113
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -858,7 +858,7 @@ declare namespace gapi.client {
|
|
|
858
858
|
nextPageToken?: string;
|
|
859
859
|
}
|
|
860
860
|
interface OrgUnit {
|
|
861
|
-
/**
|
|
861
|
+
/** This field is deprecated and setting its value has no effect. */
|
|
862
862
|
blockInheritance?: boolean;
|
|
863
863
|
/** Description of the organizational unit. */
|
|
864
864
|
description?: string;
|
|
@@ -3252,7 +3252,7 @@ declare namespace gapi.client {
|
|
|
3252
3252
|
nextPageToken?: string;
|
|
3253
3253
|
}
|
|
3254
3254
|
interface OrgUnit {
|
|
3255
|
-
/**
|
|
3255
|
+
/** This field is deprecated and setting its value has no effect. */
|
|
3256
3256
|
blockInheritance?: boolean;
|
|
3257
3257
|
/** Description of the organizational unit. */
|
|
3258
3258
|
description?: string;
|