@maxim_mazurok/gapi.client.playdeveloperreporting-v1beta1 0.0.20250202 → 0.0.20250204
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 +5 -5
- package/package.json +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=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250204
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -284,7 +284,7 @@ declare namespace gapi.client {
|
|
|
284
284
|
pageToken?: string;
|
|
285
285
|
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`. */
|
|
286
286
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
287
|
-
/** User view to select. The output data will correspond to the selected view.
|
|
287
|
+
/** User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
288
288
|
userCohort?: string;
|
|
289
289
|
}
|
|
290
290
|
interface GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse {
|
|
@@ -306,7 +306,7 @@ declare namespace gapi.client {
|
|
|
306
306
|
pageToken?: string;
|
|
307
307
|
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`. */
|
|
308
308
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
309
|
-
/** User view to select. The output data will correspond to the selected view.
|
|
309
|
+
/** User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
310
310
|
userCohort?: string;
|
|
311
311
|
}
|
|
312
312
|
interface GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetResponse {
|
|
@@ -328,7 +328,7 @@ declare namespace gapi.client {
|
|
|
328
328
|
pageToken?: string;
|
|
329
329
|
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`. */
|
|
330
330
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
331
|
-
/** User view to select. The output data will correspond to the selected view.
|
|
331
|
+
/** User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
332
332
|
userCohort?: string;
|
|
333
333
|
}
|
|
334
334
|
interface GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetResponse {
|
|
@@ -350,7 +350,7 @@ declare namespace gapi.client {
|
|
|
350
350
|
pageToken?: string;
|
|
351
351
|
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`. */
|
|
352
352
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
353
|
-
/** User view to select. The output data will correspond to the selected view.
|
|
353
|
+
/** User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
354
354
|
userCohort?: string;
|
|
355
355
|
}
|
|
356
356
|
interface GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse {
|
package/package.json
CHANGED