@wildix/wda-stream-client 1.0.59 → 1.0.60

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.
@@ -602,6 +602,9 @@ declare const ConsumeEventCommand_base: {
602
602
  * from: "STRING_VALUE", // required
603
603
  * to: "STRING_VALUE", // required
604
604
  * message: "STRING_VALUE", // required
605
+ * media: [ // StringList
606
+ * "STRING_VALUE",
607
+ * ],
605
608
  * },
606
609
  * },
607
610
  * smsStatus: { // SmsStatusConsumeEvent
@@ -629,7 +632,7 @@ declare const ConsumeEventCommand_base: {
629
632
  * to: "STRING_VALUE", // required
630
633
  * id: "STRING_VALUE", // required
631
634
  * message: "STRING_VALUE", // required
632
- * media: [ // StringList
635
+ * media: [
633
636
  * "STRING_VALUE",
634
637
  * ],
635
638
  * },
@@ -46,6 +46,9 @@ declare const DescribeEventCommand_base: {
46
46
  * from: "STRING_VALUE", // required
47
47
  * to: "STRING_VALUE", // required
48
48
  * message: "STRING_VALUE", // required
49
+ * media: [ // StringList
50
+ * "STRING_VALUE",
51
+ * ],
49
52
  * },
50
53
  * },
51
54
  * SmsStatusEvent: { // SmsStatusEvent
@@ -73,7 +76,7 @@ declare const DescribeEventCommand_base: {
73
76
  * to: "STRING_VALUE", // required
74
77
  * id: "STRING_VALUE", // required
75
78
  * message: "STRING_VALUE", // required
76
- * media: [ // StringList
79
+ * media: [
77
80
  * "STRING_VALUE",
78
81
  * ],
79
82
  * },
@@ -290,6 +293,9 @@ declare const DescribeEventCommand_base: {
290
293
  * // statusChangeDate: "STRING_VALUE", // required
291
294
  * // },
292
295
  * // ],
296
+ * // participantGroupIds: [ // ConversationParticipantGroupList
297
+ * // "STRING_VALUE",
298
+ * // ],
293
299
  * // },
294
300
  * // CallAnalyticsLiveCompleteEvent: { // CallAnalyticsLiveCompleteEvent
295
301
  * // id: "STRING_VALUE", // required
@@ -334,7 +340,7 @@ declare const DescribeEventCommand_base: {
334
340
  * // isFinal: true || false, // required
335
341
  * // start: Number("long"), // required
336
342
  * // end: Number("long"), // required
337
- * // sentiment: "STRING_VALUE", // required
343
+ * // sentiment: "STRING_VALUE",
338
344
  * // },
339
345
  * // participant: {
340
346
  * // type: "REMOTE" || "LOCAL", // required
@@ -543,7 +549,7 @@ declare const DescribeEventCommand_base: {
543
549
  * // isFinal: true || false, // required
544
550
  * // start: Number("long"), // required
545
551
  * // end: Number("long"), // required
546
- * // sentiment: "STRING_VALUE", // required
552
+ * // sentiment: "STRING_VALUE",
547
553
  * // },
548
554
  * // },
549
555
  * // },
@@ -572,7 +578,7 @@ declare const DescribeEventCommand_base: {
572
578
  * // isFinal: true || false, // required
573
579
  * // start: Number("long"), // required
574
580
  * // end: Number("long"), // required
575
- * // sentiment: "STRING_VALUE", // required
581
+ * // sentiment: "STRING_VALUE",
576
582
  * // },
577
583
  * // },
578
584
  * // },
@@ -746,6 +752,9 @@ declare const DescribeEventCommand_base: {
746
752
  * // ],
747
753
  * // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
748
754
  * // transcriptionLanguage: "STRING_VALUE",
755
+ * // participantGroupIds: [
756
+ * // "STRING_VALUE",
757
+ * // ],
749
758
  * // },
750
759
  * // ConferenceAnalyticsLiveCompleteEvent: { // ConferenceAnalyticsLiveCompleteEvent
751
760
  * // id: "STRING_VALUE", // required
@@ -1200,6 +1209,9 @@ declare const DescribeEventCommand_base: {
1200
1209
  * // statusChangeDate: "STRING_VALUE", // required
1201
1210
  * // },
1202
1211
  * // ],
1212
+ * // participantGroupIds: [
1213
+ * // "STRING_VALUE",
1214
+ * // ],
1203
1215
  * // },
1204
1216
  * // },
1205
1217
  * // WebhookCallLiveCompletedEvent: { // WebhookCallLiveCompletedEvent
@@ -1621,6 +1633,9 @@ declare const DescribeEventCommand_base: {
1621
1633
  * // ],
1622
1634
  * // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
1623
1635
  * // transcriptionLanguage: "STRING_VALUE",
1636
+ * // participantGroupIds: [
1637
+ * // "STRING_VALUE",
1638
+ * // ],
1624
1639
  * // },
1625
1640
  * // },
1626
1641
  * // WebhookConferenceLiveCompletedEvent: { // WebhookConferenceLiveCompletedEvent
@@ -224,6 +224,9 @@ declare const QueryConversationsCommand_base: {
224
224
  * // statusChangeDate: "STRING_VALUE", // required
225
225
  * // },
226
226
  * // ],
227
+ * // participantGroupIds: [ // ConversationParticipantGroupList
228
+ * // "STRING_VALUE",
229
+ * // ],
227
230
  * // },
228
231
  * // ],
229
232
  * // conferences: [ // QueryConversationsConferencesList // required
@@ -253,6 +256,9 @@ declare const QueryConversationsCommand_base: {
253
256
  * // ],
254
257
  * // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
255
258
  * // transcriptionLanguage: "STRING_VALUE",
259
+ * // participantGroupIds: [
260
+ * // "STRING_VALUE",
261
+ * // ],
256
262
  * // },
257
263
  * // ],
258
264
  * // chats: [ // QueryConversationsChatsList // required
@@ -500,7 +500,7 @@ export interface CallTranscriptionChunk {
500
500
  isFinal: boolean;
501
501
  start: number;
502
502
  end: number;
503
- sentiment: string;
503
+ sentiment?: string | undefined;
504
504
  }
505
505
  /**
506
506
  * @public
@@ -1019,6 +1019,11 @@ export interface CallAnalyticsLiveProgressEvent {
1019
1019
  eventTrigger: CallAnalyticsLiveProgressEventTrigger;
1020
1020
  start: string;
1021
1021
  flows: (CallAnalyticsLiveProgressEventFlow)[];
1022
+ /**
1023
+ * List of unique group IDs from all participants involved in the conversation
1024
+ * @public
1025
+ */
1026
+ participantGroupIds?: (string)[] | undefined;
1022
1027
  }
1023
1028
  /**
1024
1029
  * @public
@@ -1794,6 +1799,11 @@ export interface ConferenceAnalyticsLiveProgressEvent {
1794
1799
  participants: (ConferenceParticipant)[];
1795
1800
  transcriptionStatus?: ConferenceTranscriptionStatus | undefined;
1796
1801
  transcriptionLanguage?: string | undefined;
1802
+ /**
1803
+ * List of unique group IDs from all participants involved in the conversation
1804
+ * @public
1805
+ */
1806
+ participantGroupIds?: (string)[] | undefined;
1797
1807
  }
1798
1808
  /**
1799
1809
  * @public
@@ -2157,6 +2167,7 @@ export interface SmsInboundConsumeEventData {
2157
2167
  from: string;
2158
2168
  to: string;
2159
2169
  message: string;
2170
+ media?: (string)[] | undefined;
2160
2171
  }
2161
2172
  /**
2162
2173
  * @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.59",
4
+ "version": "1.0.60",
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",