@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.
@@ -781,6 +781,7 @@ var EventStatus = /* @__PURE__ */ ((EventStatus2) => {
781
781
  EventStatus2["STARTED"] = "STARTED";
782
782
  EventStatus2["ENDED"] = "ENDED";
783
783
  EventStatus2["CANCELED"] = "CANCELED";
784
+ EventStatus2["DRAFT"] = "DRAFT";
784
785
  return EventStatus2;
785
786
  })(EventStatus || {});
786
787
  var EventType = /* @__PURE__ */ ((EventType2) => {