purecloud-platform-client-v2 253.0.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 +1159 -304
- package/dist/web-amd/purecloud-platform-client-v2.js +1159 -304
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +438 -304
- package/dist/web-cjs/purecloud-platform-client-v2.js +438 -304
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +462 -15
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -62
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AssistantCopilotVariationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BackgroundAssistantApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +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 +1 -5
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -9
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +155 -3
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +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 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -5
- package/src/purecloud-platform-client-v2/api/UsersRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +10 -5
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -2469,10 +2469,16 @@ declare namespace BillingApi {
|
|
|
2469
2469
|
declare class BusinessRulesApi {
|
|
2470
2470
|
constructor(apiClient?: ApiClientClass);
|
|
2471
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>;
|
|
2472
2474
|
deleteBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableVersionOptions): Promise<void>;
|
|
2473
2475
|
deleteBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string, opts?: BusinessRulesApi.deleteBusinessrulesDecisiontableVersionRowOptions): Promise<void>;
|
|
2474
2476
|
deleteBusinessrulesSchema(schemaId: string, opts?: BusinessRulesApi.deleteBusinessrulesSchemaOptions): Promise<void>;
|
|
2475
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>;
|
|
2476
2482
|
getBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionOptions): Promise<Models.DecisionTableVersion>;
|
|
2477
2483
|
getBusinessrulesDecisiontableVersionRow(tableId: string, tableVersion: number, rowId: string, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionRowOptions): Promise<Models.DecisionTableRow>;
|
|
2478
2484
|
getBusinessrulesDecisiontableVersionRows(tableId: string, tableVersion: number, opts?: BusinessRulesApi.getBusinessrulesDecisiontableVersionRowsOptions): Promise<Models.DecisionTableRowListing>;
|
|
@@ -2484,11 +2490,17 @@ declare class BusinessRulesApi {
|
|
|
2484
2490
|
getBusinessrulesSchemasCoretype(coreTypeName: string, opts?: BusinessRulesApi.getBusinessrulesSchemasCoretypeOptions): Promise<Models.Coretype>;
|
|
2485
2491
|
getBusinessrulesSchemasCoretypes(opts?: BusinessRulesApi.getBusinessrulesSchemasCoretypesOptions): Promise<Models.CoretypeListing>;
|
|
2486
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>;
|
|
2487
2494
|
patchBusinessrulesDecisiontableVersion(tableId: string, tableVersion: number, body: Models.UpdateDecisionTableVersionRequest, opts?: BusinessRulesApi.patchBusinessrulesDecisiontableVersionOptions): Promise<Models.DecisionTableVersion>;
|
|
2488
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>;
|
|
2489
2498
|
postBusinessrulesDecisiontableVersionCopy(tableId: string, tableVersion: number, body: Models.CopyDecisionTableRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionCopyOptions): Promise<Models.DecisionTableVersion>;
|
|
2490
2499
|
postBusinessrulesDecisiontableVersionExecute(tableId: string, tableVersion: number, body: Models.DecisionTableExecutionRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionExecuteOptions): Promise<Models.DecisionTableExecutionResponse>;
|
|
2491
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>;
|
|
2492
2504
|
postBusinessrulesDecisiontableVersionRowsSearch(tableId: string, tableVersion: number, body: Models.SearchDecisionTableRowsRequest, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsSearchOptions): Promise<Models.DecisionTableRowListing>;
|
|
2493
2505
|
postBusinessrulesDecisiontableVersionSync(tableId: string, tableVersion: number, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionSyncOptions): Promise<Models.DecisionTableVersion>;
|
|
2494
2506
|
postBusinessrulesDecisiontableVersions(tableId: string, opts?: BusinessRulesApi.postBusinessrulesDecisiontableVersionsOptions): Promise<Models.DecisionTableVersion>;
|
|
@@ -2504,6 +2516,12 @@ declare namespace BusinessRulesApi {
|
|
|
2504
2516
|
"forceDelete"?: boolean;
|
|
2505
2517
|
"customHeaders"?: Record<string, string>;
|
|
2506
2518
|
}
|
|
2519
|
+
export interface deleteBusinessrulesDecisiontableExportOptions {
|
|
2520
|
+
"customHeaders"?: Record<string, string>;
|
|
2521
|
+
}
|
|
2522
|
+
export interface deleteBusinessrulesDecisiontableImportOptions {
|
|
2523
|
+
"customHeaders"?: Record<string, string>;
|
|
2524
|
+
}
|
|
2507
2525
|
export interface deleteBusinessrulesDecisiontableVersionOptions {
|
|
2508
2526
|
"customHeaders"?: Record<string, string>;
|
|
2509
2527
|
}
|
|
@@ -2516,6 +2534,22 @@ declare namespace BusinessRulesApi {
|
|
|
2516
2534
|
export interface getBusinessrulesDecisiontableOptions {
|
|
2517
2535
|
"customHeaders"?: Record<string, string>;
|
|
2518
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
|
+
}
|
|
2519
2553
|
export interface getBusinessrulesDecisiontableVersionOptions {
|
|
2520
2554
|
"customHeaders"?: Record<string, string>;
|
|
2521
2555
|
}
|
|
@@ -2564,12 +2598,21 @@ declare namespace BusinessRulesApi {
|
|
|
2564
2598
|
export interface patchBusinessrulesDecisiontableOptions {
|
|
2565
2599
|
"customHeaders"?: Record<string, string>;
|
|
2566
2600
|
}
|
|
2601
|
+
export interface patchBusinessrulesDecisiontableImportOptions {
|
|
2602
|
+
"customHeaders"?: Record<string, string>;
|
|
2603
|
+
}
|
|
2567
2604
|
export interface patchBusinessrulesDecisiontableVersionOptions {
|
|
2568
2605
|
"customHeaders"?: Record<string, string>;
|
|
2569
2606
|
}
|
|
2570
2607
|
export interface postBusinessrulesDecisiontableExecuteOptions {
|
|
2571
2608
|
"customHeaders"?: Record<string, string>;
|
|
2572
2609
|
}
|
|
2610
|
+
export interface postBusinessrulesDecisiontableExportsOptions {
|
|
2611
|
+
"customHeaders"?: Record<string, string>;
|
|
2612
|
+
}
|
|
2613
|
+
export interface postBusinessrulesDecisiontableImportsOptions {
|
|
2614
|
+
"customHeaders"?: Record<string, string>;
|
|
2615
|
+
}
|
|
2573
2616
|
export interface postBusinessrulesDecisiontableVersionCopyOptions {
|
|
2574
2617
|
"customHeaders"?: Record<string, string>;
|
|
2575
2618
|
}
|
|
@@ -2579,6 +2622,15 @@ declare namespace BusinessRulesApi {
|
|
|
2579
2622
|
export interface postBusinessrulesDecisiontableVersionRowsOptions {
|
|
2580
2623
|
"customHeaders"?: Record<string, string>;
|
|
2581
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
|
+
}
|
|
2582
2634
|
export interface postBusinessrulesDecisiontableVersionRowsSearchOptions {
|
|
2583
2635
|
"pageNumber"?: string;
|
|
2584
2636
|
"pageSize"?: string;
|
|
@@ -2627,6 +2679,7 @@ declare class CaseManagementApi {
|
|
|
2627
2679
|
constructor(apiClient?: ApiClientClass);
|
|
2628
2680
|
deleteCasemanagementCase(caseId: string, opts?: CaseManagementApi.deleteCasemanagementCaseOptions): Promise<object>;
|
|
2629
2681
|
deleteCasemanagementCaseplan(caseplanId: string, opts?: CaseManagementApi.deleteCasemanagementCaseplanOptions): Promise<object>;
|
|
2682
|
+
deleteCasemanagementCaseplanDataschema(caseplanId: string, schemaKeyName: string, opts?: CaseManagementApi.deleteCasemanagementCaseplanDataschemaOptions): Promise<object>;
|
|
2630
2683
|
getCasemanagementCase(caseId: string, opts?: CaseManagementApi.getCasemanagementCaseOptions): Promise<Models.Case>;
|
|
2631
2684
|
getCasemanagementCaseAssociation(caseId: string, associationId: string, opts?: CaseManagementApi.getCasemanagementCaseAssociationOptions): Promise<Models.CaseAssociation>;
|
|
2632
2685
|
getCasemanagementCaseAssociations(caseId: string, opts?: CaseManagementApi.getCasemanagementCaseAssociationsOptions): Promise<Models.CaseAssociationListing>;
|
|
@@ -2652,14 +2705,16 @@ declare class CaseManagementApi {
|
|
|
2652
2705
|
patchCasemanagementCaseplan(caseplanId: string, body: Models.CaseplanUpdate, opts?: CaseManagementApi.patchCasemanagementCaseplanOptions): Promise<Models.Caseplan>;
|
|
2653
2706
|
patchCasemanagementCaseplanStageplan(caseplanId: string, stageplanId: string, body: Models.StageplanUpdate, opts?: CaseManagementApi.patchCasemanagementCaseplanStageplanOptions): Promise<Models.Stageplan>;
|
|
2654
2707
|
patchCasemanagementCaseplanStageplanStepplan(caseplanId: string, stageplanId: string, stepplanId: string, body: Models.StepplanUpdate, opts?: CaseManagementApi.patchCasemanagementCaseplanStageplanStepplanOptions): Promise<Models.Stepplan>;
|
|
2655
|
-
postCasemanagementCaseAssociations(caseId: string, opts?: CaseManagementApi.postCasemanagementCaseAssociationsOptions): Promise<Models.CaseAssociation>;
|
|
2708
|
+
postCasemanagementCaseAssociations(caseId: string, body: Models.CaseAssociationCreate, opts?: CaseManagementApi.postCasemanagementCaseAssociationsOptions): Promise<Models.CaseAssociation>;
|
|
2656
2709
|
postCasemanagementCaseTerminateJobs(caseId: string, opts?: CaseManagementApi.postCasemanagementCaseTerminateJobsOptions): Promise<Models.TerminateJob>;
|
|
2710
|
+
postCasemanagementCaseplanDataschemas(caseplanId: string, body: Models.CaseplanDataSchemaRequest, opts?: CaseManagementApi.postCasemanagementCaseplanDataschemasOptions): Promise<Models.CaseplanDataSchema>;
|
|
2657
2711
|
postCasemanagementCaseplanPublish(caseplanId: string, opts?: CaseManagementApi.postCasemanagementCaseplanPublishOptions): Promise<Models.Caseplan>;
|
|
2658
2712
|
postCasemanagementCaseplanVersions(caseplanId: string, opts?: CaseManagementApi.postCasemanagementCaseplanVersionsOptions): Promise<Models.Caseplan>;
|
|
2659
2713
|
postCasemanagementCaseplans(body: Models.CaseplanCreate, opts?: CaseManagementApi.postCasemanagementCaseplansOptions): Promise<Models.CaseplanCreateResponse>;
|
|
2660
2714
|
postCasemanagementCaseplansQuery(body: Models.CaseplanQueryRequest, opts?: CaseManagementApi.postCasemanagementCaseplansQueryOptions): Promise<Models.CaseplanQueryEntityListing>;
|
|
2661
2715
|
postCasemanagementCases(body: Models.CaseCreate, opts?: CaseManagementApi.postCasemanagementCasesOptions): Promise<Models.Case>;
|
|
2662
|
-
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>;
|
|
2663
2718
|
putCasemanagementCaseplanIntakesettings(caseplanId: string, body: Models.IntakeSettingsUpdate, opts?: CaseManagementApi.putCasemanagementCaseplanIntakesettingsOptions): Promise<Models.IntakeSettingsListing>;
|
|
2664
2719
|
}
|
|
2665
2720
|
|
|
@@ -2670,6 +2725,9 @@ declare namespace CaseManagementApi {
|
|
|
2670
2725
|
export interface deleteCasemanagementCaseplanOptions {
|
|
2671
2726
|
"customHeaders"?: Record<string, string>;
|
|
2672
2727
|
}
|
|
2728
|
+
export interface deleteCasemanagementCaseplanDataschemaOptions {
|
|
2729
|
+
"customHeaders"?: Record<string, string>;
|
|
2730
|
+
}
|
|
2673
2731
|
export interface getCasemanagementCaseOptions {
|
|
2674
2732
|
"expands"?: string;
|
|
2675
2733
|
"customHeaders"?: Record<string, string>;
|
|
@@ -2775,12 +2833,14 @@ declare namespace CaseManagementApi {
|
|
|
2775
2833
|
"customHeaders"?: Record<string, string>;
|
|
2776
2834
|
}
|
|
2777
2835
|
export interface postCasemanagementCaseAssociationsOptions {
|
|
2778
|
-
"body"?: Models.CaseAssociationCreate;
|
|
2779
2836
|
"customHeaders"?: Record<string, string>;
|
|
2780
2837
|
}
|
|
2781
2838
|
export interface postCasemanagementCaseTerminateJobsOptions {
|
|
2782
2839
|
"customHeaders"?: Record<string, string>;
|
|
2783
2840
|
}
|
|
2841
|
+
export interface postCasemanagementCaseplanDataschemasOptions {
|
|
2842
|
+
"customHeaders"?: Record<string, string>;
|
|
2843
|
+
}
|
|
2784
2844
|
export interface postCasemanagementCaseplanPublishOptions {
|
|
2785
2845
|
"customHeaders"?: Record<string, string>;
|
|
2786
2846
|
}
|
|
@@ -2797,7 +2857,9 @@ declare namespace CaseManagementApi {
|
|
|
2797
2857
|
"customHeaders"?: Record<string, string>;
|
|
2798
2858
|
}
|
|
2799
2859
|
export interface postCasemanagementCasesAssociationsQueryOptions {
|
|
2800
|
-
"
|
|
2860
|
+
"customHeaders"?: Record<string, string>;
|
|
2861
|
+
}
|
|
2862
|
+
export interface putCasemanagementCaseplanDataschemaOptions {
|
|
2801
2863
|
"customHeaders"?: Record<string, string>;
|
|
2802
2864
|
}
|
|
2803
2865
|
export interface putCasemanagementCaseplanIntakesettingsOptions {
|
|
@@ -4891,7 +4953,7 @@ declare class ExternalContactsApi {
|
|
|
4891
4953
|
getExternalcontactsContactUnresolved(contactId: string, opts?: ExternalContactsApi.getExternalcontactsContactUnresolvedOptions): Promise<Models.ExternalContact>;
|
|
4892
4954
|
getExternalcontactsContacts(opts?: ExternalContactsApi.getExternalcontactsContactsOptions): Promise<Models.ContactListing>;
|
|
4893
4955
|
getExternalcontactsContactsExport(exportId: string, opts?: ExternalContactsApi.getExternalcontactsContactsExportOptions): Promise<Models.ContactsExport>;
|
|
4894
|
-
getExternalcontactsContactsExports(opts?: ExternalContactsApi.getExternalcontactsContactsExportsOptions): Promise<Models.
|
|
4956
|
+
getExternalcontactsContactsExports(opts?: ExternalContactsApi.getExternalcontactsContactsExportsOptions): Promise<Models.ContactsExportListing>;
|
|
4895
4957
|
getExternalcontactsContactsSchema(schemaId: string, opts?: ExternalContactsApi.getExternalcontactsContactsSchemaOptions): Promise<Models.DataSchema>;
|
|
4896
4958
|
getExternalcontactsContactsSchemaVersion(schemaId: string, versionId: string, opts?: ExternalContactsApi.getExternalcontactsContactsSchemaVersionOptions): Promise<Models.DataSchema>;
|
|
4897
4959
|
getExternalcontactsContactsSchemaVersions(schemaId: string, opts?: ExternalContactsApi.getExternalcontactsContactsSchemaVersionsOptions): Promise<Models.DataSchemaListing>;
|
|
@@ -11273,6 +11335,7 @@ declare class RoutingApi {
|
|
|
11273
11335
|
deleteRoutingEmailDomain(domainId: string, opts?: RoutingApi.deleteRoutingEmailDomainOptions): Promise<void>;
|
|
11274
11336
|
deleteRoutingEmailDomainRoute(domainName: string, routeId: string, opts?: RoutingApi.deleteRoutingEmailDomainRouteOptions): Promise<void>;
|
|
11275
11337
|
deleteRoutingEmailOutboundDomain(domainId: string, opts?: RoutingApi.deleteRoutingEmailOutboundDomainOptions): Promise<void>;
|
|
11338
|
+
deleteRoutingEmailSettingEmailSettingId(emailSettingId: string, opts?: RoutingApi.deleteRoutingEmailSettingEmailSettingIdOptions): Promise<void>;
|
|
11276
11339
|
deleteRoutingLanguage(languageId: string, opts?: RoutingApi.deleteRoutingLanguageOptions): Promise<void>;
|
|
11277
11340
|
deleteRoutingPredictor(predictorId: string, opts?: RoutingApi.deleteRoutingPredictorOptions): Promise<void>;
|
|
11278
11341
|
deleteRoutingPredictorsKeyperformanceindicator(kpiId: string, opts?: RoutingApi.deleteRoutingPredictorsKeyperformanceindicatorOptions): Promise<void>;
|
|
@@ -11311,6 +11374,8 @@ declare class RoutingApi {
|
|
|
11311
11374
|
getRoutingEmailOutboundDomain(domainId: string, opts?: RoutingApi.getRoutingEmailOutboundDomainOptions): Promise<Models.OutboundDomain>;
|
|
11312
11375
|
getRoutingEmailOutboundDomainActivation(domainId: string, opts?: RoutingApi.getRoutingEmailOutboundDomainActivationOptions): Promise<Models.EmailOutboundDomainResult>;
|
|
11313
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>;
|
|
11314
11379
|
getRoutingEmailSetup(opts?: RoutingApi.getRoutingEmailSetupOptions): Promise<Models.EmailSetup>;
|
|
11315
11380
|
getRoutingLanguage(languageId: string, opts?: RoutingApi.getRoutingLanguageOptions): Promise<Models.Language>;
|
|
11316
11381
|
getRoutingLanguages(opts?: RoutingApi.getRoutingLanguagesOptions): Promise<Models.LanguageEntityListing>;
|
|
@@ -11373,6 +11438,7 @@ declare class RoutingApi {
|
|
|
11373
11438
|
patchRoutingEmailDomain(domainId: string, body: Models.InboundDomainPatchRequest, opts?: RoutingApi.patchRoutingEmailDomainOptions): Promise<Models.InboundDomain>;
|
|
11374
11439
|
patchRoutingEmailDomainValidate(domainId: string, body: Models.InboundDomainPatchRequest, opts?: RoutingApi.patchRoutingEmailDomainValidateOptions): Promise<Models.InboundDomain>;
|
|
11375
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>;
|
|
11376
11442
|
patchRoutingPredictor(predictorId: string, opts?: RoutingApi.patchRoutingPredictorOptions): Promise<Models.Predictor>;
|
|
11377
11443
|
patchRoutingPredictorsKeyperformanceindicator(kpiId: string, opts?: RoutingApi.patchRoutingPredictorsKeyperformanceindicatorOptions): Promise<Models.KeyPerformanceIndicator>;
|
|
11378
11444
|
patchRoutingQueueMember(queueId: string, memberId: string, body: Models.QueueMember, opts?: RoutingApi.patchRoutingQueueMemberOptions): Promise<void>;
|
|
@@ -11402,6 +11468,7 @@ declare class RoutingApi {
|
|
|
11402
11468
|
postRoutingEmailOutboundDomainTestconnection(domainId: string, opts?: RoutingApi.postRoutingEmailOutboundDomainTestconnectionOptions): Promise<Models.TestMessage>;
|
|
11403
11469
|
postRoutingEmailOutboundDomains(body: Models.OutboundDomainCreateRequest, opts?: RoutingApi.postRoutingEmailOutboundDomainsOptions): Promise<Models.EmailOutboundDomainResult>;
|
|
11404
11470
|
postRoutingEmailOutboundDomainsSimulated(body: Models.OutboundDomainCreateRequest, opts?: RoutingApi.postRoutingEmailOutboundDomainsSimulatedOptions): Promise<Models.EmailOutboundDomainResult>;
|
|
11471
|
+
postRoutingEmailSetting(body: Models.EmailSetting, opts?: RoutingApi.postRoutingEmailSettingOptions): Promise<Models.EmailSetting>;
|
|
11405
11472
|
postRoutingLanguages(body: Models.Language, opts?: RoutingApi.postRoutingLanguagesOptions): Promise<Models.Language>;
|
|
11406
11473
|
postRoutingPredictors(opts?: RoutingApi.postRoutingPredictorsOptions): Promise<Models.Predictor>;
|
|
11407
11474
|
postRoutingPredictorsKeyperformanceindicators(body: Models.CreateKpiRequest, opts?: RoutingApi.postRoutingPredictorsKeyperformanceindicatorsOptions): Promise<Models.KeyPerformanceIndicator>;
|
|
@@ -11456,6 +11523,9 @@ declare namespace RoutingApi {
|
|
|
11456
11523
|
export interface deleteRoutingEmailOutboundDomainOptions {
|
|
11457
11524
|
"customHeaders"?: Record<string, string>;
|
|
11458
11525
|
}
|
|
11526
|
+
export interface deleteRoutingEmailSettingEmailSettingIdOptions {
|
|
11527
|
+
"customHeaders"?: Record<string, string>;
|
|
11528
|
+
}
|
|
11459
11529
|
export interface deleteRoutingLanguageOptions {
|
|
11460
11530
|
"customHeaders"?: Record<string, string>;
|
|
11461
11531
|
}
|
|
@@ -11595,6 +11665,14 @@ declare namespace RoutingApi {
|
|
|
11595
11665
|
"expand"?: string;
|
|
11596
11666
|
"customHeaders"?: Record<string, string>;
|
|
11597
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
|
+
}
|
|
11598
11676
|
export interface getRoutingEmailSetupOptions {
|
|
11599
11677
|
"customHeaders"?: Record<string, string>;
|
|
11600
11678
|
}
|
|
@@ -11926,6 +12004,9 @@ declare namespace RoutingApi {
|
|
|
11926
12004
|
export interface patchRoutingEmailOutboundDomainOptions {
|
|
11927
12005
|
"customHeaders"?: Record<string, string>;
|
|
11928
12006
|
}
|
|
12007
|
+
export interface patchRoutingEmailSettingEmailSettingIdOptions {
|
|
12008
|
+
"customHeaders"?: Record<string, string>;
|
|
12009
|
+
}
|
|
11929
12010
|
export interface patchRoutingPredictorOptions {
|
|
11930
12011
|
"body"?: Models.PatchPredictorRequest;
|
|
11931
12012
|
"customHeaders"?: Record<string, string>;
|
|
@@ -12022,6 +12103,9 @@ declare namespace RoutingApi {
|
|
|
12022
12103
|
export interface postRoutingEmailOutboundDomainsSimulatedOptions {
|
|
12023
12104
|
"customHeaders"?: Record<string, string>;
|
|
12024
12105
|
}
|
|
12106
|
+
export interface postRoutingEmailSettingOptions {
|
|
12107
|
+
"customHeaders"?: Record<string, string>;
|
|
12108
|
+
}
|
|
12025
12109
|
export interface postRoutingLanguagesOptions {
|
|
12026
12110
|
"customHeaders"?: Record<string, string>;
|
|
12027
12111
|
}
|
|
@@ -13695,15 +13779,24 @@ declare namespace TeamsApi {
|
|
|
13695
13779
|
|
|
13696
13780
|
declare class TelephonyApi {
|
|
13697
13781
|
constructor(apiClient?: ApiClientClass);
|
|
13782
|
+
deleteTelephonyOrganizationLinkTargetOrganizationId(targetOrganizationId: string, opts?: TelephonyApi.deleteTelephonyOrganizationLinkTargetOrganizationIdOptions): Promise<void>;
|
|
13698
13783
|
getTelephonyAgentGreetings(agentId: string, opts?: TelephonyApi.getTelephonyAgentGreetingsOptions): Promise<Models.AgentGreeting>;
|
|
13699
13784
|
getTelephonyAgentsGreetingsMe(opts?: TelephonyApi.getTelephonyAgentsGreetingsMeOptions): Promise<Models.SelfAgentGreeting>;
|
|
13700
13785
|
getTelephonyCallsMetrics(opts?: TelephonyApi.getTelephonyCallsMetricsOptions): Promise<Models.OrganizationCallMetrics>;
|
|
13701
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>>;
|
|
13702
13790
|
getTelephonySettings(opts?: TelephonyApi.getTelephonySettingsOptions): Promise<Models.TelephonySettings>;
|
|
13703
13791
|
getTelephonySipmessagesConversation(conversationId: string, opts?: TelephonyApi.getTelephonySipmessagesConversationOptions): Promise<Models.Callmessage>;
|
|
13704
13792
|
getTelephonySipmessagesConversationHeaders(conversationId: string, opts?: TelephonyApi.getTelephonySipmessagesConversationHeadersOptions): Promise<Models.Callheader>;
|
|
13705
13793
|
getTelephonySiptraces(dateStart: string, dateEnd: string, opts?: TelephonyApi.getTelephonySiptracesOptions): Promise<Models.SipSearchResult>;
|
|
13706
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>;
|
|
13707
13800
|
postTelephonySiptracesDownload(sIPSearchPublicRequest: Models.SIPSearchPublicRequest, opts?: TelephonyApi.postTelephonySiptracesDownloadOptions): Promise<Models.SipDownloadResponse>;
|
|
13708
13801
|
putTelephonyAgentGreetings(agentId: string, body: Models.AgentGreeting, opts?: TelephonyApi.putTelephonyAgentGreetingsOptions): Promise<Models.AgentGreeting>;
|
|
13709
13802
|
putTelephonyAgentsGreetingsMe(body: Models.SelfAgentGreeting, opts?: TelephonyApi.putTelephonyAgentsGreetingsMeOptions): Promise<Models.SelfAgentGreeting>;
|
|
@@ -13711,6 +13804,9 @@ declare class TelephonyApi {
|
|
|
13711
13804
|
}
|
|
13712
13805
|
|
|
13713
13806
|
declare namespace TelephonyApi {
|
|
13807
|
+
export interface deleteTelephonyOrganizationLinkTargetOrganizationIdOptions {
|
|
13808
|
+
"customHeaders"?: Record<string, string>;
|
|
13809
|
+
}
|
|
13714
13810
|
export interface getTelephonyAgentGreetingsOptions {
|
|
13715
13811
|
"customHeaders"?: Record<string, string>;
|
|
13716
13812
|
}
|
|
@@ -13724,6 +13820,22 @@ declare namespace TelephonyApi {
|
|
|
13724
13820
|
export interface getTelephonyMediaregionsOptions {
|
|
13725
13821
|
"customHeaders"?: Record<string, string>;
|
|
13726
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
|
+
}
|
|
13727
13839
|
export interface getTelephonySettingsOptions {
|
|
13728
13840
|
"customHeaders"?: Record<string, string>;
|
|
13729
13841
|
}
|
|
@@ -13744,6 +13856,21 @@ declare namespace TelephonyApi {
|
|
|
13744
13856
|
export interface getTelephonySiptracesDownloadDownloadIdOptions {
|
|
13745
13857
|
"customHeaders"?: Record<string, string>;
|
|
13746
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
|
+
}
|
|
13747
13874
|
export interface postTelephonySiptracesDownloadOptions {
|
|
13748
13875
|
"customHeaders"?: Record<string, string>;
|
|
13749
13876
|
}
|
|
@@ -16227,6 +16354,7 @@ declare namespace WorkforceManagementApi {
|
|
|
16227
16354
|
export interface getWorkforcemanagementBusinessunitTimeoffplansOptions {
|
|
16228
16355
|
"managementUnitId"?: string;
|
|
16229
16356
|
"forceDownloadService"?: boolean;
|
|
16357
|
+
"expand"?: Array<string>;
|
|
16230
16358
|
"customHeaders"?: Record<string, string>;
|
|
16231
16359
|
}
|
|
16232
16360
|
export interface getWorkforcemanagementBusinessunitUsersOptions {
|
|
@@ -16254,6 +16382,8 @@ declare namespace WorkforceManagementApi {
|
|
|
16254
16382
|
"customHeaders"?: Record<string, string>;
|
|
16255
16383
|
}
|
|
16256
16384
|
export interface getWorkforcemanagementBusinessunitWeekSchedulesOptions {
|
|
16385
|
+
"earliestWeekDate"?: string;
|
|
16386
|
+
"latestWeekDate"?: string;
|
|
16257
16387
|
"includeOnlyPublished"?: boolean;
|
|
16258
16388
|
"expand"?: string;
|
|
16259
16389
|
"customHeaders"?: Record<string, string>;
|
|
@@ -16913,6 +17043,7 @@ declare namespace WorkforceManagementApi {
|
|
|
16913
17043
|
"customHeaders"?: Record<string, string>;
|
|
16914
17044
|
}
|
|
16915
17045
|
export interface postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateOptions {
|
|
17046
|
+
"includeOnly"?: string;
|
|
16916
17047
|
"customHeaders"?: Record<string, string>;
|
|
16917
17048
|
}
|
|
16918
17049
|
export interface postWorkforcemanagementManagementunitWeekShifttradeMatchOptions {
|
|
@@ -16993,6 +17124,7 @@ declare namespace WorkforceManagementApi {
|
|
|
16993
17124
|
"customHeaders"?: Record<string, string>;
|
|
16994
17125
|
}
|
|
16995
17126
|
export interface postWorkforcemanagementTimeoffrequestsEstimateOptions {
|
|
17127
|
+
"includeOnly"?: string;
|
|
16996
17128
|
"customHeaders"?: Record<string, string>;
|
|
16997
17129
|
}
|
|
16998
17130
|
export interface postWorkforcemanagementTimeoffrequestsIntegrationstatusQueryOptions {
|
|
@@ -18496,6 +18628,16 @@ declare namespace Models {
|
|
|
18496
18628
|
"pageCount"?: number;
|
|
18497
18629
|
}
|
|
18498
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
|
+
|
|
18499
18641
|
export interface AgentStateAgentQueryClause {
|
|
18500
18642
|
"type": string;
|
|
18501
18643
|
"predicates": Array<Models.AgentStateAgentQueryPredicate>;
|
|
@@ -19680,6 +19822,9 @@ declare namespace Models {
|
|
|
19680
19822
|
"selfUri"?: string;
|
|
19681
19823
|
}
|
|
19682
19824
|
|
|
19825
|
+
export interface AppleInvitation {
|
|
19826
|
+
}
|
|
19827
|
+
|
|
19683
19828
|
export interface AppleOpaqueId {
|
|
19684
19829
|
"value"?: string;
|
|
19685
19830
|
}
|
|
@@ -21571,6 +21716,7 @@ declare namespace Models {
|
|
|
21571
21716
|
"daysBeforeStartToExpireFromWaitlist"?: number;
|
|
21572
21717
|
"autoPublishApprovedTimeOffRequests"?: boolean;
|
|
21573
21718
|
"restrictedActivityCodeIds"?: Array<string>;
|
|
21719
|
+
"overrideDates"?: Array<Models.OverrideDate>;
|
|
21574
21720
|
"hrisTimeOffType"?: Models.HrisTimeOffType;
|
|
21575
21721
|
"enabled"?: boolean;
|
|
21576
21722
|
"countAgainstTimeOffLimits"?: boolean;
|
|
@@ -22048,6 +22194,7 @@ declare namespace Models {
|
|
|
22048
22194
|
"daysBeforeStartToExpireFromWaitlist": number;
|
|
22049
22195
|
"autoPublishApprovedTimeOffRequests"?: boolean;
|
|
22050
22196
|
"restrictedActivityCodes"?: Models.ActivityCodesReference;
|
|
22197
|
+
"overrideDates"?: Array<Models.OverrideDate>;
|
|
22051
22198
|
"hrisTimeOffType"?: Models.HrisTimeOffType;
|
|
22052
22199
|
"enabled": boolean;
|
|
22053
22200
|
"countAgainstTimeOffLimits": boolean;
|
|
@@ -22086,6 +22233,7 @@ declare namespace Models {
|
|
|
22086
22233
|
"daysBeforeStartToExpireFromWaitlist"?: number;
|
|
22087
22234
|
"autoPublishApprovedTimeOffRequests"?: boolean;
|
|
22088
22235
|
"restrictedActivityCodeIds"?: Models.SetWrapperString;
|
|
22236
|
+
"overrideDates"?: Models.ListWrapperOverrideDate;
|
|
22089
22237
|
"hrisTimeOffType"?: Models.ValueWrapperHrisTimeOffType;
|
|
22090
22238
|
"enabled"?: boolean;
|
|
22091
22239
|
"countAgainstTimeOffLimits"?: boolean;
|
|
@@ -22098,6 +22246,15 @@ declare namespace Models {
|
|
|
22098
22246
|
"managementUnits": Array<Models.ManagementUnitUserListing>;
|
|
22099
22247
|
}
|
|
22100
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
|
+
|
|
22101
22258
|
export interface BulkAddOpportunitiesRequest {
|
|
22102
22259
|
"opportunities": Array<Models.AddOpportunityBody>;
|
|
22103
22260
|
"agentIds"?: Array<string>;
|
|
@@ -22145,6 +22302,10 @@ declare namespace Models {
|
|
|
22145
22302
|
"errorIndexes"?: Array<number>;
|
|
22146
22303
|
}
|
|
22147
22304
|
|
|
22305
|
+
export interface BulkDeleteDecisionTableRowsRequest {
|
|
22306
|
+
"rowIds": Array<string>;
|
|
22307
|
+
}
|
|
22308
|
+
|
|
22148
22309
|
export interface BulkDeleteResponse {
|
|
22149
22310
|
"results"?: Array<Models.BulkResponseResultVoidEntityBulkEntityErrorEntity>;
|
|
22150
22311
|
"errorCount"?: number;
|
|
@@ -22544,6 +22705,15 @@ declare namespace Models {
|
|
|
22544
22705
|
"errorResultIds"?: Array<string>;
|
|
22545
22706
|
}
|
|
22546
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
|
+
|
|
22547
22717
|
export interface BulkUpdateOpportunityEnrollmentsStatusResponse {
|
|
22548
22718
|
"results": Array<Models.BulkOpportunitiesEnrollmentResult>;
|
|
22549
22719
|
"errorCount": number;
|
|
@@ -22675,6 +22845,7 @@ declare namespace Models {
|
|
|
22675
22845
|
"type"?: string;
|
|
22676
22846
|
"content"?: string;
|
|
22677
22847
|
"contentText"?: string;
|
|
22848
|
+
"payload"?: string;
|
|
22678
22849
|
}
|
|
22679
22850
|
|
|
22680
22851
|
export interface ButtonComponent {
|
|
@@ -23935,6 +24106,8 @@ declare namespace Models {
|
|
|
23935
24106
|
}
|
|
23936
24107
|
|
|
23937
24108
|
export interface CardBodyText {
|
|
24109
|
+
"content": string;
|
|
24110
|
+
"contentType": string;
|
|
23938
24111
|
}
|
|
23939
24112
|
|
|
23940
24113
|
export interface CardParameters {
|
|
@@ -23944,9 +24117,13 @@ declare namespace Models {
|
|
|
23944
24117
|
}
|
|
23945
24118
|
|
|
23946
24119
|
export interface Carousel {
|
|
24120
|
+
"cards": Array<Models.CarouselCard>;
|
|
23947
24121
|
}
|
|
23948
24122
|
|
|
23949
24123
|
export interface CarouselCard {
|
|
24124
|
+
"header": Models.MessageHeader;
|
|
24125
|
+
"buttons": Array<Models.Button>;
|
|
24126
|
+
"cardBodyText"?: Models.CardBodyText;
|
|
23950
24127
|
}
|
|
23951
24128
|
|
|
23952
24129
|
export interface CarouselParameters {
|
|
@@ -24191,6 +24368,10 @@ declare namespace Models {
|
|
|
24191
24368
|
"entities"?: Array<Models.CaseplanDataSchema>;
|
|
24192
24369
|
}
|
|
24193
24370
|
|
|
24371
|
+
export interface CaseplanDataSchemaRequest {
|
|
24372
|
+
"id": string;
|
|
24373
|
+
}
|
|
24374
|
+
|
|
24194
24375
|
export interface CaseplanListing {
|
|
24195
24376
|
"entities"?: Array<Models.Caseplan>;
|
|
24196
24377
|
"nextUri"?: string;
|
|
@@ -26094,11 +26275,11 @@ declare namespace Models {
|
|
|
26094
26275
|
export interface ContactsExport {
|
|
26095
26276
|
"id"?: string;
|
|
26096
26277
|
"divisionIds"?: Array<string>;
|
|
26097
|
-
"queryConditions"?: Models.ContactsExportQueryConditions;
|
|
26098
26278
|
"createdBy"?: Models.DomainEntityRef;
|
|
26099
26279
|
"dateCreated"?: string;
|
|
26100
26280
|
"status"?: string;
|
|
26101
26281
|
"downloadUrl"?: string;
|
|
26282
|
+
"queryConditions"?: Models.ContactsExportQueryConditions;
|
|
26102
26283
|
"selfUri"?: string;
|
|
26103
26284
|
}
|
|
26104
26285
|
|
|
@@ -26120,6 +26301,13 @@ declare namespace Models {
|
|
|
26120
26301
|
"not"?: Models.ContactsExportFilter;
|
|
26121
26302
|
}
|
|
26122
26303
|
|
|
26304
|
+
export interface ContactsExportListing {
|
|
26305
|
+
"entities"?: Array<Models.ContactsExport>;
|
|
26306
|
+
"nextUri"?: string;
|
|
26307
|
+
"selfUri"?: string;
|
|
26308
|
+
"previousUri"?: string;
|
|
26309
|
+
}
|
|
26310
|
+
|
|
26123
26311
|
export interface ContactsExportQueryConditions {
|
|
26124
26312
|
"filters"?: Models.ContactsExportFilter;
|
|
26125
26313
|
"limit"?: number;
|
|
@@ -30046,6 +30234,12 @@ declare namespace Models {
|
|
|
30046
30234
|
"description"?: string;
|
|
30047
30235
|
}
|
|
30048
30236
|
|
|
30237
|
+
export interface ConversationSummaryLabel {
|
|
30238
|
+
"name"?: string;
|
|
30239
|
+
"description"?: string;
|
|
30240
|
+
"type"?: string;
|
|
30241
|
+
}
|
|
30242
|
+
|
|
30049
30243
|
export interface ConversationSummaryReason {
|
|
30050
30244
|
"confidence"?: number;
|
|
30051
30245
|
"text"?: string;
|
|
@@ -30859,6 +31053,11 @@ declare namespace Models {
|
|
|
30859
31053
|
"outputs": Array<Models.DecisionTableOutputColumnRequest>;
|
|
30860
31054
|
}
|
|
30861
31055
|
|
|
31056
|
+
export interface CreateDecisionTableImportJobRequest {
|
|
31057
|
+
"importMode": string;
|
|
31058
|
+
"fileName": string;
|
|
31059
|
+
}
|
|
31060
|
+
|
|
30862
31061
|
export interface CreateDecisionTableRequest {
|
|
30863
31062
|
"name": string;
|
|
30864
31063
|
"description"?: string;
|
|
@@ -30998,6 +31197,11 @@ declare namespace Models {
|
|
|
30998
31197
|
"dateStart"?: string;
|
|
30999
31198
|
}
|
|
31000
31199
|
|
|
31200
|
+
export interface CreateOrganizationLink {
|
|
31201
|
+
"targetOrganizationId": string;
|
|
31202
|
+
"targetRegion": string;
|
|
31203
|
+
}
|
|
31204
|
+
|
|
31001
31205
|
export interface CreateOutboundMessagingConversationRequest {
|
|
31002
31206
|
"queueId": string;
|
|
31003
31207
|
"toAddress": string;
|
|
@@ -32393,6 +32597,90 @@ declare namespace Models {
|
|
|
32393
32597
|
"rowExecutionOutputs"?: Array<Models.DecisionTableRowExecutionOutput>;
|
|
32394
32598
|
}
|
|
32395
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
|
+
|
|
32396
32684
|
export interface DecisionTableInputColumn {
|
|
32397
32685
|
"id"?: string;
|
|
32398
32686
|
"defaultsTo"?: Models.DecisionTableColumnDefaultRowValue;
|
|
@@ -32409,6 +32697,21 @@ declare namespace Models {
|
|
|
32409
32697
|
"expression": Models.DecisionTableInputColumnExpression;
|
|
32410
32698
|
}
|
|
32411
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
|
+
|
|
32412
32715
|
export interface DecisionTableListing {
|
|
32413
32716
|
"entities"?: Array<Models.DecisionTable>;
|
|
32414
32717
|
"nextUri"?: string;
|
|
@@ -33709,6 +34012,12 @@ declare namespace Models {
|
|
|
33709
34012
|
"entity"?: Models.LearningAssignmentReference;
|
|
33710
34013
|
}
|
|
33711
34014
|
|
|
34015
|
+
export interface DisasterRecoveryAllRoutingRequest {
|
|
34016
|
+
"sourceOrganizationId": string;
|
|
34017
|
+
"switchOrganizationId": string;
|
|
34018
|
+
"targetRegion": string;
|
|
34019
|
+
}
|
|
34020
|
+
|
|
33712
34021
|
export interface DisconnectReason {
|
|
33713
34022
|
"type"?: string;
|
|
33714
34023
|
"code"?: number;
|
|
@@ -34794,6 +35103,8 @@ declare namespace Models {
|
|
|
34794
35103
|
|
|
34795
35104
|
export interface Domains {
|
|
34796
35105
|
"authorizedDomains"?: Models.AuthorizedDomains;
|
|
35106
|
+
"allowExistingEmailParticipants"?: boolean;
|
|
35107
|
+
"allowOutboundToAnyDomainAcd"?: boolean;
|
|
34797
35108
|
}
|
|
34798
35109
|
|
|
34799
35110
|
export interface DownloadResponse {
|
|
@@ -35776,6 +36087,19 @@ declare namespace Models {
|
|
|
35776
36087
|
"selfUri"?: string;
|
|
35777
36088
|
}
|
|
35778
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
|
+
|
|
35779
36103
|
export interface EmailSettingReference {
|
|
35780
36104
|
"id": string;
|
|
35781
36105
|
"name"?: string;
|
|
@@ -36122,6 +36446,7 @@ declare namespace Models {
|
|
|
36122
36446
|
"durationMinutes": number;
|
|
36123
36447
|
"payableMinutes": number;
|
|
36124
36448
|
"flexible": boolean;
|
|
36449
|
+
"overrideDateType"?: string;
|
|
36125
36450
|
}
|
|
36126
36451
|
|
|
36127
36452
|
export interface EstimateAvailablePartialDayTimeOffRequest {
|
|
@@ -36134,6 +36459,7 @@ declare namespace Models {
|
|
|
36134
36459
|
"durationMinutes": number;
|
|
36135
36460
|
"payableMinutes": number;
|
|
36136
36461
|
"flexible": boolean;
|
|
36462
|
+
"overrideDateType"?: string;
|
|
36137
36463
|
}
|
|
36138
36464
|
|
|
36139
36465
|
export interface EstimateAvailableTimeOffRequest {
|
|
@@ -36986,13 +37312,6 @@ declare namespace Models {
|
|
|
36986
37312
|
"exportType"?: string;
|
|
36987
37313
|
}
|
|
36988
37314
|
|
|
36989
|
-
export interface ExportListing {
|
|
36990
|
-
"entities"?: Array<Models.ContactsExport>;
|
|
36991
|
-
"nextUri"?: string;
|
|
36992
|
-
"selfUri"?: string;
|
|
36993
|
-
"previousUri"?: string;
|
|
36994
|
-
}
|
|
36995
|
-
|
|
36996
37315
|
export interface ExportScriptRequest {
|
|
36997
37316
|
"fileName"?: string;
|
|
36998
37317
|
"versionId"?: string;
|
|
@@ -44520,6 +44839,7 @@ declare namespace Models {
|
|
|
44520
44839
|
"generationSetting": Models.KnowledgeGenerationSetting;
|
|
44521
44840
|
"stateful"?: boolean;
|
|
44522
44841
|
"conversationTurns"?: Array<Models.KnowledgeConversationTurn>;
|
|
44842
|
+
"filter"?: Models.V3SourceTagFilter;
|
|
44523
44843
|
}
|
|
44524
44844
|
|
|
44525
44845
|
export interface KnowledgeSearchPreviewResponse {
|
|
@@ -44558,6 +44878,7 @@ declare namespace Models {
|
|
|
44558
44878
|
"sources": Array<Models.V3SourceRef>;
|
|
44559
44879
|
"generationSetting"?: Models.KnowledgeGenerationSetting;
|
|
44560
44880
|
"stateful"?: boolean;
|
|
44881
|
+
"filter"?: Models.V3SourceTagFilter;
|
|
44561
44882
|
}
|
|
44562
44883
|
|
|
44563
44884
|
export interface KnowledgeSettingsResponse {
|
|
@@ -44567,6 +44888,7 @@ declare namespace Models {
|
|
|
44567
44888
|
"sources"?: Array<Models.V3SourceRef>;
|
|
44568
44889
|
"generationSetting"?: Models.KnowledgeGenerationSetting;
|
|
44569
44890
|
"stateful"?: boolean;
|
|
44891
|
+
"filter"?: Models.V3SourceTagFilter;
|
|
44570
44892
|
"dateCreated"?: string;
|
|
44571
44893
|
"dateModified"?: string;
|
|
44572
44894
|
"modifiedBy"?: Models.UserReference;
|
|
@@ -48053,6 +48375,34 @@ declare namespace Models {
|
|
|
48053
48375
|
"selfUri"?: string;
|
|
48054
48376
|
}
|
|
48055
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
|
+
|
|
48056
48406
|
export interface NumericRange {
|
|
48057
48407
|
"gt"?: number;
|
|
48058
48408
|
"gte"?: number;
|
|
@@ -48937,6 +49287,27 @@ declare namespace Models {
|
|
|
48937
49287
|
"custserv"?: boolean;
|
|
48938
49288
|
}
|
|
48939
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
|
+
|
|
48940
49311
|
export interface OrganizationPresence {
|
|
48941
49312
|
"id"?: string;
|
|
48942
49313
|
"name"?: string;
|
|
@@ -55883,6 +56254,13 @@ declare namespace Models {
|
|
|
55883
56254
|
"selfUri"?: string;
|
|
55884
56255
|
}
|
|
55885
56256
|
|
|
56257
|
+
export interface RecordingNotificationResponse {
|
|
56258
|
+
"originatingMessageId"?: string;
|
|
56259
|
+
"referenceId"?: string;
|
|
56260
|
+
"notificationStatus"?: string;
|
|
56261
|
+
"notificationText"?: string;
|
|
56262
|
+
}
|
|
56263
|
+
|
|
55886
56264
|
export interface RecordingNotificationTemplate {
|
|
55887
56265
|
"id"?: string;
|
|
55888
56266
|
"language"?: string;
|
|
@@ -56032,6 +56410,10 @@ declare namespace Models {
|
|
|
56032
56410
|
"medium": string;
|
|
56033
56411
|
}
|
|
56034
56412
|
|
|
56413
|
+
export interface RegionResponse {
|
|
56414
|
+
"regionName"?: string;
|
|
56415
|
+
}
|
|
56416
|
+
|
|
56035
56417
|
export interface RegionTimeZone {
|
|
56036
56418
|
"id"?: string;
|
|
56037
56419
|
"name"?: string;
|
|
@@ -57107,6 +57489,12 @@ declare namespace Models {
|
|
|
57107
57489
|
"skillIds"?: Array<string>;
|
|
57108
57490
|
}
|
|
57109
57491
|
|
|
57492
|
+
export interface Row {
|
|
57493
|
+
"rowId": string;
|
|
57494
|
+
"inputs": { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
57495
|
+
"outputs": { [key: string]: Models.DecisionTableRowParameterValue; };
|
|
57496
|
+
}
|
|
57497
|
+
|
|
57110
57498
|
export interface RowSearchFilter {
|
|
57111
57499
|
"predicates": Array<Models.RowSearchPredicate>;
|
|
57112
57500
|
}
|
|
@@ -57411,6 +57799,21 @@ declare namespace Models {
|
|
|
57411
57799
|
"result"?: Models.BuScheduleMetadata;
|
|
57412
57800
|
}
|
|
57413
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
|
+
|
|
57414
57817
|
export interface ScheduledTrigger {
|
|
57415
57818
|
"id"?: string;
|
|
57416
57819
|
"name"?: string;
|
|
@@ -58145,7 +58548,7 @@ declare namespace Models {
|
|
|
58145
58548
|
|
|
58146
58549
|
export interface SendAgentlessOutboundMessageRequest {
|
|
58147
58550
|
"fromAddress": string;
|
|
58148
|
-
"toAddress"
|
|
58551
|
+
"toAddress"?: string;
|
|
58149
58552
|
"toAddressMessengerType": string;
|
|
58150
58553
|
"textBody"?: string;
|
|
58151
58554
|
"messagingTemplate"?: Models.SendMessagingTemplateRequest;
|
|
@@ -59383,7 +59786,6 @@ declare namespace Models {
|
|
|
59383
59786
|
"interval": string;
|
|
59384
59787
|
"timeZone"?: string;
|
|
59385
59788
|
"filter"?: Models.SocialMediaQueryFilter;
|
|
59386
|
-
"topicIds"?: Array<string>;
|
|
59387
59789
|
"pageSize"?: number;
|
|
59388
59790
|
"order"?: string;
|
|
59389
59791
|
}
|
|
@@ -59475,6 +59877,14 @@ declare namespace Models {
|
|
|
59475
59877
|
"p99"?: number;
|
|
59476
59878
|
}
|
|
59477
59879
|
|
|
59880
|
+
export interface SocialNumericRange {
|
|
59881
|
+
"eq"?: number;
|
|
59882
|
+
"gt"?: number;
|
|
59883
|
+
"gte"?: number;
|
|
59884
|
+
"lt"?: number;
|
|
59885
|
+
"lte"?: number;
|
|
59886
|
+
}
|
|
59887
|
+
|
|
59478
59888
|
export interface SocialTopicPatchRequest {
|
|
59479
59889
|
"name"?: string;
|
|
59480
59890
|
"description"?: string;
|
|
@@ -59941,6 +60351,8 @@ declare namespace Models {
|
|
|
59941
60351
|
}
|
|
59942
60352
|
|
|
59943
60353
|
export interface StatusInfo {
|
|
60354
|
+
"code"?: string;
|
|
60355
|
+
"message"?: string;
|
|
59944
60356
|
}
|
|
59945
60357
|
|
|
59946
60358
|
export interface Step {
|
|
@@ -61431,6 +61843,13 @@ declare namespace Models {
|
|
|
61431
61843
|
|
|
61432
61844
|
export interface ThirdPartySuggestion {
|
|
61433
61845
|
"text"?: string;
|
|
61846
|
+
"title"?: string;
|
|
61847
|
+
"sources"?: Array<Models.ThirdPartySuggestionSource>;
|
|
61848
|
+
}
|
|
61849
|
+
|
|
61850
|
+
export interface ThirdPartySuggestionSource {
|
|
61851
|
+
"name"?: string;
|
|
61852
|
+
"url"?: string;
|
|
61434
61853
|
}
|
|
61435
61854
|
|
|
61436
61855
|
export interface Ticker {
|
|
@@ -63152,6 +63571,10 @@ declare namespace Models {
|
|
|
63152
63571
|
"outputs"?: Array<Models.DecisionTableOutputColumnRequest>;
|
|
63153
63572
|
}
|
|
63154
63573
|
|
|
63574
|
+
export interface UpdateDecisionTableImportJobRequest {
|
|
63575
|
+
"status": string;
|
|
63576
|
+
}
|
|
63577
|
+
|
|
63155
63578
|
export interface UpdateDecisionTableRequest {
|
|
63156
63579
|
"name"?: string;
|
|
63157
63580
|
"description"?: string;
|
|
@@ -65540,6 +65963,12 @@ declare namespace Models {
|
|
|
65540
65963
|
"name"?: string;
|
|
65541
65964
|
}
|
|
65542
65965
|
|
|
65966
|
+
export interface V3SourceTagFilter {
|
|
65967
|
+
"allOf"?: Array<string>;
|
|
65968
|
+
"anyOfGroups"?: Array<Array<string>>;
|
|
65969
|
+
"noneOf"?: Array<string>;
|
|
65970
|
+
}
|
|
65971
|
+
|
|
65543
65972
|
export interface V3SourceUpdateRequest {
|
|
65544
65973
|
"name": string;
|
|
65545
65974
|
"triggerType": string;
|
|
@@ -65574,6 +66003,12 @@ declare namespace Models {
|
|
|
65574
66003
|
"previousUri"?: string;
|
|
65575
66004
|
}
|
|
65576
66005
|
|
|
66006
|
+
export interface V3SynchronizationRef {
|
|
66007
|
+
"id": string;
|
|
66008
|
+
"source": Models.V3SourceRef;
|
|
66009
|
+
"selfUri"?: string;
|
|
66010
|
+
}
|
|
66011
|
+
|
|
65577
66012
|
export interface V3SynchronizationStatistics {
|
|
65578
66013
|
"synchronizedItemCount"?: number;
|
|
65579
66014
|
"failedItemCount"?: number;
|
|
@@ -65597,8 +66032,13 @@ declare namespace Models {
|
|
|
65597
66032
|
}
|
|
65598
66033
|
|
|
65599
66034
|
export interface V3SynchronizationUploadUrlResponse {
|
|
66035
|
+
"fileId"?: string;
|
|
66036
|
+
"fileName"?: string;
|
|
66037
|
+
"metadata"?: Models.V3SynchronizationUploadMetadata;
|
|
66038
|
+
"synchronization"?: Models.V3SynchronizationRef;
|
|
65600
66039
|
"url"?: string;
|
|
65601
66040
|
"headers"?: { [key: string]: string; };
|
|
66041
|
+
"selfUri"?: string;
|
|
65602
66042
|
}
|
|
65603
66043
|
|
|
65604
66044
|
export interface ValidateAddressRequest {
|
|
@@ -66040,6 +66480,8 @@ declare namespace Models {
|
|
|
66040
66480
|
"sentimentTrendCategories"?: Array<string>;
|
|
66041
66481
|
"contentModerationFlags"?: Array<string>;
|
|
66042
66482
|
"socialSourceTypes"?: Array<string>;
|
|
66483
|
+
"socialFollowerRange"?: Models.SocialNumericRange;
|
|
66484
|
+
"socialVerificationStatus"?: boolean;
|
|
66043
66485
|
"sessionExpired"?: boolean;
|
|
66044
66486
|
"screenMonitored"?: boolean;
|
|
66045
66487
|
"engagementSources"?: Array<string>;
|
|
@@ -68484,6 +68926,11 @@ declare namespace Models {
|
|
|
68484
68926
|
"buttons"?: Array<Models.Button>;
|
|
68485
68927
|
"messageFooter"?: Models.MessageFooter;
|
|
68486
68928
|
"header"?: Models.MessageHeader;
|
|
68929
|
+
"integrationId"?: string;
|
|
68930
|
+
"category"?: string;
|
|
68931
|
+
"templateStatus"?: string;
|
|
68932
|
+
"statusInfo"?: Models.StatusInfo;
|
|
68933
|
+
"carousel"?: Models.Carousel;
|
|
68487
68934
|
}
|
|
68488
68935
|
|
|
68489
68936
|
export interface WhatsAppEmbeddedSignupIntegrationActivationRequest {
|