primary_care_admin_binder 0.1.74 → 0.1.75

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
@@ -24574,8 +24574,8 @@ var generateJson$8 = {
24574
24574
  var specialtyDetailsArr = data === null || data === void 0 ? void 0 : (_data$specialtyDetail = data.specialtyDetails) === null || _data$specialtyDetail === void 0 ? void 0 : _data$specialtyDetail.map(function (val, i) {
24575
24575
  return {
24576
24576
  specialty: val === null || val === void 0 ? void 0 : val.dropdown.id,
24577
- effFrom: getUtcTime(moment(val === null || val === void 0 ? void 0 : val.fromDate)),
24578
- effTo: getUtcTime(moment(val === null || val === void 0 ? void 0 : val.toDate)),
24577
+ effFrom: moment(val === null || val === void 0 ? void 0 : val.effFrom, "DD-MM-YYYY").unix(),
24578
+ effTo: moment(val === null || val === void 0 ? void 0 : val.effTo, "DD-MM-YYYY").unix(),
24579
24579
  external: false
24580
24580
  };
24581
24581
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",