purecloud-platform-client-v2 172.0.0 → 173.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +1061 -96
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1061 -96
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +1061 -96
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +1061 -96
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +430 -19
  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 +337 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +259 -9
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +70 -0
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +10 -4
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +3 -3
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/MessagingApi.js +204 -1
  45. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RoutingApi.js +5 -5
  58. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SettingsApi.js +70 -0
  62. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +31 -1
  63. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +2 -2
  69. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +8 -8
  82. package/src/purecloud-platform-client-v2/index.js +13 -1
package/index.d.ts CHANGED
@@ -69,17 +69,30 @@ declare class Logger {
69
69
  }
70
70
 
71
71
  declare class AlertingApi {
72
+ deleteAlertingAlert(alertId: string): Promise<void>;
72
73
  deleteAlertingInteractionstatsAlert(alertId: string): Promise<void>;
73
74
  deleteAlertingInteractionstatsRule(ruleId: string): Promise<void>;
75
+ deleteAlertingRule(ruleId: string): Promise<void>;
76
+ getAlertingAlert(alertId: string): Promise<Models.CommonAlert>;
74
77
  getAlertingAlertsActive(): Promise<Models.ActiveAlertCount>;
75
78
  getAlertingInteractionstatsAlert(alertId: string, opts?: AlertingApi.getAlertingInteractionstatsAlertOptions): Promise<Models.InteractionStatsAlert>;
76
79
  getAlertingInteractionstatsAlerts(opts?: AlertingApi.getAlertingInteractionstatsAlertsOptions): Promise<Models.InteractionStatsAlertContainer>;
77
80
  getAlertingInteractionstatsAlertsUnread(): Promise<Models.UnreadMetric>;
78
81
  getAlertingInteractionstatsRule(ruleId: string, opts?: AlertingApi.getAlertingInteractionstatsRuleOptions): Promise<Models.InteractionStatsRule>;
79
82
  getAlertingInteractionstatsRules(opts?: AlertingApi.getAlertingInteractionstatsRulesOptions): Promise<Models.InteractionStatsRuleContainer>;
83
+ getAlertingRule(ruleId: string): Promise<Models.CommonRule>;
84
+ patchAlertingAlert(alertId: string, opts?: AlertingApi.patchAlertingAlertOptions): Promise<Models.CommonAlert>;
85
+ patchAlertingAlertsBulk(body: Models.CommonAlertBulkUpdateRequest): Promise<Models.BulkResponse>;
86
+ patchAlertingRulesBulk(body: Models.CommonRuleBulkUpdateNotificationsRequest): Promise<Models.BulkResponse>;
87
+ postAlertingAlertsQuery(opts?: AlertingApi.postAlertingAlertsQueryOptions): Promise<Models.AlertListing>;
80
88
  postAlertingInteractionstatsRules(body: Models.InteractionStatsRule, opts?: AlertingApi.postAlertingInteractionstatsRulesOptions): Promise<Models.InteractionStatsRule>;
89
+ postAlertingRules(body: Models.CommonRule): Promise<Models.CommonRule>;
90
+ postAlertingRulesBulkRemove(body: Models.CommonRuleBulkDeleteRequest): Promise<Models.BulkResponse>;
91
+ postAlertingRulesQuery(opts?: AlertingApi.postAlertingRulesQueryOptions): Promise<Models.CommonRuleContainer>;
92
+ putAlertingAlert(alertId: string, opts?: AlertingApi.putAlertingAlertOptions): Promise<Models.UnreadStatus>;
81
93
  putAlertingInteractionstatsAlert(alertId: string, body: Models.UnreadStatus, opts?: AlertingApi.putAlertingInteractionstatsAlertOptions): Promise<Models.UnreadStatus>;
82
- putAlertingInteractionstatsRule(ruleId: string, body: Models.InteractionStatsRule, opts?: AlertingApi.putAlertingInteractionstatsRuleOptions): Promise<Models.InteractionStatsRule>;
94
+ putAlertingInteractionstatsRule(ruleId: string, body: Models.InteractionStatsRule, opts?: AlertingApi.putAlertingInteractionstatsRuleOptions): Promise<Models.InteractionStatsRule>;
95
+ putAlertingRule(ruleId: string, body: Models.ModifiableRuleProperties): Promise<Models.CommonRule>;
83
96
  }
84
97
 
85
98
  declare namespace AlertingApi {
@@ -95,9 +108,21 @@ declare namespace AlertingApi {
95
108
  export interface getAlertingInteractionstatsRulesOptions {
96
109
  "expand"?: Array<string>;
97
110
  }
111
+ export interface patchAlertingAlertOptions {
112
+ "body"?: Models.AlertRequest;
113
+ }
114
+ export interface postAlertingAlertsQueryOptions {
115
+ "body"?: Models.GetAlertQuery;
116
+ }
98
117
  export interface postAlertingInteractionstatsRulesOptions {
99
118
  "expand"?: Array<string>;
100
119
  }
120
+ export interface postAlertingRulesQueryOptions {
121
+ "body"?: Models.GetRulesQuery;
122
+ }
123
+ export interface putAlertingAlertOptions {
124
+ "body"?: Models.AlertingUnreadStatus;
125
+ }
101
126
  export interface putAlertingInteractionstatsAlertOptions {
102
127
  "expand"?: Array<string>;
103
128
  }
@@ -1136,6 +1161,8 @@ declare class ConversationsApi {
1136
1161
  deleteConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string): Promise<void>;
1137
1162
  deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string): Promise<void>;
1138
1163
  deleteConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.WhatsAppIntegration>;
1164
+ deleteConversationsMessagingSetting(messageSettingId: string): Promise<void>;
1165
+ deleteConversationsMessagingSettingsDefault(): Promise<void>;
1139
1166
  deleteConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<void>;
1140
1167
  getAnalyticsConversationDetails(conversationId: string): Promise<Models.AnalyticsConversationWithoutAttributes>;
1141
1168
  getAnalyticsConversationsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
@@ -1208,6 +1235,9 @@ declare class ConversationsApi {
1208
1235
  getConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsTwitterIntegrationIdOptions): Promise<Models.TwitterIntegration>;
1209
1236
  getConversationsMessagingIntegrationsWhatsapp(opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappOptions): Promise<Models.WhatsAppIntegrationEntityListing>;
1210
1237
  getConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappIntegrationIdOptions): Promise<Models.WhatsAppIntegration>;
