@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.
@@ -138,11 +138,6 @@ interface V2LineItem {
138
138
  * [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.
139
139
  */
140
140
  extendedFields?: ExtendedFields;
141
- /**
142
- * Additional Fees to be added to this item calculation.
143
- * @maxSize 5
144
- */
145
- additionalFees?: V1AdditionalFee[];
146
141
  /**
147
142
  * Modifier groups that were added to the item.
148
143
  * @maxSize 25