@wildix/wda-stream-client 1.1.60 → 1.1.61

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.
Files changed (33) hide show
  1. package/dist-cjs/WdaStream.js +6 -0
  2. package/dist-cjs/commands/GetOngoingCallAnnotationsCommand.js +21 -0
  3. package/dist-cjs/commands/GetOngoingChatAnnotationsCommand.js +21 -0
  4. package/dist-cjs/commands/GetOngoingConferenceAnnotationsCommand.js +21 -0
  5. package/dist-cjs/commands/index.js +3 -0
  6. package/dist-cjs/models/models_0.js +70 -25
  7. package/dist-cjs/models/models_1.js +7 -1
  8. package/dist-cjs/protocols/Aws_restJson1.js +396 -1
  9. package/dist-es/WdaStream.js +6 -0
  10. package/dist-es/commands/GetOngoingCallAnnotationsCommand.js +17 -0
  11. package/dist-es/commands/GetOngoingChatAnnotationsCommand.js +17 -0
  12. package/dist-es/commands/GetOngoingConferenceAnnotationsCommand.js +17 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +68 -23
  15. package/dist-es/models/models_1.js +6 -0
  16. package/dist-es/protocols/Aws_restJson1.js +391 -2
  17. package/dist-types/WdaStream.d.ts +21 -0
  18. package/dist-types/WdaStreamClient.d.ts +5 -2
  19. package/dist-types/commands/ConsumeEventCommand.d.ts +111 -27
  20. package/dist-types/commands/DescribeEventCommand.d.ts +447 -93
  21. package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +287 -0
  22. package/dist-types/commands/GetOngoingCallCommand.d.ts +1 -0
  23. package/dist-types/commands/GetOngoingCallTranscriptionCommand.d.ts +2 -1
  24. package/dist-types/commands/GetOngoingChatAnnotationsCommand.d.ts +190 -0
  25. package/dist-types/commands/GetOngoingConferenceAnnotationsCommand.d.ts +134 -0
  26. package/dist-types/commands/GetOngoingConferenceCommand.d.ts +2 -1
  27. package/dist-types/commands/GetOngoingConferenceTranscriptionCommand.d.ts +3 -2
  28. package/dist-types/commands/QueryConversationsCommand.d.ts +6 -3
  29. package/dist-types/commands/index.d.ts +3 -0
  30. package/dist-types/models/models_0.d.ts +719 -361
  31. package/dist-types/models/models_1.d.ts +375 -1
  32. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  33. package/package.json +1 -1
@@ -1,7 +1,326 @@
1
1
  import { WdaStreamServiceException as __BaseException } from "./WdaStreamServiceException";
