@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +3 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +3 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -6
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +3 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -6
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +3 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -6
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -612,14 +612,11 @@ interface SubscriptionInfo {
|
|
|
612
612
|
* @format GUID
|
|
613
613
|
*/
|
|
614
614
|
id?: string | null;
|
|
615
|
-
/**
|
|
616
|
-
* Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`.
|
|
617
|
-
* @min 1
|
|
618
|
-
*/
|
|
615
|
+
/** Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`. */
|
|
619
616
|
cycleNumber?: number;
|
|
620
617
|
/**
|
|
621
618
|
* Subscription option title. For example, `"Monthly coffee Subscription"`.
|
|
622
|
-
* @maxLength
|
|
619
|
+
* @maxLength 150
|
|
623
620
|
* @deprecated Subscription option title. For example, `"Monthly coffee Subscription"`.
|
|
624
621
|
* @replacedBy title
|
|
625
622
|
* @targetRemovalDate 2025-10-01
|
|
@@ -627,7 +624,7 @@ interface SubscriptionInfo {
|
|
|
627
624
|
subscriptionOptionTitle?: string;
|
|
628
625
|
/**
|
|
629
626
|
* Subscription option description. For example, `"1kg of selected coffee, once a month"`.
|
|
630
|
-
* @maxLength
|
|
627
|
+
* @maxLength 500
|
|
631
628
|
* @deprecated Subscription option description. For example, `"1kg of selected coffee, once a month"`.
|
|
632
629
|
* @replacedBy description
|
|
633
630
|
* @targetRemovalDate 2025-10-01
|