Skip to content

Commit 830b7c9

Browse files
yoshi-automationfeywind
authored andcommitted
feat(androidpublisher)!: update the API
BREAKING CHANGE: This release has breaking changes. #### androidpublisher:v3 The following keys were deleted: - schemas.ProrationPeriodDetails.properties.linkedOrderId.description - schemas.ProrationPeriodDetails.properties.linkedOrderId.type
1 parent 3595a08 commit 830b7c9

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

discovery/androidpublisher-v3.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5555,7 +5555,7 @@
55555555
}
55565556
}
55575557
},
5558-
"revision": "20251211",
5558+
"revision": "20251215",
55595559
"rootUrl": "https://androidpublisher.googleapis.com/",
55605560
"schemas": {
55615561
"Abi": {
@@ -10388,10 +10388,6 @@
1038810388
"description": "Details of a proration period. A proration period can be a period calculated during a plan change to cover existing entitlements (For more information, see [Allow users to upgrade, downgrade, or change their subscription](https://developer.android.com/google/play/billing/subscriptions#allow-users-change), or a prorated period to align add-on renewal dates with the base (For more information, see [Rules applicable for items in the purchase](https://developer.android.com/google/play/billing/subscription-with-addons#rules-base-addons)).",
1038910389
"id": "ProrationPeriodDetails",
1039010390
"properties": {
10391-
"linkedOrderId": {
10392-
"description": "The last order id of the original subscription purchase prior to the plan change. This is only populated if this proration period is from an ugrade/downgrade from a previous subscription and carries the remaining offer phase from the linked order of the previous subscription.",
10393-
"type": "string"
10394-
},
1039510391
"originalOfferPhase": {
1039610392
"description": "Represent the original offer phase from the purchased the line item if the proration period contains any of them. For example, a proration period from CHARGE_FULL_PRICE plan change may merge the 1st offer phase of the subscription offer of the new product user purchased. In this case, the original offer phase will be set here.",
1039710393
"enum": [

src/apis/androidpublisher/v3.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3527,10 +3527,6 @@ export namespace androidpublisher_v3 {
35273527
* Details of a proration period. A proration period can be a period calculated during a plan change to cover existing entitlements (For more information, see [Allow users to upgrade, downgrade, or change their subscription](https://developer.android.com/google/play/billing/subscriptions#allow-users-change), or a prorated period to align add-on renewal dates with the base (For more information, see [Rules applicable for items in the purchase](https://developer.android.com/google/play/billing/subscription-with-addons#rules-base-addons)).
35283528
*/
35293529
export interface Schema$ProrationPeriodDetails {
3530-
/**
3531-
* The last order id of the original subscription purchase prior to the plan change. This is only populated if this proration period is from an ugrade/downgrade from a previous subscription and carries the remaining offer phase from the linked order of the previous subscription.
3532-
*/
3533-
linkedOrderId?: string | null;
35343530
/**
35353531
* Represent the original offer phase from the purchased the line item if the proration period contains any of them. For example, a proration period from CHARGE_FULL_PRICE plan change may merge the 1st offer phase of the subscription offer of the new product user purchased. In this case, the original offer phase will be set here.
35363532
*/

0 commit comments

Comments
 (0)