@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.
@@ -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) => {