purecloud-platform-client-v2 253.0.0 → 255.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 +1886 -311
- package/dist/web-amd/purecloud-platform-client-v2.js +1887 -311
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +635 -310
- package/dist/web-cjs/purecloud-platform-client-v2.js +642 -3129
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1030 -65
- package/package.json +1 -2
- package/src/purecloud-platform-client-v2/ApiClient.js +5 -5
- package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +1 -0
- 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 -62
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +64 -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 +435 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CaseManagementApi.js +207 -125
- 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 +2 -6
- 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 +2 -2
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -5
- 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 +1 -5
- 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 -9
- 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 +155 -3
- 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 +2 -2
- 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 +268 -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 -5
- 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 +719 -57
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1239,6 +1239,7 @@ declare class ArchitectApi {
|
|
|
1239
1239
|
getFlowsOutcome(flowOutcomeId: string, opts?: ArchitectApi.getFlowsOutcomeOptions): Promise<Models.FlowOutcome>;
|
|
1240
1240
|
getFlowsOutcomes(opts?: ArchitectApi.getFlowsOutcomesOptions): Promise<Models.FlowOutcomeListing>;
|
|
1241
1241
|
getFlowsOutcomesDivisionviews(opts?: ArchitectApi.getFlowsOutcomesDivisionviewsOptions): Promise<Models.FlowOutcomeDivisionViewEntityListing>;
|
|
1242
|
+
getFlowsValidateJob(jobId: string, opts?: ArchitectApi.getFlowsValidateJobOptions): Promise<Models.ArchitectValidateJobStateResponse>;
|
|
1242
1243
|
patchArchitectGrammar(grammarId: string, opts?: ArchitectApi.patchArchitectGrammarOptions): Promise<Models.Grammar>;
|
|
1243
1244
|
patchArchitectGrammarLanguage(grammarId: string, languageCode: string, opts?: ArchitectApi.patchArchitectGrammarLanguageOptions): Promise<Models.GrammarLanguage>;
|
|
1244
1245
|
patchFlowsInstancesSettingsExecutiondata(body: Models.ExecutionDataSettingsRequest, opts?: ArchitectApi.patchFlowsInstancesSettingsExecutiondataOptions): Promise<Models.ExecutionDataFlowSettingsResponse>;
|
|
@@ -1280,6 +1281,7 @@ declare class ArchitectApi {
|
|
|
1280
1281
|
postFlowsJobs(opts?: ArchitectApi.postFlowsJobsOptions): Promise<Models.RegisterArchitectJobResponse>;
|
|
1281
1282
|
postFlowsMilestones(opts?: ArchitectApi.postFlowsMilestonesOptions): Promise<Models.FlowMilestone>;
|
|
1282
1283
|
postFlowsOutcomes(opts?: ArchitectApi.postFlowsOutcomesOptions): Promise<Models.FlowOutcome>;
|
|
1284
|
+
postFlowsValidateJobs(body: Models.RegisterArchitectValidateJob, opts?: ArchitectApi.postFlowsValidateJobsOptions): Promise<Models.RegisterArchitectValidateJobResponse>;
|
|
1283
1285
|
putArchitectEmergencygroup(emergencyGroupId: string, body: Models.EmergencyGroup, opts?: ArchitectApi.putArchitectEmergencygroupOptions): Promise<Models.EmergencyGroup>;
|
|
1284
1286
|
putArchitectIvr(ivrId: string, body: Models.IVR, opts?: ArchitectApi.putArchitectIvrOptions): Promise<Models.IVR>;
|
|
1285
1287
|
putArchitectIvrIdentityresolution(ivrId: string, body: Models.IVRIdentityResolutionConfig, opts?: ArchitectApi.putArchitectIvrIdentityresolutionOptions): Promise<Models.IVRIdentityResolutionConfig>;
|
|
@@ -1828,6 +1830,10 @@ declare namespace ArchitectApi {
|
|
|
1828
1830
|
"divisionId"?: Array<string>;
|
|
1829
1831
|
"customHeaders"?: Record<string, string>;
|
|
1830
1832
|
}
|
|
1833
|
+
export interface getFlowsValidateJobOptions {
|
|
1834
|
+
"expand"?: Array<string>;
|
|
1835
|
+
"customHeaders"?: Record<string, string>;
|
|
1836
|
+
}
|
|
1831
1837
|
export interface patchArchitectGrammarOptions {
|
|
1832
1838
|
"body"?: Models.Grammar;
|
|
1833
1839
|
"customHeaders"?: Record<string, string>;
|
|
@@ -1962,6 +1968,9 @@ declare namespace ArchitectApi {
|
|
|
1962
1968
|
"body"?: Models.FlowOutcome;
|
|
1963
1969
|
"customHeaders"?: Record<string, string>;
|
|
1964
1970
|
}
|
|
1971
|
+
export interface postFlowsValidateJobsOptions {
|
|
1972
|
+
"customHeaders"?: Record<string, string>;
|
|
1973
|
+
}
|
|
1965
1974
|
export interface putArchitectEmergencygroupOptions {
|
|
1966
1975
|
"customHeaders"?: Record<string, string>;
|
|
1967
1976
|
}
|
|
@@ -2469,10 +2478,16 @@ declare namespace BillingApi {
|
|
|
2469
2478
|
declare class BusinessRulesApi {
|
|
2470
2479
|
constructor(apiClient?: ApiClientClass);
|
|
2471
2480
|
deleteBusinessrulesDecisiontable(tableId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableOptions): Promise<void>;
|
|
2481
|
+
deleteBusinessrulesDecisiontableExport(tableId: string, exportJobId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableExportOptions): Promise<void>;
|
|
2482
|
+
deleteBusinessrulesDecisiontableImport(tableId: string, importJobId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableImportOptions): Promise<void>;
|
|
2472
2483
|
deleteBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableVersionOptions): Promise<void>;
|
|
2473
2484
|
deleteBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableVersionRowOptions): Promise<void>;
|
|
2474
2485
|
deleteBusinessrulesSchema(schemaId: string, opts?: BusinessRulesApi.deleteBusinessrulesSchemaOptions): Promise<void>;
|
|
2475
2486
|
getBusinessrulesDecisiontable(tableId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableOptions): Promise<Models.DecisionTable>;
|
|
2487
|
+
getBusinessrulesDecisiontableExport(tableId: string, exportJobId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableExportOptions): Promise<Models.DecisionTableExportJob>;
|
|
2488
|
+
getBusinessrulesDecisiontableExports(tableId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableExportsOptions): Promise<Models.DecisionTableExportJobListing>;
|
|
2489
|
+
getBusinessrulesDecisiontableImport(tableId: string, importJobId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableImportOptions): Promise<Models.DecisionTableImportJob>;
|
|
2490
|
+
getBusinessrulesDecisiontableImports(tableId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableImportsOptions): Promise<Models.DecisionTableImportJobListing>;
|
|
2476
2491
|
getBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionOptions): Promise<Models.DecisionTableVersion>;
|
|
2477
2492
|
getBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionRowOptions): Promise<Models.DecisionTableRow>;
|
|
2478
2493
|
getBusinessrulesDecisiontableVersionRows(tableId: string, tableVersion: number, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionRowsOptions): Promise<Models.DecisionTableRowListing>;
|
|
@@ -2484,11 +2499,17 @@ declare class BusinessRulesApi {
|
|
|
2484
2499
|
getBusinessrulesSchemasCoretype(coreTypeName: string, opts?: BusinessRulesApi.getBusinessrulesSchemasCoretypeOptions): Promise<Models.Coretype>;
|
|
2485
2500
|
getBusinessrulesSchemasCoretypes(opts?: BusinessRulesApi.getBusinessrulesSchemasCoretypesOptions): Promise<Models.CoretypeListing>;
|
|
2486
2501
|
patchBusinessrulesDecisiontable(tableId: string, body: Models.UpdateDecisionTableRequest, opts?: BusinessRulesApi.patchBusinessrulesDecisiontableOptions): Promise<Models.DecisionTable>;
|
|
2502
|
+
patchBusinessrulesDecisiontableImport(tableId: string, importJobId: string, body: Models.UpdateDecisionTableImportJobRequest, opts?: BusinessRulesApi.patchBusinessrulesDecisiontableImportOptions): Promise<Models.DecisionTableImportJob>;
|
|
2487
2503
|
patchBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, body: Models.UpdateDecisionTableVersionRequest, opts?: BusinessRulesApi.patchBusinessrulesDecisiontableVersionOptions): Promise<Models.DecisionTableVersion>;
|
|
2488
2504
|
postBusinessrulesDecisiontableExecute(tableId: string, body: Models.DecisionTableExecutionRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableExecuteOptions): Promise<Models.DecisionTableExecutionResponse>;
|
|
2505
|
+
postBusinessrulesDecisiontableExports(tableId: string, body: Models.DecisionTableExportJobRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableExportsOptions): Promise<Models.DecisionTableExportJob>;
|
|
2506
|
+
postBusinessrulesDecisiontableImports(tableId: string, body: Models.CreateDecisionTableImportJobRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableImportsOptions): Promise<Models.DecisionTableImportJob>;
|
|
2489
2507
|
postBusinessrulesDecisiontableVersionCopy(tableId: string, tableVersion: number, body: Models.CopyDecisionTableRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionCopyOptions): Promise<Models.DecisionTableVersion>;
|
|
2490
2508
|
postBusinessrulesDecisiontableVersionExecute(tableId: string, tableVersion: number, body: Models.DecisionTableExecutionRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionExecuteOptions): Promise<Models.DecisionTableExecutionResponse>;
|
|
2491
2509
|
postBusinessrulesDecisiontableVersionRows(tableId: string, tableVersion: number, body: Models.CreateDecisionTableRowRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsOptions): Promise<Models.DecisionTableRow>;
|
|
2510
|
+
postBusinessrulesDecisiontableVersionRowsBulkAdd(tableId: string, tableVersion: number, body: Models.BulkAddDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsBulkAddOptions): Promise<Models.BulkAddDecisionTableRowsResponse>;
|
|
2511
|
+
postBusinessrulesDecisiontableVersionRowsBulkRemove(tableId: string, tableVersion: number, body: Models.BulkDeleteDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsBulkRemoveOptions): Promise<void>;
|
|
2512
|
+
postBusinessrulesDecisiontableVersionRowsBulkUpdate(tableId: string, tableVersion: number, body: Models.BulkUpdateDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsBulkUpdateOptions): Promise<Models.BulkUpdateDecisionTableRowsResponse>;
|
|
2492
2513
|
postBusinessrulesDecisiontableVersionRowsSearch(tableId: string, tableVersion: number, body: Models.SearchDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsSearchOptions): Promise<Models.DecisionTableRowListing>;
|
|
2493
2514
|
postBusinessrulesDecisiontableVersionSync(tableId: string, tableVersion: number, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionSyncOptions): Promise<Models.DecisionTableVersion>;
|
|
2494
2515
|
postBusinessrulesDecisiontableVersions(tableId: string, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionsOptions): Promise<Models.DecisionTableVersion>;
|
|
@@ -2504,6 +2525,12 @@ declare namespace BusinessRulesApi {
|
|
|
2504
2525
|
"forceDelete"?: boolean;
|
|
2505
2526
|
"customHeaders"?: Record<string, string>;
|
|
2506
2527
|
}
|
|
2528
|
+
export interface deleteBusinessrulesDecisiontableExportOptions {
|
|
2529
|
+
"customHeaders"?: Record<string, string>;
|
|
2530
|
+
}
|
|
2531
|
+
export interface deleteBusinessrulesDecisiontableImportOptions {
|
|
2532
|
+
"customHeaders"?: Record<string, string>;
|
|
2533
|
+
}
|
|
2507
2534
|
export interface deleteBusinessrulesDecisiontableVersionOptions {
|
|
2508
2535
|
"customHeaders"?: Record<string, string>;
|
|
2509
2536
|
}
|
|
@@ -2516,6 +2543,22 @@ declare namespace BusinessRulesApi {
|
|
|
2516
2543
|
export interface getBusinessrulesDecisiontableOptions {
|
|
2517
2544
|
"customHeaders"?: Record<string, string>;
|
|
2518
2545
|
}
|
|
2546
|
+
export interface getBusinessrulesDecisiontableExportOptions {
|
|
2547
|
+
"customHeaders"?: Record<string, string>;
|
|
2548
|
+
}
|
|
2549
|
+
export interface getBusinessrulesDecisiontableExportsOptions {
|
|
2550
|
+
"after"?: string;
|
|
2551
|
+
"pageSize"?: string;
|
|
2552
|
+
"customHeaders"?: Record<string, string>;
|
|
2553
|
+
}
|
|
2554
|
+
export interface getBusinessrulesDecisiontableImportOptions {
|
|
2555
|
+
"customHeaders"?: Record<string, string>;
|
|
2556
|
+
}
|
|
2557
|
+
export interface getBusinessrulesDecisiontableImportsOptions {
|
|
2558
|
+
"after"?: string;
|
|
2559
|
+
"pageSize"?: string;
|
|
2560
|
+
"customHeaders"?: Record<string, string>;
|
|
2561
|
+
}
|
|
2519
2562
|
export interface getBusinessrulesDecisiontableVersionOptions {
|
|
2520
2563
|
"customHeaders"?: Record<string, string>;
|
|
2521
2564
|
}
|
|
@@ -2564,12 +2607,21 @@ declare namespace BusinessRulesApi {
|
|
|
2564
2607
|
export interface patchBusinessrulesDecisiontableOptions {
|
|
2565
2608
|
"customHeaders"?: Record<string, string>;
|
|
2566
2609
|
}
|
|
2610
|
+
export interface patchBusinessrulesDecisiontableImportOptions {
|
|
2611
|
+
"customHeaders"?: Record<string, string>;
|
|
2612
|
+
}
|
|
2567
2613
|
export interface patchBusinessrulesDecisiontableVersionOptions {
|
|
2568
2614
|
"customHeaders"?: Record<string, string>;
|
|
2569
2615
|
}
|
|
2570
2616
|
export interface postBusinessrulesDecisiontableExecuteOptions {
|
|
2571
2617
|
"customHeaders"?: Record<string, string>;
|
|
2572
2618
|
}
|
|
2619
|
+
export interface postBusinessrulesDecisiontableExportsOptions {
|
|
2620
|
+
"customHeaders"?: Record<string, string>;
|
|
2621
|
+
}
|
|
2622
|
+
export interface postBusinessrulesDecisiontableImportsOptions {
|
|
2623
|
+
"customHeaders"?: Record<string, string>;
|
|
2624
|
+
}
|
|
2573
2625
|
export interface postBusinessrulesDecisiontableVersionCopyOptions {
|
|
2574
2626
|
"customHeaders"?: Record<string, string>;
|
|
2575
2627
|
}
|
|
@@ -2579,6 +2631,15 @@ declare namespace BusinessRulesApi {
|
|
|
2579
2631
|
export interface postBusinessrulesDecisiontableVersionRowsOptions {
|
|
2580
2632
|
"customHeaders"?: Record<string, string>;
|
|
2581
2633
|
}
|
|
2634
|
+
export interface postBusinessrulesDecisiontableVersionRowsBulkAddOptions {
|
|
2635
|
+
"customHeaders"?: Record<string, string>;
|
|
2636
|
+
}
|
|
2637
|
+
export interface postBusinessrulesDecisiontableVersionRowsBulkRemoveOptions {
|
|
2638
|
+
"customHeaders"?: Record<string, string>;
|
|
2639
|
+
}
|
|
2640
|
+
export interface postBusinessrulesDecisiontableVersionRowsBulkUpdateOptions {
|
|
2641
|
+
"customHeaders"?: Record<string, string>;
|
|
2642
|
+
}
|
|
2582
2643
|
export interface postBusinessrulesDecisiontableVersionRowsSearchOptions {
|
|
2583
2644
|
"pageNumber"?: string;
|
|
2584
2645
|
"pageSize"?: string;
|
|
@@ -2627,6 +2688,7 @@ declare class CaseManagementApi {
|
|
|
2627
2688
|
constructor(apiClient?: ApiClientClass);
|
|
2628
2689
|
deleteCasemanagementCase(caseId: string, opts?: CaseManagementApi.deleteCasemanagementCaseOptions): Promise<object>;
|
|
2629
2690
|
deleteCasemanagementCaseplan(caseplanId: string, opts?: CaseManagementApi.deleteCasemanagementCaseplanOptions): Promise<object>;
|
|
2691
|
+
deleteCasemanagementCaseplanDataschema(caseplanId: string, schemaKeyName: string, opts?: CaseManagementApi.deleteCasemanagementCaseplanDataschemaOptions): Promise<object>;
|
|
2630
2692
|
getCasemanagementCase(caseId: string, opts?: CaseManagementApi.getCasemanagementCaseOptions): Promise<Models.Case>;
|
|
2631
2693
|
getCasemanagementCaseAssociation(caseId: string, associationId: string, opts?: CaseManagementApi.getCasemanagementCaseAssociationOptions): Promise<Models.CaseAssociation>;
|
|
2632
2694
|
getCasemanagementCaseAssociations(caseId: string, opts?: CaseManagementApi.getCasemanagementCaseAssociationsOptions): Promise<Models.CaseAssociationListing>;
|
|
@@ -2652,14 +2714,16 @@ declare class CaseManagementApi {
|
|
|
2652
2714
|
patchCasemanagementCaseplan(caseplanId: string, body: Models.CaseplanUpdate, opts?: CaseManagementApi.patchCasemanagementCaseplanOptions): Promise<Models.Caseplan>;
|
|
2653
2715
|
patchCasemanagementCaseplanStageplan(caseplanId: string, stageplanId: string, body: Models.StageplanUpdate, opts?: CaseManagementApi.patchCasemanagementCaseplanStageplanOptions): Promise<Models.Stageplan>;
|
|
2654
2716
|
patchCasemanagementCaseplanStageplanStepplan(caseplanId: string, stageplanId: string, stepplanId: string, body: Models.StepplanUpdate, opts?: CaseManagementApi.patchCasemanagementCaseplanStageplanStepplanOptions): Promise<Models.Stepplan>;
|
|
2655
|
-
postCasemanagementCaseAssociations(caseId: string, opts?: CaseManagementApi.postCasemanagementCaseAssociationsOptions): Promise<Models.CaseAssociation>;
|
|
2717
|
+
postCasemanagementCaseAssociations(caseId: string, body: Models.CaseAssociationCreate, opts?: CaseManagementApi.postCasemanagementCaseAssociationsOptions): Promise<Models.CaseAssociation>;
|
|
2656
2718
|
postCasemanagementCaseTerminateJobs(caseId: string, opts?: CaseManagementApi.postCasemanagementCaseTerminateJobsOptions): Promise<Models.TerminateJob>;
|
|
2719
|
+
postCasemanagementCaseplanDataschemas(caseplanId: string, body: Models.CaseplanDataSchemaRequest, opts?: CaseManagementApi.postCasemanagementCaseplanDataschemasOptions): Promise<Models.CaseplanDataSchema>;
|
|
2657
2720
|
postCasemanagementCaseplanPublish(caseplanId: string, opts?: CaseManagementApi.postCasemanagementCaseplanPublishOptions): Promise<Models.Caseplan>;
|
|
2658
2721
|
postCasemanagementCaseplanVersions(caseplanId: string, opts?: CaseManagementApi.postCasemanagementCaseplanVersionsOptions): Promise<Models.Caseplan>;
|
|
2659
2722
|
postCasemanagementCaseplans(body: Models.CaseplanCreate, opts?: CaseManagementApi.postCasemanagementCaseplansOptions): Promise<Models.CaseplanCreateResponse>;
|
|
2660
2723
|
postCasemanagementCaseplansQuery(body: Models.CaseplanQueryRequest, opts?: CaseManagementApi.postCasemanagementCaseplansQueryOptions): Promise<Models.CaseplanQueryEntityListing>;
|
|
2661
2724
|
postCasemanagementCases(body: Models.CaseCreate, opts?: CaseManagementApi.postCasemanagementCasesOptions): Promise<Models.Case>;
|
|
2662
|
-
postCasemanagementCasesAssociationsQuery(opts?: CaseManagementApi.postCasemanagementCasesAssociationsQueryOptions): Promise<Models.CaseAssociationQueryEntityListing>;
|
|
2725
|
+
postCasemanagementCasesAssociationsQuery(body: Models.CaseAssociationQuery, opts?: CaseManagementApi.postCasemanagementCasesAssociationsQueryOptions): Promise<Models.CaseAssociationQueryEntityListing>;
|
|
2726
|
+
putCasemanagementCaseplanDataschema(caseplanId: string, schemaKeyName: string, body: Models.CaseplanDataSchemaRequest, opts?: CaseManagementApi.putCasemanagementCaseplanDataschemaOptions): Promise<Models.CaseplanDataSchema>;
|
|
2663
2727
|
putCasemanagementCaseplanIntakesettings(caseplanId: string, body: Models.IntakeSettingsUpdate, opts?: CaseManagementApi.putCasemanagementCaseplanIntakesettingsOptions): Promise<Models.IntakeSettingsListing>;
|
|
2664
2728
|
}
|
|
2665
2729
|
|
|
@@ -2670,6 +2734,9 @@ declare namespace CaseManagementApi {
|
|
|
2670
2734
|
export interface deleteCasemanagementCaseplanOptions {
|
|
2671
2735
|
"customHeaders"?: Record<string, string>;
|
|
2672
2736
|
}
|
|
2737
|
+
export interface deleteCasemanagementCaseplanDataschemaOptions {
|
|
2738
|
+
"customHeaders"?: Record<string, string>;
|
|
2739
|
+
}
|
|
2673
2740
|
export interface getCasemanagementCaseOptions {
|
|
2674
2741
|
"expands"?: string;
|
|
2675
2742
|
"customHeaders"?: Record<string, string>;
|
|
@@ -2775,12 +2842,14 @@ declare namespace CaseManagementApi {
|
|
|
2775
2842
|
"customHeaders"?: Record<string, string>;
|
|
2776
2843
|
}
|
|
2777
2844
|
export interface postCasemanagementCaseAssociationsOptions {
|
|
2778
|
-
"body"?: Models.CaseAssociationCreate;
|
|
2779
2845
|
"customHeaders"?: Record<string, string>;
|
|
2780
2846
|
}
|
|
2781
2847
|
export interface postCasemanagementCaseTerminateJobsOptions {
|
|
2782
2848
|
"customHeaders"?: Record<string, string>;
|
|
2783
2849
|
}
|
|
2850
|
+
export interface postCasemanagementCaseplanDataschemasOptions {
|
|
2851
|
+
"customHeaders"?: Record<string, string>;
|
|
2852
|
+
}
|
|
2784
2853
|
export interface postCasemanagementCaseplanPublishOptions {
|
|
2785
2854
|
"customHeaders"?: Record<string, string>;
|
|
2786
2855
|
}
|
|
@@ -2797,7 +2866,9 @@ declare namespace CaseManagementApi {
|
|
|
2797
2866
|
"customHeaders"?: Record<string, string>;
|
|
2798
2867
|
}
|
|
2799
2868
|
export interface postCasemanagementCasesAssociationsQueryOptions {
|
|
2800
|
-
"
|
|
2869
|
+
"customHeaders"?: Record<string, string>;
|
|
2870
|
+
}
|
|
2871
|
+
export interface putCasemanagementCaseplanDataschemaOptions {
|
|
2801
2872
|
"customHeaders"?: Record<string, string>;
|
|
2802
2873
|
}
|
|
2803
2874
|
export interface putCasemanagementCaseplanIntakesettingsOptions {
|
|
@@ -4891,7 +4962,7 @@ declare class ExternalContactsApi {
|
|
|
4891
4962
|
getExternalcontactsContactUnresolved(contactId: string, opts?: ExternalContactsApi.getExternalcontactsContactUnresolvedOptions): Promise<Models.ExternalContact>;
|
|
4892
4963
|
getExternalcontactsContacts(opts?: ExternalContactsApi.getExternalcontactsContactsOptions): Promise<Models.ContactListing>;
|
|
4893
4964
|
getExternalcontactsContactsExport(exportId: string, opts?: ExternalContactsApi.getExternalcontactsContactsExportOptions): Promise<Models.ContactsExport>;
|
|
4894
|
-
getExternalcontactsContactsExports(opts?: ExternalContactsApi.getExternalcontactsContactsExportsOptions): Promise<Models.
|
|
4965
|
+
getExternalcontactsContactsExports(opts?: ExternalContactsApi.getExternalcontactsContactsExportsOptions): Promise<Models.ContactsExportListing>;
|
|
4895
4966
|
getExternalcontactsContactsSchema(schemaId: string, opts?: ExternalContactsApi.getExternalcontactsContactsSchemaOptions): Promise<Models.DataSchema>;
|
|
4896
4967
|
getExternalcontactsContactsSchemaVersion(schemaId: string, versionId: string, opts?: ExternalContactsApi.getExternalcontactsContactsSchemaVersionOptions): Promise<Models.DataSchema>;
|
|
4897
4968
|
getExternalcontactsContactsSchemaVersions(schemaId: string, opts?: ExternalContactsApi.getExternalcontactsContactsSchemaVersionsOptions): Promise<Models.DataSchemaListing>;
|
|
@@ -7550,7 +7621,7 @@ declare class KnowledgeApi {
|
|
|
7550
7621
|
postKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, body: Models.DocumentVariationRequest, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentVariationsOptions): Promise<Models.DocumentVariationResponse>;
|
|
7551
7622
|
postKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentVersion, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentVersionsOptions): Promise<Models.KnowledgeDocumentVersion>;
|
|
7552
7623
|
postKnowledgeKnowledgebaseDocumentViews(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentViewsOptions): Promise<void>;
|
|
7553
|
-
postKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, body: Models.
|
|
7624
|
+
postKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, body: Models.KnowledgeDocumentReq, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsOptions): Promise<Models.KnowledgeDocumentResponse>;
|
|
7554
7625
|
postKnowledgeKnowledgebaseDocumentsAnswers(knowledgeBaseId: string, body: Models.KnowledgeDocumentsAnswerFilter, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsAnswersOptions): Promise<Models.KnowledgeAnswerDocumentsResponse>;
|
|
7555
7626
|
postKnowledgeKnowledgebaseDocumentsBulkRemove(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkRemoveRequest, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsBulkRemoveOptions): Promise<Models.BulkResponse>;
|
|
7556
7627
|
postKnowledgeKnowledgebaseDocumentsBulkUpdate(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkUpdateRequest, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsBulkUpdateOptions): Promise<Models.BulkResponse>;
|
|
@@ -11273,6 +11344,7 @@ declare class RoutingApi {
|
|
|
11273
11344
|
deleteRoutingEmailDomain(domainId: string, opts?: RoutingApi.deleteRoutingEmailDomainOptions): Promise<void>;
|
|
11274
11345
|
deleteRoutingEmailDomainRoute(domainName: string, routeId: string, opts?: RoutingApi.deleteRoutingEmailDomainRouteOptions): Promise<void>;
|
|
11275
11346
|
deleteRoutingEmailOutboundDomain(domainId: string, opts?: RoutingApi.deleteRoutingEmailOutboundDomainOptions): Promise<void>;
|
|
11347
|
+
deleteRoutingEmailSettingEmailSettingId(emailSettingId: string, opts?: RoutingApi.deleteRoutingEmailSettingEmailSettingIdOptions): Promise<void>;
|
|
11276
11348
|
deleteRoutingLanguage(languageId: string, opts?: RoutingApi.deleteRoutingLanguageOptions): Promise<void>;
|
|
11277
11349
|
deleteRoutingPredictor(predictorId: string, opts?: RoutingApi.deleteRoutingPredictorOptions): Promise<void>;
|
|
11278
11350
|
deleteRoutingPredictorsKeyperformanceindicator(kpiId: string, opts?: RoutingApi.deleteRoutingPredictorsKeyperformanceindicatorOptions): Promise<void>;
|
|
@@ -11311,6 +11383,8 @@ declare class RoutingApi {
|
|
|
11311
11383
|
getRoutingEmailOutboundDomain(domainId: string, opts?: RoutingApi.getRoutingEmailOutboundDomainOptions): Promise<Models.OutboundDomain>;
|
|
11312
11384
|
getRoutingEmailOutboundDomainActivation(domainId: string, opts?: RoutingApi.getRoutingEmailOutboundDomainActivationOptions): Promise<Models.EmailOutboundDomainResult>;
|
|
11313
11385
|
getRoutingEmailOutboundDomains(opts?: RoutingApi.getRoutingEmailOutboundDomainsOptions): Promise<Models.OutboundDomainEntityListing>;
|
|
11386
|
+
getRoutingEmailSetting(opts?: RoutingApi.getRoutingEmailSettingOptions): Promise<Models.EmailSettingEntityListing>;
|
|
11387
|
+
getRoutingEmailSettingEmailSettingId(emailSettingId: string, opts?: RoutingApi.getRoutingEmailSettingEmailSettingIdOptions): Promise<Models.EmailSetting>;
|
|
11314
11388
|
getRoutingEmailSetup(opts?: RoutingApi.getRoutingEmailSetupOptions): Promise<Models.EmailSetup>;
|
|
11315
11389
|
getRoutingLanguage(languageId: string, opts?: RoutingApi.getRoutingLanguageOptions): Promise<Models.Language>;
|
|
11316
11390
|
getRoutingLanguages(opts?: RoutingApi.getRoutingLanguagesOptions): Promise<Models.LanguageEntityListing>;
|
|
@@ -11373,6 +11447,7 @@ declare class RoutingApi {
|
|
|
11373
11447
|
patchRoutingEmailDomain(domainId: string, body: Models.InboundDomainPatchRequest, opts?: RoutingApi.patchRoutingEmailDomainOptions): Promise<Models.InboundDomain>;
|
|
11374
11448
|
patchRoutingEmailDomainValidate(domainId: string, body: Models.InboundDomainPatchRequest, opts?: RoutingApi.patchRoutingEmailDomainValidateOptions): Promise<Models.InboundDomain>;
|
|
11375
11449
|
patchRoutingEmailOutboundDomain(domainId: string, body: Models.OutboundDomainPatchRequest, opts?: RoutingApi.patchRoutingEmailOutboundDomainOptions): Promise<Models.OutboundDomain>;
|
|
11450
|
+
patchRoutingEmailSettingEmailSettingId(emailSettingId: string, body: Models.EmailSetting, opts?: RoutingApi.patchRoutingEmailSettingEmailSettingIdOptions): Promise<Models.EmailSetting>;
|
|
11376
11451
|
patchRoutingPredictor(predictorId: string, opts?: RoutingApi.patchRoutingPredictorOptions): Promise<Models.Predictor>;
|
|
11377
11452
|
patchRoutingPredictorsKeyperformanceindicator(kpiId: string, opts?: RoutingApi.patchRoutingPredictorsKeyperformanceindicatorOptions): Promise<Models.KeyPerformanceIndicator>;
|
|
11378
11453
|
patchRoutingQueueMember(queueId: string, memberId: string, body: Models.QueueMember, opts?: RoutingApi.patchRoutingQueueMemberOptions): Promise<void>;
|
|
@@ -11402,6 +11477,7 @@ declare class RoutingApi {
|
|
|
11402
11477
|
postRoutingEmailOutboundDomainTestconnection(domainId: string, opts?: RoutingApi.postRoutingEmailOutboundDomainTestconnectionOptions): Promise<Models.TestMessage>;
|
|
11403
11478
|
postRoutingEmailOutboundDomains(body: Models.OutboundDomainCreateRequest, opts?: RoutingApi.postRoutingEmailOutboundDomainsOptions): Promise<Models.EmailOutboundDomainResult>;
|
|
11404
11479
|
postRoutingEmailOutboundDomainsSimulated(body: Models.OutboundDomainCreateRequest, opts?: RoutingApi.postRoutingEmailOutboundDomainsSimulatedOptions): Promise<Models.EmailOutboundDomainResult>;
|
|
11480
|
+
postRoutingEmailSetting(body: Models.EmailSetting, opts?: RoutingApi.postRoutingEmailSettingOptions): Promise<Models.EmailSetting>;
|
|
11405
11481
|
postRoutingLanguages(body: Models.Language, opts?: RoutingApi.postRoutingLanguagesOptions): Promise<Models.Language>;
|
|
11406
11482
|
postRoutingPredictors(opts?: RoutingApi.postRoutingPredictorsOptions): Promise<Models.Predictor>;
|
|
11407
11483
|
postRoutingPredictorsKeyperformanceindicators(body: Models.CreateKpiRequest, opts?: RoutingApi.postRoutingPredictorsKeyperformanceindicatorsOptions): Promise<Models.KeyPerformanceIndicator>;
|
|
@@ -11456,6 +11532,9 @@ declare namespace RoutingApi {
|
|
|
11456
11532
|
export interface deleteRoutingEmailOutboundDomainOptions {
|
|
11457
11533
|
"customHeaders"?: Record<string, string>;
|
|
11458
11534
|
}
|
|
11535
|
+
export interface deleteRoutingEmailSettingEmailSettingIdOptions {
|
|
11536
|
+
"customHeaders"?: Record<string, string>;
|
|
11537
|
+
}
|
|
11459
11538
|
export interface deleteRoutingLanguageOptions {
|
|
11460
11539
|
"customHeaders"?: Record<string, string>;
|
|
11461
11540
|
}
|
|
@@ -11595,6 +11674,14 @@ declare namespace RoutingApi {
|
|
|
11595
11674
|
"expand"?: string;
|
|
11596
11675
|
"customHeaders"?: Record<string, string>;
|
|
11597
11676
|
}
|
|
11677
|
+
export interface getRoutingEmailSettingOptions {
|
|
11678
|
+
"pageSize"?: number;
|
|
11679
|
+
"pageNumber"?: number;
|
|
11680
|
+
"customHeaders"?: Record<string, string>;
|
|
11681
|
+
}
|
|
11682
|
+
export interface getRoutingEmailSettingEmailSettingIdOptions {
|
|
11683
|
+
"customHeaders"?: Record<string, string>;
|
|
11684
|
+
}
|
|
11598
11685
|
export interface getRoutingEmailSetupOptions {
|
|
11599
11686
|
"customHeaders"?: Record<string, string>;
|
|
11600
11687
|
}
|
|
@@ -11926,6 +12013,9 @@ declare namespace RoutingApi {
|
|
|
11926
12013
|
export interface patchRoutingEmailOutboundDomainOptions {
|
|
11927
12014
|
"customHeaders"?: Record<string, string>;
|
|
11928
12015
|
}
|
|
12016
|
+
export interface patchRoutingEmailSettingEmailSettingIdOptions {
|
|
12017
|
+
"customHeaders"?: Record<string, string>;
|
|
12018
|
+
}
|
|
11929
12019
|
export interface patchRoutingPredictorOptions {
|
|
11930
12020
|
"body"?: Models.PatchPredictorRequest;
|
|
11931
12021
|
"customHeaders"?: Record<string, string>;
|
|
@@ -12022,6 +12112,9 @@ declare namespace RoutingApi {
|
|
|
12022
12112
|
export interface postRoutingEmailOutboundDomainsSimulatedOptions {
|
|
12023
12113
|
"customHeaders"?: Record<string, string>;
|
|
12024
12114
|
}
|
|
12115
|
+
export interface postRoutingEmailSettingOptions {
|
|
12116
|
+
"customHeaders"?: Record<string, string>;
|
|
12117
|
+
}
|
|
12025
12118
|
export interface postRoutingLanguagesOptions {
|
|
12026
12119
|
"customHeaders"?: Record<string, string>;
|
|
12027
12120
|
}
|
|
@@ -13695,15 +13788,24 @@ declare namespace TeamsApi {
|
|
|
13695
13788
|
|
|
13696
13789
|
declare class TelephonyApi {
|
|
13697
13790
|
constructor(apiClient?: ApiClientClass);
|
|
13791
|
+
deleteTelephonyOrganizationLinkTargetOrganizationId(targetOrganizationId: string, opts?: TelephonyApi.deleteTelephonyOrganizationLinkTargetOrganizationIdOptions): Promise<void>;
|
|
13698
13792
|
getTelephonyAgentGreetings(agentId: string, opts?: TelephonyApi.getTelephonyAgentGreetingsOptions): Promise<Models.AgentGreeting>;
|
|
13699
13793
|
getTelephonyAgentsGreetingsMe(opts?: TelephonyApi.getTelephonyAgentsGreetingsMeOptions): Promise<Models.SelfAgentGreeting>;
|
|
13700
13794
|
getTelephonyCallsMetrics(opts?: TelephonyApi.getTelephonyCallsMetricsOptions): Promise<Models.OrganizationCallMetrics>;
|
|
13701
13795
|
getTelephonyMediaregions(opts?: TelephonyApi.getTelephonyMediaregionsOptions): Promise<Models.MediaRegions>;
|
|
13796
|
+
getTelephonyNumbersRouting(opts?: TelephonyApi.getTelephonyNumbersRoutingOptions): Promise<Models.NumberRoutingListing>;
|
|
13797
|
+
getTelephonyOrganizationLink(opts?: TelephonyApi.getTelephonyOrganizationLinkOptions): Promise<Array<Models.OrganizationLinkResponse>>;
|
|
13798
|
+
getTelephonyOrganizationLinkRegions(opts?: TelephonyApi.getTelephonyOrganizationLinkRegionsOptions): Promise<Array<Models.RegionResponse>>;
|
|
13702
13799
|
getTelephonySettings(opts?: TelephonyApi.getTelephonySettingsOptions): Promise<Models.TelephonySettings>;
|
|
13703
13800
|
getTelephonySipmessagesConversation(conversationId: string, opts?: TelephonyApi.getTelephonySipmessagesConversationOptions): Promise<Models.Callmessage>;
|
|
13704
13801
|
getTelephonySipmessagesConversationHeaders(conversationId: string, opts?: TelephonyApi.getTelephonySipmessagesConversationHeadersOptions): Promise<Models.Callheader>;
|
|
13705
13802
|
getTelephonySiptraces(dateStart: string, dateEnd: string, opts?: TelephonyApi.getTelephonySiptracesOptions): Promise<Models.SipSearchResult>;
|
|
13706
13803
|
getTelephonySiptracesDownloadDownloadId(downloadId: string, opts?: TelephonyApi.getTelephonySiptracesDownloadDownloadIdOptions): Promise<Models.SignedUrlResponse>;
|
|
13804
|
+
patchTelephonyOrganizationLinkApproveRequestingOrganizationId(requestingOrganizationId: string, body: Models.OrganizationLinkApprovalRequest, opts?: TelephonyApi.patchTelephonyOrganizationLinkApproveRequestingOrganizationIdOptions): Promise<void>;
|
|
13805
|
+
postTelephonyNumbersRouting(body: Array<Models.NumberRoutingRequest>, opts?: TelephonyApi.postTelephonyNumbersRoutingOptions): Promise<void>;
|
|
13806
|
+
postTelephonyNumbersRoutingAll(body: Models.DisasterRecoveryAllRoutingRequest, opts?: TelephonyApi.postTelephonyNumbersRoutingAllOptions): Promise<void>;
|
|
13807
|
+
postTelephonyNumbersRoutingReset(body: Models.NumberRoutingResetOrganizationRequest, opts?: TelephonyApi.postTelephonyNumbersRoutingResetOptions): Promise<void>;
|
|
13808
|
+
postTelephonyOrganizationLink(body: Models.CreateOrganizationLink, opts?: TelephonyApi.postTelephonyOrganizationLinkOptions): Promise<Models.OrganizationLink>;
|
|
13707
13809
|
postTelephonySiptracesDownload(sIPSearchPublicRequest: Models.SIPSearchPublicRequest, opts?: TelephonyApi.postTelephonySiptracesDownloadOptions): Promise<Models.SipDownloadResponse>;
|
|
13708
13810
|
putTelephonyAgentGreetings(agentId: string, body: Models.AgentGreeting, opts?: TelephonyApi.putTelephonyAgentGreetingsOptions): Promise<Models.AgentGreeting>;
|
|
13709
13811
|
putTelephonyAgentsGreetingsMe(body: Models.SelfAgentGreeting, opts?: TelephonyApi.putTelephonyAgentsGreetingsMeOptions): Promise<Models.SelfAgentGreeting>;
|
|
@@ -13711,6 +13813,9 @@ declare class TelephonyApi {
|
|
|
13711
13813
|
}
|
|
13712
13814
|
|
|
13713
13815
|
declare namespace TelephonyApi {
|
|
13816
|
+
export interface deleteTelephonyOrganizationLinkTargetOrganizationIdOptions {
|
|
13817
|
+
"customHeaders"?: Record<string, string>;
|
|
13818
|
+
}
|
|
13714
13819
|
export interface getTelephonyAgentGreetingsOptions {
|
|
13715
13820
|
"customHeaders"?: Record<string, string>;
|
|
13716
13821
|
}
|
|
@@ -13724,6 +13829,22 @@ declare namespace TelephonyApi {
|
|
|
13724
13829
|
export interface getTelephonyMediaregionsOptions {
|
|
13725
13830
|
"customHeaders"?: Record<string, string>;
|
|
13726
13831
|
}
|
|
13832
|
+
export interface getTelephonyNumbersRoutingOptions {
|
|
13833
|
+
"before"?: string;
|
|
13834
|
+
"after"?: string;
|
|
13835
|
+
"pageSize"?: string;
|
|
13836
|
+
"numberId"?: string;
|
|
13837
|
+
"activeRoutingOrganizationId"?: string;
|
|
13838
|
+
"ownerOrganizationId"?: string;
|
|
13839
|
+
"status"?: string;
|
|
13840
|
+
"customHeaders"?: Record<string, string>;
|
|
13841
|
+
}
|
|
13842
|
+
export interface getTelephonyOrganizationLinkOptions {
|
|
13843
|
+
"customHeaders"?: Record<string, string>;
|
|
13844
|
+
}
|
|
13845
|
+
export interface getTelephonyOrganizationLinkRegionsOptions {
|
|
13846
|
+
"customHeaders"?: Record<string, string>;
|
|
13847
|
+
}
|
|
13727
13848
|
export interface getTelephonySettingsOptions {
|
|
13728
13849
|
"customHeaders"?: Record<string, string>;
|
|
13729
13850
|
}
|
|
@@ -13744,6 +13865,21 @@ declare namespace TelephonyApi {
|
|
|
13744
13865
|
export interface getTelephonySiptracesDownloadDownloadIdOptions {
|
|
13745
13866
|
"customHeaders"?: Record<string, string>;
|
|
13746
13867
|
}
|
|
13868
|
+
export interface patchTelephonyOrganizationLinkApproveRequestingOrganizationIdOptions {
|
|
13869
|
+
"customHeaders"?: Record<string, string>;
|
|
13870
|
+
}
|
|
13871
|
+
export interface postTelephonyNumbersRoutingOptions {
|
|
13872
|
+
"customHeaders"?: Record<string, string>;
|
|
13873
|
+
}
|
|
13874
|
+
export interface postTelephonyNumbersRoutingAllOptions {
|
|
13875
|
+
"customHeaders"?: Record<string, string>;
|
|
13876
|
+
}
|
|
13877
|
+
export interface postTelephonyNumbersRoutingResetOptions {
|
|
13878
|
+
"customHeaders"?: Record<string, string>;
|
|
13879
|
+
}
|
|
13880
|
+
export interface postTelephonyOrganizationLinkOptions {
|
|
13881
|
+
"customHeaders"?: Record<string, string>;
|
|
13882
|
+
}
|
|
13747
13883
|
export interface postTelephonySiptracesDownloadOptions {
|
|
13748
13884
|
"customHeaders"?: Record<string, string>;
|
|
13749
13885
|
}
|
|
@@ -15676,6 +15812,8 @@ declare class WorkforceManagementApi {
|
|
|
15676
15812
|
deleteWorkforcemanagementBusinessunitActivitycode(businessUnitId: string, activityCodeId: string, opts?: WorkforceManagementApi.deleteWorkforcemanagementBusinessunitActivitycodeOptions): Promise<void>;
|
|
15677
15813
|
deleteWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistory(businessUnitId: string, capacityPlanId: string, opts?: WorkforceManagementApi.deleteWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistoryOptions): Promise<void>;
|
|
15678
15814
|
deleteWorkforcemanagementBusinessunitPlanninggroup(businessUnitId: string, planningGroupId: string, opts?: WorkforceManagementApi.deleteWorkforcemanagementBusinessunitPlanninggroupOptions): Promise<void>;
|
|
15815
|
+
deleteWorkforcemanagementBusinessunitSchedulebid(businessUnitId: string, bidId: string, opts?: WorkforceManagementApi.deleteWorkforcemanagementBusinessunitSchedulebidOptions): Promise<void>;
|
|
15816
|
+
deleteWorkforcemanagementBusinessunitSchedulebidGroup(businessUnitId: string, bidId: string, bidGroupId: string, opts?: WorkforceManagementApi.deleteWorkforcemanagementBusinessunitSchedulebidGroupOptions): Promise<void>;
|
|
15679
15817
|
deleteWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, opts?: WorkforceManagementApi.deleteWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<void>;
|
|
15680
15818
|
deleteWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, opts?: WorkforceManagementApi.deleteWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<void>;
|
|
15681
15819
|
deleteWorkforcemanagementBusinessunitStaffinggroup(businessUnitId: string, staffingGroupId: string, opts?: WorkforceManagementApi.deleteWorkforcemanagementBusinessunitStaffinggroupOptions): Promise<void>;
|
|
@@ -15731,6 +15869,11 @@ declare class WorkforceManagementApi {
|
|
|
15731
15869
|
getWorkforcemanagementBusinessunitOpportunity(businessUnitId: string, opportunityId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitOpportunityOptions): Promise<Models.OpportunityResultWithAgentIds>;
|
|
15732
15870
|
getWorkforcemanagementBusinessunitPlanninggroup(businessUnitId: string, planningGroupId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitPlanninggroupOptions): Promise<Models.PlanningGroup>;
|
|
15733
15871
|
getWorkforcemanagementBusinessunitPlanninggroups(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitPlanninggroupsOptions): Promise<Models.PlanningGroupList>;
|
|
15872
|
+
getWorkforcemanagementBusinessunitSchedulebid(businessUnitId: string, bidId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitSchedulebidOptions): Promise<Models.ScheduleBid>;
|
|
15873
|
+
getWorkforcemanagementBusinessunitSchedulebidGroup(businessUnitId: string, bidId: string, bidGroupId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitSchedulebidGroupOptions): Promise<Models.ScheduleBidGroupResponse>;
|
|
15874
|
+
getWorkforcemanagementBusinessunitSchedulebidGroupPreferences(businessUnitId: string, bidId: string, bidGroupId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitSchedulebidGroupPreferencesOptions): Promise<Models.AdminAgentScheduleBidPreferenceResponse>;
|
|
15875
|
+
getWorkforcemanagementBusinessunitSchedulebidGroupsSummary(businessUnitId: string, bidId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitSchedulebidGroupsSummaryOptions): Promise<Models.ScheduleBidGroupSummaryList>;
|
|
15876
|
+
getWorkforcemanagementBusinessunitSchedulebids(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitSchedulebidsOptions): Promise<Models.ScheduleBidListResponse>;
|
|
15734
15877
|
getWorkforcemanagementBusinessunitSchedulerSettings(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitSchedulerSettingsOptions): Promise<Models.BuSchedulerSettingsResponse>;
|
|
15735
15878
|
getWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<Models.BuScheduleRun>;
|
|
15736
15879
|
getWorkforcemanagementBusinessunitSchedulingRunResult(businessUnitId: string, runId: string, managementUnitIds: Array<string>, expand: Array<string>, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitSchedulingRunResultOptions): Promise<Models.BuRescheduleResult>;
|
|
@@ -15803,6 +15946,9 @@ declare class WorkforceManagementApi {
|
|
|
15803
15946
|
getWorkforcemanagementManagementunits(opts?: WorkforceManagementApi.getWorkforcemanagementManagementunitsOptions): Promise<Models.ManagementUnitListing>;
|
|
15804
15947
|
getWorkforcemanagementManagementunitsDivisionviews(opts?: WorkforceManagementApi.getWorkforcemanagementManagementunitsDivisionviewsOptions): Promise<Models.ManagementUnitListing>;
|
|
15805
15948
|
getWorkforcemanagementNotifications(opts?: WorkforceManagementApi.getWorkforcemanagementNotificationsOptions): Promise<Models.NotificationsResponse>;
|
|
15949
|
+
getWorkforcemanagementSchedulebidPreference(bidId: string, opts?: WorkforceManagementApi.getWorkforcemanagementSchedulebidPreferenceOptions): Promise<Models.AgentScheduleBiddingPreferenceResponse>;
|
|
15950
|
+
getWorkforcemanagementSchedulebidSchedulesets(bidId: string, opts?: WorkforceManagementApi.getWorkforcemanagementSchedulebidSchedulesetsOptions): Promise<Models.AgentScheduleBidScheduleSetResponse>;
|
|
15951
|
+
getWorkforcemanagementSchedulebids(opts?: WorkforceManagementApi.getWorkforcemanagementSchedulebidsOptions): Promise<Models.AgentScheduleBids>;
|
|
15806
15952
|
getWorkforcemanagementSchedulingjob(jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementSchedulingjobOptions): Promise<Models.SchedulingStatusResponse>;
|
|
15807
15953
|
getWorkforcemanagementShifttrades(opts?: WorkforceManagementApi.getWorkforcemanagementShifttradesOptions): Promise<Models.ShiftTradeListResponse>;
|
|
15808
15954
|
getWorkforcemanagementShifttradingTradeJob(tradeId: string, jobId: string, opts?: WorkforceManagementApi.getWorkforcemanagementShifttradingTradeJobOptions): Promise<Models.ShiftTradeUpdateTradeJobResponse>;
|
|
@@ -15833,6 +15979,9 @@ declare class WorkforceManagementApi {
|
|
|
15833
15979
|
patchWorkforcemanagementBusinessunitMinimumstaffingSettings(businessUnitId: string, body: Models.MinimumStaffingRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitMinimumstaffingSettingsOptions): Promise<Models.MinimumStaffingResponse>;
|
|
15834
15980
|
patchWorkforcemanagementBusinessunitOpportunity(businessUnitId: string, opportunityId: string, body: Models.PatchOpportunityRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitOpportunityOptions): Promise<Models.OpportunityResult>;
|
|
15835
15981
|
patchWorkforcemanagementBusinessunitPlanninggroup(businessUnitId: string, planningGroupId: string, body: Models.UpdatePlanningGroupRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitPlanninggroupOptions): Promise<Models.PlanningGroup>;
|
|
15982
|
+
patchWorkforcemanagementBusinessunitSchedulebid(businessUnitId: string, bidId: string, body: Models.UpdateScheduleBid, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulebidOptions): Promise<Models.ScheduleBid>;
|
|
15983
|
+
patchWorkforcemanagementBusinessunitSchedulebidGroup(businessUnitId: string, bidId: string, bidGroupId: string, body: Models.ScheduleBidGroupUpdate, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulebidGroupOptions): Promise<Models.ScheduleBidGroupResponse>;
|
|
15984
|
+
patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences(businessUnitId: string, bidId: string, bidGroupId: string, body: Models.AgentsBidAssignedScheduleSetOverrideRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulebidGroupPreferencesOptions): Promise<Models.AdminAgentScheduleBidPreferenceResponse>;
|
|
15836
15985
|
patchWorkforcemanagementBusinessunitSchedulerSettings(businessUnitId: string, body: Models.BuSchedulerSettingsRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulerSettingsOptions): Promise<Models.BuSchedulerSettingsResponse>;
|
|
15837
15986
|
patchWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, body: Models.PatchBuScheduleRunRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<void>;
|
|
15838
15987
|
patchWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, body: Models.UpdateServiceGoalTemplate, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<Models.ServiceGoalTemplate>;
|
|
@@ -15898,6 +16047,10 @@ declare class WorkforceManagementApi {
|
|
|
15898
16047
|
postWorkforcemanagementBusinessunitOpportunitiesExternalactivitiesQuery(businessUnitId: string, body: Models.BulkOpportunitiesExternalActivitiesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesExternalactivitiesQueryOptions): Promise<Models.QueryExternalActivityOpportunitiesResponse>;
|
|
15899
16048
|
postWorkforcemanagementBusinessunitOpportunitiesQuery(businessUnitId: string, body: Models.QueryOpportunitiesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesQueryOptions): Promise<Models.QueryOpportunitiesResponse>;
|
|
15900
16049
|
postWorkforcemanagementBusinessunitPlanninggroups(businessUnitId: string, body: Models.CreatePlanningGroupRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitPlanninggroupsOptions): Promise<Models.PlanningGroup>;
|
|
16050
|
+
postWorkforcemanagementBusinessunitSchedulebidCopy(businessUnitId: string, bidId: string, body: Models.CopyScheduleBid, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitSchedulebidCopyOptions): Promise<Models.ScheduleBid>;
|
|
16051
|
+
postWorkforcemanagementBusinessunitSchedulebidGroups(businessUnitId: string, bidId: string, body: Models.ScheduleBidGroupCreate, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitSchedulebidGroupsOptions): Promise<Models.ScheduleBidGroupResponse>;
|
|
16052
|
+
postWorkforcemanagementBusinessunitSchedulebids(businessUnitId: string, body: Models.CreateScheduleBid, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitSchedulebidsOptions): Promise<Models.ScheduleBid>;
|
|
16053
|
+
postWorkforcemanagementBusinessunitSchedulebidsEffectiveschedulesets(businessUnitId: string, body: Models.QueryEffectiveScheduleSetsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitSchedulebidsEffectiveschedulesetsOptions): Promise<Models.AgentsEffectiveScheduleSetResponse>;
|
|
15901
16054
|
postWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string, body: Models.CreateServiceGoalTemplate, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplatesOptions): Promise<Models.ServiceGoalTemplate>;
|
|
15902
16055
|
postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobs(businessUnitId: string, body: Models.EvaluateShiftTradeListJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobsOptions): Promise<Models.ShiftTradeEvaluateTradesBuJobResponse>;
|
|
15903
16056
|
postWorkforcemanagementBusinessunitShifttradingTradesQueryJobs(businessUnitId: string, body: Models.QueryShiftTradeListJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingTradesQueryJobsOptions): Promise<Models.ShiftTradeQueryTradesBuJobResponse>;
|
|
@@ -15980,6 +16133,7 @@ declare class WorkforceManagementApi {
|
|
|
15980
16133
|
putWorkforcemanagementAgentIntegrationsHris(agentId: string, body: Models.AgentIntegrationsRequest, opts?: WorkforceManagementApi.putWorkforcemanagementAgentIntegrationsHrisOptions): Promise<Models.AgentIntegrationsResponse>;
|
|
15981
16134
|
putWorkforcemanagementBusinessunitTimeofflimitValues(businessUnitId: string, timeOffLimitId: string, body: Models.BuSetTimeOffLimitValuesRequest, opts?: WorkforceManagementApi.putWorkforcemanagementBusinessunitTimeofflimitValuesOptions): Promise<Models.BuTimeOffLimitResponse>;
|
|
15982
16135
|
putWorkforcemanagementManagementunitTimeofflimitValues(managementUnitId: string, timeOffLimitId: string, body: Models.SetTimeOffLimitValuesRequest, opts?: WorkforceManagementApi.putWorkforcemanagementManagementunitTimeofflimitValuesOptions): Promise<Models.TimeOffLimit>;
|
|
16136
|
+
putWorkforcemanagementSchedulebidPreference(bidId: string, body: Models.UpdateAgentScheduleBiddingPreference, opts?: WorkforceManagementApi.putWorkforcemanagementSchedulebidPreferenceOptions): Promise<Models.AgentScheduleBiddingPreferenceResponse>;
|
|
15983
16137
|
}
|
|
15984
16138
|
|
|
15985
16139
|
declare namespace WorkforceManagementApi {
|
|
@@ -15996,6 +16150,12 @@ declare namespace WorkforceManagementApi {
|
|
|
15996
16150
|
export interface deleteWorkforcemanagementBusinessunitPlanninggroupOptions {
|
|
15997
16151
|
"customHeaders"?: Record<string, string>;
|
|
15998
16152
|
}
|
|
16153
|
+
export interface deleteWorkforcemanagementBusinessunitSchedulebidOptions {
|
|
16154
|
+
"customHeaders"?: Record<string, string>;
|
|
16155
|
+
}
|
|
16156
|
+
export interface deleteWorkforcemanagementBusinessunitSchedulebidGroupOptions {
|
|
16157
|
+
"customHeaders"?: Record<string, string>;
|
|
16158
|
+
}
|
|
15999
16159
|
export interface deleteWorkforcemanagementBusinessunitSchedulingRunOptions {
|
|
16000
16160
|
"customHeaders"?: Record<string, string>;
|
|
16001
16161
|
}
|
|
@@ -16171,6 +16331,23 @@ declare namespace WorkforceManagementApi {
|
|
|
16171
16331
|
export interface getWorkforcemanagementBusinessunitPlanninggroupsOptions {
|
|
16172
16332
|
"customHeaders"?: Record<string, string>;
|
|
16173
16333
|
}
|
|
16334
|
+
export interface getWorkforcemanagementBusinessunitSchedulebidOptions {
|
|
16335
|
+
"customHeaders"?: Record<string, string>;
|
|
16336
|
+
}
|
|
16337
|
+
export interface getWorkforcemanagementBusinessunitSchedulebidGroupOptions {
|
|
16338
|
+
"customHeaders"?: Record<string, string>;
|
|
16339
|
+
}
|
|
16340
|
+
export interface getWorkforcemanagementBusinessunitSchedulebidGroupPreferencesOptions {
|
|
16341
|
+
"forceDownloadService"?: boolean;
|
|
16342
|
+
"expand"?: Array<string>;
|
|
16343
|
+
"customHeaders"?: Record<string, string>;
|
|
16344
|
+
}
|
|
16345
|
+
export interface getWorkforcemanagementBusinessunitSchedulebidGroupsSummaryOptions {
|
|
16346
|
+
"customHeaders"?: Record<string, string>;
|
|
16347
|
+
}
|
|
16348
|
+
export interface getWorkforcemanagementBusinessunitSchedulebidsOptions {
|
|
16349
|
+
"customHeaders"?: Record<string, string>;
|
|
16350
|
+
}
|
|
16174
16351
|
export interface getWorkforcemanagementBusinessunitSchedulerSettingsOptions {
|
|
16175
16352
|
"customHeaders"?: Record<string, string>;
|
|
16176
16353
|
}
|
|
@@ -16227,6 +16404,7 @@ declare namespace WorkforceManagementApi {
|
|
|
16227
16404
|
export interface getWorkforcemanagementBusinessunitTimeoffplansOptions {
|
|
16228
16405
|
"managementUnitId"?: string;
|
|
16229
16406
|
"forceDownloadService"?: boolean;
|
|
16407
|
+
"expand"?: Array<string>;
|
|
16230
16408
|
"customHeaders"?: Record<string, string>;
|
|
16231
16409
|
}
|
|
16232
16410
|
export interface getWorkforcemanagementBusinessunitUsersOptions {
|
|
@@ -16254,6 +16432,8 @@ declare namespace WorkforceManagementApi {
|
|
|
16254
16432
|
"customHeaders"?: Record<string, string>;
|
|
16255
16433
|
}
|
|
16256
16434
|
export interface getWorkforcemanagementBusinessunitWeekSchedulesOptions {
|
|
16435
|
+
"earliestWeekDate"?: string;
|
|
16436
|
+
"latestWeekDate"?: string;
|
|
16257
16437
|
"includeOnlyPublished"?: boolean;
|
|
16258
16438
|
"expand"?: string;
|
|
16259
16439
|
"customHeaders"?: Record<string, string>;
|
|
@@ -16430,6 +16610,15 @@ declare namespace WorkforceManagementApi {
|
|
|
16430
16610
|
export interface getWorkforcemanagementNotificationsOptions {
|
|
16431
16611
|
"customHeaders"?: Record<string, string>;
|
|
16432
16612
|
}
|
|
16613
|
+
export interface getWorkforcemanagementSchedulebidPreferenceOptions {
|
|
16614
|
+
"customHeaders"?: Record<string, string>;
|
|
16615
|
+
}
|
|
16616
|
+
export interface getWorkforcemanagementSchedulebidSchedulesetsOptions {
|
|
16617
|
+
"customHeaders"?: Record<string, string>;
|
|
16618
|
+
}
|
|
16619
|
+
export interface getWorkforcemanagementSchedulebidsOptions {
|
|
16620
|
+
"customHeaders"?: Record<string, string>;
|
|
16621
|
+
}
|
|
16433
16622
|
export interface getWorkforcemanagementSchedulingjobOptions {
|
|
16434
16623
|
"customHeaders"?: Record<string, string>;
|
|
16435
16624
|
}
|
|
@@ -16521,6 +16710,15 @@ declare namespace WorkforceManagementApi {
|
|
|
16521
16710
|
export interface patchWorkforcemanagementBusinessunitPlanninggroupOptions {
|
|
16522
16711
|
"customHeaders"?: Record<string, string>;
|
|
16523
16712
|
}
|
|
16713
|
+
export interface patchWorkforcemanagementBusinessunitSchedulebidOptions {
|
|
16714
|
+
"customHeaders"?: Record<string, string>;
|
|
16715
|
+
}
|
|
16716
|
+
export interface patchWorkforcemanagementBusinessunitSchedulebidGroupOptions {
|
|
16717
|
+
"customHeaders"?: Record<string, string>;
|
|
16718
|
+
}
|
|
16719
|
+
export interface patchWorkforcemanagementBusinessunitSchedulebidGroupPreferencesOptions {
|
|
16720
|
+
"customHeaders"?: Record<string, string>;
|
|
16721
|
+
}
|
|
16524
16722
|
export interface patchWorkforcemanagementBusinessunitSchedulerSettingsOptions {
|
|
16525
16723
|
"customHeaders"?: Record<string, string>;
|
|
16526
16724
|
}
|
|
@@ -16736,6 +16934,18 @@ declare namespace WorkforceManagementApi {
|
|
|
16736
16934
|
export interface postWorkforcemanagementBusinessunitPlanninggroupsOptions {
|
|
16737
16935
|
"customHeaders"?: Record<string, string>;
|
|
16738
16936
|
}
|
|
16937
|
+
export interface postWorkforcemanagementBusinessunitSchedulebidCopyOptions {
|
|
16938
|
+
"customHeaders"?: Record<string, string>;
|
|
16939
|
+
}
|
|
16940
|
+
export interface postWorkforcemanagementBusinessunitSchedulebidGroupsOptions {
|
|
16941
|
+
"customHeaders"?: Record<string, string>;
|
|
16942
|
+
}
|
|
16943
|
+
export interface postWorkforcemanagementBusinessunitSchedulebidsOptions {
|
|
16944
|
+
"customHeaders"?: Record<string, string>;
|
|
16945
|
+
}
|
|
16946
|
+
export interface postWorkforcemanagementBusinessunitSchedulebidsEffectiveschedulesetsOptions {
|
|
16947
|
+
"customHeaders"?: Record<string, string>;
|
|
16948
|
+
}
|
|
16739
16949
|
export interface postWorkforcemanagementBusinessunitServicegoaltemplatesOptions {
|
|
16740
16950
|
"customHeaders"?: Record<string, string>;
|
|
16741
16951
|
}
|
|
@@ -16913,6 +17123,7 @@ declare namespace WorkforceManagementApi {
|
|
|
16913
17123
|
"customHeaders"?: Record<string, string>;
|
|
16914
17124
|
}
|
|
16915
17125
|
export interface postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateOptions {
|
|
17126
|
+
"includeOnly"?: string;
|
|
16916
17127
|
"customHeaders"?: Record<string, string>;
|
|
16917
17128
|
}
|
|
16918
17129
|
export interface postWorkforcemanagementManagementunitWeekShifttradeMatchOptions {
|
|
@@ -16993,6 +17204,7 @@ declare namespace WorkforceManagementApi {
|
|
|
16993
17204
|
"customHeaders"?: Record<string, string>;
|
|
16994
17205
|
}
|
|
16995
17206
|
export interface postWorkforcemanagementTimeoffrequestsEstimateOptions {
|
|
17207
|
+
"includeOnly"?: string;
|
|
16996
17208
|
"customHeaders"?: Record<string, string>;
|
|
16997
17209
|
}
|
|
16998
17210
|
export interface postWorkforcemanagementTimeoffrequestsIntegrationstatusQueryOptions {
|
|
@@ -17013,6 +17225,9 @@ declare namespace WorkforceManagementApi {
|
|
|
17013
17225
|
export interface putWorkforcemanagementManagementunitTimeofflimitValuesOptions {
|
|
17014
17226
|
"customHeaders"?: Record<string, string>;
|
|
17015
17227
|
}
|
|
17228
|
+
export interface putWorkforcemanagementSchedulebidPreferenceOptions {
|
|
17229
|
+
"customHeaders"?: Record<string, string>;
|
|
17230
|
+
}
|
|
17016
17231
|
}
|
|
17017
17232
|
|
|
17018
17233
|
declare namespace Models {
|
|
@@ -17936,6 +18151,29 @@ declare namespace Models {
|
|
|
17936
18151
|
"lineConnected"?: boolean;
|
|
17937
18152
|
}
|
|
17938
18153
|
|
|
18154
|
+
export interface AdminAgentScheduleBidBiddingPreference {
|
|
18155
|
+
"agent": Models.UserReference;
|
|
18156
|
+
"submitted": boolean;
|
|
18157
|
+
"assignedScheduleSetId"?: string;
|
|
18158
|
+
"overriddenScheduleSetId"?: string;
|
|
18159
|
+
"overrideReason"?: string;
|
|
18160
|
+
"agentScheduleBidPreferencePriorities": Array<Models.AgentScheduleBiddingPreferencePriority>;
|
|
18161
|
+
"endDate"?: string;
|
|
18162
|
+
}
|
|
18163
|
+
|
|
18164
|
+
export interface AdminAgentScheduleBidPreferenceResponse {
|
|
18165
|
+
"result"?: Models.AdminAgentScheduleSetPreferences;
|
|
18166
|
+
"downloadUrl"?: string;
|
|
18167
|
+
}
|
|
18168
|
+
|
|
18169
|
+
export interface AdminAgentScheduleSetPreferences {
|
|
18170
|
+
"id": string;
|
|
18171
|
+
"bid"?: Models.ScheduleBidReference;
|
|
18172
|
+
"bidGroup"?: Models.ScheduleBidGroupReference;
|
|
18173
|
+
"agentsScheduleBidPreferences": Array<Models.AdminAgentScheduleBidBiddingPreference>;
|
|
18174
|
+
"selfUri"?: string;
|
|
18175
|
+
}
|
|
18176
|
+
|
|
17939
18177
|
export interface AdminAgentWorkPlanBiddingPreference {
|
|
17940
18178
|
"agent": Models.UserReference;
|
|
17941
18179
|
"submitted": boolean;
|
|
@@ -18086,6 +18324,23 @@ declare namespace Models {
|
|
|
18086
18324
|
"endOffsetSeconds": number;
|
|
18087
18325
|
}
|
|
18088
18326
|
|
|
18327
|
+
export interface AgentAssignedScheduleSetList {
|
|
18328
|
+
"agentAssignedShiftSets": Array<Models.AgentAssignedShiftSet>;
|
|
18329
|
+
}
|
|
18330
|
+
|
|
18331
|
+
export interface AgentAssignedShiftSet {
|
|
18332
|
+
"id": string;
|
|
18333
|
+
"effectiveWorkPlan": Models.ShiftSetEffectiveWorkPlan;
|
|
18334
|
+
"shifts": Array<Models.ScheduleBidScheduledShift>;
|
|
18335
|
+
"agents": Array<Models.AssignedAgentDetails>;
|
|
18336
|
+
}
|
|
18337
|
+
|
|
18338
|
+
export interface AgentBidScheduleSetOverrideRequest {
|
|
18339
|
+
"agentId": string;
|
|
18340
|
+
"overrideScheduleSetId"?: string;
|
|
18341
|
+
"overrideReason"?: string;
|
|
18342
|
+
}
|
|
18343
|
+
|
|
18089
18344
|
export interface AgentBidWorkPlanOverrideRequest {
|
|
18090
18345
|
"agentId": string;
|
|
18091
18346
|
"overrideWorkPlanId"?: string;
|
|
@@ -18284,6 +18539,16 @@ declare namespace Models {
|
|
|
18284
18539
|
"backedUpUsers"?: Array<string>;
|
|
18285
18540
|
}
|
|
18286
18541
|
|
|
18542
|
+
export interface AgentEffectiveBid {
|
|
18543
|
+
"id": string;
|
|
18544
|
+
"name"?: string;
|
|
18545
|
+
"effectiveDate": string;
|
|
18546
|
+
"endDate"?: string;
|
|
18547
|
+
"downloadUrl": string;
|
|
18548
|
+
"downloadTemplate"?: Models.AgentAssignedScheduleSetList;
|
|
18549
|
+
"selfUri"?: string;
|
|
18550
|
+
}
|
|
18551
|
+
|
|
18287
18552
|
export interface AgentEvaluatorActivity {
|
|
18288
18553
|
"id"?: string;
|
|
18289
18554
|
"name"?: string;
|
|
@@ -18456,6 +18721,44 @@ declare namespace Models {
|
|
|
18456
18721
|
"onQueueActivityCodeIds"?: Array<string>;
|
|
18457
18722
|
}
|
|
18458
18723
|
|
|
18724
|
+
export interface AgentScheduleBid {
|
|
18725
|
+
"id": string;
|
|
18726
|
+
"name"?: string;
|
|
18727
|
+
"bidWindowStartDate": string;
|
|
18728
|
+
"bidWindowEndDate": string;
|
|
18729
|
+
"effectiveDate": string;
|
|
18730
|
+
"status": string;
|
|
18731
|
+
"bidType": string;
|
|
18732
|
+
"selfUri"?: string;
|
|
18733
|
+
}
|
|
18734
|
+
|
|
18735
|
+
export interface AgentScheduleBidScheduleSetResponse {
|
|
18736
|
+
"downloadUrl": string;
|
|
18737
|
+
"downloadTemplate"?: Models.BidGroupScheduleSet;
|
|
18738
|
+
}
|
|
18739
|
+
|
|
18740
|
+
export interface AgentScheduleBiddingPreferencePriority {
|
|
18741
|
+
"scheduleSetId": string;
|
|
18742
|
+
"priority"?: number;
|
|
18743
|
+
}
|
|
18744
|
+
|
|
18745
|
+
export interface AgentScheduleBiddingPreferenceResponse {
|
|
18746
|
+
"id"?: string;
|
|
18747
|
+
"submitted": boolean;
|
|
18748
|
+
"assignedScheduleSetId"?: string;
|
|
18749
|
+
"overriddenScheduleSetId"?: string;
|
|
18750
|
+
"overrideReason"?: string;
|
|
18751
|
+
"agentScheduleBidPreferences": Array<Models.AgentScheduleBiddingPreferencePriority>;
|
|
18752
|
+
"selfUri"?: string;
|
|
18753
|
+
}
|
|
18754
|
+
|
|
18755
|
+
export interface AgentScheduleBids {
|
|
18756
|
+
"id"?: string;
|
|
18757
|
+
"businessUnit": Models.BusinessUnitReference;
|
|
18758
|
+
"agentScheduleBids": Array<Models.AgentScheduleBid>;
|
|
18759
|
+
"selfUri"?: string;
|
|
18760
|
+
}
|
|
18761
|
+
|
|
18459
18762
|
export interface AgentScheduleShiftActivity {
|
|
18460
18763
|
"activityCategory": string;
|
|
18461
18764
|
"startOffsetMinutes": number;
|
|
@@ -18496,6 +18799,16 @@ declare namespace Models {
|
|
|
18496
18799
|
"pageCount"?: number;
|
|
18497
18800
|
}
|
|
18498
18801
|
|
|
18802
|
+
export interface AgentStateActivityCategoryCount {
|
|
18803
|
+
"activityCategory"?: string;
|
|
18804
|
+
"count"?: number;
|
|
18805
|
+
}
|
|
18806
|
+
|
|
18807
|
+
export interface AgentStateAdherenceStateCount {
|
|
18808
|
+
"adherenceState"?: string;
|
|
18809
|
+
"count"?: number;
|
|
18810
|
+
}
|
|
18811
|
+
|
|
18499
18812
|
export interface AgentStateAgentQueryClause {
|
|
18500
18813
|
"type": string;
|
|
18501
18814
|
"predicates": Array<Models.AgentStateAgentQueryPredicate>;
|
|
@@ -18692,6 +19005,7 @@ declare namespace Models {
|
|
|
18692
19005
|
"effectiveDate": string;
|
|
18693
19006
|
"status": string;
|
|
18694
19007
|
"workPlanFieldsVisibleToAgents": Array<string>;
|
|
19008
|
+
"bidType"?: string;
|
|
18695
19009
|
"selfUri"?: string;
|
|
18696
19010
|
}
|
|
18697
19011
|
|
|
@@ -18771,10 +19085,18 @@ declare namespace Models {
|
|
|
18771
19085
|
"selfUri"?: string;
|
|
18772
19086
|
}
|
|
18773
19087
|
|
|
19088
|
+
export interface AgentsBidAssignedScheduleSetOverrideRequest {
|
|
19089
|
+
"agentScheduleSetOverrides": Array<Models.AgentBidScheduleSetOverrideRequest>;
|
|
19090
|
+
}
|
|
19091
|
+
|
|
18774
19092
|
export interface AgentsBidAssignedWorkPlanOverrideRequest {
|
|
18775
19093
|
"agentWorkPlanOverrides": Array<Models.AgentBidWorkPlanOverrideRequest>;
|
|
18776
19094
|
}
|
|
18777
19095
|
|
|
19096
|
+
export interface AgentsEffectiveScheduleSetResponse {
|
|
19097
|
+
"effectiveBids": Array<Models.AgentEffectiveBid>;
|
|
19098
|
+
}
|
|
19099
|
+
|
|
18778
19100
|
export interface AgentsIntegrationsListing {
|
|
18779
19101
|
"entities"?: Array<Models.AgentIntegrationsResponse>;
|
|
18780
19102
|
}
|
|
@@ -19346,6 +19668,7 @@ declare namespace Models {
|
|
|
19346
19668
|
"edgeId"?: string;
|
|
19347
19669
|
"eligibleAgentCounts"?: Array<number>;
|
|
19348
19670
|
"engagementSource"?: string;
|
|
19671
|
+
"errorCodeDescription"?: string;
|
|
19349
19672
|
"extendedDeliveryStatus"?: string;
|
|
19350
19673
|
"flowInType"?: string;
|
|
19351
19674
|
"flowOutType"?: string;
|
|
@@ -19680,6 +20003,9 @@ declare namespace Models {
|
|
|
19680
20003
|
"selfUri"?: string;
|
|
19681
20004
|
}
|
|
19682
20005
|
|
|
20006
|
+
export interface AppleInvitation {
|
|
20007
|
+
}
|
|
20008
|
+
|
|
19683
20009
|
export interface AppleOpaqueId {
|
|
19684
20010
|
"value"?: string;
|
|
19685
20011
|
}
|
|
@@ -19935,6 +20261,14 @@ declare namespace Models {
|
|
|
19935
20261
|
"durationSeconds"?: number;
|
|
19936
20262
|
}
|
|
19937
20263
|
|
|
20264
|
+
export interface ArchitectValidateJobStateResponse {
|
|
20265
|
+
"id"?: string;
|
|
20266
|
+
"status"?: string;
|
|
20267
|
+
"command"?: string;
|
|
20268
|
+
"messages"?: Array<Models.ArchitectJobMessage>;
|
|
20269
|
+
"selfUri"?: string;
|
|
20270
|
+
}
|
|
20271
|
+
|
|
19938
20272
|
export interface ArchiveRetention {
|
|
19939
20273
|
"days"?: number;
|
|
19940
20274
|
"storageMedium"?: string;
|
|
@@ -20057,6 +20391,11 @@ declare namespace Models {
|
|
|
20057
20391
|
"membersToRemove": Array<string>;
|
|
20058
20392
|
}
|
|
20059
20393
|
|
|
20394
|
+
export interface AssignedAgentDetails {
|
|
20395
|
+
"id": string;
|
|
20396
|
+
"endDate"?: string;
|
|
20397
|
+
}
|
|
20398
|
+
|
|
20060
20399
|
export interface AssignedLearningModule {
|
|
20061
20400
|
"id"?: string;
|
|
20062
20401
|
"name": string;
|
|
@@ -20910,6 +21249,10 @@ declare namespace Models {
|
|
|
20910
21249
|
"selfUri"?: string;
|
|
20911
21250
|
}
|
|
20912
21251
|
|
|
21252
|
+
export interface BidGroupScheduleSet {
|
|
21253
|
+
"shiftSets": Array<Models.ShiftSet>;
|
|
21254
|
+
}
|
|
21255
|
+
|
|
20913
21256
|
export interface BidGroupWorkPlanRequest {
|
|
20914
21257
|
"workPlanId": string;
|
|
20915
21258
|
"overrideAgentCount"?: number;
|
|
@@ -20926,6 +21269,18 @@ declare namespace Models {
|
|
|
20926
21269
|
"selfUri"?: string;
|
|
20927
21270
|
}
|
|
20928
21271
|
|
|
21272
|
+
export interface BidGroupWorkPlanRotationRequest {
|
|
21273
|
+
"workPlanRotationId": string;
|
|
21274
|
+
"agentCount": number;
|
|
21275
|
+
}
|
|
21276
|
+
|
|
21277
|
+
export interface BidGroupWorkPlanRotationResponse {
|
|
21278
|
+
"id": string;
|
|
21279
|
+
"managementUnit": Models.ManagementUnitReference;
|
|
21280
|
+
"agentCount": number;
|
|
21281
|
+
"selfUri"?: string;
|
|
21282
|
+
}
|
|
21283
|
+
|
|
20929
21284
|
export interface BillingCharge {
|
|
20930
21285
|
"id"?: string;
|
|
20931
21286
|
"product"?: Models.BillingProduct;
|
|
@@ -20937,6 +21292,8 @@ declare namespace Models {
|
|
|
20937
21292
|
"overageRate"?: number;
|
|
20938
21293
|
"overageCharge"?: number;
|
|
20939
21294
|
"overageCurrency"?: string;
|
|
21295
|
+
"convertedTokenCount"?: number;
|
|
21296
|
+
"tokenConversionRate"?: number;
|
|
20940
21297
|
}
|
|
20941
21298
|
|
|
20942
21299
|
export interface BillingContract {
|
|
@@ -21571,6 +21928,7 @@ declare namespace Models {
|
|
|
21571
21928
|
"daysBeforeStartToExpireFromWaitlist"?: number;
|
|
21572
21929
|
"autoPublishApprovedTimeOffRequests"?: boolean;
|
|
21573
21930
|
"restrictedActivityCodeIds"?: Array<string>;
|
|
21931
|
+
"overrideDates"?: Array<Models.OverrideDate>;
|
|
21574
21932
|
"hrisTimeOffType"?: Models.HrisTimeOffType;
|
|
21575
21933
|
"enabled"?: boolean;
|
|
21576
21934
|
"countAgainstTimeOffLimits"?: boolean;
|
|
@@ -22048,6 +22406,7 @@ declare namespace Models {
|
|
|
22048
22406
|
"daysBeforeStartToExpireFromWaitlist": number;
|
|
22049
22407
|
"autoPublishApprovedTimeOffRequests"?: boolean;
|
|
22050
22408
|
"restrictedActivityCodes"?: Models.ActivityCodesReference;
|
|
22409
|
+
"overrideDates"?: Array<Models.OverrideDate>;
|
|
22051
22410
|
"hrisTimeOffType"?: Models.HrisTimeOffType;
|
|
22052
22411
|
"enabled": boolean;
|
|
22053
22412
|
"countAgainstTimeOffLimits": boolean;
|
|
@@ -22086,6 +22445,7 @@ declare namespace Models {
|
|
|
22086
22445
|
"daysBeforeStartToExpireFromWaitlist"?: number;
|
|
22087
22446
|
"autoPublishApprovedTimeOffRequests"?: boolean;
|
|
22088
22447
|
"restrictedActivityCodeIds"?: Models.SetWrapperString;
|
|
22448
|
+
"overrideDates"?: Models.ListWrapperOverrideDate;
|
|
22089
22449
|
"hrisTimeOffType"?: Models.ValueWrapperHrisTimeOffType;
|
|
22090
22450
|
"enabled"?: boolean;
|
|
22091
22451
|
"countAgainstTimeOffLimits"?: boolean;
|
|
@@ -22098,6 +22458,15 @@ declare namespace Models {
|
|
|
22098
22458
|
"managementUnits": Array<Models.ManagementUnitUserListing>;
|
|
22099
22459
|
}
|
|
22100
22460
|
|
|
22461
|
+
export interface BulkAddDecisionTableRowsRequest {
|
|
22462
|
+
"rows": Array<Models.CreateDecisionTableRowRequest>;
|
|
22463
|
+
}
|
|
22464
|
+
|
|
22465
|
+
export interface BulkAddDecisionTableRowsResponse {
|
|
22466
|
+
"totalCreated": number;
|
|
22467
|
+
"rows": Array<Models.DecisionTableRow>;
|
|
22468
|
+
}
|
|
22469
|
+
|
|
22101
22470
|
export interface BulkAddOpportunitiesRequest {
|
|
22102
22471
|
"opportunities": Array<Models.AddOpportunityBody>;
|
|
22103
22472
|
"agentIds"?: Array<string>;
|
|
@@ -22145,6 +22514,10 @@ declare namespace Models {
|
|
|
22145
22514
|
"errorIndexes"?: Array<number>;
|
|
22146
22515
|
}
|
|
22147
22516
|
|
|
22517
|
+
export interface BulkDeleteDecisionTableRowsRequest {
|
|
22518
|
+
"rowIds": Array<string>;
|
|
22519
|
+
}
|
|
22520
|
+
|
|
22148
22521
|
export interface BulkDeleteResponse {
|
|
22149
22522
|
"results"?: Array<Models.BulkResponseResultVoidEntityBulkEntityErrorEntity>;
|
|
22150
22523
|
"errorCount"?: number;
|
|
@@ -22544,6 +22917,15 @@ declare namespace Models {
|
|
|
22544
22917
|
"errorResultIds"?: Array<string>;
|
|
22545
22918
|
}
|
|
22546
22919
|
|
|
22920
|
+
export interface BulkUpdateDecisionTableRowsRequest {
|
|
22921
|
+
"rows": Array<Models.Row>;
|
|
22922
|
+
}
|
|
22923
|
+
|
|
22924
|
+
export interface BulkUpdateDecisionTableRowsResponse {
|
|
22925
|
+
"totalUpdated": number;
|
|
22926
|
+
"rows": Array<Models.DecisionTableRow>;
|
|
22927
|
+
}
|
|
22928
|
+
|
|
22547
22929
|
export interface BulkUpdateOpportunityEnrollmentsStatusResponse {
|
|
22548
22930
|
"results": Array<Models.BulkOpportunitiesEnrollmentResult>;
|
|
22549
22931
|
"errorCount": number;
|
|
@@ -22675,6 +23057,7 @@ declare namespace Models {
|
|
|
22675
23057
|
"type"?: string;
|
|
22676
23058
|
"content"?: string;
|
|
22677
23059
|
"contentText"?: string;
|
|
23060
|
+
"payload"?: string;
|
|
22678
23061
|
}
|
|
22679
23062
|
|
|
22680
23063
|
export interface ButtonComponent {
|
|
@@ -23076,6 +23459,7 @@ declare namespace Models {
|
|
|
23076
23459
|
|
|
23077
23460
|
export interface CallableTime {
|
|
23078
23461
|
"timeSlots": Array<Models.CampaignTimeSlot>;
|
|
23462
|
+
"name"?: string;
|
|
23079
23463
|
"timeZoneId": string;
|
|
23080
23464
|
}
|
|
23081
23465
|
|
|
@@ -23935,6 +24319,8 @@ declare namespace Models {
|
|
|
23935
24319
|
}
|
|
23936
24320
|
|
|
23937
24321
|
export interface CardBodyText {
|
|
24322
|
+
"content": string;
|
|
24323
|
+
"contentType": string;
|
|
23938
24324
|
}
|
|
23939
24325
|
|
|
23940
24326
|
export interface CardParameters {
|
|
@@ -23944,9 +24330,13 @@ declare namespace Models {
|
|
|
23944
24330
|
}
|
|
23945
24331
|
|
|
23946
24332
|
export interface Carousel {
|
|
24333
|
+
"cards": Array<Models.CarouselCard>;
|
|
23947
24334
|
}
|
|
23948
24335
|
|
|
23949
24336
|
export interface CarouselCard {
|
|
24337
|
+
"header": Models.MessageHeader;
|
|
24338
|
+
"buttons": Array<Models.Button>;
|
|
24339
|
+
"cardBodyText"?: Models.CardBodyText;
|
|
23950
24340
|
}
|
|
23951
24341
|
|
|
23952
24342
|
export interface CarouselParameters {
|
|
@@ -24191,6 +24581,10 @@ declare namespace Models {
|
|
|
24191
24581
|
"entities"?: Array<Models.CaseplanDataSchema>;
|
|
24192
24582
|
}
|
|
24193
24583
|
|
|
24584
|
+
export interface CaseplanDataSchemaRequest {
|
|
24585
|
+
"id": string;
|
|
24586
|
+
}
|
|
24587
|
+
|
|
24194
24588
|
export interface CaseplanListing {
|
|
24195
24589
|
"entities"?: Array<Models.Caseplan>;
|
|
24196
24590
|
"nextUri"?: string;
|
|
@@ -24208,6 +24602,7 @@ declare namespace Models {
|
|
|
24208
24602
|
|
|
24209
24603
|
export interface CaseplanQueryRequest {
|
|
24210
24604
|
"name"?: string;
|
|
24605
|
+
"nameSearchType"?: string;
|
|
24211
24606
|
"pageSize"?: number;
|
|
24212
24607
|
"after"?: string;
|
|
24213
24608
|
"divisionIds"?: Array<string>;
|
|
@@ -26036,6 +26431,7 @@ declare namespace Models {
|
|
|
26036
26431
|
export interface ContactPhoneNumberColumn {
|
|
26037
26432
|
"columnName": string;
|
|
26038
26433
|
"type": string;
|
|
26434
|
+
"callableTimeColumnName"?: string;
|
|
26039
26435
|
"callableTimeColumn"?: string;
|
|
26040
26436
|
}
|
|
26041
26437
|
|
|
@@ -26094,14 +26490,21 @@ declare namespace Models {
|
|
|
26094
26490
|
export interface ContactsExport {
|
|
26095
26491
|
"id"?: string;
|
|
26096
26492
|
"divisionIds"?: Array<string>;
|
|
26097
|
-
"queryConditions"?: Models.ContactsExportQueryConditions;
|
|
26098
26493
|
"createdBy"?: Models.DomainEntityRef;
|
|
26099
26494
|
"dateCreated"?: string;
|
|
26495
|
+
"dateCompletion"?: string;
|
|
26100
26496
|
"status"?: string;
|
|
26101
26497
|
"downloadUrl"?: string;
|
|
26498
|
+
"resultRowCount"?: number;
|
|
26499
|
+
"queryConditions"?: Models.ContactsExportQueryConditions;
|
|
26102
26500
|
"selfUri"?: string;
|
|
26103
26501
|
}
|
|
26104
26502
|
|
|
26503
|
+
export interface ContactsExportComparisonFieldFilter {
|
|
26504
|
+
"field": string;
|
|
26505
|
+
"value": string;
|
|
26506
|
+
}
|
|
26507
|
+
|
|
26105
26508
|
export interface ContactsExportFieldFilter {
|
|
26106
26509
|
"field": string;
|
|
26107
26510
|
"value": string;
|
|
@@ -26115,11 +26518,20 @@ declare namespace Models {
|
|
|
26115
26518
|
export interface ContactsExportFilter {
|
|
26116
26519
|
"eq"?: Models.ContactsExportFieldFilter;
|
|
26117
26520
|
"in"?: Models.ContactsExportFieldListFilter;
|
|
26521
|
+
"lte"?: Models.ContactsExportComparisonFieldFilter;
|
|
26522
|
+
"gte"?: Models.ContactsExportComparisonFieldFilter;
|
|
26118
26523
|
"and"?: Array<Models.ContactsExportFilter>;
|
|
26119
26524
|
"or"?: Array<Models.ContactsExportFilter>;
|
|
26120
26525
|
"not"?: Models.ContactsExportFilter;
|
|
26121
26526
|
}
|
|
26122
26527
|
|
|
26528
|
+
export interface ContactsExportListing {
|
|
26529
|
+
"entities"?: Array<Models.ContactsExport>;
|
|
26530
|
+
"nextUri"?: string;
|
|
26531
|
+
"selfUri"?: string;
|
|
26532
|
+
"previousUri"?: string;
|
|
26533
|
+
}
|
|
26534
|
+
|
|
26123
26535
|
export interface ContactsExportQueryConditions {
|
|
26124
26536
|
"filters"?: Models.ContactsExportFilter;
|
|
26125
26537
|
"limit"?: number;
|
|
@@ -26184,19 +26596,6 @@ declare namespace Models {
|
|
|
26184
26596
|
"dateTime"?: string;
|
|
26185
26597
|
}
|
|
26186
26598
|
|
|
26187
|
-
export interface ContentFileRequest {
|
|
26188
|
-
"uploadKey"?: string;
|
|
26189
|
-
"name"?: string;
|
|
26190
|
-
}
|
|
26191
|
-
|
|
26192
|
-
export interface ContentFileResponse {
|
|
26193
|
-
"name": string;
|
|
26194
|
-
"type": string;
|
|
26195
|
-
"checksum": string;
|
|
26196
|
-
"size": number;
|
|
26197
|
-
"contentUrl": string;
|
|
26198
|
-
}
|
|
26199
|
-
|
|
26200
26599
|
export interface ContentFilterItem {
|
|
26201
26600
|
"name"?: string;
|
|
26202
26601
|
"type"?: string;
|
|
@@ -28816,6 +29215,11 @@ declare namespace Models {
|
|
|
28816
29215
|
"context"?: Models.ConversationIntentSuggestionsTopicSuggestionContext;
|
|
28817
29216
|
}
|
|
28818
29217
|
|
|
29218
|
+
export interface ConversationIntentSuggestionsTopicQueryReformulationContext {
|
|
29219
|
+
"knowledgeClassification"?: string;
|
|
29220
|
+
"reformulatedQuery"?: string;
|
|
29221
|
+
}
|
|
29222
|
+
|
|
28819
29223
|
export interface ConversationIntentSuggestionsTopicSuggestedIntent {
|
|
28820
29224
|
"intent"?: string;
|
|
28821
29225
|
"intentId"?: string;
|
|
@@ -28840,6 +29244,7 @@ declare namespace Models {
|
|
|
28840
29244
|
"messageId"?: string;
|
|
28841
29245
|
"queryStatement"?: string;
|
|
28842
29246
|
"language"?: string;
|
|
29247
|
+
"queryReformulationContext"?: Models.ConversationIntentSuggestionsTopicQueryReformulationContext;
|
|
28843
29248
|
}
|
|
28844
29249
|
|
|
28845
29250
|
export interface ConversationIntentSuggestionsTopicSuggestionFeedback {
|
|
@@ -28881,6 +29286,11 @@ declare namespace Models {
|
|
|
28881
29286
|
"activeIntent"?: Models.ConversationKnowledgeArticleSuggestionsTopicSuggestedIntent;
|
|
28882
29287
|
}
|
|
28883
29288
|
|
|
29289
|
+
export interface ConversationKnowledgeArticleSuggestionsTopicQueryReformulationContext {
|
|
29290
|
+
"knowledgeClassification"?: string;
|
|
29291
|
+
"reformulatedQuery"?: string;
|
|
29292
|
+
}
|
|
29293
|
+
|
|
28884
29294
|
export interface ConversationKnowledgeArticleSuggestionsTopicSuggestedArticle {
|
|
28885
29295
|
"title"?: string;
|
|
28886
29296
|
"uri"?: string;
|
|
@@ -28916,6 +29326,7 @@ declare namespace Models {
|
|
|
28916
29326
|
"messageId"?: string;
|
|
28917
29327
|
"queryStatement"?: string;
|
|
28918
29328
|
"language"?: string;
|
|
29329
|
+
"queryReformulationContext"?: Models.ConversationKnowledgeArticleSuggestionsTopicQueryReformulationContext;
|
|
28919
29330
|
}
|
|
28920
29331
|
|
|
28921
29332
|
export interface ConversationKnowledgeArticleSuggestionsTopicSuggestionFeedback {
|
|
@@ -28941,6 +29352,11 @@ declare namespace Models {
|
|
|
28941
29352
|
"activeIntent"?: Models.ConversationKnowledgeSearchSuggestionsTopicSuggestedIntent;
|
|
28942
29353
|
}
|
|
28943
29354
|
|
|
29355
|
+
export interface ConversationKnowledgeSearchSuggestionsTopicQueryReformulationContext {
|
|
29356
|
+
"knowledgeClassification"?: string;
|
|
29357
|
+
"reformulatedQuery"?: string;
|
|
29358
|
+
}
|
|
29359
|
+
|
|
28944
29360
|
export interface ConversationKnowledgeSearchSuggestionsTopicSuggestedIntent {
|
|
28945
29361
|
"intent"?: string;
|
|
28946
29362
|
"intentId"?: string;
|
|
@@ -28978,6 +29394,7 @@ declare namespace Models {
|
|
|
28978
29394
|
"messageId"?: string;
|
|
28979
29395
|
"queryStatement"?: string;
|
|
28980
29396
|
"language"?: string;
|
|
29397
|
+
"queryReformulationContext"?: Models.ConversationKnowledgeSearchSuggestionsTopicQueryReformulationContext;
|
|
28981
29398
|
}
|
|
28982
29399
|
|
|
28983
29400
|
export interface ConversationKnowledgeSearchSuggestionsTopicSuggestionFeedback {
|
|
@@ -29562,6 +29979,11 @@ declare namespace Models {
|
|
|
29562
29979
|
"activeIntent"?: Models.ConversationResponseSuggestionsTopicSuggestedIntent;
|
|
29563
29980
|
}
|
|
29564
29981
|
|
|
29982
|
+
export interface ConversationResponseSuggestionsTopicQueryReformulationContext {
|
|
29983
|
+
"knowledgeClassification"?: string;
|
|
29984
|
+
"reformulatedQuery"?: string;
|
|
29985
|
+
}
|
|
29986
|
+
|
|
29565
29987
|
export interface ConversationResponseSuggestionsTopicSuggestedCannedResponse {
|
|
29566
29988
|
"responseId"?: string;
|
|
29567
29989
|
"libraryId"?: string;
|
|
@@ -29591,6 +30013,7 @@ declare namespace Models {
|
|
|
29591
30013
|
"messageId"?: string;
|
|
29592
30014
|
"queryStatement"?: string;
|
|
29593
30015
|
"language"?: string;
|
|
30016
|
+
"queryReformulationContext"?: Models.ConversationResponseSuggestionsTopicQueryReformulationContext;
|
|
29594
30017
|
}
|
|
29595
30018
|
|
|
29596
30019
|
export interface ConversationResponseSuggestionsTopicSuggestionFeedback {
|
|
@@ -29780,6 +30203,11 @@ declare namespace Models {
|
|
|
29780
30203
|
"endTime"?: string;
|
|
29781
30204
|
}
|
|
29782
30205
|
|
|
30206
|
+
export interface ConversationScriptSuggestionsTopicQueryReformulationContext {
|
|
30207
|
+
"knowledgeClassification"?: string;
|
|
30208
|
+
"reformulatedQuery"?: string;
|
|
30209
|
+
}
|
|
30210
|
+
|
|
29783
30211
|
export interface ConversationScriptSuggestionsTopicScriptSuggestionEvent {
|
|
29784
30212
|
"eventTime"?: string;
|
|
29785
30213
|
"conversationId"?: string;
|
|
@@ -29823,6 +30251,7 @@ declare namespace Models {
|
|
|
29823
30251
|
"messageId"?: string;
|
|
29824
30252
|
"queryStatement"?: string;
|
|
29825
30253
|
"language"?: string;
|
|
30254
|
+
"queryReformulationContext"?: Models.ConversationScriptSuggestionsTopicQueryReformulationContext;
|
|
29826
30255
|
}
|
|
29827
30256
|
|
|
29828
30257
|
export interface ConversationScriptSuggestionsTopicSuggestionFeedback {
|
|
@@ -30035,6 +30464,11 @@ declare namespace Models {
|
|
|
30035
30464
|
"participants"?: Array<Models.AddressableEntityRef>;
|
|
30036
30465
|
}
|
|
30037
30466
|
|
|
30467
|
+
export interface ConversationSummaryEditedBy {
|
|
30468
|
+
"user"?: Models.AddressableEntityRef;
|
|
30469
|
+
"purpose"?: string;
|
|
30470
|
+
}
|
|
30471
|
+
|
|
30038
30472
|
export interface ConversationSummaryExtractedEntity {
|
|
30039
30473
|
"label"?: string;
|
|
30040
30474
|
"value"?: string;
|
|
@@ -30046,6 +30480,12 @@ declare namespace Models {
|
|
|
30046
30480
|
"description"?: string;
|
|
30047
30481
|
}
|
|
30048
30482
|
|
|
30483
|
+
export interface ConversationSummaryLabel {
|
|
30484
|
+
"name"?: string;
|
|
30485
|
+
"description"?: string;
|
|
30486
|
+
"type"?: string;
|
|
30487
|
+
}
|
|
30488
|
+
|
|
30049
30489
|
export interface ConversationSummaryReason {
|
|
30050
30490
|
"confidence"?: number;
|
|
30051
30491
|
"text"?: string;
|
|
@@ -30112,6 +30552,13 @@ declare namespace Models {
|
|
|
30112
30552
|
"lastEditedBy"?: Models.ConversationSummaryTopicConversationSummaryParticipant;
|
|
30113
30553
|
"errorType"?: string;
|
|
30114
30554
|
"durationMs"?: number;
|
|
30555
|
+
"labels"?: Array<Models.ConversationSummaryTopicConversationSummaryLabel>;
|
|
30556
|
+
}
|
|
30557
|
+
|
|
30558
|
+
export interface ConversationSummaryTopicConversationSummaryLabel {
|
|
30559
|
+
"name"?: string;
|
|
30560
|
+
"description"?: string;
|
|
30561
|
+
"type"?: string;
|
|
30115
30562
|
}
|
|
30116
30563
|
|
|
30117
30564
|
export interface ConversationSummaryTopicConversationSummaryParticipant {
|
|
@@ -30190,6 +30637,13 @@ declare namespace Models {
|
|
|
30190
30637
|
"lastEditedBy"?: Models.ConversationSummaryTopicVirtualAgentsConversationSummaryParticipant;
|
|
30191
30638
|
"errorType"?: string;
|
|
30192
30639
|
"durationMs"?: number;
|
|
30640
|
+
"labels"?: Array<Models.ConversationSummaryTopicVirtualAgentsConversationSummaryLabel>;
|
|
30641
|
+
}
|
|
30642
|
+
|
|
30643
|
+
export interface ConversationSummaryTopicVirtualAgentsConversationSummaryLabel {
|
|
30644
|
+
"name"?: string;
|
|
30645
|
+
"description"?: string;
|
|
30646
|
+
"type"?: string;
|
|
30193
30647
|
}
|
|
30194
30648
|
|
|
30195
30649
|
export interface ConversationSummaryTopicVirtualAgentsConversationSummaryParticipant {
|
|
@@ -30215,6 +30669,12 @@ declare namespace Models {
|
|
|
30215
30669
|
"sourceOutcome"?: string;
|
|
30216
30670
|
}
|
|
30217
30671
|
|
|
30672
|
+
export interface ConversationSummaryTriggerSource {
|
|
30673
|
+
"sourceType"?: string;
|
|
30674
|
+
"sourceId"?: string;
|
|
30675
|
+
"sourceOutcome"?: string;
|
|
30676
|
+
}
|
|
30677
|
+
|
|
30218
30678
|
export interface ConversationSummaryWrapupCode {
|
|
30219
30679
|
"id"?: string;
|
|
30220
30680
|
"name"?: string;
|
|
@@ -30227,6 +30687,11 @@ declare namespace Models {
|
|
|
30227
30687
|
"externalTag": string;
|
|
30228
30688
|
}
|
|
30229
30689
|
|
|
30690
|
+
export interface ConversationThirdPartyActionSuggestionsTopicQueryReformulationContext {
|
|
30691
|
+
"knowledgeClassification"?: string;
|
|
30692
|
+
"reformulatedQuery"?: string;
|
|
30693
|
+
}
|
|
30694
|
+
|
|
30230
30695
|
export interface ConversationThirdPartyActionSuggestionsTopicSuggestedIntent {
|
|
30231
30696
|
"intent"?: string;
|
|
30232
30697
|
"intentId"?: string;
|
|
@@ -30251,6 +30716,7 @@ declare namespace Models {
|
|
|
30251
30716
|
"messageId"?: string;
|
|
30252
30717
|
"queryStatement"?: string;
|
|
30253
30718
|
"language"?: string;
|
|
30719
|
+
"queryReformulationContext"?: Models.ConversationThirdPartyActionSuggestionsTopicQueryReformulationContext;
|
|
30254
30720
|
}
|
|
30255
30721
|
|
|
30256
30722
|
export interface ConversationThirdPartyActionSuggestionsTopicSuggestionFeedback {
|
|
@@ -30272,6 +30738,13 @@ declare namespace Models {
|
|
|
30272
30738
|
|
|
30273
30739
|
export interface ConversationThirdPartyActionSuggestionsTopicThirdPartySuggestion {
|
|
30274
30740
|
"text"?: string;
|
|
30741
|
+
"title"?: string;
|
|
30742
|
+
"sources"?: Array<Models.ConversationThirdPartyActionSuggestionsTopicThirdPartySuggestionSource>;
|
|
30743
|
+
}
|
|
30744
|
+
|
|
30745
|
+
export interface ConversationThirdPartyActionSuggestionsTopicThirdPartySuggestionSource {
|
|
30746
|
+
"name"?: string;
|
|
30747
|
+
"url"?: string;
|
|
30275
30748
|
}
|
|
30276
30749
|
|
|
30277
30750
|
export interface ConversationThreadingWindow {
|
|
@@ -30576,7 +31049,6 @@ declare namespace Models {
|
|
|
30576
31049
|
export interface CopilotContextValue {
|
|
30577
31050
|
"name": string;
|
|
30578
31051
|
"type": string;
|
|
30579
|
-
"participantDataProperties"?: Models.ParticipantDataProperties;
|
|
30580
31052
|
"conversationAttributeProperties"?: Models.ConversationAttributeProperties;
|
|
30581
31053
|
}
|
|
30582
31054
|
|
|
@@ -30638,6 +31110,10 @@ declare namespace Models {
|
|
|
30638
31110
|
"description"?: string;
|
|
30639
31111
|
}
|
|
30640
31112
|
|
|
31113
|
+
export interface CopyScheduleBid {
|
|
31114
|
+
"name": string;
|
|
31115
|
+
}
|
|
31116
|
+
|
|
30641
31117
|
export interface CopyVoicemailMessage {
|
|
30642
31118
|
"voicemailMessageId": string;
|
|
30643
31119
|
"userId"?: string;
|
|
@@ -30859,6 +31335,11 @@ declare namespace Models {
|
|
|
30859
31335
|
"outputs": Array<Models.DecisionTableOutputColumnRequest>;
|
|
30860
31336
|
}
|
|
30861
31337
|
|
|
31338
|
+
export interface CreateDecisionTableImportJobRequest {
|
|
31339
|
+
"importMode": string;
|
|
31340
|
+
"fileName": string;
|
|
31341
|
+
}
|
|
31342
|
+
|
|
30862
31343
|
export interface CreateDecisionTableRequest {
|
|
30863
31344
|
"name": string;
|
|
30864
31345
|
"description"?: string;
|
|
@@ -30998,6 +31479,11 @@ declare namespace Models {
|
|
|
30998
31479
|
"dateStart"?: string;
|
|
30999
31480
|
}
|
|
31000
31481
|
|
|
31482
|
+
export interface CreateOrganizationLink {
|
|
31483
|
+
"targetOrganizationId": string;
|
|
31484
|
+
"targetRegion": string;
|
|
31485
|
+
}
|
|
31486
|
+
|
|
31001
31487
|
export interface CreateOutboundMessagingConversationRequest {
|
|
31002
31488
|
"queueId": string;
|
|
31003
31489
|
"toAddress": string;
|
|
@@ -31130,6 +31616,18 @@ declare namespace Models {
|
|
|
31130
31616
|
"name": string;
|
|
31131
31617
|
}
|
|
31132
31618
|
|
|
31619
|
+
export interface CreateScheduleBid {
|
|
31620
|
+
"name": string;
|
|
31621
|
+
"forecast"?: Models.BuShortTermForecastWeekReference;
|
|
31622
|
+
"bidWindowStartDate": string;
|
|
31623
|
+
"bidWindowEndDate": string;
|
|
31624
|
+
"effectiveDate": string;
|
|
31625
|
+
"weeksToSchedule": number;
|
|
31626
|
+
"endOverridesAndRotations"?: boolean;
|
|
31627
|
+
"agentRankingType": string;
|
|
31628
|
+
"rankingTiebreakerType": string;
|
|
31629
|
+
}
|
|
31630
|
+
|
|
31133
31631
|
export interface CreateScheduledTriggerRequest {
|
|
31134
31632
|
"target": Models.TriggerTarget;
|
|
31135
31633
|
"enabled": boolean;
|
|
@@ -31376,6 +31874,7 @@ declare namespace Models {
|
|
|
31376
31874
|
"effectiveDate": string;
|
|
31377
31875
|
"agentRankingType": string;
|
|
31378
31876
|
"rankingTiebreakerType": string;
|
|
31877
|
+
"endOverridesAndRotations"?: boolean;
|
|
31379
31878
|
"workPlanFieldsVisibleToAgents": Array<string>;
|
|
31380
31879
|
}
|
|
31381
31880
|
|
|
@@ -32393,6 +32892,90 @@ declare namespace Models {
|
|
|
32393
32892
|
"rowExecutionOutputs"?: Array<Models.DecisionTableRowExecutionOutput>;
|
|
32394
32893
|
}
|
|
32395
32894
|
|
|
32895
|
+
export interface DecisionTableExportJob {
|
|
32896
|
+
"id"?: string;
|
|
32897
|
+
"tableVersion"?: number;
|
|
32898
|
+
"status"?: string;
|
|
32899
|
+
"createdBy"?: Models.AddressableEntityRef;
|
|
32900
|
+
"dateCreated"?: string;
|
|
32901
|
+
"dateModified"?: string;
|
|
32902
|
+
"fileName"?: string;
|
|
32903
|
+
"download"?: Models.AddressableEntityRef;
|
|
32904
|
+
"dateDownloadExpires"?: string;
|
|
32905
|
+
"exportType"?: string;
|
|
32906
|
+
"totalRows"?: number;
|
|
32907
|
+
"rowsExported"?: number;
|
|
32908
|
+
"format"?: string;
|
|
32909
|
+
"error"?: Models.DecisionTableExportJobError;
|
|
32910
|
+
"selfUri"?: string;
|
|
32911
|
+
}
|
|
32912
|
+
|
|
32913
|
+
export interface DecisionTableExportJobError {
|
|
32914
|
+
"errorCode"?: string;
|
|
32915
|
+
"errorMessage"?: string;
|
|
32916
|
+
"messageWithParams"?: string;
|
|
32917
|
+
"messageParams"?: { [key: string]: string; };
|
|
32918
|
+
"validationErrors"?: Array<Models.DecisionTableJobValidationError>;
|
|
32919
|
+
}
|
|
32920
|
+
|
|
32921
|
+
export interface DecisionTableExportJobListing {
|
|
32922
|
+
"entities"?: Array<Models.DecisionTableExportJob>;
|
|
32923
|
+
"nextUri"?: string;
|
|
32924
|
+
"selfUri"?: string;
|
|
32925
|
+
"previousUri"?: string;
|
|
32926
|
+
}
|
|
32927
|
+
|
|
32928
|
+
export interface DecisionTableExportJobRequest {
|
|
32929
|
+
"tableVersion"?: number;
|
|
32930
|
+
"exportType": string;
|
|
32931
|
+
"format": string;
|
|
32932
|
+
}
|
|
32933
|
+
|
|
32934
|
+
export interface DecisionTableImportJob {
|
|
32935
|
+
"id"?: string;
|
|
32936
|
+
"tableVersion"?: number;
|
|
32937
|
+
"status": string;
|
|
32938
|
+
"uploadUrl"?: string;
|
|
32939
|
+
"uploadHeaders"?: { [key: string]: string; };
|
|
32940
|
+
"importMode": string;
|
|
32941
|
+
"fileName"?: string;
|
|
32942
|
+
"createdBy"?: Models.AddressableEntityRef;
|
|
32943
|
+
"dateCreated"?: string;
|
|
32944
|
+
"dateModified"?: string;
|
|
32945
|
+
"dateCompleted"?: string;
|
|
32946
|
+
"dateExpires"?: string;
|
|
32947
|
+
"rowMetrics"?: Models.DecisionTableImportRowMetrics;
|
|
32948
|
+
"error"?: Models.DecisionTableImportJobError;
|
|
32949
|
+
"selfUri"?: string;
|
|
32950
|
+
}
|
|
32951
|
+
|
|
32952
|
+
export interface DecisionTableImportJobError {
|
|
32953
|
+
"errorCode"?: string;
|
|
32954
|
+
"errorMessage"?: string;
|
|
32955
|
+
"messageWithParams"?: string;
|
|
32956
|
+
"messageParams"?: { [key: string]: string; };
|
|
32957
|
+
"validationErrors"?: Array<Models.DecisionTableJobValidationError>;
|
|
32958
|
+
}
|
|
32959
|
+
|
|
32960
|
+
export interface DecisionTableImportJobListing {
|
|
32961
|
+
"entities"?: Array<Models.DecisionTableImportJob>;
|
|
32962
|
+
"nextUri"?: string;
|
|
32963
|
+
"selfUri"?: string;
|
|
32964
|
+
"previousUri"?: string;
|
|
32965
|
+
}
|
|
32966
|
+
|
|
32967
|
+
export interface DecisionTableImportRowMetrics {
|
|
32968
|
+
"totalRows"?: number;
|
|
32969
|
+
"rowsParsed"?: number;
|
|
32970
|
+
"rowParseFailed"?: number;
|
|
32971
|
+
"rowsCreated"?: number;
|
|
32972
|
+
"rowsUpdated"?: number;
|
|
32973
|
+
"rowsDeleted"?: number;
|
|
32974
|
+
"rowCreateFailed"?: number;
|
|
32975
|
+
"rowUpdateFailed"?: number;
|
|
32976
|
+
"rowDeleteFailed"?: number;
|
|
32977
|
+
}
|
|
32978
|
+
|
|
32396
32979
|
export interface DecisionTableInputColumn {
|
|
32397
32980
|
"id"?: string;
|
|
32398
32981
|
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
@@ -32409,6 +32992,21 @@ declare namespace Models {
|
|
|
32409
32992
|
"expression": Models.DecisionTableInputColumnExpression;
|
|
32410
32993
|
}
|
|
32411
32994
|
|
|
32995
|
+
export interface DecisionTableJobValidationError {
|
|
32996
|
+
"message"?: string;
|
|
32997
|
+
"code"?: string;
|
|
32998
|
+
"status"?: number;
|
|
32999
|
+
"entityId"?: string;
|
|
33000
|
+
"entityName"?: string;
|
|
33001
|
+
"messageWithParams"?: string;
|
|
33002
|
+
"messageParams"?: { [key: string]: string; };
|
|
33003
|
+
"contextId"?: string;
|
|
33004
|
+
"details"?: Array<Models.Detail>;
|
|
33005
|
+
"errors"?: Array<Models.ErrorBody>;
|
|
33006
|
+
"limit"?: Models.Limit;
|
|
33007
|
+
"rowNumber"?: number;
|
|
33008
|
+
}
|
|
33009
|
+
|
|
32412
33010
|
export interface DecisionTableListing {
|
|
32413
33011
|
"entities"?: Array<Models.DecisionTable>;
|
|
32414
33012
|
"nextUri"?: string;
|
|
@@ -33576,6 +34174,7 @@ declare namespace Models {
|
|
|
33576
34174
|
"modifiedBy"?: Models.UserReference;
|
|
33577
34175
|
"transcriptionEngine"?: string;
|
|
33578
34176
|
"status"?: string;
|
|
34177
|
+
"invalidReason"?: string;
|
|
33579
34178
|
"displayAs"?: string;
|
|
33580
34179
|
"examplePhrases"?: Array<Models.DictionaryFeedbackExamplePhrase>;
|
|
33581
34180
|
"soundsLike"?: Array<string>;
|
|
@@ -33709,10 +34308,17 @@ declare namespace Models {
|
|
|
33709
34308
|
"entity"?: Models.LearningAssignmentReference;
|
|
33710
34309
|
}
|
|
33711
34310
|
|
|
34311
|
+
export interface DisasterRecoveryAllRoutingRequest {
|
|
34312
|
+
"sourceOrganizationId": string;
|
|
34313
|
+
"switchOrganizationId": string;
|
|
34314
|
+
"targetRegion": string;
|
|
34315
|
+
}
|
|
34316
|
+
|
|
33712
34317
|
export interface DisconnectReason {
|
|
33713
34318
|
"type"?: string;
|
|
33714
34319
|
"code"?: number;
|
|
33715
34320
|
"phrase"?: string;
|
|
34321
|
+
"reason"?: string;
|
|
33716
34322
|
}
|
|
33717
34323
|
|
|
33718
34324
|
export interface Disposition {
|
|
@@ -34052,14 +34658,6 @@ declare namespace Models {
|
|
|
34052
34658
|
"properties"?: Models.DocumentBodyParagraphProperties;
|
|
34053
34659
|
}
|
|
34054
34660
|
|
|
34055
|
-
export interface DocumentBodyRequest {
|
|
34056
|
-
"blocks": Array<Models.DocumentBodyBlock>;
|
|
34057
|
-
}
|
|
34058
|
-
|
|
34059
|
-
export interface DocumentBodyResponse {
|
|
34060
|
-
"blocks": Array<Models.DocumentBodyBlock>;
|
|
34061
|
-
}
|
|
34062
|
-
|
|
34063
34661
|
export interface DocumentBodyTable {
|
|
34064
34662
|
"properties"?: Models.DocumentBodyTableProperties;
|
|
34065
34663
|
"rows": Array<Models.DocumentBodyTableRowBlock>;
|
|
@@ -34345,7 +34943,7 @@ declare namespace Models {
|
|
|
34345
34943
|
"document"?: Models.KnowledgeDocumentReference;
|
|
34346
34944
|
"priority"?: number;
|
|
34347
34945
|
"name"?: string;
|
|
34348
|
-
"body"?: Models.
|
|
34946
|
+
"body"?: Models.DocumentBody;
|
|
34349
34947
|
"selfUri"?: string;
|
|
34350
34948
|
}
|
|
34351
34949
|
|
|
@@ -34358,7 +34956,7 @@ declare namespace Models {
|
|
|
34358
34956
|
"document"?: Models.KnowledgeDocumentReference;
|
|
34359
34957
|
"priority"?: number;
|
|
34360
34958
|
"name"?: string;
|
|
34361
|
-
"body"?: Models.
|
|
34959
|
+
"body"?: Models.DocumentBody;
|
|
34362
34960
|
"selfUri"?: string;
|
|
34363
34961
|
}
|
|
34364
34962
|
|
|
@@ -34794,6 +35392,8 @@ declare namespace Models {
|
|
|
34794
35392
|
|
|
34795
35393
|
export interface Domains {
|
|
34796
35394
|
"authorizedDomains"?: Models.AuthorizedDomains;
|
|
35395
|
+
"allowExistingEmailParticipants"?: boolean;
|
|
35396
|
+
"allowOutboundToAnyDomainAcd"?: boolean;
|
|
34797
35397
|
}
|
|
34798
35398
|
|
|
34799
35399
|
export interface DownloadResponse {
|
|
@@ -35459,6 +36059,7 @@ declare namespace Models {
|
|
|
35459
36059
|
export interface EmailColumn {
|
|
35460
36060
|
"columnName": string;
|
|
35461
36061
|
"type": string;
|
|
36062
|
+
"contactableTimeColumnName"?: string;
|
|
35462
36063
|
"contactableTimeColumn"?: string;
|
|
35463
36064
|
}
|
|
35464
36065
|
|
|
@@ -35776,6 +36377,19 @@ declare namespace Models {
|
|
|
35776
36377
|
"selfUri"?: string;
|
|
35777
36378
|
}
|
|
35778
36379
|
|
|
36380
|
+
export interface EmailSettingEntityListing {
|
|
36381
|
+
"entities"?: Array<Models.EmailSetting>;
|
|
36382
|
+
"pageSize"?: number;
|
|
36383
|
+
"pageNumber"?: number;
|
|
36384
|
+
"total"?: number;
|
|
36385
|
+
"firstUri"?: string;
|
|
36386
|
+
"nextUri"?: string;
|
|
36387
|
+
"previousUri"?: string;
|
|
36388
|
+
"lastUri"?: string;
|
|
36389
|
+
"selfUri"?: string;
|
|
36390
|
+
"pageCount"?: number;
|
|
36391
|
+
}
|
|
36392
|
+
|
|
35779
36393
|
export interface EmailSettingReference {
|
|
35780
36394
|
"id": string;
|
|
35781
36395
|
"name"?: string;
|
|
@@ -36122,6 +36736,7 @@ declare namespace Models {
|
|
|
36122
36736
|
"durationMinutes": number;
|
|
36123
36737
|
"payableMinutes": number;
|
|
36124
36738
|
"flexible": boolean;
|
|
36739
|
+
"overrideDateType"?: string;
|
|
36125
36740
|
}
|
|
36126
36741
|
|
|
36127
36742
|
export interface EstimateAvailablePartialDayTimeOffRequest {
|
|
@@ -36134,6 +36749,7 @@ declare namespace Models {
|
|
|
36134
36749
|
"durationMinutes": number;
|
|
36135
36750
|
"payableMinutes": number;
|
|
36136
36751
|
"flexible": boolean;
|
|
36752
|
+
"overrideDateType"?: string;
|
|
36137
36753
|
}
|
|
36138
36754
|
|
|
36139
36755
|
export interface EstimateAvailableTimeOffRequest {
|
|
@@ -36986,13 +37602,6 @@ declare namespace Models {
|
|
|
36986
37602
|
"exportType"?: string;
|
|
36987
37603
|
}
|
|
36988
37604
|
|
|
36989
|
-
export interface ExportListing {
|
|
36990
|
-
"entities"?: Array<Models.ContactsExport>;
|
|
36991
|
-
"nextUri"?: string;
|
|
36992
|
-
"selfUri"?: string;
|
|
36993
|
-
"previousUri"?: string;
|
|
36994
|
-
}
|
|
36995
|
-
|
|
36996
37605
|
export interface ExportScriptRequest {
|
|
36997
37606
|
"fileName"?: string;
|
|
36998
37607
|
"versionId"?: string;
|
|
@@ -43745,21 +44354,6 @@ declare namespace Models {
|
|
|
43745
44354
|
"application": Models.KnowledgeSearchClientApplication;
|
|
43746
44355
|
}
|
|
43747
44356
|
|
|
43748
|
-
export interface KnowledgeDocumentCreateRequest {
|
|
43749
|
-
"id"?: string;
|
|
43750
|
-
"title": string;
|
|
43751
|
-
"visible"?: boolean;
|
|
43752
|
-
"alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
|
|
43753
|
-
"categoryId"?: string;
|
|
43754
|
-
"labelIds"?: Array<string>;
|
|
43755
|
-
"externalId"?: string;
|
|
43756
|
-
"externalUrl"?: string;
|
|
43757
|
-
"selfUri"?: string;
|
|
43758
|
-
}
|
|
43759
|
-
|
|
43760
|
-
export interface KnowledgeDocumentDescriptor {
|
|
43761
|
-
}
|
|
43762
|
-
|
|
43763
44357
|
export interface KnowledgeDocumentFeedback {
|
|
43764
44358
|
"id"?: string;
|
|
43765
44359
|
"documentVariation": Models.EntityReference;
|
|
@@ -43905,7 +44499,7 @@ declare namespace Models {
|
|
|
43905
44499
|
"document"?: Models.KnowledgeDocumentReference;
|
|
43906
44500
|
"priority"?: number;
|
|
43907
44501
|
"name"?: string;
|
|
43908
|
-
"body"?: Models.
|
|
44502
|
+
"body"?: Models.DocumentBody;
|
|
43909
44503
|
"chunks"?: Array<Models.DocumentVariationQueryChunkBlock>;
|
|
43910
44504
|
"selfUri"?: string;
|
|
43911
44505
|
}
|
|
@@ -44073,7 +44667,7 @@ declare namespace Models {
|
|
|
44073
44667
|
"contexts": Array<Models.DocumentVariationContext>;
|
|
44074
44668
|
"priority"?: number;
|
|
44075
44669
|
"name"?: string;
|
|
44076
|
-
"body"?: Models.
|
|
44670
|
+
"body"?: Models.DocumentBody;
|
|
44077
44671
|
"selfUri"?: string;
|
|
44078
44672
|
"documentVersion"?: Models.AddressableEntityRef;
|
|
44079
44673
|
}
|
|
@@ -44111,7 +44705,6 @@ declare namespace Models {
|
|
|
44111
44705
|
"interval"?: string;
|
|
44112
44706
|
"entities"?: Array<Models.Entity>;
|
|
44113
44707
|
"sourceId"?: string;
|
|
44114
|
-
"includeDocumentsWithFileBody"?: boolean;
|
|
44115
44708
|
}
|
|
44116
44709
|
|
|
44117
44710
|
export interface KnowledgeExportJobFilter {
|
|
@@ -44252,7 +44845,7 @@ declare namespace Models {
|
|
|
44252
44845
|
"documentVersion"?: Models.AddressableEntityRef;
|
|
44253
44846
|
"contexts": Array<Models.KnowledgeGuestDocumentVariationContext>;
|
|
44254
44847
|
"document"?: Models.AddressableEntityRef;
|
|
44255
|
-
"body"?: Models.
|
|
44848
|
+
"body"?: Models.DocumentBody;
|
|
44256
44849
|
"selfUri"?: string;
|
|
44257
44850
|
}
|
|
44258
44851
|
|
|
@@ -44520,6 +45113,7 @@ declare namespace Models {
|
|
|
44520
45113
|
"generationSetting": Models.KnowledgeGenerationSetting;
|
|
44521
45114
|
"stateful"?: boolean;
|
|
44522
45115
|
"conversationTurns"?: Array<Models.KnowledgeConversationTurn>;
|
|
45116
|
+
"filter"?: Models.V3SourceTagFilter;
|
|
44523
45117
|
}
|
|
44524
45118
|
|
|
44525
45119
|
export interface KnowledgeSearchPreviewResponse {
|
|
@@ -44558,6 +45152,7 @@ declare namespace Models {
|
|
|
44558
45152
|
"sources": Array<Models.V3SourceRef>;
|
|
44559
45153
|
"generationSetting"?: Models.KnowledgeGenerationSetting;
|
|
44560
45154
|
"stateful"?: boolean;
|
|
45155
|
+
"filter"?: Models.V3SourceTagFilter;
|
|
44561
45156
|
}
|
|
44562
45157
|
|
|
44563
45158
|
export interface KnowledgeSettingsResponse {
|
|
@@ -44567,6 +45162,7 @@ declare namespace Models {
|
|
|
44567
45162
|
"sources"?: Array<Models.V3SourceRef>;
|
|
44568
45163
|
"generationSetting"?: Models.KnowledgeGenerationSetting;
|
|
44569
45164
|
"stateful"?: boolean;
|
|
45165
|
+
"filter"?: Models.V3SourceTagFilter;
|
|
44570
45166
|
"dateCreated"?: string;
|
|
44571
45167
|
"dateModified"?: string;
|
|
44572
45168
|
"modifiedBy"?: Models.UserReference;
|
|
@@ -45837,6 +46433,10 @@ declare namespace Models {
|
|
|
45837
46433
|
"values"?: Array<Models.BidGroupWorkPlanRequest>;
|
|
45838
46434
|
}
|
|
45839
46435
|
|
|
46436
|
+
export interface ListWrapperBidGroupWorkPlanRotationRequest {
|
|
46437
|
+
"values"?: Array<Models.BidGroupWorkPlanRotationRequest>;
|
|
46438
|
+
}
|
|
46439
|
+
|
|
45840
46440
|
export interface ListWrapperFixedAvailability {
|
|
45841
46441
|
"values"?: Array<Models.FixedAvailability>;
|
|
45842
46442
|
}
|
|
@@ -45861,6 +46461,10 @@ declare namespace Models {
|
|
|
45861
46461
|
"values"?: Array<Models.RequiredDateRange>;
|
|
45862
46462
|
}
|
|
45863
46463
|
|
|
46464
|
+
export interface ListWrapperScheduleSetRequest {
|
|
46465
|
+
"values"?: Array<Models.ScheduleSetRequest>;
|
|
46466
|
+
}
|
|
46467
|
+
|
|
45864
46468
|
export interface ListWrapperSecondaryPresence {
|
|
45865
46469
|
"values"?: Array<Models.SecondaryPresence>;
|
|
45866
46470
|
}
|
|
@@ -45885,6 +46489,7 @@ declare namespace Models {
|
|
|
45885
46489
|
"modifiedBy"?: Models.UserReference;
|
|
45886
46490
|
"transcriptionEngine"?: string;
|
|
45887
46491
|
"status"?: string;
|
|
46492
|
+
"invalidReason"?: string;
|
|
45888
46493
|
"displayAs"?: string;
|
|
45889
46494
|
"selfUri"?: string;
|
|
45890
46495
|
}
|
|
@@ -48053,6 +48658,34 @@ declare namespace Models {
|
|
|
48053
48658
|
"selfUri"?: string;
|
|
48054
48659
|
}
|
|
48055
48660
|
|
|
48661
|
+
export interface NumberRouting {
|
|
48662
|
+
"numberId"?: string;
|
|
48663
|
+
"ownerOrganizationId"?: string;
|
|
48664
|
+
"carrierCode"?: string;
|
|
48665
|
+
"pendingOrganizationId"?: string;
|
|
48666
|
+
"region"?: string;
|
|
48667
|
+
"status"?: string;
|
|
48668
|
+
"activeOrganizationId"?: string;
|
|
48669
|
+
"linkedOrganizationIds"?: Array<string>;
|
|
48670
|
+
}
|
|
48671
|
+
|
|
48672
|
+
export interface NumberRoutingListing {
|
|
48673
|
+
"entities"?: Array<Models.Number>;
|
|
48674
|
+
"nextUri"?: string;
|
|
48675
|
+
"selfUri"?: string;
|
|
48676
|
+
"previousUri"?: string;
|
|
48677
|
+
}
|
|
48678
|
+
|
|
48679
|
+
export interface NumberRoutingRequest {
|
|
48680
|
+
"organizationId"?: string;
|
|
48681
|
+
"numberId"?: string;
|
|
48682
|
+
"targetRegion"?: string;
|
|
48683
|
+
}
|
|
48684
|
+
|
|
48685
|
+
export interface NumberRoutingResetOrganizationRequest {
|
|
48686
|
+
"resetOrganizationId": string;
|
|
48687
|
+
}
|
|
48688
|
+
|
|
48056
48689
|
export interface NumericRange {
|
|
48057
48690
|
"gt"?: number;
|
|
48058
48691
|
"gte"?: number;
|
|
@@ -48577,6 +49210,8 @@ declare namespace Models {
|
|
|
48577
49210
|
"replyToId"?: string;
|
|
48578
49211
|
"source"?: string;
|
|
48579
49212
|
"url"?: string;
|
|
49213
|
+
"mentionIds"?: Array<string>;
|
|
49214
|
+
"tagIds"?: Array<string>;
|
|
48580
49215
|
}
|
|
48581
49216
|
|
|
48582
49217
|
export interface OpenSocialMediaReactionsChannel {
|
|
@@ -48721,6 +49356,8 @@ declare namespace Models {
|
|
|
48721
49356
|
"conversation"?: Models.AddressableEntityRef;
|
|
48722
49357
|
"dateCreated"?: string;
|
|
48723
49358
|
"entityVersion"?: string;
|
|
49359
|
+
"phoneNumber"?: string;
|
|
49360
|
+
"externalContactId"?: string;
|
|
48724
49361
|
}
|
|
48725
49362
|
|
|
48726
49363
|
export interface OperationalEventNotificationTopicEventEntity {
|
|
@@ -48741,6 +49378,8 @@ declare namespace Models {
|
|
|
48741
49378
|
"entityType"?: string;
|
|
48742
49379
|
"conversationId"?: string;
|
|
48743
49380
|
"entityToken"?: string;
|
|
49381
|
+
"phoneNumber"?: string;
|
|
49382
|
+
"externalContactId"?: string;
|
|
48744
49383
|
"timestamp"?: number;
|
|
48745
49384
|
}
|
|
48746
49385
|
|
|
@@ -48827,6 +49466,7 @@ declare namespace Models {
|
|
|
48827
49466
|
"ipAddressAllowlist"?: Array<string>;
|
|
48828
49467
|
"passwordRequirements"?: Models.PasswordRequirements;
|
|
48829
49468
|
"inactivityTimeoutExclusions"?: Array<string>;
|
|
49469
|
+
"universalLogout"?: boolean;
|
|
48830
49470
|
}
|
|
48831
49471
|
|
|
48832
49472
|
export interface OrgOAuthClient {
|
|
@@ -48937,6 +49577,27 @@ declare namespace Models {
|
|
|
48937
49577
|
"custserv"?: boolean;
|
|
48938
49578
|
}
|
|
48939
49579
|
|
|
49580
|
+
export interface OrganizationLink {
|
|
49581
|
+
"sourceOrganizationId": string;
|
|
49582
|
+
"targetOrganizationId": string;
|
|
49583
|
+
"sourceRegion": string;
|
|
49584
|
+
"targetRegion": string;
|
|
49585
|
+
"status"?: string;
|
|
49586
|
+
}
|
|
49587
|
+
|
|
49588
|
+
export interface OrganizationLinkApprovalRequest {
|
|
49589
|
+
"approval": boolean;
|
|
49590
|
+
}
|
|
49591
|
+
|
|
49592
|
+
export interface OrganizationLinkResponse {
|
|
49593
|
+
"sourceOrganizationId"?: string;
|
|
49594
|
+
"targetOrganizationId"?: string;
|
|
49595
|
+
"sourceRegion"?: string;
|
|
49596
|
+
"targetRegion"?: string;
|
|
49597
|
+
"targetName"?: string;
|
|
49598
|
+
"status"?: string;
|
|
49599
|
+
}
|
|
49600
|
+
|
|
48940
49601
|
export interface OrganizationPresence {
|
|
48941
49602
|
"id"?: string;
|
|
48942
49603
|
"name"?: string;
|
|
@@ -50237,10 +50898,6 @@ declare namespace Models {
|
|
|
50237
50898
|
"bargedParticipantId"?: string;
|
|
50238
50899
|
}
|
|
50239
50900
|
|
|
50240
|
-
export interface ParticipantDataProperties {
|
|
50241
|
-
"name": string;
|
|
50242
|
-
}
|
|
50243
|
-
|
|
50244
50901
|
export interface ParticipantInfo {
|
|
50245
50902
|
"activeParticipantCount"?: number;
|
|
50246
50903
|
"version"?: number;
|
|
@@ -51990,6 +52647,11 @@ declare namespace Models {
|
|
|
51990
52647
|
export interface QueryDivision {
|
|
51991
52648
|
}
|
|
51992
52649
|
|
|
52650
|
+
export interface QueryEffectiveScheduleSetsRequest {
|
|
52651
|
+
"startDate": string;
|
|
52652
|
+
"weekCount": number;
|
|
52653
|
+
}
|
|
52654
|
+
|
|
51993
52655
|
export interface QueryEnrollmentOpportunityResult {
|
|
51994
52656
|
"id"?: string;
|
|
51995
52657
|
"name": string;
|
|
@@ -52068,6 +52730,10 @@ declare namespace Models {
|
|
|
52068
52730
|
"staffingGroupIds"?: Array<string>;
|
|
52069
52731
|
}
|
|
52070
52732
|
|
|
52733
|
+
export interface QueryProcessingConfig {
|
|
52734
|
+
"knowledgeQueryProcessing": string;
|
|
52735
|
+
}
|
|
52736
|
+
|
|
52071
52737
|
export interface QueryRequest {
|
|
52072
52738
|
"queryPhrase"?: string;
|
|
52073
52739
|
"pageNumber"?: number;
|
|
@@ -55449,6 +56115,13 @@ declare namespace Models {
|
|
|
55449
56115
|
"range"?: Models.AggregationRange;
|
|
55450
56116
|
}
|
|
55451
56117
|
|
|
56118
|
+
export interface RatingFilter {
|
|
56119
|
+
"operator": string;
|
|
56120
|
+
"from"?: number;
|
|
56121
|
+
"to"?: number;
|
|
56122
|
+
"values"?: Array<number>;
|
|
56123
|
+
}
|
|
56124
|
+
|
|
55452
56125
|
export interface Reaction {
|
|
55453
56126
|
"data"?: string;
|
|
55454
56127
|
"name"?: string;
|
|
@@ -55883,12 +56556,20 @@ declare namespace Models {
|
|
|
55883
56556
|
"selfUri"?: string;
|
|
55884
56557
|
}
|
|
55885
56558
|
|
|
56559
|
+
export interface RecordingNotificationResponse {
|
|
56560
|
+
"originatingMessageId"?: string;
|
|
56561
|
+
"referenceId"?: string;
|
|
56562
|
+
"notificationStatus"?: string;
|
|
56563
|
+
"notificationText"?: string;
|
|
56564
|
+
}
|
|
56565
|
+
|
|
55886
56566
|
export interface RecordingNotificationTemplate {
|
|
55887
56567
|
"id"?: string;
|
|
55888
56568
|
"language"?: string;
|
|
55889
56569
|
"header"?: Models.RecordingTemplateHeader;
|
|
55890
56570
|
"body"?: Models.RecordingTemplateBody;
|
|
55891
56571
|
"buttons"?: Array<Models.RecordingTemplateButton>;
|
|
56572
|
+
"carousel"?: Models.RecordingTemplateCarousel;
|
|
55892
56573
|
"footer"?: Models.RecordingTemplateFooter;
|
|
55893
56574
|
}
|
|
55894
56575
|
|
|
@@ -56032,6 +56713,10 @@ declare namespace Models {
|
|
|
56032
56713
|
"medium": string;
|
|
56033
56714
|
}
|
|
56034
56715
|
|
|
56716
|
+
export interface RegionResponse {
|
|
56717
|
+
"regionName"?: string;
|
|
56718
|
+
}
|
|
56719
|
+
|
|
56035
56720
|
export interface RegionTimeZone {
|
|
56036
56721
|
"id"?: string;
|
|
56037
56722
|
"name"?: string;
|
|
@@ -56061,6 +56746,17 @@ declare namespace Models {
|
|
|
56061
56746
|
"selfUri"?: string;
|
|
56062
56747
|
}
|
|
56063
56748
|
|
|
56749
|
+
export interface RegisterArchitectValidateJob {
|
|
56750
|
+
"flows": Array<Models.ValidateDetails>;
|
|
56751
|
+
}
|
|
56752
|
+
|
|
56753
|
+
export interface RegisterArchitectValidateJobResponse {
|
|
56754
|
+
"id"?: string;
|
|
56755
|
+
"status"?: string;
|
|
56756
|
+
"totalFlows"?: number;
|
|
56757
|
+
"selfUri"?: string;
|
|
56758
|
+
}
|
|
56759
|
+
|
|
56064
56760
|
export interface Relationship {
|
|
56065
56761
|
"id"?: string;
|
|
56066
56762
|
"division"?: Models.WritableStarrableDivision;
|
|
@@ -57107,6 +57803,12 @@ declare namespace Models {
|
|
|
57107
57803
|
"skillIds"?: Array<string>;
|
|
57108
57804
|
}
|
|
57109
57805
|
|
|
57806
|
+
export interface Row {
|
|
57807
|
+
"rowId": string;
|
|
57808
|
+
"inputs": { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
57809
|
+
"outputs": { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
57810
|
+
}
|
|
57811
|
+
|
|
57110
57812
|
export interface RowSearchFilter {
|
|
57111
57813
|
"predicates": Array<Models.RowSearchPredicate>;
|
|
57112
57814
|
}
|
|
@@ -57279,6 +57981,117 @@ declare namespace Models {
|
|
|
57279
57981
|
"externalActivityType"?: string;
|
|
57280
57982
|
}
|
|
57281
57983
|
|
|
57984
|
+
export interface ScheduleBid {
|
|
57985
|
+
"id": string;
|
|
57986
|
+
"name": string;
|
|
57987
|
+
"bidWindowStartDate": string;
|
|
57988
|
+
"bidWindowEndDate": string;
|
|
57989
|
+
"effectiveDate": string;
|
|
57990
|
+
"status": string;
|
|
57991
|
+
"bidType": string;
|
|
57992
|
+
"forecast"?: Models.BuShortTermForecastWeekReference;
|
|
57993
|
+
"weeksToSchedule": number;
|
|
57994
|
+
"endOverridesAndRotations": boolean;
|
|
57995
|
+
"agentRankingType": string;
|
|
57996
|
+
"rankingTiebreakerType": string;
|
|
57997
|
+
"publishedDate"?: string;
|
|
57998
|
+
"endDate"?: string;
|
|
57999
|
+
"metadata": Models.WorkPlanBidMetadata;
|
|
58000
|
+
"selfUri"?: string;
|
|
58001
|
+
}
|
|
58002
|
+
|
|
58003
|
+
export interface ScheduleBidGroup {
|
|
58004
|
+
"name": string;
|
|
58005
|
+
"managementUnit": Models.ManagementUnitReference;
|
|
58006
|
+
"agents": Array<Models.UserReference>;
|
|
58007
|
+
"workPlans"?: Array<Models.WorkPlanReference>;
|
|
58008
|
+
"workPlanRotations"?: Array<Models.BidGroupWorkPlanRotationResponse>;
|
|
58009
|
+
"planningGroups": Array<Models.PlanningGroupReference>;
|
|
58010
|
+
"downloadUrl"?: string;
|
|
58011
|
+
"downloadTemplate"?: Models.BidGroupScheduleSet;
|
|
58012
|
+
}
|
|
58013
|
+
|
|
58014
|
+
export interface ScheduleBidGroupCreate {
|
|
58015
|
+
"name": string;
|
|
58016
|
+
"managementUnitId": string;
|
|
58017
|
+
"agentIds": Array<string>;
|
|
58018
|
+
"workPlanIds"?: Array<string>;
|
|
58019
|
+
"workPlanRotations"?: Array<Models.BidGroupWorkPlanRotationRequest>;
|
|
58020
|
+
"planningGroupIds": Array<string>;
|
|
58021
|
+
}
|
|
58022
|
+
|
|
58023
|
+
export interface ScheduleBidGroupReference {
|
|
58024
|
+
"id": string;
|
|
58025
|
+
"selfUri"?: string;
|
|
58026
|
+
}
|
|
58027
|
+
|
|
58028
|
+
export interface ScheduleBidGroupResponse {
|
|
58029
|
+
"id": string;
|
|
58030
|
+
"scheduleBidGroup": Models.ScheduleBidGroup;
|
|
58031
|
+
"metadata": Models.WorkPlanBidMetadata;
|
|
58032
|
+
"selfUri"?: string;
|
|
58033
|
+
}
|
|
58034
|
+
|
|
58035
|
+
export interface ScheduleBidGroupSummary {
|
|
58036
|
+
"id": string;
|
|
58037
|
+
"name": string;
|
|
58038
|
+
"managementUnit": Models.ManagementUnitReference;
|
|
58039
|
+
"agentCount": number;
|
|
58040
|
+
"workPlanCount": number;
|
|
58041
|
+
"workPlanRotationCount": number;
|
|
58042
|
+
"planningGroupCount": number;
|
|
58043
|
+
"scheduleSetError"?: Models.ScheduleSetError;
|
|
58044
|
+
"selfUri"?: string;
|
|
58045
|
+
}
|
|
58046
|
+
|
|
58047
|
+
export interface ScheduleBidGroupSummaryList {
|
|
58048
|
+
"scheduleBidGroupSummaries": Array<Models.ScheduleBidGroupSummary>;
|
|
58049
|
+
}
|
|
58050
|
+
|
|
58051
|
+
export interface ScheduleBidGroupUpdate {
|
|
58052
|
+
"name"?: string;
|
|
58053
|
+
"managementUnitId"?: string;
|
|
58054
|
+
"agentIds"?: Models.SetWrapperString;
|
|
58055
|
+
"workPlanIds"?: Models.SetWrapperString;
|
|
58056
|
+
"workPlanRotations"?: Models.ListWrapperBidGroupWorkPlanRotationRequest;
|
|
58057
|
+
"planningGroupIds"?: Models.SetWrapperString;
|
|
58058
|
+
"scheduleSets"?: Models.ListWrapperScheduleSetRequest;
|
|
58059
|
+
}
|
|
58060
|
+
|
|
58061
|
+
export interface ScheduleBidListResponse {
|
|
58062
|
+
"entities"?: Array<Models.ScheduleBid>;
|
|
58063
|
+
}
|
|
58064
|
+
|
|
58065
|
+
export interface ScheduleBidReference {
|
|
58066
|
+
"id": string;
|
|
58067
|
+
"name"?: string;
|
|
58068
|
+
"selfUri"?: string;
|
|
58069
|
+
}
|
|
58070
|
+
|
|
58071
|
+
export interface ScheduleBidScheduledActivity {
|
|
58072
|
+
"startDate": string;
|
|
58073
|
+
"lengthMinutes": number;
|
|
58074
|
+
"description": string;
|
|
58075
|
+
"activityCategory": string;
|
|
58076
|
+
"activityCodeId": string;
|
|
58077
|
+
"paid"?: boolean;
|
|
58078
|
+
}
|
|
58079
|
+
|
|
58080
|
+
export interface ScheduleBidScheduledShift {
|
|
58081
|
+
"workPlanShiftId"?: string;
|
|
58082
|
+
"workPlanId"?: string;
|
|
58083
|
+
"startDate": string;
|
|
58084
|
+
"lengthMinutes": number;
|
|
58085
|
+
"activities": Array<Models.ScheduleBidScheduledActivity>;
|
|
58086
|
+
}
|
|
58087
|
+
|
|
58088
|
+
export interface ScheduleBiddingAdminNotificationTopicScheduleBiddingNotification {
|
|
58089
|
+
"id"?: string;
|
|
58090
|
+
"buId"?: string;
|
|
58091
|
+
"status"?: string;
|
|
58092
|
+
"bidType"?: string;
|
|
58093
|
+
}
|
|
58094
|
+
|
|
57282
58095
|
export interface ScheduleDivisionViewEntityListing {
|
|
57283
58096
|
"entities"?: Array<Models.SchedulesDivisionView>;
|
|
57284
58097
|
"pageSize"?: number;
|
|
@@ -57405,12 +58218,38 @@ declare namespace Models {
|
|
|
57405
58218
|
"selfUri"?: string;
|
|
57406
58219
|
}
|
|
57407
58220
|
|
|
58221
|
+
export interface ScheduleSetError {
|
|
58222
|
+
"errorCode": string;
|
|
58223
|
+
"workPlans"?: Array<Models.WorkPlanReference>;
|
|
58224
|
+
"workPlanRotations"?: Array<Models.WorkPlanRotationReference>;
|
|
58225
|
+
}
|
|
58226
|
+
|
|
58227
|
+
export interface ScheduleSetRequest {
|
|
58228
|
+
"scheduleSetId": string;
|
|
58229
|
+
"overrideAgentCount"?: number;
|
|
58230
|
+
}
|
|
58231
|
+
|
|
57408
58232
|
export interface ScheduleUploadProcessingResponse {
|
|
57409
58233
|
"status"?: string;
|
|
57410
58234
|
"operationId"?: string;
|
|
57411
58235
|
"result"?: Models.BuScheduleMetadata;
|
|
57412
58236
|
}
|
|
57413
58237
|
|
|
58238
|
+
export interface ScheduleVisibilityRange {
|
|
58239
|
+
"endDate": string;
|
|
58240
|
+
"endBusinessUnitDate": string;
|
|
58241
|
+
}
|
|
58242
|
+
|
|
58243
|
+
export interface ScheduleVisibilitySettingsRequest {
|
|
58244
|
+
"enabled"?: boolean;
|
|
58245
|
+
"futureWeeks"?: number;
|
|
58246
|
+
}
|
|
58247
|
+
|
|
58248
|
+
export interface ScheduleVisibilitySettingsResponse {
|
|
58249
|
+
"enabled": boolean;
|
|
58250
|
+
"futureWeeks": number;
|
|
58251
|
+
}
|
|
58252
|
+
|
|
57414
58253
|
export interface ScheduledTrigger {
|
|
57415
58254
|
"id"?: string;
|
|
57416
58255
|
"name"?: string;
|
|
@@ -58145,7 +58984,7 @@ declare namespace Models {
|
|
|
58145
58984
|
|
|
58146
58985
|
export interface SendAgentlessOutboundMessageRequest {
|
|
58147
58986
|
"fromAddress": string;
|
|
58148
|
-
"toAddress"
|
|
58987
|
+
"toAddress"?: string;
|
|
58149
58988
|
"toAddressMessengerType": string;
|
|
58150
58989
|
"textBody"?: string;
|
|
58151
58990
|
"messagingTemplate"?: Models.SendMessagingTemplateRequest;
|
|
@@ -58517,6 +59356,21 @@ declare namespace Models {
|
|
|
58517
59356
|
"redirectUrl"?: string;
|
|
58518
59357
|
}
|
|
58519
59358
|
|
|
59359
|
+
export interface ShiftSet {
|
|
59360
|
+
"id": string;
|
|
59361
|
+
"name": string;
|
|
59362
|
+
"effectiveWorkPlan": Models.ShiftSetEffectiveWorkPlan;
|
|
59363
|
+
"shifts": Array<Models.ScheduleBidScheduledShift>;
|
|
59364
|
+
"suggestedAgentCount": number;
|
|
59365
|
+
"overrideAgentCount"?: number;
|
|
59366
|
+
}
|
|
59367
|
+
|
|
59368
|
+
export interface ShiftSetEffectiveWorkPlan {
|
|
59369
|
+
"workPlanId"?: string;
|
|
59370
|
+
"workPlanRotationId"?: string;
|
|
59371
|
+
"positionInRotation"?: number;
|
|
59372
|
+
}
|
|
59373
|
+
|
|
58520
59374
|
export interface ShiftStartVariance {
|
|
58521
59375
|
"applicableDays": Array<string>;
|
|
58522
59376
|
"maxShiftStartVarianceMinutes": number;
|
|
@@ -59383,7 +60237,6 @@ declare namespace Models {
|
|
|
59383
60237
|
"interval": string;
|
|
59384
60238
|
"timeZone"?: string;
|
|
59385
60239
|
"filter"?: Models.SocialMediaQueryFilter;
|
|
59386
|
-
"topicIds"?: Array<string>;
|
|
59387
60240
|
"pageSize"?: number;
|
|
59388
60241
|
"order"?: string;
|
|
59389
60242
|
}
|
|
@@ -59475,6 +60328,14 @@ declare namespace Models {
|
|
|
59475
60328
|
"p99"?: number;
|
|
59476
60329
|
}
|
|
59477
60330
|
|
|
60331
|
+
export interface SocialNumericRange {
|
|
60332
|
+
"eq"?: number;
|
|
60333
|
+
"gt"?: number;
|
|
60334
|
+
"gte"?: number;
|
|
60335
|
+
"lt"?: number;
|
|
60336
|
+
"lte"?: number;
|
|
60337
|
+
}
|
|
60338
|
+
|
|
59478
60339
|
export interface SocialTopicPatchRequest {
|
|
59479
60340
|
"name"?: string;
|
|
59480
60341
|
"description"?: string;
|
|
@@ -59941,6 +60802,8 @@ declare namespace Models {
|
|
|
59941
60802
|
}
|
|
59942
60803
|
|
|
59943
60804
|
export interface StatusInfo {
|
|
60805
|
+
"code"?: string;
|
|
60806
|
+
"message"?: string;
|
|
59944
60807
|
}
|
|
59945
60808
|
|
|
59946
60809
|
export interface Step {
|
|
@@ -61431,6 +62294,13 @@ declare namespace Models {
|
|
|
61431
62294
|
|
|
61432
62295
|
export interface ThirdPartySuggestion {
|
|
61433
62296
|
"text"?: string;
|
|
62297
|
+
"title"?: string;
|
|
62298
|
+
"sources"?: Array<Models.ThirdPartySuggestionSource>;
|
|
62299
|
+
}
|
|
62300
|
+
|
|
62301
|
+
export interface ThirdPartySuggestionSource {
|
|
62302
|
+
"name"?: string;
|
|
62303
|
+
"url"?: string;
|
|
61434
62304
|
}
|
|
61435
62305
|
|
|
61436
62306
|
export interface Ticker {
|
|
@@ -63081,6 +63951,11 @@ declare namespace Models {
|
|
|
63081
63951
|
"status"?: string;
|
|
63082
63952
|
}
|
|
63083
63953
|
|
|
63954
|
+
export interface UpdateAgentScheduleBiddingPreference {
|
|
63955
|
+
"submitted": boolean;
|
|
63956
|
+
"agentScheduleBidPreferences": Array<Models.AgentScheduleBiddingPreferencePriority>;
|
|
63957
|
+
}
|
|
63958
|
+
|
|
63084
63959
|
export interface UpdateAgentWorkPlanBiddingPreference {
|
|
63085
63960
|
"submitted": boolean;
|
|
63086
63961
|
"agentWorkPlanBidPreferences": Array<Models.AgentWorkPlanBiddingPreferenceRequest>;
|
|
@@ -63152,6 +64027,10 @@ declare namespace Models {
|
|
|
63152
64027
|
"outputs"?: Array<Models.DecisionTableOutputColumnRequest>;
|
|
63153
64028
|
}
|
|
63154
64029
|
|
|
64030
|
+
export interface UpdateDecisionTableImportJobRequest {
|
|
64031
|
+
"status": string;
|
|
64032
|
+
}
|
|
64033
|
+
|
|
63155
64034
|
export interface UpdateDecisionTableRequest {
|
|
63156
64035
|
"name"?: string;
|
|
63157
64036
|
"description"?: string;
|
|
@@ -63270,6 +64149,19 @@ declare namespace Models {
|
|
|
63270
64149
|
"rowIndex": number;
|
|
63271
64150
|
}
|
|
63272
64151
|
|
|
64152
|
+
export interface UpdateScheduleBid {
|
|
64153
|
+
"name"?: string;
|
|
64154
|
+
"forecast"?: Models.BuShortTermForecastWeekReference;
|
|
64155
|
+
"bidWindowStartDate"?: string;
|
|
64156
|
+
"bidWindowEndDate"?: string;
|
|
64157
|
+
"effectiveDate"?: string;
|
|
64158
|
+
"weeksToSchedule"?: number;
|
|
64159
|
+
"endOverridesAndRotations"?: boolean;
|
|
64160
|
+
"agentRankingType"?: string;
|
|
64161
|
+
"rankingTiebreakerType"?: string;
|
|
64162
|
+
"status"?: string;
|
|
64163
|
+
}
|
|
64164
|
+
|
|
63273
64165
|
export interface UpdateScheduleUploadResponse {
|
|
63274
64166
|
"uploadKey"?: string;
|
|
63275
64167
|
"url"?: string;
|
|
@@ -63434,6 +64326,7 @@ declare namespace Models {
|
|
|
63434
64326
|
"effectiveDate"?: string;
|
|
63435
64327
|
"agentRankingType"?: string;
|
|
63436
64328
|
"rankingTiebreakerType"?: string;
|
|
64329
|
+
"endOverridesAndRotations"?: boolean;
|
|
63437
64330
|
"workPlanFieldsVisibleToAgents"?: Models.ListWrapperAgentWorkPlanField;
|
|
63438
64331
|
"status"?: string;
|
|
63439
64332
|
}
|
|
@@ -65224,6 +66117,12 @@ declare namespace Models {
|
|
|
65224
66117
|
"value"?: string;
|
|
65225
66118
|
}
|
|
65226
66119
|
|
|
66120
|
+
export interface V2SessionConversationsSummarySettingsPreviewEventConversationSummaryLabel {
|
|
66121
|
+
"name"?: string;
|
|
66122
|
+
"description"?: string;
|
|
66123
|
+
"type"?: string;
|
|
66124
|
+
}
|
|
66125
|
+
|
|
65227
66126
|
export interface V2SessionConversationsSummarySettingsPreviewEventConversationSummaryMessage {
|
|
65228
66127
|
"text"?: string;
|
|
65229
66128
|
"score"?: number;
|
|
@@ -65242,6 +66141,7 @@ declare namespace Models {
|
|
|
65242
66141
|
"resolution"?: Models.V2SessionConversationsSummarySettingsPreviewEventConversationResolutionMessage;
|
|
65243
66142
|
"followupActions"?: Array<Models.V2SessionConversationsSummarySettingsPreviewEventConversationFollowupAction>;
|
|
65244
66143
|
"extractedEntities"?: Array<Models.V2SessionConversationsSummarySettingsPreviewEventConversationSummaryExtractedEntity>;
|
|
66144
|
+
"labels"?: Array<Models.V2SessionConversationsSummarySettingsPreviewEventConversationSummaryLabel>;
|
|
65245
66145
|
"errorType"?: string;
|
|
65246
66146
|
"durationMs"?: number;
|
|
65247
66147
|
}
|
|
@@ -65540,6 +66440,12 @@ declare namespace Models {
|
|
|
65540
66440
|
"name"?: string;
|
|
65541
66441
|
}
|
|
65542
66442
|
|
|
66443
|
+
export interface V3SourceTagFilter {
|
|
66444
|
+
"allOf"?: Array<string>;
|
|
66445
|
+
"anyOfGroups"?: Array<Array<string>>;
|
|
66446
|
+
"noneOf"?: Array<string>;
|
|
66447
|
+
}
|
|
66448
|
+
|
|
65543
66449
|
export interface V3SourceUpdateRequest {
|
|
65544
66450
|
"name": string;
|
|
65545
66451
|
"triggerType": string;
|
|
@@ -65574,6 +66480,12 @@ declare namespace Models {
|
|
|
65574
66480
|
"previousUri"?: string;
|
|
65575
66481
|
}
|
|
65576
66482
|
|
|
66483
|
+
export interface V3SynchronizationRef {
|
|
66484
|
+
"id": string;
|
|
66485
|
+
"source": Models.V3SourceRef;
|
|
66486
|
+
"selfUri"?: string;
|
|
66487
|
+
}
|
|
66488
|
+
|
|
65577
66489
|
export interface V3SynchronizationStatistics {
|
|
65578
66490
|
"synchronizedItemCount"?: number;
|
|
65579
66491
|
"failedItemCount"?: number;
|
|
@@ -65597,8 +66509,13 @@ declare namespace Models {
|
|
|
65597
66509
|
}
|
|
65598
66510
|
|
|
65599
66511
|
export interface V3SynchronizationUploadUrlResponse {
|
|
66512
|
+
"fileId"?: string;
|
|
66513
|
+
"fileName"?: string;
|
|
66514
|
+
"metadata"?: Models.V3SynchronizationUploadMetadata;
|
|
66515
|
+
"synchronization"?: Models.V3SynchronizationRef;
|
|
65600
66516
|
"url"?: string;
|
|
65601
66517
|
"headers"?: { [key: string]: string; };
|
|
66518
|
+
"selfUri"?: string;
|
|
65602
66519
|
}
|
|
65603
66520
|
|
|
65604
66521
|
export interface ValidateAddressRequest {
|
|
@@ -65625,6 +66542,10 @@ declare namespace Models {
|
|
|
65625
66542
|
"membersToAssign": Array<string>;
|
|
65626
66543
|
}
|
|
65627
66544
|
|
|
66545
|
+
export interface ValidateDetails {
|
|
66546
|
+
"flow": Models.ArchitectFlowReference;
|
|
66547
|
+
}
|
|
66548
|
+
|
|
65628
66549
|
export interface ValidateWorkPlanMessages {
|
|
65629
66550
|
"violationMessages"?: Array<Models.WorkPlanConfigurationViolationMessage>;
|
|
65630
66551
|
"constraintConflictMessage"?: Models.ConstraintConflictMessage;
|
|
@@ -66040,6 +66961,8 @@ declare namespace Models {
|
|
|
66040
66961
|
"sentimentTrendCategories"?: Array<string>;
|
|
66041
66962
|
"contentModerationFlags"?: Array<string>;
|
|
66042
66963
|
"socialSourceTypes"?: Array<string>;
|
|
66964
|
+
"socialFollowerRange"?: Models.SocialNumericRange;
|
|
66965
|
+
"socialVerificationStatus"?: boolean;
|
|
66043
66966
|
"sessionExpired"?: boolean;
|
|
66044
66967
|
"screenMonitored"?: boolean;
|
|
66045
66968
|
"engagementSources"?: Array<string>;
|
|
@@ -66923,7 +67846,7 @@ declare namespace Models {
|
|
|
66923
67846
|
|
|
66924
67847
|
export interface WfmActivityPlanJobCompleteTopicActivityPlanSessionReference {
|
|
66925
67848
|
"id"?: string;
|
|
66926
|
-
"users"?: Array<
|
|
67849
|
+
"users"?: Array<Models.WfmActivityPlanJobCompleteTopicUserReference>;
|
|
66927
67850
|
}
|
|
66928
67851
|
|
|
66929
67852
|
export interface WfmActivityPlanJobCompleteTopicErrorBody {
|
|
@@ -66933,6 +67856,10 @@ declare namespace Models {
|
|
|
66933
67856
|
"messageParams"?: { [key: string]: string; };
|
|
66934
67857
|
}
|
|
66935
67858
|
|
|
67859
|
+
export interface WfmActivityPlanJobCompleteTopicUserReference {
|
|
67860
|
+
"id"?: string;
|
|
67861
|
+
}
|
|
67862
|
+
|
|
66936
67863
|
export interface WfmActivityPlanRunJobCompleteTopicActivityPlanJobCompleteNotification {
|
|
66937
67864
|
"id"?: string;
|
|
66938
67865
|
"type"?: string;
|
|
@@ -66959,7 +67886,7 @@ declare namespace Models {
|
|
|
66959
67886
|
|
|
66960
67887
|
export interface WfmActivityPlanRunJobCompleteTopicActivityPlanSessionReference {
|
|
66961
67888
|
"id"?: string;
|
|
66962
|
-
"users"?: Array<
|
|
67889
|
+
"users"?: Array<Models.WfmActivityPlanRunJobCompleteTopicUserReference>;
|
|
66963
67890
|
}
|
|
66964
67891
|
|
|
66965
67892
|
export interface WfmActivityPlanRunJobCompleteTopicErrorBody {
|
|
@@ -66969,6 +67896,10 @@ declare namespace Models {
|
|
|
66969
67896
|
"messageParams"?: { [key: string]: string; };
|
|
66970
67897
|
}
|
|
66971
67898
|
|
|
67899
|
+
export interface WfmActivityPlanRunJobCompleteTopicUserReference {
|
|
67900
|
+
"id"?: string;
|
|
67901
|
+
}
|
|
67902
|
+
|
|
66972
67903
|
export interface WfmAdherenceExplanationJobCompleteTopicAdherenceExplanationChangedNotification {
|
|
66973
67904
|
"id"?: string;
|
|
66974
67905
|
"agent"?: Models.WfmAdherenceExplanationJobCompleteTopicUserReference;
|
|
@@ -67106,6 +68037,22 @@ declare namespace Models {
|
|
|
67106
68037
|
"secondaryPresenceLookupItems": Array<Models.SecondaryPresenceLookupItem>;
|
|
67107
68038
|
}
|
|
67108
68039
|
|
|
68040
|
+
export interface WfmAgentManagementUnitScheduleChangedTopicAgentMuScheduleChangedNotification {
|
|
68041
|
+
"agents"?: Array<Models.WfmAgentManagementUnitScheduleChangedTopicAgentMuUserScheduleChanged>;
|
|
68042
|
+
"visibilityRange"?: Models.WfmAgentManagementUnitScheduleChangedTopicAgentMuScheduleVisibilityRange;
|
|
68043
|
+
}
|
|
68044
|
+
|
|
68045
|
+
export interface WfmAgentManagementUnitScheduleChangedTopicAgentMuScheduleVisibilityRange {
|
|
68046
|
+
"endBusinessUnitDate"?: string;
|
|
68047
|
+
"endDate"?: string;
|
|
68048
|
+
}
|
|
68049
|
+
|
|
68050
|
+
export interface WfmAgentManagementUnitScheduleChangedTopicAgentMuUserScheduleChanged {
|
|
68051
|
+
"agentId"?: string;
|
|
68052
|
+
"startDate"?: string;
|
|
68053
|
+
"endDate"?: string;
|
|
68054
|
+
}
|
|
68055
|
+
|
|
67109
68056
|
export interface WfmAgentMuScheduleSearchCompleteTopicAgentMuScheduleSearchCompleteNotification {
|
|
67110
68057
|
"operationId"?: string;
|
|
67111
68058
|
"status"?: string;
|
|
@@ -67130,6 +68077,12 @@ declare namespace Models {
|
|
|
67130
68077
|
"startDate"?: string;
|
|
67131
68078
|
"endDate"?: string;
|
|
67132
68079
|
"updates"?: Array<Models.WfmAgentScheduleUpdateTopicAgentScheduleShiftUpdate>;
|
|
68080
|
+
"visibilityRange"?: Models.WfmAgentScheduleUpdateTopicAgentScheduleVisibilityRange;
|
|
68081
|
+
}
|
|
68082
|
+
|
|
68083
|
+
export interface WfmAgentScheduleUpdateTopicAgentScheduleVisibilityRange {
|
|
68084
|
+
"endBusinessUnitDate"?: string;
|
|
68085
|
+
"endDate"?: string;
|
|
67133
68086
|
}
|
|
67134
68087
|
|
|
67135
68088
|
export interface WfmAgentScheduleUpdateTopicUserReference {
|
|
@@ -68434,6 +69387,9 @@ declare namespace Models {
|
|
|
68434
69387
|
"entities"?: Array<Models.WhatsAppAvailablePhoneNumberDetails>;
|
|
68435
69388
|
}
|
|
68436
69389
|
|
|
69390
|
+
export interface WhatsAppBusinessScopedId {
|
|
69391
|
+
}
|
|
69392
|
+
|
|
68437
69393
|
export interface WhatsAppCallingConfigurationRequest {
|
|
68438
69394
|
}
|
|
68439
69395
|
|
|
@@ -68469,6 +69425,8 @@ declare namespace Models {
|
|
|
68469
69425
|
export interface WhatsAppColumn {
|
|
68470
69426
|
"columnName": string;
|
|
68471
69427
|
"type": string;
|
|
69428
|
+
"contactableTimeColumnName"?: string;
|
|
69429
|
+
"contactableTimeColumn"?: string;
|
|
68472
69430
|
}
|
|
68473
69431
|
|
|
68474
69432
|
export interface WhatsAppConfig {
|
|
@@ -68484,6 +69442,11 @@ declare namespace Models {
|
|
|
68484
69442
|
"buttons"?: Array<Models.Button>;
|
|
68485
69443
|
"messageFooter"?: Models.MessageFooter;
|
|
68486
69444
|
"header"?: Models.MessageHeader;
|
|
69445
|
+
"integrationId"?: string;
|
|
69446
|
+
"category"?: string;
|
|
69447
|
+
"templateStatus"?: string;
|
|
69448
|
+
"statusInfo"?: Models.StatusInfo;
|
|
69449
|
+
"carousel"?: Models.Carousel;
|
|
68487
69450
|
}
|
|
68488
69451
|
|
|
68489
69452
|
export interface WhatsAppEmbeddedSignupIntegrationActivationRequest {
|
|
@@ -68781,6 +69744,8 @@ declare namespace Models {
|
|
|
68781
69744
|
"agentRankingType": string;
|
|
68782
69745
|
"rankingTiebreakerType": string;
|
|
68783
69746
|
"publishedDate"?: string;
|
|
69747
|
+
"bidType": string;
|
|
69748
|
+
"endOverridesAndRotations": boolean;
|
|
68784
69749
|
"workPlanFieldsVisibleToAgents": Array<string>;
|
|
68785
69750
|
"metadata"?: Models.WorkPlanBidMetadata;
|
|
68786
69751
|
"selfUri"?: string;
|