@maxim_mazurok/gapi.client.playdeveloperreporting-v1beta1 0.0.20241119 → 0.0.20241120
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 +11 -11
- 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: 20241120
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -446,9 +446,9 @@ declare namespace gapi.client {
|
|
|
446
446
|
value?: string;
|
|
447
447
|
}
|
|
448
448
|
interface GoogleTypeTimeZone {
|
|
449
|
-
/** IANA Time Zone Database time zone
|
|
449
|
+
/** IANA Time Zone Database time zone. For example "America/New_York". */
|
|
450
450
|
id?: string;
|
|
451
|
-
/** Optional. IANA Time Zone Database version number
|
|
451
|
+
/** Optional. IANA Time Zone Database version number. For example "2019a". */
|
|
452
452
|
version?: string;
|
|
453
453
|
}
|
|
454
454
|
interface AnomaliesResource {
|
|
@@ -832,9 +832,9 @@ declare namespace gapi.client {
|
|
|
832
832
|
'interval.endTime.nanos'?: number;
|
|
833
833
|
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
834
834
|
'interval.endTime.seconds'?: number;
|
|
835
|
-
/** IANA Time Zone Database time zone
|
|
835
|
+
/** IANA Time Zone Database time zone. For example "America/New_York". */
|
|
836
836
|
'interval.endTime.timeZone.id'?: string;
|
|
837
|
-
/** Optional. IANA Time Zone Database version number
|
|
837
|
+
/** Optional. IANA Time Zone Database version number. For example "2019a". */
|
|
838
838
|
'interval.endTime.timeZone.version'?: string;
|
|
839
839
|
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
840
840
|
'interval.endTime.utcOffset'?: string;
|
|
@@ -852,9 +852,9 @@ declare namespace gapi.client {
|
|
|
852
852
|
'interval.startTime.nanos'?: number;
|
|
853
853
|
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
854
854
|
'interval.startTime.seconds'?: number;
|
|
855
|
-
/** IANA Time Zone Database time zone
|
|
855
|
+
/** IANA Time Zone Database time zone. For example "America/New_York". */
|
|
856
856
|
'interval.startTime.timeZone.id'?: string;
|
|
857
|
-
/** Optional. IANA Time Zone Database version number
|
|
857
|
+
/** Optional. IANA Time Zone Database version number. For example "2019a". */
|
|
858
858
|
'interval.startTime.timeZone.version'?: string;
|
|
859
859
|
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
860
860
|
'interval.startTime.utcOffset'?: string;
|
|
@@ -911,9 +911,9 @@ declare namespace gapi.client {
|
|
|
911
911
|
'interval.endTime.nanos'?: number;
|
|
912
912
|
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
913
913
|
'interval.endTime.seconds'?: number;
|
|
914
|
-
/** IANA Time Zone Database time zone
|
|
914
|
+
/** IANA Time Zone Database time zone. For example "America/New_York". */
|
|
915
915
|
'interval.endTime.timeZone.id'?: string;
|
|
916
|
-
/** Optional. IANA Time Zone Database version number
|
|
916
|
+
/** Optional. IANA Time Zone Database version number. For example "2019a". */
|
|
917
917
|
'interval.endTime.timeZone.version'?: string;
|
|
918
918
|
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
919
919
|
'interval.endTime.utcOffset'?: string;
|
|
@@ -931,9 +931,9 @@ declare namespace gapi.client {
|
|
|
931
931
|
'interval.startTime.nanos'?: number;
|
|
932
932
|
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
933
933
|
'interval.startTime.seconds'?: number;
|
|
934
|
-
/** IANA Time Zone Database time zone
|
|
934
|
+
/** IANA Time Zone Database time zone. For example "America/New_York". */
|
|
935
935
|
'interval.startTime.timeZone.id'?: string;
|
|
936
|
-
/** Optional. IANA Time Zone Database version number
|
|
936
|
+
/** Optional. IANA Time Zone Database version number. For example "2019a". */
|
|
937
937
|
'interval.startTime.timeZone.version'?: string;
|
|
938
938
|
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
939
939
|
'interval.startTime.utcOffset'?: string;
|
package/package.json
CHANGED