@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/cjs/meta.js CHANGED
@@ -523,6 +523,10 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
523
523
  {
524
524
  srcPath: "/media",
525
525
  destPath: "/media"
526
+ },
527
+ {
528
+ srcPath: "/wix-events-web/media",
529
+ destPath: "/media"
526
530
  }
527
531
  ],
528
532
  "api._api_base_domain_": [
@@ -1757,6 +1761,7 @@ var ReservationStatus = /* @__PURE__ */ ((ReservationStatus2) => {
1757
1761
  ReservationStatus2["RESERVATION_CANCELED"] = "RESERVATION_CANCELED";
1758
1762
  ReservationStatus2["RESERVATION_CANCELED_MANUALLY"] = "RESERVATION_CANCELED_MANUALLY";
1759
1763
  ReservationStatus2["RESERVATION_EXPIRED"] = "RESERVATION_EXPIRED";
1764
+ ReservationStatus2["RESERVATION_PREVIEW"] = "RESERVATION_PREVIEW";
1760
1765
  return ReservationStatus2;
1761
1766
  })(ReservationStatus || {});
1762
1767
  var State = /* @__PURE__ */ ((State2) => {