@eka-care/ekascribe-ts-sdk 1.4.54 → 1.4.55

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.
@@ -21,7 +21,7 @@ async function postTransactionInit({ mode, txn_id, s3Url, input_language, output
21
21
  model_type,
22
22
  version,
23
23
  batch_s3_url,
24
- client_generated_files: audio_file_names,
24
+ ...(audio_file_names ? { client_generated_files: audio_file_names } : {}),
25
25
  };
26
26
  const options = {
27
27
  method: 'POST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.4.54",
3
+ "version": "1.4.55",
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>",