@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.
Files changed (2) hide show
  1. package/index.d.ts +5 -5
  2. 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: 20250202
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. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta android versions only, excluding data from released android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004". */
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. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta Android versions only, excluding data from released Android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004". */
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. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta Android versions only, excluding data from released Android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004". */
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. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta android versions only, excluding data from released android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004". */
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.playdeveloperreporting-v1beta1",
3
- "version": "0.0.20250202",
3
+ "version": "0.0.20250204",
4
4
  "description": "TypeScript typings for Google Play Developer Reporting API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",