2
- import { CallAnalyticsCostRecordEvent, CallAnalyticsLiveCompleteEvent, CallAnalyticsLiveInterruptedEvent, CallAnalyticsLiveProgressEvent, CallAnalyticsLiveProgressEventFlow, CallAnalyticsLiveTranscriptionEvent, CallAnalyticsRecordEvent, CallAnalyticsTranscriptionRecordEvent, CallEventType, ChatAnalyticsLiveCompleteEvent, ChatAnalyticsLiveInterruptedEvent, ChatAnalyticsLiveProgressEvent, ChatAnalyticsLiveTranscriptionEvent, ChatAnalyticsManagerMissedEvent, ChatAnalyticsRecordEvent, ChatAnalyticsTranscriptionRecordEvent, ChatEventType, ConferenceAnalyticsLiveCompleteEvent, ConferenceAnalyticsLiveInterruptedEvent, ConferenceAnalyticsLiveJoinEvent, ConferenceAnalyticsLiveLeaveEvent, ConferenceAnalyticsLiveProgressEvent, ConferenceAnalyticsLiveTranscriptionEvent, ConferenceAnalyticsRecordEvent, ConferenceAnalyticsTranscriptionRecordEvent, ConferenceEventType, PresenceAnalyticsConferenceEvent, PresenceAnalyticsStatusEvent, PresenceAnalyticsTelephonyEvent, PresenceEventType, ServiceAgentsStatusAnalyticsRecordEvent, ServiceAnalyticsLiveCompleteEvent, ServiceAnalyticsLiveProgressEvent, ServiceCallAnalyticsLiveCompleteEvent, ServiceCallAnalyticsLiveProgressEvent, ServiceCallAnalyticsRecordEvent, ServiceCallEventType, ServiceEventType, WebhookCallCompletedEvent, WebhookCallLiveCompletedEvent, WebhookCallLiveInterruptedEvent, WebhookCallLiveProgressEvent, WebhookCallLiveRecordPauseEvent, WebhookCallLiveRecordStartEvent, WebhookCallLiveRecordStopEvent, WebhookCallLiveRecordUnpauseEvent, WebhookCallLiveTranscriptionEvent, WebhookCallSummaryCompletedEvent, WebhookCallTranscriptionCompletedEvent, WebhookCallTranscriptionTextCompletedEvent, WebhookChatCompletedEvent, WebhookChatLiveCompletedEvent, WebhookChatLiveInterruptedEvent, WebhookChatLiveProgressEvent, WebhookChatManagerMissedEvent, WebhookChatSummaryCompletedEvent, WebhookConferenceCompletedEvent, WebhookConferenceLiveCompletedEvent, WebhookConferenceLiveInterruptedEvent, WebhookConferenceLiveJoinEvent, WebhookConferenceLiveLeaveEvent, WebhookConferenceLiveProgressEvent, WebhookConferenceLiveTranscriptionEvent, WebhookConferenceSummaryCompletedEvent, WebhookConferenceTranscriptionCompletedEvent, WebhookConferenceTranscriptionTextCompletedEvent, WebhookOutdatedCallEndEvent, WebhookOutdatedCallStartEvent, WebhookOutdatedCallUpdateEvent, WebhookPresenceConferenceEvent, WebhookPresenceTelephonyEvent, WebhookPresenceUserEvent, WebhookSmsStatusEvent, WebsocketAuthorizeBadRequestException, WebsocketAuthorizedEvent, WebsocketConversationsBroadcastEvent, WebsocketEvent, WebsocketSubscribeAction, WebsocketTopic, WebsocketUnsubscribeAction } from "./models_0";
2
+ import { CallAnalyticsAnnotationsRecordEvent, CallAnalyticsCostRecordEvent, CallAnalyticsLiveAnnotationEvent, CallAnalyticsLiveCompleteEvent, CallAnalyticsLiveInterruptedEvent, CallAnalyticsLiveProgressEvent, CallAnalyticsLiveProgressEventFlow, CallAnalyticsLiveTranscriptionEvent, CallAnalyticsRecordEvent, CallAnalyticsTranscriptionRecordEvent, CallDevice, CallEventType, ChatAnalyticsAnnotationsRecordEvent, ChatAnalyticsLiveAnnotationEvent, ChatAnalyticsLiveCompleteEvent, ChatAnalyticsLiveInterruptedEvent, ChatAnalyticsLiveProgressEvent, ChatAnalyticsLiveTranscriptionEvent, ChatAnalyticsManagerMissedEvent, ChatAnalyticsRecordEvent, ChatAnalyticsTranscriptionRecordEvent, ChatEventType, ConferenceAnalyticsAnnotationsRecordEvent, ConferenceAnalyticsLiveAnnotationEvent, ConferenceAnalyticsLiveCompleteEvent, ConferenceAnalyticsLiveInterruptedEvent, ConferenceAnalyticsLiveJoinEvent, ConferenceAnalyticsLiveLeaveEvent, ConferenceAnalyticsLiveProgressEvent, ConferenceAnalyticsLiveTranscriptionEvent, ConferenceAnalyticsRecordEvent, ConferenceAnalyticsTranscriptionRecordEvent, ConferenceEventType, ConferenceParticipant, ConferenceRecord, PresenceAnalyticsConferenceEvent, PresenceAnalyticsStatusEvent, PresenceAnalyticsTelephonyEvent, PresenceEventType, ServiceAgentsStatusAnalyticsRecordEvent, ServiceAnalyticsLiveCompleteEvent, ServiceAnalyticsLiveProgressEvent, ServiceCallAnalyticsLiveCompleteEvent, ServiceCallAnalyticsLiveProgressEvent, ServiceCallAnalyticsRecordEvent, ServiceCallEventType, ServiceEventType, SmsStatusConsumeEventData, TranscriptionSummary, TranscriptionTextChunk, WebhookCallAnnotationsCompletedEvent, WebhookCallCompletedEvent, WebhookCallLiveAnnotationEvent, WebhookCallLiveCompletedEvent, WebhookCallLiveInterruptedEvent, WebhookCallLiveProgressEvent, WebhookCallLiveRecordPauseEvent, WebhookCallLiveRecordStartEvent, WebhookCallLiveRecordStopEvent, WebhookCallLiveRecordUnpauseEvent, WebhookCallLiveTranscriptionEvent, WebhookCallSummaryCompletedEvent, WebhookCallTranscriptionCompletedEvent, WebhookCallTranscriptionTextCompletedEvent, WebhookChatAnnotationsCompletedEvent, WebhookChatCompletedEvent, WebhookChatLiveAnnotationEvent, WebhookChatLiveCompletedEvent, WebhookChatLiveInterruptedEvent, WebhookChatLiveProgressEvent, WebhookChatManagerMissedEvent, WebhookChatSummaryCompletedEvent, WebhookConferenceAnnotationsCompletedEvent, WebhookConferenceCompletedEvent, WebhookConferenceLiveAnnotationEvent, WebhookConferenceLiveCompletedEvent, WebhookEventType, WebsocketAuthorizeAction, WebsocketSubscribeAction, WebsocketTopic, WebsocketUnsubscribeAction } from "./models_0";
3
3
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
4
4
  import { DocumentType as __DocumentType } from "@smithy/types";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface WebhookConferenceLiveInterruptedEvent {
9
+ id: string;
10
+ pbx?: string | undefined;
11
+ company?: string | undefined;
12
+ type: WebhookEventType;
13
+ time: number;
14
+ integrationId: string;
15
+ data: ConferenceAnalyticsLiveInterruptedEvent;
16
+ }
17
+ /**
18
+ * @public
19
+ */
20
+ export interface WebhookConferenceLiveJoinEvent {
21
+ id: string;
22
+ pbx?: string | undefined;
23
+ company?: string | undefined;
24
+ type: WebhookEventType;
25
+ time: number;
26
+ integrationId: string;
27
+ data: ConferenceAnalyticsLiveJoinEvent;
28
+ }
29
+ /**
30
+ * @public
31
+ */
32
+ export interface WebhookConferenceLiveLeaveEvent {
33
+ id: string;
34
+ pbx?: string | undefined;
35
+ company?: string | undefined;
36
+ type: WebhookEventType;
37
+ time: number;
38
+ integrationId: string;
39
+ data: ConferenceAnalyticsLiveLeaveEvent;
40
+ }
41
+ /**
42
+ * @public
43
+ */
44
+ export interface WebhookConferenceLiveProgressEvent {
45
+ id: string;
46
+ pbx?: string | undefined;
47
+ company?: string | undefined;
48
+ type: WebhookEventType;
49
+ time: number;
50
+ integrationId: string;
51
+ data: ConferenceAnalyticsLiveProgressEvent;
52
+ }
53
+ /**
54
+ * @public
55
+ */
56
+ export interface WebhookConferenceLiveTranscriptionEvent {
57
+ id: string;
58
+ pbx?: string | undefined;
59
+ company?: string | undefined;
60
+ type: WebhookEventType;
61
+ time: number;
62
+ integrationId: string;
63
+ data: ConferenceAnalyticsLiveTranscriptionEvent;
64
+ }
65
+ /**
66
+ * @public
67
+ */
68
+ export interface WebhookConferenceSummaryCompletedEventData {
69
+ conference: ConferenceRecord;
70
+ summary: TranscriptionSummary;
71
+ }
72
+ /**
73
+ * @public
74
+ */
75
+ export interface WebhookConferenceSummaryCompletedEvent {
76
+ id: string;
77
+ pbx?: string | undefined;
78
+ company?: string | undefined;
79
+ type: WebhookEventType;
80
+ time: number;
81
+ integrationId: string;
82
+ data: WebhookConferenceSummaryCompletedEventData;
83
+ }
84
+ /**
85
+ * @public
86
+ */
87
+ export interface WebhookConferenceTranscriptionCompletedEventData {
88
+ conference: ConferenceRecord;
89
+ chunks: (TranscriptionTextChunk)[];
90
+ }
91
+ /**
92
+ * @public
93
+ */
94
+ export interface WebhookConferenceTranscriptionCompletedEvent {
95
+ id: string;
96
+ pbx?: string | undefined;
97
+ company?: string | undefined;
98
+ type: WebhookEventType;
99
+ time: number;
100
+ integrationId: string;
101
+ data: WebhookConferenceTranscriptionCompletedEventData;
102
+ }
103
+ /**
104
+ * @public
105
+ */
106
+ export interface WebhookConferenceTranscriptionTextCompletedEventData {
107
+ conference: ConferenceRecord;
108
+ transcription: string;
109
+ }
110
+ /**
111
+ * @public
112
+ */
113
+ export interface WebhookConferenceTranscriptionTextCompletedEvent {
114
+ id: string;
115
+ pbx?: string | undefined;
116
+ company?: string | undefined;
117
+ type: WebhookEventType;
118
+ time: number;
119
+ integrationId: string;
120
+ data: WebhookConferenceTranscriptionTextCompletedEventData;
121
+ }
122
+ /**
123
+ * @public
124
+ */
125
+ export interface WebhookOutdatedCallParticipant {
126
+ type: string;
127
+ phone?: string | undefined;
128
+ name?: string | undefined;
129
+ company?: string | undefined;
130
+ email?: string | undefined;
131
+ userId?: string | undefined;
132
+ userExtension?: string | undefined;
133
+ userDepartment?: string | undefined;
134
+ groupId?: string | undefined;
135
+ groupName?: string | undefined;
136
+ userAgent?: string | undefined;
137
+ userDevice?: CallDevice | undefined;
138
+ role: string;
139
+ license?: string | undefined;
140
+ }
141
+ /**
142
+ * @public
143
+ */
144
+ export interface WebhookOutdatedCallEventData {
145
+ status?: string | undefined;
146
+ caller?: WebhookOutdatedCallParticipant | undefined;
147
+ callee?: WebhookOutdatedCallParticipant | undefined;
148
+ service?: string | undefined;
149
+ destination?: string | undefined;
150
+ trunkName?: string | undefined;
151
+ queueId?: string | undefined;
152
+ queueName?: string | undefined;
153
+ tags: (string)[];
154
+ flags: (string)[];
155
+ endCause?: string | undefined;
156
+ endCauseStr?: string | undefined;
157
+ endBy?: string | undefined;
158
+ }
159
+ /**
160
+ * @public
161
+ */
162
+ export interface WebhookOutdatedCallEndEvent {
163
+ id: string;
164
+ pbx?: string | undefined;
165
+ company?: string | undefined;
166
+ type: WebhookEventType;
167
+ time: number;
168
+ integrationId: string;
169
+ data: WebhookOutdatedCallEventData;
170
+ }
171
+ /**
172
+ * @public
173
+ */
174
+ export interface WebhookOutdatedCallStartEvent {
175
+ id: string;
176
+ pbx?: string | undefined;
177
+ company?: string | undefined;
178
+ type: WebhookEventType;
179
+ time: number;
180
+ integrationId: string;
181
+ data: WebhookOutdatedCallEventData;
182
+ }
183
+ /**
184
+ * @public
185
+ */
186
+ export interface WebhookOutdatedCallUpdateEvent {
187
+ id: string;
188
+ pbx?: string | undefined;
189
+ company?: string | undefined;
190
+ type: WebhookEventType;
191
+ time: number;
192
+ integrationId: string;
193
+ data: WebhookOutdatedCallEventData;
194
+ }
195
+ /**
196
+ * @public
197
+ */
198
+ export interface WebhookPresenceConferenceEventData {
199
+ extension: string;
200
+ isJoined: boolean;
201
+ isLeaved: boolean;
202
+ participant: ConferenceParticipant;
203
+ }
204
+ /**
205
+ * @public
206
+ */
207
+ export interface WebhookPresenceConferenceEvent {
208
+ id: string;
209
+ pbx?: string | undefined;
210
+ company?: string | undefined;
211
+ type: WebhookEventType;
212
+ time: number;
213
+ integrationId: string;
214
+ data: WebhookPresenceConferenceEventData;
215
+ }
216
+ /**
217
+ * @public
218
+ */
219
+ export interface WebhookPresenceTelephonyEventData {
220
+ extension: string;
221
+ email: string;
222
+ sourceId: string;
223
+ status: string;
224
+ }
225
+ /**
226
+ * @public
227
+ */
228
+ export interface WebhookPresenceTelephonyEvent {
229
+ id: string;
230
+ pbx?: string | undefined;
231
+ company?: string | undefined;
232
+ type: WebhookEventType;
233
+ time: number;
234
+ integrationId: string;
235
+ data: WebhookPresenceTelephonyEventData;
236
+ }
237
+ /**
238
+ * @public
239
+ */
240
+ export interface WebhookPresenceUserEventLocationData {
241
+ address: string;
242
+ lat: string;
243
+ lng: string;
244
+ }
245
+ /**
246
+ * @public
247
+ */
248
+ export interface WebhookPresenceUserEventData {
249
+ extension: string;
250
+ email: string;
251
+ sourceId: string;
252
+ status: string;
253
+ until: string;
254
+ message: string;
255
+ location: WebhookPresenceUserEventLocationData;
256
+ }
257
+ /**
258
+ * @public
259
+ */
260
+ export interface WebhookPresenceUserEvent {
261
+ id: string;
262
+ pbx?: string | undefined;
263
+ company?: string | undefined;
264
+ type: WebhookEventType;
265
+ time: number;
266
+ integrationId: string;
267
+ data: WebhookPresenceUserEventData;
268
+ }
269
+ /**
270
+ * @public
271
+ */
272
+ export interface WebhookSmsStatusEvent {
273
+ id: string;
274
+ pbx?: string | undefined;
275
+ company?: string | undefined;
276
+ type: WebhookEventType;
277
+ time: number;
278
+ integrationId: string;
279
+ data: SmsStatusConsumeEventData;
280
+ }
281
+ /**
282
+ * @public
283
+ */
284
+ export interface WebsocketAuthorizeBadRequestException {
285
+ event?: string | undefined;
286
+ requestId?: string | undefined;
287
+ connectionId?: string | undefined;
288
+ message?: string | undefined;
289
+ code?: number | undefined;
290
+ source?: WebsocketAuthorizeAction | undefined;
291
+ }
292
+ /**
293
+ * @public
294
+ * @enum
295
+ */
296
+ export declare const WebsocketEvent: {
297
+ readonly AUTHORIZED: "authorized";
298
+ readonly BROADCAST: "broadcast";
299
+ readonly SUBSCRIBED: "subscribed";
300
+ readonly UNSUBSCRIBE: "unsubscribed";
301
+ };
302
+ /**
303
+ * @public
304
+ */
305
+ export type WebsocketEvent = typeof WebsocketEvent[keyof typeof WebsocketEvent];
306
+ /**
307
+ * @public
308
+ */
309
+ export interface WebsocketAuthorizedEvent {
310
+ event: WebsocketEvent;
311
+ connectionId: string;
312
+ requestId: string;
313
+ duration?: __DocumentType | undefined;
314
+ }
315
+ /**
316
+ * @public
317
+ */
318
+ export interface WebsocketConversationsBroadcastEvent {
319
+ event: WebsocketEvent;
320
+ topic: WebsocketTopic;
321
+ data: __DocumentType;
322
+ meta?: __DocumentType | undefined;
323
+ }
5
324
  /**
6
325
  * @public
7
326
  */
