Skip to content

Commit

Permalink
fix(androidpublisher): update the API
Browse files Browse the repository at this point in the history
#### androidpublisher:v3

The following keys were changed:
- resources.edits.resources.deobfuscationfiles.methods.upload.mediaUpload.maxSize
- resources.monetization.resources.subscriptions.methods.create.parameters.regionsVersion.version.description
- resources.monetization.resources.subscriptions.methods.patch.parameters.regionsVersion.version.description
- resources.monetization.resources.subscriptions.resources.basePlans.resources.offers.methods.create.parameters.regionsVersion.version.description
- resources.monetization.resources.subscriptions.resources.basePlans.resources.offers.methods.patch.parameters.regionsVersion.version.description
- schemas.RegionsVersion.properties.version.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent 080e682 commit 5c62a79
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions discovery/androidpublisher-v3.json
Expand Up @@ -632,7 +632,7 @@
"accept": [
"application/octet-stream"
],
"maxSize": "629145600",
"maxSize": "838860800",
"protocols": {
"resumable": {
"multipart": true,
Expand Down Expand Up @@ -2400,7 +2400,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.",
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -2538,7 +2538,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.",
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2809,7 +2809,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.",
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -3046,7 +3046,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.",
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -3920,7 +3920,7 @@
}
}
},
"revision": "20221215",
"revision": "20230201",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down Expand Up @@ -5807,7 +5807,7 @@
"id": "RegionsVersion",
"properties": {
"version": {
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.",
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
"type": "string"
}
},
Expand Down
18 changes: 9 additions & 9 deletions src/apis/androidpublisher/v3.ts
Expand Up @@ -1539,7 +1539,7 @@ export namespace androidpublisher_v3 {
*/
export interface Schema$RegionsVersion {
/**
* Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
* Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
*/
version?: string | null;
}
Expand Down Expand Up @@ -11286,7 +11286,7 @@ export namespace androidpublisher_v3 {
* packageName: 'placeholder-value',
* // Required. The ID to use for the subscription. For the requirements on this format, see the documentation of the product_id field on the Subscription resource.
* productId: 'placeholder-value',
* // Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
* // Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
* 'regionsVersion.version': 'placeholder-value',
*
* // Request body metadata
Expand Down Expand Up @@ -11844,7 +11844,7 @@ export namespace androidpublisher_v3 {
* packageName: 'placeholder-value',
* // Immutable. Unique product ID of the product. Unique within the parent app. Product IDs must be composed of lower-case letters (a-z), numbers (0-9), underscores (_) and dots (.). It must start with a lower-case letter or number, and be between 1 and 40 (inclusive) characters in length.
* productId: 'placeholder-value',
* // Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
* // Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
* 'regionsVersion.version': 'placeholder-value',
* // Required. The list of fields to be updated.
* updateMask: 'placeholder-value',
Expand Down Expand Up @@ -11995,7 +11995,7 @@ export namespace androidpublisher_v3 {
*/
productId?: string;
/**
* Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
* Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
*/
'regionsVersion.version'?: string;

Expand Down Expand Up @@ -12056,7 +12056,7 @@ export namespace androidpublisher_v3 {
*/
productId?: string;
/**
* Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
* Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
*/
'regionsVersion.version'?: string;
/**
Expand Down Expand Up @@ -12932,7 +12932,7 @@ export namespace androidpublisher_v3 {
* packageName: 'placeholder-value',
* // Required. The parent subscription (ID) for which the offer should be created. Must be equal to the product_id field on the SubscriptionOffer resource.
* productId: 'placeholder-value',
* // Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
* // Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
* 'regionsVersion.version': 'placeholder-value',
*
* // Request body metadata
Expand Down Expand Up @@ -13690,7 +13690,7 @@ export namespace androidpublisher_v3 {
* packageName: 'placeholder-value',
* // Required. Immutable. The ID of the parent subscription this offer belongs to.
* productId: 'placeholder-value',
* // Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
* // Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
* 'regionsVersion.version': 'placeholder-value',
* // Required. The list of fields to be updated.
* updateMask: 'placeholder-value',
Expand Down Expand Up @@ -13869,7 +13869,7 @@ export namespace androidpublisher_v3 {
*/
productId?: string;
/**
* Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
* Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
*/
'regionsVersion.version'?: string;

Expand Down Expand Up @@ -13982,7 +13982,7 @@ export namespace androidpublisher_v3 {
*/
productId?: string;
/**
* Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
* Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
*/
'regionsVersion.version'?: string;
/**
Expand Down

0 comments on commit 5c62a79

Please sign in to comment.