@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20241031 → 0.0.20241119

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 (2) hide show
  1. package/index.d.ts +3 -3
  2. 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: 20241031
12
+ // Revision: 20241119
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
- /** 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 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 inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075). */
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
- /** 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 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 inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075). */
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.admin-directory_v1",
3
- "version": "0.0.20241031",
3
+ "version": "0.0.20241119",
4
4
  "description": "TypeScript typings for Admin SDK API directory_v1",
5
5
  "repository": {
6
6
  "type": "git",