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 +2 -2
- package/package.json +1 -1
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:
|
|
24578
|
-
effTo:
|
|
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
|
});
|