@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20230914 → 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.
Files changed (3) hide show
  1. package/index.d.ts +5 -5
  2. package/package.json +1 -1
  3. 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: 20230914
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. We recommend using the default value because setting `block_inheritance` to `true` can have _unintended consequences_. For more information
1244
- * about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
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. We recommend using the default value because setting `block_inheritance` to `true` can have _unintended consequences_. For more information
4686
- * about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.admin-directory_v1",
3
- "version": "0.0.20230914",
3
+ "version": "0.0.20231005",
4
4
  "description": "TypeScript typings for Admin SDK API directory_v1",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20230914
6
+ // Revision: 20231005
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */