@wix/auto_sdk_ecom_draft-orders 1.0.175 → 1.0.176
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 +1 -4
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -4
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -4
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -4
- package/build/internal/cjs/meta.d.ts +1 -4
- package/build/internal/es/index.typings.d.mts +1 -4
- package/build/internal/es/meta.d.mts +1 -4
- package/package.json +2 -2
|
@@ -768,10 +768,7 @@ interface SubscriptionInfo {
|
|
|
768
768
|
* @targetRemovalDate 2025-10-01
|
|
769
769
|
*/
|
|
770
770
|
subscriptionOptionDescription?: string | null;
|
|
771
|
-
/**
|
|
772
|
-
* Subscription detailed information.
|
|
773
|
-
* @immutable
|
|
774
|
-
*/
|
|
771
|
+
/** Subscription detailed information. */
|
|
775
772
|
subscriptionSettings?: SubscriptionSettings;
|
|
776
773
|
/**
|
|
777
774
|
* Description of the charges that will be applied for subscription.
|