oro-sdk-apis 1.58.1-dev1.1 → 1.58.1-dev1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1327,6 +1327,7 @@ var MedicalStatus;
1327
1327
  MedicalStatus["Closed"] = "Closed";
1328
1328
  MedicalStatus["Reopened"] = "Reopened";
1329
1329
  MedicalStatus["Archived"] = "Archived";
1330
+ MedicalStatus["Failed"] = "Failed";
1330
1331
  })(MedicalStatus || (MedicalStatus = {}));
1331
1332
 
1332
1333
  var TaskStatus;