@eka-care/ekascribe-ts-sdk 3.0.10 → 3.0.12
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 +11 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -560,6 +560,17 @@ export declare type TGetV1SessionDetailsData = {
|
|
|
560
560
|
audio_matrix: Record<string, unknown>;
|
|
561
561
|
additional_data: TSessionDetailsAdditionalData;
|
|
562
562
|
documents: TSessionDocument[];
|
|
563
|
+
context: {
|
|
564
|
+
past_sessions: Array<{
|
|
565
|
+
date_epoch: number;
|
|
566
|
+
session_id: string;
|
|
567
|
+
}>;
|
|
568
|
+
documents: string[];
|
|
569
|
+
attachments: Array<{
|
|
570
|
+
id: string;
|
|
571
|
+
patient_oid?: string;
|
|
572
|
+
}>;
|
|
573
|
+
};
|
|
563
574
|
};
|
|
564
575
|
|
|
565
576
|
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.12",
|
|
4
4
|
"description": "EkaScribe TypeScript SDK - Modern ES2020 build",
|
|
5
5
|
"main": "dist/index.mjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"README.md"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"med-scribe-alliance-ts-sdk": "2.0.
|
|
40
|
+
"med-scribe-alliance-ts-sdk": "2.0.17"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"vite-bundle-analyzer": "^1.3.6"
|