@maxim_mazurok/gapi.client.playdeveloperreporting-v1alpha1 0.0.20230328 → 0.0.20230330

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 +12 -8
  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://playdeveloperreporting.googleapis.com/$discovery/rest?version=v1alpha1
12
- // Revision: 20230328
12
+ // Revision: 20230330
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -174,7 +174,8 @@ declare namespace gapi.client {
174
174
  * daily values are weighted by the count of distinct users for the day. * `userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
175
175
  * `userPerceivedAnrRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct
176
176
  * users in the aggregation period that were used as normalization value for the `anrRate` and `userPerceivedAnrRate` metrics. A user is counted in this metric if they used the app in
177
- * the foreground during the aggregation period. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times.
177
+ * the foreground during the aggregation period. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to
178
+ * the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.
178
179
  */
179
180
  metrics?: string[];
180
181
  /** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000. */
@@ -230,7 +231,7 @@ declare namespace gapi.client {
230
231
  * values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as
231
232
  * normalization value for the `crashRate` and `userPerceivedCrashRate` metrics. A user is counted in this metric if they used the app actively during the aggregation period. An app is
232
233
  * considered to be in active use if it is displaying any activity or executing any foreground service. Care must be taken not to aggregate this count further, as it may result in
233
- * users being counted multiple times.
234
+ * users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.
234
235
  */
235
236
  metrics?: string[];
236
237
  /** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000. */
@@ -278,7 +279,7 @@ declare namespace gapi.client {
278
279
  /**
279
280
  * Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.type.Decimal`): Absolute count of individual error reports that have been received for an app. *
280
281
  * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports have been received. Care must be taken not to aggregate this count further, as it may result in
281
- * users being counted multiple times.
282
+ * users being counted multiple times. This value is not rounded, however it may be an approximation.
282
283
  */
283
284
  metrics?: string[];
284
285
  /** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
@@ -322,7 +323,8 @@ declare namespace gapi.client {
322
323
  * count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
323
324
  * values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as
324
325
  * normalization value for the `excessiveWakeupRate` metric. A user is counted in this metric if they app was doing any work on the device, i.e., not just active foreground usage but
325
- * also background work. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times.
326
+ * also background work. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of
327
+ * 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.
326
328
  */
327
329
  metrics?: string[];
328
330
  /** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
@@ -376,7 +378,8 @@ declare namespace gapi.client {
376
378
  * by the count of distinct users for the day. * `slowRenderingRate30Fps28dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowRenderingRate30Fps` in the last 28 days.
377
379
  * The daily values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used
378
380
  * as normalization value for the `slowRenderingRate20Fps`/`slowRenderingRate30Fps` metric. A user is counted in this metric if their app was launched in the device. Care must be taken
379
- * not to aggregate this count further, as it may result in users being counted multiple times.
381
+ * not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending
382
+ * on the magnitude of the value.
380
383
  */
381
384
  metrics?: string[];
382
385
  /** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
@@ -427,7 +430,7 @@ declare namespace gapi.client {
427
430
  * the day. * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate` in the last 28 days. The daily values are weighted by the count of
428
431
  * distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the
429
432
  * `slowStartRate` metric. A user is counted in this metric if their app was launched in the device. Care must be taken not to aggregate this count further, as it may result in users
430
- * being counted multiple times.
433
+ * being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.
431
434
  */
432
435
  metrics?: string[];
433
436
  /** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
@@ -478,7 +481,8 @@ declare namespace gapi.client {
478
481
  * are weighted by the count of distinct users for the day. * `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last
479
482
  * 28 days. The daily values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that
480
483
  * were used as normalization value for the `stuckBgWakelockRate` metric. A user is counted in this metric if they app was doing any work on the device, i.e., not just active
481
- * foreground usage but also background work. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times.
484
+ * foreground usage but also background work. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to
485
+ * the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.
482
486
  */
483
487
  metrics?: string[];
484
488
  /** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.playdeveloperreporting-v1alpha1",
3
- "version": "0.0.20230328",
3
+ "version": "0.0.20230330",
4
4
  "description": "TypeScript typings for Google Play Developer Reporting API v1alpha1",
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: 20230328
6
+ // Revision: 20230330
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */