purecloud-platform-client-v2 188.1.0 → 189.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.
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 +269 -114
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +527 -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;
@@ -12675,6 +12758,12 @@ declare namespace Models {
12675
12758
  export interface ContactlistImportStatusObject {
12676
12759
  }
12677
12760
 
12761
+ export interface ContactsExportRequest {
12762
+ "contactListFilterId"?: string;
12763
+ "searchCriteria"?: Models.ContactBulkSearchCriteria;
12764
+ "contactIds"?: Array<string>;
12765
+ }
12766
+
12678
12767
  export interface ContentActions {
12679
12768
  "url"?: string;
12680
12769
  "urlTarget"?: string;
@@ -17351,6 +17440,49 @@ declare namespace Models {
17351
17440
  "pageCount"?: number;
17352
17441
  }
17353
17442
 
17443
+ export interface DialogflowCXAgent {
17444
+ "id"?: string;
17445
+ "name"?: string;
17446
+ "project"?: Models.DialogflowCXProject;
17447
+ "languages"?: Array<string>;
17448
+ "environments"?: Array<Models.DialogflowCXEnvironment>;
17449
+ "integration"?: Models.DomainEntityRef;
17450
+ "selfUri"?: string;
17451
+ }
17452
+
17453
+ export interface DialogflowCXAgentSummary {
17454
+ "id"?: string;
17455
+ "name"?: string;
17456
+ "project"?: Models.DialogflowCXProject;
17457
+ "description"?: string;
17458
+ "integration"?: Models.DomainEntityRef;
17459
+ "selfUri"?: string;
17460
+ }
17461
+
17462
+ export interface DialogflowCXAgentSummaryEntityListing {
17463
+ "entities"?: Array<Models.DialogflowCXAgentSummary>;
17464
+ "pageSize"?: number;
17465
+ "pageNumber"?: number;
17466
+ "total"?: number;
17467
+ "firstUri"?: string;
17468
+ "nextUri"?: string;
17469
+ "previousUri"?: string;
17470
+ "lastUri"?: string;
17471
+ "selfUri"?: string;
17472
+ "pageCount"?: number;
17473
+ }
17474
+
17475
+ export interface DialogflowCXEnvironment {
17476
+ "id"?: string;
17477
+ "name"?: string;
17478
+ "selfUri"?: string;
17479
+ }
17480
+
17481
+ export interface DialogflowCXProject {
17482
+ "id"?: string;
17483
+ "name"?: string;
17484
+ }
17485
+
17354
17486
  export interface DialogflowIntent {
17355
17487
  "name": string;
17356
17488
  "parameters": { [key: string]: Models.DialogflowParameter; };
@@ -19683,6 +19815,53 @@ declare namespace Models {
19683
19815
  "pageSize"?: number;
19684
19816
  }
19685
19817
 
19818
+ export interface EvaluationCreateBody {
19819
+ "id"?: string;
19820
+ "evaluationForm"?: Models.EvaluationCreateEvalForm;
19821
+ "evaluator"?: Models.EvaluationCreateUser;
19822
+ "agent"?: Models.EvaluationCreateUser;
19823
+ "agentHasRead"?: boolean;
19824
+ "answers"?: Models.EvaluationScoringSet;
19825
+ "calibration"?: Models.EvaluationCreateCalibration;
19826
+ "evaluationContextId"?: string;
19827
+ "conversation"?: Models.EvaluationCreateConversation;
19828
+ "resourceType"?: string;
19829
+ "evaluationSource"?: Models.EvaluationSource;
19830
+ "rescore"?: boolean;
19831
+ "queue"?: Models.EvaluationCreateQueue;
19832
+ "releaseDate"?: string;
19833
+ "status"?: string;
19834
+ "neverRelease"?: boolean;
19835
+ "dateAssigneeChanged"?: string;
19836
+ "assignee"?: Models.EvaluationCreateUser;
19837
+ "selfUri"?: string;
19838
+ }
19839
+
19840
+ export interface EvaluationCreateCalibration {
19841
+ "id"?: string;
19842
+ "selfUri"?: string;
19843
+ }
19844
+
19845
+ export interface EvaluationCreateConversation {
19846
+ "id"?: string;
19847
+ "selfUri"?: string;
19848
+ }
19849
+
19850
+ export interface EvaluationCreateEvalForm {
19851
+ "id"?: string;
19852
+ "selfUri"?: string;
19853
+ }
19854
+
19855
+ export interface EvaluationCreateQueue {
19856
+ "id"?: string;
19857
+ "selfUri"?: string;
19858
+ }
19859
+
19860
+ export interface EvaluationCreateUser {
19861
+ "id": string;
19862
+ "selfUri"?: string;
19863
+ }
19864
+
19686
19865
  export interface EvaluationDetailQueryClause {
19687
19866
  "type": string;
19688
19867
  "predicates": Array<Models.EvaluationDetailQueryPredicate>;
@@ -19740,6 +19919,7 @@ declare namespace Models {
19740
19919
  "contextId"?: string;
19741
19920
  "questionGroups"?: Array<Models.EvaluationQuestionGroup>;
19742
19921
  "weightMode"?: string;
19922
+ "publishedVersions"?: Models.DomainEntityListingEvaluationForm;
19743
19923
  "selfUri"?: string;
19744
19924
  }
19745
19925
 
@@ -20072,10 +20252,34 @@ declare namespace Models {
20072
20252
  "statusCode"?: string;
20073
20253
  }
20074
20254
 
20255
+ export interface ExecutionDataFlowSettingsResponse {
20256
+ "id"?: string;
20257
+ "name"?: string;
20258
+ "enabled"?: boolean;
20259
+ "modifiedBy"?: Models.UserReference;
20260
+ "modifiedByClient"?: Models.DomainEntityRef;
20261
+ "dateModified"?: string;
20262
+ "selfUri"?: string;
20263
+ }
20264
+
20265
+ export interface ExecutionDataGlobalSettingsResponse {
20266
+ "id"?: string;
20267
+ "name"?: string;
20268
+ "enabled"?: boolean;
20269
+ "modifiedBy"?: Models.UserReference;
20270
+ "modifiedByClient"?: Models.DomainEntityRef;
20271
+ "dateModified"?: string;
20272
+ "selfUri"?: string;
20273
+ }
20274
+
20075
20275
  export interface ExecutionDataRequest {
20076
20276
  "ids": Array<string>;
20077
20277
  }
20078
20278
 
20279
+ export interface ExecutionDataSettingsRequest {
20280
+ "enabled": boolean;
20281
+ }
20282
+
20079
20283
  export interface ExpandableWebDeployment {
20080
20284
  "id"?: string;
20081
20285
  "name": string;
@@ -21123,6 +21327,17 @@ declare namespace Models {
21123
21327
  "pageSize"?: number;
21124
21328
  }
21125
21329
 
21330
+ export interface FlowCharacteristics {
21331
+ "executionItems"?: boolean;
21332
+ "executionInputOutputs"?: boolean;
21333
+ "communications"?: boolean;
21334
+ "eventError"?: boolean;
21335
+ "eventWarning"?: boolean;
21336
+ "eventOther"?: boolean;
21337
+ "variables"?: boolean;
21338
+ "names"?: boolean;
21339
+ }
21340
+
21126
21341
  export interface FlowDiagnosticInfo {
21127
21342
  "lastActionId"?: number;
21128
21343
  }
@@ -21347,6 +21562,25 @@ declare namespace Models {
21347
21562
  "nluDomain"?: Models.AddressableEntityRef;
21348
21563
  }
21349
21564
 
21565
+ export interface FlowLogLevel {
21566
+ "level"?: string;
21567
+ "characteristics"?: Models.FlowCharacteristics;
21568
+ }
21569
+
21570
+ export interface FlowLogLevelCharacteristicsDefinition {
21571
+ "id"?: string;
21572
+ "minimumLevel"?: string;
21573
+ "dependsOn"?: Models.FlowCharacteristics;
21574
+ }
21575
+
21576
+ export interface FlowLogLevelCharacteristicsDefinitions {
21577
+ "characteristics"?: Array<Models.FlowLogLevelCharacteristicsDefinition>;
21578
+ }
21579
+
21580
+ export interface FlowLogLevelRequest {
21581
+ "logLevelCharacteristics": Models.FlowLogLevel;
21582
+ }
21583
+
21350
21584
  export interface FlowMetricsTopicFlowMetricRecord {
21351
21585
  "metric"?: string;
21352
21586
  "metricDate"?: string;
@@ -21670,6 +21904,30 @@ declare namespace Models {
21670
21904
  "selfUri"?: string;
21671
21905
  }
21672
21906
 
21907
+ export interface FlowSettingsResponse {
21908
+ "id"?: string;
21909
+ "name"?: string;
21910
+ "type"?: string;
21911
+ "modifiedBy"?: Models.UserReference;
21912
+ "modifiedByClient"?: Models.DomainEntityRef;
21913
+ "dateModified"?: string;
21914
+ "logLevelCharacteristics"?: Models.FlowLogLevel;
21915
+ "selfUri"?: string;
21916
+ }
21917
+
21918
+ export interface FlowSettingsResponseEntityListing {
21919
+ "entities"?: Array<Models.FlowSettingsResponse>;
21920
+ "pageSize"?: number;
21921
+ "pageNumber"?: number;
21922
+ "total"?: number;
21923
+ "firstUri"?: string;
21924
+ "nextUri"?: string;
21925
+ "previousUri"?: string;
21926
+ "lastUri"?: string;
21927
+ "selfUri"?: string;
21928
+ "pageCount"?: number;
21929
+ }
21930
+
21673
21931
  export interface FlowStartDetailEventTopicFlowStartEvent {
21674
21932
  "eventTime"?: number;
21675
21933
  "conversationId"?: string;
@@ -26272,6 +26530,69 @@ declare namespace Models {
26272
26530
  "priority"?: number;
26273
26531
  }
26274
26532
 
26533
+ export interface LexV2Bot {
26534
+ "id"?: string;
26535
+ "name"?: string;
26536
+ "botId": string;
26537
+ "region": string;
26538
+ "description"?: string;
26539
+ "selfUri"?: string;
26540
+ }
26541
+
26542
+ export interface LexV2BotAlias {
26543
+ "id"?: string;
26544
+ "name"?: string;
26545
+ "region": string;
26546
+ "aliasId": string;
26547
+ "bot"?: Models.LexV2Bot;
26548
+ "botVersion"?: string;
26549
+ "status"?: string;
26550
+ "language"?: string;
26551
+ "intents"?: Array<Models.LexV2Intent>;
26552
+ "selfUri"?: string;
26553
+ }
26554
+
26555
+ export interface LexV2BotAliasEntityListing {
26556
+ "entities"?: Array<Models.LexV2BotAlias>;
26557
+ "pageSize"?: number;
26558
+ "pageNumber"?: number;
26559
+ "total"?: number;
26560
+ "firstUri"?: string;
26561
+ "nextUri"?: string;
26562
+ "previousUri"?: string;
26563
+ "lastUri"?: string;
26564
+ "selfUri"?: string;
26565
+ "pageCount"?: number;
26566
+ }
26567
+
26568
+ export interface LexV2BotEntityListing {
26569
+ "entities"?: Array<Models.LexV2Bot>;
26570
+ "pageSize"?: number;
26571
+ "pageNumber"?: number;
26572
+ "total"?: number;
26573
+ "firstUri"?: string;
26574
+ "nextUri"?: string;
26575
+ "previousUri"?: string;
26576
+ "lastUri"?: string;
26577
+ "selfUri"?: string;
26578
+ "pageCount"?: number;
26579
+ }
26580
+
26581
+ export interface LexV2Intent {
26582
+ "intentName": string;
26583
+ "description"?: string;
26584
+ "slots": { [key: string]: Models.LexV2Slot; };
26585
+ "intentId": string;
26586
+ }
26587
+
26588
+ export interface LexV2Slot {
26589
+ "slotName": string;
26590
+ "description"?: string;
26591
+ "slotId": string;
26592
+ "type": string;
26593
+ "slotTypeId": string;
26594
+ }
26595
+
26275
26596
  export interface Library {
26276
26597
  "id"?: string;
26277
26598
  "name": string;
@@ -27388,6 +27709,31 @@ declare namespace Models {
27388
27709
  "pageCount"?: number;
27389
27710
  }
27390
27711
 
27712
+ export interface MessagingCommunicationAnsweredEvent {
27713
+ "eventId": string;
27714
+ "eventDateTime": string;
27715
+ "conversationId": string;
27716
+ "communicationId": string;
27717
+ }
27718
+
27719
+ export interface MessagingCommunicationDispositionAppliedEvent {
27720
+ "eventId": string;
27721
+ "eventDateTime": string;
27722
+ "conversationId": string;
27723
+ "communicationId": string;
27724
+ "code"?: string;
27725
+ "notes"?: string;
27726
+ "tags"?: Array<string>;
27727
+ }
27728
+
27729
+ export interface MessagingCommunicationEndedEvent {
27730
+ "eventId": string;
27731
+ "eventDateTime": string;
27732
+ "conversationId": string;
27733
+ "communicationId": string;
27734
+ "disconnectType": string;
27735
+ }
27736
+
27391
27737
  export interface MessagingConfigListing {
27392
27738
  "entities"?: Array<Models.MessagingSetting>;
27393
27739
  "pageSize"?: number;
@@ -27401,6 +27747,53 @@ declare namespace Models {
27401
27747
  "pageCount"?: number;
27402
27748
  }
27403
27749
 
27750
+ export interface MessagingEndTransferEvent {
27751
+ "eventId": string;
27752
+ "eventDateTime": string;
27753
+ "conversationId": string;
27754
+ "commandId": string;
27755
+ "finalState": string;
27756
+ "objectCommunicationId": string;
27757
+ }
27758
+
27759
+ export interface MessagingExternalEstablishedEvent {
27760
+ "eventId": string;
27761
+ "eventDateTime": string;
27762
+ "conversationId": string;
27763
+ "communicationId": string;
27764
+ "displayName"?: string;
27765
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27766
+ "sourceConfiguration": Models.SourceConfiguration;
27767
+ }
27768
+
27769
+ export interface MessagingFlowEstablishedEvent {
27770
+ "eventId": string;
27771
+ "eventDateTime": string;
27772
+ "conversationId": string;
27773
+ "communicationId": string;
27774
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27775
+ "sourceConfiguration": Models.SourceConfiguration;
27776
+ }
27777
+
27778
+ export interface MessagingHoldUpdatedEvent {
27779
+ "eventId": string;
27780
+ "eventDateTime": string;
27781
+ "conversationId": string;
27782
+ "communicationId": string;
27783
+ "held": boolean;
27784
+ }
27785
+
27786
+ export interface MessagingInitialConfiguration {
27787
+ "toAddress": string;
27788
+ "fromAddress": string;
27789
+ "messageType"?: string;
27790
+ "held"?: boolean;
27791
+ "alerting"?: boolean;
27792
+ "inbound"?: boolean;
27793
+ "invitedBy"?: string;
27794
+ "additionalInfo"?: { [key: string]: string; };
27795
+ }
27796
+
27404
27797
  export interface MessagingIntegration {
27405
27798
  "id": string;
27406
27799
  "name": string;
@@ -27430,6 +27823,15 @@ declare namespace Models {
27430
27823
  "pageCount"?: number;
27431
27824
  }
27432
27825
 
27826
+ export interface MessagingProgressTransferEvent {
27827
+ "eventId": string;
27828
+ "eventDateTime": string;
27829
+ "conversationId": string;
27830
+ "commandId": string;
27831
+ "objectCommunicationId": string;
27832
+ "destinationCommunicationId": string;
27833
+ }
27834
+
27433
27835
  export interface MessagingRecipient {
27434
27836
  "nickname"?: string;
27435
27837
  "id": string;
@@ -27441,6 +27843,33 @@ declare namespace Models {
27441
27843
  "additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
27442
27844
  }
27443
27845
 
27846
+ export interface MessagingRoutingEstablishedEvent {
27847
+ "eventId": string;
27848
+ "eventDateTime": string;
27849
+ "conversationId": string;
27850
+ "communicationId": string;
27851
+ "queueId": string;
27852
+ "skillIds"?: Array<string>;
27853
+ "languageId"?: string;
27854
+ "label"?: string;
27855
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27856
+ "sourceConfiguration": Models.SourceConfiguration;
27857
+ }
27858
+
27859
+ export interface MessagingRoutingTransferEvent {
27860
+ "eventId": string;
27861
+ "eventDateTime": string;
27862
+ "conversationId": string;
27863
+ "transferType": string;
27864
+ "commandId": string;
27865
+ "initiatingCommunicationId": string;
27866
+ "targetCommunicationId": string;
27867
+ "objectCommunicationId": string;
27868
+ "destinationQueueId": string;
27869
+ "languageId"?: string;
27870
+ "skillIds"?: Array<string>;
27871
+ }
27872
+
27444
27873
  export interface MessagingSetting {
27445
27874
  "id": string;
27446
27875
  "name"?: string;
@@ -27526,6 +27955,30 @@ declare namespace Models {
27526
27955
  "parameters"?: Array<Models.TemplateParameter>;
27527
27956
  }
27528
27957
 
27958
+ export interface MessagingUserEstablishedEvent {
27959
+ "eventId": string;
27960
+ "eventDateTime": string;
27961
+ "conversationId": string;
27962
+ "communicationId": string;
27963
+ "userId": string;
27964
+ "queueId"?: string;
27965
+ "afterCallWorkRequired"?: boolean;
27966
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27967
+ "sourceConfiguration": Models.SourceConfiguration;
27968
+ }
27969
+
27970
+ export interface MessagingUserTransferEvent {
27971
+ "eventId": string;
27972
+ "eventDateTime": string;
27973
+ "conversationId": string;
27974
+ "transferType": string;
27975
+ "commandId": string;
27976
+ "initiatingCommunicationId": string;
27977
+ "targetCommunicationId": string;
27978
+ "objectCommunicationId": string;
27979
+ "destinationUserId": string;
27980
+ }
27981
+
27529
27982
  export interface MessengerApps {
27530
27983
  "conversations"?: Models.ConversationAppSettings;
27531
27984
  "knowledge"?: Models.Knowledge;
@@ -27577,6 +28030,11 @@ declare namespace Models {
27577
28030
  "location"?: string;
27578
28031
  }
27579
28032
 
28033
+ export interface MetadataItem {
28034
+ "text"?: string;
28035
+ "attributes"?: { [key: string]: string; };
28036
+ }
28037
+
27580
28038
  export interface MetadataPresentation {
27581
28039
  "title"?: string;
27582
28040
  "schema"?: Models.MetadataSchema;
@@ -27716,8 +28174,8 @@ declare namespace Models {
27716
28174
  "conversationsDateRangeEnd"?: string;
27717
28175
  "dateCompleted"?: string;
27718
28176
  "message"?: string;
27719
- "errorInfo"?: Models.ErrorInfo;
27720
- "warningInfo"?: Models.ErrorInfo;
28177
+ "errorInfo"?: Models.MinerErrorInfo;
28178
+ "warningInfo"?: Models.MinerErrorInfo;
27721
28179
  "conversationDataUploaded"?: boolean;
27722
28180
  "mediaType"?: string;
27723
28181
  "participantType"?: string;
@@ -27731,6 +28189,13 @@ declare namespace Models {
27731
28189
  "selfUri"?: string;
27732
28190
  }
27733
28191
 
28192
+ export interface MinerErrorInfo {
28193
+ "message"?: string;
28194
+ "code"?: string;
28195
+ "messageWithParams"?: string;
28196
+ "messageParams"?: { [key: string]: object; };
28197
+ }
28198
+
27734
28199
  export interface MinerExecuteRequest {
27735
28200
  "dateStart"?: string;
27736
28201
  "dateEnd"?: string;
@@ -36800,6 +37265,26 @@ declare namespace Models {
36800
37265
  "PC": string;
36801
37266
  }
36802
37267
 
37268
+ export interface SttEngineEntity {
37269
+ "id"?: string;
37270
+ "name"?: string;
37271
+ "grammarBased"?: boolean;
37272
+ "selfUri"?: string;
37273
+ }
37274
+
37275
+ export interface SttEngineEntityListing {
37276
+ "entities"?: Array<Models.SttEngineEntity>;
37277
+ "pageSize"?: number;
37278
+ "pageNumber"?: number;
37279
+ "total"?: number;
37280
+ "firstUri"?: string;
37281
+ "nextUri"?: string;
37282
+ "previousUri"?: string;
37283
+ "lastUri"?: string;
37284
+ "selfUri"?: string;
37285
+ "pageCount"?: number;
37286
+ }
37287
+
36803
37288
  export interface SubjectDivisionGrants {
36804
37289
  "id"?: string;
36805
37290
  "name"?: string;
@@ -39006,6 +39491,35 @@ declare namespace Models {
39006
39491
  "group"?: Models.UnansweredGroup;
39007
39492
  }
39008
39493
 
39494
+ export interface UnifiedCommunicationsIntegration {
39495
+ "id"?: string;
39496
+ "name"?: string;
39497
+ "ucIntegrationKey": Models.AddressableEntityRef;
39498
+ "integrationPresenceSource": string;
39499
+ "pbxPermission": string;
39500
+ "icon": Models.UCIcon;
39501
+ "badgeIcons": { [key: string]: Models.UCIcon; };
39502
+ "i10n": { [key: string]: Models.UCI10n; };
39503
+ "polledPresence": boolean;
39504
+ "pollIntervalSec"?: number;
39505
+ "userPermissions": Array<string>;
39506
+ "oauthScopes"?: Array<string>;
39507
+ "selfUri"?: string;
39508
+ }
39509
+
39510
+ export interface UnifiedCommunicationsIntegrationListing {
39511
+ "entities"?: Array<Models.UnifiedCommunicationsIntegration>;
39512
+ "pageSize"?: number;
39513
+ "pageNumber"?: number;
39514
+ "total"?: number;
39515
+ "firstUri"?: string;
39516
+ "nextUri"?: string;
39517
+ "previousUri"?: string;
39518
+ "lastUri"?: string;
39519
+ "selfUri"?: string;
39520
+ "pageCount"?: number;
39521
+ }
39522
+
39009
39523
  export interface UnifiedGeneralTopic {
39010
39524
  "name"?: string;
39011
39525
  "status"?: string;
@@ -41198,6 +41712,7 @@ declare namespace Models {
41198
41712
  "assistantIds"?: Array<string>;
41199
41713
  "knowledgeBaseIds"?: Array<string>;
41200
41714
  "isParked"?: boolean;
41715
+ "agentEmpathyScore"?: Models.NumericRange;
41201
41716
  }
41202
41717
 
41203
41718
  export interface VisibilityCondition {
@@ -43781,6 +44296,12 @@ declare namespace Models {
43781
44296
  "statusTransitionTime"?: string;
43782
44297
  }
43783
44298
 
44299
+ export interface WorkitemStatusListing {
44300
+ "total"?: number;
44301
+ "entities"?: Array<Models.WorkitemStatus>;
44302
+ "selfUri"?: string;
44303
+ }
44304
+
43784
44305
  export interface WorkitemStatusReference {
43785
44306
  "id"?: string;
43786
44307
  "name"?: string;