@eka-care/ekascribe-ts-sdk 1.4.24 → 1.4.26

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.
@@ -29,6 +29,9 @@ type TAdditionalData = {
29
29
  type TApiResponse = {
30
30
  data: {
31
31
  output?: TOutputSummary[];
32
+ audio_matrix?: {
33
+ quality: string;
34
+ };
32
35
  additional_data?: TAdditionalData;
33
36
  meta_data?: {
34
37
  total_resources?: number;
@@ -105,7 +105,7 @@ export type TPostTransactionInitRequest = {
105
105
  auto_download: boolean;
106
106
  model_training_consent: boolean;
107
107
  system_info: TSystemInfo;
108
- patient_details: TPatientDetails;
108
+ patient_details?: TPatientDetails;
109
109
  };
110
110
  export type TPostTransactionCommitRequest = {
111
111
  audioFiles: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.4.24",
3
+ "version": "1.4.26",
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>",