v11.7.0-beta.2
Pre-release- #1653 API Updates for beta branch
-
Updated stable APIs to the latest version
-
Add support for new resource
Tax.Registration
-
Add support for
create
,list
, andupdate
methods on resourceRegistration
-
Add support for
controller
onAccountCreateParams
andAccountUpdateParams
-
Add support for
application
anddashboard
onAccount.controller
-
Change type of
Quote.subscription_data_overrides[].proration_behavior
fromenum('always_invoice'|'create_prorations'|'none')
toenum('always_invoice'|'create_prorations'|'none') | null
-
Remove support for
timestamp
onQuoteLine.actions[].add_discount.discount_end
-
Change type of
QuoteLine.actions[].add_discount.discount_end.type
fromliteral('timestamp')
toliteral('line_ends_at')
-
Remove support for
index
onQuoteLine.actions[].add_item.discounts[]
,QuoteLine.actions[].remove_discount
,QuoteLine.actions[].set_discounts[]
,QuoteLine.actions[].set_items[].discounts[]
,SubscriptionSchedule.phases[].add_invoice_items[].discounts[]
,SubscriptionSchedule.phases[].discounts[]
, andSubscriptionSchedule.phases[].items[].discounts[]
-
Change
QuoteLine.actions[].add_discount.index
to be required -
Add support for new values
quote.accepting
,quote.reestimated
, andquote.stale
on enumsWebhookEndpointCreateParams.enabled_events[]
andWebhookEndpointUpdateParams.enabled_events[]
-
Change
quote.draft_quote
implementation from hittingPOST /v1/quotes/{quote}/draft
toPOST /v1/quotes/{quote}/mark_draft
-