@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20240528 → 0.0.20240611

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 +4 -4
  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: 20240528
12
+ // Revision: 20240611
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -4071,7 +4071,7 @@ declare namespace gapi.client {
4071
4071
  includeChildOrgunits?: boolean;
4072
4072
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4073
4073
  key?: string;
4074
- /** Maximum number of results to return, value should not exceed 300. */
4074
+ /** Maximum number of results to return. Value should not exceed 300. */
4075
4075
  maxResults?: number;
4076
4076
  /** OAuth 2.0 token for the current user. */
4077
4077
  oauth_token?: string;
@@ -8079,11 +8079,11 @@ declare namespace gapi.client {
8079
8079
  alt?: string;
8080
8080
  /** JSONP */
8081
8081
  callback?: string;
8082
- /** The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. */
8082
+ /** The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all users for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. */
8083
8083
  customer?: string;
8084
8084
  /** A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when `projection=custom`. */
8085
8085
  customFieldMask?: string;
8086
- /** The domain name. Use this field to get groups from only one domain. To return all domains for a customer account, use the `customer` query parameter instead. Either the `customer` or the `domain` parameter must be provided. */
8086
+ /** The domain name. Use this field to get users from only one domain. To return all domains for a customer account, use the `customer` query parameter instead. Either the `customer` or the `domain` parameter must be provided. */
8087
8087
  domain?: string;
8088
8088
  /** Event on which subscription is intended (if subscribing) */
8089
8089
  event?: 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.20240528",
3
+ "version": "0.0.20240611",
4
4
  "description": "TypeScript typings for Admin SDK API directory_v1",
5
5
  "repository": {
6
6
  "type": "git",