@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
package/build/es/meta.d.mts
CHANGED
|
@@ -791,10 +791,7 @@ interface SubscriptionInfo {
|
|
|
791
791
|
* @targetRemovalDate 2025-10-01
|
|
792
792
|
*/
|
|
793
793
|
subscriptionOptionDescription?: string | null;
|
|
794
|
-
/**
|
|
795
|
-
* Subscription detailed information.
|
|
796
|
-
* @immutable
|
|
797
|
-
*/
|
|
794
|
+
/** Subscription detailed information. */
|
|
798
795
|
subscriptionSettings?: SubscriptionSettings;
|
|
799
796
|
/**
|
|
800
797
|
* Description of the charges that will be applied for subscription.
|