@maxim_mazurok/gapi.client.admin-directory_v1 0.1.20260203 → 0.1.20260210

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 +42 -1
  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: 20260203
12
+ // Revision: 20260210
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -491,6 +491,10 @@ declare namespace gapi.client {
491
491
  /** Chrome OS devices to be moved to OU */
492
492
  deviceIds?: string[];
493
493
  }
494
+ interface CountChromeOsDevicesResponse {
495
+ /** The total number of devices matching the request. */
496
+ count?: string;
497
+ }
494
498
  interface CreatePrinterRequest {
495
499
  /** Required. The name of the customer. Format: customers/{customer_id} */
496
500
  parent?: string;
@@ -1668,6 +1672,39 @@ declare namespace gapi.client {
1668
1672
  },
1669
1673
  body: BatchChangeChromeOsDeviceStatusRequest,
1670
1674
  ): Request<BatchChangeChromeOsDeviceStatusResponse>;
1675
+ /** Counts ChromeOS devices matching the request. */
1676
+ countChromeOsDevices(request?: {
1677
+ /** V1 error format. */
1678
+ '$.xgafv'?: string;
1679
+ /** OAuth access token. */
1680
+ access_token?: string;
1681
+ /** Data format for response. */
1682
+ alt?: string;
1683
+ /** JSONP */
1684
+ callback?: string;
1685
+ /** Required. Immutable ID of the Google Workspace account. */
1686
+ customerId: string;
1687
+ /** Selector specifying which fields to include in a partial response. */
1688
+ fields?: string;
1689
+ /** Optional. Search string in the format given at https://developers.google.com/workspace/admin/directory/v1/list-query-operators */
1690
+ filter?: string;
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
+ includeChildOrgunits?: boolean;
1693
+ /** 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. */
1694
+ key?: string;
1695
+ /** OAuth 2.0 token for the current user. */
1696
+ oauth_token?: string;
1697
+ /** Optional. The full path of the organizational unit (minus the leading `/`) or its unique ID. */
1698
+ orgUnitPath?: string;
1699
+ /** Returns response with indentations and line breaks. */
1700
+ prettyPrint?: boolean;
1701
+ /** 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. */
1702
+ quotaUser?: string;
1703
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1704
+ upload_protocol?: string;
1705
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1706
+ uploadType?: string;
1707
+ }): Request<CountChromeOsDevicesResponse>;
1671
1708
  /** Issues a command for the device to execute. */
1672
1709
  issueCommand(request: {
1673
1710
  /** V1 error format. */
@@ -2911,6 +2948,10 @@ declare namespace gapi.client {
2911
2948
  /** Chrome OS devices to be moved to OU */
2912
2949
  deviceIds?: string[];
2913
2950
  }
2951
+ interface CountChromeOsDevicesResponse {
2952
+ /** The total number of devices matching the request. */
2953
+ count?: string;
2954
+ }
2914
2955
  interface CreatePrinterRequest {
2915
2956
  /** Required. The name of the customer. Format: customers/{customer_id} */
2916
2957
  parent?: 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.20260203",
3
+ "version": "0.1.20260210",
4
4
  "description": "TypeScript typings for Admin SDK API directory_v1",
5
5
  "repository": {
6
6
  "type": "git",