@wix/auto_sdk_ecom_current-cart-v-2 1.0.197 → 1.0.199
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
|
@@ -1429,6 +1429,7 @@ var ViolationScope = /* @__PURE__ */ ((ViolationScope2) => {
|
|
|
1429
1429
|
ViolationScope2["TAX"] = "TAX";
|
|
1430
1430
|
ViolationScope2["MEMBERSHIP"] = "MEMBERSHIP";
|
|
1431
1431
|
ViolationScope2["GIFT_CARD"] = "GIFT_CARD";
|
|
1432
|
+
ViolationScope2["PAYMENT"] = "PAYMENT";
|
|
1432
1433
|
return ViolationScope2;
|
|
1433
1434
|
})(ViolationScope || {});
|
|
1434
1435
|
var ViolationCode = /* @__PURE__ */ ((ViolationCode2) => {
|
|
@@ -1455,6 +1456,7 @@ var ViolationCode = /* @__PURE__ */ ((ViolationCode2) => {
|
|
|
1455
1456
|
ViolationCode2["GIFT_CARD_ITEM_NOT_SUPPORTED_ON_DEMO_CART"] = "GIFT_CARD_ITEM_NOT_SUPPORTED_ON_DEMO_CART";
|
|
1456
1457
|
ViolationCode2["GIFT_CARD_PAYMENT_NOT_SUPPORTED_ON_DEMO_CART"] = "GIFT_CARD_PAYMENT_NOT_SUPPORTED_ON_DEMO_CART";
|
|
1457
1458
|
ViolationCode2["MEMBERSHIP_PAYMENT_NOT_SUPPORTED_ON_DEMO_CART"] = "MEMBERSHIP_PAYMENT_NOT_SUPPORTED_ON_DEMO_CART";
|
|
1459
|
+
ViolationCode2["MISSING_SITE_PAYMENT_METHOD_TYPE_ID"] = "MISSING_SITE_PAYMENT_METHOD_TYPE_ID";
|
|
1458
1460
|
return ViolationCode2;
|
|
1459
1461
|
})(ViolationCode || {});
|
|
1460
1462
|
var ViolationSeverity = /* @__PURE__ */ ((ViolationSeverity2) => {
|