purecloud-platform-client-v2 252.1.0 → 254.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 +1979 -556
- package/dist/web-amd/purecloud-platform-client-v2.js +1979 -556
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +686 -393
- package/dist/web-cjs/purecloud-platform-client-v2.js +686 -393
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1094 -117
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +3 -2
- 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 +3 -2
- package/src/purecloud-platform-client-v2/api/AssistantCopilotVariationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BackgroundAssistantApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +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 +1 -1
- 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 +122 -11
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +42 -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 +333 -158
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +268 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -47
- 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 +481 -43
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -193,12 +193,12 @@ declare namespace AIStudioApi {
|
|
|
193
193
|
"customHeaders"?: Record<string, string>;
|
|
194
194
|
}
|
|
195
195
|
export interface getConversationsSummariesSettingsOptions {
|
|
196
|
-
"language"?: string;
|
|
197
|
-
"name"?: string;
|
|
198
|
-
"sortBy"?: string;
|
|
199
|
-
"sortOrder"?: string;
|
|
200
196
|
"pageNumber"?: number;
|
|
201
197
|
"pageSize"?: number;
|
|
198
|
+
"name"?: string;
|
|
199
|
+
"sortOrder"?: string;
|
|
200
|
+
"language"?: string;
|
|
201
|
+
"sortBy"?: string;
|
|
202
202
|
"customHeaders"?: Record<string, string>;
|
|
203
203
|
}
|
|
204
204
|
export interface getGuideOptions {
|
|
@@ -343,6 +343,7 @@ declare namespace AgentAssistantsApi {
|
|
|
343
343
|
"language"?: string;
|
|
344
344
|
"sortOrder"?: string;
|
|
345
345
|
"sortBy"?: string;
|
|
346
|
+
"agentChecklistIds"?: Array<string>;
|
|
346
347
|
"customHeaders"?: Record<string, string>;
|
|
347
348
|
}
|
|
348
349
|
export interface getAssistantsAgentchecklistsLanguagesOptions {
|
|
@@ -1950,6 +1951,7 @@ declare namespace ArchitectApi {
|
|
|
1950
1951
|
"customHeaders"?: Record<string, string>;
|
|
1951
1952
|
}
|
|
1952
1953
|
export interface postFlowsJobsOptions {
|
|
1954
|
+
"body"?: object;
|
|
1953
1955
|
"customHeaders"?: Record<string, string>;
|
|
1954
1956
|
}
|
|
1955
1957
|
export interface postFlowsMilestonesOptions {
|
|
@@ -2467,10 +2469,16 @@ declare namespace BillingApi {
|
|
|
2467
2469
|
declare class BusinessRulesApi {
|
|
2468
2470
|
constructor(apiClient?: ApiClientClass);
|
|
2469
2471
|
deleteBusinessrulesDecisiontable(tableId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableOptions): Promise<void>;
|
|
2472
|
+
deleteBusinessrulesDecisiontableExport(tableId: string, exportJobId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableExportOptions): Promise<void>;
|
|
2473
|
+
deleteBusinessrulesDecisiontableImport(tableId: string, importJobId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableImportOptions): Promise<void>;
|
|
2470
2474
|
deleteBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableVersionOptions): Promise<void>;
|
|
2471
2475
|
deleteBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableVersionRowOptions): Promise<void>;
|
|
2472
2476
|
deleteBusinessrulesSchema(schemaId: string, opts?: BusinessRulesApi.deleteBusinessrulesSchemaOptions): Promise<void>;
|
|
2473
2477
|
getBusinessrulesDecisiontable(tableId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableOptions): Promise<Models.DecisionTable>;
|
|
2478
|
+
getBusinessrulesDecisiontableExport(tableId: string, exportJobId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableExportOptions): Promise<Models.DecisionTableExportJob>;
|
|
2479
|
+
getBusinessrulesDecisiontableExports(tableId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableExportsOptions): Promise<Models.DecisionTableExportJobListing>;
|
|
2480
|
+
getBusinessrulesDecisiontableImport(tableId: string, importJobId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableImportOptions): Promise<Models.DecisionTableImportJob>;
|
|
2481
|
+
getBusinessrulesDecisiontableImports(tableId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableImportsOptions): Promise<Models.DecisionTableImportJobListing>;
|
|
2474
2482
|
getBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionOptions): Promise<Models.DecisionTableVersion>;
|
|
2475
2483
|
getBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionRowOptions): Promise<Models.DecisionTableRow>;
|
|
2476
2484
|
getBusinessrulesDecisiontableVersionRows(tableId: string, tableVersion: number, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionRowsOptions): Promise<Models.DecisionTableRowListing>;
|
|
@@ -2482,11 +2490,17 @@ declare class BusinessRulesApi {
|
|
|
2482
2490
|
getBusinessrulesSchemasCoretype(coreTypeName: string, opts?: BusinessRulesApi.getBusinessrulesSchemasCoretypeOptions): Promise<Models.Coretype>;
|
|
2483
2491
|
getBusinessrulesSchemasCoretypes(opts?: BusinessRulesApi.getBusinessrulesSchemasCoretypesOptions): Promise<Models.CoretypeListing>;
|
|
2484
2492
|
patchBusinessrulesDecisiontable(tableId: string, body: Models.UpdateDecisionTableRequest, opts?: BusinessRulesApi.patchBusinessrulesDecisiontableOptions): Promise<Models.DecisionTable>;
|
|
2493
|
+
patchBusinessrulesDecisiontableImport(tableId: string, importJobId: string, body: Models.UpdateDecisionTableImportJobRequest, opts?: BusinessRulesApi.patchBusinessrulesDecisiontableImportOptions): Promise<Models.DecisionTableImportJob>;
|
|
2485
2494
|
patchBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, body: Models.UpdateDecisionTableVersionRequest, opts?: BusinessRulesApi.patchBusinessrulesDecisiontableVersionOptions): Promise<Models.DecisionTableVersion>;
|
|
2486
2495
|
postBusinessrulesDecisiontableExecute(tableId: string, body: Models.DecisionTableExecutionRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableExecuteOptions): Promise<Models.DecisionTableExecutionResponse>;
|
|
2496
|
+
postBusinessrulesDecisiontableExports(tableId: string, body: Models.DecisionTableExportJobRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableExportsOptions): Promise<Models.DecisionTableExportJob>;
|
|
2497
|
+
postBusinessrulesDecisiontableImports(tableId: string, body: Models.CreateDecisionTableImportJobRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableImportsOptions): Promise<Models.DecisionTableImportJob>;
|
|
2487
2498
|
postBusinessrulesDecisiontableVersionCopy(tableId: string, tableVersion: number, body: Models.CopyDecisionTableRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionCopyOptions): Promise<Models.DecisionTableVersion>;
|
|
2488
2499
|
postBusinessrulesDecisiontableVersionExecute(tableId: string, tableVersion: number, body: Models.DecisionTableExecutionRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionExecuteOptions): Promise<Models.DecisionTableExecutionResponse>;
|
|
2489
2500
|
postBusinessrulesDecisiontableVersionRows(tableId: string, tableVersion: number, body: Models.CreateDecisionTableRowRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsOptions): Promise<Models.DecisionTableRow>;
|
|
2501
|
+
postBusinessrulesDecisiontableVersionRowsBulkAdd(tableId: string, tableVersion: number, body: Models.BulkAddDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsBulkAddOptions): Promise<Models.BulkAddDecisionTableRowsResponse>;
|
|
2502
|
+
postBusinessrulesDecisiontableVersionRowsBulkRemove(tableId: string, tableVersion: number, body: Models.BulkDeleteDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsBulkRemoveOptions): Promise<void>;
|
|
2503
|
+
postBusinessrulesDecisiontableVersionRowsBulkUpdate(tableId: string, tableVersion: number, body: Models.BulkUpdateDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsBulkUpdateOptions): Promise<Models.BulkUpdateDecisionTableRowsResponse>;
|
|
2490
2504
|
postBusinessrulesDecisiontableVersionRowsSearch(tableId: string, tableVersion: number, body: Models.SearchDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsSearchOptions): Promise<Models.DecisionTableRowListing>;
|
|
2491
2505
|
postBusinessrulesDecisiontableVersionSync(tableId: string, tableVersion: number, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionSyncOptions): Promise<Models.DecisionTableVersion>;
|
|
2492
2506
|
postBusinessrulesDecisiontableVersions(tableId: string, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionsOptions): Promise<Models.DecisionTableVersion>;
|
|
@@ -2502,6 +2516,12 @@ declare namespace BusinessRulesApi {
|
|
|
2502
2516
|
"forceDelete"?: boolean;
|
|
2503
2517
|
"customHeaders"?: Record<string, string>;
|
|
2504
2518
|
}
|
|
2519
|
+
export interface deleteBusinessrulesDecisiontableExportOptions {
|
|
2520
|
+
"customHeaders"?: Record<string, string>;
|
|
2521
|
+
}
|
|
2522
|
+
export interface deleteBusinessrulesDecisiontableImportOptions {
|
|
2523
|
+
"customHeaders"?: Record<string, string>;
|
|
2524
|
+
}
|
|
2505
2525
|
export interface deleteBusinessrulesDecisiontableVersionOptions {
|
|
2506
2526
|
"customHeaders"?: Record<string, string>;
|
|
2507
2527
|
}
|
|
@@ -2514,6 +2534,22 @@ declare namespace BusinessRulesApi {
|
|
|
2514
2534
|
export interface getBusinessrulesDecisiontableOptions {
|
|
2515
2535
|
"customHeaders"?: Record<string, string>;
|
|
2516
2536
|
}
|
|
2537
|
+
export interface getBusinessrulesDecisiontableExportOptions {
|
|
2538
|
+
"customHeaders"?: Record<string, string>;
|
|
2539
|
+
}
|
|
2540
|
+
export interface getBusinessrulesDecisiontableExportsOptions {
|
|
2541
|
+
"after"?: string;
|
|
2542
|
+
"pageSize"?: string;
|
|
2543
|
+
"customHeaders"?: Record<string, string>;
|
|
2544
|
+
}
|
|
2545
|
+
export interface getBusinessrulesDecisiontableImportOptions {
|
|
2546
|
+
"customHeaders"?: Record<string, string>;
|
|
2547
|
+
}
|
|
2548
|
+
export interface getBusinessrulesDecisiontableImportsOptions {
|
|
2549
|
+
"after"?: string;
|
|
2550
|
+
"pageSize"?: string;
|
|
2551
|
+
"customHeaders"?: Record<string, string>;
|
|
2552
|
+
}
|
|
2517
2553
|
export interface getBusinessrulesDecisiontableVersionOptions {
|
|
2518
2554
|
"customHeaders"?: Record<string, string>;
|
|
2519
2555
|
}
|
|
@@ -2562,12 +2598,21 @@ declare namespace BusinessRulesApi {
|
|
|
2562
2598
|
export interface patchBusinessrulesDecisiontableOptions {
|
|
2563
2599
|
"customHeaders"?: Record<string, string>;
|
|
2564
2600
|
}
|
|
2601
|
+
export interface patchBusinessrulesDecisiontableImportOptions {
|
|
2602
|
+
"customHeaders"?: Record<string, string>;
|
|
2603
|
+
}
|
|
2565
2604
|
export interface patchBusinessrulesDecisiontableVersionOptions {
|
|
2566
2605
|
"customHeaders"?: Record<string, string>;
|
|
2567
2606
|
}
|
|
2568
2607
|
export interface postBusinessrulesDecisiontableExecuteOptions {
|
|
2569
2608
|
"customHeaders"?: Record<string, string>;
|
|
2570
2609
|
}
|
|
2610
|
+
export interface postBusinessrulesDecisiontableExportsOptions {
|
|
2611
|
+
"customHeaders"?: Record<string, string>;
|
|
2612
|
+
}
|
|
2613
|
+
export interface postBusinessrulesDecisiontableImportsOptions {
|
|
2614
|
+
"customHeaders"?: Record<string, string>;
|
|
2615
|
+
}
|
|
2571
2616
|
export interface postBusinessrulesDecisiontableVersionCopyOptions {
|
|
2572
2617
|
"customHeaders"?: Record<string, string>;
|
|
2573
2618
|
}
|
|
@@ -2577,6 +2622,15 @@ declare namespace BusinessRulesApi {
|
|
|
2577
2622
|
export interface postBusinessrulesDecisiontableVersionRowsOptions {
|
|
2578
2623
|
"customHeaders"?: Record<string, string>;
|
|
2579
2624
|
}
|
|
2625
|
+
export interface postBusinessrulesDecisiontableVersionRowsBulkAddOptions {
|
|
2626
|
+
"customHeaders"?: Record<string, string>;
|
|
2627
|
+
}
|
|
2628
|
+
export interface postBusinessrulesDecisiontableVersionRowsBulkRemoveOptions {
|
|
2629
|
+
"customHeaders"?: Record<string, string>;
|
|
2630
|
+
}
|
|
2631
|
+
export interface postBusinessrulesDecisiontableVersionRowsBulkUpdateOptions {
|
|
2632
|
+
"customHeaders"?: Record<string, string>;
|
|
2633
|
+
}
|
|
2580
2634
|
export interface postBusinessrulesDecisiontableVersionRowsSearchOptions {
|
|
2581
2635
|
"pageNumber"?: string;
|
|
2582
2636
|
"pageSize"?: string;
|
|
@@ -2625,6 +2679,7 @@ declare class CaseManagementApi {
|
|
|
2625
2679
|
constructor(apiClient?: ApiClientClass);
|
|
2626
2680
|
deleteCasemanagementCase(caseId: string, opts?: CaseManagementApi.deleteCasemanagementCaseOptions): Promise<object>;
|
|
2627
2681
|
deleteCasemanagementCaseplan(caseplanId: string, opts?: CaseManagementApi.deleteCasemanagementCaseplanOptions): Promise<object>;
|
|
2682
|
+
deleteCasemanagementCaseplanDataschema(caseplanId: string, schemaKeyName: string, opts?: CaseManagementApi.deleteCasemanagementCaseplanDataschemaOptions): Promise<object>;
|
|
2628
2683
|
getCasemanagementCase(caseId: string, opts?: CaseManagementApi.getCasemanagementCaseOptions): Promise<Models.Case>;
|
|
2629
2684
|
getCasemanagementCaseAssociation(caseId: string, associationId: string, opts?: CaseManagementApi.getCasemanagementCaseAssociationOptions): Promise<Models.CaseAssociation>;
|
|
2630
2685
|
getCasemanagementCaseAssociations(caseId: string, opts?: CaseManagementApi.getCasemanagementCaseAssociationsOptions): Promise<Models.CaseAssociationListing>;
|
|
@@ -2650,14 +2705,16 @@ declare class CaseManagementApi {
|
|
|
2650
2705
|
patchCasemanagementCaseplan(caseplanId: string, body: Models.CaseplanUpdate, opts?: CaseManagementApi.patchCasemanagementCaseplanOptions): Promise<Models.Caseplan>;
|
|
2651
2706
|
patchCasemanagementCaseplanStageplan(caseplanId: string, stageplanId: string, body: Models.StageplanUpdate, opts?: CaseManagementApi.patchCasemanagementCaseplanStageplanOptions): Promise<Models.Stageplan>;
|
|
2652
2707
|
patchCasemanagementCaseplanStageplanStepplan(caseplanId: string, stageplanId: string, stepplanId: string, body: Models.StepplanUpdate, opts?: CaseManagementApi.patchCasemanagementCaseplanStageplanStepplanOptions): Promise<Models.Stepplan>;
|
|
2653
|
-
postCasemanagementCaseAssociations(caseId: string, opts?: CaseManagementApi.postCasemanagementCaseAssociationsOptions): Promise<Models.CaseAssociation>;
|
|
2708
|
+
postCasemanagementCaseAssociations(caseId: string, body: Models.CaseAssociationCreate, opts?: CaseManagementApi.postCasemanagementCaseAssociationsOptions): Promise<Models.CaseAssociation>;
|
|
2654
2709
|
postCasemanagementCaseTerminateJobs(caseId: string, opts?: CaseManagementApi.postCasemanagementCaseTerminateJobsOptions): Promise<Models.TerminateJob>;
|
|
2710
|
+
postCasemanagementCaseplanDataschemas(caseplanId: string, body: Models.CaseplanDataSchemaRequest, opts?: CaseManagementApi.postCasemanagementCaseplanDataschemasOptions): Promise<Models.CaseplanDataSchema>;
|
|
2655
2711
|
postCasemanagementCaseplanPublish(caseplanId: string, opts?: CaseManagementApi.postCasemanagementCaseplanPublishOptions): Promise<Models.Caseplan>;
|
|
2656
2712
|
postCasemanagementCaseplanVersions(caseplanId: string, opts?: CaseManagementApi.postCasemanagementCaseplanVersionsOptions): Promise<Models.Caseplan>;
|
|
2657
2713
|
postCasemanagementCaseplans(body: Models.CaseplanCreate, opts?: CaseManagementApi.postCasemanagementCaseplansOptions): Promise<Models.CaseplanCreateResponse>;
|
|
2658
2714
|
postCasemanagementCaseplansQuery(body: Models.CaseplanQueryRequest, opts?: CaseManagementApi.postCasemanagementCaseplansQueryOptions): Promise<Models.CaseplanQueryEntityListing>;
|
|
2659
2715
|
postCasemanagementCases(body: Models.CaseCreate, opts?: CaseManagementApi.postCasemanagementCasesOptions): Promise<Models.Case>;
|
|
2660
|
-
postCasemanagementCasesAssociationsQuery(opts?: CaseManagementApi.postCasemanagementCasesAssociationsQueryOptions): Promise<Models.CaseAssociationQueryEntityListing>;
|
|
2716
|
+
postCasemanagementCasesAssociationsQuery(body: Models.CaseAssociationQuery, opts?: CaseManagementApi.postCasemanagementCasesAssociationsQueryOptions): Promise<Models.CaseAssociationQueryEntityListing>;
|
|
2717
|
+
putCasemanagementCaseplanDataschema(caseplanId: string, schemaKeyName: string, body: Models.CaseplanDataSchemaRequest, opts?: CaseManagementApi.putCasemanagementCaseplanDataschemaOptions): Promise<Models.CaseplanDataSchema>;
|
|
2661
2718
|
putCasemanagementCaseplanIntakesettings(caseplanId: string, body: Models.IntakeSettingsUpdate, opts?: CaseManagementApi.putCasemanagementCaseplanIntakesettingsOptions): Promise<Models.IntakeSettingsListing>;
|
|
2662
2719
|
}
|
|
2663
2720
|
|
|
@@ -2668,6 +2725,9 @@ declare namespace CaseManagementApi {
|
|
|
2668
2725
|
export interface deleteCasemanagementCaseplanOptions {
|
|
2669
2726
|
"customHeaders"?: Record<string, string>;
|
|
2670
2727
|
}
|
|
2728
|
+
export interface deleteCasemanagementCaseplanDataschemaOptions {
|
|
2729
|
+
"customHeaders"?: Record<string, string>;
|
|
2730
|
+
}
|
|
2671
2731
|
export interface getCasemanagementCaseOptions {
|
|
2672
2732
|
"expands"?: string;
|
|
2673
2733
|
"customHeaders"?: Record<string, string>;
|
|
@@ -2773,12 +2833,14 @@ declare namespace CaseManagementApi {
|
|
|
2773
2833
|
"customHeaders"?: Record<string, string>;
|
|
2774
2834
|
}
|
|
2775
2835
|
export interface postCasemanagementCaseAssociationsOptions {
|
|
2776
|
-
"body"?: Models.CaseAssociationCreate;
|
|
2777
2836
|
"customHeaders"?: Record<string, string>;
|
|
2778
2837
|
}
|
|
2779
2838
|
export interface postCasemanagementCaseTerminateJobsOptions {
|
|
2780
2839
|
"customHeaders"?: Record<string, string>;
|
|
2781
2840
|
}
|
|
2841
|
+
export interface postCasemanagementCaseplanDataschemasOptions {
|
|
2842
|
+
"customHeaders"?: Record<string, string>;
|
|
2843
|
+
}
|
|
2782
2844
|
export interface postCasemanagementCaseplanPublishOptions {
|
|
2783
2845
|
"customHeaders"?: Record<string, string>;
|
|
2784
2846
|
}
|
|
@@ -2795,7 +2857,9 @@ declare namespace CaseManagementApi {
|
|
|
2795
2857
|
"customHeaders"?: Record<string, string>;
|
|
2796
2858
|
}
|
|
2797
2859
|
export interface postCasemanagementCasesAssociationsQueryOptions {
|
|
2798
|
-
"
|
|
2860
|
+
"customHeaders"?: Record<string, string>;
|
|
2861
|
+
}
|
|
2862
|
+
export interface putCasemanagementCaseplanDataschemaOptions {
|
|
2799
2863
|
"customHeaders"?: Record<string, string>;
|
|
2800
2864
|
}
|
|
2801
2865
|
export interface putCasemanagementCaseplanIntakesettingsOptions {
|
|
@@ -4889,7 +4953,7 @@ declare class ExternalContactsApi {
|
|
|
4889
4953
|
getExternalcontactsContactUnresolved(contactId: string, opts?: ExternalContactsApi.getExternalcontactsContactUnresolvedOptions): Promise<Models.ExternalContact>;
|
|
4890
4954
|
getExternalcontactsContacts(opts?: ExternalContactsApi.getExternalcontactsContactsOptions): Promise<Models.ContactListing>;
|
|
4891
4955
|
getExternalcontactsContactsExport(exportId: string, opts?: ExternalContactsApi.getExternalcontactsContactsExportOptions): Promise<Models.ContactsExport>;
|
|
4892
|
-
getExternalcontactsContactsExports(opts?: ExternalContactsApi.getExternalcontactsContactsExportsOptions): Promise<Models.
|
|
4956
|
+
getExternalcontactsContactsExports(opts?: ExternalContactsApi.getExternalcontactsContactsExportsOptions): Promise<Models.ContactsExportListing>;
|
|
4893
4957
|
getExternalcontactsContactsSchema(schemaId: string, opts?: ExternalContactsApi.getExternalcontactsContactsSchemaOptions): Promise<Models.DataSchema>;
|
|
4894
4958
|
getExternalcontactsContactsSchemaVersion(schemaId: string, versionId: string, opts?: ExternalContactsApi.getExternalcontactsContactsSchemaVersionOptions): Promise<Models.DataSchema>;
|
|
4895
4959
|
getExternalcontactsContactsSchemaVersions(schemaId: string, opts?: ExternalContactsApi.getExternalcontactsContactsSchemaVersionsOptions): Promise<Models.DataSchemaListing>;
|
|
@@ -7044,6 +7108,8 @@ declare class JourneyApi {
|
|
|
7044
7108
|
getJourneyViewsDataDetails(opts?: JourneyApi.getJourneyViewsDataDetailsOptions): Promise<Models.DataRange>;
|
|
7045
7109
|
getJourneyViewsEventdefinition(eventDefinitionId: string, opts?: JourneyApi.getJourneyViewsEventdefinitionOptions): Promise<Models.JourneyEventDefinition>;
|
|
7046
7110
|
getJourneyViewsEventdefinitions(opts?: JourneyApi.getJourneyViewsEventdefinitionsOptions): Promise<Models.JourneyEventDefinitionListing>;
|
|
7111
|
+
getJourneyViewsEventdefinitionsExternal(opts?: JourneyApi.getJourneyViewsEventdefinitionsExternalOptions): Promise<Models.GetExternalEventsResponse>;
|
|
7112
|
+
getJourneyViewsEventdefinitionsExternalChanges(opts?: JourneyApi.getJourneyViewsEventdefinitionsExternalChangesOptions): Promise<Models.ExternalEventChangesResponse>;
|
|
7047
7113
|
getJourneyViewsJobs(opts?: JourneyApi.getJourneyViewsJobsOptions): Promise<Models.JourneyViewJobListing>;
|
|
7048
7114
|
getJourneyViewsJobsMe(opts?: JourneyApi.getJourneyViewsJobsMeOptions): Promise<Models.JourneyViewJobListing>;
|
|
7049
7115
|
getJourneyViewsSchedules(opts?: JourneyApi.getJourneyViewsSchedulesOptions): Promise<Models.JourneyViewScheduleListing>;
|
|
@@ -7079,6 +7145,8 @@ declare class JourneyApi {
|
|
|
7079
7145
|
putJourneyExternaleventsSchema(schemaId: string, body: Models.JourneySchemaUpdateRequest, opts?: JourneyApi.putJourneyExternaleventsSchemaOptions): Promise<Models.JourneyExternalEventsSchema>;
|
|
7080
7146
|
putJourneyViewSchedules(viewId: string, body: Models.JourneyViewSchedule, opts?: JourneyApi.putJourneyViewSchedulesOptions): Promise<Models.JourneyViewSchedule>;
|
|
7081
7147
|
putJourneyViewVersion(viewId: string, versionId: string, body: Models.JourneyView, opts?: JourneyApi.putJourneyViewVersionOptions): Promise<Models.JourneyView>;
|
|
7148
|
+
putJourneyViewsEventdefinition(eventDefinitionId: string, opts?: JourneyApi.putJourneyViewsEventdefinitionOptions): Promise<Models.UpdateExternalEventResponse>;
|
|
7149
|
+
putJourneyViewsEventdefinitionActivate(eventDefinitionId: string, opts?: JourneyApi.putJourneyViewsEventdefinitionActivateOptions): Promise<Models.ActivateExternalEventResponse>;
|
|
7082
7150
|
}
|
|
7083
7151
|
|
|
7084
7152
|
declare namespace JourneyApi {
|
|
@@ -7302,6 +7370,12 @@ declare namespace JourneyApi {
|
|
|
7302
7370
|
export interface getJourneyViewsEventdefinitionsOptions {
|
|
7303
7371
|
"customHeaders"?: Record<string, string>;
|
|
7304
7372
|
}
|
|
7373
|
+
export interface getJourneyViewsEventdefinitionsExternalOptions {
|
|
7374
|
+
"customHeaders"?: Record<string, string>;
|
|
7375
|
+
}
|
|
7376
|
+
export interface getJourneyViewsEventdefinitionsExternalChangesOptions {
|
|
7377
|
+
"customHeaders"?: Record<string, string>;
|
|
7378
|
+
}
|
|
7305
7379
|
export interface getJourneyViewsJobsOptions {
|
|
7306
7380
|
"pageNumber"?: number;
|
|
7307
7381
|
"pageSize"?: number;
|
|
@@ -7436,6 +7510,14 @@ declare namespace JourneyApi {
|
|
|
7436
7510
|
export interface putJourneyViewVersionOptions {
|
|
7437
7511
|
"customHeaders"?: Record<string, string>;
|
|
7438
7512
|
}
|
|
7513
|
+
export interface putJourneyViewsEventdefinitionOptions {
|
|
7514
|
+
"body"?: Models.UpdateExternalEventRequest;
|
|
7515
|
+
"customHeaders"?: Record<string, string>;
|
|
7516
|
+
}
|
|
7517
|
+
export interface putJourneyViewsEventdefinitionActivateOptions {
|
|
7518
|
+
"body"?: Models.ActivateExternalEventRequest;
|
|
7519
|
+
"customHeaders"?: Record<string, string>;
|
|
7520
|
+
}
|
|
7439
7521
|
}
|
|
7440
7522
|
|
|
7441
7523
|
declare class KnowledgeApi {
|
|
@@ -7473,6 +7555,7 @@ declare class KnowledgeApi {
|
|
|
7473
7555
|
getKnowledgeKnowledgebaseDocumentVersionVariations(knowledgeBaseId: string, documentId: string, versionId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariationsOptions): Promise<Models.KnowledgeDocumentVersionVariationListing>;
|
|
7474
7556
|
getKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionsOptions): Promise<Models.KnowledgeDocumentVersionListing>;
|
|
7475
7557
|
getKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentsOptions): Promise<Models.KnowledgeDocumentResponseListing>;
|
|
7558
|
+
getKnowledgeKnowledgebaseDocumentsFeedback(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentsFeedbackOptions): Promise<Models.KnowledgeDocumentFeedbackResponseListing>;
|
|
7476
7559
|
getKnowledgeKnowledgebaseExportJob(knowledgeBaseId: string, exportJobId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseExportJobOptions): Promise<Models.KnowledgeExportJobResponse>;
|
|
7477
7560
|
getKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseImportJobOptions): Promise<Models.KnowledgeImportJobResponse>;
|
|
7478
7561
|
getKnowledgeKnowledgebaseLabel(knowledgeBaseId: string, labelId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLabelOptions): Promise<Models.LabelResponse>;
|
|
@@ -7725,6 +7808,20 @@ declare namespace KnowledgeApi {
|
|
|
7725
7808
|
"externalIds"?: Array<string>;
|
|
7726
7809
|
"customHeaders"?: Record<string, string>;
|
|
7727
7810
|
}
|
|
7811
|
+
export interface getKnowledgeKnowledgebaseDocumentsFeedbackOptions {
|
|
7812
|
+
"before"?: string;
|
|
7813
|
+
"after"?: string;
|
|
7814
|
+
"pageSize"?: string;
|
|
7815
|
+
"onlyCommented"?: boolean;
|
|
7816
|
+
"documentVersionId"?: string;
|
|
7817
|
+
"documentVariationId"?: string;
|
|
7818
|
+
"appType"?: string;
|
|
7819
|
+
"queryType"?: string;
|
|
7820
|
+
"userId"?: string;
|
|
7821
|
+
"queueId"?: string;
|
|
7822
|
+
"state"?: string;
|
|
7823
|
+
"customHeaders"?: Record<string, string>;
|
|
7824
|
+
}
|
|
7728
7825
|
export interface getKnowledgeKnowledgebaseExportJobOptions {
|
|
7729
7826
|
"customHeaders"?: Record<string, string>;
|
|
7730
7827
|
}
|
|
@@ -11238,6 +11335,7 @@ declare class RoutingApi {
|
|
|
11238
11335
|
deleteRoutingEmailDomain(domainId: string, opts?: RoutingApi.deleteRoutingEmailDomainOptions): Promise<void>;
|
|
11239
11336
|
deleteRoutingEmailDomainRoute(domainName: string, routeId: string, opts?: RoutingApi.deleteRoutingEmailDomainRouteOptions): Promise<void>;
|
|
11240
11337
|
deleteRoutingEmailOutboundDomain(domainId: string, opts?: RoutingApi.deleteRoutingEmailOutboundDomainOptions): Promise<void>;
|
|
11338
|
+
deleteRoutingEmailSettingEmailSettingId(emailSettingId: string, opts?: RoutingApi.deleteRoutingEmailSettingEmailSettingIdOptions): Promise<void>;
|
|
11241
11339
|
deleteRoutingLanguage(languageId: string, opts?: RoutingApi.deleteRoutingLanguageOptions): Promise<void>;
|
|
11242
11340
|
deleteRoutingPredictor(predictorId: string, opts?: RoutingApi.deleteRoutingPredictorOptions): Promise<void>;
|
|
11243
11341
|
deleteRoutingPredictorsKeyperformanceindicator(kpiId: string, opts?: RoutingApi.deleteRoutingPredictorsKeyperformanceindicatorOptions): Promise<void>;
|
|
@@ -11247,6 +11345,8 @@ declare class RoutingApi {
|
|
|
11247
11345
|
deleteRoutingQueueWrapupcode(queueId: string, codeId: string, opts?: RoutingApi.deleteRoutingQueueWrapupcodeOptions): Promise<void>;
|
|
11248
11346
|
deleteRoutingSettings(opts?: RoutingApi.deleteRoutingSettingsOptions): Promise<void>;
|
|
11249
11347
|
deleteRoutingSkill(skillId: string, opts?: RoutingApi.deleteRoutingSkillOptions): Promise<void>;
|
|
11348
|
+
deleteRoutingSkillexpression(expressionId: string, opts?: RoutingApi.deleteRoutingSkillexpressionOptions): Promise<void>;
|
|
11349
|
+
deleteRoutingSkillexpressions(opts?: RoutingApi.deleteRoutingSkillexpressionsOptions): Promise<void>;
|
|
11250
11350
|
deleteRoutingSkillgroup(skillGroupId: string, opts?: RoutingApi.deleteRoutingSkillgroupOptions): Promise<void>;
|
|
11251
11351
|
deleteRoutingSmsAddress(addressId: string, opts?: RoutingApi.deleteRoutingSmsAddressOptions): Promise<void>;
|
|
11252
11352
|
deleteRoutingSmsPhonenumber(phoneNumberId: string, opts?: RoutingApi.deleteRoutingSmsPhonenumberOptions): Promise<void>;
|
|
@@ -11254,7 +11354,6 @@ declare class RoutingApi {
|
|
|
11254
11354
|
deleteRoutingUserUtilization(userId: string, opts?: RoutingApi.deleteRoutingUserUtilizationOptions): Promise<void>;
|
|
11255
11355
|
deleteRoutingUtilization(opts?: RoutingApi.deleteRoutingUtilizationOptions): Promise<void>;
|
|
11256
11356
|
deleteRoutingUtilizationLabel(labelId: string, opts?: RoutingApi.deleteRoutingUtilizationLabelOptions): Promise<void>;
|
|
11257
|
-
deleteRoutingUtilizationTag(tagId: string, opts?: RoutingApi.deleteRoutingUtilizationTagOptions): Promise<void>;
|
|
11258
11357
|
deleteRoutingWrapupcode(codeId: string, opts?: RoutingApi.deleteRoutingWrapupcodeOptions): Promise<void>;
|
|
11259
11358
|
deleteUserRoutinglanguage(userId: string, languageId: string, opts?: RoutingApi.deleteUserRoutinglanguageOptions): Promise<void>;
|
|
11260
11359
|
deleteUserRoutingskill(userId: string, skillId: string, opts?: RoutingApi.deleteUserRoutingskillOptions): Promise<void>;
|
|
@@ -11275,6 +11374,8 @@ declare class RoutingApi {
|
|
|
11275
11374
|
getRoutingEmailOutboundDomain(domainId: string, opts?: RoutingApi.getRoutingEmailOutboundDomainOptions): Promise<Models.OutboundDomain>;
|
|
11276
11375
|
getRoutingEmailOutboundDomainActivation(domainId: string, opts?: RoutingApi.getRoutingEmailOutboundDomainActivationOptions): Promise<Models.EmailOutboundDomainResult>;
|
|
11277
11376
|
getRoutingEmailOutboundDomains(opts?: RoutingApi.getRoutingEmailOutboundDomainsOptions): Promise<Models.OutboundDomainEntityListing>;
|
|
11377
|
+
getRoutingEmailSetting(opts?: RoutingApi.getRoutingEmailSettingOptions): Promise<Models.EmailSettingEntityListing>;
|
|
11378
|
+
getRoutingEmailSettingEmailSettingId(emailSettingId: string, opts?: RoutingApi.getRoutingEmailSettingEmailSettingIdOptions): Promise<Models.EmailSetting>;
|
|
11278
11379
|
getRoutingEmailSetup(opts?: RoutingApi.getRoutingEmailSetupOptions): Promise<Models.EmailSetup>;
|
|
11279
11380
|
getRoutingLanguage(languageId: string, opts?: RoutingApi.getRoutingLanguageOptions): Promise<Models.Language>;
|
|
11280
11381
|
getRoutingLanguages(opts?: RoutingApi.getRoutingLanguagesOptions): Promise<Models.LanguageEntityListing>;
|
|
@@ -11305,6 +11406,9 @@ declare class RoutingApi {
|
|
|
11305
11406
|
getRoutingSettingsContactcenter(opts?: RoutingApi.getRoutingSettingsContactcenterOptions): Promise<Models.ContactCenterSettings>;
|
|
11306
11407
|
getRoutingSettingsTranscription(opts?: RoutingApi.getRoutingSettingsTranscriptionOptions): Promise<Models.TranscriptionSettings>;
|
|
11307
11408
|
getRoutingSkill(skillId: string, opts?: RoutingApi.getRoutingSkillOptions): Promise<Models.RoutingSkill>;
|
|
11409
|
+
getRoutingSkillexpression(expressionId: string, opts?: RoutingApi.getRoutingSkillexpressionOptions): Promise<Models.SkillExpression>;
|
|
11410
|
+
getRoutingSkillexpressions(opts?: RoutingApi.getRoutingSkillexpressionsOptions): Promise<Models.SkillExpressionEntityListing>;
|
|
11411
|
+
getRoutingSkillexpressionsQueueQueueId(queueId: string, opts?: RoutingApi.getRoutingSkillexpressionsQueueQueueIdOptions): Promise<Models.SkillExpressionEntityListing>;
|
|
11308
11412
|
getRoutingSkillgroup(skillGroupId: string, opts?: RoutingApi.getRoutingSkillgroupOptions): Promise<Models.SkillGroup>;
|
|
11309
11413
|
getRoutingSkillgroupMembers(skillGroupId: string, opts?: RoutingApi.getRoutingSkillgroupMembersOptions): Promise<Models.SkillGroupMemberEntityListing>;
|
|
11310
11414
|
getRoutingSkillgroupMembersDivisions(skillGroupId: string, opts?: RoutingApi.getRoutingSkillgroupMembersDivisionsOptions): Promise<Models.SkillGroupMemberDivisionList>;
|
|
@@ -11322,9 +11426,6 @@ declare class RoutingApi {
|
|
|
11322
11426
|
getRoutingUtilizationLabel(labelId: string, opts?: RoutingApi.getRoutingUtilizationLabelOptions): Promise<Models.UtilizationLabel>;
|
|
11323
11427
|
getRoutingUtilizationLabelAgents(labelId: string, opts?: RoutingApi.getRoutingUtilizationLabelAgentsOptions): Promise<Array<object>>;
|
|
11324
11428
|
getRoutingUtilizationLabels(opts?: RoutingApi.getRoutingUtilizationLabelsOptions): Promise<Models.UtilizationLabelEntityListing>;
|
|
11325
|
-
getRoutingUtilizationTag(tagId: string, opts?: RoutingApi.getRoutingUtilizationTagOptions): Promise<Models.UtilizationTag>;
|
|
11326
|
-
getRoutingUtilizationTagAgents(tagId: string, opts?: RoutingApi.getRoutingUtilizationTagAgentsOptions): Promise<Array<object>>;
|
|
11327
|
-
getRoutingUtilizationTags(opts?: RoutingApi.getRoutingUtilizationTagsOptions): Promise<Models.UtilizationTagEntityListing>;
|
|
11328
11429
|
getRoutingWrapupcode(codeId: string, opts?: RoutingApi.getRoutingWrapupcodeOptions): Promise<Models.WrapupCode>;
|
|
11329
11430
|
getRoutingWrapupcodes(opts?: RoutingApi.getRoutingWrapupcodesOptions): Promise<Models.WrapupCodeEntityListing>;
|
|
11330
11431
|
getRoutingWrapupcodesDivisionview(codeId: string, opts?: RoutingApi.getRoutingWrapupcodesDivisionviewOptions): Promise<Models.WrapupCode>;
|
|
@@ -11337,6 +11438,7 @@ declare class RoutingApi {
|
|
|
11337
11438
|
patchRoutingEmailDomain(domainId: string, body: Models.InboundDomainPatchRequest, opts?: RoutingApi.patchRoutingEmailDomainOptions): Promise<Models.InboundDomain>;
|
|
11338
11439
|
patchRoutingEmailDomainValidate(domainId: string, body: Models.InboundDomainPatchRequest, opts?: RoutingApi.patchRoutingEmailDomainValidateOptions): Promise<Models.InboundDomain>;
|
|
11339
11440
|
patchRoutingEmailOutboundDomain(domainId: string, body: Models.OutboundDomainPatchRequest, opts?: RoutingApi.patchRoutingEmailOutboundDomainOptions): Promise<Models.OutboundDomain>;
|
|
11441
|
+
patchRoutingEmailSettingEmailSettingId(emailSettingId: string, body: Models.EmailSetting, opts?: RoutingApi.patchRoutingEmailSettingEmailSettingIdOptions): Promise<Models.EmailSetting>;
|
|
11340
11442
|
patchRoutingPredictor(predictorId: string, opts?: RoutingApi.patchRoutingPredictorOptions): Promise<Models.Predictor>;
|
|
11341
11443
|
patchRoutingPredictorsKeyperformanceindicator(kpiId: string, opts?: RoutingApi.patchRoutingPredictorsKeyperformanceindicatorOptions): Promise<Models.KeyPerformanceIndicator>;
|
|
11342
11444
|
patchRoutingQueueMember(queueId: string, memberId: string, body: Models.QueueMember, opts?: RoutingApi.patchRoutingQueueMemberOptions): Promise<void>;
|
|
@@ -11366,6 +11468,7 @@ declare class RoutingApi {
|
|
|
11366
11468
|
postRoutingEmailOutboundDomainTestconnection(domainId: string, opts?: RoutingApi.postRoutingEmailOutboundDomainTestconnectionOptions): Promise<Models.TestMessage>;
|
|
11367
11469
|
postRoutingEmailOutboundDomains(body: Models.OutboundDomainCreateRequest, opts?: RoutingApi.postRoutingEmailOutboundDomainsOptions): Promise<Models.EmailOutboundDomainResult>;
|
|
11368
11470
|
postRoutingEmailOutboundDomainsSimulated(body: Models.OutboundDomainCreateRequest, opts?: RoutingApi.postRoutingEmailOutboundDomainsSimulatedOptions): Promise<Models.EmailOutboundDomainResult>;
|
|
11471
|
+
postRoutingEmailSetting(body: Models.EmailSetting, opts?: RoutingApi.postRoutingEmailSettingOptions): Promise<Models.EmailSetting>;
|
|
11369
11472
|
postRoutingLanguages(body: Models.Language, opts?: RoutingApi.postRoutingLanguagesOptions): Promise<Models.Language>;
|
|
11370
11473
|
postRoutingPredictors(opts?: RoutingApi.postRoutingPredictorsOptions): Promise<Models.Predictor>;
|
|
11371
11474
|
postRoutingPredictorsKeyperformanceindicators(body: Models.CreateKpiRequest, opts?: RoutingApi.postRoutingPredictorsKeyperformanceindicatorsOptions): Promise<Models.KeyPerformanceIndicator>;
|
|
@@ -11373,6 +11476,7 @@ declare class RoutingApi {
|
|
|
11373
11476
|
postRoutingQueueUsers(queueId: string, body: Array<Models.WritableEntity>, opts?: RoutingApi.postRoutingQueueUsersOptions): Promise<void>;
|
|
11374
11477
|
postRoutingQueueWrapupcodes(queueId: string, body: Array<Models.WrapUpCodeReference>, opts?: RoutingApi.postRoutingQueueWrapupcodesOptions): Promise<Array<Models.WrapupCode>>;
|
|
11375
11478
|
postRoutingQueues(body: Models.CreateQueueRequest, opts?: RoutingApi.postRoutingQueuesOptions): Promise<Models.Queue>;
|
|
11479
|
+
postRoutingSkillexpressionsValidate(body: Models.SkillExpressionData, opts?: RoutingApi.postRoutingSkillexpressionsValidateOptions): Promise<Models.SkillExpressionValidationResult>;
|
|
11376
11480
|
postRoutingSkillgroupMembersDivisions(skillGroupId: string, opts?: RoutingApi.postRoutingSkillgroupMembersDivisionsOptions): Promise<void>;
|
|
11377
11481
|
postRoutingSkillgroups(body: Models.SkillGroupWithMemberDivisions, opts?: RoutingApi.postRoutingSkillgroupsOptions): Promise<Models.SkillGroupWithMemberDivisions>;
|
|
11378
11482
|
postRoutingSkills(body: Models.CreateRoutingSkill, opts?: RoutingApi.postRoutingSkillsOptions): Promise<Models.RoutingSkill>;
|
|
@@ -11381,7 +11485,6 @@ declare class RoutingApi {
|
|
|
11381
11485
|
postRoutingSmsPhonenumbersAlphanumeric(body: Models.SmsAlphanumericProvision, opts?: RoutingApi.postRoutingSmsPhonenumbersAlphanumericOptions): Promise<Models.SmsPhoneNumber>;
|
|
11382
11486
|
postRoutingSmsPhonenumbersImport(body: Models.SmsPhoneNumberImport, opts?: RoutingApi.postRoutingSmsPhonenumbersImportOptions): Promise<Models.SmsPhoneNumber>;
|
|
11383
11487
|
postRoutingUtilizationLabels(body: Models.CreateUtilizationLabelRequest, opts?: RoutingApi.postRoutingUtilizationLabelsOptions): Promise<Models.UtilizationLabel>;
|
|
11384
|
-
postRoutingUtilizationTags(body: Models.CreateUtilizationTagRequest, opts?: RoutingApi.postRoutingUtilizationTagsOptions): Promise<Models.UtilizationTag>;
|
|
11385
11488
|
postRoutingWrapupcodes(body: Models.WrapupCodeRequest, opts?: RoutingApi.postRoutingWrapupcodesOptions): Promise<Models.WrapupCode>;
|
|
11386
11489
|
postUserRoutinglanguages(userId: string, body: Models.UserRoutingLanguagePost, opts?: RoutingApi.postUserRoutinglanguagesOptions): Promise<Models.UserRoutingLanguage>;
|
|
11387
11490
|
postUserRoutingskills(userId: string, body: Models.UserRoutingSkillPost, opts?: RoutingApi.postUserRoutingskillsOptions): Promise<Models.UserRoutingSkill>;
|
|
@@ -11420,6 +11523,9 @@ declare namespace RoutingApi {
|
|
|
11420
11523
|
export interface deleteRoutingEmailOutboundDomainOptions {
|
|
11421
11524
|
"customHeaders"?: Record<string, string>;
|
|
11422
11525
|
}
|
|
11526
|
+
export interface deleteRoutingEmailSettingEmailSettingIdOptions {
|
|
11527
|
+
"customHeaders"?: Record<string, string>;
|
|
11528
|
+
}
|
|
11423
11529
|
export interface deleteRoutingLanguageOptions {
|
|
11424
11530
|
"customHeaders"?: Record<string, string>;
|
|
11425
11531
|
}
|
|
@@ -11448,6 +11554,13 @@ declare namespace RoutingApi {
|
|
|
11448
11554
|
export interface deleteRoutingSkillOptions {
|
|
11449
11555
|
"customHeaders"?: Record<string, string>;
|
|
11450
11556
|
}
|
|
11557
|
+
export interface deleteRoutingSkillexpressionOptions {
|
|
11558
|
+
"customHeaders"?: Record<string, string>;
|
|
11559
|
+
}
|
|
11560
|
+
export interface deleteRoutingSkillexpressionsOptions {
|
|
11561
|
+
"id"?: Array<string>;
|
|
11562
|
+
"customHeaders"?: Record<string, string>;
|
|
11563
|
+
}
|
|
11451
11564
|
export interface deleteRoutingSkillgroupOptions {
|
|
11452
11565
|
"customHeaders"?: Record<string, string>;
|
|
11453
11566
|
}
|
|
@@ -11470,10 +11583,6 @@ declare namespace RoutingApi {
|
|
|
11470
11583
|
"forceDelete"?: boolean;
|
|
11471
11584
|
"customHeaders"?: Record<string, string>;
|
|
11472
11585
|
}
|
|
11473
|
-
export interface deleteRoutingUtilizationTagOptions {
|
|
11474
|
-
"forceDelete"?: boolean;
|
|
11475
|
-
"customHeaders"?: Record<string, string>;
|
|
11476
|
-
}
|
|
11477
11586
|
export interface deleteRoutingWrapupcodeOptions {
|
|
11478
11587
|
"customHeaders"?: Record<string, string>;
|
|
11479
11588
|
}
|
|
@@ -11556,6 +11665,14 @@ declare namespace RoutingApi {
|
|
|
11556
11665
|
"expand"?: string;
|
|
11557
11666
|
"customHeaders"?: Record<string, string>;
|
|
11558
11667
|
}
|
|
11668
|
+
export interface getRoutingEmailSettingOptions {
|
|
11669
|
+
"pageSize"?: number;
|
|
11670
|
+
"pageNumber"?: number;
|
|
11671
|
+
"customHeaders"?: Record<string, string>;
|
|
11672
|
+
}
|
|
11673
|
+
export interface getRoutingEmailSettingEmailSettingIdOptions {
|
|
11674
|
+
"customHeaders"?: Record<string, string>;
|
|
11675
|
+
}
|
|
11559
11676
|
export interface getRoutingEmailSetupOptions {
|
|
11560
11677
|
"customHeaders"?: Record<string, string>;
|
|
11561
11678
|
}
|
|
@@ -11721,6 +11838,22 @@ declare namespace RoutingApi {
|
|
|
11721
11838
|
export interface getRoutingSkillOptions {
|
|
11722
11839
|
"customHeaders"?: Record<string, string>;
|
|
11723
11840
|
}
|
|
11841
|
+
export interface getRoutingSkillexpressionOptions {
|
|
11842
|
+
"includeArchived"?: boolean;
|
|
11843
|
+
"format"?: string;
|
|
11844
|
+
"customHeaders"?: Record<string, string>;
|
|
11845
|
+
}
|
|
11846
|
+
export interface getRoutingSkillexpressionsOptions {
|
|
11847
|
+
"format"?: string;
|
|
11848
|
+
"includeArchived"?: boolean;
|
|
11849
|
+
"id"?: Array<string>;
|
|
11850
|
+
"customHeaders"?: Record<string, string>;
|
|
11851
|
+
}
|
|
11852
|
+
export interface getRoutingSkillexpressionsQueueQueueIdOptions {
|
|
11853
|
+
"format"?: string;
|
|
11854
|
+
"includeArchived"?: boolean;
|
|
11855
|
+
"customHeaders"?: Record<string, string>;
|
|
11856
|
+
}
|
|
11724
11857
|
export interface getRoutingSkillgroupOptions {
|
|
11725
11858
|
"customHeaders"?: Record<string, string>;
|
|
11726
11859
|
}
|
|
@@ -11809,19 +11942,6 @@ declare namespace RoutingApi {
|
|
|
11809
11942
|
"name"?: string;
|
|
11810
11943
|
"customHeaders"?: Record<string, string>;
|
|
11811
11944
|
}
|
|
11812
|
-
export interface getRoutingUtilizationTagOptions {
|
|
11813
|
-
"customHeaders"?: Record<string, string>;
|
|
11814
|
-
}
|
|
11815
|
-
export interface getRoutingUtilizationTagAgentsOptions {
|
|
11816
|
-
"customHeaders"?: Record<string, string>;
|
|
11817
|
-
}
|
|
11818
|
-
export interface getRoutingUtilizationTagsOptions {
|
|
11819
|
-
"pageSize"?: number;
|
|
11820
|
-
"pageNumber"?: number;
|
|
11821
|
-
"sortOrder"?: string;
|
|
11822
|
-
"name"?: string;
|
|
11823
|
-
"customHeaders"?: Record<string, string>;
|
|
11824
|
-
}
|
|
11825
11945
|
export interface getRoutingWrapupcodeOptions {
|
|
11826
11946
|
"customHeaders"?: Record<string, string>;
|
|
11827
11947
|
}
|
|
@@ -11884,6 +12004,9 @@ declare namespace RoutingApi {
|
|
|
11884
12004
|
export interface patchRoutingEmailOutboundDomainOptions {
|
|
11885
12005
|
"customHeaders"?: Record<string, string>;
|
|
11886
12006
|
}
|
|
12007
|
+
export interface patchRoutingEmailSettingEmailSettingIdOptions {
|
|
12008
|
+
"customHeaders"?: Record<string, string>;
|
|
12009
|
+
}
|
|
11887
12010
|
export interface patchRoutingPredictorOptions {
|
|
11888
12011
|
"body"?: Models.PatchPredictorRequest;
|
|
11889
12012
|
"customHeaders"?: Record<string, string>;
|
|
@@ -11980,6 +12103,9 @@ declare namespace RoutingApi {
|
|
|
11980
12103
|
export interface postRoutingEmailOutboundDomainsSimulatedOptions {
|
|
11981
12104
|
"customHeaders"?: Record<string, string>;
|
|
11982
12105
|
}
|
|
12106
|
+
export interface postRoutingEmailSettingOptions {
|
|
12107
|
+
"customHeaders"?: Record<string, string>;
|
|
12108
|
+
}
|
|
11983
12109
|
export interface postRoutingLanguagesOptions {
|
|
11984
12110
|
"customHeaders"?: Record<string, string>;
|
|
11985
12111
|
}
|
|
@@ -12004,6 +12130,9 @@ declare namespace RoutingApi {
|
|
|
12004
12130
|
export interface postRoutingQueuesOptions {
|
|
12005
12131
|
"customHeaders"?: Record<string, string>;
|
|
12006
12132
|
}
|
|
12133
|
+
export interface postRoutingSkillexpressionsValidateOptions {
|
|
12134
|
+
"customHeaders"?: Record<string, string>;
|
|
12135
|
+
}
|
|
12007
12136
|
export interface postRoutingSkillgroupMembersDivisionsOptions {
|
|
12008
12137
|
"body"?: Models.SkillGroupMemberDivisions;
|
|
12009
12138
|
"customHeaders"?: Record<string, string>;
|
|
@@ -12029,9 +12158,6 @@ declare namespace RoutingApi {
|
|
|
12029
12158
|
export interface postRoutingUtilizationLabelsOptions {
|
|
12030
12159
|
"customHeaders"?: Record<string, string>;
|
|
12031
12160
|
}
|
|
12032
|
-
export interface postRoutingUtilizationTagsOptions {
|
|
12033
|
-
"customHeaders"?: Record<string, string>;
|
|
12034
|
-
}
|
|
12035
12161
|
export interface postRoutingWrapupcodesOptions {
|
|
12036
12162
|
"customHeaders"?: Record<string, string>;
|
|
12037
12163
|
}
|
|
@@ -13653,15 +13779,24 @@ declare namespace TeamsApi {
|
|
|
13653
13779
|
|
|
13654
13780
|
declare class TelephonyApi {
|
|
13655
13781
|
constructor(apiClient?: ApiClientClass);
|
|
13782
|
+
deleteTelephonyOrganizationLinkTargetOrganizationId(targetOrganizationId: string, opts?: TelephonyApi.deleteTelephonyOrganizationLinkTargetOrganizationIdOptions): Promise<void>;
|
|
13656
13783
|
getTelephonyAgentGreetings(agentId: string, opts?: TelephonyApi.getTelephonyAgentGreetingsOptions): Promise<Models.AgentGreeting>;
|
|
13657
13784
|
getTelephonyAgentsGreetingsMe(opts?: TelephonyApi.getTelephonyAgentsGreetingsMeOptions): Promise<Models.SelfAgentGreeting>;
|
|
13658
13785
|
getTelephonyCallsMetrics(opts?: TelephonyApi.getTelephonyCallsMetricsOptions): Promise<Models.OrganizationCallMetrics>;
|
|
13659
13786
|
getTelephonyMediaregions(opts?: TelephonyApi.getTelephonyMediaregionsOptions): Promise<Models.MediaRegions>;
|
|
13787
|
+
getTelephonyNumbersRouting(opts?: TelephonyApi.getTelephonyNumbersRoutingOptions): Promise<Models.NumberRoutingListing>;
|
|
13788
|
+
getTelephonyOrganizationLink(opts?: TelephonyApi.getTelephonyOrganizationLinkOptions): Promise<Array<Models.OrganizationLinkResponse>>;
|
|
13789
|
+
getTelephonyOrganizationLinkRegions(opts?: TelephonyApi.getTelephonyOrganizationLinkRegionsOptions): Promise<Array<Models.RegionResponse>>;
|
|
13660
13790
|
getTelephonySettings(opts?: TelephonyApi.getTelephonySettingsOptions): Promise<Models.TelephonySettings>;
|
|
13661
13791
|
getTelephonySipmessagesConversation(conversationId: string, opts?: TelephonyApi.getTelephonySipmessagesConversationOptions): Promise<Models.Callmessage>;
|
|
13662
13792
|
getTelephonySipmessagesConversationHeaders(conversationId: string, opts?: TelephonyApi.getTelephonySipmessagesConversationHeadersOptions): Promise<Models.Callheader>;
|
|
13663
13793
|
getTelephonySiptraces(dateStart: string, dateEnd: string, opts?: TelephonyApi.getTelephonySiptracesOptions): Promise<Models.SipSearchResult>;
|
|
13664
13794
|
getTelephonySiptracesDownloadDownloadId(downloadId: string, opts?: TelephonyApi.getTelephonySiptracesDownloadDownloadIdOptions): Promise<Models.SignedUrlResponse>;
|
|
13795
|
+
patchTelephonyOrganizationLinkApproveRequestingOrganizationId(requestingOrganizationId: string, body: Models.OrganizationLinkApprovalRequest, opts?: TelephonyApi.patchTelephonyOrganizationLinkApproveRequestingOrganizationIdOptions): Promise<void>;
|
|
13796
|
+
postTelephonyNumbersRouting(body: Array<Models.NumberRoutingRequest>, opts?: TelephonyApi.postTelephonyNumbersRoutingOptions): Promise<void>;
|
|
13797
|
+
postTelephonyNumbersRoutingAll(body: Models.DisasterRecoveryAllRoutingRequest, opts?: TelephonyApi.postTelephonyNumbersRoutingAllOptions): Promise<void>;
|
|
13798
|
+
postTelephonyNumbersRoutingReset(body: Models.NumberRoutingResetOrganizationRequest, opts?: TelephonyApi.postTelephonyNumbersRoutingResetOptions): Promise<void>;
|
|
13799
|
+
postTelephonyOrganizationLink(body: Models.CreateOrganizationLink, opts?: TelephonyApi.postTelephonyOrganizationLinkOptions): Promise<Models.OrganizationLink>;
|
|
13665
13800
|
postTelephonySiptracesDownload(sIPSearchPublicRequest: Models.SIPSearchPublicRequest, opts?: TelephonyApi.postTelephonySiptracesDownloadOptions): Promise<Models.SipDownloadResponse>;
|
|
13666
13801
|
putTelephonyAgentGreetings(agentId: string, body: Models.AgentGreeting, opts?: TelephonyApi.putTelephonyAgentGreetingsOptions): Promise<Models.AgentGreeting>;
|
|
13667
13802
|
putTelephonyAgentsGreetingsMe(body: Models.SelfAgentGreeting, opts?: TelephonyApi.putTelephonyAgentsGreetingsMeOptions): Promise<Models.SelfAgentGreeting>;
|
|
@@ -13669,6 +13804,9 @@ declare class TelephonyApi {
|
|
|
13669
13804
|
}
|
|
13670
13805
|
|
|
13671
13806
|
declare namespace TelephonyApi {
|
|
13807
|
+
export interface deleteTelephonyOrganizationLinkTargetOrganizationIdOptions {
|
|
13808
|
+
"customHeaders"?: Record<string, string>;
|
|
13809
|
+
}
|
|
13672
13810
|
export interface getTelephonyAgentGreetingsOptions {
|
|
13673
13811
|
"customHeaders"?: Record<string, string>;
|
|
13674
13812
|
}
|
|
@@ -13682,6 +13820,22 @@ declare namespace TelephonyApi {
|
|
|
13682
13820
|
export interface getTelephonyMediaregionsOptions {
|
|
13683
13821
|
"customHeaders"?: Record<string, string>;
|
|
13684
13822
|
}
|
|
13823
|
+
export interface getTelephonyNumbersRoutingOptions {
|
|
13824
|
+
"before"?: string;
|
|
13825
|
+
"after"?: string;
|
|
13826
|
+
"pageSize"?: string;
|
|
13827
|
+
"numberId"?: string;
|
|
13828
|
+
"activeRoutingOrganizationId"?: string;
|
|
13829
|
+
"ownerOrganizationId"?: string;
|
|
13830
|
+
"status"?: string;
|
|
13831
|
+
"customHeaders"?: Record<string, string>;
|
|
13832
|
+
}
|
|
13833
|
+
export interface getTelephonyOrganizationLinkOptions {
|
|
13834
|
+
"customHeaders"?: Record<string, string>;
|
|
13835
|
+
}
|
|
13836
|
+
export interface getTelephonyOrganizationLinkRegionsOptions {
|
|
13837
|
+
"customHeaders"?: Record<string, string>;
|
|
13838
|
+
}
|
|
13685
13839
|
export interface getTelephonySettingsOptions {
|
|
13686
13840
|
"customHeaders"?: Record<string, string>;
|
|
13687
13841
|
}
|
|
@@ -13702,6 +13856,21 @@ declare namespace TelephonyApi {
|
|
|
13702
13856
|
export interface getTelephonySiptracesDownloadDownloadIdOptions {
|
|
13703
13857
|
"customHeaders"?: Record<string, string>;
|
|
13704
13858
|
}
|
|
13859
|
+
export interface patchTelephonyOrganizationLinkApproveRequestingOrganizationIdOptions {
|
|
13860
|
+
"customHeaders"?: Record<string, string>;
|
|
13861
|
+
}
|
|
13862
|
+
export interface postTelephonyNumbersRoutingOptions {
|
|
13863
|
+
"customHeaders"?: Record<string, string>;
|
|
13864
|
+
}
|
|
13865
|
+
export interface postTelephonyNumbersRoutingAllOptions {
|
|
13866
|
+
"customHeaders"?: Record<string, string>;
|
|
13867
|
+
}
|
|
13868
|
+
export interface postTelephonyNumbersRoutingResetOptions {
|
|
13869
|
+
"customHeaders"?: Record<string, string>;
|
|
13870
|
+
}
|
|
13871
|
+
export interface postTelephonyOrganizationLinkOptions {
|
|
13872
|
+
"customHeaders"?: Record<string, string>;
|
|
13873
|
+
}
|
|
13705
13874
|
export interface postTelephonySiptracesDownloadOptions {
|
|
13706
13875
|
"customHeaders"?: Record<string, string>;
|
|
13707
13876
|
}
|
|
@@ -13820,7 +13989,6 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
13820
13989
|
postTelephonyProvidersEdgesDidpools(body: Models.DIDPool, opts?: TelephonyProvidersEdgeApi.postTelephonyProvidersEdgesDidpoolsOptions): Promise<Models.DIDPool>;
|
|
13821
13990
|
postTelephonyProvidersEdgesEdgegroups(body: Models.EdgeGroup, opts?: TelephonyProvidersEdgeApi.postTelephonyProvidersEdgesEdgegroupsOptions): Promise<Models.EdgeGroup>;
|
|
13822
13991
|
postTelephonyProvidersEdgesExtensionpools(body: Models.ExtensionPool, opts?: TelephonyProvidersEdgeApi.postTelephonyProvidersEdgesExtensionpoolsOptions): Promise<Models.ExtensionPool>;
|
|
13823
|
-
postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource(conversationId: string, communicationId: string, mediaResourceId: string, body: Models.MediaStatisticsPostRequest, opts?: TelephonyProvidersEdgeApi.postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresourceOptions): Promise<Models.MediaStatistics>;
|
|
13824
13992
|
postTelephonyProvidersEdgesPhoneReboot(phoneId: string, opts?: TelephonyProvidersEdgeApi.postTelephonyProvidersEdgesPhoneRebootOptions): Promise<void>;
|
|
13825
13993
|
postTelephonyProvidersEdgesPhonebasesettings(body: Models.PhoneBase, opts?: TelephonyProvidersEdgeApi.postTelephonyProvidersEdgesPhonebasesettingsOptions): Promise<Models.PhoneBase>;
|
|
13826
13994
|
postTelephonyProvidersEdgesPhones(body: Models.Phone, opts?: TelephonyProvidersEdgeApi.postTelephonyProvidersEdgesPhonesOptions): Promise<Models.Phone>;
|
|
@@ -14293,9 +14461,6 @@ declare namespace TelephonyProvidersEdgeApi {
|
|
|
14293
14461
|
export interface postTelephonyProvidersEdgesExtensionpoolsOptions {
|
|
14294
14462
|
"customHeaders"?: Record<string, string>;
|
|
14295
14463
|
}
|
|
14296
|
-
export interface postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresourceOptions {
|
|
14297
|
-
"customHeaders"?: Record<string, string>;
|
|
14298
|
-
}
|
|
14299
14464
|
export interface postTelephonyProvidersEdgesPhoneRebootOptions {
|
|
14300
14465
|
"customHeaders"?: Record<string, string>;
|
|
14301
14466
|
}
|
|
@@ -15690,6 +15855,7 @@ declare class WorkforceManagementApi {
|
|
|
15690
15855
|
getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionIdSnapshotSnapshotId(businessUnitId: string, sessionId: string, snapshotId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionIdSnapshotSnapshotIdOptions): Promise<Models.ContinuousForecastSnapshotResponse>;
|
|
15691
15856
|
getWorkforcemanagementBusinessunitManagementunits(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitManagementunitsOptions): Promise<Models.ManagementUnitListing>;
|
|
15692
15857
|
getWorkforcemanagementBusinessunitMinimumstaffingSettings(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitMinimumstaffingSettingsOptions): Promise<Models.MinimumStaffingResponse>;
|
|
15858
|
+
getWorkforcemanagementBusinessunitOpportunity(businessUnitId: string, opportunityId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitOpportunityOptions): Promise<Models.OpportunityResultWithAgentIds>;
|
|
15693
15859
|
getWorkforcemanagementBusinessunitPlanninggroup(businessUnitId: string, planningGroupId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitPlanninggroupOptions): Promise<Models.PlanningGroup>;
|
|
15694
15860
|
getWorkforcemanagementBusinessunitPlanninggroups(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitPlanninggroupsOptions): Promise<Models.PlanningGroupList>;
|
|
15695
15861
|
getWorkforcemanagementBusinessunitSchedulerSettings(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitSchedulerSettingsOptions): Promise<Models.BuSchedulerSettingsResponse>;
|
|
@@ -15792,6 +15958,7 @@ declare class WorkforceManagementApi {
|
|
|
15792
15958
|
patchWorkforcemanagementBusinessunitAlternativeshiftsSettings(businessUnitId: string, body: Models.UpdateAlternativeShiftBuSettingsRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitAlternativeshiftsSettingsOptions): Promise<Models.AlternativeShiftBuSettingsResponse>;
|
|
15793
15959
|
patchWorkforcemanagementBusinessunitCapacityplan(businessUnitId: string, capacityPlanId: string, body: Models.UpdateCapacityPlanRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitCapacityplanOptions): Promise<Models.CapacityPlanResponse>;
|
|
15794
15960
|
patchWorkforcemanagementBusinessunitMinimumstaffingSettings(businessUnitId: string, body: Models.MinimumStaffingRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitMinimumstaffingSettingsOptions): Promise<Models.MinimumStaffingResponse>;
|
|
15961
|
+
patchWorkforcemanagementBusinessunitOpportunity(businessUnitId: string, opportunityId: string, body: Models.PatchOpportunityRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitOpportunityOptions): Promise<Models.OpportunityResult>;
|
|
15795
15962
|
patchWorkforcemanagementBusinessunitPlanninggroup(businessUnitId: string, planningGroupId: string, body: Models.UpdatePlanningGroupRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitPlanninggroupOptions): Promise<Models.PlanningGroup>;
|
|
15796
15963
|
patchWorkforcemanagementBusinessunitSchedulerSettings(businessUnitId: string, body: Models.BuSchedulerSettingsRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulerSettingsOptions): Promise<Models.BuSchedulerSettingsResponse>;
|
|
15797
15964
|
patchWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, body: Models.PatchBuScheduleRunRequest, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<void>;
|
|
@@ -15819,7 +15986,6 @@ declare class WorkforceManagementApi {
|
|
|
15819
15986
|
patchWorkforcemanagementWorkplanbidPreferences(bidId: string, body: Models.UpdateAgentWorkPlanBiddingPreference, opts?: WorkforceManagementApi.patchWorkforcemanagementWorkplanbidPreferencesOptions): Promise<Models.AgentWorkPlanBiddingPreferenceResponse>;
|
|
15820
15987
|
postWorkforcemanagementAdherenceExplanations(body: Models.AddAdherenceExplanationAgentRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAdherenceExplanationsOptions): Promise<Models.AdherenceExplanationAsyncResponse>;
|
|
15821
15988
|
postWorkforcemanagementAdherenceExplanationsQuery(body: Models.AgentQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAdherenceExplanationsQueryOptions): Promise<Models.QueryAdherenceExplanationsResponse>;
|
|
15822
|
-
postWorkforcemanagementAdherenceHistorical(opts?: WorkforceManagementApi.postWorkforcemanagementAdherenceHistoricalOptions): Promise<Models.WfmHistoricalAdherenceResponse>;
|
|
15823
15989
|
postWorkforcemanagementAdherenceHistoricalBulk(body: Models.WfmHistoricalAdherenceBulkQuery, opts?: WorkforceManagementApi.postWorkforcemanagementAdherenceHistoricalBulkOptions): Promise<Models.WfmHistoricalAdherenceBulkResponse>;
|
|
15824
15990
|
postWorkforcemanagementAgentAdherenceExplanations(agentId: string, body: Models.AddAdherenceExplanationAdminRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentAdherenceExplanationsOptions): Promise<Models.AdherenceExplanationAsyncResponse>;
|
|
15825
15991
|
postWorkforcemanagementAgentAdherenceExplanationsQuery(agentId: string, body: Models.AgentQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentAdherenceExplanationsQueryOptions): Promise<Models.AgentQueryAdherenceExplanationsResponse>;
|
|
@@ -15828,6 +15994,9 @@ declare class WorkforceManagementApi {
|
|
|
15828
15994
|
postWorkforcemanagementAgentsIntegrationsHrisQuery(body: Models.QueryAgentsIntegrationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentsIntegrationsHrisQueryOptions): Promise<Models.AgentsIntegrationsListing>;
|
|
15829
15995
|
postWorkforcemanagementAgentsMeAdherenceHistoricalJobs(opts?: WorkforceManagementApi.postWorkforcemanagementAgentsMeAdherenceHistoricalJobsOptions): Promise<Models.WfmAgentHistoricalAdherenceResponse>;
|
|
15830
15996
|
postWorkforcemanagementAgentsMePossibleworkshifts(body: Models.AgentPossibleWorkShiftsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentsMePossibleworkshiftsOptions): Promise<Models.AgentPossibleWorkShiftsResponse>;
|
|
15997
|
+
postWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkAdd(body: Models.AgentBulkAddOpportunityEnrollmentsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkAddOptions): Promise<Models.AgentBulkAddOpportunityEnrollmentsResponse>;
|
|
15998
|
+
postWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdate(body: Models.AgentBulkStatusUpdateOpportunityEnrollmentsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateOptions): Promise<Models.AgentBulkStatusUpdateOpportunityEnrollmentsResponse>;
|
|
15999
|
+
postWorkforcemanagementAgentsOpportunitiesQuery(body: Models.QueryOpportunitiesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentsOpportunitiesQueryOptions): Promise<Models.AgentQueryOpportunitiesResponse>;
|
|
15831
16000
|
postWorkforcemanagementAgentschedulesManagementunitsMine(body: Models.AgentMuScheduleQuery, opts?: WorkforceManagementApi.postWorkforcemanagementAgentschedulesManagementunitsMineOptions): Promise<Models.AgentMuQueryResponse>;
|
|
15832
16001
|
postWorkforcemanagementAgentschedulesMine(body: Models.BuGetCurrentAgentScheduleRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentschedulesMineOptions): Promise<Models.BuCurrentAgentScheduleSearchResponse>;
|
|
15833
16002
|
postWorkforcemanagementAlternativeshiftsOffersJobs(body: Models.AlternativeShiftOffersRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAlternativeshiftsOffersJobsOptions): Promise<Models.AlternativeShiftAsyncResponse>;
|
|
@@ -15847,6 +16016,14 @@ declare class WorkforceManagementApi {
|
|
|
15847
16016
|
postWorkforcemanagementBusinessunitCapacityplans(businessUnitId: string, body: Models.CapacityPlanRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplansOptions): Promise<Models.CapacityPlanResponse>;
|
|
15848
16017
|
postWorkforcemanagementBusinessunitCapacityplansBulkRemove(businessUnitId: string, body: Models.CapacityPlanDeleteRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplansBulkRemoveOptions): Promise<void>;
|
|
15849
16018
|
postWorkforcemanagementBusinessunitIntraday(businessUnitId: string, body: Models.IntradayPlanningGroupRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitIntradayOptions): Promise<Models.AsyncIntradayResponse>;
|
|
16019
|
+
postWorkforcemanagementBusinessunitOpportunitiesBulkAdd(businessUnitId: string, body: Models.BulkAddOpportunitiesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesBulkAddOptions): Promise<Models.BulkAddOpportunitiesResponse>;
|
|
16020
|
+
postWorkforcemanagementBusinessunitOpportunitiesBulkPublish(businessUnitId: string, body: Models.BulkOpportunitiesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesBulkPublishOptions): Promise<Models.BulkPublishOpportunitiesResponse>;
|
|
16021
|
+
postWorkforcemanagementBusinessunitOpportunitiesBulkRemove(businessUnitId: string, body: Models.BulkOpportunitiesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesBulkRemoveOptions): Promise<Models.BulkRemoveOpportunitiesResponse>;
|
|
16022
|
+
postWorkforcemanagementBusinessunitOpportunitiesBulkStatusesUpdate(businessUnitId: string, body: Models.BulkOpportunitiesStatusUpdateRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesBulkStatusesUpdateOptions): Promise<Models.BulkOpportunitiesStatusUpdateResponse>;
|
|
16023
|
+
postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsBulkStatusesUpdate(businessUnitId: string, body: Models.BulkOpportunityEnrollmentsStatusUpdateRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsBulkStatusesUpdateOptions): Promise<Models.BulkUpdateOpportunityEnrollmentsStatusResponse>;
|
|
16024
|
+
postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQuery(businessUnitId: string, body: Models.QueryOpportunityEnrollmentsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryOptions): Promise<Models.QueryOpportunityEnrollmentsResponse>;
|
|
16025
|
+
postWorkforcemanagementBusinessunitOpportunitiesExternalactivitiesQuery(businessUnitId: string, body: Models.BulkOpportunitiesExternalActivitiesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesExternalactivitiesQueryOptions): Promise<Models.QueryExternalActivityOpportunitiesResponse>;
|
|
16026
|
+
postWorkforcemanagementBusinessunitOpportunitiesQuery(businessUnitId: string, body: Models.QueryOpportunitiesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesQueryOptions): Promise<Models.QueryOpportunitiesResponse>;
|
|
15850
16027
|
postWorkforcemanagementBusinessunitPlanninggroups(businessUnitId: string, body: Models.CreatePlanningGroupRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitPlanninggroupsOptions): Promise<Models.PlanningGroup>;
|
|
15851
16028
|
postWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string, body: Models.CreateServiceGoalTemplate, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplatesOptions): Promise<Models.ServiceGoalTemplate>;
|
|
15852
16029
|
postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobs(businessUnitId: string, body: Models.EvaluateShiftTradeListJobRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobsOptions): Promise<Models.ShiftTradeEvaluateTradesBuJobResponse>;
|
|
@@ -16111,6 +16288,10 @@ declare namespace WorkforceManagementApi {
|
|
|
16111
16288
|
export interface getWorkforcemanagementBusinessunitMinimumstaffingSettingsOptions {
|
|
16112
16289
|
"customHeaders"?: Record<string, string>;
|
|
16113
16290
|
}
|
|
16291
|
+
export interface getWorkforcemanagementBusinessunitOpportunityOptions {
|
|
16292
|
+
"expand"?: string;
|
|
16293
|
+
"customHeaders"?: Record<string, string>;
|
|
16294
|
+
}
|
|
16114
16295
|
export interface getWorkforcemanagementBusinessunitPlanninggroupOptions {
|
|
16115
16296
|
"customHeaders"?: Record<string, string>;
|
|
16116
16297
|
}
|
|
@@ -16173,6 +16354,7 @@ declare namespace WorkforceManagementApi {
|
|
|
16173
16354
|
export interface getWorkforcemanagementBusinessunitTimeoffplansOptions {
|
|
16174
16355
|
"managementUnitId"?: string;
|
|
16175
16356
|
"forceDownloadService"?: boolean;
|
|
16357
|
+
"expand"?: Array<string>;
|
|
16176
16358
|
"customHeaders"?: Record<string, string>;
|
|
16177
16359
|
}
|
|
16178
16360
|
export interface getWorkforcemanagementBusinessunitUsersOptions {
|
|
@@ -16200,6 +16382,8 @@ declare namespace WorkforceManagementApi {
|
|
|
16200
16382
|
"customHeaders"?: Record<string, string>;
|
|
16201
16383
|
}
|
|
16202
16384
|
export interface getWorkforcemanagementBusinessunitWeekSchedulesOptions {
|
|
16385
|
+
"earliestWeekDate"?: string;
|
|
16386
|
+
"latestWeekDate"?: string;
|
|
16203
16387
|
"includeOnlyPublished"?: boolean;
|
|
16204
16388
|
"expand"?: string;
|
|
16205
16389
|
"customHeaders"?: Record<string, string>;
|
|
@@ -16461,6 +16645,9 @@ declare namespace WorkforceManagementApi {
|
|
|
16461
16645
|
export interface patchWorkforcemanagementBusinessunitMinimumstaffingSettingsOptions {
|
|
16462
16646
|
"customHeaders"?: Record<string, string>;
|
|
16463
16647
|
}
|
|
16648
|
+
export interface patchWorkforcemanagementBusinessunitOpportunityOptions {
|
|
16649
|
+
"customHeaders"?: Record<string, string>;
|
|
16650
|
+
}
|
|
16464
16651
|
export interface patchWorkforcemanagementBusinessunitPlanninggroupOptions {
|
|
16465
16652
|
"customHeaders"?: Record<string, string>;
|
|
16466
16653
|
}
|
|
@@ -16545,10 +16732,6 @@ declare namespace WorkforceManagementApi {
|
|
|
16545
16732
|
"forceDownloadService"?: boolean;
|
|
16546
16733
|
"customHeaders"?: Record<string, string>;
|
|
16547
16734
|
}
|
|
16548
|
-
export interface postWorkforcemanagementAdherenceHistoricalOptions {
|
|
16549
|
-
"body"?: Models.WfmHistoricalAdherenceQueryForUsers;
|
|
16550
|
-
"customHeaders"?: Record<string, string>;
|
|
16551
|
-
}
|
|
16552
16735
|
export interface postWorkforcemanagementAdherenceHistoricalBulkOptions {
|
|
16553
16736
|
"customHeaders"?: Record<string, string>;
|
|
16554
16737
|
}
|
|
@@ -16577,6 +16760,17 @@ declare namespace WorkforceManagementApi {
|
|
|
16577
16760
|
export interface postWorkforcemanagementAgentsMePossibleworkshiftsOptions {
|
|
16578
16761
|
"customHeaders"?: Record<string, string>;
|
|
16579
16762
|
}
|
|
16763
|
+
export interface postWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkAddOptions {
|
|
16764
|
+
"customHeaders"?: Record<string, string>;
|
|
16765
|
+
}
|
|
16766
|
+
export interface postWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateOptions {
|
|
16767
|
+
"customHeaders"?: Record<string, string>;
|
|
16768
|
+
}
|
|
16769
|
+
export interface postWorkforcemanagementAgentsOpportunitiesQueryOptions {
|
|
16770
|
+
"expand"?: string;
|
|
16771
|
+
"forceDownloadService"?: boolean;
|
|
16772
|
+
"customHeaders"?: Record<string, string>;
|
|
16773
|
+
}
|
|
16580
16774
|
export interface postWorkforcemanagementAgentschedulesManagementunitsMineOptions {
|
|
16581
16775
|
"forceAsync"?: boolean;
|
|
16582
16776
|
"forceDownloadService"?: boolean;
|
|
@@ -16642,6 +16836,33 @@ declare namespace WorkforceManagementApi {
|
|
|
16642
16836
|
"forceAsync"?: boolean;
|
|
16643
16837
|
"customHeaders"?: Record<string, string>;
|
|
16644
16838
|
}
|
|
16839
|
+
export interface postWorkforcemanagementBusinessunitOpportunitiesBulkAddOptions {
|
|
16840
|
+
"customHeaders"?: Record<string, string>;
|
|
16841
|
+
}
|
|
16842
|
+
export interface postWorkforcemanagementBusinessunitOpportunitiesBulkPublishOptions {
|
|
16843
|
+
"customHeaders"?: Record<string, string>;
|
|
16844
|
+
}
|
|
16845
|
+
export interface postWorkforcemanagementBusinessunitOpportunitiesBulkRemoveOptions {
|
|
16846
|
+
"customHeaders"?: Record<string, string>;
|
|
16847
|
+
}
|
|
16848
|
+
export interface postWorkforcemanagementBusinessunitOpportunitiesBulkStatusesUpdateOptions {
|
|
16849
|
+
"customHeaders"?: Record<string, string>;
|
|
16850
|
+
}
|
|
16851
|
+
export interface postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsBulkStatusesUpdateOptions {
|
|
16852
|
+
"customHeaders"?: Record<string, string>;
|
|
16853
|
+
}
|
|
16854
|
+
export interface postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryOptions {
|
|
16855
|
+
"expand"?: string;
|
|
16856
|
+
"forceDownloadService"?: boolean;
|
|
16857
|
+
"customHeaders"?: Record<string, string>;
|
|
16858
|
+
}
|
|
16859
|
+
export interface postWorkforcemanagementBusinessunitOpportunitiesExternalactivitiesQueryOptions {
|
|
16860
|
+
"customHeaders"?: Record<string, string>;
|
|
16861
|
+
}
|
|
16862
|
+
export interface postWorkforcemanagementBusinessunitOpportunitiesQueryOptions {
|
|
16863
|
+
"forceDownloadService"?: boolean;
|
|
16864
|
+
"customHeaders"?: Record<string, string>;
|
|
16865
|
+
}
|
|
16645
16866
|
export interface postWorkforcemanagementBusinessunitPlanninggroupsOptions {
|
|
16646
16867
|
"customHeaders"?: Record<string, string>;
|
|
16647
16868
|
}
|
|
@@ -16822,6 +17043,7 @@ declare namespace WorkforceManagementApi {
|
|
|
16822
17043
|
"customHeaders"?: Record<string, string>;
|
|
16823
17044
|
}
|
|
16824
17045
|
export interface postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateOptions {
|
|
17046
|
+
"includeOnly"?: string;
|
|
16825
17047
|
"customHeaders"?: Record<string, string>;
|
|
16826
17048
|
}
|
|
16827
17049
|
export interface postWorkforcemanagementManagementunitWeekShifttradeMatchOptions {
|
|
@@ -16902,6 +17124,7 @@ declare namespace WorkforceManagementApi {
|
|
|
16902
17124
|
"customHeaders"?: Record<string, string>;
|
|
16903
17125
|
}
|
|
16904
17126
|
export interface postWorkforcemanagementTimeoffrequestsEstimateOptions {
|
|
17127
|
+
"includeOnly"?: string;
|
|
16905
17128
|
"customHeaders"?: Record<string, string>;
|
|
16906
17129
|
}
|
|
16907
17130
|
export interface postWorkforcemanagementTimeoffrequestsIntegrationstatusQueryOptions {
|
|
@@ -17385,6 +17608,19 @@ declare namespace Models {
|
|
|
17385
17608
|
"skillsToRemove"?: Array<Models.SkillsToRemove>;
|
|
17386
17609
|
}
|
|
17387
17610
|
|
|
17611
|
+
export interface ActivateExternalEventRequest {
|
|
17612
|
+
"displayName": string;
|
|
17613
|
+
"rank": number;
|
|
17614
|
+
}
|
|
17615
|
+
|
|
17616
|
+
export interface ActivateExternalEventResponse {
|
|
17617
|
+
"schemaId"?: string;
|
|
17618
|
+
"eventName"?: string;
|
|
17619
|
+
"displayName"?: string;
|
|
17620
|
+
"rank"?: number;
|
|
17621
|
+
"activationStatus"?: string;
|
|
17622
|
+
}
|
|
17623
|
+
|
|
17388
17624
|
export interface Activation {
|
|
17389
17625
|
"type": string;
|
|
17390
17626
|
"delayInSeconds"?: number;
|
|
@@ -17467,7 +17703,7 @@ declare namespace Models {
|
|
|
17467
17703
|
}
|
|
17468
17704
|
|
|
17469
17705
|
export interface ActivityPlanListItem {
|
|
17470
|
-
"id"
|
|
17706
|
+
"id": string;
|
|
17471
17707
|
"name": string;
|
|
17472
17708
|
"managementUnits"?: Array<Models.ManagementUnitReference>;
|
|
17473
17709
|
"description": string;
|
|
@@ -17506,7 +17742,7 @@ declare namespace Models {
|
|
|
17506
17742
|
}
|
|
17507
17743
|
|
|
17508
17744
|
export interface ActivityPlanResponse {
|
|
17509
|
-
"id"
|
|
17745
|
+
"id": string;
|
|
17510
17746
|
"name": string;
|
|
17511
17747
|
"managementUnits"?: Array<Models.ManagementUnitReference>;
|
|
17512
17748
|
"description": string;
|
|
@@ -17621,6 +17857,18 @@ declare namespace Models {
|
|
|
17621
17857
|
"appointment"?: Models.CoachingAppointmentReference;
|
|
17622
17858
|
}
|
|
17623
17859
|
|
|
17860
|
+
export interface AddOpportunityBody {
|
|
17861
|
+
"startDate": string;
|
|
17862
|
+
"endDate": string;
|
|
17863
|
+
"openDate"?: string;
|
|
17864
|
+
"deadlineDate": string;
|
|
17865
|
+
"name": string;
|
|
17866
|
+
"description"?: string;
|
|
17867
|
+
"activityCodeId": string;
|
|
17868
|
+
"approvalType": string;
|
|
17869
|
+
"capacity": number;
|
|
17870
|
+
}
|
|
17871
|
+
|
|
17624
17872
|
export interface AddShiftTradeJobRequest {
|
|
17625
17873
|
"initiatingShift": Models.InitiatingShiftRequestItem;
|
|
17626
17874
|
"acceptableIntervals"?: Array<Models.RequiredDateRange>;
|
|
@@ -17946,6 +18194,10 @@ declare namespace Models {
|
|
|
17946
18194
|
"pageCount"?: number;
|
|
17947
18195
|
}
|
|
17948
18196
|
|
|
18197
|
+
export interface AgentAddOpportunityEnrollment {
|
|
18198
|
+
"opportunityId": string;
|
|
18199
|
+
}
|
|
18200
|
+
|
|
17949
18201
|
export interface AgentAdherenceDayMetrics {
|
|
17950
18202
|
"dayStartOffsetSeconds": number;
|
|
17951
18203
|
"adherenceScheduleSeconds": number;
|
|
@@ -17972,6 +18224,42 @@ declare namespace Models {
|
|
|
17972
18224
|
"overrideReason"?: string;
|
|
17973
18225
|
}
|
|
17974
18226
|
|
|
18227
|
+
export interface AgentBulkAddOpportunityEnrollment {
|
|
18228
|
+
"id"?: string;
|
|
18229
|
+
"opportunityId": string;
|
|
18230
|
+
}
|
|
18231
|
+
|
|
18232
|
+
export interface AgentBulkAddOpportunityEnrollmentResult {
|
|
18233
|
+
"status": string;
|
|
18234
|
+
"error"?: Models.BulkOpportunitiesError;
|
|
18235
|
+
"enrollment": Models.AgentBulkAddOpportunityEnrollment;
|
|
18236
|
+
}
|
|
18237
|
+
|
|
18238
|
+
export interface AgentBulkAddOpportunityEnrollmentsRequest {
|
|
18239
|
+
"enrollments": Array<Models.AgentAddOpportunityEnrollment>;
|
|
18240
|
+
}
|
|
18241
|
+
|
|
18242
|
+
export interface AgentBulkAddOpportunityEnrollmentsResponse {
|
|
18243
|
+
"results": Array<Models.AgentBulkAddOpportunityEnrollmentResult>;
|
|
18244
|
+
"errorCount": number;
|
|
18245
|
+
}
|
|
18246
|
+
|
|
18247
|
+
export interface AgentBulkStatusUpdateOpportunityEnrollmentsRequest {
|
|
18248
|
+
"enrollmentIds": Array<string>;
|
|
18249
|
+
"status": string;
|
|
18250
|
+
}
|
|
18251
|
+
|
|
18252
|
+
export interface AgentBulkStatusUpdateOpportunityEnrollmentsResponse {
|
|
18253
|
+
"results": Array<Models.BulkOpportunitiesEnrollmentResult>;
|
|
18254
|
+
"errorCount": number;
|
|
18255
|
+
}
|
|
18256
|
+
|
|
18257
|
+
export interface AgentBusinessUnitOpportunities {
|
|
18258
|
+
"id"?: string;
|
|
18259
|
+
"opportunities": Array<Models.AgentQueryOpportunityResult>;
|
|
18260
|
+
"selfUri"?: string;
|
|
18261
|
+
}
|
|
18262
|
+
|
|
17975
18263
|
export interface AgentChecklist {
|
|
17976
18264
|
"id"?: string;
|
|
17977
18265
|
"name": string;
|
|
@@ -17996,6 +18284,7 @@ declare namespace Models {
|
|
|
17996
18284
|
"name": string;
|
|
17997
18285
|
"description"?: string;
|
|
17998
18286
|
"automatedCheckEnabled"?: boolean;
|
|
18287
|
+
"exactPhraseMatch"?: boolean;
|
|
17999
18288
|
"important"?: boolean;
|
|
18000
18289
|
"selfUri"?: string;
|
|
18001
18290
|
}
|
|
@@ -18025,6 +18314,9 @@ declare namespace Models {
|
|
|
18025
18314
|
"evaluationLastModifiedDate"?: string;
|
|
18026
18315
|
"evaluationFinalizedDate"?: string;
|
|
18027
18316
|
"evaluationFinalizedWithAcwDate"?: string;
|
|
18317
|
+
"success"?: boolean;
|
|
18318
|
+
"errorCode"?: string;
|
|
18319
|
+
"errorMessage"?: string;
|
|
18028
18320
|
"selfUri"?: string;
|
|
18029
18321
|
}
|
|
18030
18322
|
|
|
@@ -18211,6 +18503,16 @@ declare namespace Models {
|
|
|
18211
18503
|
"activities": Array<Models.AgentScheduleShiftActivity>;
|
|
18212
18504
|
}
|
|
18213
18505
|
|
|
18506
|
+
export interface AgentOpportunityEnrollmentResult {
|
|
18507
|
+
"id"?: string;
|
|
18508
|
+
"status": string;
|
|
18509
|
+
"schedule"?: Models.BuScheduleReference;
|
|
18510
|
+
"systemMessageCode"?: string;
|
|
18511
|
+
"reviewNote"?: string;
|
|
18512
|
+
"denialCode"?: string;
|
|
18513
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
18514
|
+
}
|
|
18515
|
+
|
|
18214
18516
|
export interface AgentOwnedMappingPreview {
|
|
18215
18517
|
"agentOwnedColumn"?: string;
|
|
18216
18518
|
"email"?: string;
|
|
@@ -18254,6 +18556,31 @@ declare namespace Models {
|
|
|
18254
18556
|
"downloadUrl"?: string;
|
|
18255
18557
|
}
|
|
18256
18558
|
|
|
18559
|
+
export interface AgentQueryOpportunities {
|
|
18560
|
+
"nextStartDate"?: string;
|
|
18561
|
+
"businessUnits": Array<Models.AgentBusinessUnitOpportunities>;
|
|
18562
|
+
}
|
|
18563
|
+
|
|
18564
|
+
export interface AgentQueryOpportunitiesResponse {
|
|
18565
|
+
"result"?: Models.AgentQueryOpportunities;
|
|
18566
|
+
"downloadUrl"?: string;
|
|
18567
|
+
}
|
|
18568
|
+
|
|
18569
|
+
export interface AgentQueryOpportunityResult {
|
|
18570
|
+
"id"?: string;
|
|
18571
|
+
"name": string;
|
|
18572
|
+
"description"?: string;
|
|
18573
|
+
"activityCodeId": string;
|
|
18574
|
+
"startDate": string;
|
|
18575
|
+
"endDate": string;
|
|
18576
|
+
"deadlineDate": string;
|
|
18577
|
+
"status": string;
|
|
18578
|
+
"capacity": number;
|
|
18579
|
+
"enrollmentCounts": Models.PendingAndApprovedOpportunityEnrollmentCounts;
|
|
18580
|
+
"enrollment"?: Models.AgentOpportunityEnrollmentResult;
|
|
18581
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
18582
|
+
}
|
|
18583
|
+
|
|
18257
18584
|
export interface AgentQueueTimeRequest {
|
|
18258
18585
|
"agentId": string;
|
|
18259
18586
|
"startOffsetMinutes": Array<number>;
|
|
@@ -18268,7 +18595,7 @@ declare namespace Models {
|
|
|
18268
18595
|
}
|
|
18269
18596
|
|
|
18270
18597
|
export interface AgentScheduleUnavailableTime {
|
|
18271
|
-
"timeSpan": Models.
|
|
18598
|
+
"timeSpan": Models.WfmTimeSpan;
|
|
18272
18599
|
"notes"?: string;
|
|
18273
18600
|
}
|
|
18274
18601
|
|
|
@@ -18301,6 +18628,16 @@ declare namespace Models {
|
|
|
18301
18628
|
"pageCount"?: number;
|
|
18302
18629
|
}
|
|
18303
18630
|
|
|
18631
|
+
export interface AgentStateActivityCategoryCount {
|
|
18632
|
+
"activityCategory"?: string;
|
|
18633
|
+
"count"?: number;
|
|
18634
|
+
}
|
|
18635
|
+
|
|
18636
|
+
export interface AgentStateAdherenceStateCount {
|
|
18637
|
+
"adherenceState"?: string;
|
|
18638
|
+
"count"?: number;
|
|
18639
|
+
}
|
|
18640
|
+
|
|
18304
18641
|
export interface AgentStateAgentQueryClause {
|
|
18305
18642
|
"type": string;
|
|
18306
18643
|
"predicates": Array<Models.AgentStateAgentQueryPredicate>;
|
|
@@ -18472,7 +18809,7 @@ declare namespace Models {
|
|
|
18472
18809
|
}
|
|
18473
18810
|
|
|
18474
18811
|
export interface AgentWorkPlan {
|
|
18475
|
-
"id"
|
|
18812
|
+
"id": string;
|
|
18476
18813
|
"name"?: string;
|
|
18477
18814
|
"constrainWeeklyPaidTime": boolean;
|
|
18478
18815
|
"flexibleWeeklyPaidTime": boolean;
|
|
@@ -19485,6 +19822,9 @@ declare namespace Models {
|
|
|
19485
19822
|
"selfUri"?: string;
|
|
19486
19823
|
}
|
|
19487
19824
|
|
|
19825
|
+
export interface AppleInvitation {
|
|
19826
|
+
}
|
|
19827
|
+
|
|
19488
19828
|
export interface AppleOpaqueId {
|
|
19489
19829
|
"value"?: string;
|
|
19490
19830
|
}
|
|
@@ -21376,6 +21716,7 @@ declare namespace Models {
|
|
|
21376
21716
|
"daysBeforeStartToExpireFromWaitlist"?: number;
|
|
21377
21717
|
"autoPublishApprovedTimeOffRequests"?: boolean;
|
|
21378
21718
|
"restrictedActivityCodeIds"?: Array<string>;
|
|
21719
|
+
"overrideDates"?: Array<Models.OverrideDate>;
|
|
21379
21720
|
"hrisTimeOffType"?: Models.HrisTimeOffType;
|
|
21380
21721
|
"enabled"?: boolean;
|
|
21381
21722
|
"countAgainstTimeOffLimits"?: boolean;
|
|
@@ -21853,6 +22194,7 @@ declare namespace Models {
|
|
|
21853
22194
|
"daysBeforeStartToExpireFromWaitlist": number;
|
|
21854
22195
|
"autoPublishApprovedTimeOffRequests"?: boolean;
|
|
21855
22196
|
"restrictedActivityCodes"?: Models.ActivityCodesReference;
|
|
22197
|
+
"overrideDates"?: Array<Models.OverrideDate>;
|
|
21856
22198
|
"hrisTimeOffType"?: Models.HrisTimeOffType;
|
|
21857
22199
|
"enabled": boolean;
|
|
21858
22200
|
"countAgainstTimeOffLimits": boolean;
|
|
@@ -21891,6 +22233,7 @@ declare namespace Models {
|
|
|
21891
22233
|
"daysBeforeStartToExpireFromWaitlist"?: number;
|
|
21892
22234
|
"autoPublishApprovedTimeOffRequests"?: boolean;
|
|
21893
22235
|
"restrictedActivityCodeIds"?: Models.SetWrapperString;
|
|
22236
|
+
"overrideDates"?: Models.ListWrapperOverrideDate;
|
|
21894
22237
|
"hrisTimeOffType"?: Models.ValueWrapperHrisTimeOffType;
|
|
21895
22238
|
"enabled"?: boolean;
|
|
21896
22239
|
"countAgainstTimeOffLimits"?: boolean;
|
|
@@ -21903,6 +22246,24 @@ declare namespace Models {
|
|
|
21903
22246
|
"managementUnits": Array<Models.ManagementUnitUserListing>;
|
|
21904
22247
|
}
|
|
21905
22248
|
|
|
22249
|
+
export interface BulkAddDecisionTableRowsRequest {
|
|
22250
|
+
"rows": Array<Models.CreateDecisionTableRowRequest>;
|
|
22251
|
+
}
|
|
22252
|
+
|
|
22253
|
+
export interface BulkAddDecisionTableRowsResponse {
|
|
22254
|
+
"totalCreated": number;
|
|
22255
|
+
"rows": Array<Models.DecisionTableRow>;
|
|
22256
|
+
}
|
|
22257
|
+
|
|
22258
|
+
export interface BulkAddOpportunitiesRequest {
|
|
22259
|
+
"opportunities": Array<Models.AddOpportunityBody>;
|
|
22260
|
+
"agentIds"?: Array<string>;
|
|
22261
|
+
}
|
|
22262
|
+
|
|
22263
|
+
export interface BulkAddOpportunitiesResponse {
|
|
22264
|
+
"opportunities": Array<Models.OpportunityResult>;
|
|
22265
|
+
}
|
|
22266
|
+
|
|
21906
22267
|
export interface BulkAddSourceIntentsRequest {
|
|
21907
22268
|
"items": Array<Models.SourceIntent>;
|
|
21908
22269
|
}
|
|
@@ -21941,6 +22302,10 @@ declare namespace Models {
|
|
|
21941
22302
|
"errorIndexes"?: Array<number>;
|
|
21942
22303
|
}
|
|
21943
22304
|
|
|
22305
|
+
export interface BulkDeleteDecisionTableRowsRequest {
|
|
22306
|
+
"rowIds": Array<string>;
|
|
22307
|
+
}
|
|
22308
|
+
|
|
21944
22309
|
export interface BulkDeleteResponse {
|
|
21945
22310
|
"results"?: Array<Models.BulkResponseResultVoidEntityBulkEntityErrorEntity>;
|
|
21946
22311
|
"errorCount"?: number;
|
|
@@ -22136,6 +22501,46 @@ declare namespace Models {
|
|
|
22136
22501
|
"errorIndexes"?: Array<number>;
|
|
22137
22502
|
}
|
|
22138
22503
|
|
|
22504
|
+
export interface BulkOpportunitiesEnrollmentResult {
|
|
22505
|
+
"status": string;
|
|
22506
|
+
"error"?: Models.BulkOpportunitiesError;
|
|
22507
|
+
"enrollment": Models.OpportunityEnrollment;
|
|
22508
|
+
}
|
|
22509
|
+
|
|
22510
|
+
export interface BulkOpportunitiesError {
|
|
22511
|
+
"errorCode": string;
|
|
22512
|
+
}
|
|
22513
|
+
|
|
22514
|
+
export interface BulkOpportunitiesExternalActivitiesRequest {
|
|
22515
|
+
"ids": Array<string>;
|
|
22516
|
+
}
|
|
22517
|
+
|
|
22518
|
+
export interface BulkOpportunitiesReferenceResult {
|
|
22519
|
+
"status": string;
|
|
22520
|
+
"error"?: Models.BulkOpportunitiesError;
|
|
22521
|
+
"opportunity": Models.OpportunityReference;
|
|
22522
|
+
}
|
|
22523
|
+
|
|
22524
|
+
export interface BulkOpportunitiesRequest {
|
|
22525
|
+
"ids": Array<string>;
|
|
22526
|
+
}
|
|
22527
|
+
|
|
22528
|
+
export interface BulkOpportunitiesStatusUpdateRequest {
|
|
22529
|
+
"opportunityIds": Array<string>;
|
|
22530
|
+
"status": string;
|
|
22531
|
+
}
|
|
22532
|
+
|
|
22533
|
+
export interface BulkOpportunitiesStatusUpdateResponse {
|
|
22534
|
+
"results": Array<Models.BulkOpportunitiesReferenceResult>;
|
|
22535
|
+
"errorCount": number;
|
|
22536
|
+
}
|
|
22537
|
+
|
|
22538
|
+
export interface BulkOpportunityEnrollmentsStatusUpdateRequest {
|
|
22539
|
+
"enrollmentIds": Array<string>;
|
|
22540
|
+
"status": string;
|
|
22541
|
+
"reviewNote"?: string;
|
|
22542
|
+
}
|
|
22543
|
+
|
|
22139
22544
|
export interface BulkOrganizationsEnrichRequest {
|
|
22140
22545
|
"entities"?: Array<Models.ExternalOrganizationEnrichRequest>;
|
|
22141
22546
|
}
|
|
@@ -22156,6 +22561,11 @@ declare namespace Models {
|
|
|
22156
22561
|
"errorIndexes"?: Array<number>;
|
|
22157
22562
|
}
|
|
22158
22563
|
|
|
22564
|
+
export interface BulkPublishOpportunitiesResponse {
|
|
22565
|
+
"results": Array<Models.BulkOpportunitiesReferenceResult>;
|
|
22566
|
+
"errorCount": number;
|
|
22567
|
+
}
|
|
22568
|
+
|
|
22159
22569
|
export interface BulkRelationshipsRequest {
|
|
22160
22570
|
"entities"?: Array<Models.Relationship>;
|
|
22161
22571
|
}
|
|
@@ -22166,6 +22576,17 @@ declare namespace Models {
|
|
|
22166
22576
|
"errorIndexes"?: Array<number>;
|
|
22167
22577
|
}
|
|
22168
22578
|
|
|
22579
|
+
export interface BulkRemoveOpportunitiesResponse {
|
|
22580
|
+
"results": Array<Models.BulkRemoveOpportunitiesResult>;
|
|
22581
|
+
"errorCount": number;
|
|
22582
|
+
}
|
|
22583
|
+
|
|
22584
|
+
export interface BulkRemoveOpportunitiesResult {
|
|
22585
|
+
"status": string;
|
|
22586
|
+
"error"?: Models.BulkOpportunitiesError;
|
|
22587
|
+
"opportunityId": string;
|
|
22588
|
+
}
|
|
22589
|
+
|
|
22169
22590
|
export interface BulkRemoveSourceIntentsRequest {
|
|
22170
22591
|
"items": Array<string>;
|
|
22171
22592
|
}
|
|
@@ -22284,6 +22705,20 @@ declare namespace Models {
|
|
|
22284
22705
|
"errorResultIds"?: Array<string>;
|
|
22285
22706
|
}
|
|
22286
22707
|
|
|
22708
|
+
export interface BulkUpdateDecisionTableRowsRequest {
|
|
22709
|
+
"rows": Array<Models.Row>;
|
|
22710
|
+
}
|
|
22711
|
+
|
|
22712
|
+
export interface BulkUpdateDecisionTableRowsResponse {
|
|
22713
|
+
"totalUpdated": number;
|
|
22714
|
+
"rows": Array<Models.DecisionTableRow>;
|
|
22715
|
+
}
|
|
22716
|
+
|
|
22717
|
+
export interface BulkUpdateOpportunityEnrollmentsStatusResponse {
|
|
22718
|
+
"results": Array<Models.BulkOpportunitiesEnrollmentResult>;
|
|
22719
|
+
"errorCount": number;
|
|
22720
|
+
}
|
|
22721
|
+
|
|
22287
22722
|
export interface BulkUpdateShiftTradeListJobRequest {
|
|
22288
22723
|
"managementUnitIds": Array<string>;
|
|
22289
22724
|
"weekDates": Array<string>;
|
|
@@ -22349,7 +22784,7 @@ declare namespace Models {
|
|
|
22349
22784
|
}
|
|
22350
22785
|
|
|
22351
22786
|
export interface BusinessUnitActivityCode {
|
|
22352
|
-
"id"
|
|
22787
|
+
"id": string;
|
|
22353
22788
|
"name"?: string;
|
|
22354
22789
|
"active"?: boolean;
|
|
22355
22790
|
"defaultCode"?: boolean;
|
|
@@ -22410,6 +22845,7 @@ declare namespace Models {
|
|
|
22410
22845
|
"type"?: string;
|
|
22411
22846
|
"content"?: string;
|
|
22412
22847
|
"contentText"?: string;
|
|
22848
|
+
"payload"?: string;
|
|
22413
22849
|
}
|
|
22414
22850
|
|
|
22415
22851
|
export interface ButtonComponent {
|
|
@@ -23077,6 +23513,9 @@ declare namespace Models {
|
|
|
23077
23513
|
"failureCount"?: number;
|
|
23078
23514
|
}
|
|
23079
23515
|
|
|
23516
|
+
export interface CampaignDiagnosticCampaignAction {
|
|
23517
|
+
}
|
|
23518
|
+
|
|
23080
23519
|
export interface CampaignDiagnosticCampaignHealthState {
|
|
23081
23520
|
"state"?: string;
|
|
23082
23521
|
"dateStart"?: string;
|
|
@@ -23525,7 +23964,7 @@ declare namespace Models {
|
|
|
23525
23964
|
}
|
|
23526
23965
|
|
|
23527
23966
|
export interface CapacityPlanListItem {
|
|
23528
|
-
"id"
|
|
23967
|
+
"id": string;
|
|
23529
23968
|
"name"?: string;
|
|
23530
23969
|
"startBusinessUnitDate": string;
|
|
23531
23970
|
"endBusinessUnitDate": string;
|
|
@@ -23558,7 +23997,7 @@ declare namespace Models {
|
|
|
23558
23997
|
}
|
|
23559
23998
|
|
|
23560
23999
|
export interface CapacityPlanReference {
|
|
23561
|
-
"id"
|
|
24000
|
+
"id": string;
|
|
23562
24001
|
"name"?: string;
|
|
23563
24002
|
"selfUri"?: string;
|
|
23564
24003
|
}
|
|
@@ -23574,7 +24013,7 @@ declare namespace Models {
|
|
|
23574
24013
|
}
|
|
23575
24014
|
|
|
23576
24015
|
export interface CapacityPlanResponse {
|
|
23577
|
-
"id"
|
|
24016
|
+
"id": string;
|
|
23578
24017
|
"name"?: string;
|
|
23579
24018
|
"description"?: string;
|
|
23580
24019
|
"forecast"?: Models.BuShortTermForecastReference;
|
|
@@ -23667,6 +24106,8 @@ declare namespace Models {
|
|
|
23667
24106
|
}
|
|
23668
24107
|
|
|
23669
24108
|
export interface CardBodyText {
|
|
24109
|
+
"content": string;
|
|
24110
|
+
"contentType": string;
|
|
23670
24111
|
}
|
|
23671
24112
|
|
|
23672
24113
|
export interface CardParameters {
|
|
@@ -23676,9 +24117,13 @@ declare namespace Models {
|
|
|
23676
24117
|
}
|
|
23677
24118
|
|
|
23678
24119
|
export interface Carousel {
|
|
24120
|
+
"cards": Array<Models.CarouselCard>;
|
|
23679
24121
|
}
|
|
23680
24122
|
|
|
23681
24123
|
export interface CarouselCard {
|
|
24124
|
+
"header": Models.MessageHeader;
|
|
24125
|
+
"buttons": Array<Models.Button>;
|
|
24126
|
+
"cardBodyText"?: Models.CardBodyText;
|
|
23682
24127
|
}
|
|
23683
24128
|
|
|
23684
24129
|
export interface CarouselParameters {
|
|
@@ -23923,6 +24368,10 @@ declare namespace Models {
|
|
|
23923
24368
|
"entities"?: Array<Models.CaseplanDataSchema>;
|
|
23924
24369
|
}
|
|
23925
24370
|
|
|
24371
|
+
export interface CaseplanDataSchemaRequest {
|
|
24372
|
+
"id": string;
|
|
24373
|
+
}
|
|
24374
|
+
|
|
23926
24375
|
export interface CaseplanListing {
|
|
23927
24376
|
"entities"?: Array<Models.Caseplan>;
|
|
23928
24377
|
"nextUri"?: string;
|
|
@@ -24391,6 +24840,7 @@ declare namespace Models {
|
|
|
24391
24840
|
"name": string;
|
|
24392
24841
|
"description"?: string;
|
|
24393
24842
|
"automatedCheckEnabled"?: boolean;
|
|
24843
|
+
"exactPhraseMatch"?: boolean;
|
|
24394
24844
|
"important"?: boolean;
|
|
24395
24845
|
"stateFromModel"?: string;
|
|
24396
24846
|
"stateFromAgent"?: string;
|
|
@@ -25825,11 +26275,11 @@ declare namespace Models {
|
|
|
25825
26275
|
export interface ContactsExport {
|
|
25826
26276
|
"id"?: string;
|
|
25827
26277
|
"divisionIds"?: Array<string>;
|
|
25828
|
-
"queryConditions"?: Models.ContactsExportQueryConditions;
|
|
25829
26278
|
"createdBy"?: Models.DomainEntityRef;
|
|
25830
26279
|
"dateCreated"?: string;
|
|
25831
26280
|
"status"?: string;
|
|
25832
26281
|
"downloadUrl"?: string;
|
|
26282
|
+
"queryConditions"?: Models.ContactsExportQueryConditions;
|
|
25833
26283
|
"selfUri"?: string;
|
|
25834
26284
|
}
|
|
25835
26285
|
|
|
@@ -25851,6 +26301,13 @@ declare namespace Models {
|
|
|
25851
26301
|
"not"?: Models.ContactsExportFilter;
|
|
25852
26302
|
}
|
|
25853
26303
|
|
|
26304
|
+
export interface ContactsExportListing {
|
|
26305
|
+
"entities"?: Array<Models.ContactsExport>;
|
|
26306
|
+
"nextUri"?: string;
|
|
26307
|
+
"selfUri"?: string;
|
|
26308
|
+
"previousUri"?: string;
|
|
26309
|
+
}
|
|
26310
|
+
|
|
25854
26311
|
export interface ContactsExportQueryConditions {
|
|
25855
26312
|
"filters"?: Models.ContactsExportFilter;
|
|
25856
26313
|
"limit"?: number;
|
|
@@ -26295,6 +26752,7 @@ declare namespace Models {
|
|
|
26295
26752
|
"lastSuccessfulSessionId"?: string;
|
|
26296
26753
|
"state"?: string;
|
|
26297
26754
|
"errorCode"?: string;
|
|
26755
|
+
"retrainInProgress"?: boolean;
|
|
26298
26756
|
}
|
|
26299
26757
|
|
|
26300
26758
|
export interface ContinuousForecastSessionResponse {
|
|
@@ -29332,6 +29790,8 @@ declare namespace Models {
|
|
|
29332
29790
|
"language"?: Models.AddressableEntityRef;
|
|
29333
29791
|
"priority"?: number;
|
|
29334
29792
|
"skills"?: Array<Models.AddressableEntityRef>;
|
|
29793
|
+
"skillExpression"?: string;
|
|
29794
|
+
"skillExpressionId"?: string;
|
|
29335
29795
|
"scoredAgents"?: Array<Models.ScoredAgent>;
|
|
29336
29796
|
"label"?: string;
|
|
29337
29797
|
}
|
|
@@ -29774,6 +30234,12 @@ declare namespace Models {
|
|
|
29774
30234
|
"description"?: string;
|
|
29775
30235
|
}
|
|
29776
30236
|
|
|
30237
|
+
export interface ConversationSummaryLabel {
|
|
30238
|
+
"name"?: string;
|
|
30239
|
+
"description"?: string;
|
|
30240
|
+
"type"?: string;
|
|
30241
|
+
}
|
|
30242
|
+
|
|
29777
30243
|
export interface ConversationSummaryReason {
|
|
29778
30244
|
"confidence"?: number;
|
|
29779
30245
|
"text"?: string;
|
|
@@ -29835,6 +30301,8 @@ declare namespace Models {
|
|
|
29835
30301
|
"extractedEntities"?: Array<Models.ConversationSummaryTopicSummaryExtractedCustomEntity>;
|
|
29836
30302
|
"wrapUpCodes"?: Array<Models.ConversationSummaryTopicConversationWrapUpCode>;
|
|
29837
30303
|
"triggerSource"?: Models.ConversationSummaryTopicTriggerSource;
|
|
30304
|
+
"summarySourceType"?: string;
|
|
30305
|
+
"triggerType"?: string;
|
|
29838
30306
|
"lastEditedBy"?: Models.ConversationSummaryTopicConversationSummaryParticipant;
|
|
29839
30307
|
"errorType"?: string;
|
|
29840
30308
|
"durationMs"?: number;
|
|
@@ -29911,6 +30379,8 @@ declare namespace Models {
|
|
|
29911
30379
|
"extractedEntities"?: Array<Models.ConversationSummaryTopicVirtualAgentsSummaryExtractedCustomEntity>;
|
|
29912
30380
|
"wrapUpCodes"?: Array<Models.ConversationSummaryTopicVirtualAgentsConversationWrapUpCode>;
|
|
29913
30381
|
"triggerSource"?: Models.ConversationSummaryTopicVirtualAgentsTriggerSource;
|
|
30382
|
+
"summarySourceType"?: string;
|
|
30383
|
+
"triggerType"?: string;
|
|
29914
30384
|
"lastEditedBy"?: Models.ConversationSummaryTopicVirtualAgentsConversationSummaryParticipant;
|
|
29915
30385
|
"errorType"?: string;
|
|
29916
30386
|
"durationMs"?: number;
|
|
@@ -30504,6 +30974,7 @@ declare namespace Models {
|
|
|
30504
30974
|
"attributes"?: { [key: string]: string; };
|
|
30505
30975
|
"languageId"?: string;
|
|
30506
30976
|
"routingSkillsIds"?: Array<string>;
|
|
30977
|
+
"routingSkillExpression"?: string;
|
|
30507
30978
|
"conversationIds"?: Array<string>;
|
|
30508
30979
|
"participants"?: Array<Models.Destination>;
|
|
30509
30980
|
"uuiData"?: string;
|
|
@@ -30582,6 +31053,11 @@ declare namespace Models {
|
|
|
30582
31053
|
"outputs": Array<Models.DecisionTableOutputColumnRequest>;
|
|
30583
31054
|
}
|
|
30584
31055
|
|
|
31056
|
+
export interface CreateDecisionTableImportJobRequest {
|
|
31057
|
+
"importMode": string;
|
|
31058
|
+
"fileName": string;
|
|
31059
|
+
}
|
|
31060
|
+
|
|
30585
31061
|
export interface CreateDecisionTableRequest {
|
|
30586
31062
|
"name": string;
|
|
30587
31063
|
"description"?: string;
|
|
@@ -30601,6 +31077,7 @@ declare namespace Models {
|
|
|
30601
31077
|
"flowId"?: string;
|
|
30602
31078
|
"provider": string;
|
|
30603
31079
|
"skillIds"?: Array<string>;
|
|
31080
|
+
"skillExpression"?: string;
|
|
30604
31081
|
"languageId"?: string;
|
|
30605
31082
|
"priority"?: number;
|
|
30606
31083
|
"attributes"?: { [key: string]: string; };
|
|
@@ -30720,6 +31197,11 @@ declare namespace Models {
|
|
|
30720
31197
|
"dateStart"?: string;
|
|
30721
31198
|
}
|
|
30722
31199
|
|
|
31200
|
+
export interface CreateOrganizationLink {
|
|
31201
|
+
"targetOrganizationId": string;
|
|
31202
|
+
"targetRegion": string;
|
|
31203
|
+
}
|
|
31204
|
+
|
|
30723
31205
|
export interface CreateOutboundMessagingConversationRequest {
|
|
30724
31206
|
"queueId": string;
|
|
30725
31207
|
"toAddress": string;
|
|
@@ -31008,10 +31490,6 @@ declare namespace Models {
|
|
|
31008
31490
|
"utilization"?: Models.LabelUtilizationRequest;
|
|
31009
31491
|
}
|
|
31010
31492
|
|
|
31011
|
-
export interface CreateUtilizationTagRequest {
|
|
31012
|
-
"name": string;
|
|
31013
|
-
}
|
|
31014
|
-
|
|
31015
31493
|
export interface CreateWebChatConversationRequest {
|
|
31016
31494
|
"organizationId": string;
|
|
31017
31495
|
"deploymentId": string;
|
|
@@ -31919,6 +32397,7 @@ declare namespace Models {
|
|
|
31919
32397
|
"dateCreated"?: string;
|
|
31920
32398
|
"dateModified"?: string;
|
|
31921
32399
|
"platform"?: string;
|
|
32400
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
31922
32401
|
"countries"?: Array<string>;
|
|
31923
32402
|
"selfUri"?: string;
|
|
31924
32403
|
}
|
|
@@ -32118,6 +32597,90 @@ declare namespace Models {
|
|
|
32118
32597
|
"rowExecutionOutputs"?: Array<Models.DecisionTableRowExecutionOutput>;
|
|
32119
32598
|
}
|
|
32120
32599
|
|
|
32600
|
+
export interface DecisionTableExportJob {
|
|
32601
|
+
"id"?: string;
|
|
32602
|
+
"tableVersion"?: number;
|
|
32603
|
+
"status"?: string;
|
|
32604
|
+
"createdBy"?: Models.AddressableEntityRef;
|
|
32605
|
+
"dateCreated"?: string;
|
|
32606
|
+
"dateModified"?: string;
|
|
32607
|
+
"fileName"?: string;
|
|
32608
|
+
"download"?: Models.AddressableEntityRef;
|
|
32609
|
+
"dateDownloadExpires"?: string;
|
|
32610
|
+
"exportType"?: string;
|
|
32611
|
+
"totalRows"?: number;
|
|
32612
|
+
"rowsExported"?: number;
|
|
32613
|
+
"format"?: string;
|
|
32614
|
+
"error"?: Models.DecisionTableExportJobError;
|
|
32615
|
+
"selfUri"?: string;
|
|
32616
|
+
}
|
|
32617
|
+
|
|
32618
|
+
export interface DecisionTableExportJobError {
|
|
32619
|
+
"errorCode"?: string;
|
|
32620
|
+
"errorMessage"?: string;
|
|
32621
|
+
"messageWithParams"?: string;
|
|
32622
|
+
"messageParams"?: { [key: string]: string; };
|
|
32623
|
+
"validationErrors"?: Array<Models.DecisionTableJobValidationError>;
|
|
32624
|
+
}
|
|
32625
|
+
|
|
32626
|
+
export interface DecisionTableExportJobListing {
|
|
32627
|
+
"entities"?: Array<Models.DecisionTableExportJob>;
|
|
32628
|
+
"nextUri"?: string;
|
|
32629
|
+
"selfUri"?: string;
|
|
32630
|
+
"previousUri"?: string;
|
|
32631
|
+
}
|
|
32632
|
+
|
|
32633
|
+
export interface DecisionTableExportJobRequest {
|
|
32634
|
+
"tableVersion"?: number;
|
|
32635
|
+
"exportType": string;
|
|
32636
|
+
"format": string;
|
|
32637
|
+
}
|
|
32638
|
+
|
|
32639
|
+
export interface DecisionTableImportJob {
|
|
32640
|
+
"id"?: string;
|
|
32641
|
+
"tableVersion"?: number;
|
|
32642
|
+
"status": string;
|
|
32643
|
+
"uploadUrl"?: string;
|
|
32644
|
+
"uploadHeaders"?: { [key: string]: string; };
|
|
32645
|
+
"importMode": string;
|
|
32646
|
+
"fileName"?: string;
|
|
32647
|
+
"createdBy"?: Models.AddressableEntityRef;
|
|
32648
|
+
"dateCreated"?: string;
|
|
32649
|
+
"dateModified"?: string;
|
|
32650
|
+
"dateCompleted"?: string;
|
|
32651
|
+
"dateExpires"?: string;
|
|
32652
|
+
"rowMetrics"?: Models.DecisionTableImportRowMetrics;
|
|
32653
|
+
"error"?: Models.DecisionTableImportJobError;
|
|
32654
|
+
"selfUri"?: string;
|
|
32655
|
+
}
|
|
32656
|
+
|
|
32657
|
+
export interface DecisionTableImportJobError {
|
|
32658
|
+
"errorCode"?: string;
|
|
32659
|
+
"errorMessage"?: string;
|
|
32660
|
+
"messageWithParams"?: string;
|
|
32661
|
+
"messageParams"?: { [key: string]: string; };
|
|
32662
|
+
"validationErrors"?: Array<Models.DecisionTableJobValidationError>;
|
|
32663
|
+
}
|
|
32664
|
+
|
|
32665
|
+
export interface DecisionTableImportJobListing {
|
|
32666
|
+
"entities"?: Array<Models.DecisionTableImportJob>;
|
|
32667
|
+
"nextUri"?: string;
|
|
32668
|
+
"selfUri"?: string;
|
|
32669
|
+
"previousUri"?: string;
|
|
32670
|
+
}
|
|
32671
|
+
|
|
32672
|
+
export interface DecisionTableImportRowMetrics {
|
|
32673
|
+
"totalRows"?: number;
|
|
32674
|
+
"rowsParsed"?: number;
|
|
32675
|
+
"rowParseFailed"?: number;
|
|
32676
|
+
"rowsCreated"?: number;
|
|
32677
|
+
"rowsUpdated"?: number;
|
|
32678
|
+
"rowsDeleted"?: number;
|
|
32679
|
+
"rowCreateFailed"?: number;
|
|
32680
|
+
"rowUpdateFailed"?: number;
|
|
32681
|
+
"rowDeleteFailed"?: number;
|
|
32682
|
+
}
|
|
32683
|
+
|
|
32121
32684
|
export interface DecisionTableInputColumn {
|
|
32122
32685
|
"id"?: string;
|
|
32123
32686
|
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
@@ -32134,6 +32697,21 @@ declare namespace Models {
|
|
|
32134
32697
|
"expression": Models.DecisionTableInputColumnExpression;
|
|
32135
32698
|
}
|
|
32136
32699
|
|
|
32700
|
+
export interface DecisionTableJobValidationError {
|
|
32701
|
+
"message"?: string;
|
|
32702
|
+
"code"?: string;
|
|
32703
|
+
"status"?: number;
|
|
32704
|
+
"entityId"?: string;
|
|
32705
|
+
"entityName"?: string;
|
|
32706
|
+
"messageWithParams"?: string;
|
|
32707
|
+
"messageParams"?: { [key: string]: string; };
|
|
32708
|
+
"contextId"?: string;
|
|
32709
|
+
"details"?: Array<Models.Detail>;
|
|
32710
|
+
"errors"?: Array<Models.ErrorBody>;
|
|
32711
|
+
"limit"?: Models.Limit;
|
|
32712
|
+
"rowNumber"?: number;
|
|
32713
|
+
}
|
|
32714
|
+
|
|
32137
32715
|
export interface DecisionTableListing {
|
|
32138
32716
|
"entities"?: Array<Models.DecisionTable>;
|
|
32139
32717
|
"nextUri"?: string;
|
|
@@ -33434,6 +34012,12 @@ declare namespace Models {
|
|
|
33434
34012
|
"entity"?: Models.LearningAssignmentReference;
|
|
33435
34013
|
}
|
|
33436
34014
|
|
|
34015
|
+
export interface DisasterRecoveryAllRoutingRequest {
|
|
34016
|
+
"sourceOrganizationId": string;
|
|
34017
|
+
"switchOrganizationId": string;
|
|
34018
|
+
"targetRegion": string;
|
|
34019
|
+
}
|
|
34020
|
+
|
|
33437
34021
|
export interface DisconnectReason {
|
|
33438
34022
|
"type"?: string;
|
|
33439
34023
|
"code"?: number;
|
|
@@ -34519,6 +35103,8 @@ declare namespace Models {
|
|
|
34519
35103
|
|
|
34520
35104
|
export interface Domains {
|
|
34521
35105
|
"authorizedDomains"?: Models.AuthorizedDomains;
|
|
35106
|
+
"allowExistingEmailParticipants"?: boolean;
|
|
35107
|
+
"allowOutboundToAnyDomainAcd"?: boolean;
|
|
34522
35108
|
}
|
|
34523
35109
|
|
|
34524
35110
|
export interface DownloadResponse {
|
|
@@ -35455,6 +36041,7 @@ declare namespace Models {
|
|
|
35455
36041
|
"senderStatus"?: string;
|
|
35456
36042
|
"senderType"?: string;
|
|
35457
36043
|
"emailSetting"?: Models.EmailSetting;
|
|
36044
|
+
"dmarcVerificationResult"?: Models.DmarcResult;
|
|
35458
36045
|
}
|
|
35459
36046
|
|
|
35460
36047
|
export interface EmailProgressTransferEvent {
|
|
@@ -35500,6 +36087,19 @@ declare namespace Models {
|
|
|
35500
36087
|
"selfUri"?: string;
|
|
35501
36088
|
}
|
|
35502
36089
|
|
|
36090
|
+
export interface EmailSettingEntityListing {
|
|
36091
|
+
"entities"?: Array<Models.EmailSetting>;
|
|
36092
|
+
"pageSize"?: number;
|
|
36093
|
+
"pageNumber"?: number;
|
|
36094
|
+
"total"?: number;
|
|
36095
|
+
"firstUri"?: string;
|
|
36096
|
+
"nextUri"?: string;
|
|
36097
|
+
"previousUri"?: string;
|
|
36098
|
+
"lastUri"?: string;
|
|
36099
|
+
"selfUri"?: string;
|
|
36100
|
+
"pageCount"?: number;
|
|
36101
|
+
}
|
|
36102
|
+
|
|
35503
36103
|
export interface EmailSettingReference {
|
|
35504
36104
|
"id": string;
|
|
35505
36105
|
"name"?: string;
|
|
@@ -35514,6 +36114,16 @@ declare namespace Models {
|
|
|
35514
36114
|
"rootDomain"?: string;
|
|
35515
36115
|
}
|
|
35516
36116
|
|
|
36117
|
+
export interface EmailSummaryGenerationConfig {
|
|
36118
|
+
"enabled": boolean;
|
|
36119
|
+
"summarySetting"?: Models.EmailSummarySettingsEntity;
|
|
36120
|
+
}
|
|
36121
|
+
|
|
36122
|
+
export interface EmailSummarySettingsEntity {
|
|
36123
|
+
"id"?: string;
|
|
36124
|
+
"selfUri"?: string;
|
|
36125
|
+
}
|
|
36126
|
+
|
|
35517
36127
|
export interface EmailThreadingSettings {
|
|
35518
36128
|
"startNewConversationOnSubjectChange"?: boolean;
|
|
35519
36129
|
"timeoutInMinutes"?: number;
|
|
@@ -35836,6 +36446,7 @@ declare namespace Models {
|
|
|
35836
36446
|
"durationMinutes": number;
|
|
35837
36447
|
"payableMinutes": number;
|
|
35838
36448
|
"flexible": boolean;
|
|
36449
|
+
"overrideDateType"?: string;
|
|
35839
36450
|
}
|
|
35840
36451
|
|
|
35841
36452
|
export interface EstimateAvailablePartialDayTimeOffRequest {
|
|
@@ -35848,6 +36459,7 @@ declare namespace Models {
|
|
|
35848
36459
|
"durationMinutes": number;
|
|
35849
36460
|
"payableMinutes": number;
|
|
35850
36461
|
"flexible": boolean;
|
|
36462
|
+
"overrideDateType"?: string;
|
|
35851
36463
|
}
|
|
35852
36464
|
|
|
35853
36465
|
export interface EstimateAvailableTimeOffRequest {
|
|
@@ -36700,13 +37312,6 @@ declare namespace Models {
|
|
|
36700
37312
|
"exportType"?: string;
|
|
36701
37313
|
}
|
|
36702
37314
|
|
|
36703
|
-
export interface ExportListing {
|
|
36704
|
-
"entities"?: Array<Models.ContactsExport>;
|
|
36705
|
-
"nextUri"?: string;
|
|
36706
|
-
"selfUri"?: string;
|
|
36707
|
-
"previousUri"?: string;
|
|
36708
|
-
}
|
|
36709
|
-
|
|
36710
37315
|
export interface ExportScriptRequest {
|
|
36711
37316
|
"fileName"?: string;
|
|
36712
37317
|
"versionId"?: string;
|
|
@@ -37380,6 +37985,20 @@ declare namespace Models {
|
|
|
37380
37985
|
"attributes": { [key: string]: object; };
|
|
37381
37986
|
}
|
|
37382
37987
|
|
|
37988
|
+
export interface ExternalEventChange {
|
|
37989
|
+
"changeCategory"?: string;
|
|
37990
|
+
"schemaId"?: string;
|
|
37991
|
+
"eventName"?: string;
|
|
37992
|
+
"dateDetected"?: string;
|
|
37993
|
+
"systemStatus"?: string;
|
|
37994
|
+
"errorCode"?: string;
|
|
37995
|
+
"errorDescription"?: string;
|
|
37996
|
+
}
|
|
37997
|
+
|
|
37998
|
+
export interface ExternalEventChangesResponse {
|
|
37999
|
+
"changes"?: Array<Models.ExternalEventChange>;
|
|
38000
|
+
}
|
|
38001
|
+
|
|
37383
38002
|
export interface ExternalEventExternalId {
|
|
37384
38003
|
"value": string;
|
|
37385
38004
|
"externalSourceId": string;
|
|
@@ -37389,6 +38008,18 @@ declare namespace Models {
|
|
|
37389
38008
|
"externalIds": Array<Models.ExternalEventExternalId>;
|
|
37390
38009
|
}
|
|
37391
38010
|
|
|
38011
|
+
export interface ExternalEventSummary {
|
|
38012
|
+
"schemaId"?: string;
|
|
38013
|
+
"eventName"?: string;
|
|
38014
|
+
"displayName"?: string;
|
|
38015
|
+
"rank"?: number;
|
|
38016
|
+
"activationStatus"?: string;
|
|
38017
|
+
"systemStatus"?: string;
|
|
38018
|
+
"dateCreated"?: string;
|
|
38019
|
+
"dateModified"?: string;
|
|
38020
|
+
"dateFirstActivated"?: string;
|
|
38021
|
+
}
|
|
38022
|
+
|
|
37392
38023
|
export interface ExternalEventsConfiguration {
|
|
37393
38024
|
"id": string;
|
|
37394
38025
|
"name"?: string;
|
|
@@ -37631,6 +38262,7 @@ declare namespace Models {
|
|
|
37631
38262
|
"dateCreated"?: string;
|
|
37632
38263
|
"dateModified"?: string;
|
|
37633
38264
|
"platform"?: string;
|
|
38265
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
37634
38266
|
"countries"?: Array<string>;
|
|
37635
38267
|
"integrationId"?: string;
|
|
37636
38268
|
"selfUri"?: string;
|
|
@@ -37645,6 +38277,7 @@ declare namespace Models {
|
|
|
37645
38277
|
"dateCreated"?: string;
|
|
37646
38278
|
"dateModified"?: string;
|
|
37647
38279
|
"platform"?: string;
|
|
38280
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
37648
38281
|
"countries"?: Array<string>;
|
|
37649
38282
|
"integrationId"?: string;
|
|
37650
38283
|
"selfUri"?: string;
|
|
@@ -39297,6 +39930,7 @@ declare namespace Models {
|
|
|
39297
39930
|
"dateStart"?: string;
|
|
39298
39931
|
"dateScheduleStart"?: string;
|
|
39299
39932
|
"activityCode"?: string;
|
|
39933
|
+
"activityCodeId"?: string;
|
|
39300
39934
|
"activityColor"?: string;
|
|
39301
39935
|
"activityName"?: string;
|
|
39302
39936
|
"points"?: number;
|
|
@@ -39509,6 +40143,10 @@ declare namespace Models {
|
|
|
39509
40143
|
"pageCount"?: number;
|
|
39510
40144
|
}
|
|
39511
40145
|
|
|
40146
|
+
export interface GetExternalEventsResponse {
|
|
40147
|
+
"entities"?: Array<Models.ExternalEventSummary>;
|
|
40148
|
+
}
|
|
40149
|
+
|
|
39512
40150
|
export interface GetFlowExecutionDataJobResult {
|
|
39513
40151
|
"id"?: string;
|
|
39514
40152
|
"name"?: string;
|
|
@@ -39613,6 +40251,7 @@ declare namespace Models {
|
|
|
39613
40251
|
"dateCreated"?: string;
|
|
39614
40252
|
"dateModified"?: string;
|
|
39615
40253
|
"platform"?: string;
|
|
40254
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
39616
40255
|
"countries"?: Array<string>;
|
|
39617
40256
|
"integrationId"?: string;
|
|
39618
40257
|
"externalSource"?: Models.DomainEntityRef;
|
|
@@ -39628,6 +40267,7 @@ declare namespace Models {
|
|
|
39628
40267
|
"dateCreated"?: string;
|
|
39629
40268
|
"dateModified"?: string;
|
|
39630
40269
|
"platform"?: string;
|
|
40270
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
39631
40271
|
"countries"?: Array<string>;
|
|
39632
40272
|
"integrationId"?: string;
|
|
39633
40273
|
"externalSource"?: Models.DomainEntityRef;
|
|
@@ -40816,6 +41456,7 @@ declare namespace Models {
|
|
|
40816
41456
|
"imapSettings"?: Models.ImapSettings;
|
|
40817
41457
|
"graphApiSettings"?: Models.GraphApiSettings;
|
|
40818
41458
|
"emailSetting"?: Models.EmailSetting;
|
|
41459
|
+
"dmarcVerificationResult"?: Models.DmarcResult;
|
|
40819
41460
|
"selfUri"?: string;
|
|
40820
41461
|
}
|
|
40821
41462
|
|
|
@@ -41152,6 +41793,7 @@ declare namespace Models {
|
|
|
41152
41793
|
"dateCreated"?: string;
|
|
41153
41794
|
"dateModified"?: string;
|
|
41154
41795
|
"platform"?: string;
|
|
41796
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
41155
41797
|
"countries"?: Array<string>;
|
|
41156
41798
|
"integrationId"?: string;
|
|
41157
41799
|
"selfUri"?: string;
|
|
@@ -41166,6 +41808,7 @@ declare namespace Models {
|
|
|
41166
41808
|
"dateCreated"?: string;
|
|
41167
41809
|
"dateModified"?: string;
|
|
41168
41810
|
"platform"?: string;
|
|
41811
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
41169
41812
|
"countries"?: Array<string>;
|
|
41170
41813
|
"integrationId"?: string;
|
|
41171
41814
|
"selfUri"?: string;
|
|
@@ -43287,6 +43930,7 @@ declare namespace Models {
|
|
|
43287
43930
|
"dateDocumentLastModified"?: string;
|
|
43288
43931
|
"articleCount"?: number;
|
|
43289
43932
|
"published"?: boolean;
|
|
43933
|
+
"contentSearchEnabled"?: boolean;
|
|
43290
43934
|
"selfUri"?: string;
|
|
43291
43935
|
}
|
|
43292
43936
|
|
|
@@ -43294,6 +43938,7 @@ declare namespace Models {
|
|
|
43294
43938
|
"name": string;
|
|
43295
43939
|
"description"?: string;
|
|
43296
43940
|
"coreLanguage": string;
|
|
43941
|
+
"contentSearchEnabled"?: boolean;
|
|
43297
43942
|
}
|
|
43298
43943
|
|
|
43299
43944
|
export interface KnowledgeBaseListing {
|
|
@@ -43306,6 +43951,7 @@ declare namespace Models {
|
|
|
43306
43951
|
export interface KnowledgeBaseReference {
|
|
43307
43952
|
"id": string;
|
|
43308
43953
|
"languageCode"?: string;
|
|
43954
|
+
"contentSearchEnabled"?: boolean;
|
|
43309
43955
|
"selfUri"?: string;
|
|
43310
43956
|
}
|
|
43311
43957
|
|
|
@@ -44193,6 +44839,7 @@ declare namespace Models {
|
|
|
44193
44839
|
"generationSetting": Models.KnowledgeGenerationSetting;
|
|
44194
44840
|
"stateful"?: boolean;
|
|
44195
44841
|
"conversationTurns"?: Array<Models.KnowledgeConversationTurn>;
|
|
44842
|
+
"filter"?: Models.V3SourceTagFilter;
|
|
44196
44843
|
}
|
|
44197
44844
|
|
|
44198
44845
|
export interface KnowledgeSearchPreviewResponse {
|
|
@@ -44231,6 +44878,7 @@ declare namespace Models {
|
|
|
44231
44878
|
"sources": Array<Models.V3SourceRef>;
|
|
44232
44879
|
"generationSetting"?: Models.KnowledgeGenerationSetting;
|
|
44233
44880
|
"stateful"?: boolean;
|
|
44881
|
+
"filter"?: Models.V3SourceTagFilter;
|
|
44234
44882
|
}
|
|
44235
44883
|
|
|
44236
44884
|
export interface KnowledgeSettingsResponse {
|
|
@@ -44240,6 +44888,7 @@ declare namespace Models {
|
|
|
44240
44888
|
"sources"?: Array<Models.V3SourceRef>;
|
|
44241
44889
|
"generationSetting"?: Models.KnowledgeGenerationSetting;
|
|
44242
44890
|
"stateful"?: boolean;
|
|
44891
|
+
"filter"?: Models.V3SourceTagFilter;
|
|
44243
44892
|
"dateCreated"?: string;
|
|
44244
44893
|
"dateModified"?: string;
|
|
44245
44894
|
"modifiedBy"?: Models.UserReference;
|
|
@@ -44481,6 +45130,8 @@ declare namespace Models {
|
|
|
44481
45130
|
|
|
44482
45131
|
export interface LauncherButtonSettings {
|
|
44483
45132
|
"visibility"?: string;
|
|
45133
|
+
"displayType"?: string;
|
|
45134
|
+
"icon"?: Models.Icon;
|
|
44484
45135
|
}
|
|
44485
45136
|
|
|
44486
45137
|
export interface Leaderboard {
|
|
@@ -46183,14 +46834,6 @@ declare namespace Models {
|
|
|
46183
46834
|
"entities"?: Array<Models.MediaStatistics>;
|
|
46184
46835
|
}
|
|
46185
46836
|
|
|
46186
|
-
export interface MediaStatisticsPostRequest {
|
|
46187
|
-
"sourceType": string;
|
|
46188
|
-
"clientInfo"?: Models.MediaStatisticsClientInfo;
|
|
46189
|
-
"rtp": Models.MediaRtpStatistics;
|
|
46190
|
-
"reconnectAttempts"?: number;
|
|
46191
|
-
"dateCreated": string;
|
|
46192
|
-
}
|
|
46193
|
-
|
|
46194
46837
|
export interface MediaStatisticsTrunkInfo {
|
|
46195
46838
|
"id"?: string;
|
|
46196
46839
|
"name"?: string;
|
|
@@ -47732,6 +48375,34 @@ declare namespace Models {
|
|
|
47732
48375
|
"selfUri"?: string;
|
|
47733
48376
|
}
|
|
47734
48377
|
|
|
48378
|
+
export interface NumberRouting {
|
|
48379
|
+
"numberId"?: string;
|
|
48380
|
+
"ownerOrganizationId"?: string;
|
|
48381
|
+
"carrierCode"?: string;
|
|
48382
|
+
"pendingOrganizationId"?: string;
|
|
48383
|
+
"region"?: string;
|
|
48384
|
+
"status"?: string;
|
|
48385
|
+
"activeOrganizationId"?: string;
|
|
48386
|
+
"linkedOrganizationIds"?: Array<string>;
|
|
48387
|
+
}
|
|
48388
|
+
|
|
48389
|
+
export interface NumberRoutingListing {
|
|
48390
|
+
"entities"?: Array<Models.Number>;
|
|
48391
|
+
"nextUri"?: string;
|
|
48392
|
+
"selfUri"?: string;
|
|
48393
|
+
"previousUri"?: string;
|
|
48394
|
+
}
|
|
48395
|
+
|
|
48396
|
+
export interface NumberRoutingRequest {
|
|
48397
|
+
"organizationId"?: string;
|
|
48398
|
+
"numberId"?: string;
|
|
48399
|
+
"targetRegion"?: string;
|
|
48400
|
+
}
|
|
48401
|
+
|
|
48402
|
+
export interface NumberRoutingResetOrganizationRequest {
|
|
48403
|
+
"resetOrganizationId": string;
|
|
48404
|
+
}
|
|
48405
|
+
|
|
47735
48406
|
export interface NumericRange {
|
|
47736
48407
|
"gt"?: number;
|
|
47737
48408
|
"gte"?: number;
|
|
@@ -47985,6 +48656,7 @@ declare namespace Models {
|
|
|
47985
48656
|
"dateCreated"?: string;
|
|
47986
48657
|
"dateModified"?: string;
|
|
47987
48658
|
"platform"?: string;
|
|
48659
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
47988
48660
|
"countries"?: Array<string>;
|
|
47989
48661
|
"externalSource"?: Models.DomainEntityRef;
|
|
47990
48662
|
"selfUri"?: string;
|
|
@@ -47999,6 +48671,7 @@ declare namespace Models {
|
|
|
47999
48671
|
"dateCreated"?: string;
|
|
48000
48672
|
"dateModified"?: string;
|
|
48001
48673
|
"platform"?: string;
|
|
48674
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
48002
48675
|
"countries"?: Array<string>;
|
|
48003
48676
|
"externalSource"?: Models.DomainEntityRef;
|
|
48004
48677
|
"selfUri"?: string;
|
|
@@ -48426,6 +49099,72 @@ declare namespace Models {
|
|
|
48426
49099
|
"digitalWordsPosition"?: number;
|
|
48427
49100
|
}
|
|
48428
49101
|
|
|
49102
|
+
export interface OpportunitiesResultWithPagination {
|
|
49103
|
+
"nextStartDate"?: string;
|
|
49104
|
+
"opportunities": Array<Models.OpportunityResult>;
|
|
49105
|
+
}
|
|
49106
|
+
|
|
49107
|
+
export interface OpportunityEnrollment {
|
|
49108
|
+
"id"?: string;
|
|
49109
|
+
}
|
|
49110
|
+
|
|
49111
|
+
export interface OpportunityEnrollmentCounts {
|
|
49112
|
+
"pending": number;
|
|
49113
|
+
"approved": number;
|
|
49114
|
+
"denied": number;
|
|
49115
|
+
"withdrawn": number;
|
|
49116
|
+
}
|
|
49117
|
+
|
|
49118
|
+
export interface OpportunityReference {
|
|
49119
|
+
"id": string;
|
|
49120
|
+
"selfUri"?: string;
|
|
49121
|
+
}
|
|
49122
|
+
|
|
49123
|
+
export interface OpportunityResult {
|
|
49124
|
+
"id": string;
|
|
49125
|
+
"startDate": string;
|
|
49126
|
+
"endDate": string;
|
|
49127
|
+
"status": string;
|
|
49128
|
+
"openDate"?: string;
|
|
49129
|
+
"deadlineDate": string;
|
|
49130
|
+
"name": string;
|
|
49131
|
+
"description"?: string;
|
|
49132
|
+
"activityCodeId": string;
|
|
49133
|
+
"approvalType": string;
|
|
49134
|
+
"agentCount": number;
|
|
49135
|
+
"capacity": number;
|
|
49136
|
+
"enrollmentProcessingCount": number;
|
|
49137
|
+
"enrollmentCounts": Models.OpportunityEnrollmentCounts;
|
|
49138
|
+
"publishedDate"?: string;
|
|
49139
|
+
"closedDate"?: string;
|
|
49140
|
+
"systemMessageCode"?: string;
|
|
49141
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
49142
|
+
"selfUri"?: string;
|
|
49143
|
+
}
|
|
49144
|
+
|
|
49145
|
+
export interface OpportunityResultWithAgentIds {
|
|
49146
|
+
"id": string;
|
|
49147
|
+
"startDate": string;
|
|
49148
|
+
"endDate": string;
|
|
49149
|
+
"status": string;
|
|
49150
|
+
"openDate"?: string;
|
|
49151
|
+
"deadlineDate": string;
|
|
49152
|
+
"name": string;
|
|
49153
|
+
"description"?: string;
|
|
49154
|
+
"activityCodeId": string;
|
|
49155
|
+
"approvalType": string;
|
|
49156
|
+
"agentCount": number;
|
|
49157
|
+
"capacity": number;
|
|
49158
|
+
"enrollmentProcessingCount": number;
|
|
49159
|
+
"enrollmentCounts": Models.OpportunityEnrollmentCounts;
|
|
49160
|
+
"publishedDate"?: string;
|
|
49161
|
+
"closedDate"?: string;
|
|
49162
|
+
"systemMessageCode"?: string;
|
|
49163
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
49164
|
+
"agentIds"?: Array<string>;
|
|
49165
|
+
"selfUri"?: string;
|
|
49166
|
+
}
|
|
49167
|
+
|
|
48429
49168
|
export interface OptInSettings {
|
|
48430
49169
|
"keyword": Array<string>;
|
|
48431
49170
|
"response": Models.ComplianceResponse;
|
|
@@ -48548,6 +49287,27 @@ declare namespace Models {
|
|
|
48548
49287
|
"custserv"?: boolean;
|
|
48549
49288
|
}
|
|
48550
49289
|
|
|
49290
|
+
export interface OrganizationLink {
|
|
49291
|
+
"sourceOrganizationId": string;
|
|
49292
|
+
"targetOrganizationId": string;
|
|
49293
|
+
"sourceRegion": string;
|
|
49294
|
+
"targetRegion": string;
|
|
49295
|
+
"status"?: string;
|
|
49296
|
+
}
|
|
49297
|
+
|
|
49298
|
+
export interface OrganizationLinkApprovalRequest {
|
|
49299
|
+
"approval": boolean;
|
|
49300
|
+
}
|
|
49301
|
+
|
|
49302
|
+
export interface OrganizationLinkResponse {
|
|
49303
|
+
"sourceOrganizationId"?: string;
|
|
49304
|
+
"targetOrganizationId"?: string;
|
|
49305
|
+
"sourceRegion"?: string;
|
|
49306
|
+
"targetRegion"?: string;
|
|
49307
|
+
"targetName"?: string;
|
|
49308
|
+
"status"?: string;
|
|
49309
|
+
}
|
|
49310
|
+
|
|
48551
49311
|
export interface OrganizationPresence {
|
|
48552
49312
|
"id"?: string;
|
|
48553
49313
|
"name"?: string;
|
|
@@ -48756,6 +49516,7 @@ declare namespace Models {
|
|
|
48756
49516
|
"dkimVerificationResult"?: Models.VerificationResult;
|
|
48757
49517
|
"senderType"?: string;
|
|
48758
49518
|
"emailSetting"?: Models.EmailSetting;
|
|
49519
|
+
"dmarcVerificationResult"?: Models.DmarcResult;
|
|
48759
49520
|
"selfUri"?: string;
|
|
48760
49521
|
}
|
|
48761
49522
|
|
|
@@ -50081,6 +50842,20 @@ declare namespace Models {
|
|
|
50081
50842
|
"eventName"?: string;
|
|
50082
50843
|
}
|
|
50083
50844
|
|
|
50845
|
+
export interface PatchOpportunityRequest {
|
|
50846
|
+
"startDate"?: string;
|
|
50847
|
+
"endDate"?: string;
|
|
50848
|
+
"openDate"?: Models.ValueWrapperInstant;
|
|
50849
|
+
"deadlineDate"?: string;
|
|
50850
|
+
"name"?: string;
|
|
50851
|
+
"description"?: Models.ValueWrapperString;
|
|
50852
|
+
"activityCodeId"?: string;
|
|
50853
|
+
"approvalType"?: string;
|
|
50854
|
+
"capacity"?: number;
|
|
50855
|
+
"agentIds"?: Models.ListWrapperString;
|
|
50856
|
+
"metadata": Models.WfmVersionedEntityMetadata;
|
|
50857
|
+
}
|
|
50858
|
+
|
|
50084
50859
|
export interface PatchOutcome {
|
|
50085
50860
|
"isActive"?: boolean;
|
|
50086
50861
|
"displayName": string;
|
|
@@ -50174,6 +50949,11 @@ declare namespace Models {
|
|
|
50174
50949
|
"failureReason"?: string;
|
|
50175
50950
|
}
|
|
50176
50951
|
|
|
50952
|
+
export interface PendingAndApprovedOpportunityEnrollmentCounts {
|
|
50953
|
+
"pending": number;
|
|
50954
|
+
"approved": number;
|
|
50955
|
+
}
|
|
50956
|
+
|
|
50177
50957
|
export interface PerformancePredictionCompleteEventTopicErrorBody {
|
|
50178
50958
|
"status"?: number;
|
|
50179
50959
|
"code"?: string;
|
|
@@ -50582,7 +51362,7 @@ declare namespace Models {
|
|
|
50582
51362
|
}
|
|
50583
51363
|
|
|
50584
51364
|
export interface PlanningGroup {
|
|
50585
|
-
"id"
|
|
51365
|
+
"id": string;
|
|
50586
51366
|
"name"?: string;
|
|
50587
51367
|
"serviceGoalTemplate"?: Models.ServiceGoalTemplateReference;
|
|
50588
51368
|
"routePaths"?: Array<Models.RoutePathResponse>;
|
|
@@ -51581,11 +52361,79 @@ declare namespace Models {
|
|
|
51581
52361
|
export interface QueryDivision {
|
|
51582
52362
|
}
|
|
51583
52363
|
|
|
52364
|
+
export interface QueryEnrollmentOpportunityResult {
|
|
52365
|
+
"id"?: string;
|
|
52366
|
+
"name": string;
|
|
52367
|
+
"activityCodeId": string;
|
|
52368
|
+
"startDate": string;
|
|
52369
|
+
"endDate": string;
|
|
52370
|
+
"deadlineDate": string;
|
|
52371
|
+
"status": string;
|
|
52372
|
+
"capacity": number;
|
|
52373
|
+
"enrollmentCounts": Models.PendingAndApprovedOpportunityEnrollmentCounts;
|
|
52374
|
+
}
|
|
52375
|
+
|
|
52376
|
+
export interface QueryExternalActivityOpportunitiesResponse {
|
|
52377
|
+
"externalActivities": Array<Models.QueryExternalActivityOpportunityResult>;
|
|
52378
|
+
}
|
|
52379
|
+
|
|
52380
|
+
export interface QueryExternalActivityOpportunityResult {
|
|
52381
|
+
"id"?: string;
|
|
52382
|
+
"opportunityName"?: string;
|
|
52383
|
+
}
|
|
52384
|
+
|
|
51584
52385
|
export interface QueryFacetInfo {
|
|
51585
52386
|
"attributes"?: Array<Models.FacetKeyAttribute>;
|
|
51586
52387
|
"facets"?: Array<Models.FacetEntry>;
|
|
51587
52388
|
}
|
|
51588
52389
|
|
|
52390
|
+
export interface QueryOpportunitiesRequest {
|
|
52391
|
+
"range": Models.RequiredDateRange;
|
|
52392
|
+
}
|
|
52393
|
+
|
|
52394
|
+
export interface QueryOpportunitiesResponse {
|
|
52395
|
+
"result"?: Models.OpportunitiesResultWithPagination;
|
|
52396
|
+
"downloadUrl"?: string;
|
|
52397
|
+
}
|
|
52398
|
+
|
|
52399
|
+
export interface QueryOpportunityEnrollmentMetadata {
|
|
52400
|
+
"modifiedBy"?: Models.UserReference;
|
|
52401
|
+
"dateModified"?: string;
|
|
52402
|
+
"createdBy"?: Models.UserReference;
|
|
52403
|
+
"dateCreated"?: string;
|
|
52404
|
+
"version": number;
|
|
52405
|
+
"reviewedBy"?: Models.UserReference;
|
|
52406
|
+
"dateReviewed"?: string;
|
|
52407
|
+
}
|
|
52408
|
+
|
|
52409
|
+
export interface QueryOpportunityEnrollmentResult {
|
|
52410
|
+
"id"?: string;
|
|
52411
|
+
"opportunityId": string;
|
|
52412
|
+
"agent": Models.UserReference;
|
|
52413
|
+
"status": string;
|
|
52414
|
+
"schedule"?: Models.BuScheduleReference;
|
|
52415
|
+
"systemMessageCode"?: string;
|
|
52416
|
+
"reviewNote"?: string;
|
|
52417
|
+
"denialCode"?: string;
|
|
52418
|
+
"metadata": Models.QueryOpportunityEnrollmentMetadata;
|
|
52419
|
+
}
|
|
52420
|
+
|
|
52421
|
+
export interface QueryOpportunityEnrollmentsRequest {
|
|
52422
|
+
"range"?: Models.RequiredDateRange;
|
|
52423
|
+
"opportunityId"?: string;
|
|
52424
|
+
}
|
|
52425
|
+
|
|
52426
|
+
export interface QueryOpportunityEnrollmentsResponse {
|
|
52427
|
+
"result"?: Models.QueryOpportunityEnrollmentsResult;
|
|
52428
|
+
"downloadUrl"?: string;
|
|
52429
|
+
}
|
|
52430
|
+
|
|
52431
|
+
export interface QueryOpportunityEnrollmentsResult {
|
|
52432
|
+
"nextStartDate"?: string;
|
|
52433
|
+
"enrollments": Array<Models.QueryOpportunityEnrollmentResult>;
|
|
52434
|
+
"opportunities"?: Array<Models.QueryEnrollmentOpportunityResult>;
|
|
52435
|
+
}
|
|
52436
|
+
|
|
51589
52437
|
export interface QueryPlanningGroupToStaffingGroupsRequest {
|
|
51590
52438
|
"planningGroupIds"?: Array<string>;
|
|
51591
52439
|
"staffingGroupIds"?: Array<string>;
|
|
@@ -55126,6 +55974,7 @@ declare namespace Models {
|
|
|
55126
55974
|
"recordingErrorStatus"?: string;
|
|
55127
55975
|
"originalRecordingStartTime"?: string;
|
|
55128
55976
|
"creationTime"?: string;
|
|
55977
|
+
"associatedConversationIds"?: Array<string>;
|
|
55129
55978
|
"selfUri"?: string;
|
|
55130
55979
|
}
|
|
55131
55980
|
|
|
@@ -55405,6 +56254,13 @@ declare namespace Models {
|
|
|
55405
56254
|
"selfUri"?: string;
|
|
55406
56255
|
}
|
|
55407
56256
|
|
|
56257
|
+
export interface RecordingNotificationResponse {
|
|
56258
|
+
"originatingMessageId"?: string;
|
|
56259
|
+
"referenceId"?: string;
|
|
56260
|
+
"notificationStatus"?: string;
|
|
56261
|
+
"notificationText"?: string;
|
|
56262
|
+
}
|
|
56263
|
+
|
|
55408
56264
|
export interface RecordingNotificationTemplate {
|
|
55409
56265
|
"id"?: string;
|
|
55410
56266
|
"language"?: string;
|
|
@@ -55554,6 +56410,10 @@ declare namespace Models {
|
|
|
55554
56410
|
"medium": string;
|
|
55555
56411
|
}
|
|
55556
56412
|
|
|
56413
|
+
export interface RegionResponse {
|
|
56414
|
+
"regionName"?: string;
|
|
56415
|
+
}
|
|
56416
|
+
|
|
55557
56417
|
export interface RegionTimeZone {
|
|
55558
56418
|
"id"?: string;
|
|
55559
56419
|
"name"?: string;
|
|
@@ -55573,6 +56433,9 @@ declare namespace Models {
|
|
|
55573
56433
|
"selfUri"?: string;
|
|
55574
56434
|
}
|
|
55575
56435
|
|
|
56436
|
+
export interface RegisterArchitectJobRequest {
|
|
56437
|
+
}
|
|
56438
|
+
|
|
55576
56439
|
export interface RegisterArchitectJobResponse {
|
|
55577
56440
|
"id"?: string;
|
|
55578
56441
|
"presignedUrl"?: string;
|
|
@@ -56520,6 +57383,7 @@ declare namespace Models {
|
|
|
56520
57383
|
export interface RoutingConversationAttributesRequest {
|
|
56521
57384
|
"priority"?: number;
|
|
56522
57385
|
"skillIds"?: Array<string>;
|
|
57386
|
+
"skillExpression"?: string;
|
|
56523
57387
|
"languageId"?: string;
|
|
56524
57388
|
"labelId"?: string;
|
|
56525
57389
|
"requestScoredAgents"?: Array<Models.RequestScoredAgent>;
|
|
@@ -56531,6 +57395,8 @@ declare namespace Models {
|
|
|
56531
57395
|
"language"?: Models.Language;
|
|
56532
57396
|
"label"?: Models.UtilizationLabel;
|
|
56533
57397
|
"scoredAgents"?: Array<Models.ScoredAgent>;
|
|
57398
|
+
"skillExpression"?: string;
|
|
57399
|
+
"skillExpressionId"?: string;
|
|
56534
57400
|
}
|
|
56535
57401
|
|
|
56536
57402
|
export interface RoutingData {
|
|
@@ -56539,6 +57405,7 @@ declare namespace Models {
|
|
|
56539
57405
|
"label"?: string;
|
|
56540
57406
|
"priority"?: number;
|
|
56541
57407
|
"skillIds"?: Array<string>;
|
|
57408
|
+
"skillExpression"?: string;
|
|
56542
57409
|
"preferredAgentIds"?: Array<string>;
|
|
56543
57410
|
"scoredAgents"?: Array<Models.ScoredAgent>;
|
|
56544
57411
|
"routingFlags"?: Array<string>;
|
|
@@ -56622,6 +57489,12 @@ declare namespace Models {
|
|
|
56622
57489
|
"skillIds"?: Array<string>;
|
|
56623
57490
|
}
|
|
56624
57491
|
|
|
57492
|
+
export interface Row {
|
|
57493
|
+
"rowId": string;
|
|
57494
|
+
"inputs": { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
57495
|
+
"outputs": { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
57496
|
+
}
|
|
57497
|
+
|
|
56625
57498
|
export interface RowSearchFilter {
|
|
56626
57499
|
"predicates": Array<Models.RowSearchPredicate>;
|
|
56627
57500
|
}
|
|
@@ -56926,6 +57799,21 @@ declare namespace Models {
|
|
|
56926
57799
|
"result"?: Models.BuScheduleMetadata;
|
|
56927
57800
|
}
|
|
56928
57801
|
|
|
57802
|
+
export interface ScheduleVisibilityRange {
|
|
57803
|
+
"endDate": string;
|
|
57804
|
+
"endBusinessUnitDate": string;
|
|
57805
|
+
}
|
|
57806
|
+
|
|
57807
|
+
export interface ScheduleVisibilitySettingsRequest {
|
|
57808
|
+
"enabled"?: boolean;
|
|
57809
|
+
"futureWeeks"?: number;
|
|
57810
|
+
}
|
|
57811
|
+
|
|
57812
|
+
export interface ScheduleVisibilitySettingsResponse {
|
|
57813
|
+
"enabled": boolean;
|
|
57814
|
+
"futureWeeks": number;
|
|
57815
|
+
}
|
|
57816
|
+
|
|
56929
57817
|
export interface ScheduledTrigger {
|
|
56930
57818
|
"id"?: string;
|
|
56931
57819
|
"name"?: string;
|
|
@@ -57660,7 +58548,7 @@ declare namespace Models {
|
|
|
57660
58548
|
|
|
57661
58549
|
export interface SendAgentlessOutboundMessageRequest {
|
|
57662
58550
|
"fromAddress": string;
|
|
57663
|
-
"toAddress"
|
|
58551
|
+
"toAddress"?: string;
|
|
57664
58552
|
"toAddressMessengerType": string;
|
|
57665
58553
|
"textBody"?: string;
|
|
57666
58554
|
"messagingTemplate"?: Models.SendMessagingTemplateRequest;
|
|
@@ -57742,7 +58630,7 @@ declare namespace Models {
|
|
|
57742
58630
|
}
|
|
57743
58631
|
|
|
57744
58632
|
export interface ServiceGoalTemplate {
|
|
57745
|
-
"id"
|
|
58633
|
+
"id": string;
|
|
57746
58634
|
"name"?: string;
|
|
57747
58635
|
"serviceLevel"?: Models.BuServiceLevel;
|
|
57748
58636
|
"averageSpeedOfAnswer"?: Models.BuAverageSpeedOfAnswer;
|
|
@@ -58498,6 +59386,45 @@ declare namespace Models {
|
|
|
58498
59386
|
"pageCount"?: number;
|
|
58499
59387
|
}
|
|
58500
59388
|
|
|
59389
|
+
export interface SkillExpression {
|
|
59390
|
+
"id"?: string;
|
|
59391
|
+
"name"?: string;
|
|
59392
|
+
"expression"?: string;
|
|
59393
|
+
"queueId"?: string;
|
|
59394
|
+
"selfUri"?: string;
|
|
59395
|
+
}
|
|
59396
|
+
|
|
59397
|
+
export interface SkillExpressionData {
|
|
59398
|
+
"expression": string;
|
|
59399
|
+
}
|
|
59400
|
+
|
|
59401
|
+
export interface SkillExpressionEntityListing {
|
|
59402
|
+
"entities"?: Array<Models.SkillExpression>;
|
|
59403
|
+
"pageSize"?: number;
|
|
59404
|
+
"pageNumber"?: number;
|
|
59405
|
+
"total"?: number;
|
|
59406
|
+
"firstUri"?: string;
|
|
59407
|
+
"nextUri"?: string;
|
|
59408
|
+
"previousUri"?: string;
|
|
59409
|
+
"lastUri"?: string;
|
|
59410
|
+
"selfUri"?: string;
|
|
59411
|
+
"pageCount"?: number;
|
|
59412
|
+
}
|
|
59413
|
+
|
|
59414
|
+
export interface SkillExpressionValidationError {
|
|
59415
|
+
"code"?: string;
|
|
59416
|
+
"message"?: string;
|
|
59417
|
+
"position"?: number;
|
|
59418
|
+
}
|
|
59419
|
+
|
|
59420
|
+
export interface SkillExpressionValidationResult {
|
|
59421
|
+
"valid"?: boolean;
|
|
59422
|
+
"expression"?: string;
|
|
59423
|
+
"skills"?: Array<Models.SkillReference>;
|
|
59424
|
+
"errors"?: Array<Models.SkillExpressionValidationError>;
|
|
59425
|
+
"hint"?: string;
|
|
59426
|
+
}
|
|
59427
|
+
|
|
58501
59428
|
export interface SkillGroup {
|
|
58502
59429
|
"id"?: string;
|
|
58503
59430
|
"name": string;
|
|
@@ -58579,6 +59506,12 @@ declare namespace Models {
|
|
|
58579
59506
|
"selfUri"?: string;
|
|
58580
59507
|
}
|
|
58581
59508
|
|
|
59509
|
+
export interface SkillReference {
|
|
59510
|
+
"id"?: string;
|
|
59511
|
+
"name"?: string;
|
|
59512
|
+
"isLanguageSkill"?: boolean;
|
|
59513
|
+
}
|
|
59514
|
+
|
|
58582
59515
|
export interface SkillsToRemove {
|
|
58583
59516
|
"name"?: string;
|
|
58584
59517
|
"id"?: string;
|
|
@@ -58853,7 +59786,6 @@ declare namespace Models {
|
|
|
58853
59786
|
"interval": string;
|
|
58854
59787
|
"timeZone"?: string;
|
|
58855
59788
|
"filter"?: Models.SocialMediaQueryFilter;
|
|
58856
|
-
"topicIds"?: Array<string>;
|
|
58857
59789
|
"pageSize"?: number;
|
|
58858
59790
|
"order"?: string;
|
|
58859
59791
|
}
|
|
@@ -58945,6 +59877,14 @@ declare namespace Models {
|
|
|
58945
59877
|
"p99"?: number;
|
|
58946
59878
|
}
|
|
58947
59879
|
|
|
59880
|
+
export interface SocialNumericRange {
|
|
59881
|
+
"eq"?: number;
|
|
59882
|
+
"gt"?: number;
|
|
59883
|
+
"gte"?: number;
|
|
59884
|
+
"lt"?: number;
|
|
59885
|
+
"lte"?: number;
|
|
59886
|
+
}
|
|
59887
|
+
|
|
58948
59888
|
export interface SocialTopicPatchRequest {
|
|
58949
59889
|
"name"?: string;
|
|
58950
59890
|
"description"?: string;
|
|
@@ -59411,6 +60351,8 @@ declare namespace Models {
|
|
|
59411
60351
|
}
|
|
59412
60352
|
|
|
59413
60353
|
export interface StatusInfo {
|
|
60354
|
+
"code"?: string;
|
|
60355
|
+
"message"?: string;
|
|
59414
60356
|
}
|
|
59415
60357
|
|
|
59416
60358
|
export interface Step {
|
|
@@ -59770,10 +60712,13 @@ declare namespace Models {
|
|
|
59770
60712
|
export interface SummarySetting {
|
|
59771
60713
|
"id"?: string;
|
|
59772
60714
|
"name": string;
|
|
60715
|
+
"dateModified"?: string;
|
|
60716
|
+
"interactionType"?: string;
|
|
59773
60717
|
"language": string;
|
|
59774
60718
|
"summaryType"?: string;
|
|
59775
60719
|
"format"?: string;
|
|
59776
60720
|
"maskPII"?: Models.SummarySettingPII;
|
|
60721
|
+
"dateCreated"?: string;
|
|
59777
60722
|
"participantLabels"?: Models.SummarySettingParticipantLabels;
|
|
59778
60723
|
"predefinedInsights"?: Array<string>;
|
|
59779
60724
|
"customEntities"?: Array<Models.SummarySettingCustomEntity>;
|
|
@@ -59782,8 +60727,6 @@ declare namespace Models {
|
|
|
59782
60727
|
"serviceType"?: string;
|
|
59783
60728
|
"integrationId"?: string;
|
|
59784
60729
|
"timeoutDuration"?: number;
|
|
59785
|
-
"dateCreated"?: string;
|
|
59786
|
-
"dateModified"?: string;
|
|
59787
60730
|
"selfUri"?: string;
|
|
59788
60731
|
}
|
|
59789
60732
|
|
|
@@ -59821,8 +60764,8 @@ declare namespace Models {
|
|
|
59821
60764
|
|
|
59822
60765
|
export interface SummarySettingWithTranscript {
|
|
59823
60766
|
"transcript": string;
|
|
59824
|
-
"summarySetting": Models.SummarySetting;
|
|
59825
60767
|
"summaryPreviewSessionId": string;
|
|
60768
|
+
"summarySetting": Models.SummarySetting;
|
|
59826
60769
|
}
|
|
59827
60770
|
|
|
59828
60771
|
export interface SupportCenterCategory {
|
|
@@ -60900,6 +61843,13 @@ declare namespace Models {
|
|
|
60900
61843
|
|
|
60901
61844
|
export interface ThirdPartySuggestion {
|
|
60902
61845
|
"text"?: string;
|
|
61846
|
+
"title"?: string;
|
|
61847
|
+
"sources"?: Array<Models.ThirdPartySuggestionSource>;
|
|
61848
|
+
}
|
|
61849
|
+
|
|
61850
|
+
export interface ThirdPartySuggestionSource {
|
|
61851
|
+
"name"?: string;
|
|
61852
|
+
"url"?: string;
|
|
60903
61853
|
}
|
|
60904
61854
|
|
|
60905
61855
|
export interface Ticker {
|
|
@@ -61386,6 +62336,11 @@ declare namespace Models {
|
|
|
61386
62336
|
"pageSize"?: number;
|
|
61387
62337
|
}
|
|
61388
62338
|
|
|
62339
|
+
export interface TranscriptCategories {
|
|
62340
|
+
"includes"?: Array<string>;
|
|
62341
|
+
"excludes"?: Array<string>;
|
|
62342
|
+
}
|
|
62343
|
+
|
|
61389
62344
|
export interface TranscriptSearchCriteria {
|
|
61390
62345
|
"endValue"?: string;
|
|
61391
62346
|
"values"?: Array<string>;
|
|
@@ -62196,6 +63151,7 @@ declare namespace Models {
|
|
|
62196
63151
|
"dateCreated"?: string;
|
|
62197
63152
|
"dateModified"?: string;
|
|
62198
63153
|
"platform"?: string;
|
|
63154
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
62199
63155
|
"countries"?: Array<string>;
|
|
62200
63156
|
"searchTerms"?: string;
|
|
62201
63157
|
"selfUri"?: string;
|
|
@@ -62210,6 +63166,7 @@ declare namespace Models {
|
|
|
62210
63166
|
"dateCreated"?: string;
|
|
62211
63167
|
"dateModified"?: string;
|
|
62212
63168
|
"platform"?: string;
|
|
63169
|
+
"ingestionRuleInfo"?: Models.MessageInfo;
|
|
62213
63170
|
"countries"?: Array<string>;
|
|
62214
63171
|
"searchTerms"?: string;
|
|
62215
63172
|
"selfUri"?: string;
|
|
@@ -62415,7 +63372,7 @@ declare namespace Models {
|
|
|
62415
63372
|
|
|
62416
63373
|
export interface UnavailableTime {
|
|
62417
63374
|
"id"?: string;
|
|
62418
|
-
"timeSpan": Models.
|
|
63375
|
+
"timeSpan": Models.WfmTimeSpan;
|
|
62419
63376
|
"notes"?: string;
|
|
62420
63377
|
}
|
|
62421
63378
|
|
|
@@ -62428,11 +63385,6 @@ declare namespace Models {
|
|
|
62428
63385
|
"enabled": boolean;
|
|
62429
63386
|
}
|
|
62430
63387
|
|
|
62431
|
-
export interface UnavailableTimesTimeSpan {
|
|
62432
|
-
"startDate": string;
|
|
62433
|
-
"lengthMinutes": number;
|
|
62434
|
-
}
|
|
62435
|
-
|
|
62436
63388
|
export interface UnavailableTimesValidationResult {
|
|
62437
63389
|
"valid": boolean;
|
|
62438
63390
|
"invalidWorkPlans": Array<Models.WorkPlanReference>;
|
|
@@ -62619,6 +63571,10 @@ declare namespace Models {
|
|
|
62619
63571
|
"outputs"?: Array<Models.DecisionTableOutputColumnRequest>;
|
|
62620
63572
|
}
|
|
62621
63573
|
|
|
63574
|
+
export interface UpdateDecisionTableImportJobRequest {
|
|
63575
|
+
"status": string;
|
|
63576
|
+
}
|
|
63577
|
+
|
|
62622
63578
|
export interface UpdateDecisionTableRequest {
|
|
62623
63579
|
"name"?: string;
|
|
62624
63580
|
"description"?: string;
|
|
@@ -62638,6 +63594,19 @@ declare namespace Models {
|
|
|
62638
63594
|
"version": number;
|
|
62639
63595
|
}
|
|
62640
63596
|
|
|
63597
|
+
export interface UpdateExternalEventRequest {
|
|
63598
|
+
"displayName": string;
|
|
63599
|
+
"rank": number;
|
|
63600
|
+
}
|
|
63601
|
+
|
|
63602
|
+
export interface UpdateExternalEventResponse {
|
|
63603
|
+
"schemaId"?: string;
|
|
63604
|
+
"eventName"?: string;
|
|
63605
|
+
"displayName"?: string;
|
|
63606
|
+
"rank"?: number;
|
|
63607
|
+
"activationStatus"?: string;
|
|
63608
|
+
}
|
|
63609
|
+
|
|
62641
63610
|
export interface UpdateExternalEventsConfigurationRequest {
|
|
62642
63611
|
"name"?: string;
|
|
62643
63612
|
"description"?: string;
|
|
@@ -62831,7 +63800,7 @@ declare namespace Models {
|
|
|
62831
63800
|
|
|
62832
63801
|
export interface UpdateUnavailableTime {
|
|
62833
63802
|
"id"?: string;
|
|
62834
|
-
"timeSpan"?: Models.
|
|
63803
|
+
"timeSpan"?: Models.WfmTimeSpan;
|
|
62835
63804
|
"notes"?: string;
|
|
62836
63805
|
"delete"?: boolean;
|
|
62837
63806
|
}
|
|
@@ -64274,25 +65243,6 @@ declare namespace Models {
|
|
|
64274
65243
|
"maxInboundCalls"?: number;
|
|
64275
65244
|
}
|
|
64276
65245
|
|
|
64277
|
-
export interface UtilizationTag {
|
|
64278
|
-
"id"?: string;
|
|
64279
|
-
"name"?: string;
|
|
64280
|
-
"selfUri"?: string;
|
|
64281
|
-
}
|
|
64282
|
-
|
|
64283
|
-
export interface UtilizationTagEntityListing {
|
|
64284
|
-
"entities"?: Array<Models.UtilizationTag>;
|
|
64285
|
-
"pageSize"?: number;
|
|
64286
|
-
"pageNumber"?: number;
|
|
64287
|
-
"total"?: number;
|
|
64288
|
-
"firstUri"?: string;
|
|
64289
|
-
"nextUri"?: string;
|
|
64290
|
-
"previousUri"?: string;
|
|
64291
|
-
"lastUri"?: string;
|
|
64292
|
-
"selfUri"?: string;
|
|
64293
|
-
"pageCount"?: number;
|
|
64294
|
-
}
|
|
64295
|
-
|
|
64296
65246
|
export interface Utterance {
|
|
64297
65247
|
"utteranceText"?: string;
|
|
64298
65248
|
}
|
|
@@ -65013,6 +65963,12 @@ declare namespace Models {
|
|
|
65013
65963
|
"name"?: string;
|
|
65014
65964
|
}
|
|
65015
65965
|
|
|
65966
|
+
export interface V3SourceTagFilter {
|
|
65967
|
+
"allOf"?: Array<string>;
|
|
65968
|
+
"anyOfGroups"?: Array<Array<string>>;
|
|
65969
|
+
"noneOf"?: Array<string>;
|
|
65970
|
+
}
|
|
65971
|
+
|
|
65016
65972
|
export interface V3SourceUpdateRequest {
|
|
65017
65973
|
"name": string;
|
|
65018
65974
|
"triggerType": string;
|
|
@@ -65047,6 +66003,12 @@ declare namespace Models {
|
|
|
65047
66003
|
"previousUri"?: string;
|
|
65048
66004
|
}
|
|
65049
66005
|
|
|
66006
|
+
export interface V3SynchronizationRef {
|
|
66007
|
+
"id": string;
|
|
66008
|
+
"source": Models.V3SourceRef;
|
|
66009
|
+
"selfUri"?: string;
|
|
66010
|
+
}
|
|
66011
|
+
|
|
65050
66012
|
export interface V3SynchronizationStatistics {
|
|
65051
66013
|
"synchronizedItemCount"?: number;
|
|
65052
66014
|
"failedItemCount"?: number;
|
|
@@ -65070,8 +66032,13 @@ declare namespace Models {
|
|
|
65070
66032
|
}
|
|
65071
66033
|
|
|
65072
66034
|
export interface V3SynchronizationUploadUrlResponse {
|
|
66035
|
+
"fileId"?: string;
|
|
66036
|
+
"fileName"?: string;
|
|
66037
|
+
"metadata"?: Models.V3SynchronizationUploadMetadata;
|
|
66038
|
+
"synchronization"?: Models.V3SynchronizationRef;
|
|
65073
66039
|
"url"?: string;
|
|
65074
66040
|
"headers"?: { [key: string]: string; };
|
|
66041
|
+
"selfUri"?: string;
|
|
65075
66042
|
}
|
|
65076
66043
|
|
|
65077
66044
|
export interface ValidateAddressRequest {
|
|
@@ -65173,6 +66140,10 @@ declare namespace Models {
|
|
|
65173
66140
|
"value"?: Models.HrisTimeOffType;
|
|
65174
66141
|
}
|
|
65175
66142
|
|
|
66143
|
+
export interface ValueWrapperInstant {
|
|
66144
|
+
"value"?: string;
|
|
66145
|
+
}
|
|
66146
|
+
|
|
65176
66147
|
export interface ValueWrapperLocalDate {
|
|
65177
66148
|
"value"?: string;
|
|
65178
66149
|
}
|
|
@@ -65509,6 +66480,8 @@ declare namespace Models {
|
|
|
65509
66480
|
"sentimentTrendCategories"?: Array<string>;
|
|
65510
66481
|
"contentModerationFlags"?: Array<string>;
|
|
65511
66482
|
"socialSourceTypes"?: Array<string>;
|
|
66483
|
+
"socialFollowerRange"?: Models.SocialNumericRange;
|
|
66484
|
+
"socialVerificationStatus"?: boolean;
|
|
65512
66485
|
"sessionExpired"?: boolean;
|
|
65513
66486
|
"screenMonitored"?: boolean;
|
|
65514
66487
|
"engagementSources"?: Array<string>;
|
|
@@ -66164,6 +67137,7 @@ declare namespace Models {
|
|
|
66164
67137
|
"carousel"?: Models.ContentCarousel;
|
|
66165
67138
|
"datePicker"?: Models.ContentDatePicker;
|
|
66166
67139
|
"listPicker"?: Models.ConversationContentListPicker;
|
|
67140
|
+
"form"?: Models.ConversationContentForm;
|
|
66167
67141
|
}
|
|
66168
67142
|
|
|
66169
67143
|
export interface WebMessagingEvent {
|
|
@@ -67253,14 +68227,6 @@ declare namespace Models {
|
|
|
67253
68227
|
"includeExceptions"?: boolean;
|
|
67254
68228
|
}
|
|
67255
68229
|
|
|
67256
|
-
export interface WfmHistoricalAdherenceQueryForUsers {
|
|
67257
|
-
"startDate": string;
|
|
67258
|
-
"endDate"?: string;
|
|
67259
|
-
"timeZone": string;
|
|
67260
|
-
"userIds": Array<string>;
|
|
67261
|
-
"includeExceptions"?: boolean;
|
|
67262
|
-
}
|
|
67263
|
-
|
|
67264
68230
|
export interface WfmHistoricalAdherenceResponse {
|
|
67265
68231
|
"id"?: string;
|
|
67266
68232
|
"downloadUrl"?: string;
|
|
@@ -67622,6 +68588,11 @@ declare namespace Models {
|
|
|
67622
68588
|
"id"?: string;
|
|
67623
68589
|
}
|
|
67624
68590
|
|
|
68591
|
+
export interface WfmTimeSpan {
|
|
68592
|
+
"startDate": string;
|
|
68593
|
+
"lengthMinutes": number;
|
|
68594
|
+
}
|
|
68595
|
+
|
|
67625
68596
|
export interface WfmUpdateAgentDetailsTopicWfmUpdateAgentDetailsComplete {
|
|
67626
68597
|
"status"?: string;
|
|
67627
68598
|
}
|
|
@@ -67888,11 +68859,11 @@ declare namespace Models {
|
|
|
67888
68859
|
}
|
|
67889
68860
|
|
|
67890
68861
|
export interface WfmVersionedEntityMetadata {
|
|
67891
|
-
"version": number;
|
|
67892
68862
|
"modifiedBy"?: Models.UserReference;
|
|
67893
68863
|
"dateModified"?: string;
|
|
67894
68864
|
"createdBy"?: Models.UserReference;
|
|
67895
68865
|
"dateCreated"?: string;
|
|
68866
|
+
"version": number;
|
|
67896
68867
|
}
|
|
67897
68868
|
|
|
67898
68869
|
export interface WhatsAppAvailablePhoneNumberDetails {
|
|
@@ -67955,6 +68926,11 @@ declare namespace Models {
|
|
|
67955
68926
|
"buttons"?: Array<Models.Button>;
|
|
67956
68927
|
"messageFooter"?: Models.MessageFooter;
|
|
67957
68928
|
"header"?: Models.MessageHeader;
|
|
68929
|
+
"integrationId"?: string;
|
|
68930
|
+
"category"?: string;
|
|
68931
|
+
"templateStatus"?: string;
|
|
68932
|
+
"statusInfo"?: Models.StatusInfo;
|
|
68933
|
+
"carousel"?: Models.Carousel;
|
|
67958
68934
|
}
|
|
67959
68935
|
|
|
67960
68936
|
export interface WhatsAppEmbeddedSignupIntegrationActivationRequest {
|
|
@@ -68183,7 +69159,7 @@ declare namespace Models {
|
|
|
68183
69159
|
}
|
|
68184
69160
|
|
|
68185
69161
|
export interface WorkPlan {
|
|
68186
|
-
"id"
|
|
69162
|
+
"id": string;
|
|
68187
69163
|
"name"?: string;
|
|
68188
69164
|
"enabled"?: boolean;
|
|
68189
69165
|
"valid"?: boolean;
|
|
@@ -68360,7 +69336,7 @@ declare namespace Models {
|
|
|
68360
69336
|
}
|
|
68361
69337
|
|
|
68362
69338
|
export interface WorkPlanListItemResponse {
|
|
68363
|
-
"id"
|
|
69339
|
+
"id": string;
|
|
68364
69340
|
"name"?: string;
|
|
68365
69341
|
"enabled"?: boolean;
|
|
68366
69342
|
"valid"?: boolean;
|
|
@@ -68450,7 +69426,7 @@ declare namespace Models {
|
|
|
68450
69426
|
}
|
|
68451
69427
|
|
|
68452
69428
|
export interface WorkPlanRotationResponse {
|
|
68453
|
-
"id"
|
|
69429
|
+
"id": string;
|
|
68454
69430
|
"name"?: string;
|
|
68455
69431
|
"enabled"?: boolean;
|
|
68456
69432
|
"dateRange"?: Models.DateRangeWithOptionalEnd;
|
|
@@ -68496,7 +69472,7 @@ declare namespace Models {
|
|
|
68496
69472
|
}
|
|
68497
69473
|
|
|
68498
69474
|
export interface WorkPlanValidationRequest {
|
|
68499
|
-
"id"
|
|
69475
|
+
"id": string;
|
|
68500
69476
|
"name"?: string;
|
|
68501
69477
|
"enabled"?: boolean;
|
|
68502
69478
|
"valid"?: boolean;
|
|
@@ -68626,6 +69602,7 @@ declare namespace Models {
|
|
|
68626
69602
|
"maxPoints"?: number;
|
|
68627
69603
|
"value"?: number;
|
|
68628
69604
|
"punctualityEvents"?: Array<Models.PunctualityEvent>;
|
|
69605
|
+
"businessUnitId"?: string;
|
|
68629
69606
|
"evaluationDetails"?: Array<Models.QualityEvaluationScoreItem>;
|
|
68630
69607
|
}
|
|
68631
69608
|
|