@wix/auto_sdk_ecom_local-delivery-options 1.0.46 → 1.0.48

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.
@@ -710,14 +710,12 @@ var DayOfWeek = /* @__PURE__ */ ((DayOfWeek2) => {
710
710
  return DayOfWeek2;
711
711
  })(DayOfWeek || {});
712
712
  var ConditionType = /* @__PURE__ */ ((ConditionType2) => {
713
- ConditionType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
714
713
  ConditionType2["BY_TOTAL_WEIGHT"] = "BY_TOTAL_WEIGHT";
715
714
  ConditionType2["BY_TOTAL_PRICE"] = "BY_TOTAL_PRICE";
716
715
  ConditionType2["BY_TOTAL_QUANTITY"] = "BY_TOTAL_QUANTITY";
717
716
  return ConditionType2;
718
717
  })(ConditionType || {});
719
718
  var LogicalOperator = /* @__PURE__ */ ((LogicalOperator2) => {
720
- LogicalOperator2["UNKNOWN_LOGICAL_OPERATOR_TYPE"] = "UNKNOWN_LOGICAL_OPERATOR_TYPE";
721
719
  LogicalOperator2["EQ"] = "EQ";
722
720
  LogicalOperator2["GT"] = "GT";
723
721
  LogicalOperator2["GTE"] = "GTE";