@maxim_mazurok/gapi.client.androidpublisher-v3 0.3.20260623 → 0.3.20260624
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 -1
- 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://androidpublisher.googleapis.com/$discovery/rest?version=v3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260624
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1007,6 +1007,11 @@ declare namespace gapi.client {
|
|
|
1007
1007
|
packageName?: string;
|
|
1008
1008
|
}
|
|
1009
1009
|
interface Image {
|
|
1010
|
+
/** Optional. Whether the image was generated by AI. Attested by the developer. */
|
|
1011
|
+
aiGeneratedState?:
|
|
1012
|
+
| 'aiGeneratedStateUnspecified'
|
|
1013
|
+
| 'aiGeneratedStateNotAiGenerated'
|
|
1014
|
+
| 'aiGeneratedStateAiGeneratedDeveloperAttested';
|
|
1010
1015
|
/** A unique id representing this image. */
|
|
1011
1016
|
id?: string;
|
|
1012
1017
|
/** A sha1 hash of the image. */
|
|
@@ -4098,6 +4103,11 @@ declare namespace gapi.client {
|
|
|
4098
4103
|
'$.xgafv'?: '1' | '2';
|
|
4099
4104
|
/** OAuth access token. */
|
|
4100
4105
|
access_token?: string;
|
|
4106
|
+
/** Optional. Whether the image was generated by AI. Attested by the developer. */
|
|
4107
|
+
aiGeneratedState?:
|
|
4108
|
+
| 'aiGeneratedStateUnspecified'
|
|
4109
|
+
| 'aiGeneratedStateNotAiGenerated'
|
|
4110
|
+
| 'aiGeneratedStateAiGeneratedDeveloperAttested';
|
|
4101
4111
|
/** Data format for response. */
|
|
4102
4112
|
alt?: 'json' | 'media' | 'proto';
|
|
4103
4113
|
/** JSONP */
|