@wix/auto_sdk_events_categories 1.0.56 → 1.0.58

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.
@@ -116,6 +116,10 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
116
116
  {
117
117
  srcPath: "/media",
118
118
  destPath: "/media"
119
+ },
120
+ {
121
+ srcPath: "/wix-events-web/media",
122
+ destPath: "/media"
119
123
  }
120
124
  ],
121
125
  "api._api_base_domain_": [
@@ -842,6 +846,7 @@ var State = /* @__PURE__ */ ((State2) => {
842
846
  State2["AUTO"] = "AUTO";
843
847
  State2["RECURRING_EVENT"] = "RECURRING_EVENT";
844
848
  State2["HIDDEN"] = "HIDDEN";
849
+ State2["COMPONENT"] = "COMPONENT";
845
850
  return State2;
846
851
  })(State || {});
847
852
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {