@eka-care/ekascribe-ts-sdk 3.0.33 → 3.0.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.
- package/dist/index.d.ts +4 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -615,6 +615,10 @@ export declare type TGetV1SessionDetailsData = {
|
|
|
615
615
|
patient_oid?: string;
|
|
616
616
|
}>;
|
|
617
617
|
};
|
|
618
|
+
input_language: string[];
|
|
619
|
+
request_templates: Record<string, []>;
|
|
620
|
+
consultation_mode: string;
|
|
621
|
+
model_type: string;
|
|
618
622
|
};
|
|
619
623
|
|
|
620
624
|
export declare type TGetV1SessionDetailsRequest = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eka-care/ekascribe-ts-sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.35",
|
|
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.
|
|
41
|
+
"med-scribe-alliance-ts-sdk": "2.0.35"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"vite-bundle-analyzer": "^1.3.6"
|