@maxim_mazurok/gapi.client.admin-reports_v1 0.0.20221018 → 0.0.20221108
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 +6 -3
- package/package.json +1 -1
- package/tests.ts +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: 20221108
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -796,7 +796,7 @@ declare namespace gapi.client {
|
|
|
796
796
|
callback?: string;
|
|
797
797
|
/** The unique ID of the customer to retrieve data for. */
|
|
798
798
|
customerId?: string;
|
|
799
|
-
/** Represents the date the usage occurred. The timestamp is in the ISO 8601 format, yyyy-mm-dd
|
|
799
|
+
/** Represents the date the usage occurred, based on PST time zone. The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601), `yyyy-mm-dd`. */
|
|
800
800
|
date: string;
|
|
801
801
|
/** Selector specifying which fields to include in a partial response. */
|
|
802
802
|
fields?: string;
|
|
@@ -914,7 +914,10 @@ declare namespace gapi.client {
|
|
|
914
914
|
callback?: string;
|
|
915
915
|
/** The unique ID of the customer to retrieve data for. */
|
|
916
916
|
customerId?: string;
|
|
917
|
-
/**
|
|
917
|
+
/**
|
|
918
|
+
* Represents the date the usage occurred, based on GMT-7:00 (Pacific Standard Time). The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601),
|
|
919
|
+
* `yyyy-mm-dd`.
|
|
920
|
+
*/
|
|
918
921
|
date: string;
|
|
919
922
|
/** Selector specifying which fields to include in a partial response. */
|
|
920
923
|
fields?: string;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20221108
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|