@wildix/wda-stream-client 1.0.22 → 1.0.23

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.
@@ -278,6 +278,7 @@ declare const ConsumeEventCommand_base: {
278
278
  * reason: "pause" || "hold",
279
279
  * },
280
280
  * ],
281
+ * flowId: Number("int"), // required
281
282
  * },
282
283
  * },
283
284
  * callAttachment: { // CallAttachmentConsumeEvent
@@ -858,6 +858,7 @@ export interface CallRecordStopConsumeEventData {
858
858
  url: string;
859
859
  end: number;
860
860
  pauses: (CallRecordPause)[];
861
+ flowId: number;
861
862
  }
862
863
  /**
863
864
  * @public
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.0.22",
4
+ "version": "1.0.23",
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",