@eka-care/ekascribe-ts-sdk 2.1.34 → 2.1.35

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.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -30879,7 +30879,7 @@ const decodeApiResponse = (s) => {
30879
30879
  a = 0;
30880
30880
  await new Promise((S) => setTimeout(S, 1e3));
30881
30881
  const m = [];
30882
- return i && m.push(`template_id=${i}`), c && m.push(`document_id=${c}`), l && m.push("_dlp=true"), t(m.join("&"));
30882
+ return i && m.push(`template_id=${i}`), c && m.push(`document_id=${c}`), l && m.push("dlp=true"), t(m.join("&"));
30883
30883
  }
30884
30884
  return d(
30885
30885
  b,
@@ -30896,7 +30896,7 @@ const decodeApiResponse = (s) => {
30896
30896
  );
30897
30897
  }
30898
30898
  }, e = [];
30899
- i && e.push(`template_id=${i}`), c && e.push(`document_id=${c}`), l && e.push("_dlp=true");
30899
+ i && e.push(`template_id=${i}`), c && e.push(`document_id=${c}`), l && e.push("dlp=true");
30900
30900
  const r = e.join("&");
30901
30901
  return console.log(r, "query params"), t(r);
30902
30902
  } catch (_) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "2.1.34",
3
+ "version": "2.1.35",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",