@medipass/utils 11.84.5 → 11.84.6
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/constants.d.ts +1 -1
- package/constants.js +1 -1
- package/package.json +2 -2
package/constants.d.ts
CHANGED
|
@@ -257,7 +257,7 @@ export declare const MEDICARE_FORMS: {
|
|
|
257
257
|
export declare const HICAPS_FORMS: {
|
|
258
258
|
readonly CLAIMING_PROVIDER_APPLICATION: "HICAPS Claiming Application";
|
|
259
259
|
};
|
|
260
|
-
export declare const PMS: readonly ["Best Practice (Allied)", "Best Practice (Premier)", "Clinic to Cloud", "Cliniko", "Coreplus", "Coviu", "Dental4Windows", "Doctors on Demand", "Exact", "Front Desk", "Genie", "Gensolve", "Gentu", "Halaxy / HealthKit", "Iconpractice", "Kalysys", "Lysn", "Medical Director", "Medilink", "Medirecords", "MedTech", "My Appointments", "Myhealth1st", "Nookal", "Oasis", "Owner.health", "Optomate", "Powerdiary", "PPMP", "PracSuite", "Shexie", "Splose", "Sunix", "TM2", "VisitBase", "ZedMed", "Zurili", "Other"];
|
|
260
|
+
export declare const PMS: readonly ["Best Practice (Allied)", "Best Practice (Premier)", "Case Manager", "Clinic to Cloud", "Cliniko", "Coreplus", "Coviu", "Dental4Windows", "Doctors on Demand", "Exact", "Front Desk", "Genie", "Gensolve", "Gentu", "Halaxy / HealthKit", "Iconpractice", "Kalysys", "Lysn", "Medical Director", "Medilink", "Medirecords", "MedTech", "My Appointments", "Myhealth1st", "Nookal", "Oasis", "Owner.health", "Optomate", "Powerdiary", "PPMP", "PracSuite", "Shexie", "Splose", "Sunix", "TM2", "Vinci", "VisitBase", "ZedMed", "Zurili", "Other"];
|
|
261
261
|
export declare const VERIFY_MEMBER_HEALTH_FUNDS_CODES: readonly ["BUP"];
|
|
262
262
|
export declare const INVOICE_ORIGINATING_FLOW: {
|
|
263
263
|
readonly ALLIED_PHI: "allied-phi";
|
package/constants.js
CHANGED
|
@@ -314,7 +314,7 @@ var HICAPS_FORMS = {
|
|
|
314
314
|
|
|
315
315
|
/* ====== START: PMS ======= */
|
|
316
316
|
|
|
317
|
-
var PMS = ['Best Practice (Allied)', 'Best Practice (Premier)', 'Clinic to Cloud', 'Cliniko', 'Coreplus', 'Coviu', 'Dental4Windows', 'Doctors on Demand', 'Exact', 'Front Desk', 'Genie', 'Gensolve', 'Gentu', 'Halaxy / HealthKit', 'Iconpractice', 'Kalysys', 'Lysn', 'Medical Director', 'Medilink', 'Medirecords', 'MedTech', 'My Appointments', 'Myhealth1st', 'Nookal', 'Oasis', 'Owner.health', 'Optomate', 'Powerdiary', 'PPMP', 'PracSuite', 'Shexie', 'Splose', 'Sunix', 'TM2', 'VisitBase', 'ZedMed', 'Zurili', 'Other'];
|
|
317
|
+
var PMS = ['Best Practice (Allied)', 'Best Practice (Premier)', 'Case Manager', 'Clinic to Cloud', 'Cliniko', 'Coreplus', 'Coviu', 'Dental4Windows', 'Doctors on Demand', 'Exact', 'Front Desk', 'Genie', 'Gensolve', 'Gentu', 'Halaxy / HealthKit', 'Iconpractice', 'Kalysys', 'Lysn', 'Medical Director', 'Medilink', 'Medirecords', 'MedTech', 'My Appointments', 'Myhealth1st', 'Nookal', 'Oasis', 'Owner.health', 'Optomate', 'Powerdiary', 'PPMP', 'PracSuite', 'Shexie', 'Splose', 'Sunix', 'TM2', 'Vinci', 'VisitBase', 'ZedMed', 'Zurili', 'Other'];
|
|
318
318
|
/* ====== END: PMS ======= */
|
|
319
319
|
|
|
320
320
|
/* ====== START: VERIFY MEMBER HEALTH FUNDS ======= */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.84.
|
|
3
|
+
"version": "11.84.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"rimraf": "^2.6.2",
|
|
49
49
|
"typescript": "4.8.4"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "19dafc4a21d7441152997842d098808db8dcf024"
|
|
52
52
|
}
|