@wix/auto_sdk_ecom_subscription-contracts 1.0.114 → 1.0.115
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
|
@@ -454,14 +454,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
|
|
|
454
454
|
colorInfo?: Color;
|
|
455
455
|
/** Description line name. */
|
|
456
456
|
name?: DescriptionLineName;
|
|
457
|
-
/**
|
|
458
|
-
* Whether the description line originates from a modifier.
|
|
459
|
-
* @internal
|
|
460
|
-
* @deprecated Whether the description line originates from a modifier.
|
|
461
|
-
* @replacedBy none
|
|
462
|
-
* @targetRemovalDate 2025-12-31
|
|
463
|
-
*/
|
|
464
|
-
modifierDescriptionLine?: boolean;
|
|
465
457
|
}
|
|
466
458
|
/** @oneof */
|
|
467
459
|
interface DescriptionLineValueOneOf {
|