@wix/auto_sdk_ecom_cart 1.0.75 → 1.0.77

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.
@@ -2052,7 +2052,7 @@ interface AppliedDiscount extends AppliedDiscountDiscountSourceOneOf {
2052
2052
  * @format GUID
2053
2053
  * @deprecated IDs of line items the discount applies to.
2054
2054
  * @replacedBy line_items_discounts
2055
- * @targetRemovalDate 2024-06-01
2055
+ * @targetRemovalDate 2025-12-31
2056
2056
  */
2057
2057
  lineItemIds?: string[];
2058
2058
  /**
@@ -172,6 +172,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
172
172
  srcPath: "/cart-v1-proxy",
173
173
  destPath: ""
174
174
  }
175
+ ],
176
+ "ecom.wixapps.net": [
177
+ {
178
+ srcPath: "/_api/ecom-cart",
179
+ destPath: ""
180
+ }
175
181
  ]
176
182
  };
177
183
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));