@wix/auto_sdk_ecom_cart-v-2 1.0.11 → 1.0.13

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.
@@ -268,8 +268,6 @@ interface ItemPriceBreakdown {
268
268
  * Includes tax if `tax_info.prices_include_tax` is true.
269
269
  */
270
270
  totalModifiersPrice?: MultiCurrencyPrice;
271
- /** Total automatic discount applied to the entire quantity of this item. */
272
- totalDiscount?: MultiCurrencyPrice;
273
271
  }
274
272
  interface ItemSource {
275
273
  /**
@@ -1321,19 +1319,16 @@ interface GiftCard {
1321
1319
  /**
1322
1320
  * A unique identifier of the gift card within the Cart.
1323
1321
  * @format GUID
1324
- * @readonly
1325
1322
  */
1326
1323
  _id?: string;
1327
1324
  /**
1328
1325
  * A partially hidden version of the actual gift card code
1329
1326
  * @maxLength 50
1330
- * @readonly
1331
1327
  */
1332
1328
  obfuscatedCode?: string;
1333
1329
  /**
1334
1330
  * App ID of the gift card provider.
1335
1331
  * @format GUID
1336
- * @readonly
1337
1332
  */
1338
1333
  appId?: string;
1339
1334
  /**