@eka-care/ekascribe-ts-sdk 3.0.35 → 3.0.37-hotfix.0

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 +0 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -4850,7 +4850,6 @@ class Jl {
4850
4850
  method: "POST",
4851
4851
  url: `${this.hosts.cookV1}/medai/ai-create-template`,
4852
4852
  body: e,
4853
- headers: { "Content-Type": "multipart/form-data" },
4854
4853
  timeout: 6e4
4855
4854
  });
4856
4855
  return { ...n.data, status_code: n.status };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "3.0.35",
3
+ "version": "3.0.37-hotfix.0",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "marked": "^18.0.4",
41
- "med-scribe-alliance-ts-sdk": "2.0.35"
41
+ "med-scribe-alliance-ts-sdk": "2.0.37"
42
42
  },
43
43
  "devDependencies": {
44
44
  "vite-bundle-analyzer": "^1.3.6"