@maxim_mazurok/gapi.client.playdeveloperreporting-v1alpha1 0.0.20230327 → 0.0.20230329

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 +20 -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: 20230327
12
+ // Revision: 20230329
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -46,6 +46,12 @@ declare namespace gapi.client {
46
46
  /** The resource name. Format: apps/{app}/crashRateMetricSet */
47
47
  name?: string;
48
48
  }
49
+ interface GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval {
50
+ /** The confidence interval's lower bound. */
51
+ lowerBound?: GoogleTypeDecimal;
52
+ /** The confidence interval's upper bound. */
53
+ upperBound?: GoogleTypeDecimal;
54
+ }
49
55
  interface GooglePlayDeveloperReportingV1alpha1DimensionValue {
50
56
  /** Name of the dimension. */
51
57
  dimension?: string;
@@ -138,6 +144,8 @@ declare namespace gapi.client {
138
144
  interface GooglePlayDeveloperReportingV1alpha1MetricValue {
139
145
  /** Actual value, represented as a decimal number. */
140
146
  decimalValue?: GoogleTypeDecimal;
147
+ /** Confidence interval of a value that is of type type.Decimal. */
148
+ decimalValueConfidenceInterval?: GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval;
141
149
  /** Name of the metric. */
142
150
  metric?: string;
143
151
  }
@@ -166,7 +174,8 @@ declare namespace gapi.client {
166
174
  * daily values are weighted by the count of distinct users for the day. * `userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
167
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
168
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
169
- * 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.
170
179
  */
171
180
  metrics?: string[];
172
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. */
@@ -222,7 +231,7 @@ declare namespace gapi.client {
222
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
223
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
224
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
225
- * 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.
226
235
  */
227
236
  metrics?: string[];
228
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. */
@@ -270,7 +279,7 @@ declare namespace gapi.client {
270
279
  /**
271
280
  * Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.type.Decimal`): Absolute count of individual error reports that have been received for an app. *
272
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
273
- * users being counted multiple times.
282
+ * users being counted multiple times. This value is not rounded, however it may be an approximation.
274
283
  */
275
284
  metrics?: string[];
276
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. */
@@ -314,7 +323,8 @@ declare namespace gapi.client {
314
323
  * count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
315
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
316
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
317
- * 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.
318
328
  */
319
329
  metrics?: string[];
320
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. */
@@ -368,7 +378,8 @@ declare namespace gapi.client {
368
378
  * by the count of distinct users for the day. * `slowRenderingRate30Fps28dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowRenderingRate30Fps` in the last 28 days.
369
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
370
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
371
- * 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.
372
383
  */
373
384
  metrics?: string[];
374
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. */
@@ -419,7 +430,7 @@ declare namespace gapi.client {
419
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
420
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
421
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
422
- * 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.
423
434
  */
424
435
  metrics?: string[];
425
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. */
@@ -470,7 +481,8 @@ declare namespace gapi.client {
470
481
  * are weighted by the count of distinct users for the day. * `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last
471
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
472
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
473
- * 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.
474
486
  */
475
487
  metrics?: string[];
476
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.20230327",
3
+ "version": "0.0.20230329",
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: 20230327
6
+ // Revision: 20230329
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */