@wildix/wda-stream-client 1.1.60 → 1.1.62
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.
- package/dist-cjs/WdaStream.js +6 -0
- package/dist-cjs/commands/GetOngoingCallAnnotationsCommand.js +21 -0
- package/dist-cjs/commands/GetOngoingChatAnnotationsCommand.js +21 -0
- package/dist-cjs/commands/GetOngoingConferenceAnnotationsCommand.js +21 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +70 -25
- package/dist-cjs/models/models_1.js +7 -1
- package/dist-cjs/protocols/Aws_restJson1.js +396 -2
- package/dist-es/WdaStream.js +6 -0
- package/dist-es/commands/GetOngoingCallAnnotationsCommand.js +17 -0
- package/dist-es/commands/GetOngoingChatAnnotationsCommand.js +17 -0
- package/dist-es/commands/GetOngoingConferenceAnnotationsCommand.js +17 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +68 -23
- package/dist-es/models/models_1.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +391 -3
- package/dist-types/WdaStream.d.ts +21 -0
- package/dist-types/WdaStreamClient.d.ts +5 -2
- package/dist-types/commands/ConsumeEventCommand.d.ts +125 -29
- package/dist-types/commands/DescribeEventCommand.d.ts +462 -99
- package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +287 -0
- package/dist-types/commands/GetOngoingCallCommand.d.ts +1 -0
- package/dist-types/commands/GetOngoingCallTranscriptionCommand.d.ts +2 -2
- package/dist-types/commands/GetOngoingChatAnnotationsCommand.d.ts +190 -0
- package/dist-types/commands/GetOngoingConferenceAnnotationsCommand.d.ts +134 -0
- package/dist-types/commands/GetOngoingConferenceCommand.d.ts +2 -1
- package/dist-types/commands/GetOngoingConferenceTranscriptionCommand.d.ts +3 -2
- package/dist-types/commands/QueryConversationsCommand.d.ts +6 -3
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +729 -377
- package/dist-types/models/models_1.d.ts +387 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/package.json +1 -1
|
@@ -1,7 +1,338 @@
|
|
|
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,
|
|
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, 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 WebhookConferenceLiveCompletedEvent {
|
|
9
|
+
id: string;
|
|
10
|
+
pbx?: string | undefined;
|
|
11
|
+
company?: string | undefined;
|
|
12
|
+
type: WebhookEventType;
|
|
13
|
+
time: number;
|
|
14
|
+
integrationId: string;
|
|
15
|
+
data: ConferenceAnalyticsLiveCompleteEvent;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface WebhookConferenceLiveInterruptedEvent {
|
|
21
|
+
id: string;
|
|
22
|
+
pbx?: string | undefined;
|
|
23
|
+
company?: string | undefined;
|
|
24
|
+
type: WebhookEventType;
|
|
25
|
+
time: number;
|
|
26
|
+
integrationId: string;
|
|
27
|
+
data: ConferenceAnalyticsLiveInterruptedEvent;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface WebhookConferenceLiveJoinEvent {
|
|
33
|
+
id: string;
|
|
34
|
+
pbx?: string | undefined;
|
|
35
|
+
company?: string | undefined;
|
|
36
|
+
type: WebhookEventType;
|
|
37
|
+
time: number;
|
|
38
|
+
integrationId: string;
|
|
39
|
+
data: ConferenceAnalyticsLiveJoinEvent;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface WebhookConferenceLiveLeaveEvent {
|
|
45
|
+
id: string;
|
|
46
|
+
pbx?: string | undefined;
|
|
47
|
+
company?: string | undefined;
|
|
48
|
+
type: WebhookEventType;
|
|
49
|
+
time: number;
|
|
50
|
+
integrationId: string;
|
|
51
|
+
data: ConferenceAnalyticsLiveLeaveEvent;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export interface WebhookConferenceLiveProgressEvent {
|
|
57
|
+
id: string;
|
|
58
|
+
pbx?: string | undefined;
|
|
59
|
+
company?: string | undefined;
|
|
60
|
+
type: WebhookEventType;
|
|
61
|
+
time: number;
|
|
62
|
+
integrationId: string;
|
|
63
|
+
data: ConferenceAnalyticsLiveProgressEvent;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export interface WebhookConferenceLiveTranscriptionEvent {
|
|
69
|
+
id: string;
|
|
70
|
+
pbx?: string | undefined;
|
|
71
|
+
company?: string | undefined;
|
|
72
|
+
type: WebhookEventType;
|
|
73
|
+
time: number;
|
|
74
|
+
integrationId: string;
|
|
75
|
+
data: ConferenceAnalyticsLiveTranscriptionEvent;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export interface WebhookConferenceSummaryCompletedEventData {
|
|
81
|
+
conference: ConferenceRecord;
|
|
82
|
+
summary: TranscriptionSummary;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
export interface WebhookConferenceSummaryCompletedEvent {
|
|
88
|
+
id: string;
|
|
89
|
+
pbx?: string | undefined;
|
|
90
|
+
company?: string | undefined;
|
|
91
|
+
type: WebhookEventType;
|
|
92
|
+
time: number;
|
|
93
|
+
integrationId: string;
|
|
94
|
+
data: WebhookConferenceSummaryCompletedEventData;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export interface WebhookConferenceTranscriptionCompletedEventData {
|
|
100
|
+
conference: ConferenceRecord;
|
|
101
|
+
chunks: (TranscriptionTextChunk)[];
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export interface WebhookConferenceTranscriptionCompletedEvent {
|
|
107
|
+
id: string;
|
|
108
|
+
pbx?: string | undefined;
|
|
109
|
+
company?: string | undefined;
|
|
110
|
+
type: WebhookEventType;
|
|
111
|
+
time: number;
|
|
112
|
+
integrationId: string;
|
|
113
|
+
data: WebhookConferenceTranscriptionCompletedEventData;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
export interface WebhookConferenceTranscriptionTextCompletedEventData {
|
|
119
|
+
conference: ConferenceRecord;
|
|
120
|
+
transcription: string;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
export interface WebhookConferenceTranscriptionTextCompletedEvent {
|
|
126
|
+
id: string;
|
|
127
|
+
pbx?: string | undefined;
|
|
128
|
+
company?: string | undefined;
|
|
129
|
+
type: WebhookEventType;
|
|
130
|
+
time: number;
|
|
131
|
+
integrationId: string;
|
|
132
|
+
data: WebhookConferenceTranscriptionTextCompletedEventData;
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
export interface WebhookOutdatedCallParticipant {
|
|
138
|
+
type: string;
|
|
139
|
+
phone?: string | undefined;
|
|
140
|
+
name?: string | undefined;
|
|
141
|
+
company?: string | undefined;
|
|
142
|
+
email?: string | undefined;
|
|
143
|
+
userId?: string | undefined;
|
|
144
|
+
userExtension?: string | undefined;
|
|
145
|
+
userDepartment?: string | undefined;
|
|
146
|
+
groupId?: string | undefined;
|
|
147
|
+
groupName?: string | undefined;
|
|
148
|
+
userAgent?: string | undefined;
|
|
149
|
+
userDevice?: CallDevice | undefined;
|
|
150
|
+
role: string;
|
|
151
|
+
license?: string | undefined;
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
export interface WebhookOutdatedCallEventData {
|
|
157
|
+
status?: string | undefined;
|
|
158
|
+
caller?: WebhookOutdatedCallParticipant | undefined;
|
|
159
|
+
callee?: WebhookOutdatedCallParticipant | undefined;
|
|
160
|
+
service?: string | undefined;
|
|
161
|
+
destination?: string | undefined;
|
|
162
|
+
trunkName?: string | undefined;
|
|
163
|
+
queueId?: string | undefined;
|
|
164
|
+
queueName?: string | undefined;
|
|
165
|
+
tags: (string)[];
|
|
166
|
+
flags: (string)[];
|
|
167
|
+
endCause?: string | undefined;
|
|
168
|
+
endCauseStr?: string | undefined;
|
|
169
|
+
endBy?: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
export interface WebhookOutdatedCallEndEvent {
|
|
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 WebhookOutdatedCallStartEvent {
|
|
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 WebhookOutdatedCallUpdateEvent {
|
|
199
|
+
id: string;
|
|
200
|
+
pbx?: string | undefined;
|
|
201
|
+
company?: string | undefined;
|
|
202
|
+
type: WebhookEventType;
|
|
203
|
+
time: number;
|
|
204
|
+
integrationId: string;
|
|
205
|
+
data: WebhookOutdatedCallEventData;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export interface WebhookPresenceConferenceEventData {
|
|
211
|
+
extension: string;
|
|
212
|
+
isJoined: boolean;
|
|
213
|
+
isLeaved: boolean;
|
|
214
|
+
participant: ConferenceParticipant;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
export interface WebhookPresenceConferenceEvent {
|
|
220
|
+
id: string;
|
|
221
|
+
pbx?: string | undefined;
|
|
222
|
+
company?: string | undefined;
|
|
223
|
+
type: WebhookEventType;
|
|
224
|
+
time: number;
|
|
225
|
+
integrationId: string;
|
|
226
|
+
data: WebhookPresenceConferenceEventData;
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
export interface WebhookPresenceTelephonyEventData {
|
|
232
|
+
extension: string;
|
|
233
|
+
email: string;
|
|
234
|
+
sourceId: string;
|
|
235
|
+
status: string;
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
export interface WebhookPresenceTelephonyEvent {
|
|
241
|
+
id: string;
|
|
242
|
+
pbx?: string | undefined;
|
|
243
|
+
company?: string | undefined;
|
|
244
|
+
type: WebhookEventType;
|
|
245
|
+
time: number;
|
|
246
|
+
integrationId: string;
|
|
247
|
+
data: WebhookPresenceTelephonyEventData;
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
export interface WebhookPresenceUserEventLocationData {
|
|
253
|
+
address: string;
|
|
254
|
+
lat: string;
|
|
255
|
+
lng: string;
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
export interface WebhookPresenceUserEventData {
|
|
261
|
+
extension: string;
|
|
262
|
+
email: string;
|
|
263
|
+
sourceId: string;
|
|
264
|
+
status: string;
|
|
265
|
+
until: string;
|
|
266
|
+
message: string;
|
|
267
|
+
location: WebhookPresenceUserEventLocationData;
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
272
|
+
export interface WebhookPresenceUserEvent {
|
|
273
|
+
id: string;
|
|
274
|
+
pbx?: string | undefined;
|
|
275
|
+
company?: string | undefined;
|
|
276
|
+
type: WebhookEventType;
|
|
277
|
+
time: number;
|
|
278
|
+
integrationId: string;
|
|
279
|
+
data: WebhookPresenceUserEventData;
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
export interface WebhookSmsStatusEvent {
|
|
285
|
+
id: string;
|
|
286
|
+
pbx?: string | undefined;
|
|
287
|
+
company?: string | undefined;
|
|
288
|
+
type: WebhookEventType;
|
|
289
|
+
time: number;
|
|
290
|
+
integrationId: string;
|
|
291
|
+
data: SmsStatusConsumeEventData;
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
export interface WebsocketAuthorizeBadRequestException {
|
|
297
|
+
event?: string | undefined;
|
|
298
|
+
requestId?: string | undefined;
|
|
299
|
+
connectionId?: string | undefined;
|
|
300
|
+
message?: string | undefined;
|
|
301
|
+
code?: number | undefined;
|
|
302
|
+
source?: WebsocketAuthorizeAction | undefined;
|
|
303
|
+
}
|
|
304
|
+
/**
|
|
305
|
+
* @public
|
|
306
|
+
* @enum
|
|
307
|
+
*/
|
|
308
|
+
export declare const WebsocketEvent: {
|
|
309
|
+
readonly AUTHORIZED: "authorized";
|
|
310
|
+
readonly BROADCAST: "broadcast";
|
|
311
|
+
readonly SUBSCRIBED: "subscribed";
|
|
312
|
+
readonly UNSUBSCRIBE: "unsubscribed";
|
|
313
|
+
};
|
|
314
|
+
/**
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
export type WebsocketEvent = typeof WebsocketEvent[keyof typeof WebsocketEvent];
|
|
318
|
+
/**
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
export interface WebsocketAuthorizedEvent {
|
|
322
|
+
event: WebsocketEvent;
|
|
323
|
+
connectionId: string;
|
|
324
|
+
requestId: string;
|
|
325
|
+
duration?: __DocumentType | undefined;
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* @public
|
|
329
|
+
*/
|
|
330
|
+
export interface WebsocketConversationsBroadcastEvent {
|
|
331
|
+
event: WebsocketEvent;
|
|
332
|
+
topic: WebsocketTopic;
|
|
333
|
+
data: __DocumentType;
|
|
334
|
+
meta?: __DocumentType | undefined;
|
|
335
|
+
}
|
|
5
336
|
/**
|
|
6
337
|
* @public
|
|
7
338
|
*/
|
|
@@ -94,24 +425,30 @@ export interface DescribeEventOutput {
|
|
|
94
425
|
CallAnalyticsLiveProgressEvent?: CallAnalyticsLiveProgressEvent | undefined;
|
|
95
426
|
CallAnalyticsLiveCompleteEvent?: CallAnalyticsLiveCompleteEvent | undefined;
|
|
96
427
|
CallAnalyticsLiveInterruptedEvent?: CallAnalyticsLiveInterruptedEvent | undefined;
|
|
428
|
+
CallAnalyticsLiveAnnotationEvent?: CallAnalyticsLiveAnnotationEvent | undefined;
|
|
97
429
|
CallAnalyticsLiveTranscriptionEvent?: CallAnalyticsLiveTranscriptionEvent | undefined;
|
|
98
430
|
CallAnalyticsRecordEvent?: CallAnalyticsRecordEvent | undefined;
|
|
431
|
+
CallAnalyticsAnnotationsRecordEvent?: CallAnalyticsAnnotationsRecordEvent | undefined;
|
|
99
432
|
CallAnalyticsTranscriptionRecordEvent?: CallAnalyticsTranscriptionRecordEvent | undefined;
|
|
100
433
|
CallAnalyticsCostRecordEvent?: CallAnalyticsCostRecordEvent | undefined;
|
|
101
434
|
ChatAnalyticsLiveCompleteEvent?: ChatAnalyticsLiveCompleteEvent | undefined;
|
|
102
435
|
ChatAnalyticsLiveInterruptedEvent?: ChatAnalyticsLiveInterruptedEvent | undefined;
|
|
436
|
+
ChatAnalyticsLiveAnnotationEvent?: ChatAnalyticsLiveAnnotationEvent | undefined;
|
|
103
437
|
ChatAnalyticsLiveProgressEvent?: ChatAnalyticsLiveProgressEvent | undefined;
|
|
104
438
|
ChatAnalyticsLiveTranscriptionEvent?: ChatAnalyticsLiveTranscriptionEvent | undefined;
|
|
105
439
|
ChatAnalyticsManagerMissedEvent?: ChatAnalyticsManagerMissedEvent | undefined;
|
|
106
440
|
ChatAnalyticsRecordEvent?: ChatAnalyticsRecordEvent | undefined;
|
|
441
|
+
ChatAnalyticsAnnotationsRecordEvent?: ChatAnalyticsAnnotationsRecordEvent | undefined;
|
|
107
442
|
ChatAnalyticsTranscriptionRecordEvent?: ChatAnalyticsTranscriptionRecordEvent | undefined;
|
|
108
443
|
ConferenceAnalyticsLiveProgressEvent?: ConferenceAnalyticsLiveProgressEvent | undefined;
|
|
109
444
|
ConferenceAnalyticsLiveCompleteEvent?: ConferenceAnalyticsLiveCompleteEvent | undefined;
|
|
110
445
|
ConferenceAnalyticsLiveInterruptedEvent?: ConferenceAnalyticsLiveInterruptedEvent | undefined;
|
|
446
|
+
ConferenceAnalyticsLiveAnnotationEvent?: ConferenceAnalyticsLiveAnnotationEvent | undefined;
|
|
111
447
|
ConferenceAnalyticsLiveTranscriptionEvent?: ConferenceAnalyticsLiveTranscriptionEvent | undefined;
|
|
112
448
|
ConferenceAnalyticsLiveJoinEvent?: ConferenceAnalyticsLiveJoinEvent | undefined;
|
|
113
449
|
ConferenceAnalyticsLiveLeaveEvent?: ConferenceAnalyticsLiveLeaveEvent | undefined;
|
|
114
450
|
ConferenceAnalyticsRecordEvent?: ConferenceAnalyticsRecordEvent | undefined;
|
|
451
|
+
ConferenceAnalyticsAnnotationsRecordEvent?: ConferenceAnalyticsAnnotationsRecordEvent | undefined;
|
|
115
452
|
ConferenceAnalyticsTranscriptionRecordEvent?: ConferenceAnalyticsTranscriptionRecordEvent | undefined;
|
|
116
453
|
PresenceAnalyticsStatusEvent?: PresenceAnalyticsStatusEvent | undefined;
|
|
117
454
|
PresenceAnalyticsConferenceEvent?: PresenceAnalyticsConferenceEvent | undefined;
|
|
@@ -131,6 +468,7 @@ export interface DescribeEventOutput {
|
|
|
131
468
|
WebhookCallLiveProgressEvent?: WebhookCallLiveProgressEvent | undefined;
|
|
132
469
|
WebhookCallLiveCompletedEvent?: WebhookCallLiveCompletedEvent | undefined;
|
|
133
470
|
WebhookCallLiveInterruptedEvent?: WebhookCallLiveInterruptedEvent | undefined;
|
|
471
|
+
WebhookCallLiveAnnotationEvent?: WebhookCallLiveAnnotationEvent | undefined;
|
|
134
472
|
WebhookCallLiveTranscriptionEvent?: WebhookCallLiveTranscriptionEvent | undefined;
|
|
135
473
|
WebhookCallLiveRecordStartEvent?: WebhookCallLiveRecordStartEvent | undefined;
|
|
136
474
|
WebhookCallLiveRecordStopEvent?: WebhookCallLiveRecordStopEvent | undefined;
|
|
@@ -139,22 +477,27 @@ export interface DescribeEventOutput {
|
|
|
139
477
|
WebhookCallCompletedEvent?: WebhookCallCompletedEvent | undefined;
|
|
140
478
|
WebhookCallTranscriptionCompletedEvent?: WebhookCallTranscriptionCompletedEvent | undefined;
|
|
141
479
|
WebhookCallTranscriptionTextCompletedEvent?: WebhookCallTranscriptionTextCompletedEvent | undefined;
|
|
480
|
+
WebhookCallAnnotationsCompletedEvent?: WebhookCallAnnotationsCompletedEvent | undefined;
|
|
142
481
|
WebhookCallSummaryCompletedEvent?: WebhookCallSummaryCompletedEvent | undefined;
|
|
143
482
|
WebhookConferenceLiveProgressEvent?: WebhookConferenceLiveProgressEvent | undefined;
|
|
144
483
|
WebhookConferenceLiveCompletedEvent?: WebhookConferenceLiveCompletedEvent | undefined;
|
|
145
484
|
WebhookConferenceLiveInterruptedEvent?: WebhookConferenceLiveInterruptedEvent | undefined;
|
|
485
|
+
WebhookConferenceLiveAnnotationEvent?: WebhookConferenceLiveAnnotationEvent | undefined;
|
|
146
486
|
WebhookConferenceLiveJoinEvent?: WebhookConferenceLiveJoinEvent | undefined;
|
|
147
487
|
WebhookConferenceLiveLeaveEvent?: WebhookConferenceLiveLeaveEvent | undefined;
|
|
148
488
|
WebhookConferenceLiveTranscriptionEvent?: WebhookConferenceLiveTranscriptionEvent | undefined;
|
|
149
489
|
WebhookConferenceCompletedEvent?: WebhookConferenceCompletedEvent | undefined;
|
|
150
490
|
WebhookConferenceTranscriptionCompletedEvent?: WebhookConferenceTranscriptionCompletedEvent | undefined;
|
|
151
491
|
WebhookConferenceTranscriptionTextCompletedEvent?: WebhookConferenceTranscriptionTextCompletedEvent | undefined;
|
|
492
|
+
WebhookConferenceAnnotationsCompletedEvent?: WebhookConferenceAnnotationsCompletedEvent | undefined;
|
|
152
493
|
WebhookConferenceSummaryCompletedEvent?: WebhookConferenceSummaryCompletedEvent | undefined;
|
|
153
494
|
WebhookChatLiveProgressEvent?: WebhookChatLiveProgressEvent | undefined;
|
|
154
495
|
WebhookChatLiveCompletedEvent?: WebhookChatLiveCompletedEvent | undefined;
|
|
155
496
|
WebhookChatLiveInterruptedEvent?: WebhookChatLiveInterruptedEvent | undefined;
|
|
497
|
+
WebhookChatLiveAnnotationEvent?: WebhookChatLiveAnnotationEvent | undefined;
|
|
156
498
|
WebhookChatManagerMissedEvent?: WebhookChatManagerMissedEvent | undefined;
|
|
157
499
|
WebhookChatCompletedEvent?: WebhookChatCompletedEvent | undefined;
|
|
500
|
+
WebhookChatAnnotationsCompletedEvent?: WebhookChatAnnotationsCompletedEvent | undefined;
|
|
158
501
|
WebhookChatSummaryCompletedEvent?: WebhookChatSummaryCompletedEvent | undefined;
|
|
159
502
|
WebhookOutdatedCallStartEvent?: WebhookOutdatedCallStartEvent | undefined;
|
|
160
503
|
WebhookOutdatedCallUpdateEvent?: WebhookOutdatedCallUpdateEvent | undefined;
|
|
@@ -227,6 +570,21 @@ export interface GetOngoingCallOutput {
|
|
|
227
570
|
company: string;
|
|
228
571
|
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
229
572
|
}
|
|
573
|
+
/**
|
|
574
|
+
* @public
|
|
575
|
+
*/
|
|
576
|
+
export interface GetOngoingCallAnnotationsInput {
|
|
577
|
+
company?: string | undefined;
|
|
578
|
+
callId: string;
|
|
579
|
+
}
|
|
580
|
+
/**
|
|
581
|
+
* @public
|
|
582
|
+
*/
|
|
583
|
+
export interface GetOngoingCallAnnotationsOutput {
|
|
584
|
+
company: string;
|
|
585
|
+
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
586
|
+
annotations?: (CallAnalyticsLiveAnnotationEvent)[] | undefined;
|
|
587
|
+
}
|
|
230
588
|
/**
|
|
231
589
|
* @public
|
|
232
590
|
*/
|
|
@@ -242,6 +600,20 @@ export interface GetOngoingCallTranscriptionOutput {
|
|
|
242
600
|
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
243
601
|
transcriptions?: (CallAnalyticsLiveTranscriptionEvent)[] | undefined;
|
|
244
602
|
}
|
|
603
|
+
/**
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
606
|
+
export interface GetOngoingChatAnnotationsInput {
|
|
607
|
+
company?: string | undefined;
|
|
608
|
+
chatId: string;
|
|
609
|
+
}
|
|
610
|
+
/**
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
613
|
+
export interface GetOngoingChatAnnotationsOutput {
|
|
614
|
+
chat: ChatAnalyticsLiveProgressEvent;
|
|
615
|
+
annotations?: (ChatAnalyticsLiveAnnotationEvent)[] | undefined;
|
|
616
|
+
}
|
|
245
617
|
/**
|
|
246
618
|
* @public
|
|
247
619
|
*/
|
|
@@ -255,6 +627,20 @@ export interface GetOngoingConferenceInput {
|
|
|
255
627
|
export interface GetOngoingConferenceOutput {
|
|
256
628
|
conference: ConferenceAnalyticsLiveProgressEvent;
|
|
257
629
|
}
|
|
630
|
+
/**
|
|
631
|
+
* @public
|
|
632
|
+
*/
|
|
633
|
+
export interface GetOngoingConferenceAnnotationsInput {
|
|
634
|
+
company?: string | undefined;
|
|
635
|
+
conferenceId: string;
|
|
636
|
+
}
|
|
637
|
+
/**
|
|
638
|
+
* @public
|
|
639
|
+
*/
|
|
640
|
+
export interface GetOngoingConferenceAnnotationsOutput {
|
|
641
|
+
conference: ConferenceAnalyticsLiveProgressEvent;
|
|
642
|
+
annotations?: (ConferenceAnalyticsLiveAnnotationEvent)[] | undefined;
|
|
643
|
+
}
|
|
258
644
|
/**
|
|
259
645
|
* @public
|
|
260
646
|
*/
|
|
@@ -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.
|
|
4
|
+
"version": "1.1.62",
|
|
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",
|