oro-sdk-apis 1.58.1 → 2.0.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/consult.d.ts +2 -1
- package/dist/models/practice.d.ts +4 -4
- package/dist/oro-sdk-apis.cjs.development.js +1 -0
- 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 -0
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +5 -4
- package/src/models/consult.ts +1 -0
- package/src/models/practice.ts +4 -4
- package/LICENSE +0 -21
package/dist/models/consult.d.ts
CHANGED
@@ -297,13 +297,13 @@ export declare type PracticeConfigPracticePrescriptionFields = PracticeConfig<Pr
|
|
297
297
|
*/
|
298
298
|
export declare type PracticeConfigPractitionerSearch = PracticeConfig<PracticeConfigKind.PractitionerSearch, {
|
299
299
|
/**
|
300
|
-
*
|
300
|
+
* Disable search indexing a consultation on its creation
|
301
301
|
*/
|
302
|
-
|
302
|
+
disableSearchIndexing?: boolean;
|
303
303
|
/**
|
304
|
-
*
|
304
|
+
* Disable search for consultations from the ConsultList
|
305
305
|
*/
|
306
|
-
|
306
|
+
disableSearch?: boolean;
|
307
307
|
}>;
|
308
308
|
/**
|
309
309
|
* This config is used to configure the register walkthrough
|
@@ -906,6 +906,7 @@ var ApisPracticeManager = /*#__PURE__*/function () {
|
|
906
906
|
MedicalStatus["Closed"] = "Closed";
|
907
907
|
MedicalStatus["Reopened"] = "Reopened";
|
908
908
|
MedicalStatus["Archived"] = "Archived";
|
909
|
+
MedicalStatus["Failed"] = "Failed";
|
909
910
|
})(exports.MedicalStatus || (exports.MedicalStatus = {}));
|
910
911
|
|
911
912
|
(function (TaskStatus) {
|