1238
+ getConversationsMessagingSetting(messageSettingId: string): Promise<Models.MessagingSetting>;
1239
+ getConversationsMessagingSettings(opts?: ConversationsApi.getConversationsMessagingSettingsOptions): Promise<Models.MessagingConfigListing>;
1240
+ getConversationsMessagingSettingsDefault(): Promise<Models.MessagingSetting>;
1211
1241
  getConversationsMessagingSticker(messengerType: string, opts?: ConversationsApi.getConversationsMessagingStickerOptions): Promise<Models.MessagingStickerEntityListing>;
1212
1242
  getConversationsMessagingSupportedcontent(opts?: ConversationsApi.getConversationsMessagingSupportedcontentOptions): Promise<Models.SupportedContentListing>;
1213
1243
  getConversationsMessagingSupportedcontentDefault(): Promise<Models.SupportedContent>;
@@ -1254,6 +1284,7 @@ declare class ConversationsApi {
1254
1284
  patchConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, body: Models.OpenIntegrationUpdateRequest): Promise<Models.OpenIntegration>;
1255
1285
  patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
1256
1286
  patchConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, body: Models.WhatsAppIntegrationUpdateRequest): Promise<Models.WhatsAppIntegration>;
1287
+ patchConversationsMessagingSetting(messageSettingId: string, body: Models.MessagingSettingPatchRequest): Promise<Models.MessagingSetting>;
1257
1288
  patchConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string, body: Models.SupportedContent): Promise<Models.SupportedContent>;
1258
1289
  patchConversationsSettings(body: Models.Settings): Promise<void>;
1259
1290
  postAnalyticsConversationDetailsProperties(conversationId: string, body: Models.PropertyIndexRequest): Promise<Models.PropertyIndexRequest>;
