purecloud-platform-client-v2 146.0.0 → 148.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 (75) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +660 -198
  3. package/dist/web-amd/purecloud-platform-client-v2.js +660 -198
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +660 -198
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +661 -199
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +490 -145
  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/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +46 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -51
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +3 -2
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -78
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +76 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +3 -2
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +135 -1
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +243 -0
  49. package/src/purecloud-platform-client-v2/api/QualityApi.js +4 -4
  50. package/src/purecloud-platform-client-v2/api/RecordingApi.js +31 -1
  51. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +3 -2
  67. package/src/purecloud-platform-client-v2/api/UsersApi.js +31 -1
  68. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +30 -1
  72. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/index.js +7 -1
package/index.d.ts CHANGED
@@ -115,6 +115,7 @@ declare class AnalyticsApi {
115
115
  getAnalyticsConversationsDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
116
116
  getAnalyticsConversationsDetailsJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsConversationsDetailsJobResultsOptions): Promise<Models.AnalyticsConversationAsyncQueryResponse>;
117
117
  getAnalyticsConversationsDetailsJobsAvailability(): Promise<Models.DataAvailabilityResponse>;
118
+ getAnalyticsDataretentionSettings(): Promise<Models.AnalyticsDataRetentionResponse>;
118
119
  getAnalyticsReportingExports(opts?: AnalyticsApi.getAnalyticsReportingExportsOptions): Promise<Models.ReportingExportJobListing>;
119
120
  getAnalyticsReportingExportsMetadata(): Promise<Models.ReportingExportMetadataJobListing>;
120
121
  getAnalyticsReportingMetadata(opts?: AnalyticsApi.getAnalyticsReportingMetadataOptions): Promise<Models.ReportMetaDataEntityListing>;
@@ -151,6 +152,7 @@ declare class AnalyticsApi {
151
152
  postAnalyticsUsersDetailsJobs(body: Models.AsyncUserDetailsQuery): Promise<Models.AsyncQueryResponse>;
152
153
  postAnalyticsUsersDetailsQuery(body: Models.UserDetailsQuery): Promise<Models.AnalyticsUserDetailsQueryResponse>;
153
154
  postAnalyticsUsersObservationsQuery(body: Models.UserObservationQuery): Promise<Models.UserObservationQueryResponse>;
155
+ putAnalyticsDataretentionSettings(body: Models.UpdateAnalyticsDataRetentionRequest): Promise<Models.AnalyticsDataRetentionResponse>;
154
156
  putAnalyticsReportingSchedule(scheduleId: string, body: Models.ReportSchedule): Promise<Models.ReportSchedule>;
155
157
  }
156
158
 
