@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.
@@ -1712,6 +1712,7 @@ var ReservationStatus = /* @__PURE__ */ ((ReservationStatus2) => {
1712
1712
  ReservationStatus2["RESERVATION_CANCELED"] = "RESERVATION_CANCELED";
1713
1713
  ReservationStatus2["RESERVATION_CANCELED_MANUALLY"] = "RESERVATION_CANCELED_MANUALLY";
1714
1714
  ReservationStatus2["RESERVATION_EXPIRED"] = "RESERVATION_EXPIRED";
1715
+ ReservationStatus2["RESERVATION_PREVIEW"] = "RESERVATION_PREVIEW";
1715
1716
  return ReservationStatus2;
1716
1717
  })(ReservationStatus || {});
1717
1718
  var State = /* @__PURE__ */ ((State2) => {