@wix/auto_sdk_ecom_checkout 1.0.151 → 1.0.152
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.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +0 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -636,14 +636,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
|
|
|
636
636
|
colorInfo?: Color;
|
|
637
637
|
/** Description line name. */
|
|
638
638
|
name?: DescriptionLineName;
|
|
639
|
-
/**
|
|
640
|
-
* Whether the description line originates from a modifier.
|
|
641
|
-
* @internal
|
|
642
|
-
* @deprecated Whether the description line originates from a modifier.
|
|
643
|
-
* @replacedBy none
|
|
644
|
-
* @targetRemovalDate 2025-12-31
|
|
645
|
-
*/
|
|
646
|
-
modifierDescriptionLine?: boolean;
|
|
647
639
|
}
|
|
648
640
|
/** @oneof */
|
|
649
641
|
interface DescriptionLineValueOneOf {
|