@@ -1483,7 +1485,6 @@ declare class GamificationApi {
1483
1485
  getGamificationMetric(metricId: string, opts?: GamificationApi.getGamificationMetricOptions): Promise<Models.Metric>;
1484
1486
  getGamificationMetricdefinition(metricDefinitionId: string): Promise<Models.MetricDefinition>;
1485
1487
  getGamificationMetricdefinitions(): Promise<Models.GetMetricDefinitionsResponse>;
1486
- getGamificationMetrics(opts?: GamificationApi.getGamificationMetricsOptions): Promise<Models.GetMetricsResponse>;
1487
1488
  getGamificationProfile(profileId: string): Promise<Models.PerformanceProfile>;
1488
1489
  getGamificationProfileMembers(profileId: string): Promise<Models.MemberListing>;
1489
1490
  getGamificationProfileMetric(profileId: string, metricId: string, opts?: GamificationApi.getGamificationProfileMetricOptions): Promise<Models.Metric>;
@@ -1518,7 +1519,6 @@ declare class GamificationApi {
1518
1519
  patchEmployeeperformanceExternalmetricsDefinition(metricId: string, body: Models.ExternalMetricDefinitionUpdateRequest): Promise<Models.ExternalMetricDefinition>;
1519
1520
  postEmployeeperformanceExternalmetricsData(opts?: GamificationApi.postEmployeeperformanceExternalmetricsDataOptions): Promise<Models.ExternalMetricDataWriteResponse>;
1520
1521
  postEmployeeperformanceExternalmetricsDefinitions(opts?: GamificationApi.postEmployeeperformanceExternalmetricsDefinitionsOptions): Promise<Models.ExternalMetricDefinition>;
1521
- postGamificationMetrics(body: Models.CreateMetric): Promise<Models.Metric>;
1522
1522
  postGamificationProfileActivate(profileId: string): Promise<Models.PerformanceProfile>;
1523
1523
  postGamificationProfileDeactivate(profileId: string): Promise<Models.PerformanceProfile>;
1524
1524
  postGamificationProfileMembers(profileId: string, body: Models.AssignUsers): Promise<Models.Assignment>;
@@ -1547,10 +1547,6 @@ declare namespace GamificationApi {
1547
1547
  "workday"?: string;
1548
1548
  "performanceProfileId"?: string;
1549
1549
  }
1550
- export interface getGamificationMetricsOptions {
1551
- "performanceProfileId"?: string;
1552
- "workday"?: string;
1553
- }
1554
1550
  export interface getGamificationProfileMetricOptions {
1555
1551
  "workday"?: string;
1556
1552
  }
@@ -1733,6 +1729,7 @@ declare namespace GroupsApi {
1733
1729
  "pageSize"?: number;
1734
1730
  "pageNumber"?: number;
1735
1731
  "id"?: Array<string>;
1732
+ "jabberId"?: Array<string>;
1736
1733
  "sortOrder"?: string;
1737
1734
  }
1738
1735
  export interface putGroupOptions {
@@ -1807,8 +1804,6 @@ declare class IntegrationsApi {
1807
1804
  getIntegrationsCredential(credentialId: string): Promise<Models.Credential>;
1808
1805
  getIntegrationsCredentials(opts?: IntegrationsApi.getIntegrationsCredentialsOptions): Promise<Models.CredentialInfoListing>;
1809
1806
  getIntegrationsCredentialsTypes(): Promise<Models.CredentialTypeListing>;
1810
- getIntegrationsEventlog(opts?: IntegrationsApi.getIntegrationsEventlogOptions): Promise<Models.IntegrationEventEntityListing>;
1811
- getIntegrationsEventlogEventId(eventId: string): Promise<Models.IntegrationEvent>;
1812
1807
  getIntegrationsSpeechDialogflowAgent(agentId: string): Promise<Models.DialogflowAgent>;
1813
1808
  getIntegrationsSpeechDialogflowAgents(opts?: IntegrationsApi.getIntegrationsSpeechDialogflowAgentsOptions): Promise<Models.DialogflowAgentSummaryEntityListing>;
1814
1809
  getIntegrationsSpeechLexBotAlias(aliasId: string): Promise<Models.LexBotAlias>;
@@ -1835,7 +1830,6 @@ declare class IntegrationsApi {
1835
1830
  postIntegrationsActions(body: Models.PostActionInput): Promise<Models.Action>;
1836
1831
  postIntegrationsActionsDrafts(body: Models.PostActionInput): Promise<Models.Action>;
1837
1832
  postIntegrationsCredentials(opts?: IntegrationsApi.postIntegrationsCredentialsOptions): Promise<Models.CredentialInfo>;
1838
- postIntegrationsWorkforcemanagementVendorconnection(opts?: IntegrationsApi.postIntegrationsWorkforcemanagementVendorconnectionOptions): Promise<Models.UserActionCategoryEntityListing>;
1839
1833
  putIntegrationConfigCurrent(integrationId: string, opts?: IntegrationsApi.putIntegrationConfigCurrentOptions): Promise<Models.IntegrationConfiguration>;
1840
1834
  putIntegrationsBotconnectorIntegrationIdBots(integrationId: string, botList: Models.BotList): Promise<void>;
1841
1835
  putIntegrationsCredential(credentialId: string, opts?: IntegrationsApi.putIntegrationsCredentialOptions): Promise<Models.CredentialInfo>;
@@ -1933,13 +1927,6 @@ declare namespace IntegrationsApi {
1933
1927
  "pageNumber"?: number;
1934
1928
  "pageSize"?: number;
1935
1929
  }
1936
- export interface getIntegrationsEventlogOptions {
1937
- "pageSize"?: number;
1938
- "pageNumber"?: number;
1939
- "sortBy"?: string;
1940
- "sortOrder"?: string;
1941
- "entityId"?: string;
1942
- }
1943
1930
  export interface getIntegrationsSpeechDialogflowAgentsOptions {
1944
1931
  "pageNumber"?: number;
1945
1932
  "pageSize"?: number;
@@ -2002,9 +1989,6 @@ declare namespace IntegrationsApi {
2002
1989
  export interface postIntegrationsCredentialsOptions {
2003
1990
  "body"?: Models.Credential;
2004
1991
  }
2005
- export interface postIntegrationsWorkforcemanagementVendorconnectionOptions {
2006
- "body"?: Models.VendorConnectionRequest;
2007
- }
2008
1992
  export interface putIntegrationConfigCurrentOptions {
2009
1993
  "body"?: Models.IntegrationConfiguration;
2010
1994
  }
@@ -2020,6 +2004,8 @@ declare class JourneyApi {
2020
2004
  deleteJourneySegment(segmentId: string): Promise<void>;
2021
2005
  getJourneyActionmap(actionMapId: string): Promise<Models.ActionMap>;
2022
2006
  getJourneyActionmaps(opts?: JourneyApi.getJourneyActionmapsOptions): Promise<Models.ActionMapListing>;
2007
+ getJourneyActionmapsEstimatesJob(jobId: string): Promise<string>;
2008
+ getJourneyActionmapsEstimatesJobResults(jobId: string): Promise<Models.ActionMapEstimateResult>;
2023
2009
  getJourneyActiontarget(actionTargetId: string): Promise<Models.ActionTarget>;
2024
2010
  getJourneyActiontargets(opts?: JourneyApi.getJourneyActiontargetsOptions): Promise<Models.ActionTargetListing>;
2025
2011
  getJourneyActiontemplate(actionTemplateId: string): Promise<Models.ActionTemplate>;
@@ -2037,6 +2023,7 @@ declare class JourneyApi {
2037
2023
  patchJourneySegment(segmentId: string, opts?: JourneyApi.patchJourneySegmentOptions): Promise<Models.JourneySegment>;
2038
2024
  postAnalyticsJourneysAggregatesQuery(body: Models.JourneyAggregationQuery): Promise<Models.JourneyAggregateQueryResponse>;
2039
2025
  postJourneyActionmaps(opts?: JourneyApi.postJourneyActionmapsOptions): Promise<Models.ActionMap>;
2026
+ postJourneyActionmapsEstimatesJobs(body: Models.ActionMapEstimateRequest): Promise<Models.EstimateJobAsyncResponse>;
2040
2027
  postJourneyActiontemplates(opts?: JourneyApi.postJourneyActiontemplatesOptions): Promise<Models.ActionTemplate>;
2041
2028
  postJourneyOutcomes(opts?: JourneyApi.postJourneyOutcomesOptions): Promise<Models.Outcome>;
2042
2029
  postJourneySegments(opts?: JourneyApi.postJourneySegmentsOptions): Promise<Models.JourneySegment>;
@@ -2250,6 +2237,7 @@ declare namespace KnowledgeApi {
2250
2237
  "after"?: string;
2251
2238
  "pageSize"?: string;
2252
2239
  "interval"?: string;
2240
+ "documentId"?: Array<string>;
2253
2241
  "categoryId"?: Array<string>;
2254
2242
  "includeSubcategories"?: boolean;
2255
2243
  "includeDrafts"?: boolean;
@@ -2825,6 +2813,7 @@ declare class OutboundApi {
2825
2813
  deleteOutboundContactlistContacts(contactListId: string, contactIds: Array<string>): Promise<void>;
2826
2814
  deleteOutboundContactlistfilter(contactListFilterId: string): Promise<void>;
2827
2815
  deleteOutboundContactlists(id: Array<string>): Promise<void>;
2816
+ deleteOutboundDigitalruleset(digitalRuleSetId: string): Promise<void>;
2828
2817
  deleteOutboundDnclist(dncListId: string): Promise<void>;
2829
2818
  deleteOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
2830
2819
  deleteOutboundMessagingcampaignProgress(messagingCampaignId: string): Promise<void>;
@@ -2863,6 +2852,8 @@ declare class OutboundApi {
2863
2852
  getOutboundContactlists(opts?: OutboundApi.getOutboundContactlistsOptions): Promise<Models.ContactListEntityListing>;
2864
2853
  getOutboundContactlistsDivisionview(contactListId: string, opts?: OutboundApi.getOutboundContactlistsDivisionviewOptions): Promise<Models.ContactListDivisionView>;
2865
2854
  getOutboundContactlistsDivisionviews(opts?: OutboundApi.getOutboundContactlistsDivisionviewsOptions): Promise<Models.ContactListDivisionViewListing>;
2855
+ getOutboundDigitalruleset(digitalRuleSetId: string): Promise<Models.DigitalRuleSet>;
2856
+ getOutboundDigitalrulesets(opts?: OutboundApi.getOutboundDigitalrulesetsOptions): Promise<Models.DigitalRuleSetEntityListing>;
2866
2857
  getOutboundDnclist(dncListId: string, opts?: OutboundApi.getOutboundDnclistOptions): Promise<Models.DncList>;
2867
2858
  getOutboundDnclistExport(dncListId: string, opts?: OutboundApi.getOutboundDnclistExportOptions): Promise<Models.ExportUri>;
2868
2859
  getOutboundDnclistImportstatus(dncListId: string): Promise<Models.ImportStatus>;
@@ -2908,6 +2899,7 @@ declare class OutboundApi {
2908
2899
  postOutboundContactlistfiltersPreview(body: Models.ContactListFilter): Promise<Models.FilterPreviewResponse>;
2909
2900
  postOutboundContactlists(body: Models.ContactList): Promise<Models.ContactList>;
2910
2901
  postOutboundConversationDnc(conversationId: string): Promise<void>;
2902
+ postOutboundDigitalrulesets(body: Models.DigitalRuleSet): Promise<Models.DigitalRuleSet>;
2911
2903
  postOutboundDnclistExport(dncListId: string): Promise<Models.DomainEntityRef>;
2912
2904
  postOutboundDnclistPhonenumbers(dncListId: string, body: Array<string>, opts?: OutboundApi.postOutboundDnclistPhonenumbersOptions): Promise<void>;
2913
2905
  postOutboundDnclists(body: Models.DncListCreate): Promise<Models.DncList>;
@@ -2924,6 +2916,7 @@ declare class OutboundApi {
2924
2916
  putOutboundContactlist(contactListId: string, body: Models.ContactList): Promise<Models.ContactList>;
2925
2917
  putOutboundContactlistContact(contactListId: string, contactId: string, body: Models.DialerContact): Promise<Models.DialerContact>;
2926
2918
  putOutboundContactlistfilter(contactListFilterId: string, body: Models.ContactListFilter): Promise<Models.ContactListFilter>;
2919
+ putOutboundDigitalruleset(digitalRuleSetId: string, body: Models.DigitalRuleSet): Promise<Models.DigitalRuleSet>;
2927
2920
  putOutboundDnclist(dncListId: string, body: Models.DncList): Promise<Models.DncList>;
2928
2921
  putOutboundMessagingcampaign(messagingCampaignId: string, body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
2929
2922
  putOutboundRuleset(ruleSetId: string, body: Models.RuleSet): Promise<Models.RuleSet>;
@@ -3059,6 +3052,14 @@ declare namespace OutboundApi {
3059
3052
  "sortBy"?: string;
3060
3053
  "sortOrder"?: string;
3061
3054
  }
3055
+ export interface getOutboundDigitalrulesetsOptions {
3056
+ "pageSize"?: number;
3057
+ "pageNumber"?: number;
3058
+ "sortBy"?: string;
3059
+ "sortOrder"?: string;
3060
+ "name"?: string;
3061
+ "id"?: Array<string>;
3062
+ }
3062
3063
  export interface getOutboundDnclistOptions {
3063
3064
  "includeImportStatus"?: boolean;
3064
3065
  "includeSize"?: boolean;
@@ -3186,6 +3187,38 @@ declare namespace PresenceApi {
3186
3187
  }
3187
3188
  }
3188
3189
 
3190
+ declare class ProcessAutomationApi {
3191
+ deleteProcessautomationTrigger(triggerId: string): Promise<void>;
3192
+ getProcessautomationTrigger(triggerId: string): Promise<Models.Trigger>;
3193
+ getProcessautomationTriggers(opts?: ProcessAutomationApi.getProcessautomationTriggersOptions): Promise<Models.TriggerEntityListing>;
3194
+ getProcessautomationTriggersTopics(opts?: ProcessAutomationApi.getProcessautomationTriggersTopicsOptions): Promise<Models.TopicCursorEntityListing>;
3195
+ postProcessautomationTriggerTest(triggerId: string, opts?: ProcessAutomationApi.postProcessautomationTriggerTestOptions): Promise<Models.TestModeResults>;
3196
+ postProcessautomationTriggers(body: Models.CreateTriggerRequest): Promise<Models.Trigger>;
3197
+ postProcessautomationTriggersTopicTest(topicName: string, opts?: ProcessAutomationApi.postProcessautomationTriggersTopicTestOptions): Promise<Models.TestModeEventResults>;
3198
+ putProcessautomationTrigger(triggerId: string, body: Models.UpdateTriggerRequest): Promise<Models.Trigger>;
3199
+ }
3200
+
3201
+ declare namespace ProcessAutomationApi {
3202
+ export interface getProcessautomationTriggersOptions {
3203
+ "before"?: string;
3204
+ "after"?: string;
3205
+ "pageSize"?: string;
3206
+ "topicName"?: string;
3207
+ "enabled"?: boolean;
3208
+ }
3209
+ export interface getProcessautomationTriggersTopicsOptions {
3210
+ "before"?: string;
3211
+ "after"?: string;
3212
+ "pageSize"?: string;
3213
+ }
3214
+ export interface postProcessautomationTriggerTestOptions {
3215
+ "body"?: string;
3216
+ }
3217
+ export interface postProcessautomationTriggersTopicTestOptions {
3218
+ "body"?: string;
3219
+ }
3220
+ }
3221
+
3189
3222
  declare class QualityApi {
3190
3223
  deleteQualityCalibration(calibrationId: string, calibratorId: string): Promise<Models.Calibration>;
3191
3224
  deleteQualityConversationEvaluation(conversationId: string, evaluationId: string, opts?: QualityApi.deleteQualityConversationEvaluationOptions): Promise<Models.EvaluationResponse>;
@@ -3425,6 +3458,7 @@ declare class RecordingApi {
3425
3458
  getRecordingRecordingkeys(opts?: RecordingApi.getRecordingRecordingkeysOptions): Promise<Models.EncryptionKeyEntityListing>;
3426
3459
  getRecordingRecordingkeysRotationschedule(): Promise<Models.KeyRotationSchedule>;
3427
3460
  getRecordingSettings(opts?: RecordingApi.getRecordingSettingsOptions): Promise<Models.RecordingSettings>;
3461
+ getRecordingsRetentionQuery(retentionThresholdDays: number, opts?: RecordingApi.getRecordingsRetentionQueryOptions): Promise<Models.RecordingRetentionCursorEntityListing>;
3428
3462
  getRecordingsScreensessions(opts?: RecordingApi.getRecordingsScreensessionsOptions): Promise<Models.ScreenRecordingSessionListing>;
3429
3463
  patchRecordingCrossplatformMediaretentionpolicy(policyId: string, body: Models.CrossPlatformPolicyUpdate): Promise<Models.CrossPlatformPolicy>;
3430
3464
  patchRecordingMediaretentionpolicy(policyId: string, body: Models.PolicyUpdate): Promise<Models.Policy>;
@@ -3540,6 +3574,10 @@ declare namespace RecordingApi {
3540
3574
  export interface getRecordingSettingsOptions {
3541
3575
  "createDefault"?: boolean;
3542
3576
  }
3577
+ export interface getRecordingsRetentionQueryOptions {
3578
+ "cursor"?: string;
3579
+ "pageSize"?: number;
3580
+ }
3543
3581
  export interface getRecordingsScreensessionsOptions {
3544
3582
  "pageSize"?: number;
3545
3583
  "pageNumber"?: number;
@@ -4718,6 +4756,7 @@ declare namespace UserRecordingsApi {
4718
4756
  }
4719
4757
  export interface getUserrecordingMediaOptions {
4720
4758
  "formatId"?: string;
4759
+ "async"?: boolean;
4721
4760
  }
4722
4761
  export interface getUserrecordingsOptions {
4723
4762
  "pageSize"?: number;
@@ -4790,6 +4829,7 @@ declare class UsersApi {
4790
4829
  postAuthorizationSubjectBulkremove(subjectId: string, body: Models.RoleDivisionGrants): Promise<void>;
4791
4830
  postAuthorizationSubjectBulkreplace(subjectId: string, body: Models.RoleDivisionGrants, opts?: UsersApi.postAuthorizationSubjectBulkreplaceOptions): Promise<void>;
4792
4831
  postAuthorizationSubjectDivisionRole(subjectId: string, divisionId: string, roleId: string, opts?: UsersApi.postAuthorizationSubjectDivisionRoleOptions): Promise<void>;
4832
+ postUserExternalid(userId: string, body: Models.UserExternalIdentifier): Promise<Array<Models.UserExternalIdentifier>>;
4793
4833
  postUserInvite(userId: string, opts?: UsersApi.postUserInviteOptions): Promise<void>;
4794
4834
  postUserPassword(userId: string, body: Models.ChangePasswordRequest): Promise<void>;
4795
4835
  postUserRoutinglanguages(userId: string, body: Models.UserRoutingLanguagePost): Promise<Models.UserRoutingLanguage>;
@@ -5057,6 +5097,7 @@ declare class WebDeploymentsApi {
5057
5097
  getWebdeploymentsConfigurationVersionsDraft(configurationId: string): Promise<Models.WebDeploymentConfigurationVersion>;
5058
5098
  getWebdeploymentsConfigurations(opts?: WebDeploymentsApi.getWebdeploymentsConfigurationsOptions): Promise<Models.WebDeploymentConfigurationVersionEntityListing>;
5059
5099
  getWebdeploymentsDeployment(deploymentId: string): Promise<Models.WebDeployment>;
5100
+ getWebdeploymentsDeploymentConfigurations(deploymentId: string, opts?: WebDeploymentsApi.getWebdeploymentsDeploymentConfigurationsOptions): Promise<Models.WebDeploymentActiveConfigurationOnDeployment>;
5060
5101
  getWebdeploymentsDeployments(): Promise<Models.WebDeploymentEntityListing>;
5061
5102
  postWebdeploymentsConfigurationVersionsDraftPublish(configurationId: string): Promise<Models.WebDeploymentConfigurationVersion>;
5062
5103
  postWebdeploymentsConfigurations(configurationVersion: Models.WebDeploymentConfigurationVersion): Promise<Models.WebDeploymentConfigurationVersion>;
@@ -5069,6 +5110,9 @@ declare namespace WebDeploymentsApi {
5069
5110
  export interface getWebdeploymentsConfigurationsOptions {
5070
5111
  "showOnlyPublished"?: boolean;
5071
5112
  }
5113
+ export interface getWebdeploymentsDeploymentConfigurationsOptions {
5114
+ "type"?: string;
5115
+ }
5072
5116
  }
5073
5117
 
5074
5118
  declare class WebMessagingApi {
@@ -5112,7 +5156,7 @@ declare class WorkforceManagementApi {
5112
5156
  getWorkforcemanagementAdhocmodelingjob(jobId: string): Promise<Models.ModelingStatusResponse>;
5113
5157
  getWorkforcemanagementAgentManagementunit(agentId: string): Promise<Models.AgentManagementUnitReference>;
5114
5158
  getWorkforcemanagementAgentsMeManagementunit(): Promise<Models.AgentManagementUnitReference>;
5115
- getWorkforcemanagementBusinessunit(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitOptions): Promise<Models.BusinessUnit>;
5159
+ getWorkforcemanagementBusinessunit(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitOptions): Promise<Models.BusinessUnitResponse>;
5116
5160
  getWorkforcemanagementBusinessunitActivitycode(businessUnitId: string, activityCodeId: string): Promise<Models.BusinessUnitActivityCode>;
5117
5161
  getWorkforcemanagementBusinessunitActivitycodes(businessUnitId: string): Promise<Models.BusinessUnitActivityCodeListing>;
5118
5162
  getWorkforcemanagementBusinessunitIntradayPlanninggroups(businessUnitId: string, _date: string): Promise<Models.WfmIntradayPlanningGroupListing>;
@@ -5171,7 +5215,7 @@ declare class WorkforceManagementApi {
5171
5215
  getWorkforcemanagementTimeoffrequest(timeOffRequestId: string): Promise<Models.TimeOffRequestResponse>;
5172
5216
  getWorkforcemanagementTimeoffrequestWaitlistpositions(timeOffRequestId: string): Promise<Models.WaitlistPositionListing>;
5173
5217
  getWorkforcemanagementTimeoffrequests(opts?: WorkforceManagementApi.getWorkforcemanagementTimeoffrequestsOptions): Promise<Models.TimeOffRequestList>;
5174
- patchWorkforcemanagementBusinessunit(businessUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitOptions): Promise<Models.BusinessUnit>;
5218
+ patchWorkforcemanagementBusinessunit(businessUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitOptions): Promise<Models.BusinessUnitResponse>;
5175
5219
  patchWorkforcemanagementBusinessunitActivitycode(businessUnitId: string, activityCodeId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitActivitycodeOptions): Promise<Models.BusinessUnitActivityCode>;
5176
5220
  patchWorkforcemanagementBusinessunitPlanninggroup(businessUnitId: string, planningGroupId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitPlanninggroupOptions): Promise<Models.PlanningGroup>;
5177
5221
  patchWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<void>;
@@ -5204,7 +5248,7 @@ declare class WorkforceManagementApi {
5204
5248
  postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerate(businessUnitId: string, weekDateId: string, body: Models.GenerateBuForecastRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerateOptions): Promise<Models.AsyncForecastOperationResult>;
5205
5249
  postWorkforcemanagementBusinessunitWeekShorttermforecastsImport(businessUnitId: string, weekDateId: string, body: Models.WfmProcessUploadRequest): Promise<Models.ImportForecastResponse>;
5206
5250
  postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl(businessUnitId: string, weekDateId: string, body: Models.UploadUrlRequestBody): Promise<Models.ImportForecastUploadResponse>;
5207
- postWorkforcemanagementBusinessunits(opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitsOptions): Promise<Models.BusinessUnit>;
5251
+ postWorkforcemanagementBusinessunits(opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitsOptions): Promise<Models.BusinessUnitResponse>;
5208
5252
  postWorkforcemanagementCalendarUrlIcs(opts?: WorkforceManagementApi.postWorkforcemanagementCalendarUrlIcsOptions): Promise<Models.CalendarUrlResponse>;
5209
5253
  postWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
5210
5254
  postWorkforcemanagementHistoricaldataValidate(opts?: WorkforceManagementApi.postWorkforcemanagementHistoricaldataValidateOptions): Promise<void>;
@@ -5629,6 +5673,24 @@ declare namespace Models {
5629
5673
  "selfUri"?: string;
5630
5674
  }
5631
5675
 
5676
+ export interface ActionMapEstimateOutcomeCriteria {
5677
+ "outcomeId": string;
5678
+ "maxProbability": number;
5679
+ "probability"?: number;
5680
+ }
5681
+
5682
+ export interface ActionMapEstimateRequest {
5683
+ "segmentIds"?: Array<string>;
5684
+ "outcomeCriteria"?: Models.ActionMapEstimateOutcomeCriteria;
5685
+ }
5686
+
5687
+ export interface ActionMapEstimateResult {
5688
+ "qualifiedSessionCount"?: number;
5689
+ "totalSessionCount"?: number;
5690
+ "perSegmentCounts"?: Array<Models.SegmentEstimateCount>;
5691
+ "outcomesScoresCount"?: number;
5692
+ }
5693
+
5632
5694
  export interface ActionMapListing {
5633
5695
  "entities"?: Array<Models.ActionMap>;
5634
5696
  "pageSize"?: number;
@@ -5703,6 +5765,7 @@ declare namespace Models {
5703
5765
  "id"?: string;
5704
5766
  "name": string;
5705
5767
  "description"?: string;
5768
+ "version"?: number;
5706
5769
  "mediaType": string;
5707
5770
  "state": string;
5708
5771
  "contentOffer"?: Models.ContentOffer;
@@ -6170,6 +6233,12 @@ declare namespace Models {
6170
6233
  "conversations"?: Array<Models.AnalyticsConversationWithoutAttributes>;
6171
6234
  }
6172
6235
 
6236
+ export interface AnalyticsDataRetentionResponse {
6237
+ "retentionDays"?: number;
6238
+ "dateCreated"?: string;
6239
+ "dateModified"?: string;
6240
+ }
6241
+
6173
6242
  export interface AnalyticsEvaluation {
6174
6243
  "calibrationId"?: string;
6175
6244
  "contextId"?: string;
@@ -6307,6 +6376,7 @@ declare namespace Models {
6307
6376
  "ani"?: string;
6308
6377
  "assignerId"?: string;
6309
6378
  "authenticated"?: boolean;
6379
+ "bargedParticipantId"?: string;
6310
6380
  "callbackNumbers"?: Array<string>;
6311
6381
  "callbackScheduledTime"?: string;
6312
6382
  "callbackUserName"?: string;
@@ -6467,6 +6537,11 @@ declare namespace Models {
6467
6537
  "date"?: string;
6468
6538
  }
6469
6539
 
6540
+ export interface AppendToDncActionSettings {
6541
+ "expire": boolean;
6542
+ "expirationDuration"?: string;
6543
+ }
6544
+
6470
6545
  export interface ArchitectDependencyTrackingBuildNotificationClient {
6471
6546
  "id"?: string;
6472
6547
  "name"?: string;
@@ -6811,6 +6886,7 @@ declare namespace Models {
6811
6886
  "assessmentForm"?: Models.AssessmentForm;
6812
6887
  "summaryData"?: Models.LearningModuleSummary;
6813
6888
  "coverArt"?: Models.LearningModuleCoverArtResponse;
6889
+ "archivalMode"?: string;
6814
6890
  }
6815
6891
 
6816
6892
  export interface AssignedLearningModuleDomainEntityListing {
@@ -7959,7 +8035,11 @@ declare namespace Models {
7959
8035
  "entities"?: Array<Models.BuScheduleRun>;
7960
8036
  }
7961
8037
 
7962
- export interface BuSchedulingSettings {
8038
+ export interface BuSchedulingSettingsRequest {
8039
+ "messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
8040
+ }
8041
+
8042
+ export interface BuSchedulingSettingsResponse {
7963
8043
  "messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
7964
8044
  }
7965
8045
 
@@ -8276,14 +8356,6 @@ declare namespace Models {
8276
8356
  "rings"?: Array<Models.Ring>;
8277
8357
  }
8278
8358
 
8279
- export interface BusinessUnit {
8280
- "id"?: string;
8281
- "name"?: string;
8282
- "settings"?: Models.BusinessUnitSettings;
8283
- "division"?: Models.DivisionReference;
8284
- "selfUri"?: string;
8285
- }
8286
-
8287
8359
  export interface BusinessUnitActivityCode {
8288
8360
  "id"?: string;
8289
8361
  "name"?: string;
@@ -8323,11 +8395,19 @@ declare namespace Models {
8323
8395
  "selfUri"?: string;
8324
8396
  }
8325
8397
 
8326
- export interface BusinessUnitSettings {
8398
+ export interface BusinessUnitResponse {
8399
+ "id"?: string;
8400
+ "name"?: string;
8401
+ "settings"?: Models.BusinessUnitSettingsResponse;
8402
+ "division"?: Models.DivisionReference;
8403
+ "selfUri"?: string;
8404
+ }
8405
+
8406
+ export interface BusinessUnitSettingsResponse {
8327
8407
  "startDayOfWeek": string;
8328
8408
  "timeZone": string;
8329
8409
  "shortTermForecasting"?: Models.BuShortTermForecastingSettings;
8330
- "scheduling"?: Models.BuSchedulingSettings;
8410
+ "scheduling"?: Models.BuSchedulingSettingsResponse;
8331
8411
  "metadata": Models.WfmVersionedEntityMetadata;
8332
8412
  }
8333
8413
 
@@ -9172,8 +9252,8 @@ declare namespace Models {
9172
9252
  "expirationDate"?: string;
9173
9253
  "issueDate"?: string;
9174
9254
  "expired"?: boolean;
9175
- "valid"?: boolean;
9176
9255
  "signatureValid"?: boolean;
9256
+ "valid"?: boolean;
9177
9257
  }
9178
9258
 
9179
9259
  export interface Change {
@@ -9843,6 +9923,16 @@ declare namespace Models {
9843
9923
  "countryCode"?: string;
9844
9924
  }
9845
9925
 
9926
+ export interface ContactAddressConditionSettings {
9927
+ "operator": string;
9928
+ "value": string;
9929
+ }
9930
+
9931
+ export interface ContactAddressTypeConditionSettings {
9932
+ "operator": string;
9933
+ "value": string;
9934
+ }
9935
+
9846
9936
  export interface ContactAddressableEntityRef {
9847
9937
  "id"?: string;
9848
9938
  "selfUri"?: string;
@@ -9860,6 +9950,13 @@ declare namespace Models {
9860
9950
  "removeSkillsFromBlindTransfer"?: boolean;
9861
9951
  }
9862
9952
 
9953
+ export interface ContactColumnConditionSettings {
9954
+ "columnName": string;
9955
+ "operator": string;
9956
+ "value": string;
9957
+ "valueType": string;
9958
+ }
9959
+
9863
9960
  export interface ContactColumnTimeZone {
9864
9961
  "timeZone"?: string;
9865
9962
  "columnType"?: string;
@@ -10384,11 +10481,6 @@ declare namespace Models {
10384
10481
  "participants"?: Array<Models.ParticipantBasic>;
10385
10482
  }
10386
10483
 
10387
- export interface ConversationButtonComponent {
10388
- "title"?: string;
10389
- "actions"?: Models.ConversationContentActions;
10390
- }
10391
-
10392
10484
  export interface ConversationCallEventTopicCallConversation {
10393
10485
  "id"?: string;
10394
10486
  "name"?: string;
@@ -10408,6 +10500,7 @@ declare namespace Models {
10408
10500
  "startHoldTime"?: string;
10409
10501
  "purpose"?: string;
10410
10502
  "state"?: string;
10503
+ "initialState"?: string;
10411
10504
  "direction"?: string;
10412
10505
  "disconnectType"?: string;
10413
10506
  "held"?: boolean;
@@ -10549,6 +10642,7 @@ declare namespace Models {
10549
10642
  "startHoldTime"?: string;
10550
10643
  "purpose"?: string;
10551
10644
  "state"?: string;
10645
+ "initialState"?: string;
10552
10646
  "direction"?: string;
10553
10647
  "disconnectType"?: string;
10554
10648
  "held"?: boolean;
@@ -10681,6 +10775,9 @@ declare namespace Models {
10681
10775
  "platform"?: string;
10682
10776
  }
10683
10777
 
10778
+ export interface ConversationChannelMetadata {
10779
+ }
10780
+
10684
10781
  export interface ConversationChat {
10685
10782
  "state"?: string;
10686
10783
  "id"?: string;
@@ -10722,6 +10819,7 @@ declare namespace Models {
10722
10819
  "startHoldTime"?: string;
10723
10820
  "purpose"?: string;
10724
10821
  "state"?: string;
10822
+ "initialState"?: string;
10725
10823
  "direction"?: string;
10726
10824
  "disconnectType"?: string;
10727
10825
  "held"?: boolean;
@@ -10840,6 +10938,7 @@ declare namespace Models {
10840
10938
  "startHoldTime"?: string;
10841
10939
  "purpose"?: string;
10842
10940
  "state"?: string;
10941
+ "initialState"?: string;
10843
10942
  "direction"?: string;
10844
10943
  "disconnectType"?: string;
10845
10944
  "held"?: boolean;
@@ -10944,12 +11043,6 @@ declare namespace Models {
10944
11043
  "endTime"?: string;
10945
11044
  }
10946
11045
 
10947
- export interface ConversationContentActions {
10948
- "url"?: string;
10949
- "urlTarget"?: string;
10950
- "textback"?: string;
10951
- }
10952
-
10953
11046
  export interface ConversationContentAttachment {
10954
11047
  "id"?: string;
10955
11048
  "mediaType": string;
@@ -10958,6 +11051,7 @@ declare namespace Models {
10958
11051
  "text"?: string;
10959
11052
  "sha256"?: string;
10960
11053
  "filename"?: string;
11054
+ "contentSizeBytes"?: number;
10961
11055
  }
10962
11056
 
10963
11057
  export interface ConversationContentButtonResponse {
@@ -10983,16 +11077,7 @@ declare namespace Models {
10983
11077
  }
10984
11078
 
10985
11079
  export interface ConversationContentCarousel {
10986
- "cards"?: Array<Models.ConversationContentCard>;
10987
- }
10988
-
10989
- export interface ConversationContentGeneric {
10990
- "title"?: string;
10991
- "description"?: string;
10992
- "image"?: string;
10993
- "video"?: string;
10994
- "actions"?: Models.ConversationContentActions;
10995
- "components"?: Array<Models.ConversationButtonComponent>;
11080
+ "cards": Array<Models.ConversationContentCard>;
10996
11081
  }
10997
11082
 
10998
11083
  export interface ConversationContentLocation {
@@ -11102,6 +11187,7 @@ declare namespace Models {
11102
11187
  "startHoldTime"?: string;
11103
11188
  "purpose"?: string;
11104
11189
  "state"?: string;
11190
+ "initialState"?: string;
11105
11191
  "direction"?: string;
11106
11192
  "disconnectType"?: string;
11107
11193
  "held"?: boolean;
@@ -11670,12 +11756,11 @@ declare namespace Models {
11670
11756
  export interface ConversationMessageContent {
11671
11757
  "contentType": string;
11672
11758
  "location"?: Models.ConversationContentLocation;
11673
- "story"?: Models.ConversationContentStory;
11674
11759
  "attachment"?: Models.ConversationContentAttachment;
11675
11760
  "quickReply"?: Models.ConversationContentQuickReply;
11676
- "template"?: Models.ConversationContentNotificationTemplate;
11677
11761
  "buttonResponse"?: Models.ConversationContentButtonResponse;
11678
- "generic"?: Models.ConversationContentGeneric;
11762
+ "template"?: Models.ConversationContentNotificationTemplate;
11763
+ "story"?: Models.ConversationContentStory;
11679
11764
  "card"?: Models.ConversationContentCard;
11680
11765
  "carousel"?: Models.ConversationContentCarousel;
11681
11766
  }
@@ -11787,6 +11872,7 @@ declare namespace Models {
11787
11872
  "startHoldTime"?: string;
11788
11873
  "purpose"?: string;
11789
11874
  "state"?: string;
11875
+ "initialState"?: string;
11790
11876
  "direction"?: string;
11791
11877
  "disconnectType"?: string;
11792
11878
  "held"?: boolean;
@@ -11884,9 +11970,6 @@ declare namespace Models {
11884
11970
  "dateDeleted"?: string;
11885
11971
  }
11886
11972
 
11887
- export interface ConversationMessagingChannelMetadata {
11888
- }
11889
-
11890
11973
  export interface ConversationMessagingFromRecipient {
11891
11974
  "nickname"?: string;
11892
11975
  "id": string;
@@ -12171,6 +12254,7 @@ declare namespace Models {
12171
12254
  "startHoldTime"?: string;
12172
12255
  "purpose"?: string;
12173
12256
  "state"?: string;
12257
+ "initialState"?: string;
12174
12258
  "direction"?: string;
12175
12259
  "disconnectType"?: string;
12176
12260
  "held"?: boolean;
@@ -12295,6 +12379,7 @@ declare namespace Models {
12295
12379
  "startHoldTime"?: string;
12296
12380
  "purpose"?: string;
12297
12381
  "state"?: string;
12382
+ "initialState"?: string;
12298
12383
  "direction"?: string;
12299
12384
  "disconnectType"?: string;
12300
12385
  "held"?: boolean;
@@ -12445,6 +12530,7 @@ declare namespace Models {
12445
12530
  "startHoldTime"?: string;
12446
12531
  "purpose"?: string;
12447
12532
  "state"?: string;
12533
+ "initialState"?: string;
12448
12534
  "direction"?: string;
12449
12535
  "disconnectType"?: string;
12450
12536
  "held"?: boolean;
@@ -12578,14 +12664,14 @@ declare namespace Models {
12578
12664
  export interface CreateBusinessUnitRequest {
12579
12665
  "name": string;
12580
12666
  "divisionId": string;
12581
- "settings": Models.CreateBusinessUnitSettings;
12667
+ "settings": Models.CreateBusinessUnitSettingsRequest;
12582
12668
  }
12583
12669
 
12584
- export interface CreateBusinessUnitSettings {
12670
+ export interface CreateBusinessUnitSettingsRequest {
12585
12671
  "startDayOfWeek": string;
12586
12672
  "timeZone": string;
12587
12673
  "shortTermForecasting"?: Models.BuShortTermForecastingSettings;
12588
- "scheduling"?: Models.BuSchedulingSettings;
12674
+ "scheduling"?: Models.BuSchedulingSettingsRequest;
12589
12675
  }
12590
12676
 
12591
12677
  export interface CreateCallRequest {
@@ -12864,6 +12950,16 @@ declare namespace Models {
12864
12950
  "active": boolean;
12865
12951
  }
12866
12952
 
12953
+ export interface CreateTriggerRequest {
12954
+ "target": Models.TriggerTarget;
12955
+ "enabled": boolean;
12956
+ "matchCriteria"?: Array<Models.MatchCriteria>;
12957
+ "name": string;
12958
+ "topicName": string;
12959
+ "eventTTLSeconds"?: number;
12960
+ "description"?: string;
12961
+ }
12962
+
12867
12963
  export interface CreateUser {
12868
12964
  "name": string;
12869
12965
  "department"?: string;
@@ -13872,6 +13968,7 @@ declare namespace Models {
13872
13968
  "latestSmsEvaluations"?: { [key: string]: Models.MessageEvaluation; };
13873
13969
  "callable"?: boolean;
13874
13970
  "phoneNumberStatus"?: { [key: string]: Models.PhoneNumberStatus; };
13971
+ "contactableStatus"?: { [key: string]: Models.ContactableStatus; };
13875
13972
  "contactColumnTimeZones"?: { [key: string]: Models.ContactColumnTimeZone; };
13876
13973
  "configurationOverrides"?: Models.ConfigurationOverrides;
13877
13974
  "selfUri"?: string;
@@ -14238,6 +14335,59 @@ declare namespace Models {
14238
14335
  "end"?: string;
14239
14336
  }
14240
14337
 
14338
+ export interface DigitalAction {
14339
+ "updateContactColumnActionSettings"?: Models.UpdateContactColumnActionSettings;
14340
+ "doNotSendActionSettings"?: object;
14341
+ "appendToDncActionSettings"?: Models.AppendToDncActionSettings;
14342
+ "markContactUncontactableActionSettings"?: Models.MarkContactUncontactableActionSettings;
14343
+ "markContactAddressUncontactableActionSettings"?: object;
14344
+ "setContentTemplateActionSettings"?: Models.SetContentTemplateActionSettings;
14345
+ }
14346
+
14347
+ export interface DigitalCondition {
14348
+ "inverted"?: boolean;
14349
+ "contactColumnConditionSettings"?: Models.ContactColumnConditionSettings;
14350
+ "contactAddressConditionSettings"?: Models.ContactAddressConditionSettings;
14351
+ "contactAddressTypeConditionSettings"?: Models.ContactAddressTypeConditionSettings;
14352
+ "lastAttemptByColumnConditionSettings"?: Models.LastAttemptByColumnConditionSettings;
14353
+ "lastAttemptOverallConditionSettings"?: Models.LastAttemptOverallConditionSettings;
14354
+ "lastResultByColumnConditionSettings"?: Models.LastResultByColumnConditionSettings;
14355
+ "lastResultOverallConditionSettings"?: Models.LastResultOverallConditionSettings;
14356
+ }
14357
+
14358
+ export interface DigitalRule {
14359
+ "id"?: string;
14360
+ "name": string;
14361
+ "order": number;
14362
+ "category": string;
14363
+ "conditions": Array<Models.DigitalCondition>;
14364
+ "actions": Array<Models.DigitalAction>;
14365
+ }
14366
+
14367
+ export interface DigitalRuleSet {
14368
+ "id"?: string;
14369
+ "name"?: string;
14370
+ "dateCreated"?: string;
14371
+ "dateModified"?: string;
14372
+ "version"?: number;
14373
+ "contactList"?: Models.DomainEntityRef;
14374
+ "rules": Array<Models.DigitalRule>;
14375
+ "selfUri"?: string;
14376
+ }
14377
+
14378
+ export interface DigitalRuleSetEntityListing {
14379
+ "entities"?: Array<Models.DigitalRuleSet>;
14380
+ "pageSize"?: number;
14381
+ "pageNumber"?: number;
14382
+ "total"?: number;
14383
+ "lastUri"?: string;
14384
+ "firstUri"?: string;
14385
+ "selfUri"?: string;
14386
+ "nextUri"?: string;
14387
+ "previousUri"?: string;
14388
+ "pageCount"?: number;
14389
+ }
14390
+
14241
14391
  export interface Digits {
14242
14392
  "digits"?: string;
14243
14393
  }
@@ -14382,6 +14532,9 @@ declare namespace Models {
14382
14532
  "failureReason"?: string;
14383
14533
  }
14384
14534
 
14535
+ export interface DoNotSendActionSettings {
14536
+ }
14537
+
14385
14538
  export interface Document {
14386
14539
  "id"?: string;
14387
14540
  "name"?: string;
@@ -14615,12 +14768,12 @@ declare namespace Models {
14615
14768
  "endValue"?: string;
14616
14769
  "values"?: Array<string>;
14617
14770
  "startValue"?: string;
14618
- "fields"?: Array<string>;
14619
14771
  "value"?: string;
14620
14772
  "operator"?: string;
14621
14773
  "group"?: Array<Models.DocumentationSearchCriteria>;
14622
14774
  "dateFormat"?: string;
14623
14775
  "type": string;
14776
+ "fields"?: Array<string>;
14624
14777
  }
14625
14778
 
14626
14779
  export interface DocumentationSearchRequest {
@@ -15801,6 +15954,11 @@ declare namespace Models {
15801
15954
  "code"?: string;
15802
15955
  }
15803
15956
 
15957
+ export interface EstimateJobAsyncResponse {
15958
+ "id"?: string;
15959
+ "selfUri"?: string;
15960
+ }
15961
+
15804
15962
  export interface EstimatedWaitTimePredictions {
15805
15963
  "results": Array<Models.PredictionResults>;
15806
15964
  }
@@ -16016,8 +16174,8 @@ declare namespace Models {
16016
16174
  "commentsRequired"?: boolean;
16017
16175
  "visibilityCondition"?: Models.VisibilityCondition;
16018
16176
  "answerOptions"?: Array<Models.AnswerOption>;
16019
- "isCritical"?: boolean;
16020
16177
  "isKill"?: boolean;
16178
+ "isCritical"?: boolean;
16021
16179
  }
16022
16180
 
16023
16181
  export interface EvaluationQuestionGroup {
@@ -16143,11 +16301,6 @@ declare namespace Models {
16143
16301
  "eventName"?: string;
16144
16302
  }
16145
16303
 
16146
- export interface EventEntity {
16147
- "entityType"?: string;
16148
- "id"?: string;
16149
- }
16150
-
16151
16304
  export interface EventLog {
16152
16305
  "id"?: string;
16153
16306
  "name"?: string;
@@ -16480,6 +16633,15 @@ declare namespace Models {
16480
16633
  "count"?: number;
16481
16634
  }
16482
16635
 
16636
+ export interface ExternalMetricDataProcessedItem {
16637
+ "userId"?: string;
16638
+ "userEmail"?: string;
16639
+ "metricId": string;
16640
+ "dateOccurred": string;
16641
+ "value": number;
16642
+ "count"?: number;
16643
+ }
16644
+
16483
16645
  export interface ExternalMetricDataUnprocessedItem {
16484
16646
  "userId"?: string;
16485
16647
  "userEmail"?: string;
@@ -16496,7 +16658,7 @@ declare namespace Models {
16496
16658
  }
16497
16659
 
16498
16660
  export interface ExternalMetricDataWriteResponse {
16499
- "processedEntities"?: Array<Models.ExternalMetricDataItem>;
16661
+ "processedEntities"?: Array<Models.ExternalMetricDataProcessedItem>;
16500
16662
  "unprocessedEntities"?: Array<Models.ExternalMetricDataUnprocessedItem>;
16501
16663
  }
16502
16664
 
@@ -16641,7 +16803,7 @@ declare namespace Models {
16641
16803
  "id"?: string;
16642
16804
  "name": string;
16643
16805
  "supportedContent"?: Models.SupportedContentReference;
16644
- "messagingSetting"?: Models.MessagingSettingReference;
16806
+ "messagingSetting"?: Models.MessagingSettingRequestReference;
16645
16807
  "pageAccessToken"?: string;
16646
16808
  "userAccessToken"?: string;
16647
16809
  "pageId"?: string;
@@ -16654,7 +16816,7 @@ declare namespace Models {
16654
16816
  "id"?: string;
16655
16817
  "name"?: string;
16656
16818
  "supportedContent"?: Models.SupportedContentReference;
16657
- "messagingSetting"?: Models.MessagingSettingReference;
16819
+ "messagingSetting"?: Models.MessagingSettingRequestReference;
16658
16820
  "pageAccessToken"?: string;
16659
16821
  "userAccessToken"?: string;
16660
16822
  "selfUri"?: string;
@@ -17489,12 +17651,12 @@ declare namespace Models {
17489
17651
  "endValue"?: string;
17490
17652
  "values"?: Array<string>;
17491
17653
  "startValue"?: string;
17492
- "fields"?: Array<string>;
17493
17654
  "value"?: string;
17494
17655
  "operator"?: string;
17495
17656
  "group"?: Array<Models.GKNDocumentationSearchCriteria>;
17496
17657
  "dateFormat"?: string;
17497
17658
  "type": string;
17659
+ "fields"?: Array<string>;
17498
17660
  }
17499
17661
 
17500
17662
  export interface GKNDocumentationSearchRequest {
@@ -17841,12 +18003,12 @@ declare namespace Models {
17841
18003
  "endValue"?: string;
17842
18004
  "values"?: Array<string>;
17843
18005
  "startValue"?: string;
17844
- "fields"?: Array<string>;
17845
18006
  "value"?: string;
17846
18007
  "operator"?: string;
17847
18008
  "group"?: Array<Models.GroupSearchCriteria>;
17848
18009
  "dateFormat"?: string;
17849
18010
  "type": string;
18011
+ "fields"?: Array<string>;
17850
18012
  }
17851
18013
 
17852
18014
  export interface GroupSearchRequest {
@@ -18340,33 +18502,6 @@ declare namespace Models {
18340
18502
  "pageCount"?: number;
18341
18503
  }
18342
18504
 
18343
- export interface IntegrationEvent {
18344
- "id"?: string;
18345
- "selfUri"?: string;
18346
- "correlationId"?: string;
18347
- "timestamp"?: string;
18348
- "level"?: string;
18349
- "eventCode"?: string;
18350
- "message"?: Models.MessageInfo;
18351
- "entities"?: Array<Models.EventEntity>;
18352
- "contextAttributes"?: { [key: string]: string; };
18353
- "detailMessage"?: Models.MessageInfo;
18354
- "user"?: Models.User;
18355
- }
18356
-
18357
- export interface IntegrationEventEntityListing {
18358
- "entities"?: Array<Models.IntegrationEvent>;
18359
- "pageSize"?: number;
18360
- "pageNumber"?: number;
18361
- "total"?: number;
18362
- "lastUri"?: string;
18363
- "firstUri"?: string;
18364
- "selfUri"?: string;
18365
- "nextUri"?: string;
18366
- "previousUri"?: string;
18367
- "pageCount"?: number;
18368
- }
18369
-
18370
18505
  export interface IntegrationExport {
18371
18506
  "integration": Models.DomainEntityRef;
18372
18507
  "shouldExportScreenRecordings"?: boolean;
@@ -19934,6 +20069,15 @@ declare namespace Models {
19934
20069
  "countDocumentValidationFailure"?: number;
19935
20070
  "countDocumentImportSuccess"?: number;
19936
20071
  "countDocumentImportFailure"?: number;
20072
+ "countCategoryValidationSuccess"?: number;
20073
+ "countCategoryValidationFailure"?: number;
20074
+ "countCategoryImportSuccess"?: number;
20075
+ "countCategoryImportFailure"?: number;
20076
+ "countLabelValidationSuccess"?: number;
20077
+ "countLabelValidationFailure"?: number;
20078
+ "countLabelImportSuccess"?: number;
20079
+ "countLabelImportFailure"?: number;
20080
+ "migrationDetected"?: boolean;
19937
20081
  }
19938
20082
 
19939
20083
  export interface KnowledgeSearchDocument {
@@ -20055,6 +20199,31 @@ declare namespace Models {
20055
20199
  "selfUri"?: string;
20056
20200
  }
20057
20201
 
20202
+ export interface LastAttemptByColumnConditionSettings {
20203
+ "emailColumnName"?: string;
20204
+ "smsColumnName"?: string;
20205
+ "operator": string;
20206
+ "value": string;
20207
+ }
20208
+
20209
+ export interface LastAttemptOverallConditionSettings {
20210
+ "mediaTypes": Array<string>;
20211
+ "operator": string;
20212
+ "value": string;
20213
+ }
20214
+
20215
+ export interface LastResultByColumnConditionSettings {
20216
+ "emailColumnName"?: string;
20217
+ "emailWrapupCodes"?: Array<string>;
20218
+ "smsColumnName"?: string;
20219
+ "smsWrapupCodes"?: Array<string>;
20220
+ }
20221
+
20222
+ export interface LastResultOverallConditionSettings {
20223
+ "emailWrapupCodes"?: Array<string>;
20224
+ "smsWrapupCodes"?: Array<string>;
20225
+ }
20226
+
20058
20227
  export interface LauncherButtonSettings {
20059
20228
  "visibility"?: string;
20060
20229
  }
@@ -20185,6 +20354,11 @@ declare namespace Models {
20185
20354
  "userId": string;
20186
20355
  }
20187
20356
 
20357
+ export interface LearningAssignmentReassign {
20358
+ "recommendedCompletionDate"?: string;
20359
+ "lengthInMinutes"?: number;
20360
+ }
20361
+
20188
20362
  export interface LearningAssignmentReference {
20189
20363
  "id"?: string;
20190
20364
  "selfUri"?: string;
@@ -20304,6 +20478,7 @@ declare namespace Models {
20304
20478
  "assessmentForm"?: Models.AssessmentForm;
20305
20479
  "summaryData"?: Models.LearningModuleSummary;
20306
20480
  "coverArt"?: Models.LearningModuleCoverArtResponse;
20481
+ "archivalMode"?: string;
20307
20482
  }
20308
20483
 
20309
20484
  export interface LearningModuleCoverArtRequest {
@@ -20663,7 +20838,7 @@ declare namespace Models {
20663
20838
  "id"?: string;
20664
20839
  "name": string;
20665
20840
  "supportedContent"?: Models.SupportedContentReference;
20666
- "messagingSetting"?: Models.MessagingSettingReference;
20841
+ "messagingSetting"?: Models.MessagingSettingRequestReference;
20667
20842
  "channelId"?: string;
20668
20843
  "channelSecret"?: string;
20669
20844
  "switcherSecret"?: string;
@@ -20851,12 +21026,12 @@ declare namespace Models {
20851
21026
  "endValue"?: string;
20852
21027
  "values"?: Array<string>;
20853
21028
  "startValue"?: string;
20854
- "fields"?: Array<string>;
20855
21029
  "value"?: string;
20856
21030
  "operator"?: string;
20857
21031
  "group"?: Array<Models.LocationSearchCriteria>;
20858
21032
  "dateFormat"?: string;
20859
21033
  "type": string;
21034
+ "fields"?: Array<string>;
20860
21035
  }
20861
21036
 
20862
21037
  export interface LocationSearchRequest {
@@ -20997,10 +21172,34 @@ declare namespace Models {
20997
21172
  "$ref"?: string;
20998
21173
  }
20999
21174
 
21175
+ export interface MarkContactAddressUncontactableActionSettings {
21176
+ }
21177
+
21178
+ export interface MarkContactUncontactableActionSettings {
21179
+ "mediaTypes": Array<string>;
21180
+ }
21181
+
21000
21182
  export interface Markdown {
21001
21183
  "enabled"?: boolean;
21002
21184
  }
21003
21185
 
21186
+ export interface MatchCriteria {
21187
+ "jsonPath"?: string;
21188
+ "operator"?: string;
21189
+ "value"?: object;
21190
+ "values"?: Array<object>;
21191
+ }
21192
+
21193
+ export interface MatchCriteriaTestResult {
21194
+ "jsonPath"?: string;
21195
+ "operator"?: string;
21196
+ "value"?: object;
21197
+ "values"?: Array<object>;
21198
+ "generatedJsonPathCondition"?: string;
21199
+ "match"?: boolean;
21200
+ "jsonPathExtraction"?: Array<Models.MatchTestResult>;
21201
+ }
21202
+
21004
21203
  export interface MatchShiftTradeRequest {
21005
21204
  "receivingScheduleId": string;
21006
21205
  "receivingShiftId"?: string;
@@ -21013,6 +21212,11 @@ declare namespace Models {
21013
21212
  "adminReviewViolations"?: Array<Models.ShiftTradeMatchViolation>;
21014
21213
  }
21015
21214
 
21215
+ export interface MatchTestResult {
21216
+ "value"?: object;
21217
+ "path"?: string;
21218
+ }
21219
+
21016
21220
  export interface MaxLength {
21017
21221
  "min": number;
21018
21222
  "max": number;
@@ -21463,6 +21667,10 @@ declare namespace Models {
21463
21667
  "event"?: Models.EventSetting;
21464
21668
  }
21465
21669
 
21670
+ export interface MessagingSettingRequestReference {
21671
+ "id": string;
21672
+ }
21673
+
21466
21674
  export interface MessagingSticker {
21467
21675
  "id"?: string;
21468
21676
  "name"?: string;
@@ -22237,7 +22445,7 @@ declare namespace Models {
22237
22445
  "id"?: string;
22238
22446
  "name": string;
22239
22447
  "supportedContent"?: Models.SupportedContentReference;
22240
- "messagingSetting"?: Models.MessagingSettingReference;
22448
+ "messagingSetting"?: Models.MessagingSettingRequestReference;
22241
22449
  "outboundNotificationWebhookUrl": string;
22242
22450
  "outboundNotificationWebhookSignatureSecretToken": string;
22243
22451
  "webhookHeaders"?: { [key: string]: string; };
@@ -22248,7 +22456,7 @@ declare namespace Models {
22248
22456
  "id"?: string;
22249
22457
  "name": string;
22250
22458
  "supportedContent"?: Models.SupportedContentReference;
22251
- "messagingSetting"?: Models.MessagingSettingReference;
22459
+ "messagingSetting"?: Models.MessagingSettingRequestReference;
22252
22460
  "outboundNotificationWebhookUrl"?: string;
22253
22461
  "outboundNotificationWebhookSignatureSecretToken"?: string;
22254
22462
  "webhookHeaders"?: { [key: string]: string; };
@@ -22984,6 +23192,7 @@ declare namespace Models {
22984
23192
  export interface PatchActionTemplate {
22985
23193
  "name": string;
22986
23194
  "description"?: string;
23195
+ "version"?: number;
22987
23196
  "mediaType"?: string;
22988
23197
  "state"?: string;
22989
23198
  "contentOffer"?: Models.PatchContentOffer;
@@ -24058,6 +24267,7 @@ declare namespace Models {
24058
24267
  "startHoldTime"?: string;
24059
24268
  "purpose"?: string;
24060
24269
  "state"?: string;
24270
+ "initialState"?: string;
24061
24271
  "direction"?: string;
24062
24272
  "disconnectType"?: string;
24063
24273
  "held"?: boolean;
@@ -24199,6 +24409,7 @@ declare namespace Models {
24199
24409
  "startHoldTime"?: string;
24200
24410
  "purpose"?: string;
24201
24411
  "state"?: string;
24412
+ "initialState"?: string;
24202
24413
  "direction"?: string;
24203
24414
  "disconnectType"?: string;
24204
24415
  "held"?: boolean;
@@ -24342,6 +24553,7 @@ declare namespace Models {
24342
24553
  "startHoldTime"?: string;
24343
24554
  "purpose"?: string;
24344
24555
  "state"?: string;
24556
+ "initialState"?: string;
24345
24557
  "direction"?: string;
24346
24558
  "disconnectType"?: string;
24347
24559
  "held"?: boolean;
@@ -24460,6 +24672,7 @@ declare namespace Models {
24460
24672
  "startHoldTime"?: string;
24461
24673
  "purpose"?: string;
24462
24674
  "state"?: string;
24675
+ "initialState"?: string;
24463
24676
  "direction"?: string;
24464
24677
  "disconnectType"?: string;
24465
24678
  "held"?: boolean;
@@ -24604,6 +24817,7 @@ declare namespace Models {
24604
24817
  "startHoldTime"?: string;
24605
24818
  "purpose"?: string;
24606
24819
  "state"?: string;
24820
+ "initialState"?: string;
24607
24821
  "direction"?: string;
24608
24822
  "disconnectType"?: string;
24609
24823
  "held"?: boolean;
@@ -25227,6 +25441,7 @@ declare namespace Models {
25227
25441
  "startHoldTime"?: string;
25228
25442
  "purpose"?: string;
25229
25443
  "state"?: string;
25444
+ "initialState"?: string;
25230
25445
  "direction"?: string;
25231
25446
  "disconnectType"?: string;
25232
25447
  "held"?: boolean;
@@ -25373,6 +25588,7 @@ declare namespace Models {
25373
25588
  "startHoldTime"?: string;
25374
25589
  "purpose"?: string;
25375
25590
  "state"?: string;
25591
+ "initialState"?: string;
25376
25592
  "direction"?: string;
25377
25593
  "disconnectType"?: string;
25378
25594
  "held"?: boolean;
@@ -26703,6 +26919,24 @@ declare namespace Models {
26703
26919
  "selfUri"?: string;
26704
26920
  }
26705
26921
 
26922
+ export interface RecordingRetention {
26923
+ "conversationId"?: string;
26924
+ "recordingId"?: string;
26925
+ "archiveDate"?: string;
26926
+ "archiveMedium"?: string;
26927
+ "deleteDate"?: string;
26928
+ "exportDate"?: string;
26929
+ "exportedDate"?: string;
26930
+ "creationTime"?: string;
26931
+ }
26932
+
26933
+ export interface RecordingRetentionCursorEntityListing {
26934
+ "entities"?: Array<Models.RecordingRetention>;
26935
+ "nextUri"?: string;
26936
+ "selfUri"?: string;
26937
+ "previousUri"?: string;
26938
+ }
26939
+
26706
26940
  export interface RecordingSettings {
26707
26941
  "maxSimultaneousStreams"?: number;
26708
26942
  "maxConfigurableScreenRecordingStreams"?: number;
@@ -28101,12 +28335,12 @@ declare namespace Models {
28101
28335
  "endValue"?: string;
28102
28336
  "values"?: Array<string>;
28103
28337
  "startValue"?: string;
28104
- "fields"?: Array<string>;
28105
28338
  "value"?: string;
28106
28339
  "operator"?: string;
28107
28340
  "group"?: Array<Models.SearchCriteria>;
28108
28341
  "dateFormat"?: string;
28109
28342
  "type"?: string;
28343
+ "fields"?: Array<string>;
28110
28344
  }
28111
28345
 
28112
28346
  export interface SearchRequest {
@@ -28224,6 +28458,11 @@ declare namespace Models {
28224
28458
  "range"?: Models.NumericRange;
28225
28459
  }
28226
28460
 
28461
+ export interface SegmentEstimateCount {
28462
+ "segmentId"?: string;
28463
+ "count"?: number;
28464
+ }
28465
+
28227
28466
  export interface SegmentListing {
28228
28467
  "entities"?: Array<Models.JourneySegment>;
28229
28468
  "pageSize"?: number;
@@ -28392,6 +28631,11 @@ declare namespace Models {
28392
28631
  "assignedDate"?: string;
28393
28632
  }
28394
28633
 
28634
+ export interface SetContentTemplateActionSettings {
28635
+ "smsContentTemplateId": string;
28636
+ "emailContentTemplateId": string;
28637
+ }
28638
+
28395
28639
  export interface SetRecordingState {
28396
28640
  "recordingState"?: string;
28397
28641
  }
@@ -28417,6 +28661,10 @@ declare namespace Models {
28417
28661
  "values"?: Array<string>;
28418
28662
  }
28419
28663
 
28664
+ export interface SetWrapperSyncTimeOffProperty {
28665
+ "values"?: Array<string>;
28666
+ }
28667
+
28420
28668
  export interface SettingDirection {
28421
28669
  "inbound"?: string;
28422
28670
  "outbound"?: string;
@@ -29089,11 +29337,11 @@ declare namespace Models {
29089
29337
  "endValue"?: string;
29090
29338
  "values"?: Array<string>;
29091
29339
  "startValue"?: string;
29092
- "fields"?: Array<string>;
29093
29340
  "value"?: string;
29094
29341
  "operator"?: string;
29095
29342
  "group"?: Array<Models.SuggestSearchCriteria>;
29096
29343
  "dateFormat"?: string;
29344
+ "fields"?: Array<string>;
29097
29345
  }
29098
29346
 
29099
29347
  export interface SuggestSearchRequest {
@@ -29491,11 +29739,11 @@ declare namespace Models {
29491
29739
  "endValue"?: string;
29492
29740
  "values"?: Array<string>;
29493
29741
  "startValue"?: string;
29494
- "fields"?: Array<string>;
29495
29742
  "value"?: string;
29496
29743
  "operator"?: string;
29497
29744
  "group"?: Array<Models.TeamSearchCriteria>;
29498
29745
  "dateFormat"?: string;
29746
+ "fields"?: Array<string>;
29499
29747
  "type": string;
29500
29748
  }
29501
29749
 
@@ -29546,6 +29794,20 @@ declare namespace Models {
29546
29794
  "success"?: boolean;
29547
29795
  }
29548
29796
 
29797
+ export interface TestMatchesEventOperation {
29798
+ "name"?: string;
29799
+ "step"?: number;
29800
+ "matchedTriggers"?: Array<Models.TestModeTrigger>;
29801
+ "unmatchedTriggers"?: Array<Models.TestModeTrigger>;
29802
+ }
29803
+
29804
+ export interface TestMatchesOperation {
29805
+ "name"?: string;
29806
+ "step"?: number;
29807
+ "matches"?: boolean;
29808
+ "details"?: Array<Models.MatchCriteriaTestResult>;
29809
+ }
29810
+
29549
29811
  export interface TestMessage {
29550
29812
  "id"?: string;
29551
29813
  "to": Array<Models.EmailAddress>;
@@ -29556,6 +29818,39 @@ declare namespace Models {
29556
29818
  "time"?: string;
29557
29819
  }
29558
29820
 
29821
+ export interface TestModeEventResults {
29822
+ "schemaValidation"?: Models.TestSchemaOperation;
29823
+ "triggerMatchValidation"?: Models.TestMatchesEventOperation;
29824
+ }
29825
+
29826
+ export interface TestModeResults {
29827
+ "schemaValidation"?: Models.TestSchemaOperation;
29828
+ "targetValidation"?: Models.TestTargetOperation;
29829
+ "jsonPathValidation"?: Models.TestMatchesOperation;
29830
+ "triggerMatches"?: boolean;
29831
+ }
29832
+
29833
+ export interface TestModeTrigger {
29834
+ "id"?: string;
29835
+ "name"?: string;
29836
+ "enabled"?: boolean;
29837
+ "selfUri"?: string;
29838
+ }
29839
+
29840
+ export interface TestSchemaOperation {
29841
+ "name"?: string;
29842
+ "step"?: number;
29843
+ "matches"?: boolean;
29844
+ "details"?: Array<string>;
29845
+ }
29846
+
29847
+ export interface TestTargetOperation {
29848
+ "name"?: string;
29849
+ "step"?: number;
29850
+ "matches"?: boolean;
29851
+ "details"?: Array<string>;
29852
+ }
29853
+
29559
29854
  export interface TextBotChannel {
29560
29855
  "name": string;
29561
29856
  "inputModes": Array<string>;
@@ -29925,6 +30220,13 @@ declare namespace Models {
29925
30220
  "selfUri"?: string;
29926
30221
  }
29927
30222
 
30223
+ export interface TopicCursorEntityListing {
30224
+ "entities"?: Array<string>;
30225
+ "nextUri"?: string;
30226
+ "selfUri"?: string;
30227
+ "previousUri"?: string;
30228
+ }
30229
+
29928
30230
  export interface TopicDuration {
29929
30231
  "totalMilliseconds"?: number;
29930
30232
  }
@@ -29943,6 +30245,11 @@ declare namespace Models {
29943
30245
  "topicIds": Array<string>;
29944
30246
  }
29945
30247
 
30248
+ export interface TopicOffset {
30249
+ "wordCount"?: number;
30250
+ "characterCount"?: number;
30251
+ }
30252
+
29946
30253
  export interface TopicRequest {
29947
30254
  "name": string;
29948
30255
  "description"?: string;
@@ -30021,11 +30328,11 @@ declare namespace Models {
30021
30328
  "endValue"?: string;
30022
30329
  "values"?: Array<string>;
30023
30330
  "startValue"?: string;
30024
- "fields"?: Array<string>;
30025
30331
  "value"?: string;
30026
30332
  "operator"?: string;
30027
30333
  "group"?: Array<Models.TranscriptConversationDetailSearchCriteria>;
30028
30334
  "dateFormat"?: string;
30335
+ "fields"?: Array<string>;
30029
30336
  "type"?: string;
30030
30337
  }
30031
30338
 
@@ -30043,12 +30350,12 @@ declare namespace Models {
30043
30350
  "endValue"?: string;
30044
30351
  "values"?: Array<string>;
30045
30352
  "startValue"?: string;
30046
- "fields"?: Array<string>;
30047
30353
  "value"?: string;
30048
30354
  "operator"?: string;
30049
30355
  "group"?: Array<Models.TranscriptSearchCriteria>;
30050
30356
  "dateFormat"?: string;
30051
30357
  "type"?: string;
30358
+ "fields"?: Array<string>;
30052
30359
  }
30053
30360
 
30054
30361
  export interface TranscriptSearchRequest {
@@ -30070,6 +30377,8 @@ declare namespace Models {
30070
30377
  "confidence"?: number;
30071
30378
  "startTimeMilliseconds"?: number;
30072
30379
  "duration"?: Models.TopicDuration;
30380
+ "offset"?: Models.TopicOffset;
30381
+ "recordingLocation"?: number;
30073
30382
  }
30074
30383
 
30075
30384
  export interface TranscriptTopics {
@@ -30147,6 +30456,31 @@ declare namespace Models {
30147
30456
  "voicemail"?: boolean;
30148
30457
  }
30149
30458
 
30459
+ export interface Trigger {
30460
+ "id"?: string;
30461
+ "name"?: string;
30462
+ "topicName"?: string;
30463
+ "target"?: Models.TriggerTarget;
30464
+ "version"?: number;
30465
+ "enabled"?: boolean;
30466
+ "matchCriteria"?: Array<Models.MatchCriteria>;
30467
+ "eventTTLSeconds"?: number;
30468
+ "description"?: string;
30469
+ "selfUri"?: string;
30470
+ }
30471
+
30472
+ export interface TriggerEntityListing {
30473
+ "entities"?: Array<Models.Trigger>;
30474
+ "nextUri"?: string;
30475
+ "selfUri"?: string;
30476
+ "previousUri"?: string;
30477
+ }
30478
+
30479
+ export interface TriggerTarget {
30480
+ "type"?: string;
30481
+ "id"?: string;
30482
+ }
30483
+
30150
30484
  export interface Trunk {
30151
30485
  "id"?: string;
30152
30486
  "name": string;
@@ -30666,7 +31000,7 @@ declare namespace Models {
30666
31000
  "id"?: string;
30667
31001
  "name": string;
30668
31002
  "supportedContent"?: Models.SupportedContentReference;
30669
- "messagingSetting"?: Models.MessagingSettingReference;
31003
+ "messagingSetting"?: Models.MessagingSettingRequestReference;
30670
31004
  "accessTokenKey": string;
30671
31005
  "accessTokenSecret": string;
30672
31006
  "consumerKey": string;
@@ -30794,17 +31128,21 @@ declare namespace Models {
30794
31128
  "metadata": Models.WfmVersionedEntityMetadata;
30795
31129
  }
30796
31130
 
31131
+ export interface UpdateAnalyticsDataRetentionRequest {
31132
+ "retentionDays": number;
31133
+ }
31134
+
30797
31135
  export interface UpdateBusinessUnitRequest {
30798
31136
  "name"?: string;
30799
31137
  "divisionId"?: string;
30800
- "settings"?: Models.UpdateBusinessUnitSettings;
31138
+ "settings"?: Models.UpdateBusinessUnitSettingsRequest;
30801
31139
  }
30802
31140
 
30803
- export interface UpdateBusinessUnitSettings {
31141
+ export interface UpdateBusinessUnitSettingsRequest {
30804
31142
  "startDayOfWeek"?: string;
30805
31143
  "timeZone"?: string;
30806
31144
  "shortTermForecasting"?: Models.BuShortTermForecastingSettings;
30807
- "scheduling"?: Models.BuSchedulingSettings;
31145
+ "scheduling"?: Models.BuSchedulingSettingsRequest;
30808
31146
  "metadata": Models.WfmVersionedEntityMetadata;
30809
31147
  }
30810
31148
 
@@ -30820,6 +31158,11 @@ declare namespace Models {
30820
31158
  "externalLinks"?: Array<string>;
30821
31159
  }
30822
31160
 
31161
+ export interface UpdateContactColumnActionSettings {
31162
+ "properties": { [key: string]: string; };
31163
+ "updateOption": string;
31164
+ }
31165
+
30823
31166
  export interface UpdateDraftInput {
30824
31167
  "category"?: string;
30825
31168
  "name"?: string;
@@ -30894,6 +31237,17 @@ declare namespace Models {
30894
31237
  "metadata": Models.WfmVersionedEntityMetadata;
30895
31238
  }
30896
31239
 
31240
+ export interface UpdateTriggerRequest {
31241
+ "version": number;
31242
+ "enabled": boolean;
31243
+ "target": Models.TriggerTarget;
31244
+ "matchCriteria"?: Array<Models.MatchCriteria>;
31245
+ "name": string;
31246
+ "topicName": string;
31247
+ "eventTTLSeconds"?: number;
31248
+ "description"?: string;
31249
+ }
31250
+
30897
31251
  export interface UpdateUser {
30898
31252
  "id"?: string;
30899
31253
  "name"?: string;
@@ -31015,25 +31369,6 @@ declare namespace Models {
31015
31369
  "selfUri"?: string;
31016
31370
  }
31017
31371
 
31018
- export interface UserActionCategory {
31019
- "id"?: string;
31020
- "name"?: string;
31021
- "selfUri"?: string;
31022
- }
31023
-
31024
- export interface UserActionCategoryEntityListing {
31025
- "entities"?: Array<Models.UserActionCategory>;
31026
- "pageSize"?: number;
31027
- "pageNumber"?: number;
31028
- "total"?: number;
31029
- "lastUri"?: string;
31030
- "firstUri"?: string;
31031
- "selfUri"?: string;
31032
- "nextUri"?: string;
31033
- "previousUri"?: string;
31034
- "pageCount"?: number;
31035
- }
31036
-
31037
31372
  export interface UserAgentInfo {
31038
31373
  "firmwareVersion"?: string;
31039
31374
  "manufacturer"?: string;
@@ -31270,6 +31605,12 @@ declare namespace Models {
31270
31605
  "authorization"?: Models.UserAuthorization;
31271
31606
  }
31272
31607
 
31608
+ export interface UserExternalIdentifier {
31609
+ "authorityName": string;
31610
+ "externalKey": string;
31611
+ "selfUri"?: string;
31612
+ }
31613
+
31273
31614
  export interface UserGreetingEventGreeting {
31274
31615
  "id"?: string;
31275
31616
  "name"?: string;
@@ -31671,11 +32012,11 @@ declare namespace Models {
31671
32012
  "endValue"?: string;
31672
32013
  "values"?: Array<string>;
31673
32014
  "startValue"?: string;
31674
- "fields"?: Array<string>;
31675
32015
  "value"?: string;
31676
32016
  "operator"?: string;
31677
32017
  "group"?: Array<Models.UserSearchCriteria>;
31678
32018
  "dateFormat"?: string;
32019
+ "fields"?: Array<string>;
31679
32020
  "type": string;
31680
32021
  }
31681
32022
 
@@ -32220,12 +32561,6 @@ declare namespace Models {
32220
32561
  "value"?: string;
32221
32562
  }
32222
32563
 
32223
- export interface VendorConnectionRequest {
32224
- "publisher": string;
32225
- "type": string;
32226
- "name": string;
32227
- }
32228
-
32229
32564
  export interface Video {
32230
32565
  "state"?: string;
32231
32566
  "id"?: string;
@@ -32553,11 +32888,11 @@ declare namespace Models {
32553
32888
  "endValue"?: string;
32554
32889
  "values"?: Array<string>;
32555
32890
  "startValue"?: string;
32556
- "fields"?: Array<string>;
32557
32891
  "value"?: string;
32558
32892
  "operator"?: string;
32559
32893
  "group"?: Array<Models.VoicemailSearchCriteria>;
32560
32894
  "dateFormat"?: string;
32895
+ "fields"?: Array<string>;
32561
32896
  "type": string;
32562
32897
  }
32563
32898
 
@@ -32747,6 +33082,11 @@ declare namespace Models {
32747
33082
  "selfUri"?: string;
32748
33083
  }
32749
33084
 
33085
+ export interface WebDeploymentActiveConfigurationOnDeployment {
33086
+ "configurationVersion"?: Models.WebDeploymentConfigurationVersion;
33087
+ "deployment"?: Models.WebDeployment;
33088
+ }
33089
+
32750
33090
  export interface WebDeploymentConfigurationVersion {
32751
33091
  "id"?: string;
32752
33092
  "name": string;
@@ -33992,7 +34332,7 @@ declare namespace Models {
33992
34332
  "id"?: string;
33993
34333
  "name": string;
33994
34334
  "supportedContent"?: Models.SupportedContentReference;
33995
- "messagingSetting"?: Models.MessagingSettingReference;
34335
+ "messagingSetting"?: Models.MessagingSettingRequestReference;
33996
34336
  "phoneNumber": string;
33997
34337
  "wabaCertificate": string;
33998
34338
  "selfUri"?: string;
@@ -34002,7 +34342,7 @@ declare namespace Models {
34002
34342
  "id"?: string;
34003
34343
  "name"?: string;
34004
34344
  "supportedContent"?: Models.SupportedContentReference;
34005
- "messagingSetting"?: Models.MessagingSettingReference;
34345
+ "messagingSetting"?: Models.MessagingSettingRequestReference;
34006
34346
  "action"?: string;
34007
34347
  "authenticationMethod"?: string;
34008
34348
  "confirmationCode"?: string;
@@ -34349,6 +34689,7 @@ declare namespace Models {
34349
34689
  "durationSeconds"?: number;
34350
34690
  "ttl"?: number;
34351
34691
  "statusId"?: string;
34692
+ "statusCategory"?: string;
34352
34693
  "dateClosed"?: string;
34353
34694
  "workbinId"?: string;
34354
34695
  "reporterId"?: string;
@@ -34362,6 +34703,7 @@ declare namespace Models {
34362
34703
  "assignmentState"?: string;
34363
34704
  "assignmentId"?: string;
34364
34705
  "alertTimeoutSeconds"?: number;
34706
+ "queueId"?: string;
34365
34707
  "customFields"?: { [key: string]: Models.WorkitemsEventsNotificationCustomAttribute; };
34366
34708
  }
34367
34709
 
@@ -34391,6 +34733,7 @@ declare namespace Models {
34391
34733
  "durationSeconds"?: number;
34392
34734
  "ttl"?: number;
34393
34735
  "statusId"?: string;
34736
+ "statusCategory"?: string;
34394
34737
  "dateClosed"?: string;
34395
34738
  "workbinId"?: string;
34396
34739
  "reporterId"?: string;
@@ -34404,6 +34747,7 @@ declare namespace Models {
34404
34747
  "assignmentState"?: string;
34405
34748
  "assignmentId"?: string;
34406
34749
  "alertTimeoutSeconds"?: number;
34750
+ "queueId"?: string;
34407
34751
  "customFields"?: { [key: string]: Models.WorkitemsUserEventsNotificationCustomAttribute; };
34408
34752
  }
34409
34753
 
@@ -34553,6 +34897,7 @@ declare namespace Models {
34553
34897
  "latestSmsEvaluations"?: { [key: string]: Models.MessageEvaluation; };
34554
34898
  "callable"?: boolean;
34555
34899
  "phoneNumberStatus"?: { [key: string]: Models.PhoneNumberStatus; };
34900
+ "contactableStatus"?: { [key: string]: Models.ContactableStatus; };
34556
34901
  }
34557
34902
 
34558
34903
  export interface WritableDivision {