- #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, andupdatemethods on resourceRegistration -
Add support for
controlleronAccountCreateParamsandAccountUpdateParams -
Add support for
applicationanddashboardonAccount.controller -
Change type of
Quote.subscription_data_overrides[].proration_behaviorfromenum('always_invoice'|'create_prorations'|'none')toenum('always_invoice'|'create_prorations'|'none') | null -
Remove support for
timestamponQuoteLine.actions[].add_discount.discount_end -
Change type of
QuoteLine.actions[].add_discount.discount_end.typefromliteral('timestamp')toliteral('line_ends_at') -
Remove support for
indexonQuoteLine.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.indexto be required -
Add support for new values
quote.accepting,quote.reestimated, andquote.staleon enumsWebhookEndpointCreateParams.enabled_events[]andWebhookEndpointUpdateParams.enabled_events[] -
Change
quote.draft_quoteimplementation from hittingPOST /v1/quotes/{quote}/drafttoPOST /v1/quotes/{quote}/mark_draft
-