purecloud-platform-client-v2 196.0.0 → 198.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 (87) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +972 -148
  3. package/dist/web-amd/purecloud-platform-client-v2.js +972 -148
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +323 -110
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +327 -111
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +791 -121
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +136 -0
  12. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +165 -1
  23. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +156 -0
  27. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +9 -5
  29. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/JourneyApi.js +32 -3
  40. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LearningApi.js +3 -2
  44. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OutboundApi.js +32 -36
  56. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/QualityApi.js +32 -1
  59. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RoutingApi.js +3 -2
  62. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SettingsApi.js +111 -1
  67. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +3 -2
  71. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UsersApi.js +3 -3
  80. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +222 -27
  87. package/src/purecloud-platform-client-v2/index.js +13 -1
package/index.d.ts CHANGED
@@ -78,6 +78,16 @@ declare class Logger {
78
78
  setLogger(): void;
79
79
  }
80
80
 
81
+ declare class AgentUIApi {
82
+ deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string): Promise<void>;
83
+ getUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string): Promise<Models.AutoAnswerSettings>;
84
+ patchUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string, body: Models.AutoAnswerSettings): Promise<Models.AutoAnswerSettings>;
85
+ putUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string, body: Models.AutoAnswerSettings): Promise<Models.AutoAnswerSettings>;
86
+ }
87
+
88
+ declare namespace AgentUIApi {
89
+ }
90
+
81
91
  declare class AlertingApi {
82
92
  deleteAlertingAlert(alertId: string): Promise<void>;
83
93
  deleteAlertingInteractionstatsAlert(alertId: string): Promise<void>;
@@ -1389,6 +1399,8 @@ declare class ConversationsApi {
1389
1399
  getConversationParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
1390
1400
  getConversationParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
1391
1401
  getConversationSecureattributes(conversationId: string): Promise<Models.ConversationSecureAttributes>;
1402
+ getConversationSuggestion(conversationId: string, suggestionId: string): Promise<Models.Suggestion>;
1403
+ getConversationSuggestions(conversationId: string, opts?: ConversationsApi.getConversationSuggestionsOptions): Promise<Models.SuggestionListing>;
1392
1404
  getConversations(opts?: ConversationsApi.getConversationsOptions): Promise<Models.ConversationEntityListing>;
1393
1405
  getConversationsCall(conversationId: string): Promise<Models.CallConversation>;
1394
1406
  getConversationsCallParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsCallParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
@@ -1487,6 +1499,7 @@ declare class ConversationsApi {
1487
1499
  patchConversationsEmailParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1488
1500
  patchConversationsEmailParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<Models.ParticipantAttributes>;
1489
1501
  patchConversationsEmailParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1502
+ patchConversationsEmailParticipantParkingstate(conversationId: string, participantId: string, body: Models.ParkingStateRequest): Promise<void>;
1490
1503
  patchConversationsMessage(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1491
1504
  patchConversationsMessageParticipant(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantOptions): Promise<void>;
1492
1505
  patchConversationsMessageParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantAttributesOptions): Promise<Models.ParticipantAttributes>;
@@ -1516,6 +1529,8 @@ declare class ConversationsApi {
1516
1529
  postConversationParticipantReplaceExternal(conversationId: string, participantId: string, body: Models.TransferToExternalRequest): Promise<void>;
1517
1530
  postConversationParticipantReplaceQueue(conversationId: string, participantId: string, body: Models.TransferToQueueRequest): Promise<void>;
1518
1531
  postConversationParticipantSecureivrsessions(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantSecureivrsessionsOptions): Promise<Models.SecureSession>;
1532
+ postConversationSuggestionEngagement(conversationId: string, suggestionId: string, body: Models.SuggestionEngagement): Promise<Models.SuggestionEngagement>;
1533
+ postConversationSuggestionsFeedback(conversationId: string, body: Models.Feedback): Promise<void>;
1519
1534
  postConversationSummaryFeedback(conversationId: string, summaryId: string, opts?: ConversationsApi.postConversationSummaryFeedbackOptions): Promise<void>;
1520
1535
  postConversationsCall(conversationId: string, body: Models.CallCommand): Promise<Models.Conversation>;
1521
1536
  postConversationsCallParticipantBarge(conversationId: string, participantId: string): Promise<void>;
@@ -1562,7 +1577,7 @@ declare class ConversationsApi {
1562
1577
  postConversationsMessageParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsMessageParticipantCommunicationWrapupOptions): Promise<void>;
1563
1578
  postConversationsMessageParticipantMonitor(conversationId: string, participantId: string): Promise<void>;
1564
1579
  postConversationsMessageParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
1565
- postConversationsMessages(body: Models.CreateOutboundMessagingConversationRequest): Promise<Models.MessageConversation>;
1580
+ postConversationsMessages(body: Models.CreateOutboundMessagingConversationRequest): Promise<Models.CreateOutboundMessagingConversationResponse>;
1566
1581
  postConversationsMessagesAgentless(body: Models.SendAgentlessOutboundMessageRequest): Promise<Models.SendAgentlessOutboundMessageResponse>;
1567
1582
  postConversationsMessagesInboundOpen(body: Models.OpenNormalizedMessage): Promise<Models.OpenNormalizedMessage>;
1568
1583
  postConversationsMessagingIntegrationsFacebook(body: Models.FacebookIntegrationRequest): Promise<Models.FacebookIntegration>;
@@ -1611,6 +1626,13 @@ declare namespace ConversationsApi {
1611
1626
  export interface getConversationParticipantWrapupOptions {
1612
1627
  "provisional"?: boolean;
1613
1628
  }
1629
+ export interface getConversationSuggestionsOptions {
1630
+ "before"?: string;
1631
+ "after"?: string;
1632
+ "pageSize"?: string;
1633
+ "type"?: string;
1634
+ "state"?: string;
1635
+ }
1614
1636
  export interface getConversationsOptions {
1615
1637
  "communicationType"?: string;
1616
1638
  }
@@ -1841,6 +1863,21 @@ declare namespace EmailsApi {
1841
1863
  }
1842
1864
  }
1843
1865
 
1866
+ declare class EmployeeEngagementApi {
1867
+ deleteEmployeeengagementCelebration(celebrationId: string): Promise<void>;
1868
+ getEmployeeengagementCelebrations(opts?: EmployeeEngagementApi.getEmployeeengagementCelebrationsOptions): Promise<Models.GetCelebrationListing>;
1869
+ getEmployeeengagementRecognition(recognitionId: string): Promise<Models.Recognition>;
1870
+ patchEmployeeengagementCelebration(celebrationId: string, body: Models.CelebrationStateParam): Promise<void>;
1871
+ postEmployeeengagementRecognitions(body: Models.CreateRecognition): Promise<Models.RecognitionBase>;
1872
+ }
1873
+
1874
+ declare namespace EmployeeEngagementApi {
1875
+ export interface getEmployeeengagementCelebrationsOptions {
1876
+ "pageNumber"?: number;
1877
+ "pageSize"?: number;
1878
+ }
1879
+ }
1880
+
1844
1881
  declare class EventsApi {
1845
1882
  postEventsConversations(body: Models.BatchConversationEventRequest): Promise<Models.BatchEventResponse>;
1846
1883
  postEventsUsersPresence(body: Models.BatchUserPresenceEventRequest): Promise<Models.BatchEventResponse>;
@@ -1907,7 +1944,7 @@ declare class ExternalContactsApi {
1907
1944
  postExternalcontactsContactPromotion(contactId: string): Promise<Models.ExternalContact>;
1908
1945
  postExternalcontactsContacts(body: Models.ExternalContact): Promise<Models.ExternalContact>;
1909
1946
  postExternalcontactsContactsSchemas(body: Models.DataSchema): Promise<Models.DataSchema>;
1910
- postExternalcontactsIdentifierlookup(identifier: Models.ContactIdentifier): Promise<Models.ExternalContact>;
1947
+ postExternalcontactsIdentifierlookup(identifier: Models.ContactIdentifier, opts?: ExternalContactsApi.postExternalcontactsIdentifierlookupOptions): Promise<Models.ExternalContact>;
1911
1948
  postExternalcontactsMergeContacts(body: Models.MergeRequest): Promise<Models.ExternalContact>;
1912
1949
  postExternalcontactsOrganizationNotes(externalOrganizationId: string, body: Models.Note): Promise<Models.Note>;
1913
1950
  postExternalcontactsOrganizations(body: Models.ExternalOrganization): Promise<Models.ExternalOrganization>;
@@ -2009,6 +2046,9 @@ declare namespace ExternalContactsApi {
2009
2046
  "limit"?: number;
2010
2047
  "cursor"?: string;
2011
2048
  }
2049
+ export interface postExternalcontactsIdentifierlookupOptions {
2050
+ "expand"?: Array<string>;
2051
+ }
2012
2052
  }
2013
2053
 
2014
2054
  declare class FaxApi {
@@ -2757,6 +2797,7 @@ declare class JourneyApi {
2757
2797
  postJourneyActiontemplates(opts?: JourneyApi.postJourneyActiontemplatesOptions): Promise<Models.ActionTemplate>;
2758
2798
  postJourneyDeploymentActionevent(deploymentId: string, body: Models.ActionEventRequest): Promise<void>;
2759
2799
  postJourneyDeploymentAppevents(deploymentId: string, opts?: JourneyApi.postJourneyDeploymentAppeventsOptions): Promise<Models.AppEventResponse>;
2800
+ postJourneyDeploymentWebevents(deploymentId: string, opts?: JourneyApi.postJourneyDeploymentWebeventsOptions): Promise<Models.WebEventResponse>;
2760
2801
  postJourneyFlowsPathsQuery(opts?: JourneyApi.postJourneyFlowsPathsQueryOptions): Promise<Models.FlowPaths>;
2761
2802
  postJourneyOutcomes(opts?: JourneyApi.postJourneyOutcomesOptions): Promise<Models.Outcome>;
2762
2803
  postJourneyOutcomesAttributionsJobs(opts?: JourneyApi.postJourneyOutcomesAttributionsJobsOptions): Promise<Models.OutcomeAttributionAsyncResponse>;
@@ -2830,6 +2871,7 @@ declare namespace JourneyApi {
2830
2871
  export interface getJourneySessionEventsOptions {
2831
2872
  "pageSize"?: string;
2832
2873
  "after"?: string;
2874
+ "eventType"?: string;
2833
2875
  }
2834
2876
  export interface getJourneyViewsJobsOptions {
2835
2877
  "pageNumber"?: number;
@@ -2861,6 +2903,9 @@ declare namespace JourneyApi {
2861
2903
  export interface postJourneyDeploymentAppeventsOptions {
2862
2904
  "body"?: Models.AppEventRequest;
2863
2905
  }
2906
+ export interface postJourneyDeploymentWebeventsOptions {
2907
+ "body"?: Models.WebEventRequest;
2908
+ }
2864
2909
  export interface postJourneyFlowsPathsQueryOptions {
2865
2910
  "body"?: Models.FlowPathsQuery;
2866
2911
  }
@@ -3337,6 +3382,7 @@ declare namespace LearningApi {
3337
3382
  }
3338
3383
  export interface getLearningAssignmentStepOptions {
3339
3384
  "shareableContentObjectId"?: string;
3385
+ "defaultShareableContentObject"?: string;
3340
3386
  "expand"?: Array<string>;
3341
3387
  }
3342
3388
  export interface getLearningAssignmentsOptions {
@@ -3886,12 +3932,12 @@ declare class OutboundApi {
3886
3932
  getOutboundSequences(opts?: OutboundApi.getOutboundSequencesOptions): Promise<Models.CampaignSequenceEntityListing>;
3887
3933
  getOutboundSettings(): Promise<Models.OutboundSettings>;
3888
3934
  getOutboundWrapupcodemappings(): Promise<Models.WrapUpCodeMapping>;
3935
+ patchOutboundCampaign(campaignId: string, body: Models.CampaignPatchRequest): Promise<void>;
3889
3936
  patchOutboundDnclistCustomexclusioncolumns(dncListId: string, body: Models.DncPatchCustomExclusionColumnsRequest): Promise<void>;
3890
3937
  patchOutboundDnclistEmailaddresses(dncListId: string, body: Models.DncPatchEmailsRequest): Promise<void>;
3891
3938
  patchOutboundDnclistPhonenumbers(dncListId: string, body: Models.DncPatchPhoneNumbersRequest): Promise<void>;
3892
3939
  patchOutboundSettings(body: Models.OutboundSettings): Promise<void>;
3893
3940
  postOutboundAttemptlimits(body: Models.AttemptLimits): Promise<Models.AttemptLimits>;
3894
- postOutboundAudits(body: Models.DialerAuditRequest, opts?: OutboundApi.postOutboundAuditsOptions): Promise<Models.AuditSearchResult>;
3895
3941
  postOutboundCallabletimesets(body: Models.CallableTimeSet): Promise<Models.CallableTimeSet>;
3896
3942
  postOutboundCallanalysisresponsesets(body: Models.ResponseSet): Promise<Models.ResponseSet>;
3897
3943
  postOutboundCampaignAgentownedmappingpreview(campaignId: string): Promise<object>;
@@ -4218,13 +4264,6 @@ declare namespace OutboundApi {
4218
4264
  "sortBy"?: string;
4219
4265
  "sortOrder"?: string;
4220
4266
  }
4221
- export interface postOutboundAuditsOptions {
4222
- "pageSize"?: number;
4223
- "pageNumber"?: number;
4224
- "sortBy"?: string;
4225
- "sortOrder"?: string;
4226
- "facetsOnly"?: boolean;
4227
- }
4228
4267
  export interface postOutboundContactlistContactsOptions {
4229
4268
  "priority"?: boolean;
4230
4269
  "clearSystemData"?: boolean;
@@ -4390,6 +4429,7 @@ declare class QualityApi {
4390
4429
  putQualityConversationEvaluation(conversationId: string, evaluationId: string, body: Models.Evaluation, opts?: QualityApi.putQualityConversationEvaluationOptions): Promise<Models.EvaluationResponse>;
4391
4430
  putQualityForm(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4392
4431
  putQualityFormsEvaluation(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4432
+ putQualityFormsEvaluationPredictivescoringSettings(formId: string, body: Models.PredictiveScoringSettings): Promise<Models.PredictiveScoringSettings>;
4393
4433
  putQualityFormsSurvey(formId: string, body: Models.SurveyForm): Promise<Models.SurveyForm>;
4394
4434
  putQualitySurveysScorable(customerSurveyUrl: string, body: Models.ScorableSurvey): Promise<Models.ScorableSurvey>;
4395
4435
  }
@@ -5085,6 +5125,7 @@ declare namespace RoutingApi {
5085
5125
  "sortOrder"?: string;
5086
5126
  "language"?: string;
5087
5127
  "integrationId"?: string;
5128
+ "supportedContentId"?: string;
5088
5129
  }
5089
5130
  export interface getRoutingUtilizationLabelsOptions {
5090
5131
  "pageSize"?: number;
@@ -5461,10 +5502,14 @@ declare namespace SearchApi {
5461
5502
  }
5462
5503
 
5463
5504
  declare class SettingsApi {
5505
+ deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string): Promise<void>;
5464
5506
  getEmailsSettings(): Promise<Models.EmailSettings>;
5465
5507
  getSettingsExecutiondata(): Promise<Models.ExecutionDataGlobalSettingsResponse>;
5508
+ getUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string): Promise<Models.AutoAnswerSettings>;
5466
5509
  patchEmailsSettings(opts?: SettingsApi.patchEmailsSettingsOptions): Promise<Models.EmailSettings>;
5467
- patchSettingsExecutiondata(body: Models.ExecutionDataSettingsRequest): Promise<Models.ExecutionDataGlobalSettingsResponse>;
5510
+ patchSettingsExecutiondata(body: Models.ExecutionDataSettingsRequest): Promise<Models.ExecutionDataGlobalSettingsResponse>;
5511
+ patchUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string, body: Models.AutoAnswerSettings): Promise<Models.AutoAnswerSettings>;
5512
+ putUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId: string, body: Models.AutoAnswerSettings): Promise<Models.AutoAnswerSettings>;
5468
5513
  }
5469
5514
 
5470
5515
  declare namespace SettingsApi {
@@ -5476,7 +5521,7 @@ declare namespace SettingsApi {
5476
5521
  declare class SpeechTextAnalyticsApi {
5477
5522
  deleteSpeechandtextanalyticsCategory(categoryId: string): Promise<void>;
5478
5523
  deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId: string): Promise<void>;
5479
- deleteSpeechandtextanalyticsProgram(programId: string, opts?: SpeechTextAnalyticsApi.deleteSpeechandtextanalyticsProgramOptions): Promise<void>;
5524
+ deleteSpeechandtextanalyticsProgram(programId: string, opts?: SpeechTextAnalyticsApi.deleteSpeechandtextanalyticsProgramOptions): Promise<Models.DeleteProgramResponse>;
5480
5525
  deleteSpeechandtextanalyticsSentimentfeedback(): Promise<void>;
5481
5526
  deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId(sentimentFeedbackId: string): Promise<void>;
5482
5527
  deleteSpeechandtextanalyticsTopic(topicId: string): Promise<void>;
@@ -5719,6 +5764,7 @@ declare namespace TaskManagementApi {
5719
5764
  "after"?: string;
5720
5765
  "pageSize"?: number;
5721
5766
  "sortOrder"?: string;
5767
+ "fields"?: Array<string>;
5722
5768
  }
5723
5769
  export interface getTaskmanagementWorktypeVersionsOptions {
5724
5770
  "after"?: string;
@@ -6661,13 +6707,16 @@ declare class WorkforceManagementApi {
6661
6707
  getWorkforcemanagementAdherenceExplanationsJob(jobId: string): Promise<Models.AdherenceExplanationJob>;
6662
6708
  getWorkforcemanagementAdherenceHistoricalBulkJob(jobId: string): Promise<Models.WfmHistoricalAdherenceBulkResponse>;
6663
6709
  getWorkforcemanagementAdherenceHistoricalJob(jobId: string): Promise<Models.WfmHistoricalAdherenceResponse>;
6664
- getWorkforcemanagementAdhocmodelingjob(jobId: string): Promise<Models.ModelingStatusResponse>;
6665
6710
  getWorkforcemanagementAgentAdherenceExplanation(agentId: string, explanationId: string): Promise<Models.AdherenceExplanationResponse>;
6666
6711
  getWorkforcemanagementAgentManagementunit(agentId: string): Promise<Models.AgentManagementUnitReference>;
6667
6712
  getWorkforcemanagementAgentsMeManagementunit(): Promise<Models.AgentManagementUnitReference>;
6668
6713
  getWorkforcemanagementBusinessunit(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitOptions): Promise<Models.BusinessUnitResponse>;
6669
6714
  getWorkforcemanagementBusinessunitActivitycode(businessUnitId: string, activityCodeId: string): Promise<Models.BusinessUnitActivityCode>;
6670
6715
  getWorkforcemanagementBusinessunitActivitycodes(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitActivitycodesOptions): Promise<Models.BusinessUnitActivityCodeListing>;
6716
+ getWorkforcemanagementBusinessunitActivityplan(businessUnitId: string, activityPlanId: string): Promise<Models.ActivityPlanResponse>;
6717
+ getWorkforcemanagementBusinessunitActivityplanRunsJob(businessUnitId: string, activityPlanId: string, jobId: string): Promise<Models.ActivityPlanRunJobResponse>;
6718
+ getWorkforcemanagementBusinessunitActivityplans(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitActivityplansOptions): Promise<Models.ActivityPlanListing>;
6719
+ getWorkforcemanagementBusinessunitActivityplansJobs(businessUnitId: string): Promise<Models.ActivityPlanJobListing>;
6671
6720
  getWorkforcemanagementBusinessunitIntradayPlanninggroups(businessUnitId: string, _date: string): Promise<Models.WfmIntradayPlanningGroupListing>;
6672
6721
  getWorkforcemanagementBusinessunitManagementunits(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitManagementunitsOptions): Promise<Models.ManagementUnitListing>;
6673
6722
  getWorkforcemanagementBusinessunitPlanninggroup(businessUnitId: string, planningGroupId: string): Promise<Models.PlanningGroup>;
@@ -6740,6 +6789,7 @@ declare class WorkforceManagementApi {
6740
6789
  patchWorkforcemanagementAgentAdherenceExplanation(agentId: string, explanationId: string, body: Models.UpdateAdherenceExplanationStatusRequest): Promise<Models.AdherenceExplanationAsyncResponse>;
6741
6790
  patchWorkforcemanagementBusinessunit(businessUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitOptions): Promise<Models.BusinessUnitResponse>;
6742
6791
  patchWorkforcemanagementBusinessunitActivitycode(businessUnitId: string, activityCodeId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitActivitycodeOptions): Promise<Models.BusinessUnitActivityCode>;
6792
+ patchWorkforcemanagementBusinessunitActivityplan(businessUnitId: string, activityPlanId: string, body: Models.UpdateActivityPlanRequest): Promise<Models.ActivityPlanResponse>;
6743
6793
  patchWorkforcemanagementBusinessunitPlanninggroup(businessUnitId: string, planningGroupId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitPlanninggroupOptions): Promise<Models.PlanningGroup>;
6744
6794
  patchWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<void>;
6745
6795
  patchWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<Models.ServiceGoalTemplate>;
@@ -6766,6 +6816,8 @@ declare class WorkforceManagementApi {
6766
6816
  postWorkforcemanagementAgentsMePossibleworkshifts(body: Models.AgentPossibleWorkShiftsRequest): Promise<Models.AgentPossibleWorkShiftsResponse>;
6767
6817
  postWorkforcemanagementAgentschedulesMine(opts?: WorkforceManagementApi.postWorkforcemanagementAgentschedulesMineOptions): Promise<Models.BuCurrentAgentScheduleSearchResponse>;
6768
6818
  postWorkforcemanagementBusinessunitActivitycodes(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitActivitycodesOptions): Promise<Models.BusinessUnitActivityCode>;
6819
+ postWorkforcemanagementBusinessunitActivityplanRunsJobs(businessUnitId: string, activityPlanId: string): Promise<Models.ActivityPlanJobResponse>;
6820
+ postWorkforcemanagementBusinessunitActivityplans(businessUnitId: string, body: Models.CreateActivityPlanRequest): Promise<Models.ActivityPlanResponse>;
6769
6821
  postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(businessUnitId: string, body: Models.BuQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQueryOptions): Promise<Models.BuQueryAdherenceExplanationsResponse>;
6770
6822
  postWorkforcemanagementBusinessunitAgentschedulesSearch(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitAgentschedulesSearchOptions): Promise<Models.BuAsyncAgentSchedulesSearchResponse>;
6771
6823
  postWorkforcemanagementBusinessunitIntraday(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitIntradayOptions): Promise<Models.AsyncIntradayResponse>;
@@ -6842,6 +6894,9 @@ declare namespace WorkforceManagementApi {
6842
6894
  export interface getWorkforcemanagementBusinessunitActivitycodesOptions {
6843
6895
  "forceDownloadService"?: boolean;
6844
6896
  }
6897
+ export interface getWorkforcemanagementBusinessunitActivityplansOptions {
6898
+ "state"?: string;
6899
+ }
6845
6900
  export interface getWorkforcemanagementBusinessunitManagementunitsOptions {
6846
6901
  "feature"?: string;
6847
6902
  "divisionId"?: string;
@@ -7645,12 +7700,126 @@ declare namespace Models {
7645
7700
  }
7646
7701
 
7647
7702
  export interface ActivityCodeReference {
7703
+ "id": string;
7704
+ "selfUri"?: string;
7705
+ }
7706
+
7707
+ export interface ActivityCodeSummary {
7648
7708
  "id": string;
7649
7709
  "name"?: string;
7650
7710
  "secondaryPresences"?: Array<Models.SecondaryPresence>;
7651
7711
  "selfUri"?: string;
7652
7712
  }
7653
7713
 
7714
+ export interface ActivityPlanAbandonRateImpactOverride {
7715
+ "increaseByPercent": number;
7716
+ }
7717
+
7718
+ export interface ActivityPlanAsaImpactOverride {
7719
+ "increaseByPercent": number;
7720
+ }
7721
+
7722
+ export interface ActivityPlanJobException {
7723
+ "exceptionType": string;
7724
+ "occurrences": Array<Models.ActivityPlanOccurrenceReference>;
7725
+ }
7726
+
7727
+ export interface ActivityPlanJobListing {
7728
+ "entities"?: Array<Models.ActivityPlanJobResponse>;
7729
+ }
7730
+
7731
+ export interface ActivityPlanJobResponse {
7732
+ "id"?: string;
7733
+ "activityPlan": Models.ActivityPlanReference;
7734
+ "status": string;
7735
+ "exceptions": Array<Models.ActivityPlanJobException>;
7736
+ "error"?: Models.ErrorBody;
7737
+ "occurrence"?: Models.ActivityPlanOccurrenceReference;
7738
+ "type": string;
7739
+ "selfUri"?: string;
7740
+ }
7741
+
7742
+ export interface ActivityPlanListItem {
7743
+ "id"?: string;
7744
+ "name": string;
7745
+ "managementUnits"?: Array<Models.ManagementUnitReference>;
7746
+ "description": string;
7747
+ "activityCode": Models.ActivityCodeReference;
7748
+ "type": string;
7749
+ "optimizationObjective": string;
7750
+ "recurrenceSettings"?: Models.RecurrenceSettings;
7751
+ "state": string;
7752
+ "lastRunDate"?: string;
7753
+ "lastRunBy"?: Models.UserReference;
7754
+ "createdDate": string;
7755
+ "createdBy": Models.UserReference;
7756
+ "modifiedDate": string;
7757
+ "modifiedBy": Models.UserReference;
7758
+ "selfUri"?: string;
7759
+ }
7760
+
7761
+ export interface ActivityPlanListing {
7762
+ "entities"?: Array<Models.ActivityPlanListItem>;
7763
+ }
7764
+
7765
+ export interface ActivityPlanOccurrenceReference {
7766
+ "id"?: string;
7767
+ "selfUri"?: string;
7768
+ }
7769
+
7770
+ export interface ActivityPlanReference {
7771
+ "id"?: string;
7772
+ "selfUri"?: string;
7773
+ }
7774
+
7775
+ export interface ActivityPlanResponse {
7776
+ "id"?: string;
7777
+ "name": string;
7778
+ "managementUnits"?: Array<Models.ManagementUnitReference>;
7779
+ "description": string;
7780
+ "activityCode": Models.ActivityCodeReference;
7781
+ "type": string;
7782
+ "initialSchedulePeriod": Models.SchedulingPeriod;
7783
+ "lengthMinutes": number;
7784
+ "groupSettings"?: Models.GroupSettings;
7785
+ "recurrenceSettings"?: Models.RecurrenceSettings;
7786
+ "attendeesSearchRule"?: Models.UserSearchRule;
7787
+ "facilitated": boolean;
7788
+ "facilitatorsSearchRule"?: Models.UserSearchRule;
7789
+ "transitionTimeMinutes": number;
7790
+ "serviceGoalImpactOverrides"?: Models.ActivityPlanServiceGoalImpactOverrides;
7791
+ "optimizationObjective": string;
7792
+ "fixedAvailability"?: Array<Models.FixedAvailability>;
7793
+ "state": string;
7794
+ "countsAsPaidTime": boolean;
7795
+ "createdDate": string;
7796
+ "createdBy": Models.UserReference;
7797
+ "modifiedDate": string;
7798
+ "modifiedBy": Models.UserReference;
7799
+ "lastRunDate"?: string;
7800
+ "lastRunBy"?: Models.UserReference;
7801
+ "selfUri"?: string;
7802
+ }
7803
+
7804
+ export interface ActivityPlanRunJobResponse {
7805
+ "id"?: string;
7806
+ "activityPlan": Models.ActivityPlanReference;
7807
+ "status": string;
7808
+ "exceptions": Array<Models.ActivityPlanJobException>;
7809
+ "error"?: Models.ErrorBody;
7810
+ "selfUri"?: string;
7811
+ }
7812
+
7813
+ export interface ActivityPlanServiceGoalImpactOverrides {
7814
+ "abandonRate": Models.ActivityPlanAbandonRateImpactOverride;
7815
+ "serviceLevel": Models.ActivityPlanServiceLevelImpactOverride;
7816
+ "averageSpeedOfAnswer": Models.ActivityPlanAsaImpactOverride;
7817
+ }
7818
+
7819
+ export interface ActivityPlanServiceLevelImpactOverride {
7820
+ "decreaseByPercent": number;
7821
+ }
7822
+
7654
7823
  export interface AcwDetailEventTopicAfterCallWorkEvent {
7655
7824
  "eventTime"?: number;
7656
7825
  "conversationId"?: string;
@@ -8215,20 +8384,6 @@ declare namespace Models {
8215
8384
  "lt"?: number;
8216
8385
  }
8217
8386
 
8218
- export interface AiAnswer {
8219
- "answerId"?: string;
8220
- "explanation"?: string;
8221
- "failureType"?: string;
8222
- }
8223
-
8224
- export interface AiScoring {
8225
- }
8226
-
8227
- export interface AiScoringSettings {
8228
- "enabled"?: boolean;
8229
- "prompt"?: string;
8230
- }
8231
-
8232
8387
  export interface AlertListing {
8233
8388
  "entities"?: Array<Models.CommonAlert>;
8234
8389
  "pageSize"?: number;
@@ -8473,6 +8628,7 @@ declare namespace Models {
8473
8628
  "participantId"?: string;
8474
8629
  "participantName"?: string;
8475
8630
  "purpose"?: string;
8631
+ "screenRecording"?: boolean;
8476
8632
  "teamId"?: string;
8477
8633
  "userId"?: string;
8478
8634
  "sessions"?: Array<Models.AnalyticsSession>;
@@ -8486,6 +8642,7 @@ declare namespace Models {
8486
8642
  "participantId"?: string;
8487
8643
  "participantName"?: string;
8488
8644
  "purpose"?: string;
8645
+ "screenRecording"?: boolean;
8489
8646
  "teamId"?: string;
8490
8647
  "userId"?: string;
8491
8648
  "sessions"?: Array<Models.AnalyticsSession>;
@@ -9031,6 +9188,16 @@ declare namespace Models {
9031
9188
  export interface ArrayNode {
9032
9189
  }
9033
9190
 
9191
+ export interface Article {
9192
+ "title"?: string;
9193
+ "uri"?: string;
9194
+ "snippets"?: Array<string>;
9195
+ "confidence"?: number;
9196
+ "metadata"?: { [key: string]: Models.MetadataAttribute; };
9197
+ "version"?: Models.AddressableEntityRef;
9198
+ "variations"?: Array<Models.AddressableEntityRef>;
9199
+ }
9200
+
9034
9201
  export interface ArticleContent {
9035
9202
  "body"?: Models.ArticleContentBody;
9036
9203
  }
@@ -9376,25 +9543,6 @@ declare namespace Models {
9376
9543
  "audioState": Models.AudioState;
9377
9544
  }
9378
9545
 
9379
- export interface AuditEntity {
9380
- "type": string;
9381
- "id"?: string;
9382
- "name"?: string;
9383
- "selfUri"?: string;
9384
- }
9385
-
9386
- export interface AuditFacet {
9387
- "name": string;
9388
- "type": string;
9389
- }
9390
-
9391
- export interface AuditFilter {
9392
- "name": string;
9393
- "type": string;
9394
- "operator": string;
9395
- "values": Array<string>;
9396
- }
9397
-
9398
9546
  export interface AuditLogMessage {
9399
9547
  "id"?: string;
9400
9548
  "userHomeOrgId"?: string;
@@ -9417,25 +9565,6 @@ declare namespace Models {
9417
9565
  "entityChanges"?: Array<Models.EntityChange>;
9418
9566
  }
9419
9567
 
9420
- export interface AuditMessage {
9421
- "id": string;
9422
- "user"?: Models.AuditUser;
9423
- "correlationId"?: string;
9424
- "transactionId"?: string;
9425
- "transactionInitiator"?: boolean;
9426
- "application"?: string;
9427
- "serviceName": string;
9428
- "level": string;
9429
- "timestamp"?: string;
9430
- "receivedTimestamp": string;
9431
- "status": string;
9432
- "actionContext"?: string;
9433
- "action"?: string;
9434
- "changes"?: Array<Models.Change>;
9435
- "entity"?: Models.AuditEntity;
9436
- "serviceContext"?: Models.ServiceContext;
9437
- }
9438
-
9439
9568
  export interface AuditQueryEntity {
9440
9569
  "name"?: string;
9441
9570
  "actions"?: Array<string>;
@@ -9514,15 +9643,6 @@ declare namespace Models {
9514
9643
  "entities"?: Array<Models.AuditLogMessage>;
9515
9644
  }
9516
9645
 
9517
- export interface AuditSearchResult {
9518
- "pageNumber"?: number;
9519
- "pageSize"?: number;
9520
- "total"?: number;
9521
- "pageCount"?: number;
9522
- "facetInfo"?: Array<Models.FacetInfo>;
9523
- "auditMessages"?: Array<Models.AuditMessage>;
9524
- }
9525
-
9526
9646
  export interface AuditTopicAddressableEntityRef {
9527
9647
  "id"?: string;
9528
9648
  "selfUri"?: string;
@@ -9566,12 +9686,6 @@ declare namespace Models {
9566
9686
  "newValues"?: Array<string>;
9567
9687
  }
9568
9688
 
9569
- export interface AuditUser {
9570
- "id": string;
9571
- "name"?: string;
9572
- "display"?: string;
9573
- }
9574
-
9575
9689
  export interface AuthenticationSettings {
9576
9690
  "enabled": boolean;
9577
9691
  "integrationId": string;
@@ -9648,6 +9762,14 @@ declare namespace Models {
9648
9762
  "selfUri"?: string;
9649
9763
  }
9650
9764
 
9765
+ export interface AutoAnswerSetting {
9766
+ "enabled": boolean;
9767
+ }
9768
+
9769
+ export interface AutoAnswerSettings {
9770
+ "settings": { [key: string]: Models.AutoAnswerSetting; };
9771
+ }
9772
+
9651
9773
  export interface AutoStart {
9652
9774
  "enabled"?: boolean;
9653
9775
  }
@@ -9663,6 +9785,11 @@ declare namespace Models {
9663
9785
  "supportedCountries"?: Array<string>;
9664
9786
  }
9665
9787
 
9788
+ export interface AvailabilityRange {
9789
+ "earliestStartMinutesFromMidnight": number;
9790
+ "latestEndMinutesFromMidnight": number;
9791
+ }
9792
+
9666
9793
  export interface AvailableMediaType {
9667
9794
  "mediaType"?: string;
9668
9795
  "availableSubTypes"?: Array<string>;
@@ -9988,6 +10115,7 @@ declare namespace Models {
9988
10115
  "botResult"?: string;
9989
10116
  "botResultCategory"?: string;
9990
10117
  "dateCreated"?: string;
10118
+ "dateCompleted"?: string;
9991
10119
  "conversation"?: Models.AddressableEntityRef;
9992
10120
  }
9993
10121
 
@@ -11289,6 +11417,7 @@ declare namespace Models {
11289
11417
  "conversationRoutingData"?: Models.ConversationRoutingData;
11290
11418
  "startAcwTime"?: string;
11291
11419
  "endAcwTime"?: string;
11420
+ "parkTime"?: string;
11292
11421
  "muted"?: boolean;
11293
11422
  "confined"?: boolean;
11294
11423
  "recording"?: boolean;
@@ -11517,6 +11646,7 @@ declare namespace Models {
11517
11646
  "conversationRoutingData"?: Models.ConversationRoutingData;
11518
11647
  "startAcwTime"?: string;
11519
11648
  "endAcwTime"?: string;
11649
+ "parkTime"?: string;
11520
11650
  "outboundPreview"?: Models.DialerPreview;
11521
11651
  "voicemail"?: Models.Voicemail;
11522
11652
  "callbackNumbers"?: Array<string>;
@@ -11703,6 +11833,14 @@ declare namespace Models {
11703
11833
  "linesReserved"?: number;
11704
11834
  }
11705
11835
 
11836
+ export interface CampaignPatchRequest {
11837
+ "outboundLineCount"?: number;
11838
+ "abandonRate"?: number;
11839
+ "maxCallsPerAgent"?: number;
11840
+ "dynamicLineBalancingSettings"?: Models.DynamicLineBalancingSettingsPatchRequest;
11841
+ "queue"?: Models.AddressableEntityRef;
11842
+ }
11843
+
11706
11844
  export interface CampaignProgress {
11707
11845
  "campaign": Models.DomainEntityRef;
11708
11846
  "contactList": Models.DomainEntityRef;
@@ -11769,6 +11907,11 @@ declare namespace Models {
11769
11907
  "value"?: string;
11770
11908
  "priority"?: string;
11771
11909
  "dialingMode"?: string;
11910
+ "abandonRate"?: number;
11911
+ "outboundLineCount"?: number;
11912
+ "relativeWeight"?: number;
11913
+ "maxCallsPerAgent"?: number;
11914
+ "queue"?: Models.DomainEntityRef;
11772
11915
  }
11773
11916
 
11774
11917
  export interface CampaignSchedule {
@@ -11937,6 +12080,22 @@ declare namespace Models {
11937
12080
  "selfUri"?: string;
11938
12081
  }
11939
12082
 
12083
+ export interface Celebration {
12084
+ "id"?: string;
12085
+ "recipient"?: Models.UserReference;
12086
+ "createdBy"?: Models.UserReference;
12087
+ "dateCreated"?: string;
12088
+ "type"?: string;
12089
+ "title"?: string;
12090
+ "note"?: string;
12091
+ "sourceEntity"?: Models.SourceEntity;
12092
+ "selfUri"?: string;
12093
+ }
12094
+
12095
+ export interface CelebrationStateParam {
12096
+ "state"?: string;
12097
+ }
12098
+
11940
12099
  export interface Certificate {
11941
12100
  "certificate": string;
11942
12101
  }
@@ -11964,13 +12123,6 @@ declare namespace Models {
11964
12123
  "valid"?: boolean;
11965
12124
  }
11966
12125
 
11967
- export interface Change {
11968
- "entity"?: Models.AuditEntity;
11969
- "property"?: string;
11970
- "oldValues"?: Array<string>;
11971
- "newValues"?: Array<string>;
11972
- }
11973
-
11974
12126
  export interface ChangeMyPasswordRequest {
11975
12127
  "newPassword": string;
11976
12128
  "oldPassword": string;
@@ -12073,6 +12225,7 @@ declare namespace Models {
12073
12225
  "conversationRoutingData"?: Models.ConversationRoutingData;
12074
12226
  "startAcwTime"?: string;
12075
12227
  "endAcwTime"?: string;
12228
+ "parkTime"?: string;
12076
12229
  "roomId"?: string;
12077
12230
  "avatarImageUrl"?: string;
12078
12231
  }
@@ -12420,6 +12573,7 @@ declare namespace Models {
12420
12573
  "conversationRoutingData"?: Models.ConversationRoutingData;
12421
12574
  "startAcwTime"?: string;
12422
12575
  "endAcwTime"?: string;
12576
+ "parkTime"?: string;
12423
12577
  "cobrowseSessionId"?: string;
12424
12578
  "cobrowseRole"?: string;
12425
12579
  "controlling"?: Array<string>;
@@ -12911,6 +13065,7 @@ declare namespace Models {
12911
13065
  "criteria"?: Models.ContactBulkSearchCriteria;
12912
13066
  "contactIds"?: Array<string>;
12913
13067
  "contact"?: Models.DialerContact;
13068
+ "generateDownloadUri"?: boolean;
12914
13069
  }
12915
13070
 
12916
13071
  export interface ContactBulkSearchCriteria {
@@ -12921,6 +13076,7 @@ declare namespace Models {
12921
13076
  export interface ContactBulkSearchParameters {
12922
13077
  "contactListFilterId"?: string;
12923
13078
  "criteria"?: Models.ContactBulkSearchCriteria;
13079
+ "generateDownloadUri"?: boolean;
12924
13080
  }
12925
13081
 
12926
13082
  export interface ContactCallbackRequest {
@@ -13241,6 +13397,7 @@ declare namespace Models {
13241
13397
  "text"?: string;
13242
13398
  "sha256"?: string;
13243
13399
  "filename"?: string;
13400
+ "contentSizeBytes"?: number;
13244
13401
  }
13245
13402
 
13246
13403
  export interface ContentButtonResponse {
@@ -15522,6 +15679,11 @@ declare namespace Models {
15522
15679
  "matchAll"?: boolean;
15523
15680
  }
15524
15681
 
15682
+ export interface ConversationPublicMetadata {
15683
+ "rootId"?: string;
15684
+ "replyToId"?: string;
15685
+ }
15686
+
15525
15687
  export interface ConversationQuery {
15526
15688
  "conversationFilters"?: Array<Models.ConversationDetailQueryFilter>;
15527
15689
  "segmentFilters"?: Array<Models.SegmentDetailQueryFilter>;
@@ -16065,6 +16227,27 @@ declare namespace Models {
16065
16227
  "secondaryPresences"?: Array<Models.SecondaryPresence>;
16066
16228
  }
16067
16229
 
16230
+ export interface CreateActivityPlanRequest {
16231
+ "name": string;
16232
+ "managementUnitIds"?: Array<string>;
16233
+ "description"?: string;
16234
+ "activityCodeId": string;
16235
+ "type": string;
16236
+ "lengthMinutes": number;
16237
+ "initialSchedulePeriod": Models.SchedulingPeriod;
16238
+ "groupSettings"?: Models.GroupSettings;
16239
+ "recurrenceSettings"?: Models.RecurrenceSettings;
16240
+ "attendeesSearchRule"?: Models.UserSearchRule;
16241
+ "facilitated"?: boolean;
16242
+ "facilitatorsSearchRule"?: Models.UserSearchRule;
16243
+ "transitionTimeMinutes": number;
16244
+ "serviceGoalImpactOverrides"?: Models.ActivityPlanServiceGoalImpactOverrides;
16245
+ "optimizationObjective": string;
16246
+ "state": string;
16247
+ "countsAsPaidTime": boolean;
16248
+ "fixedAvailability"?: Array<Models.FixedAvailability>;
16249
+ }
16250
+
16068
16251
  export interface CreateAdminTimeOffRequest {
16069
16252
  "status": string;
16070
16253
  "users": Array<Models.UserReference>;
@@ -16117,6 +16300,7 @@ declare namespace Models {
16117
16300
  "callQueueId"?: string;
16118
16301
  "callUserId"?: string;
16119
16302
  "priority"?: number;
16303
+ "attributes"?: { [key: string]: string; };
16120
16304
  "languageId"?: string;
16121
16305
  "routingSkillsIds"?: Array<string>;
16122
16306
  "conversationIds"?: Array<string>;
@@ -16258,6 +16442,11 @@ declare namespace Models {
16258
16442
  "externalContactId"?: string;
16259
16443
  }
16260
16444
 
16445
+ export interface CreateOutboundMessagingConversationResponse {
16446
+ "id"?: string;
16447
+ "selfUri"?: string;
16448
+ }
16449
+
16261
16450
  export interface CreatePerformanceProfile {
16262
16451
  "id"?: string;
16263
16452
  "name": string;
@@ -16328,6 +16517,15 @@ declare namespace Models {
16328
16517
  "selfUri"?: string;
16329
16518
  }
16330
16519
 
16520
+ export interface CreateRecognition {
16521
+ "recipientId": string;
16522
+ "type": string;
16523
+ "title"?: string;
16524
+ "note"?: string;
16525
+ "contextType"?: string;
16526
+ "contextId"?: string;
16527
+ }
16528
+
16331
16529
  export interface CreateResponseAssetRequest {
16332
16530
  "name": string;
16333
16531
  "divisionId"?: string;
@@ -17212,6 +17410,12 @@ declare namespace Models {
17212
17410
  "selfUri"?: string;
17213
17411
  }
17214
17412
 
17413
+ export interface DeleteProgramResponse {
17414
+ "id"?: string;
17415
+ "topicLinksJob"?: Models.AddressableEntityRef;
17416
+ "selfUri"?: string;
17417
+ }
17418
+
17215
17419
  export interface DeleteRetention {
17216
17420
  "days"?: number;
17217
17421
  }
@@ -17472,13 +17676,6 @@ declare namespace Models {
17472
17676
  "additionalProperties"?: { [key: string]: object; };
17473
17677
  }
17474
17678
 
17475
- export interface DialerAuditRequest {
17476
- "queryPhrase"?: string;
17477
- "queryFields"?: Array<string>;
17478
- "facets"?: Array<Models.AuditFacet>;
17479
- "filters"?: Array<Models.AuditFilter>;
17480
- }
17481
-
17482
17679
  export interface DialerCallabletimesetConfigChangeCallableTime {
17483
17680
  "timeSlots"?: Array<Models.DialerCallabletimesetConfigChangeTimeSlot>;
17484
17681
  "timeZoneId"?: string;
@@ -18031,17 +18228,50 @@ declare namespace Models {
18031
18228
  "name"?: string;
18032
18229
  }
18033
18230
 
18231
+ export interface DialerSequenceScheduleConfigChangeAlteration {
18232
+ "type"?: string;
18233
+ "start"?: string;
18234
+ "end"?: string;
18235
+ "additionalProperties"?: { [key: string]: object; };
18236
+ }
18237
+
18034
18238
  export interface DialerSequenceScheduleConfigChangeObject {
18035
18239
  }
18036
18240
 
18241
+ export interface DialerSequenceScheduleConfigChangeRecurrencePattern {
18242
+ "type"?: string;
18243
+ "interval"?: number;
18244
+ "daysOfWeek"?: Array<string>;
18245
+ "additionalProperties"?: { [key: string]: object; };
18246
+ }
18247
+
18248
+ export interface DialerSequenceScheduleConfigChangeRecurrenceRange {
18249
+ "type"?: string;
18250
+ "end"?: string;
18251
+ "numberOfOccurrences"?: number;
18252
+ "additionalProperties"?: { [key: string]: object; };
18253
+ }
18254
+
18037
18255
  export interface DialerSequenceScheduleConfigChangeScheduleInterval {
18038
18256
  "start"?: string;
18039
18257
  "end"?: string;
18040
18258
  "additionalProperties"?: { [key: string]: object; };
18041
18259
  }
18042
18260
 
18261
+ export interface DialerSequenceScheduleConfigChangeScheduleRecurrence {
18262
+ "id"?: string;
18263
+ "start"?: string;
18264
+ "end"?: string;
18265
+ "timeZone"?: string;
18266
+ "range"?: Models.DialerSequenceScheduleConfigChangeRecurrenceRange;
18267
+ "pattern"?: Models.DialerSequenceScheduleConfigChangeRecurrencePattern;
18268
+ "alterations"?: Array<Models.DialerSequenceScheduleConfigChangeAlteration>;
18269
+ "additionalProperties"?: { [key: string]: object; };
18270
+ }
18271
+
18043
18272
  export interface DialerSequenceScheduleConfigChangeSequenceSchedule {
18044
18273
  "intervals"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleInterval>;
18274
+ "recurrences"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleRecurrence>;
18045
18275
  "timeZone"?: string;
18046
18276
  "sequence"?: Models.DialerSequenceScheduleConfigChangeUriReference;
18047
18277
  "additionalProperties"?: { [key: string]: object; };
@@ -18696,6 +18926,11 @@ declare namespace Models {
18696
18926
  "endIndex"?: number;
18697
18927
  }
18698
18928
 
18929
+ export interface DocumentElementLength {
18930
+ "value": number;
18931
+ "unit": string;
18932
+ }
18933
+
18699
18934
  export interface DocumentEntityListing {
18700
18935
  "entities"?: Array<Models.Document>;
18701
18936
  "pageSize"?: number;
@@ -19375,6 +19610,11 @@ declare namespace Models {
19375
19610
  "relativeWeight"?: number;
19376
19611
  }
19377
19612
 
19613
+ export interface DynamicLineBalancingSettingsPatchRequest {
19614
+ "enabled"?: boolean;
19615
+ "relativeWeight"?: number;
19616
+ }
19617
+
19378
19618
  export interface Edge {
19379
19619
  "id"?: string;
19380
19620
  "name": string;
@@ -19781,6 +20021,7 @@ declare namespace Models {
19781
20021
  "afterCallWork"?: Models.AfterCallWork;
19782
20022
  "afterCallWorkRequired"?: boolean;
19783
20023
  "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
20024
+ "parkTime"?: string;
19784
20025
  }
19785
20026
 
19786
20027
  export interface EmailAddress {
@@ -19987,6 +20228,7 @@ declare namespace Models {
19987
20228
  "conversationRoutingData"?: Models.ConversationRoutingData;
19988
20229
  "startAcwTime"?: string;
19989
20230
  "endAcwTime"?: string;
20231
+ "parkTime"?: string;
19990
20232
  "subject"?: string;
19991
20233
  "messagesSent"?: number;
19992
20234
  "autoGenerated"?: boolean;
@@ -20341,11 +20583,6 @@ declare namespace Models {
20341
20583
  "entityType": string;
20342
20584
  }
20343
20585
 
20344
- export interface Entry {
20345
- "value"?: string;
20346
- "count"?: number;
20347
- }
20348
-
20349
20586
  export interface ErrorBody {
20350
20587
  "message"?: string;
20351
20588
  "code"?: string;
@@ -21675,11 +21912,6 @@ declare namespace Models {
21675
21912
  "terms"?: Array<Models.FacetTerm>;
21676
21913
  }
21677
21914
 
21678
- export interface FacetInfo {
21679
- "name"?: string;
21680
- "entries"?: Array<Models.Entry>;
21681
- }
21682
-
21683
21915
  export interface FacetKeyAttribute {
21684
21916
  "id"?: string;
21685
21917
  "name"?: string;
@@ -21725,6 +21957,15 @@ declare namespace Models {
21725
21957
  "pageCount"?: number;
21726
21958
  }
21727
21959
 
21960
+ export interface Faq {
21961
+ "question"?: string;
21962
+ "answer"?: string;
21963
+ "sourceUri"?: string;
21964
+ "documentUrl"?: string;
21965
+ "documentDisplayName"?: string;
21966
+ "confidence"?: number;
21967
+ }
21968
+
21728
21969
  export interface FaxConfig {
21729
21970
  "sendEmailNotifications": boolean;
21730
21971
  "disableEmailPii": boolean;
@@ -21841,6 +22082,12 @@ declare namespace Models {
21841
22082
  "enabled"?: boolean;
21842
22083
  }
21843
22084
 
22085
+ export interface Feedback {
22086
+ "suggestionId": string;
22087
+ "userProvided"?: boolean;
22088
+ "relevance": string;
22089
+ }
22090
+
21844
22091
  export interface FeedbackAddRequest {
21845
22092
  "summary": string;
21846
22093
  "rating"?: string;
@@ -21930,6 +22177,12 @@ declare namespace Models {
21930
22177
  "preview"?: Array<Models.DialerContact>;
21931
22178
  }
21932
22179
 
22180
+ export interface FixedAvailability {
22181
+ "availabilityRange"?: Models.AvailabilityRange;
22182
+ "dateRange"?: Models.RequiredLocalDateRange;
22183
+ "daysOfWeek"?: Array<string>;
22184
+ }
22185
+
21933
22186
  export interface Flow {
21934
22187
  "id"?: string;
21935
22188
  "name": string;
@@ -23124,6 +23377,14 @@ declare namespace Models {
23124
23377
  "selfUri"?: string;
23125
23378
  }
23126
23379
 
23380
+ export interface GenericTemplate {
23381
+ "title"?: string;
23382
+ "description"?: string;
23383
+ "url"?: string;
23384
+ "components"?: Array<Models.RecordingButtonComponent>;
23385
+ "actions"?: Models.RecordingContentActions;
23386
+ }
23387
+
23127
23388
  export interface GenesysBotConnector {
23128
23389
  "queryParameters"?: { [key: string]: string; };
23129
23390
  }
@@ -23169,6 +23430,19 @@ declare namespace Models {
23169
23430
  "sortOrder"?: string;
23170
23431
  }
23171
23432
 
23433
+ export interface GetCelebrationListing {
23434
+ "entities"?: Array<Models.Celebration>;
23435
+ "pageSize"?: number;
23436
+ "pageNumber"?: number;
23437
+ "total"?: number;
23438
+ "lastUri"?: string;
23439
+ "firstUri"?: string;
23440
+ "selfUri"?: string;
23441
+ "nextUri"?: string;
23442
+ "previousUri"?: string;
23443
+ "pageCount"?: number;
23444
+ }
23445
+
23172
23446
  export interface GetFlowExecutionDataJobResult {
23173
23447
  "id"?: string;
23174
23448
  "name"?: string;
@@ -23457,6 +23731,13 @@ declare namespace Models {
23457
23731
  "query"?: Array<Models.GroupSearchCriteria>;
23458
23732
  }
23459
23733
 
23734
+ export interface GroupSettings {
23735
+ "minimumGroupSize"?: number;
23736
+ "maximumGroupSize"?: number;
23737
+ "maximumTotalSessions"?: number;
23738
+ "maximumConcurrentSessions"?: number;
23739
+ }
23740
+
23460
23741
  export interface GroupUpdate {
23461
23742
  "id"?: string;
23462
23743
  "name"?: string;
@@ -26306,6 +26587,7 @@ declare namespace Models {
26306
26587
  "labels"?: Array<Models.LabelResponse>;
26307
26588
  "knowledgeBase"?: Models.KnowledgeBaseReference;
26308
26589
  "externalId"?: string;
26590
+ "externalUrl"?: string;
26309
26591
  "source"?: Models.AddressableEntityRef;
26310
26592
  "readonly"?: boolean;
26311
26593
  "variations"?: Array<Models.DocumentVariation>;
@@ -26818,6 +27100,7 @@ declare namespace Models {
26818
27100
  "labels"?: Array<Models.LabelResponse>;
26819
27101
  "knowledgeBase"?: Models.KnowledgeBaseReference;
26820
27102
  "externalId"?: string;
27103
+ "externalUrl"?: string;
26821
27104
  "source"?: Models.AddressableEntityRef;
26822
27105
  "readonly"?: boolean;
26823
27106
  "variations"?: Array<Models.DocumentVariationAnswer>;
@@ -27921,6 +28204,10 @@ declare namespace Models {
27921
28204
  "actions"?: Models.ContentActions;
27922
28205
  }
27923
28206
 
28207
+ export interface ListWrapperFixedAvailability {
28208
+ "values"?: Array<Models.FixedAvailability>;
28209
+ }
28210
+
27924
28211
  export interface ListWrapperInterval {
27925
28212
  "values"?: Array<string>;
27926
28213
  }
@@ -28678,6 +28965,7 @@ declare namespace Models {
28678
28965
  "conversationRoutingData"?: Models.ConversationRoutingData;
28679
28966
  "startAcwTime"?: string;
28680
28967
  "endAcwTime"?: string;
28968
+ "parkTime"?: string;
28681
28969
  "toAddress"?: Models.Address;
28682
28970
  "fromAddress"?: Models.Address;
28683
28971
  "messages"?: Array<Models.MessageDetails>;
@@ -29095,6 +29383,10 @@ declare namespace Models {
29095
29383
  "selfUri"?: string;
29096
29384
  }
29097
29385
 
29386
+ export interface MetadataAttribute {
29387
+ "value"?: string;
29388
+ }
29389
+
29098
29390
  export interface MetadataDocumentation {
29099
29391
  "description"?: string;
29100
29392
  "location"?: string;
@@ -29327,18 +29619,6 @@ declare namespace Models {
29327
29619
  "notifications": Models.MobileNotificationSettings;
29328
29620
  }
29329
29621
 
29330
- export interface ModelingProcessingError {
29331
- "internalErrorCode"?: string;
29332
- "description"?: string;
29333
- }
29334
-
29335
- export interface ModelingStatusResponse {
29336
- "id"?: string;
29337
- "status"?: string;
29338
- "errorDetails"?: Array<Models.ModelingProcessingError>;
29339
- "modelingResultUri"?: string;
29340
- }
29341
-
29342
29622
  export interface ModifiableRuleProperties {
29343
29623
  "id"?: string;
29344
29624
  "name": string;
@@ -29676,6 +29956,10 @@ declare namespace Models {
29676
29956
  "entities"?: Array<Models.WfmUserNotification>;
29677
29957
  }
29678
29958
 
29959
+ export interface NotificationsSettings {
29960
+ "enabled"?: boolean;
29961
+ }
29962
+
29679
29963
  export interface NuanceApplication {
29680
29964
  "id": string;
29681
29965
  "tag": string;
@@ -31050,6 +31334,10 @@ declare namespace Models {
31050
31334
  "pageNumber": number;
31051
31335
  }
31052
31336
 
31337
+ export interface ParkingStateRequest {
31338
+ "state": string;
31339
+ }
31340
+
31053
31341
  export interface ParsedCertificate {
31054
31342
  "certificateDetails"?: Array<Models.CertificateDetails>;
31055
31343
  }
@@ -32002,6 +32290,15 @@ declare namespace Models {
32002
32290
  "nuanceMixDlg"?: { [key: string]: object; };
32003
32291
  }
32004
32292
 
32293
+ export interface PredictedAnswer {
32294
+ "answerId"?: string;
32295
+ "explanation"?: string;
32296
+ "failureType"?: string;
32297
+ }
32298
+
32299
+ export interface PredictedScoring {
32300
+ }
32301
+
32005
32302
  export interface PredictionResults {
32006
32303
  "intent"?: string;
32007
32304
  "formula": string;
@@ -32013,6 +32310,16 @@ declare namespace Models {
32013
32310
  "enableConversationScoreBiasing"?: boolean;
32014
32311
  }
32015
32312
 
32313
+ export interface PredictiveScoringSetting {
32314
+ "enabled"?: boolean;
32315
+ }
32316
+
32317
+ export interface PredictiveScoringSettings {
32318
+ "id"?: string;
32319
+ "questionGroupSettings"?: Array<Models.QuestionGroupSettings>;
32320
+ "selfUri"?: string;
32321
+ }
32322
+
32016
32323
  export interface Predictor {
32017
32324
  "id"?: string;
32018
32325
  "queues": Array<Models.AddressableEntityRef>;
@@ -32162,6 +32469,7 @@ declare namespace Models {
32162
32469
  "dateModified"?: string;
32163
32470
  "publishedBy"?: Models.AddressableEntityRef;
32164
32471
  "datePublished"?: string;
32472
+ "topicLinksJob"?: Models.AddressableEntityRef;
32165
32473
  "selfUri"?: string;
32166
32474
  }
32167
32475
 
@@ -32199,6 +32507,11 @@ declare namespace Models {
32199
32507
  "tags"?: Array<string>;
32200
32508
  }
32201
32509
 
32510
+ export interface ProgramTopicLinksTopicsDefinitionsJob {
32511
+ "id"?: string;
32512
+ "state"?: string;
32513
+ }
32514
+
32202
32515
  export interface ProgramTranscriptionEngine {
32203
32516
  "engine"?: string;
32204
32517
  "dialects"?: Array<string>;
@@ -32564,6 +32877,16 @@ declare namespace Models {
32564
32877
  "timeOffRequests": Array<Models.UserTimeOffRequestReference>;
32565
32878
  }
32566
32879
 
32880
+ export interface QuestionGroupSettings {
32881
+ "questionGroupIndex"?: number;
32882
+ "questionSettings"?: Array<Models.QuestionSettings>;
32883
+ }
32884
+
32885
+ export interface QuestionSettings {
32886
+ "questionIndex"?: number;
32887
+ "settings"?: Models.PredictiveScoringSetting;
32888
+ }
32889
+
32567
32890
  export interface Queue {
32568
32891
  "id"?: string;
32569
32892
  "name"?: string;
@@ -35386,6 +35709,34 @@ declare namespace Models {
35386
35709
  "flow"?: Models.RecipientFlow;
35387
35710
  }
35388
35711
 
35712
+ export interface Recognition {
35713
+ "id"?: string;
35714
+ "recipient"?: Models.UserReference;
35715
+ "createdBy"?: Models.UserReference;
35716
+ "dateCreated"?: string;
35717
+ "type"?: string;
35718
+ "title"?: string;
35719
+ "note"?: string;
35720
+ "contextType"?: string;
35721
+ "contextId"?: string;
35722
+ "dateDisplayed"?: string;
35723
+ "dateAcknowledged"?: string;
35724
+ "selfUri"?: string;
35725
+ }
35726
+
35727
+ export interface RecognitionBase {
35728
+ "id"?: string;
35729
+ "recipient"?: Models.UserReference;
35730
+ "createdBy"?: Models.UserReference;
35731
+ "dateCreated"?: string;
35732
+ "type"?: string;
35733
+ "title"?: string;
35734
+ "note"?: string;
35735
+ "contextType"?: string;
35736
+ "contextId"?: string;
35737
+ "selfUri"?: string;
35738
+ }
35739
+
35389
35740
  export interface Record {
35390
35741
  "name": string;
35391
35742
  "type": string;
@@ -35455,6 +35806,18 @@ declare namespace Models {
35455
35806
  "actualTranscodeTimeMs"?: number;
35456
35807
  }
35457
35808
 
35809
+ export interface RecordingButtonComponent {
35810
+ "title"?: string;
35811
+ "actions"?: Models.RecordingContentActions;
35812
+ "isSelected"?: boolean;
35813
+ }
35814
+
35815
+ export interface RecordingContentActions {
35816
+ "url"?: string;
35817
+ "urlTarget"?: string;
35818
+ "textback"?: string;
35819
+ }
35820
+
35458
35821
  export interface RecordingContentStory {
35459
35822
  "type"?: string;
35460
35823
  "url"?: string;
@@ -35653,6 +36016,22 @@ declare namespace Models {
35653
36016
  "uploadStatus"?: string;
35654
36017
  }
35655
36018
 
36019
+ export interface RecurrenceEndSettings {
36020
+ "lastDate"?: string;
36021
+ "noEndDate"?: boolean;
36022
+ }
36023
+
36024
+ export interface RecurrencePeriod {
36025
+ "magnitude": number;
36026
+ "granularity": string;
36027
+ }
36028
+
36029
+ export interface RecurrenceSettings {
36030
+ "recurrencePeriod": Models.RecurrencePeriod;
36031
+ "minimumTimeBetweenOccurrences": Models.RecurrencePeriod;
36032
+ "endAfter": Models.RecurrenceEndSettings;
36033
+ }
36034
+
35656
36035
  export interface Referrer {
35657
36036
  "url": string;
35658
36037
  "domain": string;
@@ -35871,6 +36250,7 @@ declare namespace Models {
35871
36250
  "knowledge"?: Models.ReportingTurnKnowledge;
35872
36251
  "knowledgeBaseEvents"?: Models.ReportingTurnKnowledgeEvents;
35873
36252
  "dateCreated"?: string;
36253
+ "dateCompleted"?: string;
35874
36254
  "askActionResult"?: string;
35875
36255
  "sessionEndDetails"?: Models.SessionEndDetails;
35876
36256
  "conversation"?: Models.AddressableEntityRef;
@@ -36019,11 +36399,23 @@ declare namespace Models {
36019
36399
  "value"?: string;
36020
36400
  }
36021
36401
 
36402
+ export interface RequestPage {
36403
+ "url": string;
36404
+ "title": string;
36405
+ "keywords"?: string;
36406
+ "lang"?: string;
36407
+ }
36408
+
36022
36409
  export interface RequestScoredAgent {
36023
36410
  "id"?: string;
36024
36411
  "score"?: number;
36025
36412
  }
36026
36413
 
36414
+ export interface RequiredLocalDateRange {
36415
+ "startDate": string;
36416
+ "endDate": string;
36417
+ }
36418
+
36027
36419
  export interface ReschedulingManagementUnitResponse {
36028
36420
  "managementUnit"?: Models.ManagementUnitReference;
36029
36421
  "applied"?: boolean;
@@ -36246,6 +36638,18 @@ declare namespace Models {
36246
36638
  "values": Array<string>;
36247
36639
  }
36248
36640
 
36641
+ export interface ResponsePage {
36642
+ "url": string;
36643
+ "title": string;
36644
+ "domain": string;
36645
+ "fragment"?: string;
36646
+ "hostname": string;
36647
+ "keywords"?: string;
36648
+ "lang"?: string;
36649
+ "pathname": string;
36650
+ "queryString"?: string;
36651
+ }
36652
+
36249
36653
  export interface ResponseQueryRequest {
36250
36654
  "queryPhrase"?: string;
36251
36655
  "pageSize"?: number;
@@ -36798,6 +37202,11 @@ declare namespace Models {
36798
37202
  "noForecastOptions"?: Models.SchedulingNoForecastOptionsRequest;
36799
37203
  }
36800
37204
 
37205
+ export interface SchedulingPeriod {
37206
+ "earliestStartDate": string;
37207
+ "latestEndDate": string;
37208
+ }
37209
+
36801
37210
  export interface SchedulingProcessingError {
36802
37211
  "internalErrorCode"?: string;
36803
37212
  "description"?: string;
@@ -37456,10 +37865,6 @@ declare namespace Models {
37456
37865
  "currentDate"?: string;
37457
37866
  }
37458
37867
 
37459
- export interface ServiceContext {
37460
- "name"?: string;
37461
- }
37462
-
37463
37868
  export interface ServiceGoalTemplate {
37464
37869
  "id"?: string;
37465
37870
  "name"?: string;
@@ -38188,6 +38593,12 @@ declare namespace Models {
38188
38593
  "tagId"?: string;
38189
38594
  }
38190
38595
 
38596
+ export interface SourceEntity {
38597
+ "id"?: string;
38598
+ "type"?: string;
38599
+ "selfUri"?: string;
38600
+ }
38601
+
38191
38602
  export interface SourceEntityListing {
38192
38603
  "total"?: number;
38193
38604
  "entities"?: Array<Models.Source>;
@@ -38530,6 +38941,88 @@ declare namespace Models {
38530
38941
  "query": Array<Models.SuggestSearchCriteria>;
38531
38942
  }
38532
38943
 
38944
+ export interface Suggestion {
38945
+ "id"?: string;
38946
+ "type"?: string;
38947
+ "faq"?: Models.Faq;
38948
+ "article"?: Models.Article;
38949
+ "dateCreated"?: string;
38950
+ "answerRecordId"?: string;
38951
+ "triggerType"?: string;
38952
+ "context"?: Models.SuggestionContext;
38953
+ "state"?: string;
38954
+ "knowledgeSearch"?: Models.SuggestionKnowledgeSearch;
38955
+ "knowledgeArticle"?: Models.SuggestionKnowledgeArticle;
38956
+ "cannedResponse"?: Models.SuggestionCannedResponse;
38957
+ "script"?: Models.SuggestionScript;
38958
+ "selfUri"?: string;
38959
+ "conversation"?: Models.AddressableEntityRef;
38960
+ "assistant"?: Models.AddressableEntityRef;
38961
+ }
38962
+
38963
+ export interface SuggestionCannedResponse {
38964
+ "response"?: Models.AddressableEntityRef;
38965
+ "library"?: Models.AddressableEntityRef;
38966
+ }
38967
+
38968
+ export interface SuggestionContext {
38969
+ "queue"?: Models.AddressableEntityRef;
38970
+ "mediaType"?: string;
38971
+ "user"?: Models.UserReference;
38972
+ "externalContact"?: Models.AddressableEntityRef;
38973
+ "utterance"?: Models.Entity;
38974
+ "message"?: Models.AddressableEntityRef;
38975
+ "queryStatement"?: string;
38976
+ }
38977
+
38978
+ export interface SuggestionEngagement {
38979
+ "engagementType": string;
38980
+ "feedback"?: Models.SuggestionFeedback;
38981
+ }
38982
+
38983
+ export interface SuggestionFeedback {
38984
+ "rating": string;
38985
+ }
38986
+
38987
+ export interface SuggestionKnowledgeAnswer {
38988
+ "answer"?: string;
38989
+ "startIndex"?: number;
38990
+ "endIndex"?: number;
38991
+ }
38992
+
38993
+ export interface SuggestionKnowledgeArticle {
38994
+ "title"?: string;
38995
+ "snippets"?: Array<string>;
38996
+ "document"?: Models.AddressableEntityRef;
38997
+ "version"?: Models.AddressableEntityRef;
38998
+ "knowledgeAnswer"?: Models.SuggestionKnowledgeAnswer;
38999
+ "variations"?: Array<Models.AddressableEntityRef>;
39000
+ }
39001
+
39002
+ export interface SuggestionKnowledgeSearch {
39003
+ "title"?: string;
39004
+ "snippets"?: Array<string>;
39005
+ "confidence"?: number;
39006
+ "searchId"?: string;
39007
+ "document"?: Models.AddressableEntityRef;
39008
+ "version"?: Models.AddressableEntityRef;
39009
+ "knowledgeAnswer"?: Models.SuggestionKnowledgeAnswer;
39010
+ "variations"?: Array<Models.AddressableEntityRef>;
39011
+ }
39012
+
39013
+ export interface SuggestionListing {
39014
+ "entities"?: Array<Models.Suggestion>;
39015
+ "nextUri"?: string;
39016
+ "selfUri"?: string;
39017
+ "previousUri"?: string;
39018
+ }
39019
+
39020
+ export interface SuggestionScript {
39021
+ "script"?: Models.AddressableEntityRef;
39022
+ "page"?: Models.AddressableEntityRef;
39023
+ "data"?: { [key: string]: string; };
39024
+ }
39025
+
38533
39026
  export interface SupportCenterCategory {
38534
39027
  "id"?: string;
38535
39028
  "selfUri"?: string;
@@ -40730,6 +41223,19 @@ declare namespace Models {
40730
41223
  "metadata": Models.WfmVersionedEntityMetadata;
40731
41224
  }
40732
41225
 
41226
+ export interface UpdateActivityPlanRequest {
41227
+ "name"?: string;
41228
+ "description"?: string;
41229
+ "groupSettings"?: Models.ValueWrapperGroupSettings;
41230
+ "attendeesSearchRule"?: Models.ValueWrapperUserSearchRule;
41231
+ "facilitatorsSearchRule"?: Models.ValueWrapperUserSearchRule;
41232
+ "transitionTimeMinutes"?: number;
41233
+ "serviceGoalImpactOverrides"?: Models.ValueWrapperActivityPlanServiceGoalImpactOverrides;
41234
+ "optimizationObjective"?: string;
41235
+ "state"?: string;
41236
+ "fixedAvailability"?: Models.ListWrapperFixedAvailability;
41237
+ }
41238
+
40733
41239
  export interface UpdateAdherenceExplanationStatusRequest {
40734
41240
  "status"?: string;
40735
41241
  }
@@ -41784,7 +42290,7 @@ declare namespace Models {
41784
42290
  "managementUnit"?: Models.ManagementUnitReference;
41785
42291
  "team"?: Models.TeamReference;
41786
42292
  "scheduledActivityCategory"?: string;
41787
- "scheduledActivityCode"?: Models.ActivityCodeReference;
42293
+ "scheduledActivityCode"?: Models.ActivityCodeSummary;
41788
42294
  "systemPresence"?: string;
41789
42295
  "organizationSecondaryPresenceId"?: string;
41790
42296
  "routingStatus"?: string;
@@ -41855,6 +42361,16 @@ declare namespace Models {
41855
42361
  "enforcePermissions"?: boolean;
41856
42362
  }
41857
42363
 
42364
+ export interface UserSearchRule {
42365
+ "parts": Array<Models.UserSearchRulePart>;
42366
+ }
42367
+
42368
+ export interface UserSearchRulePart {
42369
+ "operation": string;
42370
+ "selector": string;
42371
+ "ids": Array<string>;
42372
+ }
42373
+
41858
42374
  export interface UserSkillEntityListing {
41859
42375
  "entities"?: Array<Models.UserRoutingSkill>;
41860
42376
  "pageSize"?: number;
@@ -42396,6 +42912,26 @@ declare namespace Models {
42396
42912
  "waitBetweenNotificationMs"?: number;
42397
42913
  }
42398
42914
 
42915
+ export interface V2WemEngagementCelebrationUpdatesTopicEngagementCelebration {
42916
+ "id"?: string;
42917
+ "recipient"?: Models.V2WemEngagementCelebrationUpdatesTopicUserId;
42918
+ "createdBy"?: Models.V2WemEngagementCelebrationUpdatesTopicUserId;
42919
+ "dateCreated"?: string;
42920
+ "type"?: string;
42921
+ "title"?: string;
42922
+ "note"?: string;
42923
+ "sourceEntity"?: Models.V2WemEngagementCelebrationUpdatesTopicSourceEntity;
42924
+ }
42925
+
42926
+ export interface V2WemEngagementCelebrationUpdatesTopicSourceEntity {
42927
+ "id"?: string;
42928
+ "type"?: string;
42929
+ }
42930
+
42931
+ export interface V2WemEngagementCelebrationUpdatesTopicUserId {
42932
+ "id"?: string;
42933
+ }
42934
+
42399
42935
  export interface ValidateAddressRequest {
42400
42936
  "address"?: Models.StreetAddress;
42401
42937
  }
@@ -42434,10 +42970,18 @@ declare namespace Models {
42434
42970
  "uploadKey": string;
42435
42971
  }
42436
42972
 
42973
+ export interface ValueWrapperActivityPlanServiceGoalImpactOverrides {
42974
+ "value"?: Models.ActivityPlanServiceGoalImpactOverrides;
42975
+ }
42976
+
42437
42977
  export interface ValueWrapperDate {
42438
42978
  "value"?: string;
42439
42979
  }
42440
42980
 
42981
+ export interface ValueWrapperGroupSettings {
42982
+ "value"?: Models.GroupSettings;
42983
+ }
42984
+
42441
42985
  export interface ValueWrapperHrisTimeOffType {
42442
42986
  "value"?: Models.HrisTimeOffType;
42443
42987
  }
@@ -42450,6 +42994,10 @@ declare namespace Models {
42450
42994
  "value"?: string;
42451
42995
  }
42452
42996
 
42997
+ export interface ValueWrapperUserSearchRule {
42998
+ "value"?: Models.UserSearchRule;
42999
+ }
43000
+
42453
43001
  export interface VerificationResult {
42454
43002
  "status"?: string;
42455
43003
  "records"?: Array<Models.Record>;
@@ -43236,6 +43784,69 @@ declare namespace Models {
43236
43784
  "authenticated": boolean;
43237
43785
  }
43238
43786
 
43787
+ export interface WebEventBrowser {
43788
+ "family": string;
43789
+ "version": string;
43790
+ "lang"?: string;
43791
+ }
43792
+
43793
+ export interface WebEventDevice {
43794
+ "category": string;
43795
+ "type": string;
43796
+ "isMobile"?: boolean;
43797
+ "screenHeight"?: number;
43798
+ "screenWidth"?: number;
43799
+ "screenDensity"?: number;
43800
+ "osFamily": string;
43801
+ "osVersion": string;
43802
+ "manufacturer"?: string;
43803
+ }
43804
+
43805
+ export interface WebEventRequest {
43806
+ "customerCookieId": string;
43807
+ "eventName": string;
43808
+ "page": Models.RequestPage;
43809
+ "userAgentString"?: string;
43810
+ "browser"?: Models.WebEventBrowser;
43811
+ "device"?: Models.WebEventDevice;
43812
+ "searchQuery"?: string;
43813
+ "ipAddress"?: string;
43814
+ "referrerUrl"?: string;
43815
+ "attributes"?: { [key: string]: Models.CustomEventAttribute; };
43816
+ "traits"?: { [key: string]: Models.CustomEventAttribute; };
43817
+ "createdDate": string;
43818
+ }
43819
+
43820
+ export interface WebEventResponse {
43821
+ "customerId": string;
43822
+ "eventName": string;
43823
+ "customerIdType": string;
43824
+ "page": Models.ResponsePage;
43825
+ "userAgentString": string;
43826
+ "browser": Models.WebEventBrowser;
43827
+ "device": Models.WebEventDevice;
43828
+ "searchQuery"?: string;
43829
+ "ipOrganization"?: string;
43830
+ "geolocation"?: Models.JourneyGeolocation;
43831
+ "mktCampaign"?: Models.JourneyCampaign;
43832
+ "session": Models.WebEventResponseSession;
43833
+ "referrer"?: Models.Referrer;
43834
+ "attributes": { [key: string]: Models.CustomEventAttribute; };
43835
+ "traits": { [key: string]: Models.CustomEventAttribute; };
43836
+ "authenticated": boolean;
43837
+ "createdDate": string;
43838
+ }
43839
+
43840
+ export interface WebEventResponseSession {
43841
+ "id"?: string;
43842
+ "durationInSeconds": number;
43843
+ "eventCount": number;
43844
+ "pageviewCount": number;
43845
+ "referrer"?: Models.Referrer;
43846
+ "selfUri"?: string;
43847
+ "createdDate": string;
43848
+ }
43849
+
43239
43850
  export interface WebMessagingAttachment {
43240
43851
  "id"?: string;
43241
43852
  "mediaType"?: string;
@@ -43417,6 +44028,65 @@ declare namespace Models {
43417
44028
  "status"?: string;
43418
44029
  }
43419
44030
 
44031
+ export interface WfmActivityPlanJobCompleteTopicActivityPlanJobException {
44032
+ "exceptionType"?: string;
44033
+ "occurrences"?: Array<Models.WfmActivityPlanJobCompleteTopicActivityPlanOccurrenceReference>;
44034
+ }
44035
+
44036
+ export interface WfmActivityPlanJobCompleteTopicActivityPlanOccurrenceDeletionJobCompleteNotification {
44037
+ "id"?: string;
44038
+ "type"?: string;
44039
+ "activityPlan"?: Models.WfmActivityPlanJobCompleteTopicActivityPlanReference;
44040
+ "status"?: string;
44041
+ "exceptions"?: Array<Models.WfmActivityPlanJobCompleteTopicActivityPlanJobException>;
44042
+ "error"?: Models.WfmActivityPlanJobCompleteTopicErrorBody;
44043
+ "occurrence"?: Models.WfmActivityPlanJobCompleteTopicActivityPlanOccurrenceReference;
44044
+ }
44045
+
44046
+ export interface WfmActivityPlanJobCompleteTopicActivityPlanOccurrenceReference {
44047
+ "id"?: string;
44048
+ }
44049
+
44050
+ export interface WfmActivityPlanJobCompleteTopicActivityPlanReference {
44051
+ "id"?: string;
44052
+ }
44053
+
44054
+ export interface WfmActivityPlanJobCompleteTopicErrorBody {
44055
+ "status"?: number;
44056
+ "code"?: string;
44057
+ "message"?: string;
44058
+ "messageParams"?: { [key: string]: string; };
44059
+ }
44060
+
44061
+ export interface WfmActivityPlanRunJobCompleteTopicActivityPlanJobException {
44062
+ "exceptionType"?: string;
44063
+ "occurrences"?: Array<Models.WfmActivityPlanRunJobCompleteTopicActivityPlanOccurrenceReference>;
44064
+ }
44065
+
44066
+ export interface WfmActivityPlanRunJobCompleteTopicActivityPlanOccurrenceReference {
44067
+ "id"?: string;
44068
+ }
44069
+
44070
+ export interface WfmActivityPlanRunJobCompleteTopicActivityPlanReference {
44071
+ "id"?: string;
44072
+ }
44073
+
44074
+ export interface WfmActivityPlanRunJobCompleteTopicActivityPlanRunJobCompleteNotification {
44075
+ "id"?: string;
44076
+ "type"?: string;
44077
+ "activityPlan"?: Models.WfmActivityPlanRunJobCompleteTopicActivityPlanReference;
44078
+ "status"?: string;
44079
+ "exceptions"?: Array<Models.WfmActivityPlanRunJobCompleteTopicActivityPlanJobException>;
44080
+ "error"?: Models.WfmActivityPlanRunJobCompleteTopicErrorBody;
44081
+ }
44082
+
44083
+ export interface WfmActivityPlanRunJobCompleteTopicErrorBody {
44084
+ "status"?: number;
44085
+ "code"?: string;
44086
+ "message"?: string;
44087
+ "messageParams"?: { [key: string]: string; };
44088
+ }
44089
+
43420
44090
  export interface WfmAdherenceExplanationJobCompleteTopicAdherenceExplanationChangedNotification {
43421
44091
  "id"?: string;
43422
44092
  "agent"?: Models.WfmAdherenceExplanationJobCompleteTopicUserReference;