purecloud-platform-client-v2 126.0.0 → 129.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 +286 -66
- package/dist/web-amd/purecloud-platform-client-v2.js +286 -66
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +286 -66
- package/dist/web-cjs/purecloud-platform-client-v2.js +286 -66
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +294 -223
- package/package.json +1 -1
- 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 +1 -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 +1 -1
- 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 +121 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +30 -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 +1 -1
- 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/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 +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +7 -3
- 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 +21 -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 +21 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +28 -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 +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1439,6 +1439,7 @@ declare class GamificationApi {
|
|
|
1439
1439
|
getGamificationMetricdefinitions(): Promise<Models.GetMetricDefinitionsResponse>;
|
|
1440
1440
|
getGamificationMetrics(opts?: GamificationApi.getGamificationMetricsOptions): Promise<Models.GetMetricsResponse>;
|
|
1441
1441
|
getGamificationProfile(performanceProfileId: string): Promise<Models.PerformanceProfile>;
|
|
1442
|
+
getGamificationProfileMembers(performanceProfileId: string): Promise<Models.MemberListing>;
|
|
1442
1443
|
getGamificationProfileMetric(profileId: string, metricId: string, opts?: GamificationApi.getGamificationProfileMetricOptions): Promise<Models.Metric>;
|
|
1443
1444
|
getGamificationProfileMetrics(profileId: string, opts?: GamificationApi.getGamificationProfileMetricsOptions): Promise<Models.GetMetricResponse>;
|
|
1444
1445
|
getGamificationProfileMetricsObjectivedetails(profileId: string, opts?: GamificationApi.getGamificationProfileMetricsObjectivedetailsOptions): Promise<Models.GetMetricsResponse>;
|
|
@@ -1468,6 +1469,9 @@ declare class GamificationApi {
|
|
|
1468
1469
|
postGamificationMetrics(body: Models.Metric): Promise<Models.Metric>;
|
|
1469
1470
|
postGamificationProfileActivate(performanceProfileId: string): Promise<Models.PerformanceProfile>;
|
|
1470
1471
|
postGamificationProfileDeactivate(performanceProfileId: string): Promise<Models.PerformanceProfile>;
|
|
1472
|
+
postGamificationProfileMembers(performanceProfileId: string, body: Models.AssignUsers): Promise<Models.Assignment>;
|
|
1473
|
+
postGamificationProfileMembersValidate(performanceProfileId: string, body: Models.ValidateAssignUsers): Promise<Models.AssignmentValidation>;
|
|
1474
|
+
postGamificationProfileMetricLink(sourceProfileId: string, sourceMetricId: string, body: Models.TargetPerformanceProfile): Promise<Models.Metric>;
|
|
1471
1475
|
postGamificationProfileMetrics(profileId: string, body: Models.Metric): Promise<Models.Metric>;
|
|
1472
1476
|
postGamificationProfiles(body: Models.CreatePerformanceProfile): Promise<Models.GetProfilesResponse>;
|
|
1473
1477
|
putGamificationMetric(metricId: string, body: Models.Metric, opts?: GamificationApi.putGamificationMetricOptions): Promise<Models.Metric>;
|
|
@@ -1719,6 +1723,7 @@ declare class IntegrationsApi {
|
|
|
1719
1723
|
getIntegrationsBotconnectorIntegrationIdBots(integrationId: string): Promise<Models.BotList>;
|
|
1720
1724
|
getIntegrationsBotconnectorIntegrationIdBotsSummaries(integrationId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotsSummariesOptions): Promise<Models.BotConnectorBotSummaryEntityListing>;
|
|
1721
1725
|
getIntegrationsClientapps(opts?: IntegrationsApi.getIntegrationsClientappsOptions): Promise<Models.ClientAppEntityListing>;
|
|
1726
|
+
getIntegrationsClientappsUnifiedcommunications(opts?: IntegrationsApi.getIntegrationsClientappsUnifiedcommunicationsOptions): Promise<Models.UCIntegrationListing>;
|
|
1722
1727
|
getIntegrationsCredential(credentialId: string): Promise<Models.Credential>;
|
|
1723
1728
|
getIntegrationsCredentials(opts?: IntegrationsApi.getIntegrationsCredentialsOptions): Promise<Models.CredentialInfoListing>;
|
|
1724
1729
|
getIntegrationsCredentialsTypes(): Promise<Models.CredentialTypeListing>;
|
|
@@ -1834,6 +1839,14 @@ declare namespace IntegrationsApi {
|
|
|
1834
1839
|
"nextPage"?: string;
|
|
1835
1840
|
"previousPage"?: string;
|
|
1836
1841
|
}
|
|
1842
|
+
export interface getIntegrationsClientappsUnifiedcommunicationsOptions {
|
|
1843
|
+
"pageSize"?: number;
|
|
1844
|
+
"pageNumber"?: number;
|
|
1845
|
+
"sortBy"?: string;
|
|
1846
|
+
"expand"?: Array<string>;
|
|
1847
|
+
"nextPage"?: string;
|
|
1848
|
+
"previousPage"?: string;
|
|
1849
|
+
}
|
|
1837
1850
|
export interface getIntegrationsCredentialsOptions {
|
|
1838
1851
|
"pageNumber"?: number;
|
|
1839
1852
|
"pageSize"?: number;
|
|
@@ -3128,7 +3141,7 @@ declare class RecordingApi {
|
|
|
3128
3141
|
getRecordingCrossplatformMediaretentionpolicies(opts?: RecordingApi.getRecordingCrossplatformMediaretentionpoliciesOptions): Promise<Models.PolicyEntityListing>;
|
|
3129
3142
|
getRecordingCrossplatformMediaretentionpolicy(policyId: string): Promise<Models.CrossPlatformPolicy>;
|
|
3130
3143
|
getRecordingJob(jobId: string): Promise<Models.RecordingJob>;
|
|
3131
|
-
getRecordingJobFailedrecordings(jobId: string, opts?: RecordingApi.getRecordingJobFailedrecordingsOptions): Promise<Models.
|
|
3144
|
+
getRecordingJobFailedrecordings(jobId: string, opts?: RecordingApi.getRecordingJobFailedrecordingsOptions): Promise<Models.FailedRecordingEntityListing>;
|
|
3132
3145
|
getRecordingJobs(opts?: RecordingApi.getRecordingJobsOptions): Promise<Models.RecordingJobEntityListing>;
|
|
3133
3146
|
getRecordingLocalkeysSetting(settingsId: string): Promise<Models.LocalEncryptionConfiguration>;
|
|
3134
3147
|
getRecordingLocalkeysSettings(): Promise<Models.LocalEncryptionConfigurationListing>;
|
|
@@ -3212,6 +3225,8 @@ declare namespace RecordingApi {
|
|
|
3212
3225
|
export interface getRecordingJobFailedrecordingsOptions {
|
|
3213
3226
|
"pageSize"?: number;
|
|
3214
3227
|
"pageNumber"?: number;
|
|
3228
|
+
"includeTotal"?: boolean;
|
|
3229
|
+
"cursor"?: string;
|
|
3215
3230
|
}
|
|
3216
3231
|
export interface getRecordingJobsOptions {
|
|
3217
3232
|
"pageSize"?: number;
|
|
@@ -3220,6 +3235,8 @@ declare namespace RecordingApi {
|
|
|
3220
3235
|
"state"?: string;
|
|
3221
3236
|
"showOnlyMyJobs"?: boolean;
|
|
3222
3237
|
"jobType"?: string;
|
|
3238
|
+
"includeTotal"?: boolean;
|
|
3239
|
+
"cursor"?: string;
|
|
3223
3240
|
}
|
|
3224
3241
|
export interface getRecordingMediaretentionpoliciesOptions {
|
|
3225
3242
|
"pageSize"?: number;
|
|
@@ -3840,6 +3857,7 @@ declare class SpeechTextAnalyticsApi {
|
|
|
3840
3857
|
getSpeechandtextanalyticsProgramsMappings(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsMappingsOptions): Promise<Models.ProgramsMappingsEntityListing>;
|
|
3841
3858
|
getSpeechandtextanalyticsProgramsPublishjob(jobId: string): Promise<Models.ProgramJob>;
|
|
3842
3859
|
getSpeechandtextanalyticsProgramsUnpublished(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsUnpublishedOptions): Promise<Models.UnpublishedProgramsEntityListing>;
|
|
3860
|
+
getSpeechandtextanalyticsSentimentDialects(): Promise<Models.EntityListing>;
|
|
3843
3861
|
getSpeechandtextanalyticsSentimentfeedback(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsSentimentfeedbackOptions): Promise<Models.SentimentFeedbackEntityListing>;
|
|
3844
3862
|
getSpeechandtextanalyticsSettings(): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
|
|
3845
3863
|
getSpeechandtextanalyticsTopic(topicId: string): Promise<Models.Topic>;
|
|
@@ -4003,6 +4021,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
4003
4021
|
getTelephonyProvidersEdgesEdgegroupEdgetrunkbase(edgegroupId: string, edgetrunkbaseId: string): Promise<Models.EdgeTrunkBase>;
|
|
4004
4022
|
getTelephonyProvidersEdgesEdgegroups(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesEdgegroupsOptions): Promise<Models.EdgeGroupEntityListing>;
|
|
4005
4023
|
getTelephonyProvidersEdgesEdgeversionreport(): Promise<Models.EdgeVersionReport>;
|
|
4024
|
+
getTelephonyProvidersEdgesExpired(): Promise<Models.ExpiredEdgeListing>;
|
|
4006
4025
|
getTelephonyProvidersEdgesExtension(extensionId: string): Promise<Models.Extension>;
|
|
4007
4026
|
getTelephonyProvidersEdgesExtensionpool(extensionPoolId: string): Promise<Models.ExtensionPool>;
|
|
4008
4027
|
getTelephonyProvidersEdgesExtensionpools(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesExtensionpoolsOptions): Promise<Models.ExtensionPoolEntityListing>;
|
|
@@ -4297,12 +4316,19 @@ declare namespace TelephonyProvidersEdgeApi {
|
|
|
4297
4316
|
}
|
|
4298
4317
|
|
|
4299
4318
|
declare class TextbotsApi {
|
|
4319
|
+
getTextbotsBotsSearch(opts?: TextbotsApi.getTextbotsBotsSearchOptions): Promise<Models.BotSearchResponseEntityListing>;
|
|
4300
4320
|
postTextbotsBotflowsSessionTurns(sessionId: string, turnRequest: Models.TextBotFlowTurnRequest): Promise<Models.TextBotFlowTurnResponse>;
|
|
4301
4321
|
postTextbotsBotflowsSessions(launchRequest: Models.TextBotFlowLaunchRequest): Promise<Models.TextBotFlowLaunchResponse>;
|
|
4302
4322
|
postTextbotsBotsExecute(postTextRequest: Models.PostTextRequest): Promise<Models.PostTextResponse>;
|
|
4303
4323
|
}
|
|
4304
4324
|
|
|
4305
4325
|
declare namespace TextbotsApi {
|
|
4326
|
+
export interface getTextbotsBotsSearchOptions {
|
|
4327
|
+
"botType"?: Array<string>;
|
|
4328
|
+
"botName"?: string;
|
|
4329
|
+
"botId"?: Array<string>;
|
|
4330
|
+
"pageSize"?: number;
|
|
4331
|
+
}
|
|
4306
4332
|
}
|
|
4307
4333
|
|
|
4308
4334
|
declare class TokensApi {
|
|
@@ -5378,6 +5404,13 @@ declare namespace Models {
|
|
|
5378
5404
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
5379
5405
|
}
|
|
5380
5406
|
|
|
5407
|
+
export interface ActivityCodeReference {
|
|
5408
|
+
"id": string;
|
|
5409
|
+
"name"?: string;
|
|
5410
|
+
"secondaryPresences"?: Array<Models.SecondaryPresence>;
|
|
5411
|
+
"selfUri"?: string;
|
|
5412
|
+
}
|
|
5413
|
+
|
|
5381
5414
|
export interface AcwDetailEventTopicAfterCallWorkEvent {
|
|
5382
5415
|
"eventTime"?: number;
|
|
5383
5416
|
"conversationId"?: string;
|
|
@@ -5690,9 +5723,11 @@ declare namespace Models {
|
|
|
5690
5723
|
"conversationStart"?: string;
|
|
5691
5724
|
"divisionIds"?: Array<string>;
|
|
5692
5725
|
"externalTag"?: string;
|
|
5726
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
5693
5727
|
"mediaStatsMinConversationMos"?: number;
|
|
5694
5728
|
"mediaStatsMinConversationRFactor"?: number;
|
|
5695
5729
|
"originatingDirection"?: string;
|
|
5730
|
+
"selfServed"?: boolean;
|
|
5696
5731
|
"evaluations"?: Array<Models.AnalyticsEvaluation>;
|
|
5697
5732
|
"surveys"?: Array<Models.AnalyticsSurvey>;
|
|
5698
5733
|
"resolutions"?: Array<Models.AnalyticsResolution>;
|
|
@@ -5745,9 +5780,11 @@ declare namespace Models {
|
|
|
5745
5780
|
"conversationStart"?: string;
|
|
5746
5781
|
"divisionIds"?: Array<string>;
|
|
5747
5782
|
"externalTag"?: string;
|
|
5783
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
5748
5784
|
"mediaStatsMinConversationMos"?: number;
|
|
5749
5785
|
"mediaStatsMinConversationRFactor"?: number;
|
|
5750
5786
|
"originatingDirection"?: string;
|
|
5787
|
+
"selfServed"?: boolean;
|
|
5751
5788
|
"evaluations"?: Array<Models.AnalyticsEvaluation>;
|
|
5752
5789
|
"surveys"?: Array<Models.AnalyticsSurvey>;
|
|
5753
5790
|
"resolutions"?: Array<Models.AnalyticsResolution>;
|
|
@@ -6102,7 +6139,6 @@ declare namespace Models {
|
|
|
6102
6139
|
}
|
|
6103
6140
|
|
|
6104
6141
|
export interface ArchitectFlowNotificationErrorMessageParams {
|
|
6105
|
-
"additionalProperties"?: { [key: string]: string; };
|
|
6106
6142
|
}
|
|
6107
6143
|
|
|
6108
6144
|
export interface ArchitectFlowNotificationFlowNotification {
|
|
@@ -6158,7 +6194,6 @@ declare namespace Models {
|
|
|
6158
6194
|
}
|
|
6159
6195
|
|
|
6160
6196
|
export interface ArchitectFlowOutcomeNotificationErrorMessageParams {
|
|
6161
|
-
"additionalProperties"?: { [key: string]: string; };
|
|
6162
6197
|
}
|
|
6163
6198
|
|
|
6164
6199
|
export interface ArchitectFlowOutcomeNotificationFlowOutcomeNotification {
|
|
@@ -6206,7 +6241,6 @@ declare namespace Models {
|
|
|
6206
6241
|
}
|
|
6207
6242
|
|
|
6208
6243
|
export interface ArchitectPromptNotificationErrorMessageParams {
|
|
6209
|
-
"additionalProperties"?: { [key: string]: string; };
|
|
6210
6244
|
}
|
|
6211
6245
|
|
|
6212
6246
|
export interface ArchitectPromptNotificationHomeOrganization {
|
|
@@ -6352,6 +6386,11 @@ declare namespace Models {
|
|
|
6352
6386
|
"isPassed"?: boolean;
|
|
6353
6387
|
}
|
|
6354
6388
|
|
|
6389
|
+
export interface AssignUsers {
|
|
6390
|
+
"membersToAssign": Array<string>;
|
|
6391
|
+
"membersToRemove": Array<string>;
|
|
6392
|
+
}
|
|
6393
|
+
|
|
6355
6394
|
export interface AssignedSegment {
|
|
6356
6395
|
"id"?: string;
|
|
6357
6396
|
"selfUri"?: string;
|
|
@@ -6365,6 +6404,24 @@ declare namespace Models {
|
|
|
6365
6404
|
"endTime"?: string;
|
|
6366
6405
|
}
|
|
6367
6406
|
|
|
6407
|
+
export interface Assignment {
|
|
6408
|
+
"assignedMembers"?: Array<Models.UserReference>;
|
|
6409
|
+
"removedMembers"?: Array<Models.UserReference>;
|
|
6410
|
+
"assignmentErrors"?: Array<Models.AssignmentError>;
|
|
6411
|
+
}
|
|
6412
|
+
|
|
6413
|
+
export interface AssignmentError {
|
|
6414
|
+
"user"?: Models.UserReference;
|
|
6415
|
+
"message"?: string;
|
|
6416
|
+
}
|
|
6417
|
+
|
|
6418
|
+
export interface AssignmentValidation {
|
|
6419
|
+
"membersNotAssigned"?: Array<Models.UserReference>;
|
|
6420
|
+
"membersAlreadyAssigned"?: Array<Models.UserReference>;
|
|
6421
|
+
"membersAlreadyAssignedToOther"?: Array<Models.OtherProfileAssignment>;
|
|
6422
|
+
"invalidMemberAssignments"?: Array<Models.InvalidAssignment>;
|
|
6423
|
+
}
|
|
6424
|
+
|
|
6368
6425
|
export interface AssociatedValueField {
|
|
6369
6426
|
"dataType": string;
|
|
6370
6427
|
"name": string;
|
|
@@ -7009,6 +7066,18 @@ declare namespace Models {
|
|
|
7009
7066
|
"chatBots": Array<Models.BotConnectorBot>;
|
|
7010
7067
|
}
|
|
7011
7068
|
|
|
7069
|
+
export interface BotSearchResponse {
|
|
7070
|
+
"id": string;
|
|
7071
|
+
"name": string;
|
|
7072
|
+
"botType": string;
|
|
7073
|
+
"description"?: string;
|
|
7074
|
+
"selfUri"?: string;
|
|
7075
|
+
}
|
|
7076
|
+
|
|
7077
|
+
export interface BotSearchResponseEntityListing {
|
|
7078
|
+
"entities"?: Array<Models.BotSearchResponse>;
|
|
7079
|
+
}
|
|
7080
|
+
|
|
7012
7081
|
export interface BotSlot {
|
|
7013
7082
|
"name": string;
|
|
7014
7083
|
"type": string;
|
|
@@ -8524,8 +8593,8 @@ declare namespace Models {
|
|
|
8524
8593
|
"expirationDate"?: string;
|
|
8525
8594
|
"issueDate"?: string;
|
|
8526
8595
|
"expired"?: boolean;
|
|
8527
|
-
"valid"?: boolean;
|
|
8528
8596
|
"signatureValid"?: boolean;
|
|
8597
|
+
"valid"?: boolean;
|
|
8529
8598
|
}
|
|
8530
8599
|
|
|
8531
8600
|
export interface Change {
|
|
@@ -8970,6 +9039,10 @@ declare namespace Models {
|
|
|
8970
9039
|
"afterCallWorkRequired"?: boolean;
|
|
8971
9040
|
}
|
|
8972
9041
|
|
|
9042
|
+
export interface ColumnStatus {
|
|
9043
|
+
"contactable"?: boolean;
|
|
9044
|
+
}
|
|
9045
|
+
|
|
8973
9046
|
export interface CommandStatus {
|
|
8974
9047
|
"id"?: string;
|
|
8975
9048
|
"name"?: string;
|
|
@@ -9045,6 +9118,7 @@ declare namespace Models {
|
|
|
9045
9118
|
"kpiTotalOff"?: number;
|
|
9046
9119
|
"interactionCountOn"?: number;
|
|
9047
9120
|
"interactionCountOff"?: number;
|
|
9121
|
+
"kpiResults"?: Array<Models.KpiResult>;
|
|
9048
9122
|
"selfUri"?: string;
|
|
9049
9123
|
}
|
|
9050
9124
|
|
|
@@ -9306,10 +9380,14 @@ declare namespace Models {
|
|
|
9306
9380
|
"numeric"?: boolean;
|
|
9307
9381
|
}
|
|
9308
9382
|
|
|
9383
|
+
export interface ContactableStatus {
|
|
9384
|
+
"contactable"?: boolean;
|
|
9385
|
+
"columnStatus"?: { [key: string]: Models.ColumnStatus; };
|
|
9386
|
+
}
|
|
9387
|
+
|
|
9309
9388
|
export interface ContactlistDownloadReadyExportUri {
|
|
9310
9389
|
"uri"?: string;
|
|
9311
9390
|
"exportTimestamp"?: string;
|
|
9312
|
-
"additionalProperties"?: object;
|
|
9313
9391
|
}
|
|
9314
9392
|
|
|
9315
9393
|
export interface ContactlistImportStatusImportStatus {
|
|
@@ -9318,7 +9396,6 @@ declare namespace Models {
|
|
|
9318
9396
|
"completedRecords"?: number;
|
|
9319
9397
|
"percentageComplete"?: number;
|
|
9320
9398
|
"failureReason"?: string;
|
|
9321
|
-
"additionalProperties"?: object;
|
|
9322
9399
|
}
|
|
9323
9400
|
|
|
9324
9401
|
export interface ContentActions {
|
|
@@ -9773,7 +9850,6 @@ declare namespace Models {
|
|
|
9773
9850
|
"tags"?: Array<string>;
|
|
9774
9851
|
"durationSeconds"?: number;
|
|
9775
9852
|
"endTime"?: string;
|
|
9776
|
-
"additionalProperties"?: object;
|
|
9777
9853
|
}
|
|
9778
9854
|
|
|
9779
9855
|
export interface ConversationCallbackEventTopicCallbackConversation {
|
|
@@ -9850,7 +9926,6 @@ declare namespace Models {
|
|
|
9850
9926
|
"contactListId"?: string;
|
|
9851
9927
|
"campaignId"?: string;
|
|
9852
9928
|
"phoneNumberColumns"?: Array<Models.ConversationCallbackEventTopicPhoneNumberColumn>;
|
|
9853
|
-
"additionalProperties"?: object;
|
|
9854
9929
|
}
|
|
9855
9930
|
|
|
9856
9931
|
export interface ConversationCallbackEventTopicErrorBody {
|
|
@@ -9895,7 +9970,6 @@ declare namespace Models {
|
|
|
9895
9970
|
export interface ConversationCallbackEventTopicPhoneNumberColumn {
|
|
9896
9971
|
"columnName"?: string;
|
|
9897
9972
|
"type"?: string;
|
|
9898
|
-
"additionalProperties"?: object;
|
|
9899
9973
|
}
|
|
9900
9974
|
|
|
9901
9975
|
export interface ConversationCallbackEventTopicScoredAgent {
|
|
@@ -9919,7 +9993,6 @@ declare namespace Models {
|
|
|
9919
9993
|
"tags"?: Array<string>;
|
|
9920
9994
|
"durationSeconds"?: number;
|
|
9921
9995
|
"endTime"?: string;
|
|
9922
|
-
"additionalProperties"?: object;
|
|
9923
9996
|
}
|
|
9924
9997
|
|
|
9925
9998
|
export interface ConversationChannel {
|
|
@@ -10066,7 +10139,6 @@ declare namespace Models {
|
|
|
10066
10139
|
"tags"?: Array<string>;
|
|
10067
10140
|
"durationSeconds"?: number;
|
|
10068
10141
|
"endTime"?: string;
|
|
10069
|
-
"additionalProperties"?: object;
|
|
10070
10142
|
}
|
|
10071
10143
|
|
|
10072
10144
|
export interface ConversationCobrowseEventTopicCobrowseConversation {
|
|
@@ -10188,7 +10260,6 @@ declare namespace Models {
|
|
|
10188
10260
|
"tags"?: Array<string>;
|
|
10189
10261
|
"durationSeconds"?: number;
|
|
10190
10262
|
"endTime"?: string;
|
|
10191
|
-
"additionalProperties"?: object;
|
|
10192
10263
|
}
|
|
10193
10264
|
|
|
10194
10265
|
export interface ConversationContentActions {
|
|
@@ -10289,7 +10360,6 @@ declare namespace Models {
|
|
|
10289
10360
|
"contentUri"?: string;
|
|
10290
10361
|
"contentType"?: string;
|
|
10291
10362
|
"contentLength"?: number;
|
|
10292
|
-
"additionalProperties"?: object;
|
|
10293
10363
|
}
|
|
10294
10364
|
|
|
10295
10365
|
export interface ConversationEmailEventTopicConversationRoutingData {
|
|
@@ -10412,7 +10482,6 @@ declare namespace Models {
|
|
|
10412
10482
|
"tags"?: Array<string>;
|
|
10413
10483
|
"durationSeconds"?: number;
|
|
10414
10484
|
"endTime"?: string;
|
|
10415
|
-
"additionalProperties"?: object;
|
|
10416
10485
|
}
|
|
10417
10486
|
|
|
10418
10487
|
export interface ConversationEntityListing {
|
|
@@ -10440,7 +10509,6 @@ declare namespace Models {
|
|
|
10440
10509
|
"addressNormalized"?: string;
|
|
10441
10510
|
"addressRaw"?: string;
|
|
10442
10511
|
"addressDisplayable"?: string;
|
|
10443
|
-
"additionalProperties"?: object;
|
|
10444
10512
|
}
|
|
10445
10513
|
|
|
10446
10514
|
export interface ConversationEventTopicAfterCallWork {
|
|
@@ -10455,7 +10523,6 @@ declare namespace Models {
|
|
|
10455
10523
|
"contentUri"?: string;
|
|
10456
10524
|
"contentType"?: string;
|
|
10457
10525
|
"contentLength"?: number;
|
|
10458
|
-
"additionalProperties"?: object;
|
|
10459
10526
|
}
|
|
10460
10527
|
|
|
10461
10528
|
export interface ConversationEventTopicCall {
|
|
@@ -10485,7 +10552,6 @@ declare namespace Models {
|
|
|
10485
10552
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10486
10553
|
"afterCallWorkRequired"?: boolean;
|
|
10487
10554
|
"agentAssistantId"?: string;
|
|
10488
|
-
"additionalProperties"?: object;
|
|
10489
10555
|
}
|
|
10490
10556
|
|
|
10491
10557
|
export interface ConversationEventTopicCallback {
|
|
@@ -10514,7 +10580,6 @@ declare namespace Models {
|
|
|
10514
10580
|
"afterCallWorkRequired"?: boolean;
|
|
10515
10581
|
"callerId"?: string;
|
|
10516
10582
|
"callerIdName"?: string;
|
|
10517
|
-
"additionalProperties"?: object;
|
|
10518
10583
|
}
|
|
10519
10584
|
|
|
10520
10585
|
export interface ConversationEventTopicChat {
|
|
@@ -10534,7 +10599,6 @@ declare namespace Models {
|
|
|
10534
10599
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10535
10600
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10536
10601
|
"afterCallWorkRequired"?: boolean;
|
|
10537
|
-
"additionalProperties"?: object;
|
|
10538
10602
|
}
|
|
10539
10603
|
|
|
10540
10604
|
export interface ConversationEventTopicCobrowse {
|
|
@@ -10556,7 +10620,6 @@ declare namespace Models {
|
|
|
10556
10620
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10557
10621
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10558
10622
|
"afterCallWorkRequired"?: boolean;
|
|
10559
|
-
"additionalProperties"?: object;
|
|
10560
10623
|
}
|
|
10561
10624
|
|
|
10562
10625
|
export interface ConversationEventTopicConversation {
|
|
@@ -10582,7 +10645,6 @@ declare namespace Models {
|
|
|
10582
10645
|
"contactListId"?: string;
|
|
10583
10646
|
"campaignId"?: string;
|
|
10584
10647
|
"phoneNumberColumns"?: Array<Models.ConversationEventTopicPhoneNumberColumn>;
|
|
10585
|
-
"additionalProperties"?: object;
|
|
10586
10648
|
}
|
|
10587
10649
|
|
|
10588
10650
|
export interface ConversationEventTopicDisconnectReason {
|
|
@@ -10613,7 +10675,6 @@ declare namespace Models {
|
|
|
10613
10675
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10614
10676
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10615
10677
|
"afterCallWorkRequired"?: boolean;
|
|
10616
|
-
"additionalProperties"?: object;
|
|
10617
10678
|
}
|
|
10618
10679
|
|
|
10619
10680
|
export interface ConversationEventTopicErrorDetails {
|
|
@@ -10624,7 +10685,6 @@ declare namespace Models {
|
|
|
10624
10685
|
"messageParams"?: { [key: string]: string; };
|
|
10625
10686
|
"contextId"?: string;
|
|
10626
10687
|
"uri"?: string;
|
|
10627
|
-
"additionalProperties"?: object;
|
|
10628
10688
|
}
|
|
10629
10689
|
|
|
10630
10690
|
export interface ConversationEventTopicFaxStatus {
|
|
@@ -10688,7 +10748,6 @@ declare namespace Models {
|
|
|
10688
10748
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10689
10749
|
"afterCallWorkRequired"?: boolean;
|
|
10690
10750
|
"agentAssistantId"?: string;
|
|
10691
|
-
"additionalProperties"?: object;
|
|
10692
10751
|
}
|
|
10693
10752
|
|
|
10694
10753
|
export interface ConversationEventTopicMessageDetails {
|
|
@@ -10750,13 +10809,11 @@ declare namespace Models {
|
|
|
10750
10809
|
"screenshares"?: Array<Models.ConversationEventTopicScreenshare>;
|
|
10751
10810
|
"socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
|
|
10752
10811
|
"videos"?: Array<Models.ConversationEventTopicVideo>;
|
|
10753
|
-
"additionalProperties"?: object;
|
|
10754
10812
|
}
|
|
10755
10813
|
|
|
10756
10814
|
export interface ConversationEventTopicPhoneNumberColumn {
|
|
10757
10815
|
"columnName"?: string;
|
|
10758
10816
|
"type"?: string;
|
|
10759
|
-
"additionalProperties"?: object;
|
|
10760
10817
|
}
|
|
10761
10818
|
|
|
10762
10819
|
export interface ConversationEventTopicScoredAgent {
|
|
@@ -10779,7 +10836,6 @@ declare namespace Models {
|
|
|
10779
10836
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10780
10837
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10781
10838
|
"afterCallWorkRequired"?: boolean;
|
|
10782
|
-
"additionalProperties"?: object;
|
|
10783
10839
|
}
|
|
10784
10840
|
|
|
10785
10841
|
export interface ConversationEventTopicSocialExpression {
|
|
@@ -10801,7 +10857,6 @@ declare namespace Models {
|
|
|
10801
10857
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10802
10858
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10803
10859
|
"afterCallWorkRequired"?: boolean;
|
|
10804
|
-
"additionalProperties"?: object;
|
|
10805
10860
|
}
|
|
10806
10861
|
|
|
10807
10862
|
export interface ConversationEventTopicUriReference {
|
|
@@ -10827,7 +10882,6 @@ declare namespace Models {
|
|
|
10827
10882
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10828
10883
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10829
10884
|
"afterCallWorkRequired"?: boolean;
|
|
10830
|
-
"additionalProperties"?: object;
|
|
10831
10885
|
}
|
|
10832
10886
|
|
|
10833
10887
|
export interface ConversationEventTopicVoicemail {
|
|
@@ -10841,7 +10895,6 @@ declare namespace Models {
|
|
|
10841
10895
|
"tags"?: Array<string>;
|
|
10842
10896
|
"durationSeconds"?: number;
|
|
10843
10897
|
"endTime"?: string;
|
|
10844
|
-
"additionalProperties"?: object;
|
|
10845
10898
|
}
|
|
10846
10899
|
|
|
10847
10900
|
export interface ConversationMessageContent {
|
|
@@ -11000,7 +11053,6 @@ declare namespace Models {
|
|
|
11000
11053
|
"tags"?: Array<string>;
|
|
11001
11054
|
"durationSeconds"?: number;
|
|
11002
11055
|
"endTime"?: string;
|
|
11003
|
-
"additionalProperties"?: object;
|
|
11004
11056
|
}
|
|
11005
11057
|
|
|
11006
11058
|
export interface ConversationMessagingChannel {
|
|
@@ -11042,6 +11094,7 @@ declare namespace Models {
|
|
|
11042
11094
|
"sentimentScore"?: number;
|
|
11043
11095
|
"sentimentTrend"?: number;
|
|
11044
11096
|
"sentimentTrendClass"?: string;
|
|
11097
|
+
"participantMetrics"?: Models.ParticipantMetrics;
|
|
11045
11098
|
}
|
|
11046
11099
|
|
|
11047
11100
|
export interface ConversationNormalizedMessage {
|
|
@@ -11242,7 +11295,6 @@ declare namespace Models {
|
|
|
11242
11295
|
"tags"?: Array<string>;
|
|
11243
11296
|
"durationSeconds"?: number;
|
|
11244
11297
|
"endTime"?: string;
|
|
11245
|
-
"additionalProperties"?: object;
|
|
11246
11298
|
}
|
|
11247
11299
|
|
|
11248
11300
|
export interface ConversationSocialExpressionEventTopicConversationRoutingData {
|
|
@@ -11363,7 +11415,6 @@ declare namespace Models {
|
|
|
11363
11415
|
"tags"?: Array<string>;
|
|
11364
11416
|
"durationSeconds"?: number;
|
|
11365
11417
|
"endTime"?: string;
|
|
11366
|
-
"additionalProperties"?: object;
|
|
11367
11418
|
}
|
|
11368
11419
|
|
|
11369
11420
|
export interface ConversationTagsUpdate {
|
|
@@ -11511,7 +11562,6 @@ declare namespace Models {
|
|
|
11511
11562
|
"tags"?: Array<string>;
|
|
11512
11563
|
"durationSeconds"?: number;
|
|
11513
11564
|
"endTime"?: string;
|
|
11514
|
-
"additionalProperties"?: object;
|
|
11515
11565
|
}
|
|
11516
11566
|
|
|
11517
11567
|
export interface CopyAttachmentsRequest {
|
|
@@ -11776,6 +11826,7 @@ declare namespace Models {
|
|
|
11776
11826
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
11777
11827
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
11778
11828
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
11829
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
11779
11830
|
"autoAnswerOnly"?: boolean;
|
|
11780
11831
|
"enableTranscription"?: boolean;
|
|
11781
11832
|
"enableManualAssignment"?: boolean;
|
|
@@ -12637,24 +12688,22 @@ declare namespace Models {
|
|
|
12637
12688
|
}
|
|
12638
12689
|
|
|
12639
12690
|
export interface DialerAttemptLimitsConfigChangeAttemptLimits {
|
|
12640
|
-
"id"?: string;
|
|
12641
|
-
"name"?: string;
|
|
12642
|
-
"dateCreated"?: string;
|
|
12643
|
-
"dateModified"?: string;
|
|
12644
|
-
"version"?: number;
|
|
12645
12691
|
"maxAttemptsPerContact"?: number;
|
|
12646
12692
|
"maxAttemptsPerNumber"?: number;
|
|
12647
12693
|
"timeZoneId"?: string;
|
|
12648
12694
|
"resetPeriod"?: string;
|
|
12649
12695
|
"recallEntries"?: { [key: string]: Models.DialerAttemptLimitsConfigChangeRecallEntry; };
|
|
12650
12696
|
"breadthFirstRecalls"?: boolean;
|
|
12651
|
-
"
|
|
12697
|
+
"id"?: string;
|
|
12698
|
+
"name"?: string;
|
|
12699
|
+
"dateCreated"?: string;
|
|
12700
|
+
"dateModified"?: string;
|
|
12701
|
+
"version"?: number;
|
|
12652
12702
|
}
|
|
12653
12703
|
|
|
12654
12704
|
export interface DialerAttemptLimitsConfigChangeRecallEntry {
|
|
12655
12705
|
"nbrAttempts"?: number;
|
|
12656
12706
|
"minutesBetweenAttempts"?: number;
|
|
12657
|
-
"additionalProperties"?: object;
|
|
12658
12707
|
}
|
|
12659
12708
|
|
|
12660
12709
|
export interface DialerAuditRequest {
|
|
@@ -12667,32 +12716,24 @@ declare namespace Models {
|
|
|
12667
12716
|
export interface DialerCallabletimesetConfigChangeCallableTime {
|
|
12668
12717
|
"timeSlots"?: Array<Models.DialerCallabletimesetConfigChangeTimeSlot>;
|
|
12669
12718
|
"timeZoneId"?: string;
|
|
12670
|
-
"additionalProperties"?: object;
|
|
12671
12719
|
}
|
|
12672
12720
|
|
|
12673
12721
|
export interface DialerCallabletimesetConfigChangeCallableTimeSet {
|
|
12722
|
+
"callableTimes"?: Array<Models.DialerCallabletimesetConfigChangeCallableTime>;
|
|
12674
12723
|
"id"?: string;
|
|
12675
12724
|
"name"?: string;
|
|
12676
12725
|
"dateCreated"?: string;
|
|
12677
12726
|
"dateModified"?: string;
|
|
12678
12727
|
"version"?: number;
|
|
12679
|
-
"callableTimes"?: Array<Models.DialerCallabletimesetConfigChangeCallableTime>;
|
|
12680
|
-
"additionalProperties"?: object;
|
|
12681
12728
|
}
|
|
12682
12729
|
|
|
12683
12730
|
export interface DialerCallabletimesetConfigChangeTimeSlot {
|
|
12684
12731
|
"startTime"?: string;
|
|
12685
12732
|
"stopTime"?: string;
|
|
12686
12733
|
"day"?: number;
|
|
12687
|
-
"additionalProperties"?: object;
|
|
12688
12734
|
}
|
|
12689
12735
|
|
|
12690
12736
|
export interface DialerCampaignConfigChangeCampaign {
|
|
12691
|
-
"id"?: string;
|
|
12692
|
-
"name"?: string;
|
|
12693
|
-
"dateCreated"?: string;
|
|
12694
|
-
"dateModified"?: string;
|
|
12695
|
-
"version"?: number;
|
|
12696
12737
|
"contactList"?: Models.DialerCampaignConfigChangeUriReference;
|
|
12697
12738
|
"queue"?: Models.DialerCampaignConfigChangeUriReference;
|
|
12698
12739
|
"dialingMode"?: string;
|
|
@@ -12721,26 +12762,27 @@ declare namespace Models {
|
|
|
12721
12762
|
"contactListFilters"?: Array<Models.DialerCampaignConfigChangeUriReference>;
|
|
12722
12763
|
"division"?: Models.DialerCampaignConfigChangeUriReference;
|
|
12723
12764
|
"agentOwnedColumn"?: string;
|
|
12724
|
-
"
|
|
12765
|
+
"id"?: string;
|
|
12766
|
+
"name"?: string;
|
|
12767
|
+
"dateCreated"?: string;
|
|
12768
|
+
"dateModified"?: string;
|
|
12769
|
+
"version"?: number;
|
|
12725
12770
|
}
|
|
12726
12771
|
|
|
12727
12772
|
export interface DialerCampaignConfigChangeContactSort {
|
|
12728
12773
|
"fieldName"?: string;
|
|
12729
12774
|
"direction"?: string;
|
|
12730
12775
|
"numeric"?: boolean;
|
|
12731
|
-
"additionalProperties"?: object;
|
|
12732
12776
|
}
|
|
12733
12777
|
|
|
12734
12778
|
export interface DialerCampaignConfigChangePhoneColumn {
|
|
12735
12779
|
"columnName"?: string;
|
|
12736
12780
|
"type"?: string;
|
|
12737
|
-
"additionalProperties"?: object;
|
|
12738
12781
|
}
|
|
12739
12782
|
|
|
12740
12783
|
export interface DialerCampaignConfigChangeRestErrorDetail {
|
|
12741
12784
|
"error"?: string;
|
|
12742
12785
|
"details"?: string;
|
|
12743
|
-
"additionalProperties"?: object;
|
|
12744
12786
|
}
|
|
12745
12787
|
|
|
12746
12788
|
export interface DialerCampaignConfigChangeUriReference {
|
|
@@ -12754,7 +12796,6 @@ declare namespace Models {
|
|
|
12754
12796
|
"numberOfContactsMessaged"?: number;
|
|
12755
12797
|
"totalNumberOfContacts"?: number;
|
|
12756
12798
|
"percentage"?: number;
|
|
12757
|
-
"additionalProperties"?: object;
|
|
12758
12799
|
}
|
|
12759
12800
|
|
|
12760
12801
|
export interface DialerCampaignProgressEventUriReference {
|
|
@@ -12763,17 +12804,16 @@ declare namespace Models {
|
|
|
12763
12804
|
}
|
|
12764
12805
|
|
|
12765
12806
|
export interface DialerCampaignRuleConfigChangeCampaignRule {
|
|
12766
|
-
"id"?: string;
|
|
12767
|
-
"name"?: string;
|
|
12768
|
-
"dateCreated"?: string;
|
|
12769
|
-
"dateModified"?: string;
|
|
12770
|
-
"version"?: number;
|
|
12771
12807
|
"campaignRuleEntities"?: Models.DialerCampaignRuleConfigChangeCampaignRuleEntities;
|
|
12772
12808
|
"campaignRuleConditions"?: Array<Models.DialerCampaignRuleConfigChangeCampaignRuleCondition>;
|
|
12773
12809
|
"campaignRuleActions"?: Array<Models.DialerCampaignRuleConfigChangeCampaignRuleAction>;
|
|
12774
12810
|
"matchAnyConditions"?: boolean;
|
|
12775
12811
|
"enabled"?: boolean;
|
|
12776
|
-
"
|
|
12812
|
+
"id"?: string;
|
|
12813
|
+
"name"?: string;
|
|
12814
|
+
"dateCreated"?: string;
|
|
12815
|
+
"dateModified"?: string;
|
|
12816
|
+
"version"?: number;
|
|
12777
12817
|
}
|
|
12778
12818
|
|
|
12779
12819
|
export interface DialerCampaignRuleConfigChangeCampaignRuleAction {
|
|
@@ -12781,21 +12821,18 @@ declare namespace Models {
|
|
|
12781
12821
|
"parameters"?: { [key: string]: string; };
|
|
12782
12822
|
"actionType"?: string;
|
|
12783
12823
|
"campaignRuleActionEntities"?: Models.DialerCampaignRuleConfigChangeCampaignRuleActionEntities;
|
|
12784
|
-
"additionalProperties"?: object;
|
|
12785
12824
|
}
|
|
12786
12825
|
|
|
12787
12826
|
export interface DialerCampaignRuleConfigChangeCampaignRuleActionEntities {
|
|
12827
|
+
"useTriggeringEntity"?: boolean;
|
|
12788
12828
|
"campaigns"?: Array<Models.DialerCampaignRuleConfigChangeUriReference>;
|
|
12789
12829
|
"sequences"?: Array<Models.DialerCampaignRuleConfigChangeUriReference>;
|
|
12790
|
-
"useTriggeringEntity"?: boolean;
|
|
12791
|
-
"additionalProperties"?: object;
|
|
12792
12830
|
}
|
|
12793
12831
|
|
|
12794
12832
|
export interface DialerCampaignRuleConfigChangeCampaignRuleCondition {
|
|
12795
12833
|
"id"?: string;
|
|
12796
12834
|
"parameters"?: { [key: string]: string; };
|
|
12797
12835
|
"conditionType"?: string;
|
|
12798
|
-
"additionalProperties"?: object;
|
|
12799
12836
|
}
|
|
12800
12837
|
|
|
12801
12838
|
export interface DialerCampaignRuleConfigChangeCampaignRuleEntities {
|
|
@@ -12809,21 +12846,19 @@ declare namespace Models {
|
|
|
12809
12846
|
}
|
|
12810
12847
|
|
|
12811
12848
|
export interface DialerCampaignScheduleConfigChangeCampaignSchedule {
|
|
12849
|
+
"intervals"?: Array<Models.DialerCampaignScheduleConfigChangeScheduleInterval>;
|
|
12850
|
+
"timeZone"?: string;
|
|
12851
|
+
"campaign"?: Models.DialerCampaignScheduleConfigChangeUriReference;
|
|
12812
12852
|
"id"?: string;
|
|
12813
12853
|
"name"?: string;
|
|
12814
12854
|
"dateCreated"?: string;
|
|
12815
12855
|
"dateModified"?: string;
|
|
12816
12856
|
"version"?: number;
|
|
12817
|
-
"intervals"?: Array<Models.DialerCampaignScheduleConfigChangeScheduleInterval>;
|
|
12818
|
-
"timeZone"?: string;
|
|
12819
|
-
"campaign"?: Models.DialerCampaignScheduleConfigChangeUriReference;
|
|
12820
|
-
"additionalProperties"?: object;
|
|
12821
12857
|
}
|
|
12822
12858
|
|
|
12823
12859
|
export interface DialerCampaignScheduleConfigChangeScheduleInterval {
|
|
12824
12860
|
"start"?: string;
|
|
12825
12861
|
"end"?: string;
|
|
12826
|
-
"additionalProperties"?: object;
|
|
12827
12862
|
}
|
|
12828
12863
|
|
|
12829
12864
|
export interface DialerCampaignScheduleConfigChangeUriReference {
|
|
@@ -12851,11 +12886,6 @@ declare namespace Models {
|
|
|
12851
12886
|
}
|
|
12852
12887
|
|
|
12853
12888
|
export interface DialerContactlistConfigChangeContactList {
|
|
12854
|
-
"id"?: string;
|
|
12855
|
-
"name"?: string;
|
|
12856
|
-
"dateCreated"?: string;
|
|
12857
|
-
"dateModified"?: string;
|
|
12858
|
-
"version"?: number;
|
|
12859
12889
|
"columnNames"?: Array<string>;
|
|
12860
12890
|
"phoneColumns"?: Array<Models.DialerContactlistConfigChangeContactPhoneNumberColumn>;
|
|
12861
12891
|
"emailColumns"?: Array<Models.DialerContactlistConfigChangeEmailColumn>;
|
|
@@ -12867,20 +12897,22 @@ declare namespace Models {
|
|
|
12867
12897
|
"automaticTimeZoneMapping"?: boolean;
|
|
12868
12898
|
"zipCodeColumnName"?: string;
|
|
12869
12899
|
"division"?: Models.DialerContactlistConfigChangeUriReference;
|
|
12870
|
-
"
|
|
12900
|
+
"id"?: string;
|
|
12901
|
+
"name"?: string;
|
|
12902
|
+
"dateCreated"?: string;
|
|
12903
|
+
"dateModified"?: string;
|
|
12904
|
+
"version"?: number;
|
|
12871
12905
|
}
|
|
12872
12906
|
|
|
12873
12907
|
export interface DialerContactlistConfigChangeContactPhoneNumberColumn {
|
|
12874
12908
|
"columnName"?: string;
|
|
12875
12909
|
"type"?: string;
|
|
12876
12910
|
"callableTimeColumn"?: string;
|
|
12877
|
-
"additionalProperties"?: object;
|
|
12878
12911
|
}
|
|
12879
12912
|
|
|
12880
12913
|
export interface DialerContactlistConfigChangeEmailColumn {
|
|
12881
12914
|
"columnName"?: string;
|
|
12882
12915
|
"type"?: string;
|
|
12883
|
-
"additionalProperties"?: object;
|
|
12884
12916
|
}
|
|
12885
12917
|
|
|
12886
12918
|
export interface DialerContactlistConfigChangeImportStatus {
|
|
@@ -12889,7 +12921,6 @@ declare namespace Models {
|
|
|
12889
12921
|
"completedRecords"?: number;
|
|
12890
12922
|
"percentageComplete"?: number;
|
|
12891
12923
|
"failureReason"?: string;
|
|
12892
|
-
"additionalProperties"?: object;
|
|
12893
12924
|
}
|
|
12894
12925
|
|
|
12895
12926
|
export interface DialerContactlistConfigChangeUriReference {
|
|
@@ -12898,22 +12929,20 @@ declare namespace Models {
|
|
|
12898
12929
|
}
|
|
12899
12930
|
|
|
12900
12931
|
export interface DialerContactlistfilterConfigChangeContactListFilter {
|
|
12932
|
+
"contactList"?: Models.DialerContactlistfilterConfigChangeUriReference;
|
|
12933
|
+
"contactListColumns"?: Array<string>;
|
|
12934
|
+
"clauses"?: Array<Models.DialerContactlistfilterConfigChangeFilterClause>;
|
|
12935
|
+
"filterType"?: string;
|
|
12901
12936
|
"id"?: string;
|
|
12902
12937
|
"name"?: string;
|
|
12903
12938
|
"dateCreated"?: string;
|
|
12904
12939
|
"dateModified"?: string;
|
|
12905
12940
|
"version"?: number;
|
|
12906
|
-
"contactList"?: Models.DialerContactlistfilterConfigChangeUriReference;
|
|
12907
|
-
"contactListColumns"?: Array<string>;
|
|
12908
|
-
"clauses"?: Array<Models.DialerContactlistfilterConfigChangeFilterClause>;
|
|
12909
|
-
"filterType"?: string;
|
|
12910
|
-
"additionalProperties"?: object;
|
|
12911
12941
|
}
|
|
12912
12942
|
|
|
12913
12943
|
export interface DialerContactlistfilterConfigChangeFilterClause {
|
|
12914
12944
|
"filterType"?: string;
|
|
12915
12945
|
"predicates"?: Array<Models.DialerContactlistfilterConfigChangeFilterPredicate>;
|
|
12916
|
-
"additionalProperties"?: object;
|
|
12917
12946
|
}
|
|
12918
12947
|
|
|
12919
12948
|
export interface DialerContactlistfilterConfigChangeFilterPredicate {
|
|
@@ -12923,7 +12952,6 @@ declare namespace Models {
|
|
|
12923
12952
|
"value"?: string;
|
|
12924
12953
|
"range"?: Models.DialerContactlistfilterConfigChangeRange;
|
|
12925
12954
|
"inverted"?: boolean;
|
|
12926
|
-
"additionalProperties"?: object;
|
|
12927
12955
|
}
|
|
12928
12956
|
|
|
12929
12957
|
export interface DialerContactlistfilterConfigChangeRange {
|
|
@@ -12932,7 +12960,6 @@ declare namespace Models {
|
|
|
12932
12960
|
"minInclusive"?: boolean;
|
|
12933
12961
|
"maxInclusive"?: boolean;
|
|
12934
12962
|
"inSet"?: Array<string>;
|
|
12935
|
-
"additionalProperties"?: object;
|
|
12936
12963
|
}
|
|
12937
12964
|
|
|
12938
12965
|
export interface DialerContactlistfilterConfigChangeUriReference {
|
|
@@ -12941,11 +12968,6 @@ declare namespace Models {
|
|
|
12941
12968
|
}
|
|
12942
12969
|
|
|
12943
12970
|
export interface DialerDnclistConfigChangeDncList {
|
|
12944
|
-
"id"?: string;
|
|
12945
|
-
"name"?: string;
|
|
12946
|
-
"dateCreated"?: string;
|
|
12947
|
-
"dateModified"?: string;
|
|
12948
|
-
"version"?: number;
|
|
12949
12971
|
"importStatus"?: Models.DialerDnclistConfigChangeImportStatus;
|
|
12950
12972
|
"size"?: number;
|
|
12951
12973
|
"dncSourceType"?: string;
|
|
@@ -12954,7 +12976,11 @@ declare namespace Models {
|
|
|
12954
12976
|
"licenseId"?: string;
|
|
12955
12977
|
"contactMethod"?: string;
|
|
12956
12978
|
"division"?: Models.DialerDnclistConfigChangeUriReference;
|
|
12957
|
-
"
|
|
12979
|
+
"id"?: string;
|
|
12980
|
+
"name"?: string;
|
|
12981
|
+
"dateCreated"?: string;
|
|
12982
|
+
"dateModified"?: string;
|
|
12983
|
+
"version"?: number;
|
|
12958
12984
|
}
|
|
12959
12985
|
|
|
12960
12986
|
export interface DialerDnclistConfigChangeImportStatus {
|
|
@@ -12963,7 +12989,6 @@ declare namespace Models {
|
|
|
12963
12989
|
"completedRecords"?: number;
|
|
12964
12990
|
"percentageComplete"?: number;
|
|
12965
12991
|
"failureReason"?: string;
|
|
12966
|
-
"additionalProperties"?: object;
|
|
12967
12992
|
}
|
|
12968
12993
|
|
|
12969
12994
|
export interface DialerDnclistConfigChangeUriReference {
|
|
@@ -12990,9 +13015,9 @@ declare namespace Models {
|
|
|
12990
13015
|
}
|
|
12991
13016
|
|
|
12992
13017
|
export interface DialerOutboundSettingsConfigChangeAtzmTimeSlotWithTimeZone {
|
|
13018
|
+
"timeZoneId"?: string;
|
|
12993
13019
|
"earliestCallableTime"?: string;
|
|
12994
13020
|
"latestCallableTime"?: string;
|
|
12995
|
-
"timeZoneId"?: string;
|
|
12996
13021
|
}
|
|
12997
13022
|
|
|
12998
13023
|
export interface DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings {
|
|
@@ -13005,16 +13030,16 @@ declare namespace Models {
|
|
|
13005
13030
|
}
|
|
13006
13031
|
|
|
13007
13032
|
export interface DialerOutboundSettingsConfigChangeOutboundSettings {
|
|
13008
|
-
"id"?: string;
|
|
13009
|
-
"name"?: string;
|
|
13010
|
-
"dateCreated"?: string;
|
|
13011
|
-
"dateModified"?: string;
|
|
13012
|
-
"version"?: number;
|
|
13013
13033
|
"maxCallsPerAgent"?: number;
|
|
13014
13034
|
"maxLineUtilization"?: number;
|
|
13015
13035
|
"abandonSeconds"?: number;
|
|
13016
13036
|
"complianceAbandonRateDenominator"?: string;
|
|
13017
13037
|
"automaticTimeZoneMapping"?: Models.DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings;
|
|
13038
|
+
"id"?: string;
|
|
13039
|
+
"name"?: string;
|
|
13040
|
+
"dateCreated"?: string;
|
|
13041
|
+
"dateModified"?: string;
|
|
13042
|
+
"version"?: number;
|
|
13018
13043
|
}
|
|
13019
13044
|
|
|
13020
13045
|
export interface DialerPreview {
|
|
@@ -13029,18 +13054,16 @@ declare namespace Models {
|
|
|
13029
13054
|
"data"?: string;
|
|
13030
13055
|
"name"?: string;
|
|
13031
13056
|
"reactionType"?: string;
|
|
13032
|
-
"additionalProperties"?: object;
|
|
13033
13057
|
}
|
|
13034
13058
|
|
|
13035
13059
|
export interface DialerResponsesetConfigChangeResponseSet {
|
|
13060
|
+
"responses"?: { [key: string]: Models.DialerResponsesetConfigChangeReaction; };
|
|
13061
|
+
"beepDetectionEnabled"?: boolean;
|
|
13036
13062
|
"id"?: string;
|
|
13037
13063
|
"name"?: string;
|
|
13038
13064
|
"dateCreated"?: string;
|
|
13039
13065
|
"dateModified"?: string;
|
|
13040
13066
|
"version"?: number;
|
|
13041
|
-
"responses"?: { [key: string]: Models.DialerResponsesetConfigChangeReaction; };
|
|
13042
|
-
"beepDetectionEnabled"?: boolean;
|
|
13043
|
-
"additionalProperties"?: object;
|
|
13044
13067
|
}
|
|
13045
13068
|
|
|
13046
13069
|
export interface DialerRule {
|
|
@@ -13057,10 +13080,10 @@ declare namespace Models {
|
|
|
13057
13080
|
"actionTypeName"?: string;
|
|
13058
13081
|
"updateOption"?: string;
|
|
13059
13082
|
"properties"?: { [key: string]: string; };
|
|
13060
|
-
"additionalProperties"?: object;
|
|
13061
13083
|
}
|
|
13062
13084
|
|
|
13063
13085
|
export interface DialerRulesetConfigChangeCondition {
|
|
13086
|
+
"dataAction"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13064
13087
|
"type"?: string;
|
|
13065
13088
|
"inverted"?: boolean;
|
|
13066
13089
|
"attributeName"?: string;
|
|
@@ -13076,14 +13099,11 @@ declare namespace Models {
|
|
|
13076
13099
|
"agentWrapupField"?: string;
|
|
13077
13100
|
"contactColumnToDataActionFieldMappings"?: Array<Models.DialerRulesetConfigChangeContactColumnToDataActionFieldMapping>;
|
|
13078
13101
|
"predicates"?: Array<Models.DialerRulesetConfigChangeDataActionConditionPredicate>;
|
|
13079
|
-
"dataAction"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13080
|
-
"additionalProperties"?: object;
|
|
13081
13102
|
}
|
|
13082
13103
|
|
|
13083
13104
|
export interface DialerRulesetConfigChangeContactColumnToDataActionFieldMapping {
|
|
13084
13105
|
"contactColumnName"?: string;
|
|
13085
13106
|
"dataActionField"?: string;
|
|
13086
|
-
"additionalProperties"?: object;
|
|
13087
13107
|
}
|
|
13088
13108
|
|
|
13089
13109
|
export interface DialerRulesetConfigChangeDataActionConditionPredicate {
|
|
@@ -13092,29 +13112,26 @@ declare namespace Models {
|
|
|
13092
13112
|
"comparisonValue"?: string;
|
|
13093
13113
|
"outputFieldMissingResolution"?: boolean;
|
|
13094
13114
|
"inverted"?: boolean;
|
|
13095
|
-
"additionalProperties"?: object;
|
|
13096
13115
|
}
|
|
13097
13116
|
|
|
13098
13117
|
export interface DialerRulesetConfigChangeRule {
|
|
13118
|
+
"conditions"?: Array<Models.DialerRulesetConfigChangeCondition>;
|
|
13099
13119
|
"id"?: string;
|
|
13100
13120
|
"name"?: string;
|
|
13101
13121
|
"order"?: number;
|
|
13102
13122
|
"category"?: string;
|
|
13103
13123
|
"actions"?: Array<Models.DialerRulesetConfigChangeAction>;
|
|
13104
|
-
"conditions"?: Array<Models.DialerRulesetConfigChangeCondition>;
|
|
13105
|
-
"additionalProperties"?: object;
|
|
13106
13124
|
}
|
|
13107
13125
|
|
|
13108
13126
|
export interface DialerRulesetConfigChangeRuleSet {
|
|
13127
|
+
"contactList"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13128
|
+
"queue"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13129
|
+
"rules"?: Array<Models.DialerRulesetConfigChangeRule>;
|
|
13109
13130
|
"id"?: string;
|
|
13110
13131
|
"name"?: string;
|
|
13111
13132
|
"dateCreated"?: string;
|
|
13112
13133
|
"dateModified"?: string;
|
|
13113
13134
|
"version"?: number;
|
|
13114
|
-
"contactList"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13115
|
-
"queue"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13116
|
-
"rules"?: Array<Models.DialerRulesetConfigChangeRule>;
|
|
13117
|
-
"additionalProperties"?: object;
|
|
13118
13135
|
}
|
|
13119
13136
|
|
|
13120
13137
|
export interface DialerRulesetConfigChangeUriReference {
|
|
@@ -13123,17 +13140,16 @@ declare namespace Models {
|
|
|
13123
13140
|
}
|
|
13124
13141
|
|
|
13125
13142
|
export interface DialerSequenceConfigChangeCampaignSequence {
|
|
13126
|
-
"id"?: string;
|
|
13127
|
-
"name"?: string;
|
|
13128
|
-
"dateCreated"?: string;
|
|
13129
|
-
"dateModified"?: string;
|
|
13130
|
-
"version"?: number;
|
|
13131
13143
|
"campaigns"?: Array<Models.DialerSequenceConfigChangeUriReference>;
|
|
13132
13144
|
"currentCampaign"?: number;
|
|
13133
13145
|
"status"?: string;
|
|
13134
13146
|
"stopMessage"?: string;
|
|
13135
13147
|
"repeat"?: boolean;
|
|
13136
|
-
"
|
|
13148
|
+
"id"?: string;
|
|
13149
|
+
"name"?: string;
|
|
13150
|
+
"dateCreated"?: string;
|
|
13151
|
+
"dateModified"?: string;
|
|
13152
|
+
"version"?: number;
|
|
13137
13153
|
}
|
|
13138
13154
|
|
|
13139
13155
|
export interface DialerSequenceConfigChangeUriReference {
|
|
@@ -13144,19 +13160,17 @@ declare namespace Models {
|
|
|
13144
13160
|
export interface DialerSequenceScheduleConfigChangeScheduleInterval {
|
|
13145
13161
|
"start"?: string;
|
|
13146
13162
|
"end"?: string;
|
|
13147
|
-
"additionalProperties"?: object;
|
|
13148
13163
|
}
|
|
13149
13164
|
|
|
13150
13165
|
export interface DialerSequenceScheduleConfigChangeSequenceSchedule {
|
|
13166
|
+
"intervals"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleInterval>;
|
|
13167
|
+
"timeZone"?: string;
|
|
13168
|
+
"sequence"?: Models.DialerSequenceScheduleConfigChangeUriReference;
|
|
13151
13169
|
"id"?: string;
|
|
13152
13170
|
"name"?: string;
|
|
13153
13171
|
"dateCreated"?: string;
|
|
13154
13172
|
"dateModified"?: string;
|
|
13155
13173
|
"version"?: number;
|
|
13156
|
-
"intervals"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleInterval>;
|
|
13157
|
-
"timeZone"?: string;
|
|
13158
|
-
"sequence"?: Models.DialerSequenceScheduleConfigChangeUriReference;
|
|
13159
|
-
"additionalProperties"?: object;
|
|
13160
13174
|
}
|
|
13161
13175
|
|
|
13162
13176
|
export interface DialerSequenceScheduleConfigChangeUriReference {
|
|
@@ -13353,7 +13367,6 @@ declare namespace Models {
|
|
|
13353
13367
|
export interface DnclistDownloadReadyExportUri {
|
|
13354
13368
|
"uri"?: string;
|
|
13355
13369
|
"exportTimestamp"?: string;
|
|
13356
|
-
"additionalProperties"?: object;
|
|
13357
13370
|
}
|
|
13358
13371
|
|
|
13359
13372
|
export interface DnclistImportStatusImportStatus {
|
|
@@ -13362,7 +13375,6 @@ declare namespace Models {
|
|
|
13362
13375
|
"completedRecords"?: number;
|
|
13363
13376
|
"percentageComplete"?: number;
|
|
13364
13377
|
"failureReason"?: string;
|
|
13365
|
-
"additionalProperties"?: object;
|
|
13366
13378
|
}
|
|
13367
13379
|
|
|
13368
13380
|
export interface Document {
|
|
@@ -13940,7 +13952,12 @@ declare namespace Models {
|
|
|
13940
13952
|
|
|
13941
13953
|
export interface DraftTopics {
|
|
13942
13954
|
"id": string;
|
|
13943
|
-
"name"
|
|
13955
|
+
"name"?: string;
|
|
13956
|
+
"miner"?: Models.Miner;
|
|
13957
|
+
"conversationCount"?: number;
|
|
13958
|
+
"conversationPercent"?: number;
|
|
13959
|
+
"utteranceCount"?: number;
|
|
13960
|
+
"phraseCount"?: number;
|
|
13944
13961
|
"phrases": Array<string>;
|
|
13945
13962
|
"selfUri"?: string;
|
|
13946
13963
|
}
|
|
@@ -14070,6 +14087,11 @@ declare namespace Models {
|
|
|
14070
14087
|
"pageCount"?: number;
|
|
14071
14088
|
}
|
|
14072
14089
|
|
|
14090
|
+
export interface EdgeIdNamePair {
|
|
14091
|
+
"id"?: string;
|
|
14092
|
+
"name"?: string;
|
|
14093
|
+
}
|
|
14094
|
+
|
|
14073
14095
|
export interface EdgeInterface {
|
|
14074
14096
|
"type"?: string;
|
|
14075
14097
|
"ipAddress"?: string;
|
|
@@ -14998,6 +15020,10 @@ declare namespace Models {
|
|
|
14998
15020
|
"threshold"?: number;
|
|
14999
15021
|
}
|
|
15000
15022
|
|
|
15023
|
+
export interface ExpiredEdgeListing {
|
|
15024
|
+
"entities"?: Array<Models.EdgeIdNamePair>;
|
|
15025
|
+
}
|
|
15026
|
+
|
|
15001
15027
|
export interface ExportScriptRequest {
|
|
15002
15028
|
"fileName"?: string;
|
|
15003
15029
|
"versionId"?: string;
|
|
@@ -15279,17 +15305,8 @@ declare namespace Models {
|
|
|
15279
15305
|
"errorCode"?: string;
|
|
15280
15306
|
}
|
|
15281
15307
|
|
|
15282
|
-
export interface
|
|
15308
|
+
export interface FailedRecordingEntityListing {
|
|
15283
15309
|
"entities"?: Array<Models.RecordingJobFailedRecording>;
|
|
15284
|
-
"pageSize"?: number;
|
|
15285
|
-
"pageNumber"?: number;
|
|
15286
|
-
"total"?: number;
|
|
15287
|
-
"firstUri"?: string;
|
|
15288
|
-
"selfUri"?: string;
|
|
15289
|
-
"nextUri"?: string;
|
|
15290
|
-
"previousUri"?: string;
|
|
15291
|
-
"lastUri"?: string;
|
|
15292
|
-
"pageCount"?: number;
|
|
15293
15310
|
}
|
|
15294
15311
|
|
|
15295
15312
|
export interface FaxDocument {
|
|
@@ -16448,8 +16465,8 @@ declare namespace Models {
|
|
|
16448
16465
|
"started"?: string;
|
|
16449
16466
|
"completed"?: string;
|
|
16450
16467
|
"entities"?: Array<Models.HistoryEntry>;
|
|
16451
|
-
"pageSize"?: number;
|
|
16452
16468
|
"pageNumber"?: number;
|
|
16469
|
+
"pageSize"?: number;
|
|
16453
16470
|
"total"?: number;
|
|
16454
16471
|
"pageCount"?: number;
|
|
16455
16472
|
}
|
|
@@ -16897,6 +16914,11 @@ declare namespace Models {
|
|
|
16897
16914
|
"intervalLengthMinutes"?: number;
|
|
16898
16915
|
}
|
|
16899
16916
|
|
|
16917
|
+
export interface InvalidAssignment {
|
|
16918
|
+
"user"?: Models.UserReference;
|
|
16919
|
+
"message"?: string;
|
|
16920
|
+
}
|
|
16921
|
+
|
|
16900
16922
|
export interface IpAddressAuthentication {
|
|
16901
16923
|
"networkWhitelist"?: Array<string>;
|
|
16902
16924
|
}
|
|
@@ -17123,8 +17145,8 @@ declare namespace Models {
|
|
|
17123
17145
|
"createdDate"?: string;
|
|
17124
17146
|
"customerId"?: string;
|
|
17125
17147
|
"customerIdType"?: string;
|
|
17126
|
-
"eventType"?: string;
|
|
17127
17148
|
"session"?: Models.JourneyOutcomeEventsNotificationSession;
|
|
17149
|
+
"eventType"?: string;
|
|
17128
17150
|
"outcomeAchievedEvent"?: Models.JourneyOutcomeEventsNotificationOutcomeAchievedMessage;
|
|
17129
17151
|
"outcomeAttributionEventMessage"?: Models.JourneyOutcomeEventsNotificationOutcomeAttributionMessage;
|
|
17130
17152
|
}
|
|
@@ -17330,8 +17352,8 @@ declare namespace Models {
|
|
|
17330
17352
|
"createdDate"?: string;
|
|
17331
17353
|
"customerId"?: string;
|
|
17332
17354
|
"customerIdType"?: string;
|
|
17333
|
-
"eventType"?: string;
|
|
17334
17355
|
"session"?: Models.JourneyWebActionEventsNotificationSession;
|
|
17356
|
+
"eventType"?: string;
|
|
17335
17357
|
"webActionEvent"?: Models.JourneyWebActionEventsNotificationWebActionMessage;
|
|
17336
17358
|
"blockedWebActionOfferEvent"?: Models.JourneyWebActionEventsNotificationBlockedWebActionOfferMessage;
|
|
17337
17359
|
}
|
|
@@ -17503,8 +17525,8 @@ declare namespace Models {
|
|
|
17503
17525
|
"createdDate"?: string;
|
|
17504
17526
|
"customerId"?: string;
|
|
17505
17527
|
"customerIdType"?: string;
|
|
17506
|
-
"eventType"?: string;
|
|
17507
17528
|
"session"?: Models.JourneyWebEventsNotificationSession;
|
|
17529
|
+
"eventType"?: string;
|
|
17508
17530
|
"webEvent"?: Models.JourneyWebEventsNotificationWebMessage;
|
|
17509
17531
|
"webActionEvent"?: Models.JourneyWebEventsNotificationWebActionMessage;
|
|
17510
17532
|
"outcomeAchievedEvent"?: Models.JourneyWebEventsNotificationOutcomeAchievedMessage;
|
|
@@ -17670,6 +17692,11 @@ declare namespace Models {
|
|
|
17670
17692
|
"displayName"?: string;
|
|
17671
17693
|
}
|
|
17672
17694
|
|
|
17695
|
+
export interface Knowledge {
|
|
17696
|
+
"enabled"?: boolean;
|
|
17697
|
+
"knowledgeBase"?: Models.AddressableEntityRef;
|
|
17698
|
+
}
|
|
17699
|
+
|
|
17673
17700
|
export interface KnowledgeBase {
|
|
17674
17701
|
"id"?: string;
|
|
17675
17702
|
"name"?: string;
|
|
@@ -17817,6 +17844,14 @@ declare namespace Models {
|
|
|
17817
17844
|
"selfUri"?: string;
|
|
17818
17845
|
}
|
|
17819
17846
|
|
|
17847
|
+
export interface KpiResult {
|
|
17848
|
+
"kpiTotalOn"?: number;
|
|
17849
|
+
"kpiTotalOff"?: number;
|
|
17850
|
+
"interactionCountOn"?: number;
|
|
17851
|
+
"interactionCountOff"?: number;
|
|
17852
|
+
"mediaType"?: string;
|
|
17853
|
+
}
|
|
17854
|
+
|
|
17820
17855
|
export interface Language {
|
|
17821
17856
|
"id"?: string;
|
|
17822
17857
|
"name": string;
|
|
@@ -18446,6 +18481,10 @@ declare namespace Models {
|
|
|
18446
18481
|
"values"?: Array<string>;
|
|
18447
18482
|
}
|
|
18448
18483
|
|
|
18484
|
+
export interface ListWrapperSecondaryPresence {
|
|
18485
|
+
"values"?: Array<Models.SecondaryPresence>;
|
|
18486
|
+
}
|
|
18487
|
+
|
|
18449
18488
|
export interface ListWrapperShiftStartVariance {
|
|
18450
18489
|
"values"?: Array<Models.ShiftStartVariance>;
|
|
18451
18490
|
}
|
|
@@ -18816,6 +18855,11 @@ declare namespace Models {
|
|
|
18816
18855
|
"includeNonAcd"?: boolean;
|
|
18817
18856
|
}
|
|
18818
18857
|
|
|
18858
|
+
export interface Member {
|
|
18859
|
+
"id": string;
|
|
18860
|
+
"selfUri"?: string;
|
|
18861
|
+
}
|
|
18862
|
+
|
|
18819
18863
|
export interface MemberEntity {
|
|
18820
18864
|
"id"?: string;
|
|
18821
18865
|
}
|
|
@@ -18823,12 +18867,16 @@ declare namespace Models {
|
|
|
18823
18867
|
export interface MemberGroup {
|
|
18824
18868
|
"id"?: string;
|
|
18825
18869
|
"name"?: string;
|
|
18826
|
-
"division"?: Models.
|
|
18870
|
+
"division"?: Models.WritableDivision;
|
|
18827
18871
|
"type"?: string;
|
|
18828
18872
|
"memberCount"?: number;
|
|
18829
18873
|
"selfUri"?: string;
|
|
18830
18874
|
}
|
|
18831
18875
|
|
|
18876
|
+
export interface MemberListing {
|
|
18877
|
+
"entities"?: Array<Models.Member>;
|
|
18878
|
+
}
|
|
18879
|
+
|
|
18832
18880
|
export interface MergeOperation {
|
|
18833
18881
|
"sourceContact"?: Models.AddressableEntityRef;
|
|
18834
18882
|
"targetContact"?: Models.AddressableEntityRef;
|
|
@@ -19161,11 +19209,23 @@ declare namespace Models {
|
|
|
19161
19209
|
"parameters"?: Array<Models.TemplateParameter>;
|
|
19162
19210
|
}
|
|
19163
19211
|
|
|
19212
|
+
export interface MessengerApps {
|
|
19213
|
+
"knowledge"?: Models.Knowledge;
|
|
19214
|
+
}
|
|
19215
|
+
|
|
19216
|
+
export interface MessengerPositionSettings {
|
|
19217
|
+
"alignment"?: string;
|
|
19218
|
+
"sideSpace"?: number;
|
|
19219
|
+
"bottomSpace"?: number;
|
|
19220
|
+
}
|
|
19221
|
+
|
|
19164
19222
|
export interface MessengerSettings {
|
|
19165
19223
|
"enabled"?: boolean;
|
|
19166
19224
|
"styles"?: Models.MessengerStyles;
|
|
19167
19225
|
"launcherButton"?: Models.LauncherButtonSettings;
|
|
19168
19226
|
"fileUpload"?: Models.FileUploadSettings;
|
|
19227
|
+
"apps"?: Models.MessengerApps;
|
|
19228
|
+
"position"?: Models.MessengerPositionSettings;
|
|
19169
19229
|
}
|
|
19170
19230
|
|
|
19171
19231
|
export interface MessengerStyles {
|
|
@@ -19522,6 +19582,7 @@ declare namespace Models {
|
|
|
19522
19582
|
"domain"?: Models.AddressableEntityRef;
|
|
19523
19583
|
"version"?: Models.NluDomainVersion;
|
|
19524
19584
|
"intents"?: Array<Models.Intent>;
|
|
19585
|
+
"engineVersion"?: string;
|
|
19525
19586
|
}
|
|
19526
19587
|
|
|
19527
19588
|
export interface NluQualityReportSummary {
|
|
@@ -20119,6 +20180,12 @@ declare namespace Models {
|
|
|
20119
20180
|
"conversationId"?: string;
|
|
20120
20181
|
}
|
|
20121
20182
|
|
|
20183
|
+
export interface OtherProfileAssignment {
|
|
20184
|
+
"id"?: string;
|
|
20185
|
+
"currentProfile"?: Models.DomainEntityRef;
|
|
20186
|
+
"selfUri"?: string;
|
|
20187
|
+
}
|
|
20188
|
+
|
|
20122
20189
|
export interface OutOfOffice {
|
|
20123
20190
|
"id"?: string;
|
|
20124
20191
|
"name"?: string;
|
|
@@ -20166,7 +20233,6 @@ declare namespace Models {
|
|
|
20166
20233
|
"fieldName"?: string;
|
|
20167
20234
|
"direction"?: string;
|
|
20168
20235
|
"numeric"?: boolean;
|
|
20169
|
-
"additionalProperties"?: object;
|
|
20170
20236
|
}
|
|
20171
20237
|
|
|
20172
20238
|
export interface OutboundMessagingMessagingCampaignConfigChangeEmailConfig {
|
|
@@ -20188,12 +20254,6 @@ declare namespace Models {
|
|
|
20188
20254
|
}
|
|
20189
20255
|
|
|
20190
20256
|
export interface OutboundMessagingMessagingCampaignConfigChangeMessagingCampaign {
|
|
20191
|
-
"id"?: string;
|
|
20192
|
-
"division"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20193
|
-
"name"?: string;
|
|
20194
|
-
"dateCreated"?: string;
|
|
20195
|
-
"dateModified"?: string;
|
|
20196
|
-
"version"?: number;
|
|
20197
20257
|
"campaignStatus"?: string;
|
|
20198
20258
|
"callableTimeSet"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20199
20259
|
"contactList"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
@@ -20205,6 +20265,12 @@ declare namespace Models {
|
|
|
20205
20265
|
"smsConfig"?: Models.OutboundMessagingMessagingCampaignConfigChangeSmsConfig;
|
|
20206
20266
|
"emailConfig"?: Models.OutboundMessagingMessagingCampaignConfigChangeEmailConfig;
|
|
20207
20267
|
"errors"?: Array<Models.OutboundMessagingMessagingCampaignConfigChangeErrorDetail>;
|
|
20268
|
+
"id"?: string;
|
|
20269
|
+
"division"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20270
|
+
"name"?: string;
|
|
20271
|
+
"dateCreated"?: string;
|
|
20272
|
+
"dateModified"?: string;
|
|
20273
|
+
"version"?: number;
|
|
20208
20274
|
}
|
|
20209
20275
|
|
|
20210
20276
|
export interface OutboundMessagingMessagingCampaignConfigChangeReplyToEmailAddress {
|
|
@@ -20238,7 +20304,6 @@ declare namespace Models {
|
|
|
20238
20304
|
"numberOfContactsMessaged"?: number;
|
|
20239
20305
|
"totalNumberOfContacts"?: number;
|
|
20240
20306
|
"percentage"?: number;
|
|
20241
|
-
"additionalProperties"?: object;
|
|
20242
20307
|
}
|
|
20243
20308
|
|
|
20244
20309
|
export interface OutboundMessagingMessagingCampaignProgressEventUriReference {
|
|
@@ -20530,6 +20595,14 @@ declare namespace Models {
|
|
|
20530
20595
|
}
|
|
20531
20596
|
|
|
20532
20597
|
export interface ParticipantMetrics {
|
|
20598
|
+
"agentDurationPercentage"?: number;
|
|
20599
|
+
"customerDurationPercentage"?: number;
|
|
20600
|
+
"silenceDurationPercentage"?: number;
|
|
20601
|
+
"ivrDurationPercentage"?: number;
|
|
20602
|
+
"acdDurationPercentage"?: number;
|
|
20603
|
+
"overtalkDurationPercentage"?: number;
|
|
20604
|
+
"otherDurationPercentage"?: number;
|
|
20605
|
+
"overtalkCount"?: number;
|
|
20533
20606
|
}
|
|
20534
20607
|
|
|
20535
20608
|
export interface PatchAction {
|
|
@@ -21160,6 +21233,9 @@ declare namespace Models {
|
|
|
21160
21233
|
"estimatedWaitTimeSeconds": number;
|
|
21161
21234
|
}
|
|
21162
21235
|
|
|
21236
|
+
export interface PredictiveRouting {
|
|
21237
|
+
}
|
|
21238
|
+
|
|
21163
21239
|
export interface Predictor {
|
|
21164
21240
|
"id"?: string;
|
|
21165
21241
|
"queues": Array<Models.AddressableEntityRef>;
|
|
@@ -21592,6 +21668,7 @@ declare namespace Models {
|
|
|
21592
21668
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
21593
21669
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
21594
21670
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
21671
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
21595
21672
|
"autoAnswerOnly"?: boolean;
|
|
21596
21673
|
"enableTranscription"?: boolean;
|
|
21597
21674
|
"enableManualAssignment"?: boolean;
|
|
@@ -21742,7 +21819,6 @@ declare namespace Models {
|
|
|
21742
21819
|
"tags"?: Array<string>;
|
|
21743
21820
|
"durationSeconds"?: number;
|
|
21744
21821
|
"endTime"?: string;
|
|
21745
|
-
"additionalProperties"?: object;
|
|
21746
21822
|
}
|
|
21747
21823
|
|
|
21748
21824
|
export interface QueueConversationCallbackEventTopicCallbackConversation {
|
|
@@ -21819,7 +21895,6 @@ declare namespace Models {
|
|
|
21819
21895
|
"contactListId"?: string;
|
|
21820
21896
|
"campaignId"?: string;
|
|
21821
21897
|
"phoneNumberColumns"?: Array<Models.QueueConversationCallbackEventTopicPhoneNumberColumn>;
|
|
21822
|
-
"additionalProperties"?: object;
|
|
21823
21898
|
}
|
|
21824
21899
|
|
|
21825
21900
|
export interface QueueConversationCallbackEventTopicErrorBody {
|
|
@@ -21864,7 +21939,6 @@ declare namespace Models {
|
|
|
21864
21939
|
export interface QueueConversationCallbackEventTopicPhoneNumberColumn {
|
|
21865
21940
|
"columnName"?: string;
|
|
21866
21941
|
"type"?: string;
|
|
21867
|
-
"additionalProperties"?: object;
|
|
21868
21942
|
}
|
|
21869
21943
|
|
|
21870
21944
|
export interface QueueConversationCallbackEventTopicScoredAgent {
|
|
@@ -21888,7 +21962,6 @@ declare namespace Models {
|
|
|
21888
21962
|
"tags"?: Array<string>;
|
|
21889
21963
|
"durationSeconds"?: number;
|
|
21890
21964
|
"endTime"?: string;
|
|
21891
|
-
"additionalProperties"?: object;
|
|
21892
21965
|
}
|
|
21893
21966
|
|
|
21894
21967
|
export interface QueueConversationChatEventTopicChatConversation {
|
|
@@ -22007,7 +22080,6 @@ declare namespace Models {
|
|
|
22007
22080
|
"tags"?: Array<string>;
|
|
22008
22081
|
"durationSeconds"?: number;
|
|
22009
22082
|
"endTime"?: string;
|
|
22010
|
-
"additionalProperties"?: object;
|
|
22011
22083
|
}
|
|
22012
22084
|
|
|
22013
22085
|
export interface QueueConversationCobrowseEventTopicCobrowseConversation {
|
|
@@ -22129,7 +22201,6 @@ declare namespace Models {
|
|
|
22129
22201
|
"tags"?: Array<string>;
|
|
22130
22202
|
"durationSeconds"?: number;
|
|
22131
22203
|
"endTime"?: string;
|
|
22132
|
-
"additionalProperties"?: object;
|
|
22133
22204
|
}
|
|
22134
22205
|
|
|
22135
22206
|
export interface QueueConversationEmailEventTopicAttachment {
|
|
@@ -22138,7 +22209,6 @@ declare namespace Models {
|
|
|
22138
22209
|
"contentUri"?: string;
|
|
22139
22210
|
"contentType"?: string;
|
|
22140
22211
|
"contentLength"?: number;
|
|
22141
|
-
"additionalProperties"?: object;
|
|
22142
22212
|
}
|
|
22143
22213
|
|
|
22144
22214
|
export interface QueueConversationEmailEventTopicConversationRoutingData {
|
|
@@ -22261,7 +22331,6 @@ declare namespace Models {
|
|
|
22261
22331
|
"tags"?: Array<string>;
|
|
22262
22332
|
"durationSeconds"?: number;
|
|
22263
22333
|
"endTime"?: string;
|
|
22264
|
-
"additionalProperties"?: object;
|
|
22265
22334
|
}
|
|
22266
22335
|
|
|
22267
22336
|
export interface QueueConversationEventTopicAddress {
|
|
@@ -22270,7 +22339,6 @@ declare namespace Models {
|
|
|
22270
22339
|
"addressNormalized"?: string;
|
|
22271
22340
|
"addressRaw"?: string;
|
|
22272
22341
|
"addressDisplayable"?: string;
|
|
22273
|
-
"additionalProperties"?: object;
|
|
22274
22342
|
}
|
|
22275
22343
|
|
|
22276
22344
|
export interface QueueConversationEventTopicAfterCallWork {
|
|
@@ -22285,7 +22353,6 @@ declare namespace Models {
|
|
|
22285
22353
|
"contentUri"?: string;
|
|
22286
22354
|
"contentType"?: string;
|
|
22287
22355
|
"contentLength"?: number;
|
|
22288
|
-
"additionalProperties"?: object;
|
|
22289
22356
|
}
|
|
22290
22357
|
|
|
22291
22358
|
export interface QueueConversationEventTopicCall {
|
|
@@ -22315,7 +22382,6 @@ declare namespace Models {
|
|
|
22315
22382
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22316
22383
|
"afterCallWorkRequired"?: boolean;
|
|
22317
22384
|
"agentAssistantId"?: string;
|
|
22318
|
-
"additionalProperties"?: object;
|
|
22319
22385
|
}
|
|
22320
22386
|
|
|
22321
22387
|
export interface QueueConversationEventTopicCallback {
|
|
@@ -22344,7 +22410,6 @@ declare namespace Models {
|
|
|
22344
22410
|
"afterCallWorkRequired"?: boolean;
|
|
22345
22411
|
"callerId"?: string;
|
|
22346
22412
|
"callerIdName"?: string;
|
|
22347
|
-
"additionalProperties"?: object;
|
|
22348
22413
|
}
|
|
22349
22414
|
|
|
22350
22415
|
export interface QueueConversationEventTopicChat {
|
|
@@ -22364,7 +22429,6 @@ declare namespace Models {
|
|
|
22364
22429
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22365
22430
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22366
22431
|
"afterCallWorkRequired"?: boolean;
|
|
22367
|
-
"additionalProperties"?: object;
|
|
22368
22432
|
}
|
|
22369
22433
|
|
|
22370
22434
|
export interface QueueConversationEventTopicCobrowse {
|
|
@@ -22386,7 +22450,6 @@ declare namespace Models {
|
|
|
22386
22450
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22387
22451
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22388
22452
|
"afterCallWorkRequired"?: boolean;
|
|
22389
|
-
"additionalProperties"?: object;
|
|
22390
22453
|
}
|
|
22391
22454
|
|
|
22392
22455
|
export interface QueueConversationEventTopicConversation {
|
|
@@ -22412,7 +22475,6 @@ declare namespace Models {
|
|
|
22412
22475
|
"contactListId"?: string;
|
|
22413
22476
|
"campaignId"?: string;
|
|
22414
22477
|
"phoneNumberColumns"?: Array<Models.QueueConversationEventTopicPhoneNumberColumn>;
|
|
22415
|
-
"additionalProperties"?: object;
|
|
22416
22478
|
}
|
|
22417
22479
|
|
|
22418
22480
|
export interface QueueConversationEventTopicDisconnectReason {
|
|
@@ -22443,7 +22505,6 @@ declare namespace Models {
|
|
|
22443
22505
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22444
22506
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22445
22507
|
"afterCallWorkRequired"?: boolean;
|
|
22446
|
-
"additionalProperties"?: object;
|
|
22447
22508
|
}
|
|
22448
22509
|
|
|
22449
22510
|
export interface QueueConversationEventTopicErrorDetails {
|
|
@@ -22454,7 +22515,6 @@ declare namespace Models {
|
|
|
22454
22515
|
"messageParams"?: { [key: string]: string; };
|
|
22455
22516
|
"contextId"?: string;
|
|
22456
22517
|
"uri"?: string;
|
|
22457
|
-
"additionalProperties"?: object;
|
|
22458
22518
|
}
|
|
22459
22519
|
|
|
22460
22520
|
export interface QueueConversationEventTopicFaxStatus {
|
|
@@ -22518,7 +22578,6 @@ declare namespace Models {
|
|
|
22518
22578
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22519
22579
|
"afterCallWorkRequired"?: boolean;
|
|
22520
22580
|
"agentAssistantId"?: string;
|
|
22521
|
-
"additionalProperties"?: object;
|
|
22522
22581
|
}
|
|
22523
22582
|
|
|
22524
22583
|
export interface QueueConversationEventTopicMessageDetails {
|
|
@@ -22580,13 +22639,11 @@ declare namespace Models {
|
|
|
22580
22639
|
"screenshares"?: Array<Models.QueueConversationEventTopicScreenshare>;
|
|
22581
22640
|
"socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
|
|
22582
22641
|
"videos"?: Array<Models.QueueConversationEventTopicVideo>;
|
|
22583
|
-
"additionalProperties"?: object;
|
|
22584
22642
|
}
|
|
22585
22643
|
|
|
22586
22644
|
export interface QueueConversationEventTopicPhoneNumberColumn {
|
|
22587
22645
|
"columnName"?: string;
|
|
22588
22646
|
"type"?: string;
|
|
22589
|
-
"additionalProperties"?: object;
|
|
22590
22647
|
}
|
|
22591
22648
|
|
|
22592
22649
|
export interface QueueConversationEventTopicScoredAgent {
|
|
@@ -22609,7 +22666,6 @@ declare namespace Models {
|
|
|
22609
22666
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22610
22667
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22611
22668
|
"afterCallWorkRequired"?: boolean;
|
|
22612
|
-
"additionalProperties"?: object;
|
|
22613
22669
|
}
|
|
22614
22670
|
|
|
22615
22671
|
export interface QueueConversationEventTopicSocialExpression {
|
|
@@ -22631,7 +22687,6 @@ declare namespace Models {
|
|
|
22631
22687
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22632
22688
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22633
22689
|
"afterCallWorkRequired"?: boolean;
|
|
22634
|
-
"additionalProperties"?: object;
|
|
22635
22690
|
}
|
|
22636
22691
|
|
|
22637
22692
|
export interface QueueConversationEventTopicUriReference {
|
|
@@ -22657,7 +22712,6 @@ declare namespace Models {
|
|
|
22657
22712
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22658
22713
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22659
22714
|
"afterCallWorkRequired"?: boolean;
|
|
22660
|
-
"additionalProperties"?: object;
|
|
22661
22715
|
}
|
|
22662
22716
|
|
|
22663
22717
|
export interface QueueConversationEventTopicVoicemail {
|
|
@@ -22671,7 +22725,6 @@ declare namespace Models {
|
|
|
22671
22725
|
"tags"?: Array<string>;
|
|
22672
22726
|
"durationSeconds"?: number;
|
|
22673
22727
|
"endTime"?: string;
|
|
22674
|
-
"additionalProperties"?: object;
|
|
22675
22728
|
}
|
|
22676
22729
|
|
|
22677
22730
|
export interface QueueConversationMessageEventTopicConversationRoutingData {
|
|
@@ -22814,7 +22867,6 @@ declare namespace Models {
|
|
|
22814
22867
|
"tags"?: Array<string>;
|
|
22815
22868
|
"durationSeconds"?: number;
|
|
22816
22869
|
"endTime"?: string;
|
|
22817
|
-
"additionalProperties"?: object;
|
|
22818
22870
|
}
|
|
22819
22871
|
|
|
22820
22872
|
export interface QueueConversationScreenShareEventTopicConversationRoutingData {
|
|
@@ -22934,7 +22986,6 @@ declare namespace Models {
|
|
|
22934
22986
|
"tags"?: Array<string>;
|
|
22935
22987
|
"durationSeconds"?: number;
|
|
22936
22988
|
"endTime"?: string;
|
|
22937
|
-
"additionalProperties"?: object;
|
|
22938
22989
|
}
|
|
22939
22990
|
|
|
22940
22991
|
export interface QueueConversationSocialExpressionEventTopicAddress {
|
|
@@ -22943,7 +22994,6 @@ declare namespace Models {
|
|
|
22943
22994
|
"addressNormalized"?: string;
|
|
22944
22995
|
"addressRaw"?: string;
|
|
22945
22996
|
"addressDisplayable"?: string;
|
|
22946
|
-
"additionalProperties"?: object;
|
|
22947
22997
|
}
|
|
22948
22998
|
|
|
22949
22999
|
export interface QueueConversationSocialExpressionEventTopicAfterCallWork {
|
|
@@ -22958,7 +23008,6 @@ declare namespace Models {
|
|
|
22958
23008
|
"contentUri"?: string;
|
|
22959
23009
|
"contentType"?: string;
|
|
22960
23010
|
"contentLength"?: number;
|
|
22961
|
-
"additionalProperties"?: object;
|
|
22962
23011
|
}
|
|
22963
23012
|
|
|
22964
23013
|
export interface QueueConversationSocialExpressionEventTopicCall {
|
|
@@ -22988,7 +23037,6 @@ declare namespace Models {
|
|
|
22988
23037
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
22989
23038
|
"afterCallWorkRequired"?: boolean;
|
|
22990
23039
|
"agentAssistantId"?: string;
|
|
22991
|
-
"additionalProperties"?: object;
|
|
22992
23040
|
}
|
|
22993
23041
|
|
|
22994
23042
|
export interface QueueConversationSocialExpressionEventTopicCallback {
|
|
@@ -23017,7 +23065,6 @@ declare namespace Models {
|
|
|
23017
23065
|
"afterCallWorkRequired"?: boolean;
|
|
23018
23066
|
"callerId"?: string;
|
|
23019
23067
|
"callerIdName"?: string;
|
|
23020
|
-
"additionalProperties"?: object;
|
|
23021
23068
|
}
|
|
23022
23069
|
|
|
23023
23070
|
export interface QueueConversationSocialExpressionEventTopicChat {
|
|
@@ -23037,7 +23084,6 @@ declare namespace Models {
|
|
|
23037
23084
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23038
23085
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23039
23086
|
"afterCallWorkRequired"?: boolean;
|
|
23040
|
-
"additionalProperties"?: object;
|
|
23041
23087
|
}
|
|
23042
23088
|
|
|
23043
23089
|
export interface QueueConversationSocialExpressionEventTopicCobrowse {
|
|
@@ -23059,7 +23105,6 @@ declare namespace Models {
|
|
|
23059
23105
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23060
23106
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23061
23107
|
"afterCallWorkRequired"?: boolean;
|
|
23062
|
-
"additionalProperties"?: object;
|
|
23063
23108
|
}
|
|
23064
23109
|
|
|
23065
23110
|
export interface QueueConversationSocialExpressionEventTopicConversation {
|
|
@@ -23085,7 +23130,6 @@ declare namespace Models {
|
|
|
23085
23130
|
"contactListId"?: string;
|
|
23086
23131
|
"campaignId"?: string;
|
|
23087
23132
|
"phoneNumberColumns"?: Array<Models.QueueConversationSocialExpressionEventTopicPhoneNumberColumn>;
|
|
23088
|
-
"additionalProperties"?: object;
|
|
23089
23133
|
}
|
|
23090
23134
|
|
|
23091
23135
|
export interface QueueConversationSocialExpressionEventTopicDisconnectReason {
|
|
@@ -23116,7 +23160,6 @@ declare namespace Models {
|
|
|
23116
23160
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23117
23161
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23118
23162
|
"afterCallWorkRequired"?: boolean;
|
|
23119
|
-
"additionalProperties"?: object;
|
|
23120
23163
|
}
|
|
23121
23164
|
|
|
23122
23165
|
export interface QueueConversationSocialExpressionEventTopicErrorDetails {
|
|
@@ -23127,7 +23170,6 @@ declare namespace Models {
|
|
|
23127
23170
|
"messageParams"?: { [key: string]: string; };
|
|
23128
23171
|
"contextId"?: string;
|
|
23129
23172
|
"uri"?: string;
|
|
23130
|
-
"additionalProperties"?: object;
|
|
23131
23173
|
}
|
|
23132
23174
|
|
|
23133
23175
|
export interface QueueConversationSocialExpressionEventTopicFaxStatus {
|
|
@@ -23191,7 +23233,6 @@ declare namespace Models {
|
|
|
23191
23233
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23192
23234
|
"afterCallWorkRequired"?: boolean;
|
|
23193
23235
|
"agentAssistantId"?: string;
|
|
23194
|
-
"additionalProperties"?: object;
|
|
23195
23236
|
}
|
|
23196
23237
|
|
|
23197
23238
|
export interface QueueConversationSocialExpressionEventTopicMessageDetails {
|
|
@@ -23253,13 +23294,11 @@ declare namespace Models {
|
|
|
23253
23294
|
"screenshares"?: Array<Models.QueueConversationSocialExpressionEventTopicScreenshare>;
|
|
23254
23295
|
"socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
|
|
23255
23296
|
"videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
|
|
23256
|
-
"additionalProperties"?: object;
|
|
23257
23297
|
}
|
|
23258
23298
|
|
|
23259
23299
|
export interface QueueConversationSocialExpressionEventTopicPhoneNumberColumn {
|
|
23260
23300
|
"columnName"?: string;
|
|
23261
23301
|
"type"?: string;
|
|
23262
|
-
"additionalProperties"?: object;
|
|
23263
23302
|
}
|
|
23264
23303
|
|
|
23265
23304
|
export interface QueueConversationSocialExpressionEventTopicScoredAgent {
|
|
@@ -23282,7 +23321,6 @@ declare namespace Models {
|
|
|
23282
23321
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23283
23322
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23284
23323
|
"afterCallWorkRequired"?: boolean;
|
|
23285
|
-
"additionalProperties"?: object;
|
|
23286
23324
|
}
|
|
23287
23325
|
|
|
23288
23326
|
export interface QueueConversationSocialExpressionEventTopicSocialExpression {
|
|
@@ -23304,7 +23342,6 @@ declare namespace Models {
|
|
|
23304
23342
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23305
23343
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23306
23344
|
"afterCallWorkRequired"?: boolean;
|
|
23307
|
-
"additionalProperties"?: object;
|
|
23308
23345
|
}
|
|
23309
23346
|
|
|
23310
23347
|
export interface QueueConversationSocialExpressionEventTopicUriReference {
|
|
@@ -23330,7 +23367,6 @@ declare namespace Models {
|
|
|
23330
23367
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23331
23368
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23332
23369
|
"afterCallWorkRequired"?: boolean;
|
|
23333
|
-
"additionalProperties"?: object;
|
|
23334
23370
|
}
|
|
23335
23371
|
|
|
23336
23372
|
export interface QueueConversationSocialExpressionEventTopicVoicemail {
|
|
@@ -23344,7 +23380,6 @@ declare namespace Models {
|
|
|
23344
23380
|
"tags"?: Array<string>;
|
|
23345
23381
|
"durationSeconds"?: number;
|
|
23346
23382
|
"endTime"?: string;
|
|
23347
|
-
"additionalProperties"?: object;
|
|
23348
23383
|
}
|
|
23349
23384
|
|
|
23350
23385
|
export interface QueueConversationVideoEventTopicAddress {
|
|
@@ -23353,7 +23388,6 @@ declare namespace Models {
|
|
|
23353
23388
|
"addressNormalized"?: string;
|
|
23354
23389
|
"addressRaw"?: string;
|
|
23355
23390
|
"addressDisplayable"?: string;
|
|
23356
|
-
"additionalProperties"?: object;
|
|
23357
23391
|
}
|
|
23358
23392
|
|
|
23359
23393
|
export interface QueueConversationVideoEventTopicAfterCallWork {
|
|
@@ -23368,7 +23402,6 @@ declare namespace Models {
|
|
|
23368
23402
|
"contentUri"?: string;
|
|
23369
23403
|
"contentType"?: string;
|
|
23370
23404
|
"contentLength"?: number;
|
|
23371
|
-
"additionalProperties"?: object;
|
|
23372
23405
|
}
|
|
23373
23406
|
|
|
23374
23407
|
export interface QueueConversationVideoEventTopicCall {
|
|
@@ -23398,7 +23431,6 @@ declare namespace Models {
|
|
|
23398
23431
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23399
23432
|
"afterCallWorkRequired"?: boolean;
|
|
23400
23433
|
"agentAssistantId"?: string;
|
|
23401
|
-
"additionalProperties"?: object;
|
|
23402
23434
|
}
|
|
23403
23435
|
|
|
23404
23436
|
export interface QueueConversationVideoEventTopicCallback {
|
|
@@ -23427,7 +23459,6 @@ declare namespace Models {
|
|
|
23427
23459
|
"afterCallWorkRequired"?: boolean;
|
|
23428
23460
|
"callerId"?: string;
|
|
23429
23461
|
"callerIdName"?: string;
|
|
23430
|
-
"additionalProperties"?: object;
|
|
23431
23462
|
}
|
|
23432
23463
|
|
|
23433
23464
|
export interface QueueConversationVideoEventTopicChat {
|
|
@@ -23447,7 +23478,6 @@ declare namespace Models {
|
|
|
23447
23478
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23448
23479
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23449
23480
|
"afterCallWorkRequired"?: boolean;
|
|
23450
|
-
"additionalProperties"?: object;
|
|
23451
23481
|
}
|
|
23452
23482
|
|
|
23453
23483
|
export interface QueueConversationVideoEventTopicCobrowse {
|
|
@@ -23469,7 +23499,6 @@ declare namespace Models {
|
|
|
23469
23499
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23470
23500
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23471
23501
|
"afterCallWorkRequired"?: boolean;
|
|
23472
|
-
"additionalProperties"?: object;
|
|
23473
23502
|
}
|
|
23474
23503
|
|
|
23475
23504
|
export interface QueueConversationVideoEventTopicConversation {
|
|
@@ -23495,7 +23524,6 @@ declare namespace Models {
|
|
|
23495
23524
|
"contactListId"?: string;
|
|
23496
23525
|
"campaignId"?: string;
|
|
23497
23526
|
"phoneNumberColumns"?: Array<Models.QueueConversationVideoEventTopicPhoneNumberColumn>;
|
|
23498
|
-
"additionalProperties"?: object;
|
|
23499
23527
|
}
|
|
23500
23528
|
|
|
23501
23529
|
export interface QueueConversationVideoEventTopicDisconnectReason {
|
|
@@ -23526,7 +23554,6 @@ declare namespace Models {
|
|
|
23526
23554
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23527
23555
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23528
23556
|
"afterCallWorkRequired"?: boolean;
|
|
23529
|
-
"additionalProperties"?: object;
|
|
23530
23557
|
}
|
|
23531
23558
|
|
|
23532
23559
|
export interface QueueConversationVideoEventTopicErrorDetails {
|
|
@@ -23537,7 +23564,6 @@ declare namespace Models {
|
|
|
23537
23564
|
"messageParams"?: { [key: string]: string; };
|
|
23538
23565
|
"contextId"?: string;
|
|
23539
23566
|
"uri"?: string;
|
|
23540
|
-
"additionalProperties"?: object;
|
|
23541
23567
|
}
|
|
23542
23568
|
|
|
23543
23569
|
export interface QueueConversationVideoEventTopicFaxStatus {
|
|
@@ -23601,7 +23627,6 @@ declare namespace Models {
|
|
|
23601
23627
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23602
23628
|
"afterCallWorkRequired"?: boolean;
|
|
23603
23629
|
"agentAssistantId"?: string;
|
|
23604
|
-
"additionalProperties"?: object;
|
|
23605
23630
|
}
|
|
23606
23631
|
|
|
23607
23632
|
export interface QueueConversationVideoEventTopicMessageDetails {
|
|
@@ -23663,13 +23688,11 @@ declare namespace Models {
|
|
|
23663
23688
|
"screenshares"?: Array<Models.QueueConversationVideoEventTopicScreenshare>;
|
|
23664
23689
|
"socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
|
|
23665
23690
|
"videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
|
|
23666
|
-
"additionalProperties"?: object;
|
|
23667
23691
|
}
|
|
23668
23692
|
|
|
23669
23693
|
export interface QueueConversationVideoEventTopicPhoneNumberColumn {
|
|
23670
23694
|
"columnName"?: string;
|
|
23671
23695
|
"type"?: string;
|
|
23672
|
-
"additionalProperties"?: object;
|
|
23673
23696
|
}
|
|
23674
23697
|
|
|
23675
23698
|
export interface QueueConversationVideoEventTopicScoredAgent {
|
|
@@ -23692,7 +23715,6 @@ declare namespace Models {
|
|
|
23692
23715
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23693
23716
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23694
23717
|
"afterCallWorkRequired"?: boolean;
|
|
23695
|
-
"additionalProperties"?: object;
|
|
23696
23718
|
}
|
|
23697
23719
|
|
|
23698
23720
|
export interface QueueConversationVideoEventTopicSocialExpression {
|
|
@@ -23714,7 +23736,6 @@ declare namespace Models {
|
|
|
23714
23736
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23715
23737
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23716
23738
|
"afterCallWorkRequired"?: boolean;
|
|
23717
|
-
"additionalProperties"?: object;
|
|
23718
23739
|
}
|
|
23719
23740
|
|
|
23720
23741
|
export interface QueueConversationVideoEventTopicUriReference {
|
|
@@ -23740,7 +23761,6 @@ declare namespace Models {
|
|
|
23740
23761
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23741
23762
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23742
23763
|
"afterCallWorkRequired"?: boolean;
|
|
23743
|
-
"additionalProperties"?: object;
|
|
23744
23764
|
}
|
|
23745
23765
|
|
|
23746
23766
|
export interface QueueConversationVideoEventTopicVoicemail {
|
|
@@ -23754,7 +23774,6 @@ declare namespace Models {
|
|
|
23754
23774
|
"tags"?: Array<string>;
|
|
23755
23775
|
"durationSeconds"?: number;
|
|
23756
23776
|
"endTime"?: string;
|
|
23757
|
-
"additionalProperties"?: object;
|
|
23758
23777
|
}
|
|
23759
23778
|
|
|
23760
23779
|
export interface QueueEmailAddress {
|
|
@@ -23864,6 +23883,7 @@ declare namespace Models {
|
|
|
23864
23883
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
23865
23884
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
23866
23885
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
23886
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
23867
23887
|
"autoAnswerOnly"?: boolean;
|
|
23868
23888
|
"enableTranscription"?: boolean;
|
|
23869
23889
|
"enableManualAssignment"?: boolean;
|
|
@@ -24016,6 +24036,12 @@ declare namespace Models {
|
|
|
24016
24036
|
"textback"?: string;
|
|
24017
24037
|
}
|
|
24018
24038
|
|
|
24039
|
+
export interface RecordingContentStory {
|
|
24040
|
+
"type"?: string;
|
|
24041
|
+
"url"?: string;
|
|
24042
|
+
"replyToId"?: string;
|
|
24043
|
+
}
|
|
24044
|
+
|
|
24019
24045
|
export interface RecordingEmailMessage {
|
|
24020
24046
|
"htmlBody"?: string;
|
|
24021
24047
|
"textBody"?: string;
|
|
@@ -24064,15 +24090,6 @@ declare namespace Models {
|
|
|
24064
24090
|
|
|
24065
24091
|
export interface RecordingJobEntityListing {
|
|
24066
24092
|
"entities"?: Array<Models.RecordingJob>;
|
|
24067
|
-
"pageSize"?: number;
|
|
24068
|
-
"pageNumber"?: number;
|
|
24069
|
-
"total"?: number;
|
|
24070
|
-
"firstUri"?: string;
|
|
24071
|
-
"selfUri"?: string;
|
|
24072
|
-
"nextUri"?: string;
|
|
24073
|
-
"previousUri"?: string;
|
|
24074
|
-
"lastUri"?: string;
|
|
24075
|
-
"pageCount"?: number;
|
|
24076
24093
|
}
|
|
24077
24094
|
|
|
24078
24095
|
export interface RecordingJobFailedRecording {
|
|
@@ -24100,6 +24117,7 @@ declare namespace Models {
|
|
|
24100
24117
|
"messageStickerAttachments"?: Array<Models.MessageStickerAttachment>;
|
|
24101
24118
|
"quickReplies"?: Array<Models.QuickReply>;
|
|
24102
24119
|
"buttonResponse"?: Models.ButtonResponse;
|
|
24120
|
+
"story"?: Models.RecordingContentStory;
|
|
24103
24121
|
}
|
|
24104
24122
|
|
|
24105
24123
|
export interface RecordingMetadata {
|
|
@@ -25484,6 +25502,11 @@ declare namespace Models {
|
|
|
25484
25502
|
"sortBy"?: string;
|
|
25485
25503
|
}
|
|
25486
25504
|
|
|
25505
|
+
export interface SecondaryPresence {
|
|
25506
|
+
"id": string;
|
|
25507
|
+
"selfUri"?: string;
|
|
25508
|
+
}
|
|
25509
|
+
|
|
25487
25510
|
export interface Section {
|
|
25488
25511
|
"fieldList"?: Array<Models.FieldList>;
|
|
25489
25512
|
"instructionText"?: string;
|
|
@@ -26403,6 +26426,10 @@ declare namespace Models {
|
|
|
26403
26426
|
"query": Array<Models.SuggestSearchCriteria>;
|
|
26404
26427
|
}
|
|
26405
26428
|
|
|
26429
|
+
export interface SupportCenterSettings {
|
|
26430
|
+
"enabled"?: boolean;
|
|
26431
|
+
}
|
|
26432
|
+
|
|
26406
26433
|
export interface SupportedContentReference {
|
|
26407
26434
|
"id": string;
|
|
26408
26435
|
"name"?: string;
|
|
@@ -26683,6 +26710,10 @@ declare namespace Models {
|
|
|
26683
26710
|
"pageCount"?: number;
|
|
26684
26711
|
}
|
|
26685
26712
|
|
|
26713
|
+
export interface TargetPerformanceProfile {
|
|
26714
|
+
"targetPerformanceProfileId": string;
|
|
26715
|
+
}
|
|
26716
|
+
|
|
26686
26717
|
export interface Team {
|
|
26687
26718
|
"id"?: string;
|
|
26688
26719
|
"name": string;
|
|
@@ -27821,6 +27852,38 @@ declare namespace Models {
|
|
|
27821
27852
|
"selfUri"?: string;
|
|
27822
27853
|
}
|
|
27823
27854
|
|
|
27855
|
+
export interface UCI10n {
|
|
27856
|
+
"name"?: string;
|
|
27857
|
+
}
|
|
27858
|
+
|
|
27859
|
+
export interface UCIcon {
|
|
27860
|
+
"vector": string;
|
|
27861
|
+
}
|
|
27862
|
+
|
|
27863
|
+
export interface UCIntegration {
|
|
27864
|
+
"id"?: string;
|
|
27865
|
+
"name"?: string;
|
|
27866
|
+
"ucIntegrationKey": string;
|
|
27867
|
+
"integrationPresenceSource": string;
|
|
27868
|
+
"pbxPermission": string;
|
|
27869
|
+
"icon": Models.UCIcon;
|
|
27870
|
+
"i10n": { [key: string]: Models.UCI10n; };
|
|
27871
|
+
"selfUri"?: string;
|
|
27872
|
+
}
|
|
27873
|
+
|
|
27874
|
+
export interface UCIntegrationListing {
|
|
27875
|
+
"entities"?: Array<Models.UCIntegration>;
|
|
27876
|
+
"pageSize"?: number;
|
|
27877
|
+
"pageNumber"?: number;
|
|
27878
|
+
"total"?: number;
|
|
27879
|
+
"firstUri"?: string;
|
|
27880
|
+
"selfUri"?: string;
|
|
27881
|
+
"nextUri"?: string;
|
|
27882
|
+
"previousUri"?: string;
|
|
27883
|
+
"lastUri"?: string;
|
|
27884
|
+
"pageCount"?: number;
|
|
27885
|
+
}
|
|
27886
|
+
|
|
27824
27887
|
export interface UnpublishedProgramsEntityListing {
|
|
27825
27888
|
"entities"?: Array<Models.Program>;
|
|
27826
27889
|
"pageSize"?: number;
|
|
@@ -28508,6 +28571,7 @@ declare namespace Models {
|
|
|
28508
28571
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
28509
28572
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
28510
28573
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
28574
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
28511
28575
|
"enableTranscription"?: boolean;
|
|
28512
28576
|
"enableManualAssignment"?: boolean;
|
|
28513
28577
|
"callingPartyName"?: string;
|
|
@@ -28615,7 +28679,6 @@ declare namespace Models {
|
|
|
28615
28679
|
export interface UserRoutingStatusUserParam {
|
|
28616
28680
|
"key"?: string;
|
|
28617
28681
|
"value"?: string;
|
|
28618
|
-
"additionalProperties"?: object;
|
|
28619
28682
|
}
|
|
28620
28683
|
|
|
28621
28684
|
export interface UserRoutingStatusUserRoutingStatus {
|
|
@@ -28645,6 +28708,7 @@ declare namespace Models {
|
|
|
28645
28708
|
"id"?: string;
|
|
28646
28709
|
"name"?: string;
|
|
28647
28710
|
"user"?: Models.UserReference;
|
|
28711
|
+
"businessUnit"?: Models.BusinessUnit;
|
|
28648
28712
|
"managementUnit"?: Models.ManagementUnit;
|
|
28649
28713
|
"team"?: Models.Team;
|
|
28650
28714
|
"scheduledActivityCategory"?: string;
|
|
@@ -28840,6 +28904,10 @@ declare namespace Models {
|
|
|
28840
28904
|
"response"?: Models.SubscriberResponse;
|
|
28841
28905
|
}
|
|
28842
28906
|
|
|
28907
|
+
export interface ValidateAssignUsers {
|
|
28908
|
+
"membersToAssign": Array<string>;
|
|
28909
|
+
}
|
|
28910
|
+
|
|
28843
28911
|
export interface ValidateWorkPlanMessages {
|
|
28844
28912
|
"violationMessages"?: Array<Models.WorkPlanConfigurationViolationMessage>;
|
|
28845
28913
|
"constraintConflictMessage"?: Models.ConstraintConflictMessage;
|
|
@@ -28862,8 +28930,7 @@ declare namespace Models {
|
|
|
28862
28930
|
|
|
28863
28931
|
export interface ValidationServiceRequest {
|
|
28864
28932
|
"dateImportEnded": string;
|
|
28865
|
-
"
|
|
28866
|
-
"uploadKey"?: string;
|
|
28933
|
+
"uploadKey": string;
|
|
28867
28934
|
}
|
|
28868
28935
|
|
|
28869
28936
|
export interface ValueWrapperDate {
|
|
@@ -29044,6 +29111,7 @@ declare namespace Models {
|
|
|
29044
29111
|
"journeyUrlContainsAllConditions"?: Array<string>;
|
|
29045
29112
|
"journeyUrlNotContainsAllConditions"?: Array<string>;
|
|
29046
29113
|
"flowMilestoneIds"?: Array<string>;
|
|
29114
|
+
"isAssessmentPassed"?: boolean;
|
|
29047
29115
|
}
|
|
29048
29116
|
|
|
29049
29117
|
export interface VisibilityCondition {
|
|
@@ -29397,6 +29465,7 @@ declare namespace Models {
|
|
|
29397
29465
|
"languages"?: Array<string>;
|
|
29398
29466
|
"defaultLanguage"?: string;
|
|
29399
29467
|
"messenger"?: Models.MessengerSettings;
|
|
29468
|
+
"supportCenter"?: Models.SupportCenterSettings;
|
|
29400
29469
|
"cobrowse"?: Models.CobrowseSettings;
|
|
29401
29470
|
"journeyEvents"?: Models.JourneyEventsSettings;
|
|
29402
29471
|
"authenticationSettings"?: Models.AuthenticationSettings;
|
|
@@ -30458,6 +30527,8 @@ declare namespace Models {
|
|
|
30458
30527
|
"version": number;
|
|
30459
30528
|
"modifiedBy"?: Models.UserReference;
|
|
30460
30529
|
"dateModified"?: string;
|
|
30530
|
+
"createdBy"?: Models.UserReference;
|
|
30531
|
+
"dateCreated"?: string;
|
|
30461
30532
|
}
|
|
30462
30533
|
|
|
30463
30534
|
export interface WhatsAppDefinition {
|