@wildix/wda-stream-client 1.1.67 → 3.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/WdaStream.js +3 -3
- package/dist-cjs/WdaStreamClient.js +34 -26
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +58 -0
- package/dist-cjs/commands/ConsumeEventCommand.js +10 -11
- package/dist-cjs/commands/DescribeEventCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceIdCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingCallAnnotationsCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingCallCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingCallTranscriptionCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingChatAnnotationsCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingConferenceAnnotationsCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingConferenceCommand.js +10 -11
- package/dist-cjs/commands/GetOngoingConferenceTranscriptionCommand.js +10 -11
- package/dist-cjs/commands/ListServicesCommand.js +10 -11
- package/dist-cjs/commands/QueryConversationsCommand.js +10 -11
- package/dist-cjs/commands/QueryPresenceCommand.js +10 -11
- package/dist-cjs/commands/QueryPresencesCommand.js +10 -11
- package/dist-cjs/commands/UpdatePresenceLastSeenCommand.js +10 -11
- package/dist-cjs/commands/index.js +2 -2
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/bdd.js +28 -0
- package/dist-cjs/endpoint/endpointResolver.js +16 -0
- package/dist-cjs/index.js +5 -1
- package/dist-cjs/models/WdaStreamServiceException.js +3 -3
- package/dist-cjs/models/enums.js +508 -0
- package/dist-cjs/models/errors.js +56 -0
- package/dist-cjs/models/models_0.js +0 -660
- package/dist-cjs/models/models_1.js +0 -48
- package/dist-cjs/runtimeConfig.browser.js +11 -11
- package/dist-cjs/runtimeConfig.js +22 -18
- package/dist-cjs/runtimeConfig.shared.js +30 -10
- package/dist-cjs/runtimeExtensions.js +6 -5
- package/dist-cjs/schemas/schemas_0.js +2528 -0
- package/dist-es/WdaStream.js +2 -2
- package/dist-es/WdaStreamClient.js +30 -22
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +52 -0
- package/dist-es/commands/ConsumeEventCommand.js +9 -10
- package/dist-es/commands/DescribeEventCommand.js +9 -10
- package/dist-es/commands/GetConferenceIdCommand.js +9 -10
- package/dist-es/commands/GetOngoingCallAnnotationsCommand.js +9 -10
- package/dist-es/commands/GetOngoingCallCommand.js +9 -10
- package/dist-es/commands/GetOngoingCallTranscriptionCommand.js +9 -10
- package/dist-es/commands/GetOngoingChatAnnotationsCommand.js +9 -10
- package/dist-es/commands/GetOngoingConferenceAnnotationsCommand.js +9 -10
- package/dist-es/commands/GetOngoingConferenceCommand.js +9 -10
- package/dist-es/commands/GetOngoingConferenceTranscriptionCommand.js +9 -10
- package/dist-es/commands/ListServicesCommand.js +9 -10
- package/dist-es/commands/QueryConversationsCommand.js +9 -10
- package/dist-es/commands/QueryPresenceCommand.js +9 -10
- package/dist-es/commands/QueryPresencesCommand.js +9 -10
- package/dist-es/commands/UpdatePresenceLastSeenCommand.js +9 -10
- package/dist-es/commands/index.js +2 -2
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/bdd.js +25 -0
- package/dist-es/endpoint/endpointResolver.js +12 -0
- package/dist-es/index.js +5 -1
- package/dist-es/models/WdaStreamServiceException.js +1 -1
- package/dist-es/models/enums.js +504 -0
- package/dist-es/models/errors.js +49 -0
- package/dist-es/models/models_0.js +1 -656
- package/dist-es/models/models_1.js +1 -45
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +17 -13
- package/dist-es/runtimeConfig.shared.js +24 -4
- package/dist-es/runtimeExtensions.js +6 -5
- package/dist-es/schemas/schemas_0.js +2519 -0
- package/dist-types/WdaStream.d.ts +16 -16
- package/dist-types/WdaStreamClient.d.ts +45 -27
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +81 -0
- package/dist-types/commands/ConsumeEventCommand.d.ts +16 -7
- package/dist-types/commands/DescribeEventCommand.d.ts +24 -18
- package/dist-types/commands/GetConferenceIdCommand.d.ts +11 -7
- package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +13 -9
- package/dist-types/commands/GetOngoingCallCommand.d.ts +13 -9
- package/dist-types/commands/GetOngoingCallTranscriptionCommand.d.ts +14 -10
- package/dist-types/commands/GetOngoingChatAnnotationsCommand.d.ts +11 -7
- package/dist-types/commands/GetOngoingConferenceAnnotationsCommand.d.ts +11 -7
- package/dist-types/commands/GetOngoingConferenceCommand.d.ts +11 -7
- package/dist-types/commands/GetOngoingConferenceTranscriptionCommand.d.ts +11 -7
- package/dist-types/commands/ListServicesCommand.d.ts +11 -7
- package/dist-types/commands/QueryConversationsCommand.d.ts +13 -9
- package/dist-types/commands/QueryPresenceCommand.d.ts +12 -7
- package/dist-types/commands/QueryPresencesCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePresenceLastSeenCommand.d.ts +11 -7
- package/dist-types/commands/index.d.ts +2 -2
- package/dist-types/endpoint/EndpointParameters.d.ts +41 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/extensionConfiguration.d.ts +4 -3
- package/dist-types/index.d.ts +6 -1
- package/dist-types/models/WdaStreamServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1088 -0
- package/dist-types/models/errors.d.ts +46 -0
- package/dist-types/models/models_0.d.ts +1111 -1206
- package/dist-types/models/models_1.d.ts +3 -982
- package/dist-types/runtimeConfig.browser.d.ts +35 -16
- package/dist-types/runtimeConfig.d.ts +34 -15
- package/dist-types/runtimeConfig.native.d.ts +36 -17
- package/dist-types/runtimeConfig.shared.d.ts +20 -3
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +333 -0
- package/package.json +14 -40
- package/dist-cjs/models/index.js +0 -5
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1340
- package/dist-es/models/index.js +0 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -1307
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -137
|
@@ -0,0 +1,2528 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CallFlowVoicemail$ = exports.CallFlowRecording$ = exports.CallFlowNotifications$ = exports.CallFlowFax$ = exports.CallFlowConsumeTrunk$ = exports.CallFlowConsumeQueue$ = exports.CallFlowConsumeParticipant$ = exports.CallFlowAttachmentDestination$ = exports.CallEndConsumeEventData$ = exports.CallEndConsumeEvent$ = exports.CallAttachmentConsumeEventData$ = exports.CallAttachmentConsumeEvent$ = exports.CallAnnotateConsumeEventData$ = exports.CallAnnotateConsumeEvent$ = exports.CallAnalyticsTranscriptionRecordEvent$ = exports.CallAnalyticsRecordEventFlow$ = exports.CallAnalyticsRecordEvent$ = exports.CallAnalyticsLiveTranscriptionEvent$ = exports.CallAnalyticsLiveProgressEventFlow$ = exports.CallAnalyticsLiveProgressEvent$ = exports.CallAnalyticsLiveInterruptedEvent$ = exports.CallAnalyticsLiveCompleteEvent$ = exports.CallAnalyticsLiveAnnotationEvent$ = exports.CallAnalyticsCostRecordEvent$ = exports.CallAnalyticsAnnotationsRecordEvent$ = exports.CallAgentsStartOrEndConsumeEventData$ = exports.CallAgentsStartConsumeEvent$ = exports.CallAgentsItemConsumeItem$ = exports.CallAgentsCancelConsumeEvent$ = exports.AnnotationVariablesValue$ = exports.AnnotationSource$ = exports.AnnotationResultValue$ = exports.Annotation$ = exports.TranscriptionSummaryJson$ = exports.TranscriptionSummaryCsat$ = exports.TranscriptionSummary$ = exports.TranscriptionTextChunk$ = exports.ConferenceRecord$ = exports.ChatRecord$ = exports.CallRecord$ = exports.WhatsAppStatusEventData$ = exports.WhatsAppInboundEventData$ = exports.TemplateWithParameters$ = exports.TemplateParameter$ = exports.errorTypeRegistries = exports.PresenceNotAvailableException$ = exports.MatchNotFoundException$ = exports.ValidationException$ = exports.ForbiddenException$ = exports.WdaStreamServiceException$ = void 0;
|
|
4
|
+
exports.ChatParticipantInfo$ = exports.ChatParticipant$ = exports.ChatNewConsumeEventData$ = exports.ChatNewConsumeEvent$ = exports.ChatMessageConsumeEventData$ = exports.ChatMessageConsumeEvent$ = exports.ChatConsumeEventParticipants$ = exports.ChatAnnotateConsumeEventData$ = exports.ChatAnnotateConsumeEvent$ = exports.ChatAnalyticsTranscriptionRecordEvent$ = exports.ChatAnalyticsRecordEvent$ = exports.ChatAnalyticsManagerMissedEvent$ = exports.ChatAnalyticsLiveTranscriptionEvent$ = exports.ChatAnalyticsLiveProgressEvent$ = exports.ChatAnalyticsLiveInterruptedEvent$ = exports.ChatAnalyticsLiveCompleteEvent$ = exports.ChatAnalyticsLiveAnnotationEvent$ = exports.ChatAnalyticsAnnotationsRecordEvent$ = exports.CdsTranscriptionPayloadReference$ = exports.CallUpdateConsumeEventData$ = exports.CallUpdateConsumeEvent$ = exports.CallTranscriptionChunk$ = exports.CallTranscription$ = exports.CallTranscribeConsumeEventData$ = exports.CallTranscribeConsumeEvent$ = exports.CallStartConsumeEventData$ = exports.CallStartConsumeEvent$ = exports.CallSplitConsumeEventData$ = exports.CallSplitConsumeEvent$ = exports.CallRtpStatsData$ = exports.CallRtpRttStats$ = exports.CallRtpPacketLossStats$ = exports.CallRtpMosStats$ = exports.CallRtpLegStats$ = exports.CallRtpJitterStats$ = exports.CallRtpEndpoint$ = exports.CallRecordUnpauseConsumeEventData$ = exports.CallRecordUnpauseConsumeEvent$ = exports.CallRecordStopConsumeEventData$ = exports.CallRecordStopConsumeEvent$ = exports.CallRecordStartConsumeEventData$ = exports.CallRecordStartConsumeEvent$ = exports.CallRecordPauseConsumeEventData$ = exports.CallRecordPauseConsumeEvent$ = exports.CallRecordPause$ = exports.CallPostTranscriptionConsumeEventData$ = exports.CallPostTranscriptionConsumeEvent$ = exports.CallParticipant$ = exports.CallMosData$ = exports.CallLiveConsumeEvent$ = void 0;
|
|
5
|
+
exports.GetOngoingCallInput$ = exports.GetOngoingCallAnnotationsOutput$ = exports.GetOngoingCallAnnotationsInput$ = exports.GetConferenceIdOutput$ = exports.GetConferenceIdInput$ = exports.DescribeEventOutput$ = exports.DescribeEventInput$ = exports.ConsumeEventOutput$ = exports.ConsumeEventInput$ = exports.ConferenceTranscriptionConsumeEventData$ = exports.ConferenceTranscriptionConsumeEvent$ = exports.ConferenceTranscriptionChunk$ = exports.ConferenceTranscription$ = exports.ConferenceTimeFramesListItem$ = exports.ConferenceTimeFramesConsumeEventData$ = exports.ConferenceTimeFramesConsumeEvent$ = exports.ConferenceTimeFramesChunk$ = exports.ConferenceStatsConsumeEvent$ = exports.ConferenceStartConsumeEventData$ = exports.ConferenceStartConsumeEvent$ = exports.ConferenceSpeakerTime$ = exports.ConferenceRecordStopConsumeEventData$ = exports.ConferenceRecordStopConsumeEvent$ = exports.ConferenceRecordStartConsumeEventData$ = exports.ConferenceRecordStartConsumeEvent$ = exports.ConferenceRecording$ = exports.ConferenceParticipant$ = exports.ConferenceLeaveConsumeEventData$ = exports.ConferenceLeaveConsumeEvent$ = exports.ConferenceKeepAliveConsumeEvent$ = exports.ConferenceJoinConsumeEventData$ = exports.ConferenceJoinConsumeEvent$ = exports.ConferenceEndConsumeEvent$ = exports.ConferenceAnnotateConsumeEventData$ = exports.ConferenceAnnotateConsumeEvent$ = exports.ConferenceAnalyticsTranscriptionRecordEvent$ = exports.ConferenceAnalyticsRecordParticipant$ = exports.ConferenceAnalyticsRecordEvent$ = exports.ConferenceAnalyticsLiveTranscriptionEvent$ = exports.ConferenceAnalyticsLiveProgressEvent$ = exports.ConferenceAnalyticsLiveLeaveEvent$ = exports.ConferenceAnalyticsLiveJoinEvent$ = exports.ConferenceAnalyticsLiveInterruptedEvent$ = exports.ConferenceAnalyticsLiveCompleteEvent$ = exports.ConferenceAnalyticsLiveAnnotationEvent$ = exports.ConferenceAnalyticsAnnotationsRecordEvent$ = exports.ChatUpdateConsumeEventData$ = exports.ChatUpdateConsumeEvent$ = exports.ChatTranscription$ = exports.ChatParticipants$ = void 0;
|
|
6
|
+
exports.ServiceInitConsumeEvent$ = exports.ServiceInfo$ = exports.ServiceEndConsumeEvent$ = exports.ServiceCustomer$ = exports.ServiceConsumeEventData$ = exports.ServiceCallUpdateConsumeEvent$ = exports.ServiceCallRecord$ = exports.ServiceCallInitConsumeEvent$ = exports.ServiceCallEndConsumeEvent$ = exports.ServiceCallConsumeEventData$ = exports.ServiceCallAnalyticsRecordEvent$ = exports.ServiceCallAnalyticsLiveProgressEvent$ = exports.ServiceCallAnalyticsLiveCompleteEvent$ = exports.ServiceAnalyticsLiveProgressEvent$ = exports.ServiceAnalyticsLiveCompleteEvent$ = exports.ServiceAgentUpdateConsumeEvent$ = exports.ServiceAgentsStatusAnalyticsRecordEvent$ = exports.ServiceAgentLeaveConsumeEvent$ = exports.ServiceAgentJoinConsumeEvent$ = exports.ServiceAgentConsumeEventData$ = exports.ServiceAgent$ = exports.QueryPresencesOutput$ = exports.QueryPresencesInput$ = exports.QueryPresenceOutput$ = exports.QueryPresenceInput$ = exports.QueryConversationsOutput$ = exports.QueryConversationsInput$ = exports.PresenceTelephonyConsumeEventData$ = exports.PresenceTelephonyConsumeEvent$ = exports.PresenceQueryFilter$ = exports.PresenceConsumeEventData$ = exports.PresenceConsumeEvent$ = exports.PresenceAnalyticsTelephonyEvent$ = exports.PresenceAnalyticsStatusEvent$ = exports.PresenceAnalyticsConferenceEvent$ = exports.Presence$ = exports.ListServicesOutput$ = exports.ListServicesInput$ = exports.ListServicesFilter$ = exports.GetOngoingConferenceTranscriptionOutput$ = exports.GetOngoingConferenceTranscriptionInput$ = exports.GetOngoingConferenceOutput$ = exports.GetOngoingConferenceInput$ = exports.GetOngoingConferenceAnnotationsOutput$ = exports.GetOngoingConferenceAnnotationsInput$ = exports.GetOngoingChatAnnotationsOutput$ = exports.GetOngoingChatAnnotationsInput$ = exports.GetOngoingCallTranscriptionOutput$ = exports.GetOngoingCallTranscriptionInput$ = exports.GetOngoingCallOutput$ = void 0;
|
|
7
|
+
exports.WebhookConferenceSummaryCompletedEvent$ = exports.WebhookConferenceLiveTranscriptionEvent$ = exports.WebhookConferenceLiveProgressEvent$ = exports.WebhookConferenceLiveLeaveEvent$ = exports.WebhookConferenceLiveJoinEvent$ = exports.WebhookConferenceLiveInterruptedEvent$ = exports.WebhookConferenceLiveCompletedEvent$ = exports.WebhookConferenceLiveAnnotationEvent$ = exports.WebhookConferenceCompletedEvent$ = exports.WebhookConferenceAnnotationsCompletedEventData$ = exports.WebhookConferenceAnnotationsCompletedEvent$ = exports.WebhookChatSummaryCompletedEventData$ = exports.WebhookChatSummaryCompletedEvent$ = exports.WebhookChatManagerMissedEvent$ = exports.WebhookChatLiveProgressEvent$ = exports.WebhookChatLiveInterruptedEvent$ = exports.WebhookChatLiveCompletedEvent$ = exports.WebhookChatLiveAnnotationEvent$ = exports.WebhookChatCompletedEvent$ = exports.WebhookChatAnnotationsCompletedEventData$ = exports.WebhookChatAnnotationsCompletedEvent$ = exports.WebhookCallTranscriptionTextCompletedEventData$ = exports.WebhookCallTranscriptionTextCompletedEvent$ = exports.WebhookCallTranscriptionCompletedEventData$ = exports.WebhookCallTranscriptionCompletedEvent$ = exports.WebhookCallSummaryCompletedEventData$ = exports.WebhookCallSummaryCompletedEvent$ = exports.WebhookCallLiveTranscriptionEvent$ = exports.WebhookCallLiveRecordUnpauseEvent$ = exports.WebhookCallLiveRecordStopEvent$ = exports.WebhookCallLiveRecordStartEvent$ = exports.WebhookCallLiveRecordPauseEvent$ = exports.WebhookCallLiveProgressEvent$ = exports.WebhookCallLiveInterruptedEvent$ = exports.WebhookCallLiveCompletedEvent$ = exports.WebhookCallLiveAnnotationEvent$ = exports.WebhookCallCompletedEvent$ = exports.WebhookCallAnnotationsCompletedEventData$ = exports.WebhookCallAnnotationsCompletedEvent$ = exports.UpdatePresenceLastSeenOutput$ = exports.UpdatePresenceLastSeenInput$ = exports.TranscriptionUsageEvent$ = exports.SttUsageEventData$ = exports.SmsStatusEvent$ = exports.SmsStatusConsumeEventData$ = exports.SmsStatusConsumeEvent$ = exports.SmsInboundEvent$ = exports.SmsInboundConsumeEventData$ = exports.SmsInboundConsumeEvent$ = exports.ServiceUpdateConsumeEvent$ = void 0;
|
|
8
|
+
exports.MessageForward$ = exports.MessageAttachment$ = exports.Message$ = exports.ChannelContextPushToTalk$ = exports.ChannelContextEventAttendee$ = exports.ChannelContextEvent$ = exports.ChannelContext$ = exports.Channel$ = exports.ButtonReplyHandler$ = exports.ButtonLinkHandler$ = exports.ButtonElement$ = exports.ButtonActionHandler$ = exports.WhatsAppStatusEvent$ = exports.WhatsAppStatusConsumeEvent$ = exports.WhatsAppInboundEvent$ = exports.WhatsAppInboundConsumeEvent$ = exports.WebsocketUnsubscribedEvent$ = exports.WebsocketUnsubscribeBadRequestException$ = exports.WebsocketUnsubscribeAction$ = exports.WebsocketTranscriptionsBroadcastEvent$ = exports.WebsocketSubscribedEvent$ = exports.WebsocketSubscribeBadRequestException$ = exports.WebsocketSubscribeAction$ = exports.WebsocketPresenceDataList$ = exports.WebsocketPresenceData$ = exports.WebsocketPresenceBroadcastEvent$ = exports.WebsocketConversationsBroadcastEvent$ = exports.WebsocketAuthorizedEvent$ = exports.WebsocketAuthorizeBadRequestException$ = exports.WebsocketAuthorizeAction$ = exports.WebhookSmsStatusEvent$ = exports.WebhookServiceCallLiveProgressEvent$ = exports.WebhookServiceCallLiveCompletedEvent$ = exports.WebhookPresenceUserEventLocationData$ = exports.WebhookPresenceUserEventData$ = exports.WebhookPresenceUserEvent$ = exports.WebhookPresenceTelephonyEventData$ = exports.WebhookPresenceTelephonyEvent$ = exports.WebhookPresenceConferenceEventData$ = exports.WebhookPresenceConferenceEvent$ = exports.WebhookOutdatedCallUpdateEvent$ = exports.WebhookOutdatedCallStartEvent$ = exports.WebhookOutdatedCallParticipant$ = exports.WebhookOutdatedCallEventData$ = exports.WebhookOutdatedCallEndEvent$ = exports.WebhookConferenceTranscriptionTextCompletedEventData$ = exports.WebhookConferenceTranscriptionTextCompletedEvent$ = exports.WebhookConferenceTranscriptionCompletedEventData$ = exports.WebhookConferenceTranscriptionCompletedEvent$ = exports.WebhookConferenceSummaryCompletedEventData$ = void 0;
|
|
9
|
+
exports.UpdatePresenceLastSeen$ = exports.QueryPresences$ = exports.QueryPresence$ = exports.QueryConversations$ = exports.ListServices$ = exports.GetOngoingConferenceTranscription$ = exports.GetOngoingConferenceAnnotations$ = exports.GetOngoingConference$ = exports.GetOngoingChatAnnotations$ = exports.GetOngoingCallTranscription$ = exports.GetOngoingCallAnnotations$ = exports.GetOngoingCall$ = exports.GetConferenceId$ = exports.DescribeEvent$ = exports.ConsumeEvent$ = exports.Element$ = exports.ButtonHandler$ = exports.ActionElement$ = exports.ConsumeEventInputEvent$ = exports.CallFlowAttachment$ = exports.AnnotationPayload$ = exports.User$ = exports.Reaction$ = exports.MessageTemplateConfig$ = exports.MessageQuote$ = exports.MessageGiphy$ = void 0;
|
|
10
|
+
const _A = "Annotation";
|
|
11
|
+
const _AE = "ActionElement";
|
|
12
|
+
const _AEL = "ActionsElementsList";
|
|
13
|
+
const _AP = "AnnotationPayload";
|
|
14
|
+
const _ARV = "AnnotationResultValue";
|
|
15
|
+
const _AS = "AnnotationSource";
|
|
16
|
+
const _AVV = "AnnotationVariablesValue";
|
|
17
|
+
const _An = "Annotations";
|
|
18
|
+
const _BAH = "ButtonActionHandler";
|
|
19
|
+
const _BE = "ButtonElement";
|
|
20
|
+
const _BH = "ButtonHandler";
|
|
21
|
+
const _BLH = "ButtonLinkHandler";
|
|
22
|
+
const _BRH = "ButtonReplyHandler";
|
|
23
|
+
const _C = "Channel";
|
|
24
|
+
const _CAARE = "CallAnalyticsAnnotationsRecordEvent";
|
|
25
|
+
const _CAAREh = "ChatAnalyticsAnnotationsRecordEvent";
|
|
26
|
+
const _CAAREo = "ConferenceAnalyticsAnnotationsRecordEvent";
|
|
27
|
+
const _CACCE = "CallAgentsCancelConsumeEvent";
|
|
28
|
+
const _CACE = "CallAnnotateConsumeEvent";
|
|
29
|
+
const _CACED = "CallAnnotateConsumeEventData";
|
|
30
|
+
const _CACEDa = "CallAttachmentConsumeEventData";
|
|
31
|
+
const _CACEDh = "ChatAnnotateConsumeEventData";
|
|
32
|
+
const _CACEDo = "ConferenceAnnotateConsumeEventData";
|
|
33
|
+
const _CACEa = "CallAttachmentConsumeEvent";
|
|
34
|
+
const _CACEh = "ChatAnnotateConsumeEvent";
|
|
35
|
+
const _CACEo = "ConferenceAnnotateConsumeEvent";
|
|
36
|
+
const _CACRE = "CallAnalyticsCostRecordEvent";
|
|
37
|
+
const _CAICI = "CallAgentsItemConsumeItem";
|
|
38
|
+
const _CAICIL = "CallAgentsItemConsumeItemList";
|
|
39
|
+
const _CALAE = "CallAnalyticsLiveAnnotationEvent";
|
|
40
|
+
const _CALAEL = "CallAnalyticsLiveAnnotationEventList";
|
|
41
|
+
const _CALAELh = "ChatAnalyticsLiveAnnotationEventList";
|
|
42
|
+
const _CALAELo = "ConferenceAnalyticsLiveAnnotationEventList";
|
|
43
|
+
const _CALAEh = "ChatAnalyticsLiveAnnotationEvent";
|
|
44
|
+
const _CALAEo = "ConferenceAnalyticsLiveAnnotationEvent";
|
|
45
|
+
const _CALCE = "CallAnalyticsLiveCompleteEvent";
|
|
46
|
+
const _CALCEh = "ChatAnalyticsLiveCompleteEvent";
|
|
47
|
+
const _CALCEo = "ConferenceAnalyticsLiveCompleteEvent";
|
|
48
|
+
const _CALIE = "CallAnalyticsLiveInterruptedEvent";
|
|
49
|
+
const _CALIEh = "ChatAnalyticsLiveInterruptedEvent";
|
|
50
|
+
const _CALIEo = "ConferenceAnalyticsLiveInterruptedEvent";
|
|
51
|
+
const _CALJE = "ConferenceAnalyticsLiveJoinEvent";
|
|
52
|
+
const _CALLE = "ConferenceAnalyticsLiveLeaveEvent";
|
|
53
|
+
const _CALPE = "CallAnalyticsLiveProgressEvent";
|
|
54
|
+
const _CALPEF = "CallAnalyticsLiveProgressEventFlow";
|
|
55
|
+
const _CALPEFL = "CallAnalyticsLiveProgressEventFlowList";
|
|
56
|
+
const _CALPEh = "ChatAnalyticsLiveProgressEvent";
|
|
57
|
+
const _CALPEo = "ConferenceAnalyticsLiveProgressEvent";
|
|
58
|
+
const _CALTE = "CallAnalyticsLiveTranscriptionEvent";
|
|
59
|
+
const _CALTEL = "CallAnalyticsLiveTranscriptionEventList";
|
|
60
|
+
const _CALTELo = "ConferenceAnalyticsLiveTranscriptionEventList";
|
|
61
|
+
const _CALTEh = "ChatAnalyticsLiveTranscriptionEvent";
|
|
62
|
+
const _CALTEo = "ConferenceAnalyticsLiveTranscriptionEvent";
|
|
63
|
+
const _CAMME = "ChatAnalyticsManagerMissedEvent";
|
|
64
|
+
const _CARE = "CallAnalyticsRecordEvent";
|
|
65
|
+
const _CAREF = "CallAnalyticsRecordEventFlow";
|
|
66
|
+
const _CAREFL = "CallAnalyticsRecordEventFlowsList";
|
|
67
|
+
const _CAREh = "ChatAnalyticsRecordEvent";
|
|
68
|
+
const _CAREo = "ConferenceAnalyticsRecordEvent";
|
|
69
|
+
const _CARP = "ConferenceAnalyticsRecordParticipant";
|
|
70
|
+
const _CARPL = "ConferenceAnalyticsRecordParticipantList";
|
|
71
|
+
const _CASCE = "CallAgentsStartConsumeEvent";
|
|
72
|
+
const _CASOECED = "CallAgentsStartOrEndConsumeEventData";
|
|
73
|
+
const _CATRE = "CallAnalyticsTranscriptionRecordEvent";
|
|
74
|
+
const _CATREh = "ChatAnalyticsTranscriptionRecordEvent";
|
|
75
|
+
const _CATREo = "ConferenceAnalyticsTranscriptionRecordEvent";
|
|
76
|
+
const _CC = "ChannelContext";
|
|
77
|
+
const _CCE = "ChannelContextEvent";
|
|
78
|
+
const _CCEA = "ChannelContextEventAttendee";
|
|
79
|
+
const _CCEAL = "ChannelContextEventAttendeeList";
|
|
80
|
+
const _CCEL = "ChannelContextEventList";
|
|
81
|
+
const _CCEP = "ChatConsumeEventParticipants";
|
|
82
|
+
const _CCPTT = "ChannelContextPushToTalk";
|
|
83
|
+
const _CE = "ConsumeEvent";
|
|
84
|
+
const _CECE = "CallEndConsumeEvent";
|
|
85
|
+
const _CECED = "CallEndConsumeEventData";
|
|
86
|
+
const _CECEo = "ConferenceEndConsumeEvent";
|
|
87
|
+
const _CEI = "ConsumeEventInput";
|
|
88
|
+
const _CEIE = "ConsumeEventInputEvent";
|
|
89
|
+
const _CEO = "ConsumeEventOutput";
|
|
90
|
+
const _CET = "CallEventType";
|
|
91
|
+
const _CETh = "ChatEventType";
|
|
92
|
+
const _CETo = "ConferenceEventType";
|
|
93
|
+
const _CFA = "CallFlowAttachments";
|
|
94
|
+
const _CFAD = "CallFlowAttachmentDestination";
|
|
95
|
+
const _CFADL = "CallFlowAttachmentDestinationList";
|
|
96
|
+
const _CFAa = "CallFlowAttachment";
|
|
97
|
+
const _CFCP = "CallFlowConsumeParticipant";
|
|
98
|
+
const _CFCQ = "CallFlowConsumeQueue";
|
|
99
|
+
const _CFCT = "CallFlowConsumeTrunk";
|
|
100
|
+
const _CFF = "CallFlowFax";
|
|
101
|
+
const _CFN = "CallFlowNotifications";
|
|
102
|
+
const _CFR = "CallFlowRecording";
|
|
103
|
+
const _CFRD = "CallFlowRecordingsData";
|
|
104
|
+
const _CFV = "CallFlowVoicemail";
|
|
105
|
+
const _CJCE = "ConferenceJoinConsumeEvent";
|
|
106
|
+
const _CJCED = "ConferenceJoinConsumeEventData";
|
|
107
|
+
const _CKACE = "ConferenceKeepAliveConsumeEvent";
|
|
108
|
+
const _CLCE = "CallLiveConsumeEvent";
|
|
109
|
+
const _CLCED = "ConferenceLeaveConsumeEventData";
|
|
110
|
+
const _CLCEo = "ConferenceLeaveConsumeEvent";
|
|
111
|
+
const _CLPL = "ChatLiveParticipantsList";
|
|
112
|
+
const _CMCE = "ChatMessageConsumeEvent";
|
|
113
|
+
const _CMCED = "ChatMessageConsumeEventData";
|
|
114
|
+
const _CMD = "CallMosData";
|
|
115
|
+
const _CNCE = "ChatNewConsumeEvent";
|
|
116
|
+
const _CNCED = "ChatNewConsumeEventData";
|
|
117
|
+
const _CP = "CallParticipant";
|
|
118
|
+
const _CPI = "ChatParticipantInfo";
|
|
119
|
+
const _CPL = "ChatParticipantsList";
|
|
120
|
+
const _CPLo = "ConferenceParticipantsList";
|
|
121
|
+
const _CPM = "ConferenceParticipantsMap";
|
|
122
|
+
const _CPTCE = "CallPostTranscriptionConsumeEvent";
|
|
123
|
+
const _CPTCED = "CallPostTranscriptionConsumeEventData";
|
|
124
|
+
const _CPh = "ChatParticipant";
|
|
125
|
+
const _CPha = "ChatParticipants";
|
|
126
|
+
const _CPo = "ConferenceParticipant";
|
|
127
|
+
const _CR = "CallRecord";
|
|
128
|
+
const _CRE = "CallRtpEndpoint";
|
|
129
|
+
const _CRJS = "CallRtpJitterStats";
|
|
130
|
+
const _CRL = "ConferenceRecordingList";
|
|
131
|
+
const _CRLS = "CallRtpLegStats";
|
|
132
|
+
const _CRMS = "CallRtpMosStats";
|
|
133
|
+
const _CRP = "CallRecordPause";
|
|
134
|
+
const _CRPCE = "CallRecordPauseConsumeEvent";
|
|
135
|
+
const _CRPCED = "CallRecordPauseConsumeEventData";
|
|
136
|
+
const _CRPL = "CallRecordPausesList";
|
|
137
|
+
const _CRPLS = "CallRtpPacketLossStats";
|
|
138
|
+
const _CRRS = "CallRtpRttStats";
|
|
139
|
+
const _CRSCE = "CallRecordStartConsumeEvent";
|
|
140
|
+
const _CRSCED = "CallRecordStartConsumeEventData";
|
|
141
|
+
const _CRSCEDa = "CallRecordStopConsumeEventData";
|
|
142
|
+
const _CRSCEDo = "ConferenceRecordStartConsumeEventData";
|
|
143
|
+
const _CRSCEDon = "ConferenceRecordStopConsumeEventData";
|
|
144
|
+
const _CRSCEa = "CallRecordStopConsumeEvent";
|
|
145
|
+
const _CRSCEo = "ConferenceRecordStartConsumeEvent";
|
|
146
|
+
const _CRSCEon = "ConferenceRecordStopConsumeEvent";
|
|
147
|
+
const _CRSD = "CallRtpStatsData";
|
|
148
|
+
const _CRUCE = "CallRecordUnpauseConsumeEvent";
|
|
149
|
+
const _CRUCED = "CallRecordUnpauseConsumeEventData";
|
|
150
|
+
const _CRh = "ChatRecord";
|
|
151
|
+
const _CRo = "ConferenceRecord";
|
|
152
|
+
const _CRon = "ConferenceRecording";
|
|
153
|
+
const _CSCE = "CallSplitConsumeEvent";
|
|
154
|
+
const _CSCED = "CallSplitConsumeEventData";
|
|
155
|
+
const _CSCEDa = "CallStartConsumeEventData";
|
|
156
|
+
const _CSCEDo = "ConferenceStartConsumeEventData";
|
|
157
|
+
const _CSCEDon = "ConferenceStatsConsumeEventData";
|
|
158
|
+
const _CSCEa = "CallStartConsumeEvent";
|
|
159
|
+
const _CSCEo = "ConferenceStartConsumeEvent";
|
|
160
|
+
const _CSCEon = "ConferenceStatsConsumeEvent";
|
|
161
|
+
const _CST = "ConferenceSpeakerTime";
|
|
162
|
+
const _CT = "CallTranscription";
|
|
163
|
+
const _CTC = "CallTranscriptionChunk";
|
|
164
|
+
const _CTCE = "CallTranscribeConsumeEvent";
|
|
165
|
+
const _CTCED = "CallTranscribeConsumeEventData";
|
|
166
|
+
const _CTCEDo = "ConferenceTranscriptionConsumeEventData";
|
|
167
|
+
const _CTCEo = "ConferenceTranscriptionConsumeEvent";
|
|
168
|
+
const _CTCM = "CallTranscriptionChunksMap";
|
|
169
|
+
const _CTCMo = "ConferenceTranscriptionChunksMap";
|
|
170
|
+
const _CTCo = "ConferenceTranscriptionChunk";
|
|
171
|
+
const _CTFC = "ConferenceTimeFramesChunk";
|
|
172
|
+
const _CTFCE = "ConferenceTimeFramesConsumeEvent";
|
|
173
|
+
const _CTFCED = "ConferenceTimeFramesConsumeEventData";
|
|
174
|
+
const _CTFCL = "ConferenceTimeFramesChunkList";
|
|
175
|
+
const _CTFL = "ConferenceTimeFramesList";
|
|
176
|
+
const _CTFLI = "ConferenceTimeFramesListItem";
|
|
177
|
+
const _CTL = "CallTranscriptionList";
|
|
178
|
+
const _CTLo = "ConferenceTranscriptionsList";
|
|
179
|
+
const _CTML = "ChatTranscriptionMessagesList";
|
|
180
|
+
const _CTPR = "CdsTranscriptionPayloadReference";
|
|
181
|
+
const _CTh = "ChatTranscription";
|
|
182
|
+
const _CTo = "ConferenceTranscription";
|
|
183
|
+
const _CUCE = "CallUpdateConsumeEvent";
|
|
184
|
+
const _CUCED = "CallUpdateConsumeEventData";
|
|
185
|
+
const _CUCEDh = "ChatUpdateConsumeEventData";
|
|
186
|
+
const _CUCEh = "ChatUpdateConsumeEvent";
|
|
187
|
+
const _CUL = "ChatUserList";
|
|
188
|
+
const _DE = "DescribeEvent";
|
|
189
|
+
const _DEI = "DescribeEventInput";
|
|
190
|
+
const _DEO = "DescribeEventOutput";
|
|
191
|
+
const _E = "Element";
|
|
192
|
+
const _EL = "ElementsList";
|
|
193
|
+
const _FE = "ForbiddenException";
|
|
194
|
+
const _GCI = "GetConferenceId";
|
|
195
|
+
const _GCII = "GetConferenceIdInput";
|
|
196
|
+
const _GCIO = "GetConferenceIdOutput";
|
|
197
|
+
const _GOC = "GetOngoingCall";
|
|
198
|
+
const _GOCA = "GetOngoingCallAnnotations";
|
|
199
|
+
const _GOCAI = "GetOngoingCallAnnotationsInput";
|
|
200
|
+
const _GOCAIe = "GetOngoingChatAnnotationsInput";
|
|
201
|
+
const _GOCAIet = "GetOngoingConferenceAnnotationsInput";
|
|
202
|
+
const _GOCAO = "GetOngoingCallAnnotationsOutput";
|
|
203
|
+
const _GOCAOe = "GetOngoingChatAnnotationsOutput";
|
|
204
|
+
const _GOCAOet = "GetOngoingConferenceAnnotationsOutput";
|
|
205
|
+
const _GOCAe = "GetOngoingChatAnnotations";
|
|
206
|
+
const _GOCAet = "GetOngoingConferenceAnnotations";
|
|
207
|
+
const _GOCI = "GetOngoingCallInput";
|
|
208
|
+
const _GOCIe = "GetOngoingConferenceInput";
|
|
209
|
+
const _GOCO = "GetOngoingCallOutput";
|
|
210
|
+
const _GOCOe = "GetOngoingConferenceOutput";
|
|
211
|
+
const _GOCT = "GetOngoingCallTranscription";
|
|
212
|
+
const _GOCTI = "GetOngoingCallTranscriptionInput";
|
|
213
|
+
const _GOCTIe = "GetOngoingConferenceTranscriptionInput";
|
|
214
|
+
const _GOCTO = "GetOngoingCallTranscriptionOutput";
|
|
215
|
+
const _GOCTOe = "GetOngoingConferenceTranscriptionOutput";
|
|
216
|
+
const _GOCTe = "GetOngoingConferenceTranscription";
|
|
217
|
+
const _GOCe = "GetOngoingConference";
|
|
218
|
+
const _LS = "ListServices";
|
|
219
|
+
const _LSF = "ListServicesFilter";
|
|
220
|
+
const _LSFL = "ListServicesFilterList";
|
|
221
|
+
const _LSI = "ListServicesInput";
|
|
222
|
+
const _LSO = "ListServicesOutput";
|
|
223
|
+
const _LTP = "ListTemplateParameter";
|
|
224
|
+
const _M = "Message";
|
|
225
|
+
const _MA = "MessageAttachment";
|
|
226
|
+
const _MAL = "MessageAttachmentList";
|
|
227
|
+
const _MF = "MessageForward";
|
|
228
|
+
const _MG = "MessageGiphy";
|
|
229
|
+
const _MNFE = "MatchNotFoundException";
|
|
230
|
+
const _MQ = "MessageQuote";
|
|
231
|
+
const _MTC = "MessageTemplateConfig";
|
|
232
|
+
const _P = "Presence";
|
|
233
|
+
const _PACE = "PresenceAnalyticsConferenceEvent";
|
|
234
|
+
const _PASE = "PresenceAnalyticsStatusEvent";
|
|
235
|
+
const _PATE = "PresenceAnalyticsTelephonyEvent";
|
|
236
|
+
const _PCE = "PresenceConsumeEvent";
|
|
237
|
+
const _PCED = "PresenceConsumeEventData";
|
|
238
|
+
const _PET = "PresenceEventType";
|
|
239
|
+
const _PL = "PresenceList";
|
|
240
|
+
const _PNAE = "PresenceNotAvailableException";
|
|
241
|
+
const _PQF = "PresenceQueryFilter";
|
|
242
|
+
const _PQFL = "PresenceQueryFilterList";
|
|
243
|
+
const _PTCE = "PresenceTelephonyConsumeEvent";
|
|
244
|
+
const _PTCED = "PresenceTelephonyConsumeEventData";
|
|
245
|
+
const _QC = "QueryConversations";
|
|
246
|
+
const _QCCL = "QueryConversationsCallsList";
|
|
247
|
+
const _QCCLu = "QueryConversationsChatsList";
|
|
248
|
+
const _QCCLue = "QueryConversationsConferencesList";
|
|
249
|
+
const _QCI = "QueryConversationsInput";
|
|
250
|
+
const _QCO = "QueryConversationsOutput";
|
|
251
|
+
const _QP = "QueryPresence";
|
|
252
|
+
const _QPI = "QueryPresenceInput";
|
|
253
|
+
const _QPIu = "QueryPresencesInput";
|
|
254
|
+
const _QPO = "QueryPresenceOutput";
|
|
255
|
+
const _QPOu = "QueryPresencesOutput";
|
|
256
|
+
const _QPu = "QueryPresences";
|
|
257
|
+
const _R = "Reaction";
|
|
258
|
+
const _RL = "ReactionList";
|
|
259
|
+
const _SA = "ServiceAgent";
|
|
260
|
+
const _SACED = "ServiceAgentConsumeEventData";
|
|
261
|
+
const _SAJCE = "ServiceAgentJoinConsumeEvent";
|
|
262
|
+
const _SAL = "ServiceAgentsList";
|
|
263
|
+
const _SALCE = "ServiceAnalyticsLiveCompleteEvent";
|
|
264
|
+
const _SALCEe = "ServiceAgentLeaveConsumeEvent";
|
|
265
|
+
const _SALPE = "ServiceAnalyticsLiveProgressEvent";
|
|
266
|
+
const _SASARE = "ServiceAgentsStatusAnalyticsRecordEvent";
|
|
267
|
+
const _SAUCE = "ServiceAgentUpdateConsumeEvent";
|
|
268
|
+
const _SC = "ServiceCustomer";
|
|
269
|
+
const _SCALCE = "ServiceCallAnalyticsLiveCompleteEvent";
|
|
270
|
+
const _SCALPE = "ServiceCallAnalyticsLiveProgressEvent";
|
|
271
|
+
const _SCARE = "ServiceCallAnalyticsRecordEvent";
|
|
272
|
+
const _SCCED = "ServiceCallConsumeEventData";
|
|
273
|
+
const _SCECE = "ServiceCallEndConsumeEvent";
|
|
274
|
+
const _SCED = "ServiceConsumeEventData";
|
|
275
|
+
const _SCET = "ServiceCallEventType";
|
|
276
|
+
const _SCICE = "ServiceCallInitConsumeEvent";
|
|
277
|
+
const _SCR = "ServiceCallRecord";
|
|
278
|
+
const _SCRL = "ServiceCallRecordList";
|
|
279
|
+
const _SCUCE = "ServiceCallUpdateConsumeEvent";
|
|
280
|
+
const _SECE = "ServiceEndConsumeEvent";
|
|
281
|
+
const _SET = "ServiceEventType";
|
|
282
|
+
const _SI = "ServiceInfo";
|
|
283
|
+
const _SICE = "ServiceInitConsumeEvent";
|
|
284
|
+
const _SICED = "SmsInboundConsumeEventData";
|
|
285
|
+
const _SICEm = "SmsInboundConsumeEvent";
|
|
286
|
+
const _SIE = "SmsInboundEvent";
|
|
287
|
+
const _SL = "ServiceList";
|
|
288
|
+
const _SSCE = "SmsStatusConsumeEvent";
|
|
289
|
+
const _SSCED = "SmsStatusConsumeEventData";
|
|
290
|
+
const _SSE = "SmsStatusEvent";
|
|
291
|
+
const _SUCE = "ServiceUpdateConsumeEvent";
|
|
292
|
+
const _SUED = "SttUsageEventData";
|
|
293
|
+
const _TP = "TemplateParameter";
|
|
294
|
+
const _TS = "TranscriptionSummary";
|
|
295
|
+
const _TSC = "TranscriptionSummaryCsat";
|
|
296
|
+
const _TSJ = "TranscriptionSummaryJson";
|
|
297
|
+
const _TTC = "TranscriptionTextChunk";
|
|
298
|
+
const _TTCL = "TranscriptionTextChunkList";
|
|
299
|
+
const _TUE = "TranscriptionUsageEvent";
|
|
300
|
+
const _TWP = "TemplateWithParameters";
|
|
301
|
+
const _U = "User";
|
|
302
|
+
const _UL = "UsersList";
|
|
303
|
+
const _UPLS = "UpdatePresenceLastSeen";
|
|
304
|
+
const _UPLSI = "UpdatePresenceLastSeenInput";
|
|
305
|
+
const _UPLSO = "UpdatePresenceLastSeenOutput";
|
|
306
|
+
const _VE = "ValidationException";
|
|
307
|
+
const _WAA = "WebsocketAuthorizeAction";
|
|
308
|
+
const _WABRE = "WebsocketAuthorizeBadRequestException";
|
|
309
|
+
const _WAE = "WebsocketAuthorizedEvent";
|
|
310
|
+
const _WAICE = "WhatsAppInboundConsumeEvent";
|
|
311
|
+
const _WAIE = "WhatsAppInboundEvent";
|
|
312
|
+
const _WAIED = "WhatsAppInboundEventData";
|
|
313
|
+
const _WASCE = "WhatsAppStatusConsumeEvent";
|
|
314
|
+
const _WASE = "WhatsAppStatusEvent";
|
|
315
|
+
const _WASED = "WhatsAppStatusEventData";
|
|
316
|
+
const _WCACE = "WebhookCallAnnotationsCompletedEvent";
|
|
317
|
+
const _WCACED = "WebhookCallAnnotationsCompletedEventData";
|
|
318
|
+
const _WCACEDe = "WebhookChatAnnotationsCompletedEventData";
|
|
319
|
+
const _WCACEDeb = "WebhookConferenceAnnotationsCompletedEventData";
|
|
320
|
+
const _WCACEe = "WebhookConferenceAnnotationsCompletedEvent";
|
|
321
|
+
const _WCACEeb = "WebhookChatAnnotationsCompletedEvent";
|
|
322
|
+
const _WCBE = "WebsocketConversationsBroadcastEvent";
|
|
323
|
+
const _WCCE = "WebhookCallCompletedEvent";
|
|
324
|
+
const _WCCEe = "WebhookConferenceCompletedEvent";
|
|
325
|
+
const _WCCEeb = "WebhookChatCompletedEvent";
|
|
326
|
+
const _WCLAE = "WebhookCallLiveAnnotationEvent";
|
|
327
|
+
const _WCLAEe = "WebhookConferenceLiveAnnotationEvent";
|
|
328
|
+
const _WCLAEeb = "WebhookChatLiveAnnotationEvent";
|
|
329
|
+
const _WCLCE = "WebhookCallLiveCompletedEvent";
|
|
330
|
+
const _WCLCEe = "WebhookConferenceLiveCompletedEvent";
|
|
331
|
+
const _WCLCEeb = "WebhookChatLiveCompletedEvent";
|
|
332
|
+
const _WCLIE = "WebhookCallLiveInterruptedEvent";
|
|
333
|
+
const _WCLIEe = "WebhookConferenceLiveInterruptedEvent";
|
|
334
|
+
const _WCLIEeb = "WebhookChatLiveInterruptedEvent";
|
|
335
|
+
const _WCLJE = "WebhookConferenceLiveJoinEvent";
|
|
336
|
+
const _WCLLE = "WebhookConferenceLiveLeaveEvent";
|
|
337
|
+
const _WCLPE = "WebhookCallLiveProgressEvent";
|
|
338
|
+
const _WCLPEe = "WebhookConferenceLiveProgressEvent";
|
|
339
|
+
const _WCLPEeb = "WebhookChatLiveProgressEvent";
|
|
340
|
+
const _WCLRPE = "WebhookCallLiveRecordPauseEvent";
|
|
341
|
+
const _WCLRSE = "WebhookCallLiveRecordStartEvent";
|
|
342
|
+
const _WCLRSEe = "WebhookCallLiveRecordStopEvent";
|
|
343
|
+
const _WCLRUE = "WebhookCallLiveRecordUnpauseEvent";
|
|
344
|
+
const _WCLTE = "WebhookCallLiveTranscriptionEvent";
|
|
345
|
+
const _WCLTEe = "WebhookConferenceLiveTranscriptionEvent";
|
|
346
|
+
const _WCMME = "WebhookChatManagerMissedEvent";
|
|
347
|
+
const _WCSCE = "WebhookCallSummaryCompletedEvent";
|
|
348
|
+
const _WCSCED = "WebhookCallSummaryCompletedEventData";
|
|
349
|
+
const _WCSCEDe = "WebhookChatSummaryCompletedEventData";
|
|
350
|
+
const _WCSCEDeb = "WebhookConferenceSummaryCompletedEventData";
|
|
351
|
+
const _WCSCEe = "WebhookConferenceSummaryCompletedEvent";
|
|
352
|
+
const _WCSCEeb = "WebhookChatSummaryCompletedEvent";
|
|
353
|
+
const _WCTCE = "WebhookCallTranscriptionCompletedEvent";
|
|
354
|
+
const _WCTCED = "WebhookCallTranscriptionCompletedEventData";
|
|
355
|
+
const _WCTCEDe = "WebhookConferenceTranscriptionCompletedEventData";
|
|
356
|
+
const _WCTCEe = "WebhookConferenceTranscriptionCompletedEvent";
|
|
357
|
+
const _WCTTCE = "WebhookCallTranscriptionTextCompletedEvent";
|
|
358
|
+
const _WCTTCED = "WebhookCallTranscriptionTextCompletedEventData";
|
|
359
|
+
const _WCTTCEDe = "WebhookConferenceTranscriptionTextCompletedEventData";
|
|
360
|
+
const _WCTTCEe = "WebhookConferenceTranscriptionTextCompletedEvent";
|
|
361
|
+
const _WOCED = "WebhookOutdatedCallEventData";
|
|
362
|
+
const _WOCEE = "WebhookOutdatedCallEndEvent";
|
|
363
|
+
const _WOCP = "WebhookOutdatedCallParticipant";
|
|
364
|
+
const _WOCSE = "WebhookOutdatedCallStartEvent";
|
|
365
|
+
const _WOCUE = "WebhookOutdatedCallUpdateEvent";
|
|
366
|
+
const _WPBE = "WebsocketPresenceBroadcastEvent";
|
|
367
|
+
const _WPCE = "WebhookPresenceConferenceEvent";
|
|
368
|
+
const _WPCED = "WebhookPresenceConferenceEventData";
|
|
369
|
+
const _WPD = "WebsocketPresenceData";
|
|
370
|
+
const _WPDL = "WebsocketPresenceDataList";
|
|
371
|
+
const _WPTE = "WebhookPresenceTelephonyEvent";
|
|
372
|
+
const _WPTED = "WebhookPresenceTelephonyEventData";
|
|
373
|
+
const _WPUE = "WebhookPresenceUserEvent";
|
|
374
|
+
const _WPUED = "WebhookPresenceUserEventData";
|
|
375
|
+
const _WPUELD = "WebhookPresenceUserEventLocationData";
|
|
376
|
+
const _WSA = "WebsocketSubscribeAction";
|
|
377
|
+
const _WSBRE = "WebsocketSubscribeBadRequestException";
|
|
378
|
+
const _WSCLCE = "WebhookServiceCallLiveCompletedEvent";
|
|
379
|
+
const _WSCLPE = "WebhookServiceCallLiveProgressEvent";
|
|
380
|
+
const _WSE = "WebsocketSubscribedEvent";
|
|
381
|
+
const _WSSE = "WebhookSmsStatusEvent";
|
|
382
|
+
const _WTBE = "WebsocketTranscriptionsBroadcastEvent";
|
|
383
|
+
const _WUA = "WebsocketUnsubscribeAction";
|
|
384
|
+
const _WUBRE = "WebsocketUnsubscribeBadRequestException";
|
|
385
|
+
const _WUE = "WebsocketUnsubscribedEvent";
|
|
386
|
+
const _a = "attachment";
|
|
387
|
+
const _aC = "agentsCount";
|
|
388
|
+
const _aD = "attachmentDestinations";
|
|
389
|
+
const _aG = "aclGroup";
|
|
390
|
+
const _aI = "actionItems";
|
|
391
|
+
const _aR = "autoRecord";
|
|
392
|
+
const _aS = "annotationsStatus";
|
|
393
|
+
const _aT = "attachmentType";
|
|
394
|
+
const _ac = "action";
|
|
395
|
+
const _acc = "access";
|
|
396
|
+
const _act = "actions";
|
|
397
|
+
const _ad = "advertised";
|
|
398
|
+
const _add = "address";
|
|
399
|
+
const _ag = "agent";
|
|
400
|
+
const _age = "agents";
|
|
401
|
+
const _an = "annotations";
|
|
402
|
+
const _ann = "annotation";
|
|
403
|
+
const _as = "assignee";
|
|
404
|
+
const _at = "attachments";
|
|
405
|
+
const _att = "attendees";
|
|
406
|
+
const _av = "avg";
|
|
407
|
+
const _b = "brief";
|
|
408
|
+
const _bI = "broadcastId";
|
|
409
|
+
const _bo = "bot";
|
|
410
|
+
const _br = "broadcast";
|
|
411
|
+
const _bu = "budget";
|
|
412
|
+
const _but = "button";
|
|
413
|
+
const _by = "bytes";
|
|
414
|
+
const _c = "client";
|
|
415
|
+
const _cA = "createdAt";
|
|
416
|
+
const _cAC = "callAgentsCancel";
|
|
417
|
+
const _cAS = "callAgentsStart";
|
|
418
|
+
const _cAa = "callAnnotate";
|
|
419
|
+
const _cAal = "callAttachment";
|
|
420
|
+
const _cAh = "chatAnnotate";
|
|
421
|
+
const _cAo = "conferenceAnnotate";
|
|
422
|
+
const _cB = "callBrief";
|
|
423
|
+
const _cBVST = "callBriefVeryShortTitle";
|
|
424
|
+
const _cBr = "createdBy";
|
|
425
|
+
const _cC = "customersCount";
|
|
426
|
+
const _cE = "callEnd";
|
|
427
|
+
const _cEo = "conferenceEnd";
|
|
428
|
+
const _cI = "chatId";
|
|
429
|
+
const _cIa = "callId";
|
|
430
|
+
const _cIh = "channelId";
|
|
431
|
+
const _cIo = "competitiveInformation";
|
|
432
|
+
const _cIon = "conferenceId";
|
|
433
|
+
const _cIonn = "connectionId";
|
|
434
|
+
const _cIu = "customerInsights";
|
|
435
|
+
const _cJ = "conferenceJoin";
|
|
436
|
+
const _cKA = "conferenceKeepAlive";
|
|
437
|
+
const _cL = "callLive";
|
|
438
|
+
const _cLo = "conferenceLeave";
|
|
439
|
+
const _cM = "callerMos";
|
|
440
|
+
const _cMa = "calleeMos";
|
|
441
|
+
const _cMh = "chatMessage";
|
|
442
|
+
const _cN = "chatNew";
|
|
443
|
+
const _cPT = "callPostTranscription";
|
|
444
|
+
const _cR = "customerResponse";
|
|
445
|
+
const _cRP = "callRecordPause";
|
|
446
|
+
const _cRS = "callRecordStart";
|
|
447
|
+
const _cRSa = "callRecordStop";
|
|
448
|
+
const _cRSo = "conferenceRecordStart";
|
|
449
|
+
const _cRSon = "conferenceRecordStop";
|
|
450
|
+
const _cRU = "callRecordUnpause";
|
|
451
|
+
const _cS = "callStatus";
|
|
452
|
+
const _cST = "callStartTime";
|
|
453
|
+
const _cSTo = "conferenceStartTime";
|
|
454
|
+
const _cSa = "causeStr";
|
|
455
|
+
const _cSal = "callStart";
|
|
456
|
+
const _cSall = "callSplit";
|
|
457
|
+
const _cSo = "conferenceStart";
|
|
458
|
+
const _cSon = "conferenceStats";
|
|
459
|
+
const _cT = "connectTime";
|
|
460
|
+
const _cTF = "conferenceTimeFrames";
|
|
461
|
+
const _cTa = "callTranscription";
|
|
462
|
+
const _cTh = "channelType";
|
|
463
|
+
const _cTo = "conferenceTranscription";
|
|
464
|
+
const _cU = "callUpdate";
|
|
465
|
+
const _cUh = "chatUpdate";
|
|
466
|
+
const _ca = "caller";
|
|
467
|
+
const _cal = "callee";
|
|
468
|
+
const _call = "calls";
|
|
469
|
+
const _call_ = "call";
|
|
470
|
+
const _cat = "category";
|
|
471
|
+
const _cau = "cause";
|
|
472
|
+
const _cd = "cds";
|
|
473
|
+
const _ch = "channel";
|
|
474
|
+
const _cha = "chat";
|
|
475
|
+
const _chat = "chats";
|
|
476
|
+
const _chu = "chunk";
|
|
477
|
+
const _chun = "chunks";
|
|
478
|
+
const _co = "company";
|
|
479
|
+
const _cod = "codec";
|
|
480
|
+
const _code = "code";
|
|
481
|
+
const _com = "complete";
|
|
482
|
+
const _con = "confidence";
|
|
483
|
+
const _conf = "conference";
|
|
484
|
+
const _confe = "conferences";
|
|
485
|
+
const _cont = "context";
|
|
486
|
+
const _cos = "cost";
|
|
487
|
+
const _cs = "csat";
|
|
488
|
+
const _cu = "cumulative";
|
|
489
|
+
const _cus = "customers";
|
|
490
|
+
const _cust = "customer";
|
|
491
|
+
const _d = "duration";
|
|
492
|
+
const _da = "data";
|
|
493
|
+
const _de = "destination";
|
|
494
|
+
const _dec = "decisions";
|
|
495
|
+
const _del = "delta";
|
|
496
|
+
const _dep = "department";
|
|
497
|
+
const _des = "destinations";
|
|
498
|
+
const _desc = "description";
|
|
499
|
+
const _dev = "device";
|
|
500
|
+
const _di = "direction";
|
|
501
|
+
const _dis = "disabled";
|
|
502
|
+
const _e = "error";
|
|
503
|
+
const _eB = "endBy";
|
|
504
|
+
const _eC = "endCause";
|
|
505
|
+
const _eCS = "endCauseStr";
|
|
506
|
+
const _eT = "endTime";
|
|
507
|
+
const _eTv = "eventTrigger";
|
|
508
|
+
const _ed = "edit";
|
|
509
|
+
const _el = "elements";
|
|
510
|
+
const _em = "email";
|
|
511
|
+
const _en = "end";
|
|
512
|
+
const _ev = "event";
|
|
513
|
+
const _eve = "events";
|
|
514
|
+
const _ex = "extension";
|
|
515
|
+
const _ext = "ext";
|
|
516
|
+
const _exte = "external";
|
|
517
|
+
const _f = "from";
|
|
518
|
+
const _fC = "forwardCompany";
|
|
519
|
+
const _fD = "forwardDate";
|
|
520
|
+
const _fE = "forwardEmail";
|
|
521
|
+
const _fI = "flowIndex";
|
|
522
|
+
const _fIl = "flowId";
|
|
523
|
+
const _fIs = "fsId";
|
|
524
|
+
const _fN = "fileName";
|
|
525
|
+
const _fNo = "forwardName";
|
|
526
|
+
const _fST = "flowStartTime";
|
|
527
|
+
const _fa = "family";
|
|
528
|
+
const _fax = "fax";
|
|
529
|
+
const _fi = "final";
|
|
530
|
+
const _fil = "filter";
|
|
531
|
+
const _fl = "flags";
|
|
532
|
+
const _flo = "flows";
|
|
533
|
+
const _fo = "forward";
|
|
534
|
+
const _fr = "frames";
|
|
535
|
+
const _g = "group";
|
|
536
|
+
const _gI = "groupId";
|
|
537
|
+
const _gN = "groupName";
|
|
538
|
+
const _gi = "giphy";
|
|
539
|
+
const _h = "handler";
|
|
540
|
+
const _hE = "httpError";
|
|
541
|
+
const _hQ = "httpQuery";
|
|
542
|
+
const _hT = "holdTime";
|
|
543
|
+
const _he = "height";
|
|
544
|
+
const _ht = "http";
|
|
545
|
+
const _i = "id";
|
|
546
|
+
const _iF = "isFinal";
|
|
547
|
+
const _iI = "integrationId";
|
|
548
|
+
const _iJ = "isJoined";
|
|
549
|
+
const _iL = "isLeaved";
|
|
550
|
+
const _iT = "implementationTimeline";
|
|
551
|
+
const _in = "info";
|
|
552
|
+
const _ip = "ip";
|
|
553
|
+
const _is = "issues";
|
|
554
|
+
const _j = "json";
|
|
555
|
+
const _jT = "joinTime";
|
|
556
|
+
const _ji = "jitter";
|
|
557
|
+
const _jid = "jid";
|
|
558
|
+
const _k = "kite";
|
|
559
|
+
const _kA = "kiteAssign";
|
|
560
|
+
const _kDS = "kiteDefaultSubject";
|
|
561
|
+
const _kP = "keyPoints";
|
|
562
|
+
const _kSN = "kiteServiceName";
|
|
563
|
+
const _kT = "kiteTarget";
|
|
564
|
+
const _kV = "kiteVariant";
|
|
565
|
+
const _l = "licenses";
|
|
566
|
+
const _lA = "locationAddress";
|
|
567
|
+
const _lD = "languageDetection";
|
|
568
|
+
const _lL = "locationLat";
|
|
569
|
+
const _lLo = "locationLng";
|
|
570
|
+
const _lQCE = "lastQueueCallEnd";
|
|
571
|
+
const _lR = "latestReactions";
|
|
572
|
+
const _la = "language";
|
|
573
|
+
const _lat = "lat";
|
|
574
|
+
const _le = "leg";
|
|
575
|
+
const _li = "license";
|
|
576
|
+
const _lin = "link";
|
|
577
|
+
const _ln = "lng";
|
|
578
|
+
const _lo = "location";
|
|
579
|
+
const _loc = "locale";
|
|
580
|
+
const _m = "message";
|
|
581
|
+
const _mC = "maxCalls";
|
|
582
|
+
const _mCe = "memberCount";
|
|
583
|
+
const _mI = "messageId";
|
|
584
|
+
const _mW = "mergeWith";
|
|
585
|
+
const _ma = "max";
|
|
586
|
+
const _mar = "markdown";
|
|
587
|
+
const _me = "media";
|
|
588
|
+
const _mem = "member";
|
|
589
|
+
const _men = "mentions";
|
|
590
|
+
const _mes = "messages";
|
|
591
|
+
const _met = "meta";
|
|
592
|
+
const _mi = "min";
|
|
593
|
+
const _mim = "mime";
|
|
594
|
+
const _mm = "mms";
|
|
595
|
+
const _mo = "mos";
|
|
596
|
+
const _n = "name";
|
|
597
|
+
const _nS = "nextSteps";
|
|
598
|
+
const _no = "notifications";
|
|
599
|
+
const _nod = "node";
|
|
600
|
+
const _o = "offset";
|
|
601
|
+
const _ow = "owner";
|
|
602
|
+
const _p = "parameters";
|
|
603
|
+
const _pA = "publicAddress";
|
|
604
|
+
const _pAr = "privateAddress";
|
|
605
|
+
const _pC = "pictureColor";
|
|
606
|
+
const _pD = "pbxDomain";
|
|
607
|
+
const _pE = "pbxExtension";
|
|
608
|
+
const _pGI = "participantsGroupIds";
|
|
609
|
+
const _pGIb = "pbxGroupId";
|
|
610
|
+
const _pL = "packetLoss";
|
|
611
|
+
const _pP = "pbxPort";
|
|
612
|
+
const _pS = "pbxSerial";
|
|
613
|
+
const _pT = "postTranscribe";
|
|
614
|
+
const _pTr = "presenceTelephony";
|
|
615
|
+
const _pUI = "pbxUserId";
|
|
616
|
+
const _pa = "parts";
|
|
617
|
+
const _pac = "packets";
|
|
618
|
+
const _par = "participants";
|
|
619
|
+
const _part = "participant";
|
|
620
|
+
const _pau = "pauses";
|
|
621
|
+
const _paus = "paused";
|
|
622
|
+
const _pay = "payload";
|
|
623
|
+
const _pb = "pbx";
|
|
624
|
+
const _pe = "penalty";
|
|
625
|
+
const _pen = "pending";
|
|
626
|
+
const _ph = "phone";
|
|
627
|
+
const _pi = "picture";
|
|
628
|
+
const _po = "port";
|
|
629
|
+
const _pr = "progress";
|
|
630
|
+
const _pre = "presence";
|
|
631
|
+
const _pres = "presences";
|
|
632
|
+
const _pro = "protocol";
|
|
633
|
+
const _prov = "provider";
|
|
634
|
+
const _pt = "ptt";
|
|
635
|
+
const _q = "queue";
|
|
636
|
+
const _qI = "queueId";
|
|
637
|
+
const _qMI = "quoteMessageId";
|
|
638
|
+
const _qN = "queueName";
|
|
639
|
+
const _qP = "queuePosition";
|
|
640
|
+
const _qT = "queueTime";
|
|
641
|
+
const _qu = "quote";
|
|
642
|
+
const _r = "reason";
|
|
643
|
+
const _rA = "relatedAgents";
|
|
644
|
+
const _rC = "reactionCounts";
|
|
645
|
+
const _rD = "recordingsData";
|
|
646
|
+
const _rI = "requestId";
|
|
647
|
+
const _rP = "remotePhone";
|
|
648
|
+
const _rPCC = "remotePhoneCountryCode";
|
|
649
|
+
const _rPCCS = "remotePhoneCountryCodeStr";
|
|
650
|
+
const _rPL = "remotePhoneLocation";
|
|
651
|
+
const _rS = "rtpStats";
|
|
652
|
+
const _re = "recordings";
|
|
653
|
+
const _rec = "recording";
|
|
654
|
+
const _rem = "remote";
|
|
655
|
+
const _rep = "reply";
|
|
656
|
+
const _res = "result";
|
|
657
|
+
const _rev = "review";
|
|
658
|
+
const _ro = "role";
|
|
659
|
+
const _roo = "room";
|
|
660
|
+
const _rt = "rtt";
|
|
661
|
+
const _s = "smithy.ts.sdk.synthetic.wildix.wda.stream";
|
|
662
|
+
const _sAJ = "serviceAgentJoin";
|
|
663
|
+
const _sAL = "serviceAgentLeave";
|
|
664
|
+
const _sAU = "serviceAgentUpdate";
|
|
665
|
+
const _sCD = "statusChangeDate";
|
|
666
|
+
const _sCE = "serviceCallEnd";
|
|
667
|
+
const _sCI = "sipCallId";
|
|
668
|
+
const _sCIe = "serviceCallInit";
|
|
669
|
+
const _sCU = "serviceCallUpdate";
|
|
670
|
+
const _sE = "serviceEnd";
|
|
671
|
+
const _sI = "sourceId";
|
|
672
|
+
const _sIe = "serviceInit";
|
|
673
|
+
const _sIm = "smsInbound";
|
|
674
|
+
const _sN = "serviceNumber";
|
|
675
|
+
const _sP = "salesProposals";
|
|
676
|
+
const _sR = "splitReason";
|
|
677
|
+
const _sRe = "serviceRecipient";
|
|
678
|
+
const _sS = "smsStatus";
|
|
679
|
+
const _sT = "startTime";
|
|
680
|
+
const _sTT = "splitTransferType";
|
|
681
|
+
const _sTe = "serviceTitle";
|
|
682
|
+
const _sTp = "speakerTime";
|
|
683
|
+
const _sU = "serviceUpdate";
|
|
684
|
+
const _sc = "score";
|
|
685
|
+
const _se = "service";
|
|
686
|
+
const _see = "seen";
|
|
687
|
+
const _sen = "sentiment";
|
|
688
|
+
const _send = "sender";
|
|
689
|
+
const _ser = "services";
|
|
690
|
+
const _ses = "session";
|
|
691
|
+
const _sess = "sessions";
|
|
692
|
+
const _si = "silent";
|
|
693
|
+
const _siz = "size";
|
|
694
|
+
const _sm = "sms";
|
|
695
|
+
const _so = "source";
|
|
696
|
+
const _sp = "speaker";
|
|
697
|
+
const _st = "status";
|
|
698
|
+
const _sta = "start";
|
|
699
|
+
const _stat = "state";
|
|
700
|
+
const _str = "strategy";
|
|
701
|
+
const _su = "subject";
|
|
702
|
+
const _sum = "summary";
|
|
703
|
+
const _t = "to";
|
|
704
|
+
const _tCT = "totalConnectTime";
|
|
705
|
+
const _tD = "trunkDirection";
|
|
706
|
+
const _tDo = "totalDuration";
|
|
707
|
+
const _tF = "timeFrames";
|
|
708
|
+
const _tHT = "totalHoldTime";
|
|
709
|
+
const _tL = "transcriptionLanguage";
|
|
710
|
+
const _tN = "trunkName";
|
|
711
|
+
const _tQT = "totalQueueTime";
|
|
712
|
+
const _tS = "transcriptionStatus";
|
|
713
|
+
const _tSD = "totalSpeakDuration";
|
|
714
|
+
const _tST = "transcriptionStartTime";
|
|
715
|
+
const _tSr = "transcriptionSeconds";
|
|
716
|
+
const _tT = "talkTime";
|
|
717
|
+
const _tTT = "totalTalkTime";
|
|
718
|
+
const _tTr = "transferType";
|
|
719
|
+
const _tWT = "totalWaitTime";
|
|
720
|
+
const _tZ = "timeZone";
|
|
721
|
+
const _ta = "tags";
|
|
722
|
+
const _tag = "tag";
|
|
723
|
+
const _tar = "target";
|
|
724
|
+
const _te = "text";
|
|
725
|
+
const _tel = "telephony";
|
|
726
|
+
const _tem = "template";
|
|
727
|
+
const _th = "thumbnail";
|
|
728
|
+
const _ti = "time";
|
|
729
|
+
const _tit = "title";
|
|
730
|
+
const _to = "topics";
|
|
731
|
+
const _tok = "token";
|
|
732
|
+
const _top = "topic";
|
|
733
|
+
const _tr = "transcriptions";
|
|
734
|
+
const _tra = "transcription";
|
|
735
|
+
const _tru = "trunk";
|
|
736
|
+
const _ty = "type";
|
|
737
|
+
const _u = "url";
|
|
738
|
+
const _uA = "userAgent";
|
|
739
|
+
const _uAp = "updatedAt";
|
|
740
|
+
const _uD = "userDepartment";
|
|
741
|
+
const _uDs = "userDevice";
|
|
742
|
+
const _uE = "userExtension";
|
|
743
|
+
const _uI = "userId";
|
|
744
|
+
const _uL = "userLicense";
|
|
745
|
+
const _uS = "usageStt";
|
|
746
|
+
const _un = "until";
|
|
747
|
+
const _us = "user";
|
|
748
|
+
const _v = "value";
|
|
749
|
+
const _va = "variant";
|
|
750
|
+
const _var = "variables";
|
|
751
|
+
const _ve = "version";
|
|
752
|
+
const _vo = "voicemail";
|
|
753
|
+
const _w = "who";
|
|
754
|
+
const _wGVO = "wizyGuestViewOnly";
|
|
755
|
+
const _wI = "whatsappInbound";
|
|
756
|
+
const _wS = "whatsappStatus";
|
|
757
|
+
const _wT = "waitTime";
|
|
758
|
+
const _we = "weight";
|
|
759
|
+
const _wh = "whatsapp";
|
|
760
|
+
const _wi = "width";
|
|
761
|
+
const _xCI = "xhoppersConfId";
|
|
762
|
+
const _xI = "xbsId";
|
|
763
|
+
const n0 = "smithy.framework";
|
|
764
|
+
const n1 = "wildix.wda.stream";
|
|
765
|
+
const n2 = "wildix.classound";
|
|
766
|
+
const n3 = "wildix.wda.history";
|
|
767
|
+
const n4 = "wildix.wda.insights";
|
|
768
|
+
const n5 = "wildix.xbees.conversations";
|
|
769
|
+
const schema_1 = require("@smithy/core/schema");
|
|
770
|
+
const errors_1 = require("../models/errors");
|
|
771
|
+
const WdaStreamServiceException_1 = require("../models/WdaStreamServiceException");
|
|
772
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
773
|
+
exports.WdaStreamServiceException$ = [-3, _s, "WdaStreamServiceException", 0, [], []];
|
|
774
|
+
_s_registry.registerError(exports.WdaStreamServiceException$, WdaStreamServiceException_1.WdaStreamServiceException);
|
|
775
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
776
|
+
const n1_registry = schema_1.TypeRegistry.for(n1);
|
|
777
|
+
exports.ForbiddenException$ = [-3, n0, _FE,
|
|
778
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
779
|
+
[_m],
|
|
780
|
+
[0], 1
|
|
781
|
+
];
|
|
782
|
+
n0_registry.registerError(exports.ForbiddenException$, errors_1.ForbiddenException);
|
|
783
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
784
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
785
|
+
[_m],
|
|
786
|
+
[0], 1
|
|
787
|
+
];
|
|
788
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
789
|
+
exports.MatchNotFoundException$ = [-3, n1, _MNFE,
|
|
790
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
791
|
+
[_m],
|
|
792
|
+
[0]
|
|
793
|
+
];
|
|
794
|
+
n1_registry.registerError(exports.MatchNotFoundException$, errors_1.MatchNotFoundException);
|
|
795
|
+
exports.PresenceNotAvailableException$ = [-3, n1, _PNAE,
|
|
796
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
797
|
+
[_m],
|
|
798
|
+
[0]
|
|
799
|
+
];
|
|
800
|
+
n1_registry.registerError(exports.PresenceNotAvailableException$, errors_1.PresenceNotAvailableException);
|
|
801
|
+
exports.errorTypeRegistries = [
|
|
802
|
+
_s_registry,
|
|
803
|
+
n0_registry,
|
|
804
|
+
n1_registry,
|
|
805
|
+
];
|
|
806
|
+
exports.TemplateParameter$ = [3, n2, _TP,
|
|
807
|
+
0,
|
|
808
|
+
[_n, _v],
|
|
809
|
+
[0, 0], 2
|
|
810
|
+
];
|
|
811
|
+
exports.TemplateWithParameters$ = [3, n2, _TWP,
|
|
812
|
+
0,
|
|
813
|
+
[_n, _p],
|
|
814
|
+
[0, () => ListTemplateParameter], 1
|
|
815
|
+
];
|
|
816
|
+
exports.WhatsAppInboundEventData$ = [3, n2, _WAIED,
|
|
817
|
+
0,
|
|
818
|
+
[_f, _t, _i, _m, _me, _qMI],
|
|
819
|
+
[0, 0, 0, 0, 64 | 0, 0], 4
|
|
820
|
+
];
|
|
821
|
+
exports.WhatsAppStatusEventData$ = [3, n2, _WASED,
|
|
822
|
+
0,
|
|
823
|
+
[_f, _t, _i, _st, _r, _ch, _pa],
|
|
824
|
+
[0, 0, 0, 0, 0, 0, 1], 5
|
|
825
|
+
];
|
|
826
|
+
exports.CallRecord$ = [3, n3, _CR,
|
|
827
|
+
0,
|
|
828
|
+
[_fI, _sT, _eT, _d, _i, _pb, _ti, _co, _l, _ty, _cT, _tT, _wT, _qT, _hT, _ca, _cal, _se, _sN, _de, _di, _tN, _tD, _qN, _qI, _qP, _ta, _fl, _cM, _cMa, _xCI, _re, _rD, _mW, _sR, _sTT, _rP, _rPCC, _rPCCS, _rPL, _cS, _tS, _tL, _tSr, _aS, _a, _aT, _aD, _at, _no],
|
|
829
|
+
[1, 1, 1, 1, 0, 0, 1, 0, 64 | 0, 0, 1, 1, 1, 1, 1, () => exports.CallParticipant$, () => exports.CallParticipant$, 0, 0, 0, 0, 0, 0, 0, 0, 1, 64 | 0, 64 | 0, 0, 0, 0, 64 | 0, () => CallFlowRecordingsData, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, () => CallFlowAttachmentDestinationList, () => CallFlowAttachments, () => exports.CallFlowNotifications$], 10
|
|
830
|
+
];
|
|
831
|
+
exports.ChatRecord$ = [3, n3, _CRh,
|
|
832
|
+
0,
|
|
833
|
+
[_ti, _co, _sT, _eT, _d, _di, _ch, _par, _ty, _i, _cI, _pb, _wT, _su, _se, _sTe, _ta, _st, _aS],
|
|
834
|
+
[1, 0, 1, 1, 1, 0, () => exports.Channel$, () => ChatParticipantsList, 0, 0, 0, 0, 1, 0, 0, 0, 64 | 0, 0, 0], 9
|
|
835
|
+
];
|
|
836
|
+
exports.ConferenceRecord$ = [3, n3, _CRo,
|
|
837
|
+
0,
|
|
838
|
+
[_i, _ti, _co, _sT, _eT, _d, _di, _par, _tS, _ty, _pb, _wT, _su, _se, _st, _re, _tL, _tSr, _aS],
|
|
839
|
+
[0, 1, 0, 1, 1, 1, 0, () => ConferenceAnalyticsRecordParticipantList, 0, 0, 0, 1, 0, 0, 0, () => ConferenceRecordingList, 0, 1, 0], 10
|
|
840
|
+
];
|
|
841
|
+
exports.TranscriptionTextChunk$ = [3, n3, _TTC,
|
|
842
|
+
0,
|
|
843
|
+
[_i, _n, _te, _ti, _o],
|
|
844
|
+
[0, 0, 0, 0, 1], 5
|
|
845
|
+
];
|
|
846
|
+
exports.TranscriptionSummary$ = [3, n4, _TS,
|
|
847
|
+
0,
|
|
848
|
+
[_tit, _b, _j],
|
|
849
|
+
[0, 0, () => exports.TranscriptionSummaryJson$]
|
|
850
|
+
];
|
|
851
|
+
exports.TranscriptionSummaryCsat$ = [3, n4, _TSC,
|
|
852
|
+
0,
|
|
853
|
+
[_sc, _r],
|
|
854
|
+
[0, 0]
|
|
855
|
+
];
|
|
856
|
+
exports.TranscriptionSummaryJson$ = [3, n4, _TSJ,
|
|
857
|
+
0,
|
|
858
|
+
[_cBVST, _cB, _cIu, _kP, _cIo, _iT, _bu, _cR, _sP, _aI, _nS, _cs, _to, _rev, _pr, _is, _dec, _ta],
|
|
859
|
+
[0, 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => exports.TranscriptionSummaryCsat$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
860
|
+
];
|
|
861
|
+
exports.Annotation$ = [3, n1, _A,
|
|
862
|
+
0,
|
|
863
|
+
[_i, _ti, _pay, _so],
|
|
864
|
+
[0, 1, () => exports.AnnotationPayload$, () => exports.AnnotationSource$], 4
|
|
865
|
+
];
|
|
866
|
+
exports.AnnotationResultValue$ = [3, n1, _ARV,
|
|
867
|
+
0,
|
|
868
|
+
[_v],
|
|
869
|
+
[15], 1
|
|
870
|
+
];
|
|
871
|
+
exports.AnnotationSource$ = [3, n1, _AS,
|
|
872
|
+
0,
|
|
873
|
+
[_ty, _i, _n],
|
|
874
|
+
[0, 0, 0], 1
|
|
875
|
+
];
|
|
876
|
+
exports.AnnotationVariablesValue$ = [3, n1, _AVV,
|
|
877
|
+
0,
|
|
878
|
+
[_v],
|
|
879
|
+
[15], 1
|
|
880
|
+
];
|
|
881
|
+
exports.CallAgentsCancelConsumeEvent$ = [3, n1, _CACCE,
|
|
882
|
+
0,
|
|
883
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
884
|
+
[0, 1, 0, 0, 0, () => exports.CallAgentsStartOrEndConsumeEventData$], 6
|
|
885
|
+
];
|
|
886
|
+
exports.CallAgentsItemConsumeItem$ = [3, n1, _CAICI,
|
|
887
|
+
0,
|
|
888
|
+
[_ag, _in],
|
|
889
|
+
[0, () => exports.CallFlowConsumeParticipant$]
|
|
890
|
+
];
|
|
891
|
+
exports.CallAgentsStartConsumeEvent$ = [3, n1, _CASCE,
|
|
892
|
+
0,
|
|
893
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
894
|
+
[0, 1, 0, 0, 0, () => exports.CallAgentsStartOrEndConsumeEventData$], 6
|
|
895
|
+
];
|
|
896
|
+
exports.CallAgentsStartOrEndConsumeEventData$ = [3, n1, _CASOECED,
|
|
897
|
+
0,
|
|
898
|
+
[_age],
|
|
899
|
+
[() => CallAgentsItemConsumeItemList], 1
|
|
900
|
+
];
|
|
901
|
+
exports.CallAnalyticsAnnotationsRecordEvent$ = [3, n1, _CAARE,
|
|
902
|
+
0,
|
|
903
|
+
[_i, _pb, _ti, _co, _l, _fI, _fST, _cST, _an, _ty],
|
|
904
|
+
[0, 0, 1, 0, 64 | 0, 1, 1, 1, () => Annotations, 0], 10
|
|
905
|
+
];
|
|
906
|
+
exports.CallAnalyticsCostRecordEvent$ = [3, n1, _CACRE,
|
|
907
|
+
0,
|
|
908
|
+
[_i, _pb, _ti, _co, _l, _tr, _ty, _fI, _cos],
|
|
909
|
+
[0, 0, 1, 0, 64 | 0, () => CallTranscriptionList, 0, 1, 1], 9
|
|
910
|
+
];
|
|
911
|
+
exports.CallAnalyticsLiveAnnotationEvent$ = [3, n1, _CALAE,
|
|
912
|
+
0,
|
|
913
|
+
[_i, _pb, _ti, _co, _l, _ev, _fI, _fST, _cST, _ann],
|
|
914
|
+
[0, 0, 1, 0, 64 | 0, 0, 1, 1, 1, () => exports.Annotation$], 10
|
|
915
|
+
];
|
|
916
|
+
exports.CallAnalyticsLiveCompleteEvent$ = [3, n1, _CALCE,
|
|
917
|
+
0,
|
|
918
|
+
[_i, _pb, _ti, _co, _l, _ev, _flo],
|
|
919
|
+
[0, 0, 1, 0, 64 | 0, 0, 1], 7
|
|
920
|
+
];
|
|
921
|
+
exports.CallAnalyticsLiveInterruptedEvent$ = [3, n1, _CALIE,
|
|
922
|
+
0,
|
|
923
|
+
[_i, _pb, _ti, _co, _l, _ev, _flo],
|
|
924
|
+
[0, 0, 1, 0, 64 | 0, 0, 1], 7
|
|
925
|
+
];
|
|
926
|
+
exports.CallAnalyticsLiveProgressEvent$ = [3, n1, _CALPE,
|
|
927
|
+
0,
|
|
928
|
+
[_i, _pb, _ti, _co, _l, _ev, _eTv, _sta, _flo, _pGI],
|
|
929
|
+
[0, 0, 1, 0, 64 | 0, 0, 0, 0, () => CallAnalyticsLiveProgressEventFlowList, 64 | 0], 9
|
|
930
|
+
];
|
|
931
|
+
exports.CallAnalyticsLiveProgressEventFlow$ = [3, n1, _CALPEF,
|
|
932
|
+
0,
|
|
933
|
+
[_fI, _sT, _eT, _d, _st, _sCD, _cT, _tT, _wT, _qT, _hT, _ca, _cal, _se, _sN, _de, _di, _tN, _tD, _qN, _qI, _qP, _ta, _fl, _cM, _cMa, _xCI, _re, _rD, _mW, _sR, _sTT, _rP, _rPCC, _rPCCS, _rPL, _cS, _tS, _tL, _tSr, _aS, _a, _aT, _aD, _at, _no],
|
|
934
|
+
[1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, () => exports.CallParticipant$, () => exports.CallParticipant$, 0, 0, 0, 0, 0, 0, 0, 0, 1, 64 | 0, 64 | 0, 0, 0, 0, 64 | 0, () => CallFlowRecordingsData, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, () => CallFlowAttachmentDestinationList, () => CallFlowAttachments, () => exports.CallFlowNotifications$], 6
|
|
935
|
+
];
|
|
936
|
+
exports.CallAnalyticsLiveTranscriptionEvent$ = [3, n1, _CALTE,
|
|
937
|
+
0,
|
|
938
|
+
[_i, _pb, _ti, _co, _l, _ev, _fI, _fST, _cST, _chu, _part],
|
|
939
|
+
[0, 0, 1, 0, 64 | 0, 0, 1, 1, 1, () => exports.CallTranscriptionChunk$, () => exports.CallParticipant$], 10
|
|
940
|
+
];
|
|
941
|
+
exports.CallAnalyticsRecordEvent$ = [3, n1, _CARE,
|
|
942
|
+
0,
|
|
943
|
+
[_i, _pb, _ti, _co, _l, _flo, _eB, _tCT, _tTT, _tWT, _tQT, _tHT, _ty, _com, _eC, _eCS],
|
|
944
|
+
[0, 0, 1, 0, 64 | 0, () => CallAnalyticsRecordEventFlowsList, 0, 1, 1, 1, 1, 1, 0, 2, 0, 0], 14
|
|
945
|
+
];
|
|
946
|
+
exports.CallAnalyticsRecordEventFlow$ = [3, n1, _CAREF,
|
|
947
|
+
0,
|
|
948
|
+
[_fI, _sT, _eT, _d, _cT, _tT, _wT, _qT, _hT, _ca, _cal, _se, _sN, _de, _di, _tN, _tD, _qN, _qI, _qP, _ta, _fl, _cM, _cMa, _xCI, _re, _rD, _mW, _sR, _sTT, _rP, _rPCC, _rPCCS, _rPL, _cS, _tS, _tL, _tSr, _aS, _a, _aT, _aD, _at, _no],
|
|
949
|
+
[1, 1, 1, 1, 1, 1, 1, 1, 1, () => exports.CallParticipant$, () => exports.CallParticipant$, 0, 0, 0, 0, 0, 0, 0, 0, 1, 64 | 0, 64 | 0, 0, 0, 0, 64 | 0, () => CallFlowRecordingsData, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, () => CallFlowAttachmentDestinationList, () => CallFlowAttachments, () => exports.CallFlowNotifications$], 4
|
|
950
|
+
];
|
|
951
|
+
exports.CallAnalyticsTranscriptionRecordEvent$ = [3, n1, _CATRE,
|
|
952
|
+
0,
|
|
953
|
+
[_i, _pb, _ti, _co, _l, _tr, _ty, _com],
|
|
954
|
+
[0, 0, 1, 0, 64 | 0, () => CallTranscriptionList, 0, 2], 8
|
|
955
|
+
];
|
|
956
|
+
exports.CallAnnotateConsumeEvent$ = [3, n1, _CACE,
|
|
957
|
+
0,
|
|
958
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
959
|
+
[0, 1, 0, 0, 0, () => exports.CallAnnotateConsumeEventData$], 6
|
|
960
|
+
];
|
|
961
|
+
exports.CallAnnotateConsumeEventData$ = [3, n1, _CACED,
|
|
962
|
+
0,
|
|
963
|
+
[_fI, _ann],
|
|
964
|
+
[1, () => exports.Annotation$], 2
|
|
965
|
+
];
|
|
966
|
+
exports.CallAttachmentConsumeEvent$ = [3, n1, _CACEa,
|
|
967
|
+
0,
|
|
968
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
969
|
+
[0, 1, 0, 0, 0, () => exports.CallAttachmentConsumeEventData$], 6
|
|
970
|
+
];
|
|
971
|
+
exports.CallAttachmentConsumeEventData$ = [3, n1, _CACEDa,
|
|
972
|
+
0,
|
|
973
|
+
[_ty, _u, _des, _st, _e],
|
|
974
|
+
[0, 0, () => CallFlowAttachmentDestinationList, 0, 0], 2
|
|
975
|
+
];
|
|
976
|
+
exports.CallEndConsumeEvent$ = [3, n1, _CECE,
|
|
977
|
+
0,
|
|
978
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
979
|
+
[0, 1, 0, 0, 0, () => exports.CallEndConsumeEventData$], 6
|
|
980
|
+
];
|
|
981
|
+
exports.CallEndConsumeEventData$ = [3, n1, _CECED,
|
|
982
|
+
0,
|
|
983
|
+
[_mo, _rS, _cau, _cSa, _w, _pT],
|
|
984
|
+
[() => exports.CallMosData$, () => exports.CallRtpStatsData$, 0, 0, 0, 2]
|
|
985
|
+
];
|
|
986
|
+
exports.CallFlowAttachmentDestination$ = [3, n1, _CFAD,
|
|
987
|
+
0,
|
|
988
|
+
[_ph, _n, _em, _uI, _uE, _uD, _gI, _gN],
|
|
989
|
+
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
990
|
+
];
|
|
991
|
+
exports.CallFlowConsumeParticipant$ = [3, n1, _CFCP,
|
|
992
|
+
0,
|
|
993
|
+
[_ph, _n, _em, _co, _uI, _uE, _uD, _uL, _gI, _gN, _dev, _sCI, _pA, _pAr, _lo],
|
|
994
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
995
|
+
];
|
|
996
|
+
exports.CallFlowConsumeQueue$ = [3, n1, _CFCQ,
|
|
997
|
+
0,
|
|
998
|
+
[_i, _n],
|
|
999
|
+
[0, 0], 2
|
|
1000
|
+
];
|
|
1001
|
+
exports.CallFlowConsumeTrunk$ = [3, n1, _CFCT,
|
|
1002
|
+
0,
|
|
1003
|
+
[_di, _n],
|
|
1004
|
+
[0, 0], 2
|
|
1005
|
+
];
|
|
1006
|
+
exports.CallFlowFax$ = [3, n1, _CFF,
|
|
1007
|
+
0,
|
|
1008
|
+
[_u, _st, _des, _ow, _e],
|
|
1009
|
+
[0, 0, () => CallFlowAttachmentDestinationList, 0, 0], 1
|
|
1010
|
+
];
|
|
1011
|
+
exports.CallFlowNotifications$ = [3, n1, _CFN,
|
|
1012
|
+
0,
|
|
1013
|
+
[_des, _ty],
|
|
1014
|
+
[() => CallFlowAttachmentDestinationList, 64 | 0]
|
|
1015
|
+
];
|
|
1016
|
+
exports.CallFlowRecording$ = [3, n1, _CFR,
|
|
1017
|
+
0,
|
|
1018
|
+
[_fN, _sta, _en, _ow, _u, _pau],
|
|
1019
|
+
[0, 1, 1, 0, 0, () => CallRecordPausesList], 6
|
|
1020
|
+
];
|
|
1021
|
+
exports.CallFlowVoicemail$ = [3, n1, _CFV,
|
|
1022
|
+
0,
|
|
1023
|
+
[_u, _des, _ow],
|
|
1024
|
+
[0, () => CallFlowAttachmentDestinationList, 0], 1
|
|
1025
|
+
];
|
|
1026
|
+
exports.CallLiveConsumeEvent$ = [3, n1, _CLCE,
|
|
1027
|
+
0,
|
|
1028
|
+
[_i, _ti, _pb, _co],
|
|
1029
|
+
[0, 1, 0, 0], 4
|
|
1030
|
+
];
|
|
1031
|
+
exports.CallMosData$ = [3, n1, _CMD,
|
|
1032
|
+
0,
|
|
1033
|
+
[_ca, _cal],
|
|
1034
|
+
[0, 0]
|
|
1035
|
+
];
|
|
1036
|
+
exports.CallParticipant$ = [3, n1, _CP,
|
|
1037
|
+
0,
|
|
1038
|
+
[_ty, _ro, _ph, _n, _co, _em, _uI, _uE, _uD, _gI, _gN, _uA, _uDs, _li, _sCI, _pA, _pAr, _lo],
|
|
1039
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 2
|
|
1040
|
+
];
|
|
1041
|
+
exports.CallPostTranscriptionConsumeEvent$ = [3, n1, _CPTCE,
|
|
1042
|
+
0,
|
|
1043
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
1044
|
+
[0, 1, 0, 0, 0, () => exports.CallPostTranscriptionConsumeEventData$], 6
|
|
1045
|
+
];
|
|
1046
|
+
exports.CallPostTranscriptionConsumeEventData$ = [3, n1, _CPTCED,
|
|
1047
|
+
0,
|
|
1048
|
+
[_fI, _fST, _cST, _ty, _cd, _tL],
|
|
1049
|
+
[1, 1, 1, 0, () => exports.CdsTranscriptionPayloadReference$, 0], 5
|
|
1050
|
+
];
|
|
1051
|
+
exports.CallRecordPause$ = [3, n1, _CRP,
|
|
1052
|
+
0,
|
|
1053
|
+
[_sta, _en, _r],
|
|
1054
|
+
[1, 1, 0]
|
|
1055
|
+
];
|
|
1056
|
+
exports.CallRecordPauseConsumeEvent$ = [3, n1, _CRPCE,
|
|
1057
|
+
0,
|
|
1058
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
1059
|
+
[0, 1, 0, 0, 0, () => exports.CallRecordPauseConsumeEventData$], 6
|
|
1060
|
+
];
|
|
1061
|
+
exports.CallRecordPauseConsumeEventData$ = [3, n1, _CRPCED,
|
|
1062
|
+
0,
|
|
1063
|
+
[_sta, _r],
|
|
1064
|
+
[1, 0], 2
|
|
1065
|
+
];
|
|
1066
|
+
exports.CallRecordStartConsumeEvent$ = [3, n1, _CRSCE,
|
|
1067
|
+
0,
|
|
1068
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
1069
|
+
[0, 1, 0, 0, 0, () => exports.CallRecordStartConsumeEventData$], 6
|
|
1070
|
+
];
|
|
1071
|
+
exports.CallRecordStartConsumeEventData$ = [3, n1, _CRSCED,
|
|
1072
|
+
0,
|
|
1073
|
+
[_fN, _sta, _ow],
|
|
1074
|
+
[0, 1, 0], 3
|
|
1075
|
+
];
|
|
1076
|
+
exports.CallRecordStopConsumeEvent$ = [3, n1, _CRSCEa,
|
|
1077
|
+
0,
|
|
1078
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
1079
|
+
[0, 1, 0, 0, 0, () => exports.CallRecordStopConsumeEventData$], 6
|
|
1080
|
+
];
|
|
1081
|
+
exports.CallRecordStopConsumeEventData$ = [3, n1, _CRSCEDa,
|
|
1082
|
+
0,
|
|
1083
|
+
[_fN, _u, _en, _pau, _fIl],
|
|
1084
|
+
[0, 0, 1, () => CallRecordPausesList, 1], 5
|
|
1085
|
+
];
|
|
1086
|
+
exports.CallRecordUnpauseConsumeEvent$ = [3, n1, _CRUCE,
|
|
1087
|
+
0,
|
|
1088
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
1089
|
+
[0, 1, 0, 0, 0, () => exports.CallRecordUnpauseConsumeEventData$], 6
|
|
1090
|
+
];
|
|
1091
|
+
exports.CallRecordUnpauseConsumeEventData$ = [3, n1, _CRUCED,
|
|
1092
|
+
0,
|
|
1093
|
+
[_en],
|
|
1094
|
+
[1], 1
|
|
1095
|
+
];
|
|
1096
|
+
exports.CallRtpEndpoint$ = [3, n1, _CRE,
|
|
1097
|
+
0,
|
|
1098
|
+
[_ip, _po, _fa],
|
|
1099
|
+
[0, 1, 0]
|
|
1100
|
+
];
|
|
1101
|
+
exports.CallRtpJitterStats$ = [3, n1, _CRJS,
|
|
1102
|
+
0,
|
|
1103
|
+
[_av, _mi, _ma],
|
|
1104
|
+
[1, 1, 1]
|
|
1105
|
+
];
|
|
1106
|
+
exports.CallRtpLegStats$ = [3, n1, _CRLS,
|
|
1107
|
+
0,
|
|
1108
|
+
[_nod, _pac, _by, _rem, _ad, _cod, _pro, _mo, _ji, _pL, _rt],
|
|
1109
|
+
[0, 1, 1, () => exports.CallRtpEndpoint$, () => exports.CallRtpEndpoint$, 0, 0, () => exports.CallRtpMosStats$, () => exports.CallRtpJitterStats$, () => exports.CallRtpPacketLossStats$, () => exports.CallRtpRttStats$]
|
|
1110
|
+
];
|
|
1111
|
+
exports.CallRtpMosStats$ = [3, n1, _CRMS,
|
|
1112
|
+
0,
|
|
1113
|
+
[_av, _mi, _ma],
|
|
1114
|
+
[1, 1, 1]
|
|
1115
|
+
];
|
|
1116
|
+
exports.CallRtpPacketLossStats$ = [3, n1, _CRPLS,
|
|
1117
|
+
0,
|
|
1118
|
+
[_av, _mi, _ma, _cu],
|
|
1119
|
+
[1, 1, 1, 1]
|
|
1120
|
+
];
|
|
1121
|
+
exports.CallRtpRttStats$ = [3, n1, _CRRS,
|
|
1122
|
+
0,
|
|
1123
|
+
[_av, _le],
|
|
1124
|
+
[1, 1]
|
|
1125
|
+
];
|
|
1126
|
+
exports.CallRtpStatsData$ = [3, n1, _CRSD,
|
|
1127
|
+
0,
|
|
1128
|
+
[_ca, _cal],
|
|
1129
|
+
[() => exports.CallRtpLegStats$, () => exports.CallRtpLegStats$]
|
|
1130
|
+
];
|
|
1131
|
+
exports.CallSplitConsumeEvent$ = [3, n1, _CSCE,
|
|
1132
|
+
0,
|
|
1133
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
1134
|
+
[0, 1, 0, 0, 0, () => exports.CallSplitConsumeEventData$], 6
|
|
1135
|
+
];
|
|
1136
|
+
exports.CallSplitConsumeEventData$ = [3, n1, _CSCED,
|
|
1137
|
+
0,
|
|
1138
|
+
[_ca, _cal, _st, _de, _se, _sN, _tru, _q, _qP, _ta, _fl, _sCI, _mo, _rS, _r, _tTr, _mW, _pT],
|
|
1139
|
+
[() => exports.CallFlowConsumeParticipant$, () => exports.CallFlowConsumeParticipant$, 0, 0, 0, 0, () => exports.CallFlowConsumeTrunk$, () => exports.CallFlowConsumeQueue$, 1, 64 | 0, 64 | 0, 0, () => exports.CallMosData$, () => exports.CallRtpStatsData$, 0, 0, 0, 2]
|
|
1140
|
+
];
|
|
1141
|
+
exports.CallStartConsumeEvent$ = [3, n1, _CSCEa,
|
|
1142
|
+
0,
|
|
1143
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
1144
|
+
[0, 1, 0, 0, 0, () => exports.CallStartConsumeEventData$], 6
|
|
1145
|
+
];
|
|
1146
|
+
exports.CallStartConsumeEventData$ = [3, n1, _CSCEDa,
|
|
1147
|
+
0,
|
|
1148
|
+
[_ca, _cal, _st, _de, _se, _sN, _tru, _q, _qP, _ta, _fl, _sCI, _l],
|
|
1149
|
+
[() => exports.CallFlowConsumeParticipant$, () => exports.CallFlowConsumeParticipant$, 0, 0, 0, 0, () => exports.CallFlowConsumeTrunk$, () => exports.CallFlowConsumeQueue$, 1, 64 | 0, 64 | 0, 0, 64 | 0]
|
|
1150
|
+
];
|
|
1151
|
+
exports.CallTranscribeConsumeEvent$ = [3, n1, _CTCE,
|
|
1152
|
+
0,
|
|
1153
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
1154
|
+
[0, 1, 0, 0, 0, () => exports.CallTranscribeConsumeEventData$], 6
|
|
1155
|
+
];
|
|
1156
|
+
exports.CallTranscribeConsumeEventData$ = [3, n1, _CTCED,
|
|
1157
|
+
0,
|
|
1158
|
+
[_fIl, _i, _ro, _te, _la, _fi, _sta, _en, _sen],
|
|
1159
|
+
[1, 0, 0, 0, 0, 2, 1, 1, 0], 8
|
|
1160
|
+
];
|
|
1161
|
+
exports.CallTranscription$ = [3, n1, _CT,
|
|
1162
|
+
0,
|
|
1163
|
+
[_fI, _fST, _cST, _chun],
|
|
1164
|
+
[1, 1, 1, () => CallTranscriptionChunksMap], 4
|
|
1165
|
+
];
|
|
1166
|
+
exports.CallTranscriptionChunk$ = [3, n1, _CTC,
|
|
1167
|
+
0,
|
|
1168
|
+
[_i, _ti, _sp, _te, _iF, _sta, _en, _la, _con, _sen],
|
|
1169
|
+
[0, 1, 0, 0, 2, 1, 1, 0, 1, 0], 7
|
|
1170
|
+
];
|
|
1171
|
+
exports.CallUpdateConsumeEvent$ = [3, n1, _CUCE,
|
|
1172
|
+
0,
|
|
1173
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
1174
|
+
[0, 1, 0, 0, 0, () => exports.CallUpdateConsumeEventData$], 6
|
|
1175
|
+
];
|
|
1176
|
+
exports.CallUpdateConsumeEventData$ = [3, n1, _CUCED,
|
|
1177
|
+
0,
|
|
1178
|
+
[_ca, _cal, _st, _de, _se, _sN, _tru, _q, _qP, _ta, _fl, _sCI, _mo],
|
|
1179
|
+
[() => exports.CallFlowConsumeParticipant$, () => exports.CallFlowConsumeParticipant$, 0, 0, 0, 0, () => exports.CallFlowConsumeTrunk$, () => exports.CallFlowConsumeQueue$, 1, 64 | 0, 64 | 0, 0, () => exports.CallMosData$]
|
|
1180
|
+
];
|
|
1181
|
+
exports.CdsTranscriptionPayloadReference$ = [3, n1, _CTPR,
|
|
1182
|
+
0,
|
|
1183
|
+
[_i],
|
|
1184
|
+
[0], 1
|
|
1185
|
+
];
|
|
1186
|
+
exports.ChatAnalyticsAnnotationsRecordEvent$ = [3, n1, _CAAREh,
|
|
1187
|
+
0,
|
|
1188
|
+
[_ti, _co, _an, _ty, _i, _cI],
|
|
1189
|
+
[1, 0, () => Annotations, 0, 0, 0], 4
|
|
1190
|
+
];
|
|
1191
|
+
exports.ChatAnalyticsLiveAnnotationEvent$ = [3, n1, _CALAEh,
|
|
1192
|
+
0,
|
|
1193
|
+
[_ti, _co, _ev, _ann, _i, _cI],
|
|
1194
|
+
[1, 0, 0, () => exports.Annotation$, 0, 0], 4
|
|
1195
|
+
];
|
|
1196
|
+
exports.ChatAnalyticsLiveCompleteEvent$ = [3, n1, _CALCEh,
|
|
1197
|
+
0,
|
|
1198
|
+
[_ti, _co, _ev, _i, _cI],
|
|
1199
|
+
[1, 0, 0, 0, 0], 3
|
|
1200
|
+
];
|
|
1201
|
+
exports.ChatAnalyticsLiveInterruptedEvent$ = [3, n1, _CALIEh,
|
|
1202
|
+
0,
|
|
1203
|
+
[_ti, _co, _ev, _i, _cI],
|
|
1204
|
+
[1, 0, 0, 0, 0], 3
|
|
1205
|
+
];
|
|
1206
|
+
exports.ChatAnalyticsLiveProgressEvent$ = [3, n1, _CALPEh,
|
|
1207
|
+
0,
|
|
1208
|
+
[_ti, _co, _ev, _sta, _cIh, _cTh, _su, _par, _age, _aC, _cus, _cC, _di, _st, _i, _cI, _se, _sTe, _ta, _aS],
|
|
1209
|
+
[1, 0, 0, 0, 0, 0, 0, () => ChatLiveParticipantsList, () => ChatUserList, 1, () => ChatUserList, 1, 0, 0, 0, 0, 0, 0, 64 | 0, 0], 14
|
|
1210
|
+
];
|
|
1211
|
+
exports.ChatAnalyticsLiveTranscriptionEvent$ = [3, n1, _CALTEh,
|
|
1212
|
+
0,
|
|
1213
|
+
[_ti, _co, _ev, _m, _i, _cI],
|
|
1214
|
+
[1, 0, 0, () => exports.Message$, 0, 0], 4
|
|
1215
|
+
];
|
|
1216
|
+
exports.ChatAnalyticsManagerMissedEvent$ = [3, n1, _CAMME,
|
|
1217
|
+
0,
|
|
1218
|
+
[_ti, _co, _ev, _i, _cI],
|
|
1219
|
+
[1, 0, 0, 0, 0], 3
|
|
1220
|
+
];
|
|
1221
|
+
exports.ChatAnalyticsRecordEvent$ = [3, n1, _CAREh,
|
|
1222
|
+
0,
|
|
1223
|
+
[_ti, _co, _sT, _eT, _d, _di, _ch, _par, _ty, _i, _cI, _pb, _wT, _su, _se, _sTe, _ta, _st, _aS],
|
|
1224
|
+
[1, 0, 1, 1, 1, 0, () => exports.Channel$, () => ChatParticipantsList, 0, 0, 0, 0, 1, 0, 0, 0, 64 | 0, 0, 0], 9
|
|
1225
|
+
];
|
|
1226
|
+
exports.ChatAnalyticsTranscriptionRecordEvent$ = [3, n1, _CATREh,
|
|
1227
|
+
0,
|
|
1228
|
+
[_ti, _co, _tra, _ty, _i, _cI],
|
|
1229
|
+
[1, 0, () => exports.ChatTranscription$, 0, 0, 0], 4
|
|
1230
|
+
];
|
|
1231
|
+
exports.ChatAnnotateConsumeEvent$ = [3, n1, _CACEh,
|
|
1232
|
+
0,
|
|
1233
|
+
[_ty, _co, _ti, _da],
|
|
1234
|
+
[0, 0, 1, () => exports.ChatAnnotateConsumeEventData$], 4
|
|
1235
|
+
];
|
|
1236
|
+
exports.ChatAnnotateConsumeEventData$ = [3, n1, _CACEDh,
|
|
1237
|
+
0,
|
|
1238
|
+
[_cIh, _cTh, _ann],
|
|
1239
|
+
[0, 0, () => exports.Annotation$], 3
|
|
1240
|
+
];
|
|
1241
|
+
exports.ChatConsumeEventParticipants$ = [3, n1, _CCEP,
|
|
1242
|
+
0,
|
|
1243
|
+
[_age, _aC, _cus, _cC],
|
|
1244
|
+
[() => UsersList, 1, () => UsersList, 1], 4
|
|
1245
|
+
];
|
|
1246
|
+
exports.ChatMessageConsumeEvent$ = [3, n1, _CMCE,
|
|
1247
|
+
0,
|
|
1248
|
+
[_ty, _co, _ti, _da],
|
|
1249
|
+
[0, 0, 1, () => exports.ChatMessageConsumeEventData$], 4
|
|
1250
|
+
];
|
|
1251
|
+
exports.ChatMessageConsumeEventData$ = [3, n1, _CMCED,
|
|
1252
|
+
0,
|
|
1253
|
+
[_su, _ch, _m, _par, _se, _sTe],
|
|
1254
|
+
[0, () => exports.Channel$, () => exports.Message$, () => exports.ChatParticipants$, 0, 0], 4
|
|
1255
|
+
];
|
|
1256
|
+
exports.ChatNewConsumeEvent$ = [3, n1, _CNCE,
|
|
1257
|
+
0,
|
|
1258
|
+
[_ty, _co, _ti, _da],
|
|
1259
|
+
[0, 0, 1, () => exports.ChatNewConsumeEventData$], 4
|
|
1260
|
+
];
|
|
1261
|
+
exports.ChatNewConsumeEventData$ = [3, n1, _CNCED,
|
|
1262
|
+
0,
|
|
1263
|
+
[_cIh, _cTh, _su, _par, _send, _se, _sTe, _ta],
|
|
1264
|
+
[0, 0, 0, () => exports.ChatConsumeEventParticipants$, () => exports.User$, 0, 0, 64 | 0], 5
|
|
1265
|
+
];
|
|
1266
|
+
exports.ChatParticipant$ = [3, n1, _CPh,
|
|
1267
|
+
0,
|
|
1268
|
+
[_i, _in],
|
|
1269
|
+
[0, () => exports.ChatParticipantInfo$], 2
|
|
1270
|
+
];
|
|
1271
|
+
exports.ChatParticipantInfo$ = [3, n1, _CPI,
|
|
1272
|
+
0,
|
|
1273
|
+
[_i, _ty, _ro, _n, _em, _ph, _pi, _loc, _tZ, _co, _bo, _pD, _pP, _pE, _pS, _pUI, _pGIb, _cA, _uAp],
|
|
1274
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0], 3
|
|
1275
|
+
];
|
|
1276
|
+
exports.ChatParticipants$ = [3, n1, _CPha,
|
|
1277
|
+
0,
|
|
1278
|
+
[_aC, _cC, _age, _cus],
|
|
1279
|
+
[1, 1, () => UsersList, () => UsersList], 2
|
|
1280
|
+
];
|
|
1281
|
+
exports.ChatTranscription$ = [3, n1, _CTh,
|
|
1282
|
+
0,
|
|
1283
|
+
[_sta, _en, _mes],
|
|
1284
|
+
[1, 1, () => ChatTranscriptionMessagesList], 3
|
|
1285
|
+
];
|
|
1286
|
+
exports.ChatUpdateConsumeEvent$ = [3, n1, _CUCEh,
|
|
1287
|
+
0,
|
|
1288
|
+
[_ty, _co, _ti, _da],
|
|
1289
|
+
[0, 0, 1, () => exports.ChatUpdateConsumeEventData$], 4
|
|
1290
|
+
];
|
|
1291
|
+
exports.ChatUpdateConsumeEventData$ = [3, n1, _CUCEDh,
|
|
1292
|
+
0,
|
|
1293
|
+
[_cIh, _cTh, _su, _par, _se, _sTe, _ta],
|
|
1294
|
+
[0, 0, 0, () => exports.ChatConsumeEventParticipants$, 0, 0, 64 | 0], 4
|
|
1295
|
+
];
|
|
1296
|
+
exports.ConferenceAnalyticsAnnotationsRecordEvent$ = [3, n1, _CAAREo,
|
|
1297
|
+
0,
|
|
1298
|
+
[_i, _ti, _co, _an, _ty],
|
|
1299
|
+
[0, 1, 0, () => Annotations, 0], 5
|
|
1300
|
+
];
|
|
1301
|
+
exports.ConferenceAnalyticsLiveAnnotationEvent$ = [3, n1, _CALAEo,
|
|
1302
|
+
0,
|
|
1303
|
+
[_i, _ti, _co, _ev, _ann],
|
|
1304
|
+
[0, 1, 0, 0, () => exports.Annotation$], 5
|
|
1305
|
+
];
|
|
1306
|
+
exports.ConferenceAnalyticsLiveCompleteEvent$ = [3, n1, _CALCEo,
|
|
1307
|
+
0,
|
|
1308
|
+
[_i, _ti, _co, _ev, _roo],
|
|
1309
|
+
[0, 1, 0, 0, 0], 4
|
|
1310
|
+
];
|
|
1311
|
+
exports.ConferenceAnalyticsLiveInterruptedEvent$ = [3, n1, _CALIEo,
|
|
1312
|
+
0,
|
|
1313
|
+
[_i, _ti, _co, _ev, _roo],
|
|
1314
|
+
[0, 1, 0, 0, 0], 4
|
|
1315
|
+
];
|
|
1316
|
+
exports.ConferenceAnalyticsLiveJoinEvent$ = [3, n1, _CALJE,
|
|
1317
|
+
0,
|
|
1318
|
+
[_i, _ti, _co, _ev, _part],
|
|
1319
|
+
[0, 1, 0, 0, () => exports.ConferenceParticipant$], 5
|
|
1320
|
+
];
|
|
1321
|
+
exports.ConferenceAnalyticsLiveLeaveEvent$ = [3, n1, _CALLE,
|
|
1322
|
+
0,
|
|
1323
|
+
[_i, _ti, _co, _ev, _part],
|
|
1324
|
+
[0, 1, 0, 0, () => exports.ConferenceParticipant$], 5
|
|
1325
|
+
];
|
|
1326
|
+
exports.ConferenceAnalyticsLiveProgressEvent$ = [3, n1, _CALPEo,
|
|
1327
|
+
0,
|
|
1328
|
+
[_i, _ti, _co, _ev, _sta, _su, _par, _tS, _tL, _aS, _pGI],
|
|
1329
|
+
[0, 1, 0, 0, 0, 0, () => ConferenceParticipantsList, 0, 0, 0, 64 | 0], 7
|
|
1330
|
+
];
|
|
1331
|
+
exports.ConferenceAnalyticsLiveTranscriptionEvent$ = [3, n1, _CALTEo,
|
|
1332
|
+
0,
|
|
1333
|
+
[_i, _ti, _co, _ev, _cSTo, _tST, _chu, _part],
|
|
1334
|
+
[0, 1, 0, 0, 1, 1, () => exports.ConferenceTranscriptionChunk$, () => exports.ConferenceParticipant$], 7
|
|
1335
|
+
];
|
|
1336
|
+
exports.ConferenceAnalyticsRecordEvent$ = [3, n1, _CAREo,
|
|
1337
|
+
0,
|
|
1338
|
+
[_i, _ti, _co, _sT, _eT, _d, _di, _par, _tS, _ty, _pb, _wT, _su, _se, _st, _re, _tL, _tSr, _aS, _tr],
|
|
1339
|
+
[0, 1, 0, 1, 1, 1, 0, () => ConferenceAnalyticsRecordParticipantList, 0, 0, 0, 1, 0, 0, 0, () => ConferenceRecordingList, 0, 1, 0, 0], 10
|
|
1340
|
+
];
|
|
1341
|
+
exports.ConferenceAnalyticsRecordParticipant$ = [3, n1, _CARP,
|
|
1342
|
+
0,
|
|
1343
|
+
[_jid, _in, _tDo, _tSD, _jT],
|
|
1344
|
+
[0, () => exports.ConferenceParticipant$, 1, 1, 1], 5
|
|
1345
|
+
];
|
|
1346
|
+
exports.ConferenceAnalyticsTranscriptionRecordEvent$ = [3, n1, _CATREo,
|
|
1347
|
+
0,
|
|
1348
|
+
[_i, _ti, _co, _tr, _ty, _su, _par],
|
|
1349
|
+
[0, 1, 0, () => ConferenceTranscriptionsList, 0, 0, () => ConferenceParticipantsMap], 5
|
|
1350
|
+
];
|
|
1351
|
+
exports.ConferenceAnnotateConsumeEvent$ = [3, n1, _CACEo,
|
|
1352
|
+
0,
|
|
1353
|
+
[_roo, _ses, _ti, _ty, _da],
|
|
1354
|
+
[0, 0, 1, 0, () => exports.ConferenceAnnotateConsumeEventData$], 5
|
|
1355
|
+
];
|
|
1356
|
+
exports.ConferenceAnnotateConsumeEventData$ = [3, n1, _CACEDo,
|
|
1357
|
+
0,
|
|
1358
|
+
[_ann, _co],
|
|
1359
|
+
[() => exports.Annotation$, 0], 1
|
|
1360
|
+
];
|
|
1361
|
+
exports.ConferenceEndConsumeEvent$ = [3, n1, _CECEo,
|
|
1362
|
+
0,
|
|
1363
|
+
[_roo, _ses, _ti, _ty],
|
|
1364
|
+
[0, 0, 1, 0], 4
|
|
1365
|
+
];
|
|
1366
|
+
exports.ConferenceJoinConsumeEvent$ = [3, n1, _CJCE,
|
|
1367
|
+
0,
|
|
1368
|
+
[_roo, _ses, _ti, _ty, _da],
|
|
1369
|
+
[0, 0, 1, 0, () => exports.ConferenceJoinConsumeEventData$], 5
|
|
1370
|
+
];
|
|
1371
|
+
exports.ConferenceJoinConsumeEventData$ = [3, n1, _CJCED,
|
|
1372
|
+
0,
|
|
1373
|
+
[_jid, _n, _em, _co, _dep, _pS, _pE, _pGIb, _li, _xI],
|
|
1374
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
1375
|
+
];
|
|
1376
|
+
exports.ConferenceKeepAliveConsumeEvent$ = [3, n1, _CKACE,
|
|
1377
|
+
0,
|
|
1378
|
+
[_ty, _ti, _sess],
|
|
1379
|
+
[0, 1, 64 | 0], 3
|
|
1380
|
+
];
|
|
1381
|
+
exports.ConferenceLeaveConsumeEvent$ = [3, n1, _CLCEo,
|
|
1382
|
+
0,
|
|
1383
|
+
[_roo, _ses, _ti, _ty, _da],
|
|
1384
|
+
[0, 0, 1, 0, () => exports.ConferenceLeaveConsumeEventData$], 5
|
|
1385
|
+
];
|
|
1386
|
+
exports.ConferenceLeaveConsumeEventData$ = [3, n1, _CLCED,
|
|
1387
|
+
0,
|
|
1388
|
+
[_jid],
|
|
1389
|
+
[0]
|
|
1390
|
+
];
|
|
1391
|
+
exports.ConferenceParticipant$ = [3, n1, _CPo,
|
|
1392
|
+
0,
|
|
1393
|
+
[_ty, _ro, _jid, _n, _em, _ph, _dep, _co, _pS, _pE, _pGIb, _xI, _li],
|
|
1394
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 1
|
|
1395
|
+
];
|
|
1396
|
+
exports.ConferenceRecording$ = [3, n1, _CRon,
|
|
1397
|
+
0,
|
|
1398
|
+
[_u, _sta, _en],
|
|
1399
|
+
[0, 1, 1], 3
|
|
1400
|
+
];
|
|
1401
|
+
exports.ConferenceRecordStartConsumeEvent$ = [3, n1, _CRSCEo,
|
|
1402
|
+
0,
|
|
1403
|
+
[_roo, _ses, _ti, _ty, _da],
|
|
1404
|
+
[0, 0, 1, 0, () => exports.ConferenceRecordStartConsumeEventData$], 5
|
|
1405
|
+
];
|
|
1406
|
+
exports.ConferenceRecordStartConsumeEventData$ = [3, n1, _CRSCEDo,
|
|
1407
|
+
0,
|
|
1408
|
+
[_jid],
|
|
1409
|
+
[0]
|
|
1410
|
+
];
|
|
1411
|
+
exports.ConferenceRecordStopConsumeEvent$ = [3, n1, _CRSCEon,
|
|
1412
|
+
0,
|
|
1413
|
+
[_roo, _ses, _ti, _ty, _da],
|
|
1414
|
+
[0, 0, 1, 0, () => exports.ConferenceRecordStopConsumeEventData$], 5
|
|
1415
|
+
];
|
|
1416
|
+
exports.ConferenceRecordStopConsumeEventData$ = [3, n1, _CRSCEDon,
|
|
1417
|
+
0,
|
|
1418
|
+
[_jid, _lin, _sT, _eT],
|
|
1419
|
+
[0, 0, 1, 1], 4
|
|
1420
|
+
];
|
|
1421
|
+
exports.ConferenceSpeakerTime$ = [3, n1, _CST,
|
|
1422
|
+
0,
|
|
1423
|
+
[_jid, _sTp],
|
|
1424
|
+
[0, 1], 2
|
|
1425
|
+
];
|
|
1426
|
+
exports.ConferenceStartConsumeEvent$ = [3, n1, _CSCEo,
|
|
1427
|
+
0,
|
|
1428
|
+
[_roo, _ses, _ti, _ty, _da, _prov, _di, _se],
|
|
1429
|
+
[0, 0, 1, 0, () => exports.ConferenceStartConsumeEventData$, 0, 0, 0], 5
|
|
1430
|
+
];
|
|
1431
|
+
exports.ConferenceStartConsumeEventData$ = [3, n1, _CSCEDo,
|
|
1432
|
+
0,
|
|
1433
|
+
[_co, _pb, _su],
|
|
1434
|
+
[0, 0, 0]
|
|
1435
|
+
];
|
|
1436
|
+
exports.ConferenceStatsConsumeEvent$ = [3, n1, _CSCEon,
|
|
1437
|
+
0,
|
|
1438
|
+
[_roo, _ses, _ti, _ty, _da],
|
|
1439
|
+
[0, 0, 1, 0, () => ConferenceStatsConsumeEventData], 5
|
|
1440
|
+
];
|
|
1441
|
+
exports.ConferenceTimeFramesChunk$ = [3, n1, _CTFC,
|
|
1442
|
+
0,
|
|
1443
|
+
[_sta, _en],
|
|
1444
|
+
[1, 1], 2
|
|
1445
|
+
];
|
|
1446
|
+
exports.ConferenceTimeFramesConsumeEvent$ = [3, n1, _CTFCE,
|
|
1447
|
+
0,
|
|
1448
|
+
[_roo, _ses, _ti, _ty, _da],
|
|
1449
|
+
[0, 0, 1, 0, () => exports.ConferenceTimeFramesConsumeEventData$], 5
|
|
1450
|
+
];
|
|
1451
|
+
exports.ConferenceTimeFramesConsumeEventData$ = [3, n1, _CTFCED,
|
|
1452
|
+
0,
|
|
1453
|
+
[_tF],
|
|
1454
|
+
[() => ConferenceTimeFramesList], 1
|
|
1455
|
+
];
|
|
1456
|
+
exports.ConferenceTimeFramesListItem$ = [3, n1, _CTFLI,
|
|
1457
|
+
0,
|
|
1458
|
+
[_jid, _fr],
|
|
1459
|
+
[0, () => ConferenceTimeFramesChunkList], 2
|
|
1460
|
+
];
|
|
1461
|
+
exports.ConferenceTranscription$ = [3, n1, _CTo,
|
|
1462
|
+
0,
|
|
1463
|
+
[_sta, _en, _chun],
|
|
1464
|
+
[1, 1, () => ConferenceTranscriptionChunksMap], 3
|
|
1465
|
+
];
|
|
1466
|
+
exports.ConferenceTranscriptionChunk$ = [3, n1, _CTCo,
|
|
1467
|
+
0,
|
|
1468
|
+
[_i, _ti, _jid, _te, _iF, _sta, _en, _la, _sen],
|
|
1469
|
+
[0, 1, 0, 0, 2, 1, 1, 0, 0], 7
|
|
1470
|
+
];
|
|
1471
|
+
exports.ConferenceTranscriptionConsumeEvent$ = [3, n1, _CTCEo,
|
|
1472
|
+
0,
|
|
1473
|
+
[_roo, _ses, _ti, _ty, _da],
|
|
1474
|
+
[0, 0, 1, 0, () => exports.ConferenceTranscriptionConsumeEventData$], 5
|
|
1475
|
+
];
|
|
1476
|
+
exports.ConferenceTranscriptionConsumeEventData$ = [3, n1, _CTCEDo,
|
|
1477
|
+
0,
|
|
1478
|
+
[_i, _jid, _te, _ti, _sta, _en, _la, _sen, _fi],
|
|
1479
|
+
[0, 0, 0, 1, 1, 1, 0, 0, 2], 6
|
|
1480
|
+
];
|
|
1481
|
+
exports.ConsumeEventInput$ = [3, n1, _CEI,
|
|
1482
|
+
0,
|
|
1483
|
+
[_ev],
|
|
1484
|
+
[() => exports.ConsumeEventInputEvent$], 1
|
|
1485
|
+
];
|
|
1486
|
+
exports.ConsumeEventOutput$ = [3, n1, _CEO,
|
|
1487
|
+
0,
|
|
1488
|
+
[],
|
|
1489
|
+
[]
|
|
1490
|
+
];
|
|
1491
|
+
exports.DescribeEventInput$ = [3, n1, _DEI,
|
|
1492
|
+
0,
|
|
1493
|
+
[_SIE, _SSE, _WAIE, _WASE, _WAA, _WSA, _WUA],
|
|
1494
|
+
[() => exports.SmsInboundEvent$, () => exports.SmsStatusEvent$, () => exports.WhatsAppInboundEvent$, () => exports.WhatsAppStatusEvent$, () => exports.WebsocketAuthorizeAction$, () => exports.WebsocketSubscribeAction$, () => exports.WebsocketUnsubscribeAction$]
|
|
1495
|
+
];
|
|
1496
|
+
exports.DescribeEventOutput$ = [3, n1, _DEO,
|
|
1497
|
+
0,
|
|
1498
|
+
[_CALPE, _CALCE, _CALIE, _CALAE, _CALTE, _CARE, _CAARE, _CATRE, _CACRE, _CALCEh, _CALIEh, _CALAEh, _CALPEh, _CALTEh, _CAMME, _CAREh, _CAAREh, _CATREh, _CALPEo, _CALCEo, _CALIEo, _CALAEo, _CALTEo, _CALJE, _CALLE, _CAREo, _CAAREo, _CATREo, _PASE, _PACE, _PATE, _WPBE, _WCBE, _WTBE, _WAE, _WSE, _WUE, _WABRE, _WSBRE, _WUBRE, _WPUE, _WPTE, _WPCE, _WCLPE, _WCLCE, _WCLIE, _WCLAE, _WCLTE, _WCLRSE, _WCLRSEe, _WCLRPE, _WCLRUE, _WCCE, _WCTCE, _WCTTCE, _WCACE, _WCSCE, _WCLPEe, _WCLCEe, _WCLIEe, _WCLAEe, _WCLJE, _WCLLE, _WCLTEe, _WCCEe, _WCTCEe, _WCTTCEe, _WCACEe, _WCSCEe, _WSCLPE, _WSCLCE, _WCLPEeb, _WCLCEeb, _WCLIEeb, _WCLAEeb, _WCMME, _WCCEeb, _WCACEeb, _WCSCEeb, _WOCSE, _WOCUE, _WOCEE, _WSSE, _SALPE, _SALCE, _SASARE, _SCALPE, _SCALCE, _SCARE, _CET, _CETo, _CETh, _PET, _SET, _SCET],
|
|
1499
|
+
[() => exports.CallAnalyticsLiveProgressEvent$, () => exports.CallAnalyticsLiveCompleteEvent$, () => exports.CallAnalyticsLiveInterruptedEvent$, () => exports.CallAnalyticsLiveAnnotationEvent$, () => exports.CallAnalyticsLiveTranscriptionEvent$, () => exports.CallAnalyticsRecordEvent$, () => exports.CallAnalyticsAnnotationsRecordEvent$, () => exports.CallAnalyticsTranscriptionRecordEvent$, () => exports.CallAnalyticsCostRecordEvent$, () => exports.ChatAnalyticsLiveCompleteEvent$, () => exports.ChatAnalyticsLiveInterruptedEvent$, () => exports.ChatAnalyticsLiveAnnotationEvent$, () => exports.ChatAnalyticsLiveProgressEvent$, () => exports.ChatAnalyticsLiveTranscriptionEvent$, () => exports.ChatAnalyticsManagerMissedEvent$, () => exports.ChatAnalyticsRecordEvent$, () => exports.ChatAnalyticsAnnotationsRecordEvent$, () => exports.ChatAnalyticsTranscriptionRecordEvent$, () => exports.ConferenceAnalyticsLiveProgressEvent$, () => exports.ConferenceAnalyticsLiveCompleteEvent$, () => exports.ConferenceAnalyticsLiveInterruptedEvent$, () => exports.ConferenceAnalyticsLiveAnnotationEvent$, () => exports.ConferenceAnalyticsLiveTranscriptionEvent$, () => exports.ConferenceAnalyticsLiveJoinEvent$, () => exports.ConferenceAnalyticsLiveLeaveEvent$, () => exports.ConferenceAnalyticsRecordEvent$, () => exports.ConferenceAnalyticsAnnotationsRecordEvent$, () => exports.ConferenceAnalyticsTranscriptionRecordEvent$, () => exports.PresenceAnalyticsStatusEvent$, () => exports.PresenceAnalyticsConferenceEvent$, () => exports.PresenceAnalyticsTelephonyEvent$, () => exports.WebsocketPresenceBroadcastEvent$, () => exports.WebsocketConversationsBroadcastEvent$, () => exports.WebsocketTranscriptionsBroadcastEvent$, () => exports.WebsocketAuthorizedEvent$, () => exports.WebsocketSubscribedEvent$, () => exports.WebsocketUnsubscribedEvent$, () => exports.WebsocketAuthorizeBadRequestException$, () => exports.WebsocketSubscribeBadRequestException$, () => exports.WebsocketUnsubscribeBadRequestException$, () => exports.WebhookPresenceUserEvent$, () => exports.WebhookPresenceTelephonyEvent$, () => exports.WebhookPresenceConferenceEvent$, () => exports.WebhookCallLiveProgressEvent$, () => exports.WebhookCallLiveCompletedEvent$, () => exports.WebhookCallLiveInterruptedEvent$, () => exports.WebhookCallLiveAnnotationEvent$, () => exports.WebhookCallLiveTranscriptionEvent$, () => exports.WebhookCallLiveRecordStartEvent$, () => exports.WebhookCallLiveRecordStopEvent$, () => exports.WebhookCallLiveRecordPauseEvent$, () => exports.WebhookCallLiveRecordUnpauseEvent$, () => exports.WebhookCallCompletedEvent$, () => exports.WebhookCallTranscriptionCompletedEvent$, () => exports.WebhookCallTranscriptionTextCompletedEvent$, () => exports.WebhookCallAnnotationsCompletedEvent$, () => exports.WebhookCallSummaryCompletedEvent$, () => exports.WebhookConferenceLiveProgressEvent$, () => exports.WebhookConferenceLiveCompletedEvent$, () => exports.WebhookConferenceLiveInterruptedEvent$, () => exports.WebhookConferenceLiveAnnotationEvent$, () => exports.WebhookConferenceLiveJoinEvent$, () => exports.WebhookConferenceLiveLeaveEvent$, () => exports.WebhookConferenceLiveTranscriptionEvent$, () => exports.WebhookConferenceCompletedEvent$, () => exports.WebhookConferenceTranscriptionCompletedEvent$, () => exports.WebhookConferenceTranscriptionTextCompletedEvent$, () => exports.WebhookConferenceAnnotationsCompletedEvent$, () => exports.WebhookConferenceSummaryCompletedEvent$, () => exports.WebhookServiceCallLiveProgressEvent$, () => exports.WebhookServiceCallLiveCompletedEvent$, () => exports.WebhookChatLiveProgressEvent$, () => exports.WebhookChatLiveCompletedEvent$, () => exports.WebhookChatLiveInterruptedEvent$, () => exports.WebhookChatLiveAnnotationEvent$, () => exports.WebhookChatManagerMissedEvent$, () => exports.WebhookChatCompletedEvent$, () => exports.WebhookChatAnnotationsCompletedEvent$, () => exports.WebhookChatSummaryCompletedEvent$, () => exports.WebhookOutdatedCallStartEvent$, () => exports.WebhookOutdatedCallUpdateEvent$, () => exports.WebhookOutdatedCallEndEvent$, () => exports.WebhookSmsStatusEvent$, () => exports.ServiceAnalyticsLiveProgressEvent$, () => exports.ServiceAnalyticsLiveCompleteEvent$, () => exports.ServiceAgentsStatusAnalyticsRecordEvent$, () => exports.ServiceCallAnalyticsLiveProgressEvent$, () => exports.ServiceCallAnalyticsLiveCompleteEvent$, () => exports.ServiceCallAnalyticsRecordEvent$, 0, 0, 0, 0, 0, 0]
|
|
1500
|
+
];
|
|
1501
|
+
exports.GetConferenceIdInput$ = [3, n1, _GCII,
|
|
1502
|
+
0,
|
|
1503
|
+
[_cIh, _co],
|
|
1504
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1505
|
+
];
|
|
1506
|
+
exports.GetConferenceIdOutput$ = [3, n1, _GCIO,
|
|
1507
|
+
0,
|
|
1508
|
+
[_i],
|
|
1509
|
+
[0], 1
|
|
1510
|
+
];
|
|
1511
|
+
exports.GetOngoingCallAnnotationsInput$ = [3, n1, _GOCAI,
|
|
1512
|
+
0,
|
|
1513
|
+
[_cIa, _co],
|
|
1514
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1515
|
+
];
|
|
1516
|
+
exports.GetOngoingCallAnnotationsOutput$ = [3, n1, _GOCAO,
|
|
1517
|
+
0,
|
|
1518
|
+
[_co, _flo, _an],
|
|
1519
|
+
[0, () => CallAnalyticsLiveProgressEventFlowList, () => CallAnalyticsLiveAnnotationEventList], 2
|
|
1520
|
+
];
|
|
1521
|
+
exports.GetOngoingCallInput$ = [3, n1, _GOCI,
|
|
1522
|
+
0,
|
|
1523
|
+
[_cIa, _co],
|
|
1524
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1525
|
+
];
|
|
1526
|
+
exports.GetOngoingCallOutput$ = [3, n1, _GOCO,
|
|
1527
|
+
0,
|
|
1528
|
+
[_co, _flo],
|
|
1529
|
+
[0, () => CallAnalyticsLiveProgressEventFlowList], 2
|
|
1530
|
+
];
|
|
1531
|
+
exports.GetOngoingCallTranscriptionInput$ = [3, n1, _GOCTI,
|
|
1532
|
+
0,
|
|
1533
|
+
[_cIa, _co],
|
|
1534
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1535
|
+
];
|
|
1536
|
+
exports.GetOngoingCallTranscriptionOutput$ = [3, n1, _GOCTO,
|
|
1537
|
+
0,
|
|
1538
|
+
[_co, _flo, _tr],
|
|
1539
|
+
[0, () => CallAnalyticsLiveProgressEventFlowList, () => CallAnalyticsLiveTranscriptionEventList], 2
|
|
1540
|
+
];
|
|
1541
|
+
exports.GetOngoingChatAnnotationsInput$ = [3, n1, _GOCAIe,
|
|
1542
|
+
0,
|
|
1543
|
+
[_cI, _co],
|
|
1544
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1545
|
+
];
|
|
1546
|
+
exports.GetOngoingChatAnnotationsOutput$ = [3, n1, _GOCAOe,
|
|
1547
|
+
0,
|
|
1548
|
+
[_cha, _an],
|
|
1549
|
+
[() => exports.ChatAnalyticsLiveProgressEvent$, () => ChatAnalyticsLiveAnnotationEventList], 1
|
|
1550
|
+
];
|
|
1551
|
+
exports.GetOngoingConferenceAnnotationsInput$ = [3, n1, _GOCAIet,
|
|
1552
|
+
0,
|
|
1553
|
+
[_cIon, _co],
|
|
1554
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1555
|
+
];
|
|
1556
|
+
exports.GetOngoingConferenceAnnotationsOutput$ = [3, n1, _GOCAOet,
|
|
1557
|
+
0,
|
|
1558
|
+
[_conf, _an],
|
|
1559
|
+
[() => exports.ConferenceAnalyticsLiveProgressEvent$, () => ConferenceAnalyticsLiveAnnotationEventList], 1
|
|
1560
|
+
];
|
|
1561
|
+
exports.GetOngoingConferenceInput$ = [3, n1, _GOCIe,
|
|
1562
|
+
0,
|
|
1563
|
+
[_cIon, _co],
|
|
1564
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1565
|
+
];
|
|
1566
|
+
exports.GetOngoingConferenceOutput$ = [3, n1, _GOCOe,
|
|
1567
|
+
0,
|
|
1568
|
+
[_conf],
|
|
1569
|
+
[() => exports.ConferenceAnalyticsLiveProgressEvent$], 1
|
|
1570
|
+
];
|
|
1571
|
+
exports.GetOngoingConferenceTranscriptionInput$ = [3, n1, _GOCTIe,
|
|
1572
|
+
0,
|
|
1573
|
+
[_cIon, _co],
|
|
1574
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1575
|
+
];
|
|
1576
|
+
exports.GetOngoingConferenceTranscriptionOutput$ = [3, n1, _GOCTOe,
|
|
1577
|
+
0,
|
|
1578
|
+
[_conf, _tr],
|
|
1579
|
+
[() => exports.ConferenceAnalyticsLiveProgressEvent$, () => ConferenceAnalyticsLiveTranscriptionEventList], 1
|
|
1580
|
+
];
|
|
1581
|
+
exports.ListServicesFilter$ = [3, n1, _LSF,
|
|
1582
|
+
0,
|
|
1583
|
+
[_pb],
|
|
1584
|
+
[0]
|
|
1585
|
+
];
|
|
1586
|
+
exports.ListServicesInput$ = [3, n1, _LSI,
|
|
1587
|
+
0,
|
|
1588
|
+
[_co, _fil],
|
|
1589
|
+
[[0, { [_hQ]: _co }], () => ListServicesFilterList]
|
|
1590
|
+
];
|
|
1591
|
+
exports.ListServicesOutput$ = [3, n1, _LSO,
|
|
1592
|
+
0,
|
|
1593
|
+
[_ser],
|
|
1594
|
+
[() => ServiceList], 1
|
|
1595
|
+
];
|
|
1596
|
+
exports.Presence$ = [3, n1, _P,
|
|
1597
|
+
0,
|
|
1598
|
+
[_co, _add, _ex, _i, _ln, _lat, _un, _st, _m, _tel, _see],
|
|
1599
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
1600
|
+
];
|
|
1601
|
+
exports.PresenceAnalyticsConferenceEvent$ = [3, n1, _PACE,
|
|
1602
|
+
0,
|
|
1603
|
+
[_i, _ext, _ty, _ti, _pb, _co, _em, _st, _sI, _iJ, _iL, _part],
|
|
1604
|
+
[0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 2, () => exports.ConferenceParticipant$]
|
|
1605
|
+
];
|
|
1606
|
+
exports.PresenceAnalyticsStatusEvent$ = [3, n1, _PASE,
|
|
1607
|
+
0,
|
|
1608
|
+
[_i, _ext, _ty, _ti, _pb, _co, _em, _st, _sI, _lA, _lL, _lLo, _m, _un],
|
|
1609
|
+
[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
1610
|
+
];
|
|
1611
|
+
exports.PresenceAnalyticsTelephonyEvent$ = [3, n1, _PATE,
|
|
1612
|
+
0,
|
|
1613
|
+
[_i, _ext, _ty, _ti, _pb, _co, _em, _st, _sI],
|
|
1614
|
+
[0, 0, 0, 1, 0, 0, 0, 0, 0]
|
|
1615
|
+
];
|
|
1616
|
+
exports.PresenceConsumeEvent$ = [3, n1, _PCE,
|
|
1617
|
+
0,
|
|
1618
|
+
[_ti, _pb, _co, _ext, _ty, _da],
|
|
1619
|
+
[1, 0, 0, 0, 0, () => exports.PresenceConsumeEventData$], 6
|
|
1620
|
+
];
|
|
1621
|
+
exports.PresenceConsumeEventData$ = [3, n1, _PCED,
|
|
1622
|
+
0,
|
|
1623
|
+
[_dep, _g, _em, _sI, _st, _lo, _m, _un],
|
|
1624
|
+
[0, 0, 0, 0, 0, 64 | 0, 0, 0]
|
|
1625
|
+
];
|
|
1626
|
+
exports.PresenceQueryFilter$ = [3, n1, _PQF,
|
|
1627
|
+
0,
|
|
1628
|
+
[_i, _co, _ex],
|
|
1629
|
+
[0, 0, 0]
|
|
1630
|
+
];
|
|
1631
|
+
exports.PresenceTelephonyConsumeEvent$ = [3, n1, _PTCE,
|
|
1632
|
+
0,
|
|
1633
|
+
[_ti, _pb, _co, _ext, _ty, _da],
|
|
1634
|
+
[1, 0, 0, 0, 0, () => exports.PresenceTelephonyConsumeEventData$], 6
|
|
1635
|
+
];
|
|
1636
|
+
exports.PresenceTelephonyConsumeEventData$ = [3, n1, _PTCED,
|
|
1637
|
+
0,
|
|
1638
|
+
[_dep, _g, _em, _sI, _st],
|
|
1639
|
+
[0, 0, 0, 0, 0]
|
|
1640
|
+
];
|
|
1641
|
+
exports.QueryConversationsInput$ = [3, n1, _QCI,
|
|
1642
|
+
0,
|
|
1643
|
+
[_co, _fil],
|
|
1644
|
+
[[0, { [_hQ]: _co }], () => PresenceQueryFilterList]
|
|
1645
|
+
];
|
|
1646
|
+
exports.QueryConversationsOutput$ = [3, n1, _QCO,
|
|
1647
|
+
0,
|
|
1648
|
+
[_call, _confe, _chat],
|
|
1649
|
+
[() => QueryConversationsCallsList, () => QueryConversationsConferencesList, () => QueryConversationsChatsList], 3
|
|
1650
|
+
];
|
|
1651
|
+
exports.QueryPresenceInput$ = [3, n1, _QPI,
|
|
1652
|
+
0,
|
|
1653
|
+
[_fil],
|
|
1654
|
+
[() => exports.PresenceQueryFilter$], 1
|
|
1655
|
+
];
|
|
1656
|
+
exports.QueryPresenceOutput$ = [3, n1, _QPO,
|
|
1657
|
+
0,
|
|
1658
|
+
[_pre],
|
|
1659
|
+
[() => exports.Presence$], 1
|
|
1660
|
+
];
|
|
1661
|
+
exports.QueryPresencesInput$ = [3, n1, _QPIu,
|
|
1662
|
+
0,
|
|
1663
|
+
[_fil],
|
|
1664
|
+
[() => PresenceQueryFilterList], 1
|
|
1665
|
+
];
|
|
1666
|
+
exports.QueryPresencesOutput$ = [3, n1, _QPOu,
|
|
1667
|
+
0,
|
|
1668
|
+
[_pres],
|
|
1669
|
+
[() => PresenceList], 1
|
|
1670
|
+
];
|
|
1671
|
+
exports.ServiceAgent$ = [3, n1, _SA,
|
|
1672
|
+
0,
|
|
1673
|
+
[_i, _pe, _ty, _paus, _st, _r, _m, _lQCE, _uE, _uL, _dep, _n, _aG],
|
|
1674
|
+
[0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0], 1
|
|
1675
|
+
];
|
|
1676
|
+
exports.ServiceAgentConsumeEventData$ = [3, n1, _SACED,
|
|
1677
|
+
0,
|
|
1678
|
+
[_i, _pe, _ty, _paus, _st, _r, _m, _lQCE, _uE, _uL, _dep, _n, _aG],
|
|
1679
|
+
[0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0], 1
|
|
1680
|
+
];
|
|
1681
|
+
exports.ServiceAgentJoinConsumeEvent$ = [3, n1, _SAJCE,
|
|
1682
|
+
0,
|
|
1683
|
+
[_i, _pb, _ti, _co, _ty, _da],
|
|
1684
|
+
[0, 0, 1, 0, 0, () => exports.ServiceAgentConsumeEventData$], 6
|
|
1685
|
+
];
|
|
1686
|
+
exports.ServiceAgentLeaveConsumeEvent$ = [3, n1, _SALCEe,
|
|
1687
|
+
0,
|
|
1688
|
+
[_i, _pb, _ti, _co, _ty, _da],
|
|
1689
|
+
[0, 0, 1, 0, 0, () => exports.ServiceAgentConsumeEventData$], 6
|
|
1690
|
+
];
|
|
1691
|
+
exports.ServiceAgentsStatusAnalyticsRecordEvent$ = [3, n1, _SASARE,
|
|
1692
|
+
0,
|
|
1693
|
+
[_i, _pb, _ti, _co, _ty, _age, _n, _str, _mC, _we, _tZ, _aG],
|
|
1694
|
+
[0, 0, 1, 0, 0, () => ServiceAgentsList, 0, 0, 0, 0, 0, 0], 6
|
|
1695
|
+
];
|
|
1696
|
+
exports.ServiceAgentUpdateConsumeEvent$ = [3, n1, _SAUCE,
|
|
1697
|
+
0,
|
|
1698
|
+
[_i, _pb, _ti, _co, _ty, _da],
|
|
1699
|
+
[0, 0, 1, 0, 0, () => exports.ServiceAgentConsumeEventData$], 6
|
|
1700
|
+
];
|
|
1701
|
+
exports.ServiceAnalyticsLiveCompleteEvent$ = [3, n1, _SALCE,
|
|
1702
|
+
0,
|
|
1703
|
+
[_i, _pb, _ti, _co, _ev],
|
|
1704
|
+
[0, 0, 1, 0, 0], 5
|
|
1705
|
+
];
|
|
1706
|
+
exports.ServiceAnalyticsLiveProgressEvent$ = [3, n1, _SALPE,
|
|
1707
|
+
0,
|
|
1708
|
+
[_i, _pb, _ti, _co, _ev, _eTv, _n, _str, _mC, _we, _tZ, _aG, _age, _call],
|
|
1709
|
+
[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => ServiceAgentsList, 64 | 0], 6
|
|
1710
|
+
];
|
|
1711
|
+
exports.ServiceCallAnalyticsLiveCompleteEvent$ = [3, n1, _SCALCE,
|
|
1712
|
+
0,
|
|
1713
|
+
[_i, _pb, _ti, _co, _cIa, _ev, _ac, _r, _rA, _fIl, _sT, _di, _cust],
|
|
1714
|
+
[0, 0, 1, 0, 0, 0, 0, 0, 64 | 0, 1, 1, 0, () => exports.ServiceCustomer$], 6
|
|
1715
|
+
];
|
|
1716
|
+
exports.ServiceCallAnalyticsLiveProgressEvent$ = [3, n1, _SCALPE,
|
|
1717
|
+
0,
|
|
1718
|
+
[_i, _pb, _ti, _co, _cIa, _ev, _eTv, _ac, _r, _rA, _fIl, _sT, _di, _cust],
|
|
1719
|
+
[0, 0, 1, 0, 0, 0, 0, 0, 0, 64 | 0, 1, 1, 0, () => exports.ServiceCustomer$], 7
|
|
1720
|
+
];
|
|
1721
|
+
exports.ServiceCallAnalyticsRecordEvent$ = [3, n1, _SCARE,
|
|
1722
|
+
0,
|
|
1723
|
+
[_i, _pb, _ti, _co, _cIa, _ty, _act, _n, _str, _mC, _we, _tZ, _aG, _fIl, _sT, _di, _cust, _age],
|
|
1724
|
+
[0, 0, 1, 0, 0, 0, () => ServiceCallRecordList, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => exports.ServiceCustomer$, () => ServiceAgentsList], 7
|
|
1725
|
+
];
|
|
1726
|
+
exports.ServiceCallConsumeEventData$ = [3, n1, _SCCED,
|
|
1727
|
+
0,
|
|
1728
|
+
[_cIa, _ac, _r, _rA, _fIl, _sT, _di, _cust],
|
|
1729
|
+
[0, 0, 0, 64 | 0, 1, 1, 0, () => exports.ServiceCustomer$], 1
|
|
1730
|
+
];
|
|
1731
|
+
exports.ServiceCallEndConsumeEvent$ = [3, n1, _SCECE,
|
|
1732
|
+
0,
|
|
1733
|
+
[_i, _pb, _ti, _co, _ty, _da],
|
|
1734
|
+
[0, 0, 1, 0, 0, () => exports.ServiceCallConsumeEventData$], 6
|
|
1735
|
+
];
|
|
1736
|
+
exports.ServiceCallInitConsumeEvent$ = [3, n1, _SCICE,
|
|
1737
|
+
0,
|
|
1738
|
+
[_i, _pb, _ti, _co, _ty, _da],
|
|
1739
|
+
[0, 0, 1, 0, 0, () => exports.ServiceCallConsumeEventData$], 6
|
|
1740
|
+
];
|
|
1741
|
+
exports.ServiceCallRecord$ = [3, n1, _SCR,
|
|
1742
|
+
0,
|
|
1743
|
+
[_ti, _eTv, _ac, _r, _rA],
|
|
1744
|
+
[1, 0, 0, 0, 64 | 0], 2
|
|
1745
|
+
];
|
|
1746
|
+
exports.ServiceCallUpdateConsumeEvent$ = [3, n1, _SCUCE,
|
|
1747
|
+
0,
|
|
1748
|
+
[_i, _pb, _ti, _co, _ty, _da],
|
|
1749
|
+
[0, 0, 1, 0, 0, () => exports.ServiceCallConsumeEventData$], 6
|
|
1750
|
+
];
|
|
1751
|
+
exports.ServiceConsumeEventData$ = [3, n1, _SCED,
|
|
1752
|
+
0,
|
|
1753
|
+
[_n, _str, _mC, _we, _tZ, _aG, _age, _call],
|
|
1754
|
+
[0, 0, 0, 0, 0, 0, () => ServiceAgentsList, 64 | 0]
|
|
1755
|
+
];
|
|
1756
|
+
exports.ServiceCustomer$ = [3, n1, _SC,
|
|
1757
|
+
0,
|
|
1758
|
+
[_ph, _n],
|
|
1759
|
+
[0, 0], 1
|
|
1760
|
+
];
|
|
1761
|
+
exports.ServiceEndConsumeEvent$ = [3, n1, _SECE,
|
|
1762
|
+
0,
|
|
1763
|
+
[_i, _pb, _ti, _co, _ty],
|
|
1764
|
+
[0, 0, 1, 0, 0], 5
|
|
1765
|
+
];
|
|
1766
|
+
exports.ServiceInfo$ = [3, n1, _SI,
|
|
1767
|
+
0,
|
|
1768
|
+
[_i, _n, _pb, _aG],
|
|
1769
|
+
[0, 0, 0, 0], 2
|
|
1770
|
+
];
|
|
1771
|
+
exports.ServiceInitConsumeEvent$ = [3, n1, _SICE,
|
|
1772
|
+
0,
|
|
1773
|
+
[_i, _pb, _ti, _co, _ty, _da],
|
|
1774
|
+
[0, 0, 1, 0, 0, () => exports.ServiceConsumeEventData$], 6
|
|
1775
|
+
];
|
|
1776
|
+
exports.ServiceUpdateConsumeEvent$ = [3, n1, _SUCE,
|
|
1777
|
+
0,
|
|
1778
|
+
[_i, _pb, _ti, _co, _ty, _da],
|
|
1779
|
+
[0, 0, 1, 0, 0, () => exports.ServiceConsumeEventData$], 6
|
|
1780
|
+
];
|
|
1781
|
+
exports.SmsInboundConsumeEvent$ = [3, n1, _SICEm,
|
|
1782
|
+
0,
|
|
1783
|
+
[_pb, _co, _ti, _ty, _da],
|
|
1784
|
+
[0, 0, 1, 0, () => exports.SmsInboundConsumeEventData$], 5
|
|
1785
|
+
];
|
|
1786
|
+
exports.SmsInboundConsumeEventData$ = [3, n1, _SICED,
|
|
1787
|
+
0,
|
|
1788
|
+
[_i, _f, _t, _m, _me],
|
|
1789
|
+
[0, 0, 0, 0, 64 | 0], 4
|
|
1790
|
+
];
|
|
1791
|
+
exports.SmsInboundEvent$ = [3, n1, _SIE,
|
|
1792
|
+
0,
|
|
1793
|
+
[_pb, _co, _ti, _ty, _da],
|
|
1794
|
+
[0, 0, 1, 0, () => exports.SmsInboundConsumeEventData$], 5
|
|
1795
|
+
];
|
|
1796
|
+
exports.SmsStatusConsumeEvent$ = [3, n1, _SSCE,
|
|
1797
|
+
0,
|
|
1798
|
+
[_pb, _co, _ti, _ty, _da],
|
|
1799
|
+
[0, 0, 1, 0, () => exports.SmsStatusConsumeEventData$], 5
|
|
1800
|
+
];
|
|
1801
|
+
exports.SmsStatusConsumeEventData$ = [3, n1, _SSCED,
|
|
1802
|
+
0,
|
|
1803
|
+
[_i, _f, _t, _st, _ch, _pa, _r],
|
|
1804
|
+
[0, 0, 0, 0, 0, 1, 0], 6
|
|
1805
|
+
];
|
|
1806
|
+
exports.SmsStatusEvent$ = [3, n1, _SSE,
|
|
1807
|
+
0,
|
|
1808
|
+
[_pb, _co, _ti, _ty, _da],
|
|
1809
|
+
[0, 0, 1, 0, () => exports.SmsStatusConsumeEventData$], 5
|
|
1810
|
+
];
|
|
1811
|
+
exports.SttUsageEventData$ = [3, n1, _SUED,
|
|
1812
|
+
0,
|
|
1813
|
+
[_cat, _ow, _sta, _en, _se, _fIl, _la, _lD],
|
|
1814
|
+
[0, 0, 1, 1, 0, 1, 0, 0], 4
|
|
1815
|
+
];
|
|
1816
|
+
exports.TranscriptionUsageEvent$ = [3, n1, _TUE,
|
|
1817
|
+
0,
|
|
1818
|
+
[_i, _ti, _pb, _co, _ty, _da],
|
|
1819
|
+
[0, 1, 0, 0, 0, () => exports.SttUsageEventData$], 6
|
|
1820
|
+
];
|
|
1821
|
+
exports.UpdatePresenceLastSeenInput$ = [3, n1, _UPLSI,
|
|
1822
|
+
0,
|
|
1823
|
+
[_uI],
|
|
1824
|
+
[[0, { [_hQ]: _us }]]
|
|
1825
|
+
];
|
|
1826
|
+
exports.UpdatePresenceLastSeenOutput$ = [3, n1, _UPLSO,
|
|
1827
|
+
0,
|
|
1828
|
+
[],
|
|
1829
|
+
[]
|
|
1830
|
+
];
|
|
1831
|
+
exports.WebhookCallAnnotationsCompletedEvent$ = [3, n1, _WCACE,
|
|
1832
|
+
0,
|
|
1833
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1834
|
+
[0, 0, 1, 0, () => exports.WebhookCallAnnotationsCompletedEventData$, 0, 0], 5
|
|
1835
|
+
];
|
|
1836
|
+
exports.WebhookCallAnnotationsCompletedEventData$ = [3, n1, _WCACED,
|
|
1837
|
+
0,
|
|
1838
|
+
[_call_, _an],
|
|
1839
|
+
[() => exports.CallRecord$, () => Annotations], 2
|
|
1840
|
+
];
|
|
1841
|
+
exports.WebhookCallCompletedEvent$ = [3, n1, _WCCE,
|
|
1842
|
+
0,
|
|
1843
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1844
|
+
[0, 0, 1, 0, () => exports.CallAnalyticsRecordEvent$, 0, 0], 5
|
|
1845
|
+
];
|
|
1846
|
+
exports.WebhookCallLiveAnnotationEvent$ = [3, n1, _WCLAE,
|
|
1847
|
+
0,
|
|
1848
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1849
|
+
[0, 0, 1, 0, () => exports.CallAnalyticsLiveAnnotationEvent$, 0, 0], 5
|
|
1850
|
+
];
|
|
1851
|
+
exports.WebhookCallLiveCompletedEvent$ = [3, n1, _WCLCE,
|
|
1852
|
+
0,
|
|
1853
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1854
|
+
[0, 0, 1, 0, () => exports.CallAnalyticsLiveCompleteEvent$, 0, 0], 5
|
|
1855
|
+
];
|
|
1856
|
+
exports.WebhookCallLiveInterruptedEvent$ = [3, n1, _WCLIE,
|
|
1857
|
+
0,
|
|
1858
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1859
|
+
[0, 0, 1, 0, () => exports.CallAnalyticsLiveInterruptedEvent$, 0, 0], 5
|
|
1860
|
+
];
|
|
1861
|
+
exports.WebhookCallLiveProgressEvent$ = [3, n1, _WCLPE,
|
|
1862
|
+
0,
|
|
1863
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1864
|
+
[0, 0, 1, 0, () => exports.CallAnalyticsLiveProgressEvent$, 0, 0], 5
|
|
1865
|
+
];
|
|
1866
|
+
exports.WebhookCallLiveRecordPauseEvent$ = [3, n1, _WCLRPE,
|
|
1867
|
+
0,
|
|
1868
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1869
|
+
[0, 0, 1, 0, () => exports.CallAnalyticsLiveProgressEvent$, 0, 0], 5
|
|
1870
|
+
];
|
|
1871
|
+
exports.WebhookCallLiveRecordStartEvent$ = [3, n1, _WCLRSE,
|
|
1872
|
+
0,
|
|
1873
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1874
|
+
[0, 0, 1, 0, () => exports.CallAnalyticsLiveProgressEvent$, 0, 0], 5
|
|
1875
|
+
];
|
|
1876
|
+
exports.WebhookCallLiveRecordStopEvent$ = [3, n1, _WCLRSEe,
|
|
1877
|
+
0,
|
|
1878
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1879
|
+
[0, 0, 1, 0, () => exports.CallAnalyticsLiveProgressEvent$, 0, 0], 5
|
|
1880
|
+
];
|
|
1881
|
+
exports.WebhookCallLiveRecordUnpauseEvent$ = [3, n1, _WCLRUE,
|
|
1882
|
+
0,
|
|
1883
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1884
|
+
[0, 0, 1, 0, () => exports.CallAnalyticsLiveProgressEvent$, 0, 0], 5
|
|
1885
|
+
];
|
|
1886
|
+
exports.WebhookCallLiveTranscriptionEvent$ = [3, n1, _WCLTE,
|
|
1887
|
+
0,
|
|
1888
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1889
|
+
[0, 0, 1, 0, () => exports.CallAnalyticsLiveTranscriptionEvent$, 0, 0], 5
|
|
1890
|
+
];
|
|
1891
|
+
exports.WebhookCallSummaryCompletedEvent$ = [3, n1, _WCSCE,
|
|
1892
|
+
0,
|
|
1893
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1894
|
+
[0, 0, 1, 0, () => exports.WebhookCallSummaryCompletedEventData$, 0, 0], 5
|
|
1895
|
+
];
|
|
1896
|
+
exports.WebhookCallSummaryCompletedEventData$ = [3, n1, _WCSCED,
|
|
1897
|
+
0,
|
|
1898
|
+
[_call_, _sum],
|
|
1899
|
+
[() => exports.CallRecord$, () => exports.TranscriptionSummary$], 2
|
|
1900
|
+
];
|
|
1901
|
+
exports.WebhookCallTranscriptionCompletedEvent$ = [3, n1, _WCTCE,
|
|
1902
|
+
0,
|
|
1903
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1904
|
+
[0, 0, 1, 0, () => exports.WebhookCallTranscriptionCompletedEventData$, 0, 0], 5
|
|
1905
|
+
];
|
|
1906
|
+
exports.WebhookCallTranscriptionCompletedEventData$ = [3, n1, _WCTCED,
|
|
1907
|
+
0,
|
|
1908
|
+
[_call_, _chun],
|
|
1909
|
+
[() => exports.CallRecord$, () => TranscriptionTextChunkList], 2
|
|
1910
|
+
];
|
|
1911
|
+
exports.WebhookCallTranscriptionTextCompletedEvent$ = [3, n1, _WCTTCE,
|
|
1912
|
+
0,
|
|
1913
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1914
|
+
[0, 0, 1, 0, () => exports.WebhookCallTranscriptionTextCompletedEventData$, 0, 0], 5
|
|
1915
|
+
];
|
|
1916
|
+
exports.WebhookCallTranscriptionTextCompletedEventData$ = [3, n1, _WCTTCED,
|
|
1917
|
+
0,
|
|
1918
|
+
[_call_, _tra],
|
|
1919
|
+
[() => exports.CallRecord$, 0], 2
|
|
1920
|
+
];
|
|
1921
|
+
exports.WebhookChatAnnotationsCompletedEvent$ = [3, n1, _WCACEeb,
|
|
1922
|
+
0,
|
|
1923
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1924
|
+
[0, 0, 1, 0, () => exports.WebhookChatAnnotationsCompletedEventData$, 0, 0], 5
|
|
1925
|
+
];
|
|
1926
|
+
exports.WebhookChatAnnotationsCompletedEventData$ = [3, n1, _WCACEDe,
|
|
1927
|
+
0,
|
|
1928
|
+
[_cha, _an],
|
|
1929
|
+
[() => exports.ChatRecord$, () => Annotations], 2
|
|
1930
|
+
];
|
|
1931
|
+
exports.WebhookChatCompletedEvent$ = [3, n1, _WCCEeb,
|
|
1932
|
+
0,
|
|
1933
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1934
|
+
[0, 0, 1, 0, () => exports.ChatAnalyticsRecordEvent$, 0, 0], 5
|
|
1935
|
+
];
|
|
1936
|
+
exports.WebhookChatLiveAnnotationEvent$ = [3, n1, _WCLAEeb,
|
|
1937
|
+
0,
|
|
1938
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1939
|
+
[0, 0, 1, 0, () => exports.ChatAnalyticsLiveAnnotationEvent$, 0, 0], 5
|
|
1940
|
+
];
|
|
1941
|
+
exports.WebhookChatLiveCompletedEvent$ = [3, n1, _WCLCEeb,
|
|
1942
|
+
0,
|
|
1943
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1944
|
+
[0, 0, 1, 0, () => exports.ChatAnalyticsLiveCompleteEvent$, 0, 0], 5
|
|
1945
|
+
];
|
|
1946
|
+
exports.WebhookChatLiveInterruptedEvent$ = [3, n1, _WCLIEeb,
|
|
1947
|
+
0,
|
|
1948
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1949
|
+
[0, 0, 1, 0, () => exports.ChatAnalyticsLiveInterruptedEvent$, 0, 0], 5
|
|
1950
|
+
];
|
|
1951
|
+
exports.WebhookChatLiveProgressEvent$ = [3, n1, _WCLPEeb,
|
|
1952
|
+
0,
|
|
1953
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1954
|
+
[0, 0, 1, 0, () => exports.ChatAnalyticsLiveProgressEvent$, 0, 0], 5
|
|
1955
|
+
];
|
|
1956
|
+
exports.WebhookChatManagerMissedEvent$ = [3, n1, _WCMME,
|
|
1957
|
+
0,
|
|
1958
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1959
|
+
[0, 0, 1, 0, () => exports.ChatAnalyticsManagerMissedEvent$, 0, 0], 5
|
|
1960
|
+
];
|
|
1961
|
+
exports.WebhookChatSummaryCompletedEvent$ = [3, n1, _WCSCEeb,
|
|
1962
|
+
0,
|
|
1963
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1964
|
+
[0, 0, 1, 0, () => exports.WebhookChatSummaryCompletedEventData$, 0, 0], 5
|
|
1965
|
+
];
|
|
1966
|
+
exports.WebhookChatSummaryCompletedEventData$ = [3, n1, _WCSCEDe,
|
|
1967
|
+
0,
|
|
1968
|
+
[_cha, _sum],
|
|
1969
|
+
[() => exports.ChatRecord$, () => exports.TranscriptionSummary$], 2
|
|
1970
|
+
];
|
|
1971
|
+
exports.WebhookConferenceAnnotationsCompletedEvent$ = [3, n1, _WCACEe,
|
|
1972
|
+
0,
|
|
1973
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1974
|
+
[0, 0, 1, 0, () => exports.WebhookConferenceAnnotationsCompletedEventData$, 0, 0], 5
|
|
1975
|
+
];
|
|
1976
|
+
exports.WebhookConferenceAnnotationsCompletedEventData$ = [3, n1, _WCACEDeb,
|
|
1977
|
+
0,
|
|
1978
|
+
[_conf, _an],
|
|
1979
|
+
[() => exports.ConferenceRecord$, () => Annotations], 2
|
|
1980
|
+
];
|
|
1981
|
+
exports.WebhookConferenceCompletedEvent$ = [3, n1, _WCCEe,
|
|
1982
|
+
0,
|
|
1983
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1984
|
+
[0, 0, 1, 0, () => exports.ConferenceAnalyticsRecordEvent$, 0, 0], 5
|
|
1985
|
+
];
|
|
1986
|
+
exports.WebhookConferenceLiveAnnotationEvent$ = [3, n1, _WCLAEe,
|
|
1987
|
+
0,
|
|
1988
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1989
|
+
[0, 0, 1, 0, () => exports.ConferenceAnalyticsLiveAnnotationEvent$, 0, 0], 5
|
|
1990
|
+
];
|
|
1991
|
+
exports.WebhookConferenceLiveCompletedEvent$ = [3, n1, _WCLCEe,
|
|
1992
|
+
0,
|
|
1993
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1994
|
+
[0, 0, 1, 0, () => exports.ConferenceAnalyticsLiveCompleteEvent$, 0, 0], 5
|
|
1995
|
+
];
|
|
1996
|
+
exports.WebhookConferenceLiveInterruptedEvent$ = [3, n1, _WCLIEe,
|
|
1997
|
+
0,
|
|
1998
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
1999
|
+
[0, 0, 1, 0, () => exports.ConferenceAnalyticsLiveInterruptedEvent$, 0, 0], 5
|
|
2000
|
+
];
|
|
2001
|
+
exports.WebhookConferenceLiveJoinEvent$ = [3, n1, _WCLJE,
|
|
2002
|
+
0,
|
|
2003
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2004
|
+
[0, 0, 1, 0, () => exports.ConferenceAnalyticsLiveJoinEvent$, 0, 0], 5
|
|
2005
|
+
];
|
|
2006
|
+
exports.WebhookConferenceLiveLeaveEvent$ = [3, n1, _WCLLE,
|
|
2007
|
+
0,
|
|
2008
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2009
|
+
[0, 0, 1, 0, () => exports.ConferenceAnalyticsLiveLeaveEvent$, 0, 0], 5
|
|
2010
|
+
];
|
|
2011
|
+
exports.WebhookConferenceLiveProgressEvent$ = [3, n1, _WCLPEe,
|
|
2012
|
+
0,
|
|
2013
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2014
|
+
[0, 0, 1, 0, () => exports.ConferenceAnalyticsLiveProgressEvent$, 0, 0], 5
|
|
2015
|
+
];
|
|
2016
|
+
exports.WebhookConferenceLiveTranscriptionEvent$ = [3, n1, _WCLTEe,
|
|
2017
|
+
0,
|
|
2018
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2019
|
+
[0, 0, 1, 0, () => exports.ConferenceAnalyticsLiveTranscriptionEvent$, 0, 0], 5
|
|
2020
|
+
];
|
|
2021
|
+
exports.WebhookConferenceSummaryCompletedEvent$ = [3, n1, _WCSCEe,
|
|
2022
|
+
0,
|
|
2023
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2024
|
+
[0, 0, 1, 0, () => exports.WebhookConferenceSummaryCompletedEventData$, 0, 0], 5
|
|
2025
|
+
];
|
|
2026
|
+
exports.WebhookConferenceSummaryCompletedEventData$ = [3, n1, _WCSCEDeb,
|
|
2027
|
+
0,
|
|
2028
|
+
[_conf, _sum],
|
|
2029
|
+
[() => exports.ConferenceRecord$, () => exports.TranscriptionSummary$], 2
|
|
2030
|
+
];
|
|
2031
|
+
exports.WebhookConferenceTranscriptionCompletedEvent$ = [3, n1, _WCTCEe,
|
|
2032
|
+
0,
|
|
2033
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2034
|
+
[0, 0, 1, 0, () => exports.WebhookConferenceTranscriptionCompletedEventData$, 0, 0], 5
|
|
2035
|
+
];
|
|
2036
|
+
exports.WebhookConferenceTranscriptionCompletedEventData$ = [3, n1, _WCTCEDe,
|
|
2037
|
+
0,
|
|
2038
|
+
[_conf, _chun],
|
|
2039
|
+
[() => exports.ConferenceRecord$, () => TranscriptionTextChunkList], 2
|
|
2040
|
+
];
|
|
2041
|
+
exports.WebhookConferenceTranscriptionTextCompletedEvent$ = [3, n1, _WCTTCEe,
|
|
2042
|
+
0,
|
|
2043
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2044
|
+
[0, 0, 1, 0, () => exports.WebhookConferenceTranscriptionTextCompletedEventData$, 0, 0], 5
|
|
2045
|
+
];
|
|
2046
|
+
exports.WebhookConferenceTranscriptionTextCompletedEventData$ = [3, n1, _WCTTCEDe,
|
|
2047
|
+
0,
|
|
2048
|
+
[_conf, _tra],
|
|
2049
|
+
[() => exports.ConferenceRecord$, 0], 2
|
|
2050
|
+
];
|
|
2051
|
+
exports.WebhookOutdatedCallEndEvent$ = [3, n1, _WOCEE,
|
|
2052
|
+
0,
|
|
2053
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2054
|
+
[0, 0, 1, 0, () => exports.WebhookOutdatedCallEventData$, 0, 0], 5
|
|
2055
|
+
];
|
|
2056
|
+
exports.WebhookOutdatedCallEventData$ = [3, n1, _WOCED,
|
|
2057
|
+
0,
|
|
2058
|
+
[_ta, _fl, _st, _ca, _cal, _se, _de, _tN, _qI, _qN, _eC, _eCS, _eB],
|
|
2059
|
+
[64 | 0, 64 | 0, 0, () => exports.WebhookOutdatedCallParticipant$, () => exports.WebhookOutdatedCallParticipant$, 0, 0, 0, 0, 0, 0, 0, 0], 2
|
|
2060
|
+
];
|
|
2061
|
+
exports.WebhookOutdatedCallParticipant$ = [3, n1, _WOCP,
|
|
2062
|
+
0,
|
|
2063
|
+
[_ty, _ro, _ph, _n, _co, _em, _uI, _uE, _uD, _gI, _gN, _uA, _uDs, _li],
|
|
2064
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 2
|
|
2065
|
+
];
|
|
2066
|
+
exports.WebhookOutdatedCallStartEvent$ = [3, n1, _WOCSE,
|
|
2067
|
+
0,
|
|
2068
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2069
|
+
[0, 0, 1, 0, () => exports.WebhookOutdatedCallEventData$, 0, 0], 5
|
|
2070
|
+
];
|
|
2071
|
+
exports.WebhookOutdatedCallUpdateEvent$ = [3, n1, _WOCUE,
|
|
2072
|
+
0,
|
|
2073
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2074
|
+
[0, 0, 1, 0, () => exports.WebhookOutdatedCallEventData$, 0, 0], 5
|
|
2075
|
+
];
|
|
2076
|
+
exports.WebhookPresenceConferenceEvent$ = [3, n1, _WPCE,
|
|
2077
|
+
0,
|
|
2078
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2079
|
+
[0, 0, 1, 0, () => exports.WebhookPresenceConferenceEventData$, 0, 0], 5
|
|
2080
|
+
];
|
|
2081
|
+
exports.WebhookPresenceConferenceEventData$ = [3, n1, _WPCED,
|
|
2082
|
+
0,
|
|
2083
|
+
[_ex, _iJ, _iL, _part],
|
|
2084
|
+
[0, 2, 2, () => exports.ConferenceParticipant$], 4
|
|
2085
|
+
];
|
|
2086
|
+
exports.WebhookPresenceTelephonyEvent$ = [3, n1, _WPTE,
|
|
2087
|
+
0,
|
|
2088
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2089
|
+
[0, 0, 1, 0, () => exports.WebhookPresenceTelephonyEventData$, 0, 0], 5
|
|
2090
|
+
];
|
|
2091
|
+
exports.WebhookPresenceTelephonyEventData$ = [3, n1, _WPTED,
|
|
2092
|
+
0,
|
|
2093
|
+
[_ex, _em, _sI, _st],
|
|
2094
|
+
[0, 0, 0, 0], 4
|
|
2095
|
+
];
|
|
2096
|
+
exports.WebhookPresenceUserEvent$ = [3, n1, _WPUE,
|
|
2097
|
+
0,
|
|
2098
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2099
|
+
[0, 0, 1, 0, () => exports.WebhookPresenceUserEventData$, 0, 0], 5
|
|
2100
|
+
];
|
|
2101
|
+
exports.WebhookPresenceUserEventData$ = [3, n1, _WPUED,
|
|
2102
|
+
0,
|
|
2103
|
+
[_ex, _em, _sI, _st, _un, _m, _lo],
|
|
2104
|
+
[0, 0, 0, 0, 0, 0, () => exports.WebhookPresenceUserEventLocationData$], 7
|
|
2105
|
+
];
|
|
2106
|
+
exports.WebhookPresenceUserEventLocationData$ = [3, n1, _WPUELD,
|
|
2107
|
+
0,
|
|
2108
|
+
[_add, _lat, _ln],
|
|
2109
|
+
[0, 0, 0], 3
|
|
2110
|
+
];
|
|
2111
|
+
exports.WebhookServiceCallLiveCompletedEvent$ = [3, n1, _WSCLCE,
|
|
2112
|
+
0,
|
|
2113
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2114
|
+
[0, 0, 1, 0, () => exports.ServiceCallAnalyticsLiveCompleteEvent$, 0, 0], 5
|
|
2115
|
+
];
|
|
2116
|
+
exports.WebhookServiceCallLiveProgressEvent$ = [3, n1, _WSCLPE,
|
|
2117
|
+
0,
|
|
2118
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2119
|
+
[0, 0, 1, 0, () => exports.ServiceCallAnalyticsLiveProgressEvent$, 0, 0], 5
|
|
2120
|
+
];
|
|
2121
|
+
exports.WebhookSmsStatusEvent$ = [3, n1, _WSSE,
|
|
2122
|
+
0,
|
|
2123
|
+
[_i, _ty, _ti, _iI, _da, _pb, _co],
|
|
2124
|
+
[0, 0, 1, 0, () => exports.SmsStatusConsumeEventData$, 0, 0], 5
|
|
2125
|
+
];
|
|
2126
|
+
exports.WebsocketAuthorizeAction$ = [3, n1, _WAA,
|
|
2127
|
+
0,
|
|
2128
|
+
[_ac, _tok],
|
|
2129
|
+
[0, 0], 2
|
|
2130
|
+
];
|
|
2131
|
+
exports.WebsocketAuthorizeBadRequestException$ = [3, n1, _WABRE,
|
|
2132
|
+
0,
|
|
2133
|
+
[_ev, _rI, _cIonn, _m, _code, _so],
|
|
2134
|
+
[0, 0, 0, 0, 1, () => exports.WebsocketAuthorizeAction$]
|
|
2135
|
+
];
|
|
2136
|
+
exports.WebsocketAuthorizedEvent$ = [3, n1, _WAE,
|
|
2137
|
+
0,
|
|
2138
|
+
[_ev, _cIonn, _rI, _d],
|
|
2139
|
+
[0, 0, 0, 15], 3
|
|
2140
|
+
];
|
|
2141
|
+
exports.WebsocketConversationsBroadcastEvent$ = [3, n1, _WCBE,
|
|
2142
|
+
0,
|
|
2143
|
+
[_ev, _top, _da, _met],
|
|
2144
|
+
[0, 0, 15, 15], 3
|
|
2145
|
+
];
|
|
2146
|
+
exports.WebsocketPresenceBroadcastEvent$ = [3, n1, _WPBE,
|
|
2147
|
+
0,
|
|
2148
|
+
[_ev, _top, _del, _da, _met],
|
|
2149
|
+
[0, 0, () => exports.WebsocketPresenceData$, () => exports.WebsocketPresenceDataList$, 15], 2
|
|
2150
|
+
];
|
|
2151
|
+
exports.WebsocketPresenceData$ = [3, n1, _WPD,
|
|
2152
|
+
0,
|
|
2153
|
+
[_i, _co, _ex, _st, _tel, _conf, _m, _un, _add, _ln, _lat, _see],
|
|
2154
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
2155
|
+
];
|
|
2156
|
+
exports.WebsocketPresenceDataList$ = [3, n1, _WPDL,
|
|
2157
|
+
0,
|
|
2158
|
+
[_mem],
|
|
2159
|
+
[() => exports.WebsocketPresenceData$]
|
|
2160
|
+
];
|
|
2161
|
+
exports.WebsocketSubscribeAction$ = [3, n1, _WSA,
|
|
2162
|
+
0,
|
|
2163
|
+
[_ac, _top, _fil, _stat, _ve],
|
|
2164
|
+
[0, 0, 64 | 15, 2, 0], 2
|
|
2165
|
+
];
|
|
2166
|
+
exports.WebsocketSubscribeBadRequestException$ = [3, n1, _WSBRE,
|
|
2167
|
+
0,
|
|
2168
|
+
[_ev, _rI, _cIonn, _m, _code, _so],
|
|
2169
|
+
[0, 0, 0, 0, 1, () => exports.WebsocketSubscribeAction$]
|
|
2170
|
+
];
|
|
2171
|
+
exports.WebsocketSubscribedEvent$ = [3, n1, _WSE,
|
|
2172
|
+
0,
|
|
2173
|
+
[_ev, _cIonn, _rI, _top, _d],
|
|
2174
|
+
[0, 0, 0, 0, 15], 4
|
|
2175
|
+
];
|
|
2176
|
+
exports.WebsocketTranscriptionsBroadcastEvent$ = [3, n1, _WTBE,
|
|
2177
|
+
0,
|
|
2178
|
+
[_ev, _top, _da, _met],
|
|
2179
|
+
[0, 0, 15, 15], 3
|
|
2180
|
+
];
|
|
2181
|
+
exports.WebsocketUnsubscribeAction$ = [3, n1, _WUA,
|
|
2182
|
+
0,
|
|
2183
|
+
[_ac, _top, _fil],
|
|
2184
|
+
[0, 0, 64 | 15], 2
|
|
2185
|
+
];
|
|
2186
|
+
exports.WebsocketUnsubscribeBadRequestException$ = [3, n1, _WUBRE,
|
|
2187
|
+
0,
|
|
2188
|
+
[_ev, _rI, _cIonn, _m, _code, _so],
|
|
2189
|
+
[0, 0, 0, 0, 1, () => exports.WebsocketUnsubscribeAction$]
|
|
2190
|
+
];
|
|
2191
|
+
exports.WebsocketUnsubscribedEvent$ = [3, n1, _WUE,
|
|
2192
|
+
0,
|
|
2193
|
+
[_ev, _cIonn, _rI, _top, _d, _pen],
|
|
2194
|
+
[0, 0, 0, 0, 1, 1], 4
|
|
2195
|
+
];
|
|
2196
|
+
exports.WhatsAppInboundConsumeEvent$ = [3, n1, _WAICE,
|
|
2197
|
+
0,
|
|
2198
|
+
[_pb, _co, _ti, _ty, _da],
|
|
2199
|
+
[0, 0, 4, 0, () => exports.WhatsAppInboundEventData$], 5
|
|
2200
|
+
];
|
|
2201
|
+
exports.WhatsAppInboundEvent$ = [3, n1, _WAIE,
|
|
2202
|
+
0,
|
|
2203
|
+
[_pb, _co, _ti, _ty, _da],
|
|
2204
|
+
[0, 0, 4, 0, () => exports.WhatsAppInboundEventData$], 5
|
|
2205
|
+
];
|
|
2206
|
+
exports.WhatsAppStatusConsumeEvent$ = [3, n1, _WASCE,
|
|
2207
|
+
0,
|
|
2208
|
+
[_pb, _co, _ti, _ty, _da],
|
|
2209
|
+
[0, 0, 4, 0, () => exports.WhatsAppStatusEventData$], 5
|
|
2210
|
+
];
|
|
2211
|
+
exports.WhatsAppStatusEvent$ = [3, n1, _WASE,
|
|
2212
|
+
0,
|
|
2213
|
+
[_pb, _co, _ti, _ty, _da],
|
|
2214
|
+
[0, 0, 4, 0, () => exports.WhatsAppStatusEventData$], 5
|
|
2215
|
+
];
|
|
2216
|
+
exports.ButtonActionHandler$ = [3, n5, _BAH,
|
|
2217
|
+
0,
|
|
2218
|
+
[_i],
|
|
2219
|
+
[0], 1
|
|
2220
|
+
];
|
|
2221
|
+
exports.ButtonElement$ = [3, n5, _BE,
|
|
2222
|
+
0,
|
|
2223
|
+
[_te, _h, _va, _dis],
|
|
2224
|
+
[0, () => exports.ButtonHandler$, 0, 2], 2
|
|
2225
|
+
];
|
|
2226
|
+
exports.ButtonLinkHandler$ = [3, n5, _BLH,
|
|
2227
|
+
0,
|
|
2228
|
+
[_u],
|
|
2229
|
+
[0], 1
|
|
2230
|
+
];
|
|
2231
|
+
exports.ButtonReplyHandler$ = [3, n5, _BRH,
|
|
2232
|
+
0,
|
|
2233
|
+
[_te],
|
|
2234
|
+
[0]
|
|
2235
|
+
];
|
|
2236
|
+
exports.Channel$ = [3, n5, _C,
|
|
2237
|
+
0,
|
|
2238
|
+
[_cIh, _cTh, _mCe, _cA, _cBr, _su, _desc, _pi, _pC, _acc, _co, _cont, _k, _kT, _kV, _kA, _kSN, _kDS, _se, _sTe, _sRe, _as, _tel, _sm, _mm, _wh, _wS, _br, _exte, _aR, _tL, _wGVO, _uAp],
|
|
2239
|
+
[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, () => exports.ChannelContext$, 2, 0, 0, 0, 0, 0, 0, 0, 0, () => exports.User$, 2, 2, 2, 2, 0, 2, 2, 2, 0, 2, 0], 5
|
|
2240
|
+
];
|
|
2241
|
+
exports.ChannelContext$ = [3, n5, _CC,
|
|
2242
|
+
0,
|
|
2243
|
+
[_so, _tar, _eve, _pt],
|
|
2244
|
+
[0, 0, () => ChannelContextEventList, () => exports.ChannelContextPushToTalk$]
|
|
2245
|
+
];
|
|
2246
|
+
exports.ChannelContextEvent$ = [3, n5, _CCE,
|
|
2247
|
+
0,
|
|
2248
|
+
[_i, _ow, _sta, _en, _sum, _att],
|
|
2249
|
+
[0, 0, 0, 0, 0, () => ChannelContextEventAttendeeList]
|
|
2250
|
+
];
|
|
2251
|
+
exports.ChannelContextEventAttendee$ = [3, n5, _CCEA,
|
|
2252
|
+
0,
|
|
2253
|
+
[_em, _st, _n],
|
|
2254
|
+
[0, 0, 0], 2
|
|
2255
|
+
];
|
|
2256
|
+
exports.ChannelContextPushToTalk$ = [3, n5, _CCPTT,
|
|
2257
|
+
0,
|
|
2258
|
+
[_bI],
|
|
2259
|
+
[0]
|
|
2260
|
+
];
|
|
2261
|
+
exports.Message$ = [3, n5, _M,
|
|
2262
|
+
0,
|
|
2263
|
+
[_ty, _mI, _cIh, _us, _cA, _te, _el, _at, _qu, _fo, _wh, _wS, _sm, _sS, _mar, _gi, _si, _ev, _ed, _men, _lR, _rC, _uAp],
|
|
2264
|
+
[0, 0, 0, () => exports.User$, 0, 0, () => ElementsList, () => MessageAttachmentList, () => exports.MessageQuote$, () => exports.MessageForward$, 2, 0, 2, 0, 2, () => exports.MessageGiphy$, 2, 0, 2, () => UsersList, () => ReactionList, 128 | 1, 0], 5
|
|
2265
|
+
];
|
|
2266
|
+
exports.MessageAttachment$ = [3, n5, _MA,
|
|
2267
|
+
0,
|
|
2268
|
+
[_i, _fIs, _n, _siz, _mim, _wi, _he, _th],
|
|
2269
|
+
[0, 0, 0, 1, 0, 1, 1, 0], 4
|
|
2270
|
+
];
|
|
2271
|
+
exports.MessageForward$ = [3, n5, _MF,
|
|
2272
|
+
0,
|
|
2273
|
+
[_fD, _mI, _cIh, _fC, _fE, _fNo],
|
|
2274
|
+
[0, 0, 0, 0, 0, 0], 3
|
|
2275
|
+
];
|
|
2276
|
+
exports.MessageGiphy$ = [3, n5, _MG,
|
|
2277
|
+
0,
|
|
2278
|
+
[_i, _siz, _u, _he, _wi],
|
|
2279
|
+
[0, 0, 0, 0, 0], 5
|
|
2280
|
+
];
|
|
2281
|
+
exports.MessageQuote$ = [3, n5, _MQ,
|
|
2282
|
+
0,
|
|
2283
|
+
[_mI, _cIh, _us, _cA, _te, _at, _fo, _men, _gi, _uAp],
|
|
2284
|
+
[0, 0, () => exports.User$, 0, 0, () => MessageAttachmentList, () => exports.MessageForward$, () => UsersList, () => exports.MessageGiphy$, 0], 4
|
|
2285
|
+
];
|
|
2286
|
+
exports.MessageTemplateConfig$ = [3, n5, _MTC,
|
|
2287
|
+
0,
|
|
2288
|
+
[_wh],
|
|
2289
|
+
[() => exports.TemplateWithParameters$]
|
|
2290
|
+
];
|
|
2291
|
+
exports.Reaction$ = [3, n5, _R,
|
|
2292
|
+
0,
|
|
2293
|
+
[_ty, _uI, _mI, _us],
|
|
2294
|
+
[0, 0, 0, () => exports.User$]
|
|
2295
|
+
];
|
|
2296
|
+
exports.User$ = [3, n5, _U,
|
|
2297
|
+
0,
|
|
2298
|
+
[_i, _n, _em, _ph, _pi, _loc, _tZ, _co, _bo, _pD, _pP, _pE, _pS, _pUI, _pGIb, _cA, _uAp],
|
|
2299
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0], 1
|
|
2300
|
+
];
|
|
2301
|
+
var ListTemplateParameter = [1, n2, _LTP,
|
|
2302
|
+
0, () => exports.TemplateParameter$
|
|
2303
|
+
];
|
|
2304
|
+
var StringList = 64 | 0;
|
|
2305
|
+
var TranscriptionTextChunkList = [1, n3, _TTCL,
|
|
2306
|
+
0, () => exports.TranscriptionTextChunk$
|
|
2307
|
+
];
|
|
2308
|
+
var TranscriptionSummaryJsonArrayItem = 64 | 0;
|
|
2309
|
+
var Annotations = [1, n1, _An,
|
|
2310
|
+
0, () => exports.Annotation$
|
|
2311
|
+
];
|
|
2312
|
+
var CallAgentsItemConsumeItemList = [1, n1, _CAICIL,
|
|
2313
|
+
0, () => exports.CallAgentsItemConsumeItem$
|
|
2314
|
+
];
|
|
2315
|
+
var CallAnalyticsLiveAnnotationEventList = [1, n1, _CALAEL,
|
|
2316
|
+
0, () => exports.CallAnalyticsLiveAnnotationEvent$
|
|
2317
|
+
];
|
|
2318
|
+
var CallAnalyticsLiveProgressEventFlowList = [1, n1, _CALPEFL,
|
|
2319
|
+
0, () => exports.CallAnalyticsLiveProgressEventFlow$
|
|
2320
|
+
];
|
|
2321
|
+
var CallAnalyticsLiveTranscriptionEventList = [1, n1, _CALTEL,
|
|
2322
|
+
0, () => exports.CallAnalyticsLiveTranscriptionEvent$
|
|
2323
|
+
];
|
|
2324
|
+
var CallAnalyticsRecordEventFlowsList = [1, n1, _CAREFL,
|
|
2325
|
+
0, () => exports.CallAnalyticsRecordEventFlow$
|
|
2326
|
+
];
|
|
2327
|
+
var CallFlowAttachmentDestinationList = [1, n1, _CFADL,
|
|
2328
|
+
0, () => exports.CallFlowAttachmentDestination$
|
|
2329
|
+
];
|
|
2330
|
+
var CallFlowAttachments = [1, n1, _CFA,
|
|
2331
|
+
0, () => exports.CallFlowAttachment$
|
|
2332
|
+
];
|
|
2333
|
+
var CallFlowFlags = 64 | 0;
|
|
2334
|
+
var CallFlowRecordings = 64 | 0;
|
|
2335
|
+
var CallFlowRecordingsData = [1, n1, _CFRD,
|
|
2336
|
+
0, () => exports.CallFlowRecording$
|
|
2337
|
+
];
|
|
2338
|
+
var CallFlowTags = 64 | 0;
|
|
2339
|
+
var CallRecordPausesList = [1, n1, _CRPL,
|
|
2340
|
+
0, () => exports.CallRecordPause$
|
|
2341
|
+
];
|
|
2342
|
+
var CallTranscriptionList = [1, n1, _CTL,
|
|
2343
|
+
0, () => exports.CallTranscription$
|
|
2344
|
+
];
|
|
2345
|
+
var ChatAnalyticsLiveAnnotationEventList = [1, n1, _CALAELh,
|
|
2346
|
+
0, () => exports.ChatAnalyticsLiveAnnotationEvent$
|
|
2347
|
+
];
|
|
2348
|
+
var ChatLiveParticipantsList = [1, n1, _CLPL,
|
|
2349
|
+
0, () => exports.ChatParticipantInfo$
|
|
2350
|
+
];
|
|
2351
|
+
var ChatParticipantsList = [1, n1, _CPL,
|
|
2352
|
+
0, () => exports.ChatParticipant$
|
|
2353
|
+
];
|
|
2354
|
+
var ChatTags = 64 | 0;
|
|
2355
|
+
var ChatTranscriptionMessagesList = [1, n1, _CTML,
|
|
2356
|
+
0, () => exports.Message$
|
|
2357
|
+
];
|
|
2358
|
+
var ChatUserList = [1, n1, _CUL,
|
|
2359
|
+
0, () => exports.User$
|
|
2360
|
+
];
|
|
2361
|
+
var ConferenceAnalyticsLiveAnnotationEventList = [1, n1, _CALAELo,
|
|
2362
|
+
0, () => exports.ConferenceAnalyticsLiveAnnotationEvent$
|
|
2363
|
+
];
|
|
2364
|
+
var ConferenceAnalyticsLiveTranscriptionEventList = [1, n1, _CALTELo,
|
|
2365
|
+
0, () => exports.ConferenceAnalyticsLiveTranscriptionEvent$
|
|
2366
|
+
];
|
|
2367
|
+
var ConferenceAnalyticsRecordParticipantList = [1, n1, _CARPL,
|
|
2368
|
+
0, () => exports.ConferenceAnalyticsRecordParticipant$
|
|
2369
|
+
];
|
|
2370
|
+
var ConferenceKeepAliveSessions = 64 | 0;
|
|
2371
|
+
var ConferenceParticipantsList = [1, n1, _CPLo,
|
|
2372
|
+
0, () => exports.ConferenceParticipant$
|
|
2373
|
+
];
|
|
2374
|
+
var ConferenceRecordingList = [1, n1, _CRL,
|
|
2375
|
+
0, () => exports.ConferenceRecording$
|
|
2376
|
+
];
|
|
2377
|
+
var ConferenceStatsConsumeEventData = [1, n1, _CSCEDon,
|
|
2378
|
+
0, () => exports.ConferenceSpeakerTime$
|
|
2379
|
+
];
|
|
2380
|
+
var ConferenceTimeFramesChunkList = [1, n1, _CTFCL,
|
|
2381
|
+
0, () => exports.ConferenceTimeFramesChunk$
|
|
2382
|
+
];
|
|
2383
|
+
var ConferenceTimeFramesList = [1, n1, _CTFL,
|
|
2384
|
+
0, () => exports.ConferenceTimeFramesListItem$
|
|
2385
|
+
];
|
|
2386
|
+
var ConferenceTranscriptionsList = [1, n1, _CTLo,
|
|
2387
|
+
0, () => exports.ConferenceTranscription$
|
|
2388
|
+
];
|
|
2389
|
+
var ConversationParticipantsGroupList = 64 | 0;
|
|
2390
|
+
var LicensesList = 64 | 0;
|
|
2391
|
+
var ListServicesFilterList = [1, n1, _LSFL,
|
|
2392
|
+
0, () => exports.ListServicesFilter$
|
|
2393
|
+
];
|
|
2394
|
+
var NotificationsType = 64 | 0;
|
|
2395
|
+
var PresenceList = [1, n1, _PL,
|
|
2396
|
+
0, () => exports.Presence$
|
|
2397
|
+
];
|
|
2398
|
+
var PresenceLocation = 64 | 0;
|
|
2399
|
+
var PresenceQueryFilterList = [1, n1, _PQFL,
|
|
2400
|
+
0, () => exports.PresenceQueryFilter$
|
|
2401
|
+
];
|
|
2402
|
+
var QueryConversationsCallsList = [1, n1, _QCCL,
|
|
2403
|
+
0, () => exports.CallAnalyticsLiveProgressEvent$
|
|
2404
|
+
];
|
|
2405
|
+
var QueryConversationsChatsList = [1, n1, _QCCLu,
|
|
2406
|
+
0, () => exports.ChatAnalyticsLiveProgressEvent$
|
|
2407
|
+
];
|
|
2408
|
+
var QueryConversationsConferencesList = [1, n1, _QCCLue,
|
|
2409
|
+
0, () => exports.ConferenceAnalyticsLiveProgressEvent$
|
|
2410
|
+
];
|
|
2411
|
+
var ServiceAgentsList = [1, n1, _SAL,
|
|
2412
|
+
0, () => exports.ServiceAgent$
|
|
2413
|
+
];
|
|
2414
|
+
var ServiceCallAgentsList = 64 | 0;
|
|
2415
|
+
var ServiceCallRecordList = [1, n1, _SCRL,
|
|
2416
|
+
0, () => exports.ServiceCallRecord$
|
|
2417
|
+
];
|
|
2418
|
+
var ServiceCallsList = 64 | 0;
|
|
2419
|
+
var ServiceList = [1, n1, _SL,
|
|
2420
|
+
0, () => exports.ServiceInfo$
|
|
2421
|
+
];
|
|
2422
|
+
var WebsocketSubscribeFilter = 64 | 15;
|
|
2423
|
+
var ActionsElementsList = [1, n5, _AEL,
|
|
2424
|
+
0, () => exports.ActionElement$
|
|
2425
|
+
];
|
|
2426
|
+
var ChannelContextEventAttendeeList = [1, n5, _CCEAL,
|
|
2427
|
+
0, () => exports.ChannelContextEventAttendee$
|
|
2428
|
+
];
|
|
2429
|
+
var ChannelContextEventList = [1, n5, _CCEL,
|
|
2430
|
+
0, () => exports.ChannelContextEvent$
|
|
2431
|
+
];
|
|
2432
|
+
var ElementsList = [1, n5, _EL,
|
|
2433
|
+
0, () => exports.Element$
|
|
2434
|
+
];
|
|
2435
|
+
var MessageAttachmentList = [1, n5, _MAL,
|
|
2436
|
+
0, () => exports.MessageAttachment$
|
|
2437
|
+
];
|
|
2438
|
+
var ReactionList = [1, n5, _RL,
|
|
2439
|
+
0, () => exports.Reaction$
|
|
2440
|
+
];
|
|
2441
|
+
var UsersList = [1, n5, _UL,
|
|
2442
|
+
0, () => exports.User$
|
|
2443
|
+
];
|
|
2444
|
+
var CallTranscriptionChunksMap = [2, n1, _CTCM,
|
|
2445
|
+
0, 0, () => exports.CallTranscriptionChunk$
|
|
2446
|
+
];
|
|
2447
|
+
var ConferenceParticipantsMap = [2, n1, _CPM,
|
|
2448
|
+
0, 0, () => exports.ConferenceParticipant$
|
|
2449
|
+
];
|
|
2450
|
+
var ConferenceTranscriptionChunksMap = [2, n1, _CTCMo,
|
|
2451
|
+
0, 0, () => exports.ConferenceTranscriptionChunk$
|
|
2452
|
+
];
|
|
2453
|
+
var ReactionCounts = 128 | 1;
|
|
2454
|
+
exports.AnnotationPayload$ = [4, n1, _AP,
|
|
2455
|
+
0,
|
|
2456
|
+
[_tag, _te, _var, _res],
|
|
2457
|
+
[0, 0, () => exports.AnnotationVariablesValue$, () => exports.AnnotationResultValue$]
|
|
2458
|
+
];
|
|
2459
|
+
exports.CallFlowAttachment$ = [4, n1, _CFAa,
|
|
2460
|
+
0,
|
|
2461
|
+
[_rec, _fax, _vo],
|
|
2462
|
+
[() => exports.CallFlowRecording$, () => exports.CallFlowFax$, () => exports.CallFlowVoicemail$]
|
|
2463
|
+
];
|
|
2464
|
+
exports.ConsumeEventInputEvent$ = [4, n1, _CEIE,
|
|
2465
|
+
0,
|
|
2466
|
+
[_cSal, _cU, _cSall, _cAa, _cL, _cAS, _cAC, _cE, _cRS, _cRSa, _cRP, _cRU, _cAal, _cTa, _cPT, _cTF, _cSo, _cJ, _cAo, _cRSo, _cTo, _cLo, _cRSon, _cKA, _cEo, _cSon, _cMh, _cN, _cUh, _cAh, _sIm, _sS, _wI, _wS, _pre, _pTr, _sIe, _sU, _sE, _sCIe, _sCU, _sCE, _sAJ, _sAU, _sAL, _uS],
|
|
2467
|
+
[() => exports.CallStartConsumeEvent$, () => exports.CallUpdateConsumeEvent$, () => exports.CallSplitConsumeEvent$, () => exports.CallAnnotateConsumeEvent$, () => exports.CallLiveConsumeEvent$, () => exports.CallAgentsStartConsumeEvent$, () => exports.CallAgentsCancelConsumeEvent$, () => exports.CallEndConsumeEvent$, () => exports.CallRecordStartConsumeEvent$, () => exports.CallRecordStopConsumeEvent$, () => exports.CallRecordPauseConsumeEvent$, () => exports.CallRecordUnpauseConsumeEvent$, () => exports.CallAttachmentConsumeEvent$, () => exports.CallTranscribeConsumeEvent$, () => exports.CallPostTranscriptionConsumeEvent$, () => exports.ConferenceTimeFramesConsumeEvent$, () => exports.ConferenceStartConsumeEvent$, () => exports.ConferenceJoinConsumeEvent$, () => exports.ConferenceAnnotateConsumeEvent$, () => exports.ConferenceRecordStartConsumeEvent$, () => exports.ConferenceTranscriptionConsumeEvent$, () => exports.ConferenceLeaveConsumeEvent$, () => exports.ConferenceRecordStopConsumeEvent$, () => exports.ConferenceKeepAliveConsumeEvent$, () => exports.ConferenceEndConsumeEvent$, () => exports.ConferenceStatsConsumeEvent$, () => exports.ChatMessageConsumeEvent$, () => exports.ChatNewConsumeEvent$, () => exports.ChatUpdateConsumeEvent$, () => exports.ChatAnnotateConsumeEvent$, () => exports.SmsInboundConsumeEvent$, () => exports.SmsStatusConsumeEvent$, () => exports.WhatsAppInboundConsumeEvent$, () => exports.WhatsAppStatusConsumeEvent$, () => exports.PresenceConsumeEvent$, () => exports.PresenceTelephonyConsumeEvent$, () => exports.ServiceInitConsumeEvent$, () => exports.ServiceUpdateConsumeEvent$, () => exports.ServiceEndConsumeEvent$, () => exports.ServiceCallInitConsumeEvent$, () => exports.ServiceCallUpdateConsumeEvent$, () => exports.ServiceCallEndConsumeEvent$, () => exports.ServiceAgentJoinConsumeEvent$, () => exports.ServiceAgentUpdateConsumeEvent$, () => exports.ServiceAgentLeaveConsumeEvent$, () => exports.TranscriptionUsageEvent$]
|
|
2468
|
+
];
|
|
2469
|
+
exports.ActionElement$ = [4, n5, _AE,
|
|
2470
|
+
0,
|
|
2471
|
+
[_but],
|
|
2472
|
+
[() => exports.ButtonElement$]
|
|
2473
|
+
];
|
|
2474
|
+
exports.ButtonHandler$ = [4, n5, _BH,
|
|
2475
|
+
0,
|
|
2476
|
+
[_lin, _rep, _ac],
|
|
2477
|
+
[() => exports.ButtonLinkHandler$, () => exports.ButtonReplyHandler$, () => exports.ButtonActionHandler$]
|
|
2478
|
+
];
|
|
2479
|
+
exports.Element$ = [4, n5, _E,
|
|
2480
|
+
0,
|
|
2481
|
+
[_tem, _act],
|
|
2482
|
+
[() => exports.MessageTemplateConfig$, () => ActionsElementsList]
|
|
2483
|
+
];
|
|
2484
|
+
exports.ConsumeEvent$ = [9, n1, _CE,
|
|
2485
|
+
{ [_ht]: ["POST", "/v2/stream/events/consume", 200] }, () => exports.ConsumeEventInput$, () => exports.ConsumeEventOutput$
|
|
2486
|
+
];
|
|
2487
|
+
exports.DescribeEvent$ = [9, n1, _DE,
|
|
2488
|
+
{ [_ht]: ["POST", "/v2/stream/events/describe", 200] }, () => exports.DescribeEventInput$, () => exports.DescribeEventOutput$
|
|
2489
|
+
];
|
|
2490
|
+
exports.GetConferenceId$ = [9, n1, _GCI,
|
|
2491
|
+
{ [_ht]: ["GET", "/v2/stream/conferences/match/{channelId}", 200] }, () => exports.GetConferenceIdInput$, () => exports.GetConferenceIdOutput$
|
|
2492
|
+
];
|
|
2493
|
+
exports.GetOngoingCall$ = [9, n1, _GOC,
|
|
2494
|
+
{ [_ht]: ["GET", "/v2/stream/calls/{callId}", 200] }, () => exports.GetOngoingCallInput$, () => exports.GetOngoingCallOutput$
|
|
2495
|
+
];
|
|
2496
|
+
exports.GetOngoingCallAnnotations$ = [9, n1, _GOCA,
|
|
2497
|
+
{ [_ht]: ["GET", "/v2/stream/calls/{callId}/annotations", 200] }, () => exports.GetOngoingCallAnnotationsInput$, () => exports.GetOngoingCallAnnotationsOutput$
|
|
2498
|
+
];
|
|
2499
|
+
exports.GetOngoingCallTranscription$ = [9, n1, _GOCT,
|
|
2500
|
+
{ [_ht]: ["GET", "/v2/stream/calls/{callId}/transcription", 200] }, () => exports.GetOngoingCallTranscriptionInput$, () => exports.GetOngoingCallTranscriptionOutput$
|
|
2501
|
+
];
|
|
2502
|
+
exports.GetOngoingChatAnnotations$ = [9, n1, _GOCAe,
|
|
2503
|
+
{ [_ht]: ["GET", "/v2/stream/chats/{chatId}/annotations", 200] }, () => exports.GetOngoingChatAnnotationsInput$, () => exports.GetOngoingChatAnnotationsOutput$
|
|
2504
|
+
];
|
|
2505
|
+
exports.GetOngoingConference$ = [9, n1, _GOCe,
|
|
2506
|
+
{ [_ht]: ["GET", "/v2/stream/conferences/{conferenceId}", 200] }, () => exports.GetOngoingConferenceInput$, () => exports.GetOngoingConferenceOutput$
|
|
2507
|
+
];
|
|
2508
|
+
exports.GetOngoingConferenceAnnotations$ = [9, n1, _GOCAet,
|
|
2509
|
+
{ [_ht]: ["GET", "/v2/stream/conferences/{conferenceId}/annotations", 200] }, () => exports.GetOngoingConferenceAnnotationsInput$, () => exports.GetOngoingConferenceAnnotationsOutput$
|
|
2510
|
+
];
|
|
2511
|
+
exports.GetOngoingConferenceTranscription$ = [9, n1, _GOCTe,
|
|
2512
|
+
{ [_ht]: ["GET", "/v2/stream/conferences/{conferenceId}/transcription", 200] }, () => exports.GetOngoingConferenceTranscriptionInput$, () => exports.GetOngoingConferenceTranscriptionOutput$
|
|
2513
|
+
];
|
|
2514
|
+
exports.ListServices$ = [9, n1, _LS,
|
|
2515
|
+
{ [_ht]: ["POST", "/v2/stream/services", 200] }, () => exports.ListServicesInput$, () => exports.ListServicesOutput$
|
|
2516
|
+
];
|
|
2517
|
+
exports.QueryConversations$ = [9, n1, _QC,
|
|
2518
|
+
{ [_ht]: ["POST", "/v2/stream/conversations", 200] }, () => exports.QueryConversationsInput$, () => exports.QueryConversationsOutput$
|
|
2519
|
+
];
|
|
2520
|
+
exports.QueryPresence$ = [9, n1, _QP,
|
|
2521
|
+
{ [_ht]: ["POST", "/v2/stream/presence/query", 200] }, () => exports.QueryPresenceInput$, () => exports.QueryPresenceOutput$
|
|
2522
|
+
];
|
|
2523
|
+
exports.QueryPresences$ = [9, n1, _QPu,
|
|
2524
|
+
{ [_ht]: ["POST", "/v2/stream/presence/query_multiple", 200] }, () => exports.QueryPresencesInput$, () => exports.QueryPresencesOutput$
|
|
2525
|
+
];
|
|
2526
|
+
exports.UpdatePresenceLastSeen$ = [9, n1, _UPLS,
|
|
2527
|
+
{ [_ht]: ["POST", "/v2/stream/presence/update_last_seen", 200] }, () => exports.UpdatePresenceLastSeenInput$, () => exports.UpdatePresenceLastSeenOutput$
|
|
2528
|
+
];
|