@wildix/wda-stream-client 1.1.66 → 1.1.69
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/models/models_0.js +12 -1
- package/dist-cjs/protocols/Aws_restJson1.js +82 -2
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_restJson1.js +83 -3
- package/dist-types/commands/ConsumeEventCommand.d.ts +145 -0
- package/dist-types/commands/DescribeEventCommand.d.ts +13 -10
- package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +2 -2
- package/dist-types/commands/GetOngoingCallCommand.d.ts +2 -2
- package/dist-types/commands/GetOngoingCallTranscriptionCommand.d.ts +3 -3
- package/dist-types/commands/QueryConversationsCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +173 -86
- package/dist-types/models/models_1.d.ts +87 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CallFlowAttachmentConsumeType = exports.CallEndBy = exports.CallFlowStatus = exports.CallAnalyticsLiveProgressEventTrigger = exports.LiveEventType = exports.CallConsumeEventType = exports.ConferenceTranscriptionStatus = exports.ConferenceParticipantType = exports.ConferenceParticipantRole = exports.PbxLicenseType = exports.ConferenceDirection = exports.MessageWhatsAppStatus = exports.MessageType = exports.MessageSmsStatus = exports.Element = exports.ActionElement = exports.ButtonVariant = exports.ButtonHandler = exports.ChatTag = exports.ChatStatus = exports.ChatParticipantType = exports.ChatParticipantRole = exports.ChatDirection = exports.ChannelWhatsAppStatus = exports.ChannelContextSource = exports.ChannelContextEventAttendeeStatus = exports.ChannelType = exports.ChannelAccess = exports.TranscriptionSentiment = exports.CallTranscriptionSpeaker = exports.CallFlowTranscriptionStatus = exports.CallDevice = exports.CallParticipantType = exports.CallParticipantRole = exports.CallFlowAttachmentType = exports.CallFlowAttachment = exports.CallRecordPauseReason = exports.CallFlowAttachmentStatus = exports.CallRecordOwner = exports.AnnotationsStatus = exports.RecordType = exports.License = exports.AnnotationSourceType = exports.AnnotationPayload = exports.WhatsAppStatus = exports.WhatsAppEventType = exports.ConversationStatus = exports.CallDirection = exports.ValidationException = exports.ForbiddenException = void 0;
|
|
4
|
-
exports.WebhookEventType = exports.ServiceEventType = exports.ServiceCallEventType = exports.ServiceAnalyticsEventTrigger = exports.PresenceEventType = exports.PresenceAnalyticsEventType = exports.WebsocketTopic = exports.WebsocketAction = exports.ConsumeEventInputEvent = exports.UsageEventType = exports.LanguageDetection = exports.SmsStatus = exports.SmsChannelType = exports.SmsConsumeEventType = exports.ServiceCallAction = exports.ServiceConsumeEventType = exports.ServiceAgentType = exports.PresenceConsumeEventType = exports.ConferenceTranscriptionSentiment = exports.ConferenceEventType = exports.ConferenceConsumeDirection = exports.ConferenceConsumeEventType = exports.ChatEventType = exports.ChatConsumeEventType = exports.CallFlowConsumeStatus = exports.CallEventType = exports.CallEndConsume = void 0;
|
|
4
|
+
exports.WebhookEventType = exports.ServiceEventType = exports.ServiceCallEventType = exports.ServiceAnalyticsEventTrigger = exports.PresenceEventType = exports.PresenceAnalyticsEventType = exports.WebsocketTopic = exports.WebsocketAction = exports.ConsumeEventInputEvent = exports.UsageEventType = exports.LanguageDetection = exports.SmsStatus = exports.SmsChannelType = exports.SmsConsumeEventType = exports.ServiceCallAction = exports.ServiceConsumeEventType = exports.ServiceAgentType = exports.PresenceConsumeEventType = exports.ConferenceTranscriptionSentiment = exports.ConferenceEventType = exports.ConferenceConsumeDirection = exports.ConferenceConsumeEventType = exports.ChatEventType = exports.ChatConsumeEventType = exports.CallFlowConsumeStatus = exports.CallEventType = exports.CallRtpIpFamily = exports.CallEndConsume = void 0;
|
|
5
5
|
const WdaStreamServiceException_1 = require("./WdaStreamServiceException");
|
|
6
6
|
class ForbiddenException extends WdaStreamServiceException_1.WdaStreamServiceException {
|
|
7
7
|
name = "ForbiddenException";
|
|
@@ -128,9 +128,13 @@ exports.CallParticipantType = {
|
|
|
128
128
|
REMOTE: "REMOTE",
|
|
129
129
|
};
|
|
130
130
|
exports.CallDevice = {
|
|
131
|
+
COLLABORATION7_ANDROID: "COLLABORATION7_ANDROID",
|
|
132
|
+
COLLABORATION7_IOS: "COLLABORATION7_IOS",
|
|
133
|
+
COLLABORATION7_WEB: "COLLABORATION7_WEB",
|
|
131
134
|
COLLABORATION_ANDROID: "COLLABORATION_ANDROID",
|
|
132
135
|
COLLABORATION_IOS: "COLLABORATION_IOS",
|
|
133
136
|
COLLABORATION_WEB: "COLLABORATION_WEB",
|
|
137
|
+
TEAMS4WILDIX: "TEAMS4WILDIX",
|
|
134
138
|
UNKNOWN: "UNKNOWN",
|
|
135
139
|
VOICEBOT: "VOICEBOT",
|
|
136
140
|
WILDIX_DEVICE: "WILDIX_DEVICE",
|
|
@@ -138,6 +142,9 @@ exports.CallDevice = {
|
|
|
138
142
|
XBEES_ANDROID: "XBEES_ANDROID",
|
|
139
143
|
XBEES_IOS: "XBEES_IOS",
|
|
140
144
|
XBEES_WEB: "XBEES_WEB",
|
|
145
|
+
XHOPPERS_ANDROID: "XHOPPERS_ANDROID",
|
|
146
|
+
XHOPPERS_IOS: "XHOPPERS_IOS",
|
|
147
|
+
XHOPPERS_WEB: "XHOPPERS_WEB",
|
|
141
148
|
};
|
|
142
149
|
exports.CallFlowTranscriptionStatus = {
|
|
143
150
|
AVAILABLE: "AVAILABLE",
|
|
@@ -353,6 +360,10 @@ exports.CallEndConsume = {
|
|
|
353
360
|
CALLEE: "callee",
|
|
354
361
|
CALLER: "caller",
|
|
355
362
|
};
|
|
363
|
+
exports.CallRtpIpFamily = {
|
|
364
|
+
IPV4: "IPv4",
|
|
365
|
+
IPV6: "IPv6",
|
|
366
|
+
};
|
|
356
367
|
exports.CallEventType = {
|
|
357
368
|
ANNOTATIONS_RECORD_EVENT: "CallAnalyticsAnnotationsRecordEvent",
|
|
358
369
|
COST_RECORD_EVENT: "CallAnalyticsCostRecordEvent",
|
|
@@ -708,6 +708,86 @@ const se_CallAnnotateConsumeEventData = (input, context) => {
|
|
|
708
708
|
'flowIndex': [],
|
|
709
709
|
});
|
|
710
710
|
};
|
|
711
|
+
const se_CallEndConsumeEvent = (input, context) => {
|
|
712
|
+
return (0, smithy_client_1.take)(input, {
|
|
713
|
+
'company': [],
|
|
714
|
+
'data': _ => se_CallEndConsumeEventData(_, context),
|
|
715
|
+
'id': [],
|
|
716
|
+
'pbx': [],
|
|
717
|
+
'time': [],
|
|
718
|
+
'type': [],
|
|
719
|
+
});
|
|
720
|
+
};
|
|
721
|
+
const se_CallEndConsumeEventData = (input, context) => {
|
|
722
|
+
return (0, smithy_client_1.take)(input, {
|
|
723
|
+
'cause': [],
|
|
724
|
+
'causeStr': [],
|
|
725
|
+
'mos': smithy_client_1._json,
|
|
726
|
+
'postTranscribe': [],
|
|
727
|
+
'rtpStats': _ => se_CallRtpStatsData(_, context),
|
|
728
|
+
'who': [],
|
|
729
|
+
});
|
|
730
|
+
};
|
|
731
|
+
const se_CallRtpLegStats = (input, context) => {
|
|
732
|
+
return (0, smithy_client_1.take)(input, {
|
|
733
|
+
'advertised': smithy_client_1._json,
|
|
734
|
+
'bytes': [],
|
|
735
|
+
'codec': [],
|
|
736
|
+
'jitter': smithy_client_1._json,
|
|
737
|
+
'mos': _ => se_CallRtpMosStats(_, context),
|
|
738
|
+
'node': [],
|
|
739
|
+
'packetLoss': smithy_client_1._json,
|
|
740
|
+
'packets': [],
|
|
741
|
+
'protocol': [],
|
|
742
|
+
'remote': smithy_client_1._json,
|
|
743
|
+
'rtt': smithy_client_1._json,
|
|
744
|
+
});
|
|
745
|
+
};
|
|
746
|
+
const se_CallRtpMosStats = (input, context) => {
|
|
747
|
+
return (0, smithy_client_1.take)(input, {
|
|
748
|
+
'avg': smithy_client_1.serializeFloat,
|
|
749
|
+
'max': smithy_client_1.serializeFloat,
|
|
750
|
+
'min': smithy_client_1.serializeFloat,
|
|
751
|
+
});
|
|
752
|
+
};
|
|
753
|
+
const se_CallRtpStatsData = (input, context) => {
|
|
754
|
+
return (0, smithy_client_1.take)(input, {
|
|
755
|
+
'callee': _ => se_CallRtpLegStats(_, context),
|
|
756
|
+
'caller': _ => se_CallRtpLegStats(_, context),
|
|
757
|
+
});
|
|
758
|
+
};
|
|
759
|
+
const se_CallSplitConsumeEvent = (input, context) => {
|
|
760
|
+
return (0, smithy_client_1.take)(input, {
|
|
761
|
+
'company': [],
|
|
762
|
+
'data': _ => se_CallSplitConsumeEventData(_, context),
|
|
763
|
+
'id': [],
|
|
764
|
+
'pbx': [],
|
|
765
|
+
'time': [],
|
|
766
|
+
'type': [],
|
|
767
|
+
});
|
|
768
|
+
};
|
|
769
|
+
const se_CallSplitConsumeEventData = (input, context) => {
|
|
770
|
+
return (0, smithy_client_1.take)(input, {
|
|
771
|
+
'callee': smithy_client_1._json,
|
|
772
|
+
'caller': smithy_client_1._json,
|
|
773
|
+
'destination': [],
|
|
774
|
+
'flags': smithy_client_1._json,
|
|
775
|
+
'mergeWith': [],
|
|
776
|
+
'mos': smithy_client_1._json,
|
|
777
|
+
'postTranscribe': [],
|
|
778
|
+
'queue': smithy_client_1._json,
|
|
779
|
+
'queuePosition': [],
|
|
780
|
+
'reason': [],
|
|
781
|
+
'rtpStats': _ => se_CallRtpStatsData(_, context),
|
|
782
|
+
'service': [],
|
|
783
|
+
'serviceNumber': [],
|
|
784
|
+
'sipCallId': [],
|
|
785
|
+
'status': [],
|
|
786
|
+
'tags': smithy_client_1._json,
|
|
787
|
+
'transferType': [],
|
|
788
|
+
'trunk': smithy_client_1._json,
|
|
789
|
+
});
|
|
790
|
+
};
|
|
711
791
|
const se_ChatAnnotateConsumeEvent = (input, context) => {
|
|
712
792
|
return (0, smithy_client_1.take)(input, {
|
|
713
793
|
'company': [],
|
|
@@ -744,14 +824,14 @@ const se_ConsumeEventInputEvent = (input, context) => {
|
|
|
744
824
|
callAgentsStart: value => ({ "callAgentsStart": (0, smithy_client_1._json)(value) }),
|
|
745
825
|
callAnnotate: value => ({ "callAnnotate": se_CallAnnotateConsumeEvent(value, context) }),
|
|
746
826
|
callAttachment: value => ({ "callAttachment": (0, smithy_client_1._json)(value) }),
|
|
747
|
-
callEnd: value => ({ "callEnd": (
|
|
827
|
+
callEnd: value => ({ "callEnd": se_CallEndConsumeEvent(value, context) }),
|
|
748
828
|
callLive: value => ({ "callLive": (0, smithy_client_1._json)(value) }),
|
|
749
829
|
callPostTranscription: value => ({ "callPostTranscription": (0, smithy_client_1._json)(value) }),
|
|
750
830
|
callRecordPause: value => ({ "callRecordPause": (0, smithy_client_1._json)(value) }),
|
|
751
831
|
callRecordStart: value => ({ "callRecordStart": (0, smithy_client_1._json)(value) }),
|
|
752
832
|
callRecordStop: value => ({ "callRecordStop": (0, smithy_client_1._json)(value) }),
|
|
753
833
|
callRecordUnpause: value => ({ "callRecordUnpause": (0, smithy_client_1._json)(value) }),
|
|
754
|
-
callSplit: value => ({ "callSplit": (
|
|
834
|
+
callSplit: value => ({ "callSplit": se_CallSplitConsumeEvent(value, context) }),
|
|
755
835
|
callStart: value => ({ "callStart": (0, smithy_client_1._json)(value) }),
|
|
756
836
|
callTranscription: value => ({ "callTranscription": (0, smithy_client_1._json)(value) }),
|
|
757
837
|
callUpdate: value => ({ "callUpdate": (0, smithy_client_1._json)(value) }),
|
|
@@ -122,9 +122,13 @@ export const CallParticipantType = {
|
|
|
122
122
|
REMOTE: "REMOTE",
|
|
123
123
|
};
|
|
124
124
|
export const CallDevice = {
|
|
125
|
+
COLLABORATION7_ANDROID: "COLLABORATION7_ANDROID",
|
|
126
|
+
COLLABORATION7_IOS: "COLLABORATION7_IOS",
|
|
127
|
+
COLLABORATION7_WEB: "COLLABORATION7_WEB",
|
|
125
128
|
COLLABORATION_ANDROID: "COLLABORATION_ANDROID",
|
|
126
129
|
COLLABORATION_IOS: "COLLABORATION_IOS",
|
|
127
130
|
COLLABORATION_WEB: "COLLABORATION_WEB",
|
|
131
|
+
TEAMS4WILDIX: "TEAMS4WILDIX",
|
|
128
132
|
UNKNOWN: "UNKNOWN",
|
|
129
133
|
VOICEBOT: "VOICEBOT",
|
|
130
134
|
WILDIX_DEVICE: "WILDIX_DEVICE",
|
|
@@ -132,6 +136,9 @@ export const CallDevice = {
|
|
|
132
136
|
XBEES_ANDROID: "XBEES_ANDROID",
|
|
133
137
|
XBEES_IOS: "XBEES_IOS",
|
|
134
138
|
XBEES_WEB: "XBEES_WEB",
|
|
139
|
+
XHOPPERS_ANDROID: "XHOPPERS_ANDROID",
|
|
140
|
+
XHOPPERS_IOS: "XHOPPERS_IOS",
|
|
141
|
+
XHOPPERS_WEB: "XHOPPERS_WEB",
|
|
135
142
|
};
|
|
136
143
|
export const CallFlowTranscriptionStatus = {
|
|
137
144
|
AVAILABLE: "AVAILABLE",
|
|
@@ -347,6 +354,10 @@ export const CallEndConsume = {
|
|
|
347
354
|
CALLEE: "callee",
|
|
348
355
|
CALLER: "caller",
|
|
349
356
|
};
|
|
357
|
+
export const CallRtpIpFamily = {
|
|
358
|
+
IPV4: "IPv4",
|
|
359
|
+
IPV6: "IPv6",
|
|
360
|
+
};
|
|
350
361
|
export const CallEventType = {
|
|
351
362
|
ANNOTATIONS_RECORD_EVENT: "CallAnalyticsAnnotationsRecordEvent",
|
|
352
363
|
COST_RECORD_EVENT: "CallAnalyticsCostRecordEvent",
|
|
@@ -3,7 +3,7 @@ import { AnnotationPayload, ConsumeEventInputEvent, ForbiddenException, Validati
|
|
|
3
3
|
import { MatchNotFoundException, PresenceNotAvailableException, } from "../models/models_1";
|
|
4
4
|
import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody, } from "@aws-sdk/core";
|
|
5
5
|
import { requestBuilder as rb } from "@smithy/core";
|
|
6
|
-
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, _json, collectBody, map, take, withBaseException, } from "@smithy/smithy-client";
|
|
6
|
+
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, serializeFloat as __serializeFloat, _json, collectBody, map, take, withBaseException, } from "@smithy/smithy-client";
|
|
7
7
|
export const se_ConsumeEventCommand = async (input, context) => {
|
|
8
8
|
const b = rb(input, context);
|
|
9
9
|
const headers = {
|
|
@@ -675,6 +675,86 @@ const se_CallAnnotateConsumeEventData = (input, context) => {
|
|
|
675
675
|
'flowIndex': [],
|
|
676
676
|
});
|
|
677
677
|
};
|
|
678
|
+
const se_CallEndConsumeEvent = (input, context) => {
|
|
679
|
+
return take(input, {
|
|
680
|
+
'company': [],
|
|
681
|
+
'data': _ => se_CallEndConsumeEventData(_, context),
|
|
682
|
+
'id': [],
|
|
683
|
+
'pbx': [],
|
|
684
|
+
'time': [],
|
|
685
|
+
'type': [],
|
|
686
|
+
});
|
|
687
|
+
};
|
|
688
|
+
const se_CallEndConsumeEventData = (input, context) => {
|
|
689
|
+
return take(input, {
|
|
690
|
+
'cause': [],
|
|
691
|
+
'causeStr': [],
|
|
692
|
+
'mos': _json,
|
|
693
|
+
'postTranscribe': [],
|
|
694
|
+
'rtpStats': _ => se_CallRtpStatsData(_, context),
|
|
695
|
+
'who': [],
|
|
696
|
+
});
|
|
697
|
+
};
|
|
698
|
+
const se_CallRtpLegStats = (input, context) => {
|
|
699
|
+
return take(input, {
|
|
700
|
+
'advertised': _json,
|
|
701
|
+
'bytes': [],
|
|
702
|
+
'codec': [],
|
|
703
|
+
'jitter': _json,
|
|
704
|
+
'mos': _ => se_CallRtpMosStats(_, context),
|
|
705
|
+
'node': [],
|
|
706
|
+
'packetLoss': _json,
|
|
707
|
+
'packets': [],
|
|
708
|
+
'protocol': [],
|
|
709
|
+
'remote': _json,
|
|
710
|
+
'rtt': _json,
|
|
711
|
+
});
|
|
712
|
+
};
|
|
713
|
+
const se_CallRtpMosStats = (input, context) => {
|
|
714
|
+
return take(input, {
|
|
715
|
+
'avg': __serializeFloat,
|
|
716
|
+
'max': __serializeFloat,
|
|
717
|
+
'min': __serializeFloat,
|
|
718
|
+
});
|
|
719
|
+
};
|
|
720
|
+
const se_CallRtpStatsData = (input, context) => {
|
|
721
|
+
return take(input, {
|
|
722
|
+
'callee': _ => se_CallRtpLegStats(_, context),
|
|
723
|
+
'caller': _ => se_CallRtpLegStats(_, context),
|
|
724
|
+
});
|
|
725
|
+
};
|
|
726
|
+
const se_CallSplitConsumeEvent = (input, context) => {
|
|
727
|
+
return take(input, {
|
|
728
|
+
'company': [],
|
|
729
|
+
'data': _ => se_CallSplitConsumeEventData(_, context),
|
|
730
|
+
'id': [],
|
|
731
|
+
'pbx': [],
|
|
732
|
+
'time': [],
|
|
733
|
+
'type': [],
|
|
734
|
+
});
|
|
735
|
+
};
|
|
736
|
+
const se_CallSplitConsumeEventData = (input, context) => {
|
|
737
|
+
return take(input, {
|
|
738
|
+
'callee': _json,
|
|
739
|
+
'caller': _json,
|
|
740
|
+
'destination': [],
|
|
741
|
+
'flags': _json,
|
|
742
|
+
'mergeWith': [],
|
|
743
|
+
'mos': _json,
|
|
744
|
+
'postTranscribe': [],
|
|
745
|
+
'queue': _json,
|
|
746
|
+
'queuePosition': [],
|
|
747
|
+
'reason': [],
|
|
748
|
+
'rtpStats': _ => se_CallRtpStatsData(_, context),
|
|
749
|
+
'service': [],
|
|
750
|
+
'serviceNumber': [],
|
|
751
|
+
'sipCallId': [],
|
|
752
|
+
'status': [],
|
|
753
|
+
'tags': _json,
|
|
754
|
+
'transferType': [],
|
|
755
|
+
'trunk': _json,
|
|
756
|
+
});
|
|
757
|
+
};
|
|
678
758
|
const se_ChatAnnotateConsumeEvent = (input, context) => {
|
|
679
759
|
return take(input, {
|
|
680
760
|
'company': [],
|
|
@@ -711,14 +791,14 @@ const se_ConsumeEventInputEvent = (input, context) => {
|
|
|
711
791
|
callAgentsStart: value => ({ "callAgentsStart": _json(value) }),
|
|
712
792
|
callAnnotate: value => ({ "callAnnotate": se_CallAnnotateConsumeEvent(value, context) }),
|
|
713
793
|
callAttachment: value => ({ "callAttachment": _json(value) }),
|
|
714
|
-
callEnd: value => ({ "callEnd":
|
|
794
|
+
callEnd: value => ({ "callEnd": se_CallEndConsumeEvent(value, context) }),
|
|
715
795
|
callLive: value => ({ "callLive": _json(value) }),
|
|
716
796
|
callPostTranscription: value => ({ "callPostTranscription": _json(value) }),
|
|
717
797
|
callRecordPause: value => ({ "callRecordPause": _json(value) }),
|
|
718
798
|
callRecordStart: value => ({ "callRecordStart": _json(value) }),
|
|
719
799
|
callRecordStop: value => ({ "callRecordStop": _json(value) }),
|
|
720
800
|
callRecordUnpause: value => ({ "callRecordUnpause": _json(value) }),
|
|
721
|
-
callSplit: value => ({ "callSplit":
|
|
801
|
+
callSplit: value => ({ "callSplit": se_CallSplitConsumeEvent(value, context) }),
|
|
722
802
|
callStart: value => ({ "callStart": _json(value) }),
|
|
723
803
|
callTranscription: value => ({ "callTranscription": _json(value) }),
|
|
724
804
|
callUpdate: value => ({ "callUpdate": _json(value) }),
|
|
@@ -218,6 +218,82 @@ declare const ConsumeEventCommand_base: {
|
|
|
218
218
|
* caller: "STRING_VALUE",
|
|
219
219
|
* callee: "STRING_VALUE",
|
|
220
220
|
* },
|
|
221
|
+
* rtpStats: { // CallRtpStatsData
|
|
222
|
+
* caller: { // CallRtpLegStats
|
|
223
|
+
* node: "STRING_VALUE",
|
|
224
|
+
* packets: Number("int"),
|
|
225
|
+
* bytes: Number("int"),
|
|
226
|
+
* remote: { // CallRtpEndpoint
|
|
227
|
+
* ip: "STRING_VALUE",
|
|
228
|
+
* port: Number("int"),
|
|
229
|
+
* family: "IPv4" || "IPv6",
|
|
230
|
+
* },
|
|
231
|
+
* advertised: {
|
|
232
|
+
* ip: "STRING_VALUE",
|
|
233
|
+
* port: Number("int"),
|
|
234
|
+
* family: "IPv4" || "IPv6",
|
|
235
|
+
* },
|
|
236
|
+
* codec: "STRING_VALUE",
|
|
237
|
+
* protocol: "STRING_VALUE",
|
|
238
|
+
* mos: { // CallRtpMosStats
|
|
239
|
+
* avg: Number("float"),
|
|
240
|
+
* min: Number("float"),
|
|
241
|
+
* max: Number("float"),
|
|
242
|
+
* },
|
|
243
|
+
* jitter: { // CallRtpJitterStats
|
|
244
|
+
* avg: Number("int"),
|
|
245
|
+
* min: Number("int"),
|
|
246
|
+
* max: Number("int"),
|
|
247
|
+
* },
|
|
248
|
+
* packetLoss: { // CallRtpPacketLossStats
|
|
249
|
+
* avg: Number("int"),
|
|
250
|
+
* min: Number("int"),
|
|
251
|
+
* max: Number("int"),
|
|
252
|
+
* cumulative: Number("int"),
|
|
253
|
+
* },
|
|
254
|
+
* rtt: { // CallRtpRttStats
|
|
255
|
+
* avg: Number("int"),
|
|
256
|
+
* leg: Number("int"),
|
|
257
|
+
* },
|
|
258
|
+
* },
|
|
259
|
+
* callee: {
|
|
260
|
+
* node: "STRING_VALUE",
|
|
261
|
+
* packets: Number("int"),
|
|
262
|
+
* bytes: Number("int"),
|
|
263
|
+
* remote: {
|
|
264
|
+
* ip: "STRING_VALUE",
|
|
265
|
+
* port: Number("int"),
|
|
266
|
+
* family: "IPv4" || "IPv6",
|
|
267
|
+
* },
|
|
268
|
+
* advertised: {
|
|
269
|
+
* ip: "STRING_VALUE",
|
|
270
|
+
* port: Number("int"),
|
|
271
|
+
* family: "IPv4" || "IPv6",
|
|
272
|
+
* },
|
|
273
|
+
* codec: "STRING_VALUE",
|
|
274
|
+
* protocol: "STRING_VALUE",
|
|
275
|
+
* mos: {
|
|
276
|
+
* avg: Number("float"),
|
|
277
|
+
* min: Number("float"),
|
|
278
|
+
* max: Number("float"),
|
|
279
|
+
* },
|
|
280
|
+
* jitter: {
|
|
281
|
+
* avg: Number("int"),
|
|
282
|
+
* min: Number("int"),
|
|
283
|
+
* max: Number("int"),
|
|
284
|
+
* },
|
|
285
|
+
* packetLoss: {
|
|
286
|
+
* avg: Number("int"),
|
|
287
|
+
* min: Number("int"),
|
|
288
|
+
* max: Number("int"),
|
|
289
|
+
* cumulative: Number("int"),
|
|
290
|
+
* },
|
|
291
|
+
* rtt: {
|
|
292
|
+
* avg: Number("int"),
|
|
293
|
+
* leg: Number("int"),
|
|
294
|
+
* },
|
|
295
|
+
* },
|
|
296
|
+
* },
|
|
221
297
|
* reason: "STRING_VALUE",
|
|
222
298
|
* transferType: "STRING_VALUE",
|
|
223
299
|
* mergeWith: "STRING_VALUE",
|
|
@@ -300,6 +376,70 @@ declare const ConsumeEventCommand_base: {
|
|
|
300
376
|
* caller: "STRING_VALUE",
|
|
301
377
|
* callee: "STRING_VALUE",
|
|
302
378
|
* },
|
|
379
|
+
* rtpStats: {
|
|
380
|
+
* caller: {
|
|
381
|
+
* node: "STRING_VALUE",
|
|
382
|
+
* packets: Number("int"),
|
|
383
|
+
* bytes: Number("int"),
|
|
384
|
+
* remote: {
|
|
385
|
+
* ip: "STRING_VALUE",
|
|
386
|
+
* port: Number("int"),
|
|
387
|
+
* family: "IPv4" || "IPv6",
|
|
388
|
+
* },
|
|
389
|
+
* advertised: "<CallRtpEndpoint>",
|
|
390
|
+
* codec: "STRING_VALUE",
|
|
391
|
+
* protocol: "STRING_VALUE",
|
|
392
|
+
* mos: {
|
|
393
|
+
* avg: Number("float"),
|
|
394
|
+
* min: Number("float"),
|
|
395
|
+
* max: Number("float"),
|
|
396
|
+
* },
|
|
397
|
+
* jitter: {
|
|
398
|
+
* avg: Number("int"),
|
|
399
|
+
* min: Number("int"),
|
|
400
|
+
* max: Number("int"),
|
|
401
|
+
* },
|
|
402
|
+
* packetLoss: {
|
|
403
|
+
* avg: Number("int"),
|
|
404
|
+
* min: Number("int"),
|
|
405
|
+
* max: Number("int"),
|
|
406
|
+
* cumulative: Number("int"),
|
|
407
|
+
* },
|
|
408
|
+
* rtt: {
|
|
409
|
+
* avg: Number("int"),
|
|
410
|
+
* leg: Number("int"),
|
|
411
|
+
* },
|
|
412
|
+
* },
|
|
413
|
+
* callee: {
|
|
414
|
+
* node: "STRING_VALUE",
|
|
415
|
+
* packets: Number("int"),
|
|
416
|
+
* bytes: Number("int"),
|
|
417
|
+
* remote: "<CallRtpEndpoint>",
|
|
418
|
+
* advertised: "<CallRtpEndpoint>",
|
|
419
|
+
* codec: "STRING_VALUE",
|
|
420
|
+
* protocol: "STRING_VALUE",
|
|
421
|
+
* mos: {
|
|
422
|
+
* avg: Number("float"),
|
|
423
|
+
* min: Number("float"),
|
|
424
|
+
* max: Number("float"),
|
|
425
|
+
* },
|
|
426
|
+
* jitter: {
|
|
427
|
+
* avg: Number("int"),
|
|
428
|
+
* min: Number("int"),
|
|
429
|
+
* max: Number("int"),
|
|
430
|
+
* },
|
|
431
|
+
* packetLoss: {
|
|
432
|
+
* avg: Number("int"),
|
|
433
|
+
* min: Number("int"),
|
|
434
|
+
* max: Number("int"),
|
|
435
|
+
* cumulative: Number("int"),
|
|
436
|
+
* },
|
|
437
|
+
* rtt: {
|
|
438
|
+
* avg: Number("int"),
|
|
439
|
+
* leg: Number("int"),
|
|
440
|
+
* },
|
|
441
|
+
* },
|
|
442
|
+
* },
|
|
303
443
|
* cause: "STRING_VALUE",
|
|
304
444
|
* causeStr: "STRING_VALUE",
|
|
305
445
|
* who: "caller" || "callee",
|
|
@@ -1005,6 +1145,7 @@ declare const ConsumeEventCommand_base: {
|
|
|
1005
1145
|
* message: "STRING_VALUE",
|
|
1006
1146
|
* lastQueueCallEnd: Number("long"),
|
|
1007
1147
|
* userExtension: "STRING_VALUE",
|
|
1148
|
+
* userLicense: "STRING_VALUE",
|
|
1008
1149
|
* department: "STRING_VALUE",
|
|
1009
1150
|
* name: "STRING_VALUE",
|
|
1010
1151
|
* aclGroup: "STRING_VALUE",
|
|
@@ -1039,6 +1180,7 @@ declare const ConsumeEventCommand_base: {
|
|
|
1039
1180
|
* message: "STRING_VALUE",
|
|
1040
1181
|
* lastQueueCallEnd: Number("long"),
|
|
1041
1182
|
* userExtension: "STRING_VALUE",
|
|
1183
|
+
* userLicense: "STRING_VALUE",
|
|
1042
1184
|
* department: "STRING_VALUE",
|
|
1043
1185
|
* name: "STRING_VALUE",
|
|
1044
1186
|
* aclGroup: "STRING_VALUE",
|
|
@@ -1138,6 +1280,7 @@ declare const ConsumeEventCommand_base: {
|
|
|
1138
1280
|
* message: "STRING_VALUE",
|
|
1139
1281
|
* lastQueueCallEnd: Number("long"),
|
|
1140
1282
|
* userExtension: "STRING_VALUE",
|
|
1283
|
+
* userLicense: "STRING_VALUE",
|
|
1141
1284
|
* department: "STRING_VALUE",
|
|
1142
1285
|
* name: "STRING_VALUE",
|
|
1143
1286
|
* aclGroup: "STRING_VALUE",
|
|
@@ -1159,6 +1302,7 @@ declare const ConsumeEventCommand_base: {
|
|
|
1159
1302
|
* message: "STRING_VALUE",
|
|
1160
1303
|
* lastQueueCallEnd: Number("long"),
|
|
1161
1304
|
* userExtension: "STRING_VALUE",
|
|
1305
|
+
* userLicense: "STRING_VALUE",
|
|
1162
1306
|
* department: "STRING_VALUE",
|
|
1163
1307
|
* name: "STRING_VALUE",
|
|
1164
1308
|
* aclGroup: "STRING_VALUE",
|
|
@@ -1180,6 +1324,7 @@ declare const ConsumeEventCommand_base: {
|
|
|
1180
1324
|
* message: "STRING_VALUE",
|
|
1181
1325
|
* lastQueueCallEnd: Number("long"),
|
|
1182
1326
|
* userExtension: "STRING_VALUE",
|
|
1327
|
+
* userLicense: "STRING_VALUE",
|
|
1183
1328
|
* department: "STRING_VALUE",
|
|
1184
1329
|
* name: "STRING_VALUE",
|
|
1185
1330
|
* aclGroup: "STRING_VALUE",
|
|
@@ -156,7 +156,7 @@ declare const DescribeEventCommand_base: {
|
|
|
156
156
|
* // groupId: "STRING_VALUE",
|
|
157
157
|
* // groupName: "STRING_VALUE",
|
|
158
158
|
* // userAgent: "STRING_VALUE",
|
|
159
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
159
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
160
160
|
* // role: "CLIENT" || "AGENT", // required
|
|
161
161
|
* // license: "STRING_VALUE",
|
|
162
162
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -176,7 +176,7 @@ declare const DescribeEventCommand_base: {
|
|
|
176
176
|
* // groupId: "STRING_VALUE",
|
|
177
177
|
* // groupName: "STRING_VALUE",
|
|
178
178
|
* // userAgent: "STRING_VALUE",
|
|
179
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
179
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
180
180
|
* // role: "CLIENT" || "AGENT", // required
|
|
181
181
|
* // license: "STRING_VALUE",
|
|
182
182
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -403,7 +403,7 @@ declare const DescribeEventCommand_base: {
|
|
|
403
403
|
* // groupId: "STRING_VALUE",
|
|
404
404
|
* // groupName: "STRING_VALUE",
|
|
405
405
|
* // userAgent: "STRING_VALUE",
|
|
406
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
406
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
407
407
|
* // role: "CLIENT" || "AGENT", // required
|
|
408
408
|
* // license: "STRING_VALUE",
|
|
409
409
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -441,7 +441,7 @@ declare const DescribeEventCommand_base: {
|
|
|
441
441
|
* // groupId: "STRING_VALUE",
|
|
442
442
|
* // groupName: "STRING_VALUE",
|
|
443
443
|
* // userAgent: "STRING_VALUE",
|
|
444
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
444
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
445
445
|
* // role: "CLIENT" || "AGENT", // required
|
|
446
446
|
* // license: "STRING_VALUE",
|
|
447
447
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -461,7 +461,7 @@ declare const DescribeEventCommand_base: {
|
|
|
461
461
|
* // groupId: "STRING_VALUE",
|
|
462
462
|
* // groupName: "STRING_VALUE",
|
|
463
463
|
* // userAgent: "STRING_VALUE",
|
|
464
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
464
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
465
465
|
* // role: "CLIENT" || "AGENT", // required
|
|
466
466
|
* // license: "STRING_VALUE",
|
|
467
467
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -3135,7 +3135,7 @@ declare const DescribeEventCommand_base: {
|
|
|
3135
3135
|
* // groupId: "STRING_VALUE",
|
|
3136
3136
|
* // groupName: "STRING_VALUE",
|
|
3137
3137
|
* // userAgent: "STRING_VALUE",
|
|
3138
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
3138
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
3139
3139
|
* // role: "STRING_VALUE", // required
|
|
3140
3140
|
* // license: "STRING_VALUE",
|
|
3141
3141
|
* // },
|
|
@@ -3151,7 +3151,7 @@ declare const DescribeEventCommand_base: {
|
|
|
3151
3151
|
* // groupId: "STRING_VALUE",
|
|
3152
3152
|
* // groupName: "STRING_VALUE",
|
|
3153
3153
|
* // userAgent: "STRING_VALUE",
|
|
3154
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
3154
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
3155
3155
|
* // role: "STRING_VALUE", // required
|
|
3156
3156
|
* // license: "STRING_VALUE",
|
|
3157
3157
|
* // },
|
|
@@ -3188,7 +3188,7 @@ declare const DescribeEventCommand_base: {
|
|
|
3188
3188
|
* // groupId: "STRING_VALUE",
|
|
3189
3189
|
* // groupName: "STRING_VALUE",
|
|
3190
3190
|
* // userAgent: "STRING_VALUE",
|
|
3191
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
3191
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
3192
3192
|
* // role: "STRING_VALUE", // required
|
|
3193
3193
|
* // license: "STRING_VALUE",
|
|
3194
3194
|
* // },
|
|
@@ -3204,7 +3204,7 @@ declare const DescribeEventCommand_base: {
|
|
|
3204
3204
|
* // groupId: "STRING_VALUE",
|
|
3205
3205
|
* // groupName: "STRING_VALUE",
|
|
3206
3206
|
* // userAgent: "STRING_VALUE",
|
|
3207
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
3207
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
3208
3208
|
* // role: "STRING_VALUE", // required
|
|
3209
3209
|
* // license: "STRING_VALUE",
|
|
3210
3210
|
* // },
|
|
@@ -3241,7 +3241,7 @@ declare const DescribeEventCommand_base: {
|
|
|
3241
3241
|
* // groupId: "STRING_VALUE",
|
|
3242
3242
|
* // groupName: "STRING_VALUE",
|
|
3243
3243
|
* // userAgent: "STRING_VALUE",
|
|
3244
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
3244
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
3245
3245
|
* // role: "STRING_VALUE", // required
|
|
3246
3246
|
* // license: "STRING_VALUE",
|
|
3247
3247
|
* // },
|
|
@@ -3299,6 +3299,7 @@ declare const DescribeEventCommand_base: {
|
|
|
3299
3299
|
* // message: "STRING_VALUE",
|
|
3300
3300
|
* // lastQueueCallEnd: Number("long"),
|
|
3301
3301
|
* // userExtension: "STRING_VALUE",
|
|
3302
|
+
* // userLicense: "STRING_VALUE",
|
|
3302
3303
|
* // department: "STRING_VALUE",
|
|
3303
3304
|
* // name: "STRING_VALUE",
|
|
3304
3305
|
* // aclGroup: "STRING_VALUE",
|
|
@@ -3338,6 +3339,7 @@ declare const DescribeEventCommand_base: {
|
|
|
3338
3339
|
* // message: "STRING_VALUE",
|
|
3339
3340
|
* // lastQueueCallEnd: Number("long"),
|
|
3340
3341
|
* // userExtension: "STRING_VALUE",
|
|
3342
|
+
* // userLicense: "STRING_VALUE",
|
|
3341
3343
|
* // department: "STRING_VALUE",
|
|
3342
3344
|
* // name: "STRING_VALUE",
|
|
3343
3345
|
* // aclGroup: "STRING_VALUE",
|
|
@@ -3416,6 +3418,7 @@ declare const DescribeEventCommand_base: {
|
|
|
3416
3418
|
* // message: "STRING_VALUE",
|
|
3417
3419
|
* // lastQueueCallEnd: Number("long"),
|
|
3418
3420
|
* // userExtension: "STRING_VALUE",
|
|
3421
|
+
* // userLicense: "STRING_VALUE",
|
|
3419
3422
|
* // department: "STRING_VALUE",
|
|
3420
3423
|
* // name: "STRING_VALUE",
|
|
3421
3424
|
* // aclGroup: "STRING_VALUE",
|
|
@@ -65,7 +65,7 @@ declare const GetOngoingCallAnnotationsCommand_base: {
|
|
|
65
65
|
* // groupId: "STRING_VALUE",
|
|
66
66
|
* // groupName: "STRING_VALUE",
|
|
67
67
|
* // userAgent: "STRING_VALUE",
|
|
68
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
68
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
69
69
|
* // role: "CLIENT" || "AGENT", // required
|
|
70
70
|
* // license: "STRING_VALUE",
|
|
71
71
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -85,7 +85,7 @@ declare const GetOngoingCallAnnotationsCommand_base: {
|
|
|
85
85
|
* // groupId: "STRING_VALUE",
|
|
86
86
|
* // groupName: "STRING_VALUE",
|
|
87
87
|
* // userAgent: "STRING_VALUE",
|
|
88
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
88
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
89
89
|
* // role: "CLIENT" || "AGENT", // required
|
|
90
90
|
* // license: "STRING_VALUE",
|
|
91
91
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -65,7 +65,7 @@ declare const GetOngoingCallCommand_base: {
|
|
|
65
65
|
* // groupId: "STRING_VALUE",
|
|
66
66
|
* // groupName: "STRING_VALUE",
|
|
67
67
|
* // userAgent: "STRING_VALUE",
|
|
68
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
68
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
69
69
|
* // role: "CLIENT" || "AGENT", // required
|
|
70
70
|
* // license: "STRING_VALUE",
|
|
71
71
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -85,7 +85,7 @@ declare const GetOngoingCallCommand_base: {
|
|
|
85
85
|
* // groupId: "STRING_VALUE",
|
|
86
86
|
* // groupName: "STRING_VALUE",
|
|
87
87
|
* // userAgent: "STRING_VALUE",
|
|
88
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
88
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
89
89
|
* // role: "CLIENT" || "AGENT", // required
|
|
90
90
|
* // license: "STRING_VALUE",
|
|
91
91
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -65,7 +65,7 @@ declare const GetOngoingCallTranscriptionCommand_base: {
|
|
|
65
65
|
* // groupId: "STRING_VALUE",
|
|
66
66
|
* // groupName: "STRING_VALUE",
|
|
67
67
|
* // userAgent: "STRING_VALUE",
|
|
68
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
68
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
69
69
|
* // role: "CLIENT" || "AGENT", // required
|
|
70
70
|
* // license: "STRING_VALUE",
|
|
71
71
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -85,7 +85,7 @@ declare const GetOngoingCallTranscriptionCommand_base: {
|
|
|
85
85
|
* // groupId: "STRING_VALUE",
|
|
86
86
|
* // groupName: "STRING_VALUE",
|
|
87
87
|
* // userAgent: "STRING_VALUE",
|
|
88
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
88
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
89
89
|
* // role: "CLIENT" || "AGENT", // required
|
|
90
90
|
* // license: "STRING_VALUE",
|
|
91
91
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -255,7 +255,7 @@ declare const GetOngoingCallTranscriptionCommand_base: {
|
|
|
255
255
|
* // groupId: "STRING_VALUE",
|
|
256
256
|
* // groupName: "STRING_VALUE",
|
|
257
257
|
* // userAgent: "STRING_VALUE",
|
|
258
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
258
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
259
259
|
* // role: "CLIENT" || "AGENT", // required
|
|
260
260
|
* // license: "STRING_VALUE",
|
|
261
261
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -82,7 +82,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
82
82
|
* // groupId: "STRING_VALUE",
|
|
83
83
|
* // groupName: "STRING_VALUE",
|
|
84
84
|
* // userAgent: "STRING_VALUE",
|
|
85
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
85
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
86
86
|
* // role: "CLIENT" || "AGENT", // required
|
|
87
87
|
* // license: "STRING_VALUE",
|
|
88
88
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -102,7 +102,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
102
102
|
* // groupId: "STRING_VALUE",
|
|
103
103
|
* // groupName: "STRING_VALUE",
|
|
104
104
|
* // userAgent: "STRING_VALUE",
|
|
105
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
105
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
106
106
|
* // role: "CLIENT" || "AGENT", // required
|
|
107
107
|
* // license: "STRING_VALUE",
|
|
108
108
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -461,9 +461,13 @@ export type CallParticipantType = typeof CallParticipantType[keyof typeof CallPa
|
|
|
461
461
|
* @enum
|
|
462
462
|
*/
|
|
463
463
|
export declare const CallDevice: {
|
|
464
|
+
readonly COLLABORATION7_ANDROID: "COLLABORATION7_ANDROID";
|
|
465
|
+
readonly COLLABORATION7_IOS: "COLLABORATION7_IOS";
|
|
466
|
+
readonly COLLABORATION7_WEB: "COLLABORATION7_WEB";
|
|
464
467
|
readonly COLLABORATION_ANDROID: "COLLABORATION_ANDROID";
|
|
465
468
|
readonly COLLABORATION_IOS: "COLLABORATION_IOS";
|
|
466
469
|
readonly COLLABORATION_WEB: "COLLABORATION_WEB";
|
|
470
|
+
readonly TEAMS4WILDIX: "TEAMS4WILDIX";
|
|
467
471
|
readonly UNKNOWN: "UNKNOWN";
|
|
468
472
|
readonly VOICEBOT: "VOICEBOT";
|
|
469
473
|
readonly WILDIX_DEVICE: "WILDIX_DEVICE";
|
|
@@ -471,6 +475,9 @@ export declare const CallDevice: {
|
|
|
471
475
|
readonly XBEES_ANDROID: "XBEES_ANDROID";
|
|
472
476
|
readonly XBEES_IOS: "XBEES_IOS";
|
|
473
477
|
readonly XBEES_WEB: "XBEES_WEB";
|
|
478
|
+
readonly XHOPPERS_ANDROID: "XHOPPERS_ANDROID";
|
|
479
|
+
readonly XHOPPERS_IOS: "XHOPPERS_IOS";
|
|
480
|
+
readonly XHOPPERS_WEB: "XHOPPERS_WEB";
|
|
474
481
|
};
|
|
475
482
|
/**
|
|
476
483
|
* @public
|
|
@@ -2086,11 +2093,170 @@ export interface CallMosData {
|
|
|
2086
2093
|
caller?: string | undefined;
|
|
2087
2094
|
callee?: string | undefined;
|
|
2088
2095
|
}
|
|
2096
|
+
/**
|
|
2097
|
+
* @public
|
|
2098
|
+
* @enum
|
|
2099
|
+
*/
|
|
2100
|
+
export declare const CallRtpIpFamily: {
|
|
2101
|
+
readonly IPV4: "IPv4";
|
|
2102
|
+
readonly IPV6: "IPv6";
|
|
2103
|
+
};
|
|
2104
|
+
/**
|
|
2105
|
+
* @public
|
|
2106
|
+
*/
|
|
2107
|
+
export type CallRtpIpFamily = typeof CallRtpIpFamily[keyof typeof CallRtpIpFamily];
|
|
2108
|
+
/**
|
|
2109
|
+
* RTP endpoint with IP address, port, and address family.
|
|
2110
|
+
* @public
|
|
2111
|
+
*/
|
|
2112
|
+
export interface CallRtpEndpoint {
|
|
2113
|
+
ip?: string | undefined;
|
|
2114
|
+
port?: number | undefined;
|
|
2115
|
+
family?: CallRtpIpFamily | undefined;
|
|
2116
|
+
}
|
|
2117
|
+
/**
|
|
2118
|
+
* Jitter statistics measured in milliseconds.
|
|
2119
|
+
* @public
|
|
2120
|
+
*/
|
|
2121
|
+
export interface CallRtpJitterStats {
|
|
2122
|
+
/**
|
|
2123
|
+
* Average jitter in milliseconds.
|
|
2124
|
+
* @public
|
|
2125
|
+
*/
|
|
2126
|
+
avg?: number | undefined;
|
|
2127
|
+
/**
|
|
2128
|
+
* Minimum jitter in milliseconds.
|
|
2129
|
+
* @public
|
|
2130
|
+
*/
|
|
2131
|
+
min?: number | undefined;
|
|
2132
|
+
/**
|
|
2133
|
+
* Maximum jitter in milliseconds.
|
|
2134
|
+
* @public
|
|
2135
|
+
*/
|
|
2136
|
+
max?: number | undefined;
|
|
2137
|
+
}
|
|
2138
|
+
/**
|
|
2139
|
+
* Mean Opinion Score statistics in range 1.0–5.0.
|
|
2140
|
+
* @public
|
|
2141
|
+
*/
|
|
2142
|
+
export interface CallRtpMosStats {
|
|
2143
|
+
avg?: number | undefined;
|
|
2144
|
+
min?: number | undefined;
|
|
2145
|
+
max?: number | undefined;
|
|
2146
|
+
}
|
|
2147
|
+
/**
|
|
2148
|
+
* Packet loss statistics. avg/min/max are percentages; cumulative is a packet count from RTCP RR.
|
|
2149
|
+
* @public
|
|
2150
|
+
*/
|
|
2151
|
+
export interface CallRtpPacketLossStats {
|
|
2152
|
+
/**
|
|
2153
|
+
* Average packet loss percentage.
|
|
2154
|
+
* @public
|
|
2155
|
+
*/
|
|
2156
|
+
avg?: number | undefined;
|
|
2157
|
+
/**
|
|
2158
|
+
* Minimum packet loss percentage.
|
|
2159
|
+
* @public
|
|
2160
|
+
*/
|
|
2161
|
+
min?: number | undefined;
|
|
2162
|
+
/**
|
|
2163
|
+
* Maximum packet loss percentage.
|
|
2164
|
+
* @public
|
|
2165
|
+
*/
|
|
2166
|
+
max?: number | undefined;
|
|
2167
|
+
/**
|
|
2168
|
+
* Cumulative packet loss count from RTCP RR.
|
|
2169
|
+
* @public
|
|
2170
|
+
*/
|
|
2171
|
+
cumulative?: number | undefined;
|
|
2172
|
+
}
|
|
2173
|
+
/**
|
|
2174
|
+
* Round-trip time statistics measured in milliseconds.
|
|
2175
|
+
* @public
|
|
2176
|
+
*/
|
|
2177
|
+
export interface CallRtpRttStats {
|
|
2178
|
+
/**
|
|
2179
|
+
* Average RTT for the full path in milliseconds.
|
|
2180
|
+
* @public
|
|
2181
|
+
*/
|
|
2182
|
+
avg?: number | undefined;
|
|
2183
|
+
/**
|
|
2184
|
+
* RTT for a single leg in milliseconds.
|
|
2185
|
+
* @public
|
|
2186
|
+
*/
|
|
2187
|
+
leg?: number | undefined;
|
|
2188
|
+
}
|
|
2189
|
+
/**
|
|
2190
|
+
* RTP statistics for a single call leg.
|
|
2191
|
+
* @public
|
|
2192
|
+
*/
|
|
2193
|
+
export interface CallRtpLegStats {
|
|
2194
|
+
/**
|
|
2195
|
+
* rtpengine cluster node URL (e.g. udp:10.0.0.5:1026).
|
|
2196
|
+
* @public
|
|
2197
|
+
*/
|
|
2198
|
+
node?: string | undefined;
|
|
2199
|
+
packets?: number | undefined;
|
|
2200
|
+
bytes?: number | undefined;
|
|
2201
|
+
/**
|
|
2202
|
+
* RTP endpoint with IP address, port, and address family.
|
|
2203
|
+
* @public
|
|
2204
|
+
*/
|
|
2205
|
+
remote?: CallRtpEndpoint | undefined;
|
|
2206
|
+
/**
|
|
2207
|
+
* RTP endpoint with IP address, port, and address family.
|
|
2208
|
+
* @public
|
|
2209
|
+
*/
|
|
2210
|
+
advertised?: CallRtpEndpoint | undefined;
|
|
2211
|
+
codec?: string | undefined;
|
|
2212
|
+
protocol?: string | undefined;
|
|
2213
|
+
/**
|
|
2214
|
+
* Mean Opinion Score statistics in range 1.0–5.0.
|
|
2215
|
+
* @public
|
|
2216
|
+
*/
|
|
2217
|
+
mos?: CallRtpMosStats | undefined;
|
|
2218
|
+
/**
|
|
2219
|
+
* Jitter statistics measured in milliseconds.
|
|
2220
|
+
* @public
|
|
2221
|
+
*/
|
|
2222
|
+
jitter?: CallRtpJitterStats | undefined;
|
|
2223
|
+
/**
|
|
2224
|
+
* Packet loss statistics. avg/min/max are percentages; cumulative is a packet count from RTCP RR.
|
|
2225
|
+
* @public
|
|
2226
|
+
*/
|
|
2227
|
+
packetLoss?: CallRtpPacketLossStats | undefined;
|
|
2228
|
+
/**
|
|
2229
|
+
* Round-trip time statistics measured in milliseconds.
|
|
2230
|
+
* @public
|
|
2231
|
+
*/
|
|
2232
|
+
rtt?: CallRtpRttStats | undefined;
|
|
2233
|
+
}
|
|
2234
|
+
/**
|
|
2235
|
+
* RTP statistics grouped by caller and callee legs.
|
|
2236
|
+
* @public
|
|
2237
|
+
*/
|
|
2238
|
+
export interface CallRtpStatsData {
|
|
2239
|
+
/**
|
|
2240
|
+
* RTP statistics for a single call leg.
|
|
2241
|
+
* @public
|
|
2242
|
+
*/
|
|
2243
|
+
caller?: CallRtpLegStats | undefined;
|
|
2244
|
+
/**
|
|
2245
|
+
* RTP statistics for a single call leg.
|
|
2246
|
+
* @public
|
|
2247
|
+
*/
|
|
2248
|
+
callee?: CallRtpLegStats | undefined;
|
|
2249
|
+
}
|
|
2089
2250
|
/**
|
|
2090
2251
|
* @public
|
|
2091
2252
|
*/
|
|
2092
2253
|
export interface CallEndConsumeEventData {
|
|
2093
2254
|
mos?: CallMosData | undefined;
|
|
2255
|
+
/**
|
|
2256
|
+
* RTP statistics grouped by caller and callee legs.
|
|
2257
|
+
* @public
|
|
2258
|
+
*/
|
|
2259
|
+
rtpStats?: CallRtpStatsData | undefined;
|
|
2094
2260
|
cause?: string | undefined;
|
|
2095
2261
|
causeStr?: string | undefined;
|
|
2096
2262
|
who?: CallEndConsume | undefined;
|
|
@@ -2305,6 +2471,11 @@ export interface CallSplitConsumeEventData {
|
|
|
2305
2471
|
flags?: (string)[] | undefined;
|
|
2306
2472
|
sipCallId?: string | undefined;
|
|
2307
2473
|
mos?: CallMosData | undefined;
|
|
2474
|
+
/**
|
|
2475
|
+
* RTP statistics grouped by caller and callee legs.
|
|
2476
|
+
* @public
|
|
2477
|
+
*/
|
|
2478
|
+
rtpStats?: CallRtpStatsData | undefined;
|
|
2308
2479
|
reason?: string | undefined;
|
|
2309
2480
|
transferType?: string | undefined;
|
|
2310
2481
|
mergeWith?: string | undefined;
|
|
@@ -3238,6 +3409,7 @@ export interface ServiceAgentConsumeEventData {
|
|
|
3238
3409
|
message?: string | undefined;
|
|
3239
3410
|
lastQueueCallEnd?: number | undefined;
|
|
3240
3411
|
userExtension?: string | undefined;
|
|
3412
|
+
userLicense?: string | undefined;
|
|
3241
3413
|
department?: string | undefined;
|
|
3242
3414
|
name?: string | undefined;
|
|
3243
3415
|
aclGroup?: string | undefined;
|
|
@@ -3477,6 +3649,7 @@ export interface ServiceAgent {
|
|
|
3477
3649
|
message?: string | undefined;
|
|
3478
3650
|
lastQueueCallEnd?: number | undefined;
|
|
3479
3651
|
userExtension?: string | undefined;
|
|
3652
|
+
userLicense?: string | undefined;
|
|
3480
3653
|
department?: string | undefined;
|
|
3481
3654
|
name?: string | undefined;
|
|
3482
3655
|
aclGroup?: string | undefined;
|
|
@@ -6968,89 +7141,3 @@ export interface WebhookChatLiveInterruptedEvent {
|
|
|
6968
7141
|
integrationId: string;
|
|
6969
7142
|
data: ChatAnalyticsLiveInterruptedEvent;
|
|
6970
7143
|
}
|
|
6971
|
-
/**
|
|
6972
|
-
* @public
|
|
6973
|
-
*/
|
|
6974
|
-
export interface WebhookChatLiveProgressEvent {
|
|
6975
|
-
id: string;
|
|
6976
|
-
pbx?: string | undefined;
|
|
6977
|
-
company?: string | undefined;
|
|
6978
|
-
type: WebhookEventType;
|
|
6979
|
-
time: number;
|
|
6980
|
-
integrationId: string;
|
|
6981
|
-
data: ChatAnalyticsLiveProgressEvent;
|
|
6982
|
-
}
|
|
6983
|
-
/**
|
|
6984
|
-
* @public
|
|
6985
|
-
*/
|
|
6986
|
-
export interface WebhookChatManagerMissedEvent {
|
|
6987
|
-
id: string;
|
|
6988
|
-
pbx?: string | undefined;
|
|
6989
|
-
company?: string | undefined;
|
|
6990
|
-
type: WebhookEventType;
|
|
6991
|
-
time: number;
|
|
6992
|
-
integrationId: string;
|
|
6993
|
-
data: ChatAnalyticsManagerMissedEvent;
|
|
6994
|
-
}
|
|
6995
|
-
/**
|
|
6996
|
-
* @public
|
|
6997
|
-
*/
|
|
6998
|
-
export interface WebhookChatSummaryCompletedEventData {
|
|
6999
|
-
chat: ChatRecord;
|
|
7000
|
-
summary: TranscriptionSummary;
|
|
7001
|
-
}
|
|
7002
|
-
/**
|
|
7003
|
-
* @public
|
|
7004
|
-
*/
|
|
7005
|
-
export interface WebhookChatSummaryCompletedEvent {
|
|
7006
|
-
id: string;
|
|
7007
|
-
pbx?: string | undefined;
|
|
7008
|
-
company?: string | undefined;
|
|
7009
|
-
type: WebhookEventType;
|
|
7010
|
-
time: number;
|
|
7011
|
-
integrationId: string;
|
|
7012
|
-
data: WebhookChatSummaryCompletedEventData;
|
|
7013
|
-
}
|
|
7014
|
-
/**
|
|
7015
|
-
* @public
|
|
7016
|
-
*/
|
|
7017
|
-
export interface WebhookConferenceAnnotationsCompletedEventData {
|
|
7018
|
-
conference: ConferenceRecord;
|
|
7019
|
-
annotations: (Annotation)[];
|
|
7020
|
-
}
|
|
7021
|
-
/**
|
|
7022
|
-
* @public
|
|
7023
|
-
*/
|
|
7024
|
-
export interface WebhookConferenceAnnotationsCompletedEvent {
|
|
7025
|
-
id: string;
|
|
7026
|
-
pbx?: string | undefined;
|
|
7027
|
-
company?: string | undefined;
|
|
7028
|
-
type: WebhookEventType;
|
|
7029
|
-
time: number;
|
|
7030
|
-
integrationId: string;
|
|
7031
|
-
data: WebhookConferenceAnnotationsCompletedEventData;
|
|
7032
|
-
}
|
|
7033
|
-
/**
|
|
7034
|
-
* @public
|
|
7035
|
-
*/
|
|
7036
|
-
export interface WebhookConferenceCompletedEvent {
|
|
7037
|
-
id: string;
|
|
7038
|
-
pbx?: string | undefined;
|
|
7039
|
-
company?: string | undefined;
|
|
7040
|
-
type: WebhookEventType;
|
|
7041
|
-
time: number;
|
|
7042
|
-
integrationId: string;
|
|
7043
|
-
data: ConferenceAnalyticsRecordEvent;
|
|
7044
|
-
}
|
|
7045
|
-
/**
|
|
7046
|
-
* @public
|
|
7047
|
-
*/
|
|
7048
|
-
export interface WebhookConferenceLiveAnnotationEvent {
|
|
7049
|
-
id: string;
|
|
7050
|
-
pbx?: string | undefined;
|
|
7051
|
-
company?: string | undefined;
|
|
7052
|
-
type: WebhookEventType;
|
|
7053
|
-
time: number;
|
|
7054
|
-
integrationId: string;
|
|
7055
|
-
data: ConferenceAnalyticsLiveAnnotationEvent;
|
|
7056
|
-
}
|
|
@@ -1,7 +1,93 @@
|
|
|
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, ServiceAgentsStatusAnalyticsRecordEvent, ServiceAnalyticsLiveCompleteEvent, ServiceAnalyticsLiveProgressEvent, ServiceCallAnalyticsLiveCompleteEvent, ServiceCallAnalyticsLiveProgressEvent, ServiceCallAnalyticsRecordEvent, ServiceCallEventType, ServiceEventType, SmsStatusConsumeEventData, TranscriptionSummary, TranscriptionTextChunk, WebhookCallAnnotationsCompletedEvent, WebhookCallCompletedEvent, WebhookCallLiveAnnotationEvent, WebhookCallLiveCompletedEvent, WebhookCallLiveInterruptedEvent, WebhookCallLiveProgressEvent, WebhookCallLiveRecordPauseEvent, WebhookCallLiveRecordStartEvent, WebhookCallLiveRecordStopEvent, WebhookCallLiveRecordUnpauseEvent, WebhookCallLiveTranscriptionEvent, WebhookCallSummaryCompletedEvent, WebhookCallTranscriptionCompletedEvent, WebhookCallTranscriptionTextCompletedEvent, WebhookChatAnnotationsCompletedEvent, WebhookChatCompletedEvent, WebhookChatLiveAnnotationEvent, WebhookChatLiveCompletedEvent, WebhookChatLiveInterruptedEvent,
|
|
2
|
+
import { Annotation, CallAnalyticsAnnotationsRecordEvent, CallAnalyticsCostRecordEvent, CallAnalyticsLiveAnnotationEvent, CallAnalyticsLiveCompleteEvent, CallAnalyticsLiveInterruptedEvent, CallAnalyticsLiveProgressEvent, CallAnalyticsLiveProgressEventFlow, CallAnalyticsLiveTranscriptionEvent, CallAnalyticsRecordEvent, CallAnalyticsTranscriptionRecordEvent, CallDevice, CallEventType, ChatAnalyticsAnnotationsRecordEvent, ChatAnalyticsLiveAnnotationEvent, ChatAnalyticsLiveCompleteEvent, ChatAnalyticsLiveInterruptedEvent, ChatAnalyticsLiveProgressEvent, ChatAnalyticsLiveTranscriptionEvent, ChatAnalyticsManagerMissedEvent, ChatAnalyticsRecordEvent, ChatAnalyticsTranscriptionRecordEvent, ChatEventType, ChatRecord, ConferenceAnalyticsAnnotationsRecordEvent, ConferenceAnalyticsLiveAnnotationEvent, ConferenceAnalyticsLiveCompleteEvent, ConferenceAnalyticsLiveInterruptedEvent, ConferenceAnalyticsLiveJoinEvent, ConferenceAnalyticsLiveLeaveEvent, ConferenceAnalyticsLiveProgressEvent, ConferenceAnalyticsLiveTranscriptionEvent, ConferenceAnalyticsRecordEvent, ConferenceAnalyticsTranscriptionRecordEvent, ConferenceEventType, ConferenceParticipant, ConferenceRecord, PresenceAnalyticsConferenceEvent, PresenceAnalyticsStatusEvent, PresenceAnalyticsTelephonyEvent, PresenceEventType, ServiceAgentsStatusAnalyticsRecordEvent, ServiceAnalyticsLiveCompleteEvent, ServiceAnalyticsLiveProgressEvent, ServiceCallAnalyticsLiveCompleteEvent, ServiceCallAnalyticsLiveProgressEvent, ServiceCallAnalyticsRecordEvent, ServiceCallEventType, ServiceEventType, SmsStatusConsumeEventData, TranscriptionSummary, TranscriptionTextChunk, WebhookCallAnnotationsCompletedEvent, WebhookCallCompletedEvent, WebhookCallLiveAnnotationEvent, WebhookCallLiveCompletedEvent, WebhookCallLiveInterruptedEvent, WebhookCallLiveProgressEvent, WebhookCallLiveRecordPauseEvent, WebhookCallLiveRecordStartEvent, WebhookCallLiveRecordStopEvent, WebhookCallLiveRecordUnpauseEvent, WebhookCallLiveTranscriptionEvent, WebhookCallSummaryCompletedEvent, WebhookCallTranscriptionCompletedEvent, WebhookCallTranscriptionTextCompletedEvent, WebhookChatAnnotationsCompletedEvent, WebhookChatCompletedEvent, WebhookChatLiveAnnotationEvent, WebhookChatLiveCompletedEvent, WebhookChatLiveInterruptedEvent, 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 WebhookChatLiveProgressEvent {
|
|
9
|
+
id: string;
|
|
10
|
+
pbx?: string | undefined;
|
|
11
|
+
company?: string | undefined;
|
|
12
|
+
type: WebhookEventType;
|
|
13
|
+
time: number;
|
|
14
|
+
integrationId: string;
|
|
15
|
+
data: ChatAnalyticsLiveProgressEvent;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface WebhookChatManagerMissedEvent {
|
|
21
|
+
id: string;
|
|
22
|
+
pbx?: string | undefined;
|
|
23
|
+
company?: string | undefined;
|
|
24
|
+
type: WebhookEventType;
|
|
25
|
+
time: number;
|
|
26
|
+
integrationId: string;
|
|
27
|
+
data: ChatAnalyticsManagerMissedEvent;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface WebhookChatSummaryCompletedEventData {
|
|
33
|
+
chat: ChatRecord;
|
|
34
|
+
summary: TranscriptionSummary;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export interface WebhookChatSummaryCompletedEvent {
|
|
40
|
+
id: string;
|
|
41
|
+
pbx?: string | undefined;
|
|
42
|
+
company?: string | undefined;
|
|
43
|
+
type: WebhookEventType;
|
|
44
|
+
time: number;
|
|
45
|
+
integrationId: string;
|
|
46
|
+
data: WebhookChatSummaryCompletedEventData;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export interface WebhookConferenceAnnotationsCompletedEventData {
|
|
52
|
+
conference: ConferenceRecord;
|
|
53
|
+
annotations: (Annotation)[];
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
export interface WebhookConferenceAnnotationsCompletedEvent {
|
|
59
|
+
id: string;
|
|
60
|
+
pbx?: string | undefined;
|
|
61
|
+
company?: string | undefined;
|
|
62
|
+
type: WebhookEventType;
|
|
63
|
+
time: number;
|
|
64
|
+
integrationId: string;
|
|
65
|
+
data: WebhookConferenceAnnotationsCompletedEventData;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export interface WebhookConferenceCompletedEvent {
|
|
71
|
+
id: string;
|
|
72
|
+
pbx?: string | undefined;
|
|
73
|
+
company?: string | undefined;
|
|
74
|
+
type: WebhookEventType;
|
|
75
|
+
time: number;
|
|
76
|
+
integrationId: string;
|
|
77
|
+
data: ConferenceAnalyticsRecordEvent;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export interface WebhookConferenceLiveAnnotationEvent {
|
|
83
|
+
id: string;
|
|
84
|
+
pbx?: string | undefined;
|
|
85
|
+
company?: string | undefined;
|
|
86
|
+
type: WebhookEventType;
|
|
87
|
+
time: number;
|
|
88
|
+
integrationId: string;
|
|
89
|
+
data: ConferenceAnalyticsLiveAnnotationEvent;
|
|
90
|
+
}
|
|
5
91
|
/**
|
|
6
92
|
* @public
|
|
7
93
|
*/
|
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.69",
|
|
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",
|