@eka-care/ekascribe-ts-sdk 1.5.7 → 1.5.8

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