primary_care_admin_binder 0.1.14 → 0.1.15

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
@@ -28548,7 +28548,8 @@ var DRUG_UOM_READ = createAsyncThunk("drugRoutesSlice/drug_uom_list", /*#__PURE_
28548
28548
  longDesc: val === null || val === void 0 ? void 0 : val.longdesc,
28549
28549
  shortDesc: val === null || val === void 0 ? void 0 : val.shortdesc,
28550
28550
  status: val === null || val === void 0 ? void 0 : val.status,
28551
- key: val === null || val === void 0 ? void 0 : val._key
28551
+ key: val === null || val === void 0 ? void 0 : val._key,
28552
+ UOMCode: val === null || val === void 0 ? void 0 : val.UOM
28552
28553
  });
28553
28554
  }
28554
28555
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",