oro-sdk-apis 1.23.3 → 1.24.0

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.
@@ -3002,6 +3002,16 @@ var TellerService = /*#__PURE__*/function () {
3002
3002
  consult: consult,
3003
3003
  patientUuid: patientUuid
3004
3004
  });
3005
+ }
3006
+ /**
3007
+ * This function will send an email to patient to allow them to resume the consult.
3008
+ * @param req the body of the resume consult request
3009
+ * @returns void
3010
+ */
3011
+ ;
3012
+
3013
+ _proto.sendResumeConsultEmail = function sendResumeConsultEmail(req) {
3014
+ return this.api.post(this.baseURL + "/v1/resume-consult-email", req);
3005
3015
  };
3006
3016
 
3007
3017
  return TellerService;