@wix/auto_sdk_ecom_cart-v-2 1.0.45 → 1.0.47
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 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +0 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +0 -5
- 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 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +0 -5
- 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 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +0 -5
- 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
|