purecloud-platform-client-v2 144.0.0 → 147.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/node/purecloud-platform-client-v2.js +2337 -305
- package/dist/web-amd/purecloud-platform-client-v2.js +2337 -305
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +2337 -305
- package/dist/web-cjs/purecloud-platform-client-v2.js +2337 -305
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1133 -49
- 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 +46 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +3 -2
- 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 +211 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.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/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1779 -246
- 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 +135 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +31 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +21 -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 +32 -2
- 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 +30 -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
|
@@ -115,6 +115,7 @@ declare class AnalyticsApi {
|
|
|
115
115
|
getAnalyticsConversationsDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
116
116
|
getAnalyticsConversationsDetailsJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsConversationsDetailsJobResultsOptions): Promise<Models.AnalyticsConversationAsyncQueryResponse>;
|
|
117
117
|
getAnalyticsConversationsDetailsJobsAvailability(): Promise<Models.DataAvailabilityResponse>;
|
|
118
|
+
getAnalyticsDataretentionSettings(): Promise<Models.AnalyticsDataRetentionResponse>;
|
|
118
119
|
getAnalyticsReportingExports(opts?: AnalyticsApi.getAnalyticsReportingExportsOptions): Promise<Models.ReportingExportJobListing>;
|
|
119
120
|
getAnalyticsReportingExportsMetadata(): Promise<Models.ReportingExportMetadataJobListing>;
|
|
120
121
|
getAnalyticsReportingMetadata(opts?: AnalyticsApi.getAnalyticsReportingMetadataOptions): Promise<Models.ReportMetaDataEntityListing>;
|
|
@@ -151,6 +152,7 @@ declare class AnalyticsApi {
|
|
|
151
152
|
postAnalyticsUsersDetailsJobs(body: Models.AsyncUserDetailsQuery): Promise<Models.AsyncQueryResponse>;
|
|
152
153
|
postAnalyticsUsersDetailsQuery(body: Models.UserDetailsQuery): Promise<Models.AnalyticsUserDetailsQueryResponse>;
|
|
153
154
|
postAnalyticsUsersObservationsQuery(body: Models.UserObservationQuery): Promise<Models.UserObservationQueryResponse>;
|
|
155
|
+
putAnalyticsDataretentionSettings(body: Models.UpdateAnalyticsDataRetentionRequest): Promise<Models.AnalyticsDataRetentionResponse>;
|
|
154
156
|
putAnalyticsReportingSchedule(scheduleId: string, body: Models.ReportSchedule): Promise<Models.ReportSchedule>;
|
|
155
157
|
}
|
|
156
158
|
|
|
@@ -373,6 +375,7 @@ declare namespace ArchitectApi {
|
|
|
373
375
|
"sortBy"?: string;
|
|
374
376
|
"sortOrder"?: string;
|
|
375
377
|
"name"?: string;
|
|
378
|
+
"dnis"?: string;
|
|
376
379
|
}
|
|
377
380
|
export interface getArchitectPromptHistoryHistoryIdOptions {
|
|
378
381
|
"pageNumber"?: number;
|
|
@@ -1004,6 +1007,7 @@ declare class ConversationsApi {
|
|
|
1004
1007
|
getConversationParticipantSecureivrsessions(conversationId: string, participantId: string): Promise<Models.SecureSessionEntityListing>;
|
|
1005
1008
|
getConversationParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
1006
1009
|
getConversationParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
|
|
1010
|
+
getConversationSecureattributes(conversationId: string): Promise<Models.ConversationSecureAttributes>;
|
|
1007
1011
|
getConversations(opts?: ConversationsApi.getConversationsOptions): Promise<Models.ConversationEntityListing>;
|
|
1008
1012
|
getConversationsCall(conversationId: string): Promise<Models.CallConversation>;
|
|
1009
1013
|
getConversationsCallParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsCallParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
@@ -1033,6 +1037,8 @@ declare class ConversationsApi {
|
|
|
1033
1037
|
getConversationsEmailParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
|
|
1034
1038
|
getConversationsEmailSettings(conversationId: string): Promise<Models.EmailsSettings>;
|
|
1035
1039
|
getConversationsEmails(): Promise<Models.EmailConversationEntityListing>;
|
|
1040
|
+
getConversationsKeyconfiguration(keyconfigurationsId: string): Promise<Models.ConversationEncryptionConfiguration>;
|
|
1041
|
+
getConversationsKeyconfigurations(): Promise<Models.ConversationEncryptionConfigurationListing>;
|
|
1036
1042
|
getConversationsMessage(conversationId: string): Promise<Models.MessageConversation>;
|
|
1037
1043
|
getConversationsMessageCommunicationMessagesMediaMediaId(conversationId: string, communicationId: string, mediaId: string): Promise<Models.MessageMediaData>;
|
|
1038
1044
|
getConversationsMessageDetails(messageId: string): Promise<Models.MessageData>;
|
|
@@ -1059,6 +1065,7 @@ declare class ConversationsApi {
|
|
|
1059
1065
|
getConversationsMessagingThreadingtimeline(): Promise<Models.ConversationThreadingWindow>;
|
|
1060
1066
|
patchConversationParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
|
|
1061
1067
|
patchConversationParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
|
|
1068
|
+
patchConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
|
|
1062
1069
|
patchConversationsCall(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
|
|
1063
1070
|
patchConversationsCallParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
|
|
1064
1071
|
patchConversationsCallParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
|
|
@@ -1122,6 +1129,8 @@ declare class ConversationsApi {
|
|
|
1122
1129
|
postConversationsEmailParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
|
|
1123
1130
|
postConversationsEmails(body: Models.CreateEmailRequest): Promise<Models.EmailConversation>;
|
|
1124
1131
|
postConversationsFaxes(body: Models.FaxSendRequest): Promise<Models.FaxSendResponse>;
|
|
1132
|
+
postConversationsKeyconfigurations(body: Models.ConversationEncryptionConfiguration): Promise<Models.ConversationEncryptionConfiguration>;
|
|
1133
|
+
postConversationsKeyconfigurationsValidate(body: Models.ConversationEncryptionConfiguration): Promise<Models.ConversationEncryptionConfiguration>;
|
|
1125
1134
|
postConversationsMessageCommunicationMessages(conversationId: string, communicationId: string, body: Models.AdditionalMessage): Promise<Models.MessageData>;
|
|
1126
1135
|
postConversationsMessageCommunicationMessagesMedia(conversationId: string, communicationId: string): Promise<Models.MessageMediaData>;
|
|
1127
1136
|
postConversationsMessageMessagesBulk(conversationId: string, opts?: ConversationsApi.postConversationsMessageMessagesBulkOptions): Promise<Models.TextMessageListing>;
|
|
@@ -1136,6 +1145,7 @@ declare class ConversationsApi {
|
|
|
1136
1145
|
postConversationsMessagingIntegrationsWhatsapp(body: Models.WhatsAppIntegrationRequest): Promise<Models.WhatsAppIntegration>;
|
|
1137
1146
|
postConversationsMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
|
|
1138
1147
|
putConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
|
|
1148
|
+
putConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
|
|
1139
1149
|
putConversationTags(conversationId: string, body: Models.ConversationTagsUpdate): Promise<string>;
|
|
1140
1150
|
putConversationsCallParticipantCommunicationUuidata(conversationId: string, participantId: string, communicationId: string, body: Models.SetUuiDataRequest): Promise<object>;
|
|
1141
1151
|
putConversationsCallRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
@@ -1144,6 +1154,7 @@ declare class ConversationsApi {
|
|
|
1144
1154
|
putConversationsCobrowsesessionRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
1145
1155
|
putConversationsEmailMessagesDraft(conversationId: string, body: Models.EmailMessage): Promise<Models.EmailMessage>;
|
|
1146
1156
|
putConversationsEmailRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
1157
|
+
putConversationsKeyconfiguration(keyconfigurationsId: string, body: Models.ConversationEncryptionConfiguration): Promise<Models.ConversationEncryptionConfiguration>;
|
|
1147
1158
|
putConversationsMessageRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
1148
1159
|
putConversationsMessagingIntegrationsLineIntegrationId(integrationId: string, body: Models.LineIntegrationRequest): Promise<Models.LineIntegration>;
|
|
1149
1160
|
putConversationsMessagingSupportedcontentDefault(body: Models.SupportedContentReference): Promise<Models.SupportedContent>;
|
|
@@ -2108,10 +2119,33 @@ declare namespace JourneyApi {
|
|
|
2108
2119
|
|
|
2109
2120
|
declare class KnowledgeApi {
|
|
2110
2121
|
deleteKnowledgeKnowledgebase(knowledgeBaseId: string): Promise<Models.KnowledgeBase>;
|
|
2122
|
+
deleteKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string): Promise<Models.CategoryResponse>;
|
|
2123
|
+
deleteKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string): Promise<void>;
|
|
2124
|
+
deleteKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string): Promise<void>;
|
|
2125
|
+
deleteKnowledgeKnowledgebaseExportJob(knowledgeBaseId: string, exportJobId: string): Promise<void>;
|
|
2126
|
+
deleteKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string): Promise<void>;
|
|
2127
|
+
deleteKnowledgeKnowledgebaseLabel(knowledgeBaseId: string, labelId: string): Promise<Models.LabelResponse>;
|
|
2111
2128
|
deleteKnowledgeKnowledgebaseLanguageCategory(categoryId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeCategory>;
|
|
2112
2129
|
deleteKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeDocument>;
|
|
2113
2130
|
deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<void>;
|
|
2131
|
+
getKnowledgeGuestSessionCategories(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionCategoriesOptions): Promise<Models.GuestCategoryResponseListing>;
|
|
2132
|
+
getKnowledgeGuestSessionDocument(sessionId: string, documentId: string): Promise<Models.KnowledgeGuestDocument>;
|
|
2133
|
+
getKnowledgeGuestSessionDocuments(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionDocumentsOptions): Promise<Models.KnowledgeGuestDocumentResponseListing>;
|
|
2114
2134
|
getKnowledgeKnowledgebase(knowledgeBaseId: string): Promise<Models.KnowledgeBase>;
|
|
2135
|
+
getKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseCategoriesOptions): Promise<Models.CategoryResponseListing>;
|
|
2136
|
+
getKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string): Promise<Models.CategoryResponse>;
|
|
2137
|
+
getKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentOptions): Promise<Models.KnowledgeDocumentResponse>;
|
|
2138
|
+
getKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationOptions): Promise<Models.DocumentVariation>;
|
|
2139
|
+
getKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationsOptions): Promise<Models.DocumentVariationListing>;
|
|
2140
|
+
getKnowledgeKnowledgebaseDocumentVersion(knowledgeBaseId: string, documentId: string, versionId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionOptions): Promise<Models.KnowledgeDocumentVersion>;
|
|
2141
|
+
getKnowledgeKnowledgebaseDocumentVersionVariation(knowledgeBaseId: string, documentId: string, versionId: string, variationId: string): Promise<Models.KnowledgeDocumentVersionVariation>;
|
|
2142
|
+
getKnowledgeKnowledgebaseDocumentVersionVariations(knowledgeBaseId: string, documentId: string, versionId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariationsOptions): Promise<Models.KnowledgeDocumentVersionVariationListing>;
|
|
2143
|
+
getKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionsOptions): Promise<Models.KnowledgeDocumentVersionListing>;
|
|
2144
|
+
getKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentsOptions): Promise<Models.KnowledgeDocumentResponseListing>;
|
|
2145
|
+
getKnowledgeKnowledgebaseExportJob(knowledgeBaseId: string, exportJobId: string): Promise<Models.KnowledgeExportJobResponse>;
|
|
2146
|
+
getKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string): Promise<Models.KnowledgeImportJobResponse>;
|
|
2147
|
+
getKnowledgeKnowledgebaseLabel(knowledgeBaseId: string, labelId: string): Promise<Models.LabelResponse>;
|
|
2148
|
+
getKnowledgeKnowledgebaseLabels(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLabelsOptions): Promise<Models.LabelListing>;
|
|
2115
2149
|
getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageCategoriesOptions): Promise<Models.CategoryListing>;
|
|
2116
2150
|
getKnowledgeKnowledgebaseLanguageCategory(categoryId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeExtendedCategory>;
|
|
2117
2151
|
getKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeDocument>;
|
|
@@ -2119,13 +2153,36 @@ declare class KnowledgeApi {
|
|
|
2119
2153
|
getKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<Models.KnowledgeImport>;
|
|
2120
2154
|
getKnowledgeKnowledgebaseLanguageTraining(knowledgeBaseId: string, languageCode: string, trainingId: string): Promise<Models.KnowledgeTraining>;
|
|
2121
2155
|
getKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageTrainingsOptions): Promise<Models.TrainingListing>;
|
|
2156
|
+
getKnowledgeKnowledgebaseUnansweredGroup(knowledgeBaseId: string, groupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupOptions): Promise<Models.UnansweredGroup>;
|
|
2157
|
+
getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions): Promise<Models.UnansweredPhraseGroup>;
|
|
2158
|
+
getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
|
|
2122
2159
|
getKnowledgeKnowledgebases(opts?: KnowledgeApi.getKnowledgeKnowledgebasesOptions): Promise<Models.KnowledgeBaseListing>;
|
|
2160
|
+
patchKnowledgeGuestSessionDocumentsSearchSearchId(sessionId: string, searchId: string, body: Models.SearchUpdateRequest): Promise<void>;
|
|
2123
2161
|
patchKnowledgeKnowledgebase(knowledgeBaseId: string, body: Models.KnowledgeBase): Promise<Models.KnowledgeBase>;
|
|
2162
|
+
patchKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string, body: Models.CategoryRequest): Promise<Models.CategoryResponse>;
|
|
2163
|
+
patchKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
|
|
2164
|
+
patchKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
|
|
2165
|
+
patchKnowledgeKnowledgebaseDocumentsSearchSearchId(knowledgeBaseId: string, searchId: string, opts?: KnowledgeApi.patchKnowledgeKnowledgebaseDocumentsSearchSearchIdOptions): Promise<void>;
|
|
2166
|
+
patchKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImportJobResponse>;
|
|
2167
|
+
patchKnowledgeKnowledgebaseLabel(knowledgeBaseId: string, labelId: string, body: Models.LabelUpdateRequest): Promise<Models.LabelResponse>;
|
|
2124
2168
|
patchKnowledgeKnowledgebaseLanguageCategory(categoryId: string, knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeCategoryRequest): Promise<Models.KnowledgeExtendedCategory>;
|
|
2125
2169
|
patchKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeDocumentRequest): Promise<Models.KnowledgeDocument>;
|
|
2126
2170
|
patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, body: Array<Models.KnowledgeDocumentBulkRequest>): Promise<Models.DocumentListing>;
|
|
2127
2171
|
patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImport>;
|
|
2172
|
+
patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
|
|
2128
2173
|
postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
2174
|
+
postKnowledgeGuestSessionDocumentsSearch(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchOptions): Promise<Models.KnowledgeDocumentGuestSearch>;
|
|
2175
|
+
postKnowledgeGuestSessionDocumentsSearchSuggestions(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions): Promise<Models.KnowledgeGuestDocumentSuggestion>;
|
|
2176
|
+
postKnowledgeGuestSessions(body: Models.KnowledgeGuestSession): Promise<Models.KnowledgeGuestSession>;
|
|
2177
|
+
postKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, body: Models.CategoryRequest): Promise<Models.CategoryResponse>;
|
|
2178
|
+
postKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
|
|
2179
|
+
postKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentVersion): Promise<Models.KnowledgeDocumentVersion>;
|
|
2180
|
+
postKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
|
|
2181
|
+
postKnowledgeKnowledgebaseDocumentsSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchOptions): Promise<Models.KnowledgeDocumentSearch>;
|
|
2182
|
+
postKnowledgeKnowledgebaseDocumentsSearchSuggestions(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchSuggestionsOptions): Promise<Models.KnowledgeDocumentSuggestion>;
|
|
2183
|
+
postKnowledgeKnowledgebaseExportJobs(knowledgeBaseId: string, body: Models.KnowledgeExportJobRequest): Promise<Models.KnowledgeExportJobResponse>;
|
|
2184
|
+
postKnowledgeKnowledgebaseImportJobs(knowledgeBaseId: string, body: Models.KnowledgeImportJobRequest): Promise<Models.KnowledgeImportJobResponse>;
|
|
2185
|
+
postKnowledgeKnowledgebaseLabels(knowledgeBaseId: string, body: Models.LabelCreateRequest): Promise<Models.LabelResponse>;
|
|
2129
2186
|
postKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeCategoryRequest): Promise<Models.KnowledgeExtendedCategory>;
|
|
2130
2187
|
postKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeDocumentRequest): Promise<Models.KnowledgeDocument>;
|
|
2131
2188
|
postKnowledgeKnowledgebaseLanguageDocumentsImports(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeImport): Promise<Models.KnowledgeImport>;
|
|
@@ -2136,6 +2193,79 @@ declare class KnowledgeApi {
|
|
|
2136
2193
|
}
|
|
2137
2194
|
|
|
2138
2195
|
declare namespace KnowledgeApi {
|
|
2196
|
+
export interface getKnowledgeGuestSessionCategoriesOptions {
|
|
2197
|
+
"before"?: string;
|
|
2198
|
+
"after"?: string;
|
|
2199
|
+
"pageSize"?: string;
|
|
2200
|
+
"parentId"?: string;
|
|
2201
|
+
"isRoot"?: boolean;
|
|
2202
|
+
"name"?: string;
|
|
2203
|
+
"sortBy"?: string;
|
|
2204
|
+
"expand"?: string;
|
|
2205
|
+
"includeDocumentCount"?: boolean;
|
|
2206
|
+
}
|
|
2207
|
+
export interface getKnowledgeGuestSessionDocumentsOptions {
|
|
2208
|
+
"categoryId"?: Array<string>;
|
|
2209
|
+
"includeSubcategories"?: boolean;
|
|
2210
|
+
"pageSize"?: string;
|
|
2211
|
+
}
|
|
2212
|
+
export interface getKnowledgeKnowledgebaseCategoriesOptions {
|
|
2213
|
+
"before"?: string;
|
|
2214
|
+
"after"?: string;
|
|
2215
|
+
"pageSize"?: string;
|
|
2216
|
+
"parentId"?: string;
|
|
2217
|
+
"isRoot"?: boolean;
|
|
2218
|
+
"name"?: string;
|
|
2219
|
+
"sortBy"?: string;
|
|
2220
|
+
"expand"?: string;
|
|
2221
|
+
"includeDocumentCount"?: boolean;
|
|
2222
|
+
}
|
|
2223
|
+
export interface getKnowledgeKnowledgebaseDocumentOptions {
|
|
2224
|
+
"expand"?: Array<string>;
|
|
2225
|
+
"state"?: string;
|
|
2226
|
+
}
|
|
2227
|
+
export interface getKnowledgeKnowledgebaseDocumentVariationOptions {
|
|
2228
|
+
"documentState"?: string;
|
|
2229
|
+
}
|
|
2230
|
+
export interface getKnowledgeKnowledgebaseDocumentVariationsOptions {
|
|
2231
|
+
"before"?: string;
|
|
2232
|
+
"after"?: string;
|
|
2233
|
+
"pageSize"?: string;
|
|
2234
|
+
"documentState"?: string;
|
|
2235
|
+
}
|
|
2236
|
+
export interface getKnowledgeKnowledgebaseDocumentVersionOptions {
|
|
2237
|
+
"expand"?: Array<string>;
|
|
2238
|
+
}
|
|
2239
|
+
export interface getKnowledgeKnowledgebaseDocumentVersionVariationsOptions {
|
|
2240
|
+
"before"?: string;
|
|
2241
|
+
"after"?: string;
|
|
2242
|
+
"pageSize"?: string;
|
|
2243
|
+
}
|
|
2244
|
+
export interface getKnowledgeKnowledgebaseDocumentVersionsOptions {
|
|
2245
|
+
"before"?: string;
|
|
2246
|
+
"after"?: string;
|
|
2247
|
+
"pageSize"?: string;
|
|
2248
|
+
"expand"?: Array<string>;
|
|
2249
|
+
}
|
|
2250
|
+
export interface getKnowledgeKnowledgebaseDocumentsOptions {
|
|
2251
|
+
"before"?: string;
|
|
2252
|
+
"after"?: string;
|
|
2253
|
+
"pageSize"?: string;
|
|
2254
|
+
"interval"?: string;
|
|
2255
|
+
"documentId"?: Array<string>;
|
|
2256
|
+
"categoryId"?: Array<string>;
|
|
2257
|
+
"includeSubcategories"?: boolean;
|
|
2258
|
+
"includeDrafts"?: boolean;
|
|
2259
|
+
"labelIds"?: Array<string>;
|
|
2260
|
+
"expand"?: Array<string>;
|
|
2261
|
+
}
|
|
2262
|
+
export interface getKnowledgeKnowledgebaseLabelsOptions {
|
|
2263
|
+
"before"?: string;
|
|
2264
|
+
"after"?: string;
|
|
2265
|
+
"pageSize"?: string;
|
|
2266
|
+
"name"?: string;
|
|
2267
|
+
"includeDocumentCount"?: boolean;
|
|
2268
|
+
}
|
|
2139
2269
|
export interface getKnowledgeKnowledgebaseLanguageCategoriesOptions {
|
|
2140
2270
|
"before"?: string;
|
|
2141
2271
|
"after"?: string;
|
|
@@ -2161,6 +2291,15 @@ declare namespace KnowledgeApi {
|
|
|
2161
2291
|
"pageSize"?: string;
|
|
2162
2292
|
"knowledgeDocumentsState"?: string;
|
|
2163
2293
|
}
|
|
2294
|
+
export interface getKnowledgeKnowledgebaseUnansweredGroupOptions {
|
|
2295
|
+
"app"?: string;
|
|
2296
|
+
}
|
|
2297
|
+
export interface getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions {
|
|
2298
|
+
"app"?: string;
|
|
2299
|
+
}
|
|
2300
|
+
export interface getKnowledgeKnowledgebaseUnansweredGroupsOptions {
|
|
2301
|
+
"app"?: string;
|
|
2302
|
+
}
|
|
2164
2303
|
export interface getKnowledgeKnowledgebasesOptions {
|
|
2165
2304
|
"before"?: string;
|
|
2166
2305
|
"after"?: string;
|
|
@@ -2172,6 +2311,23 @@ declare namespace KnowledgeApi {
|
|
|
2172
2311
|
"sortBy"?: string;
|
|
2173
2312
|
"sortOrder"?: string;
|
|
2174
2313
|
}
|
|
2314
|
+
export interface patchKnowledgeKnowledgebaseDocumentsSearchSearchIdOptions {
|
|
2315
|
+
"body"?: Models.SearchUpdateRequest;
|
|
2316
|
+
}
|
|
2317
|
+
export interface postKnowledgeGuestSessionDocumentsSearchOptions {
|
|
2318
|
+
"expand"?: Array<string>;
|
|
2319
|
+
"body"?: Models.KnowledgeDocumentGuestSearchRequest;
|
|
2320
|
+
}
|
|
2321
|
+
export interface postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions {
|
|
2322
|
+
"body"?: Models.KnowledgeDocumentSuggestionRequest;
|
|
2323
|
+
}
|
|
2324
|
+
export interface postKnowledgeKnowledgebaseDocumentsSearchOptions {
|
|
2325
|
+
"expand"?: Array<string>;
|
|
2326
|
+
"body"?: Models.KnowledgeDocumentSearchRequest;
|
|
2327
|
+
}
|
|
2328
|
+
export interface postKnowledgeKnowledgebaseDocumentsSearchSuggestionsOptions {
|
|
2329
|
+
"body"?: Models.KnowledgeDocumentSuggestionRequest;
|
|
2330
|
+
}
|
|
2175
2331
|
export interface postKnowledgeKnowledgebaseSearchOptions {
|
|
2176
2332
|
"body"?: Models.KnowledgeSearchRequest;
|
|
2177
2333
|
}
|
|
@@ -2672,6 +2828,7 @@ declare class OutboundApi {
|
|
|
2672
2828
|
deleteOutboundContactlistContacts(contactListId: string, contactIds: Array<string>): Promise<void>;
|
|
2673
2829
|
deleteOutboundContactlistfilter(contactListFilterId: string): Promise<void>;
|
|
2674
2830
|
deleteOutboundContactlists(id: Array<string>): Promise<void>;
|
|
2831
|
+
deleteOutboundDigitalruleset(digitalRuleSetId: string): Promise<void>;
|
|
2675
2832
|
deleteOutboundDnclist(dncListId: string): Promise<void>;
|
|
2676
2833
|
deleteOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
|
|
2677
2834
|
deleteOutboundMessagingcampaignProgress(messagingCampaignId: string): Promise<void>;
|
|
@@ -2710,6 +2867,8 @@ declare class OutboundApi {
|
|
|
2710
2867
|
getOutboundContactlists(opts?: OutboundApi.getOutboundContactlistsOptions): Promise<Models.ContactListEntityListing>;
|
|
2711
2868
|
getOutboundContactlistsDivisionview(contactListId: string, opts?: OutboundApi.getOutboundContactlistsDivisionviewOptions): Promise<Models.ContactListDivisionView>;
|
|
2712
2869
|
getOutboundContactlistsDivisionviews(opts?: OutboundApi.getOutboundContactlistsDivisionviewsOptions): Promise<Models.ContactListDivisionViewListing>;
|
|
2870
|
+
getOutboundDigitalruleset(digitalRuleSetId: string): Promise<Models.DigitalRuleSet>;
|
|
2871
|
+
getOutboundDigitalrulesets(opts?: OutboundApi.getOutboundDigitalrulesetsOptions): Promise<Models.DigitalRuleSetEntityListing>;
|
|
2713
2872
|
getOutboundDnclist(dncListId: string, opts?: OutboundApi.getOutboundDnclistOptions): Promise<Models.DncList>;
|
|
2714
2873
|
getOutboundDnclistExport(dncListId: string, opts?: OutboundApi.getOutboundDnclistExportOptions): Promise<Models.ExportUri>;
|
|
2715
2874
|
getOutboundDnclistImportstatus(dncListId: string): Promise<Models.ImportStatus>;
|
|
@@ -2755,6 +2914,7 @@ declare class OutboundApi {
|
|
|
2755
2914
|
postOutboundContactlistfiltersPreview(body: Models.ContactListFilter): Promise<Models.FilterPreviewResponse>;
|
|
2756
2915
|
postOutboundContactlists(body: Models.ContactList): Promise<Models.ContactList>;
|
|
2757
2916
|
postOutboundConversationDnc(conversationId: string): Promise<void>;
|
|
2917
|
+
postOutboundDigitalrulesets(body: Models.DigitalRuleSet): Promise<Models.DigitalRuleSet>;
|
|
2758
2918
|
postOutboundDnclistExport(dncListId: string): Promise<Models.DomainEntityRef>;
|
|
2759
2919
|
postOutboundDnclistPhonenumbers(dncListId: string, body: Array<string>, opts?: OutboundApi.postOutboundDnclistPhonenumbersOptions): Promise<void>;
|
|
2760
2920
|
postOutboundDnclists(body: Models.DncListCreate): Promise<Models.DncList>;
|
|
@@ -2771,6 +2931,7 @@ declare class OutboundApi {
|
|
|
2771
2931
|
putOutboundContactlist(contactListId: string, body: Models.ContactList): Promise<Models.ContactList>;
|
|
2772
2932
|
putOutboundContactlistContact(contactListId: string, contactId: string, body: Models.DialerContact): Promise<Models.DialerContact>;
|
|
2773
2933
|
putOutboundContactlistfilter(contactListFilterId: string, body: Models.ContactListFilter): Promise<Models.ContactListFilter>;
|
|
2934
|
+
putOutboundDigitalruleset(digitalRuleSetId: string, body: Models.DigitalRuleSet): Promise<Models.DigitalRuleSet>;
|
|
2774
2935
|
putOutboundDnclist(dncListId: string, body: Models.DncList): Promise<Models.DncList>;
|
|
2775
2936
|
putOutboundMessagingcampaign(messagingCampaignId: string, body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
|
|
2776
2937
|
putOutboundRuleset(ruleSetId: string, body: Models.RuleSet): Promise<Models.RuleSet>;
|
|
@@ -2906,6 +3067,14 @@ declare namespace OutboundApi {
|
|
|
2906
3067
|
"sortBy"?: string;
|
|
2907
3068
|
"sortOrder"?: string;
|
|
2908
3069
|
}
|
|
3070
|
+
export interface getOutboundDigitalrulesetsOptions {
|
|
3071
|
+
"pageSize"?: number;
|
|
3072
|
+
"pageNumber"?: number;
|
|
3073
|
+
"sortBy"?: string;
|
|
3074
|
+
"sortOrder"?: string;
|
|
3075
|
+
"name"?: string;
|
|
3076
|
+
"id"?: Array<string>;
|
|
3077
|
+
}
|
|
2909
3078
|
export interface getOutboundDnclistOptions {
|
|
2910
3079
|
"includeImportStatus"?: boolean;
|
|
2911
3080
|
"includeSize"?: boolean;
|
|
@@ -3035,14 +3204,14 @@ declare namespace PresenceApi {
|
|
|
3035
3204
|
|
|
3036
3205
|
declare class QualityApi {
|
|
3037
3206
|
deleteQualityCalibration(calibrationId: string, calibratorId: string): Promise<Models.Calibration>;
|
|
3038
|
-
deleteQualityConversationEvaluation(conversationId: string, evaluationId: string, opts?: QualityApi.deleteQualityConversationEvaluationOptions): Promise<Models.
|
|
3207
|
+
deleteQualityConversationEvaluation(conversationId: string, evaluationId: string, opts?: QualityApi.deleteQualityConversationEvaluationOptions): Promise<Models.EvaluationResponse>;
|
|
3039
3208
|
deleteQualityForm(formId: string): Promise<void>;
|
|
3040
3209
|
deleteQualityFormsEvaluation(formId: string): Promise<void>;
|
|
3041
3210
|
deleteQualityFormsSurvey(formId: string): Promise<void>;
|
|
3042
3211
|
getQualityAgentsActivity(opts?: QualityApi.getQualityAgentsActivityOptions): Promise<Models.AgentActivityEntityListing>;
|
|
3043
3212
|
getQualityCalibration(calibrationId: string, opts?: QualityApi.getQualityCalibrationOptions): Promise<Models.Calibration>;
|
|
3044
3213
|
getQualityCalibrations(calibratorId: string, opts?: QualityApi.getQualityCalibrationsOptions): Promise<Models.CalibrationEntityListing>;
|
|
3045
|
-
getQualityConversationEvaluation(conversationId: string, evaluationId: string, opts?: QualityApi.getQualityConversationEvaluationOptions): Promise<Models.
|
|
3214
|
+
getQualityConversationEvaluation(conversationId: string, evaluationId: string, opts?: QualityApi.getQualityConversationEvaluationOptions): Promise<Models.EvaluationResponse>;
|
|
3046
3215
|
getQualityConversationSurveys(conversationId: string): Promise<Array<Models.Survey>>;
|
|
3047
3216
|
getQualityConversationsAuditsQueryTransactionId(transactionId: string): Promise<Models.QualityAuditQueryExecutionStatusResponse>;
|
|
3048
3217
|
getQualityConversationsAuditsQueryTransactionIdResults(transactionId: string, opts?: QualityApi.getQualityConversationsAuditsQueryTransactionIdResultsOptions): Promise<Models.QualityAuditQueryExecutionResultsResponse>;
|
|
@@ -3084,7 +3253,7 @@ declare class QualityApi {
|
|
|
3084
3253
|
postQualityPublishedformsSurveys(body: Models.PublishForm): Promise<Models.SurveyForm>;
|
|
3085
3254
|
postQualitySurveysScoring(body: Models.SurveyFormAndScoringSet): Promise<Models.SurveyScoringSet>;
|
|
3086
3255
|
putQualityCalibration(calibrationId: string, body: Models.Calibration): Promise<Models.Calibration>;
|
|
3087
|
-
putQualityConversationEvaluation(conversationId: string, evaluationId: string, body: Models.Evaluation, opts?: QualityApi.putQualityConversationEvaluationOptions): Promise<Models.
|
|
3256
|
+
putQualityConversationEvaluation(conversationId: string, evaluationId: string, body: Models.Evaluation, opts?: QualityApi.putQualityConversationEvaluationOptions): Promise<Models.EvaluationResponse>;
|
|
3088
3257
|
putQualityForm(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
|
|
3089
3258
|
putQualityFormsEvaluation(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
|
|
3090
3259
|
putQualityFormsSurvey(formId: string, body: Models.SurveyForm): Promise<Models.SurveyForm>;
|
|
@@ -3272,6 +3441,7 @@ declare class RecordingApi {
|
|
|
3272
3441
|
getRecordingRecordingkeys(opts?: RecordingApi.getRecordingRecordingkeysOptions): Promise<Models.EncryptionKeyEntityListing>;
|
|
3273
3442
|
getRecordingRecordingkeysRotationschedule(): Promise<Models.KeyRotationSchedule>;
|
|
3274
3443
|
getRecordingSettings(opts?: RecordingApi.getRecordingSettingsOptions): Promise<Models.RecordingSettings>;
|
|
3444
|
+
getRecordingsRetentionQuery(retentionThresholdDays: number, opts?: RecordingApi.getRecordingsRetentionQueryOptions): Promise<Models.RecordingRetentionCursorEntityListing>;
|
|
3275
3445
|
getRecordingsScreensessions(opts?: RecordingApi.getRecordingsScreensessionsOptions): Promise<Models.ScreenRecordingSessionListing>;
|
|
3276
3446
|
patchRecordingCrossplatformMediaretentionpolicy(policyId: string, body: Models.CrossPlatformPolicyUpdate): Promise<Models.CrossPlatformPolicy>;
|
|
3277
3447
|
patchRecordingMediaretentionpolicy(policyId: string, body: Models.PolicyUpdate): Promise<Models.Policy>;
|
|
@@ -3387,6 +3557,10 @@ declare namespace RecordingApi {
|
|
|
3387
3557
|
export interface getRecordingSettingsOptions {
|
|
3388
3558
|
"createDefault"?: boolean;
|
|
3389
3559
|
}
|
|
3560
|
+
export interface getRecordingsRetentionQueryOptions {
|
|
3561
|
+
"cursor"?: string;
|
|
3562
|
+
"pageSize"?: number;
|
|
3563
|
+
}
|
|
3390
3564
|
export interface getRecordingsScreensessionsOptions {
|
|
3391
3565
|
"pageSize"?: number;
|
|
3392
3566
|
"pageNumber"?: number;
|
|
@@ -3470,6 +3644,7 @@ declare class RoutingApi {
|
|
|
3470
3644
|
getRoutingAssessments(opts?: RoutingApi.getRoutingAssessmentsOptions): Promise<Models.AssessmentListing>;
|
|
3471
3645
|
getRoutingAssessmentsJob(jobId: string): Promise<Models.BenefitAssessmentJob>;
|
|
3472
3646
|
getRoutingAssessmentsJobs(opts?: RoutingApi.getRoutingAssessmentsJobsOptions): Promise<Models.AssessmentJobListing>;
|
|
3647
|
+
getRoutingAvailablemediatypes(): Promise<Models.AvailableMediaTypeEntityListing>;
|
|
3473
3648
|
getRoutingEmailDomain(domainId: string): Promise<Models.InboundDomain>;
|
|
3474
3649
|
getRoutingEmailDomainRoute(domainName: string, routeId: string): Promise<Models.InboundRoute>;
|
|
3475
3650
|
getRoutingEmailDomainRoutes(domainName: string, opts?: RoutingApi.getRoutingEmailDomainRoutesOptions): Promise<Models.InboundRouteEntityListing>;
|
|
@@ -4636,6 +4811,7 @@ declare class UsersApi {
|
|
|
4636
4811
|
postAuthorizationSubjectBulkremove(subjectId: string, body: Models.RoleDivisionGrants): Promise<void>;
|
|
4637
4812
|
postAuthorizationSubjectBulkreplace(subjectId: string, body: Models.RoleDivisionGrants, opts?: UsersApi.postAuthorizationSubjectBulkreplaceOptions): Promise<void>;
|
|
4638
4813
|
postAuthorizationSubjectDivisionRole(subjectId: string, divisionId: string, roleId: string, opts?: UsersApi.postAuthorizationSubjectDivisionRoleOptions): Promise<void>;
|
|
4814
|
+
postUserExternalid(userId: string, body: Models.UserExternalIdentifier): Promise<Array<Models.UserExternalIdentifier>>;
|
|
4639
4815
|
postUserInvite(userId: string, opts?: UsersApi.postUserInviteOptions): Promise<void>;
|
|
4640
4816
|
postUserPassword(userId: string, body: Models.ChangePasswordRequest): Promise<void>;
|
|
4641
4817
|
postUserRoutinglanguages(userId: string, body: Models.UserRoutingLanguagePost): Promise<Models.UserRoutingLanguage>;
|
|
@@ -4903,6 +5079,7 @@ declare class WebDeploymentsApi {
|
|
|
4903
5079
|
getWebdeploymentsConfigurationVersionsDraft(configurationId: string): Promise<Models.WebDeploymentConfigurationVersion>;
|
|
4904
5080
|
getWebdeploymentsConfigurations(opts?: WebDeploymentsApi.getWebdeploymentsConfigurationsOptions): Promise<Models.WebDeploymentConfigurationVersionEntityListing>;
|
|
4905
5081
|
getWebdeploymentsDeployment(deploymentId: string): Promise<Models.WebDeployment>;
|
|
5082
|
+
getWebdeploymentsDeploymentConfigurations(deploymentId: string, opts?: WebDeploymentsApi.getWebdeploymentsDeploymentConfigurationsOptions): Promise<Models.WebDeploymentActiveConfigurationOnDeployment>;
|
|
4906
5083
|
getWebdeploymentsDeployments(): Promise<Models.WebDeploymentEntityListing>;
|
|
4907
5084
|
postWebdeploymentsConfigurationVersionsDraftPublish(configurationId: string): Promise<Models.WebDeploymentConfigurationVersion>;
|
|
4908
5085
|
postWebdeploymentsConfigurations(configurationVersion: Models.WebDeploymentConfigurationVersion): Promise<Models.WebDeploymentConfigurationVersion>;
|
|
@@ -4915,6 +5092,9 @@ declare namespace WebDeploymentsApi {
|
|
|
4915
5092
|
export interface getWebdeploymentsConfigurationsOptions {
|
|
4916
5093
|
"showOnlyPublished"?: boolean;
|
|
4917
5094
|
}
|
|
5095
|
+
export interface getWebdeploymentsDeploymentConfigurationsOptions {
|
|
5096
|
+
"type"?: string;
|
|
5097
|
+
}
|
|
4918
5098
|
}
|
|
4919
5099
|
|
|
4920
5100
|
declare class WebMessagingApi {
|
|
@@ -5462,6 +5642,9 @@ declare namespace Models {
|
|
|
5462
5642
|
export interface ActionMapAction {
|
|
5463
5643
|
"actionTemplate"?: Models.ActionMapActionTemplate;
|
|
5464
5644
|
"mediaType"?: string;
|
|
5645
|
+
"actionTargetId"?: string;
|
|
5646
|
+
"isPacingEnabled"?: boolean;
|
|
5647
|
+
"props"?: Models.ActionProperties;
|
|
5465
5648
|
"architectFlowFields"?: Models.ArchitectFlowFields;
|
|
5466
5649
|
"webMessagingOfferFields"?: Models.WebMessagingOfferFields;
|
|
5467
5650
|
"openActionFields"?: Models.OpenActionFields;
|
|
@@ -6013,6 +6196,12 @@ declare namespace Models {
|
|
|
6013
6196
|
"conversations"?: Array<Models.AnalyticsConversationWithoutAttributes>;
|
|
6014
6197
|
}
|
|
6015
6198
|
|
|
6199
|
+
export interface AnalyticsDataRetentionResponse {
|
|
6200
|
+
"retentionDays"?: number;
|
|
6201
|
+
"dateCreated"?: string;
|
|
6202
|
+
"dateModified"?: string;
|
|
6203
|
+
}
|
|
6204
|
+
|
|
6016
6205
|
export interface AnalyticsEvaluation {
|
|
6017
6206
|
"calibrationId"?: string;
|
|
6018
6207
|
"contextId"?: string;
|
|
@@ -6150,6 +6339,7 @@ declare namespace Models {
|
|
|
6150
6339
|
"ani"?: string;
|
|
6151
6340
|
"assignerId"?: string;
|
|
6152
6341
|
"authenticated"?: boolean;
|
|
6342
|
+
"bargedParticipantId"?: string;
|
|
6153
6343
|
"callbackNumbers"?: Array<string>;
|
|
6154
6344
|
"callbackScheduledTime"?: string;
|
|
6155
6345
|
"callbackUserName"?: string;
|
|
@@ -6310,6 +6500,11 @@ declare namespace Models {
|
|
|
6310
6500
|
"date"?: string;
|
|
6311
6501
|
}
|
|
6312
6502
|
|
|
6503
|
+
export interface AppendToDncActionSettings {
|
|
6504
|
+
"expire": boolean;
|
|
6505
|
+
"expirationDuration"?: string;
|
|
6506
|
+
}
|
|
6507
|
+
|
|
6313
6508
|
export interface ArchitectDependencyTrackingBuildNotificationClient {
|
|
6314
6509
|
"id"?: string;
|
|
6315
6510
|
"name"?: string;
|
|
@@ -6879,6 +7074,7 @@ declare namespace Models {
|
|
|
6879
7074
|
"client"?: Models.AddressableEntityRef;
|
|
6880
7075
|
"remoteIp"?: Array<string>;
|
|
6881
7076
|
"serviceName"?: string;
|
|
7077
|
+
"level"?: string;
|
|
6882
7078
|
"eventDate"?: string;
|
|
6883
7079
|
"message"?: Models.MessageInfo;
|
|
6884
7080
|
"action"?: string;
|
|
@@ -7112,6 +7308,15 @@ declare namespace Models {
|
|
|
7112
7308
|
"languages"?: Array<string>;
|
|
7113
7309
|
}
|
|
7114
7310
|
|
|
7311
|
+
export interface AvailableMediaType {
|
|
7312
|
+
"mediaType"?: string;
|
|
7313
|
+
"availableSubTypes"?: Array<string>;
|
|
7314
|
+
}
|
|
7315
|
+
|
|
7316
|
+
export interface AvailableMediaTypeEntityListing {
|
|
7317
|
+
"entities"?: Array<Models.AvailableMediaType>;
|
|
7318
|
+
}
|
|
7319
|
+
|
|
7115
7320
|
export interface AvailableTime {
|
|
7116
7321
|
"dateStart"?: string;
|
|
7117
7322
|
"lengthInMinutes"?: number;
|
|
@@ -7975,7 +8180,7 @@ declare namespace Models {
|
|
|
7975
8180
|
}
|
|
7976
8181
|
|
|
7977
8182
|
export interface BulkIdsRequest {
|
|
7978
|
-
"entities"?: Array<Models.
|
|
8183
|
+
"entities"?: Array<Models.WritableEntity>;
|
|
7979
8184
|
}
|
|
7980
8185
|
|
|
7981
8186
|
export interface BulkNotesRequest {
|
|
@@ -8948,6 +9153,40 @@ declare namespace Models {
|
|
|
8948
9153
|
"previousUri"?: string;
|
|
8949
9154
|
}
|
|
8950
9155
|
|
|
9156
|
+
export interface CategoryReference {
|
|
9157
|
+
"id": string;
|
|
9158
|
+
"name"?: string;
|
|
9159
|
+
"parentCategory"?: Models.CategoryReference;
|
|
9160
|
+
"selfUri"?: string;
|
|
9161
|
+
}
|
|
9162
|
+
|
|
9163
|
+
export interface CategoryRequest {
|
|
9164
|
+
"id"?: string;
|
|
9165
|
+
"name": string;
|
|
9166
|
+
"description"?: string;
|
|
9167
|
+
"parentCategoryId"?: string;
|
|
9168
|
+
"selfUri"?: string;
|
|
9169
|
+
}
|
|
9170
|
+
|
|
9171
|
+
export interface CategoryResponse {
|
|
9172
|
+
"id"?: string;
|
|
9173
|
+
"name": string;
|
|
9174
|
+
"description"?: string;
|
|
9175
|
+
"dateCreated"?: string;
|
|
9176
|
+
"dateModified"?: string;
|
|
9177
|
+
"parentCategory"?: Models.CategoryReference;
|
|
9178
|
+
"documentCount"?: number;
|
|
9179
|
+
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
9180
|
+
"selfUri"?: string;
|
|
9181
|
+
}
|
|
9182
|
+
|
|
9183
|
+
export interface CategoryResponseListing {
|
|
9184
|
+
"entities"?: Array<Models.CategoryResponse>;
|
|
9185
|
+
"nextUri"?: string;
|
|
9186
|
+
"selfUri"?: string;
|
|
9187
|
+
"previousUri"?: string;
|
|
9188
|
+
}
|
|
9189
|
+
|
|
8951
9190
|
export interface Certificate {
|
|
8952
9191
|
"certificate": string;
|
|
8953
9192
|
}
|
|
@@ -8971,8 +9210,8 @@ declare namespace Models {
|
|
|
8971
9210
|
"expirationDate"?: string;
|
|
8972
9211
|
"issueDate"?: string;
|
|
8973
9212
|
"expired"?: boolean;
|
|
8974
|
-
"signatureValid"?: boolean;
|
|
8975
9213
|
"valid"?: boolean;
|
|
9214
|
+
"signatureValid"?: boolean;
|
|
8976
9215
|
}
|
|
8977
9216
|
|
|
8978
9217
|
export interface Change {
|
|
@@ -9642,6 +9881,16 @@ declare namespace Models {
|
|
|
9642
9881
|
"countryCode"?: string;
|
|
9643
9882
|
}
|
|
9644
9883
|
|
|
9884
|
+
export interface ContactAddressConditionSettings {
|
|
9885
|
+
"operator": string;
|
|
9886
|
+
"value": string;
|
|
9887
|
+
}
|
|
9888
|
+
|
|
9889
|
+
export interface ContactAddressTypeConditionSettings {
|
|
9890
|
+
"operator": string;
|
|
9891
|
+
"value": string;
|
|
9892
|
+
}
|
|
9893
|
+
|
|
9645
9894
|
export interface ContactAddressableEntityRef {
|
|
9646
9895
|
"id"?: string;
|
|
9647
9896
|
"selfUri"?: string;
|
|
@@ -9659,6 +9908,13 @@ declare namespace Models {
|
|
|
9659
9908
|
"removeSkillsFromBlindTransfer"?: boolean;
|
|
9660
9909
|
}
|
|
9661
9910
|
|
|
9911
|
+
export interface ContactColumnConditionSettings {
|
|
9912
|
+
"columnName": string;
|
|
9913
|
+
"operator": string;
|
|
9914
|
+
"value": string;
|
|
9915
|
+
"valueType": string;
|
|
9916
|
+
}
|
|
9917
|
+
|
|
9662
9918
|
export interface ContactColumnTimeZone {
|
|
9663
9919
|
"timeZone"?: string;
|
|
9664
9920
|
"columnType"?: string;
|
|
@@ -10162,6 +10418,7 @@ declare namespace Models {
|
|
|
10162
10418
|
"autoStartType"?: string;
|
|
10163
10419
|
"autoStart"?: Models.AutoStart;
|
|
10164
10420
|
"markdown"?: Models.Markdown;
|
|
10421
|
+
"conversationDisconnect"?: Models.ConversationDisconnectSettings;
|
|
10165
10422
|
}
|
|
10166
10423
|
|
|
10167
10424
|
export interface ConversationAssociation {
|
|
@@ -10182,11 +10439,6 @@ declare namespace Models {
|
|
|
10182
10439
|
"participants"?: Array<Models.ParticipantBasic>;
|
|
10183
10440
|
}
|
|
10184
10441
|
|
|
10185
|
-
export interface ConversationButtonComponent {
|
|
10186
|
-
"title"?: string;
|
|
10187
|
-
"actions"?: Models.ConversationContentActions;
|
|
10188
|
-
}
|
|
10189
|
-
|
|
10190
10442
|
export interface ConversationCallEventTopicCallConversation {
|
|
10191
10443
|
"id"?: string;
|
|
10192
10444
|
"name"?: string;
|
|
@@ -10206,6 +10458,7 @@ declare namespace Models {
|
|
|
10206
10458
|
"startHoldTime"?: string;
|
|
10207
10459
|
"purpose"?: string;
|
|
10208
10460
|
"state"?: string;
|
|
10461
|
+
"initialState"?: string;
|
|
10209
10462
|
"direction"?: string;
|
|
10210
10463
|
"disconnectType"?: string;
|
|
10211
10464
|
"held"?: boolean;
|
|
@@ -10347,6 +10600,7 @@ declare namespace Models {
|
|
|
10347
10600
|
"startHoldTime"?: string;
|
|
10348
10601
|
"purpose"?: string;
|
|
10349
10602
|
"state"?: string;
|
|
10603
|
+
"initialState"?: string;
|
|
10350
10604
|
"direction"?: string;
|
|
10351
10605
|
"disconnectType"?: string;
|
|
10352
10606
|
"held"?: boolean;
|
|
@@ -10479,6 +10733,9 @@ declare namespace Models {
|
|
|
10479
10733
|
"platform"?: string;
|
|
10480
10734
|
}
|
|
10481
10735
|
|
|
10736
|
+
export interface ConversationChannelMetadata {
|
|
10737
|
+
}
|
|
10738
|
+
|
|
10482
10739
|
export interface ConversationChat {
|
|
10483
10740
|
"state"?: string;
|
|
10484
10741
|
"id"?: string;
|
|
@@ -10520,6 +10777,7 @@ declare namespace Models {
|
|
|
10520
10777
|
"startHoldTime"?: string;
|
|
10521
10778
|
"purpose"?: string;
|
|
10522
10779
|
"state"?: string;
|
|
10780
|
+
"initialState"?: string;
|
|
10523
10781
|
"direction"?: string;
|
|
10524
10782
|
"disconnectType"?: string;
|
|
10525
10783
|
"held"?: boolean;
|
|
@@ -10638,6 +10896,7 @@ declare namespace Models {
|
|
|
10638
10896
|
"startHoldTime"?: string;
|
|
10639
10897
|
"purpose"?: string;
|
|
10640
10898
|
"state"?: string;
|
|
10899
|
+
"initialState"?: string;
|
|
10641
10900
|
"direction"?: string;
|
|
10642
10901
|
"disconnectType"?: string;
|
|
10643
10902
|
"held"?: boolean;
|
|
@@ -10742,12 +11001,6 @@ declare namespace Models {
|
|
|
10742
11001
|
"endTime"?: string;
|
|
10743
11002
|
}
|
|
10744
11003
|
|
|
10745
|
-
export interface ConversationContentActions {
|
|
10746
|
-
"url"?: string;
|
|
10747
|
-
"urlTarget"?: string;
|
|
10748
|
-
"textback"?: string;
|
|
10749
|
-
}
|
|
10750
|
-
|
|
10751
11004
|
export interface ConversationContentAttachment {
|
|
10752
11005
|
"id"?: string;
|
|
10753
11006
|
"mediaType": string;
|
|
@@ -10756,6 +11009,7 @@ declare namespace Models {
|
|
|
10756
11009
|
"text"?: string;
|
|
10757
11010
|
"sha256"?: string;
|
|
10758
11011
|
"filename"?: string;
|
|
11012
|
+
"contentSizeBytes"?: number;
|
|
10759
11013
|
}
|
|
10760
11014
|
|
|
10761
11015
|
export interface ConversationContentButtonResponse {
|
|
@@ -10781,16 +11035,7 @@ declare namespace Models {
|
|
|
10781
11035
|
}
|
|
10782
11036
|
|
|
10783
11037
|
export interface ConversationContentCarousel {
|
|
10784
|
-
"cards"
|
|
10785
|
-
}
|
|
10786
|
-
|
|
10787
|
-
export interface ConversationContentGeneric {
|
|
10788
|
-
"title"?: string;
|
|
10789
|
-
"description"?: string;
|
|
10790
|
-
"image"?: string;
|
|
10791
|
-
"video"?: string;
|
|
10792
|
-
"actions"?: Models.ConversationContentActions;
|
|
10793
|
-
"components"?: Array<Models.ConversationButtonComponent>;
|
|
11038
|
+
"cards": Array<Models.ConversationContentCard>;
|
|
10794
11039
|
}
|
|
10795
11040
|
|
|
10796
11041
|
export interface ConversationContentLocation {
|
|
@@ -10850,6 +11095,11 @@ declare namespace Models {
|
|
|
10850
11095
|
"dataAvailabilityDate"?: string;
|
|
10851
11096
|
}
|
|
10852
11097
|
|
|
11098
|
+
export interface ConversationDisconnectSettings {
|
|
11099
|
+
"enabled"?: boolean;
|
|
11100
|
+
"type"?: string;
|
|
11101
|
+
}
|
|
11102
|
+
|
|
10853
11103
|
export interface ConversationDivisionMembership {
|
|
10854
11104
|
"division"?: Models.DomainEntityRef;
|
|
10855
11105
|
"entities"?: Array<Models.DomainEntityRef>;
|
|
@@ -10895,6 +11145,7 @@ declare namespace Models {
|
|
|
10895
11145
|
"startHoldTime"?: string;
|
|
10896
11146
|
"purpose"?: string;
|
|
10897
11147
|
"state"?: string;
|
|
11148
|
+
"initialState"?: string;
|
|
10898
11149
|
"direction"?: string;
|
|
10899
11150
|
"disconnectType"?: string;
|
|
10900
11151
|
"held"?: boolean;
|
|
@@ -10985,6 +11236,20 @@ declare namespace Models {
|
|
|
10985
11236
|
"endTime"?: string;
|
|
10986
11237
|
}
|
|
10987
11238
|
|
|
11239
|
+
export interface ConversationEncryptionConfiguration {
|
|
11240
|
+
"id"?: string;
|
|
11241
|
+
"url": string;
|
|
11242
|
+
"keyConfigurationType": string;
|
|
11243
|
+
"lastError"?: Models.ErrorBody;
|
|
11244
|
+
"selfUri"?: string;
|
|
11245
|
+
}
|
|
11246
|
+
|
|
11247
|
+
export interface ConversationEncryptionConfigurationListing {
|
|
11248
|
+
"total"?: number;
|
|
11249
|
+
"entities"?: Array<Models.ConversationEncryptionConfiguration>;
|
|
11250
|
+
"selfUri"?: string;
|
|
11251
|
+
}
|
|
11252
|
+
|
|
10988
11253
|
export interface ConversationEntityListing {
|
|
10989
11254
|
"entities"?: Array<Models.Conversation>;
|
|
10990
11255
|
"pageSize"?: number;
|
|
@@ -11449,12 +11714,11 @@ declare namespace Models {
|
|
|
11449
11714
|
export interface ConversationMessageContent {
|
|
11450
11715
|
"contentType": string;
|
|
11451
11716
|
"location"?: Models.ConversationContentLocation;
|
|
11452
|
-
"story"?: Models.ConversationContentStory;
|
|
11453
11717
|
"attachment"?: Models.ConversationContentAttachment;
|
|
11454
11718
|
"quickReply"?: Models.ConversationContentQuickReply;
|
|
11455
|
-
"template"?: Models.ConversationContentNotificationTemplate;
|
|
11456
11719
|
"buttonResponse"?: Models.ConversationContentButtonResponse;
|
|
11457
|
-
"
|
|
11720
|
+
"template"?: Models.ConversationContentNotificationTemplate;
|
|
11721
|
+
"story"?: Models.ConversationContentStory;
|
|
11458
11722
|
"card"?: Models.ConversationContentCard;
|
|
11459
11723
|
"carousel"?: Models.ConversationContentCarousel;
|
|
11460
11724
|
}
|
|
@@ -11566,6 +11830,7 @@ declare namespace Models {
|
|
|
11566
11830
|
"startHoldTime"?: string;
|
|
11567
11831
|
"purpose"?: string;
|
|
11568
11832
|
"state"?: string;
|
|
11833
|
+
"initialState"?: string;
|
|
11569
11834
|
"direction"?: string;
|
|
11570
11835
|
"disconnectType"?: string;
|
|
11571
11836
|
"held"?: boolean;
|
|
@@ -11663,9 +11928,6 @@ declare namespace Models {
|
|
|
11663
11928
|
"dateDeleted"?: string;
|
|
11664
11929
|
}
|
|
11665
11930
|
|
|
11666
|
-
export interface ConversationMessagingChannelMetadata {
|
|
11667
|
-
}
|
|
11668
|
-
|
|
11669
11931
|
export interface ConversationMessagingFromRecipient {
|
|
11670
11932
|
"nickname"?: string;
|
|
11671
11933
|
"id": string;
|
|
@@ -11950,6 +12212,7 @@ declare namespace Models {
|
|
|
11950
12212
|
"startHoldTime"?: string;
|
|
11951
12213
|
"purpose"?: string;
|
|
11952
12214
|
"state"?: string;
|
|
12215
|
+
"initialState"?: string;
|
|
11953
12216
|
"direction"?: string;
|
|
11954
12217
|
"disconnectType"?: string;
|
|
11955
12218
|
"held"?: boolean;
|
|
@@ -11993,6 +12256,11 @@ declare namespace Models {
|
|
|
11993
12256
|
"endTime"?: string;
|
|
11994
12257
|
}
|
|
11995
12258
|
|
|
12259
|
+
export interface ConversationSecureAttributes {
|
|
12260
|
+
"attributes"?: { [key: string]: string; };
|
|
12261
|
+
"version"?: number;
|
|
12262
|
+
}
|
|
12263
|
+
|
|
11996
12264
|
export interface ConversationSocialExpressionEventTopicConversationRoutingData {
|
|
11997
12265
|
"queue"?: Models.ConversationSocialExpressionEventTopicUriReference;
|
|
11998
12266
|
"language"?: Models.ConversationSocialExpressionEventTopicUriReference;
|
|
@@ -12069,6 +12337,7 @@ declare namespace Models {
|
|
|
12069
12337
|
"startHoldTime"?: string;
|
|
12070
12338
|
"purpose"?: string;
|
|
12071
12339
|
"state"?: string;
|
|
12340
|
+
"initialState"?: string;
|
|
12072
12341
|
"direction"?: string;
|
|
12073
12342
|
"disconnectType"?: string;
|
|
12074
12343
|
"held"?: boolean;
|
|
@@ -12219,6 +12488,7 @@ declare namespace Models {
|
|
|
12219
12488
|
"startHoldTime"?: string;
|
|
12220
12489
|
"purpose"?: string;
|
|
12221
12490
|
"state"?: string;
|
|
12491
|
+
"initialState"?: string;
|
|
12222
12492
|
"direction"?: string;
|
|
12223
12493
|
"disconnectType"?: string;
|
|
12224
12494
|
"held"?: boolean;
|
|
@@ -12644,7 +12914,7 @@ declare namespace Models {
|
|
|
12644
12914
|
"email": string;
|
|
12645
12915
|
"addresses"?: Array<Models.Contact>;
|
|
12646
12916
|
"title"?: string;
|
|
12647
|
-
"password"
|
|
12917
|
+
"password"?: string;
|
|
12648
12918
|
"divisionId": string;
|
|
12649
12919
|
"state"?: string;
|
|
12650
12920
|
}
|
|
@@ -12909,6 +13179,7 @@ declare namespace Models {
|
|
|
12909
13179
|
"nextUri"?: string;
|
|
12910
13180
|
"selfUri"?: string;
|
|
12911
13181
|
"previousUri"?: string;
|
|
13182
|
+
"cursors"?: Models.Cursors;
|
|
12912
13183
|
}
|
|
12913
13184
|
|
|
12914
13185
|
export interface CursorNoteListing {
|
|
@@ -12916,6 +13187,7 @@ declare namespace Models {
|
|
|
12916
13187
|
"nextUri"?: string;
|
|
12917
13188
|
"selfUri"?: string;
|
|
12918
13189
|
"previousUri"?: string;
|
|
13190
|
+
"cursors"?: Models.Cursors;
|
|
12919
13191
|
}
|
|
12920
13192
|
|
|
12921
13193
|
export interface CursorOrganizationListing {
|
|
@@ -12923,6 +13195,7 @@ declare namespace Models {
|
|
|
12923
13195
|
"nextUri"?: string;
|
|
12924
13196
|
"selfUri"?: string;
|
|
12925
13197
|
"previousUri"?: string;
|
|
13198
|
+
"cursors"?: Models.Cursors;
|
|
12926
13199
|
}
|
|
12927
13200
|
|
|
12928
13201
|
export interface CursorRelationshipListing {
|
|
@@ -12930,6 +13203,7 @@ declare namespace Models {
|
|
|
12930
13203
|
"nextUri"?: string;
|
|
12931
13204
|
"selfUri"?: string;
|
|
12932
13205
|
"previousUri"?: string;
|
|
13206
|
+
"cursors"?: Models.Cursors;
|
|
12933
13207
|
}
|
|
12934
13208
|
|
|
12935
13209
|
export interface Cursors {
|
|
@@ -13962,6 +14236,7 @@ declare namespace Models {
|
|
|
13962
14236
|
"languages"?: Array<string>;
|
|
13963
14237
|
"intents"?: Array<Models.DialogflowIntent>;
|
|
13964
14238
|
"environments"?: Array<string>;
|
|
14239
|
+
"integration"?: Models.DomainEntityRef;
|
|
13965
14240
|
"selfUri"?: string;
|
|
13966
14241
|
}
|
|
13967
14242
|
|
|
@@ -13970,6 +14245,7 @@ declare namespace Models {
|
|
|
13970
14245
|
"name"?: string;
|
|
13971
14246
|
"project"?: Models.DialogflowProject;
|
|
13972
14247
|
"description"?: string;
|
|
14248
|
+
"integration"?: Models.DomainEntityRef;
|
|
13973
14249
|
"selfUri"?: string;
|
|
13974
14250
|
}
|
|
13975
14251
|
|
|
@@ -14006,6 +14282,59 @@ declare namespace Models {
|
|
|
14006
14282
|
"end"?: string;
|
|
14007
14283
|
}
|
|
14008
14284
|
|
|
14285
|
+
export interface DigitalAction {
|
|
14286
|
+
"updateContactColumnActionSettings"?: Models.UpdateContactColumnActionSettings;
|
|
14287
|
+
"doNotSendActionSettings"?: object;
|
|
14288
|
+
"appendToDncActionSettings"?: Models.AppendToDncActionSettings;
|
|
14289
|
+
"markContactUncontactableActionSettings"?: Models.MarkContactUncontactableActionSettings;
|
|
14290
|
+
"markContactAddressUncontactableActionSettings"?: object;
|
|
14291
|
+
"setContentTemplateActionSettings"?: Models.SetContentTemplateActionSettings;
|
|
14292
|
+
}
|
|
14293
|
+
|
|
14294
|
+
export interface DigitalCondition {
|
|
14295
|
+
"inverted"?: boolean;
|
|
14296
|
+
"contactColumnConditionSettings"?: Models.ContactColumnConditionSettings;
|
|
14297
|
+
"contactAddressConditionSettings"?: Models.ContactAddressConditionSettings;
|
|
14298
|
+
"contactAddressTypeConditionSettings"?: Models.ContactAddressTypeConditionSettings;
|
|
14299
|
+
"lastAttemptByColumnConditionSettings"?: Models.LastAttemptByColumnConditionSettings;
|
|
14300
|
+
"lastAttemptOverallConditionSettings"?: Models.LastAttemptOverallConditionSettings;
|
|
14301
|
+
"lastResultByColumnConditionSettings"?: Models.LastResultByColumnConditionSettings;
|
|
14302
|
+
"lastResultOverallConditionSettings"?: Models.LastResultOverallConditionSettings;
|
|
14303
|
+
}
|
|
14304
|
+
|
|
14305
|
+
export interface DigitalRule {
|
|
14306
|
+
"id"?: string;
|
|
14307
|
+
"name": string;
|
|
14308
|
+
"order": number;
|
|
14309
|
+
"category": string;
|
|
14310
|
+
"conditions": Array<Models.DigitalCondition>;
|
|
14311
|
+
"actions": Array<Models.DigitalAction>;
|
|
14312
|
+
}
|
|
14313
|
+
|
|
14314
|
+
export interface DigitalRuleSet {
|
|
14315
|
+
"id"?: string;
|
|
14316
|
+
"name"?: string;
|
|
14317
|
+
"dateCreated"?: string;
|
|
14318
|
+
"dateModified"?: string;
|
|
14319
|
+
"version"?: number;
|
|
14320
|
+
"contactList"?: Models.DomainEntityRef;
|
|
14321
|
+
"rules": Array<Models.DigitalRule>;
|
|
14322
|
+
"selfUri"?: string;
|
|
14323
|
+
}
|
|
14324
|
+
|
|
14325
|
+
export interface DigitalRuleSetEntityListing {
|
|
14326
|
+
"entities"?: Array<Models.DigitalRuleSet>;
|
|
14327
|
+
"pageSize"?: number;
|
|
14328
|
+
"pageNumber"?: number;
|
|
14329
|
+
"total"?: number;
|
|
14330
|
+
"firstUri"?: string;
|
|
14331
|
+
"selfUri"?: string;
|
|
14332
|
+
"nextUri"?: string;
|
|
14333
|
+
"previousUri"?: string;
|
|
14334
|
+
"lastUri"?: string;
|
|
14335
|
+
"pageCount"?: number;
|
|
14336
|
+
}
|
|
14337
|
+
|
|
14009
14338
|
export interface Digits {
|
|
14010
14339
|
"digits"?: string;
|
|
14011
14340
|
}
|
|
@@ -14075,6 +14404,7 @@ declare namespace Models {
|
|
|
14075
14404
|
"dncSourceType": string;
|
|
14076
14405
|
"contactMethod"?: string;
|
|
14077
14406
|
"loginId"?: string;
|
|
14407
|
+
"campaignId"?: string;
|
|
14078
14408
|
"dncCodes"?: Array<string>;
|
|
14079
14409
|
"licenseId"?: string;
|
|
14080
14410
|
"division"?: Models.DomainEntityRef;
|
|
@@ -14092,6 +14422,7 @@ declare namespace Models {
|
|
|
14092
14422
|
"dncSourceType": string;
|
|
14093
14423
|
"contactMethod"?: string;
|
|
14094
14424
|
"loginId"?: string;
|
|
14425
|
+
"campaignId"?: string;
|
|
14095
14426
|
"dncCodes"?: Array<string>;
|
|
14096
14427
|
"licenseId"?: string;
|
|
14097
14428
|
"division"?: Models.DomainEntityRef;
|
|
@@ -14148,6 +14479,9 @@ declare namespace Models {
|
|
|
14148
14479
|
"failureReason"?: string;
|
|
14149
14480
|
}
|
|
14150
14481
|
|
|
14482
|
+
export interface DoNotSendActionSettings {
|
|
14483
|
+
}
|
|
14484
|
+
|
|
14151
14485
|
export interface Document {
|
|
14152
14486
|
"id"?: string;
|
|
14153
14487
|
"name"?: string;
|
|
@@ -14225,10 +14559,49 @@ declare namespace Models {
|
|
|
14225
14559
|
"pageCount"?: number;
|
|
14226
14560
|
}
|
|
14227
14561
|
|
|
14562
|
+
export interface DocumentBody {
|
|
14563
|
+
"blocks": Array<Models.DocumentBodyBlock>;
|
|
14564
|
+
}
|
|
14565
|
+
|
|
14566
|
+
export interface DocumentBodyBlock {
|
|
14567
|
+
"type": string;
|
|
14568
|
+
"paragraph": Models.DocumentBodyParagraph;
|
|
14569
|
+
"image": Models.DocumentBodyImage;
|
|
14570
|
+
"video": Models.DocumentBodyVideo;
|
|
14571
|
+
"list": Models.DocumentBodyList;
|
|
14572
|
+
}
|
|
14573
|
+
|
|
14574
|
+
export interface DocumentBodyImage {
|
|
14575
|
+
"url": string;
|
|
14576
|
+
}
|
|
14577
|
+
|
|
14578
|
+
export interface DocumentBodyList {
|
|
14579
|
+
"blocks": Array<Models.DocumentBodyListBlock>;
|
|
14580
|
+
}
|
|
14581
|
+
|
|
14582
|
+
export interface DocumentBodyListBlock {
|
|
14583
|
+
"type": string;
|
|
14584
|
+
"blocks": Array<Models.DocumentContentBlock>;
|
|
14585
|
+
}
|
|
14586
|
+
|
|
14587
|
+
export interface DocumentBodyParagraph {
|
|
14588
|
+
"blocks": Array<Models.DocumentContentBlock>;
|
|
14589
|
+
}
|
|
14590
|
+
|
|
14591
|
+
export interface DocumentBodyVideo {
|
|
14592
|
+
"url": string;
|
|
14593
|
+
}
|
|
14594
|
+
|
|
14228
14595
|
export interface DocumentCategoryInput {
|
|
14229
14596
|
"id": string;
|
|
14230
14597
|
}
|
|
14231
14598
|
|
|
14599
|
+
export interface DocumentContentBlock {
|
|
14600
|
+
"type": string;
|
|
14601
|
+
"text": Models.DocumentText;
|
|
14602
|
+
"image": Models.DocumentBodyImage;
|
|
14603
|
+
}
|
|
14604
|
+
|
|
14232
14605
|
export interface DocumentEntityListing {
|
|
14233
14606
|
"entities"?: Array<Models.Document>;
|
|
14234
14607
|
"pageSize"?: number;
|
|
@@ -14260,6 +14633,12 @@ declare namespace Models {
|
|
|
14260
14633
|
"selfUri"?: string;
|
|
14261
14634
|
}
|
|
14262
14635
|
|
|
14636
|
+
export interface DocumentText {
|
|
14637
|
+
"text": string;
|
|
14638
|
+
"marks"?: Array<string>;
|
|
14639
|
+
"hyperlink"?: string;
|
|
14640
|
+
}
|
|
14641
|
+
|
|
14263
14642
|
export interface DocumentThumbnail {
|
|
14264
14643
|
"resolution"?: string;
|
|
14265
14644
|
"imageUri"?: string;
|
|
@@ -14286,6 +14665,29 @@ declare namespace Models {
|
|
|
14286
14665
|
"tagIds"?: Array<string>;
|
|
14287
14666
|
}
|
|
14288
14667
|
|
|
14668
|
+
export interface DocumentVariation {
|
|
14669
|
+
"id"?: string;
|
|
14670
|
+
"body"?: Models.DocumentBody;
|
|
14671
|
+
"dateCreated"?: string;
|
|
14672
|
+
"dateModified"?: string;
|
|
14673
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
14674
|
+
"contexts": Array<Models.DocumentVariationContext>;
|
|
14675
|
+
"document"?: Models.KnowledgeDocumentReference;
|
|
14676
|
+
"selfUri"?: string;
|
|
14677
|
+
}
|
|
14678
|
+
|
|
14679
|
+
export interface DocumentVariationContext {
|
|
14680
|
+
"context": Models.KnowledgeContextReference;
|
|
14681
|
+
"values": Array<Models.KnowledgeContextValueReference>;
|
|
14682
|
+
}
|
|
14683
|
+
|
|
14684
|
+
export interface DocumentVariationListing {
|
|
14685
|
+
"entities"?: Array<Models.DocumentVariation>;
|
|
14686
|
+
"nextUri"?: string;
|
|
14687
|
+
"selfUri"?: string;
|
|
14688
|
+
"previousUri"?: string;
|
|
14689
|
+
}
|
|
14690
|
+
|
|
14289
14691
|
export interface DocumentationResult {
|
|
14290
14692
|
"id": number;
|
|
14291
14693
|
"categories"?: Array<number>;
|
|
@@ -15325,6 +15727,8 @@ declare namespace Models {
|
|
|
15325
15727
|
"htmlBody"?: string;
|
|
15326
15728
|
"time"?: string;
|
|
15327
15729
|
"historyIncluded"?: boolean;
|
|
15730
|
+
"emailSizeBytes"?: number;
|
|
15731
|
+
"maxEmailSizeBytes"?: number;
|
|
15328
15732
|
"selfUri"?: string;
|
|
15329
15733
|
}
|
|
15330
15734
|
|
|
@@ -15526,6 +15930,7 @@ declare namespace Models {
|
|
|
15526
15930
|
"redacted"?: boolean;
|
|
15527
15931
|
"isScoringIndex"?: boolean;
|
|
15528
15932
|
"authorizedActions"?: Array<string>;
|
|
15933
|
+
"hasAssistanceFailed"?: boolean;
|
|
15529
15934
|
"selfUri"?: string;
|
|
15530
15935
|
}
|
|
15531
15936
|
|
|
@@ -15652,6 +16057,17 @@ declare namespace Models {
|
|
|
15652
16057
|
"pageCount"?: number;
|
|
15653
16058
|
}
|
|
15654
16059
|
|
|
16060
|
+
export interface EvaluationFormResponse {
|
|
16061
|
+
"id"?: string;
|
|
16062
|
+
"name": string;
|
|
16063
|
+
"modifiedDate"?: string;
|
|
16064
|
+
"published"?: boolean;
|
|
16065
|
+
"contextId"?: string;
|
|
16066
|
+
"questionGroups"?: Array<Models.EvaluationQuestionGroup>;
|
|
16067
|
+
"publishedVersions"?: Models.DomainEntityListingEvaluationForm;
|
|
16068
|
+
"selfUri"?: string;
|
|
16069
|
+
}
|
|
16070
|
+
|
|
15655
16071
|
export interface EvaluationQualityV2TopicCalibration {
|
|
15656
16072
|
"id"?: string;
|
|
15657
16073
|
}
|
|
@@ -15745,6 +16161,35 @@ declare namespace Models {
|
|
|
15745
16161
|
"comments"?: string;
|
|
15746
16162
|
}
|
|
15747
16163
|
|
|
16164
|
+
export interface EvaluationResponse {
|
|
16165
|
+
"id"?: string;
|
|
16166
|
+
"name"?: string;
|
|
16167
|
+
"conversation"?: Models.ConversationReference;
|
|
16168
|
+
"evaluationForm"?: Models.EvaluationFormResponse;
|
|
16169
|
+
"evaluator"?: Models.User;
|
|
16170
|
+
"agent"?: Models.User;
|
|
16171
|
+
"calibration"?: Models.Calibration;
|
|
16172
|
+
"status"?: string;
|
|
16173
|
+
"answers"?: Models.EvaluationScoringSet;
|
|
16174
|
+
"agentHasRead"?: boolean;
|
|
16175
|
+
"releaseDate"?: string;
|
|
16176
|
+
"assignedDate"?: string;
|
|
16177
|
+
"changedDate"?: string;
|
|
16178
|
+
"queue"?: Models.Queue;
|
|
16179
|
+
"mediaType"?: Array<string>;
|
|
16180
|
+
"rescore"?: boolean;
|
|
16181
|
+
"conversationDate"?: string;
|
|
16182
|
+
"conversationEndDate"?: string;
|
|
16183
|
+
"neverRelease"?: boolean;
|
|
16184
|
+
"resourceId"?: string;
|
|
16185
|
+
"resourceType"?: string;
|
|
16186
|
+
"redacted"?: boolean;
|
|
16187
|
+
"isScoringIndex"?: boolean;
|
|
16188
|
+
"authorizedActions"?: Array<string>;
|
|
16189
|
+
"hasAssistanceFailed"?: boolean;
|
|
16190
|
+
"selfUri"?: string;
|
|
16191
|
+
}
|
|
16192
|
+
|
|
15748
16193
|
export interface EvaluationScoringSet {
|
|
15749
16194
|
"totalScore"?: number;
|
|
15750
16195
|
"totalCriticalScore"?: number;
|
|
@@ -15783,6 +16228,12 @@ declare namespace Models {
|
|
|
15783
16228
|
"pageCount"?: number;
|
|
15784
16229
|
}
|
|
15785
16230
|
|
|
16231
|
+
export interface EventCoBrowse {
|
|
16232
|
+
"type": string;
|
|
16233
|
+
"sessionId"?: string;
|
|
16234
|
+
"sessionJoinToken"?: string;
|
|
16235
|
+
}
|
|
16236
|
+
|
|
15786
16237
|
export interface EventCondition {
|
|
15787
16238
|
"key": string;
|
|
15788
16239
|
"values": Array<string>;
|
|
@@ -15819,11 +16270,20 @@ declare namespace Models {
|
|
|
15819
16270
|
"resourceURIs"?: Array<string>;
|
|
15820
16271
|
}
|
|
15821
16272
|
|
|
16273
|
+
export interface EventPresence {
|
|
16274
|
+
"type": string;
|
|
16275
|
+
}
|
|
16276
|
+
|
|
15822
16277
|
export interface EventSetting {
|
|
15823
16278
|
"typing"?: Models.TypingSetting;
|
|
15824
16279
|
"presence"?: Models.PresenceSetting;
|
|
15825
16280
|
}
|
|
15826
16281
|
|
|
16282
|
+
export interface EventTyping {
|
|
16283
|
+
"type": string;
|
|
16284
|
+
"duration"?: number;
|
|
16285
|
+
}
|
|
16286
|
+
|
|
15827
16287
|
export interface ExecuteRecordingJobsQuery {
|
|
15828
16288
|
"state": string;
|
|
15829
16289
|
}
|
|
@@ -16120,6 +16580,15 @@ declare namespace Models {
|
|
|
16120
16580
|
"count"?: number;
|
|
16121
16581
|
}
|
|
16122
16582
|
|
|
16583
|
+
export interface ExternalMetricDataProcessedItem {
|
|
16584
|
+
"userId"?: string;
|
|
16585
|
+
"userEmail"?: string;
|
|
16586
|
+
"metricId": string;
|
|
16587
|
+
"dateOccurred": string;
|
|
16588
|
+
"value": number;
|
|
16589
|
+
"count"?: number;
|
|
16590
|
+
}
|
|
16591
|
+
|
|
16123
16592
|
export interface ExternalMetricDataUnprocessedItem {
|
|
16124
16593
|
"userId"?: string;
|
|
16125
16594
|
"userEmail"?: string;
|
|
@@ -16136,7 +16605,7 @@ declare namespace Models {
|
|
|
16136
16605
|
}
|
|
16137
16606
|
|
|
16138
16607
|
export interface ExternalMetricDataWriteResponse {
|
|
16139
|
-
"processedEntities"?: Array<Models.
|
|
16608
|
+
"processedEntities"?: Array<Models.ExternalMetricDataProcessedItem>;
|
|
16140
16609
|
"unprocessedEntities"?: Array<Models.ExternalMetricDataUnprocessedItem>;
|
|
16141
16610
|
}
|
|
16142
16611
|
|
|
@@ -16281,7 +16750,7 @@ declare namespace Models {
|
|
|
16281
16750
|
"id"?: string;
|
|
16282
16751
|
"name": string;
|
|
16283
16752
|
"supportedContent"?: Models.SupportedContentReference;
|
|
16284
|
-
"messagingSetting"?: Models.
|
|
16753
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
16285
16754
|
"pageAccessToken"?: string;
|
|
16286
16755
|
"userAccessToken"?: string;
|
|
16287
16756
|
"pageId"?: string;
|
|
@@ -16294,7 +16763,7 @@ declare namespace Models {
|
|
|
16294
16763
|
"id"?: string;
|
|
16295
16764
|
"name"?: string;
|
|
16296
16765
|
"supportedContent"?: Models.SupportedContentReference;
|
|
16297
|
-
"messagingSetting"?: Models.
|
|
16766
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
16298
16767
|
"pageAccessToken"?: string;
|
|
16299
16768
|
"userAccessToken"?: string;
|
|
16300
16769
|
"selfUri"?: string;
|
|
@@ -16961,6 +17430,8 @@ declare namespace Models {
|
|
|
16961
17430
|
"createdByClient"?: Models.DomainEntityRef;
|
|
16962
17431
|
"configurationUri"?: string;
|
|
16963
17432
|
"dateCreated"?: number;
|
|
17433
|
+
"dateCheckedIn"?: number;
|
|
17434
|
+
"dateSaved"?: number;
|
|
16964
17435
|
"generationId"?: string;
|
|
16965
17436
|
"publishResultUri"?: string;
|
|
16966
17437
|
"inputSchema"?: Models.JsonSchemaDocument;
|
|
@@ -17522,6 +17993,29 @@ declare namespace Models {
|
|
|
17522
17993
|
"results": Array<Models.Group>;
|
|
17523
17994
|
}
|
|
17524
17995
|
|
|
17996
|
+
export interface GuestCategoryReference {
|
|
17997
|
+
"id"?: string;
|
|
17998
|
+
"selfUri"?: string;
|
|
17999
|
+
}
|
|
18000
|
+
|
|
18001
|
+
export interface GuestCategoryResponse {
|
|
18002
|
+
"id"?: string;
|
|
18003
|
+
"name": string;
|
|
18004
|
+
"description"?: string;
|
|
18005
|
+
"dateCreated"?: string;
|
|
18006
|
+
"dateModified"?: string;
|
|
18007
|
+
"parentCategory"?: Models.GuestCategoryReference;
|
|
18008
|
+
"selfUri"?: string;
|
|
18009
|
+
}
|
|
18010
|
+
|
|
18011
|
+
export interface GuestCategoryResponseListing {
|
|
18012
|
+
"entities"?: Array<Models.GuestCategoryResponse>;
|
|
18013
|
+
"nextUri"?: string;
|
|
18014
|
+
"selfUri"?: string;
|
|
18015
|
+
"previousUri"?: string;
|
|
18016
|
+
"sessionId"?: string;
|
|
18017
|
+
}
|
|
18018
|
+
|
|
17525
18019
|
export interface GuestMemberInfo {
|
|
17526
18020
|
"displayName": string;
|
|
17527
18021
|
"firstName"?: string;
|
|
@@ -19139,6 +19633,11 @@ declare namespace Models {
|
|
|
19139
19633
|
"previousUri"?: string;
|
|
19140
19634
|
}
|
|
19141
19635
|
|
|
19636
|
+
export interface KnowledgeBaseReference {
|
|
19637
|
+
"id": string;
|
|
19638
|
+
"selfUri"?: string;
|
|
19639
|
+
}
|
|
19640
|
+
|
|
19142
19641
|
export interface KnowledgeCategory {
|
|
19143
19642
|
"id"?: string;
|
|
19144
19643
|
"name": string;
|
|
@@ -19158,6 +19657,16 @@ declare namespace Models {
|
|
|
19158
19657
|
"selfUri"?: string;
|
|
19159
19658
|
}
|
|
19160
19659
|
|
|
19660
|
+
export interface KnowledgeContextReference {
|
|
19661
|
+
"id": string;
|
|
19662
|
+
"selfUri"?: string;
|
|
19663
|
+
}
|
|
19664
|
+
|
|
19665
|
+
export interface KnowledgeContextValueReference {
|
|
19666
|
+
"id": string;
|
|
19667
|
+
"selfUri"?: string;
|
|
19668
|
+
}
|
|
19669
|
+
|
|
19161
19670
|
export interface KnowledgeDocument {
|
|
19162
19671
|
"id"?: string;
|
|
19163
19672
|
"name"?: string;
|
|
@@ -19173,6 +19682,11 @@ declare namespace Models {
|
|
|
19173
19682
|
"selfUri"?: string;
|
|
19174
19683
|
}
|
|
19175
19684
|
|
|
19685
|
+
export interface KnowledgeDocumentAlternative {
|
|
19686
|
+
"phrase": string;
|
|
19687
|
+
"autocomplete": boolean;
|
|
19688
|
+
}
|
|
19689
|
+
|
|
19176
19690
|
export interface KnowledgeDocumentBulkRequest {
|
|
19177
19691
|
"type": string;
|
|
19178
19692
|
"externalUrl"?: string;
|
|
@@ -19182,6 +19696,50 @@ declare namespace Models {
|
|
|
19182
19696
|
"id"?: string;
|
|
19183
19697
|
}
|
|
19184
19698
|
|
|
19699
|
+
export interface KnowledgeDocumentGuestSearch {
|
|
19700
|
+
"query": string;
|
|
19701
|
+
"pageSize"?: number;
|
|
19702
|
+
"pageNumber"?: number;
|
|
19703
|
+
"searchId"?: string;
|
|
19704
|
+
"total"?: number;
|
|
19705
|
+
"pageCount"?: number;
|
|
19706
|
+
"sessionId"?: string;
|
|
19707
|
+
"results"?: Array<Models.KnowledgeDocumentGuestSearchResult>;
|
|
19708
|
+
}
|
|
19709
|
+
|
|
19710
|
+
export interface KnowledgeDocumentGuestSearchRequest {
|
|
19711
|
+
"query": string;
|
|
19712
|
+
"pageSize"?: number;
|
|
19713
|
+
"pageNumber"?: number;
|
|
19714
|
+
"searchId"?: string;
|
|
19715
|
+
"total"?: number;
|
|
19716
|
+
"pageCount"?: number;
|
|
19717
|
+
"sessionId"?: string;
|
|
19718
|
+
"includeDraftDocuments"?: boolean;
|
|
19719
|
+
"app"?: Models.KnowledgeGuestSessionApp;
|
|
19720
|
+
}
|
|
19721
|
+
|
|
19722
|
+
export interface KnowledgeDocumentGuestSearchResult {
|
|
19723
|
+
"confidence"?: number;
|
|
19724
|
+
"document"?: Models.KnowledgeGuestDocument;
|
|
19725
|
+
}
|
|
19726
|
+
|
|
19727
|
+
export interface KnowledgeDocumentReference {
|
|
19728
|
+
"id": string;
|
|
19729
|
+
"knowledgeBase": Models.KnowledgeBaseReference;
|
|
19730
|
+
"selfUri"?: string;
|
|
19731
|
+
}
|
|
19732
|
+
|
|
19733
|
+
export interface KnowledgeDocumentReq {
|
|
19734
|
+
"id"?: string;
|
|
19735
|
+
"title": string;
|
|
19736
|
+
"visible"?: boolean;
|
|
19737
|
+
"alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
|
|
19738
|
+
"categoryId"?: string;
|
|
19739
|
+
"labelIds"?: Array<string>;
|
|
19740
|
+
"selfUri"?: string;
|
|
19741
|
+
}
|
|
19742
|
+
|
|
19185
19743
|
export interface KnowledgeDocumentRequest {
|
|
19186
19744
|
"type": string;
|
|
19187
19745
|
"externalUrl"?: string;
|
|
@@ -19190,6 +19748,142 @@ declare namespace Models {
|
|
|
19190
19748
|
"article"?: Models.DocumentArticle;
|
|
19191
19749
|
}
|
|
19192
19750
|
|
|
19751
|
+
export interface KnowledgeDocumentResponse {
|
|
19752
|
+
"id"?: string;
|
|
19753
|
+
"title"?: string;
|
|
19754
|
+
"visible"?: boolean;
|
|
19755
|
+
"alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
|
|
19756
|
+
"state"?: string;
|
|
19757
|
+
"dateCreated"?: string;
|
|
19758
|
+
"dateModified"?: string;
|
|
19759
|
+
"lastPublishedVersionNumber"?: number;
|
|
19760
|
+
"datePublished"?: string;
|
|
19761
|
+
"createdBy"?: Models.UserReference;
|
|
19762
|
+
"modifiedBy"?: Models.UserReference;
|
|
19763
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
19764
|
+
"category"?: Models.CategoryResponse;
|
|
19765
|
+
"labels"?: Array<Models.LabelResponse>;
|
|
19766
|
+
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
19767
|
+
"variations"?: Array<Models.DocumentVariation>;
|
|
19768
|
+
"selfUri"?: string;
|
|
19769
|
+
}
|
|
19770
|
+
|
|
19771
|
+
export interface KnowledgeDocumentResponseListing {
|
|
19772
|
+
"entities"?: Array<Models.KnowledgeDocumentResponse>;
|
|
19773
|
+
"nextUri"?: string;
|
|
19774
|
+
"selfUri"?: string;
|
|
19775
|
+
"previousUri"?: string;
|
|
19776
|
+
}
|
|
19777
|
+
|
|
19778
|
+
export interface KnowledgeDocumentSearch {
|
|
19779
|
+
"query": string;
|
|
19780
|
+
"pageSize"?: number;
|
|
19781
|
+
"pageNumber"?: number;
|
|
19782
|
+
"searchId"?: string;
|
|
19783
|
+
"total"?: number;
|
|
19784
|
+
"pageCount"?: number;
|
|
19785
|
+
"results"?: Array<Models.KnowledgeDocumentSearchResult>;
|
|
19786
|
+
}
|
|
19787
|
+
|
|
19788
|
+
export interface KnowledgeDocumentSearchRequest {
|
|
19789
|
+
"query": string;
|
|
19790
|
+
"pageSize"?: number;
|
|
19791
|
+
"pageNumber"?: number;
|
|
19792
|
+
"searchId"?: string;
|
|
19793
|
+
"total"?: number;
|
|
19794
|
+
"pageCount"?: number;
|
|
19795
|
+
"includeDraftDocuments"?: boolean;
|
|
19796
|
+
}
|
|
19797
|
+
|
|
19798
|
+
export interface KnowledgeDocumentSearchResult {
|
|
19799
|
+
"confidence"?: number;
|
|
19800
|
+
"document"?: Models.KnowledgeDocumentResponse;
|
|
19801
|
+
}
|
|
19802
|
+
|
|
19803
|
+
export interface KnowledgeDocumentSuggestion {
|
|
19804
|
+
"query": string;
|
|
19805
|
+
"pageSize"?: number;
|
|
19806
|
+
"results"?: Array<Models.KnowledgeDocumentSuggestionResult>;
|
|
19807
|
+
}
|
|
19808
|
+
|
|
19809
|
+
export interface KnowledgeDocumentSuggestionRequest {
|
|
19810
|
+
"query": string;
|
|
19811
|
+
"pageSize"?: number;
|
|
19812
|
+
"includeDraftDocuments"?: boolean;
|
|
19813
|
+
}
|
|
19814
|
+
|
|
19815
|
+
export interface KnowledgeDocumentSuggestionResult {
|
|
19816
|
+
"matchedPhrase"?: string;
|
|
19817
|
+
"document"?: Models.KnowledgeDocumentSuggestionResultDocument;
|
|
19818
|
+
}
|
|
19819
|
+
|
|
19820
|
+
export interface KnowledgeDocumentSuggestionResultDocument {
|
|
19821
|
+
"id": string;
|
|
19822
|
+
"knowledgeBase": Models.KnowledgeBaseReference;
|
|
19823
|
+
"title": string;
|
|
19824
|
+
"selfUri"?: string;
|
|
19825
|
+
}
|
|
19826
|
+
|
|
19827
|
+
export interface KnowledgeDocumentVersion {
|
|
19828
|
+
"id"?: string;
|
|
19829
|
+
"datePublished"?: string;
|
|
19830
|
+
"document"?: Models.KnowledgeDocumentResponse;
|
|
19831
|
+
"restoreFromVersionId": string;
|
|
19832
|
+
"versionNumber"?: number;
|
|
19833
|
+
"dateExpires"?: string;
|
|
19834
|
+
"selfUri"?: string;
|
|
19835
|
+
}
|
|
19836
|
+
|
|
19837
|
+
export interface KnowledgeDocumentVersionListing {
|
|
19838
|
+
"entities"?: Array<Models.KnowledgeDocumentVersion>;
|
|
19839
|
+
"nextUri"?: string;
|
|
19840
|
+
"selfUri"?: string;
|
|
19841
|
+
"previousUri"?: string;
|
|
19842
|
+
}
|
|
19843
|
+
|
|
19844
|
+
export interface KnowledgeDocumentVersionVariation {
|
|
19845
|
+
"id"?: string;
|
|
19846
|
+
"body"?: Models.DocumentBody;
|
|
19847
|
+
"dateCreated"?: string;
|
|
19848
|
+
"dateModified"?: string;
|
|
19849
|
+
"contexts": Array<Models.DocumentVariationContext>;
|
|
19850
|
+
"selfUri"?: string;
|
|
19851
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
19852
|
+
}
|
|
19853
|
+
|
|
19854
|
+
export interface KnowledgeDocumentVersionVariationListing {
|
|
19855
|
+
"entities"?: Array<Models.KnowledgeDocumentVersionVariation>;
|
|
19856
|
+
"nextUri"?: string;
|
|
19857
|
+
"selfUri"?: string;
|
|
19858
|
+
"previousUri"?: string;
|
|
19859
|
+
}
|
|
19860
|
+
|
|
19861
|
+
export interface KnowledgeExportJobDocumentsFilter {
|
|
19862
|
+
"interval"?: string;
|
|
19863
|
+
}
|
|
19864
|
+
|
|
19865
|
+
export interface KnowledgeExportJobFilter {
|
|
19866
|
+
"documentsFilter"?: Models.KnowledgeExportJobDocumentsFilter;
|
|
19867
|
+
"versionFilter": string;
|
|
19868
|
+
}
|
|
19869
|
+
|
|
19870
|
+
export interface KnowledgeExportJobRequest {
|
|
19871
|
+
"exportFilter": Models.KnowledgeExportJobFilter;
|
|
19872
|
+
}
|
|
19873
|
+
|
|
19874
|
+
export interface KnowledgeExportJobResponse {
|
|
19875
|
+
"id"?: string;
|
|
19876
|
+
"downloadURL"?: string;
|
|
19877
|
+
"countDocumentProcessed"?: number;
|
|
19878
|
+
"exportFilter"?: Models.KnowledgeExportJobFilter;
|
|
19879
|
+
"status"?: string;
|
|
19880
|
+
"knowledgeBase"?: Models.KnowledgeBase;
|
|
19881
|
+
"dateCreated"?: string;
|
|
19882
|
+
"dateModified"?: string;
|
|
19883
|
+
"errorInformation"?: Models.ErrorBody;
|
|
19884
|
+
"selfUri"?: string;
|
|
19885
|
+
}
|
|
19886
|
+
|
|
19193
19887
|
export interface KnowledgeExtendedCategory {
|
|
19194
19888
|
"id"?: string;
|
|
19195
19889
|
"name": string;
|
|
@@ -19203,6 +19897,83 @@ declare namespace Models {
|
|
|
19203
19897
|
"selfUri"?: string;
|
|
19204
19898
|
}
|
|
19205
19899
|
|
|
19900
|
+
export interface KnowledgeGroupStatistics {
|
|
19901
|
+
"unlinkedPhraseCount"?: number;
|
|
19902
|
+
"unlinkedPhraseHitCount"?: number;
|
|
19903
|
+
"totalPhraseHitCount"?: number;
|
|
19904
|
+
}
|
|
19905
|
+
|
|
19906
|
+
export interface KnowledgeGuestDocument {
|
|
19907
|
+
"id"?: string;
|
|
19908
|
+
"title"?: string;
|
|
19909
|
+
"visible"?: boolean;
|
|
19910
|
+
"alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
|
|
19911
|
+
"state"?: string;
|
|
19912
|
+
"dateCreated"?: string;
|
|
19913
|
+
"dateModified"?: string;
|
|
19914
|
+
"lastPublishedVersionNumber"?: number;
|
|
19915
|
+
"datePublished"?: string;
|
|
19916
|
+
"createdBy"?: Models.UserReference;
|
|
19917
|
+
"modifiedBy"?: Models.UserReference;
|
|
19918
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
19919
|
+
"variations"?: Array<Models.KnowledgeGuestDocumentVariation>;
|
|
19920
|
+
"sessionId"?: string;
|
|
19921
|
+
"category"?: Models.GuestCategoryReference;
|
|
19922
|
+
"selfUri"?: string;
|
|
19923
|
+
}
|
|
19924
|
+
|
|
19925
|
+
export interface KnowledgeGuestDocumentResponseListing {
|
|
19926
|
+
"entities"?: Array<Models.KnowledgeGuestDocument>;
|
|
19927
|
+
"nextUri"?: string;
|
|
19928
|
+
"selfUri"?: string;
|
|
19929
|
+
"previousUri"?: string;
|
|
19930
|
+
}
|
|
19931
|
+
|
|
19932
|
+
export interface KnowledgeGuestDocumentSuggestion {
|
|
19933
|
+
"query": string;
|
|
19934
|
+
"pageSize"?: number;
|
|
19935
|
+
"sessionId"?: string;
|
|
19936
|
+
"results"?: Array<Models.KnowledgeGuestDocumentSuggestionResult>;
|
|
19937
|
+
}
|
|
19938
|
+
|
|
19939
|
+
export interface KnowledgeGuestDocumentSuggestionResult {
|
|
19940
|
+
"matchedPhrase"?: string;
|
|
19941
|
+
}
|
|
19942
|
+
|
|
19943
|
+
export interface KnowledgeGuestDocumentVariation {
|
|
19944
|
+
"id"?: string;
|
|
19945
|
+
"body"?: Models.DocumentBody;
|
|
19946
|
+
"dateCreated"?: string;
|
|
19947
|
+
"dateModified"?: string;
|
|
19948
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
19949
|
+
"contexts": Array<Models.KnowledgeGuestDocumentVariationContext>;
|
|
19950
|
+
"document"?: Models.AddressableEntityRef;
|
|
19951
|
+
"selfUri"?: string;
|
|
19952
|
+
}
|
|
19953
|
+
|
|
19954
|
+
export interface KnowledgeGuestDocumentVariationContext {
|
|
19955
|
+
"context": Models.AddressableEntityRef;
|
|
19956
|
+
"values": Array<Models.AddressableEntityRef>;
|
|
19957
|
+
}
|
|
19958
|
+
|
|
19959
|
+
export interface KnowledgeGuestSession {
|
|
19960
|
+
"id"?: string;
|
|
19961
|
+
"app": Models.KnowledgeGuestSessionApp;
|
|
19962
|
+
"customerId": string;
|
|
19963
|
+
"pageUrl"?: string;
|
|
19964
|
+
"contexts"?: Array<Models.KnowledgeGuestSessionContext>;
|
|
19965
|
+
}
|
|
19966
|
+
|
|
19967
|
+
export interface KnowledgeGuestSessionApp {
|
|
19968
|
+
"deploymentId": string;
|
|
19969
|
+
"type": string;
|
|
19970
|
+
}
|
|
19971
|
+
|
|
19972
|
+
export interface KnowledgeGuestSessionContext {
|
|
19973
|
+
"id": string;
|
|
19974
|
+
"values": Array<Models.Entity>;
|
|
19975
|
+
}
|
|
19976
|
+
|
|
19206
19977
|
export interface KnowledgeImport {
|
|
19207
19978
|
"id"?: string;
|
|
19208
19979
|
"name"?: string;
|
|
@@ -19218,6 +19989,71 @@ declare namespace Models {
|
|
|
19218
19989
|
"selfUri"?: string;
|
|
19219
19990
|
}
|
|
19220
19991
|
|
|
19992
|
+
export interface KnowledgeImportJobError {
|
|
19993
|
+
"message"?: string;
|
|
19994
|
+
"code"?: string;
|
|
19995
|
+
"status"?: number;
|
|
19996
|
+
"entityId"?: string;
|
|
19997
|
+
"entityName"?: string;
|
|
19998
|
+
"messageWithParams"?: string;
|
|
19999
|
+
"messageParams"?: { [key: string]: string; };
|
|
20000
|
+
"contextId"?: string;
|
|
20001
|
+
"details"?: Array<Models.Detail>;
|
|
20002
|
+
"errors"?: Array<Models.ErrorBody>;
|
|
20003
|
+
"documentIndex"?: number;
|
|
20004
|
+
}
|
|
20005
|
+
|
|
20006
|
+
export interface KnowledgeImportJobReport {
|
|
20007
|
+
"errors"?: Array<Models.KnowledgeImportJobError>;
|
|
20008
|
+
"statistics"?: Models.KnowledgeImportJobStatistics;
|
|
20009
|
+
}
|
|
20010
|
+
|
|
20011
|
+
export interface KnowledgeImportJobRequest {
|
|
20012
|
+
"uploadKey": string;
|
|
20013
|
+
"fileType": string;
|
|
20014
|
+
"settings"?: Models.KnowledgeImportJobSettings;
|
|
20015
|
+
}
|
|
20016
|
+
|
|
20017
|
+
export interface KnowledgeImportJobResponse {
|
|
20018
|
+
"id"?: string;
|
|
20019
|
+
"uploadKey": string;
|
|
20020
|
+
"fileType": string;
|
|
20021
|
+
"settings"?: Models.KnowledgeImportJobSettings;
|
|
20022
|
+
"status"?: string;
|
|
20023
|
+
"report"?: Models.KnowledgeImportJobReport;
|
|
20024
|
+
"knowledgeBase"?: Models.KnowledgeBase;
|
|
20025
|
+
"dateCreated"?: string;
|
|
20026
|
+
"dateModified"?: string;
|
|
20027
|
+
"selfUri"?: string;
|
|
20028
|
+
}
|
|
20029
|
+
|
|
20030
|
+
export interface KnowledgeImportJobSettings {
|
|
20031
|
+
"importAsNew"?: boolean;
|
|
20032
|
+
"visible"?: boolean;
|
|
20033
|
+
"categoryId"?: string;
|
|
20034
|
+
"labelIds"?: Array<string>;
|
|
20035
|
+
}
|
|
20036
|
+
|
|
20037
|
+
export interface KnowledgeImportJobStatistics {
|
|
20038
|
+
"countDocumentImportActivityCreate"?: number;
|
|
20039
|
+
"countDocumentImportActivityUpdate"?: number;
|
|
20040
|
+
"countDocumentStateDraft"?: number;
|
|
20041
|
+
"countDocumentStatePublished"?: number;
|
|
20042
|
+
"countDocumentValidationSuccess"?: number;
|
|
20043
|
+
"countDocumentValidationFailure"?: number;
|
|
20044
|
+
"countDocumentImportSuccess"?: number;
|
|
20045
|
+
"countDocumentImportFailure"?: number;
|
|
20046
|
+
"countCategoryValidationSuccess"?: number;
|
|
20047
|
+
"countCategoryValidationFailure"?: number;
|
|
20048
|
+
"countCategoryImportSuccess"?: number;
|
|
20049
|
+
"countCategoryImportFailure"?: number;
|
|
20050
|
+
"countLabelValidationSuccess"?: number;
|
|
20051
|
+
"countLabelValidationFailure"?: number;
|
|
20052
|
+
"countLabelImportSuccess"?: number;
|
|
20053
|
+
"countLabelImportFailure"?: number;
|
|
20054
|
+
"migrationDetected"?: boolean;
|
|
20055
|
+
}
|
|
20056
|
+
|
|
19221
20057
|
export interface KnowledgeSearchDocument {
|
|
19222
20058
|
"id"?: string;
|
|
19223
20059
|
"name"?: string;
|
|
@@ -19273,6 +20109,37 @@ declare namespace Models {
|
|
|
19273
20109
|
"mediaType"?: string;
|
|
19274
20110
|
}
|
|
19275
20111
|
|
|
20112
|
+
export interface LabelCreateRequest {
|
|
20113
|
+
"id"?: string;
|
|
20114
|
+
"name": string;
|
|
20115
|
+
"color": string;
|
|
20116
|
+
"selfUri"?: string;
|
|
20117
|
+
}
|
|
20118
|
+
|
|
20119
|
+
export interface LabelListing {
|
|
20120
|
+
"entities"?: Array<Models.LabelResponse>;
|
|
20121
|
+
"nextUri"?: string;
|
|
20122
|
+
"selfUri"?: string;
|
|
20123
|
+
"previousUri"?: string;
|
|
20124
|
+
}
|
|
20125
|
+
|
|
20126
|
+
export interface LabelResponse {
|
|
20127
|
+
"id"?: string;
|
|
20128
|
+
"name"?: string;
|
|
20129
|
+
"color"?: string;
|
|
20130
|
+
"dateCreated"?: string;
|
|
20131
|
+
"dateModified"?: string;
|
|
20132
|
+
"documentCount"?: number;
|
|
20133
|
+
"selfUri"?: string;
|
|
20134
|
+
}
|
|
20135
|
+
|
|
20136
|
+
export interface LabelUpdateRequest {
|
|
20137
|
+
"id"?: string;
|
|
20138
|
+
"name"?: string;
|
|
20139
|
+
"color"?: string;
|
|
20140
|
+
"selfUri"?: string;
|
|
20141
|
+
}
|
|
20142
|
+
|
|
19276
20143
|
export interface Language {
|
|
19277
20144
|
"id"?: string;
|
|
19278
20145
|
"name": string;
|
|
@@ -19306,6 +20173,31 @@ declare namespace Models {
|
|
|
19306
20173
|
"selfUri"?: string;
|
|
19307
20174
|
}
|
|
19308
20175
|
|
|
20176
|
+
export interface LastAttemptByColumnConditionSettings {
|
|
20177
|
+
"emailColumnName"?: string;
|
|
20178
|
+
"smsColumnName"?: string;
|
|
20179
|
+
"operator": string;
|
|
20180
|
+
"value": string;
|
|
20181
|
+
}
|
|
20182
|
+
|
|
20183
|
+
export interface LastAttemptOverallConditionSettings {
|
|
20184
|
+
"mediaTypes": Array<string>;
|
|
20185
|
+
"operator": string;
|
|
20186
|
+
"value": string;
|
|
20187
|
+
}
|
|
20188
|
+
|
|
20189
|
+
export interface LastResultByColumnConditionSettings {
|
|
20190
|
+
"emailColumnName"?: string;
|
|
20191
|
+
"emailWrapupCodes"?: Array<string>;
|
|
20192
|
+
"smsColumnName"?: string;
|
|
20193
|
+
"smsWrapupCodes"?: Array<string>;
|
|
20194
|
+
}
|
|
20195
|
+
|
|
20196
|
+
export interface LastResultOverallConditionSettings {
|
|
20197
|
+
"emailWrapupCodes"?: Array<string>;
|
|
20198
|
+
"smsWrapupCodes"?: Array<string>;
|
|
20199
|
+
}
|
|
20200
|
+
|
|
19309
20201
|
export interface LauncherButtonSettings {
|
|
19310
20202
|
"visibility"?: string;
|
|
19311
20203
|
}
|
|
@@ -19784,13 +20676,11 @@ declare namespace Models {
|
|
|
19784
20676
|
"requestedValue": number;
|
|
19785
20677
|
"description": string;
|
|
19786
20678
|
"supportCaseUrl": string;
|
|
19787
|
-
"createdBy"?: string;
|
|
19788
20679
|
"status"?: string;
|
|
19789
20680
|
"currentValue"?: number;
|
|
19790
20681
|
"dateCreated"?: string;
|
|
19791
20682
|
"statusHistory"?: Array<Models.StatusChange>;
|
|
19792
20683
|
"dateCompleted"?: string;
|
|
19793
|
-
"lastChangedBy"?: string;
|
|
19794
20684
|
"rejectReason"?: string;
|
|
19795
20685
|
"selfUri"?: string;
|
|
19796
20686
|
}
|
|
@@ -19916,7 +20806,7 @@ declare namespace Models {
|
|
|
19916
20806
|
"id"?: string;
|
|
19917
20807
|
"name": string;
|
|
19918
20808
|
"supportedContent"?: Models.SupportedContentReference;
|
|
19919
|
-
"messagingSetting"?: Models.
|
|
20809
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
19920
20810
|
"channelId"?: string;
|
|
19921
20811
|
"channelSecret"?: string;
|
|
19922
20812
|
"switcherSecret"?: string;
|
|
@@ -20250,6 +21140,13 @@ declare namespace Models {
|
|
|
20250
21140
|
"$ref"?: string;
|
|
20251
21141
|
}
|
|
20252
21142
|
|
|
21143
|
+
export interface MarkContactAddressUncontactableActionSettings {
|
|
21144
|
+
}
|
|
21145
|
+
|
|
21146
|
+
export interface MarkContactUncontactableActionSettings {
|
|
21147
|
+
"mediaTypes": Array<string>;
|
|
21148
|
+
}
|
|
21149
|
+
|
|
20253
21150
|
export interface Markdown {
|
|
20254
21151
|
"enabled"?: boolean;
|
|
20255
21152
|
}
|
|
@@ -20476,6 +21373,13 @@ declare namespace Models {
|
|
|
20476
21373
|
"timestamp"?: string;
|
|
20477
21374
|
}
|
|
20478
21375
|
|
|
21376
|
+
export interface MessageEvent {
|
|
21377
|
+
"eventType": string;
|
|
21378
|
+
"coBrowse"?: Models.EventCoBrowse;
|
|
21379
|
+
"typing"?: Models.EventTyping;
|
|
21380
|
+
"presence"?: Models.EventPresence;
|
|
21381
|
+
}
|
|
21382
|
+
|
|
20479
21383
|
export interface MessageInfo {
|
|
20480
21384
|
"localizableMessageCode"?: string;
|
|
20481
21385
|
"message"?: string;
|
|
@@ -20709,6 +21613,10 @@ declare namespace Models {
|
|
|
20709
21613
|
"event"?: Models.EventSetting;
|
|
20710
21614
|
}
|
|
20711
21615
|
|
|
21616
|
+
export interface MessagingSettingRequestReference {
|
|
21617
|
+
"id": string;
|
|
21618
|
+
}
|
|
21619
|
+
|
|
20712
21620
|
export interface MessagingSticker {
|
|
20713
21621
|
"id"?: string;
|
|
20714
21622
|
"name"?: string;
|
|
@@ -21483,7 +22391,7 @@ declare namespace Models {
|
|
|
21483
22391
|
"id"?: string;
|
|
21484
22392
|
"name": string;
|
|
21485
22393
|
"supportedContent"?: Models.SupportedContentReference;
|
|
21486
|
-
"messagingSetting"?: Models.
|
|
22394
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
21487
22395
|
"outboundNotificationWebhookUrl": string;
|
|
21488
22396
|
"outboundNotificationWebhookSignatureSecretToken": string;
|
|
21489
22397
|
"webhookHeaders"?: { [key: string]: string; };
|
|
@@ -21494,7 +22402,7 @@ declare namespace Models {
|
|
|
21494
22402
|
"id"?: string;
|
|
21495
22403
|
"name": string;
|
|
21496
22404
|
"supportedContent"?: Models.SupportedContentReference;
|
|
21497
|
-
"messagingSetting"?: Models.
|
|
22405
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
21498
22406
|
"outboundNotificationWebhookUrl"?: string;
|
|
21499
22407
|
"outboundNotificationWebhookSignatureSecretToken"?: string;
|
|
21500
22408
|
"webhookHeaders"?: { [key: string]: string; };
|
|
@@ -21717,6 +22625,7 @@ declare namespace Models {
|
|
|
21717
22625
|
"recording"?: Models.Recording;
|
|
21718
22626
|
"orphanStatus"?: string;
|
|
21719
22627
|
"sourceOrphaningId"?: string;
|
|
22628
|
+
"region"?: string;
|
|
21720
22629
|
"selfUri"?: string;
|
|
21721
22630
|
}
|
|
21722
22631
|
|
|
@@ -22172,8 +23081,11 @@ declare namespace Models {
|
|
|
22172
23081
|
export interface PatchAction {
|
|
22173
23082
|
"mediaType": string;
|
|
22174
23083
|
"actionTemplate"?: Models.ActionMapActionTemplate;
|
|
23084
|
+
"actionTargetId"?: string;
|
|
23085
|
+
"isPacingEnabled"?: boolean;
|
|
23086
|
+
"props"?: Models.PatchActionProperties;
|
|
22175
23087
|
"architectFlowFields"?: Models.ArchitectFlowFields;
|
|
22176
|
-
"webMessagingOfferFields"?: Models.
|
|
23088
|
+
"webMessagingOfferFields"?: Models.PatchWebMessagingOfferFields;
|
|
22177
23089
|
"openActionFields"?: Models.OpenActionFields;
|
|
22178
23090
|
}
|
|
22179
23091
|
|
|
@@ -22387,6 +23299,11 @@ declare namespace Models {
|
|
|
22387
23299
|
"acdAutoAnswer"?: boolean;
|
|
22388
23300
|
}
|
|
22389
23301
|
|
|
23302
|
+
export interface PatchWebMessagingOfferFields {
|
|
23303
|
+
"offerText"?: string;
|
|
23304
|
+
"architectFlow"?: Models.AddressableEntityRef;
|
|
23305
|
+
}
|
|
23306
|
+
|
|
22390
23307
|
export interface PerformanceProfile {
|
|
22391
23308
|
"id"?: string;
|
|
22392
23309
|
"name": string;
|
|
@@ -22614,6 +23531,11 @@ declare namespace Models {
|
|
|
22614
23531
|
"sentiment"?: string;
|
|
22615
23532
|
}
|
|
22616
23533
|
|
|
23534
|
+
export interface PhraseAssociations {
|
|
23535
|
+
"phraseId": string;
|
|
23536
|
+
"documentId": string;
|
|
23537
|
+
}
|
|
23538
|
+
|
|
22617
23539
|
export interface PhysicalInterfaceEntityListing {
|
|
22618
23540
|
"entities"?: Array<Models.DomainPhysicalInterface>;
|
|
22619
23541
|
"pageSize"?: number;
|
|
@@ -23290,6 +24212,7 @@ declare namespace Models {
|
|
|
23290
24212
|
"startHoldTime"?: string;
|
|
23291
24213
|
"purpose"?: string;
|
|
23292
24214
|
"state"?: string;
|
|
24215
|
+
"initialState"?: string;
|
|
23293
24216
|
"direction"?: string;
|
|
23294
24217
|
"disconnectType"?: string;
|
|
23295
24218
|
"held"?: boolean;
|
|
@@ -23431,6 +24354,7 @@ declare namespace Models {
|
|
|
23431
24354
|
"startHoldTime"?: string;
|
|
23432
24355
|
"purpose"?: string;
|
|
23433
24356
|
"state"?: string;
|
|
24357
|
+
"initialState"?: string;
|
|
23434
24358
|
"direction"?: string;
|
|
23435
24359
|
"disconnectType"?: string;
|
|
23436
24360
|
"held"?: boolean;
|
|
@@ -23574,6 +24498,7 @@ declare namespace Models {
|
|
|
23574
24498
|
"startHoldTime"?: string;
|
|
23575
24499
|
"purpose"?: string;
|
|
23576
24500
|
"state"?: string;
|
|
24501
|
+
"initialState"?: string;
|
|
23577
24502
|
"direction"?: string;
|
|
23578
24503
|
"disconnectType"?: string;
|
|
23579
24504
|
"held"?: boolean;
|
|
@@ -23692,6 +24617,7 @@ declare namespace Models {
|
|
|
23692
24617
|
"startHoldTime"?: string;
|
|
23693
24618
|
"purpose"?: string;
|
|
23694
24619
|
"state"?: string;
|
|
24620
|
+
"initialState"?: string;
|
|
23695
24621
|
"direction"?: string;
|
|
23696
24622
|
"disconnectType"?: string;
|
|
23697
24623
|
"held"?: boolean;
|
|
@@ -23836,6 +24762,7 @@ declare namespace Models {
|
|
|
23836
24762
|
"startHoldTime"?: string;
|
|
23837
24763
|
"purpose"?: string;
|
|
23838
24764
|
"state"?: string;
|
|
24765
|
+
"initialState"?: string;
|
|
23839
24766
|
"direction"?: string;
|
|
23840
24767
|
"disconnectType"?: string;
|
|
23841
24768
|
"held"?: boolean;
|
|
@@ -24459,6 +25386,7 @@ declare namespace Models {
|
|
|
24459
25386
|
"startHoldTime"?: string;
|
|
24460
25387
|
"purpose"?: string;
|
|
24461
25388
|
"state"?: string;
|
|
25389
|
+
"initialState"?: string;
|
|
24462
25390
|
"direction"?: string;
|
|
24463
25391
|
"disconnectType"?: string;
|
|
24464
25392
|
"held"?: boolean;
|
|
@@ -24605,6 +25533,7 @@ declare namespace Models {
|
|
|
24605
25533
|
"startHoldTime"?: string;
|
|
24606
25534
|
"purpose"?: string;
|
|
24607
25535
|
"state"?: string;
|
|
25536
|
+
"initialState"?: string;
|
|
24608
25537
|
"direction"?: string;
|
|
24609
25538
|
"disconnectType"?: string;
|
|
24610
25539
|
"held"?: boolean;
|
|
@@ -25892,7 +26821,7 @@ declare namespace Models {
|
|
|
25892
26821
|
|
|
25893
26822
|
export interface RecordingJobsQuery {
|
|
25894
26823
|
"action": string;
|
|
25895
|
-
"actionDate"
|
|
26824
|
+
"actionDate"?: string;
|
|
25896
26825
|
"integrationId"?: string;
|
|
25897
26826
|
"includeScreenRecordings"?: boolean;
|
|
25898
26827
|
"conversationQuery": Models.AsyncConversationQuery;
|
|
@@ -25935,6 +26864,24 @@ declare namespace Models {
|
|
|
25935
26864
|
"selfUri"?: string;
|
|
25936
26865
|
}
|
|
25937
26866
|
|
|
26867
|
+
export interface RecordingRetention {
|
|
26868
|
+
"conversationId"?: string;
|
|
26869
|
+
"recordingId"?: string;
|
|
26870
|
+
"archiveDate"?: string;
|
|
26871
|
+
"archiveMedium"?: string;
|
|
26872
|
+
"deleteDate"?: string;
|
|
26873
|
+
"exportDate"?: string;
|
|
26874
|
+
"exportedDate"?: string;
|
|
26875
|
+
"creationTime"?: string;
|
|
26876
|
+
}
|
|
26877
|
+
|
|
26878
|
+
export interface RecordingRetentionCursorEntityListing {
|
|
26879
|
+
"entities"?: Array<Models.RecordingRetention>;
|
|
26880
|
+
"nextUri"?: string;
|
|
26881
|
+
"selfUri"?: string;
|
|
26882
|
+
"previousUri"?: string;
|
|
26883
|
+
}
|
|
26884
|
+
|
|
25938
26885
|
export interface RecordingSettings {
|
|
25939
26886
|
"maxSimultaneousStreams"?: number;
|
|
25940
26887
|
"maxConfigurableScreenRecordingStreams"?: number;
|
|
@@ -27374,6 +28321,12 @@ declare namespace Models {
|
|
|
27374
28321
|
"sortBy"?: string;
|
|
27375
28322
|
}
|
|
27376
28323
|
|
|
28324
|
+
export interface SearchUpdateRequest {
|
|
28325
|
+
"sessionId"?: string;
|
|
28326
|
+
"answered": boolean;
|
|
28327
|
+
"selectedAnswer"?: Models.SelectedAnswer;
|
|
28328
|
+
}
|
|
28329
|
+
|
|
27377
28330
|
export interface SecondaryPresence {
|
|
27378
28331
|
"id": string;
|
|
27379
28332
|
"selfUri"?: string;
|
|
@@ -27463,6 +28416,10 @@ declare namespace Models {
|
|
|
27463
28416
|
"pageCount"?: number;
|
|
27464
28417
|
}
|
|
27465
28418
|
|
|
28419
|
+
export interface SelectedAnswer {
|
|
28420
|
+
"document": Models.AddressableEntityRef;
|
|
28421
|
+
}
|
|
28422
|
+
|
|
27466
28423
|
export interface SelectedColumns {
|
|
27467
28424
|
"columnOrder"?: number;
|
|
27468
28425
|
"columnName"?: string;
|
|
@@ -27614,6 +28571,11 @@ declare namespace Models {
|
|
|
27614
28571
|
"assignedDate"?: string;
|
|
27615
28572
|
}
|
|
27616
28573
|
|
|
28574
|
+
export interface SetContentTemplateActionSettings {
|
|
28575
|
+
"smsContentTemplateId": string;
|
|
28576
|
+
"emailContentTemplateId": string;
|
|
28577
|
+
}
|
|
28578
|
+
|
|
27617
28579
|
export interface SetRecordingState {
|
|
27618
28580
|
"recordingState"?: string;
|
|
27619
28581
|
}
|
|
@@ -28240,8 +29202,8 @@ declare namespace Models {
|
|
|
28240
29202
|
"dateStatusChanged"?: string;
|
|
28241
29203
|
"status"?: string;
|
|
28242
29204
|
"previousStatus"?: string;
|
|
29205
|
+
"namespace"?: string;
|
|
28243
29206
|
"message"?: string;
|
|
28244
|
-
"changedBy"?: string;
|
|
28245
29207
|
"rejectReason"?: string;
|
|
28246
29208
|
}
|
|
28247
29209
|
|
|
@@ -28885,6 +29847,7 @@ declare namespace Models {
|
|
|
28885
29847
|
|
|
28886
29848
|
export interface TextBotTextModeConstraints {
|
|
28887
29849
|
"languagePreferences": Array<string>;
|
|
29850
|
+
"noInputTimeoutMilliseconds"?: number;
|
|
28888
29851
|
}
|
|
28889
29852
|
|
|
28890
29853
|
export interface TextBotTranscript {
|
|
@@ -28920,10 +29883,10 @@ declare namespace Models {
|
|
|
28920
29883
|
"total"?: number;
|
|
28921
29884
|
"firstUri"?: string;
|
|
28922
29885
|
"selfUri"?: string;
|
|
29886
|
+
"pageCount"?: number;
|
|
29887
|
+
"lastUri"?: string;
|
|
28923
29888
|
"nextUri"?: string;
|
|
28924
29889
|
"previousUri"?: string;
|
|
28925
|
-
"lastUri"?: string;
|
|
28926
|
-
"pageCount"?: number;
|
|
28927
29890
|
}
|
|
28928
29891
|
|
|
28929
29892
|
export interface TextStyleProperties {
|
|
@@ -29164,6 +30127,11 @@ declare namespace Models {
|
|
|
29164
30127
|
"topicIds": Array<string>;
|
|
29165
30128
|
}
|
|
29166
30129
|
|
|
30130
|
+
export interface TopicOffset {
|
|
30131
|
+
"wordCount"?: number;
|
|
30132
|
+
"characterCount"?: number;
|
|
30133
|
+
}
|
|
30134
|
+
|
|
29167
30135
|
export interface TopicRequest {
|
|
29168
30136
|
"name": string;
|
|
29169
30137
|
"description"?: string;
|
|
@@ -29291,6 +30259,8 @@ declare namespace Models {
|
|
|
29291
30259
|
"confidence"?: number;
|
|
29292
30260
|
"startTimeMilliseconds"?: number;
|
|
29293
30261
|
"duration"?: Models.TopicDuration;
|
|
30262
|
+
"offset"?: Models.TopicOffset;
|
|
30263
|
+
"recordingLocation"?: number;
|
|
29294
30264
|
}
|
|
29295
30265
|
|
|
29296
30266
|
export interface TranscriptTopics {
|
|
@@ -29887,7 +30857,7 @@ declare namespace Models {
|
|
|
29887
30857
|
"id"?: string;
|
|
29888
30858
|
"name": string;
|
|
29889
30859
|
"supportedContent"?: Models.SupportedContentReference;
|
|
29890
|
-
"messagingSetting"?: Models.
|
|
30860
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
29891
30861
|
"accessTokenKey": string;
|
|
29892
30862
|
"accessTokenSecret": string;
|
|
29893
30863
|
"consumerKey": string;
|
|
@@ -29936,6 +30906,48 @@ declare namespace Models {
|
|
|
29936
30906
|
"pageCount"?: number;
|
|
29937
30907
|
}
|
|
29938
30908
|
|
|
30909
|
+
export interface UnansweredGroup {
|
|
30910
|
+
"id"?: string;
|
|
30911
|
+
"label"?: string;
|
|
30912
|
+
"phraseGroups"?: Array<Models.UnansweredPhraseGroup>;
|
|
30913
|
+
"suggestedDocuments"?: Array<Models.UnansweredGroupSuggestedDocument>;
|
|
30914
|
+
"statistics"?: Models.KnowledgeGroupStatistics;
|
|
30915
|
+
"selfUri"?: string;
|
|
30916
|
+
}
|
|
30917
|
+
|
|
30918
|
+
export interface UnansweredGroupSuggestedDocument {
|
|
30919
|
+
"id"?: string;
|
|
30920
|
+
"selfUri"?: string;
|
|
30921
|
+
}
|
|
30922
|
+
|
|
30923
|
+
export interface UnansweredGroups {
|
|
30924
|
+
"entities"?: Array<Models.UnansweredGroup>;
|
|
30925
|
+
}
|
|
30926
|
+
|
|
30927
|
+
export interface UnansweredPhrase {
|
|
30928
|
+
"id"?: string;
|
|
30929
|
+
"text"?: string;
|
|
30930
|
+
"unlinkedPhraseHitCount"?: number;
|
|
30931
|
+
}
|
|
30932
|
+
|
|
30933
|
+
export interface UnansweredPhraseGroup {
|
|
30934
|
+
"id"?: string;
|
|
30935
|
+
"label"?: string;
|
|
30936
|
+
"phrases"?: Array<Models.UnansweredPhrase>;
|
|
30937
|
+
"unlinkedPhraseHitCount"?: number;
|
|
30938
|
+
"unlinkedPhraseCount"?: number;
|
|
30939
|
+
"selfUri"?: string;
|
|
30940
|
+
}
|
|
30941
|
+
|
|
30942
|
+
export interface UnansweredPhraseGroupPatchRequestBody {
|
|
30943
|
+
"phraseAssociations": Array<Models.PhraseAssociations>;
|
|
30944
|
+
}
|
|
30945
|
+
|
|
30946
|
+
export interface UnansweredPhraseGroupUpdateResponse {
|
|
30947
|
+
"phraseAssociations"?: Array<Models.PhraseAssociations>;
|
|
30948
|
+
"group"?: Models.UnansweredGroup;
|
|
30949
|
+
}
|
|
30950
|
+
|
|
29939
30951
|
export interface UnpublishedProgramsEntityListing {
|
|
29940
30952
|
"entities"?: Array<Models.Program>;
|
|
29941
30953
|
"pageSize"?: number;
|
|
@@ -29973,6 +30985,10 @@ declare namespace Models {
|
|
|
29973
30985
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
29974
30986
|
}
|
|
29975
30987
|
|
|
30988
|
+
export interface UpdateAnalyticsDataRetentionRequest {
|
|
30989
|
+
"retentionDays": number;
|
|
30990
|
+
}
|
|
30991
|
+
|
|
29976
30992
|
export interface UpdateBusinessUnitRequest {
|
|
29977
30993
|
"name"?: string;
|
|
29978
30994
|
"divisionId"?: string;
|
|
@@ -29999,6 +31015,11 @@ declare namespace Models {
|
|
|
29999
31015
|
"externalLinks"?: Array<string>;
|
|
30000
31016
|
}
|
|
30001
31017
|
|
|
31018
|
+
export interface UpdateContactColumnActionSettings {
|
|
31019
|
+
"properties": { [key: string]: string; };
|
|
31020
|
+
"updateOption": string;
|
|
31021
|
+
}
|
|
31022
|
+
|
|
30002
31023
|
export interface UpdateDraftInput {
|
|
30003
31024
|
"category"?: string;
|
|
30004
31025
|
"name"?: string;
|
|
@@ -30449,6 +31470,12 @@ declare namespace Models {
|
|
|
30449
31470
|
"authorization"?: Models.UserAuthorization;
|
|
30450
31471
|
}
|
|
30451
31472
|
|
|
31473
|
+
export interface UserExternalIdentifier {
|
|
31474
|
+
"authorityName": string;
|
|
31475
|
+
"externalKey": string;
|
|
31476
|
+
"selfUri"?: string;
|
|
31477
|
+
}
|
|
31478
|
+
|
|
30452
31479
|
export interface UserGreetingEventGreeting {
|
|
30453
31480
|
"id"?: string;
|
|
30454
31481
|
"name"?: string;
|
|
@@ -31926,6 +32953,11 @@ declare namespace Models {
|
|
|
31926
32953
|
"selfUri"?: string;
|
|
31927
32954
|
}
|
|
31928
32955
|
|
|
32956
|
+
export interface WebDeploymentActiveConfigurationOnDeployment {
|
|
32957
|
+
"configurationVersion"?: Models.WebDeploymentConfigurationVersion;
|
|
32958
|
+
"deployment"?: Models.WebDeployment;
|
|
32959
|
+
}
|
|
32960
|
+
|
|
31929
32961
|
export interface WebDeploymentConfigurationVersion {
|
|
31930
32962
|
"id"?: string;
|
|
31931
32963
|
"name": string;
|
|
@@ -33171,7 +34203,7 @@ declare namespace Models {
|
|
|
33171
34203
|
"id"?: string;
|
|
33172
34204
|
"name": string;
|
|
33173
34205
|
"supportedContent"?: Models.SupportedContentReference;
|
|
33174
|
-
"messagingSetting"?: Models.
|
|
34206
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
33175
34207
|
"phoneNumber": string;
|
|
33176
34208
|
"wabaCertificate": string;
|
|
33177
34209
|
"selfUri"?: string;
|
|
@@ -33181,7 +34213,7 @@ declare namespace Models {
|
|
|
33181
34213
|
"id"?: string;
|
|
33182
34214
|
"name"?: string;
|
|
33183
34215
|
"supportedContent"?: Models.SupportedContentReference;
|
|
33184
|
-
"messagingSetting"?: Models.
|
|
34216
|
+
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
33185
34217
|
"action"?: string;
|
|
33186
34218
|
"authenticationMethod"?: string;
|
|
33187
34219
|
"confirmationCode"?: string;
|
|
@@ -33502,6 +34534,55 @@ declare namespace Models {
|
|
|
33502
34534
|
"value"?: number;
|
|
33503
34535
|
}
|
|
33504
34536
|
|
|
34537
|
+
export interface WorkitemsEventsNotificationCustomAttribute {
|
|
34538
|
+
"dataType"?: string;
|
|
34539
|
+
"value"?: string;
|
|
34540
|
+
}
|
|
34541
|
+
|
|
34542
|
+
export interface WorkitemsEventsNotificationDelta {
|
|
34543
|
+
"op"?: string;
|
|
34544
|
+
"field"?: string;
|
|
34545
|
+
"oldValue"?: string;
|
|
34546
|
+
"newValue"?: string;
|
|
34547
|
+
}
|
|
34548
|
+
|
|
34549
|
+
export interface WorkitemsEventsNotificationWorkitem {
|
|
34550
|
+
"id"?: string;
|
|
34551
|
+
"name"?: string;
|
|
34552
|
+
"typeId"?: string;
|
|
34553
|
+
"description"?: string;
|
|
34554
|
+
"languageId"?: string;
|
|
34555
|
+
"priority"?: number;
|
|
34556
|
+
"dateCreated"?: string;
|
|
34557
|
+
"dateModified"?: string;
|
|
34558
|
+
"dateDue"?: string;
|
|
34559
|
+
"dateExpires"?: string;
|
|
34560
|
+
"durationSeconds"?: number;
|
|
34561
|
+
"ttl"?: number;
|
|
34562
|
+
"statusId"?: string;
|
|
34563
|
+
"statusCategory"?: string;
|
|
34564
|
+
"dateClosed"?: string;
|
|
34565
|
+
"workbinId"?: string;
|
|
34566
|
+
"reporterId"?: string;
|
|
34567
|
+
"assigneeId"?: string;
|
|
34568
|
+
"externalContactId"?: string;
|
|
34569
|
+
"externalTag"?: string;
|
|
34570
|
+
"wrapupId"?: string;
|
|
34571
|
+
"modifiedBy"?: string;
|
|
34572
|
+
"operation"?: string;
|
|
34573
|
+
"changes"?: Array<Models.WorkitemsEventsNotificationDelta>;
|
|
34574
|
+
"assignmentState"?: string;
|
|
34575
|
+
"assignmentId"?: string;
|
|
34576
|
+
"alertTimeoutSeconds"?: number;
|
|
34577
|
+
"queueId"?: string;
|
|
34578
|
+
"customFields"?: { [key: string]: Models.WorkitemsEventsNotificationCustomAttribute; };
|
|
34579
|
+
}
|
|
34580
|
+
|
|
34581
|
+
export interface WorkitemsUserEventsNotificationCustomAttribute {
|
|
34582
|
+
"dataType"?: string;
|
|
34583
|
+
"value"?: string;
|
|
34584
|
+
}
|
|
34585
|
+
|
|
33505
34586
|
export interface WorkitemsUserEventsNotificationDelta {
|
|
33506
34587
|
"op"?: string;
|
|
33507
34588
|
"field"?: string;
|
|
@@ -33523,6 +34604,7 @@ declare namespace Models {
|
|
|
33523
34604
|
"durationSeconds"?: number;
|
|
33524
34605
|
"ttl"?: number;
|
|
33525
34606
|
"statusId"?: string;
|
|
34607
|
+
"statusCategory"?: string;
|
|
33526
34608
|
"dateClosed"?: string;
|
|
33527
34609
|
"workbinId"?: string;
|
|
33528
34610
|
"reporterId"?: string;
|
|
@@ -33536,6 +34618,8 @@ declare namespace Models {
|
|
|
33536
34618
|
"assignmentState"?: string;
|
|
33537
34619
|
"assignmentId"?: string;
|
|
33538
34620
|
"alertTimeoutSeconds"?: number;
|
|
34621
|
+
"queueId"?: string;
|
|
34622
|
+
"customFields"?: { [key: string]: Models.WorkitemsUserEventsNotificationCustomAttribute; };
|
|
33539
34623
|
}
|
|
33540
34624
|
|
|
33541
34625
|
export interface Workspace {
|