@@ -1263,6 +1294,7 @@ declare class ConversationsApi {
1263
1294
  postAnalyticsConversationsDetailsJobs(body: Models.AsyncConversationQuery): Promise<Models.AsyncQueryResponse>;
1264
1295
  postAnalyticsConversationsDetailsQuery(body: Models.ConversationQuery): Promise<Models.AnalyticsConversationQueryResponse>;
1265
1296
  postConversationAssign(conversationId: string, body: Models.ConversationUser): Promise<string>;
1297
+ postConversationBarge(conversationId: string): Promise<void>;
1266
1298
  postConversationCobrowse(conversationId: string): Promise<Models.CobrowseWebMessagingSession>;
1267
1299
  postConversationDisconnect(conversationId: string): Promise<string>;
1268
1300
  postConversationParticipantCallbacks(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantCallbacksOptions): Promise<void>;
@@ -1273,6 +1305,7 @@ declare class ConversationsApi {
1273
1305
  postConversationParticipantReplaceQueue(conversationId: string, participantId: string, body: Models.TransferToQueueRequest): Promise<void>;
1274
1306
  postConversationParticipantSecureivrsessions(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantSecureivrsessionsOptions): Promise<Models.SecureSession>;
1275
1307
  postConversationsCall(conversationId: string, body: Models.CallCommand): Promise<Models.Conversation>;
1308
+ postConversationsCallParticipantBarge(conversationId: string, participantId: string): Promise<void>;
1276
1309
  postConversationsCallParticipantCoach(conversationId: string, participantId: string): Promise<void>;
1277
1310
  postConversationsCallParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsCallParticipantCommunicationWrapupOptions): Promise<void>;
1278
1311
  postConversationsCallParticipantConsult(conversationId: string, participantId: string, body: Models.ConsultTransfer): Promise<Models.ConsultTransferResponse>;
@@ -1321,6 +1354,7 @@ declare class ConversationsApi {
1321
1354
  postConversationsMessagingIntegrationsOpen(body: Models.OpenIntegrationRequest): Promise<Models.OpenIntegration>;
1322
1355
  postConversationsMessagingIntegrationsTwitter(body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
1323
1356
  postConversationsMessagingIntegrationsWhatsapp(body: Models.WhatsAppIntegrationRequest): Promise<Models.WhatsAppIntegration>;
1357
+ postConversationsMessagingSettings(body: Models.MessagingSettingRequest): Promise<Models.MessagingSetting>;
1324
1358
  postConversationsMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
1325
1359
  postConversationsParticipantsAttributesSearch(body: Models.ConversationParticipantSearchRequest): Promise<Models.JsonCursorSearchResponse>;
1326
1360
  postConversationsScreenshareParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsScreenshareParticipantCommunicationWrapupOptions): Promise<void>;
@@ -1339,6 +1373,7 @@ declare class ConversationsApi {
1339
1373
  putConversationsKeyconfiguration(keyconfigurationsId: string, body: Models.ConversationEncryptionConfiguration): Promise<Models.ConversationEncryptionConfiguration>;
1340
1374
  putConversationsMessageRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
1341
1375
  putConversationsMessagingIntegrationsLineIntegrationId(integrationId: string, body: Models.LineIntegrationRequest): Promise<Models.LineIntegration>;
1376
+ putConversationsMessagingSettingsDefault(body: Models.MessagingSettingDefaultRequest): Promise<Models.MessagingSetting>;
1342
1377
  putConversationsMessagingSupportedcontentDefault(body: Models.SupportedContentReference): Promise<Models.SupportedContent>;
1343
1378
  putConversationsMessagingThreadingtimeline(body: Models.ConversationThreadingWindow): Promise<Models.ConversationThreadingWindow>;
1344
1379
  putConversationsScreenshareRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
@@ -1484,6 +1519,10 @@ declare namespace ConversationsApi {
1484
1519
  export interface getConversationsMessagingIntegrationsWhatsappIntegrationIdOptions {
1485
1520
  "expand"?: string;
1486
1521
  }
1522
+ export interface getConversationsMessagingSettingsOptions {
1523
+ "pageSize"?: number;
1524
+ "pageNumber"?: number;
1525
+ }
1487
1526
  export interface getConversationsMessagingStickerOptions {
1488
1527
  "pageSize"?: number;
1489
1528
  "pageNumber"?: number;
@@ -1591,6 +1630,17 @@ declare namespace DownloadsApi {
1591
1630
  }
1592
1631
  }
1593
1632
 
1633
+ declare class EmailsApi {
1634
+ getEmailsSettings(): Promise<Models.EmailSettings>;
1635
+ patchEmailsSettings(opts?: EmailsApi.patchEmailsSettingsOptions): Promise<Models.EmailSettings>;
1636
+ }
1637
+
1638
+ declare namespace EmailsApi {
1639
+ export interface patchEmailsSettingsOptions {
1640
+ "body"?: Models.EmailSettings;
1641
+ }
1642
+ }
1643
+
1594
1644
  declare class EventsApi {
1595
1645
  postEventsConversations(body: Models.BatchConversationEventRequest): Promise<Models.BatchEventResponse>;
1596
1646
  postEventsUsersPresence(body: Models.BatchUserPresenceEventRequest): Promise<Models.BatchEventResponse>;
@@ -2716,12 +2766,18 @@ declare namespace KnowledgeApi {
2716
2766
  }
2717
2767
  export interface getKnowledgeKnowledgebaseUnansweredGroupOptions {
2718
2768
  "app"?: string;
2769
+ "dateStart"?: string;
2770
+ "dateEnd"?: string;
2719
2771
  }
2720
2772
  export interface getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions {
2721
2773
  "app"?: string;
2774
+ "dateStart"?: string;
2775
+ "dateEnd"?: string;
2722
2776
  }
2723
2777
  export interface getKnowledgeKnowledgebaseUnansweredGroupsOptions {
2724
2778
  "app"?: string;
2779
+ "dateStart"?: string;
2780
+ "dateEnd"?: string;
2725
2781
  }
2726
2782
  export interface getKnowledgeKnowledgebasesOptions {
2727
2783
  "before"?: string;
@@ -3035,14 +3091,26 @@ declare namespace LocationsApi {
3035
3091
  }
3036
3092
 
3037
3093
  declare class MessagingApi {
3094
+ deleteMessagingSetting(messageSettingId: string): Promise<void>;
3095
+ deleteMessagingSettingsDefault(): Promise<void>;
3038
3096
  deleteMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<void>;
3097
+ getMessagingSetting(messageSettingId: string): Promise<Models.MessagingSetting>;
3098
+ getMessagingSettings(opts?: MessagingApi.getMessagingSettingsOptions): Promise<Models.MessagingConfigListing>;
3099
+ getMessagingSettingsDefault(): Promise<Models.MessagingSetting>;
3039
3100
  getMessagingSupportedcontent(opts?: MessagingApi.getMessagingSupportedcontentOptions): Promise<Models.SupportedContentListing>;
3040
3101
  getMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<Models.SupportedContent>;
3102
+ patchMessagingSetting(messageSettingId: string, body: Models.MessagingSettingRequest): Promise<Models.MessagingSetting>;
3041
3103
  patchMessagingSupportedcontentSupportedContentId(supportedContentId: string, body: Models.SupportedContent): Promise<Models.SupportedContent>;
3042
- postMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
3104
+ postMessagingSettings(body: Models.MessagingSettingRequest): Promise<Models.MessagingSetting>;
3105
+ postMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
3106
+ putMessagingSettingsDefault(body: Models.MessagingSettingDefaultRequest): Promise<Models.MessagingSetting>;
3043
3107
  }
3044
3108
 
3045
3109
  declare namespace MessagingApi {
3110
+ export interface getMessagingSettingsOptions {
3111
+ "pageSize"?: number;
3112
+ "pageNumber"?: number;
3113
+ }
3046
3114
  export interface getMessagingSupportedcontentOptions {
3047
3115
  "pageSize"?: number;
3048
3116
  "pageNumber"?: number;
@@ -4842,6 +4910,17 @@ declare namespace SearchApi {
4842
4910
  }
4843
4911
  }
4844
4912
 
4913
+ declare class SettingsApi {
4914
+ getEmailsSettings(): Promise<Models.EmailSettings>;
4915
+ patchEmailsSettings(opts?: SettingsApi.patchEmailsSettingsOptions): Promise<Models.EmailSettings>;
4916
+ }
4917
+
4918
+ declare namespace SettingsApi {
4919
+ export interface patchEmailsSettingsOptions {
4920
+ "body"?: Models.EmailSettings;
4921
+ }
4922
+ }
4923
+
4845
4924
  declare class SpeechTextAnalyticsApi {
4846
4925
  deleteSpeechandtextanalyticsProgram(programId: string, opts?: SpeechTextAnalyticsApi.deleteSpeechandtextanalyticsProgramOptions): Promise<void>;
4847
4926
  deleteSpeechandtextanalyticsSentimentfeedback(): Promise<void>;
@@ -4849,6 +4928,7 @@ declare class SpeechTextAnalyticsApi {
4849
4928
  deleteSpeechandtextanalyticsTopic(topicId: string): Promise<void>;
4850
4929
  getSpeechandtextanalyticsConversation(conversationId: string): Promise<Models.ConversationMetrics>;
4851
4930
  getSpeechandtextanalyticsConversationCommunicationTranscripturl(conversationId: string, communicationId: string): Promise<Models.TranscriptUrl>;
4931
+ getSpeechandtextanalyticsConversationCommunicationTranscripturls(conversationId: string, communicationId: string): Promise<Models.TranscriptUrls>;
4852
4932
  getSpeechandtextanalyticsProgram(programId: string): Promise<Models.Program>;
4853
4933
  getSpeechandtextanalyticsProgramMappings(programId: string): Promise<Models.ProgramMappings>;
4854
4934
  getSpeechandtextanalyticsProgramTranscriptionengines(programId: string): Promise<Models.ProgramTranscriptionEngines>;
@@ -6619,6 +6699,7 @@ declare namespace Models {
6619
6699
  "triggerWithEventConditions"?: Array<Models.EventCondition>;
6620
6700
  "triggerWithOutcomeProbabilityConditions"?: Array<Models.OutcomeProbabilityCondition>;
6621
6701
  "triggerWithOutcomePercentileConditions"?: Array<Models.OutcomePercentileCondition>;
6702
+ "triggerWithOutcomeQuantileConditions"?: Array<Models.OutcomeQuantileCondition>;
6622
6703
  "pageUrlConditions": Array<Models.UrlCondition>;
6623
6704
  "activation"?: Models.Activation;
6624
6705
  "weight"?: number;
@@ -7246,6 +7327,43 @@ declare namespace Models {
7246
7327
  "lt"?: number;
7247
7328
  }
7248
7329
 
7330
+ export interface AlertListing {
7331
+ "entities"?: Array<Models.CommonAlert>;
7332
+ "pageSize"?: number;
7333
+ "pageNumber"?: number;
7334
+ "total"?: number;
7335
+ "firstUri"?: string;
7336
+ "nextUri"?: string;
7337
+ "previousUri"?: string;
7338
+ "lastUri"?: string;
7339
+ "selfUri"?: string;
7340
+ "pageCount"?: number;
7341
+ }
7342
+
7343
+ export interface AlertNotification {
7344
+ "recipient": string;
7345
+ "notificationTypes": Array<string>;
7346
+ "locale"?: string;
7347
+ }
7348
+
7349
+ export interface AlertRequest {
7350
+ "type": string;
7351
+ "dateStart"?: string;
7352
+ "dateEnd"?: string;
7353
+ "unread"?: Models.UnreadFields;
7354
+ "validRequest"?: boolean;
7355
+ }
7356
+
7357
+ export interface AlertRuleProperties {
7358
+ "id"?: string;
7359
+ "name"?: string;
7360
+ "type": string;
7361
+ }
7362
+
7363
+ export interface AlertingUnreadStatus {
7364
+ "unread": boolean;
7365
+ }
7366
+
7249
7367
  export interface AllTimePoints {
7250
7368
  "user"?: Models.UserReference;
7251
7369
  "dateEndWorkday"?: string;
@@ -7354,6 +7472,7 @@ declare namespace Models {
7354
7472
 
7355
7473
  export interface AnalyticsEvaluation {
7356
7474
  "assigneeId"?: string;
7475
+ "assigneeApplicable"?: boolean;
7357
7476
  "calibrationId"?: string;
7358
7477
  "contextId"?: string;
7359
7478
  "deleted"?: boolean;
@@ -7538,6 +7657,8 @@ declare namespace Models {
7538
7657
  "requestedRoutings"?: Array<string>;
7539
7658
  "roomId"?: string;
7540
7659
  "routingRing"?: number;
7660
+ "routingRule"?: string;
7661
+ "routingRuleType"?: string;
7541
7662
  "screenShareAddressSelf"?: string;
7542
7663
  "screenShareRoomId"?: string;
7543
7664
  "scriptId"?: string;
@@ -7552,8 +7673,8 @@ declare namespace Models {
7552
7673
  "videoAddressSelf"?: string;
7553
7674
  "videoRoomId"?: string;
7554
7675
  "waitingInteractionCounts"?: Array<number>;
7555
- "proposedAgents"?: Array<Models.AnalyticsProposedAgent>;
7556
7676
  "agentGroups"?: Array<Models.AnalyticsAgentGroup>;
7677
+ "proposedAgents"?: Array<Models.AnalyticsProposedAgent>;
7557
7678
  "mediaEndpointStats"?: Array<Models.AnalyticsMediaEndpointStat>;
7558
7679
  "flow"?: Models.AnalyticsFlow;
7559
7680
  "metrics"?: Array<Models.AnalyticsSessionMetric>;
@@ -11069,6 +11190,34 @@ declare namespace Models {
11069
11190
  "pageCount"?: number;
11070
11191
  }
11071
11192
 
11193
+ export interface CommonAlert {
11194
+ "id"?: string;
11195
+ "name"?: string;
11196
+ "user": Models.UserReference;
11197
+ "rule": Models.AlertRuleProperties;
11198
+ "notifications": Array<Models.AlertNotification>;
11199
+ "dateStart": string;
11200
+ "dateEnd"?: string;
11201
+ "active": boolean;
11202
+ "unread": boolean;
11203
+ "waitBetweenNotificationMs": number;
11204
+ "muted": boolean;
11205
+ "snoozed": boolean;
11206
+ "dateMutedUntil": string;
11207
+ "dateSnoozedUntil": string;
11208
+ "conditions": Models.CommonRuleConditions;
11209
+ "conversationId"?: string;
11210
+ "ruleUri"?: string;
11211
+ "selfUri"?: string;
11212
+ }
11213
+
11214
+ export interface CommonAlertBulkUpdateRequest {
11215
+ "type": string;
11216
+ "alertIds": Array<string>;
11217
+ "muteSnooze"?: Models.MuteSnoozeFields;
11218
+ "unread"?: Models.UnreadFields;
11219
+ }
11220
+
11072
11221
  export interface CommonCampaign {
11073
11222
  "id"?: string;
11074
11223
  "name"?: string;
@@ -11111,6 +11260,72 @@ declare namespace Models {
11111
11260
  "pageCount"?: number;
11112
11261
  }
11113
11262
 
11263
+ export interface CommonRule {
11264
+ "id"?: string;
11265
+ "name": string;
11266
+ "description"?: string;
11267
+ "enabled"?: boolean;
11268
+ "notifications"?: Array<Models.AlertNotification>;
11269
+ "sendExitingAlarmNotifications"?: boolean;
11270
+ "waitBetweenNotificationMs"?: number;
11271
+ "conditions"?: Models.CommonRuleConditions;
11272
+ "type": string;
11273
+ "inAlarm"?: boolean;
11274
+ "user"?: Models.UserReference;
11275
+ "version"?: number;
11276
+ "dateCreated"?: string;
11277
+ "dateLastModified"?: string;
11278
+ "selfUri"?: string;
11279
+ }
11280
+
11281
+ export interface CommonRuleBulkDeleteRequest {
11282
+ "ruleIds": Array<string>;
11283
+ }
11284
+
11285
+ export interface CommonRuleBulkUpdateNotificationsRequest {
11286
+ "ruleIds": Array<string>;
11287
+ "properties": Models.ModifiableRuleProperties;
11288
+ }
11289
+
11290
+ export interface CommonRuleConditions {
11291
+ "clauses"?: Array<Models.CommonRuleConditions>;
11292
+ "predicates": Array<Models.CommonRulePredicate>;
11293
+ "type": string;
11294
+ "id"?: string;
11295
+ }
11296
+
11297
+ export interface CommonRuleContainer {
11298
+ "entities"?: Array<Models.CommonRule>;
11299
+ "pageSize"?: number;
11300
+ "pageNumber"?: number;
11301
+ "total"?: number;
11302
+ "firstUri"?: string;
11303
+ "nextUri"?: string;
11304
+ "previousUri"?: string;
11305
+ "lastUri"?: string;
11306
+ "selfUri"?: string;
11307
+ "pageCount"?: number;
11308
+ }
11309
+
11310
+ export interface CommonRulePredicate {
11311
+ "metricType": string;
11312
+ "metricValueType": string;
11313
+ "comparisonOperator": string;
11314
+ "value": number;
11315
+ "status"?: string;
11316
+ "entity": Models.CommonRulePredicateEntity;
11317
+ "mediaType"?: string;
11318
+ "metric": string;
11319
+ }
11320
+
11321
+ export interface CommonRulePredicateEntity {
11322
+ "entityType": string;
11323
+ "user"?: Models.AddressableEntityRef;
11324
+ "group"?: Models.AddressableEntityRef;
11325
+ "queue"?: Models.AddressableEntityRef;
11326
+ "team"?: Models.AddressableEntityRef;
11327
+ }
11328
+
11114
11329
  export interface CommunicationAnsweredEvent {
11115
11330
  "eventId": string;
11116
11331
  "eventDateTime": string;
@@ -14496,6 +14711,7 @@ declare namespace Models {
14496
14711
  "outboundMessagingAddresses"?: Models.QueueMessagingAddresses;
14497
14712
  "outboundEmailAddress"?: Models.QueueEmailAddress;
14498
14713
  "peerId"?: string;
14714
+ "suppressInQueueCallRecording"?: boolean;
14499
14715
  "sourceQueueId"?: string;
14500
14716
  "selfUri"?: string;
14501
14717
  }
@@ -16493,6 +16709,8 @@ declare namespace Models {
16493
16709
  "fontSize"?: string;
16494
16710
  "fontType"?: string;
16495
16711
  "textColor"?: string;
16712
+ "unorderedType"?: string;
16713
+ "orderedType"?: string;
16496
16714
  }
16497
16715
 
16498
16716
  export interface DocumentBodyParagraph {
@@ -16520,10 +16738,11 @@ declare namespace Models {
16520
16738
 
16521
16739
  export interface DocumentBodyTableCaptionItem {
16522
16740
  "type": string;
16523
- "text": Models.DocumentText;
16524
- "image": Models.DocumentBodyImage;
16525
- "video": Models.DocumentBodyVideo;
16526
- "list": Models.DocumentBodyList;
16741
+ "text"?: Models.DocumentText;
16742
+ "paragraph"?: Models.DocumentBodyParagraph;
16743
+ "image"?: Models.DocumentBodyImage;
16744
+ "video"?: Models.DocumentBodyVideo;
16745
+ "list"?: Models.DocumentBodyList;
16527
16746
  }
16528
16747
 
16529
16748
  export interface DocumentBodyTableCellBlock {
@@ -16590,8 +16809,9 @@ declare namespace Models {
16590
16809
 
16591
16810
  export interface DocumentContentBlock {
16592
16811
  "type": string;
16593
- "text": Models.DocumentText;
16594
- "image": Models.DocumentBodyImage;
16812
+ "text"?: Models.DocumentText;
16813
+ "image"?: Models.DocumentBodyImage;
16814
+ "video"?: Models.DocumentBodyVideo;
16595
16815
  }
16596
16816
 
16597
16817
  export interface DocumentEntityListing {
@@ -16615,9 +16835,10 @@ declare namespace Models {
16615
16835
 
16616
16836
  export interface DocumentListContentBlock {
16617
16837
  "type": string;
16618
- "text": Models.DocumentText;
16619
- "image": Models.DocumentBodyImage;
16620
- "list": Models.DocumentBodyList;
16838
+ "text"?: Models.DocumentText;
16839
+ "image"?: Models.DocumentBodyImage;
16840
+ "list"?: Models.DocumentBodyList;
16841
+ "video"?: Models.DocumentBodyVideo;
16621
16842
  }
16622
16843
 
16623
16844
  export interface DocumentListing {
@@ -17852,6 +18073,10 @@ declare namespace Models {
17852
18073
  "senderType"?: string;
17853
18074
  }
17854
18075
 
18076
+ export interface EmailSettings {
18077
+ "multipleRouteDestinationsOnInboundEmailEnabled"?: boolean;
18078
+ }
18079
+
17855
18080
  export interface EmailSetup {
17856
18081
  "rootDomain"?: string;
17857
18082
  }
@@ -18062,6 +18287,7 @@ declare namespace Models {
18062
18287
  "answers"?: Models.EvaluationScoringSet;
18063
18288
  "agentHasRead"?: boolean;
18064
18289
  "assignee"?: Models.User;
18290
+ "assigneeApplicable"?: boolean;
18065
18291
  "releaseDate"?: string;
18066
18292
  "assignedDate"?: string;
18067
18293
  "changedDate"?: string;
@@ -18368,6 +18594,7 @@ declare namespace Models {
18368
18594
  "answers"?: Models.EvaluationScoringSet;
18369
18595
  "agentHasRead"?: boolean;
18370
18596
  "assignee"?: Models.User;
18597
+ "assigneeApplicable"?: boolean;
18371
18598
  "releaseDate"?: string;
18372
18599
  "assignedDate"?: string;
18373
18600
  "changedDate"?: string;
@@ -18545,7 +18772,6 @@ declare namespace Models {
18545
18772
  "description"?: string;
18546
18773
  "allowAllDomains"?: boolean;
18547
18774
  "allowedDomains"?: Array<string>;
18548
- "supportedContentProfile"?: Models.SupportedContentProfile;
18549
18775
  "snippet"?: string;
18550
18776
  "dateCreated"?: string;
18551
18777
  "dateModified"?: string;
@@ -20283,6 +20509,17 @@ declare namespace Models {
20283
20509
  "selfUri"?: string;
20284
20510
  }
20285
20511
 
20512
+ export interface GetAlertQuery {
20513
+ "ruleType": string;
20514
+ "queryType": string;
20515
+ "activeStatus"?: string;
20516
+ "viewedStatus"?: string;
20517
+ "pageNumber"?: number;
20518
+ "pageSize"?: number;
20519
+ "sortBy"?: string;
20520
+ "sortOrder"?: string;
20521
+ }
20522
+
20286
20523
  export interface GetFlowExecutionDataJobResult {
20287
20524
  "id"?: string;
20288
20525
  "name"?: string;
@@ -20315,6 +20552,18 @@ declare namespace Models {
20315
20552
  "selfUri"?: string;
20316
20553
  }
20317
20554
 
20555
+ export interface GetRulesQuery {
20556
+ "ruleType": string;
20557
+ "queryType": string;
20558
+ "enabledType"?: string;
20559
+ "pageNumber"?: number;
20560
+ "pageSize"?: number;
20561
+ "sortBy"?: string;
20562
+ "sortOrder"?: string;
20563
+ "ruleName"?: string;
20564
+ "nameSearchType"?: string;
20565
+ }
20566
+
20318
20567
  export interface GetTemplatesResponse {
20319
20568
  "total"?: number;
20320
20569
  "entities"?: Array<Models.ObjectiveTemplate>;
@@ -23022,6 +23271,7 @@ declare namespace Models {
23022
23271
  "uploadKey": string;
23023
23272
  "fileType": string;
23024
23273
  "settings"?: Models.KnowledgeImportJobSettings;
23274
+ "skipConfirmationStep"?: boolean;
23025
23275
  }
23026
23276
 
23027
23277
  export interface KnowledgeImportJobResponse {
@@ -23034,6 +23284,7 @@ declare namespace Models {
23034
23284
  "knowledgeBase"?: Models.KnowledgeBase;
23035
23285
  "dateCreated"?: string;
23036
23286
  "dateModified"?: string;
23287
+ "skipConfirmationStep"?: boolean;
23037
23288
  "selfUri"?: string;
23038
23289
  }
23039
23290
 
@@ -23161,6 +23412,11 @@ declare namespace Models {
23161
23412
  "selfUri"?: string;
23162
23413
  }
23163
23414
 
23415
+ export interface LabelUtilization {
23416
+ "maximumCapacity"?: number;
23417
+ "interruptingLabels"?: Array<string>;
23418
+ }
23419
+
23164
23420
  export interface Language {
23165
23421
  "id"?: string;
23166
23422
  "name": string;
@@ -23379,6 +23635,32 @@ declare namespace Models {
23379
23635
  "name"?: string;
23380
23636
  }
23381
23637
 
23638
+ export interface LearningAssignmentStep {
23639
+ "id"?: string;
23640
+ "moduleStep"?: Models.LearningModuleInformStep;
23641
+ "structure"?: Array<Models.LearningAssignmentStepScoStructure>;
23642
+ "successStatus"?: string;
23643
+ "completionStatus"?: string;
23644
+ "completionPercentage"?: number;
23645
+ "percentageScore"?: number;
23646
+ "shareableContentObject"?: Models.LearningShareableContentObject;
23647
+ "signedCookie"?: Models.LearningAssignmentStepSignedCookie;
23648
+ "selfUri"?: string;
23649
+ }
23650
+
23651
+ export interface LearningAssignmentStepScoStructure {
23652
+ "id"?: string;
23653
+ "name"?: string;
23654
+ "successStatus"?: string;
23655
+ "completionStatus"?: string;
23656
+ "children"?: Array<Models.LearningAssignmentStepScoStructure>;
23657
+ }
23658
+
23659
+ export interface LearningAssignmentStepSignedCookie {
23660
+ "url"?: string;
23661
+ "cookieValues"?: { [key: string]: string; };
23662
+ }
23663
+
23382
23664
  export interface LearningAssignmentTopicLearningAssignmentNotification {
23383
23665
  "id"?: string;
23384
23666
  "user"?: Models.LearningAssignmentTopicUserReference;
@@ -23597,6 +23879,25 @@ declare namespace Models {
23597
23879
  "wfmScheduleActivities"?: Array<Models.LearningSlotWfmScheduleActivity>;
23598
23880
  }
23599
23881
 
23882
+ export interface LearningShareableContentObject {
23883
+ "id": string;
23884
+ "lessonStatus"?: string;
23885
+ "exit"?: string;
23886
+ "location"?: string;
23887
+ "scoreRaw"?: number;
23888
+ "scoreMax"?: number;
23889
+ "scoreMin"?: number;
23890
+ "suspendData"?: string;
23891
+ "credit"?: string;
23892
+ "entry"?: string;
23893
+ "mode"?: string;
23894
+ "totalTime"?: string;
23895
+ "sessionTime"?: string;
23896
+ "href"?: string;
23897
+ "parameters"?: string;
23898
+ "launchData"?: string;
23899
+ }
23900
+
23600
23901
  export interface LearningSlot {
23601
23902
  "dateStart"?: string;
23602
23903
  "lengthInMinutes"?: number;
@@ -24489,7 +24790,7 @@ declare namespace Models {
24489
24790
  }
24490
24791
 
24491
24792
  export interface MessageConversationEntityListing {
24492
- "entities"?: Array<Models.EmailConversation>;
24793
+ "entities"?: Array<Models.MessageConversation>;
24493
24794
  "pageSize"?: number;
24494
24795
  "pageNumber"?: number;
24495
24796
  "total"?: number;
@@ -24735,6 +25036,19 @@ declare namespace Models {
24735
25036
  "pageCount"?: number;
24736
25037
  }
24737
25038
 
25039
+ export interface MessagingConfigListing {
25040
+ "entities"?: Array<Models.MessagingSetting>;
25041
+ "pageSize"?: number;
25042
+ "pageNumber"?: number;
25043
+ "total"?: number;
25044
+ "firstUri"?: string;
25045
+ "nextUri"?: string;
25046
+ "previousUri"?: string;
25047
+ "lastUri"?: string;
25048
+ "selfUri"?: string;
25049
+ "pageCount"?: number;
25050
+ }
25051
+
24738
25052
  export interface MessagingIntegration {
24739
25053
  "id": string;
24740
25054
  "name": string;
@@ -24775,6 +25089,31 @@ declare namespace Models {
24775
25089
  "additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
24776
25090
  }
24777
25091
 
25092
+ export interface MessagingSetting {
25093
+ "id": string;
25094
+ "name"?: string;
25095
+ "dateCreated"?: string;
25096
+ "dateModified"?: string;
25097
+ "version"?: string;
25098
+ "createdBy"?: Models.DomainEntityRef;
25099
+ "updatedBy"?: Models.DomainEntityRef;
25100
+ "content"?: Models.ContentSetting;
25101
+ "event"?: Models.EventSetting;
25102
+ "selfUri"?: string;
25103
+ }
25104
+
25105
+ export interface MessagingSettingDefaultRequest {
25106
+ "settingId": string;
25107
+ }
25108
+
25109
+ export interface MessagingSettingPatchRequest {
25110
+ "id"?: string;
25111
+ "name"?: string;
25112
+ "content"?: Models.ContentSetting;
25113
+ "event"?: Models.EventSetting;
25114
+ "selfUri"?: string;
25115
+ }
25116
+
24778
25117
  export interface MessagingSettingReference {
24779
25118
  "id": string;
24780
25119
  "name"?: string;
@@ -24788,6 +25127,14 @@ declare namespace Models {
24788
25127
  "event"?: Models.EventSetting;
24789
25128
  }
24790
25129
 
25130
+ export interface MessagingSettingRequest {
25131
+ "id"?: string;
25132
+ "name": string;
25133
+ "content"?: Models.ContentSetting;
25134
+ "event"?: Models.EventSetting;
25135
+ "selfUri"?: string;
25136
+ }
25137
+
24791
25138
  export interface MessagingSettingRequestReference {
24792
25139
  "id": string;
24793
25140
  }
@@ -25094,6 +25441,18 @@ declare namespace Models {
25094
25441
  "modelingResultUri"?: string;
25095
25442
  }
25096
25443
 
25444
+ export interface ModifiableRuleProperties {
25445
+ "id"?: string;
25446
+ "name": string;
25447
+ "description"?: string;
25448
+ "enabled"?: boolean;
25449
+ "notifications"?: Array<Models.AlertNotification>;
25450
+ "sendExitingAlarmNotifications"?: boolean;
25451
+ "waitBetweenNotificationMs"?: number;
25452
+ "conditions"?: Models.CommonRuleConditions;
25453
+ "selfUri"?: string;
25454
+ }
25455
+
25097
25456
  export interface MoveManagementUnitRequest {
25098
25457
  "businessUnitId": string;
25099
25458
  }
@@ -25107,6 +25466,11 @@ declare namespace Models {
25107
25466
  "agentSchedules"?: Array<Models.BuAgentScheduleRescheduleResponse>;
25108
25467
  }
25109
25468
 
25469
+ export interface MuteSnoozeFields {
25470
+ "dateStart": string;
25471
+ "dateEnd": string;
25472
+ }
25473
+
25110
25474
  export interface NTPSettings {
25111
25475
  "servers"?: Array<string>;
25112
25476
  }
@@ -26385,6 +26749,8 @@ declare namespace Models {
26385
26749
  "probability"?: number;
26386
26750
  "percentile"?: number;
26387
26751
  "sessionMaxPercentile"?: number;
26752
+ "quantile"?: number;
26753
+ "sessionMaxQuantile"?: number;
26388
26754
  }
26389
26755
 
26390
26756
  export interface OutcomeListing {
@@ -26426,6 +26792,12 @@ declare namespace Models {
26426
26792
  "probability"?: number;
26427
26793
  }
26428
26794
 
26795
+ export interface OutcomeQuantileCondition {
26796
+ "outcomeId": string;
26797
+ "maxQuantileThreshold": number;
26798
+ "fallbackQuantileThreshold"?: number;
26799
+ }
26800
+
26429
26801
  export interface OutcomeRef {
26430
26802
  "id"?: string;
26431
26803
  "selfUri"?: string;
@@ -26647,6 +27019,7 @@ declare namespace Models {
26647
27019
  "triggerWithEventConditions"?: Array<Models.EventCondition>;
26648
27020
  "triggerWithOutcomeProbabilityConditions"?: Array<Models.OutcomeProbabilityCondition>;
26649
27021
  "triggerWithOutcomePercentileConditions"?: Array<Models.OutcomePercentileCondition>;
27022
+ "triggerWithOutcomeQuantileConditions"?: Array<Models.OutcomeQuantileCondition>;
26650
27023
  "pageUrlConditions": Array<Models.UrlCondition>;
26651
27024
  "activation"?: Models.Activation;
26652
27025
  "weight"?: number;
@@ -27889,6 +28262,7 @@ declare namespace Models {
27889
28262
  "outboundMessagingAddresses"?: Models.QueueMessagingAddresses;
27890
28263
  "outboundEmailAddress"?: Models.QueueEmailAddress;
27891
28264
  "peerId"?: string;
28265
+ "suppressInQueueCallRecording"?: boolean;
27892
28266
  "selfUri"?: string;
27893
28267
  }
27894
28268
 
@@ -30384,6 +30758,7 @@ declare namespace Models {
30384
30758
  "outboundMessagingAddresses"?: Models.QueueMessagingAddresses;
30385
30759
  "outboundEmailAddress"?: Models.QueueEmailAddress;
30386
30760
  "peerId"?: string;
30761
+ "suppressInQueueCallRecording"?: boolean;
30387
30762
  "selfUri"?: string;
30388
30763
  }
30389
30764
 
@@ -30662,6 +31037,8 @@ declare namespace Models {
30662
31037
  "quickReplies"?: Array<Models.QuickReply>;
30663
31038
  "buttonResponse"?: Models.ButtonResponse;
30664
31039
  "story"?: Models.RecordingContentStory;
31040
+ "cards"?: Array<Models.Card>;
31041
+ "contentType"?: string;
30665
31042
  }
30666
31043
 
30667
31044
  export interface RecordingMetadata {
@@ -32435,6 +32812,11 @@ declare namespace Models {
32435
32812
  "pageCount"?: number;
32436
32813
  }
32437
32814
 
32815
+ export interface SegmentUrl {
32816
+ "recording"?: Models.AddressableEntityRef;
32817
+ "url"?: string;
32818
+ }
32819
+
32438
32820
  export interface SelectedAnswer {
32439
32821
  "document": Models.AddressableEntityRef;
32440
32822
  }
@@ -33202,11 +33584,13 @@ declare namespace Models {
33202
33584
  export interface SpeechTextAnalyticsSettingsRequest {
33203
33585
  "defaultProgramId"?: string;
33204
33586
  "expectedDialects"?: Array<string>;
33587
+ "textAnalyticsEnabled"?: boolean;
33205
33588
  }
33206
33589
 
33207
33590
  export interface SpeechTextAnalyticsSettingsResponse {
33208
33591
  "defaultProgram"?: Models.AddressableEntityRef;
33209
33592
  "expectedDialects"?: Array<string>;
33593
+ "textAnalyticsEnabled"?: boolean;
33210
33594
  }
33211
33595
 
33212
33596
  export interface StarrableDivision {
@@ -33469,11 +33853,24 @@ declare namespace Models {
33469
33853
  "image"?: Models.SupportCenterImage;
33470
33854
  }
33471
33855
 
33856
+ export interface SupportCenterCompactCategoryModuleTemplate {
33857
+ "active"?: boolean;
33858
+ }
33859
+
33472
33860
  export interface SupportCenterCustomMessage {
33473
33861
  "defaultValue"?: string;
33474
33862
  "type"?: string;
33475
33863
  }
33476
33864
 
33865
+ export interface SupportCenterDetailedCategoryModuleSidebar {
33866
+ "enabled"?: boolean;
33867
+ }
33868
+
33869
+ export interface SupportCenterDetailedCategoryModuleTemplate {
33870
+ "active"?: boolean;
33871
+ "sidebar"?: Models.SupportCenterDetailedCategoryModuleSidebar;
33872
+ }
33873
+
33477
33874
  export interface SupportCenterFeedbackSettings {
33478
33875
  "enabled"?: boolean;
33479
33876
  }
@@ -33504,6 +33901,8 @@ declare namespace Models {
33504
33901
  export interface SupportCenterModuleSetting {
33505
33902
  "type"?: string;
33506
33903
  "enabled"?: boolean;
33904
+ "compactCategoryModuleTemplate"?: Models.SupportCenterCompactCategoryModuleTemplate;
33905
+ "detailedCategoryModuleTemplate"?: Models.SupportCenterDetailedCategoryModuleTemplate;
33507
33906
  }
33508
33907
 
33509
33908
  export interface SupportCenterScreen {
@@ -33552,10 +33951,6 @@ declare namespace Models {
33552
33951
  "pageCount"?: number;
33553
33952
  }
33554
33953
 
33555
- export interface SupportedContentProfile {
33556
- "id"?: string;
33557
- }
33558
-
33559
33954
  export interface SupportedContentReference {
33560
33955
  "id": string;
33561
33956
  "name"?: string;
@@ -34748,6 +35143,12 @@ declare namespace Models {
34748
35143
  "url"?: string;
34749
35144
  }
34750
35145
 
35146
+ export interface TranscriptUrls {
35147
+ "conversation"?: Models.AddressableEntityRef;
35148
+ "communicationId"?: string;
35149
+ "urls"?: Array<Models.SegmentUrl>;
35150
+ }
35151
+
34751
35152
  export interface TranscriptionEngines {
34752
35153
  "engine"?: string;
34753
35154
  "dialects"?: Array<string>;
@@ -35534,6 +35935,8 @@ declare namespace Models {
35534
35935
 
35535
35936
  export interface UnansweredPhraseGroupPatchRequestBody {
35536
35937
  "phraseAssociations": Array<Models.PhraseAssociations>;
35938
+ "dateStart"?: string;
35939
+ "dateEnd"?: string;
35537
35940
  }
35538
35941
 
35539
35942
  export interface UnansweredPhraseGroupUpdateResponse {
@@ -35558,6 +35961,10 @@ declare namespace Models {
35558
35961
  "selfUri"?: string;
35559
35962
  }
35560
35963
 
35964
+ export interface UnreadFields {
35965
+ "state": boolean;
35966
+ }
35967
+
35561
35968
  export interface UnreadMetric {
35562
35969
  "count"?: number;
35563
35970
  }
@@ -36432,6 +36839,7 @@ declare namespace Models {
36432
36839
  "outboundMessagingAddresses"?: Models.QueueMessagingAddresses;
36433
36840
  "outboundEmailAddress"?: Models.QueueEmailAddress;
36434
36841
  "peerId"?: string;
36842
+ "suppressInQueueCallRecording"?: boolean;
36435
36843
  "joined"?: boolean;
36436
36844
  "selfUri"?: string;
36437
36845
  }
@@ -37526,6 +37934,8 @@ declare namespace Models {
37526
37934
  "workitemStatuses"?: Array<string>;
37527
37935
  "isAnalyzedForSensitiveData"?: boolean;
37528
37936
  "hasSensitiveData"?: boolean;
37937
+ "hasPciData"?: boolean;
37938
+ "hasPiiData"?: boolean;
37529
37939
  "subPath"?: string;
37530
37940
  "userState"?: string;
37531
37941
  "isClearedByCustomer"?: boolean;
@@ -37533,6 +37943,7 @@ declare namespace Models {
37533
37943
  "evaluationAssigned"?: boolean;
37534
37944
  "assistantIds"?: Array<string>;
37535
37945
  "knowledgeBaseIds"?: Array<string>;
37946
+ "isParked"?: boolean;
37536
37947
  }
37537
37948
 
37538
37949
  export interface VisibilityCondition {
@@ -37899,7 +38310,6 @@ declare namespace Models {
37899
38310
  "description"?: string;
37900
38311
  "allowAllDomains"?: boolean;
37901
38312
  "allowedDomains"?: Array<string>;
37902
- "supportedContentProfile"?: Models.SupportedContentProfile;
37903
38313
  "snippet"?: string;
37904
38314
  "dateCreated"?: string;
37905
38315
  "dateModified"?: string;
@@ -38006,6 +38416,7 @@ declare namespace Models {
38006
38416
  }
38007
38417
 
38008
38418
  export interface WebDeploymentsJourneyContext {
38419
+ "journeyAction"?: Models.JourneyAction;
38009
38420
  "customer"?: Models.JourneyCustomer;
38010
38421
  "customerSession"?: Models.JourneyCustomerSession;
38011
38422
  }