@wix/auto_sdk_ecom_current-cart 1.0.166 → 1.0.167
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
|
@@ -403,14 +403,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
|
|
|
403
403
|
colorInfo?: Color;
|
|
404
404
|
/** Description line name. */
|
|
405
405
|
name?: DescriptionLineName;
|
|
406
|
-
/**
|
|
407
|
-
* Whether the description line originates from a modifier.
|
|
408
|
-
* @internal
|
|
409
|
-
* @deprecated Whether the description line originates from a modifier.
|
|
410
|
-
* @replacedBy none
|
|
411
|
-
* @targetRemovalDate 2025-12-31
|
|
412
|
-
*/
|
|
413
|
-
modifierDescriptionLine?: boolean;
|
|
414
406
|
}
|
|
415
407
|
/** @oneof */
|
|
416
408
|
interface DescriptionLineValueOneOf {
|