oro-sdk-apis 1.23.2 → 1.23.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.
@@ -96,7 +96,8 @@ export declare enum PracticeEmailKind {
96
96
  FaxFailed = "FaxFailed",
97
97
  ExamResult = "ExamResult",
98
98
  Reassigned = "Reassigned",
99
- OnlinePharmacyFaxSent = "OnlinePharmacyFaxSent"
99
+ OnlinePharmacyFaxSent = "OnlinePharmacyFaxSent",
100
+ ResumeConsult = "ResumeConsult"
100
101
  }
101
102
  export interface PracticeAccount {
102
103
  id?: number;
@@ -1522,6 +1522,7 @@ var IdentityCreationConflict = /*#__PURE__*/function (_Error7) {
1522
1522
  PracticeEmailKind["ExamResult"] = "ExamResult";
1523
1523
  PracticeEmailKind["Reassigned"] = "Reassigned";
1524
1524
  PracticeEmailKind["OnlinePharmacyFaxSent"] = "OnlinePharmacyFaxSent";
1525
+ PracticeEmailKind["ResumeConsult"] = "ResumeConsult";
1525
1526
  })(exports.PracticeEmailKind || (exports.PracticeEmailKind = {}));
1526
1527
 
1527
1528
  (function (PracticeConfigKind) {