@medipass/utils 11.84.9 → 11.84.11-fix-document-type.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.d.ts CHANGED
@@ -351,9 +351,9 @@ export declare const PMS_OPTIONS_LIST: readonly [{
351
351
  readonly label: "Doctors on Demand";
352
352
  readonly value: "Doctors on Demand";
353
353
  }, {
354
- readonly key: "eAlth LTE";
355
- readonly label: "eAlth LTE";
356
- readonly value: "eAlth LTE";
354
+ readonly key: "eAlthLTE";
355
+ readonly label: "eAlthLTE";
356
+ readonly value: "eAlthLTE";
357
357
  }, {
358
358
  readonly key: "Exact";
359
359
  readonly label: "Exact";
package/constants.js CHANGED
@@ -409,9 +409,9 @@ var PMS_OPTIONS_LIST = [{
409
409
  label: 'Doctors on Demand',
410
410
  value: 'Doctors on Demand'
411
411
  }, {
412
- key: 'eAlth LTE',
413
- label: 'eAlth LTE',
414
- value: 'eAlth LTE'
412
+ key: 'eAlthLTE',
413
+ label: 'eAlthLTE',
414
+ value: 'eAlthLTE'
415
415
  }, {
416
416
  key: 'Exact',
417
417
  label: 'Exact',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/utils",
3
- "version": "11.84.9",
3
+ "version": "11.84.11-fix-document-type.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -47,5 +47,5 @@
47
47
  "rimraf": "^2.6.2",
48
48
  "typescript": "4.8.4"
49
49
  },
50
- "gitHead": "802988592e804d0446b64e7d9426e4fafcc11e60"
50
+ "gitHead": "3a652f63c686b860aaea4014694c3d74ccb319c1"
51
51
  }