oro-sdk-apis 7.4.2 → 7.5.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.
- package/dist/models/practice.d.ts +6 -1
- package/dist/models/teller.d.ts +0 -5
- package/dist/oro-sdk-apis.cjs.development.js +1 -8
- package/dist/oro-sdk-apis.cjs.development.js.map +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk-apis.esm.js +1 -8
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/dist/services/teller.d.ts +1 -7
- package/package.json +1 -1
- package/src/models/practice.ts +8 -0
- package/src/models/teller.ts +0 -6
- package/src/services/teller.ts +1 -10
package/dist/oro-sdk-apis.esm.js
CHANGED
@@ -1035,6 +1035,7 @@ var PracticeEmailKind;
|
|
1035
1035
|
var PracticeConfigKind;
|
1036
1036
|
(function (PracticeConfigKind) {
|
1037
1037
|
PracticeConfigKind["PatientConsultCard"] = "PatientConsultCard";
|
1038
|
+
PracticeConfigKind["PracticeChatSupport"] = "PracticeChatSupport";
|
1038
1039
|
PracticeConfigKind["PracticeCloseConsultationTypes"] = "PracticeCloseConsultationTypes";
|
1039
1040
|
PracticeConfigKind["PracticeConsultTabs"] = "PracticeConsultTabs";
|
1040
1041
|
PracticeConfigKind["PracticeConfigExample"] = "PracticeConfigExample";
|
@@ -2436,14 +2437,6 @@ var TellerService = /*#__PURE__*/function () {
|
|
2436
2437
|
*/;
|
2437
2438
|
_proto.sendResumeConsultEmail = function sendResumeConsultEmail(req) {
|
2438
2439
|
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);
|
2447
2440
|
};
|
2448
2441
|
return TellerService;
|
2449
2442
|
}();
|