@wildix/wda-stream-client 1.1.55 → 1.1.57
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 +64 -25
- package/dist-cjs/models/models_1.js +7 -1
- package/dist-cjs/protocols/Aws_restJson1.js +300 -1
- 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 +62 -23
- package/dist-es/models/models_1.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +295 -2
- package/dist-types/WdaStream.d.ts +21 -0
- package/dist-types/WdaStreamClient.d.ts +5 -2
- package/dist-types/commands/ConsumeEventCommand.d.ts +111 -27
- package/dist-types/commands/DescribeEventCommand.d.ts +280 -90
- package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +286 -0
- package/dist-types/commands/GetOngoingCallCommand.d.ts +1 -0
- package/dist-types/commands/GetOngoingCallTranscriptionCommand.d.ts +2 -1
- 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 +622 -277
- package/dist-types/models/models_1.d.ts +275 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,232 @@
|
|
|
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, ServiceAnalyticsLiveCompleteEvent, ServiceAnalyticsLiveProgressEvent, ServiceCallAnalyticsLiveCompleteEvent, ServiceCallAnalyticsLiveProgressEvent, 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,
|
|
2
|
+
import { CallAnalyticsCostRecordEvent, CallAnalyticsLiveAnnotationEvent, CallAnalyticsLiveCompleteEvent, CallAnalyticsLiveInterruptedEvent, CallAnalyticsLiveProgressEvent, CallAnalyticsLiveProgressEventFlow, CallAnalyticsLiveTranscriptionEvent, CallAnalyticsRecordEvent, CallAnalyticsTranscriptionRecordEvent, CallDevice, CallEventType, ChatAnalyticsLiveAnnotationEvent, ChatAnalyticsLiveCompleteEvent, ChatAnalyticsLiveInterruptedEvent, ChatAnalyticsLiveProgressEvent, ChatAnalyticsLiveTranscriptionEvent, ChatAnalyticsManagerMissedEvent, ChatAnalyticsRecordEvent, ChatAnalyticsTranscriptionRecordEvent, ChatEventType, ConferenceAnalyticsLiveAnnotationEvent, ConferenceAnalyticsLiveCompleteEvent, ConferenceAnalyticsLiveInterruptedEvent, ConferenceAnalyticsLiveJoinEvent, ConferenceAnalyticsLiveLeaveEvent, ConferenceAnalyticsLiveProgressEvent, ConferenceAnalyticsLiveTranscriptionEvent, ConferenceAnalyticsRecordEvent, ConferenceAnalyticsTranscriptionRecordEvent, ConferenceEventType, ConferenceParticipant, PresenceAnalyticsConferenceEvent, PresenceAnalyticsStatusEvent, PresenceAnalyticsTelephonyEvent, PresenceEventType, ServiceAnalyticsLiveCompleteEvent, ServiceAnalyticsLiveProgressEvent, ServiceCallAnalyticsLiveCompleteEvent, ServiceCallAnalyticsLiveProgressEvent, ServiceCallEventType, ServiceEventType, SmsStatusConsumeEventData, WebhookCallCompletedEvent, WebhookCallLiveAnnotationEvent, WebhookCallLiveCompletedEvent, WebhookCallLiveInterruptedEvent, WebhookCallLiveProgressEvent, WebhookCallLiveRecordPauseEvent, WebhookCallLiveRecordStartEvent, WebhookCallLiveRecordStopEvent, WebhookCallLiveRecordUnpauseEvent, WebhookCallLiveTranscriptionEvent, WebhookCallSummaryCompletedEvent, WebhookCallTranscriptionCompletedEvent, WebhookCallTranscriptionTextCompletedEvent, WebhookChatCompletedEvent, WebhookChatLiveAnnotationEvent, WebhookChatLiveCompletedEvent, WebhookChatLiveInterruptedEvent, WebhookChatLiveProgressEvent, WebhookChatManagerMissedEvent, WebhookChatSummaryCompletedEvent, WebhookConferenceCompletedEvent, WebhookConferenceLiveAnnotationEvent, WebhookConferenceLiveCompletedEvent, WebhookConferenceLiveInterruptedEvent, WebhookConferenceLiveJoinEvent, WebhookConferenceLiveLeaveEvent, WebhookConferenceLiveProgressEvent, WebhookConferenceLiveTranscriptionEvent, WebhookConferenceSummaryCompletedEvent, WebhookConferenceTranscriptionCompletedEvent, WebhookConferenceTranscriptionTextCompletedEvent, 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 WebhookOutdatedCallParticipant {
|
|
9
|
+
type: string;
|
|
10
|
+
phone?: string | undefined;
|
|
11
|
+
name?: string | undefined;
|
|
12
|
+
company?: string | undefined;
|
|
13
|
+
email?: string | undefined;
|
|
14
|
+
userId?: string | undefined;
|
|
15
|
+
userExtension?: string | undefined;
|
|
16
|
+
userDepartment?: string | undefined;
|
|
17
|
+
groupId?: string | undefined;
|
|
18
|
+
groupName?: string | undefined;
|
|
19
|
+
userAgent?: string | undefined;
|
|
20
|
+
userDevice?: CallDevice | undefined;
|
|
21
|
+
role: string;
|
|
22
|
+
license?: string | undefined;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export interface WebhookOutdatedCallEventData {
|
|
28
|
+
status?: string | undefined;
|
|
29
|
+
caller?: WebhookOutdatedCallParticipant | undefined;
|
|
30
|
+
callee?: WebhookOutdatedCallParticipant | undefined;
|
|
31
|
+
service?: string | undefined;
|
|
32
|
+
destination?: string | undefined;
|
|
33
|
+
trunkName?: string | undefined;
|
|
34
|
+
queueId?: string | undefined;
|
|
35
|
+
queueName?: string | undefined;
|
|
36
|
+
tags: (string)[];
|
|
37
|
+
flags: (string)[];
|
|
38
|
+
endCause?: string | undefined;
|
|
39
|
+
endCauseStr?: string | undefined;
|
|
40
|
+
endBy?: string | undefined;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface WebhookOutdatedCallEndEvent {
|
|
46
|
+
id: string;
|
|
47
|
+
pbx?: string | undefined;
|
|
48
|
+
company?: string | undefined;
|
|
49
|
+
type: WebhookEventType;
|
|
50
|
+
time: number;
|
|
51
|
+
integrationId: string;
|
|
52
|
+
data: WebhookOutdatedCallEventData;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
export interface WebhookOutdatedCallStartEvent {
|
|
58
|
+
id: string;
|
|
59
|
+
pbx?: string | undefined;
|
|
60
|
+
company?: string | undefined;
|
|
61
|
+
type: WebhookEventType;
|
|
62
|
+
time: number;
|
|
63
|
+
integrationId: string;
|
|
64
|
+
data: WebhookOutdatedCallEventData;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export interface WebhookOutdatedCallUpdateEvent {
|
|
70
|
+
id: string;
|
|
71
|
+
pbx?: string | undefined;
|
|
72
|
+
company?: string | undefined;
|
|
73
|
+
type: WebhookEventType;
|
|
74
|
+
time: number;
|
|
75
|
+
integrationId: string;
|
|
76
|
+
data: WebhookOutdatedCallEventData;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export interface WebhookPresenceConferenceEventData {
|
|
82
|
+
extension: string;
|
|
83
|
+
isJoined: boolean;
|
|
84
|
+
isLeaved: boolean;
|
|
85
|
+
participant: ConferenceParticipant;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export interface WebhookPresenceConferenceEvent {
|
|
91
|
+
id: string;
|
|
92
|
+
pbx?: string | undefined;
|
|
93
|
+
company?: string | undefined;
|
|
94
|
+
type: WebhookEventType;
|
|
95
|
+
time: number;
|
|
96
|
+
integrationId: string;
|
|
97
|
+
data: WebhookPresenceConferenceEventData;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export interface WebhookPresenceTelephonyEventData {
|
|
103
|
+
extension: string;
|
|
104
|
+
email: string;
|
|
105
|
+
sourceId: string;
|
|
106
|
+
status: string;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
export interface WebhookPresenceTelephonyEvent {
|
|
112
|
+
id: string;
|
|
113
|
+
pbx?: string | undefined;
|
|
114
|
+
company?: string | undefined;
|
|
115
|
+
type: WebhookEventType;
|
|
116
|
+
time: number;
|
|
117
|
+
integrationId: string;
|
|
118
|
+
data: WebhookPresenceTelephonyEventData;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
export interface WebhookPresenceUserEventLocationData {
|
|
124
|
+
address: string;
|
|
125
|
+
lat: string;
|
|
126
|
+
lng: string;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
export interface WebhookPresenceUserEventData {
|
|
132
|
+
extension: string;
|
|
133
|
+
email: string;
|
|
134
|
+
sourceId: string;
|
|
135
|
+
status: string;
|
|
136
|
+
until: string;
|
|
137
|
+
message: string;
|
|
138
|
+
location: WebhookPresenceUserEventLocationData;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
export interface WebhookPresenceUserEvent {
|
|
144
|
+
id: string;
|
|
145
|
+
pbx?: string | undefined;
|
|
146
|
+
company?: string | undefined;
|
|
147
|
+
type: WebhookEventType;
|
|
148
|
+
time: number;
|
|
149
|
+
integrationId: string;
|
|
150
|
+
data: WebhookPresenceUserEventData;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
export interface WebhookSmsStatusEvent {
|
|
156
|
+
id: string;
|
|
157
|
+
pbx?: string | undefined;
|
|
158
|
+
company?: string | undefined;
|
|
159
|
+
type: WebhookEventType;
|
|
160
|
+
time: number;
|
|
161
|
+
integrationId: string;
|
|
162
|
+
data: SmsStatusConsumeEventData;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
export interface WebsocketAuthorizeBadRequestException {
|
|
168
|
+
event?: string | undefined;
|
|
169
|
+
requestId?: string | undefined;
|
|
170
|
+
connectionId?: string | undefined;
|
|
171
|
+
message?: string | undefined;
|
|
172
|
+
code?: number | undefined;
|
|
173
|
+
source?: WebsocketAuthorizeAction | undefined;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* @public
|
|
177
|
+
* @enum
|
|
178
|
+
*/
|
|
179
|
+
export declare const WebsocketEvent: {
|
|
180
|
+
readonly AUTHORIZED: "authorized";
|
|
181
|
+
readonly BROADCAST: "broadcast";
|
|
182
|
+
readonly SUBSCRIBED: "subscribed";
|
|
183
|
+
readonly UNSUBSCRIBE: "unsubscribed";
|
|
184
|
+
};
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
export type WebsocketEvent = typeof WebsocketEvent[keyof typeof WebsocketEvent];
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
export interface WebsocketAuthorizedEvent {
|
|
193
|
+
event: WebsocketEvent;
|
|
194
|
+
connectionId: string;
|
|
195
|
+
requestId: string;
|
|
196
|
+
duration?: __DocumentType | undefined;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
201
|
+
export interface WebsocketConversationsBroadcastEvent {
|
|
202
|
+
event: WebsocketEvent;
|
|
203
|
+
topic: WebsocketTopic;
|
|
204
|
+
data: __DocumentType;
|
|
205
|
+
meta?: __DocumentType | undefined;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export interface WebsocketPresenceData {
|
|
211
|
+
id?: string | undefined;
|
|
212
|
+
company?: string | undefined;
|
|
213
|
+
extension?: string | undefined;
|
|
214
|
+
status?: string | undefined;
|
|
215
|
+
telephony?: string | undefined;
|
|
216
|
+
conference?: string | undefined;
|
|
217
|
+
message?: string | undefined;
|
|
218
|
+
until?: string | undefined;
|
|
219
|
+
address?: string | undefined;
|
|
220
|
+
lng?: string | undefined;
|
|
221
|
+
lat?: string | undefined;
|
|
222
|
+
seen?: string | undefined;
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
export interface WebsocketPresenceDataList {
|
|
228
|
+
member?: WebsocketPresenceData | undefined;
|
|
229
|
+
}
|
|
5
230
|
/**
|
|
6
231
|
* @public
|
|
7
232
|
*/
|
|
@@ -71,12 +296,14 @@ export interface DescribeEventOutput {
|
|
|
71
296
|
CallAnalyticsLiveProgressEvent?: CallAnalyticsLiveProgressEvent | undefined;
|
|
72
297
|
CallAnalyticsLiveCompleteEvent?: CallAnalyticsLiveCompleteEvent | undefined;
|
|
73
298
|
CallAnalyticsLiveInterruptedEvent?: CallAnalyticsLiveInterruptedEvent | undefined;
|
|
299
|
+
CallAnalyticsLiveAnnotationEvent?: CallAnalyticsLiveAnnotationEvent | undefined;
|
|
74
300
|
CallAnalyticsLiveTranscriptionEvent?: CallAnalyticsLiveTranscriptionEvent | undefined;
|
|
75
301
|
CallAnalyticsRecordEvent?: CallAnalyticsRecordEvent | undefined;
|
|
76
302
|
CallAnalyticsTranscriptionRecordEvent?: CallAnalyticsTranscriptionRecordEvent | undefined;
|
|
77
303
|
CallAnalyticsCostRecordEvent?: CallAnalyticsCostRecordEvent | undefined;
|
|
78
304
|
ChatAnalyticsLiveCompleteEvent?: ChatAnalyticsLiveCompleteEvent | undefined;
|
|
79
305
|
ChatAnalyticsLiveInterruptedEvent?: ChatAnalyticsLiveInterruptedEvent | undefined;
|
|
306
|
+
ChatAnalyticsLiveAnnotationEvent?: ChatAnalyticsLiveAnnotationEvent | undefined;
|
|
80
307
|
ChatAnalyticsLiveProgressEvent?: ChatAnalyticsLiveProgressEvent | undefined;
|
|
81
308
|
ChatAnalyticsLiveTranscriptionEvent?: ChatAnalyticsLiveTranscriptionEvent | undefined;
|
|
82
309
|
ChatAnalyticsManagerMissedEvent?: ChatAnalyticsManagerMissedEvent | undefined;
|
|
@@ -85,6 +312,7 @@ export interface DescribeEventOutput {
|
|
|
85
312
|
ConferenceAnalyticsLiveProgressEvent?: ConferenceAnalyticsLiveProgressEvent | undefined;
|
|
86
313
|
ConferenceAnalyticsLiveCompleteEvent?: ConferenceAnalyticsLiveCompleteEvent | undefined;
|
|
87
314
|
ConferenceAnalyticsLiveInterruptedEvent?: ConferenceAnalyticsLiveInterruptedEvent | undefined;
|
|
315
|
+
ConferenceAnalyticsLiveAnnotationEvent?: ConferenceAnalyticsLiveAnnotationEvent | undefined;
|
|
88
316
|
ConferenceAnalyticsLiveTranscriptionEvent?: ConferenceAnalyticsLiveTranscriptionEvent | undefined;
|
|
89
317
|
ConferenceAnalyticsLiveJoinEvent?: ConferenceAnalyticsLiveJoinEvent | undefined;
|
|
90
318
|
ConferenceAnalyticsLiveLeaveEvent?: ConferenceAnalyticsLiveLeaveEvent | undefined;
|
|
@@ -108,6 +336,7 @@ export interface DescribeEventOutput {
|
|
|
108
336
|
WebhookCallLiveProgressEvent?: WebhookCallLiveProgressEvent | undefined;
|
|
109
337
|
WebhookCallLiveCompletedEvent?: WebhookCallLiveCompletedEvent | undefined;
|
|
110
338
|
WebhookCallLiveInterruptedEvent?: WebhookCallLiveInterruptedEvent | undefined;
|
|
339
|
+
WebhookCallLiveAnnotationEvent?: WebhookCallLiveAnnotationEvent | undefined;
|
|
111
340
|
WebhookCallLiveTranscriptionEvent?: WebhookCallLiveTranscriptionEvent | undefined;
|
|
112
341
|
WebhookCallLiveRecordStartEvent?: WebhookCallLiveRecordStartEvent | undefined;
|
|
113
342
|
WebhookCallLiveRecordStopEvent?: WebhookCallLiveRecordStopEvent | undefined;
|
|
@@ -120,6 +349,7 @@ export interface DescribeEventOutput {
|
|
|
120
349
|
WebhookConferenceLiveProgressEvent?: WebhookConferenceLiveProgressEvent | undefined;
|
|
121
350
|
WebhookConferenceLiveCompletedEvent?: WebhookConferenceLiveCompletedEvent | undefined;
|
|
122
351
|
WebhookConferenceLiveInterruptedEvent?: WebhookConferenceLiveInterruptedEvent | undefined;
|
|
352
|
+
WebhookConferenceLiveAnnotationEvent?: WebhookConferenceLiveAnnotationEvent | undefined;
|
|
123
353
|
WebhookConferenceLiveJoinEvent?: WebhookConferenceLiveJoinEvent | undefined;
|
|
124
354
|
WebhookConferenceLiveLeaveEvent?: WebhookConferenceLiveLeaveEvent | undefined;
|
|
125
355
|
WebhookConferenceLiveTranscriptionEvent?: WebhookConferenceLiveTranscriptionEvent | undefined;
|
|
@@ -130,6 +360,7 @@ export interface DescribeEventOutput {
|
|
|
130
360
|
WebhookChatLiveProgressEvent?: WebhookChatLiveProgressEvent | undefined;
|
|
131
361
|
WebhookChatLiveCompletedEvent?: WebhookChatLiveCompletedEvent | undefined;
|
|
132
362
|
WebhookChatLiveInterruptedEvent?: WebhookChatLiveInterruptedEvent | undefined;
|
|
363
|
+
WebhookChatLiveAnnotationEvent?: WebhookChatLiveAnnotationEvent | undefined;
|
|
133
364
|
WebhookChatManagerMissedEvent?: WebhookChatManagerMissedEvent | undefined;
|
|
134
365
|
WebhookChatCompletedEvent?: WebhookChatCompletedEvent | undefined;
|
|
135
366
|
WebhookChatSummaryCompletedEvent?: WebhookChatSummaryCompletedEvent | undefined;
|
|
@@ -194,6 +425,21 @@ export interface GetOngoingCallOutput {
|
|
|
194
425
|
company: string;
|
|
195
426
|
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
196
427
|
}
|
|
428
|
+
/**
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
export interface GetOngoingCallAnnotationsInput {
|
|
432
|
+
company?: string | undefined;
|
|
433
|
+
callId: string;
|
|
434
|
+
}
|
|
435
|
+
/**
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
export interface GetOngoingCallAnnotationsOutput {
|
|
439
|
+
company: string;
|
|
440
|
+
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
441
|
+
annotations?: (CallAnalyticsLiveAnnotationEvent)[] | undefined;
|
|
442
|
+
}
|
|
197
443
|
/**
|
|
198
444
|
* @public
|
|
199
445
|
*/
|
|
@@ -209,6 +455,20 @@ export interface GetOngoingCallTranscriptionOutput {
|
|
|
209
455
|
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
210
456
|
transcriptions?: (CallAnalyticsLiveTranscriptionEvent)[] | undefined;
|
|
211
457
|
}
|
|
458
|
+
/**
|
|
459
|
+
* @public
|
|
460
|
+
*/
|
|
461
|
+
export interface GetOngoingChatAnnotationsInput {
|
|
462
|
+
company?: string | undefined;
|
|
463
|
+
chatId: string;
|
|
464
|
+
}
|
|
465
|
+
/**
|
|
466
|
+
* @public
|
|
467
|
+
*/
|
|
468
|
+
export interface GetOngoingChatAnnotationsOutput {
|
|
469
|
+
chat: ChatAnalyticsLiveProgressEvent;
|
|
470
|
+
annotations?: (ChatAnalyticsLiveAnnotationEvent)[] | undefined;
|
|
471
|
+
}
|
|
212
472
|
/**
|
|
213
473
|
* @public
|
|
214
474
|
*/
|
|
@@ -222,6 +482,20 @@ export interface GetOngoingConferenceInput {
|
|
|
222
482
|
export interface GetOngoingConferenceOutput {
|
|
223
483
|
conference: ConferenceAnalyticsLiveProgressEvent;
|
|
224
484
|
}
|
|
485
|
+
/**
|
|
486
|
+
* @public
|
|
487
|
+
*/
|
|
488
|
+
export interface GetOngoingConferenceAnnotationsInput {
|
|
489
|
+
company?: string | undefined;
|
|
490
|
+
conferenceId: string;
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
495
|
+
export interface GetOngoingConferenceAnnotationsOutput {
|
|
496
|
+
conference: ConferenceAnalyticsLiveProgressEvent;
|
|
497
|
+
annotations?: (ConferenceAnalyticsLiveAnnotationEvent)[] | undefined;
|
|
498
|
+
}
|
|
225
499
|
/**
|
|
226
500
|
* @public
|
|
227
501
|
*/
|
|
@@ -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
|
*/
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
|
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
11
11
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
12
|
-
requestHandler: import("@smithy/
|
|
12
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
13
13
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
14
14
|
sha256: import("@smithy/types").HashConstructor;
|
|
15
15
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
|
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
11
11
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
12
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
12
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
13
13
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
14
14
|
sha256: import("@smithy/types").HashConstructor;
|
|
15
15
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
env?: "stage" | "stable" | "prod" | undefined;
|
|
9
9
|
token: import("@wildix/smithy-utils").TokenProvider;
|
|
10
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
10
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
cacheMiddleware?: boolean | undefined;
|
|
12
12
|
protocol?: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | undefined;
|
|
13
13
|
protocolSettings?: {
|
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.57",
|
|
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",
|