@maxim_mazurok/gapi.client.admin-reports_v1 0.0.20250616 → 0.0.20250619
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.
- package/index.d.ts +3 -3
- 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:
|
|
12
|
+
// Revision: 20250619
|
|
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](
|
|
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). */
|
|
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](
|
|
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). */
|
|
598
598
|
parameters?: Array<{
|
|
599
599
|
/** Output only. Boolean value of the parameter. */
|
|
600
600
|
boolValue?: boolean;
|