oro-sdk-apis 1.58.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;