@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.
@@ -1662,15 +1662,8 @@ interface AppliedDiscount extends AppliedDiscountDiscountSourceOneOf {
1662
1662
  /** Discount type. */
1663
1663
  discountType?: DiscountTypeWithLiterals;
1664
1664
  /**
1665
- * Deprecated. Use `lineItemDiscounts` instead.
1666
- *
1667
1665
  * IDs of line items the discount applies to.
1668
1666
  * @format GUID
1669
- * @deprecated Deprecated. Use `lineItemDiscounts` instead.
1670
- *
1671
- * IDs of line items the discount applies to.
1672
- * @replacedBy line_items_discounts
1673
- * @targetRemovalDate 2026-03-31
1674
1667
  */
1675
1668
  lineItemIds?: string[];
1676
1669
  }
@@ -70,6 +70,24 @@ function resolveComWixEcomCheckoutApiV1CheckoutServiceUrl(opts) {
70
70
  srcPath: "/checkout-v1-proxy",
71
71
  destPath: ""
72
72
  }
73
+ ],
74
+ "editor._base_domain_": [
75
+ {
76
+ srcPath: "/ecom/v1/checkouts",
77
+ destPath: "/v1/checkouts"
78
+ }
79
+ ],
80
+ "blocks._base_domain_": [
81
+ {
82
+ srcPath: "/ecom/v1/checkouts",
83
+ destPath: "/v1/checkouts"
84
+ }
85
+ ],
86
+ "create.editorx": [
87
+ {
88
+ srcPath: "/ecom/v1/checkouts",
89
+ destPath: "/v1/checkouts"
90
+ }
73
91
  ]
74
92
  };
75
93
  return resolveUrl(Object.assign(opts, { domainToMappings }));