@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.
- package/build/cjs/index.js +18 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +0 -7
- package/build/cjs/index.typings.js +18 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +0 -7
- package/build/cjs/meta.js +18 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +18 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -7
- package/build/es/index.typings.mjs +18 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +0 -7
- package/build/es/meta.mjs +18 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +18 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -7
- package/build/internal/cjs/index.typings.js +18 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +0 -7
- package/build/internal/cjs/meta.js +18 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +18 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +0 -7
- package/build/internal/es/index.typings.mjs +18 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +0 -7
- package/build/internal/es/meta.mjs +18 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
package/build/cjs/meta.d.ts
CHANGED
|
@@ -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 }));
|