@wix/auto_sdk_ecom_current-cart 1.0.160 → 1.0.162

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.
@@ -898,6 +898,7 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
898
898
  return NameInLineItem2;
899
899
  })(NameInLineItem || {});
900
900
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
901
+ SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
901
902
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
902
903
  return SuggestedFix2;
903
904
  })(SuggestedFix || {});