oro-sdk-apis 1.58.1 → 2.0.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.
@@ -910,6 +910,7 @@ var MedicalStatus;
910
910
  MedicalStatus["Closed"] = "Closed";
911
911
  MedicalStatus["Reopened"] = "Reopened";
912
912
  MedicalStatus["Archived"] = "Archived";
913
+ MedicalStatus["Failed"] = "Failed";
913
914
  })(MedicalStatus || (MedicalStatus = {}));
914
915
 
915
916
  var TaskStatus;