@eka-care/ekascribe-ts-sdk 2.1.46 → 2.1.47

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 CHANGED
@@ -869,7 +869,7 @@ export declare type TSessionDocument = {
869
869
  session_id: string;
870
870
  template_id: string;
871
871
  document_name: string;
872
- document_type: 'document' | 'context' | 'transcript';
872
+ document_type: 'notes' | 'context' | 'transcript' | 'integration';
873
873
  type: string;
874
874
  status: string;
875
875
  errors: unknown[];
package/dist/index.mjs CHANGED
@@ -30207,11 +30207,7 @@ const initialiseTransaction = async (s) => {
30207
30207
  audioBuffer_exists: !!EkaScribeStore$1.audioBufferInstance
30208
30208
  }), captureEvent("Session resumed", { txn_id: s }), await startVoiceRecording(c);
30209
30209
  } catch (u) {
30210
- return console.error(
30211
- "%c Line:00 🍇 startRecordingForExistingSession err",
30212
- "color:#b03734",
30213
- u
30214
- ), {
30210
+ return console.error("%c Line:00 🍇 startRecordingForExistingSession err", "color:#b03734", u), {
30215
30211
  error_code: ERROR_CODE.INTERNAL_SERVER_ERROR,
30216
30212
  status_code: SDK_STATUS_CODE.INTERNAL_SERVER_ERROR,
30217
30213
  message: `An error occurred while starting the recording for existing session: ${u}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "2.1.46",
3
+ "version": "2.1.47",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",