@wix/auto_sdk_events_forms 1.0.84 → 1.0.85

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.
@@ -680,6 +680,7 @@ var EventStatus = /* @__PURE__ */ ((EventStatus2) => {
680
680
  EventStatus2["STARTED"] = "STARTED";
681
681
  EventStatus2["ENDED"] = "ENDED";
682
682
  EventStatus2["CANCELED"] = "CANCELED";
683
+ EventStatus2["DRAFT"] = "DRAFT";
683
684
  return EventStatus2;
684
685
  })(EventStatus || {});
685
686
  var EventType = /* @__PURE__ */ ((EventType2) => {