@wildix/wda-stream-client 1.1.44 → 1.1.45

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.
@@ -363,6 +363,7 @@ declare const ConsumeEventCommand_base: {
363
363
  * cds: { // CdsTranscriptionPayloadReference
364
364
  * id: "STRING_VALUE", // required
365
365
  * },
366
+ * transcriptionLanguage: "STRING_VALUE",
366
367
  * },
367
368
  * },
368
369
  * conferenceTimeFrames: { // ConferenceTimeFramesConsumeEvent
@@ -1940,6 +1940,7 @@ export interface CallPostTranscriptionConsumeEventData {
1940
1940
  * @public
1941
1941
  */
1942
1942
  cds: CdsTranscriptionPayloadReference;
1943
+ transcriptionLanguage?: string | undefined;
1943
1944
  }
1944
1945
  /**
1945
1946
  * 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.44",
4
+ "version": "1.1.45",
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",