oro-sdk-apis 7.4.1 → 7.4.2

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.
@@ -2436,6 +2436,14 @@ var TellerService = /*#__PURE__*/function () {
2436
2436
  */;
2437
2437
  _proto.sendResumeConsultEmail = function sendResumeConsultEmail(req) {
2438
2438
  return this.api.post(this.baseURL + "/v1/resume-consult-email", req);
2439
+ }
2440
+ /**
2441
+ * This function will send an email to patient to allow them to resume the transmission of their prescription.
2442
+ * @param req the body of the resume consult request
2443
+ * @returns void
2444
+ */;
2445
+ _proto.sendResumeTransmissionEmail = function sendResumeTransmissionEmail(req) {
2446
+ return this.api.post(this.baseURL + "/v1/resume-transmission-email", req);
2439
2447
  };
2440
2448
  return TellerService;
2441
2449
  }();