@hapl/api-queries 0.1.185 → 0.1.186--canary.113.f697efa.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.
@@ -3730,6 +3730,7 @@ var TaskStatus;
3730
3730
  TaskStatus["InProgress"] = "in_progress";
3731
3731
  TaskStatus["Resolved"] = "resolved";
3732
3732
  TaskStatus["Closed"] = "closed";
3733
+ TaskStatus["Expired"] = "expired";
3733
3734
  })(TaskStatus || (TaskStatus = {}));
3734
3735
 
3735
3736
  var TaskImportance;