@wix/auto_sdk_events_orders 1.0.67 → 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.
@@ -541,6 +541,10 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
541
541
  {
542
542
  srcPath: "/media",
543
543
  destPath: "/media"
544
+ },
545
+ {
546
+ srcPath: "/wix-events-web/media",
547
+ destPath: "/media"
544
548
  }
545
549
  ],
546
550
  "api._api_base_domain_": [
@@ -1778,6 +1782,7 @@ var ReservationStatus = /* @__PURE__ */ ((ReservationStatus2) => {
1778
1782
  ReservationStatus2["RESERVATION_CANCELED"] = "RESERVATION_CANCELED";
1779
1783
  ReservationStatus2["RESERVATION_CANCELED_MANUALLY"] = "RESERVATION_CANCELED_MANUALLY";
1780
1784
  ReservationStatus2["RESERVATION_EXPIRED"] = "RESERVATION_EXPIRED";
1785
+ ReservationStatus2["RESERVATION_PREVIEW"] = "RESERVATION_PREVIEW";
1781
1786
  return ReservationStatus2;
1782
1787
  })(ReservationStatus || {});
1783
1788
  var State = /* @__PURE__ */ ((State2) => {