@wildix/wda-stream-client 1.1.57 → 1.1.59

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.
@@ -1,7 +1,100 @@
1
1
  import { WdaStreamServiceException as __BaseException } from "./WdaStreamServiceException";
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";
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, TranscriptionSummary, TranscriptionTextChunk, WebhookCallAnnotationsCompletedEvent, WebhookCallCompletedEvent, WebhookCallLiveAnnotationEvent, WebhookCallLiveCompletedEvent, WebhookCallLiveInterruptedEvent, WebhookCallLiveProgressEvent, WebhookCallLiveRecordPauseEvent, WebhookCallLiveRecordStartEvent, WebhookCallLiveRecordStopEvent, WebhookCallLiveRecordUnpauseEvent, WebhookCallLiveTranscriptionEvent, WebhookCallSummaryCompletedEvent, WebhookCallTranscriptionCompletedEvent, WebhookCallTranscriptionTextCompletedEvent, WebhookChatAnnotationsCompletedEvent, WebhookChatCompletedEvent, WebhookChatLiveAnnotationEvent, WebhookChatLiveCompletedEvent, WebhookChatLiveInterruptedEvent, WebhookChatLiveProgressEvent, WebhookChatManagerMissedEvent, WebhookChatSummaryCompletedEvent, WebhookConferenceAnnotationsCompletedEvent, WebhookConferenceCompletedEvent, WebhookConferenceLiveAnnotationEvent, WebhookConferenceLiveCompletedEvent, WebhookConferenceLiveInterruptedEvent, WebhookConferenceLiveJoinEvent, 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 WebhookConferenceLiveLeaveEvent {
9
+ id: string;
10
+ pbx?: string | undefined;
11
+ company?: string | undefined;
12
+ type: WebhookEventType;
13
+ time: number;
14
+ integrationId: string;
15
+ data: ConferenceAnalyticsLiveLeaveEvent;
16
+ }
17
+ /**
18
+ * @public
19
+ */
20
+ export interface WebhookConferenceLiveProgressEvent {
21
+ id: string;
22
+ pbx?: string | undefined;
23
+ company?: string | undefined;
24
+ type: WebhookEventType;
25
+ time: number;
26
+ integrationId: string;
27
+ data: ConferenceAnalyticsLiveProgressEvent;
28
+ }
29
+ /**
30
+ * @public
31
+ */
32
+ export interface WebhookConferenceLiveTranscriptionEvent {
33
+ id: string;
34
+ pbx?: string | undefined;
35
+ company?: string | undefined;
36
+ type: WebhookEventType;
37
+ time: number;
38
+ integrationId: string;
39
+ data: ConferenceAnalyticsLiveTranscriptionEvent;
40
+ }
41
+ /**
42
+ * @public
43
+ */
44
+ export interface WebhookConferenceSummaryCompletedEventData {
45
+ conference: ConferenceRecord;
46
+ summary: TranscriptionSummary;
47
+ }
48
+ /**
49
+ * @public
50
+ */
51
+ export interface WebhookConferenceSummaryCompletedEvent {
52
+ id: string;
53
+ pbx?: string | undefined;
54
+ company?: string | undefined;
55
+ type: WebhookEventType;
56
+ time: number;
57
+ integrationId: string;
58
+ data: WebhookConferenceSummaryCompletedEventData;
59
+ }
60
+ /**
61
+ * @public
62
+ */
63
+ export interface WebhookConferenceTranscriptionCompletedEventData {
64
+ conference: ConferenceRecord;
65
+ chunks: (TranscriptionTextChunk)[];
66
+ }
67
+ /**
68
+ * @public
69
+ */
70
+ export interface WebhookConferenceTranscriptionCompletedEvent {
71
+ id: string;
72
+ pbx?: string | undefined;
73
+ company?: string | undefined;
74
+ type: WebhookEventType;
75
+ time: number;
76
+ integrationId: string;
77
+ data: WebhookConferenceTranscriptionCompletedEventData;
78
+ }
79
+ /**
80
+ * @public
81
+ */
82
+ export interface WebhookConferenceTranscriptionTextCompletedEventData {
83
+ conference: ConferenceRecord;
84
+ transcription: string;
85
+ }
86
+ /**
87
+ * @public
88
+ */
89
+ export interface WebhookConferenceTranscriptionTextCompletedEvent {
90
+ id: string;
91
+ pbx?: string | undefined;
92
+ company?: string | undefined;
93
+ type: WebhookEventType;
94
+ time: number;
95
+ integrationId: string;
96
+ data: WebhookConferenceTranscriptionTextCompletedEventData;
97
+ }
5
98
  /**
6
99
  * @public
7
100
  */
