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

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.
@@ -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;