purecloud-platform-client-v2 127.0.0 → 131.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 -8
- package/dist/node/purecloud-platform-client-v2.js +610 -97
- package/dist/web-amd/purecloud-platform-client-v2.js +610 -97
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +610 -97
- package/dist/web-cjs/purecloud-platform-client-v2.js +610 -97
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +475 -219
- 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 +5 -3
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +176 -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/MessagingApi.js +156 -0
- 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 +8 -8
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +8 -4
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -21
- 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 +2 -2
- 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 +7 -1
package/index.d.ts
CHANGED
|
@@ -13,6 +13,8 @@ declare class ApiClientClass {
|
|
|
13
13
|
callApi(path: string, httpMethod: string, pathParams: { [key: string]: string; }, queryParams: { [key: string]: object; }, headerParams: { [key: string]: object; }, formParams: { [key: string]: object; }, bodyParam: any, authNames: Array<string>, contentTypes: Array<string>, accepts: Array<string>): Promise<any>;
|
|
14
14
|
loginClientCredentialsGrant(clientId: string, clientSecret: string): Promise<AuthData>;
|
|
15
15
|
loginImplicitGrant(clientId: string, redirectUri: string, opts?: LoginImplicitGrantOptions): Promise<AuthData>;
|
|
16
|
+
loginCodeAuthorizationGrant(clientId: string, clientSecret: string, authCode: string, redirectUri: string): Promise<AuthData>;
|
|
17
|
+
refreshCodeAuthorizationGrant(clientId: string, clientSecret: string, refreshToken: string): Promise<AuthData>;
|
|
16
18
|
logout(logoutRedirectUri: string): void;
|
|
17
19
|
setAccessToken(token: string): void;
|
|
18
20
|
setEnvironment(environment: string): void;
|
|
@@ -800,6 +802,7 @@ declare namespace CoachingApi {
|
|
|
800
802
|
"relationships"?: Array<string>;
|
|
801
803
|
"completionInterval"?: string;
|
|
802
804
|
"overdue"?: string;
|
|
805
|
+
"intervalCondition"?: string;
|
|
803
806
|
}
|
|
804
807
|
export interface getCoachingAppointmentsMeOptions {
|
|
805
808
|
"interval"?: string;
|
|
@@ -811,6 +814,7 @@ declare namespace CoachingApi {
|
|
|
811
814
|
"relationships"?: Array<string>;
|
|
812
815
|
"completionInterval"?: string;
|
|
813
816
|
"overdue"?: string;
|
|
817
|
+
"intervalCondition"?: string;
|
|
814
818
|
}
|
|
815
819
|
export interface getCoachingNotificationOptions {
|
|
816
820
|
"expand"?: Array<string>;
|
|
@@ -983,6 +987,7 @@ declare class ConversationsApi {
|
|
|
983
987
|
deleteConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string): Promise<void>;
|
|
984
988
|
deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string): Promise<void>;
|
|
985
989
|
deleteConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.WhatsAppIntegration>;
|
|
990
|
+
deleteConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<void>;
|
|
986
991
|
getAnalyticsConversationDetails(conversationId: string): Promise<Models.AnalyticsConversationWithoutAttributes>;
|
|
987
992
|
getAnalyticsConversationsDetails(opts?: ConversationsApi.getAnalyticsConversationsDetailsOptions): Promise<Models.AnalyticsConversationWithoutAttributesMultiGetResponse>;
|
|
988
993
|
getAnalyticsConversationsDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
@@ -1041,6 +1046,9 @@ declare class ConversationsApi {
|
|
|
1041
1046
|
getConversationsMessagingIntegrationsWhatsapp(opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappOptions): Promise<Models.WhatsAppIntegrationEntityListing>;
|
|
1042
1047
|
getConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappIntegrationIdOptions): Promise<Models.WhatsAppIntegration>;
|
|
1043
1048
|
getConversationsMessagingSticker(messengerType: string, opts?: ConversationsApi.getConversationsMessagingStickerOptions): Promise<Models.MessagingStickerEntityListing>;
|
|
1049
|
+
getConversationsMessagingSupportedcontent(opts?: ConversationsApi.getConversationsMessagingSupportedcontentOptions): Promise<Models.SupportedContentListing>;
|
|
1050
|
+
getConversationsMessagingSupportedcontentDefault(): Promise<Models.SupportedContent>;
|
|
1051
|
+
getConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<Models.SupportedContent>;
|
|
1044
1052
|
getConversationsMessagingThreadingtimeline(): Promise<Models.ConversationThreadingWindow>;
|
|
1045
1053
|
patchConversationParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
|
|
1046
1054
|
patchConversationParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
|
|
@@ -1073,6 +1081,7 @@ declare class ConversationsApi {
|
|
|
1073
1081
|
patchConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, body: Models.OpenIntegrationUpdateRequest): Promise<Models.OpenIntegration>;
|
|
1074
1082
|
patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
|
|
1075
1083
|
patchConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, body: Models.WhatsAppIntegrationUpdateRequest): Promise<Models.WhatsAppIntegration>;
|
|
1084
|
+
patchConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string, body: Models.SupportedContent): Promise<Models.SupportedContent>;
|
|
1076
1085
|
postAnalyticsConversationDetailsProperties(conversationId: string, body: Models.PropertyIndexRequest): Promise<Models.PropertyIndexRequest>;
|
|
1077
1086
|
postAnalyticsConversationsAggregatesQuery(body: Models.ConversationAggregationQuery): Promise<Models.ConversationAggregateQueryResponse>;
|
|
1078
1087
|
postAnalyticsConversationsDetailsJobs(body: Models.AsyncConversationQuery): Promise<Models.AsyncQueryResponse>;
|
|
@@ -1115,11 +1124,13 @@ declare class ConversationsApi {
|
|
|
1115
1124
|
postConversationsMessagingIntegrationsOpen(body: Models.OpenIntegrationRequest): Promise<Models.OpenIntegration>;
|
|
1116
1125
|
postConversationsMessagingIntegrationsTwitter(body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
|
|
1117
1126
|
postConversationsMessagingIntegrationsWhatsapp(body: Models.WhatsAppIntegrationRequest): Promise<Models.WhatsAppIntegration>;
|
|
1127
|
+
postConversationsMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
|
|
1118
1128
|
putConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
|
|
1119
1129
|
putConversationTags(conversationId: string, body: Models.ConversationTagsUpdate): Promise<string>;
|
|
1120
1130
|
putConversationsCallParticipantCommunicationUuidata(conversationId: string, participantId: string, communicationId: string, body: Models.SetUuiDataRequest): Promise<Models.Empty>;
|
|
1121
1131
|
putConversationsEmailMessagesDraft(conversationId: string, body: Models.EmailMessage): Promise<Models.EmailMessage>;
|
|
1122
1132
|
putConversationsMessagingIntegrationsLineIntegrationId(integrationId: string, body: Models.LineIntegrationRequest): Promise<Models.LineIntegration>;
|
|
1133
|
+
putConversationsMessagingSupportedcontentDefault(body: Models.SupportedContentReference): Promise<Models.SupportedContent>;
|
|
1123
1134
|
putConversationsMessagingThreadingtimeline(body: Models.ConversationThreadingWindow): Promise<Models.ConversationThreadingWindow>;
|
|
1124
1135
|
}
|
|
1125
1136
|
|
|
@@ -1222,6 +1233,10 @@ declare namespace ConversationsApi {
|
|
|
1222
1233
|
"pageSize"?: number;
|
|
1223
1234
|
"pageNumber"?: number;
|
|
1224
1235
|
}
|
|
1236
|
+
export interface getConversationsMessagingSupportedcontentOptions {
|
|
1237
|
+
"pageSize"?: number;
|
|
1238
|
+
"pageNumber"?: number;
|
|
1239
|
+
}
|
|
1225
1240
|
export interface patchConversationsCobrowsesessionParticipantOptions {
|
|
1226
1241
|
"body"?: Models.MediaParticipantRequest;
|
|
1227
1242
|
}
|
|
@@ -1439,6 +1454,7 @@ declare class GamificationApi {
|
|
|
1439
1454
|
getGamificationMetricdefinitions(): Promise<Models.GetMetricDefinitionsResponse>;
|
|
1440
1455
|
getGamificationMetrics(opts?: GamificationApi.getGamificationMetricsOptions): Promise<Models.GetMetricsResponse>;
|
|
1441
1456
|
getGamificationProfile(performanceProfileId: string): Promise<Models.PerformanceProfile>;
|
|
1457
|
+
getGamificationProfileMembers(performanceProfileId: string): Promise<Models.MemberListing>;
|
|
1442
1458
|
getGamificationProfileMetric(profileId: string, metricId: string, opts?: GamificationApi.getGamificationProfileMetricOptions): Promise<Models.Metric>;
|
|
1443
1459
|
getGamificationProfileMetrics(profileId: string, opts?: GamificationApi.getGamificationProfileMetricsOptions): Promise<Models.GetMetricResponse>;
|
|
1444
1460
|
getGamificationProfileMetricsObjectivedetails(profileId: string, opts?: GamificationApi.getGamificationProfileMetricsObjectivedetailsOptions): Promise<Models.GetMetricsResponse>;
|
|
@@ -1465,14 +1481,17 @@ declare class GamificationApi {
|
|
|
1465
1481
|
getGamificationStatus(): Promise<Models.GamificationStatus>;
|
|
1466
1482
|
getGamificationTemplate(templateId: string): Promise<Models.ObjectiveTemplate>;
|
|
1467
1483
|
getGamificationTemplates(): Promise<Models.GetTemplatesResponse>;
|
|
1468
|
-
postGamificationMetrics(body: Models.
|
|
1484
|
+
postGamificationMetrics(body: Models.CreateMetric): Promise<Models.Metric>;
|
|
1469
1485
|
postGamificationProfileActivate(performanceProfileId: string): Promise<Models.PerformanceProfile>;
|
|
1470
1486
|
postGamificationProfileDeactivate(performanceProfileId: string): Promise<Models.PerformanceProfile>;
|
|
1471
|
-
|
|
1487
|
+
postGamificationProfileMembers(performanceProfileId: string, body: Models.AssignUsers): Promise<Models.Assignment>;
|
|
1488
|
+
postGamificationProfileMembersValidate(performanceProfileId: string, body: Models.ValidateAssignUsers): Promise<Models.AssignmentValidation>;
|
|
1489
|
+
postGamificationProfileMetricLink(sourceProfileId: string, sourceMetricId: string, body: Models.TargetPerformanceProfile): Promise<Models.Metric>;
|
|
1490
|
+
postGamificationProfileMetrics(profileId: string, body: Models.CreateMetric): Promise<Models.Metric>;
|
|
1472
1491
|
postGamificationProfiles(body: Models.CreatePerformanceProfile): Promise<Models.GetProfilesResponse>;
|
|
1473
|
-
putGamificationMetric(metricId: string, body: Models.
|
|
1492
|
+
putGamificationMetric(metricId: string, body: Models.CreateMetric, opts?: GamificationApi.putGamificationMetricOptions): Promise<Models.Metric>;
|
|
1474
1493
|
putGamificationProfile(performanceProfileId: string, opts?: GamificationApi.putGamificationProfileOptions): Promise<Models.PerformanceProfile>;
|
|
1475
|
-
putGamificationProfileMetric(profileId: string, metricId: string, body: Models.
|
|
1494
|
+
putGamificationProfileMetric(profileId: string, metricId: string, body: Models.CreateMetric): Promise<Models.Metric>;
|
|
1476
1495
|
putGamificationStatus(status: Models.GamificationStatus): Promise<Models.GamificationStatus>;
|
|
1477
1496
|
}
|
|
1478
1497
|
|
|
@@ -1719,6 +1738,7 @@ declare class IntegrationsApi {
|
|
|
1719
1738
|
getIntegrationsBotconnectorIntegrationIdBots(integrationId: string): Promise<Models.BotList>;
|
|
1720
1739
|
getIntegrationsBotconnectorIntegrationIdBotsSummaries(integrationId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotsSummariesOptions): Promise<Models.BotConnectorBotSummaryEntityListing>;
|
|
1721
1740
|
getIntegrationsClientapps(opts?: IntegrationsApi.getIntegrationsClientappsOptions): Promise<Models.ClientAppEntityListing>;
|
|
1741
|
+
getIntegrationsClientappsUnifiedcommunications(opts?: IntegrationsApi.getIntegrationsClientappsUnifiedcommunicationsOptions): Promise<Models.UCIntegrationListing>;
|
|
1722
1742
|
getIntegrationsCredential(credentialId: string): Promise<Models.Credential>;
|
|
1723
1743
|
getIntegrationsCredentials(opts?: IntegrationsApi.getIntegrationsCredentialsOptions): Promise<Models.CredentialInfoListing>;
|
|
1724
1744
|
getIntegrationsCredentialsTypes(): Promise<Models.CredentialTypeListing>;
|
|
@@ -1834,6 +1854,14 @@ declare namespace IntegrationsApi {
|
|
|
1834
1854
|
"nextPage"?: string;
|
|
1835
1855
|
"previousPage"?: string;
|
|
1836
1856
|
}
|
|
1857
|
+
export interface getIntegrationsClientappsUnifiedcommunicationsOptions {
|
|
1858
|
+
"pageSize"?: number;
|
|
1859
|
+
"pageNumber"?: number;
|
|
1860
|
+
"sortBy"?: string;
|
|
1861
|
+
"expand"?: Array<string>;
|
|
1862
|
+
"nextPage"?: string;
|
|
1863
|
+
"previousPage"?: string;
|
|
1864
|
+
}
|
|
1837
1865
|
export interface getIntegrationsCredentialsOptions {
|
|
1838
1866
|
"pageNumber"?: number;
|
|
1839
1867
|
"pageSize"?: number;
|
|
@@ -2333,6 +2361,21 @@ declare namespace LocationsApi {
|
|
|
2333
2361
|
}
|
|
2334
2362
|
}
|
|
2335
2363
|
|
|
2364
|
+
declare class MessagingApi {
|
|
2365
|
+
deleteMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<void>;
|
|
2366
|
+
getMessagingSupportedcontent(opts?: MessagingApi.getMessagingSupportedcontentOptions): Promise<Models.SupportedContentListing>;
|
|
2367
|
+
getMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<Models.SupportedContent>;
|
|
2368
|
+
patchMessagingSupportedcontentSupportedContentId(supportedContentId: string, body: Models.SupportedContent): Promise<Models.SupportedContent>;
|
|
2369
|
+
postMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
declare namespace MessagingApi {
|
|
2373
|
+
export interface getMessagingSupportedcontentOptions {
|
|
2374
|
+
"pageSize"?: number;
|
|
2375
|
+
"pageNumber"?: number;
|
|
2376
|
+
}
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2336
2379
|
declare class MobileDevicesApi {
|
|
2337
2380
|
deleteMobiledevice(deviceId: string): Promise<void>;
|
|
2338
2381
|
getMobiledevice(deviceId: string): Promise<Models.UserDevice>;
|
|
@@ -3525,10 +3568,14 @@ declare namespace RoutingApi {
|
|
|
3525
3568
|
}
|
|
3526
3569
|
export interface getRoutingSmsPhonenumbersOptions {
|
|
3527
3570
|
"phoneNumber"?: string;
|
|
3528
|
-
"phoneNumberType"?: string
|
|
3529
|
-
"phoneNumberStatus"?: string
|
|
3571
|
+
"phoneNumberType"?: Array<string>;
|
|
3572
|
+
"phoneNumberStatus"?: Array<string>;
|
|
3573
|
+
"countryCode"?: Array<string>;
|
|
3530
3574
|
"pageSize"?: number;
|
|
3531
3575
|
"pageNumber"?: number;
|
|
3576
|
+
"sortBy"?: string;
|
|
3577
|
+
"sortOrder"?: string;
|
|
3578
|
+
"language"?: string;
|
|
3532
3579
|
}
|
|
3533
3580
|
export interface getRoutingWrapupcodesOptions {
|
|
3534
3581
|
"pageSize"?: number;
|
|
@@ -3836,7 +3883,6 @@ declare class SpeechTextAnalyticsApi {
|
|
|
3836
3883
|
deleteSpeechandtextanalyticsTopic(topicId: string): Promise<void>;
|
|
3837
3884
|
getSpeechandtextanalyticsConversation(conversationId: string): Promise<Models.ConversationMetrics>;
|
|
3838
3885
|
getSpeechandtextanalyticsConversationCommunicationTranscripturl(conversationId: string, communicationId: string): Promise<Models.TranscriptUrl>;
|
|
3839
|
-
getSpeechandtextanalyticsDialects(): Promise<Array<object>>;
|
|
3840
3886
|
getSpeechandtextanalyticsProgram(programId: string): Promise<Models.Program>;
|
|
3841
3887
|
getSpeechandtextanalyticsProgramMappings(programId: string): Promise<Models.ProgramMappings>;
|
|
3842
3888
|
getSpeechandtextanalyticsPrograms(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsOptions): Promise<Models.ProgramsEntityListing>;
|
|
@@ -4008,6 +4054,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
4008
4054
|
getTelephonyProvidersEdgesEdgegroupEdgetrunkbase(edgegroupId: string, edgetrunkbaseId: string): Promise<Models.EdgeTrunkBase>;
|
|
4009
4055
|
getTelephonyProvidersEdgesEdgegroups(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesEdgegroupsOptions): Promise<Models.EdgeGroupEntityListing>;
|
|
4010
4056
|
getTelephonyProvidersEdgesEdgeversionreport(): Promise<Models.EdgeVersionReport>;
|
|
4057
|
+
getTelephonyProvidersEdgesExpired(): Promise<Models.ExpiredEdgeListing>;
|
|
4011
4058
|
getTelephonyProvidersEdgesExtension(extensionId: string): Promise<Models.Extension>;
|
|
4012
4059
|
getTelephonyProvidersEdgesExtensionpool(extensionPoolId: string): Promise<Models.ExtensionPool>;
|
|
4013
4060
|
getTelephonyProvidersEdgesExtensionpools(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesExtensionpoolsOptions): Promise<Models.ExtensionPoolEntityListing>;
|
|
@@ -4302,12 +4349,19 @@ declare namespace TelephonyProvidersEdgeApi {
|
|
|
4302
4349
|
}
|
|
4303
4350
|
|
|
4304
4351
|
declare class TextbotsApi {
|
|
4352
|
+
getTextbotsBotsSearch(opts?: TextbotsApi.getTextbotsBotsSearchOptions): Promise<Models.BotSearchResponseEntityListing>;
|
|
4305
4353
|
postTextbotsBotflowsSessionTurns(sessionId: string, turnRequest: Models.TextBotFlowTurnRequest): Promise<Models.TextBotFlowTurnResponse>;
|
|
4306
4354
|
postTextbotsBotflowsSessions(launchRequest: Models.TextBotFlowLaunchRequest): Promise<Models.TextBotFlowLaunchResponse>;
|
|
4307
4355
|
postTextbotsBotsExecute(postTextRequest: Models.PostTextRequest): Promise<Models.PostTextResponse>;
|
|
4308
4356
|
}
|
|
4309
4357
|
|
|
4310
4358
|
declare namespace TextbotsApi {
|
|
4359
|
+
export interface getTextbotsBotsSearchOptions {
|
|
4360
|
+
"botType"?: Array<string>;
|
|
4361
|
+
"botName"?: string;
|
|
4362
|
+
"botId"?: Array<string>;
|
|
4363
|
+
"pageSize"?: number;
|
|
4364
|
+
}
|
|
4311
4365
|
}
|
|
4312
4366
|
|
|
4313
4367
|
declare class TokensApi {
|
|
@@ -5383,6 +5437,13 @@ declare namespace Models {
|
|
|
5383
5437
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
5384
5438
|
}
|
|
5385
5439
|
|
|
5440
|
+
export interface ActivityCodeReference {
|
|
5441
|
+
"id": string;
|
|
5442
|
+
"name"?: string;
|
|
5443
|
+
"secondaryPresences"?: Array<Models.SecondaryPresence>;
|
|
5444
|
+
"selfUri"?: string;
|
|
5445
|
+
}
|
|
5446
|
+
|
|
5386
5447
|
export interface AcwDetailEventTopicAfterCallWorkEvent {
|
|
5387
5448
|
"eventTime"?: number;
|
|
5388
5449
|
"conversationId"?: string;
|
|
@@ -5692,12 +5753,15 @@ declare namespace Models {
|
|
|
5692
5753
|
export interface AnalyticsConversation {
|
|
5693
5754
|
"conversationEnd"?: string;
|
|
5694
5755
|
"conversationId"?: string;
|
|
5756
|
+
"conversationInitiator"?: string;
|
|
5695
5757
|
"conversationStart"?: string;
|
|
5696
5758
|
"divisionIds"?: Array<string>;
|
|
5697
5759
|
"externalTag"?: string;
|
|
5760
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
5698
5761
|
"mediaStatsMinConversationMos"?: number;
|
|
5699
5762
|
"mediaStatsMinConversationRFactor"?: number;
|
|
5700
5763
|
"originatingDirection"?: string;
|
|
5764
|
+
"selfServed"?: boolean;
|
|
5701
5765
|
"evaluations"?: Array<Models.AnalyticsEvaluation>;
|
|
5702
5766
|
"surveys"?: Array<Models.AnalyticsSurvey>;
|
|
5703
5767
|
"resolutions"?: Array<Models.AnalyticsResolution>;
|
|
@@ -5747,12 +5811,15 @@ declare namespace Models {
|
|
|
5747
5811
|
export interface AnalyticsConversationWithoutAttributes {
|
|
5748
5812
|
"conversationEnd"?: string;
|
|
5749
5813
|
"conversationId"?: string;
|
|
5814
|
+
"conversationInitiator"?: string;
|
|
5750
5815
|
"conversationStart"?: string;
|
|
5751
5816
|
"divisionIds"?: Array<string>;
|
|
5752
5817
|
"externalTag"?: string;
|
|
5818
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
5753
5819
|
"mediaStatsMinConversationMos"?: number;
|
|
5754
5820
|
"mediaStatsMinConversationRFactor"?: number;
|
|
5755
5821
|
"originatingDirection"?: string;
|
|
5822
|
+
"selfServed"?: boolean;
|
|
5756
5823
|
"evaluations"?: Array<Models.AnalyticsEvaluation>;
|
|
5757
5824
|
"surveys"?: Array<Models.AnalyticsSurvey>;
|
|
5758
5825
|
"resolutions"?: Array<Models.AnalyticsResolution>;
|
|
@@ -5910,6 +5977,7 @@ declare namespace Models {
|
|
|
5910
5977
|
"dnis"?: string;
|
|
5911
5978
|
"edgeId"?: string;
|
|
5912
5979
|
"eligibleAgentCounts"?: Array<number>;
|
|
5980
|
+
"extendedDeliveryStatus"?: string;
|
|
5913
5981
|
"flowInType"?: string;
|
|
5914
5982
|
"flowOutType"?: string;
|
|
5915
5983
|
"journeyActionId"?: string;
|
|
@@ -6107,7 +6175,6 @@ declare namespace Models {
|
|
|
6107
6175
|
}
|
|
6108
6176
|
|
|
6109
6177
|
export interface ArchitectFlowNotificationErrorMessageParams {
|
|
6110
|
-
"additionalProperties"?: { [key: string]: string; };
|
|
6111
6178
|
}
|
|
6112
6179
|
|
|
6113
6180
|
export interface ArchitectFlowNotificationFlowNotification {
|
|
@@ -6163,7 +6230,6 @@ declare namespace Models {
|
|
|
6163
6230
|
}
|
|
6164
6231
|
|
|
6165
6232
|
export interface ArchitectFlowOutcomeNotificationErrorMessageParams {
|
|
6166
|
-
"additionalProperties"?: { [key: string]: string; };
|
|
6167
6233
|
}
|
|
6168
6234
|
|
|
6169
6235
|
export interface ArchitectFlowOutcomeNotificationFlowOutcomeNotification {
|
|
@@ -6211,7 +6277,6 @@ declare namespace Models {
|
|
|
6211
6277
|
}
|
|
6212
6278
|
|
|
6213
6279
|
export interface ArchitectPromptNotificationErrorMessageParams {
|
|
6214
|
-
"additionalProperties"?: { [key: string]: string; };
|
|
6215
6280
|
}
|
|
6216
6281
|
|
|
6217
6282
|
export interface ArchitectPromptNotificationHomeOrganization {
|
|
@@ -6357,6 +6422,11 @@ declare namespace Models {
|
|
|
6357
6422
|
"isPassed"?: boolean;
|
|
6358
6423
|
}
|
|
6359
6424
|
|
|
6425
|
+
export interface AssignUsers {
|
|
6426
|
+
"membersToAssign": Array<string>;
|
|
6427
|
+
"membersToRemove": Array<string>;
|
|
6428
|
+
}
|
|
6429
|
+
|
|
6360
6430
|
export interface AssignedSegment {
|
|
6361
6431
|
"id"?: string;
|
|
6362
6432
|
"selfUri"?: string;
|
|
@@ -6370,6 +6440,24 @@ declare namespace Models {
|
|
|
6370
6440
|
"endTime"?: string;
|
|
6371
6441
|
}
|
|
6372
6442
|
|
|
6443
|
+
export interface Assignment {
|
|
6444
|
+
"assignedMembers"?: Array<Models.UserReference>;
|
|
6445
|
+
"removedMembers"?: Array<Models.UserReference>;
|
|
6446
|
+
"assignmentErrors"?: Array<Models.AssignmentError>;
|
|
6447
|
+
}
|
|
6448
|
+
|
|
6449
|
+
export interface AssignmentError {
|
|
6450
|
+
"user"?: Models.UserReference;
|
|
6451
|
+
"message"?: string;
|
|
6452
|
+
}
|
|
6453
|
+
|
|
6454
|
+
export interface AssignmentValidation {
|
|
6455
|
+
"membersNotAssigned"?: Array<Models.UserReference>;
|
|
6456
|
+
"membersAlreadyAssigned"?: Array<Models.UserReference>;
|
|
6457
|
+
"membersAlreadyAssignedToOther"?: Array<Models.OtherProfileAssignment>;
|
|
6458
|
+
"invalidMemberAssignments"?: Array<Models.InvalidAssignment>;
|
|
6459
|
+
}
|
|
6460
|
+
|
|
6373
6461
|
export interface AssociatedValueField {
|
|
6374
6462
|
"dataType": string;
|
|
6375
6463
|
"name": string;
|
|
@@ -7014,6 +7102,18 @@ declare namespace Models {
|
|
|
7014
7102
|
"chatBots": Array<Models.BotConnectorBot>;
|
|
7015
7103
|
}
|
|
7016
7104
|
|
|
7105
|
+
export interface BotSearchResponse {
|
|
7106
|
+
"id": string;
|
|
7107
|
+
"name": string;
|
|
7108
|
+
"botType": string;
|
|
7109
|
+
"description"?: string;
|
|
7110
|
+
"selfUri"?: string;
|
|
7111
|
+
}
|
|
7112
|
+
|
|
7113
|
+
export interface BotSearchResponseEntityListing {
|
|
7114
|
+
"entities"?: Array<Models.BotSearchResponse>;
|
|
7115
|
+
}
|
|
7116
|
+
|
|
7017
7117
|
export interface BotSlot {
|
|
7018
7118
|
"name": string;
|
|
7019
7119
|
"type": string;
|
|
@@ -8801,6 +8901,9 @@ declare namespace Models {
|
|
|
8801
8901
|
"conversations"?: Array<Models.ConversationReference>;
|
|
8802
8902
|
"documents"?: Array<Models.DocumentReference>;
|
|
8803
8903
|
"isOverdue"?: boolean;
|
|
8904
|
+
"wfmSchedule"?: Models.WfmScheduleReference;
|
|
8905
|
+
"dateCompleted"?: string;
|
|
8906
|
+
"externalLinks"?: Array<string>;
|
|
8804
8907
|
"selfUri"?: string;
|
|
8805
8908
|
}
|
|
8806
8909
|
|
|
@@ -8975,6 +9078,10 @@ declare namespace Models {
|
|
|
8975
9078
|
"afterCallWorkRequired"?: boolean;
|
|
8976
9079
|
}
|
|
8977
9080
|
|
|
9081
|
+
export interface ColumnStatus {
|
|
9082
|
+
"contactable"?: boolean;
|
|
9083
|
+
}
|
|
9084
|
+
|
|
8978
9085
|
export interface CommandStatus {
|
|
8979
9086
|
"id"?: string;
|
|
8980
9087
|
"name"?: string;
|
|
@@ -9050,6 +9157,7 @@ declare namespace Models {
|
|
|
9050
9157
|
"kpiTotalOff"?: number;
|
|
9051
9158
|
"interactionCountOn"?: number;
|
|
9052
9159
|
"interactionCountOff"?: number;
|
|
9160
|
+
"kpiResults"?: Array<Models.KpiResult>;
|
|
9053
9161
|
"selfUri"?: string;
|
|
9054
9162
|
}
|
|
9055
9163
|
|
|
@@ -9311,10 +9419,14 @@ declare namespace Models {
|
|
|
9311
9419
|
"numeric"?: boolean;
|
|
9312
9420
|
}
|
|
9313
9421
|
|
|
9422
|
+
export interface ContactableStatus {
|
|
9423
|
+
"contactable"?: boolean;
|
|
9424
|
+
"columnStatus"?: { [key: string]: Models.ColumnStatus; };
|
|
9425
|
+
}
|
|
9426
|
+
|
|
9314
9427
|
export interface ContactlistDownloadReadyExportUri {
|
|
9315
9428
|
"uri"?: string;
|
|
9316
9429
|
"exportTimestamp"?: string;
|
|
9317
|
-
"additionalProperties"?: object;
|
|
9318
9430
|
}
|
|
9319
9431
|
|
|
9320
9432
|
export interface ContactlistImportStatusImportStatus {
|
|
@@ -9323,7 +9435,6 @@ declare namespace Models {
|
|
|
9323
9435
|
"completedRecords"?: number;
|
|
9324
9436
|
"percentageComplete"?: number;
|
|
9325
9437
|
"failureReason"?: string;
|
|
9326
|
-
"additionalProperties"?: object;
|
|
9327
9438
|
}
|
|
9328
9439
|
|
|
9329
9440
|
export interface ContentActions {
|
|
@@ -9616,6 +9727,11 @@ declare namespace Models {
|
|
|
9616
9727
|
"range"?: Models.AggregationRange;
|
|
9617
9728
|
}
|
|
9618
9729
|
|
|
9730
|
+
export interface ConversationAppSettings {
|
|
9731
|
+
"showAgentTypingIndicator"?: boolean;
|
|
9732
|
+
"showUserTypingIndicator"?: boolean;
|
|
9733
|
+
}
|
|
9734
|
+
|
|
9619
9735
|
export interface ConversationAssociation {
|
|
9620
9736
|
"externalContactId"?: string;
|
|
9621
9737
|
"conversationId": string;
|
|
@@ -9778,7 +9894,6 @@ declare namespace Models {
|
|
|
9778
9894
|
"tags"?: Array<string>;
|
|
9779
9895
|
"durationSeconds"?: number;
|
|
9780
9896
|
"endTime"?: string;
|
|
9781
|
-
"additionalProperties"?: object;
|
|
9782
9897
|
}
|
|
9783
9898
|
|
|
9784
9899
|
export interface ConversationCallbackEventTopicCallbackConversation {
|
|
@@ -9855,7 +9970,6 @@ declare namespace Models {
|
|
|
9855
9970
|
"contactListId"?: string;
|
|
9856
9971
|
"campaignId"?: string;
|
|
9857
9972
|
"phoneNumberColumns"?: Array<Models.ConversationCallbackEventTopicPhoneNumberColumn>;
|
|
9858
|
-
"additionalProperties"?: object;
|
|
9859
9973
|
}
|
|
9860
9974
|
|
|
9861
9975
|
export interface ConversationCallbackEventTopicErrorBody {
|
|
@@ -9900,7 +10014,6 @@ declare namespace Models {
|
|
|
9900
10014
|
export interface ConversationCallbackEventTopicPhoneNumberColumn {
|
|
9901
10015
|
"columnName"?: string;
|
|
9902
10016
|
"type"?: string;
|
|
9903
|
-
"additionalProperties"?: object;
|
|
9904
10017
|
}
|
|
9905
10018
|
|
|
9906
10019
|
export interface ConversationCallbackEventTopicScoredAgent {
|
|
@@ -9924,7 +10037,6 @@ declare namespace Models {
|
|
|
9924
10037
|
"tags"?: Array<string>;
|
|
9925
10038
|
"durationSeconds"?: number;
|
|
9926
10039
|
"endTime"?: string;
|
|
9927
|
-
"additionalProperties"?: object;
|
|
9928
10040
|
}
|
|
9929
10041
|
|
|
9930
10042
|
export interface ConversationChannel {
|
|
@@ -10071,7 +10183,6 @@ declare namespace Models {
|
|
|
10071
10183
|
"tags"?: Array<string>;
|
|
10072
10184
|
"durationSeconds"?: number;
|
|
10073
10185
|
"endTime"?: string;
|
|
10074
|
-
"additionalProperties"?: object;
|
|
10075
10186
|
}
|
|
10076
10187
|
|
|
10077
10188
|
export interface ConversationCobrowseEventTopicCobrowseConversation {
|
|
@@ -10193,7 +10304,6 @@ declare namespace Models {
|
|
|
10193
10304
|
"tags"?: Array<string>;
|
|
10194
10305
|
"durationSeconds"?: number;
|
|
10195
10306
|
"endTime"?: string;
|
|
10196
|
-
"additionalProperties"?: object;
|
|
10197
10307
|
}
|
|
10198
10308
|
|
|
10199
10309
|
export interface ConversationContentActions {
|
|
@@ -10294,7 +10404,6 @@ declare namespace Models {
|
|
|
10294
10404
|
"contentUri"?: string;
|
|
10295
10405
|
"contentType"?: string;
|
|
10296
10406
|
"contentLength"?: number;
|
|
10297
|
-
"additionalProperties"?: object;
|
|
10298
10407
|
}
|
|
10299
10408
|
|
|
10300
10409
|
export interface ConversationEmailEventTopicConversationRoutingData {
|
|
@@ -10417,7 +10526,6 @@ declare namespace Models {
|
|
|
10417
10526
|
"tags"?: Array<string>;
|
|
10418
10527
|
"durationSeconds"?: number;
|
|
10419
10528
|
"endTime"?: string;
|
|
10420
|
-
"additionalProperties"?: object;
|
|
10421
10529
|
}
|
|
10422
10530
|
|
|
10423
10531
|
export interface ConversationEntityListing {
|
|
@@ -10445,7 +10553,6 @@ declare namespace Models {
|
|
|
10445
10553
|
"addressNormalized"?: string;
|
|
10446
10554
|
"addressRaw"?: string;
|
|
10447
10555
|
"addressDisplayable"?: string;
|
|
10448
|
-
"additionalProperties"?: object;
|
|
10449
10556
|
}
|
|
10450
10557
|
|
|
10451
10558
|
export interface ConversationEventTopicAfterCallWork {
|
|
@@ -10460,7 +10567,6 @@ declare namespace Models {
|
|
|
10460
10567
|
"contentUri"?: string;
|
|
10461
10568
|
"contentType"?: string;
|
|
10462
10569
|
"contentLength"?: number;
|
|
10463
|
-
"additionalProperties"?: object;
|
|
10464
10570
|
}
|
|
10465
10571
|
|
|
10466
10572
|
export interface ConversationEventTopicCall {
|
|
@@ -10490,7 +10596,6 @@ declare namespace Models {
|
|
|
10490
10596
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10491
10597
|
"afterCallWorkRequired"?: boolean;
|
|
10492
10598
|
"agentAssistantId"?: string;
|
|
10493
|
-
"additionalProperties"?: object;
|
|
10494
10599
|
}
|
|
10495
10600
|
|
|
10496
10601
|
export interface ConversationEventTopicCallback {
|
|
@@ -10519,7 +10624,6 @@ declare namespace Models {
|
|
|
10519
10624
|
"afterCallWorkRequired"?: boolean;
|
|
10520
10625
|
"callerId"?: string;
|
|
10521
10626
|
"callerIdName"?: string;
|
|
10522
|
-
"additionalProperties"?: object;
|
|
10523
10627
|
}
|
|
10524
10628
|
|
|
10525
10629
|
export interface ConversationEventTopicChat {
|
|
@@ -10539,7 +10643,6 @@ declare namespace Models {
|
|
|
10539
10643
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10540
10644
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10541
10645
|
"afterCallWorkRequired"?: boolean;
|
|
10542
|
-
"additionalProperties"?: object;
|
|
10543
10646
|
}
|
|
10544
10647
|
|
|
10545
10648
|
export interface ConversationEventTopicCobrowse {
|
|
@@ -10561,7 +10664,6 @@ declare namespace Models {
|
|
|
10561
10664
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10562
10665
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10563
10666
|
"afterCallWorkRequired"?: boolean;
|
|
10564
|
-
"additionalProperties"?: object;
|
|
10565
10667
|
}
|
|
10566
10668
|
|
|
10567
10669
|
export interface ConversationEventTopicConversation {
|
|
@@ -10587,7 +10689,6 @@ declare namespace Models {
|
|
|
10587
10689
|
"contactListId"?: string;
|
|
10588
10690
|
"campaignId"?: string;
|
|
10589
10691
|
"phoneNumberColumns"?: Array<Models.ConversationEventTopicPhoneNumberColumn>;
|
|
10590
|
-
"additionalProperties"?: object;
|
|
10591
10692
|
}
|
|
10592
10693
|
|
|
10593
10694
|
export interface ConversationEventTopicDisconnectReason {
|
|
@@ -10618,7 +10719,6 @@ declare namespace Models {
|
|
|
10618
10719
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10619
10720
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10620
10721
|
"afterCallWorkRequired"?: boolean;
|
|
10621
|
-
"additionalProperties"?: object;
|
|
10622
10722
|
}
|
|
10623
10723
|
|
|
10624
10724
|
export interface ConversationEventTopicErrorDetails {
|
|
@@ -10629,7 +10729,6 @@ declare namespace Models {
|
|
|
10629
10729
|
"messageParams"?: { [key: string]: string; };
|
|
10630
10730
|
"contextId"?: string;
|
|
10631
10731
|
"uri"?: string;
|
|
10632
|
-
"additionalProperties"?: object;
|
|
10633
10732
|
}
|
|
10634
10733
|
|
|
10635
10734
|
export interface ConversationEventTopicFaxStatus {
|
|
@@ -10693,7 +10792,6 @@ declare namespace Models {
|
|
|
10693
10792
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10694
10793
|
"afterCallWorkRequired"?: boolean;
|
|
10695
10794
|
"agentAssistantId"?: string;
|
|
10696
|
-
"additionalProperties"?: object;
|
|
10697
10795
|
}
|
|
10698
10796
|
|
|
10699
10797
|
export interface ConversationEventTopicMessageDetails {
|
|
@@ -10755,13 +10853,11 @@ declare namespace Models {
|
|
|
10755
10853
|
"screenshares"?: Array<Models.ConversationEventTopicScreenshare>;
|
|
10756
10854
|
"socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
|
|
10757
10855
|
"videos"?: Array<Models.ConversationEventTopicVideo>;
|
|
10758
|
-
"additionalProperties"?: object;
|
|
10759
10856
|
}
|
|
10760
10857
|
|
|
10761
10858
|
export interface ConversationEventTopicPhoneNumberColumn {
|
|
10762
10859
|
"columnName"?: string;
|
|
10763
10860
|
"type"?: string;
|
|
10764
|
-
"additionalProperties"?: object;
|
|
10765
10861
|
}
|
|
10766
10862
|
|
|
10767
10863
|
export interface ConversationEventTopicScoredAgent {
|
|
@@ -10784,7 +10880,6 @@ declare namespace Models {
|
|
|
10784
10880
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10785
10881
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10786
10882
|
"afterCallWorkRequired"?: boolean;
|
|
10787
|
-
"additionalProperties"?: object;
|
|
10788
10883
|
}
|
|
10789
10884
|
|
|
10790
10885
|
export interface ConversationEventTopicSocialExpression {
|
|
@@ -10806,7 +10901,6 @@ declare namespace Models {
|
|
|
10806
10901
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10807
10902
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10808
10903
|
"afterCallWorkRequired"?: boolean;
|
|
10809
|
-
"additionalProperties"?: object;
|
|
10810
10904
|
}
|
|
10811
10905
|
|
|
10812
10906
|
export interface ConversationEventTopicUriReference {
|
|
@@ -10832,7 +10926,6 @@ declare namespace Models {
|
|
|
10832
10926
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10833
10927
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10834
10928
|
"afterCallWorkRequired"?: boolean;
|
|
10835
|
-
"additionalProperties"?: object;
|
|
10836
10929
|
}
|
|
10837
10930
|
|
|
10838
10931
|
export interface ConversationEventTopicVoicemail {
|
|
@@ -10846,7 +10939,6 @@ declare namespace Models {
|
|
|
10846
10939
|
"tags"?: Array<string>;
|
|
10847
10940
|
"durationSeconds"?: number;
|
|
10848
10941
|
"endTime"?: string;
|
|
10849
|
-
"additionalProperties"?: object;
|
|
10850
10942
|
}
|
|
10851
10943
|
|
|
10852
10944
|
export interface ConversationMessageContent {
|
|
@@ -11005,7 +11097,6 @@ declare namespace Models {
|
|
|
11005
11097
|
"tags"?: Array<string>;
|
|
11006
11098
|
"durationSeconds"?: number;
|
|
11007
11099
|
"endTime"?: string;
|
|
11008
|
-
"additionalProperties"?: object;
|
|
11009
11100
|
}
|
|
11010
11101
|
|
|
11011
11102
|
export interface ConversationMessagingChannel {
|
|
@@ -11248,7 +11339,6 @@ declare namespace Models {
|
|
|
11248
11339
|
"tags"?: Array<string>;
|
|
11249
11340
|
"durationSeconds"?: number;
|
|
11250
11341
|
"endTime"?: string;
|
|
11251
|
-
"additionalProperties"?: object;
|
|
11252
11342
|
}
|
|
11253
11343
|
|
|
11254
11344
|
export interface ConversationSocialExpressionEventTopicConversationRoutingData {
|
|
@@ -11369,7 +11459,6 @@ declare namespace Models {
|
|
|
11369
11459
|
"tags"?: Array<string>;
|
|
11370
11460
|
"durationSeconds"?: number;
|
|
11371
11461
|
"endTime"?: string;
|
|
11372
|
-
"additionalProperties"?: object;
|
|
11373
11462
|
}
|
|
11374
11463
|
|
|
11375
11464
|
export interface ConversationTagsUpdate {
|
|
@@ -11517,7 +11606,6 @@ declare namespace Models {
|
|
|
11517
11606
|
"tags"?: Array<string>;
|
|
11518
11607
|
"durationSeconds"?: number;
|
|
11519
11608
|
"endTime"?: string;
|
|
11520
|
-
"additionalProperties"?: object;
|
|
11521
11609
|
}
|
|
11522
11610
|
|
|
11523
11611
|
export interface CopyAttachmentsRequest {
|
|
@@ -11678,8 +11766,10 @@ declare namespace Models {
|
|
|
11678
11766
|
"lengthInMinutes": number;
|
|
11679
11767
|
"facilitatorId"?: string;
|
|
11680
11768
|
"attendeeIds": Array<string>;
|
|
11681
|
-
"conversationIds"
|
|
11682
|
-
"documentIds"
|
|
11769
|
+
"conversationIds"?: Array<string>;
|
|
11770
|
+
"documentIds"?: Array<string>;
|
|
11771
|
+
"wfmSchedule"?: Models.WfmScheduleReference;
|
|
11772
|
+
"externalLinks"?: Array<string>;
|
|
11683
11773
|
}
|
|
11684
11774
|
|
|
11685
11775
|
export interface CreateEmailRequest {
|
|
@@ -11725,6 +11815,24 @@ declare namespace Models {
|
|
|
11725
11815
|
"shiftTrading"?: Models.ShiftTradeSettings;
|
|
11726
11816
|
}
|
|
11727
11817
|
|
|
11818
|
+
export interface CreateMetric {
|
|
11819
|
+
"metricDefinitionId"?: string;
|
|
11820
|
+
"externalMetricDefinitionId"?: string;
|
|
11821
|
+
"objective"?: Models.CreateObjective;
|
|
11822
|
+
"performanceProfileId"?: string;
|
|
11823
|
+
"name": string;
|
|
11824
|
+
}
|
|
11825
|
+
|
|
11826
|
+
export interface CreateObjective {
|
|
11827
|
+
"id"?: string;
|
|
11828
|
+
"templateId"?: string;
|
|
11829
|
+
"zones"?: Array<Models.ObjectiveZone>;
|
|
11830
|
+
"enabled"?: boolean;
|
|
11831
|
+
"topicIds"?: Array<string>;
|
|
11832
|
+
"topicIdsFilterType"?: string;
|
|
11833
|
+
"dateStart"?: string;
|
|
11834
|
+
}
|
|
11835
|
+
|
|
11728
11836
|
export interface CreateOutboundMessagingConversationRequest {
|
|
11729
11837
|
"queueId": string;
|
|
11730
11838
|
"toAddress": string;
|
|
@@ -11782,6 +11890,7 @@ declare namespace Models {
|
|
|
11782
11890
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
11783
11891
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
11784
11892
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
11893
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
11785
11894
|
"autoAnswerOnly"?: boolean;
|
|
11786
11895
|
"enableTranscription"?: boolean;
|
|
11787
11896
|
"enableManualAssignment"?: boolean;
|
|
@@ -12429,6 +12538,8 @@ declare namespace Models {
|
|
|
12429
12538
|
"templateId"?: string;
|
|
12430
12539
|
"zones"?: Array<Models.ObjectiveZone>;
|
|
12431
12540
|
"enabled"?: boolean;
|
|
12541
|
+
"topics"?: Array<Models.AddressableEntityRef>;
|
|
12542
|
+
"topicIdsFilterType"?: string;
|
|
12432
12543
|
}
|
|
12433
12544
|
|
|
12434
12545
|
export interface DeletableUserReference {
|
|
@@ -12553,6 +12664,8 @@ declare namespace Models {
|
|
|
12553
12664
|
"dateCompleted"?: string;
|
|
12554
12665
|
"createdBy"?: Models.UserReference;
|
|
12555
12666
|
"dateCreated"?: string;
|
|
12667
|
+
"percentageScore"?: number;
|
|
12668
|
+
"isPassed"?: boolean;
|
|
12556
12669
|
"selfUri"?: string;
|
|
12557
12670
|
"name"?: string;
|
|
12558
12671
|
"type"?: string;
|
|
@@ -12643,24 +12756,22 @@ declare namespace Models {
|
|
|
12643
12756
|
}
|
|
12644
12757
|
|
|
12645
12758
|
export interface DialerAttemptLimitsConfigChangeAttemptLimits {
|
|
12646
|
-
"id"?: string;
|
|
12647
|
-
"name"?: string;
|
|
12648
|
-
"dateCreated"?: string;
|
|
12649
|
-
"dateModified"?: string;
|
|
12650
|
-
"version"?: number;
|
|
12651
12759
|
"maxAttemptsPerContact"?: number;
|
|
12652
12760
|
"maxAttemptsPerNumber"?: number;
|
|
12653
12761
|
"timeZoneId"?: string;
|
|
12654
12762
|
"resetPeriod"?: string;
|
|
12655
12763
|
"recallEntries"?: { [key: string]: Models.DialerAttemptLimitsConfigChangeRecallEntry; };
|
|
12656
12764
|
"breadthFirstRecalls"?: boolean;
|
|
12657
|
-
"
|
|
12765
|
+
"id"?: string;
|
|
12766
|
+
"name"?: string;
|
|
12767
|
+
"dateCreated"?: string;
|
|
12768
|
+
"dateModified"?: string;
|
|
12769
|
+
"version"?: number;
|
|
12658
12770
|
}
|
|
12659
12771
|
|
|
12660
12772
|
export interface DialerAttemptLimitsConfigChangeRecallEntry {
|
|
12661
12773
|
"nbrAttempts"?: number;
|
|
12662
12774
|
"minutesBetweenAttempts"?: number;
|
|
12663
|
-
"additionalProperties"?: object;
|
|
12664
12775
|
}
|
|
12665
12776
|
|
|
12666
12777
|
export interface DialerAuditRequest {
|
|
@@ -12673,32 +12784,24 @@ declare namespace Models {
|
|
|
12673
12784
|
export interface DialerCallabletimesetConfigChangeCallableTime {
|
|
12674
12785
|
"timeSlots"?: Array<Models.DialerCallabletimesetConfigChangeTimeSlot>;
|
|
12675
12786
|
"timeZoneId"?: string;
|
|
12676
|
-
"additionalProperties"?: object;
|
|
12677
12787
|
}
|
|
12678
12788
|
|
|
12679
12789
|
export interface DialerCallabletimesetConfigChangeCallableTimeSet {
|
|
12790
|
+
"callableTimes"?: Array<Models.DialerCallabletimesetConfigChangeCallableTime>;
|
|
12680
12791
|
"id"?: string;
|
|
12681
12792
|
"name"?: string;
|
|
12682
12793
|
"dateCreated"?: string;
|
|
12683
12794
|
"dateModified"?: string;
|
|
12684
12795
|
"version"?: number;
|
|
12685
|
-
"callableTimes"?: Array<Models.DialerCallabletimesetConfigChangeCallableTime>;
|
|
12686
|
-
"additionalProperties"?: object;
|
|
12687
12796
|
}
|
|
12688
12797
|
|
|
12689
12798
|
export interface DialerCallabletimesetConfigChangeTimeSlot {
|
|
12690
12799
|
"startTime"?: string;
|
|
12691
12800
|
"stopTime"?: string;
|
|
12692
12801
|
"day"?: number;
|
|
12693
|
-
"additionalProperties"?: object;
|
|
12694
12802
|
}
|
|
12695
12803
|
|
|
12696
12804
|
export interface DialerCampaignConfigChangeCampaign {
|
|
12697
|
-
"id"?: string;
|
|
12698
|
-
"name"?: string;
|
|
12699
|
-
"dateCreated"?: string;
|
|
12700
|
-
"dateModified"?: string;
|
|
12701
|
-
"version"?: number;
|
|
12702
12805
|
"contactList"?: Models.DialerCampaignConfigChangeUriReference;
|
|
12703
12806
|
"queue"?: Models.DialerCampaignConfigChangeUriReference;
|
|
12704
12807
|
"dialingMode"?: string;
|
|
@@ -12727,26 +12830,27 @@ declare namespace Models {
|
|
|
12727
12830
|
"contactListFilters"?: Array<Models.DialerCampaignConfigChangeUriReference>;
|
|
12728
12831
|
"division"?: Models.DialerCampaignConfigChangeUriReference;
|
|
12729
12832
|
"agentOwnedColumn"?: string;
|
|
12730
|
-
"
|
|
12833
|
+
"id"?: string;
|
|
12834
|
+
"name"?: string;
|
|
12835
|
+
"dateCreated"?: string;
|
|
12836
|
+
"dateModified"?: string;
|
|
12837
|
+
"version"?: number;
|
|
12731
12838
|
}
|
|
12732
12839
|
|
|
12733
12840
|
export interface DialerCampaignConfigChangeContactSort {
|
|
12734
12841
|
"fieldName"?: string;
|
|
12735
12842
|
"direction"?: string;
|
|
12736
12843
|
"numeric"?: boolean;
|
|
12737
|
-
"additionalProperties"?: object;
|
|
12738
12844
|
}
|
|
12739
12845
|
|
|
12740
12846
|
export interface DialerCampaignConfigChangePhoneColumn {
|
|
12741
12847
|
"columnName"?: string;
|
|
12742
12848
|
"type"?: string;
|
|
12743
|
-
"additionalProperties"?: object;
|
|
12744
12849
|
}
|
|
12745
12850
|
|
|
12746
12851
|
export interface DialerCampaignConfigChangeRestErrorDetail {
|
|
12747
12852
|
"error"?: string;
|
|
12748
12853
|
"details"?: string;
|
|
12749
|
-
"additionalProperties"?: object;
|
|
12750
12854
|
}
|
|
12751
12855
|
|
|
12752
12856
|
export interface DialerCampaignConfigChangeUriReference {
|
|
@@ -12760,7 +12864,6 @@ declare namespace Models {
|
|
|
12760
12864
|
"numberOfContactsMessaged"?: number;
|
|
12761
12865
|
"totalNumberOfContacts"?: number;
|
|
12762
12866
|
"percentage"?: number;
|
|
12763
|
-
"additionalProperties"?: object;
|
|
12764
12867
|
}
|
|
12765
12868
|
|
|
12766
12869
|
export interface DialerCampaignProgressEventUriReference {
|
|
@@ -12769,17 +12872,16 @@ declare namespace Models {
|
|
|
12769
12872
|
}
|
|
12770
12873
|
|
|
12771
12874
|
export interface DialerCampaignRuleConfigChangeCampaignRule {
|
|
12772
|
-
"id"?: string;
|
|
12773
|
-
"name"?: string;
|
|
12774
|
-
"dateCreated"?: string;
|
|
12775
|
-
"dateModified"?: string;
|
|
12776
|
-
"version"?: number;
|
|
12777
12875
|
"campaignRuleEntities"?: Models.DialerCampaignRuleConfigChangeCampaignRuleEntities;
|
|
12778
12876
|
"campaignRuleConditions"?: Array<Models.DialerCampaignRuleConfigChangeCampaignRuleCondition>;
|
|
12779
12877
|
"campaignRuleActions"?: Array<Models.DialerCampaignRuleConfigChangeCampaignRuleAction>;
|
|
12780
12878
|
"matchAnyConditions"?: boolean;
|
|
12781
12879
|
"enabled"?: boolean;
|
|
12782
|
-
"
|
|
12880
|
+
"id"?: string;
|
|
12881
|
+
"name"?: string;
|
|
12882
|
+
"dateCreated"?: string;
|
|
12883
|
+
"dateModified"?: string;
|
|
12884
|
+
"version"?: number;
|
|
12783
12885
|
}
|
|
12784
12886
|
|
|
12785
12887
|
export interface DialerCampaignRuleConfigChangeCampaignRuleAction {
|
|
@@ -12787,21 +12889,18 @@ declare namespace Models {
|
|
|
12787
12889
|
"parameters"?: { [key: string]: string; };
|
|
12788
12890
|
"actionType"?: string;
|
|
12789
12891
|
"campaignRuleActionEntities"?: Models.DialerCampaignRuleConfigChangeCampaignRuleActionEntities;
|
|
12790
|
-
"additionalProperties"?: object;
|
|
12791
12892
|
}
|
|
12792
12893
|
|
|
12793
12894
|
export interface DialerCampaignRuleConfigChangeCampaignRuleActionEntities {
|
|
12895
|
+
"useTriggeringEntity"?: boolean;
|
|
12794
12896
|
"campaigns"?: Array<Models.DialerCampaignRuleConfigChangeUriReference>;
|
|
12795
12897
|
"sequences"?: Array<Models.DialerCampaignRuleConfigChangeUriReference>;
|
|
12796
|
-
"useTriggeringEntity"?: boolean;
|
|
12797
|
-
"additionalProperties"?: object;
|
|
12798
12898
|
}
|
|
12799
12899
|
|
|
12800
12900
|
export interface DialerCampaignRuleConfigChangeCampaignRuleCondition {
|
|
12801
12901
|
"id"?: string;
|
|
12802
12902
|
"parameters"?: { [key: string]: string; };
|
|
12803
12903
|
"conditionType"?: string;
|
|
12804
|
-
"additionalProperties"?: object;
|
|
12805
12904
|
}
|
|
12806
12905
|
|
|
12807
12906
|
export interface DialerCampaignRuleConfigChangeCampaignRuleEntities {
|
|
@@ -12815,21 +12914,19 @@ declare namespace Models {
|
|
|
12815
12914
|
}
|
|
12816
12915
|
|
|
12817
12916
|
export interface DialerCampaignScheduleConfigChangeCampaignSchedule {
|
|
12917
|
+
"intervals"?: Array<Models.DialerCampaignScheduleConfigChangeScheduleInterval>;
|
|
12918
|
+
"timeZone"?: string;
|
|
12919
|
+
"campaign"?: Models.DialerCampaignScheduleConfigChangeUriReference;
|
|
12818
12920
|
"id"?: string;
|
|
12819
12921
|
"name"?: string;
|
|
12820
12922
|
"dateCreated"?: string;
|
|
12821
12923
|
"dateModified"?: string;
|
|
12822
12924
|
"version"?: number;
|
|
12823
|
-
"intervals"?: Array<Models.DialerCampaignScheduleConfigChangeScheduleInterval>;
|
|
12824
|
-
"timeZone"?: string;
|
|
12825
|
-
"campaign"?: Models.DialerCampaignScheduleConfigChangeUriReference;
|
|
12826
|
-
"additionalProperties"?: object;
|
|
12827
12925
|
}
|
|
12828
12926
|
|
|
12829
12927
|
export interface DialerCampaignScheduleConfigChangeScheduleInterval {
|
|
12830
12928
|
"start"?: string;
|
|
12831
12929
|
"end"?: string;
|
|
12832
|
-
"additionalProperties"?: object;
|
|
12833
12930
|
}
|
|
12834
12931
|
|
|
12835
12932
|
export interface DialerCampaignScheduleConfigChangeUriReference {
|
|
@@ -12857,11 +12954,6 @@ declare namespace Models {
|
|
|
12857
12954
|
}
|
|
12858
12955
|
|
|
12859
12956
|
export interface DialerContactlistConfigChangeContactList {
|
|
12860
|
-
"id"?: string;
|
|
12861
|
-
"name"?: string;
|
|
12862
|
-
"dateCreated"?: string;
|
|
12863
|
-
"dateModified"?: string;
|
|
12864
|
-
"version"?: number;
|
|
12865
12957
|
"columnNames"?: Array<string>;
|
|
12866
12958
|
"phoneColumns"?: Array<Models.DialerContactlistConfigChangeContactPhoneNumberColumn>;
|
|
12867
12959
|
"emailColumns"?: Array<Models.DialerContactlistConfigChangeEmailColumn>;
|
|
@@ -12873,20 +12965,22 @@ declare namespace Models {
|
|
|
12873
12965
|
"automaticTimeZoneMapping"?: boolean;
|
|
12874
12966
|
"zipCodeColumnName"?: string;
|
|
12875
12967
|
"division"?: Models.DialerContactlistConfigChangeUriReference;
|
|
12876
|
-
"
|
|
12968
|
+
"id"?: string;
|
|
12969
|
+
"name"?: string;
|
|
12970
|
+
"dateCreated"?: string;
|
|
12971
|
+
"dateModified"?: string;
|
|
12972
|
+
"version"?: number;
|
|
12877
12973
|
}
|
|
12878
12974
|
|
|
12879
12975
|
export interface DialerContactlistConfigChangeContactPhoneNumberColumn {
|
|
12880
12976
|
"columnName"?: string;
|
|
12881
12977
|
"type"?: string;
|
|
12882
12978
|
"callableTimeColumn"?: string;
|
|
12883
|
-
"additionalProperties"?: object;
|
|
12884
12979
|
}
|
|
12885
12980
|
|
|
12886
12981
|
export interface DialerContactlistConfigChangeEmailColumn {
|
|
12887
12982
|
"columnName"?: string;
|
|
12888
12983
|
"type"?: string;
|
|
12889
|
-
"additionalProperties"?: object;
|
|
12890
12984
|
}
|
|
12891
12985
|
|
|
12892
12986
|
export interface DialerContactlistConfigChangeImportStatus {
|
|
@@ -12895,7 +12989,6 @@ declare namespace Models {
|
|
|
12895
12989
|
"completedRecords"?: number;
|
|
12896
12990
|
"percentageComplete"?: number;
|
|
12897
12991
|
"failureReason"?: string;
|
|
12898
|
-
"additionalProperties"?: object;
|
|
12899
12992
|
}
|
|
12900
12993
|
|
|
12901
12994
|
export interface DialerContactlistConfigChangeUriReference {
|
|
@@ -12904,22 +12997,20 @@ declare namespace Models {
|
|
|
12904
12997
|
}
|
|
12905
12998
|
|
|
12906
12999
|
export interface DialerContactlistfilterConfigChangeContactListFilter {
|
|
13000
|
+
"contactList"?: Models.DialerContactlistfilterConfigChangeUriReference;
|
|
13001
|
+
"contactListColumns"?: Array<string>;
|
|
13002
|
+
"clauses"?: Array<Models.DialerContactlistfilterConfigChangeFilterClause>;
|
|
13003
|
+
"filterType"?: string;
|
|
12907
13004
|
"id"?: string;
|
|
12908
13005
|
"name"?: string;
|
|
12909
13006
|
"dateCreated"?: string;
|
|
12910
13007
|
"dateModified"?: string;
|
|
12911
13008
|
"version"?: number;
|
|
12912
|
-
"contactList"?: Models.DialerContactlistfilterConfigChangeUriReference;
|
|
12913
|
-
"contactListColumns"?: Array<string>;
|
|
12914
|
-
"clauses"?: Array<Models.DialerContactlistfilterConfigChangeFilterClause>;
|
|
12915
|
-
"filterType"?: string;
|
|
12916
|
-
"additionalProperties"?: object;
|
|
12917
13009
|
}
|
|
12918
13010
|
|
|
12919
13011
|
export interface DialerContactlistfilterConfigChangeFilterClause {
|
|
12920
13012
|
"filterType"?: string;
|
|
12921
13013
|
"predicates"?: Array<Models.DialerContactlistfilterConfigChangeFilterPredicate>;
|
|
12922
|
-
"additionalProperties"?: object;
|
|
12923
13014
|
}
|
|
12924
13015
|
|
|
12925
13016
|
export interface DialerContactlistfilterConfigChangeFilterPredicate {
|
|
@@ -12929,7 +13020,6 @@ declare namespace Models {
|
|
|
12929
13020
|
"value"?: string;
|
|
12930
13021
|
"range"?: Models.DialerContactlistfilterConfigChangeRange;
|
|
12931
13022
|
"inverted"?: boolean;
|
|
12932
|
-
"additionalProperties"?: object;
|
|
12933
13023
|
}
|
|
12934
13024
|
|
|
12935
13025
|
export interface DialerContactlistfilterConfigChangeRange {
|
|
@@ -12938,7 +13028,6 @@ declare namespace Models {
|
|
|
12938
13028
|
"minInclusive"?: boolean;
|
|
12939
13029
|
"maxInclusive"?: boolean;
|
|
12940
13030
|
"inSet"?: Array<string>;
|
|
12941
|
-
"additionalProperties"?: object;
|
|
12942
13031
|
}
|
|
12943
13032
|
|
|
12944
13033
|
export interface DialerContactlistfilterConfigChangeUriReference {
|
|
@@ -12947,11 +13036,6 @@ declare namespace Models {
|
|
|
12947
13036
|
}
|
|
12948
13037
|
|
|
12949
13038
|
export interface DialerDnclistConfigChangeDncList {
|
|
12950
|
-
"id"?: string;
|
|
12951
|
-
"name"?: string;
|
|
12952
|
-
"dateCreated"?: string;
|
|
12953
|
-
"dateModified"?: string;
|
|
12954
|
-
"version"?: number;
|
|
12955
13039
|
"importStatus"?: Models.DialerDnclistConfigChangeImportStatus;
|
|
12956
13040
|
"size"?: number;
|
|
12957
13041
|
"dncSourceType"?: string;
|
|
@@ -12960,7 +13044,11 @@ declare namespace Models {
|
|
|
12960
13044
|
"licenseId"?: string;
|
|
12961
13045
|
"contactMethod"?: string;
|
|
12962
13046
|
"division"?: Models.DialerDnclistConfigChangeUriReference;
|
|
12963
|
-
"
|
|
13047
|
+
"id"?: string;
|
|
13048
|
+
"name"?: string;
|
|
13049
|
+
"dateCreated"?: string;
|
|
13050
|
+
"dateModified"?: string;
|
|
13051
|
+
"version"?: number;
|
|
12964
13052
|
}
|
|
12965
13053
|
|
|
12966
13054
|
export interface DialerDnclistConfigChangeImportStatus {
|
|
@@ -12969,7 +13057,6 @@ declare namespace Models {
|
|
|
12969
13057
|
"completedRecords"?: number;
|
|
12970
13058
|
"percentageComplete"?: number;
|
|
12971
13059
|
"failureReason"?: string;
|
|
12972
|
-
"additionalProperties"?: object;
|
|
12973
13060
|
}
|
|
12974
13061
|
|
|
12975
13062
|
export interface DialerDnclistConfigChangeUriReference {
|
|
@@ -12996,9 +13083,9 @@ declare namespace Models {
|
|
|
12996
13083
|
}
|
|
12997
13084
|
|
|
12998
13085
|
export interface DialerOutboundSettingsConfigChangeAtzmTimeSlotWithTimeZone {
|
|
13086
|
+
"timeZoneId"?: string;
|
|
12999
13087
|
"earliestCallableTime"?: string;
|
|
13000
13088
|
"latestCallableTime"?: string;
|
|
13001
|
-
"timeZoneId"?: string;
|
|
13002
13089
|
}
|
|
13003
13090
|
|
|
13004
13091
|
export interface DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings {
|
|
@@ -13011,16 +13098,16 @@ declare namespace Models {
|
|
|
13011
13098
|
}
|
|
13012
13099
|
|
|
13013
13100
|
export interface DialerOutboundSettingsConfigChangeOutboundSettings {
|
|
13014
|
-
"id"?: string;
|
|
13015
|
-
"name"?: string;
|
|
13016
|
-
"dateCreated"?: string;
|
|
13017
|
-
"dateModified"?: string;
|
|
13018
|
-
"version"?: number;
|
|
13019
13101
|
"maxCallsPerAgent"?: number;
|
|
13020
13102
|
"maxLineUtilization"?: number;
|
|
13021
13103
|
"abandonSeconds"?: number;
|
|
13022
13104
|
"complianceAbandonRateDenominator"?: string;
|
|
13023
13105
|
"automaticTimeZoneMapping"?: Models.DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings;
|
|
13106
|
+
"id"?: string;
|
|
13107
|
+
"name"?: string;
|
|
13108
|
+
"dateCreated"?: string;
|
|
13109
|
+
"dateModified"?: string;
|
|
13110
|
+
"version"?: number;
|
|
13024
13111
|
}
|
|
13025
13112
|
|
|
13026
13113
|
export interface DialerPreview {
|
|
@@ -13035,18 +13122,16 @@ declare namespace Models {
|
|
|
13035
13122
|
"data"?: string;
|
|
13036
13123
|
"name"?: string;
|
|
13037
13124
|
"reactionType"?: string;
|
|
13038
|
-
"additionalProperties"?: object;
|
|
13039
13125
|
}
|
|
13040
13126
|
|
|
13041
13127
|
export interface DialerResponsesetConfigChangeResponseSet {
|
|
13128
|
+
"responses"?: { [key: string]: Models.DialerResponsesetConfigChangeReaction; };
|
|
13129
|
+
"beepDetectionEnabled"?: boolean;
|
|
13042
13130
|
"id"?: string;
|
|
13043
13131
|
"name"?: string;
|
|
13044
13132
|
"dateCreated"?: string;
|
|
13045
13133
|
"dateModified"?: string;
|
|
13046
13134
|
"version"?: number;
|
|
13047
|
-
"responses"?: { [key: string]: Models.DialerResponsesetConfigChangeReaction; };
|
|
13048
|
-
"beepDetectionEnabled"?: boolean;
|
|
13049
|
-
"additionalProperties"?: object;
|
|
13050
13135
|
}
|
|
13051
13136
|
|
|
13052
13137
|
export interface DialerRule {
|
|
@@ -13063,10 +13148,10 @@ declare namespace Models {
|
|
|
13063
13148
|
"actionTypeName"?: string;
|
|
13064
13149
|
"updateOption"?: string;
|
|
13065
13150
|
"properties"?: { [key: string]: string; };
|
|
13066
|
-
"additionalProperties"?: object;
|
|
13067
13151
|
}
|
|
13068
13152
|
|
|
13069
13153
|
export interface DialerRulesetConfigChangeCondition {
|
|
13154
|
+
"dataAction"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13070
13155
|
"type"?: string;
|
|
13071
13156
|
"inverted"?: boolean;
|
|
13072
13157
|
"attributeName"?: string;
|
|
@@ -13082,14 +13167,11 @@ declare namespace Models {
|
|
|
13082
13167
|
"agentWrapupField"?: string;
|
|
13083
13168
|
"contactColumnToDataActionFieldMappings"?: Array<Models.DialerRulesetConfigChangeContactColumnToDataActionFieldMapping>;
|
|
13084
13169
|
"predicates"?: Array<Models.DialerRulesetConfigChangeDataActionConditionPredicate>;
|
|
13085
|
-
"dataAction"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13086
|
-
"additionalProperties"?: object;
|
|
13087
13170
|
}
|
|
13088
13171
|
|
|
13089
13172
|
export interface DialerRulesetConfigChangeContactColumnToDataActionFieldMapping {
|
|
13090
13173
|
"contactColumnName"?: string;
|
|
13091
13174
|
"dataActionField"?: string;
|
|
13092
|
-
"additionalProperties"?: object;
|
|
13093
13175
|
}
|
|
13094
13176
|
|
|
13095
13177
|
export interface DialerRulesetConfigChangeDataActionConditionPredicate {
|
|
@@ -13098,29 +13180,26 @@ declare namespace Models {
|
|
|
13098
13180
|
"comparisonValue"?: string;
|
|
13099
13181
|
"outputFieldMissingResolution"?: boolean;
|
|
13100
13182
|
"inverted"?: boolean;
|
|
13101
|
-
"additionalProperties"?: object;
|
|
13102
13183
|
}
|
|
13103
13184
|
|
|
13104
13185
|
export interface DialerRulesetConfigChangeRule {
|
|
13186
|
+
"conditions"?: Array<Models.DialerRulesetConfigChangeCondition>;
|
|
13105
13187
|
"id"?: string;
|
|
13106
13188
|
"name"?: string;
|
|
13107
13189
|
"order"?: number;
|
|
13108
13190
|
"category"?: string;
|
|
13109
13191
|
"actions"?: Array<Models.DialerRulesetConfigChangeAction>;
|
|
13110
|
-
"conditions"?: Array<Models.DialerRulesetConfigChangeCondition>;
|
|
13111
|
-
"additionalProperties"?: object;
|
|
13112
13192
|
}
|
|
13113
13193
|
|
|
13114
13194
|
export interface DialerRulesetConfigChangeRuleSet {
|
|
13195
|
+
"contactList"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13196
|
+
"queue"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13197
|
+
"rules"?: Array<Models.DialerRulesetConfigChangeRule>;
|
|
13115
13198
|
"id"?: string;
|
|
13116
13199
|
"name"?: string;
|
|
13117
13200
|
"dateCreated"?: string;
|
|
13118
13201
|
"dateModified"?: string;
|
|
13119
13202
|
"version"?: number;
|
|
13120
|
-
"contactList"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13121
|
-
"queue"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13122
|
-
"rules"?: Array<Models.DialerRulesetConfigChangeRule>;
|
|
13123
|
-
"additionalProperties"?: object;
|
|
13124
13203
|
}
|
|
13125
13204
|
|
|
13126
13205
|
export interface DialerRulesetConfigChangeUriReference {
|
|
@@ -13129,17 +13208,16 @@ declare namespace Models {
|
|
|
13129
13208
|
}
|
|
13130
13209
|
|
|
13131
13210
|
export interface DialerSequenceConfigChangeCampaignSequence {
|
|
13132
|
-
"id"?: string;
|
|
13133
|
-
"name"?: string;
|
|
13134
|
-
"dateCreated"?: string;
|
|
13135
|
-
"dateModified"?: string;
|
|
13136
|
-
"version"?: number;
|
|
13137
13211
|
"campaigns"?: Array<Models.DialerSequenceConfigChangeUriReference>;
|
|
13138
13212
|
"currentCampaign"?: number;
|
|
13139
13213
|
"status"?: string;
|
|
13140
13214
|
"stopMessage"?: string;
|
|
13141
13215
|
"repeat"?: boolean;
|
|
13142
|
-
"
|
|
13216
|
+
"id"?: string;
|
|
13217
|
+
"name"?: string;
|
|
13218
|
+
"dateCreated"?: string;
|
|
13219
|
+
"dateModified"?: string;
|
|
13220
|
+
"version"?: number;
|
|
13143
13221
|
}
|
|
13144
13222
|
|
|
13145
13223
|
export interface DialerSequenceConfigChangeUriReference {
|
|
@@ -13150,19 +13228,17 @@ declare namespace Models {
|
|
|
13150
13228
|
export interface DialerSequenceScheduleConfigChangeScheduleInterval {
|
|
13151
13229
|
"start"?: string;
|
|
13152
13230
|
"end"?: string;
|
|
13153
|
-
"additionalProperties"?: object;
|
|
13154
13231
|
}
|
|
13155
13232
|
|
|
13156
13233
|
export interface DialerSequenceScheduleConfigChangeSequenceSchedule {
|
|
13234
|
+
"intervals"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleInterval>;
|
|
13235
|
+
"timeZone"?: string;
|
|
13236
|
+
"sequence"?: Models.DialerSequenceScheduleConfigChangeUriReference;
|
|
13157
13237
|
"id"?: string;
|
|
13158
13238
|
"name"?: string;
|
|
13159
13239
|
"dateCreated"?: string;
|
|
13160
13240
|
"dateModified"?: string;
|
|
13161
13241
|
"version"?: number;
|
|
13162
|
-
"intervals"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleInterval>;
|
|
13163
|
-
"timeZone"?: string;
|
|
13164
|
-
"sequence"?: Models.DialerSequenceScheduleConfigChangeUriReference;
|
|
13165
|
-
"additionalProperties"?: object;
|
|
13166
13242
|
}
|
|
13167
13243
|
|
|
13168
13244
|
export interface DialerSequenceScheduleConfigChangeUriReference {
|
|
@@ -13359,7 +13435,6 @@ declare namespace Models {
|
|
|
13359
13435
|
export interface DnclistDownloadReadyExportUri {
|
|
13360
13436
|
"uri"?: string;
|
|
13361
13437
|
"exportTimestamp"?: string;
|
|
13362
|
-
"additionalProperties"?: object;
|
|
13363
13438
|
}
|
|
13364
13439
|
|
|
13365
13440
|
export interface DnclistImportStatusImportStatus {
|
|
@@ -13368,7 +13443,6 @@ declare namespace Models {
|
|
|
13368
13443
|
"completedRecords"?: number;
|
|
13369
13444
|
"percentageComplete"?: number;
|
|
13370
13445
|
"failureReason"?: string;
|
|
13371
|
-
"additionalProperties"?: object;
|
|
13372
13446
|
}
|
|
13373
13447
|
|
|
13374
13448
|
export interface Document {
|
|
@@ -13941,7 +14015,13 @@ declare namespace Models {
|
|
|
13941
14015
|
|
|
13942
14016
|
export interface DraftRequest {
|
|
13943
14017
|
"intents"?: Array<Models.DraftIntents>;
|
|
13944
|
-
|
|
14018
|
+
}
|
|
14019
|
+
|
|
14020
|
+
export interface DraftTopicRequest {
|
|
14021
|
+
"id": string;
|
|
14022
|
+
"name": string;
|
|
14023
|
+
"phrases": Array<string>;
|
|
14024
|
+
"selfUri"?: string;
|
|
13945
14025
|
}
|
|
13946
14026
|
|
|
13947
14027
|
export interface DraftTopics {
|
|
@@ -14081,6 +14161,11 @@ declare namespace Models {
|
|
|
14081
14161
|
"pageCount"?: number;
|
|
14082
14162
|
}
|
|
14083
14163
|
|
|
14164
|
+
export interface EdgeIdNamePair {
|
|
14165
|
+
"id"?: string;
|
|
14166
|
+
"name"?: string;
|
|
14167
|
+
}
|
|
14168
|
+
|
|
14084
14169
|
export interface EdgeInterface {
|
|
14085
14170
|
"type"?: string;
|
|
14086
14171
|
"ipAddress"?: string;
|
|
@@ -14883,8 +14968,8 @@ declare namespace Models {
|
|
|
14883
14968
|
"commentsRequired"?: boolean;
|
|
14884
14969
|
"visibilityCondition"?: Models.VisibilityCondition;
|
|
14885
14970
|
"answerOptions"?: Array<Models.AnswerOption>;
|
|
14886
|
-
"isCritical"?: boolean;
|
|
14887
14971
|
"isKill"?: boolean;
|
|
14972
|
+
"isCritical"?: boolean;
|
|
14888
14973
|
}
|
|
14889
14974
|
|
|
14890
14975
|
export interface EvaluationQuestionGroup {
|
|
@@ -15009,6 +15094,10 @@ declare namespace Models {
|
|
|
15009
15094
|
"threshold"?: number;
|
|
15010
15095
|
}
|
|
15011
15096
|
|
|
15097
|
+
export interface ExpiredEdgeListing {
|
|
15098
|
+
"entities"?: Array<Models.EdgeIdNamePair>;
|
|
15099
|
+
}
|
|
15100
|
+
|
|
15012
15101
|
export interface ExportScriptRequest {
|
|
15013
15102
|
"fileName"?: string;
|
|
15014
15103
|
"versionId"?: string;
|
|
@@ -15185,6 +15274,7 @@ declare namespace Models {
|
|
|
15185
15274
|
export interface FacebookIntegration {
|
|
15186
15275
|
"id": string;
|
|
15187
15276
|
"name": string;
|
|
15277
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
15188
15278
|
"appId": string;
|
|
15189
15279
|
"pageId"?: string;
|
|
15190
15280
|
"pageName"?: string;
|
|
@@ -15217,6 +15307,7 @@ declare namespace Models {
|
|
|
15217
15307
|
export interface FacebookIntegrationRequest {
|
|
15218
15308
|
"id"?: string;
|
|
15219
15309
|
"name": string;
|
|
15310
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
15220
15311
|
"pageAccessToken"?: string;
|
|
15221
15312
|
"userAccessToken"?: string;
|
|
15222
15313
|
"pageId"?: string;
|
|
@@ -15228,6 +15319,7 @@ declare namespace Models {
|
|
|
15228
15319
|
export interface FacebookIntegrationUpdateRequest {
|
|
15229
15320
|
"id"?: string;
|
|
15230
15321
|
"name"?: string;
|
|
15322
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
15231
15323
|
"pageAccessToken"?: string;
|
|
15232
15324
|
"userAccessToken"?: string;
|
|
15233
15325
|
"selfUri"?: string;
|
|
@@ -15292,6 +15384,15 @@ declare namespace Models {
|
|
|
15292
15384
|
|
|
15293
15385
|
export interface FailedRecordingEntityListing {
|
|
15294
15386
|
"entities"?: Array<Models.RecordingJobFailedRecording>;
|
|
15387
|
+
"pageSize"?: number;
|
|
15388
|
+
"pageNumber"?: number;
|
|
15389
|
+
"total"?: number;
|
|
15390
|
+
"firstUri"?: string;
|
|
15391
|
+
"selfUri"?: string;
|
|
15392
|
+
"nextUri"?: string;
|
|
15393
|
+
"previousUri"?: string;
|
|
15394
|
+
"lastUri"?: string;
|
|
15395
|
+
"pageCount"?: number;
|
|
15295
15396
|
}
|
|
15296
15397
|
|
|
15297
15398
|
export interface FaxDocument {
|
|
@@ -15538,8 +15639,10 @@ declare namespace Models {
|
|
|
15538
15639
|
"name": string;
|
|
15539
15640
|
"division"?: Models.WritableDivision;
|
|
15540
15641
|
"type"?: string;
|
|
15642
|
+
"description"?: string;
|
|
15541
15643
|
"inputSchema"?: Models.JsonSchemaDocument;
|
|
15542
15644
|
"outputSchema"?: Models.JsonSchemaDocument;
|
|
15645
|
+
"supportedLanguages"?: Array<Models.SupportedLanguage>;
|
|
15543
15646
|
"publishedVersion"?: Models.FlowVersion;
|
|
15544
15647
|
"debugVersion"?: Models.FlowVersion;
|
|
15545
15648
|
"selfUri"?: string;
|
|
@@ -16449,10 +16552,10 @@ declare namespace Models {
|
|
|
16449
16552
|
"system"?: boolean;
|
|
16450
16553
|
"started"?: string;
|
|
16451
16554
|
"completed"?: string;
|
|
16452
|
-
"entities"?: Array<Models.HistoryEntry>;
|
|
16453
16555
|
"pageSize"?: number;
|
|
16454
|
-
"total"?: number;
|
|
16455
16556
|
"pageNumber"?: number;
|
|
16557
|
+
"total"?: number;
|
|
16558
|
+
"entities"?: Array<Models.HistoryEntry>;
|
|
16456
16559
|
"pageCount"?: number;
|
|
16457
16560
|
}
|
|
16458
16561
|
|
|
@@ -16899,6 +17002,11 @@ declare namespace Models {
|
|
|
16899
17002
|
"intervalLengthMinutes"?: number;
|
|
16900
17003
|
}
|
|
16901
17004
|
|
|
17005
|
+
export interface InvalidAssignment {
|
|
17006
|
+
"user"?: Models.UserReference;
|
|
17007
|
+
"message"?: string;
|
|
17008
|
+
}
|
|
17009
|
+
|
|
16902
17010
|
export interface IpAddressAuthentication {
|
|
16903
17011
|
"networkWhitelist"?: Array<string>;
|
|
16904
17012
|
}
|
|
@@ -17125,8 +17233,8 @@ declare namespace Models {
|
|
|
17125
17233
|
"createdDate"?: string;
|
|
17126
17234
|
"customerId"?: string;
|
|
17127
17235
|
"customerIdType"?: string;
|
|
17128
|
-
"eventType"?: string;
|
|
17129
17236
|
"session"?: Models.JourneyOutcomeEventsNotificationSession;
|
|
17237
|
+
"eventType"?: string;
|
|
17130
17238
|
"outcomeAchievedEvent"?: Models.JourneyOutcomeEventsNotificationOutcomeAchievedMessage;
|
|
17131
17239
|
"outcomeAttributionEventMessage"?: Models.JourneyOutcomeEventsNotificationOutcomeAttributionMessage;
|
|
17132
17240
|
}
|
|
@@ -17332,8 +17440,8 @@ declare namespace Models {
|
|
|
17332
17440
|
"createdDate"?: string;
|
|
17333
17441
|
"customerId"?: string;
|
|
17334
17442
|
"customerIdType"?: string;
|
|
17335
|
-
"eventType"?: string;
|
|
17336
17443
|
"session"?: Models.JourneyWebActionEventsNotificationSession;
|
|
17444
|
+
"eventType"?: string;
|
|
17337
17445
|
"webActionEvent"?: Models.JourneyWebActionEventsNotificationWebActionMessage;
|
|
17338
17446
|
"blockedWebActionOfferEvent"?: Models.JourneyWebActionEventsNotificationBlockedWebActionOfferMessage;
|
|
17339
17447
|
}
|
|
@@ -17505,8 +17613,8 @@ declare namespace Models {
|
|
|
17505
17613
|
"createdDate"?: string;
|
|
17506
17614
|
"customerId"?: string;
|
|
17507
17615
|
"customerIdType"?: string;
|
|
17508
|
-
"eventType"?: string;
|
|
17509
17616
|
"session"?: Models.JourneyWebEventsNotificationSession;
|
|
17617
|
+
"eventType"?: string;
|
|
17510
17618
|
"webEvent"?: Models.JourneyWebEventsNotificationWebMessage;
|
|
17511
17619
|
"webActionEvent"?: Models.JourneyWebEventsNotificationWebActionMessage;
|
|
17512
17620
|
"outcomeAchievedEvent"?: Models.JourneyWebEventsNotificationOutcomeAchievedMessage;
|
|
@@ -17672,6 +17780,11 @@ declare namespace Models {
|
|
|
17672
17780
|
"displayName"?: string;
|
|
17673
17781
|
}
|
|
17674
17782
|
|
|
17783
|
+
export interface Knowledge {
|
|
17784
|
+
"enabled"?: boolean;
|
|
17785
|
+
"knowledgeBase"?: Models.AddressableEntityRef;
|
|
17786
|
+
}
|
|
17787
|
+
|
|
17675
17788
|
export interface KnowledgeBase {
|
|
17676
17789
|
"id"?: string;
|
|
17677
17790
|
"name"?: string;
|
|
@@ -17819,6 +17932,14 @@ declare namespace Models {
|
|
|
17819
17932
|
"selfUri"?: string;
|
|
17820
17933
|
}
|
|
17821
17934
|
|
|
17935
|
+
export interface KpiResult {
|
|
17936
|
+
"kpiTotalOn"?: number;
|
|
17937
|
+
"kpiTotalOff"?: number;
|
|
17938
|
+
"interactionCountOn"?: number;
|
|
17939
|
+
"interactionCountOff"?: number;
|
|
17940
|
+
"mediaType"?: string;
|
|
17941
|
+
}
|
|
17942
|
+
|
|
17822
17943
|
export interface Language {
|
|
17823
17944
|
"id"?: string;
|
|
17824
17945
|
"name": string;
|
|
@@ -18385,6 +18506,7 @@ declare namespace Models {
|
|
|
18385
18506
|
export interface LineIntegration {
|
|
18386
18507
|
"id": string;
|
|
18387
18508
|
"name": string;
|
|
18509
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
18388
18510
|
"channelId": string;
|
|
18389
18511
|
"webhookUri": string;
|
|
18390
18512
|
"status"?: string;
|
|
@@ -18415,6 +18537,7 @@ declare namespace Models {
|
|
|
18415
18537
|
export interface LineIntegrationRequest {
|
|
18416
18538
|
"id"?: string;
|
|
18417
18539
|
"name": string;
|
|
18540
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
18418
18541
|
"channelId"?: string;
|
|
18419
18542
|
"channelSecret"?: string;
|
|
18420
18543
|
"switcherSecret"?: string;
|
|
@@ -18448,6 +18571,10 @@ declare namespace Models {
|
|
|
18448
18571
|
"values"?: Array<string>;
|
|
18449
18572
|
}
|
|
18450
18573
|
|
|
18574
|
+
export interface ListWrapperSecondaryPresence {
|
|
18575
|
+
"values"?: Array<Models.SecondaryPresence>;
|
|
18576
|
+
}
|
|
18577
|
+
|
|
18451
18578
|
export interface ListWrapperShiftStartVariance {
|
|
18452
18579
|
"values"?: Array<Models.ShiftStartVariance>;
|
|
18453
18580
|
}
|
|
@@ -18818,6 +18945,11 @@ declare namespace Models {
|
|
|
18818
18945
|
"includeNonAcd"?: boolean;
|
|
18819
18946
|
}
|
|
18820
18947
|
|
|
18948
|
+
export interface Member {
|
|
18949
|
+
"id": string;
|
|
18950
|
+
"selfUri"?: string;
|
|
18951
|
+
}
|
|
18952
|
+
|
|
18821
18953
|
export interface MemberEntity {
|
|
18822
18954
|
"id"?: string;
|
|
18823
18955
|
}
|
|
@@ -18825,12 +18957,16 @@ declare namespace Models {
|
|
|
18825
18957
|
export interface MemberGroup {
|
|
18826
18958
|
"id"?: string;
|
|
18827
18959
|
"name"?: string;
|
|
18828
|
-
"division"?: Models.
|
|
18960
|
+
"division"?: Models.WritableDivision;
|
|
18829
18961
|
"type"?: string;
|
|
18830
18962
|
"memberCount"?: number;
|
|
18831
18963
|
"selfUri"?: string;
|
|
18832
18964
|
}
|
|
18833
18965
|
|
|
18966
|
+
export interface MemberListing {
|
|
18967
|
+
"entities"?: Array<Models.Member>;
|
|
18968
|
+
}
|
|
18969
|
+
|
|
18834
18970
|
export interface MergeOperation {
|
|
18835
18971
|
"sourceContact"?: Models.AddressableEntityRef;
|
|
18836
18972
|
"targetContact"?: Models.AddressableEntityRef;
|
|
@@ -18915,6 +19051,8 @@ declare namespace Models {
|
|
|
18915
19051
|
"status": string;
|
|
18916
19052
|
"media"?: Array<Models.MessageMedia>;
|
|
18917
19053
|
"stickers"?: Array<Models.MessageSticker>;
|
|
19054
|
+
"normalizedMessage"?: Models.ConversationNormalizedMessage;
|
|
19055
|
+
"normalizedReceipts"?: Array<Models.ConversationNormalizedMessage>;
|
|
18918
19056
|
"createdBy"?: Models.User;
|
|
18919
19057
|
"conversationId"?: string;
|
|
18920
19058
|
"selfUri"?: string;
|
|
@@ -19094,6 +19232,7 @@ declare namespace Models {
|
|
|
19094
19232
|
export interface MessagingIntegration {
|
|
19095
19233
|
"id": string;
|
|
19096
19234
|
"name": string;
|
|
19235
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
19097
19236
|
"status"?: string;
|
|
19098
19237
|
"messengerType": string;
|
|
19099
19238
|
"recipient"?: Models.DomainEntityRef;
|
|
@@ -19163,10 +19302,9 @@ declare namespace Models {
|
|
|
19163
19302
|
"parameters"?: Array<Models.TemplateParameter>;
|
|
19164
19303
|
}
|
|
19165
19304
|
|
|
19166
|
-
export interface
|
|
19167
|
-
"
|
|
19168
|
-
"
|
|
19169
|
-
"bottomSpace"?: number;
|
|
19305
|
+
export interface MessengerApps {
|
|
19306
|
+
"conversations"?: Models.ConversationAppSettings;
|
|
19307
|
+
"knowledge"?: Models.Knowledge;
|
|
19170
19308
|
}
|
|
19171
19309
|
|
|
19172
19310
|
export interface MessengerSettings {
|
|
@@ -19174,7 +19312,7 @@ declare namespace Models {
|
|
|
19174
19312
|
"styles"?: Models.MessengerStyles;
|
|
19175
19313
|
"launcherButton"?: Models.LauncherButtonSettings;
|
|
19176
19314
|
"fileUpload"?: Models.FileUploadSettings;
|
|
19177
|
-
"
|
|
19315
|
+
"apps"?: Models.MessengerApps;
|
|
19178
19316
|
}
|
|
19179
19317
|
|
|
19180
19318
|
export interface MessengerStyles {
|
|
@@ -19531,6 +19669,7 @@ declare namespace Models {
|
|
|
19531
19669
|
"domain"?: Models.AddressableEntityRef;
|
|
19532
19670
|
"version"?: Models.NluDomainVersion;
|
|
19533
19671
|
"intents"?: Array<Models.Intent>;
|
|
19672
|
+
"engineVersion"?: string;
|
|
19534
19673
|
}
|
|
19535
19674
|
|
|
19536
19675
|
export interface NluQualityReportSummary {
|
|
@@ -19760,6 +19899,8 @@ declare namespace Models {
|
|
|
19760
19899
|
"templateId"?: string;
|
|
19761
19900
|
"zones"?: Array<Models.ObjectiveZone>;
|
|
19762
19901
|
"enabled"?: boolean;
|
|
19902
|
+
"topics"?: Array<Models.AddressableEntityRef>;
|
|
19903
|
+
"topicIdsFilterType"?: string;
|
|
19763
19904
|
"dateStart"?: string;
|
|
19764
19905
|
}
|
|
19765
19906
|
|
|
@@ -19846,6 +19987,7 @@ declare namespace Models {
|
|
|
19846
19987
|
export interface OpenIntegration {
|
|
19847
19988
|
"id": string;
|
|
19848
19989
|
"name": string;
|
|
19990
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
19849
19991
|
"outboundNotificationWebhookUrl": string;
|
|
19850
19992
|
"outboundNotificationWebhookSignatureSecretToken": string;
|
|
19851
19993
|
"webhookHeaders"?: { [key: string]: string; };
|
|
@@ -19876,6 +20018,7 @@ declare namespace Models {
|
|
|
19876
20018
|
export interface OpenIntegrationRequest {
|
|
19877
20019
|
"id"?: string;
|
|
19878
20020
|
"name": string;
|
|
20021
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
19879
20022
|
"outboundNotificationWebhookUrl": string;
|
|
19880
20023
|
"outboundNotificationWebhookSignatureSecretToken": string;
|
|
19881
20024
|
"webhookHeaders"?: { [key: string]: string; };
|
|
@@ -19885,6 +20028,7 @@ declare namespace Models {
|
|
|
19885
20028
|
export interface OpenIntegrationUpdateRequest {
|
|
19886
20029
|
"id"?: string;
|
|
19887
20030
|
"name": string;
|
|
20031
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
19888
20032
|
"outboundNotificationWebhookUrl"?: string;
|
|
19889
20033
|
"outboundNotificationWebhookSignatureSecretToken"?: string;
|
|
19890
20034
|
"webhookHeaders"?: { [key: string]: string; };
|
|
@@ -20125,9 +20269,17 @@ declare namespace Models {
|
|
|
20125
20269
|
export interface OrphanUpdateRequest {
|
|
20126
20270
|
"archiveDate"?: string;
|
|
20127
20271
|
"deleteDate"?: string;
|
|
20272
|
+
"exportDate"?: string;
|
|
20273
|
+
"integrationId"?: string;
|
|
20128
20274
|
"conversationId"?: string;
|
|
20129
20275
|
}
|
|
20130
20276
|
|
|
20277
|
+
export interface OtherProfileAssignment {
|
|
20278
|
+
"id"?: string;
|
|
20279
|
+
"currentProfile"?: Models.DomainEntityRef;
|
|
20280
|
+
"selfUri"?: string;
|
|
20281
|
+
}
|
|
20282
|
+
|
|
20131
20283
|
export interface OutOfOffice {
|
|
20132
20284
|
"id"?: string;
|
|
20133
20285
|
"name"?: string;
|
|
@@ -20175,7 +20327,6 @@ declare namespace Models {
|
|
|
20175
20327
|
"fieldName"?: string;
|
|
20176
20328
|
"direction"?: string;
|
|
20177
20329
|
"numeric"?: boolean;
|
|
20178
|
-
"additionalProperties"?: object;
|
|
20179
20330
|
}
|
|
20180
20331
|
|
|
20181
20332
|
export interface OutboundMessagingMessagingCampaignConfigChangeEmailConfig {
|
|
@@ -20197,12 +20348,6 @@ declare namespace Models {
|
|
|
20197
20348
|
}
|
|
20198
20349
|
|
|
20199
20350
|
export interface OutboundMessagingMessagingCampaignConfigChangeMessagingCampaign {
|
|
20200
|
-
"id"?: string;
|
|
20201
|
-
"division"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20202
|
-
"name"?: string;
|
|
20203
|
-
"dateCreated"?: string;
|
|
20204
|
-
"dateModified"?: string;
|
|
20205
|
-
"version"?: number;
|
|
20206
20351
|
"campaignStatus"?: string;
|
|
20207
20352
|
"callableTimeSet"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20208
20353
|
"contactList"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
@@ -20214,6 +20359,12 @@ declare namespace Models {
|
|
|
20214
20359
|
"smsConfig"?: Models.OutboundMessagingMessagingCampaignConfigChangeSmsConfig;
|
|
20215
20360
|
"emailConfig"?: Models.OutboundMessagingMessagingCampaignConfigChangeEmailConfig;
|
|
20216
20361
|
"errors"?: Array<Models.OutboundMessagingMessagingCampaignConfigChangeErrorDetail>;
|
|
20362
|
+
"id"?: string;
|
|
20363
|
+
"division"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20364
|
+
"name"?: string;
|
|
20365
|
+
"dateCreated"?: string;
|
|
20366
|
+
"dateModified"?: string;
|
|
20367
|
+
"version"?: number;
|
|
20217
20368
|
}
|
|
20218
20369
|
|
|
20219
20370
|
export interface OutboundMessagingMessagingCampaignConfigChangeReplyToEmailAddress {
|
|
@@ -20247,7 +20398,6 @@ declare namespace Models {
|
|
|
20247
20398
|
"numberOfContactsMessaged"?: number;
|
|
20248
20399
|
"totalNumberOfContacts"?: number;
|
|
20249
20400
|
"percentage"?: number;
|
|
20250
|
-
"additionalProperties"?: object;
|
|
20251
20401
|
}
|
|
20252
20402
|
|
|
20253
20403
|
export interface OutboundMessagingMessagingCampaignProgressEventUriReference {
|
|
@@ -21118,6 +21268,12 @@ declare namespace Models {
|
|
|
21118
21268
|
"enabled"?: boolean;
|
|
21119
21269
|
}
|
|
21120
21270
|
|
|
21271
|
+
export interface PositionSettings {
|
|
21272
|
+
"alignment"?: string;
|
|
21273
|
+
"sideSpace"?: number;
|
|
21274
|
+
"bottomSpace"?: number;
|
|
21275
|
+
}
|
|
21276
|
+
|
|
21121
21277
|
export interface PostActionInput {
|
|
21122
21278
|
"category": string;
|
|
21123
21279
|
"name": string;
|
|
@@ -21612,6 +21768,7 @@ declare namespace Models {
|
|
|
21612
21768
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
21613
21769
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
21614
21770
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
21771
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
21615
21772
|
"autoAnswerOnly"?: boolean;
|
|
21616
21773
|
"enableTranscription"?: boolean;
|
|
21617
21774
|
"enableManualAssignment"?: boolean;
|
|
@@ -21762,7 +21919,6 @@ declare namespace Models {
|
|
|
21762
21919
|
"tags"?: Array<string>;
|
|
21763
21920
|
"durationSeconds"?: number;
|
|
21764
21921
|
"endTime"?: string;
|
|
21765
|
-
"additionalProperties"?: object;
|
|
21766
21922
|
}
|
|
21767
21923
|
|
|
21768
21924
|
export interface QueueConversationCallbackEventTopicCallbackConversation {
|
|
@@ -21839,7 +21995,6 @@ declare namespace Models {
|
|
|
21839
21995
|
"contactListId"?: string;
|
|
21840
21996
|
"campaignId"?: string;
|
|
21841
21997
|
"phoneNumberColumns"?: Array<Models.QueueConversationCallbackEventTopicPhoneNumberColumn>;
|
|
21842
|
-
"additionalProperties"?: object;
|
|
21843
21998
|
}
|
|
21844
21999
|
|
|
21845
22000
|
export interface QueueConversationCallbackEventTopicErrorBody {
|
|
@@ -21884,7 +22039,6 @@ declare namespace Models {
|
|
|
21884
22039
|
export interface QueueConversationCallbackEventTopicPhoneNumberColumn {
|
|
21885
22040
|
"columnName"?: string;
|
|
21886
22041
|
"type"?: string;
|
|
21887
|
-
"additionalProperties"?: object;
|
|
21888
22042
|
}
|
|
21889
22043
|
|
|
21890
22044
|
export interface QueueConversationCallbackEventTopicScoredAgent {
|
|
@@ -21908,7 +22062,6 @@ declare namespace Models {
|
|
|
21908
22062
|
"tags"?: Array<string>;
|
|
21909
22063
|
"durationSeconds"?: number;
|
|
21910
22064
|
"endTime"?: string;
|
|
21911
|
-
"additionalProperties"?: object;
|
|
21912
22065
|
}
|
|
21913
22066
|
|
|
21914
22067
|
export interface QueueConversationChatEventTopicChatConversation {
|
|
@@ -22027,7 +22180,6 @@ declare namespace Models {
|
|
|
22027
22180
|
"tags"?: Array<string>;
|
|
22028
22181
|
"durationSeconds"?: number;
|
|
22029
22182
|
"endTime"?: string;
|
|
22030
|
-
"additionalProperties"?: object;
|
|
22031
22183
|
}
|
|
22032
22184
|
|
|
22033
22185
|
export interface QueueConversationCobrowseEventTopicCobrowseConversation {
|
|
@@ -22149,7 +22301,6 @@ declare namespace Models {
|
|
|
22149
22301
|
"tags"?: Array<string>;
|
|
22150
22302
|
"durationSeconds"?: number;
|
|
22151
22303
|
"endTime"?: string;
|
|
22152
|
-
"additionalProperties"?: object;
|
|
22153
22304
|
}
|
|
22154
22305
|
|
|
22155
22306
|
export interface QueueConversationEmailEventTopicAttachment {
|
|
@@ -22158,7 +22309,6 @@ declare namespace Models {
|
|
|
22158
22309
|
"contentUri"?: string;
|
|
22159
22310
|
"contentType"?: string;
|
|
22160
22311
|
"contentLength"?: number;
|
|
22161
|
-
"additionalProperties"?: object;
|
|
22162
22312
|
}
|
|
22163
22313
|
|
|
22164
22314
|
export interface QueueConversationEmailEventTopicConversationRoutingData {
|
|
@@ -22281,7 +22431,6 @@ declare namespace Models {
|
|
|
22281
22431
|
"tags"?: Array<string>;
|
|
22282
22432
|
"durationSeconds"?: number;
|
|
22283
22433
|
"endTime"?: string;
|
|
22284
|
-
"additionalProperties"?: object;
|
|
22285
22434
|
}
|
|
22286
22435
|
|
|
22287
22436
|
export interface QueueConversationEventTopicAddress {
|
|
@@ -22290,7 +22439,6 @@ declare namespace Models {
|
|
|
22290
22439
|
"addressNormalized"?: string;
|
|
22291
22440
|
"addressRaw"?: string;
|
|
22292
22441
|
"addressDisplayable"?: string;
|
|
22293
|
-
"additionalProperties"?: object;
|
|
22294
22442
|
}
|
|
22295
22443
|
|
|
22296
22444
|
export interface QueueConversationEventTopicAfterCallWork {
|
|
@@ -22305,7 +22453,6 @@ declare namespace Models {
|
|
|
22305
22453
|
"contentUri"?: string;
|
|
22306
22454
|
"contentType"?: string;
|
|
22307
22455
|
"contentLength"?: number;
|
|
22308
|
-
"additionalProperties"?: object;
|
|
22309
22456
|
}
|
|
22310
22457
|
|
|
22311
22458
|
export interface QueueConversationEventTopicCall {
|
|
@@ -22335,7 +22482,6 @@ declare namespace Models {
|
|
|
22335
22482
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22336
22483
|
"afterCallWorkRequired"?: boolean;
|
|
22337
22484
|
"agentAssistantId"?: string;
|
|
22338
|
-
"additionalProperties"?: object;
|
|
22339
22485
|
}
|
|
22340
22486
|
|
|
22341
22487
|
export interface QueueConversationEventTopicCallback {
|
|
@@ -22364,7 +22510,6 @@ declare namespace Models {
|
|
|
22364
22510
|
"afterCallWorkRequired"?: boolean;
|
|
22365
22511
|
"callerId"?: string;
|
|
22366
22512
|
"callerIdName"?: string;
|
|
22367
|
-
"additionalProperties"?: object;
|
|
22368
22513
|
}
|
|
22369
22514
|
|
|
22370
22515
|
export interface QueueConversationEventTopicChat {
|
|
@@ -22384,7 +22529,6 @@ declare namespace Models {
|
|
|
22384
22529
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22385
22530
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22386
22531
|
"afterCallWorkRequired"?: boolean;
|
|
22387
|
-
"additionalProperties"?: object;
|
|
22388
22532
|
}
|
|
22389
22533
|
|
|
22390
22534
|
export interface QueueConversationEventTopicCobrowse {
|
|
@@ -22406,7 +22550,6 @@ declare namespace Models {
|
|
|
22406
22550
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22407
22551
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22408
22552
|
"afterCallWorkRequired"?: boolean;
|
|
22409
|
-
"additionalProperties"?: object;
|
|
22410
22553
|
}
|
|
22411
22554
|
|
|
22412
22555
|
export interface QueueConversationEventTopicConversation {
|
|
@@ -22432,7 +22575,6 @@ declare namespace Models {
|
|
|
22432
22575
|
"contactListId"?: string;
|
|
22433
22576
|
"campaignId"?: string;
|
|
22434
22577
|
"phoneNumberColumns"?: Array<Models.QueueConversationEventTopicPhoneNumberColumn>;
|
|
22435
|
-
"additionalProperties"?: object;
|
|
22436
22578
|
}
|
|
22437
22579
|
|
|
22438
22580
|
export interface QueueConversationEventTopicDisconnectReason {
|
|
@@ -22463,7 +22605,6 @@ declare namespace Models {
|
|
|
22463
22605
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22464
22606
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22465
22607
|
"afterCallWorkRequired"?: boolean;
|
|
22466
|
-
"additionalProperties"?: object;
|
|
22467
22608
|
}
|
|
22468
22609
|
|
|
22469
22610
|
export interface QueueConversationEventTopicErrorDetails {
|
|
@@ -22474,7 +22615,6 @@ declare namespace Models {
|
|
|
22474
22615
|
"messageParams"?: { [key: string]: string; };
|
|
22475
22616
|
"contextId"?: string;
|
|
22476
22617
|
"uri"?: string;
|
|
22477
|
-
"additionalProperties"?: object;
|
|
22478
22618
|
}
|
|
22479
22619
|
|
|
22480
22620
|
export interface QueueConversationEventTopicFaxStatus {
|
|
@@ -22538,7 +22678,6 @@ declare namespace Models {
|
|
|
22538
22678
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22539
22679
|
"afterCallWorkRequired"?: boolean;
|
|
22540
22680
|
"agentAssistantId"?: string;
|
|
22541
|
-
"additionalProperties"?: object;
|
|
22542
22681
|
}
|
|
22543
22682
|
|
|
22544
22683
|
export interface QueueConversationEventTopicMessageDetails {
|
|
@@ -22600,13 +22739,11 @@ declare namespace Models {
|
|
|
22600
22739
|
"screenshares"?: Array<Models.QueueConversationEventTopicScreenshare>;
|
|
22601
22740
|
"socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
|
|
22602
22741
|
"videos"?: Array<Models.QueueConversationEventTopicVideo>;
|
|
22603
|
-
"additionalProperties"?: object;
|
|
22604
22742
|
}
|
|
22605
22743
|
|
|
22606
22744
|
export interface QueueConversationEventTopicPhoneNumberColumn {
|
|
22607
22745
|
"columnName"?: string;
|
|
22608
22746
|
"type"?: string;
|
|
22609
|
-
"additionalProperties"?: object;
|
|
22610
22747
|
}
|
|
22611
22748
|
|
|
22612
22749
|
export interface QueueConversationEventTopicScoredAgent {
|
|
@@ -22629,7 +22766,6 @@ declare namespace Models {
|
|
|
22629
22766
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22630
22767
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22631
22768
|
"afterCallWorkRequired"?: boolean;
|
|
22632
|
-
"additionalProperties"?: object;
|
|
22633
22769
|
}
|
|
22634
22770
|
|
|
22635
22771
|
export interface QueueConversationEventTopicSocialExpression {
|
|
@@ -22651,7 +22787,6 @@ declare namespace Models {
|
|
|
22651
22787
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22652
22788
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22653
22789
|
"afterCallWorkRequired"?: boolean;
|
|
22654
|
-
"additionalProperties"?: object;
|
|
22655
22790
|
}
|
|
22656
22791
|
|
|
22657
22792
|
export interface QueueConversationEventTopicUriReference {
|
|
@@ -22677,7 +22812,6 @@ declare namespace Models {
|
|
|
22677
22812
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22678
22813
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22679
22814
|
"afterCallWorkRequired"?: boolean;
|
|
22680
|
-
"additionalProperties"?: object;
|
|
22681
22815
|
}
|
|
22682
22816
|
|
|
22683
22817
|
export interface QueueConversationEventTopicVoicemail {
|
|
@@ -22691,7 +22825,6 @@ declare namespace Models {
|
|
|
22691
22825
|
"tags"?: Array<string>;
|
|
22692
22826
|
"durationSeconds"?: number;
|
|
22693
22827
|
"endTime"?: string;
|
|
22694
|
-
"additionalProperties"?: object;
|
|
22695
22828
|
}
|
|
22696
22829
|
|
|
22697
22830
|
export interface QueueConversationMessageEventTopicConversationRoutingData {
|
|
@@ -22834,7 +22967,6 @@ declare namespace Models {
|
|
|
22834
22967
|
"tags"?: Array<string>;
|
|
22835
22968
|
"durationSeconds"?: number;
|
|
22836
22969
|
"endTime"?: string;
|
|
22837
|
-
"additionalProperties"?: object;
|
|
22838
22970
|
}
|
|
22839
22971
|
|
|
22840
22972
|
export interface QueueConversationScreenShareEventTopicConversationRoutingData {
|
|
@@ -22954,7 +23086,6 @@ declare namespace Models {
|
|
|
22954
23086
|
"tags"?: Array<string>;
|
|
22955
23087
|
"durationSeconds"?: number;
|
|
22956
23088
|
"endTime"?: string;
|
|
22957
|
-
"additionalProperties"?: object;
|
|
22958
23089
|
}
|
|
22959
23090
|
|
|
22960
23091
|
export interface QueueConversationSocialExpressionEventTopicAddress {
|
|
@@ -22963,7 +23094,6 @@ declare namespace Models {
|
|
|
22963
23094
|
"addressNormalized"?: string;
|
|
22964
23095
|
"addressRaw"?: string;
|
|
22965
23096
|
"addressDisplayable"?: string;
|
|
22966
|
-
"additionalProperties"?: object;
|
|
22967
23097
|
}
|
|
22968
23098
|
|
|
22969
23099
|
export interface QueueConversationSocialExpressionEventTopicAfterCallWork {
|
|
@@ -22978,7 +23108,6 @@ declare namespace Models {
|
|
|
22978
23108
|
"contentUri"?: string;
|
|
22979
23109
|
"contentType"?: string;
|
|
22980
23110
|
"contentLength"?: number;
|
|
22981
|
-
"additionalProperties"?: object;
|
|
22982
23111
|
}
|
|
22983
23112
|
|
|
22984
23113
|
export interface QueueConversationSocialExpressionEventTopicCall {
|
|
@@ -23008,7 +23137,6 @@ declare namespace Models {
|
|
|
23008
23137
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23009
23138
|
"afterCallWorkRequired"?: boolean;
|
|
23010
23139
|
"agentAssistantId"?: string;
|
|
23011
|
-
"additionalProperties"?: object;
|
|
23012
23140
|
}
|
|
23013
23141
|
|
|
23014
23142
|
export interface QueueConversationSocialExpressionEventTopicCallback {
|
|
@@ -23037,7 +23165,6 @@ declare namespace Models {
|
|
|
23037
23165
|
"afterCallWorkRequired"?: boolean;
|
|
23038
23166
|
"callerId"?: string;
|
|
23039
23167
|
"callerIdName"?: string;
|
|
23040
|
-
"additionalProperties"?: object;
|
|
23041
23168
|
}
|
|
23042
23169
|
|
|
23043
23170
|
export interface QueueConversationSocialExpressionEventTopicChat {
|
|
@@ -23057,7 +23184,6 @@ declare namespace Models {
|
|
|
23057
23184
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23058
23185
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23059
23186
|
"afterCallWorkRequired"?: boolean;
|
|
23060
|
-
"additionalProperties"?: object;
|
|
23061
23187
|
}
|
|
23062
23188
|
|
|
23063
23189
|
export interface QueueConversationSocialExpressionEventTopicCobrowse {
|
|
@@ -23079,7 +23205,6 @@ declare namespace Models {
|
|
|
23079
23205
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23080
23206
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23081
23207
|
"afterCallWorkRequired"?: boolean;
|
|
23082
|
-
"additionalProperties"?: object;
|
|
23083
23208
|
}
|
|
23084
23209
|
|
|
23085
23210
|
export interface QueueConversationSocialExpressionEventTopicConversation {
|
|
@@ -23105,7 +23230,6 @@ declare namespace Models {
|
|
|
23105
23230
|
"contactListId"?: string;
|
|
23106
23231
|
"campaignId"?: string;
|
|
23107
23232
|
"phoneNumberColumns"?: Array<Models.QueueConversationSocialExpressionEventTopicPhoneNumberColumn>;
|
|
23108
|
-
"additionalProperties"?: object;
|
|
23109
23233
|
}
|
|
23110
23234
|
|
|
23111
23235
|
export interface QueueConversationSocialExpressionEventTopicDisconnectReason {
|
|
@@ -23136,7 +23260,6 @@ declare namespace Models {
|
|
|
23136
23260
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23137
23261
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23138
23262
|
"afterCallWorkRequired"?: boolean;
|
|
23139
|
-
"additionalProperties"?: object;
|
|
23140
23263
|
}
|
|
23141
23264
|
|
|
23142
23265
|
export interface QueueConversationSocialExpressionEventTopicErrorDetails {
|
|
@@ -23147,7 +23270,6 @@ declare namespace Models {
|
|
|
23147
23270
|
"messageParams"?: { [key: string]: string; };
|
|
23148
23271
|
"contextId"?: string;
|
|
23149
23272
|
"uri"?: string;
|
|
23150
|
-
"additionalProperties"?: object;
|
|
23151
23273
|
}
|
|
23152
23274
|
|
|
23153
23275
|
export interface QueueConversationSocialExpressionEventTopicFaxStatus {
|
|
@@ -23211,7 +23333,6 @@ declare namespace Models {
|
|
|
23211
23333
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23212
23334
|
"afterCallWorkRequired"?: boolean;
|
|
23213
23335
|
"agentAssistantId"?: string;
|
|
23214
|
-
"additionalProperties"?: object;
|
|
23215
23336
|
}
|
|
23216
23337
|
|
|
23217
23338
|
export interface QueueConversationSocialExpressionEventTopicMessageDetails {
|
|
@@ -23273,13 +23394,11 @@ declare namespace Models {
|
|
|
23273
23394
|
"screenshares"?: Array<Models.QueueConversationSocialExpressionEventTopicScreenshare>;
|
|
23274
23395
|
"socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
|
|
23275
23396
|
"videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
|
|
23276
|
-
"additionalProperties"?: object;
|
|
23277
23397
|
}
|
|
23278
23398
|
|
|
23279
23399
|
export interface QueueConversationSocialExpressionEventTopicPhoneNumberColumn {
|
|
23280
23400
|
"columnName"?: string;
|
|
23281
23401
|
"type"?: string;
|
|
23282
|
-
"additionalProperties"?: object;
|
|
23283
23402
|
}
|
|
23284
23403
|
|
|
23285
23404
|
export interface QueueConversationSocialExpressionEventTopicScoredAgent {
|
|
@@ -23302,7 +23421,6 @@ declare namespace Models {
|
|
|
23302
23421
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23303
23422
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23304
23423
|
"afterCallWorkRequired"?: boolean;
|
|
23305
|
-
"additionalProperties"?: object;
|
|
23306
23424
|
}
|
|
23307
23425
|
|
|
23308
23426
|
export interface QueueConversationSocialExpressionEventTopicSocialExpression {
|
|
@@ -23324,7 +23442,6 @@ declare namespace Models {
|
|
|
23324
23442
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23325
23443
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23326
23444
|
"afterCallWorkRequired"?: boolean;
|
|
23327
|
-
"additionalProperties"?: object;
|
|
23328
23445
|
}
|
|
23329
23446
|
|
|
23330
23447
|
export interface QueueConversationSocialExpressionEventTopicUriReference {
|
|
@@ -23350,7 +23467,6 @@ declare namespace Models {
|
|
|
23350
23467
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23351
23468
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23352
23469
|
"afterCallWorkRequired"?: boolean;
|
|
23353
|
-
"additionalProperties"?: object;
|
|
23354
23470
|
}
|
|
23355
23471
|
|
|
23356
23472
|
export interface QueueConversationSocialExpressionEventTopicVoicemail {
|
|
@@ -23364,7 +23480,6 @@ declare namespace Models {
|
|
|
23364
23480
|
"tags"?: Array<string>;
|
|
23365
23481
|
"durationSeconds"?: number;
|
|
23366
23482
|
"endTime"?: string;
|
|
23367
|
-
"additionalProperties"?: object;
|
|
23368
23483
|
}
|
|
23369
23484
|
|
|
23370
23485
|
export interface QueueConversationVideoEventTopicAddress {
|
|
@@ -23373,7 +23488,6 @@ declare namespace Models {
|
|
|
23373
23488
|
"addressNormalized"?: string;
|
|
23374
23489
|
"addressRaw"?: string;
|
|
23375
23490
|
"addressDisplayable"?: string;
|
|
23376
|
-
"additionalProperties"?: object;
|
|
23377
23491
|
}
|
|
23378
23492
|
|
|
23379
23493
|
export interface QueueConversationVideoEventTopicAfterCallWork {
|
|
@@ -23388,7 +23502,6 @@ declare namespace Models {
|
|
|
23388
23502
|
"contentUri"?: string;
|
|
23389
23503
|
"contentType"?: string;
|
|
23390
23504
|
"contentLength"?: number;
|
|
23391
|
-
"additionalProperties"?: object;
|
|
23392
23505
|
}
|
|
23393
23506
|
|
|
23394
23507
|
export interface QueueConversationVideoEventTopicCall {
|
|
@@ -23418,7 +23531,6 @@ declare namespace Models {
|
|
|
23418
23531
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23419
23532
|
"afterCallWorkRequired"?: boolean;
|
|
23420
23533
|
"agentAssistantId"?: string;
|
|
23421
|
-
"additionalProperties"?: object;
|
|
23422
23534
|
}
|
|
23423
23535
|
|
|
23424
23536
|
export interface QueueConversationVideoEventTopicCallback {
|
|
@@ -23447,7 +23559,6 @@ declare namespace Models {
|
|
|
23447
23559
|
"afterCallWorkRequired"?: boolean;
|
|
23448
23560
|
"callerId"?: string;
|
|
23449
23561
|
"callerIdName"?: string;
|
|
23450
|
-
"additionalProperties"?: object;
|
|
23451
23562
|
}
|
|
23452
23563
|
|
|
23453
23564
|
export interface QueueConversationVideoEventTopicChat {
|
|
@@ -23467,7 +23578,6 @@ declare namespace Models {
|
|
|
23467
23578
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23468
23579
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23469
23580
|
"afterCallWorkRequired"?: boolean;
|
|
23470
|
-
"additionalProperties"?: object;
|
|
23471
23581
|
}
|
|
23472
23582
|
|
|
23473
23583
|
export interface QueueConversationVideoEventTopicCobrowse {
|
|
@@ -23489,7 +23599,6 @@ declare namespace Models {
|
|
|
23489
23599
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23490
23600
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23491
23601
|
"afterCallWorkRequired"?: boolean;
|
|
23492
|
-
"additionalProperties"?: object;
|
|
23493
23602
|
}
|
|
23494
23603
|
|
|
23495
23604
|
export interface QueueConversationVideoEventTopicConversation {
|
|
@@ -23515,7 +23624,6 @@ declare namespace Models {
|
|
|
23515
23624
|
"contactListId"?: string;
|
|
23516
23625
|
"campaignId"?: string;
|
|
23517
23626
|
"phoneNumberColumns"?: Array<Models.QueueConversationVideoEventTopicPhoneNumberColumn>;
|
|
23518
|
-
"additionalProperties"?: object;
|
|
23519
23627
|
}
|
|
23520
23628
|
|
|
23521
23629
|
export interface QueueConversationVideoEventTopicDisconnectReason {
|
|
@@ -23546,7 +23654,6 @@ declare namespace Models {
|
|
|
23546
23654
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23547
23655
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23548
23656
|
"afterCallWorkRequired"?: boolean;
|
|
23549
|
-
"additionalProperties"?: object;
|
|
23550
23657
|
}
|
|
23551
23658
|
|
|
23552
23659
|
export interface QueueConversationVideoEventTopicErrorDetails {
|
|
@@ -23557,7 +23664,6 @@ declare namespace Models {
|
|
|
23557
23664
|
"messageParams"?: { [key: string]: string; };
|
|
23558
23665
|
"contextId"?: string;
|
|
23559
23666
|
"uri"?: string;
|
|
23560
|
-
"additionalProperties"?: object;
|
|
23561
23667
|
}
|
|
23562
23668
|
|
|
23563
23669
|
export interface QueueConversationVideoEventTopicFaxStatus {
|
|
@@ -23621,7 +23727,6 @@ declare namespace Models {
|
|
|
23621
23727
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23622
23728
|
"afterCallWorkRequired"?: boolean;
|
|
23623
23729
|
"agentAssistantId"?: string;
|
|
23624
|
-
"additionalProperties"?: object;
|
|
23625
23730
|
}
|
|
23626
23731
|
|
|
23627
23732
|
export interface QueueConversationVideoEventTopicMessageDetails {
|
|
@@ -23683,13 +23788,11 @@ declare namespace Models {
|
|
|
23683
23788
|
"screenshares"?: Array<Models.QueueConversationVideoEventTopicScreenshare>;
|
|
23684
23789
|
"socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
|
|
23685
23790
|
"videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
|
|
23686
|
-
"additionalProperties"?: object;
|
|
23687
23791
|
}
|
|
23688
23792
|
|
|
23689
23793
|
export interface QueueConversationVideoEventTopicPhoneNumberColumn {
|
|
23690
23794
|
"columnName"?: string;
|
|
23691
23795
|
"type"?: string;
|
|
23692
|
-
"additionalProperties"?: object;
|
|
23693
23796
|
}
|
|
23694
23797
|
|
|
23695
23798
|
export interface QueueConversationVideoEventTopicScoredAgent {
|
|
@@ -23712,7 +23815,6 @@ declare namespace Models {
|
|
|
23712
23815
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23713
23816
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23714
23817
|
"afterCallWorkRequired"?: boolean;
|
|
23715
|
-
"additionalProperties"?: object;
|
|
23716
23818
|
}
|
|
23717
23819
|
|
|
23718
23820
|
export interface QueueConversationVideoEventTopicSocialExpression {
|
|
@@ -23734,7 +23836,6 @@ declare namespace Models {
|
|
|
23734
23836
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23735
23837
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23736
23838
|
"afterCallWorkRequired"?: boolean;
|
|
23737
|
-
"additionalProperties"?: object;
|
|
23738
23839
|
}
|
|
23739
23840
|
|
|
23740
23841
|
export interface QueueConversationVideoEventTopicUriReference {
|
|
@@ -23760,7 +23861,6 @@ declare namespace Models {
|
|
|
23760
23861
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23761
23862
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23762
23863
|
"afterCallWorkRequired"?: boolean;
|
|
23763
|
-
"additionalProperties"?: object;
|
|
23764
23864
|
}
|
|
23765
23865
|
|
|
23766
23866
|
export interface QueueConversationVideoEventTopicVoicemail {
|
|
@@ -23774,7 +23874,6 @@ declare namespace Models {
|
|
|
23774
23874
|
"tags"?: Array<string>;
|
|
23775
23875
|
"durationSeconds"?: number;
|
|
23776
23876
|
"endTime"?: string;
|
|
23777
|
-
"additionalProperties"?: object;
|
|
23778
23877
|
}
|
|
23779
23878
|
|
|
23780
23879
|
export interface QueueEmailAddress {
|
|
@@ -23884,6 +23983,7 @@ declare namespace Models {
|
|
|
23884
23983
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
23885
23984
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
23886
23985
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
23986
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
23887
23987
|
"autoAnswerOnly"?: boolean;
|
|
23888
23988
|
"enableTranscription"?: boolean;
|
|
23889
23989
|
"enableManualAssignment"?: boolean;
|
|
@@ -24036,6 +24136,12 @@ declare namespace Models {
|
|
|
24036
24136
|
"textback"?: string;
|
|
24037
24137
|
}
|
|
24038
24138
|
|
|
24139
|
+
export interface RecordingContentStory {
|
|
24140
|
+
"type"?: string;
|
|
24141
|
+
"url"?: string;
|
|
24142
|
+
"replyToId"?: string;
|
|
24143
|
+
}
|
|
24144
|
+
|
|
24039
24145
|
export interface RecordingEmailMessage {
|
|
24040
24146
|
"htmlBody"?: string;
|
|
24041
24147
|
"textBody"?: string;
|
|
@@ -24084,6 +24190,15 @@ declare namespace Models {
|
|
|
24084
24190
|
|
|
24085
24191
|
export interface RecordingJobEntityListing {
|
|
24086
24192
|
"entities"?: Array<Models.RecordingJob>;
|
|
24193
|
+
"pageSize"?: number;
|
|
24194
|
+
"pageNumber"?: number;
|
|
24195
|
+
"total"?: number;
|
|
24196
|
+
"firstUri"?: string;
|
|
24197
|
+
"selfUri"?: string;
|
|
24198
|
+
"nextUri"?: string;
|
|
24199
|
+
"previousUri"?: string;
|
|
24200
|
+
"lastUri"?: string;
|
|
24201
|
+
"pageCount"?: number;
|
|
24087
24202
|
}
|
|
24088
24203
|
|
|
24089
24204
|
export interface RecordingJobFailedRecording {
|
|
@@ -24111,6 +24226,7 @@ declare namespace Models {
|
|
|
24111
24226
|
"messageStickerAttachments"?: Array<Models.MessageStickerAttachment>;
|
|
24112
24227
|
"quickReplies"?: Array<Models.QuickReply>;
|
|
24113
24228
|
"buttonResponse"?: Models.ButtonResponse;
|
|
24229
|
+
"story"?: Models.RecordingContentStory;
|
|
24114
24230
|
}
|
|
24115
24231
|
|
|
24116
24232
|
export interface RecordingMetadata {
|
|
@@ -24503,6 +24619,11 @@ declare namespace Models {
|
|
|
24503
24619
|
"value"?: string;
|
|
24504
24620
|
}
|
|
24505
24621
|
|
|
24622
|
+
export interface RequestScoredAgent {
|
|
24623
|
+
"id"?: string;
|
|
24624
|
+
"score"?: number;
|
|
24625
|
+
}
|
|
24626
|
+
|
|
24506
24627
|
export interface ReschedulingManagementUnitResponse {
|
|
24507
24628
|
"managementUnit"?: Models.ManagementUnitReference;
|
|
24508
24629
|
"applied"?: boolean;
|
|
@@ -24725,12 +24846,14 @@ declare namespace Models {
|
|
|
24725
24846
|
"priority"?: number;
|
|
24726
24847
|
"skillIds"?: Array<string>;
|
|
24727
24848
|
"languageId"?: string;
|
|
24849
|
+
"requestScoredAgents"?: Array<Models.RequestScoredAgent>;
|
|
24728
24850
|
}
|
|
24729
24851
|
|
|
24730
24852
|
export interface RoutingConversationAttributesResponse {
|
|
24731
24853
|
"priority"?: number;
|
|
24732
24854
|
"skills"?: Array<Models.RoutingSkill>;
|
|
24733
24855
|
"language"?: Models.Language;
|
|
24856
|
+
"scoredAgents"?: Array<Models.ScoredAgent>;
|
|
24734
24857
|
}
|
|
24735
24858
|
|
|
24736
24859
|
export interface RoutingData {
|
|
@@ -25339,7 +25462,7 @@ declare namespace Models {
|
|
|
25339
25462
|
}
|
|
25340
25463
|
|
|
25341
25464
|
export interface ScoredAgent {
|
|
25342
|
-
"agent"?: Models.
|
|
25465
|
+
"agent"?: Models.DomainEntityRef;
|
|
25343
25466
|
"score"?: number;
|
|
25344
25467
|
}
|
|
25345
25468
|
|
|
@@ -25495,6 +25618,11 @@ declare namespace Models {
|
|
|
25495
25618
|
"sortBy"?: string;
|
|
25496
25619
|
}
|
|
25497
25620
|
|
|
25621
|
+
export interface SecondaryPresence {
|
|
25622
|
+
"id": string;
|
|
25623
|
+
"selfUri"?: string;
|
|
25624
|
+
}
|
|
25625
|
+
|
|
25498
25626
|
export interface Section {
|
|
25499
25627
|
"fieldList"?: Array<Models.FieldList>;
|
|
25500
25628
|
"instructionText"?: string;
|
|
@@ -26094,6 +26222,10 @@ declare namespace Models {
|
|
|
26094
26222
|
"addressId"?: Models.SmsAddress;
|
|
26095
26223
|
"shortCodeBillingType"?: string;
|
|
26096
26224
|
"provisioningStatus"?: Models.SmsProvisioningStatus;
|
|
26225
|
+
"country"?: string;
|
|
26226
|
+
"supportsSms"?: boolean;
|
|
26227
|
+
"supportsMms"?: boolean;
|
|
26228
|
+
"supportsVoice"?: boolean;
|
|
26097
26229
|
"selfUri"?: string;
|
|
26098
26230
|
}
|
|
26099
26231
|
|
|
@@ -26414,6 +26546,35 @@ declare namespace Models {
|
|
|
26414
26546
|
"query": Array<Models.SuggestSearchCriteria>;
|
|
26415
26547
|
}
|
|
26416
26548
|
|
|
26549
|
+
export interface SupportCenterSettings {
|
|
26550
|
+
"enabled"?: boolean;
|
|
26551
|
+
}
|
|
26552
|
+
|
|
26553
|
+
export interface SupportedContent {
|
|
26554
|
+
"id": string;
|
|
26555
|
+
"name": string;
|
|
26556
|
+
"dateCreated"?: string;
|
|
26557
|
+
"dateModified"?: string;
|
|
26558
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
26559
|
+
"modifiedBy"?: Models.DomainEntityRef;
|
|
26560
|
+
"version"?: number;
|
|
26561
|
+
"mediaTypes"?: Models.MediaTypes;
|
|
26562
|
+
"selfUri"?: string;
|
|
26563
|
+
}
|
|
26564
|
+
|
|
26565
|
+
export interface SupportedContentListing {
|
|
26566
|
+
"entities"?: Array<Models.SupportedContent>;
|
|
26567
|
+
"pageSize"?: number;
|
|
26568
|
+
"pageNumber"?: number;
|
|
26569
|
+
"total"?: number;
|
|
26570
|
+
"firstUri"?: string;
|
|
26571
|
+
"selfUri"?: string;
|
|
26572
|
+
"nextUri"?: string;
|
|
26573
|
+
"previousUri"?: string;
|
|
26574
|
+
"lastUri"?: string;
|
|
26575
|
+
"pageCount"?: number;
|
|
26576
|
+
}
|
|
26577
|
+
|
|
26417
26578
|
export interface SupportedContentReference {
|
|
26418
26579
|
"id": string;
|
|
26419
26580
|
"name"?: string;
|
|
@@ -26694,6 +26855,10 @@ declare namespace Models {
|
|
|
26694
26855
|
"pageCount"?: number;
|
|
26695
26856
|
}
|
|
26696
26857
|
|
|
26858
|
+
export interface TargetPerformanceProfile {
|
|
26859
|
+
"targetPerformanceProfileId": string;
|
|
26860
|
+
}
|
|
26861
|
+
|
|
26697
26862
|
export interface Team {
|
|
26698
26863
|
"id"?: string;
|
|
26699
26864
|
"name": string;
|
|
@@ -27789,6 +27954,7 @@ declare namespace Models {
|
|
|
27789
27954
|
export interface TwitterIntegration {
|
|
27790
27955
|
"id": string;
|
|
27791
27956
|
"name": string;
|
|
27957
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
27792
27958
|
"accessTokenKey": string;
|
|
27793
27959
|
"consumerKey": string;
|
|
27794
27960
|
"username"?: string;
|
|
@@ -27823,6 +27989,7 @@ declare namespace Models {
|
|
|
27823
27989
|
export interface TwitterIntegrationRequest {
|
|
27824
27990
|
"id"?: string;
|
|
27825
27991
|
"name": string;
|
|
27992
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
27826
27993
|
"accessTokenKey": string;
|
|
27827
27994
|
"accessTokenSecret": string;
|
|
27828
27995
|
"consumerKey": string;
|
|
@@ -27832,6 +27999,38 @@ declare namespace Models {
|
|
|
27832
27999
|
"selfUri"?: string;
|
|
27833
28000
|
}
|
|
27834
28001
|
|
|
28002
|
+
export interface UCI10n {
|
|
28003
|
+
"name"?: string;
|
|
28004
|
+
}
|
|
28005
|
+
|
|
28006
|
+
export interface UCIcon {
|
|
28007
|
+
"vector": string;
|
|
28008
|
+
}
|
|
28009
|
+
|
|
28010
|
+
export interface UCIntegration {
|
|
28011
|
+
"id"?: string;
|
|
28012
|
+
"name"?: string;
|
|
28013
|
+
"ucIntegrationKey": string;
|
|
28014
|
+
"integrationPresenceSource": string;
|
|
28015
|
+
"pbxPermission": string;
|
|
28016
|
+
"icon": Models.UCIcon;
|
|
28017
|
+
"i10n": { [key: string]: Models.UCI10n; };
|
|
28018
|
+
"selfUri"?: string;
|
|
28019
|
+
}
|
|
28020
|
+
|
|
28021
|
+
export interface UCIntegrationListing {
|
|
28022
|
+
"entities"?: Array<Models.UCIntegration>;
|
|
28023
|
+
"pageSize"?: number;
|
|
28024
|
+
"pageNumber"?: number;
|
|
28025
|
+
"total"?: number;
|
|
28026
|
+
"firstUri"?: string;
|
|
28027
|
+
"selfUri"?: string;
|
|
28028
|
+
"nextUri"?: string;
|
|
28029
|
+
"previousUri"?: string;
|
|
28030
|
+
"lastUri"?: string;
|
|
28031
|
+
"pageCount"?: number;
|
|
28032
|
+
}
|
|
28033
|
+
|
|
27835
28034
|
export interface UnpublishedProgramsEntityListing {
|
|
27836
28035
|
"entities"?: Array<Models.Program>;
|
|
27837
28036
|
"pageSize"?: number;
|
|
@@ -27886,6 +28085,8 @@ declare namespace Models {
|
|
|
27886
28085
|
"conversationIds"?: Array<string>;
|
|
27887
28086
|
"documentIds"?: Array<string>;
|
|
27888
28087
|
"status"?: string;
|
|
28088
|
+
"wfmSchedule"?: Models.WfmScheduleReference;
|
|
28089
|
+
"externalLinks"?: Array<string>;
|
|
27889
28090
|
}
|
|
27890
28091
|
|
|
27891
28092
|
export interface UpdateDraftInput {
|
|
@@ -28519,6 +28720,7 @@ declare namespace Models {
|
|
|
28519
28720
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
28520
28721
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
28521
28722
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
28723
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
28522
28724
|
"enableTranscription"?: boolean;
|
|
28523
28725
|
"enableManualAssignment"?: boolean;
|
|
28524
28726
|
"callingPartyName"?: string;
|
|
@@ -28626,7 +28828,6 @@ declare namespace Models {
|
|
|
28626
28828
|
export interface UserRoutingStatusUserParam {
|
|
28627
28829
|
"key"?: string;
|
|
28628
28830
|
"value"?: string;
|
|
28629
|
-
"additionalProperties"?: object;
|
|
28630
28831
|
}
|
|
28631
28832
|
|
|
28632
28833
|
export interface UserRoutingStatusUserRoutingStatus {
|
|
@@ -28656,6 +28857,7 @@ declare namespace Models {
|
|
|
28656
28857
|
"id"?: string;
|
|
28657
28858
|
"name"?: string;
|
|
28658
28859
|
"user"?: Models.UserReference;
|
|
28860
|
+
"businessUnit"?: Models.BusinessUnit;
|
|
28659
28861
|
"managementUnit"?: Models.ManagementUnit;
|
|
28660
28862
|
"team"?: Models.Team;
|
|
28661
28863
|
"scheduledActivityCategory"?: string;
|
|
@@ -28851,6 +29053,10 @@ declare namespace Models {
|
|
|
28851
29053
|
"response"?: Models.SubscriberResponse;
|
|
28852
29054
|
}
|
|
28853
29055
|
|
|
29056
|
+
export interface ValidateAssignUsers {
|
|
29057
|
+
"membersToAssign": Array<string>;
|
|
29058
|
+
}
|
|
29059
|
+
|
|
28854
29060
|
export interface ValidateWorkPlanMessages {
|
|
28855
29061
|
"violationMessages"?: Array<Models.WorkPlanConfigurationViolationMessage>;
|
|
28856
29062
|
"constraintConflictMessage"?: Models.ConstraintConflictMessage;
|
|
@@ -28873,8 +29079,7 @@ declare namespace Models {
|
|
|
28873
29079
|
|
|
28874
29080
|
export interface ValidationServiceRequest {
|
|
28875
29081
|
"dateImportEnded": string;
|
|
28876
|
-
"
|
|
28877
|
-
"uploadKey"?: string;
|
|
29082
|
+
"uploadKey": string;
|
|
28878
29083
|
}
|
|
28879
29084
|
|
|
28880
29085
|
export interface ValueWrapperDate {
|
|
@@ -28931,6 +29136,7 @@ declare namespace Models {
|
|
|
28931
29136
|
"filterQueuesByUserIds"?: Array<string>;
|
|
28932
29137
|
"filterUsersByQueueIds"?: Array<string>;
|
|
28933
29138
|
"userIds"?: Array<string>;
|
|
29139
|
+
"managementUnitIds"?: Array<string>;
|
|
28934
29140
|
"addressTos"?: Array<string>;
|
|
28935
29141
|
"addressFroms"?: Array<string>;
|
|
28936
29142
|
"outboundCampaignIds"?: Array<string>;
|
|
@@ -29055,6 +29261,7 @@ declare namespace Models {
|
|
|
29055
29261
|
"journeyUrlContainsAllConditions"?: Array<string>;
|
|
29056
29262
|
"journeyUrlNotContainsAllConditions"?: Array<string>;
|
|
29057
29263
|
"flowMilestoneIds"?: Array<string>;
|
|
29264
|
+
"isAssessmentPassed"?: boolean;
|
|
29058
29265
|
}
|
|
29059
29266
|
|
|
29060
29267
|
export interface VisibilityCondition {
|
|
@@ -29408,6 +29615,8 @@ declare namespace Models {
|
|
|
29408
29615
|
"languages"?: Array<string>;
|
|
29409
29616
|
"defaultLanguage"?: string;
|
|
29410
29617
|
"messenger"?: Models.MessengerSettings;
|
|
29618
|
+
"position"?: Models.PositionSettings;
|
|
29619
|
+
"supportCenter"?: Models.SupportCenterSettings;
|
|
29411
29620
|
"cobrowse"?: Models.CobrowseSettings;
|
|
29412
29621
|
"journeyEvents"?: Models.JourneyEventsSettings;
|
|
29413
29622
|
"authenticationSettings"?: Models.AuthenticationSettings;
|
|
@@ -29491,6 +29700,17 @@ declare namespace Models {
|
|
|
29491
29700
|
"generic"?: Models.WebMessagingGeneric;
|
|
29492
29701
|
}
|
|
29493
29702
|
|
|
29703
|
+
export interface WebMessagingEvent {
|
|
29704
|
+
"eventType": string;
|
|
29705
|
+
"coBrowse"?: Models.WebMessagingEventCoBrowse;
|
|
29706
|
+
}
|
|
29707
|
+
|
|
29708
|
+
export interface WebMessagingEventCoBrowse {
|
|
29709
|
+
"type": string;
|
|
29710
|
+
"sessionId"?: string;
|
|
29711
|
+
"sessionJoinToken"?: string;
|
|
29712
|
+
}
|
|
29713
|
+
|
|
29494
29714
|
export interface WebMessagingGeneric {
|
|
29495
29715
|
"title"?: string;
|
|
29496
29716
|
"description"?: string;
|
|
@@ -29505,6 +29725,7 @@ declare namespace Models {
|
|
|
29505
29725
|
"type"?: string;
|
|
29506
29726
|
"text"?: string;
|
|
29507
29727
|
"content"?: Array<Models.WebMessagingContent>;
|
|
29728
|
+
"events"?: Array<Models.WebMessagingEvent>;
|
|
29508
29729
|
"direction"?: string;
|
|
29509
29730
|
"originatingEntity"?: string;
|
|
29510
29731
|
}
|
|
@@ -30369,10 +30590,19 @@ declare namespace Models {
|
|
|
30369
30590
|
"markedAsRead"?: boolean;
|
|
30370
30591
|
}
|
|
30371
30592
|
|
|
30593
|
+
export interface WfmUserScheduleAdherenceUpdatedMuTopicActivityCodeReference {
|
|
30594
|
+
"id"?: string;
|
|
30595
|
+
"secondaryPresences"?: Array<Models.WfmUserScheduleAdherenceUpdatedMuTopicSecondaryPresenceReference>;
|
|
30596
|
+
}
|
|
30597
|
+
|
|
30372
30598
|
export interface WfmUserScheduleAdherenceUpdatedMuTopicQueueReference {
|
|
30373
30599
|
"id"?: string;
|
|
30374
30600
|
}
|
|
30375
30601
|
|
|
30602
|
+
export interface WfmUserScheduleAdherenceUpdatedMuTopicSecondaryPresenceReference {
|
|
30603
|
+
"id"?: string;
|
|
30604
|
+
}
|
|
30605
|
+
|
|
30376
30606
|
export interface WfmUserScheduleAdherenceUpdatedMuTopicUriReference {
|
|
30377
30607
|
"id"?: string;
|
|
30378
30608
|
"name"?: string;
|
|
@@ -30387,6 +30617,7 @@ declare namespace Models {
|
|
|
30387
30617
|
"managementUnitId"?: string;
|
|
30388
30618
|
"team"?: Models.WfmUserScheduleAdherenceUpdatedMuTopicUriReference;
|
|
30389
30619
|
"scheduledActivityCategory"?: string;
|
|
30620
|
+
"scheduledActivityCode"?: Models.WfmUserScheduleAdherenceUpdatedMuTopicActivityCodeReference;
|
|
30390
30621
|
"systemPresence"?: string;
|
|
30391
30622
|
"organizationSecondaryPresenceId"?: string;
|
|
30392
30623
|
"routingStatus"?: string;
|
|
@@ -30401,10 +30632,19 @@ declare namespace Models {
|
|
|
30401
30632
|
"removedFromManagementUnit"?: boolean;
|
|
30402
30633
|
}
|
|
30403
30634
|
|
|
30635
|
+
export interface WfmUserScheduleAdherenceUpdatedTeamTopicActivityCodeReference {
|
|
30636
|
+
"id"?: string;
|
|
30637
|
+
"secondaryPresences"?: Array<Models.WfmUserScheduleAdherenceUpdatedTeamTopicSecondaryPresenceReference>;
|
|
30638
|
+
}
|
|
30639
|
+
|
|
30404
30640
|
export interface WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference {
|
|
30405
30641
|
"id"?: string;
|
|
30406
30642
|
}
|
|
30407
30643
|
|
|
30644
|
+
export interface WfmUserScheduleAdherenceUpdatedTeamTopicSecondaryPresenceReference {
|
|
30645
|
+
"id"?: string;
|
|
30646
|
+
}
|
|
30647
|
+
|
|
30408
30648
|
export interface WfmUserScheduleAdherenceUpdatedTeamTopicUriReference {
|
|
30409
30649
|
"id"?: string;
|
|
30410
30650
|
"name"?: string;
|
|
@@ -30419,6 +30659,7 @@ declare namespace Models {
|
|
|
30419
30659
|
"managementUnitId"?: string;
|
|
30420
30660
|
"team"?: Models.WfmUserScheduleAdherenceUpdatedTeamTopicUriReference;
|
|
30421
30661
|
"scheduledActivityCategory"?: string;
|
|
30662
|
+
"scheduledActivityCode"?: Models.WfmUserScheduleAdherenceUpdatedTeamTopicActivityCodeReference;
|
|
30422
30663
|
"systemPresence"?: string;
|
|
30423
30664
|
"organizationSecondaryPresenceId"?: string;
|
|
30424
30665
|
"routingStatus"?: string;
|
|
@@ -30433,10 +30674,19 @@ declare namespace Models {
|
|
|
30433
30674
|
"removedFromManagementUnit"?: boolean;
|
|
30434
30675
|
}
|
|
30435
30676
|
|
|
30677
|
+
export interface WfmUserScheduleAdherenceUpdatedTopicActivityCodeReference {
|
|
30678
|
+
"id"?: string;
|
|
30679
|
+
"secondaryPresences"?: Array<Models.WfmUserScheduleAdherenceUpdatedTopicSecondaryPresenceReference>;
|
|
30680
|
+
}
|
|
30681
|
+
|
|
30436
30682
|
export interface WfmUserScheduleAdherenceUpdatedTopicQueueReference {
|
|
30437
30683
|
"id"?: string;
|
|
30438
30684
|
}
|
|
30439
30685
|
|
|
30686
|
+
export interface WfmUserScheduleAdherenceUpdatedTopicSecondaryPresenceReference {
|
|
30687
|
+
"id"?: string;
|
|
30688
|
+
}
|
|
30689
|
+
|
|
30440
30690
|
export interface WfmUserScheduleAdherenceUpdatedTopicUriReference {
|
|
30441
30691
|
"id"?: string;
|
|
30442
30692
|
"name"?: string;
|
|
@@ -30451,6 +30701,7 @@ declare namespace Models {
|
|
|
30451
30701
|
"managementUnitId"?: string;
|
|
30452
30702
|
"team"?: Models.WfmUserScheduleAdherenceUpdatedTopicUriReference;
|
|
30453
30703
|
"scheduledActivityCategory"?: string;
|
|
30704
|
+
"scheduledActivityCode"?: Models.WfmUserScheduleAdherenceUpdatedTopicActivityCodeReference;
|
|
30454
30705
|
"systemPresence"?: string;
|
|
30455
30706
|
"organizationSecondaryPresenceId"?: string;
|
|
30456
30707
|
"routingStatus"?: string;
|
|
@@ -30469,6 +30720,8 @@ declare namespace Models {
|
|
|
30469
30720
|
"version": number;
|
|
30470
30721
|
"modifiedBy"?: Models.UserReference;
|
|
30471
30722
|
"dateModified"?: string;
|
|
30723
|
+
"createdBy"?: Models.UserReference;
|
|
30724
|
+
"dateCreated"?: string;
|
|
30472
30725
|
}
|
|
30473
30726
|
|
|
30474
30727
|
export interface WhatsAppDefinition {
|
|
@@ -30485,6 +30738,7 @@ declare namespace Models {
|
|
|
30485
30738
|
export interface WhatsAppIntegration {
|
|
30486
30739
|
"id": string;
|
|
30487
30740
|
"name": string;
|
|
30741
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
30488
30742
|
"phoneNumber": string;
|
|
30489
30743
|
"status"?: string;
|
|
30490
30744
|
"recipient"?: Models.DomainEntityRef;
|
|
@@ -30516,6 +30770,7 @@ declare namespace Models {
|
|
|
30516
30770
|
export interface WhatsAppIntegrationRequest {
|
|
30517
30771
|
"id"?: string;
|
|
30518
30772
|
"name": string;
|
|
30773
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
30519
30774
|
"phoneNumber": string;
|
|
30520
30775
|
"wabaCertificate": string;
|
|
30521
30776
|
"selfUri"?: string;
|
|
@@ -30524,6 +30779,7 @@ declare namespace Models {
|
|
|
30524
30779
|
export interface WhatsAppIntegrationUpdateRequest {
|
|
30525
30780
|
"id"?: string;
|
|
30526
30781
|
"name"?: string;
|
|
30782
|
+
"supportedContent"?: Models.SupportedContentReference;
|
|
30527
30783
|
"action"?: string;
|
|
30528
30784
|
"authenticationMethod"?: string;
|
|
30529
30785
|
"confirmationCode"?: string;
|