primary_care_admin_binder 0.1.64 → 0.1.65

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/index.cjs.js CHANGED
@@ -10924,7 +10924,7 @@ var VITAL_CODE = createAsyncThunk("vitalApplicableApiSlice/vitalCode", /*#__PURE
10924
10924
  data.result.map(function (val) {
10925
10925
  arr.push({
10926
10926
  value: val._id,
10927
- label: val.obscode
10927
+ label: val.shortdesc
10928
10928
  });
10929
10929
  });
10930
10930
  return _context3.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.List), {}, {
@@ -11153,7 +11153,7 @@ var AGE_RANGES_CODE = createAsyncThunk("vitalApplicableApiSlice/agerangesCode",
11153
11153
  data.result.map(function (val) {
11154
11154
  arr.push({
11155
11155
  value: val.AgeRangesDtl._id,
11156
- label: val.AgeRangesDtl.agerangecode
11156
+ label: val.AgeRangesDtl.shortdesc
11157
11157
  });
11158
11158
  });
11159
11159
  return _context8.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.List), {}, {
@@ -11202,7 +11202,7 @@ var AGE_RANGES_CATEGORY = createAsyncThunk("vitalApplicableApiSlice/agerangesCat
11202
11202
  data.result[0].map(function (val) {
11203
11203
  arr.push({
11204
11204
  value: val._id,
11205
- label: val.code,
11205
+ label: val.description,
11206
11206
  minAge: val.age_minimum,
11207
11207
  maxAge: val.age_maximum
11208
11208
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",