purecloud-platform-client-v2 251.2.0 → 252.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 +3 -3
- package/dist/node/purecloud-platform-client-v2.js +392 -125
- package/dist/web-amd/purecloud-platform-client-v2.js +392 -125
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +25682 -25547
- package/dist/web-cjs/purecloud-platform-client-v2.js +25682 -25547
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +312 -94
- package/package.json +2 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.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 +38 -2
- package/src/purecloud-platform-client-v2/api/AssistantCopilotVariationsApi.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/BackgroundAssistantApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CaseManagementApi.js +32 -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 +72 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.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 +32 -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/IntentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +49 -33
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +4 -2
- 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/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/SocialMediaApi.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 +2 -2
- 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 +83 -3
- package/src/purecloud-platform-client-v2/api/UsersRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1268,6 +1268,7 @@ declare class ArchitectApi {
|
|
|
1268
1268
|
postFlowsActionsRevert(flow: string, opts?: ArchitectApi.postFlowsActionsRevertOptions): Promise<Models.Flow>;
|
|
1269
1269
|
postFlowsActionsUnlock(flow: string, opts?: ArchitectApi.postFlowsActionsUnlockOptions): Promise<Models.Flow>;
|
|
1270
1270
|
postFlowsDatatableExportJobs(datatableId: string, opts?: ArchitectApi.postFlowsDatatableExportJobsOptions): Promise<Models.DataTableExportJob>;
|
|
1271
|
+
postFlowsDatatableImportCsvJobs(datatableId: string, body: Models.DataTableImportJob, opts?: ArchitectApi.postFlowsDatatableImportCsvJobsOptions): Promise<Models.DataTableImportJob>;
|
|
1271
1272
|
postFlowsDatatableImportJobs(datatableId: string, body: Models.DataTableImportJob, opts?: ArchitectApi.postFlowsDatatableImportJobsOptions): Promise<Models.DataTableImportJob>;
|
|
1272
1273
|
postFlowsDatatableRows(datatableId: string, dataTableRow: object, opts?: ArchitectApi.postFlowsDatatableRowsOptions): Promise<{ [key: string]: object; }>;
|
|
1273
1274
|
postFlowsDatatables(body: Models.DataTable, opts?: ArchitectApi.postFlowsDatatablesOptions): Promise<Models.DataTable>;
|
|
@@ -1921,6 +1922,9 @@ declare namespace ArchitectApi {
|
|
|
1921
1922
|
export interface postFlowsDatatableExportJobsOptions {
|
|
1922
1923
|
"customHeaders"?: Record<string, string>;
|
|
1923
1924
|
}
|
|
1925
|
+
export interface postFlowsDatatableImportCsvJobsOptions {
|
|
1926
|
+
"customHeaders"?: Record<string, string>;
|
|
1927
|
+
}
|
|
1924
1928
|
export interface postFlowsDatatableImportJobsOptions {
|
|
1925
1929
|
"customHeaders"?: Record<string, string>;
|
|
1926
1930
|
}
|
|
@@ -2651,6 +2655,7 @@ declare class CaseManagementApi {
|
|
|
2651
2655
|
postCasemanagementCaseplanPublish(caseplanId: string, opts?: CaseManagementApi.postCasemanagementCaseplanPublishOptions): Promise<Models.Caseplan>;
|
|
2652
2656
|
postCasemanagementCaseplanVersions(caseplanId: string, opts?: CaseManagementApi.postCasemanagementCaseplanVersionsOptions): Promise<Models.Caseplan>;
|
|
2653
2657
|
postCasemanagementCaseplans(body: Models.CaseplanCreate, opts?: CaseManagementApi.postCasemanagementCaseplansOptions): Promise<Models.CaseplanCreateResponse>;
|
|
2658
|
+
postCasemanagementCaseplansQuery(body: Models.CaseplanQueryRequest, opts?: CaseManagementApi.postCasemanagementCaseplansQueryOptions): Promise<Models.CaseplanQueryEntityListing>;
|
|
2654
2659
|
postCasemanagementCases(body: Models.CaseCreate, opts?: CaseManagementApi.postCasemanagementCasesOptions): Promise<Models.Case>;
|
|
2655
2660
|
postCasemanagementCasesAssociationsQuery(opts?: CaseManagementApi.postCasemanagementCasesAssociationsQueryOptions): Promise<Models.CaseAssociationQueryEntityListing>;
|
|
2656
2661
|
putCasemanagementCaseplanIntakesettings(caseplanId: string, body: Models.IntakeSettingsUpdate, opts?: CaseManagementApi.putCasemanagementCaseplanIntakesettingsOptions): Promise<Models.IntakeSettingsListing>;
|
|
@@ -2783,6 +2788,9 @@ declare namespace CaseManagementApi {
|
|
|
2783
2788
|
export interface postCasemanagementCaseplansOptions {
|
|
2784
2789
|
"customHeaders"?: Record<string, string>;
|
|
2785
2790
|
}
|
|
2791
|
+
export interface postCasemanagementCaseplansQueryOptions {
|
|
2792
|
+
"customHeaders"?: Record<string, string>;
|
|
2793
|
+
}
|
|
2786
2794
|
export interface postCasemanagementCasesOptions {
|
|
2787
2795
|
"customHeaders"?: Record<string, string>;
|
|
2788
2796
|
}
|
|
@@ -3304,6 +3312,7 @@ declare class ConversationsApi {
|
|
|
3304
3312
|
getAnalyticsConversationsDetailsJobResults(jobId: string, opts?: ConversationsApi.getAnalyticsConversationsDetailsJobResultsOptions): Promise<Models.AnalyticsConversationAsyncQueryResponse>;
|
|
3305
3313
|
getAnalyticsConversationsDetailsJobsAvailability(opts?: ConversationsApi.getAnalyticsConversationsDetailsJobsAvailabilityOptions): Promise<Models.DataAvailabilityResponse>;
|
|
3306
3314
|
getConversation(conversationId: string, opts?: ConversationsApi.getConversationOptions): Promise<Models.Conversation>;
|
|
3315
|
+
getConversationAssistantCopilotcontext(conversationId: string, opts?: ConversationsApi.getConversationAssistantCopilotcontextOptions): Promise<Models.CopilotContextValues>;
|
|
3307
3316
|
getConversationCommunicationAgentchecklist(conversationId: string, communicationId: string, agentChecklistId: string, opts?: ConversationsApi.getConversationCommunicationAgentchecklistOptions): Promise<Models.AgentChecklistResponse>;
|
|
3308
3317
|
getConversationCommunicationAgentchecklistJob(conversationId: string, communicationId: string, agentChecklistId: string, jobId: string, opts?: ConversationsApi.getConversationCommunicationAgentchecklistJobOptions): Promise<Models.ChecklistInferenceJobResponse>;
|
|
3309
3318
|
getConversationCommunicationAgentchecklists(conversationId: string, communicationId: string, opts?: ConversationsApi.getConversationCommunicationAgentchecklistsOptions): Promise<Models.AgentChecklistResponseList>;
|
|
@@ -3457,6 +3466,7 @@ declare class ConversationsApi {
|
|
|
3457
3466
|
patchConversationsMessageParticipant(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantOptions): Promise<void>;
|
|
3458
3467
|
patchConversationsMessageParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantAttributesOptions): Promise<Models.ParticipantAttributes>;
|
|
3459
3468
|
patchConversationsMessageParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest, opts?: ConversationsApi.patchConversationsMessageParticipantCommunicationOptions): Promise<object>;
|
|
3469
|
+
patchConversationsMessageParticipantParkingstate(conversationId: string, participantId: string, body: Models.ParkingStateRequest, opts?: ConversationsApi.patchConversationsMessageParticipantParkingstateOptions): Promise<void>;
|
|
3460
3470
|
patchConversationsMessagingIntegrationsAppleIntegrationId(integrationId: string, body: Models.AppleIntegrationUpdateRequest, opts?: ConversationsApi.patchConversationsMessagingIntegrationsAppleIntegrationIdOptions): Promise<Models.AppleIntegration>;
|
|
3461
3471
|
patchConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, body: Models.FacebookIntegrationUpdateRequest, opts?: ConversationsApi.patchConversationsMessagingIntegrationsFacebookIntegrationIdOptions): Promise<Models.FacebookIntegration>;
|
|
3462
3472
|
patchConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, body: Models.InstagramIntegrationUpdateRequest, opts?: ConversationsApi.patchConversationsMessagingIntegrationsInstagramIntegrationIdOptions): Promise<Models.InstagramIntegration>;
|
|
@@ -3689,6 +3699,9 @@ declare namespace ConversationsApi {
|
|
|
3689
3699
|
export interface getConversationOptions {
|
|
3690
3700
|
"customHeaders"?: Record<string, string>;
|
|
3691
3701
|
}
|
|
3702
|
+
export interface getConversationAssistantCopilotcontextOptions {
|
|
3703
|
+
"customHeaders"?: Record<string, string>;
|
|
3704
|
+
}
|
|
3692
3705
|
export interface getConversationCommunicationAgentchecklistOptions {
|
|
3693
3706
|
"customHeaders"?: Record<string, string>;
|
|
3694
3707
|
}
|
|
@@ -4248,6 +4261,9 @@ declare namespace ConversationsApi {
|
|
|
4248
4261
|
export interface patchConversationsMessageParticipantCommunicationOptions {
|
|
4249
4262
|
"customHeaders"?: Record<string, string>;
|
|
4250
4263
|
}
|
|
4264
|
+
export interface patchConversationsMessageParticipantParkingstateOptions {
|
|
4265
|
+
"customHeaders"?: Record<string, string>;
|
|
4266
|
+
}
|
|
4251
4267
|
export interface patchConversationsMessagingIntegrationsAppleIntegrationIdOptions {
|
|
4252
4268
|
"customHeaders"?: Record<string, string>;
|
|
4253
4269
|
}
|
|
@@ -4832,6 +4848,7 @@ declare namespace EmployeeEngagementApi {
|
|
|
4832
4848
|
declare class EventsApi {
|
|
4833
4849
|
constructor(apiClient?: ApiClientClass);
|
|
4834
4850
|
postEventsConversations(body: Models.BatchConversationEventRequest, opts?: EventsApi.postEventsConversationsOptions): Promise<Models.BatchEventResponse>;
|
|
4851
|
+
postEventsRoutingCustomkpiattributions(body: Models.BatchPredictiveRoutingCustomKpiAttributionEventRequest, opts?: EventsApi.postEventsRoutingCustomkpiattributionsOptions): Promise<Models.BatchEventResponse>;
|
|
4835
4852
|
postEventsUsersPresence(body: Models.BatchUserPresenceEventRequest, opts?: EventsApi.postEventsUsersPresenceOptions): Promise<Models.BatchEventResponse>;
|
|
4836
4853
|
postEventsUsersRoutingstatus(body: Models.BatchUserRoutingStatusEventRequest, opts?: EventsApi.postEventsUsersRoutingstatusOptions): Promise<Models.BatchEventResponse>;
|
|
4837
4854
|
}
|
|
@@ -4840,6 +4857,9 @@ declare namespace EventsApi {
|
|
|
4840
4857
|
export interface postEventsConversationsOptions {
|
|
4841
4858
|
"customHeaders"?: Record<string, string>;
|
|
4842
4859
|
}
|
|
4860
|
+
export interface postEventsRoutingCustomkpiattributionsOptions {
|
|
4861
|
+
"customHeaders"?: Record<string, string>;
|
|
4862
|
+
}
|
|
4843
4863
|
export interface postEventsUsersPresenceOptions {
|
|
4844
4864
|
"customHeaders"?: Record<string, string>;
|
|
4845
4865
|
}
|
|
@@ -7471,10 +7491,10 @@ declare class KnowledgeApi {
|
|
|
7471
7491
|
getKnowledgeKnowledgebases(opts?: KnowledgeApi.getKnowledgeKnowledgebasesOptions): Promise<Models.KnowledgeBaseListing>;
|
|
7472
7492
|
getKnowledgeSetting(knowledgeSettingId: string, opts?: KnowledgeApi.getKnowledgeSettingOptions): Promise<Models.KnowledgeSettingsResponse>;
|
|
7473
7493
|
getKnowledgeSettings(opts?: KnowledgeApi.getKnowledgeSettingsOptions): Promise<Models.KnowledgeSettingListing>;
|
|
7474
|
-
getKnowledgeSource(sourceId: string, opts?: KnowledgeApi.getKnowledgeSourceOptions): Promise<Models.
|
|
7494
|
+
getKnowledgeSource(sourceId: string, opts?: KnowledgeApi.getKnowledgeSourceOptions): Promise<Models.V3SourceExpandableResponse>;
|
|
7475
7495
|
getKnowledgeSourceSynchronization(sourceId: string, synchronizationId: string, opts?: KnowledgeApi.getKnowledgeSourceSynchronizationOptions): Promise<Models.V3Synchronization>;
|
|
7476
7496
|
getKnowledgeSourceSynchronizations(sourceId: string, opts?: KnowledgeApi.getKnowledgeSourceSynchronizationsOptions): Promise<Models.V3SynchronizationListing>;
|
|
7477
|
-
getKnowledgeSources(opts?: KnowledgeApi.getKnowledgeSourcesOptions): Promise<Models.
|
|
7497
|
+
getKnowledgeSources(opts?: KnowledgeApi.getKnowledgeSourcesOptions): Promise<Models.V3SourceExpandableListing>;
|
|
7478
7498
|
getKnowledgeSourcesSynchronizations(opts?: KnowledgeApi.getKnowledgeSourcesSynchronizationsOptions): Promise<Models.V3SynchronizationListing>;
|
|
7479
7499
|
patchKnowledgeConnection(connectionId: string, opts?: KnowledgeApi.patchKnowledgeConnectionOptions): Promise<Models.ConnectionResponse>;
|
|
7480
7500
|
patchKnowledgeGuestSessionDocumentsSearchSearchId(sessionId: string, searchId: string, body: Models.SearchUpdateRequest, opts?: KnowledgeApi.patchKnowledgeGuestSessionDocumentsSearchSearchIdOptions): Promise<void>;
|
|
@@ -7586,6 +7606,8 @@ declare namespace KnowledgeApi {
|
|
|
7586
7606
|
"customHeaders"?: Record<string, string>;
|
|
7587
7607
|
}
|
|
7588
7608
|
export interface getKnowledgeConnectionOptionsOptions {
|
|
7609
|
+
"after"?: string;
|
|
7610
|
+
"pageSize"?: string;
|
|
7589
7611
|
"parentId"?: string;
|
|
7590
7612
|
"customHeaders"?: Record<string, string>;
|
|
7591
7613
|
}
|
|
@@ -14569,6 +14591,7 @@ declare class UsersApi {
|
|
|
14569
14591
|
deleteUserStationDefaultstation(userId: string, opts?: UsersApi.deleteUserStationDefaultstationOptions): Promise<void>;
|
|
14570
14592
|
deleteUserVerifier(userId: string, verifierId: string, opts?: UsersApi.deleteUserVerifierOptions): Promise<void>;
|
|
14571
14593
|
deleteUsersCustomattributesSchema(schemaId: string, opts?: UsersApi.deleteUsersCustomattributesSchemaOptions): Promise<void>;
|
|
14594
|
+
deleteUsersStationsMeAssociatedstation(opts?: UsersApi.deleteUsersStationsMeAssociatedstationOptions): Promise<void>;
|
|
14572
14595
|
getAnalyticsUsersAggregatesJob(jobId: string, opts?: UsersApi.getAnalyticsUsersAggregatesJobOptions): Promise<Models.AsyncQueryStatus>;
|
|
14573
14596
|
getAnalyticsUsersAggregatesJobResults(jobId: string, opts?: UsersApi.getAnalyticsUsersAggregatesJobResultsOptions): Promise<Models.UserAsyncAggregateQueryResponse>;
|
|
14574
14597
|
getAnalyticsUsersDetailsJob(jobId: string, opts?: UsersApi.getAnalyticsUsersDetailsJobOptions): Promise<Models.AsyncQueryStatus>;
|
|
@@ -14624,6 +14647,7 @@ declare class UsersApi {
|
|
|
14624
14647
|
getUsersMe(opts?: UsersApi.getUsersMeOptions): Promise<Models.UserMe>;
|
|
14625
14648
|
getUsersQuery(opts?: UsersApi.getUsersQueryOptions): Promise<Models.UserCursorEntityListing>;
|
|
14626
14649
|
getUsersSearch(q64: string, opts?: UsersApi.getUsersSearchOptions): Promise<Models.UsersSearchResponse>;
|
|
14650
|
+
getUsersStationsMe(opts?: UsersApi.getUsersStationsMeOptions): Promise<Models.UserStations>;
|
|
14627
14651
|
patchUser(userId: string, body: Models.UpdateUser, opts?: UsersApi.patchUserOptions): Promise<Models.User>;
|
|
14628
14652
|
patchUserCallforwarding(userId: string, body: Models.CallForwarding, opts?: UsersApi.patchUserCallforwardingOptions): Promise<Models.CallForwarding>;
|
|
14629
14653
|
patchUserCustomattributes(userId: string, userCustomAttributes: Models.UserCustomAttributesUpdateRequest, opts?: UsersApi.patchUserCustomattributesOptions): Promise<Models.UserCustomAttributes>;
|
|
@@ -14674,6 +14698,7 @@ declare class UsersApi {
|
|
|
14674
14698
|
putUserStationDefaultstationStationId(userId: string, stationId: string, opts?: UsersApi.putUserStationDefaultstationStationIdOptions): Promise<void>;
|
|
14675
14699
|
putUserVerifier(userId: string, verifierId: string, body: Models.UpdateVerifierRequest, opts?: UsersApi.putUserVerifierOptions): Promise<Models.Verifier>;
|
|
14676
14700
|
putUsersCustomattributesSchema(schemaId: string, body: Models.DataSchema, opts?: UsersApi.putUsersCustomattributesSchemaOptions): Promise<Models.DataSchema>;
|
|
14701
|
+
putUsersStationsMeAssociatedstationStationId(stationId: string, opts?: UsersApi.putUsersStationsMeAssociatedstationStationIdOptions): Promise<void>;
|
|
14677
14702
|
}
|
|
14678
14703
|
|
|
14679
14704
|
declare namespace UsersApi {
|
|
@@ -14722,6 +14747,9 @@ declare namespace UsersApi {
|
|
|
14722
14747
|
export interface deleteUsersCustomattributesSchemaOptions {
|
|
14723
14748
|
"customHeaders"?: Record<string, string>;
|
|
14724
14749
|
}
|
|
14750
|
+
export interface deleteUsersStationsMeAssociatedstationOptions {
|
|
14751
|
+
"customHeaders"?: Record<string, string>;
|
|
14752
|
+
}
|
|
14725
14753
|
export interface getAnalyticsUsersAggregatesJobOptions {
|
|
14726
14754
|
"customHeaders"?: Record<string, string>;
|
|
14727
14755
|
}
|
|
@@ -14899,6 +14927,7 @@ declare namespace UsersApi {
|
|
|
14899
14927
|
export interface getUsersChatsMeOptions {
|
|
14900
14928
|
"excludeClosed"?: boolean;
|
|
14901
14929
|
"includePresence"?: boolean;
|
|
14930
|
+
"includeRoomOwners"?: boolean;
|
|
14902
14931
|
"after"?: string;
|
|
14903
14932
|
"customHeaders"?: Record<string, string>;
|
|
14904
14933
|
}
|
|
@@ -14980,6 +15009,9 @@ declare namespace UsersApi {
|
|
|
14980
15009
|
"integrationPresenceSource"?: string;
|
|
14981
15010
|
"customHeaders"?: Record<string, string>;
|
|
14982
15011
|
}
|
|
15012
|
+
export interface getUsersStationsMeOptions {
|
|
15013
|
+
"customHeaders"?: Record<string, string>;
|
|
15014
|
+
}
|
|
14983
15015
|
export interface patchUserOptions {
|
|
14984
15016
|
"customHeaders"?: Record<string, string>;
|
|
14985
15017
|
}
|
|
@@ -15137,6 +15169,9 @@ declare namespace UsersApi {
|
|
|
15137
15169
|
export interface putUsersCustomattributesSchemaOptions {
|
|
15138
15170
|
"customHeaders"?: Record<string, string>;
|
|
15139
15171
|
}
|
|
15172
|
+
export interface putUsersStationsMeAssociatedstationStationIdOptions {
|
|
15173
|
+
"customHeaders"?: Record<string, string>;
|
|
15174
|
+
}
|
|
15140
15175
|
}
|
|
15141
15176
|
|
|
15142
15177
|
declare class UsersRulesApi {
|
|
@@ -15638,7 +15673,7 @@ declare class WorkforceManagementApi {
|
|
|
15638
15673
|
getWorkforcemanagementBusinessunitActivitycode(businessUnitId: string, activityCodeId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitActivitycodeOptions): Promise<Models.BusinessUnitActivityCode>;
|
|
15639
15674
|
getWorkforcemanagementBusinessunitActivitycodes(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitActivitycodesOptions): Promise<Models.BusinessUnitActivityCodeListing>;
|
|
15640
15675
|
getWorkforcemanagementBusinessunitActivityplan(businessUnitId: string, activityPlanId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitActivityplanOptions): Promise<Models.ActivityPlanResponse>;
|
|
15641
|
-
getWorkforcemanagementBusinessunitActivityplanRunsJob(businessUnitId: string, activityPlanId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitActivityplanRunsJobOptions): Promise<Models.
|
|
15676
|
+
getWorkforcemanagementBusinessunitActivityplanRunsJob(businessUnitId: string, activityPlanId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitActivityplanRunsJobOptions): Promise<Models.ActivityPlanJobResponse>;
|
|
15642
15677
|
getWorkforcemanagementBusinessunitActivityplans(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitActivityplansOptions): Promise<Models.ActivityPlanListing>;
|
|
15643
15678
|
getWorkforcemanagementBusinessunitActivityplansJobs(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitActivityplansJobsOptions): Promise<Models.ActivityPlanJobListing>;
|
|
15644
15679
|
getWorkforcemanagementBusinessunitAlternativeshiftsSettings(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitAlternativeshiftsSettingsOptions): Promise<Models.AlternativeShiftBuSettingsResponse>;
|
|
@@ -15799,7 +15834,7 @@ declare class WorkforceManagementApi {
|
|
|
15799
15834
|
postWorkforcemanagementAlternativeshiftsOffersSearchJobs(body: Models.AlternativeShiftSearchOffersRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAlternativeshiftsOffersSearchJobsOptions): Promise<Models.AlternativeShiftAsyncResponse>;
|
|
15800
15835
|
postWorkforcemanagementAlternativeshiftsTrades(body: Models.CreateAlternativeShiftTradeRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAlternativeshiftsTradesOptions): Promise<Models.AlternativeShiftTradeResponse>;
|
|
15801
15836
|
postWorkforcemanagementBusinessunitActivitycodes(businessUnitId: string, body: Models.CreateActivityCodeRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitActivitycodesOptions): Promise<Models.BusinessUnitActivityCode>;
|
|
15802
|
-
postWorkforcemanagementBusinessunitActivityplanRunsJobs(businessUnitId: string, activityPlanId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitActivityplanRunsJobsOptions): Promise<Models.
|
|
15837
|
+
postWorkforcemanagementBusinessunitActivityplanRunsJobs(businessUnitId: string, activityPlanId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitActivityplanRunsJobsOptions): Promise<Models.ActivityPlanRunJobResponse>;
|
|
15803
15838
|
postWorkforcemanagementBusinessunitActivityplans(businessUnitId: string, body: Models.CreateActivityPlanRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitActivityplansOptions): Promise<Models.ActivityPlanResponse>;
|
|
15804
15839
|
postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(businessUnitId: string, body: Models.BuQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitAdherenceExplanationsQueryOptions): Promise<Models.BuQueryAdherenceExplanationsResponse>;
|
|
15805
15840
|
postWorkforcemanagementBusinessunitAgentschedulesSearch(businessUnitId: string, body: Models.BuSearchAgentSchedulesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitAgentschedulesSearchOptions): Promise<Models.BuAsyncAgentSchedulesSearchResponse>;
|
|
@@ -16908,6 +16943,7 @@ declare namespace Models {
|
|
|
16908
16943
|
"providerName"?: string;
|
|
16909
16944
|
"displayOnLogin"?: boolean;
|
|
16910
16945
|
"metadataURL"?: string;
|
|
16946
|
+
"forceAuthn"?: boolean;
|
|
16911
16947
|
"selfUri"?: string;
|
|
16912
16948
|
}
|
|
16913
16949
|
|
|
@@ -17195,12 +17231,12 @@ declare namespace Models {
|
|
|
17195
17231
|
"version"?: number;
|
|
17196
17232
|
"isActive"?: boolean;
|
|
17197
17233
|
"displayName": string;
|
|
17198
|
-
"triggerWithSegments"
|
|
17234
|
+
"triggerWithSegments"?: Array<string>;
|
|
17199
17235
|
"triggerWithEventConditions"?: Array<Models.EventCondition>;
|
|
17200
17236
|
"triggerWithOutcomeProbabilityConditions"?: Array<Models.OutcomeProbabilityCondition>;
|
|
17201
17237
|
"triggerWithOutcomePercentileConditions"?: Array<Models.OutcomePercentileCondition>;
|
|
17202
17238
|
"triggerWithOutcomeQuantileConditions"?: Array<Models.OutcomeQuantileCondition>;
|
|
17203
|
-
"pageUrlConditions"
|
|
17239
|
+
"pageUrlConditions"?: Array<Models.UrlCondition>;
|
|
17204
17240
|
"activation"?: Models.Activation;
|
|
17205
17241
|
"weight"?: number;
|
|
17206
17242
|
"action"?: Models.ActionMapAction;
|
|
@@ -17362,7 +17398,7 @@ declare namespace Models {
|
|
|
17362
17398
|
}
|
|
17363
17399
|
|
|
17364
17400
|
export interface ActivityCode {
|
|
17365
|
-
"id"
|
|
17401
|
+
"id": string;
|
|
17366
17402
|
"selfUri"?: string;
|
|
17367
17403
|
"name"?: string;
|
|
17368
17404
|
"isActive"?: boolean;
|
|
@@ -17420,7 +17456,7 @@ declare namespace Models {
|
|
|
17420
17456
|
}
|
|
17421
17457
|
|
|
17422
17458
|
export interface ActivityPlanJobResponse {
|
|
17423
|
-
"id"
|
|
17459
|
+
"id": string;
|
|
17424
17460
|
"status": string;
|
|
17425
17461
|
"exceptions": Array<Models.ActivityPlanJobException>;
|
|
17426
17462
|
"error"?: Models.ErrorBody;
|
|
@@ -17454,18 +17490,18 @@ declare namespace Models {
|
|
|
17454
17490
|
}
|
|
17455
17491
|
|
|
17456
17492
|
export interface ActivityPlanOccurrenceReference {
|
|
17457
|
-
"id"
|
|
17493
|
+
"id": string;
|
|
17458
17494
|
"selfUri"?: string;
|
|
17459
17495
|
}
|
|
17460
17496
|
|
|
17461
17497
|
export interface ActivityPlanOccurrenceSessionsUsersStructureReference {
|
|
17462
|
-
"id"
|
|
17498
|
+
"id": string;
|
|
17463
17499
|
"sessions": Array<Models.ActivityPlanSessionStructureReference>;
|
|
17464
17500
|
"selfUri"?: string;
|
|
17465
17501
|
}
|
|
17466
17502
|
|
|
17467
17503
|
export interface ActivityPlanReference {
|
|
17468
|
-
"id"
|
|
17504
|
+
"id": string;
|
|
17469
17505
|
"selfUri"?: string;
|
|
17470
17506
|
}
|
|
17471
17507
|
|
|
@@ -17499,7 +17535,7 @@ declare namespace Models {
|
|
|
17499
17535
|
}
|
|
17500
17536
|
|
|
17501
17537
|
export interface ActivityPlanRunJobResponse {
|
|
17502
|
-
"id"
|
|
17538
|
+
"id": string;
|
|
17503
17539
|
"status": string;
|
|
17504
17540
|
"exceptions": Array<Models.ActivityPlanJobException>;
|
|
17505
17541
|
"error"?: Models.ErrorBody;
|
|
@@ -17518,13 +17554,13 @@ declare namespace Models {
|
|
|
17518
17554
|
}
|
|
17519
17555
|
|
|
17520
17556
|
export interface ActivityPlanSessionStructureReference {
|
|
17521
|
-
"id"
|
|
17557
|
+
"id": string;
|
|
17522
17558
|
"users"?: Array<Models.UserReference>;
|
|
17523
17559
|
"selfUri"?: string;
|
|
17524
17560
|
}
|
|
17525
17561
|
|
|
17526
17562
|
export interface ActivityPlanStructureWithOccurrenceSessionsUsersReference {
|
|
17527
|
-
"id"
|
|
17563
|
+
"id": string;
|
|
17528
17564
|
"occurrences": Array<Models.ActivityPlanOccurrenceSessionsUsersStructureReference>;
|
|
17529
17565
|
"selfUri"?: string;
|
|
17530
17566
|
}
|
|
@@ -17794,7 +17830,7 @@ declare namespace Models {
|
|
|
17794
17830
|
}
|
|
17795
17831
|
|
|
17796
17832
|
export interface AdminAgentWorkPlanPreferenceResponse {
|
|
17797
|
-
"id"
|
|
17833
|
+
"id": string;
|
|
17798
17834
|
"workPlans": Array<Models.WorkPlanReference>;
|
|
17799
17835
|
"agentWorkPlanBidPreferences": Array<Models.AdminAgentWorkPlanBiddingPreference>;
|
|
17800
17836
|
"selfUri"?: string;
|
|
@@ -18246,6 +18282,7 @@ declare namespace Models {
|
|
|
18246
18282
|
"enabled": boolean;
|
|
18247
18283
|
"published"?: boolean;
|
|
18248
18284
|
"evaluator"?: Models.AddressableEntityRef;
|
|
18285
|
+
"agentToScore"?: string;
|
|
18249
18286
|
"dateCreated"?: string;
|
|
18250
18287
|
"dateModified"?: string;
|
|
18251
18288
|
"selfUri"?: string;
|
|
@@ -19324,6 +19361,7 @@ declare namespace Models {
|
|
|
19324
19361
|
"searchQuery"?: string;
|
|
19325
19362
|
"attributes"?: { [key: string]: Models.CustomEventAttribute; };
|
|
19326
19363
|
"traits"?: { [key: string]: Models.CustomEventAttribute; };
|
|
19364
|
+
"externalId"?: string;
|
|
19327
19365
|
"customerCookieId": string;
|
|
19328
19366
|
"createdDate": string;
|
|
19329
19367
|
}
|
|
@@ -19345,6 +19383,7 @@ declare namespace Models {
|
|
|
19345
19383
|
"searchQuery"?: string;
|
|
19346
19384
|
"attributes": { [key: string]: Models.CustomEventAttribute; };
|
|
19347
19385
|
"traits": { [key: string]: Models.CustomEventAttribute; };
|
|
19386
|
+
"externalId"?: string;
|
|
19348
19387
|
"createdDate": string;
|
|
19349
19388
|
}
|
|
19350
19389
|
|
|
@@ -20645,6 +20684,10 @@ declare namespace Models {
|
|
|
20645
20684
|
"errors"?: Array<Models.EventError>;
|
|
20646
20685
|
}
|
|
20647
20686
|
|
|
20687
|
+
export interface BatchPredictiveRoutingCustomKpiAttributionEventRequest {
|
|
20688
|
+
"customKpiAttributionEvents"?: Array<Models.PredictiveRoutingCustomKpiAttributionEvent>;
|
|
20689
|
+
}
|
|
20690
|
+
|
|
20648
20691
|
export interface BatchUserPresenceEventRequest {
|
|
20649
20692
|
"userPresenceEvents"?: Array<Models.UserPresenceEvent>;
|
|
20650
20693
|
}
|
|
@@ -21265,7 +21308,7 @@ declare namespace Models {
|
|
|
21265
21308
|
}
|
|
21266
21309
|
|
|
21267
21310
|
export interface BuAlternativeShiftJobResponse {
|
|
21268
|
-
"id"
|
|
21311
|
+
"id": string;
|
|
21269
21312
|
"status": string;
|
|
21270
21313
|
"type": string;
|
|
21271
21314
|
"downloadUrl"?: string;
|
|
@@ -21634,7 +21677,7 @@ declare namespace Models {
|
|
|
21634
21677
|
}
|
|
21635
21678
|
|
|
21636
21679
|
export interface BuScheduleRun {
|
|
21637
|
-
"id"
|
|
21680
|
+
"id": string;
|
|
21638
21681
|
"schedulerRunId"?: string;
|
|
21639
21682
|
"intradayRescheduling"?: boolean;
|
|
21640
21683
|
"state"?: string;
|
|
@@ -21704,7 +21747,7 @@ declare namespace Models {
|
|
|
21704
21747
|
}
|
|
21705
21748
|
|
|
21706
21749
|
export interface BuShortTermForecast {
|
|
21707
|
-
"id"
|
|
21750
|
+
"id": string;
|
|
21708
21751
|
"weekDate"?: string;
|
|
21709
21752
|
"weekCount"?: number;
|
|
21710
21753
|
"creationMethod"?: string;
|
|
@@ -21723,7 +21766,7 @@ declare namespace Models {
|
|
|
21723
21766
|
}
|
|
21724
21767
|
|
|
21725
21768
|
export interface BuShortTermForecastListItem {
|
|
21726
|
-
"id"
|
|
21769
|
+
"id": string;
|
|
21727
21770
|
"weekDate"?: string;
|
|
21728
21771
|
"weekCount"?: number;
|
|
21729
21772
|
"creationMethod"?: string;
|
|
@@ -21767,12 +21810,12 @@ declare namespace Models {
|
|
|
21767
21810
|
}
|
|
21768
21811
|
|
|
21769
21812
|
export interface BuTimeOffLimitReference {
|
|
21770
|
-
"id"
|
|
21813
|
+
"id": string;
|
|
21771
21814
|
"selfUri"?: string;
|
|
21772
21815
|
}
|
|
21773
21816
|
|
|
21774
21817
|
export interface BuTimeOffLimitResponse {
|
|
21775
|
-
"id"
|
|
21818
|
+
"id": string;
|
|
21776
21819
|
"staffingGroup"?: Models.StaffingGroupReference;
|
|
21777
21820
|
"managementUnit"?: Models.ManagementUnitReference;
|
|
21778
21821
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
@@ -21780,7 +21823,7 @@ declare namespace Models {
|
|
|
21780
21823
|
}
|
|
21781
21824
|
|
|
21782
21825
|
export interface BuTimeOffLimitValueRange {
|
|
21783
|
-
"id"
|
|
21826
|
+
"id": string;
|
|
21784
21827
|
"timeOffLimit": Models.BuTimeOffLimitReference;
|
|
21785
21828
|
"startDate": string;
|
|
21786
21829
|
"granularity": string;
|
|
@@ -21802,7 +21845,7 @@ declare namespace Models {
|
|
|
21802
21845
|
}
|
|
21803
21846
|
|
|
21804
21847
|
export interface BuTimeOffPlanResponse {
|
|
21805
|
-
"id"
|
|
21848
|
+
"id": string;
|
|
21806
21849
|
"name": string;
|
|
21807
21850
|
"activityCodeIds": Array<string>;
|
|
21808
21851
|
"timeOffLimits"?: Array<Models.BuTimeOffLimitReference>;
|
|
@@ -23845,7 +23888,7 @@ declare namespace Models {
|
|
|
23845
23888
|
"description"?: string;
|
|
23846
23889
|
"defaultCaseOwnerId"?: string;
|
|
23847
23890
|
"divisionId": string;
|
|
23848
|
-
"dataSchemas"
|
|
23891
|
+
"dataSchemas"?: Array<Models.CaseplanDataSchema>;
|
|
23849
23892
|
"intakeSettings"?: Array<Models.IntakeSetting>;
|
|
23850
23893
|
}
|
|
23851
23894
|
|
|
@@ -23873,7 +23916,6 @@ declare namespace Models {
|
|
|
23873
23916
|
|
|
23874
23917
|
export interface CaseplanDataSchema {
|
|
23875
23918
|
"id": string;
|
|
23876
|
-
"version"?: number;
|
|
23877
23919
|
"selfUri"?: string;
|
|
23878
23920
|
}
|
|
23879
23921
|
|
|
@@ -23888,6 +23930,21 @@ declare namespace Models {
|
|
|
23888
23930
|
"previousUri"?: string;
|
|
23889
23931
|
}
|
|
23890
23932
|
|
|
23933
|
+
export interface CaseplanQueryEntityListing {
|
|
23934
|
+
"entities"?: Array<Models.Caseplan>;
|
|
23935
|
+
"nextUri"?: string;
|
|
23936
|
+
"selfUri"?: string;
|
|
23937
|
+
"previousUri"?: string;
|
|
23938
|
+
"after"?: string;
|
|
23939
|
+
}
|
|
23940
|
+
|
|
23941
|
+
export interface CaseplanQueryRequest {
|
|
23942
|
+
"name"?: string;
|
|
23943
|
+
"pageSize"?: number;
|
|
23944
|
+
"after"?: string;
|
|
23945
|
+
"divisionIds"?: Array<string>;
|
|
23946
|
+
}
|
|
23947
|
+
|
|
23891
23948
|
export interface CaseplanReference {
|
|
23892
23949
|
"id"?: string;
|
|
23893
23950
|
"name"?: string;
|
|
@@ -25190,6 +25247,9 @@ declare namespace Models {
|
|
|
25190
25247
|
|
|
25191
25248
|
export interface ConnectionOptionListing {
|
|
25192
25249
|
"entities"?: Array<Models.ConnectionOption>;
|
|
25250
|
+
"nextUri"?: string;
|
|
25251
|
+
"selfUri"?: string;
|
|
25252
|
+
"previousUri"?: string;
|
|
25193
25253
|
}
|
|
25194
25254
|
|
|
25195
25255
|
export interface ConnectionResponse {
|
|
@@ -25204,6 +25264,7 @@ declare namespace Models {
|
|
|
25204
25264
|
"dateModified"?: string;
|
|
25205
25265
|
"status"?: string;
|
|
25206
25266
|
"error"?: Models.ErrorBody;
|
|
25267
|
+
"dateExpiry"?: string;
|
|
25207
25268
|
"selfUri"?: string;
|
|
25208
25269
|
}
|
|
25209
25270
|
|
|
@@ -26476,6 +26537,7 @@ declare namespace Models {
|
|
|
26476
26537
|
"otherMediaUris"?: Array<string>;
|
|
26477
26538
|
"address"?: string;
|
|
26478
26539
|
"utilizationLabelId"?: string;
|
|
26540
|
+
"accessAttributes"?: Array<string>;
|
|
26479
26541
|
"inactivityTimeout"?: string;
|
|
26480
26542
|
"divisions"?: Array<Models.ConversationCallEventTopicConversationDivisionMembership>;
|
|
26481
26543
|
"recordingState"?: string;
|
|
@@ -26692,6 +26754,7 @@ declare namespace Models {
|
|
|
26692
26754
|
"otherMediaUris"?: Array<string>;
|
|
26693
26755
|
"address"?: string;
|
|
26694
26756
|
"utilizationLabelId"?: string;
|
|
26757
|
+
"accessAttributes"?: Array<string>;
|
|
26695
26758
|
"inactivityTimeout"?: string;
|
|
26696
26759
|
"divisions"?: Array<Models.ConversationCallbackEventTopicConversationDivisionMembership>;
|
|
26697
26760
|
}
|
|
@@ -26935,6 +26998,7 @@ declare namespace Models {
|
|
|
26935
26998
|
"otherMediaUris"?: Array<string>;
|
|
26936
26999
|
"address"?: string;
|
|
26937
27000
|
"utilizationLabelId"?: string;
|
|
27001
|
+
"accessAttributes"?: Array<string>;
|
|
26938
27002
|
"inactivityTimeout"?: string;
|
|
26939
27003
|
"divisions"?: Array<Models.ConversationChatEventTopicConversationDivisionMembership>;
|
|
26940
27004
|
}
|
|
@@ -27146,6 +27210,7 @@ declare namespace Models {
|
|
|
27146
27210
|
"otherMediaUris"?: Array<string>;
|
|
27147
27211
|
"address"?: string;
|
|
27148
27212
|
"utilizationLabelId"?: string;
|
|
27213
|
+
"accessAttributes"?: Array<string>;
|
|
27149
27214
|
"inactivityTimeout"?: string;
|
|
27150
27215
|
"divisions"?: Array<Models.ConversationCobrowseEventTopicConversationDivisionMembership>;
|
|
27151
27216
|
}
|
|
@@ -27427,6 +27492,13 @@ declare namespace Models {
|
|
|
27427
27492
|
"longitude"?: number;
|
|
27428
27493
|
}
|
|
27429
27494
|
|
|
27495
|
+
export interface ConversationContentNotificationResponse {
|
|
27496
|
+
"originatingMessageId": string;
|
|
27497
|
+
"referenceId"?: string;
|
|
27498
|
+
"notificationStatus": string;
|
|
27499
|
+
"notificationText"?: string;
|
|
27500
|
+
}
|
|
27501
|
+
|
|
27430
27502
|
export interface ConversationContentNotificationTemplate {
|
|
27431
27503
|
"id"?: string;
|
|
27432
27504
|
"language"?: string;
|
|
@@ -27669,6 +27741,7 @@ declare namespace Models {
|
|
|
27669
27741
|
"otherMediaUris"?: Array<string>;
|
|
27670
27742
|
"address"?: string;
|
|
27671
27743
|
"utilizationLabelId"?: string;
|
|
27744
|
+
"accessAttributes"?: Array<string>;
|
|
27672
27745
|
"inactivityTimeout"?: string;
|
|
27673
27746
|
"divisions"?: Array<Models.ConversationEmailEventTopicConversationDivisionMembership>;
|
|
27674
27747
|
}
|
|
@@ -27987,6 +28060,7 @@ declare namespace Models {
|
|
|
27987
28060
|
"address"?: string;
|
|
27988
28061
|
"externalTag"?: string;
|
|
27989
28062
|
"utilizationLabelId"?: string;
|
|
28063
|
+
"accessAttributes"?: Array<string>;
|
|
27990
28064
|
"securePause"?: boolean;
|
|
27991
28065
|
"inactivityTimeout"?: string;
|
|
27992
28066
|
"associatedConversation"?: Models.ConversationEventTopicDomainEntityRef;
|
|
@@ -28660,6 +28734,7 @@ declare namespace Models {
|
|
|
28660
28734
|
"paymentResponse"?: Models.ConversationContentPaymentResponse;
|
|
28661
28735
|
"push"?: Models.ConversationContentPush;
|
|
28662
28736
|
"form"?: Models.ConversationContentForm;
|
|
28737
|
+
"notificationResponse"?: Models.ConversationContentNotificationResponse;
|
|
28663
28738
|
}
|
|
28664
28739
|
|
|
28665
28740
|
export interface ConversationMessageEvent {
|
|
@@ -28765,6 +28840,7 @@ declare namespace Models {
|
|
|
28765
28840
|
"otherMediaUris"?: Array<string>;
|
|
28766
28841
|
"address"?: string;
|
|
28767
28842
|
"utilizationLabelId"?: string;
|
|
28843
|
+
"accessAttributes"?: Array<string>;
|
|
28768
28844
|
"inactivityTimeout"?: string;
|
|
28769
28845
|
"divisions"?: Array<Models.ConversationMessageEventTopicConversationDivisionMembership>;
|
|
28770
28846
|
}
|
|
@@ -29023,6 +29099,7 @@ declare namespace Models {
|
|
|
29023
29099
|
"selfServed"?: boolean;
|
|
29024
29100
|
"sessionDnis"?: string;
|
|
29025
29101
|
"sessionId"?: string;
|
|
29102
|
+
"skillExpressionId"?: string;
|
|
29026
29103
|
"stationId"?: string;
|
|
29027
29104
|
"teamId"?: string;
|
|
29028
29105
|
"usedRouting"?: string;
|
|
@@ -29367,6 +29444,7 @@ declare namespace Models {
|
|
|
29367
29444
|
"otherMediaUris"?: Array<string>;
|
|
29368
29445
|
"address"?: string;
|
|
29369
29446
|
"utilizationLabelId"?: string;
|
|
29447
|
+
"accessAttributes"?: Array<string>;
|
|
29370
29448
|
"inactivityTimeout"?: string;
|
|
29371
29449
|
"divisions"?: Array<Models.ConversationScreenShareEventTopicConversationDivisionMembership>;
|
|
29372
29450
|
}
|
|
@@ -29598,6 +29676,7 @@ declare namespace Models {
|
|
|
29598
29676
|
"otherMediaUris"?: Array<string>;
|
|
29599
29677
|
"address"?: string;
|
|
29600
29678
|
"utilizationLabelId"?: string;
|
|
29679
|
+
"accessAttributes"?: Array<string>;
|
|
29601
29680
|
"inactivityTimeout"?: string;
|
|
29602
29681
|
"divisions"?: Array<Models.ConversationSocialExpressionEventTopicConversationDivisionMembership>;
|
|
29603
29682
|
}
|
|
@@ -30046,6 +30125,7 @@ declare namespace Models {
|
|
|
30046
30125
|
"otherMediaUris"?: Array<string>;
|
|
30047
30126
|
"address"?: string;
|
|
30048
30127
|
"utilizationLabelId"?: string;
|
|
30128
|
+
"accessAttributes"?: Array<string>;
|
|
30049
30129
|
"inactivityTimeout"?: string;
|
|
30050
30130
|
"divisions"?: Array<Models.ConversationVideoEventTopicConversationDivisionMembership>;
|
|
30051
30131
|
}
|
|
@@ -30207,6 +30287,11 @@ declare namespace Models {
|
|
|
30207
30287
|
"values"?: Array<Models.CopilotContextValue>;
|
|
30208
30288
|
}
|
|
30209
30289
|
|
|
30290
|
+
export interface CopilotContextEntity {
|
|
30291
|
+
"assistant"?: Models.AddressableEntityRef;
|
|
30292
|
+
"contextValues"?: Array<Models.CopilotContextValueItem>;
|
|
30293
|
+
}
|
|
30294
|
+
|
|
30210
30295
|
export interface CopilotContextFilter {
|
|
30211
30296
|
"operator"?: string;
|
|
30212
30297
|
"values"?: Array<string>;
|
|
@@ -30219,6 +30304,15 @@ declare namespace Models {
|
|
|
30219
30304
|
"conversationAttributeProperties"?: Models.ConversationAttributeProperties;
|
|
30220
30305
|
}
|
|
30221
30306
|
|
|
30307
|
+
export interface CopilotContextValueItem {
|
|
30308
|
+
"name"?: string;
|
|
30309
|
+
"value"?: string;
|
|
30310
|
+
}
|
|
30311
|
+
|
|
30312
|
+
export interface CopilotContextValues {
|
|
30313
|
+
"entities"?: Array<Models.CopilotContextEntity>;
|
|
30314
|
+
}
|
|
30315
|
+
|
|
30222
30316
|
export interface CopilotFallbackAction {
|
|
30223
30317
|
"actionType": string;
|
|
30224
30318
|
"attributes"?: { [key: string]: string; };
|
|
@@ -30353,7 +30447,7 @@ declare namespace Models {
|
|
|
30353
30447
|
"notes"?: string;
|
|
30354
30448
|
"fullDayManagementUnitDates"?: Array<string>;
|
|
30355
30449
|
"partialDayStartDateTimes"?: Array<string>;
|
|
30356
|
-
"dailyDurationMinutes"
|
|
30450
|
+
"dailyDurationMinutes"?: number;
|
|
30357
30451
|
"durationMinutes"?: Array<number>;
|
|
30358
30452
|
"payableMinutes"?: Array<number>;
|
|
30359
30453
|
"paid"?: boolean;
|
|
@@ -30364,7 +30458,7 @@ declare namespace Models {
|
|
|
30364
30458
|
"notes"?: string;
|
|
30365
30459
|
"fullDayManagementUnitDates"?: Array<string>;
|
|
30366
30460
|
"partialDayStartDateTimes"?: Array<string>;
|
|
30367
|
-
"dailyDurationMinutes"
|
|
30461
|
+
"dailyDurationMinutes"?: number;
|
|
30368
30462
|
"durationMinutes"?: Array<number>;
|
|
30369
30463
|
"payableMinutes"?: Array<number>;
|
|
30370
30464
|
}
|
|
@@ -31379,6 +31473,7 @@ declare namespace Models {
|
|
|
31379
31473
|
"providerName"?: string;
|
|
31380
31474
|
"displayOnLogin"?: boolean;
|
|
31381
31475
|
"metadataURL"?: string;
|
|
31476
|
+
"forceAuthn"?: boolean;
|
|
31382
31477
|
"endpointCompression"?: boolean;
|
|
31383
31478
|
"selfUri"?: string;
|
|
31384
31479
|
}
|
|
@@ -31510,6 +31605,7 @@ declare namespace Models {
|
|
|
31510
31605
|
"providerName"?: string;
|
|
31511
31606
|
"displayOnLogin"?: boolean;
|
|
31512
31607
|
"metadataURL"?: string;
|
|
31608
|
+
"forceAuthn"?: boolean;
|
|
31513
31609
|
"selfUri"?: string;
|
|
31514
31610
|
}
|
|
31515
31611
|
|
|
@@ -32675,6 +32771,27 @@ declare namespace Models {
|
|
|
32675
32771
|
"name"?: string;
|
|
32676
32772
|
}
|
|
32677
32773
|
|
|
32774
|
+
export interface DialerCampaignSkillCombinationStatsEventCampaignSkillCombinationStats {
|
|
32775
|
+
"campaign"?: Models.DialerCampaignSkillCombinationStatsEventUriReference;
|
|
32776
|
+
"contactList"?: Models.DialerCampaignSkillCombinationStatsEventUriReference;
|
|
32777
|
+
"totalSkillCombinations"?: number;
|
|
32778
|
+
"totalRemainingContacts"?: number;
|
|
32779
|
+
"totalProcessedContacts"?: number;
|
|
32780
|
+
"skillCombinationDetails"?: Array<Models.DialerCampaignSkillCombinationStatsEventSkillCombinationDetailNotification>;
|
|
32781
|
+
}
|
|
32782
|
+
|
|
32783
|
+
export interface DialerCampaignSkillCombinationStatsEventSkillCombinationDetailNotification {
|
|
32784
|
+
"skillCombination"?: Array<string>;
|
|
32785
|
+
"totalCount"?: number;
|
|
32786
|
+
"processedCount"?: number;
|
|
32787
|
+
"completionPercentage"?: number;
|
|
32788
|
+
}
|
|
32789
|
+
|
|
32790
|
+
export interface DialerCampaignSkillCombinationStatsEventUriReference {
|
|
32791
|
+
"id"?: string;
|
|
32792
|
+
"name"?: string;
|
|
32793
|
+
}
|
|
32794
|
+
|
|
32678
32795
|
export interface DialerContact {
|
|
32679
32796
|
"id"?: string;
|
|
32680
32797
|
"name"?: string;
|
|
@@ -33217,6 +33334,7 @@ declare namespace Models {
|
|
|
33217
33334
|
"markContactAddressUncontactableActionSettings"?: object;
|
|
33218
33335
|
"setContentTemplateActionSettings"?: Models.SetContentTemplateActionSettings;
|
|
33219
33336
|
"setSmsPhoneNumberActionSettings"?: Models.SetSmsPhoneNumberActionSettings;
|
|
33337
|
+
"setWhatsAppIntegrationActionSettings"?: Models.SetWhatsAppIntegrationActionSettings;
|
|
33220
33338
|
}
|
|
33221
33339
|
|
|
33222
33340
|
export interface DigitalCondition {
|
|
@@ -36109,6 +36227,7 @@ declare namespace Models {
|
|
|
36109
36227
|
"answerOptions"?: Array<Models.AnswerOption>;
|
|
36110
36228
|
"multipleSelectOptionQuestions"?: Array<Models.EvaluationQuestion>;
|
|
36111
36229
|
"defaultAnswer"?: Models.DefaultAnswer;
|
|
36230
|
+
"automatedScoringFocus"?: string;
|
|
36112
36231
|
"isKill"?: boolean;
|
|
36113
36232
|
"isCritical"?: boolean;
|
|
36114
36233
|
}
|
|
@@ -38461,6 +38580,7 @@ declare namespace Models {
|
|
|
38461
38580
|
"selfServed"?: boolean;
|
|
38462
38581
|
"sessionDnis"?: string;
|
|
38463
38582
|
"sessionId"?: string;
|
|
38583
|
+
"skillExpressionId"?: string;
|
|
38464
38584
|
"startingLanguage"?: string;
|
|
38465
38585
|
"stationId"?: string;
|
|
38466
38586
|
"teamId"?: string;
|
|
@@ -39136,6 +39256,7 @@ declare namespace Models {
|
|
|
39136
39256
|
"providerName"?: string;
|
|
39137
39257
|
"displayOnLogin"?: boolean;
|
|
39138
39258
|
"metadataURL"?: string;
|
|
39259
|
+
"forceAuthn"?: boolean;
|
|
39139
39260
|
"selfUri"?: string;
|
|
39140
39261
|
}
|
|
39141
39262
|
|
|
@@ -39176,6 +39297,8 @@ declare namespace Models {
|
|
|
39176
39297
|
"dateStart"?: string;
|
|
39177
39298
|
"dateScheduleStart"?: string;
|
|
39178
39299
|
"activityCode"?: string;
|
|
39300
|
+
"activityColor"?: string;
|
|
39301
|
+
"activityName"?: string;
|
|
39179
39302
|
"points"?: number;
|
|
39180
39303
|
}
|
|
39181
39304
|
|
|
@@ -39296,6 +39419,7 @@ declare namespace Models {
|
|
|
39296
39419
|
"providerName"?: string;
|
|
39297
39420
|
"displayOnLogin"?: boolean;
|
|
39298
39421
|
"metadataURL"?: string;
|
|
39422
|
+
"forceAuthn"?: boolean;
|
|
39299
39423
|
"endpointCompression"?: boolean;
|
|
39300
39424
|
"selfUri"?: string;
|
|
39301
39425
|
}
|
|
@@ -40413,6 +40537,10 @@ declare namespace Models {
|
|
|
40413
40537
|
"selfUri"?: string;
|
|
40414
40538
|
}
|
|
40415
40539
|
|
|
40540
|
+
export interface Icon {
|
|
40541
|
+
"url"?: string;
|
|
40542
|
+
}
|
|
40543
|
+
|
|
40416
40544
|
export interface IdentifierClaimRequest {
|
|
40417
40545
|
"operation": string;
|
|
40418
40546
|
"identifier": Models.ContactIdentifier;
|
|
@@ -40436,6 +40564,7 @@ declare namespace Models {
|
|
|
40436
40564
|
"providerName"?: string;
|
|
40437
40565
|
"displayOnLogin"?: boolean;
|
|
40438
40566
|
"metadataURL"?: string;
|
|
40567
|
+
"forceAuthn"?: boolean;
|
|
40439
40568
|
"selfUri"?: string;
|
|
40440
40569
|
}
|
|
40441
40570
|
|
|
@@ -40461,6 +40590,7 @@ declare namespace Models {
|
|
|
40461
40590
|
|
|
40462
40591
|
export interface IdentityResolutionAutomergeConfig {
|
|
40463
40592
|
"authenticatedWebMessaging"?: boolean;
|
|
40593
|
+
"webTracking"?: boolean;
|
|
40464
40594
|
}
|
|
40465
40595
|
|
|
40466
40596
|
export interface IdentityResolutionExternalSource {
|
|
@@ -42138,10 +42268,10 @@ declare namespace Models {
|
|
|
42138
42268
|
"displayName": string;
|
|
42139
42269
|
"version"?: number;
|
|
42140
42270
|
"description"?: string;
|
|
42141
|
-
"color"
|
|
42271
|
+
"color"?: string;
|
|
42142
42272
|
"shouldDisplayToAgent"?: boolean;
|
|
42143
|
-
"context"
|
|
42144
|
-
"journey"
|
|
42273
|
+
"context"?: Models.RequestContext;
|
|
42274
|
+
"journey"?: Models.RequestJourney;
|
|
42145
42275
|
"externalSegment"?: Models.RequestExternalSegment;
|
|
42146
42276
|
"assignmentExpirationDays"?: number;
|
|
42147
42277
|
}
|
|
@@ -44021,6 +44151,7 @@ declare namespace Models {
|
|
|
44021
44151
|
"text"?: string;
|
|
44022
44152
|
"fileName"?: string;
|
|
44023
44153
|
"url"?: string;
|
|
44154
|
+
"usedForGeneration"?: boolean;
|
|
44024
44155
|
}
|
|
44025
44156
|
|
|
44026
44157
|
export interface KnowledgeSearchClientApplication {
|
|
@@ -44322,6 +44453,7 @@ declare namespace Models {
|
|
|
44322
44453
|
export interface LastAttemptByColumnConditionSettings {
|
|
44323
44454
|
"emailColumnName"?: string;
|
|
44324
44455
|
"smsColumnName"?: string;
|
|
44456
|
+
"whatsAppColumnName"?: string;
|
|
44325
44457
|
"operator": string;
|
|
44326
44458
|
"value": string;
|
|
44327
44459
|
}
|
|
@@ -44337,11 +44469,14 @@ declare namespace Models {
|
|
|
44337
44469
|
"emailWrapupCodes"?: Array<string>;
|
|
44338
44470
|
"smsColumnName"?: string;
|
|
44339
44471
|
"smsWrapupCodes"?: Array<string>;
|
|
44472
|
+
"whatsAppColumnName"?: string;
|
|
44473
|
+
"whatsAppWrapupCodes"?: Array<string>;
|
|
44340
44474
|
}
|
|
44341
44475
|
|
|
44342
44476
|
export interface LastResultOverallConditionSettings {
|
|
44343
44477
|
"emailWrapupCodes"?: Array<string>;
|
|
44344
44478
|
"smsWrapupCodes"?: Array<string>;
|
|
44479
|
+
"whatsAppWrapupCodes"?: Array<string>;
|
|
44345
44480
|
}
|
|
44346
44481
|
|
|
44347
44482
|
export interface LauncherButtonSettings {
|
|
@@ -45354,6 +45489,9 @@ declare namespace Models {
|
|
|
45354
45489
|
"title": string;
|
|
45355
45490
|
}
|
|
45356
45491
|
|
|
45492
|
+
export interface ListValues {
|
|
45493
|
+
}
|
|
45494
|
+
|
|
45357
45495
|
export interface ListWrapperAgentWorkPlanField {
|
|
45358
45496
|
"values"?: Array<string>;
|
|
45359
45497
|
}
|
|
@@ -46172,6 +46310,8 @@ declare namespace Models {
|
|
|
46172
46310
|
"byoSmsIntegrationId"?: string;
|
|
46173
46311
|
"queueMediaSettings"?: Models.ConversationQueueMediaSettings;
|
|
46174
46312
|
"engagementSource"?: string;
|
|
46313
|
+
"resumeTime"?: string;
|
|
46314
|
+
"parkTime"?: string;
|
|
46175
46315
|
}
|
|
46176
46316
|
|
|
46177
46317
|
export interface MessageConversation {
|
|
@@ -47776,6 +47916,7 @@ declare namespace Models {
|
|
|
47776
47916
|
"providerName"?: string;
|
|
47777
47917
|
"displayOnLogin"?: boolean;
|
|
47778
47918
|
"metadataURL"?: string;
|
|
47919
|
+
"forceAuthn"?: boolean;
|
|
47779
47920
|
"selfUri"?: string;
|
|
47780
47921
|
}
|
|
47781
47922
|
|
|
@@ -47801,6 +47942,7 @@ declare namespace Models {
|
|
|
47801
47942
|
"providerName"?: string;
|
|
47802
47943
|
"displayOnLogin"?: boolean;
|
|
47803
47944
|
"metadataURL"?: string;
|
|
47945
|
+
"forceAuthn"?: boolean;
|
|
47804
47946
|
"selfUri"?: string;
|
|
47805
47947
|
}
|
|
47806
47948
|
|
|
@@ -49494,11 +49636,31 @@ declare namespace Models {
|
|
|
49494
49636
|
"messageId"?: string;
|
|
49495
49637
|
}
|
|
49496
49638
|
|
|
49639
|
+
export interface Outlier {
|
|
49640
|
+
"timestamp"?: string;
|
|
49641
|
+
"anomaly"?: string;
|
|
49642
|
+
"normalizedValue"?: number;
|
|
49643
|
+
}
|
|
49644
|
+
|
|
49645
|
+
export interface OutlierData {
|
|
49646
|
+
"downloadUrls"?: Array<string>;
|
|
49647
|
+
"downloadResultTemplate"?: Models.OutlierResultTemplate;
|
|
49648
|
+
}
|
|
49649
|
+
|
|
49497
49650
|
export interface OutlierInfo {
|
|
49498
49651
|
"outlier"?: boolean;
|
|
49499
49652
|
"score"?: number;
|
|
49500
49653
|
}
|
|
49501
49654
|
|
|
49655
|
+
export interface OutlierResultBody {
|
|
49656
|
+
"planningGroupId"?: string;
|
|
49657
|
+
"outliers"?: Array<Models.Outlier>;
|
|
49658
|
+
}
|
|
49659
|
+
|
|
49660
|
+
export interface OutlierResultTemplate {
|
|
49661
|
+
"entities"?: Array<Models.OutlierResultBody>;
|
|
49662
|
+
}
|
|
49663
|
+
|
|
49502
49664
|
export interface OutputValue {
|
|
49503
49665
|
"schemaPropertyKey": string;
|
|
49504
49666
|
"properties"?: Array<Models.OutputValue>;
|
|
@@ -50062,7 +50224,7 @@ declare namespace Models {
|
|
|
50062
50224
|
}
|
|
50063
50225
|
|
|
50064
50226
|
export interface PerformancePredictionResponse {
|
|
50065
|
-
"id"
|
|
50227
|
+
"id": string;
|
|
50066
50228
|
"weekDate": string;
|
|
50067
50229
|
"scheduleId": string;
|
|
50068
50230
|
"downloadUrl"?: string;
|
|
@@ -50411,6 +50573,7 @@ declare namespace Models {
|
|
|
50411
50573
|
"providerName"?: string;
|
|
50412
50574
|
"displayOnLogin"?: boolean;
|
|
50413
50575
|
"metadataURL"?: string;
|
|
50576
|
+
"forceAuthn"?: boolean;
|
|
50414
50577
|
"selfUri"?: string;
|
|
50415
50578
|
}
|
|
50416
50579
|
|
|
@@ -50455,7 +50618,7 @@ declare namespace Models {
|
|
|
50455
50618
|
}
|
|
50456
50619
|
|
|
50457
50620
|
export interface PlanningGroupReference {
|
|
50458
|
-
"id"
|
|
50621
|
+
"id": string;
|
|
50459
50622
|
"selfUri"?: string;
|
|
50460
50623
|
}
|
|
50461
50624
|
|
|
@@ -50727,6 +50890,16 @@ declare namespace Models {
|
|
|
50727
50890
|
"enableConversationScoreBiasing"?: boolean;
|
|
50728
50891
|
}
|
|
50729
50892
|
|
|
50893
|
+
export interface PredictiveRoutingCustomKpiAttributionEvent {
|
|
50894
|
+
"eventId": string;
|
|
50895
|
+
"eventDateTime": string;
|
|
50896
|
+
"externalContactId"?: string;
|
|
50897
|
+
"conversationId"?: string;
|
|
50898
|
+
"agentId"?: string;
|
|
50899
|
+
"kpiId": string;
|
|
50900
|
+
"associatedValue": number;
|
|
50901
|
+
}
|
|
50902
|
+
|
|
50730
50903
|
export interface Predictor {
|
|
50731
50904
|
"id"?: string;
|
|
50732
50905
|
"queues": Array<Models.AddressableEntityRef>;
|
|
@@ -51233,6 +51406,7 @@ declare namespace Models {
|
|
|
51233
51406
|
"providerName"?: string;
|
|
51234
51407
|
"displayOnLogin"?: boolean;
|
|
51235
51408
|
"metadataURL"?: string;
|
|
51409
|
+
"forceAuthn"?: boolean;
|
|
51236
51410
|
"autoProvisionUsers"?: boolean;
|
|
51237
51411
|
"selfUri"?: string;
|
|
51238
51412
|
}
|
|
@@ -51572,6 +51746,7 @@ declare namespace Models {
|
|
|
51572
51746
|
"otherMediaUris"?: Array<string>;
|
|
51573
51747
|
"address"?: string;
|
|
51574
51748
|
"utilizationLabelId"?: string;
|
|
51749
|
+
"accessAttributes"?: Array<string>;
|
|
51575
51750
|
"inactivityTimeout"?: string;
|
|
51576
51751
|
"divisions"?: Array<Models.QueueConversationCallEventTopicConversationDivisionMembership>;
|
|
51577
51752
|
"recordingState"?: string;
|
|
@@ -51788,6 +51963,7 @@ declare namespace Models {
|
|
|
51788
51963
|
"otherMediaUris"?: Array<string>;
|
|
51789
51964
|
"address"?: string;
|
|
51790
51965
|
"utilizationLabelId"?: string;
|
|
51966
|
+
"accessAttributes"?: Array<string>;
|
|
51791
51967
|
"inactivityTimeout"?: string;
|
|
51792
51968
|
"divisions"?: Array<Models.QueueConversationCallbackEventTopicConversationDivisionMembership>;
|
|
51793
51969
|
}
|
|
@@ -51972,6 +52148,7 @@ declare namespace Models {
|
|
|
51972
52148
|
"otherMediaUris"?: Array<string>;
|
|
51973
52149
|
"address"?: string;
|
|
51974
52150
|
"utilizationLabelId"?: string;
|
|
52151
|
+
"accessAttributes"?: Array<string>;
|
|
51975
52152
|
"inactivityTimeout"?: string;
|
|
51976
52153
|
"divisions"?: Array<Models.QueueConversationChatEventTopicConversationDivisionMembership>;
|
|
51977
52154
|
}
|
|
@@ -52131,6 +52308,7 @@ declare namespace Models {
|
|
|
52131
52308
|
"otherMediaUris"?: Array<string>;
|
|
52132
52309
|
"address"?: string;
|
|
52133
52310
|
"utilizationLabelId"?: string;
|
|
52311
|
+
"accessAttributes"?: Array<string>;
|
|
52134
52312
|
"inactivityTimeout"?: string;
|
|
52135
52313
|
"divisions"?: Array<Models.QueueConversationCobrowseEventTopicConversationDivisionMembership>;
|
|
52136
52314
|
}
|
|
@@ -52332,6 +52510,7 @@ declare namespace Models {
|
|
|
52332
52510
|
"otherMediaUris"?: Array<string>;
|
|
52333
52511
|
"address"?: string;
|
|
52334
52512
|
"utilizationLabelId"?: string;
|
|
52513
|
+
"accessAttributes"?: Array<string>;
|
|
52335
52514
|
"inactivityTimeout"?: string;
|
|
52336
52515
|
"divisions"?: Array<Models.QueueConversationEmailEventTopicConversationDivisionMembership>;
|
|
52337
52516
|
}
|
|
@@ -52598,6 +52777,7 @@ declare namespace Models {
|
|
|
52598
52777
|
"address"?: string;
|
|
52599
52778
|
"externalTag"?: string;
|
|
52600
52779
|
"utilizationLabelId"?: string;
|
|
52780
|
+
"accessAttributes"?: Array<string>;
|
|
52601
52781
|
"securePause"?: boolean;
|
|
52602
52782
|
"inactivityTimeout"?: string;
|
|
52603
52783
|
"associatedConversation"?: Models.QueueConversationEventTopicDomainEntityRef;
|
|
@@ -53123,6 +53303,7 @@ declare namespace Models {
|
|
|
53123
53303
|
"otherMediaUris"?: Array<string>;
|
|
53124
53304
|
"address"?: string;
|
|
53125
53305
|
"utilizationLabelId"?: string;
|
|
53306
|
+
"accessAttributes"?: Array<string>;
|
|
53126
53307
|
"inactivityTimeout"?: string;
|
|
53127
53308
|
"divisions"?: Array<Models.QueueConversationMessageEventTopicConversationDivisionMembership>;
|
|
53128
53309
|
}
|
|
@@ -53340,6 +53521,7 @@ declare namespace Models {
|
|
|
53340
53521
|
"otherMediaUris"?: Array<string>;
|
|
53341
53522
|
"address"?: string;
|
|
53342
53523
|
"utilizationLabelId"?: string;
|
|
53524
|
+
"accessAttributes"?: Array<string>;
|
|
53343
53525
|
"inactivityTimeout"?: string;
|
|
53344
53526
|
"divisions"?: Array<Models.QueueConversationScreenShareEventTopicConversationDivisionMembership>;
|
|
53345
53527
|
}
|
|
@@ -53544,6 +53726,7 @@ declare namespace Models {
|
|
|
53544
53726
|
"address"?: string;
|
|
53545
53727
|
"externalTag"?: string;
|
|
53546
53728
|
"utilizationLabelId"?: string;
|
|
53729
|
+
"accessAttributes"?: Array<string>;
|
|
53547
53730
|
"securePause"?: boolean;
|
|
53548
53731
|
"inactivityTimeout"?: string;
|
|
53549
53732
|
"associatedConversation"?: Models.QueueConversationSocialExpressionEventTopicDomainEntityRef;
|
|
@@ -54115,6 +54298,7 @@ declare namespace Models {
|
|
|
54115
54298
|
"address"?: string;
|
|
54116
54299
|
"externalTag"?: string;
|
|
54117
54300
|
"utilizationLabelId"?: string;
|
|
54301
|
+
"accessAttributes"?: Array<string>;
|
|
54118
54302
|
"securePause"?: boolean;
|
|
54119
54303
|
"inactivityTimeout"?: string;
|
|
54120
54304
|
"associatedConversation"?: Models.QueueConversationVideoEventTopicDomainEntityRef;
|
|
@@ -55134,6 +55318,8 @@ declare namespace Models {
|
|
|
55134
55318
|
"integrationId"?: string;
|
|
55135
55319
|
"includeRecordingsWithSensitiveData"?: boolean;
|
|
55136
55320
|
"includeScreenRecordings"?: boolean;
|
|
55321
|
+
"includePolicyBasedRecordings"?: boolean;
|
|
55322
|
+
"includeSnippetRecordings"?: boolean;
|
|
55137
55323
|
"clearExport"?: boolean;
|
|
55138
55324
|
"conversationQuery"?: Models.AsyncConversationQuery;
|
|
55139
55325
|
"agedConversationInterval"?: string;
|
|
@@ -55631,6 +55817,7 @@ declare namespace Models {
|
|
|
55631
55817
|
|
|
55632
55818
|
export interface ReportingTurnIntent {
|
|
55633
55819
|
"name"?: string;
|
|
55820
|
+
"id"?: string;
|
|
55634
55821
|
"confidence"?: number;
|
|
55635
55822
|
"slots"?: Array<Models.ReportingTurnIntentSlot>;
|
|
55636
55823
|
}
|
|
@@ -56505,6 +56692,7 @@ declare namespace Models {
|
|
|
56505
56692
|
"providerName"?: string;
|
|
56506
56693
|
"displayOnLogin"?: boolean;
|
|
56507
56694
|
"metadataURL"?: string;
|
|
56695
|
+
"forceAuthn"?: boolean;
|
|
56508
56696
|
"selfUri"?: string;
|
|
56509
56697
|
}
|
|
56510
56698
|
|
|
@@ -56543,6 +56731,7 @@ declare namespace Models {
|
|
|
56543
56731
|
"providerName"?: string;
|
|
56544
56732
|
"displayOnLogin"?: boolean;
|
|
56545
56733
|
"metadataURL"?: string;
|
|
56734
|
+
"forceAuthn"?: boolean;
|
|
56546
56735
|
"selfUri"?: string;
|
|
56547
56736
|
}
|
|
56548
56737
|
|
|
@@ -57574,7 +57763,7 @@ declare namespace Models {
|
|
|
57574
57763
|
}
|
|
57575
57764
|
|
|
57576
57765
|
export interface ServiceGoalTemplateReference {
|
|
57577
|
-
"id"
|
|
57766
|
+
"id": string;
|
|
57578
57767
|
"selfUri"?: string;
|
|
57579
57768
|
}
|
|
57580
57769
|
|
|
@@ -57717,6 +57906,7 @@ declare namespace Models {
|
|
|
57717
57906
|
"computed"?: Models.ComputedData;
|
|
57718
57907
|
"historical"?: Models.HistoricalData;
|
|
57719
57908
|
"modelMetaData"?: Models.ModelMetaData;
|
|
57909
|
+
"outliers"?: Models.OutlierData;
|
|
57720
57910
|
}
|
|
57721
57911
|
|
|
57722
57912
|
export interface SessionSegmentAssignment {
|
|
@@ -57734,6 +57924,7 @@ declare namespace Models {
|
|
|
57734
57924
|
export interface SetContentTemplateActionSettings {
|
|
57735
57925
|
"smsContentTemplateId": string;
|
|
57736
57926
|
"emailContentTemplateId": string;
|
|
57927
|
+
"whatsAppContentTemplateId": string;
|
|
57737
57928
|
}
|
|
57738
57929
|
|
|
57739
57930
|
export interface SetRecordingState {
|
|
@@ -57758,6 +57949,7 @@ declare namespace Models {
|
|
|
57758
57949
|
}
|
|
57759
57950
|
|
|
57760
57951
|
export interface SetWhatsAppIntegrationActionSettings {
|
|
57952
|
+
"whatsAppIntegrationId": string;
|
|
57761
57953
|
}
|
|
57762
57954
|
|
|
57763
57955
|
export interface SetWrapperAssignmentEffectiveDateRange {
|
|
@@ -57862,7 +58054,7 @@ declare namespace Models {
|
|
|
57862
58054
|
}
|
|
57863
58055
|
|
|
57864
58056
|
export interface ShiftTradeAddTradeJobResponse {
|
|
57865
|
-
"id"
|
|
58057
|
+
"id": string;
|
|
57866
58058
|
"status": string;
|
|
57867
58059
|
"type": string;
|
|
57868
58060
|
"downloadUrl"?: string;
|
|
@@ -57872,7 +58064,7 @@ declare namespace Models {
|
|
|
57872
58064
|
}
|
|
57873
58065
|
|
|
57874
58066
|
export interface ShiftTradeBulkUpdateTradeStateBuJobResponse {
|
|
57875
|
-
"id"
|
|
58067
|
+
"id": string;
|
|
57876
58068
|
"status": string;
|
|
57877
58069
|
"type": string;
|
|
57878
58070
|
"downloadUrl"?: string;
|
|
@@ -57882,7 +58074,7 @@ declare namespace Models {
|
|
|
57882
58074
|
}
|
|
57883
58075
|
|
|
57884
58076
|
export interface ShiftTradeEvaluateTradesBuJobResponse {
|
|
57885
|
-
"id"
|
|
58077
|
+
"id": string;
|
|
57886
58078
|
"status": string;
|
|
57887
58079
|
"type": string;
|
|
57888
58080
|
"downloadUrl"?: string;
|
|
@@ -57934,7 +58126,7 @@ declare namespace Models {
|
|
|
57934
58126
|
}
|
|
57935
58127
|
|
|
57936
58128
|
export interface ShiftTradeMatchTradeJobResponse {
|
|
57937
|
-
"id"
|
|
58129
|
+
"id": string;
|
|
57938
58130
|
"status": string;
|
|
57939
58131
|
"type": string;
|
|
57940
58132
|
"downloadUrl"?: string;
|
|
@@ -57968,7 +58160,7 @@ declare namespace Models {
|
|
|
57968
58160
|
}
|
|
57969
58161
|
|
|
57970
58162
|
export interface ShiftTradeQueryAgentTradesJobResponse {
|
|
57971
|
-
"id"
|
|
58163
|
+
"id": string;
|
|
57972
58164
|
"status": string;
|
|
57973
58165
|
"type": string;
|
|
57974
58166
|
"downloadUrl"?: string;
|
|
@@ -57978,7 +58170,7 @@ declare namespace Models {
|
|
|
57978
58170
|
}
|
|
57979
58171
|
|
|
57980
58172
|
export interface ShiftTradeQueryTradesBuJobResponse {
|
|
57981
|
-
"id"
|
|
58173
|
+
"id": string;
|
|
57982
58174
|
"status": string;
|
|
57983
58175
|
"type": string;
|
|
57984
58176
|
"downloadUrl"?: string;
|
|
@@ -57988,7 +58180,7 @@ declare namespace Models {
|
|
|
57988
58180
|
}
|
|
57989
58181
|
|
|
57990
58182
|
export interface ShiftTradeQueryWeekSummariesBuJobResponse {
|
|
57991
|
-
"id"
|
|
58183
|
+
"id": string;
|
|
57992
58184
|
"status": string;
|
|
57993
58185
|
"type": string;
|
|
57994
58186
|
"downloadUrl"?: string;
|
|
@@ -58039,7 +58231,7 @@ declare namespace Models {
|
|
|
58039
58231
|
}
|
|
58040
58232
|
|
|
58041
58233
|
export interface ShiftTradeSearchUnmatchedTradesBuJobResponse {
|
|
58042
|
-
"id"
|
|
58234
|
+
"id": string;
|
|
58043
58235
|
"status": string;
|
|
58044
58236
|
"type": string;
|
|
58045
58237
|
"downloadUrl"?: string;
|
|
@@ -58088,7 +58280,7 @@ declare namespace Models {
|
|
|
58088
58280
|
}
|
|
58089
58281
|
|
|
58090
58282
|
export interface ShiftTradeUpdateTradeJobResponse {
|
|
58091
|
-
"id"
|
|
58283
|
+
"id": string;
|
|
58092
58284
|
"status": string;
|
|
58093
58285
|
"type": string;
|
|
58094
58286
|
"downloadUrl"?: string;
|
|
@@ -58098,7 +58290,7 @@ declare namespace Models {
|
|
|
58098
58290
|
}
|
|
58099
58291
|
|
|
58100
58292
|
export interface ShiftTradeUpdateTradeStateJobResponse {
|
|
58101
|
-
"id"
|
|
58293
|
+
"id": string;
|
|
58102
58294
|
"status": string;
|
|
58103
58295
|
"type": string;
|
|
58104
58296
|
"downloadUrl"?: string;
|
|
@@ -58114,7 +58306,7 @@ declare namespace Models {
|
|
|
58114
58306
|
}
|
|
58115
58307
|
|
|
58116
58308
|
export interface ShortTermForecastReference {
|
|
58117
|
-
"id"
|
|
58309
|
+
"id": string;
|
|
58118
58310
|
"selfUri"?: string;
|
|
58119
58311
|
"weekDate": string;
|
|
58120
58312
|
"description"?: string;
|
|
@@ -58683,6 +58875,9 @@ declare namespace Models {
|
|
|
58683
58875
|
"contentModeration"?: Models.ContentModeration;
|
|
58684
58876
|
}
|
|
58685
58877
|
|
|
58878
|
+
export interface SocialMediaEngagement {
|
|
58879
|
+
}
|
|
58880
|
+
|
|
58686
58881
|
export interface SocialMediaMessageData {
|
|
58687
58882
|
"id"?: string;
|
|
58688
58883
|
"name"?: string;
|
|
@@ -58967,12 +59162,12 @@ declare namespace Models {
|
|
|
58967
59162
|
}
|
|
58968
59163
|
|
|
58969
59164
|
export interface StaffingGroupReference {
|
|
58970
|
-
"id"
|
|
59165
|
+
"id": string;
|
|
58971
59166
|
"selfUri"?: string;
|
|
58972
59167
|
}
|
|
58973
59168
|
|
|
58974
59169
|
export interface StaffingGroupResponse {
|
|
58975
|
-
"id"
|
|
59170
|
+
"id": string;
|
|
58976
59171
|
"name": string;
|
|
58977
59172
|
"users"?: Array<Models.UserReference>;
|
|
58978
59173
|
"managementUnit"?: Models.ManagementUnitReference;
|
|
@@ -60703,6 +60898,10 @@ declare namespace Models {
|
|
|
60703
60898
|
"textAlign"?: string;
|
|
60704
60899
|
}
|
|
60705
60900
|
|
|
60901
|
+
export interface ThirdPartySuggestion {
|
|
60902
|
+
"text"?: string;
|
|
60903
|
+
}
|
|
60904
|
+
|
|
60706
60905
|
export interface Ticker {
|
|
60707
60906
|
"symbol": string;
|
|
60708
60907
|
"exchange": string;
|
|
@@ -60775,7 +60974,7 @@ declare namespace Models {
|
|
|
60775
60974
|
}
|
|
60776
60975
|
|
|
60777
60976
|
export interface TimeOffLimit {
|
|
60778
|
-
"id"
|
|
60977
|
+
"id": string;
|
|
60779
60978
|
"granularity"?: string;
|
|
60780
60979
|
"defaultLimitMinutes"?: number;
|
|
60781
60980
|
"metadata"?: Models.WfmVersionedEntityMetadata;
|
|
@@ -60793,7 +60992,7 @@ declare namespace Models {
|
|
|
60793
60992
|
}
|
|
60794
60993
|
|
|
60795
60994
|
export interface TimeOffLimitReference {
|
|
60796
|
-
"id"
|
|
60995
|
+
"id": string;
|
|
60797
60996
|
"selfUri"?: string;
|
|
60798
60997
|
}
|
|
60799
60998
|
|
|
@@ -60809,7 +61008,7 @@ declare namespace Models {
|
|
|
60809
61008
|
}
|
|
60810
61009
|
|
|
60811
61010
|
export interface TimeOffPlan {
|
|
60812
|
-
"id"
|
|
61011
|
+
"id": string;
|
|
60813
61012
|
"name"?: string;
|
|
60814
61013
|
"activityCodeIds"?: Array<string>;
|
|
60815
61014
|
"timeOffLimits"?: Array<Models.TimeOffLimitReference>;
|
|
@@ -60899,7 +61098,7 @@ declare namespace Models {
|
|
|
60899
61098
|
}
|
|
60900
61099
|
|
|
60901
61100
|
export interface TimeOffRequestResponse {
|
|
60902
|
-
"id"
|
|
61101
|
+
"id": string;
|
|
60903
61102
|
"user"?: Models.UserReference;
|
|
60904
61103
|
"isFullDayRequest"?: boolean;
|
|
60905
61104
|
"markedAsRead"?: boolean;
|
|
@@ -63961,7 +64160,7 @@ declare namespace Models {
|
|
|
63961
64160
|
}
|
|
63962
64161
|
|
|
63963
64162
|
export interface UsersRulesLockedCriteriaSettingsGroup {
|
|
63964
|
-
"
|
|
64163
|
+
"operators": Array<string>;
|
|
63965
64164
|
"container": string;
|
|
63966
64165
|
"maxIdCount"?: number;
|
|
63967
64166
|
}
|
|
@@ -64728,7 +64927,28 @@ declare namespace Models {
|
|
|
64728
64927
|
"selfUri"?: string;
|
|
64729
64928
|
}
|
|
64730
64929
|
|
|
64731
|
-
export interface
|
|
64930
|
+
export interface V3SourceExpandableListResponse {
|
|
64931
|
+
"id"?: string;
|
|
64932
|
+
"name"?: string;
|
|
64933
|
+
"connectionId"?: string;
|
|
64934
|
+
"type"?: string;
|
|
64935
|
+
"triggerType"?: string;
|
|
64936
|
+
"status"?: string;
|
|
64937
|
+
"createdBy"?: Models.UserReference;
|
|
64938
|
+
"modifiedBy"?: Models.UserReference;
|
|
64939
|
+
"dateCreated"?: string;
|
|
64940
|
+
"dateModified"?: string;
|
|
64941
|
+
"lastSync"?: Models.V3SourceLastSynchronization;
|
|
64942
|
+
"connection"?: Models.ConnectionResponse;
|
|
64943
|
+
"error"?: Models.ErrorBody;
|
|
64944
|
+
"selfUri"?: string;
|
|
64945
|
+
}
|
|
64946
|
+
|
|
64947
|
+
export interface V3SourceExpandableListing {
|
|
64948
|
+
"entities"?: Array<Models.V3SourceExpandableListResponse>;
|
|
64949
|
+
}
|
|
64950
|
+
|
|
64951
|
+
export interface V3SourceExpandableResponse {
|
|
64732
64952
|
"id"?: string;
|
|
64733
64953
|
"name"?: string;
|
|
64734
64954
|
"connectionId"?: string;
|
|
@@ -64743,6 +64963,7 @@ declare namespace Models {
|
|
|
64743
64963
|
"scheduleSettings"?: Models.V3SourceScheduleSettings;
|
|
64744
64964
|
"filters"?: Models.V3SourceFilter;
|
|
64745
64965
|
"filterDetails"?: Models.V3SourceFilterDetails;
|
|
64966
|
+
"connection"?: Models.ConnectionResponse;
|
|
64746
64967
|
"error"?: Models.ErrorBody;
|
|
64747
64968
|
"selfUri"?: string;
|
|
64748
64969
|
}
|
|
@@ -64798,26 +65019,6 @@ declare namespace Models {
|
|
|
64798
65019
|
"scheduleSettings"?: Models.V3SourceScheduleSettings;
|
|
64799
65020
|
}
|
|
64800
65021
|
|
|
64801
|
-
export interface V3SourceWithErrorListing {
|
|
64802
|
-
"entities"?: Array<Models.V3SourceWithErrorResponse>;
|
|
64803
|
-
}
|
|
64804
|
-
|
|
64805
|
-
export interface V3SourceWithErrorResponse {
|
|
64806
|
-
"id"?: string;
|
|
64807
|
-
"name"?: string;
|
|
64808
|
-
"connectionId"?: string;
|
|
64809
|
-
"type"?: string;
|
|
64810
|
-
"triggerType"?: string;
|
|
64811
|
-
"status"?: string;
|
|
64812
|
-
"createdBy"?: Models.UserReference;
|
|
64813
|
-
"modifiedBy"?: Models.UserReference;
|
|
64814
|
-
"dateCreated"?: string;
|
|
64815
|
-
"dateModified"?: string;
|
|
64816
|
-
"lastSync"?: Models.V3SourceLastSynchronization;
|
|
64817
|
-
"error"?: Models.ErrorBody;
|
|
64818
|
-
"selfUri"?: string;
|
|
64819
|
-
}
|
|
64820
|
-
|
|
64821
65022
|
export interface V3StartManualSyncRequest {
|
|
64822
65023
|
"type"?: string;
|
|
64823
65024
|
}
|
|
@@ -65001,11 +65202,12 @@ declare namespace Models {
|
|
|
65001
65202
|
"type": string;
|
|
65002
65203
|
"scope": string;
|
|
65003
65204
|
"description"?: string;
|
|
65004
|
-
"validation"?:
|
|
65205
|
+
"validation"?: object;
|
|
65206
|
+
"listValues"?: object;
|
|
65207
|
+
"listVariables"?: Array<Models.Variable>;
|
|
65005
65208
|
}
|
|
65006
65209
|
|
|
65007
65210
|
export interface VariableValidation {
|
|
65008
|
-
"additionalProperties"?: { [key: string]: object; };
|
|
65009
65211
|
}
|
|
65010
65212
|
|
|
65011
65213
|
export interface VerificationResult {
|
|
@@ -65891,6 +66093,7 @@ declare namespace Models {
|
|
|
65891
66093
|
"referrerUrl"?: string;
|
|
65892
66094
|
"attributes"?: { [key: string]: Models.CustomEventAttribute; };
|
|
65893
66095
|
"traits"?: { [key: string]: Models.CustomEventAttribute; };
|
|
66096
|
+
"externalId"?: string;
|
|
65894
66097
|
"createdDate": string;
|
|
65895
66098
|
}
|
|
65896
66099
|
|
|
@@ -65911,6 +66114,7 @@ declare namespace Models {
|
|
|
65911
66114
|
"attributes": { [key: string]: Models.CustomEventAttribute; };
|
|
65912
66115
|
"traits": { [key: string]: Models.CustomEventAttribute; };
|
|
65913
66116
|
"authenticated": boolean;
|
|
66117
|
+
"externalId"?: string;
|
|
65914
66118
|
"createdDate": string;
|
|
65915
66119
|
}
|
|
65916
66120
|
|
|
@@ -66044,7 +66248,7 @@ declare namespace Models {
|
|
|
66044
66248
|
}
|
|
66045
66249
|
|
|
66046
66250
|
export interface WeekSchedule {
|
|
66047
|
-
"id"
|
|
66251
|
+
"id": string;
|
|
66048
66252
|
"selfUri"?: string;
|
|
66049
66253
|
"weekDate"?: string;
|
|
66050
66254
|
"description"?: string;
|
|
@@ -66065,7 +66269,7 @@ declare namespace Models {
|
|
|
66065
66269
|
}
|
|
66066
66270
|
|
|
66067
66271
|
export interface WeekScheduleListItemResponse {
|
|
66068
|
-
"id"
|
|
66272
|
+
"id": string;
|
|
66069
66273
|
"selfUri"?: string;
|
|
66070
66274
|
"weekDate"?: string;
|
|
66071
66275
|
"description"?: string;
|
|
@@ -66080,7 +66284,7 @@ declare namespace Models {
|
|
|
66080
66284
|
}
|
|
66081
66285
|
|
|
66082
66286
|
export interface WeekScheduleReference {
|
|
66083
|
-
"id"
|
|
66287
|
+
"id": string;
|
|
66084
66288
|
"selfUri"?: string;
|
|
66085
66289
|
"weekDate"?: string;
|
|
66086
66290
|
}
|
|
@@ -66161,27 +66365,33 @@ declare namespace Models {
|
|
|
66161
66365
|
"status"?: string;
|
|
66162
66366
|
}
|
|
66163
66367
|
|
|
66164
|
-
export interface
|
|
66165
|
-
"exceptionType"?: string;
|
|
66166
|
-
"occurrences"?: Array<Models.WfmActivityPlanJobCompleteTopicActivityPlanOccurrenceReference>;
|
|
66167
|
-
}
|
|
66168
|
-
|
|
66169
|
-
export interface WfmActivityPlanJobCompleteTopicActivityPlanOccurrenceDeletionJobCompleteNotification {
|
|
66368
|
+
export interface WfmActivityPlanJobCompleteTopicActivityPlanJobCompleteNotification {
|
|
66170
66369
|
"id"?: string;
|
|
66171
66370
|
"type"?: string;
|
|
66172
66371
|
"activityPlan"?: Models.WfmActivityPlanJobCompleteTopicActivityPlanReference;
|
|
66173
66372
|
"status"?: string;
|
|
66174
66373
|
"exceptions"?: Array<Models.WfmActivityPlanJobCompleteTopicActivityPlanJobException>;
|
|
66175
66374
|
"error"?: Models.WfmActivityPlanJobCompleteTopicErrorBody;
|
|
66176
|
-
|
|
66375
|
+
}
|
|
66376
|
+
|
|
66377
|
+
export interface WfmActivityPlanJobCompleteTopicActivityPlanJobException {
|
|
66378
|
+
"exceptionType"?: string;
|
|
66379
|
+
"occurrences"?: Array<Models.WfmActivityPlanJobCompleteTopicActivityPlanOccurrenceReference>;
|
|
66177
66380
|
}
|
|
66178
66381
|
|
|
66179
66382
|
export interface WfmActivityPlanJobCompleteTopicActivityPlanOccurrenceReference {
|
|
66180
66383
|
"id"?: string;
|
|
66384
|
+
"sessions"?: Array<Models.WfmActivityPlanJobCompleteTopicActivityPlanSessionReference>;
|
|
66181
66385
|
}
|
|
66182
66386
|
|
|
66183
66387
|
export interface WfmActivityPlanJobCompleteTopicActivityPlanReference {
|
|
66184
66388
|
"id"?: string;
|
|
66389
|
+
"occurrences"?: Array<Models.WfmActivityPlanJobCompleteTopicActivityPlanOccurrenceReference>;
|
|
66390
|
+
}
|
|
66391
|
+
|
|
66392
|
+
export interface WfmActivityPlanJobCompleteTopicActivityPlanSessionReference {
|
|
66393
|
+
"id"?: string;
|
|
66394
|
+
"users"?: Array<string>;
|
|
66185
66395
|
}
|
|
66186
66396
|
|
|
66187
66397
|
export interface WfmActivityPlanJobCompleteTopicErrorBody {
|
|
@@ -66191,6 +66401,15 @@ declare namespace Models {
|
|
|
66191
66401
|
"messageParams"?: { [key: string]: string; };
|
|
66192
66402
|
}
|
|
66193
66403
|
|
|
66404
|
+
export interface WfmActivityPlanRunJobCompleteTopicActivityPlanJobCompleteNotification {
|
|
66405
|
+
"id"?: string;
|
|
66406
|
+
"type"?: string;
|
|
66407
|
+
"activityPlan"?: Models.WfmActivityPlanRunJobCompleteTopicActivityPlanReference;
|
|
66408
|
+
"status"?: string;
|
|
66409
|
+
"exceptions"?: Array<Models.WfmActivityPlanRunJobCompleteTopicActivityPlanJobException>;
|
|
66410
|
+
"error"?: Models.WfmActivityPlanRunJobCompleteTopicErrorBody;
|
|
66411
|
+
}
|
|
66412
|
+
|
|
66194
66413
|
export interface WfmActivityPlanRunJobCompleteTopicActivityPlanJobException {
|
|
66195
66414
|
"exceptionType"?: string;
|
|
66196
66415
|
"occurrences"?: Array<Models.WfmActivityPlanRunJobCompleteTopicActivityPlanOccurrenceReference>;
|
|
@@ -66198,19 +66417,17 @@ declare namespace Models {
|
|
|
66198
66417
|
|
|
66199
66418
|
export interface WfmActivityPlanRunJobCompleteTopicActivityPlanOccurrenceReference {
|
|
66200
66419
|
"id"?: string;
|
|
66420
|
+
"sessions"?: Array<Models.WfmActivityPlanRunJobCompleteTopicActivityPlanSessionReference>;
|
|
66201
66421
|
}
|
|
66202
66422
|
|
|
66203
66423
|
export interface WfmActivityPlanRunJobCompleteTopicActivityPlanReference {
|
|
66204
66424
|
"id"?: string;
|
|
66425
|
+
"occurrences"?: Array<Models.WfmActivityPlanRunJobCompleteTopicActivityPlanOccurrenceReference>;
|
|
66205
66426
|
}
|
|
66206
66427
|
|
|
66207
|
-
export interface
|
|
66428
|
+
export interface WfmActivityPlanRunJobCompleteTopicActivityPlanSessionReference {
|
|
66208
66429
|
"id"?: string;
|
|
66209
|
-
"
|
|
66210
|
-
"activityPlan"?: Models.WfmActivityPlanRunJobCompleteTopicActivityPlanReference;
|
|
66211
|
-
"status"?: string;
|
|
66212
|
-
"exceptions"?: Array<Models.WfmActivityPlanRunJobCompleteTopicActivityPlanJobException>;
|
|
66213
|
-
"error"?: Models.WfmActivityPlanRunJobCompleteTopicErrorBody;
|
|
66430
|
+
"users"?: Array<string>;
|
|
66214
66431
|
}
|
|
66215
66432
|
|
|
66216
66433
|
export interface WfmActivityPlanRunJobCompleteTopicErrorBody {
|
|
@@ -66263,7 +66480,7 @@ declare namespace Models {
|
|
|
66263
66480
|
}
|
|
66264
66481
|
|
|
66265
66482
|
export interface WfmAgent {
|
|
66266
|
-
"id"
|
|
66483
|
+
"id": string;
|
|
66267
66484
|
"user"?: Models.UserReference;
|
|
66268
66485
|
"workPlan"?: Models.WorkPlanReference;
|
|
66269
66486
|
"workPlanRotation"?: Models.WorkPlanRotationReference;
|
|
@@ -68057,14 +68274,14 @@ declare namespace Models {
|
|
|
68057
68274
|
}
|
|
68058
68275
|
|
|
68059
68276
|
export interface WorkPlanBidGroupResponse {
|
|
68060
|
-
"id"
|
|
68277
|
+
"id": string;
|
|
68061
68278
|
"workPlanBidGroup"?: Models.WorkPlanBidGroup;
|
|
68062
68279
|
"metadata"?: Models.WorkPlanBidMetadata;
|
|
68063
68280
|
"selfUri"?: string;
|
|
68064
68281
|
}
|
|
68065
68282
|
|
|
68066
68283
|
export interface WorkPlanBidGroupSummary {
|
|
68067
|
-
"id"
|
|
68284
|
+
"id": string;
|
|
68068
68285
|
"name": string;
|
|
68069
68286
|
"managementUnit": Models.ManagementUnitReference;
|
|
68070
68287
|
"agentCount": number;
|
|
@@ -68228,7 +68445,7 @@ declare namespace Models {
|
|
|
68228
68445
|
}
|
|
68229
68446
|
|
|
68230
68447
|
export interface WorkPlanRotationReference {
|
|
68231
|
-
"id"
|
|
68448
|
+
"id": string;
|
|
68232
68449
|
"selfUri"?: string;
|
|
68233
68450
|
}
|
|
68234
68451
|
|
|
@@ -69522,6 +69739,7 @@ declare namespace Models {
|
|
|
69522
69739
|
"filters": Array<Models.WorkitemFilter>;
|
|
69523
69740
|
"attributes"?: Array<string>;
|
|
69524
69741
|
"after"?: string;
|
|
69742
|
+
"expands"?: string;
|
|
69525
69743
|
"sort"?: Models.WorktypeQuerySort;
|
|
69526
69744
|
}
|
|
69527
69745
|
|