purecloud-platform-client-v2 169.0.0 → 170.0.0
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/README.md +6 -4
- package/dist/node/purecloud-platform-client-v2.js +25367 -20288
- package/dist/web-amd/purecloud-platform-client-v2.js +25367 -20288
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +25367 -20288
- package/dist/web-cjs/purecloud-platform-client-v2.js +25367 -20288
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +2519 -31
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1418 -227
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +142 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +6 -4
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +526 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +114 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +114 -4
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +363 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +224 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +200 -22
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +8 -8
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +53 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +189 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +174 -10
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +199 -6
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +80 -2
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1286 -0
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +32 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +34 -3
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +47 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +172 -7
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +6 -6
- package/src/purecloud-platform-client-v2/index.js +7 -1
package/index.d.ts
CHANGED
|
@@ -110,13 +110,27 @@ declare class AnalyticsApi {
|
|
|
110
110
|
deleteAnalyticsConversationsDetailsJob(jobId: string): Promise<void>;
|
|
111
111
|
deleteAnalyticsReportingSchedule(scheduleId: string): Promise<void>;
|
|
112
112
|
deleteAnalyticsUsersDetailsJob(jobId: string): Promise<void>;
|
|
113
|
+
getAnalyticsActionsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
114
|
+
getAnalyticsActionsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsActionsAggregatesJobResultsOptions): Promise<Models.ActionAsyncAggregateQueryResponse>;
|
|
113
115
|
getAnalyticsBotflowReportingturns(botFlowId: string, opts?: AnalyticsApi.getAnalyticsBotflowReportingturnsOptions): Promise<Models.ReportingTurnsResponse>;
|
|
116
|
+
getAnalyticsBotsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
117
|
+
getAnalyticsBotsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsBotsAggregatesJobResultsOptions): Promise<Models.BotAsyncAggregateQueryResponse>;
|
|
114
118
|
getAnalyticsConversationDetails(conversationId: string): Promise<Models.AnalyticsConversationWithoutAttributes>;
|
|
119
|
+
getAnalyticsConversationsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
120
|
+
getAnalyticsConversationsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsConversationsAggregatesJobResultsOptions): Promise<Models.ConversationAsyncAggregateQueryResponse>;
|
|
115
121
|
getAnalyticsConversationsDetails(opts?: AnalyticsApi.getAnalyticsConversationsDetailsOptions): Promise<Models.AnalyticsConversationWithoutAttributesMultiGetResponse>;
|
|
116
122
|
getAnalyticsConversationsDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
117
123
|
getAnalyticsConversationsDetailsJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsConversationsDetailsJobResultsOptions): Promise<Models.AnalyticsConversationAsyncQueryResponse>;
|
|
118
124
|
getAnalyticsConversationsDetailsJobsAvailability(): Promise<Models.DataAvailabilityResponse>;
|
|
119
125
|
getAnalyticsDataretentionSettings(): Promise<Models.AnalyticsDataRetentionResponse>;
|
|
126
|
+
getAnalyticsEvaluationsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
127
|
+
getAnalyticsEvaluationsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsEvaluationsAggregatesJobResultsOptions): Promise<Models.EvaluationAsyncAggregateQueryResponse>;
|
|
128
|
+
getAnalyticsFlowsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
129
|
+
getAnalyticsFlowsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsFlowsAggregatesJobResultsOptions): Promise<Models.FlowAsyncAggregateQueryResponse>;
|
|
130
|
+
getAnalyticsJourneysAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
131
|
+
getAnalyticsJourneysAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsJourneysAggregatesJobResultsOptions): Promise<Models.JourneyAsyncAggregateQueryResponse>;
|
|
132
|
+
getAnalyticsKnowledgeAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
133
|
+
getAnalyticsKnowledgeAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsKnowledgeAggregatesJobResultsOptions): Promise<Models.KnowledgeAsyncAggregateQueryResponse>;
|
|
120
134
|
getAnalyticsReportingExports(opts?: AnalyticsApi.getAnalyticsReportingExportsOptions): Promise<Models.ReportingExportJobListing>;
|
|
121
135
|
getAnalyticsReportingExportsMetadata(): Promise<Models.ReportingExportMetadataJobListing>;
|
|
122
136
|
getAnalyticsReportingMetadata(opts?: AnalyticsApi.getAnalyticsReportingMetadataOptions): Promise<Models.ReportMetaDataEntityListing>;
|
|
@@ -129,27 +143,56 @@ declare class AnalyticsApi {
|
|
|
129
143
|
getAnalyticsReportingSchedules(opts?: AnalyticsApi.getAnalyticsReportingSchedulesOptions): Promise<Models.ReportScheduleEntityListing>;
|
|
130
144
|
getAnalyticsReportingSettings(): Promise<Models.AnalyticsReportingSettings>;
|
|
131
145
|
getAnalyticsReportingTimeperiods(): Promise<Array<string>>;
|
|
146
|
+
getAnalyticsResolutionsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
147
|
+
getAnalyticsResolutionsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsResolutionsAggregatesJobResultsOptions): Promise<Models.ResolutionAsyncAggregateQueryResponse>;
|
|
148
|
+
getAnalyticsSurveysAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
149
|
+
getAnalyticsSurveysAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsSurveysAggregatesJobResultsOptions): Promise<Models.SurveyAsyncAggregateQueryResponse>;
|
|
150
|
+
getAnalyticsTaskmanagementAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
151
|
+
getAnalyticsTaskmanagementAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsTaskmanagementAggregatesJobResultsOptions): Promise<Models.TaskManagementAsyncAggregateQueryResponse>;
|
|
152
|
+
getAnalyticsTranscriptsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
153
|
+
getAnalyticsTranscriptsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsTranscriptsAggregatesJobResultsOptions): Promise<Models.TranscriptAsyncAggregateQueryResponse>;
|
|
154
|
+
getAnalyticsUsersAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
155
|
+
getAnalyticsUsersAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsUsersAggregatesJobResultsOptions): Promise<Models.UserAsyncAggregateQueryResponse>;
|
|
132
156
|
getAnalyticsUsersDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
133
157
|
getAnalyticsUsersDetailsJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsUsersDetailsJobResultsOptions): Promise<Models.AnalyticsUserDetailsAsyncQueryResponse>;
|
|
134
158
|
getAnalyticsUsersDetailsJobsAvailability(): Promise<Models.DataAvailabilityResponse>;
|
|
135
159
|
patchAnalyticsReportingSettings(body: Models.AnalyticsReportingSettings): Promise<Models.AnalyticsReportingSettings>;
|
|
160
|
+
postAnalyticsActionsAggregatesJobs(body: Models.ActionAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
136
161
|
postAnalyticsActionsAggregatesQuery(body: Models.ActionAggregationQuery): Promise<Models.ActionAggregateQueryResponse>;
|
|
162
|
+
postAnalyticsBotsAggregatesJobs(body: Models.BotAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
137
163
|
postAnalyticsBotsAggregatesQuery(body: Models.BotAggregationQuery): Promise<Models.BotAggregateQueryResponse>;
|
|
138
164
|
postAnalyticsConversationDetailsProperties(conversationId: string, body: Models.PropertyIndexRequest): Promise<Models.PropertyIndexRequest>;
|
|
165
|
+
postAnalyticsConversationsActivityQuery(body: Models.ConversationActivityQuery, opts?: AnalyticsApi.postAnalyticsConversationsActivityQueryOptions): Promise<Models.ConversationActivityResponse>;
|
|
166
|
+
postAnalyticsConversationsAggregatesJobs(body: Models.ConversationAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
139
167
|
postAnalyticsConversationsAggregatesQuery(body: Models.ConversationAggregationQuery): Promise<Models.ConversationAggregateQueryResponse>;
|
|
140
168
|
postAnalyticsConversationsDetailsJobs(body: Models.AsyncConversationQuery): Promise<Models.AsyncQueryResponse>;
|
|
141
169
|
postAnalyticsConversationsDetailsQuery(body: Models.ConversationQuery): Promise<Models.AnalyticsConversationQueryResponse>;
|
|
142
170
|
postAnalyticsConversationsTranscriptsQuery(body: Models.TranscriptConversationDetailSearchRequest): Promise<Models.AnalyticsConversationWithoutAttributesMultiGetResponse>;
|
|
171
|
+
postAnalyticsEvaluationsAggregatesJobs(body: Models.EvaluationAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
143
172
|
postAnalyticsEvaluationsAggregatesQuery(body: Models.EvaluationAggregationQuery): Promise<Models.EvaluationAggregateQueryResponse>;
|
|
173
|
+
postAnalyticsFlowsActivityQuery(body: Models.FlowActivityQuery, opts?: AnalyticsApi.postAnalyticsFlowsActivityQueryOptions): Promise<Models.FlowActivityResponse>;
|
|
174
|
+
postAnalyticsFlowsAggregatesJobs(body: Models.FlowAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
144
175
|
postAnalyticsFlowsAggregatesQuery(body: Models.FlowAggregationQuery): Promise<Models.FlowAggregateQueryResponse>;
|
|
145
176
|
postAnalyticsFlowsObservationsQuery(body: Models.FlowObservationQuery): Promise<Models.FlowObservationQueryResponse>;
|
|
177
|
+
postAnalyticsJourneysAggregatesJobs(body: Models.JourneyAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
146
178
|
postAnalyticsJourneysAggregatesQuery(body: Models.JourneyAggregationQuery): Promise<Models.JourneyAggregateQueryResponse>;
|
|
179
|
+
postAnalyticsKnowledgeAggregatesJobs(body: Models.KnowledgeAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
180
|
+
postAnalyticsKnowledgeAggregatesQuery(body: Models.KnowledgeAggregationQuery): Promise<Models.KnowledgeAggregateQueryResponse>;
|
|
147
181
|
postAnalyticsQueuesObservationsQuery(body: Models.QueueObservationQuery): Promise<Models.QueueObservationQueryResponse>;
|
|
148
182
|
postAnalyticsReportingExports(body: Models.ReportingExportJobRequest): Promise<Models.ReportingExportJobResponse>;
|
|
149
183
|
postAnalyticsReportingScheduleRunreport(scheduleId: string): Promise<Models.RunNowResponse>;
|
|
150
184
|
postAnalyticsReportingSchedules(body: Models.ReportSchedule): Promise<Models.ReportSchedule>;
|
|
185
|
+
postAnalyticsResolutionsAggregatesJobs(body: Models.ResolutionAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
186
|
+
postAnalyticsRoutingActivityQuery(body: Models.RoutingActivityQuery, opts?: AnalyticsApi.postAnalyticsRoutingActivityQueryOptions): Promise<Models.RoutingActivityResponse>;
|
|
187
|
+
postAnalyticsSurveysAggregatesJobs(body: Models.SurveyAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
151
188
|
postAnalyticsSurveysAggregatesQuery(body: Models.SurveyAggregationQuery): Promise<Models.SurveyAggregateQueryResponse>;
|
|
189
|
+
postAnalyticsTaskmanagementAggregatesJobs(body: Models.TaskManagementAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
190
|
+
postAnalyticsTaskmanagementAggregatesQuery(body: Models.TaskManagementAggregationQuery): Promise<Models.TaskManagementAggregateQueryResponse>;
|
|
191
|
+
postAnalyticsTeamsActivityQuery(body: Models.TeamActivityQuery, opts?: AnalyticsApi.postAnalyticsTeamsActivityQueryOptions): Promise<Models.TeamActivityResponse>;
|
|
192
|
+
postAnalyticsTranscriptsAggregatesJobs(body: Models.TranscriptAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
152
193
|
postAnalyticsTranscriptsAggregatesQuery(body: Models.TranscriptAggregationQuery): Promise<Models.TranscriptAggregateQueryResponse>;
|
|
194
|
+
postAnalyticsUsersActivityQuery(body: Models.UserActivityQuery, opts?: AnalyticsApi.postAnalyticsUsersActivityQueryOptions): Promise<Models.UserActivityResponse>;
|
|
195
|
+
postAnalyticsUsersAggregatesJobs(body: Models.UserAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
153
196
|
postAnalyticsUsersAggregatesQuery(body: Models.UserAggregationQuery): Promise<Models.UserAggregateQueryResponse>;
|
|
154
197
|
postAnalyticsUsersDetailsJobs(body: Models.AsyncUserDetailsQuery): Promise<Models.AsyncQueryResponse>;
|
|
155
198
|
postAnalyticsUsersDetailsQuery(body: Models.UserDetailsQuery): Promise<Models.AnalyticsUserDetailsQueryResponse>;
|
|
@@ -159,6 +202,9 @@ declare class AnalyticsApi {
|
|
|
159
202
|
}
|
|
160
203
|
|
|
161
204
|
declare namespace AnalyticsApi {
|
|
205
|
+
export interface getAnalyticsActionsAggregatesJobResultsOptions {
|
|
206
|
+
"cursor"?: string;
|
|
207
|
+
}
|
|
162
208
|
export interface getAnalyticsBotflowReportingturnsOptions {
|
|
163
209
|
"after"?: string;
|
|
164
210
|
"pageSize"?: string;
|
|
@@ -167,6 +213,12 @@ declare namespace AnalyticsApi {
|
|
|
167
213
|
"language"?: string;
|
|
168
214
|
"askActionResults"?: string;
|
|
169
215
|
}
|
|
216
|
+
export interface getAnalyticsBotsAggregatesJobResultsOptions {
|
|
217
|
+
"cursor"?: string;
|
|
218
|
+
}
|
|
219
|
+
export interface getAnalyticsConversationsAggregatesJobResultsOptions {
|
|
220
|
+
"cursor"?: string;
|
|
221
|
+
}
|
|
170
222
|
export interface getAnalyticsConversationsDetailsOptions {
|
|
171
223
|
"id"?: Array<string>;
|
|
172
224
|
}
|
|
@@ -174,6 +226,18 @@ declare namespace AnalyticsApi {
|
|
|
174
226
|
"cursor"?: string;
|
|
175
227
|
"pageSize"?: number;
|
|
176
228
|
}
|
|
229
|
+
export interface getAnalyticsEvaluationsAggregatesJobResultsOptions {
|
|
230
|
+
"cursor"?: string;
|
|
231
|
+
}
|
|
232
|
+
export interface getAnalyticsFlowsAggregatesJobResultsOptions {
|
|
233
|
+
"cursor"?: string;
|
|
234
|
+
}
|
|
235
|
+
export interface getAnalyticsJourneysAggregatesJobResultsOptions {
|
|
236
|
+
"cursor"?: string;
|
|
237
|
+
}
|
|
238
|
+
export interface getAnalyticsKnowledgeAggregatesJobResultsOptions {
|
|
239
|
+
"cursor"?: string;
|
|
240
|
+
}
|
|
177
241
|
export interface getAnalyticsReportingExportsOptions {
|
|
178
242
|
"pageNumber"?: number;
|
|
179
243
|
"pageSize"?: number;
|
|
@@ -194,10 +258,45 @@ declare namespace AnalyticsApi {
|
|
|
194
258
|
"pageNumber"?: number;
|
|
195
259
|
"pageSize"?: number;
|
|
196
260
|
}
|
|
261
|
+
export interface getAnalyticsResolutionsAggregatesJobResultsOptions {
|
|
262
|
+
"cursor"?: string;
|
|
263
|
+
}
|
|
264
|
+
export interface getAnalyticsSurveysAggregatesJobResultsOptions {
|
|
265
|
+
"cursor"?: string;
|
|
266
|
+
}
|
|
267
|
+
export interface getAnalyticsTaskmanagementAggregatesJobResultsOptions {
|
|
268
|
+
"cursor"?: string;
|
|
269
|
+
}
|
|
270
|
+
export interface getAnalyticsTranscriptsAggregatesJobResultsOptions {
|
|
271
|
+
"cursor"?: string;
|
|
272
|
+
}
|
|
273
|
+
export interface getAnalyticsUsersAggregatesJobResultsOptions {
|
|
274
|
+
"cursor"?: string;
|
|
275
|
+
}
|
|
197
276
|
export interface getAnalyticsUsersDetailsJobResultsOptions {
|
|
198
277
|
"cursor"?: string;
|
|
199
278
|
"pageSize"?: number;
|
|
200
279
|
}
|
|
280
|
+
export interface postAnalyticsConversationsActivityQueryOptions {
|
|
281
|
+
"pageSize"?: number;
|
|
282
|
+
"pageNumber"?: number;
|
|
283
|
+
}
|
|
284
|
+
export interface postAnalyticsFlowsActivityQueryOptions {
|
|
285
|
+
"pageSize"?: number;
|
|
286
|
+
"pageNumber"?: number;
|
|
287
|
+
}
|
|
288
|
+
export interface postAnalyticsRoutingActivityQueryOptions {
|
|
289
|
+
"pageSize"?: number;
|
|
290
|
+
"pageNumber"?: number;
|
|
291
|
+
}
|
|
292
|
+
export interface postAnalyticsTeamsActivityQueryOptions {
|
|
293
|
+
"pageSize"?: number;
|
|
294
|
+
"pageNumber"?: number;
|
|
295
|
+
}
|
|
296
|
+
export interface postAnalyticsUsersActivityQueryOptions {
|
|
297
|
+
"pageSize"?: number;
|
|
298
|
+
"pageNumber"?: number;
|
|
299
|
+
}
|
|
201
300
|
}
|
|
202
301
|
|
|
203
302
|
declare class ArchitectApi {
|
|
@@ -260,6 +359,9 @@ declare class ArchitectApi {
|
|
|
260
359
|
getFlowsDatatablesDivisionviews(opts?: ArchitectApi.getFlowsDatatablesDivisionviewsOptions): Promise<Models.DataTablesDomainEntityListing>;
|
|
261
360
|
getFlowsDivisionviews(opts?: ArchitectApi.getFlowsDivisionviewsOptions): Promise<Models.FlowDivisionViewEntityListing>;
|
|
262
361
|
getFlowsExecution(flowExecutionId: string): Promise<Models.FlowRuntimeExecution>;
|
|
362
|
+
getFlowsInstance(instanceId: string, opts?: ArchitectApi.getFlowsInstanceOptions): Promise<Models.GetFlowExecutionDataJobResult>;
|
|
363
|
+
getFlowsInstancesJob(jobId: string): Promise<Models.GetFlowExecutionDataJobResult>;
|
|
364
|
+
getFlowsInstancesQuerycapabilities(opts?: ArchitectApi.getFlowsInstancesQuerycapabilitiesOptions): Promise<Models.FlowsQueryCriteriaResponse>;
|
|
263
365
|
getFlowsJob(jobId: string, opts?: ArchitectApi.getFlowsJobOptions): Promise<Models.ArchitectJobStateResponse>;
|
|
264
366
|
getFlowsMilestone(milestoneId: string): Promise<Models.FlowMilestone>;
|
|
265
367
|
getFlowsMilestones(opts?: ArchitectApi.getFlowsMilestonesOptions): Promise<Models.FlowMilestoneListing>;
|
|
@@ -291,6 +393,8 @@ declare class ArchitectApi {
|
|
|
291
393
|
postFlowsDatatableRows(datatableId: string, dataTableRow: object): Promise<{ [key: string]: object; }>;
|
|
292
394
|
postFlowsDatatables(body: Models.DataTable): Promise<Models.DataTable>;
|
|
293
395
|
postFlowsExecutions(flowLaunchRequest: Models.FlowExecutionLaunchRequest): Promise<Models.FlowExecutionLaunchResponse>;
|
|
396
|
+
postFlowsInstancesJobs(body: Models.ExecutionDataRequest, opts?: ArchitectApi.postFlowsInstancesJobsOptions): Promise<Models.GetFlowExecutionDataJobResult>;
|
|
397
|
+
postFlowsInstancesQuery(body: Models.CriteriaQuery, opts?: ArchitectApi.postFlowsInstancesQueryOptions): Promise<Models.FlowResultEntityListing>;
|
|
294
398
|
postFlowsJobs(): Promise<Models.RegisterArchitectJobResponse>;
|
|
295
399
|
postFlowsMilestones(opts?: ArchitectApi.postFlowsMilestonesOptions): Promise<Models.FlowMilestone>;
|
|
296
400
|
postFlowsOutcomes(opts?: ArchitectApi.postFlowsOutcomesOptions): Promise<Models.FlowOutcome>;
|
|
@@ -537,6 +641,12 @@ declare namespace ArchitectApi {
|
|
|
537
641
|
"divisionId"?: Array<string>;
|
|
538
642
|
"includeSchemas"?: boolean;
|
|
539
643
|
}
|
|
644
|
+
export interface getFlowsInstanceOptions {
|
|
645
|
+
"expand"?: string;
|
|
646
|
+
}
|
|
647
|
+
export interface getFlowsInstancesQuerycapabilitiesOptions {
|
|
648
|
+
"expand"?: string;
|
|
649
|
+
}
|
|
540
650
|
export interface getFlowsJobOptions {
|
|
541
651
|
"expand"?: Array<string>;
|
|
542
652
|
}
|
|
@@ -586,6 +696,12 @@ declare namespace ArchitectApi {
|
|
|
586
696
|
export interface postFlowsActionsPublishOptions {
|
|
587
697
|
"version"?: string;
|
|
588
698
|
}
|
|
699
|
+
export interface postFlowsInstancesJobsOptions {
|
|
700
|
+
"expand"?: string;
|
|
701
|
+
}
|
|
702
|
+
export interface postFlowsInstancesQueryOptions {
|
|
703
|
+
"indexOnly"?: boolean;
|
|
704
|
+
}
|
|
589
705
|
export interface postFlowsMilestonesOptions {
|
|
590
706
|
"body"?: Models.FlowMilestone;
|
|
591
707
|
}
|
|
@@ -1015,12 +1131,15 @@ declare class ConversationsApi {
|
|
|
1015
1131
|
deleteConversationsCallParticipantConsult(conversationId: string, participantId: string): Promise<void>;
|
|
1016
1132
|
deleteConversationsEmailMessagesDraftAttachment(conversationId: string, attachmentId: string): Promise<void>;
|
|
1017
1133
|
deleteConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string): Promise<void>;
|
|
1134
|
+
deleteConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string): Promise<void>;
|
|
1018
1135
|
deleteConversationsMessagingIntegrationsLineIntegrationId(integrationId: string): Promise<void>;
|
|
1019
1136
|
deleteConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string): Promise<void>;
|
|
1020
1137
|
deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string): Promise<void>;
|
|
1021
1138
|
deleteConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.WhatsAppIntegration>;
|
|
1022
1139
|
deleteConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<void>;
|
|
1023
1140
|
getAnalyticsConversationDetails(conversationId: string): Promise<Models.AnalyticsConversationWithoutAttributes>;
|
|
1141
|
+
getAnalyticsConversationsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
1142
|
+
getAnalyticsConversationsAggregatesJobResults(jobId: string, opts?: ConversationsApi.getAnalyticsConversationsAggregatesJobResultsOptions): Promise<Models.ConversationAsyncAggregateQueryResponse>;
|
|
1024
1143
|
getAnalyticsConversationsDetails(opts?: ConversationsApi.getAnalyticsConversationsDetailsOptions): Promise<Models.AnalyticsConversationWithoutAttributesMultiGetResponse>;
|
|
1025
1144
|
getAnalyticsConversationsDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
1026
1145
|
getAnalyticsConversationsDetailsJobResults(jobId: string, opts?: ConversationsApi.getAnalyticsConversationsDetailsJobResultsOptions): Promise<Models.AnalyticsConversationAsyncQueryResponse>;
|
|
@@ -1079,6 +1198,8 @@ declare class ConversationsApi {
|
|
|
1079
1198
|
getConversationsMessagingIntegrations(opts?: ConversationsApi.getConversationsMessagingIntegrationsOptions): Promise<Models.MessagingIntegrationEntityListing>;
|
|
1080
1199
|
getConversationsMessagingIntegrationsFacebook(opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookOptions): Promise<Models.FacebookIntegrationEntityListing>;
|
|
1081
1200
|
getConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookIntegrationIdOptions): Promise<Models.FacebookIntegration>;
|
|
1201
|
+
getConversationsMessagingIntegrationsInstagram(opts?: ConversationsApi.getConversationsMessagingIntegrationsInstagramOptions): Promise<Models.InstagramIntegrationEntityListing>;
|
|
1202
|
+
getConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsInstagramIntegrationIdOptions): Promise<Models.InstagramIntegration>;
|
|
1082
1203
|
getConversationsMessagingIntegrationsLine(opts?: ConversationsApi.getConversationsMessagingIntegrationsLineOptions): Promise<Models.LineIntegrationEntityListing>;
|
|
1083
1204
|
getConversationsMessagingIntegrationsLineIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsLineIntegrationIdOptions): Promise<Models.LineIntegration>;
|
|
1084
1205
|
getConversationsMessagingIntegrationsOpen(opts?: ConversationsApi.getConversationsMessagingIntegrationsOpenOptions): Promise<Models.OpenIntegrationEntityListing>;
|
|
@@ -1095,6 +1216,7 @@ declare class ConversationsApi {
|
|
|
1095
1216
|
getConversationsScreenshareParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsScreenshareParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
1096
1217
|
getConversationsSettings(): Promise<Models.Settings>;
|
|
1097
1218
|
getConversationsSocialParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsSocialParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
1219
|
+
getConversationsVideoDetails(conferenceId: string): Promise<Models.VideoConferenceDetails>;
|
|
1098
1220
|
getConversationsVideoParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsVideoParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
1099
1221
|
patchConversationParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
|
|
1100
1222
|
patchConversationParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
|
|
@@ -1128,12 +1250,15 @@ declare class ConversationsApi {
|
|
|
1128
1250
|
patchConversationsMessageParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantAttributesOptions): Promise<void>;
|
|
1129
1251
|
patchConversationsMessageParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
|
|
1130
1252
|
patchConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, body: Models.FacebookIntegrationUpdateRequest): Promise<Models.FacebookIntegration>;
|
|
1253
|
+
patchConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, body: Models.InstagramIntegrationUpdateRequest): Promise<Models.InstagramIntegration>;
|
|
1131
1254
|
patchConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, body: Models.OpenIntegrationUpdateRequest): Promise<Models.OpenIntegration>;
|
|
1132
1255
|
patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
|
|
1133
1256
|
patchConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, body: Models.WhatsAppIntegrationUpdateRequest): Promise<Models.WhatsAppIntegration>;
|
|
1134
1257
|
patchConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string, body: Models.SupportedContent): Promise<Models.SupportedContent>;
|
|
1135
1258
|
patchConversationsSettings(body: Models.Settings): Promise<void>;
|
|
1136
1259
|
postAnalyticsConversationDetailsProperties(conversationId: string, body: Models.PropertyIndexRequest): Promise<Models.PropertyIndexRequest>;
|
|
1260
|
+
postAnalyticsConversationsActivityQuery(body: Models.ConversationActivityQuery, opts?: ConversationsApi.postAnalyticsConversationsActivityQueryOptions): Promise<Models.ConversationActivityResponse>;
|
|
1261
|
+
postAnalyticsConversationsAggregatesJobs(body: Models.ConversationAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
1137
1262
|
postAnalyticsConversationsAggregatesQuery(body: Models.ConversationAggregationQuery): Promise<Models.ConversationAggregateQueryResponse>;
|
|
1138
1263
|
postAnalyticsConversationsDetailsJobs(body: Models.AsyncConversationQuery): Promise<Models.AsyncQueryResponse>;
|
|
1139
1264
|
postAnalyticsConversationsDetailsQuery(body: Models.ConversationQuery): Promise<Models.AnalyticsConversationQueryResponse>;
|
|
@@ -1143,11 +1268,17 @@ declare class ConversationsApi {
|
|
|
1143
1268
|
postConversationParticipantCallbacks(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantCallbacksOptions): Promise<void>;
|
|
1144
1269
|
postConversationParticipantDigits(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantDigitsOptions): Promise<void>;
|
|
1145
1270
|
postConversationParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
|
|
1271
|
+
postConversationParticipantReplaceAgent(conversationId: string, participantId: string, body: Models.TransferToAgentRequest): Promise<void>;
|
|
1272
|
+
postConversationParticipantReplaceExternal(conversationId: string, participantId: string, body: Models.TransferToExternalRequest): Promise<void>;
|
|
1273
|
+
postConversationParticipantReplaceQueue(conversationId: string, participantId: string, body: Models.TransferToQueueRequest): Promise<void>;
|
|
1146
1274
|
postConversationParticipantSecureivrsessions(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantSecureivrsessionsOptions): Promise<Models.SecureSession>;
|
|
1147
1275
|
postConversationsCall(conversationId: string, body: Models.CallCommand): Promise<Models.Conversation>;
|
|
1148
1276
|
postConversationsCallParticipantCoach(conversationId: string, participantId: string): Promise<void>;
|
|
1149
1277
|
postConversationsCallParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsCallParticipantCommunicationWrapupOptions): Promise<void>;
|
|
1150
1278
|
postConversationsCallParticipantConsult(conversationId: string, participantId: string, body: Models.ConsultTransfer): Promise<Models.ConsultTransferResponse>;
|
|
1279
|
+
postConversationsCallParticipantConsultAgent(conversationId: string, participantId: string, body: Models.ConsultTransferToAgent): Promise<Models.ConsultTransferResponse>;
|
|
1280
|
+
postConversationsCallParticipantConsultExternal(conversationId: string, participantId: string, body: Models.ConsultTransferToExternal): Promise<Models.ConsultTransferResponse>;
|
|
1281
|
+
postConversationsCallParticipantConsultQueue(conversationId: string, participantId: string, body: Models.ConsultTransferToQueue): Promise<Models.ConsultTransferResponse>;
|
|
1151
1282
|
postConversationsCallParticipantMonitor(conversationId: string, participantId: string): Promise<void>;
|
|
1152
1283
|
postConversationsCallParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
|
|
1153
1284
|
postConversationsCallParticipants(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
|
|
@@ -1179,11 +1310,13 @@ declare class ConversationsApi {
|
|
|
1179
1310
|
postConversationsMessageCommunicationTyping(conversationId: string, communicationId: string, body: Models.MessageTypingEventRequest): Promise<void>;
|
|
1180
1311
|
postConversationsMessageMessagesBulk(conversationId: string, opts?: ConversationsApi.postConversationsMessageMessagesBulkOptions): Promise<Models.TextMessageListing>;
|
|
1181
1312
|
postConversationsMessageParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsMessageParticipantCommunicationWrapupOptions): Promise<void>;
|
|
1313
|
+
postConversationsMessageParticipantMonitor(conversationId: string, participantId: string): Promise<void>;
|
|
1182
1314
|
postConversationsMessageParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
|
|
1183
1315
|
postConversationsMessages(body: Models.CreateOutboundMessagingConversationRequest): Promise<Models.MessageConversation>;
|
|
1184
1316
|
postConversationsMessagesAgentless(body: Models.SendAgentlessOutboundMessageRequest): Promise<Models.SendAgentlessOutboundMessageResponse>;
|
|
1185
1317
|
postConversationsMessagesInboundOpen(body: Models.OpenNormalizedMessage): Promise<Models.OpenNormalizedMessage>;
|
|
1186
1318
|
postConversationsMessagingIntegrationsFacebook(body: Models.FacebookIntegrationRequest): Promise<Models.FacebookIntegration>;
|
|
1319
|
+
postConversationsMessagingIntegrationsInstagram(body: Models.InstagramIntegrationRequest): Promise<Models.InstagramIntegration>;
|
|
1187
1320
|
postConversationsMessagingIntegrationsLine(body: Models.LineIntegrationRequest): Promise<Models.LineIntegration>;
|
|
1188
1321
|
postConversationsMessagingIntegrationsOpen(body: Models.OpenIntegrationRequest): Promise<Models.OpenIntegration>;
|
|
1189
1322
|
postConversationsMessagingIntegrationsTwitter(body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
|
|
@@ -1214,6 +1347,9 @@ declare class ConversationsApi {
|
|
|
1214
1347
|
}
|
|
1215
1348
|
|
|
1216
1349
|
declare namespace ConversationsApi {
|
|
1350
|
+
export interface getAnalyticsConversationsAggregatesJobResultsOptions {
|
|
1351
|
+
"cursor"?: string;
|
|
1352
|
+
}
|
|
1217
1353
|
export interface getAnalyticsConversationsDetailsOptions {
|
|
1218
1354
|
"id"?: Array<string>;
|
|
1219
1355
|
}
|
|
@@ -1298,6 +1434,16 @@ declare namespace ConversationsApi {
|
|
|
1298
1434
|
export interface getConversationsMessagingIntegrationsFacebookIntegrationIdOptions {
|
|
1299
1435
|
"expand"?: string;
|
|
1300
1436
|
}
|
|
1437
|
+
export interface getConversationsMessagingIntegrationsInstagramOptions {
|
|
1438
|
+
"pageSize"?: number;
|
|
1439
|
+
"pageNumber"?: number;
|
|
1440
|
+
"expand"?: string;
|
|
1441
|
+
"supportedContentId"?: string;
|
|
1442
|
+
"messagingSettingId"?: string;
|
|
1443
|
+
}
|
|
1444
|
+
export interface getConversationsMessagingIntegrationsInstagramIntegrationIdOptions {
|
|
1445
|
+
"expand"?: string;
|
|
1446
|
+
}
|
|
1301
1447
|
export interface getConversationsMessagingIntegrationsLineOptions {
|
|
1302
1448
|
"pageSize"?: number;
|
|
1303
1449
|
"pageNumber"?: number;
|
|
@@ -1372,6 +1518,10 @@ declare namespace ConversationsApi {
|
|
|
1372
1518
|
export interface patchConversationsMessageParticipantAttributesOptions {
|
|
1373
1519
|
"body"?: Models.ParticipantAttributes;
|
|
1374
1520
|
}
|
|
1521
|
+
export interface postAnalyticsConversationsActivityQueryOptions {
|
|
1522
|
+
"pageSize"?: number;
|
|
1523
|
+
"pageNumber"?: number;
|
|
1524
|
+
}
|
|
1375
1525
|
export interface postConversationParticipantCallbacksOptions {
|
|
1376
1526
|
"body"?: Models.CreateCallbackOnConversationCommand;
|
|
1377
1527
|
}
|
|
@@ -1628,11 +1778,22 @@ declare namespace FaxApi {
|
|
|
1628
1778
|
}
|
|
1629
1779
|
|
|
1630
1780
|
declare class FlowsApi {
|
|
1781
|
+
getAnalyticsFlowsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
1782
|
+
getAnalyticsFlowsAggregatesJobResults(jobId: string, opts?: FlowsApi.getAnalyticsFlowsAggregatesJobResultsOptions): Promise<Models.FlowAsyncAggregateQueryResponse>;
|
|
1783
|
+
postAnalyticsFlowsActivityQuery(body: Models.FlowActivityQuery, opts?: FlowsApi.postAnalyticsFlowsActivityQueryOptions): Promise<Models.FlowActivityResponse>;
|
|
1784
|
+
postAnalyticsFlowsAggregatesJobs(body: Models.FlowAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
1631
1785
|
postAnalyticsFlowsAggregatesQuery(body: Models.FlowAggregationQuery): Promise<Models.FlowAggregateQueryResponse>;
|
|
1632
1786
|
postAnalyticsFlowsObservationsQuery(body: Models.FlowObservationQuery): Promise<Models.FlowObservationQueryResponse>;
|
|
1633
1787
|
}
|
|
1634
1788
|
|
|
1635
1789
|
declare namespace FlowsApi {
|
|
1790
|
+
export interface getAnalyticsFlowsAggregatesJobResultsOptions {
|
|
1791
|
+
"cursor"?: string;
|
|
1792
|
+
}
|
|
1793
|
+
export interface postAnalyticsFlowsActivityQueryOptions {
|
|
1794
|
+
"pageSize"?: number;
|
|
1795
|
+
"pageNumber"?: number;
|
|
1796
|
+
}
|
|
1636
1797
|
}
|
|
1637
1798
|
|
|
1638
1799
|
declare class GamificationApi {
|
|
@@ -1860,9 +2021,11 @@ declare namespace GreetingsApi {
|
|
|
1860
2021
|
|
|
1861
2022
|
declare class GroupsApi {
|
|
1862
2023
|
deleteGroup(groupId: string): Promise<void>;
|
|
2024
|
+
deleteGroupDynamicsettings(groupId: string): Promise<void>;
|
|
1863
2025
|
deleteGroupMembers(groupId: string, ids: string): Promise<object>;
|
|
1864
2026
|
getFieldconfig(type: string): Promise<Models.FieldConfig>;
|
|
1865
2027
|
getGroup(groupId: string): Promise<Models.Group>;
|
|
2028
|
+
getGroupDynamicsettings(groupId: string): Promise<Models.DynamicGroupDefinition>;
|
|
1866
2029
|
getGroupIndividuals(groupId: string): Promise<Models.UserEntityListing>;
|
|
1867
2030
|
getGroupMembers(groupId: string, opts?: GroupsApi.getGroupMembersOptions): Promise<Models.UserEntityListing>;
|
|
1868
2031
|
getGroupProfile(groupId: string, opts?: GroupsApi.getGroupProfileOptions): Promise<Models.GroupProfile>;
|
|
@@ -1871,8 +2034,10 @@ declare class GroupsApi {
|
|
|
1871
2034
|
getProfilesGroups(opts?: GroupsApi.getProfilesGroupsOptions): Promise<Models.GroupProfileEntityListing>;
|
|
1872
2035
|
postGroupMembers(groupId: string, body: Models.GroupMembersUpdate): Promise<object>;
|
|
1873
2036
|
postGroups(body: Models.GroupCreate): Promise<Models.Group>;
|
|
2037
|
+
postGroupsDynamicsettingsPreview(body: Models.DynamicGroupQuery): Promise<Models.DynamicGroupQueryPreview>;
|
|
1874
2038
|
postGroupsSearch(body: Models.GroupSearchRequest): Promise<Models.GroupsSearchResponse>;
|
|
1875
|
-
putGroup(groupId: string, opts?: GroupsApi.putGroupOptions): Promise<Models.Group>;
|
|
2039
|
+
putGroup(groupId: string, opts?: GroupsApi.putGroupOptions): Promise<Models.Group>;
|
|
2040
|
+
putGroupDynamicsettings(groupId: string, body: Models.DynamicGroupQuery): Promise<void>;
|
|
1876
2041
|
}
|
|
1877
2042
|
|
|
1878
2043
|
declare namespace GroupsApi {
|
|
@@ -2017,6 +2182,12 @@ declare class IntegrationsApi {
|
|
|
2017
2182
|
getIntegrationsSpeechLexBotAlias(aliasId: string): Promise<Models.LexBotAlias>;
|
|
2018
2183
|
getIntegrationsSpeechLexBotBotIdAliases(botId: string, opts?: IntegrationsApi.getIntegrationsSpeechLexBotBotIdAliasesOptions): Promise<Models.LexBotAliasEntityListing>;
|
|
2019
2184
|
getIntegrationsSpeechLexBots(opts?: IntegrationsApi.getIntegrationsSpeechLexBotsOptions): Promise<Models.LexBotEntityListing>;
|
|
2185
|
+
getIntegrationsSpeechNuanceNuanceIntegrationIdBot(nuanceIntegrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsSpeechNuanceNuanceIntegrationIdBotOptions): Promise<Models.NuanceBot>;
|
|
2186
|
+
getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob(nuanceIntegrationId: string, botId: string, jobId: string): Promise<Models.AsyncJob>;
|
|
2187
|
+
getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults(nuanceIntegrationId: string, botId: string, jobId: string): Promise<Models.NuanceBot>;
|
|
2188
|
+
getIntegrationsSpeechNuanceNuanceIntegrationIdBots(nuanceIntegrationId: string, opts?: IntegrationsApi.getIntegrationsSpeechNuanceNuanceIntegrationIdBotsOptions): Promise<Models.NuanceBotEntityListing>;
|
|
2189
|
+
getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob(nuanceIntegrationId: string, jobId: string): Promise<Models.AsyncJob>;
|
|
2190
|
+
getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults(nuanceIntegrationId: string, jobId: string): Promise<Models.NuanceBotEntityListing>;
|
|
2020
2191
|
getIntegrationsSpeechTtsEngine(engineId: string, opts?: IntegrationsApi.getIntegrationsSpeechTtsEngineOptions): Promise<Models.TtsEngineEntity>;
|
|
2021
2192
|
getIntegrationsSpeechTtsEngineVoice(engineId: string, voiceId: string): Promise<Models.TtsVoiceEntity>;
|
|
2022
2193
|
getIntegrationsSpeechTtsEngineVoices(engineId: string, opts?: IntegrationsApi.getIntegrationsSpeechTtsEngineVoicesOptions): Promise<Models.TtsVoiceEntityListing>;
|
|
@@ -2038,10 +2209,15 @@ declare class IntegrationsApi {
|
|
|
2038
2209
|
postIntegrationsActions(body: Models.PostActionInput): Promise<Models.Action>;
|
|
2039
2210
|
postIntegrationsActionsDrafts(body: Models.PostActionInput): Promise<Models.Action>;
|
|
2040
2211
|
postIntegrationsCredentials(opts?: IntegrationsApi.postIntegrationsCredentialsOptions): Promise<Models.CredentialInfo>;
|
|
2212
|
+
postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs(nuanceIntegrationId: string, botId: string, opts?: IntegrationsApi.postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobsOptions): Promise<Models.AsyncJob>;
|
|
2213
|
+
postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs(nuanceIntegrationId: string, opts?: IntegrationsApi.postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobsOptions): Promise<Models.AsyncJob>;
|
|
2214
|
+
postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate(nuanceIntegrationId: string, settings: Models.BotExecutionConfiguration): Promise<void>;
|
|
2041
2215
|
putIntegrationConfigCurrent(integrationId: string, opts?: IntegrationsApi.putIntegrationConfigCurrentOptions): Promise<Models.IntegrationConfiguration>;
|
|
2042
2216
|
putIntegrationsBotconnectorIntegrationIdBots(integrationId: string, botList: Models.BotList): Promise<void>;
|
|
2043
2217
|
putIntegrationsCredential(credentialId: string, opts?: IntegrationsApi.putIntegrationsCredentialOptions): Promise<Models.CredentialInfo>;
|
|
2044
|
-
|
|
2218
|
+
putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings(nuanceIntegrationId: string, settings: Models.NuanceBotLaunchSettings): Promise<void>;
|
|
2219
|
+
putIntegrationsSpeechTtsSettings(body: Models.TtsSettings): Promise<Models.TtsSettings>;
|
|
2220
|
+
putIntegrationsUnifiedcommunicationThirdpartypresences(ucIntegrationId: string, body: Array<Models.UCThirdPartyPresence>): Promise<string>;
|
|
2045
2221
|
}
|
|
2046
2222
|
|
|
2047
2223
|
declare namespace IntegrationsApi {
|
|
@@ -2151,6 +2327,15 @@ declare namespace IntegrationsApi {
|
|
|
2151
2327
|
"pageSize"?: number;
|
|
2152
2328
|
"name"?: string;
|
|
2153
2329
|
}
|
|
2330
|
+
export interface getIntegrationsSpeechNuanceNuanceIntegrationIdBotOptions {
|
|
2331
|
+
"expand"?: Array<string>;
|
|
2332
|
+
"targetChannel"?: string;
|
|
2333
|
+
}
|
|
2334
|
+
export interface getIntegrationsSpeechNuanceNuanceIntegrationIdBotsOptions {
|
|
2335
|
+
"pageNumber"?: number;
|
|
2336
|
+
"pageSize"?: number;
|
|
2337
|
+
"onlyRegisteredBots"?: boolean;
|
|
2338
|
+
}
|
|
2154
2339
|
export interface getIntegrationsSpeechTtsEngineOptions {
|
|
2155
2340
|
"includeVoices"?: boolean;
|
|
2156
2341
|
}
|
|
@@ -2197,6 +2382,15 @@ declare namespace IntegrationsApi {
|
|
|
2197
2382
|
export interface postIntegrationsCredentialsOptions {
|
|
2198
2383
|
"body"?: Models.Credential;
|
|
2199
2384
|
}
|
|
2385
|
+
export interface postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobsOptions {
|
|
2386
|
+
"expand"?: Array<string>;
|
|
2387
|
+
"body"?: string;
|
|
2388
|
+
}
|
|
2389
|
+
export interface postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobsOptions {
|
|
2390
|
+
"pageNumber"?: number;
|
|
2391
|
+
"pageSize"?: number;
|
|
2392
|
+
"onlyRegisteredBots"?: boolean;
|
|
2393
|
+
}
|
|
2200
2394
|
export interface putIntegrationConfigCurrentOptions {
|
|
2201
2395
|
"body"?: Models.IntegrationConfiguration;
|
|
2202
2396
|
}
|
|
@@ -2211,6 +2405,8 @@ declare class JourneyApi {
|
|
|
2211
2405
|
deleteJourneyOutcome(outcomeId: string): Promise<void>;
|
|
2212
2406
|
deleteJourneyOutcomesPredictor(predictorId: string): Promise<void>;
|
|
2213
2407
|
deleteJourneySegment(segmentId: string): Promise<void>;
|
|
2408
|
+
getAnalyticsJourneysAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
2409
|
+
getAnalyticsJourneysAggregatesJobResults(jobId: string, opts?: JourneyApi.getAnalyticsJourneysAggregatesJobResultsOptions): Promise<Models.JourneyAsyncAggregateQueryResponse>;
|
|
2214
2410
|
getJourneyActionmap(actionMapId: string): Promise<Models.ActionMap>;
|
|
2215
2411
|
getJourneyActionmaps(opts?: JourneyApi.getJourneyActionmapsOptions): Promise<Models.ActionMapListing>;
|
|
2216
2412
|
getJourneyActionmapsEstimatesJob(jobId: string): Promise<string>;
|
|
@@ -2221,22 +2417,28 @@ declare class JourneyApi {
|
|
|
2221
2417
|
getJourneyActiontemplates(opts?: JourneyApi.getJourneyActiontemplatesOptions): Promise<Models.ActionTemplateListing>;
|
|
2222
2418
|
getJourneyOutcome(outcomeId: string): Promise<Models.Outcome>;
|
|
2223
2419
|
getJourneyOutcomes(opts?: JourneyApi.getJourneyOutcomesOptions): Promise<Models.OutcomeListing>;
|
|
2420
|
+
getJourneyOutcomesAttributionsJob(jobId: string): Promise<Models.OutcomeAttributionJobStateResponse>;
|
|
2421
|
+
getJourneyOutcomesAttributionsJobResults(jobId: string): Promise<Models.OutcomeAttributionResponseListing>;
|
|
2224
2422
|
getJourneyOutcomesPredictor(predictorId: string): Promise<Models.OutcomePredictor>;
|
|
2225
2423
|
getJourneyOutcomesPredictors(): Promise<Models.OutcomePredictorListing>;
|
|
2226
2424
|
getJourneySegment(segmentId: string): Promise<Models.JourneySegment>;
|
|
2227
2425
|
getJourneySegments(opts?: JourneyApi.getJourneySegmentsOptions): Promise<Models.SegmentListing>;
|
|
2228
2426
|
getJourneySession(sessionId: string): Promise<Models.Session>;
|
|
2427
|
+
getJourneySessionEvents(sessionId: string, opts?: JourneyApi.getJourneySessionEventsOptions): Promise<Models.EventListing>;
|
|
2229
2428
|
getJourneySessionOutcomescores(sessionId: string): Promise<Models.OutcomeScoresResult>;
|
|
2429
|
+
getJourneySessionSegments(sessionId: string, opts?: JourneyApi.getJourneySessionSegmentsOptions): Promise<Models.SegmentAssignmentListing>;
|
|
2230
2430
|
patchJourneyActionmap(actionMapId: string, opts?: JourneyApi.patchJourneyActionmapOptions): Promise<Models.ActionMap>;
|
|
2231
2431
|
patchJourneyActiontarget(actionTargetId: string, opts?: JourneyApi.patchJourneyActiontargetOptions): Promise<Models.ActionTarget>;
|
|
2232
2432
|
patchJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.patchJourneyActiontemplateOptions): Promise<Models.ActionTemplate>;
|
|
2233
2433
|
patchJourneyOutcome(outcomeId: string, opts?: JourneyApi.patchJourneyOutcomeOptions): Promise<Models.Outcome>;
|
|
2234
2434
|
patchJourneySegment(segmentId: string, opts?: JourneyApi.patchJourneySegmentOptions): Promise<Models.JourneySegment>;
|
|
2435
|
+
postAnalyticsJourneysAggregatesJobs(body: Models.JourneyAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
2235
2436
|
postAnalyticsJourneysAggregatesQuery(body: Models.JourneyAggregationQuery): Promise<Models.JourneyAggregateQueryResponse>;
|
|
2236
2437
|
postJourneyActionmaps(opts?: JourneyApi.postJourneyActionmapsOptions): Promise<Models.ActionMap>;
|
|
2237
2438
|
postJourneyActionmapsEstimatesJobs(body: Models.ActionMapEstimateRequest): Promise<Models.EstimateJobAsyncResponse>;
|
|
2238
2439
|
postJourneyActiontemplates(opts?: JourneyApi.postJourneyActiontemplatesOptions): Promise<Models.ActionTemplate>;
|
|
2239
2440
|
postJourneyOutcomes(opts?: JourneyApi.postJourneyOutcomesOptions): Promise<Models.Outcome>;
|
|
2441
|
+
postJourneyOutcomesAttributionsJobs(opts?: JourneyApi.postJourneyOutcomesAttributionsJobsOptions): Promise<Models.OutcomeAttributionAsyncResponse>;
|
|
2240
2442
|
postJourneyOutcomesPredictors(opts?: JourneyApi.postJourneyOutcomesPredictorsOptions): Promise<Models.OutcomePredictor>;
|
|
2241
2443
|
postJourneySegments(opts?: JourneyApi.postJourneySegmentsOptions): Promise<Models.JourneySegment>;
|
|
2242
2444
|
}
|
|
@@ -2245,6 +2447,9 @@ declare namespace JourneyApi {
|
|
|
2245
2447
|
export interface deleteJourneyActiontemplateOptions {
|
|
2246
2448
|
"hardDelete"?: boolean;
|
|
2247
2449
|
}
|
|
2450
|
+
export interface getAnalyticsJourneysAggregatesJobResultsOptions {
|
|
2451
|
+
"cursor"?: string;
|
|
2452
|
+
}
|
|
2248
2453
|
export interface getJourneyActionmapsOptions {
|
|
2249
2454
|
"pageNumber"?: number;
|
|
2250
2455
|
"pageSize"?: number;
|
|
@@ -2285,6 +2490,16 @@ declare namespace JourneyApi {
|
|
|
2285
2490
|
"queryFields"?: Array<string>;
|
|
2286
2491
|
"queryValue"?: string;
|
|
2287
2492
|
}
|
|
2493
|
+
export interface getJourneySessionEventsOptions {
|
|
2494
|
+
"pageSize"?: string;
|
|
2495
|
+
"after"?: string;
|
|
2496
|
+
}
|
|
2497
|
+
export interface getJourneySessionSegmentsOptions {
|
|
2498
|
+
"pageSize"?: string;
|
|
2499
|
+
"after"?: string;
|
|
2500
|
+
"segmentScope"?: string;
|
|
2501
|
+
"assignmentState"?: string;
|
|
2502
|
+
}
|
|
2288
2503
|
export interface patchJourneyActionmapOptions {
|
|
2289
2504
|
"body"?: Models.PatchActionMap;
|
|
2290
2505
|
}
|
|
@@ -2309,6 +2524,9 @@ declare namespace JourneyApi {
|
|
|
2309
2524
|
export interface postJourneyOutcomesOptions {
|
|
2310
2525
|
"body"?: Models.Outcome;
|
|
2311
2526
|
}
|
|
2527
|
+
export interface postJourneyOutcomesAttributionsJobsOptions {
|
|
2528
|
+
"body"?: Models.OutcomeAttributionListing;
|
|
2529
|
+
}
|
|
2312
2530
|
export interface postJourneyOutcomesPredictorsOptions {
|
|
2313
2531
|
"body"?: Models.OutcomePredictorRequest;
|
|
2314
2532
|
}
|
|
@@ -2349,6 +2567,7 @@ declare class KnowledgeApi {
|
|
|
2349
2567
|
getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageCategoriesOptions): Promise<Models.CategoryListing>;
|
|
2350
2568
|
getKnowledgeKnowledgebaseLanguageCategory(categoryId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeExtendedCategory>;
|
|
2351
2569
|
getKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeDocument>;
|
|
2570
|
+
getKnowledgeKnowledgebaseLanguageDocumentUpload(documentId: string, knowledgeBaseId: string, languageCode: string, uploadId: string): Promise<Models.KnowledgeDocumentContentUpload>;
|
|
2352
2571
|
getKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageDocumentsOptions): Promise<Models.DocumentListing>;
|
|
2353
2572
|
getKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<Models.KnowledgeImport>;
|
|
2354
2573
|
getKnowledgeKnowledgebaseLanguageTraining(knowledgeBaseId: string, languageCode: string, trainingId: string): Promise<Models.KnowledgeTraining>;
|
|
@@ -2359,7 +2578,7 @@ declare class KnowledgeApi {
|
|
|
2359
2578
|
getKnowledgeKnowledgebases(opts?: KnowledgeApi.getKnowledgeKnowledgebasesOptions): Promise<Models.KnowledgeBaseListing>;
|
|
2360
2579
|
patchKnowledgeGuestSessionDocumentsSearchSearchId(sessionId: string, searchId: string, body: Models.SearchUpdateRequest): Promise<void>;
|
|
2361
2580
|
patchKnowledgeKnowledgebase(knowledgeBaseId: string, body: Models.KnowledgeBase): Promise<Models.KnowledgeBase>;
|
|
2362
|
-
patchKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string, body: Models.
|
|
2581
|
+
patchKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string, body: Models.CategoryUpdateRequest): Promise<Models.CategoryResponse>;
|
|
2363
2582
|
patchKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
|
|
2364
2583
|
patchKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
|
|
2365
2584
|
patchKnowledgeKnowledgebaseDocumentsSearchSearchId(knowledgeBaseId: string, searchId: string, opts?: KnowledgeApi.patchKnowledgeKnowledgebaseDocumentsSearchSearchIdOptions): Promise<void>;
|
|
@@ -2374,16 +2593,20 @@ declare class KnowledgeApi {
|
|
|
2374
2593
|
postKnowledgeGuestSessionDocumentsSearch(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchOptions): Promise<Models.KnowledgeDocumentGuestSearch>;
|
|
2375
2594
|
postKnowledgeGuestSessionDocumentsSearchSuggestions(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions): Promise<Models.KnowledgeGuestDocumentSuggestion>;
|
|
2376
2595
|
postKnowledgeGuestSessions(body: Models.KnowledgeGuestSession): Promise<Models.KnowledgeGuestSession>;
|
|
2377
|
-
postKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, body: Models.
|
|
2596
|
+
postKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, body: Models.CategoryCreateRequest): Promise<Models.CategoryResponse>;
|
|
2378
2597
|
postKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
|
|
2379
2598
|
postKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentVersion): Promise<Models.KnowledgeDocumentVersion>;
|
|
2380
2599
|
postKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
|
|
2600
|
+
postKnowledgeKnowledgebaseDocumentsBulkRemove(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkRemoveRequest): Promise<Models.BulkResponse>;
|
|
2601
|
+
postKnowledgeKnowledgebaseDocumentsBulkUpdate(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkUpdateRequest): Promise<Models.BulkResponse>;
|
|
2381
2602
|
postKnowledgeKnowledgebaseDocumentsSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchOptions): Promise<Models.KnowledgeDocumentSearch>;
|
|
2382
2603
|
postKnowledgeKnowledgebaseDocumentsSearchSuggestions(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchSuggestionsOptions): Promise<Models.KnowledgeDocumentSuggestion>;
|
|
2604
|
+
postKnowledgeKnowledgebaseDocumentsVersionsBulkAdd(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkVersionAddRequest): Promise<Models.BulkResponse>;
|
|
2383
2605
|
postKnowledgeKnowledgebaseExportJobs(knowledgeBaseId: string, body: Models.KnowledgeExportJobRequest): Promise<Models.KnowledgeExportJobResponse>;
|
|
2384
2606
|
postKnowledgeKnowledgebaseImportJobs(knowledgeBaseId: string, body: Models.KnowledgeImportJobRequest): Promise<Models.KnowledgeImportJobResponse>;
|
|
2385
2607
|
postKnowledgeKnowledgebaseLabels(knowledgeBaseId: string, body: Models.LabelCreateRequest): Promise<Models.LabelResponse>;
|
|
2386
2608
|
postKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeCategoryRequest): Promise<Models.KnowledgeExtendedCategory>;
|
|
2609
|
+
postKnowledgeKnowledgebaseLanguageDocumentUploads(documentId: string, knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeDocumentContentUpload): Promise<Models.KnowledgeDocumentContentUpload>;
|
|
2387
2610
|
postKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeDocumentRequest): Promise<Models.KnowledgeDocument>;
|
|
2388
2611
|
postKnowledgeKnowledgebaseLanguageDocumentsImports(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeImport): Promise<Models.KnowledgeImport>;
|
|
2389
2612
|
postKnowledgeKnowledgebaseLanguageTrainingPromote(knowledgeBaseId: string, languageCode: string, trainingId: string): Promise<Models.KnowledgeTraining>;
|
|
@@ -2457,6 +2680,7 @@ declare namespace KnowledgeApi {
|
|
|
2457
2680
|
"includeDrafts"?: boolean;
|
|
2458
2681
|
"labelIds"?: Array<string>;
|
|
2459
2682
|
"expand"?: Array<string>;
|
|
2683
|
+
"externalIds"?: Array<string>;
|
|
2460
2684
|
}
|
|
2461
2685
|
export interface getKnowledgeKnowledgebaseLabelsOptions {
|
|
2462
2686
|
"before"?: string;
|
|
@@ -2982,10 +3206,12 @@ declare class OrganizationAuthorizationApi {
|
|
|
2982
3206
|
deleteOrgauthorizationTrusteeGroupRoles(trusteeOrgId: string, trusteeGroupId: string): Promise<void>;
|
|
2983
3207
|
deleteOrgauthorizationTrusteeUser(trusteeOrgId: string, trusteeUserId: string): Promise<void>;
|
|
2984
3208
|
deleteOrgauthorizationTrusteeUserRoles(trusteeOrgId: string, trusteeUserId: string): Promise<void>;
|
|
3209
|
+
deleteOrgauthorizationTrustees(id: Array<string>): Promise<void>;
|
|
2985
3210
|
deleteOrgauthorizationTrustor(trustorOrgId: string): Promise<void>;
|
|
2986
3211
|
deleteOrgauthorizationTrustorCloneduser(trustorOrgId: string, trusteeUserId: string): Promise<void>;
|
|
2987
3212
|
deleteOrgauthorizationTrustorGroup(trustorOrgId: string, trustorGroupId: string): Promise<void>;
|
|
2988
3213
|
deleteOrgauthorizationTrustorUser(trustorOrgId: string, trusteeUserId: string): Promise<void>;
|
|
3214
|
+
deleteOrgauthorizationTrustors(id: Array<string>): Promise<void>;
|
|
2989
3215
|
getOrgauthorizationPairing(pairingId: string): Promise<Models.TrustRequest>;
|
|
2990
3216
|
getOrgauthorizationTrustee(trusteeOrgId: string): Promise<Models.Trustee>;
|
|
2991
3217
|
getOrgauthorizationTrusteeClonedusers(trusteeOrgId: string): Promise<Models.ClonedUserEntityListing>;
|
|
@@ -3443,8 +3669,11 @@ declare namespace OutboundApi {
|
|
|
3443
3669
|
}
|
|
3444
3670
|
|
|
3445
3671
|
declare class PresenceApi {
|
|
3672
|
+
deletePresenceDefinition0(definitionId: string): Promise<void>;
|
|
3446
3673
|
deletePresenceSource(sourceId: string): Promise<void>;
|
|
3447
3674
|
deletePresencedefinition(presenceId: string): Promise<void>;
|
|
3675
|
+
getPresenceDefinition0(definitionId: string): Promise<Models.OrganizationPresenceDefinition>;
|
|
3676
|
+
getPresenceDefinitions0(opts?: PresenceApi.getPresenceDefinitions0Options): Promise<Models.OrganizationPresenceDefinitionEntityListing>;
|
|
3448
3677
|
getPresenceSettings(): Promise<Models.PresenceSettings>;
|
|
3449
3678
|
getPresenceSource(sourceId: string): Promise<Models.Source>;
|
|
3450
3679
|
getPresenceSources(opts?: PresenceApi.getPresenceSourcesOptions): Promise<Models.SourceEntityListing>;
|
|
@@ -3454,10 +3683,14 @@ declare class PresenceApi {
|
|
|
3454
3683
|
getSystempresences(): Promise<Array<Models.SystemPresence>>;
|
|
3455
3684
|
getUserPresence(userId: string, sourceId: string): Promise<Models.UserPresence>;
|
|
3456
3685
|
getUserPresencesPurecloud(userId: string): Promise<Models.UserPresence>;
|
|
3686
|
+
getUsersPresenceBulk(sourceId: string, opts?: PresenceApi.getUsersPresenceBulkOptions): Promise<Array<Models.UcUserPresence>>;
|
|
3687
|
+
getUsersPresencesPurecloudBulk(opts?: PresenceApi.getUsersPresencesPurecloudBulkOptions): Promise<Array<Models.UcUserPresence>>;
|
|
3457
3688
|
patchUserPresence(userId: string, sourceId: string, body: Models.UserPresence): Promise<Models.UserPresence>;
|
|
3458
3689
|
patchUserPresencesPurecloud(userId: string, body: Models.UserPresence): Promise<Models.UserPresence>;
|
|
3690
|
+
postPresenceDefinitions0(body: Models.OrganizationPresenceDefinition): Promise<Models.OrganizationPresenceDefinition>;
|
|
3459
3691
|
postPresenceSources(body: Models.Source): Promise<Models.Source>;
|
|
3460
3692
|
postPresencedefinitions(body: Models.OrganizationPresence): Promise<Models.OrganizationPresence>;
|
|
3693
|
+
putPresenceDefinition0(definitionId: string, body: Models.OrganizationPresenceDefinition): Promise<Models.OrganizationPresenceDefinition>;
|
|
3461
3694
|
putPresenceSettings(body: Models.PresenceSettings): Promise<Models.PresenceSettings>;
|
|
3462
3695
|
putPresenceSource(sourceId: string, body: Models.Source): Promise<Models.Source>;
|
|
3463
3696
|
putPresenceUserPrimarysource(userId: string, body: Models.UserPrimarySource): Promise<Models.UserPrimarySource>;
|
|
@@ -3466,6 +3699,10 @@ declare class PresenceApi {
|
|
|
3466
3699
|
}
|
|
3467
3700
|
|
|
3468
3701
|
declare namespace PresenceApi {
|
|
3702
|
+
export interface getPresenceDefinitions0Options {
|
|
3703
|
+
"deactivated"?: string;
|
|
3704
|
+
"divisionId"?: Array<string>;
|
|
3705
|
+
}
|
|
3469
3706
|
export interface getPresenceSourcesOptions {
|
|
3470
3707
|
"deactivated"?: string;
|
|
3471
3708
|
}
|
|
@@ -3478,6 +3715,12 @@ declare namespace PresenceApi {
|
|
|
3478
3715
|
"deleted"?: string;
|
|
3479
3716
|
"localeCode"?: string;
|
|
3480
3717
|
}
|
|
3718
|
+
export interface getUsersPresenceBulkOptions {
|
|
3719
|
+
"id"?: Array<string>;
|
|
3720
|
+
}
|
|
3721
|
+
export interface getUsersPresencesPurecloudBulkOptions {
|
|
3722
|
+
"id"?: Array<string>;
|
|
3723
|
+
}
|
|
3481
3724
|
}
|
|
3482
3725
|
|
|
3483
3726
|
declare class ProcessAutomationApi {
|
|
@@ -3519,6 +3762,10 @@ declare class QualityApi {
|
|
|
3519
3762
|
deleteQualityForm(formId: string): Promise<void>;
|
|
3520
3763
|
deleteQualityFormsEvaluation(formId: string): Promise<void>;
|
|
3521
3764
|
deleteQualityFormsSurvey(formId: string): Promise<void>;
|
|
3765
|
+
getAnalyticsEvaluationsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
3766
|
+
getAnalyticsEvaluationsAggregatesJobResults(jobId: string, opts?: QualityApi.getAnalyticsEvaluationsAggregatesJobResultsOptions): Promise<Models.EvaluationAsyncAggregateQueryResponse>;
|
|
3767
|
+
getAnalyticsSurveysAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
3768
|
+
getAnalyticsSurveysAggregatesJobResults(jobId: string, opts?: QualityApi.getAnalyticsSurveysAggregatesJobResultsOptions): Promise<Models.SurveyAsyncAggregateQueryResponse>;
|
|
3522
3769
|
getQualityAgentsActivity(opts?: QualityApi.getQualityAgentsActivityOptions): Promise<Models.AgentActivityEntityListing>;
|
|
3523
3770
|
getQualityCalibration(calibrationId: string, opts?: QualityApi.getQualityCalibrationOptions): Promise<Models.Calibration>;
|
|
3524
3771
|
getQualityCalibrations(calibratorId: string, opts?: QualityApi.getQualityCalibrationsOptions): Promise<Models.CalibrationEntityListing>;
|
|
@@ -3549,7 +3796,9 @@ declare class QualityApi {
|
|
|
3549
3796
|
getQualitySurvey(surveyId: string): Promise<Models.Survey>;
|
|
3550
3797
|
getQualitySurveysScorable(customerSurveyUrl: string): Promise<Models.ScorableSurvey>;
|
|
3551
3798
|
patchQualityFormsSurvey(formId: string, body: Models.SurveyForm): Promise<Models.SurveyForm>;
|
|
3799
|
+
postAnalyticsEvaluationsAggregatesJobs(body: Models.EvaluationAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
3552
3800
|
postAnalyticsEvaluationsAggregatesQuery(body: Models.EvaluationAggregationQuery): Promise<Models.EvaluationAggregateQueryResponse>;
|
|
3801
|
+
postAnalyticsSurveysAggregatesJobs(body: Models.SurveyAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
3553
3802
|
postAnalyticsSurveysAggregatesQuery(body: Models.SurveyAggregationQuery): Promise<Models.SurveyAggregateQueryResponse>;
|
|
3554
3803
|
postQualityCalibrations(body: Models.CalibrationCreate, opts?: QualityApi.postQualityCalibrationsOptions): Promise<Models.Calibration>;
|
|
3555
3804
|
postQualityConversationEvaluations(conversationId: string, body: Models.Evaluation, opts?: QualityApi.postQualityConversationEvaluationsOptions): Promise<Models.Evaluation>;
|
|
@@ -3575,6 +3824,12 @@ declare namespace QualityApi {
|
|
|
3575
3824
|
export interface deleteQualityConversationEvaluationOptions {
|
|
3576
3825
|
"expand"?: string;
|
|
3577
3826
|
}
|
|
3827
|
+
export interface getAnalyticsEvaluationsAggregatesJobResultsOptions {
|
|
3828
|
+
"cursor"?: string;
|
|
3829
|
+
}
|
|
3830
|
+
export interface getAnalyticsSurveysAggregatesJobResultsOptions {
|
|
3831
|
+
"cursor"?: string;
|
|
3832
|
+
}
|
|
3578
3833
|
export interface getQualityAgentsActivityOptions {
|
|
3579
3834
|
"pageSize"?: number;
|
|
3580
3835
|
"pageNumber"?: number;
|
|
@@ -3954,6 +4209,7 @@ declare class RoutingApi {
|
|
|
3954
4209
|
deleteRoutingSmsPhonenumber(addressId: string): Promise<void>;
|
|
3955
4210
|
deleteRoutingUserUtilization(userId: string): Promise<void>;
|
|
3956
4211
|
deleteRoutingUtilization(): Promise<void>;
|
|
4212
|
+
deleteRoutingUtilizationTag(tagId: string, opts?: RoutingApi.deleteRoutingUtilizationTagOptions): Promise<void>;
|
|
3957
4213
|
deleteRoutingWrapupcode(codeId: string): Promise<void>;
|
|
3958
4214
|
deleteUserRoutinglanguage(userId: string, languageId: string): Promise<void>;
|
|
3959
4215
|
deleteUserRoutingskill(userId: string, skillId: string): Promise<void>;
|
|
@@ -4008,6 +4264,9 @@ declare class RoutingApi {
|
|
|
4008
4264
|
getRoutingSmsPhonenumbers(opts?: RoutingApi.getRoutingSmsPhonenumbersOptions): Promise<Models.SmsPhoneNumberEntityListing>;
|
|
4009
4265
|
getRoutingUserUtilization(userId: string): Promise<Models.AgentMaxUtilization>;
|
|
4010
4266
|
getRoutingUtilization(): Promise<Models.Utilization>;
|
|
4267
|
+
getRoutingUtilizationTag(tagId: string): Promise<Models.UtilizationTag>;
|
|
4268
|
+
getRoutingUtilizationTagAgents(tagId: string): Promise<Array<object>>;
|
|
4269
|
+
getRoutingUtilizationTags(opts?: RoutingApi.getRoutingUtilizationTagsOptions): Promise<Models.UtilizationTagEntityListing>;
|
|
4011
4270
|
getRoutingWrapupcode(codeId: string): Promise<Models.WrapupCode>;
|
|
4012
4271
|
getRoutingWrapupcodes(opts?: RoutingApi.getRoutingWrapupcodesOptions): Promise<Models.WrapupCodeEntityListing>;
|
|
4013
4272
|
getUserQueues(userId: string, opts?: RoutingApi.getUserQueuesOptions): Promise<Models.UserQueueEntityListing>;
|
|
@@ -4030,6 +4289,7 @@ declare class RoutingApi {
|
|
|
4030
4289
|
patchUserRoutinglanguagesBulk(userId: string, body: Array<Models.UserRoutingLanguagePost>): Promise<Models.UserLanguageEntityListing>;
|
|
4031
4290
|
patchUserRoutingskillsBulk(userId: string, body: Array<Models.UserRoutingSkillPost>): Promise<Models.UserSkillEntityListing>;
|
|
4032
4291
|
postAnalyticsQueuesObservationsQuery(body: Models.QueueObservationQuery): Promise<Models.QueueObservationQueryResponse>;
|
|
4292
|
+
postAnalyticsRoutingActivityQuery(body: Models.RoutingActivityQuery, opts?: RoutingApi.postAnalyticsRoutingActivityQueryOptions): Promise<Models.RoutingActivityResponse>;
|
|
4033
4293
|
postRoutingAssessments(opts?: RoutingApi.postRoutingAssessmentsOptions): Promise<Models.BenefitAssessment>;
|
|
4034
4294
|
postRoutingAssessmentsJobs(opts?: RoutingApi.postRoutingAssessmentsJobsOptions): Promise<Models.BenefitAssessmentJob>;
|
|
4035
4295
|
postRoutingEmailDomainRoutes(domainName: string, body: Models.InboundRoute): Promise<Models.InboundRoute>;
|
|
@@ -4048,6 +4308,8 @@ declare class RoutingApi {
|
|
|
4048
4308
|
postRoutingSkills(body: Models.RoutingSkill): Promise<Models.RoutingSkill>;
|
|
4049
4309
|
postRoutingSmsAddresses(body: Models.SmsAddressProvision): Promise<Models.SmsAddress>;
|
|
4050
4310
|
postRoutingSmsPhonenumbers(body: Models.SmsPhoneNumberProvision): Promise<Models.SmsPhoneNumber>;
|
|
4311
|
+
postRoutingSmsPhonenumbersImport(body: Models.SmsPhoneNumberImport): Promise<Models.SmsPhoneNumber>;
|
|
4312
|
+
postRoutingUtilizationTags(body: Models.CreateUtilizationTagRequest): Promise<Models.UtilizationTag>;
|
|
4051
4313
|
postRoutingWrapupcodes(body: Models.WrapupCodeRequest): Promise<Models.WrapupCode>;
|
|
4052
4314
|
postUserRoutinglanguages(userId: string, body: Models.UserRoutingLanguagePost): Promise<Models.UserRoutingLanguage>;
|
|
4053
4315
|
postUserRoutingskills(userId: string, body: Models.UserRoutingSkillPost): Promise<Models.UserRoutingSkill>;
|
|
@@ -4069,6 +4331,9 @@ declare namespace RoutingApi {
|
|
|
4069
4331
|
export interface deleteRoutingQueueOptions {
|
|
4070
4332
|
"forceDelete"?: boolean;
|
|
4071
4333
|
}
|
|
4334
|
+
export interface deleteRoutingUtilizationTagOptions {
|
|
4335
|
+
"forceDelete"?: boolean;
|
|
4336
|
+
}
|
|
4072
4337
|
export interface getRoutingAssessmentsOptions {
|
|
4073
4338
|
"before"?: string;
|
|
4074
4339
|
"after"?: string;
|
|
@@ -4227,6 +4492,12 @@ declare namespace RoutingApi {
|
|
|
4227
4492
|
"language"?: string;
|
|
4228
4493
|
"integrationId"?: string;
|
|
4229
4494
|
}
|
|
4495
|
+
export interface getRoutingUtilizationTagsOptions {
|
|
4496
|
+
"pageSize"?: number;
|
|
4497
|
+
"pageNumber"?: number;
|
|
4498
|
+
"sortOrder"?: string;
|
|
4499
|
+
"name"?: string;
|
|
4500
|
+
}
|
|
4230
4501
|
export interface getRoutingWrapupcodesOptions {
|
|
4231
4502
|
"pageSize"?: number;
|
|
4232
4503
|
"pageNumber"?: number;
|
|
@@ -4263,6 +4534,10 @@ declare namespace RoutingApi {
|
|
|
4263
4534
|
export interface patchUserQueuesOptions {
|
|
4264
4535
|
"divisionId"?: Array<string>;
|
|
4265
4536
|
}
|
|
4537
|
+
export interface postAnalyticsRoutingActivityQueryOptions {
|
|
4538
|
+
"pageSize"?: number;
|
|
4539
|
+
"pageNumber"?: number;
|
|
4540
|
+
}
|
|
4266
4541
|
export interface postRoutingAssessmentsOptions {
|
|
4267
4542
|
"body"?: Models.CreateBenefitAssessmentRequest;
|
|
4268
4543
|
}
|
|
@@ -4512,6 +4787,7 @@ declare class SearchApi {
|
|
|
4512
4787
|
getVoicemailSearch(q64: string, opts?: SearchApi.getVoicemailSearchOptions): Promise<Models.VoicemailsSearchResponse>;
|
|
4513
4788
|
postAnalyticsConversationsTranscriptsQuery(body: Models.TranscriptConversationDetailSearchRequest): Promise<Models.AnalyticsConversationWithoutAttributesMultiGetResponse>;
|
|
4514
4789
|
postConversationsParticipantsAttributesSearch(body: Models.ConversationParticipantSearchRequest): Promise<Models.JsonCursorSearchResponse>;
|
|
4790
|
+
postDocumentationAllSearch(body: Models.DocumentationV2SearchRequest): Promise<Models.JsonNodeSearchResponse>;
|
|
4515
4791
|
postDocumentationGknSearch(body: Models.GKNDocumentationSearchRequest): Promise<Models.GKNDocumentationSearchResponse>;
|
|
4516
4792
|
postDocumentationSearch(body: Models.DocumentationSearchRequest): Promise<Models.DocumentationSearchResponse>;
|
|
4517
4793
|
postGroupsSearch(body: Models.GroupSearchRequest): Promise<Models.GroupsSearchResponse>;
|
|
@@ -4522,6 +4798,8 @@ declare class SearchApi {
|
|
|
4522
4798
|
postSpeechandtextanalyticsTranscriptsSearch(body: Models.TranscriptSearchRequest): Promise<Models.JsonSearchResponse>;
|
|
4523
4799
|
postTeamsSearch(body: Models.TeamSearchRequest): Promise<Models.TeamsSearchResponse>;
|
|
4524
4800
|
postUsersSearch(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
|
|
4801
|
+
postUsersSearchConversationTarget(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
|
|
4802
|
+
postUsersSearchQueuemembersManage(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
|
|
4525
4803
|
postUsersSearchTeamsAssign(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
|
|
4526
4804
|
postVoicemailSearch(body: Models.VoicemailSearchRequest): Promise<Models.VoicemailsSearchResponse>;
|
|
4527
4805
|
}
|
|
@@ -4679,6 +4957,121 @@ declare namespace SuggestApi {
|
|
|
4679
4957
|
}
|
|
4680
4958
|
}
|
|
4681
4959
|
|
|
4960
|
+
declare class TaskManagementApi {
|
|
4961
|
+
deleteTaskmanagementWorkbin(workbinId: string): Promise<void>;
|
|
4962
|
+
deleteTaskmanagementWorkitem(workitemId: string): Promise<void>;
|
|
4963
|
+
deleteTaskmanagementWorkitemsSchema(schemaId: string): Promise<void>;
|
|
4964
|
+
deleteTaskmanagementWorktype(worktypeId: string): Promise<void>;
|
|
4965
|
+
deleteTaskmanagementWorktypeStatus(worktypeId: string, statusId: string): Promise<void>;
|
|
4966
|
+
getTaskmanagementWorkbin(workbinId: string): Promise<Models.Workbin>;
|
|
4967
|
+
getTaskmanagementWorkbinHistory(workbinId: string, opts?: TaskManagementApi.getTaskmanagementWorkbinHistoryOptions): Promise<Models.WorkbinChangeListing>;
|
|
4968
|
+
getTaskmanagementWorkbinVersion(workbinId: string, entityVersion: number): Promise<Models.WorkbinVersion>;
|
|
4969
|
+
getTaskmanagementWorkbinVersions(workbinId: string, opts?: TaskManagementApi.getTaskmanagementWorkbinVersionsOptions): Promise<Models.WorkbinVersionListing>;
|
|
4970
|
+
getTaskmanagementWorkitem(workitemId: string, opts?: TaskManagementApi.getTaskmanagementWorkitemOptions): Promise<Models.Workitem>;
|
|
4971
|
+
getTaskmanagementWorkitemHistory(workitemId: string, opts?: TaskManagementApi.getTaskmanagementWorkitemHistoryOptions): Promise<Models.WorkitemChangeListing>;
|
|
4972
|
+
getTaskmanagementWorkitemUserWrapups(workitemId: string, userId: string, opts?: TaskManagementApi.getTaskmanagementWorkitemUserWrapupsOptions): Promise<Models.WorkitemWrapup>;
|
|
4973
|
+
getTaskmanagementWorkitemVersion(workitemId: string, entityVersion: number): Promise<Models.WorkitemVersion>;
|
|
4974
|
+
getTaskmanagementWorkitemVersions(workitemId: string, opts?: TaskManagementApi.getTaskmanagementWorkitemVersionsOptions): Promise<Models.WorkitemVersionListing>;
|
|
4975
|
+
getTaskmanagementWorkitemWrapups(workitemId: string, opts?: TaskManagementApi.getTaskmanagementWorkitemWrapupsOptions): Promise<Models.WorkitemWrapupEntityListing>;
|
|
4976
|
+
getTaskmanagementWorkitemsSchema(schemaId: string): Promise<Models.DataSchema>;
|
|
4977
|
+
getTaskmanagementWorkitemsSchemaVersion(schemaId: string, versionId: string): Promise<Models.DataSchema>;
|
|
4978
|
+
getTaskmanagementWorkitemsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
4979
|
+
getTaskmanagementWorkitemsSchemas(): Promise<Models.DataSchemaListing>;
|
|
4980
|
+
getTaskmanagementWorktype(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeOptions): Promise<Models.Worktype>;
|
|
4981
|
+
getTaskmanagementWorktypeHistory(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeHistoryOptions): Promise<Models.WorktypeChangeListing>;
|
|
4982
|
+
getTaskmanagementWorktypeStatus(worktypeId: string, statusId: string): Promise<Models.WorkitemStatus>;
|
|
4983
|
+
getTaskmanagementWorktypeVersion(worktypeId: string, entityVersion: number): Promise<Models.WorktypeVersion>;
|
|
4984
|
+
getTaskmanagementWorktypeVersions(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeVersionsOptions): Promise<Models.WorktypeVersionListing>;
|
|
4985
|
+
patchTaskmanagementWorkbin(workbinId: string, body: Models.WorkbinUpdate): Promise<Models.Workbin>;
|
|
4986
|
+
patchTaskmanagementWorkitem(workitemId: string, body: Models.WorkitemUpdate): Promise<Models.Workitem>;
|
|
4987
|
+
patchTaskmanagementWorkitemAssignment(workitemId: string, body: Models.WorkitemManualAssign): Promise<void>;
|
|
4988
|
+
patchTaskmanagementWorkitemUserWrapups(workitemId: string, userId: string, body: Models.WorkitemWrapupUpdate): Promise<Models.WorkitemWrapup>;
|
|
4989
|
+
patchTaskmanagementWorkitemUsersMeWrapups(workitemId: string, body: Models.WorkitemWrapupUpdate): Promise<Models.WorkitemWrapup>;
|
|
4990
|
+
patchTaskmanagementWorktype(worktypeId: string, opts?: TaskManagementApi.patchTaskmanagementWorktypeOptions): Promise<Models.Worktype>;
|
|
4991
|
+
patchTaskmanagementWorktypeStatus(worktypeId: string, statusId: string, opts?: TaskManagementApi.patchTaskmanagementWorktypeStatusOptions): Promise<Models.WorkitemStatus>;
|
|
4992
|
+
postTaskmanagementWorkbins(opts?: TaskManagementApi.postTaskmanagementWorkbinsOptions): Promise<Models.Workbin>;
|
|
4993
|
+
postTaskmanagementWorkbinsQuery(body: Models.WorkbinQueryRequest): Promise<Models.WorkbinQueryEntityListing>;
|
|
4994
|
+
postTaskmanagementWorkitemAcdCancel(workitemId: string): Promise<Models.Workitem>;
|
|
4995
|
+
postTaskmanagementWorkitemDisconnect(workitemId: string): Promise<Models.Workitem>;
|
|
4996
|
+
postTaskmanagementWorkitemTerminate(workitemId: string, opts?: TaskManagementApi.postTaskmanagementWorkitemTerminateOptions): Promise<Models.Workitem>;
|
|
4997
|
+
postTaskmanagementWorkitems(body: Models.WorkitemCreate): Promise<Models.Workitem>;
|
|
4998
|
+
postTaskmanagementWorkitemsQuery(body: Models.WorkitemQueryPostRequest): Promise<Models.WorkitemPostQueryEntityListing>;
|
|
4999
|
+
postTaskmanagementWorkitemsSchemas(body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
5000
|
+
postTaskmanagementWorktypeStatuses(worktypeId: string, opts?: TaskManagementApi.postTaskmanagementWorktypeStatusesOptions): Promise<Models.WorkitemStatus>;
|
|
5001
|
+
postTaskmanagementWorktypes(opts?: TaskManagementApi.postTaskmanagementWorktypesOptions): Promise<Models.Worktype>;
|
|
5002
|
+
postTaskmanagementWorktypesQuery(body: Models.WorktypeQueryRequest): Promise<Models.WorktypeQueryEntityListing>;
|
|
5003
|
+
putTaskmanagementWorkitemsSchema(schemaId: string, body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
5004
|
+
}
|
|
5005
|
+
|
|
5006
|
+
declare namespace TaskManagementApi {
|
|
5007
|
+
export interface getTaskmanagementWorkbinHistoryOptions {
|
|
5008
|
+
"after"?: string;
|
|
5009
|
+
"pageSize"?: number;
|
|
5010
|
+
"sortOrder"?: string;
|
|
5011
|
+
}
|
|
5012
|
+
export interface getTaskmanagementWorkbinVersionsOptions {
|
|
5013
|
+
"after"?: string;
|
|
5014
|
+
"pageSize"?: number;
|
|
5015
|
+
"sortOrder"?: string;
|
|
5016
|
+
}
|
|
5017
|
+
export interface getTaskmanagementWorkitemOptions {
|
|
5018
|
+
"expands"?: string;
|
|
5019
|
+
}
|
|
5020
|
+
export interface getTaskmanagementWorkitemHistoryOptions {
|
|
5021
|
+
"after"?: string;
|
|
5022
|
+
"pageSize"?: number;
|
|
5023
|
+
"sortOrder"?: string;
|
|
5024
|
+
}
|
|
5025
|
+
export interface getTaskmanagementWorkitemUserWrapupsOptions {
|
|
5026
|
+
"expands"?: string;
|
|
5027
|
+
"after"?: string;
|
|
5028
|
+
"pageSize"?: number;
|
|
5029
|
+
"sortOrder"?: string;
|
|
5030
|
+
}
|
|
5031
|
+
export interface getTaskmanagementWorkitemVersionsOptions {
|
|
5032
|
+
"after"?: string;
|
|
5033
|
+
"pageSize"?: number;
|
|
5034
|
+
"sortOrder"?: string;
|
|
5035
|
+
}
|
|
5036
|
+
export interface getTaskmanagementWorkitemWrapupsOptions {
|
|
5037
|
+
"expands"?: string;
|
|
5038
|
+
"after"?: string;
|
|
5039
|
+
"pageSize"?: number;
|
|
5040
|
+
"sortOrder"?: string;
|
|
5041
|
+
}
|
|
5042
|
+
export interface getTaskmanagementWorktypeOptions {
|
|
5043
|
+
"expands"?: Array<string>;
|
|
5044
|
+
}
|
|
5045
|
+
export interface getTaskmanagementWorktypeHistoryOptions {
|
|
5046
|
+
"after"?: string;
|
|
5047
|
+
"pageSize"?: number;
|
|
5048
|
+
"sortOrder"?: string;
|
|
5049
|
+
}
|
|
5050
|
+
export interface getTaskmanagementWorktypeVersionsOptions {
|
|
5051
|
+
"after"?: string;
|
|
5052
|
+
"pageSize"?: number;
|
|
5053
|
+
"sortOrder"?: string;
|
|
5054
|
+
}
|
|
5055
|
+
export interface patchTaskmanagementWorktypeOptions {
|
|
5056
|
+
"body"?: Models.WorktypeUpdate;
|
|
5057
|
+
}
|
|
5058
|
+
export interface patchTaskmanagementWorktypeStatusOptions {
|
|
5059
|
+
"body"?: Models.WorkitemStatusUpdate;
|
|
5060
|
+
}
|
|
5061
|
+
export interface postTaskmanagementWorkbinsOptions {
|
|
5062
|
+
"body"?: Models.WorkbinCreate;
|
|
5063
|
+
}
|
|
5064
|
+
export interface postTaskmanagementWorkitemTerminateOptions {
|
|
5065
|
+
"body"?: Models.WorkitemTerminate;
|
|
5066
|
+
}
|
|
5067
|
+
export interface postTaskmanagementWorktypeStatusesOptions {
|
|
5068
|
+
"body"?: Models.WorkitemStatusCreate;
|
|
5069
|
+
}
|
|
5070
|
+
export interface postTaskmanagementWorktypesOptions {
|
|
5071
|
+
"body"?: Models.WorktypeCreate;
|
|
5072
|
+
}
|
|
5073
|
+
}
|
|
5074
|
+
|
|
4682
5075
|
declare class TeamsApi {
|
|
4683
5076
|
deleteTeam(teamId: string): Promise<void>;
|
|
4684
5077
|
deleteTeamMembers(teamId: string, id: string): Promise<void>;
|
|
@@ -4686,6 +5079,7 @@ declare class TeamsApi {
|
|
|
4686
5079
|
getTeamMembers(teamId: string, opts?: TeamsApi.getTeamMembersOptions): Promise<Models.TeamMemberEntityListing>;
|
|
4687
5080
|
getTeams(opts?: TeamsApi.getTeamsOptions): Promise<Models.TeamEntityListing>;
|
|
4688
5081
|
patchTeam(teamId: string, body: Models.Team): Promise<Models.Team>;
|
|
5082
|
+
postAnalyticsTeamsActivityQuery(body: Models.TeamActivityQuery, opts?: TeamsApi.postAnalyticsTeamsActivityQueryOptions): Promise<Models.TeamActivityResponse>;
|
|
4689
5083
|
postTeamMembers(teamId: string, body: Models.TeamMembers): Promise<Models.TeamMemberAddListingResponse>;
|
|
4690
5084
|
postTeams(body: Models.Team): Promise<Models.Team>;
|
|
4691
5085
|
postTeamsSearch(body: Models.TeamSearchRequest): Promise<Models.TeamsSearchResponse>;
|
|
@@ -4705,6 +5099,10 @@ declare namespace TeamsApi {
|
|
|
4705
5099
|
"before"?: string;
|
|
4706
5100
|
"expand"?: string;
|
|
4707
5101
|
}
|
|
5102
|
+
export interface postAnalyticsTeamsActivityQueryOptions {
|
|
5103
|
+
"pageSize"?: number;
|
|
5104
|
+
"pageNumber"?: number;
|
|
5105
|
+
}
|
|
4708
5106
|
}
|
|
4709
5107
|
|
|
4710
5108
|
declare class TelephonyApi {
|
|
@@ -4768,6 +5166,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
4768
5166
|
getTelephonyProvidersEdgesExtension(extensionId: string): Promise<Models.Extension>;
|
|
4769
5167
|
getTelephonyProvidersEdgesExtensionpool(extensionPoolId: string): Promise<Models.ExtensionPool>;
|
|
4770
5168
|
getTelephonyProvidersEdgesExtensionpools(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesExtensionpoolsOptions): Promise<Models.ExtensionPoolEntityListing>;
|
|
5169
|
+
getTelephonyProvidersEdgesExtensionpoolsDivisionviews(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesExtensionpoolsDivisionviewsOptions): Promise<Models.ExtensionPoolDivisionViewEntityListing>;
|
|
4771
5170
|
getTelephonyProvidersEdgesExtensions(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesExtensionsOptions): Promise<Models.ExtensionEntityListing>;
|
|
4772
5171
|
getTelephonyProvidersEdgesLine(lineId: string): Promise<Models.Line>;
|
|
4773
5172
|
getTelephonyProvidersEdgesLinebasesetting(lineBaseId: string): Promise<Models.LineBase>;
|
|
@@ -4909,6 +5308,15 @@ declare namespace TelephonyProvidersEdgeApi {
|
|
|
4909
5308
|
"sortBy"?: string;
|
|
4910
5309
|
"_number"?: string;
|
|
4911
5310
|
}
|
|
5311
|
+
export interface getTelephonyProvidersEdgesExtensionpoolsDivisionviewsOptions {
|
|
5312
|
+
"pageNumber"?: number;
|
|
5313
|
+
"pageSize"?: number;
|
|
5314
|
+
"sortBy"?: string;
|
|
5315
|
+
"sortOrder"?: string;
|
|
5316
|
+
"id"?: Array<string>;
|
|
5317
|
+
"name"?: string;
|
|
5318
|
+
"divisionId"?: Array<string>;
|
|
5319
|
+
}
|
|
4912
5320
|
export interface getTelephonyProvidersEdgesExtensionsOptions {
|
|
4913
5321
|
"pageSize"?: number;
|
|
4914
5322
|
"pageNumber"?: number;
|
|
@@ -5054,10 +5462,15 @@ declare class TokensApi {
|
|
|
5054
5462
|
deleteToken(userId: string): Promise<void>;
|
|
5055
5463
|
deleteTokensMe(): Promise<void>;
|
|
5056
5464
|
getTokensMe(): Promise<Models.TokenInfo>;
|
|
5057
|
-
|
|
5465
|
+
getTokensTimeout(): Promise<Models.IdleTokenTimeout>;
|
|
5466
|
+
headTokensMe(): Promise<void>;
|
|
5467
|
+
putTokensTimeout(opts?: TokensApi.putTokensTimeoutOptions): Promise<Models.IdleTokenTimeout>;
|
|
5058
5468
|
}
|
|
5059
5469
|
|
|
5060
5470
|
declare namespace TokensApi {
|
|
5471
|
+
export interface putTokensTimeoutOptions {
|
|
5472
|
+
"body"?: Models.IdleTokenTimeout;
|
|
5473
|
+
}
|
|
5061
5474
|
}
|
|
5062
5475
|
|
|
5063
5476
|
declare class UploadsApi {
|
|
@@ -5124,6 +5537,8 @@ declare class UsersApi {
|
|
|
5124
5537
|
deleteUserRoutingskill(userId: string, skillId: string): Promise<void>;
|
|
5125
5538
|
deleteUserStationAssociatedstation(userId: string): Promise<void>;
|
|
5126
5539
|
deleteUserStationDefaultstation(userId: string): Promise<void>;
|
|
5540
|
+
getAnalyticsUsersAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
5541
|
+
getAnalyticsUsersAggregatesJobResults(jobId: string, opts?: UsersApi.getAnalyticsUsersAggregatesJobResultsOptions): Promise<Models.UserAsyncAggregateQueryResponse>;
|
|
5127
5542
|
getAnalyticsUsersDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
5128
5543
|
getAnalyticsUsersDetailsJobResults(jobId: string, opts?: UsersApi.getAnalyticsUsersDetailsJobResultsOptions): Promise<Models.AnalyticsUserDetailsAsyncQueryResponse>;
|
|
5129
5544
|
getAnalyticsUsersDetailsJobsAvailability(): Promise<Models.DataAvailabilityResponse>;
|
|
@@ -5169,6 +5584,8 @@ declare class UsersApi {
|
|
|
5169
5584
|
patchUserRoutinglanguagesBulk(userId: string, body: Array<Models.UserRoutingLanguagePost>): Promise<Models.UserLanguageEntityListing>;
|
|
5170
5585
|
patchUserRoutingskillsBulk(userId: string, body: Array<Models.UserRoutingSkillPost>): Promise<Models.UserSkillEntityListing>;
|
|
5171
5586
|
patchUsersBulk(body: Array<Models.PatchUser>): Promise<Models.UserEntityListing>;
|
|
5587
|
+
postAnalyticsUsersActivityQuery(body: Models.UserActivityQuery, opts?: UsersApi.postAnalyticsUsersActivityQueryOptions): Promise<Models.UserActivityResponse>;
|
|
5588
|
+
postAnalyticsUsersAggregatesJobs(body: Models.UserAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
5172
5589
|
postAnalyticsUsersAggregatesQuery(body: Models.UserAggregationQuery): Promise<Models.UserAggregateQueryResponse>;
|
|
5173
5590
|
postAnalyticsUsersDetailsJobs(body: Models.AsyncUserDetailsQuery): Promise<Models.AsyncQueryResponse>;
|
|
5174
5591
|
postAnalyticsUsersDetailsQuery(body: Models.UserDetailsQuery): Promise<Models.AnalyticsUserDetailsQueryResponse>;
|
|
@@ -5186,6 +5603,8 @@ declare class UsersApi {
|
|
|
5186
5603
|
postUsersDevelopmentActivitiesAggregatesQuery(body: Models.DevelopmentActivityAggregateParam): Promise<Models.DevelopmentActivityAggregateResponse>;
|
|
5187
5604
|
postUsersMePassword(body: Models.ChangeMyPasswordRequest): Promise<void>;
|
|
5188
5605
|
postUsersSearch(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
|
|
5606
|
+
postUsersSearchConversationTarget(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
|
|
5607
|
+
postUsersSearchQueuemembersManage(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
|
|
5189
5608
|
postUsersSearchTeamsAssign(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
|
|
5190
5609
|
putRoutingUserUtilization(userId: string, body: Models.Utilization): Promise<Models.AgentMaxUtilization>;
|
|
5191
5610
|
putUserCallforwarding(userId: string, body: Models.CallForwarding): Promise<Models.CallForwarding>;
|
|
@@ -5201,6 +5620,9 @@ declare class UsersApi {
|
|
|
5201
5620
|
}
|
|
5202
5621
|
|
|
5203
5622
|
declare namespace UsersApi {
|
|
5623
|
+
export interface getAnalyticsUsersAggregatesJobResultsOptions {
|
|
5624
|
+
"cursor"?: string;
|
|
5625
|
+
}
|
|
5204
5626
|
export interface getAnalyticsUsersDetailsJobResultsOptions {
|
|
5205
5627
|
"cursor"?: string;
|
|
5206
5628
|
"pageSize"?: number;
|
|
@@ -5322,6 +5744,10 @@ declare namespace UsersApi {
|
|
|
5322
5744
|
export interface patchUserQueuesOptions {
|
|
5323
5745
|
"divisionId"?: Array<string>;
|
|
5324
5746
|
}
|
|
5747
|
+
export interface postAnalyticsUsersActivityQueryOptions {
|
|
5748
|
+
"pageSize"?: number;
|
|
5749
|
+
"pageNumber"?: number;
|
|
5750
|
+
}
|
|
5325
5751
|
export interface postAuthorizationSubjectBulkaddOptions {
|
|
5326
5752
|
"subjectType"?: string;
|
|
5327
5753
|
}
|
|
@@ -6117,6 +6543,24 @@ declare namespace Models {
|
|
|
6117
6543
|
"range"?: Models.AggregationRange;
|
|
6118
6544
|
}
|
|
6119
6545
|
|
|
6546
|
+
export interface ActionAsyncAggregateQueryResponse {
|
|
6547
|
+
"results"?: Array<Models.ActionAggregateDataContainer>;
|
|
6548
|
+
"cursor"?: string;
|
|
6549
|
+
}
|
|
6550
|
+
|
|
6551
|
+
export interface ActionAsyncAggregationQuery {
|
|
6552
|
+
"interval": string;
|
|
6553
|
+
"granularity"?: string;
|
|
6554
|
+
"timeZone"?: string;
|
|
6555
|
+
"groupBy"?: Array<string>;
|
|
6556
|
+
"filter"?: Models.ActionAggregateQueryFilter;
|
|
6557
|
+
"metrics": Array<string>;
|
|
6558
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
6559
|
+
"views"?: Array<Models.ActionAggregationView>;
|
|
6560
|
+
"alternateTimeDimension"?: string;
|
|
6561
|
+
"pageSize"?: number;
|
|
6562
|
+
}
|
|
6563
|
+
|
|
6120
6564
|
export interface ActionConfig {
|
|
6121
6565
|
"timeoutSeconds"?: number;
|
|
6122
6566
|
"request"?: Models.RequestConfig;
|
|
@@ -6146,6 +6590,13 @@ declare namespace Models {
|
|
|
6146
6590
|
"pageCount"?: number;
|
|
6147
6591
|
}
|
|
6148
6592
|
|
|
6593
|
+
export interface ActionEventActionMap {
|
|
6594
|
+
"id"?: string;
|
|
6595
|
+
"selfUri"?: string;
|
|
6596
|
+
"version"?: number;
|
|
6597
|
+
"displayName": string;
|
|
6598
|
+
}
|
|
6599
|
+
|
|
6149
6600
|
export interface ActionInput {
|
|
6150
6601
|
"inputSchema"?: Models.JsonSchemaDocument;
|
|
6151
6602
|
"inputSchemaFlattened"?: Models.JsonSchemaDocument;
|
|
@@ -7212,6 +7663,22 @@ declare namespace Models {
|
|
|
7212
7663
|
"templateUris"?: Array<string>;
|
|
7213
7664
|
}
|
|
7214
7665
|
|
|
7666
|
+
export interface AppEvent {
|
|
7667
|
+
"eventName"?: string;
|
|
7668
|
+
"screenName"?: string;
|
|
7669
|
+
"app"?: Models.JourneyApp;
|
|
7670
|
+
"device"?: Models.Device;
|
|
7671
|
+
"ipAddress"?: string;
|
|
7672
|
+
"ipOrganization"?: string;
|
|
7673
|
+
"geolocation"?: Models.JourneyGeolocation;
|
|
7674
|
+
"sdkLibrary"?: Models.SdkLibrary;
|
|
7675
|
+
"networkConnectivity"?: Models.NetworkConnectivity;
|
|
7676
|
+
"mktCampaign"?: Models.JourneyCampaign;
|
|
7677
|
+
"searchQuery"?: string;
|
|
7678
|
+
"attributes"?: { [key: string]: Models.CustomEventAttribute; };
|
|
7679
|
+
"traits"?: { [key: string]: Models.CustomEventAttribute; };
|
|
7680
|
+
}
|
|
7681
|
+
|
|
7215
7682
|
export interface AppendToDncActionSettings {
|
|
7216
7683
|
"expire": boolean;
|
|
7217
7684
|
"expirationDuration"?: string;
|
|
@@ -7655,6 +8122,12 @@ declare namespace Models {
|
|
|
7655
8122
|
"result"?: Models.BuIntradayResponse;
|
|
7656
8123
|
}
|
|
7657
8124
|
|
|
8125
|
+
export interface AsyncJob {
|
|
8126
|
+
"id"?: string;
|
|
8127
|
+
"selfUri"?: string;
|
|
8128
|
+
"state"?: string;
|
|
8129
|
+
}
|
|
8130
|
+
|
|
7658
8131
|
export interface AsyncQueryResponse {
|
|
7659
8132
|
"jobId"?: string;
|
|
7660
8133
|
}
|
|
@@ -8052,6 +8525,11 @@ declare namespace Models {
|
|
|
8052
8525
|
"enabled"?: boolean;
|
|
8053
8526
|
}
|
|
8054
8527
|
|
|
8528
|
+
export interface AutoStatusTransitionDetail {
|
|
8529
|
+
"nextStatus"?: Models.WorkitemStatusReference;
|
|
8530
|
+
"dateOfTransition"?: string;
|
|
8531
|
+
}
|
|
8532
|
+
|
|
8055
8533
|
export interface AutomaticTimeZoneMappingSettings {
|
|
8056
8534
|
"callableWindows"?: Array<Models.CallableWindow>;
|
|
8057
8535
|
"supportedCountries"?: Array<string>;
|
|
@@ -8300,6 +8778,24 @@ declare namespace Models {
|
|
|
8300
8778
|
"range"?: Models.AggregationRange;
|
|
8301
8779
|
}
|
|
8302
8780
|
|
|
8781
|
+
export interface BotAsyncAggregateQueryResponse {
|
|
8782
|
+
"results"?: Array<Models.BotAggregateDataContainer>;
|
|
8783
|
+
"cursor"?: string;
|
|
8784
|
+
}
|
|
8785
|
+
|
|
8786
|
+
export interface BotAsyncAggregationQuery {
|
|
8787
|
+
"interval": string;
|
|
8788
|
+
"granularity"?: string;
|
|
8789
|
+
"timeZone"?: string;
|
|
8790
|
+
"groupBy"?: Array<string>;
|
|
8791
|
+
"filter"?: Models.BotAggregateQueryFilter;
|
|
8792
|
+
"metrics": Array<string>;
|
|
8793
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
8794
|
+
"views"?: Array<Models.BotAggregationView>;
|
|
8795
|
+
"alternateTimeDimension"?: string;
|
|
8796
|
+
"pageSize"?: number;
|
|
8797
|
+
}
|
|
8798
|
+
|
|
8303
8799
|
export interface BotConnectorBot {
|
|
8304
8800
|
"id": string;
|
|
8305
8801
|
"name"?: string;
|
|
@@ -8341,6 +8837,12 @@ declare namespace Models {
|
|
|
8341
8837
|
"pageCount"?: number;
|
|
8342
8838
|
}
|
|
8343
8839
|
|
|
8840
|
+
export interface BotExecutionConfiguration {
|
|
8841
|
+
"botId": string;
|
|
8842
|
+
"executionHost": string;
|
|
8843
|
+
"botCredentials": Models.NuanceBotCredentials;
|
|
8844
|
+
}
|
|
8845
|
+
|
|
8344
8846
|
export interface BotIntent {
|
|
8345
8847
|
"name": string;
|
|
8346
8848
|
"slots"?: { [key: string]: Models.BotSlot; };
|
|
@@ -8566,18 +9068,18 @@ declare namespace Models {
|
|
|
8566
9068
|
"planningGroupResults"?: Array<Models.BuForecastGenerationPlanningGroupResult>;
|
|
8567
9069
|
}
|
|
8568
9070
|
|
|
8569
|
-
export interface
|
|
9071
|
+
export interface BuForecastModificationResponse {
|
|
8570
9072
|
"type": string;
|
|
8571
9073
|
"startIntervalIndex"?: number;
|
|
8572
9074
|
"endIntervalIndex"?: number;
|
|
8573
9075
|
"metric": string;
|
|
8574
9076
|
"legacyMetric"?: string;
|
|
8575
9077
|
"value"?: number;
|
|
8576
|
-
"values"
|
|
9078
|
+
"values": Array<Models.WfmForecastModificationIntervalOffsetValue>;
|
|
8577
9079
|
"displayGranularity": string;
|
|
8578
|
-
"granularity"
|
|
9080
|
+
"granularity": string;
|
|
8579
9081
|
"enabled": boolean;
|
|
8580
|
-
"planningGroupIds"
|
|
9082
|
+
"planningGroupIds": Array<string>;
|
|
8581
9083
|
}
|
|
8582
9084
|
|
|
8583
9085
|
export interface BuForecastResult {
|
|
@@ -8832,7 +9334,7 @@ declare namespace Models {
|
|
|
8832
9334
|
"canUseForScheduling"?: boolean;
|
|
8833
9335
|
"referenceStartDate"?: string;
|
|
8834
9336
|
"sourceDays"?: Array<Models.ForecastSourceDayPointer>;
|
|
8835
|
-
"modifications"?: Array<Models.
|
|
9337
|
+
"modifications"?: Array<Models.BuForecastModificationResponse>;
|
|
8836
9338
|
"generationResults"?: Models.BuForecastGenerationResult;
|
|
8837
9339
|
"timeZone"?: string;
|
|
8838
9340
|
"planningGroupsVersion"?: number;
|
|
@@ -9021,6 +9523,12 @@ declare namespace Models {
|
|
|
9021
9523
|
"errorIndexes"?: Array<number>;
|
|
9022
9524
|
}
|
|
9023
9525
|
|
|
9526
|
+
export interface BulkResponse {
|
|
9527
|
+
"results"?: Array<Models.BulkResult>;
|
|
9528
|
+
"errorCount"?: number;
|
|
9529
|
+
"errorIndexes"?: Array<number>;
|
|
9530
|
+
}
|
|
9531
|
+
|
|
9024
9532
|
export interface BulkResponseResultExternalContactEntity {
|
|
9025
9533
|
"id"?: string;
|
|
9026
9534
|
"success"?: boolean;
|
|
@@ -9487,6 +9995,7 @@ declare namespace Models {
|
|
|
9487
9995
|
"uuiData"?: string;
|
|
9488
9996
|
"bargedTime"?: string;
|
|
9489
9997
|
"securePause"?: boolean;
|
|
9998
|
+
"disposition"?: Models.Disposition;
|
|
9490
9999
|
}
|
|
9491
10000
|
|
|
9492
10001
|
export interface CallMediaPolicy {
|
|
@@ -9966,6 +10475,15 @@ declare namespace Models {
|
|
|
9966
10475
|
"name"?: string;
|
|
9967
10476
|
}
|
|
9968
10477
|
|
|
10478
|
+
export interface CategoryCreateRequest {
|
|
10479
|
+
"id"?: string;
|
|
10480
|
+
"name": string;
|
|
10481
|
+
"parentCategoryId"?: string;
|
|
10482
|
+
"description"?: string;
|
|
10483
|
+
"externalId"?: string;
|
|
10484
|
+
"selfUri"?: string;
|
|
10485
|
+
}
|
|
10486
|
+
|
|
9969
10487
|
export interface CategoryEntityListing {
|
|
9970
10488
|
"entities"?: Array<Models.Category>;
|
|
9971
10489
|
"pageSize"?: number;
|
|
@@ -9988,18 +10506,11 @@ declare namespace Models {
|
|
|
9988
10506
|
"selfUri"?: string;
|
|
9989
10507
|
}
|
|
9990
10508
|
|
|
9991
|
-
export interface CategoryRequest {
|
|
9992
|
-
"id"?: string;
|
|
9993
|
-
"name": string;
|
|
9994
|
-
"description"?: string;
|
|
9995
|
-
"parentCategoryId"?: string;
|
|
9996
|
-
"selfUri"?: string;
|
|
9997
|
-
}
|
|
9998
|
-
|
|
9999
10509
|
export interface CategoryResponse {
|
|
10000
10510
|
"id"?: string;
|
|
10001
10511
|
"name": string;
|
|
10002
10512
|
"description"?: string;
|
|
10513
|
+
"externalId"?: string;
|
|
10003
10514
|
"dateCreated"?: string;
|
|
10004
10515
|
"dateModified"?: string;
|
|
10005
10516
|
"parentCategory"?: Models.CategoryReference;
|
|
@@ -10015,6 +10526,15 @@ declare namespace Models {
|
|
|
10015
10526
|
"previousUri"?: string;
|
|
10016
10527
|
}
|
|
10017
10528
|
|
|
10529
|
+
export interface CategoryUpdateRequest {
|
|
10530
|
+
"id"?: string;
|
|
10531
|
+
"name"?: string;
|
|
10532
|
+
"parentCategoryId"?: string;
|
|
10533
|
+
"description"?: string;
|
|
10534
|
+
"externalId"?: string;
|
|
10535
|
+
"selfUri"?: string;
|
|
10536
|
+
}
|
|
10537
|
+
|
|
10018
10538
|
export interface Certificate {
|
|
10019
10539
|
"certificate": string;
|
|
10020
10540
|
}
|
|
@@ -10623,6 +11143,11 @@ declare namespace Models {
|
|
|
10623
11143
|
"selfUri"?: string;
|
|
10624
11144
|
}
|
|
10625
11145
|
|
|
11146
|
+
export interface ComplexVariableInfo {
|
|
11147
|
+
"id": string;
|
|
11148
|
+
"name": string;
|
|
11149
|
+
}
|
|
11150
|
+
|
|
10626
11151
|
export interface Compliance {
|
|
10627
11152
|
"stopSettings": Array<Models.StopSettings>;
|
|
10628
11153
|
"optInSettings": Array<Models.OptInSettings>;
|
|
@@ -10700,7 +11225,8 @@ declare namespace Models {
|
|
|
10700
11225
|
}
|
|
10701
11226
|
|
|
10702
11227
|
export interface ConsultTransfer {
|
|
10703
|
-
"speakTo"
|
|
11228
|
+
"speakTo": string;
|
|
11229
|
+
"consultingUserId"?: string;
|
|
10704
11230
|
"destination": Models.Destination;
|
|
10705
11231
|
}
|
|
10706
11232
|
|
|
@@ -10717,8 +11243,29 @@ declare namespace Models {
|
|
|
10717
11243
|
"destinationParticipantId": string;
|
|
10718
11244
|
}
|
|
10719
11245
|
|
|
11246
|
+
export interface ConsultTransferToAgent {
|
|
11247
|
+
"speakTo": string;
|
|
11248
|
+
"consultingUserId"?: string;
|
|
11249
|
+
"userId"?: string;
|
|
11250
|
+
"userDisplayName"?: string;
|
|
11251
|
+
}
|
|
11252
|
+
|
|
11253
|
+
export interface ConsultTransferToExternal {
|
|
11254
|
+
"speakTo": string;
|
|
11255
|
+
"consultingUserId"?: string;
|
|
11256
|
+
"address"?: string;
|
|
11257
|
+
}
|
|
11258
|
+
|
|
11259
|
+
export interface ConsultTransferToQueue {
|
|
11260
|
+
"speakTo": string;
|
|
11261
|
+
"consultingUserId"?: string;
|
|
11262
|
+
"queueId"?: string;
|
|
11263
|
+
"queueName"?: string;
|
|
11264
|
+
}
|
|
11265
|
+
|
|
10720
11266
|
export interface ConsultTransferUpdate {
|
|
10721
11267
|
"speakTo": string;
|
|
11268
|
+
"consultingUserId"?: string;
|
|
10722
11269
|
}
|
|
10723
11270
|
|
|
10724
11271
|
export interface ConsumedResourcesEntityListing {
|
|
@@ -11282,6 +11829,83 @@ declare namespace Models {
|
|
|
11282
11829
|
"selfUri"?: string;
|
|
11283
11830
|
}
|
|
11284
11831
|
|
|
11832
|
+
export interface ConversationActivityData {
|
|
11833
|
+
"group"?: { [key: string]: string; };
|
|
11834
|
+
"data"?: Array<Models.ConversationActivityMetricValue>;
|
|
11835
|
+
"truncated"?: boolean;
|
|
11836
|
+
"entities"?: Array<Models.ConversationActivityEntityData>;
|
|
11837
|
+
}
|
|
11838
|
+
|
|
11839
|
+
export interface ConversationActivityEntityData {
|
|
11840
|
+
"activityDate": string;
|
|
11841
|
+
"metric"?: string;
|
|
11842
|
+
"addressFrom"?: string;
|
|
11843
|
+
"addressTo"?: string;
|
|
11844
|
+
"ani"?: string;
|
|
11845
|
+
"conversationId"?: string;
|
|
11846
|
+
"convertedFrom"?: string;
|
|
11847
|
+
"convertedTo"?: string;
|
|
11848
|
+
"direction"?: string;
|
|
11849
|
+
"dnis"?: string;
|
|
11850
|
+
"mediaType"?: string;
|
|
11851
|
+
"participantName"?: string;
|
|
11852
|
+
"queueId"?: string;
|
|
11853
|
+
"requestedLanguageId"?: string;
|
|
11854
|
+
"requestedRoutingSkillIds"?: Array<string>;
|
|
11855
|
+
"requestedRoutings"?: Array<string>;
|
|
11856
|
+
"routingPriority"?: number;
|
|
11857
|
+
"sessionId"?: string;
|
|
11858
|
+
"teamId"?: string;
|
|
11859
|
+
"usedRouting"?: string;
|
|
11860
|
+
"userId"?: string;
|
|
11861
|
+
"scoredAgents"?: Array<Models.ConversationActivityScoredAgent>;
|
|
11862
|
+
}
|
|
11863
|
+
|
|
11864
|
+
export interface ConversationActivityMetricValue {
|
|
11865
|
+
"metric"?: string;
|
|
11866
|
+
"count"?: number;
|
|
11867
|
+
}
|
|
11868
|
+
|
|
11869
|
+
export interface ConversationActivityQuery {
|
|
11870
|
+
"metrics": Array<Models.ConversationActivityQueryMetric>;
|
|
11871
|
+
"groupBy": Array<string>;
|
|
11872
|
+
"filter"?: Models.ConversationActivityQueryFilter;
|
|
11873
|
+
"order"?: string;
|
|
11874
|
+
}
|
|
11875
|
+
|
|
11876
|
+
export interface ConversationActivityQueryClause {
|
|
11877
|
+
"type": string;
|
|
11878
|
+
"predicates": Array<Models.ConversationActivityQueryPredicate>;
|
|
11879
|
+
}
|
|
11880
|
+
|
|
11881
|
+
export interface ConversationActivityQueryFilter {
|
|
11882
|
+
"type": string;
|
|
11883
|
+
"clauses"?: Array<Models.ConversationActivityQueryClause>;
|
|
11884
|
+
"predicates"?: Array<Models.ConversationActivityQueryPredicate>;
|
|
11885
|
+
}
|
|
11886
|
+
|
|
11887
|
+
export interface ConversationActivityQueryMetric {
|
|
11888
|
+
"metric": string;
|
|
11889
|
+
"details"?: boolean;
|
|
11890
|
+
}
|
|
11891
|
+
|
|
11892
|
+
export interface ConversationActivityQueryPredicate {
|
|
11893
|
+
"type"?: string;
|
|
11894
|
+
"dimension"?: string;
|
|
11895
|
+
"operator"?: string;
|
|
11896
|
+
"value"?: string;
|
|
11897
|
+
}
|
|
11898
|
+
|
|
11899
|
+
export interface ConversationActivityResponse {
|
|
11900
|
+
"results"?: Array<Models.ConversationActivityData>;
|
|
11901
|
+
"entityIdDimension"?: string;
|
|
11902
|
+
}
|
|
11903
|
+
|
|
11904
|
+
export interface ConversationActivityScoredAgent {
|
|
11905
|
+
"agentScore"?: number;
|
|
11906
|
+
"scoredAgentId"?: string;
|
|
11907
|
+
}
|
|
11908
|
+
|
|
11285
11909
|
export interface ConversationAggregateDataContainer {
|
|
11286
11910
|
"group"?: { [key: string]: string; };
|
|
11287
11911
|
"data"?: Array<Models.StatisticalResponse>;
|
|
@@ -11348,6 +11972,24 @@ declare namespace Models {
|
|
|
11348
11972
|
"mediaType": string;
|
|
11349
11973
|
}
|
|
11350
11974
|
|
|
11975
|
+
export interface ConversationAsyncAggregateQueryResponse {
|
|
11976
|
+
"results"?: Array<Models.ConversationAggregateDataContainer>;
|
|
11977
|
+
"cursor"?: string;
|
|
11978
|
+
}
|
|
11979
|
+
|
|
11980
|
+
export interface ConversationAsyncAggregationQuery {
|
|
11981
|
+
"interval": string;
|
|
11982
|
+
"granularity"?: string;
|
|
11983
|
+
"timeZone"?: string;
|
|
11984
|
+
"groupBy"?: Array<string>;
|
|
11985
|
+
"filter"?: Models.ConversationAggregateQueryFilter;
|
|
11986
|
+
"metrics": Array<string>;
|
|
11987
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
11988
|
+
"views"?: Array<Models.ConversationAggregationView>;
|
|
11989
|
+
"alternateTimeDimension"?: string;
|
|
11990
|
+
"pageSize"?: number;
|
|
11991
|
+
}
|
|
11992
|
+
|
|
11351
11993
|
export interface ConversationBasic {
|
|
11352
11994
|
"id"?: string;
|
|
11353
11995
|
"name"?: string;
|
|
@@ -13823,6 +14465,7 @@ declare namespace Models {
|
|
|
13823
14465
|
"joinedMemberCount"?: number;
|
|
13824
14466
|
"mediaSettings"?: Models.QueueMediaSettings;
|
|
13825
14467
|
"routingRules"?: Array<Models.RoutingRule>;
|
|
14468
|
+
"conditionalGroupRouting"?: Models.ConditionalGroupRouting;
|
|
13826
14469
|
"bullseye"?: Models.Bullseye;
|
|
13827
14470
|
"acwSettings"?: Models.AcwSettings;
|
|
13828
14471
|
"skillEvaluationMethod"?: string;
|
|
@@ -13936,6 +14579,10 @@ declare namespace Models {
|
|
|
13936
14579
|
"state"?: string;
|
|
13937
14580
|
}
|
|
13938
14581
|
|
|
14582
|
+
export interface CreateUtilizationTagRequest {
|
|
14583
|
+
"name": string;
|
|
14584
|
+
}
|
|
14585
|
+
|
|
13939
14586
|
export interface CreateWebChatConversationRequest {
|
|
13940
14587
|
"organizationId": string;
|
|
13941
14588
|
"deploymentId": string;
|
|
@@ -14103,6 +14750,28 @@ declare namespace Models {
|
|
|
14103
14750
|
"operator"?: string;
|
|
14104
14751
|
}
|
|
14105
14752
|
|
|
14753
|
+
export interface CriteriaCategoryInfo {
|
|
14754
|
+
"categoryId"?: string;
|
|
14755
|
+
"displayOrder"?: number;
|
|
14756
|
+
}
|
|
14757
|
+
|
|
14758
|
+
export interface CriteriaGroup {
|
|
14759
|
+
"and"?: Array<Models.CriteriaItem>;
|
|
14760
|
+
"or"?: Array<Models.CriteriaItem>;
|
|
14761
|
+
"not"?: Array<Models.CriteriaItem>;
|
|
14762
|
+
"criteria"?: Models.CriteriaItem;
|
|
14763
|
+
}
|
|
14764
|
+
|
|
14765
|
+
export interface CriteriaItem {
|
|
14766
|
+
"key"?: string;
|
|
14767
|
+
"operator"?: string;
|
|
14768
|
+
"value"?: string;
|
|
14769
|
+
}
|
|
14770
|
+
|
|
14771
|
+
export interface CriteriaQuery {
|
|
14772
|
+
"query": Array<Models.CriteriaGroup>;
|
|
14773
|
+
}
|
|
14774
|
+
|
|
14106
14775
|
export interface CrossPlatformCallMediaPolicy {
|
|
14107
14776
|
"actions"?: Models.CrossPlatformPolicyActions;
|
|
14108
14777
|
"conditions"?: Models.CallMediaPolicyConditions;
|
|
@@ -16018,6 +16687,38 @@ declare namespace Models {
|
|
|
16018
16687
|
"results": Array<Models.DocumentationResult>;
|
|
16019
16688
|
}
|
|
16020
16689
|
|
|
16690
|
+
export interface DocumentationV2SearchAggregation {
|
|
16691
|
+
"field"?: string;
|
|
16692
|
+
"name"?: string;
|
|
16693
|
+
"type"?: string;
|
|
16694
|
+
"value"?: string;
|
|
16695
|
+
"size"?: number;
|
|
16696
|
+
"order"?: Array<string>;
|
|
16697
|
+
}
|
|
16698
|
+
|
|
16699
|
+
export interface DocumentationV2SearchCriteria {
|
|
16700
|
+
"endValue"?: string;
|
|
16701
|
+
"values"?: Array<string>;
|
|
16702
|
+
"startValue"?: string;
|
|
16703
|
+
"value"?: string;
|
|
16704
|
+
"operator"?: string;
|
|
16705
|
+
"group"?: Array<Models.DocumentationV2SearchCriteria>;
|
|
16706
|
+
"dateFormat"?: string;
|
|
16707
|
+
"type"?: string;
|
|
16708
|
+
"fields"?: Array<string>;
|
|
16709
|
+
}
|
|
16710
|
+
|
|
16711
|
+
export interface DocumentationV2SearchRequest {
|
|
16712
|
+
"sortOrder"?: string;
|
|
16713
|
+
"sortBy"?: string;
|
|
16714
|
+
"pageSize"?: number;
|
|
16715
|
+
"pageNumber"?: number;
|
|
16716
|
+
"sort"?: Array<Models.SearchSort>;
|
|
16717
|
+
"types": Array<string>;
|
|
16718
|
+
"query"?: Array<Models.DocumentationV2SearchCriteria>;
|
|
16719
|
+
"aggregations"?: Array<Models.DocumentationV2SearchAggregation>;
|
|
16720
|
+
}
|
|
16721
|
+
|
|
16021
16722
|
export interface DomainCapabilities {
|
|
16022
16723
|
"enabled"?: boolean;
|
|
16023
16724
|
"dhcp"?: boolean;
|
|
@@ -16422,6 +17123,41 @@ declare namespace Models {
|
|
|
16422
17123
|
"sort"?: boolean;
|
|
16423
17124
|
}
|
|
16424
17125
|
|
|
17126
|
+
export interface DynamicGroupDefinition {
|
|
17127
|
+
"group": Models.AddressableEntityRef;
|
|
17128
|
+
"dateModified": string;
|
|
17129
|
+
"query": Models.DynamicGroupQuery;
|
|
17130
|
+
"selfUri"?: string;
|
|
17131
|
+
}
|
|
17132
|
+
|
|
17133
|
+
export interface DynamicGroupLanguageSkillCondition {
|
|
17134
|
+
"languageSkill": string;
|
|
17135
|
+
"comparator": string;
|
|
17136
|
+
"proficiency": number;
|
|
17137
|
+
"childConditions"?: Array<Models.DynamicGroupSkillCondition>;
|
|
17138
|
+
}
|
|
17139
|
+
|
|
17140
|
+
export interface DynamicGroupQuery {
|
|
17141
|
+
"skillConditions": Array<Models.DynamicGroupSkillCondition>;
|
|
17142
|
+
}
|
|
17143
|
+
|
|
17144
|
+
export interface DynamicGroupQueryPreview {
|
|
17145
|
+
"userCount"?: number;
|
|
17146
|
+
}
|
|
17147
|
+
|
|
17148
|
+
export interface DynamicGroupRoutingSkillCondition {
|
|
17149
|
+
"routingSkill": string;
|
|
17150
|
+
"comparator": string;
|
|
17151
|
+
"proficiency": number;
|
|
17152
|
+
"childConditions"?: Array<Models.DynamicGroupSkillCondition>;
|
|
17153
|
+
}
|
|
17154
|
+
|
|
17155
|
+
export interface DynamicGroupSkillCondition {
|
|
17156
|
+
"routingSkillConditions": Array<Models.DynamicGroupRoutingSkillCondition>;
|
|
17157
|
+
"languageSkillConditions": Array<Models.DynamicGroupLanguageSkillCondition>;
|
|
17158
|
+
"operation": string;
|
|
17159
|
+
}
|
|
17160
|
+
|
|
16425
17161
|
export interface Edge {
|
|
16426
17162
|
"id"?: string;
|
|
16427
17163
|
"name": string;
|
|
@@ -17172,6 +17908,7 @@ declare namespace Models {
|
|
|
17172
17908
|
"contextId"?: string;
|
|
17173
17909
|
"details"?: Array<Models.Detail>;
|
|
17174
17910
|
"errors"?: Array<Models.ErrorBody>;
|
|
17911
|
+
"limit"?: Models.Limit;
|
|
17175
17912
|
}
|
|
17176
17913
|
|
|
17177
17914
|
export interface ErrorDetails {
|
|
@@ -17293,6 +18030,24 @@ declare namespace Models {
|
|
|
17293
18030
|
"user"?: Models.User;
|
|
17294
18031
|
}
|
|
17295
18032
|
|
|
18033
|
+
export interface EvaluationAsyncAggregateQueryResponse {
|
|
18034
|
+
"results"?: Array<Models.EvaluationAggregateDataContainer>;
|
|
18035
|
+
"cursor"?: string;
|
|
18036
|
+
}
|
|
18037
|
+
|
|
18038
|
+
export interface EvaluationAsyncAggregationQuery {
|
|
18039
|
+
"interval": string;
|
|
18040
|
+
"granularity"?: string;
|
|
18041
|
+
"timeZone"?: string;
|
|
18042
|
+
"groupBy"?: Array<string>;
|
|
18043
|
+
"filter"?: Models.EvaluationAggregateQueryFilter;
|
|
18044
|
+
"metrics": Array<string>;
|
|
18045
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
18046
|
+
"views"?: Array<Models.EvaluationAggregationView>;
|
|
18047
|
+
"alternateTimeDimension"?: string;
|
|
18048
|
+
"pageSize"?: number;
|
|
18049
|
+
}
|
|
18050
|
+
|
|
17296
18051
|
export interface EvaluationDetailQueryClause {
|
|
17297
18052
|
"type": string;
|
|
17298
18053
|
"predicates": Array<Models.EvaluationDetailQueryPredicate>;
|
|
@@ -17577,6 +18332,30 @@ declare namespace Models {
|
|
|
17577
18332
|
"pageCount"?: number;
|
|
17578
18333
|
}
|
|
17579
18334
|
|
|
18335
|
+
export interface Event {
|
|
18336
|
+
"id"?: string;
|
|
18337
|
+
"correlationId"?: string;
|
|
18338
|
+
"customerId"?: string;
|
|
18339
|
+
"customerIdType"?: string;
|
|
18340
|
+
"session"?: Models.EventSession;
|
|
18341
|
+
"eventType": string;
|
|
18342
|
+
"genericActionEvent"?: Models.GenericActionEvent;
|
|
18343
|
+
"outcomeAchievedEvent"?: Models.OutcomeAchievedEvent;
|
|
18344
|
+
"segmentAssignedEvent"?: Models.SegmentAssignedEvent;
|
|
18345
|
+
"segmentAssignmentEvent"?: Models.SegmentAssignmentEvent;
|
|
18346
|
+
"webActionEvent"?: Models.WebActionEvent;
|
|
18347
|
+
"webEvent"?: Models.WebEvent;
|
|
18348
|
+
"createdDate"?: string;
|
|
18349
|
+
}
|
|
18350
|
+
|
|
18351
|
+
export interface EventAction {
|
|
18352
|
+
"id": string;
|
|
18353
|
+
"state"?: string;
|
|
18354
|
+
"mediaType"?: string;
|
|
18355
|
+
"prompt"?: string;
|
|
18356
|
+
"createdDate"?: string;
|
|
18357
|
+
}
|
|
18358
|
+
|
|
17580
18359
|
export interface EventCoBrowse {
|
|
17581
18360
|
"type": string;
|
|
17582
18361
|
"sessionId"?: string;
|
|
@@ -17598,6 +18377,13 @@ declare namespace Models {
|
|
|
17598
18377
|
"retryable"?: boolean;
|
|
17599
18378
|
}
|
|
17600
18379
|
|
|
18380
|
+
export interface EventListing {
|
|
18381
|
+
"entities"?: Array<Models.Event>;
|
|
18382
|
+
"nextUri"?: string;
|
|
18383
|
+
"selfUri"?: string;
|
|
18384
|
+
"previousUri"?: string;
|
|
18385
|
+
}
|
|
18386
|
+
|
|
17601
18387
|
export interface EventLog {
|
|
17602
18388
|
"id"?: string;
|
|
17603
18389
|
"name"?: string;
|
|
@@ -17624,6 +18410,12 @@ declare namespace Models {
|
|
|
17624
18410
|
"type": string;
|
|
17625
18411
|
}
|
|
17626
18412
|
|
|
18413
|
+
export interface EventSession {
|
|
18414
|
+
"id"?: string;
|
|
18415
|
+
"selfUri"?: string;
|
|
18416
|
+
"type"?: string;
|
|
18417
|
+
}
|
|
18418
|
+
|
|
17627
18419
|
export interface EventSetting {
|
|
17628
18420
|
"typing"?: Models.TypingSetting;
|
|
17629
18421
|
}
|
|
@@ -17637,6 +18429,16 @@ declare namespace Models {
|
|
|
17637
18429
|
"state": string;
|
|
17638
18430
|
}
|
|
17639
18431
|
|
|
18432
|
+
export interface ExecutionDataEntity {
|
|
18433
|
+
"id"?: string;
|
|
18434
|
+
"downloadUri"?: string;
|
|
18435
|
+
"failed"?: boolean;
|
|
18436
|
+
}
|
|
18437
|
+
|
|
18438
|
+
export interface ExecutionDataRequest {
|
|
18439
|
+
"ids": Array<string>;
|
|
18440
|
+
}
|
|
18441
|
+
|
|
17640
18442
|
export interface ExpandableWebDeployment {
|
|
17641
18443
|
"id"?: string;
|
|
17642
18444
|
"name": string;
|
|
@@ -17734,6 +18536,26 @@ declare namespace Models {
|
|
|
17734
18536
|
"selfUri"?: string;
|
|
17735
18537
|
}
|
|
17736
18538
|
|
|
18539
|
+
export interface ExtensionPoolDivisionView {
|
|
18540
|
+
"id"?: string;
|
|
18541
|
+
"name": string;
|
|
18542
|
+
"division"?: Models.Division;
|
|
18543
|
+
"selfUri"?: string;
|
|
18544
|
+
}
|
|
18545
|
+
|
|
18546
|
+
export interface ExtensionPoolDivisionViewEntityListing {
|
|
18547
|
+
"entities"?: Array<Models.ExtensionPoolDivisionView>;
|
|
18548
|
+
"pageSize"?: number;
|
|
18549
|
+
"pageNumber"?: number;
|
|
18550
|
+
"total"?: number;
|
|
18551
|
+
"firstUri"?: string;
|
|
18552
|
+
"nextUri"?: string;
|
|
18553
|
+
"previousUri"?: string;
|
|
18554
|
+
"lastUri"?: string;
|
|
18555
|
+
"selfUri"?: string;
|
|
18556
|
+
"pageCount"?: number;
|
|
18557
|
+
}
|
|
18558
|
+
|
|
17737
18559
|
export interface ExtensionPoolEntityListing {
|
|
17738
18560
|
"entities"?: Array<Models.ExtensionPool>;
|
|
17739
18561
|
"pageSize"?: number;
|
|
@@ -17781,6 +18603,11 @@ declare namespace Models {
|
|
|
17781
18603
|
"selfUri"?: string;
|
|
17782
18604
|
}
|
|
17783
18605
|
|
|
18606
|
+
export interface ExternalContactReference {
|
|
18607
|
+
"id"?: string;
|
|
18608
|
+
"selfUri"?: string;
|
|
18609
|
+
}
|
|
18610
|
+
|
|
17784
18611
|
export interface ExternalContactsContactChangedTopicContact {
|
|
17785
18612
|
"id"?: string;
|
|
17786
18613
|
"externalOrganization"?: Models.ExternalContactsContactChangedTopicExternalOrganization;
|
|
@@ -18460,6 +19287,85 @@ declare namespace Models {
|
|
|
18460
19287
|
"selfUri"?: string;
|
|
18461
19288
|
}
|
|
18462
19289
|
|
|
19290
|
+
export interface FlowActivityData {
|
|
19291
|
+
"group"?: { [key: string]: string; };
|
|
19292
|
+
"data"?: Array<Models.FlowActivityMetricValue>;
|
|
19293
|
+
"truncated"?: boolean;
|
|
19294
|
+
"entities"?: Array<Models.FlowActivityEntityData>;
|
|
19295
|
+
}
|
|
19296
|
+
|
|
19297
|
+
export interface FlowActivityEntityData {
|
|
19298
|
+
"activityDate": string;
|
|
19299
|
+
"metric"?: string;
|
|
19300
|
+
"addressFrom"?: string;
|
|
19301
|
+
"addressTo"?: string;
|
|
19302
|
+
"ani"?: string;
|
|
19303
|
+
"conversationId"?: string;
|
|
19304
|
+
"convertedFrom"?: string;
|
|
19305
|
+
"convertedTo"?: string;
|
|
19306
|
+
"direction"?: string;
|
|
19307
|
+
"dnis"?: string;
|
|
19308
|
+
"flowId"?: string;
|
|
19309
|
+
"flowType"?: string;
|
|
19310
|
+
"mediaType"?: string;
|
|
19311
|
+
"participantName"?: string;
|
|
19312
|
+
"queueId"?: string;
|
|
19313
|
+
"requestedLanguageId"?: string;
|
|
19314
|
+
"requestedRoutingSkillIds"?: Array<string>;
|
|
19315
|
+
"requestedRoutings"?: Array<string>;
|
|
19316
|
+
"routingPriority"?: number;
|
|
19317
|
+
"sessionId"?: string;
|
|
19318
|
+
"teamId"?: string;
|
|
19319
|
+
"usedRouting"?: string;
|
|
19320
|
+
"userId"?: string;
|
|
19321
|
+
"scoredAgents"?: Array<Models.FlowActivityScoredAgent>;
|
|
19322
|
+
}
|
|
19323
|
+
|
|
19324
|
+
export interface FlowActivityMetricValue {
|
|
19325
|
+
"metric"?: string;
|
|
19326
|
+
"count"?: number;
|
|
19327
|
+
}
|
|
19328
|
+
|
|
19329
|
+
export interface FlowActivityQuery {
|
|
19330
|
+
"metrics": Array<Models.FlowActivityQueryMetric>;
|
|
19331
|
+
"groupBy": Array<string>;
|
|
19332
|
+
"filter"?: Models.FlowActivityQueryFilter;
|
|
19333
|
+
"order"?: string;
|
|
19334
|
+
}
|
|
19335
|
+
|
|
19336
|
+
export interface FlowActivityQueryClause {
|
|
19337
|
+
"type": string;
|
|
19338
|
+
"predicates": Array<Models.FlowActivityQueryPredicate>;
|
|
19339
|
+
}
|
|
19340
|
+
|
|
19341
|
+
export interface FlowActivityQueryFilter {
|
|
19342
|
+
"type": string;
|
|
19343
|
+
"clauses"?: Array<Models.FlowActivityQueryClause>;
|
|
19344
|
+
"predicates"?: Array<Models.FlowActivityQueryPredicate>;
|
|
19345
|
+
}
|
|
19346
|
+
|
|
19347
|
+
export interface FlowActivityQueryMetric {
|
|
19348
|
+
"metric": string;
|
|
19349
|
+
"details"?: boolean;
|
|
19350
|
+
}
|
|
19351
|
+
|
|
19352
|
+
export interface FlowActivityQueryPredicate {
|
|
19353
|
+
"type"?: string;
|
|
19354
|
+
"dimension"?: string;
|
|
19355
|
+
"operator"?: string;
|
|
19356
|
+
"value"?: string;
|
|
19357
|
+
}
|
|
19358
|
+
|
|
19359
|
+
export interface FlowActivityResponse {
|
|
19360
|
+
"results"?: Array<Models.FlowActivityData>;
|
|
19361
|
+
"entityIdDimension"?: string;
|
|
19362
|
+
}
|
|
19363
|
+
|
|
19364
|
+
export interface FlowActivityScoredAgent {
|
|
19365
|
+
"agentScore"?: number;
|
|
19366
|
+
"scoredAgentId"?: string;
|
|
19367
|
+
}
|
|
19368
|
+
|
|
18463
19369
|
export interface FlowAggregateDataContainer {
|
|
18464
19370
|
"group"?: { [key: string]: string; };
|
|
18465
19371
|
"data"?: Array<Models.StatisticalResponse>;
|
|
@@ -18507,6 +19413,24 @@ declare namespace Models {
|
|
|
18507
19413
|
"range"?: Models.AggregationRange;
|
|
18508
19414
|
}
|
|
18509
19415
|
|
|
19416
|
+
export interface FlowAsyncAggregateQueryResponse {
|
|
19417
|
+
"results"?: Array<Models.FlowAggregateDataContainer>;
|
|
19418
|
+
"cursor"?: string;
|
|
19419
|
+
}
|
|
19420
|
+
|
|
19421
|
+
export interface FlowAsyncAggregationQuery {
|
|
19422
|
+
"interval": string;
|
|
19423
|
+
"granularity"?: string;
|
|
19424
|
+
"timeZone"?: string;
|
|
19425
|
+
"groupBy"?: Array<string>;
|
|
19426
|
+
"filter"?: Models.FlowAggregateQueryFilter;
|
|
19427
|
+
"metrics": Array<string>;
|
|
19428
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
19429
|
+
"views"?: Array<Models.FlowAggregationView>;
|
|
19430
|
+
"alternateTimeDimension"?: string;
|
|
19431
|
+
"pageSize"?: number;
|
|
19432
|
+
}
|
|
19433
|
+
|
|
18510
19434
|
export interface FlowDiagnosticInfo {
|
|
18511
19435
|
"lastActionId"?: number;
|
|
18512
19436
|
}
|
|
@@ -18575,6 +19499,20 @@ declare namespace Models {
|
|
|
18575
19499
|
"pageCount"?: number;
|
|
18576
19500
|
}
|
|
18577
19501
|
|
|
19502
|
+
export interface FlowExecutionDataQueryResult {
|
|
19503
|
+
"id"?: string;
|
|
19504
|
+
"name"?: string;
|
|
19505
|
+
"startDateTime"?: string;
|
|
19506
|
+
"endDateTime"?: string;
|
|
19507
|
+
"flowId"?: string;
|
|
19508
|
+
"flowVersion"?: string;
|
|
19509
|
+
"conversationId"?: string;
|
|
19510
|
+
"flowType"?: string;
|
|
19511
|
+
"flowErrorReason"?: string;
|
|
19512
|
+
"flowName"?: string;
|
|
19513
|
+
"selfUri"?: string;
|
|
19514
|
+
}
|
|
19515
|
+
|
|
18578
19516
|
export interface FlowExecutionLaunchRequest {
|
|
18579
19517
|
"flowId": string;
|
|
18580
19518
|
"flowVersion"?: string;
|
|
@@ -18820,6 +19758,19 @@ declare namespace Models {
|
|
|
18820
19758
|
"pageCount"?: number;
|
|
18821
19759
|
}
|
|
18822
19760
|
|
|
19761
|
+
export interface FlowResultEntityListing {
|
|
19762
|
+
"entities"?: Array<Models.FlowExecutionDataQueryResult>;
|
|
19763
|
+
"pageSize"?: number;
|
|
19764
|
+
"pageNumber"?: number;
|
|
19765
|
+
"total"?: number;
|
|
19766
|
+
"firstUri"?: string;
|
|
19767
|
+
"nextUri"?: string;
|
|
19768
|
+
"previousUri"?: string;
|
|
19769
|
+
"lastUri"?: string;
|
|
19770
|
+
"selfUri"?: string;
|
|
19771
|
+
"pageCount"?: number;
|
|
19772
|
+
}
|
|
19773
|
+
|
|
18823
19774
|
export interface FlowRuntimeExecution {
|
|
18824
19775
|
"id"?: string;
|
|
18825
19776
|
"name"?: string;
|
|
@@ -18895,6 +19846,14 @@ declare namespace Models {
|
|
|
18895
19846
|
"pageCount"?: number;
|
|
18896
19847
|
}
|
|
18897
19848
|
|
|
19849
|
+
export interface FlowsQueryCriteriaResponse {
|
|
19850
|
+
"criteria"?: Array<Models.QueryCriteria>;
|
|
19851
|
+
"flowTypes"?: Array<string>;
|
|
19852
|
+
"actionTypes"?: Array<string>;
|
|
19853
|
+
"errorCodes"?: Array<string>;
|
|
19854
|
+
"warningCodes"?: Array<string>;
|
|
19855
|
+
}
|
|
19856
|
+
|
|
18898
19857
|
export interface FooterTemplate {
|
|
18899
19858
|
"type"?: string;
|
|
18900
19859
|
"applicableResources"?: Array<string>;
|
|
@@ -19149,6 +20108,22 @@ declare namespace Models {
|
|
|
19149
20108
|
"canUseForScheduling"?: boolean;
|
|
19150
20109
|
}
|
|
19151
20110
|
|
|
20111
|
+
export interface GenericActionEvent {
|
|
20112
|
+
"action": Models.GenericEventAction;
|
|
20113
|
+
"actionMap"?: Models.ActionEventActionMap;
|
|
20114
|
+
"errorCode"?: string;
|
|
20115
|
+
"errorMessage"?: string;
|
|
20116
|
+
}
|
|
20117
|
+
|
|
20118
|
+
export interface GenericEventAction {
|
|
20119
|
+
"id": string;
|
|
20120
|
+
"state"?: string;
|
|
20121
|
+
"mediaType"?: string;
|
|
20122
|
+
"prompt"?: string;
|
|
20123
|
+
"mediaAddress"?: string;
|
|
20124
|
+
"createdDate"?: string;
|
|
20125
|
+
}
|
|
20126
|
+
|
|
19152
20127
|
export interface GenericSAML {
|
|
19153
20128
|
"id"?: string;
|
|
19154
20129
|
"name"?: string;
|
|
@@ -19208,6 +20183,14 @@ declare namespace Models {
|
|
|
19208
20183
|
"selfUri"?: string;
|
|
19209
20184
|
}
|
|
19210
20185
|
|
|
20186
|
+
export interface GetFlowExecutionDataJobResult {
|
|
20187
|
+
"id"?: string;
|
|
20188
|
+
"name"?: string;
|
|
20189
|
+
"entities"?: Array<Models.ExecutionDataEntity>;
|
|
20190
|
+
"jobState"?: string;
|
|
20191
|
+
"selfUri"?: string;
|
|
20192
|
+
}
|
|
20193
|
+
|
|
19211
20194
|
export interface GetMetricDefinitionsResponse {
|
|
19212
20195
|
"total"?: number;
|
|
19213
20196
|
"entities"?: Array<Models.MetricDefinition>;
|
|
@@ -19444,18 +20427,8 @@ declare namespace Models {
|
|
|
19444
20427
|
"selfUri"?: string;
|
|
19445
20428
|
}
|
|
19446
20429
|
|
|
19447
|
-
export interface GuestCategoryResponse {
|
|
19448
|
-
"id"?: string;
|
|
19449
|
-
"name": string;
|
|
19450
|
-
"description"?: string;
|
|
19451
|
-
"dateCreated"?: string;
|
|
19452
|
-
"dateModified"?: string;
|
|
19453
|
-
"parentCategory"?: Models.GuestCategoryReference;
|
|
19454
|
-
"selfUri"?: string;
|
|
19455
|
-
}
|
|
19456
|
-
|
|
19457
20430
|
export interface GuestCategoryResponseListing {
|
|
19458
|
-
"entities"?: Array<Models.
|
|
20431
|
+
"entities"?: Array<Models.GuestResponseCategory>;
|
|
19459
20432
|
"nextUri"?: string;
|
|
19460
20433
|
"selfUri"?: string;
|
|
19461
20434
|
"previousUri"?: string;
|
|
@@ -19472,6 +20445,17 @@ declare namespace Models {
|
|
|
19472
20445
|
"customFields"?: { [key: string]: string; };
|
|
19473
20446
|
}
|
|
19474
20447
|
|
|
20448
|
+
export interface GuestResponseCategory {
|
|
20449
|
+
"id"?: string;
|
|
20450
|
+
"name"?: string;
|
|
20451
|
+
"description"?: string;
|
|
20452
|
+
"externalId"?: string;
|
|
20453
|
+
"dateCreated"?: string;
|
|
20454
|
+
"dateModified"?: string;
|
|
20455
|
+
"parentCategory"?: Models.GuestCategoryReference;
|
|
20456
|
+
"selfUri"?: string;
|
|
20457
|
+
}
|
|
20458
|
+
|
|
19475
20459
|
export interface HeadcountForecast {
|
|
19476
20460
|
"required": Array<Models.HeadcountInterval>;
|
|
19477
20461
|
"requiredWithoutShrinkage": Array<Models.HeadcountInterval>;
|
|
@@ -19778,6 +20762,11 @@ declare namespace Models {
|
|
|
19778
20762
|
"idleAfterSeconds"?: number;
|
|
19779
20763
|
}
|
|
19780
20764
|
|
|
20765
|
+
export interface IdleTokenTimeout {
|
|
20766
|
+
"idleTokenTimeoutSeconds"?: number;
|
|
20767
|
+
"enableIdleTokenTimeout"?: boolean;
|
|
20768
|
+
}
|
|
20769
|
+
|
|
19781
20770
|
export interface IgnoredActivityCategories {
|
|
19782
20771
|
"values"?: Array<string>;
|
|
19783
20772
|
}
|
|
@@ -20089,6 +21078,65 @@ declare namespace Models {
|
|
|
20089
21078
|
"displayName"?: string;
|
|
20090
21079
|
}
|
|
20091
21080
|
|
|
21081
|
+
export interface InstagramIntegration {
|
|
21082
|
+
"id": string;
|
|
21083
|
+
"name": string;
|
|
21084
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
21085
|
+
"messagingSetting"?: Models.MessagingSettingReference;
|
|
21086
|
+
"appId": string;
|
|
21087
|
+
"pageId"?: string;
|
|
21088
|
+
"instagramId"?: string;
|
|
21089
|
+
"instagramUsername"?: string;
|
|
21090
|
+
"instagramName"?: string;
|
|
21091
|
+
"instagramProfileImageUrl"?: string;
|
|
21092
|
+
"status"?: string;
|
|
21093
|
+
"recipient"?: Models.DomainEntityRef;
|
|
21094
|
+
"dateCreated"?: string;
|
|
21095
|
+
"dateModified"?: string;
|
|
21096
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
21097
|
+
"modifiedBy"?: Models.DomainEntityRef;
|
|
21098
|
+
"version": number;
|
|
21099
|
+
"createStatus"?: string;
|
|
21100
|
+
"createError"?: Models.ErrorBody;
|
|
21101
|
+
"selfUri"?: string;
|
|
21102
|
+
}
|
|
21103
|
+
|
|
21104
|
+
export interface InstagramIntegrationEntityListing {
|
|
21105
|
+
"entities"?: Array<Models.InstagramIntegration>;
|
|
21106
|
+
"pageSize"?: number;
|
|
21107
|
+
"pageNumber"?: number;
|
|
21108
|
+
"total"?: number;
|
|
21109
|
+
"firstUri"?: string;
|
|
21110
|
+
"nextUri"?: string;
|
|
21111
|
+
"previousUri"?: string;
|
|
21112
|
+
"lastUri"?: string;
|
|
21113
|
+
"selfUri"?: string;
|
|
21114
|
+
"pageCount"?: number;
|
|
21115
|
+
}
|
|
21116
|
+
|
|
21117
|
+
export interface InstagramIntegrationRequest {
|
|
21118
|
+
"id"?: string;
|
|
21119
|
+
"name": string;
|
|
21120
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
21121
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
21122
|
+
"pageAccessToken"?: string;
|
|
21123
|
+
"userAccessToken"?: string;
|
|
21124
|
+
"pageId"?: string;
|
|
21125
|
+
"appId"?: string;
|
|
21126
|
+
"appSecret"?: string;
|
|
21127
|
+
"selfUri"?: string;
|
|
21128
|
+
}
|
|
21129
|
+
|
|
21130
|
+
export interface InstagramIntegrationUpdateRequest {
|
|
21131
|
+
"id"?: string;
|
|
21132
|
+
"name"?: string;
|
|
21133
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
21134
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
21135
|
+
"pageAccessToken"?: string;
|
|
21136
|
+
"userAccessToken"?: string;
|
|
21137
|
+
"selfUri"?: string;
|
|
21138
|
+
}
|
|
21139
|
+
|
|
20092
21140
|
export interface InstagramScopedId {
|
|
20093
21141
|
"scopedId"?: string;
|
|
20094
21142
|
}
|
|
@@ -20401,6 +21449,24 @@ declare namespace Models {
|
|
|
20401
21449
|
"buildNumber": string;
|
|
20402
21450
|
}
|
|
20403
21451
|
|
|
21452
|
+
export interface JourneyAsyncAggregateQueryResponse {
|
|
21453
|
+
"results"?: Array<Models.JourneyAggregateDataContainer>;
|
|
21454
|
+
"cursor"?: string;
|
|
21455
|
+
}
|
|
21456
|
+
|
|
21457
|
+
export interface JourneyAsyncAggregationQuery {
|
|
21458
|
+
"interval": string;
|
|
21459
|
+
"granularity"?: string;
|
|
21460
|
+
"timeZone"?: string;
|
|
21461
|
+
"groupBy"?: Array<string>;
|
|
21462
|
+
"filter"?: Models.JourneyAggregateQueryFilter;
|
|
21463
|
+
"metrics": Array<string>;
|
|
21464
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
21465
|
+
"views"?: Array<Models.JourneyAggregationView>;
|
|
21466
|
+
"alternateTimeDimension"?: string;
|
|
21467
|
+
"pageSize"?: number;
|
|
21468
|
+
}
|
|
21469
|
+
|
|
20404
21470
|
export interface JourneyCampaign {
|
|
20405
21471
|
"content"?: string;
|
|
20406
21472
|
"medium"?: string;
|
|
@@ -21309,6 +22375,75 @@ declare namespace Models {
|
|
|
21309
22375
|
"knowledgeBase"?: Models.AddressableEntityRef;
|
|
21310
22376
|
}
|
|
21311
22377
|
|
|
22378
|
+
export interface KnowledgeAggregateDataContainer {
|
|
22379
|
+
"group"?: { [key: string]: string; };
|
|
22380
|
+
"data"?: Array<Models.StatisticalResponse>;
|
|
22381
|
+
}
|
|
22382
|
+
|
|
22383
|
+
export interface KnowledgeAggregateQueryClause {
|
|
22384
|
+
"type": string;
|
|
22385
|
+
"predicates": Array<Models.KnowledgeAggregateQueryPredicate>;
|
|
22386
|
+
}
|
|
22387
|
+
|
|
22388
|
+
export interface KnowledgeAggregateQueryFilter {
|
|
22389
|
+
"type": string;
|
|
22390
|
+
"clauses"?: Array<Models.KnowledgeAggregateQueryClause>;
|
|
22391
|
+
"predicates"?: Array<Models.KnowledgeAggregateQueryPredicate>;
|
|
22392
|
+
}
|
|
22393
|
+
|
|
22394
|
+
export interface KnowledgeAggregateQueryPredicate {
|
|
22395
|
+
"type"?: string;
|
|
22396
|
+
"dimension"?: string;
|
|
22397
|
+
"operator"?: string;
|
|
22398
|
+
"value"?: string;
|
|
22399
|
+
"range"?: Models.NumericRange;
|
|
22400
|
+
}
|
|
22401
|
+
|
|
22402
|
+
export interface KnowledgeAggregateQueryResponse {
|
|
22403
|
+
"results"?: Array<Models.KnowledgeAggregateDataContainer>;
|
|
22404
|
+
}
|
|
22405
|
+
|
|
22406
|
+
export interface KnowledgeAggregationQuery {
|
|
22407
|
+
"interval": string;
|
|
22408
|
+
"granularity"?: string;
|
|
22409
|
+
"timeZone"?: string;
|
|
22410
|
+
"groupBy"?: Array<string>;
|
|
22411
|
+
"filter"?: Models.KnowledgeAggregateQueryFilter;
|
|
22412
|
+
"metrics": Array<string>;
|
|
22413
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
22414
|
+
"views"?: Array<Models.KnowledgeAggregationView>;
|
|
22415
|
+
"alternateTimeDimension"?: string;
|
|
22416
|
+
"queryType"?: string;
|
|
22417
|
+
"limit"?: number;
|
|
22418
|
+
}
|
|
22419
|
+
|
|
22420
|
+
export interface KnowledgeAggregationView {
|
|
22421
|
+
"target": string;
|
|
22422
|
+
"name": string;
|
|
22423
|
+
"function": string;
|
|
22424
|
+
"range"?: Models.AggregationRange;
|
|
22425
|
+
}
|
|
22426
|
+
|
|
22427
|
+
export interface KnowledgeAsyncAggregateQueryResponse {
|
|
22428
|
+
"results"?: Array<Models.KnowledgeAggregateDataContainer>;
|
|
22429
|
+
"cursor"?: string;
|
|
22430
|
+
}
|
|
22431
|
+
|
|
22432
|
+
export interface KnowledgeAsyncAggregationQuery {
|
|
22433
|
+
"interval": string;
|
|
22434
|
+
"granularity"?: string;
|
|
22435
|
+
"timeZone"?: string;
|
|
22436
|
+
"groupBy"?: Array<string>;
|
|
22437
|
+
"filter"?: Models.KnowledgeAggregateQueryFilter;
|
|
22438
|
+
"metrics": Array<string>;
|
|
22439
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
22440
|
+
"views"?: Array<Models.KnowledgeAggregationView>;
|
|
22441
|
+
"alternateTimeDimension"?: string;
|
|
22442
|
+
"queryType"?: string;
|
|
22443
|
+
"limit"?: number;
|
|
22444
|
+
"pageSize"?: number;
|
|
22445
|
+
}
|
|
22446
|
+
|
|
21312
22447
|
export interface KnowledgeBase {
|
|
21313
22448
|
"id"?: string;
|
|
21314
22449
|
"name"?: string;
|
|
@@ -21398,6 +22533,10 @@ declare namespace Models {
|
|
|
21398
22533
|
"autocomplete": boolean;
|
|
21399
22534
|
}
|
|
21400
22535
|
|
|
22536
|
+
export interface KnowledgeDocumentBulkRemoveRequest {
|
|
22537
|
+
"entities": Array<Models.WritableEntity>;
|
|
22538
|
+
}
|
|
22539
|
+
|
|
21401
22540
|
export interface KnowledgeDocumentBulkRequest {
|
|
21402
22541
|
"type": string;
|
|
21403
22542
|
"externalUrl"?: string;
|
|
@@ -21407,6 +22546,39 @@ declare namespace Models {
|
|
|
21407
22546
|
"id"?: string;
|
|
21408
22547
|
}
|
|
21409
22548
|
|
|
22549
|
+
export interface KnowledgeDocumentBulkUpdateEntity {
|
|
22550
|
+
"id"?: string;
|
|
22551
|
+
"categoryId"?: string;
|
|
22552
|
+
"labelIds"?: Array<string>;
|
|
22553
|
+
}
|
|
22554
|
+
|
|
22555
|
+
export interface KnowledgeDocumentBulkUpdateRequest {
|
|
22556
|
+
"entities": Array<Models.KnowledgeDocumentBulkUpdateEntity>;
|
|
22557
|
+
}
|
|
22558
|
+
|
|
22559
|
+
export interface KnowledgeDocumentBulkVersionAddEntity {
|
|
22560
|
+
"id"?: string;
|
|
22561
|
+
"restoreFromVersionId"?: string;
|
|
22562
|
+
"restorePrevious"?: boolean;
|
|
22563
|
+
}
|
|
22564
|
+
|
|
22565
|
+
export interface KnowledgeDocumentBulkVersionAddRequest {
|
|
22566
|
+
"entities": Array<Models.KnowledgeDocumentBulkVersionAddEntity>;
|
|
22567
|
+
}
|
|
22568
|
+
|
|
22569
|
+
export interface KnowledgeDocumentContentUpload {
|
|
22570
|
+
"id"?: string;
|
|
22571
|
+
"contentType": string;
|
|
22572
|
+
"fileName": string;
|
|
22573
|
+
"status"?: string;
|
|
22574
|
+
"uploadKey"?: string;
|
|
22575
|
+
"url"?: string;
|
|
22576
|
+
"headers"?: { [key: string]: string; };
|
|
22577
|
+
"document"?: Models.AddressableEntityRef;
|
|
22578
|
+
"errorMessage"?: string;
|
|
22579
|
+
"selfUri"?: string;
|
|
22580
|
+
}
|
|
22581
|
+
|
|
21410
22582
|
export interface KnowledgeDocumentGuestSearch {
|
|
21411
22583
|
"query": string;
|
|
21412
22584
|
"pageSize"?: number;
|
|
@@ -21449,6 +22621,7 @@ declare namespace Models {
|
|
|
21449
22621
|
"alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
|
|
21450
22622
|
"categoryId"?: string;
|
|
21451
22623
|
"labelIds"?: Array<string>;
|
|
22624
|
+
"externalId"?: string;
|
|
21452
22625
|
"selfUri"?: string;
|
|
21453
22626
|
}
|
|
21454
22627
|
|
|
@@ -21478,6 +22651,7 @@ declare namespace Models {
|
|
|
21478
22651
|
"labels"?: Array<Models.LabelResponse>;
|
|
21479
22652
|
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
21480
22653
|
"variations"?: Array<Models.DocumentVariation>;
|
|
22654
|
+
"externalId"?: string;
|
|
21481
22655
|
"selfUri"?: string;
|
|
21482
22656
|
}
|
|
21483
22657
|
|
|
@@ -21735,6 +22909,7 @@ declare namespace Models {
|
|
|
21735
22909
|
"contextId"?: string;
|
|
21736
22910
|
"details"?: Array<Models.Detail>;
|
|
21737
22911
|
"errors"?: Array<Models.ErrorBody>;
|
|
22912
|
+
"limit"?: Models.Limit;
|
|
21738
22913
|
"documentIndex"?: number;
|
|
21739
22914
|
}
|
|
21740
22915
|
|
|
@@ -21856,6 +23031,7 @@ declare namespace Models {
|
|
|
21856
23031
|
"id"?: string;
|
|
21857
23032
|
"name": string;
|
|
21858
23033
|
"color": string;
|
|
23034
|
+
"externalId"?: string;
|
|
21859
23035
|
"selfUri"?: string;
|
|
21860
23036
|
}
|
|
21861
23037
|
|
|
@@ -21873,6 +23049,7 @@ declare namespace Models {
|
|
|
21873
23049
|
"dateCreated"?: string;
|
|
21874
23050
|
"dateModified"?: string;
|
|
21875
23051
|
"documentCount"?: number;
|
|
23052
|
+
"externalId"?: string;
|
|
21876
23053
|
"selfUri"?: string;
|
|
21877
23054
|
}
|
|
21878
23055
|
|
|
@@ -21880,6 +23057,7 @@ declare namespace Models {
|
|
|
21880
23057
|
"id"?: string;
|
|
21881
23058
|
"name"?: string;
|
|
21882
23059
|
"color"?: string;
|
|
23060
|
+
"externalId"?: string;
|
|
21883
23061
|
"selfUri"?: string;
|
|
21884
23062
|
}
|
|
21885
23063
|
|
|
@@ -22472,6 +23650,7 @@ declare namespace Models {
|
|
|
22472
23650
|
|
|
22473
23651
|
export interface Limit {
|
|
22474
23652
|
"key"?: string;
|
|
23653
|
+
"namespace"?: string;
|
|
22475
23654
|
"value"?: number;
|
|
22476
23655
|
}
|
|
22477
23656
|
|
|
@@ -22707,6 +23886,13 @@ declare namespace Models {
|
|
|
22707
23886
|
"keypairId": string;
|
|
22708
23887
|
}
|
|
22709
23888
|
|
|
23889
|
+
export interface LocalTime {
|
|
23890
|
+
"hour"?: number;
|
|
23891
|
+
"minute"?: number;
|
|
23892
|
+
"second"?: number;
|
|
23893
|
+
"nano"?: number;
|
|
23894
|
+
}
|
|
23895
|
+
|
|
22710
23896
|
export interface LocalizedLabels {
|
|
22711
23897
|
"key"?: string;
|
|
22712
23898
|
"value"?: string;
|
|
@@ -24043,11 +25229,98 @@ declare namespace Models {
|
|
|
24043
25229
|
"entities"?: Array<Models.WfmUserNotification>;
|
|
24044
25230
|
}
|
|
24045
25231
|
|
|
25232
|
+
export interface NuanceApplication {
|
|
25233
|
+
"id": string;
|
|
25234
|
+
"tag": string;
|
|
25235
|
+
"name": string;
|
|
25236
|
+
}
|
|
25237
|
+
|
|
25238
|
+
export interface NuanceBot {
|
|
25239
|
+
"id": string;
|
|
25240
|
+
"name": string;
|
|
25241
|
+
"integrationId": string;
|
|
25242
|
+
"nuanceOrganization": Models.NuanceOrganization;
|
|
25243
|
+
"application": Models.NuanceApplication;
|
|
25244
|
+
"nuanceEnvironment": Models.NuanceEnvironment;
|
|
25245
|
+
"geography": Models.NuanceGeography;
|
|
25246
|
+
"credentials"?: Array<Models.NuanceBotCredentials>;
|
|
25247
|
+
"variables"?: Array<Models.NuanceBotVariable>;
|
|
25248
|
+
"transferNodes"?: Array<Models.NuanceBotTransferNode>;
|
|
25249
|
+
"locales"?: Array<string>;
|
|
25250
|
+
"channels"?: Array<Models.NuanceChannel>;
|
|
25251
|
+
"selfUri"?: string;
|
|
25252
|
+
}
|
|
25253
|
+
|
|
25254
|
+
export interface NuanceBotCredentials {
|
|
25255
|
+
"appId": string;
|
|
25256
|
+
"clientId": string;
|
|
25257
|
+
"clientSecret"?: string;
|
|
25258
|
+
"clientSecretProvided"?: boolean;
|
|
25259
|
+
}
|
|
25260
|
+
|
|
25261
|
+
export interface NuanceBotEntityListing {
|
|
25262
|
+
"entities"?: Array<Models.NuanceBot>;
|
|
25263
|
+
"pageSize"?: number;
|
|
25264
|
+
"pageNumber"?: number;
|
|
25265
|
+
"total"?: number;
|
|
25266
|
+
"firstUri"?: string;
|
|
25267
|
+
"nextUri"?: string;
|
|
25268
|
+
"previousUri"?: string;
|
|
25269
|
+
"lastUri"?: string;
|
|
25270
|
+
"selfUri"?: string;
|
|
25271
|
+
"pageCount"?: number;
|
|
25272
|
+
}
|
|
25273
|
+
|
|
25274
|
+
export interface NuanceBotLaunchSettings {
|
|
25275
|
+
"botExecutionConfigurations": Array<Models.BotExecutionConfiguration>;
|
|
25276
|
+
}
|
|
25277
|
+
|
|
25278
|
+
export interface NuanceBotTransferNode {
|
|
25279
|
+
"id": string;
|
|
25280
|
+
"name": string;
|
|
25281
|
+
"type": string;
|
|
25282
|
+
"description"?: string;
|
|
25283
|
+
"requestVariables"?: Array<Models.NuanceBotVariable>;
|
|
25284
|
+
}
|
|
25285
|
+
|
|
25286
|
+
export interface NuanceBotVariable {
|
|
25287
|
+
"id": string;
|
|
25288
|
+
"name": string;
|
|
25289
|
+
"description"?: string;
|
|
25290
|
+
"reserved"?: boolean;
|
|
25291
|
+
"simpleVariableInfo"?: string;
|
|
25292
|
+
"complexGenericVariableInfo"?: Models.ComplexVariableInfo;
|
|
25293
|
+
}
|
|
25294
|
+
|
|
25295
|
+
export interface NuanceChannel {
|
|
25296
|
+
"id": string;
|
|
25297
|
+
"name": string;
|
|
25298
|
+
"modes"?: Array<string>;
|
|
25299
|
+
"color"?: string;
|
|
25300
|
+
}
|
|
25301
|
+
|
|
25302
|
+
export interface NuanceEnvironment {
|
|
25303
|
+
"id": string;
|
|
25304
|
+
"name": string;
|
|
25305
|
+
"environmentDesignation": string;
|
|
25306
|
+
"executionHost"?: string;
|
|
25307
|
+
}
|
|
25308
|
+
|
|
25309
|
+
export interface NuanceGeography {
|
|
25310
|
+
"id": string;
|
|
25311
|
+
"name": string;
|
|
25312
|
+
}
|
|
25313
|
+
|
|
24046
25314
|
export interface NuanceMixDlgSettings {
|
|
24047
25315
|
"channelId"?: string;
|
|
24048
25316
|
"inputParameters"?: { [key: string]: object; };
|
|
24049
25317
|
}
|
|
24050
25318
|
|
|
25319
|
+
export interface NuanceOrganization {
|
|
25320
|
+
"id": string;
|
|
25321
|
+
"name": string;
|
|
25322
|
+
}
|
|
25323
|
+
|
|
24051
25324
|
export interface Number {
|
|
24052
25325
|
"start"?: string;
|
|
24053
25326
|
"end"?: string;
|
|
@@ -24543,6 +25816,12 @@ declare namespace Models {
|
|
|
24543
25816
|
"selfUri"?: string;
|
|
24544
25817
|
}
|
|
24545
25818
|
|
|
25819
|
+
export interface OrganizationPresenceDefinitionEntityListing {
|
|
25820
|
+
"total"?: number;
|
|
25821
|
+
"entities"?: Array<Models.OrganizationPresenceDefinition>;
|
|
25822
|
+
"selfUri"?: string;
|
|
25823
|
+
}
|
|
25824
|
+
|
|
24546
25825
|
export interface OrganizationPresenceEntityListing {
|
|
24547
25826
|
"entities"?: Array<Models.OrganizationPresence>;
|
|
24548
25827
|
"pageSize"?: number;
|
|
@@ -24878,11 +26157,74 @@ declare namespace Models {
|
|
|
24878
26157
|
"modifiedDate"?: string;
|
|
24879
26158
|
}
|
|
24880
26159
|
|
|
26160
|
+
export interface OutcomeAchievedEvent {
|
|
26161
|
+
"outcome": Models.OutcomeAchievedEventOutcome;
|
|
26162
|
+
"userAgentString"?: string;
|
|
26163
|
+
"browser"?: Models.Browser;
|
|
26164
|
+
"device"?: Models.Device;
|
|
26165
|
+
"geolocation"?: Models.JourneyGeolocation;
|
|
26166
|
+
"ipAddress"?: string;
|
|
26167
|
+
"ipOrganization"?: string;
|
|
26168
|
+
"mktCampaign"?: Models.JourneyCampaign;
|
|
26169
|
+
"visitReferrer"?: Models.Referrer;
|
|
26170
|
+
"visitCreatedDate"?: string;
|
|
26171
|
+
}
|
|
26172
|
+
|
|
26173
|
+
export interface OutcomeAchievedEventOutcome {
|
|
26174
|
+
"id"?: string;
|
|
26175
|
+
"selfUri"?: string;
|
|
26176
|
+
"displayName": string;
|
|
26177
|
+
"version"?: number;
|
|
26178
|
+
}
|
|
26179
|
+
|
|
24881
26180
|
export interface OutcomeAchievement {
|
|
24882
26181
|
"outcome"?: Models.AchievedOutcome;
|
|
24883
26182
|
"achievedDate"?: string;
|
|
24884
26183
|
}
|
|
24885
26184
|
|
|
26185
|
+
export interface OutcomeAttributionAsyncResponse {
|
|
26186
|
+
"id"?: string;
|
|
26187
|
+
"percentFailedThreshold"?: number;
|
|
26188
|
+
"selfUri"?: string;
|
|
26189
|
+
}
|
|
26190
|
+
|
|
26191
|
+
export interface OutcomeAttributionJobStateResponse {
|
|
26192
|
+
"id"?: string;
|
|
26193
|
+
"state"?: string;
|
|
26194
|
+
"resultsUri"?: string;
|
|
26195
|
+
"percentFailedThreshold"?: number;
|
|
26196
|
+
"selfUri"?: string;
|
|
26197
|
+
"createdDate"?: string;
|
|
26198
|
+
}
|
|
26199
|
+
|
|
26200
|
+
export interface OutcomeAttributionListing {
|
|
26201
|
+
"entities": Array<Models.OutcomeAttributionRequest>;
|
|
26202
|
+
"percentFailedThreshold"?: number;
|
|
26203
|
+
}
|
|
26204
|
+
|
|
26205
|
+
export interface OutcomeAttributionRequest {
|
|
26206
|
+
"outcomeId": string;
|
|
26207
|
+
"externalContactId"?: string;
|
|
26208
|
+
"associatedValue": number;
|
|
26209
|
+
"touchpoints": Array<Models.Touchpoint>;
|
|
26210
|
+
"createdDate": string;
|
|
26211
|
+
}
|
|
26212
|
+
|
|
26213
|
+
export interface OutcomeAttributionResponseListing {
|
|
26214
|
+
"entities"?: Array<Models.OutcomeAttributionResultsResponse>;
|
|
26215
|
+
}
|
|
26216
|
+
|
|
26217
|
+
export interface OutcomeAttributionResultsResponse {
|
|
26218
|
+
"outcomeId"?: string;
|
|
26219
|
+
"index"?: number;
|
|
26220
|
+
"externalContactId"?: string;
|
|
26221
|
+
"associatedValue"?: number;
|
|
26222
|
+
"state": string;
|
|
26223
|
+
"message": string;
|
|
26224
|
+
"touchpoints"?: Array<Models.TouchpointResponse>;
|
|
26225
|
+
"createdDate"?: string;
|
|
26226
|
+
}
|
|
26227
|
+
|
|
24886
26228
|
export interface OutcomeConfig {
|
|
24887
26229
|
"values"?: Array<string>;
|
|
24888
26230
|
}
|
|
@@ -25108,6 +26450,11 @@ declare namespace Models {
|
|
|
25108
26450
|
"bargedParticipantId"?: string;
|
|
25109
26451
|
}
|
|
25110
26452
|
|
|
26453
|
+
export interface ParticipantInfo {
|
|
26454
|
+
"activeParticipantCount"?: number;
|
|
26455
|
+
"version"?: number;
|
|
26456
|
+
}
|
|
26457
|
+
|
|
25111
26458
|
export interface ParticipantMetrics {
|
|
25112
26459
|
"agentDurationPercentage"?: number;
|
|
25113
26460
|
"customerDurationPercentage"?: number;
|
|
@@ -26264,6 +27611,15 @@ declare namespace Models {
|
|
|
26264
27611
|
"downloadUrl"?: string;
|
|
26265
27612
|
}
|
|
26266
27613
|
|
|
27614
|
+
export interface QueryCriteria {
|
|
27615
|
+
"criteriaKey"?: string;
|
|
27616
|
+
"criteriaGroups"?: Array<string>;
|
|
27617
|
+
"description"?: string;
|
|
27618
|
+
"operators"?: Array<string>;
|
|
27619
|
+
"dataType"?: string;
|
|
27620
|
+
"categoryInfo"?: Models.CriteriaCategoryInfo;
|
|
27621
|
+
}
|
|
27622
|
+
|
|
26267
27623
|
export interface QueryDivision {
|
|
26268
27624
|
}
|
|
26269
27625
|
|
|
@@ -26357,6 +27713,7 @@ declare namespace Models {
|
|
|
26357
27713
|
"joinedMemberCount"?: number;
|
|
26358
27714
|
"mediaSettings"?: Models.QueueMediaSettings;
|
|
26359
27715
|
"routingRules"?: Array<Models.RoutingRule>;
|
|
27716
|
+
"conditionalGroupRouting"?: Models.ConditionalGroupRouting;
|
|
26360
27717
|
"bullseye"?: Models.Bullseye;
|
|
26361
27718
|
"acwSettings"?: Models.AcwSettings;
|
|
26362
27719
|
"skillEvaluationMethod"?: string;
|
|
@@ -28794,6 +30151,7 @@ declare namespace Models {
|
|
|
28794
30151
|
export interface QueueMessagingAddresses {
|
|
28795
30152
|
"smsAddress"?: Models.DomainEntityRef;
|
|
28796
30153
|
"openMessagingRecipient"?: Models.DomainEntityRef;
|
|
30154
|
+
"whatsAppRecipient"?: Models.DomainEntityRef;
|
|
28797
30155
|
}
|
|
28798
30156
|
|
|
28799
30157
|
export interface QueueObservationDataContainer {
|
|
@@ -28850,6 +30208,7 @@ declare namespace Models {
|
|
|
28850
30208
|
"joinedMemberCount"?: number;
|
|
28851
30209
|
"mediaSettings"?: Models.QueueMediaSettings;
|
|
28852
30210
|
"routingRules"?: Array<Models.RoutingRule>;
|
|
30211
|
+
"conditionalGroupRouting"?: Models.ConditionalGroupRouting;
|
|
28853
30212
|
"bullseye"?: Models.Bullseye;
|
|
28854
30213
|
"acwSettings"?: Models.AcwSettings;
|
|
28855
30214
|
"skillEvaluationMethod"?: string;
|
|
@@ -29610,6 +30969,55 @@ declare namespace Models {
|
|
|
29610
30969
|
"doNotChangeManuallyEditedShifts"?: boolean;
|
|
29611
30970
|
}
|
|
29612
30971
|
|
|
30972
|
+
export interface ResolutionAggregateDataContainer {
|
|
30973
|
+
"group"?: { [key: string]: string; };
|
|
30974
|
+
"data"?: Array<Models.StatisticalResponse>;
|
|
30975
|
+
}
|
|
30976
|
+
|
|
30977
|
+
export interface ResolutionAggregateQueryClause {
|
|
30978
|
+
"type": string;
|
|
30979
|
+
"predicates": Array<Models.ResolutionAggregateQueryPredicate>;
|
|
30980
|
+
}
|
|
30981
|
+
|
|
30982
|
+
export interface ResolutionAggregateQueryFilter {
|
|
30983
|
+
"type": string;
|
|
30984
|
+
"clauses"?: Array<Models.ResolutionAggregateQueryClause>;
|
|
30985
|
+
"predicates"?: Array<Models.ResolutionAggregateQueryPredicate>;
|
|
30986
|
+
}
|
|
30987
|
+
|
|
30988
|
+
export interface ResolutionAggregateQueryPredicate {
|
|
30989
|
+
"type"?: string;
|
|
30990
|
+
"dimension"?: string;
|
|
30991
|
+
"operator"?: string;
|
|
30992
|
+
"value"?: string;
|
|
30993
|
+
"range"?: Models.NumericRange;
|
|
30994
|
+
}
|
|
30995
|
+
|
|
30996
|
+
export interface ResolutionAggregationView {
|
|
30997
|
+
"target": string;
|
|
30998
|
+
"name": string;
|
|
30999
|
+
"function": string;
|
|
31000
|
+
"range"?: Models.AggregationRange;
|
|
31001
|
+
}
|
|
31002
|
+
|
|
31003
|
+
export interface ResolutionAsyncAggregateQueryResponse {
|
|
31004
|
+
"results"?: Array<Models.ResolutionAggregateDataContainer>;
|
|
31005
|
+
"cursor"?: string;
|
|
31006
|
+
}
|
|
31007
|
+
|
|
31008
|
+
export interface ResolutionAsyncAggregationQuery {
|
|
31009
|
+
"interval": string;
|
|
31010
|
+
"granularity"?: string;
|
|
31011
|
+
"timeZone"?: string;
|
|
31012
|
+
"groupBy"?: Array<string>;
|
|
31013
|
+
"filter"?: Models.ResolutionAggregateQueryFilter;
|
|
31014
|
+
"metrics": Array<string>;
|
|
31015
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
31016
|
+
"views"?: Array<Models.ResolutionAggregationView>;
|
|
31017
|
+
"alternateTimeDimension"?: string;
|
|
31018
|
+
"pageSize"?: number;
|
|
31019
|
+
}
|
|
31020
|
+
|
|
29613
31021
|
export interface ResolutionDetailQueryClause {
|
|
29614
31022
|
"type": string;
|
|
29615
31023
|
"predicates": Array<Models.ResolutionDetailQueryPredicate>;
|
|
@@ -29875,6 +31283,66 @@ declare namespace Models {
|
|
|
29875
31283
|
"skills"?: Array<Models.RoutingSkillReference>;
|
|
29876
31284
|
}
|
|
29877
31285
|
|
|
31286
|
+
export interface RoutingActivityData {
|
|
31287
|
+
"group"?: { [key: string]: string; };
|
|
31288
|
+
"data"?: Array<Models.RoutingActivityMetricValue>;
|
|
31289
|
+
"truncated"?: boolean;
|
|
31290
|
+
"entities"?: Array<Models.RoutingActivityEntityData>;
|
|
31291
|
+
}
|
|
31292
|
+
|
|
31293
|
+
export interface RoutingActivityEntityData {
|
|
31294
|
+
"activityDate": string;
|
|
31295
|
+
"organizationPresenceId"?: string;
|
|
31296
|
+
"presenceDate"?: string;
|
|
31297
|
+
"queueId"?: string;
|
|
31298
|
+
"queueMembershipStatus"?: string;
|
|
31299
|
+
"routingStatus"?: string;
|
|
31300
|
+
"routingStatusDate"?: string;
|
|
31301
|
+
"systemPresence"?: string;
|
|
31302
|
+
"teamId"?: string;
|
|
31303
|
+
"userId"?: string;
|
|
31304
|
+
}
|
|
31305
|
+
|
|
31306
|
+
export interface RoutingActivityMetricValue {
|
|
31307
|
+
"metric"?: string;
|
|
31308
|
+
"count"?: number;
|
|
31309
|
+
}
|
|
31310
|
+
|
|
31311
|
+
export interface RoutingActivityQuery {
|
|
31312
|
+
"metrics": Array<Models.RoutingActivityQueryMetric>;
|
|
31313
|
+
"groupBy": Array<string>;
|
|
31314
|
+
"filter"?: Models.RoutingActivityQueryFilter;
|
|
31315
|
+
"order"?: string;
|
|
31316
|
+
}
|
|
31317
|
+
|
|
31318
|
+
export interface RoutingActivityQueryClause {
|
|
31319
|
+
"type": string;
|
|
31320
|
+
"predicates": Array<Models.RoutingActivityQueryPredicate>;
|
|
31321
|
+
}
|
|
31322
|
+
|
|
31323
|
+
export interface RoutingActivityQueryFilter {
|
|
31324
|
+
"type": string;
|
|
31325
|
+
"clauses"?: Array<Models.RoutingActivityQueryClause>;
|
|
31326
|
+
"predicates"?: Array<Models.RoutingActivityQueryPredicate>;
|
|
31327
|
+
}
|
|
31328
|
+
|
|
31329
|
+
export interface RoutingActivityQueryMetric {
|
|
31330
|
+
"metric": string;
|
|
31331
|
+
"details"?: boolean;
|
|
31332
|
+
}
|
|
31333
|
+
|
|
31334
|
+
export interface RoutingActivityQueryPredicate {
|
|
31335
|
+
"type"?: string;
|
|
31336
|
+
"dimension"?: string;
|
|
31337
|
+
"operator"?: string;
|
|
31338
|
+
"value"?: string;
|
|
31339
|
+
}
|
|
31340
|
+
|
|
31341
|
+
export interface RoutingActivityResponse {
|
|
31342
|
+
"results"?: Array<Models.RoutingActivityData>;
|
|
31343
|
+
"entityIdDimension"?: string;
|
|
31344
|
+
}
|
|
31345
|
+
|
|
29878
31346
|
export interface RoutingConversationAttributesRequest {
|
|
29879
31347
|
"priority"?: number;
|
|
29880
31348
|
"skillIds"?: Array<string>;
|
|
@@ -30713,6 +32181,64 @@ declare namespace Models {
|
|
|
30713
32181
|
"disconnectType"?: string;
|
|
30714
32182
|
}
|
|
30715
32183
|
|
|
32184
|
+
export interface SegmentAssignedEvent {
|
|
32185
|
+
"segment": Models.SegmentAssignedEventSegment;
|
|
32186
|
+
"userAgentString"?: string;
|
|
32187
|
+
"browser"?: Models.Browser;
|
|
32188
|
+
"device"?: Models.Device;
|
|
32189
|
+
"geolocation"?: Models.JourneyGeolocation;
|
|
32190
|
+
"ipAddress"?: string;
|
|
32191
|
+
"ipOrganization"?: string;
|
|
32192
|
+
"mktCampaign"?: Models.JourneyCampaign;
|
|
32193
|
+
"visitReferrer"?: Models.Referrer;
|
|
32194
|
+
"visitCreatedDate"?: string;
|
|
32195
|
+
}
|
|
32196
|
+
|
|
32197
|
+
export interface SegmentAssignedEventSegment {
|
|
32198
|
+
"id"?: string;
|
|
32199
|
+
"selfUri"?: string;
|
|
32200
|
+
"displayName": string;
|
|
32201
|
+
"version"?: number;
|
|
32202
|
+
"scope"?: string;
|
|
32203
|
+
}
|
|
32204
|
+
|
|
32205
|
+
export interface SegmentAssignment {
|
|
32206
|
+
"id"?: string;
|
|
32207
|
+
"state"?: string;
|
|
32208
|
+
"dateAssigned"?: string;
|
|
32209
|
+
"dateUnassigned"?: string;
|
|
32210
|
+
"dateModified"?: string;
|
|
32211
|
+
"segment"?: Models.SegmentAssignmentSegment;
|
|
32212
|
+
"customerId"?: string;
|
|
32213
|
+
"customerIdType"?: string;
|
|
32214
|
+
"session"?: Models.SegmentAssignmentSession;
|
|
32215
|
+
"externalContact"?: Models.AddressableEntityRef;
|
|
32216
|
+
}
|
|
32217
|
+
|
|
32218
|
+
export interface SegmentAssignmentEvent {
|
|
32219
|
+
"segment"?: Models.AddressableEntityRef;
|
|
32220
|
+
}
|
|
32221
|
+
|
|
32222
|
+
export interface SegmentAssignmentListing {
|
|
32223
|
+
"entities"?: Array<Models.SegmentAssignment>;
|
|
32224
|
+
"nextUri"?: string;
|
|
32225
|
+
"selfUri"?: string;
|
|
32226
|
+
"previousUri"?: string;
|
|
32227
|
+
}
|
|
32228
|
+
|
|
32229
|
+
export interface SegmentAssignmentSegment {
|
|
32230
|
+
"id"?: string;
|
|
32231
|
+
"scope"?: string;
|
|
32232
|
+
"version"?: number;
|
|
32233
|
+
"selfUri"?: string;
|
|
32234
|
+
}
|
|
32235
|
+
|
|
32236
|
+
export interface SegmentAssignmentSession {
|
|
32237
|
+
"id"?: string;
|
|
32238
|
+
"type"?: string;
|
|
32239
|
+
"selfUri"?: string;
|
|
32240
|
+
}
|
|
32241
|
+
|
|
30716
32242
|
export interface SegmentDetailQueryClause {
|
|
30717
32243
|
"type": string;
|
|
30718
32244
|
"predicates": Array<Models.SegmentDetailQueryPredicate>;
|
|
@@ -30785,6 +32311,7 @@ declare namespace Models {
|
|
|
30785
32311
|
"textBody"?: string;
|
|
30786
32312
|
"messagingTemplate"?: Models.MessagingTemplateRequest;
|
|
30787
32313
|
"useExistingActiveConversation"?: boolean;
|
|
32314
|
+
"message"?: Models.MessageData;
|
|
30788
32315
|
"timestamp"?: string;
|
|
30789
32316
|
"selfUri"?: string;
|
|
30790
32317
|
"user"?: Models.AddressableEntityRef;
|
|
@@ -31425,6 +32952,16 @@ declare namespace Models {
|
|
|
31425
32952
|
"pageCount"?: number;
|
|
31426
32953
|
}
|
|
31427
32954
|
|
|
32955
|
+
export interface SmsPhoneNumberImport {
|
|
32956
|
+
"id"?: string;
|
|
32957
|
+
"phoneNumber": string;
|
|
32958
|
+
"phoneNumberType": string;
|
|
32959
|
+
"countryCode": string;
|
|
32960
|
+
"integrationId": string;
|
|
32961
|
+
"compliance"?: Models.Compliance;
|
|
32962
|
+
"selfUri"?: string;
|
|
32963
|
+
}
|
|
32964
|
+
|
|
31428
32965
|
export interface SmsPhoneNumberProvision {
|
|
31429
32966
|
"id"?: string;
|
|
31430
32967
|
"phoneNumber": string;
|
|
@@ -31733,6 +33270,11 @@ declare namespace Models {
|
|
|
31733
33270
|
"status": string;
|
|
31734
33271
|
}
|
|
31735
33272
|
|
|
33273
|
+
export interface Subscription {
|
|
33274
|
+
"id"?: string;
|
|
33275
|
+
"topic"?: string;
|
|
33276
|
+
}
|
|
33277
|
+
|
|
31736
33278
|
export interface SubscriptionOverviewUsage {
|
|
31737
33279
|
"name": string;
|
|
31738
33280
|
"partNumber": string;
|
|
@@ -31928,6 +33470,24 @@ declare namespace Models {
|
|
|
31928
33470
|
"sendingDomain": string;
|
|
31929
33471
|
}
|
|
31930
33472
|
|
|
33473
|
+
export interface SurveyAsyncAggregateQueryResponse {
|
|
33474
|
+
"results"?: Array<Models.SurveyAggregateDataContainer>;
|
|
33475
|
+
"cursor"?: string;
|
|
33476
|
+
}
|
|
33477
|
+
|
|
33478
|
+
export interface SurveyAsyncAggregationQuery {
|
|
33479
|
+
"interval": string;
|
|
33480
|
+
"granularity"?: string;
|
|
33481
|
+
"timeZone"?: string;
|
|
33482
|
+
"groupBy"?: Array<string>;
|
|
33483
|
+
"filter"?: Models.SurveyAggregateQueryFilter;
|
|
33484
|
+
"metrics": Array<string>;
|
|
33485
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
33486
|
+
"views"?: Array<Models.SurveyAggregationView>;
|
|
33487
|
+
"alternateTimeDimension"?: string;
|
|
33488
|
+
"pageSize"?: number;
|
|
33489
|
+
}
|
|
33490
|
+
|
|
31931
33491
|
export interface SurveyDetailQueryClause {
|
|
31932
33492
|
"type": string;
|
|
31933
33493
|
"predicates": Array<Models.SurveyDetailQueryPredicate>;
|
|
@@ -32135,6 +33695,71 @@ declare namespace Models {
|
|
|
32135
33695
|
"targetPerformanceProfileId": string;
|
|
32136
33696
|
}
|
|
32137
33697
|
|
|
33698
|
+
export interface TaskManagementAggregateDataContainer {
|
|
33699
|
+
"group"?: { [key: string]: string; };
|
|
33700
|
+
"data"?: Array<Models.StatisticalResponse>;
|
|
33701
|
+
}
|
|
33702
|
+
|
|
33703
|
+
export interface TaskManagementAggregateQueryClause {
|
|
33704
|
+
"type": string;
|
|
33705
|
+
"predicates": Array<Models.TaskManagementAggregateQueryPredicate>;
|
|
33706
|
+
}
|
|
33707
|
+
|
|
33708
|
+
export interface TaskManagementAggregateQueryFilter {
|
|
33709
|
+
"type": string;
|
|
33710
|
+
"clauses"?: Array<Models.TaskManagementAggregateQueryClause>;
|
|
33711
|
+
"predicates"?: Array<Models.TaskManagementAggregateQueryPredicate>;
|
|
33712
|
+
}
|
|
33713
|
+
|
|
33714
|
+
export interface TaskManagementAggregateQueryPredicate {
|
|
33715
|
+
"type"?: string;
|
|
33716
|
+
"dimension"?: string;
|
|
33717
|
+
"operator"?: string;
|
|
33718
|
+
"value"?: string;
|
|
33719
|
+
"range"?: Models.NumericRange;
|
|
33720
|
+
}
|
|
33721
|
+
|
|
33722
|
+
export interface TaskManagementAggregateQueryResponse {
|
|
33723
|
+
"results"?: Array<Models.TaskManagementAggregateDataContainer>;
|
|
33724
|
+
}
|
|
33725
|
+
|
|
33726
|
+
export interface TaskManagementAggregationQuery {
|
|
33727
|
+
"interval": string;
|
|
33728
|
+
"granularity"?: string;
|
|
33729
|
+
"timeZone"?: string;
|
|
33730
|
+
"groupBy"?: Array<string>;
|
|
33731
|
+
"filter"?: Models.TaskManagementAggregateQueryFilter;
|
|
33732
|
+
"metrics": Array<string>;
|
|
33733
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
33734
|
+
"views"?: Array<Models.TaskManagementAggregationView>;
|
|
33735
|
+
"alternateTimeDimension"?: string;
|
|
33736
|
+
}
|
|
33737
|
+
|
|
33738
|
+
export interface TaskManagementAggregationView {
|
|
33739
|
+
"target": string;
|
|
33740
|
+
"name": string;
|
|
33741
|
+
"function": string;
|
|
33742
|
+
"range"?: Models.AggregationRange;
|
|
33743
|
+
}
|
|
33744
|
+
|
|
33745
|
+
export interface TaskManagementAsyncAggregateQueryResponse {
|
|
33746
|
+
"results"?: Array<Models.TaskManagementAggregateDataContainer>;
|
|
33747
|
+
"cursor"?: string;
|
|
33748
|
+
}
|
|
33749
|
+
|
|
33750
|
+
export interface TaskManagementAsyncAggregationQuery {
|
|
33751
|
+
"interval": string;
|
|
33752
|
+
"granularity"?: string;
|
|
33753
|
+
"timeZone"?: string;
|
|
33754
|
+
"groupBy"?: Array<string>;
|
|
33755
|
+
"filter"?: Models.TaskManagementAggregateQueryFilter;
|
|
33756
|
+
"metrics": Array<string>;
|
|
33757
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
33758
|
+
"views"?: Array<Models.TaskManagementAggregationView>;
|
|
33759
|
+
"alternateTimeDimension"?: string;
|
|
33760
|
+
"pageSize"?: number;
|
|
33761
|
+
}
|
|
33762
|
+
|
|
32138
33763
|
export interface Team {
|
|
32139
33764
|
"id"?: string;
|
|
32140
33765
|
"name": string;
|
|
@@ -32146,6 +33771,66 @@ declare namespace Models {
|
|
|
32146
33771
|
"selfUri"?: string;
|
|
32147
33772
|
}
|
|
32148
33773
|
|
|
33774
|
+
export interface TeamActivityData {
|
|
33775
|
+
"group"?: { [key: string]: string; };
|
|
33776
|
+
"data"?: Array<Models.TeamActivityMetricValue>;
|
|
33777
|
+
"truncated"?: boolean;
|
|
33778
|
+
"entities"?: Array<Models.TeamActivityEntityData>;
|
|
33779
|
+
}
|
|
33780
|
+
|
|
33781
|
+
export interface TeamActivityEntityData {
|
|
33782
|
+
"activityDate": string;
|
|
33783
|
+
"organizationPresenceId"?: string;
|
|
33784
|
+
"presenceDate"?: string;
|
|
33785
|
+
"queueId"?: string;
|
|
33786
|
+
"queueMembershipStatus"?: string;
|
|
33787
|
+
"routingStatus"?: string;
|
|
33788
|
+
"routingStatusDate"?: string;
|
|
33789
|
+
"systemPresence"?: string;
|
|
33790
|
+
"teamId"?: string;
|
|
33791
|
+
"userId"?: string;
|
|
33792
|
+
}
|
|
33793
|
+
|
|
33794
|
+
export interface TeamActivityMetricValue {
|
|
33795
|
+
"metric"?: string;
|
|
33796
|
+
"count"?: number;
|
|
33797
|
+
}
|
|
33798
|
+
|
|
33799
|
+
export interface TeamActivityQuery {
|
|
33800
|
+
"metrics": Array<Models.TeamActivityQueryMetric>;
|
|
33801
|
+
"groupBy": Array<string>;
|
|
33802
|
+
"filter"?: Models.TeamActivityQueryFilter;
|
|
33803
|
+
"order"?: string;
|
|
33804
|
+
}
|
|
33805
|
+
|
|
33806
|
+
export interface TeamActivityQueryClause {
|
|
33807
|
+
"type": string;
|
|
33808
|
+
"predicates": Array<Models.TeamActivityQueryPredicate>;
|
|
33809
|
+
}
|
|
33810
|
+
|
|
33811
|
+
export interface TeamActivityQueryFilter {
|
|
33812
|
+
"type": string;
|
|
33813
|
+
"clauses"?: Array<Models.TeamActivityQueryClause>;
|
|
33814
|
+
"predicates"?: Array<Models.TeamActivityQueryPredicate>;
|
|
33815
|
+
}
|
|
33816
|
+
|
|
33817
|
+
export interface TeamActivityQueryMetric {
|
|
33818
|
+
"metric": string;
|
|
33819
|
+
"details"?: boolean;
|
|
33820
|
+
}
|
|
33821
|
+
|
|
33822
|
+
export interface TeamActivityQueryPredicate {
|
|
33823
|
+
"type"?: string;
|
|
33824
|
+
"dimension"?: string;
|
|
33825
|
+
"operator"?: string;
|
|
33826
|
+
"value"?: string;
|
|
33827
|
+
}
|
|
33828
|
+
|
|
33829
|
+
export interface TeamActivityResponse {
|
|
33830
|
+
"results"?: Array<Models.TeamActivityData>;
|
|
33831
|
+
"entityIdDimension"?: string;
|
|
33832
|
+
}
|
|
33833
|
+
|
|
32149
33834
|
export interface TeamAddMemberFailure {
|
|
32150
33835
|
"id"?: string;
|
|
32151
33836
|
"reason"?: string;
|
|
@@ -32736,6 +34421,24 @@ declare namespace Models {
|
|
|
32736
34421
|
"pageCount"?: number;
|
|
32737
34422
|
}
|
|
32738
34423
|
|
|
34424
|
+
export interface Touchpoint {
|
|
34425
|
+
"conversationId"?: string;
|
|
34426
|
+
"agentId": string;
|
|
34427
|
+
"associatedValue": number;
|
|
34428
|
+
"mediaType"?: string;
|
|
34429
|
+
"createdDate"?: string;
|
|
34430
|
+
}
|
|
34431
|
+
|
|
34432
|
+
export interface TouchpointResponse {
|
|
34433
|
+
"conversationId"?: string;
|
|
34434
|
+
"agentId": string;
|
|
34435
|
+
"associatedValue": number;
|
|
34436
|
+
"mediaType"?: string;
|
|
34437
|
+
"state": string;
|
|
34438
|
+
"message"?: string;
|
|
34439
|
+
"createdDate"?: string;
|
|
34440
|
+
}
|
|
34441
|
+
|
|
32739
34442
|
export interface TrainingListing {
|
|
32740
34443
|
"entities"?: Array<Models.KnowledgeTraining>;
|
|
32741
34444
|
"nextUri"?: string;
|
|
@@ -32790,6 +34493,24 @@ declare namespace Models {
|
|
|
32790
34493
|
"range"?: Models.AggregationRange;
|
|
32791
34494
|
}
|
|
32792
34495
|
|
|
34496
|
+
export interface TranscriptAsyncAggregateQueryResponse {
|
|
34497
|
+
"results"?: Array<Models.TranscriptAggregateDataContainer>;
|
|
34498
|
+
"cursor"?: string;
|
|
34499
|
+
}
|
|
34500
|
+
|
|
34501
|
+
export interface TranscriptAsyncAggregationQuery {
|
|
34502
|
+
"interval": string;
|
|
34503
|
+
"granularity"?: string;
|
|
34504
|
+
"timeZone"?: string;
|
|
34505
|
+
"groupBy"?: Array<string>;
|
|
34506
|
+
"filter"?: Models.TranscriptAggregateQueryFilter;
|
|
34507
|
+
"metrics": Array<string>;
|
|
34508
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
34509
|
+
"views"?: Array<Models.TranscriptAggregationView>;
|
|
34510
|
+
"alternateTimeDimension"?: string;
|
|
34511
|
+
"pageSize"?: number;
|
|
34512
|
+
}
|
|
34513
|
+
|
|
32793
34514
|
export interface TranscriptConversationDetailSearchCriteria {
|
|
32794
34515
|
"endValue"?: string;
|
|
32795
34516
|
"values"?: Array<string>;
|
|
@@ -32933,12 +34654,12 @@ declare namespace Models {
|
|
|
32933
34654
|
}
|
|
32934
34655
|
|
|
32935
34656
|
export interface TransferRequest {
|
|
34657
|
+
"transferType"?: string;
|
|
32936
34658
|
"userId"?: string;
|
|
32937
34659
|
"address"?: string;
|
|
32938
34660
|
"userName"?: string;
|
|
32939
34661
|
"queueId"?: string;
|
|
32940
34662
|
"voicemail"?: boolean;
|
|
32941
|
-
"transferType"?: string;
|
|
32942
34663
|
}
|
|
32943
34664
|
|
|
32944
34665
|
export interface TransferResponse {
|
|
@@ -32956,6 +34677,25 @@ declare namespace Models {
|
|
|
32956
34677
|
"selfUri"?: string;
|
|
32957
34678
|
}
|
|
32958
34679
|
|
|
34680
|
+
export interface TransferToAgentRequest {
|
|
34681
|
+
"transferType"?: string;
|
|
34682
|
+
"userId"?: string;
|
|
34683
|
+
"userName"?: string;
|
|
34684
|
+
"userDisplayName"?: string;
|
|
34685
|
+
"voicemail"?: boolean;
|
|
34686
|
+
}
|
|
34687
|
+
|
|
34688
|
+
export interface TransferToExternalRequest {
|
|
34689
|
+
"transferType"?: string;
|
|
34690
|
+
"address"?: string;
|
|
34691
|
+
}
|
|
34692
|
+
|
|
34693
|
+
export interface TransferToQueueRequest {
|
|
34694
|
+
"transferType"?: string;
|
|
34695
|
+
"queueId"?: string;
|
|
34696
|
+
"queueName"?: string;
|
|
34697
|
+
}
|
|
34698
|
+
|
|
32959
34699
|
export interface TrendData {
|
|
32960
34700
|
"dateStartWorkday"?: string;
|
|
32961
34701
|
"dateEndWorkday"?: string;
|
|
@@ -33570,6 +35310,24 @@ declare namespace Models {
|
|
|
33570
35310
|
"pageCount"?: number;
|
|
33571
35311
|
}
|
|
33572
35312
|
|
|
35313
|
+
export interface UCThirdPartyPresence {
|
|
35314
|
+
"email": string;
|
|
35315
|
+
"presence": string;
|
|
35316
|
+
"message"?: string;
|
|
35317
|
+
"dateModified"?: string;
|
|
35318
|
+
}
|
|
35319
|
+
|
|
35320
|
+
export interface UcUserPresence {
|
|
35321
|
+
"id"?: string;
|
|
35322
|
+
"name"?: string;
|
|
35323
|
+
"userId"?: string;
|
|
35324
|
+
"source"?: string;
|
|
35325
|
+
"presenceDefinition"?: Models.PresenceDefinition;
|
|
35326
|
+
"message"?: string;
|
|
35327
|
+
"modifiedDate"?: string;
|
|
35328
|
+
"selfUri"?: string;
|
|
35329
|
+
}
|
|
35330
|
+
|
|
33573
35331
|
export interface UnansweredGroup {
|
|
33574
35332
|
"id"?: string;
|
|
33575
35333
|
"label"?: string;
|
|
@@ -33904,6 +35662,66 @@ declare namespace Models {
|
|
|
33904
35662
|
"selfUri"?: string;
|
|
33905
35663
|
}
|
|
33906
35664
|
|
|
35665
|
+
export interface UserActivityData {
|
|
35666
|
+
"group"?: { [key: string]: string; };
|
|
35667
|
+
"data"?: Array<Models.UserActivityMetricValue>;
|
|
35668
|
+
"truncated"?: boolean;
|
|
35669
|
+
"entities"?: Array<Models.UserActivityEntityData>;
|
|
35670
|
+
}
|
|
35671
|
+
|
|
35672
|
+
export interface UserActivityEntityData {
|
|
35673
|
+
"activityDate": string;
|
|
35674
|
+
"organizationPresenceId"?: string;
|
|
35675
|
+
"presenceDate"?: string;
|
|
35676
|
+
"queueId"?: string;
|
|
35677
|
+
"queueMembershipStatus"?: string;
|
|
35678
|
+
"routingStatus"?: string;
|
|
35679
|
+
"routingStatusDate"?: string;
|
|
35680
|
+
"systemPresence"?: string;
|
|
35681
|
+
"teamId"?: string;
|
|
35682
|
+
"userId"?: string;
|
|
35683
|
+
}
|
|
35684
|
+
|
|
35685
|
+
export interface UserActivityMetricValue {
|
|
35686
|
+
"metric"?: string;
|
|
35687
|
+
"count"?: number;
|
|
35688
|
+
}
|
|
35689
|
+
|
|
35690
|
+
export interface UserActivityQuery {
|
|
35691
|
+
"metrics": Array<Models.UserActivityQueryMetric>;
|
|
35692
|
+
"groupBy": Array<string>;
|
|
35693
|
+
"filter"?: Models.UserActivityQueryFilter;
|
|
35694
|
+
"order"?: string;
|
|
35695
|
+
}
|
|
35696
|
+
|
|
35697
|
+
export interface UserActivityQueryClause {
|
|
35698
|
+
"type": string;
|
|
35699
|
+
"predicates": Array<Models.UserActivityQueryPredicate>;
|
|
35700
|
+
}
|
|
35701
|
+
|
|
35702
|
+
export interface UserActivityQueryFilter {
|
|
35703
|
+
"type": string;
|
|
35704
|
+
"clauses"?: Array<Models.UserActivityQueryClause>;
|
|
35705
|
+
"predicates"?: Array<Models.UserActivityQueryPredicate>;
|
|
35706
|
+
}
|
|
35707
|
+
|
|
35708
|
+
export interface UserActivityQueryMetric {
|
|
35709
|
+
"metric": string;
|
|
35710
|
+
"details"?: boolean;
|
|
35711
|
+
}
|
|
35712
|
+
|
|
35713
|
+
export interface UserActivityQueryPredicate {
|
|
35714
|
+
"type"?: string;
|
|
35715
|
+
"dimension"?: string;
|
|
35716
|
+
"operator"?: string;
|
|
35717
|
+
"value"?: string;
|
|
35718
|
+
}
|
|
35719
|
+
|
|
35720
|
+
export interface UserActivityResponse {
|
|
35721
|
+
"results"?: Array<Models.UserActivityData>;
|
|
35722
|
+
"entityIdDimension"?: string;
|
|
35723
|
+
}
|
|
35724
|
+
|
|
33907
35725
|
export interface UserAgentInfo {
|
|
33908
35726
|
"firmwareVersion"?: string;
|
|
33909
35727
|
"manufacturer"?: string;
|
|
@@ -33984,6 +35802,25 @@ declare namespace Models {
|
|
|
33984
35802
|
"pageCount"?: number;
|
|
33985
35803
|
}
|
|
33986
35804
|
|
|
35805
|
+
export interface UserAsyncAggregateQueryResponse {
|
|
35806
|
+
"systemToOrganizationMappings"?: { [key: string]: Array<string>; };
|
|
35807
|
+
"results"?: Array<Models.UserAggregateDataContainer>;
|
|
35808
|
+
"cursor"?: string;
|
|
35809
|
+
}
|
|
35810
|
+
|
|
35811
|
+
export interface UserAsyncAggregationQuery {
|
|
35812
|
+
"interval": string;
|
|
35813
|
+
"granularity"?: string;
|
|
35814
|
+
"timeZone"?: string;
|
|
35815
|
+
"groupBy"?: Array<string>;
|
|
35816
|
+
"filter"?: Models.UserAggregateQueryFilter;
|
|
35817
|
+
"metrics": Array<string>;
|
|
35818
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
35819
|
+
"views"?: Array<Models.UserAggregationView>;
|
|
35820
|
+
"alternateTimeDimension"?: string;
|
|
35821
|
+
"pageSize"?: number;
|
|
35822
|
+
}
|
|
35823
|
+
|
|
33987
35824
|
export interface UserAuthorization {
|
|
33988
35825
|
"roles"?: Array<Models.DomainRole>;
|
|
33989
35826
|
"unusedRoles"?: Array<Models.DomainRole>;
|
|
@@ -34404,6 +36241,7 @@ declare namespace Models {
|
|
|
34404
36241
|
"joinedMemberCount"?: number;
|
|
34405
36242
|
"mediaSettings"?: Models.QueueMediaSettings;
|
|
34406
36243
|
"routingRules"?: Array<Models.RoutingRule>;
|
|
36244
|
+
"conditionalGroupRouting"?: Models.ConditionalGroupRouting;
|
|
34407
36245
|
"bullseye"?: Models.Bullseye;
|
|
34408
36246
|
"acwSettings"?: Models.AcwSettings;
|
|
34409
36247
|
"skillEvaluationMethod"?: string;
|
|
@@ -34778,6 +36616,25 @@ declare namespace Models {
|
|
|
34778
36616
|
"utilization"?: { [key: string]: Models.MediaUtilization; };
|
|
34779
36617
|
}
|
|
34780
36618
|
|
|
36619
|
+
export interface UtilizationTag {
|
|
36620
|
+
"id"?: string;
|
|
36621
|
+
"name"?: string;
|
|
36622
|
+
"selfUri"?: string;
|
|
36623
|
+
}
|
|
36624
|
+
|
|
36625
|
+
export interface UtilizationTagEntityListing {
|
|
36626
|
+
"entities"?: Array<Models.UtilizationTag>;
|
|
36627
|
+
"pageSize"?: number;
|
|
36628
|
+
"pageNumber"?: number;
|
|
36629
|
+
"total"?: number;
|
|
36630
|
+
"firstUri"?: string;
|
|
36631
|
+
"nextUri"?: string;
|
|
36632
|
+
"previousUri"?: string;
|
|
36633
|
+
"lastUri"?: string;
|
|
36634
|
+
"selfUri"?: string;
|
|
36635
|
+
"pageCount"?: number;
|
|
36636
|
+
}
|
|
36637
|
+
|
|
34781
36638
|
export interface Utterance {
|
|
34782
36639
|
"utteranceText"?: string;
|
|
34783
36640
|
}
|
|
@@ -35317,6 +37174,12 @@ declare namespace Models {
|
|
|
35317
37174
|
"afterCallWorkRequired"?: boolean;
|
|
35318
37175
|
}
|
|
35319
37176
|
|
|
37177
|
+
export interface VideoConferenceDetails {
|
|
37178
|
+
"conferenceId"?: string;
|
|
37179
|
+
"conversationId"?: string;
|
|
37180
|
+
"participantInfo"?: Models.ParticipantInfo;
|
|
37181
|
+
}
|
|
37182
|
+
|
|
35320
37183
|
export interface VideoConferenceUpdateTopicParticipantInfo {
|
|
35321
37184
|
"activeParticipantCount"?: number;
|
|
35322
37185
|
"version"?: number;
|
|
@@ -35497,6 +37360,8 @@ declare namespace Models {
|
|
|
35497
37360
|
"isClearedByCustomer"?: boolean;
|
|
35498
37361
|
"evaluationAssigneeIds"?: Array<string>;
|
|
35499
37362
|
"evaluationAssigned"?: boolean;
|
|
37363
|
+
"assistantIds"?: Array<string>;
|
|
37364
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
35500
37365
|
}
|
|
35501
37366
|
|
|
35502
37367
|
export interface VisibilityCondition {
|
|
@@ -35729,6 +37594,23 @@ declare namespace Models {
|
|
|
35729
37594
|
"entities"?: Array<Models.WaitlistPosition>;
|
|
35730
37595
|
}
|
|
35731
37596
|
|
|
37597
|
+
export interface WebActionEvent {
|
|
37598
|
+
"action": Models.EventAction;
|
|
37599
|
+
"actionMap"?: Models.ActionEventActionMap;
|
|
37600
|
+
"actionTarget"?: Models.AddressableEntityRef;
|
|
37601
|
+
"timeToDisposition"?: number;
|
|
37602
|
+
"errorCode"?: string;
|
|
37603
|
+
"errorMessage"?: string;
|
|
37604
|
+
"userAgentString"?: string;
|
|
37605
|
+
"browser"?: Models.Browser;
|
|
37606
|
+
"device"?: Models.Device;
|
|
37607
|
+
"geolocation"?: Models.JourneyGeolocation;
|
|
37608
|
+
"ipAddress"?: string;
|
|
37609
|
+
"ipOrganization"?: string;
|
|
37610
|
+
"mktCampaign"?: Models.JourneyCampaign;
|
|
37611
|
+
"visitReferrer"?: Models.Referrer;
|
|
37612
|
+
}
|
|
37613
|
+
|
|
35732
37614
|
export interface WebChatConfig {
|
|
35733
37615
|
"webChatSkin"?: string;
|
|
35734
37616
|
}
|
|
@@ -35977,6 +37859,25 @@ declare namespace Models {
|
|
|
35977
37859
|
"deploymentId": string;
|
|
35978
37860
|
}
|
|
35979
37861
|
|
|
37862
|
+
export interface WebEvent {
|
|
37863
|
+
"eventName": string;
|
|
37864
|
+
"totalEventCount"?: number;
|
|
37865
|
+
"totalPageviewCount"?: number;
|
|
37866
|
+
"page"?: Models.JourneyPage;
|
|
37867
|
+
"userAgentString"?: string;
|
|
37868
|
+
"browser"?: Models.Browser;
|
|
37869
|
+
"device"?: Models.Device;
|
|
37870
|
+
"geolocation"?: Models.JourneyGeolocation;
|
|
37871
|
+
"ipAddress"?: string;
|
|
37872
|
+
"ipOrganization"?: string;
|
|
37873
|
+
"mktCampaign"?: Models.JourneyCampaign;
|
|
37874
|
+
"referrer"?: Models.Referrer;
|
|
37875
|
+
"attributes"?: { [key: string]: Models.CustomEventAttribute; };
|
|
37876
|
+
"traits"?: { [key: string]: Models.CustomEventAttribute; };
|
|
37877
|
+
"searchQuery"?: string;
|
|
37878
|
+
"authenticated"?: boolean;
|
|
37879
|
+
}
|
|
37880
|
+
|
|
35980
37881
|
export interface WebMessagingAttachment {
|
|
35981
37882
|
"id"?: string;
|
|
35982
37883
|
"mediaType"?: string;
|
|
@@ -37540,6 +39441,92 @@ declare namespace Models {
|
|
|
37540
39441
|
"selfUri"?: string;
|
|
37541
39442
|
}
|
|
37542
39443
|
|
|
39444
|
+
export interface Workbin {
|
|
39445
|
+
"id"?: string;
|
|
39446
|
+
"name"?: string;
|
|
39447
|
+
"division"?: Models.Division;
|
|
39448
|
+
"description"?: string;
|
|
39449
|
+
"dateCreated"?: string;
|
|
39450
|
+
"dateModified"?: string;
|
|
39451
|
+
"modifiedBy"?: Models.UserReference;
|
|
39452
|
+
"selfUri"?: string;
|
|
39453
|
+
}
|
|
39454
|
+
|
|
39455
|
+
export interface WorkbinChangeListing {
|
|
39456
|
+
"entities"?: Array<Models.WorkitemsChangeWorkbinDelta>;
|
|
39457
|
+
"nextUri"?: string;
|
|
39458
|
+
"selfUri"?: string;
|
|
39459
|
+
"previousUri"?: string;
|
|
39460
|
+
"after"?: string;
|
|
39461
|
+
}
|
|
39462
|
+
|
|
39463
|
+
export interface WorkbinCreate {
|
|
39464
|
+
"name": string;
|
|
39465
|
+
"description"?: string;
|
|
39466
|
+
"divisionId"?: string;
|
|
39467
|
+
}
|
|
39468
|
+
|
|
39469
|
+
export interface WorkbinDelta {
|
|
39470
|
+
"name"?: Models.WorkitemsAttributeChangeString;
|
|
39471
|
+
"description"?: Models.WorkitemsAttributeChangeString;
|
|
39472
|
+
"dateModified"?: Models.WorkitemsAttributeChangeInstant;
|
|
39473
|
+
"modifiedBy"?: Models.WorkitemsAttributeChangeString;
|
|
39474
|
+
}
|
|
39475
|
+
|
|
39476
|
+
export interface WorkbinQueryEntityListing {
|
|
39477
|
+
"entities"?: Array<Models.Workbin>;
|
|
39478
|
+
"nextUri"?: string;
|
|
39479
|
+
"selfUri"?: string;
|
|
39480
|
+
"previousUri"?: string;
|
|
39481
|
+
"after"?: string;
|
|
39482
|
+
"count"?: number;
|
|
39483
|
+
}
|
|
39484
|
+
|
|
39485
|
+
export interface WorkbinQueryRequest {
|
|
39486
|
+
"pageSize"?: number;
|
|
39487
|
+
"select"?: string;
|
|
39488
|
+
"filters": Array<Models.WorkitemFilter>;
|
|
39489
|
+
"attributes"?: Array<string>;
|
|
39490
|
+
"after"?: string;
|
|
39491
|
+
"sort"?: Models.WorkbinQuerySort;
|
|
39492
|
+
}
|
|
39493
|
+
|
|
39494
|
+
export interface WorkbinQuerySort {
|
|
39495
|
+
"name"?: string;
|
|
39496
|
+
"ascending"?: boolean;
|
|
39497
|
+
}
|
|
39498
|
+
|
|
39499
|
+
export interface WorkbinReference {
|
|
39500
|
+
"id"?: string;
|
|
39501
|
+
"name"?: string;
|
|
39502
|
+
"selfUri"?: string;
|
|
39503
|
+
}
|
|
39504
|
+
|
|
39505
|
+
export interface WorkbinUpdate {
|
|
39506
|
+
"name"?: string;
|
|
39507
|
+
"description"?: string;
|
|
39508
|
+
}
|
|
39509
|
+
|
|
39510
|
+
export interface WorkbinVersion {
|
|
39511
|
+
"id"?: string;
|
|
39512
|
+
"name"?: string;
|
|
39513
|
+
"division"?: Models.Division;
|
|
39514
|
+
"description"?: string;
|
|
39515
|
+
"dateCreated"?: string;
|
|
39516
|
+
"dateModified"?: string;
|
|
39517
|
+
"modifiedBy"?: Models.UserReference;
|
|
39518
|
+
"version"?: number;
|
|
39519
|
+
"selfUri"?: string;
|
|
39520
|
+
}
|
|
39521
|
+
|
|
39522
|
+
export interface WorkbinVersionListing {
|
|
39523
|
+
"entities"?: Array<Models.WorkbinVersion>;
|
|
39524
|
+
"nextUri"?: string;
|
|
39525
|
+
"selfUri"?: string;
|
|
39526
|
+
"previousUri"?: string;
|
|
39527
|
+
"after"?: string;
|
|
39528
|
+
}
|
|
39529
|
+
|
|
37543
39530
|
export interface WorkdayMetric {
|
|
37544
39531
|
"metric"?: Models.Metric;
|
|
37545
39532
|
"objective"?: Models.Objective;
|
|
@@ -37601,6 +39588,349 @@ declare namespace Models {
|
|
|
37601
39588
|
"dataFormat"?: string;
|
|
37602
39589
|
}
|
|
37603
39590
|
|
|
39591
|
+
export interface Workitem {
|
|
39592
|
+
"id"?: string;
|
|
39593
|
+
"name"?: string;
|
|
39594
|
+
"division"?: Models.Division;
|
|
39595
|
+
"type"?: Models.WorktypeReference;
|
|
39596
|
+
"description"?: string;
|
|
39597
|
+
"language"?: Models.LanguageReference;
|
|
39598
|
+
"priority"?: number;
|
|
39599
|
+
"dateCreated"?: string;
|
|
39600
|
+
"dateModified"?: string;
|
|
39601
|
+
"dateDue"?: string;
|
|
39602
|
+
"dateExpires"?: string;
|
|
39603
|
+
"durationSeconds"?: number;
|
|
39604
|
+
"ttl"?: number;
|
|
39605
|
+
"status"?: Models.WorkitemStatusReference;
|
|
39606
|
+
"statusCategory"?: string;
|
|
39607
|
+
"dateStatusChanged"?: string;
|
|
39608
|
+
"dateClosed"?: string;
|
|
39609
|
+
"workbin"?: Models.WorkbinReference;
|
|
39610
|
+
"reporter"?: Models.UserReferenceWithName;
|
|
39611
|
+
"assignee"?: Models.UserReferenceWithName;
|
|
39612
|
+
"externalContact"?: Models.ExternalContactReference;
|
|
39613
|
+
"externalTag"?: string;
|
|
39614
|
+
"modifiedBy"?: Models.UserReference;
|
|
39615
|
+
"queue"?: Models.QueueReference;
|
|
39616
|
+
"assignmentState"?: string;
|
|
39617
|
+
"dateAssignmentStateChanged"?: string;
|
|
39618
|
+
"alertTimeoutSeconds"?: number;
|
|
39619
|
+
"skills"?: Array<Models.RoutingSkillReference>;
|
|
39620
|
+
"preferredAgents"?: Array<Models.UserReference>;
|
|
39621
|
+
"autoStatusTransition"?: boolean;
|
|
39622
|
+
"schema"?: Models.WorkitemSchema;
|
|
39623
|
+
"customFields"?: { [key: string]: object; };
|
|
39624
|
+
"autoStatusTransitionDetail"?: Models.AutoStatusTransitionDetail;
|
|
39625
|
+
"scoredAgents"?: Array<Models.WorkitemScoredAgent>;
|
|
39626
|
+
"selfUri"?: string;
|
|
39627
|
+
}
|
|
39628
|
+
|
|
39629
|
+
export interface WorkitemChangeListing {
|
|
39630
|
+
"entities"?: Array<Models.WorkitemsChangeWorkitemDelta>;
|
|
39631
|
+
"nextUri"?: string;
|
|
39632
|
+
"selfUri"?: string;
|
|
39633
|
+
"previousUri"?: string;
|
|
39634
|
+
"after"?: string;
|
|
39635
|
+
}
|
|
39636
|
+
|
|
39637
|
+
export interface WorkitemCreate {
|
|
39638
|
+
"name": string;
|
|
39639
|
+
"priority"?: number;
|
|
39640
|
+
"dateDue"?: string;
|
|
39641
|
+
"dateExpires"?: string;
|
|
39642
|
+
"durationSeconds"?: number;
|
|
39643
|
+
"ttl"?: number;
|
|
39644
|
+
"statusId"?: string;
|
|
39645
|
+
"workbinId"?: string;
|
|
39646
|
+
"autoStatusTransition"?: boolean;
|
|
39647
|
+
"description"?: string;
|
|
39648
|
+
"typeId": string;
|
|
39649
|
+
"customFields"?: { [key: string]: object; };
|
|
39650
|
+
"queueId"?: string;
|
|
39651
|
+
"assigneeId"?: string;
|
|
39652
|
+
"wrapupCode"?: string;
|
|
39653
|
+
"scoredAgents"?: Array<Models.WorkitemScoredAgentRequest>;
|
|
39654
|
+
"languageId"?: string;
|
|
39655
|
+
"externalContactId"?: string;
|
|
39656
|
+
"externalTag"?: string;
|
|
39657
|
+
"skillIds"?: Array<string>;
|
|
39658
|
+
"preferredAgentIds"?: Array<string>;
|
|
39659
|
+
}
|
|
39660
|
+
|
|
39661
|
+
export interface WorkitemDelta {
|
|
39662
|
+
"name"?: Models.WorkitemsAttributeChangeString;
|
|
39663
|
+
"description"?: Models.WorkitemsAttributeChangeString;
|
|
39664
|
+
"languageId"?: Models.WorkitemsAttributeChangeString;
|
|
39665
|
+
"priority"?: Models.WorkitemsAttributeChangeInteger;
|
|
39666
|
+
"skillIds"?: Models.WorkitemsAttributeChangeList;
|
|
39667
|
+
"preferredAgentIds"?: Models.WorkitemsAttributeChangeList;
|
|
39668
|
+
"dateDue"?: Models.WorkitemsAttributeChangeInstant;
|
|
39669
|
+
"dateExpires"?: Models.WorkitemsAttributeChangeInstant;
|
|
39670
|
+
"durationSeconds"?: Models.WorkitemsAttributeChangeInteger;
|
|
39671
|
+
"statusId"?: Models.WorkitemsAttributeChangeString;
|
|
39672
|
+
"reporterId"?: Models.WorkitemsAttributeChangeString;
|
|
39673
|
+
"externalContactId"?: Models.WorkitemsAttributeChangeString;
|
|
39674
|
+
"assigneeId"?: Models.WorkitemsAttributeChangeString;
|
|
39675
|
+
"workbinId"?: Models.WorkitemsAttributeChangeString;
|
|
39676
|
+
"queueId"?: Models.WorkitemsAttributeChangeString;
|
|
39677
|
+
"externalTag"?: Models.WorkitemsAttributeChangeString;
|
|
39678
|
+
"wrapupId"?: Models.WorkitemsAttributeChangeString;
|
|
39679
|
+
"ttl"?: Models.WorkitemsAttributeChangeInteger;
|
|
39680
|
+
"dateClosed"?: Models.WorkitemsAttributeChangeInstant;
|
|
39681
|
+
"assignmentState"?: Models.WorkitemsAttributeChangeString;
|
|
39682
|
+
"autoStatusTransition"?: Models.WorkitemsAttributeChangeBoolean;
|
|
39683
|
+
"customFields"?: Models.WorkitemsAttributeChangeMap;
|
|
39684
|
+
"dateModified"?: Models.WorkitemsAttributeChangeInstant;
|
|
39685
|
+
"modifiedBy"?: Models.WorkitemsAttributeChangeString;
|
|
39686
|
+
"statusCategory"?: Models.WorkitemsAttributeChangeWorkitemStatusCategory;
|
|
39687
|
+
}
|
|
39688
|
+
|
|
39689
|
+
export interface WorkitemFilter {
|
|
39690
|
+
"name": string;
|
|
39691
|
+
"type": string;
|
|
39692
|
+
"operator": string;
|
|
39693
|
+
"values": Array<string>;
|
|
39694
|
+
}
|
|
39695
|
+
|
|
39696
|
+
export interface WorkitemManualAssign {
|
|
39697
|
+
"id": string;
|
|
39698
|
+
}
|
|
39699
|
+
|
|
39700
|
+
export interface WorkitemPostQueryEntityListing {
|
|
39701
|
+
"entities"?: Array<Models.Workitem>;
|
|
39702
|
+
"nextUri"?: string;
|
|
39703
|
+
"selfUri"?: string;
|
|
39704
|
+
"previousUri"?: string;
|
|
39705
|
+
"after"?: string;
|
|
39706
|
+
"count"?: number;
|
|
39707
|
+
}
|
|
39708
|
+
|
|
39709
|
+
export interface WorkitemQueryPostRequest {
|
|
39710
|
+
"pageSize"?: number;
|
|
39711
|
+
"select"?: string;
|
|
39712
|
+
"filters": Array<Models.WorkitemFilter>;
|
|
39713
|
+
"attributes"?: Array<string>;
|
|
39714
|
+
"after"?: string;
|
|
39715
|
+
"sort"?: Models.WorkitemQuerySort;
|
|
39716
|
+
"expands"?: Array<string>;
|
|
39717
|
+
}
|
|
39718
|
+
|
|
39719
|
+
export interface WorkitemQuerySort {
|
|
39720
|
+
"name"?: string;
|
|
39721
|
+
"ascending"?: boolean;
|
|
39722
|
+
}
|
|
39723
|
+
|
|
39724
|
+
export interface WorkitemReference {
|
|
39725
|
+
"id"?: string;
|
|
39726
|
+
"name"?: string;
|
|
39727
|
+
"selfUri"?: string;
|
|
39728
|
+
}
|
|
39729
|
+
|
|
39730
|
+
export interface WorkitemSchema {
|
|
39731
|
+
"id"?: string;
|
|
39732
|
+
"name"?: string;
|
|
39733
|
+
"version": number;
|
|
39734
|
+
"selfUri"?: string;
|
|
39735
|
+
}
|
|
39736
|
+
|
|
39737
|
+
export interface WorkitemScoredAgent {
|
|
39738
|
+
"agent"?: Models.UserReference;
|
|
39739
|
+
"score"?: number;
|
|
39740
|
+
}
|
|
39741
|
+
|
|
39742
|
+
export interface WorkitemScoredAgentRequest {
|
|
39743
|
+
"id"?: string;
|
|
39744
|
+
"score"?: number;
|
|
39745
|
+
}
|
|
39746
|
+
|
|
39747
|
+
export interface WorkitemStatus {
|
|
39748
|
+
"id"?: string;
|
|
39749
|
+
"name"?: string;
|
|
39750
|
+
"category"?: string;
|
|
39751
|
+
"destinationStatuses"?: Array<Models.WorkitemStatusReference>;
|
|
39752
|
+
"description"?: string;
|
|
39753
|
+
"defaultDestinationStatus"?: Models.WorkitemStatusReference;
|
|
39754
|
+
"statusTransitionDelaySeconds"?: number;
|
|
39755
|
+
"statusTransitionTime"?: Models.LocalTime;
|
|
39756
|
+
"worktype"?: Models.WorktypeReference;
|
|
39757
|
+
"selfUri"?: string;
|
|
39758
|
+
}
|
|
39759
|
+
|
|
39760
|
+
export interface WorkitemStatusCreate {
|
|
39761
|
+
"name": string;
|
|
39762
|
+
"category": string;
|
|
39763
|
+
"destinationStatusIds"?: Array<string>;
|
|
39764
|
+
"description"?: string;
|
|
39765
|
+
"defaultDestinationStatusId"?: string;
|
|
39766
|
+
"statusTransitionDelaySeconds"?: number;
|
|
39767
|
+
"statusTransitionTime"?: Models.LocalTime;
|
|
39768
|
+
}
|
|
39769
|
+
|
|
39770
|
+
export interface WorkitemStatusReference {
|
|
39771
|
+
"id"?: string;
|
|
39772
|
+
"name"?: string;
|
|
39773
|
+
"selfUri"?: string;
|
|
39774
|
+
}
|
|
39775
|
+
|
|
39776
|
+
export interface WorkitemStatusUpdate {
|
|
39777
|
+
"name"?: string;
|
|
39778
|
+
"destinationStatusIds"?: Array<string>;
|
|
39779
|
+
"description"?: string;
|
|
39780
|
+
"defaultDestinationStatusId"?: string;
|
|
39781
|
+
"statusTransitionDelaySeconds"?: number;
|
|
39782
|
+
"statusTransitionTime"?: Models.LocalTime;
|
|
39783
|
+
}
|
|
39784
|
+
|
|
39785
|
+
export interface WorkitemTerminate {
|
|
39786
|
+
"statusId"?: string;
|
|
39787
|
+
}
|
|
39788
|
+
|
|
39789
|
+
export interface WorkitemUpdate {
|
|
39790
|
+
"name"?: string;
|
|
39791
|
+
"priority"?: number;
|
|
39792
|
+
"dateDue"?: string;
|
|
39793
|
+
"dateExpires"?: string;
|
|
39794
|
+
"durationSeconds"?: number;
|
|
39795
|
+
"ttl"?: number;
|
|
39796
|
+
"statusId"?: string;
|
|
39797
|
+
"workbinId"?: string;
|
|
39798
|
+
"autoStatusTransition"?: boolean;
|
|
39799
|
+
"description"?: string;
|
|
39800
|
+
"dateClosed"?: string;
|
|
39801
|
+
"assignmentState"?: string;
|
|
39802
|
+
"assignmentOperation"?: string;
|
|
39803
|
+
"customFields"?: { [key: string]: object; };
|
|
39804
|
+
"queueId"?: string;
|
|
39805
|
+
"assigneeId"?: string;
|
|
39806
|
+
"scoredAgents"?: Array<Models.WorkitemScoredAgentRequest>;
|
|
39807
|
+
"externalContactId"?: string;
|
|
39808
|
+
"externalTag"?: string;
|
|
39809
|
+
"skillIds"?: Array<string>;
|
|
39810
|
+
"languageId"?: string;
|
|
39811
|
+
"preferredAgentIds"?: Array<string>;
|
|
39812
|
+
}
|
|
39813
|
+
|
|
39814
|
+
export interface WorkitemVersion {
|
|
39815
|
+
"id"?: string;
|
|
39816
|
+
"name"?: string;
|
|
39817
|
+
"division"?: Models.Division;
|
|
39818
|
+
"type"?: Models.WorktypeReference;
|
|
39819
|
+
"description"?: string;
|
|
39820
|
+
"language"?: Models.LanguageReference;
|
|
39821
|
+
"priority"?: number;
|
|
39822
|
+
"dateCreated"?: string;
|
|
39823
|
+
"dateModified"?: string;
|
|
39824
|
+
"dateDue"?: string;
|
|
39825
|
+
"dateExpires"?: string;
|
|
39826
|
+
"durationSeconds"?: number;
|
|
39827
|
+
"ttl"?: number;
|
|
39828
|
+
"status"?: Models.WorkitemStatusReference;
|
|
39829
|
+
"statusCategory"?: string;
|
|
39830
|
+
"dateStatusChanged"?: string;
|
|
39831
|
+
"dateClosed"?: string;
|
|
39832
|
+
"workbin"?: Models.WorkbinReference;
|
|
39833
|
+
"reporter"?: Models.UserReferenceWithName;
|
|
39834
|
+
"assignee"?: Models.UserReferenceWithName;
|
|
39835
|
+
"externalContact"?: Models.ExternalContactReference;
|
|
39836
|
+
"externalTag"?: string;
|
|
39837
|
+
"modifiedBy"?: Models.UserReference;
|
|
39838
|
+
"queue"?: Models.QueueReference;
|
|
39839
|
+
"assignmentState"?: string;
|
|
39840
|
+
"dateAssignmentStateChanged"?: string;
|
|
39841
|
+
"alertTimeoutSeconds"?: number;
|
|
39842
|
+
"skills"?: Array<Models.RoutingSkillReference>;
|
|
39843
|
+
"preferredAgents"?: Array<Models.UserReference>;
|
|
39844
|
+
"autoStatusTransition"?: boolean;
|
|
39845
|
+
"schema"?: Models.WorkitemSchema;
|
|
39846
|
+
"customFields"?: { [key: string]: object; };
|
|
39847
|
+
"autoStatusTransitionDetail"?: Models.AutoStatusTransitionDetail;
|
|
39848
|
+
"scoredAgents"?: Array<Models.WorkitemScoredAgent>;
|
|
39849
|
+
"version"?: number;
|
|
39850
|
+
"selfUri"?: string;
|
|
39851
|
+
}
|
|
39852
|
+
|
|
39853
|
+
export interface WorkitemVersionListing {
|
|
39854
|
+
"entities"?: Array<Models.WorkitemVersion>;
|
|
39855
|
+
"nextUri"?: string;
|
|
39856
|
+
"selfUri"?: string;
|
|
39857
|
+
"previousUri"?: string;
|
|
39858
|
+
"after"?: string;
|
|
39859
|
+
}
|
|
39860
|
+
|
|
39861
|
+
export interface WorkitemWrapup {
|
|
39862
|
+
"workitem"?: Models.WorkitemReference;
|
|
39863
|
+
"wrapupCode"?: Models.WrapupIdReference;
|
|
39864
|
+
"modifiedBy"?: Models.UserReference;
|
|
39865
|
+
"user"?: Models.UserReference;
|
|
39866
|
+
"dateModified"?: string;
|
|
39867
|
+
}
|
|
39868
|
+
|
|
39869
|
+
export interface WorkitemWrapupEntityListing {
|
|
39870
|
+
"entities"?: Array<Models.WorkitemWrapup>;
|
|
39871
|
+
"nextUri"?: string;
|
|
39872
|
+
"selfUri"?: string;
|
|
39873
|
+
"previousUri"?: string;
|
|
39874
|
+
}
|
|
39875
|
+
|
|
39876
|
+
export interface WorkitemWrapupUpdate {
|
|
39877
|
+
"action": string;
|
|
39878
|
+
"wrapupCode": string;
|
|
39879
|
+
}
|
|
39880
|
+
|
|
39881
|
+
export interface WorkitemsAttributeChangeBoolean {
|
|
39882
|
+
"newValue"?: boolean;
|
|
39883
|
+
"oldValue"?: boolean;
|
|
39884
|
+
}
|
|
39885
|
+
|
|
39886
|
+
export interface WorkitemsAttributeChangeInstant {
|
|
39887
|
+
"newValue"?: string;
|
|
39888
|
+
"oldValue"?: string;
|
|
39889
|
+
}
|
|
39890
|
+
|
|
39891
|
+
export interface WorkitemsAttributeChangeInteger {
|
|
39892
|
+
"newValue"?: number;
|
|
39893
|
+
"oldValue"?: number;
|
|
39894
|
+
}
|
|
39895
|
+
|
|
39896
|
+
export interface WorkitemsAttributeChangeList {
|
|
39897
|
+
"newValue"?: Array<object>;
|
|
39898
|
+
"oldValue"?: Array<object>;
|
|
39899
|
+
}
|
|
39900
|
+
|
|
39901
|
+
export interface WorkitemsAttributeChangeMap {
|
|
39902
|
+
"newValue"?: { [key: string]: object; };
|
|
39903
|
+
"oldValue"?: { [key: string]: object; };
|
|
39904
|
+
}
|
|
39905
|
+
|
|
39906
|
+
export interface WorkitemsAttributeChangeString {
|
|
39907
|
+
"newValue"?: string;
|
|
39908
|
+
"oldValue"?: string;
|
|
39909
|
+
}
|
|
39910
|
+
|
|
39911
|
+
export interface WorkitemsAttributeChangeWorkitemStatusCategory {
|
|
39912
|
+
"newValue"?: string;
|
|
39913
|
+
"oldValue"?: string;
|
|
39914
|
+
}
|
|
39915
|
+
|
|
39916
|
+
export interface WorkitemsChangeWorkbinDelta {
|
|
39917
|
+
"version"?: number;
|
|
39918
|
+
"modifiedBy"?: Models.UserReference;
|
|
39919
|
+
"delta"?: Models.WorkbinDelta;
|
|
39920
|
+
}
|
|
39921
|
+
|
|
39922
|
+
export interface WorkitemsChangeWorkitemDelta {
|
|
39923
|
+
"version"?: number;
|
|
39924
|
+
"modifiedBy"?: Models.UserReference;
|
|
39925
|
+
"delta"?: Models.WorkitemDelta;
|
|
39926
|
+
}
|
|
39927
|
+
|
|
39928
|
+
export interface WorkitemsChangeWorktypeDelta {
|
|
39929
|
+
"version"?: number;
|
|
39930
|
+
"modifiedBy"?: Models.UserReference;
|
|
39931
|
+
"delta"?: Models.WorktypeDelta;
|
|
39932
|
+
}
|
|
39933
|
+
|
|
37604
39934
|
export interface WorkitemsEventsNotificationCustomAttribute {
|
|
37605
39935
|
"dataType"?: string;
|
|
37606
39936
|
"value"?: string;
|
|
@@ -37824,6 +40154,158 @@ declare namespace Models {
|
|
|
37824
40154
|
"totalDocumentByteCount"?: number;
|
|
37825
40155
|
}
|
|
37826
40156
|
|
|
40157
|
+
export interface Worktype {
|
|
40158
|
+
"id"?: string;
|
|
40159
|
+
"name"?: string;
|
|
40160
|
+
"division"?: Models.Division;
|
|
40161
|
+
"description"?: string;
|
|
40162
|
+
"dateCreated"?: string;
|
|
40163
|
+
"dateModified"?: string;
|
|
40164
|
+
"defaultWorkbin"?: Models.WorkbinReference;
|
|
40165
|
+
"defaultStatus"?: Models.WorkitemStatusReference;
|
|
40166
|
+
"statuses"?: Array<Models.WorkitemStatus>;
|
|
40167
|
+
"defaultDurationSeconds"?: number;
|
|
40168
|
+
"defaultExpirationSeconds"?: number;
|
|
40169
|
+
"defaultDueDurationSeconds"?: number;
|
|
40170
|
+
"defaultPriority"?: number;
|
|
40171
|
+
"defaultLanguage"?: Models.LanguageReference;
|
|
40172
|
+
"defaultTtlSeconds"?: number;
|
|
40173
|
+
"modifiedBy"?: Models.UserReference;
|
|
40174
|
+
"defaultQueue"?: Models.QueueReference;
|
|
40175
|
+
"defaultSkills"?: Array<Models.RoutingSkillReference>;
|
|
40176
|
+
"assignmentEnabled"?: boolean;
|
|
40177
|
+
"schema"?: Models.WorkitemSchema;
|
|
40178
|
+
"selfUri"?: string;
|
|
40179
|
+
}
|
|
40180
|
+
|
|
40181
|
+
export interface WorktypeChangeListing {
|
|
40182
|
+
"entities"?: Array<Models.WorkitemsChangeWorktypeDelta>;
|
|
40183
|
+
"nextUri"?: string;
|
|
40184
|
+
"selfUri"?: string;
|
|
40185
|
+
"previousUri"?: string;
|
|
40186
|
+
"after"?: string;
|
|
40187
|
+
}
|
|
40188
|
+
|
|
40189
|
+
export interface WorktypeCreate {
|
|
40190
|
+
"name": string;
|
|
40191
|
+
"defaultWorkbinId": string;
|
|
40192
|
+
"defaultDurationSeconds"?: number;
|
|
40193
|
+
"defaultExpirationSeconds"?: number;
|
|
40194
|
+
"defaultDueDurationSeconds"?: number;
|
|
40195
|
+
"defaultPriority"?: number;
|
|
40196
|
+
"defaultTtlSeconds"?: number;
|
|
40197
|
+
"assignmentEnabled"?: boolean;
|
|
40198
|
+
"schemaId"?: string;
|
|
40199
|
+
"description"?: string;
|
|
40200
|
+
"divisionId"?: string;
|
|
40201
|
+
"disableDefaultStatusCreation"?: boolean;
|
|
40202
|
+
"schemaVersion"?: number;
|
|
40203
|
+
"defaultQueueId"?: string;
|
|
40204
|
+
"defaultLanguageId"?: string;
|
|
40205
|
+
"defaultSkillIds"?: Array<string>;
|
|
40206
|
+
}
|
|
40207
|
+
|
|
40208
|
+
export interface WorktypeDelta {
|
|
40209
|
+
"name"?: Models.WorkitemsAttributeChangeString;
|
|
40210
|
+
"description"?: Models.WorkitemsAttributeChangeString;
|
|
40211
|
+
"statuses"?: Models.WorkitemsAttributeChangeList;
|
|
40212
|
+
"defaultWorkbinId"?: Models.WorkitemsAttributeChangeString;
|
|
40213
|
+
"defaultDurationSeconds"?: Models.WorkitemsAttributeChangeInteger;
|
|
40214
|
+
"defaultExpirationSeconds"?: Models.WorkitemsAttributeChangeInteger;
|
|
40215
|
+
"defaultDueDurationSeconds"?: Models.WorkitemsAttributeChangeInteger;
|
|
40216
|
+
"defaultPriority"?: Models.WorkitemsAttributeChangeInteger;
|
|
40217
|
+
"defaultSkillIds"?: Models.WorkitemsAttributeChangeList;
|
|
40218
|
+
"defaultStatusId"?: Models.WorkitemsAttributeChangeString;
|
|
40219
|
+
"defaultLanguageId"?: Models.WorkitemsAttributeChangeString;
|
|
40220
|
+
"defaultTtlSeconds"?: Models.WorkitemsAttributeChangeInteger;
|
|
40221
|
+
"assignmentEnabled"?: Models.WorkitemsAttributeChangeBoolean;
|
|
40222
|
+
"defaultQueueId"?: Models.WorkitemsAttributeChangeString;
|
|
40223
|
+
"schemaId"?: Models.WorkitemsAttributeChangeString;
|
|
40224
|
+
"schemaVersion"?: Models.WorkitemsAttributeChangeString;
|
|
40225
|
+
"dateModified"?: Models.WorkitemsAttributeChangeInstant;
|
|
40226
|
+
"modifiedBy"?: Models.WorkitemsAttributeChangeString;
|
|
40227
|
+
}
|
|
40228
|
+
|
|
40229
|
+
export interface WorktypeQueryEntityListing {
|
|
40230
|
+
"entities"?: Array<Models.Worktype>;
|
|
40231
|
+
"nextUri"?: string;
|
|
40232
|
+
"selfUri"?: string;
|
|
40233
|
+
"previousUri"?: string;
|
|
40234
|
+
"after"?: string;
|
|
40235
|
+
"count"?: number;
|
|
40236
|
+
}
|
|
40237
|
+
|
|
40238
|
+
export interface WorktypeQueryRequest {
|
|
40239
|
+
"pageSize"?: number;
|
|
40240
|
+
"select"?: string;
|
|
40241
|
+
"filters": Array<Models.WorkitemFilter>;
|
|
40242
|
+
"attributes"?: Array<string>;
|
|
40243
|
+
"after"?: string;
|
|
40244
|
+
"sort"?: Models.WorktypeQuerySort;
|
|
40245
|
+
}
|
|
40246
|
+
|
|
40247
|
+
export interface WorktypeQuerySort {
|
|
40248
|
+
"name"?: string;
|
|
40249
|
+
"ascending"?: boolean;
|
|
40250
|
+
}
|
|
40251
|
+
|
|
40252
|
+
export interface WorktypeReference {
|
|
40253
|
+
"id"?: string;
|
|
40254
|
+
"name"?: string;
|
|
40255
|
+
"selfUri"?: string;
|
|
40256
|
+
}
|
|
40257
|
+
|
|
40258
|
+
export interface WorktypeUpdate {
|
|
40259
|
+
"name"?: string;
|
|
40260
|
+
"defaultWorkbinId"?: string;
|
|
40261
|
+
"defaultDurationSeconds"?: number;
|
|
40262
|
+
"defaultExpirationSeconds"?: number;
|
|
40263
|
+
"defaultDueDurationSeconds"?: number;
|
|
40264
|
+
"defaultPriority"?: number;
|
|
40265
|
+
"defaultTtlSeconds"?: number;
|
|
40266
|
+
"assignmentEnabled"?: boolean;
|
|
40267
|
+
"schemaId"?: string;
|
|
40268
|
+
"description"?: string;
|
|
40269
|
+
"defaultStatusId"?: string;
|
|
40270
|
+
"schemaVersion"?: number;
|
|
40271
|
+
"defaultLanguageId"?: string;
|
|
40272
|
+
"defaultSkillIds"?: Array<string>;
|
|
40273
|
+
"defaultQueueId"?: string;
|
|
40274
|
+
}
|
|
40275
|
+
|
|
40276
|
+
export interface WorktypeVersion {
|
|
40277
|
+
"id"?: string;
|
|
40278
|
+
"name"?: string;
|
|
40279
|
+
"division"?: Models.Division;
|
|
40280
|
+
"description"?: string;
|
|
40281
|
+
"dateCreated"?: string;
|
|
40282
|
+
"dateModified"?: string;
|
|
40283
|
+
"defaultWorkbin"?: Models.WorkbinReference;
|
|
40284
|
+
"defaultStatus"?: Models.WorkitemStatusReference;
|
|
40285
|
+
"statuses"?: Array<Models.WorkitemStatus>;
|
|
40286
|
+
"defaultDurationSeconds"?: number;
|
|
40287
|
+
"defaultExpirationSeconds"?: number;
|
|
40288
|
+
"defaultDueDurationSeconds"?: number;
|
|
40289
|
+
"defaultPriority"?: number;
|
|
40290
|
+
"defaultLanguage"?: Models.LanguageReference;
|
|
40291
|
+
"defaultTtlSeconds"?: number;
|
|
40292
|
+
"modifiedBy"?: Models.UserReference;
|
|
40293
|
+
"defaultQueue"?: Models.QueueReference;
|
|
40294
|
+
"defaultSkills"?: Array<Models.RoutingSkillReference>;
|
|
40295
|
+
"assignmentEnabled"?: boolean;
|
|
40296
|
+
"schema"?: Models.WorkitemSchema;
|
|
40297
|
+
"version"?: number;
|
|
40298
|
+
"selfUri"?: string;
|
|
40299
|
+
}
|
|
40300
|
+
|
|
40301
|
+
export interface WorktypeVersionListing {
|
|
40302
|
+
"entities"?: Array<Models.WorktypeVersion>;
|
|
40303
|
+
"nextUri"?: string;
|
|
40304
|
+
"selfUri"?: string;
|
|
40305
|
+
"previousUri"?: string;
|
|
40306
|
+
"after"?: string;
|
|
40307
|
+
}
|
|
40308
|
+
|
|
37827
40309
|
export interface WrapUpCodeConfig {
|
|
37828
40310
|
"values": Array<string>;
|
|
37829
40311
|
}
|
|
@@ -37912,6 +40394,12 @@ declare namespace Models {
|
|
|
37912
40394
|
"conversationExternalOrganizationIds"?: Array<string>;
|
|
37913
40395
|
}
|
|
37914
40396
|
|
|
40397
|
+
export interface WrapupIdReference {
|
|
40398
|
+
"id"?: string;
|
|
40399
|
+
"name"?: string;
|
|
40400
|
+
"selfUri"?: string;
|
|
40401
|
+
}
|
|
40402
|
+
|
|
37915
40403
|
export interface WrapupInput {
|
|
37916
40404
|
"code"?: string;
|
|
37917
40405
|
"name"?: string;
|