purecloud-platform-client-v2 158.0.0 → 160.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +637 -185
  3. package/dist/web-amd/purecloud-platform-client-v2.js +637 -185
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +637 -185
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +7146 -481
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +444 -169
  9. package/package.json +3 -2
  10. package/src/purecloud-platform-client-v2/ApiClient.js +16 -4
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +27 -2
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +107 -0
  34. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/JourneyApi.js +95 -1
  36. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +2 -3
  37. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LearningApi.js +55 -1
  40. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +13 -5
  45. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OutboundApi.js +60 -1
  50. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/QualityApi.js +5 -4
  53. package/src/purecloud-platform-client-v2/api/RecordingApi.js +2 -102
  54. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/RoutingApi.js +38 -3
  56. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SearchApi.js +26 -1
  59. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +76 -1
  60. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +3 -2
  65. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/UsersApi.js +32 -1
  71. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +26 -1
  78. package/src/purecloud-platform-client-v2/index.js +7 -1
package/index.d.ts CHANGED
@@ -1154,6 +1154,7 @@ declare class ConversationsApi {
1154
1154
  postConversationsMessagingIntegrationsTwitter(body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
1155
1155
  postConversationsMessagingIntegrationsWhatsapp(body: Models.WhatsAppIntegrationRequest): Promise<Models.WhatsAppIntegration>;
1156
1156
  postConversationsMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
1157
+ postConversationsParticipantsAttributesSearch(body: Models.ConversationParticipantSearchRequest): Promise<Models.JsonCursorSearchResponse>;
1157
1158
  putConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
1158
1159
  putConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
1159
1160
  putConversationTags(conversationId: string, body: Models.ConversationTagsUpdate): Promise<string>;
@@ -1831,6 +1832,24 @@ declare class IdentityProviderApi {
1831
1832
  declare namespace IdentityProviderApi {
1832
1833
  }
1833
1834
 
1835
+ declare class InfrastructureAsCodeApi {
1836
+ getInfrastructureascodeJob(jobId: string, opts?: InfrastructureAsCodeApi.getInfrastructureascodeJobOptions): Promise<Models.InfrastructureascodeJob>;
1837
+ getInfrastructureascodeJobs(opts?: InfrastructureAsCodeApi.getInfrastructureascodeJobsOptions): Promise<Models.InfrastructureascodeJob>;
1838
+ postInfrastructureascodeJobs(body: Models.AcceleratorInput): Promise<Models.InfrastructureascodeJob>;
1839
+ }
1840
+
1841
+ declare namespace InfrastructureAsCodeApi {
1842
+ export interface getInfrastructureascodeJobOptions {
1843
+ "details"?: boolean;
1844
+ }
1845
+ export interface getInfrastructureascodeJobsOptions {
1846
+ "maxResults"?: number;
1847
+ "includeErrors"?: boolean;
1848
+ "sortBy"?: string;
1849
+ "sortOrder"?: string;
1850
+ }
1851
+ }
1852
+
1834
1853
  declare class IntegrationsApi {
1835
1854
  deleteIntegration(integrationId: string): Promise<Models.Integration>;
1836
1855
  deleteIntegrationsAction(actionId: string): Promise<void>;
@@ -2055,6 +2074,7 @@ declare class JourneyApi {
2055
2074
  deleteJourneyActionmap(actionMapId: string): Promise<void>;
2056
2075
  deleteJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.deleteJourneyActiontemplateOptions): Promise<void>;
2057
2076
  deleteJourneyOutcome(outcomeId: string): Promise<void>;
2077
+ deleteJourneyOutcomesPredictor(predictorId: string): Promise<void>;
2058
2078
  deleteJourneySegment(segmentId: string): Promise<void>;
2059
2079
  getJourneyActionmap(actionMapId: string): Promise<Models.ActionMap>;
2060
2080
  getJourneyActionmaps(opts?: JourneyApi.getJourneyActionmapsOptions): Promise<Models.ActionMapListing>;
@@ -2066,6 +2086,8 @@ declare class JourneyApi {
2066
2086
  getJourneyActiontemplates(opts?: JourneyApi.getJourneyActiontemplatesOptions): Promise<Models.ActionTemplateListing>;
2067
2087
  getJourneyOutcome(outcomeId: string): Promise<Models.Outcome>;
2068
2088
  getJourneyOutcomes(opts?: JourneyApi.getJourneyOutcomesOptions): Promise<Models.OutcomeListing>;
2089
+ getJourneyOutcomesPredictor(predictorId: string): Promise<Models.OutcomePredictor>;
2090
+ getJourneyOutcomesPredictors(): Promise<Models.OutcomePredictorListing>;
2069
2091
  getJourneySegment(segmentId: string): Promise<Models.JourneySegment>;
2070
2092
  getJourneySegments(opts?: JourneyApi.getJourneySegmentsOptions): Promise<Models.SegmentListing>;
2071
2093
  getJourneySession(sessionId: string): Promise<Models.Session>;
@@ -2080,6 +2102,7 @@ declare class JourneyApi {
2080
2102
  postJourneyActionmapsEstimatesJobs(body: Models.ActionMapEstimateRequest): Promise<Models.EstimateJobAsyncResponse>;
2081
2103
  postJourneyActiontemplates(opts?: JourneyApi.postJourneyActiontemplatesOptions): Promise<Models.ActionTemplate>;
2082
2104
  postJourneyOutcomes(opts?: JourneyApi.postJourneyOutcomesOptions): Promise<Models.Outcome>;
2105
+ postJourneyOutcomesPredictors(opts?: JourneyApi.postJourneyOutcomesPredictorsOptions): Promise<Models.OutcomePredictor>;
2083
2106
  postJourneySegments(opts?: JourneyApi.postJourneySegmentsOptions): Promise<Models.JourneySegment>;
2084
2107
  }
2085
2108
 
@@ -2151,6 +2174,9 @@ declare namespace JourneyApi {
2151
2174
  export interface postJourneyOutcomesOptions {
2152
2175
  "body"?: Models.Outcome;
2153
2176
  }
2177
+ export interface postJourneyOutcomesPredictorsOptions {
2178
+ "body"?: Models.OutcomePredictorRequest;
2179
+ }
2154
2180
  export interface postJourneySegmentsOptions {
2155
2181
  "body"?: Models.JourneySegment;
2156
2182
  }
@@ -2245,7 +2271,6 @@ declare namespace KnowledgeApi {
2245
2271
  }
2246
2272
  export interface getKnowledgeGuestSessionDocumentsOptions {
2247
2273
  "categoryId"?: Array<string>;
2248
- "includeSubcategories"?: boolean;
2249
2274
  "pageSize"?: number;
2250
2275
  }
2251
2276
  export interface getKnowledgeKnowledgebaseCategoriesOptions {
@@ -2499,6 +2524,7 @@ declare class LearningApi {
2499
2524
  getLearningModulesAssignments(userIds: Array<string>, opts?: LearningApi.getLearningModulesAssignmentsOptions): Promise<Models.AssignedLearningModuleDomainEntityListing>;
2500
2525
  getLearningModulesCoverartCoverArtId(coverArtId: string): Promise<Models.LearningModuleCoverArtResponse>;
2501
2526
  patchLearningAssignment(assignmentId: string, opts?: LearningApi.patchLearningAssignmentOptions): Promise<Models.LearningAssignment>;
2527
+ patchLearningAssignmentReschedule(assignmentId: string, opts?: LearningApi.patchLearningAssignmentRescheduleOptions): Promise<Models.LearningAssignment>;
2502
2528
  postLearningAssessmentsScoring(body: Models.LearningAssessmentScoringRequest): Promise<Models.AssessmentScoringSet>;
2503
2529
  postLearningAssignmentReassign(assignmentId: string): Promise<Models.LearningAssignment>;
2504
2530
  postLearningAssignmentReset(assignmentId: string): Promise<Models.LearningAssignment>;
@@ -2510,6 +2536,7 @@ declare class LearningApi {
2510
2536
  postLearningModulePublish(moduleId: string): Promise<Models.LearningModulePublishResponse>;
2511
2537
  postLearningModules(body: Models.LearningModuleRequest): Promise<Models.LearningModule>;
2512
2538
  postLearningRulesQuery(pageSize: number, pageNumber: number, body: Models.LearningAssignmentUserQuery): Promise<Models.LearningAssignmentUserListing>;
2539
+ postLearningScheduleslotsQuery(body: Models.LearningScheduleSlotsQueryRequest): Promise<Models.LearningScheduleSlotsQueryResponse>;
2513
2540
  putLearningModule(moduleId: string, body: Models.LearningModuleRequest): Promise<Models.LearningModule>;
2514
2541
  putLearningModuleRule(moduleId: string, body: Models.LearningModuleRule): Promise<Models.LearningModuleRule>;
2515
2542
  }
@@ -2580,6 +2607,9 @@ declare namespace LearningApi {
2580
2607
  export interface patchLearningAssignmentOptions {
2581
2608
  "body"?: Models.LearningAssignmentUpdate;
2582
2609
  }
2610
+ export interface patchLearningAssignmentRescheduleOptions {
2611
+ "body"?: Models.LearningAssignmentReschedule;
2612
+ }
2583
2613
  export interface postLearningAssignmentsOptions {
2584
2614
  "body"?: Models.LearningAssignmentCreate;
2585
2615
  }
@@ -2685,9 +2715,9 @@ declare class NotificationsApi {
2685
2715
  getNotificationsChannelSubscriptions(channelId: string): Promise<Models.ChannelTopicEntityListing>;
2686
2716
  getNotificationsChannels(opts?: NotificationsApi.getNotificationsChannelsOptions): Promise<Models.ChannelEntityListing>;
2687
2717
  headNotificationsChannel(channelId: string): Promise<void>;
2688
- postNotificationsChannelSubscriptions(channelId: string, body: Array<Models.ChannelTopic>): Promise<Models.ChannelTopicEntityListing>;
2718
+ postNotificationsChannelSubscriptions(channelId: string, body: Array<Models.ChannelTopic>, opts?: NotificationsApi.postNotificationsChannelSubscriptionsOptions): Promise<Models.ChannelTopicEntityListing>;
2689
2719
  postNotificationsChannels(): Promise<Models.Channel>;
2690
- putNotificationsChannelSubscriptions(channelId: string, body: Array<Models.ChannelTopic>): Promise<Models.ChannelTopicEntityListing>;
2720
+ putNotificationsChannelSubscriptions(channelId: string, body: Array<Models.ChannelTopic>, opts?: NotificationsApi.putNotificationsChannelSubscriptionsOptions): Promise<Models.ChannelTopicEntityListing>;
2691
2721
  }
2692
2722
 
2693
2723
  declare namespace NotificationsApi {
@@ -2698,6 +2728,12 @@ declare namespace NotificationsApi {
2698
2728
  export interface getNotificationsChannelsOptions {
2699
2729
  "includechannels"?: string;
2700
2730
  }
2731
+ export interface postNotificationsChannelSubscriptionsOptions {
2732
+ "ignoreErrors"?: boolean;
2733
+ }
2734
+ export interface putNotificationsChannelSubscriptionsOptions {
2735
+ "ignoreErrors"?: boolean;
2736
+ }
2701
2737
  }
2702
2738
 
2703
2739
  declare class OAuthApi {
@@ -2906,6 +2942,7 @@ declare class OutboundApi {
2906
2942
  deleteOutboundContactlists(id: Array<string>): Promise<void>;
2907
2943
  deleteOutboundDigitalruleset(digitalRuleSetId: string): Promise<void>;
2908
2944
  deleteOutboundDnclist(dncListId: string): Promise<void>;
2945
+ deleteOutboundDnclistCustomexclusioncolumns(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistCustomexclusioncolumnsOptions): Promise<void>;
2909
2946
  deleteOutboundDnclistEmailaddresses(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistEmailaddressesOptions): Promise<void>;
2910
2947
  deleteOutboundDnclistPhonenumbers(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistPhonenumbersOptions): Promise<void>;
2911
2948
  deleteOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
@@ -2974,6 +3011,7 @@ declare class OutboundApi {
2974
3011
  getOutboundSequences(opts?: OutboundApi.getOutboundSequencesOptions): Promise<Models.CampaignSequenceEntityListing>;
2975
3012
  getOutboundSettings(): Promise<Models.OutboundSettings>;
2976
3013
  getOutboundWrapupcodemappings(): Promise<Models.WrapUpCodeMapping>;
3014
+ patchOutboundDnclistCustomexclusioncolumns(dncListId: string, body: Models.DncPatchCustomExclusionColumnsRequest): Promise<void>;
2977
3015
  patchOutboundDnclistEmailaddresses(dncListId: string, body: Models.DncPatchEmailsRequest): Promise<void>;
2978
3016
  patchOutboundDnclistPhonenumbers(dncListId: string, body: Models.DncPatchPhoneNumbersRequest): Promise<void>;
2979
3017
  patchOutboundSettings(body: Models.OutboundSettings): Promise<void>;
@@ -3025,6 +3063,9 @@ declare class OutboundApi {
3025
3063
  }
3026
3064
 
3027
3065
  declare namespace OutboundApi {
3066
+ export interface deleteOutboundDnclistCustomexclusioncolumnsOptions {
3067
+ "expiredOnly"?: boolean;
3068
+ }
3028
3069
  export interface deleteOutboundDnclistEmailaddressesOptions {
3029
3070
  "expiredOnly"?: boolean;
3030
3071
  }
@@ -3441,6 +3482,7 @@ declare namespace QualityApi {
3441
3482
  "conversationId"?: string;
3442
3483
  "agentUserId"?: string;
3443
3484
  "evaluatorUserId"?: string;
3485
+ "assigneeUserId"?: string;
3444
3486
  "queueId"?: string;
3445
3487
  "startTime"?: string;
3446
3488
  "endTime"?: string;
@@ -3564,8 +3606,6 @@ declare class RecordingApi {
3564
3606
  getRecordingJobs(opts?: RecordingApi.getRecordingJobsOptions): Promise<Models.RecordingJobEntityListing>;
3565
3607
  getRecordingKeyconfiguration(keyConfigurationId: string): Promise<Models.RecordingEncryptionConfiguration>;
3566
3608
  getRecordingKeyconfigurations(): Promise<Models.RecordingEncryptionConfigurationListing>;
3567
- getRecordingLocalkeysSetting(settingsId: string): Promise<Models.LocalEncryptionConfiguration>;
3568
- getRecordingLocalkeysSettings(): Promise<Models.LocalEncryptionConfigurationListing>;
3569
3609
  getRecordingMediaretentionpolicies(opts?: RecordingApi.getRecordingMediaretentionpoliciesOptions): Promise<Models.PolicyEntityListing>;
3570
3610
  getRecordingMediaretentionpolicy(policyId: string): Promise<Models.Policy>;
3571
3611
  getRecordingRecordingkeys(opts?: RecordingApi.getRecordingRecordingkeysOptions): Promise<Models.EncryptionKeyEntityListing>;
@@ -3584,7 +3624,6 @@ declare class RecordingApi {
3584
3624
  postRecordingKeyconfigurations(body: Models.RecordingEncryptionConfiguration): Promise<Models.RecordingEncryptionConfiguration>;
3585
3625
  postRecordingKeyconfigurationsValidate(body: Models.RecordingEncryptionConfiguration): Promise<Models.RecordingEncryptionConfiguration>;
3586
3626
  postRecordingLocalkeys(body: Models.LocalEncryptionKeyRequest): Promise<Models.EncryptionKey>;
3587
- postRecordingLocalkeysSettings(body: Models.LocalEncryptionConfiguration): Promise<Models.LocalEncryptionConfiguration>;
3588
3627
  postRecordingMediaretentionpolicies(body: Models.PolicyCreate): Promise<Models.Policy>;
3589
3628
  postRecordingRecordingkeys(): Promise<Models.EncryptionKey>;
3590
3629
  postRecordingUploadsReports(body: Models.RecordingUploadReportRequest): Promise<Models.RecordingUploadReport>;
@@ -3597,7 +3636,6 @@ declare class RecordingApi {
3597
3636
  putRecordingCrossplatformMediaretentionpolicy(policyId: string, body: Models.CrossPlatformPolicy): Promise<Models.CrossPlatformPolicy>;
3598
3637
  putRecordingJob(jobId: string, body: Models.ExecuteRecordingJobsQuery): Promise<Models.RecordingJob>;
3599
3638
  putRecordingKeyconfiguration(keyConfigurationId: string, body: Models.RecordingEncryptionConfiguration): Promise<Models.RecordingEncryptionConfiguration>;
3600
- putRecordingLocalkeysSetting(settingsId: string, body: Models.LocalEncryptionConfiguration): Promise<Models.LocalEncryptionConfiguration>;
3601
3639
  putRecordingMediaretentionpolicy(policyId: string, body: Models.Policy): Promise<Models.Policy>;
3602
3640
  putRecordingRecordingkeysRotationschedule(body: Models.KeyRotationSchedule): Promise<Models.KeyRotationSchedule>;
3603
3641
  putRecordingSettings(body: Models.RecordingSettings): Promise<Models.RecordingSettings>;
@@ -3825,7 +3863,7 @@ declare class RoutingApi {
3825
3863
  getRoutingSmsAddress(addressId: string): Promise<Models.SmsAddress>;
3826
3864
  getRoutingSmsAddresses(opts?: RoutingApi.getRoutingSmsAddressesOptions): Promise<Models.SmsAddressEntityListing>;
3827
3865
  getRoutingSmsAvailablephonenumbers(countryCode: string, phoneNumberType: string, opts?: RoutingApi.getRoutingSmsAvailablephonenumbersOptions): Promise<Models.SMSAvailablePhoneNumberEntityListing>;
3828
- getRoutingSmsPhonenumber(addressId: string): Promise<Models.SmsPhoneNumber>;
3866
+ getRoutingSmsPhonenumber(addressId: string, opts?: RoutingApi.getRoutingSmsPhonenumberOptions): Promise<Models.SmsPhoneNumber>;
3829
3867
  getRoutingSmsPhonenumbers(opts?: RoutingApi.getRoutingSmsPhonenumbersOptions): Promise<Models.SmsPhoneNumberEntityListing>;
3830
3868
  getRoutingUserUtilization(userId: string): Promise<Models.AgentMaxUtilization>;
3831
3869
  getRoutingUtilization(): Promise<Models.Utilization>;
@@ -3834,6 +3872,7 @@ declare class RoutingApi {
3834
3872
  getUserQueues(userId: string, opts?: RoutingApi.getUserQueuesOptions): Promise<Models.UserQueueEntityListing>;
3835
3873
  getUserRoutinglanguages(userId: string, opts?: RoutingApi.getUserRoutinglanguagesOptions): Promise<Models.UserLanguageEntityListing>;
3836
3874
  getUserRoutingskills(userId: string, opts?: RoutingApi.getUserRoutingskillsOptions): Promise<Models.UserSkillEntityListing>;
3875
+ getUserSkillgroups(userId: string, opts?: RoutingApi.getUserSkillgroupsOptions): Promise<Models.UserSkillGroupEntityListing>;
3837
3876
  patchRoutingConversation(conversationId: string, body: Models.RoutingConversationAttributesRequest): Promise<Models.RoutingConversationAttributesResponse>;
3838
3877
  patchRoutingEmailDomain(domainId: string, body: Models.InboundDomainPatchRequest): Promise<Models.InboundDomain>;
3839
3878
  patchRoutingEmailDomainValidate(domainId: string, body: Models.InboundDomainPatchRequest): Promise<Models.InboundDomain>;
@@ -4027,6 +4066,9 @@ declare namespace RoutingApi {
4027
4066
  "pattern"?: string;
4028
4067
  "addressRequirement"?: string;
4029
4068
  }
4069
+ export interface getRoutingSmsPhonenumberOptions {
4070
+ "expand"?: string;
4071
+ }
4030
4072
  export interface getRoutingSmsPhonenumbersOptions {
4031
4073
  "phoneNumber"?: string;
4032
4074
  "phoneNumberType"?: Array<string>;
@@ -4061,6 +4103,11 @@ declare namespace RoutingApi {
4061
4103
  "pageNumber"?: number;
4062
4104
  "sortOrder"?: string;
4063
4105
  }
4106
+ export interface getUserSkillgroupsOptions {
4107
+ "pageSize"?: number;
4108
+ "after"?: string;
4109
+ "before"?: string;
4110
+ }
4064
4111
  export interface patchRoutingPredictorOptions {
4065
4112
  "body"?: Models.PatchPredictorRequest;
4066
4113
  }
@@ -4315,6 +4362,7 @@ declare class SearchApi {
4315
4362
  getUsersSearch(q64: string, opts?: SearchApi.getUsersSearchOptions): Promise<Models.UsersSearchResponse>;
4316
4363
  getVoicemailSearch(q64: string, opts?: SearchApi.getVoicemailSearchOptions): Promise<Models.VoicemailsSearchResponse>;
4317
4364
  postAnalyticsConversationsTranscriptsQuery(body: Models.TranscriptConversationDetailSearchRequest): Promise<Models.AnalyticsConversationWithoutAttributesMultiGetResponse>;
4365
+ postConversationsParticipantsAttributesSearch(body: Models.ConversationParticipantSearchRequest): Promise<Models.JsonCursorSearchResponse>;
4318
4366
  postDocumentationGknSearch(body: Models.GKNDocumentationSearchRequest): Promise<Models.GKNDocumentationSearchResponse>;
4319
4367
  postDocumentationSearch(body: Models.DocumentationSearchRequest): Promise<Models.DocumentationSearchResponse>;
4320
4368
  postGroupsSearch(body: Models.GroupSearchRequest): Promise<Models.GroupsSearchResponse>;
@@ -4371,10 +4419,12 @@ declare class SpeechTextAnalyticsApi {
4371
4419
  getSpeechandtextanalyticsConversationCommunicationTranscripturl(conversationId: string, communicationId: string): Promise<Models.TranscriptUrl>;
4372
4420
  getSpeechandtextanalyticsProgram(programId: string): Promise<Models.Program>;
4373
4421
  getSpeechandtextanalyticsProgramMappings(programId: string): Promise<Models.ProgramMappings>;
4422
+ getSpeechandtextanalyticsProgramTranscriptionengines(programId: string): Promise<Models.ProgramTranscriptionEngines>;
4374
4423
  getSpeechandtextanalyticsPrograms(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsOptions): Promise<Models.ProgramsEntityListing>;
4375
4424
  getSpeechandtextanalyticsProgramsGeneralJob(jobId: string): Promise<Models.GeneralProgramJob>;
4376
4425
  getSpeechandtextanalyticsProgramsMappings(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsMappingsOptions): Promise<Models.ProgramsMappingsEntityListing>;
4377
4426
  getSpeechandtextanalyticsProgramsPublishjob(jobId: string): Promise<Models.ProgramJob>;
4427
+ getSpeechandtextanalyticsProgramsTranscriptionenginesDialects(): Promise<Models.SupportedDialectsEntityListing>;
4378
4428
  getSpeechandtextanalyticsProgramsUnpublished(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsUnpublishedOptions): Promise<Models.UnpublishedProgramsEntityListing>;
4379
4429
  getSpeechandtextanalyticsSentimentDialects(): Promise<Models.EntityListing>;
4380
4430
  getSpeechandtextanalyticsSentimentfeedback(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsSentimentfeedbackOptions): Promise<Models.SentimentFeedbackEntityListing>;
@@ -4394,6 +4444,7 @@ declare class SpeechTextAnalyticsApi {
4394
4444
  postSpeechandtextanalyticsTranscriptsSearch(body: Models.TranscriptSearchRequest): Promise<Models.JsonSearchResponse>;
4395
4445
  putSpeechandtextanalyticsProgram(programId: string, body: Models.ProgramRequest): Promise<Models.Program>;
4396
4446
  putSpeechandtextanalyticsProgramMappings(programId: string, body: Models.ProgramMappingsRequest): Promise<Models.ProgramMappings>;
4447
+ putSpeechandtextanalyticsProgramTranscriptionengines(programId: string, body: Models.TranscriptionEnginesRequest): Promise<Models.ProgramTranscriptionEngines>;
4397
4448
  putSpeechandtextanalyticsSettings(body: Models.SpeechTextAnalyticsSettingsRequest): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
4398
4449
  putSpeechandtextanalyticsTopic(topicId: string, body: Models.TopicRequest): Promise<Models.Topic>;
4399
4450
  }
@@ -4699,6 +4750,7 @@ declare namespace TelephonyProvidersEdgeApi {
4699
4750
  "edgeGroupId"?: string;
4700
4751
  "sortBy"?: string;
4701
4752
  "managed"?: boolean;
4753
+ "showCloudMedia"?: boolean;
4702
4754
  }
4703
4755
  export interface getTelephonyProvidersEdgesDidpoolsOptions {
4704
4756
  "pageSize"?: number;
@@ -4971,6 +5023,7 @@ declare class UsersApi {
4971
5023
  getUserRoutinglanguages(userId: string, opts?: UsersApi.getUserRoutinglanguagesOptions): Promise<Models.UserLanguageEntityListing>;
4972
5024
  getUserRoutingskills(userId: string, opts?: UsersApi.getUserRoutingskillsOptions): Promise<Models.UserSkillEntityListing>;
4973
5025
  getUserRoutingstatus(userId: string): Promise<Models.RoutingStatus>;
5026
+ getUserSkillgroups(userId: string, opts?: UsersApi.getUserSkillgroupsOptions): Promise<Models.UserSkillGroupEntityListing>;
4974
5027
  getUserState(userId: string): Promise<Models.UserState>;
4975
5028
  getUserStation(userId: string): Promise<Models.UserStations>;
4976
5029
  getUserSuperiors(userId: string, opts?: UsersApi.getUserSuperiorsOptions): Promise<Array<Models.User>>;
@@ -5083,6 +5136,11 @@ declare namespace UsersApi {
5083
5136
  "pageNumber"?: number;
5084
5137
  "sortOrder"?: string;
5085
5138
  }
5139
+ export interface getUserSkillgroupsOptions {
5140
+ "pageSize"?: number;
5141
+ "after"?: string;
5142
+ "before"?: string;
5143
+ }
5086
5144
  export interface getUserSuperiorsOptions {
5087
5145
  "expand"?: Array<string>;
5088
5146
  }
@@ -5425,6 +5483,7 @@ declare class WorkforceManagementApi {
5425
5483
  postWorkforcemanagementAdherenceHistoricalBulk(opts?: WorkforceManagementApi.postWorkforcemanagementAdherenceHistoricalBulkOptions): Promise<Models.WfmHistoricalAdherenceBulkResponse>;
5426
5484
  postWorkforcemanagementAgentAdherenceExplanations(agentId: string, body: Models.AddAdherenceExplanationAdminRequest): Promise<Models.AdherenceExplanationAsyncResponse>;
5427
5485
  postWorkforcemanagementAgentAdherenceExplanationsQuery(agentId: string, body: Models.AgentQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentAdherenceExplanationsQueryOptions): Promise<Models.AgentQueryAdherenceExplanationsResponse>;
5486
+ postWorkforcemanagementAgentsMePossibleworkshifts(body: Models.AgentPossibleWorkShiftsRequest): Promise<Models.AgentPossibleWorkShiftsResponse>;
5428
5487
  postWorkforcemanagementAgentschedulesMine(opts?: WorkforceManagementApi.postWorkforcemanagementAgentschedulesMineOptions): Promise<Models.BuCurrentAgentScheduleSearchResponse>;
5429
5488
  postWorkforcemanagementBusinessunitActivitycodes(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitActivitycodesOptions): Promise<Models.BusinessUnitActivityCode>;
5430
5489
  postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(businessUnitId: string, body: Models.BuQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQueryOptions): Promise<Models.BuQueryAdherenceExplanationsResponse>;
@@ -5745,6 +5804,17 @@ declare namespace Models {
5745
5804
  "selfUri"?: string;
5746
5805
  }
5747
5806
 
5807
+ export interface AcceleratorInput {
5808
+ "dryRun"?: boolean;
5809
+ "acceleratorId": string;
5810
+ "parameters"?: Array<Models.AcceleratorParameter>;
5811
+ }
5812
+
5813
+ export interface AcceleratorParameter {
5814
+ "name": string;
5815
+ "value": string;
5816
+ }
5817
+
5748
5818
  export interface AcdEndDetailEventTopicAcdEndEvent {
5749
5819
  "eventTime"?: number;
5750
5820
  "conversationId"?: string;
@@ -5868,6 +5938,7 @@ declare namespace Models {
5868
5938
  }
5869
5939
 
5870
5940
  export interface ActionConfig {
5941
+ "timeoutSeconds"?: number;
5871
5942
  "request"?: Models.RequestConfig;
5872
5943
  "response"?: Models.ResponseConfig;
5873
5944
  }
@@ -6437,6 +6508,19 @@ declare namespace Models {
6437
6508
  "maxOwnedCallbackDelayHours"?: number;
6438
6509
  }
6439
6510
 
6511
+ export interface AgentPossibleWorkShiftsRequest {
6512
+ "weekStartDate": string;
6513
+ "weekCount": number;
6514
+ }
6515
+
6516
+ export interface AgentPossibleWorkShiftsResponse {
6517
+ "weekStartDate"?: string;
6518
+ "pattern"?: Array<number>;
6519
+ "weeklyPossibleWorkShifts"?: Array<Models.PossibleWorkShiftsForWeek>;
6520
+ "schedulerIntervalLengthMinutes"?: number;
6521
+ "timeZone"?: string;
6522
+ }
6523
+
6440
6524
  export interface AgentQueryAdherenceExplanationsRequest {
6441
6525
  "startDate": string;
6442
6526
  "endDate": string;
@@ -6916,6 +7000,7 @@ declare namespace Models {
6916
7000
  export interface AppendToDncActionSettings {
6917
7001
  "expire": boolean;
6918
7002
  "expirationDuration"?: string;
7003
+ "listType"?: string;
6919
7004
  }
6920
7005
 
6921
7006
  export interface ApprovalNamespace {
@@ -7635,6 +7720,7 @@ declare namespace Models {
7635
7720
  "clientId"?: Models.AuditTopicAddressableEntityRef;
7636
7721
  "remoteIp"?: Array<string>;
7637
7722
  "serviceName"?: string;
7723
+ "level"?: string;
7638
7724
  "eventTime"?: string;
7639
7725
  "message"?: Models.AuditTopicMessageInfo;
7640
7726
  "action"?: string;
@@ -9022,6 +9108,7 @@ declare namespace Models {
9022
9108
  "name"?: string;
9023
9109
  "participants"?: Array<Models.CallMediaParticipant>;
9024
9110
  "otherMediaUris"?: Array<string>;
9111
+ "recentTransfers"?: Array<Models.TransferResponse>;
9025
9112
  "recordingState"?: string;
9026
9113
  "maxParticipants"?: number;
9027
9114
  "selfUri"?: string;
@@ -9319,6 +9406,7 @@ declare namespace Models {
9319
9406
  "name"?: string;
9320
9407
  "participants"?: Array<Models.CallbackMediaParticipant>;
9321
9408
  "otherMediaUris"?: Array<string>;
9409
+ "recentTransfers"?: Array<Models.TransferResponse>;
9322
9410
  "selfUri"?: string;
9323
9411
  }
9324
9412
 
@@ -9745,11 +9833,10 @@ declare namespace Models {
9745
9833
  "entities"?: Array<Models.Channel>;
9746
9834
  }
9747
9835
 
9748
- export interface ChannelMetadata {
9749
- }
9750
-
9751
9836
  export interface ChannelTopic {
9752
9837
  "id"?: string;
9838
+ "state"?: string;
9839
+ "rejectionReason"?: string;
9753
9840
  "selfUri"?: string;
9754
9841
  }
9755
9842
 
@@ -9776,6 +9863,7 @@ declare namespace Models {
9776
9863
  "name"?: string;
9777
9864
  "participants"?: Array<Models.ChatMediaParticipant>;
9778
9865
  "otherMediaUris"?: Array<string>;
9866
+ "recentTransfers"?: Array<Models.TransferResponse>;
9779
9867
  "selfUri"?: string;
9780
9868
  }
9781
9869
 
@@ -10081,6 +10169,7 @@ declare namespace Models {
10081
10169
  "name"?: string;
10082
10170
  "participants"?: Array<Models.CobrowseMediaParticipant>;
10083
10171
  "otherMediaUris"?: Array<string>;
10172
+ "recentTransfers"?: Array<Models.TransferResponse>;
10084
10173
  "selfUri"?: string;
10085
10174
  }
10086
10175
 
@@ -10948,6 +11037,7 @@ declare namespace Models {
10948
11037
  "recordingState"?: string;
10949
11038
  "state"?: string;
10950
11039
  "divisions"?: Array<Models.ConversationDivisionMembership>;
11040
+ "recentTransfers"?: Array<Models.TransferResponse>;
10951
11041
  "selfUri"?: string;
10952
11042
  }
10953
11043
 
@@ -11153,9 +11243,6 @@ declare namespace Models {
11153
11243
  "type"?: string;
11154
11244
  }
11155
11245
 
11156
- export interface ConversationCallEventTopicObject {
11157
- }
11158
-
11159
11246
  export interface ConversationCallEventTopicScoredAgent {
11160
11247
  "agent"?: Models.ConversationCallEventTopicUriReference;
11161
11248
  "score"?: number;
@@ -11172,7 +11259,6 @@ declare namespace Models {
11172
11259
  "tags"?: Array<string>;
11173
11260
  "durationSeconds"?: number;
11174
11261
  "endTime"?: string;
11175
- "additionalProperties"?: { [key: string]: object; };
11176
11262
  }
11177
11263
 
11178
11264
  export interface ConversationCallbackEventTopicCallbackConversation {
@@ -11251,7 +11337,6 @@ declare namespace Models {
11251
11337
  "contactListId"?: string;
11252
11338
  "campaignId"?: string;
11253
11339
  "phoneNumberColumns"?: Array<Models.ConversationCallbackEventTopicPhoneNumberColumn>;
11254
- "additionalProperties"?: { [key: string]: object; };
11255
11340
  }
11256
11341
 
11257
11342
  export interface ConversationCallbackEventTopicErrorBody {
@@ -11293,13 +11378,9 @@ declare namespace Models {
11293
11378
  "type"?: string;
11294
11379
  }
11295
11380
 
11296
- export interface ConversationCallbackEventTopicObject {
11297
- }
11298
-
11299
11381
  export interface ConversationCallbackEventTopicPhoneNumberColumn {
11300
11382
  "columnName"?: string;
11301
11383
  "type"?: string;
11302
- "additionalProperties"?: { [key: string]: object; };
11303
11384
  }
11304
11385
 
11305
11386
  export interface ConversationCallbackEventTopicScoredAgent {
@@ -11323,7 +11404,6 @@ declare namespace Models {
11323
11404
  "tags"?: Array<string>;
11324
11405
  "durationSeconds"?: number;
11325
11406
  "endTime"?: string;
11326
- "additionalProperties"?: { [key: string]: object; };
11327
11407
  }
11328
11408
 
11329
11409
  export interface ConversationChannel {
@@ -11461,9 +11541,6 @@ declare namespace Models {
11461
11541
  "type"?: string;
11462
11542
  }
11463
11543
 
11464
- export interface ConversationChatEventTopicObject {
11465
- }
11466
-
11467
11544
  export interface ConversationChatEventTopicScoredAgent {
11468
11545
  "agent"?: Models.ConversationChatEventTopicUriReference;
11469
11546
  "score"?: number;
@@ -11480,7 +11557,6 @@ declare namespace Models {
11480
11557
  "tags"?: Array<string>;
11481
11558
  "durationSeconds"?: number;
11482
11559
  "endTime"?: string;
11483
- "additionalProperties"?: { [key: string]: object; };
11484
11560
  }
11485
11561
 
11486
11562
  export interface ConversationCobrowseEventTopicCobrowseConversation {
@@ -11588,9 +11664,6 @@ declare namespace Models {
11588
11664
  "type"?: string;
11589
11665
  }
11590
11666
 
11591
- export interface ConversationCobrowseEventTopicObject {
11592
- }
11593
-
11594
11667
  export interface ConversationCobrowseEventTopicScoredAgent {
11595
11668
  "agent"?: Models.ConversationCobrowseEventTopicUriReference;
11596
11669
  "score"?: number;
@@ -11607,7 +11680,6 @@ declare namespace Models {
11607
11680
  "tags"?: Array<string>;
11608
11681
  "durationSeconds"?: number;
11609
11682
  "endTime"?: string;
11610
- "additionalProperties"?: { [key: string]: object; };
11611
11683
  }
11612
11684
 
11613
11685
  export interface ConversationContentAttachment {
@@ -11730,7 +11802,6 @@ declare namespace Models {
11730
11802
  "contentUri"?: string;
11731
11803
  "contentType"?: string;
11732
11804
  "contentLength"?: number;
11733
- "additionalProperties"?: { [key: string]: object; };
11734
11805
  }
11735
11806
 
11736
11807
  export interface ConversationEmailEventTopicConversationRoutingData {
@@ -11839,9 +11910,6 @@ declare namespace Models {
11839
11910
  "type"?: string;
11840
11911
  }
11841
11912
 
11842
- export interface ConversationEmailEventTopicObject {
11843
- }
11844
-
11845
11913
  export interface ConversationEmailEventTopicScoredAgent {
11846
11914
  "agent"?: Models.ConversationEmailEventTopicUriReference;
11847
11915
  "score"?: number;
@@ -11858,7 +11926,6 @@ declare namespace Models {
11858
11926
  "tags"?: Array<string>;
11859
11927
  "durationSeconds"?: number;
11860
11928
  "endTime"?: string;
11861
- "additionalProperties"?: { [key: string]: object; };
11862
11929
  }
11863
11930
 
11864
11931
  export interface ConversationEncryptionConfiguration {
@@ -11904,7 +11971,6 @@ declare namespace Models {
11904
11971
  "addressNormalized"?: string;
11905
11972
  "addressRaw"?: string;
11906
11973
  "addressDisplayable"?: string;
11907
- "additionalProperties"?: { [key: string]: object; };
11908
11974
  }
11909
11975
 
11910
11976
  export interface ConversationEventTopicAfterCallWork {
@@ -11919,7 +11985,6 @@ declare namespace Models {
11919
11985
  "contentUri"?: string;
11920
11986
  "contentType"?: string;
11921
11987
  "contentLength"?: number;
11922
- "additionalProperties"?: { [key: string]: object; };
11923
11988
  }
11924
11989
 
11925
11990
  export interface ConversationEventTopicCall {
@@ -11951,7 +12016,6 @@ declare namespace Models {
11951
12016
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
11952
12017
  "afterCallWorkRequired"?: boolean;
11953
12018
  "agentAssistantId"?: string;
11954
- "additionalProperties"?: { [key: string]: object; };
11955
12019
  }
11956
12020
 
11957
12021
  export interface ConversationEventTopicCallback {
@@ -11981,7 +12045,6 @@ declare namespace Models {
11981
12045
  "afterCallWorkRequired"?: boolean;
11982
12046
  "callerId"?: string;
11983
12047
  "callerIdName"?: string;
11984
- "additionalProperties"?: { [key: string]: object; };
11985
12048
  }
11986
12049
 
11987
12050
  export interface ConversationEventTopicChat {
@@ -12002,7 +12065,6 @@ declare namespace Models {
12002
12065
  "wrapup"?: Models.ConversationEventTopicWrapup;
12003
12066
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12004
12067
  "afterCallWorkRequired"?: boolean;
12005
- "additionalProperties"?: { [key: string]: object; };
12006
12068
  }
12007
12069
 
12008
12070
  export interface ConversationEventTopicCobrowse {
@@ -12025,13 +12087,13 @@ declare namespace Models {
12025
12087
  "wrapup"?: Models.ConversationEventTopicWrapup;
12026
12088
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12027
12089
  "afterCallWorkRequired"?: boolean;
12028
- "additionalProperties"?: { [key: string]: object; };
12029
12090
  }
12030
12091
 
12031
12092
  export interface ConversationEventTopicConversation {
12032
12093
  "id"?: string;
12033
12094
  "maxParticipants"?: number;
12034
12095
  "participants"?: Array<Models.ConversationEventTopicParticipant>;
12096
+ "recentTransfers"?: Array<Models.ConversationEventTopicRecentTransfer>;
12035
12097
  "recordingState"?: string;
12036
12098
  "address"?: string;
12037
12099
  "externalTag"?: string;
@@ -12045,13 +12107,17 @@ declare namespace Models {
12045
12107
  "scoredAgents"?: Array<Models.ConversationEventTopicScoredAgent>;
12046
12108
  }
12047
12109
 
12110
+ export interface ConversationEventTopicDestination {
12111
+ "userId"?: string;
12112
+ "address"?: string;
12113
+ }
12114
+
12048
12115
  export interface ConversationEventTopicDialerPreview {
12049
12116
  "id"?: string;
12050
12117
  "contactId"?: string;
12051
12118
  "contactListId"?: string;
12052
12119
  "campaignId"?: string;
12053
12120
  "phoneNumberColumns"?: Array<Models.ConversationEventTopicPhoneNumberColumn>;
12054
- "additionalProperties"?: { [key: string]: object; };
12055
12121
  }
12056
12122
 
12057
12123
  export interface ConversationEventTopicDisconnectReason {
@@ -12083,7 +12149,6 @@ declare namespace Models {
12083
12149
  "wrapup"?: Models.ConversationEventTopicWrapup;
12084
12150
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12085
12151
  "afterCallWorkRequired"?: boolean;
12086
- "additionalProperties"?: { [key: string]: object; };
12087
12152
  }
12088
12153
 
12089
12154
  export interface ConversationEventTopicErrorDetails {
@@ -12094,7 +12159,6 @@ declare namespace Models {
12094
12159
  "messageParams"?: { [key: string]: string; };
12095
12160
  "contextId"?: string;
12096
12161
  "uri"?: string;
12097
- "additionalProperties"?: { [key: string]: object; };
12098
12162
  }
12099
12163
 
12100
12164
  export interface ConversationEventTopicFaxStatus {
@@ -12108,6 +12172,10 @@ declare namespace Models {
12108
12172
  "lineErrors"?: number;
12109
12173
  }
12110
12174
 
12175
+ export interface ConversationEventTopicInitiator {
12176
+ "userId"?: string;
12177
+ }
12178
+
12111
12179
  export interface ConversationEventTopicJourneyAction {
12112
12180
  "id"?: string;
12113
12181
  "actionMap"?: Models.ConversationEventTopicJourneyActionMap;
@@ -12160,7 +12228,6 @@ declare namespace Models {
12160
12228
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12161
12229
  "afterCallWorkRequired"?: boolean;
12162
12230
  "agentAssistantId"?: string;
12163
- "additionalProperties"?: { [key: string]: object; };
12164
12231
  }
12165
12232
 
12166
12233
  export interface ConversationEventTopicMessageDetails {
@@ -12246,13 +12313,20 @@ declare namespace Models {
12246
12313
  "socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
12247
12314
  "videos"?: Array<Models.ConversationEventTopicVideo>;
12248
12315
  "workflow"?: Models.ConversationEventTopicWorkflow;
12249
- "additionalProperties"?: { [key: string]: object; };
12250
12316
  }
12251
12317
 
12252
12318
  export interface ConversationEventTopicPhoneNumberColumn {
12253
12319
  "columnName"?: string;
12254
12320
  "type"?: string;
12255
- "additionalProperties"?: { [key: string]: object; };
12321
+ }
12322
+
12323
+ export interface ConversationEventTopicRecentTransfer {
12324
+ "id"?: string;
12325
+ "state"?: string;
12326
+ "dateIssued"?: string;
12327
+ "initiator"?: Models.ConversationEventTopicInitiator;
12328
+ "destination"?: Models.ConversationEventTopicDestination;
12329
+ "transferType"?: string;
12256
12330
  }
12257
12331
 
12258
12332
  export interface ConversationEventTopicScoredAgent {
@@ -12277,7 +12351,6 @@ declare namespace Models {
12277
12351
  "wrapup"?: Models.ConversationEventTopicWrapup;
12278
12352
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12279
12353
  "afterCallWorkRequired"?: boolean;
12280
- "additionalProperties"?: { [key: string]: object; };
12281
12354
  }
12282
12355
 
12283
12356
  export interface ConversationEventTopicSocialExpression {
@@ -12300,7 +12373,6 @@ declare namespace Models {
12300
12373
  "wrapup"?: Models.ConversationEventTopicWrapup;
12301
12374
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12302
12375
  "afterCallWorkRequired"?: boolean;
12303
- "additionalProperties"?: { [key: string]: object; };
12304
12376
  }
12305
12377
 
12306
12378
  export interface ConversationEventTopicUriReference {
@@ -12328,7 +12400,6 @@ declare namespace Models {
12328
12400
  "wrapup"?: Models.ConversationEventTopicWrapup;
12329
12401
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12330
12402
  "afterCallWorkRequired"?: boolean;
12331
- "additionalProperties"?: { [key: string]: object; };
12332
12403
  }
12333
12404
 
12334
12405
  export interface ConversationEventTopicVoicemail {
@@ -12338,7 +12409,6 @@ declare namespace Models {
12338
12409
 
12339
12410
  export interface ConversationEventTopicWorkflow {
12340
12411
  "workflowId"?: string;
12341
- "additionalProperties"?: { [key: string]: object; };
12342
12412
  }
12343
12413
 
12344
12414
  export interface ConversationEventTopicWrapup {
@@ -12347,7 +12417,6 @@ declare namespace Models {
12347
12417
  "tags"?: Array<string>;
12348
12418
  "durationSeconds"?: number;
12349
12419
  "endTime"?: string;
12350
- "additionalProperties"?: { [key: string]: object; };
12351
12420
  }
12352
12421
 
12353
12422
  export interface ConversationEventTyping {
@@ -12412,7 +12481,6 @@ declare namespace Models {
12412
12481
  "messageParams"?: { [key: string]: string; };
12413
12482
  "contextId"?: string;
12414
12483
  "uri"?: string;
12415
- "additionalProperties"?: { [key: string]: object; };
12416
12484
  }
12417
12485
 
12418
12486
  export interface ConversationMessageEventTopicJourneyAction {
@@ -12531,9 +12599,6 @@ declare namespace Models {
12531
12599
  "id"?: string;
12532
12600
  }
12533
12601
 
12534
- export interface ConversationMessageEventTopicObject {
12535
- }
12536
-
12537
12602
  export interface ConversationMessageEventTopicScoredAgent {
12538
12603
  "agent"?: Models.ConversationMessageEventTopicUriReference;
12539
12604
  "score"?: number;
@@ -12550,7 +12615,6 @@ declare namespace Models {
12550
12615
  "tags"?: Array<string>;
12551
12616
  "durationSeconds"?: number;
12552
12617
  "endTime"?: string;
12553
- "additionalProperties"?: { [key: string]: object; };
12554
12618
  }
12555
12619
 
12556
12620
  export interface ConversationMessageMetadata {
@@ -12739,6 +12803,27 @@ declare namespace Models {
12739
12803
  "text": string;
12740
12804
  }
12741
12805
 
12806
+ export interface ConversationParticipantSearchCriteria {
12807
+ "endValue"?: string;
12808
+ "values"?: Array<string>;
12809
+ "startValue"?: string;
12810
+ "value"?: string;
12811
+ "operator"?: string;
12812
+ "group"?: Array<Models.ConversationParticipantSearchCriteria>;
12813
+ "dateFormat"?: string;
12814
+ "type": string;
12815
+ "fields"?: Array<string>;
12816
+ }
12817
+
12818
+ export interface ConversationParticipantSearchRequest {
12819
+ "sortOrder"?: string;
12820
+ "sortBy"?: string;
12821
+ "sort"?: Array<Models.SearchSort>;
12822
+ "returnFields"?: Array<string>;
12823
+ "query"?: Array<Models.ConversationParticipantSearchCriteria>;
12824
+ "cursor"?: string;
12825
+ }
12826
+
12742
12827
  export interface ConversationProperties {
12743
12828
  "isWaiting"?: boolean;
12744
12829
  "isActive"?: boolean;
@@ -12843,9 +12928,6 @@ declare namespace Models {
12843
12928
  "type"?: string;
12844
12929
  }
12845
12930
 
12846
- export interface ConversationScreenShareEventTopicObject {
12847
- }
12848
-
12849
12931
  export interface ConversationScreenShareEventTopicScoredAgent {
12850
12932
  "agent"?: Models.ConversationScreenShareEventTopicUriReference;
12851
12933
  "score"?: number;
@@ -12911,7 +12993,6 @@ declare namespace Models {
12911
12993
  "tags"?: Array<string>;
12912
12994
  "durationSeconds"?: number;
12913
12995
  "endTime"?: string;
12914
- "additionalProperties"?: { [key: string]: object; };
12915
12996
  }
12916
12997
 
12917
12998
  export interface ConversationSecureAttributes {
@@ -12973,9 +13054,6 @@ declare namespace Models {
12973
13054
  "type"?: string;
12974
13055
  }
12975
13056
 
12976
- export interface ConversationSocialExpressionEventTopicObject {
12977
- }
12978
-
12979
13057
  export interface ConversationSocialExpressionEventTopicScoredAgent {
12980
13058
  "agent"?: Models.ConversationSocialExpressionEventTopicUriReference;
12981
13059
  "score"?: number;
@@ -13042,7 +13120,6 @@ declare namespace Models {
13042
13120
  "tags"?: Array<string>;
13043
13121
  "durationSeconds"?: number;
13044
13122
  "endTime"?: string;
13045
- "additionalProperties"?: { [key: string]: object; };
13046
13123
  }
13047
13124
 
13048
13125
  export interface ConversationTagsUpdate {
@@ -13124,9 +13201,6 @@ declare namespace Models {
13124
13201
  "type"?: string;
13125
13202
  }
13126
13203
 
13127
- export interface ConversationVideoEventTopicObject {
13128
- }
13129
-
13130
13204
  export interface ConversationVideoEventTopicScoredAgent {
13131
13205
  "agent"?: Models.ConversationVideoEventTopicUriReference;
13132
13206
  "score"?: number;
@@ -13195,7 +13269,6 @@ declare namespace Models {
13195
13269
  "tags"?: Array<string>;
13196
13270
  "durationSeconds"?: number;
13197
13271
  "endTime"?: string;
13198
- "additionalProperties"?: { [key: string]: object; };
13199
13272
  }
13200
13273
 
13201
13274
  export interface CopyAttachmentsRequest {
@@ -14056,6 +14129,15 @@ declare namespace Models {
14056
14129
  "pageCount"?: number;
14057
14130
  }
14058
14131
 
14132
+ export interface DailyPossibleShift {
14133
+ "dayOfWeek"?: string;
14134
+ "earliestShiftStartMinutesFromMidnight"?: number;
14135
+ "required"?: boolean;
14136
+ "minimumPaidTimeMinutes"?: number;
14137
+ "maximumPaidTimeMinutes"?: number;
14138
+ "intervalScheduleProbabilities"?: Array<number>;
14139
+ }
14140
+
14059
14141
  export interface DataActionConditionPredicate {
14060
14142
  "outputField": string;
14061
14143
  "outputOperator": string;
@@ -15210,6 +15292,7 @@ declare namespace Models {
15210
15292
  "dncCodes"?: Array<string>;
15211
15293
  "licenseId"?: string;
15212
15294
  "division"?: Models.DomainEntityRef;
15295
+ "customExclusionColumn"?: string;
15213
15296
  "selfUri"?: string;
15214
15297
  }
15215
15298
 
@@ -15228,6 +15311,7 @@ declare namespace Models {
15228
15311
  "dncCodes"?: Array<string>;
15229
15312
  "licenseId"?: string;
15230
15313
  "division"?: Models.DomainEntityRef;
15314
+ "customExclusionColumn"?: string;
15231
15315
  "selfUri"?: string;
15232
15316
  }
15233
15317
 
@@ -15268,6 +15352,12 @@ declare namespace Models {
15268
15352
  "pageCount"?: number;
15269
15353
  }
15270
15354
 
15355
+ export interface DncPatchCustomExclusionColumnsRequest {
15356
+ "action"?: string;
15357
+ "customExclusionColumnEntries"?: Array<string>;
15358
+ "expirationDateTime"?: string;
15359
+ }
15360
+
15271
15361
  export interface DncPatchEmailsRequest {
15272
15362
  "action"?: string;
15273
15363
  "emailAddresses"?: Array<string>;
@@ -16493,6 +16583,7 @@ declare namespace Models {
16493
16583
  "name"?: string;
16494
16584
  "participants"?: Array<Models.EmailMediaParticipant>;
16495
16585
  "otherMediaUris"?: Array<string>;
16586
+ "recentTransfers"?: Array<Models.TransferResponse>;
16496
16587
  "selfUri"?: string;
16497
16588
  }
16498
16589
 
@@ -16582,6 +16673,7 @@ declare namespace Models {
16582
16673
  "time"?: string;
16583
16674
  "historyIncluded"?: boolean;
16584
16675
  "state"?: string;
16676
+ "draftType"?: string;
16585
16677
  "emailSizeBytes"?: number;
16586
16678
  "maxEmailSizeBytes"?: number;
16587
16679
  "selfUri"?: string;
@@ -16823,6 +16915,7 @@ declare namespace Models {
16823
16915
  "status"?: string;
16824
16916
  "answers"?: Models.EvaluationScoringSet;
16825
16917
  "agentHasRead"?: boolean;
16918
+ "assignee"?: Models.User;
16826
16919
  "releaseDate"?: string;
16827
16920
  "assignedDate"?: string;
16828
16921
  "changedDate"?: string;
@@ -16838,6 +16931,7 @@ declare namespace Models {
16838
16931
  "isScoringIndex"?: boolean;
16839
16932
  "authorizedActions"?: Array<string>;
16840
16933
  "hasAssistanceFailed"?: boolean;
16934
+ "evaluationSource"?: Models.EvaluationSource;
16841
16935
  "selfUri"?: string;
16842
16936
  }
16843
16937
 
@@ -17079,6 +17173,7 @@ declare namespace Models {
17079
17173
  "status"?: string;
17080
17174
  "answers"?: Models.EvaluationScoringSet;
17081
17175
  "agentHasRead"?: boolean;
17176
+ "assignee"?: Models.User;
17082
17177
  "releaseDate"?: string;
17083
17178
  "assignedDate"?: string;
17084
17179
  "changedDate"?: string;
@@ -17094,6 +17189,7 @@ declare namespace Models {
17094
17189
  "isScoringIndex"?: boolean;
17095
17190
  "authorizedActions"?: Array<string>;
17096
17191
  "hasAssistanceFailed"?: boolean;
17192
+ "evaluationSource"?: Models.EvaluationSource;
17097
17193
  "selfUri"?: string;
17098
17194
  }
17099
17195
 
@@ -17104,10 +17200,18 @@ declare namespace Models {
17104
17200
  "questionGroupScores"?: Array<Models.EvaluationQuestionGroupScore>;
17105
17201
  "anyFailedKillQuestions"?: boolean;
17106
17202
  "comments"?: string;
17203
+ "privateComments"?: string;
17107
17204
  "agentComments"?: string;
17108
17205
  "transcriptTopics"?: Array<Models.TranscriptTopic>;
17109
17206
  }
17110
17207
 
17208
+ export interface EvaluationSource {
17209
+ "id"?: string;
17210
+ "name"?: string;
17211
+ "type"?: string;
17212
+ "selfUri"?: string;
17213
+ }
17214
+
17111
17215
  export interface EvaluatorActivity {
17112
17216
  "id"?: string;
17113
17217
  "name"?: string;
@@ -17184,7 +17288,6 @@ declare namespace Models {
17184
17288
 
17185
17289
  export interface EventSetting {
17186
17290
  "typing"?: Models.TypingSetting;
17187
- "presence"?: Models.PresenceSetting;
17188
17291
  }
17189
17292
 
17190
17293
  export interface EventTyping {
@@ -19401,6 +19504,7 @@ declare namespace Models {
19401
19504
  "spamFlow"?: Models.DomainEntityRef;
19402
19505
  "signature"?: Models.Signature;
19403
19506
  "historyInclusion"?: string;
19507
+ "allowMultipleActions"?: boolean;
19404
19508
  "selfUri"?: string;
19405
19509
  }
19406
19510
 
@@ -19417,6 +19521,17 @@ declare namespace Models {
19417
19521
  "pageCount"?: number;
19418
19522
  }
19419
19523
 
19524
+ export interface InfrastructureascodeJob {
19525
+ "id"?: string;
19526
+ "dryRun": boolean;
19527
+ "dateSubmitted"?: string;
19528
+ "submittedBy"?: Models.UserReference;
19529
+ "status"?: string;
19530
+ "errorInfo"?: Models.ErrorInfo;
19531
+ "results"?: string;
19532
+ "selfUri"?: string;
19533
+ }
19534
+
19420
19535
  export interface InitialConfiguration {
19421
19536
  "audioState"?: Models.AudioState;
19422
19537
  "alerting"?: boolean;
@@ -19437,6 +19552,15 @@ declare namespace Models {
19437
19552
  "actionContext"?: string;
19438
19553
  }
19439
19554
 
19555
+ export interface InstagramId {
19556
+ "ids"?: Array<Models.InstagramScopedId>;
19557
+ "displayName"?: string;
19558
+ }
19559
+
19560
+ export interface InstagramScopedId {
19561
+ "scopedId"?: string;
19562
+ }
19563
+
19440
19564
  export interface Integration {
19441
19565
  "id"?: string;
19442
19566
  "name"?: string;
@@ -20497,6 +20621,13 @@ declare namespace Models {
20497
20621
  "traits"?: { [key: string]: Models.JourneyWebEventsNotificationCustomEventAttribute; };
20498
20622
  }
20499
20623
 
20624
+ export interface JsonCursorSearchResponse {
20625
+ "types": Array<string>;
20626
+ "results": object;
20627
+ "aggregations"?: object;
20628
+ "cursor"?: string;
20629
+ }
20630
+
20500
20631
  export interface JsonNode {
20501
20632
  }
20502
20633
 
@@ -20930,6 +21061,7 @@ declare namespace Models {
20930
21061
 
20931
21062
  export interface KnowledgeExportJobDocumentsFilter {
20932
21063
  "interval"?: string;
21064
+ "entities"?: Array<Models.Entity>;
20933
21065
  }
20934
21066
 
20935
21067
  export interface KnowledgeExportJobFilter {
@@ -21423,6 +21555,11 @@ declare namespace Models {
21423
21555
  "selfUri"?: string;
21424
21556
  }
21425
21557
 
21558
+ export interface LearningAssignmentReschedule {
21559
+ "dateRecommendedForCompletion": string;
21560
+ "lengthInMinutes"?: number;
21561
+ }
21562
+
21426
21563
  export interface LearningAssignmentRuleRunTopicLearningAssignmentRuleRunNotification {
21427
21564
  "entities"?: Array<Models.LearningAssignmentRuleRunTopicLearningAssignmentsCreated>;
21428
21565
  "total"?: number;
@@ -21638,6 +21775,51 @@ declare namespace Models {
21638
21775
  "pageCount"?: number;
21639
21776
  }
21640
21777
 
21778
+ export interface LearningScheduleSlotsQueryRequest {
21779
+ "interval": string;
21780
+ "lengthInMinutes": number;
21781
+ "userIds": Array<string>;
21782
+ "interruptibleAssignmentId"?: string;
21783
+ }
21784
+
21785
+ export interface LearningScheduleSlotsQueryResponse {
21786
+ "suggestedSlots"?: Array<Models.LearningSlot>;
21787
+ "wfmScheduleActivities"?: Array<Models.LearningSlotWfmScheduleActivity>;
21788
+ }
21789
+
21790
+ export interface LearningSlot {
21791
+ "dateStart"?: string;
21792
+ "lengthInMinutes"?: number;
21793
+ "staffingDifference"?: number;
21794
+ "differenceRating"?: string;
21795
+ }
21796
+
21797
+ export interface LearningSlotFullDayTimeOffMarker {
21798
+ "businessUnitDate"?: string;
21799
+ "lengthMinutes"?: number;
21800
+ "description"?: string;
21801
+ "activityCodeId"?: string;
21802
+ "paid"?: boolean;
21803
+ "timeOffRequestId"?: string;
21804
+ }
21805
+
21806
+ export interface LearningSlotScheduleActivity {
21807
+ "dateStart"?: string;
21808
+ "lengthMinutes"?: number;
21809
+ "description"?: string;
21810
+ "activityCodeId"?: string;
21811
+ "paid"?: boolean;
21812
+ "timeOffRequestId"?: string;
21813
+ "externalActivityId"?: string;
21814
+ "externalActivityType"?: string;
21815
+ }
21816
+
21817
+ export interface LearningSlotWfmScheduleActivity {
21818
+ "user"?: Models.UserReference;
21819
+ "activities"?: Array<Models.LearningSlotScheduleActivity>;
21820
+ "fullDayTimeOffMarkers"?: Array<Models.LearningSlotFullDayTimeOffMarker>;
21821
+ }
21822
+
21641
21823
  export interface LexBot {
21642
21824
  "id"?: string;
21643
21825
  "name"?: string;
@@ -21987,12 +22169,6 @@ declare namespace Models {
21987
22169
  "selfUri"?: string;
21988
22170
  }
21989
22171
 
21990
- export interface LocalEncryptionConfigurationListing {
21991
- "total"?: number;
21992
- "entities"?: Array<Models.LocalEncryptionConfiguration>;
21993
- "selfUri"?: string;
21994
- }
21995
-
21996
22172
  export interface LocalEncryptionKeyRequest {
21997
22173
  "configId": string;
21998
22174
  "publicKey": string;
@@ -22445,6 +22621,7 @@ declare namespace Models {
22445
22621
  "name"?: string;
22446
22622
  "participants"?: Array<Models.MessageMediaParticipant>;
22447
22623
  "otherMediaUris"?: Array<string>;
22624
+ "recentTransfers"?: Array<Models.TransferResponse>;
22448
22625
  "selfUri"?: string;
22449
22626
  }
22450
22627
 
@@ -23600,7 +23777,7 @@ declare namespace Models {
23600
23777
 
23601
23778
  export interface OpenMessageContent {
23602
23779
  "contentType": string;
23603
- "attachment"?: Models.ContentAttachment;
23780
+ "attachment"?: Models.ConversationContentAttachment;
23604
23781
  }
23605
23782
 
23606
23783
  export interface OpenMessagingChannel {
@@ -23641,7 +23818,7 @@ declare namespace Models {
23641
23818
  "text"?: string;
23642
23819
  "content"?: Array<Models.OpenMessageContent>;
23643
23820
  "status"?: string;
23644
- "reasons"?: Array<Models.Reason>;
23821
+ "reasons"?: Array<Models.ConversationReason>;
23645
23822
  "isFinalReceipt"?: boolean;
23646
23823
  "direction"?: string;
23647
23824
  "metadata"?: { [key: string]: string; };
@@ -24134,12 +24311,35 @@ declare namespace Models {
24134
24311
  "pageCount"?: number;
24135
24312
  }
24136
24313
 
24314
+ export interface OutcomePredictor {
24315
+ "id"?: string;
24316
+ "outcome"?: Models.OutcomeRef;
24317
+ "selfUri"?: string;
24318
+ }
24319
+
24320
+ export interface OutcomePredictorListing {
24321
+ "entities"?: Array<Models.OutcomePredictor>;
24322
+ }
24323
+
24324
+ export interface OutcomePredictorRequest {
24325
+ "outcome": Models.OutcomeRefRequest;
24326
+ }
24327
+
24137
24328
  export interface OutcomeProbabilityCondition {
24138
24329
  "outcomeId": string;
24139
24330
  "maximumProbability": number;
24140
24331
  "probability"?: number;
24141
24332
  }
24142
24333
 
24334
+ export interface OutcomeRef {
24335
+ "id"?: string;
24336
+ "selfUri"?: string;
24337
+ }
24338
+
24339
+ export interface OutcomeRefRequest {
24340
+ "id": string;
24341
+ }
24342
+
24143
24343
  export interface OutcomeScoresResult {
24144
24344
  "outcomeScores"?: Array<Models.OutcomeEventScore>;
24145
24345
  "modifiedDate"?: string;
@@ -24943,6 +25143,11 @@ declare namespace Models {
24943
25143
  "bottomSpace"?: number;
24944
25144
  }
24945
25145
 
25146
+ export interface PossibleWorkShiftsForWeek {
25147
+ "id"?: number;
25148
+ "dailyPossibleShifts"?: Array<Models.DailyPossibleShift>;
25149
+ }
25150
+
24946
25151
  export interface PostActionInput {
24947
25152
  "category": string;
24948
25153
  "name": string;
@@ -25115,10 +25320,6 @@ declare namespace Models {
25115
25320
  "modifiedDate"?: string;
25116
25321
  }
25117
25322
 
25118
- export interface PresenceSetting {
25119
- "join"?: Models.SettingDirection;
25120
- }
25121
-
25122
25323
  export interface ProcessScheduleUpdateUploadRequest {
25123
25324
  "uploadKey": string;
25124
25325
  "teamIds"?: Array<string>;
@@ -25173,6 +25374,13 @@ declare namespace Models {
25173
25374
  "tags"?: Array<string>;
25174
25375
  }
25175
25376
 
25377
+ export interface ProgramTranscriptionEngines {
25378
+ "program"?: Models.BaseProgramEntity;
25379
+ "transcriptionEngines"?: Array<Models.TranscriptionEngines>;
25380
+ "modifiedBy"?: Models.AddressableEntityRef;
25381
+ "dateModified"?: string;
25382
+ }
25383
+
25176
25384
  export interface ProgramsEntityListing {
25177
25385
  "entities"?: Array<Models.ListedProgram>;
25178
25386
  "pageSize"?: number;
@@ -25649,9 +25857,6 @@ declare namespace Models {
25649
25857
  "type"?: string;
25650
25858
  }
25651
25859
 
25652
- export interface QueueConversationCallEventTopicObject {
25653
- }
25654
-
25655
25860
  export interface QueueConversationCallEventTopicScoredAgent {
25656
25861
  "agent"?: Models.QueueConversationCallEventTopicUriReference;
25657
25862
  "score"?: number;
@@ -25668,7 +25873,6 @@ declare namespace Models {
25668
25873
  "tags"?: Array<string>;
25669
25874
  "durationSeconds"?: number;
25670
25875
  "endTime"?: string;
25671
- "additionalProperties"?: { [key: string]: object; };
25672
25876
  }
25673
25877
 
25674
25878
  export interface QueueConversationCallbackEventTopicCallbackConversation {
@@ -25747,7 +25951,6 @@ declare namespace Models {
25747
25951
  "contactListId"?: string;
25748
25952
  "campaignId"?: string;
25749
25953
  "phoneNumberColumns"?: Array<Models.QueueConversationCallbackEventTopicPhoneNumberColumn>;
25750
- "additionalProperties"?: { [key: string]: object; };
25751
25954
  }
25752
25955
 
25753
25956
  export interface QueueConversationCallbackEventTopicErrorBody {
@@ -25789,13 +25992,9 @@ declare namespace Models {
25789
25992
  "type"?: string;
25790
25993
  }
25791
25994
 
25792
- export interface QueueConversationCallbackEventTopicObject {
25793
- }
25794
-
25795
25995
  export interface QueueConversationCallbackEventTopicPhoneNumberColumn {
25796
25996
  "columnName"?: string;
25797
25997
  "type"?: string;
25798
- "additionalProperties"?: { [key: string]: object; };
25799
25998
  }
25800
25999
 
25801
26000
  export interface QueueConversationCallbackEventTopicScoredAgent {
@@ -25819,7 +26018,6 @@ declare namespace Models {
25819
26018
  "tags"?: Array<string>;
25820
26019
  "durationSeconds"?: number;
25821
26020
  "endTime"?: string;
25822
- "additionalProperties"?: { [key: string]: object; };
25823
26021
  }
25824
26022
 
25825
26023
  export interface QueueConversationChatEventTopicChatConversation {
@@ -25924,9 +26122,6 @@ declare namespace Models {
25924
26122
  "type"?: string;
25925
26123
  }
25926
26124
 
25927
- export interface QueueConversationChatEventTopicObject {
25928
- }
25929
-
25930
26125
  export interface QueueConversationChatEventTopicScoredAgent {
25931
26126
  "agent"?: Models.QueueConversationChatEventTopicUriReference;
25932
26127
  "score"?: number;
@@ -25943,7 +26138,6 @@ declare namespace Models {
25943
26138
  "tags"?: Array<string>;
25944
26139
  "durationSeconds"?: number;
25945
26140
  "endTime"?: string;
25946
- "additionalProperties"?: { [key: string]: object; };
25947
26141
  }
25948
26142
 
25949
26143
  export interface QueueConversationCobrowseEventTopicCobrowseConversation {
@@ -26051,9 +26245,6 @@ declare namespace Models {
26051
26245
  "type"?: string;
26052
26246
  }
26053
26247
 
26054
- export interface QueueConversationCobrowseEventTopicObject {
26055
- }
26056
-
26057
26248
  export interface QueueConversationCobrowseEventTopicScoredAgent {
26058
26249
  "agent"?: Models.QueueConversationCobrowseEventTopicUriReference;
26059
26250
  "score"?: number;
@@ -26070,7 +26261,6 @@ declare namespace Models {
26070
26261
  "tags"?: Array<string>;
26071
26262
  "durationSeconds"?: number;
26072
26263
  "endTime"?: string;
26073
- "additionalProperties"?: { [key: string]: object; };
26074
26264
  }
26075
26265
 
26076
26266
  export interface QueueConversationEmailEventTopicAttachment {
@@ -26079,7 +26269,6 @@ declare namespace Models {
26079
26269
  "contentUri"?: string;
26080
26270
  "contentType"?: string;
26081
26271
  "contentLength"?: number;
26082
- "additionalProperties"?: { [key: string]: object; };
26083
26272
  }
26084
26273
 
26085
26274
  export interface QueueConversationEmailEventTopicConversationRoutingData {
@@ -26188,9 +26377,6 @@ declare namespace Models {
26188
26377
  "type"?: string;
26189
26378
  }
26190
26379
 
26191
- export interface QueueConversationEmailEventTopicObject {
26192
- }
26193
-
26194
26380
  export interface QueueConversationEmailEventTopicScoredAgent {
26195
26381
  "agent"?: Models.QueueConversationEmailEventTopicUriReference;
26196
26382
  "score"?: number;
@@ -26207,7 +26393,6 @@ declare namespace Models {
26207
26393
  "tags"?: Array<string>;
26208
26394
  "durationSeconds"?: number;
26209
26395
  "endTime"?: string;
26210
- "additionalProperties"?: { [key: string]: object; };
26211
26396
  }
26212
26397
 
26213
26398
  export interface QueueConversationEventTopicAddress {
@@ -26216,7 +26401,6 @@ declare namespace Models {
26216
26401
  "addressNormalized"?: string;
26217
26402
  "addressRaw"?: string;
26218
26403
  "addressDisplayable"?: string;
26219
- "additionalProperties"?: { [key: string]: object; };
26220
26404
  }
26221
26405
 
26222
26406
  export interface QueueConversationEventTopicAfterCallWork {
@@ -26231,7 +26415,6 @@ declare namespace Models {
26231
26415
  "contentUri"?: string;
26232
26416
  "contentType"?: string;
26233
26417
  "contentLength"?: number;
26234
- "additionalProperties"?: { [key: string]: object; };
26235
26418
  }
26236
26419
 
26237
26420
  export interface QueueConversationEventTopicCall {
@@ -26263,7 +26446,6 @@ declare namespace Models {
26263
26446
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26264
26447
  "afterCallWorkRequired"?: boolean;
26265
26448
  "agentAssistantId"?: string;
26266
- "additionalProperties"?: { [key: string]: object; };
26267
26449
  }
26268
26450
 
26269
26451
  export interface QueueConversationEventTopicCallback {
@@ -26293,7 +26475,6 @@ declare namespace Models {
26293
26475
  "afterCallWorkRequired"?: boolean;
26294
26476
  "callerId"?: string;
26295
26477
  "callerIdName"?: string;
26296
- "additionalProperties"?: { [key: string]: object; };
26297
26478
  }
26298
26479
 
26299
26480
  export interface QueueConversationEventTopicChat {
@@ -26314,7 +26495,6 @@ declare namespace Models {
26314
26495
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26315
26496
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26316
26497
  "afterCallWorkRequired"?: boolean;
26317
- "additionalProperties"?: { [key: string]: object; };
26318
26498
  }
26319
26499
 
26320
26500
  export interface QueueConversationEventTopicCobrowse {
@@ -26337,13 +26517,13 @@ declare namespace Models {
26337
26517
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26338
26518
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26339
26519
  "afterCallWorkRequired"?: boolean;
26340
- "additionalProperties"?: { [key: string]: object; };
26341
26520
  }
26342
26521
 
26343
26522
  export interface QueueConversationEventTopicConversation {
26344
26523
  "id"?: string;
26345
26524
  "maxParticipants"?: number;
26346
26525
  "participants"?: Array<Models.QueueConversationEventTopicParticipant>;
26526
+ "recentTransfers"?: Array<Models.QueueConversationEventTopicRecentTransfer>;
26347
26527
  "recordingState"?: string;
26348
26528
  "address"?: string;
26349
26529
  "externalTag"?: string;
@@ -26357,13 +26537,17 @@ declare namespace Models {
26357
26537
  "scoredAgents"?: Array<Models.QueueConversationEventTopicScoredAgent>;
26358
26538
  }
26359
26539
 
26540
+ export interface QueueConversationEventTopicDestination {
26541
+ "userId"?: string;
26542
+ "address"?: string;
26543
+ }
26544
+
26360
26545
  export interface QueueConversationEventTopicDialerPreview {
26361
26546
  "id"?: string;
26362
26547
  "contactId"?: string;
26363
26548
  "contactListId"?: string;
26364
26549
  "campaignId"?: string;
26365
26550
  "phoneNumberColumns"?: Array<Models.QueueConversationEventTopicPhoneNumberColumn>;
26366
- "additionalProperties"?: { [key: string]: object; };
26367
26551
  }
26368
26552
 
26369
26553
  export interface QueueConversationEventTopicDisconnectReason {
@@ -26395,7 +26579,6 @@ declare namespace Models {
26395
26579
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26396
26580
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26397
26581
  "afterCallWorkRequired"?: boolean;
26398
- "additionalProperties"?: { [key: string]: object; };
26399
26582
  }
26400
26583
 
26401
26584
  export interface QueueConversationEventTopicErrorDetails {
@@ -26406,7 +26589,6 @@ declare namespace Models {
26406
26589
  "messageParams"?: { [key: string]: string; };
26407
26590
  "contextId"?: string;
26408
26591
  "uri"?: string;
26409
- "additionalProperties"?: { [key: string]: object; };
26410
26592
  }
26411
26593
 
26412
26594
  export interface QueueConversationEventTopicFaxStatus {
@@ -26420,6 +26602,10 @@ declare namespace Models {
26420
26602
  "lineErrors"?: number;
26421
26603
  }
26422
26604
 
26605
+ export interface QueueConversationEventTopicInitiator {
26606
+ "userId"?: string;
26607
+ }
26608
+
26423
26609
  export interface QueueConversationEventTopicJourneyAction {
26424
26610
  "id"?: string;
26425
26611
  "actionMap"?: Models.QueueConversationEventTopicJourneyActionMap;
@@ -26472,7 +26658,6 @@ declare namespace Models {
26472
26658
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26473
26659
  "afterCallWorkRequired"?: boolean;
26474
26660
  "agentAssistantId"?: string;
26475
- "additionalProperties"?: { [key: string]: object; };
26476
26661
  }
26477
26662
 
26478
26663
  export interface QueueConversationEventTopicMessageDetails {
@@ -26558,13 +26743,20 @@ declare namespace Models {
26558
26743
  "socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
26559
26744
  "videos"?: Array<Models.QueueConversationEventTopicVideo>;
26560
26745
  "workflow"?: Models.QueueConversationEventTopicWorkflow;
26561
- "additionalProperties"?: { [key: string]: object; };
26562
26746
  }
26563
26747
 
26564
26748
  export interface QueueConversationEventTopicPhoneNumberColumn {
26565
26749
  "columnName"?: string;
26566
26750
  "type"?: string;
26567
- "additionalProperties"?: { [key: string]: object; };
26751
+ }
26752
+
26753
+ export interface QueueConversationEventTopicRecentTransfer {
26754
+ "id"?: string;
26755
+ "state"?: string;
26756
+ "dateIssued"?: string;
26757
+ "initiator"?: Models.QueueConversationEventTopicInitiator;
26758
+ "destination"?: Models.QueueConversationEventTopicDestination;
26759
+ "transferType"?: string;
26568
26760
  }
26569
26761
 
26570
26762
  export interface QueueConversationEventTopicScoredAgent {
@@ -26589,7 +26781,6 @@ declare namespace Models {
26589
26781
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26590
26782
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26591
26783
  "afterCallWorkRequired"?: boolean;
26592
- "additionalProperties"?: { [key: string]: object; };
26593
26784
  }
26594
26785
 
26595
26786
  export interface QueueConversationEventTopicSocialExpression {
@@ -26612,7 +26803,6 @@ declare namespace Models {
26612
26803
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26613
26804
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26614
26805
  "afterCallWorkRequired"?: boolean;
26615
- "additionalProperties"?: { [key: string]: object; };
26616
26806
  }
26617
26807
 
26618
26808
  export interface QueueConversationEventTopicUriReference {
@@ -26640,7 +26830,6 @@ declare namespace Models {
26640
26830
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26641
26831
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26642
26832
  "afterCallWorkRequired"?: boolean;
26643
- "additionalProperties"?: { [key: string]: object; };
26644
26833
  }
26645
26834
 
26646
26835
  export interface QueueConversationEventTopicVoicemail {
@@ -26650,7 +26839,6 @@ declare namespace Models {
26650
26839
 
26651
26840
  export interface QueueConversationEventTopicWorkflow {
26652
26841
  "workflowId"?: string;
26653
- "additionalProperties"?: { [key: string]: object; };
26654
26842
  }
26655
26843
 
26656
26844
  export interface QueueConversationEventTopicWrapup {
@@ -26659,7 +26847,6 @@ declare namespace Models {
26659
26847
  "tags"?: Array<string>;
26660
26848
  "durationSeconds"?: number;
26661
26849
  "endTime"?: string;
26662
- "additionalProperties"?: { [key: string]: object; };
26663
26850
  }
26664
26851
 
26665
26852
  export interface QueueConversationMessageEventTopicConversationRoutingData {
@@ -26698,7 +26885,6 @@ declare namespace Models {
26698
26885
  "messageParams"?: { [key: string]: string; };
26699
26886
  "contextId"?: string;
26700
26887
  "uri"?: string;
26701
- "additionalProperties"?: { [key: string]: object; };
26702
26888
  }
26703
26889
 
26704
26890
  export interface QueueConversationMessageEventTopicJourneyAction {
@@ -26817,9 +27003,6 @@ declare namespace Models {
26817
27003
  "id"?: string;
26818
27004
  }
26819
27005
 
26820
- export interface QueueConversationMessageEventTopicObject {
26821
- }
26822
-
26823
27006
  export interface QueueConversationMessageEventTopicScoredAgent {
26824
27007
  "agent"?: Models.QueueConversationMessageEventTopicUriReference;
26825
27008
  "score"?: number;
@@ -26836,7 +27019,6 @@ declare namespace Models {
26836
27019
  "tags"?: Array<string>;
26837
27020
  "durationSeconds"?: number;
26838
27021
  "endTime"?: string;
26839
- "additionalProperties"?: { [key: string]: object; };
26840
27022
  }
26841
27023
 
26842
27024
  export interface QueueConversationScreenShareEventTopicConversationRoutingData {
@@ -26893,9 +27075,6 @@ declare namespace Models {
26893
27075
  "type"?: string;
26894
27076
  }
26895
27077
 
26896
- export interface QueueConversationScreenShareEventTopicObject {
26897
- }
26898
-
26899
27078
  export interface QueueConversationScreenShareEventTopicScoredAgent {
26900
27079
  "agent"?: Models.QueueConversationScreenShareEventTopicUriReference;
26901
27080
  "score"?: number;
@@ -26961,7 +27140,6 @@ declare namespace Models {
26961
27140
  "tags"?: Array<string>;
26962
27141
  "durationSeconds"?: number;
26963
27142
  "endTime"?: string;
26964
- "additionalProperties"?: { [key: string]: object; };
26965
27143
  }
26966
27144
 
26967
27145
  export interface QueueConversationSocialExpressionEventTopicAddress {
@@ -26970,7 +27148,6 @@ declare namespace Models {
26970
27148
  "addressNormalized"?: string;
26971
27149
  "addressRaw"?: string;
26972
27150
  "addressDisplayable"?: string;
26973
- "additionalProperties"?: { [key: string]: object; };
26974
27151
  }
26975
27152
 
26976
27153
  export interface QueueConversationSocialExpressionEventTopicAfterCallWork {
@@ -26985,7 +27162,6 @@ declare namespace Models {
26985
27162
  "contentUri"?: string;
26986
27163
  "contentType"?: string;
26987
27164
  "contentLength"?: number;
26988
- "additionalProperties"?: { [key: string]: object; };
26989
27165
  }
26990
27166
 
26991
27167
  export interface QueueConversationSocialExpressionEventTopicCall {
@@ -27017,7 +27193,6 @@ declare namespace Models {
27017
27193
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27018
27194
  "afterCallWorkRequired"?: boolean;
27019
27195
  "agentAssistantId"?: string;
27020
- "additionalProperties"?: { [key: string]: object; };
27021
27196
  }
27022
27197
 
27023
27198
  export interface QueueConversationSocialExpressionEventTopicCallback {
@@ -27047,7 +27222,6 @@ declare namespace Models {
27047
27222
  "afterCallWorkRequired"?: boolean;
27048
27223
  "callerId"?: string;
27049
27224
  "callerIdName"?: string;
27050
- "additionalProperties"?: { [key: string]: object; };
27051
27225
  }
27052
27226
 
27053
27227
  export interface QueueConversationSocialExpressionEventTopicChat {
@@ -27068,7 +27242,6 @@ declare namespace Models {
27068
27242
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27069
27243
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27070
27244
  "afterCallWorkRequired"?: boolean;
27071
- "additionalProperties"?: { [key: string]: object; };
27072
27245
  }
27073
27246
 
27074
27247
  export interface QueueConversationSocialExpressionEventTopicCobrowse {
@@ -27091,13 +27264,13 @@ declare namespace Models {
27091
27264
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27092
27265
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27093
27266
  "afterCallWorkRequired"?: boolean;
27094
- "additionalProperties"?: { [key: string]: object; };
27095
27267
  }
27096
27268
 
27097
27269
  export interface QueueConversationSocialExpressionEventTopicConversation {
27098
27270
  "id"?: string;
27099
27271
  "maxParticipants"?: number;
27100
27272
  "participants"?: Array<Models.QueueConversationSocialExpressionEventTopicParticipant>;
27273
+ "recentTransfers"?: Array<Models.QueueConversationSocialExpressionEventTopicRecentTransfer>;
27101
27274
  "recordingState"?: string;
27102
27275
  "address"?: string;
27103
27276
  "externalTag"?: string;
@@ -27111,13 +27284,17 @@ declare namespace Models {
27111
27284
  "scoredAgents"?: Array<Models.QueueConversationSocialExpressionEventTopicScoredAgent>;
27112
27285
  }
27113
27286
 
27287
+ export interface QueueConversationSocialExpressionEventTopicDestination {
27288
+ "userId"?: string;
27289
+ "address"?: string;
27290
+ }
27291
+
27114
27292
  export interface QueueConversationSocialExpressionEventTopicDialerPreview {
27115
27293
  "id"?: string;
27116
27294
  "contactId"?: string;
27117
27295
  "contactListId"?: string;
27118
27296
  "campaignId"?: string;
27119
27297
  "phoneNumberColumns"?: Array<Models.QueueConversationSocialExpressionEventTopicPhoneNumberColumn>;
27120
- "additionalProperties"?: { [key: string]: object; };
27121
27298
  }
27122
27299
 
27123
27300
  export interface QueueConversationSocialExpressionEventTopicDisconnectReason {
@@ -27149,7 +27326,6 @@ declare namespace Models {
27149
27326
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27150
27327
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27151
27328
  "afterCallWorkRequired"?: boolean;
27152
- "additionalProperties"?: { [key: string]: object; };
27153
27329
  }
27154
27330
 
27155
27331
  export interface QueueConversationSocialExpressionEventTopicErrorDetails {
@@ -27160,7 +27336,6 @@ declare namespace Models {
27160
27336
  "messageParams"?: { [key: string]: string; };
27161
27337
  "contextId"?: string;
27162
27338
  "uri"?: string;
27163
- "additionalProperties"?: { [key: string]: object; };
27164
27339
  }
27165
27340
 
27166
27341
  export interface QueueConversationSocialExpressionEventTopicFaxStatus {
@@ -27174,6 +27349,10 @@ declare namespace Models {
27174
27349
  "lineErrors"?: number;
27175
27350
  }
27176
27351
 
27352
+ export interface QueueConversationSocialExpressionEventTopicInitiator {
27353
+ "userId"?: string;
27354
+ }
27355
+
27177
27356
  export interface QueueConversationSocialExpressionEventTopicJourneyAction {
27178
27357
  "id"?: string;
27179
27358
  "actionMap"?: Models.QueueConversationSocialExpressionEventTopicJourneyActionMap;
@@ -27226,7 +27405,6 @@ declare namespace Models {
27226
27405
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27227
27406
  "afterCallWorkRequired"?: boolean;
27228
27407
  "agentAssistantId"?: string;
27229
- "additionalProperties"?: { [key: string]: object; };
27230
27408
  }
27231
27409
 
27232
27410
  export interface QueueConversationSocialExpressionEventTopicMessageDetails {
@@ -27312,13 +27490,20 @@ declare namespace Models {
27312
27490
  "socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
27313
27491
  "videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
27314
27492
  "workflow"?: Models.QueueConversationSocialExpressionEventTopicWorkflow;
27315
- "additionalProperties"?: { [key: string]: object; };
27316
27493
  }
27317
27494
 
27318
27495
  export interface QueueConversationSocialExpressionEventTopicPhoneNumberColumn {
27319
27496
  "columnName"?: string;
27320
27497
  "type"?: string;
27321
- "additionalProperties"?: { [key: string]: object; };
27498
+ }
27499
+
27500
+ export interface QueueConversationSocialExpressionEventTopicRecentTransfer {
27501
+ "id"?: string;
27502
+ "state"?: string;
27503
+ "dateIssued"?: string;
27504
+ "initiator"?: Models.QueueConversationSocialExpressionEventTopicInitiator;
27505
+ "destination"?: Models.QueueConversationSocialExpressionEventTopicDestination;
27506
+ "transferType"?: string;
27322
27507
  }
27323
27508
 
27324
27509
  export interface QueueConversationSocialExpressionEventTopicScoredAgent {
@@ -27343,7 +27528,6 @@ declare namespace Models {
27343
27528
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27344
27529
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27345
27530
  "afterCallWorkRequired"?: boolean;
27346
- "additionalProperties"?: { [key: string]: object; };
27347
27531
  }
27348
27532
 
27349
27533
  export interface QueueConversationSocialExpressionEventTopicSocialExpression {
@@ -27366,7 +27550,6 @@ declare namespace Models {
27366
27550
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27367
27551
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27368
27552
  "afterCallWorkRequired"?: boolean;
27369
- "additionalProperties"?: { [key: string]: object; };
27370
27553
  }
27371
27554
 
27372
27555
  export interface QueueConversationSocialExpressionEventTopicUriReference {
@@ -27394,7 +27577,6 @@ declare namespace Models {
27394
27577
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27395
27578
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27396
27579
  "afterCallWorkRequired"?: boolean;
27397
- "additionalProperties"?: { [key: string]: object; };
27398
27580
  }
27399
27581
 
27400
27582
  export interface QueueConversationSocialExpressionEventTopicVoicemail {
@@ -27404,7 +27586,6 @@ declare namespace Models {
27404
27586
 
27405
27587
  export interface QueueConversationSocialExpressionEventTopicWorkflow {
27406
27588
  "workflowId"?: string;
27407
- "additionalProperties"?: { [key: string]: object; };
27408
27589
  }
27409
27590
 
27410
27591
  export interface QueueConversationSocialExpressionEventTopicWrapup {
@@ -27413,7 +27594,6 @@ declare namespace Models {
27413
27594
  "tags"?: Array<string>;
27414
27595
  "durationSeconds"?: number;
27415
27596
  "endTime"?: string;
27416
- "additionalProperties"?: { [key: string]: object; };
27417
27597
  }
27418
27598
 
27419
27599
  export interface QueueConversationVideoEventTopicAddress {
@@ -27422,7 +27602,6 @@ declare namespace Models {
27422
27602
  "addressNormalized"?: string;
27423
27603
  "addressRaw"?: string;
27424
27604
  "addressDisplayable"?: string;
27425
- "additionalProperties"?: { [key: string]: object; };
27426
27605
  }
27427
27606
 
27428
27607
  export interface QueueConversationVideoEventTopicAfterCallWork {
@@ -27437,7 +27616,6 @@ declare namespace Models {
27437
27616
  "contentUri"?: string;
27438
27617
  "contentType"?: string;
27439
27618
  "contentLength"?: number;
27440
- "additionalProperties"?: { [key: string]: object; };
27441
27619
  }
27442
27620
 
27443
27621
  export interface QueueConversationVideoEventTopicCall {
@@ -27469,7 +27647,6 @@ declare namespace Models {
27469
27647
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27470
27648
  "afterCallWorkRequired"?: boolean;
27471
27649
  "agentAssistantId"?: string;
27472
- "additionalProperties"?: { [key: string]: object; };
27473
27650
  }
27474
27651
 
27475
27652
  export interface QueueConversationVideoEventTopicCallback {
@@ -27499,7 +27676,6 @@ declare namespace Models {
27499
27676
  "afterCallWorkRequired"?: boolean;
27500
27677
  "callerId"?: string;
27501
27678
  "callerIdName"?: string;
27502
- "additionalProperties"?: { [key: string]: object; };
27503
27679
  }
27504
27680
 
27505
27681
  export interface QueueConversationVideoEventTopicChat {
@@ -27520,7 +27696,6 @@ declare namespace Models {
27520
27696
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27521
27697
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27522
27698
  "afterCallWorkRequired"?: boolean;
27523
- "additionalProperties"?: { [key: string]: object; };
27524
27699
  }
27525
27700
 
27526
27701
  export interface QueueConversationVideoEventTopicCobrowse {
@@ -27543,13 +27718,13 @@ declare namespace Models {
27543
27718
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27544
27719
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27545
27720
  "afterCallWorkRequired"?: boolean;
27546
- "additionalProperties"?: { [key: string]: object; };
27547
27721
  }
27548
27722
 
27549
27723
  export interface QueueConversationVideoEventTopicConversation {
27550
27724
  "id"?: string;
27551
27725
  "maxParticipants"?: number;
27552
27726
  "participants"?: Array<Models.QueueConversationVideoEventTopicParticipant>;
27727
+ "recentTransfers"?: Array<Models.QueueConversationVideoEventTopicRecentTransfer>;
27553
27728
  "recordingState"?: string;
27554
27729
  "address"?: string;
27555
27730
  "externalTag"?: string;
@@ -27563,13 +27738,17 @@ declare namespace Models {
27563
27738
  "scoredAgents"?: Array<Models.QueueConversationVideoEventTopicScoredAgent>;
27564
27739
  }
27565
27740
 
27741
+ export interface QueueConversationVideoEventTopicDestination {
27742
+ "userId"?: string;
27743
+ "address"?: string;
27744
+ }
27745
+
27566
27746
  export interface QueueConversationVideoEventTopicDialerPreview {
27567
27747
  "id"?: string;
27568
27748
  "contactId"?: string;
27569
27749
  "contactListId"?: string;
27570
27750
  "campaignId"?: string;
27571
27751
  "phoneNumberColumns"?: Array<Models.QueueConversationVideoEventTopicPhoneNumberColumn>;
27572
- "additionalProperties"?: { [key: string]: object; };
27573
27752
  }
27574
27753
 
27575
27754
  export interface QueueConversationVideoEventTopicDisconnectReason {
@@ -27601,7 +27780,6 @@ declare namespace Models {
27601
27780
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27602
27781
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27603
27782
  "afterCallWorkRequired"?: boolean;
27604
- "additionalProperties"?: { [key: string]: object; };
27605
27783
  }
27606
27784
 
27607
27785
  export interface QueueConversationVideoEventTopicErrorDetails {
@@ -27612,7 +27790,6 @@ declare namespace Models {
27612
27790
  "messageParams"?: { [key: string]: string; };
27613
27791
  "contextId"?: string;
27614
27792
  "uri"?: string;
27615
- "additionalProperties"?: { [key: string]: object; };
27616
27793
  }
27617
27794
 
27618
27795
  export interface QueueConversationVideoEventTopicFaxStatus {
@@ -27626,6 +27803,10 @@ declare namespace Models {
27626
27803
  "lineErrors"?: number;
27627
27804
  }
27628
27805
 
27806
+ export interface QueueConversationVideoEventTopicInitiator {
27807
+ "userId"?: string;
27808
+ }
27809
+
27629
27810
  export interface QueueConversationVideoEventTopicJourneyAction {
27630
27811
  "id"?: string;
27631
27812
  "actionMap"?: Models.QueueConversationVideoEventTopicJourneyActionMap;
@@ -27678,7 +27859,6 @@ declare namespace Models {
27678
27859
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27679
27860
  "afterCallWorkRequired"?: boolean;
27680
27861
  "agentAssistantId"?: string;
27681
- "additionalProperties"?: { [key: string]: object; };
27682
27862
  }
27683
27863
 
27684
27864
  export interface QueueConversationVideoEventTopicMessageDetails {
@@ -27764,13 +27944,20 @@ declare namespace Models {
27764
27944
  "socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
27765
27945
  "videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
27766
27946
  "workflow"?: Models.QueueConversationVideoEventTopicWorkflow;
27767
- "additionalProperties"?: { [key: string]: object; };
27768
27947
  }
27769
27948
 
27770
27949
  export interface QueueConversationVideoEventTopicPhoneNumberColumn {
27771
27950
  "columnName"?: string;
27772
27951
  "type"?: string;
27773
- "additionalProperties"?: { [key: string]: object; };
27952
+ }
27953
+
27954
+ export interface QueueConversationVideoEventTopicRecentTransfer {
27955
+ "id"?: string;
27956
+ "state"?: string;
27957
+ "dateIssued"?: string;
27958
+ "initiator"?: Models.QueueConversationVideoEventTopicInitiator;
27959
+ "destination"?: Models.QueueConversationVideoEventTopicDestination;
27960
+ "transferType"?: string;
27774
27961
  }
27775
27962
 
27776
27963
  export interface QueueConversationVideoEventTopicScoredAgent {
@@ -27795,7 +27982,6 @@ declare namespace Models {
27795
27982
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27796
27983
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27797
27984
  "afterCallWorkRequired"?: boolean;
27798
- "additionalProperties"?: { [key: string]: object; };
27799
27985
  }
27800
27986
 
27801
27987
  export interface QueueConversationVideoEventTopicSocialExpression {
@@ -27818,7 +28004,6 @@ declare namespace Models {
27818
28004
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27819
28005
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27820
28006
  "afterCallWorkRequired"?: boolean;
27821
- "additionalProperties"?: { [key: string]: object; };
27822
28007
  }
27823
28008
 
27824
28009
  export interface QueueConversationVideoEventTopicUriReference {
@@ -27846,7 +28031,6 @@ declare namespace Models {
27846
28031
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27847
28032
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27848
28033
  "afterCallWorkRequired"?: boolean;
27849
- "additionalProperties"?: { [key: string]: object; };
27850
28034
  }
27851
28035
 
27852
28036
  export interface QueueConversationVideoEventTopicVoicemail {
@@ -27856,7 +28040,6 @@ declare namespace Models {
27856
28040
 
27857
28041
  export interface QueueConversationVideoEventTopicWorkflow {
27858
28042
  "workflowId"?: string;
27859
- "additionalProperties"?: { [key: string]: object; };
27860
28043
  }
27861
28044
 
27862
28045
  export interface QueueConversationVideoEventTopicWrapup {
@@ -27865,7 +28048,6 @@ declare namespace Models {
27865
28048
  "tags"?: Array<string>;
27866
28049
  "durationSeconds"?: number;
27867
28050
  "endTime"?: string;
27868
- "additionalProperties"?: { [key: string]: object; };
27869
28051
  }
27870
28052
 
27871
28053
  export interface QueueEmailAddress {
@@ -28050,11 +28232,6 @@ declare namespace Models {
28050
28232
  "selfUri"?: string;
28051
28233
  }
28052
28234
 
28053
- export interface Reason {
28054
- "code"?: string;
28055
- "message": string;
28056
- }
28057
-
28058
28235
  export interface RecallEntry {
28059
28236
  "nbrAttempts"?: number;
28060
28237
  "minutesBetweenAttempts"?: number;
@@ -30758,6 +30935,7 @@ declare namespace Models {
30758
30935
  "webRtcPersistentEnabled"?: boolean;
30759
30936
  "webRtcForceTurn"?: boolean;
30760
30937
  "webRtcCallAppearances"?: number;
30938
+ "webRtcRequireMediaHelper"?: boolean;
30761
30939
  "selfUri"?: string;
30762
30940
  }
30763
30941
 
@@ -30974,6 +31152,10 @@ declare namespace Models {
30974
31152
  "mediaTypes"?: Models.MediaTypes;
30975
31153
  }
30976
31154
 
31155
+ export interface SupportedDialectsEntityListing {
31156
+ "entities"?: Array<Models.TranscriptionEngines>;
31157
+ }
31158
+
30977
31159
  export interface SupportedLanguage {
30978
31160
  "language"?: string;
30979
31161
  "isDefault"?: boolean;
@@ -31985,6 +32167,15 @@ declare namespace Models {
31985
32167
  "url"?: string;
31986
32168
  }
31987
32169
 
32170
+ export interface TranscriptionEngines {
32171
+ "engine"?: string;
32172
+ "dialects"?: Array<string>;
32173
+ }
32174
+
32175
+ export interface TranscriptionEnginesRequest {
32176
+ "transcriptionEngines": Array<Models.TranscriptionEngines>;
32177
+ }
32178
+
31988
32179
  export interface TranscriptionSettings {
31989
32180
  "transcription": string;
31990
32181
  "transcriptionConfidenceThreshold": number;
@@ -32043,12 +32234,31 @@ declare namespace Models {
32043
32234
  "doesNotContain"?: Array<string>;
32044
32235
  }
32045
32236
 
32237
+ export interface TransferDestination {
32238
+ "userId"?: string;
32239
+ "address"?: string;
32240
+ }
32241
+
32242
+ export interface TransferInitiator {
32243
+ "userId"?: string;
32244
+ }
32245
+
32046
32246
  export interface TransferRequest {
32047
32247
  "userId"?: string;
32048
32248
  "address"?: string;
32049
32249
  "userName"?: string;
32050
32250
  "queueId"?: string;
32051
32251
  "voicemail"?: boolean;
32252
+ "transferType"?: string;
32253
+ }
32254
+
32255
+ export interface TransferResponse {
32256
+ "id"?: string;
32257
+ "state"?: string;
32258
+ "dateIssued"?: string;
32259
+ "initiator"?: Models.TransferInitiator;
32260
+ "destination"?: Models.TransferDestination;
32261
+ "transferType"?: string;
32052
32262
  }
32053
32263
 
32054
32264
  export interface Trigger {
@@ -33712,6 +33922,13 @@ declare namespace Models {
33712
33922
  "pageCount"?: number;
33713
33923
  }
33714
33924
 
33925
+ export interface UserSkillGroupEntityListing {
33926
+ "entities"?: Array<Models.SkillGroup>;
33927
+ "nextUri"?: string;
33928
+ "selfUri"?: string;
33929
+ "previousUri"?: string;
33930
+ }
33931
+
33715
33932
  export interface UserStartDetailEventTopicUserStartEvent {
33716
33933
  "eventTime"?: number;
33717
33934
  "conversationId"?: string;
@@ -34515,6 +34732,9 @@ declare namespace Models {
34515
34732
  "myDashboard"?: boolean;
34516
34733
  "stationErrors"?: Array<string>;
34517
34734
  "canonicalContactIds"?: Array<string>;
34735
+ "alertRuleIds"?: Array<string>;
34736
+ "evaluationFormContextIds"?: Array<string>;
34737
+ "evaluationStatuses"?: Array<string>;
34518
34738
  }
34519
34739
 
34520
34740
  export interface VisibilityCondition {
@@ -35957,6 +36177,17 @@ declare namespace Models {
35957
36177
  "eventType"?: string;
35958
36178
  }
35959
36179
 
36180
+ export interface WfmServiceGoalImpact {
36181
+ "increaseByPercent": number;
36182
+ "decreaseByPercent": number;
36183
+ }
36184
+
36185
+ export interface WfmServiceGoalImpactSettings {
36186
+ "serviceLevel": Models.WfmServiceGoalImpact;
36187
+ "averageSpeedOfAnswer": Models.WfmServiceGoalImpact;
36188
+ "abandonRate": Models.WfmServiceGoalImpact;
36189
+ }
36190
+
35960
36191
  export interface WfmTimeOffBalanceJobTopicErrorBody {
35961
36192
  "status"?: number;
35962
36193
  "code"?: string;
@@ -36674,6 +36905,50 @@ declare namespace Models {
36674
36905
  "customFields"?: { [key: string]: Models.WorkitemsEventsNotificationCustomAttribute; };
36675
36906
  }
36676
36907
 
36908
+ export interface WorkitemsQueueEventsNotificationCustomAttribute {
36909
+ "dataType"?: string;
36910
+ "value"?: string;
36911
+ }
36912
+
36913
+ export interface WorkitemsQueueEventsNotificationDelta {
36914
+ "op"?: string;
36915
+ "field"?: string;
36916
+ "oldValue"?: string;
36917
+ "newValue"?: string;
36918
+ }
36919
+
36920
+ export interface WorkitemsQueueEventsNotificationWorkitem {
36921
+ "id"?: string;
36922
+ "name"?: string;
36923
+ "typeId"?: string;
36924
+ "description"?: string;
36925
+ "languageId"?: string;
36926
+ "priority"?: number;
36927
+ "dateCreated"?: string;
36928
+ "dateModified"?: string;
36929
+ "dateDue"?: string;
36930
+ "dateExpires"?: string;
36931
+ "durationSeconds"?: number;
36932
+ "ttl"?: number;
36933
+ "statusId"?: string;
36934
+ "statusCategory"?: string;
36935
+ "dateClosed"?: string;
36936
+ "workbinId"?: string;
36937
+ "reporterId"?: string;
36938
+ "assigneeId"?: string;
36939
+ "externalContactId"?: string;
36940
+ "externalTag"?: string;
36941
+ "wrapupId"?: string;
36942
+ "modifiedBy"?: string;
36943
+ "operation"?: string;
36944
+ "changes"?: Array<Models.WorkitemsQueueEventsNotificationDelta>;
36945
+ "assignmentState"?: string;
36946
+ "assignmentId"?: string;
36947
+ "alertTimeoutSeconds"?: number;
36948
+ "queueId"?: string;
36949
+ "customFields"?: { [key: string]: Models.WorkitemsQueueEventsNotificationCustomAttribute; };
36950
+ }
36951
+
36677
36952
  export interface WorkitemsUserEventsNotificationCustomAttribute {
36678
36953
  "dataType"?: string;
36679
36954
  "value"?: string;