@eka-care/ekascribe-ts-sdk 3.0.37 → 3.0.38

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -135,6 +135,7 @@ declare class EkaScribe {
135
135
  endRecording(): Promise<TEndRecordingResponse>;
136
136
  getSessionStatus(sessionId?: string, options?: {
137
137
  poll?: PollOptions;
138
+ templateId?: string;
138
139
  }): Promise<SDKResult<GetSessionStatusResponse>>;
139
140
  retryUploadRecording(): Promise<TEndRecordingResponse>;
140
141
  cancelSession(sessionId?: string): Promise<SDKResult<PatchSessionResponse>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "3.0.37",
3
+ "version": "3.0.38",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",