oro-sdk-apis 5.15.1 → 5.15.3

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.
@@ -765,6 +765,7 @@ var MedicalStatus;
765
765
  MedicalStatus["New"] = "New";
766
766
  MedicalStatus["ToAnswer"] = "ToAnswer";
767
767
  MedicalStatus["Answered"] = "Answered";
768
+ MedicalStatus["Closing"] = "Closing";
768
769
  MedicalStatus["Closed"] = "Closed";
769
770
  MedicalStatus["Reopened"] = "Reopened";
770
771
  MedicalStatus["Archived"] = "Archived";