oro-sdk-apis 6.0.1 → 6.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,6 +51,7 @@ export interface ConsultTransmission {
51
51
  keyWebhookSecret: string;
52
52
  }
53
53
  export declare enum ConsultType {
54
+ FollowUp = "FollowUp",
54
55
  Onboard = "Onboard",
55
56
  Refill = "Refill"
56
57
  }
@@ -766,6 +766,7 @@ var ApisPracticeManager = /*#__PURE__*/function () {
766
766
  TransmissionStatus["ReceiverIncompatible"] = "ReceiverIncompatible";
767
767
  })(exports.TransmissionStatus || (exports.TransmissionStatus = {}));
768
768
  (function (ConsultType) {
769
+ ConsultType["FollowUp"] = "FollowUp";
769
770
  ConsultType["Onboard"] = "Onboard";
770
771
  ConsultType["Refill"] = "Refill";
771
772
  })(exports.ConsultType || (exports.ConsultType = {}));