@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.
@@ -626,14 +626,11 @@ interface SubscriptionInfo {
626
626
  * @format GUID
627
627
  */
628
628
  _id?: string | null;
629
- /**
630
- * Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`.
631
- * @min 1
632
- */
629
+ /** Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`. */
633
630
  cycleNumber?: number;
634
631
  /**
635
632
  * Subscription option title. For example, `"Monthly coffee Subscription"`.
636
- * @maxLength 20
633
+ * @maxLength 150
637
634
  * @deprecated Subscription option title. For example, `"Monthly coffee Subscription"`.
638
635
  * @replacedBy title
639
636
  * @targetRemovalDate 2025-10-01
@@ -646,7 +643,7 @@ interface SubscriptionInfo {
646
643
  title?: SubscriptionTitle;
647
644
  /**
648
645
  * Subscription option description. For example, `"1kg of selected coffee, once a month"`.
649
- * @maxLength 60
646
+ * @maxLength 500
650
647
  * @deprecated Subscription option description. For example, `"1kg of selected coffee, once a month"`.
651
648
  * @replacedBy description
652
649
  * @targetRemovalDate 2025-10-01