purecloud-platform-client-v2 204.1.0 → 206.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 +5 -3
- package/dist/node/purecloud-platform-client-v2.js +1344 -85
- package/dist/web-amd/purecloud-platform-client-v2.js +1344 -85
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +410 -87
- package/dist/web-cjs/purecloud-platform-client-v2.js +410 -87
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +986 -7
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.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 +33 -4
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +191 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +516 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.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/OperationalEventsApi.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 +31 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.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/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +58 -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/TaskManagementApi.js +311 -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 +70 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +3 -3
- 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 +60 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1460,6 +1460,7 @@ declare class ConversationsApi {
|
|
|
1460
1460
|
getConversationSecureattributes(conversationId: string): Promise<Models.ConversationSecureAttributes>;
|
|
1461
1461
|
getConversationSuggestion(conversationId: string, suggestionId: string): Promise<Models.Suggestion>;
|
|
1462
1462
|
getConversationSuggestions(conversationId: string, opts?: ConversationsApi.getConversationSuggestionsOptions): Promise<Models.SuggestionListing>;
|
|
1463
|
+
getConversationSummaries(conversationId: string): Promise<Models.ConversationSummariesGetResponse>;
|
|
1463
1464
|
getConversations(opts?: ConversationsApi.getConversationsOptions): Promise<Models.ConversationEntityListing>;
|
|
1464
1465
|
getConversationsCall(conversationId: string): Promise<Models.CallConversation>;
|
|
1465
1466
|
getConversationsCallParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsCallParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
@@ -1630,7 +1631,7 @@ declare class ConversationsApi {
|
|
|
1630
1631
|
postConversationsMessageCommunicationMessagesMedia(conversationId: string, communicationId: string): Promise<Models.MessageMediaData>;
|
|
1631
1632
|
postConversationsMessageCommunicationTyping(conversationId: string, communicationId: string, body: Models.MessageTypingEventRequest): Promise<void>;
|
|
1632
1633
|
postConversationsMessageInboundOpenEvent(integrationId: string, body: Models.OpenInboundNormalizedEvent): Promise<Models.OpenEventNormalizedMessage>;
|
|
1633
|
-
postConversationsMessageInboundOpenMessage(integrationId: string, body: Models.OpenInboundNormalizedMessage): Promise<Models.OpenMessageNormalizedMessage>;
|
|
1634
|
+
postConversationsMessageInboundOpenMessage(integrationId: string, body: Models.OpenInboundNormalizedMessage, opts?: ConversationsApi.postConversationsMessageInboundOpenMessageOptions): Promise<Models.OpenMessageNormalizedMessage>;
|
|
1634
1635
|
postConversationsMessageInboundOpenReceipt(integrationId: string, body: Models.OpenInboundNormalizedReceipt): Promise<Models.OpenReceiptNormalizedMessage>;
|
|
1635
1636
|
postConversationsMessageMessagesBulk(conversationId: string, opts?: ConversationsApi.postConversationsMessageMessagesBulkOptions): Promise<Models.TextMessageListing>;
|
|
1636
1637
|
postConversationsMessageParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsMessageParticipantCommunicationWrapupOptions): Promise<void>;
|
|
@@ -1872,6 +1873,9 @@ declare namespace ConversationsApi {
|
|
|
1872
1873
|
export interface postConversationsMessageCommunicationMessagesOptions {
|
|
1873
1874
|
"useNormalizedMessage"?: boolean;
|
|
1874
1875
|
}
|
|
1876
|
+
export interface postConversationsMessageInboundOpenMessageOptions {
|
|
1877
|
+
"prefetchConversationId"?: boolean;
|
|
1878
|
+
}
|
|
1875
1879
|
export interface postConversationsMessageMessagesBulkOptions {
|
|
1876
1880
|
"useNormalizedMessage"?: boolean;
|
|
1877
1881
|
"body"?: Array<string>;
|
|
@@ -2855,8 +2859,11 @@ declare class JourneyApi {
|
|
|
2855
2859
|
getJourneySessionOutcomescores(sessionId: string): Promise<Models.OutcomeScoresResult>;
|
|
2856
2860
|
getJourneyView(viewId: string): Promise<Models.JourneyView>;
|
|
2857
2861
|
getJourneyViewVersion(viewId: string, versionId: string): Promise<Models.JourneyView>;
|
|
2862
|
+
getJourneyViewVersionChart(viewId: string, journeyViewVersion: string, chartId: string): Promise<Models.JourneyViewChart>;
|
|
2863
|
+
getJourneyViewVersionChartVersion(viewId: string, journeyViewVersion: string, chartId: string, chartVersion: string): Promise<Models.JourneyViewChart>;
|
|
2858
2864
|
getJourneyViewVersionJob(viewId: string, journeyVersionId: string, jobId: string): Promise<Models.JourneyViewJob>;
|
|
2859
2865
|
getJourneyViewVersionJobResults(viewId: string, journeyViewVersion: string, jobId: string): Promise<Models.JourneyViewResult>;
|
|
2866
|
+
getJourneyViewVersionJobResultsChart(viewId: string, journeyVersionId: string, jobId: string, chartId: string): Promise<Models.JourneyViewChartResult>;
|
|
2860
2867
|
getJourneyViewVersionJobsLatest(viewId: string, journeyVersionId: string): Promise<Models.JourneyViewJob>;
|
|
2861
2868
|
getJourneyViews(opts?: JourneyApi.getJourneyViewsOptions): Promise<Models.JourneyViewListing>;
|
|
2862
2869
|
getJourneyViewsEventdefinition(eventDefinitionId: string): Promise<Models.JourneyEventDefinition>;
|
|
@@ -2867,6 +2874,7 @@ declare class JourneyApi {
|
|
|
2867
2874
|
patchJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.patchJourneyActiontemplateOptions): Promise<Models.ActionTemplate>;
|
|
2868
2875
|
patchJourneyOutcome(outcomeId: string, opts?: JourneyApi.patchJourneyOutcomeOptions): Promise<Models.Outcome>;
|
|
2869
2876
|
patchJourneySegment(segmentId: string, opts?: JourneyApi.patchJourneySegmentOptions): Promise<Models.JourneySegment>;
|
|
2877
|
+
patchJourneyViewVersionJob(viewId: string, journeyVersionId: string, jobId: string, body: Models.JourneyViewJob): Promise<Models.JourneyViewJob>;
|
|
2870
2878
|
postAnalyticsJourneysAggregatesJobs(body: Models.JourneyAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
2871
2879
|
postAnalyticsJourneysAggregatesQuery(body: Models.JourneyAggregationQuery): Promise<Models.JourneyAggregateQueryResponse>;
|
|
2872
2880
|
postJourneyActionmaps(opts?: JourneyApi.postJourneyActionmapsOptions): Promise<Models.ActionMap>;
|
|
@@ -2883,7 +2891,8 @@ declare class JourneyApi {
|
|
|
2883
2891
|
postJourneyViewVersionJobs(viewId: string, journeyVersionId: string): Promise<Models.JourneyViewJob>;
|
|
2884
2892
|
postJourneyViewVersions(viewId: string, body: Models.JourneyView): Promise<Models.JourneyView>;
|
|
2885
2893
|
postJourneyViews(body: Models.JourneyView): Promise<Models.JourneyView>;
|
|
2886
|
-
postJourneyViewsEncodingsValidate(opts?: JourneyApi.postJourneyViewsEncodingsValidateOptions): Promise<Models.EntityListing>;
|
|
2894
|
+
postJourneyViewsEncodingsValidate(opts?: JourneyApi.postJourneyViewsEncodingsValidateOptions): Promise<Models.EntityListing>;
|
|
2895
|
+
putJourneyViewVersion(viewId: string, versionId: string, body: Models.JourneyView): Promise<Models.JourneyView>;
|
|
2887
2896
|
}
|
|
2888
2897
|
|
|
2889
2898
|
declare namespace JourneyApi {
|
|
@@ -3021,9 +3030,13 @@ declare class KnowledgeApi {
|
|
|
3021
3030
|
deleteKnowledgeKnowledgebaseLanguageCategory(categoryId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeCategory>;
|
|
3022
3031
|
deleteKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeDocument>;
|
|
3023
3032
|
deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<void>;
|
|
3033
|
+
deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string): Promise<void>;
|
|
3034
|
+
deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string): Promise<void>;
|
|
3035
|
+
deleteKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string): Promise<void>;
|
|
3024
3036
|
getKnowledgeGuestSessionCategories(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionCategoriesOptions): Promise<Models.GuestCategoryResponseListing>;
|
|
3025
3037
|
getKnowledgeGuestSessionDocument(sessionId: string, documentId: string): Promise<Models.KnowledgeGuestDocumentResponse>;
|
|
3026
3038
|
getKnowledgeGuestSessionDocuments(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionDocumentsOptions): Promise<Models.KnowledgeGuestDocumentResponseListing>;
|
|
3039
|
+
getKnowledgeIntegrationOptions(integrationId: string): Promise<Models.KnowledgeIntegrationOptionsResponse>;
|
|
3027
3040
|
getKnowledgeKnowledgebase(knowledgeBaseId: string): Promise<Models.KnowledgeBase>;
|
|
3028
3041
|
getKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseCategoriesOptions): Promise<Models.CategoryResponseListing>;
|
|
3029
3042
|
getKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string): Promise<Models.CategoryResponse>;
|
|
@@ -3052,6 +3065,10 @@ declare class KnowledgeApi {
|
|
|
3052
3065
|
getKnowledgeKnowledgebaseOperations(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseOperationsOptions): Promise<Models.OperationListing>;
|
|
3053
3066
|
getKnowledgeKnowledgebaseOperationsUsersQuery(knowledgeBaseId: string): Promise<Models.OperationCreatorUserResponse>;
|
|
3054
3067
|
getKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseParseJobOptions): Promise<Models.KnowledgeParseJobResponse>;
|
|
3068
|
+
getKnowledgeKnowledgebaseSources(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseSourcesOptions): Promise<Array<Models.SourceBaseResponse>>;
|
|
3069
|
+
getKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseSourcesSalesforceSourceIdOptions): Promise<Models.SalesforceSourceResponse>;
|
|
3070
|
+
getKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseSourcesServicenowSourceIdOptions): Promise<Models.ServiceNowSourceResponse>;
|
|
3071
|
+
getKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3055
3072
|
getKnowledgeKnowledgebaseUnansweredGroup(knowledgeBaseId: string, groupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupOptions): Promise<Models.UnansweredGroup>;
|
|
3056
3073
|
getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions): Promise<Models.UnansweredPhraseGroup>;
|
|
3057
3074
|
getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
|
|
@@ -3071,6 +3088,7 @@ declare class KnowledgeApi {
|
|
|
3071
3088
|
patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, body: Array<Models.KnowledgeDocumentBulkRequest>): Promise<Models.DocumentListing>;
|
|
3072
3089
|
patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImport>;
|
|
3073
3090
|
patchKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestPatch): Promise<void>;
|
|
3091
|
+
patchKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string, body: Models.SyncStatusRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3074
3092
|
patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
|
|
3075
3093
|
postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
3076
3094
|
postKnowledgeGuestSessionDocumentCopies(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentCopiesOptions): Promise<void>;
|
|
@@ -3108,8 +3126,15 @@ declare class KnowledgeApi {
|
|
|
3108
3126
|
postKnowledgeKnowledgebaseParseJobImport(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestImport): Promise<void>;
|
|
3109
3127
|
postKnowledgeKnowledgebaseParseJobs(knowledgeBaseId: string, body: Models.KnowledgeParseJobRequest): Promise<Models.KnowledgeParseJobResponse>;
|
|
3110
3128
|
postKnowledgeKnowledgebaseSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseSearchOptions): Promise<Models.KnowledgeSearchResponse>;
|
|
3129
|
+
postKnowledgeKnowledgebaseSourcesSalesforce(knowledgeBaseId: string, body: Models.SalesforceSourceRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3130
|
+
postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(knowledgeBaseId: string, sourceId: string): Promise<Models.SourceSyncResponse>;
|
|
3131
|
+
postKnowledgeKnowledgebaseSourcesServicenow(knowledgeBaseId: string, body: Models.ServiceNowSourceRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3132
|
+
postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(knowledgeBaseId: string, sourceId: string): Promise<Models.SourceSyncResponse>;
|
|
3133
|
+
postKnowledgeKnowledgebaseSynchronizeJobs(knowledgeBaseId: string, body: Models.KnowledgeSyncJobRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3111
3134
|
postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId: string, body: Models.CreateUploadSourceUrlJobRequest): Promise<Models.CreateUploadSourceUrlJobResponse>;
|
|
3112
|
-
postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
|
|
3135
|
+
postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
|
|
3136
|
+
putKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string, body: Models.SalesforceSourceRequest): Promise<Models.SalesforceSourceResponse>;
|
|
3137
|
+
putKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string, body: Models.ServiceNowSourceRequest): Promise<Models.ServiceNowSourceResponse>;
|
|
3113
3138
|
}
|
|
3114
3139
|
|
|
3115
3140
|
declare namespace KnowledgeApi {
|
|
@@ -3240,6 +3265,17 @@ declare namespace KnowledgeApi {
|
|
|
3240
3265
|
export interface getKnowledgeKnowledgebaseParseJobOptions {
|
|
3241
3266
|
"expand"?: Array<string>;
|
|
3242
3267
|
}
|
|
3268
|
+
export interface getKnowledgeKnowledgebaseSourcesOptions {
|
|
3269
|
+
"type"?: string;
|
|
3270
|
+
"expand"?: Array<string>;
|
|
3271
|
+
"ids"?: Array<string>;
|
|
3272
|
+
}
|
|
3273
|
+
export interface getKnowledgeKnowledgebaseSourcesSalesforceSourceIdOptions {
|
|
3274
|
+
"expand"?: Array<string>;
|
|
3275
|
+
}
|
|
3276
|
+
export interface getKnowledgeKnowledgebaseSourcesServicenowSourceIdOptions {
|
|
3277
|
+
"expand"?: Array<string>;
|
|
3278
|
+
}
|
|
3243
3279
|
export interface getKnowledgeKnowledgebaseUnansweredGroupOptions {
|
|
3244
3280
|
"app"?: string;
|
|
3245
3281
|
"dateStart"?: string;
|
|
@@ -3984,6 +4020,7 @@ declare class OutboundApi {
|
|
|
3984
4020
|
getOutboundCampaignInteractions(campaignId: string): Promise<Models.CampaignInteractions>;
|
|
3985
4021
|
getOutboundCampaignLinedistribution(campaignId: string, opts?: OutboundApi.getOutboundCampaignLinedistributionOptions): Promise<Models.CampaignOutboundLinesDistribution>;
|
|
3986
4022
|
getOutboundCampaignProgress(campaignId: string): Promise<Models.CampaignProgress>;
|
|
4023
|
+
getOutboundCampaignSkillcombinations(campaignId: string, opts?: OutboundApi.getOutboundCampaignSkillcombinationsOptions): Promise<Models.PagedSkillCombinationListing>;
|
|
3987
4024
|
getOutboundCampaignStats(campaignId: string): Promise<Models.CampaignStats>;
|
|
3988
4025
|
getOutboundCampaignrule(campaignRuleId: string): Promise<Models.CampaignRule>;
|
|
3989
4026
|
getOutboundCampaignrules(opts?: OutboundApi.getOutboundCampaignrulesOptions): Promise<Models.CampaignRuleEntityListing>;
|
|
@@ -4150,6 +4187,10 @@ declare namespace OutboundApi {
|
|
|
4150
4187
|
"relativeWeight"?: number;
|
|
4151
4188
|
"outboundLineCount"?: number;
|
|
4152
4189
|
}
|
|
4190
|
+
export interface getOutboundCampaignSkillcombinationsOptions {
|
|
4191
|
+
"pageNumber"?: number;
|
|
4192
|
+
"pageSize"?: number;
|
|
4193
|
+
}
|
|
4153
4194
|
export interface getOutboundCampaignrulesOptions {
|
|
4154
4195
|
"pageSize"?: number;
|
|
4155
4196
|
"pageNumber"?: number;
|
|
@@ -5670,6 +5711,8 @@ declare class SpeechTextAnalyticsApi {
|
|
|
5670
5711
|
getSpeechandtextanalyticsTopicsGeneral(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsGeneralOptions): Promise<Models.GeneralTopicsEntityListing>;
|
|
5671
5712
|
getSpeechandtextanalyticsTopicsGeneralStatus(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsGeneralStatusOptions): Promise<Models.UnifiedGeneralTopicEntityListing>;
|
|
5672
5713
|
getSpeechandtextanalyticsTopicsPublishjob(jobId: string): Promise<Models.TopicJob>;
|
|
5714
|
+
getSpeechandtextanalyticsTranslationsLanguageConversation(languageId: string, conversationId: string, opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTranslationsLanguageConversationOptions): Promise<Models.CommunicationTranslationList>;
|
|
5715
|
+
getSpeechandtextanalyticsTranslationsLanguages(): Promise<Models.TranslateSupportedLanguageList>;
|
|
5673
5716
|
patchSpeechandtextanalyticsSettings(body: Models.SpeechTextAnalyticsSettingsRequest): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
|
|
5674
5717
|
postSpeechandtextanalyticsCategories(body: Models.CategoryRequest): Promise<Models.StaCategory>;
|
|
5675
5718
|
postSpeechandtextanalyticsDictionaryfeedback(body: Models.DictionaryFeedback): Promise<Models.DictionaryFeedback>;
|
|
@@ -5742,6 +5785,10 @@ declare namespace SpeechTextAnalyticsApi {
|
|
|
5742
5785
|
export interface getSpeechandtextanalyticsTopicsGeneralStatusOptions {
|
|
5743
5786
|
"dialect"?: string;
|
|
5744
5787
|
}
|
|
5788
|
+
export interface getSpeechandtextanalyticsTranslationsLanguageConversationOptions {
|
|
5789
|
+
"communicationId"?: string;
|
|
5790
|
+
"recordingId"?: string;
|
|
5791
|
+
}
|
|
5745
5792
|
export interface putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackIdOptions {
|
|
5746
5793
|
"body"?: Models.DictionaryFeedback;
|
|
5747
5794
|
}
|
|
@@ -5795,6 +5842,8 @@ declare class TaskManagementApi {
|
|
|
5795
5842
|
deleteTaskmanagementWorkitem(workitemId: string): Promise<void>;
|
|
5796
5843
|
deleteTaskmanagementWorkitemsSchema(schemaId: string): Promise<void>;
|
|
5797
5844
|
deleteTaskmanagementWorktype(worktypeId: string): Promise<void>;
|
|
5845
|
+
deleteTaskmanagementWorktypeFlowsOnattributechangeRule(worktypeId: string, ruleId: string): Promise<void>;
|
|
5846
|
+
deleteTaskmanagementWorktypeFlowsOncreateRule(worktypeId: string, ruleId: string): Promise<void>;
|
|
5798
5847
|
deleteTaskmanagementWorktypeStatus(worktypeId: string, statusId: string): Promise<void>;
|
|
5799
5848
|
getTaskmanagementWorkbin(workbinId: string): Promise<Models.Workbin>;
|
|
5800
5849
|
getTaskmanagementWorkbinHistory(workbinId: string, opts?: TaskManagementApi.getTaskmanagementWorkbinHistoryOptions): Promise<Models.WorkbinChangeListing>;
|
|
@@ -5813,6 +5862,10 @@ declare class TaskManagementApi {
|
|
|
5813
5862
|
getTaskmanagementWorkitemsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
5814
5863
|
getTaskmanagementWorkitemsSchemas(): Promise<Models.DataSchemaListing>;
|
|
5815
5864
|
getTaskmanagementWorktype(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeOptions): Promise<Models.Worktype>;
|
|
5865
|
+
getTaskmanagementWorktypeFlowsOnattributechangeRule(worktypeId: string, ruleId: string): Promise<Models.WorkitemOnAttributeChangeRule>;
|
|
5866
|
+
getTaskmanagementWorktypeFlowsOnattributechangeRules(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeFlowsOnattributechangeRulesOptions): Promise<Models.WorkitemOnAttributeChangeRuleListing>;
|
|
5867
|
+
getTaskmanagementWorktypeFlowsOncreateRule(worktypeId: string, ruleId: string): Promise<Models.WorkitemOnCreateRule>;
|
|
5868
|
+
getTaskmanagementWorktypeFlowsOncreateRules(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeFlowsOncreateRulesOptions): Promise<Models.WorkitemOnCreateRuleListing>;
|
|
5816
5869
|
getTaskmanagementWorktypeHistory(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeHistoryOptions): Promise<Models.WorktypeChangeListing>;
|
|
5817
5870
|
getTaskmanagementWorktypeStatus(worktypeId: string, statusId: string): Promise<Models.WorkitemStatus>;
|
|
5818
5871
|
getTaskmanagementWorktypeStatuses(worktypeId: string): Promise<Models.WorkitemStatusListing>;
|
|
@@ -5824,6 +5877,8 @@ declare class TaskManagementApi {
|
|
|
5824
5877
|
patchTaskmanagementWorkitemUserWrapups(workitemId: string, userId: string, body: Models.WorkitemWrapupUpdate): Promise<Models.WorkitemWrapup>;
|
|
5825
5878
|
patchTaskmanagementWorkitemUsersMeWrapups(workitemId: string, body: Models.WorkitemWrapupUpdate): Promise<Models.WorkitemWrapup>;
|
|
5826
5879
|
patchTaskmanagementWorktype(worktypeId: string, body: Models.WorktypeUpdate): Promise<Models.Worktype>;
|
|
5880
|
+
patchTaskmanagementWorktypeFlowsOnattributechangeRule(worktypeId: string, ruleId: string, body: Models.WorkitemOnAttributeChangeRuleUpdate): Promise<Models.WorkitemOnAttributeChangeRule>;
|
|
5881
|
+
patchTaskmanagementWorktypeFlowsOncreateRule(worktypeId: string, ruleId: string, body: Models.WorkitemOnCreateRuleUpdate): Promise<Models.WorkitemOnCreateRule>;
|
|
5827
5882
|
patchTaskmanagementWorktypeStatus(worktypeId: string, statusId: string, body: Models.WorkitemStatusUpdate): Promise<Models.WorkitemStatus>;
|
|
5828
5883
|
postTaskmanagementWorkbins(body: Models.WorkbinCreate): Promise<Models.Workbin>;
|
|
5829
5884
|
postTaskmanagementWorkbinsQuery(body: Models.WorkbinQueryRequest): Promise<Models.WorkbinQueryEntityListing>;
|
|
@@ -5834,6 +5889,8 @@ declare class TaskManagementApi {
|
|
|
5834
5889
|
postTaskmanagementWorkitemsQuery(body: Models.WorkitemQueryPostRequest): Promise<Models.WorkitemPostQueryEntityListing>;
|
|
5835
5890
|
postTaskmanagementWorkitemsQueryJobs(body: Models.WorkitemQueryJobCreate): Promise<Models.WorkitemQueryJobResponse>;
|
|
5836
5891
|
postTaskmanagementWorkitemsSchemas(body: Models.DataSchema): Promise<Models.DataSchema>;
|
|
5892
|
+
postTaskmanagementWorktypeFlowsOnattributechangeRules(worktypeId: string, body: Models.WorkitemOnAttributeChangeRuleCreate): Promise<Models.WorkitemOnAttributeChangeRule>;
|
|
5893
|
+
postTaskmanagementWorktypeFlowsOncreateRules(worktypeId: string, body: Models.WorkitemOnCreateRuleCreate): Promise<Models.WorkitemOnCreateRule>;
|
|
5837
5894
|
postTaskmanagementWorktypeStatuses(worktypeId: string, body: Models.WorkitemStatusCreate): Promise<Models.WorkitemStatus>;
|
|
5838
5895
|
postTaskmanagementWorktypes(body: Models.WorktypeCreate): Promise<Models.Worktype>;
|
|
5839
5896
|
postTaskmanagementWorktypesQuery(body: Models.WorktypeQueryRequest): Promise<Models.WorktypeQueryEntityListing>;
|
|
@@ -5879,6 +5936,14 @@ declare namespace TaskManagementApi {
|
|
|
5879
5936
|
export interface getTaskmanagementWorktypeOptions {
|
|
5880
5937
|
"expands"?: Array<string>;
|
|
5881
5938
|
}
|
|
5939
|
+
export interface getTaskmanagementWorktypeFlowsOnattributechangeRulesOptions {
|
|
5940
|
+
"after"?: string;
|
|
5941
|
+
"pageSize"?: number;
|
|
5942
|
+
}
|
|
5943
|
+
export interface getTaskmanagementWorktypeFlowsOncreateRulesOptions {
|
|
5944
|
+
"after"?: string;
|
|
5945
|
+
"pageSize"?: number;
|
|
5946
|
+
}
|
|
5882
5947
|
export interface getTaskmanagementWorktypeHistoryOptions {
|
|
5883
5948
|
"after"?: string;
|
|
5884
5949
|
"pageSize"?: number;
|
|
@@ -5953,6 +6018,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
5953
6018
|
deleteTelephonyProvidersEdge(edgeId: string): Promise<void>;
|
|
5954
6019
|
deleteTelephonyProvidersEdgeLogicalinterface(edgeId: string, interfaceId: string): Promise<void>;
|
|
5955
6020
|
deleteTelephonyProvidersEdgeSoftwareupdate(edgeId: string): Promise<void>;
|
|
6021
|
+
deleteTelephonyProvidersEdgesAlertablepresences(): Promise<void>;
|
|
5956
6022
|
deleteTelephonyProvidersEdgesCertificateauthority(certificateId: string): Promise<void>;
|
|
5957
6023
|
deleteTelephonyProvidersEdgesDidpool(didPoolId: string): Promise<void>;
|
|
5958
6024
|
deleteTelephonyProvidersEdgesEdgegroup(edgeGroupId: string): Promise<void>;
|
|
@@ -5978,6 +6044,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
5978
6044
|
getTelephonyProvidersEdgeSoftwareversions(edgeId: string): Promise<Models.DomainEdgeSoftwareVersionDtoEntityListing>;
|
|
5979
6045
|
getTelephonyProvidersEdgeTrunks(edgeId: string, opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgeTrunksOptions): Promise<Models.TrunkEntityListing>;
|
|
5980
6046
|
getTelephonyProvidersEdges(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesOptions): Promise<Models.EdgeEntityListing>;
|
|
6047
|
+
getTelephonyProvidersEdgesAlertablepresences(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesAlertablepresencesOptions): Promise<Models.AlertablePresences>;
|
|
5981
6048
|
getTelephonyProvidersEdgesCertificateauthorities(): Promise<Models.CertificateAuthorityEntityListing>;
|
|
5982
6049
|
getTelephonyProvidersEdgesCertificateauthority(certificateId: string): Promise<Models.DomainCertificateAuthority>;
|
|
5983
6050
|
getTelephonyProvidersEdgesDid(didId: string): Promise<Models.DID>;
|
|
@@ -6058,6 +6125,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
6058
6125
|
postTelephonyProvidersEdgesTrunkbasesettings(body: Models.TrunkBase): Promise<Models.TrunkBase>;
|
|
6059
6126
|
putTelephonyProvidersEdge(edgeId: string, body: Models.Edge): Promise<Models.Edge>;
|
|
6060
6127
|
putTelephonyProvidersEdgeLogicalinterface(edgeId: string, interfaceId: string, body: Models.DomainLogicalInterface): Promise<Models.DomainLogicalInterface>;
|
|
6128
|
+
putTelephonyProvidersEdgesAlertablepresences(body: Models.AlertablePresences): Promise<void>;
|
|
6061
6129
|
putTelephonyProvidersEdgesCertificateauthority(certificateId: string, body: Models.DomainCertificateAuthority): Promise<Models.DomainCertificateAuthority>;
|
|
6062
6130
|
putTelephonyProvidersEdgesDidpool(didPoolId: string, body: Models.DIDPool): Promise<Models.DIDPool>;
|
|
6063
6131
|
putTelephonyProvidersEdgesEdgegroup(edgeGroupId: string, body: Models.EdgeGroup): Promise<Models.EdgeGroup>;
|
|
@@ -6100,6 +6168,9 @@ declare namespace TelephonyProvidersEdgeApi {
|
|
|
6100
6168
|
"managed"?: boolean;
|
|
6101
6169
|
"showCloudMedia"?: boolean;
|
|
6102
6170
|
}
|
|
6171
|
+
export interface getTelephonyProvidersEdgesAlertablepresencesOptions {
|
|
6172
|
+
"type"?: string;
|
|
6173
|
+
}
|
|
6103
6174
|
export interface getTelephonyProvidersEdgesDidpoolsOptions {
|
|
6104
6175
|
"pageSize"?: number;
|
|
6105
6176
|
"pageNumber"?: number;
|
|
@@ -6938,6 +7009,7 @@ declare class WorkforceManagementApi {
|
|
|
6938
7009
|
patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences(businessUnitId: string, bidId: string, bidGroupId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesOptions): Promise<Models.AdminAgentWorkPlanPreferenceResponse>;
|
|
6939
7010
|
patchWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
|
|
6940
7011
|
patchWorkforcemanagementManagementunitAgents(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitAgentsOptions): Promise<void>;
|
|
7012
|
+
patchWorkforcemanagementManagementunitAgentsWorkplansBulk(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitAgentsWorkplansBulkOptions): Promise<Models.UpdateMuAgentWorkPlansBatchResponse>;
|
|
6941
7013
|
patchWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeofflimitOptions): Promise<Models.TimeOffLimit>;
|
|
6942
7014
|
patchWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanOptions): Promise<Models.TimeOffPlan>;
|
|
6943
7015
|
patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(managementUnitId: string, timeOffRequestId: string, userId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusOptions): Promise<Models.UserTimeOffIntegrationStatusResponse>;
|
|
@@ -6999,6 +7071,7 @@ declare class WorkforceManagementApi {
|
|
|
6999
7071
|
postWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
|
|
7000
7072
|
postWorkforcemanagementHistoricaldataValidate(opts?: WorkforceManagementApi.postWorkforcemanagementHistoricaldataValidateOptions): Promise<void>;
|
|
7001
7073
|
postWorkforcemanagementIntegrationsHriTimeofftypesJobs(hrisIntegrationId: string): Promise<Models.HrisTimeOffTypesResponse>;
|
|
7074
|
+
postWorkforcemanagementManagementunitAgentsWorkplansQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitAgentsWorkplansQueryOptions): Promise<Models.AgentsWorkPlansResponse>;
|
|
7002
7075
|
postWorkforcemanagementManagementunitAgentschedulesSearch(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitAgentschedulesSearchOptions): Promise<Models.BuAsyncAgentSchedulesSearchResponse>;
|
|
7003
7076
|
postWorkforcemanagementManagementunitHistoricaladherencequery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitHistoricaladherencequeryOptions): Promise<Models.WfmHistoricalAdherenceResponse>;
|
|
7004
7077
|
postWorkforcemanagementManagementunitMove(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitMoveOptions): Promise<Models.MoveManagementUnitResponse>;
|
|
@@ -7189,6 +7262,9 @@ declare namespace WorkforceManagementApi {
|
|
|
7189
7262
|
export interface patchWorkforcemanagementManagementunitAgentsOptions {
|
|
7190
7263
|
"body"?: Models.UpdateMuAgentsRequest;
|
|
7191
7264
|
}
|
|
7265
|
+
export interface patchWorkforcemanagementManagementunitAgentsWorkplansBulkOptions {
|
|
7266
|
+
"body"?: Models.UpdateMuAgentWorkPlansBatchRequest;
|
|
7267
|
+
}
|
|
7192
7268
|
export interface patchWorkforcemanagementManagementunitTimeofflimitOptions {
|
|
7193
7269
|
"body"?: Models.UpdateTimeOffLimitRequest;
|
|
7194
7270
|
}
|
|
@@ -7314,6 +7390,10 @@ declare namespace WorkforceManagementApi {
|
|
|
7314
7390
|
export interface postWorkforcemanagementHistoricaldataValidateOptions {
|
|
7315
7391
|
"body"?: Models.ValidationServiceRequest;
|
|
7316
7392
|
}
|
|
7393
|
+
export interface postWorkforcemanagementManagementunitAgentsWorkplansQueryOptions {
|
|
7394
|
+
"forceDownloadService"?: boolean;
|
|
7395
|
+
"body"?: Models.GetAgentsWorkPlansRequest;
|
|
7396
|
+
}
|
|
7317
7397
|
export interface postWorkforcemanagementManagementunitAgentschedulesSearchOptions {
|
|
7318
7398
|
"forceAsync"?: boolean;
|
|
7319
7399
|
"forceDownloadService"?: boolean;
|
|
@@ -8648,6 +8728,11 @@ declare namespace Models {
|
|
|
8648
8728
|
"activities": Array<Models.AgentWorkPlanActivity>;
|
|
8649
8729
|
}
|
|
8650
8730
|
|
|
8731
|
+
export interface AgentWorkPlans {
|
|
8732
|
+
"user": Models.UserReference;
|
|
8733
|
+
"workPlanLookupKeysPerWeek": Array<number>;
|
|
8734
|
+
}
|
|
8735
|
+
|
|
8651
8736
|
export interface AgentlessEmailSendRequestDto {
|
|
8652
8737
|
"senderType": string;
|
|
8653
8738
|
"conversationId"?: string;
|
|
@@ -8679,6 +8764,11 @@ declare namespace Models {
|
|
|
8679
8764
|
"entities"?: Array<Models.AgentIntegrationsResponse>;
|
|
8680
8765
|
}
|
|
8681
8766
|
|
|
8767
|
+
export interface AgentsWorkPlansResponse {
|
|
8768
|
+
"downloadUrl"?: string;
|
|
8769
|
+
"result"?: Models.MuAgentsWorkPlansResult;
|
|
8770
|
+
}
|
|
8771
|
+
|
|
8682
8772
|
export interface AggregateMetricData {
|
|
8683
8773
|
"metric"?: string;
|
|
8684
8774
|
"qualifier"?: string;
|
|
@@ -8778,6 +8868,10 @@ declare namespace Models {
|
|
|
8778
8868
|
"alerting": boolean;
|
|
8779
8869
|
}
|
|
8780
8870
|
|
|
8871
|
+
export interface AlertablePresences {
|
|
8872
|
+
"alertablePresences": Array<string>;
|
|
8873
|
+
}
|
|
8874
|
+
|
|
8781
8875
|
export interface AlertingUnreadStatus {
|
|
8782
8876
|
"unread": boolean;
|
|
8783
8877
|
}
|
|
@@ -12462,6 +12556,9 @@ declare namespace Models {
|
|
|
12462
12556
|
"campaignRuleActions": Array<Models.CampaignRuleAction>;
|
|
12463
12557
|
"matchAnyConditions"?: boolean;
|
|
12464
12558
|
"enabled"?: boolean;
|
|
12559
|
+
"campaignRuleProcessing"?: string;
|
|
12560
|
+
"conditionGroups"?: Array<Models.CampaignRuleConditionGroup>;
|
|
12561
|
+
"executionSettings"?: Models.CampaignRuleExecutionSettings;
|
|
12465
12562
|
"selfUri"?: string;
|
|
12466
12563
|
}
|
|
12467
12564
|
|
|
@@ -12507,6 +12604,11 @@ declare namespace Models {
|
|
|
12507
12604
|
"pageCount"?: number;
|
|
12508
12605
|
}
|
|
12509
12606
|
|
|
12607
|
+
export interface CampaignRuleExecutionSettings {
|
|
12608
|
+
"frequency": string;
|
|
12609
|
+
"timeZoneId"?: string;
|
|
12610
|
+
}
|
|
12611
|
+
|
|
12510
12612
|
export interface CampaignRuleParameters {
|
|
12511
12613
|
"operator"?: string;
|
|
12512
12614
|
"value"?: string;
|
|
@@ -12572,7 +12674,10 @@ declare namespace Models {
|
|
|
12572
12674
|
"scheduledCalls"?: number;
|
|
12573
12675
|
"timeZoneRescheduledCalls"?: number;
|
|
12574
12676
|
"filteredOutContactsCount"?: number;
|
|
12677
|
+
"rightPartyContactsCount"?: number;
|
|
12678
|
+
"validAttempts"?: number;
|
|
12575
12679
|
"linesUtilization"?: Models.CampaignLinesUtilization;
|
|
12680
|
+
"businessCategoryMetrics"?: Models.CampaignBusinessCategoryMetrics;
|
|
12576
12681
|
}
|
|
12577
12682
|
|
|
12578
12683
|
export interface CampaignTimeSlot {
|
|
@@ -13229,6 +13334,38 @@ declare namespace Models {
|
|
|
13229
13334
|
"afterCallWorkRequired"?: boolean;
|
|
13230
13335
|
}
|
|
13231
13336
|
|
|
13337
|
+
export interface CollaborateChatAdhocMessageEventTopicCollaborateChatEntity {
|
|
13338
|
+
"entityJid"?: string;
|
|
13339
|
+
"entityId"?: string;
|
|
13340
|
+
"entityType"?: string;
|
|
13341
|
+
}
|
|
13342
|
+
|
|
13343
|
+
export interface CollaborateChatAdhocMessageEventTopicCollaborateChatMessage {
|
|
13344
|
+
"messageId"?: string;
|
|
13345
|
+
"created"?: string;
|
|
13346
|
+
"actionType"?: string;
|
|
13347
|
+
"body"?: string;
|
|
13348
|
+
"from"?: Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity;
|
|
13349
|
+
"to"?: Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity;
|
|
13350
|
+
"mentions"?: Array<Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity>;
|
|
13351
|
+
}
|
|
13352
|
+
|
|
13353
|
+
export interface CollaborateChatGroupMessageEventTopicCollaborateChatEntity {
|
|
13354
|
+
"entityJid"?: string;
|
|
13355
|
+
"entityId"?: string;
|
|
13356
|
+
"entityType"?: string;
|
|
13357
|
+
}
|
|
13358
|
+
|
|
13359
|
+
export interface CollaborateChatGroupMessageEventTopicCollaborateChatMessage {
|
|
13360
|
+
"messageId"?: string;
|
|
13361
|
+
"created"?: string;
|
|
13362
|
+
"actionType"?: string;
|
|
13363
|
+
"body"?: string;
|
|
13364
|
+
"from"?: Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity;
|
|
13365
|
+
"to"?: Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity;
|
|
13366
|
+
"mentions"?: Array<Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity>;
|
|
13367
|
+
}
|
|
13368
|
+
|
|
13232
13369
|
export interface Column {
|
|
13233
13370
|
"columnName"?: string;
|
|
13234
13371
|
"columnNumber"?: number;
|
|
@@ -13437,6 +13574,15 @@ declare namespace Models {
|
|
|
13437
13574
|
"destinationConversationId"?: string;
|
|
13438
13575
|
}
|
|
13439
13576
|
|
|
13577
|
+
export interface CommunicationTranslation {
|
|
13578
|
+
"communicationId": string;
|
|
13579
|
+
"transcripts": Array<Models.TranscriptTranslation>;
|
|
13580
|
+
}
|
|
13581
|
+
|
|
13582
|
+
export interface CommunicationTranslationList {
|
|
13583
|
+
"entities"?: Array<Models.CommunicationTranslation>;
|
|
13584
|
+
}
|
|
13585
|
+
|
|
13440
13586
|
export interface ComparisonPeriod {
|
|
13441
13587
|
"id"?: string;
|
|
13442
13588
|
"kpi"?: string;
|
|
@@ -14521,6 +14667,7 @@ declare namespace Models {
|
|
|
14521
14667
|
"contextId"?: string;
|
|
14522
14668
|
"details"?: Array<Models.ConversationCallEventTopicDetail>;
|
|
14523
14669
|
"errors"?: Array<Models.ConversationCallEventTopicErrorBody>;
|
|
14670
|
+
"limit"?: Models.ConversationCallEventTopicLimit;
|
|
14524
14671
|
}
|
|
14525
14672
|
|
|
14526
14673
|
export interface ConversationCallEventTopicFaxStatus {
|
|
@@ -14560,6 +14707,13 @@ declare namespace Models {
|
|
|
14560
14707
|
"type"?: string;
|
|
14561
14708
|
}
|
|
14562
14709
|
|
|
14710
|
+
export interface ConversationCallEventTopicLimit {
|
|
14711
|
+
"key"?: string;
|
|
14712
|
+
"namespace"?: string;
|
|
14713
|
+
"value"?: number;
|
|
14714
|
+
"documented"?: boolean;
|
|
14715
|
+
}
|
|
14716
|
+
|
|
14563
14717
|
export interface ConversationCallEventTopicQueueMediaSettings {
|
|
14564
14718
|
"alertingTimeoutSeconds"?: number;
|
|
14565
14719
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -14679,6 +14833,7 @@ declare namespace Models {
|
|
|
14679
14833
|
"contextId"?: string;
|
|
14680
14834
|
"details"?: Array<Models.ConversationCallbackEventTopicDetail>;
|
|
14681
14835
|
"errors"?: Array<Models.ConversationCallbackEventTopicErrorBody>;
|
|
14836
|
+
"limit"?: Models.ConversationCallbackEventTopicLimit;
|
|
14682
14837
|
}
|
|
14683
14838
|
|
|
14684
14839
|
export interface ConversationCallbackEventTopicJourneyAction {
|
|
@@ -14707,6 +14862,13 @@ declare namespace Models {
|
|
|
14707
14862
|
"type"?: string;
|
|
14708
14863
|
}
|
|
14709
14864
|
|
|
14865
|
+
export interface ConversationCallbackEventTopicLimit {
|
|
14866
|
+
"key"?: string;
|
|
14867
|
+
"namespace"?: string;
|
|
14868
|
+
"value"?: number;
|
|
14869
|
+
"documented"?: boolean;
|
|
14870
|
+
}
|
|
14871
|
+
|
|
14710
14872
|
export interface ConversationCallbackEventTopicPhoneNumberColumn {
|
|
14711
14873
|
"columnName"?: string;
|
|
14712
14874
|
"type"?: string;
|
|
@@ -14876,6 +15038,7 @@ declare namespace Models {
|
|
|
14876
15038
|
"contextId"?: string;
|
|
14877
15039
|
"details"?: Array<Models.ConversationChatEventTopicDetail>;
|
|
14878
15040
|
"errors"?: Array<Models.ConversationChatEventTopicErrorBody>;
|
|
15041
|
+
"limit"?: Models.ConversationChatEventTopicLimit;
|
|
14879
15042
|
}
|
|
14880
15043
|
|
|
14881
15044
|
export interface ConversationChatEventTopicJourneyAction {
|
|
@@ -14904,6 +15067,13 @@ declare namespace Models {
|
|
|
14904
15067
|
"type"?: string;
|
|
14905
15068
|
}
|
|
14906
15069
|
|
|
15070
|
+
export interface ConversationChatEventTopicLimit {
|
|
15071
|
+
"key"?: string;
|
|
15072
|
+
"namespace"?: string;
|
|
15073
|
+
"value"?: number;
|
|
15074
|
+
"documented"?: boolean;
|
|
15075
|
+
}
|
|
15076
|
+
|
|
14907
15077
|
export interface ConversationChatEventTopicQueueMediaSettings {
|
|
14908
15078
|
"alertingTimeoutSeconds"?: number;
|
|
14909
15079
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -15015,6 +15185,7 @@ declare namespace Models {
|
|
|
15015
15185
|
"contextId"?: string;
|
|
15016
15186
|
"details"?: Array<Models.ConversationCobrowseEventTopicDetail>;
|
|
15017
15187
|
"errors"?: Array<Models.ConversationCobrowseEventTopicErrorBody>;
|
|
15188
|
+
"limit"?: Models.ConversationCobrowseEventTopicLimit;
|
|
15018
15189
|
}
|
|
15019
15190
|
|
|
15020
15191
|
export interface ConversationCobrowseEventTopicJourneyAction {
|
|
@@ -15043,6 +15214,13 @@ declare namespace Models {
|
|
|
15043
15214
|
"type"?: string;
|
|
15044
15215
|
}
|
|
15045
15216
|
|
|
15217
|
+
export interface ConversationCobrowseEventTopicLimit {
|
|
15218
|
+
"key"?: string;
|
|
15219
|
+
"namespace"?: string;
|
|
15220
|
+
"value"?: number;
|
|
15221
|
+
"documented"?: boolean;
|
|
15222
|
+
}
|
|
15223
|
+
|
|
15046
15224
|
export interface ConversationCobrowseEventTopicQueueMediaSettings {
|
|
15047
15225
|
"alertingTimeoutSeconds"?: number;
|
|
15048
15226
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -15184,7 +15362,12 @@ declare namespace Models {
|
|
|
15184
15362
|
|
|
15185
15363
|
export interface ConversationDivisionMembership {
|
|
15186
15364
|
"division"?: Models.DomainEntityRef;
|
|
15187
|
-
"entities"?: Array<Models.
|
|
15365
|
+
"entities"?: Array<Models.DivisionEntityRef>;
|
|
15366
|
+
}
|
|
15367
|
+
|
|
15368
|
+
export interface ConversationEditedSummary {
|
|
15369
|
+
"text"?: string;
|
|
15370
|
+
"dateModified"?: string;
|
|
15188
15371
|
}
|
|
15189
15372
|
|
|
15190
15373
|
export interface ConversationEmailEventTopicAttachment {
|
|
@@ -15278,6 +15461,7 @@ declare namespace Models {
|
|
|
15278
15461
|
"contextId"?: string;
|
|
15279
15462
|
"details"?: Array<Models.ConversationEmailEventTopicDetail>;
|
|
15280
15463
|
"errors"?: Array<Models.ConversationEmailEventTopicErrorBody>;
|
|
15464
|
+
"limit"?: Models.ConversationEmailEventTopicLimit;
|
|
15281
15465
|
}
|
|
15282
15466
|
|
|
15283
15467
|
export interface ConversationEmailEventTopicJourneyAction {
|
|
@@ -15306,6 +15490,13 @@ declare namespace Models {
|
|
|
15306
15490
|
"type"?: string;
|
|
15307
15491
|
}
|
|
15308
15492
|
|
|
15493
|
+
export interface ConversationEmailEventTopicLimit {
|
|
15494
|
+
"key"?: string;
|
|
15495
|
+
"namespace"?: string;
|
|
15496
|
+
"value"?: number;
|
|
15497
|
+
"documented"?: boolean;
|
|
15498
|
+
}
|
|
15499
|
+
|
|
15309
15500
|
export interface ConversationEmailEventTopicQueueMediaSettings {
|
|
15310
15501
|
"alertingTimeoutSeconds"?: number;
|
|
15311
15502
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -15602,6 +15793,27 @@ declare namespace Models {
|
|
|
15602
15793
|
"userId"?: string;
|
|
15603
15794
|
}
|
|
15604
15795
|
|
|
15796
|
+
export interface ConversationEventTopicInternalMessage {
|
|
15797
|
+
"id"?: string;
|
|
15798
|
+
"state"?: string;
|
|
15799
|
+
"initialState"?: string;
|
|
15800
|
+
"provider"?: string;
|
|
15801
|
+
"peerId"?: string;
|
|
15802
|
+
"disconnectType"?: string;
|
|
15803
|
+
"connectedTime"?: string;
|
|
15804
|
+
"disconnectedTime"?: string;
|
|
15805
|
+
"targetUserId"?: string;
|
|
15806
|
+
"sourceUserId"?: string;
|
|
15807
|
+
"toAddress"?: Models.ConversationEventTopicAddress;
|
|
15808
|
+
"fromAddress"?: Models.ConversationEventTopicAddress;
|
|
15809
|
+
"messages"?: Array<Models.ConversationEventTopicInternalMessageDetails>;
|
|
15810
|
+
}
|
|
15811
|
+
|
|
15812
|
+
export interface ConversationEventTopicInternalMessageDetails {
|
|
15813
|
+
"messageId"?: string;
|
|
15814
|
+
"messageTime"?: string;
|
|
15815
|
+
}
|
|
15816
|
+
|
|
15605
15817
|
export interface ConversationEventTopicJourneyAction {
|
|
15606
15818
|
"id"?: string;
|
|
15607
15819
|
"actionMap"?: Models.ConversationEventTopicJourneyActionMap;
|
|
@@ -15667,6 +15879,7 @@ declare namespace Models {
|
|
|
15667
15879
|
"errorInfo"?: Models.ConversationEventTopicErrorDetails;
|
|
15668
15880
|
"stickers"?: Array<Models.ConversationEventTopicMessageSticker>;
|
|
15669
15881
|
"messageMetadata"?: Models.ConversationEventTopicMessageMetadata;
|
|
15882
|
+
"socialVisibility"?: string;
|
|
15670
15883
|
}
|
|
15671
15884
|
|
|
15672
15885
|
export interface ConversationEventTopicMessageMedia {
|
|
@@ -15742,6 +15955,7 @@ declare namespace Models {
|
|
|
15742
15955
|
"cobrowsesessions"?: Array<Models.ConversationEventTopicCobrowse>;
|
|
15743
15956
|
"emails"?: Array<Models.ConversationEventTopicEmail>;
|
|
15744
15957
|
"messages"?: Array<Models.ConversationEventTopicMessage>;
|
|
15958
|
+
"internalMessages"?: Array<Models.ConversationEventTopicInternalMessage>;
|
|
15745
15959
|
"screenshares"?: Array<Models.ConversationEventTopicScreenshare>;
|
|
15746
15960
|
"socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
|
|
15747
15961
|
"videos"?: Array<Models.ConversationEventTopicVideo>;
|
|
@@ -15921,6 +16135,7 @@ declare namespace Models {
|
|
|
15921
16135
|
"contextId"?: string;
|
|
15922
16136
|
"details"?: Array<Models.ConversationMessageEventTopicDetail>;
|
|
15923
16137
|
"errors"?: Array<Models.ConversationMessageEventTopicErrorBody>;
|
|
16138
|
+
"limit"?: Models.ConversationMessageEventTopicLimit;
|
|
15924
16139
|
}
|
|
15925
16140
|
|
|
15926
16141
|
export interface ConversationMessageEventTopicErrorDetails {
|
|
@@ -15959,6 +16174,13 @@ declare namespace Models {
|
|
|
15959
16174
|
"type"?: string;
|
|
15960
16175
|
}
|
|
15961
16176
|
|
|
16177
|
+
export interface ConversationMessageEventTopicLimit {
|
|
16178
|
+
"key"?: string;
|
|
16179
|
+
"namespace"?: string;
|
|
16180
|
+
"value"?: number;
|
|
16181
|
+
"documented"?: boolean;
|
|
16182
|
+
}
|
|
16183
|
+
|
|
15962
16184
|
export interface ConversationMessageEventTopicMessageConversation {
|
|
15963
16185
|
"id"?: string;
|
|
15964
16186
|
"name"?: string;
|
|
@@ -15977,6 +16199,7 @@ declare namespace Models {
|
|
|
15977
16199
|
"stickers"?: Array<Models.ConversationMessageEventTopicMessageSticker>;
|
|
15978
16200
|
"errorInfo"?: Models.ConversationMessageEventTopicErrorDetails;
|
|
15979
16201
|
"messageMetadata"?: Models.ConversationMessageEventTopicMessageMetadata;
|
|
16202
|
+
"socialVisibility"?: string;
|
|
15980
16203
|
}
|
|
15981
16204
|
|
|
15982
16205
|
export interface ConversationMessageEventTopicMessageMedia {
|
|
@@ -16116,6 +16339,7 @@ declare namespace Models {
|
|
|
16116
16339
|
"firstName"?: string;
|
|
16117
16340
|
"lastName"?: string;
|
|
16118
16341
|
"email"?: string;
|
|
16342
|
+
"externalContactId"?: string;
|
|
16119
16343
|
"additionalIds"?: Array<Models.ConversationRecipientAdditionalIdentifier>;
|
|
16120
16344
|
}
|
|
16121
16345
|
|
|
@@ -16127,6 +16351,7 @@ declare namespace Models {
|
|
|
16127
16351
|
"firstName"?: string;
|
|
16128
16352
|
"lastName"?: string;
|
|
16129
16353
|
"email"?: string;
|
|
16354
|
+
"externalContactId"?: string;
|
|
16130
16355
|
"additionalIds"?: Array<Models.ConversationRecipientAdditionalIdentifier>;
|
|
16131
16356
|
}
|
|
16132
16357
|
|
|
@@ -16191,6 +16416,7 @@ declare namespace Models {
|
|
|
16191
16416
|
"mediaType"?: string;
|
|
16192
16417
|
"messageType"?: string;
|
|
16193
16418
|
"originatingDirection"?: string;
|
|
16419
|
+
"originatingSocialMediaPublic"?: boolean;
|
|
16194
16420
|
"outboundCampaignId"?: string;
|
|
16195
16421
|
"outboundContactId"?: string;
|
|
16196
16422
|
"outboundContactListId"?: string;
|
|
@@ -16388,6 +16614,7 @@ declare namespace Models {
|
|
|
16388
16614
|
"contextId"?: string;
|
|
16389
16615
|
"details"?: Array<Models.ConversationScreenShareEventTopicDetail>;
|
|
16390
16616
|
"errors"?: Array<Models.ConversationScreenShareEventTopicErrorBody>;
|
|
16617
|
+
"limit"?: Models.ConversationScreenShareEventTopicLimit;
|
|
16391
16618
|
}
|
|
16392
16619
|
|
|
16393
16620
|
export interface ConversationScreenShareEventTopicJourneyAction {
|
|
@@ -16416,6 +16643,13 @@ declare namespace Models {
|
|
|
16416
16643
|
"type"?: string;
|
|
16417
16644
|
}
|
|
16418
16645
|
|
|
16646
|
+
export interface ConversationScreenShareEventTopicLimit {
|
|
16647
|
+
"key"?: string;
|
|
16648
|
+
"namespace"?: string;
|
|
16649
|
+
"value"?: number;
|
|
16650
|
+
"documented"?: boolean;
|
|
16651
|
+
}
|
|
16652
|
+
|
|
16419
16653
|
export interface ConversationScreenShareEventTopicQueueMediaSettings {
|
|
16420
16654
|
"alertingTimeoutSeconds"?: number;
|
|
16421
16655
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -16500,6 +16734,23 @@ declare namespace Models {
|
|
|
16500
16734
|
"version"?: number;
|
|
16501
16735
|
}
|
|
16502
16736
|
|
|
16737
|
+
export interface ConversationSessionSummary {
|
|
16738
|
+
"text"?: string;
|
|
16739
|
+
"status"?: string;
|
|
16740
|
+
"mediaType"?: string;
|
|
16741
|
+
"language"?: string;
|
|
16742
|
+
"predictedWrapupCodes"?: Array<Models.ConversationSummaryWrapupCode>;
|
|
16743
|
+
"editedSummary"?: Models.ConversationEditedSummary;
|
|
16744
|
+
"reason"?: Models.ConversationSummaryReason;
|
|
16745
|
+
"followup"?: Models.ConversationSummaryFollowup;
|
|
16746
|
+
"resolution"?: Models.ConversationSummaryResolution;
|
|
16747
|
+
"dateCreated"?: string;
|
|
16748
|
+
"id"?: string;
|
|
16749
|
+
"confidence"?: number;
|
|
16750
|
+
"participants"?: Array<Models.AddressableEntityRef>;
|
|
16751
|
+
"communication"?: Models.Entity;
|
|
16752
|
+
}
|
|
16753
|
+
|
|
16503
16754
|
export interface ConversationSocialExpressionEventTopicConversationRoutingData {
|
|
16504
16755
|
"queue"?: Models.ConversationSocialExpressionEventTopicUriReference;
|
|
16505
16756
|
"language"?: Models.ConversationSocialExpressionEventTopicUriReference;
|
|
@@ -16526,6 +16777,7 @@ declare namespace Models {
|
|
|
16526
16777
|
"contextId"?: string;
|
|
16527
16778
|
"details"?: Array<Models.ConversationSocialExpressionEventTopicDetail>;
|
|
16528
16779
|
"errors"?: Array<Models.ConversationSocialExpressionEventTopicErrorBody>;
|
|
16780
|
+
"limit"?: Models.ConversationSocialExpressionEventTopicLimit;
|
|
16529
16781
|
}
|
|
16530
16782
|
|
|
16531
16783
|
export interface ConversationSocialExpressionEventTopicJourneyAction {
|
|
@@ -16554,6 +16806,13 @@ declare namespace Models {
|
|
|
16554
16806
|
"type"?: string;
|
|
16555
16807
|
}
|
|
16556
16808
|
|
|
16809
|
+
export interface ConversationSocialExpressionEventTopicLimit {
|
|
16810
|
+
"key"?: string;
|
|
16811
|
+
"namespace"?: string;
|
|
16812
|
+
"value"?: number;
|
|
16813
|
+
"documented"?: boolean;
|
|
16814
|
+
}
|
|
16815
|
+
|
|
16557
16816
|
export interface ConversationSocialExpressionEventTopicQueueMediaSettings {
|
|
16558
16817
|
"alertingTimeoutSeconds"?: number;
|
|
16559
16818
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -16634,6 +16893,55 @@ declare namespace Models {
|
|
|
16634
16893
|
"endTime"?: string;
|
|
16635
16894
|
}
|
|
16636
16895
|
|
|
16896
|
+
export interface ConversationSummariesGetResponse {
|
|
16897
|
+
"conversation"?: Models.AddressableEntityRef;
|
|
16898
|
+
"summary"?: Models.ConversationSummary;
|
|
16899
|
+
"sessionSummaries"?: Array<Models.ConversationSessionSummary>;
|
|
16900
|
+
}
|
|
16901
|
+
|
|
16902
|
+
export interface ConversationSummary {
|
|
16903
|
+
"text"?: string;
|
|
16904
|
+
"status"?: string;
|
|
16905
|
+
"mediaType"?: string;
|
|
16906
|
+
"language"?: string;
|
|
16907
|
+
"predictedWrapupCodes"?: Array<Models.ConversationSummaryWrapupCode>;
|
|
16908
|
+
"editedSummary"?: Models.ConversationEditedSummary;
|
|
16909
|
+
"reason"?: Models.ConversationSummaryReason;
|
|
16910
|
+
"followup"?: Models.ConversationSummaryFollowup;
|
|
16911
|
+
"resolution"?: Models.ConversationSummaryResolution;
|
|
16912
|
+
"dateCreated"?: string;
|
|
16913
|
+
"id"?: string;
|
|
16914
|
+
"confidence"?: number;
|
|
16915
|
+
"participants"?: Array<Models.AddressableEntityRef>;
|
|
16916
|
+
}
|
|
16917
|
+
|
|
16918
|
+
export interface ConversationSummaryFollowup {
|
|
16919
|
+
"text"?: string;
|
|
16920
|
+
"description"?: string;
|
|
16921
|
+
"confidence"?: number;
|
|
16922
|
+
}
|
|
16923
|
+
|
|
16924
|
+
export interface ConversationSummaryReason {
|
|
16925
|
+
"text"?: string;
|
|
16926
|
+
"description"?: string;
|
|
16927
|
+
"confidence"?: number;
|
|
16928
|
+
}
|
|
16929
|
+
|
|
16930
|
+
export interface ConversationSummaryResolution {
|
|
16931
|
+
"text"?: string;
|
|
16932
|
+
"description"?: string;
|
|
16933
|
+
"confidence"?: number;
|
|
16934
|
+
"outcome"?: string;
|
|
16935
|
+
}
|
|
16936
|
+
|
|
16937
|
+
export interface ConversationSummaryWrapupCode {
|
|
16938
|
+
"name"?: string;
|
|
16939
|
+
"description"?: string;
|
|
16940
|
+
"selfUri"?: string;
|
|
16941
|
+
"id"?: string;
|
|
16942
|
+
"confidence"?: number;
|
|
16943
|
+
}
|
|
16944
|
+
|
|
16637
16945
|
export interface ConversationTagsUpdate {
|
|
16638
16946
|
"externalTag": string;
|
|
16639
16947
|
}
|
|
@@ -16689,6 +16997,7 @@ declare namespace Models {
|
|
|
16689
16997
|
"contextId"?: string;
|
|
16690
16998
|
"details"?: Array<Models.ConversationVideoEventTopicDetail>;
|
|
16691
16999
|
"errors"?: Array<Models.ConversationVideoEventTopicErrorBody>;
|
|
17000
|
+
"limit"?: Models.ConversationVideoEventTopicLimit;
|
|
16692
17001
|
}
|
|
16693
17002
|
|
|
16694
17003
|
export interface ConversationVideoEventTopicJourneyAction {
|
|
@@ -16717,6 +17026,13 @@ declare namespace Models {
|
|
|
16717
17026
|
"type"?: string;
|
|
16718
17027
|
}
|
|
16719
17028
|
|
|
17029
|
+
export interface ConversationVideoEventTopicLimit {
|
|
17030
|
+
"key"?: string;
|
|
17031
|
+
"namespace"?: string;
|
|
17032
|
+
"value"?: number;
|
|
17033
|
+
"documented"?: boolean;
|
|
17034
|
+
}
|
|
17035
|
+
|
|
16720
17036
|
export interface ConversationVideoEventTopicQueueMediaSettings {
|
|
16721
17037
|
"alertingTimeoutSeconds"?: number;
|
|
16722
17038
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -16845,6 +17161,10 @@ declare namespace Models {
|
|
|
16845
17161
|
"actions": Array<Models.CopilotAction>;
|
|
16846
17162
|
}
|
|
16847
17163
|
|
|
17164
|
+
export interface CopilotTranscriptionConfig {
|
|
17165
|
+
"engine": string;
|
|
17166
|
+
}
|
|
17167
|
+
|
|
16848
17168
|
export interface CopyAttachmentsRequest {
|
|
16849
17169
|
"sourceMessage": Models.DomainEntityRef;
|
|
16850
17170
|
"attachments": Array<Models.Attachment>;
|
|
@@ -17194,6 +17514,7 @@ declare namespace Models {
|
|
|
17194
17514
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
17195
17515
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
17196
17516
|
"autoAnswerOnly"?: boolean;
|
|
17517
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
17197
17518
|
"enableTranscription"?: boolean;
|
|
17198
17519
|
"enableAudioMonitoring"?: boolean;
|
|
17199
17520
|
"enableManualAssignment"?: boolean;
|
|
@@ -19267,6 +19588,13 @@ declare namespace Models {
|
|
|
19267
19588
|
"selfUri"?: string;
|
|
19268
19589
|
}
|
|
19269
19590
|
|
|
19591
|
+
export interface DivisionEntityRef {
|
|
19592
|
+
"id"?: string;
|
|
19593
|
+
"name"?: string;
|
|
19594
|
+
"selfUri"?: string;
|
|
19595
|
+
"dateDivisionUpdated"?: string;
|
|
19596
|
+
}
|
|
19597
|
+
|
|
19270
19598
|
export interface DivisionReference {
|
|
19271
19599
|
"id"?: string;
|
|
19272
19600
|
"selfUri"?: string;
|
|
@@ -19928,8 +20256,8 @@ declare namespace Models {
|
|
|
19928
20256
|
"edgeVersion"?: string;
|
|
19929
20257
|
"publishDate"?: string;
|
|
19930
20258
|
"edgeUri"?: string;
|
|
19931
|
-
"current"?: boolean;
|
|
19932
20259
|
"latestRelease"?: boolean;
|
|
20260
|
+
"current"?: boolean;
|
|
19933
20261
|
"selfUri"?: string;
|
|
19934
20262
|
}
|
|
19935
20263
|
|
|
@@ -21981,9 +22309,11 @@ declare namespace Models {
|
|
|
21981
22309
|
}
|
|
21982
22310
|
|
|
21983
22311
|
export interface ExpandableWebDeploymentEntityListing {
|
|
21984
|
-
"total"?: number;
|
|
21985
22312
|
"entities"?: Array<Models.ExpandableWebDeployment>;
|
|
22313
|
+
"nextUri"?: string;
|
|
21986
22314
|
"selfUri"?: string;
|
|
22315
|
+
"previousUri"?: string;
|
|
22316
|
+
"total"?: number;
|
|
21987
22317
|
}
|
|
21988
22318
|
|
|
21989
22319
|
export interface ExpansionCriterium {
|
|
@@ -22463,6 +22793,11 @@ declare namespace Models {
|
|
|
22463
22793
|
"id"?: string;
|
|
22464
22794
|
}
|
|
22465
22795
|
|
|
22796
|
+
export interface ExternalContactsSettings {
|
|
22797
|
+
"manuallyAssignDivisionsToInteractions"?: boolean;
|
|
22798
|
+
"manuallyAssignDivisionsToContacts"?: boolean;
|
|
22799
|
+
}
|
|
22800
|
+
|
|
22466
22801
|
export interface ExternalContactsUnresolvedContactChangedTopicContact {
|
|
22467
22802
|
"id"?: string;
|
|
22468
22803
|
"division"?: Models.ExternalContactsUnresolvedContactChangedTopicDivision;
|
|
@@ -23481,6 +23816,7 @@ declare namespace Models {
|
|
|
23481
23816
|
"flowId"?: string;
|
|
23482
23817
|
"flowVersion"?: string;
|
|
23483
23818
|
"conversationId"?: string;
|
|
23819
|
+
"workitemId"?: string;
|
|
23484
23820
|
"flowType"?: string;
|
|
23485
23821
|
"flowErrorReason"?: string;
|
|
23486
23822
|
"flowWarningReason"?: string;
|
|
@@ -23628,6 +23964,7 @@ declare namespace Models {
|
|
|
23628
23964
|
"flowMilestoneIds"?: Array<string>;
|
|
23629
23965
|
"flowName"?: string;
|
|
23630
23966
|
"flowOutType"?: string;
|
|
23967
|
+
"flowSubType"?: string;
|
|
23631
23968
|
"flowType"?: string;
|
|
23632
23969
|
"flowVersion"?: string;
|
|
23633
23970
|
"groupId"?: string;
|
|
@@ -24081,6 +24418,7 @@ declare namespace Models {
|
|
|
24081
24418
|
}
|
|
24082
24419
|
|
|
24083
24420
|
export interface FreeTrialNamespace {
|
|
24421
|
+
"name"?: string;
|
|
24084
24422
|
"friendlyName"?: string;
|
|
24085
24423
|
"limits"?: Array<Models.FreeTrialLimit>;
|
|
24086
24424
|
}
|
|
@@ -24397,6 +24735,12 @@ declare namespace Models {
|
|
|
24397
24735
|
"selfUri"?: string;
|
|
24398
24736
|
}
|
|
24399
24737
|
|
|
24738
|
+
export interface GetAgentsWorkPlansRequest {
|
|
24739
|
+
"agentIds": Array<string>;
|
|
24740
|
+
"startDate": string;
|
|
24741
|
+
"weekCount": number;
|
|
24742
|
+
}
|
|
24743
|
+
|
|
24400
24744
|
export interface GetAlertQuery {
|
|
24401
24745
|
"ruleType": string;
|
|
24402
24746
|
"queryType": string;
|
|
@@ -24539,6 +24883,12 @@ declare namespace Models {
|
|
|
24539
24883
|
"pageCount"?: number;
|
|
24540
24884
|
}
|
|
24541
24885
|
|
|
24886
|
+
export interface GraphApiSettings {
|
|
24887
|
+
"integration"?: Models.DomainEntityRef;
|
|
24888
|
+
"status"?: string;
|
|
24889
|
+
"errorInfo"?: Models.EmailErrorInfo;
|
|
24890
|
+
}
|
|
24891
|
+
|
|
24542
24892
|
export interface Greeting {
|
|
24543
24893
|
"id"?: string;
|
|
24544
24894
|
"name"?: string;
|
|
@@ -24599,6 +24949,8 @@ declare namespace Models {
|
|
|
24599
24949
|
"rulesVisible": boolean;
|
|
24600
24950
|
"visibility": string;
|
|
24601
24951
|
"rolesEnabled"?: boolean;
|
|
24952
|
+
"includeOwners"?: boolean;
|
|
24953
|
+
"callsEnabled"?: boolean;
|
|
24602
24954
|
"owners"?: Array<Models.User>;
|
|
24603
24955
|
"selfUri"?: string;
|
|
24604
24956
|
}
|
|
@@ -24630,6 +24982,8 @@ declare namespace Models {
|
|
|
24630
24982
|
"rulesVisible": boolean;
|
|
24631
24983
|
"visibility": string;
|
|
24632
24984
|
"rolesEnabled"?: boolean;
|
|
24985
|
+
"includeOwners"?: boolean;
|
|
24986
|
+
"callsEnabled"?: boolean;
|
|
24633
24987
|
"ownerIds"?: Array<string>;
|
|
24634
24988
|
"selfUri"?: string;
|
|
24635
24989
|
}
|
|
@@ -24732,6 +25086,8 @@ declare namespace Models {
|
|
|
24732
25086
|
"rulesVisible"?: boolean;
|
|
24733
25087
|
"visibility"?: string;
|
|
24734
25088
|
"rolesEnabled"?: boolean;
|
|
25089
|
+
"includeOwners"?: boolean;
|
|
25090
|
+
"callsEnabled"?: boolean;
|
|
24735
25091
|
"ownerIds"?: Array<string>;
|
|
24736
25092
|
"selfUri"?: string;
|
|
24737
25093
|
}
|
|
@@ -25163,6 +25519,10 @@ declare namespace Models {
|
|
|
25163
25519
|
"selfUri"?: string;
|
|
25164
25520
|
}
|
|
25165
25521
|
|
|
25522
|
+
export interface IdentityResolutionQueueConfig {
|
|
25523
|
+
"callOnBehalfOfQueue"?: Models.IdentityResolutionConfig;
|
|
25524
|
+
}
|
|
25525
|
+
|
|
25166
25526
|
export interface IdleEventTrigger {
|
|
25167
25527
|
"eventName": string;
|
|
25168
25528
|
"idleAfterSeconds"?: number;
|
|
@@ -25716,11 +26076,13 @@ declare namespace Models {
|
|
|
25716
26076
|
|
|
25717
26077
|
export interface Intent {
|
|
25718
26078
|
"name"?: string;
|
|
26079
|
+
"description"?: string;
|
|
25719
26080
|
}
|
|
25720
26081
|
|
|
25721
26082
|
export interface IntentDefinition {
|
|
25722
26083
|
"id"?: string;
|
|
25723
26084
|
"name": string;
|
|
26085
|
+
"description"?: string;
|
|
25724
26086
|
"entityTypeBindings"?: Array<Models.NamedEntityTypeBinding>;
|
|
25725
26087
|
"entityNameReferences"?: Array<string>;
|
|
25726
26088
|
"utterances": Array<Models.NluUtterance>;
|
|
@@ -25797,6 +26159,28 @@ declare namespace Models {
|
|
|
25797
26159
|
"pageCount"?: number;
|
|
25798
26160
|
}
|
|
25799
26161
|
|
|
26162
|
+
export interface InternalMessage {
|
|
26163
|
+
"state"?: string;
|
|
26164
|
+
"initialState"?: string;
|
|
26165
|
+
"id"?: string;
|
|
26166
|
+
"segments"?: Array<Models.Segment>;
|
|
26167
|
+
"disconnectType"?: string;
|
|
26168
|
+
"connectedTime"?: string;
|
|
26169
|
+
"disconnectedTime"?: string;
|
|
26170
|
+
"provider"?: string;
|
|
26171
|
+
"peerId"?: string;
|
|
26172
|
+
"targetUserId"?: string;
|
|
26173
|
+
"sourceUserId"?: string;
|
|
26174
|
+
"toAddress"?: Models.Address;
|
|
26175
|
+
"fromAddress"?: Models.Address;
|
|
26176
|
+
"messages"?: Array<Models.InternalMessageDetails>;
|
|
26177
|
+
}
|
|
26178
|
+
|
|
26179
|
+
export interface InternalMessageDetails {
|
|
26180
|
+
"messageId"?: string;
|
|
26181
|
+
"messageTime"?: string;
|
|
26182
|
+
}
|
|
26183
|
+
|
|
25800
26184
|
export interface IntradayPerformancePredictionData {
|
|
25801
26185
|
"serviceLevelPercent"?: number;
|
|
25802
26186
|
"averageSpeedOfAnswerSeconds"?: number;
|
|
@@ -26571,6 +26955,7 @@ declare namespace Models {
|
|
|
26571
26955
|
"interval"?: string;
|
|
26572
26956
|
"duration"?: string;
|
|
26573
26957
|
"elements": Array<Models.JourneyViewElement>;
|
|
26958
|
+
"charts"?: Array<Models.JourneyViewChart>;
|
|
26574
26959
|
"dateCreated"?: string;
|
|
26575
26960
|
"dateModified"?: string;
|
|
26576
26961
|
"selfUri"?: string;
|
|
@@ -28131,6 +28516,26 @@ declare namespace Models {
|
|
|
28131
28516
|
"migrationDetected"?: boolean;
|
|
28132
28517
|
}
|
|
28133
28518
|
|
|
28519
|
+
export interface KnowledgeIntegrationFilter {
|
|
28520
|
+
"name"?: string;
|
|
28521
|
+
"type"?: string;
|
|
28522
|
+
"values"?: Array<Models.KnowledgeIntegrationFilterValue>;
|
|
28523
|
+
}
|
|
28524
|
+
|
|
28525
|
+
export interface KnowledgeIntegrationFilterValue {
|
|
28526
|
+
"key"?: string;
|
|
28527
|
+
"value"?: string;
|
|
28528
|
+
}
|
|
28529
|
+
|
|
28530
|
+
export interface KnowledgeIntegrationOptionsResponse {
|
|
28531
|
+
"filters"?: Array<Models.KnowledgeIntegrationFilter>;
|
|
28532
|
+
}
|
|
28533
|
+
|
|
28534
|
+
export interface KnowledgeIntegrationReference {
|
|
28535
|
+
"id": string;
|
|
28536
|
+
"selfUri"?: string;
|
|
28537
|
+
}
|
|
28538
|
+
|
|
28134
28539
|
export interface KnowledgeOperationSource {
|
|
28135
28540
|
"id"?: string;
|
|
28136
28541
|
"type"?: string;
|
|
@@ -28249,6 +28654,50 @@ declare namespace Models {
|
|
|
28249
28654
|
"knowledgeBases"?: Array<Models.KnowledgeBaseWithDialectReference>;
|
|
28250
28655
|
}
|
|
28251
28656
|
|
|
28657
|
+
export interface KnowledgeSyncJobReport {
|
|
28658
|
+
"errors"?: Array<Models.ErrorBody>;
|
|
28659
|
+
"statistics"?: Models.KnowledgeSyncJobStatistics;
|
|
28660
|
+
}
|
|
28661
|
+
|
|
28662
|
+
export interface KnowledgeSyncJobRequest {
|
|
28663
|
+
"uploadKey": string;
|
|
28664
|
+
"sourceId"?: string;
|
|
28665
|
+
}
|
|
28666
|
+
|
|
28667
|
+
export interface KnowledgeSyncJobResponse {
|
|
28668
|
+
"id"?: string;
|
|
28669
|
+
"uploadKey"?: string;
|
|
28670
|
+
"status"?: string;
|
|
28671
|
+
"report"?: Models.KnowledgeSyncJobReport;
|
|
28672
|
+
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
28673
|
+
"dateCreated"?: string;
|
|
28674
|
+
"dateModified"?: string;
|
|
28675
|
+
"createdBy"?: Models.UserReference;
|
|
28676
|
+
"downloadURL"?: string;
|
|
28677
|
+
"failedEntitiesURL"?: string;
|
|
28678
|
+
"source"?: Models.KnowledgeOperationSource;
|
|
28679
|
+
"selfUri"?: string;
|
|
28680
|
+
}
|
|
28681
|
+
|
|
28682
|
+
export interface KnowledgeSyncJobStatistics {
|
|
28683
|
+
"countDocumentImportActivityCreate"?: number;
|
|
28684
|
+
"countDocumentImportActivityUpdate"?: number;
|
|
28685
|
+
"countDocumentStateDraft"?: number;
|
|
28686
|
+
"countDocumentStatePublished"?: number;
|
|
28687
|
+
"countDocumentImportSuccess"?: number;
|
|
28688
|
+
"countDocumentImportFailure"?: number;
|
|
28689
|
+
"countCategoryImportSuccess"?: number;
|
|
28690
|
+
"countCategoryImportFailure"?: number;
|
|
28691
|
+
"countLabelImportSuccess"?: number;
|
|
28692
|
+
"countLabelImportFailure"?: number;
|
|
28693
|
+
"countDocumentDeleteSuccess"?: number;
|
|
28694
|
+
"countDocumentDeleteFailure"?: number;
|
|
28695
|
+
"countCategoryDeleteSuccess"?: number;
|
|
28696
|
+
"countCategoryDeleteFailure"?: number;
|
|
28697
|
+
"countLabelDeleteSuccess"?: number;
|
|
28698
|
+
"countLabelDeleteFailure"?: number;
|
|
28699
|
+
}
|
|
28700
|
+
|
|
28252
28701
|
export interface KnowledgeTraining {
|
|
28253
28702
|
"id"?: string;
|
|
28254
28703
|
"dateTriggered"?: string;
|
|
@@ -29608,6 +30057,7 @@ declare namespace Models {
|
|
|
29608
30057
|
|
|
29609
30058
|
export interface LogCaptureUserConfiguration {
|
|
29610
30059
|
"id"?: string;
|
|
30060
|
+
"dateStarted"?: string;
|
|
29611
30061
|
"dateExpired": string;
|
|
29612
30062
|
"selfUri"?: string;
|
|
29613
30063
|
}
|
|
@@ -30032,6 +30482,7 @@ declare namespace Models {
|
|
|
30032
30482
|
"media"?: Array<Models.MessageMedia>;
|
|
30033
30483
|
"stickers"?: Array<Models.MessageSticker>;
|
|
30034
30484
|
"messageMetadata"?: Models.ConversationMessageMetadata;
|
|
30485
|
+
"socialVisibility"?: string;
|
|
30035
30486
|
"errorInfo"?: Models.ErrorBody;
|
|
30036
30487
|
}
|
|
30037
30488
|
|
|
@@ -30372,6 +30823,7 @@ declare namespace Models {
|
|
|
30372
30823
|
"firstName"?: string;
|
|
30373
30824
|
"lastName"?: string;
|
|
30374
30825
|
"email"?: string;
|
|
30826
|
+
"externalContactId"?: string;
|
|
30375
30827
|
"additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
|
|
30376
30828
|
}
|
|
30377
30829
|
|
|
@@ -30810,6 +31262,12 @@ declare namespace Models {
|
|
|
30810
31262
|
"agentOnQueueTimes": Array<Models.AgentQueueTimeRequest>;
|
|
30811
31263
|
}
|
|
30812
31264
|
|
|
31265
|
+
export interface MuAgentsWorkPlansResult {
|
|
31266
|
+
"entities"?: Array<Models.AgentWorkPlans>;
|
|
31267
|
+
"referenceStartWeekDate": string;
|
|
31268
|
+
"workPlanLookup": { [key: string]: Models.WorkPlanReference; };
|
|
31269
|
+
}
|
|
31270
|
+
|
|
30813
31271
|
export interface MuRescheduleResultWrapper {
|
|
30814
31272
|
"agentSchedules"?: Array<Models.BuAgentScheduleRescheduleResponse>;
|
|
30815
31273
|
}
|
|
@@ -30873,6 +31331,7 @@ declare namespace Models {
|
|
|
30873
31331
|
}
|
|
30874
31332
|
|
|
30875
31333
|
export interface NamespaceDocs {
|
|
31334
|
+
"name"?: string;
|
|
30876
31335
|
"friendlyName"?: string;
|
|
30877
31336
|
"limits"?: Array<Models.LimitDocs>;
|
|
30878
31337
|
}
|
|
@@ -31051,6 +31510,7 @@ declare namespace Models {
|
|
|
31051
31510
|
|
|
31052
31511
|
export interface NluUtterance {
|
|
31053
31512
|
"id"?: string;
|
|
31513
|
+
"source"?: string;
|
|
31054
31514
|
"segments": Array<Models.NluUtteranceSegment>;
|
|
31055
31515
|
}
|
|
31056
31516
|
|
|
@@ -31583,6 +32043,7 @@ declare namespace Models {
|
|
|
31583
32043
|
"text"?: string;
|
|
31584
32044
|
"content"?: Array<Models.OpenMessageContent>;
|
|
31585
32045
|
"metadata"?: { [key: string]: string; };
|
|
32046
|
+
"conversationId"?: string;
|
|
31586
32047
|
}
|
|
31587
32048
|
|
|
31588
32049
|
export interface OpenMessagingChannel {
|
|
@@ -32090,6 +32551,98 @@ declare namespace Models {
|
|
|
32090
32551
|
"senderPhoneNumber"?: string;
|
|
32091
32552
|
}
|
|
32092
32553
|
|
|
32554
|
+
export interface OutboundMessagingEmailCampaignConfigChangeContactSort {
|
|
32555
|
+
"fieldName"?: string;
|
|
32556
|
+
"direction"?: string;
|
|
32557
|
+
"numeric"?: boolean;
|
|
32558
|
+
"additionalProperties"?: { [key: string]: object; };
|
|
32559
|
+
}
|
|
32560
|
+
|
|
32561
|
+
export interface OutboundMessagingEmailCampaignConfigChangeEmailConfig {
|
|
32562
|
+
"emailColumns"?: Array<string>;
|
|
32563
|
+
"contentTemplate"?: Models.OutboundMessagingEmailCampaignConfigChangeResponseRef;
|
|
32564
|
+
"fromAddress"?: Models.OutboundMessagingEmailCampaignConfigChangeFromEmailAddress;
|
|
32565
|
+
"replyToAddress"?: Models.OutboundMessagingEmailCampaignConfigChangeReplyToEmailAddress;
|
|
32566
|
+
}
|
|
32567
|
+
|
|
32568
|
+
export interface OutboundMessagingEmailCampaignConfigChangeErrorDetail {
|
|
32569
|
+
"error"?: string;
|
|
32570
|
+
"details"?: string;
|
|
32571
|
+
}
|
|
32572
|
+
|
|
32573
|
+
export interface OutboundMessagingEmailCampaignConfigChangeFromEmailAddress {
|
|
32574
|
+
"friendlyName"?: string;
|
|
32575
|
+
"localPart"?: string;
|
|
32576
|
+
"domain"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32577
|
+
}
|
|
32578
|
+
|
|
32579
|
+
export interface OutboundMessagingEmailCampaignConfigChangeMessagingCampaign {
|
|
32580
|
+
"campaignStatus"?: string;
|
|
32581
|
+
"callableTimeSet"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32582
|
+
"contactList"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32583
|
+
"dncLists"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeUriReference>;
|
|
32584
|
+
"contactListFilters"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeUriReference>;
|
|
32585
|
+
"alwaysRunning"?: boolean;
|
|
32586
|
+
"contactSorts"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeContactSort>;
|
|
32587
|
+
"messagesPerMinute"?: number;
|
|
32588
|
+
"ruleSets"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeUriReference>;
|
|
32589
|
+
"smsConfig"?: Models.OutboundMessagingEmailCampaignConfigChangeSmsConfig;
|
|
32590
|
+
"emailConfig"?: Models.OutboundMessagingEmailCampaignConfigChangeEmailConfig;
|
|
32591
|
+
"errors"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeErrorDetail>;
|
|
32592
|
+
"id"?: string;
|
|
32593
|
+
"name"?: string;
|
|
32594
|
+
"dateCreated"?: string;
|
|
32595
|
+
"dateModified"?: string;
|
|
32596
|
+
"version"?: number;
|
|
32597
|
+
"division"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32598
|
+
}
|
|
32599
|
+
|
|
32600
|
+
export interface OutboundMessagingEmailCampaignConfigChangeObject {
|
|
32601
|
+
}
|
|
32602
|
+
|
|
32603
|
+
export interface OutboundMessagingEmailCampaignConfigChangeReplyToEmailAddress {
|
|
32604
|
+
"domain"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32605
|
+
"route"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32606
|
+
}
|
|
32607
|
+
|
|
32608
|
+
export interface OutboundMessagingEmailCampaignConfigChangeResponseRef {
|
|
32609
|
+
"id"?: string;
|
|
32610
|
+
}
|
|
32611
|
+
|
|
32612
|
+
export interface OutboundMessagingEmailCampaignConfigChangeSmsConfig {
|
|
32613
|
+
"messageColumn"?: string;
|
|
32614
|
+
"phoneColumn"?: string;
|
|
32615
|
+
"senderSmsPhoneNumber"?: Models.OutboundMessagingEmailCampaignConfigChangeSmsPhoneNumberRef;
|
|
32616
|
+
"contentTemplate"?: Models.OutboundMessagingEmailCampaignConfigChangeResponseRef;
|
|
32617
|
+
}
|
|
32618
|
+
|
|
32619
|
+
export interface OutboundMessagingEmailCampaignConfigChangeSmsPhoneNumberRef {
|
|
32620
|
+
"phoneNumber"?: string;
|
|
32621
|
+
}
|
|
32622
|
+
|
|
32623
|
+
export interface OutboundMessagingEmailCampaignConfigChangeUriReference {
|
|
32624
|
+
"id"?: string;
|
|
32625
|
+
"name"?: string;
|
|
32626
|
+
}
|
|
32627
|
+
|
|
32628
|
+
export interface OutboundMessagingEmailCampaignProgressEventCampaignProgress {
|
|
32629
|
+
"campaign"?: Models.OutboundMessagingEmailCampaignProgressEventUriReference;
|
|
32630
|
+
"numberOfContactsCalled"?: number;
|
|
32631
|
+
"numberOfContactsMessaged"?: number;
|
|
32632
|
+
"totalNumberOfContacts"?: number;
|
|
32633
|
+
"percentage"?: number;
|
|
32634
|
+
"numberOfContactsSkipped"?: { [key: string]: number; };
|
|
32635
|
+
"additionalProperties"?: { [key: string]: object; };
|
|
32636
|
+
}
|
|
32637
|
+
|
|
32638
|
+
export interface OutboundMessagingEmailCampaignProgressEventObject {
|
|
32639
|
+
}
|
|
32640
|
+
|
|
32641
|
+
export interface OutboundMessagingEmailCampaignProgressEventUriReference {
|
|
32642
|
+
"id"?: string;
|
|
32643
|
+
"name"?: string;
|
|
32644
|
+
}
|
|
32645
|
+
|
|
32093
32646
|
export interface OutboundMessagingMessagingCampaignConfigChangeContactSort {
|
|
32094
32647
|
"fieldName"?: string;
|
|
32095
32648
|
"direction"?: string;
|
|
@@ -32474,6 +33027,14 @@ declare namespace Models {
|
|
|
32474
33027
|
export interface PagedNamespaceListing {
|
|
32475
33028
|
}
|
|
32476
33029
|
|
|
33030
|
+
export interface PagedSkillCombinationListing {
|
|
33031
|
+
"entities"?: Array<Models.SkillCombinationInfo>;
|
|
33032
|
+
"pageSize"?: number;
|
|
33033
|
+
"pageNumber"?: number;
|
|
33034
|
+
"total"?: number;
|
|
33035
|
+
"pageCount"?: number;
|
|
33036
|
+
}
|
|
33037
|
+
|
|
32477
33038
|
export interface PagelessDomainEntityListingEvaluationVersion {
|
|
32478
33039
|
"total"?: number;
|
|
32479
33040
|
"entities"?: Array<Models.EvaluationVersion>;
|
|
@@ -32508,6 +33069,7 @@ declare namespace Models {
|
|
|
32508
33069
|
"userUri"?: string;
|
|
32509
33070
|
"userId"?: string;
|
|
32510
33071
|
"externalContactId"?: string;
|
|
33072
|
+
"externalContactInitialDivisionId"?: string;
|
|
32511
33073
|
"externalOrganizationId"?: string;
|
|
32512
33074
|
"queueId"?: string;
|
|
32513
33075
|
"groupId"?: string;
|
|
@@ -32546,6 +33108,7 @@ declare namespace Models {
|
|
|
32546
33108
|
"flaggedReason"?: string;
|
|
32547
33109
|
"startAcwTime"?: string;
|
|
32548
33110
|
"endAcwTime"?: string;
|
|
33111
|
+
"internalMessages"?: Array<Models.InternalMessage>;
|
|
32549
33112
|
"bargedParticipantId"?: string;
|
|
32550
33113
|
}
|
|
32551
33114
|
|
|
@@ -32562,6 +33125,7 @@ declare namespace Models {
|
|
|
32562
33125
|
"userUri"?: string;
|
|
32563
33126
|
"userId"?: string;
|
|
32564
33127
|
"externalContactId"?: string;
|
|
33128
|
+
"externalContactInitialDivisionId"?: string;
|
|
32565
33129
|
"externalOrganizationId"?: string;
|
|
32566
33130
|
"queueId"?: string;
|
|
32567
33131
|
"groupId"?: string;
|
|
@@ -32600,6 +33164,7 @@ declare namespace Models {
|
|
|
32600
33164
|
"flaggedReason"?: string;
|
|
32601
33165
|
"startAcwTime"?: string;
|
|
32602
33166
|
"endAcwTime"?: string;
|
|
33167
|
+
"internalMessages"?: Array<Models.InternalMessage>;
|
|
32603
33168
|
"bargedParticipantId"?: string;
|
|
32604
33169
|
}
|
|
32605
33170
|
|
|
@@ -33232,6 +33797,12 @@ declare namespace Models {
|
|
|
33232
33797
|
"documentId": string;
|
|
33233
33798
|
}
|
|
33234
33799
|
|
|
33800
|
+
export interface PhraseTranslation {
|
|
33801
|
+
"startTimeMs": number;
|
|
33802
|
+
"participantPurpose": string;
|
|
33803
|
+
"translatedText": string;
|
|
33804
|
+
}
|
|
33805
|
+
|
|
33235
33806
|
export interface PhysicalInterfaceEntityListing {
|
|
33236
33807
|
"entities"?: Array<Models.DomainPhysicalInterface>;
|
|
33237
33808
|
"pageSize"?: number;
|
|
@@ -34054,6 +34625,7 @@ declare namespace Models {
|
|
|
34054
34625
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
34055
34626
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
34056
34627
|
"autoAnswerOnly"?: boolean;
|
|
34628
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
34057
34629
|
"enableTranscription"?: boolean;
|
|
34058
34630
|
"enableAudioMonitoring"?: boolean;
|
|
34059
34631
|
"enableManualAssignment"?: boolean;
|
|
@@ -34164,6 +34736,7 @@ declare namespace Models {
|
|
|
34164
34736
|
"contextId"?: string;
|
|
34165
34737
|
"details"?: Array<Models.QueueConversationCallEventTopicDetail>;
|
|
34166
34738
|
"errors"?: Array<Models.QueueConversationCallEventTopicErrorBody>;
|
|
34739
|
+
"limit"?: Models.QueueConversationCallEventTopicLimit;
|
|
34167
34740
|
}
|
|
34168
34741
|
|
|
34169
34742
|
export interface QueueConversationCallEventTopicFaxStatus {
|
|
@@ -34203,6 +34776,13 @@ declare namespace Models {
|
|
|
34203
34776
|
"type"?: string;
|
|
34204
34777
|
}
|
|
34205
34778
|
|
|
34779
|
+
export interface QueueConversationCallEventTopicLimit {
|
|
34780
|
+
"key"?: string;
|
|
34781
|
+
"namespace"?: string;
|
|
34782
|
+
"value"?: number;
|
|
34783
|
+
"documented"?: boolean;
|
|
34784
|
+
}
|
|
34785
|
+
|
|
34206
34786
|
export interface QueueConversationCallEventTopicQueueMediaSettings {
|
|
34207
34787
|
"alertingTimeoutSeconds"?: number;
|
|
34208
34788
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -34322,6 +34902,7 @@ declare namespace Models {
|
|
|
34322
34902
|
"contextId"?: string;
|
|
34323
34903
|
"details"?: Array<Models.QueueConversationCallbackEventTopicDetail>;
|
|
34324
34904
|
"errors"?: Array<Models.QueueConversationCallbackEventTopicErrorBody>;
|
|
34905
|
+
"limit"?: Models.QueueConversationCallbackEventTopicLimit;
|
|
34325
34906
|
}
|
|
34326
34907
|
|
|
34327
34908
|
export interface QueueConversationCallbackEventTopicJourneyAction {
|
|
@@ -34350,6 +34931,13 @@ declare namespace Models {
|
|
|
34350
34931
|
"type"?: string;
|
|
34351
34932
|
}
|
|
34352
34933
|
|
|
34934
|
+
export interface QueueConversationCallbackEventTopicLimit {
|
|
34935
|
+
"key"?: string;
|
|
34936
|
+
"namespace"?: string;
|
|
34937
|
+
"value"?: number;
|
|
34938
|
+
"documented"?: boolean;
|
|
34939
|
+
}
|
|
34940
|
+
|
|
34353
34941
|
export interface QueueConversationCallbackEventTopicPhoneNumberColumn {
|
|
34354
34942
|
"columnName"?: string;
|
|
34355
34943
|
"type"?: string;
|
|
@@ -34464,6 +35052,7 @@ declare namespace Models {
|
|
|
34464
35052
|
"contextId"?: string;
|
|
34465
35053
|
"details"?: Array<Models.QueueConversationChatEventTopicDetail>;
|
|
34466
35054
|
"errors"?: Array<Models.QueueConversationChatEventTopicErrorBody>;
|
|
35055
|
+
"limit"?: Models.QueueConversationChatEventTopicLimit;
|
|
34467
35056
|
}
|
|
34468
35057
|
|
|
34469
35058
|
export interface QueueConversationChatEventTopicJourneyAction {
|
|
@@ -34492,6 +35081,13 @@ declare namespace Models {
|
|
|
34492
35081
|
"type"?: string;
|
|
34493
35082
|
}
|
|
34494
35083
|
|
|
35084
|
+
export interface QueueConversationChatEventTopicLimit {
|
|
35085
|
+
"key"?: string;
|
|
35086
|
+
"namespace"?: string;
|
|
35087
|
+
"value"?: number;
|
|
35088
|
+
"documented"?: boolean;
|
|
35089
|
+
}
|
|
35090
|
+
|
|
34495
35091
|
export interface QueueConversationChatEventTopicQueueMediaSettings {
|
|
34496
35092
|
"alertingTimeoutSeconds"?: number;
|
|
34497
35093
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -34599,6 +35195,7 @@ declare namespace Models {
|
|
|
34599
35195
|
"contextId"?: string;
|
|
34600
35196
|
"details"?: Array<Models.QueueConversationCobrowseEventTopicDetail>;
|
|
34601
35197
|
"errors"?: Array<Models.QueueConversationCobrowseEventTopicErrorBody>;
|
|
35198
|
+
"limit"?: Models.QueueConversationCobrowseEventTopicLimit;
|
|
34602
35199
|
}
|
|
34603
35200
|
|
|
34604
35201
|
export interface QueueConversationCobrowseEventTopicJourneyAction {
|
|
@@ -34627,6 +35224,13 @@ declare namespace Models {
|
|
|
34627
35224
|
"type"?: string;
|
|
34628
35225
|
}
|
|
34629
35226
|
|
|
35227
|
+
export interface QueueConversationCobrowseEventTopicLimit {
|
|
35228
|
+
"key"?: string;
|
|
35229
|
+
"namespace"?: string;
|
|
35230
|
+
"value"?: number;
|
|
35231
|
+
"documented"?: boolean;
|
|
35232
|
+
}
|
|
35233
|
+
|
|
34630
35234
|
export interface QueueConversationCobrowseEventTopicQueueMediaSettings {
|
|
34631
35235
|
"alertingTimeoutSeconds"?: number;
|
|
34632
35236
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -34743,6 +35347,7 @@ declare namespace Models {
|
|
|
34743
35347
|
"contextId"?: string;
|
|
34744
35348
|
"details"?: Array<Models.QueueConversationEmailEventTopicDetail>;
|
|
34745
35349
|
"errors"?: Array<Models.QueueConversationEmailEventTopicErrorBody>;
|
|
35350
|
+
"limit"?: Models.QueueConversationEmailEventTopicLimit;
|
|
34746
35351
|
}
|
|
34747
35352
|
|
|
34748
35353
|
export interface QueueConversationEmailEventTopicJourneyAction {
|
|
@@ -34771,6 +35376,13 @@ declare namespace Models {
|
|
|
34771
35376
|
"type"?: string;
|
|
34772
35377
|
}
|
|
34773
35378
|
|
|
35379
|
+
export interface QueueConversationEmailEventTopicLimit {
|
|
35380
|
+
"key"?: string;
|
|
35381
|
+
"namespace"?: string;
|
|
35382
|
+
"value"?: number;
|
|
35383
|
+
"documented"?: boolean;
|
|
35384
|
+
}
|
|
35385
|
+
|
|
34774
35386
|
export interface QueueConversationEmailEventTopicQueueMediaSettings {
|
|
34775
35387
|
"alertingTimeoutSeconds"?: number;
|
|
34776
35388
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -35017,6 +35629,27 @@ declare namespace Models {
|
|
|
35017
35629
|
"userId"?: string;
|
|
35018
35630
|
}
|
|
35019
35631
|
|
|
35632
|
+
export interface QueueConversationEventTopicInternalMessage {
|
|
35633
|
+
"id"?: string;
|
|
35634
|
+
"state"?: string;
|
|
35635
|
+
"initialState"?: string;
|
|
35636
|
+
"provider"?: string;
|
|
35637
|
+
"peerId"?: string;
|
|
35638
|
+
"disconnectType"?: string;
|
|
35639
|
+
"connectedTime"?: string;
|
|
35640
|
+
"disconnectedTime"?: string;
|
|
35641
|
+
"targetUserId"?: string;
|
|
35642
|
+
"sourceUserId"?: string;
|
|
35643
|
+
"toAddress"?: Models.QueueConversationEventTopicAddress;
|
|
35644
|
+
"fromAddress"?: Models.QueueConversationEventTopicAddress;
|
|
35645
|
+
"messages"?: Array<Models.QueueConversationEventTopicInternalMessageDetails>;
|
|
35646
|
+
}
|
|
35647
|
+
|
|
35648
|
+
export interface QueueConversationEventTopicInternalMessageDetails {
|
|
35649
|
+
"messageId"?: string;
|
|
35650
|
+
"messageTime"?: string;
|
|
35651
|
+
}
|
|
35652
|
+
|
|
35020
35653
|
export interface QueueConversationEventTopicJourneyAction {
|
|
35021
35654
|
"id"?: string;
|
|
35022
35655
|
"actionMap"?: Models.QueueConversationEventTopicJourneyActionMap;
|
|
@@ -35082,6 +35715,7 @@ declare namespace Models {
|
|
|
35082
35715
|
"errorInfo"?: Models.QueueConversationEventTopicErrorDetails;
|
|
35083
35716
|
"stickers"?: Array<Models.QueueConversationEventTopicMessageSticker>;
|
|
35084
35717
|
"messageMetadata"?: Models.QueueConversationEventTopicMessageMetadata;
|
|
35718
|
+
"socialVisibility"?: string;
|
|
35085
35719
|
}
|
|
35086
35720
|
|
|
35087
35721
|
export interface QueueConversationEventTopicMessageMedia {
|
|
@@ -35157,6 +35791,7 @@ declare namespace Models {
|
|
|
35157
35791
|
"cobrowsesessions"?: Array<Models.QueueConversationEventTopicCobrowse>;
|
|
35158
35792
|
"emails"?: Array<Models.QueueConversationEventTopicEmail>;
|
|
35159
35793
|
"messages"?: Array<Models.QueueConversationEventTopicMessage>;
|
|
35794
|
+
"internalMessages"?: Array<Models.QueueConversationEventTopicInternalMessage>;
|
|
35160
35795
|
"screenshares"?: Array<Models.QueueConversationEventTopicScreenshare>;
|
|
35161
35796
|
"socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
|
|
35162
35797
|
"videos"?: Array<Models.QueueConversationEventTopicVideo>;
|
|
@@ -35303,6 +35938,7 @@ declare namespace Models {
|
|
|
35303
35938
|
"contextId"?: string;
|
|
35304
35939
|
"details"?: Array<Models.QueueConversationMessageEventTopicDetail>;
|
|
35305
35940
|
"errors"?: Array<Models.QueueConversationMessageEventTopicErrorBody>;
|
|
35941
|
+
"limit"?: Models.QueueConversationMessageEventTopicLimit;
|
|
35306
35942
|
}
|
|
35307
35943
|
|
|
35308
35944
|
export interface QueueConversationMessageEventTopicErrorDetails {
|
|
@@ -35341,6 +35977,13 @@ declare namespace Models {
|
|
|
35341
35977
|
"type"?: string;
|
|
35342
35978
|
}
|
|
35343
35979
|
|
|
35980
|
+
export interface QueueConversationMessageEventTopicLimit {
|
|
35981
|
+
"key"?: string;
|
|
35982
|
+
"namespace"?: string;
|
|
35983
|
+
"value"?: number;
|
|
35984
|
+
"documented"?: boolean;
|
|
35985
|
+
}
|
|
35986
|
+
|
|
35344
35987
|
export interface QueueConversationMessageEventTopicMessageConversation {
|
|
35345
35988
|
"id"?: string;
|
|
35346
35989
|
"name"?: string;
|
|
@@ -35359,6 +36002,7 @@ declare namespace Models {
|
|
|
35359
36002
|
"stickers"?: Array<Models.QueueConversationMessageEventTopicMessageSticker>;
|
|
35360
36003
|
"errorInfo"?: Models.QueueConversationMessageEventTopicErrorDetails;
|
|
35361
36004
|
"messageMetadata"?: Models.QueueConversationMessageEventTopicMessageMetadata;
|
|
36005
|
+
"socialVisibility"?: string;
|
|
35362
36006
|
}
|
|
35363
36007
|
|
|
35364
36008
|
export interface QueueConversationMessageEventTopicMessageMedia {
|
|
@@ -35489,6 +36133,7 @@ declare namespace Models {
|
|
|
35489
36133
|
"contextId"?: string;
|
|
35490
36134
|
"details"?: Array<Models.QueueConversationScreenShareEventTopicDetail>;
|
|
35491
36135
|
"errors"?: Array<Models.QueueConversationScreenShareEventTopicErrorBody>;
|
|
36136
|
+
"limit"?: Models.QueueConversationScreenShareEventTopicLimit;
|
|
35492
36137
|
}
|
|
35493
36138
|
|
|
35494
36139
|
export interface QueueConversationScreenShareEventTopicJourneyAction {
|
|
@@ -35517,6 +36162,13 @@ declare namespace Models {
|
|
|
35517
36162
|
"type"?: string;
|
|
35518
36163
|
}
|
|
35519
36164
|
|
|
36165
|
+
export interface QueueConversationScreenShareEventTopicLimit {
|
|
36166
|
+
"key"?: string;
|
|
36167
|
+
"namespace"?: string;
|
|
36168
|
+
"value"?: number;
|
|
36169
|
+
"documented"?: boolean;
|
|
36170
|
+
}
|
|
36171
|
+
|
|
35520
36172
|
export interface QueueConversationScreenShareEventTopicQueueMediaSettings {
|
|
35521
36173
|
"alertingTimeoutSeconds"?: number;
|
|
35522
36174
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -35817,6 +36469,27 @@ declare namespace Models {
|
|
|
35817
36469
|
"userId"?: string;
|
|
35818
36470
|
}
|
|
35819
36471
|
|
|
36472
|
+
export interface QueueConversationSocialExpressionEventTopicInternalMessage {
|
|
36473
|
+
"id"?: string;
|
|
36474
|
+
"state"?: string;
|
|
36475
|
+
"initialState"?: string;
|
|
36476
|
+
"provider"?: string;
|
|
36477
|
+
"peerId"?: string;
|
|
36478
|
+
"disconnectType"?: string;
|
|
36479
|
+
"connectedTime"?: string;
|
|
36480
|
+
"disconnectedTime"?: string;
|
|
36481
|
+
"targetUserId"?: string;
|
|
36482
|
+
"sourceUserId"?: string;
|
|
36483
|
+
"toAddress"?: Models.QueueConversationSocialExpressionEventTopicAddress;
|
|
36484
|
+
"fromAddress"?: Models.QueueConversationSocialExpressionEventTopicAddress;
|
|
36485
|
+
"messages"?: Array<Models.QueueConversationSocialExpressionEventTopicInternalMessageDetails>;
|
|
36486
|
+
}
|
|
36487
|
+
|
|
36488
|
+
export interface QueueConversationSocialExpressionEventTopicInternalMessageDetails {
|
|
36489
|
+
"messageId"?: string;
|
|
36490
|
+
"messageTime"?: string;
|
|
36491
|
+
}
|
|
36492
|
+
|
|
35820
36493
|
export interface QueueConversationSocialExpressionEventTopicJourneyAction {
|
|
35821
36494
|
"id"?: string;
|
|
35822
36495
|
"actionMap"?: Models.QueueConversationSocialExpressionEventTopicJourneyActionMap;
|
|
@@ -35882,6 +36555,7 @@ declare namespace Models {
|
|
|
35882
36555
|
"errorInfo"?: Models.QueueConversationSocialExpressionEventTopicErrorDetails;
|
|
35883
36556
|
"stickers"?: Array<Models.QueueConversationSocialExpressionEventTopicMessageSticker>;
|
|
35884
36557
|
"messageMetadata"?: Models.QueueConversationSocialExpressionEventTopicMessageMetadata;
|
|
36558
|
+
"socialVisibility"?: string;
|
|
35885
36559
|
}
|
|
35886
36560
|
|
|
35887
36561
|
export interface QueueConversationSocialExpressionEventTopicMessageMedia {
|
|
@@ -35957,6 +36631,7 @@ declare namespace Models {
|
|
|
35957
36631
|
"cobrowsesessions"?: Array<Models.QueueConversationSocialExpressionEventTopicCobrowse>;
|
|
35958
36632
|
"emails"?: Array<Models.QueueConversationSocialExpressionEventTopicEmail>;
|
|
35959
36633
|
"messages"?: Array<Models.QueueConversationSocialExpressionEventTopicMessage>;
|
|
36634
|
+
"internalMessages"?: Array<Models.QueueConversationSocialExpressionEventTopicInternalMessage>;
|
|
35960
36635
|
"screenshares"?: Array<Models.QueueConversationSocialExpressionEventTopicScreenshare>;
|
|
35961
36636
|
"socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
|
|
35962
36637
|
"videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
|
|
@@ -36298,6 +36973,27 @@ declare namespace Models {
|
|
|
36298
36973
|
"userId"?: string;
|
|
36299
36974
|
}
|
|
36300
36975
|
|
|
36976
|
+
export interface QueueConversationVideoEventTopicInternalMessage {
|
|
36977
|
+
"id"?: string;
|
|
36978
|
+
"state"?: string;
|
|
36979
|
+
"initialState"?: string;
|
|
36980
|
+
"provider"?: string;
|
|
36981
|
+
"peerId"?: string;
|
|
36982
|
+
"disconnectType"?: string;
|
|
36983
|
+
"connectedTime"?: string;
|
|
36984
|
+
"disconnectedTime"?: string;
|
|
36985
|
+
"targetUserId"?: string;
|
|
36986
|
+
"sourceUserId"?: string;
|
|
36987
|
+
"toAddress"?: Models.QueueConversationVideoEventTopicAddress;
|
|
36988
|
+
"fromAddress"?: Models.QueueConversationVideoEventTopicAddress;
|
|
36989
|
+
"messages"?: Array<Models.QueueConversationVideoEventTopicInternalMessageDetails>;
|
|
36990
|
+
}
|
|
36991
|
+
|
|
36992
|
+
export interface QueueConversationVideoEventTopicInternalMessageDetails {
|
|
36993
|
+
"messageId"?: string;
|
|
36994
|
+
"messageTime"?: string;
|
|
36995
|
+
}
|
|
36996
|
+
|
|
36301
36997
|
export interface QueueConversationVideoEventTopicJourneyAction {
|
|
36302
36998
|
"id"?: string;
|
|
36303
36999
|
"actionMap"?: Models.QueueConversationVideoEventTopicJourneyActionMap;
|
|
@@ -36363,6 +37059,7 @@ declare namespace Models {
|
|
|
36363
37059
|
"errorInfo"?: Models.QueueConversationVideoEventTopicErrorDetails;
|
|
36364
37060
|
"stickers"?: Array<Models.QueueConversationVideoEventTopicMessageSticker>;
|
|
36365
37061
|
"messageMetadata"?: Models.QueueConversationVideoEventTopicMessageMetadata;
|
|
37062
|
+
"socialVisibility"?: string;
|
|
36366
37063
|
}
|
|
36367
37064
|
|
|
36368
37065
|
export interface QueueConversationVideoEventTopicMessageMedia {
|
|
@@ -36438,6 +37135,7 @@ declare namespace Models {
|
|
|
36438
37135
|
"cobrowsesessions"?: Array<Models.QueueConversationVideoEventTopicCobrowse>;
|
|
36439
37136
|
"emails"?: Array<Models.QueueConversationVideoEventTopicEmail>;
|
|
36440
37137
|
"messages"?: Array<Models.QueueConversationVideoEventTopicMessage>;
|
|
37138
|
+
"internalMessages"?: Array<Models.QueueConversationVideoEventTopicInternalMessage>;
|
|
36441
37139
|
"screenshares"?: Array<Models.QueueConversationVideoEventTopicScreenshare>;
|
|
36442
37140
|
"socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
|
|
36443
37141
|
"videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
|
|
@@ -36690,6 +37388,7 @@ declare namespace Models {
|
|
|
36690
37388
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
36691
37389
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
36692
37390
|
"autoAnswerOnly"?: boolean;
|
|
37391
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
36693
37392
|
"enableTranscription"?: boolean;
|
|
36694
37393
|
"enableAudioMonitoring"?: boolean;
|
|
36695
37394
|
"enableManualAssignment"?: boolean;
|
|
@@ -38185,6 +38884,34 @@ declare namespace Models {
|
|
|
38185
38884
|
"selfUri"?: string;
|
|
38186
38885
|
}
|
|
38187
38886
|
|
|
38887
|
+
export interface SalesforceSettings {
|
|
38888
|
+
"channel"?: string;
|
|
38889
|
+
"language"?: string;
|
|
38890
|
+
"categories"?: Array<string>;
|
|
38891
|
+
}
|
|
38892
|
+
|
|
38893
|
+
export interface SalesforceSourceRequest {
|
|
38894
|
+
"id"?: string;
|
|
38895
|
+
"name": string;
|
|
38896
|
+
"integrationId"?: string;
|
|
38897
|
+
"schedulePeriod"?: number;
|
|
38898
|
+
"settings"?: Models.SalesforceSettings;
|
|
38899
|
+
"selfUri"?: string;
|
|
38900
|
+
}
|
|
38901
|
+
|
|
38902
|
+
export interface SalesforceSourceResponse {
|
|
38903
|
+
"id"?: string;
|
|
38904
|
+
"name"?: string;
|
|
38905
|
+
"dateCreated"?: string;
|
|
38906
|
+
"dateModified"?: string;
|
|
38907
|
+
"type"?: string;
|
|
38908
|
+
"integration"?: Models.KnowledgeIntegrationReference;
|
|
38909
|
+
"schedulePeriod"?: number;
|
|
38910
|
+
"lastSync"?: Models.SourceLastSync;
|
|
38911
|
+
"settings"?: Models.SalesforceSettings;
|
|
38912
|
+
"selfUri"?: string;
|
|
38913
|
+
}
|
|
38914
|
+
|
|
38188
38915
|
export interface Schedule {
|
|
38189
38916
|
"id"?: string;
|
|
38190
38917
|
"name": string;
|
|
@@ -39070,6 +39797,34 @@ declare namespace Models {
|
|
|
39070
39797
|
"durationMs"?: number;
|
|
39071
39798
|
}
|
|
39072
39799
|
|
|
39800
|
+
export interface ServiceNowSettings {
|
|
39801
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
39802
|
+
"language"?: string;
|
|
39803
|
+
"categories"?: Array<string>;
|
|
39804
|
+
}
|
|
39805
|
+
|
|
39806
|
+
export interface ServiceNowSourceRequest {
|
|
39807
|
+
"id"?: string;
|
|
39808
|
+
"name": string;
|
|
39809
|
+
"integrationId"?: string;
|
|
39810
|
+
"schedulePeriod"?: number;
|
|
39811
|
+
"settings"?: Models.ServiceNowSettings;
|
|
39812
|
+
"selfUri"?: string;
|
|
39813
|
+
}
|
|
39814
|
+
|
|
39815
|
+
export interface ServiceNowSourceResponse {
|
|
39816
|
+
"id"?: string;
|
|
39817
|
+
"name"?: string;
|
|
39818
|
+
"dateCreated"?: string;
|
|
39819
|
+
"dateModified"?: string;
|
|
39820
|
+
"type"?: string;
|
|
39821
|
+
"integration"?: Models.KnowledgeIntegrationReference;
|
|
39822
|
+
"schedulePeriod"?: number;
|
|
39823
|
+
"lastSync"?: Models.SourceLastSync;
|
|
39824
|
+
"settings"?: Models.ServiceNowSettings;
|
|
39825
|
+
"selfUri"?: string;
|
|
39826
|
+
}
|
|
39827
|
+
|
|
39073
39828
|
export interface Session {
|
|
39074
39829
|
"id": string;
|
|
39075
39830
|
"customerId"?: string;
|
|
@@ -39482,6 +40237,12 @@ declare namespace Models {
|
|
|
39482
40237
|
"pageCount"?: number;
|
|
39483
40238
|
}
|
|
39484
40239
|
|
|
40240
|
+
export interface SkillCombinationInfo {
|
|
40241
|
+
"skillCombination"?: Array<string>;
|
|
40242
|
+
"totalCount"?: number;
|
|
40243
|
+
"remainingCount"?: number;
|
|
40244
|
+
}
|
|
40245
|
+
|
|
39485
40246
|
export interface SkillEntityListing {
|
|
39486
40247
|
"entities"?: Array<Models.RoutingSkill>;
|
|
39487
40248
|
"pageSize"?: number;
|
|
@@ -39748,6 +40509,11 @@ declare namespace Models {
|
|
|
39748
40509
|
"value"?: string;
|
|
39749
40510
|
}
|
|
39750
40511
|
|
|
40512
|
+
export interface SocialKeyword {
|
|
40513
|
+
"includes"?: Array<string>;
|
|
40514
|
+
"excludes"?: Array<string>;
|
|
40515
|
+
}
|
|
40516
|
+
|
|
39751
40517
|
export interface SortItem {
|
|
39752
40518
|
"name"?: string;
|
|
39753
40519
|
"ascending"?: boolean;
|
|
@@ -39762,6 +40528,18 @@ declare namespace Models {
|
|
|
39762
40528
|
"selfUri"?: string;
|
|
39763
40529
|
}
|
|
39764
40530
|
|
|
40531
|
+
export interface SourceBaseResponse {
|
|
40532
|
+
"id"?: string;
|
|
40533
|
+
"name"?: string;
|
|
40534
|
+
"dateCreated"?: string;
|
|
40535
|
+
"dateModified"?: string;
|
|
40536
|
+
"type"?: string;
|
|
40537
|
+
"integration"?: Models.KnowledgeIntegrationReference;
|
|
40538
|
+
"schedulePeriod"?: number;
|
|
40539
|
+
"lastSync"?: Models.SourceLastSync;
|
|
40540
|
+
"selfUri"?: string;
|
|
40541
|
+
}
|
|
40542
|
+
|
|
39765
40543
|
export interface SourceConfiguration {
|
|
39766
40544
|
"sourceId": string;
|
|
39767
40545
|
"interactionId": string;
|
|
@@ -39780,11 +40558,27 @@ declare namespace Models {
|
|
|
39780
40558
|
"selfUri"?: string;
|
|
39781
40559
|
}
|
|
39782
40560
|
|
|
40561
|
+
export interface SourceLastSync {
|
|
40562
|
+
"state"?: string;
|
|
40563
|
+
"dateStarted"?: string;
|
|
40564
|
+
"dateEnded"?: string;
|
|
40565
|
+
"error"?: Models.ErrorBody;
|
|
40566
|
+
}
|
|
40567
|
+
|
|
39783
40568
|
export interface SourcePlanningGroupRequest {
|
|
39784
40569
|
"id": string;
|
|
39785
40570
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
39786
40571
|
}
|
|
39787
40572
|
|
|
40573
|
+
export interface SourceSyncResponse {
|
|
40574
|
+
"state"?: string;
|
|
40575
|
+
"error"?: Models.ErrorBody;
|
|
40576
|
+
"dateCreated"?: string;
|
|
40577
|
+
"dateModified"?: string;
|
|
40578
|
+
"knowledgeBase"?: Models.AddressableEntityRef;
|
|
40579
|
+
"source"?: Models.AddressableEntityRef;
|
|
40580
|
+
}
|
|
40581
|
+
|
|
39788
40582
|
export interface SpeechTextAnalyticsSettingsRequest {
|
|
39789
40583
|
"defaultProgramId"?: string;
|
|
39790
40584
|
"expectedDialects"?: Array<string>;
|
|
@@ -40535,6 +41329,10 @@ declare namespace Models {
|
|
|
40535
41329
|
"questionGroupScores"?: Array<Models.SurveyQuestionGroupScore>;
|
|
40536
41330
|
}
|
|
40537
41331
|
|
|
41332
|
+
export interface SyncStatusRequest {
|
|
41333
|
+
"status": string;
|
|
41334
|
+
}
|
|
41335
|
+
|
|
40538
41336
|
export interface SystemMessageObject {
|
|
40539
41337
|
}
|
|
40540
41338
|
|
|
@@ -41563,6 +42361,12 @@ declare namespace Models {
|
|
|
41563
42361
|
"excludes"?: Array<string>;
|
|
41564
42362
|
}
|
|
41565
42363
|
|
|
42364
|
+
export interface TranscriptTranslation {
|
|
42365
|
+
"id": string;
|
|
42366
|
+
"phrases"?: Array<Models.PhraseTranslation>;
|
|
42367
|
+
"translateError"?: string;
|
|
42368
|
+
}
|
|
42369
|
+
|
|
41566
42370
|
export interface TranscriptUrl {
|
|
41567
42371
|
"url"?: string;
|
|
41568
42372
|
}
|
|
@@ -41701,6 +42505,15 @@ declare namespace Models {
|
|
|
41701
42505
|
"queueName"?: string;
|
|
41702
42506
|
}
|
|
41703
42507
|
|
|
42508
|
+
export interface TranslateSupportedLanguage {
|
|
42509
|
+
"languageName": string;
|
|
42510
|
+
"languageCode": string;
|
|
42511
|
+
}
|
|
42512
|
+
|
|
42513
|
+
export interface TranslateSupportedLanguageList {
|
|
42514
|
+
"entities"?: Array<Models.TranslateSupportedLanguage>;
|
|
42515
|
+
}
|
|
42516
|
+
|
|
41704
42517
|
export interface TrendData {
|
|
41705
42518
|
"dateStartWorkday"?: string;
|
|
41706
42519
|
"dateEndWorkday"?: string;
|
|
@@ -41994,6 +42807,8 @@ declare namespace Models {
|
|
|
41994
42807
|
"rulesVisible": boolean;
|
|
41995
42808
|
"visibility": string;
|
|
41996
42809
|
"rolesEnabled"?: boolean;
|
|
42810
|
+
"includeOwners"?: boolean;
|
|
42811
|
+
"callsEnabled"?: boolean;
|
|
41997
42812
|
"owners"?: Array<Models.User>;
|
|
41998
42813
|
"dateCreated"?: string;
|
|
41999
42814
|
"createdBy"?: Models.OrgUser;
|
|
@@ -42361,6 +43176,7 @@ declare namespace Models {
|
|
|
42361
43176
|
"i10n": { [key: string]: Models.UCI10n; };
|
|
42362
43177
|
"polledPresence": boolean;
|
|
42363
43178
|
"pollIntervalSec"?: number;
|
|
43179
|
+
"includeBadge"?: boolean;
|
|
42364
43180
|
"userPermissions": Array<string>;
|
|
42365
43181
|
"oauthScopes"?: Array<string>;
|
|
42366
43182
|
"selfUri"?: string;
|
|
@@ -42513,6 +43329,26 @@ declare namespace Models {
|
|
|
42513
43329
|
"userId": string;
|
|
42514
43330
|
}
|
|
42515
43331
|
|
|
43332
|
+
export interface UpdateMuAgentWorkPlanFailureResponse {
|
|
43333
|
+
"user": Models.UserReference;
|
|
43334
|
+
"failure": string;
|
|
43335
|
+
"notFoundWorkPlanId"?: string;
|
|
43336
|
+
}
|
|
43337
|
+
|
|
43338
|
+
export interface UpdateMuAgentWorkPlanRequest {
|
|
43339
|
+
"userId": string;
|
|
43340
|
+
"workPlanId"?: Models.ValueWrapperString;
|
|
43341
|
+
"workPlanOverrides"?: Models.WorkPlanOverrideListWrapperWorkPlanOverrideRequest;
|
|
43342
|
+
}
|
|
43343
|
+
|
|
43344
|
+
export interface UpdateMuAgentWorkPlansBatchRequest {
|
|
43345
|
+
"entities"?: Array<Models.UpdateMuAgentWorkPlanRequest>;
|
|
43346
|
+
}
|
|
43347
|
+
|
|
43348
|
+
export interface UpdateMuAgentWorkPlansBatchResponse {
|
|
43349
|
+
"failures": Array<Models.UpdateMuAgentWorkPlanFailureResponse>;
|
|
43350
|
+
}
|
|
43351
|
+
|
|
42516
43352
|
export interface UpdateMuAgentsRequest {
|
|
42517
43353
|
"entities"?: Array<Models.UpdateMuAgentRequest>;
|
|
42518
43354
|
}
|
|
@@ -43231,6 +44067,9 @@ declare namespace Models {
|
|
|
43231
44067
|
"selfUri"?: string;
|
|
43232
44068
|
}
|
|
43233
44069
|
|
|
44070
|
+
export interface UserNextActivityReminder {
|
|
44071
|
+
}
|
|
44072
|
+
|
|
43234
44073
|
export interface UserObservationDataContainer {
|
|
43235
44074
|
"group"?: { [key: string]: string; };
|
|
43236
44075
|
"data"?: Array<Models.ObservationMetricData>;
|
|
@@ -43359,6 +44198,7 @@ declare namespace Models {
|
|
|
43359
44198
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
43360
44199
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
43361
44200
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
44201
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
43362
44202
|
"enableTranscription"?: boolean;
|
|
43363
44203
|
"enableAudioMonitoring"?: boolean;
|
|
43364
44204
|
"enableManualAssignment"?: boolean;
|
|
@@ -43978,6 +44818,7 @@ declare namespace Models {
|
|
|
43978
44818
|
"journeyActionMap"?: Models.V2FlowExecutionDataFlowidTopicJourneyActionMap;
|
|
43979
44819
|
"processAutomation"?: Models.V2FlowExecutionDataFlowidTopicProcessAutomation;
|
|
43980
44820
|
"quality"?: Models.V2FlowExecutionDataFlowidTopicQuality;
|
|
44821
|
+
"workitem"?: Models.V2FlowExecutionDataFlowidTopicWorkitem;
|
|
43981
44822
|
}
|
|
43982
44823
|
|
|
43983
44824
|
export interface V2FlowExecutionDataFlowidTopicJourneyActionMap {
|
|
@@ -43995,6 +44836,27 @@ declare namespace Models {
|
|
|
43995
44836
|
"policyName"?: string;
|
|
43996
44837
|
}
|
|
43997
44838
|
|
|
44839
|
+
export interface V2FlowExecutionDataFlowidTopicWorkitem {
|
|
44840
|
+
"workitemId"?: string;
|
|
44841
|
+
"workitemName"?: string;
|
|
44842
|
+
}
|
|
44843
|
+
|
|
44844
|
+
export interface V2IntegrationPresenceEventOrganizationPresence {
|
|
44845
|
+
"id"?: string;
|
|
44846
|
+
"systemPresence"?: string;
|
|
44847
|
+
}
|
|
44848
|
+
|
|
44849
|
+
export interface V2IntegrationPresenceEventPresenceActivityEvent {
|
|
44850
|
+
"userId"?: string;
|
|
44851
|
+
"eventType"?: string;
|
|
44852
|
+
"source"?: string;
|
|
44853
|
+
"modifiedDate"?: string;
|
|
44854
|
+
"presenceDefinition"?: Models.V2IntegrationPresenceEventOrganizationPresence;
|
|
44855
|
+
"message"?: string;
|
|
44856
|
+
"currentDisplaySourceId"?: string;
|
|
44857
|
+
"previousDisplaySourceId"?: string;
|
|
44858
|
+
}
|
|
44859
|
+
|
|
43998
44860
|
export interface V2MobiusAlertsTopicAddressableEntityRef {
|
|
43999
44861
|
"id"?: string;
|
|
44000
44862
|
}
|
|
@@ -44145,6 +45007,22 @@ declare namespace Models {
|
|
|
44145
45007
|
"waitBetweenNotificationMs"?: number;
|
|
44146
45008
|
}
|
|
44147
45009
|
|
|
45010
|
+
export interface V2WebMessagingUndeliveredMessageTopicMessage {
|
|
45011
|
+
"id"?: string;
|
|
45012
|
+
"eventTimeMs"?: number;
|
|
45013
|
+
}
|
|
45014
|
+
|
|
45015
|
+
export interface V2WebMessagingUndeliveredMessageTopicWebMessagingUndeliveredMessageEventBody {
|
|
45016
|
+
"conversationId"?: string;
|
|
45017
|
+
"deploymentId"?: string;
|
|
45018
|
+
"participantId"?: string;
|
|
45019
|
+
"externalContactId"?: string;
|
|
45020
|
+
"communicationId"?: string;
|
|
45021
|
+
"sessionExpiry"?: number;
|
|
45022
|
+
"messages"?: Array<Models.V2WebMessagingUndeliveredMessageTopicMessage>;
|
|
45023
|
+
"eventTimeMs"?: number;
|
|
45024
|
+
}
|
|
45025
|
+
|
|
44148
45026
|
export interface V2WemEngagementCelebrationUpdatesTopicEngagementCelebration {
|
|
44149
45027
|
"id"?: string;
|
|
44150
45028
|
"recipient"?: Models.V2WemEngagementCelebrationUpdatesTopicUserId;
|
|
@@ -44201,6 +45079,7 @@ declare namespace Models {
|
|
|
44201
45079
|
export interface ValidationServiceRequest {
|
|
44202
45080
|
"dateImportEnded": string;
|
|
44203
45081
|
"uploadKey": string;
|
|
45082
|
+
"fileName"?: string;
|
|
44204
45083
|
}
|
|
44205
45084
|
|
|
44206
45085
|
export interface ValueWrapperActivityPlanServiceGoalImpactOverrides {
|
|
@@ -44492,6 +45371,19 @@ declare namespace Models {
|
|
|
44492
45371
|
"screenMonitorUserIds"?: Array<string>;
|
|
44493
45372
|
"dashboardType"?: string;
|
|
44494
45373
|
"dashboardAccessFilter"?: string;
|
|
45374
|
+
"transcriptDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
45375
|
+
"socialCountries"?: Array<string>;
|
|
45376
|
+
"socialLanguages"?: Array<string>;
|
|
45377
|
+
"socialChannels"?: Array<string>;
|
|
45378
|
+
"socialSentimentCategory"?: Array<string>;
|
|
45379
|
+
"socialTopicIds"?: Array<string>;
|
|
45380
|
+
"socialIngestionRuleIds"?: Array<string>;
|
|
45381
|
+
"socialConversationCreated"?: boolean;
|
|
45382
|
+
"socialContentType"?: Array<string>;
|
|
45383
|
+
"socialKeywords"?: Array<Models.SocialKeyword>;
|
|
45384
|
+
"socialPostEscalated"?: boolean;
|
|
45385
|
+
"socialClassifications"?: Array<string>;
|
|
45386
|
+
"filterUsersByManagerIds"?: Array<string>;
|
|
44495
45387
|
}
|
|
44496
45388
|
|
|
44497
45389
|
export interface VisibilityCondition {
|
|
@@ -44911,9 +45803,11 @@ declare namespace Models {
|
|
|
44911
45803
|
}
|
|
44912
45804
|
|
|
44913
45805
|
export interface WebDeploymentConfigurationVersionEntityListing {
|
|
44914
|
-
"total"?: number;
|
|
44915
45806
|
"entities"?: Array<Models.WebDeploymentConfigurationVersion>;
|
|
45807
|
+
"nextUri"?: string;
|
|
44916
45808
|
"selfUri"?: string;
|
|
45809
|
+
"previousUri"?: string;
|
|
45810
|
+
"total"?: number;
|
|
44917
45811
|
}
|
|
44918
45812
|
|
|
44919
45813
|
export interface WebDeploymentConfigurationVersionEntityRef {
|
|
@@ -46050,6 +46944,8 @@ declare namespace Models {
|
|
|
46050
46944
|
"error"?: string;
|
|
46051
46945
|
"active"?: boolean;
|
|
46052
46946
|
"type"?: string;
|
|
46947
|
+
"fileName"?: string;
|
|
46948
|
+
"fileSize"?: number;
|
|
46053
46949
|
}
|
|
46054
46950
|
|
|
46055
46951
|
export interface WfmHistoricalShrinkageCalculationsCompleteTopicHistoricalShrinkageCalculationsCompleteNotification {
|
|
@@ -46913,6 +47809,18 @@ declare namespace Models {
|
|
|
46913
47809
|
"workPlan": Models.WorkPlanReference;
|
|
46914
47810
|
}
|
|
46915
47811
|
|
|
47812
|
+
export interface WorkPlanOverrideListWrapperWorkPlanOverrideRequest {
|
|
47813
|
+
"values"?: Array<Models.WorkPlanOverrideRequest>;
|
|
47814
|
+
"deleteAll"?: boolean;
|
|
47815
|
+
}
|
|
47816
|
+
|
|
47817
|
+
export interface WorkPlanOverrideRequest {
|
|
47818
|
+
"action"?: string;
|
|
47819
|
+
"startDate": string;
|
|
47820
|
+
"weekCount"?: number;
|
|
47821
|
+
"workPlanId"?: string;
|
|
47822
|
+
}
|
|
47823
|
+
|
|
46916
47824
|
export interface WorkPlanPatternRequest {
|
|
46917
47825
|
"workPlanIds": Array<string>;
|
|
46918
47826
|
}
|
|
@@ -47288,10 +48196,77 @@ declare namespace Models {
|
|
|
47288
48196
|
"id": string;
|
|
47289
48197
|
}
|
|
47290
48198
|
|
|
48199
|
+
export interface WorkitemOnAttributeChangeCondition {
|
|
48200
|
+
"attribute": string;
|
|
48201
|
+
"newValue": string;
|
|
48202
|
+
"oldValue"?: string;
|
|
48203
|
+
}
|
|
48204
|
+
|
|
48205
|
+
export interface WorkitemOnAttributeChangeConditionUpdate {
|
|
48206
|
+
"attribute": string;
|
|
48207
|
+
"newValue": string;
|
|
48208
|
+
"oldValue"?: string;
|
|
48209
|
+
}
|
|
48210
|
+
|
|
48211
|
+
export interface WorkitemOnAttributeChangeRule {
|
|
48212
|
+
"id"?: string;
|
|
48213
|
+
"name"?: string;
|
|
48214
|
+
"type"?: string;
|
|
48215
|
+
"action"?: Models.WorkitemRuleAction;
|
|
48216
|
+
"worktype"?: Models.WorktypeReference;
|
|
48217
|
+
"condition"?: Models.WorkitemOnAttributeChangeCondition;
|
|
48218
|
+
"selfUri"?: string;
|
|
48219
|
+
}
|
|
48220
|
+
|
|
48221
|
+
export interface WorkitemOnAttributeChangeRuleCreate {
|
|
48222
|
+
"name": string;
|
|
48223
|
+
"condition": Models.WorkitemOnAttributeChangeCondition;
|
|
48224
|
+
}
|
|
48225
|
+
|
|
48226
|
+
export interface WorkitemOnAttributeChangeRuleListing {
|
|
48227
|
+
"entities"?: Array<Models.WorkitemOnAttributeChangeRule>;
|
|
48228
|
+
"nextUri"?: string;
|
|
48229
|
+
"selfUri"?: string;
|
|
48230
|
+
"previousUri"?: string;
|
|
48231
|
+
"after"?: string;
|
|
48232
|
+
}
|
|
48233
|
+
|
|
48234
|
+
export interface WorkitemOnAttributeChangeRuleUpdate {
|
|
48235
|
+
"name"?: string;
|
|
48236
|
+
"condition"?: Models.WorkitemOnAttributeChangeConditionUpdate;
|
|
48237
|
+
}
|
|
48238
|
+
|
|
48239
|
+
export interface WorkitemOnCreateRule {
|
|
48240
|
+
"id"?: string;
|
|
48241
|
+
"name"?: string;
|
|
48242
|
+
"type"?: string;
|
|
48243
|
+
"action"?: Models.WorkitemRuleAction;
|
|
48244
|
+
"worktype"?: Models.WorktypeReference;
|
|
48245
|
+
"selfUri"?: string;
|
|
48246
|
+
}
|
|
48247
|
+
|
|
48248
|
+
export interface WorkitemOnCreateRuleCreate {
|
|
48249
|
+
"name": string;
|
|
48250
|
+
}
|
|
48251
|
+
|
|
48252
|
+
export interface WorkitemOnCreateRuleListing {
|
|
48253
|
+
"entities"?: Array<Models.WorkitemOnCreateRule>;
|
|
48254
|
+
"nextUri"?: string;
|
|
48255
|
+
"selfUri"?: string;
|
|
48256
|
+
"previousUri"?: string;
|
|
48257
|
+
"after"?: string;
|
|
48258
|
+
}
|
|
48259
|
+
|
|
48260
|
+
export interface WorkitemOnCreateRuleUpdate {
|
|
48261
|
+
"name"?: string;
|
|
48262
|
+
}
|
|
48263
|
+
|
|
47291
48264
|
export interface WorkitemPagedEntityListing {
|
|
47292
48265
|
"entities"?: Array<Models.Workitem>;
|
|
47293
48266
|
"pageSize"?: number;
|
|
47294
48267
|
"pageNumber"?: number;
|
|
48268
|
+
"total"?: number;
|
|
48269
|
+
"pageCount"?: number;
|
|
47295
48270
|
}
|
|
47296
48271
|
|
|
47297
48272
|
export interface WorkitemPostQueryEntityListing {
|
|
@@ -47364,6 +48339,10 @@ declare namespace Models {
|
|
|
47364
48339
|
"selfUri"?: string;
|
|
47365
48340
|
}
|
|
47366
48341
|
|
|
48342
|
+
export interface WorkitemRuleAction {
|
|
48343
|
+
"type"?: string;
|
|
48344
|
+
}
|
|
48345
|
+
|
|
47367
48346
|
export interface WorkitemRuleSettings {
|
|
47368
48347
|
}
|
|
47369
48348
|
|