@wildix/wda-stream-client 1.1.56 → 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 -31
- package/dist-cjs/models/models_1.js +7 -1
- package/dist-cjs/protocols/Aws_restJson1.js +300 -3
- 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 -29
- package/dist-es/models/models_1.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +295 -4
- package/dist-types/WdaStream.d.ts +21 -0
- package/dist-types/WdaStreamClient.d.ts +5 -2
- package/dist-types/commands/ConsumeEventCommand.d.ts +146 -88
- package/dist-types/commands/DescribeEventCommand.d.ts +303 -195
- package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +286 -0
- package/dist-types/commands/GetOngoingCallCommand.d.ts +1 -1
- 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/ListServicesCommand.d.ts +0 -1
- package/dist-types/commands/QueryConversationsCommand.d.ts +6 -4
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +675 -705
- package/dist-types/models/models_1.d.ts +254 -18
- 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,209 @@
|
|
|
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,
|
|
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
|
+
}
|
|
5
207
|
/**
|
|
6
208
|
* @public
|
|
7
209
|
*/
|
|
@@ -94,12 +296,14 @@ export interface DescribeEventOutput {
|
|
|
94
296
|
CallAnalyticsLiveProgressEvent?: CallAnalyticsLiveProgressEvent | undefined;
|
|
95
297
|
CallAnalyticsLiveCompleteEvent?: CallAnalyticsLiveCompleteEvent | undefined;
|
|
96
298
|
CallAnalyticsLiveInterruptedEvent?: CallAnalyticsLiveInterruptedEvent | undefined;
|
|
299
|
+
CallAnalyticsLiveAnnotationEvent?: CallAnalyticsLiveAnnotationEvent | undefined;
|
|
97
300
|
CallAnalyticsLiveTranscriptionEvent?: CallAnalyticsLiveTranscriptionEvent | undefined;
|
|
98
301
|
CallAnalyticsRecordEvent?: CallAnalyticsRecordEvent | undefined;
|
|
99
302
|
CallAnalyticsTranscriptionRecordEvent?: CallAnalyticsTranscriptionRecordEvent | undefined;
|
|
100
303
|
CallAnalyticsCostRecordEvent?: CallAnalyticsCostRecordEvent | undefined;
|
|
101
304
|
ChatAnalyticsLiveCompleteEvent?: ChatAnalyticsLiveCompleteEvent | undefined;
|
|
102
305
|
ChatAnalyticsLiveInterruptedEvent?: ChatAnalyticsLiveInterruptedEvent | undefined;
|
|
306
|
+
ChatAnalyticsLiveAnnotationEvent?: ChatAnalyticsLiveAnnotationEvent | undefined;
|
|
103
307
|
ChatAnalyticsLiveProgressEvent?: ChatAnalyticsLiveProgressEvent | undefined;
|
|
104
308
|
ChatAnalyticsLiveTranscriptionEvent?: ChatAnalyticsLiveTranscriptionEvent | undefined;
|
|
105
309
|
ChatAnalyticsManagerMissedEvent?: ChatAnalyticsManagerMissedEvent | undefined;
|
|
@@ -108,6 +312,7 @@ export interface DescribeEventOutput {
|
|
|
108
312
|
ConferenceAnalyticsLiveProgressEvent?: ConferenceAnalyticsLiveProgressEvent | undefined;
|
|
109
313
|
ConferenceAnalyticsLiveCompleteEvent?: ConferenceAnalyticsLiveCompleteEvent | undefined;
|
|
110
314
|
ConferenceAnalyticsLiveInterruptedEvent?: ConferenceAnalyticsLiveInterruptedEvent | undefined;
|
|
315
|
+
ConferenceAnalyticsLiveAnnotationEvent?: ConferenceAnalyticsLiveAnnotationEvent | undefined;
|
|
111
316
|
ConferenceAnalyticsLiveTranscriptionEvent?: ConferenceAnalyticsLiveTranscriptionEvent | undefined;
|
|
112
317
|
ConferenceAnalyticsLiveJoinEvent?: ConferenceAnalyticsLiveJoinEvent | undefined;
|
|
113
318
|
ConferenceAnalyticsLiveLeaveEvent?: ConferenceAnalyticsLiveLeaveEvent | undefined;
|
|
@@ -131,6 +336,7 @@ export interface DescribeEventOutput {
|
|
|
131
336
|
WebhookCallLiveProgressEvent?: WebhookCallLiveProgressEvent | undefined;
|
|
132
337
|
WebhookCallLiveCompletedEvent?: WebhookCallLiveCompletedEvent | undefined;
|
|
133
338
|
WebhookCallLiveInterruptedEvent?: WebhookCallLiveInterruptedEvent | undefined;
|
|
339
|
+
WebhookCallLiveAnnotationEvent?: WebhookCallLiveAnnotationEvent | undefined;
|
|
134
340
|
WebhookCallLiveTranscriptionEvent?: WebhookCallLiveTranscriptionEvent | undefined;
|
|
135
341
|
WebhookCallLiveRecordStartEvent?: WebhookCallLiveRecordStartEvent | undefined;
|
|
136
342
|
WebhookCallLiveRecordStopEvent?: WebhookCallLiveRecordStopEvent | undefined;
|
|
@@ -143,6 +349,7 @@ export interface DescribeEventOutput {
|
|
|
143
349
|
WebhookConferenceLiveProgressEvent?: WebhookConferenceLiveProgressEvent | undefined;
|
|
144
350
|
WebhookConferenceLiveCompletedEvent?: WebhookConferenceLiveCompletedEvent | undefined;
|
|
145
351
|
WebhookConferenceLiveInterruptedEvent?: WebhookConferenceLiveInterruptedEvent | undefined;
|
|
352
|
+
WebhookConferenceLiveAnnotationEvent?: WebhookConferenceLiveAnnotationEvent | undefined;
|
|
146
353
|
WebhookConferenceLiveJoinEvent?: WebhookConferenceLiveJoinEvent | undefined;
|
|
147
354
|
WebhookConferenceLiveLeaveEvent?: WebhookConferenceLiveLeaveEvent | undefined;
|
|
148
355
|
WebhookConferenceLiveTranscriptionEvent?: WebhookConferenceLiveTranscriptionEvent | undefined;
|
|
@@ -153,6 +360,7 @@ export interface DescribeEventOutput {
|
|
|
153
360
|
WebhookChatLiveProgressEvent?: WebhookChatLiveProgressEvent | undefined;
|
|
154
361
|
WebhookChatLiveCompletedEvent?: WebhookChatLiveCompletedEvent | undefined;
|
|
155
362
|
WebhookChatLiveInterruptedEvent?: WebhookChatLiveInterruptedEvent | undefined;
|
|
363
|
+
WebhookChatLiveAnnotationEvent?: WebhookChatLiveAnnotationEvent | undefined;
|
|
156
364
|
WebhookChatManagerMissedEvent?: WebhookChatManagerMissedEvent | undefined;
|
|
157
365
|
WebhookChatCompletedEvent?: WebhookChatCompletedEvent | undefined;
|
|
158
366
|
WebhookChatSummaryCompletedEvent?: WebhookChatSummaryCompletedEvent | undefined;
|
|
@@ -163,25 +371,15 @@ export interface DescribeEventOutput {
|
|
|
163
371
|
ServiceAnalyticsLiveProgressEvent?: ServiceAnalyticsLiveProgressEvent | undefined;
|
|
164
372
|
ServiceAnalyticsLiveCompleteEvent?: ServiceAnalyticsLiveCompleteEvent | undefined;
|
|
165
373
|
/**
|
|
166
|
-
*
|
|
167
|
-
* @public
|
|
168
|
-
*/
|
|
169
|
-
ServiceAgentsStatusAnalyticsRecordEvent?: ServiceAgentsStatusAnalyticsRecordEvent | undefined;
|
|
170
|
-
/**
|
|
171
|
-
* Base service call structure.
|
|
374
|
+
* Service call data shared by live events and record representation.
|
|
172
375
|
* @public
|
|
173
376
|
*/
|
|
174
377
|
ServiceCallAnalyticsLiveProgressEvent?: ServiceCallAnalyticsLiveProgressEvent | undefined;
|
|
175
378
|
/**
|
|
176
|
-
*
|
|
379
|
+
* Service call data shared by live events and record representation.
|
|
177
380
|
* @public
|
|
178
381
|
*/
|
|
179
382
|
ServiceCallAnalyticsLiveCompleteEvent?: ServiceCallAnalyticsLiveCompleteEvent | undefined;
|
|
180
|
-
/**
|
|
181
|
-
* Finalized record representation of a service call lifecycle, containing the full ordered sequence of lifecycle actions from queue entry to end.
|
|
182
|
-
* @public
|
|
183
|
-
*/
|
|
184
|
-
ServiceCallAnalyticsRecordEvent?: ServiceCallAnalyticsRecordEvent | undefined;
|
|
185
383
|
CallEventType?: CallEventType | undefined;
|
|
186
384
|
ConferenceEventType?: ConferenceEventType | undefined;
|
|
187
385
|
ChatEventType?: ChatEventType | undefined;
|
|
@@ -227,6 +425,21 @@ export interface GetOngoingCallOutput {
|
|
|
227
425
|
company: string;
|
|
228
426
|
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
229
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
|
+
}
|
|
230
443
|
/**
|
|
231
444
|
* @public
|
|
232
445
|
*/
|
|
@@ -242,6 +455,20 @@ export interface GetOngoingCallTranscriptionOutput {
|
|
|
242
455
|
flows: (CallAnalyticsLiveProgressEventFlow)[];
|
|
243
456
|
transcriptions?: (CallAnalyticsLiveTranscriptionEvent)[] | undefined;
|
|
244
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
|
+
}
|
|
245
472
|
/**
|
|
246
473
|
* @public
|
|
247
474
|
*/
|
|
@@ -255,6 +482,20 @@ export interface GetOngoingConferenceInput {
|
|
|
255
482
|
export interface GetOngoingConferenceOutput {
|
|
256
483
|
conference: ConferenceAnalyticsLiveProgressEvent;
|
|
257
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
|
+
}
|
|
258
499
|
/**
|
|
259
500
|
* @public
|
|
260
501
|
*/
|
|
@@ -306,11 +547,6 @@ export interface ServiceInfo {
|
|
|
306
547
|
* @public
|
|
307
548
|
*/
|
|
308
549
|
pbx?: string | undefined;
|
|
309
|
-
/**
|
|
310
|
-
* ACL group identifier associated with the service.
|
|
311
|
-
* @public
|
|
312
|
-
*/
|
|
313
|
-
aclGroup?: string | undefined;
|
|
314
550
|
}
|
|
315
551
|
/**
|
|
316
552
|
* @public
|
|
@@ -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",
|