@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20230918 → 0.0.20231005
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: 20231005
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1240,8 +1240,8 @@ declare namespace gapi.client {
|
|
|
1240
1240
|
interface OrgUnit {
|
|
1241
1241
|
/**
|
|
1242
1242
|
* 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
|
|
1243
|
-
* the nearest parent organizational unit.
|
|
1244
|
-
*
|
|
1243
|
+
* the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about
|
|
1244
|
+
* inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
|
|
1245
1245
|
*/
|
|
1246
1246
|
blockInheritance?:
|
|
1247
1247
|
boolean;
|
|
@@ -4682,8 +4682,8 @@ declare namespace gapi.client {
|
|
|
4682
4682
|
interface OrgUnit {
|
|
4683
4683
|
/**
|
|
4684
4684
|
* 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
|
|
4685
|
-
* the nearest parent organizational unit.
|
|
4686
|
-
*
|
|
4685
|
+
* the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about
|
|
4686
|
+
* inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
|
|
4687
4687
|
*/
|
|
4688
4688
|
blockInheritance?:
|
|
4689
4689
|
boolean;
|
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: 20231005
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|