@eka-care/ekascribe-ts-sdk 2.1.49 → 2.1.51

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.
package/dist/index.d.ts CHANGED
@@ -696,6 +696,7 @@ export declare type TPostTransactionInitRequest = {
696
696
  batch_s3_url?: string;
697
697
  audio_file_names?: string[];
698
698
  additional_data?: Record<string, unknown>;
699
+ encounter_id?: string;
699
700
  };
700
701
 
701
702
  export declare type TPostTransactionResponse = {