@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.
@@ -1951,7 +1951,7 @@ interface AppliedDiscount extends AppliedDiscountDiscountSourceOneOf {
1951
1951
  * @format GUID
1952
1952
  * @deprecated IDs of line items the discount applies to.
1953
1953
  * @replacedBy line_items_discounts
1954
- * @targetRemovalDate 2024-06-01
1954
+ * @targetRemovalDate 2025-12-31
1955
1955
  */
1956
1956
  lineItemIds?: string[];
1957
1957
  }
@@ -113,6 +113,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
113
113
  srcPath: "/cart-v1-proxy",
114
114
  destPath: ""
115
115
  }
116
+ ],
117
+ "ecom.wixapps.net": [
118
+ {
119
+ srcPath: "/_api/ecom-cart",
120
+ destPath: ""
121
+ }
116
122
  ]
117
123
  };
118
124
  return resolveUrl(Object.assign(opts, { domainToMappings }));