@eka-care/ekascribe-ts-sdk 3.0.29 → 3.0.31
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 +3 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { getWorkerUrl } from 'med-scribe-alliance-ts-sdk';
|
|
|
10
10
|
import { IpcBridge as IpcBridge_2 } from 'med-scribe-alliance-ts-sdk';
|
|
11
11
|
import { PatchSessionRequest } from 'med-scribe-alliance-ts-sdk';
|
|
12
12
|
import { PatchSessionResponse } from 'med-scribe-alliance-ts-sdk';
|
|
13
|
+
import { PatientDetails } from 'med-scribe-alliance-ts-sdk';
|
|
13
14
|
import { PollOptions } from 'med-scribe-alliance-ts-sdk';
|
|
14
15
|
import { ProcessTemplateResponse } from 'med-scribe-alliance-ts-sdk';
|
|
15
16
|
import { RecordingOptions } from 'med-scribe-alliance-ts-sdk';
|
|
@@ -240,6 +241,8 @@ export { PatchSessionRequest }
|
|
|
240
241
|
|
|
241
242
|
export { PatchSessionResponse }
|
|
242
243
|
|
|
244
|
+
export { PatientDetails }
|
|
245
|
+
|
|
243
246
|
export { PollOptions }
|
|
244
247
|
|
|
245
248
|
export declare enum PROCESSING_STATUS {
|
package/dist/index.mjs
CHANGED
|
@@ -5489,6 +5489,7 @@ class eu {
|
|
|
5489
5489
|
status_code: y.TXN_ERROR,
|
|
5490
5490
|
message: "Transaction not initialized. Call initTransaction() first."
|
|
5491
5491
|
};
|
|
5492
|
+
this.allianceClient.clearRecordingState();
|
|
5492
5493
|
const n = await this.allianceClient.startRecordingWithSession(
|
|
5493
5494
|
this.storedSession,
|
|
5494
5495
|
{
|
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.31",
|
|
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.32"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"vite-bundle-analyzer": "^1.3.6"
|