purecloud-platform-client-v2 205.0.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 +646 -84
- package/dist/web-amd/purecloud-platform-client-v2.js +646 -84
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +228 -85
- package/dist/web-cjs/purecloud-platform-client-v2.js +228 -85
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +467 -5
- 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 +7 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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 +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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 +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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 +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
- 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
|
@@ -1631,7 +1631,7 @@ declare class ConversationsApi {
|
|
|
1631
1631
|
postConversationsMessageCommunicationMessagesMedia(conversationId: string, communicationId: string): Promise<Models.MessageMediaData>;
|
|
1632
1632
|
postConversationsMessageCommunicationTyping(conversationId: string, communicationId: string, body: Models.MessageTypingEventRequest): Promise<void>;
|
|
1633
1633
|
postConversationsMessageInboundOpenEvent(integrationId: string, body: Models.OpenInboundNormalizedEvent): Promise<Models.OpenEventNormalizedMessage>;
|
|
1634
|
-
postConversationsMessageInboundOpenMessage(integrationId: string, body: Models.OpenInboundNormalizedMessage): Promise<Models.OpenMessageNormalizedMessage>;
|
|
1634
|
+
postConversationsMessageInboundOpenMessage(integrationId: string, body: Models.OpenInboundNormalizedMessage, opts?: ConversationsApi.postConversationsMessageInboundOpenMessageOptions): Promise<Models.OpenMessageNormalizedMessage>;
|
|
1635
1635
|
postConversationsMessageInboundOpenReceipt(integrationId: string, body: Models.OpenInboundNormalizedReceipt): Promise<Models.OpenReceiptNormalizedMessage>;
|
|
1636
1636
|
postConversationsMessageMessagesBulk(conversationId: string, opts?: ConversationsApi.postConversationsMessageMessagesBulkOptions): Promise<Models.TextMessageListing>;
|
|
1637
1637
|
postConversationsMessageParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsMessageParticipantCommunicationWrapupOptions): Promise<void>;
|
|
@@ -1873,6 +1873,9 @@ declare namespace ConversationsApi {
|
|
|
1873
1873
|
export interface postConversationsMessageCommunicationMessagesOptions {
|
|
1874
1874
|
"useNormalizedMessage"?: boolean;
|
|
1875
1875
|
}
|
|
1876
|
+
export interface postConversationsMessageInboundOpenMessageOptions {
|
|
1877
|
+
"prefetchConversationId"?: boolean;
|
|
1878
|
+
}
|
|
1876
1879
|
export interface postConversationsMessageMessagesBulkOptions {
|
|
1877
1880
|
"useNormalizedMessage"?: boolean;
|
|
1878
1881
|
"body"?: Array<string>;
|
|
@@ -2856,8 +2859,11 @@ declare class JourneyApi {
|
|
|
2856
2859
|
getJourneySessionOutcomescores(sessionId: string): Promise<Models.OutcomeScoresResult>;
|
|
2857
2860
|
getJourneyView(viewId: string): Promise<Models.JourneyView>;
|
|
2858
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>;
|
|
2859
2864
|
getJourneyViewVersionJob(viewId: string, journeyVersionId: string, jobId: string): Promise<Models.JourneyViewJob>;
|
|
2860
2865
|
getJourneyViewVersionJobResults(viewId: string, journeyViewVersion: string, jobId: string): Promise<Models.JourneyViewResult>;
|
|
2866
|
+
getJourneyViewVersionJobResultsChart(viewId: string, journeyVersionId: string, jobId: string, chartId: string): Promise<Models.JourneyViewChartResult>;
|
|
2861
2867
|
getJourneyViewVersionJobsLatest(viewId: string, journeyVersionId: string): Promise<Models.JourneyViewJob>;
|
|
2862
2868
|
getJourneyViews(opts?: JourneyApi.getJourneyViewsOptions): Promise<Models.JourneyViewListing>;
|
|
2863
2869
|
getJourneyViewsEventdefinition(eventDefinitionId: string): Promise<Models.JourneyEventDefinition>;
|
|
@@ -2868,6 +2874,7 @@ declare class JourneyApi {
|
|
|
2868
2874
|
patchJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.patchJourneyActiontemplateOptions): Promise<Models.ActionTemplate>;
|
|
2869
2875
|
patchJourneyOutcome(outcomeId: string, opts?: JourneyApi.patchJourneyOutcomeOptions): Promise<Models.Outcome>;
|
|
2870
2876
|
patchJourneySegment(segmentId: string, opts?: JourneyApi.patchJourneySegmentOptions): Promise<Models.JourneySegment>;
|
|
2877
|
+
patchJourneyViewVersionJob(viewId: string, journeyVersionId: string, jobId: string, body: Models.JourneyViewJob): Promise<Models.JourneyViewJob>;
|
|
2871
2878
|
postAnalyticsJourneysAggregatesJobs(body: Models.JourneyAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
2872
2879
|
postAnalyticsJourneysAggregatesQuery(body: Models.JourneyAggregationQuery): Promise<Models.JourneyAggregateQueryResponse>;
|
|
2873
2880
|
postJourneyActionmaps(opts?: JourneyApi.postJourneyActionmapsOptions): Promise<Models.ActionMap>;
|
|
@@ -2884,7 +2891,8 @@ declare class JourneyApi {
|
|
|
2884
2891
|
postJourneyViewVersionJobs(viewId: string, journeyVersionId: string): Promise<Models.JourneyViewJob>;
|
|
2885
2892
|
postJourneyViewVersions(viewId: string, body: Models.JourneyView): Promise<Models.JourneyView>;
|
|
2886
2893
|
postJourneyViews(body: Models.JourneyView): Promise<Models.JourneyView>;
|
|
2887
|
-
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>;
|
|
2888
2896
|
}
|
|
2889
2897
|
|
|
2890
2898
|
declare namespace JourneyApi {
|
|
@@ -5834,6 +5842,8 @@ declare class TaskManagementApi {
|
|
|
5834
5842
|
deleteTaskmanagementWorkitem(workitemId: string): Promise<void>;
|
|
5835
5843
|
deleteTaskmanagementWorkitemsSchema(schemaId: string): Promise<void>;
|
|
5836
5844
|
deleteTaskmanagementWorktype(worktypeId: string): Promise<void>;
|
|
5845
|
+
deleteTaskmanagementWorktypeFlowsOnattributechangeRule(worktypeId: string, ruleId: string): Promise<void>;
|
|
5846
|
+
deleteTaskmanagementWorktypeFlowsOncreateRule(worktypeId: string, ruleId: string): Promise<void>;
|
|
5837
5847
|
deleteTaskmanagementWorktypeStatus(worktypeId: string, statusId: string): Promise<void>;
|
|
5838
5848
|
getTaskmanagementWorkbin(workbinId: string): Promise<Models.Workbin>;
|
|
5839
5849
|
getTaskmanagementWorkbinHistory(workbinId: string, opts?: TaskManagementApi.getTaskmanagementWorkbinHistoryOptions): Promise<Models.WorkbinChangeListing>;
|
|
@@ -5852,6 +5862,10 @@ declare class TaskManagementApi {
|
|
|
5852
5862
|
getTaskmanagementWorkitemsSchemaVersions(schemaId: string): Promise<Models.DataSchema>;
|
|
5853
5863
|
getTaskmanagementWorkitemsSchemas(): Promise<Models.DataSchemaListing>;
|
|
5854
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>;
|
|
5855
5869
|
getTaskmanagementWorktypeHistory(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeHistoryOptions): Promise<Models.WorktypeChangeListing>;
|
|
5856
5870
|
getTaskmanagementWorktypeStatus(worktypeId: string, statusId: string): Promise<Models.WorkitemStatus>;
|
|
5857
5871
|
getTaskmanagementWorktypeStatuses(worktypeId: string): Promise<Models.WorkitemStatusListing>;
|
|
@@ -5863,6 +5877,8 @@ declare class TaskManagementApi {
|
|
|
5863
5877
|
patchTaskmanagementWorkitemUserWrapups(workitemId: string, userId: string, body: Models.WorkitemWrapupUpdate): Promise<Models.WorkitemWrapup>;
|
|
5864
5878
|
patchTaskmanagementWorkitemUsersMeWrapups(workitemId: string, body: Models.WorkitemWrapupUpdate): Promise<Models.WorkitemWrapup>;
|
|
5865
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>;
|
|
5866
5882
|
patchTaskmanagementWorktypeStatus(worktypeId: string, statusId: string, body: Models.WorkitemStatusUpdate): Promise<Models.WorkitemStatus>;
|
|
5867
5883
|
postTaskmanagementWorkbins(body: Models.WorkbinCreate): Promise<Models.Workbin>;
|
|
5868
5884
|
postTaskmanagementWorkbinsQuery(body: Models.WorkbinQueryRequest): Promise<Models.WorkbinQueryEntityListing>;
|
|
@@ -5873,6 +5889,8 @@ declare class TaskManagementApi {
|
|
|
5873
5889
|
postTaskmanagementWorkitemsQuery(body: Models.WorkitemQueryPostRequest): Promise<Models.WorkitemPostQueryEntityListing>;
|
|
5874
5890
|
postTaskmanagementWorkitemsQueryJobs(body: Models.WorkitemQueryJobCreate): Promise<Models.WorkitemQueryJobResponse>;
|
|
5875
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>;
|
|
5876
5894
|
postTaskmanagementWorktypeStatuses(worktypeId: string, body: Models.WorkitemStatusCreate): Promise<Models.WorkitemStatus>;
|
|
5877
5895
|
postTaskmanagementWorktypes(body: Models.WorktypeCreate): Promise<Models.Worktype>;
|
|
5878
5896
|
postTaskmanagementWorktypesQuery(body: Models.WorktypeQueryRequest): Promise<Models.WorktypeQueryEntityListing>;
|
|
@@ -5918,6 +5936,14 @@ declare namespace TaskManagementApi {
|
|
|
5918
5936
|
export interface getTaskmanagementWorktypeOptions {
|
|
5919
5937
|
"expands"?: Array<string>;
|
|
5920
5938
|
}
|
|
5939
|
+
export interface getTaskmanagementWorktypeFlowsOnattributechangeRulesOptions {
|
|
5940
|
+
"after"?: string;
|
|
5941
|
+
"pageSize"?: number;
|
|
5942
|
+
}
|
|
5943
|
+
export interface getTaskmanagementWorktypeFlowsOncreateRulesOptions {
|
|
5944
|
+
"after"?: string;
|
|
5945
|
+
"pageSize"?: number;
|
|
5946
|
+
}
|
|
5921
5947
|
export interface getTaskmanagementWorktypeHistoryOptions {
|
|
5922
5948
|
"after"?: string;
|
|
5923
5949
|
"pageSize"?: number;
|
|
@@ -6983,6 +7009,7 @@ declare class WorkforceManagementApi {
|
|
|
6983
7009
|
patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences(businessUnitId: string, bidId: string, bidGroupId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesOptions): Promise<Models.AdminAgentWorkPlanPreferenceResponse>;
|
|
6984
7010
|
patchWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
|
|
6985
7011
|
patchWorkforcemanagementManagementunitAgents(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitAgentsOptions): Promise<void>;
|
|
7012
|
+
patchWorkforcemanagementManagementunitAgentsWorkplansBulk(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitAgentsWorkplansBulkOptions): Promise<Models.UpdateMuAgentWorkPlansBatchResponse>;
|
|
6986
7013
|
patchWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeofflimitOptions): Promise<Models.TimeOffLimit>;
|
|
6987
7014
|
patchWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanOptions): Promise<Models.TimeOffPlan>;
|
|
6988
7015
|
patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(managementUnitId: string, timeOffRequestId: string, userId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusOptions): Promise<Models.UserTimeOffIntegrationStatusResponse>;
|
|
@@ -7044,6 +7071,7 @@ declare class WorkforceManagementApi {
|
|
|
7044
7071
|
postWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
|
|
7045
7072
|
postWorkforcemanagementHistoricaldataValidate(opts?: WorkforceManagementApi.postWorkforcemanagementHistoricaldataValidateOptions): Promise<void>;
|
|
7046
7073
|
postWorkforcemanagementIntegrationsHriTimeofftypesJobs(hrisIntegrationId: string): Promise<Models.HrisTimeOffTypesResponse>;
|
|
7074
|
+
postWorkforcemanagementManagementunitAgentsWorkplansQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitAgentsWorkplansQueryOptions): Promise<Models.AgentsWorkPlansResponse>;
|
|
7047
7075
|
postWorkforcemanagementManagementunitAgentschedulesSearch(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitAgentschedulesSearchOptions): Promise<Models.BuAsyncAgentSchedulesSearchResponse>;
|
|
7048
7076
|
postWorkforcemanagementManagementunitHistoricaladherencequery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitHistoricaladherencequeryOptions): Promise<Models.WfmHistoricalAdherenceResponse>;
|
|
7049
7077
|
postWorkforcemanagementManagementunitMove(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitMoveOptions): Promise<Models.MoveManagementUnitResponse>;
|
|
@@ -7234,6 +7262,9 @@ declare namespace WorkforceManagementApi {
|
|
|
7234
7262
|
export interface patchWorkforcemanagementManagementunitAgentsOptions {
|
|
7235
7263
|
"body"?: Models.UpdateMuAgentsRequest;
|
|
7236
7264
|
}
|
|
7265
|
+
export interface patchWorkforcemanagementManagementunitAgentsWorkplansBulkOptions {
|
|
7266
|
+
"body"?: Models.UpdateMuAgentWorkPlansBatchRequest;
|
|
7267
|
+
}
|
|
7237
7268
|
export interface patchWorkforcemanagementManagementunitTimeofflimitOptions {
|
|
7238
7269
|
"body"?: Models.UpdateTimeOffLimitRequest;
|
|
7239
7270
|
}
|
|
@@ -7359,6 +7390,10 @@ declare namespace WorkforceManagementApi {
|
|
|
7359
7390
|
export interface postWorkforcemanagementHistoricaldataValidateOptions {
|
|
7360
7391
|
"body"?: Models.ValidationServiceRequest;
|
|
7361
7392
|
}
|
|
7393
|
+
export interface postWorkforcemanagementManagementunitAgentsWorkplansQueryOptions {
|
|
7394
|
+
"forceDownloadService"?: boolean;
|
|
7395
|
+
"body"?: Models.GetAgentsWorkPlansRequest;
|
|
7396
|
+
}
|
|
7362
7397
|
export interface postWorkforcemanagementManagementunitAgentschedulesSearchOptions {
|
|
7363
7398
|
"forceAsync"?: boolean;
|
|
7364
7399
|
"forceDownloadService"?: boolean;
|
|
@@ -8693,6 +8728,11 @@ declare namespace Models {
|
|
|
8693
8728
|
"activities": Array<Models.AgentWorkPlanActivity>;
|
|
8694
8729
|
}
|
|
8695
8730
|
|
|
8731
|
+
export interface AgentWorkPlans {
|
|
8732
|
+
"user": Models.UserReference;
|
|
8733
|
+
"workPlanLookupKeysPerWeek": Array<number>;
|
|
8734
|
+
}
|
|
8735
|
+
|
|
8696
8736
|
export interface AgentlessEmailSendRequestDto {
|
|
8697
8737
|
"senderType": string;
|
|
8698
8738
|
"conversationId"?: string;
|
|
@@ -8724,6 +8764,11 @@ declare namespace Models {
|
|
|
8724
8764
|
"entities"?: Array<Models.AgentIntegrationsResponse>;
|
|
8725
8765
|
}
|
|
8726
8766
|
|
|
8767
|
+
export interface AgentsWorkPlansResponse {
|
|
8768
|
+
"downloadUrl"?: string;
|
|
8769
|
+
"result"?: Models.MuAgentsWorkPlansResult;
|
|
8770
|
+
}
|
|
8771
|
+
|
|
8727
8772
|
export interface AggregateMetricData {
|
|
8728
8773
|
"metric"?: string;
|
|
8729
8774
|
"qualifier"?: string;
|
|
@@ -12511,6 +12556,9 @@ declare namespace Models {
|
|
|
12511
12556
|
"campaignRuleActions": Array<Models.CampaignRuleAction>;
|
|
12512
12557
|
"matchAnyConditions"?: boolean;
|
|
12513
12558
|
"enabled"?: boolean;
|
|
12559
|
+
"campaignRuleProcessing"?: string;
|
|
12560
|
+
"conditionGroups"?: Array<Models.CampaignRuleConditionGroup>;
|
|
12561
|
+
"executionSettings"?: Models.CampaignRuleExecutionSettings;
|
|
12514
12562
|
"selfUri"?: string;
|
|
12515
12563
|
}
|
|
12516
12564
|
|
|
@@ -12557,6 +12605,8 @@ declare namespace Models {
|
|
|
12557
12605
|
}
|
|
12558
12606
|
|
|
12559
12607
|
export interface CampaignRuleExecutionSettings {
|
|
12608
|
+
"frequency": string;
|
|
12609
|
+
"timeZoneId"?: string;
|
|
12560
12610
|
}
|
|
12561
12611
|
|
|
12562
12612
|
export interface CampaignRuleParameters {
|
|
@@ -12624,7 +12674,10 @@ declare namespace Models {
|
|
|
12624
12674
|
"scheduledCalls"?: number;
|
|
12625
12675
|
"timeZoneRescheduledCalls"?: number;
|
|
12626
12676
|
"filteredOutContactsCount"?: number;
|
|
12677
|
+
"rightPartyContactsCount"?: number;
|
|
12678
|
+
"validAttempts"?: number;
|
|
12627
12679
|
"linesUtilization"?: Models.CampaignLinesUtilization;
|
|
12680
|
+
"businessCategoryMetrics"?: Models.CampaignBusinessCategoryMetrics;
|
|
12628
12681
|
}
|
|
12629
12682
|
|
|
12630
12683
|
export interface CampaignTimeSlot {
|
|
@@ -14614,6 +14667,7 @@ declare namespace Models {
|
|
|
14614
14667
|
"contextId"?: string;
|
|
14615
14668
|
"details"?: Array<Models.ConversationCallEventTopicDetail>;
|
|
14616
14669
|
"errors"?: Array<Models.ConversationCallEventTopicErrorBody>;
|
|
14670
|
+
"limit"?: Models.ConversationCallEventTopicLimit;
|
|
14617
14671
|
}
|
|
14618
14672
|
|
|
14619
14673
|
export interface ConversationCallEventTopicFaxStatus {
|
|
@@ -14653,6 +14707,13 @@ declare namespace Models {
|
|
|
14653
14707
|
"type"?: string;
|
|
14654
14708
|
}
|
|
14655
14709
|
|
|
14710
|
+
export interface ConversationCallEventTopicLimit {
|
|
14711
|
+
"key"?: string;
|
|
14712
|
+
"namespace"?: string;
|
|
14713
|
+
"value"?: number;
|
|
14714
|
+
"documented"?: boolean;
|
|
14715
|
+
}
|
|
14716
|
+
|
|
14656
14717
|
export interface ConversationCallEventTopicQueueMediaSettings {
|
|
14657
14718
|
"alertingTimeoutSeconds"?: number;
|
|
14658
14719
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -14772,6 +14833,7 @@ declare namespace Models {
|
|
|
14772
14833
|
"contextId"?: string;
|
|
14773
14834
|
"details"?: Array<Models.ConversationCallbackEventTopicDetail>;
|
|
14774
14835
|
"errors"?: Array<Models.ConversationCallbackEventTopicErrorBody>;
|
|
14836
|
+
"limit"?: Models.ConversationCallbackEventTopicLimit;
|
|
14775
14837
|
}
|
|
14776
14838
|
|
|
14777
14839
|
export interface ConversationCallbackEventTopicJourneyAction {
|
|
@@ -14800,6 +14862,13 @@ declare namespace Models {
|
|
|
14800
14862
|
"type"?: string;
|
|
14801
14863
|
}
|
|
14802
14864
|
|
|
14865
|
+
export interface ConversationCallbackEventTopicLimit {
|
|
14866
|
+
"key"?: string;
|
|
14867
|
+
"namespace"?: string;
|
|
14868
|
+
"value"?: number;
|
|
14869
|
+
"documented"?: boolean;
|
|
14870
|
+
}
|
|
14871
|
+
|
|
14803
14872
|
export interface ConversationCallbackEventTopicPhoneNumberColumn {
|
|
14804
14873
|
"columnName"?: string;
|
|
14805
14874
|
"type"?: string;
|
|
@@ -14969,6 +15038,7 @@ declare namespace Models {
|
|
|
14969
15038
|
"contextId"?: string;
|
|
14970
15039
|
"details"?: Array<Models.ConversationChatEventTopicDetail>;
|
|
14971
15040
|
"errors"?: Array<Models.ConversationChatEventTopicErrorBody>;
|
|
15041
|
+
"limit"?: Models.ConversationChatEventTopicLimit;
|
|
14972
15042
|
}
|
|
14973
15043
|
|
|
14974
15044
|
export interface ConversationChatEventTopicJourneyAction {
|
|
@@ -14997,6 +15067,13 @@ declare namespace Models {
|
|
|
14997
15067
|
"type"?: string;
|
|
14998
15068
|
}
|
|
14999
15069
|
|
|
15070
|
+
export interface ConversationChatEventTopicLimit {
|
|
15071
|
+
"key"?: string;
|
|
15072
|
+
"namespace"?: string;
|
|
15073
|
+
"value"?: number;
|
|
15074
|
+
"documented"?: boolean;
|
|
15075
|
+
}
|
|
15076
|
+
|
|
15000
15077
|
export interface ConversationChatEventTopicQueueMediaSettings {
|
|
15001
15078
|
"alertingTimeoutSeconds"?: number;
|
|
15002
15079
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -15108,6 +15185,7 @@ declare namespace Models {
|
|
|
15108
15185
|
"contextId"?: string;
|
|
15109
15186
|
"details"?: Array<Models.ConversationCobrowseEventTopicDetail>;
|
|
15110
15187
|
"errors"?: Array<Models.ConversationCobrowseEventTopicErrorBody>;
|
|
15188
|
+
"limit"?: Models.ConversationCobrowseEventTopicLimit;
|
|
15111
15189
|
}
|
|
15112
15190
|
|
|
15113
15191
|
export interface ConversationCobrowseEventTopicJourneyAction {
|
|
@@ -15136,6 +15214,13 @@ declare namespace Models {
|
|
|
15136
15214
|
"type"?: string;
|
|
15137
15215
|
}
|
|
15138
15216
|
|
|
15217
|
+
export interface ConversationCobrowseEventTopicLimit {
|
|
15218
|
+
"key"?: string;
|
|
15219
|
+
"namespace"?: string;
|
|
15220
|
+
"value"?: number;
|
|
15221
|
+
"documented"?: boolean;
|
|
15222
|
+
}
|
|
15223
|
+
|
|
15139
15224
|
export interface ConversationCobrowseEventTopicQueueMediaSettings {
|
|
15140
15225
|
"alertingTimeoutSeconds"?: number;
|
|
15141
15226
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -15277,7 +15362,7 @@ declare namespace Models {
|
|
|
15277
15362
|
|
|
15278
15363
|
export interface ConversationDivisionMembership {
|
|
15279
15364
|
"division"?: Models.DomainEntityRef;
|
|
15280
|
-
"entities"?: Array<Models.
|
|
15365
|
+
"entities"?: Array<Models.DivisionEntityRef>;
|
|
15281
15366
|
}
|
|
15282
15367
|
|
|
15283
15368
|
export interface ConversationEditedSummary {
|
|
@@ -15376,6 +15461,7 @@ declare namespace Models {
|
|
|
15376
15461
|
"contextId"?: string;
|
|
15377
15462
|
"details"?: Array<Models.ConversationEmailEventTopicDetail>;
|
|
15378
15463
|
"errors"?: Array<Models.ConversationEmailEventTopicErrorBody>;
|
|
15464
|
+
"limit"?: Models.ConversationEmailEventTopicLimit;
|
|
15379
15465
|
}
|
|
15380
15466
|
|
|
15381
15467
|
export interface ConversationEmailEventTopicJourneyAction {
|
|
@@ -15404,6 +15490,13 @@ declare namespace Models {
|
|
|
15404
15490
|
"type"?: string;
|
|
15405
15491
|
}
|
|
15406
15492
|
|
|
15493
|
+
export interface ConversationEmailEventTopicLimit {
|
|
15494
|
+
"key"?: string;
|
|
15495
|
+
"namespace"?: string;
|
|
15496
|
+
"value"?: number;
|
|
15497
|
+
"documented"?: boolean;
|
|
15498
|
+
}
|
|
15499
|
+
|
|
15407
15500
|
export interface ConversationEmailEventTopicQueueMediaSettings {
|
|
15408
15501
|
"alertingTimeoutSeconds"?: number;
|
|
15409
15502
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -15700,6 +15793,27 @@ declare namespace Models {
|
|
|
15700
15793
|
"userId"?: string;
|
|
15701
15794
|
}
|
|
15702
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
|
+
|
|
15703
15817
|
export interface ConversationEventTopicJourneyAction {
|
|
15704
15818
|
"id"?: string;
|
|
15705
15819
|
"actionMap"?: Models.ConversationEventTopicJourneyActionMap;
|
|
@@ -15765,6 +15879,7 @@ declare namespace Models {
|
|
|
15765
15879
|
"errorInfo"?: Models.ConversationEventTopicErrorDetails;
|
|
15766
15880
|
"stickers"?: Array<Models.ConversationEventTopicMessageSticker>;
|
|
15767
15881
|
"messageMetadata"?: Models.ConversationEventTopicMessageMetadata;
|
|
15882
|
+
"socialVisibility"?: string;
|
|
15768
15883
|
}
|
|
15769
15884
|
|
|
15770
15885
|
export interface ConversationEventTopicMessageMedia {
|
|
@@ -15840,6 +15955,7 @@ declare namespace Models {
|
|
|
15840
15955
|
"cobrowsesessions"?: Array<Models.ConversationEventTopicCobrowse>;
|
|
15841
15956
|
"emails"?: Array<Models.ConversationEventTopicEmail>;
|
|
15842
15957
|
"messages"?: Array<Models.ConversationEventTopicMessage>;
|
|
15958
|
+
"internalMessages"?: Array<Models.ConversationEventTopicInternalMessage>;
|
|
15843
15959
|
"screenshares"?: Array<Models.ConversationEventTopicScreenshare>;
|
|
15844
15960
|
"socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
|
|
15845
15961
|
"videos"?: Array<Models.ConversationEventTopicVideo>;
|
|
@@ -16019,6 +16135,7 @@ declare namespace Models {
|
|
|
16019
16135
|
"contextId"?: string;
|
|
16020
16136
|
"details"?: Array<Models.ConversationMessageEventTopicDetail>;
|
|
16021
16137
|
"errors"?: Array<Models.ConversationMessageEventTopicErrorBody>;
|
|
16138
|
+
"limit"?: Models.ConversationMessageEventTopicLimit;
|
|
16022
16139
|
}
|
|
16023
16140
|
|
|
16024
16141
|
export interface ConversationMessageEventTopicErrorDetails {
|
|
@@ -16057,6 +16174,13 @@ declare namespace Models {
|
|
|
16057
16174
|
"type"?: string;
|
|
16058
16175
|
}
|
|
16059
16176
|
|
|
16177
|
+
export interface ConversationMessageEventTopicLimit {
|
|
16178
|
+
"key"?: string;
|
|
16179
|
+
"namespace"?: string;
|
|
16180
|
+
"value"?: number;
|
|
16181
|
+
"documented"?: boolean;
|
|
16182
|
+
}
|
|
16183
|
+
|
|
16060
16184
|
export interface ConversationMessageEventTopicMessageConversation {
|
|
16061
16185
|
"id"?: string;
|
|
16062
16186
|
"name"?: string;
|
|
@@ -16075,6 +16199,7 @@ declare namespace Models {
|
|
|
16075
16199
|
"stickers"?: Array<Models.ConversationMessageEventTopicMessageSticker>;
|
|
16076
16200
|
"errorInfo"?: Models.ConversationMessageEventTopicErrorDetails;
|
|
16077
16201
|
"messageMetadata"?: Models.ConversationMessageEventTopicMessageMetadata;
|
|
16202
|
+
"socialVisibility"?: string;
|
|
16078
16203
|
}
|
|
16079
16204
|
|
|
16080
16205
|
export interface ConversationMessageEventTopicMessageMedia {
|
|
@@ -16214,6 +16339,7 @@ declare namespace Models {
|
|
|
16214
16339
|
"firstName"?: string;
|
|
16215
16340
|
"lastName"?: string;
|
|
16216
16341
|
"email"?: string;
|
|
16342
|
+
"externalContactId"?: string;
|
|
16217
16343
|
"additionalIds"?: Array<Models.ConversationRecipientAdditionalIdentifier>;
|
|
16218
16344
|
}
|
|
16219
16345
|
|
|
@@ -16225,6 +16351,7 @@ declare namespace Models {
|
|
|
16225
16351
|
"firstName"?: string;
|
|
16226
16352
|
"lastName"?: string;
|
|
16227
16353
|
"email"?: string;
|
|
16354
|
+
"externalContactId"?: string;
|
|
16228
16355
|
"additionalIds"?: Array<Models.ConversationRecipientAdditionalIdentifier>;
|
|
16229
16356
|
}
|
|
16230
16357
|
|
|
@@ -16487,6 +16614,7 @@ declare namespace Models {
|
|
|
16487
16614
|
"contextId"?: string;
|
|
16488
16615
|
"details"?: Array<Models.ConversationScreenShareEventTopicDetail>;
|
|
16489
16616
|
"errors"?: Array<Models.ConversationScreenShareEventTopicErrorBody>;
|
|
16617
|
+
"limit"?: Models.ConversationScreenShareEventTopicLimit;
|
|
16490
16618
|
}
|
|
16491
16619
|
|
|
16492
16620
|
export interface ConversationScreenShareEventTopicJourneyAction {
|
|
@@ -16515,6 +16643,13 @@ declare namespace Models {
|
|
|
16515
16643
|
"type"?: string;
|
|
16516
16644
|
}
|
|
16517
16645
|
|
|
16646
|
+
export interface ConversationScreenShareEventTopicLimit {
|
|
16647
|
+
"key"?: string;
|
|
16648
|
+
"namespace"?: string;
|
|
16649
|
+
"value"?: number;
|
|
16650
|
+
"documented"?: boolean;
|
|
16651
|
+
}
|
|
16652
|
+
|
|
16518
16653
|
export interface ConversationScreenShareEventTopicQueueMediaSettings {
|
|
16519
16654
|
"alertingTimeoutSeconds"?: number;
|
|
16520
16655
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -16642,6 +16777,7 @@ declare namespace Models {
|
|
|
16642
16777
|
"contextId"?: string;
|
|
16643
16778
|
"details"?: Array<Models.ConversationSocialExpressionEventTopicDetail>;
|
|
16644
16779
|
"errors"?: Array<Models.ConversationSocialExpressionEventTopicErrorBody>;
|
|
16780
|
+
"limit"?: Models.ConversationSocialExpressionEventTopicLimit;
|
|
16645
16781
|
}
|
|
16646
16782
|
|
|
16647
16783
|
export interface ConversationSocialExpressionEventTopicJourneyAction {
|
|
@@ -16670,6 +16806,13 @@ declare namespace Models {
|
|
|
16670
16806
|
"type"?: string;
|
|
16671
16807
|
}
|
|
16672
16808
|
|
|
16809
|
+
export interface ConversationSocialExpressionEventTopicLimit {
|
|
16810
|
+
"key"?: string;
|
|
16811
|
+
"namespace"?: string;
|
|
16812
|
+
"value"?: number;
|
|
16813
|
+
"documented"?: boolean;
|
|
16814
|
+
}
|
|
16815
|
+
|
|
16673
16816
|
export interface ConversationSocialExpressionEventTopicQueueMediaSettings {
|
|
16674
16817
|
"alertingTimeoutSeconds"?: number;
|
|
16675
16818
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -16854,6 +16997,7 @@ declare namespace Models {
|
|
|
16854
16997
|
"contextId"?: string;
|
|
16855
16998
|
"details"?: Array<Models.ConversationVideoEventTopicDetail>;
|
|
16856
16999
|
"errors"?: Array<Models.ConversationVideoEventTopicErrorBody>;
|
|
17000
|
+
"limit"?: Models.ConversationVideoEventTopicLimit;
|
|
16857
17001
|
}
|
|
16858
17002
|
|
|
16859
17003
|
export interface ConversationVideoEventTopicJourneyAction {
|
|
@@ -16882,6 +17026,13 @@ declare namespace Models {
|
|
|
16882
17026
|
"type"?: string;
|
|
16883
17027
|
}
|
|
16884
17028
|
|
|
17029
|
+
export interface ConversationVideoEventTopicLimit {
|
|
17030
|
+
"key"?: string;
|
|
17031
|
+
"namespace"?: string;
|
|
17032
|
+
"value"?: number;
|
|
17033
|
+
"documented"?: boolean;
|
|
17034
|
+
}
|
|
17035
|
+
|
|
16885
17036
|
export interface ConversationVideoEventTopicQueueMediaSettings {
|
|
16886
17037
|
"alertingTimeoutSeconds"?: number;
|
|
16887
17038
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -19437,6 +19588,13 @@ declare namespace Models {
|
|
|
19437
19588
|
"selfUri"?: string;
|
|
19438
19589
|
}
|
|
19439
19590
|
|
|
19591
|
+
export interface DivisionEntityRef {
|
|
19592
|
+
"id"?: string;
|
|
19593
|
+
"name"?: string;
|
|
19594
|
+
"selfUri"?: string;
|
|
19595
|
+
"dateDivisionUpdated"?: string;
|
|
19596
|
+
}
|
|
19597
|
+
|
|
19440
19598
|
export interface DivisionReference {
|
|
19441
19599
|
"id"?: string;
|
|
19442
19600
|
"selfUri"?: string;
|
|
@@ -22151,9 +22309,11 @@ declare namespace Models {
|
|
|
22151
22309
|
}
|
|
22152
22310
|
|
|
22153
22311
|
export interface ExpandableWebDeploymentEntityListing {
|
|
22154
|
-
"total"?: number;
|
|
22155
22312
|
"entities"?: Array<Models.ExpandableWebDeployment>;
|
|
22313
|
+
"nextUri"?: string;
|
|
22156
22314
|
"selfUri"?: string;
|
|
22315
|
+
"previousUri"?: string;
|
|
22316
|
+
"total"?: number;
|
|
22157
22317
|
}
|
|
22158
22318
|
|
|
22159
22319
|
export interface ExpansionCriterium {
|
|
@@ -22633,6 +22793,11 @@ declare namespace Models {
|
|
|
22633
22793
|
"id"?: string;
|
|
22634
22794
|
}
|
|
22635
22795
|
|
|
22796
|
+
export interface ExternalContactsSettings {
|
|
22797
|
+
"manuallyAssignDivisionsToInteractions"?: boolean;
|
|
22798
|
+
"manuallyAssignDivisionsToContacts"?: boolean;
|
|
22799
|
+
}
|
|
22800
|
+
|
|
22636
22801
|
export interface ExternalContactsUnresolvedContactChangedTopicContact {
|
|
22637
22802
|
"id"?: string;
|
|
22638
22803
|
"division"?: Models.ExternalContactsUnresolvedContactChangedTopicDivision;
|
|
@@ -24253,6 +24418,7 @@ declare namespace Models {
|
|
|
24253
24418
|
}
|
|
24254
24419
|
|
|
24255
24420
|
export interface FreeTrialNamespace {
|
|
24421
|
+
"name"?: string;
|
|
24256
24422
|
"friendlyName"?: string;
|
|
24257
24423
|
"limits"?: Array<Models.FreeTrialLimit>;
|
|
24258
24424
|
}
|
|
@@ -24569,6 +24735,12 @@ declare namespace Models {
|
|
|
24569
24735
|
"selfUri"?: string;
|
|
24570
24736
|
}
|
|
24571
24737
|
|
|
24738
|
+
export interface GetAgentsWorkPlansRequest {
|
|
24739
|
+
"agentIds": Array<string>;
|
|
24740
|
+
"startDate": string;
|
|
24741
|
+
"weekCount": number;
|
|
24742
|
+
}
|
|
24743
|
+
|
|
24572
24744
|
export interface GetAlertQuery {
|
|
24573
24745
|
"ruleType": string;
|
|
24574
24746
|
"queryType": string;
|
|
@@ -24778,6 +24950,7 @@ declare namespace Models {
|
|
|
24778
24950
|
"visibility": string;
|
|
24779
24951
|
"rolesEnabled"?: boolean;
|
|
24780
24952
|
"includeOwners"?: boolean;
|
|
24953
|
+
"callsEnabled"?: boolean;
|
|
24781
24954
|
"owners"?: Array<Models.User>;
|
|
24782
24955
|
"selfUri"?: string;
|
|
24783
24956
|
}
|
|
@@ -24810,6 +24983,7 @@ declare namespace Models {
|
|
|
24810
24983
|
"visibility": string;
|
|
24811
24984
|
"rolesEnabled"?: boolean;
|
|
24812
24985
|
"includeOwners"?: boolean;
|
|
24986
|
+
"callsEnabled"?: boolean;
|
|
24813
24987
|
"ownerIds"?: Array<string>;
|
|
24814
24988
|
"selfUri"?: string;
|
|
24815
24989
|
}
|
|
@@ -24913,6 +25087,7 @@ declare namespace Models {
|
|
|
24913
25087
|
"visibility"?: string;
|
|
24914
25088
|
"rolesEnabled"?: boolean;
|
|
24915
25089
|
"includeOwners"?: boolean;
|
|
25090
|
+
"callsEnabled"?: boolean;
|
|
24916
25091
|
"ownerIds"?: Array<string>;
|
|
24917
25092
|
"selfUri"?: string;
|
|
24918
25093
|
}
|
|
@@ -25344,6 +25519,10 @@ declare namespace Models {
|
|
|
25344
25519
|
"selfUri"?: string;
|
|
25345
25520
|
}
|
|
25346
25521
|
|
|
25522
|
+
export interface IdentityResolutionQueueConfig {
|
|
25523
|
+
"callOnBehalfOfQueue"?: Models.IdentityResolutionConfig;
|
|
25524
|
+
}
|
|
25525
|
+
|
|
25347
25526
|
export interface IdleEventTrigger {
|
|
25348
25527
|
"eventName": string;
|
|
25349
25528
|
"idleAfterSeconds"?: number;
|
|
@@ -25903,6 +26082,7 @@ declare namespace Models {
|
|
|
25903
26082
|
export interface IntentDefinition {
|
|
25904
26083
|
"id"?: string;
|
|
25905
26084
|
"name": string;
|
|
26085
|
+
"description"?: string;
|
|
25906
26086
|
"entityTypeBindings"?: Array<Models.NamedEntityTypeBinding>;
|
|
25907
26087
|
"entityNameReferences"?: Array<string>;
|
|
25908
26088
|
"utterances": Array<Models.NluUtterance>;
|
|
@@ -26775,6 +26955,7 @@ declare namespace Models {
|
|
|
26775
26955
|
"interval"?: string;
|
|
26776
26956
|
"duration"?: string;
|
|
26777
26957
|
"elements": Array<Models.JourneyViewElement>;
|
|
26958
|
+
"charts"?: Array<Models.JourneyViewChart>;
|
|
26778
26959
|
"dateCreated"?: string;
|
|
26779
26960
|
"dateModified"?: string;
|
|
26780
26961
|
"selfUri"?: string;
|
|
@@ -30642,6 +30823,7 @@ declare namespace Models {
|
|
|
30642
30823
|
"firstName"?: string;
|
|
30643
30824
|
"lastName"?: string;
|
|
30644
30825
|
"email"?: string;
|
|
30826
|
+
"externalContactId"?: string;
|
|
30645
30827
|
"additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
|
|
30646
30828
|
}
|
|
30647
30829
|
|
|
@@ -31080,6 +31262,12 @@ declare namespace Models {
|
|
|
31080
31262
|
"agentOnQueueTimes": Array<Models.AgentQueueTimeRequest>;
|
|
31081
31263
|
}
|
|
31082
31264
|
|
|
31265
|
+
export interface MuAgentsWorkPlansResult {
|
|
31266
|
+
"entities"?: Array<Models.AgentWorkPlans>;
|
|
31267
|
+
"referenceStartWeekDate": string;
|
|
31268
|
+
"workPlanLookup": { [key: string]: Models.WorkPlanReference; };
|
|
31269
|
+
}
|
|
31270
|
+
|
|
31083
31271
|
export interface MuRescheduleResultWrapper {
|
|
31084
31272
|
"agentSchedules"?: Array<Models.BuAgentScheduleRescheduleResponse>;
|
|
31085
31273
|
}
|
|
@@ -31143,6 +31331,7 @@ declare namespace Models {
|
|
|
31143
31331
|
}
|
|
31144
31332
|
|
|
31145
31333
|
export interface NamespaceDocs {
|
|
31334
|
+
"name"?: string;
|
|
31146
31335
|
"friendlyName"?: string;
|
|
31147
31336
|
"limits"?: Array<Models.LimitDocs>;
|
|
31148
31337
|
}
|
|
@@ -31321,6 +31510,7 @@ declare namespace Models {
|
|
|
31321
31510
|
|
|
31322
31511
|
export interface NluUtterance {
|
|
31323
31512
|
"id"?: string;
|
|
31513
|
+
"source"?: string;
|
|
31324
31514
|
"segments": Array<Models.NluUtteranceSegment>;
|
|
31325
31515
|
}
|
|
31326
31516
|
|
|
@@ -31853,6 +32043,7 @@ declare namespace Models {
|
|
|
31853
32043
|
"text"?: string;
|
|
31854
32044
|
"content"?: Array<Models.OpenMessageContent>;
|
|
31855
32045
|
"metadata"?: { [key: string]: string; };
|
|
32046
|
+
"conversationId"?: string;
|
|
31856
32047
|
}
|
|
31857
32048
|
|
|
31858
32049
|
export interface OpenMessagingChannel {
|
|
@@ -32878,6 +33069,7 @@ declare namespace Models {
|
|
|
32878
33069
|
"userUri"?: string;
|
|
32879
33070
|
"userId"?: string;
|
|
32880
33071
|
"externalContactId"?: string;
|
|
33072
|
+
"externalContactInitialDivisionId"?: string;
|
|
32881
33073
|
"externalOrganizationId"?: string;
|
|
32882
33074
|
"queueId"?: string;
|
|
32883
33075
|
"groupId"?: string;
|
|
@@ -32933,6 +33125,7 @@ declare namespace Models {
|
|
|
32933
33125
|
"userUri"?: string;
|
|
32934
33126
|
"userId"?: string;
|
|
32935
33127
|
"externalContactId"?: string;
|
|
33128
|
+
"externalContactInitialDivisionId"?: string;
|
|
32936
33129
|
"externalOrganizationId"?: string;
|
|
32937
33130
|
"queueId"?: string;
|
|
32938
33131
|
"groupId"?: string;
|
|
@@ -34543,6 +34736,7 @@ declare namespace Models {
|
|
|
34543
34736
|
"contextId"?: string;
|
|
34544
34737
|
"details"?: Array<Models.QueueConversationCallEventTopicDetail>;
|
|
34545
34738
|
"errors"?: Array<Models.QueueConversationCallEventTopicErrorBody>;
|
|
34739
|
+
"limit"?: Models.QueueConversationCallEventTopicLimit;
|
|
34546
34740
|
}
|
|
34547
34741
|
|
|
34548
34742
|
export interface QueueConversationCallEventTopicFaxStatus {
|
|
@@ -34582,6 +34776,13 @@ declare namespace Models {
|
|
|
34582
34776
|
"type"?: string;
|
|
34583
34777
|
}
|
|
34584
34778
|
|
|
34779
|
+
export interface QueueConversationCallEventTopicLimit {
|
|
34780
|
+
"key"?: string;
|
|
34781
|
+
"namespace"?: string;
|
|
34782
|
+
"value"?: number;
|
|
34783
|
+
"documented"?: boolean;
|
|
34784
|
+
}
|
|
34785
|
+
|
|
34585
34786
|
export interface QueueConversationCallEventTopicQueueMediaSettings {
|
|
34586
34787
|
"alertingTimeoutSeconds"?: number;
|
|
34587
34788
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -34701,6 +34902,7 @@ declare namespace Models {
|
|
|
34701
34902
|
"contextId"?: string;
|
|
34702
34903
|
"details"?: Array<Models.QueueConversationCallbackEventTopicDetail>;
|
|
34703
34904
|
"errors"?: Array<Models.QueueConversationCallbackEventTopicErrorBody>;
|
|
34905
|
+
"limit"?: Models.QueueConversationCallbackEventTopicLimit;
|
|
34704
34906
|
}
|
|
34705
34907
|
|
|
34706
34908
|
export interface QueueConversationCallbackEventTopicJourneyAction {
|
|
@@ -34729,6 +34931,13 @@ declare namespace Models {
|
|
|
34729
34931
|
"type"?: string;
|
|
34730
34932
|
}
|
|
34731
34933
|
|
|
34934
|
+
export interface QueueConversationCallbackEventTopicLimit {
|
|
34935
|
+
"key"?: string;
|
|
34936
|
+
"namespace"?: string;
|
|
34937
|
+
"value"?: number;
|
|
34938
|
+
"documented"?: boolean;
|
|
34939
|
+
}
|
|
34940
|
+
|
|
34732
34941
|
export interface QueueConversationCallbackEventTopicPhoneNumberColumn {
|
|
34733
34942
|
"columnName"?: string;
|
|
34734
34943
|
"type"?: string;
|
|
@@ -34843,6 +35052,7 @@ declare namespace Models {
|
|
|
34843
35052
|
"contextId"?: string;
|
|
34844
35053
|
"details"?: Array<Models.QueueConversationChatEventTopicDetail>;
|
|
34845
35054
|
"errors"?: Array<Models.QueueConversationChatEventTopicErrorBody>;
|
|
35055
|
+
"limit"?: Models.QueueConversationChatEventTopicLimit;
|
|
34846
35056
|
}
|
|
34847
35057
|
|
|
34848
35058
|
export interface QueueConversationChatEventTopicJourneyAction {
|
|
@@ -34871,6 +35081,13 @@ declare namespace Models {
|
|
|
34871
35081
|
"type"?: string;
|
|
34872
35082
|
}
|
|
34873
35083
|
|
|
35084
|
+
export interface QueueConversationChatEventTopicLimit {
|
|
35085
|
+
"key"?: string;
|
|
35086
|
+
"namespace"?: string;
|
|
35087
|
+
"value"?: number;
|
|
35088
|
+
"documented"?: boolean;
|
|
35089
|
+
}
|
|
35090
|
+
|
|
34874
35091
|
export interface QueueConversationChatEventTopicQueueMediaSettings {
|
|
34875
35092
|
"alertingTimeoutSeconds"?: number;
|
|
34876
35093
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -34978,6 +35195,7 @@ declare namespace Models {
|
|
|
34978
35195
|
"contextId"?: string;
|
|
34979
35196
|
"details"?: Array<Models.QueueConversationCobrowseEventTopicDetail>;
|
|
34980
35197
|
"errors"?: Array<Models.QueueConversationCobrowseEventTopicErrorBody>;
|
|
35198
|
+
"limit"?: Models.QueueConversationCobrowseEventTopicLimit;
|
|
34981
35199
|
}
|
|
34982
35200
|
|
|
34983
35201
|
export interface QueueConversationCobrowseEventTopicJourneyAction {
|
|
@@ -35006,6 +35224,13 @@ declare namespace Models {
|
|
|
35006
35224
|
"type"?: string;
|
|
35007
35225
|
}
|
|
35008
35226
|
|
|
35227
|
+
export interface QueueConversationCobrowseEventTopicLimit {
|
|
35228
|
+
"key"?: string;
|
|
35229
|
+
"namespace"?: string;
|
|
35230
|
+
"value"?: number;
|
|
35231
|
+
"documented"?: boolean;
|
|
35232
|
+
}
|
|
35233
|
+
|
|
35009
35234
|
export interface QueueConversationCobrowseEventTopicQueueMediaSettings {
|
|
35010
35235
|
"alertingTimeoutSeconds"?: number;
|
|
35011
35236
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -35122,6 +35347,7 @@ declare namespace Models {
|
|
|
35122
35347
|
"contextId"?: string;
|
|
35123
35348
|
"details"?: Array<Models.QueueConversationEmailEventTopicDetail>;
|
|
35124
35349
|
"errors"?: Array<Models.QueueConversationEmailEventTopicErrorBody>;
|
|
35350
|
+
"limit"?: Models.QueueConversationEmailEventTopicLimit;
|
|
35125
35351
|
}
|
|
35126
35352
|
|
|
35127
35353
|
export interface QueueConversationEmailEventTopicJourneyAction {
|
|
@@ -35150,6 +35376,13 @@ declare namespace Models {
|
|
|
35150
35376
|
"type"?: string;
|
|
35151
35377
|
}
|
|
35152
35378
|
|
|
35379
|
+
export interface QueueConversationEmailEventTopicLimit {
|
|
35380
|
+
"key"?: string;
|
|
35381
|
+
"namespace"?: string;
|
|
35382
|
+
"value"?: number;
|
|
35383
|
+
"documented"?: boolean;
|
|
35384
|
+
}
|
|
35385
|
+
|
|
35153
35386
|
export interface QueueConversationEmailEventTopicQueueMediaSettings {
|
|
35154
35387
|
"alertingTimeoutSeconds"?: number;
|
|
35155
35388
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -35396,6 +35629,27 @@ declare namespace Models {
|
|
|
35396
35629
|
"userId"?: string;
|
|
35397
35630
|
}
|
|
35398
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
|
+
|
|
35399
35653
|
export interface QueueConversationEventTopicJourneyAction {
|
|
35400
35654
|
"id"?: string;
|
|
35401
35655
|
"actionMap"?: Models.QueueConversationEventTopicJourneyActionMap;
|
|
@@ -35461,6 +35715,7 @@ declare namespace Models {
|
|
|
35461
35715
|
"errorInfo"?: Models.QueueConversationEventTopicErrorDetails;
|
|
35462
35716
|
"stickers"?: Array<Models.QueueConversationEventTopicMessageSticker>;
|
|
35463
35717
|
"messageMetadata"?: Models.QueueConversationEventTopicMessageMetadata;
|
|
35718
|
+
"socialVisibility"?: string;
|
|
35464
35719
|
}
|
|
35465
35720
|
|
|
35466
35721
|
export interface QueueConversationEventTopicMessageMedia {
|
|
@@ -35536,6 +35791,7 @@ declare namespace Models {
|
|
|
35536
35791
|
"cobrowsesessions"?: Array<Models.QueueConversationEventTopicCobrowse>;
|
|
35537
35792
|
"emails"?: Array<Models.QueueConversationEventTopicEmail>;
|
|
35538
35793
|
"messages"?: Array<Models.QueueConversationEventTopicMessage>;
|
|
35794
|
+
"internalMessages"?: Array<Models.QueueConversationEventTopicInternalMessage>;
|
|
35539
35795
|
"screenshares"?: Array<Models.QueueConversationEventTopicScreenshare>;
|
|
35540
35796
|
"socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
|
|
35541
35797
|
"videos"?: Array<Models.QueueConversationEventTopicVideo>;
|
|
@@ -35682,6 +35938,7 @@ declare namespace Models {
|
|
|
35682
35938
|
"contextId"?: string;
|
|
35683
35939
|
"details"?: Array<Models.QueueConversationMessageEventTopicDetail>;
|
|
35684
35940
|
"errors"?: Array<Models.QueueConversationMessageEventTopicErrorBody>;
|
|
35941
|
+
"limit"?: Models.QueueConversationMessageEventTopicLimit;
|
|
35685
35942
|
}
|
|
35686
35943
|
|
|
35687
35944
|
export interface QueueConversationMessageEventTopicErrorDetails {
|
|
@@ -35720,6 +35977,13 @@ declare namespace Models {
|
|
|
35720
35977
|
"type"?: string;
|
|
35721
35978
|
}
|
|
35722
35979
|
|
|
35980
|
+
export interface QueueConversationMessageEventTopicLimit {
|
|
35981
|
+
"key"?: string;
|
|
35982
|
+
"namespace"?: string;
|
|
35983
|
+
"value"?: number;
|
|
35984
|
+
"documented"?: boolean;
|
|
35985
|
+
}
|
|
35986
|
+
|
|
35723
35987
|
export interface QueueConversationMessageEventTopicMessageConversation {
|
|
35724
35988
|
"id"?: string;
|
|
35725
35989
|
"name"?: string;
|
|
@@ -35738,6 +36002,7 @@ declare namespace Models {
|
|
|
35738
36002
|
"stickers"?: Array<Models.QueueConversationMessageEventTopicMessageSticker>;
|
|
35739
36003
|
"errorInfo"?: Models.QueueConversationMessageEventTopicErrorDetails;
|
|
35740
36004
|
"messageMetadata"?: Models.QueueConversationMessageEventTopicMessageMetadata;
|
|
36005
|
+
"socialVisibility"?: string;
|
|
35741
36006
|
}
|
|
35742
36007
|
|
|
35743
36008
|
export interface QueueConversationMessageEventTopicMessageMedia {
|
|
@@ -35868,6 +36133,7 @@ declare namespace Models {
|
|
|
35868
36133
|
"contextId"?: string;
|
|
35869
36134
|
"details"?: Array<Models.QueueConversationScreenShareEventTopicDetail>;
|
|
35870
36135
|
"errors"?: Array<Models.QueueConversationScreenShareEventTopicErrorBody>;
|
|
36136
|
+
"limit"?: Models.QueueConversationScreenShareEventTopicLimit;
|
|
35871
36137
|
}
|
|
35872
36138
|
|
|
35873
36139
|
export interface QueueConversationScreenShareEventTopicJourneyAction {
|
|
@@ -35896,6 +36162,13 @@ declare namespace Models {
|
|
|
35896
36162
|
"type"?: string;
|
|
35897
36163
|
}
|
|
35898
36164
|
|
|
36165
|
+
export interface QueueConversationScreenShareEventTopicLimit {
|
|
36166
|
+
"key"?: string;
|
|
36167
|
+
"namespace"?: string;
|
|
36168
|
+
"value"?: number;
|
|
36169
|
+
"documented"?: boolean;
|
|
36170
|
+
}
|
|
36171
|
+
|
|
35899
36172
|
export interface QueueConversationScreenShareEventTopicQueueMediaSettings {
|
|
35900
36173
|
"alertingTimeoutSeconds"?: number;
|
|
35901
36174
|
"autoAnswerAlertToneSeconds"?: number;
|
|
@@ -36196,6 +36469,27 @@ declare namespace Models {
|
|
|
36196
36469
|
"userId"?: string;
|
|
36197
36470
|
}
|
|
36198
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
|
+
|
|
36199
36493
|
export interface QueueConversationSocialExpressionEventTopicJourneyAction {
|
|
36200
36494
|
"id"?: string;
|
|
36201
36495
|
"actionMap"?: Models.QueueConversationSocialExpressionEventTopicJourneyActionMap;
|
|
@@ -36261,6 +36555,7 @@ declare namespace Models {
|
|
|
36261
36555
|
"errorInfo"?: Models.QueueConversationSocialExpressionEventTopicErrorDetails;
|
|
36262
36556
|
"stickers"?: Array<Models.QueueConversationSocialExpressionEventTopicMessageSticker>;
|
|
36263
36557
|
"messageMetadata"?: Models.QueueConversationSocialExpressionEventTopicMessageMetadata;
|
|
36558
|
+
"socialVisibility"?: string;
|
|
36264
36559
|
}
|
|
36265
36560
|
|
|
36266
36561
|
export interface QueueConversationSocialExpressionEventTopicMessageMedia {
|
|
@@ -36336,6 +36631,7 @@ declare namespace Models {
|
|
|
36336
36631
|
"cobrowsesessions"?: Array<Models.QueueConversationSocialExpressionEventTopicCobrowse>;
|
|
36337
36632
|
"emails"?: Array<Models.QueueConversationSocialExpressionEventTopicEmail>;
|
|
36338
36633
|
"messages"?: Array<Models.QueueConversationSocialExpressionEventTopicMessage>;
|
|
36634
|
+
"internalMessages"?: Array<Models.QueueConversationSocialExpressionEventTopicInternalMessage>;
|
|
36339
36635
|
"screenshares"?: Array<Models.QueueConversationSocialExpressionEventTopicScreenshare>;
|
|
36340
36636
|
"socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
|
|
36341
36637
|
"videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
|
|
@@ -36677,6 +36973,27 @@ declare namespace Models {
|
|
|
36677
36973
|
"userId"?: string;
|
|
36678
36974
|
}
|
|
36679
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
|
+
|
|
36680
36997
|
export interface QueueConversationVideoEventTopicJourneyAction {
|
|
36681
36998
|
"id"?: string;
|
|
36682
36999
|
"actionMap"?: Models.QueueConversationVideoEventTopicJourneyActionMap;
|
|
@@ -36742,6 +37059,7 @@ declare namespace Models {
|
|
|
36742
37059
|
"errorInfo"?: Models.QueueConversationVideoEventTopicErrorDetails;
|
|
36743
37060
|
"stickers"?: Array<Models.QueueConversationVideoEventTopicMessageSticker>;
|
|
36744
37061
|
"messageMetadata"?: Models.QueueConversationVideoEventTopicMessageMetadata;
|
|
37062
|
+
"socialVisibility"?: string;
|
|
36745
37063
|
}
|
|
36746
37064
|
|
|
36747
37065
|
export interface QueueConversationVideoEventTopicMessageMedia {
|
|
@@ -36817,6 +37135,7 @@ declare namespace Models {
|
|
|
36817
37135
|
"cobrowsesessions"?: Array<Models.QueueConversationVideoEventTopicCobrowse>;
|
|
36818
37136
|
"emails"?: Array<Models.QueueConversationVideoEventTopicEmail>;
|
|
36819
37137
|
"messages"?: Array<Models.QueueConversationVideoEventTopicMessage>;
|
|
37138
|
+
"internalMessages"?: Array<Models.QueueConversationVideoEventTopicInternalMessage>;
|
|
36820
37139
|
"screenshares"?: Array<Models.QueueConversationVideoEventTopicScreenshare>;
|
|
36821
37140
|
"socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
|
|
36822
37141
|
"videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
|
|
@@ -40190,6 +40509,11 @@ declare namespace Models {
|
|
|
40190
40509
|
"value"?: string;
|
|
40191
40510
|
}
|
|
40192
40511
|
|
|
40512
|
+
export interface SocialKeyword {
|
|
40513
|
+
"includes"?: Array<string>;
|
|
40514
|
+
"excludes"?: Array<string>;
|
|
40515
|
+
}
|
|
40516
|
+
|
|
40193
40517
|
export interface SortItem {
|
|
40194
40518
|
"name"?: string;
|
|
40195
40519
|
"ascending"?: boolean;
|
|
@@ -42484,6 +42808,7 @@ declare namespace Models {
|
|
|
42484
42808
|
"visibility": string;
|
|
42485
42809
|
"rolesEnabled"?: boolean;
|
|
42486
42810
|
"includeOwners"?: boolean;
|
|
42811
|
+
"callsEnabled"?: boolean;
|
|
42487
42812
|
"owners"?: Array<Models.User>;
|
|
42488
42813
|
"dateCreated"?: string;
|
|
42489
42814
|
"createdBy"?: Models.OrgUser;
|
|
@@ -42851,6 +43176,7 @@ declare namespace Models {
|
|
|
42851
43176
|
"i10n": { [key: string]: Models.UCI10n; };
|
|
42852
43177
|
"polledPresence": boolean;
|
|
42853
43178
|
"pollIntervalSec"?: number;
|
|
43179
|
+
"includeBadge"?: boolean;
|
|
42854
43180
|
"userPermissions": Array<string>;
|
|
42855
43181
|
"oauthScopes"?: Array<string>;
|
|
42856
43182
|
"selfUri"?: string;
|
|
@@ -43003,6 +43329,26 @@ declare namespace Models {
|
|
|
43003
43329
|
"userId": string;
|
|
43004
43330
|
}
|
|
43005
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
|
+
|
|
43006
43352
|
export interface UpdateMuAgentsRequest {
|
|
43007
43353
|
"entities"?: Array<Models.UpdateMuAgentRequest>;
|
|
43008
43354
|
}
|
|
@@ -43721,6 +44067,9 @@ declare namespace Models {
|
|
|
43721
44067
|
"selfUri"?: string;
|
|
43722
44068
|
}
|
|
43723
44069
|
|
|
44070
|
+
export interface UserNextActivityReminder {
|
|
44071
|
+
}
|
|
44072
|
+
|
|
43724
44073
|
export interface UserObservationDataContainer {
|
|
43725
44074
|
"group"?: { [key: string]: string; };
|
|
43726
44075
|
"data"?: Array<Models.ObservationMetricData>;
|
|
@@ -44658,6 +45007,22 @@ declare namespace Models {
|
|
|
44658
45007
|
"waitBetweenNotificationMs"?: number;
|
|
44659
45008
|
}
|
|
44660
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
|
+
|
|
44661
45026
|
export interface V2WemEngagementCelebrationUpdatesTopicEngagementCelebration {
|
|
44662
45027
|
"id"?: string;
|
|
44663
45028
|
"recipient"?: Models.V2WemEngagementCelebrationUpdatesTopicUserId;
|
|
@@ -45007,6 +45372,18 @@ declare namespace Models {
|
|
|
45007
45372
|
"dashboardType"?: string;
|
|
45008
45373
|
"dashboardAccessFilter"?: string;
|
|
45009
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>;
|
|
45010
45387
|
}
|
|
45011
45388
|
|
|
45012
45389
|
export interface VisibilityCondition {
|
|
@@ -45426,9 +45803,11 @@ declare namespace Models {
|
|
|
45426
45803
|
}
|
|
45427
45804
|
|
|
45428
45805
|
export interface WebDeploymentConfigurationVersionEntityListing {
|
|
45429
|
-
"total"?: number;
|
|
45430
45806
|
"entities"?: Array<Models.WebDeploymentConfigurationVersion>;
|
|
45807
|
+
"nextUri"?: string;
|
|
45431
45808
|
"selfUri"?: string;
|
|
45809
|
+
"previousUri"?: string;
|
|
45810
|
+
"total"?: number;
|
|
45432
45811
|
}
|
|
45433
45812
|
|
|
45434
45813
|
export interface WebDeploymentConfigurationVersionEntityRef {
|
|
@@ -46565,6 +46944,8 @@ declare namespace Models {
|
|
|
46565
46944
|
"error"?: string;
|
|
46566
46945
|
"active"?: boolean;
|
|
46567
46946
|
"type"?: string;
|
|
46947
|
+
"fileName"?: string;
|
|
46948
|
+
"fileSize"?: number;
|
|
46568
46949
|
}
|
|
46569
46950
|
|
|
46570
46951
|
export interface WfmHistoricalShrinkageCalculationsCompleteTopicHistoricalShrinkageCalculationsCompleteNotification {
|
|
@@ -47428,6 +47809,18 @@ declare namespace Models {
|
|
|
47428
47809
|
"workPlan": Models.WorkPlanReference;
|
|
47429
47810
|
}
|
|
47430
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
|
+
|
|
47431
47824
|
export interface WorkPlanPatternRequest {
|
|
47432
47825
|
"workPlanIds": Array<string>;
|
|
47433
47826
|
}
|
|
@@ -47803,6 +48196,71 @@ declare namespace Models {
|
|
|
47803
48196
|
"id": string;
|
|
47804
48197
|
}
|
|
47805
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
|
+
|
|
47806
48264
|
export interface WorkitemPagedEntityListing {
|
|
47807
48265
|
"entities"?: Array<Models.Workitem>;
|
|
47808
48266
|
"pageSize"?: number;
|
|
@@ -47881,6 +48339,10 @@ declare namespace Models {
|
|
|
47881
48339
|
"selfUri"?: string;
|
|
47882
48340
|
}
|
|
47883
48341
|
|
|
48342
|
+
export interface WorkitemRuleAction {
|
|
48343
|
+
"type"?: string;
|
|
48344
|
+
}
|
|
48345
|
+
|
|
47884
48346
|
export interface WorkitemRuleSettings {
|
|
47885
48347
|
}
|
|
47886
48348
|
|