@wix/auto_sdk_ecom_checkout 1.0.144 → 1.0.145

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.
@@ -1527,6 +1527,7 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
1527
1527
  return NameInLineItem2;
1528
1528
  })(NameInLineItem || {});
1529
1529
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
1530
+ SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
1530
1531
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
1531
1532
  return SuggestedFix2;
1532
1533
  })(SuggestedFix || {});