@wix/auto_sdk_events_orders 1.0.68 → 1.0.69

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.
@@ -1768,6 +1768,7 @@ var ReservationStatus = /* @__PURE__ */ ((ReservationStatus2) => {
1768
1768
  ReservationStatus2["RESERVATION_CANCELED"] = "RESERVATION_CANCELED";
1769
1769
  ReservationStatus2["RESERVATION_CANCELED_MANUALLY"] = "RESERVATION_CANCELED_MANUALLY";
1770
1770
  ReservationStatus2["RESERVATION_EXPIRED"] = "RESERVATION_EXPIRED";
1771
+ ReservationStatus2["RESERVATION_PREVIEW"] = "RESERVATION_PREVIEW";
1771
1772
  return ReservationStatus2;
1772
1773
  })(ReservationStatus || {});
1773
1774
  var State = /* @__PURE__ */ ((State2) => {