@wildix/wda-stream-client 1.1.58 → 1.1.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist-cjs/WdaStream.js +0 -6
  2. package/dist-cjs/commands/index.js +0 -3
  3. package/dist-cjs/models/models_0.js +31 -67
  4. package/dist-cjs/models/models_1.js +1 -7
  5. package/dist-cjs/protocols/Aws_restJson1.js +3 -342
  6. package/dist-es/WdaStream.js +0 -6
  7. package/dist-es/commands/index.js +0 -3
  8. package/dist-es/models/models_0.js +29 -65
  9. package/dist-es/models/models_1.js +0 -6
  10. package/dist-es/protocols/Aws_restJson1.js +4 -337
  11. package/dist-types/WdaStream.d.ts +0 -21
  12. package/dist-types/WdaStreamClient.d.ts +2 -5
  13. package/dist-types/commands/ConsumeEventCommand.d.ts +88 -146
  14. package/dist-types/commands/DescribeEventCommand.d.ts +195 -336
  15. package/dist-types/commands/GetOngoingCallCommand.d.ts +1 -1
  16. package/dist-types/commands/GetOngoingCallTranscriptionCommand.d.ts +2 -2
  17. package/dist-types/commands/GetOngoingConferenceCommand.d.ts +1 -2
  18. package/dist-types/commands/GetOngoingConferenceTranscriptionCommand.d.ts +2 -3
  19. package/dist-types/commands/ListServicesCommand.d.ts +1 -0
  20. package/dist-types/commands/QueryConversationsCommand.d.ts +4 -6
  21. package/dist-types/commands/index.d.ts +0 -3
  22. package/dist-types/models/models_0.d.ts +739 -725
  23. package/dist-types/models/models_1.d.ts +18 -288
  24. package/dist-types/protocols/Aws_restJson1.d.ts +0 -27
  25. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  26. package/dist-types/runtimeConfig.d.ts +1 -1
  27. package/dist-types/runtimeConfig.native.d.ts +1 -1
  28. package/package.json +1 -1
  29. package/dist-cjs/commands/GetOngoingCallAnnotationsCommand.js +0 -21
  30. package/dist-cjs/commands/GetOngoingChatAnnotationsCommand.js +0 -21
  31. package/dist-cjs/commands/GetOngoingConferenceAnnotationsCommand.js +0 -21
  32. package/dist-es/commands/GetOngoingCallAnnotationsCommand.js +0 -17
  33. package/dist-es/commands/GetOngoingChatAnnotationsCommand.js +0 -17
  34. package/dist-es/commands/GetOngoingConferenceAnnotationsCommand.js +0 -17
  35. package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +0 -286
  36. package/dist-types/commands/GetOngoingChatAnnotationsCommand.d.ts +0 -190
  37. package/dist-types/commands/GetOngoingConferenceAnnotationsCommand.d.ts +0 -134
