Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6acda54

Browse files
committedMar 4, 2025
feat(androidpublisher): update the api
#### androidpublisher:v3 The following keys were added: - schemas.ConvertRegionPricesResponse.properties.regionVersion.$ref (Total Keys: 1)
1 parent d75b8e4 commit 6acda54

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎docs/dyn/androidpublisher_v3.monetization.html

+3
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ <h3>Method Details</h3>
144144
},
145145
},
146146
},
147+
&quot;regionVersion&quot;: { # The version of the available regions being used for the specified resource. # The region version at which the prices were generated.
148+
&quot;version&quot;: &quot;A String&quot;, # Required. A string representing the version of available regions being used for the specified resource. Regional prices for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region&#x27;s version and set of regional prices and currencies will succeed even though a new version is available. The latest version is 2022/02.
149+
},
147150
}</pre>
148151
</div>
149152

‎googleapiclient/discovery_cache/documents/androidpublisher.v3.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@
47324732
}
47334733
}
47344734
},
4735-
"revision": "20250102",
4735+
"revision": "20250227",
47364736
"rootUrl": "https://androidpublisher.googleapis.com/",
47374737
"schemas": {
47384738
"Abi": {
@@ -5705,6 +5705,10 @@
57055705
},
57065706
"description": "Map from region code to converted region price.",
57075707
"type": "object"
5708+
},
5709+
"regionVersion": {
5710+
"$ref": "RegionsVersion",
5711+
"description": "The region version at which the prices were generated."
57085712
}
57095713
},
57105714
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.