@maxim_mazurok/gapi.client.playdeveloperreporting-v1beta1 0.0.20231213 → 0.0.20240101

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 +10 -10
  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: 20231213
12
+ // Revision: 20240101
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -38,7 +38,7 @@ declare namespace gapi.client {
38
38
  metric?: GooglePlayDeveloperReportingV1beta1MetricValue;
39
39
  /** Metric set resource where the anomaly was detected. */
40
40
  metricSet?: string;
41
- /** Name of the anomaly. Format: apps/{app}/anomalies/{anomaly} */
41
+ /** Identifier. Name of the anomaly. Format: apps/{app}/anomalies/{anomaly} */
42
42
  name?: string;
43
43
  /** Timeline specification that covers the anomaly period. */
44
44
  timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
@@ -46,13 +46,13 @@ declare namespace gapi.client {
46
46
  interface GooglePlayDeveloperReportingV1beta1AnrRateMetricSet {
47
47
  /** Summary about data freshness in this resource. */
48
48
  freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
49
- /** The resource name. Format: apps/{app}/anrRateMetricSet */
49
+ /** Identifier. The resource name. Format: apps/{app}/anrRateMetricSet */
50
50
  name?: string;
51
51
  }
52
52
  interface GooglePlayDeveloperReportingV1beta1App {
53
53
  /** Title of the app. This is the latest title as set in the Play Console and may not yet have been reviewed, so might not match the Play Store. Example: `Google Maps`. */
54
54
  displayName?: string;
55
- /** The resource name. Format: apps/{app} */
55
+ /** Identifier. The resource name. Format: apps/{app} */
56
56
  name?: string;
57
57
  /** Package name of the app. Example: `com.example.app123`. */
58
58
  packageName?: string;
@@ -64,7 +64,7 @@ declare namespace gapi.client {
64
64
  interface GooglePlayDeveloperReportingV1beta1CrashRateMetricSet {
65
65
  /** Summary about data freshness in this resource. */
66
66
  freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
67
- /** The resource name. Format: apps/{app}/crashRateMetricSet */
67
+ /** Identifier. The resource name. Format: apps/{app}/crashRateMetricSet */
68
68
  name?: string;
69
69
  }
70
70
  interface GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval {
@@ -126,7 +126,7 @@ declare namespace gapi.client {
126
126
  lastOsVersion?: GooglePlayDeveloperReportingV1beta1OsVersion;
127
127
  /** Location where the issue happened. Depending on the type this can be either: * APPLICATION_NOT_RESPONDING: the name of the activity or service that stopped responding. * CRASH: the likely method name that caused the error. */
128
128
  location?: string;
129
- /** The resource name of the issue. Format: apps/{app}/errorIssues/{issue} */
129
+ /** Identifier. The resource name of the issue. Format: apps/{app}/errorIssues/{issue} */
130
130
  name?: string;
131
131
  /** Type of the errors grouped in this issue. */
132
132
  type?: string;
@@ -154,7 +154,7 @@ declare namespace gapi.client {
154
154
  interface GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet {
155
155
  /** Summary about data freshness in this resource. */
156
156
  freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
157
- /** The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet */
157
+ /** Identifier. The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet */
158
158
  name?: string;
159
159
  }
160
160
  interface GooglePlayDeveloperReportingV1beta1FreshnessInfo {
@@ -378,19 +378,19 @@ declare namespace gapi.client {
378
378
  interface GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet {
379
379
  /** Summary about data freshness in this resource. */
380
380
  freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
381
- /** The resource name. Format: apps/{app}/slowRenderingRateMetricSet */
381
+ /** Identifier. The resource name. Format: apps/{app}/slowRenderingRateMetricSet */
382
382
  name?: string;
383
383
  }
384
384
  interface GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet {
385
385
  /** Summary about data freshness in this resource. */
386
386
  freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
387
- /** The resource name. Format: apps/{app}/slowStartRateMetricSet */
387
+ /** Identifier. The resource name. Format: apps/{app}/slowStartRateMetricSet */
388
388
  name?: string;
389
389
  }
390
390
  interface GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet {
391
391
  /** Summary about data freshness in this resource. */
392
392
  freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
393
- /** The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet */
393
+ /** Identifier. The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet */
394
394
  name?: string;
395
395
  }
396
396
  interface GooglePlayDeveloperReportingV1beta1TimelineSpec {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.playdeveloperreporting-v1beta1",
3
- "version": "0.0.20231213",
3
+ "version": "0.0.20240101",
4
4
  "description": "TypeScript typings for Google Play Developer Reporting API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",