@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.
@@ -527,6 +527,10 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
527
527
  {
528
528
  srcPath: "/media",
529
529
  destPath: "/media"
530
+ },
531
+ {
532
+ srcPath: "/wix-events-web/media",
533
+ destPath: "/media"
530
534
  }
531
535
  ],
532
536
  "api._api_base_domain_": [
@@ -1764,6 +1768,7 @@ var ReservationStatus = /* @__PURE__ */ ((ReservationStatus2) => {
1764
1768
  ReservationStatus2["RESERVATION_CANCELED"] = "RESERVATION_CANCELED";
1765
1769
  ReservationStatus2["RESERVATION_CANCELED_MANUALLY"] = "RESERVATION_CANCELED_MANUALLY";
1766
1770
  ReservationStatus2["RESERVATION_EXPIRED"] = "RESERVATION_EXPIRED";
1771
+ ReservationStatus2["RESERVATION_PREVIEW"] = "RESERVATION_PREVIEW";
1767
1772
  return ReservationStatus2;
1768
1773
  })(ReservationStatus || {});
1769
1774
  var State = /* @__PURE__ */ ((State2) => {