@wix/auto_sdk_ecom_cart-v-2 1.0.44 → 1.0.46
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 +0 -11
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +0 -11
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -11
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +0 -11
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -11
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +0 -11
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +0 -11
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +0 -11
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -137,11 +137,6 @@ interface V2LineItem {
|
|
|
137
137
|
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured using the 'Checkout & Orders - Line Items Schema Plugin' in the app dashboard before they can be accessed with API calls.
|
|
138
138
|
*/
|
|
139
139
|
extendedFields?: ExtendedFields;
|
|
140
|
-
/**
|
|
141
|
-
* Additional Fees to be added to this item calculation.
|
|
142
|
-
* @maxSize 5
|
|
143
|
-
*/
|
|
144
|
-
additionalFees?: V1AdditionalFee[];
|
|
145
140
|
/**
|
|
146
141
|
* Modifier groups that were added to the item.
|
|
147
142
|
* @maxSize 25
|
|
@@ -861,12 +856,6 @@ interface ItemModifier {
|
|
|
861
856
|
* @readonly
|
|
862
857
|
*/
|
|
863
858
|
_id?: string;
|
|
864
|
-
/**
|
|
865
|
-
* The quantity of this modifier.
|
|
866
|
-
* @min 1
|
|
867
|
-
* @max 100000
|
|
868
|
-
*/
|
|
869
|
-
oldQuantity?: number;
|
|
870
859
|
/**
|
|
871
860
|
* The quantity of this modifier.
|
|
872
861
|
* @min 6
|