purecloud-platform-client-v2 188.1.0 → 189.1.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.
Files changed (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +709 -106
  3. package/dist/web-amd/purecloud-platform-client-v2.js +709 -106
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +250 -107
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +353 -143
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +529 -6
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +298 -6
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +13 -9
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +240 -11
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +7 -3
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +4 -4
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +48 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +27 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +4 -3
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -366,9 +366,11 @@ declare class ArchitectApi {
366
366
  deleteArchitectSchedulegroup(scheduleGroupId: string): Promise<void>;
367
367
  deleteArchitectSystempromptResource(promptId: string, languageCode: string): Promise<void>;
368
368
  deleteFlow(flowId: string): Promise<void>;
369
+ deleteFlowInstancesSettingsLoglevels(flowId: string): Promise<void>;
369
370
  deleteFlows(id: Array<string>): Promise<Models.Operation>;
370
371
  deleteFlowsDatatable(datatableId: string, opts?: ArchitectApi.deleteFlowsDatatableOptions): Promise<void>;
371
372
  deleteFlowsDatatableRow(datatableId: string, rowId: string): Promise<void>;
373
+ deleteFlowsInstancesSettingsLoglevelsDefault(): Promise<void>;
372
374
  deleteFlowsMilestone(milestoneId: string): Promise<object>;
373
375
  getArchitectDependencytracking(name: string, opts?: ArchitectApi.getArchitectDependencytrackingOptions): Promise<Models.DependencyObjectEntityListing>;
374
376
  getArchitectDependencytrackingBuild(): Promise<Models.DependencyStatus>;
@@ -406,6 +408,7 @@ declare class ArchitectApi {
406
408
  getArchitectSystemprompts(opts?: ArchitectApi.getArchitectSystempromptsOptions): Promise<Models.SystemPromptEntityListing>;
407
409
  getFlow(flowId: string, opts?: ArchitectApi.getFlowOptions): Promise<Models.Flow>;
408
410
  getFlowHistoryHistoryId(flowId: string, historyId: string, opts?: ArchitectApi.getFlowHistoryHistoryIdOptions): Promise<Models.HistoryListing>;
411
+ getFlowInstancesSettingsLoglevels(flowId: string, opts?: ArchitectApi.getFlowInstancesSettingsLoglevelsOptions): Promise<Models.FlowSettingsResponse>;
409
412
  getFlowLatestconfiguration(flowId: string, opts?: ArchitectApi.getFlowLatestconfigurationOptions): Promise<object>;
410
413
  getFlowVersion(flowId: string, versionId: string, opts?: ArchitectApi.getFlowVersionOptions): Promise<Models.FlowVersion>;
411
414
  getFlowVersionConfiguration(flowId: string, versionId: string, opts?: ArchitectApi.getFlowVersionConfigurationOptions): Promise<object>;
@@ -428,6 +431,10 @@ declare class ArchitectApi {
428
431
  getFlowsInstance(instanceId: string, opts?: ArchitectApi.getFlowsInstanceOptions): Promise<Models.GetFlowExecutionDataJobResult>;
429
432
  getFlowsInstancesJob(jobId: string): Promise<Models.GetFlowExecutionDataJobResult>;
430
433
  getFlowsInstancesQuerycapabilities(opts?: ArchitectApi.getFlowsInstancesQuerycapabilitiesOptions): Promise<Models.FlowsQueryCriteriaResponse>;
434
+ getFlowsInstancesSettingsExecutiondata(): Promise<Models.ExecutionDataFlowSettingsResponse>;
435
+ getFlowsInstancesSettingsLoglevels(opts?: ArchitectApi.getFlowsInstancesSettingsLoglevelsOptions): Promise<Models.FlowSettingsResponseEntityListing>;
436
+ getFlowsInstancesSettingsLoglevelsCharacteristics(): Promise<Models.FlowLogLevelCharacteristicsDefinitions>;
437
+ getFlowsInstancesSettingsLoglevelsDefault(opts?: ArchitectApi.getFlowsInstancesSettingsLoglevelsDefaultOptions): Promise<Models.FlowSettingsResponse>;
431
438
  getFlowsJob(jobId: string, opts?: ArchitectApi.getFlowsJobOptions): Promise<Models.ArchitectJobStateResponse>;
432
439
  getFlowsMilestone(milestoneId: string): Promise<Models.FlowMilestone>;
433
440
  getFlowsMilestones(opts?: ArchitectApi.getFlowsMilestonesOptions): Promise<Models.FlowMilestoneListing>;
@@ -437,6 +444,7 @@ declare class ArchitectApi {
437
444
  getFlowsOutcomesDivisionviews(opts?: ArchitectApi.getFlowsOutcomesDivisionviewsOptions): Promise<Models.FlowOutcomeDivisionViewEntityListing>;
438
445
  patchArchitectGrammar(grammarId: string, opts?: ArchitectApi.patchArchitectGrammarOptions): Promise<Models.Grammar>;
439
446
  patchArchitectGrammarLanguage(grammarId: string, languageCode: string, opts?: ArchitectApi.patchArchitectGrammarLanguageOptions): Promise<Models.GrammarLanguage>;
447
+ patchFlowsInstancesSettingsExecutiondata(body: Models.ExecutionDataSettingsRequest): Promise<Models.ExecutionDataFlowSettingsResponse>;
440
448
  postArchitectDependencytrackingBuild(): Promise<void>;
441
449
  postArchitectEmergencygroups(body: Models.EmergencyGroup): Promise<Models.EmergencyGroup>;
442
450
  postArchitectGrammarLanguageFilesDtmf(grammarId: string, languageCode: string, body: Models.GrammarFileUploadRequest): Promise<Models.UploadUrlResponse>;
@@ -452,6 +460,7 @@ declare class ArchitectApi {
452
460
  postArchitectSystempromptHistory(promptId: string): Promise<Models.Operation>;
453
461
  postArchitectSystempromptResources(promptId: string, body: Models.SystemPromptAsset): Promise<Models.SystemPromptAsset>;
454
462
  postFlowHistory(flowId: string): Promise<Models.Operation>;
463
+ postFlowInstancesSettingsLoglevels(flowId: string, body: Models.FlowLogLevelRequest, opts?: ArchitectApi.postFlowInstancesSettingsLoglevelsOptions): Promise<Models.FlowSettingsResponse>;
455
464
  postFlowVersions(flowId: string, body: object): Promise<Models.FlowVersion>;
456
465
  postFlows(body: Models.Flow, opts?: ArchitectApi.postFlowsOptions): Promise<Models.Flow>;
457
466
  postFlowsActionsCheckin(flow: string): Promise<Models.Operation>;
@@ -478,8 +487,10 @@ declare class ArchitectApi {
478
487
  putArchitectSchedulegroup(scheduleGroupId: string, body: Models.ScheduleGroup): Promise<Models.ScheduleGroup>;
479
488
  putArchitectSystempromptResource(promptId: string, languageCode: string, body: Models.SystemPromptAsset): Promise<Models.SystemPromptAsset>;
480
489
  putFlow(flowId: string, body: Models.Flow): Promise<Models.Flow>;
490
+ putFlowInstancesSettingsLoglevels(flowId: string, body: Models.FlowLogLevelRequest, opts?: ArchitectApi.putFlowInstancesSettingsLoglevelsOptions): Promise<Models.FlowSettingsResponse>;
481
491
  putFlowsDatatable(datatableId: string, body: Models.DataTable, opts?: ArchitectApi.putFlowsDatatableOptions): Promise<Models.DataTable>;
482
492
  putFlowsDatatableRow(datatableId: string, rowId: string, opts?: ArchitectApi.putFlowsDatatableRowOptions): Promise<{ [key: string]: object; }>;
493
+ putFlowsInstancesSettingsLoglevelsDefault(body: Models.FlowLogLevelRequest, opts?: ArchitectApi.putFlowsInstancesSettingsLoglevelsDefaultOptions): Promise<Models.FlowSettingsResponse>;
483
494
  putFlowsMilestone(milestoneId: string, opts?: ArchitectApi.putFlowsMilestoneOptions): Promise<Models.FlowMilestone>;
484
495
  putFlowsOutcome(flowOutcomeId: string, opts?: ArchitectApi.putFlowsOutcomeOptions): Promise<Models.Operation>;
485
496
  }
@@ -693,6 +704,9 @@ declare namespace ArchitectApi {
693
704
  "sortBy"?: string;
694
705
  "action"?: Array<string>;
695
706
  }
707
+ export interface getFlowInstancesSettingsLoglevelsOptions {
708
+ "expand"?: Array<string>;
709
+ }
696
710
  export interface getFlowLatestconfigurationOptions {
697
711
  "deleted"?: boolean;
698
712
  }
@@ -788,6 +802,14 @@ declare namespace ArchitectApi {
788
802
  export interface getFlowsInstancesQuerycapabilitiesOptions {
789
803
  "expand"?: string;
790
804
  }
805
+ export interface getFlowsInstancesSettingsLoglevelsOptions {
806
+ "expand"?: Array<string>;
807
+ "pageNumber"?: number;
808
+ "pageSize"?: number;
809
+ }
810
+ export interface getFlowsInstancesSettingsLoglevelsDefaultOptions {
811
+ "expand"?: Array<string>;
812
+ }
791
813
  export interface getFlowsJobOptions {
792
814
  "expand"?: Array<string>;
793
815
  }
@@ -837,6 +859,9 @@ declare namespace ArchitectApi {
837
859
  export interface patchArchitectGrammarLanguageOptions {
838
860
  "body"?: Models.GrammarLanguageUpdate;
839
861
  }
862
+ export interface postFlowInstancesSettingsLoglevelsOptions {
863
+ "expand"?: Array<string>;
864
+ }
840
865
  export interface postFlowsOptions {
841
866
  "language"?: string;
842
867
  }
@@ -856,12 +881,18 @@ declare namespace ArchitectApi {
856
881
  export interface postFlowsOutcomesOptions {
857
882
  "body"?: Models.FlowOutcome;
858
883
  }
884
+ export interface putFlowInstancesSettingsLoglevelsOptions {
885
+ "expand"?: Array<string>;
886
+ }
859
887
  export interface putFlowsDatatableOptions {
860
888
  "expand"?: string;
861
889
  }
862
890
  export interface putFlowsDatatableRowOptions {
863
891
  "body"?: object;
864
892
  }
893
+ export interface putFlowsInstancesSettingsLoglevelsDefaultOptions {
894
+ "expand"?: Array<string>;
895
+ }
865
896
  export interface putFlowsMilestoneOptions {
866
897
  "body"?: Models.FlowMilestone;
867
898
  }
@@ -2405,15 +2436,22 @@ declare class IntegrationsApi {
2405
2436
  getIntegrationsCredentialsTypes(): Promise<Models.CredentialTypeListing>;
2406
2437
  getIntegrationsSpeechDialogflowAgent(agentId: string): Promise<Models.DialogflowAgent>;
2407
2438
  getIntegrationsSpeechDialogflowAgents(opts?: IntegrationsApi.getIntegrationsSpeechDialogflowAgentsOptions): Promise<Models.DialogflowAgentSummaryEntityListing>;
2439
+ getIntegrationsSpeechDialogflowcxAgent(agentId: string): Promise<Models.DialogflowCXAgent>;
2440
+ getIntegrationsSpeechDialogflowcxAgents(opts?: IntegrationsApi.getIntegrationsSpeechDialogflowcxAgentsOptions): Promise<Models.DialogflowCXAgentSummaryEntityListing>;
2408
2441
  getIntegrationsSpeechLexBotAlias(aliasId: string): Promise<Models.LexBotAlias>;
2409
2442
  getIntegrationsSpeechLexBotBotIdAliases(botId: string, opts?: IntegrationsApi.getIntegrationsSpeechLexBotBotIdAliasesOptions): Promise<Models.LexBotAliasEntityListing>;
2410
2443
  getIntegrationsSpeechLexBots(opts?: IntegrationsApi.getIntegrationsSpeechLexBotsOptions): Promise<Models.LexBotEntityListing>;
2444
+ getIntegrationsSpeechLexv2BotAlias(aliasId: string): Promise<Models.LexV2BotAlias>;
2445
+ getIntegrationsSpeechLexv2BotBotIdAliases(botId: string, opts?: IntegrationsApi.getIntegrationsSpeechLexv2BotBotIdAliasesOptions): Promise<Models.LexV2BotAliasEntityListing>;
2446
+ getIntegrationsSpeechLexv2Bots(opts?: IntegrationsApi.getIntegrationsSpeechLexv2BotsOptions): Promise<Models.LexV2BotEntityListing>;
2411
2447
  getIntegrationsSpeechNuanceNuanceIntegrationIdBot(nuanceIntegrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsSpeechNuanceNuanceIntegrationIdBotOptions): Promise<Models.NuanceBot>;
2412
2448
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob(nuanceIntegrationId: string, botId: string, jobId: string): Promise<Models.AsyncJob>;
2413
2449
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults(nuanceIntegrationId: string, botId: string, jobId: string): Promise<Models.NuanceBot>;
2414
2450
  getIntegrationsSpeechNuanceNuanceIntegrationIdBots(nuanceIntegrationId: string, opts?: IntegrationsApi.getIntegrationsSpeechNuanceNuanceIntegrationIdBotsOptions): Promise<Models.NuanceBotEntityListing>;
2415
2451
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob(nuanceIntegrationId: string, jobId: string): Promise<Models.AsyncJob>;
2416
2452
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults(nuanceIntegrationId: string, jobId: string): Promise<Models.NuanceBotEntityListing>;
2453
+ getIntegrationsSpeechSttEngine(engineId: string): Promise<Models.SttEngineEntity>;
2454
+ getIntegrationsSpeechSttEngines(opts?: IntegrationsApi.getIntegrationsSpeechSttEnginesOptions): Promise<Models.SttEngineEntityListing>;
2417
2455
  getIntegrationsSpeechTtsEngine(engineId: string, opts?: IntegrationsApi.getIntegrationsSpeechTtsEngineOptions): Promise<Models.TtsEngineEntity>;
2418
2456
  getIntegrationsSpeechTtsEngineVoice(engineId: string, voiceId: string): Promise<Models.TtsVoiceEntity>;
2419
2457
  getIntegrationsSpeechTtsEngineVoices(engineId: string, opts?: IntegrationsApi.getIntegrationsSpeechTtsEngineVoicesOptions): Promise<Models.TtsVoiceEntityListing>;
@@ -2422,6 +2460,8 @@ declare class IntegrationsApi {
2422
2460
  getIntegrationsType(typeId: string): Promise<Models.IntegrationType>;
2423
2461
  getIntegrationsTypeConfigschema(typeId: string, configType: string): Promise<Models.JsonSchemaDocument>;
2424
2462
  getIntegrationsTypes(opts?: IntegrationsApi.getIntegrationsTypesOptions): Promise<Models.IntegrationTypeEntityListing>;
2463
+ getIntegrationsUnifiedcommunicationsClientapp(ucIntegrationId: string): Promise<Models.UnifiedCommunicationsIntegration>;
2464
+ getIntegrationsUnifiedcommunicationsClientapps(opts?: IntegrationsApi.getIntegrationsUnifiedcommunicationsClientappsOptions): Promise<Models.UnifiedCommunicationsIntegrationListing>;
2425
2465
  getIntegrationsUserapps(opts?: IntegrationsApi.getIntegrationsUserappsOptions): Promise<Models.UserAppEntityListing>;
2426
2466
  patchIntegration(integrationId: string, opts?: IntegrationsApi.patchIntegrationOptions): Promise<Models.Integration>;
2427
2467
  patchIntegrationsAction(actionId: string, body: Models.UpdateActionInput): Promise<Models.Action>;
@@ -2548,6 +2588,11 @@ declare namespace IntegrationsApi {
2548
2588
  "pageSize"?: number;
2549
2589
  "name"?: string;
2550
2590
  }
2591
+ export interface getIntegrationsSpeechDialogflowcxAgentsOptions {
2592
+ "pageNumber"?: number;
2593
+ "pageSize"?: number;
2594
+ "name"?: string;
2595
+ }
2551
2596
  export interface getIntegrationsSpeechLexBotBotIdAliasesOptions {
2552
2597
  "pageNumber"?: number;
2553
2598
  "pageSize"?: number;
@@ -2559,6 +2604,17 @@ declare namespace IntegrationsApi {
2559
2604
  "pageSize"?: number;
2560
2605
  "name"?: string;
2561
2606
  }
2607
+ export interface getIntegrationsSpeechLexv2BotBotIdAliasesOptions {
2608
+ "pageNumber"?: number;
2609
+ "pageSize"?: number;
2610
+ "status"?: string;
2611
+ "name"?: string;
2612
+ }
2613
+ export interface getIntegrationsSpeechLexv2BotsOptions {
2614
+ "pageNumber"?: number;
2615
+ "pageSize"?: number;
2616
+ "name"?: string;
2617
+ }
2562
2618
  export interface getIntegrationsSpeechNuanceNuanceIntegrationIdBotOptions {
2563
2619
  "expand"?: Array<string>;
2564
2620
  "targetChannel"?: string;
@@ -2568,6 +2624,11 @@ declare namespace IntegrationsApi {
2568
2624
  "pageSize"?: number;
2569
2625
  "onlyRegisteredBots"?: boolean;
2570
2626
  }
2627
+ export interface getIntegrationsSpeechSttEnginesOptions {
2628
+ "pageNumber"?: number;
2629
+ "pageSize"?: number;
2630
+ "name"?: string;
2631
+ }
2571
2632
  export interface getIntegrationsSpeechTtsEngineOptions {
2572
2633
  "includeVoices"?: boolean;
2573
2634
  }
@@ -2590,6 +2651,14 @@ declare namespace IntegrationsApi {
2590
2651
  "nextPage"?: string;
2591
2652
  "previousPage"?: string;
2592
2653
  }
2654
+ export interface getIntegrationsUnifiedcommunicationsClientappsOptions {
2655
+ "pageSize"?: number;
2656
+ "pageNumber"?: number;
2657
+ "sortBy"?: string;
2658
+ "expand"?: Array<string>;
2659
+ "nextPage"?: string;
2660
+ "previousPage"?: string;
2661
+ }
2593
2662
  export interface getIntegrationsUserappsOptions {
2594
2663
  "pageSize"?: number;
2595
2664
  "pageNumber"?: number;
@@ -3790,7 +3859,7 @@ declare class OutboundApi {
3790
3859
  postOutboundContactlistClear(contactListId: string): Promise<void>;
3791
3860
  postOutboundContactlistContacts(contactListId: string, body: Array<Models.WritableDialerContact>, opts?: OutboundApi.postOutboundContactlistContactsOptions): Promise<Array<Models.DialerContact>>;
3792
3861
  postOutboundContactlistContactsBulk(contactListId: string, body: Array<string>): Promise<Array<Models.DialerContact>>;
3793
- postOutboundContactlistExport(contactListId: string): Promise<Models.DomainEntityRef>;
3862
+ postOutboundContactlistExport(contactListId: string, opts?: OutboundApi.postOutboundContactlistExportOptions): Promise<Models.DomainEntityRef>;
3794
3863
  postOutboundContactlistfilters(body: Models.ContactListFilter): Promise<Models.ContactListFilter>;
3795
3864
  postOutboundContactlistfiltersBulkRetrieve(body: Models.ContactListFilterBulkRetrieveBody): Promise<Models.ContactListFilterEntityListing>;
3796
3865
  postOutboundContactlistfiltersPreview(body: Models.ContactListFilter): Promise<Models.FilterPreviewResponse>;
@@ -4107,6 +4176,9 @@ declare namespace OutboundApi {
4107
4176
  "clearSystemData"?: boolean;
4108
4177
  "doNotQueue"?: boolean;
4109
4178
  }
4179
+ export interface postOutboundContactlistExportOptions {
4180
+ "body"?: Models.ContactsExportRequest;
4181
+ }
4110
4182
  export interface postOutboundDnclistPhonenumbersOptions {
4111
4183
  "expirationDateTime"?: string;
4112
4184
  }
@@ -4249,7 +4321,7 @@ declare class QualityApi {
4249
4321
  postAnalyticsSurveysAggregatesJobs(body: Models.SurveyAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
4250
4322
  postAnalyticsSurveysAggregatesQuery(body: Models.SurveyAggregationQuery): Promise<Models.SurveyAggregateQueryResponse>;
4251
4323
  postQualityCalibrations(body: Models.CalibrationCreate, opts?: QualityApi.postQualityCalibrationsOptions): Promise<Models.Calibration>;
4252
- postQualityConversationEvaluations(conversationId: string, body: Models.Evaluation, opts?: QualityApi.postQualityConversationEvaluationsOptions): Promise<Models.Evaluation>;
4324
+ postQualityConversationEvaluations(conversationId: string, body: Models.EvaluationCreateBody, opts?: QualityApi.postQualityConversationEvaluationsOptions): Promise<Models.Evaluation>;
4253
4325
  postQualityConversationsAuditsQuery(body: Models.QMAuditQueryRequest): Promise<Models.QualityAuditQueryExecutionStatusResponse>;
4254
4326
  postQualityEvaluationsAggregatesQueryMe(body: Models.EvaluationAggregationQueryMe): Promise<Models.EvaluationAggregateQueryResponse>;
4255
4327
  postQualityEvaluationsScoring(body: Models.EvaluationFormAndScoringSet): Promise<Models.EvaluationScoringSet>;
@@ -5334,7 +5406,9 @@ declare namespace SearchApi {
5334
5406
 
5335
5407
  declare class SettingsApi {
5336
5408
  getEmailsSettings(): Promise<Models.EmailSettings>;
5337
- patchEmailsSettings(opts?: SettingsApi.patchEmailsSettingsOptions): Promise<Models.EmailSettings>;
5409
+ getSettingsExecutiondata(): Promise<Models.ExecutionDataGlobalSettingsResponse>;
5410
+ patchEmailsSettings(opts?: SettingsApi.patchEmailsSettingsOptions): Promise<Models.EmailSettings>;
5411
+ patchSettingsExecutiondata(body: Models.ExecutionDataSettingsRequest): Promise<Models.ExecutionDataGlobalSettingsResponse>;
5338
5412
  }
5339
5413
 
5340
5414
  declare namespace SettingsApi {
@@ -5501,6 +5575,7 @@ declare class TaskManagementApi {
5501
5575
  getTaskmanagementWorktype(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeOptions): Promise<Models.Worktype>;
5502
5576
  getTaskmanagementWorktypeHistory(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeHistoryOptions): Promise<Models.WorktypeChangeListing>;
5503
5577
  getTaskmanagementWorktypeStatus(worktypeId: string, statusId: string): Promise<Models.WorkitemStatus>;
5578
+ getTaskmanagementWorktypeStatuses(worktypeId: string): Promise<Models.WorkitemStatusListing>;
5504
5579
  getTaskmanagementWorktypeVersion(worktypeId: string, entityVersion: number): Promise<Models.WorktypeVersion>;
5505
5580
  getTaskmanagementWorktypeVersions(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeVersionsOptions): Promise<Models.WorktypeVersionListing>;
5506
5581
  patchTaskmanagementWorkbin(workbinId: string, body: Models.WorkbinUpdate): Promise<Models.Workbin>;
@@ -11163,6 +11238,7 @@ declare namespace Models {
11163
11238
  "contactListFilters"?: Array<Models.DomainEntityRef>;
11164
11239
  "division"?: Models.DomainEntityRef;
11165
11240
  "dynamicContactQueueingSettings"?: Models.DynamicContactQueueingSettings;
11241
+ "maxCallsPerAgent"?: number;
11166
11242
  "selfUri"?: string;
11167
11243
  }
11168
11244
 
@@ -12117,7 +12193,9 @@ declare namespace Models {
12117
12193
 
12118
12194
  export interface CommonRuleBulkUpdateNotificationsRequest {
12119
12195
  "ruleIds": Array<string>;
12120
- "properties": Models.ModifiableRuleProperties;
12196
+ "properties"?: Models.ModifiableRuleProperties;
12197
+ "typesToAdd"?: Array<string>;
12198
+ "typesToRemove"?: Array<string>;
12121
12199
  }
12122
12200
 
12123
12201
  export interface CommonRuleConditions {
@@ -12414,6 +12492,11 @@ declare namespace Models {
12414
12492
  "selfUri"?: string;
12415
12493
  }
12416
12494
 
12495
+ export interface ContactBulkSearchCriteria {
12496
+ "clauses"?: Array<Models.ContactListFilterClause>;
12497
+ "filterType"?: string;
12498
+ }
12499
+
12417
12500
  export interface ContactCallbackRequest {
12418
12501
  "campaignId": string;
12419
12502
  "contactListId": string;
@@ -12467,9 +12550,11 @@ declare namespace Models {
12467
12550
  }
12468
12551
 
12469
12552
  export interface ContactIdentifier {
12553
+ "id"?: string;
12470
12554
  "type": string;
12471
12555
  "value": string;
12472
12556
  "dateCreated"?: string;
12557
+ "selfUri"?: string;
12473
12558
  }
12474
12559
 
12475
12560
  export interface ContactList {
@@ -12675,6 +12760,12 @@ declare namespace Models {
12675
12760
  export interface ContactlistImportStatusObject {
12676
12761
  }
12677
12762
 
12763
+ export interface ContactsExportRequest {
12764
+ "contactListFilterId"?: string;
12765
+ "searchCriteria"?: Models.ContactBulkSearchCriteria;
12766
+ "contactIds"?: Array<string>;
12767
+ }
12768
+
12678
12769
  export interface ContentActions {
12679
12770
  "url"?: string;
12680
12771
  "urlTarget"?: string;
@@ -17351,6 +17442,49 @@ declare namespace Models {
17351
17442
  "pageCount"?: number;
17352
17443
  }
17353
17444
 
17445
+ export interface DialogflowCXAgent {
17446
+ "id"?: string;
17447
+ "name"?: string;
17448
+ "project"?: Models.DialogflowCXProject;
17449
+ "languages"?: Array<string>;
17450
+ "environments"?: Array<Models.DialogflowCXEnvironment>;
17451
+ "integration"?: Models.DomainEntityRef;
17452
+ "selfUri"?: string;
17453
+ }
17454
+
17455
+ export interface DialogflowCXAgentSummary {
17456
+ "id"?: string;
17457
+ "name"?: string;
17458
+ "project"?: Models.DialogflowCXProject;
17459
+ "description"?: string;
17460
+ "integration"?: Models.DomainEntityRef;
17461
+ "selfUri"?: string;
17462
+ }
17463
+
17464
+ export interface DialogflowCXAgentSummaryEntityListing {
17465
+ "entities"?: Array<Models.DialogflowCXAgentSummary>;
17466
+ "pageSize"?: number;
17467
+ "pageNumber"?: number;
17468
+ "total"?: number;
17469
+ "firstUri"?: string;
17470
+ "nextUri"?: string;
17471
+ "previousUri"?: string;
17472
+ "lastUri"?: string;
17473
+ "selfUri"?: string;
17474
+ "pageCount"?: number;
17475
+ }
17476
+
17477
+ export interface DialogflowCXEnvironment {
17478
+ "id"?: string;
17479
+ "name"?: string;
17480
+ "selfUri"?: string;
17481
+ }
17482
+
17483
+ export interface DialogflowCXProject {
17484
+ "id"?: string;
17485
+ "name"?: string;
17486
+ }
17487
+
17354
17488
  export interface DialogflowIntent {
17355
17489
  "name": string;
17356
17490
  "parameters": { [key: string]: Models.DialogflowParameter; };
@@ -19683,6 +19817,53 @@ declare namespace Models {
19683
19817
  "pageSize"?: number;
19684
19818
  }
19685
19819
 
19820
+ export interface EvaluationCreateBody {
19821
+ "id"?: string;
19822
+ "evaluationForm"?: Models.EvaluationCreateEvalForm;
19823
+ "evaluator"?: Models.EvaluationCreateUser;
19824
+ "agent"?: Models.EvaluationCreateUser;
19825
+ "agentHasRead"?: boolean;
19826
+ "answers"?: Models.EvaluationScoringSet;
19827
+ "calibration"?: Models.EvaluationCreateCalibration;
19828
+ "evaluationContextId"?: string;
19829
+ "conversation"?: Models.EvaluationCreateConversation;
19830
+ "resourceType"?: string;
19831
+ "evaluationSource"?: Models.EvaluationSource;
19832
+ "rescore"?: boolean;
19833
+ "queue"?: Models.EvaluationCreateQueue;
19834
+ "releaseDate"?: string;
19835
+ "status"?: string;
19836
+ "neverRelease"?: boolean;
19837
+ "dateAssigneeChanged"?: string;
19838
+ "assignee"?: Models.EvaluationCreateUser;
19839
+ "selfUri"?: string;
19840
+ }
19841
+
19842
+ export interface EvaluationCreateCalibration {
19843
+ "id"?: string;
19844
+ "selfUri"?: string;
19845
+ }
19846
+
19847
+ export interface EvaluationCreateConversation {
19848
+ "id"?: string;
19849
+ "selfUri"?: string;
19850
+ }
19851
+
19852
+ export interface EvaluationCreateEvalForm {
19853
+ "id"?: string;
19854
+ "selfUri"?: string;
19855
+ }
19856
+
19857
+ export interface EvaluationCreateQueue {
19858
+ "id"?: string;
19859
+ "selfUri"?: string;
19860
+ }
19861
+
19862
+ export interface EvaluationCreateUser {
19863
+ "id": string;
19864
+ "selfUri"?: string;
19865
+ }
19866
+
19686
19867
  export interface EvaluationDetailQueryClause {
19687
19868
  "type": string;
19688
19869
  "predicates": Array<Models.EvaluationDetailQueryPredicate>;
@@ -19740,6 +19921,7 @@ declare namespace Models {
19740
19921
  "contextId"?: string;
19741
19922
  "questionGroups"?: Array<Models.EvaluationQuestionGroup>;
19742
19923
  "weightMode"?: string;
19924
+ "publishedVersions"?: Models.DomainEntityListingEvaluationForm;
19743
19925
  "selfUri"?: string;
19744
19926
  }
19745
19927
 
@@ -20072,10 +20254,34 @@ declare namespace Models {
20072
20254
  "statusCode"?: string;
20073
20255
  }
20074
20256
 
20257
+ export interface ExecutionDataFlowSettingsResponse {
20258
+ "id"?: string;
20259
+ "name"?: string;
20260
+ "enabled"?: boolean;
20261
+ "modifiedBy"?: Models.UserReference;
20262
+ "modifiedByClient"?: Models.DomainEntityRef;
20263
+ "dateModified"?: string;
20264
+ "selfUri"?: string;
20265
+ }
20266
+
20267
+ export interface ExecutionDataGlobalSettingsResponse {
20268
+ "id"?: string;
20269
+ "name"?: string;
20270
+ "enabled"?: boolean;
20271
+ "modifiedBy"?: Models.UserReference;
20272
+ "modifiedByClient"?: Models.DomainEntityRef;
20273
+ "dateModified"?: string;
20274
+ "selfUri"?: string;
20275
+ }
20276
+
20075
20277
  export interface ExecutionDataRequest {
20076
20278
  "ids": Array<string>;
20077
20279
  }
20078
20280
 
20281
+ export interface ExecutionDataSettingsRequest {
20282
+ "enabled": boolean;
20283
+ }
20284
+
20079
20285
  export interface ExpandableWebDeployment {
20080
20286
  "id"?: string;
20081
20287
  "name": string;
@@ -21123,6 +21329,17 @@ declare namespace Models {
21123
21329
  "pageSize"?: number;
21124
21330
  }
21125
21331
 
21332
+ export interface FlowCharacteristics {
21333
+ "executionItems"?: boolean;
21334
+ "executionInputOutputs"?: boolean;
21335
+ "communications"?: boolean;
21336
+ "eventError"?: boolean;
21337
+ "eventWarning"?: boolean;
21338
+ "eventOther"?: boolean;
21339
+ "variables"?: boolean;
21340
+ "names"?: boolean;
21341
+ }
21342
+
21126
21343
  export interface FlowDiagnosticInfo {
21127
21344
  "lastActionId"?: number;
21128
21345
  }
@@ -21347,6 +21564,25 @@ declare namespace Models {
21347
21564
  "nluDomain"?: Models.AddressableEntityRef;
21348
21565
  }
21349
21566
 
21567
+ export interface FlowLogLevel {
21568
+ "level"?: string;
21569
+ "characteristics"?: Models.FlowCharacteristics;
21570
+ }
21571
+
21572
+ export interface FlowLogLevelCharacteristicsDefinition {
21573
+ "id"?: string;
21574
+ "minimumLevel"?: string;
21575
+ "dependsOn"?: Models.FlowCharacteristics;
21576
+ }
21577
+
21578
+ export interface FlowLogLevelCharacteristicsDefinitions {
21579
+ "characteristics"?: Array<Models.FlowLogLevelCharacteristicsDefinition>;
21580
+ }
21581
+
21582
+ export interface FlowLogLevelRequest {
21583
+ "logLevelCharacteristics": Models.FlowLogLevel;
21584
+ }
21585
+
21350
21586
  export interface FlowMetricsTopicFlowMetricRecord {
21351
21587
  "metric"?: string;
21352
21588
  "metricDate"?: string;
@@ -21670,6 +21906,30 @@ declare namespace Models {
21670
21906
  "selfUri"?: string;
21671
21907
  }
21672
21908
 
21909
+ export interface FlowSettingsResponse {
21910
+ "id"?: string;
21911
+ "name"?: string;
21912
+ "type"?: string;
21913
+ "modifiedBy"?: Models.UserReference;
21914
+ "modifiedByClient"?: Models.DomainEntityRef;
21915
+ "dateModified"?: string;
21916
+ "logLevelCharacteristics"?: Models.FlowLogLevel;
21917
+ "selfUri"?: string;
21918
+ }
21919
+
21920
+ export interface FlowSettingsResponseEntityListing {
21921
+ "entities"?: Array<Models.FlowSettingsResponse>;
21922
+ "pageSize"?: number;
21923
+ "pageNumber"?: number;
21924
+ "total"?: number;
21925
+ "firstUri"?: string;
21926
+ "nextUri"?: string;
21927
+ "previousUri"?: string;
21928
+ "lastUri"?: string;
21929
+ "selfUri"?: string;
21930
+ "pageCount"?: number;
21931
+ }
21932
+
21673
21933
  export interface FlowStartDetailEventTopicFlowStartEvent {
21674
21934
  "eventTime"?: number;
21675
21935
  "conversationId"?: string;
@@ -26272,6 +26532,69 @@ declare namespace Models {
26272
26532
  "priority"?: number;
26273
26533
  }
26274
26534
 
26535
+ export interface LexV2Bot {
26536
+ "id"?: string;
26537
+ "name"?: string;
26538
+ "botId": string;
26539
+ "region": string;
26540
+ "description"?: string;
26541
+ "selfUri"?: string;
26542
+ }
26543
+
26544
+ export interface LexV2BotAlias {
26545
+ "id"?: string;
26546
+ "name"?: string;
26547
+ "region": string;
26548
+ "aliasId": string;
26549
+ "bot"?: Models.LexV2Bot;
26550
+ "botVersion"?: string;
26551
+ "status"?: string;
26552
+ "language"?: string;
26553
+ "intents"?: Array<Models.LexV2Intent>;
26554
+ "selfUri"?: string;
26555
+ }
26556
+
26557
+ export interface LexV2BotAliasEntityListing {
26558
+ "entities"?: Array<Models.LexV2BotAlias>;
26559
+ "pageSize"?: number;
26560
+ "pageNumber"?: number;
26561
+ "total"?: number;
26562
+ "firstUri"?: string;
26563
+ "nextUri"?: string;
26564
+ "previousUri"?: string;
26565
+ "lastUri"?: string;
26566
+ "selfUri"?: string;
26567
+ "pageCount"?: number;
26568
+ }
26569
+
26570
+ export interface LexV2BotEntityListing {
26571
+ "entities"?: Array<Models.LexV2Bot>;
26572
+ "pageSize"?: number;
26573
+ "pageNumber"?: number;
26574
+ "total"?: number;
26575
+ "firstUri"?: string;
26576
+ "nextUri"?: string;
26577
+ "previousUri"?: string;
26578
+ "lastUri"?: string;
26579
+ "selfUri"?: string;
26580
+ "pageCount"?: number;
26581
+ }
26582
+
26583
+ export interface LexV2Intent {
26584
+ "intentName": string;
26585
+ "description"?: string;
26586
+ "slots": { [key: string]: Models.LexV2Slot; };
26587
+ "intentId": string;
26588
+ }
26589
+
26590
+ export interface LexV2Slot {
26591
+ "slotName": string;
26592
+ "description"?: string;
26593
+ "slotId": string;
26594
+ "type": string;
26595
+ "slotTypeId": string;
26596
+ }
26597
+
26275
26598
  export interface Library {
26276
26599
  "id"?: string;
26277
26600
  "name": string;
@@ -27388,6 +27711,31 @@ declare namespace Models {
27388
27711
  "pageCount"?: number;
27389
27712
  }
27390
27713
 
27714
+ export interface MessagingCommunicationAnsweredEvent {
27715
+ "eventId": string;
27716
+ "eventDateTime": string;
27717
+ "conversationId": string;
27718
+ "communicationId": string;
27719
+ }
27720
+
27721
+ export interface MessagingCommunicationDispositionAppliedEvent {
27722
+ "eventId": string;
27723
+ "eventDateTime": string;
27724
+ "conversationId": string;
27725
+ "communicationId": string;
27726
+ "code"?: string;
27727
+ "notes"?: string;
27728
+ "tags"?: Array<string>;
27729
+ }
27730
+
27731
+ export interface MessagingCommunicationEndedEvent {
27732
+ "eventId": string;
27733
+ "eventDateTime": string;
27734
+ "conversationId": string;
27735
+ "communicationId": string;
27736
+ "disconnectType": string;
27737
+ }
27738
+
27391
27739
  export interface MessagingConfigListing {
27392
27740
  "entities"?: Array<Models.MessagingSetting>;
27393
27741
  "pageSize"?: number;
@@ -27401,6 +27749,53 @@ declare namespace Models {
27401
27749
  "pageCount"?: number;
27402
27750
  }
27403
27751
 
27752
+ export interface MessagingEndTransferEvent {
27753
+ "eventId": string;
27754
+ "eventDateTime": string;
27755
+ "conversationId": string;
27756
+ "commandId": string;
27757
+ "finalState": string;
27758
+ "objectCommunicationId": string;
27759
+ }
27760
+
27761
+ export interface MessagingExternalEstablishedEvent {
27762
+ "eventId": string;
27763
+ "eventDateTime": string;
27764
+ "conversationId": string;
27765
+ "communicationId": string;
27766
+ "displayName"?: string;
27767
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27768
+ "sourceConfiguration": Models.SourceConfiguration;
27769
+ }
27770
+
27771
+ export interface MessagingFlowEstablishedEvent {
27772
+ "eventId": string;
27773
+ "eventDateTime": string;
27774
+ "conversationId": string;
27775
+ "communicationId": string;
27776
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27777
+ "sourceConfiguration": Models.SourceConfiguration;
27778
+ }
27779
+
27780
+ export interface MessagingHoldUpdatedEvent {
27781
+ "eventId": string;
27782
+ "eventDateTime": string;
27783
+ "conversationId": string;
27784
+ "communicationId": string;
27785
+ "held": boolean;
27786
+ }
27787
+
27788
+ export interface MessagingInitialConfiguration {
27789
+ "toAddress": string;
27790
+ "fromAddress": string;
27791
+ "messageType"?: string;
27792
+ "held"?: boolean;
27793
+ "alerting"?: boolean;
27794
+ "inbound"?: boolean;
27795
+ "invitedBy"?: string;
27796
+ "additionalInfo"?: { [key: string]: string; };
27797
+ }
27798
+
27404
27799
  export interface MessagingIntegration {
27405
27800
  "id": string;
27406
27801
  "name": string;
@@ -27430,6 +27825,15 @@ declare namespace Models {
27430
27825
  "pageCount"?: number;
27431
27826
  }
27432
27827
 
27828
+ export interface MessagingProgressTransferEvent {
27829
+ "eventId": string;
27830
+ "eventDateTime": string;
27831
+ "conversationId": string;
27832
+ "commandId": string;
27833
+ "objectCommunicationId": string;
27834
+ "destinationCommunicationId": string;
27835
+ }
27836
+
27433
27837
  export interface MessagingRecipient {
27434
27838
  "nickname"?: string;
27435
27839
  "id": string;
@@ -27441,6 +27845,33 @@ declare namespace Models {
27441
27845
  "additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
27442
27846
  }
27443
27847
 
27848
+ export interface MessagingRoutingEstablishedEvent {
27849
+ "eventId": string;
27850
+ "eventDateTime": string;
27851
+ "conversationId": string;
27852
+ "communicationId": string;
27853
+ "queueId": string;
27854
+ "skillIds"?: Array<string>;
27855
+ "languageId"?: string;
27856
+ "label"?: string;
27857
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27858
+ "sourceConfiguration": Models.SourceConfiguration;
27859
+ }
27860
+
27861
+ export interface MessagingRoutingTransferEvent {
27862
+ "eventId": string;
27863
+ "eventDateTime": string;
27864
+ "conversationId": string;
27865
+ "transferType": string;
27866
+ "commandId": string;
27867
+ "initiatingCommunicationId": string;
27868
+ "targetCommunicationId": string;
27869
+ "objectCommunicationId": string;
27870
+ "destinationQueueId": string;
27871
+ "languageId"?: string;
27872
+ "skillIds"?: Array<string>;
27873
+ }
27874
+
27444
27875
  export interface MessagingSetting {
27445
27876
  "id": string;
27446
27877
  "name"?: string;
@@ -27526,6 +27957,30 @@ declare namespace Models {
27526
27957
  "parameters"?: Array<Models.TemplateParameter>;
27527
27958
  }
27528
27959
 
27960
+ export interface MessagingUserEstablishedEvent {
27961
+ "eventId": string;
27962
+ "eventDateTime": string;
27963
+ "conversationId": string;
27964
+ "communicationId": string;
27965
+ "userId": string;
27966
+ "queueId"?: string;
27967
+ "afterCallWorkRequired"?: boolean;
27968
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27969
+ "sourceConfiguration": Models.SourceConfiguration;
27970
+ }
27971
+
27972
+ export interface MessagingUserTransferEvent {
27973
+ "eventId": string;
27974
+ "eventDateTime": string;
27975
+ "conversationId": string;
27976
+ "transferType": string;
27977
+ "commandId": string;
27978
+ "initiatingCommunicationId": string;
27979
+ "targetCommunicationId": string;
27980
+ "objectCommunicationId": string;
27981
+ "destinationUserId": string;
27982
+ }
27983
+
27529
27984
  export interface MessengerApps {
27530
27985
  "conversations"?: Models.ConversationAppSettings;
27531
27986
  "knowledge"?: Models.Knowledge;
@@ -27577,6 +28032,11 @@ declare namespace Models {
27577
28032
  "location"?: string;
27578
28033
  }
27579
28034
 
28035
+ export interface MetadataItem {
28036
+ "text"?: string;
28037
+ "attributes"?: { [key: string]: string; };
28038
+ }
28039
+
27580
28040
  export interface MetadataPresentation {
27581
28041
  "title"?: string;
27582
28042
  "schema"?: Models.MetadataSchema;
@@ -27716,8 +28176,8 @@ declare namespace Models {
27716
28176
  "conversationsDateRangeEnd"?: string;
27717
28177
  "dateCompleted"?: string;
27718
28178
  "message"?: string;
27719
- "errorInfo"?: Models.ErrorInfo;
27720
- "warningInfo"?: Models.ErrorInfo;
28179
+ "errorInfo"?: Models.MinerErrorInfo;
28180
+ "warningInfo"?: Models.MinerErrorInfo;
27721
28181
  "conversationDataUploaded"?: boolean;
27722
28182
  "mediaType"?: string;
27723
28183
  "participantType"?: string;
@@ -27731,6 +28191,13 @@ declare namespace Models {
27731
28191
  "selfUri"?: string;
27732
28192
  }
27733
28193
 
28194
+ export interface MinerErrorInfo {
28195
+ "message"?: string;
28196
+ "code"?: string;
28197
+ "messageWithParams"?: string;
28198
+ "messageParams"?: { [key: string]: object; };
28199
+ }
28200
+
27734
28201
  export interface MinerExecuteRequest {
27735
28202
  "dateStart"?: string;
27736
28203
  "dateEnd"?: string;
@@ -36800,6 +37267,26 @@ declare namespace Models {
36800
37267
  "PC": string;
36801
37268
  }
36802
37269
 
37270
+ export interface SttEngineEntity {
37271
+ "id"?: string;
37272
+ "name"?: string;
37273
+ "grammarBased"?: boolean;
37274
+ "selfUri"?: string;
37275
+ }
37276
+
37277
+ export interface SttEngineEntityListing {
37278
+ "entities"?: Array<Models.SttEngineEntity>;
37279
+ "pageSize"?: number;
37280
+ "pageNumber"?: number;
37281
+ "total"?: number;
37282
+ "firstUri"?: string;
37283
+ "nextUri"?: string;
37284
+ "previousUri"?: string;
37285
+ "lastUri"?: string;
37286
+ "selfUri"?: string;
37287
+ "pageCount"?: number;
37288
+ }
37289
+
36803
37290
  export interface SubjectDivisionGrants {
36804
37291
  "id"?: string;
36805
37292
  "name"?: string;
@@ -39006,6 +39493,35 @@ declare namespace Models {
39006
39493
  "group"?: Models.UnansweredGroup;
39007
39494
  }
39008
39495
 
39496
+ export interface UnifiedCommunicationsIntegration {
39497
+ "id"?: string;
39498
+ "name"?: string;
39499
+ "ucIntegrationKey": Models.AddressableEntityRef;
39500
+ "integrationPresenceSource": string;
39501
+ "pbxPermission": string;
39502
+ "icon": Models.UCIcon;
39503
+ "badgeIcons": { [key: string]: Models.UCIcon; };
39504
+ "i10n": { [key: string]: Models.UCI10n; };
39505
+ "polledPresence": boolean;
39506
+ "pollIntervalSec"?: number;
39507
+ "userPermissions": Array<string>;
39508
+ "oauthScopes"?: Array<string>;
39509
+ "selfUri"?: string;
39510
+ }
39511
+
39512
+ export interface UnifiedCommunicationsIntegrationListing {
39513
+ "entities"?: Array<Models.UnifiedCommunicationsIntegration>;
39514
+ "pageSize"?: number;
39515
+ "pageNumber"?: number;
39516
+ "total"?: number;
39517
+ "firstUri"?: string;
39518
+ "nextUri"?: string;
39519
+ "previousUri"?: string;
39520
+ "lastUri"?: string;
39521
+ "selfUri"?: string;
39522
+ "pageCount"?: number;
39523
+ }
39524
+
39009
39525
  export interface UnifiedGeneralTopic {
39010
39526
  "name"?: string;
39011
39527
  "status"?: string;
@@ -41198,6 +41714,7 @@ declare namespace Models {
41198
41714
  "assistantIds"?: Array<string>;
41199
41715
  "knowledgeBaseIds"?: Array<string>;
41200
41716
  "isParked"?: boolean;
41717
+ "agentEmpathyScore"?: Models.NumericRange;
41201
41718
  }
41202
41719
 
41203
41720
  export interface VisibilityCondition {
@@ -43781,6 +44298,12 @@ declare namespace Models {
43781
44298
  "statusTransitionTime"?: string;
43782
44299
  }
43783
44300
 
44301
+ export interface WorkitemStatusListing {
44302
+ "total"?: number;
44303
+ "entities"?: Array<Models.WorkitemStatus>;
44304
+ "selfUri"?: string;
44305
+ }
44306
+
43784
44307
  export interface WorkitemStatusReference {
43785
44308
  "id"?: string;
43786
44309
  "name"?: string;