oro-sdk-apis 5.13.5 → 5.13.6

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