purecloud-platform-client-v2 255.1.0 → 256.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 +693 -93
- package/dist/web-amd/purecloud-platform-client-v2.js +693 -93
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +254 -94
- package/dist/web-cjs/purecloud-platform-client-v2.js +254 -94
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +362 -30
- package/package.json +1 -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 +35 -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 +1 -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 +151 -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 +3 -2
- package/src/purecloud-platform-client-v2/api/IntentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -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 +2 -4
- 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 +2 -2
- 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/ScreenMonitoringApi.js +381 -0
- 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 +1 -1
- 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 +37 -1
- package/src/purecloud-platform-client-v2/index.js +7 -1
package/index.d.ts
CHANGED
|
@@ -1233,6 +1233,7 @@ declare class ArchitectApi {
|
|
|
1233
1233
|
getFlowsInstancesSettingsLoglevelsCharacteristics(opts?: ArchitectApi.getFlowsInstancesSettingsLoglevelsCharacteristicsOptions): Promise<Models.FlowLogLevelCharacteristicsDefinitions>;
|
|
1234
1234
|
getFlowsInstancesSettingsLoglevelsDefault(opts?: ArchitectApi.getFlowsInstancesSettingsLoglevelsDefaultOptions): Promise<Models.FlowSettingsResponse>;
|
|
1235
1235
|
getFlowsJob(jobId: string, opts?: ArchitectApi.getFlowsJobOptions): Promise<Models.ArchitectJobStateResponse>;
|
|
1236
|
+
getFlowsLookup(id: Array<string>, opts?: ArchitectApi.getFlowsLookupOptions): Promise<Models.FlowEntityListing>;
|
|
1236
1237
|
getFlowsMilestone(milestoneId: string, opts?: ArchitectApi.getFlowsMilestoneOptions): Promise<Models.FlowMilestone>;
|
|
1237
1238
|
getFlowsMilestones(opts?: ArchitectApi.getFlowsMilestonesOptions): Promise<Models.FlowMilestoneListing>;
|
|
1238
1239
|
getFlowsMilestonesDivisionviews(opts?: ArchitectApi.getFlowsMilestonesDivisionviewsOptions): Promise<Models.FlowMilestoneDivisionViewEntityListing>;
|
|
@@ -1780,6 +1781,13 @@ declare namespace ArchitectApi {
|
|
|
1780
1781
|
"expand"?: Array<string>;
|
|
1781
1782
|
"customHeaders"?: Record<string, string>;
|
|
1782
1783
|
}
|
|
1784
|
+
export interface getFlowsLookupOptions {
|
|
1785
|
+
"pageNumber"?: number;
|
|
1786
|
+
"pageSize"?: number;
|
|
1787
|
+
"sortBy"?: string;
|
|
1788
|
+
"sortOrder"?: string;
|
|
1789
|
+
"customHeaders"?: Record<string, string>;
|
|
1790
|
+
}
|
|
1783
1791
|
export interface getFlowsMilestoneOptions {
|
|
1784
1792
|
"customHeaders"?: Record<string, string>;
|
|
1785
1793
|
}
|
|
@@ -5006,7 +5014,11 @@ declare class ExternalContactsApi {
|
|
|
5006
5014
|
getExternalcontactsScanRelationshipsDivisionviewsAll(opts?: ExternalContactsApi.getExternalcontactsScanRelationshipsDivisionviewsAllOptions): Promise<Models.CursorRelationshipListing>;
|
|
5007
5015
|
patchExternalcontactsContact(contactId: string, body: Models.ExternalContactsPatchRequest, opts?: ExternalContactsApi.patchExternalcontactsContactOptions): Promise<Models.ExternalContact>;
|
|
5008
5016
|
patchExternalcontactsContactIdentifiers(contactId: string, body: Models.IdentifierClaimRequest, opts?: ExternalContactsApi.patchExternalcontactsContactIdentifiersOptions): Promise<Models.ContactIdentifier>;
|
|
5017
|
+
patchExternalcontactsContactNote(contactId: string, noteId: string, body: Models.ExternalContactsPatchRequest, opts?: ExternalContactsApi.patchExternalcontactsContactNoteOptions): Promise<Models.Note>;
|
|
5018
|
+
patchExternalcontactsOrganization(externalOrganizationId: string, body: Models.ExternalContactsPatchRequest, opts?: ExternalContactsApi.patchExternalcontactsOrganizationOptions): Promise<Models.ExternalOrganization>;
|
|
5009
5019
|
patchExternalcontactsOrganizationIdentifiers(externalOrganizationId: string, body: Models.ExternalOrganizationIdentifierClaimRequest, opts?: ExternalContactsApi.patchExternalcontactsOrganizationIdentifiersOptions): Promise<Models.ExternalOrganizationIdentifier>;
|
|
5020
|
+
patchExternalcontactsOrganizationNote(externalOrganizationId: string, noteId: string, body: Models.ExternalContactsPatchRequest, opts?: ExternalContactsApi.patchExternalcontactsOrganizationNoteOptions): Promise<Models.Note>;
|
|
5021
|
+
patchExternalcontactsRelationship(relationshipId: string, body: Models.ExternalContactsPatchRequest, opts?: ExternalContactsApi.patchExternalcontactsRelationshipOptions): Promise<Models.Relationship>;
|
|
5010
5022
|
postExternalcontactsBulkContacts(body: Models.BulkIdsRequest, opts?: ExternalContactsApi.postExternalcontactsBulkContactsOptions): Promise<Models.BulkFetchContactsResponse>;
|
|
5011
5023
|
postExternalcontactsBulkContactsAdd(body: Models.BulkContactsRequest, opts?: ExternalContactsApi.postExternalcontactsBulkContactsAddOptions): Promise<Models.BulkContactsResponse>;
|
|
5012
5024
|
postExternalcontactsBulkContactsDivisionviews(body: Models.BulkIdsRequest, opts?: ExternalContactsApi.postExternalcontactsBulkContactsDivisionviewsOptions): Promise<Models.BulkFetchContactsResponse>;
|
|
@@ -5341,9 +5353,21 @@ declare namespace ExternalContactsApi {
|
|
|
5341
5353
|
export interface patchExternalcontactsContactIdentifiersOptions {
|
|
5342
5354
|
"customHeaders"?: Record<string, string>;
|
|
5343
5355
|
}
|
|
5356
|
+
export interface patchExternalcontactsContactNoteOptions {
|
|
5357
|
+
"customHeaders"?: Record<string, string>;
|
|
5358
|
+
}
|
|
5359
|
+
export interface patchExternalcontactsOrganizationOptions {
|
|
5360
|
+
"customHeaders"?: Record<string, string>;
|
|
5361
|
+
}
|
|
5344
5362
|
export interface patchExternalcontactsOrganizationIdentifiersOptions {
|
|
5345
5363
|
"customHeaders"?: Record<string, string>;
|
|
5346
5364
|
}
|
|
5365
|
+
export interface patchExternalcontactsOrganizationNoteOptions {
|
|
5366
|
+
"customHeaders"?: Record<string, string>;
|
|
5367
|
+
}
|
|
5368
|
+
export interface patchExternalcontactsRelationshipOptions {
|
|
5369
|
+
"customHeaders"?: Record<string, string>;
|
|
5370
|
+
}
|
|
5347
5371
|
export interface postExternalcontactsBulkContactsOptions {
|
|
5348
5372
|
"customHeaders"?: Record<string, string>;
|
|
5349
5373
|
}
|
|
@@ -6569,6 +6593,7 @@ declare namespace IntegrationsApi {
|
|
|
6569
6593
|
"ids"?: Array<string>;
|
|
6570
6594
|
"integrationType"?: string;
|
|
6571
6595
|
"reportedState"?: string;
|
|
6596
|
+
"credentialId"?: string;
|
|
6572
6597
|
"customHeaders"?: Record<string, string>;
|
|
6573
6598
|
}
|
|
6574
6599
|
export interface getIntegrationsActionOptions {
|
|
@@ -8531,7 +8556,6 @@ declare namespace LearningApi {
|
|
|
8531
8556
|
"customHeaders"?: Record<string, string>;
|
|
8532
8557
|
}
|
|
8533
8558
|
export interface getLearningModulesOptions {
|
|
8534
|
-
"isArchived"?: boolean;
|
|
8535
8559
|
"types"?: Array<string>;
|
|
8536
8560
|
"pageSize"?: number;
|
|
8537
8561
|
"pageNumber"?: number;
|
|
@@ -8539,7 +8563,6 @@ declare namespace LearningApi {
|
|
|
8539
8563
|
"sortBy"?: string;
|
|
8540
8564
|
"searchTerm"?: string;
|
|
8541
8565
|
"expand"?: Array<string>;
|
|
8542
|
-
"isPublished"?: string;
|
|
8543
8566
|
"statuses"?: Array<string>;
|
|
8544
8567
|
"externalIds"?: Array<string>;
|
|
8545
8568
|
"customHeaders"?: Record<string, string>;
|
|
@@ -12401,6 +12424,57 @@ declare namespace SCIMApi {
|
|
|
12401
12424
|
}
|
|
12402
12425
|
}
|
|
12403
12426
|
|
|
12427
|
+
declare class ScreenMonitoringApi {
|
|
12428
|
+
constructor(apiClient?: ApiClientClass);
|
|
12429
|
+
deleteConversationParticipantScreenmonitorsSession(conversationId: string, participantId: string, screenMonitoringId: string, opts?: ScreenMonitoringApi.deleteConversationParticipantScreenmonitorsSessionOptions): Promise<void>;
|
|
12430
|
+
deleteUserScreenmonitorsSession(userId: string, screenMonitoringId: string, opts?: ScreenMonitoringApi.deleteUserScreenmonitorsSessionOptions): Promise<void>;
|
|
12431
|
+
getConversationParticipantScreenmonitorsSession(conversationId: string, participantId: string, screenMonitoringId: string, opts?: ScreenMonitoringApi.getConversationParticipantScreenmonitorsSessionOptions): Promise<Models.ScreenMonitoringSession>;
|
|
12432
|
+
getScreenmonitorsSessionsDetails(opts?: ScreenMonitoringApi.getScreenmonitorsSessionsDetailsOptions): Promise<Models.ScreenMonitoringDetails>;
|
|
12433
|
+
getScreenmonitorsSettings(opts?: ScreenMonitoringApi.getScreenmonitorsSettingsOptions): Promise<Models.ScreenMonitorSettings>;
|
|
12434
|
+
getScreenmonitorsUserSessions(userId: string, opts?: ScreenMonitoringApi.getScreenmonitorsUserSessionsOptions): Promise<Models.ScreenMonitoringSessionEntityListing>;
|
|
12435
|
+
getUserScreenmonitorsSession(userId: string, screenMonitoringId: string, opts?: ScreenMonitoringApi.getUserScreenmonitorsSessionOptions): Promise<Models.ScreenMonitoringSession>;
|
|
12436
|
+
postConversationParticipantScreenmonitorsSessions(conversationId: string, participantId: string, opts?: ScreenMonitoringApi.postConversationParticipantScreenmonitorsSessionsOptions): Promise<Models.StartScreenMonitorResponseBody>;
|
|
12437
|
+
postScreenmonitorsSessionsUsersDetails(body: Array<string>, opts?: ScreenMonitoringApi.postScreenmonitorsSessionsUsersDetailsOptions): Promise<Models.ScreenMonitoringUserDetailsEntityListing>;
|
|
12438
|
+
postUserScreenmonitorsSessions(userId: string, opts?: ScreenMonitoringApi.postUserScreenmonitorsSessionsOptions): Promise<Models.StartScreenMonitorResponseBody>;
|
|
12439
|
+
putScreenmonitorsSettings(body: Models.ScreenMonitorSettings, opts?: ScreenMonitoringApi.putScreenmonitorsSettingsOptions): Promise<void>;
|
|
12440
|
+
}
|
|
12441
|
+
|
|
12442
|
+
declare namespace ScreenMonitoringApi {
|
|
12443
|
+
export interface deleteConversationParticipantScreenmonitorsSessionOptions {
|
|
12444
|
+
"customHeaders"?: Record<string, string>;
|
|
12445
|
+
}
|
|
12446
|
+
export interface deleteUserScreenmonitorsSessionOptions {
|
|
12447
|
+
"customHeaders"?: Record<string, string>;
|
|
12448
|
+
}
|
|
12449
|
+
export interface getConversationParticipantScreenmonitorsSessionOptions {
|
|
12450
|
+
"customHeaders"?: Record<string, string>;
|
|
12451
|
+
}
|
|
12452
|
+
export interface getScreenmonitorsSessionsDetailsOptions {
|
|
12453
|
+
"customHeaders"?: Record<string, string>;
|
|
12454
|
+
}
|
|
12455
|
+
export interface getScreenmonitorsSettingsOptions {
|
|
12456
|
+
"customHeaders"?: Record<string, string>;
|
|
12457
|
+
}
|
|
12458
|
+
export interface getScreenmonitorsUserSessionsOptions {
|
|
12459
|
+
"customHeaders"?: Record<string, string>;
|
|
12460
|
+
}
|
|
12461
|
+
export interface getUserScreenmonitorsSessionOptions {
|
|
12462
|
+
"customHeaders"?: Record<string, string>;
|
|
12463
|
+
}
|
|
12464
|
+
export interface postConversationParticipantScreenmonitorsSessionsOptions {
|
|
12465
|
+
"customHeaders"?: Record<string, string>;
|
|
12466
|
+
}
|
|
12467
|
+
export interface postScreenmonitorsSessionsUsersDetailsOptions {
|
|
12468
|
+
"customHeaders"?: Record<string, string>;
|
|
12469
|
+
}
|
|
12470
|
+
export interface postUserScreenmonitorsSessionsOptions {
|
|
12471
|
+
"customHeaders"?: Record<string, string>;
|
|
12472
|
+
}
|
|
12473
|
+
export interface putScreenmonitorsSettingsOptions {
|
|
12474
|
+
"customHeaders"?: Record<string, string>;
|
|
12475
|
+
}
|
|
12476
|
+
}
|
|
12477
|
+
|
|
12404
12478
|
declare class ScriptsApi {
|
|
12405
12479
|
constructor(apiClient?: ApiClientClass);
|
|
12406
12480
|
getScript(scriptId: string, opts?: ScriptsApi.getScriptOptions): Promise<Models.Script>;
|
|
@@ -15856,6 +15930,7 @@ declare class WorkforceManagementApi {
|
|
|
15856
15930
|
getWorkforcemanagementBusinessunitAlternativeshiftsTrade(businessUnitId: string, tradeId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitAlternativeshiftsTradeOptions): Promise<Models.AlternativeShiftTradeResponse>;
|
|
15857
15931
|
getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJob(businessUnitId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJobOptions): Promise<Models.BuAlternativeShiftJobResponse>;
|
|
15858
15932
|
getWorkforcemanagementBusinessunitCapacityplan(businessUnitId: string, capacityPlanId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitCapacityplanOptions): Promise<Models.CapacityPlanResponse>;
|
|
15933
|
+
getWorkforcemanagementBusinessunitCapacityplanForecast(businessUnitId: string, capacityPlanId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitCapacityplanForecastOptions): Promise<Models.CapacityPlanForecastInputsResponse>;
|
|
15859
15934
|
getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(businessUnitId: string, capacityPlanId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsOptions): Promise<Models.CapacityPlanStaffingGroupAllocationsResponse>;
|
|
15860
15935
|
getWorkforcemanagementBusinessunitCapacityplanStaffingrequirements(businessUnitId: string, capacityPlanId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitCapacityplanStaffingrequirementsOptions): Promise<Models.CapacityPlanStaffingRequirementResult>;
|
|
15861
15936
|
getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecastOptions): Promise<Models.LongTermRequirementsResponse>;
|
|
@@ -16287,6 +16362,10 @@ declare namespace WorkforceManagementApi {
|
|
|
16287
16362
|
export interface getWorkforcemanagementBusinessunitCapacityplanOptions {
|
|
16288
16363
|
"customHeaders"?: Record<string, string>;
|
|
16289
16364
|
}
|
|
16365
|
+
export interface getWorkforcemanagementBusinessunitCapacityplanForecastOptions {
|
|
16366
|
+
"granularity"?: string;
|
|
16367
|
+
"customHeaders"?: Record<string, string>;
|
|
16368
|
+
}
|
|
16290
16369
|
export interface getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsOptions {
|
|
16291
16370
|
"granularity"?: string;
|
|
16292
16371
|
"customHeaders"?: Record<string, string>;
|
|
@@ -18207,6 +18286,8 @@ declare namespace Models {
|
|
|
18207
18286
|
"paid"?: boolean;
|
|
18208
18287
|
"notes"?: string;
|
|
18209
18288
|
"fullDayManagementUnitDates"?: Array<string>;
|
|
18289
|
+
"fullDayEarliestStartOffsetMinutes"?: Models.ListWrapperInteger;
|
|
18290
|
+
"fullDayLatestEndOffsetMinutes"?: Models.ListWrapperInteger;
|
|
18210
18291
|
"partialDayStartDateTimes"?: Array<string>;
|
|
18211
18292
|
"dailyDurationMinutes"?: number;
|
|
18212
18293
|
"durationMinutes"?: Array<number>;
|
|
@@ -18894,6 +18975,8 @@ declare namespace Models {
|
|
|
18894
18975
|
"markedAsRead"?: boolean;
|
|
18895
18976
|
"status"?: string;
|
|
18896
18977
|
"notes"?: string;
|
|
18978
|
+
"fullDayEarliestStartOffsetMinutes"?: Models.ListWrapperInteger;
|
|
18979
|
+
"fullDayLatestEndOffsetMinutes"?: Models.ListWrapperInteger;
|
|
18897
18980
|
}
|
|
18898
18981
|
|
|
18899
18982
|
export interface AgentUpdateAlternativeShiftTradeRequest {
|
|
@@ -20004,6 +20087,14 @@ declare namespace Models {
|
|
|
20004
20087
|
}
|
|
20005
20088
|
|
|
20006
20089
|
export interface AppleInvitation {
|
|
20090
|
+
"businessName": string;
|
|
20091
|
+
"transcriptMessage": string;
|
|
20092
|
+
"templateType": string;
|
|
20093
|
+
"locale": string;
|
|
20094
|
+
}
|
|
20095
|
+
|
|
20096
|
+
export interface AppleInvitationNotificationParameters {
|
|
20097
|
+
"referenceId"?: string;
|
|
20007
20098
|
}
|
|
20008
20099
|
|
|
20009
20100
|
export interface AppleOpaqueId {
|
|
@@ -20490,7 +20581,7 @@ declare namespace Models {
|
|
|
20490
20581
|
"modifiedBy"?: Models.UserReference;
|
|
20491
20582
|
"googleDialogflowConfig"?: Models.GoogleDialogflowConfig;
|
|
20492
20583
|
"transcriptionConfig": Models.TranscriptionConfig;
|
|
20493
|
-
"knowledgeSuggestionConfig"
|
|
20584
|
+
"knowledgeSuggestionConfig"?: Models.KnowledgeSuggestionConfig;
|
|
20494
20585
|
"state"?: string;
|
|
20495
20586
|
"copilot"?: Models.Copilot;
|
|
20496
20587
|
"selfUri"?: string;
|
|
@@ -20506,7 +20597,7 @@ declare namespace Models {
|
|
|
20506
20597
|
"modifiedBy"?: Models.UserReference;
|
|
20507
20598
|
"googleDialogflowConfig"?: Models.GoogleDialogflowConfig;
|
|
20508
20599
|
"transcriptionConfig": Models.TranscriptionConfig;
|
|
20509
|
-
"knowledgeSuggestionConfig"
|
|
20600
|
+
"knowledgeSuggestionConfig"?: Models.KnowledgeSuggestionConfig;
|
|
20510
20601
|
"state"?: string;
|
|
20511
20602
|
"copilot": Models.Copilot;
|
|
20512
20603
|
"selfUri"?: string;
|
|
@@ -22007,6 +22098,8 @@ declare namespace Models {
|
|
|
22007
22098
|
|
|
22008
22099
|
export interface BuFullDayTimeOffMarker {
|
|
22009
22100
|
"businessUnitDate"?: string;
|
|
22101
|
+
"startOffsetMinutes"?: number;
|
|
22102
|
+
"endOffsetMinutes"?: number;
|
|
22010
22103
|
"lengthMinutes"?: number;
|
|
22011
22104
|
"description"?: string;
|
|
22012
22105
|
"activityCodeId"?: string;
|
|
@@ -22267,6 +22360,7 @@ declare namespace Models {
|
|
|
22267
22360
|
export interface BuSchedulingSettingsRequest {
|
|
22268
22361
|
"messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
|
|
22269
22362
|
"syncTimeOffProperties"?: Models.SetWrapperSyncTimeOffProperty;
|
|
22363
|
+
"enableTimeOffFullDayEstimation"?: boolean;
|
|
22270
22364
|
"serviceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
|
|
22271
22365
|
"allowWorkPlanPerMinuteGranularity"?: boolean;
|
|
22272
22366
|
"activitySmoothingType"?: string;
|
|
@@ -22276,6 +22370,7 @@ declare namespace Models {
|
|
|
22276
22370
|
export interface BuSchedulingSettingsResponse {
|
|
22277
22371
|
"messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
|
|
22278
22372
|
"syncTimeOffProperties"?: Array<string>;
|
|
22373
|
+
"enableTimeOffFullDayEstimation"?: boolean;
|
|
22279
22374
|
"serviceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
|
|
22280
22375
|
"allowWorkPlanPerMinuteGranularity"?: boolean;
|
|
22281
22376
|
"activitySmoothingType": string;
|
|
@@ -22985,6 +23080,13 @@ declare namespace Models {
|
|
|
22985
23080
|
"previousUri"?: string;
|
|
22986
23081
|
}
|
|
22987
23082
|
|
|
23083
|
+
export interface BusinessRulesParentSchemaRef {
|
|
23084
|
+
"id"?: string;
|
|
23085
|
+
"name"?: string;
|
|
23086
|
+
"selfUri"?: string;
|
|
23087
|
+
"version"?: number;
|
|
23088
|
+
}
|
|
23089
|
+
|
|
22988
23090
|
export interface BusinessRulesSchemaCreateRequest {
|
|
22989
23091
|
"jsonSchema": Models.JsonSchemaWithDefinitions;
|
|
22990
23092
|
}
|
|
@@ -23050,6 +23152,8 @@ declare namespace Models {
|
|
|
23050
23152
|
"shortTermForecasting"?: Models.BuShortTermForecastingSettings;
|
|
23051
23153
|
"scheduling"?: Models.BuSchedulingSettingsResponse;
|
|
23052
23154
|
"notifications"?: Models.BuNotificationSettingsResponse;
|
|
23155
|
+
"learning"?: Models.BuActivitySettingsResponse;
|
|
23156
|
+
"coaching"?: Models.BuActivitySettingsResponse;
|
|
23053
23157
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
23054
23158
|
}
|
|
23055
23159
|
|
|
@@ -24176,6 +24280,26 @@ declare namespace Models {
|
|
|
24176
24280
|
"capacityPlanIds": Array<string>;
|
|
24177
24281
|
}
|
|
24178
24282
|
|
|
24283
|
+
export interface CapacityPlanForecastInputsResponse {
|
|
24284
|
+
"businessUnit": Models.BusinessUnitReference;
|
|
24285
|
+
"capacityPlan": Models.CapacityPlanReference;
|
|
24286
|
+
"downloadUrl": string;
|
|
24287
|
+
"downloadTemplate"?: Models.CapacityPlanForecastInputsTemplate;
|
|
24288
|
+
}
|
|
24289
|
+
|
|
24290
|
+
export interface CapacityPlanForecastInputsTemplate {
|
|
24291
|
+
"referenceBusinessUnitDate": string;
|
|
24292
|
+
"granularity": string;
|
|
24293
|
+
"months"?: Array<string>;
|
|
24294
|
+
"planningGroupsForecastData": Array<Models.ForecastInputPlanningGroupData>;
|
|
24295
|
+
"capacityPlanForecastSummary": Models.CapacityPlanForecastMetrics;
|
|
24296
|
+
}
|
|
24297
|
+
|
|
24298
|
+
export interface CapacityPlanForecastMetrics {
|
|
24299
|
+
"volume": Array<number>;
|
|
24300
|
+
"averageHandleTime": Array<number>;
|
|
24301
|
+
}
|
|
24302
|
+
|
|
24179
24303
|
export interface CapacityPlanListItem {
|
|
24180
24304
|
"id": string;
|
|
24181
24305
|
"name"?: string;
|
|
@@ -24519,20 +24643,20 @@ declare namespace Models {
|
|
|
24519
24643
|
|
|
24520
24644
|
export interface Caseplan {
|
|
24521
24645
|
"id"?: string;
|
|
24522
|
-
"name"
|
|
24523
|
-
"division"
|
|
24646
|
+
"name": string;
|
|
24647
|
+
"division": Models.StarrableDivision;
|
|
24524
24648
|
"description"?: string;
|
|
24525
|
-
"referencePrefix"
|
|
24526
|
-
"defaultDueDurationInSeconds"
|
|
24527
|
-
"defaultTtlSeconds"
|
|
24649
|
+
"referencePrefix": string;
|
|
24650
|
+
"defaultDueDurationInSeconds": number;
|
|
24651
|
+
"defaultTtlSeconds": number;
|
|
24528
24652
|
"defaultCaseOwner"?: Models.UserReference;
|
|
24529
|
-
"latest"
|
|
24653
|
+
"latest": number;
|
|
24530
24654
|
"published"?: number;
|
|
24531
|
-
"dateCreated"
|
|
24532
|
-
"dateModified"
|
|
24655
|
+
"dateCreated": string;
|
|
24656
|
+
"dateModified": string;
|
|
24533
24657
|
"datePublished"?: string;
|
|
24534
|
-
"modifiedBy"
|
|
24535
|
-
"customerIntent"
|
|
24658
|
+
"modifiedBy": Models.UserReference;
|
|
24659
|
+
"customerIntent": Models.CustomerIntentReference;
|
|
24536
24660
|
"versionState"?: string;
|
|
24537
24661
|
"selfUri"?: string;
|
|
24538
24662
|
}
|
|
@@ -24552,20 +24676,20 @@ declare namespace Models {
|
|
|
24552
24676
|
|
|
24553
24677
|
export interface CaseplanCreateResponse {
|
|
24554
24678
|
"id"?: string;
|
|
24555
|
-
"name"
|
|
24556
|
-
"division"
|
|
24679
|
+
"name": string;
|
|
24680
|
+
"division": Models.StarrableDivision;
|
|
24557
24681
|
"description"?: string;
|
|
24558
|
-
"referencePrefix"
|
|
24559
|
-
"defaultDueDurationInSeconds"
|
|
24560
|
-
"defaultTtlSeconds"
|
|
24682
|
+
"referencePrefix": string;
|
|
24683
|
+
"defaultDueDurationInSeconds": number;
|
|
24684
|
+
"defaultTtlSeconds": number;
|
|
24561
24685
|
"defaultCaseOwner"?: Models.UserReference;
|
|
24562
|
-
"latest"
|
|
24686
|
+
"latest": number;
|
|
24563
24687
|
"published"?: number;
|
|
24564
|
-
"dateCreated"
|
|
24565
|
-
"dateModified"
|
|
24688
|
+
"dateCreated": string;
|
|
24689
|
+
"dateModified": string;
|
|
24566
24690
|
"datePublished"?: string;
|
|
24567
|
-
"modifiedBy"
|
|
24568
|
-
"customerIntent"
|
|
24691
|
+
"modifiedBy": Models.UserReference;
|
|
24692
|
+
"customerIntent": Models.CustomerIntentReference;
|
|
24569
24693
|
"versionState"?: string;
|
|
24570
24694
|
"dataSchemas"?: Array<Models.CaseplanDataSchema>;
|
|
24571
24695
|
"intakeSettings"?: Array<Models.IntakeSetting>;
|
|
@@ -26962,8 +27086,8 @@ declare namespace Models {
|
|
|
26962
27086
|
"sessionId"?: string;
|
|
26963
27087
|
"lastSuccessfulSessionId"?: string;
|
|
26964
27088
|
"state"?: string;
|
|
27089
|
+
"forecastDataState"?: string;
|
|
26965
27090
|
"errorCode"?: string;
|
|
26966
|
-
"retrainInProgress"?: boolean;
|
|
26967
27091
|
}
|
|
26968
27092
|
|
|
26969
27093
|
export interface ContinuousForecastSessionResponse {
|
|
@@ -28762,6 +28886,7 @@ declare namespace Models {
|
|
|
28762
28886
|
"type"?: string;
|
|
28763
28887
|
"code"?: number;
|
|
28764
28888
|
"phrase"?: string;
|
|
28889
|
+
"reason"?: string;
|
|
28765
28890
|
}
|
|
28766
28891
|
|
|
28767
28892
|
export interface ConversationEventTopicDisposition {
|
|
@@ -31198,6 +31323,8 @@ declare namespace Models {
|
|
|
31198
31323
|
"activityCodeId": string;
|
|
31199
31324
|
"notes"?: string;
|
|
31200
31325
|
"fullDayManagementUnitDates"?: Array<string>;
|
|
31326
|
+
"fullDayEarliestStartOffsetMinutes"?: Array<number>;
|
|
31327
|
+
"fullDayLatestEndOffsetMinutes"?: Array<number>;
|
|
31201
31328
|
"partialDayStartDateTimes"?: Array<string>;
|
|
31202
31329
|
"dailyDurationMinutes"?: number;
|
|
31203
31330
|
"durationMinutes"?: Array<number>;
|
|
@@ -31209,6 +31336,8 @@ declare namespace Models {
|
|
|
31209
31336
|
"activityCodeId": string;
|
|
31210
31337
|
"notes"?: string;
|
|
31211
31338
|
"fullDayManagementUnitDates"?: Array<string>;
|
|
31339
|
+
"fullDayEarliestStartOffsetMinutes"?: Array<number>;
|
|
31340
|
+
"fullDayLatestEndOffsetMinutes"?: Array<number>;
|
|
31212
31341
|
"partialDayStartDateTimes"?: Array<string>;
|
|
31213
31342
|
"dailyDurationMinutes"?: number;
|
|
31214
31343
|
"durationMinutes"?: Array<number>;
|
|
@@ -31243,6 +31372,8 @@ declare namespace Models {
|
|
|
31243
31372
|
"shortTermForecasting"?: Models.BuShortTermForecastingSettings;
|
|
31244
31373
|
"scheduling"?: Models.BuSchedulingSettingsRequest;
|
|
31245
31374
|
"notifications"?: Models.BuNotificationSettingsRequest;
|
|
31375
|
+
"learning"?: Models.BuActivitySettingsRequest;
|
|
31376
|
+
"coaching"?: Models.BuActivitySettingsRequest;
|
|
31246
31377
|
}
|
|
31247
31378
|
|
|
31248
31379
|
export interface CreateCallRequest {
|
|
@@ -31274,6 +31405,7 @@ declare namespace Models {
|
|
|
31274
31405
|
"scriptId"?: string;
|
|
31275
31406
|
"queueId"?: string;
|
|
31276
31407
|
"routingData"?: Models.RoutingData;
|
|
31408
|
+
"customerFirstCallbackDeliveryMode"?: string;
|
|
31277
31409
|
"callbackUserName"?: string;
|
|
31278
31410
|
"callbackNumbers": Array<string>;
|
|
31279
31411
|
"callbackScheduledTime"?: string;
|
|
@@ -31288,6 +31420,7 @@ declare namespace Models {
|
|
|
31288
31420
|
"scriptId"?: string;
|
|
31289
31421
|
"queueId"?: string;
|
|
31290
31422
|
"routingData"?: Models.RoutingData;
|
|
31423
|
+
"customerFirstCallbackDeliveryMode"?: string;
|
|
31291
31424
|
"callbackUserName"?: string;
|
|
31292
31425
|
"callbackNumbers": Array<string>;
|
|
31293
31426
|
"callbackScheduledTime"?: string;
|
|
@@ -32858,6 +32991,7 @@ declare namespace Models {
|
|
|
32858
32991
|
"datePublished"?: string;
|
|
32859
32992
|
"published"?: Models.DecisionTableVersionEntity;
|
|
32860
32993
|
"latest"?: Models.DecisionTableVersionEntity;
|
|
32994
|
+
"latestVersionStatus"?: string;
|
|
32861
32995
|
"columns"?: Models.DecisionTableColumns;
|
|
32862
32996
|
"publishedContract"?: Models.DecisionTableContract;
|
|
32863
32997
|
"selfUri"?: string;
|
|
@@ -32875,7 +33009,7 @@ declare namespace Models {
|
|
|
32875
33009
|
}
|
|
32876
33010
|
|
|
32877
33011
|
export interface DecisionTableContract {
|
|
32878
|
-
"parentSchema"?: Models.
|
|
33012
|
+
"parentSchema"?: Models.BusinessRulesParentSchemaRef;
|
|
32879
33013
|
"rowAuthoringSchema"?: Models.JsonSchemaDocument;
|
|
32880
33014
|
"executionInputSchema"?: Models.JsonSchemaDocument;
|
|
32881
33015
|
"executionOutputSchema"?: Models.JsonSchemaDocument;
|
|
@@ -35378,9 +35512,9 @@ declare namespace Models {
|
|
|
35378
35512
|
}
|
|
35379
35513
|
|
|
35380
35514
|
export interface DomainResourceConditionValue {
|
|
35381
|
-
"user"?: Models.
|
|
35382
|
-
"queue"?: Models.
|
|
35383
|
-
"team"?: Models.
|
|
35515
|
+
"user"?: Models.UserFullReference;
|
|
35516
|
+
"queue"?: Models.QueueFullReference;
|
|
35517
|
+
"team"?: Models.TeamFullReference;
|
|
35384
35518
|
"value"?: string;
|
|
35385
35519
|
"type"?: string;
|
|
35386
35520
|
}
|
|
@@ -36737,6 +36871,8 @@ declare namespace Models {
|
|
|
36737
36871
|
"payableMinutes": number;
|
|
36738
36872
|
"flexible": boolean;
|
|
36739
36873
|
"overrideDateType"?: string;
|
|
36874
|
+
"earliestStartOffsetMinutes"?: number;
|
|
36875
|
+
"latestEndOffsetMinutes"?: number;
|
|
36740
36876
|
}
|
|
36741
36877
|
|
|
36742
36878
|
export interface EstimateAvailablePartialDayTimeOffRequest {
|
|
@@ -37902,9 +38038,17 @@ declare namespace Models {
|
|
|
37902
38038
|
"profileUrl"?: string;
|
|
37903
38039
|
}
|
|
37904
38040
|
|
|
38041
|
+
export interface ExternalContactsContactChangedTopicWhatsAppBusinessScopedId {
|
|
38042
|
+
"bsuid"?: string;
|
|
38043
|
+
"parent"?: boolean;
|
|
38044
|
+
"portfolioId"?: string;
|
|
38045
|
+
}
|
|
38046
|
+
|
|
37905
38047
|
export interface ExternalContactsContactChangedTopicWhatsAppId {
|
|
37906
38048
|
"phoneNumber"?: Models.ExternalContactsContactChangedTopicPhoneNumber;
|
|
37907
38049
|
"displayName"?: string;
|
|
38050
|
+
"username"?: string;
|
|
38051
|
+
"whatsAppBusinessScopedIds"?: Array<Models.ExternalContactsContactChangedTopicWhatsAppBusinessScopedId>;
|
|
37908
38052
|
}
|
|
37909
38053
|
|
|
37910
38054
|
export interface ExternalContactsContactNoteChangedTopicDivision {
|
|
@@ -38245,9 +38389,17 @@ declare namespace Models {
|
|
|
38245
38389
|
"profileUrl"?: string;
|
|
38246
38390
|
}
|
|
38247
38391
|
|
|
38392
|
+
export interface ExternalContactsUnresolvedContactChangedTopicWhatsAppBusinessScopedId {
|
|
38393
|
+
"bsuid"?: string;
|
|
38394
|
+
"parent"?: boolean;
|
|
38395
|
+
"portfolioId"?: string;
|
|
38396
|
+
}
|
|
38397
|
+
|
|
38248
38398
|
export interface ExternalContactsUnresolvedContactChangedTopicWhatsAppId {
|
|
38249
38399
|
"phoneNumber"?: Models.ExternalContactsUnresolvedContactChangedTopicPhoneNumber;
|
|
38250
38400
|
"displayName"?: string;
|
|
38401
|
+
"username"?: string;
|
|
38402
|
+
"whatsAppBusinessScopedIds"?: Array<Models.ExternalContactsUnresolvedContactChangedTopicWhatsAppBusinessScopedId>;
|
|
38251
38403
|
}
|
|
38252
38404
|
|
|
38253
38405
|
export interface ExternalDataSource {
|
|
@@ -39861,6 +40013,11 @@ declare namespace Models {
|
|
|
39861
40013
|
"seconds"?: number;
|
|
39862
40014
|
}
|
|
39863
40015
|
|
|
40016
|
+
export interface ForecastInputPlanningGroupData {
|
|
40017
|
+
"planningGroupId": string;
|
|
40018
|
+
"capacityPlanForecastMetrics": Models.CapacityPlanForecastMetrics;
|
|
40019
|
+
}
|
|
40020
|
+
|
|
39864
40021
|
export interface ForecastMetadata {
|
|
39865
40022
|
"dateCreated"?: string;
|
|
39866
40023
|
"forecastId"?: string;
|
|
@@ -45114,6 +45271,8 @@ declare namespace Models {
|
|
|
45114
45271
|
"stateful"?: boolean;
|
|
45115
45272
|
"conversationTurns"?: Array<Models.KnowledgeConversationTurn>;
|
|
45116
45273
|
"filter"?: Models.V3SourceTagFilter;
|
|
45274
|
+
"application"?: Models.V3KnowledgeSearchPreviewClientApplication;
|
|
45275
|
+
"conversationContext"?: Models.KnowledgeV3PreviewConversationContext;
|
|
45117
45276
|
}
|
|
45118
45277
|
|
|
45119
45278
|
export interface KnowledgeSearchPreviewResponse {
|
|
@@ -45121,6 +45280,8 @@ declare namespace Models {
|
|
|
45121
45280
|
"searchId"?: string;
|
|
45122
45281
|
"sessionId"?: string;
|
|
45123
45282
|
"result"?: Models.KnowledgeSearchResult;
|
|
45283
|
+
"application"?: Models.V3KnowledgeSearchPreviewClientApplication;
|
|
45284
|
+
"conversationContext"?: Models.KnowledgeV3PreviewConversationContext;
|
|
45124
45285
|
}
|
|
45125
45286
|
|
|
45126
45287
|
export interface KnowledgeSearchResult {
|
|
@@ -45262,6 +45423,10 @@ declare namespace Models {
|
|
|
45262
45423
|
"mediaType"?: string;
|
|
45263
45424
|
}
|
|
45264
45425
|
|
|
45426
|
+
export interface KnowledgeV3PreviewConversationContext {
|
|
45427
|
+
"mediaType": string;
|
|
45428
|
+
}
|
|
45429
|
+
|
|
45265
45430
|
export interface KpiResult {
|
|
45266
45431
|
"kpiTotalOn"?: number;
|
|
45267
45432
|
"kpiTotalOff"?: number;
|
|
@@ -51025,6 +51190,7 @@ declare namespace Models {
|
|
|
51025
51190
|
"countryCode"?: string;
|
|
51026
51191
|
"callbackNumbers"?: Array<string>;
|
|
51027
51192
|
"validateCallbackNumbers"?: boolean;
|
|
51193
|
+
"customerFirstCallbackDeliveryMode"?: string;
|
|
51028
51194
|
}
|
|
51029
51195
|
|
|
51030
51196
|
export interface PatchCallbackResponse {
|
|
@@ -52734,6 +52900,11 @@ declare namespace Models {
|
|
|
52734
52900
|
"knowledgeQueryProcessing": string;
|
|
52735
52901
|
}
|
|
52736
52902
|
|
|
52903
|
+
export interface QueryReformulationContext {
|
|
52904
|
+
"knowledgeClassification"?: string;
|
|
52905
|
+
"reformulatedQuery"?: string;
|
|
52906
|
+
}
|
|
52907
|
+
|
|
52737
52908
|
export interface QueryRequest {
|
|
52738
52909
|
"queryPhrase"?: string;
|
|
52739
52910
|
"pageNumber"?: number;
|
|
@@ -53953,6 +54124,7 @@ declare namespace Models {
|
|
|
53953
54124
|
"type"?: string;
|
|
53954
54125
|
"code"?: number;
|
|
53955
54126
|
"phrase"?: string;
|
|
54127
|
+
"reason"?: string;
|
|
53956
54128
|
}
|
|
53957
54129
|
|
|
53958
54130
|
export interface QueueConversationEventTopicDisposition {
|
|
@@ -54902,6 +55074,7 @@ declare namespace Models {
|
|
|
54902
55074
|
"type"?: string;
|
|
54903
55075
|
"code"?: number;
|
|
54904
55076
|
"phrase"?: string;
|
|
55077
|
+
"reason"?: string;
|
|
54905
55078
|
}
|
|
54906
55079
|
|
|
54907
55080
|
export interface QueueConversationSocialExpressionEventTopicDisposition {
|
|
@@ -55474,6 +55647,7 @@ declare namespace Models {
|
|
|
55474
55647
|
"type"?: string;
|
|
55475
55648
|
"code"?: number;
|
|
55476
55649
|
"phrase"?: string;
|
|
55650
|
+
"reason"?: string;
|
|
55477
55651
|
}
|
|
55478
55652
|
|
|
55479
55653
|
export interface QueueConversationVideoEventTopicDisposition {
|
|
@@ -55890,6 +56064,50 @@ declare namespace Models {
|
|
|
55890
56064
|
"pageCount"?: number;
|
|
55891
56065
|
}
|
|
55892
56066
|
|
|
56067
|
+
export interface QueueFullReference {
|
|
56068
|
+
"id"?: string;
|
|
56069
|
+
"name"?: string;
|
|
56070
|
+
"division"?: Models.Division;
|
|
56071
|
+
"description"?: string;
|
|
56072
|
+
"dateCreated"?: string;
|
|
56073
|
+
"dateModified"?: string;
|
|
56074
|
+
"modifiedBy"?: string;
|
|
56075
|
+
"createdBy"?: string;
|
|
56076
|
+
"memberCount"?: number;
|
|
56077
|
+
"userMemberCount"?: number;
|
|
56078
|
+
"joinedMemberCount"?: number;
|
|
56079
|
+
"mediaSettings"?: Models.QueueMediaSettings;
|
|
56080
|
+
"routingRules"?: Array<Models.RoutingRule>;
|
|
56081
|
+
"conditionalGroupRouting"?: Models.ConditionalGroupRouting;
|
|
56082
|
+
"conditionalGroupActivation"?: Models.ConditionalGroupActivation;
|
|
56083
|
+
"bullseye"?: Models.Bullseye;
|
|
56084
|
+
"scoringMethod"?: string;
|
|
56085
|
+
"lastAgentRoutingMode"?: string;
|
|
56086
|
+
"acwSettings"?: Models.AcwSettings;
|
|
56087
|
+
"skillEvaluationMethod"?: string;
|
|
56088
|
+
"memberGroups"?: Array<Models.MemberGroup>;
|
|
56089
|
+
"queueFlow"?: Models.DomainEntityRef;
|
|
56090
|
+
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
56091
|
+
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
56092
|
+
"whisperPrompt"?: Models.DomainEntityRef;
|
|
56093
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
56094
|
+
"autoAnswerOnly"?: boolean;
|
|
56095
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
56096
|
+
"enableTranscription"?: boolean;
|
|
56097
|
+
"enableAudioMonitoring"?: boolean;
|
|
56098
|
+
"enableManualAssignment"?: boolean;
|
|
56099
|
+
"agentOwnedRouting"?: Models.AgentOwnedRouting;
|
|
56100
|
+
"directRouting"?: Models.DirectRouting;
|
|
56101
|
+
"callingPartyName"?: string;
|
|
56102
|
+
"callingPartyNumber"?: string;
|
|
56103
|
+
"defaultScripts"?: { [key: string]: Models.Script; };
|
|
56104
|
+
"outboundMessagingAddresses"?: Models.QueueMessagingAddresses;
|
|
56105
|
+
"outboundEmailAddress"?: Models.QueueEmailAddress;
|
|
56106
|
+
"peerId"?: string;
|
|
56107
|
+
"suppressInQueueCallRecording"?: boolean;
|
|
56108
|
+
"selfUri"?: string;
|
|
56109
|
+
}
|
|
56110
|
+
|
|
55893
56111
|
export interface QueueMediaSettings {
|
|
55894
56112
|
"call"?: Models.MediaSettings;
|
|
55895
56113
|
"callback"?: Models.CallbackMediaSettings;
|
|
@@ -57327,7 +57545,7 @@ declare namespace Models {
|
|
|
57327
57545
|
"name"?: string;
|
|
57328
57546
|
"version"?: number;
|
|
57329
57547
|
"libraries": Array<Models.DomainEntityRef>;
|
|
57330
|
-
"texts"
|
|
57548
|
+
"texts"?: Array<Models.ResponseText>;
|
|
57331
57549
|
"createdBy"?: Models.User;
|
|
57332
57550
|
"dateCreated"?: string;
|
|
57333
57551
|
"interactionType"?: string;
|
|
@@ -57337,6 +57555,7 @@ declare namespace Models {
|
|
|
57337
57555
|
"messagingTemplate"?: Models.MessagingTemplate;
|
|
57338
57556
|
"assets"?: Array<Models.RmsAssetAddressableRef>;
|
|
57339
57557
|
"footer"?: Models.FooterTemplate;
|
|
57558
|
+
"appleInvitation"?: Models.AppleInvitation;
|
|
57340
57559
|
"selfUri"?: string;
|
|
57341
57560
|
}
|
|
57342
57561
|
|
|
@@ -57357,6 +57576,8 @@ declare namespace Models {
|
|
|
57357
57576
|
|
|
57358
57577
|
export interface ResponseAssetBulkRequest {
|
|
57359
57578
|
"assetIds": Array<string>;
|
|
57579
|
+
"sortBy"?: string;
|
|
57580
|
+
"sortOrder"?: string;
|
|
57360
57581
|
}
|
|
57361
57582
|
|
|
57362
57583
|
export interface ResponseAssetEntityListing {
|
|
@@ -58623,6 +58844,11 @@ declare namespace Models {
|
|
|
58623
58844
|
"score"?: number;
|
|
58624
58845
|
}
|
|
58625
58846
|
|
|
58847
|
+
export interface ScreenMonitorSettings {
|
|
58848
|
+
"enableAgentNotifications"?: boolean;
|
|
58849
|
+
"maxSimultaneousScreenMonitoringSessions"?: number;
|
|
58850
|
+
}
|
|
58851
|
+
|
|
58626
58852
|
export interface ScreenMonitoring {
|
|
58627
58853
|
"id"?: string;
|
|
58628
58854
|
"initialState"?: string;
|
|
@@ -58638,6 +58864,34 @@ declare namespace Models {
|
|
|
58638
58864
|
"disconnectedTime"?: string;
|
|
58639
58865
|
}
|
|
58640
58866
|
|
|
58867
|
+
export interface ScreenMonitoringDetails {
|
|
58868
|
+
"count": number;
|
|
58869
|
+
}
|
|
58870
|
+
|
|
58871
|
+
export interface ScreenMonitoringSession {
|
|
58872
|
+
"sourceUser": Models.AddressableEntityRef;
|
|
58873
|
+
"targetUser"?: Models.AddressableEntityRef;
|
|
58874
|
+
"conversation"?: Models.AddressableEntityRef;
|
|
58875
|
+
"participantId"?: string;
|
|
58876
|
+
"monitoringType": string;
|
|
58877
|
+
"dateCreated": string;
|
|
58878
|
+
"screenMonitoringId": string;
|
|
58879
|
+
"selfUri"?: string;
|
|
58880
|
+
}
|
|
58881
|
+
|
|
58882
|
+
export interface ScreenMonitoringSessionEntityListing {
|
|
58883
|
+
"entities"?: Array<Models.ScreenMonitoringSession>;
|
|
58884
|
+
}
|
|
58885
|
+
|
|
58886
|
+
export interface ScreenMonitoringUserDetails {
|
|
58887
|
+
"count"?: number;
|
|
58888
|
+
"targetUser": Models.AddressableEntityRef;
|
|
58889
|
+
}
|
|
58890
|
+
|
|
58891
|
+
export interface ScreenMonitoringUserDetailsEntityListing {
|
|
58892
|
+
"entities"?: Array<Models.ScreenMonitoringUserDetails>;
|
|
58893
|
+
}
|
|
58894
|
+
|
|
58641
58895
|
export interface ScreenRecordingActiveSessions {
|
|
58642
58896
|
"count"?: number;
|
|
58643
58897
|
}
|
|
@@ -60462,10 +60716,13 @@ declare namespace Models {
|
|
|
60462
60716
|
"summaryType"?: string;
|
|
60463
60717
|
"mediaType"?: string;
|
|
60464
60718
|
"language"?: string;
|
|
60719
|
+
"summaryId"?: string;
|
|
60720
|
+
"agentId"?: string;
|
|
60465
60721
|
"sourceId"?: string;
|
|
60466
60722
|
"summary"?: string;
|
|
60467
60723
|
"generated"?: boolean;
|
|
60468
60724
|
"dateCreated"?: string;
|
|
60725
|
+
"insights"?: Array<Models.ConversationInsight>;
|
|
60469
60726
|
}
|
|
60470
60727
|
|
|
60471
60728
|
export interface SpeechTextAnalyticsConversationSummaryListing {
|
|
@@ -60486,6 +60743,12 @@ declare namespace Models {
|
|
|
60486
60743
|
"agentEmpathyEnabled"?: boolean;
|
|
60487
60744
|
}
|
|
60488
60745
|
|
|
60746
|
+
export interface SpeechTextAnalyticsSummaryLabel {
|
|
60747
|
+
"name"?: string;
|
|
60748
|
+
"description"?: string;
|
|
60749
|
+
"type"?: string;
|
|
60750
|
+
}
|
|
60751
|
+
|
|
60489
60752
|
export interface SplittingInformation {
|
|
60490
60753
|
"criteria"?: string;
|
|
60491
60754
|
"criteriaValue"?: string;
|
|
@@ -60640,6 +60903,10 @@ declare namespace Models {
|
|
|
60640
60903
|
"selfUri"?: string;
|
|
60641
60904
|
}
|
|
60642
60905
|
|
|
60906
|
+
export interface StartScreenMonitorResponseBody {
|
|
60907
|
+
"screenMonitoringId"?: string;
|
|
60908
|
+
}
|
|
60909
|
+
|
|
60643
60910
|
export interface StatEventCampaignTopicIntervalMetrics {
|
|
60644
60911
|
"interval"?: string;
|
|
60645
60912
|
"metrics"?: Array<Models.StatEventCampaignTopicMetricStats>;
|
|
@@ -61908,6 +62175,17 @@ declare namespace Models {
|
|
|
61908
62175
|
"previousUri"?: string;
|
|
61909
62176
|
}
|
|
61910
62177
|
|
|
62178
|
+
export interface TeamFullReference {
|
|
62179
|
+
"id"?: string;
|
|
62180
|
+
"name": string;
|
|
62181
|
+
"division"?: Models.WritableDivision;
|
|
62182
|
+
"description"?: string;
|
|
62183
|
+
"dateCreated"?: string;
|
|
62184
|
+
"dateModified"?: string;
|
|
62185
|
+
"memberCount"?: number;
|
|
62186
|
+
"selfUri"?: string;
|
|
62187
|
+
}
|
|
62188
|
+
|
|
61911
62189
|
export interface TeamMemberAddListingResponse {
|
|
61912
62190
|
"entities"?: Array<Models.UserReference>;
|
|
61913
62191
|
"failures"?: Array<Models.TeamAddMemberFailure>;
|
|
@@ -62208,6 +62486,7 @@ declare namespace Models {
|
|
|
62208
62486
|
"previousTurn"?: Models.TextBotTurnReference;
|
|
62209
62487
|
"inputEventType": string;
|
|
62210
62488
|
"inputEventUserInput"?: Models.TextBotUserInputEvent;
|
|
62489
|
+
"inputEventRichMedia"?: Models.TextBotsRichMediaInputEvent;
|
|
62211
62490
|
"inputEventError"?: Models.TextBotErrorInputEvent;
|
|
62212
62491
|
}
|
|
62213
62492
|
|
|
@@ -62449,6 +62728,8 @@ declare namespace Models {
|
|
|
62449
62728
|
"dailyDurationMinutes"?: number;
|
|
62450
62729
|
"durationMinutes"?: Array<number>;
|
|
62451
62730
|
"payableMinutes"?: Array<number>;
|
|
62731
|
+
"fullDayEarliestStartOffsetMinutes"?: Array<number>;
|
|
62732
|
+
"fullDayLatestEndOffsetMinutes"?: Array<number>;
|
|
62452
62733
|
"notes"?: string;
|
|
62453
62734
|
"submittedBy"?: Models.UserReference;
|
|
62454
62735
|
"submittedDate"?: string;
|
|
@@ -62512,6 +62793,8 @@ declare namespace Models {
|
|
|
62512
62793
|
"dailyDurationMinutes"?: number;
|
|
62513
62794
|
"durationMinutes"?: Array<number>;
|
|
62514
62795
|
"payableMinutes"?: Array<number>;
|
|
62796
|
+
"fullDayEarliestStartOffsetMinutes"?: Array<number>;
|
|
62797
|
+
"fullDayLatestEndOffsetMinutes"?: Array<number>;
|
|
62515
62798
|
"notes"?: string;
|
|
62516
62799
|
"submittedBy"?: Models.UserReference;
|
|
62517
62800
|
"submittedDate"?: string;
|
|
@@ -63984,6 +64267,8 @@ declare namespace Models {
|
|
|
63984
64267
|
"shortTermForecasting"?: Models.BuShortTermForecastingSettings;
|
|
63985
64268
|
"scheduling"?: Models.BuSchedulingSettingsRequest;
|
|
63986
64269
|
"notifications"?: Models.BuNotificationSettingsRequest;
|
|
64270
|
+
"learning"?: Models.BuActivitySettingsRequest;
|
|
64271
|
+
"coaching"?: Models.BuActivitySettingsRequest;
|
|
63987
64272
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
63988
64273
|
}
|
|
63989
64274
|
|
|
@@ -64845,6 +65130,48 @@ declare namespace Models {
|
|
|
64845
65130
|
"selfUri"?: string;
|
|
64846
65131
|
}
|
|
64847
65132
|
|
|
65133
|
+
export interface UserFullReference {
|
|
65134
|
+
"id"?: string;
|
|
65135
|
+
"name"?: string;
|
|
65136
|
+
"division"?: Models.Division;
|
|
65137
|
+
"chat"?: Models.Chat;
|
|
65138
|
+
"department"?: string;
|
|
65139
|
+
"email"?: string;
|
|
65140
|
+
"primaryContactInfo"?: Array<Models.Contact>;
|
|
65141
|
+
"addresses"?: Array<Models.Contact>;
|
|
65142
|
+
"state"?: string;
|
|
65143
|
+
"title"?: string;
|
|
65144
|
+
"username"?: string;
|
|
65145
|
+
"manager"?: Models.User;
|
|
65146
|
+
"images"?: Array<Models.Image>;
|
|
65147
|
+
"version": number;
|
|
65148
|
+
"certifications"?: Array<string>;
|
|
65149
|
+
"biography"?: Models.Biography;
|
|
65150
|
+
"employerInfo"?: Models.EmployerInfo;
|
|
65151
|
+
"preferredName"?: string;
|
|
65152
|
+
"routingStatus"?: Models.RoutingStatus;
|
|
65153
|
+
"presence"?: Models.UserPresence;
|
|
65154
|
+
"integrationPresence"?: Models.UserPresence;
|
|
65155
|
+
"conversationSummary"?: Models.UserConversationSummary;
|
|
65156
|
+
"outOfOffice"?: Models.OutOfOffice;
|
|
65157
|
+
"geolocation"?: Models.Geolocation;
|
|
65158
|
+
"station"?: Models.UserStations;
|
|
65159
|
+
"authorization"?: Models.UserAuthorization;
|
|
65160
|
+
"profileSkills"?: Array<string>;
|
|
65161
|
+
"locations"?: Array<Models.Location>;
|
|
65162
|
+
"groups"?: Array<Models.Group>;
|
|
65163
|
+
"team"?: Models.Team;
|
|
65164
|
+
"workPlanBidRanks"?: Models.WorkPlanBidRanks;
|
|
65165
|
+
"skills"?: Array<Models.UserRoutingSkill>;
|
|
65166
|
+
"languages"?: Array<Models.UserRoutingLanguage>;
|
|
65167
|
+
"acdAutoAnswer"?: boolean;
|
|
65168
|
+
"languagePreference"?: string;
|
|
65169
|
+
"lastTokenIssued"?: Models.OAuthLastTokenIssued;
|
|
65170
|
+
"dateLastLogin"?: string;
|
|
65171
|
+
"dateWelcomeSent"?: string;
|
|
65172
|
+
"selfUri"?: string;
|
|
65173
|
+
}
|
|
65174
|
+
|
|
64848
65175
|
export interface UserGreetingEventGreeting {
|
|
64849
65176
|
"id"?: string;
|
|
64850
65177
|
"name"?: string;
|
|
@@ -66327,6 +66654,10 @@ declare namespace Models {
|
|
|
66327
66654
|
"assistant"?: Models.AddressableEntityRef;
|
|
66328
66655
|
}
|
|
66329
66656
|
|
|
66657
|
+
export interface V3KnowledgeSearchPreviewClientApplication {
|
|
66658
|
+
"type": string;
|
|
66659
|
+
}
|
|
66660
|
+
|
|
66330
66661
|
export interface V3SourceCreateRequest {
|
|
66331
66662
|
"name": string;
|
|
66332
66663
|
"type"?: string;
|
|
@@ -66722,6 +67053,7 @@ declare namespace Models {
|
|
|
66722
67053
|
|
|
66723
67054
|
export interface VideoSettings {
|
|
66724
67055
|
"enabled"?: boolean;
|
|
67056
|
+
"channels"?: Array<string>;
|
|
66725
67057
|
"agent"?: Models.AgentVideoSettings;
|
|
66726
67058
|
"user"?: Models.UserVideoSettings;
|
|
66727
67059
|
}
|