purecloud-platform-client-v2 131.0.0 → 133.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 +2 -2
- package/dist/node/purecloud-platform-client-v2.js +220 -87
- package/dist/web-amd/purecloud-platform-client-v2.js +221 -88
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +226 -93
- package/dist/web-cjs/purecloud-platform-client-v2.js +4099 -1174
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +417 -39
- package/package.json +9 -9
- package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +46 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +27 -2
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.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 +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +7 -3
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +7 -3
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +54 -4
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +8 -5
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- 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 +1 -1
- 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/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -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 +1 -1
- 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 +1 -1
- 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 +2 -2
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -126,10 +126,12 @@ declare class AnalyticsApi {
|
|
|
126
126
|
getAnalyticsReportingScheduleHistoryLatest(scheduleId: string): Promise<Models.ReportRunEntry>;
|
|
127
127
|
getAnalyticsReportingScheduleHistoryRunId(runId: string, scheduleId: string): Promise<Models.ReportRunEntry>;
|
|
128
128
|
getAnalyticsReportingSchedules(opts?: AnalyticsApi.getAnalyticsReportingSchedulesOptions): Promise<Models.ReportScheduleEntityListing>;
|
|
129
|
+
getAnalyticsReportingSettings(): Promise<Models.AnalyticsReportingSettings>;
|
|
129
130
|
getAnalyticsReportingTimeperiods(): Promise<Array<string>>;
|
|
130
131
|
getAnalyticsUsersDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
131
132
|
getAnalyticsUsersDetailsJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsUsersDetailsJobResultsOptions): Promise<Models.AnalyticsUserDetailsAsyncQueryResponse>;
|
|
132
133
|
getAnalyticsUsersDetailsJobsAvailability(): Promise<Models.DataAvailabilityResponse>;
|
|
134
|
+
patchAnalyticsReportingSettings(body: Models.AnalyticsReportingSettings): Promise<Models.AnalyticsReportingSettings>;
|
|
133
135
|
postAnalyticsBotsAggregatesQuery(body: Models.BotAggregationQuery): Promise<Models.BotAggregateQueryResponse>;
|
|
134
136
|
postAnalyticsConversationDetailsProperties(conversationId: string, body: Models.PropertyIndexRequest): Promise<Models.PropertyIndexRequest>;
|
|
135
137
|
postAnalyticsConversationsAggregatesQuery(body: Models.ConversationAggregationQuery): Promise<Models.ConversationAggregateQueryResponse>;
|
|
@@ -1025,6 +1027,7 @@ declare class ConversationsApi {
|
|
|
1025
1027
|
getConversationsEmailMessagesDraft(conversationId: string): Promise<Models.EmailMessage>;
|
|
1026
1028
|
getConversationsEmailParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsEmailParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
1027
1029
|
getConversationsEmailParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
|
|
1030
|
+
getConversationsEmailSettings(conversationId: string): Promise<Models.EmailsSettings>;
|
|
1028
1031
|
getConversationsEmails(): Promise<Models.EmailConversationEntityListing>;
|
|
1029
1032
|
getConversationsMessage(conversationId: string): Promise<Models.MessageConversation>;
|
|
1030
1033
|
getConversationsMessageCommunicationMessagesMediaMediaId(conversationId: string, communicationId: string, mediaId: string): Promise<Models.MessageMediaData>;
|
|
@@ -1488,7 +1491,7 @@ declare class GamificationApi {
|
|
|
1488
1491
|
postGamificationProfileMembersValidate(performanceProfileId: string, body: Models.ValidateAssignUsers): Promise<Models.AssignmentValidation>;
|
|
1489
1492
|
postGamificationProfileMetricLink(sourceProfileId: string, sourceMetricId: string, body: Models.TargetPerformanceProfile): Promise<Models.Metric>;
|
|
1490
1493
|
postGamificationProfileMetrics(profileId: string, body: Models.CreateMetric): Promise<Models.Metric>;
|
|
1491
|
-
postGamificationProfiles(body: Models.CreatePerformanceProfile): Promise<Models.
|
|
1494
|
+
postGamificationProfiles(body: Models.CreatePerformanceProfile, opts?: GamificationApi.postGamificationProfilesOptions): Promise<Models.PerformanceProfile>;
|
|
1492
1495
|
putGamificationMetric(metricId: string, body: Models.CreateMetric, opts?: GamificationApi.putGamificationMetricOptions): Promise<Models.Metric>;
|
|
1493
1496
|
putGamificationProfile(performanceProfileId: string, opts?: GamificationApi.putGamificationProfileOptions): Promise<Models.PerformanceProfile>;
|
|
1494
1497
|
putGamificationProfileMetric(profileId: string, metricId: string, body: Models.CreateMetric): Promise<Models.Metric>;
|
|
@@ -1555,6 +1558,9 @@ declare namespace GamificationApi {
|
|
|
1555
1558
|
"referenceWorkday"?: string;
|
|
1556
1559
|
"timeZone"?: string;
|
|
1557
1560
|
}
|
|
1561
|
+
export interface postGamificationProfilesOptions {
|
|
1562
|
+
"copyMetrics"?: boolean;
|
|
1563
|
+
}
|
|
1558
1564
|
export interface putGamificationMetricOptions {
|
|
1559
1565
|
"performanceProfileId"?: string;
|
|
1560
1566
|
}
|
|
@@ -2671,7 +2677,7 @@ declare class OutboundApi {
|
|
|
2671
2677
|
postOutboundContactlists(body: Models.ContactList): Promise<Models.ContactList>;
|
|
2672
2678
|
postOutboundConversationDnc(conversationId: string): Promise<void>;
|
|
2673
2679
|
postOutboundDnclistExport(dncListId: string): Promise<Models.DomainEntityRef>;
|
|
2674
|
-
postOutboundDnclistPhonenumbers(dncListId: string, body: Array<string
|
|
2680
|
+
postOutboundDnclistPhonenumbers(dncListId: string, body: Array<string>, opts?: OutboundApi.postOutboundDnclistPhonenumbersOptions): Promise<void>;
|
|
2675
2681
|
postOutboundDnclists(body: Models.DncListCreate): Promise<Models.DncList>;
|
|
2676
2682
|
postOutboundMessagingcampaigns(body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
|
|
2677
2683
|
postOutboundMessagingcampaignsProgress(body: Array<string>): Promise<Array<Models.CampaignProgress>>;
|
|
@@ -2915,6 +2921,9 @@ declare namespace OutboundApi {
|
|
|
2915
2921
|
"clearSystemData"?: boolean;
|
|
2916
2922
|
"doNotQueue"?: boolean;
|
|
2917
2923
|
}
|
|
2924
|
+
export interface postOutboundDnclistPhonenumbersOptions {
|
|
2925
|
+
"expirationDateTime"?: string;
|
|
2926
|
+
}
|
|
2918
2927
|
}
|
|
2919
2928
|
|
|
2920
2929
|
declare class PresenceApi {
|
|
@@ -2966,6 +2975,7 @@ declare class QualityApi {
|
|
|
2966
2975
|
getQualityFormsEvaluation(formId: string): Promise<Models.EvaluationForm>;
|
|
2967
2976
|
getQualityFormsEvaluationVersions(formId: string, opts?: QualityApi.getQualityFormsEvaluationVersionsOptions): Promise<Models.EvaluationFormEntityListing>;
|
|
2968
2977
|
getQualityFormsEvaluations(opts?: QualityApi.getQualityFormsEvaluationsOptions): Promise<Models.EvaluationFormEntityListing>;
|
|
2978
|
+
getQualityFormsEvaluationsBulkContexts(contextId: Array<string>): Promise<Array<Models.EvaluationForm>>;
|
|
2969
2979
|
getQualityFormsSurvey(formId: string): Promise<Models.SurveyForm>;
|
|
2970
2980
|
getQualityFormsSurveyVersions(formId: string, opts?: QualityApi.getQualityFormsSurveyVersionsOptions): Promise<Models.SurveyFormEntityListing>;
|
|
2971
2981
|
getQualityFormsSurveys(opts?: QualityApi.getQualityFormsSurveysOptions): Promise<Models.SurveyFormEntityListing>;
|
|
@@ -2985,6 +2995,7 @@ declare class QualityApi {
|
|
|
2985
2995
|
postQualityCalibrations(body: Models.CalibrationCreate, opts?: QualityApi.postQualityCalibrationsOptions): Promise<Models.Calibration>;
|
|
2986
2996
|
postQualityConversationEvaluations(conversationId: string, body: Models.Evaluation, opts?: QualityApi.postQualityConversationEvaluationsOptions): Promise<Models.Evaluation>;
|
|
2987
2997
|
postQualityConversationsAuditsQuery(body: Models.QMAuditQueryRequest): Promise<Models.QualityAuditQueryExecutionStatusResponse>;
|
|
2998
|
+
postQualityEvaluationsAggregatesQueryMe(body: Models.EvaluationAggregationQueryMe): Promise<Models.EvaluationAggregateQueryResponse>;
|
|
2988
2999
|
postQualityEvaluationsScoring(body: Models.EvaluationFormAndScoringSet): Promise<Models.EvaluationScoringSet>;
|
|
2989
3000
|
postQualityForms(body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
|
|
2990
3001
|
postQualityFormsEvaluations(body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
|
|
@@ -3216,10 +3227,12 @@ declare namespace RecordingApi {
|
|
|
3216
3227
|
"download"?: boolean;
|
|
3217
3228
|
"fileName"?: string;
|
|
3218
3229
|
"locale"?: string;
|
|
3230
|
+
"mediaFormats"?: Array<string>;
|
|
3219
3231
|
}
|
|
3220
3232
|
export interface getConversationRecordingsOptions {
|
|
3221
3233
|
"maxWaitMs"?: number;
|
|
3222
3234
|
"formatId"?: string;
|
|
3235
|
+
"mediaFormats"?: Array<string>;
|
|
3223
3236
|
}
|
|
3224
3237
|
export interface getOrphanrecordingMediaOptions {
|
|
3225
3238
|
"formatId"?: string;
|
|
@@ -3229,6 +3242,7 @@ declare namespace RecordingApi {
|
|
|
3229
3242
|
"download"?: boolean;
|
|
3230
3243
|
"fileName"?: string;
|
|
3231
3244
|
"locale"?: string;
|
|
3245
|
+
"mediaFormats"?: Array<string>;
|
|
3232
3246
|
}
|
|
3233
3247
|
export interface getOrphanrecordingsOptions {
|
|
3234
3248
|
"pageSize"?: number;
|
|
@@ -3378,7 +3392,7 @@ declare class RoutingApi {
|
|
|
3378
3392
|
getRoutingQueueEstimatedwaittime(queueId: string, opts?: RoutingApi.getRoutingQueueEstimatedwaittimeOptions): Promise<Models.EstimatedWaitTimePredictions>;
|
|
3379
3393
|
getRoutingQueueMediatypeEstimatedwaittime(queueId: string, mediaType: string): Promise<Models.EstimatedWaitTimePredictions>;
|
|
3380
3394
|
getRoutingQueueMembers(queueId: string, opts?: RoutingApi.getRoutingQueueMembersOptions): Promise<Models.QueueMemberEntityListing>;
|
|
3381
|
-
getRoutingQueueUsers(queueId: string, opts?: RoutingApi.getRoutingQueueUsersOptions): Promise<Models.
|
|
3395
|
+
getRoutingQueueUsers(queueId: string, opts?: RoutingApi.getRoutingQueueUsersOptions): Promise<Models.QueueMemberEntityListingV1>;
|
|
3382
3396
|
getRoutingQueueWrapupcodes(queueId: string, opts?: RoutingApi.getRoutingQueueWrapupcodesOptions): Promise<Models.WrapupCodeEntityListing>;
|
|
3383
3397
|
getRoutingQueues(opts?: RoutingApi.getRoutingQueuesOptions): Promise<Models.QueueEntityListing>;
|
|
3384
3398
|
getRoutingQueuesDivisionviews(opts?: RoutingApi.getRoutingQueuesDivisionviewsOptions): Promise<Models.QueueEntityListing>;
|
|
@@ -3408,7 +3422,7 @@ declare class RoutingApi {
|
|
|
3408
3422
|
patchRoutingQueueMember(queueId: string, memberId: string, body: Models.QueueMember): Promise<void>;
|
|
3409
3423
|
patchRoutingQueueMembers(queueId: string, body: Array<Models.QueueMember>): Promise<Models.QueueMemberEntityListing>;
|
|
3410
3424
|
patchRoutingQueueUser(queueId: string, memberId: string, body: Models.QueueMember): Promise<void>;
|
|
3411
|
-
patchRoutingQueueUsers(queueId: string, body: Array<Models.QueueMember>): Promise<Models.
|
|
3425
|
+
patchRoutingQueueUsers(queueId: string, body: Array<Models.QueueMember>): Promise<Models.QueueMemberEntityListingV1>;
|
|
3412
3426
|
patchRoutingSettingsContactcenter(body: Models.ContactCenterSettings): Promise<void>;
|
|
3413
3427
|
patchUserQueue(queueId: string, userId: string, body: Models.UserQueue): Promise<Models.UserQueue>;
|
|
3414
3428
|
patchUserQueues(userId: string, body: Array<Models.UserQueue>, opts?: RoutingApi.patchUserQueuesOptions): Promise<Models.UserQueueEntityListing>;
|
|
@@ -5464,6 +5478,7 @@ declare namespace Models {
|
|
|
5464
5478
|
"userId"?: string;
|
|
5465
5479
|
"queueId"?: string;
|
|
5466
5480
|
"wrapupCode"?: string;
|
|
5481
|
+
"wrapupNotes"?: string;
|
|
5467
5482
|
"wrapupDurationMs"?: number;
|
|
5468
5483
|
}
|
|
5469
5484
|
|
|
@@ -5755,6 +5770,7 @@ declare namespace Models {
|
|
|
5755
5770
|
"conversationId"?: string;
|
|
5756
5771
|
"conversationInitiator"?: string;
|
|
5757
5772
|
"conversationStart"?: string;
|
|
5773
|
+
"customerParticipation"?: boolean;
|
|
5758
5774
|
"divisionIds"?: Array<string>;
|
|
5759
5775
|
"externalTag"?: string;
|
|
5760
5776
|
"knowledgeBaseIds"?: Array<string>;
|
|
@@ -5813,6 +5829,7 @@ declare namespace Models {
|
|
|
5813
5829
|
"conversationId"?: string;
|
|
5814
5830
|
"conversationInitiator"?: string;
|
|
5815
5831
|
"conversationStart"?: string;
|
|
5832
|
+
"customerParticipation"?: boolean;
|
|
5816
5833
|
"divisionIds"?: Array<string>;
|
|
5817
5834
|
"externalTag"?: string;
|
|
5818
5835
|
"knowledgeBaseIds"?: Array<string>;
|
|
@@ -5931,6 +5948,11 @@ declare namespace Models {
|
|
|
5931
5948
|
"ranges"?: Array<Models.AggregationRange>;
|
|
5932
5949
|
}
|
|
5933
5950
|
|
|
5951
|
+
export interface AnalyticsReportingSettings {
|
|
5952
|
+
"piiMaskingEnabled"?: boolean;
|
|
5953
|
+
"queueAgentAccessObfuscation"?: boolean;
|
|
5954
|
+
}
|
|
5955
|
+
|
|
5934
5956
|
export interface AnalyticsResolution {
|
|
5935
5957
|
"eventTime"?: string;
|
|
5936
5958
|
"queueId"?: string;
|
|
@@ -6090,6 +6112,7 @@ declare namespace Models {
|
|
|
6090
6112
|
"id"?: string;
|
|
6091
6113
|
"text"?: string;
|
|
6092
6114
|
"value"?: number;
|
|
6115
|
+
"assistanceConditions"?: Array<Models.AssistanceCondition>;
|
|
6093
6116
|
}
|
|
6094
6117
|
|
|
6095
6118
|
export interface ApiUsageQuery {
|
|
@@ -6458,6 +6481,11 @@ declare namespace Models {
|
|
|
6458
6481
|
"invalidMemberAssignments"?: Array<Models.InvalidAssignment>;
|
|
6459
6482
|
}
|
|
6460
6483
|
|
|
6484
|
+
export interface AssistanceCondition {
|
|
6485
|
+
"operator"?: string;
|
|
6486
|
+
"topicIds"?: Array<string>;
|
|
6487
|
+
}
|
|
6488
|
+
|
|
6461
6489
|
export interface AssociatedValueField {
|
|
6462
6490
|
"dataType": string;
|
|
6463
6491
|
"name": string;
|
|
@@ -6853,6 +6881,7 @@ declare namespace Models {
|
|
|
6853
6881
|
|
|
6854
6882
|
export interface AutomaticTimeZoneMappingSettings {
|
|
6855
6883
|
"callableWindows"?: Array<Models.CallableWindow>;
|
|
6884
|
+
"supportedCountries"?: Array<string>;
|
|
6856
6885
|
}
|
|
6857
6886
|
|
|
6858
6887
|
export interface AvailableLanguageList {
|
|
@@ -7356,8 +7385,9 @@ declare namespace Models {
|
|
|
7356
7385
|
|
|
7357
7386
|
export interface BuGenerateScheduleRequest {
|
|
7358
7387
|
"description": string;
|
|
7359
|
-
"shortTermForecast"
|
|
7388
|
+
"shortTermForecast"?: Models.BuShortTermForecastReference;
|
|
7360
7389
|
"weekCount": number;
|
|
7390
|
+
"options"?: Models.SchedulingOptionsRequest;
|
|
7361
7391
|
}
|
|
7362
7392
|
|
|
7363
7393
|
export interface BuGetCurrentAgentScheduleRequest {
|
|
@@ -7507,6 +7537,7 @@ declare namespace Models {
|
|
|
7507
7537
|
"schedulingCanceledBy"?: Models.UserReference;
|
|
7508
7538
|
"schedulingCompletedTime"?: string;
|
|
7509
7539
|
"messageCount"?: number;
|
|
7540
|
+
"messageSeverityCounts"?: Array<Models.SchedulerMessageSeverityCount>;
|
|
7510
7541
|
"reschedulingOptions"?: Models.ReschedulingOptionsRunResponse;
|
|
7511
7542
|
"reschedulingResultExpiration"?: string;
|
|
7512
7543
|
"selfUri"?: string;
|
|
@@ -7846,6 +7877,7 @@ declare namespace Models {
|
|
|
7846
7877
|
"startDayOfWeek": string;
|
|
7847
7878
|
"timeZone": string;
|
|
7848
7879
|
"shortTermForecasting"?: Models.BuShortTermForecastingSettings;
|
|
7880
|
+
"scheduling"?: Models.BuSchedulingSettings;
|
|
7849
7881
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
7850
7882
|
}
|
|
7851
7883
|
|
|
@@ -8145,8 +8177,10 @@ declare namespace Models {
|
|
|
8145
8177
|
"faxStatus"?: Models.FaxStatus;
|
|
8146
8178
|
"monitoredParticipantId"?: string;
|
|
8147
8179
|
"coachedParticipantId"?: string;
|
|
8180
|
+
"bargedParticipantId"?: string;
|
|
8148
8181
|
"consultParticipantId"?: string;
|
|
8149
8182
|
"uuiData"?: string;
|
|
8183
|
+
"bargedTime"?: string;
|
|
8150
8184
|
}
|
|
8151
8185
|
|
|
8152
8186
|
export interface CallMediaPolicy {
|
|
@@ -8629,8 +8663,8 @@ declare namespace Models {
|
|
|
8629
8663
|
"expirationDate"?: string;
|
|
8630
8664
|
"issueDate"?: string;
|
|
8631
8665
|
"expired"?: boolean;
|
|
8632
|
-
"valid"?: boolean;
|
|
8633
8666
|
"signatureValid"?: boolean;
|
|
8667
|
+
"valid"?: boolean;
|
|
8634
8668
|
}
|
|
8635
8669
|
|
|
8636
8670
|
export interface Change {
|
|
@@ -9177,6 +9211,13 @@ declare namespace Models {
|
|
|
9177
9211
|
"codes"?: Array<string>;
|
|
9178
9212
|
"property"?: string;
|
|
9179
9213
|
"propertyType"?: string;
|
|
9214
|
+
"dataAction"?: Models.DomainEntityRef;
|
|
9215
|
+
"dataNotFoundResolution"?: boolean;
|
|
9216
|
+
"contactIdField"?: string;
|
|
9217
|
+
"callAnalysisResultField"?: string;
|
|
9218
|
+
"agentWrapupField"?: string;
|
|
9219
|
+
"contactColumnToDataActionFieldMappings"?: Array<Models.ContactColumnToDataActionFieldMapping>;
|
|
9220
|
+
"predicates"?: Array<Models.DataActionConditionPredicate>;
|
|
9180
9221
|
}
|
|
9181
9222
|
|
|
9182
9223
|
export interface ConfigurationOverrides {
|
|
@@ -9271,6 +9312,11 @@ declare namespace Models {
|
|
|
9271
9312
|
"countryCode"?: string;
|
|
9272
9313
|
}
|
|
9273
9314
|
|
|
9315
|
+
export interface ContactAddressableEntityRef {
|
|
9316
|
+
"id"?: string;
|
|
9317
|
+
"selfUri"?: string;
|
|
9318
|
+
}
|
|
9319
|
+
|
|
9274
9320
|
export interface ContactCallbackRequest {
|
|
9275
9321
|
"campaignId": string;
|
|
9276
9322
|
"contactListId": string;
|
|
@@ -9289,6 +9335,29 @@ declare namespace Models {
|
|
|
9289
9335
|
}
|
|
9290
9336
|
|
|
9291
9337
|
export interface ContactColumnToDataActionFieldMapping {
|
|
9338
|
+
"contactColumnName": string;
|
|
9339
|
+
"dataActionField": string;
|
|
9340
|
+
}
|
|
9341
|
+
|
|
9342
|
+
export interface ContactDetailEventTopicContactUpdateEvent {
|
|
9343
|
+
"eventTime"?: number;
|
|
9344
|
+
"conversationId"?: string;
|
|
9345
|
+
"participantId"?: string;
|
|
9346
|
+
"sessionId"?: string;
|
|
9347
|
+
"mediaType"?: string;
|
|
9348
|
+
"externalOrganizationId"?: string;
|
|
9349
|
+
"externalContactId"?: string;
|
|
9350
|
+
"provider"?: string;
|
|
9351
|
+
"direction"?: string;
|
|
9352
|
+
"ani"?: string;
|
|
9353
|
+
"dnis"?: string;
|
|
9354
|
+
"addressTo"?: string;
|
|
9355
|
+
"addressFrom"?: string;
|
|
9356
|
+
"callbackUserName"?: string;
|
|
9357
|
+
"callbackNumbers"?: Array<string>;
|
|
9358
|
+
"callbackScheduledTime"?: number;
|
|
9359
|
+
"subject"?: string;
|
|
9360
|
+
"messageType"?: string;
|
|
9292
9361
|
}
|
|
9293
9362
|
|
|
9294
9363
|
export interface ContactList {
|
|
@@ -9730,6 +9799,7 @@ declare namespace Models {
|
|
|
9730
9799
|
export interface ConversationAppSettings {
|
|
9731
9800
|
"showAgentTypingIndicator"?: boolean;
|
|
9732
9801
|
"showUserTypingIndicator"?: boolean;
|
|
9802
|
+
"autoStartType"?: string;
|
|
9733
9803
|
}
|
|
9734
9804
|
|
|
9735
9805
|
export interface ConversationAssociation {
|
|
@@ -10041,6 +10111,7 @@ declare namespace Models {
|
|
|
10041
10111
|
|
|
10042
10112
|
export interface ConversationChannel {
|
|
10043
10113
|
"type"?: string;
|
|
10114
|
+
"messageType"?: string;
|
|
10044
10115
|
"platform"?: string;
|
|
10045
10116
|
}
|
|
10046
10117
|
|
|
@@ -10941,6 +11012,10 @@ declare namespace Models {
|
|
|
10941
11012
|
"endTime"?: string;
|
|
10942
11013
|
}
|
|
10943
11014
|
|
|
11015
|
+
export interface ConversationEventTyping {
|
|
11016
|
+
"type": string;
|
|
11017
|
+
}
|
|
11018
|
+
|
|
10944
11019
|
export interface ConversationMessageContent {
|
|
10945
11020
|
"contentType": string;
|
|
10946
11021
|
"location"?: Models.ConversationContentLocation;
|
|
@@ -10955,6 +11030,7 @@ declare namespace Models {
|
|
|
10955
11030
|
export interface ConversationMessageEvent {
|
|
10956
11031
|
"eventType": string;
|
|
10957
11032
|
"coBrowse"?: Models.ConversationEventCoBrowse;
|
|
11033
|
+
"typing"?: Models.ConversationEventTyping;
|
|
10958
11034
|
}
|
|
10959
11035
|
|
|
10960
11036
|
export interface ConversationMessageEventTopicConversationRoutingData {
|
|
@@ -11141,6 +11217,98 @@ declare namespace Models {
|
|
|
11141
11217
|
"participantMetrics"?: Models.ParticipantMetrics;
|
|
11142
11218
|
}
|
|
11143
11219
|
|
|
11220
|
+
export interface ConversationMetricsTopicConversationMetricRecord {
|
|
11221
|
+
"metric"?: string;
|
|
11222
|
+
"metricDate"?: string;
|
|
11223
|
+
"value"?: number;
|
|
11224
|
+
"recordId"?: string;
|
|
11225
|
+
"activeSkillIds"?: Array<string>;
|
|
11226
|
+
"addressFrom"?: string;
|
|
11227
|
+
"addressTo"?: string;
|
|
11228
|
+
"agentAssistantId"?: string;
|
|
11229
|
+
"agentBullseyeRing"?: number;
|
|
11230
|
+
"agentOwned"?: boolean;
|
|
11231
|
+
"ani"?: string;
|
|
11232
|
+
"assignerId"?: string;
|
|
11233
|
+
"authenticated"?: boolean;
|
|
11234
|
+
"conversationId"?: string;
|
|
11235
|
+
"conversationInitiator"?: string;
|
|
11236
|
+
"convertedFrom"?: string;
|
|
11237
|
+
"convertedTo"?: string;
|
|
11238
|
+
"customerParticipation"?: boolean;
|
|
11239
|
+
"deliveryStatus"?: string;
|
|
11240
|
+
"destinationAddresses"?: Array<string>;
|
|
11241
|
+
"direction"?: string;
|
|
11242
|
+
"disconnectType"?: string;
|
|
11243
|
+
"divisionIds"?: Array<string>;
|
|
11244
|
+
"dnis"?: string;
|
|
11245
|
+
"edgeId"?: string;
|
|
11246
|
+
"eligibleAgentCounts"?: Array<number>;
|
|
11247
|
+
"extendedDeliveryStatus"?: string;
|
|
11248
|
+
"externalContactId"?: string;
|
|
11249
|
+
"externalMediaCount"?: number;
|
|
11250
|
+
"externalOrganizationId"?: string;
|
|
11251
|
+
"externalTag"?: string;
|
|
11252
|
+
"firstQueue"?: boolean;
|
|
11253
|
+
"flaggedReason"?: string;
|
|
11254
|
+
"flowInType"?: string;
|
|
11255
|
+
"flowOutType"?: string;
|
|
11256
|
+
"groupId"?: string;
|
|
11257
|
+
"interactionType"?: string;
|
|
11258
|
+
"journeyActionId"?: string;
|
|
11259
|
+
"journeyActionMapId"?: string;
|
|
11260
|
+
"journeyActionMapVersion"?: number;
|
|
11261
|
+
"journeyCustomerId"?: string;
|
|
11262
|
+
"journeyCustomerIdType"?: string;
|
|
11263
|
+
"journeyCustomerSessionId"?: string;
|
|
11264
|
+
"journeyCustomerSessionIdType"?: string;
|
|
11265
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
11266
|
+
"mediaCount"?: number;
|
|
11267
|
+
"mediaType"?: string;
|
|
11268
|
+
"messageType"?: string;
|
|
11269
|
+
"originatingDirection"?: string;
|
|
11270
|
+
"outboundCampaignId"?: string;
|
|
11271
|
+
"outboundContactId"?: string;
|
|
11272
|
+
"outboundContactListId"?: string;
|
|
11273
|
+
"participantName"?: string;
|
|
11274
|
+
"peerId"?: string;
|
|
11275
|
+
"provider"?: string;
|
|
11276
|
+
"purpose"?: string;
|
|
11277
|
+
"queueId"?: string;
|
|
11278
|
+
"remote"?: string;
|
|
11279
|
+
"removedSkillIds"?: Array<string>;
|
|
11280
|
+
"reoffered"?: boolean;
|
|
11281
|
+
"requestedLanguageId"?: string;
|
|
11282
|
+
"requestedRoutingSkillIds"?: Array<string>;
|
|
11283
|
+
"requestedRoutings"?: Array<string>;
|
|
11284
|
+
"roomId"?: string;
|
|
11285
|
+
"routingPriority"?: number;
|
|
11286
|
+
"routingRing"?: number;
|
|
11287
|
+
"selectedAgentId"?: string;
|
|
11288
|
+
"selectedAgentRank"?: number;
|
|
11289
|
+
"selfServed"?: boolean;
|
|
11290
|
+
"sessionDnis"?: string;
|
|
11291
|
+
"sessionId"?: string;
|
|
11292
|
+
"stationId"?: string;
|
|
11293
|
+
"teamId"?: string;
|
|
11294
|
+
"usedRouting"?: string;
|
|
11295
|
+
"userId"?: string;
|
|
11296
|
+
"waitingInteractionCounts"?: Array<number>;
|
|
11297
|
+
"wrapUpCode"?: string;
|
|
11298
|
+
"proposedAgents"?: Array<Models.ConversationMetricsTopicConversationProposedAgent>;
|
|
11299
|
+
"scoredAgents"?: Array<Models.ConversationMetricsTopicConversationScoredAgent>;
|
|
11300
|
+
}
|
|
11301
|
+
|
|
11302
|
+
export interface ConversationMetricsTopicConversationProposedAgent {
|
|
11303
|
+
"agentRank"?: number;
|
|
11304
|
+
"proposedAgentId"?: string;
|
|
11305
|
+
}
|
|
11306
|
+
|
|
11307
|
+
export interface ConversationMetricsTopicConversationScoredAgent {
|
|
11308
|
+
"agentScore"?: number;
|
|
11309
|
+
"scoredAgentId"?: string;
|
|
11310
|
+
}
|
|
11311
|
+
|
|
11144
11312
|
export interface ConversationNormalizedMessage {
|
|
11145
11313
|
"id"?: string;
|
|
11146
11314
|
"channel"?: Models.ConversationMessagingChannel;
|
|
@@ -11702,6 +11870,7 @@ declare namespace Models {
|
|
|
11702
11870
|
"startDayOfWeek": string;
|
|
11703
11871
|
"timeZone": string;
|
|
11704
11872
|
"shortTermForecasting"?: Models.BuShortTermForecastingSettings;
|
|
11873
|
+
"scheduling"?: Models.BuSchedulingSettings;
|
|
11705
11874
|
}
|
|
11706
11875
|
|
|
11707
11876
|
export interface CreateCallRequest {
|
|
@@ -11791,6 +11960,11 @@ declare namespace Models {
|
|
|
11791
11960
|
"externalContactId"?: string;
|
|
11792
11961
|
}
|
|
11793
11962
|
|
|
11963
|
+
export interface CreateGeneralProgramTopicsDefinitionsJob {
|
|
11964
|
+
"id"?: string;
|
|
11965
|
+
"state"?: string;
|
|
11966
|
+
}
|
|
11967
|
+
|
|
11794
11968
|
export interface CreateIntegrationRequest {
|
|
11795
11969
|
"id"?: string;
|
|
11796
11970
|
"name": string;
|
|
@@ -11829,6 +12003,8 @@ declare namespace Models {
|
|
|
11829
12003
|
"zones"?: Array<Models.ObjectiveZone>;
|
|
11830
12004
|
"enabled"?: boolean;
|
|
11831
12005
|
"topicIds"?: Array<string>;
|
|
12006
|
+
"mediaTypes"?: Array<string>;
|
|
12007
|
+
"queueIds"?: Array<string>;
|
|
11832
12008
|
"topicIdsFilterType"?: string;
|
|
11833
12009
|
"dateStart"?: string;
|
|
11834
12010
|
}
|
|
@@ -12414,6 +12590,11 @@ declare namespace Models {
|
|
|
12414
12590
|
}
|
|
12415
12591
|
|
|
12416
12592
|
export interface DataActionConditionPredicate {
|
|
12593
|
+
"outputField": string;
|
|
12594
|
+
"outputOperator": string;
|
|
12595
|
+
"comparisonValue": string;
|
|
12596
|
+
"inverted": boolean;
|
|
12597
|
+
"outputFieldMissingResolution": boolean;
|
|
12417
12598
|
}
|
|
12418
12599
|
|
|
12419
12600
|
export interface DataAvailabilityResponse {
|
|
@@ -12538,6 +12719,8 @@ declare namespace Models {
|
|
|
12538
12719
|
"templateId"?: string;
|
|
12539
12720
|
"zones"?: Array<Models.ObjectiveZone>;
|
|
12540
12721
|
"enabled"?: boolean;
|
|
12722
|
+
"mediaTypes"?: Array<string>;
|
|
12723
|
+
"queues"?: Array<Models.AddressableEntityRef>;
|
|
12541
12724
|
"topics"?: Array<Models.AddressableEntityRef>;
|
|
12542
12725
|
"topicIdsFilterType"?: string;
|
|
12543
12726
|
}
|
|
@@ -12753,6 +12936,11 @@ declare namespace Models {
|
|
|
12753
12936
|
"actionTypeName": string;
|
|
12754
12937
|
"updateOption"?: string;
|
|
12755
12938
|
"properties"?: { [key: string]: string; };
|
|
12939
|
+
"dataAction"?: Models.DomainEntityRef;
|
|
12940
|
+
"contactColumnToDataActionFieldMappings"?: Array<Models.ContactColumnToDataActionFieldMapping>;
|
|
12941
|
+
"contactIdField"?: string;
|
|
12942
|
+
"callAnalysisResultField"?: string;
|
|
12943
|
+
"agentWrapupField"?: string;
|
|
12756
12944
|
}
|
|
12757
12945
|
|
|
12758
12946
|
export interface DialerAttemptLimitsConfigChangeAttemptLimits {
|
|
@@ -13374,6 +13562,7 @@ declare namespace Models {
|
|
|
13374
13562
|
"importStatus"?: Models.ImportStatus;
|
|
13375
13563
|
"size"?: number;
|
|
13376
13564
|
"dncSourceType": string;
|
|
13565
|
+
"contactMethod"?: string;
|
|
13377
13566
|
"loginId"?: string;
|
|
13378
13567
|
"dncCodes"?: Array<string>;
|
|
13379
13568
|
"licenseId"?: string;
|
|
@@ -13390,6 +13579,7 @@ declare namespace Models {
|
|
|
13390
13579
|
"importStatus"?: Models.ImportStatus;
|
|
13391
13580
|
"size"?: number;
|
|
13392
13581
|
"dncSourceType": string;
|
|
13582
|
+
"contactMethod"?: string;
|
|
13393
13583
|
"loginId"?: string;
|
|
13394
13584
|
"dncCodes"?: Array<string>;
|
|
13395
13585
|
"licenseId"?: string;
|
|
@@ -13403,6 +13593,8 @@ declare namespace Models {
|
|
|
13403
13593
|
"division"?: Models.Division;
|
|
13404
13594
|
"importStatus"?: Models.ImportStatus;
|
|
13405
13595
|
"size"?: number;
|
|
13596
|
+
"dncSourceType"?: string;
|
|
13597
|
+
"contactMethod"?: string;
|
|
13406
13598
|
"selfUri"?: string;
|
|
13407
13599
|
}
|
|
13408
13600
|
|
|
@@ -14161,11 +14353,6 @@ declare namespace Models {
|
|
|
14161
14353
|
"pageCount"?: number;
|
|
14162
14354
|
}
|
|
14163
14355
|
|
|
14164
|
-
export interface EdgeIdNamePair {
|
|
14165
|
-
"id"?: string;
|
|
14166
|
-
"name"?: string;
|
|
14167
|
-
}
|
|
14168
|
-
|
|
14169
14356
|
export interface EdgeInterface {
|
|
14170
14357
|
"type"?: string;
|
|
14171
14358
|
"ipAddress"?: string;
|
|
@@ -14592,6 +14779,7 @@ declare namespace Models {
|
|
|
14592
14779
|
"wrapupCodes"?: Array<Models.WrapupCode>;
|
|
14593
14780
|
"languages"?: Array<Models.Language>;
|
|
14594
14781
|
"timeAllowed"?: Models.TimeAllowed;
|
|
14782
|
+
"customerParticipation"?: string;
|
|
14595
14783
|
}
|
|
14596
14784
|
|
|
14597
14785
|
export interface EmailMessage {
|
|
@@ -14628,6 +14816,10 @@ declare namespace Models {
|
|
|
14628
14816
|
"rootDomain"?: string;
|
|
14629
14817
|
}
|
|
14630
14818
|
|
|
14819
|
+
export interface EmailsSettings {
|
|
14820
|
+
"sendingSizeLimit"?: number;
|
|
14821
|
+
}
|
|
14822
|
+
|
|
14631
14823
|
export interface EmbeddedIntegration {
|
|
14632
14824
|
"enableWhitelist"?: boolean;
|
|
14633
14825
|
"domainWhitelist"?: Array<string>;
|
|
@@ -14686,6 +14878,7 @@ declare namespace Models {
|
|
|
14686
14878
|
"keydataSummary"?: string;
|
|
14687
14879
|
"user"?: Models.User;
|
|
14688
14880
|
"localEncryptionConfiguration"?: Models.LocalEncryptionConfiguration;
|
|
14881
|
+
"keyConfigurationType"?: string;
|
|
14689
14882
|
"selfUri"?: string;
|
|
14690
14883
|
}
|
|
14691
14884
|
|
|
@@ -14846,6 +15039,15 @@ declare namespace Models {
|
|
|
14846
15039
|
"alternateTimeDimension"?: string;
|
|
14847
15040
|
}
|
|
14848
15041
|
|
|
15042
|
+
export interface EvaluationAggregationQueryMe {
|
|
15043
|
+
"interval": string;
|
|
15044
|
+
"timeZone"?: string;
|
|
15045
|
+
"groupBy"?: Array<string>;
|
|
15046
|
+
"metrics": Array<string>;
|
|
15047
|
+
"alternateTimeDimension"?: string;
|
|
15048
|
+
"contextId"?: string;
|
|
15049
|
+
}
|
|
15050
|
+
|
|
14849
15051
|
export interface EvaluationAggregationView {
|
|
14850
15052
|
"target": string;
|
|
14851
15053
|
"name": string;
|
|
@@ -14968,8 +15170,8 @@ declare namespace Models {
|
|
|
14968
15170
|
"commentsRequired"?: boolean;
|
|
14969
15171
|
"visibilityCondition"?: Models.VisibilityCondition;
|
|
14970
15172
|
"answerOptions"?: Array<Models.AnswerOption>;
|
|
14971
|
-
"isKill"?: boolean;
|
|
14972
15173
|
"isCritical"?: boolean;
|
|
15174
|
+
"isKill"?: boolean;
|
|
14973
15175
|
}
|
|
14974
15176
|
|
|
14975
15177
|
export interface EvaluationQuestionGroup {
|
|
@@ -15008,6 +15210,7 @@ declare namespace Models {
|
|
|
15008
15210
|
"answerId"?: string;
|
|
15009
15211
|
"score"?: number;
|
|
15010
15212
|
"markedNA"?: boolean;
|
|
15213
|
+
"assistedAnswerId"?: string;
|
|
15011
15214
|
"failedKillQuestion"?: boolean;
|
|
15012
15215
|
"comments"?: string;
|
|
15013
15216
|
}
|
|
@@ -15020,6 +15223,7 @@ declare namespace Models {
|
|
|
15020
15223
|
"anyFailedKillQuestions"?: boolean;
|
|
15021
15224
|
"comments"?: string;
|
|
15022
15225
|
"agentComments"?: string;
|
|
15226
|
+
"transcriptTopics"?: Array<Models.TranscriptTopic>;
|
|
15023
15227
|
}
|
|
15024
15228
|
|
|
15025
15229
|
export interface EvaluatorActivity {
|
|
@@ -15095,7 +15299,7 @@ declare namespace Models {
|
|
|
15095
15299
|
}
|
|
15096
15300
|
|
|
15097
15301
|
export interface ExpiredEdgeListing {
|
|
15098
|
-
"entities"?: Array<Models.
|
|
15302
|
+
"entities"?: Array<Models.DomainEntityRef>;
|
|
15099
15303
|
}
|
|
15100
15304
|
|
|
15101
15305
|
export interface ExportScriptRequest {
|
|
@@ -15710,6 +15914,98 @@ declare namespace Models {
|
|
|
15710
15914
|
"selfUri"?: string;
|
|
15711
15915
|
}
|
|
15712
15916
|
|
|
15917
|
+
export interface FlowMetricsTopicConversationMetricRecord {
|
|
15918
|
+
"metric"?: string;
|
|
15919
|
+
"metricDate"?: string;
|
|
15920
|
+
"value"?: number;
|
|
15921
|
+
"recordId"?: string;
|
|
15922
|
+
"activeSkillIds"?: Array<string>;
|
|
15923
|
+
"addressFrom"?: string;
|
|
15924
|
+
"addressTo"?: string;
|
|
15925
|
+
"agentAssistantId"?: string;
|
|
15926
|
+
"agentBullseyeRing"?: number;
|
|
15927
|
+
"agentOwned"?: boolean;
|
|
15928
|
+
"ani"?: string;
|
|
15929
|
+
"assignerId"?: string;
|
|
15930
|
+
"authenticated"?: boolean;
|
|
15931
|
+
"conversationId"?: string;
|
|
15932
|
+
"conversationInitiator"?: string;
|
|
15933
|
+
"convertedFrom"?: string;
|
|
15934
|
+
"convertedTo"?: string;
|
|
15935
|
+
"customerParticipation"?: boolean;
|
|
15936
|
+
"deliveryStatus"?: string;
|
|
15937
|
+
"destinationAddresses"?: Array<string>;
|
|
15938
|
+
"direction"?: string;
|
|
15939
|
+
"disconnectType"?: string;
|
|
15940
|
+
"divisionIds"?: Array<string>;
|
|
15941
|
+
"dnis"?: string;
|
|
15942
|
+
"edgeId"?: string;
|
|
15943
|
+
"eligibleAgentCounts"?: Array<number>;
|
|
15944
|
+
"extendedDeliveryStatus"?: string;
|
|
15945
|
+
"externalContactId"?: string;
|
|
15946
|
+
"externalMediaCount"?: number;
|
|
15947
|
+
"externalOrganizationId"?: string;
|
|
15948
|
+
"externalTag"?: string;
|
|
15949
|
+
"firstQueue"?: boolean;
|
|
15950
|
+
"flaggedReason"?: string;
|
|
15951
|
+
"flowInType"?: string;
|
|
15952
|
+
"flowOutType"?: string;
|
|
15953
|
+
"groupId"?: string;
|
|
15954
|
+
"interactionType"?: string;
|
|
15955
|
+
"journeyActionId"?: string;
|
|
15956
|
+
"journeyActionMapId"?: string;
|
|
15957
|
+
"journeyActionMapVersion"?: number;
|
|
15958
|
+
"journeyCustomerId"?: string;
|
|
15959
|
+
"journeyCustomerIdType"?: string;
|
|
15960
|
+
"journeyCustomerSessionId"?: string;
|
|
15961
|
+
"journeyCustomerSessionIdType"?: string;
|
|
15962
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
15963
|
+
"mediaCount"?: number;
|
|
15964
|
+
"mediaType"?: string;
|
|
15965
|
+
"messageType"?: string;
|
|
15966
|
+
"originatingDirection"?: string;
|
|
15967
|
+
"outboundCampaignId"?: string;
|
|
15968
|
+
"outboundContactId"?: string;
|
|
15969
|
+
"outboundContactListId"?: string;
|
|
15970
|
+
"participantName"?: string;
|
|
15971
|
+
"peerId"?: string;
|
|
15972
|
+
"provider"?: string;
|
|
15973
|
+
"purpose"?: string;
|
|
15974
|
+
"queueId"?: string;
|
|
15975
|
+
"remote"?: string;
|
|
15976
|
+
"removedSkillIds"?: Array<string>;
|
|
15977
|
+
"reoffered"?: boolean;
|
|
15978
|
+
"requestedLanguageId"?: string;
|
|
15979
|
+
"requestedRoutingSkillIds"?: Array<string>;
|
|
15980
|
+
"requestedRoutings"?: Array<string>;
|
|
15981
|
+
"roomId"?: string;
|
|
15982
|
+
"routingPriority"?: number;
|
|
15983
|
+
"routingRing"?: number;
|
|
15984
|
+
"selectedAgentId"?: string;
|
|
15985
|
+
"selectedAgentRank"?: number;
|
|
15986
|
+
"selfServed"?: boolean;
|
|
15987
|
+
"sessionDnis"?: string;
|
|
15988
|
+
"sessionId"?: string;
|
|
15989
|
+
"stationId"?: string;
|
|
15990
|
+
"teamId"?: string;
|
|
15991
|
+
"usedRouting"?: string;
|
|
15992
|
+
"userId"?: string;
|
|
15993
|
+
"waitingInteractionCounts"?: Array<number>;
|
|
15994
|
+
"wrapUpCode"?: string;
|
|
15995
|
+
"proposedAgents"?: Array<Models.FlowMetricsTopicConversationProposedAgent>;
|
|
15996
|
+
"scoredAgents"?: Array<Models.FlowMetricsTopicConversationScoredAgent>;
|
|
15997
|
+
}
|
|
15998
|
+
|
|
15999
|
+
export interface FlowMetricsTopicConversationProposedAgent {
|
|
16000
|
+
"agentRank"?: number;
|
|
16001
|
+
"proposedAgentId"?: string;
|
|
16002
|
+
}
|
|
16003
|
+
|
|
16004
|
+
export interface FlowMetricsTopicConversationScoredAgent {
|
|
16005
|
+
"agentScore"?: number;
|
|
16006
|
+
"scoredAgentId"?: string;
|
|
16007
|
+
}
|
|
16008
|
+
|
|
15713
16009
|
export interface FlowMilestone {
|
|
15714
16010
|
"id"?: string;
|
|
15715
16011
|
"name": string;
|
|
@@ -18234,6 +18530,14 @@ declare namespace Models {
|
|
|
18234
18530
|
"selfUri"?: string;
|
|
18235
18531
|
}
|
|
18236
18532
|
|
|
18533
|
+
export interface LearningModuleReassignSummary {
|
|
18534
|
+
"totalReassigned"?: number;
|
|
18535
|
+
"completedCount"?: number;
|
|
18536
|
+
"inProgressCount"?: number;
|
|
18537
|
+
"assignedCount"?: number;
|
|
18538
|
+
"notCompletedCount"?: number;
|
|
18539
|
+
}
|
|
18540
|
+
|
|
18237
18541
|
export interface LearningModuleRequest {
|
|
18238
18542
|
"name": string;
|
|
18239
18543
|
"description"?: string;
|
|
@@ -19165,6 +19469,7 @@ declare namespace Models {
|
|
|
19165
19469
|
"wrapupCodes"?: Array<Models.WrapupCode>;
|
|
19166
19470
|
"languages"?: Array<Models.Language>;
|
|
19167
19471
|
"timeAllowed"?: Models.TimeAllowed;
|
|
19472
|
+
"customerParticipation"?: string;
|
|
19168
19473
|
}
|
|
19169
19474
|
|
|
19170
19475
|
export interface MessageSticker {
|
|
@@ -19191,6 +19496,7 @@ declare namespace Models {
|
|
|
19191
19496
|
"alwaysRunning"?: boolean;
|
|
19192
19497
|
"contactSorts"?: Array<Models.ContactSort>;
|
|
19193
19498
|
"messagesPerMinute": number;
|
|
19499
|
+
"contactListFilters"?: Array<Models.DomainEntityRef>;
|
|
19194
19500
|
"errors"?: Array<Models.RestErrorDetail>;
|
|
19195
19501
|
"smsConfig"?: Models.SmsConfig;
|
|
19196
19502
|
"selfUri"?: string;
|
|
@@ -19899,6 +20205,8 @@ declare namespace Models {
|
|
|
19899
20205
|
"templateId"?: string;
|
|
19900
20206
|
"zones"?: Array<Models.ObjectiveZone>;
|
|
19901
20207
|
"enabled"?: boolean;
|
|
20208
|
+
"mediaTypes"?: Array<string>;
|
|
20209
|
+
"queues"?: Array<Models.AddressableEntityRef>;
|
|
19902
20210
|
"topics"?: Array<Models.AddressableEntityRef>;
|
|
19903
20211
|
"topicIdsFilterType"?: string;
|
|
19904
20212
|
"dateStart"?: string;
|
|
@@ -20132,6 +20440,7 @@ declare namespace Models {
|
|
|
20132
20440
|
"employerInfo"?: Models.EmployerInfo;
|
|
20133
20441
|
"routingStatus"?: Models.RoutingStatus;
|
|
20134
20442
|
"presence"?: Models.UserPresence;
|
|
20443
|
+
"integrationPresence"?: Models.UserPresence;
|
|
20135
20444
|
"conversationSummary"?: Models.UserConversationSummary;
|
|
20136
20445
|
"outOfOffice"?: Models.OutOfOffice;
|
|
20137
20446
|
"geolocation"?: Models.Geolocation;
|
|
@@ -20634,6 +20943,7 @@ declare namespace Models {
|
|
|
20634
20943
|
"flaggedReason"?: string;
|
|
20635
20944
|
"startAcwTime"?: string;
|
|
20636
20945
|
"endAcwTime"?: string;
|
|
20946
|
+
"bargedParticipantId"?: string;
|
|
20637
20947
|
}
|
|
20638
20948
|
|
|
20639
20949
|
export interface ParticipantAttributes {
|
|
@@ -20686,6 +20996,7 @@ declare namespace Models {
|
|
|
20686
20996
|
"flaggedReason"?: string;
|
|
20687
20997
|
"startAcwTime"?: string;
|
|
20688
20998
|
"endAcwTime"?: string;
|
|
20999
|
+
"bargedParticipantId"?: string;
|
|
20689
21000
|
}
|
|
20690
21001
|
|
|
20691
21002
|
export interface ParticipantMetrics {
|
|
@@ -21334,6 +21645,7 @@ declare namespace Models {
|
|
|
21334
21645
|
}
|
|
21335
21646
|
|
|
21336
21647
|
export interface PredictiveRouting {
|
|
21648
|
+
"respectSkills"?: boolean;
|
|
21337
21649
|
}
|
|
21338
21650
|
|
|
21339
21651
|
export interface Predictor {
|
|
@@ -21570,12 +21882,12 @@ declare namespace Models {
|
|
|
21570
21882
|
"id": string;
|
|
21571
21883
|
}
|
|
21572
21884
|
|
|
21573
|
-
export interface
|
|
21885
|
+
export interface PublishProgramTopicsDefinitionsJob {
|
|
21574
21886
|
"id"?: string;
|
|
21575
21887
|
"state"?: string;
|
|
21576
21888
|
}
|
|
21577
21889
|
|
|
21578
|
-
export interface
|
|
21890
|
+
export interface PublishTopicTopicsDefinitionsJob {
|
|
21579
21891
|
"id"?: string;
|
|
21580
21892
|
"state"?: string;
|
|
21581
21893
|
}
|
|
@@ -23906,6 +24218,16 @@ declare namespace Models {
|
|
|
23906
24218
|
}
|
|
23907
24219
|
|
|
23908
24220
|
export interface QueueMemberEntityListing {
|
|
24221
|
+
"entities"?: Array<Models.QueueMember>;
|
|
24222
|
+
"pageNumber"?: number;
|
|
24223
|
+
"pageSize"?: number;
|
|
24224
|
+
"firstUri"?: string;
|
|
24225
|
+
"selfUri"?: string;
|
|
24226
|
+
"nextUri"?: string;
|
|
24227
|
+
"previousUri"?: string;
|
|
24228
|
+
}
|
|
24229
|
+
|
|
24230
|
+
export interface QueueMemberEntityListingV1 {
|
|
23909
24231
|
"entities"?: Array<Models.QueueMember>;
|
|
23910
24232
|
"pageSize"?: number;
|
|
23911
24233
|
"pageNumber"?: number;
|
|
@@ -24761,6 +25083,7 @@ declare namespace Models {
|
|
|
24761
25083
|
"dateModified"?: string;
|
|
24762
25084
|
"version"?: number;
|
|
24763
25085
|
"responses": { [key: string]: Models.Reaction; };
|
|
25086
|
+
"beepDetectionEnabled"?: boolean;
|
|
24764
25087
|
"selfUri"?: string;
|
|
24765
25088
|
}
|
|
24766
25089
|
|
|
@@ -25035,12 +25358,14 @@ declare namespace Models {
|
|
|
25035
25358
|
"runId"?: string;
|
|
25036
25359
|
"messageCount"?: number;
|
|
25037
25360
|
"messages"?: Array<Models.ScheduleGenerationMessage>;
|
|
25361
|
+
"messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
|
|
25038
25362
|
}
|
|
25039
25363
|
|
|
25040
25364
|
export interface ScheduleGenerationResultSummary {
|
|
25041
25365
|
"failed"?: boolean;
|
|
25042
25366
|
"runId"?: string;
|
|
25043
25367
|
"messageCount"?: number;
|
|
25368
|
+
"messageSeverityCounts"?: Array<Models.SchedulerMessageSeverityCount>;
|
|
25044
25369
|
}
|
|
25045
25370
|
|
|
25046
25371
|
export interface ScheduleGenerationWarning {
|
|
@@ -25830,6 +26155,8 @@ declare namespace Models {
|
|
|
25830
26155
|
"conversationChannels"?: Array<Models.ConversationChannel>;
|
|
25831
26156
|
"originatingDirection"?: string;
|
|
25832
26157
|
"conversationSubject"?: string;
|
|
26158
|
+
"lastUserDisconnectType"?: string;
|
|
26159
|
+
"lastAcdOutcome"?: string;
|
|
25833
26160
|
"authenticated"?: boolean;
|
|
25834
26161
|
"selfUri"?: string;
|
|
25835
26162
|
"createdDate"?: string;
|
|
@@ -26199,6 +26526,7 @@ declare namespace Models {
|
|
|
26199
26526
|
"messageColumn": string;
|
|
26200
26527
|
"phoneColumn": string;
|
|
26201
26528
|
"senderSmsPhoneNumber": Models.SmsPhoneNumberRef;
|
|
26529
|
+
"contentTemplate"?: Models.DomainEntityRef;
|
|
26202
26530
|
}
|
|
26203
26531
|
|
|
26204
26532
|
export interface SmsPhoneNumber {
|
|
@@ -26312,12 +26640,12 @@ declare namespace Models {
|
|
|
26312
26640
|
"expectedDialects"?: Array<string>;
|
|
26313
26641
|
}
|
|
26314
26642
|
|
|
26315
|
-
export interface
|
|
26643
|
+
export interface StatEventCampaignTopicIntervalMetrics {
|
|
26316
26644
|
"interval"?: string;
|
|
26317
|
-
"metrics"?: Array<Models.
|
|
26645
|
+
"metrics"?: Array<Models.StatEventCampaignTopicMetricStats>;
|
|
26318
26646
|
}
|
|
26319
26647
|
|
|
26320
|
-
export interface
|
|
26648
|
+
export interface StatEventCampaignTopicMetricStats {
|
|
26321
26649
|
"metric"?: string;
|
|
26322
26650
|
"qualifier"?: string;
|
|
26323
26651
|
"stats"?: { [key: string]: number; };
|
|
@@ -26325,15 +26653,15 @@ declare namespace Models {
|
|
|
26325
26653
|
|
|
26326
26654
|
export interface StatEventCampaignTopicStatsNotification {
|
|
26327
26655
|
"group"?: { [key: string]: string; };
|
|
26328
|
-
"data"?: Array<Models.
|
|
26656
|
+
"data"?: Array<Models.StatEventCampaignTopicIntervalMetrics>;
|
|
26329
26657
|
}
|
|
26330
26658
|
|
|
26331
|
-
export interface
|
|
26659
|
+
export interface StatEventFlowOutcomeTopicIntervalMetrics {
|
|
26332
26660
|
"interval"?: string;
|
|
26333
|
-
"metrics"?: Array<Models.
|
|
26661
|
+
"metrics"?: Array<Models.StatEventFlowOutcomeTopicMetricStats>;
|
|
26334
26662
|
}
|
|
26335
26663
|
|
|
26336
|
-
export interface
|
|
26664
|
+
export interface StatEventFlowOutcomeTopicMetricStats {
|
|
26337
26665
|
"metric"?: string;
|
|
26338
26666
|
"qualifier"?: string;
|
|
26339
26667
|
"stats"?: { [key: string]: number; };
|
|
@@ -26341,15 +26669,15 @@ declare namespace Models {
|
|
|
26341
26669
|
|
|
26342
26670
|
export interface StatEventFlowOutcomeTopicStatsNotification {
|
|
26343
26671
|
"group"?: { [key: string]: string; };
|
|
26344
|
-
"data"?: Array<Models.
|
|
26672
|
+
"data"?: Array<Models.StatEventFlowOutcomeTopicIntervalMetrics>;
|
|
26345
26673
|
}
|
|
26346
26674
|
|
|
26347
|
-
export interface
|
|
26675
|
+
export interface StatEventFlowTopicIntervalMetrics {
|
|
26348
26676
|
"interval"?: string;
|
|
26349
|
-
"metrics"?: Array<Models.
|
|
26677
|
+
"metrics"?: Array<Models.StatEventFlowTopicMetricStats>;
|
|
26350
26678
|
}
|
|
26351
26679
|
|
|
26352
|
-
export interface
|
|
26680
|
+
export interface StatEventFlowTopicMetricStats {
|
|
26353
26681
|
"metric"?: string;
|
|
26354
26682
|
"qualifier"?: string;
|
|
26355
26683
|
"stats"?: { [key: string]: number; };
|
|
@@ -26357,15 +26685,15 @@ declare namespace Models {
|
|
|
26357
26685
|
|
|
26358
26686
|
export interface StatEventFlowTopicStatsNotification {
|
|
26359
26687
|
"group"?: { [key: string]: string; };
|
|
26360
|
-
"data"?: Array<Models.
|
|
26688
|
+
"data"?: Array<Models.StatEventFlowTopicIntervalMetrics>;
|
|
26361
26689
|
}
|
|
26362
26690
|
|
|
26363
|
-
export interface
|
|
26691
|
+
export interface StatEventQueueTopicIntervalMetrics {
|
|
26364
26692
|
"interval"?: string;
|
|
26365
|
-
"metrics"?: Array<Models.
|
|
26693
|
+
"metrics"?: Array<Models.StatEventQueueTopicMetricStats>;
|
|
26366
26694
|
}
|
|
26367
26695
|
|
|
26368
|
-
export interface
|
|
26696
|
+
export interface StatEventQueueTopicMetricStats {
|
|
26369
26697
|
"metric"?: string;
|
|
26370
26698
|
"qualifier"?: string;
|
|
26371
26699
|
"stats"?: { [key: string]: number; };
|
|
@@ -26373,15 +26701,15 @@ declare namespace Models {
|
|
|
26373
26701
|
|
|
26374
26702
|
export interface StatEventQueueTopicStatsNotification {
|
|
26375
26703
|
"group"?: { [key: string]: string; };
|
|
26376
|
-
"data"?: Array<Models.
|
|
26704
|
+
"data"?: Array<Models.StatEventQueueTopicIntervalMetrics>;
|
|
26377
26705
|
}
|
|
26378
26706
|
|
|
26379
|
-
export interface
|
|
26707
|
+
export interface StatEventUserTopicIntervalMetrics {
|
|
26380
26708
|
"interval"?: string;
|
|
26381
|
-
"metrics"?: Array<Models.
|
|
26709
|
+
"metrics"?: Array<Models.StatEventUserTopicMetricStats>;
|
|
26382
26710
|
}
|
|
26383
26711
|
|
|
26384
|
-
export interface
|
|
26712
|
+
export interface StatEventUserTopicMetricStats {
|
|
26385
26713
|
"metric"?: string;
|
|
26386
26714
|
"qualifier"?: string;
|
|
26387
26715
|
"stats"?: { [key: string]: number; };
|
|
@@ -26389,15 +26717,15 @@ declare namespace Models {
|
|
|
26389
26717
|
|
|
26390
26718
|
export interface StatEventUserTopicStatsNotification {
|
|
26391
26719
|
"group"?: { [key: string]: string; };
|
|
26392
|
-
"data"?: Array<Models.
|
|
26720
|
+
"data"?: Array<Models.StatEventUserTopicIntervalMetrics>;
|
|
26393
26721
|
}
|
|
26394
26722
|
|
|
26395
|
-
export interface
|
|
26723
|
+
export interface StatEventWrapUpCodeTopicIntervalMetrics {
|
|
26396
26724
|
"interval"?: string;
|
|
26397
|
-
"metrics"?: Array<Models.
|
|
26725
|
+
"metrics"?: Array<Models.StatEventWrapUpCodeTopicMetricStats>;
|
|
26398
26726
|
}
|
|
26399
26727
|
|
|
26400
|
-
export interface
|
|
26728
|
+
export interface StatEventWrapUpCodeTopicMetricStats {
|
|
26401
26729
|
"metric"?: string;
|
|
26402
26730
|
"qualifier"?: string;
|
|
26403
26731
|
"stats"?: { [key: string]: number; };
|
|
@@ -26405,7 +26733,7 @@ declare namespace Models {
|
|
|
26405
26733
|
|
|
26406
26734
|
export interface StatEventWrapUpCodeTopicStatsNotification {
|
|
26407
26735
|
"group"?: { [key: string]: string; };
|
|
26408
|
-
"data"?: Array<Models.
|
|
26736
|
+
"data"?: Array<Models.StatEventWrapUpCodeTopicIntervalMetrics>;
|
|
26409
26737
|
}
|
|
26410
26738
|
|
|
26411
26739
|
export interface Station {
|
|
@@ -26548,6 +26876,7 @@ declare namespace Models {
|
|
|
26548
26876
|
|
|
26549
26877
|
export interface SupportCenterSettings {
|
|
26550
26878
|
"enabled"?: boolean;
|
|
26879
|
+
"knowledgeBase"?: Models.AddressableEntityRef;
|
|
26551
26880
|
}
|
|
26552
26881
|
|
|
26553
26882
|
export interface SupportedContent {
|
|
@@ -26748,6 +27077,7 @@ declare namespace Models {
|
|
|
26748
27077
|
"answerId"?: string;
|
|
26749
27078
|
"score"?: number;
|
|
26750
27079
|
"markedNA"?: boolean;
|
|
27080
|
+
"assistedAnswerId"?: string;
|
|
26751
27081
|
"npsScore"?: number;
|
|
26752
27082
|
"npsTextAnswer"?: string;
|
|
26753
27083
|
"freeTextAnswer"?: string;
|
|
@@ -26864,6 +27194,7 @@ declare namespace Models {
|
|
|
26864
27194
|
"name": string;
|
|
26865
27195
|
"division"?: Models.WritableDivision;
|
|
26866
27196
|
"description"?: string;
|
|
27197
|
+
"dateCreated"?: string;
|
|
26867
27198
|
"dateModified"?: string;
|
|
26868
27199
|
"memberCount"?: number;
|
|
26869
27200
|
"selfUri"?: string;
|
|
@@ -27267,6 +27598,10 @@ declare namespace Models {
|
|
|
27267
27598
|
"selfUri"?: string;
|
|
27268
27599
|
}
|
|
27269
27600
|
|
|
27601
|
+
export interface TopicDuration {
|
|
27602
|
+
"totalMilliseconds"?: number;
|
|
27603
|
+
}
|
|
27604
|
+
|
|
27270
27605
|
export interface TopicJob {
|
|
27271
27606
|
"id"?: string;
|
|
27272
27607
|
"state"?: string;
|
|
@@ -27400,6 +27735,16 @@ declare namespace Models {
|
|
|
27400
27735
|
"query"?: Array<Models.TranscriptSearchCriteria>;
|
|
27401
27736
|
}
|
|
27402
27737
|
|
|
27738
|
+
export interface TranscriptTopic {
|
|
27739
|
+
"id"?: string;
|
|
27740
|
+
"name"?: string;
|
|
27741
|
+
"topicPhrase"?: string;
|
|
27742
|
+
"transcriptPhrase"?: string;
|
|
27743
|
+
"confidence"?: number;
|
|
27744
|
+
"startTimeMilliseconds"?: number;
|
|
27745
|
+
"duration"?: Models.TopicDuration;
|
|
27746
|
+
}
|
|
27747
|
+
|
|
27403
27748
|
export interface TranscriptTopics {
|
|
27404
27749
|
"includes"?: Array<string>;
|
|
27405
27750
|
"excludes"?: Array<string>;
|
|
@@ -27777,6 +28122,7 @@ declare namespace Models {
|
|
|
27777
28122
|
"employerInfo"?: Models.EmployerInfo;
|
|
27778
28123
|
"routingStatus"?: Models.RoutingStatus;
|
|
27779
28124
|
"presence"?: Models.UserPresence;
|
|
28125
|
+
"integrationPresence"?: Models.UserPresence;
|
|
27780
28126
|
"conversationSummary"?: Models.UserConversationSummary;
|
|
27781
28127
|
"outOfOffice"?: Models.OutOfOffice;
|
|
27782
28128
|
"geolocation"?: Models.Geolocation;
|
|
@@ -28074,6 +28420,7 @@ declare namespace Models {
|
|
|
28074
28420
|
"startDayOfWeek"?: string;
|
|
28075
28421
|
"timeZone"?: string;
|
|
28076
28422
|
"shortTermForecasting"?: Models.BuShortTermForecastingSettings;
|
|
28423
|
+
"scheduling"?: Models.BuSchedulingSettings;
|
|
28077
28424
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
28078
28425
|
}
|
|
28079
28426
|
|
|
@@ -28244,6 +28591,7 @@ declare namespace Models {
|
|
|
28244
28591
|
"employerInfo"?: Models.EmployerInfo;
|
|
28245
28592
|
"routingStatus"?: Models.RoutingStatus;
|
|
28246
28593
|
"presence"?: Models.UserPresence;
|
|
28594
|
+
"integrationPresence"?: Models.UserPresence;
|
|
28247
28595
|
"conversationSummary"?: Models.UserConversationSummary;
|
|
28248
28596
|
"outOfOffice"?: Models.OutOfOffice;
|
|
28249
28597
|
"geolocation"?: Models.Geolocation;
|
|
@@ -28508,6 +28856,7 @@ declare namespace Models {
|
|
|
28508
28856
|
export interface UserExpands {
|
|
28509
28857
|
"routingStatus"?: Models.RoutingStatus;
|
|
28510
28858
|
"presence"?: Models.UserPresence;
|
|
28859
|
+
"integrationPresence"?: Models.UserPresence;
|
|
28511
28860
|
"conversationSummary"?: Models.UserConversationSummary;
|
|
28512
28861
|
"outOfOffice"?: Models.OutOfOffice;
|
|
28513
28862
|
"geolocation"?: Models.Geolocation;
|
|
@@ -28593,6 +28942,7 @@ declare namespace Models {
|
|
|
28593
28942
|
"employerInfo"?: Models.EmployerInfo;
|
|
28594
28943
|
"routingStatus"?: Models.RoutingStatus;
|
|
28595
28944
|
"presence"?: Models.UserPresence;
|
|
28945
|
+
"integrationPresence"?: Models.UserPresence;
|
|
28596
28946
|
"conversationSummary"?: Models.UserConversationSummary;
|
|
28597
28947
|
"outOfOffice"?: Models.OutOfOffice;
|
|
28598
28948
|
"geolocation"?: Models.Geolocation;
|
|
@@ -28980,6 +29330,7 @@ declare namespace Models {
|
|
|
28980
29330
|
"associatedDate"?: string;
|
|
28981
29331
|
"defaultUser"?: Models.User;
|
|
28982
29332
|
"providerInfo"?: { [key: string]: string; };
|
|
29333
|
+
"webRtcCallAppearances"?: number;
|
|
28983
29334
|
}
|
|
28984
29335
|
|
|
28985
29336
|
export interface UserStationChangeTopicUser {
|
|
@@ -29262,6 +29613,9 @@ declare namespace Models {
|
|
|
29262
29613
|
"journeyUrlNotContainsAllConditions"?: Array<string>;
|
|
29263
29614
|
"flowMilestoneIds"?: Array<string>;
|
|
29264
29615
|
"isAssessmentPassed"?: boolean;
|
|
29616
|
+
"conversationInitiator"?: string;
|
|
29617
|
+
"hasCustomerParticipated"?: boolean;
|
|
29618
|
+
"isAcdInteraction"?: boolean;
|
|
29265
29619
|
}
|
|
29266
29620
|
|
|
29267
29621
|
export interface VisibilityCondition {
|
|
@@ -31073,6 +31427,7 @@ declare namespace Models {
|
|
|
31073
31427
|
}
|
|
31074
31428
|
|
|
31075
31429
|
export interface WorkdayValuesMetricItem {
|
|
31430
|
+
"metric"?: Models.AddressableEntityRef;
|
|
31076
31431
|
"metricDefinition"?: Models.DomainEntityRef;
|
|
31077
31432
|
"average"?: number;
|
|
31078
31433
|
"unitType"?: string;
|
|
@@ -31208,6 +31563,29 @@ declare namespace Models {
|
|
|
31208
31563
|
"pageCount"?: number;
|
|
31209
31564
|
}
|
|
31210
31565
|
|
|
31566
|
+
export interface WrapupDetailEventTopicWrapupEvent {
|
|
31567
|
+
"eventTime"?: number;
|
|
31568
|
+
"conversationId"?: string;
|
|
31569
|
+
"participantId"?: string;
|
|
31570
|
+
"sessionId"?: string;
|
|
31571
|
+
"mediaType"?: string;
|
|
31572
|
+
"provider"?: string;
|
|
31573
|
+
"direction"?: string;
|
|
31574
|
+
"ani"?: string;
|
|
31575
|
+
"dnis"?: string;
|
|
31576
|
+
"addressTo"?: string;
|
|
31577
|
+
"addressFrom"?: string;
|
|
31578
|
+
"callbackUserName"?: string;
|
|
31579
|
+
"callbackNumbers"?: Array<string>;
|
|
31580
|
+
"callbackScheduledTime"?: number;
|
|
31581
|
+
"subject"?: string;
|
|
31582
|
+
"messageType"?: string;
|
|
31583
|
+
"queueId"?: string;
|
|
31584
|
+
"wrapupCode"?: string;
|
|
31585
|
+
"wrapupNotes"?: string;
|
|
31586
|
+
"wrapupDurationMs"?: number;
|
|
31587
|
+
}
|
|
31588
|
+
|
|
31211
31589
|
export interface WritableDialerContact {
|
|
31212
31590
|
"id"?: string;
|
|
31213
31591
|
"contactListId": string;
|