@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20230406 → 0.0.20230425
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 -5
- package/package.json +1 -1
- package/tests.ts +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: 20230425
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -907,8 +907,8 @@ declare namespace gapi.client {
|
|
|
907
907
|
interface OrgUnit {
|
|
908
908
|
/**
|
|
909
909
|
* Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of
|
|
910
|
-
* the nearest parent organizational unit.
|
|
911
|
-
* center](https://support.google.com/a/answer/4352075).
|
|
910
|
+
* the nearest parent organizational unit. We recommend using the default value because setting `block_inheritance` to `true` can have _unintended consequences_. For more information
|
|
911
|
+
* about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
|
|
912
912
|
*/
|
|
913
913
|
blockInheritance?: boolean;
|
|
914
914
|
/** Description of the organizational unit. */
|
|
@@ -3375,8 +3375,8 @@ declare namespace gapi.client {
|
|
|
3375
3375
|
interface OrgUnit {
|
|
3376
3376
|
/**
|
|
3377
3377
|
* Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of
|
|
3378
|
-
* the nearest parent organizational unit.
|
|
3379
|
-
* center](https://support.google.com/a/answer/4352075).
|
|
3378
|
+
* the nearest parent organizational unit. We recommend using the default value because setting `block_inheritance` to `true` can have _unintended consequences_. For more information
|
|
3379
|
+
* about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
|
|
3380
3380
|
*/
|
|
3381
3381
|
blockInheritance?: boolean;
|
|
3382
3382
|
/** Description of the organizational unit. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230425
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|