@@ -1,240 +1,7 @@
1
1
  import { WdaStreamServiceException as __BaseException } from "./WdaStreamServiceException";
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, 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, WebhookConferenceTranscriptionCompletedEventData, WebhookEventType, WebsocketAuthorizeAction, WebsocketSubscribeAction, WebsocketTopic, WebsocketUnsubscribeAction } from "./models_0";
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";
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 WebhookConferenceTranscriptionCompletedEvent {
9
- id: string;
10
- pbx?: string | undefined;
11
- company?: string | undefined;
12
- type: WebhookEventType;
13
- time: number;
14
- integrationId: string;
15
- data: WebhookConferenceTranscriptionCompletedEventData;
16
- }
17
- /**
18
- * @public
19
- */
20
- export interface WebhookConferenceTranscriptionTextCompletedEventData {
21
- conference: ConferenceRecord;
22
- transcription: string;
23
- }
24
- /**
25
- * @public
26
- */
27
- export interface WebhookConferenceTranscriptionTextCompletedEvent {
28
- id: string;
29
- pbx?: string | undefined;
30
- company?: string | undefined;
31
- type: WebhookEventType;
32
- time: number;
33
- integrationId: string;
34
- data: WebhookConferenceTranscriptionTextCompletedEventData;
35
- }
36
- /**
37
- * @public
38
- */
39
- export interface WebhookOutdatedCallParticipant {
40
- type: string;
41
- phone?: string | undefined;
42
- name?: string | undefined;
43
- company?: string | undefined;
44
- email?: string | undefined;
45
- userId?: string | undefined;
46
- userExtension?: string | undefined;
47
- userDepartment?: string | undefined;
48
- groupId?: string | undefined;
49
- groupName?: string | undefined;
50
- userAgent?: string | undefined;
51
- userDevice?: CallDevice | undefined;
52
- role: string;
53
- license?: string | undefined;
54
- }
55
- /**
56
- * @public
57
- */
58
- export interface WebhookOutdatedCallEventData {
59
- status?: string | undefined;
60
- caller?: WebhookOutdatedCallParticipant | undefined;
61
- callee?: WebhookOutdatedCallParticipant | undefined;
62
- service?: string | undefined;
63
- destination?: string | undefined;
64
- trunkName?: string | undefined;
65
- queueId?: string | undefined;
66
- queueName?: string | undefined;
67
- tags: (string)[];
68
- flags: (string)[];
69
- endCause?: string | undefined;
70
- endCauseStr?: string | undefined;
71
- endBy?: string | undefined;
72
- }
73
- /**
74
- * @public
75
- */
76
- export interface WebhookOutdatedCallEndEvent {
77
- id: string;
78
- pbx?: string | undefined;
79
- company?: string | undefined;
80
- type: WebhookEventType;
81
- time: number;
82
- integrationId: string;
83
- data: WebhookOutdatedCallEventData;
84
- }
85
- /**
86
- * @public
87
- */
88
- export interface WebhookOutdatedCallStartEvent {
89
- id: string;
90
- pbx?: string | undefined;
91
- company?: string | undefined;
92
- type: WebhookEventType;
93
- time: number;
94
- integrationId: string;
95
- data: WebhookOutdatedCallEventData;
96
- }
97
- /**
98
- * @public
99
- */
100
- export interface WebhookOutdatedCallUpdateEvent {
101
- id: string;
102
- pbx?: string | undefined;
103
- company?: string | undefined;
104
- type: WebhookEventType;
105
- time: number;
106
- integrationId: string;
107
- data: WebhookOutdatedCallEventData;
108
- }
109
- /**
110
- * @public
111
- */
112
- export interface WebhookPresenceConferenceEventData {
113
- extension: string;
114
- isJoined: boolean;
115
- isLeaved: boolean;
116
- participant: ConferenceParticipant;
117
- }
118
- /**
119
- * @public
120
- */
121
- export interface WebhookPresenceConferenceEvent {
122
- id: string;
123
- pbx?: string | undefined;
124
- company?: string | undefined;
125
- type: WebhookEventType;
126
- time: number;
127
- integrationId: string;
128
- data: WebhookPresenceConferenceEventData;
129
- }
130
- /**
131
- * @public
132
- */
133
- export interface WebhookPresenceTelephonyEventData {
134
- extension: string;
135
- email: string;
136
- sourceId: string;
137
- status: string;
138
- }
139
- /**
140
- * @public
141
- */
142
- export interface WebhookPresenceTelephonyEvent {
143
- id: string;
144
- pbx?: string | undefined;
145
- company?: string | undefined;
146
- type: WebhookEventType;
147
- time: number;
148
- integrationId: string;
149
- data: WebhookPresenceTelephonyEventData;
150
- }
151
- /**
152
- * @public
153
- */
154
- export interface WebhookPresenceUserEventLocationData {
155
- address: string;
156
- lat: string;
157
- lng: string;
158
- }
159
- /**
160
- * @public
161
- */
162
- export interface WebhookPresenceUserEventData {
163
- extension: string;
164
- email: string;
165
- sourceId: string;
166
- status: string;
167
- until: string;
168
- message: string;
169
- location: WebhookPresenceUserEventLocationData;
170
- }
171
- /**
172
- * @public
173
- */
174
- export interface WebhookPresenceUserEvent {
175
- id: string;
176
- pbx?: string | undefined;
177
- company?: string | undefined;
178
- type: WebhookEventType;
179
- time: number;
180
- integrationId: string;
181
- data: WebhookPresenceUserEventData;
182
- }
183
- /**
184
- * @public
185
- */
186
- export interface WebhookSmsStatusEvent {
187
- id: string;
188
- pbx?: string | undefined;
189
- company?: string | undefined;
190
- type: WebhookEventType;
191
- time: number;
192
- integrationId: string;
193
- data: SmsStatusConsumeEventData;
194
- }
195
- /**
196
- * @public
197
- */
198
- export interface WebsocketAuthorizeBadRequestException {
199
- event?: string | undefined;
200
- requestId?: string | undefined;
201
- connectionId?: string | undefined;
202
- message?: string | undefined;
203
- code?: number | undefined;
204
- source?: WebsocketAuthorizeAction | undefined;
205
- }
206
- /**
207
- * @public
208
- * @enum
209
- */
210
- export declare const WebsocketEvent: {
211
- readonly AUTHORIZED: "authorized";
212
- readonly BROADCAST: "broadcast";
213
- readonly SUBSCRIBED: "subscribed";
214
- readonly UNSUBSCRIBE: "unsubscribed";
215
- };
216
- /**
217
- * @public
218
- */
219
- export type WebsocketEvent = typeof WebsocketEvent[keyof typeof WebsocketEvent];
220
- /**
221
- * @public
222
- */
223
- export interface WebsocketAuthorizedEvent {
224
- event: WebsocketEvent;
225
- connectionId: string;
226
- requestId: string;
227
- duration?: __DocumentType | undefined;
228
- }
229
- /**
230
- * @public
231
- */
232
- export interface WebsocketConversationsBroadcastEvent {
233
- event: WebsocketEvent;
234
- topic: WebsocketTopic;
235
- data: __DocumentType;
236
- meta?: __DocumentType | undefined;
237
- }
238
5
  /**
239
6
  * @public
240
7
  */
