purecloud-platform-client-v2 123.0.0 → 126.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/dist/node/purecloud-platform-client-v2.js +941 -137
- package/dist/web-amd/purecloud-platform-client-v2.js +941 -137
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +901 -141
- package/dist/web-cjs/purecloud-platform-client-v2.js +914 -1304
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1177 -50
- 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 -26
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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 +216 -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 +2 -2
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +22 -11
- 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 +96 -2
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +31 -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 +473 -1
- package/src/purecloud-platform-client-v2/configuration.js +42 -35
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -128,7 +128,6 @@ declare class AnalyticsApi {
|
|
|
128
128
|
getAnalyticsUsersDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
129
129
|
getAnalyticsUsersDetailsJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsUsersDetailsJobResultsOptions): Promise<Models.AnalyticsUserDetailsAsyncQueryResponse>;
|
|
130
130
|
getAnalyticsUsersDetailsJobsAvailability(): Promise<Models.DataAvailabilityResponse>;
|
|
131
|
-
patchAnalyticsReportingSettings(body: Models.AnalyticsReportingSettings): Promise<Models.AnalyticsReportingSettings>;
|
|
132
131
|
postAnalyticsBotsAggregatesQuery(body: Models.BotAggregationQuery): Promise<Models.BotAggregateQueryResponse>;
|
|
133
132
|
postAnalyticsConversationDetailsProperties(conversationId: string, body: Models.PropertyIndexRequest): Promise<Models.PropertyIndexRequest>;
|
|
134
133
|
postAnalyticsConversationsAggregatesQuery(body: Models.ConversationAggregationQuery): Promise<Models.ConversationAggregateQueryResponse>;
|
|
@@ -2472,17 +2471,23 @@ declare namespace OrganizationApi {
|
|
|
2472
2471
|
|
|
2473
2472
|
declare class OrganizationAuthorizationApi {
|
|
2474
2473
|
deleteOrgauthorizationTrustee(trusteeOrgId: string): Promise<void>;
|
|
2474
|
+
deleteOrgauthorizationTrusteeCloneduser(trusteeOrgId: string, trusteeUserId: string): Promise<void>;
|
|
2475
2475
|
deleteOrgauthorizationTrusteeUser(trusteeOrgId: string, trusteeUserId: string): Promise<void>;
|
|
2476
2476
|
deleteOrgauthorizationTrusteeUserRoles(trusteeOrgId: string, trusteeUserId: string): Promise<void>;
|
|
2477
2477
|
deleteOrgauthorizationTrustor(trustorOrgId: string): Promise<void>;
|
|
2478
|
+
deleteOrgauthorizationTrustorCloneduser(trustorOrgId: string, trusteeUserId: string): Promise<void>;
|
|
2478
2479
|
deleteOrgauthorizationTrustorUser(trustorOrgId: string, trusteeUserId: string): Promise<void>;
|
|
2479
2480
|
getOrgauthorizationPairing(pairingId: string): Promise<Models.TrustRequest>;
|
|
2480
2481
|
getOrgauthorizationTrustee(trusteeOrgId: string): Promise<Models.Trustee>;
|
|
2482
|
+
getOrgauthorizationTrusteeClonedusers(trusteeOrgId: string): Promise<Models.ClonedUserEntityListing>;
|
|
2481
2483
|
getOrgauthorizationTrusteeUser(trusteeOrgId: string, trusteeUserId: string): Promise<Models.TrustUser>;
|
|
2482
2484
|
getOrgauthorizationTrusteeUserRoles(trusteeOrgId: string, trusteeUserId: string): Promise<Models.UserAuthorization>;
|
|
2483
2485
|
getOrgauthorizationTrusteeUsers(trusteeOrgId: string, opts?: OrganizationAuthorizationApi.getOrgauthorizationTrusteeUsersOptions): Promise<Models.TrustUserEntityListing>;
|
|
2484
2486
|
getOrgauthorizationTrustees(opts?: OrganizationAuthorizationApi.getOrgauthorizationTrusteesOptions): Promise<Models.TrustEntityListing>;
|
|
2487
|
+
getOrgauthorizationTrusteesDefault(): Promise<Models.Trustee>;
|
|
2485
2488
|
getOrgauthorizationTrustor(trustorOrgId: string): Promise<Models.Trustor>;
|
|
2489
|
+
getOrgauthorizationTrustorCloneduser(trustorOrgId: string, trusteeUserId: string): Promise<Models.ClonedUser>;
|
|
2490
|
+
getOrgauthorizationTrustorClonedusers(trustorOrgId: string): Promise<Models.ClonedUserEntityListing>;
|
|
2486
2491
|
getOrgauthorizationTrustorUser(trustorOrgId: string, trusteeUserId: string): Promise<Models.TrustUser>;
|
|
2487
2492
|
getOrgauthorizationTrustorUsers(trustorOrgId: string, opts?: OrganizationAuthorizationApi.getOrgauthorizationTrustorUsersOptions): Promise<Models.TrustUserEntityListing>;
|
|
2488
2493
|
getOrgauthorizationTrustors(opts?: OrganizationAuthorizationApi.getOrgauthorizationTrustorsOptions): Promise<Models.TrustorEntityListing>;
|
|
@@ -2490,10 +2495,12 @@ declare class OrganizationAuthorizationApi {
|
|
|
2490
2495
|
postOrgauthorizationTrusteeUsers(trusteeOrgId: string, body: Models.TrustMemberCreate): Promise<Models.TrustUser>;
|
|
2491
2496
|
postOrgauthorizationTrustees(body: Models.TrustCreate): Promise<Models.Trustee>;
|
|
2492
2497
|
postOrgauthorizationTrusteesAudits(body: Models.TrusteeAuditQueryRequest, opts?: OrganizationAuthorizationApi.postOrgauthorizationTrusteesAuditsOptions): Promise<Models.AuditQueryResponse>;
|
|
2498
|
+
postOrgauthorizationTrusteesDefault(opts?: OrganizationAuthorizationApi.postOrgauthorizationTrusteesDefaultOptions): Promise<Models.Trustee>;
|
|
2493
2499
|
postOrgauthorizationTrustorAudits(body: Models.TrustorAuditQueryRequest, opts?: OrganizationAuthorizationApi.postOrgauthorizationTrustorAuditsOptions): Promise<Models.AuditQueryResponse>;
|
|
2494
2500
|
putOrgauthorizationTrustee(trusteeOrgId: string, body: Models.TrustUpdate): Promise<Models.Trustee>;
|
|
2495
2501
|
putOrgauthorizationTrusteeUserRoledivisions(trusteeOrgId: string, trusteeUserId: string, body: Models.RoleDivisionGrants): Promise<Models.UserAuthorization>;
|
|
2496
2502
|
putOrgauthorizationTrusteeUserRoles(trusteeOrgId: string, trusteeUserId: string, body: Array<string>): Promise<Models.UserAuthorization>;
|
|
2503
|
+
putOrgauthorizationTrustorCloneduser(trustorOrgId: string, trusteeUserId: string): Promise<Models.ClonedUser>;
|
|
2497
2504
|
putOrgauthorizationTrustorUser(trustorOrgId: string, trusteeUserId: string): Promise<Models.TrustUser>;
|
|
2498
2505
|
}
|
|
2499
2506
|
|
|
@@ -2520,6 +2527,10 @@ declare namespace OrganizationAuthorizationApi {
|
|
|
2520
2527
|
"sortBy"?: string;
|
|
2521
2528
|
"sortOrder"?: string;
|
|
2522
2529
|
}
|
|
2530
|
+
export interface postOrgauthorizationTrusteesDefaultOptions {
|
|
2531
|
+
"assignDefaultRole"?: boolean;
|
|
2532
|
+
"autoExpire"?: boolean;
|
|
2533
|
+
}
|
|
2523
2534
|
export interface postOrgauthorizationTrustorAuditsOptions {
|
|
2524
2535
|
"pageSize"?: number;
|
|
2525
2536
|
"pageNumber"?: number;
|
|
@@ -3293,7 +3304,7 @@ declare class RoutingApi {
|
|
|
3293
3304
|
deleteRoutingSettings(): Promise<void>;
|
|
3294
3305
|
deleteRoutingSkill(skillId: string): Promise<void>;
|
|
3295
3306
|
deleteRoutingSmsAddress(addressId: string): Promise<void>;
|
|
3296
|
-
deleteRoutingSmsPhonenumber(addressId: string): Promise<void>;
|
|
3307
|
+
deleteRoutingSmsPhonenumber(addressId: string, opts?: RoutingApi.deleteRoutingSmsPhonenumberOptions): Promise<void>;
|
|
3297
3308
|
deleteRoutingUserUtilization(userId: string): Promise<void>;
|
|
3298
3309
|
deleteRoutingUtilization(): Promise<void>;
|
|
3299
3310
|
deleteRoutingWrapupcode(codeId: string): Promise<void>;
|
|
@@ -3371,7 +3382,7 @@ declare class RoutingApi {
|
|
|
3371
3382
|
postRoutingQueues(body: Models.CreateQueueRequest): Promise<Models.Queue>;
|
|
3372
3383
|
postRoutingSkills(body: Models.RoutingSkill): Promise<Models.RoutingSkill>;
|
|
3373
3384
|
postRoutingSmsAddresses(body: Models.SmsAddressProvision): Promise<Models.SmsAddress>;
|
|
3374
|
-
postRoutingSmsPhonenumbers(body: Models.SmsPhoneNumberProvision): Promise<Models.SmsPhoneNumber>;
|
|
3385
|
+
postRoutingSmsPhonenumbers(body: Models.SmsPhoneNumberProvision, opts?: RoutingApi.postRoutingSmsPhonenumbersOptions): Promise<Models.SmsPhoneNumber>;
|
|
3375
3386
|
postRoutingWrapupcodes(body: Models.WrapupCode): Promise<Models.WrapupCode>;
|
|
3376
3387
|
postUserRoutinglanguages(userId: string, body: Models.UserRoutingLanguagePost): Promise<Models.UserRoutingLanguage>;
|
|
3377
3388
|
postUserRoutingskills(userId: string, body: Models.UserRoutingSkillPost): Promise<Models.UserRoutingSkill>;
|
|
@@ -3380,7 +3391,7 @@ declare class RoutingApi {
|
|
|
3380
3391
|
putRoutingQueue(queueId: string, body: Models.QueueRequest): Promise<Models.Queue>;
|
|
3381
3392
|
putRoutingSettings(body: Models.RoutingSettings): Promise<Models.RoutingSettings>;
|
|
3382
3393
|
putRoutingSettingsTranscription(body: Models.TranscriptionSettings): Promise<Models.TranscriptionSettings>;
|
|
3383
|
-
putRoutingSmsPhonenumber(addressId: string, body: Models.SmsPhoneNumber): Promise<Models.SmsPhoneNumber>;
|
|
3394
|
+
putRoutingSmsPhonenumber(addressId: string, body: Models.SmsPhoneNumber, opts?: RoutingApi.putRoutingSmsPhonenumberOptions): Promise<Models.SmsPhoneNumber>;
|
|
3384
3395
|
putRoutingUserUtilization(userId: string, body: Models.Utilization): Promise<Models.AgentMaxUtilization>;
|
|
3385
3396
|
putRoutingUtilization(body: Models.Utilization): Promise<Models.Utilization>;
|
|
3386
3397
|
putRoutingWrapupcode(codeId: string, body: Models.WrapupCode): Promise<Models.WrapupCode>;
|
|
@@ -3392,6 +3403,9 @@ declare namespace RoutingApi {
|
|
|
3392
3403
|
export interface deleteRoutingQueueOptions {
|
|
3393
3404
|
"forceDelete"?: boolean;
|
|
3394
3405
|
}
|
|
3406
|
+
export interface deleteRoutingSmsPhonenumberOptions {
|
|
3407
|
+
"async"?: boolean;
|
|
3408
|
+
}
|
|
3395
3409
|
export interface getRoutingAssessmentsOptions {
|
|
3396
3410
|
"before"?: string;
|
|
3397
3411
|
"after"?: string;
|
|
@@ -3480,7 +3494,6 @@ declare namespace RoutingApi {
|
|
|
3480
3494
|
export interface getRoutingQueuesDivisionviewsAllOptions {
|
|
3481
3495
|
"pageSize"?: number;
|
|
3482
3496
|
"pageNumber"?: number;
|
|
3483
|
-
"sortBy"?: string;
|
|
3484
3497
|
"sortOrder"?: string;
|
|
3485
3498
|
}
|
|
3486
3499
|
export interface getRoutingQueuesMeOptions {
|
|
@@ -3560,6 +3573,12 @@ declare namespace RoutingApi {
|
|
|
3560
3573
|
export interface postRoutingQueueUsersOptions {
|
|
3561
3574
|
"_delete"?: boolean;
|
|
3562
3575
|
}
|
|
3576
|
+
export interface postRoutingSmsPhonenumbersOptions {
|
|
3577
|
+
"async"?: boolean;
|
|
3578
|
+
}
|
|
3579
|
+
export interface putRoutingSmsPhonenumberOptions {
|
|
3580
|
+
"async"?: boolean;
|
|
3581
|
+
}
|
|
3563
3582
|
}
|
|
3564
3583
|
|
|
3565
3584
|
declare class SCIMApi {
|
|
@@ -3808,6 +3827,8 @@ declare namespace SearchApi {
|
|
|
3808
3827
|
|
|
3809
3828
|
declare class SpeechTextAnalyticsApi {
|
|
3810
3829
|
deleteSpeechandtextanalyticsProgram(programId: string, opts?: SpeechTextAnalyticsApi.deleteSpeechandtextanalyticsProgramOptions): Promise<void>;
|
|
3830
|
+
deleteSpeechandtextanalyticsSentimentfeedback(): Promise<void>;
|
|
3831
|
+
deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId(sentimentFeedbackId: string): Promise<void>;
|
|
3811
3832
|
deleteSpeechandtextanalyticsTopic(topicId: string): Promise<void>;
|
|
3812
3833
|
getSpeechandtextanalyticsConversation(conversationId: string): Promise<Models.ConversationMetrics>;
|
|
3813
3834
|
getSpeechandtextanalyticsConversationCommunicationTranscripturl(conversationId: string, communicationId: string): Promise<Models.TranscriptUrl>;
|
|
@@ -3819,6 +3840,7 @@ declare class SpeechTextAnalyticsApi {
|
|
|
3819
3840
|
getSpeechandtextanalyticsProgramsMappings(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsMappingsOptions): Promise<Models.ProgramsMappingsEntityListing>;
|
|
3820
3841
|
getSpeechandtextanalyticsProgramsPublishjob(jobId: string): Promise<Models.ProgramJob>;
|
|
3821
3842
|
getSpeechandtextanalyticsProgramsUnpublished(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsUnpublishedOptions): Promise<Models.UnpublishedProgramsEntityListing>;
|
|
3843
|
+
getSpeechandtextanalyticsSentimentfeedback(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsSentimentfeedbackOptions): Promise<Models.SentimentFeedbackEntityListing>;
|
|
3822
3844
|
getSpeechandtextanalyticsSettings(): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
|
|
3823
3845
|
getSpeechandtextanalyticsTopic(topicId: string): Promise<Models.Topic>;
|
|
3824
3846
|
getSpeechandtextanalyticsTopics(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsOptions): Promise<Models.TopicsEntityListing>;
|
|
@@ -3829,6 +3851,7 @@ declare class SpeechTextAnalyticsApi {
|
|
|
3829
3851
|
postSpeechandtextanalyticsPrograms(body: Models.ProgramRequest): Promise<Models.Program>;
|
|
3830
3852
|
postSpeechandtextanalyticsProgramsGeneralJobs(body: Models.GeneralProgramJobRequest): Promise<Models.GeneralProgramJob>;
|
|
3831
3853
|
postSpeechandtextanalyticsProgramsPublishjobs(body: Models.ProgramJobRequest): Promise<Models.ProgramJob>;
|
|
3854
|
+
postSpeechandtextanalyticsSentimentfeedback(body: Models.SentimentFeedback): Promise<Models.SentimentFeedback>;
|
|
3832
3855
|
postSpeechandtextanalyticsTopics(body: Models.TopicRequest): Promise<Models.Topic>;
|
|
3833
3856
|
postSpeechandtextanalyticsTopicsPublishjobs(body: Models.TopicJobRequest): Promise<Models.TopicJob>;
|
|
3834
3857
|
postSpeechandtextanalyticsTranscriptsSearch(body: Models.TranscriptSearchRequest): Promise<Models.JsonSearchResponse>;
|
|
@@ -3854,6 +3877,9 @@ declare namespace SpeechTextAnalyticsApi {
|
|
|
3854
3877
|
"nextPage"?: string;
|
|
3855
3878
|
"pageSize"?: number;
|
|
3856
3879
|
}
|
|
3880
|
+
export interface getSpeechandtextanalyticsSentimentfeedbackOptions {
|
|
3881
|
+
"dialect"?: string;
|
|
3882
|
+
}
|
|
3857
3883
|
export interface getSpeechandtextanalyticsTopicsOptions {
|
|
3858
3884
|
"nextPage"?: string;
|
|
3859
3885
|
"pageSize"?: number;
|
|
@@ -4584,7 +4610,8 @@ declare class VoicemailApi {
|
|
|
4584
4610
|
postVoicemailMessages(opts?: VoicemailApi.postVoicemailMessagesOptions): Promise<Models.VoicemailMessage>;
|
|
4585
4611
|
postVoicemailSearch(body: Models.VoicemailSearchRequest): Promise<Models.VoicemailsSearchResponse>;
|
|
4586
4612
|
putVoicemailMessage(messageId: string, body: Models.VoicemailMessage): Promise<Models.VoicemailMessage>;
|
|
4587
|
-
putVoicemailPolicy(body: Models.VoicemailOrganizationPolicy): Promise<Models.VoicemailOrganizationPolicy>;
|
|
4613
|
+
putVoicemailPolicy(body: Models.VoicemailOrganizationPolicy): Promise<Models.VoicemailOrganizationPolicy>;
|
|
4614
|
+
putVoicemailUserpolicy(userId: string, body: Models.VoicemailUserPolicy): Promise<Models.VoicemailUserPolicy>;
|
|
4588
4615
|
}
|
|
4589
4616
|
|
|
4590
4617
|
declare namespace VoicemailApi {
|
|
@@ -4708,6 +4735,8 @@ declare class WorkforceManagementApi {
|
|
|
4708
4735
|
deleteWorkforcemanagementBusinessunitWeekShorttermforecast(businessUnitId: string, weekDateId: string, forecastId: string): Promise<void>;
|
|
4709
4736
|
deleteWorkforcemanagementCalendarUrlIcs(): Promise<void>;
|
|
4710
4737
|
deleteWorkforcemanagementManagementunit(managementUnitId: string): Promise<void>;
|
|
4738
|
+
deleteWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string): Promise<void>;
|
|
4739
|
+
deleteWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string): Promise<void>;
|
|
4711
4740
|
deleteWorkforcemanagementManagementunitWorkplan(managementUnitId: string, workPlanId: string): Promise<void>;
|
|
4712
4741
|
deleteWorkforcemanagementManagementunitWorkplanrotation(managementUnitId: string, workPlanRotationId: string): Promise<void>;
|
|
4713
4742
|
getWorkforcemanagementAdherence(userId: Array<string>): Promise<Array<Models.UserScheduleAdherence>>;
|
|
@@ -4750,7 +4779,12 @@ declare class WorkforceManagementApi {
|
|
|
4750
4779
|
getWorkforcemanagementManagementunitAgentShifttrades(managementUnitId: string, agentId: string): Promise<Models.ShiftTradeListResponse>;
|
|
4751
4780
|
getWorkforcemanagementManagementunitShifttradesMatched(managementUnitId: string): Promise<Models.ShiftTradeMatchesSummaryResponse>;
|
|
4752
4781
|
getWorkforcemanagementManagementunitShifttradesUsers(managementUnitId: string): Promise<Models.WfmUserEntityListing>;
|
|
4782
|
+
getWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string): Promise<Models.TimeOffLimit>;
|
|
4783
|
+
getWorkforcemanagementManagementunitTimeofflimits(managementUnitId: string): Promise<Models.TimeOffLimitListing>;
|
|
4784
|
+
getWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string): Promise<Models.TimeOffPlan>;
|
|
4785
|
+
getWorkforcemanagementManagementunitTimeoffplans(managementUnitId: string): Promise<Models.TimeOffPlanListing>;
|
|
4753
4786
|
getWorkforcemanagementManagementunitUserTimeoffrequest(managementUnitId: string, userId: string, timeOffRequestId: string): Promise<Models.TimeOffRequestResponse>;
|
|
4787
|
+
getWorkforcemanagementManagementunitUserTimeoffrequestTimeofflimits(managementUnitId: string, userId: string, timeOffRequestId: string): Promise<Models.QueryTimeOffLimitValuesResponse>;
|
|
4754
4788
|
getWorkforcemanagementManagementunitUserTimeoffrequests(managementUnitId: string, userId: string, opts?: WorkforceManagementApi.getWorkforcemanagementManagementunitUserTimeoffrequestsOptions): Promise<Models.TimeOffRequestList>;
|
|
4755
4789
|
getWorkforcemanagementManagementunitUsers(managementUnitId: string): Promise<Models.WfmUserEntityListing>;
|
|
4756
4790
|
getWorkforcemanagementManagementunitWeekSchedule(managementUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.getWorkforcemanagementManagementunitWeekScheduleOptions): Promise<Models.WeekScheduleResponse>;
|
|
@@ -4766,6 +4800,7 @@ declare class WorkforceManagementApi {
|
|
|
4766
4800
|
getWorkforcemanagementSchedulingjob(jobId: string): Promise<Models.SchedulingStatusResponse>;
|
|
4767
4801
|
getWorkforcemanagementShifttrades(): Promise<Models.ShiftTradeListResponse>;
|
|
4768
4802
|
getWorkforcemanagementTimeoffrequest(timeOffRequestId: string): Promise<Models.TimeOffRequestResponse>;
|
|
4803
|
+
getWorkforcemanagementTimeoffrequestWaitlistpositions(timeOffRequestId: string): Promise<Models.WaitlistPositionListing>;
|
|
4769
4804
|
getWorkforcemanagementTimeoffrequests(opts?: WorkforceManagementApi.getWorkforcemanagementTimeoffrequestsOptions): Promise<Models.TimeOffRequestList>;
|
|
4770
4805
|
patchWorkforcemanagementBusinessunit(businessUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitOptions): Promise<Models.BusinessUnit>;
|
|
4771
4806
|
patchWorkforcemanagementBusinessunitActivitycode(businessUnitId: string, activityCodeId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitActivitycodeOptions): Promise<Models.BusinessUnitActivityCode>;
|
|
@@ -4773,6 +4808,8 @@ declare class WorkforceManagementApi {
|
|
|
4773
4808
|
patchWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<void>;
|
|
4774
4809
|
patchWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<Models.ServiceGoalTemplate>;
|
|
4775
4810
|
patchWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
|
|
4811
|
+
patchWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeofflimitOptions): Promise<Models.TimeOffLimit>;
|
|
4812
|
+
patchWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanOptions): Promise<Models.TimeOffPlan>;
|
|
4776
4813
|
patchWorkforcemanagementManagementunitUserTimeoffrequest(managementUnitId: string, userId: string, timeOffRequestId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitUserTimeoffrequestOptions): Promise<Models.TimeOffRequestResponse>;
|
|
4777
4814
|
patchWorkforcemanagementManagementunitWeekShifttrade(managementUnitId: string, weekDateId: string, body: Models.PatchShiftTradeRequest, tradeId: string): Promise<Models.ShiftTradeResponse>;
|
|
4778
4815
|
patchWorkforcemanagementManagementunitWorkplan(managementUnitId: string, workPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitWorkplanOptions): Promise<Models.WorkPlan>;
|
|
@@ -4800,8 +4837,12 @@ declare class WorkforceManagementApi {
|
|
|
4800
4837
|
postWorkforcemanagementManagementunitHistoricaladherencequery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitHistoricaladherencequeryOptions): Promise<Models.WfmHistoricalAdherenceResponse>;
|
|
4801
4838
|
postWorkforcemanagementManagementunitMove(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitMoveOptions): Promise<Models.MoveManagementUnitResponse>;
|
|
4802
4839
|
postWorkforcemanagementManagementunitSchedulesSearch(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitSchedulesSearchOptions): Promise<Models.UserScheduleContainer>;
|
|
4840
|
+
postWorkforcemanagementManagementunitTimeofflimits(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeofflimitsOptions): Promise<Models.TimeOffLimit>;
|
|
4841
|
+
postWorkforcemanagementManagementunitTimeofflimitsValuesQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeofflimitsValuesQueryOptions): Promise<Models.QueryTimeOffLimitValuesResponse>;
|
|
4842
|
+
postWorkforcemanagementManagementunitTimeoffplans(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffplansOptions): Promise<Models.TimeOffPlan>;
|
|
4803
4843
|
postWorkforcemanagementManagementunitTimeoffrequests(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsOptions): Promise<Models.TimeOffRequestList>;
|
|
4804
4844
|
postWorkforcemanagementManagementunitTimeoffrequestsQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsQueryOptions): Promise<Models.TimeOffRequestListing>;
|
|
4845
|
+
postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQueryOptions): Promise<Models.WaitlistPositionListing>;
|
|
4805
4846
|
postWorkforcemanagementManagementunitWeekShifttradeMatch(managementUnitId: string, weekDateId: string, body: Models.MatchShiftTradeRequest, tradeId: string): Promise<Models.MatchShiftTradeResponse>;
|
|
4806
4847
|
postWorkforcemanagementManagementunitWeekShifttrades(managementUnitId: string, weekDateId: string, body: Models.AddShiftTradeRequest): Promise<Models.ShiftTradeResponse>;
|
|
4807
4848
|
postWorkforcemanagementManagementunitWeekShifttradesSearch(managementUnitId: string, weekDateId: string, body: Models.SearchShiftTradesRequest): Promise<Models.SearchShiftTradesResponse>;
|
|
@@ -4814,7 +4855,9 @@ declare class WorkforceManagementApi {
|
|
|
4814
4855
|
postWorkforcemanagementManagementunits(opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitsOptions): Promise<Models.ManagementUnit>;
|
|
4815
4856
|
postWorkforcemanagementNotificationsUpdate(opts?: WorkforceManagementApi.postWorkforcemanagementNotificationsUpdateOptions): Promise<Models.UpdateNotificationsResponse>;
|
|
4816
4857
|
postWorkforcemanagementSchedules(opts?: WorkforceManagementApi.postWorkforcemanagementSchedulesOptions): Promise<Models.UserScheduleContainer>;
|
|
4817
|
-
|
|
4858
|
+
postWorkforcemanagementTimeofflimitsAvailableQuery(opts?: WorkforceManagementApi.postWorkforcemanagementTimeofflimitsAvailableQueryOptions): Promise<Models.AvailableTimeOffResponse>;
|
|
4859
|
+
postWorkforcemanagementTimeoffrequests(opts?: WorkforceManagementApi.postWorkforcemanagementTimeoffrequestsOptions): Promise<Models.TimeOffRequestResponse>;
|
|
4860
|
+
putWorkforcemanagementManagementunitTimeofflimitValues(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.putWorkforcemanagementManagementunitTimeofflimitValuesOptions): Promise<Models.TimeOffLimit>;
|
|
4818
4861
|
}
|
|
4819
4862
|
|
|
4820
4863
|
declare namespace WorkforceManagementApi {
|
|
@@ -4916,6 +4959,12 @@ declare namespace WorkforceManagementApi {
|
|
|
4916
4959
|
export interface patchWorkforcemanagementManagementunitOptions {
|
|
4917
4960
|
"body"?: Models.UpdateManagementUnitRequest;
|
|
4918
4961
|
}
|
|
4962
|
+
export interface patchWorkforcemanagementManagementunitTimeofflimitOptions {
|
|
4963
|
+
"body"?: Models.UpdateTimeOffLimitRequest;
|
|
4964
|
+
}
|
|
4965
|
+
export interface patchWorkforcemanagementManagementunitTimeoffplanOptions {
|
|
4966
|
+
"body"?: Models.UpdateTimeOffPlanRequest;
|
|
4967
|
+
}
|
|
4919
4968
|
export interface patchWorkforcemanagementManagementunitUserTimeoffrequestOptions {
|
|
4920
4969
|
"body"?: Models.AdminTimeOffRequestPatch;
|
|
4921
4970
|
}
|
|
@@ -4986,12 +5035,24 @@ declare namespace WorkforceManagementApi {
|
|
|
4986
5035
|
export interface postWorkforcemanagementManagementunitSchedulesSearchOptions {
|
|
4987
5036
|
"body"?: Models.UserListScheduleRequestBody;
|
|
4988
5037
|
}
|
|
5038
|
+
export interface postWorkforcemanagementManagementunitTimeofflimitsOptions {
|
|
5039
|
+
"body"?: Models.CreateTimeOffLimitRequest;
|
|
5040
|
+
}
|
|
5041
|
+
export interface postWorkforcemanagementManagementunitTimeofflimitsValuesQueryOptions {
|
|
5042
|
+
"body"?: Models.QueryTimeOffLimitValuesRequest;
|
|
5043
|
+
}
|
|
5044
|
+
export interface postWorkforcemanagementManagementunitTimeoffplansOptions {
|
|
5045
|
+
"body"?: Models.CreateTimeOffPlanRequest;
|
|
5046
|
+
}
|
|
4989
5047
|
export interface postWorkforcemanagementManagementunitTimeoffrequestsOptions {
|
|
4990
5048
|
"body"?: Models.CreateAdminTimeOffRequest;
|
|
4991
5049
|
}
|
|
4992
5050
|
export interface postWorkforcemanagementManagementunitTimeoffrequestsQueryOptions {
|
|
4993
5051
|
"body"?: Models.TimeOffRequestQueryBody;
|
|
4994
5052
|
}
|
|
5053
|
+
export interface postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQueryOptions {
|
|
5054
|
+
"body"?: Models.QueryWaitlistPositionsRequest;
|
|
5055
|
+
}
|
|
4995
5056
|
export interface postWorkforcemanagementManagementunitWeekShifttradesStateBulkOptions {
|
|
4996
5057
|
"forceAsync"?: boolean;
|
|
4997
5058
|
}
|
|
@@ -5021,9 +5082,15 @@ declare namespace WorkforceManagementApi {
|
|
|
5021
5082
|
export interface postWorkforcemanagementSchedulesOptions {
|
|
5022
5083
|
"body"?: Models.CurrentUserScheduleRequestBody;
|
|
5023
5084
|
}
|
|
5085
|
+
export interface postWorkforcemanagementTimeofflimitsAvailableQueryOptions {
|
|
5086
|
+
"body"?: Models.AvailableTimeOffRequest;
|
|
5087
|
+
}
|
|
5024
5088
|
export interface postWorkforcemanagementTimeoffrequestsOptions {
|
|
5025
5089
|
"body"?: Models.CreateAgentTimeOffRequest;
|
|
5026
5090
|
}
|
|
5091
|
+
export interface putWorkforcemanagementManagementunitTimeofflimitValuesOptions {
|
|
5092
|
+
"body"?: Models.SetTimeOffLimitValuesRequest;
|
|
5093
|
+
}
|
|
5027
5094
|
}
|
|
5028
5095
|
|
|
5029
5096
|
declare namespace Models {
|
|
@@ -5041,9 +5108,60 @@ declare namespace Models {
|
|
|
5041
5108
|
"selfUri"?: string;
|
|
5042
5109
|
}
|
|
5043
5110
|
|
|
5111
|
+
export interface AcdEndDetailEventTopicAcdEndEvent {
|
|
5112
|
+
"eventTime"?: number;
|
|
5113
|
+
"conversationId"?: string;
|
|
5114
|
+
"participantId"?: string;
|
|
5115
|
+
"sessionId"?: string;
|
|
5116
|
+
"disconnectType"?: string;
|
|
5117
|
+
"mediaType"?: string;
|
|
5118
|
+
"provider"?: string;
|
|
5119
|
+
"direction"?: string;
|
|
5120
|
+
"ani"?: string;
|
|
5121
|
+
"dnis"?: string;
|
|
5122
|
+
"addressTo"?: string;
|
|
5123
|
+
"addressFrom"?: string;
|
|
5124
|
+
"callbackUserName"?: string;
|
|
5125
|
+
"callbackNumbers"?: Array<string>;
|
|
5126
|
+
"callbackScheduledTime"?: number;
|
|
5127
|
+
"subject"?: string;
|
|
5128
|
+
"messageType"?: string;
|
|
5129
|
+
"queueId"?: string;
|
|
5130
|
+
"divisionId"?: string;
|
|
5131
|
+
"acdOutcome"?: string;
|
|
5132
|
+
"answeredUserId"?: string;
|
|
5133
|
+
"requestedRoutings"?: Array<string>;
|
|
5134
|
+
"usedRouting"?: string;
|
|
5135
|
+
"requestedRoutingSkillIds"?: Array<string>;
|
|
5136
|
+
"requestedLanguageId"?: string;
|
|
5137
|
+
"requestedRoutingUserIds"?: Array<string>;
|
|
5138
|
+
"routingPriority"?: number;
|
|
5139
|
+
"connectedDurationMs"?: number;
|
|
5140
|
+
}
|
|
5141
|
+
|
|
5142
|
+
export interface AcdStartDetailEventTopicAcdStartEvent {
|
|
5143
|
+
"eventTime"?: number;
|
|
5144
|
+
"conversationId"?: string;
|
|
5145
|
+
"participantId"?: string;
|
|
5146
|
+
"sessionId"?: string;
|
|
5147
|
+
"mediaType"?: string;
|
|
5148
|
+
"provider"?: string;
|
|
5149
|
+
"direction"?: string;
|
|
5150
|
+
"ani"?: string;
|
|
5151
|
+
"dnis"?: string;
|
|
5152
|
+
"addressTo"?: string;
|
|
5153
|
+
"addressFrom"?: string;
|
|
5154
|
+
"callbackUserName"?: string;
|
|
5155
|
+
"callbackNumbers"?: Array<string>;
|
|
5156
|
+
"callbackScheduledTime"?: number;
|
|
5157
|
+
"subject"?: string;
|
|
5158
|
+
"messageType"?: string;
|
|
5159
|
+
"queueId"?: string;
|
|
5160
|
+
"divisionId"?: string;
|
|
5161
|
+
}
|
|
5162
|
+
|
|
5044
5163
|
export interface AchievedOutcome {
|
|
5045
5164
|
"id"?: string;
|
|
5046
|
-
"outcome"?: Models.AddressableEntityRef;
|
|
5047
5165
|
"selfUri"?: string;
|
|
5048
5166
|
}
|
|
5049
5167
|
|
|
@@ -5125,6 +5243,7 @@ declare namespace Models {
|
|
|
5125
5243
|
"mediaType"?: string;
|
|
5126
5244
|
"architectFlowFields"?: Models.ArchitectFlowFields;
|
|
5127
5245
|
"webMessagingOfferFields"?: Models.WebMessagingOfferFields;
|
|
5246
|
+
"openActionFields"?: Models.OpenActionFields;
|
|
5128
5247
|
}
|
|
5129
5248
|
|
|
5130
5249
|
export interface ActionMapActionTemplate {
|
|
@@ -5259,6 +5378,29 @@ declare namespace Models {
|
|
|
5259
5378
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
5260
5379
|
}
|
|
5261
5380
|
|
|
5381
|
+
export interface AcwDetailEventTopicAfterCallWorkEvent {
|
|
5382
|
+
"eventTime"?: number;
|
|
5383
|
+
"conversationId"?: string;
|
|
5384
|
+
"participantId"?: string;
|
|
5385
|
+
"sessionId"?: string;
|
|
5386
|
+
"mediaType"?: string;
|
|
5387
|
+
"provider"?: string;
|
|
5388
|
+
"direction"?: string;
|
|
5389
|
+
"ani"?: string;
|
|
5390
|
+
"dnis"?: string;
|
|
5391
|
+
"addressTo"?: string;
|
|
5392
|
+
"addressFrom"?: string;
|
|
5393
|
+
"callbackUserName"?: string;
|
|
5394
|
+
"callbackNumbers"?: Array<string>;
|
|
5395
|
+
"callbackScheduledTime"?: number;
|
|
5396
|
+
"subject"?: string;
|
|
5397
|
+
"messageType"?: string;
|
|
5398
|
+
"userId"?: string;
|
|
5399
|
+
"queueId"?: string;
|
|
5400
|
+
"wrapupCode"?: string;
|
|
5401
|
+
"wrapupDurationMs"?: number;
|
|
5402
|
+
}
|
|
5403
|
+
|
|
5262
5404
|
export interface AcwSettings {
|
|
5263
5405
|
"wrapupPrompt"?: string;
|
|
5264
5406
|
"timeoutMs"?: number;
|
|
@@ -5717,10 +5859,6 @@ declare namespace Models {
|
|
|
5717
5859
|
"ranges"?: Array<Models.AggregationRange>;
|
|
5718
5860
|
}
|
|
5719
5861
|
|
|
5720
|
-
export interface AnalyticsReportingSettings {
|
|
5721
|
-
"piiMaskingEnabled"?: boolean;
|
|
5722
|
-
}
|
|
5723
|
-
|
|
5724
5862
|
export interface AnalyticsResolution {
|
|
5725
5863
|
"eventTime"?: string;
|
|
5726
5864
|
"queueId"?: string;
|
|
@@ -6216,7 +6354,6 @@ declare namespace Models {
|
|
|
6216
6354
|
|
|
6217
6355
|
export interface AssignedSegment {
|
|
6218
6356
|
"id"?: string;
|
|
6219
|
-
"segment"?: Models.AddressableEntityRef;
|
|
6220
6357
|
"selfUri"?: string;
|
|
6221
6358
|
}
|
|
6222
6359
|
|
|
@@ -6228,6 +6365,11 @@ declare namespace Models {
|
|
|
6228
6365
|
"endTime"?: string;
|
|
6229
6366
|
}
|
|
6230
6367
|
|
|
6368
|
+
export interface AssociatedValueField {
|
|
6369
|
+
"dataType": string;
|
|
6370
|
+
"name": string;
|
|
6371
|
+
}
|
|
6372
|
+
|
|
6231
6373
|
export interface AsyncConversationQuery {
|
|
6232
6374
|
"conversationFilters"?: Array<Models.ConversationDetailQueryFilter>;
|
|
6233
6375
|
"segmentFilters"?: Array<Models.SegmentDetailQueryFilter>;
|
|
@@ -6332,6 +6474,13 @@ declare namespace Models {
|
|
|
6332
6474
|
"selfUri"?: string;
|
|
6333
6475
|
}
|
|
6334
6476
|
|
|
6477
|
+
export interface AttributeDetailEventTopicAttributeUpdateEvent {
|
|
6478
|
+
"eventTime"?: number;
|
|
6479
|
+
"conversationId"?: string;
|
|
6480
|
+
"participantId"?: string;
|
|
6481
|
+
"attributes"?: { [key: string]: string; };
|
|
6482
|
+
}
|
|
6483
|
+
|
|
6335
6484
|
export interface AttributeFilterItem {
|
|
6336
6485
|
"id"?: string;
|
|
6337
6486
|
"operator"?: string;
|
|
@@ -6625,6 +6774,24 @@ declare namespace Models {
|
|
|
6625
6774
|
"wfmSchedule"?: Models.WfmScheduleReference;
|
|
6626
6775
|
}
|
|
6627
6776
|
|
|
6777
|
+
export interface AvailableTimeOffRange {
|
|
6778
|
+
"timeOffLimit"?: Models.TimeOffLimitReference;
|
|
6779
|
+
"startDate"?: string;
|
|
6780
|
+
"granularity"?: string;
|
|
6781
|
+
"availableMinutesPerInterval"?: Array<number>;
|
|
6782
|
+
"waitlistedRequestsPerInterval"?: Array<number>;
|
|
6783
|
+
"waitlistEnabled"?: boolean;
|
|
6784
|
+
}
|
|
6785
|
+
|
|
6786
|
+
export interface AvailableTimeOffRequest {
|
|
6787
|
+
"activityCodeId": string;
|
|
6788
|
+
"dateRanges"?: Array<Models.LocalDateRange>;
|
|
6789
|
+
}
|
|
6790
|
+
|
|
6791
|
+
export interface AvailableTimeOffResponse {
|
|
6792
|
+
"values"?: Array<Models.AvailableTimeOffRange>;
|
|
6793
|
+
}
|
|
6794
|
+
|
|
6628
6795
|
export interface AvailableTopic {
|
|
6629
6796
|
"description"?: string;
|
|
6630
6797
|
"id"?: string;
|
|
@@ -7586,6 +7753,7 @@ declare namespace Models {
|
|
|
7586
7753
|
"type"?: string;
|
|
7587
7754
|
"text"?: string;
|
|
7588
7755
|
"payload"?: string;
|
|
7756
|
+
"messageType"?: string;
|
|
7589
7757
|
}
|
|
7590
7758
|
|
|
7591
7759
|
export interface CalendarUrlResponse {
|
|
@@ -8548,6 +8716,19 @@ declare namespace Models {
|
|
|
8548
8716
|
"pageCount"?: number;
|
|
8549
8717
|
}
|
|
8550
8718
|
|
|
8719
|
+
export interface ClonedUser {
|
|
8720
|
+
"id"?: string;
|
|
8721
|
+
"name"?: string;
|
|
8722
|
+
"trustor"?: Models.DomainEntityRef;
|
|
8723
|
+
"selfUri"?: string;
|
|
8724
|
+
}
|
|
8725
|
+
|
|
8726
|
+
export interface ClonedUserEntityListing {
|
|
8727
|
+
"total"?: number;
|
|
8728
|
+
"entities"?: Array<Models.ClonedUser>;
|
|
8729
|
+
"selfUri"?: string;
|
|
8730
|
+
}
|
|
8731
|
+
|
|
8551
8732
|
export interface CloseButtonStyleProperties {
|
|
8552
8733
|
"color"?: string;
|
|
8553
8734
|
"opacity"?: number;
|
|
@@ -8690,12 +8871,14 @@ declare namespace Models {
|
|
|
8690
8871
|
"lengthInMinutes": number;
|
|
8691
8872
|
"attendeeIds": Array<string>;
|
|
8692
8873
|
"facilitatorIds"?: Array<string>;
|
|
8874
|
+
"interruptibleAppointmentIds"?: Array<string>;
|
|
8693
8875
|
}
|
|
8694
8876
|
|
|
8695
8877
|
export interface CoachingSlotsResponse {
|
|
8696
8878
|
"suggestedSlots"?: Array<Models.CoachingSlot>;
|
|
8697
8879
|
"attendeeSchedules"?: Array<Models.UserAvailableTimes>;
|
|
8698
8880
|
"facilitatorSchedules"?: Array<Models.UserAvailableTimes>;
|
|
8881
|
+
"wfmScheduleActivities"?: Array<Models.WfmScheduleActivity>;
|
|
8699
8882
|
}
|
|
8700
8883
|
|
|
8701
8884
|
export interface CobrowseConversation {
|
|
@@ -10062,6 +10245,12 @@ declare namespace Models {
|
|
|
10062
10245
|
"action"?: string;
|
|
10063
10246
|
}
|
|
10064
10247
|
|
|
10248
|
+
export interface ConversationContentStory {
|
|
10249
|
+
"type"?: string;
|
|
10250
|
+
"url"?: string;
|
|
10251
|
+
"replyToId"?: string;
|
|
10252
|
+
}
|
|
10253
|
+
|
|
10065
10254
|
export interface ConversationDeletionProtectionQuery {
|
|
10066
10255
|
"conversationIds": Array<string>;
|
|
10067
10256
|
}
|
|
@@ -10239,6 +10428,12 @@ declare namespace Models {
|
|
|
10239
10428
|
"pageCount"?: number;
|
|
10240
10429
|
}
|
|
10241
10430
|
|
|
10431
|
+
export interface ConversationEventCoBrowse {
|
|
10432
|
+
"type": string;
|
|
10433
|
+
"sessionId"?: string;
|
|
10434
|
+
"sessionJoinToken"?: string;
|
|
10435
|
+
}
|
|
10436
|
+
|
|
10242
10437
|
export interface ConversationEventTopicAddress {
|
|
10243
10438
|
"name"?: string;
|
|
10244
10439
|
"nameRaw"?: string;
|
|
@@ -10652,6 +10847,7 @@ declare namespace Models {
|
|
|
10652
10847
|
export interface ConversationMessageContent {
|
|
10653
10848
|
"contentType": string;
|
|
10654
10849
|
"location"?: Models.ConversationContentLocation;
|
|
10850
|
+
"story"?: Models.ConversationContentStory;
|
|
10655
10851
|
"attachment"?: Models.ConversationContentAttachment;
|
|
10656
10852
|
"quickReply"?: Models.ConversationContentQuickReply;
|
|
10657
10853
|
"template"?: Models.ConversationContentNotificationTemplate;
|
|
@@ -10659,6 +10855,11 @@ declare namespace Models {
|
|
|
10659
10855
|
"generic"?: Models.ConversationContentGeneric;
|
|
10660
10856
|
}
|
|
10661
10857
|
|
|
10858
|
+
export interface ConversationMessageEvent {
|
|
10859
|
+
"eventType": string;
|
|
10860
|
+
"coBrowse"?: Models.ConversationEventCoBrowse;
|
|
10861
|
+
}
|
|
10862
|
+
|
|
10662
10863
|
export interface ConversationMessageEventTopicConversationRoutingData {
|
|
10663
10864
|
"queue"?: Models.ConversationMessageEventTopicUriReference;
|
|
10664
10865
|
"language"?: Models.ConversationMessageEventTopicUriReference;
|
|
@@ -10840,6 +11041,7 @@ declare namespace Models {
|
|
|
10840
11041
|
"conversation"?: Models.AddressableEntityRef;
|
|
10841
11042
|
"sentimentScore"?: number;
|
|
10842
11043
|
"sentimentTrend"?: number;
|
|
11044
|
+
"sentimentTrendClass"?: string;
|
|
10843
11045
|
}
|
|
10844
11046
|
|
|
10845
11047
|
export interface ConversationNormalizedMessage {
|
|
@@ -10848,6 +11050,7 @@ declare namespace Models {
|
|
|
10848
11050
|
"type": string;
|
|
10849
11051
|
"text"?: string;
|
|
10850
11052
|
"content"?: Array<Models.ConversationMessageContent>;
|
|
11053
|
+
"events"?: Array<Models.ConversationMessageEvent>;
|
|
10851
11054
|
"status"?: string;
|
|
10852
11055
|
"reasons"?: Array<Models.ConversationReason>;
|
|
10853
11056
|
"originatingEntity"?: string;
|
|
@@ -11420,6 +11623,7 @@ declare namespace Models {
|
|
|
11420
11623
|
"conversationIds"?: Array<string>;
|
|
11421
11624
|
"participants"?: Array<Models.Destination>;
|
|
11422
11625
|
"uuiData"?: string;
|
|
11626
|
+
"externalContactId"?: string;
|
|
11423
11627
|
}
|
|
11424
11628
|
|
|
11425
11629
|
export interface CreateCallResponse {
|
|
@@ -11488,6 +11692,7 @@ declare namespace Models {
|
|
|
11488
11692
|
"direction"?: string;
|
|
11489
11693
|
"htmlBody"?: string;
|
|
11490
11694
|
"textBody"?: string;
|
|
11695
|
+
"externalContactId"?: string;
|
|
11491
11696
|
}
|
|
11492
11697
|
|
|
11493
11698
|
export interface CreateIntegrationRequest {
|
|
@@ -11520,7 +11725,6 @@ declare namespace Models {
|
|
|
11520
11725
|
"toAddressMessengerType": string;
|
|
11521
11726
|
"useExistingConversation"?: boolean;
|
|
11522
11727
|
"externalContactId"?: string;
|
|
11523
|
-
"externalOrganizationId"?: string;
|
|
11524
11728
|
}
|
|
11525
11729
|
|
|
11526
11730
|
export interface CreatePerformanceProfile {
|
|
@@ -11561,6 +11765,7 @@ declare namespace Models {
|
|
|
11561
11765
|
"modifiedBy"?: string;
|
|
11562
11766
|
"createdBy"?: string;
|
|
11563
11767
|
"memberCount"?: number;
|
|
11768
|
+
"userMemberCount"?: number;
|
|
11564
11769
|
"joinedMemberCount"?: number;
|
|
11565
11770
|
"mediaSettings"?: { [key: string]: Models.MediaSetting; };
|
|
11566
11771
|
"routingRules"?: Array<Models.RoutingRule>;
|
|
@@ -11624,6 +11829,20 @@ declare namespace Models {
|
|
|
11624
11829
|
"selfUri"?: string;
|
|
11625
11830
|
}
|
|
11626
11831
|
|
|
11832
|
+
export interface CreateTimeOffLimitRequest {
|
|
11833
|
+
"granularity"?: string;
|
|
11834
|
+
"defaultLimitMinutes"?: number;
|
|
11835
|
+
}
|
|
11836
|
+
|
|
11837
|
+
export interface CreateTimeOffPlanRequest {
|
|
11838
|
+
"name": string;
|
|
11839
|
+
"activityCodeIds"?: Array<string>;
|
|
11840
|
+
"timeOffLimitIds"?: Array<string>;
|
|
11841
|
+
"autoApprovalRule": string;
|
|
11842
|
+
"daysBeforeStartToExpireFromWaitlist"?: number;
|
|
11843
|
+
"active": boolean;
|
|
11844
|
+
}
|
|
11845
|
+
|
|
11627
11846
|
export interface CreateUser {
|
|
11628
11847
|
"name": string;
|
|
11629
11848
|
"department"?: string;
|
|
@@ -11931,6 +12150,29 @@ declare namespace Models {
|
|
|
11931
12150
|
"values": Array<string>;
|
|
11932
12151
|
}
|
|
11933
12152
|
|
|
12153
|
+
export interface CustomerEndDetailEventTopicCustomerEndEvent {
|
|
12154
|
+
"eventTime"?: number;
|
|
12155
|
+
"conversationId"?: string;
|
|
12156
|
+
"participantId"?: string;
|
|
12157
|
+
"sessionId"?: string;
|
|
12158
|
+
"disconnectType"?: string;
|
|
12159
|
+
"mediaType"?: string;
|
|
12160
|
+
"externalOrganizationId"?: string;
|
|
12161
|
+
"externalContactId"?: string;
|
|
12162
|
+
"provider"?: string;
|
|
12163
|
+
"direction"?: string;
|
|
12164
|
+
"ani"?: string;
|
|
12165
|
+
"dnis"?: string;
|
|
12166
|
+
"addressTo"?: string;
|
|
12167
|
+
"addressFrom"?: string;
|
|
12168
|
+
"callbackUserName"?: string;
|
|
12169
|
+
"callbackNumbers"?: Array<string>;
|
|
12170
|
+
"callbackScheduledTime"?: number;
|
|
12171
|
+
"subject"?: string;
|
|
12172
|
+
"messageType"?: string;
|
|
12173
|
+
"interactingDurationMs"?: number;
|
|
12174
|
+
}
|
|
12175
|
+
|
|
11934
12176
|
export interface CustomerInteractionCenter {
|
|
11935
12177
|
"id"?: string;
|
|
11936
12178
|
"name"?: string;
|
|
@@ -11945,6 +12187,27 @@ declare namespace Models {
|
|
|
11945
12187
|
"selfUri"?: string;
|
|
11946
12188
|
}
|
|
11947
12189
|
|
|
12190
|
+
export interface CustomerStartDetailEventTopicCustomerStartEvent {
|
|
12191
|
+
"eventTime"?: number;
|
|
12192
|
+
"conversationId"?: string;
|
|
12193
|
+
"participantId"?: string;
|
|
12194
|
+
"sessionId"?: string;
|
|
12195
|
+
"mediaType"?: string;
|
|
12196
|
+
"externalOrganizationId"?: string;
|
|
12197
|
+
"externalContactId"?: string;
|
|
12198
|
+
"provider"?: string;
|
|
12199
|
+
"direction"?: string;
|
|
12200
|
+
"ani"?: string;
|
|
12201
|
+
"dnis"?: string;
|
|
12202
|
+
"addressTo"?: string;
|
|
12203
|
+
"addressFrom"?: string;
|
|
12204
|
+
"callbackUserName"?: string;
|
|
12205
|
+
"callbackNumbers"?: Array<string>;
|
|
12206
|
+
"callbackScheduledTime"?: number;
|
|
12207
|
+
"subject"?: string;
|
|
12208
|
+
"messageType"?: string;
|
|
12209
|
+
}
|
|
12210
|
+
|
|
11948
12211
|
export interface DID {
|
|
11949
12212
|
"id"?: string;
|
|
11950
12213
|
"name": string;
|
|
@@ -13672,6 +13935,14 @@ declare namespace Models {
|
|
|
13672
13935
|
|
|
13673
13936
|
export interface DraftRequest {
|
|
13674
13937
|
"intents"?: Array<Models.DraftIntents>;
|
|
13938
|
+
"topic"?: Array<Models.DraftTopics>;
|
|
13939
|
+
}
|
|
13940
|
+
|
|
13941
|
+
export interface DraftTopics {
|
|
13942
|
+
"id": string;
|
|
13943
|
+
"name": string;
|
|
13944
|
+
"phrases": Array<string>;
|
|
13945
|
+
"selfUri"?: string;
|
|
13675
13946
|
}
|
|
13676
13947
|
|
|
13677
13948
|
export interface DraftValidationResult {
|
|
@@ -15285,6 +15556,28 @@ declare namespace Models {
|
|
|
15285
15556
|
"pageCount"?: number;
|
|
15286
15557
|
}
|
|
15287
15558
|
|
|
15559
|
+
export interface FlowEndDetailEventTopicFlowEndEvent {
|
|
15560
|
+
"eventTime"?: number;
|
|
15561
|
+
"conversationId"?: string;
|
|
15562
|
+
"participantId"?: string;
|
|
15563
|
+
"sessionId"?: string;
|
|
15564
|
+
"disconnectType"?: string;
|
|
15565
|
+
"mediaType"?: string;
|
|
15566
|
+
"provider"?: string;
|
|
15567
|
+
"direction"?: string;
|
|
15568
|
+
"ani"?: string;
|
|
15569
|
+
"dnis"?: string;
|
|
15570
|
+
"addressTo"?: string;
|
|
15571
|
+
"addressFrom"?: string;
|
|
15572
|
+
"subject"?: string;
|
|
15573
|
+
"messageType"?: string;
|
|
15574
|
+
"flowType"?: string;
|
|
15575
|
+
"flowId"?: string;
|
|
15576
|
+
"divisionId"?: string;
|
|
15577
|
+
"flowVersion"?: string;
|
|
15578
|
+
"connectedDurationMs"?: number;
|
|
15579
|
+
}
|
|
15580
|
+
|
|
15288
15581
|
export interface FlowEntityListing {
|
|
15289
15582
|
"entities"?: Array<Models.Flow>;
|
|
15290
15583
|
"pageSize"?: number;
|
|
@@ -15443,6 +15736,26 @@ declare namespace Models {
|
|
|
15443
15736
|
"selfUri"?: string;
|
|
15444
15737
|
}
|
|
15445
15738
|
|
|
15739
|
+
export interface FlowStartDetailEventTopicFlowStartEvent {
|
|
15740
|
+
"eventTime"?: number;
|
|
15741
|
+
"conversationId"?: string;
|
|
15742
|
+
"participantId"?: string;
|
|
15743
|
+
"sessionId"?: string;
|
|
15744
|
+
"mediaType"?: string;
|
|
15745
|
+
"provider"?: string;
|
|
15746
|
+
"direction"?: string;
|
|
15747
|
+
"ani"?: string;
|
|
15748
|
+
"dnis"?: string;
|
|
15749
|
+
"addressTo"?: string;
|
|
15750
|
+
"addressFrom"?: string;
|
|
15751
|
+
"subject"?: string;
|
|
15752
|
+
"messageType"?: string;
|
|
15753
|
+
"flowType"?: string;
|
|
15754
|
+
"flowId"?: string;
|
|
15755
|
+
"divisionId"?: string;
|
|
15756
|
+
"flowVersion"?: string;
|
|
15757
|
+
}
|
|
15758
|
+
|
|
15446
15759
|
export interface FlowVersion {
|
|
15447
15760
|
"id"?: string;
|
|
15448
15761
|
"name"?: string;
|
|
@@ -15544,6 +15857,15 @@ declare namespace Models {
|
|
|
15544
15857
|
"localPart"?: string;
|
|
15545
15858
|
}
|
|
15546
15859
|
|
|
15860
|
+
export interface FullDayTimeOffMarker {
|
|
15861
|
+
"businessUnitDate"?: string;
|
|
15862
|
+
"lengthMinutes"?: number;
|
|
15863
|
+
"description"?: string;
|
|
15864
|
+
"activityCodeId"?: string;
|
|
15865
|
+
"paid"?: boolean;
|
|
15866
|
+
"timeOffRequestId"?: string;
|
|
15867
|
+
}
|
|
15868
|
+
|
|
15547
15869
|
export interface GDPRJourneyCustomer {
|
|
15548
15870
|
"type"?: string;
|
|
15549
15871
|
"id"?: string;
|
|
@@ -15655,6 +15977,33 @@ declare namespace Models {
|
|
|
15655
15977
|
"selfUri"?: string;
|
|
15656
15978
|
}
|
|
15657
15979
|
|
|
15980
|
+
export interface GamificationScorecardChangeTopicMetric {
|
|
15981
|
+
"id"?: string;
|
|
15982
|
+
}
|
|
15983
|
+
|
|
15984
|
+
export interface GamificationScorecardChangeTopicPerformanceMetric {
|
|
15985
|
+
"metric"?: Models.GamificationScorecardChangeTopicMetric;
|
|
15986
|
+
"points"?: number;
|
|
15987
|
+
"value"?: number;
|
|
15988
|
+
"punctualityEvents"?: Array<Models.GamificationScorecardChangeTopicPunctualityEvent>;
|
|
15989
|
+
}
|
|
15990
|
+
|
|
15991
|
+
export interface GamificationScorecardChangeTopicPunctualityEvent {
|
|
15992
|
+
"dateStart"?: string;
|
|
15993
|
+
"dateScheduleStart"?: string;
|
|
15994
|
+
"activityCode"?: string;
|
|
15995
|
+
"points"?: number;
|
|
15996
|
+
}
|
|
15997
|
+
|
|
15998
|
+
export interface GamificationScorecardChangeTopicScorecardChange {
|
|
15999
|
+
"workday"?: string;
|
|
16000
|
+
"divisionId"?: string;
|
|
16001
|
+
"teamId"?: string;
|
|
16002
|
+
"performanceProfileId"?: string;
|
|
16003
|
+
"userId"?: string;
|
|
16004
|
+
"performanceMetrics"?: Array<Models.GamificationScorecardChangeTopicPerformanceMetric>;
|
|
16005
|
+
}
|
|
16006
|
+
|
|
15658
16007
|
export interface GamificationStatus {
|
|
15659
16008
|
"isActive"?: boolean;
|
|
15660
16009
|
"dateStart"?: string;
|
|
@@ -15706,6 +16055,14 @@ declare namespace Models {
|
|
|
15706
16055
|
"selfUri"?: string;
|
|
15707
16056
|
}
|
|
15708
16057
|
|
|
16058
|
+
export interface GenericTemplate {
|
|
16059
|
+
"title"?: string;
|
|
16060
|
+
"description"?: string;
|
|
16061
|
+
"url"?: string;
|
|
16062
|
+
"components"?: Array<Models.RecordingButtonComponent>;
|
|
16063
|
+
"actions"?: Models.RecordingContentActions;
|
|
16064
|
+
}
|
|
16065
|
+
|
|
15709
16066
|
export interface GenesysBotConnector {
|
|
15710
16067
|
"queryParameters"?: { [key: string]: string; };
|
|
15711
16068
|
}
|
|
@@ -16091,9 +16448,9 @@ declare namespace Models {
|
|
|
16091
16448
|
"started"?: string;
|
|
16092
16449
|
"completed"?: string;
|
|
16093
16450
|
"entities"?: Array<Models.HistoryEntry>;
|
|
16451
|
+
"pageSize"?: number;
|
|
16094
16452
|
"total"?: number;
|
|
16095
16453
|
"pageNumber"?: number;
|
|
16096
|
-
"pageSize"?: number;
|
|
16097
16454
|
"pageCount"?: number;
|
|
16098
16455
|
}
|
|
16099
16456
|
|
|
@@ -16290,7 +16647,7 @@ declare namespace Models {
|
|
|
16290
16647
|
"skills"?: Array<Models.DomainEntityRef>;
|
|
16291
16648
|
"language"?: Models.DomainEntityRef;
|
|
16292
16649
|
"fromName": string;
|
|
16293
|
-
"fromEmail"
|
|
16650
|
+
"fromEmail"?: string;
|
|
16294
16651
|
"flow"?: Models.DomainEntityRef;
|
|
16295
16652
|
"replyEmailAddress"?: Models.QueueEmailAddress;
|
|
16296
16653
|
"autoBcc"?: Array<Models.EmailAddress>;
|
|
@@ -16677,20 +17034,150 @@ declare namespace Models {
|
|
|
16677
17034
|
"timezone"?: string;
|
|
16678
17035
|
}
|
|
16679
17036
|
|
|
16680
|
-
export interface
|
|
16681
|
-
"
|
|
16682
|
-
"
|
|
16683
|
-
"domain": string;
|
|
16684
|
-
"fragment"?: string;
|
|
16685
|
-
"hostname": string;
|
|
16686
|
-
"keywords"?: string;
|
|
16687
|
-
"lang"?: string;
|
|
16688
|
-
"pathname": string;
|
|
16689
|
-
"queryString"?: string;
|
|
16690
|
-
"breadcrumb"?: Array<string>;
|
|
17037
|
+
export interface JourneyOutcomeEventsNotificationActionMap {
|
|
17038
|
+
"id"?: string;
|
|
17039
|
+
"selfUri"?: string;
|
|
16691
17040
|
}
|
|
16692
17041
|
|
|
16693
|
-
export interface
|
|
17042
|
+
export interface JourneyOutcomeEventsNotificationBrowser {
|
|
17043
|
+
"family"?: string;
|
|
17044
|
+
"version"?: string;
|
|
17045
|
+
"lang"?: string;
|
|
17046
|
+
"fingerprint"?: string;
|
|
17047
|
+
"viewHeight"?: number;
|
|
17048
|
+
"viewWidth"?: number;
|
|
17049
|
+
"featuresFlash"?: boolean;
|
|
17050
|
+
"featuresJava"?: boolean;
|
|
17051
|
+
"featuresPdf"?: boolean;
|
|
17052
|
+
"featuresWebrtc"?: boolean;
|
|
17053
|
+
}
|
|
17054
|
+
|
|
17055
|
+
export interface JourneyOutcomeEventsNotificationDevice {
|
|
17056
|
+
"type"?: string;
|
|
17057
|
+
"isMobile"?: boolean;
|
|
17058
|
+
"screenHeight"?: number;
|
|
17059
|
+
"screenWidth"?: number;
|
|
17060
|
+
"fingerprint"?: string;
|
|
17061
|
+
"osFamily"?: string;
|
|
17062
|
+
"osVersion"?: string;
|
|
17063
|
+
"category"?: string;
|
|
17064
|
+
}
|
|
17065
|
+
|
|
17066
|
+
export interface JourneyOutcomeEventsNotificationExternalContact {
|
|
17067
|
+
"id"?: string;
|
|
17068
|
+
"selfUri"?: string;
|
|
17069
|
+
}
|
|
17070
|
+
|
|
17071
|
+
export interface JourneyOutcomeEventsNotificationGeoLocation {
|
|
17072
|
+
"country"?: string;
|
|
17073
|
+
"countryName"?: string;
|
|
17074
|
+
"latitude"?: number;
|
|
17075
|
+
"longitude"?: number;
|
|
17076
|
+
"locality"?: string;
|
|
17077
|
+
"postalCode"?: string;
|
|
17078
|
+
"region"?: string;
|
|
17079
|
+
"regionName"?: string;
|
|
17080
|
+
"timezone"?: string;
|
|
17081
|
+
"source"?: string;
|
|
17082
|
+
}
|
|
17083
|
+
|
|
17084
|
+
export interface JourneyOutcomeEventsNotificationMktCampaign {
|
|
17085
|
+
"content"?: string;
|
|
17086
|
+
"medium"?: string;
|
|
17087
|
+
"name"?: string;
|
|
17088
|
+
"source"?: string;
|
|
17089
|
+
"term"?: string;
|
|
17090
|
+
"clickId"?: string;
|
|
17091
|
+
"network"?: string;
|
|
17092
|
+
}
|
|
17093
|
+
|
|
17094
|
+
export interface JourneyOutcomeEventsNotificationOutcome {
|
|
17095
|
+
"id"?: string;
|
|
17096
|
+
"selfUri"?: string;
|
|
17097
|
+
"displayName"?: string;
|
|
17098
|
+
}
|
|
17099
|
+
|
|
17100
|
+
export interface JourneyOutcomeEventsNotificationOutcomeAchievedMessage {
|
|
17101
|
+
"outcome"?: Models.JourneyOutcomeEventsNotificationOutcome;
|
|
17102
|
+
"browser"?: Models.JourneyOutcomeEventsNotificationBrowser;
|
|
17103
|
+
"visitCreatedDate"?: string;
|
|
17104
|
+
"ipAddress"?: string;
|
|
17105
|
+
"ipOrganization"?: string;
|
|
17106
|
+
"userAgentString"?: string;
|
|
17107
|
+
"device"?: Models.JourneyOutcomeEventsNotificationDevice;
|
|
17108
|
+
"geolocation"?: Models.JourneyOutcomeEventsNotificationGeoLocation;
|
|
17109
|
+
"mktCampaign"?: Models.JourneyOutcomeEventsNotificationMktCampaign;
|
|
17110
|
+
"visitReferrer"?: Models.JourneyOutcomeEventsNotificationReferrer;
|
|
17111
|
+
}
|
|
17112
|
+
|
|
17113
|
+
export interface JourneyOutcomeEventsNotificationOutcomeAttributionMessage {
|
|
17114
|
+
"outcome"?: Models.JourneyOutcomeEventsNotificationOutcome;
|
|
17115
|
+
"outcomeTouchpoints"?: Array<Models.JourneyOutcomeEventsNotificationOutcomeTouchpoint>;
|
|
17116
|
+
"segmentAssignments"?: Array<Models.JourneyOutcomeEventsNotificationSegment>;
|
|
17117
|
+
}
|
|
17118
|
+
|
|
17119
|
+
export interface JourneyOutcomeEventsNotificationOutcomeEventsNotification {
|
|
17120
|
+
"id"?: string;
|
|
17121
|
+
"correlationId"?: string;
|
|
17122
|
+
"externalContact"?: Models.JourneyOutcomeEventsNotificationExternalContact;
|
|
17123
|
+
"createdDate"?: string;
|
|
17124
|
+
"customerId"?: string;
|
|
17125
|
+
"customerIdType"?: string;
|
|
17126
|
+
"eventType"?: string;
|
|
17127
|
+
"session"?: Models.JourneyOutcomeEventsNotificationSession;
|
|
17128
|
+
"outcomeAchievedEvent"?: Models.JourneyOutcomeEventsNotificationOutcomeAchievedMessage;
|
|
17129
|
+
"outcomeAttributionEventMessage"?: Models.JourneyOutcomeEventsNotificationOutcomeAttributionMessage;
|
|
17130
|
+
}
|
|
17131
|
+
|
|
17132
|
+
export interface JourneyOutcomeEventsNotificationOutcomeTouchpoint {
|
|
17133
|
+
"id"?: string;
|
|
17134
|
+
"channels"?: Array<Models.JourneyOutcomeEventsNotificationOutcomeTouchpointChannel>;
|
|
17135
|
+
"createdDate"?: string;
|
|
17136
|
+
"actionMap"?: Models.JourneyOutcomeEventsNotificationActionMap;
|
|
17137
|
+
}
|
|
17138
|
+
|
|
17139
|
+
export interface JourneyOutcomeEventsNotificationOutcomeTouchpointChannel {
|
|
17140
|
+
"type"?: string;
|
|
17141
|
+
}
|
|
17142
|
+
|
|
17143
|
+
export interface JourneyOutcomeEventsNotificationReferrer {
|
|
17144
|
+
"url"?: string;
|
|
17145
|
+
"domain"?: string;
|
|
17146
|
+
"hostname"?: string;
|
|
17147
|
+
"keywords"?: string;
|
|
17148
|
+
"pathname"?: string;
|
|
17149
|
+
"queryString"?: string;
|
|
17150
|
+
"fragment"?: string;
|
|
17151
|
+
"name"?: string;
|
|
17152
|
+
"medium"?: string;
|
|
17153
|
+
}
|
|
17154
|
+
|
|
17155
|
+
export interface JourneyOutcomeEventsNotificationSegment {
|
|
17156
|
+
"id"?: string;
|
|
17157
|
+
"selfUri"?: string;
|
|
17158
|
+
"assignedDate"?: string;
|
|
17159
|
+
}
|
|
17160
|
+
|
|
17161
|
+
export interface JourneyOutcomeEventsNotificationSession {
|
|
17162
|
+
"id"?: string;
|
|
17163
|
+
"selfUri"?: string;
|
|
17164
|
+
"type"?: string;
|
|
17165
|
+
}
|
|
17166
|
+
|
|
17167
|
+
export interface JourneyPage {
|
|
17168
|
+
"url": string;
|
|
17169
|
+
"title"?: string;
|
|
17170
|
+
"domain": string;
|
|
17171
|
+
"fragment"?: string;
|
|
17172
|
+
"hostname": string;
|
|
17173
|
+
"keywords"?: string;
|
|
17174
|
+
"lang"?: string;
|
|
17175
|
+
"pathname": string;
|
|
17176
|
+
"queryString"?: string;
|
|
17177
|
+
"breadcrumb"?: Array<string>;
|
|
17178
|
+
}
|
|
17179
|
+
|
|
17180
|
+
export interface JourneyPattern {
|
|
16694
17181
|
"criteria": Array<Models.Criteria>;
|
|
16695
17182
|
"count"?: number;
|
|
16696
17183
|
"streamType": string;
|
|
@@ -16698,30 +17185,348 @@ declare namespace Models {
|
|
|
16698
17185
|
"eventName"?: string;
|
|
16699
17186
|
}
|
|
16700
17187
|
|
|
16701
|
-
export interface JourneySegment {
|
|
17188
|
+
export interface JourneySegment {
|
|
17189
|
+
"id"?: string;
|
|
17190
|
+
"isActive"?: boolean;
|
|
17191
|
+
"displayName": string;
|
|
17192
|
+
"version"?: number;
|
|
17193
|
+
"description"?: string;
|
|
17194
|
+
"color"?: string;
|
|
17195
|
+
"scope"?: string;
|
|
17196
|
+
"shouldDisplayToAgent"?: boolean;
|
|
17197
|
+
"context"?: Models.Context;
|
|
17198
|
+
"journey"?: Models.Journey;
|
|
17199
|
+
"externalSegment"?: Models.ExternalSegment;
|
|
17200
|
+
"assignmentExpirationDays"?: number;
|
|
17201
|
+
"selfUri"?: string;
|
|
17202
|
+
"createdDate"?: string;
|
|
17203
|
+
"modifiedDate"?: string;
|
|
17204
|
+
}
|
|
17205
|
+
|
|
17206
|
+
export interface JourneySurveyQuestion {
|
|
17207
|
+
"type"?: string;
|
|
17208
|
+
"label": string;
|
|
17209
|
+
"customerProperty"?: string;
|
|
17210
|
+
"choices"?: Array<string>;
|
|
17211
|
+
"isMandatory"?: boolean;
|
|
17212
|
+
}
|
|
17213
|
+
|
|
17214
|
+
export interface JourneyWebActionEventsNotificationActionMap {
|
|
17215
|
+
"id"?: string;
|
|
17216
|
+
"selfUri"?: string;
|
|
17217
|
+
}
|
|
17218
|
+
|
|
17219
|
+
export interface JourneyWebActionEventsNotificationActionMapPageUrlCondition {
|
|
17220
|
+
"values"?: Array<string>;
|
|
17221
|
+
"operator"?: string;
|
|
17222
|
+
}
|
|
17223
|
+
|
|
17224
|
+
export interface JourneyWebActionEventsNotificationActionTarget {
|
|
17225
|
+
"id"?: string;
|
|
17226
|
+
"selfUri"?: string;
|
|
17227
|
+
}
|
|
17228
|
+
|
|
17229
|
+
export interface JourneyWebActionEventsNotificationBlockedWebActionOfferMessage {
|
|
17230
|
+
"action"?: Models.JourneyWebActionEventsNotificationEventAction;
|
|
17231
|
+
"actionMap"?: Models.JourneyWebActionEventsNotificationActionMap;
|
|
17232
|
+
"actionTarget"?: Models.JourneyWebActionEventsNotificationActionTarget;
|
|
17233
|
+
"blockingReason"?: string;
|
|
17234
|
+
"blockingActionMap"?: Models.JourneyWebActionEventsNotificationActionMap;
|
|
17235
|
+
"blockingAction"?: Models.JourneyWebActionEventsNotificationEventAction;
|
|
17236
|
+
"blockingFrequencyCapBehaviour"?: string;
|
|
17237
|
+
"blockingPageUrlConditions"?: Array<Models.JourneyWebActionEventsNotificationActionMapPageUrlCondition>;
|
|
17238
|
+
"blockingScheduleGroup"?: Models.JourneyWebActionEventsNotificationScheduleGroup;
|
|
17239
|
+
"blockingEmergencyScheduleGroup"?: Models.JourneyWebActionEventsNotificationEmergencyGroup;
|
|
17240
|
+
}
|
|
17241
|
+
|
|
17242
|
+
export interface JourneyWebActionEventsNotificationBrowser {
|
|
17243
|
+
"family"?: string;
|
|
17244
|
+
"version"?: string;
|
|
17245
|
+
"lang"?: string;
|
|
17246
|
+
"fingerprint"?: string;
|
|
17247
|
+
"viewHeight"?: number;
|
|
17248
|
+
"viewWidth"?: number;
|
|
17249
|
+
"featuresFlash"?: boolean;
|
|
17250
|
+
"featuresJava"?: boolean;
|
|
17251
|
+
"featuresPdf"?: boolean;
|
|
17252
|
+
"featuresWebrtc"?: boolean;
|
|
17253
|
+
}
|
|
17254
|
+
|
|
17255
|
+
export interface JourneyWebActionEventsNotificationDevice {
|
|
17256
|
+
"type"?: string;
|
|
17257
|
+
"isMobile"?: boolean;
|
|
17258
|
+
"screenHeight"?: number;
|
|
17259
|
+
"screenWidth"?: number;
|
|
17260
|
+
"fingerprint"?: string;
|
|
17261
|
+
"osFamily"?: string;
|
|
17262
|
+
"osVersion"?: string;
|
|
17263
|
+
"category"?: string;
|
|
17264
|
+
}
|
|
17265
|
+
|
|
17266
|
+
export interface JourneyWebActionEventsNotificationEmergencyGroup {
|
|
17267
|
+
"id"?: string;
|
|
17268
|
+
"selfUri"?: string;
|
|
17269
|
+
}
|
|
17270
|
+
|
|
17271
|
+
export interface JourneyWebActionEventsNotificationEventAction {
|
|
17272
|
+
"id"?: string;
|
|
17273
|
+
}
|
|
17274
|
+
|
|
17275
|
+
export interface JourneyWebActionEventsNotificationExternalContact {
|
|
17276
|
+
"id"?: string;
|
|
17277
|
+
"selfUri"?: string;
|
|
17278
|
+
}
|
|
17279
|
+
|
|
17280
|
+
export interface JourneyWebActionEventsNotificationGeoLocation {
|
|
17281
|
+
"country"?: string;
|
|
17282
|
+
"countryName"?: string;
|
|
17283
|
+
"latitude"?: number;
|
|
17284
|
+
"longitude"?: number;
|
|
17285
|
+
"locality"?: string;
|
|
17286
|
+
"postalCode"?: string;
|
|
17287
|
+
"region"?: string;
|
|
17288
|
+
"regionName"?: string;
|
|
17289
|
+
"timezone"?: string;
|
|
17290
|
+
"source"?: string;
|
|
17291
|
+
}
|
|
17292
|
+
|
|
17293
|
+
export interface JourneyWebActionEventsNotificationMktCampaign {
|
|
17294
|
+
"content"?: string;
|
|
17295
|
+
"medium"?: string;
|
|
17296
|
+
"name"?: string;
|
|
17297
|
+
"source"?: string;
|
|
17298
|
+
"term"?: string;
|
|
17299
|
+
"clickId"?: string;
|
|
17300
|
+
"network"?: string;
|
|
17301
|
+
}
|
|
17302
|
+
|
|
17303
|
+
export interface JourneyWebActionEventsNotificationReferrer {
|
|
17304
|
+
"url"?: string;
|
|
17305
|
+
"domain"?: string;
|
|
17306
|
+
"hostname"?: string;
|
|
17307
|
+
"keywords"?: string;
|
|
17308
|
+
"pathname"?: string;
|
|
17309
|
+
"queryString"?: string;
|
|
17310
|
+
"fragment"?: string;
|
|
17311
|
+
"name"?: string;
|
|
17312
|
+
"medium"?: string;
|
|
17313
|
+
}
|
|
17314
|
+
|
|
17315
|
+
export interface JourneyWebActionEventsNotificationScheduleGroup {
|
|
17316
|
+
"id"?: string;
|
|
17317
|
+
"selfUri"?: string;
|
|
17318
|
+
}
|
|
17319
|
+
|
|
17320
|
+
export interface JourneyWebActionEventsNotificationSession {
|
|
17321
|
+
"id"?: string;
|
|
17322
|
+
"selfUri"?: string;
|
|
17323
|
+
"type"?: string;
|
|
17324
|
+
}
|
|
17325
|
+
|
|
17326
|
+
export interface JourneyWebActionEventsNotificationWebActionEventsNotification {
|
|
17327
|
+
"id"?: string;
|
|
17328
|
+
"correlationId"?: string;
|
|
17329
|
+
"externalContact"?: Models.JourneyWebActionEventsNotificationExternalContact;
|
|
17330
|
+
"createdDate"?: string;
|
|
17331
|
+
"customerId"?: string;
|
|
17332
|
+
"customerIdType"?: string;
|
|
17333
|
+
"eventType"?: string;
|
|
17334
|
+
"session"?: Models.JourneyWebActionEventsNotificationSession;
|
|
17335
|
+
"webActionEvent"?: Models.JourneyWebActionEventsNotificationWebActionMessage;
|
|
17336
|
+
"blockedWebActionOfferEvent"?: Models.JourneyWebActionEventsNotificationBlockedWebActionOfferMessage;
|
|
17337
|
+
}
|
|
17338
|
+
|
|
17339
|
+
export interface JourneyWebActionEventsNotificationWebActionMessage {
|
|
17340
|
+
"action"?: Models.JourneyWebActionEventsNotificationEventAction;
|
|
17341
|
+
"actionTarget"?: Models.JourneyWebActionEventsNotificationActionTarget;
|
|
17342
|
+
"actionMap"?: Models.JourneyWebActionEventsNotificationActionMap;
|
|
17343
|
+
"errorCode"?: string;
|
|
17344
|
+
"errorMessage"?: string;
|
|
17345
|
+
"userAgentString"?: string;
|
|
17346
|
+
"ipAddress"?: string;
|
|
17347
|
+
"ipOrganization"?: string;
|
|
17348
|
+
"browser"?: Models.JourneyWebActionEventsNotificationBrowser;
|
|
17349
|
+
"device"?: Models.JourneyWebActionEventsNotificationDevice;
|
|
17350
|
+
"geolocation"?: Models.JourneyWebActionEventsNotificationGeoLocation;
|
|
17351
|
+
"mktCampaign"?: Models.JourneyWebActionEventsNotificationMktCampaign;
|
|
17352
|
+
"visitReferrer"?: Models.JourneyWebActionEventsNotificationReferrer;
|
|
17353
|
+
}
|
|
17354
|
+
|
|
17355
|
+
export interface JourneyWebEventsNotificationActionMap {
|
|
17356
|
+
"id"?: string;
|
|
17357
|
+
"selfUri"?: string;
|
|
17358
|
+
"displayName"?: string;
|
|
17359
|
+
"version"?: number;
|
|
17360
|
+
}
|
|
17361
|
+
|
|
17362
|
+
export interface JourneyWebEventsNotificationActionTarget {
|
|
17363
|
+
"id"?: string;
|
|
17364
|
+
"selfUri"?: string;
|
|
17365
|
+
}
|
|
17366
|
+
|
|
17367
|
+
export interface JourneyWebEventsNotificationBrowser {
|
|
17368
|
+
"family"?: string;
|
|
17369
|
+
"version"?: string;
|
|
17370
|
+
"lang"?: string;
|
|
17371
|
+
"fingerprint"?: string;
|
|
17372
|
+
"viewHeight"?: number;
|
|
17373
|
+
"viewWidth"?: number;
|
|
17374
|
+
"featuresFlash"?: boolean;
|
|
17375
|
+
"featuresJava"?: boolean;
|
|
17376
|
+
"featuresPdf"?: boolean;
|
|
17377
|
+
"featuresWebrtc"?: boolean;
|
|
17378
|
+
}
|
|
17379
|
+
|
|
17380
|
+
export interface JourneyWebEventsNotificationCustomEventAttribute {
|
|
17381
|
+
"value"?: string;
|
|
17382
|
+
"dataType"?: string;
|
|
17383
|
+
}
|
|
17384
|
+
|
|
17385
|
+
export interface JourneyWebEventsNotificationDevice {
|
|
17386
|
+
"type"?: string;
|
|
17387
|
+
"isMobile"?: boolean;
|
|
17388
|
+
"screenHeight"?: number;
|
|
17389
|
+
"screenWidth"?: number;
|
|
17390
|
+
"fingerprint"?: string;
|
|
17391
|
+
"osFamily"?: string;
|
|
17392
|
+
"osVersion"?: string;
|
|
17393
|
+
"category"?: string;
|
|
17394
|
+
}
|
|
17395
|
+
|
|
17396
|
+
export interface JourneyWebEventsNotificationEventAction {
|
|
17397
|
+
"id"?: string;
|
|
17398
|
+
"createdDate"?: string;
|
|
17399
|
+
"state"?: string;
|
|
17400
|
+
"mediaType"?: string;
|
|
17401
|
+
"prompt"?: string;
|
|
17402
|
+
}
|
|
17403
|
+
|
|
17404
|
+
export interface JourneyWebEventsNotificationExternalContact {
|
|
17405
|
+
"id"?: string;
|
|
17406
|
+
"selfUri"?: string;
|
|
17407
|
+
}
|
|
17408
|
+
|
|
17409
|
+
export interface JourneyWebEventsNotificationGeoLocation {
|
|
17410
|
+
"country"?: string;
|
|
17411
|
+
"countryName"?: string;
|
|
17412
|
+
"latitude"?: number;
|
|
17413
|
+
"longitude"?: number;
|
|
17414
|
+
"locality"?: string;
|
|
17415
|
+
"postalCode"?: string;
|
|
17416
|
+
"region"?: string;
|
|
17417
|
+
"regionName"?: string;
|
|
17418
|
+
"timezone"?: string;
|
|
17419
|
+
"source"?: string;
|
|
17420
|
+
}
|
|
17421
|
+
|
|
17422
|
+
export interface JourneyWebEventsNotificationMktCampaign {
|
|
17423
|
+
"content"?: string;
|
|
17424
|
+
"medium"?: string;
|
|
17425
|
+
"name"?: string;
|
|
17426
|
+
"source"?: string;
|
|
17427
|
+
"term"?: string;
|
|
17428
|
+
"clickId"?: string;
|
|
17429
|
+
"network"?: string;
|
|
17430
|
+
}
|
|
17431
|
+
|
|
17432
|
+
export interface JourneyWebEventsNotificationOutcome {
|
|
17433
|
+
"id"?: string;
|
|
17434
|
+
"selfUri"?: string;
|
|
17435
|
+
"displayName"?: string;
|
|
17436
|
+
"version"?: string;
|
|
17437
|
+
}
|
|
17438
|
+
|
|
17439
|
+
export interface JourneyWebEventsNotificationOutcomeAchievedMessage {
|
|
17440
|
+
"outcome"?: Models.JourneyWebEventsNotificationOutcome;
|
|
17441
|
+
"browser"?: Models.JourneyWebEventsNotificationBrowser;
|
|
17442
|
+
"visitCreatedDate"?: string;
|
|
17443
|
+
"ipAddress"?: string;
|
|
17444
|
+
"ipOrganization"?: string;
|
|
17445
|
+
"userAgentString"?: string;
|
|
17446
|
+
"device"?: Models.JourneyWebEventsNotificationDevice;
|
|
17447
|
+
"geolocation"?: Models.JourneyWebEventsNotificationGeoLocation;
|
|
17448
|
+
"mktCampaign"?: Models.JourneyWebEventsNotificationMktCampaign;
|
|
17449
|
+
"visitReferrer"?: Models.JourneyWebEventsNotificationReferrer;
|
|
17450
|
+
}
|
|
17451
|
+
|
|
17452
|
+
export interface JourneyWebEventsNotificationPage {
|
|
17453
|
+
"url"?: string;
|
|
17454
|
+
"title"?: string;
|
|
17455
|
+
"domain"?: string;
|
|
17456
|
+
"fragment"?: string;
|
|
17457
|
+
"hostname"?: string;
|
|
17458
|
+
"keywords"?: string;
|
|
17459
|
+
"lang"?: string;
|
|
17460
|
+
"pathname"?: string;
|
|
17461
|
+
"queryString"?: string;
|
|
17462
|
+
"breadcrumb"?: Array<string>;
|
|
17463
|
+
}
|
|
17464
|
+
|
|
17465
|
+
export interface JourneyWebEventsNotificationReferrer {
|
|
17466
|
+
"url"?: string;
|
|
17467
|
+
"domain"?: string;
|
|
17468
|
+
"hostname"?: string;
|
|
17469
|
+
"keywords"?: string;
|
|
17470
|
+
"pathname"?: string;
|
|
17471
|
+
"queryString"?: string;
|
|
17472
|
+
"fragment"?: string;
|
|
17473
|
+
"name"?: string;
|
|
17474
|
+
"medium"?: string;
|
|
17475
|
+
}
|
|
17476
|
+
|
|
17477
|
+
export interface JourneyWebEventsNotificationSession {
|
|
16702
17478
|
"id"?: string;
|
|
16703
|
-
"isActive"?: boolean;
|
|
16704
|
-
"displayName": string;
|
|
16705
|
-
"version"?: number;
|
|
16706
|
-
"description"?: string;
|
|
16707
|
-
"color"?: string;
|
|
16708
|
-
"scope"?: string;
|
|
16709
|
-
"shouldDisplayToAgent"?: boolean;
|
|
16710
|
-
"context"?: Models.Context;
|
|
16711
|
-
"journey"?: Models.Journey;
|
|
16712
|
-
"externalSegment"?: Models.ExternalSegment;
|
|
16713
|
-
"assignmentExpirationDays"?: number;
|
|
16714
17479
|
"selfUri"?: string;
|
|
17480
|
+
"type"?: string;
|
|
17481
|
+
}
|
|
17482
|
+
|
|
17483
|
+
export interface JourneyWebEventsNotificationWebActionMessage {
|
|
17484
|
+
"action"?: Models.JourneyWebEventsNotificationEventAction;
|
|
17485
|
+
"actionTarget"?: Models.JourneyWebEventsNotificationActionTarget;
|
|
17486
|
+
"actionMap"?: Models.JourneyWebEventsNotificationActionMap;
|
|
17487
|
+
"errorCode"?: string;
|
|
17488
|
+
"errorMessage"?: string;
|
|
17489
|
+
"userAgentString"?: string;
|
|
17490
|
+
"ipAddress"?: string;
|
|
17491
|
+
"ipOrganization"?: string;
|
|
17492
|
+
"browser"?: Models.JourneyWebEventsNotificationBrowser;
|
|
17493
|
+
"device"?: Models.JourneyWebEventsNotificationDevice;
|
|
17494
|
+
"geolocation"?: Models.JourneyWebEventsNotificationGeoLocation;
|
|
17495
|
+
"mktCampaign"?: Models.JourneyWebEventsNotificationMktCampaign;
|
|
17496
|
+
"visitReferrer"?: Models.JourneyWebEventsNotificationReferrer;
|
|
17497
|
+
}
|
|
17498
|
+
|
|
17499
|
+
export interface JourneyWebEventsNotificationWebEventsNotification {
|
|
17500
|
+
"id"?: string;
|
|
17501
|
+
"correlationId"?: string;
|
|
17502
|
+
"externalContact"?: Models.JourneyWebEventsNotificationExternalContact;
|
|
16715
17503
|
"createdDate"?: string;
|
|
16716
|
-
"
|
|
17504
|
+
"customerId"?: string;
|
|
17505
|
+
"customerIdType"?: string;
|
|
17506
|
+
"eventType"?: string;
|
|
17507
|
+
"session"?: Models.JourneyWebEventsNotificationSession;
|
|
17508
|
+
"webEvent"?: Models.JourneyWebEventsNotificationWebMessage;
|
|
17509
|
+
"webActionEvent"?: Models.JourneyWebEventsNotificationWebActionMessage;
|
|
17510
|
+
"outcomeAchievedEvent"?: Models.JourneyWebEventsNotificationOutcomeAchievedMessage;
|
|
16717
17511
|
}
|
|
16718
17512
|
|
|
16719
|
-
export interface
|
|
16720
|
-
"
|
|
16721
|
-
"
|
|
16722
|
-
"
|
|
16723
|
-
"
|
|
16724
|
-
"
|
|
17513
|
+
export interface JourneyWebEventsNotificationWebMessage {
|
|
17514
|
+
"eventName"?: string;
|
|
17515
|
+
"totalEventCount"?: number;
|
|
17516
|
+
"totalPageviewCount"?: number;
|
|
17517
|
+
"userAgentString"?: string;
|
|
17518
|
+
"ipAddress"?: string;
|
|
17519
|
+
"ipOrganization"?: string;
|
|
17520
|
+
"searchQuery"?: string;
|
|
17521
|
+
"authenticated"?: boolean;
|
|
17522
|
+
"browser"?: Models.JourneyWebEventsNotificationBrowser;
|
|
17523
|
+
"device"?: Models.JourneyWebEventsNotificationDevice;
|
|
17524
|
+
"geolocation"?: Models.JourneyWebEventsNotificationGeoLocation;
|
|
17525
|
+
"mktCampaign"?: Models.JourneyWebEventsNotificationMktCampaign;
|
|
17526
|
+
"page"?: Models.JourneyWebEventsNotificationPage;
|
|
17527
|
+
"referrer"?: Models.JourneyWebEventsNotificationReferrer;
|
|
17528
|
+
"attributes"?: { [key: string]: Models.JourneyWebEventsNotificationCustomEventAttribute; };
|
|
17529
|
+
"traits"?: { [key: string]: Models.JourneyWebEventsNotificationCustomEventAttribute; };
|
|
16725
17530
|
}
|
|
16726
17531
|
|
|
16727
17532
|
export interface JsonNode {
|
|
@@ -17673,6 +18478,11 @@ declare namespace Models {
|
|
|
17673
18478
|
"selfUri"?: string;
|
|
17674
18479
|
}
|
|
17675
18480
|
|
|
18481
|
+
export interface LocalDateRange {
|
|
18482
|
+
"startDate"?: string;
|
|
18483
|
+
"endDate"?: string;
|
|
18484
|
+
}
|
|
18485
|
+
|
|
17676
18486
|
export interface LocalEncryptionConfiguration {
|
|
17677
18487
|
"id"?: string;
|
|
17678
18488
|
"name"?: string;
|
|
@@ -18411,7 +19221,7 @@ declare namespace Models {
|
|
|
18411
19221
|
"objective"?: Models.Objective;
|
|
18412
19222
|
"performanceProfileId"?: string;
|
|
18413
19223
|
"linkedMetric"?: Models.AddressableEntityRef;
|
|
18414
|
-
"dateCreated"?:
|
|
19224
|
+
"dateCreated"?: string;
|
|
18415
19225
|
"dateUnlinked"?: string;
|
|
18416
19226
|
"sourcePerformanceProfile"?: Models.PerformanceProfile;
|
|
18417
19227
|
"selfUri"?: string;
|
|
@@ -18442,7 +19252,7 @@ declare namespace Models {
|
|
|
18442
19252
|
"maxPoints"?: number;
|
|
18443
19253
|
"performanceProfileId"?: string;
|
|
18444
19254
|
"linkedMetric"?: Models.AddressableEntityRef;
|
|
18445
|
-
"dateCreated"?:
|
|
19255
|
+
"dateCreated"?: string;
|
|
18446
19256
|
"dateUnlinked"?: string;
|
|
18447
19257
|
"sourcePerformanceProfile"?: Models.PerformanceProfile;
|
|
18448
19258
|
"unitDefinition"?: string;
|
|
@@ -19019,6 +19829,11 @@ declare namespace Models {
|
|
|
19019
19829
|
"selfUri"?: string;
|
|
19020
19830
|
}
|
|
19021
19831
|
|
|
19832
|
+
export interface OpenActionFields {
|
|
19833
|
+
"openAction": Models.DomainEntityRef;
|
|
19834
|
+
"configurationFields"?: { [key: string]: object; };
|
|
19835
|
+
}
|
|
19836
|
+
|
|
19022
19837
|
export interface OpenIntegration {
|
|
19023
19838
|
"id": string;
|
|
19024
19839
|
"name": string;
|
|
@@ -19080,6 +19895,7 @@ declare namespace Models {
|
|
|
19080
19895
|
"to": Models.OpenMessagingToRecipient;
|
|
19081
19896
|
"from": Models.OpenMessagingFromRecipient;
|
|
19082
19897
|
"time": string;
|
|
19898
|
+
"metadata"?: Models.ChannelMetadata;
|
|
19083
19899
|
}
|
|
19084
19900
|
|
|
19085
19901
|
export interface OpenMessagingFromRecipient {
|
|
@@ -19177,6 +19993,7 @@ declare namespace Models {
|
|
|
19177
19993
|
"acdAutoAnswer"?: boolean;
|
|
19178
19994
|
"languagePreference"?: string;
|
|
19179
19995
|
"lastTokenIssued"?: Models.OAuthLastTokenIssued;
|
|
19996
|
+
"dateLastLogin"?: string;
|
|
19180
19997
|
"organization"?: Models.Organization;
|
|
19181
19998
|
}
|
|
19182
19999
|
|
|
@@ -19325,6 +20142,26 @@ declare namespace Models {
|
|
|
19325
20142
|
"id"?: string;
|
|
19326
20143
|
}
|
|
19327
20144
|
|
|
20145
|
+
export interface OutboundDetailEventTopicOutboundInitEvent {
|
|
20146
|
+
"eventTime"?: number;
|
|
20147
|
+
"conversationId"?: string;
|
|
20148
|
+
"participantId"?: string;
|
|
20149
|
+
"sessionId"?: string;
|
|
20150
|
+
"mediaType"?: string;
|
|
20151
|
+
"provider"?: string;
|
|
20152
|
+
"direction"?: string;
|
|
20153
|
+
"ani"?: string;
|
|
20154
|
+
"dnis"?: string;
|
|
20155
|
+
"addressTo"?: string;
|
|
20156
|
+
"addressFrom"?: string;
|
|
20157
|
+
"subject"?: string;
|
|
20158
|
+
"messageType"?: string;
|
|
20159
|
+
"outboundCampaignId"?: string;
|
|
20160
|
+
"divisionId"?: string;
|
|
20161
|
+
"outboundContactListId"?: string;
|
|
20162
|
+
"outboundContactId"?: string;
|
|
20163
|
+
}
|
|
20164
|
+
|
|
19328
20165
|
export interface OutboundMessagingMessagingCampaignConfigChangeContactSort {
|
|
19329
20166
|
"fieldName"?: string;
|
|
19330
20167
|
"direction"?: string;
|
|
@@ -19501,6 +20338,7 @@ declare namespace Models {
|
|
|
19501
20338
|
"isPositive"?: boolean;
|
|
19502
20339
|
"context"?: Models.Context;
|
|
19503
20340
|
"journey"?: Models.Journey;
|
|
20341
|
+
"associatedValueField"?: Models.AssociatedValueField;
|
|
19504
20342
|
"selfUri"?: string;
|
|
19505
20343
|
"createdDate"?: string;
|
|
19506
20344
|
"modifiedDate"?: string;
|
|
@@ -19699,6 +20537,7 @@ declare namespace Models {
|
|
|
19699
20537
|
"actionTemplate"?: Models.ActionMapActionTemplate;
|
|
19700
20538
|
"architectFlowFields"?: Models.ArchitectFlowFields;
|
|
19701
20539
|
"webMessagingOfferFields"?: Models.WebMessagingOfferFields;
|
|
20540
|
+
"openActionFields"?: Models.OpenActionFields;
|
|
19702
20541
|
}
|
|
19703
20542
|
|
|
19704
20543
|
export interface PatchActionMap {
|
|
@@ -19843,6 +20682,7 @@ declare namespace Models {
|
|
|
19843
20682
|
"isPositive"?: boolean;
|
|
19844
20683
|
"context"?: Models.Context;
|
|
19845
20684
|
"journey"?: Models.Journey;
|
|
20685
|
+
"associatedValueField"?: Models.AssociatedValueField;
|
|
19846
20686
|
"selfUri"?: string;
|
|
19847
20687
|
"createdDate"?: string;
|
|
19848
20688
|
"modifiedDate"?: string;
|
|
@@ -20717,6 +21557,20 @@ declare namespace Models {
|
|
|
20717
21557
|
"facetInfo"?: Models.QueryFacetInfo;
|
|
20718
21558
|
}
|
|
20719
21559
|
|
|
21560
|
+
export interface QueryTimeOffLimitValuesRequest {
|
|
21561
|
+
"timeOffLimitId"?: string;
|
|
21562
|
+
"activityCodeId"?: string;
|
|
21563
|
+
"dateRanges": Array<Models.LocalDateRange>;
|
|
21564
|
+
}
|
|
21565
|
+
|
|
21566
|
+
export interface QueryTimeOffLimitValuesResponse {
|
|
21567
|
+
"values"?: Array<Models.TimeOffLimitValueRange>;
|
|
21568
|
+
}
|
|
21569
|
+
|
|
21570
|
+
export interface QueryWaitlistPositionsRequest {
|
|
21571
|
+
"timeOffRequests": Array<Models.UserTimeOffRequestReference>;
|
|
21572
|
+
}
|
|
21573
|
+
|
|
20720
21574
|
export interface Queue {
|
|
20721
21575
|
"id"?: string;
|
|
20722
21576
|
"name"?: string;
|
|
@@ -20727,6 +21581,7 @@ declare namespace Models {
|
|
|
20727
21581
|
"modifiedBy"?: string;
|
|
20728
21582
|
"createdBy"?: string;
|
|
20729
21583
|
"memberCount"?: number;
|
|
21584
|
+
"userMemberCount"?: number;
|
|
20730
21585
|
"joinedMemberCount"?: number;
|
|
20731
21586
|
"mediaSettings"?: { [key: string]: Models.MediaSetting; };
|
|
20732
21587
|
"routingRules"?: Array<Models.RoutingRule>;
|
|
@@ -22998,6 +23853,7 @@ declare namespace Models {
|
|
|
22998
23853
|
"modifiedBy"?: string;
|
|
22999
23854
|
"createdBy"?: string;
|
|
23000
23855
|
"memberCount"?: number;
|
|
23856
|
+
"userMemberCount"?: number;
|
|
23001
23857
|
"joinedMemberCount"?: number;
|
|
23002
23858
|
"mediaSettings"?: { [key: string]: Models.MediaSetting; };
|
|
23003
23859
|
"routingRules"?: Array<Models.RoutingRule>;
|
|
@@ -23148,6 +24004,18 @@ declare namespace Models {
|
|
|
23148
24004
|
"actualTranscodeTimeMs"?: number;
|
|
23149
24005
|
}
|
|
23150
24006
|
|
|
24007
|
+
export interface RecordingButtonComponent {
|
|
24008
|
+
"title"?: string;
|
|
24009
|
+
"actions"?: Models.RecordingContentActions;
|
|
24010
|
+
"isSelected"?: boolean;
|
|
24011
|
+
}
|
|
24012
|
+
|
|
24013
|
+
export interface RecordingContentActions {
|
|
24014
|
+
"url"?: string;
|
|
24015
|
+
"urlTarget"?: string;
|
|
24016
|
+
"textback"?: string;
|
|
24017
|
+
}
|
|
24018
|
+
|
|
23151
24019
|
export interface RecordingEmailMessage {
|
|
23152
24020
|
"htmlBody"?: string;
|
|
23153
24021
|
"textBody"?: string;
|
|
@@ -23230,6 +24098,8 @@ declare namespace Models {
|
|
|
23230
24098
|
"messageText"?: string;
|
|
23231
24099
|
"messageMediaAttachments"?: Array<Models.MessageMediaAttachment>;
|
|
23232
24100
|
"messageStickerAttachments"?: Array<Models.MessageStickerAttachment>;
|
|
24101
|
+
"quickReplies"?: Array<Models.QuickReply>;
|
|
24102
|
+
"buttonResponse"?: Models.ButtonResponse;
|
|
23233
24103
|
}
|
|
23234
24104
|
|
|
23235
24105
|
export interface RecordingMetadata {
|
|
@@ -23993,10 +24863,21 @@ declare namespace Models {
|
|
|
23993
24863
|
"createdByApp"?: string;
|
|
23994
24864
|
"start": string;
|
|
23995
24865
|
"end": string;
|
|
23996
|
-
"rrule"
|
|
24866
|
+
"rrule"?: string;
|
|
23997
24867
|
"selfUri"?: string;
|
|
23998
24868
|
}
|
|
23999
24869
|
|
|
24870
|
+
export interface ScheduleActivity {
|
|
24871
|
+
"dateStart"?: string;
|
|
24872
|
+
"lengthMinutes"?: number;
|
|
24873
|
+
"description"?: string;
|
|
24874
|
+
"activityCodeId"?: string;
|
|
24875
|
+
"paid"?: boolean;
|
|
24876
|
+
"timeOffRequestId"?: string;
|
|
24877
|
+
"externalActivityId"?: string;
|
|
24878
|
+
"externalActivityType"?: string;
|
|
24879
|
+
}
|
|
24880
|
+
|
|
24000
24881
|
export interface ScheduleEntityListing {
|
|
24001
24882
|
"entities"?: Array<Models.Schedule>;
|
|
24002
24883
|
"pageSize"?: number;
|
|
@@ -24082,6 +24963,11 @@ declare namespace Models {
|
|
|
24082
24963
|
"value"?: string;
|
|
24083
24964
|
}
|
|
24084
24965
|
|
|
24966
|
+
export interface SchedulerMessageSeverityCount {
|
|
24967
|
+
"severity"?: string;
|
|
24968
|
+
"count"?: number;
|
|
24969
|
+
}
|
|
24970
|
+
|
|
24085
24971
|
export interface SchedulerMessageTypeSeverity {
|
|
24086
24972
|
"type"?: string;
|
|
24087
24973
|
"severity"?: string;
|
|
@@ -24130,6 +25016,7 @@ declare namespace Models {
|
|
|
24130
25016
|
"delayScheduling"?: boolean;
|
|
24131
25017
|
"failScheduling"?: boolean;
|
|
24132
25018
|
"populateWarnings"?: boolean;
|
|
25019
|
+
"populateDeprecatedWarnings"?: boolean;
|
|
24133
25020
|
}
|
|
24134
25021
|
|
|
24135
25022
|
export interface Schema {
|
|
@@ -24697,6 +25584,7 @@ declare namespace Models {
|
|
|
24697
25584
|
"toAddressMessengerType": string;
|
|
24698
25585
|
"textBody"?: string;
|
|
24699
25586
|
"messagingTemplate"?: Models.MessagingTemplateRequest;
|
|
25587
|
+
"useExistingActiveConversation"?: boolean;
|
|
24700
25588
|
}
|
|
24701
25589
|
|
|
24702
25590
|
export interface SendAgentlessOutboundMessageResponse {
|
|
@@ -24707,11 +25595,25 @@ declare namespace Models {
|
|
|
24707
25595
|
"messengerType"?: string;
|
|
24708
25596
|
"textBody"?: string;
|
|
24709
25597
|
"messagingTemplate"?: Models.MessagingTemplateRequest;
|
|
25598
|
+
"useExistingActiveConversation"?: boolean;
|
|
24710
25599
|
"timestamp"?: string;
|
|
24711
25600
|
"selfUri"?: string;
|
|
24712
25601
|
"user"?: Models.AddressableEntityRef;
|
|
24713
25602
|
}
|
|
24714
25603
|
|
|
25604
|
+
export interface SentimentFeedback {
|
|
25605
|
+
"id"?: string;
|
|
25606
|
+
"phrase": string;
|
|
25607
|
+
"dialect": string;
|
|
25608
|
+
"feedbackValue": string;
|
|
25609
|
+
"dateCreated"?: string;
|
|
25610
|
+
"createdBy"?: Models.AddressableEntityRef;
|
|
25611
|
+
}
|
|
25612
|
+
|
|
25613
|
+
export interface SentimentFeedbackEntityListing {
|
|
25614
|
+
"entities"?: Array<Models.SentimentFeedback>;
|
|
25615
|
+
}
|
|
25616
|
+
|
|
24715
25617
|
export interface SequenceSchedule {
|
|
24716
25618
|
"id"?: string;
|
|
24717
25619
|
"name"?: string;
|
|
@@ -24810,6 +25712,11 @@ declare namespace Models {
|
|
|
24810
25712
|
"assignedDate"?: string;
|
|
24811
25713
|
}
|
|
24812
25714
|
|
|
25715
|
+
export interface SetTimeOffLimitValuesRequest {
|
|
25716
|
+
"values"?: Array<Models.TimeOffLimitRange>;
|
|
25717
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
25718
|
+
}
|
|
25719
|
+
|
|
24813
25720
|
export interface SetUuiDataRequest {
|
|
24814
25721
|
"uuiData"?: string;
|
|
24815
25722
|
}
|
|
@@ -24822,6 +25729,10 @@ declare namespace Models {
|
|
|
24822
25729
|
"values"?: Array<Models.RoutePathRequest>;
|
|
24823
25730
|
}
|
|
24824
25731
|
|
|
25732
|
+
export interface SetWrapperString {
|
|
25733
|
+
"values"?: Array<string>;
|
|
25734
|
+
}
|
|
25735
|
+
|
|
24825
25736
|
export interface Share {
|
|
24826
25737
|
"id"?: string;
|
|
24827
25738
|
"name"?: string;
|
|
@@ -25171,6 +26082,7 @@ declare namespace Models {
|
|
|
25171
26082
|
"autoRenewable"?: string;
|
|
25172
26083
|
"addressId"?: Models.SmsAddress;
|
|
25173
26084
|
"shortCodeBillingType"?: string;
|
|
26085
|
+
"provisioningStatus"?: Models.SmsProvisioningStatus;
|
|
25174
26086
|
"selfUri"?: string;
|
|
25175
26087
|
}
|
|
25176
26088
|
|
|
@@ -25202,6 +26114,13 @@ declare namespace Models {
|
|
|
25202
26114
|
"selfUri"?: string;
|
|
25203
26115
|
}
|
|
25204
26116
|
|
|
26117
|
+
export interface SmsProvisioningStatus {
|
|
26118
|
+
"action"?: string;
|
|
26119
|
+
"state"?: string;
|
|
26120
|
+
"error"?: Models.ErrorBody;
|
|
26121
|
+
"version"?: number;
|
|
26122
|
+
}
|
|
26123
|
+
|
|
25205
26124
|
export interface SocialExpression {
|
|
25206
26125
|
"state"?: string;
|
|
25207
26126
|
"id"?: string;
|
|
@@ -25360,6 +26279,7 @@ declare namespace Models {
|
|
|
25360
26279
|
"webRtcMediaDscp"?: number;
|
|
25361
26280
|
"webRtcPersistentEnabled"?: boolean;
|
|
25362
26281
|
"webRtcForceTurn"?: boolean;
|
|
26282
|
+
"webRtcCallAppearances"?: number;
|
|
25363
26283
|
"selfUri"?: string;
|
|
25364
26284
|
}
|
|
25365
26285
|
|
|
@@ -25982,6 +26902,56 @@ declare namespace Models {
|
|
|
25982
26902
|
"hours"?: number;
|
|
25983
26903
|
}
|
|
25984
26904
|
|
|
26905
|
+
export interface TimeOffLimit {
|
|
26906
|
+
"id"?: string;
|
|
26907
|
+
"granularity"?: string;
|
|
26908
|
+
"defaultLimitMinutes"?: number;
|
|
26909
|
+
"metadata"?: Models.WfmVersionedEntityMetadata;
|
|
26910
|
+
"selfUri"?: string;
|
|
26911
|
+
}
|
|
26912
|
+
|
|
26913
|
+
export interface TimeOffLimitListing {
|
|
26914
|
+
"entities"?: Array<Models.TimeOffLimit>;
|
|
26915
|
+
}
|
|
26916
|
+
|
|
26917
|
+
export interface TimeOffLimitRange {
|
|
26918
|
+
"startDate": string;
|
|
26919
|
+
"granularity": string;
|
|
26920
|
+
"limitMinutesPerInterval": Array<number>;
|
|
26921
|
+
}
|
|
26922
|
+
|
|
26923
|
+
export interface TimeOffLimitReference {
|
|
26924
|
+
"id"?: string;
|
|
26925
|
+
"selfUri"?: string;
|
|
26926
|
+
}
|
|
26927
|
+
|
|
26928
|
+
export interface TimeOffLimitValueRange {
|
|
26929
|
+
"timeOffLimit"?: Models.TimeOffLimitReference;
|
|
26930
|
+
"startDate": string;
|
|
26931
|
+
"granularity": string;
|
|
26932
|
+
"limitMinutesPerInterval"?: Array<number>;
|
|
26933
|
+
"allocatedMinutesPerInterval"?: Array<number>;
|
|
26934
|
+
"waitlistedMinutesPerInterval"?: Array<number>;
|
|
26935
|
+
"waitlistedRequestsPerInterval"?: Array<number>;
|
|
26936
|
+
"metadata"?: Models.WfmVersionedEntityMetadata;
|
|
26937
|
+
}
|
|
26938
|
+
|
|
26939
|
+
export interface TimeOffPlan {
|
|
26940
|
+
"id"?: string;
|
|
26941
|
+
"name"?: string;
|
|
26942
|
+
"activityCodeIds"?: Array<string>;
|
|
26943
|
+
"timeOffLimits"?: Array<Models.TimeOffLimitReference>;
|
|
26944
|
+
"autoApprovalRule"?: string;
|
|
26945
|
+
"daysBeforeStartToExpireFromWaitlist"?: number;
|
|
26946
|
+
"active"?: boolean;
|
|
26947
|
+
"metadata"?: Models.WfmVersionedEntityMetadata;
|
|
26948
|
+
"selfUri"?: string;
|
|
26949
|
+
}
|
|
26950
|
+
|
|
26951
|
+
export interface TimeOffPlanListing {
|
|
26952
|
+
"entities"?: Array<Models.TimeOffPlan>;
|
|
26953
|
+
}
|
|
26954
|
+
|
|
25985
26955
|
export interface TimeOffRequest {
|
|
25986
26956
|
"id": string;
|
|
25987
26957
|
"user": Models.UserReference;
|
|
@@ -26027,6 +26997,11 @@ declare namespace Models {
|
|
|
26027
26997
|
"dateRange"?: Models.DateRange;
|
|
26028
26998
|
}
|
|
26029
26999
|
|
|
27000
|
+
export interface TimeOffRequestReference {
|
|
27001
|
+
"id"?: string;
|
|
27002
|
+
"selfUri"?: string;
|
|
27003
|
+
}
|
|
27004
|
+
|
|
26030
27005
|
export interface TimeOffRequestResponse {
|
|
26031
27006
|
"id"?: string;
|
|
26032
27007
|
"user"?: Models.UserReference;
|
|
@@ -26640,6 +27615,7 @@ declare namespace Models {
|
|
|
26640
27615
|
"acdAutoAnswer"?: boolean;
|
|
26641
27616
|
"languagePreference"?: string;
|
|
26642
27617
|
"lastTokenIssued"?: Models.OAuthLastTokenIssued;
|
|
27618
|
+
"dateLastLogin"?: string;
|
|
26643
27619
|
"trustUserDetails"?: Models.TrustUserDetails;
|
|
26644
27620
|
}
|
|
26645
27621
|
|
|
@@ -26944,6 +27920,21 @@ declare namespace Models {
|
|
|
26944
27920
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
26945
27921
|
}
|
|
26946
27922
|
|
|
27923
|
+
export interface UpdateTimeOffLimitRequest {
|
|
27924
|
+
"defaultLimitMinutes"?: number;
|
|
27925
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
27926
|
+
}
|
|
27927
|
+
|
|
27928
|
+
export interface UpdateTimeOffPlanRequest {
|
|
27929
|
+
"name"?: string;
|
|
27930
|
+
"activityCodeIds"?: Models.SetWrapperString;
|
|
27931
|
+
"timeOffLimitIds"?: Models.SetWrapperString;
|
|
27932
|
+
"autoApprovalRule"?: string;
|
|
27933
|
+
"daysBeforeStartToExpireFromWaitlist"?: number;
|
|
27934
|
+
"active"?: boolean;
|
|
27935
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
27936
|
+
}
|
|
27937
|
+
|
|
26947
27938
|
export interface UpdateUser {
|
|
26948
27939
|
"id"?: string;
|
|
26949
27940
|
"name"?: string;
|
|
@@ -27055,6 +28046,7 @@ declare namespace Models {
|
|
|
27055
28046
|
"acdAutoAnswer"?: boolean;
|
|
27056
28047
|
"languagePreference"?: string;
|
|
27057
28048
|
"lastTokenIssued"?: Models.OAuthLastTokenIssued;
|
|
28049
|
+
"dateLastLogin"?: string;
|
|
27058
28050
|
"selfUri"?: string;
|
|
27059
28051
|
}
|
|
27060
28052
|
|
|
@@ -27260,6 +28252,34 @@ declare namespace Models {
|
|
|
27260
28252
|
"selfUri"?: string;
|
|
27261
28253
|
}
|
|
27262
28254
|
|
|
28255
|
+
export interface UserEndDetailEventTopicUserEndEvent {
|
|
28256
|
+
"eventTime"?: number;
|
|
28257
|
+
"conversationId"?: string;
|
|
28258
|
+
"participantId"?: string;
|
|
28259
|
+
"sessionId"?: string;
|
|
28260
|
+
"disconnectType"?: string;
|
|
28261
|
+
"mediaType"?: string;
|
|
28262
|
+
"provider"?: string;
|
|
28263
|
+
"direction"?: string;
|
|
28264
|
+
"ani"?: string;
|
|
28265
|
+
"dnis"?: string;
|
|
28266
|
+
"addressTo"?: string;
|
|
28267
|
+
"addressFrom"?: string;
|
|
28268
|
+
"callbackUserName"?: string;
|
|
28269
|
+
"callbackNumbers"?: Array<string>;
|
|
28270
|
+
"callbackScheduledTime"?: number;
|
|
28271
|
+
"subject"?: string;
|
|
28272
|
+
"messageType"?: string;
|
|
28273
|
+
"userId"?: string;
|
|
28274
|
+
"divisionId"?: string;
|
|
28275
|
+
"queueId"?: string;
|
|
28276
|
+
"interactingDurationMs"?: number;
|
|
28277
|
+
"heldDurationMs"?: number;
|
|
28278
|
+
"alertingDurationMs"?: number;
|
|
28279
|
+
"contactingDurationMs"?: number;
|
|
28280
|
+
"dialingDurationMs"?: number;
|
|
28281
|
+
}
|
|
28282
|
+
|
|
27263
28283
|
export interface UserEntityListing {
|
|
27264
28284
|
"entities"?: Array<Models.User>;
|
|
27265
28285
|
"pageSize"?: number;
|
|
@@ -27375,6 +28395,7 @@ declare namespace Models {
|
|
|
27375
28395
|
"acdAutoAnswer"?: boolean;
|
|
27376
28396
|
"languagePreference"?: string;
|
|
27377
28397
|
"lastTokenIssued"?: Models.OAuthLastTokenIssued;
|
|
28398
|
+
"dateLastLogin"?: string;
|
|
27378
28399
|
"date"?: Models.ServerDate;
|
|
27379
28400
|
"geolocationSettings"?: Models.GeolocationSettings;
|
|
27380
28401
|
"organization"?: Models.Organization;
|
|
@@ -27476,6 +28497,7 @@ declare namespace Models {
|
|
|
27476
28497
|
"modifiedBy"?: string;
|
|
27477
28498
|
"createdBy"?: string;
|
|
27478
28499
|
"memberCount"?: number;
|
|
28500
|
+
"userMemberCount"?: number;
|
|
27479
28501
|
"joinedMemberCount"?: number;
|
|
27480
28502
|
"mediaSettings"?: { [key: string]: Models.MediaSetting; };
|
|
27481
28503
|
"routingRules"?: Array<Models.RoutingRule>;
|
|
@@ -27708,6 +28730,28 @@ declare namespace Models {
|
|
|
27708
28730
|
"pageCount"?: number;
|
|
27709
28731
|
}
|
|
27710
28732
|
|
|
28733
|
+
export interface UserStartDetailEventTopicUserStartEvent {
|
|
28734
|
+
"eventTime"?: number;
|
|
28735
|
+
"conversationId"?: string;
|
|
28736
|
+
"participantId"?: string;
|
|
28737
|
+
"sessionId"?: string;
|
|
28738
|
+
"mediaType"?: string;
|
|
28739
|
+
"provider"?: string;
|
|
28740
|
+
"direction"?: string;
|
|
28741
|
+
"ani"?: string;
|
|
28742
|
+
"dnis"?: string;
|
|
28743
|
+
"addressTo"?: string;
|
|
28744
|
+
"addressFrom"?: string;
|
|
28745
|
+
"callbackUserName"?: string;
|
|
28746
|
+
"callbackNumbers"?: Array<string>;
|
|
28747
|
+
"callbackScheduledTime"?: number;
|
|
28748
|
+
"subject"?: string;
|
|
28749
|
+
"messageType"?: string;
|
|
28750
|
+
"userId"?: string;
|
|
28751
|
+
"divisionId"?: string;
|
|
28752
|
+
"queueId"?: string;
|
|
28753
|
+
}
|
|
28754
|
+
|
|
27711
28755
|
export interface UserState {
|
|
27712
28756
|
"state"?: string;
|
|
27713
28757
|
"version"?: number;
|
|
@@ -27746,6 +28790,12 @@ declare namespace Models {
|
|
|
27746
28790
|
"lastAssociatedStation"?: Models.UserStation;
|
|
27747
28791
|
}
|
|
27748
28792
|
|
|
28793
|
+
export interface UserTimeOffRequestReference {
|
|
28794
|
+
"id"?: string;
|
|
28795
|
+
"user": Models.UserReference;
|
|
28796
|
+
"selfUri"?: string;
|
|
28797
|
+
}
|
|
28798
|
+
|
|
27749
28799
|
export interface UserTokensTopicTokenNotification {
|
|
27750
28800
|
"user"?: Models.UserTokensTopicUriReference;
|
|
27751
28801
|
"ipAddress"?: string;
|
|
@@ -27980,6 +29030,20 @@ declare namespace Models {
|
|
|
27980
29030
|
"isAgentOwnedCallback"?: boolean;
|
|
27981
29031
|
"agentCallbackOwnerIds"?: Array<string>;
|
|
27982
29032
|
"transcriptTopics"?: Array<Models.TranscriptTopics>;
|
|
29033
|
+
"journeyFrequencyCapReasons"?: Array<string>;
|
|
29034
|
+
"journeyBlockingActionMapIds"?: Array<string>;
|
|
29035
|
+
"journeyActionTargetIds"?: Array<string>;
|
|
29036
|
+
"journeyBlockingScheduleGroupIds"?: Array<string>;
|
|
29037
|
+
"journeyBlockingEmergencyScheduleGroupIds"?: Array<string>;
|
|
29038
|
+
"journeyUrlEqualConditions"?: Array<string>;
|
|
29039
|
+
"journeyUrlNotEqualConditions"?: Array<string>;
|
|
29040
|
+
"journeyUrlStartsWithConditions"?: Array<string>;
|
|
29041
|
+
"journeyUrlEndsWithConditions"?: Array<string>;
|
|
29042
|
+
"journeyUrlContainsAnyConditions"?: Array<string>;
|
|
29043
|
+
"journeyUrlNotContainsAnyConditions"?: Array<string>;
|
|
29044
|
+
"journeyUrlContainsAllConditions"?: Array<string>;
|
|
29045
|
+
"journeyUrlNotContainsAllConditions"?: Array<string>;
|
|
29046
|
+
"flowMilestoneIds"?: Array<string>;
|
|
27983
29047
|
}
|
|
27984
29048
|
|
|
27985
29049
|
export interface VisibilityCondition {
|
|
@@ -28005,6 +29069,23 @@ declare namespace Models {
|
|
|
28005
29069
|
"date"?: string;
|
|
28006
29070
|
}
|
|
28007
29071
|
|
|
29072
|
+
export interface VoicemailEndDetailEventTopicVoicemailEndEvent {
|
|
29073
|
+
"eventTime"?: number;
|
|
29074
|
+
"conversationId"?: string;
|
|
29075
|
+
"participantId"?: string;
|
|
29076
|
+
"sessionId"?: string;
|
|
29077
|
+
"disconnectType"?: string;
|
|
29078
|
+
"mediaType"?: string;
|
|
29079
|
+
"provider"?: string;
|
|
29080
|
+
"direction"?: string;
|
|
29081
|
+
"ani"?: string;
|
|
29082
|
+
"dnis"?: string;
|
|
29083
|
+
"userId"?: string;
|
|
29084
|
+
"queueId"?: string;
|
|
29085
|
+
"divisionId"?: string;
|
|
29086
|
+
"voicemailDurationMs"?: number;
|
|
29087
|
+
}
|
|
29088
|
+
|
|
28008
29089
|
export interface VoicemailGroupPolicy {
|
|
28009
29090
|
"name"?: string;
|
|
28010
29091
|
"group"?: Models.Group;
|
|
@@ -28135,6 +29216,21 @@ declare namespace Models {
|
|
|
28135
29216
|
"query"?: Array<Models.VoicemailSearchCriteria>;
|
|
28136
29217
|
}
|
|
28137
29218
|
|
|
29219
|
+
export interface VoicemailStartDetailEventTopicVoicemailStartEvent {
|
|
29220
|
+
"eventTime"?: number;
|
|
29221
|
+
"conversationId"?: string;
|
|
29222
|
+
"participantId"?: string;
|
|
29223
|
+
"sessionId"?: string;
|
|
29224
|
+
"mediaType"?: string;
|
|
29225
|
+
"provider"?: string;
|
|
29226
|
+
"direction"?: string;
|
|
29227
|
+
"ani"?: string;
|
|
29228
|
+
"dnis"?: string;
|
|
29229
|
+
"userId"?: string;
|
|
29230
|
+
"queueId"?: string;
|
|
29231
|
+
"divisionId"?: string;
|
|
29232
|
+
}
|
|
29233
|
+
|
|
28138
29234
|
export interface VoicemailUserPolicy {
|
|
28139
29235
|
"enabled"?: boolean;
|
|
28140
29236
|
"alertTimeoutSeconds"?: number;
|
|
@@ -28155,6 +29251,17 @@ declare namespace Models {
|
|
|
28155
29251
|
"results": Array<Models.VoicemailMessage>;
|
|
28156
29252
|
}
|
|
28157
29253
|
|
|
29254
|
+
export interface WaitlistPosition {
|
|
29255
|
+
"timeOffRequest"?: Models.TimeOffRequestReference;
|
|
29256
|
+
"timeOffLimit"?: Models.TimeOffLimitReference;
|
|
29257
|
+
"date"?: string;
|
|
29258
|
+
"waitlistPosition"?: number;
|
|
29259
|
+
}
|
|
29260
|
+
|
|
29261
|
+
export interface WaitlistPositionListing {
|
|
29262
|
+
"entities"?: Array<Models.WaitlistPosition>;
|
|
29263
|
+
}
|
|
29264
|
+
|
|
28158
29265
|
export interface WebChatConfig {
|
|
28159
29266
|
"webChatSkin"?: string;
|
|
28160
29267
|
}
|
|
@@ -28647,6 +29754,7 @@ declare namespace Models {
|
|
|
28647
29754
|
"schedulingCanceledBy"?: Models.WfmBuScheduleRunTopicUserReference;
|
|
28648
29755
|
"schedulingCompletedTime"?: string;
|
|
28649
29756
|
"messageCount"?: number;
|
|
29757
|
+
"messageSeverityCounts"?: Array<Models.WfmBuScheduleRunTopicSchedulerMessageSeverityCount>;
|
|
28650
29758
|
}
|
|
28651
29759
|
|
|
28652
29760
|
export interface WfmBuScheduleRunTopicBuSchedulingRunProgressNotification {
|
|
@@ -28655,6 +29763,11 @@ declare namespace Models {
|
|
|
28655
29763
|
"result"?: Models.WfmBuScheduleRunTopicBuScheduleRun;
|
|
28656
29764
|
}
|
|
28657
29765
|
|
|
29766
|
+
export interface WfmBuScheduleRunTopicSchedulerMessageSeverityCount {
|
|
29767
|
+
"severity"?: string;
|
|
29768
|
+
"count"?: number;
|
|
29769
|
+
}
|
|
29770
|
+
|
|
28658
29771
|
export interface WfmBuScheduleRunTopicUserReference {
|
|
28659
29772
|
"id"?: string;
|
|
28660
29773
|
}
|
|
@@ -28677,6 +29790,7 @@ declare namespace Models {
|
|
|
28677
29790
|
"failed"?: boolean;
|
|
28678
29791
|
"runId"?: string;
|
|
28679
29792
|
"messageCount"?: number;
|
|
29793
|
+
"messageSeverityCounts"?: Array<Models.WfmBuScheduleTopicSchedulerMessageSeverityCount>;
|
|
28680
29794
|
}
|
|
28681
29795
|
|
|
28682
29796
|
export interface WfmBuScheduleTopicBuScheduleMetadata {
|
|
@@ -28707,6 +29821,11 @@ declare namespace Models {
|
|
|
28707
29821
|
"id"?: string;
|
|
28708
29822
|
}
|
|
28709
29823
|
|
|
29824
|
+
export interface WfmBuScheduleTopicSchedulerMessageSeverityCount {
|
|
29825
|
+
"severity"?: string;
|
|
29826
|
+
"count"?: number;
|
|
29827
|
+
}
|
|
29828
|
+
|
|
28710
29829
|
export interface WfmBuScheduleTopicUserReference {
|
|
28711
29830
|
"id"?: string;
|
|
28712
29831
|
}
|
|
@@ -29137,6 +30256,12 @@ declare namespace Models {
|
|
|
29137
30256
|
"status"?: string;
|
|
29138
30257
|
}
|
|
29139
30258
|
|
|
30259
|
+
export interface WfmScheduleActivity {
|
|
30260
|
+
"userReference"?: Models.UserReference;
|
|
30261
|
+
"activities"?: Array<Models.ScheduleActivity>;
|
|
30262
|
+
"fullDayTimeOffMarkers"?: Array<Models.FullDayTimeOffMarker>;
|
|
30263
|
+
}
|
|
30264
|
+
|
|
29140
30265
|
export interface WfmScheduleReference {
|
|
29141
30266
|
"id": string;
|
|
29142
30267
|
"businessUnit": Models.WfmBusinessUnitReference;
|
|
@@ -29690,11 +30815,13 @@ declare namespace Models {
|
|
|
29690
30815
|
export interface WorkdayValuesTrend {
|
|
29691
30816
|
"dateStartWorkday"?: string;
|
|
29692
30817
|
"dateEndWorkday"?: string;
|
|
30818
|
+
"dateReferenceWorkday"?: string;
|
|
29693
30819
|
"division"?: Models.Division;
|
|
29694
30820
|
"user"?: Models.UserReference;
|
|
29695
30821
|
"timezone"?: string;
|
|
29696
30822
|
"results"?: Array<Models.WorkdayValuesMetricItem>;
|
|
29697
30823
|
"performanceProfile"?: Models.AddressableEntityRef;
|
|
30824
|
+
"metric"?: Models.AddressableEntityRef;
|
|
29698
30825
|
}
|
|
29699
30826
|
|
|
29700
30827
|
export interface WorkdayValuesTrendItem {
|