@hapl/api-queries 1.0.8 → 1.0.9

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.
@@ -7890,11 +7890,9 @@ var SoldStatisticTypes;
7890
7890
  var TaskStatus;
7891
7891
 
7892
7892
  (function (TaskStatus) {
7893
- TaskStatus["New"] = "new";
7894
7893
  TaskStatus["InProgress"] = "in_progress";
7895
7894
  TaskStatus["Resolved"] = "resolved";
7896
7895
  TaskStatus["Closed"] = "closed";
7897
- TaskStatus["Expired"] = "expired";
7898
7896
  })(TaskStatus || (TaskStatus = {}));
7899
7897
 
7900
7898
  var TaskImportance;