primary_care_admin_binder 0.1.66 → 0.1.67

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
@@ -23001,9 +23001,9 @@ var appointmentDurationArr = function appointmentDurationArr(lisy) {
23001
23001
  "SlotSlabInd": (_val$duration_type = val === null || val === void 0 ? void 0 : val.duration_type) !== null && _val$duration_type !== void 0 ? _val$duration_type : "",
23002
23002
  "DayType": val === null || val === void 0 ? void 0 : (_val$day_type = val.day_type) === null || _val$day_type === void 0 ? void 0 : _val$day_type.value,
23003
23003
  // "starttime": moment({ hour: st[0], minute: st[1] }).unix(),
23004
- "starttime": "".concat(val.start_time),
23004
+ "starttime": "".concat(val.start_time.replace(" ", "")),
23005
23005
  // "endtime": moment({ hour: et[0], minute: et[1] }).unix(),
23006
- "endtime": "".concat(val.end_time),
23006
+ "endtime": "".concat(val.end_time.replace(" ", "")),
23007
23007
  "slotduration": val.slot_duration ? parseInt(val.slot_duration) : 0,
23008
23008
  "maxAppointment": val !== null && val !== void 0 && val.max_appoinment ? parseInt(val.max_appoinment) : 0,
23009
23009
  "maxAppAllowed": val !== null && val !== void 0 && val.max_appoinment ? parseInt(val.max_appoinment) : 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.66",
3
+ "version": "0.1.67",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",