@wix/auto_sdk_ecom_cart 1.0.150 → 1.0.152

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.
@@ -1092,6 +1092,7 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
1092
1092
  return NameInLineItem2;
1093
1093
  })(NameInLineItem || {});
1094
1094
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
1095
+ SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
1095
1096
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
1096
1097
  return SuggestedFix2;
1097
1098
  })(SuggestedFix || {});