@wildix/wda-insights-client 1.1.46 → 3.1.46
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/WdaInsights.js +3 -3
- package/dist-cjs/WdaInsightsClient.js +34 -26
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +58 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +10 -11
- package/dist-cjs/commands/CreateFilterCommand.js +10 -11
- package/dist-cjs/commands/CreatePlaylistCommand.js +10 -11
- package/dist-cjs/commands/CreateProjectionCommand.js +10 -11
- package/dist-cjs/commands/CreateProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/DeleteDashboardCommand.js +10 -11
- package/dist-cjs/commands/DeleteFilterCommand.js +10 -11
- package/dist-cjs/commands/DeletePlaylistCommand.js +10 -11
- package/dist-cjs/commands/DeletePlaylistItemCommand.js +10 -11
- package/dist-cjs/commands/DeleteProjectionCommand.js +10 -11
- package/dist-cjs/commands/DeleteProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/DisableProjectionCommand.js +10 -11
- package/dist-cjs/commands/EnableProjectionCommand.js +10 -11
- package/dist-cjs/commands/GetAnalysisSettingsCommand.js +10 -11
- package/dist-cjs/commands/GetCallCharacteristicsCommand.js +10 -11
- package/dist-cjs/commands/GetCallInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetCallStateCommand.js +10 -11
- package/dist-cjs/commands/GetCallSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetChatInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetChatStateCommand.js +10 -11
- package/dist-cjs/commands/GetChatSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceStateCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceTimeFramesCommand.js +10 -11
- package/dist-cjs/commands/GetDashboardCommand.js +10 -11
- package/dist-cjs/commands/GetPlaylistCommand.js +10 -11
- package/dist-cjs/commands/GetProjectionCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsInsightsAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsInsightsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsNestedAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListDashboardsCommand.js +10 -11
- package/dist-cjs/commands/ListFiltersCommand.js +10 -11
- package/dist-cjs/commands/ListPinnedDashboardsCommand.js +10 -11
- package/dist-cjs/commands/ListPlaylistItemsCommand.js +10 -11
- package/dist-cjs/commands/ListPlaylistsCommand.js +10 -11
- package/dist-cjs/commands/ListProjectionsCommand.js +10 -11
- package/dist-cjs/commands/ListWatchHistoryCommand.js +10 -11
- package/dist-cjs/commands/PauseProjectionCommand.js +10 -11
- package/dist-cjs/commands/PutAnalysisSettingsCommand.js +10 -11
- package/dist-cjs/commands/PutPlaylistItemCommand.js +10 -11
- package/dist-cjs/commands/QueryConversationsCountCommand.js +10 -11
- package/dist-cjs/commands/ScheduleCallSummaryGenerationCommand.js +10 -11
- package/dist-cjs/commands/ScheduleConferenceSummaryGenerationCommand.js +10 -11
- package/dist-cjs/commands/UpdateDashboardAccessCommand.js +10 -11
- package/dist-cjs/commands/UpdateDashboardCommand.js +10 -11
- package/dist-cjs/commands/UpdateFilterCommand.js +10 -11
- package/dist-cjs/commands/UpdatePinnedDashboardsCommand.js +10 -11
- package/dist-cjs/commands/UpdatePlaylistAccessCommand.js +10 -11
- package/dist-cjs/commands/UpdatePlaylistCommand.js +10 -11
- package/dist-cjs/commands/UpdateProjectionCommand.js +10 -11
- package/dist-cjs/commands/UpdateProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/WatchCommand.js +10 -11
- package/dist-cjs/commands/index.js +4 -4
- 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 +4 -1
- package/dist-cjs/models/WdaInsightsServiceException.js +3 -3
- package/dist-cjs/models/enums.js +225 -0
- package/dist-cjs/models/errors.js +69 -0
- package/dist-cjs/models/models_0.js +0 -478
- 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 +2178 -0
- package/dist-es/WdaInsights.js +3 -3
- package/dist-es/WdaInsightsClient.js +30 -22
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +52 -0
- package/dist-es/commands/CreateDashboardCommand.js +9 -10
- package/dist-es/commands/CreateFilterCommand.js +9 -10
- package/dist-es/commands/CreatePlaylistCommand.js +9 -10
- package/dist-es/commands/CreateProjectionCommand.js +9 -10
- package/dist-es/commands/CreateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DeleteDashboardCommand.js +9 -10
- package/dist-es/commands/DeleteFilterCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistItemCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DisableProjectionCommand.js +9 -10
- package/dist-es/commands/EnableProjectionCommand.js +9 -10
- package/dist-es/commands/GetAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/GetCallCharacteristicsCommand.js +9 -10
- package/dist-es/commands/GetCallInsightsCommand.js +9 -10
- package/dist-es/commands/GetCallStateCommand.js +9 -10
- package/dist-es/commands/GetCallSummaryCommand.js +9 -10
- package/dist-es/commands/GetChatInsightsCommand.js +9 -10
- package/dist-es/commands/GetChatStateCommand.js +9 -10
- package/dist-es/commands/GetChatSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceInsightsCommand.js +9 -10
- package/dist-es/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +9 -10
- package/dist-es/commands/GetConferenceStateCommand.js +9 -10
- package/dist-es/commands/GetConferenceSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceTimeFramesCommand.js +9 -10
- package/dist-es/commands/GetDashboardCommand.js +9 -10
- package/dist-es/commands/GetPlaylistCommand.js +9 -10
- package/dist-es/commands/GetProjectionCommand.js +9 -10
- package/dist-es/commands/ListConversationsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsCommand.js +9 -10
- package/dist-es/commands/ListConversationsNestedAggregationsCommand.js +9 -10
- package/dist-es/commands/ListDashboardsCommand.js +9 -10
- package/dist-es/commands/ListFiltersCommand.js +9 -10
- package/dist-es/commands/ListPinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistItemsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistsCommand.js +9 -10
- package/dist-es/commands/ListProjectionsCommand.js +9 -10
- package/dist-es/commands/ListWatchHistoryCommand.js +9 -10
- package/dist-es/commands/PauseProjectionCommand.js +9 -10
- package/dist-es/commands/PutAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/PutPlaylistItemCommand.js +9 -10
- package/dist-es/commands/QueryConversationsCountCommand.js +9 -10
- package/dist-es/commands/ScheduleCallSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/ScheduleConferenceSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardAccessCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardCommand.js +9 -10
- package/dist-es/commands/UpdateFilterCommand.js +9 -10
- package/dist-es/commands/UpdatePinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistAccessCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/WatchCommand.js +9 -10
- package/dist-es/commands/index.js +4 -4
- 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 +4 -1
- package/dist-es/models/WdaInsightsServiceException.js +1 -1
- package/dist-es/models/enums.js +222 -0
- package/dist-es/models/errors.js +61 -0
- package/dist-es/models/models_0.js +1 -471
- 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 +2170 -0
- package/dist-types/WdaInsights.d.ts +57 -57
- package/dist-types/WdaInsightsClient.d.ts +86 -68
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +81 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +11 -7
- package/dist-types/commands/CreateFilterCommand.d.ts +11 -7
- package/dist-types/commands/CreatePlaylistCommand.d.ts +11 -7
- package/dist-types/commands/CreateProjectionCommand.d.ts +11 -7
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +12 -8
- package/dist-types/commands/DeleteDashboardCommand.d.ts +11 -7
- package/dist-types/commands/DeleteFilterCommand.d.ts +11 -7
- package/dist-types/commands/DeletePlaylistCommand.d.ts +11 -7
- package/dist-types/commands/DeletePlaylistItemCommand.d.ts +11 -7
- package/dist-types/commands/DeleteProjectionCommand.d.ts +11 -7
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +12 -8
- package/dist-types/commands/DisableProjectionCommand.d.ts +11 -7
- package/dist-types/commands/EnableProjectionCommand.d.ts +11 -7
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +11 -7
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +11 -7
- package/dist-types/commands/GetCallInsightsCommand.d.ts +11 -7
- package/dist-types/commands/GetCallStateCommand.d.ts +11 -7
- package/dist-types/commands/GetCallSummaryCommand.d.ts +11 -7
- package/dist-types/commands/GetChatInsightsCommand.d.ts +11 -7
- package/dist-types/commands/GetChatStateCommand.d.ts +11 -7
- package/dist-types/commands/GetChatSummaryCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceInsightsCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceStateCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +11 -7
- package/dist-types/commands/GetDashboardCommand.d.ts +11 -7
- package/dist-types/commands/GetPlaylistCommand.d.ts +11 -7
- package/dist-types/commands/GetProjectionCommand.d.ts +11 -7
- package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +11 -7
- package/dist-types/commands/ListConversationsCommand.d.ts +11 -7
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +12 -8
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +12 -8
- package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +11 -7
- package/dist-types/commands/ListDashboardsCommand.d.ts +11 -7
- package/dist-types/commands/ListFiltersCommand.d.ts +11 -7
- package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +11 -7
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +11 -7
- package/dist-types/commands/ListPlaylistsCommand.d.ts +11 -7
- package/dist-types/commands/ListProjectionsCommand.d.ts +11 -7
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +11 -7
- package/dist-types/commands/PauseProjectionCommand.d.ts +11 -7
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +11 -7
- package/dist-types/commands/PutPlaylistItemCommand.d.ts +11 -7
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +11 -7
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +12 -8
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +12 -8
- package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +11 -7
- package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -7
- package/dist-types/commands/UpdateFilterCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePlaylistCommand.d.ts +11 -7
- package/dist-types/commands/UpdateProjectionCommand.d.ts +11 -7
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +12 -8
- package/dist-types/commands/WatchCommand.d.ts +11 -7
- package/dist-types/commands/index.d.ts +4 -4
- 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 +5 -1
- package/dist-types/models/WdaInsightsServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +541 -0
- package/dist-types/models/errors.d.ts +57 -0
- package/dist-types/models/models_0.d.ts +172 -734
- 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 +299 -0
- package/package.json +14 -40
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/protocols/Aws_restJson1.js +0 -2406
- package/dist-es/models/index.js +0 -1
- package/dist-es/protocols/Aws_restJson1.js +0 -2289
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -506
|
@@ -0,0 +1,2170 @@
|
|
|
1
|
+
const _AB = "AggregationBucket";
|
|
2
|
+
const _ABL = "AggregationBucketsList";
|
|
3
|
+
const _AD = "AggregationDefinition";
|
|
4
|
+
const _ADD = "AggregationDateDefinition";
|
|
5
|
+
const _ADDg = "AggregationDurationDefinition";
|
|
6
|
+
const _ADL = "AggregationDefinitionsList";
|
|
7
|
+
const _ADOWD = "AggregationDayOfWeekDefinition";
|
|
8
|
+
const _AHODD = "AggregationHourOfDayDefinition";
|
|
9
|
+
const _ANCD = "AggregationNoConfigurationDefinition";
|
|
10
|
+
const _APD = "AggregationProjectionDefinition";
|
|
11
|
+
const _AR = "AggregationResult";
|
|
12
|
+
const _AS = "AnalysisSettings";
|
|
13
|
+
const _C = "Channel";
|
|
14
|
+
const _CARP = "ConferenceAnalyticsRecordParticipant";
|
|
15
|
+
const _CARPL = "ConferenceAnalyticsRecordParticipantList";
|
|
16
|
+
const _CC = "ChannelContext";
|
|
17
|
+
const _CCE = "ChannelContextEvent";
|
|
18
|
+
const _CCEA = "ChannelContextEventAttendee";
|
|
19
|
+
const _CCEAL = "ChannelContextEventAttendeeList";
|
|
20
|
+
const _CCEL = "ChannelContextEventList";
|
|
21
|
+
const _CCPTT = "ChannelContextPushToTalk";
|
|
22
|
+
const _CCT = "CallConversationTarget";
|
|
23
|
+
const _CCTh = "ChatConversationTarget";
|
|
24
|
+
const _CCTo = "ConferenceConversationTarget";
|
|
25
|
+
const _CD = "CreateDashboard";
|
|
26
|
+
const _CDI = "CreateDashboardInput";
|
|
27
|
+
const _CDO = "CreateDashboardOutput";
|
|
28
|
+
const _CF = "CreateFilter";
|
|
29
|
+
const _CFA = "CallFlowAttachments";
|
|
30
|
+
const _CFAD = "CallFlowAttachmentDestination";
|
|
31
|
+
const _CFADL = "CallFlowAttachmentDestinationList";
|
|
32
|
+
const _CFAa = "CallFlowAttachment";
|
|
33
|
+
const _CFF = "CallFlowFax";
|
|
34
|
+
const _CFI = "CreateFilterInput";
|
|
35
|
+
const _CFN = "CallFlowNotifications";
|
|
36
|
+
const _CFO = "CreateFilterOutput";
|
|
37
|
+
const _CFR = "CallFlowRecording";
|
|
38
|
+
const _CFRD = "CallFlowRecordingsData";
|
|
39
|
+
const _CFV = "CallFlowVoicemail";
|
|
40
|
+
const _CP = "CallParticipant";
|
|
41
|
+
const _CPC = "CreateProjectionsCategory";
|
|
42
|
+
const _CPCI = "CreateProjectionsCategoryInput";
|
|
43
|
+
const _CPCO = "CreateProjectionsCategoryOutput";
|
|
44
|
+
const _CPI = "CreatePlaylistInput";
|
|
45
|
+
const _CPIh = "ChatParticipantInfo";
|
|
46
|
+
const _CPIr = "CreateProjectionInput";
|
|
47
|
+
const _CPL = "ChatParticipantsList";
|
|
48
|
+
const _CPO = "CreatePlaylistOutput";
|
|
49
|
+
const _CPOr = "CreateProjectionOutput";
|
|
50
|
+
const _CPS = "ConversationPlaybackState";
|
|
51
|
+
const _CPh = "ChatParticipant";
|
|
52
|
+
const _CPo = "ConferenceParticipant";
|
|
53
|
+
const _CPr = "CreatePlaylist";
|
|
54
|
+
const _CPre = "CreateProjection";
|
|
55
|
+
const _CR = "CallRecord";
|
|
56
|
+
const _CRL = "ConferenceRecordingList";
|
|
57
|
+
const _CRP = "CallRecordPause";
|
|
58
|
+
const _CRPL = "CallRecordPausesList";
|
|
59
|
+
const _CRh = "ChatRecord";
|
|
60
|
+
const _CRo = "ConferenceRecord";
|
|
61
|
+
const _CRon = "ConferenceRecording";
|
|
62
|
+
const _CS = "ConversationState";
|
|
63
|
+
const _CT = "ConversationTarget";
|
|
64
|
+
const _CTFC = "ConferenceTimeFramesChunk";
|
|
65
|
+
const _CTFCL = "ConferenceTimeFramesChunkList";
|
|
66
|
+
const _CTFL = "ConferenceTimeFramesList";
|
|
67
|
+
const _CTFLI = "ConferenceTimeFramesListItem";
|
|
68
|
+
const _D = "Dashboard";
|
|
69
|
+
const _DA = "DashboardAccess";
|
|
70
|
+
const _DAN = "DashboardAccessNotify";
|
|
71
|
+
const _DD = "DashboardDefinition";
|
|
72
|
+
const _DDI = "DeleteDashboardInput";
|
|
73
|
+
const _DDO = "DeleteDashboardOutput";
|
|
74
|
+
const _DDe = "DeleteDashboard";
|
|
75
|
+
const _DF = "DeleteFilter";
|
|
76
|
+
const _DFI = "DeleteFilterInput";
|
|
77
|
+
const _DFO = "DeleteFilterOutput";
|
|
78
|
+
const _DG = "DashboardGrant";
|
|
79
|
+
const _DGB = "DurationGroupBucket";
|
|
80
|
+
const _DGBL = "DurationGroupBucketsList";
|
|
81
|
+
const _DGL = "DashboardGrantList";
|
|
82
|
+
const _DL = "DashboardsList";
|
|
83
|
+
const _DM = "DashboardMetadata";
|
|
84
|
+
const _DP = "DashboardPrincipal";
|
|
85
|
+
const _DPC = "DeleteProjectionsCategory";
|
|
86
|
+
const _DPCI = "DeleteProjectionsCategoryInput";
|
|
87
|
+
const _DPCO = "DeleteProjectionsCategoryOutput";
|
|
88
|
+
const _DPI = "DeletePlaylistInput";
|
|
89
|
+
const _DPII = "DeletePlaylistItemInput";
|
|
90
|
+
const _DPIO = "DeletePlaylistItemOutput";
|
|
91
|
+
const _DPIe = "DeleteProjectionInput";
|
|
92
|
+
const _DPIel = "DeletePlaylistItem";
|
|
93
|
+
const _DPIi = "DisableProjectionInput";
|
|
94
|
+
const _DPO = "DeletePlaylistOutput";
|
|
95
|
+
const _DPOe = "DeleteProjectionOutput";
|
|
96
|
+
const _DPOi = "DisableProjectionOutput";
|
|
97
|
+
const _DPe = "DeletePlaylist";
|
|
98
|
+
const _DPel = "DeleteProjection";
|
|
99
|
+
const _DPi = "DisableProjection";
|
|
100
|
+
const _DS = "DashboardSheet";
|
|
101
|
+
const _DSL = "DashboardSheetList";
|
|
102
|
+
const _DV = "DashboardVisual";
|
|
103
|
+
const _DVG = "DashboardVisualGrid";
|
|
104
|
+
const _DVL = "DashboardVisualsList";
|
|
105
|
+
const _EP = "EnableProjection";
|
|
106
|
+
const _EPI = "EnableProjectionInput";
|
|
107
|
+
const _EPO = "EnableProjectionOutput";
|
|
108
|
+
const _FAB = "FlatAggregationBucket";
|
|
109
|
+
const _FABL = "FlatAggregationBucketList";
|
|
110
|
+
const _FAR = "FlatAggregationResult";
|
|
111
|
+
const _FARL = "FlatAggregationResultList";
|
|
112
|
+
const _FE = "ForbiddenException";
|
|
113
|
+
const _FNFE = "FilterNotFoundException";
|
|
114
|
+
const _FNFEi = "FileNotFoundException";
|
|
115
|
+
const _GAS = "GetAnalysisSettings";
|
|
116
|
+
const _GASI = "GetAnalysisSettingsInput";
|
|
117
|
+
const _GASO = "GetAnalysisSettingsOutput";
|
|
118
|
+
const _GCC = "GetCallCharacteristics";
|
|
119
|
+
const _GCCI = "GetCallCharacteristicsInput";
|
|
120
|
+
const _GCCO = "GetCallCharacteristicsOutput";
|
|
121
|
+
const _GCI = "GetCallInsights";
|
|
122
|
+
const _GCII = "GetCallInsightsInput";
|
|
123
|
+
const _GCIIe = "GetChatInsightsInput";
|
|
124
|
+
const _GCIIet = "GetConferenceInsightsInput";
|
|
125
|
+
const _GCIO = "GetCallInsightsOutput";
|
|
126
|
+
const _GCIOe = "GetChatInsightsOutput";
|
|
127
|
+
const _GCIOet = "GetConferenceInsightsOutput";
|
|
128
|
+
const _GCIe = "GetChatInsights";
|
|
129
|
+
const _GCIet = "GetConferenceInsights";
|
|
130
|
+
const _GCRPDU = "GetConferenceRecordingPresignedDownloadUrl";
|
|
131
|
+
const _GCRPDUI = "GetConferenceRecordingPresignedDownloadUrlInput";
|
|
132
|
+
const _GCRPDUO = "GetConferenceRecordingPresignedDownloadUrlOutput";
|
|
133
|
+
const _GCS = "GetCallState";
|
|
134
|
+
const _GCSI = "GetCallStateInput";
|
|
135
|
+
const _GCSIe = "GetCallSummaryInput";
|
|
136
|
+
const _GCSIet = "GetChatStateInput";
|
|
137
|
+
const _GCSIeth = "GetChatSummaryInput";
|
|
138
|
+
const _GCSIeto = "GetConferenceStateInput";
|
|
139
|
+
const _GCSIeton = "GetConferenceSummaryInput";
|
|
140
|
+
const _GCSO = "GetCallStateOutput";
|
|
141
|
+
const _GCSOe = "GetCallSummaryOutput";
|
|
142
|
+
const _GCSOet = "GetChatStateOutput";
|
|
143
|
+
const _GCSOeth = "GetChatSummaryOutput";
|
|
144
|
+
const _GCSOeto = "GetConferenceStateOutput";
|
|
145
|
+
const _GCSOeton = "GetConferenceSummaryOutput";
|
|
146
|
+
const _GCSe = "GetCallSummary";
|
|
147
|
+
const _GCSet = "GetChatState";
|
|
148
|
+
const _GCSeth = "GetChatSummary";
|
|
149
|
+
const _GCSeto = "GetConferenceState";
|
|
150
|
+
const _GCSeton = "GetConferenceSummary";
|
|
151
|
+
const _GCTF = "GetConferenceTimeFrames";
|
|
152
|
+
const _GCTFI = "GetConferenceTimeFramesInput";
|
|
153
|
+
const _GCTFO = "GetConferenceTimeFramesOutput";
|
|
154
|
+
const _GD = "GetDashboard";
|
|
155
|
+
const _GDI = "GetDashboardInput";
|
|
156
|
+
const _GDO = "GetDashboardOutput";
|
|
157
|
+
const _GP = "GetPlaylist";
|
|
158
|
+
const _GPI = "GetPlaylistInput";
|
|
159
|
+
const _GPIe = "GetProjectionInput";
|
|
160
|
+
const _GPO = "GetPlaylistOutput";
|
|
161
|
+
const _GPOe = "GetProjectionOutput";
|
|
162
|
+
const _GPe = "GetProjection";
|
|
163
|
+
const _IB = "InsightsBucket";
|
|
164
|
+
const _IBL = "InsightsBucketsList";
|
|
165
|
+
const _IC = "InsightsCharacteristics";
|
|
166
|
+
const _ICTS = "InsightsCharacteristicsTalkSpeed";
|
|
167
|
+
const _II = "InsightsInterruptions";
|
|
168
|
+
const _IIC = "InsightsInterruptionsChunk";
|
|
169
|
+
const _IICL = "InsightsInterruptionsChunkList";
|
|
170
|
+
const _INTT = "InsightsNonTalkTime";
|
|
171
|
+
const _INTTC = "InsightsNonTalkTimeChunk";
|
|
172
|
+
const _INTTCL = "InsightsNonTalkTimeChunkList";
|
|
173
|
+
const _IR = "InsightResult";
|
|
174
|
+
const _IRL = "InsightResultsList";
|
|
175
|
+
const _IS = "InsightsSentiment";
|
|
176
|
+
const _ISPS = "InsightsSentimentParticipantScore";
|
|
177
|
+
const _ISPSL = "InsightsSentimentParticipantScoreList";
|
|
178
|
+
const _ISSBPC = "InsightsSentimentScoreByParticipantChunk";
|
|
179
|
+
const _ISSBPCn = "InsightsSentimentScoreByPeriodChunk";
|
|
180
|
+
const _ISSBPL = "InsightsSentimentScoreByParticipantList";
|
|
181
|
+
const _ISSBPLn = "InsightsSentimentScoreByPeriodList";
|
|
182
|
+
const _ITSC = "InsightsTalkSpeedChunk";
|
|
183
|
+
const _ITSCL = "InsightsTalkSpeedChunkList";
|
|
184
|
+
const _ITT = "InsightsTalkTime";
|
|
185
|
+
const _ITTC = "InsightsTalkTimeChunk";
|
|
186
|
+
const _ITTCL = "InsightsTalkTimeChunkList";
|
|
187
|
+
const _LC = "ListConversations";
|
|
188
|
+
const _LCA = "ListConversationsAggregations";
|
|
189
|
+
const _LCAI = "ListConversationsAggregationsInput";
|
|
190
|
+
const _LCAO = "ListConversationsAggregationsOutput";
|
|
191
|
+
const _LCF = "ListConversationsFilter";
|
|
192
|
+
const _LCFAD = "ListConversationsFilterAbsoluteDate";
|
|
193
|
+
const _LCFC = "ListConversationsFilterChannel";
|
|
194
|
+
const _LCFD = "ListConversationsFilterDirection";
|
|
195
|
+
const _LCFDI = "ListConversationsFilterDateIndex";
|
|
196
|
+
const _LCFDi = "ListConversationsFilterDate";
|
|
197
|
+
const _LCFE = "ListConversationsFilterEntity";
|
|
198
|
+
const _LCFF = "ListConversationsFilterFloat";
|
|
199
|
+
const _LCFFL = "ListConversationsFilterFieldsList";
|
|
200
|
+
const _LCFFi = "ListConversationsFilterField";
|
|
201
|
+
const _LCFI = "ListConversationsFilterInsight";
|
|
202
|
+
const _LCFIL = "ListConversationsFilterIdList";
|
|
203
|
+
const _LCFILi = "ListConversationsFilterInsightsList";
|
|
204
|
+
const _LCFIi = "ListConversationsFilterInteraction";
|
|
205
|
+
const _LCFN = "ListConversationsFilterNumber";
|
|
206
|
+
const _LCFP = "ListConversationsFilterParticipant";
|
|
207
|
+
const _LCFPD = "ListConversationsFilterPredefinedDate";
|
|
208
|
+
const _LCFPF = "ListConversationsFilterProjectionField";
|
|
209
|
+
const _LCFPL = "ListConversationsFilterParticipantList";
|
|
210
|
+
const _LCI = "ListConversationsInput";
|
|
211
|
+
const _LCIA = "ListConversationsInsightsAggregations";
|
|
212
|
+
const _LCIAI = "ListConversationsInsightsAggregationsInput";
|
|
213
|
+
const _LCIAO = "ListConversationsInsightsAggregationsOutput";
|
|
214
|
+
const _LCIE = "ListConversationsItemEvent";
|
|
215
|
+
const _LCIH = "ListConversationsItemHighlight";
|
|
216
|
+
const _LCIHS = "ListConversationsItemHighlightSummary";
|
|
217
|
+
const _LCIHTI = "ListConversationsItemHighlightTranscriptionItem";
|
|
218
|
+
const _LCIHTL = "ListConversationsItemHighlightTranscriptionList";
|
|
219
|
+
const _LCII = "ListConversationsInsightsInput";
|
|
220
|
+
const _LCIIL = "ListConversationsItemInsightsList";
|
|
221
|
+
const _LCIIi = "ListConversationsItemInsight";
|
|
222
|
+
const _LCIIis = "ListConversationsItemInteraction";
|
|
223
|
+
const _LCIL = "ListConversationsItemsList";
|
|
224
|
+
const _LCIO = "ListConversationsInsightsOutput";
|
|
225
|
+
const _LCIS = "ListConversationsItemSummary";
|
|
226
|
+
const _LCIi = "ListConversationsItem";
|
|
227
|
+
const _LCIis = "ListConversationsInsights";
|
|
228
|
+
const _LCNA = "ListConversationsNestedAggregations";
|
|
229
|
+
const _LCNAI = "ListConversationsNestedAggregationsInput";
|
|
230
|
+
const _LCNAO = "ListConversationsNestedAggregationsOutput";
|
|
231
|
+
const _LCO = "ListConversationsOutput";
|
|
232
|
+
const _LD = "ListDashboards";
|
|
233
|
+
const _LDI = "ListDashboardsInput";
|
|
234
|
+
const _LDO = "ListDashboardsOutput";
|
|
235
|
+
const _LF = "ListFilters";
|
|
236
|
+
const _LFI = "ListFiltersInput";
|
|
237
|
+
const _LFIL = "ListFiltersItemsList";
|
|
238
|
+
const _LFIi = "ListFiltersItem";
|
|
239
|
+
const _LFO = "ListFiltersOutput";
|
|
240
|
+
const _LP = "ListPlaylists";
|
|
241
|
+
const _LPD = "ListPinnedDashboards";
|
|
242
|
+
const _LPDI = "ListPinnedDashboardsInput";
|
|
243
|
+
const _LPDO = "ListPinnedDashboardsOutput";
|
|
244
|
+
const _LPI = "ListPlaylistsInput";
|
|
245
|
+
const _LPII = "ListPlaylistItemsInput";
|
|
246
|
+
const _LPIO = "ListPlaylistItemsOutput";
|
|
247
|
+
const _LPIi = "ListProjectionsInput";
|
|
248
|
+
const _LPIis = "ListPlaylistItems";
|
|
249
|
+
const _LPO = "ListPlaylistsOutput";
|
|
250
|
+
const _LPOi = "ListProjectionsOutput";
|
|
251
|
+
const _LPi = "ListProjections";
|
|
252
|
+
const _LWH = "ListWatchHistory";
|
|
253
|
+
const _LWHI = "ListWatchHistoryInput";
|
|
254
|
+
const _LWHO = "ListWatchHistoryOutput";
|
|
255
|
+
const _NFE = "NotFoundException";
|
|
256
|
+
const _P = "Playlist";
|
|
257
|
+
const _PA = "PlaylistAccess";
|
|
258
|
+
const _PAN = "PlaylistAccessNotify";
|
|
259
|
+
const _PAS = "PutAnalysisSettings";
|
|
260
|
+
const _PASI = "PutAnalysisSettingsInput";
|
|
261
|
+
const _PASO = "PutAnalysisSettingsOutput";
|
|
262
|
+
const _PC = "ProjectionsCategory";
|
|
263
|
+
const _PCL = "ProjectionConditionsList";
|
|
264
|
+
const _PCLr = "ProjectionsCategoriesList";
|
|
265
|
+
const _PCr = "ProjectionCondition";
|
|
266
|
+
const _PDC = "ProjectionDirectionCondition";
|
|
267
|
+
const _PDCr = "ProjectionDurationCondition";
|
|
268
|
+
const _PEC = "ProjectionEntityCondition";
|
|
269
|
+
const _PF = "ProjectionField";
|
|
270
|
+
const _PFL = "ProjectionFieldsList";
|
|
271
|
+
const _PG = "PlaylistGrant";
|
|
272
|
+
const _PGL = "PlaylistGrantList";
|
|
273
|
+
const _PI = "PlaylistItem";
|
|
274
|
+
const _PIF = "ProjectionInsightsField";
|
|
275
|
+
const _PIFL = "ProjectionInsightsFieldsList";
|
|
276
|
+
const _PIL = "PlaylistItemsList";
|
|
277
|
+
const _PILr = "ProjectionInsightsList";
|
|
278
|
+
const _PIr = "ProjectionInsights";
|
|
279
|
+
const _PL = "PlaylistsList";
|
|
280
|
+
const _PLr = "ProjectionsList";
|
|
281
|
+
const _PM = "ProjectionMetadata";
|
|
282
|
+
const _PMP = "ProjectionMultilineParameter";
|
|
283
|
+
const _PP = "PlaylistPrincipal";
|
|
284
|
+
const _PPC = "ProjectionParticipantsCondition";
|
|
285
|
+
const _PPI = "PauseProjectionInput";
|
|
286
|
+
const _PPII = "PutPlaylistItemInput";
|
|
287
|
+
const _PPIO = "PutPlaylistItemOutput";
|
|
288
|
+
const _PPIu = "PutPlaylistItem";
|
|
289
|
+
const _PPO = "PauseProjectionOutput";
|
|
290
|
+
const _PPa = "PauseProjection";
|
|
291
|
+
const _PPr = "ProjectionParameter";
|
|
292
|
+
const _PSP = "ProjectionSelectionParameter";
|
|
293
|
+
const _PTP = "ProjectionTextParameter";
|
|
294
|
+
const _Pr = "Projection";
|
|
295
|
+
const _QCC = "QueryConversationsCount";
|
|
296
|
+
const _QCCI = "QueryConversationsCountInput";
|
|
297
|
+
const _QCCO = "QueryConversationsCountOutput";
|
|
298
|
+
const _SCSG = "ScheduleCallSummaryGeneration";
|
|
299
|
+
const _SCSGI = "ScheduleCallSummaryGenerationInput";
|
|
300
|
+
const _SCSGIc = "ScheduleConferenceSummaryGenerationInput";
|
|
301
|
+
const _SCSGO = "ScheduleCallSummaryGenerationOutput";
|
|
302
|
+
const _SCSGOc = "ScheduleConferenceSummaryGenerationOutput";
|
|
303
|
+
const _SCSGc = "ScheduleConferenceSummaryGeneration";
|
|
304
|
+
const _TS = "TranscriptionSummary";
|
|
305
|
+
const _TSC = "TranscriptionSummaryCsat";
|
|
306
|
+
const _TSJ = "TranscriptionSummaryJson";
|
|
307
|
+
const _U = "User";
|
|
308
|
+
const _UD = "UpdateDashboard";
|
|
309
|
+
const _UDA = "UpdateDashboardAccess";
|
|
310
|
+
const _UDAI = "UpdateDashboardAccessInput";
|
|
311
|
+
const _UDAO = "UpdateDashboardAccessOutput";
|
|
312
|
+
const _UDI = "UpdateDashboardInput";
|
|
313
|
+
const _UDO = "UpdateDashboardOutput";
|
|
314
|
+
const _UF = "UpdateFilter";
|
|
315
|
+
const _UFI = "UpdateFilterInput";
|
|
316
|
+
const _UFO = "UpdateFilterOutput";
|
|
317
|
+
const _UP = "UpdatePlaylist";
|
|
318
|
+
const _UPA = "UpdatePlaylistAccess";
|
|
319
|
+
const _UPAI = "UpdatePlaylistAccessInput";
|
|
320
|
+
const _UPAO = "UpdatePlaylistAccessOutput";
|
|
321
|
+
const _UPC = "UpdateProjectionsCategory";
|
|
322
|
+
const _UPCI = "UpdateProjectionsCategoryInput";
|
|
323
|
+
const _UPCO = "UpdateProjectionsCategoryOutput";
|
|
324
|
+
const _UPD = "UpdatePinnedDashboards";
|
|
325
|
+
const _UPDI = "UpdatePinnedDashboardsInput";
|
|
326
|
+
const _UPDO = "UpdatePinnedDashboardsOutput";
|
|
327
|
+
const _UPI = "UpdatePlaylistInput";
|
|
328
|
+
const _UPIp = "UpdateProjectionInput";
|
|
329
|
+
const _UPO = "UpdatePlaylistOutput";
|
|
330
|
+
const _UPOp = "UpdateProjectionOutput";
|
|
331
|
+
const _UPp = "UpdateProjection";
|
|
332
|
+
const _VE = "ValidationException";
|
|
333
|
+
const _W = "Watch";
|
|
334
|
+
const _WI = "WatchInput";
|
|
335
|
+
const _WIL = "WatchItemsList";
|
|
336
|
+
const _WIa = "WatchItem";
|
|
337
|
+
const _WO = "WatchOutput";
|
|
338
|
+
const _a = "attachment";
|
|
339
|
+
const _aA = "addedAt";
|
|
340
|
+
const _aB = "addedBy";
|
|
341
|
+
const _aBN = "addedByName";
|
|
342
|
+
const _aD = "attachmentDestinations";
|
|
343
|
+
const _aI = "actionItems";
|
|
344
|
+
const _aO = "adaptiveOptions";
|
|
345
|
+
const _aR = "autoRecord";
|
|
346
|
+
const _aS = "annotationsStatus";
|
|
347
|
+
const _aT = "attachmentType";
|
|
348
|
+
const _aWPM = "averageWordsPerMinute";
|
|
349
|
+
const _ab = "absent";
|
|
350
|
+
const _abs = "absolute";
|
|
351
|
+
const _ac = "access";
|
|
352
|
+
const _ad = "adaptive";
|
|
353
|
+
const _ag = "aggregation";
|
|
354
|
+
const _agg = "aggregations";
|
|
355
|
+
const _as = "assignee";
|
|
356
|
+
const _at = "attachments";
|
|
357
|
+
const _att = "attendees";
|
|
358
|
+
const _b = "buckets";
|
|
359
|
+
const _bI = "broadcastId";
|
|
360
|
+
const _bo = "body";
|
|
361
|
+
const _bot = "bot";
|
|
362
|
+
const _br = "brief";
|
|
363
|
+
const _bro = "broadcast";
|
|
364
|
+
const _bu = "budget";
|
|
365
|
+
const _c = "client";
|
|
366
|
+
const _cA = "createdAt";
|
|
367
|
+
const _cB = "createdBy";
|
|
368
|
+
const _cBN = "createdByName";
|
|
369
|
+
const _cBVST = "callBriefVeryShortTitle";
|
|
370
|
+
const _cBa = "callBrief";
|
|
371
|
+
const _cI = "chatId";
|
|
372
|
+
const _cIa = "callId";
|
|
373
|
+
const _cIat = "categoryId";
|
|
374
|
+
const _cIh = "channelId";
|
|
375
|
+
const _cIo = "conferenceId";
|
|
376
|
+
const _cIom = "competitiveInformation";
|
|
377
|
+
const _cIu = "customerInsights";
|
|
378
|
+
const _cM = "callerMos";
|
|
379
|
+
const _cMa = "calleeMos";
|
|
380
|
+
const _cR = "customerResponse";
|
|
381
|
+
const _cS = "callStatus";
|
|
382
|
+
const _cT = "connectTime";
|
|
383
|
+
const _cTh = "channelType";
|
|
384
|
+
const _ca = "caller";
|
|
385
|
+
const _cal = "callee";
|
|
386
|
+
const _call = "call";
|
|
387
|
+
const _cat = "category";
|
|
388
|
+
const _cate = "categories";
|
|
389
|
+
const _ch = "channel";
|
|
390
|
+
const _cha = "characteristics";
|
|
391
|
+
const _chat = "chatbots";
|
|
392
|
+
const _chat_ = "chat";
|
|
393
|
+
const _chatb = "chatbot";
|
|
394
|
+
const _chu = "chunks";
|
|
395
|
+
const _co = "company";
|
|
396
|
+
const _com = "component";
|
|
397
|
+
const _con = "conditions";
|
|
398
|
+
const _conf = "conference";
|
|
399
|
+
const _cont = "context";
|
|
400
|
+
const _cou = "count";
|
|
401
|
+
const _coun = "country";
|
|
402
|
+
const _cs = "csat";
|
|
403
|
+
const _cu = "customized";
|
|
404
|
+
const _d = "duration";
|
|
405
|
+
const _dBP = "detailsByParticipant";
|
|
406
|
+
const _dM = "defaultModel";
|
|
407
|
+
const _dOW = "dayOfWeek";
|
|
408
|
+
const _da = "dashboard";
|
|
409
|
+
const _das = "dashboards";
|
|
410
|
+
const _dat = "date";
|
|
411
|
+
const _de = "destination";
|
|
412
|
+
const _dec = "decisions";
|
|
413
|
+
const _def = "definition";
|
|
414
|
+
const _dep = "department";
|
|
415
|
+
const _des = "description";
|
|
416
|
+
const _dest = "destinations";
|
|
417
|
+
const _di = "direction";
|
|
418
|
+
const _dis = "disabled";
|
|
419
|
+
const _do = "download";
|
|
420
|
+
const _e = "error";
|
|
421
|
+
const _eSK = "exclusiveStartKey";
|
|
422
|
+
const _eT = "endTime";
|
|
423
|
+
const _em = "emails";
|
|
424
|
+
const _ema = "email";
|
|
425
|
+
const _en = "entity";
|
|
426
|
+
const _end = "end";
|
|
427
|
+
const _eq = "equals";
|
|
428
|
+
const _ev = "event";
|
|
429
|
+
const _eve = "events";
|
|
430
|
+
const _ex = "extensions";
|
|
431
|
+
const _ext = "external";
|
|
432
|
+
const _exte = "extension";
|
|
433
|
+
const _f = "flags";
|
|
434
|
+
const _fI = "flowIndex";
|
|
435
|
+
const _fIi = "fieldId";
|
|
436
|
+
const _fIil = "fileId";
|
|
437
|
+
const _fN = "fileName";
|
|
438
|
+
const _fWA = "firstWatchedAt";
|
|
439
|
+
const _fa = "fax";
|
|
440
|
+
const _fi = "filter";
|
|
441
|
+
const _fie = "fields";
|
|
442
|
+
const _fiel = "field";
|
|
443
|
+
const _fil = "filters";
|
|
444
|
+
const _fr = "from";
|
|
445
|
+
const _fra = "frames";
|
|
446
|
+
const _g = "group";
|
|
447
|
+
const _gI = "groupId";
|
|
448
|
+
const _gN = "groupName";
|
|
449
|
+
const _gr = "grants";
|
|
450
|
+
const _gro = "groups";
|
|
451
|
+
const _h = "h";
|
|
452
|
+
const _hE = "httpError";
|
|
453
|
+
const _hOD = "hourOfDay";
|
|
454
|
+
const _hQ = "httpQuery";
|
|
455
|
+
const _hT = "holdTime";
|
|
456
|
+
const _hi = "highlight";
|
|
457
|
+
const _ht = "http";
|
|
458
|
+
const _i = "id";
|
|
459
|
+
const _iC = "itemsCount";
|
|
460
|
+
const _iS = "itemsState";
|
|
461
|
+
const _iT = "implementationTimeline";
|
|
462
|
+
const _in = "interval";
|
|
463
|
+
const _inb = "inbound";
|
|
464
|
+
const _ind = "index";
|
|
465
|
+
const _inf = "info";
|
|
466
|
+
const _ins = "instructions";
|
|
467
|
+
const _insi = "insights";
|
|
468
|
+
const _insig = "insight";
|
|
469
|
+
const _int = "interruptions";
|
|
470
|
+
const _inte = "interrupter";
|
|
471
|
+
const _inter = "interaction";
|
|
472
|
+
const _intern = "internal";
|
|
473
|
+
const _is = "issues";
|
|
474
|
+
const _it = "item";
|
|
475
|
+
const _ite = "items";
|
|
476
|
+
const _j = "json";
|
|
477
|
+
const _jT = "joinTime";
|
|
478
|
+
const _ji = "jid";
|
|
479
|
+
const _k = "key";
|
|
480
|
+
const _kA = "kiteAssign";
|
|
481
|
+
const _kDS = "kiteDefaultSubject";
|
|
482
|
+
const _kP = "keyPoints";
|
|
483
|
+
const _kSN = "kiteServiceName";
|
|
484
|
+
const _kT = "kiteTarget";
|
|
485
|
+
const _kV = "kiteVariant";
|
|
486
|
+
const _ki = "kite";
|
|
487
|
+
const _l = "licenses";
|
|
488
|
+
const _lCS = "longestCustomerStory";
|
|
489
|
+
const _lEK = "lastEvaluatedKey";
|
|
490
|
+
const _lM = "longestMonologue";
|
|
491
|
+
const _lWA = "lastWatchedAt";
|
|
492
|
+
const _la = "language";
|
|
493
|
+
const _li = "license";
|
|
494
|
+
const _lo = "location";
|
|
495
|
+
const _loc = "locale";
|
|
496
|
+
const _m = "message";
|
|
497
|
+
const _mA = "matchAny";
|
|
498
|
+
const _mC = "memberCount";
|
|
499
|
+
const _mW = "mergeWith";
|
|
500
|
+
const _ma = "match";
|
|
501
|
+
const _max = "maximum";
|
|
502
|
+
const _me = "metadata";
|
|
503
|
+
const _mi = "minimum";
|
|
504
|
+
const _mm = "mms";
|
|
505
|
+
const _mo = "model";
|
|
506
|
+
const _mu = "multi";
|
|
507
|
+
const _mul = "multiline";
|
|
508
|
+
const _n = "notifications";
|
|
509
|
+
const _nS = "nextSteps";
|
|
510
|
+
const _nTT = "nonTalkTime";
|
|
511
|
+
const _na = "name";
|
|
512
|
+
const _no = "note";
|
|
513
|
+
const _not = "notify";
|
|
514
|
+
const _o = "outbound";
|
|
515
|
+
const _op = "optional";
|
|
516
|
+
const _opt = "options";
|
|
517
|
+
const _ow = "owner";
|
|
518
|
+
const _p = "pbx";
|
|
519
|
+
const _pA = "publicAddress";
|
|
520
|
+
const _pAr = "privateAddress";
|
|
521
|
+
const _pC = "pictureColor";
|
|
522
|
+
const _pD = "pinnedDashboards";
|
|
523
|
+
const _pDI = "pinnedDashboardsIds";
|
|
524
|
+
const _pDU = "presignedDownloadUrl";
|
|
525
|
+
const _pDb = "pbxDomain";
|
|
526
|
+
const _pE = "pbxExtension";
|
|
527
|
+
const _pGI = "pbxGroupId";
|
|
528
|
+
const _pI = "playlistId";
|
|
529
|
+
const _pIr = "projectionId";
|
|
530
|
+
const _pP = "pbxPort";
|
|
531
|
+
const _pS = "pbxSerial";
|
|
532
|
+
const _pTE = "participantsToExclude";
|
|
533
|
+
const _pTI = "participantsToInclude";
|
|
534
|
+
const _pUI = "pbxUserId";
|
|
535
|
+
const _pa = "participants";
|
|
536
|
+
const _par = "parameter";
|
|
537
|
+
const _pat = "patience";
|
|
538
|
+
const _pau = "pauses";
|
|
539
|
+
const _pe = "permission";
|
|
540
|
+
const _ph = "phases";
|
|
541
|
+
const _pho = "phone";
|
|
542
|
+
const _pi = "pinned";
|
|
543
|
+
const _pic = "picture";
|
|
544
|
+
const _pl = "playlists";
|
|
545
|
+
const _pla = "playback";
|
|
546
|
+
const _play = "playlist";
|
|
547
|
+
const _po = "position";
|
|
548
|
+
const _pr = "projection";
|
|
549
|
+
const _pre = "predefined";
|
|
550
|
+
const _pres = "present";
|
|
551
|
+
const _pri = "principal";
|
|
552
|
+
const _pro = "projections";
|
|
553
|
+
const _prog = "progress";
|
|
554
|
+
const _pt = "ptt";
|
|
555
|
+
const _q = "queue";
|
|
556
|
+
const _qI = "queueId";
|
|
557
|
+
const _qN = "queueName";
|
|
558
|
+
const _qP = "queuePosition";
|
|
559
|
+
const _qT = "queueTime";
|
|
560
|
+
const _r = "recordings";
|
|
561
|
+
const _rD = "recordingsData";
|
|
562
|
+
const _rP = "remotePhone";
|
|
563
|
+
const _rPCC = "remotePhoneCountryCode";
|
|
564
|
+
const _rPCCS = "remotePhoneCountryCodeStr";
|
|
565
|
+
const _rPL = "remotePhoneLocation";
|
|
566
|
+
const _re = "removable";
|
|
567
|
+
const _rea = "reason";
|
|
568
|
+
const _rec = "recorded";
|
|
569
|
+
const _reco = "recording";
|
|
570
|
+
const _res = "result";
|
|
571
|
+
const _rev = "review";
|
|
572
|
+
const _ro = "role";
|
|
573
|
+
const _s = "smithy.ts.sdk.synthetic.wildix.wda.insights";
|
|
574
|
+
const _sBP = "scoreByParticipant";
|
|
575
|
+
const _sBPc = "scoreByPeriod";
|
|
576
|
+
const _sCI = "sipCallId";
|
|
577
|
+
const _sN = "serviceNumber";
|
|
578
|
+
const _sP = "salesProposals";
|
|
579
|
+
const _sR = "splitReason";
|
|
580
|
+
const _sRe = "serviceRecipient";
|
|
581
|
+
const _sT = "startTime";
|
|
582
|
+
const _sTT = "splitTransferType";
|
|
583
|
+
const _sTe = "serviceTitle";
|
|
584
|
+
const _sc = "score";
|
|
585
|
+
const _se = "service";
|
|
586
|
+
const _sel = "selection";
|
|
587
|
+
const _sen = "sentiment";
|
|
588
|
+
const _set = "settings";
|
|
589
|
+
const _sh = "sheets";
|
|
590
|
+
const _sm = "sms";
|
|
591
|
+
const _so = "sortable";
|
|
592
|
+
const _sou = "source";
|
|
593
|
+
const _st = "status";
|
|
594
|
+
const _sta = "state";
|
|
595
|
+
const _star = "start";
|
|
596
|
+
const _su = "subject";
|
|
597
|
+
const _sum = "summary";
|
|
598
|
+
const _t = "time";
|
|
599
|
+
const _tD = "trunkDirection";
|
|
600
|
+
const _tDo = "totalDuration";
|
|
601
|
+
const _tF = "timeFrames";
|
|
602
|
+
const _tL = "transcriptionLanguage";
|
|
603
|
+
const _tN = "trunkName";
|
|
604
|
+
const _tR = "talkRatio";
|
|
605
|
+
const _tS = "transcriptionStatus";
|
|
606
|
+
const _tSD = "totalSpeakDuration";
|
|
607
|
+
const _tSa = "talkSpeed";
|
|
608
|
+
const _tSr = "transcriptionSeconds";
|
|
609
|
+
const _tT = "talkTime";
|
|
610
|
+
const _tTo = "totalTime";
|
|
611
|
+
const _tZ = "timeZone";
|
|
612
|
+
const _ta = "tags";
|
|
613
|
+
const _tag = "tag";
|
|
614
|
+
const _tar = "target";
|
|
615
|
+
const _te = "text";
|
|
616
|
+
const _tel = "telephony";
|
|
617
|
+
const _ti = "title";
|
|
618
|
+
const _to = "to";
|
|
619
|
+
const _top = "topics";
|
|
620
|
+
const _tr = "trunk";
|
|
621
|
+
const _tra = "transcribed";
|
|
622
|
+
const _tran = "transcription";
|
|
623
|
+
const _ty = "type";
|
|
624
|
+
const _u = "user";
|
|
625
|
+
const _uA = "updatedAt";
|
|
626
|
+
const _uAs = "userAgent";
|
|
627
|
+
const _uD = "userDepartment";
|
|
628
|
+
const _uDs = "userDevice";
|
|
629
|
+
const _uE = "userExtension";
|
|
630
|
+
const _uI = "userId";
|
|
631
|
+
const _ur = "url";
|
|
632
|
+
const _v = "visibility";
|
|
633
|
+
const _va = "value";
|
|
634
|
+
const _ve = "version";
|
|
635
|
+
const _vi = "visuals";
|
|
636
|
+
const _vo = "voicebots";
|
|
637
|
+
const _voi = "voicebot";
|
|
638
|
+
const _voic = "voicemail";
|
|
639
|
+
const _w = "w";
|
|
640
|
+
const _wGVO = "wizyGuestViewOnly";
|
|
641
|
+
const _wPM = "wordsPerMinute";
|
|
642
|
+
const _wS = "whatsappStatus";
|
|
643
|
+
const _wT = "waitTime";
|
|
644
|
+
const _wh = "whatsapp";
|
|
645
|
+
const _x = "x";
|
|
646
|
+
const _xCI = "xhoppersConfId";
|
|
647
|
+
const _xI = "xbsId";
|
|
648
|
+
const _y = "y";
|
|
649
|
+
const n0 = "smithy.framework";
|
|
650
|
+
const n1 = "wildix.wda.insights";
|
|
651
|
+
const n2 = "wildix.xbees.conversations";
|
|
652
|
+
const n3 = "wildix.wda.history";
|
|
653
|
+
const n4 = "wildix.wda.stream";
|
|
654
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
655
|
+
import { FileNotFoundException, FilterNotFoundException, ForbiddenException, NotFoundException, ValidationException, } from "../models/errors";
|
|
656
|
+
import { WdaInsightsServiceException } from "../models/WdaInsightsServiceException";
|
|
657
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
658
|
+
export var WdaInsightsServiceException$ = [-3, _s, "WdaInsightsServiceException", 0, [], []];
|
|
659
|
+
_s_registry.registerError(WdaInsightsServiceException$, WdaInsightsServiceException);
|
|
660
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
661
|
+
const n1_registry = TypeRegistry.for(n1);
|
|
662
|
+
const n2_registry = TypeRegistry.for(n2);
|
|
663
|
+
export var ForbiddenException$ = [-3, n0, _FE,
|
|
664
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
665
|
+
[_m],
|
|
666
|
+
[0], 1
|
|
667
|
+
];
|
|
668
|
+
n0_registry.registerError(ForbiddenException$, ForbiddenException);
|
|
669
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
670
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
671
|
+
[_m],
|
|
672
|
+
[0], 1
|
|
673
|
+
];
|
|
674
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
675
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
676
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
677
|
+
[_m],
|
|
678
|
+
[0], 1
|
|
679
|
+
];
|
|
680
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
681
|
+
export var FilterNotFoundException$ = [-3, n1, _FNFE,
|
|
682
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
683
|
+
[_m],
|
|
684
|
+
[0], 1
|
|
685
|
+
];
|
|
686
|
+
n1_registry.registerError(FilterNotFoundException$, FilterNotFoundException);
|
|
687
|
+
export var FileNotFoundException$ = [-3, n2, _FNFEi,
|
|
688
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
689
|
+
[_m],
|
|
690
|
+
[0], 1
|
|
691
|
+
];
|
|
692
|
+
n2_registry.registerError(FileNotFoundException$, FileNotFoundException);
|
|
693
|
+
export const errorTypeRegistries = [
|
|
694
|
+
_s_registry,
|
|
695
|
+
n0_registry,
|
|
696
|
+
n1_registry,
|
|
697
|
+
n2_registry,
|
|
698
|
+
];
|
|
699
|
+
export var CallRecord$ = [3, n3, _CR,
|
|
700
|
+
0,
|
|
701
|
+
[_fI, _sT, _eT, _d, _i, _p, _t, _co, _l, _ty, _cT, _tT, _wT, _qT, _hT, _ca, _cal, _se, _sN, _de, _di, _tN, _tD, _qN, _qI, _qP, _ta, _f, _cM, _cMa, _xCI, _r, _rD, _mW, _sR, _sTT, _rP, _rPCC, _rPCCS, _rPL, _cS, _tS, _tL, _tSr, _aS, _a, _aT, _aD, _at, _n],
|
|
702
|
+
[1, 1, 1, 1, 0, 0, 1, 0, 64 | 0, 0, 1, 1, 1, 1, 1, () => CallParticipant$, () => 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, () => CallFlowNotifications$], 10
|
|
703
|
+
];
|
|
704
|
+
export var ChatRecord$ = [3, n3, _CRh,
|
|
705
|
+
0,
|
|
706
|
+
[_t, _co, _sT, _eT, _d, _di, _ch, _pa, _ty, _i, _cI, _p, _wT, _su, _se, _sTe, _ta, _st, _aS],
|
|
707
|
+
[1, 0, 1, 1, 1, 0, () => Channel$, () => ChatParticipantsList, 0, 0, 0, 0, 1, 0, 0, 0, 64 | 0, 0, 0], 9
|
|
708
|
+
];
|
|
709
|
+
export var ConferenceRecord$ = [3, n3, _CRo,
|
|
710
|
+
0,
|
|
711
|
+
[_i, _t, _co, _sT, _eT, _d, _di, _pa, _tS, _ty, _p, _wT, _su, _se, _st, _r, _tL, _tSr, _aS],
|
|
712
|
+
[0, 1, 0, 1, 1, 1, 0, () => ConferenceAnalyticsRecordParticipantList, 0, 0, 0, 1, 0, 0, 0, () => ConferenceRecordingList, 0, 1, 0], 10
|
|
713
|
+
];
|
|
714
|
+
export var AggregationBucket$ = [3, n1, _AB,
|
|
715
|
+
0,
|
|
716
|
+
[_k, _cou, _in, _fi, _ag],
|
|
717
|
+
[0, 1, 0, () => ListConversationsFilter$, () => AggregationResult$], 2
|
|
718
|
+
];
|
|
719
|
+
export var AggregationDateDefinition$ = [3, n1, _ADD,
|
|
720
|
+
0,
|
|
721
|
+
[_tZ],
|
|
722
|
+
[0]
|
|
723
|
+
];
|
|
724
|
+
export var AggregationDayOfWeekDefinition$ = [3, n1, _ADOWD,
|
|
725
|
+
0,
|
|
726
|
+
[_tZ],
|
|
727
|
+
[0]
|
|
728
|
+
];
|
|
729
|
+
export var AggregationDurationDefinition$ = [3, n1, _ADDg,
|
|
730
|
+
0,
|
|
731
|
+
[_b],
|
|
732
|
+
[() => DurationGroupBucketsList]
|
|
733
|
+
];
|
|
734
|
+
export var AggregationHourOfDayDefinition$ = [3, n1, _AHODD,
|
|
735
|
+
0,
|
|
736
|
+
[_tZ],
|
|
737
|
+
[0]
|
|
738
|
+
];
|
|
739
|
+
export var AggregationNoConfigurationDefinition$ = [3, n1, _ANCD,
|
|
740
|
+
0,
|
|
741
|
+
[],
|
|
742
|
+
[]
|
|
743
|
+
];
|
|
744
|
+
export var AggregationProjectionDefinition$ = [3, n1, _APD,
|
|
745
|
+
0,
|
|
746
|
+
[_i, _fIi],
|
|
747
|
+
[0, 0], 2
|
|
748
|
+
];
|
|
749
|
+
export var AggregationResult$ = [3, n1, _AR,
|
|
750
|
+
0,
|
|
751
|
+
[_ag, _b],
|
|
752
|
+
[() => AggregationDefinition$, () => AggregationBucketsList], 2
|
|
753
|
+
];
|
|
754
|
+
export var AnalysisSettings$ = [3, n1, _AS,
|
|
755
|
+
0,
|
|
756
|
+
[_dM, _dis, _fi],
|
|
757
|
+
[0, 2, () => ListConversationsFilter$]
|
|
758
|
+
];
|
|
759
|
+
export var CallConversationTarget$ = [3, n1, _CCT,
|
|
760
|
+
0,
|
|
761
|
+
[_cIa, _fI],
|
|
762
|
+
[0, 1], 2
|
|
763
|
+
];
|
|
764
|
+
export var ChatConversationTarget$ = [3, n1, _CCTh,
|
|
765
|
+
0,
|
|
766
|
+
[_cI],
|
|
767
|
+
[0], 1
|
|
768
|
+
];
|
|
769
|
+
export var ConferenceConversationTarget$ = [3, n1, _CCTo,
|
|
770
|
+
0,
|
|
771
|
+
[_cIo],
|
|
772
|
+
[0], 1
|
|
773
|
+
];
|
|
774
|
+
export var ConversationPlaybackState$ = [3, n1, _CPS,
|
|
775
|
+
0,
|
|
776
|
+
[_po, _d],
|
|
777
|
+
[1, 1]
|
|
778
|
+
];
|
|
779
|
+
export var ConversationState$ = [3, n1, _CS,
|
|
780
|
+
0,
|
|
781
|
+
[_pl, _pla, _fWA, _lWA],
|
|
782
|
+
[64 | 0, () => ConversationPlaybackState$, 0, 0]
|
|
783
|
+
];
|
|
784
|
+
export var CreateDashboardInput$ = [3, n1, _CDI,
|
|
785
|
+
0,
|
|
786
|
+
[_na, _def, _des, _co, _u, _ac],
|
|
787
|
+
[0, () => DashboardDefinition$, 0, [0, { [_hQ]: _co }], [0, { [_hQ]: _u }], () => DashboardAccess$], 2
|
|
788
|
+
];
|
|
789
|
+
export var CreateDashboardOutput$ = [3, n1, _CDO,
|
|
790
|
+
0,
|
|
791
|
+
[_da],
|
|
792
|
+
[() => Dashboard$], 1
|
|
793
|
+
];
|
|
794
|
+
export var CreateFilterInput$ = [3, n1, _CFI,
|
|
795
|
+
0,
|
|
796
|
+
[_na, _bo],
|
|
797
|
+
[0, 0], 2
|
|
798
|
+
];
|
|
799
|
+
export var CreateFilterOutput$ = [3, n1, _CFO,
|
|
800
|
+
0,
|
|
801
|
+
[_it],
|
|
802
|
+
[() => ListFiltersItem$], 1
|
|
803
|
+
];
|
|
804
|
+
export var CreatePlaylistInput$ = [3, n1, _CPI,
|
|
805
|
+
0,
|
|
806
|
+
[_na, _des, _co, _u, _ac],
|
|
807
|
+
[0, 0, [0, { [_hQ]: _co }], [0, { [_hQ]: _u }], () => PlaylistAccess$], 1
|
|
808
|
+
];
|
|
809
|
+
export var CreatePlaylistOutput$ = [3, n1, _CPO,
|
|
810
|
+
0,
|
|
811
|
+
[_play],
|
|
812
|
+
[() => Playlist$], 1
|
|
813
|
+
];
|
|
814
|
+
export var CreateProjectionInput$ = [3, n1, _CPIr,
|
|
815
|
+
0,
|
|
816
|
+
[_na, _fie, _i, _cat, _cIat, _des, _ins, _con, _fi, _mo, _g, _co],
|
|
817
|
+
[0, () => ProjectionFieldsList, 0, 0, 0, 0, 0, () => ProjectionConditionsList, () => ListConversationsFilter$, 0, 0, [0, { [_hQ]: _co }]], 3
|
|
818
|
+
];
|
|
819
|
+
export var CreateProjectionOutput$ = [3, n1, _CPOr,
|
|
820
|
+
0,
|
|
821
|
+
[_pr],
|
|
822
|
+
[() => Projection$], 1
|
|
823
|
+
];
|
|
824
|
+
export var CreateProjectionsCategoryInput$ = [3, n1, _CPCI,
|
|
825
|
+
0,
|
|
826
|
+
[_i, _na, _co],
|
|
827
|
+
[0, 0, [0, { [_hQ]: _co }]], 2
|
|
828
|
+
];
|
|
829
|
+
export var CreateProjectionsCategoryOutput$ = [3, n1, _CPCO,
|
|
830
|
+
0,
|
|
831
|
+
[_cat],
|
|
832
|
+
[() => ProjectionsCategory$], 1
|
|
833
|
+
];
|
|
834
|
+
export var Dashboard$ = [3, n1, _D,
|
|
835
|
+
0,
|
|
836
|
+
[_na, _i, _cA, _cB, _cBN, _def, _des, _uA, _me, _ac],
|
|
837
|
+
[0, 0, 0, 0, 0, () => DashboardDefinition$, 0, 0, () => DashboardMetadata$, () => DashboardAccess$], 6
|
|
838
|
+
];
|
|
839
|
+
export var DashboardAccess$ = [3, n1, _DA,
|
|
840
|
+
0,
|
|
841
|
+
[_v, _gr],
|
|
842
|
+
[0, () => DashboardGrantList]
|
|
843
|
+
];
|
|
844
|
+
export var DashboardAccessNotify$ = [3, n1, _DAN,
|
|
845
|
+
0,
|
|
846
|
+
[_em, _m],
|
|
847
|
+
[64 | 0, 0], 1
|
|
848
|
+
];
|
|
849
|
+
export var DashboardDefinition$ = [3, n1, _DD,
|
|
850
|
+
0,
|
|
851
|
+
[_sh, _fi],
|
|
852
|
+
[() => DashboardSheetList, () => ListConversationsFilter$]
|
|
853
|
+
];
|
|
854
|
+
export var DashboardGrant$ = [3, n1, _DG,
|
|
855
|
+
0,
|
|
856
|
+
[_pe, _pri],
|
|
857
|
+
[0, () => DashboardPrincipal$], 2
|
|
858
|
+
];
|
|
859
|
+
export var DashboardMetadata$ = [3, n1, _DM,
|
|
860
|
+
0,
|
|
861
|
+
[_pre, _re, _so],
|
|
862
|
+
[2, 2, 2]
|
|
863
|
+
];
|
|
864
|
+
export var DashboardSheet$ = [3, n1, _DS,
|
|
865
|
+
0,
|
|
866
|
+
[_i, _na, _vi, _fi],
|
|
867
|
+
[0, 0, () => DashboardVisualsList, () => ListConversationsFilter$], 3
|
|
868
|
+
];
|
|
869
|
+
export var DashboardVisual$ = [3, n1, _DV,
|
|
870
|
+
0,
|
|
871
|
+
[_i, _po, _com, _fi],
|
|
872
|
+
[0, () => DashboardVisualGrid$, 15, () => ListConversationsFilter$], 3
|
|
873
|
+
];
|
|
874
|
+
export var DashboardVisualGrid$ = [3, n1, _DVG,
|
|
875
|
+
0,
|
|
876
|
+
[_x, _y, _w, _h],
|
|
877
|
+
[1, 1, 1, 1]
|
|
878
|
+
];
|
|
879
|
+
export var DeleteDashboardInput$ = [3, n1, _DDI,
|
|
880
|
+
0,
|
|
881
|
+
[_i, _co, _u],
|
|
882
|
+
[[0, 1], [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 1
|
|
883
|
+
];
|
|
884
|
+
export var DeleteDashboardOutput$ = [3, n1, _DDO,
|
|
885
|
+
0,
|
|
886
|
+
[],
|
|
887
|
+
[]
|
|
888
|
+
];
|
|
889
|
+
export var DeleteFilterInput$ = [3, n1, _DFI,
|
|
890
|
+
0,
|
|
891
|
+
[_i],
|
|
892
|
+
[[0, 1]], 1
|
|
893
|
+
];
|
|
894
|
+
export var DeleteFilterOutput$ = [3, n1, _DFO,
|
|
895
|
+
0,
|
|
896
|
+
[],
|
|
897
|
+
[]
|
|
898
|
+
];
|
|
899
|
+
export var DeletePlaylistInput$ = [3, n1, _DPI,
|
|
900
|
+
0,
|
|
901
|
+
[_i, _co, _u],
|
|
902
|
+
[[0, 1], [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 1
|
|
903
|
+
];
|
|
904
|
+
export var DeletePlaylistItemInput$ = [3, n1, _DPII,
|
|
905
|
+
0,
|
|
906
|
+
[_pI, _tar, _co, _u],
|
|
907
|
+
[[0, 1], () => ConversationTarget$, [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 2
|
|
908
|
+
];
|
|
909
|
+
export var DeletePlaylistItemOutput$ = [3, n1, _DPIO,
|
|
910
|
+
0,
|
|
911
|
+
[],
|
|
912
|
+
[]
|
|
913
|
+
];
|
|
914
|
+
export var DeletePlaylistOutput$ = [3, n1, _DPO,
|
|
915
|
+
0,
|
|
916
|
+
[],
|
|
917
|
+
[]
|
|
918
|
+
];
|
|
919
|
+
export var DeleteProjectionInput$ = [3, n1, _DPIe,
|
|
920
|
+
0,
|
|
921
|
+
[_i, _co],
|
|
922
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
923
|
+
];
|
|
924
|
+
export var DeleteProjectionOutput$ = [3, n1, _DPOe,
|
|
925
|
+
0,
|
|
926
|
+
[],
|
|
927
|
+
[]
|
|
928
|
+
];
|
|
929
|
+
export var DeleteProjectionsCategoryInput$ = [3, n1, _DPCI,
|
|
930
|
+
0,
|
|
931
|
+
[_i, _co],
|
|
932
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
933
|
+
];
|
|
934
|
+
export var DeleteProjectionsCategoryOutput$ = [3, n1, _DPCO,
|
|
935
|
+
0,
|
|
936
|
+
[],
|
|
937
|
+
[]
|
|
938
|
+
];
|
|
939
|
+
export var DisableProjectionInput$ = [3, n1, _DPIi,
|
|
940
|
+
0,
|
|
941
|
+
[_i, _co],
|
|
942
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
943
|
+
];
|
|
944
|
+
export var DisableProjectionOutput$ = [3, n1, _DPOi,
|
|
945
|
+
0,
|
|
946
|
+
[_pr],
|
|
947
|
+
[() => Projection$], 1
|
|
948
|
+
];
|
|
949
|
+
export var DurationGroupBucket$ = [3, n1, _DGB,
|
|
950
|
+
0,
|
|
951
|
+
[_ti, _fr, _to],
|
|
952
|
+
[0, 1, 1], 1
|
|
953
|
+
];
|
|
954
|
+
export var EnableProjectionInput$ = [3, n1, _EPI,
|
|
955
|
+
0,
|
|
956
|
+
[_i, _co],
|
|
957
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
958
|
+
];
|
|
959
|
+
export var EnableProjectionOutput$ = [3, n1, _EPO,
|
|
960
|
+
0,
|
|
961
|
+
[_pr],
|
|
962
|
+
[() => Projection$], 1
|
|
963
|
+
];
|
|
964
|
+
export var FlatAggregationBucket$ = [3, n1, _FAB,
|
|
965
|
+
0,
|
|
966
|
+
[_k, _cou, _in, _fi],
|
|
967
|
+
[0, 1, 0, () => ListConversationsFilter$], 2
|
|
968
|
+
];
|
|
969
|
+
export var FlatAggregationResult$ = [3, n1, _FAR,
|
|
970
|
+
0,
|
|
971
|
+
[_ag, _b],
|
|
972
|
+
[() => AggregationDefinition$, () => FlatAggregationBucketList], 2
|
|
973
|
+
];
|
|
974
|
+
export var GetAnalysisSettingsInput$ = [3, n1, _GASI,
|
|
975
|
+
0,
|
|
976
|
+
[_co],
|
|
977
|
+
[[0, { [_hQ]: _co }]]
|
|
978
|
+
];
|
|
979
|
+
export var GetAnalysisSettingsOutput$ = [3, n1, _GASO,
|
|
980
|
+
0,
|
|
981
|
+
[_set],
|
|
982
|
+
[() => AnalysisSettings$], 1
|
|
983
|
+
];
|
|
984
|
+
export var GetCallCharacteristicsInput$ = [3, n1, _GCCI,
|
|
985
|
+
0,
|
|
986
|
+
[_cIa, _fI, _co],
|
|
987
|
+
[[0, 1], [1, 1], [0, { [_hQ]: _co }]], 2
|
|
988
|
+
];
|
|
989
|
+
export var GetCallCharacteristicsOutput$ = [3, n1, _GCCO,
|
|
990
|
+
0,
|
|
991
|
+
[_st, _cha],
|
|
992
|
+
[0, () => InsightsCharacteristics$], 1
|
|
993
|
+
];
|
|
994
|
+
export var GetCallInsightsInput$ = [3, n1, _GCII,
|
|
995
|
+
0,
|
|
996
|
+
[_cIa, _fI, _co],
|
|
997
|
+
[[0, 1], [1, 1], [0, { [_hQ]: _co }]], 2
|
|
998
|
+
];
|
|
999
|
+
export var GetCallInsightsOutput$ = [3, n1, _GCIO,
|
|
1000
|
+
0,
|
|
1001
|
+
[_st, _insi],
|
|
1002
|
+
[0, () => ProjectionInsightsList], 1
|
|
1003
|
+
];
|
|
1004
|
+
export var GetCallStateInput$ = [3, n1, _GCSI,
|
|
1005
|
+
0,
|
|
1006
|
+
[_cIa, _fI, _co, _u],
|
|
1007
|
+
[[0, 1], [1, 1], [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 2
|
|
1008
|
+
];
|
|
1009
|
+
export var GetCallStateOutput$ = [3, n1, _GCSO,
|
|
1010
|
+
0,
|
|
1011
|
+
[_sta],
|
|
1012
|
+
[() => ConversationState$], 1
|
|
1013
|
+
];
|
|
1014
|
+
export var GetCallSummaryInput$ = [3, n1, _GCSIe,
|
|
1015
|
+
0,
|
|
1016
|
+
[_cIa, _fI, _co],
|
|
1017
|
+
[[0, 1], [1, 1], [0, { [_hQ]: _co }]], 2
|
|
1018
|
+
];
|
|
1019
|
+
export var GetCallSummaryOutput$ = [3, n1, _GCSOe,
|
|
1020
|
+
0,
|
|
1021
|
+
[_st, _sum],
|
|
1022
|
+
[0, () => TranscriptionSummary$], 1
|
|
1023
|
+
];
|
|
1024
|
+
export var GetChatInsightsInput$ = [3, n1, _GCIIe,
|
|
1025
|
+
0,
|
|
1026
|
+
[_cI, _co],
|
|
1027
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1028
|
+
];
|
|
1029
|
+
export var GetChatInsightsOutput$ = [3, n1, _GCIOe,
|
|
1030
|
+
0,
|
|
1031
|
+
[_st, _insi],
|
|
1032
|
+
[0, () => ProjectionInsightsList], 1
|
|
1033
|
+
];
|
|
1034
|
+
export var GetChatStateInput$ = [3, n1, _GCSIet,
|
|
1035
|
+
0,
|
|
1036
|
+
[_cI, _co, _u],
|
|
1037
|
+
[[0, 1], [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 1
|
|
1038
|
+
];
|
|
1039
|
+
export var GetChatStateOutput$ = [3, n1, _GCSOet,
|
|
1040
|
+
0,
|
|
1041
|
+
[_sta],
|
|
1042
|
+
[() => ConversationState$], 1
|
|
1043
|
+
];
|
|
1044
|
+
export var GetChatSummaryInput$ = [3, n1, _GCSIeth,
|
|
1045
|
+
0,
|
|
1046
|
+
[_cI, _co],
|
|
1047
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1048
|
+
];
|
|
1049
|
+
export var GetChatSummaryOutput$ = [3, n1, _GCSOeth,
|
|
1050
|
+
0,
|
|
1051
|
+
[_st, _sum],
|
|
1052
|
+
[0, () => TranscriptionSummary$], 1
|
|
1053
|
+
];
|
|
1054
|
+
export var GetConferenceInsightsInput$ = [3, n1, _GCIIet,
|
|
1055
|
+
0,
|
|
1056
|
+
[_cIo, _co],
|
|
1057
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1058
|
+
];
|
|
1059
|
+
export var GetConferenceInsightsOutput$ = [3, n1, _GCIOet,
|
|
1060
|
+
0,
|
|
1061
|
+
[_st, _insi],
|
|
1062
|
+
[0, () => ProjectionInsightsList], 1
|
|
1063
|
+
];
|
|
1064
|
+
export var GetConferenceRecordingPresignedDownloadUrlInput$ = [3, n1, _GCRPDUI,
|
|
1065
|
+
0,
|
|
1066
|
+
[_fIil, _cat, _do, _co],
|
|
1067
|
+
[[0, { [_hQ]: _fIil }], [0, { [_hQ]: _cat }], [1, { [_hQ]: _do }], [0, { [_hQ]: _co }]], 2
|
|
1068
|
+
];
|
|
1069
|
+
export var GetConferenceRecordingPresignedDownloadUrlOutput$ = [3, n1, _GCRPDUO,
|
|
1070
|
+
0,
|
|
1071
|
+
[_pDU],
|
|
1072
|
+
[0], 1
|
|
1073
|
+
];
|
|
1074
|
+
export var GetConferenceStateInput$ = [3, n1, _GCSIeto,
|
|
1075
|
+
0,
|
|
1076
|
+
[_cIo, _co, _u],
|
|
1077
|
+
[[0, 1], [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 1
|
|
1078
|
+
];
|
|
1079
|
+
export var GetConferenceStateOutput$ = [3, n1, _GCSOeto,
|
|
1080
|
+
0,
|
|
1081
|
+
[_sta],
|
|
1082
|
+
[() => ConversationState$], 1
|
|
1083
|
+
];
|
|
1084
|
+
export var GetConferenceSummaryInput$ = [3, n1, _GCSIeton,
|
|
1085
|
+
0,
|
|
1086
|
+
[_cIo, _co],
|
|
1087
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1088
|
+
];
|
|
1089
|
+
export var GetConferenceSummaryOutput$ = [3, n1, _GCSOeton,
|
|
1090
|
+
0,
|
|
1091
|
+
[_st, _sum],
|
|
1092
|
+
[0, () => TranscriptionSummary$], 1
|
|
1093
|
+
];
|
|
1094
|
+
export var GetConferenceTimeFramesInput$ = [3, n1, _GCTFI,
|
|
1095
|
+
0,
|
|
1096
|
+
[_cIo, _co],
|
|
1097
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1098
|
+
];
|
|
1099
|
+
export var GetConferenceTimeFramesOutput$ = [3, n1, _GCTFO,
|
|
1100
|
+
0,
|
|
1101
|
+
[_tF],
|
|
1102
|
+
[() => ConferenceTimeFramesList]
|
|
1103
|
+
];
|
|
1104
|
+
export var GetDashboardInput$ = [3, n1, _GDI,
|
|
1105
|
+
0,
|
|
1106
|
+
[_i, _co, _u],
|
|
1107
|
+
[[0, 1], [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 1
|
|
1108
|
+
];
|
|
1109
|
+
export var GetDashboardOutput$ = [3, n1, _GDO,
|
|
1110
|
+
0,
|
|
1111
|
+
[_da],
|
|
1112
|
+
[() => Dashboard$], 1
|
|
1113
|
+
];
|
|
1114
|
+
export var GetPlaylistInput$ = [3, n1, _GPI,
|
|
1115
|
+
0,
|
|
1116
|
+
[_i, _co, _u],
|
|
1117
|
+
[[0, 1], [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 1
|
|
1118
|
+
];
|
|
1119
|
+
export var GetPlaylistOutput$ = [3, n1, _GPO,
|
|
1120
|
+
0,
|
|
1121
|
+
[_play],
|
|
1122
|
+
[() => Playlist$], 1
|
|
1123
|
+
];
|
|
1124
|
+
export var GetProjectionInput$ = [3, n1, _GPIe,
|
|
1125
|
+
0,
|
|
1126
|
+
[_i, _co],
|
|
1127
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1128
|
+
];
|
|
1129
|
+
export var GetProjectionOutput$ = [3, n1, _GPOe,
|
|
1130
|
+
0,
|
|
1131
|
+
[_pr],
|
|
1132
|
+
[() => Projection$], 1
|
|
1133
|
+
];
|
|
1134
|
+
export var InsightResult$ = [3, n1, _IR,
|
|
1135
|
+
0,
|
|
1136
|
+
[_insig, _b],
|
|
1137
|
+
[() => AggregationDefinition$, () => InsightsBucketsList], 2
|
|
1138
|
+
];
|
|
1139
|
+
export var InsightsBucket$ = [3, n1, _IB,
|
|
1140
|
+
0,
|
|
1141
|
+
[_k, _cou, _fi],
|
|
1142
|
+
[0, 1, () => ListConversationsFilter$], 2
|
|
1143
|
+
];
|
|
1144
|
+
export var InsightsCharacteristics$ = [3, n1, _IC,
|
|
1145
|
+
0,
|
|
1146
|
+
[_nTT, _int, _d, _sen, _tSa, _tT],
|
|
1147
|
+
[() => InsightsNonTalkTime$, () => InsightsInterruptions$, 1, () => InsightsSentiment$, () => InsightsCharacteristicsTalkSpeed$, () => InsightsTalkTime$]
|
|
1148
|
+
];
|
|
1149
|
+
export var InsightsCharacteristicsTalkSpeed$ = [3, n1, _ICTS,
|
|
1150
|
+
0,
|
|
1151
|
+
[_dBP],
|
|
1152
|
+
[() => InsightsTalkSpeedChunkList]
|
|
1153
|
+
];
|
|
1154
|
+
export var InsightsInterruptions$ = [3, n1, _II,
|
|
1155
|
+
0,
|
|
1156
|
+
[_chu],
|
|
1157
|
+
[() => InsightsInterruptionsChunkList]
|
|
1158
|
+
];
|
|
1159
|
+
export var InsightsInterruptionsChunk$ = [3, n1, _IIC,
|
|
1160
|
+
0,
|
|
1161
|
+
[_sT, _eT, _inte],
|
|
1162
|
+
[1, 1, 0], 3
|
|
1163
|
+
];
|
|
1164
|
+
export var InsightsNonTalkTime$ = [3, n1, _INTT,
|
|
1165
|
+
0,
|
|
1166
|
+
[_chu],
|
|
1167
|
+
[() => InsightsNonTalkTimeChunkList]
|
|
1168
|
+
];
|
|
1169
|
+
export var InsightsNonTalkTimeChunk$ = [3, n1, _INTTC,
|
|
1170
|
+
0,
|
|
1171
|
+
[_sT, _eT],
|
|
1172
|
+
[1, 1], 2
|
|
1173
|
+
];
|
|
1174
|
+
export var InsightsSentiment$ = [3, n1, _IS,
|
|
1175
|
+
0,
|
|
1176
|
+
[_sc, _sBP, _sBPc],
|
|
1177
|
+
[1, () => InsightsSentimentScoreByParticipantList, () => InsightsSentimentScoreByPeriodList]
|
|
1178
|
+
];
|
|
1179
|
+
export var InsightsSentimentParticipantScore$ = [3, n1, _ISPS,
|
|
1180
|
+
0,
|
|
1181
|
+
[_inte, _sc, _sT, _eT],
|
|
1182
|
+
[0, 1, 1, 1], 4
|
|
1183
|
+
];
|
|
1184
|
+
export var InsightsSentimentScoreByParticipantChunk$ = [3, n1, _ISSBPC,
|
|
1185
|
+
0,
|
|
1186
|
+
[_inte, _sc],
|
|
1187
|
+
[0, 1], 2
|
|
1188
|
+
];
|
|
1189
|
+
export var InsightsSentimentScoreByPeriodChunk$ = [3, n1, _ISSBPCn,
|
|
1190
|
+
0,
|
|
1191
|
+
[_sc, _pa],
|
|
1192
|
+
[1, () => InsightsSentimentParticipantScoreList], 1
|
|
1193
|
+
];
|
|
1194
|
+
export var InsightsTalkSpeedChunk$ = [3, n1, _ITSC,
|
|
1195
|
+
0,
|
|
1196
|
+
[_inte, _aWPM],
|
|
1197
|
+
[0, 1], 1
|
|
1198
|
+
];
|
|
1199
|
+
export var InsightsTalkTime$ = [3, n1, _ITT,
|
|
1200
|
+
0,
|
|
1201
|
+
[_dBP],
|
|
1202
|
+
[() => InsightsTalkTimeChunkList]
|
|
1203
|
+
];
|
|
1204
|
+
export var InsightsTalkTimeChunk$ = [3, n1, _ITTC,
|
|
1205
|
+
0,
|
|
1206
|
+
[_inte, _tTo],
|
|
1207
|
+
[0, 1], 1
|
|
1208
|
+
];
|
|
1209
|
+
export var ListConversationsAggregationsInput$ = [3, n1, _LCAI,
|
|
1210
|
+
0,
|
|
1211
|
+
[_co, _insi, _fi],
|
|
1212
|
+
[[0, { [_hQ]: _co }], () => AggregationDefinitionsList, () => ListConversationsFilter$]
|
|
1213
|
+
];
|
|
1214
|
+
export var ListConversationsAggregationsOutput$ = [3, n1, _LCAO,
|
|
1215
|
+
0,
|
|
1216
|
+
[_cou, _res],
|
|
1217
|
+
[1, () => FlatAggregationResultList], 1
|
|
1218
|
+
];
|
|
1219
|
+
export var ListConversationsFilter$ = [3, n1, _LCF,
|
|
1220
|
+
0,
|
|
1221
|
+
[_i, _en, _pa, _pTI, _pTE, _chat, _vo, _se, _g, _dep, _tag, _p, _tr, _q, _coun, _lo, _ph, _la, _d, _inter, _rec, _tra, _di, _insi, _ch, _dat, _dOW, _hOD, _pres, _ab],
|
|
1222
|
+
[() => ListConversationsFilterIdList, () => ListConversationsFilterEntity$, () => ListConversationsFilterParticipantList, () => ListConversationsFilterParticipantList, () => ListConversationsFilterParticipantList, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ListConversationsFilterNumber$, () => ListConversationsFilterInteraction$, 2, 2, () => ListConversationsFilterDirection$, () => ListConversationsFilterInsightsList, () => ListConversationsFilterChannel$, () => ListConversationsFilterDate$, () => ListConversationsFilterDateIndex$, () => ListConversationsFilterDateIndex$, () => ListConversationsFilterFieldsList, () => ListConversationsFilterFieldsList]
|
|
1223
|
+
];
|
|
1224
|
+
export var ListConversationsFilterAbsoluteDate$ = [3, n1, _LCFAD,
|
|
1225
|
+
0,
|
|
1226
|
+
[_fr, _to, _tZ],
|
|
1227
|
+
[0, 0, 0]
|
|
1228
|
+
];
|
|
1229
|
+
export var ListConversationsFilterChannel$ = [3, n1, _LCFC,
|
|
1230
|
+
0,
|
|
1231
|
+
[_sm, _wh, _ki],
|
|
1232
|
+
[2, 2, 2]
|
|
1233
|
+
];
|
|
1234
|
+
export var ListConversationsFilterDateIndex$ = [3, n1, _LCFDI,
|
|
1235
|
+
0,
|
|
1236
|
+
[_ind, _tZ],
|
|
1237
|
+
[1, 0]
|
|
1238
|
+
];
|
|
1239
|
+
export var ListConversationsFilterDirection$ = [3, n1, _LCFD,
|
|
1240
|
+
0,
|
|
1241
|
+
[_inb, _o, _intern],
|
|
1242
|
+
[2, 2, 2]
|
|
1243
|
+
];
|
|
1244
|
+
export var ListConversationsFilterEntity$ = [3, n1, _LCFE,
|
|
1245
|
+
0,
|
|
1246
|
+
[_call, _conf, _chat_],
|
|
1247
|
+
[2, 2, 2]
|
|
1248
|
+
];
|
|
1249
|
+
export var ListConversationsFilterFloat$ = [3, n1, _LCFF,
|
|
1250
|
+
0,
|
|
1251
|
+
[_fr, _to],
|
|
1252
|
+
[1, 1]
|
|
1253
|
+
];
|
|
1254
|
+
export var ListConversationsFilterInsight$ = [3, n1, _LCFI,
|
|
1255
|
+
0,
|
|
1256
|
+
[_pIr, _fIi, _ma, _mA],
|
|
1257
|
+
[0, 0, 0, 64 | 0], 2
|
|
1258
|
+
];
|
|
1259
|
+
export var ListConversationsFilterInteraction$ = [3, n1, _LCFIi,
|
|
1260
|
+
0,
|
|
1261
|
+
[_tR, _wPM, _int, _pat, _lM, _lCS],
|
|
1262
|
+
[() => ListConversationsFilterNumber$, () => ListConversationsFilterNumber$, () => ListConversationsFilterNumber$, () => ListConversationsFilterFloat$, () => ListConversationsFilterNumber$, () => ListConversationsFilterNumber$]
|
|
1263
|
+
];
|
|
1264
|
+
export var ListConversationsFilterNumber$ = [3, n1, _LCFN,
|
|
1265
|
+
0,
|
|
1266
|
+
[_fr, _to],
|
|
1267
|
+
[1, 1]
|
|
1268
|
+
];
|
|
1269
|
+
export var ListConversationsFilterPredefinedDate$ = [3, n1, _LCFPD,
|
|
1270
|
+
0,
|
|
1271
|
+
[_ty, _tZ],
|
|
1272
|
+
[0, 0], 1
|
|
1273
|
+
];
|
|
1274
|
+
export var ListConversationsFilterProjectionField$ = [3, n1, _LCFPF,
|
|
1275
|
+
0,
|
|
1276
|
+
[_pIr, _fIi],
|
|
1277
|
+
[0, 0], 2
|
|
1278
|
+
];
|
|
1279
|
+
export var ListConversationsInput$ = [3, n1, _LCI,
|
|
1280
|
+
0,
|
|
1281
|
+
[_co, _fi, _eSK],
|
|
1282
|
+
[[0, { [_hQ]: _co }], () => ListConversationsFilter$, 0]
|
|
1283
|
+
];
|
|
1284
|
+
export var ListConversationsInsightsAggregationsInput$ = [3, n1, _LCIAI,
|
|
1285
|
+
0,
|
|
1286
|
+
[_agg, _co, _fi],
|
|
1287
|
+
[() => AggregationDefinitionsList, [0, { [_hQ]: _co }], () => ListConversationsFilter$], 1
|
|
1288
|
+
];
|
|
1289
|
+
export var ListConversationsInsightsAggregationsOutput$ = [3, n1, _LCIAO,
|
|
1290
|
+
0,
|
|
1291
|
+
[_cou, _res],
|
|
1292
|
+
[1, () => AggregationResult$], 1
|
|
1293
|
+
];
|
|
1294
|
+
export var ListConversationsInsightsInput$ = [3, n1, _LCII,
|
|
1295
|
+
0,
|
|
1296
|
+
[_co, _insi, _fi],
|
|
1297
|
+
[[0, { [_hQ]: _co }], () => AggregationDefinitionsList, () => ListConversationsFilter$]
|
|
1298
|
+
];
|
|
1299
|
+
export var ListConversationsInsightsOutput$ = [3, n1, _LCIO,
|
|
1300
|
+
0,
|
|
1301
|
+
[_cou, _res],
|
|
1302
|
+
[1, () => InsightResultsList], 1
|
|
1303
|
+
];
|
|
1304
|
+
export var ListConversationsItem$ = [3, n1, _LCIi,
|
|
1305
|
+
0,
|
|
1306
|
+
[_ev, _inter, _sum, _hi],
|
|
1307
|
+
[() => ListConversationsItemEvent$, () => ListConversationsItemInteraction$, () => ListConversationsItemSummary$, () => ListConversationsItemHighlight$], 1
|
|
1308
|
+
];
|
|
1309
|
+
export var ListConversationsItemHighlight$ = [3, n1, _LCIH,
|
|
1310
|
+
0,
|
|
1311
|
+
[_tran, _sum, _su],
|
|
1312
|
+
[() => ListConversationsItemHighlightTranscriptionList, () => ListConversationsItemHighlightSummary$, 0]
|
|
1313
|
+
];
|
|
1314
|
+
export var ListConversationsItemHighlightSummary$ = [3, n1, _LCIHS,
|
|
1315
|
+
0,
|
|
1316
|
+
[_ti, _br],
|
|
1317
|
+
[0, 0]
|
|
1318
|
+
];
|
|
1319
|
+
export var ListConversationsItemHighlightTranscriptionItem$ = [3, n1, _LCIHTI,
|
|
1320
|
+
0,
|
|
1321
|
+
[_i, _u, _star, _te],
|
|
1322
|
+
[0, 0, 1, 0], 4
|
|
1323
|
+
];
|
|
1324
|
+
export var ListConversationsItemInsight$ = [3, n1, _LCIIi,
|
|
1325
|
+
0,
|
|
1326
|
+
[_fiel, _va],
|
|
1327
|
+
[0, 0], 2
|
|
1328
|
+
];
|
|
1329
|
+
export var ListConversationsItemInteraction$ = [3, n1, _LCIIis,
|
|
1330
|
+
0,
|
|
1331
|
+
[_tR, _wPM, _int, _pat, _lM, _lCS],
|
|
1332
|
+
[1, 1, 1, 1, 1, 1]
|
|
1333
|
+
];
|
|
1334
|
+
export var ListConversationsItemSummary$ = [3, n1, _LCIS,
|
|
1335
|
+
0,
|
|
1336
|
+
[_st, _ti, _br, _insi, _la],
|
|
1337
|
+
[0, 0, 0, () => ListConversationsItemInsightsList, 0], 1
|
|
1338
|
+
];
|
|
1339
|
+
export var ListConversationsNestedAggregationsInput$ = [3, n1, _LCNAI,
|
|
1340
|
+
0,
|
|
1341
|
+
[_agg, _co, _fi],
|
|
1342
|
+
[() => AggregationDefinitionsList, [0, { [_hQ]: _co }], () => ListConversationsFilter$], 1
|
|
1343
|
+
];
|
|
1344
|
+
export var ListConversationsNestedAggregationsOutput$ = [3, n1, _LCNAO,
|
|
1345
|
+
0,
|
|
1346
|
+
[_cou, _res],
|
|
1347
|
+
[1, () => AggregationResult$], 1
|
|
1348
|
+
];
|
|
1349
|
+
export var ListConversationsOutput$ = [3, n1, _LCO,
|
|
1350
|
+
0,
|
|
1351
|
+
[_ite, _lEK],
|
|
1352
|
+
[() => ListConversationsItemsList, 0], 1
|
|
1353
|
+
];
|
|
1354
|
+
export var ListDashboardsInput$ = [3, n1, _LDI,
|
|
1355
|
+
0,
|
|
1356
|
+
[_co, _u],
|
|
1357
|
+
[[0, { [_hQ]: _co }], [0, { [_hQ]: _u }]]
|
|
1358
|
+
];
|
|
1359
|
+
export var ListDashboardsOutput$ = [3, n1, _LDO,
|
|
1360
|
+
0,
|
|
1361
|
+
[_das],
|
|
1362
|
+
[() => DashboardsList], 1
|
|
1363
|
+
];
|
|
1364
|
+
export var ListFiltersInput$ = [3, n1, _LFI,
|
|
1365
|
+
0,
|
|
1366
|
+
[_co, _u],
|
|
1367
|
+
[[0, { [_hQ]: _co }], [0, { [_hQ]: _u }]]
|
|
1368
|
+
];
|
|
1369
|
+
export var ListFiltersItem$ = [3, n1, _LFIi,
|
|
1370
|
+
0,
|
|
1371
|
+
[_i, _na, _bo, _cA, _uA],
|
|
1372
|
+
[0, 0, 0, 0, 0], 5
|
|
1373
|
+
];
|
|
1374
|
+
export var ListFiltersOutput$ = [3, n1, _LFO,
|
|
1375
|
+
0,
|
|
1376
|
+
[_fil],
|
|
1377
|
+
[() => ListFiltersItemsList], 1
|
|
1378
|
+
];
|
|
1379
|
+
export var ListPinnedDashboardsInput$ = [3, n1, _LPDI,
|
|
1380
|
+
0,
|
|
1381
|
+
[_co, _u],
|
|
1382
|
+
[[0, { [_hQ]: _co }], [0, { [_hQ]: _u }]]
|
|
1383
|
+
];
|
|
1384
|
+
export var ListPinnedDashboardsOutput$ = [3, n1, _LPDO,
|
|
1385
|
+
0,
|
|
1386
|
+
[_pDI, _pD],
|
|
1387
|
+
[64 | 0, () => DashboardsList], 2
|
|
1388
|
+
];
|
|
1389
|
+
export var ListPlaylistItemsInput$ = [3, n1, _LPII,
|
|
1390
|
+
0,
|
|
1391
|
+
[_pI, _co, _u, _eSK],
|
|
1392
|
+
[[0, 1], [0, { [_hQ]: _co }], [0, { [_hQ]: _u }], [0, { [_hQ]: _eSK }]], 1
|
|
1393
|
+
];
|
|
1394
|
+
export var ListPlaylistItemsOutput$ = [3, n1, _LPIO,
|
|
1395
|
+
0,
|
|
1396
|
+
[_ite, _lEK],
|
|
1397
|
+
[() => PlaylistItemsList, 0], 1
|
|
1398
|
+
];
|
|
1399
|
+
export var ListPlaylistsInput$ = [3, n1, _LPI,
|
|
1400
|
+
0,
|
|
1401
|
+
[_co, _u],
|
|
1402
|
+
[[0, { [_hQ]: _co }], [0, { [_hQ]: _u }]]
|
|
1403
|
+
];
|
|
1404
|
+
export var ListPlaylistsOutput$ = [3, n1, _LPO,
|
|
1405
|
+
0,
|
|
1406
|
+
[_pl],
|
|
1407
|
+
[() => PlaylistsList], 1
|
|
1408
|
+
];
|
|
1409
|
+
export var ListProjectionsInput$ = [3, n1, _LPIi,
|
|
1410
|
+
0,
|
|
1411
|
+
[_co],
|
|
1412
|
+
[[0, { [_hQ]: _co }]]
|
|
1413
|
+
];
|
|
1414
|
+
export var ListProjectionsOutput$ = [3, n1, _LPOi,
|
|
1415
|
+
0,
|
|
1416
|
+
[_pro, _cate],
|
|
1417
|
+
[() => ProjectionsList, () => ProjectionsCategoriesList], 1
|
|
1418
|
+
];
|
|
1419
|
+
export var ListWatchHistoryInput$ = [3, n1, _LWHI,
|
|
1420
|
+
0,
|
|
1421
|
+
[_co, _u, _eSK],
|
|
1422
|
+
[[0, { [_hQ]: _co }], [0, { [_hQ]: _u }], [0, { [_hQ]: _eSK }]]
|
|
1423
|
+
];
|
|
1424
|
+
export var ListWatchHistoryOutput$ = [3, n1, _LWHO,
|
|
1425
|
+
0,
|
|
1426
|
+
[_ite, _iS, _lEK],
|
|
1427
|
+
[() => ListConversationsItemsList, () => WatchItemsList, 0], 2
|
|
1428
|
+
];
|
|
1429
|
+
export var PauseProjectionInput$ = [3, n1, _PPI,
|
|
1430
|
+
0,
|
|
1431
|
+
[_i, _co],
|
|
1432
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1433
|
+
];
|
|
1434
|
+
export var PauseProjectionOutput$ = [3, n1, _PPO,
|
|
1435
|
+
0,
|
|
1436
|
+
[_pr],
|
|
1437
|
+
[() => Projection$], 1
|
|
1438
|
+
];
|
|
1439
|
+
export var Playlist$ = [3, n1, _P,
|
|
1440
|
+
0,
|
|
1441
|
+
[_na, _i, _cA, _cB, _cBN, _iC, _des, _uA, _ac],
|
|
1442
|
+
[0, 0, 0, 0, 0, 1, 0, 0, () => PlaylistAccess$], 6
|
|
1443
|
+
];
|
|
1444
|
+
export var PlaylistAccess$ = [3, n1, _PA,
|
|
1445
|
+
0,
|
|
1446
|
+
[_v, _gr],
|
|
1447
|
+
[0, () => PlaylistGrantList]
|
|
1448
|
+
];
|
|
1449
|
+
export var PlaylistAccessNotify$ = [3, n1, _PAN,
|
|
1450
|
+
0,
|
|
1451
|
+
[_em, _m],
|
|
1452
|
+
[64 | 0, 0], 1
|
|
1453
|
+
];
|
|
1454
|
+
export var PlaylistGrant$ = [3, n1, _PG,
|
|
1455
|
+
0,
|
|
1456
|
+
[_pe, _pri],
|
|
1457
|
+
[0, () => PlaylistPrincipal$], 2
|
|
1458
|
+
];
|
|
1459
|
+
export var PlaylistItem$ = [3, n1, _PI,
|
|
1460
|
+
0,
|
|
1461
|
+
[_st, _aA, _aB, _aBN, _it, _no, _uA],
|
|
1462
|
+
[0, 0, 0, 0, () => ListConversationsItem$, 0, 0], 4
|
|
1463
|
+
];
|
|
1464
|
+
export var Projection$ = [3, n1, _Pr,
|
|
1465
|
+
0,
|
|
1466
|
+
[_na, _fie, _i, _st, _ve, _cA, _cat, _cIat, _des, _ins, _con, _fi, _mo, _g, _uA, _me],
|
|
1467
|
+
[0, () => ProjectionFieldsList, 0, 0, 1, 0, 0, 0, 0, 0, () => ProjectionConditionsList, () => ListConversationsFilter$, 0, 0, 0, () => ProjectionMetadata$], 6
|
|
1468
|
+
];
|
|
1469
|
+
export var ProjectionDirectionCondition$ = [3, n1, _PDC,
|
|
1470
|
+
0,
|
|
1471
|
+
[_eq],
|
|
1472
|
+
[64 | 0], 1
|
|
1473
|
+
];
|
|
1474
|
+
export var ProjectionDurationCondition$ = [3, n1, _PDCr,
|
|
1475
|
+
0,
|
|
1476
|
+
[_mi, _max],
|
|
1477
|
+
[1, 1], 2
|
|
1478
|
+
];
|
|
1479
|
+
export var ProjectionEntityCondition$ = [3, n1, _PEC,
|
|
1480
|
+
0,
|
|
1481
|
+
[_eq],
|
|
1482
|
+
[64 | 0], 1
|
|
1483
|
+
];
|
|
1484
|
+
export var ProjectionField$ = [3, n1, _PF,
|
|
1485
|
+
0,
|
|
1486
|
+
[_i, _na, _par, _des, _op],
|
|
1487
|
+
[0, 0, () => ProjectionParameter$, 0, 2], 3
|
|
1488
|
+
];
|
|
1489
|
+
export var ProjectionInsights$ = [3, n1, _PIr,
|
|
1490
|
+
0,
|
|
1491
|
+
[_i, _ve, _na, _st, _fie, _rea],
|
|
1492
|
+
[0, 1, 0, 0, () => ProjectionInsightsFieldsList, 0], 5
|
|
1493
|
+
];
|
|
1494
|
+
export var ProjectionInsightsField$ = [3, n1, _PIF,
|
|
1495
|
+
0,
|
|
1496
|
+
[_i, _na, _va],
|
|
1497
|
+
[0, 0, 15], 3
|
|
1498
|
+
];
|
|
1499
|
+
export var ProjectionMetadata$ = [3, n1, _PM,
|
|
1500
|
+
0,
|
|
1501
|
+
[_pre, _cu],
|
|
1502
|
+
[2, 2]
|
|
1503
|
+
];
|
|
1504
|
+
export var ProjectionMultilineParameter$ = [3, n1, _PMP,
|
|
1505
|
+
0,
|
|
1506
|
+
[],
|
|
1507
|
+
[]
|
|
1508
|
+
];
|
|
1509
|
+
export var ProjectionParticipantsCondition$ = [3, n1, _PPC,
|
|
1510
|
+
0,
|
|
1511
|
+
[_em, _ex, _gro],
|
|
1512
|
+
[64 | 0, 64 | 0, 64 | 0]
|
|
1513
|
+
];
|
|
1514
|
+
export var ProjectionsCategory$ = [3, n1, _PC,
|
|
1515
|
+
0,
|
|
1516
|
+
[_i, _na],
|
|
1517
|
+
[0, 0], 2
|
|
1518
|
+
];
|
|
1519
|
+
export var ProjectionSelectionParameter$ = [3, n1, _PSP,
|
|
1520
|
+
0,
|
|
1521
|
+
[_opt, _mu, _ad, _aO],
|
|
1522
|
+
[64 | 0, 2, 2, 64 | 0], 1
|
|
1523
|
+
];
|
|
1524
|
+
export var ProjectionTextParameter$ = [3, n1, _PTP,
|
|
1525
|
+
0,
|
|
1526
|
+
[],
|
|
1527
|
+
[]
|
|
1528
|
+
];
|
|
1529
|
+
export var PutAnalysisSettingsInput$ = [3, n1, _PASI,
|
|
1530
|
+
0,
|
|
1531
|
+
[_dM, _dis, _fi, _co],
|
|
1532
|
+
[0, 2, () => ListConversationsFilter$, [0, { [_hQ]: _co }]]
|
|
1533
|
+
];
|
|
1534
|
+
export var PutAnalysisSettingsOutput$ = [3, n1, _PASO,
|
|
1535
|
+
0,
|
|
1536
|
+
[_set],
|
|
1537
|
+
[() => AnalysisSettings$], 1
|
|
1538
|
+
];
|
|
1539
|
+
export var PutPlaylistItemInput$ = [3, n1, _PPII,
|
|
1540
|
+
0,
|
|
1541
|
+
[_pI, _tar, _co, _u, _no],
|
|
1542
|
+
[[0, 1], () => ConversationTarget$, [0, { [_hQ]: _co }], [0, { [_hQ]: _u }], 0], 2
|
|
1543
|
+
];
|
|
1544
|
+
export var PutPlaylistItemOutput$ = [3, n1, _PPIO,
|
|
1545
|
+
0,
|
|
1546
|
+
[],
|
|
1547
|
+
[]
|
|
1548
|
+
];
|
|
1549
|
+
export var QueryConversationsCountInput$ = [3, n1, _QCCI,
|
|
1550
|
+
0,
|
|
1551
|
+
[_co, _fi],
|
|
1552
|
+
[[0, { [_hQ]: _co }], () => ListConversationsFilter$]
|
|
1553
|
+
];
|
|
1554
|
+
export var QueryConversationsCountOutput$ = [3, n1, _QCCO,
|
|
1555
|
+
0,
|
|
1556
|
+
[_cou],
|
|
1557
|
+
[1], 1
|
|
1558
|
+
];
|
|
1559
|
+
export var ScheduleCallSummaryGenerationInput$ = [3, n1, _SCSGI,
|
|
1560
|
+
0,
|
|
1561
|
+
[_cIa, _fI, _co],
|
|
1562
|
+
[[0, 1], [1, 1], [0, { [_hQ]: _co }]], 2
|
|
1563
|
+
];
|
|
1564
|
+
export var ScheduleCallSummaryGenerationOutput$ = [3, n1, _SCSGO,
|
|
1565
|
+
0,
|
|
1566
|
+
[],
|
|
1567
|
+
[]
|
|
1568
|
+
];
|
|
1569
|
+
export var ScheduleConferenceSummaryGenerationInput$ = [3, n1, _SCSGIc,
|
|
1570
|
+
0,
|
|
1571
|
+
[_cIo, _co],
|
|
1572
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
1573
|
+
];
|
|
1574
|
+
export var ScheduleConferenceSummaryGenerationOutput$ = [3, n1, _SCSGOc,
|
|
1575
|
+
0,
|
|
1576
|
+
[],
|
|
1577
|
+
[]
|
|
1578
|
+
];
|
|
1579
|
+
export var TranscriptionSummary$ = [3, n1, _TS,
|
|
1580
|
+
0,
|
|
1581
|
+
[_ti, _br, _j],
|
|
1582
|
+
[0, 0, () => TranscriptionSummaryJson$]
|
|
1583
|
+
];
|
|
1584
|
+
export var TranscriptionSummaryCsat$ = [3, n1, _TSC,
|
|
1585
|
+
0,
|
|
1586
|
+
[_sc, _rea],
|
|
1587
|
+
[0, 0]
|
|
1588
|
+
];
|
|
1589
|
+
export var TranscriptionSummaryJson$ = [3, n1, _TSJ,
|
|
1590
|
+
0,
|
|
1591
|
+
[_cBVST, _cBa, _cIu, _kP, _cIom, _iT, _bu, _cR, _sP, _aI, _nS, _cs, _top, _rev, _prog, _is, _dec, _ta],
|
|
1592
|
+
[0, 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => TranscriptionSummaryCsat$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
1593
|
+
];
|
|
1594
|
+
export var UpdateDashboardAccessInput$ = [3, n1, _UDAI,
|
|
1595
|
+
0,
|
|
1596
|
+
[_i, _ac, _co, _u, _not],
|
|
1597
|
+
[[0, 1], () => DashboardAccess$, [0, { [_hQ]: _co }], [0, { [_hQ]: _u }], () => DashboardAccessNotify$], 2
|
|
1598
|
+
];
|
|
1599
|
+
export var UpdateDashboardAccessOutput$ = [3, n1, _UDAO,
|
|
1600
|
+
0,
|
|
1601
|
+
[_da],
|
|
1602
|
+
[() => Dashboard$], 1
|
|
1603
|
+
];
|
|
1604
|
+
export var UpdateDashboardInput$ = [3, n1, _UDI,
|
|
1605
|
+
0,
|
|
1606
|
+
[_na, _i, _def, _des, _co, _u],
|
|
1607
|
+
[0, [0, 1], () => DashboardDefinition$, 0, [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 3
|
|
1608
|
+
];
|
|
1609
|
+
export var UpdateDashboardOutput$ = [3, n1, _UDO,
|
|
1610
|
+
0,
|
|
1611
|
+
[_da],
|
|
1612
|
+
[() => Dashboard$], 1
|
|
1613
|
+
];
|
|
1614
|
+
export var UpdateFilterInput$ = [3, n1, _UFI,
|
|
1615
|
+
0,
|
|
1616
|
+
[_i, _na, _bo],
|
|
1617
|
+
[[0, 1], 0, 0], 3
|
|
1618
|
+
];
|
|
1619
|
+
export var UpdateFilterOutput$ = [3, n1, _UFO,
|
|
1620
|
+
0,
|
|
1621
|
+
[_it],
|
|
1622
|
+
[() => ListFiltersItem$], 1
|
|
1623
|
+
];
|
|
1624
|
+
export var UpdatePinnedDashboardsInput$ = [3, n1, _UPDI,
|
|
1625
|
+
0,
|
|
1626
|
+
[_pi, _co, _u],
|
|
1627
|
+
[64 | 0, [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 1
|
|
1628
|
+
];
|
|
1629
|
+
export var UpdatePinnedDashboardsOutput$ = [3, n1, _UPDO,
|
|
1630
|
+
0,
|
|
1631
|
+
[],
|
|
1632
|
+
[]
|
|
1633
|
+
];
|
|
1634
|
+
export var UpdatePlaylistAccessInput$ = [3, n1, _UPAI,
|
|
1635
|
+
0,
|
|
1636
|
+
[_i, _ac, _co, _u, _not],
|
|
1637
|
+
[[0, 1], () => PlaylistAccess$, [0, { [_hQ]: _co }], [0, { [_hQ]: _u }], () => PlaylistAccessNotify$], 2
|
|
1638
|
+
];
|
|
1639
|
+
export var UpdatePlaylistAccessOutput$ = [3, n1, _UPAO,
|
|
1640
|
+
0,
|
|
1641
|
+
[_play],
|
|
1642
|
+
[() => Playlist$], 1
|
|
1643
|
+
];
|
|
1644
|
+
export var UpdatePlaylistInput$ = [3, n1, _UPI,
|
|
1645
|
+
0,
|
|
1646
|
+
[_na, _i, _des, _co, _u],
|
|
1647
|
+
[0, [0, 1], 0, [0, { [_hQ]: _co }], [0, { [_hQ]: _u }]], 2
|
|
1648
|
+
];
|
|
1649
|
+
export var UpdatePlaylistOutput$ = [3, n1, _UPO,
|
|
1650
|
+
0,
|
|
1651
|
+
[_play],
|
|
1652
|
+
[() => Playlist$], 1
|
|
1653
|
+
];
|
|
1654
|
+
export var UpdateProjectionInput$ = [3, n1, _UPIp,
|
|
1655
|
+
0,
|
|
1656
|
+
[_na, _fie, _i, _cat, _cIat, _des, _ins, _con, _fi, _mo, _g, _co],
|
|
1657
|
+
[0, () => ProjectionFieldsList, [0, 1], 0, 0, 0, 0, () => ProjectionConditionsList, () => ListConversationsFilter$, 0, 0, [0, { [_hQ]: _co }]], 3
|
|
1658
|
+
];
|
|
1659
|
+
export var UpdateProjectionOutput$ = [3, n1, _UPOp,
|
|
1660
|
+
0,
|
|
1661
|
+
[_pr],
|
|
1662
|
+
[() => Projection$], 1
|
|
1663
|
+
];
|
|
1664
|
+
export var UpdateProjectionsCategoryInput$ = [3, n1, _UPCI,
|
|
1665
|
+
0,
|
|
1666
|
+
[_i, _na, _co],
|
|
1667
|
+
[[0, 1], 0, [0, { [_hQ]: _co }]], 2
|
|
1668
|
+
];
|
|
1669
|
+
export var UpdateProjectionsCategoryOutput$ = [3, n1, _UPCO,
|
|
1670
|
+
0,
|
|
1671
|
+
[_cat],
|
|
1672
|
+
[() => ProjectionsCategory$], 1
|
|
1673
|
+
];
|
|
1674
|
+
export var WatchInput$ = [3, n1, _WI,
|
|
1675
|
+
0,
|
|
1676
|
+
[_tar, _co, _u, _pla],
|
|
1677
|
+
[() => ConversationTarget$, [0, { [_hQ]: _co }], [0, { [_hQ]: _u }], () => ConversationPlaybackState$], 1
|
|
1678
|
+
];
|
|
1679
|
+
export var WatchItem$ = [3, n1, _WIa,
|
|
1680
|
+
0,
|
|
1681
|
+
[_tar, _fWA, _lWA, _pla],
|
|
1682
|
+
[() => ConversationTarget$, 0, 0, () => ConversationPlaybackState$], 3
|
|
1683
|
+
];
|
|
1684
|
+
export var WatchOutput$ = [3, n1, _WO,
|
|
1685
|
+
0,
|
|
1686
|
+
[],
|
|
1687
|
+
[]
|
|
1688
|
+
];
|
|
1689
|
+
export var CallFlowAttachmentDestination$ = [3, n4, _CFAD,
|
|
1690
|
+
0,
|
|
1691
|
+
[_pho, _na, _ema, _uI, _uE, _uD, _gI, _gN],
|
|
1692
|
+
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
1693
|
+
];
|
|
1694
|
+
export var CallFlowFax$ = [3, n4, _CFF,
|
|
1695
|
+
0,
|
|
1696
|
+
[_ur, _st, _dest, _ow, _e],
|
|
1697
|
+
[0, 0, () => CallFlowAttachmentDestinationList, 0, 0], 1
|
|
1698
|
+
];
|
|
1699
|
+
export var CallFlowNotifications$ = [3, n4, _CFN,
|
|
1700
|
+
0,
|
|
1701
|
+
[_dest, _ty],
|
|
1702
|
+
[() => CallFlowAttachmentDestinationList, 64 | 0]
|
|
1703
|
+
];
|
|
1704
|
+
export var CallFlowRecording$ = [3, n4, _CFR,
|
|
1705
|
+
0,
|
|
1706
|
+
[_fN, _star, _end, _ow, _ur, _pau],
|
|
1707
|
+
[0, 1, 1, 0, 0, () => CallRecordPausesList], 6
|
|
1708
|
+
];
|
|
1709
|
+
export var CallFlowVoicemail$ = [3, n4, _CFV,
|
|
1710
|
+
0,
|
|
1711
|
+
[_ur, _dest, _ow],
|
|
1712
|
+
[0, () => CallFlowAttachmentDestinationList, 0], 1
|
|
1713
|
+
];
|
|
1714
|
+
export var CallParticipant$ = [3, n4, _CP,
|
|
1715
|
+
0,
|
|
1716
|
+
[_ty, _ro, _pho, _na, _co, _ema, _uI, _uE, _uD, _gI, _gN, _uAs, _uDs, _li, _sCI, _pA, _pAr, _lo],
|
|
1717
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 2
|
|
1718
|
+
];
|
|
1719
|
+
export var CallRecordPause$ = [3, n4, _CRP,
|
|
1720
|
+
0,
|
|
1721
|
+
[_star, _end, _rea],
|
|
1722
|
+
[1, 1, 0]
|
|
1723
|
+
];
|
|
1724
|
+
export var ChatParticipant$ = [3, n4, _CPh,
|
|
1725
|
+
0,
|
|
1726
|
+
[_i, _inf],
|
|
1727
|
+
[0, () => ChatParticipantInfo$], 2
|
|
1728
|
+
];
|
|
1729
|
+
export var ChatParticipantInfo$ = [3, n4, _CPIh,
|
|
1730
|
+
0,
|
|
1731
|
+
[_i, _ty, _ro, _na, _ema, _pho, _pic, _loc, _tZ, _co, _bot, _pDb, _pP, _pE, _pS, _pUI, _pGI, _cA, _uA],
|
|
1732
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0], 3
|
|
1733
|
+
];
|
|
1734
|
+
export var ConferenceAnalyticsRecordParticipant$ = [3, n4, _CARP,
|
|
1735
|
+
0,
|
|
1736
|
+
[_ji, _inf, _tDo, _tSD, _jT],
|
|
1737
|
+
[0, () => ConferenceParticipant$, 1, 1, 1], 5
|
|
1738
|
+
];
|
|
1739
|
+
export var ConferenceParticipant$ = [3, n4, _CPo,
|
|
1740
|
+
0,
|
|
1741
|
+
[_ty, _ro, _ji, _na, _ema, _pho, _dep, _co, _pS, _pE, _pGI, _xI, _li],
|
|
1742
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 1
|
|
1743
|
+
];
|
|
1744
|
+
export var ConferenceRecording$ = [3, n4, _CRon,
|
|
1745
|
+
0,
|
|
1746
|
+
[_ur, _star, _end],
|
|
1747
|
+
[0, 1, 1], 3
|
|
1748
|
+
];
|
|
1749
|
+
export var ConferenceTimeFramesChunk$ = [3, n4, _CTFC,
|
|
1750
|
+
0,
|
|
1751
|
+
[_star, _end],
|
|
1752
|
+
[1, 1], 2
|
|
1753
|
+
];
|
|
1754
|
+
export var ConferenceTimeFramesListItem$ = [3, n4, _CTFLI,
|
|
1755
|
+
0,
|
|
1756
|
+
[_ji, _fra],
|
|
1757
|
+
[0, () => ConferenceTimeFramesChunkList], 2
|
|
1758
|
+
];
|
|
1759
|
+
export var Channel$ = [3, n2, _C,
|
|
1760
|
+
0,
|
|
1761
|
+
[_cIh, _cTh, _mC, _cA, _cB, _su, _des, _pic, _pC, _ac, _co, _cont, _ki, _kT, _kV, _kA, _kSN, _kDS, _se, _sTe, _sRe, _as, _tel, _sm, _mm, _wh, _wS, _bro, _ext, _aR, _tL, _wGVO, _uA],
|
|
1762
|
+
[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, () => ChannelContext$, 2, 0, 0, 0, 0, 0, 0, 0, 0, () => User$, 2, 2, 2, 2, 0, 2, 2, 2, 0, 2, 0], 5
|
|
1763
|
+
];
|
|
1764
|
+
export var ChannelContext$ = [3, n2, _CC,
|
|
1765
|
+
0,
|
|
1766
|
+
[_sou, _tar, _eve, _pt],
|
|
1767
|
+
[0, 0, () => ChannelContextEventList, () => ChannelContextPushToTalk$]
|
|
1768
|
+
];
|
|
1769
|
+
export var ChannelContextEvent$ = [3, n2, _CCE,
|
|
1770
|
+
0,
|
|
1771
|
+
[_i, _ow, _star, _end, _sum, _att],
|
|
1772
|
+
[0, 0, 0, 0, 0, () => ChannelContextEventAttendeeList]
|
|
1773
|
+
];
|
|
1774
|
+
export var ChannelContextEventAttendee$ = [3, n2, _CCEA,
|
|
1775
|
+
0,
|
|
1776
|
+
[_ema, _st, _na],
|
|
1777
|
+
[0, 0, 0], 2
|
|
1778
|
+
];
|
|
1779
|
+
export var ChannelContextPushToTalk$ = [3, n2, _CCPTT,
|
|
1780
|
+
0,
|
|
1781
|
+
[_bI],
|
|
1782
|
+
[0]
|
|
1783
|
+
];
|
|
1784
|
+
export var User$ = [3, n2, _U,
|
|
1785
|
+
0,
|
|
1786
|
+
[_i, _na, _ema, _pho, _pic, _loc, _tZ, _co, _bot, _pDb, _pP, _pE, _pS, _pUI, _pGI, _cA, _uA],
|
|
1787
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0], 1
|
|
1788
|
+
];
|
|
1789
|
+
var StringList = 64 | 0;
|
|
1790
|
+
var AggregationBucketsList = [1, n1, _ABL,
|
|
1791
|
+
0, () => AggregationBucket$
|
|
1792
|
+
];
|
|
1793
|
+
var AggregationDefinitionsList = [1, n1, _ADL,
|
|
1794
|
+
0, () => AggregationDefinition$
|
|
1795
|
+
];
|
|
1796
|
+
var DashboardGrantList = [1, n1, _DGL,
|
|
1797
|
+
0, () => DashboardGrant$
|
|
1798
|
+
];
|
|
1799
|
+
var DashboardSheetList = [1, n1, _DSL,
|
|
1800
|
+
0, () => DashboardSheet$
|
|
1801
|
+
];
|
|
1802
|
+
var DashboardsIdsList = 64 | 0;
|
|
1803
|
+
var DashboardsList = [1, n1, _DL,
|
|
1804
|
+
0, () => Dashboard$
|
|
1805
|
+
];
|
|
1806
|
+
var DashboardVisualsList = [1, n1, _DVL,
|
|
1807
|
+
0, () => DashboardVisual$
|
|
1808
|
+
];
|
|
1809
|
+
var DurationGroupBucketsList = [1, n1, _DGBL,
|
|
1810
|
+
0, () => DurationGroupBucket$
|
|
1811
|
+
];
|
|
1812
|
+
var FlatAggregationBucketList = [1, n1, _FABL,
|
|
1813
|
+
0, () => FlatAggregationBucket$
|
|
1814
|
+
];
|
|
1815
|
+
var FlatAggregationResultList = [1, n1, _FARL,
|
|
1816
|
+
0, () => FlatAggregationResult$
|
|
1817
|
+
];
|
|
1818
|
+
var InsightResultsList = [1, n1, _IRL,
|
|
1819
|
+
0, () => InsightResult$
|
|
1820
|
+
];
|
|
1821
|
+
var InsightsBucketsList = [1, n1, _IBL,
|
|
1822
|
+
0, () => InsightsBucket$
|
|
1823
|
+
];
|
|
1824
|
+
var InsightsInterruptionsChunkList = [1, n1, _IICL,
|
|
1825
|
+
0, () => InsightsInterruptionsChunk$
|
|
1826
|
+
];
|
|
1827
|
+
var InsightsNonTalkTimeChunkList = [1, n1, _INTTCL,
|
|
1828
|
+
0, () => InsightsNonTalkTimeChunk$
|
|
1829
|
+
];
|
|
1830
|
+
var InsightsSentimentParticipantScoreList = [1, n1, _ISPSL,
|
|
1831
|
+
0, () => InsightsSentimentParticipantScore$
|
|
1832
|
+
];
|
|
1833
|
+
var InsightsSentimentScoreByParticipantList = [1, n1, _ISSBPL,
|
|
1834
|
+
0, () => InsightsSentimentScoreByParticipantChunk$
|
|
1835
|
+
];
|
|
1836
|
+
var InsightsSentimentScoreByPeriodList = [1, n1, _ISSBPLn,
|
|
1837
|
+
0, () => InsightsSentimentScoreByPeriodChunk$
|
|
1838
|
+
];
|
|
1839
|
+
var InsightsTalkSpeedChunkList = [1, n1, _ITSCL,
|
|
1840
|
+
0, () => InsightsTalkSpeedChunk$
|
|
1841
|
+
];
|
|
1842
|
+
var InsightsTalkTimeChunkList = [1, n1, _ITTCL,
|
|
1843
|
+
0, () => InsightsTalkTimeChunk$
|
|
1844
|
+
];
|
|
1845
|
+
var ListConversationsFilterFieldsList = [1, n1, _LCFFL,
|
|
1846
|
+
0, () => ListConversationsFilterField$
|
|
1847
|
+
];
|
|
1848
|
+
var ListConversationsFilterIdList = [1, n1, _LCFIL,
|
|
1849
|
+
0, () => ConversationTarget$
|
|
1850
|
+
];
|
|
1851
|
+
var ListConversationsFilterInsightsList = [1, n1, _LCFILi,
|
|
1852
|
+
0, () => ListConversationsFilterInsight$
|
|
1853
|
+
];
|
|
1854
|
+
var ListConversationsFilterKeyword = 64 | 0;
|
|
1855
|
+
var ListConversationsFilterParticipantList = [1, n1, _LCFPL,
|
|
1856
|
+
0, () => ListConversationsFilterParticipant$
|
|
1857
|
+
];
|
|
1858
|
+
var ListConversationsFilterPhases = 64 | 0;
|
|
1859
|
+
var ListConversationsItemHighlightTranscriptionList = [1, n1, _LCIHTL,
|
|
1860
|
+
0, () => ListConversationsItemHighlightTranscriptionItem$
|
|
1861
|
+
];
|
|
1862
|
+
var ListConversationsItemInsightsList = [1, n1, _LCIIL,
|
|
1863
|
+
0, () => ListConversationsItemInsight$
|
|
1864
|
+
];
|
|
1865
|
+
var ListConversationsItemsList = [1, n1, _LCIL,
|
|
1866
|
+
0, () => ListConversationsItem$
|
|
1867
|
+
];
|
|
1868
|
+
var ListFiltersItemsList = [1, n1, _LFIL,
|
|
1869
|
+
0, () => ListFiltersItem$
|
|
1870
|
+
];
|
|
1871
|
+
var PlaylistGrantList = [1, n1, _PGL,
|
|
1872
|
+
0, () => PlaylistGrant$
|
|
1873
|
+
];
|
|
1874
|
+
var PlaylistItemsList = [1, n1, _PIL,
|
|
1875
|
+
0, () => PlaylistItem$
|
|
1876
|
+
];
|
|
1877
|
+
var PlaylistsIdsList = 64 | 0;
|
|
1878
|
+
var PlaylistsList = [1, n1, _PL,
|
|
1879
|
+
0, () => Playlist$
|
|
1880
|
+
];
|
|
1881
|
+
var ProjectionConditionsList = [1, n1, _PCL,
|
|
1882
|
+
0, () => ProjectionCondition$
|
|
1883
|
+
];
|
|
1884
|
+
var ProjectionDirectionConditionValuesList = 64 | 0;
|
|
1885
|
+
var ProjectionEntityConditionValuesList = 64 | 0;
|
|
1886
|
+
var ProjectionFieldsList = [1, n1, _PFL,
|
|
1887
|
+
0, () => ProjectionField$
|
|
1888
|
+
];
|
|
1889
|
+
var ProjectionInsightsFieldsList = [1, n1, _PIFL,
|
|
1890
|
+
0, () => ProjectionInsightsField$
|
|
1891
|
+
];
|
|
1892
|
+
var ProjectionInsightsList = [1, n1, _PILr,
|
|
1893
|
+
0, () => ProjectionInsights$
|
|
1894
|
+
];
|
|
1895
|
+
var ProjectionParticipantsEmailsList = 64 | 0;
|
|
1896
|
+
var ProjectionParticipantsExtensionsList = 64 | 0;
|
|
1897
|
+
var ProjectionParticipantsGroupsList = 64 | 0;
|
|
1898
|
+
var ProjectionsCategoriesList = [1, n1, _PCLr,
|
|
1899
|
+
0, () => ProjectionsCategory$
|
|
1900
|
+
];
|
|
1901
|
+
var ProjectionSelectionOptionsList = 64 | 0;
|
|
1902
|
+
var ProjectionsList = [1, n1, _PLr,
|
|
1903
|
+
0, () => Projection$
|
|
1904
|
+
];
|
|
1905
|
+
var TranscriptionSummaryJsonArrayItem = 64 | 0;
|
|
1906
|
+
var WatchItemsList = [1, n1, _WIL,
|
|
1907
|
+
0, () => WatchItem$
|
|
1908
|
+
];
|
|
1909
|
+
var CallFlowAttachmentDestinationList = [1, n4, _CFADL,
|
|
1910
|
+
0, () => CallFlowAttachmentDestination$
|
|
1911
|
+
];
|
|
1912
|
+
var CallFlowAttachments = [1, n4, _CFA,
|
|
1913
|
+
0, () => CallFlowAttachment$
|
|
1914
|
+
];
|
|
1915
|
+
var CallFlowFlags = 64 | 0;
|
|
1916
|
+
var CallFlowRecordings = 64 | 0;
|
|
1917
|
+
var CallFlowRecordingsData = [1, n4, _CFRD,
|
|
1918
|
+
0, () => CallFlowRecording$
|
|
1919
|
+
];
|
|
1920
|
+
var CallFlowTags = 64 | 0;
|
|
1921
|
+
var CallRecordPausesList = [1, n4, _CRPL,
|
|
1922
|
+
0, () => CallRecordPause$
|
|
1923
|
+
];
|
|
1924
|
+
var ChatParticipantsList = [1, n4, _CPL,
|
|
1925
|
+
0, () => ChatParticipant$
|
|
1926
|
+
];
|
|
1927
|
+
var ChatTags = 64 | 0;
|
|
1928
|
+
var ConferenceAnalyticsRecordParticipantList = [1, n4, _CARPL,
|
|
1929
|
+
0, () => ConferenceAnalyticsRecordParticipant$
|
|
1930
|
+
];
|
|
1931
|
+
var ConferenceRecordingList = [1, n4, _CRL,
|
|
1932
|
+
0, () => ConferenceRecording$
|
|
1933
|
+
];
|
|
1934
|
+
var ConferenceTimeFramesChunkList = [1, n4, _CTFCL,
|
|
1935
|
+
0, () => ConferenceTimeFramesChunk$
|
|
1936
|
+
];
|
|
1937
|
+
var ConferenceTimeFramesList = [1, n4, _CTFL,
|
|
1938
|
+
0, () => ConferenceTimeFramesListItem$
|
|
1939
|
+
];
|
|
1940
|
+
var LicensesList = 64 | 0;
|
|
1941
|
+
var NotificationsType = 64 | 0;
|
|
1942
|
+
var ChannelContextEventAttendeeList = [1, n2, _CCEAL,
|
|
1943
|
+
0, () => ChannelContextEventAttendee$
|
|
1944
|
+
];
|
|
1945
|
+
var ChannelContextEventList = [1, n2, _CCEL,
|
|
1946
|
+
0, () => ChannelContextEvent$
|
|
1947
|
+
];
|
|
1948
|
+
export var AggregationDefinition$ = [4, n1, _AD,
|
|
1949
|
+
0,
|
|
1950
|
+
[_pr, _di, _d, _se, _exte, _chatb, _voi, _g, _dep, _tag, _p, _tr, _q, _coun, _lo, _la, _en, _ch, _rec, _dat, _dOW, _hOD],
|
|
1951
|
+
[() => AggregationProjectionDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationDurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationDateDefinition$, () => AggregationDayOfWeekDefinition$, () => AggregationHourOfDayDefinition$]
|
|
1952
|
+
];
|
|
1953
|
+
export var ConversationTarget$ = [4, n1, _CT,
|
|
1954
|
+
0,
|
|
1955
|
+
[_call, _conf, _chat_],
|
|
1956
|
+
[() => CallConversationTarget$, () => ConferenceConversationTarget$, () => ChatConversationTarget$]
|
|
1957
|
+
];
|
|
1958
|
+
export var DashboardPrincipal$ = [4, n1, _DP,
|
|
1959
|
+
0,
|
|
1960
|
+
[_uI, _gI],
|
|
1961
|
+
[0, 0]
|
|
1962
|
+
];
|
|
1963
|
+
export var ListConversationsFilterDate$ = [4, n1, _LCFDi,
|
|
1964
|
+
0,
|
|
1965
|
+
[_abs, _pre],
|
|
1966
|
+
[() => ListConversationsFilterAbsoluteDate$, () => ListConversationsFilterPredefinedDate$]
|
|
1967
|
+
];
|
|
1968
|
+
export var ListConversationsFilterField$ = [4, n1, _LCFFi,
|
|
1969
|
+
0,
|
|
1970
|
+
[_di, _se, _g, _dep, _chatb, _voi, _tag, _p, _tr, _q, _coun, _lo, _la, _pr],
|
|
1971
|
+
[2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, () => ListConversationsFilterProjectionField$]
|
|
1972
|
+
];
|
|
1973
|
+
export var ListConversationsFilterParticipant$ = [4, n1, _LCFP,
|
|
1974
|
+
0,
|
|
1975
|
+
[_ema, _pho, _exte],
|
|
1976
|
+
[0, 0, 0]
|
|
1977
|
+
];
|
|
1978
|
+
export var ListConversationsItemEvent$ = [4, n1, _LCIE,
|
|
1979
|
+
0,
|
|
1980
|
+
[_call, _conf, _chat_],
|
|
1981
|
+
[() => CallRecord$, () => ConferenceRecord$, () => ChatRecord$]
|
|
1982
|
+
];
|
|
1983
|
+
export var PlaylistPrincipal$ = [4, n1, _PP,
|
|
1984
|
+
0,
|
|
1985
|
+
[_uI, _gI],
|
|
1986
|
+
[0, 0]
|
|
1987
|
+
];
|
|
1988
|
+
export var ProjectionCondition$ = [4, n1, _PCr,
|
|
1989
|
+
0,
|
|
1990
|
+
[_en, _di, _pa, _d],
|
|
1991
|
+
[() => ProjectionEntityCondition$, () => ProjectionDirectionCondition$, () => ProjectionParticipantsCondition$, () => ProjectionDurationCondition$]
|
|
1992
|
+
];
|
|
1993
|
+
export var ProjectionParameter$ = [4, n1, _PPr,
|
|
1994
|
+
0,
|
|
1995
|
+
[_te, _mul, _sel],
|
|
1996
|
+
[() => ProjectionTextParameter$, () => ProjectionMultilineParameter$, () => ProjectionSelectionParameter$]
|
|
1997
|
+
];
|
|
1998
|
+
export var CallFlowAttachment$ = [4, n4, _CFAa,
|
|
1999
|
+
0,
|
|
2000
|
+
[_reco, _fa, _voic],
|
|
2001
|
+
[() => CallFlowRecording$, () => CallFlowFax$, () => CallFlowVoicemail$]
|
|
2002
|
+
];
|
|
2003
|
+
export var CreateDashboard$ = [9, n1, _CD,
|
|
2004
|
+
{ [_ht]: ["POST", "/v2/insights/dashboards", 200] }, () => CreateDashboardInput$, () => CreateDashboardOutput$
|
|
2005
|
+
];
|
|
2006
|
+
export var CreateFilter$ = [9, n1, _CF,
|
|
2007
|
+
{ [_ht]: ["POST", "/v2/insights/filters", 200] }, () => CreateFilterInput$, () => CreateFilterOutput$
|
|
2008
|
+
];
|
|
2009
|
+
export var CreatePlaylist$ = [9, n1, _CPr,
|
|
2010
|
+
{ [_ht]: ["POST", "/v2/insights/playlists", 200] }, () => CreatePlaylistInput$, () => CreatePlaylistOutput$
|
|
2011
|
+
];
|
|
2012
|
+
export var CreateProjection$ = [9, n1, _CPre,
|
|
2013
|
+
{ [_ht]: ["POST", "/v2/insights/projections", 200] }, () => CreateProjectionInput$, () => CreateProjectionOutput$
|
|
2014
|
+
];
|
|
2015
|
+
export var CreateProjectionsCategory$ = [9, n1, _CPC,
|
|
2016
|
+
{ [_ht]: ["POST", "/v2/insights/projections-categories", 200] }, () => CreateProjectionsCategoryInput$, () => CreateProjectionsCategoryOutput$
|
|
2017
|
+
];
|
|
2018
|
+
export var DeleteDashboard$ = [9, n1, _DDe,
|
|
2019
|
+
{ [_ht]: ["DELETE", "/v2/insights/dashboards/{id}", 200] }, () => DeleteDashboardInput$, () => DeleteDashboardOutput$
|
|
2020
|
+
];
|
|
2021
|
+
export var DeleteFilter$ = [9, n1, _DF,
|
|
2022
|
+
{ [_ht]: ["DELETE", "/v2/insights/filters/{id}", 200] }, () => DeleteFilterInput$, () => DeleteFilterOutput$
|
|
2023
|
+
];
|
|
2024
|
+
export var DeletePlaylist$ = [9, n1, _DPe,
|
|
2025
|
+
{ [_ht]: ["DELETE", "/v2/insights/playlists/{id}", 200] }, () => DeletePlaylistInput$, () => DeletePlaylistOutput$
|
|
2026
|
+
];
|
|
2027
|
+
export var DeletePlaylistItem$ = [9, n1, _DPIel,
|
|
2028
|
+
{ [_ht]: ["POST", "/v2/insights/playlists/{playlistId}/items/delete", 200] }, () => DeletePlaylistItemInput$, () => DeletePlaylistItemOutput$
|
|
2029
|
+
];
|
|
2030
|
+
export var DeleteProjection$ = [9, n1, _DPel,
|
|
2031
|
+
{ [_ht]: ["DELETE", "/v2/insights/projections/{id}", 200] }, () => DeleteProjectionInput$, () => DeleteProjectionOutput$
|
|
2032
|
+
];
|
|
2033
|
+
export var DeleteProjectionsCategory$ = [9, n1, _DPC,
|
|
2034
|
+
{ [_ht]: ["DELETE", "/v2/insights/projections-categories/{id}", 200] }, () => DeleteProjectionsCategoryInput$, () => DeleteProjectionsCategoryOutput$
|
|
2035
|
+
];
|
|
2036
|
+
export var DisableProjection$ = [9, n1, _DPi,
|
|
2037
|
+
{ [_ht]: ["PATCH", "/v2/insights/projections/{id}/disable", 200] }, () => DisableProjectionInput$, () => DisableProjectionOutput$
|
|
2038
|
+
];
|
|
2039
|
+
export var EnableProjection$ = [9, n1, _EP,
|
|
2040
|
+
{ [_ht]: ["PATCH", "/v2/insights/projections/{id}/enable", 200] }, () => EnableProjectionInput$, () => EnableProjectionOutput$
|
|
2041
|
+
];
|
|
2042
|
+
export var GetAnalysisSettings$ = [9, n1, _GAS,
|
|
2043
|
+
{ [_ht]: ["GET", "/v2/insights/analysis/settings", 200] }, () => GetAnalysisSettingsInput$, () => GetAnalysisSettingsOutput$
|
|
2044
|
+
];
|
|
2045
|
+
export var GetCallCharacteristics$ = [9, n1, _GCC,
|
|
2046
|
+
{ [_ht]: ["GET", "/v2/insights/calls/{callId}/flows/{flowIndex}/characteristics", 200] }, () => GetCallCharacteristicsInput$, () => GetCallCharacteristicsOutput$
|
|
2047
|
+
];
|
|
2048
|
+
export var GetCallInsights$ = [9, n1, _GCI,
|
|
2049
|
+
{ [_ht]: ["GET", "/v2/insights/calls/{callId}/flows/{flowIndex}/insights", 200] }, () => GetCallInsightsInput$, () => GetCallInsightsOutput$
|
|
2050
|
+
];
|
|
2051
|
+
export var GetCallState$ = [9, n1, _GCS,
|
|
2052
|
+
{ [_ht]: ["GET", "/v2/insights/calls/{callId}/flows/{flowIndex}/state", 200] }, () => GetCallStateInput$, () => GetCallStateOutput$
|
|
2053
|
+
];
|
|
2054
|
+
export var GetCallSummary$ = [9, n1, _GCSe,
|
|
2055
|
+
{ [_ht]: ["GET", "/v2/insights/calls/{callId}/flows/{flowIndex}/summary", 200] }, () => GetCallSummaryInput$, () => GetCallSummaryOutput$
|
|
2056
|
+
];
|
|
2057
|
+
export var GetChatInsights$ = [9, n1, _GCIe,
|
|
2058
|
+
{ [_ht]: ["GET", "/v2/insights/chats/{chatId}/insights", 200] }, () => GetChatInsightsInput$, () => GetChatInsightsOutput$
|
|
2059
|
+
];
|
|
2060
|
+
export var GetChatState$ = [9, n1, _GCSet,
|
|
2061
|
+
{ [_ht]: ["GET", "/v2/insights/chats/{chatId}/state", 200] }, () => GetChatStateInput$, () => GetChatStateOutput$
|
|
2062
|
+
];
|
|
2063
|
+
export var GetChatSummary$ = [9, n1, _GCSeth,
|
|
2064
|
+
{ [_ht]: ["GET", "/v2/insights/chats/{chatId}/summary", 200] }, () => GetChatSummaryInput$, () => GetChatSummaryOutput$
|
|
2065
|
+
];
|
|
2066
|
+
export var GetConferenceInsights$ = [9, n1, _GCIet,
|
|
2067
|
+
{ [_ht]: ["GET", "/v2/insights/conferences/{conferenceId}/insights", 200] }, () => GetConferenceInsightsInput$, () => GetConferenceInsightsOutput$
|
|
2068
|
+
];
|
|
2069
|
+
export var GetConferenceRecordingPresignedDownloadUrl$ = [9, n1, _GCRPDU,
|
|
2070
|
+
{ [_ht]: ["GET", "/v2/insights/conferences/recording/download_url", 200] }, () => GetConferenceRecordingPresignedDownloadUrlInput$, () => GetConferenceRecordingPresignedDownloadUrlOutput$
|
|
2071
|
+
];
|
|
2072
|
+
export var GetConferenceState$ = [9, n1, _GCSeto,
|
|
2073
|
+
{ [_ht]: ["GET", "/v2/insights/conferences/{conferenceId}/state", 200] }, () => GetConferenceStateInput$, () => GetConferenceStateOutput$
|
|
2074
|
+
];
|
|
2075
|
+
export var GetConferenceSummary$ = [9, n1, _GCSeton,
|
|
2076
|
+
{ [_ht]: ["GET", "/v2/insights/conferences/{conferenceId}/summary", 200] }, () => GetConferenceSummaryInput$, () => GetConferenceSummaryOutput$
|
|
2077
|
+
];
|
|
2078
|
+
export var GetConferenceTimeFrames$ = [9, n1, _GCTF,
|
|
2079
|
+
{ [_ht]: ["GET", "/v2/insights/conferences/{conferenceId}/timeframes", 200] }, () => GetConferenceTimeFramesInput$, () => GetConferenceTimeFramesOutput$
|
|
2080
|
+
];
|
|
2081
|
+
export var GetDashboard$ = [9, n1, _GD,
|
|
2082
|
+
{ [_ht]: ["GET", "/v2/insights/dashboards/{id}", 200] }, () => GetDashboardInput$, () => GetDashboardOutput$
|
|
2083
|
+
];
|
|
2084
|
+
export var GetPlaylist$ = [9, n1, _GP,
|
|
2085
|
+
{ [_ht]: ["GET", "/v2/insights/playlists/{id}", 200] }, () => GetPlaylistInput$, () => GetPlaylistOutput$
|
|
2086
|
+
];
|
|
2087
|
+
export var GetProjection$ = [9, n1, _GPe,
|
|
2088
|
+
{ [_ht]: ["GET", "/v2/insights/projections/{id}", 200] }, () => GetProjectionInput$, () => GetProjectionOutput$
|
|
2089
|
+
];
|
|
2090
|
+
export var ListConversations$ = [9, n1, _LC,
|
|
2091
|
+
{ [_ht]: ["POST", "/v2/insights/conversations", 200] }, () => ListConversationsInput$, () => ListConversationsOutput$
|
|
2092
|
+
];
|
|
2093
|
+
export var ListConversationsAggregations$ = [9, n1, _LCA,
|
|
2094
|
+
{ [_ht]: ["POST", "/v2/insights/conversations/aggregations", 200] }, () => ListConversationsAggregationsInput$, () => ListConversationsAggregationsOutput$
|
|
2095
|
+
];
|
|
2096
|
+
export var ListConversationsInsights$ = [9, n1, _LCIis,
|
|
2097
|
+
{ [_ht]: ["POST", "/v2/insights/conversations/insights", 200] }, () => ListConversationsInsightsInput$, () => ListConversationsInsightsOutput$
|
|
2098
|
+
];
|
|
2099
|
+
export var ListConversationsInsightsAggregations$ = [9, n1, _LCIA,
|
|
2100
|
+
{ [_ht]: ["POST", "/v2/insights/conversations/insights/aggregations", 200] }, () => ListConversationsInsightsAggregationsInput$, () => ListConversationsInsightsAggregationsOutput$
|
|
2101
|
+
];
|
|
2102
|
+
export var ListConversationsNestedAggregations$ = [9, n1, _LCNA,
|
|
2103
|
+
{ [_ht]: ["POST", "/v2/insights/conversations/aggregations/nested", 200] }, () => ListConversationsNestedAggregationsInput$, () => ListConversationsNestedAggregationsOutput$
|
|
2104
|
+
];
|
|
2105
|
+
export var ListDashboards$ = [9, n1, _LD,
|
|
2106
|
+
{ [_ht]: ["GET", "/v2/insights/dashboards", 200] }, () => ListDashboardsInput$, () => ListDashboardsOutput$
|
|
2107
|
+
];
|
|
2108
|
+
export var ListFilters$ = [9, n1, _LF,
|
|
2109
|
+
{ [_ht]: ["GET", "/v2/insights/filters", 200] }, () => ListFiltersInput$, () => ListFiltersOutput$
|
|
2110
|
+
];
|
|
2111
|
+
export var ListPinnedDashboards$ = [9, n1, _LPD,
|
|
2112
|
+
{ [_ht]: ["GET", "/v2/insights/dashboards-pinned", 200] }, () => ListPinnedDashboardsInput$, () => ListPinnedDashboardsOutput$
|
|
2113
|
+
];
|
|
2114
|
+
export var ListPlaylistItems$ = [9, n1, _LPIis,
|
|
2115
|
+
{ [_ht]: ["GET", "/v2/insights/playlists/{playlistId}/items", 200] }, () => ListPlaylistItemsInput$, () => ListPlaylistItemsOutput$
|
|
2116
|
+
];
|
|
2117
|
+
export var ListPlaylists$ = [9, n1, _LP,
|
|
2118
|
+
{ [_ht]: ["GET", "/v2/insights/playlists", 200] }, () => ListPlaylistsInput$, () => ListPlaylistsOutput$
|
|
2119
|
+
];
|
|
2120
|
+
export var ListProjections$ = [9, n1, _LPi,
|
|
2121
|
+
{ [_ht]: ["GET", "/v2/insights/projections", 200] }, () => ListProjectionsInput$, () => ListProjectionsOutput$
|
|
2122
|
+
];
|
|
2123
|
+
export var ListWatchHistory$ = [9, n1, _LWH,
|
|
2124
|
+
{ [_ht]: ["GET", "/v2/insights/history", 200] }, () => ListWatchHistoryInput$, () => ListWatchHistoryOutput$
|
|
2125
|
+
];
|
|
2126
|
+
export var PauseProjection$ = [9, n1, _PPa,
|
|
2127
|
+
{ [_ht]: ["PATCH", "/v2/insights/projections/{id}/pause", 200] }, () => PauseProjectionInput$, () => PauseProjectionOutput$
|
|
2128
|
+
];
|
|
2129
|
+
export var PutAnalysisSettings$ = [9, n1, _PAS,
|
|
2130
|
+
{ [_ht]: ["PUT", "/v2/insights/analysis/settings", 200] }, () => PutAnalysisSettingsInput$, () => PutAnalysisSettingsOutput$
|
|
2131
|
+
];
|
|
2132
|
+
export var PutPlaylistItem$ = [9, n1, _PPIu,
|
|
2133
|
+
{ [_ht]: ["POST", "/v2/insights/playlists/{playlistId}/items/associate", 200] }, () => PutPlaylistItemInput$, () => PutPlaylistItemOutput$
|
|
2134
|
+
];
|
|
2135
|
+
export var QueryConversationsCount$ = [9, n1, _QCC,
|
|
2136
|
+
{ [_ht]: ["POST", "/v2/insights/conversations/count", 200] }, () => QueryConversationsCountInput$, () => QueryConversationsCountOutput$
|
|
2137
|
+
];
|
|
2138
|
+
export var ScheduleCallSummaryGeneration$ = [9, n1, _SCSG,
|
|
2139
|
+
{ [_ht]: ["POST", "/v2/insights/calls/{callId}/flows/{flowIndex}/schedule_summary_generation", 200] }, () => ScheduleCallSummaryGenerationInput$, () => ScheduleCallSummaryGenerationOutput$
|
|
2140
|
+
];
|
|
2141
|
+
export var ScheduleConferenceSummaryGeneration$ = [9, n1, _SCSGc,
|
|
2142
|
+
{ [_ht]: ["POST", "/v2/insights/conferences/{conferenceId}/schedule_summary_generation", 200] }, () => ScheduleConferenceSummaryGenerationInput$, () => ScheduleConferenceSummaryGenerationOutput$
|
|
2143
|
+
];
|
|
2144
|
+
export var UpdateDashboard$ = [9, n1, _UD,
|
|
2145
|
+
{ [_ht]: ["PUT", "/v2/insights/dashboards/{id}", 200] }, () => UpdateDashboardInput$, () => UpdateDashboardOutput$
|
|
2146
|
+
];
|
|
2147
|
+
export var UpdateDashboardAccess$ = [9, n1, _UDA,
|
|
2148
|
+
{ [_ht]: ["PATCH", "/v2/insights/dashboards/{id}/access", 200] }, () => UpdateDashboardAccessInput$, () => UpdateDashboardAccessOutput$
|
|
2149
|
+
];
|
|
2150
|
+
export var UpdateFilter$ = [9, n1, _UF,
|
|
2151
|
+
{ [_ht]: ["PUT", "/v2/insights/filters/{id}", 200] }, () => UpdateFilterInput$, () => UpdateFilterOutput$
|
|
2152
|
+
];
|
|
2153
|
+
export var UpdatePinnedDashboards$ = [9, n1, _UPD,
|
|
2154
|
+
{ [_ht]: ["PUT", "/v2/insights/dashboards-pinned", 200] }, () => UpdatePinnedDashboardsInput$, () => UpdatePinnedDashboardsOutput$
|
|
2155
|
+
];
|
|
2156
|
+
export var UpdatePlaylist$ = [9, n1, _UP,
|
|
2157
|
+
{ [_ht]: ["PUT", "/v2/insights/playlists/{id}", 200] }, () => UpdatePlaylistInput$, () => UpdatePlaylistOutput$
|
|
2158
|
+
];
|
|
2159
|
+
export var UpdatePlaylistAccess$ = [9, n1, _UPA,
|
|
2160
|
+
{ [_ht]: ["PATCH", "/v2/insights/playlists/{id}/access", 200] }, () => UpdatePlaylistAccessInput$, () => UpdatePlaylistAccessOutput$
|
|
2161
|
+
];
|
|
2162
|
+
export var UpdateProjection$ = [9, n1, _UPp,
|
|
2163
|
+
{ [_ht]: ["PUT", "/v2/insights/projections/{id}", 200] }, () => UpdateProjectionInput$, () => UpdateProjectionOutput$
|
|
2164
|
+
];
|
|
2165
|
+
export var UpdateProjectionsCategory$ = [9, n1, _UPC,
|
|
2166
|
+
{ [_ht]: ["PUT", "/v2/insights/projections-categories/{id}", 200] }, () => UpdateProjectionsCategoryInput$, () => UpdateProjectionsCategoryOutput$
|
|
2167
|
+
];
|
|
2168
|
+
export var Watch$ = [9, n1, _W,
|
|
2169
|
+
{ [_ht]: ["POST", "/v2/insights/history", 200] }, () => WatchInput$, () => WatchOutput$
|
|
2170
|
+
];
|