@@ -327,30 +94,24 @@ export interface DescribeEventOutput {
327
94
  CallAnalyticsLiveProgressEvent?: CallAnalyticsLiveProgressEvent | undefined;
328
95
  CallAnalyticsLiveCompleteEvent?: CallAnalyticsLiveCompleteEvent | undefined;
329
96
  CallAnalyticsLiveInterruptedEvent?: CallAnalyticsLiveInterruptedEvent | undefined;
330
- CallAnalyticsLiveAnnotationEvent?: CallAnalyticsLiveAnnotationEvent | undefined;
331
97
  CallAnalyticsLiveTranscriptionEvent?: CallAnalyticsLiveTranscriptionEvent | undefined;
332
98
  CallAnalyticsRecordEvent?: CallAnalyticsRecordEvent | undefined;
333
- CallAnalyticsAnnotationsRecordEvent?: CallAnalyticsAnnotationsRecordEvent | undefined;
334
99
  CallAnalyticsTranscriptionRecordEvent?: CallAnalyticsTranscriptionRecordEvent | undefined;
335
100
  CallAnalyticsCostRecordEvent?: CallAnalyticsCostRecordEvent | undefined;
336
101
  ChatAnalyticsLiveCompleteEvent?: ChatAnalyticsLiveCompleteEvent | undefined;
337
102
  ChatAnalyticsLiveInterruptedEvent?: ChatAnalyticsLiveInterruptedEvent | undefined;
338
- ChatAnalyticsLiveAnnotationEvent?: ChatAnalyticsLiveAnnotationEvent | undefined;
339
103
  ChatAnalyticsLiveProgressEvent?: ChatAnalyticsLiveProgressEvent | undefined;
340
104
  ChatAnalyticsLiveTranscriptionEvent?: ChatAnalyticsLiveTranscriptionEvent | undefined;
341
105
  ChatAnalyticsManagerMissedEvent?: ChatAnalyticsManagerMissedEvent | undefined;
342
106
  ChatAnalyticsRecordEvent?: ChatAnalyticsRecordEvent | undefined;
343
- ChatAnalyticsAnnotationsRecordEvent?: ChatAnalyticsAnnotationsRecordEvent | undefined;
344
107
  ChatAnalyticsTranscriptionRecordEvent?: ChatAnalyticsTranscriptionRecordEvent | undefined;
345
108
  ConferenceAnalyticsLiveProgressEvent?: ConferenceAnalyticsLiveProgressEvent | undefined;
346
109
  ConferenceAnalyticsLiveCompleteEvent?: ConferenceAnalyticsLiveCompleteEvent | undefined;
347
110
  ConferenceAnalyticsLiveInterruptedEvent?: ConferenceAnalyticsLiveInterruptedEvent | undefined;
348
- ConferenceAnalyticsLiveAnnotationEvent?: ConferenceAnalyticsLiveAnnotationEvent | undefined;
349
111
  ConferenceAnalyticsLiveTranscriptionEvent?: ConferenceAnalyticsLiveTranscriptionEvent | undefined;
350
112
  ConferenceAnalyticsLiveJoinEvent?: ConferenceAnalyticsLiveJoinEvent | undefined;
351
113
  ConferenceAnalyticsLiveLeaveEvent?: ConferenceAnalyticsLiveLeaveEvent | undefined;
352
114
  ConferenceAnalyticsRecordEvent?: ConferenceAnalyticsRecordEvent | undefined;
353
- ConferenceAnalyticsAnnotationsRecordEvent?: ConferenceAnalyticsAnnotationsRecordEvent | undefined;
354
115
  ConferenceAnalyticsTranscriptionRecordEvent?: ConferenceAnalyticsTranscriptionRecordEvent | undefined;
355
116
  PresenceAnalyticsStatusEvent?: PresenceAnalyticsStatusEvent | undefined;
356
117
  PresenceAnalyticsConferenceEvent?: PresenceAnalyticsConferenceEvent | undefined;
@@ -370,7 +131,6 @@ export interface DescribeEventOutput {
370
131
  WebhookCallLiveProgressEvent?: WebhookCallLiveProgressEvent | undefined;
371
132
  WebhookCallLiveCompletedEvent?: WebhookCallLiveCompletedEvent | undefined;
372
133
  WebhookCallLiveInterruptedEvent?: WebhookCallLiveInterruptedEvent | undefined;
373
- WebhookCallLiveAnnotationEvent?: WebhookCallLiveAnnotationEvent | undefined;
374
134
  WebhookCallLiveTranscriptionEvent?: WebhookCallLiveTranscriptionEvent | undefined;
375
135
  WebhookCallLiveRecordStartEvent?: WebhookCallLiveRecordStartEvent | undefined;
376
136
  WebhookCallLiveRecordStopEvent?: WebhookCallLiveRecordStopEvent | undefined;
@@ -383,7 +143,6 @@ export interface DescribeEventOutput {
383
143
  WebhookConferenceLiveProgressEvent?: WebhookConferenceLiveProgressEvent | undefined;
384
144
  WebhookConferenceLiveCompletedEvent?: WebhookConferenceLiveCompletedEvent | undefined;
385
145
  WebhookConferenceLiveInterruptedEvent?: WebhookConferenceLiveInterruptedEvent | undefined;
386
- WebhookConferenceLiveAnnotationEvent?: WebhookConferenceLiveAnnotationEvent | undefined;
387
146
  WebhookConferenceLiveJoinEvent?: WebhookConferenceLiveJoinEvent | undefined;
388
147
  WebhookConferenceLiveLeaveEvent?: WebhookConferenceLiveLeaveEvent | undefined;
389
148
  WebhookConferenceLiveTranscriptionEvent?: WebhookConferenceLiveTranscriptionEvent | undefined;
@@ -394,7 +153,6 @@ export interface DescribeEventOutput {
394
153
  WebhookChatLiveProgressEvent?: WebhookChatLiveProgressEvent | undefined;
395
154
  WebhookChatLiveCompletedEvent?: WebhookChatLiveCompletedEvent | undefined;
396
155
  WebhookChatLiveInterruptedEvent?: WebhookChatLiveInterruptedEvent | undefined;
397
- WebhookChatLiveAnnotationEvent?: WebhookChatLiveAnnotationEvent | undefined;
398
156
  WebhookChatManagerMissedEvent?: WebhookChatManagerMissedEvent | undefined;
399
157
  WebhookChatCompletedEvent?: WebhookChatCompletedEvent | undefined;
400
158
  WebhookChatSummaryCompletedEvent?: WebhookChatSummaryCompletedEvent | undefined;
@@ -405,15 +163,25 @@ export interface DescribeEventOutput {
405
163
  ServiceAnalyticsLiveProgressEvent?: ServiceAnalyticsLiveProgressEvent | undefined;
406
164
  ServiceAnalyticsLiveCompleteEvent?: ServiceAnalyticsLiveCompleteEvent | undefined;
407
165
  /**
408
- * Service call data shared by live events and record representation.
166
+ * Record representation of a service agent status update.
167
+ * @public
168
+ */
169
+ ServiceAgentsStatusAnalyticsRecordEvent?: ServiceAgentsStatusAnalyticsRecordEvent | undefined;
170
+ /**
171
+ * Base service call structure.
409
172
  * @public
410
173
  */
411
174
  ServiceCallAnalyticsLiveProgressEvent?: ServiceCallAnalyticsLiveProgressEvent | undefined;
412
175
  /**
413
- * Service call data shared by live events and record representation.
176
+ * Base service call structure.
414
177
  * @public
415
178
  */
416
179
  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;
417
185
  CallEventType?: CallEventType | undefined;
418
186
  ConferenceEventType?: ConferenceEventType | undefined;
419
187
  ChatEventType?: ChatEventType | undefined;
@@ -459,21 +227,6 @@ export interface GetOngoingCallOutput {
459
227
  company: string;
460
228
  flows: (CallAnalyticsLiveProgressEventFlow)[];
461
229
  }
462
- /**
463
- * @public
464
- */
465
- export interface GetOngoingCallAnnotationsInput {
466
- company?: string | undefined;
467
- callId: string;
468
- }
469
- /**
470
- * @public
471
- */
472
- export interface GetOngoingCallAnnotationsOutput {
473
- company: string;
474
- flows: (CallAnalyticsLiveProgressEventFlow)[];
475
- annotations?: (CallAnalyticsLiveAnnotationEvent)[] | undefined;
476
- }
477
230
  /**
478
231
  * @public
479
232
  */
@@ -489,20 +242,6 @@ export interface GetOngoingCallTranscriptionOutput {
489
242
  flows: (CallAnalyticsLiveProgressEventFlow)[];
490
243
  transcriptions?: (CallAnalyticsLiveTranscriptionEvent)[] | undefined;
491
244
  }
492
- /**
493
- * @public
494
- */
495
- export interface GetOngoingChatAnnotationsInput {
496
- company?: string | undefined;
497
- chatId: string;
498
- }
499
- /**
500
- * @public
501
- */
502
- export interface GetOngoingChatAnnotationsOutput {
503
- chat: ChatAnalyticsLiveProgressEvent;
504
- annotations?: (ChatAnalyticsLiveAnnotationEvent)[] | undefined;
505
- }
506
245
  /**
507
246
  * @public
508
247
  */
@@ -516,20 +255,6 @@ export interface GetOngoingConferenceInput {
516
255
  export interface GetOngoingConferenceOutput {
517
256
  conference: ConferenceAnalyticsLiveProgressEvent;
518
257
  }
519
- /**
520
- * @public
521
- */
522
- export interface GetOngoingConferenceAnnotationsInput {
523
- company?: string | undefined;
524
- conferenceId: string;
525
- }
526
- /**
527
- * @public
528
- */
529
- export interface GetOngoingConferenceAnnotationsOutput {
530
- conference: ConferenceAnalyticsLiveProgressEvent;
531
- annotations?: (ConferenceAnalyticsLiveAnnotationEvent)[] | undefined;
532
- }
533
258
  /**
534
259
  * @public
535
260
  */
@@ -581,6 +306,11 @@ export interface ServiceInfo {
581
306
  * @public
582
307
  */
583
308
  pbx?: string | undefined;
309
+ /**
310
+ * ACL group identifier associated with the service.
311
+ * @public
312
+ */
313
+ aclGroup?: string | undefined;
584
314
  }
585
315
  /**
586
316
  * @public
@@ -1,11 +1,8 @@
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";
5
4
  import { GetOngoingCallCommandInput, GetOngoingCallCommandOutput } from "../commands/GetOngoingCallCommand";
6
5
  import { GetOngoingCallTranscriptionCommandInput, GetOngoingCallTranscriptionCommandOutput } from "../commands/GetOngoingCallTranscriptionCommand";
7
- import { GetOngoingChatAnnotationsCommandInput, GetOngoingChatAnnotationsCommandOutput } from "../commands/GetOngoingChatAnnotationsCommand";
8
- import { GetOngoingConferenceAnnotationsCommandInput, GetOngoingConferenceAnnotationsCommandOutput } from "../commands/GetOngoingConferenceAnnotationsCommand";
9
6
  import { GetOngoingConferenceCommandInput, GetOngoingConferenceCommandOutput } from "../commands/GetOngoingConferenceCommand";
10
7
  import { GetOngoingConferenceTranscriptionCommandInput, GetOngoingConferenceTranscriptionCommandOutput } from "../commands/GetOngoingConferenceTranscriptionCommand";
11
8
  import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
@@ -31,26 +28,14 @@ export declare const se_GetConferenceIdCommand: (input: GetConferenceIdCommandIn
31
28
  * serializeAws_restJson1GetOngoingCallCommand
32
29
  */
33
30
  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>;
38
31
  /**
39
32
  * serializeAws_restJson1GetOngoingCallTranscriptionCommand
40
33
  */
41
34
  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>;
46
35
  /**
47
36
  * serializeAws_restJson1GetOngoingConferenceCommand
48
37
  */
49
38
  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>;
54
39
  /**
55
40
  * serializeAws_restJson1GetOngoingConferenceTranscriptionCommand
56
41
  */
@@ -91,26 +76,14 @@ export declare const de_GetConferenceIdCommand: (output: __HttpResponse, context
91
76
  * deserializeAws_restJson1GetOngoingCallCommand
92
77
  */
93
78
  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>;
98
79
  /**
99
80
  * deserializeAws_restJson1GetOngoingCallTranscriptionCommand
100
81
  */
101
82
  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>;
106
83
  /**
107
84
  * deserializeAws_restJson1GetOngoingConferenceCommand
108
85
  */
109
86
  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>;
114
87
  /**
115
88
  * deserializeAws_restJson1GetOngoingConferenceTranscriptionCommand
116
89
  */
@@ -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/core/protocols").HttpHandler<any> | RequestHandler;
12
+ requestHandler: import("@smithy/protocol-http").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/core/protocols").HttpHandler<any>;
12
+ requestHandler: RequestHandler | import("@smithy/protocol-http").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/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
10
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").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.58",
4
+ "version": "1.1.60",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOngoingCallAnnotationsCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class GetOngoingCallAnnotationsCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WdaStream", "GetOngoingCallAnnotations", {})
15
- .n("WdaStreamClient", "GetOngoingCallAnnotationsCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_GetOngoingCallAnnotationsCommand)
18
- .de(Aws_restJson1_1.de_GetOngoingCallAnnotationsCommand)
19
- .build() {
20
- }
21
- exports.GetOngoingCallAnnotationsCommand = GetOngoingCallAnnotationsCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOngoingChatAnnotationsCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class GetOngoingChatAnnotationsCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WdaStream", "GetOngoingChatAnnotations", {})
15
- .n("WdaStreamClient", "GetOngoingChatAnnotationsCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_GetOngoingChatAnnotationsCommand)
18
- .de(Aws_restJson1_1.de_GetOngoingChatAnnotationsCommand)
19
- .build() {
20
- }
21
- exports.GetOngoingChatAnnotationsCommand = GetOngoingChatAnnotationsCommand;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOngoingConferenceAnnotationsCommand = exports.$Command = void 0;
4
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class GetOngoingConferenceAnnotationsCommand extends smithy_client_1.Command.classBuilder()
9
- .m(function (Command, cs, config, o) {
10
- return [
11
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
- ];
13
- })
14
- .s("WdaStream", "GetOngoingConferenceAnnotations", {})
15
- .n("WdaStreamClient", "GetOngoingConferenceAnnotationsCommand")
16
- .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_GetOngoingConferenceAnnotationsCommand)
18
- .de(Aws_restJson1_1.de_GetOngoingConferenceAnnotationsCommand)
19
- .build() {
20
- }
21
- exports.GetOngoingConferenceAnnotationsCommand = GetOngoingConferenceAnnotationsCommand;
@@ -1,17 +0,0 @@
1
- import { de_GetOngoingCallAnnotationsCommand, se_GetOngoingCallAnnotationsCommand, } from "../protocols/Aws_restJson1";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- export { $Command };
5
- export class GetOngoingCallAnnotationsCommand extends $Command.classBuilder()
6
- .m(function (Command, cs, config, o) {
7
- return [
8
- getSerdePlugin(config, this.serialize, this.deserialize),
9
- ];
10
- })
11
- .s("WdaStream", "GetOngoingCallAnnotations", {})
12
- .n("WdaStreamClient", "GetOngoingCallAnnotationsCommand")
13
- .f(void 0, void 0)
14
- .ser(se_GetOngoingCallAnnotationsCommand)
15
- .de(de_GetOngoingCallAnnotationsCommand)
16
- .build() {
17
- }
@@ -1,17 +0,0 @@
1
- import { de_GetOngoingChatAnnotationsCommand, se_GetOngoingChatAnnotationsCommand, } from "../protocols/Aws_restJson1";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- export { $Command };
5
- export class GetOngoingChatAnnotationsCommand extends $Command.classBuilder()
6
- .m(function (Command, cs, config, o) {
7
- return [
8
- getSerdePlugin(config, this.serialize, this.deserialize),
9
- ];
10
- })
11
- .s("WdaStream", "GetOngoingChatAnnotations", {})
12
- .n("WdaStreamClient", "GetOngoingChatAnnotationsCommand")
13
- .f(void 0, void 0)
14
- .ser(se_GetOngoingChatAnnotationsCommand)
15
- .de(de_GetOngoingChatAnnotationsCommand)
16
- .build() {
17
- }
@@ -1,17 +0,0 @@
1
- import { de_GetOngoingConferenceAnnotationsCommand, se_GetOngoingConferenceAnnotationsCommand, } from "../protocols/Aws_restJson1";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- export { $Command };
5
- export class GetOngoingConferenceAnnotationsCommand extends $Command.classBuilder()
6
- .m(function (Command, cs, config, o) {
7
- return [
8
- getSerdePlugin(config, this.serialize, this.deserialize),
9
- ];
10
- })
11
- .s("WdaStream", "GetOngoingConferenceAnnotations", {})
12
- .n("WdaStreamClient", "GetOngoingConferenceAnnotationsCommand")
13
- .f(void 0, void 0)
14
- .ser(se_GetOngoingConferenceAnnotationsCommand)
15
- .de(de_GetOngoingConferenceAnnotationsCommand)
16
- .build() {
17
- }