@wix/auto_sdk_ecom_checkout 1.0.134 → 1.0.136

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.
@@ -1704,15 +1704,8 @@ interface AppliedDiscount extends AppliedDiscountDiscountSourceOneOf {
1704
1704
  /** Discount type. */
1705
1705
  discountType?: DiscountTypeWithLiterals;
1706
1706
  /**
1707
- * Deprecated. Use `lineItemDiscounts` instead.
1708
- *
1709
1707
  * IDs of line items the discount applies to.
1710
1708
  * @format GUID
1711
- * @deprecated Deprecated. Use `lineItemDiscounts` instead.
1712
- *
1713
- * IDs of line items the discount applies to.
1714
- * @replacedBy line_items_discounts
1715
- * @targetRemovalDate 2026-03-31
1716
1709
  */
1717
1710
  lineItemIds?: string[];
1718
1711
  }
package/build/cjs/meta.js CHANGED
@@ -133,6 +133,24 @@ function resolveComWixEcomCheckoutApiV1CheckoutServiceUrl(opts) {
133
133
  srcPath: "/checkout-v1-proxy",
134
134
  destPath: ""
135
135
  }
136
+ ],
137
+ "editor._base_domain_": [
138
+ {
139
+ srcPath: "/ecom/v1/checkouts",
140
+ destPath: "/v1/checkouts"
141
+ }
142
+ ],
143
+ "blocks._base_domain_": [
144
+ {
145
+ srcPath: "/ecom/v1/checkouts",
146
+ destPath: "/v1/checkouts"
147
+ }
148
+ ],
149
+ "create.editorx": [
150
+ {
151
+ srcPath: "/ecom/v1/checkouts",
152
+ destPath: "/v1/checkouts"
153
+ }
136
154
  ]
137
155
  };
138
156
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));