@eka-care/ekascribe-ts-sdk 3.0.8 → 3.0.10

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.d.ts +4 -2
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -363,9 +363,9 @@ declare type TDoctorHeaderFooterInfo = {
363
363
  };
364
364
 
365
365
  export declare type TDocumentError = {
366
+ type: null | string;
366
367
  code: string;
367
- message: string;
368
- details?: unknown;
368
+ msg: string;
369
369
  };
370
370
 
371
371
  export declare enum TEMPLATE_ID {
@@ -550,6 +550,8 @@ export declare type TGetV1SessionDetailsData = {
550
550
  uuid: string;
551
551
  wid: string;
552
552
  created_at: number;
553
+ expires_at: number;
554
+ upload_url: string;
553
555
  status: string;
554
556
  user_status: 'init' | 'recording_started' | 'commit' | string;
555
557
  transfer: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
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.15"
40
+ "med-scribe-alliance-ts-sdk": "2.0.16"
41
41
  },
42
42
  "devDependencies": {
43
43
  "vite-bundle-analyzer": "^1.3.6"