@worknice/js-sdk 0.10.0-rc.2 → 0.10.0

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.
@@ -187,6 +187,7 @@ type AppConfigWebhooks = {
187
187
  };
188
188
  declare enum AppStatus {
189
189
  Available = "AVAILABLE",
190
+ Deprecated = "DEPRECATED",
190
191
  Draft = "DRAFT",
191
192
  Internal = "INTERNAL",
192
193
  Planned = "PLANNED",
@@ -24,6 +24,7 @@ var AppCategory = /* @__PURE__ */ ((AppCategory2) => {
24
24
  })(AppCategory || {});
25
25
  var AppStatus = /* @__PURE__ */ ((AppStatus2) => {
26
26
  AppStatus2["Available"] = "AVAILABLE";
27
+ AppStatus2["Deprecated"] = "DEPRECATED";
27
28
  AppStatus2["Draft"] = "DRAFT";
28
29
  AppStatus2["Internal"] = "INTERNAL";
29
30
  AppStatus2["Planned"] = "PLANNED";