@wildix/wda-stream-client 1.1.39 → 1.1.41

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.
@@ -1935,6 +1935,7 @@ export interface CallPostTranscriptionConsumeEventData {
1935
1935
  * @public
1936
1936
  */
1937
1937
  cds: CdsTranscriptionPayloadReference;
1938
+ transcriptionLanguage?: string;
1938
1939
  }
1939
1940
  /**
1940
1941
  * Event emitted after transcription payload is uploaded to CDS.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wda-stream-client",
3
3
  "description": "@wildix/wda-stream-client client",
4
- "version": "1.1.39",
4
+ "version": "1.1.41",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",