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