purecloud-platform-client-v2 160.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.
- package/README.md +2 -2
- package/dist/node/purecloud-platform-client-v2.js +816 -69
- package/dist/web-amd/purecloud-platform-client-v2.js +816 -69
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +816 -69
- package/dist/web-cjs/purecloud-platform-client-v2.js +1169 -395
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +84 -0
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +789 -42
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -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>;
|
|
@@ -1155,6 +1172,9 @@ declare class ConversationsApi {
|
|
|
1155
1172
|
postConversationsMessagingIntegrationsWhatsapp(body: Models.WhatsAppIntegrationRequest): Promise<Models.WhatsAppIntegration>;
|
|
1156
1173
|
postConversationsMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
|
|
1157
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>;
|
|
1158
1178
|
putConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
|
|
1159
1179
|
putConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
|
|
1160
1180
|
putConversationTags(conversationId: string, body: Models.ConversationTagsUpdate): Promise<string>;
|
|
@@ -1189,9 +1209,15 @@ declare namespace ConversationsApi {
|
|
|
1189
1209
|
export interface getConversationsOptions {
|
|
1190
1210
|
"communicationType"?: string;
|
|
1191
1211
|
}
|
|
1212
|
+
export interface getConversationsCallParticipantCommunicationWrapupOptions {
|
|
1213
|
+
"provisional"?: boolean;
|
|
1214
|
+
}
|
|
1192
1215
|
export interface getConversationsCallParticipantWrapupOptions {
|
|
1193
1216
|
"provisional"?: boolean;
|
|
1194
1217
|
}
|
|
1218
|
+
export interface getConversationsCallbackParticipantCommunicationWrapupOptions {
|
|
1219
|
+
"provisional"?: boolean;
|
|
1220
|
+
}
|
|
1195
1221
|
export interface getConversationsCallbackParticipantWrapupOptions {
|
|
1196
1222
|
"provisional"?: boolean;
|
|
1197
1223
|
}
|
|
@@ -1207,12 +1233,21 @@ declare namespace ConversationsApi {
|
|
|
1207
1233
|
"sortOrder"?: string;
|
|
1208
1234
|
"maxResults"?: number;
|
|
1209
1235
|
}
|
|
1236
|
+
export interface getConversationsChatParticipantCommunicationWrapupOptions {
|
|
1237
|
+
"provisional"?: boolean;
|
|
1238
|
+
}
|
|
1210
1239
|
export interface getConversationsChatParticipantWrapupOptions {
|
|
1211
1240
|
"provisional"?: boolean;
|
|
1212
1241
|
}
|
|
1242
|
+
export interface getConversationsCobrowsesessionParticipantCommunicationWrapupOptions {
|
|
1243
|
+
"provisional"?: boolean;
|
|
1244
|
+
}
|
|
1213
1245
|
export interface getConversationsCobrowsesessionParticipantWrapupOptions {
|
|
1214
1246
|
"provisional"?: boolean;
|
|
1215
1247
|
}
|
|
1248
|
+
export interface getConversationsEmailParticipantCommunicationWrapupOptions {
|
|
1249
|
+
"provisional"?: boolean;
|
|
1250
|
+
}
|
|
1216
1251
|
export interface getConversationsEmailParticipantWrapupOptions {
|
|
1217
1252
|
"provisional"?: boolean;
|
|
1218
1253
|
}
|
|
@@ -1222,6 +1257,9 @@ declare namespace ConversationsApi {
|
|
|
1222
1257
|
export interface getConversationsMessageMessageOptions {
|
|
1223
1258
|
"useNormalizedMessage"?: boolean;
|
|
1224
1259
|
}
|
|
1260
|
+
export interface getConversationsMessageParticipantCommunicationWrapupOptions {
|
|
1261
|
+
"provisional"?: boolean;
|
|
1262
|
+
}
|
|
1225
1263
|
export interface getConversationsMessageParticipantWrapupOptions {
|
|
1226
1264
|
"provisional"?: boolean;
|
|
1227
1265
|
}
|
|
@@ -1290,6 +1328,15 @@ declare namespace ConversationsApi {
|
|
|
1290
1328
|
"pageSize"?: number;
|
|
1291
1329
|
"pageNumber"?: number;
|
|
1292
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
|
+
}
|
|
1293
1340
|
export interface patchConversationsCobrowsesessionParticipantOptions {
|
|
1294
1341
|
"body"?: Models.MediaParticipantRequest;
|
|
1295
1342
|
}
|
|
@@ -1311,9 +1358,24 @@ declare namespace ConversationsApi {
|
|
|
1311
1358
|
export interface postConversationParticipantSecureivrsessionsOptions {
|
|
1312
1359
|
"body"?: Models.CreateSecureSession;
|
|
1313
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
|
+
}
|
|
1314
1373
|
export interface postConversationsCobrowsesessionParticipantReplaceOptions {
|
|
1315
1374
|
"body"?: Models.TransferRequest;
|
|
1316
1375
|
}
|
|
1376
|
+
export interface postConversationsEmailParticipantCommunicationWrapupOptions {
|
|
1377
|
+
"body"?: Models.ExtendedWrapup;
|
|
1378
|
+
}
|
|
1317
1379
|
export interface postConversationsMessageCommunicationMessagesOptions {
|
|
1318
1380
|
"useNormalizedMessage"?: boolean;
|
|
1319
1381
|
}
|
|
@@ -1321,6 +1383,18 @@ declare namespace ConversationsApi {
|
|
|
1321
1383
|
"useNormalizedMessage"?: boolean;
|
|
1322
1384
|
"body"?: Array<string>;
|
|
1323
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
|
+
}
|
|
1324
1398
|
}
|
|
1325
1399
|
|
|
1326
1400
|
declare class DataExtensionsApi {
|
|
@@ -30291,6 +30365,11 @@ declare namespace Models {
|
|
|
30291
30365
|
"outbound"?: string;
|
|
30292
30366
|
}
|
|
30293
30367
|
|
|
30368
|
+
export interface Settings {
|
|
30369
|
+
"communicationBasedACW"?: boolean;
|
|
30370
|
+
"includeNonAgentConversationSummary"?: boolean;
|
|
30371
|
+
}
|
|
30372
|
+
|
|
30294
30373
|
export interface Share {
|
|
30295
30374
|
"id"?: string;
|
|
30296
30375
|
"name"?: string;
|
|
@@ -32285,6 +32364,7 @@ declare namespace Models {
|
|
|
32285
32364
|
export interface TriggerTarget {
|
|
32286
32365
|
"type"?: string;
|
|
32287
32366
|
"id"?: string;
|
|
32367
|
+
"workflowTargetSettings"?: Models.WorkflowTargetSettings;
|
|
32288
32368
|
}
|
|
32289
32369
|
|
|
32290
32370
|
export interface Trunk {
|
|
@@ -36861,6 +36941,10 @@ declare namespace Models {
|
|
|
36861
36941
|
"value"?: number;
|
|
36862
36942
|
}
|
|
36863
36943
|
|
|
36944
|
+
export interface WorkflowTargetSettings {
|
|
36945
|
+
"dataFormat"?: string;
|
|
36946
|
+
}
|
|
36947
|
+
|
|
36864
36948
|
export interface WorkitemsEventsNotificationCustomAttribute {
|
|
36865
36949
|
"dataType"?: string;
|
|
36866
36950
|
"value"?: string;
|
package/package.json
CHANGED