Skip to content

Commit 946a672

Browse files
feat(all): auto-regenerate discovery clients (#2931)
1 parent 7a17059 commit 946a672

19 files changed

+19051
-8523
lines changed

androidpublisher/v3/androidpublisher-api.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@
47324732
}
47334733
}
47344734
},
4735-
"revision": "20241216",
4735+
"revision": "20241217",
47364736
"rootUrl": "https://androidpublisher.googleapis.com/",
47374737
"schemas": {
47384738
"Abi": {
@@ -5249,15 +5249,15 @@
52495249
"id": "AutoRenewingBasePlanType",
52505250
"properties": {
52515251
"accountHoldDuration": {
5252-
"description": "Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified, the default value is P30D (30 days).",
5252+
"description": "Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and P60D. If not specified, the default value is P30D. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.",
52535253
"type": "string"
52545254
},
52555255
"billingPeriodDuration": {
52565256
"description": "Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center. The duration is immutable after the base plan is created.",
52575257
"type": "string"
52585258
},
52595259
"gracePeriodDuration": {
5260-
"description": "Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a default value will be used based on the recurring period duration.",
5260+
"description": "Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and the lesser of 30D and base plan billing period. If not specified, a default value will be used based on the billing period. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.",
52615261
"type": "string"
52625262
},
52635263
"legacyCompatible": {
@@ -7077,7 +7077,7 @@
70777077
"id": "InstallmentsBasePlanType",
70787078
"properties": {
70797079
"accountHoldDuration": {
7080-
"description": "Optional. Account hold period of the subscription, specified exclusively in days and in ISO 8601 format. Acceptable values are P0D (zero days) to P30D (30days). If not specified, the default value is P30D (30 days).",
7080+
"description": "Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and P60D. If not specified, the default value is P30D. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.",
70817081
"type": "string"
70827082
},
70837083
"billingPeriodDuration": {
@@ -7090,7 +7090,7 @@
70907090
"type": "integer"
70917091
},
70927092
"gracePeriodDuration": {
7093-
"description": "Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a default value will be used based on the recurring period duration.",
7093+
"description": "Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and the lesser of 30D and base plan billing period. If not specified, a default value will be used based on the billing period. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.",
70947094
"type": "string"
70957095
},
70967096
"prorationMode": {

androidpublisher/v3/androidpublisher-gen.go

+16-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)