@bahmni/services 0.0.1-dev.142 → 0.0.1-dev.143

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7415,7 +7415,7 @@ async function Cb(e, t, r, n) {
7415
7415
  const em = (e, t) => {
7416
7416
  const r = `${ye}/DiagnosticReport?patient=${e}`;
7417
7417
  return t ? `${r}&based-on=${t}` : r;
7418
- }, tm = (e) => `${ye}/DiagnosticReportBundle/${e}`;
7418
+ }, tm = (e) => `${ye}/DiagnosticReport/${e}/$fetch-bundle`;
7419
7419
  async function Lb(e, t = []) {
7420
7420
  const r = t.length > 0 ? t.join(",") : void 0, n = em(e, r);
7421
7421
  return await z(n);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/services",
3
- "version": "0.0.1-dev.142",
3
+ "version": "0.0.1-dev.143",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",