@maxim_mazurok/gapi.client.admin-reports_v1 0.0.20250530 → 0.0.20250616

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=reports_v1
12
- // Revision: 20250530
12
+ // Revision: 20250616
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -261,7 +261,7 @@ declare namespace gapi.client {
261
261
  etag?: string;
262
262
  /** The type of API resource. For a usage report, the value is `admin#reports#usageReport`. */
263
263
  kind?: string;
264
- /** Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see [the Entity Usage parameters reference](/admin-sdk/reports/v1/reference/usage-ref-appendix-a/entities). */
264
+ /** Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see [the Entity Usage parameters reference](https://developers.google.com/workspace/admin/reports/v1/reference/usage-ref-appendix-a/entities). */
265
265
  parameters?: Array<{
266
266
  /** Output only. Boolean value of the parameter. */
267
267
  boolValue?: boolean;
@@ -594,7 +594,7 @@ declare namespace gapi.client {
594
594
  etag?: string;
595
595
  /** The type of API resource. For a usage report, the value is `admin#reports#usageReport`. */
596
596
  kind?: string;
597
- /** Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see [the Entity Usage parameters reference](/admin-sdk/reports/v1/reference/usage-ref-appendix-a/entities). */
597
+ /** Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see [the Entity Usage parameters reference](https://developers.google.com/workspace/admin/reports/v1/reference/usage-ref-appendix-a/entities). */
598
598
  parameters?: Array<{
599
599
  /** Output only. Boolean value of the parameter. */
600
600
  boolValue?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.admin-reports_v1",
3
- "version": "0.0.20250530",
3
+ "version": "0.0.20250616",
4
4
  "description": "TypeScript typings for Admin SDK API reports_v1",
5
5
  "repository": {
6
6
  "type": "git",