@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.
package/build/es/meta.mjs CHANGED
@@ -464,6 +464,10 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
464
464
  {
465
465
  srcPath: "/media",
466
466
  destPath: "/media"
467
+ },
468
+ {
469
+ srcPath: "/wix-events-web/media",
470
+ destPath: "/media"
467
471
  }
468
472
  ],
469
473
  "api._api_base_domain_": [
@@ -1698,6 +1702,7 @@ var ReservationStatus = /* @__PURE__ */ ((ReservationStatus2) => {
1698
1702
  ReservationStatus2["RESERVATION_CANCELED"] = "RESERVATION_CANCELED";
1699
1703
  ReservationStatus2["RESERVATION_CANCELED_MANUALLY"] = "RESERVATION_CANCELED_MANUALLY";
1700
1704
  ReservationStatus2["RESERVATION_EXPIRED"] = "RESERVATION_EXPIRED";
1705
+ ReservationStatus2["RESERVATION_PREVIEW"] = "RESERVATION_PREVIEW";
1701
1706
  return ReservationStatus2;
1702
1707
  })(ReservationStatus || {});
1703
1708
  var State = /* @__PURE__ */ ((State2) => {