@medipass/utils 11.64.1-feat-eclipse-oec.1 → 11.64.1-fix-eclipse-oec.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/constants.js +4 -4
- package/package.json +2 -2
package/constants.js
CHANGED
|
@@ -379,10 +379,10 @@ var ECLIPSE_SUB_TYPE = {
|
|
|
379
379
|
OVERSEAS: 'overseas'
|
|
380
380
|
};
|
|
381
381
|
var ECLIPSE_ONLINE_ELIGIBILITY_CHECK_TYPES = {
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
382
|
+
MEDICARE_AND_PHI: 'OEC',
|
|
383
|
+
MEDICARE_ONLY: 'ECM',
|
|
384
|
+
FUND_ONLY: 'ECF',
|
|
385
|
+
OVERSEAS: 'ECO'
|
|
386
386
|
};
|
|
387
387
|
var OEC_MEDICARE_AND_PHI_PROCESSING_CLASSES = {
|
|
388
388
|
AGREEMENTS: 'AG',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.64.1-
|
|
3
|
+
"version": "11.64.1-fix-eclipse-oec.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"redux-thunk": "^2.2.0",
|
|
49
49
|
"rimraf": "^2.6.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "ea81519cc3563b35fb599e1000b755d6e9976ce6"
|
|
52
52
|
}
|