@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.
@@ -1745,15 +1745,8 @@ interface AppliedDiscount extends AppliedDiscountDiscountSourceOneOf {
1745
1745
  /** Discount type. */
1746
1746
  discountType?: DiscountTypeWithLiterals;
1747
1747
  /**
1748
- * Deprecated. Use `lineItemDiscounts` instead.
1749
- *
1750
1748
  * IDs of line items the discount applies to.
1751
1749
  * @format GUID
1752
- * @deprecated Deprecated. Use `lineItemDiscounts` instead.
1753
- *
1754
- * IDs of line items the discount applies to.
1755
- * @replacedBy line_items_discounts
1756
- * @targetRemovalDate 2026-03-31
1757
1750
  */
1758
1751
  lineItemIds?: string[];
1759
1752
  /**
@@ -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 }));