@eka-care/ekascribe-ts-sdk 1.4.59 → 1.5.1

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.
@@ -51,6 +51,8 @@ export type TStartRecordingRequest = {
51
51
  input_language: string[];
52
52
  output_format_template: {
53
53
  template_id: string;
54
+ template_name: string;
55
+ template_type?: string;
54
56
  }[];
55
57
  txn_id: string;
56
58
  auto_download: boolean;
@@ -114,6 +116,8 @@ export type TPostTransactionInitRequest = {
114
116
  input_language: string[];
115
117
  output_format_template: {
116
118
  template_id: string;
119
+ template_name: string;
120
+ template_type?: string;
117
121
  }[];
118
122
  transfer: string;
119
123
  auto_download: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.4.59",
3
+ "version": "1.5.1",
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>",