@eka-care/ekascribe-ts-sdk 1.4.48 → 1.4.50

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.
@@ -25,7 +25,8 @@ export declare enum ERROR_CODE {
25
25
  SPEECH_DETECTED = "speech_detected",
26
26
  TXN_STATUS_MISMATCH = "txn_status_mismatch",
27
27
  LONG_SILENCE = "long_silence",
28
- GET_PRESIGNED_URL_FAILED = "get_presigned_url_failed"
28
+ GET_PRESIGNED_URL_FAILED = "get_presigned_url_failed",
29
+ UPLOAD_FULL_AUDIO = "upload_full_audio"
29
30
  }
30
31
  export declare enum PROCESSING_STATUS {
31
32
  SUCCESS = "success",
@@ -29,6 +29,7 @@ export var ERROR_CODE;
29
29
  ERROR_CODE["TXN_STATUS_MISMATCH"] = "txn_status_mismatch";
30
30
  ERROR_CODE["LONG_SILENCE"] = "long_silence";
31
31
  ERROR_CODE["GET_PRESIGNED_URL_FAILED"] = "get_presigned_url_failed";
32
+ ERROR_CODE["UPLOAD_FULL_AUDIO"] = "upload_full_audio";
32
33
  })(ERROR_CODE || (ERROR_CODE = {}));
33
34
  export var PROCESSING_STATUS;
34
35
  (function (PROCESSING_STATUS) {
@@ -22,7 +22,6 @@ export default async function fetchWrapper(url, options = {}, timeoutMs = API_TI
22
22
  signal: controller.signal,
23
23
  credentials: 'include',
24
24
  });
25
- console.log(response, response.status, 'response in fetch wrapper - SDK');
26
25
  if (response.status === 401 || response.status === 403) {
27
26
  console.log('unauthorized - fetch wrapper - SDK', response.status);
28
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.4.48",
3
+ "version": "1.4.50",
4
4
  "main": "dist/index.js",
5
5
  "repository": "git@github.com:eka-care/eka-js-sdk.git",
6
6
  "author": "Sanikagoyal28 <sanikagoyal9@gmail.com>",