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.
@@ -64,6 +64,7 @@ export declare enum FeeStatus {
64
64
  }
65
65
  export declare enum MedicalStatus {
66
66
  Creating = "Creating",
67
+ Assigning = "Assigning",
67
68
  New = "New",
68
69
  ToAnswer = "ToAnswer",
69
70
  Answered = "Answered",
@@ -760,6 +760,7 @@ var ApisPracticeManager = /*#__PURE__*/function () {
760
760
  })(exports.FeeStatus || (exports.FeeStatus = {}));
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";