@@ -94,24 +413,30 @@ export interface DescribeEventOutput {
94
413
  CallAnalyticsLiveProgressEvent?: CallAnalyticsLiveProgressEvent | undefined;
95
414
  CallAnalyticsLiveCompleteEvent?: CallAnalyticsLiveCompleteEvent | undefined;
96
415
  CallAnalyticsLiveInterruptedEvent?: CallAnalyticsLiveInterruptedEvent | undefined;
416
+ CallAnalyticsLiveAnnotationEvent?: CallAnalyticsLiveAnnotationEvent | undefined;
97
417
  CallAnalyticsLiveTranscriptionEvent?: CallAnalyticsLiveTranscriptionEvent | undefined;
98
418
  CallAnalyticsRecordEvent?: CallAnalyticsRecordEvent | undefined;
419
+ CallAnalyticsAnnotationsRecordEvent?: CallAnalyticsAnnotationsRecordEvent | undefined;
99
420
  CallAnalyticsTranscriptionRecordEvent?: CallAnalyticsTranscriptionRecordEvent | undefined;
100
421
  CallAnalyticsCostRecordEvent?: CallAnalyticsCostRecordEvent | undefined;
101
422
  ChatAnalyticsLiveCompleteEvent?: ChatAnalyticsLiveCompleteEvent | undefined;
102
423
  ChatAnalyticsLiveInterruptedEvent?: ChatAnalyticsLiveInterruptedEvent | undefined;
424
+ ChatAnalyticsLiveAnnotationEvent?: ChatAnalyticsLiveAnnotationEvent | undefined;
103
425
  ChatAnalyticsLiveProgressEvent?: ChatAnalyticsLiveProgressEvent | undefined;
104
426
  ChatAnalyticsLiveTranscriptionEvent?: ChatAnalyticsLiveTranscriptionEvent | undefined;
105
427
  ChatAnalyticsManagerMissedEvent?: ChatAnalyticsManagerMissedEvent | undefined;
106
428
  ChatAnalyticsRecordEvent?: ChatAnalyticsRecordEvent | undefined;
429
+ ChatAnalyticsAnnotationsRecordEvent?: ChatAnalyticsAnnotationsRecordEvent | undefined;
107
430
  ChatAnalyticsTranscriptionRecordEvent?: ChatAnalyticsTranscriptionRecordEvent | undefined;
108
431
  ConferenceAnalyticsLiveProgressEvent?: ConferenceAnalyticsLiveProgressEvent | undefined;
109
432
  ConferenceAnalyticsLiveCompleteEvent?: ConferenceAnalyticsLiveCompleteEvent | undefined;
110
433
  ConferenceAnalyticsLiveInterruptedEvent?: ConferenceAnalyticsLiveInterruptedEvent | undefined;
434
+ ConferenceAnalyticsLiveAnnotationEvent?: ConferenceAnalyticsLiveAnnotationEvent | undefined;
111
435
  ConferenceAnalyticsLiveTranscriptionEvent?: ConferenceAnalyticsLiveTranscriptionEvent | undefined;
112
436
  ConferenceAnalyticsLiveJoinEvent?: ConferenceAnalyticsLiveJoinEvent | undefined;
113
437
  ConferenceAnalyticsLiveLeaveEvent?: ConferenceAnalyticsLiveLeaveEvent | undefined;
114
438
  ConferenceAnalyticsRecordEvent?: ConferenceAnalyticsRecordEvent | undefined;
439
+ ConferenceAnalyticsAnnotationsRecordEvent?: ConferenceAnalyticsAnnotationsRecordEvent | undefined;
115
440
  ConferenceAnalyticsTranscriptionRecordEvent?: ConferenceAnalyticsTranscriptionRecordEvent | undefined;
116
441
  PresenceAnalyticsStatusEvent?: PresenceAnalyticsStatusEvent | undefined;
117
442
  PresenceAnalyticsConferenceEvent?: PresenceAnalyticsConferenceEvent | undefined;
@@ -131,6 +456,7 @@ export interface DescribeEventOutput {
131
456
  WebhookCallLiveProgressEvent?: WebhookCallLiveProgressEvent | undefined;
132
457
  WebhookCallLiveCompletedEvent?: WebhookCallLiveCompletedEvent | undefined;
133
458
  WebhookCallLiveInterruptedEvent?: WebhookCallLiveInterruptedEvent | undefined;
459
+ WebhookCallLiveAnnotationEvent?: WebhookCallLiveAnnotationEvent | undefined;
134
460
  WebhookCallLiveTranscriptionEvent?: WebhookCallLiveTranscriptionEvent | undefined;
135
461
  WebhookCallLiveRecordStartEvent?: WebhookCallLiveRecordStartEvent | undefined;
136
462
  WebhookCallLiveRecordStopEvent?: WebhookCallLiveRecordStopEvent | undefined;
@@ -139,22 +465,27 @@ export interface DescribeEventOutput {
139
465
  WebhookCallCompletedEvent?: WebhookCallCompletedEvent | undefined;
140
466
  WebhookCallTranscriptionCompletedEvent?: WebhookCallTranscriptionCompletedEvent | undefined;
141
467
  WebhookCallTranscriptionTextCompletedEvent?: WebhookCallTranscriptionTextCompletedEvent | undefined;
468
+ WebhookCallAnnotationsCompletedEvent?: WebhookCallAnnotationsCompletedEvent | undefined;
142
469
  WebhookCallSummaryCompletedEvent?: WebhookCallSummaryCompletedEvent | undefined;
143
470
  WebhookConferenceLiveProgressEvent?: WebhookConferenceLiveProgressEvent | undefined;
144
471
  WebhookConferenceLiveCompletedEvent?: WebhookConferenceLiveCompletedEvent | undefined;
145
472
  WebhookConferenceLiveInterruptedEvent?: WebhookConferenceLiveInterruptedEvent | undefined;
473
+ WebhookConferenceLiveAnnotationEvent?: WebhookConferenceLiveAnnotationEvent | undefined;
146
474
  WebhookConferenceLiveJoinEvent?: WebhookConferenceLiveJoinEvent | undefined;
147
475
  WebhookConferenceLiveLeaveEvent?: WebhookConferenceLiveLeaveEvent | undefined;
148
476
  WebhookConferenceLiveTranscriptionEvent?: WebhookConferenceLiveTranscriptionEvent | undefined;
149
477
  WebhookConferenceCompletedEvent?: WebhookConferenceCompletedEvent | undefined;
150
478
  WebhookConferenceTranscriptionCompletedEvent?: WebhookConferenceTranscriptionCompletedEvent | undefined;
151
479
  WebhookConferenceTranscriptionTextCompletedEvent?: WebhookConferenceTranscriptionTextCompletedEvent | undefined;
480
+ WebhookConferenceAnnotationsCompletedEvent?: WebhookConferenceAnnotationsCompletedEvent | undefined;
152
481
  WebhookConferenceSummaryCompletedEvent?: WebhookConferenceSummaryCompletedEvent | undefined;
153
482
  WebhookChatLiveProgressEvent?: WebhookChatLiveProgressEvent | undefined;
154
483
  WebhookChatLiveCompletedEvent?: WebhookChatLiveCompletedEvent | undefined;
155
484
  WebhookChatLiveInterruptedEvent?: WebhookChatLiveInterruptedEvent | undefined;
485
+ WebhookChatLiveAnnotationEvent?: WebhookChatLiveAnnotationEvent | undefined;
156
486
  WebhookChatManagerMissedEvent?: WebhookChatManagerMissedEvent | undefined;
157
487
  WebhookChatCompletedEvent?: WebhookChatCompletedEvent | undefined;
488
+ WebhookChatAnnotationsCompletedEvent?: WebhookChatAnnotationsCompletedEvent | undefined;
158
489
  WebhookChatSummaryCompletedEvent?: WebhookChatSummaryCompletedEvent | undefined;
159
490
  WebhookOutdatedCallStartEvent?: WebhookOutdatedCallStartEvent | undefined;
160
491
  WebhookOutdatedCallUpdateEvent?: WebhookOutdatedCallUpdateEvent | undefined;
@@ -227,6 +558,21 @@ export interface GetOngoingCallOutput {
227
558
  company: string;
228
559
  flows: (CallAnalyticsLiveProgressEventFlow)[];
229
560
  }
561
+ /**
562
+ * @public
563
+ */
564
+ export interface GetOngoingCallAnnotationsInput {
565
+ company?: string | undefined;
566
+ callId: string;
567
+ }
568
+ /**
569
+ * @public
570
+ */
571
+ export interface GetOngoingCallAnnotationsOutput {
572
+ company: string;
573
+ flows: (CallAnalyticsLiveProgressEventFlow)[];
574
+ annotations?: (CallAnalyticsLiveAnnotationEvent)[] | undefined;
575
+ }
230
576
  /**
231
577
  * @public
232
578
  */
@@ -242,6 +588,20 @@ export interface GetOngoingCallTranscriptionOutput {
242
588
  flows: (CallAnalyticsLiveProgressEventFlow)[];
243
589
  transcriptions?: (CallAnalyticsLiveTranscriptionEvent)[] | undefined;
244
590
  }
591
+ /**
592
+ * @public
593
+ */
594
+ export interface GetOngoingChatAnnotationsInput {
595
+ company?: string | undefined;
596
+ chatId: string;
597
+ }
598
+ /**
599
+ * @public
600
+ */
601
+ export interface GetOngoingChatAnnotationsOutput {
602
+ chat: ChatAnalyticsLiveProgressEvent;
603
+ annotations?: (ChatAnalyticsLiveAnnotationEvent)[] | undefined;
604
+ }
245
605
  /**
246
606
  * @public
247
607
  */
@@ -255,6 +615,20 @@ export interface GetOngoingConferenceInput {
255
615
  export interface GetOngoingConferenceOutput {
256
616
  conference: ConferenceAnalyticsLiveProgressEvent;
257
617
  }
618
+ /**
619
+ * @public
620
+ */
621
+ export interface GetOngoingConferenceAnnotationsInput {
622
+ company?: string | undefined;
623
+ conferenceId: string;
624
+ }
625
+ /**
626
+ * @public
627
+ */
628
+ export interface GetOngoingConferenceAnnotationsOutput {
629
+ conference: ConferenceAnalyticsLiveProgressEvent;
630
+ annotations?: (ConferenceAnalyticsLiveAnnotationEvent)[] | undefined;
631
+ }
258
632
  /**
259
633
  * @public
260
634
  */
@@ -1,8 +1,11 @@
1
1
  import { ConsumeEventCommandInput, ConsumeEventCommandOutput } from "../commands/ConsumeEventCommand";
2
2
  import { DescribeEventCommandInput, DescribeEventCommandOutput } from "../commands/DescribeEventCommand";
3
3
  import { GetConferenceIdCommandInput, GetConferenceIdCommandOutput } from "../commands/GetConferenceIdCommand";
4
+ import { GetOngoingCallAnnotationsCommandInput, GetOngoingCallAnnotationsCommandOutput } from "../commands/GetOngoingCallAnnotationsCommand";
4
5
  import { GetOngoingCallCommandInput, GetOngoingCallCommandOutput } from "../commands/GetOngoingCallCommand";
5
6
  import { GetOngoingCallTranscriptionCommandInput, GetOngoingCallTranscriptionCommandOutput } from "../commands/GetOngoingCallTranscriptionCommand";
7
+ import { GetOngoingChatAnnotationsCommandInput, GetOngoingChatAnnotationsCommandOutput } from "../commands/GetOngoingChatAnnotationsCommand";
8
+ import { GetOngoingConferenceAnnotationsCommandInput, GetOngoingConferenceAnnotationsCommandOutput } from "../commands/GetOngoingConferenceAnnotationsCommand";
6
9
  import { GetOngoingConferenceCommandInput, GetOngoingConferenceCommandOutput } from "../commands/GetOngoingConferenceCommand";
7
10
  import { GetOngoingConferenceTranscriptionCommandInput, GetOngoingConferenceTranscriptionCommandOutput } from "../commands/GetOngoingConferenceTranscriptionCommand";
8
11
  import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
@@ -28,14 +31,26 @@ export declare const se_GetConferenceIdCommand: (input: GetConferenceIdCommandIn
28
31
  * serializeAws_restJson1GetOngoingCallCommand
29
32
  */
30
33
  export declare const se_GetOngoingCallCommand: (input: GetOngoingCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ /**
35
+ * serializeAws_restJson1GetOngoingCallAnnotationsCommand
36
+ */
37
+ export declare const se_GetOngoingCallAnnotationsCommand: (input: GetOngoingCallAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
38
  /**
32
39
  * serializeAws_restJson1GetOngoingCallTranscriptionCommand
33
40
  */
34
41
  export declare const se_GetOngoingCallTranscriptionCommand: (input: GetOngoingCallTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1GetOngoingChatAnnotationsCommand
44
+ */
45
+ export declare const se_GetOngoingChatAnnotationsCommand: (input: GetOngoingChatAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
46
  /**
36
47
  * serializeAws_restJson1GetOngoingConferenceCommand
37
48
  */
38
49
  export declare const se_GetOngoingConferenceCommand: (input: GetOngoingConferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1GetOngoingConferenceAnnotationsCommand
52
+ */
53
+ export declare const se_GetOngoingConferenceAnnotationsCommand: (input: GetOngoingConferenceAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
54
  /**
40
55
  * serializeAws_restJson1GetOngoingConferenceTranscriptionCommand
41
56
  */
@@ -76,14 +91,26 @@ export declare const de_GetConferenceIdCommand: (output: __HttpResponse, context
76
91
  * deserializeAws_restJson1GetOngoingCallCommand
77
92
  */
78
93
  export declare const de_GetOngoingCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingCallCommandOutput>;
94
+ /**
95
+ * deserializeAws_restJson1GetOngoingCallAnnotationsCommand
96
+ */
97
+ export declare const de_GetOngoingCallAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingCallAnnotationsCommandOutput>;
79
98
  /**
80
99
  * deserializeAws_restJson1GetOngoingCallTranscriptionCommand
81
100
  */
82
101
  export declare const de_GetOngoingCallTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingCallTranscriptionCommandOutput>;
102
+ /**
103
+ * deserializeAws_restJson1GetOngoingChatAnnotationsCommand
104
+ */
105
+ export declare const de_GetOngoingChatAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingChatAnnotationsCommandOutput>;
83
106
  /**
84
107
  * deserializeAws_restJson1GetOngoingConferenceCommand
85
108
  */
86
109
  export declare const de_GetOngoingConferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingConferenceCommandOutput>;
110
+ /**
111
+ * deserializeAws_restJson1GetOngoingConferenceAnnotationsCommand
112
+ */
113
+ export declare const de_GetOngoingConferenceAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOngoingConferenceAnnotationsCommandOutput>;
87
114
  /**
88
115
  * deserializeAws_restJson1GetOngoingConferenceTranscriptionCommand
89
116
  */
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.60",
4
+ "version": "1.1.61",
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",