@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.
@@ -836,6 +836,7 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
836
836
  return NameInLineItem2;
837
837
  })(NameInLineItem || {});
838
838
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
839
+ SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
839
840
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
840
841
  return SuggestedFix2;
841
842
  })(SuggestedFix || {});