@maxim_mazurok/gapi.client.admin-reports_v1 0.0.20230606 → 0.0.20230619
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 +10 -4
- 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: 20230619
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1052,7 +1052,10 @@ declare namespace gapi.client {
|
|
|
1052
1052
|
/** The unique ID of the customer to retrieve data for. */
|
|
1053
1053
|
customerId?:
|
|
1054
1054
|
string;
|
|
1055
|
-
/**
|
|
1055
|
+
/**
|
|
1056
|
+
* Represents the date the usage occurred, based on UTC-8:00 (Pacific Standard Time). The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601),
|
|
1057
|
+
* `yyyy-mm-dd`.
|
|
1058
|
+
*/
|
|
1056
1059
|
date:
|
|
1057
1060
|
string;
|
|
1058
1061
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1115,7 +1118,10 @@ declare namespace gapi.client {
|
|
|
1115
1118
|
/** The unique ID of the customer to retrieve data for. */
|
|
1116
1119
|
customerId?:
|
|
1117
1120
|
string;
|
|
1118
|
-
/**
|
|
1121
|
+
/**
|
|
1122
|
+
* Represents the date the usage occurred, based on UTC-8:00 (Pacific Standard Time). The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601),
|
|
1123
|
+
* `yyyy-mm-dd`.
|
|
1124
|
+
*/
|
|
1119
1125
|
date:
|
|
1120
1126
|
string;
|
|
1121
1127
|
/**
|
|
@@ -1205,7 +1211,7 @@ declare namespace gapi.client {
|
|
|
1205
1211
|
customerId?:
|
|
1206
1212
|
string;
|
|
1207
1213
|
/**
|
|
1208
|
-
* Represents the date the usage occurred, based on
|
|
1214
|
+
* Represents the date the usage occurred, based on UTC-8:00 (Pacific Standard Time). The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601),
|
|
1209
1215
|
* `yyyy-mm-dd`.
|
|
1210
1216
|
*/
|
|
1211
1217
|
date:
|
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: 20230619
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|