oro-sdk-apis 5.13.6 → 5.13.7

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.
@@ -761,6 +761,7 @@ var MedicalStatus;
761
761
  (function (MedicalStatus) {
762
762
  MedicalStatus["Creating"] = "Creating";
763
763
  MedicalStatus["Assigning"] = "Assigning";
764
+ MedicalStatus["Assigned"] = "Assigned";
764
765
  MedicalStatus["New"] = "New";
765
766
  MedicalStatus["ToAnswer"] = "ToAnswer";
766
767
  MedicalStatus["Answered"] = "Answered";