@@ -299,6 +392,7 @@ export interface DescribeEventOutput {
299
392
  CallAnalyticsLiveAnnotationEvent?: CallAnalyticsLiveAnnotationEvent | undefined;
300
393
  CallAnalyticsLiveTranscriptionEvent?: CallAnalyticsLiveTranscriptionEvent | undefined;
301
394
  CallAnalyticsRecordEvent?: CallAnalyticsRecordEvent | undefined;
395
+ CallAnalyticsAnnotationsRecordEvent?: CallAnalyticsAnnotationsRecordEvent | undefined;
302
396
  CallAnalyticsTranscriptionRecordEvent?: CallAnalyticsTranscriptionRecordEvent | undefined;
303
397
  CallAnalyticsCostRecordEvent?: CallAnalyticsCostRecordEvent | undefined;
304
398
  ChatAnalyticsLiveCompleteEvent?: ChatAnalyticsLiveCompleteEvent | undefined;
@@ -308,6 +402,7 @@ export interface DescribeEventOutput {
308
402
  ChatAnalyticsLiveTranscriptionEvent?: ChatAnalyticsLiveTranscriptionEvent | undefined;
309
403
  ChatAnalyticsManagerMissedEvent?: ChatAnalyticsManagerMissedEvent | undefined;
310
404
  ChatAnalyticsRecordEvent?: ChatAnalyticsRecordEvent | undefined;
405
+ ChatAnalyticsAnnotationsRecordEvent?: ChatAnalyticsAnnotationsRecordEvent | undefined;
311
406
  ChatAnalyticsTranscriptionRecordEvent?: ChatAnalyticsTranscriptionRecordEvent | undefined;
312
407
  ConferenceAnalyticsLiveProgressEvent?: ConferenceAnalyticsLiveProgressEvent | undefined;
313
408
  ConferenceAnalyticsLiveCompleteEvent?: ConferenceAnalyticsLiveCompleteEvent | undefined;
@@ -317,6 +412,7 @@ export interface DescribeEventOutput {
317
412
  ConferenceAnalyticsLiveJoinEvent?: ConferenceAnalyticsLiveJoinEvent | undefined;
318
413
  ConferenceAnalyticsLiveLeaveEvent?: ConferenceAnalyticsLiveLeaveEvent | undefined;
319
414
  ConferenceAnalyticsRecordEvent?: ConferenceAnalyticsRecordEvent | undefined;
415
+ ConferenceAnalyticsAnnotationsRecordEvent?: ConferenceAnalyticsAnnotationsRecordEvent | undefined;
320
416
  ConferenceAnalyticsTranscriptionRecordEvent?: ConferenceAnalyticsTranscriptionRecordEvent | undefined;
321
417
  PresenceAnalyticsStatusEvent?: PresenceAnalyticsStatusEvent | undefined;
322
418
  PresenceAnalyticsConferenceEvent?: PresenceAnalyticsConferenceEvent | undefined;
@@ -345,6 +441,7 @@ export interface DescribeEventOutput {
345
441
  WebhookCallCompletedEvent?: WebhookCallCompletedEvent | undefined;
346
442
  WebhookCallTranscriptionCompletedEvent?: WebhookCallTranscriptionCompletedEvent | undefined;
347
443
  WebhookCallTranscriptionTextCompletedEvent?: WebhookCallTranscriptionTextCompletedEvent | undefined;
444
+ WebhookCallAnnotationsCompletedEvent?: WebhookCallAnnotationsCompletedEvent | undefined;
348
445
  WebhookCallSummaryCompletedEvent?: WebhookCallSummaryCompletedEvent | undefined;
349
446
  WebhookConferenceLiveProgressEvent?: WebhookConferenceLiveProgressEvent | undefined;
350
447
  WebhookConferenceLiveCompletedEvent?: WebhookConferenceLiveCompletedEvent | undefined;
@@ -356,6 +453,7 @@ export interface DescribeEventOutput {
356
453
  WebhookConferenceCompletedEvent?: WebhookConferenceCompletedEvent | undefined;
357
454
  WebhookConferenceTranscriptionCompletedEvent?: WebhookConferenceTranscriptionCompletedEvent | undefined;
358
455
  WebhookConferenceTranscriptionTextCompletedEvent?: WebhookConferenceTranscriptionTextCompletedEvent | undefined;
456
+ WebhookConferenceAnnotationsCompletedEvent?: WebhookConferenceAnnotationsCompletedEvent | undefined;
359
457
  WebhookConferenceSummaryCompletedEvent?: WebhookConferenceSummaryCompletedEvent | undefined;
360
458
  WebhookChatLiveProgressEvent?: WebhookChatLiveProgressEvent | undefined;
361
459
  WebhookChatLiveCompletedEvent?: WebhookChatLiveCompletedEvent | undefined;
@@ -363,6 +461,7 @@ export interface DescribeEventOutput {
363
461
  WebhookChatLiveAnnotationEvent?: WebhookChatLiveAnnotationEvent | undefined;
364
462
  WebhookChatManagerMissedEvent?: WebhookChatManagerMissedEvent | undefined;
365
463
  WebhookChatCompletedEvent?: WebhookChatCompletedEvent | undefined;
464
+ WebhookChatAnnotationsCompletedEvent?: WebhookChatAnnotationsCompletedEvent | undefined;
366
465
  WebhookChatSummaryCompletedEvent?: WebhookChatSummaryCompletedEvent | undefined;
367
466
  WebhookOutdatedCallStartEvent?: WebhookOutdatedCallStartEvent | undefined;
368
467
  WebhookOutdatedCallUpdateEvent?: WebhookOutdatedCallUpdateEvent | undefined;
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.57",
4
+ "version": "1.1.59",
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",