@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.
@@ -479,6 +479,10 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
479
479
  {
480
480
  srcPath: "/media",
481
481
  destPath: "/media"
482
+ },
483
+ {
484
+ srcPath: "/wix-events-web/media",
485
+ destPath: "/media"
482
486
  }
483
487
  ],
484
488
  "api._api_base_domain_": [
@@ -1716,6 +1720,7 @@ var ReservationStatus = /* @__PURE__ */ ((ReservationStatus2) => {
1716
1720
  ReservationStatus2["RESERVATION_CANCELED"] = "RESERVATION_CANCELED";
1717
1721
  ReservationStatus2["RESERVATION_CANCELED_MANUALLY"] = "RESERVATION_CANCELED_MANUALLY";
1718
1722
  ReservationStatus2["RESERVATION_EXPIRED"] = "RESERVATION_EXPIRED";
1723
+ ReservationStatus2["RESERVATION_PREVIEW"] = "RESERVATION_PREVIEW";
1719
1724
  return ReservationStatus2;
1720
1725
  })(ReservationStatus || {});
1721
1726
  var State = /* @__PURE__ */ ((State2) => {