@maxim_mazurok/gapi.client.admin-reports_v1 0.0.20230606 → 0.0.20230612

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 (3) hide show
  1. package/index.d.ts +10 -4
  2. package/package.json +1 -1
  3. 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: 20230606
12
+ // Revision: 20230612
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
- /** 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`. */
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
- /** Represents the date the usage occurred. The timestamp is in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time zone for this. */
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 GMT-7:00 (Pacific Standard Time). The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601),
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.admin-reports_v1",
3
- "version": "0.0.20230606",
3
+ "version": "0.0.20230612",
4
4
  "description": "TypeScript typings for Admin SDK API reports_v1",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20230606
6
+ // Revision: 20230612
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */