@wix/auto_sdk_ecom_draft-orders 1.0.174 → 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.d.ts +21 -21
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +23 -26
- 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.d.mts +21 -21
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +23 -26
- 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.d.ts +22 -22
- package/build/internal/cjs/index.typings.d.ts +24 -27
- package/build/internal/cjs/meta.d.ts +1 -4
- package/build/internal/es/index.d.mts +22 -22
- package/build/internal/es/index.typings.d.mts +24 -27
- package/build/internal/es/meta.d.mts +1 -4
- package/package.json +2 -2
|
@@ -972,10 +972,7 @@ interface SubscriptionInfo {
|
|
|
972
972
|
* @internal
|
|
973
973
|
*/
|
|
974
974
|
description?: SubscriptionDescription;
|
|
975
|
-
/**
|
|
976
|
-
* Subscription detailed information.
|
|
977
|
-
* @immutable
|
|
978
|
-
*/
|
|
975
|
+
/** Subscription detailed information. */
|
|
979
976
|
subscriptionSettings?: SubscriptionSettings;
|
|
980
977
|
/**
|
|
981
978
|
* Description of the charges that will be applied for subscription.
|