@medipass/utils 11.62.1-feat-eclipse-oec.1 → 11.62.1-feat-eclipse-oec.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.
Files changed (2) hide show
  1. package/constants.js +2 -0
  2. package/package.json +2 -2
package/constants.js CHANGED
@@ -374,11 +374,13 @@ var ECLIPSE_ONLINE_ELIGIBILITY_CHECK_TYPES = {
374
374
  ECO_OVERSEAS: 'ECO'
375
375
  };
376
376
  var OEC_MEDICARE_AND_PHI_PROCESSING_CLASSES = {
377
+ AGREEMENTS: 'AG',
377
378
  SCHEMES: 'SC',
378
379
  PATIENT_CLAIM: 'PC',
379
380
  BILLING_AGENT: 'MB'
380
381
  };
381
382
  var ECO_OVERSEAS_PROCESSING_CLASSES = {
383
+ AGREEMENTS: 'AG',
382
384
  SCHEMES: 'SC',
383
385
  PATIENT_CLAIM: 'PC',
384
386
  BILLING_AGENT: 'MB'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/utils",
3
- "version": "11.62.1-feat-eclipse-oec.1",
3
+ "version": "11.62.1-feat-eclipse-oec.2",
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": "d0ec2c5a152cddc7cb7ab587372afbbd67bc6970"
51
+ "gitHead": "ab193087a5955d6c961b7364d6266a7ae1589fbc"
52
52
  }