@maxim_mazurok/gapi.client.admin-directory_v1 0.1.20260219 → 0.1.20260227

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 +4 -4
  2. package/package.json +1 -1
  3. package/readme.md +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: 20260219
12
+ // Revision: 20260227
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1686,7 +1686,7 @@ declare namespace gapi.client {
1686
1686
  customerId: string;
1687
1687
  /** Selector specifying which fields to include in a partial response. */
1688
1688
  fields?: string;
1689
- /** Optional. Search string in the format given at https://developers.google.com/workspace/admin/directory/v1/list-query-operators */
1689
+ /** Optional. Search string in the format given at [List query operators](https://developers.google.com/workspace/admin/directory/v1/list-query-operators). */
1690
1690
  filter?: string;
1691
1691
  /** Optional. Return devices from all child orgunits, as well as the specified org unit. If this is set to true, 'orgUnitPath' must be provided. */
1692
1692
  includeChildOrgunits?: boolean;
@@ -4194,7 +4194,7 @@ declare namespace gapi.client {
4194
4194
  prettyPrint?: boolean;
4195
4195
  /** Determines whether the response contains the full list of properties or only a subset. */
4196
4196
  projection?: string;
4197
- /** Search string in the format given at https://developers.google.com/workspace/admin/directory/v1/list-query-operators */
4197
+ /** Search string in the format given at [List query operators](https://developers.google.com/workspace/admin/directory/v1/list-query-operators). */
4198
4198
  query?: string;
4199
4199
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
4200
4200
  quotaUser?: string;
@@ -8060,7 +8060,7 @@ declare namespace gapi.client {
8060
8060
  ): Request<UserPhoto>;
8061
8061
  }
8062
8062
  interface UsersResource {
8063
- /** Create a guest user with access to a [subset of Workspace capabilities](https://support.google.com/a/answer/16558545?hl=en). This feature is currently in Alpha. Please reach out to support if you are interested in trying this feature. */
8063
+ /** Create a guest user with access to a [subset of Workspace capabilities](https://support.google.com/a/answer/16558545). This feature is currently in Alpha. Please reach out to support if you are interested in trying this feature. */
8064
8064
  createGuest(request: {
8065
8065
  /** V1 error format. */
8066
8066
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.admin-directory_v1",
3
- "version": "0.1.20260219",
3
+ "version": "0.1.20260227",
4
4
  "description": "TypeScript typings for Admin SDK API directory_v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -577,7 +577,7 @@ Turns off 2-Step Verification for user.
577
577
  await gapi.client.directory.twoStepVerification.turnOff({userKey: 'userKey'});
578
578
 
579
579
  /*
580
- Create a guest user with access to a [subset of Workspace capabilities](https://support.google.com/a/answer/16558545?hl=en). This feature is currently in Alpha. Please reach out to support if you are interested in trying this feature.
580
+ Create a guest user with access to a [subset of Workspace capabilities](https://support.google.com/a/answer/16558545). This feature is currently in Alpha. Please reach out to support if you are interested in trying this feature.
581
581
  */
582
582
  await gapi.client.directory.users.createGuest({});
583
583