@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.
@@ -471,6 +471,10 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
471
471
  {
472
472
  srcPath: "/media",
473
473
  destPath: "/media"
474
+ },
475
+ {
476
+ srcPath: "/wix-events-web/media",
477
+ destPath: "/media"
474
478
  }
475
479
  ],
476
480
  "api._api_base_domain_": [
@@ -1708,6 +1712,7 @@ var ReservationStatus = /* @__PURE__ */ ((ReservationStatus2) => {
1708
1712
  ReservationStatus2["RESERVATION_CANCELED"] = "RESERVATION_CANCELED";
1709
1713
  ReservationStatus2["RESERVATION_CANCELED_MANUALLY"] = "RESERVATION_CANCELED_MANUALLY";
1710
1714
  ReservationStatus2["RESERVATION_EXPIRED"] = "RESERVATION_EXPIRED";
1715
+ ReservationStatus2["RESERVATION_PREVIEW"] = "RESERVATION_PREVIEW";
1711
1716
  return ReservationStatus2;
1712
1717
  })(ReservationStatus || {});
1713
1718
  var State = /* @__PURE__ */ ((State2) => {