@eka-care/medical-records-ui 1.0.16 → 1.0.17

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.js CHANGED
@@ -1467,10 +1467,9 @@ function useUploadConnection() {
1467
1467
  return id;
1468
1468
  });
1469
1469
  const batchRequests = items.map((it) => ({
1470
- dt: it.documentType,
1471
- dd_e: Math.floor(it.documentDateMs / 1e3),
1472
- // epoch seconds
1473
- ...it.tags && it.tags.length ? { tg: it.tags } : {},
1470
+ documentType: it.documentType,
1471
+ documentDate: Math.floor(it.documentDateMs / 1e3),
1472
+ ...it.tags && it.tags.length ? { tags: it.tags } : {},
1474
1473
  ...it.caseIds && it.caseIds.length ? { cases: it.caseIds } : {},
1475
1474
  files: [
1476
1475
  {