@wix/auto_sdk_ecom_cart-v-2 1.0.196 → 1.0.198
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 +2 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +2 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js +2 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +2 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/meta.mjs +2 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +21 -3
- package/build/internal/cjs/meta.d.ts +21 -3
- package/build/internal/es/index.typings.d.mts +21 -3
- package/build/internal/es/meta.d.mts +21 -3
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -1558,6 +1558,7 @@ var ViolationScope = /* @__PURE__ */ ((ViolationScope2) => {
|
|
|
1558
1558
|
ViolationScope2["TAX"] = "TAX";
|
|
1559
1559
|
ViolationScope2["MEMBERSHIP"] = "MEMBERSHIP";
|
|
1560
1560
|
ViolationScope2["GIFT_CARD"] = "GIFT_CARD";
|
|
1561
|
+
ViolationScope2["PAYMENT"] = "PAYMENT";
|
|
1561
1562
|
return ViolationScope2;
|
|
1562
1563
|
})(ViolationScope || {});
|
|
1563
1564
|
var ViolationCode = /* @__PURE__ */ ((ViolationCode2) => {
|
|
@@ -1584,6 +1585,7 @@ var ViolationCode = /* @__PURE__ */ ((ViolationCode2) => {
|
|
|
1584
1585
|
ViolationCode2["GIFT_CARD_ITEM_NOT_SUPPORTED_ON_DEMO_CART"] = "GIFT_CARD_ITEM_NOT_SUPPORTED_ON_DEMO_CART";
|
|
1585
1586
|
ViolationCode2["GIFT_CARD_PAYMENT_NOT_SUPPORTED_ON_DEMO_CART"] = "GIFT_CARD_PAYMENT_NOT_SUPPORTED_ON_DEMO_CART";
|
|
1586
1587
|
ViolationCode2["MEMBERSHIP_PAYMENT_NOT_SUPPORTED_ON_DEMO_CART"] = "MEMBERSHIP_PAYMENT_NOT_SUPPORTED_ON_DEMO_CART";
|
|
1588
|
+
ViolationCode2["MISSING_SITE_PAYMENT_METHOD_TYPE_ID"] = "MISSING_SITE_PAYMENT_METHOD_TYPE_ID";
|
|
1587
1589
|
return ViolationCode2;
|
|
1588
1590
|
})(ViolationCode || {});
|
|
1589
1591
|
var ViolationSeverity = /* @__PURE__ */ ((ViolationSeverity2) => {
|