purecloud-platform-client-v2 249.1.0 → 250.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -8
- package/dist/node/purecloud-platform-client-v2.js +1467 -119
- package/dist/web-amd/purecloud-platform-client-v2.js +1467 -119
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +462 -125
- package/dist/web-cjs/purecloud-platform-client-v2.js +462 -125
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +748 -41
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
- 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 +157 -2
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- 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 +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 +41 -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 +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/IntentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +471 -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 +8 -8
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +9 -21
- 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 +765 -70
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -512,6 +512,7 @@ declare class AnalyticsApi {
|
|
|
512
512
|
deleteAnalyticsCasemanagementAggregatesJob(jobId: string, opts?: AnalyticsApi.deleteAnalyticsCasemanagementAggregatesJobOptions): Promise<void>;
|
|
513
513
|
deleteAnalyticsConversationsAggregatesJob(jobId: string, opts?: AnalyticsApi.deleteAnalyticsConversationsAggregatesJobOptions): Promise<void>;
|
|
514
514
|
deleteAnalyticsConversationsDetailsJob(jobId: string, opts?: AnalyticsApi.deleteAnalyticsConversationsDetailsJobOptions): Promise<void>;
|
|
515
|
+
deleteAnalyticsCopilotsAggregatesJob(jobId: string, opts?: AnalyticsApi.deleteAnalyticsCopilotsAggregatesJobOptions): Promise<void>;
|
|
515
516
|
deleteAnalyticsEvaluationsAggregatesJob(jobId: string, opts?: AnalyticsApi.deleteAnalyticsEvaluationsAggregatesJobOptions): Promise<void>;
|
|
516
517
|
deleteAnalyticsFlowexecutionsAggregatesJob(jobId: string, opts?: AnalyticsApi.deleteAnalyticsFlowexecutionsAggregatesJobOptions): Promise<void>;
|
|
517
518
|
deleteAnalyticsFlowsAggregatesJob(jobId: string, opts?: AnalyticsApi.deleteAnalyticsFlowsAggregatesJobOptions): Promise<void>;
|
|
@@ -543,6 +544,8 @@ declare class AnalyticsApi {
|
|
|
543
544
|
getAnalyticsConversationsDetailsJob(jobId: string, opts?: AnalyticsApi.getAnalyticsConversationsDetailsJobOptions): Promise<Models.AsyncQueryStatus>;
|
|
544
545
|
getAnalyticsConversationsDetailsJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsConversationsDetailsJobResultsOptions): Promise<Models.AnalyticsConversationAsyncQueryResponse>;
|
|
545
546
|
getAnalyticsConversationsDetailsJobsAvailability(opts?: AnalyticsApi.getAnalyticsConversationsDetailsJobsAvailabilityOptions): Promise<Models.DataAvailabilityResponse>;
|
|
547
|
+
getAnalyticsCopilotsAggregatesJob(jobId: string, opts?: AnalyticsApi.getAnalyticsCopilotsAggregatesJobOptions): Promise<Models.AsyncQueryStatus>;
|
|
548
|
+
getAnalyticsCopilotsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsCopilotsAggregatesJobResultsOptions): Promise<Models.CopilotAsyncAggregateQueryResponse>;
|
|
546
549
|
getAnalyticsDataextractionDownload(downloadId: string, opts?: AnalyticsApi.getAnalyticsDataextractionDownloadOptions): Promise<void>;
|
|
547
550
|
getAnalyticsDataextractionDownloadsMetadata(opts?: AnalyticsApi.getAnalyticsDataextractionDownloadsMetadataOptions): Promise<Models.DataExtractionFileSchemaListing>;
|
|
548
551
|
getAnalyticsDataretentionSettings(opts?: AnalyticsApi.getAnalyticsDataretentionSettingsOptions): Promise<Models.AnalyticsDataRetentionResponse>;
|
|
@@ -595,6 +598,8 @@ declare class AnalyticsApi {
|
|
|
595
598
|
postAnalyticsConversationsAggregatesQuery(body: Models.ConversationAggregationQuery, opts?: AnalyticsApi.postAnalyticsConversationsAggregatesQueryOptions): Promise<Models.ConversationAggregateQueryResponse>;
|
|
596
599
|
postAnalyticsConversationsDetailsJobs(body: Models.AsyncConversationQuery, opts?: AnalyticsApi.postAnalyticsConversationsDetailsJobsOptions): Promise<Models.AsyncQueryResponse>;
|
|
597
600
|
postAnalyticsConversationsDetailsQuery(body: Models.ConversationQuery, opts?: AnalyticsApi.postAnalyticsConversationsDetailsQueryOptions): Promise<Models.AnalyticsConversationQueryResponse>;
|
|
601
|
+
postAnalyticsCopilotsAggregatesJobs(body: Models.CopilotAsyncAggregationQuery, opts?: AnalyticsApi.postAnalyticsCopilotsAggregatesJobsOptions): Promise<Models.AsyncQueryResponse>;
|
|
602
|
+
postAnalyticsCopilotsAggregatesQuery(body: Models.CopilotAggregationQuery, opts?: AnalyticsApi.postAnalyticsCopilotsAggregatesQueryOptions): Promise<Models.CopilotAggregateQueryResponse>;
|
|
598
603
|
postAnalyticsDataextractionDownloadsBulk(body: Models.DownloadServiceRequest, opts?: AnalyticsApi.postAnalyticsDataextractionDownloadsBulkOptions): Promise<Models.DataExtractionFileUrlListing>;
|
|
599
604
|
postAnalyticsEvaluationsAggregatesJobs(body: Models.EvaluationAsyncAggregationQuery, opts?: AnalyticsApi.postAnalyticsEvaluationsAggregatesJobsOptions): Promise<Models.AsyncQueryResponse>;
|
|
600
605
|
postAnalyticsEvaluationsAggregatesQuery(body: Models.EvaluationAggregationQuery, opts?: AnalyticsApi.postAnalyticsEvaluationsAggregatesQueryOptions): Promise<Models.EvaluationAggregateQueryResponse>;
|
|
@@ -655,6 +660,9 @@ declare namespace AnalyticsApi {
|
|
|
655
660
|
export interface deleteAnalyticsConversationsDetailsJobOptions {
|
|
656
661
|
"customHeaders"?: Record<string, string>;
|
|
657
662
|
}
|
|
663
|
+
export interface deleteAnalyticsCopilotsAggregatesJobOptions {
|
|
664
|
+
"customHeaders"?: Record<string, string>;
|
|
665
|
+
}
|
|
658
666
|
export interface deleteAnalyticsEvaluationsAggregatesJobOptions {
|
|
659
667
|
"customHeaders"?: Record<string, string>;
|
|
660
668
|
}
|
|
@@ -775,6 +783,13 @@ declare namespace AnalyticsApi {
|
|
|
775
783
|
export interface getAnalyticsConversationsDetailsJobsAvailabilityOptions {
|
|
776
784
|
"customHeaders"?: Record<string, string>;
|
|
777
785
|
}
|
|
786
|
+
export interface getAnalyticsCopilotsAggregatesJobOptions {
|
|
787
|
+
"customHeaders"?: Record<string, string>;
|
|
788
|
+
}
|
|
789
|
+
export interface getAnalyticsCopilotsAggregatesJobResultsOptions {
|
|
790
|
+
"cursor"?: string;
|
|
791
|
+
"customHeaders"?: Record<string, string>;
|
|
792
|
+
}
|
|
778
793
|
export interface getAnalyticsDataextractionDownloadOptions {
|
|
779
794
|
"customHeaders"?: Record<string, string>;
|
|
780
795
|
}
|
|
@@ -973,6 +988,12 @@ declare namespace AnalyticsApi {
|
|
|
973
988
|
export interface postAnalyticsConversationsDetailsQueryOptions {
|
|
974
989
|
"customHeaders"?: Record<string, string>;
|
|
975
990
|
}
|
|
991
|
+
export interface postAnalyticsCopilotsAggregatesJobsOptions {
|
|
992
|
+
"customHeaders"?: Record<string, string>;
|
|
993
|
+
}
|
|
994
|
+
export interface postAnalyticsCopilotsAggregatesQueryOptions {
|
|
995
|
+
"customHeaders"?: Record<string, string>;
|
|
996
|
+
}
|
|
976
997
|
export interface postAnalyticsDataextractionDownloadsBulkOptions {
|
|
977
998
|
"customHeaders"?: Record<string, string>;
|
|
978
999
|
}
|
|
@@ -3461,6 +3482,7 @@ declare class ConversationsApi {
|
|
|
3461
3482
|
postConversationsCallParticipantConsultQueue(conversationId: string, participantId: string, body: Models.ConsultTransferToQueue, opts?: ConversationsApi.postConversationsCallParticipantConsultQueueOptions): Promise<Models.ConsultTransferResponse>;
|
|
3462
3483
|
postConversationsCallParticipantMonitor(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationsCallParticipantMonitorOptions): Promise<void>;
|
|
3463
3484
|
postConversationsCallParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest, opts?: ConversationsApi.postConversationsCallParticipantReplaceOptions): Promise<void>;
|
|
3485
|
+
postConversationsCallParticipantSnippetRecord(conversationId: string, participantId: string, body: Models.SnippetRecordingRequest, opts?: ConversationsApi.postConversationsCallParticipantSnippetRecordOptions): Promise<string>;
|
|
3464
3486
|
postConversationsCallParticipantVoiceConsult(conversationId: string, participantId: string, body: Models.ConsultTransferToAddress, opts?: ConversationsApi.postConversationsCallParticipantVoiceConsultOptions): Promise<Models.ConsultTransferResponse>;
|
|
3465
3487
|
postConversationsCallParticipants(conversationId: string, body: Models.Conversation, opts?: ConversationsApi.postConversationsCallParticipantsOptions): Promise<Models.Conversation>;
|
|
3466
3488
|
postConversationsCallParticipantsUserUserId(conversationId: string, userId: string, body: Models.Conversation, opts?: ConversationsApi.postConversationsCallParticipantsUserUserIdOptions): Promise<Models.Conversation>;
|
|
@@ -4358,6 +4380,9 @@ declare namespace ConversationsApi {
|
|
|
4358
4380
|
export interface postConversationsCallParticipantReplaceOptions {
|
|
4359
4381
|
"customHeaders"?: Record<string, string>;
|
|
4360
4382
|
}
|
|
4383
|
+
export interface postConversationsCallParticipantSnippetRecordOptions {
|
|
4384
|
+
"customHeaders"?: Record<string, string>;
|
|
4385
|
+
}
|
|
4361
4386
|
export interface postConversationsCallParticipantVoiceConsultOptions {
|
|
4362
4387
|
"customHeaders"?: Record<string, string>;
|
|
4363
4388
|
}
|
|
@@ -6331,7 +6356,7 @@ declare class IntegrationsApi {
|
|
|
6331
6356
|
getIntegrationsCredential(credentialId: string, opts?: IntegrationsApi.getIntegrationsCredentialOptions): Promise<Models.Credential>;
|
|
6332
6357
|
getIntegrationsCredentials(opts?: IntegrationsApi.getIntegrationsCredentialsOptions): Promise<Models.CredentialInfoListing>;
|
|
6333
6358
|
getIntegrationsCredentialsListing(opts?: IntegrationsApi.getIntegrationsCredentialsListingOptions): Promise<Models.CredentialInfoCursorListing>;
|
|
6334
|
-
getIntegrationsCredentialsTypes(opts?: IntegrationsApi.getIntegrationsCredentialsTypesOptions): Promise<Models.
|
|
6359
|
+
getIntegrationsCredentialsTypes(opts?: IntegrationsApi.getIntegrationsCredentialsTypesOptions): Promise<Array<Models.CredentialType>>;
|
|
6335
6360
|
getIntegrationsSpeechAudioconnector(opts?: IntegrationsApi.getIntegrationsSpeechAudioconnectorOptions): Promise<Models.AudioConnectorIntegrationEntityListing>;
|
|
6336
6361
|
getIntegrationsSpeechAudioconnectorIntegrationId(integrationId: string, opts?: IntegrationsApi.getIntegrationsSpeechAudioconnectorIntegrationIdOptions): Promise<Models.AudioConnectorIntegration>;
|
|
6337
6362
|
getIntegrationsSpeechDialogflowAgent(agentId: string, opts?: IntegrationsApi.getIntegrationsSpeechDialogflowAgentOptions): Promise<Models.DialogflowAgent>;
|
|
@@ -6921,6 +6946,8 @@ declare class JourneyApi {
|
|
|
6921
6946
|
deleteAnalyticsJourneysAggregatesJob(jobId: string, opts?: JourneyApi.deleteAnalyticsJourneysAggregatesJobOptions): Promise<void>;
|
|
6922
6947
|
deleteJourneyActionmap(actionMapId: string, opts?: JourneyApi.deleteJourneyActionmapOptions): Promise<void>;
|
|
6923
6948
|
deleteJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.deleteJourneyActiontemplateOptions): Promise<void>;
|
|
6949
|
+
deleteJourneyExternaleventsConfiguration(configId: string, opts?: JourneyApi.deleteJourneyExternaleventsConfigurationOptions): Promise<void>;
|
|
6950
|
+
deleteJourneyExternaleventsSchema(schemaId: string, opts?: JourneyApi.deleteJourneyExternaleventsSchemaOptions): Promise<void>;
|
|
6924
6951
|
deleteJourneyOutcome(outcomeId: string, opts?: JourneyApi.deleteJourneyOutcomeOptions): Promise<void>;
|
|
6925
6952
|
deleteJourneyOutcomesPredictor(predictorId: string, opts?: JourneyApi.deleteJourneyOutcomesPredictorOptions): Promise<void>;
|
|
6926
6953
|
deleteJourneySegment(segmentId: string, opts?: JourneyApi.deleteJourneySegmentOptions): Promise<void>;
|
|
@@ -6939,6 +6966,15 @@ declare class JourneyApi {
|
|
|
6939
6966
|
getJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.getJourneyActiontemplateOptions): Promise<Models.ActionTemplate>;
|
|
6940
6967
|
getJourneyActiontemplates(opts?: JourneyApi.getJourneyActiontemplatesOptions): Promise<Models.ActionTemplateListing>;
|
|
6941
6968
|
getJourneyDeploymentCustomerPing(deploymentId: string, customerCookieId: string, opts?: JourneyApi.getJourneyDeploymentCustomerPingOptions): Promise<Models.DeploymentPing>;
|
|
6969
|
+
getJourneyExternaleventsConfiguration(configId: string, opts?: JourneyApi.getJourneyExternaleventsConfigurationOptions): Promise<Models.ExternalEventsConfiguration>;
|
|
6970
|
+
getJourneyExternaleventsConfigurations(opts?: JourneyApi.getJourneyExternaleventsConfigurationsOptions): Promise<Models.ExternalEventsConfigurationListing>;
|
|
6971
|
+
getJourneyExternaleventsSchema(schemaId: string, opts?: JourneyApi.getJourneyExternaleventsSchemaOptions): Promise<Models.JourneyExternalEventsSchema>;
|
|
6972
|
+
getJourneyExternaleventsSchemaVersion(schemaId: string, versionId: string, opts?: JourneyApi.getJourneyExternaleventsSchemaVersionOptions): Promise<Models.JourneyExternalEventsSchema>;
|
|
6973
|
+
getJourneyExternaleventsSchemaVersions(schemaId: string, opts?: JourneyApi.getJourneyExternaleventsSchemaVersionsOptions): Promise<Models.JourneyExternalEventsSchemaListing>;
|
|
6974
|
+
getJourneyExternaleventsSchemas(opts?: JourneyApi.getJourneyExternaleventsSchemasOptions): Promise<Models.JourneyExternalEventsSchemaListing>;
|
|
6975
|
+
getJourneyExternaleventsSchemasCoretype(coreTypeName: string, opts?: JourneyApi.getJourneyExternaleventsSchemasCoretypeOptions): Promise<Models.Coretype>;
|
|
6976
|
+
getJourneyExternaleventsSchemasCoretypes(opts?: JourneyApi.getJourneyExternaleventsSchemasCoretypesOptions): Promise<Models.CoretypeListing>;
|
|
6977
|
+
getJourneyExternaleventsSchemasLimits(opts?: JourneyApi.getJourneyExternaleventsSchemasLimitsOptions): Promise<Models.SchemaQuantityLimits>;
|
|
6942
6978
|
getJourneyOutcome(outcomeId: string, opts?: JourneyApi.getJourneyOutcomeOptions): Promise<Models.Outcome>;
|
|
6943
6979
|
getJourneyOutcomes(opts?: JourneyApi.getJourneyOutcomesOptions): Promise<Models.OutcomeListing>;
|
|
6944
6980
|
getJourneyOutcomesAttributionsJob(jobId: string, opts?: JourneyApi.getJourneyOutcomesAttributionsJobOptions): Promise<Models.OutcomeAttributionJobStateResponse>;
|
|
@@ -6969,6 +7005,7 @@ declare class JourneyApi {
|
|
|
6969
7005
|
patchJourneyActionmap(actionMapId: string, opts?: JourneyApi.patchJourneyActionmapOptions): Promise<Models.ActionMap>;
|
|
6970
7006
|
patchJourneyActiontarget(actionTargetId: string, opts?: JourneyApi.patchJourneyActiontargetOptions): Promise<Models.ActionTarget>;
|
|
6971
7007
|
patchJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.patchJourneyActiontemplateOptions): Promise<Models.ActionTemplate>;
|
|
7008
|
+
patchJourneyExternaleventsConfiguration(configId: string, opts?: JourneyApi.patchJourneyExternaleventsConfigurationOptions): Promise<Models.ExternalEventsConfiguration>;
|
|
6972
7009
|
patchJourneyOutcome(outcomeId: string, opts?: JourneyApi.patchJourneyOutcomeOptions): Promise<Models.Outcome>;
|
|
6973
7010
|
patchJourneySegment(segmentId: string, opts?: JourneyApi.patchJourneySegmentOptions): Promise<Models.JourneySegment>;
|
|
6974
7011
|
patchJourneyViewVersionJob(viewId: string, journeyVersionId: string, jobId: string, body: Models.JourneyViewJob, opts?: JourneyApi.patchJourneyViewVersionJobOptions): Promise<Models.JourneyViewJob>;
|
|
@@ -6981,6 +7018,9 @@ declare class JourneyApi {
|
|
|
6981
7018
|
postJourneyDeploymentActionevent(deploymentId: string, body: Models.ActionEventRequest, opts?: JourneyApi.postJourneyDeploymentActioneventOptions): Promise<void>;
|
|
6982
7019
|
postJourneyDeploymentAppevents(deploymentId: string, opts?: JourneyApi.postJourneyDeploymentAppeventsOptions): Promise<Models.AppEventResponse>;
|
|
6983
7020
|
postJourneyDeploymentWebevents(deploymentId: string, opts?: JourneyApi.postJourneyDeploymentWebeventsOptions): Promise<Models.WebEventResponse>;
|
|
7021
|
+
postJourneyExternaleventsConfigurationEvents(configurationId: string, opts?: JourneyApi.postJourneyExternaleventsConfigurationEventsOptions): Promise<Models.ExternalEventsResponse>;
|
|
7022
|
+
postJourneyExternaleventsConfigurations(opts?: JourneyApi.postJourneyExternaleventsConfigurationsOptions): Promise<Models.ExternalEventsConfiguration>;
|
|
7023
|
+
postJourneyExternaleventsSchemas(body: Models.JourneyJsonSchemaRequest, opts?: JourneyApi.postJourneyExternaleventsSchemasOptions): Promise<Models.JourneyExternalEventsSchema>;
|
|
6984
7024
|
postJourneyFlowsPathsQuery(opts?: JourneyApi.postJourneyFlowsPathsQueryOptions): Promise<Models.FlowPaths>;
|
|
6985
7025
|
postJourneyOutcomes(opts?: JourneyApi.postJourneyOutcomesOptions): Promise<Models.Outcome>;
|
|
6986
7026
|
postJourneyOutcomesAttributionsJobs(opts?: JourneyApi.postJourneyOutcomesAttributionsJobsOptions): Promise<Models.OutcomeAttributionAsyncResponse>;
|
|
@@ -6991,6 +7031,7 @@ declare class JourneyApi {
|
|
|
6991
7031
|
postJourneyViewVersions(viewId: string, body: Models.JourneyView, opts?: JourneyApi.postJourneyViewVersionsOptions): Promise<Models.JourneyView>;
|
|
6992
7032
|
postJourneyViews(body: Models.JourneyView, opts?: JourneyApi.postJourneyViewsOptions): Promise<Models.JourneyView>;
|
|
6993
7033
|
postJourneyViewsEncodingsValidate(opts?: JourneyApi.postJourneyViewsEncodingsValidateOptions): Promise<Models.EntityListing>;
|
|
7034
|
+
putJourneyExternaleventsSchema(schemaId: string, body: Models.JourneySchemaUpdateRequest, opts?: JourneyApi.putJourneyExternaleventsSchemaOptions): Promise<Models.JourneyExternalEventsSchema>;
|
|
6994
7035
|
putJourneyViewSchedules(viewId: string, body: Models.JourneyViewSchedule, opts?: JourneyApi.putJourneyViewSchedulesOptions): Promise<Models.JourneyViewSchedule>;
|
|
6995
7036
|
putJourneyViewVersion(viewId: string, versionId: string, body: Models.JourneyView, opts?: JourneyApi.putJourneyViewVersionOptions): Promise<Models.JourneyView>;
|
|
6996
7037
|
}
|
|
@@ -7006,6 +7047,12 @@ declare namespace JourneyApi {
|
|
|
7006
7047
|
"hardDelete"?: boolean;
|
|
7007
7048
|
"customHeaders"?: Record<string, string>;
|
|
7008
7049
|
}
|
|
7050
|
+
export interface deleteJourneyExternaleventsConfigurationOptions {
|
|
7051
|
+
"customHeaders"?: Record<string, string>;
|
|
7052
|
+
}
|
|
7053
|
+
export interface deleteJourneyExternaleventsSchemaOptions {
|
|
7054
|
+
"customHeaders"?: Record<string, string>;
|
|
7055
|
+
}
|
|
7009
7056
|
export interface deleteJourneyOutcomeOptions {
|
|
7010
7057
|
"customHeaders"?: Record<string, string>;
|
|
7011
7058
|
}
|
|
@@ -7088,6 +7135,35 @@ declare namespace JourneyApi {
|
|
|
7088
7135
|
"sinceLastBeaconMilliseconds"?: number;
|
|
7089
7136
|
"customHeaders"?: Record<string, string>;
|
|
7090
7137
|
}
|
|
7138
|
+
export interface getJourneyExternaleventsConfigurationOptions {
|
|
7139
|
+
"customHeaders"?: Record<string, string>;
|
|
7140
|
+
}
|
|
7141
|
+
export interface getJourneyExternaleventsConfigurationsOptions {
|
|
7142
|
+
"pageSize"?: number;
|
|
7143
|
+
"pageNumber"?: number;
|
|
7144
|
+
"customHeaders"?: Record<string, string>;
|
|
7145
|
+
}
|
|
7146
|
+
export interface getJourneyExternaleventsSchemaOptions {
|
|
7147
|
+
"customHeaders"?: Record<string, string>;
|
|
7148
|
+
}
|
|
7149
|
+
export interface getJourneyExternaleventsSchemaVersionOptions {
|
|
7150
|
+
"customHeaders"?: Record<string, string>;
|
|
7151
|
+
}
|
|
7152
|
+
export interface getJourneyExternaleventsSchemaVersionsOptions {
|
|
7153
|
+
"customHeaders"?: Record<string, string>;
|
|
7154
|
+
}
|
|
7155
|
+
export interface getJourneyExternaleventsSchemasOptions {
|
|
7156
|
+
"customHeaders"?: Record<string, string>;
|
|
7157
|
+
}
|
|
7158
|
+
export interface getJourneyExternaleventsSchemasCoretypeOptions {
|
|
7159
|
+
"customHeaders"?: Record<string, string>;
|
|
7160
|
+
}
|
|
7161
|
+
export interface getJourneyExternaleventsSchemasCoretypesOptions {
|
|
7162
|
+
"customHeaders"?: Record<string, string>;
|
|
7163
|
+
}
|
|
7164
|
+
export interface getJourneyExternaleventsSchemasLimitsOptions {
|
|
7165
|
+
"customHeaders"?: Record<string, string>;
|
|
7166
|
+
}
|
|
7091
7167
|
export interface getJourneyOutcomeOptions {
|
|
7092
7168
|
"customHeaders"?: Record<string, string>;
|
|
7093
7169
|
}
|
|
@@ -7212,6 +7288,10 @@ declare namespace JourneyApi {
|
|
|
7212
7288
|
"body"?: Models.PatchActionTemplate;
|
|
7213
7289
|
"customHeaders"?: Record<string, string>;
|
|
7214
7290
|
}
|
|
7291
|
+
export interface patchJourneyExternaleventsConfigurationOptions {
|
|
7292
|
+
"body"?: Models.UpdateExternalEventsConfigurationRequest;
|
|
7293
|
+
"customHeaders"?: Record<string, string>;
|
|
7294
|
+
}
|
|
7215
7295
|
export interface patchJourneyOutcomeOptions {
|
|
7216
7296
|
"body"?: Models.PatchOutcome;
|
|
7217
7297
|
"customHeaders"?: Record<string, string>;
|
|
@@ -7255,6 +7335,17 @@ declare namespace JourneyApi {
|
|
|
7255
7335
|
"body"?: Models.WebEventRequest;
|
|
7256
7336
|
"customHeaders"?: Record<string, string>;
|
|
7257
7337
|
}
|
|
7338
|
+
export interface postJourneyExternaleventsConfigurationEventsOptions {
|
|
7339
|
+
"body"?: Models.ExternalEventsRequest;
|
|
7340
|
+
"customHeaders"?: Record<string, string>;
|
|
7341
|
+
}
|
|
7342
|
+
export interface postJourneyExternaleventsConfigurationsOptions {
|
|
7343
|
+
"body"?: Models.CreateExternalEventsConfigurationRequest;
|
|
7344
|
+
"customHeaders"?: Record<string, string>;
|
|
7345
|
+
}
|
|
7346
|
+
export interface postJourneyExternaleventsSchemasOptions {
|
|
7347
|
+
"customHeaders"?: Record<string, string>;
|
|
7348
|
+
}
|
|
7258
7349
|
export interface postJourneyFlowsPathsQueryOptions {
|
|
7259
7350
|
"body"?: Models.FlowPathsQuery;
|
|
7260
7351
|
"customHeaders"?: Record<string, string>;
|
|
@@ -7291,6 +7382,9 @@ declare namespace JourneyApi {
|
|
|
7291
7382
|
"body"?: Array<Models.Label>;
|
|
7292
7383
|
"customHeaders"?: Record<string, string>;
|
|
7293
7384
|
}
|
|
7385
|
+
export interface putJourneyExternaleventsSchemaOptions {
|
|
7386
|
+
"customHeaders"?: Record<string, string>;
|
|
7387
|
+
}
|
|
7294
7388
|
export interface putJourneyViewSchedulesOptions {
|
|
7295
7389
|
"customHeaders"?: Record<string, string>;
|
|
7296
7390
|
}
|
|
@@ -14643,6 +14737,7 @@ declare namespace UsersApi {
|
|
|
14643
14737
|
export interface getUserOptions {
|
|
14644
14738
|
"expand"?: Array<string>;
|
|
14645
14739
|
"integrationPresenceSource"?: string;
|
|
14740
|
+
"userCustomAttributeSchemaIds"?: Array<string>;
|
|
14646
14741
|
"state"?: string;
|
|
14647
14742
|
"customHeaders"?: Record<string, string>;
|
|
14648
14743
|
}
|
|
@@ -14747,6 +14842,7 @@ declare namespace UsersApi {
|
|
|
14747
14842
|
"sortOrder"?: string;
|
|
14748
14843
|
"expand"?: Array<string>;
|
|
14749
14844
|
"integrationPresenceSource"?: string;
|
|
14845
|
+
"userCustomAttributeSchemaIds"?: Array<string>;
|
|
14750
14846
|
"state"?: string;
|
|
14751
14847
|
"customHeaders"?: Record<string, string>;
|
|
14752
14848
|
}
|
|
@@ -14816,6 +14912,7 @@ declare namespace UsersApi {
|
|
|
14816
14912
|
export interface getUsersMeOptions {
|
|
14817
14913
|
"expand"?: Array<string>;
|
|
14818
14914
|
"integrationPresenceSource"?: string;
|
|
14915
|
+
"userCustomAttributeSchemaIds"?: Array<string>;
|
|
14819
14916
|
"customHeaders"?: Record<string, string>;
|
|
14820
14917
|
}
|
|
14821
14918
|
export interface getUsersQueryOptions {
|
|
@@ -14824,6 +14921,7 @@ declare namespace UsersApi {
|
|
|
14824
14921
|
"sortOrder"?: string;
|
|
14825
14922
|
"expand"?: Array<string>;
|
|
14826
14923
|
"integrationPresenceSource"?: string;
|
|
14924
|
+
"userCustomAttributeSchemaIds"?: Array<string>;
|
|
14827
14925
|
"state"?: string;
|
|
14828
14926
|
"customHeaders"?: Record<string, string>;
|
|
14829
14927
|
}
|
|
@@ -15515,6 +15613,11 @@ declare class WorkforceManagementApi {
|
|
|
15515
15613
|
getWorkforcemanagementBusinessunitSchedulingRuns(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitSchedulingRunsOptions): Promise<Models.BuScheduleRunListing>;
|
|
15516
15614
|
getWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<Models.ServiceGoalTemplate>;
|
|
15517
15615
|
getWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitServicegoaltemplatesOptions): Promise<Models.ServiceGoalTemplateList>;
|
|
15616
|
+
getWorkforcemanagementBusinessunitShifttradingTradesEvaluateJob(businessUnitId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobOptions): Promise<Models.ShiftTradeEvaluateTradesBuJobResponse>;
|
|
15617
|
+
getWorkforcemanagementBusinessunitShifttradingTradesQueryJob(businessUnitId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitShifttradingTradesQueryJobOptions): Promise<Models.ShiftTradeQueryTradesBuJobResponse>;
|
|
15618
|
+
getWorkforcemanagementBusinessunitShifttradingTradesStateBulkJob(businessUnitId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobOptions): Promise<Models.ShiftTradeBulkUpdateTradeStateBuJobResponse>;
|
|
15619
|
+
getWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJob(businessUnitId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobOptions): Promise<Models.ShiftTradeSearchUnmatchedTradesBuJobResponse>;
|
|
15620
|
+
getWorkforcemanagementBusinessunitShifttradingWeeksSummaryJob(businessUnitId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobOptions): Promise<Models.ShiftTradeQueryWeekSummariesBuJobResponse>;
|
|
15518
15621
|
getWorkforcemanagementBusinessunitStaffinggroup(businessUnitId: string, staffingGroupId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitStaffinggroupOptions): Promise<Models.StaffingGroupResponse>;
|
|
15519
15622
|
getWorkforcemanagementBusinessunitStaffinggroups(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitStaffinggroupsOptions): Promise<Models.StaffingGroupListing>;
|
|
15520
15623
|
getWorkforcemanagementBusinessunitTimeofflimit(businessUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitTimeofflimitOptions): Promise<Models.BuTimeOffLimitResponse>;
|
|
@@ -15578,6 +15681,11 @@ declare class WorkforceManagementApi {
|
|
|
15578
15681
|
getWorkforcemanagementNotifications(opts?: WorkforceManagementApi.getWorkforcemanagementNotificationsOptions): Promise<Models.NotificationsResponse>;
|
|
15579
15682
|
getWorkforcemanagementSchedulingjob(jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementSchedulingjobOptions): Promise<Models.SchedulingStatusResponse>;
|
|
15580
15683
|
getWorkforcemanagementShifttrades(opts?: WorkforceManagementApi.getWorkforcemanagementShifttradesOptions): Promise<Models.ShiftTradeListResponse>;
|
|
15684
|
+
getWorkforcemanagementShifttradingTradeJob(tradeId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementShifttradingTradeJobOptions): Promise<Models.ShiftTradeUpdateTradeJobResponse>;
|
|
15685
|
+
getWorkforcemanagementShifttradingTradeMatchJob(tradeId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementShifttradingTradeMatchJobOptions): Promise<Models.ShiftTradeMatchTradeJobResponse>;
|
|
15686
|
+
getWorkforcemanagementShifttradingTradeStateJob(tradeId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementShifttradingTradeStateJobOptions): Promise<Models.ShiftTradeUpdateTradeStateJobResponse>;
|
|
15687
|
+
getWorkforcemanagementShifttradingTradesJob(jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementShifttradingTradesJobOptions): Promise<Models.ShiftTradeAddTradeJobResponse>;
|
|
15688
|
+
getWorkforcemanagementShifttradingTradesMineQueryJob(jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementShifttradingTradesMineQueryJobOptions): Promise<Models.ShiftTradeQueryAgentTradesJobResponse>;
|
|
15581
15689
|
getWorkforcemanagementShrinkageJob(jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementShrinkageJobOptions): Promise<Models.WfmHistoricalShrinkageResponse>;
|
|
15582
15690
|
getWorkforcemanagementTeamAdherence(teamId: string, opts?: WorkforceManagementApi.getWorkforcemanagementTeamAdherenceOptions): Promise<Models.UserScheduleAdherenceListing>;
|
|
15583
15691
|
getWorkforcemanagementTimeoffbalanceJob(jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementTimeoffbalanceJobOptions): Promise<Models.TimeOffBalanceJobResponse>;
|
|
@@ -15656,6 +15764,11 @@ declare class WorkforceManagementApi {
|
|
|
15656
15764
|
postWorkforcemanagementBusinessunitIntraday(businessUnitId: string, body: Models.IntradayPlanningGroupRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitIntradayOptions): Promise<Models.AsyncIntradayResponse>;
|
|
15657
15765
|
postWorkforcemanagementBusinessunitPlanninggroups(businessUnitId: string, body: Models.CreatePlanningGroupRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitPlanninggroupsOptions): Promise<Models.PlanningGroup>;
|
|
15658
15766
|
postWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string, body: Models.CreateServiceGoalTemplate, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplatesOptions): Promise<Models.ServiceGoalTemplate>;
|
|
15767
|
+
postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobs(businessUnitId: string, body: Models.EvaluateShiftTradeListJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobsOptions): Promise<Models.ShiftTradeEvaluateTradesBuJobResponse>;
|
|
15768
|
+
postWorkforcemanagementBusinessunitShifttradingTradesQueryJobs(businessUnitId: string, body: Models.QueryShiftTradeListJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingTradesQueryJobsOptions): Promise<Models.ShiftTradeQueryTradesBuJobResponse>;
|
|
15769
|
+
postWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobs(businessUnitId: string, body: Models.BulkUpdateShiftTradeListJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobsOptions): Promise<Models.ShiftTradeBulkUpdateTradeStateBuJobResponse>;
|
|
15770
|
+
postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobs(businessUnitId: string, body: Models.SearchUnmatchedShiftTradeListJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsOptions): Promise<Models.ShiftTradeSearchUnmatchedTradesBuJobResponse>;
|
|
15771
|
+
postWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobs(businessUnitId: string, body: Models.QueryWeekSummaryListJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobsOptions): Promise<Models.ShiftTradeQueryWeekSummariesBuJobResponse>;
|
|
15659
15772
|
postWorkforcemanagementBusinessunitStaffinggroups(businessUnitId: string, body: Models.CreateStaffingGroupRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroupsOptions): Promise<Models.StaffingGroupResponse>;
|
|
15660
15773
|
postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQuery(businessUnitId: string, body: Models.QueryPlanningGroupToStaffingGroupsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQueryOptions): Promise<Models.PlanningGroupToStaffingGroupsListing>;
|
|
15661
15774
|
postWorkforcemanagementBusinessunitStaffinggroupsQuery(businessUnitId: string, body: Models.QueryUserStaffingGroupListRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroupsQueryOptions): Promise<Models.UserStaffingGroupListing>;
|
|
@@ -15715,6 +15828,11 @@ declare class WorkforceManagementApi {
|
|
|
15715
15828
|
postWorkforcemanagementManagementunits(body: Models.CreateManagementUnitApiRequest, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitsOptions): Promise<Models.ManagementUnit>;
|
|
15716
15829
|
postWorkforcemanagementNotificationsUpdate(body: Models.UpdateNotificationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementNotificationsUpdateOptions): Promise<Models.UpdateNotificationsResponse>;
|
|
15717
15830
|
postWorkforcemanagementSchedules(opts?: WorkforceManagementApi.postWorkforcemanagementSchedulesOptions): Promise<Models.UserScheduleContainer>;
|
|
15831
|
+
postWorkforcemanagementShifttradingTradeJobs(tradeId: string, body: Models.UpdateShiftTradeJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementShifttradingTradeJobsOptions): Promise<Models.ShiftTradeUpdateTradeJobResponse>;
|
|
15832
|
+
postWorkforcemanagementShifttradingTradeMatchJobs(tradeId: string, body: Models.MatchShiftTradeJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementShifttradingTradeMatchJobsOptions): Promise<Models.ShiftTradeMatchTradeJobResponse>;
|
|
15833
|
+
postWorkforcemanagementShifttradingTradeStateJobs(tradeId: string, body: Models.UpdateShiftTradeStateJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementShifttradingTradeStateJobsOptions): Promise<Models.ShiftTradeUpdateTradeStateJobResponse>;
|
|
15834
|
+
postWorkforcemanagementShifttradingTradesJobs(body: Models.AddShiftTradeJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementShifttradingTradesJobsOptions): Promise<Models.ShiftTradeAddTradeJobResponse>;
|
|
15835
|
+
postWorkforcemanagementShifttradingTradesMineQueryJobs(body: Models.QueryAgentShiftTradeListJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementShifttradingTradesMineQueryJobsOptions): Promise<Models.ShiftTradeQueryAgentTradesJobResponse>;
|
|
15718
15836
|
postWorkforcemanagementTeamAdherenceHistorical(teamId: string, body: Models.WfmHistoricalAdherenceQueryForTeams, opts?: WorkforceManagementApi.postWorkforcemanagementTeamAdherenceHistoricalOptions): Promise<Models.WfmHistoricalAdherenceResponse>;
|
|
15719
15837
|
postWorkforcemanagementTeamShrinkageJobs(teamId: string, body: Models.WfmHistoricalShrinkageTeamsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementTeamShrinkageJobsOptions): Promise<Models.WfmHistoricalShrinkageResponse>;
|
|
15720
15838
|
postWorkforcemanagementTimeoffbalanceJobs(body: Models.TimeOffBalanceRequest, opts?: WorkforceManagementApi.postWorkforcemanagementTimeoffbalanceJobsOptions): Promise<Models.TimeOffBalancesResponse>;
|
|
@@ -15934,6 +16052,21 @@ declare namespace WorkforceManagementApi {
|
|
|
15934
16052
|
"expand"?: Array<string>;
|
|
15935
16053
|
"customHeaders"?: Record<string, string>;
|
|
15936
16054
|
}
|
|
16055
|
+
export interface getWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobOptions {
|
|
16056
|
+
"customHeaders"?: Record<string, string>;
|
|
16057
|
+
}
|
|
16058
|
+
export interface getWorkforcemanagementBusinessunitShifttradingTradesQueryJobOptions {
|
|
16059
|
+
"customHeaders"?: Record<string, string>;
|
|
16060
|
+
}
|
|
16061
|
+
export interface getWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobOptions {
|
|
16062
|
+
"customHeaders"?: Record<string, string>;
|
|
16063
|
+
}
|
|
16064
|
+
export interface getWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobOptions {
|
|
16065
|
+
"customHeaders"?: Record<string, string>;
|
|
16066
|
+
}
|
|
16067
|
+
export interface getWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobOptions {
|
|
16068
|
+
"customHeaders"?: Record<string, string>;
|
|
16069
|
+
}
|
|
15937
16070
|
export interface getWorkforcemanagementBusinessunitStaffinggroupOptions {
|
|
15938
16071
|
"customHeaders"?: Record<string, string>;
|
|
15939
16072
|
}
|
|
@@ -16164,6 +16297,21 @@ declare namespace WorkforceManagementApi {
|
|
|
16164
16297
|
export interface getWorkforcemanagementShifttradesOptions {
|
|
16165
16298
|
"customHeaders"?: Record<string, string>;
|
|
16166
16299
|
}
|
|
16300
|
+
export interface getWorkforcemanagementShifttradingTradeJobOptions {
|
|
16301
|
+
"customHeaders"?: Record<string, string>;
|
|
16302
|
+
}
|
|
16303
|
+
export interface getWorkforcemanagementShifttradingTradeMatchJobOptions {
|
|
16304
|
+
"customHeaders"?: Record<string, string>;
|
|
16305
|
+
}
|
|
16306
|
+
export interface getWorkforcemanagementShifttradingTradeStateJobOptions {
|
|
16307
|
+
"customHeaders"?: Record<string, string>;
|
|
16308
|
+
}
|
|
16309
|
+
export interface getWorkforcemanagementShifttradingTradesJobOptions {
|
|
16310
|
+
"customHeaders"?: Record<string, string>;
|
|
16311
|
+
}
|
|
16312
|
+
export interface getWorkforcemanagementShifttradingTradesMineQueryJobOptions {
|
|
16313
|
+
"customHeaders"?: Record<string, string>;
|
|
16314
|
+
}
|
|
16167
16315
|
export interface getWorkforcemanagementShrinkageJobOptions {
|
|
16168
16316
|
"customHeaders"?: Record<string, string>;
|
|
16169
16317
|
}
|
|
@@ -16415,6 +16563,30 @@ declare namespace WorkforceManagementApi {
|
|
|
16415
16563
|
export interface postWorkforcemanagementBusinessunitServicegoaltemplatesOptions {
|
|
16416
16564
|
"customHeaders"?: Record<string, string>;
|
|
16417
16565
|
}
|
|
16566
|
+
export interface postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobsOptions {
|
|
16567
|
+
"forceAsync"?: boolean;
|
|
16568
|
+
"forceDownloadService"?: boolean;
|
|
16569
|
+
"customHeaders"?: Record<string, string>;
|
|
16570
|
+
}
|
|
16571
|
+
export interface postWorkforcemanagementBusinessunitShifttradingTradesQueryJobsOptions {
|
|
16572
|
+
"forceAsync"?: boolean;
|
|
16573
|
+
"forceDownloadService"?: boolean;
|
|
16574
|
+
"customHeaders"?: Record<string, string>;
|
|
16575
|
+
}
|
|
16576
|
+
export interface postWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobsOptions {
|
|
16577
|
+
"forceAsync"?: boolean;
|
|
16578
|
+
"forceDownloadService"?: boolean;
|
|
16579
|
+
"customHeaders"?: Record<string, string>;
|
|
16580
|
+
}
|
|
16581
|
+
export interface postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsOptions {
|
|
16582
|
+
"forceAsync"?: boolean;
|
|
16583
|
+
"forceDownloadService"?: boolean;
|
|
16584
|
+
"customHeaders"?: Record<string, string>;
|
|
16585
|
+
}
|
|
16586
|
+
export interface postWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobsOptions {
|
|
16587
|
+
"forceAsync"?: boolean;
|
|
16588
|
+
"customHeaders"?: Record<string, string>;
|
|
16589
|
+
}
|
|
16418
16590
|
export interface postWorkforcemanagementBusinessunitStaffinggroupsOptions {
|
|
16419
16591
|
"customHeaders"?: Record<string, string>;
|
|
16420
16592
|
}
|
|
@@ -16608,6 +16780,27 @@ declare namespace WorkforceManagementApi {
|
|
|
16608
16780
|
"body"?: Models.CurrentUserScheduleRequestBody;
|
|
16609
16781
|
"customHeaders"?: Record<string, string>;
|
|
16610
16782
|
}
|
|
16783
|
+
export interface postWorkforcemanagementShifttradingTradeJobsOptions {
|
|
16784
|
+
"forceAsync"?: boolean;
|
|
16785
|
+
"customHeaders"?: Record<string, string>;
|
|
16786
|
+
}
|
|
16787
|
+
export interface postWorkforcemanagementShifttradingTradeMatchJobsOptions {
|
|
16788
|
+
"forceAsync"?: boolean;
|
|
16789
|
+
"customHeaders"?: Record<string, string>;
|
|
16790
|
+
}
|
|
16791
|
+
export interface postWorkforcemanagementShifttradingTradeStateJobsOptions {
|
|
16792
|
+
"forceAsync"?: boolean;
|
|
16793
|
+
"customHeaders"?: Record<string, string>;
|
|
16794
|
+
}
|
|
16795
|
+
export interface postWorkforcemanagementShifttradingTradesJobsOptions {
|
|
16796
|
+
"forceAsync"?: boolean;
|
|
16797
|
+
"customHeaders"?: Record<string, string>;
|
|
16798
|
+
}
|
|
16799
|
+
export interface postWorkforcemanagementShifttradingTradesMineQueryJobsOptions {
|
|
16800
|
+
"forceAsync"?: boolean;
|
|
16801
|
+
"forceDownloadService"?: boolean;
|
|
16802
|
+
"customHeaders"?: Record<string, string>;
|
|
16803
|
+
}
|
|
16611
16804
|
export interface postWorkforcemanagementTeamAdherenceHistoricalOptions {
|
|
16612
16805
|
"customHeaders"?: Record<string, string>;
|
|
16613
16806
|
}
|
|
@@ -17178,12 +17371,12 @@ declare namespace Models {
|
|
|
17178
17371
|
|
|
17179
17372
|
export interface ActivityPlanJobResponse {
|
|
17180
17373
|
"id"?: string;
|
|
17181
|
-
"activityPlan": Models.ActivityPlanReference;
|
|
17182
17374
|
"status": string;
|
|
17183
17375
|
"exceptions": Array<Models.ActivityPlanJobException>;
|
|
17184
17376
|
"error"?: Models.ErrorBody;
|
|
17185
|
-
"
|
|
17377
|
+
"activityPlan": Models.ActivityPlanStructureWithOccurrenceSessionsUsersReference;
|
|
17186
17378
|
"type": string;
|
|
17379
|
+
"occurrence"?: Models.ActivityPlanOccurrenceReference;
|
|
17187
17380
|
"selfUri"?: string;
|
|
17188
17381
|
}
|
|
17189
17382
|
|
|
@@ -17215,6 +17408,12 @@ declare namespace Models {
|
|
|
17215
17408
|
"selfUri"?: string;
|
|
17216
17409
|
}
|
|
17217
17410
|
|
|
17411
|
+
export interface ActivityPlanOccurrenceSessionsUsersStructureReference {
|
|
17412
|
+
"id"?: string;
|
|
17413
|
+
"sessions": Array<Models.ActivityPlanSessionStructureReference>;
|
|
17414
|
+
"selfUri"?: string;
|
|
17415
|
+
}
|
|
17416
|
+
|
|
17218
17417
|
export interface ActivityPlanReference {
|
|
17219
17418
|
"id"?: string;
|
|
17220
17419
|
"selfUri"?: string;
|
|
@@ -17251,10 +17450,10 @@ declare namespace Models {
|
|
|
17251
17450
|
|
|
17252
17451
|
export interface ActivityPlanRunJobResponse {
|
|
17253
17452
|
"id"?: string;
|
|
17254
|
-
"activityPlan": Models.ActivityPlanReference;
|
|
17255
17453
|
"status": string;
|
|
17256
17454
|
"exceptions": Array<Models.ActivityPlanJobException>;
|
|
17257
17455
|
"error"?: Models.ErrorBody;
|
|
17456
|
+
"activityPlan": Models.ActivityPlanReference;
|
|
17258
17457
|
"selfUri"?: string;
|
|
17259
17458
|
}
|
|
17260
17459
|
|
|
@@ -17268,6 +17467,18 @@ declare namespace Models {
|
|
|
17268
17467
|
"decreaseByPercent": number;
|
|
17269
17468
|
}
|
|
17270
17469
|
|
|
17470
|
+
export interface ActivityPlanSessionStructureReference {
|
|
17471
|
+
"id"?: string;
|
|
17472
|
+
"users"?: Array<Models.UserReference>;
|
|
17473
|
+
"selfUri"?: string;
|
|
17474
|
+
}
|
|
17475
|
+
|
|
17476
|
+
export interface ActivityPlanStructureWithOccurrenceSessionsUsersReference {
|
|
17477
|
+
"id"?: string;
|
|
17478
|
+
"occurrences": Array<Models.ActivityPlanOccurrenceSessionsUsersStructureReference>;
|
|
17479
|
+
"selfUri"?: string;
|
|
17480
|
+
}
|
|
17481
|
+
|
|
17271
17482
|
export interface AcwDetailEventTopicAfterCallWorkEvent {
|
|
17272
17483
|
"eventTime"?: number;
|
|
17273
17484
|
"conversationId"?: string;
|
|
@@ -17324,6 +17535,13 @@ declare namespace Models {
|
|
|
17324
17535
|
"appointment"?: Models.CoachingAppointmentReference;
|
|
17325
17536
|
}
|
|
17326
17537
|
|
|
17538
|
+
export interface AddShiftTradeJobRequest {
|
|
17539
|
+
"initiatingShift": Models.InitiatingShiftRequestItem;
|
|
17540
|
+
"acceptableIntervals"?: Array<Models.RequiredDateRange>;
|
|
17541
|
+
"target"?: Models.ShiftTradeTargetRequestItem;
|
|
17542
|
+
"expirationDate"?: string;
|
|
17543
|
+
}
|
|
17544
|
+
|
|
17327
17545
|
export interface AddShiftTradeRequest {
|
|
17328
17546
|
"scheduleId": string;
|
|
17329
17547
|
"initiatingShiftId": string;
|
|
@@ -17873,6 +18091,7 @@ declare namespace Models {
|
|
|
17873
18091
|
export interface AgentMaxUtilizationResponse {
|
|
17874
18092
|
"utilization"?: { [key: string]: Models.MediaUtilization; };
|
|
17875
18093
|
"labelUtilizations"?: { [key: string]: Models.LabelUtilizationResponse; };
|
|
18094
|
+
"maxInboundCalls"?: number;
|
|
17876
18095
|
"level"?: string;
|
|
17877
18096
|
}
|
|
17878
18097
|
|
|
@@ -18509,7 +18728,10 @@ declare namespace Models {
|
|
|
18509
18728
|
}
|
|
18510
18729
|
|
|
18511
18730
|
export interface AnalyticsConversation {
|
|
18731
|
+
"accessAttributes"?: Array<string>;
|
|
18732
|
+
"associatedConversationId"?: string;
|
|
18512
18733
|
"conferenceStart"?: string;
|
|
18734
|
+
"consultationConversationIds"?: Array<string>;
|
|
18513
18735
|
"conversationEnd"?: string;
|
|
18514
18736
|
"conversationId"?: string;
|
|
18515
18737
|
"conversationInitiator"?: string;
|
|
@@ -18518,8 +18740,6 @@ declare namespace Models {
|
|
|
18518
18740
|
"divisionIds"?: Array<string>;
|
|
18519
18741
|
"externalTag"?: string;
|
|
18520
18742
|
"inactivityTimeout"?: string;
|
|
18521
|
-
"associatedConversationId"?: string;
|
|
18522
|
-
"consultationConversationIds"?: Array<string>;
|
|
18523
18743
|
"knowledgeBaseIds"?: Array<string>;
|
|
18524
18744
|
"mediaStatsMinConversationMos"?: number;
|
|
18525
18745
|
"mediaStatsMinConversationRFactor"?: number;
|
|
@@ -18573,7 +18793,10 @@ declare namespace Models {
|
|
|
18573
18793
|
}
|
|
18574
18794
|
|
|
18575
18795
|
export interface AnalyticsConversationWithoutAttributes {
|
|
18796
|
+
"accessAttributes"?: Array<string>;
|
|
18797
|
+
"associatedConversationId"?: string;
|
|
18576
18798
|
"conferenceStart"?: string;
|
|
18799
|
+
"consultationConversationIds"?: Array<string>;
|
|
18577
18800
|
"conversationEnd"?: string;
|
|
18578
18801
|
"conversationId"?: string;
|
|
18579
18802
|
"conversationInitiator"?: string;
|
|
@@ -18582,8 +18805,6 @@ declare namespace Models {
|
|
|
18582
18805
|
"divisionIds"?: Array<string>;
|
|
18583
18806
|
"externalTag"?: string;
|
|
18584
18807
|
"inactivityTimeout"?: string;
|
|
18585
|
-
"associatedConversationId"?: string;
|
|
18586
|
-
"consultationConversationIds"?: Array<string>;
|
|
18587
18808
|
"knowledgeBaseIds"?: Array<string>;
|
|
18588
18809
|
"mediaStatsMinConversationMos"?: number;
|
|
18589
18810
|
"mediaStatsMinConversationRFactor"?: number;
|
|
@@ -18812,6 +19033,7 @@ declare namespace Models {
|
|
|
18812
19033
|
"sessionDnis"?: string;
|
|
18813
19034
|
"sessionId"?: string;
|
|
18814
19035
|
"sharingScreen"?: boolean;
|
|
19036
|
+
"skillExpressionId"?: string;
|
|
18815
19037
|
"skipEnabled"?: boolean;
|
|
18816
19038
|
"snippetRecording"?: boolean;
|
|
18817
19039
|
"timeoutSeconds"?: number;
|
|
@@ -19036,7 +19258,6 @@ declare namespace Models {
|
|
|
19036
19258
|
}
|
|
19037
19259
|
|
|
19038
19260
|
export interface AppleIdentityResolutionConfig {
|
|
19039
|
-
"id"?: string;
|
|
19040
19261
|
"division"?: Models.WritableStarrableDivision;
|
|
19041
19262
|
"resolveIdentities": boolean;
|
|
19042
19263
|
"selfUri"?: string;
|
|
@@ -21899,6 +22120,12 @@ declare namespace Models {
|
|
|
21899
22120
|
"errorResultIds"?: Array<string>;
|
|
21900
22121
|
}
|
|
21901
22122
|
|
|
22123
|
+
export interface BulkUpdateShiftTradeListJobRequest {
|
|
22124
|
+
"managementUnitIds": Array<string>;
|
|
22125
|
+
"weekDates": Array<string>;
|
|
22126
|
+
"entities": Array<Models.BulkUpdateShiftTradeStateRequestItem>;
|
|
22127
|
+
}
|
|
22128
|
+
|
|
21902
22129
|
export interface BulkUpdateShiftTradeStateRequestItem {
|
|
21903
22130
|
"id"?: string;
|
|
21904
22131
|
"state": string;
|
|
@@ -25075,13 +25302,11 @@ declare namespace Models {
|
|
|
25075
25302
|
}
|
|
25076
25303
|
|
|
25077
25304
|
export interface ContactIdentifier {
|
|
25078
|
-
"id"?: string;
|
|
25079
25305
|
"division"?: Models.WritableStarrableDivision;
|
|
25080
25306
|
"type": string;
|
|
25081
25307
|
"value": string;
|
|
25082
25308
|
"dateCreated"?: string;
|
|
25083
25309
|
"externalSource"?: Models.ExternalSource;
|
|
25084
|
-
"selfUri"?: string;
|
|
25085
25310
|
}
|
|
25086
25311
|
|
|
25087
25312
|
export interface ContactIdentifierListing {
|
|
@@ -29781,6 +30006,76 @@ declare namespace Models {
|
|
|
29781
30006
|
"attributes"?: { [key: string]: string; };
|
|
29782
30007
|
}
|
|
29783
30008
|
|
|
30009
|
+
export interface CopilotAggregateDataContainer {
|
|
30010
|
+
"group"?: { [key: string]: string; };
|
|
30011
|
+
"data"?: Array<Models.StatisticalResponse>;
|
|
30012
|
+
}
|
|
30013
|
+
|
|
30014
|
+
export interface CopilotAggregateQueryClause {
|
|
30015
|
+
"type": string;
|
|
30016
|
+
"predicates": Array<Models.CopilotAggregateQueryPredicate>;
|
|
30017
|
+
}
|
|
30018
|
+
|
|
30019
|
+
export interface CopilotAggregateQueryFilter {
|
|
30020
|
+
"type": string;
|
|
30021
|
+
"clauses"?: Array<Models.CopilotAggregateQueryClause>;
|
|
30022
|
+
"predicates"?: Array<Models.CopilotAggregateQueryPredicate>;
|
|
30023
|
+
}
|
|
30024
|
+
|
|
30025
|
+
export interface CopilotAggregateQueryPredicate {
|
|
30026
|
+
"type"?: string;
|
|
30027
|
+
"dimension"?: string;
|
|
30028
|
+
"operator"?: string;
|
|
30029
|
+
"value"?: string;
|
|
30030
|
+
"range"?: Models.NumericRange;
|
|
30031
|
+
}
|
|
30032
|
+
|
|
30033
|
+
export interface CopilotAggregateQueryResponse {
|
|
30034
|
+
"results"?: Array<Models.CopilotAggregateDataContainer>;
|
|
30035
|
+
}
|
|
30036
|
+
|
|
30037
|
+
export interface CopilotAggregationQuery {
|
|
30038
|
+
"interval": string;
|
|
30039
|
+
"granularity"?: string;
|
|
30040
|
+
"timeZone"?: string;
|
|
30041
|
+
"groupBy"?: Array<string>;
|
|
30042
|
+
"filter"?: Models.CopilotAggregateQueryFilter;
|
|
30043
|
+
"metrics": Array<string>;
|
|
30044
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
30045
|
+
"views"?: Array<Models.CopilotAggregationView>;
|
|
30046
|
+
"alternateTimeDimension"?: string;
|
|
30047
|
+
}
|
|
30048
|
+
|
|
30049
|
+
export interface CopilotAggregationSort {
|
|
30050
|
+
"name": string;
|
|
30051
|
+
"function": string;
|
|
30052
|
+
}
|
|
30053
|
+
|
|
30054
|
+
export interface CopilotAggregationView {
|
|
30055
|
+
"target": string;
|
|
30056
|
+
"name": string;
|
|
30057
|
+
"function": string;
|
|
30058
|
+
"range"?: Models.AggregationRange;
|
|
30059
|
+
}
|
|
30060
|
+
|
|
30061
|
+
export interface CopilotAsyncAggregateQueryResponse {
|
|
30062
|
+
"results"?: Array<Models.CopilotAggregateDataContainer>;
|
|
30063
|
+
"cursor"?: string;
|
|
30064
|
+
}
|
|
30065
|
+
|
|
30066
|
+
export interface CopilotAsyncAggregationQuery {
|
|
30067
|
+
"interval": string;
|
|
30068
|
+
"granularity"?: string;
|
|
30069
|
+
"timeZone"?: string;
|
|
30070
|
+
"groupBy"?: Array<string>;
|
|
30071
|
+
"filter"?: Models.CopilotAggregateQueryFilter;
|
|
30072
|
+
"metrics": Array<string>;
|
|
30073
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
30074
|
+
"views"?: Array<Models.CopilotAggregationView>;
|
|
30075
|
+
"alternateTimeDimension"?: string;
|
|
30076
|
+
"pageSize"?: number;
|
|
30077
|
+
}
|
|
30078
|
+
|
|
29784
30079
|
export interface CopilotCondition {
|
|
29785
30080
|
"conditionType": string;
|
|
29786
30081
|
"conditionValues": Array<string>;
|
|
@@ -30105,6 +30400,14 @@ declare namespace Models {
|
|
|
30105
30400
|
"utilizationLabel"?: string;
|
|
30106
30401
|
}
|
|
30107
30402
|
|
|
30403
|
+
export interface CreateExternalEventsConfigurationRequest {
|
|
30404
|
+
"name": string;
|
|
30405
|
+
"description": string;
|
|
30406
|
+
"divisionId": string;
|
|
30407
|
+
"schemaId": string;
|
|
30408
|
+
"source": string;
|
|
30409
|
+
}
|
|
30410
|
+
|
|
30108
30411
|
export interface CreateGeneralProgramTestPhraseDetectedPhrase {
|
|
30109
30412
|
"foundPhrase"?: string;
|
|
30110
30413
|
"snippet"?: string;
|
|
@@ -30655,19 +30958,6 @@ declare namespace Models {
|
|
|
30655
30958
|
"required"?: Array<string>;
|
|
30656
30959
|
}
|
|
30657
30960
|
|
|
30658
|
-
export interface CredentialTypeListing {
|
|
30659
|
-
"entities"?: Array<Models.CredentialType>;
|
|
30660
|
-
"pageSize"?: number;
|
|
30661
|
-
"pageNumber"?: number;
|
|
30662
|
-
"total"?: number;
|
|
30663
|
-
"firstUri"?: string;
|
|
30664
|
-
"nextUri"?: string;
|
|
30665
|
-
"previousUri"?: string;
|
|
30666
|
-
"lastUri"?: string;
|
|
30667
|
-
"selfUri"?: string;
|
|
30668
|
-
"pageCount"?: number;
|
|
30669
|
-
}
|
|
30670
|
-
|
|
30671
30961
|
export interface Criteria {
|
|
30672
30962
|
"key": string;
|
|
30673
30963
|
"values": Array<string>;
|
|
@@ -31842,7 +32132,6 @@ declare namespace Models {
|
|
|
31842
32132
|
}
|
|
31843
32133
|
|
|
31844
32134
|
export interface DeploymentIdentityResolutionConfig {
|
|
31845
|
-
"id"?: string;
|
|
31846
32135
|
"division"?: Models.WritableStarrableDivision;
|
|
31847
32136
|
"resolveIdentities": boolean;
|
|
31848
32137
|
"externalSource"?: Models.IdentityResolutionExternalSource;
|
|
@@ -35337,6 +35626,20 @@ declare namespace Models {
|
|
|
35337
35626
|
"results": Array<Models.PredictionResults>;
|
|
35338
35627
|
}
|
|
35339
35628
|
|
|
35629
|
+
export interface EvaluateShiftTradeListJobRequest {
|
|
35630
|
+
"managementUnitIds": Array<string>;
|
|
35631
|
+
"weekDates": Array<string>;
|
|
35632
|
+
}
|
|
35633
|
+
|
|
35634
|
+
export interface EvaluateShiftTradeListJobResponseItem {
|
|
35635
|
+
"entities"?: Array<Models.EvaluatedShiftTradeResponseItem>;
|
|
35636
|
+
}
|
|
35637
|
+
|
|
35638
|
+
export interface EvaluatedShiftTradeResponseItem {
|
|
35639
|
+
"trade": Models.ShiftTradeResponseItem;
|
|
35640
|
+
"matchReview"?: Models.ShiftTradeMatchReviewResponse;
|
|
35641
|
+
}
|
|
35642
|
+
|
|
35340
35643
|
export interface Evaluation {
|
|
35341
35644
|
"id"?: string;
|
|
35342
35645
|
"name"?: string;
|
|
@@ -35585,6 +35888,21 @@ declare namespace Models {
|
|
|
35585
35888
|
"pageCount"?: number;
|
|
35586
35889
|
}
|
|
35587
35890
|
|
|
35891
|
+
export interface EvaluationFormSearchResponse {
|
|
35892
|
+
"id"?: string;
|
|
35893
|
+
"modifiedDate"?: string;
|
|
35894
|
+
"published"?: boolean;
|
|
35895
|
+
"contextId"?: string;
|
|
35896
|
+
"questionGroups"?: Array<Models.EvaluationQuestionGroup>;
|
|
35897
|
+
"weightMode"?: string;
|
|
35898
|
+
"evaluationSettings"?: Models.EvaluationSettings;
|
|
35899
|
+
"publishedVersions"?: Models.DomainEntityListingEvaluationForm;
|
|
35900
|
+
"latestVersionFormName"?: string;
|
|
35901
|
+
"aiScoring"?: Models.AiScoringSettings;
|
|
35902
|
+
"dialect"?: string;
|
|
35903
|
+
"selfUri"?: string;
|
|
35904
|
+
}
|
|
35905
|
+
|
|
35588
35906
|
export interface EvaluationQualityV2TopicCalibration {
|
|
35589
35907
|
"id"?: string;
|
|
35590
35908
|
}
|
|
@@ -35819,6 +36137,45 @@ declare namespace Models {
|
|
|
35819
36137
|
"operator"?: string;
|
|
35820
36138
|
}
|
|
35821
36139
|
|
|
36140
|
+
export interface EvaluationSearchItemResponse {
|
|
36141
|
+
"id"?: string;
|
|
36142
|
+
"name"?: string;
|
|
36143
|
+
"conversation"?: Models.ConversationReference;
|
|
36144
|
+
"evaluationForm"?: Models.EvaluationFormSearchResponse;
|
|
36145
|
+
"evaluator"?: Models.User;
|
|
36146
|
+
"agent"?: Models.User;
|
|
36147
|
+
"calibration"?: Models.AddressableEntityRef;
|
|
36148
|
+
"status"?: string;
|
|
36149
|
+
"answers"?: Models.EvaluationScoringSet;
|
|
36150
|
+
"agentHasRead"?: boolean;
|
|
36151
|
+
"assignee"?: Models.User;
|
|
36152
|
+
"assigneeApplicable"?: boolean;
|
|
36153
|
+
"releaseDate"?: string;
|
|
36154
|
+
"assignedDate"?: string;
|
|
36155
|
+
"createdDate"?: string;
|
|
36156
|
+
"changedDate"?: string;
|
|
36157
|
+
"submittedDate"?: string;
|
|
36158
|
+
"revisionCreatedDate"?: string;
|
|
36159
|
+
"queue"?: Models.Queue;
|
|
36160
|
+
"mediaType"?: Array<string>;
|
|
36161
|
+
"divisionIds"?: Array<string>;
|
|
36162
|
+
"rescore"?: boolean;
|
|
36163
|
+
"conversationDate"?: string;
|
|
36164
|
+
"conversationEndDate"?: string;
|
|
36165
|
+
"neverRelease"?: boolean;
|
|
36166
|
+
"assigned"?: boolean;
|
|
36167
|
+
"dateAssigneeChanged"?: string;
|
|
36168
|
+
"resourceId"?: string;
|
|
36169
|
+
"resourceType"?: string;
|
|
36170
|
+
"redacted"?: boolean;
|
|
36171
|
+
"isScoringIndex"?: boolean;
|
|
36172
|
+
"authorizedActions"?: Array<string>;
|
|
36173
|
+
"hasAssistanceFailed"?: boolean;
|
|
36174
|
+
"evaluationSource"?: Models.EvaluationSource;
|
|
36175
|
+
"aiScoring"?: Models.AiScoring;
|
|
36176
|
+
"selfUri"?: string;
|
|
36177
|
+
}
|
|
36178
|
+
|
|
35822
36179
|
export interface EvaluationSearchRequestDTO {
|
|
35823
36180
|
"query": Array<Models.EvaluationSearchCriteriaDTO>;
|
|
35824
36181
|
"aggregations"?: Array<Models.EvaluationSearchAggregationDTO>;
|
|
@@ -35832,7 +36189,7 @@ declare namespace Models {
|
|
|
35832
36189
|
export interface EvaluationSearchResponse {
|
|
35833
36190
|
"pageSize"?: number;
|
|
35834
36191
|
"pageNumber"?: number;
|
|
35835
|
-
"results"?: Array<Models.
|
|
36192
|
+
"results"?: Array<Models.EvaluationSearchItemResponse>;
|
|
35836
36193
|
"aggregations"?: { [key: string]: Models.EvaluationSearchAggregationResponse; };
|
|
35837
36194
|
}
|
|
35838
36195
|
|
|
@@ -36767,6 +37124,56 @@ declare namespace Models {
|
|
|
36767
37124
|
"sourceConfiguration": Models.SourceConfiguration;
|
|
36768
37125
|
}
|
|
36769
37126
|
|
|
37127
|
+
export interface ExternalEvent {
|
|
37128
|
+
"id": string;
|
|
37129
|
+
"dateCreated": string;
|
|
37130
|
+
"identifiers": Models.ExternalEventIdentifiers;
|
|
37131
|
+
"attributes": { [key: string]: object; };
|
|
37132
|
+
}
|
|
37133
|
+
|
|
37134
|
+
export interface ExternalEventExternalId {
|
|
37135
|
+
"value": string;
|
|
37136
|
+
"externalSourceId": string;
|
|
37137
|
+
}
|
|
37138
|
+
|
|
37139
|
+
export interface ExternalEventIdentifiers {
|
|
37140
|
+
"externalIds": Array<Models.ExternalEventExternalId>;
|
|
37141
|
+
}
|
|
37142
|
+
|
|
37143
|
+
export interface ExternalEventsConfiguration {
|
|
37144
|
+
"id": string;
|
|
37145
|
+
"name"?: string;
|
|
37146
|
+
"description": string;
|
|
37147
|
+
"divisionId": string;
|
|
37148
|
+
"divisionIdActive": boolean;
|
|
37149
|
+
"schemaId": string;
|
|
37150
|
+
"schemaActive": boolean;
|
|
37151
|
+
"source": string;
|
|
37152
|
+
"dateLastModified": string;
|
|
37153
|
+
"selfUri"?: string;
|
|
37154
|
+
}
|
|
37155
|
+
|
|
37156
|
+
export interface ExternalEventsConfigurationListing {
|
|
37157
|
+
"entities"?: Array<Models.ExternalEventsConfiguration>;
|
|
37158
|
+
"pageSize"?: number;
|
|
37159
|
+
"pageNumber"?: number;
|
|
37160
|
+
"total"?: number;
|
|
37161
|
+
"firstUri"?: string;
|
|
37162
|
+
"nextUri"?: string;
|
|
37163
|
+
"previousUri"?: string;
|
|
37164
|
+
"lastUri"?: string;
|
|
37165
|
+
"selfUri"?: string;
|
|
37166
|
+
"pageCount"?: number;
|
|
37167
|
+
}
|
|
37168
|
+
|
|
37169
|
+
export interface ExternalEventsRequest {
|
|
37170
|
+
"entities": Array<Models.ExternalEvent>;
|
|
37171
|
+
}
|
|
37172
|
+
|
|
37173
|
+
export interface ExternalEventsResponse {
|
|
37174
|
+
"unprocessedEntities": Array<Models.UnprocessedExternalEvent>;
|
|
37175
|
+
}
|
|
37176
|
+
|
|
36770
37177
|
export interface ExternalId {
|
|
36771
37178
|
"externalSource": Models.ExternalSource;
|
|
36772
37179
|
"value": string;
|
|
@@ -36892,17 +37299,14 @@ declare namespace Models {
|
|
|
36892
37299
|
"action"?: string;
|
|
36893
37300
|
"externalOrganization"?: Models.ExternalOrganization;
|
|
36894
37301
|
"fieldRules"?: Models.EnrichFieldRules;
|
|
36895
|
-
"selfUri"?: string;
|
|
36896
37302
|
}
|
|
36897
37303
|
|
|
36898
37304
|
export interface ExternalOrganizationIdentifier {
|
|
36899
|
-
"id"?: string;
|
|
36900
37305
|
"division"?: Models.WritableStarrableDivision;
|
|
36901
37306
|
"type": string;
|
|
36902
37307
|
"value": string;
|
|
36903
37308
|
"dateCreated"?: string;
|
|
36904
37309
|
"externalSource"?: Models.ExternalSource;
|
|
36905
|
-
"selfUri"?: string;
|
|
36906
37310
|
}
|
|
36907
37311
|
|
|
36908
37312
|
export interface ExternalOrganizationIdentifierClaimRequest {
|
|
@@ -36929,13 +37333,11 @@ declare namespace Models {
|
|
|
36929
37333
|
}
|
|
36930
37334
|
|
|
36931
37335
|
export interface ExternalOrganizationTrustorLink {
|
|
36932
|
-
"id"?: string;
|
|
36933
37336
|
"division"?: Models.WritableStarrableDivision;
|
|
36934
37337
|
"externalOrganizationId"?: string;
|
|
36935
37338
|
"trustorOrgId"?: string;
|
|
36936
37339
|
"dateCreated"?: string;
|
|
36937
37340
|
"externalOrganizationUri"?: string;
|
|
36938
|
-
"selfUri"?: string;
|
|
36939
37341
|
}
|
|
36940
37342
|
|
|
36941
37343
|
export interface ExternalPageMetadata {
|
|
@@ -37018,7 +37420,6 @@ declare namespace Models {
|
|
|
37018
37420
|
}
|
|
37019
37421
|
|
|
37020
37422
|
export interface FacebookIdentityResolutionConfig {
|
|
37021
|
-
"id"?: string;
|
|
37022
37423
|
"division"?: Models.WritableStarrableDivision;
|
|
37023
37424
|
"resolveIdentities": boolean;
|
|
37024
37425
|
"selfUri"?: string;
|
|
@@ -39877,7 +40278,6 @@ declare namespace Models {
|
|
|
39877
40278
|
}
|
|
39878
40279
|
|
|
39879
40280
|
export interface IVRIdentityResolutionConfig {
|
|
39880
|
-
"id"?: string;
|
|
39881
40281
|
"division"?: Models.WritableStarrableDivision;
|
|
39882
40282
|
"resolveIdentities": boolean;
|
|
39883
40283
|
"selfUri"?: string;
|
|
@@ -40307,6 +40707,12 @@ declare namespace Models {
|
|
|
40307
40707
|
"startDate": string;
|
|
40308
40708
|
}
|
|
40309
40709
|
|
|
40710
|
+
export interface InitiatingShiftRequestItem {
|
|
40711
|
+
"id": string;
|
|
40712
|
+
"schedule": Models.BuScheduleReference;
|
|
40713
|
+
"weekDate": string;
|
|
40714
|
+
}
|
|
40715
|
+
|
|
40310
40716
|
export interface Input {
|
|
40311
40717
|
"id"?: string;
|
|
40312
40718
|
"title"?: string;
|
|
@@ -40525,7 +40931,6 @@ declare namespace Models {
|
|
|
40525
40931
|
}
|
|
40526
40932
|
|
|
40527
40933
|
export interface InstagramIdentityResolutionConfig {
|
|
40528
|
-
"id"?: string;
|
|
40529
40934
|
"division"?: Models.WritableStarrableDivision;
|
|
40530
40935
|
"resolveIdentities": boolean;
|
|
40531
40936
|
"selfUri"?: string;
|
|
@@ -41330,6 +41735,22 @@ declare namespace Models {
|
|
|
41330
41735
|
"trackingSettings"?: Models.TrackingSettings;
|
|
41331
41736
|
}
|
|
41332
41737
|
|
|
41738
|
+
export interface JourneyExternalEventsSchema {
|
|
41739
|
+
"id"?: string;
|
|
41740
|
+
"version"?: number;
|
|
41741
|
+
"enabled"?: boolean;
|
|
41742
|
+
"dateCreated"?: string;
|
|
41743
|
+
"createdBy"?: Models.DomainEntityRef;
|
|
41744
|
+
"jsonSchema"?: Models.JourneyJsonSchemaDocument;
|
|
41745
|
+
"selfUri"?: string;
|
|
41746
|
+
}
|
|
41747
|
+
|
|
41748
|
+
export interface JourneyExternalEventsSchemaListing {
|
|
41749
|
+
"total"?: number;
|
|
41750
|
+
"entities"?: Array<Models.JourneyExternalEventsSchema>;
|
|
41751
|
+
"selfUri"?: string;
|
|
41752
|
+
}
|
|
41753
|
+
|
|
41333
41754
|
export interface JourneyGeolocation {
|
|
41334
41755
|
"country"?: string;
|
|
41335
41756
|
"countryName"?: string;
|
|
@@ -41343,6 +41764,22 @@ declare namespace Models {
|
|
|
41343
41764
|
"timezone"?: string;
|
|
41344
41765
|
}
|
|
41345
41766
|
|
|
41767
|
+
export interface JourneyJsonSchemaDocument {
|
|
41768
|
+
"$schema": string;
|
|
41769
|
+
"title": string;
|
|
41770
|
+
"description"?: string;
|
|
41771
|
+
"required"?: Array<string>;
|
|
41772
|
+
"properties"?: { [key: string]: object; };
|
|
41773
|
+
}
|
|
41774
|
+
|
|
41775
|
+
export interface JourneyJsonSchemaRequest {
|
|
41776
|
+
"$schema": string;
|
|
41777
|
+
"title": string;
|
|
41778
|
+
"description"?: string;
|
|
41779
|
+
"required"?: Array<string>;
|
|
41780
|
+
"properties": { [key: string]: object; };
|
|
41781
|
+
}
|
|
41782
|
+
|
|
41346
41783
|
export interface JourneyOutcomeEventsNotificationActionMap {
|
|
41347
41784
|
"id"?: string;
|
|
41348
41785
|
"selfUri"?: string;
|
|
@@ -41503,6 +41940,12 @@ declare namespace Models {
|
|
|
41503
41940
|
"eventName"?: string;
|
|
41504
41941
|
}
|
|
41505
41942
|
|
|
41943
|
+
export interface JourneySchemaUpdateRequest {
|
|
41944
|
+
"version": number;
|
|
41945
|
+
"enabled": boolean;
|
|
41946
|
+
"jsonSchema": Models.JourneyJsonSchemaRequest;
|
|
41947
|
+
}
|
|
41948
|
+
|
|
41506
41949
|
export interface JourneySegment {
|
|
41507
41950
|
"id": string;
|
|
41508
41951
|
"isActive": boolean;
|
|
@@ -44797,6 +45240,10 @@ declare namespace Models {
|
|
|
44797
45240
|
"values"?: Array<Models.PlanningGroupMinimumsRequest>;
|
|
44798
45241
|
}
|
|
44799
45242
|
|
|
45243
|
+
export interface ListWrapperRequiredDateRange {
|
|
45244
|
+
"values"?: Array<Models.RequiredDateRange>;
|
|
45245
|
+
}
|
|
45246
|
+
|
|
44800
45247
|
export interface ListWrapperSecondaryPresence {
|
|
44801
45248
|
"values"?: Array<Models.SecondaryPresence>;
|
|
44802
45249
|
}
|
|
@@ -45321,6 +45768,13 @@ declare namespace Models {
|
|
|
45321
45768
|
"jsonPathExtraction"?: Array<Models.MatchTestResult>;
|
|
45322
45769
|
}
|
|
45323
45770
|
|
|
45771
|
+
export interface MatchShiftTradeJobRequest {
|
|
45772
|
+
"weekDate": string;
|
|
45773
|
+
"receivingSchedule": Models.ReceivingScheduleLookup;
|
|
45774
|
+
"receivingShiftId"?: string;
|
|
45775
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
45776
|
+
}
|
|
45777
|
+
|
|
45324
45778
|
export interface MatchShiftTradeRequest {
|
|
45325
45779
|
"receivingScheduleId": string;
|
|
45326
45780
|
"receivingShiftId"?: string;
|
|
@@ -46032,7 +46486,6 @@ declare namespace Models {
|
|
|
46032
46486
|
}
|
|
46033
46487
|
|
|
46034
46488
|
export interface MessagingIdentityResolutionConfig {
|
|
46035
|
-
"id"?: string;
|
|
46036
46489
|
"division"?: Models.WritableStarrableDivision;
|
|
46037
46490
|
"resolveIdentities": boolean;
|
|
46038
46491
|
"selfUri"?: string;
|
|
@@ -46492,6 +46945,10 @@ declare namespace Models {
|
|
|
46492
46945
|
"notifications": Models.MobileNotificationSettings;
|
|
46493
46946
|
}
|
|
46494
46947
|
|
|
46948
|
+
export interface ModelConfig {
|
|
46949
|
+
"useLatestModel": boolean;
|
|
46950
|
+
}
|
|
46951
|
+
|
|
46495
46952
|
export interface ModelData {
|
|
46496
46953
|
"downloadUrls"?: Array<string>;
|
|
46497
46954
|
"downloadResult"?: Array<Models.PlanningGroupModel>;
|
|
@@ -47427,7 +47884,6 @@ declare namespace Models {
|
|
|
47427
47884
|
}
|
|
47428
47885
|
|
|
47429
47886
|
export interface OpenMessagingIdentityResolutionConfig {
|
|
47430
|
-
"id"?: string;
|
|
47431
47887
|
"division"?: Models.WritableStarrableDivision;
|
|
47432
47888
|
"resolveIdentities": boolean;
|
|
47433
47889
|
"externalSource"?: Models.IdentityResolutionExternalSource;
|
|
@@ -48543,7 +48999,6 @@ declare namespace Models {
|
|
|
48543
48999
|
}
|
|
48544
49000
|
|
|
48545
49001
|
export interface OutboundQueueIdentityResolutionConfig {
|
|
48546
|
-
"id"?: string;
|
|
48547
49002
|
"division"?: Models.WritableStarrableDivision;
|
|
48548
49003
|
"resolveIdentities": boolean;
|
|
48549
49004
|
"selfUri"?: string;
|
|
@@ -49762,6 +50217,7 @@ declare namespace Models {
|
|
|
49762
50217
|
"text": string;
|
|
49763
50218
|
"strictness"?: string;
|
|
49764
50219
|
"sentiment"?: string;
|
|
50220
|
+
"isAIGenerated"?: boolean;
|
|
49765
50221
|
}
|
|
49766
50222
|
|
|
49767
50223
|
export interface PhraseAssociations {
|
|
@@ -50733,6 +51189,10 @@ declare namespace Models {
|
|
|
50733
51189
|
"scheduleGenerationUnavailableTimes": Array<Models.AgentScheduleUnavailableTime>;
|
|
50734
51190
|
}
|
|
50735
51191
|
|
|
51192
|
+
export interface QueryAgentShiftTradeListJobRequest {
|
|
51193
|
+
"weekDates": Array<string>;
|
|
51194
|
+
}
|
|
51195
|
+
|
|
50736
51196
|
export interface QueryAgentUnavailableTimesRequest {
|
|
50737
51197
|
"startDate": string;
|
|
50738
51198
|
"endDate": string;
|
|
@@ -50865,6 +51325,12 @@ declare namespace Models {
|
|
|
50865
51325
|
"facetInfo"?: Models.QueryFacetInfo;
|
|
50866
51326
|
}
|
|
50867
51327
|
|
|
51328
|
+
export interface QueryShiftTradeListJobRequest {
|
|
51329
|
+
"managementUnitIds": Array<string>;
|
|
51330
|
+
"weekDates": Array<string>;
|
|
51331
|
+
"userIds": Array<string>;
|
|
51332
|
+
}
|
|
51333
|
+
|
|
50868
51334
|
export interface QueryTimeOffIntegrationStatusRequest {
|
|
50869
51335
|
"timeOffRequestLookups": Array<Models.TimeOffRequestLookup>;
|
|
50870
51336
|
}
|
|
@@ -50887,6 +51353,15 @@ declare namespace Models {
|
|
|
50887
51353
|
"timeOffRequests": Array<Models.UserTimeOffRequestReference>;
|
|
50888
51354
|
}
|
|
50889
51355
|
|
|
51356
|
+
export interface QueryWeekSummaryListJobRequest {
|
|
51357
|
+
"managementUnitIds": Array<string>;
|
|
51358
|
+
"weekDates": Array<string>;
|
|
51359
|
+
}
|
|
51360
|
+
|
|
51361
|
+
export interface QueryWeekSummaryListJobResponseItem {
|
|
51362
|
+
"weeks": Array<Models.ShiftTradeWeekSummaryResponseItem>;
|
|
51363
|
+
}
|
|
51364
|
+
|
|
50890
51365
|
export interface QuestionGroupSettings {
|
|
50891
51366
|
"questionGroupContextId"?: string;
|
|
50892
51367
|
"questionSettings"?: Array<Models.QuestionSettings>;
|
|
@@ -54190,6 +54665,10 @@ declare namespace Models {
|
|
|
54190
54665
|
"subtitle"?: string;
|
|
54191
54666
|
}
|
|
54192
54667
|
|
|
54668
|
+
export interface ReceivingScheduleLookup {
|
|
54669
|
+
"id": string;
|
|
54670
|
+
}
|
|
54671
|
+
|
|
54193
54672
|
export interface Recipient {
|
|
54194
54673
|
"id"?: string;
|
|
54195
54674
|
"name"?: string;
|
|
@@ -54274,6 +54753,7 @@ declare namespace Models {
|
|
|
54274
54753
|
"adhocState"?: string;
|
|
54275
54754
|
"customerExperienceState"?: string;
|
|
54276
54755
|
"agentExperienceState"?: string;
|
|
54756
|
+
"snippetState"?: string;
|
|
54277
54757
|
}
|
|
54278
54758
|
|
|
54279
54759
|
export interface Recording {
|
|
@@ -55169,6 +55649,11 @@ declare namespace Models {
|
|
|
55169
55649
|
"score"?: number;
|
|
55170
55650
|
}
|
|
55171
55651
|
|
|
55652
|
+
export interface RequiredDateRange {
|
|
55653
|
+
"startDate": string;
|
|
55654
|
+
"endDate": string;
|
|
55655
|
+
}
|
|
55656
|
+
|
|
55172
55657
|
export interface RequiredLocalDateRange {
|
|
55173
55658
|
"startDate": string;
|
|
55174
55659
|
"endDate": string;
|
|
@@ -55597,7 +56082,6 @@ declare namespace Models {
|
|
|
55597
56082
|
}
|
|
55598
56083
|
|
|
55599
56084
|
export interface RouteIdentityResolutionConfig {
|
|
55600
|
-
"id"?: string;
|
|
55601
56085
|
"division"?: Models.WritableStarrableDivision;
|
|
55602
56086
|
"resolveIdentities": boolean;
|
|
55603
56087
|
"selfUri"?: string;
|
|
@@ -56075,6 +56559,13 @@ declare namespace Models {
|
|
|
56075
56559
|
"end": string;
|
|
56076
56560
|
}
|
|
56077
56561
|
|
|
56562
|
+
export interface ScheduleReferenceWithBusinessUnit {
|
|
56563
|
+
"id": string;
|
|
56564
|
+
"weekDate": string;
|
|
56565
|
+
"businessUnit": Models.BusinessUnitReference;
|
|
56566
|
+
"selfUri"?: string;
|
|
56567
|
+
}
|
|
56568
|
+
|
|
56078
56569
|
export interface ScheduleUploadProcessingResponse {
|
|
56079
56570
|
"status"?: string;
|
|
56080
56571
|
"operationId"?: string;
|
|
@@ -56596,6 +57087,22 @@ declare namespace Models {
|
|
|
56596
57087
|
"sortBy"?: string;
|
|
56597
57088
|
}
|
|
56598
57089
|
|
|
57090
|
+
export interface SearchUnmatchedShiftTradeListJobRequest {
|
|
57091
|
+
"managementUnitIds": Array<string>;
|
|
57092
|
+
"weekDates": Array<string>;
|
|
57093
|
+
"receivingSchedule": Models.ReceivingScheduleLookup;
|
|
57094
|
+
"receivingShiftIds"?: Array<string>;
|
|
57095
|
+
}
|
|
57096
|
+
|
|
57097
|
+
export interface SearchUnmatchedShiftTradeListJobResponseItem {
|
|
57098
|
+
"trades": Array<Models.SearchUnmatchedShiftTradeResponseItem>;
|
|
57099
|
+
}
|
|
57100
|
+
|
|
57101
|
+
export interface SearchUnmatchedShiftTradeResponseItem {
|
|
57102
|
+
"trade": Models.ShiftTradeResponseItem;
|
|
57103
|
+
"receivingShiftMatches": Array<Models.ShiftTradeMatchResponseItem>;
|
|
57104
|
+
}
|
|
57105
|
+
|
|
56599
57106
|
export interface SearchUpdateRequest {
|
|
56600
57107
|
"sessionId"?: string;
|
|
56601
57108
|
"answered": boolean;
|
|
@@ -56965,6 +57472,10 @@ declare namespace Models {
|
|
|
56965
57472
|
"authenticated": boolean;
|
|
56966
57473
|
"divisionIds"?: Array<string>;
|
|
56967
57474
|
"lastScreen"?: string;
|
|
57475
|
+
"caseAssociations"?: Array<Models.JourneyCaseAssociation>;
|
|
57476
|
+
"caseEntity"?: Models.AddressableEntityRef;
|
|
57477
|
+
"caseReference"?: string;
|
|
57478
|
+
"caseStatus"?: string;
|
|
56968
57479
|
"selfUri"?: string;
|
|
56969
57480
|
"createdDate": string;
|
|
56970
57481
|
"endedDate"?: string;
|
|
@@ -57167,16 +57678,62 @@ declare namespace Models {
|
|
|
57167
57678
|
"activityCodeIdReplacement"?: string;
|
|
57168
57679
|
}
|
|
57169
57680
|
|
|
57681
|
+
export interface ShiftTradeAddTradeJobResponse {
|
|
57682
|
+
"id"?: string;
|
|
57683
|
+
"status": string;
|
|
57684
|
+
"type": string;
|
|
57685
|
+
"downloadUrl"?: string;
|
|
57686
|
+
"error"?: Models.ErrorBody;
|
|
57687
|
+
"addTradeResult"?: Models.ShiftTradeResponseItem;
|
|
57688
|
+
"selfUri"?: string;
|
|
57689
|
+
}
|
|
57690
|
+
|
|
57691
|
+
export interface ShiftTradeBulkUpdateTradeStateBuJobResponse {
|
|
57692
|
+
"id"?: string;
|
|
57693
|
+
"status": string;
|
|
57694
|
+
"type": string;
|
|
57695
|
+
"downloadUrl"?: string;
|
|
57696
|
+
"error"?: Models.ErrorBody;
|
|
57697
|
+
"bulkUpdateTradeStatesResult"?: Models.BulkUpdateShiftTradeStateResult;
|
|
57698
|
+
"selfUri"?: string;
|
|
57699
|
+
}
|
|
57700
|
+
|
|
57701
|
+
export interface ShiftTradeEvaluateTradesBuJobResponse {
|
|
57702
|
+
"id"?: string;
|
|
57703
|
+
"status": string;
|
|
57704
|
+
"type": string;
|
|
57705
|
+
"downloadUrl"?: string;
|
|
57706
|
+
"error"?: Models.ErrorBody;
|
|
57707
|
+
"evaluateTradesResult"?: Models.EvaluateShiftTradeListJobResponseItem;
|
|
57708
|
+
"selfUri"?: string;
|
|
57709
|
+
}
|
|
57710
|
+
|
|
57170
57711
|
export interface ShiftTradeExternalActivityRule {
|
|
57171
57712
|
"externalActivityType": string;
|
|
57172
57713
|
"action": string;
|
|
57173
57714
|
"activityCodeIdReplacement"?: string;
|
|
57174
57715
|
}
|
|
57175
57716
|
|
|
57717
|
+
export interface ShiftTradeInitiatingSideResponseItem {
|
|
57718
|
+
"user": Models.UserReference;
|
|
57719
|
+
"managementUnit": Models.ManagementUnitReference;
|
|
57720
|
+
"schedule": Models.ScheduleReferenceWithBusinessUnit;
|
|
57721
|
+
"shift": Models.ShiftTradeShiftResponseItem;
|
|
57722
|
+
}
|
|
57723
|
+
|
|
57724
|
+
export interface ShiftTradeListJobResponse {
|
|
57725
|
+
"entities"?: Array<Models.ShiftTradeResponseItem>;
|
|
57726
|
+
}
|
|
57727
|
+
|
|
57176
57728
|
export interface ShiftTradeListResponse {
|
|
57177
57729
|
"entities"?: Array<Models.ShiftTradeResponse>;
|
|
57178
57730
|
}
|
|
57179
57731
|
|
|
57732
|
+
export interface ShiftTradeMatchResponseItem {
|
|
57733
|
+
"shiftIds": Array<string>;
|
|
57734
|
+
"preview": Models.ShiftTradePreviewResponse;
|
|
57735
|
+
}
|
|
57736
|
+
|
|
57180
57737
|
export interface ShiftTradeMatchReviewResponse {
|
|
57181
57738
|
"initiatingUser"?: Models.ShiftTradeMatchReviewUserResponse;
|
|
57182
57739
|
"receivingUser"?: Models.ShiftTradeMatchReviewUserResponse;
|
|
@@ -57193,6 +57750,16 @@ declare namespace Models {
|
|
|
57193
57750
|
"postTradeNewShift"?: Models.ShiftTradePreviewResponse;
|
|
57194
57751
|
}
|
|
57195
57752
|
|
|
57753
|
+
export interface ShiftTradeMatchTradeJobResponse {
|
|
57754
|
+
"id"?: string;
|
|
57755
|
+
"status": string;
|
|
57756
|
+
"type": string;
|
|
57757
|
+
"downloadUrl"?: string;
|
|
57758
|
+
"error"?: Models.ErrorBody;
|
|
57759
|
+
"matchTradeResult"?: Models.EvaluatedShiftTradeResponseItem;
|
|
57760
|
+
"selfUri"?: string;
|
|
57761
|
+
}
|
|
57762
|
+
|
|
57196
57763
|
export interface ShiftTradeMatchViolation {
|
|
57197
57764
|
"type"?: string;
|
|
57198
57765
|
"params"?: { [key: string]: string; };
|
|
@@ -57217,6 +57784,41 @@ declare namespace Models {
|
|
|
57217
57784
|
"activities"?: Array<Models.ShiftTradeActivityPreviewResponse>;
|
|
57218
57785
|
}
|
|
57219
57786
|
|
|
57787
|
+
export interface ShiftTradeQueryAgentTradesJobResponse {
|
|
57788
|
+
"id"?: string;
|
|
57789
|
+
"status": string;
|
|
57790
|
+
"type": string;
|
|
57791
|
+
"downloadUrl"?: string;
|
|
57792
|
+
"error"?: Models.ErrorBody;
|
|
57793
|
+
"queryAgentTradesResult"?: Models.ShiftTradeListJobResponse;
|
|
57794
|
+
"selfUri"?: string;
|
|
57795
|
+
}
|
|
57796
|
+
|
|
57797
|
+
export interface ShiftTradeQueryTradesBuJobResponse {
|
|
57798
|
+
"id"?: string;
|
|
57799
|
+
"status": string;
|
|
57800
|
+
"type": string;
|
|
57801
|
+
"downloadUrl"?: string;
|
|
57802
|
+
"error"?: Models.ErrorBody;
|
|
57803
|
+
"queryTradesResult"?: Models.ShiftTradeListJobResponse;
|
|
57804
|
+
"selfUri"?: string;
|
|
57805
|
+
}
|
|
57806
|
+
|
|
57807
|
+
export interface ShiftTradeQueryWeekSummariesBuJobResponse {
|
|
57808
|
+
"id"?: string;
|
|
57809
|
+
"status": string;
|
|
57810
|
+
"type": string;
|
|
57811
|
+
"downloadUrl"?: string;
|
|
57812
|
+
"error"?: Models.ErrorBody;
|
|
57813
|
+
"queryWeekSummariesResult"?: Models.QueryWeekSummaryListJobResponseItem;
|
|
57814
|
+
"selfUri"?: string;
|
|
57815
|
+
}
|
|
57816
|
+
|
|
57817
|
+
export interface ShiftTradeReceivingSideResponseItem {
|
|
57818
|
+
"user": Models.UserReference;
|
|
57819
|
+
"shift"?: Models.ShiftTradeShiftResponseItem;
|
|
57820
|
+
}
|
|
57821
|
+
|
|
57220
57822
|
export interface ShiftTradeResponse {
|
|
57221
57823
|
"id"?: string;
|
|
57222
57824
|
"weekDate"?: string;
|
|
@@ -57239,6 +57841,30 @@ declare namespace Models {
|
|
|
57239
57841
|
"metadata"?: Models.WfmVersionedEntityMetadata;
|
|
57240
57842
|
}
|
|
57241
57843
|
|
|
57844
|
+
export interface ShiftTradeResponseItem {
|
|
57845
|
+
"id": string;
|
|
57846
|
+
"state": string;
|
|
57847
|
+
"expirationDate"?: string;
|
|
57848
|
+
"initiating": Models.ShiftTradeInitiatingSideResponseItem;
|
|
57849
|
+
"receiving"?: Models.ShiftTradeReceivingSideResponseItem;
|
|
57850
|
+
"acceptableIntervals": Array<Models.RequiredDateRange>;
|
|
57851
|
+
"oneSided": boolean;
|
|
57852
|
+
"target"?: Models.ShiftTradeTargetResponseItem;
|
|
57853
|
+
"reviewedBy"?: Models.UserReference;
|
|
57854
|
+
"reviewedDate"?: string;
|
|
57855
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
57856
|
+
}
|
|
57857
|
+
|
|
57858
|
+
export interface ShiftTradeSearchUnmatchedTradesBuJobResponse {
|
|
57859
|
+
"id"?: string;
|
|
57860
|
+
"status": string;
|
|
57861
|
+
"type": string;
|
|
57862
|
+
"downloadUrl"?: string;
|
|
57863
|
+
"error"?: Models.ErrorBody;
|
|
57864
|
+
"searchUnmatchedTradesResult"?: Models.SearchUnmatchedShiftTradeListJobResponseItem;
|
|
57865
|
+
"selfUri"?: string;
|
|
57866
|
+
}
|
|
57867
|
+
|
|
57242
57868
|
export interface ShiftTradeSettings {
|
|
57243
57869
|
"enabled"?: boolean;
|
|
57244
57870
|
"autoReview"?: boolean;
|
|
@@ -57263,6 +57889,47 @@ declare namespace Models {
|
|
|
57263
57889
|
"minMinutesBetweenShiftsViolations"?: string;
|
|
57264
57890
|
}
|
|
57265
57891
|
|
|
57892
|
+
export interface ShiftTradeShiftResponseItem {
|
|
57893
|
+
"id": string;
|
|
57894
|
+
"startDate": string;
|
|
57895
|
+
"endDate": string;
|
|
57896
|
+
"weekDate": string;
|
|
57897
|
+
}
|
|
57898
|
+
|
|
57899
|
+
export interface ShiftTradeTargetRequestItem {
|
|
57900
|
+
"userId"?: string;
|
|
57901
|
+
}
|
|
57902
|
+
|
|
57903
|
+
export interface ShiftTradeTargetResponseItem {
|
|
57904
|
+
"user"?: Models.UserReference;
|
|
57905
|
+
}
|
|
57906
|
+
|
|
57907
|
+
export interface ShiftTradeUpdateTradeJobResponse {
|
|
57908
|
+
"id"?: string;
|
|
57909
|
+
"status": string;
|
|
57910
|
+
"type": string;
|
|
57911
|
+
"downloadUrl"?: string;
|
|
57912
|
+
"error"?: Models.ErrorBody;
|
|
57913
|
+
"updateTradeResult"?: Models.ShiftTradeResponseItem;
|
|
57914
|
+
"selfUri"?: string;
|
|
57915
|
+
}
|
|
57916
|
+
|
|
57917
|
+
export interface ShiftTradeUpdateTradeStateJobResponse {
|
|
57918
|
+
"id"?: string;
|
|
57919
|
+
"status": string;
|
|
57920
|
+
"type": string;
|
|
57921
|
+
"downloadUrl"?: string;
|
|
57922
|
+
"error"?: Models.ErrorBody;
|
|
57923
|
+
"updateTradeStateResult"?: Models.BulkUpdateShiftTradeStateResultItem;
|
|
57924
|
+
"selfUri"?: string;
|
|
57925
|
+
}
|
|
57926
|
+
|
|
57927
|
+
export interface ShiftTradeWeekSummaryResponseItem {
|
|
57928
|
+
"weekDate": string;
|
|
57929
|
+
"initiatingMatchedCount": number;
|
|
57930
|
+
"crossWeekReceivingMatchedCount": number;
|
|
57931
|
+
}
|
|
57932
|
+
|
|
57266
57933
|
export interface ShortTermForecastReference {
|
|
57267
57934
|
"id"?: string;
|
|
57268
57935
|
"selfUri"?: string;
|
|
@@ -57607,7 +58274,6 @@ declare namespace Models {
|
|
|
57607
58274
|
}
|
|
57608
58275
|
|
|
57609
58276
|
export interface SmsIdentityResolutionConfig {
|
|
57610
|
-
"id"?: string;
|
|
57611
58277
|
"division"?: Models.WritableStarrableDivision;
|
|
57612
58278
|
"resolveIdentities": boolean;
|
|
57613
58279
|
"selfUri"?: string;
|
|
@@ -57731,6 +58397,11 @@ declare namespace Models {
|
|
|
57731
58397
|
"daysInPast"?: number;
|
|
57732
58398
|
}
|
|
57733
58399
|
|
|
58400
|
+
export interface SnippetRecordingRequest {
|
|
58401
|
+
"type": string;
|
|
58402
|
+
"record"?: boolean;
|
|
58403
|
+
}
|
|
58404
|
+
|
|
57734
58405
|
export interface SocialEscalationResponseEntityListing {
|
|
57735
58406
|
"entities"?: Array<Models.EscalationRuleResponse>;
|
|
57736
58407
|
"pageSize"?: number;
|
|
@@ -57869,6 +58540,9 @@ declare namespace Models {
|
|
|
57869
58540
|
"range"?: Models.NumericRange;
|
|
57870
58541
|
}
|
|
57871
58542
|
|
|
58543
|
+
export interface SocialMediaQuerySort {
|
|
58544
|
+
}
|
|
58545
|
+
|
|
57872
58546
|
export interface SocialMediaStatisticalResponse {
|
|
57873
58547
|
"interval"?: string;
|
|
57874
58548
|
"metrics"?: Array<Models.SocialMediaAggregateMetricData>;
|
|
@@ -60463,6 +61137,7 @@ declare namespace Models {
|
|
|
60463
61137
|
"mediaType"?: string;
|
|
60464
61138
|
"startTimeMs"?: number;
|
|
60465
61139
|
"endTimeMs"?: number;
|
|
61140
|
+
"programs"?: Array<string>;
|
|
60466
61141
|
"queues"?: Array<string>;
|
|
60467
61142
|
"flows"?: Array<string>;
|
|
60468
61143
|
}
|
|
@@ -61170,7 +61845,6 @@ declare namespace Models {
|
|
|
61170
61845
|
}
|
|
61171
61846
|
|
|
61172
61847
|
export interface TwitterIdentityResolutionConfig {
|
|
61173
|
-
"id"?: string;
|
|
61174
61848
|
"division"?: Models.WritableStarrableDivision;
|
|
61175
61849
|
"resolveIdentities": boolean;
|
|
61176
61850
|
"selfUri"?: string;
|
|
@@ -61417,6 +62091,14 @@ declare namespace Models {
|
|
|
61417
62091
|
"entities"?: Array<Models.UnifiedGeneralTopic>;
|
|
61418
62092
|
}
|
|
61419
62093
|
|
|
62094
|
+
export interface UnprocessedExternalEvent {
|
|
62095
|
+
"event": Models.ExternalEvent;
|
|
62096
|
+
"originalRequestIndex": number;
|
|
62097
|
+
"isRetryable": boolean;
|
|
62098
|
+
"errorMessage": string;
|
|
62099
|
+
"statusCode"?: number;
|
|
62100
|
+
}
|
|
62101
|
+
|
|
61420
62102
|
export interface UnprocessedSegmentAssignments {
|
|
61421
62103
|
"assign"?: Models.SegmentAssignments;
|
|
61422
62104
|
"unassign"?: Models.SegmentUnassignments;
|
|
@@ -61564,6 +62246,11 @@ declare namespace Models {
|
|
|
61564
62246
|
"version": number;
|
|
61565
62247
|
}
|
|
61566
62248
|
|
|
62249
|
+
export interface UpdateExternalEventsConfigurationRequest {
|
|
62250
|
+
"name"?: string;
|
|
62251
|
+
"description"?: string;
|
|
62252
|
+
}
|
|
62253
|
+
|
|
61567
62254
|
export interface UpdateGuide {
|
|
61568
62255
|
"name"?: string;
|
|
61569
62256
|
}
|
|
@@ -61679,6 +62366,20 @@ declare namespace Models {
|
|
|
61679
62366
|
"impactOverride"?: Models.ServiceGoalTemplateImpactOverride;
|
|
61680
62367
|
}
|
|
61681
62368
|
|
|
62369
|
+
export interface UpdateShiftTradeJobRequest {
|
|
62370
|
+
"weekDate": string;
|
|
62371
|
+
"target"?: Models.ValueWrapperShiftTradeTargetRequestItem;
|
|
62372
|
+
"expirationDate"?: Models.ValueWrapperDate;
|
|
62373
|
+
"acceptableIntervals"?: Models.ListWrapperRequiredDateRange;
|
|
62374
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
62375
|
+
}
|
|
62376
|
+
|
|
62377
|
+
export interface UpdateShiftTradeStateJobRequest {
|
|
62378
|
+
"weekDate": string;
|
|
62379
|
+
"state": string;
|
|
62380
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
62381
|
+
}
|
|
62382
|
+
|
|
61682
62383
|
export interface UpdateSkillDivisionRequest {
|
|
61683
62384
|
"divisionId"?: string;
|
|
61684
62385
|
}
|
|
@@ -63163,11 +63864,13 @@ declare namespace Models {
|
|
|
63163
63864
|
export interface UtilizationRequest {
|
|
63164
63865
|
"utilization"?: { [key: string]: Models.MediaUtilization; };
|
|
63165
63866
|
"labelUtilizations"?: { [key: string]: Models.LabelUtilizationRequest; };
|
|
63867
|
+
"maxInboundCalls"?: number;
|
|
63166
63868
|
}
|
|
63167
63869
|
|
|
63168
63870
|
export interface UtilizationResponse {
|
|
63169
63871
|
"utilization"?: { [key: string]: Models.MediaUtilization; };
|
|
63170
63872
|
"labelUtilizations"?: { [key: string]: Models.LabelUtilizationResponse; };
|
|
63873
|
+
"maxInboundCalls"?: number;
|
|
63171
63874
|
}
|
|
63172
63875
|
|
|
63173
63876
|
export interface UtilizationTag {
|
|
@@ -64079,6 +64782,10 @@ declare namespace Models {
|
|
|
64079
64782
|
"value"?: Models.PlanningPeriodSettings;
|
|
64080
64783
|
}
|
|
64081
64784
|
|
|
64785
|
+
export interface ValueWrapperShiftTradeTargetRequestItem {
|
|
64786
|
+
"value"?: Models.ShiftTradeTargetRequestItem;
|
|
64787
|
+
}
|
|
64788
|
+
|
|
64082
64789
|
export interface ValueWrapperString {
|
|
64083
64790
|
"value"?: string;
|
|
64084
64791
|
}
|
|
@@ -64399,6 +65106,7 @@ declare namespace Models {
|
|
|
64399
65106
|
"contentModerationFlags"?: Array<string>;
|
|
64400
65107
|
"socialSourceTypes"?: Array<string>;
|
|
64401
65108
|
"sessionExpired"?: boolean;
|
|
65109
|
+
"screenMonitored"?: boolean;
|
|
64402
65110
|
"engagementSources"?: Array<string>;
|
|
64403
65111
|
"isSnippetRecorded"?: boolean;
|
|
64404
65112
|
"takeover"?: boolean;
|
|
@@ -66740,7 +67448,6 @@ declare namespace Models {
|
|
|
66740
67448
|
}
|
|
66741
67449
|
|
|
66742
67450
|
export interface WhatsAppIdentityResolutionConfig {
|
|
66743
|
-
"id"?: string;
|
|
66744
67451
|
"division"?: Models.WritableStarrableDivision;
|
|
66745
67452
|
"resolveIdentities": boolean;
|
|
66746
67453
|
"selfUri"?: string;
|