orb-billing 6.19.0 → 6.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -693,6 +693,19 @@ export declare class Subscriptions extends APIResource {
693
693
  * on the price interval. To remove a price interval entirely from a subscription,
694
694
  * set the `end_date` to be equivalent to the `start_date`.
695
695
  *
696
+ * ## Trials
697
+ *
698
+ * Price intervals inside a subscription's trial period cannot be modified through
699
+ * this endpoint. The restriction applies to the whole price interval, not only to
700
+ * its dates, so a request that edits `filter` or `usage_customer_ids` and leaves
701
+ * the dates unset is rejected in the same way. Trial boundaries are moved with the
702
+ * [update trial](/api-reference/subscription/update-trial) endpoint. A price also
703
+ * cannot be added with a `start_date` that falls before the trial ends.
704
+ *
705
+ * Each usage price in the trial has a second price interval that begins when the
706
+ * trial ends and is not subject to these restrictions. Editing that interval
707
+ * applies the change to all usage from the trial end onward.
708
+ *
696
709
  * ## Fixed fee quantity transitions
697
710
  *
698
711
  * The fixed fee quantity transitions for a fixed fee price interval can also be