@wix/auto_sdk_ecom_draft-orders 1.0.52 → 1.0.53

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.
@@ -608,14 +608,11 @@ interface SubscriptionInfo {
608
608
  * @format GUID
609
609
  */
610
610
  _id?: string | null;
611
- /**
612
- * Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`.
613
- * @min 1
614
- */
611
+ /** Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`. */
615
612
  cycleNumber?: number;
616
613
  /**
617
614
  * Subscription option title. For example, `"Monthly coffee Subscription"`.
618
- * @maxLength 20
615
+ * @maxLength 150
619
616
  * @deprecated Subscription option title. For example, `"Monthly coffee Subscription"`.
620
617
  * @replacedBy title
621
618
  * @targetRemovalDate 2025-10-01
@@ -623,7 +620,7 @@ interface SubscriptionInfo {
623
620
  subscriptionOptionTitle?: string;
624
621
  /**
625
622
  * Subscription option description. For example, `"1kg of selected coffee, once a month"`.
626
- * @maxLength 60
623
+ * @maxLength 500
627
624
  * @deprecated Subscription option description. For example, `"1kg of selected coffee, once a month"`.
628
625
  * @replacedBy description
629
626
  * @targetRemovalDate 2025-10-01