@eka-care/ekascribe-ts-sdk 1.4.46 → 1.4.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.
@@ -52,7 +52,7 @@ export async function postV1UploadAudioFiles({ audioFiles, txn_id, action, trans
52
52
  }
53
53
  return {
54
54
  status_code: SDK_STATUS_CODE.SUCCESS,
55
- message: 'Transaction initialized successfully.',
55
+ message: 'Recording uploaded successfully.',
56
56
  };
57
57
  }
58
58
  catch (error) {
@@ -60,7 +60,7 @@ export async function postV1UploadAudioFiles({ audioFiles, txn_id, action, trans
60
60
  return {
61
61
  error_code: ERROR_CODE.INTERNAL_SERVER_ERROR,
62
62
  status_code: SDK_STATUS_CODE.INTERNAL_SERVER_ERROR,
63
- message: `Complete upload workflow failed: ${error}`,
63
+ message: `Recording upload failed: ${error}`,
64
64
  };
65
65
  }
66
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.4.46",
3
+ "version": "1.4.47",
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>",