purecloud-platform-client-v2 159.0.0 → 160.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 (78) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +1281 -177
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1281 -177
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +1281 -177
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +7744 -400
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +455 -168
  9. package/package.json +3 -2
  10. package/src/purecloud-platform-client-v2/ApiClient.js +16 -4
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +814 -42
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +107 -0
  34. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LearningApi.js +55 -1
  40. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +13 -5
  45. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OutboundApi.js +60 -1
  50. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -101
  54. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/RoutingApi.js +38 -3
  56. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SearchApi.js +26 -1
  59. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +76 -1
  60. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/UsersApi.js +32 -1
  71. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +26 -1
  78. package/src/purecloud-platform-client-v2/index.js +7 -1
package/index.d.ts CHANGED
@@ -1017,9 +1017,11 @@ declare class ConversationsApi {
1017
1017
  getConversationSecureattributes(conversationId: string): Promise<Models.ConversationSecureAttributes>;
1018
1018
  getConversations(opts?: ConversationsApi.getConversationsOptions): Promise<Models.ConversationEntityListing>;
1019
1019
  getConversationsCall(conversationId: string): Promise<Models.CallConversation>;
1020
+ getConversationsCallParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsCallParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1020
1021
  getConversationsCallParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsCallParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
1021
1022
  getConversationsCallParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
1022
1023
  getConversationsCallback(conversationId: string): Promise<Models.CallbackConversation>;
1024
+ getConversationsCallbackParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsCallbackParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1023
1025
  getConversationsCallbackParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsCallbackParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
1024
1026
  getConversationsCallbackParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
1025
1027
  getConversationsCallbacks(): Promise<Models.CallbackConversationEntityListing>;
@@ -1029,10 +1031,12 @@ declare class ConversationsApi {
1029
1031
  getConversationsChat(conversationId: string): Promise<Models.ChatConversation>;
1030
1032
  getConversationsChatMessage(conversationId: string, messageId: string): Promise<Models.WebChatMessage>;
1031
1033
  getConversationsChatMessages(conversationId: string, opts?: ConversationsApi.getConversationsChatMessagesOptions): Promise<Models.WebChatMessageEntityList>;
1034
+ getConversationsChatParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsChatParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1032
1035
  getConversationsChatParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsChatParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
1033
1036
  getConversationsChatParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
1034
1037
  getConversationsChats(): Promise<Models.ChatConversationEntityListing>;
1035
1038
  getConversationsCobrowsesession(conversationId: string): Promise<Models.CobrowseConversation>;
1039
+ getConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsCobrowsesessionParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1036
1040
  getConversationsCobrowsesessionParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsCobrowsesessionParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
1037
1041
  getConversationsCobrowsesessionParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
1038
1042
  getConversationsCobrowsesessions(): Promise<Models.CobrowseConversationEntityListing>;
@@ -1040,6 +1044,7 @@ declare class ConversationsApi {
1040
1044
  getConversationsEmailMessage(conversationId: string, messageId: string): Promise<Models.EmailMessage>;
1041
1045
  getConversationsEmailMessages(conversationId: string): Promise<Models.EmailMessageListing>;
1042
1046
  getConversationsEmailMessagesDraft(conversationId: string): Promise<Models.EmailMessage>;
1047
+ getConversationsEmailParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsEmailParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1043
1048
  getConversationsEmailParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsEmailParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
1044
1049
  getConversationsEmailParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
1045
1050
  getConversationsEmailSettings(conversationId: string): Promise<Models.EmailsSettings>;
@@ -1050,6 +1055,7 @@ declare class ConversationsApi {
1050
1055
  getConversationsMessageCommunicationMessagesMediaMediaId(conversationId: string, communicationId: string, mediaId: string): Promise<Models.MessageMediaData>;
1051
1056
  getConversationsMessageDetails(messageId: string, opts?: ConversationsApi.getConversationsMessageDetailsOptions): Promise<Models.MessageData>;
1052
1057
  getConversationsMessageMessage(conversationId: string, messageId: string, opts?: ConversationsApi.getConversationsMessageMessageOptions): Promise<Models.MessageData>;
1058
+ getConversationsMessageParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsMessageParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1053
1059
  getConversationsMessageParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsMessageParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
1054
1060
  getConversationsMessageParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
1055
1061
  getConversationsMessages(): Promise<Models.MessageConversationEntityListing>;
@@ -1070,6 +1076,10 @@ declare class ConversationsApi {
1070
1076
  getConversationsMessagingSupportedcontentDefault(): Promise<Models.SupportedContent>;
1071
1077
  getConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<Models.SupportedContent>;
1072
1078
  getConversationsMessagingThreadingtimeline(): Promise<Models.ConversationThreadingWindow>;
1079
+ getConversationsScreenshareParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsScreenshareParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1080
+ getConversationsSettings(): Promise<Models.Settings>;
1081
+ getConversationsSocialParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsSocialParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1082
+ getConversationsVideoParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsVideoParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1073
1083
  patchConversationParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1074
1084
  patchConversationParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1075
1085
  patchConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
@@ -1104,6 +1114,7 @@ declare class ConversationsApi {
1104
1114
  patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
1105
1115
  patchConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, body: Models.WhatsAppIntegrationUpdateRequest): Promise<Models.WhatsAppIntegration>;
1106
1116
  patchConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string, body: Models.SupportedContent): Promise<Models.SupportedContent>;
1117
+ patchConversationsSettings(body: Models.Settings): Promise<void>;
1107
1118
  postAnalyticsConversationDetailsProperties(conversationId: string, body: Models.PropertyIndexRequest): Promise<Models.PropertyIndexRequest>;
1108
1119
  postAnalyticsConversationsAggregatesQuery(body: Models.ConversationAggregationQuery): Promise<Models.ConversationAggregateQueryResponse>;
1109
1120
  postAnalyticsConversationsDetailsJobs(body: Models.AsyncConversationQuery): Promise<Models.AsyncQueryResponse>;
@@ -1117,10 +1128,12 @@ declare class ConversationsApi {
1117
1128
  postConversationParticipantSecureivrsessions(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantSecureivrsessionsOptions): Promise<Models.SecureSession>;
1118
1129
  postConversationsCall(conversationId: string, body: Models.CallCommand): Promise<Models.Conversation>;
1119
1130
  postConversationsCallParticipantCoach(conversationId: string, participantId: string): Promise<void>;
1131
+ postConversationsCallParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsCallParticipantCommunicationWrapupOptions): Promise<void>;
1120
1132
  postConversationsCallParticipantConsult(conversationId: string, participantId: string, body: Models.ConsultTransfer): Promise<Models.ConsultTransferResponse>;
1121
1133
  postConversationsCallParticipantMonitor(conversationId: string, participantId: string): Promise<void>;
1122
1134
  postConversationsCallParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
1123
1135
  postConversationsCallParticipants(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1136
+ postConversationsCallbackParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsCallbackParticipantCommunicationWrapupOptions): Promise<void>;
1124
1137
  postConversationsCallbackParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
1125
1138
  postConversationsCallbacks(body: Models.CreateCallbackCommand): Promise<Models.CreateCallbackResponse>;
1126
1139
  postConversationsCallbacksBulkDisconnect(body: Models.BulkCallbackDisconnectRequest): Promise<void>;
@@ -1128,12 +1141,15 @@ declare class ConversationsApi {
1128
1141
  postConversationsCalls(body: Models.CreateCallRequest): Promise<Models.CreateCallResponse>;
1129
1142
  postConversationsChatCommunicationMessages(conversationId: string, communicationId: string, body: Models.CreateWebChatMessageRequest): Promise<Models.WebChatMessage>;
1130
1143
  postConversationsChatCommunicationTyping(conversationId: string, communicationId: string): Promise<Models.WebChatTyping>;
1144
+ postConversationsChatParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsChatParticipantCommunicationWrapupOptions): Promise<void>;
1131
1145
  postConversationsChatParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
1132
1146
  postConversationsChats(body: Models.CreateWebChatRequest): Promise<Models.ChatConversation>;
1147
+ postConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsCobrowsesessionParticipantCommunicationWrapupOptions): Promise<void>;
1133
1148
  postConversationsCobrowsesessionParticipantReplace(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationsCobrowsesessionParticipantReplaceOptions): Promise<void>;
1134
1149
  postConversationsEmailInboundmessages(conversationId: string, body: Models.InboundMessageRequest): Promise<Models.EmailConversation>;
1135
1150
  postConversationsEmailMessages(conversationId: string, body: Models.EmailMessage): Promise<Models.EmailMessageReply>;
1136
1151
  postConversationsEmailMessagesDraftAttachmentsCopy(conversationId: string, body: Models.CopyAttachmentsRequest): Promise<Models.EmailMessage>;
1152
+ postConversationsEmailParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsEmailParticipantCommunicationWrapupOptions): Promise<void>;
1137
1153
  postConversationsEmailParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
1138
1154
  postConversationsEmails(body: Models.CreateEmailRequest): Promise<Models.EmailConversation>;
1139
1155
  postConversationsEmailsAgentless(body: Models.AgentlessEmailSendRequestDto): Promise<Models.AgentlessEmailSendResponseDto>;
@@ -1144,6 +1160,7 @@ declare class ConversationsApi {
1144
1160
  postConversationsMessageCommunicationMessagesMedia(conversationId: string, communicationId: string): Promise<Models.MessageMediaData>;
1145
1161
  postConversationsMessageCommunicationTyping(conversationId: string, communicationId: string, body: Models.MessageTypingEventRequest): Promise<void>;
1146
1162
  postConversationsMessageMessagesBulk(conversationId: string, opts?: ConversationsApi.postConversationsMessageMessagesBulkOptions): Promise<Models.TextMessageListing>;
1163
+ postConversationsMessageParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsMessageParticipantCommunicationWrapupOptions): Promise<void>;
1147
1164
  postConversationsMessageParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
1148
1165
  postConversationsMessages(body: Models.CreateOutboundMessagingConversationRequest): Promise<Models.MessageConversation>;
1149
1166
  postConversationsMessagesAgentless(body: Models.SendAgentlessOutboundMessageRequest): Promise<Models.SendAgentlessOutboundMessageResponse>;
@@ -1154,6 +1171,10 @@ declare class ConversationsApi {
1154
1171
  postConversationsMessagingIntegrationsTwitter(body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
1155
1172
  postConversationsMessagingIntegrationsWhatsapp(body: Models.WhatsAppIntegrationRequest): Promise<Models.WhatsAppIntegration>;
1156
1173
  postConversationsMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
1174
+ postConversationsParticipantsAttributesSearch(body: Models.ConversationParticipantSearchRequest): Promise<Models.JsonCursorSearchResponse>;
1175
+ postConversationsScreenshareParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsScreenshareParticipantCommunicationWrapupOptions): Promise<void>;
1176
+ postConversationsSocialParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsSocialParticipantCommunicationWrapupOptions): Promise<void>;
1177
+ postConversationsVideoParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsVideoParticipantCommunicationWrapupOptions): Promise<void>;
1157
1178
  putConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
1158
1179
  putConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
1159
1180
  putConversationTags(conversationId: string, body: Models.ConversationTagsUpdate): Promise<string>;
@@ -1188,9 +1209,15 @@ declare namespace ConversationsApi {
1188
1209
  export interface getConversationsOptions {
1189
1210
  "communicationType"?: string;
1190
1211
  }
1212
+ export interface getConversationsCallParticipantCommunicationWrapupOptions {
1213
+ "provisional"?: boolean;
1214
+ }
1191
1215
  export interface getConversationsCallParticipantWrapupOptions {
1192
1216
  "provisional"?: boolean;
1193
1217
  }
1218
+ export interface getConversationsCallbackParticipantCommunicationWrapupOptions {
1219
+ "provisional"?: boolean;
1220
+ }
1194
1221
  export interface getConversationsCallbackParticipantWrapupOptions {
1195
1222
  "provisional"?: boolean;
1196
1223
  }
@@ -1206,12 +1233,21 @@ declare namespace ConversationsApi {
1206
1233
  "sortOrder"?: string;
1207
1234
  "maxResults"?: number;
1208
1235
  }
1236
+ export interface getConversationsChatParticipantCommunicationWrapupOptions {
1237
+ "provisional"?: boolean;
1238
+ }
1209
1239
  export interface getConversationsChatParticipantWrapupOptions {
1210
1240
  "provisional"?: boolean;
1211
1241
  }
1242
+ export interface getConversationsCobrowsesessionParticipantCommunicationWrapupOptions {
1243
+ "provisional"?: boolean;
1244
+ }
1212
1245
  export interface getConversationsCobrowsesessionParticipantWrapupOptions {
1213
1246
  "provisional"?: boolean;
1214
1247
  }
1248
+ export interface getConversationsEmailParticipantCommunicationWrapupOptions {
1249
+ "provisional"?: boolean;
1250
+ }
1215
1251
  export interface getConversationsEmailParticipantWrapupOptions {
1216
1252
  "provisional"?: boolean;
1217
1253
  }
@@ -1221,6 +1257,9 @@ declare namespace ConversationsApi {
1221
1257
  export interface getConversationsMessageMessageOptions {
1222
1258
  "useNormalizedMessage"?: boolean;
1223
1259
  }
1260
+ export interface getConversationsMessageParticipantCommunicationWrapupOptions {
1261
+ "provisional"?: boolean;
1262
+ }
1224
1263
  export interface getConversationsMessageParticipantWrapupOptions {
1225
1264
  "provisional"?: boolean;
1226
1265
  }
@@ -1289,6 +1328,15 @@ declare namespace ConversationsApi {
1289
1328
  "pageSize"?: number;
1290
1329
  "pageNumber"?: number;
1291
1330
  }
1331
+ export interface getConversationsScreenshareParticipantCommunicationWrapupOptions {
1332
+ "provisional"?: boolean;
1333
+ }
1334
+ export interface getConversationsSocialParticipantCommunicationWrapupOptions {
1335
+ "provisional"?: boolean;
1336
+ }
1337
+ export interface getConversationsVideoParticipantCommunicationWrapupOptions {
1338
+ "provisional"?: boolean;
1339
+ }
1292
1340
  export interface patchConversationsCobrowsesessionParticipantOptions {
1293
1341
  "body"?: Models.MediaParticipantRequest;
1294
1342
  }
@@ -1310,9 +1358,24 @@ declare namespace ConversationsApi {
1310
1358
  export interface postConversationParticipantSecureivrsessionsOptions {
1311
1359
  "body"?: Models.CreateSecureSession;
1312
1360
  }
1361
+ export interface postConversationsCallParticipantCommunicationWrapupOptions {
1362
+ "body"?: Models.ExtendedWrapup;
1363
+ }
1364
+ export interface postConversationsCallbackParticipantCommunicationWrapupOptions {
1365
+ "body"?: Models.ExtendedWrapup;
1366
+ }
1367
+ export interface postConversationsChatParticipantCommunicationWrapupOptions {
1368
+ "body"?: Models.ExtendedWrapup;
1369
+ }
1370
+ export interface postConversationsCobrowsesessionParticipantCommunicationWrapupOptions {
1371
+ "body"?: Models.ExtendedWrapup;
1372
+ }
1313
1373
  export interface postConversationsCobrowsesessionParticipantReplaceOptions {
1314
1374
  "body"?: Models.TransferRequest;
1315
1375
  }
1376
+ export interface postConversationsEmailParticipantCommunicationWrapupOptions {
1377
+ "body"?: Models.ExtendedWrapup;
1378
+ }
1316
1379
  export interface postConversationsMessageCommunicationMessagesOptions {
1317
1380
  "useNormalizedMessage"?: boolean;
1318
1381
  }
@@ -1320,6 +1383,18 @@ declare namespace ConversationsApi {
1320
1383
  "useNormalizedMessage"?: boolean;
1321
1384
  "body"?: Array<string>;
1322
1385
  }
1386
+ export interface postConversationsMessageParticipantCommunicationWrapupOptions {
1387
+ "body"?: Models.ExtendedWrapup;
1388
+ }
1389
+ export interface postConversationsScreenshareParticipantCommunicationWrapupOptions {
1390
+ "body"?: Models.ExtendedWrapup;
1391
+ }
1392
+ export interface postConversationsSocialParticipantCommunicationWrapupOptions {
1393
+ "body"?: Models.ExtendedWrapup;
1394
+ }
1395
+ export interface postConversationsVideoParticipantCommunicationWrapupOptions {
1396
+ "body"?: Models.ExtendedWrapup;
1397
+ }
1323
1398
  }
1324
1399
 
1325
1400
  declare class DataExtensionsApi {
@@ -1831,6 +1906,24 @@ declare class IdentityProviderApi {
1831
1906
  declare namespace IdentityProviderApi {
1832
1907
  }
1833
1908
 
1909
+ declare class InfrastructureAsCodeApi {
1910
+ getInfrastructureascodeJob(jobId: string, opts?: InfrastructureAsCodeApi.getInfrastructureascodeJobOptions): Promise<Models.InfrastructureascodeJob>;
1911
+ getInfrastructureascodeJobs(opts?: InfrastructureAsCodeApi.getInfrastructureascodeJobsOptions): Promise<Models.InfrastructureascodeJob>;
1912
+ postInfrastructureascodeJobs(body: Models.AcceleratorInput): Promise<Models.InfrastructureascodeJob>;
1913
+ }
1914
+
1915
+ declare namespace InfrastructureAsCodeApi {
1916
+ export interface getInfrastructureascodeJobOptions {
1917
+ "details"?: boolean;
1918
+ }
1919
+ export interface getInfrastructureascodeJobsOptions {
1920
+ "maxResults"?: number;
1921
+ "includeErrors"?: boolean;
1922
+ "sortBy"?: string;
1923
+ "sortOrder"?: string;
1924
+ }
1925
+ }
1926
+
1834
1927
  declare class IntegrationsApi {
1835
1928
  deleteIntegration(integrationId: string): Promise<Models.Integration>;
1836
1929
  deleteIntegrationsAction(actionId: string): Promise<void>;
@@ -2505,6 +2598,7 @@ declare class LearningApi {
2505
2598
  getLearningModulesAssignments(userIds: Array<string>, opts?: LearningApi.getLearningModulesAssignmentsOptions): Promise<Models.AssignedLearningModuleDomainEntityListing>;
2506
2599
  getLearningModulesCoverartCoverArtId(coverArtId: string): Promise<Models.LearningModuleCoverArtResponse>;
2507
2600
  patchLearningAssignment(assignmentId: string, opts?: LearningApi.patchLearningAssignmentOptions): Promise<Models.LearningAssignment>;
2601
+ patchLearningAssignmentReschedule(assignmentId: string, opts?: LearningApi.patchLearningAssignmentRescheduleOptions): Promise<Models.LearningAssignment>;
2508
2602
  postLearningAssessmentsScoring(body: Models.LearningAssessmentScoringRequest): Promise<Models.AssessmentScoringSet>;
2509
2603
  postLearningAssignmentReassign(assignmentId: string): Promise<Models.LearningAssignment>;
2510
2604
  postLearningAssignmentReset(assignmentId: string): Promise<Models.LearningAssignment>;
@@ -2516,6 +2610,7 @@ declare class LearningApi {
2516
2610
  postLearningModulePublish(moduleId: string): Promise<Models.LearningModulePublishResponse>;
2517
2611
  postLearningModules(body: Models.LearningModuleRequest): Promise<Models.LearningModule>;
2518
2612
  postLearningRulesQuery(pageSize: number, pageNumber: number, body: Models.LearningAssignmentUserQuery): Promise<Models.LearningAssignmentUserListing>;
2613
+ postLearningScheduleslotsQuery(body: Models.LearningScheduleSlotsQueryRequest): Promise<Models.LearningScheduleSlotsQueryResponse>;
2519
2614
  putLearningModule(moduleId: string, body: Models.LearningModuleRequest): Promise<Models.LearningModule>;
2520
2615
  putLearningModuleRule(moduleId: string, body: Models.LearningModuleRule): Promise<Models.LearningModuleRule>;
2521
2616
  }
@@ -2586,6 +2681,9 @@ declare namespace LearningApi {
2586
2681
  export interface patchLearningAssignmentOptions {
2587
2682
  "body"?: Models.LearningAssignmentUpdate;
2588
2683
  }
2684
+ export interface patchLearningAssignmentRescheduleOptions {
2685
+ "body"?: Models.LearningAssignmentReschedule;
2686
+ }
2589
2687
  export interface postLearningAssignmentsOptions {
2590
2688
  "body"?: Models.LearningAssignmentCreate;
2591
2689
  }
@@ -2691,9 +2789,9 @@ declare class NotificationsApi {
2691
2789
  getNotificationsChannelSubscriptions(channelId: string): Promise<Models.ChannelTopicEntityListing>;
2692
2790
  getNotificationsChannels(opts?: NotificationsApi.getNotificationsChannelsOptions): Promise<Models.ChannelEntityListing>;
2693
2791
  headNotificationsChannel(channelId: string): Promise<void>;
2694
- postNotificationsChannelSubscriptions(channelId: string, body: Array<Models.ChannelTopic>): Promise<Models.ChannelTopicEntityListing>;
2792
+ postNotificationsChannelSubscriptions(channelId: string, body: Array<Models.ChannelTopic>, opts?: NotificationsApi.postNotificationsChannelSubscriptionsOptions): Promise<Models.ChannelTopicEntityListing>;
2695
2793
  postNotificationsChannels(): Promise<Models.Channel>;
2696
- putNotificationsChannelSubscriptions(channelId: string, body: Array<Models.ChannelTopic>): Promise<Models.ChannelTopicEntityListing>;
2794
+ putNotificationsChannelSubscriptions(channelId: string, body: Array<Models.ChannelTopic>, opts?: NotificationsApi.putNotificationsChannelSubscriptionsOptions): Promise<Models.ChannelTopicEntityListing>;
2697
2795
  }
2698
2796
 
2699
2797
  declare namespace NotificationsApi {
@@ -2704,6 +2802,12 @@ declare namespace NotificationsApi {
2704
2802
  export interface getNotificationsChannelsOptions {
2705
2803
  "includechannels"?: string;
2706
2804
  }
2805
+ export interface postNotificationsChannelSubscriptionsOptions {
2806
+ "ignoreErrors"?: boolean;
2807
+ }
2808
+ export interface putNotificationsChannelSubscriptionsOptions {
2809
+ "ignoreErrors"?: boolean;
2810
+ }
2707
2811
  }
2708
2812
 
2709
2813
  declare class OAuthApi {
@@ -2912,6 +3016,7 @@ declare class OutboundApi {
2912
3016
  deleteOutboundContactlists(id: Array<string>): Promise<void>;
2913
3017
  deleteOutboundDigitalruleset(digitalRuleSetId: string): Promise<void>;
2914
3018
  deleteOutboundDnclist(dncListId: string): Promise<void>;
3019
+ deleteOutboundDnclistCustomexclusioncolumns(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistCustomexclusioncolumnsOptions): Promise<void>;
2915
3020
  deleteOutboundDnclistEmailaddresses(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistEmailaddressesOptions): Promise<void>;
2916
3021
  deleteOutboundDnclistPhonenumbers(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistPhonenumbersOptions): Promise<void>;
2917
3022
  deleteOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
@@ -2980,6 +3085,7 @@ declare class OutboundApi {
2980
3085
  getOutboundSequences(opts?: OutboundApi.getOutboundSequencesOptions): Promise<Models.CampaignSequenceEntityListing>;
2981
3086
  getOutboundSettings(): Promise<Models.OutboundSettings>;
2982
3087
  getOutboundWrapupcodemappings(): Promise<Models.WrapUpCodeMapping>;
3088
+ patchOutboundDnclistCustomexclusioncolumns(dncListId: string, body: Models.DncPatchCustomExclusionColumnsRequest): Promise<void>;
2983
3089
  patchOutboundDnclistEmailaddresses(dncListId: string, body: Models.DncPatchEmailsRequest): Promise<void>;
2984
3090
  patchOutboundDnclistPhonenumbers(dncListId: string, body: Models.DncPatchPhoneNumbersRequest): Promise<void>;
2985
3091
  patchOutboundSettings(body: Models.OutboundSettings): Promise<void>;
@@ -3031,6 +3137,9 @@ declare class OutboundApi {
3031
3137
  }
3032
3138
 
3033
3139
  declare namespace OutboundApi {
3140
+ export interface deleteOutboundDnclistCustomexclusioncolumnsOptions {
3141
+ "expiredOnly"?: boolean;
3142
+ }
3034
3143
  export interface deleteOutboundDnclistEmailaddressesOptions {
3035
3144
  "expiredOnly"?: boolean;
3036
3145
  }
@@ -3571,8 +3680,6 @@ declare class RecordingApi {
3571
3680
  getRecordingJobs(opts?: RecordingApi.getRecordingJobsOptions): Promise<Models.RecordingJobEntityListing>;
3572
3681
  getRecordingKeyconfiguration(keyConfigurationId: string): Promise<Models.RecordingEncryptionConfiguration>;
3573
3682
  getRecordingKeyconfigurations(): Promise<Models.RecordingEncryptionConfigurationListing>;
3574
- getRecordingLocalkeysSetting(settingsId: string): Promise<Models.LocalEncryptionConfiguration>;
3575
- getRecordingLocalkeysSettings(): Promise<Models.LocalEncryptionConfigurationListing>;
3576
3683
  getRecordingMediaretentionpolicies(opts?: RecordingApi.getRecordingMediaretentionpoliciesOptions): Promise<Models.PolicyEntityListing>;
3577
3684
  getRecordingMediaretentionpolicy(policyId: string): Promise<Models.Policy>;
3578
3685
  getRecordingRecordingkeys(opts?: RecordingApi.getRecordingRecordingkeysOptions): Promise<Models.EncryptionKeyEntityListing>;
@@ -3591,7 +3698,6 @@ declare class RecordingApi {
3591
3698
  postRecordingKeyconfigurations(body: Models.RecordingEncryptionConfiguration): Promise<Models.RecordingEncryptionConfiguration>;
3592
3699
  postRecordingKeyconfigurationsValidate(body: Models.RecordingEncryptionConfiguration): Promise<Models.RecordingEncryptionConfiguration>;
3593
3700
  postRecordingLocalkeys(body: Models.LocalEncryptionKeyRequest): Promise<Models.EncryptionKey>;
3594
- postRecordingLocalkeysSettings(body: Models.LocalEncryptionConfiguration): Promise<Models.LocalEncryptionConfiguration>;
3595
3701
  postRecordingMediaretentionpolicies(body: Models.PolicyCreate): Promise<Models.Policy>;
3596
3702
  postRecordingRecordingkeys(): Promise<Models.EncryptionKey>;
3597
3703
  postRecordingUploadsReports(body: Models.RecordingUploadReportRequest): Promise<Models.RecordingUploadReport>;
@@ -3604,7 +3710,6 @@ declare class RecordingApi {
3604
3710
  putRecordingCrossplatformMediaretentionpolicy(policyId: string, body: Models.CrossPlatformPolicy): Promise<Models.CrossPlatformPolicy>;
3605
3711
  putRecordingJob(jobId: string, body: Models.ExecuteRecordingJobsQuery): Promise<Models.RecordingJob>;
3606
3712
  putRecordingKeyconfiguration(keyConfigurationId: string, body: Models.RecordingEncryptionConfiguration): Promise<Models.RecordingEncryptionConfiguration>;
3607
- putRecordingLocalkeysSetting(settingsId: string, body: Models.LocalEncryptionConfiguration): Promise<Models.LocalEncryptionConfiguration>;
3608
3713
  putRecordingMediaretentionpolicy(policyId: string, body: Models.Policy): Promise<Models.Policy>;
3609
3714
  putRecordingRecordingkeysRotationschedule(body: Models.KeyRotationSchedule): Promise<Models.KeyRotationSchedule>;
3610
3715
  putRecordingSettings(body: Models.RecordingSettings): Promise<Models.RecordingSettings>;
@@ -3832,7 +3937,7 @@ declare class RoutingApi {
3832
3937
  getRoutingSmsAddress(addressId: string): Promise<Models.SmsAddress>;
3833
3938
  getRoutingSmsAddresses(opts?: RoutingApi.getRoutingSmsAddressesOptions): Promise<Models.SmsAddressEntityListing>;
3834
3939
  getRoutingSmsAvailablephonenumbers(countryCode: string, phoneNumberType: string, opts?: RoutingApi.getRoutingSmsAvailablephonenumbersOptions): Promise<Models.SMSAvailablePhoneNumberEntityListing>;
3835
- getRoutingSmsPhonenumber(addressId: string): Promise<Models.SmsPhoneNumber>;
3940
+ getRoutingSmsPhonenumber(addressId: string, opts?: RoutingApi.getRoutingSmsPhonenumberOptions): Promise<Models.SmsPhoneNumber>;
3836
3941
  getRoutingSmsPhonenumbers(opts?: RoutingApi.getRoutingSmsPhonenumbersOptions): Promise<Models.SmsPhoneNumberEntityListing>;
3837
3942
  getRoutingUserUtilization(userId: string): Promise<Models.AgentMaxUtilization>;
3838
3943
  getRoutingUtilization(): Promise<Models.Utilization>;
@@ -3841,6 +3946,7 @@ declare class RoutingApi {
3841
3946
  getUserQueues(userId: string, opts?: RoutingApi.getUserQueuesOptions): Promise<Models.UserQueueEntityListing>;
3842
3947
  getUserRoutinglanguages(userId: string, opts?: RoutingApi.getUserRoutinglanguagesOptions): Promise<Models.UserLanguageEntityListing>;
3843
3948
  getUserRoutingskills(userId: string, opts?: RoutingApi.getUserRoutingskillsOptions): Promise<Models.UserSkillEntityListing>;
3949
+ getUserSkillgroups(userId: string, opts?: RoutingApi.getUserSkillgroupsOptions): Promise<Models.UserSkillGroupEntityListing>;
3844
3950
  patchRoutingConversation(conversationId: string, body: Models.RoutingConversationAttributesRequest): Promise<Models.RoutingConversationAttributesResponse>;
3845
3951
  patchRoutingEmailDomain(domainId: string, body: Models.InboundDomainPatchRequest): Promise<Models.InboundDomain>;
3846
3952
  patchRoutingEmailDomainValidate(domainId: string, body: Models.InboundDomainPatchRequest): Promise<Models.InboundDomain>;
@@ -4034,6 +4140,9 @@ declare namespace RoutingApi {
4034
4140
  "pattern"?: string;
4035
4141
  "addressRequirement"?: string;
4036
4142
  }
4143
+ export interface getRoutingSmsPhonenumberOptions {
4144
+ "expand"?: string;
4145
+ }
4037
4146
  export interface getRoutingSmsPhonenumbersOptions {
4038
4147
  "phoneNumber"?: string;
4039
4148
  "phoneNumberType"?: Array<string>;
@@ -4068,6 +4177,11 @@ declare namespace RoutingApi {
4068
4177
  "pageNumber"?: number;
4069
4178
  "sortOrder"?: string;
4070
4179
  }
4180
+ export interface getUserSkillgroupsOptions {
4181
+ "pageSize"?: number;
4182
+ "after"?: string;
4183
+ "before"?: string;
4184
+ }
4071
4185
  export interface patchRoutingPredictorOptions {
4072
4186
  "body"?: Models.PatchPredictorRequest;
4073
4187
  }
@@ -4322,6 +4436,7 @@ declare class SearchApi {
4322
4436
  getUsersSearch(q64: string, opts?: SearchApi.getUsersSearchOptions): Promise<Models.UsersSearchResponse>;
4323
4437
  getVoicemailSearch(q64: string, opts?: SearchApi.getVoicemailSearchOptions): Promise<Models.VoicemailsSearchResponse>;
4324
4438
  postAnalyticsConversationsTranscriptsQuery(body: Models.TranscriptConversationDetailSearchRequest): Promise<Models.AnalyticsConversationWithoutAttributesMultiGetResponse>;
4439
+ postConversationsParticipantsAttributesSearch(body: Models.ConversationParticipantSearchRequest): Promise<Models.JsonCursorSearchResponse>;
4325
4440
  postDocumentationGknSearch(body: Models.GKNDocumentationSearchRequest): Promise<Models.GKNDocumentationSearchResponse>;
4326
4441
  postDocumentationSearch(body: Models.DocumentationSearchRequest): Promise<Models.DocumentationSearchResponse>;
4327
4442
  postGroupsSearch(body: Models.GroupSearchRequest): Promise<Models.GroupsSearchResponse>;
@@ -4378,10 +4493,12 @@ declare class SpeechTextAnalyticsApi {
4378
4493
  getSpeechandtextanalyticsConversationCommunicationTranscripturl(conversationId: string, communicationId: string): Promise<Models.TranscriptUrl>;
4379
4494
  getSpeechandtextanalyticsProgram(programId: string): Promise<Models.Program>;
4380
4495
  getSpeechandtextanalyticsProgramMappings(programId: string): Promise<Models.ProgramMappings>;
4496
+ getSpeechandtextanalyticsProgramTranscriptionengines(programId: string): Promise<Models.ProgramTranscriptionEngines>;
4381
4497
  getSpeechandtextanalyticsPrograms(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsOptions): Promise<Models.ProgramsEntityListing>;
4382
4498
  getSpeechandtextanalyticsProgramsGeneralJob(jobId: string): Promise<Models.GeneralProgramJob>;
4383
4499
  getSpeechandtextanalyticsProgramsMappings(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsMappingsOptions): Promise<Models.ProgramsMappingsEntityListing>;
4384
4500
  getSpeechandtextanalyticsProgramsPublishjob(jobId: string): Promise<Models.ProgramJob>;
4501
+ getSpeechandtextanalyticsProgramsTranscriptionenginesDialects(): Promise<Models.SupportedDialectsEntityListing>;
4385
4502
  getSpeechandtextanalyticsProgramsUnpublished(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsUnpublishedOptions): Promise<Models.UnpublishedProgramsEntityListing>;
4386
4503
  getSpeechandtextanalyticsSentimentDialects(): Promise<Models.EntityListing>;
4387
4504
  getSpeechandtextanalyticsSentimentfeedback(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsSentimentfeedbackOptions): Promise<Models.SentimentFeedbackEntityListing>;
@@ -4401,6 +4518,7 @@ declare class SpeechTextAnalyticsApi {
4401
4518
  postSpeechandtextanalyticsTranscriptsSearch(body: Models.TranscriptSearchRequest): Promise<Models.JsonSearchResponse>;
4402
4519
  putSpeechandtextanalyticsProgram(programId: string, body: Models.ProgramRequest): Promise<Models.Program>;
4403
4520
  putSpeechandtextanalyticsProgramMappings(programId: string, body: Models.ProgramMappingsRequest): Promise<Models.ProgramMappings>;
4521
+ putSpeechandtextanalyticsProgramTranscriptionengines(programId: string, body: Models.TranscriptionEnginesRequest): Promise<Models.ProgramTranscriptionEngines>;
4404
4522
  putSpeechandtextanalyticsSettings(body: Models.SpeechTextAnalyticsSettingsRequest): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
4405
4523
  putSpeechandtextanalyticsTopic(topicId: string, body: Models.TopicRequest): Promise<Models.Topic>;
4406
4524
  }
@@ -4979,6 +5097,7 @@ declare class UsersApi {
4979
5097
  getUserRoutinglanguages(userId: string, opts?: UsersApi.getUserRoutinglanguagesOptions): Promise<Models.UserLanguageEntityListing>;
4980
5098
  getUserRoutingskills(userId: string, opts?: UsersApi.getUserRoutingskillsOptions): Promise<Models.UserSkillEntityListing>;
4981
5099
  getUserRoutingstatus(userId: string): Promise<Models.RoutingStatus>;
5100
+ getUserSkillgroups(userId: string, opts?: UsersApi.getUserSkillgroupsOptions): Promise<Models.UserSkillGroupEntityListing>;
4982
5101
  getUserState(userId: string): Promise<Models.UserState>;
4983
5102
  getUserStation(userId: string): Promise<Models.UserStations>;
4984
5103
  getUserSuperiors(userId: string, opts?: UsersApi.getUserSuperiorsOptions): Promise<Array<Models.User>>;
@@ -5091,6 +5210,11 @@ declare namespace UsersApi {
5091
5210
  "pageNumber"?: number;
5092
5211
  "sortOrder"?: string;
5093
5212
  }
5213
+ export interface getUserSkillgroupsOptions {
5214
+ "pageSize"?: number;
5215
+ "after"?: string;
5216
+ "before"?: string;
5217
+ }
5094
5218
  export interface getUserSuperiorsOptions {
5095
5219
  "expand"?: Array<string>;
5096
5220
  }
@@ -5433,6 +5557,7 @@ declare class WorkforceManagementApi {
5433
5557
  postWorkforcemanagementAdherenceHistoricalBulk(opts?: WorkforceManagementApi.postWorkforcemanagementAdherenceHistoricalBulkOptions): Promise<Models.WfmHistoricalAdherenceBulkResponse>;
5434
5558
  postWorkforcemanagementAgentAdherenceExplanations(agentId: string, body: Models.AddAdherenceExplanationAdminRequest): Promise<Models.AdherenceExplanationAsyncResponse>;
5435
5559
  postWorkforcemanagementAgentAdherenceExplanationsQuery(agentId: string, body: Models.AgentQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentAdherenceExplanationsQueryOptions): Promise<Models.AgentQueryAdherenceExplanationsResponse>;
5560
+ postWorkforcemanagementAgentsMePossibleworkshifts(body: Models.AgentPossibleWorkShiftsRequest): Promise<Models.AgentPossibleWorkShiftsResponse>;
5436
5561
  postWorkforcemanagementAgentschedulesMine(opts?: WorkforceManagementApi.postWorkforcemanagementAgentschedulesMineOptions): Promise<Models.BuCurrentAgentScheduleSearchResponse>;
5437
5562
  postWorkforcemanagementBusinessunitActivitycodes(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitActivitycodesOptions): Promise<Models.BusinessUnitActivityCode>;
5438
5563
  postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(businessUnitId: string, body: Models.BuQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQueryOptions): Promise<Models.BuQueryAdherenceExplanationsResponse>;
@@ -5753,6 +5878,17 @@ declare namespace Models {
5753
5878
  "selfUri"?: string;
5754
5879
  }
5755
5880
 
5881
+ export interface AcceleratorInput {
5882
+ "dryRun"?: boolean;
5883
+ "acceleratorId": string;
5884
+ "parameters"?: Array<Models.AcceleratorParameter>;
5885
+ }
5886
+
5887
+ export interface AcceleratorParameter {
5888
+ "name": string;
5889
+ "value": string;
5890
+ }
5891
+
5756
5892
  export interface AcdEndDetailEventTopicAcdEndEvent {
5757
5893
  "eventTime"?: number;
5758
5894
  "conversationId"?: string;
@@ -5876,6 +6012,7 @@ declare namespace Models {
5876
6012
  }
5877
6013
 
5878
6014
  export interface ActionConfig {
6015
+ "timeoutSeconds"?: number;
5879
6016
  "request"?: Models.RequestConfig;
5880
6017
  "response"?: Models.ResponseConfig;
5881
6018
  }
@@ -6445,6 +6582,19 @@ declare namespace Models {
6445
6582
  "maxOwnedCallbackDelayHours"?: number;
6446
6583
  }
6447
6584
 
6585
+ export interface AgentPossibleWorkShiftsRequest {
6586
+ "weekStartDate": string;
6587
+ "weekCount": number;
6588
+ }
6589
+
6590
+ export interface AgentPossibleWorkShiftsResponse {
6591
+ "weekStartDate"?: string;
6592
+ "pattern"?: Array<number>;
6593
+ "weeklyPossibleWorkShifts"?: Array<Models.PossibleWorkShiftsForWeek>;
6594
+ "schedulerIntervalLengthMinutes"?: number;
6595
+ "timeZone"?: string;
6596
+ }
6597
+
6448
6598
  export interface AgentQueryAdherenceExplanationsRequest {
6449
6599
  "startDate": string;
6450
6600
  "endDate": string;
@@ -6924,6 +7074,7 @@ declare namespace Models {
6924
7074
  export interface AppendToDncActionSettings {
6925
7075
  "expire": boolean;
6926
7076
  "expirationDuration"?: string;
7077
+ "listType"?: string;
6927
7078
  }
6928
7079
 
6929
7080
  export interface ApprovalNamespace {
@@ -7643,6 +7794,7 @@ declare namespace Models {
7643
7794
  "clientId"?: Models.AuditTopicAddressableEntityRef;
7644
7795
  "remoteIp"?: Array<string>;
7645
7796
  "serviceName"?: string;
7797
+ "level"?: string;
7646
7798
  "eventTime"?: string;
7647
7799
  "message"?: Models.AuditTopicMessageInfo;
7648
7800
  "action"?: string;
@@ -9755,11 +9907,10 @@ declare namespace Models {
9755
9907
  "entities"?: Array<Models.Channel>;
9756
9908
  }
9757
9909
 
9758
- export interface ChannelMetadata {
9759
- }
9760
-
9761
9910
  export interface ChannelTopic {
9762
9911
  "id"?: string;
9912
+ "state"?: string;
9913
+ "rejectionReason"?: string;
9763
9914
  "selfUri"?: string;
9764
9915
  }
9765
9916
 
@@ -11166,9 +11317,6 @@ declare namespace Models {
11166
11317
  "type"?: string;
11167
11318
  }
11168
11319
 
11169
- export interface ConversationCallEventTopicObject {
11170
- }
11171
-
11172
11320
  export interface ConversationCallEventTopicScoredAgent {
11173
11321
  "agent"?: Models.ConversationCallEventTopicUriReference;
11174
11322
  "score"?: number;
@@ -11185,7 +11333,6 @@ declare namespace Models {
11185
11333
  "tags"?: Array<string>;
11186
11334
  "durationSeconds"?: number;
11187
11335
  "endTime"?: string;
11188
- "additionalProperties"?: { [key: string]: object; };
11189
11336
  }
11190
11337
 
11191
11338
  export interface ConversationCallbackEventTopicCallbackConversation {
@@ -11264,7 +11411,6 @@ declare namespace Models {
11264
11411
  "contactListId"?: string;
11265
11412
  "campaignId"?: string;
11266
11413
  "phoneNumberColumns"?: Array<Models.ConversationCallbackEventTopicPhoneNumberColumn>;
11267
- "additionalProperties"?: { [key: string]: object; };
11268
11414
  }
11269
11415
 
11270
11416
  export interface ConversationCallbackEventTopicErrorBody {
@@ -11306,13 +11452,9 @@ declare namespace Models {
11306
11452
  "type"?: string;
11307
11453
  }
11308
11454
 
11309
- export interface ConversationCallbackEventTopicObject {
11310
- }
11311
-
11312
11455
  export interface ConversationCallbackEventTopicPhoneNumberColumn {
11313
11456
  "columnName"?: string;
11314
11457
  "type"?: string;
11315
- "additionalProperties"?: { [key: string]: object; };
11316
11458
  }
11317
11459
 
11318
11460
  export interface ConversationCallbackEventTopicScoredAgent {
@@ -11336,7 +11478,6 @@ declare namespace Models {
11336
11478
  "tags"?: Array<string>;
11337
11479
  "durationSeconds"?: number;
11338
11480
  "endTime"?: string;
11339
- "additionalProperties"?: { [key: string]: object; };
11340
11481
  }
11341
11482
 
11342
11483
  export interface ConversationChannel {
@@ -11474,9 +11615,6 @@ declare namespace Models {
11474
11615
  "type"?: string;
11475
11616
  }
11476
11617
 
11477
- export interface ConversationChatEventTopicObject {
11478
- }
11479
-
11480
11618
  export interface ConversationChatEventTopicScoredAgent {
11481
11619
  "agent"?: Models.ConversationChatEventTopicUriReference;
11482
11620
  "score"?: number;
@@ -11493,7 +11631,6 @@ declare namespace Models {
11493
11631
  "tags"?: Array<string>;
11494
11632
  "durationSeconds"?: number;
11495
11633
  "endTime"?: string;
11496
- "additionalProperties"?: { [key: string]: object; };
11497
11634
  }
11498
11635
 
11499
11636
  export interface ConversationCobrowseEventTopicCobrowseConversation {
@@ -11601,9 +11738,6 @@ declare namespace Models {
11601
11738
  "type"?: string;
11602
11739
  }
11603
11740
 
11604
- export interface ConversationCobrowseEventTopicObject {
11605
- }
11606
-
11607
11741
  export interface ConversationCobrowseEventTopicScoredAgent {
11608
11742
  "agent"?: Models.ConversationCobrowseEventTopicUriReference;
11609
11743
  "score"?: number;
@@ -11620,7 +11754,6 @@ declare namespace Models {
11620
11754
  "tags"?: Array<string>;
11621
11755
  "durationSeconds"?: number;
11622
11756
  "endTime"?: string;
11623
- "additionalProperties"?: { [key: string]: object; };
11624
11757
  }
11625
11758
 
11626
11759
  export interface ConversationContentAttachment {
@@ -11743,7 +11876,6 @@ declare namespace Models {
11743
11876
  "contentUri"?: string;
11744
11877
  "contentType"?: string;
11745
11878
  "contentLength"?: number;
11746
- "additionalProperties"?: { [key: string]: object; };
11747
11879
  }
11748
11880
 
11749
11881
  export interface ConversationEmailEventTopicConversationRoutingData {
@@ -11852,9 +11984,6 @@ declare namespace Models {
11852
11984
  "type"?: string;
11853
11985
  }
11854
11986
 
11855
- export interface ConversationEmailEventTopicObject {
11856
- }
11857
-
11858
11987
  export interface ConversationEmailEventTopicScoredAgent {
11859
11988
  "agent"?: Models.ConversationEmailEventTopicUriReference;
11860
11989
  "score"?: number;
@@ -11871,7 +12000,6 @@ declare namespace Models {
11871
12000
  "tags"?: Array<string>;
11872
12001
  "durationSeconds"?: number;
11873
12002
  "endTime"?: string;
11874
- "additionalProperties"?: { [key: string]: object; };
11875
12003
  }
11876
12004
 
11877
12005
  export interface ConversationEncryptionConfiguration {
@@ -11917,7 +12045,6 @@ declare namespace Models {
11917
12045
  "addressNormalized"?: string;
11918
12046
  "addressRaw"?: string;
11919
12047
  "addressDisplayable"?: string;
11920
- "additionalProperties"?: { [key: string]: object; };
11921
12048
  }
11922
12049
 
11923
12050
  export interface ConversationEventTopicAfterCallWork {
@@ -11932,7 +12059,6 @@ declare namespace Models {
11932
12059
  "contentUri"?: string;
11933
12060
  "contentType"?: string;
11934
12061
  "contentLength"?: number;
11935
- "additionalProperties"?: { [key: string]: object; };
11936
12062
  }
11937
12063
 
11938
12064
  export interface ConversationEventTopicCall {
@@ -11964,7 +12090,6 @@ declare namespace Models {
11964
12090
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
11965
12091
  "afterCallWorkRequired"?: boolean;
11966
12092
  "agentAssistantId"?: string;
11967
- "additionalProperties"?: { [key: string]: object; };
11968
12093
  }
11969
12094
 
11970
12095
  export interface ConversationEventTopicCallback {
@@ -11994,7 +12119,6 @@ declare namespace Models {
11994
12119
  "afterCallWorkRequired"?: boolean;
11995
12120
  "callerId"?: string;
11996
12121
  "callerIdName"?: string;
11997
- "additionalProperties"?: { [key: string]: object; };
11998
12122
  }
11999
12123
 
12000
12124
  export interface ConversationEventTopicChat {
@@ -12015,7 +12139,6 @@ declare namespace Models {
12015
12139
  "wrapup"?: Models.ConversationEventTopicWrapup;
12016
12140
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12017
12141
  "afterCallWorkRequired"?: boolean;
12018
- "additionalProperties"?: { [key: string]: object; };
12019
12142
  }
12020
12143
 
12021
12144
  export interface ConversationEventTopicCobrowse {
@@ -12038,13 +12161,13 @@ declare namespace Models {
12038
12161
  "wrapup"?: Models.ConversationEventTopicWrapup;
12039
12162
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12040
12163
  "afterCallWorkRequired"?: boolean;
12041
- "additionalProperties"?: { [key: string]: object; };
12042
12164
  }
12043
12165
 
12044
12166
  export interface ConversationEventTopicConversation {
12045
12167
  "id"?: string;
12046
12168
  "maxParticipants"?: number;
12047
12169
  "participants"?: Array<Models.ConversationEventTopicParticipant>;
12170
+ "recentTransfers"?: Array<Models.ConversationEventTopicRecentTransfer>;
12048
12171
  "recordingState"?: string;
12049
12172
  "address"?: string;
12050
12173
  "externalTag"?: string;
@@ -12058,13 +12181,17 @@ declare namespace Models {
12058
12181
  "scoredAgents"?: Array<Models.ConversationEventTopicScoredAgent>;
12059
12182
  }
12060
12183
 
12184
+ export interface ConversationEventTopicDestination {
12185
+ "userId"?: string;
12186
+ "address"?: string;
12187
+ }
12188
+
12061
12189
  export interface ConversationEventTopicDialerPreview {
12062
12190
  "id"?: string;
12063
12191
  "contactId"?: string;
12064
12192
  "contactListId"?: string;
12065
12193
  "campaignId"?: string;
12066
12194
  "phoneNumberColumns"?: Array<Models.ConversationEventTopicPhoneNumberColumn>;
12067
- "additionalProperties"?: { [key: string]: object; };
12068
12195
  }
12069
12196
 
12070
12197
  export interface ConversationEventTopicDisconnectReason {
@@ -12096,7 +12223,6 @@ declare namespace Models {
12096
12223
  "wrapup"?: Models.ConversationEventTopicWrapup;
12097
12224
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12098
12225
  "afterCallWorkRequired"?: boolean;
12099
- "additionalProperties"?: { [key: string]: object; };
12100
12226
  }
12101
12227
 
12102
12228
  export interface ConversationEventTopicErrorDetails {
@@ -12107,7 +12233,6 @@ declare namespace Models {
12107
12233
  "messageParams"?: { [key: string]: string; };
12108
12234
  "contextId"?: string;
12109
12235
  "uri"?: string;
12110
- "additionalProperties"?: { [key: string]: object; };
12111
12236
  }
12112
12237
 
12113
12238
  export interface ConversationEventTopicFaxStatus {
@@ -12121,6 +12246,10 @@ declare namespace Models {
12121
12246
  "lineErrors"?: number;
12122
12247
  }
12123
12248
 
12249
+ export interface ConversationEventTopicInitiator {
12250
+ "userId"?: string;
12251
+ }
12252
+
12124
12253
  export interface ConversationEventTopicJourneyAction {
12125
12254
  "id"?: string;
12126
12255
  "actionMap"?: Models.ConversationEventTopicJourneyActionMap;
@@ -12173,7 +12302,6 @@ declare namespace Models {
12173
12302
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12174
12303
  "afterCallWorkRequired"?: boolean;
12175
12304
  "agentAssistantId"?: string;
12176
- "additionalProperties"?: { [key: string]: object; };
12177
12305
  }
12178
12306
 
12179
12307
  export interface ConversationEventTopicMessageDetails {
@@ -12259,13 +12387,20 @@ declare namespace Models {
12259
12387
  "socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
12260
12388
  "videos"?: Array<Models.ConversationEventTopicVideo>;
12261
12389
  "workflow"?: Models.ConversationEventTopicWorkflow;
12262
- "additionalProperties"?: { [key: string]: object; };
12263
12390
  }
12264
12391
 
12265
12392
  export interface ConversationEventTopicPhoneNumberColumn {
12266
12393
  "columnName"?: string;
12267
12394
  "type"?: string;
12268
- "additionalProperties"?: { [key: string]: object; };
12395
+ }
12396
+
12397
+ export interface ConversationEventTopicRecentTransfer {
12398
+ "id"?: string;
12399
+ "state"?: string;
12400
+ "dateIssued"?: string;
12401
+ "initiator"?: Models.ConversationEventTopicInitiator;
12402
+ "destination"?: Models.ConversationEventTopicDestination;
12403
+ "transferType"?: string;
12269
12404
  }
12270
12405
 
12271
12406
  export interface ConversationEventTopicScoredAgent {
@@ -12290,7 +12425,6 @@ declare namespace Models {
12290
12425
  "wrapup"?: Models.ConversationEventTopicWrapup;
12291
12426
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12292
12427
  "afterCallWorkRequired"?: boolean;
12293
- "additionalProperties"?: { [key: string]: object; };
12294
12428
  }
12295
12429
 
12296
12430
  export interface ConversationEventTopicSocialExpression {
@@ -12313,7 +12447,6 @@ declare namespace Models {
12313
12447
  "wrapup"?: Models.ConversationEventTopicWrapup;
12314
12448
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12315
12449
  "afterCallWorkRequired"?: boolean;
12316
- "additionalProperties"?: { [key: string]: object; };
12317
12450
  }
12318
12451
 
12319
12452
  export interface ConversationEventTopicUriReference {
@@ -12341,7 +12474,6 @@ declare namespace Models {
12341
12474
  "wrapup"?: Models.ConversationEventTopicWrapup;
12342
12475
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
12343
12476
  "afterCallWorkRequired"?: boolean;
12344
- "additionalProperties"?: { [key: string]: object; };
12345
12477
  }
12346
12478
 
12347
12479
  export interface ConversationEventTopicVoicemail {
@@ -12351,7 +12483,6 @@ declare namespace Models {
12351
12483
 
12352
12484
  export interface ConversationEventTopicWorkflow {
12353
12485
  "workflowId"?: string;
12354
- "additionalProperties"?: { [key: string]: object; };
12355
12486
  }
12356
12487
 
12357
12488
  export interface ConversationEventTopicWrapup {
@@ -12360,7 +12491,6 @@ declare namespace Models {
12360
12491
  "tags"?: Array<string>;
12361
12492
  "durationSeconds"?: number;
12362
12493
  "endTime"?: string;
12363
- "additionalProperties"?: { [key: string]: object; };
12364
12494
  }
12365
12495
 
12366
12496
  export interface ConversationEventTyping {
@@ -12425,7 +12555,6 @@ declare namespace Models {
12425
12555
  "messageParams"?: { [key: string]: string; };
12426
12556
  "contextId"?: string;
12427
12557
  "uri"?: string;
12428
- "additionalProperties"?: { [key: string]: object; };
12429
12558
  }
12430
12559
 
12431
12560
  export interface ConversationMessageEventTopicJourneyAction {
@@ -12544,9 +12673,6 @@ declare namespace Models {
12544
12673
  "id"?: string;
12545
12674
  }
12546
12675
 
12547
- export interface ConversationMessageEventTopicObject {
12548
- }
12549
-
12550
12676
  export interface ConversationMessageEventTopicScoredAgent {
12551
12677
  "agent"?: Models.ConversationMessageEventTopicUriReference;
12552
12678
  "score"?: number;
@@ -12563,7 +12689,6 @@ declare namespace Models {
12563
12689
  "tags"?: Array<string>;
12564
12690
  "durationSeconds"?: number;
12565
12691
  "endTime"?: string;
12566
- "additionalProperties"?: { [key: string]: object; };
12567
12692
  }
12568
12693
 
12569
12694
  export interface ConversationMessageMetadata {
@@ -12752,6 +12877,27 @@ declare namespace Models {
12752
12877
  "text": string;
12753
12878
  }
12754
12879
 
12880
+ export interface ConversationParticipantSearchCriteria {
12881
+ "endValue"?: string;
12882
+ "values"?: Array<string>;
12883
+ "startValue"?: string;
12884
+ "value"?: string;
12885
+ "operator"?: string;
12886
+ "group"?: Array<Models.ConversationParticipantSearchCriteria>;
12887
+ "dateFormat"?: string;
12888
+ "type": string;
12889
+ "fields"?: Array<string>;
12890
+ }
12891
+
12892
+ export interface ConversationParticipantSearchRequest {
12893
+ "sortOrder"?: string;
12894
+ "sortBy"?: string;
12895
+ "sort"?: Array<Models.SearchSort>;
12896
+ "returnFields"?: Array<string>;
12897
+ "query"?: Array<Models.ConversationParticipantSearchCriteria>;
12898
+ "cursor"?: string;
12899
+ }
12900
+
12755
12901
  export interface ConversationProperties {
12756
12902
  "isWaiting"?: boolean;
12757
12903
  "isActive"?: boolean;
@@ -12856,9 +13002,6 @@ declare namespace Models {
12856
13002
  "type"?: string;
12857
13003
  }
12858
13004
 
12859
- export interface ConversationScreenShareEventTopicObject {
12860
- }
12861
-
12862
13005
  export interface ConversationScreenShareEventTopicScoredAgent {
12863
13006
  "agent"?: Models.ConversationScreenShareEventTopicUriReference;
12864
13007
  "score"?: number;
@@ -12924,7 +13067,6 @@ declare namespace Models {
12924
13067
  "tags"?: Array<string>;
12925
13068
  "durationSeconds"?: number;
12926
13069
  "endTime"?: string;
12927
- "additionalProperties"?: { [key: string]: object; };
12928
13070
  }
12929
13071
 
12930
13072
  export interface ConversationSecureAttributes {
@@ -12986,9 +13128,6 @@ declare namespace Models {
12986
13128
  "type"?: string;
12987
13129
  }
12988
13130
 
12989
- export interface ConversationSocialExpressionEventTopicObject {
12990
- }
12991
-
12992
13131
  export interface ConversationSocialExpressionEventTopicScoredAgent {
12993
13132
  "agent"?: Models.ConversationSocialExpressionEventTopicUriReference;
12994
13133
  "score"?: number;
@@ -13055,7 +13194,6 @@ declare namespace Models {
13055
13194
  "tags"?: Array<string>;
13056
13195
  "durationSeconds"?: number;
13057
13196
  "endTime"?: string;
13058
- "additionalProperties"?: { [key: string]: object; };
13059
13197
  }
13060
13198
 
13061
13199
  export interface ConversationTagsUpdate {
@@ -13137,9 +13275,6 @@ declare namespace Models {
13137
13275
  "type"?: string;
13138
13276
  }
13139
13277
 
13140
- export interface ConversationVideoEventTopicObject {
13141
- }
13142
-
13143
13278
  export interface ConversationVideoEventTopicScoredAgent {
13144
13279
  "agent"?: Models.ConversationVideoEventTopicUriReference;
13145
13280
  "score"?: number;
@@ -13208,7 +13343,6 @@ declare namespace Models {
13208
13343
  "tags"?: Array<string>;
13209
13344
  "durationSeconds"?: number;
13210
13345
  "endTime"?: string;
13211
- "additionalProperties"?: { [key: string]: object; };
13212
13346
  }
13213
13347
 
13214
13348
  export interface CopyAttachmentsRequest {
@@ -14069,6 +14203,15 @@ declare namespace Models {
14069
14203
  "pageCount"?: number;
14070
14204
  }
14071
14205
 
14206
+ export interface DailyPossibleShift {
14207
+ "dayOfWeek"?: string;
14208
+ "earliestShiftStartMinutesFromMidnight"?: number;
14209
+ "required"?: boolean;
14210
+ "minimumPaidTimeMinutes"?: number;
14211
+ "maximumPaidTimeMinutes"?: number;
14212
+ "intervalScheduleProbabilities"?: Array<number>;
14213
+ }
14214
+
14072
14215
  export interface DataActionConditionPredicate {
14073
14216
  "outputField": string;
14074
14217
  "outputOperator": string;
@@ -15223,6 +15366,7 @@ declare namespace Models {
15223
15366
  "dncCodes"?: Array<string>;
15224
15367
  "licenseId"?: string;
15225
15368
  "division"?: Models.DomainEntityRef;
15369
+ "customExclusionColumn"?: string;
15226
15370
  "selfUri"?: string;
15227
15371
  }
15228
15372
 
@@ -15241,6 +15385,7 @@ declare namespace Models {
15241
15385
  "dncCodes"?: Array<string>;
15242
15386
  "licenseId"?: string;
15243
15387
  "division"?: Models.DomainEntityRef;
15388
+ "customExclusionColumn"?: string;
15244
15389
  "selfUri"?: string;
15245
15390
  }
15246
15391
 
@@ -15281,6 +15426,12 @@ declare namespace Models {
15281
15426
  "pageCount"?: number;
15282
15427
  }
15283
15428
 
15429
+ export interface DncPatchCustomExclusionColumnsRequest {
15430
+ "action"?: string;
15431
+ "customExclusionColumnEntries"?: Array<string>;
15432
+ "expirationDateTime"?: string;
15433
+ }
15434
+
15284
15435
  export interface DncPatchEmailsRequest {
15285
15436
  "action"?: string;
15286
15437
  "emailAddresses"?: Array<string>;
@@ -17211,7 +17362,6 @@ declare namespace Models {
17211
17362
 
17212
17363
  export interface EventSetting {
17213
17364
  "typing"?: Models.TypingSetting;
17214
- "presence"?: Models.PresenceSetting;
17215
17365
  }
17216
17366
 
17217
17367
  export interface EventTyping {
@@ -19445,6 +19595,17 @@ declare namespace Models {
19445
19595
  "pageCount"?: number;
19446
19596
  }
19447
19597
 
19598
+ export interface InfrastructureascodeJob {
19599
+ "id"?: string;
19600
+ "dryRun": boolean;
19601
+ "dateSubmitted"?: string;
19602
+ "submittedBy"?: Models.UserReference;
19603
+ "status"?: string;
19604
+ "errorInfo"?: Models.ErrorInfo;
19605
+ "results"?: string;
19606
+ "selfUri"?: string;
19607
+ }
19608
+
19448
19609
  export interface InitialConfiguration {
19449
19610
  "audioState"?: Models.AudioState;
19450
19611
  "alerting"?: boolean;
@@ -19465,6 +19626,15 @@ declare namespace Models {
19465
19626
  "actionContext"?: string;
19466
19627
  }
19467
19628
 
19629
+ export interface InstagramId {
19630
+ "ids"?: Array<Models.InstagramScopedId>;
19631
+ "displayName"?: string;
19632
+ }
19633
+
19634
+ export interface InstagramScopedId {
19635
+ "scopedId"?: string;
19636
+ }
19637
+
19468
19638
  export interface Integration {
19469
19639
  "id"?: string;
19470
19640
  "name"?: string;
@@ -20525,6 +20695,13 @@ declare namespace Models {
20525
20695
  "traits"?: { [key: string]: Models.JourneyWebEventsNotificationCustomEventAttribute; };
20526
20696
  }
20527
20697
 
20698
+ export interface JsonCursorSearchResponse {
20699
+ "types": Array<string>;
20700
+ "results": object;
20701
+ "aggregations"?: object;
20702
+ "cursor"?: string;
20703
+ }
20704
+
20528
20705
  export interface JsonNode {
20529
20706
  }
20530
20707
 
@@ -20958,6 +21135,7 @@ declare namespace Models {
20958
21135
 
20959
21136
  export interface KnowledgeExportJobDocumentsFilter {
20960
21137
  "interval"?: string;
21138
+ "entities"?: Array<Models.Entity>;
20961
21139
  }
20962
21140
 
20963
21141
  export interface KnowledgeExportJobFilter {
@@ -21451,6 +21629,11 @@ declare namespace Models {
21451
21629
  "selfUri"?: string;
21452
21630
  }
21453
21631
 
21632
+ export interface LearningAssignmentReschedule {
21633
+ "dateRecommendedForCompletion": string;
21634
+ "lengthInMinutes"?: number;
21635
+ }
21636
+
21454
21637
  export interface LearningAssignmentRuleRunTopicLearningAssignmentRuleRunNotification {
21455
21638
  "entities"?: Array<Models.LearningAssignmentRuleRunTopicLearningAssignmentsCreated>;
21456
21639
  "total"?: number;
@@ -21666,6 +21849,51 @@ declare namespace Models {
21666
21849
  "pageCount"?: number;
21667
21850
  }
21668
21851
 
21852
+ export interface LearningScheduleSlotsQueryRequest {
21853
+ "interval": string;
21854
+ "lengthInMinutes": number;
21855
+ "userIds": Array<string>;
21856
+ "interruptibleAssignmentId"?: string;
21857
+ }
21858
+
21859
+ export interface LearningScheduleSlotsQueryResponse {
21860
+ "suggestedSlots"?: Array<Models.LearningSlot>;
21861
+ "wfmScheduleActivities"?: Array<Models.LearningSlotWfmScheduleActivity>;
21862
+ }
21863
+
21864
+ export interface LearningSlot {
21865
+ "dateStart"?: string;
21866
+ "lengthInMinutes"?: number;
21867
+ "staffingDifference"?: number;
21868
+ "differenceRating"?: string;
21869
+ }
21870
+
21871
+ export interface LearningSlotFullDayTimeOffMarker {
21872
+ "businessUnitDate"?: string;
21873
+ "lengthMinutes"?: number;
21874
+ "description"?: string;
21875
+ "activityCodeId"?: string;
21876
+ "paid"?: boolean;
21877
+ "timeOffRequestId"?: string;
21878
+ }
21879
+
21880
+ export interface LearningSlotScheduleActivity {
21881
+ "dateStart"?: string;
21882
+ "lengthMinutes"?: number;
21883
+ "description"?: string;
21884
+ "activityCodeId"?: string;
21885
+ "paid"?: boolean;
21886
+ "timeOffRequestId"?: string;
21887
+ "externalActivityId"?: string;
21888
+ "externalActivityType"?: string;
21889
+ }
21890
+
21891
+ export interface LearningSlotWfmScheduleActivity {
21892
+ "user"?: Models.UserReference;
21893
+ "activities"?: Array<Models.LearningSlotScheduleActivity>;
21894
+ "fullDayTimeOffMarkers"?: Array<Models.LearningSlotFullDayTimeOffMarker>;
21895
+ }
21896
+
21669
21897
  export interface LexBot {
21670
21898
  "id"?: string;
21671
21899
  "name"?: string;
@@ -22015,12 +22243,6 @@ declare namespace Models {
22015
22243
  "selfUri"?: string;
22016
22244
  }
22017
22245
 
22018
- export interface LocalEncryptionConfigurationListing {
22019
- "total"?: number;
22020
- "entities"?: Array<Models.LocalEncryptionConfiguration>;
22021
- "selfUri"?: string;
22022
- }
22023
-
22024
22246
  export interface LocalEncryptionKeyRequest {
22025
22247
  "configId": string;
22026
22248
  "publicKey": string;
@@ -23629,7 +23851,7 @@ declare namespace Models {
23629
23851
 
23630
23852
  export interface OpenMessageContent {
23631
23853
  "contentType": string;
23632
- "attachment"?: Models.ContentAttachment;
23854
+ "attachment"?: Models.ConversationContentAttachment;
23633
23855
  }
23634
23856
 
23635
23857
  export interface OpenMessagingChannel {
@@ -23670,7 +23892,7 @@ declare namespace Models {
23670
23892
  "text"?: string;
23671
23893
  "content"?: Array<Models.OpenMessageContent>;
23672
23894
  "status"?: string;
23673
- "reasons"?: Array<Models.Reason>;
23895
+ "reasons"?: Array<Models.ConversationReason>;
23674
23896
  "isFinalReceipt"?: boolean;
23675
23897
  "direction"?: string;
23676
23898
  "metadata"?: { [key: string]: string; };
@@ -24995,6 +25217,11 @@ declare namespace Models {
24995
25217
  "bottomSpace"?: number;
24996
25218
  }
24997
25219
 
25220
+ export interface PossibleWorkShiftsForWeek {
25221
+ "id"?: number;
25222
+ "dailyPossibleShifts"?: Array<Models.DailyPossibleShift>;
25223
+ }
25224
+
24998
25225
  export interface PostActionInput {
24999
25226
  "category": string;
25000
25227
  "name": string;
@@ -25167,10 +25394,6 @@ declare namespace Models {
25167
25394
  "modifiedDate"?: string;
25168
25395
  }
25169
25396
 
25170
- export interface PresenceSetting {
25171
- "join"?: Models.SettingDirection;
25172
- }
25173
-
25174
25397
  export interface ProcessScheduleUpdateUploadRequest {
25175
25398
  "uploadKey": string;
25176
25399
  "teamIds"?: Array<string>;
@@ -25225,6 +25448,13 @@ declare namespace Models {
25225
25448
  "tags"?: Array<string>;
25226
25449
  }
25227
25450
 
25451
+ export interface ProgramTranscriptionEngines {
25452
+ "program"?: Models.BaseProgramEntity;
25453
+ "transcriptionEngines"?: Array<Models.TranscriptionEngines>;
25454
+ "modifiedBy"?: Models.AddressableEntityRef;
25455
+ "dateModified"?: string;
25456
+ }
25457
+
25228
25458
  export interface ProgramsEntityListing {
25229
25459
  "entities"?: Array<Models.ListedProgram>;
25230
25460
  "pageSize"?: number;
@@ -25701,9 +25931,6 @@ declare namespace Models {
25701
25931
  "type"?: string;
25702
25932
  }
25703
25933
 
25704
- export interface QueueConversationCallEventTopicObject {
25705
- }
25706
-
25707
25934
  export interface QueueConversationCallEventTopicScoredAgent {
25708
25935
  "agent"?: Models.QueueConversationCallEventTopicUriReference;
25709
25936
  "score"?: number;
@@ -25720,7 +25947,6 @@ declare namespace Models {
25720
25947
  "tags"?: Array<string>;
25721
25948
  "durationSeconds"?: number;
25722
25949
  "endTime"?: string;
25723
- "additionalProperties"?: { [key: string]: object; };
25724
25950
  }
25725
25951
 
25726
25952
  export interface QueueConversationCallbackEventTopicCallbackConversation {
@@ -25799,7 +26025,6 @@ declare namespace Models {
25799
26025
  "contactListId"?: string;
25800
26026
  "campaignId"?: string;
25801
26027
  "phoneNumberColumns"?: Array<Models.QueueConversationCallbackEventTopicPhoneNumberColumn>;
25802
- "additionalProperties"?: { [key: string]: object; };
25803
26028
  }
25804
26029
 
25805
26030
  export interface QueueConversationCallbackEventTopicErrorBody {
@@ -25841,13 +26066,9 @@ declare namespace Models {
25841
26066
  "type"?: string;
25842
26067
  }
25843
26068
 
25844
- export interface QueueConversationCallbackEventTopicObject {
25845
- }
25846
-
25847
26069
  export interface QueueConversationCallbackEventTopicPhoneNumberColumn {
25848
26070
  "columnName"?: string;
25849
26071
  "type"?: string;
25850
- "additionalProperties"?: { [key: string]: object; };
25851
26072
  }
25852
26073
 
25853
26074
  export interface QueueConversationCallbackEventTopicScoredAgent {
@@ -25871,7 +26092,6 @@ declare namespace Models {
25871
26092
  "tags"?: Array<string>;
25872
26093
  "durationSeconds"?: number;
25873
26094
  "endTime"?: string;
25874
- "additionalProperties"?: { [key: string]: object; };
25875
26095
  }
25876
26096
 
25877
26097
  export interface QueueConversationChatEventTopicChatConversation {
@@ -25976,9 +26196,6 @@ declare namespace Models {
25976
26196
  "type"?: string;
25977
26197
  }
25978
26198
 
25979
- export interface QueueConversationChatEventTopicObject {
25980
- }
25981
-
25982
26199
  export interface QueueConversationChatEventTopicScoredAgent {
25983
26200
  "agent"?: Models.QueueConversationChatEventTopicUriReference;
25984
26201
  "score"?: number;
@@ -25995,7 +26212,6 @@ declare namespace Models {
25995
26212
  "tags"?: Array<string>;
25996
26213
  "durationSeconds"?: number;
25997
26214
  "endTime"?: string;
25998
- "additionalProperties"?: { [key: string]: object; };
25999
26215
  }
26000
26216
 
26001
26217
  export interface QueueConversationCobrowseEventTopicCobrowseConversation {
@@ -26103,9 +26319,6 @@ declare namespace Models {
26103
26319
  "type"?: string;
26104
26320
  }
26105
26321
 
26106
- export interface QueueConversationCobrowseEventTopicObject {
26107
- }
26108
-
26109
26322
  export interface QueueConversationCobrowseEventTopicScoredAgent {
26110
26323
  "agent"?: Models.QueueConversationCobrowseEventTopicUriReference;
26111
26324
  "score"?: number;
@@ -26122,7 +26335,6 @@ declare namespace Models {
26122
26335
  "tags"?: Array<string>;
26123
26336
  "durationSeconds"?: number;
26124
26337
  "endTime"?: string;
26125
- "additionalProperties"?: { [key: string]: object; };
26126
26338
  }
26127
26339
 
26128
26340
  export interface QueueConversationEmailEventTopicAttachment {
@@ -26131,7 +26343,6 @@ declare namespace Models {
26131
26343
  "contentUri"?: string;
26132
26344
  "contentType"?: string;
26133
26345
  "contentLength"?: number;
26134
- "additionalProperties"?: { [key: string]: object; };
26135
26346
  }
26136
26347
 
26137
26348
  export interface QueueConversationEmailEventTopicConversationRoutingData {
@@ -26240,9 +26451,6 @@ declare namespace Models {
26240
26451
  "type"?: string;
26241
26452
  }
26242
26453
 
26243
- export interface QueueConversationEmailEventTopicObject {
26244
- }
26245
-
26246
26454
  export interface QueueConversationEmailEventTopicScoredAgent {
26247
26455
  "agent"?: Models.QueueConversationEmailEventTopicUriReference;
26248
26456
  "score"?: number;
@@ -26259,7 +26467,6 @@ declare namespace Models {
26259
26467
  "tags"?: Array<string>;
26260
26468
  "durationSeconds"?: number;
26261
26469
  "endTime"?: string;
26262
- "additionalProperties"?: { [key: string]: object; };
26263
26470
  }
26264
26471
 
26265
26472
  export interface QueueConversationEventTopicAddress {
@@ -26268,7 +26475,6 @@ declare namespace Models {
26268
26475
  "addressNormalized"?: string;
26269
26476
  "addressRaw"?: string;
26270
26477
  "addressDisplayable"?: string;
26271
- "additionalProperties"?: { [key: string]: object; };
26272
26478
  }
26273
26479
 
26274
26480
  export interface QueueConversationEventTopicAfterCallWork {
@@ -26283,7 +26489,6 @@ declare namespace Models {
26283
26489
  "contentUri"?: string;
26284
26490
  "contentType"?: string;
26285
26491
  "contentLength"?: number;
26286
- "additionalProperties"?: { [key: string]: object; };
26287
26492
  }
26288
26493
 
26289
26494
  export interface QueueConversationEventTopicCall {
@@ -26315,7 +26520,6 @@ declare namespace Models {
26315
26520
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26316
26521
  "afterCallWorkRequired"?: boolean;
26317
26522
  "agentAssistantId"?: string;
26318
- "additionalProperties"?: { [key: string]: object; };
26319
26523
  }
26320
26524
 
26321
26525
  export interface QueueConversationEventTopicCallback {
@@ -26345,7 +26549,6 @@ declare namespace Models {
26345
26549
  "afterCallWorkRequired"?: boolean;
26346
26550
  "callerId"?: string;
26347
26551
  "callerIdName"?: string;
26348
- "additionalProperties"?: { [key: string]: object; };
26349
26552
  }
26350
26553
 
26351
26554
  export interface QueueConversationEventTopicChat {
@@ -26366,7 +26569,6 @@ declare namespace Models {
26366
26569
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26367
26570
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26368
26571
  "afterCallWorkRequired"?: boolean;
26369
- "additionalProperties"?: { [key: string]: object; };
26370
26572
  }
26371
26573
 
26372
26574
  export interface QueueConversationEventTopicCobrowse {
@@ -26389,13 +26591,13 @@ declare namespace Models {
26389
26591
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26390
26592
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26391
26593
  "afterCallWorkRequired"?: boolean;
26392
- "additionalProperties"?: { [key: string]: object; };
26393
26594
  }
26394
26595
 
26395
26596
  export interface QueueConversationEventTopicConversation {
26396
26597
  "id"?: string;
26397
26598
  "maxParticipants"?: number;
26398
26599
  "participants"?: Array<Models.QueueConversationEventTopicParticipant>;
26600
+ "recentTransfers"?: Array<Models.QueueConversationEventTopicRecentTransfer>;
26399
26601
  "recordingState"?: string;
26400
26602
  "address"?: string;
26401
26603
  "externalTag"?: string;
@@ -26409,13 +26611,17 @@ declare namespace Models {
26409
26611
  "scoredAgents"?: Array<Models.QueueConversationEventTopicScoredAgent>;
26410
26612
  }
26411
26613
 
26614
+ export interface QueueConversationEventTopicDestination {
26615
+ "userId"?: string;
26616
+ "address"?: string;
26617
+ }
26618
+
26412
26619
  export interface QueueConversationEventTopicDialerPreview {
26413
26620
  "id"?: string;
26414
26621
  "contactId"?: string;
26415
26622
  "contactListId"?: string;
26416
26623
  "campaignId"?: string;
26417
26624
  "phoneNumberColumns"?: Array<Models.QueueConversationEventTopicPhoneNumberColumn>;
26418
- "additionalProperties"?: { [key: string]: object; };
26419
26625
  }
26420
26626
 
26421
26627
  export interface QueueConversationEventTopicDisconnectReason {
@@ -26447,7 +26653,6 @@ declare namespace Models {
26447
26653
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26448
26654
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26449
26655
  "afterCallWorkRequired"?: boolean;
26450
- "additionalProperties"?: { [key: string]: object; };
26451
26656
  }
26452
26657
 
26453
26658
  export interface QueueConversationEventTopicErrorDetails {
@@ -26458,7 +26663,6 @@ declare namespace Models {
26458
26663
  "messageParams"?: { [key: string]: string; };
26459
26664
  "contextId"?: string;
26460
26665
  "uri"?: string;
26461
- "additionalProperties"?: { [key: string]: object; };
26462
26666
  }
26463
26667
 
26464
26668
  export interface QueueConversationEventTopicFaxStatus {
@@ -26472,6 +26676,10 @@ declare namespace Models {
26472
26676
  "lineErrors"?: number;
26473
26677
  }
26474
26678
 
26679
+ export interface QueueConversationEventTopicInitiator {
26680
+ "userId"?: string;
26681
+ }
26682
+
26475
26683
  export interface QueueConversationEventTopicJourneyAction {
26476
26684
  "id"?: string;
26477
26685
  "actionMap"?: Models.QueueConversationEventTopicJourneyActionMap;
@@ -26524,7 +26732,6 @@ declare namespace Models {
26524
26732
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26525
26733
  "afterCallWorkRequired"?: boolean;
26526
26734
  "agentAssistantId"?: string;
26527
- "additionalProperties"?: { [key: string]: object; };
26528
26735
  }
26529
26736
 
26530
26737
  export interface QueueConversationEventTopicMessageDetails {
@@ -26610,13 +26817,20 @@ declare namespace Models {
26610
26817
  "socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
26611
26818
  "videos"?: Array<Models.QueueConversationEventTopicVideo>;
26612
26819
  "workflow"?: Models.QueueConversationEventTopicWorkflow;
26613
- "additionalProperties"?: { [key: string]: object; };
26614
26820
  }
26615
26821
 
26616
26822
  export interface QueueConversationEventTopicPhoneNumberColumn {
26617
26823
  "columnName"?: string;
26618
26824
  "type"?: string;
26619
- "additionalProperties"?: { [key: string]: object; };
26825
+ }
26826
+
26827
+ export interface QueueConversationEventTopicRecentTransfer {
26828
+ "id"?: string;
26829
+ "state"?: string;
26830
+ "dateIssued"?: string;
26831
+ "initiator"?: Models.QueueConversationEventTopicInitiator;
26832
+ "destination"?: Models.QueueConversationEventTopicDestination;
26833
+ "transferType"?: string;
26620
26834
  }
26621
26835
 
26622
26836
  export interface QueueConversationEventTopicScoredAgent {
@@ -26641,7 +26855,6 @@ declare namespace Models {
26641
26855
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26642
26856
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26643
26857
  "afterCallWorkRequired"?: boolean;
26644
- "additionalProperties"?: { [key: string]: object; };
26645
26858
  }
26646
26859
 
26647
26860
  export interface QueueConversationEventTopicSocialExpression {
@@ -26664,7 +26877,6 @@ declare namespace Models {
26664
26877
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26665
26878
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26666
26879
  "afterCallWorkRequired"?: boolean;
26667
- "additionalProperties"?: { [key: string]: object; };
26668
26880
  }
26669
26881
 
26670
26882
  export interface QueueConversationEventTopicUriReference {
@@ -26692,7 +26904,6 @@ declare namespace Models {
26692
26904
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
26693
26905
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
26694
26906
  "afterCallWorkRequired"?: boolean;
26695
- "additionalProperties"?: { [key: string]: object; };
26696
26907
  }
26697
26908
 
26698
26909
  export interface QueueConversationEventTopicVoicemail {
@@ -26702,7 +26913,6 @@ declare namespace Models {
26702
26913
 
26703
26914
  export interface QueueConversationEventTopicWorkflow {
26704
26915
  "workflowId"?: string;
26705
- "additionalProperties"?: { [key: string]: object; };
26706
26916
  }
26707
26917
 
26708
26918
  export interface QueueConversationEventTopicWrapup {
@@ -26711,7 +26921,6 @@ declare namespace Models {
26711
26921
  "tags"?: Array<string>;
26712
26922
  "durationSeconds"?: number;
26713
26923
  "endTime"?: string;
26714
- "additionalProperties"?: { [key: string]: object; };
26715
26924
  }
26716
26925
 
26717
26926
  export interface QueueConversationMessageEventTopicConversationRoutingData {
@@ -26750,7 +26959,6 @@ declare namespace Models {
26750
26959
  "messageParams"?: { [key: string]: string; };
26751
26960
  "contextId"?: string;
26752
26961
  "uri"?: string;
26753
- "additionalProperties"?: { [key: string]: object; };
26754
26962
  }
26755
26963
 
26756
26964
  export interface QueueConversationMessageEventTopicJourneyAction {
@@ -26869,9 +27077,6 @@ declare namespace Models {
26869
27077
  "id"?: string;
26870
27078
  }
26871
27079
 
26872
- export interface QueueConversationMessageEventTopicObject {
26873
- }
26874
-
26875
27080
  export interface QueueConversationMessageEventTopicScoredAgent {
26876
27081
  "agent"?: Models.QueueConversationMessageEventTopicUriReference;
26877
27082
  "score"?: number;
@@ -26888,7 +27093,6 @@ declare namespace Models {
26888
27093
  "tags"?: Array<string>;
26889
27094
  "durationSeconds"?: number;
26890
27095
  "endTime"?: string;
26891
- "additionalProperties"?: { [key: string]: object; };
26892
27096
  }
26893
27097
 
26894
27098
  export interface QueueConversationScreenShareEventTopicConversationRoutingData {
@@ -26945,9 +27149,6 @@ declare namespace Models {
26945
27149
  "type"?: string;
26946
27150
  }
26947
27151
 
26948
- export interface QueueConversationScreenShareEventTopicObject {
26949
- }
26950
-
26951
27152
  export interface QueueConversationScreenShareEventTopicScoredAgent {
26952
27153
  "agent"?: Models.QueueConversationScreenShareEventTopicUriReference;
26953
27154
  "score"?: number;
@@ -27013,7 +27214,6 @@ declare namespace Models {
27013
27214
  "tags"?: Array<string>;
27014
27215
  "durationSeconds"?: number;
27015
27216
  "endTime"?: string;
27016
- "additionalProperties"?: { [key: string]: object; };
27017
27217
  }
27018
27218
 
27019
27219
  export interface QueueConversationSocialExpressionEventTopicAddress {
@@ -27022,7 +27222,6 @@ declare namespace Models {
27022
27222
  "addressNormalized"?: string;
27023
27223
  "addressRaw"?: string;
27024
27224
  "addressDisplayable"?: string;
27025
- "additionalProperties"?: { [key: string]: object; };
27026
27225
  }
27027
27226
 
27028
27227
  export interface QueueConversationSocialExpressionEventTopicAfterCallWork {
@@ -27037,7 +27236,6 @@ declare namespace Models {
27037
27236
  "contentUri"?: string;
27038
27237
  "contentType"?: string;
27039
27238
  "contentLength"?: number;
27040
- "additionalProperties"?: { [key: string]: object; };
27041
27239
  }
27042
27240
 
27043
27241
  export interface QueueConversationSocialExpressionEventTopicCall {
@@ -27069,7 +27267,6 @@ declare namespace Models {
27069
27267
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27070
27268
  "afterCallWorkRequired"?: boolean;
27071
27269
  "agentAssistantId"?: string;
27072
- "additionalProperties"?: { [key: string]: object; };
27073
27270
  }
27074
27271
 
27075
27272
  export interface QueueConversationSocialExpressionEventTopicCallback {
@@ -27099,7 +27296,6 @@ declare namespace Models {
27099
27296
  "afterCallWorkRequired"?: boolean;
27100
27297
  "callerId"?: string;
27101
27298
  "callerIdName"?: string;
27102
- "additionalProperties"?: { [key: string]: object; };
27103
27299
  }
27104
27300
 
27105
27301
  export interface QueueConversationSocialExpressionEventTopicChat {
@@ -27120,7 +27316,6 @@ declare namespace Models {
27120
27316
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27121
27317
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27122
27318
  "afterCallWorkRequired"?: boolean;
27123
- "additionalProperties"?: { [key: string]: object; };
27124
27319
  }
27125
27320
 
27126
27321
  export interface QueueConversationSocialExpressionEventTopicCobrowse {
@@ -27143,13 +27338,13 @@ declare namespace Models {
27143
27338
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27144
27339
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27145
27340
  "afterCallWorkRequired"?: boolean;
27146
- "additionalProperties"?: { [key: string]: object; };
27147
27341
  }
27148
27342
 
27149
27343
  export interface QueueConversationSocialExpressionEventTopicConversation {
27150
27344
  "id"?: string;
27151
27345
  "maxParticipants"?: number;
27152
27346
  "participants"?: Array<Models.QueueConversationSocialExpressionEventTopicParticipant>;
27347
+ "recentTransfers"?: Array<Models.QueueConversationSocialExpressionEventTopicRecentTransfer>;
27153
27348
  "recordingState"?: string;
27154
27349
  "address"?: string;
27155
27350
  "externalTag"?: string;
@@ -27163,13 +27358,17 @@ declare namespace Models {
27163
27358
  "scoredAgents"?: Array<Models.QueueConversationSocialExpressionEventTopicScoredAgent>;
27164
27359
  }
27165
27360
 
27361
+ export interface QueueConversationSocialExpressionEventTopicDestination {
27362
+ "userId"?: string;
27363
+ "address"?: string;
27364
+ }
27365
+
27166
27366
  export interface QueueConversationSocialExpressionEventTopicDialerPreview {
27167
27367
  "id"?: string;
27168
27368
  "contactId"?: string;
27169
27369
  "contactListId"?: string;
27170
27370
  "campaignId"?: string;
27171
27371
  "phoneNumberColumns"?: Array<Models.QueueConversationSocialExpressionEventTopicPhoneNumberColumn>;
27172
- "additionalProperties"?: { [key: string]: object; };
27173
27372
  }
27174
27373
 
27175
27374
  export interface QueueConversationSocialExpressionEventTopicDisconnectReason {
@@ -27201,7 +27400,6 @@ declare namespace Models {
27201
27400
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27202
27401
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27203
27402
  "afterCallWorkRequired"?: boolean;
27204
- "additionalProperties"?: { [key: string]: object; };
27205
27403
  }
27206
27404
 
27207
27405
  export interface QueueConversationSocialExpressionEventTopicErrorDetails {
@@ -27212,7 +27410,6 @@ declare namespace Models {
27212
27410
  "messageParams"?: { [key: string]: string; };
27213
27411
  "contextId"?: string;
27214
27412
  "uri"?: string;
27215
- "additionalProperties"?: { [key: string]: object; };
27216
27413
  }
27217
27414
 
27218
27415
  export interface QueueConversationSocialExpressionEventTopicFaxStatus {
@@ -27226,6 +27423,10 @@ declare namespace Models {
27226
27423
  "lineErrors"?: number;
27227
27424
  }
27228
27425
 
27426
+ export interface QueueConversationSocialExpressionEventTopicInitiator {
27427
+ "userId"?: string;
27428
+ }
27429
+
27229
27430
  export interface QueueConversationSocialExpressionEventTopicJourneyAction {
27230
27431
  "id"?: string;
27231
27432
  "actionMap"?: Models.QueueConversationSocialExpressionEventTopicJourneyActionMap;
@@ -27278,7 +27479,6 @@ declare namespace Models {
27278
27479
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27279
27480
  "afterCallWorkRequired"?: boolean;
27280
27481
  "agentAssistantId"?: string;
27281
- "additionalProperties"?: { [key: string]: object; };
27282
27482
  }
27283
27483
 
27284
27484
  export interface QueueConversationSocialExpressionEventTopicMessageDetails {
@@ -27364,13 +27564,20 @@ declare namespace Models {
27364
27564
  "socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
27365
27565
  "videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
27366
27566
  "workflow"?: Models.QueueConversationSocialExpressionEventTopicWorkflow;
27367
- "additionalProperties"?: { [key: string]: object; };
27368
27567
  }
27369
27568
 
27370
27569
  export interface QueueConversationSocialExpressionEventTopicPhoneNumberColumn {
27371
27570
  "columnName"?: string;
27372
27571
  "type"?: string;
27373
- "additionalProperties"?: { [key: string]: object; };
27572
+ }
27573
+
27574
+ export interface QueueConversationSocialExpressionEventTopicRecentTransfer {
27575
+ "id"?: string;
27576
+ "state"?: string;
27577
+ "dateIssued"?: string;
27578
+ "initiator"?: Models.QueueConversationSocialExpressionEventTopicInitiator;
27579
+ "destination"?: Models.QueueConversationSocialExpressionEventTopicDestination;
27580
+ "transferType"?: string;
27374
27581
  }
27375
27582
 
27376
27583
  export interface QueueConversationSocialExpressionEventTopicScoredAgent {
@@ -27395,7 +27602,6 @@ declare namespace Models {
27395
27602
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27396
27603
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27397
27604
  "afterCallWorkRequired"?: boolean;
27398
- "additionalProperties"?: { [key: string]: object; };
27399
27605
  }
27400
27606
 
27401
27607
  export interface QueueConversationSocialExpressionEventTopicSocialExpression {
@@ -27418,7 +27624,6 @@ declare namespace Models {
27418
27624
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27419
27625
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27420
27626
  "afterCallWorkRequired"?: boolean;
27421
- "additionalProperties"?: { [key: string]: object; };
27422
27627
  }
27423
27628
 
27424
27629
  export interface QueueConversationSocialExpressionEventTopicUriReference {
@@ -27446,7 +27651,6 @@ declare namespace Models {
27446
27651
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
27447
27652
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
27448
27653
  "afterCallWorkRequired"?: boolean;
27449
- "additionalProperties"?: { [key: string]: object; };
27450
27654
  }
27451
27655
 
27452
27656
  export interface QueueConversationSocialExpressionEventTopicVoicemail {
@@ -27456,7 +27660,6 @@ declare namespace Models {
27456
27660
 
27457
27661
  export interface QueueConversationSocialExpressionEventTopicWorkflow {
27458
27662
  "workflowId"?: string;
27459
- "additionalProperties"?: { [key: string]: object; };
27460
27663
  }
27461
27664
 
27462
27665
  export interface QueueConversationSocialExpressionEventTopicWrapup {
@@ -27465,7 +27668,6 @@ declare namespace Models {
27465
27668
  "tags"?: Array<string>;
27466
27669
  "durationSeconds"?: number;
27467
27670
  "endTime"?: string;
27468
- "additionalProperties"?: { [key: string]: object; };
27469
27671
  }
27470
27672
 
27471
27673
  export interface QueueConversationVideoEventTopicAddress {
@@ -27474,7 +27676,6 @@ declare namespace Models {
27474
27676
  "addressNormalized"?: string;
27475
27677
  "addressRaw"?: string;
27476
27678
  "addressDisplayable"?: string;
27477
- "additionalProperties"?: { [key: string]: object; };
27478
27679
  }
27479
27680
 
27480
27681
  export interface QueueConversationVideoEventTopicAfterCallWork {
@@ -27489,7 +27690,6 @@ declare namespace Models {
27489
27690
  "contentUri"?: string;
27490
27691
  "contentType"?: string;
27491
27692
  "contentLength"?: number;
27492
- "additionalProperties"?: { [key: string]: object; };
27493
27693
  }
27494
27694
 
27495
27695
  export interface QueueConversationVideoEventTopicCall {
@@ -27521,7 +27721,6 @@ declare namespace Models {
27521
27721
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27522
27722
  "afterCallWorkRequired"?: boolean;
27523
27723
  "agentAssistantId"?: string;
27524
- "additionalProperties"?: { [key: string]: object; };
27525
27724
  }
27526
27725
 
27527
27726
  export interface QueueConversationVideoEventTopicCallback {
@@ -27551,7 +27750,6 @@ declare namespace Models {
27551
27750
  "afterCallWorkRequired"?: boolean;
27552
27751
  "callerId"?: string;
27553
27752
  "callerIdName"?: string;
27554
- "additionalProperties"?: { [key: string]: object; };
27555
27753
  }
27556
27754
 
27557
27755
  export interface QueueConversationVideoEventTopicChat {
@@ -27572,7 +27770,6 @@ declare namespace Models {
27572
27770
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27573
27771
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27574
27772
  "afterCallWorkRequired"?: boolean;
27575
- "additionalProperties"?: { [key: string]: object; };
27576
27773
  }
27577
27774
 
27578
27775
  export interface QueueConversationVideoEventTopicCobrowse {
@@ -27595,13 +27792,13 @@ declare namespace Models {
27595
27792
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27596
27793
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27597
27794
  "afterCallWorkRequired"?: boolean;
27598
- "additionalProperties"?: { [key: string]: object; };
27599
27795
  }
27600
27796
 
27601
27797
  export interface QueueConversationVideoEventTopicConversation {
27602
27798
  "id"?: string;
27603
27799
  "maxParticipants"?: number;
27604
27800
  "participants"?: Array<Models.QueueConversationVideoEventTopicParticipant>;
27801
+ "recentTransfers"?: Array<Models.QueueConversationVideoEventTopicRecentTransfer>;
27605
27802
  "recordingState"?: string;
27606
27803
  "address"?: string;
27607
27804
  "externalTag"?: string;
@@ -27615,13 +27812,17 @@ declare namespace Models {
27615
27812
  "scoredAgents"?: Array<Models.QueueConversationVideoEventTopicScoredAgent>;
27616
27813
  }
27617
27814
 
27815
+ export interface QueueConversationVideoEventTopicDestination {
27816
+ "userId"?: string;
27817
+ "address"?: string;
27818
+ }
27819
+
27618
27820
  export interface QueueConversationVideoEventTopicDialerPreview {
27619
27821
  "id"?: string;
27620
27822
  "contactId"?: string;
27621
27823
  "contactListId"?: string;
27622
27824
  "campaignId"?: string;
27623
27825
  "phoneNumberColumns"?: Array<Models.QueueConversationVideoEventTopicPhoneNumberColumn>;
27624
- "additionalProperties"?: { [key: string]: object; };
27625
27826
  }
27626
27827
 
27627
27828
  export interface QueueConversationVideoEventTopicDisconnectReason {
@@ -27653,7 +27854,6 @@ declare namespace Models {
27653
27854
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27654
27855
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27655
27856
  "afterCallWorkRequired"?: boolean;
27656
- "additionalProperties"?: { [key: string]: object; };
27657
27857
  }
27658
27858
 
27659
27859
  export interface QueueConversationVideoEventTopicErrorDetails {
@@ -27664,7 +27864,6 @@ declare namespace Models {
27664
27864
  "messageParams"?: { [key: string]: string; };
27665
27865
  "contextId"?: string;
27666
27866
  "uri"?: string;
27667
- "additionalProperties"?: { [key: string]: object; };
27668
27867
  }
27669
27868
 
27670
27869
  export interface QueueConversationVideoEventTopicFaxStatus {
@@ -27678,6 +27877,10 @@ declare namespace Models {
27678
27877
  "lineErrors"?: number;
27679
27878
  }
27680
27879
 
27880
+ export interface QueueConversationVideoEventTopicInitiator {
27881
+ "userId"?: string;
27882
+ }
27883
+
27681
27884
  export interface QueueConversationVideoEventTopicJourneyAction {
27682
27885
  "id"?: string;
27683
27886
  "actionMap"?: Models.QueueConversationVideoEventTopicJourneyActionMap;
@@ -27730,7 +27933,6 @@ declare namespace Models {
27730
27933
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27731
27934
  "afterCallWorkRequired"?: boolean;
27732
27935
  "agentAssistantId"?: string;
27733
- "additionalProperties"?: { [key: string]: object; };
27734
27936
  }
27735
27937
 
27736
27938
  export interface QueueConversationVideoEventTopicMessageDetails {
@@ -27816,13 +28018,20 @@ declare namespace Models {
27816
28018
  "socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
27817
28019
  "videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
27818
28020
  "workflow"?: Models.QueueConversationVideoEventTopicWorkflow;
27819
- "additionalProperties"?: { [key: string]: object; };
27820
28021
  }
27821
28022
 
27822
28023
  export interface QueueConversationVideoEventTopicPhoneNumberColumn {
27823
28024
  "columnName"?: string;
27824
28025
  "type"?: string;
27825
- "additionalProperties"?: { [key: string]: object; };
28026
+ }
28027
+
28028
+ export interface QueueConversationVideoEventTopicRecentTransfer {
28029
+ "id"?: string;
28030
+ "state"?: string;
28031
+ "dateIssued"?: string;
28032
+ "initiator"?: Models.QueueConversationVideoEventTopicInitiator;
28033
+ "destination"?: Models.QueueConversationVideoEventTopicDestination;
28034
+ "transferType"?: string;
27826
28035
  }
27827
28036
 
27828
28037
  export interface QueueConversationVideoEventTopicScoredAgent {
@@ -27847,7 +28056,6 @@ declare namespace Models {
27847
28056
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27848
28057
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27849
28058
  "afterCallWorkRequired"?: boolean;
27850
- "additionalProperties"?: { [key: string]: object; };
27851
28059
  }
27852
28060
 
27853
28061
  export interface QueueConversationVideoEventTopicSocialExpression {
@@ -27870,7 +28078,6 @@ declare namespace Models {
27870
28078
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27871
28079
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27872
28080
  "afterCallWorkRequired"?: boolean;
27873
- "additionalProperties"?: { [key: string]: object; };
27874
28081
  }
27875
28082
 
27876
28083
  export interface QueueConversationVideoEventTopicUriReference {
@@ -27898,7 +28105,6 @@ declare namespace Models {
27898
28105
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
27899
28106
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
27900
28107
  "afterCallWorkRequired"?: boolean;
27901
- "additionalProperties"?: { [key: string]: object; };
27902
28108
  }
27903
28109
 
27904
28110
  export interface QueueConversationVideoEventTopicVoicemail {
@@ -27908,7 +28114,6 @@ declare namespace Models {
27908
28114
 
27909
28115
  export interface QueueConversationVideoEventTopicWorkflow {
27910
28116
  "workflowId"?: string;
27911
- "additionalProperties"?: { [key: string]: object; };
27912
28117
  }
27913
28118
 
27914
28119
  export interface QueueConversationVideoEventTopicWrapup {
@@ -27917,7 +28122,6 @@ declare namespace Models {
27917
28122
  "tags"?: Array<string>;
27918
28123
  "durationSeconds"?: number;
27919
28124
  "endTime"?: string;
27920
- "additionalProperties"?: { [key: string]: object; };
27921
28125
  }
27922
28126
 
27923
28127
  export interface QueueEmailAddress {
@@ -28102,11 +28306,6 @@ declare namespace Models {
28102
28306
  "selfUri"?: string;
28103
28307
  }
28104
28308
 
28105
- export interface Reason {
28106
- "code"?: string;
28107
- "message": string;
28108
- }
28109
-
28110
28309
  export interface RecallEntry {
28111
28310
  "nbrAttempts"?: number;
28112
28311
  "minutesBetweenAttempts"?: number;
@@ -30166,6 +30365,11 @@ declare namespace Models {
30166
30365
  "outbound"?: string;
30167
30366
  }
30168
30367
 
30368
+ export interface Settings {
30369
+ "communicationBasedACW"?: boolean;
30370
+ "includeNonAgentConversationSummary"?: boolean;
30371
+ }
30372
+
30169
30373
  export interface Share {
30170
30374
  "id"?: string;
30171
30375
  "name"?: string;
@@ -31027,6 +31231,10 @@ declare namespace Models {
31027
31231
  "mediaTypes"?: Models.MediaTypes;
31028
31232
  }
31029
31233
 
31234
+ export interface SupportedDialectsEntityListing {
31235
+ "entities"?: Array<Models.TranscriptionEngines>;
31236
+ }
31237
+
31030
31238
  export interface SupportedLanguage {
31031
31239
  "language"?: string;
31032
31240
  "isDefault"?: boolean;
@@ -32038,6 +32246,15 @@ declare namespace Models {
32038
32246
  "url"?: string;
32039
32247
  }
32040
32248
 
32249
+ export interface TranscriptionEngines {
32250
+ "engine"?: string;
32251
+ "dialects"?: Array<string>;
32252
+ }
32253
+
32254
+ export interface TranscriptionEnginesRequest {
32255
+ "transcriptionEngines": Array<Models.TranscriptionEngines>;
32256
+ }
32257
+
32041
32258
  export interface TranscriptionSettings {
32042
32259
  "transcription": string;
32043
32260
  "transcriptionConfidenceThreshold": number;
@@ -32147,6 +32364,7 @@ declare namespace Models {
32147
32364
  export interface TriggerTarget {
32148
32365
  "type"?: string;
32149
32366
  "id"?: string;
32367
+ "workflowTargetSettings"?: Models.WorkflowTargetSettings;
32150
32368
  }
32151
32369
 
32152
32370
  export interface Trunk {
@@ -33784,6 +34002,13 @@ declare namespace Models {
33784
34002
  "pageCount"?: number;
33785
34003
  }
33786
34004
 
34005
+ export interface UserSkillGroupEntityListing {
34006
+ "entities"?: Array<Models.SkillGroup>;
34007
+ "nextUri"?: string;
34008
+ "selfUri"?: string;
34009
+ "previousUri"?: string;
34010
+ }
34011
+
33787
34012
  export interface UserStartDetailEventTopicUserStartEvent {
33788
34013
  "eventTime"?: number;
33789
34014
  "conversationId"?: string;
@@ -34587,6 +34812,9 @@ declare namespace Models {
34587
34812
  "myDashboard"?: boolean;
34588
34813
  "stationErrors"?: Array<string>;
34589
34814
  "canonicalContactIds"?: Array<string>;
34815
+ "alertRuleIds"?: Array<string>;
34816
+ "evaluationFormContextIds"?: Array<string>;
34817
+ "evaluationStatuses"?: Array<string>;
34590
34818
  }
34591
34819
 
34592
34820
  export interface VisibilityCondition {
@@ -36029,6 +36257,17 @@ declare namespace Models {
36029
36257
  "eventType"?: string;
36030
36258
  }
36031
36259
 
36260
+ export interface WfmServiceGoalImpact {
36261
+ "increaseByPercent": number;
36262
+ "decreaseByPercent": number;
36263
+ }
36264
+
36265
+ export interface WfmServiceGoalImpactSettings {
36266
+ "serviceLevel": Models.WfmServiceGoalImpact;
36267
+ "averageSpeedOfAnswer": Models.WfmServiceGoalImpact;
36268
+ "abandonRate": Models.WfmServiceGoalImpact;
36269
+ }
36270
+
36032
36271
  export interface WfmTimeOffBalanceJobTopicErrorBody {
36033
36272
  "status"?: number;
36034
36273
  "code"?: string;
@@ -36702,6 +36941,10 @@ declare namespace Models {
36702
36941
  "value"?: number;
36703
36942
  }
36704
36943
 
36944
+ export interface WorkflowTargetSettings {
36945
+ "dataFormat"?: string;
36946
+ }
36947
+
36705
36948
  export interface WorkitemsEventsNotificationCustomAttribute {
36706
36949
  "dataType"?: string;
36707
36950
  "value"?: string;
@@ -36746,6 +36989,50 @@ declare namespace Models {
36746
36989
  "customFields"?: { [key: string]: Models.WorkitemsEventsNotificationCustomAttribute; };
36747
36990
  }
36748
36991
 
36992
+ export interface WorkitemsQueueEventsNotificationCustomAttribute {
36993
+ "dataType"?: string;
36994
+ "value"?: string;
36995
+ }
36996
+
36997
+ export interface WorkitemsQueueEventsNotificationDelta {
36998
+ "op"?: string;
36999
+ "field"?: string;
37000
+ "oldValue"?: string;
37001
+ "newValue"?: string;
37002
+ }
37003
+
37004
+ export interface WorkitemsQueueEventsNotificationWorkitem {
37005
+ "id"?: string;
37006
+ "name"?: string;
37007
+ "typeId"?: string;
37008
+ "description"?: string;
37009
+ "languageId"?: string;
37010
+ "priority"?: number;
37011
+ "dateCreated"?: string;
37012
+ "dateModified"?: string;
37013
+ "dateDue"?: string;
37014
+ "dateExpires"?: string;
37015
+ "durationSeconds"?: number;
37016
+ "ttl"?: number;
37017
+ "statusId"?: string;
37018
+ "statusCategory"?: string;
37019
+ "dateClosed"?: string;
37020
+ "workbinId"?: string;
37021
+ "reporterId"?: string;
37022
+ "assigneeId"?: string;
37023
+ "externalContactId"?: string;
37024
+ "externalTag"?: string;
37025
+ "wrapupId"?: string;
37026
+ "modifiedBy"?: string;
37027
+ "operation"?: string;
37028
+ "changes"?: Array<Models.WorkitemsQueueEventsNotificationDelta>;
37029
+ "assignmentState"?: string;
37030
+ "assignmentId"?: string;
37031
+ "alertTimeoutSeconds"?: number;
37032
+ "queueId"?: string;
37033
+ "customFields"?: { [key: string]: Models.WorkitemsQueueEventsNotificationCustomAttribute; };
37034
+ }
37035
+
36749
37036
  export interface WorkitemsUserEventsNotificationCustomAttribute {
36750
37037
  "dataType"?: string;
36751
37038
  "value"?: string;