purecloud-platform-client-v2 186.0.1 → 187.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 +2 -2
- package/dist/node/purecloud-platform-client-v2.js +717 -168
- package/dist/web-amd/purecloud-platform-client-v2.js +717 -168
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +271 -134
- package/dist/web-cjs/purecloud-platform-client-v2.js +271 -134
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +520 -94
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +25 -7
- 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/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +4 -22
- 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 +38 -3
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.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/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +106 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +136 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -34
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +63 -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 +186 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +11 -6
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +50 -0
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -27
- 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 +32 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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 +1 -1
- package/src/purecloud-platform-client-v2/index.js +7 -1
package/index.d.ts
CHANGED
|
@@ -387,7 +387,7 @@ declare class ArchitectApi {
|
|
|
387
387
|
getArchitectIvr(ivrId: string): Promise<Models.IVR>;
|
|
388
388
|
getArchitectIvrs(opts?: ArchitectApi.getArchitectIvrsOptions): Promise<Models.IVREntityListing>;
|
|
389
389
|
getArchitectIvrsDivisionviews(opts?: ArchitectApi.getArchitectIvrsDivisionviewsOptions): Promise<Models.IVRDivisionViewEntityListing>;
|
|
390
|
-
getArchitectPrompt(promptId: string): Promise<Models.Prompt>;
|
|
390
|
+
getArchitectPrompt(promptId: string, opts?: ArchitectApi.getArchitectPromptOptions): Promise<Models.Prompt>;
|
|
391
391
|
getArchitectPromptHistoryHistoryId(promptId: string, historyId: string, opts?: ArchitectApi.getArchitectPromptHistoryHistoryIdOptions): Promise<Models.HistoryListing>;
|
|
392
392
|
getArchitectPromptResource(promptId: string, languageCode: string): Promise<Models.PromptAsset>;
|
|
393
393
|
getArchitectPromptResources(promptId: string, opts?: ArchitectApi.getArchitectPromptResourcesOptions): Promise<Models.PromptAssetEntityListing>;
|
|
@@ -398,7 +398,7 @@ declare class ArchitectApi {
|
|
|
398
398
|
getArchitectSchedulegroupsDivisionviews(opts?: ArchitectApi.getArchitectSchedulegroupsDivisionviewsOptions): Promise<Models.ScheduleGroupDivisionViewEntityListing>;
|
|
399
399
|
getArchitectSchedules(opts?: ArchitectApi.getArchitectSchedulesOptions): Promise<Models.ScheduleEntityListing>;
|
|
400
400
|
getArchitectSchedulesDivisionviews(opts?: ArchitectApi.getArchitectSchedulesDivisionviewsOptions): Promise<Models.ScheduleDivisionViewEntityListing>;
|
|
401
|
-
getArchitectSystemprompt(promptId: string): Promise<Models.SystemPrompt>;
|
|
401
|
+
getArchitectSystemprompt(promptId: string, opts?: ArchitectApi.getArchitectSystempromptOptions): Promise<Models.SystemPrompt>;
|
|
402
402
|
getArchitectSystempromptHistoryHistoryId(promptId: string, historyId: string, opts?: ArchitectApi.getArchitectSystempromptHistoryHistoryIdOptions): Promise<Models.HistoryListing>;
|
|
403
403
|
getArchitectSystempromptResource(promptId: string, languageCode: string): Promise<Models.SystemPromptAsset>;
|
|
404
404
|
getArchitectSystempromptResources(promptId: string, opts?: ArchitectApi.getArchitectSystempromptResourcesOptions): Promise<Models.SystemPromptAssetEntityListing>;
|
|
@@ -589,6 +589,11 @@ declare namespace ArchitectApi {
|
|
|
589
589
|
"name"?: string;
|
|
590
590
|
"divisionId"?: Array<string>;
|
|
591
591
|
}
|
|
592
|
+
export interface getArchitectPromptOptions {
|
|
593
|
+
"includeMediaUris"?: boolean;
|
|
594
|
+
"includeResources"?: boolean;
|
|
595
|
+
"language"?: Array<string>;
|
|
596
|
+
}
|
|
592
597
|
export interface getArchitectPromptHistoryHistoryIdOptions {
|
|
593
598
|
"pageNumber"?: number;
|
|
594
599
|
"pageSize"?: number;
|
|
@@ -608,6 +613,9 @@ declare namespace ArchitectApi {
|
|
|
608
613
|
"nameOrDescription"?: string;
|
|
609
614
|
"sortBy"?: string;
|
|
610
615
|
"sortOrder"?: string;
|
|
616
|
+
"includeMediaUris"?: boolean;
|
|
617
|
+
"includeResources"?: boolean;
|
|
618
|
+
"language"?: Array<string>;
|
|
611
619
|
}
|
|
612
620
|
export interface getArchitectSchedulegroupsOptions {
|
|
613
621
|
"pageNumber"?: number;
|
|
@@ -644,6 +652,11 @@ declare namespace ArchitectApi {
|
|
|
644
652
|
"name"?: string;
|
|
645
653
|
"divisionId"?: Array<string>;
|
|
646
654
|
}
|
|
655
|
+
export interface getArchitectSystempromptOptions {
|
|
656
|
+
"includeMediaUris"?: boolean;
|
|
657
|
+
"includeResources"?: boolean;
|
|
658
|
+
"language"?: Array<string>;
|
|
659
|
+
}
|
|
647
660
|
export interface getArchitectSystempromptHistoryHistoryIdOptions {
|
|
648
661
|
"pageNumber"?: number;
|
|
649
662
|
"pageSize"?: number;
|
|
@@ -665,6 +678,9 @@ declare namespace ArchitectApi {
|
|
|
665
678
|
"name"?: string;
|
|
666
679
|
"description"?: string;
|
|
667
680
|
"nameOrDescription"?: string;
|
|
681
|
+
"includeMediaUris"?: boolean;
|
|
682
|
+
"includeResources"?: boolean;
|
|
683
|
+
"language"?: Array<string>;
|
|
668
684
|
}
|
|
669
685
|
export interface getFlowOptions {
|
|
670
686
|
"deleted"?: boolean;
|
|
@@ -1058,34 +1074,16 @@ declare class ChatApi {
|
|
|
1058
1074
|
|
|
1059
1075
|
declare namespace ChatApi {
|
|
1060
1076
|
export interface getChatsRoomMessagesOptions {
|
|
1061
|
-
"pageSize"?: number;
|
|
1062
|
-
"pageNumber"?: number;
|
|
1063
|
-
"sortBy"?: string;
|
|
1064
|
-
"expand"?: Array<string>;
|
|
1065
|
-
"nextPage"?: string;
|
|
1066
|
-
"previousPage"?: string;
|
|
1067
1077
|
"limit"?: string;
|
|
1068
1078
|
"before"?: string;
|
|
1069
1079
|
"after"?: string;
|
|
1070
1080
|
}
|
|
1071
1081
|
export interface getChatsThreadMessagesOptions {
|
|
1072
|
-
"pageSize"?: number;
|
|
1073
|
-
"pageNumber"?: number;
|
|
1074
|
-
"sortBy"?: string;
|
|
1075
|
-
"expand"?: Array<string>;
|
|
1076
|
-
"nextPage"?: string;
|
|
1077
|
-
"previousPage"?: string;
|
|
1078
1082
|
"limit"?: string;
|
|
1079
1083
|
"before"?: string;
|
|
1080
1084
|
"after"?: string;
|
|
1081
1085
|
}
|
|
1082
1086
|
export interface getChatsUserMessagesOptions {
|
|
1083
|
-
"pageSize"?: number;
|
|
1084
|
-
"pageNumber"?: number;
|
|
1085
|
-
"sortBy"?: string;
|
|
1086
|
-
"expand"?: Array<string>;
|
|
1087
|
-
"nextPage"?: string;
|
|
1088
|
-
"previousPage"?: string;
|
|
1089
1087
|
"limit"?: string;
|
|
1090
1088
|
"before"?: string;
|
|
1091
1089
|
"after"?: string;
|
|
@@ -1457,6 +1455,7 @@ declare class ConversationsApi {
|
|
|
1457
1455
|
postConversationParticipantReplaceExternal(conversationId: string, participantId: string, body: Models.TransferToExternalRequest): Promise<void>;
|
|
1458
1456
|
postConversationParticipantReplaceQueue(conversationId: string, participantId: string, body: Models.TransferToQueueRequest): Promise<void>;
|
|
1459
1457
|
postConversationParticipantSecureivrsessions(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantSecureivrsessionsOptions): Promise<Models.SecureSession>;
|
|
1458
|
+
postConversationSummaryFeedback(conversationId: string, summaryId: string, opts?: ConversationsApi.postConversationSummaryFeedbackOptions): Promise<void>;
|
|
1460
1459
|
postConversationsCall(conversationId: string, body: Models.CallCommand): Promise<Models.Conversation>;
|
|
1461
1460
|
postConversationsCallParticipantBarge(conversationId: string, participantId: string): Promise<void>;
|
|
1462
1461
|
postConversationsCallParticipantCoach(conversationId: string, participantId: string): Promise<void>;
|
|
@@ -1733,6 +1732,9 @@ declare namespace ConversationsApi {
|
|
|
1733
1732
|
export interface postConversationParticipantSecureivrsessionsOptions {
|
|
1734
1733
|
"body"?: Models.CreateSecureSession;
|
|
1735
1734
|
}
|
|
1735
|
+
export interface postConversationSummaryFeedbackOptions {
|
|
1736
|
+
"body"?: Models.FeedbackAddRequest;
|
|
1737
|
+
}
|
|
1736
1738
|
export interface postConversationsCallParticipantCommunicationWrapupOptions {
|
|
1737
1739
|
"body"?: Models.WrapupInput;
|
|
1738
1740
|
}
|
|
@@ -2286,6 +2288,7 @@ declare namespace GroupsApi {
|
|
|
2286
2288
|
}
|
|
2287
2289
|
|
|
2288
2290
|
declare class IdentityProviderApi {
|
|
2291
|
+
deleteIdentityprovider(providerId: string): Promise<void>;
|
|
2289
2292
|
deleteIdentityprovidersAdfs(): Promise<object>;
|
|
2290
2293
|
deleteIdentityprovidersCic(): Promise<object>;
|
|
2291
2294
|
deleteIdentityprovidersGeneric(): Promise<object>;
|
|
@@ -2297,7 +2300,8 @@ declare class IdentityProviderApi {
|
|
|
2297
2300
|
deleteIdentityprovidersPurecloud(): Promise<object>;
|
|
2298
2301
|
deleteIdentityprovidersPureengage(): Promise<object>;
|
|
2299
2302
|
deleteIdentityprovidersSalesforce(): Promise<object>;
|
|
2300
|
-
|
|
2303
|
+
getIdentityprovider(providerId: string): Promise<Models.CustomProvider>;
|
|
2304
|
+
getIdentityproviders(): Promise<Models.IdentityProviderEntityListing>;
|
|
2301
2305
|
getIdentityprovidersAdfs(): Promise<Models.ADFS>;
|
|
2302
2306
|
getIdentityprovidersCic(): Promise<Models.CustomerInteractionCenter>;
|
|
2303
2307
|
getIdentityprovidersGeneric(): Promise<Models.GenericSAML>;
|
|
@@ -2309,17 +2313,19 @@ declare class IdentityProviderApi {
|
|
|
2309
2313
|
getIdentityprovidersPurecloud(): Promise<Models.PureCloud>;
|
|
2310
2314
|
getIdentityprovidersPureengage(): Promise<Models.PureEngage>;
|
|
2311
2315
|
getIdentityprovidersSalesforce(): Promise<Models.Salesforce>;
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
+
postIdentityproviders(body: Models.CustomProvider): Promise<Models.CustomProvider>;
|
|
2317
|
+
putIdentityprovider(providerId: string, body: Models.CustomProvider): Promise<Models.CustomProvider>;
|
|
2318
|
+
putIdentityprovidersAdfs(body: Models.ADFS): Promise<Models.IdentityProvider>;
|
|
2319
|
+
putIdentityprovidersCic(body: Models.CustomerInteractionCenter): Promise<Models.IdentityProvider>;
|
|
2320
|
+
putIdentityprovidersGeneric(body: Models.GenericSAML): Promise<Models.IdentityProvider>;
|
|
2321
|
+
putIdentityprovidersGsuite(body: Models.GSuite): Promise<Models.IdentityProvider>;
|
|
2316
2322
|
putIdentityprovidersIdentitynow(body: Models.IdentityNow): Promise<Models.IdentityNow>;
|
|
2317
|
-
putIdentityprovidersOkta(body: Models.Okta): Promise<Models.
|
|
2318
|
-
putIdentityprovidersOnelogin(body: Models.OneLogin): Promise<Models.
|
|
2319
|
-
putIdentityprovidersPing(body: Models.PingIdentity): Promise<Models.
|
|
2320
|
-
putIdentityprovidersPurecloud(body: Models.PureCloud): Promise<Models.
|
|
2321
|
-
putIdentityprovidersPureengage(body: Models.PureEngage): Promise<Models.
|
|
2322
|
-
putIdentityprovidersSalesforce(body: Models.Salesforce): Promise<Models.
|
|
2323
|
+
putIdentityprovidersOkta(body: Models.Okta): Promise<Models.IdentityProvider>;
|
|
2324
|
+
putIdentityprovidersOnelogin(body: Models.OneLogin): Promise<Models.IdentityProvider>;
|
|
2325
|
+
putIdentityprovidersPing(body: Models.PingIdentity): Promise<Models.IdentityProvider>;
|
|
2326
|
+
putIdentityprovidersPurecloud(body: Models.PureCloud): Promise<Models.IdentityProvider>;
|
|
2327
|
+
putIdentityprovidersPureengage(body: Models.PureEngage): Promise<Models.IdentityProvider>;
|
|
2328
|
+
putIdentityprovidersSalesforce(body: Models.Salesforce): Promise<Models.IdentityProvider>;
|
|
2323
2329
|
}
|
|
2324
2330
|
|
|
2325
2331
|
declare namespace IdentityProviderApi {
|
|
@@ -2373,15 +2379,18 @@ declare class IntegrationsApi {
|
|
|
2373
2379
|
getIntegrations(opts?: IntegrationsApi.getIntegrationsOptions): Promise<Models.IntegrationEntityListing>;
|
|
2374
2380
|
getIntegrationsAction(actionId: string, opts?: IntegrationsApi.getIntegrationsActionOptions): Promise<Models.Action>;
|
|
2375
2381
|
getIntegrationsActionDraft(actionId: string, opts?: IntegrationsApi.getIntegrationsActionDraftOptions): Promise<Models.Action>;
|
|
2382
|
+
getIntegrationsActionDraftFunction(actionId: string): Promise<Models.FunctionConfig>;
|
|
2376
2383
|
getIntegrationsActionDraftSchema(actionId: string, fileName: string): Promise<Models.JsonSchemaDocument>;
|
|
2377
2384
|
getIntegrationsActionDraftTemplate(actionId: string, fileName: string): Promise<string>;
|
|
2378
2385
|
getIntegrationsActionDraftValidation(actionId: string): Promise<Models.DraftValidationResult>;
|
|
2386
|
+
getIntegrationsActionFunction(actionId: string): Promise<Models.FunctionConfig>;
|
|
2379
2387
|
getIntegrationsActionSchema(actionId: string, fileName: string): Promise<Models.JsonSchemaDocument>;
|
|
2380
2388
|
getIntegrationsActionTemplate(actionId: string, fileName: string): Promise<string>;
|
|
2381
2389
|
getIntegrationsActions(opts?: IntegrationsApi.getIntegrationsActionsOptions): Promise<Models.ActionEntityListing>;
|
|
2382
2390
|
getIntegrationsActionsCategories(opts?: IntegrationsApi.getIntegrationsActionsCategoriesOptions): Promise<Models.CategoryEntityListing>;
|
|
2383
2391
|
getIntegrationsActionsCertificates(opts?: IntegrationsApi.getIntegrationsActionsCertificatesOptions): Promise<Models.ActionCertificateListing>;
|
|
2384
2392
|
getIntegrationsActionsDrafts(opts?: IntegrationsApi.getIntegrationsActionsDraftsOptions): Promise<Models.ActionEntityListing>;
|
|
2393
|
+
getIntegrationsActionsFunctionsRuntimes(): Promise<Array<Models.FunctionRuntime>>;
|
|
2385
2394
|
getIntegrationsBotconnectorIntegrationIdBot(integrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotOptions): Promise<Models.BotConnectorBot>;
|
|
2386
2395
|
getIntegrationsBotconnectorIntegrationIdBotVersions(integrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotVersionsOptions): Promise<Models.BotConnectorBotVersionSummaryEntityListing>;
|
|
2387
2396
|
getIntegrationsBotconnectorIntegrationIdBots(integrationId: string): Promise<Models.BotList>;
|
|
@@ -2416,6 +2425,7 @@ declare class IntegrationsApi {
|
|
|
2416
2425
|
patchIntegrationsActionDraft(actionId: string, body: Models.UpdateDraftInput): Promise<Models.Action>;
|
|
2417
2426
|
postIntegrations(opts?: IntegrationsApi.postIntegrationsOptions): Promise<Models.Integration>;
|
|
2418
2427
|
postIntegrationsActionDraft(actionId: string): Promise<Models.Action>;
|
|
2428
|
+
postIntegrationsActionDraftFunctionUpload(actionId: string, body: Models.FunctionUploadRequest): Promise<Models.FunctionUploadResponse>;
|
|
2419
2429
|
postIntegrationsActionDraftPublish(actionId: string, body: Models.PublishDraftInput): Promise<Models.Action>;
|
|
2420
2430
|
postIntegrationsActionDraftTest(actionId: string, body: object): Promise<Models.TestExecutionResult>;
|
|
2421
2431
|
postIntegrationsActionExecute(actionId: string, body: object): Promise<object>;
|
|
@@ -2427,6 +2437,7 @@ declare class IntegrationsApi {
|
|
|
2427
2437
|
postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs(nuanceIntegrationId: string, opts?: IntegrationsApi.postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobsOptions): Promise<Models.AsyncJob>;
|
|
2428
2438
|
postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate(nuanceIntegrationId: string, settings: Models.BotExecutionConfiguration): Promise<void>;
|
|
2429
2439
|
putIntegrationConfigCurrent(integrationId: string, opts?: IntegrationsApi.putIntegrationConfigCurrentOptions): Promise<Models.IntegrationConfiguration>;
|
|
2440
|
+
putIntegrationsActionDraftFunction(actionId: string, body: Models.Function): Promise<Models.FunctionConfig>;
|
|
2430
2441
|
putIntegrationsBotconnectorIntegrationIdBots(integrationId: string, botList: Models.BotList): Promise<void>;
|
|
2431
2442
|
putIntegrationsCredential(credentialId: string, opts?: IntegrationsApi.putIntegrationsCredentialOptions): Promise<Models.CredentialInfo>;
|
|
2432
2443
|
putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings(nuanceIntegrationId: string, settings: Models.NuanceBotLaunchSettings): Promise<void>;
|
|
@@ -2646,7 +2657,6 @@ declare class JourneyApi {
|
|
|
2646
2657
|
getJourneySession(sessionId: string): Promise<Models.Session>;
|
|
2647
2658
|
getJourneySessionEvents(sessionId: string, opts?: JourneyApi.getJourneySessionEventsOptions): Promise<Models.EventListing>;
|
|
2648
2659
|
getJourneySessionOutcomescores(sessionId: string): Promise<Models.OutcomeScoresResult>;
|
|
2649
|
-
getJourneySessionSegments(sessionId: string, opts?: JourneyApi.getJourneySessionSegmentsOptions): Promise<Models.SegmentAssignmentListing>;
|
|
2650
2660
|
patchJourneyActionmap(actionMapId: string, opts?: JourneyApi.patchJourneyActionmapOptions): Promise<Models.ActionMap>;
|
|
2651
2661
|
patchJourneyActiontarget(actionTargetId: string, opts?: JourneyApi.patchJourneyActiontargetOptions): Promise<Models.ActionTarget>;
|
|
2652
2662
|
patchJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.patchJourneyActiontemplateOptions): Promise<Models.ActionTemplate>;
|
|
@@ -2728,12 +2738,6 @@ declare namespace JourneyApi {
|
|
|
2728
2738
|
"pageSize"?: string;
|
|
2729
2739
|
"after"?: string;
|
|
2730
2740
|
}
|
|
2731
|
-
export interface getJourneySessionSegmentsOptions {
|
|
2732
|
-
"pageSize"?: string;
|
|
2733
|
-
"after"?: string;
|
|
2734
|
-
"segmentScope"?: string;
|
|
2735
|
-
"assignmentState"?: string;
|
|
2736
|
-
}
|
|
2737
2741
|
export interface patchJourneyActionmapOptions {
|
|
2738
2742
|
"body"?: Models.PatchActionMap;
|
|
2739
2743
|
}
|
|
@@ -2811,6 +2815,8 @@ declare class KnowledgeApi {
|
|
|
2811
2815
|
getKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<Models.KnowledgeImport>;
|
|
2812
2816
|
getKnowledgeKnowledgebaseLanguageTraining(knowledgeBaseId: string, languageCode: string, trainingId: string): Promise<Models.KnowledgeTraining>;
|
|
2813
2817
|
getKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageTrainingsOptions): Promise<Models.TrainingListing>;
|
|
2818
|
+
getKnowledgeKnowledgebaseOperations(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseOperationsOptions): Promise<Models.OperationListing>;
|
|
2819
|
+
getKnowledgeKnowledgebaseOperationsUsersQuery(knowledgeBaseId: string): Promise<Models.OperationCreatorUserResponse>;
|
|
2814
2820
|
getKnowledgeKnowledgebaseUnansweredGroup(knowledgeBaseId: string, groupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupOptions): Promise<Models.UnansweredGroup>;
|
|
2815
2821
|
getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions): Promise<Models.UnansweredPhraseGroup>;
|
|
2816
2822
|
getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
|
|
@@ -2972,6 +2978,15 @@ declare namespace KnowledgeApi {
|
|
|
2972
2978
|
"pageSize"?: string;
|
|
2973
2979
|
"knowledgeDocumentsState"?: string;
|
|
2974
2980
|
}
|
|
2981
|
+
export interface getKnowledgeKnowledgebaseOperationsOptions {
|
|
2982
|
+
"before"?: string;
|
|
2983
|
+
"after"?: string;
|
|
2984
|
+
"pageSize"?: string;
|
|
2985
|
+
"userId"?: Array<string>;
|
|
2986
|
+
"type"?: Array<string>;
|
|
2987
|
+
"status"?: Array<string>;
|
|
2988
|
+
"interval"?: string;
|
|
2989
|
+
}
|
|
2975
2990
|
export interface getKnowledgeKnowledgebaseUnansweredGroupOptions {
|
|
2976
2991
|
"app"?: string;
|
|
2977
2992
|
"dateStart"?: string;
|
|
@@ -3638,6 +3653,8 @@ declare class OutboundApi {
|
|
|
3638
3653
|
deleteOutboundDnclistCustomexclusioncolumns(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistCustomexclusioncolumnsOptions): Promise<void>;
|
|
3639
3654
|
deleteOutboundDnclistEmailaddresses(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistEmailaddressesOptions): Promise<void>;
|
|
3640
3655
|
deleteOutboundDnclistPhonenumbers(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistPhonenumbersOptions): Promise<void>;
|
|
3656
|
+
deleteOutboundFilespecificationtemplate(fileSpecificationTemplateId: string): Promise<void>;
|
|
3657
|
+
deleteOutboundFilespecificationtemplatesBulk(id: Array<string>): Promise<void>;
|
|
3641
3658
|
deleteOutboundImporttemplate(importTemplateId: string): Promise<void>;
|
|
3642
3659
|
deleteOutboundImporttemplates(id: Array<string>): Promise<void>;
|
|
3643
3660
|
deleteOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
|
|
@@ -3689,6 +3706,8 @@ declare class OutboundApi {
|
|
|
3689
3706
|
getOutboundDnclistsDivisionviews(opts?: OutboundApi.getOutboundDnclistsDivisionviewsOptions): Promise<Models.DncListDivisionViewListing>;
|
|
3690
3707
|
getOutboundEvent(eventId: string): Promise<Models.EventLog>;
|
|
3691
3708
|
getOutboundEvents(opts?: OutboundApi.getOutboundEventsOptions): Promise<Models.DialerEventEntityListing>;
|
|
3709
|
+
getOutboundFilespecificationtemplate(fileSpecificationTemplateId: string): Promise<Models.FileSpecificationTemplate>;
|
|
3710
|
+
getOutboundFilespecificationtemplates(opts?: OutboundApi.getOutboundFilespecificationtemplatesOptions): Promise<Models.FileSpecificationTemplateEntityListing>;
|
|
3692
3711
|
getOutboundImporttemplate(importTemplateId: string): Promise<Models.ImportTemplate>;
|
|
3693
3712
|
getOutboundImporttemplateImportstatus(importTemplateId: string, opts?: OutboundApi.getOutboundImporttemplateImportstatusOptions): Promise<Models.ImportStatus>;
|
|
3694
3713
|
getOutboundImporttemplates(opts?: OutboundApi.getOutboundImporttemplatesOptions): Promise<Models.ImportTemplateEntityListing>;
|
|
@@ -3734,12 +3753,14 @@ declare class OutboundApi {
|
|
|
3734
3753
|
postOutboundContactlists(body: Models.ContactList): Promise<Models.ContactList>;
|
|
3735
3754
|
postOutboundContactlisttemplates(body: Models.ContactListTemplate): Promise<Models.ContactListTemplate>;
|
|
3736
3755
|
postOutboundContactlisttemplatesBulkAdd(body: Array<Models.ContactListTemplate>): Promise<Models.ContactListTemplateEntityListing>;
|
|
3756
|
+
postOutboundContactlisttemplatesBulkRetrieve(body: Models.ContactListTemplateBulkRetrieveBody): Promise<Models.ContactListTemplateEntityListing>;
|
|
3737
3757
|
postOutboundConversationDnc(conversationId: string): Promise<void>;
|
|
3738
3758
|
postOutboundDigitalrulesets(body: Models.DigitalRuleSet): Promise<Models.DigitalRuleSet>;
|
|
3739
3759
|
postOutboundDnclistEmailaddresses(dncListId: string, body: Array<string>): Promise<void>;
|
|
3740
3760
|
postOutboundDnclistExport(dncListId: string): Promise<Models.DomainEntityRef>;
|
|
3741
3761
|
postOutboundDnclistPhonenumbers(dncListId: string, body: Array<string>, opts?: OutboundApi.postOutboundDnclistPhonenumbersOptions): Promise<void>;
|
|
3742
3762
|
postOutboundDnclists(body: Models.DncListCreate): Promise<Models.DncList>;
|
|
3763
|
+
postOutboundFilespecificationtemplates(body: Models.FileSpecificationTemplate): Promise<Models.FileSpecificationTemplate>;
|
|
3743
3764
|
postOutboundImporttemplates(body: Models.ImportTemplate): Promise<Models.ImportTemplate>;
|
|
3744
3765
|
postOutboundImporttemplatesBulkAdd(body: Array<Models.ImportTemplate>): Promise<Models.ImportTemplateEntityListing>;
|
|
3745
3766
|
postOutboundMessagingcampaigns(body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
|
|
@@ -3758,6 +3779,7 @@ declare class OutboundApi {
|
|
|
3758
3779
|
putOutboundContactlisttemplate(contactListTemplateId: string, body: Models.ContactListTemplate): Promise<Models.ContactListTemplate>;
|
|
3759
3780
|
putOutboundDigitalruleset(digitalRuleSetId: string, body: Models.DigitalRuleSet): Promise<Models.DigitalRuleSet>;
|
|
3760
3781
|
putOutboundDnclist(dncListId: string, body: Models.DncList): Promise<Models.DncList>;
|
|
3782
|
+
putOutboundFilespecificationtemplate(fileSpecificationTemplateId: string, body: Models.FileSpecificationTemplate): Promise<Models.FileSpecificationTemplate>;
|
|
3761
3783
|
putOutboundImporttemplate(importTemplateId: string, body: Models.ImportTemplate): Promise<Models.ImportTemplate>;
|
|
3762
3784
|
putOutboundMessagingcampaign(messagingCampaignId: string, body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
|
|
3763
3785
|
putOutboundRuleset(ruleSetId: string, body: Models.RuleSet): Promise<Models.RuleSet>;
|
|
@@ -3964,6 +3986,15 @@ declare namespace OutboundApi {
|
|
|
3964
3986
|
"sortBy"?: string;
|
|
3965
3987
|
"sortOrder"?: string;
|
|
3966
3988
|
}
|
|
3989
|
+
export interface getOutboundFilespecificationtemplatesOptions {
|
|
3990
|
+
"pageSize"?: number;
|
|
3991
|
+
"pageNumber"?: number;
|
|
3992
|
+
"allowEmptyResult"?: boolean;
|
|
3993
|
+
"filterType"?: string;
|
|
3994
|
+
"name"?: string;
|
|
3995
|
+
"sortBy"?: string;
|
|
3996
|
+
"sortOrder"?: string;
|
|
3997
|
+
}
|
|
3967
3998
|
export interface getOutboundImporttemplateImportstatusOptions {
|
|
3968
3999
|
"listNamePrefix"?: string;
|
|
3969
4000
|
}
|
|
@@ -5087,6 +5118,16 @@ declare namespace SCIMApi {
|
|
|
5087
5118
|
}
|
|
5088
5119
|
}
|
|
5089
5120
|
|
|
5121
|
+
declare class ScreenRecordingApi {
|
|
5122
|
+
postScreenrecordingToken(opts?: ScreenRecordingApi.postScreenrecordingTokenOptions): Promise<Models.SignedData>;
|
|
5123
|
+
}
|
|
5124
|
+
|
|
5125
|
+
declare namespace ScreenRecordingApi {
|
|
5126
|
+
export interface postScreenrecordingTokenOptions {
|
|
5127
|
+
"body"?: Models.ScreenRecordingUserAuthenticatedInfo;
|
|
5128
|
+
}
|
|
5129
|
+
}
|
|
5130
|
+
|
|
5090
5131
|
declare class ScriptsApi {
|
|
5091
5132
|
getScript(scriptId: string): Promise<Models.Script>;
|
|
5092
5133
|
getScriptPage(scriptId: string, pageId: string, opts?: ScriptsApi.getScriptPageOptions): Promise<Models.Page>;
|
|
@@ -5613,7 +5654,6 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
5613
5654
|
getTelephonyProvidersEdgesMediastatisticsConversation(conversationId: string): Promise<Models.MediaStatisticsListing>;
|
|
5614
5655
|
getTelephonyProvidersEdgesMediastatisticsConversationCommunication(conversationId: string, communicationId: string): Promise<Models.MediaStatistics>;
|
|
5615
5656
|
getTelephonyProvidersEdgesMetrics(edgeIds: string): Promise<Array<Models.EdgeMetrics>>;
|
|
5616
|
-
getTelephonyProvidersEdgesOutboundroute(outboundRouteId: string): Promise<Models.OutboundRoute>;
|
|
5617
5657
|
getTelephonyProvidersEdgesOutboundroutes(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesOutboundroutesOptions): Promise<Models.OutboundRouteEntityListing>;
|
|
5618
5658
|
getTelephonyProvidersEdgesPhone(phoneId: string): Promise<Models.Phone>;
|
|
5619
5659
|
getTelephonyProvidersEdgesPhonebasesetting(phoneBaseId: string): Promise<Models.PhoneBase>;
|
|
@@ -5919,6 +5959,7 @@ declare namespace TokensApi {
|
|
|
5919
5959
|
}
|
|
5920
5960
|
|
|
5921
5961
|
declare class UploadsApi {
|
|
5962
|
+
postIntegrationsActionDraftFunctionUpload(actionId: string, body: Models.FunctionUploadRequest): Promise<Models.FunctionUploadResponse>;
|
|
5922
5963
|
postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
5923
5964
|
postLanguageunderstandingMinerUploads(minerId: string, body: object): Promise<Models.UploadUrlResponse>;
|
|
5924
5965
|
postUploadsLearningCoverart(body: Models.LearningCoverArtUploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
@@ -8195,8 +8236,8 @@ declare namespace Models {
|
|
|
8195
8236
|
"videoAddressSelf"?: string;
|
|
8196
8237
|
"videoRoomId"?: string;
|
|
8197
8238
|
"waitingInteractionCounts"?: Array<number>;
|
|
8198
|
-
"proposedAgents"?: Array<Models.AnalyticsProposedAgent>;
|
|
8199
8239
|
"agentGroups"?: Array<Models.AnalyticsAgentGroup>;
|
|
8240
|
+
"proposedAgents"?: Array<Models.AnalyticsProposedAgent>;
|
|
8200
8241
|
"mediaEndpointStats"?: Array<Models.AnalyticsMediaEndpointStat>;
|
|
8201
8242
|
"flow"?: Models.AnalyticsFlow;
|
|
8202
8243
|
"metrics"?: Array<Models.AnalyticsSessionMetric>;
|
|
@@ -9137,6 +9178,7 @@ declare namespace Models {
|
|
|
9137
9178
|
export interface AuthenticationSettings {
|
|
9138
9179
|
"enabled": boolean;
|
|
9139
9180
|
"integrationId": string;
|
|
9181
|
+
"allowSessionUpgrade"?: boolean;
|
|
9140
9182
|
}
|
|
9141
9183
|
|
|
9142
9184
|
export interface AuthorizationSettings {
|
|
@@ -11855,6 +11897,13 @@ declare namespace Models {
|
|
|
11855
11897
|
"afterCallWorkRequired"?: boolean;
|
|
11856
11898
|
}
|
|
11857
11899
|
|
|
11900
|
+
export interface Column {
|
|
11901
|
+
"columnName"?: string;
|
|
11902
|
+
"columnNumber"?: number;
|
|
11903
|
+
"startPosition"?: number;
|
|
11904
|
+
"length"?: number;
|
|
11905
|
+
}
|
|
11906
|
+
|
|
11858
11907
|
export interface ColumnDataTypeSpecification {
|
|
11859
11908
|
"columnName"?: string;
|
|
11860
11909
|
"columnDataType"?: string;
|
|
@@ -12469,6 +12518,10 @@ declare namespace Models {
|
|
|
12469
12518
|
"selfUri"?: string;
|
|
12470
12519
|
}
|
|
12471
12520
|
|
|
12521
|
+
export interface ContactListTemplateBulkRetrieveBody {
|
|
12522
|
+
"ids": Array<string>;
|
|
12523
|
+
}
|
|
12524
|
+
|
|
12472
12525
|
export interface ContactListTemplateEntityListing {
|
|
12473
12526
|
"entities"?: Array<Models.ContactListTemplate>;
|
|
12474
12527
|
"pageSize"?: number;
|
|
@@ -16006,6 +16059,25 @@ declare namespace Models {
|
|
|
16006
16059
|
"localizedLabels"?: Array<Models.LocalizedLabels>;
|
|
16007
16060
|
}
|
|
16008
16061
|
|
|
16062
|
+
export interface CustomProvider {
|
|
16063
|
+
"id"?: string;
|
|
16064
|
+
"name"?: string;
|
|
16065
|
+
"disabled"?: boolean;
|
|
16066
|
+
"issuerURI"?: string;
|
|
16067
|
+
"ssoTargetURI"?: string;
|
|
16068
|
+
"sloURI"?: string;
|
|
16069
|
+
"sloBinding"?: string;
|
|
16070
|
+
"relyingPartyIdentifier"?: string;
|
|
16071
|
+
"certificate"?: string;
|
|
16072
|
+
"certificates"?: Array<string>;
|
|
16073
|
+
"logoImageData"?: string;
|
|
16074
|
+
"endpointCompression"?: boolean;
|
|
16075
|
+
"nameIdentifierFormat"?: string;
|
|
16076
|
+
"ssoBinding"?: string;
|
|
16077
|
+
"signAuthnRequests"?: boolean;
|
|
16078
|
+
"selfUri"?: string;
|
|
16079
|
+
}
|
|
16080
|
+
|
|
16009
16081
|
export interface CustomerEndDetailEventTopicCustomerEndEvent {
|
|
16010
16082
|
"eventTime"?: number;
|
|
16011
16083
|
"conversationId"?: string;
|
|
@@ -18785,6 +18857,13 @@ declare namespace Models {
|
|
|
18785
18857
|
"contentLength"?: number;
|
|
18786
18858
|
}
|
|
18787
18859
|
|
|
18860
|
+
export interface EmailBeginTransmittingEvent {
|
|
18861
|
+
"eventId": string;
|
|
18862
|
+
"eventDateTime": string;
|
|
18863
|
+
"conversationId": string;
|
|
18864
|
+
"communicationId": string;
|
|
18865
|
+
}
|
|
18866
|
+
|
|
18788
18867
|
export interface EmailCampaignSchedule {
|
|
18789
18868
|
"id"?: string;
|
|
18790
18869
|
"name"?: string;
|
|
@@ -18803,6 +18882,38 @@ declare namespace Models {
|
|
|
18803
18882
|
"contactableTimeColumn"?: string;
|
|
18804
18883
|
}
|
|
18805
18884
|
|
|
18885
|
+
export interface EmailCommunicationAnsweredEvent {
|
|
18886
|
+
"eventId": string;
|
|
18887
|
+
"eventDateTime": string;
|
|
18888
|
+
"conversationId": string;
|
|
18889
|
+
"communicationId": string;
|
|
18890
|
+
}
|
|
18891
|
+
|
|
18892
|
+
export interface EmailCommunicationDispositionAppliedEvent {
|
|
18893
|
+
"eventId": string;
|
|
18894
|
+
"eventDateTime": string;
|
|
18895
|
+
"conversationId": string;
|
|
18896
|
+
"communicationId": string;
|
|
18897
|
+
"code"?: string;
|
|
18898
|
+
"notes"?: string;
|
|
18899
|
+
"tags"?: Array<string>;
|
|
18900
|
+
}
|
|
18901
|
+
|
|
18902
|
+
export interface EmailCommunicationEndedEvent {
|
|
18903
|
+
"eventId": string;
|
|
18904
|
+
"eventDateTime": string;
|
|
18905
|
+
"conversationId": string;
|
|
18906
|
+
"communicationId": string;
|
|
18907
|
+
"disconnectType": string;
|
|
18908
|
+
}
|
|
18909
|
+
|
|
18910
|
+
export interface EmailCommunicationRepliedEvent {
|
|
18911
|
+
"eventId": string;
|
|
18912
|
+
"eventDateTime": string;
|
|
18913
|
+
"conversationId": string;
|
|
18914
|
+
"communicationId": string;
|
|
18915
|
+
}
|
|
18916
|
+
|
|
18806
18917
|
export interface EmailConfig {
|
|
18807
18918
|
"emailColumns": Array<string>;
|
|
18808
18919
|
"contentTemplate"?: Models.DomainEntityRef;
|
|
@@ -18832,6 +18943,57 @@ declare namespace Models {
|
|
|
18832
18943
|
"pageCount"?: number;
|
|
18833
18944
|
}
|
|
18834
18945
|
|
|
18946
|
+
export interface EmailEndTransferEvent {
|
|
18947
|
+
"eventId": string;
|
|
18948
|
+
"eventDateTime": string;
|
|
18949
|
+
"conversationId": string;
|
|
18950
|
+
"commandId": string;
|
|
18951
|
+
"finalState": string;
|
|
18952
|
+
"objectCommunicationId": string;
|
|
18953
|
+
}
|
|
18954
|
+
|
|
18955
|
+
export interface EmailExternalEstablishedEvent {
|
|
18956
|
+
"eventId": string;
|
|
18957
|
+
"eventDateTime": string;
|
|
18958
|
+
"conversationId": string;
|
|
18959
|
+
"communicationId": string;
|
|
18960
|
+
"displayName"?: string;
|
|
18961
|
+
"includeMessage"?: boolean;
|
|
18962
|
+
"initialConfiguration": Models.EmailInitialConfiguration;
|
|
18963
|
+
"sourceConfiguration": Models.SourceConfiguration;
|
|
18964
|
+
}
|
|
18965
|
+
|
|
18966
|
+
export interface EmailFlowEstablishedEvent {
|
|
18967
|
+
"eventId": string;
|
|
18968
|
+
"eventDateTime": string;
|
|
18969
|
+
"conversationId": string;
|
|
18970
|
+
"communicationId": string;
|
|
18971
|
+
"initialConfiguration": Models.EmailInitialConfiguration;
|
|
18972
|
+
"sourceConfiguration": Models.SourceConfiguration;
|
|
18973
|
+
}
|
|
18974
|
+
|
|
18975
|
+
export interface EmailHoldUpdatedEvent {
|
|
18976
|
+
"eventId": string;
|
|
18977
|
+
"eventDateTime": string;
|
|
18978
|
+
"conversationId": string;
|
|
18979
|
+
"communicationId": string;
|
|
18980
|
+
"held": boolean;
|
|
18981
|
+
}
|
|
18982
|
+
|
|
18983
|
+
export interface EmailInitialConfiguration {
|
|
18984
|
+
"to": string;
|
|
18985
|
+
"from": string;
|
|
18986
|
+
"cc"?: Array<string>;
|
|
18987
|
+
"bcc"?: Array<string>;
|
|
18988
|
+
"subject"?: string;
|
|
18989
|
+
"previousEmailId"?: string;
|
|
18990
|
+
"held"?: boolean;
|
|
18991
|
+
"alerting"?: boolean;
|
|
18992
|
+
"inbound"?: boolean;
|
|
18993
|
+
"invitedBy"?: string;
|
|
18994
|
+
"additionalInfo"?: { [key: string]: string; };
|
|
18995
|
+
}
|
|
18996
|
+
|
|
18835
18997
|
export interface EmailMediaParticipant {
|
|
18836
18998
|
"id"?: string;
|
|
18837
18999
|
"name"?: string;
|
|
@@ -18969,6 +19131,42 @@ declare namespace Models {
|
|
|
18969
19131
|
"senderType"?: string;
|
|
18970
19132
|
}
|
|
18971
19133
|
|
|
19134
|
+
export interface EmailProgressTransferEvent {
|
|
19135
|
+
"eventId": string;
|
|
19136
|
+
"eventDateTime": string;
|
|
19137
|
+
"conversationId": string;
|
|
19138
|
+
"commandId": string;
|
|
19139
|
+
"objectCommunicationId": string;
|
|
19140
|
+
"destinationCommunicationId": string;
|
|
19141
|
+
}
|
|
19142
|
+
|
|
19143
|
+
export interface EmailRoutingEstablishedEvent {
|
|
19144
|
+
"eventId": string;
|
|
19145
|
+
"eventDateTime": string;
|
|
19146
|
+
"conversationId": string;
|
|
19147
|
+
"communicationId": string;
|
|
19148
|
+
"queueId": string;
|
|
19149
|
+
"skillIds"?: Array<string>;
|
|
19150
|
+
"languageId"?: string;
|
|
19151
|
+
"label"?: string;
|
|
19152
|
+
"initialConfiguration": Models.EmailInitialConfiguration;
|
|
19153
|
+
"sourceConfiguration": Models.SourceConfiguration;
|
|
19154
|
+
}
|
|
19155
|
+
|
|
19156
|
+
export interface EmailRoutingTransferEvent {
|
|
19157
|
+
"eventId": string;
|
|
19158
|
+
"eventDateTime": string;
|
|
19159
|
+
"conversationId": string;
|
|
19160
|
+
"transferType": string;
|
|
19161
|
+
"commandId": string;
|
|
19162
|
+
"initiatingCommunicationId": string;
|
|
19163
|
+
"targetCommunicationId": string;
|
|
19164
|
+
"objectCommunicationId": string;
|
|
19165
|
+
"destinationQueueId": string;
|
|
19166
|
+
"languageId"?: string;
|
|
19167
|
+
"skillIds"?: Array<string>;
|
|
19168
|
+
}
|
|
19169
|
+
|
|
18972
19170
|
export interface EmailSettings {
|
|
18973
19171
|
"multipleRouteDestinationsOnInboundEmailEnabled"?: boolean;
|
|
18974
19172
|
}
|
|
@@ -18977,6 +19175,30 @@ declare namespace Models {
|
|
|
18977
19175
|
"rootDomain"?: string;
|
|
18978
19176
|
}
|
|
18979
19177
|
|
|
19178
|
+
export interface EmailUserEstablishedEvent {
|
|
19179
|
+
"eventId": string;
|
|
19180
|
+
"eventDateTime": string;
|
|
19181
|
+
"conversationId": string;
|
|
19182
|
+
"communicationId": string;
|
|
19183
|
+
"userId": string;
|
|
19184
|
+
"queueId"?: string;
|
|
19185
|
+
"afterCallWorkRequired"?: boolean;
|
|
19186
|
+
"initialConfiguration": Models.EmailInitialConfiguration;
|
|
19187
|
+
"sourceConfiguration": Models.SourceConfiguration;
|
|
19188
|
+
}
|
|
19189
|
+
|
|
19190
|
+
export interface EmailUserTransferEvent {
|
|
19191
|
+
"eventId": string;
|
|
19192
|
+
"eventDateTime": string;
|
|
19193
|
+
"conversationId": string;
|
|
19194
|
+
"transferType": string;
|
|
19195
|
+
"commandId": string;
|
|
19196
|
+
"initiatingCommunicationId": string;
|
|
19197
|
+
"targetCommunicationId": string;
|
|
19198
|
+
"objectCommunicationId": string;
|
|
19199
|
+
"destinationUserId": string;
|
|
19200
|
+
}
|
|
19201
|
+
|
|
18980
19202
|
export interface EmailsSettings {
|
|
18981
19203
|
"sendingSizeLimit"?: number;
|
|
18982
19204
|
}
|
|
@@ -20524,6 +20746,11 @@ declare namespace Models {
|
|
|
20524
20746
|
"enabled"?: boolean;
|
|
20525
20747
|
}
|
|
20526
20748
|
|
|
20749
|
+
export interface FeedbackAddRequest {
|
|
20750
|
+
"summary": string;
|
|
20751
|
+
"rating"?: string;
|
|
20752
|
+
}
|
|
20753
|
+
|
|
20527
20754
|
export interface FieldConfig {
|
|
20528
20755
|
"id"?: string;
|
|
20529
20756
|
"name"?: string;
|
|
@@ -20555,6 +20782,37 @@ declare namespace Models {
|
|
|
20555
20782
|
"gdpr"?: boolean;
|
|
20556
20783
|
}
|
|
20557
20784
|
|
|
20785
|
+
export interface FileSpecificationTemplate {
|
|
20786
|
+
"id"?: string;
|
|
20787
|
+
"name": string;
|
|
20788
|
+
"dateCreated"?: string;
|
|
20789
|
+
"dateModified"?: string;
|
|
20790
|
+
"version"?: number;
|
|
20791
|
+
"description"?: string;
|
|
20792
|
+
"format": string;
|
|
20793
|
+
"numberOfHeadingLinesSkipped"?: number;
|
|
20794
|
+
"numberOfTrailingLinesSkipped"?: number;
|
|
20795
|
+
"header"?: boolean;
|
|
20796
|
+
"delimiter"?: string;
|
|
20797
|
+
"delimiterValue"?: string;
|
|
20798
|
+
"columnInformation"?: Array<Models.Column>;
|
|
20799
|
+
"preprocessingRules"?: Array<Models.PreprocessingRule>;
|
|
20800
|
+
"selfUri"?: string;
|
|
20801
|
+
}
|
|
20802
|
+
|
|
20803
|
+
export interface FileSpecificationTemplateEntityListing {
|
|
20804
|
+
"entities"?: Array<Models.FileSpecificationTemplate>;
|
|
20805
|
+
"pageSize"?: number;
|
|
20806
|
+
"pageNumber"?: number;
|
|
20807
|
+
"total"?: number;
|
|
20808
|
+
"firstUri"?: string;
|
|
20809
|
+
"nextUri"?: string;
|
|
20810
|
+
"previousUri"?: string;
|
|
20811
|
+
"lastUri"?: string;
|
|
20812
|
+
"selfUri"?: string;
|
|
20813
|
+
"pageCount"?: number;
|
|
20814
|
+
}
|
|
20815
|
+
|
|
20558
20816
|
export interface FileUploadMode {
|
|
20559
20817
|
"fileTypes"?: Array<string>;
|
|
20560
20818
|
"maxFileSizeKB"?: number;
|
|
@@ -21418,6 +21676,49 @@ declare namespace Models {
|
|
|
21418
21676
|
"timeOffRequestId"?: string;
|
|
21419
21677
|
}
|
|
21420
21678
|
|
|
21679
|
+
export interface Function {
|
|
21680
|
+
"id"?: string;
|
|
21681
|
+
"name"?: string;
|
|
21682
|
+
"description": string;
|
|
21683
|
+
"dateCreated"?: string;
|
|
21684
|
+
"zipId"?: string;
|
|
21685
|
+
"handler": string;
|
|
21686
|
+
"runtime": string;
|
|
21687
|
+
"timeoutSeconds"?: number;
|
|
21688
|
+
}
|
|
21689
|
+
|
|
21690
|
+
export interface FunctionConfig {
|
|
21691
|
+
"id"?: string;
|
|
21692
|
+
"function"?: Models.Function;
|
|
21693
|
+
"zip"?: Models.FunctionZipConfig;
|
|
21694
|
+
"selfUri"?: string;
|
|
21695
|
+
}
|
|
21696
|
+
|
|
21697
|
+
export interface FunctionRuntime {
|
|
21698
|
+
"name"?: string;
|
|
21699
|
+
"description"?: string;
|
|
21700
|
+
"status"?: string;
|
|
21701
|
+
"dateEndOfLife"?: string;
|
|
21702
|
+
}
|
|
21703
|
+
|
|
21704
|
+
export interface FunctionUploadRequest {
|
|
21705
|
+
"fileName": string;
|
|
21706
|
+
"signedUrlTimeoutSeconds"?: number;
|
|
21707
|
+
}
|
|
21708
|
+
|
|
21709
|
+
export interface FunctionUploadResponse {
|
|
21710
|
+
"url"?: string;
|
|
21711
|
+
"headers"?: { [key: string]: string; };
|
|
21712
|
+
"signedUrlTimeoutSeconds"?: number;
|
|
21713
|
+
}
|
|
21714
|
+
|
|
21715
|
+
export interface FunctionZipConfig {
|
|
21716
|
+
"status"?: string;
|
|
21717
|
+
"id"?: string;
|
|
21718
|
+
"name"?: string;
|
|
21719
|
+
"dateCreated"?: string;
|
|
21720
|
+
}
|
|
21721
|
+
|
|
21421
21722
|
export interface GDPRJourneyCustomer {
|
|
21422
21723
|
"type"?: string;
|
|
21423
21724
|
"id"?: string;
|
|
@@ -21688,7 +21989,7 @@ declare namespace Models {
|
|
|
21688
21989
|
export interface GetAlertQuery {
|
|
21689
21990
|
"ruleType": string;
|
|
21690
21991
|
"queryType": string;
|
|
21691
|
-
"
|
|
21992
|
+
"alertStatus"?: string;
|
|
21692
21993
|
"viewedStatus"?: string;
|
|
21693
21994
|
"pageNumber"?: number;
|
|
21694
21995
|
"pageSize"?: number;
|
|
@@ -21860,6 +22161,7 @@ declare namespace Models {
|
|
|
21860
22161
|
"addresses"?: Array<Models.GroupContact>;
|
|
21861
22162
|
"rulesVisible": boolean;
|
|
21862
22163
|
"visibility": string;
|
|
22164
|
+
"rolesEnabled"?: boolean;
|
|
21863
22165
|
"owners"?: Array<Models.User>;
|
|
21864
22166
|
"selfUri"?: string;
|
|
21865
22167
|
}
|
|
@@ -21885,6 +22187,7 @@ declare namespace Models {
|
|
|
21885
22187
|
"addresses"?: Array<Models.GroupContact>;
|
|
21886
22188
|
"rulesVisible": boolean;
|
|
21887
22189
|
"visibility": string;
|
|
22190
|
+
"rolesEnabled"?: boolean;
|
|
21888
22191
|
"ownerIds"?: Array<string>;
|
|
21889
22192
|
"selfUri"?: string;
|
|
21890
22193
|
}
|
|
@@ -21979,6 +22282,7 @@ declare namespace Models {
|
|
|
21979
22282
|
"addresses"?: Array<Models.GroupContact>;
|
|
21980
22283
|
"rulesVisible"?: boolean;
|
|
21981
22284
|
"visibility"?: string;
|
|
22285
|
+
"rolesEnabled"?: boolean;
|
|
21982
22286
|
"ownerIds"?: Array<string>;
|
|
21983
22287
|
"selfUri"?: string;
|
|
21984
22288
|
}
|
|
@@ -22381,6 +22685,26 @@ declare namespace Models {
|
|
|
22381
22685
|
"selfUri"?: string;
|
|
22382
22686
|
}
|
|
22383
22687
|
|
|
22688
|
+
export interface IdentityProvider {
|
|
22689
|
+
"id"?: string;
|
|
22690
|
+
"name"?: string;
|
|
22691
|
+
"disabled"?: boolean;
|
|
22692
|
+
"selfUri"?: string;
|
|
22693
|
+
}
|
|
22694
|
+
|
|
22695
|
+
export interface IdentityProviderEntityListing {
|
|
22696
|
+
"entities"?: Array<Models.IdentityProvider>;
|
|
22697
|
+
"pageSize"?: number;
|
|
22698
|
+
"pageNumber"?: number;
|
|
22699
|
+
"total"?: number;
|
|
22700
|
+
"firstUri"?: string;
|
|
22701
|
+
"nextUri"?: string;
|
|
22702
|
+
"previousUri"?: string;
|
|
22703
|
+
"lastUri"?: string;
|
|
22704
|
+
"selfUri"?: string;
|
|
22705
|
+
"pageCount"?: number;
|
|
22706
|
+
}
|
|
22707
|
+
|
|
22384
22708
|
export interface IdleEventTrigger {
|
|
22385
22709
|
"eventName": string;
|
|
22386
22710
|
"idleAfterSeconds"?: number;
|
|
@@ -26939,6 +27263,7 @@ declare namespace Models {
|
|
|
26939
27263
|
|
|
26940
27264
|
export interface MetadataProperty {
|
|
26941
27265
|
"type"?: string;
|
|
27266
|
+
"displayname"?: string;
|
|
26942
27267
|
"description"?: string;
|
|
26943
27268
|
"sensitive"?: string;
|
|
26944
27269
|
"help"?: string;
|
|
@@ -27208,6 +27533,7 @@ declare namespace Models {
|
|
|
27208
27533
|
"id"?: string;
|
|
27209
27534
|
"name"?: string;
|
|
27210
27535
|
"source"?: string;
|
|
27536
|
+
"sourceId"?: string;
|
|
27211
27537
|
"primary"?: boolean;
|
|
27212
27538
|
"presenceDefinition"?: Models.PresenceDefinition;
|
|
27213
27539
|
"message"?: string;
|
|
@@ -27695,26 +28021,6 @@ declare namespace Models {
|
|
|
27695
28021
|
"dateIssued"?: string;
|
|
27696
28022
|
}
|
|
27697
28023
|
|
|
27698
|
-
export interface OAuthProvider {
|
|
27699
|
-
"id"?: string;
|
|
27700
|
-
"name"?: string;
|
|
27701
|
-
"disabled"?: boolean;
|
|
27702
|
-
"selfUri"?: string;
|
|
27703
|
-
}
|
|
27704
|
-
|
|
27705
|
-
export interface OAuthProviderEntityListing {
|
|
27706
|
-
"entities"?: Array<Models.OAuthProvider>;
|
|
27707
|
-
"pageSize"?: number;
|
|
27708
|
-
"pageNumber"?: number;
|
|
27709
|
-
"total"?: number;
|
|
27710
|
-
"firstUri"?: string;
|
|
27711
|
-
"nextUri"?: string;
|
|
27712
|
-
"previousUri"?: string;
|
|
27713
|
-
"lastUri"?: string;
|
|
27714
|
-
"selfUri"?: string;
|
|
27715
|
-
"pageCount"?: number;
|
|
27716
|
-
}
|
|
27717
|
-
|
|
27718
28024
|
export interface OAuthScope {
|
|
27719
28025
|
"id"?: string;
|
|
27720
28026
|
"description"?: string;
|
|
@@ -28027,6 +28333,29 @@ declare namespace Models {
|
|
|
28027
28333
|
"actionStatus"?: string;
|
|
28028
28334
|
}
|
|
28029
28335
|
|
|
28336
|
+
export interface OperationCreatorUserResponse {
|
|
28337
|
+
"id"?: string;
|
|
28338
|
+
"type"?: string;
|
|
28339
|
+
"selfUri"?: string;
|
|
28340
|
+
}
|
|
28341
|
+
|
|
28342
|
+
export interface OperationListing {
|
|
28343
|
+
"entities"?: Array<Models.OperationResponse>;
|
|
28344
|
+
"nextUri"?: string;
|
|
28345
|
+
"selfUri"?: string;
|
|
28346
|
+
"previousUri"?: string;
|
|
28347
|
+
}
|
|
28348
|
+
|
|
28349
|
+
export interface OperationResponse {
|
|
28350
|
+
"id"?: string;
|
|
28351
|
+
"status"?: string;
|
|
28352
|
+
"type"?: string;
|
|
28353
|
+
"createdBy"?: Models.UserReference;
|
|
28354
|
+
"dateCreated"?: string;
|
|
28355
|
+
"dateModified"?: string;
|
|
28356
|
+
"selfUri"?: string;
|
|
28357
|
+
}
|
|
28358
|
+
|
|
28030
28359
|
export interface OperationalEventNotificationTopicEventEntity {
|
|
28031
28360
|
"id"?: string;
|
|
28032
28361
|
"name"?: string;
|
|
@@ -29246,6 +29575,7 @@ declare namespace Models {
|
|
|
29246
29575
|
"pageSize"?: number;
|
|
29247
29576
|
"pageNumber"?: number;
|
|
29248
29577
|
"total"?: number;
|
|
29578
|
+
"totalNumberOfEntities"?: number;
|
|
29249
29579
|
"firstUri"?: string;
|
|
29250
29580
|
"nextUri"?: string;
|
|
29251
29581
|
"previousUri"?: string;
|
|
@@ -29349,6 +29679,7 @@ declare namespace Models {
|
|
|
29349
29679
|
"pageSize"?: number;
|
|
29350
29680
|
"pageNumber"?: number;
|
|
29351
29681
|
"total"?: number;
|
|
29682
|
+
"totalNumberOfEntities"?: number;
|
|
29352
29683
|
"firstUri"?: string;
|
|
29353
29684
|
"nextUri"?: string;
|
|
29354
29685
|
"previousUri"?: string;
|
|
@@ -29715,6 +30046,13 @@ declare namespace Models {
|
|
|
29715
30046
|
"maximumOccupancy"?: number;
|
|
29716
30047
|
}
|
|
29717
30048
|
|
|
30049
|
+
export interface PreprocessingRule {
|
|
30050
|
+
"find"?: string;
|
|
30051
|
+
"replaceWith"?: string;
|
|
30052
|
+
"global"?: boolean;
|
|
30053
|
+
"ignoreCase"?: boolean;
|
|
30054
|
+
}
|
|
30055
|
+
|
|
29718
30056
|
export interface PresenceDefinition {
|
|
29719
30057
|
"id"?: string;
|
|
29720
30058
|
"systemPresence"?: string;
|
|
@@ -34663,6 +35001,10 @@ declare namespace Models {
|
|
|
34663
35001
|
"deleteDate"?: string;
|
|
34664
35002
|
}
|
|
34665
35003
|
|
|
35004
|
+
export interface ScreenRecordingUserAuthenticatedInfo {
|
|
35005
|
+
"backgroundAssistantId": string;
|
|
35006
|
+
}
|
|
35007
|
+
|
|
34666
35008
|
export interface Screenshare {
|
|
34667
35009
|
"state"?: string;
|
|
34668
35010
|
"initialState"?: string;
|
|
@@ -34859,43 +35201,10 @@ declare namespace Models {
|
|
|
34859
35201
|
"scope"?: string;
|
|
34860
35202
|
}
|
|
34861
35203
|
|
|
34862
|
-
export interface SegmentAssignment {
|
|
34863
|
-
"id"?: string;
|
|
34864
|
-
"state"?: string;
|
|
34865
|
-
"dateAssigned"?: string;
|
|
34866
|
-
"dateUnassigned"?: string;
|
|
34867
|
-
"dateModified"?: string;
|
|
34868
|
-
"segment"?: Models.SegmentAssignmentSegment;
|
|
34869
|
-
"customerId"?: string;
|
|
34870
|
-
"customerIdType"?: string;
|
|
34871
|
-
"session"?: Models.SegmentAssignmentSession;
|
|
34872
|
-
"externalContact"?: Models.AddressableEntityRef;
|
|
34873
|
-
}
|
|
34874
|
-
|
|
34875
35204
|
export interface SegmentAssignmentEvent {
|
|
34876
35205
|
"segment"?: Models.AddressableEntityRef;
|
|
34877
35206
|
}
|
|
34878
35207
|
|
|
34879
|
-
export interface SegmentAssignmentListing {
|
|
34880
|
-
"entities"?: Array<Models.SegmentAssignment>;
|
|
34881
|
-
"nextUri"?: string;
|
|
34882
|
-
"selfUri"?: string;
|
|
34883
|
-
"previousUri"?: string;
|
|
34884
|
-
}
|
|
34885
|
-
|
|
34886
|
-
export interface SegmentAssignmentSegment {
|
|
34887
|
-
"id"?: string;
|
|
34888
|
-
"scope"?: string;
|
|
34889
|
-
"version"?: number;
|
|
34890
|
-
"selfUri"?: string;
|
|
34891
|
-
}
|
|
34892
|
-
|
|
34893
|
-
export interface SegmentAssignmentSession {
|
|
34894
|
-
"id"?: string;
|
|
34895
|
-
"type"?: string;
|
|
34896
|
-
"selfUri"?: string;
|
|
34897
|
-
}
|
|
34898
|
-
|
|
34899
35208
|
export interface SegmentDetailQueryClause {
|
|
34900
35209
|
"type": string;
|
|
34901
35210
|
"predicates": Array<Models.SegmentDetailQueryPredicate>;
|
|
@@ -37670,6 +37979,7 @@ declare namespace Models {
|
|
|
37670
37979
|
"pageSize"?: number;
|
|
37671
37980
|
"pageNumber"?: number;
|
|
37672
37981
|
"total"?: number;
|
|
37982
|
+
"totalNumberOfEntities"?: number;
|
|
37673
37983
|
"firstUri"?: string;
|
|
37674
37984
|
"nextUri"?: string;
|
|
37675
37985
|
"previousUri"?: string;
|
|
@@ -37774,6 +38084,7 @@ declare namespace Models {
|
|
|
37774
38084
|
"addresses"?: Array<Models.GroupContact>;
|
|
37775
38085
|
"rulesVisible": boolean;
|
|
37776
38086
|
"visibility": string;
|
|
38087
|
+
"rolesEnabled"?: boolean;
|
|
37777
38088
|
"owners"?: Array<Models.User>;
|
|
37778
38089
|
"dateCreated"?: string;
|
|
37779
38090
|
"createdBy"?: Models.OrgUser;
|
|
@@ -38115,6 +38426,7 @@ declare namespace Models {
|
|
|
38115
38426
|
"name"?: string;
|
|
38116
38427
|
"userId"?: string;
|
|
38117
38428
|
"source"?: string;
|
|
38429
|
+
"sourceId"?: string;
|
|
38118
38430
|
"presenceDefinition"?: Models.PresenceDefinition;
|
|
38119
38431
|
"message"?: string;
|
|
38120
38432
|
"modifiedDate"?: string;
|
|
@@ -39005,6 +39317,7 @@ declare namespace Models {
|
|
|
39005
39317
|
"id"?: string;
|
|
39006
39318
|
"name"?: string;
|
|
39007
39319
|
"source"?: string;
|
|
39320
|
+
"sourceId"?: string;
|
|
39008
39321
|
"primary"?: boolean;
|
|
39009
39322
|
"presenceDefinition"?: Models.PresenceDefinition;
|
|
39010
39323
|
"message"?: string;
|
|
@@ -39970,6 +40283,7 @@ declare namespace Models {
|
|
|
39970
40283
|
"dateSnoozedUntil"?: string;
|
|
39971
40284
|
"action"?: string;
|
|
39972
40285
|
"alertSummary"?: Models.V2MobiusAlertsTopicAlertSummary;
|
|
40286
|
+
"sendExitingAlarmNotification"?: boolean;
|
|
39973
40287
|
}
|
|
39974
40288
|
|
|
39975
40289
|
export interface V2MobiusAlertsTopicAlertNotification {
|
|
@@ -40066,6 +40380,7 @@ declare namespace Models {
|
|
|
40066
40380
|
"inAlarm"?: boolean;
|
|
40067
40381
|
"action"?: string;
|
|
40068
40382
|
"dateCreated"?: string;
|
|
40383
|
+
"sendExitingAlarmNotification"?: boolean;
|
|
40069
40384
|
}
|
|
40070
40385
|
|
|
40071
40386
|
export interface ValidateAddressRequest {
|
|
@@ -41052,6 +41367,48 @@ declare namespace Models {
|
|
|
41052
41367
|
"status"?: string;
|
|
41053
41368
|
}
|
|
41054
41369
|
|
|
41370
|
+
export interface WfmAdherenceExplanationJobCompleteTopicAdherenceExplanationChangedNotification {
|
|
41371
|
+
"id"?: string;
|
|
41372
|
+
"agent"?: Models.WfmAdherenceExplanationJobCompleteTopicUserReference;
|
|
41373
|
+
"managementUnit"?: Models.WfmAdherenceExplanationJobCompleteTopicManagementUnit;
|
|
41374
|
+
"businessUnit"?: Models.WfmAdherenceExplanationJobCompleteTopicBusinessUnit;
|
|
41375
|
+
"type"?: string;
|
|
41376
|
+
"status"?: string;
|
|
41377
|
+
"startDate"?: string;
|
|
41378
|
+
"lengthMinutes"?: number;
|
|
41379
|
+
"notes"?: string;
|
|
41380
|
+
"reviewedBy"?: Models.WfmAdherenceExplanationJobCompleteTopicUserReference;
|
|
41381
|
+
"reviewedDate"?: string;
|
|
41382
|
+
}
|
|
41383
|
+
|
|
41384
|
+
export interface WfmAdherenceExplanationJobCompleteTopicAdherenceExplanationJobNotification {
|
|
41385
|
+
"id"?: string;
|
|
41386
|
+
"type"?: string;
|
|
41387
|
+
"status"?: string;
|
|
41388
|
+
"adherenceExplanation"?: Models.WfmAdherenceExplanationJobCompleteTopicAdherenceExplanationChangedNotification;
|
|
41389
|
+
"downloadUrl"?: string;
|
|
41390
|
+
"error"?: Models.WfmAdherenceExplanationJobCompleteTopicErrorBody;
|
|
41391
|
+
}
|
|
41392
|
+
|
|
41393
|
+
export interface WfmAdherenceExplanationJobCompleteTopicBusinessUnit {
|
|
41394
|
+
"id"?: string;
|
|
41395
|
+
}
|
|
41396
|
+
|
|
41397
|
+
export interface WfmAdherenceExplanationJobCompleteTopicErrorBody {
|
|
41398
|
+
"status"?: number;
|
|
41399
|
+
"code"?: string;
|
|
41400
|
+
"message"?: string;
|
|
41401
|
+
"messageParams"?: { [key: string]: string; };
|
|
41402
|
+
}
|
|
41403
|
+
|
|
41404
|
+
export interface WfmAdherenceExplanationJobCompleteTopicManagementUnit {
|
|
41405
|
+
"id"?: string;
|
|
41406
|
+
}
|
|
41407
|
+
|
|
41408
|
+
export interface WfmAdherenceExplanationJobCompleteTopicUserReference {
|
|
41409
|
+
"id"?: string;
|
|
41410
|
+
}
|
|
41411
|
+
|
|
41055
41412
|
export interface WfmAgent {
|
|
41056
41413
|
"id"?: string;
|
|
41057
41414
|
"user"?: Models.UserReference;
|
|
@@ -41066,6 +41423,58 @@ declare namespace Models {
|
|
|
41066
41423
|
"selfUri"?: string;
|
|
41067
41424
|
}
|
|
41068
41425
|
|
|
41426
|
+
export interface WfmAgentAdherenceExplanationChangedAgentTopicAdherenceExplanationChangedNotification {
|
|
41427
|
+
"id"?: string;
|
|
41428
|
+
"agent"?: Models.WfmAgentAdherenceExplanationChangedAgentTopicUserReference;
|
|
41429
|
+
"managementUnit"?: Models.WfmAgentAdherenceExplanationChangedAgentTopicManagementUnit;
|
|
41430
|
+
"businessUnit"?: Models.WfmAgentAdherenceExplanationChangedAgentTopicBusinessUnit;
|
|
41431
|
+
"type"?: string;
|
|
41432
|
+
"status"?: string;
|
|
41433
|
+
"startDate"?: string;
|
|
41434
|
+
"lengthMinutes"?: number;
|
|
41435
|
+
"notes"?: string;
|
|
41436
|
+
"reviewedBy"?: Models.WfmAgentAdherenceExplanationChangedAgentTopicUserReference;
|
|
41437
|
+
"reviewedDate"?: string;
|
|
41438
|
+
}
|
|
41439
|
+
|
|
41440
|
+
export interface WfmAgentAdherenceExplanationChangedAgentTopicBusinessUnit {
|
|
41441
|
+
"id"?: string;
|
|
41442
|
+
}
|
|
41443
|
+
|
|
41444
|
+
export interface WfmAgentAdherenceExplanationChangedAgentTopicManagementUnit {
|
|
41445
|
+
"id"?: string;
|
|
41446
|
+
}
|
|
41447
|
+
|
|
41448
|
+
export interface WfmAgentAdherenceExplanationChangedAgentTopicUserReference {
|
|
41449
|
+
"id"?: string;
|
|
41450
|
+
}
|
|
41451
|
+
|
|
41452
|
+
export interface WfmAgentAdherenceExplanationChangedBusinessUnitTopicAdherenceExplanationChangedNotification {
|
|
41453
|
+
"id"?: string;
|
|
41454
|
+
"agent"?: Models.WfmAgentAdherenceExplanationChangedBusinessUnitTopicUserReference;
|
|
41455
|
+
"managementUnit"?: Models.WfmAgentAdherenceExplanationChangedBusinessUnitTopicManagementUnit;
|
|
41456
|
+
"businessUnit"?: Models.WfmAgentAdherenceExplanationChangedBusinessUnitTopicBusinessUnit;
|
|
41457
|
+
"type"?: string;
|
|
41458
|
+
"status"?: string;
|
|
41459
|
+
"startDate"?: string;
|
|
41460
|
+
"lengthMinutes"?: number;
|
|
41461
|
+
"notes"?: string;
|
|
41462
|
+
"reviewedBy"?: Models.WfmAgentAdherenceExplanationChangedBusinessUnitTopicUserReference;
|
|
41463
|
+
"reviewedDate"?: string;
|
|
41464
|
+
}
|
|
41465
|
+
|
|
41466
|
+
export interface WfmAgentAdherenceExplanationChangedBusinessUnitTopicBusinessUnit {
|
|
41467
|
+
"id"?: string;
|
|
41468
|
+
}
|
|
41469
|
+
|
|
41470
|
+
export interface WfmAgentAdherenceExplanationChangedBusinessUnitTopicManagementUnit {
|
|
41471
|
+
"id"?: string;
|
|
41472
|
+
}
|
|
41473
|
+
|
|
41474
|
+
export interface WfmAgentAdherenceExplanationChangedBusinessUnitTopicUserReference {
|
|
41475
|
+
"id"?: string;
|
|
41476
|
+
}
|
|
41477
|
+
|
|
41069
41478
|
export interface WfmAgentScheduleUpdateTopicAgentScheduleShiftUpdate {
|
|
41070
41479
|
"type"?: string;
|
|
41071
41480
|
"shiftStartDates"?: Array<string>;
|
|
@@ -42339,6 +42748,13 @@ declare namespace Models {
|
|
|
42339
42748
|
"validationId"?: string;
|
|
42340
42749
|
}
|
|
42341
42750
|
|
|
42751
|
+
export interface WorkPlanBidRanks {
|
|
42752
|
+
"id"?: string;
|
|
42753
|
+
"workPlanBiddingPerformance"?: number;
|
|
42754
|
+
"biddingTieBreaker"?: string;
|
|
42755
|
+
"selfUri"?: string;
|
|
42756
|
+
}
|
|
42757
|
+
|
|
42342
42758
|
export interface WorkPlanConfigurationViolationMessage {
|
|
42343
42759
|
"type"?: string;
|
|
42344
42760
|
"arguments"?: Array<Models.WorkPlanValidationMessageArgument>;
|
|
@@ -42659,6 +43075,7 @@ declare namespace Models {
|
|
|
42659
43075
|
"type"?: Models.WorktypeReference;
|
|
42660
43076
|
"description"?: string;
|
|
42661
43077
|
"language"?: Models.LanguageReference;
|
|
43078
|
+
"utilizationLabel"?: Models.WorkitemUtilizationLabelReference;
|
|
42662
43079
|
"priority"?: number;
|
|
42663
43080
|
"dateCreated"?: string;
|
|
42664
43081
|
"dateModified"?: string;
|
|
@@ -42716,6 +43133,7 @@ declare namespace Models {
|
|
|
42716
43133
|
"wrapupCode"?: string;
|
|
42717
43134
|
"scoredAgents"?: Array<Models.WorkitemScoredAgentRequest>;
|
|
42718
43135
|
"languageId"?: string;
|
|
43136
|
+
"utilizationLabelId"?: string;
|
|
42719
43137
|
"externalContactId"?: string;
|
|
42720
43138
|
"externalTag"?: string;
|
|
42721
43139
|
"skillIds"?: Array<string>;
|
|
@@ -42726,6 +43144,7 @@ declare namespace Models {
|
|
|
42726
43144
|
"name"?: Models.WorkitemsAttributeChangeString;
|
|
42727
43145
|
"description"?: Models.WorkitemsAttributeChangeString;
|
|
42728
43146
|
"languageId"?: Models.WorkitemsAttributeChangeString;
|
|
43147
|
+
"utilizationLabelId"?: Models.WorkitemsAttributeChangeString;
|
|
42729
43148
|
"priority"?: Models.WorkitemsAttributeChangeInteger;
|
|
42730
43149
|
"skillIds"?: Models.WorkitemsAttributeChangeList;
|
|
42731
43150
|
"preferredAgentIds"?: Models.WorkitemsAttributeChangeList;
|
|
@@ -42878,9 +43297,15 @@ declare namespace Models {
|
|
|
42878
43297
|
"externalTag"?: string;
|
|
42879
43298
|
"skillIds"?: Array<string>;
|
|
42880
43299
|
"languageId"?: string;
|
|
43300
|
+
"utilizationLabelId"?: string;
|
|
42881
43301
|
"preferredAgentIds"?: Array<string>;
|
|
42882
43302
|
}
|
|
42883
43303
|
|
|
43304
|
+
export interface WorkitemUtilizationLabelReference {
|
|
43305
|
+
"id"?: string;
|
|
43306
|
+
"selfUri"?: string;
|
|
43307
|
+
}
|
|
43308
|
+
|
|
42884
43309
|
export interface WorkitemVersion {
|
|
42885
43310
|
"id"?: string;
|
|
42886
43311
|
"name"?: string;
|
|
@@ -42888,6 +43313,7 @@ declare namespace Models {
|
|
|
42888
43313
|
"type"?: Models.WorktypeReference;
|
|
42889
43314
|
"description"?: string;
|
|
42890
43315
|
"language"?: Models.LanguageReference;
|
|
43316
|
+
"utilizationLabel"?: Models.WorkitemUtilizationLabelReference;
|
|
42891
43317
|
"priority"?: number;
|
|
42892
43318
|
"dateCreated"?: string;
|
|
42893
43319
|
"dateModified"?: string;
|