@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.
@@ -7896,11 +7896,9 @@ var SoldStatisticTypes;
7896
7896
  var TaskStatus;
7897
7897
 
7898
7898
  (function (TaskStatus) {
7899
- TaskStatus["New"] = "new";
7900
7899
  TaskStatus["InProgress"] = "in_progress";
7901
7900
  TaskStatus["Resolved"] = "resolved";
7902
7901
  TaskStatus["Closed"] = "closed";
7903
- TaskStatus["Expired"] = "expired";
7904
7902
  })(TaskStatus || (TaskStatus = {}));
7905
7903
 
7906
7904
  var TaskImportance;