purecloud-platform-client-v2 197.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 +401 -110
  3. package/dist/web-amd/purecloud-platform-client-v2.js +401 -110
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +167 -90
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +170 -91
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +520 -29
  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 +1 -1
  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 +37 -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 +1 -1
  27. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +2 -2
  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 +30 -2
  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 +1 -1
  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 +2 -2
  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 +1 -1
  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 +1 -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 +1 -1
package/index.d.ts CHANGED
@@ -1499,6 +1499,7 @@ declare class ConversationsApi {
1499
1499
  patchConversationsEmailParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1500
1500
  patchConversationsEmailParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<Models.ParticipantAttributes>;
1501
1501
  patchConversationsEmailParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1502
+ patchConversationsEmailParticipantParkingstate(conversationId: string, participantId: string, body: Models.ParkingStateRequest): Promise<void>;
1502
1503
  patchConversationsMessage(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1503
1504
  patchConversationsMessageParticipant(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantOptions): Promise<void>;
1504
1505
  patchConversationsMessageParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantAttributesOptions): Promise<Models.ParticipantAttributes>;
@@ -1576,7 +1577,7 @@ declare class ConversationsApi {
1576
1577
  postConversationsMessageParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsMessageParticipantCommunicationWrapupOptions): Promise<void>;
1577
1578
  postConversationsMessageParticipantMonitor(conversationId: string, participantId: string): Promise<void>;
1578
1579
  postConversationsMessageParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
1579
- postConversationsMessages(body: Models.CreateOutboundMessagingConversationRequest): Promise<Models.MessageConversation>;
1580
+ postConversationsMessages(body: Models.CreateOutboundMessagingConversationRequest): Promise<Models.CreateOutboundMessagingConversationResponse>;
1580
1581
  postConversationsMessagesAgentless(body: Models.SendAgentlessOutboundMessageRequest): Promise<Models.SendAgentlessOutboundMessageResponse>;
1581
1582
  postConversationsMessagesInboundOpen(body: Models.OpenNormalizedMessage): Promise<Models.OpenNormalizedMessage>;
1582
1583
  postConversationsMessagingIntegrationsFacebook(body: Models.FacebookIntegrationRequest): Promise<Models.FacebookIntegration>;
@@ -2796,6 +2797,7 @@ declare class JourneyApi {
2796
2797
  postJourneyActiontemplates(opts?: JourneyApi.postJourneyActiontemplatesOptions): Promise<Models.ActionTemplate>;
2797
2798
  postJourneyDeploymentActionevent(deploymentId: string, body: Models.ActionEventRequest): Promise<void>;
2798
2799
  postJourneyDeploymentAppevents(deploymentId: string, opts?: JourneyApi.postJourneyDeploymentAppeventsOptions): Promise<Models.AppEventResponse>;
2800
+ postJourneyDeploymentWebevents(deploymentId: string, opts?: JourneyApi.postJourneyDeploymentWebeventsOptions): Promise<Models.WebEventResponse>;
2799
2801
  postJourneyFlowsPathsQuery(opts?: JourneyApi.postJourneyFlowsPathsQueryOptions): Promise<Models.FlowPaths>;
2800
2802
  postJourneyOutcomes(opts?: JourneyApi.postJourneyOutcomesOptions): Promise<Models.Outcome>;
2801
2803
  postJourneyOutcomesAttributionsJobs(opts?: JourneyApi.postJourneyOutcomesAttributionsJobsOptions): Promise<Models.OutcomeAttributionAsyncResponse>;
@@ -2901,6 +2903,9 @@ declare namespace JourneyApi {
2901
2903
  export interface postJourneyDeploymentAppeventsOptions {
2902
2904
  "body"?: Models.AppEventRequest;
2903
2905
  }
2906
+ export interface postJourneyDeploymentWebeventsOptions {
2907
+ "body"?: Models.WebEventRequest;
2908
+ }
2904
2909
  export interface postJourneyFlowsPathsQueryOptions {
2905
2910
  "body"?: Models.FlowPathsQuery;
2906
2911
  }
@@ -4424,6 +4429,7 @@ declare class QualityApi {
4424
4429
  putQualityConversationEvaluation(conversationId: string, evaluationId: string, body: Models.Evaluation, opts?: QualityApi.putQualityConversationEvaluationOptions): Promise<Models.EvaluationResponse>;
4425
4430
  putQualityForm(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4426
4431
  putQualityFormsEvaluation(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4432
+ putQualityFormsEvaluationPredictivescoringSettings(formId: string, body: Models.PredictiveScoringSettings): Promise<Models.PredictiveScoringSettings>;
4427
4433
  putQualityFormsSurvey(formId: string, body: Models.SurveyForm): Promise<Models.SurveyForm>;
4428
4434
  putQualitySurveysScorable(customerSurveyUrl: string, body: Models.ScorableSurvey): Promise<Models.ScorableSurvey>;
4429
4435
  }
@@ -5758,6 +5764,7 @@ declare namespace TaskManagementApi {
5758
5764
  "after"?: string;
5759
5765
  "pageSize"?: number;
5760
5766
  "sortOrder"?: string;
5767
+ "fields"?: Array<string>;
5761
5768
  }
5762
5769
  export interface getTaskmanagementWorktypeVersionsOptions {
5763
5770
  "after"?: string;
@@ -6700,13 +6707,16 @@ declare class WorkforceManagementApi {
6700
6707
  getWorkforcemanagementAdherenceExplanationsJob(jobId: string): Promise<Models.AdherenceExplanationJob>;
6701
6708
  getWorkforcemanagementAdherenceHistoricalBulkJob(jobId: string): Promise<Models.WfmHistoricalAdherenceBulkResponse>;
6702
6709
  getWorkforcemanagementAdherenceHistoricalJob(jobId: string): Promise<Models.WfmHistoricalAdherenceResponse>;
6703
- getWorkforcemanagementAdhocmodelingjob(jobId: string): Promise<Models.ModelingStatusResponse>;
6704
6710
  getWorkforcemanagementAgentAdherenceExplanation(agentId: string, explanationId: string): Promise<Models.AdherenceExplanationResponse>;
6705
6711
  getWorkforcemanagementAgentManagementunit(agentId: string): Promise<Models.AgentManagementUnitReference>;
6706
6712
  getWorkforcemanagementAgentsMeManagementunit(): Promise<Models.AgentManagementUnitReference>;
6707
6713
  getWorkforcemanagementBusinessunit(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitOptions): Promise<Models.BusinessUnitResponse>;
6708
6714
  getWorkforcemanagementBusinessunitActivitycode(businessUnitId: string, activityCodeId: string): Promise<Models.BusinessUnitActivityCode>;
6709
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>;
6710
6720
  getWorkforcemanagementBusinessunitIntradayPlanninggroups(businessUnitId: string, _date: string): Promise<Models.WfmIntradayPlanningGroupListing>;
6711
6721
  getWorkforcemanagementBusinessunitManagementunits(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitManagementunitsOptions): Promise<Models.ManagementUnitListing>;
6712
6722
  getWorkforcemanagementBusinessunitPlanninggroup(businessUnitId: string, planningGroupId: string): Promise<Models.PlanningGroup>;
@@ -6779,6 +6789,7 @@ declare class WorkforceManagementApi {
6779
6789
  patchWorkforcemanagementAgentAdherenceExplanation(agentId: string, explanationId: string, body: Models.UpdateAdherenceExplanationStatusRequest): Promise<Models.AdherenceExplanationAsyncResponse>;
6780
6790
  patchWorkforcemanagementBusinessunit(businessUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitOptions): Promise<Models.BusinessUnitResponse>;
6781
6791
  patchWorkforcemanagementBusinessunitActivitycode(businessUnitId: string, activityCodeId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitActivitycodeOptions): Promise<Models.BusinessUnitActivityCode>;
6792
+ patchWorkforcemanagementBusinessunitActivityplan(businessUnitId: string, activityPlanId: string, body: Models.UpdateActivityPlanRequest): Promise<Models.ActivityPlanResponse>;
6782
6793
  patchWorkforcemanagementBusinessunitPlanninggroup(businessUnitId: string, planningGroupId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitPlanninggroupOptions): Promise<Models.PlanningGroup>;
6783
6794
  patchWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<void>;
6784
6795
  patchWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<Models.ServiceGoalTemplate>;
@@ -6805,6 +6816,8 @@ declare class WorkforceManagementApi {
6805
6816
  postWorkforcemanagementAgentsMePossibleworkshifts(body: Models.AgentPossibleWorkShiftsRequest): Promise<Models.AgentPossibleWorkShiftsResponse>;
6806
6817
  postWorkforcemanagementAgentschedulesMine(opts?: WorkforceManagementApi.postWorkforcemanagementAgentschedulesMineOptions): Promise<Models.BuCurrentAgentScheduleSearchResponse>;
6807
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>;
6808
6821
  postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(businessUnitId: string, body: Models.BuQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQueryOptions): Promise<Models.BuQueryAdherenceExplanationsResponse>;
6809
6822
  postWorkforcemanagementBusinessunitAgentschedulesSearch(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitAgentschedulesSearchOptions): Promise<Models.BuAsyncAgentSchedulesSearchResponse>;
6810
6823
  postWorkforcemanagementBusinessunitIntraday(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitIntradayOptions): Promise<Models.AsyncIntradayResponse>;
@@ -6881,6 +6894,9 @@ declare namespace WorkforceManagementApi {
6881
6894
  export interface getWorkforcemanagementBusinessunitActivitycodesOptions {
6882
6895
  "forceDownloadService"?: boolean;
6883
6896
  }
6897
+ export interface getWorkforcemanagementBusinessunitActivityplansOptions {
6898
+ "state"?: string;
6899
+ }
6884
6900
  export interface getWorkforcemanagementBusinessunitManagementunitsOptions {
6885
6901
  "feature"?: string;
6886
6902
  "divisionId"?: string;
@@ -7684,12 +7700,126 @@ declare namespace Models {
7684
7700
  }
7685
7701
 
7686
7702
  export interface ActivityCodeReference {
7703
+ "id": string;
7704
+ "selfUri"?: string;
7705
+ }
7706
+
7707
+ export interface ActivityCodeSummary {
7687
7708
  "id": string;
7688
7709
  "name"?: string;
7689
7710
  "secondaryPresences"?: Array<Models.SecondaryPresence>;
7690
7711
  "selfUri"?: string;
7691
7712
  }
7692
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
+
7693
7823
  export interface AcwDetailEventTopicAfterCallWorkEvent {
7694
7824
  "eventTime"?: number;
7695
7825
  "conversationId"?: string;
@@ -8254,20 +8384,6 @@ declare namespace Models {
8254
8384
  "lt"?: number;
8255
8385
  }
8256
8386
 
8257
- export interface AiAnswer {
8258
- "answerId"?: string;
8259
- "explanation"?: string;
8260
- "failureType"?: string;
8261
- }
8262
-
8263
- export interface AiScoring {
8264
- }
8265
-
8266
- export interface AiScoringSettings {
8267
- "enabled"?: boolean;
8268
- "prompt"?: string;
8269
- }
8270
-
8271
8387
  export interface AlertListing {
8272
8388
  "entities"?: Array<Models.CommonAlert>;
8273
8389
  "pageSize"?: number;
@@ -8512,6 +8628,7 @@ declare namespace Models {
8512
8628
  "participantId"?: string;
8513
8629
  "participantName"?: string;
8514
8630
  "purpose"?: string;
8631
+ "screenRecording"?: boolean;
8515
8632
  "teamId"?: string;
8516
8633
  "userId"?: string;
8517
8634
  "sessions"?: Array<Models.AnalyticsSession>;
@@ -8525,6 +8642,7 @@ declare namespace Models {
8525
8642
  "participantId"?: string;
8526
8643
  "participantName"?: string;
8527
8644
  "purpose"?: string;
8645
+ "screenRecording"?: boolean;
8528
8646
  "teamId"?: string;
8529
8647
  "userId"?: string;
8530
8648
  "sessions"?: Array<Models.AnalyticsSession>;
@@ -9667,6 +9785,11 @@ declare namespace Models {
9667
9785
  "supportedCountries"?: Array<string>;
9668
9786
  }
9669
9787
 
9788
+ export interface AvailabilityRange {
9789
+ "earliestStartMinutesFromMidnight": number;
9790
+ "latestEndMinutesFromMidnight": number;
9791
+ }
9792
+
9670
9793
  export interface AvailableMediaType {
9671
9794
  "mediaType"?: string;
9672
9795
  "availableSubTypes"?: Array<string>;
@@ -9992,6 +10115,7 @@ declare namespace Models {
9992
10115
  "botResult"?: string;
9993
10116
  "botResultCategory"?: string;
9994
10117
  "dateCreated"?: string;
10118
+ "dateCompleted"?: string;
9995
10119
  "conversation"?: Models.AddressableEntityRef;
9996
10120
  }
9997
10121
 
@@ -11293,6 +11417,7 @@ declare namespace Models {
11293
11417
  "conversationRoutingData"?: Models.ConversationRoutingData;
11294
11418
  "startAcwTime"?: string;
11295
11419
  "endAcwTime"?: string;
11420
+ "parkTime"?: string;
11296
11421
  "muted"?: boolean;
11297
11422
  "confined"?: boolean;
11298
11423
  "recording"?: boolean;
@@ -11521,6 +11646,7 @@ declare namespace Models {
11521
11646
  "conversationRoutingData"?: Models.ConversationRoutingData;
11522
11647
  "startAcwTime"?: string;
11523
11648
  "endAcwTime"?: string;
11649
+ "parkTime"?: string;
11524
11650
  "outboundPreview"?: Models.DialerPreview;
11525
11651
  "voicemail"?: Models.Voicemail;
11526
11652
  "callbackNumbers"?: Array<string>;
@@ -12099,6 +12225,7 @@ declare namespace Models {
12099
12225
  "conversationRoutingData"?: Models.ConversationRoutingData;
12100
12226
  "startAcwTime"?: string;
12101
12227
  "endAcwTime"?: string;
12228
+ "parkTime"?: string;
12102
12229
  "roomId"?: string;
12103
12230
  "avatarImageUrl"?: string;
12104
12231
  }
@@ -12446,6 +12573,7 @@ declare namespace Models {
12446
12573
  "conversationRoutingData"?: Models.ConversationRoutingData;
12447
12574
  "startAcwTime"?: string;
12448
12575
  "endAcwTime"?: string;
12576
+ "parkTime"?: string;
12449
12577
  "cobrowseSessionId"?: string;
12450
12578
  "cobrowseRole"?: string;
12451
12579
  "controlling"?: Array<string>;
@@ -15551,6 +15679,11 @@ declare namespace Models {
15551
15679
  "matchAll"?: boolean;
15552
15680
  }
15553
15681
 
15682
+ export interface ConversationPublicMetadata {
15683
+ "rootId"?: string;
15684
+ "replyToId"?: string;
15685
+ }
15686
+
15554
15687
  export interface ConversationQuery {
15555
15688
  "conversationFilters"?: Array<Models.ConversationDetailQueryFilter>;
15556
15689
  "segmentFilters"?: Array<Models.SegmentDetailQueryFilter>;
@@ -16094,6 +16227,27 @@ declare namespace Models {
16094
16227
  "secondaryPresences"?: Array<Models.SecondaryPresence>;
16095
16228
  }
16096
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
+
16097
16251
  export interface CreateAdminTimeOffRequest {
16098
16252
  "status": string;
16099
16253
  "users": Array<Models.UserReference>;
@@ -16146,6 +16300,7 @@ declare namespace Models {
16146
16300
  "callQueueId"?: string;
16147
16301
  "callUserId"?: string;
16148
16302
  "priority"?: number;
16303
+ "attributes"?: { [key: string]: string; };
16149
16304
  "languageId"?: string;
16150
16305
  "routingSkillsIds"?: Array<string>;
16151
16306
  "conversationIds"?: Array<string>;
@@ -16287,6 +16442,11 @@ declare namespace Models {
16287
16442
  "externalContactId"?: string;
16288
16443
  }
16289
16444
 
16445
+ export interface CreateOutboundMessagingConversationResponse {
16446
+ "id"?: string;
16447
+ "selfUri"?: string;
16448
+ }
16449
+
16290
16450
  export interface CreatePerformanceProfile {
16291
16451
  "id"?: string;
16292
16452
  "name": string;
@@ -18068,17 +18228,50 @@ declare namespace Models {
18068
18228
  "name"?: string;
18069
18229
  }
18070
18230
 
18231
+ export interface DialerSequenceScheduleConfigChangeAlteration {
18232
+ "type"?: string;
18233
+ "start"?: string;
18234
+ "end"?: string;
18235
+ "additionalProperties"?: { [key: string]: object; };
18236
+ }
18237
+
18071
18238
  export interface DialerSequenceScheduleConfigChangeObject {
18072
18239
  }
18073
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
+
18074
18255
  export interface DialerSequenceScheduleConfigChangeScheduleInterval {
18075
18256
  "start"?: string;
18076
18257
  "end"?: string;
18077
18258
  "additionalProperties"?: { [key: string]: object; };
18078
18259
  }
18079
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
+
18080
18272
  export interface DialerSequenceScheduleConfigChangeSequenceSchedule {
18081
18273
  "intervals"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleInterval>;
18274
+ "recurrences"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleRecurrence>;
18082
18275
  "timeZone"?: string;
18083
18276
  "sequence"?: Models.DialerSequenceScheduleConfigChangeUriReference;
18084
18277
  "additionalProperties"?: { [key: string]: object; };
@@ -18733,6 +18926,11 @@ declare namespace Models {
18733
18926
  "endIndex"?: number;
18734
18927
  }
18735
18928
 
18929
+ export interface DocumentElementLength {
18930
+ "value": number;
18931
+ "unit": string;
18932
+ }
18933
+
18736
18934
  export interface DocumentEntityListing {
18737
18935
  "entities"?: Array<Models.Document>;
18738
18936
  "pageSize"?: number;
@@ -19823,6 +20021,7 @@ declare namespace Models {
19823
20021
  "afterCallWork"?: Models.AfterCallWork;
19824
20022
  "afterCallWorkRequired"?: boolean;
19825
20023
  "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
20024
+ "parkTime"?: string;
19826
20025
  }
19827
20026
 
19828
20027
  export interface EmailAddress {
@@ -20029,6 +20228,7 @@ declare namespace Models {
20029
20228
  "conversationRoutingData"?: Models.ConversationRoutingData;
20030
20229
  "startAcwTime"?: string;
20031
20230
  "endAcwTime"?: string;
20231
+ "parkTime"?: string;
20032
20232
  "subject"?: string;
20033
20233
  "messagesSent"?: number;
20034
20234
  "autoGenerated"?: boolean;
@@ -21977,6 +22177,12 @@ declare namespace Models {
21977
22177
  "preview"?: Array<Models.DialerContact>;
21978
22178
  }
21979
22179
 
22180
+ export interface FixedAvailability {
22181
+ "availabilityRange"?: Models.AvailabilityRange;
22182
+ "dateRange"?: Models.RequiredLocalDateRange;
22183
+ "daysOfWeek"?: Array<string>;
22184
+ }
22185
+
21980
22186
  export interface Flow {
21981
22187
  "id"?: string;
21982
22188
  "name": string;
@@ -23171,6 +23377,14 @@ declare namespace Models {
23171
23377
  "selfUri"?: string;
23172
23378
  }
23173
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
+
23174
23388
  export interface GenesysBotConnector {
23175
23389
  "queryParameters"?: { [key: string]: string; };
23176
23390
  }
@@ -23517,6 +23731,13 @@ declare namespace Models {
23517
23731
  "query"?: Array<Models.GroupSearchCriteria>;
23518
23732
  }
23519
23733
 
23734
+ export interface GroupSettings {
23735
+ "minimumGroupSize"?: number;
23736
+ "maximumGroupSize"?: number;
23737
+ "maximumTotalSessions"?: number;
23738
+ "maximumConcurrentSessions"?: number;
23739
+ }
23740
+
23520
23741
  export interface GroupUpdate {
23521
23742
  "id"?: string;
23522
23743
  "name"?: string;
@@ -27983,6 +28204,10 @@ declare namespace Models {
27983
28204
  "actions"?: Models.ContentActions;
27984
28205
  }
27985
28206
 
28207
+ export interface ListWrapperFixedAvailability {
28208
+ "values"?: Array<Models.FixedAvailability>;
28209
+ }
28210
+
27986
28211
  export interface ListWrapperInterval {
27987
28212
  "values"?: Array<string>;
27988
28213
  }
@@ -28740,6 +28965,7 @@ declare namespace Models {
28740
28965
  "conversationRoutingData"?: Models.ConversationRoutingData;
28741
28966
  "startAcwTime"?: string;
28742
28967
  "endAcwTime"?: string;
28968
+ "parkTime"?: string;
28743
28969
  "toAddress"?: Models.Address;
28744
28970
  "fromAddress"?: Models.Address;
28745
28971
  "messages"?: Array<Models.MessageDetails>;
@@ -29393,18 +29619,6 @@ declare namespace Models {
29393
29619
  "notifications": Models.MobileNotificationSettings;
29394
29620
  }
29395
29621
 
29396
- export interface ModelingProcessingError {
29397
- "internalErrorCode"?: string;
29398
- "description"?: string;
29399
- }
29400
-
29401
- export interface ModelingStatusResponse {
29402
- "id"?: string;
29403
- "status"?: string;
29404
- "errorDetails"?: Array<Models.ModelingProcessingError>;
29405
- "modelingResultUri"?: string;
29406
- }
29407
-
29408
29622
  export interface ModifiableRuleProperties {
29409
29623
  "id"?: string;
29410
29624
  "name": string;
@@ -29742,6 +29956,10 @@ declare namespace Models {
29742
29956
  "entities"?: Array<Models.WfmUserNotification>;
29743
29957
  }
29744
29958
 
29959
+ export interface NotificationsSettings {
29960
+ "enabled"?: boolean;
29961
+ }
29962
+
29745
29963
  export interface NuanceApplication {
29746
29964
  "id": string;
29747
29965
  "tag": string;
@@ -31116,6 +31334,10 @@ declare namespace Models {
31116
31334
  "pageNumber": number;
31117
31335
  }
31118
31336
 
31337
+ export interface ParkingStateRequest {
31338
+ "state": string;
31339
+ }
31340
+
31119
31341
  export interface ParsedCertificate {
31120
31342
  "certificateDetails"?: Array<Models.CertificateDetails>;
31121
31343
  }
@@ -32068,6 +32290,15 @@ declare namespace Models {
32068
32290
  "nuanceMixDlg"?: { [key: string]: object; };
32069
32291
  }
32070
32292
 
32293
+ export interface PredictedAnswer {
32294
+ "answerId"?: string;
32295
+ "explanation"?: string;
32296
+ "failureType"?: string;
32297
+ }
32298
+
32299
+ export interface PredictedScoring {
32300
+ }
32301
+
32071
32302
  export interface PredictionResults {
32072
32303
  "intent"?: string;
32073
32304
  "formula": string;
@@ -32079,6 +32310,16 @@ declare namespace Models {
32079
32310
  "enableConversationScoreBiasing"?: boolean;
32080
32311
  }
32081
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
+
32082
32323
  export interface Predictor {
32083
32324
  "id"?: string;
32084
32325
  "queues": Array<Models.AddressableEntityRef>;
@@ -32266,6 +32507,11 @@ declare namespace Models {
32266
32507
  "tags"?: Array<string>;
32267
32508
  }
32268
32509
 
32510
+ export interface ProgramTopicLinksTopicsDefinitionsJob {
32511
+ "id"?: string;
32512
+ "state"?: string;
32513
+ }
32514
+
32269
32515
  export interface ProgramTranscriptionEngine {
32270
32516
  "engine"?: string;
32271
32517
  "dialects"?: Array<string>;
@@ -32631,6 +32877,16 @@ declare namespace Models {
32631
32877
  "timeOffRequests": Array<Models.UserTimeOffRequestReference>;
32632
32878
  }
32633
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
+
32634
32890
  export interface Queue {
32635
32891
  "id"?: string;
32636
32892
  "name"?: string;
@@ -35550,6 +35806,18 @@ declare namespace Models {
35550
35806
  "actualTranscodeTimeMs"?: number;
35551
35807
  }
35552
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
+
35553
35821
  export interface RecordingContentStory {
35554
35822
  "type"?: string;
35555
35823
  "url"?: string;
@@ -35748,6 +36016,22 @@ declare namespace Models {
35748
36016
  "uploadStatus"?: string;
35749
36017
  }
35750
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
+
35751
36035
  export interface Referrer {
35752
36036
  "url": string;
35753
36037
  "domain": string;
@@ -35966,6 +36250,7 @@ declare namespace Models {
35966
36250
  "knowledge"?: Models.ReportingTurnKnowledge;
35967
36251
  "knowledgeBaseEvents"?: Models.ReportingTurnKnowledgeEvents;
35968
36252
  "dateCreated"?: string;
36253
+ "dateCompleted"?: string;
35969
36254
  "askActionResult"?: string;
35970
36255
  "sessionEndDetails"?: Models.SessionEndDetails;
35971
36256
  "conversation"?: Models.AddressableEntityRef;
@@ -36114,11 +36399,23 @@ declare namespace Models {
36114
36399
  "value"?: string;
36115
36400
  }
36116
36401
 
36402
+ export interface RequestPage {
36403
+ "url": string;
36404
+ "title": string;
36405
+ "keywords"?: string;
36406
+ "lang"?: string;
36407
+ }
36408
+
36117
36409
  export interface RequestScoredAgent {
36118
36410
  "id"?: string;
36119
36411
  "score"?: number;
36120
36412
  }
36121
36413
 
36414
+ export interface RequiredLocalDateRange {
36415
+ "startDate": string;
36416
+ "endDate": string;
36417
+ }
36418
+
36122
36419
  export interface ReschedulingManagementUnitResponse {
36123
36420
  "managementUnit"?: Models.ManagementUnitReference;
36124
36421
  "applied"?: boolean;
@@ -36341,6 +36638,18 @@ declare namespace Models {
36341
36638
  "values": Array<string>;
36342
36639
  }
36343
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
+
36344
36653
  export interface ResponseQueryRequest {
36345
36654
  "queryPhrase"?: string;
36346
36655
  "pageSize"?: number;
@@ -36893,6 +37202,11 @@ declare namespace Models {
36893
37202
  "noForecastOptions"?: Models.SchedulingNoForecastOptionsRequest;
36894
37203
  }
36895
37204
 
37205
+ export interface SchedulingPeriod {
37206
+ "earliestStartDate": string;
37207
+ "latestEndDate": string;
37208
+ }
37209
+
36896
37210
  export interface SchedulingProcessingError {
36897
37211
  "internalErrorCode"?: string;
36898
37212
  "description"?: string;
@@ -40909,6 +41223,19 @@ declare namespace Models {
40909
41223
  "metadata": Models.WfmVersionedEntityMetadata;
40910
41224
  }
40911
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
+
40912
41239
  export interface UpdateAdherenceExplanationStatusRequest {
40913
41240
  "status"?: string;
40914
41241
  }
@@ -41963,7 +42290,7 @@ declare namespace Models {
41963
42290
  "managementUnit"?: Models.ManagementUnitReference;
41964
42291
  "team"?: Models.TeamReference;
41965
42292
  "scheduledActivityCategory"?: string;
41966
- "scheduledActivityCode"?: Models.ActivityCodeReference;
42293
+ "scheduledActivityCode"?: Models.ActivityCodeSummary;
41967
42294
  "systemPresence"?: string;
41968
42295
  "organizationSecondaryPresenceId"?: string;
41969
42296
  "routingStatus"?: string;
@@ -42034,6 +42361,16 @@ declare namespace Models {
42034
42361
  "enforcePermissions"?: boolean;
42035
42362
  }
42036
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
+
42037
42374
  export interface UserSkillEntityListing {
42038
42375
  "entities"?: Array<Models.UserRoutingSkill>;
42039
42376
  "pageSize"?: number;
@@ -42575,6 +42912,26 @@ declare namespace Models {
42575
42912
  "waitBetweenNotificationMs"?: number;
42576
42913
  }
42577
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
+
42578
42935
  export interface ValidateAddressRequest {
42579
42936
  "address"?: Models.StreetAddress;
42580
42937
  }
@@ -42613,10 +42970,18 @@ declare namespace Models {
42613
42970
  "uploadKey": string;
42614
42971
  }
42615
42972
 
42973
+ export interface ValueWrapperActivityPlanServiceGoalImpactOverrides {
42974
+ "value"?: Models.ActivityPlanServiceGoalImpactOverrides;
42975
+ }
42976
+
42616
42977
  export interface ValueWrapperDate {
42617
42978
  "value"?: string;
42618
42979
  }
42619
42980
 
42981
+ export interface ValueWrapperGroupSettings {
42982
+ "value"?: Models.GroupSettings;
42983
+ }
42984
+
42620
42985
  export interface ValueWrapperHrisTimeOffType {
42621
42986
  "value"?: Models.HrisTimeOffType;
42622
42987
  }
@@ -42629,6 +42994,10 @@ declare namespace Models {
42629
42994
  "value"?: string;
42630
42995
  }
42631
42996
 
42997
+ export interface ValueWrapperUserSearchRule {
42998
+ "value"?: Models.UserSearchRule;
42999
+ }
43000
+
42632
43001
  export interface VerificationResult {
42633
43002
  "status"?: string;
42634
43003
  "records"?: Array<Models.Record>;
@@ -43415,6 +43784,69 @@ declare namespace Models {
43415
43784
  "authenticated": boolean;
43416
43785
  }
43417
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
+
43418
43850
  export interface WebMessagingAttachment {
43419
43851
  "id"?: string;
43420
43852
  "mediaType"?: string;
@@ -43596,6 +44028,65 @@ declare namespace Models {
43596
44028
  "status"?: string;
43597
44029
  }
43598
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
+
43599
44090
  export interface WfmAdherenceExplanationJobCompleteTopicAdherenceExplanationChangedNotification {
43600
44091
  "id"?: string;
43601
44092
  "agent"?: Models.WfmAdherenceExplanationJobCompleteTopicUserReference;