purecloud-platform-client-v2 186.0.1 → 188.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 +1047 -185
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1047 -185
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +367 -151
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +455 -196
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +899 -240
  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 +26 -2
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +27 -8
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +3 -2
  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 +4 -22
  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 +40 -12
  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 +106 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +136 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -34
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +263 -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 +3 -2
  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 +219 -4
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +11 -6
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  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 +50 -0
  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 +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +3 -2
  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 +1 -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 -27
  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 +94 -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 +1 -1
  85. package/src/purecloud-platform-client-v2/index.js +7 -1
package/index.d.ts CHANGED
@@ -219,6 +219,7 @@ declare class AnalyticsApi {
219
219
  postAnalyticsKnowledgeAggregatesJobs(body: Models.KnowledgeAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
220
220
  postAnalyticsKnowledgeAggregatesQuery(body: Models.KnowledgeAggregationQuery): Promise<Models.KnowledgeAggregateQueryResponse>;
221
221
  postAnalyticsQueuesObservationsQuery(body: Models.QueueObservationQuery): Promise<Models.QueueObservationQueryResponse>;
222
+ postAnalyticsRatelimitsAggregatesQuery(body: Models.RateLimitAggregationQuery): Promise<Models.RateLimitAggregateQueryResponse>;
222
223
  postAnalyticsReportingExports(body: Models.ReportingExportJobRequest): Promise<Models.ReportingExportJobResponse>;
223
224
  postAnalyticsReportingScheduleRunreport(scheduleId: string): Promise<Models.RunNowResponse>;
224
225
  postAnalyticsReportingSchedules(body: Models.ReportSchedule): Promise<Models.ReportSchedule>;
@@ -387,7 +388,7 @@ declare class ArchitectApi {
387
388
  getArchitectIvr(ivrId: string): Promise<Models.IVR>;
388
389
  getArchitectIvrs(opts?: ArchitectApi.getArchitectIvrsOptions): Promise<Models.IVREntityListing>;
389
390
  getArchitectIvrsDivisionviews(opts?: ArchitectApi.getArchitectIvrsDivisionviewsOptions): Promise<Models.IVRDivisionViewEntityListing>;
390
- getArchitectPrompt(promptId: string): Promise<Models.Prompt>;
391
+ getArchitectPrompt(promptId: string, opts?: ArchitectApi.getArchitectPromptOptions): Promise<Models.Prompt>;
391
392
  getArchitectPromptHistoryHistoryId(promptId: string, historyId: string, opts?: ArchitectApi.getArchitectPromptHistoryHistoryIdOptions): Promise<Models.HistoryListing>;
392
393
  getArchitectPromptResource(promptId: string, languageCode: string): Promise<Models.PromptAsset>;
393
394
  getArchitectPromptResources(promptId: string, opts?: ArchitectApi.getArchitectPromptResourcesOptions): Promise<Models.PromptAssetEntityListing>;
@@ -398,7 +399,7 @@ declare class ArchitectApi {
398
399
  getArchitectSchedulegroupsDivisionviews(opts?: ArchitectApi.getArchitectSchedulegroupsDivisionviewsOptions): Promise<Models.ScheduleGroupDivisionViewEntityListing>;
399
400
  getArchitectSchedules(opts?: ArchitectApi.getArchitectSchedulesOptions): Promise<Models.ScheduleEntityListing>;
400
401
  getArchitectSchedulesDivisionviews(opts?: ArchitectApi.getArchitectSchedulesDivisionviewsOptions): Promise<Models.ScheduleDivisionViewEntityListing>;
401
- getArchitectSystemprompt(promptId: string): Promise<Models.SystemPrompt>;
402
+ getArchitectSystemprompt(promptId: string, opts?: ArchitectApi.getArchitectSystempromptOptions): Promise<Models.SystemPrompt>;
402
403
  getArchitectSystempromptHistoryHistoryId(promptId: string, historyId: string, opts?: ArchitectApi.getArchitectSystempromptHistoryHistoryIdOptions): Promise<Models.HistoryListing>;
403
404
  getArchitectSystempromptResource(promptId: string, languageCode: string): Promise<Models.SystemPromptAsset>;
404
405
  getArchitectSystempromptResources(promptId: string, opts?: ArchitectApi.getArchitectSystempromptResourcesOptions): Promise<Models.SystemPromptAssetEntityListing>;
@@ -589,6 +590,11 @@ declare namespace ArchitectApi {
589
590
  "name"?: string;
590
591
  "divisionId"?: Array<string>;
591
592
  }
593
+ export interface getArchitectPromptOptions {
594
+ "includeMediaUris"?: boolean;
595
+ "includeResources"?: boolean;
596
+ "language"?: Array<string>;
597
+ }
592
598
  export interface getArchitectPromptHistoryHistoryIdOptions {
593
599
  "pageNumber"?: number;
594
600
  "pageSize"?: number;
@@ -608,6 +614,9 @@ declare namespace ArchitectApi {
608
614
  "nameOrDescription"?: string;
609
615
  "sortBy"?: string;
610
616
  "sortOrder"?: string;
617
+ "includeMediaUris"?: boolean;
618
+ "includeResources"?: boolean;
619
+ "language"?: Array<string>;
611
620
  }
612
621
  export interface getArchitectSchedulegroupsOptions {
613
622
  "pageNumber"?: number;
@@ -644,6 +653,11 @@ declare namespace ArchitectApi {
644
653
  "name"?: string;
645
654
  "divisionId"?: Array<string>;
646
655
  }
656
+ export interface getArchitectSystempromptOptions {
657
+ "includeMediaUris"?: boolean;
658
+ "includeResources"?: boolean;
659
+ "language"?: Array<string>;
660
+ }
647
661
  export interface getArchitectSystempromptHistoryHistoryIdOptions {
648
662
  "pageNumber"?: number;
649
663
  "pageSize"?: number;
@@ -665,6 +679,9 @@ declare namespace ArchitectApi {
665
679
  "name"?: string;
666
680
  "description"?: string;
667
681
  "nameOrDescription"?: string;
682
+ "includeMediaUris"?: boolean;
683
+ "includeResources"?: boolean;
684
+ "language"?: Array<string>;
668
685
  }
669
686
  export interface getFlowOptions {
670
687
  "deleted"?: boolean;
@@ -831,6 +848,7 @@ declare namespace ArchitectApi {
831
848
  }
832
849
  export interface postFlowsInstancesQueryOptions {
833
850
  "indexOnly"?: boolean;
851
+ "pageSize"?: number;
834
852
  }
835
853
  export interface postFlowsMilestonesOptions {
836
854
  "body"?: Models.FlowMilestone;
@@ -936,6 +954,7 @@ declare namespace AuthorizationApi {
936
954
  "nextPage"?: string;
937
955
  "previousPage"?: string;
938
956
  "objectCount"?: boolean;
957
+ "id"?: Array<string>;
939
958
  "name"?: string;
940
959
  }
941
960
  export interface getAuthorizationDivisionspermittedMeOptions {
@@ -1058,34 +1077,16 @@ declare class ChatApi {
1058
1077
 
1059
1078
  declare namespace ChatApi {
1060
1079
  export interface getChatsRoomMessagesOptions {
1061
- "pageSize"?: number;
1062
- "pageNumber"?: number;
1063
- "sortBy"?: string;
1064
- "expand"?: Array<string>;
1065
- "nextPage"?: string;
1066
- "previousPage"?: string;
1067
1080
  "limit"?: string;
1068
1081
  "before"?: string;
1069
1082
  "after"?: string;
1070
1083
  }
1071
1084
  export interface getChatsThreadMessagesOptions {
1072
- "pageSize"?: number;
1073
- "pageNumber"?: number;
1074
- "sortBy"?: string;
1075
- "expand"?: Array<string>;
1076
- "nextPage"?: string;
1077
- "previousPage"?: string;
1078
1085
  "limit"?: string;
1079
1086
  "before"?: string;
1080
1087
  "after"?: string;
1081
1088
  }
1082
1089
  export interface getChatsUserMessagesOptions {
1083
- "pageSize"?: number;
1084
- "pageNumber"?: number;
1085
- "sortBy"?: string;
1086
- "expand"?: Array<string>;
1087
- "nextPage"?: string;
1088
- "previousPage"?: string;
1089
1090
  "limit"?: string;
1090
1091
  "before"?: string;
1091
1092
  "after"?: string;
@@ -1457,6 +1458,7 @@ declare class ConversationsApi {
1457
1458
  postConversationParticipantReplaceExternal(conversationId: string, participantId: string, body: Models.TransferToExternalRequest): Promise<void>;
1458
1459
  postConversationParticipantReplaceQueue(conversationId: string, participantId: string, body: Models.TransferToQueueRequest): Promise<void>;
1459
1460
  postConversationParticipantSecureivrsessions(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantSecureivrsessionsOptions): Promise<Models.SecureSession>;
1461
+ postConversationSummaryFeedback(conversationId: string, summaryId: string, opts?: ConversationsApi.postConversationSummaryFeedbackOptions): Promise<void>;
1460
1462
  postConversationsCall(conversationId: string, body: Models.CallCommand): Promise<Models.Conversation>;
1461
1463
  postConversationsCallParticipantBarge(conversationId: string, participantId: string): Promise<void>;
1462
1464
  postConversationsCallParticipantCoach(conversationId: string, participantId: string): Promise<void>;
@@ -1733,6 +1735,9 @@ declare namespace ConversationsApi {
1733
1735
  export interface postConversationParticipantSecureivrsessionsOptions {
1734
1736
  "body"?: Models.CreateSecureSession;
1735
1737
  }
1738
+ export interface postConversationSummaryFeedbackOptions {
1739
+ "body"?: Models.FeedbackAddRequest;
1740
+ }
1736
1741
  export interface postConversationsCallParticipantCommunicationWrapupOptions {
1737
1742
  "body"?: Models.WrapupInput;
1738
1743
  }
@@ -2286,6 +2291,7 @@ declare namespace GroupsApi {
2286
2291
  }
2287
2292
 
2288
2293
  declare class IdentityProviderApi {
2294
+ deleteIdentityprovider(providerId: string): Promise<void>;
2289
2295
  deleteIdentityprovidersAdfs(): Promise<object>;
2290
2296
  deleteIdentityprovidersCic(): Promise<object>;
2291
2297
  deleteIdentityprovidersGeneric(): Promise<object>;
@@ -2297,7 +2303,8 @@ declare class IdentityProviderApi {
2297
2303
  deleteIdentityprovidersPurecloud(): Promise<object>;
2298
2304
  deleteIdentityprovidersPureengage(): Promise<object>;
2299
2305
  deleteIdentityprovidersSalesforce(): Promise<object>;
2300
- getIdentityproviders(): Promise<Models.OAuthProviderEntityListing>;
2306
+ getIdentityprovider(providerId: string): Promise<Models.CustomProvider>;
2307
+ getIdentityproviders(): Promise<Models.IdentityProviderEntityListing>;
2301
2308
  getIdentityprovidersAdfs(): Promise<Models.ADFS>;
2302
2309
  getIdentityprovidersCic(): Promise<Models.CustomerInteractionCenter>;
2303
2310
  getIdentityprovidersGeneric(): Promise<Models.GenericSAML>;
@@ -2309,17 +2316,19 @@ declare class IdentityProviderApi {
2309
2316
  getIdentityprovidersPurecloud(): Promise<Models.PureCloud>;
2310
2317
  getIdentityprovidersPureengage(): Promise<Models.PureEngage>;
2311
2318
  getIdentityprovidersSalesforce(): Promise<Models.Salesforce>;
2312
- putIdentityprovidersAdfs(body: Models.ADFS): Promise<Models.OAuthProvider>;
2313
- putIdentityprovidersCic(body: Models.CustomerInteractionCenter): Promise<Models.OAuthProvider>;
2314
- putIdentityprovidersGeneric(body: Models.GenericSAML): Promise<Models.OAuthProvider>;
2315
- putIdentityprovidersGsuite(body: Models.GSuite): Promise<Models.OAuthProvider>;
2319
+ postIdentityproviders(body: Models.CustomProvider): Promise<Models.CustomProvider>;
2320
+ putIdentityprovider(providerId: string, body: Models.CustomProvider): Promise<Models.CustomProvider>;
2321
+ putIdentityprovidersAdfs(body: Models.ADFS): Promise<Models.IdentityProvider>;
2322
+ putIdentityprovidersCic(body: Models.CustomerInteractionCenter): Promise<Models.IdentityProvider>;
2323
+ putIdentityprovidersGeneric(body: Models.GenericSAML): Promise<Models.IdentityProvider>;
2324
+ putIdentityprovidersGsuite(body: Models.GSuite): Promise<Models.IdentityProvider>;
2316
2325
  putIdentityprovidersIdentitynow(body: Models.IdentityNow): Promise<Models.IdentityNow>;
2317
- putIdentityprovidersOkta(body: Models.Okta): Promise<Models.OAuthProvider>;
2318
- putIdentityprovidersOnelogin(body: Models.OneLogin): Promise<Models.OAuthProvider>;
2319
- putIdentityprovidersPing(body: Models.PingIdentity): Promise<Models.OAuthProvider>;
2320
- putIdentityprovidersPurecloud(body: Models.PureCloud): Promise<Models.OAuthProvider>;
2321
- putIdentityprovidersPureengage(body: Models.PureEngage): Promise<Models.OAuthProvider>;
2322
- putIdentityprovidersSalesforce(body: Models.Salesforce): Promise<Models.OAuthProvider>;
2326
+ putIdentityprovidersOkta(body: Models.Okta): Promise<Models.IdentityProvider>;
2327
+ putIdentityprovidersOnelogin(body: Models.OneLogin): Promise<Models.IdentityProvider>;
2328
+ putIdentityprovidersPing(body: Models.PingIdentity): Promise<Models.IdentityProvider>;
2329
+ putIdentityprovidersPurecloud(body: Models.PureCloud): Promise<Models.IdentityProvider>;
2330
+ putIdentityprovidersPureengage(body: Models.PureEngage): Promise<Models.IdentityProvider>;
2331
+ putIdentityprovidersSalesforce(body: Models.Salesforce): Promise<Models.IdentityProvider>;
2323
2332
  }
2324
2333
 
2325
2334
  declare namespace IdentityProviderApi {
@@ -2373,15 +2382,18 @@ declare class IntegrationsApi {
2373
2382
  getIntegrations(opts?: IntegrationsApi.getIntegrationsOptions): Promise<Models.IntegrationEntityListing>;
2374
2383
  getIntegrationsAction(actionId: string, opts?: IntegrationsApi.getIntegrationsActionOptions): Promise<Models.Action>;
2375
2384
  getIntegrationsActionDraft(actionId: string, opts?: IntegrationsApi.getIntegrationsActionDraftOptions): Promise<Models.Action>;
2385
+ getIntegrationsActionDraftFunction(actionId: string): Promise<Models.FunctionConfig>;
2376
2386
  getIntegrationsActionDraftSchema(actionId: string, fileName: string): Promise<Models.JsonSchemaDocument>;
2377
2387
  getIntegrationsActionDraftTemplate(actionId: string, fileName: string): Promise<string>;
2378
2388
  getIntegrationsActionDraftValidation(actionId: string): Promise<Models.DraftValidationResult>;
2389
+ getIntegrationsActionFunction(actionId: string): Promise<Models.FunctionConfig>;
2379
2390
  getIntegrationsActionSchema(actionId: string, fileName: string): Promise<Models.JsonSchemaDocument>;
2380
2391
  getIntegrationsActionTemplate(actionId: string, fileName: string): Promise<string>;
2381
2392
  getIntegrationsActions(opts?: IntegrationsApi.getIntegrationsActionsOptions): Promise<Models.ActionEntityListing>;
2382
2393
  getIntegrationsActionsCategories(opts?: IntegrationsApi.getIntegrationsActionsCategoriesOptions): Promise<Models.CategoryEntityListing>;
2383
2394
  getIntegrationsActionsCertificates(opts?: IntegrationsApi.getIntegrationsActionsCertificatesOptions): Promise<Models.ActionCertificateListing>;
2384
2395
  getIntegrationsActionsDrafts(opts?: IntegrationsApi.getIntegrationsActionsDraftsOptions): Promise<Models.ActionEntityListing>;
2396
+ getIntegrationsActionsFunctionsRuntimes(): Promise<Array<Models.FunctionRuntime>>;
2385
2397
  getIntegrationsBotconnectorIntegrationIdBot(integrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotOptions): Promise<Models.BotConnectorBot>;
2386
2398
  getIntegrationsBotconnectorIntegrationIdBotVersions(integrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotVersionsOptions): Promise<Models.BotConnectorBotVersionSummaryEntityListing>;
2387
2399
  getIntegrationsBotconnectorIntegrationIdBots(integrationId: string): Promise<Models.BotList>;
@@ -2416,6 +2428,7 @@ declare class IntegrationsApi {
2416
2428
  patchIntegrationsActionDraft(actionId: string, body: Models.UpdateDraftInput): Promise<Models.Action>;
2417
2429
  postIntegrations(opts?: IntegrationsApi.postIntegrationsOptions): Promise<Models.Integration>;
2418
2430
  postIntegrationsActionDraft(actionId: string): Promise<Models.Action>;
2431
+ postIntegrationsActionDraftFunctionUpload(actionId: string, body: Models.FunctionUploadRequest): Promise<Models.FunctionUploadResponse>;
2419
2432
  postIntegrationsActionDraftPublish(actionId: string, body: Models.PublishDraftInput): Promise<Models.Action>;
2420
2433
  postIntegrationsActionDraftTest(actionId: string, body: object): Promise<Models.TestExecutionResult>;
2421
2434
  postIntegrationsActionExecute(actionId: string, body: object): Promise<object>;
@@ -2427,6 +2440,7 @@ declare class IntegrationsApi {
2427
2440
  postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs(nuanceIntegrationId: string, opts?: IntegrationsApi.postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobsOptions): Promise<Models.AsyncJob>;
2428
2441
  postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate(nuanceIntegrationId: string, settings: Models.BotExecutionConfiguration): Promise<void>;
2429
2442
  putIntegrationConfigCurrent(integrationId: string, opts?: IntegrationsApi.putIntegrationConfigCurrentOptions): Promise<Models.IntegrationConfiguration>;
2443
+ putIntegrationsActionDraftFunction(actionId: string, body: Models.Function): Promise<Models.FunctionConfig>;
2430
2444
  putIntegrationsBotconnectorIntegrationIdBots(integrationId: string, botList: Models.BotList): Promise<void>;
2431
2445
  putIntegrationsCredential(credentialId: string, opts?: IntegrationsApi.putIntegrationsCredentialOptions): Promise<Models.CredentialInfo>;
2432
2446
  putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings(nuanceIntegrationId: string, settings: Models.NuanceBotLaunchSettings): Promise<void>;
@@ -2646,7 +2660,6 @@ declare class JourneyApi {
2646
2660
  getJourneySession(sessionId: string): Promise<Models.Session>;
2647
2661
  getJourneySessionEvents(sessionId: string, opts?: JourneyApi.getJourneySessionEventsOptions): Promise<Models.EventListing>;
2648
2662
  getJourneySessionOutcomescores(sessionId: string): Promise<Models.OutcomeScoresResult>;
2649
- getJourneySessionSegments(sessionId: string, opts?: JourneyApi.getJourneySessionSegmentsOptions): Promise<Models.SegmentAssignmentListing>;
2650
2663
  patchJourneyActionmap(actionMapId: string, opts?: JourneyApi.patchJourneyActionmapOptions): Promise<Models.ActionMap>;
2651
2664
  patchJourneyActiontarget(actionTargetId: string, opts?: JourneyApi.patchJourneyActiontargetOptions): Promise<Models.ActionTarget>;
2652
2665
  patchJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.patchJourneyActiontemplateOptions): Promise<Models.ActionTemplate>;
@@ -2728,12 +2741,6 @@ declare namespace JourneyApi {
2728
2741
  "pageSize"?: string;
2729
2742
  "after"?: string;
2730
2743
  }
2731
- export interface getJourneySessionSegmentsOptions {
2732
- "pageSize"?: string;
2733
- "after"?: string;
2734
- "segmentScope"?: string;
2735
- "assignmentState"?: string;
2736
- }
2737
2744
  export interface patchJourneyActionmapOptions {
2738
2745
  "body"?: Models.PatchActionMap;
2739
2746
  }
@@ -2759,7 +2766,7 @@ declare namespace JourneyApi {
2759
2766
  "body"?: Models.AppEventRequest;
2760
2767
  }
2761
2768
  export interface postJourneyOutcomesOptions {
2762
- "body"?: Models.Outcome;
2769
+ "body"?: Models.OutcomeRequest;
2763
2770
  }
2764
2771
  export interface postJourneyOutcomesAttributionsJobsOptions {
2765
2772
  "body"?: Models.OutcomeAttributionListing;
@@ -2768,7 +2775,7 @@ declare namespace JourneyApi {
2768
2775
  "body"?: Models.OutcomePredictorRequest;
2769
2776
  }
2770
2777
  export interface postJourneySegmentsOptions {
2771
- "body"?: Models.JourneySegment;
2778
+ "body"?: Models.JourneySegmentRequest;
2772
2779
  }
2773
2780
  }
2774
2781
 
@@ -2811,9 +2818,13 @@ declare class KnowledgeApi {
2811
2818
  getKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<Models.KnowledgeImport>;
2812
2819
  getKnowledgeKnowledgebaseLanguageTraining(knowledgeBaseId: string, languageCode: string, trainingId: string): Promise<Models.KnowledgeTraining>;
2813
2820
  getKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageTrainingsOptions): Promise<Models.TrainingListing>;
2821
+ getKnowledgeKnowledgebaseOperations(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseOperationsOptions): Promise<Models.OperationListing>;
2822
+ getKnowledgeKnowledgebaseOperationsUsersQuery(knowledgeBaseId: string): Promise<Models.OperationCreatorUserResponse>;
2823
+ getKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseParseJobOptions): Promise<Models.KnowledgeParseJobResponse>;
2814
2824
  getKnowledgeKnowledgebaseUnansweredGroup(knowledgeBaseId: string, groupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupOptions): Promise<Models.UnansweredGroup>;
2815
2825
  getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions): Promise<Models.UnansweredPhraseGroup>;
2816
2826
  getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
2827
+ getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId: string, jobId: string): Promise<Models.GetUploadSourceUrlJobStatusResponse>;
2817
2828
  getKnowledgeKnowledgebases(opts?: KnowledgeApi.getKnowledgeKnowledgebasesOptions): Promise<Models.KnowledgeBaseListing>;
2818
2829
  patchKnowledgeGuestSessionDocumentsSearchSearchId(sessionId: string, searchId: string, body: Models.SearchUpdateRequest): Promise<void>;
2819
2830
  patchKnowledgeKnowledgebase(knowledgeBaseId: string, body: Models.KnowledgeBaseUpdateRequest): Promise<Models.KnowledgeBase>;
@@ -2827,6 +2838,7 @@ declare class KnowledgeApi {
2827
2838
  patchKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeDocumentRequest): Promise<Models.KnowledgeDocument>;
2828
2839
  patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, body: Array<Models.KnowledgeDocumentBulkRequest>): Promise<Models.DocumentListing>;
2829
2840
  patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImport>;
2841
+ patchKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestPatch): Promise<void>;
2830
2842
  patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
2831
2843
  postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
2832
2844
  postKnowledgeGuestSessionDocumentFeedback(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentFeedbackOptions): Promise<Models.KnowledgeGuestDocumentFeedback>;
@@ -2853,7 +2865,10 @@ declare class KnowledgeApi {
2853
2865
  postKnowledgeKnowledgebaseLanguageDocumentsImports(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeImport): Promise<Models.KnowledgeImport>;
2854
2866
  postKnowledgeKnowledgebaseLanguageTrainingPromote(knowledgeBaseId: string, languageCode: string, trainingId: string): Promise<Models.KnowledgeTraining>;
2855
2867
  postKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeTraining>;
2868
+ postKnowledgeKnowledgebaseParseJobImport(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestImport): Promise<void>;
2869
+ postKnowledgeKnowledgebaseParseJobs(knowledgeBaseId: string, body: Models.KnowledgeParseJobRequest): Promise<Models.KnowledgeParseJobResponse>;
2856
2870
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseSearchOptions): Promise<Models.KnowledgeSearchResponse>;
2871
+ postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId: string, body: Models.CreateUploadSourceUrlJobRequest): Promise<Models.CreateUploadSourceUrlJobResponse>;
2857
2872
  postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
2858
2873
  }
2859
2874
 
@@ -2972,6 +2987,18 @@ declare namespace KnowledgeApi {
2972
2987
  "pageSize"?: string;
2973
2988
  "knowledgeDocumentsState"?: string;
2974
2989
  }
2990
+ export interface getKnowledgeKnowledgebaseOperationsOptions {
2991
+ "before"?: string;
2992
+ "after"?: string;
2993
+ "pageSize"?: string;
2994
+ "userId"?: Array<string>;
2995
+ "type"?: Array<string>;
2996
+ "status"?: Array<string>;
2997
+ "interval"?: string;
2998
+ }
2999
+ export interface getKnowledgeKnowledgebaseParseJobOptions {
3000
+ "expand"?: Array<string>;
3001
+ }
2975
3002
  export interface getKnowledgeKnowledgebaseUnansweredGroupOptions {
2976
3003
  "app"?: string;
2977
3004
  "dateStart"?: string;
@@ -3474,6 +3501,7 @@ declare namespace ObjectsApi {
3474
3501
  "nextPage"?: string;
3475
3502
  "previousPage"?: string;
3476
3503
  "objectCount"?: boolean;
3504
+ "id"?: Array<string>;
3477
3505
  "name"?: string;
3478
3506
  }
3479
3507
  export interface postAuthorizationDivisionRestoreOptions {
@@ -3638,6 +3666,8 @@ declare class OutboundApi {
3638
3666
  deleteOutboundDnclistCustomexclusioncolumns(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistCustomexclusioncolumnsOptions): Promise<void>;
3639
3667
  deleteOutboundDnclistEmailaddresses(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistEmailaddressesOptions): Promise<void>;
3640
3668
  deleteOutboundDnclistPhonenumbers(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistPhonenumbersOptions): Promise<void>;
3669
+ deleteOutboundFilespecificationtemplate(fileSpecificationTemplateId: string): Promise<void>;
3670
+ deleteOutboundFilespecificationtemplatesBulk(id: Array<string>): Promise<void>;
3641
3671
  deleteOutboundImporttemplate(importTemplateId: string): Promise<void>;
3642
3672
  deleteOutboundImporttemplates(id: Array<string>): Promise<void>;
3643
3673
  deleteOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
@@ -3689,7 +3719,9 @@ declare class OutboundApi {
3689
3719
  getOutboundDnclistsDivisionviews(opts?: OutboundApi.getOutboundDnclistsDivisionviewsOptions): Promise<Models.DncListDivisionViewListing>;
3690
3720
  getOutboundEvent(eventId: string): Promise<Models.EventLog>;
3691
3721
  getOutboundEvents(opts?: OutboundApi.getOutboundEventsOptions): Promise<Models.DialerEventEntityListing>;
3692
- getOutboundImporttemplate(importTemplateId: string): Promise<Models.ImportTemplate>;
3722
+ getOutboundFilespecificationtemplate(fileSpecificationTemplateId: string): Promise<Models.FileSpecificationTemplate>;
3723
+ getOutboundFilespecificationtemplates(opts?: OutboundApi.getOutboundFilespecificationtemplatesOptions): Promise<Models.FileSpecificationTemplateEntityListing>;
3724
+ getOutboundImporttemplate(importTemplateId: string, opts?: OutboundApi.getOutboundImporttemplateOptions): Promise<Models.ImportTemplate>;
3693
3725
  getOutboundImporttemplateImportstatus(importTemplateId: string, opts?: OutboundApi.getOutboundImporttemplateImportstatusOptions): Promise<Models.ImportStatus>;
3694
3726
  getOutboundImporttemplates(opts?: OutboundApi.getOutboundImporttemplatesOptions): Promise<Models.ImportTemplateEntityListing>;
3695
3727
  getOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
@@ -3703,7 +3735,7 @@ declare class OutboundApi {
3703
3735
  getOutboundSchedulesCampaign(campaignId: string): Promise<Models.CampaignSchedule>;
3704
3736
  getOutboundSchedulesCampaigns(): Promise<Array<Models.CampaignSchedule>>;
3705
3737
  getOutboundSchedulesEmailcampaign(emailCampaignId: string): Promise<Models.EmailCampaignSchedule>;
3706
- getOutboundSchedulesEmailcampaigns(): Promise<Models.MessagingCampaignScheduleEntityListing>;
3738
+ getOutboundSchedulesEmailcampaigns(): Promise<Models.EmailCampaignScheduleEntityListing>;
3707
3739
  getOutboundSchedulesMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaignSchedule>;
3708
3740
  getOutboundSchedulesMessagingcampaigns(): Promise<Models.MessagingCampaignScheduleEntityListing>;
3709
3741
  getOutboundSchedulesSequence(sequenceId: string): Promise<Models.SequenceSchedule>;
@@ -3730,16 +3762,19 @@ declare class OutboundApi {
3730
3762
  postOutboundContactlistContactsBulk(contactListId: string, body: Array<string>): Promise<Array<Models.DialerContact>>;
3731
3763
  postOutboundContactlistExport(contactListId: string): Promise<Models.DomainEntityRef>;
3732
3764
  postOutboundContactlistfilters(body: Models.ContactListFilter): Promise<Models.ContactListFilter>;
3765
+ postOutboundContactlistfiltersBulkRetrieve(body: Models.ContactListFilterBulkRetrieveBody): Promise<Models.ContactListFilterEntityListing>;
3733
3766
  postOutboundContactlistfiltersPreview(body: Models.ContactListFilter): Promise<Models.FilterPreviewResponse>;
3734
3767
  postOutboundContactlists(body: Models.ContactList): Promise<Models.ContactList>;
3735
3768
  postOutboundContactlisttemplates(body: Models.ContactListTemplate): Promise<Models.ContactListTemplate>;
3736
3769
  postOutboundContactlisttemplatesBulkAdd(body: Array<Models.ContactListTemplate>): Promise<Models.ContactListTemplateEntityListing>;
3770
+ postOutboundContactlisttemplatesBulkRetrieve(body: Models.ContactListTemplateBulkRetrieveBody): Promise<Models.ContactListTemplateEntityListing>;
3737
3771
  postOutboundConversationDnc(conversationId: string): Promise<void>;
3738
3772
  postOutboundDigitalrulesets(body: Models.DigitalRuleSet): Promise<Models.DigitalRuleSet>;
3739
3773
  postOutboundDnclistEmailaddresses(dncListId: string, body: Array<string>): Promise<void>;
3740
3774
  postOutboundDnclistExport(dncListId: string): Promise<Models.DomainEntityRef>;
3741
3775
  postOutboundDnclistPhonenumbers(dncListId: string, body: Array<string>, opts?: OutboundApi.postOutboundDnclistPhonenumbersOptions): Promise<void>;
3742
3776
  postOutboundDnclists(body: Models.DncListCreate): Promise<Models.DncList>;
3777
+ postOutboundFilespecificationtemplates(body: Models.FileSpecificationTemplate): Promise<Models.FileSpecificationTemplate>;
3743
3778
  postOutboundImporttemplates(body: Models.ImportTemplate): Promise<Models.ImportTemplate>;
3744
3779
  postOutboundImporttemplatesBulkAdd(body: Array<Models.ImportTemplate>): Promise<Models.ImportTemplateEntityListing>;
3745
3780
  postOutboundMessagingcampaigns(body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
@@ -3758,6 +3793,7 @@ declare class OutboundApi {
3758
3793
  putOutboundContactlisttemplate(contactListTemplateId: string, body: Models.ContactListTemplate): Promise<Models.ContactListTemplate>;
3759
3794
  putOutboundDigitalruleset(digitalRuleSetId: string, body: Models.DigitalRuleSet): Promise<Models.DigitalRuleSet>;
3760
3795
  putOutboundDnclist(dncListId: string, body: Models.DncList): Promise<Models.DncList>;
3796
+ putOutboundFilespecificationtemplate(fileSpecificationTemplateId: string, body: Models.FileSpecificationTemplate): Promise<Models.FileSpecificationTemplate>;
3761
3797
  putOutboundImporttemplate(importTemplateId: string, body: Models.ImportTemplate): Promise<Models.ImportTemplate>;
3762
3798
  putOutboundMessagingcampaign(messagingCampaignId: string, body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
3763
3799
  putOutboundRuleset(ruleSetId: string, body: Models.RuleSet): Promise<Models.RuleSet>;
@@ -3964,10 +4000,23 @@ declare namespace OutboundApi {
3964
4000
  "sortBy"?: string;
3965
4001
  "sortOrder"?: string;
3966
4002
  }
4003
+ export interface getOutboundFilespecificationtemplatesOptions {
4004
+ "pageSize"?: number;
4005
+ "pageNumber"?: number;
4006
+ "allowEmptyResult"?: boolean;
4007
+ "filterType"?: string;
4008
+ "name"?: string;
4009
+ "sortBy"?: string;
4010
+ "sortOrder"?: string;
4011
+ }
4012
+ export interface getOutboundImporttemplateOptions {
4013
+ "includeImportStatus"?: boolean;
4014
+ }
3967
4015
  export interface getOutboundImporttemplateImportstatusOptions {
3968
4016
  "listNamePrefix"?: string;
3969
4017
  }
3970
4018
  export interface getOutboundImporttemplatesOptions {
4019
+ "includeImportStatus"?: boolean;
3971
4020
  "pageSize"?: number;
3972
4021
  "pageNumber"?: number;
3973
4022
  "allowEmptyResult"?: boolean;
@@ -5087,6 +5136,16 @@ declare namespace SCIMApi {
5087
5136
  }
5088
5137
  }
5089
5138
 
5139
+ declare class ScreenRecordingApi {
5140
+ postScreenrecordingToken(opts?: ScreenRecordingApi.postScreenrecordingTokenOptions): Promise<Models.SignedData>;
5141
+ }
5142
+
5143
+ declare namespace ScreenRecordingApi {
5144
+ export interface postScreenrecordingTokenOptions {
5145
+ "body"?: Models.ScreenRecordingUserAuthenticatedInfo;
5146
+ }
5147
+ }
5148
+
5090
5149
  declare class ScriptsApi {
5091
5150
  getScript(scriptId: string): Promise<Models.Script>;
5092
5151
  getScriptPage(scriptId: string, pageId: string, opts?: ScriptsApi.getScriptPageOptions): Promise<Models.Page>;
@@ -5331,6 +5390,7 @@ declare namespace SpeechTextAnalyticsApi {
5331
5390
  "state"?: string;
5332
5391
  "name"?: string;
5333
5392
  "ids"?: Array<string>;
5393
+ "dialects"?: Array<string>;
5334
5394
  "sortBy"?: string;
5335
5395
  "sortOrder"?: string;
5336
5396
  }
@@ -5613,7 +5673,6 @@ declare class TelephonyProvidersEdgeApi {
5613
5673
  getTelephonyProvidersEdgesMediastatisticsConversation(conversationId: string): Promise<Models.MediaStatisticsListing>;
5614
5674
  getTelephonyProvidersEdgesMediastatisticsConversationCommunication(conversationId: string, communicationId: string): Promise<Models.MediaStatistics>;
5615
5675
  getTelephonyProvidersEdgesMetrics(edgeIds: string): Promise<Array<Models.EdgeMetrics>>;
5616
- getTelephonyProvidersEdgesOutboundroute(outboundRouteId: string): Promise<Models.OutboundRoute>;
5617
5676
  getTelephonyProvidersEdgesOutboundroutes(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesOutboundroutesOptions): Promise<Models.OutboundRouteEntityListing>;
5618
5677
  getTelephonyProvidersEdgesPhone(phoneId: string): Promise<Models.Phone>;
5619
5678
  getTelephonyProvidersEdgesPhonebasesetting(phoneBaseId: string): Promise<Models.PhoneBase>;
@@ -5919,7 +5978,10 @@ declare namespace TokensApi {
5919
5978
  }
5920
5979
 
5921
5980
  declare class UploadsApi {
5981
+ getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId: string, jobId: string): Promise<Models.GetUploadSourceUrlJobStatusResponse>;
5982
+ postIntegrationsActionDraftFunctionUpload(actionId: string, body: Models.FunctionUploadRequest): Promise<Models.FunctionUploadResponse>;
5922
5983
  postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
5984
+ postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId: string, body: Models.CreateUploadSourceUrlJobRequest): Promise<Models.CreateUploadSourceUrlJobResponse>;
5923
5985
  postLanguageunderstandingMinerUploads(minerId: string, body: object): Promise<Models.UploadUrlResponse>;
5924
5986
  postUploadsLearningCoverart(body: Models.LearningCoverArtUploadUrlRequest): Promise<Models.UploadUrlResponse>;
5925
5987
  postUploadsPublicassetsImages(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
@@ -6992,7 +7054,7 @@ declare namespace Models {
6992
7054
  }
6993
7055
 
6994
7056
  export interface AchievedOutcome {
6995
- "id"?: string;
7057
+ "id": string;
6996
7058
  "selfUri"?: string;
6997
7059
  }
6998
7060
 
@@ -7129,9 +7191,9 @@ declare namespace Models {
7129
7191
  }
7130
7192
 
7131
7193
  export interface ActionEventActionMap {
7132
- "id"?: string;
7194
+ "id": string;
7133
7195
  "selfUri"?: string;
7134
- "version"?: number;
7196
+ "version": number;
7135
7197
  "displayName": string;
7136
7198
  }
7137
7199
 
@@ -8195,8 +8257,8 @@ declare namespace Models {
8195
8257
  "videoAddressSelf"?: string;
8196
8258
  "videoRoomId"?: string;
8197
8259
  "waitingInteractionCounts"?: Array<number>;
8198
- "proposedAgents"?: Array<Models.AnalyticsProposedAgent>;
8199
8260
  "agentGroups"?: Array<Models.AnalyticsAgentGroup>;
8261
+ "proposedAgents"?: Array<Models.AnalyticsProposedAgent>;
8200
8262
  "mediaEndpointStats"?: Array<Models.AnalyticsMediaEndpointStat>;
8201
8263
  "flow"?: Models.AnalyticsFlow;
8202
8264
  "metrics"?: Array<Models.AnalyticsSessionMetric>;
@@ -8317,10 +8379,10 @@ declare namespace Models {
8317
8379
  }
8318
8380
 
8319
8381
  export interface AppEvent {
8320
- "eventName"?: string;
8321
- "screenName"?: string;
8322
- "app"?: Models.JourneyApp;
8323
- "device"?: Models.Device;
8382
+ "eventName": string;
8383
+ "screenName": string;
8384
+ "app": Models.JourneyApp;
8385
+ "device": Models.Device;
8324
8386
  "ipAddress"?: string;
8325
8387
  "ipOrganization"?: string;
8326
8388
  "geolocation"?: Models.JourneyGeolocation;
@@ -8328,15 +8390,15 @@ declare namespace Models {
8328
8390
  "networkConnectivity"?: Models.NetworkConnectivity;
8329
8391
  "mktCampaign"?: Models.JourneyCampaign;
8330
8392
  "searchQuery"?: string;
8331
- "attributes"?: { [key: string]: Models.CustomEventAttribute; };
8332
- "traits"?: { [key: string]: Models.CustomEventAttribute; };
8393
+ "attributes": { [key: string]: Models.CustomEventAttribute; };
8394
+ "traits": { [key: string]: Models.CustomEventAttribute; };
8333
8395
  }
8334
8396
 
8335
8397
  export interface AppEventRequest {
8336
8398
  "eventName": string;
8337
8399
  "screenName": string;
8338
8400
  "app": Models.JourneyApp;
8339
- "device": Models.Device;
8401
+ "device": Models.RequestDevice;
8340
8402
  "sdkLibrary"?: Models.SdkLibrary;
8341
8403
  "networkConnectivity"?: Models.NetworkConnectivity;
8342
8404
  "referrerUrl"?: string;
@@ -8348,33 +8410,33 @@ declare namespace Models {
8348
8410
  }
8349
8411
 
8350
8412
  export interface AppEventResponse {
8351
- "id"?: string;
8352
- "customerId"?: string;
8353
- "customerIdType"?: string;
8354
- "eventName"?: string;
8355
- "screenName"?: string;
8356
- "app"?: Models.JourneyApp;
8357
- "device"?: Models.Device;
8413
+ "id": string;
8414
+ "customerId": string;
8415
+ "customerIdType": string;
8416
+ "eventName": string;
8417
+ "screenName": string;
8418
+ "app": Models.JourneyApp;
8419
+ "device": Models.Device;
8358
8420
  "ipOrganization"?: string;
8359
8421
  "geolocation"?: Models.JourneyGeolocation;
8360
8422
  "sdkLibrary"?: Models.SdkLibrary;
8361
8423
  "networkConnectivity"?: Models.NetworkConnectivity;
8362
8424
  "mktCampaign"?: Models.JourneyCampaign;
8363
- "session"?: Models.AppEventResponseSession;
8425
+ "session": Models.AppEventResponseSession;
8364
8426
  "searchQuery"?: string;
8365
- "attributes"?: { [key: string]: Models.CustomEventAttribute; };
8366
- "traits"?: { [key: string]: Models.CustomEventAttribute; };
8367
- "createdDate"?: string;
8427
+ "attributes": { [key: string]: Models.CustomEventAttribute; };
8428
+ "traits": { [key: string]: Models.CustomEventAttribute; };
8429
+ "createdDate": string;
8368
8430
  }
8369
8431
 
8370
8432
  export interface AppEventResponseSession {
8371
- "id"?: string;
8372
- "durationInSeconds"?: number;
8373
- "eventCount"?: number;
8374
- "screenviewCount"?: number;
8433
+ "id": string;
8434
+ "durationInSeconds": number;
8435
+ "eventCount": number;
8436
+ "screenviewCount": number;
8375
8437
  "referrer"?: Models.Referrer;
8376
8438
  "selfUri"?: string;
8377
- "createdDate"?: string;
8439
+ "createdDate": string;
8378
8440
  }
8379
8441
 
8380
8442
  export interface AppendToDncActionSettings {
@@ -8758,7 +8820,7 @@ declare namespace Models {
8758
8820
  }
8759
8821
 
8760
8822
  export interface AssignedSegment {
8761
- "id"?: string;
8823
+ "id": string;
8762
8824
  "selfUri"?: string;
8763
8825
  }
8764
8826
 
@@ -9137,6 +9199,7 @@ declare namespace Models {
9137
9199
  export interface AuthenticationSettings {
9138
9200
  "enabled": boolean;
9139
9201
  "integrationId": string;
9202
+ "allowSessionUpgrade"?: boolean;
9140
9203
  }
9141
9204
 
9142
9205
  export interface AuthorizationSettings {
@@ -9604,10 +9667,10 @@ declare namespace Models {
9604
9667
  "isMobile"?: boolean;
9605
9668
  "viewHeight"?: number;
9606
9669
  "viewWidth"?: number;
9607
- "featuresFlash"?: boolean;
9608
- "featuresJava"?: boolean;
9609
- "featuresPdf"?: boolean;
9610
- "featuresWebrtc"?: boolean;
9670
+ "featuresFlash": boolean;
9671
+ "featuresJava": boolean;
9672
+ "featuresPdf": boolean;
9673
+ "featuresWebrtc": boolean;
9611
9674
  }
9612
9675
 
9613
9676
  export interface BuAbandonRate {
@@ -10995,6 +11058,9 @@ declare namespace Models {
10995
11058
  "autoAnswerAlertToneSeconds"?: number;
10996
11059
  "manualAnswerAlertToneSeconds"?: number;
10997
11060
  "subTypeSettings"?: { [key: string]: Models.BaseMediaSettings; };
11061
+ "enableAutoDialAndEnd"?: boolean;
11062
+ "autoDialDelaySeconds"?: number;
11063
+ "autoEndDelaySeconds"?: number;
10998
11064
  }
10999
11065
 
11000
11066
  export interface Callheader {
@@ -11855,6 +11921,13 @@ declare namespace Models {
11855
11921
  "afterCallWorkRequired"?: boolean;
11856
11922
  }
11857
11923
 
11924
+ export interface Column {
11925
+ "columnName"?: string;
11926
+ "columnNumber"?: number;
11927
+ "startPosition"?: number;
11928
+ "length"?: number;
11929
+ }
11930
+
11858
11931
  export interface ColumnDataTypeSpecification {
11859
11932
  "columnName"?: string;
11860
11933
  "columnDataType"?: string;
@@ -12415,6 +12488,10 @@ declare namespace Models {
12415
12488
  "selfUri"?: string;
12416
12489
  }
12417
12490
 
12491
+ export interface ContactListFilterBulkRetrieveBody {
12492
+ "ids": Array<string>;
12493
+ }
12494
+
12418
12495
  export interface ContactListFilterClause {
12419
12496
  "filterType"?: string;
12420
12497
  "predicates"?: Array<Models.ContactListFilterPredicate>;
@@ -12469,6 +12546,10 @@ declare namespace Models {
12469
12546
  "selfUri"?: string;
12470
12547
  }
12471
12548
 
12549
+ export interface ContactListTemplateBulkRetrieveBody {
12550
+ "ids": Array<string>;
12551
+ }
12552
+
12472
12553
  export interface ContactListTemplateEntityListing {
12473
12554
  "entities"?: Array<Models.ContactListTemplate>;
12474
12555
  "pageSize"?: number;
@@ -13275,7 +13356,7 @@ declare namespace Models {
13275
13356
  }
13276
13357
 
13277
13358
  export interface ConversationChannel {
13278
- "type"?: string;
13359
+ "type": string;
13279
13360
  "messageType"?: string;
13280
13361
  "platform"?: string;
13281
13362
  }
@@ -15102,9 +15183,9 @@ declare namespace Models {
15102
15183
  }
15103
15184
 
15104
15185
  export interface ConversationUserDisposition {
15105
- "code"?: string;
15186
+ "code": string;
15106
15187
  "notes"?: string;
15107
- "user"?: Models.AddressableEntityRef;
15188
+ "user": Models.AddressableEntityRef;
15108
15189
  }
15109
15190
 
15110
15191
  export interface ConversationVideoEventTopicConversationRoutingData {
@@ -15653,6 +15734,15 @@ declare namespace Models {
15653
15734
  "description"?: string;
15654
15735
  }
15655
15736
 
15737
+ export interface CreateUploadSourceUrlJobRequest {
15738
+ "uploadUrl": string;
15739
+ }
15740
+
15741
+ export interface CreateUploadSourceUrlJobResponse {
15742
+ "id"?: string;
15743
+ "selfUri"?: string;
15744
+ }
15745
+
15656
15746
  export interface CreateUser {
15657
15747
  "name": string;
15658
15748
  "department"?: string;
@@ -15837,7 +15927,7 @@ declare namespace Models {
15837
15927
  "key": string;
15838
15928
  "values": Array<string>;
15839
15929
  "shouldIgnoreCase": boolean;
15840
- "operator"?: string;
15930
+ "operator": string;
15841
15931
  }
15842
15932
 
15843
15933
  export interface CriteriaCategoryInfo {
@@ -16006,6 +16096,25 @@ declare namespace Models {
16006
16096
  "localizedLabels"?: Array<Models.LocalizedLabels>;
16007
16097
  }
16008
16098
 
16099
+ export interface CustomProvider {
16100
+ "id"?: string;
16101
+ "name"?: string;
16102
+ "disabled"?: boolean;
16103
+ "issuerURI"?: string;
16104
+ "ssoTargetURI"?: string;
16105
+ "sloURI"?: string;
16106
+ "sloBinding"?: string;
16107
+ "relyingPartyIdentifier"?: string;
16108
+ "certificate"?: string;
16109
+ "certificates"?: Array<string>;
16110
+ "logoImageData"?: string;
16111
+ "endpointCompression"?: boolean;
16112
+ "nameIdentifierFormat"?: string;
16113
+ "ssoBinding"?: string;
16114
+ "signAuthnRequests"?: boolean;
16115
+ "selfUri"?: string;
16116
+ }
16117
+
16009
16118
  export interface CustomerEndDetailEventTopicCustomerEndEvent {
16010
16119
  "eventTime"?: number;
16011
16120
  "conversationId"?: string;
@@ -16545,7 +16654,7 @@ declare namespace Models {
16545
16654
  export interface Device {
16546
16655
  "category": string;
16547
16656
  "type": string;
16548
- "isMobile"?: boolean;
16657
+ "isMobile": boolean;
16549
16658
  "screenHeight"?: number;
16550
16659
  "screenWidth"?: number;
16551
16660
  "screenDensity"?: number;
@@ -18785,6 +18894,13 @@ declare namespace Models {
18785
18894
  "contentLength"?: number;
18786
18895
  }
18787
18896
 
18897
+ export interface EmailBeginTransmittingEvent {
18898
+ "eventId": string;
18899
+ "eventDateTime": string;
18900
+ "conversationId": string;
18901
+ "communicationId": string;
18902
+ }
18903
+
18788
18904
  export interface EmailCampaignSchedule {
18789
18905
  "id"?: string;
18790
18906
  "name"?: string;
@@ -18797,12 +18913,57 @@ declare namespace Models {
18797
18913
  "selfUri"?: string;
18798
18914
  }
18799
18915
 
18916
+ export interface EmailCampaignScheduleEntityListing {
18917
+ "entities"?: Array<Models.EmailCampaignSchedule>;
18918
+ "pageSize"?: number;
18919
+ "pageNumber"?: number;
18920
+ "total"?: number;
18921
+ "firstUri"?: string;
18922
+ "nextUri"?: string;
18923
+ "previousUri"?: string;
18924
+ "lastUri"?: string;
18925
+ "selfUri"?: string;
18926
+ "pageCount"?: number;
18927
+ }
18928
+
18800
18929
  export interface EmailColumn {
18801
18930
  "columnName": string;
18802
18931
  "type": string;
18803
18932
  "contactableTimeColumn"?: string;
18804
18933
  }
18805
18934
 
18935
+ export interface EmailCommunicationAnsweredEvent {
18936
+ "eventId": string;
18937
+ "eventDateTime": string;
18938
+ "conversationId": string;
18939
+ "communicationId": string;
18940
+ }
18941
+
18942
+ export interface EmailCommunicationDispositionAppliedEvent {
18943
+ "eventId": string;
18944
+ "eventDateTime": string;
18945
+ "conversationId": string;
18946
+ "communicationId": string;
18947
+ "code"?: string;
18948
+ "notes"?: string;
18949
+ "tags"?: Array<string>;
18950
+ }
18951
+
18952
+ export interface EmailCommunicationEndedEvent {
18953
+ "eventId": string;
18954
+ "eventDateTime": string;
18955
+ "conversationId": string;
18956
+ "communicationId": string;
18957
+ "disconnectType": string;
18958
+ }
18959
+
18960
+ export interface EmailCommunicationRepliedEvent {
18961
+ "eventId": string;
18962
+ "eventDateTime": string;
18963
+ "conversationId": string;
18964
+ "communicationId": string;
18965
+ }
18966
+
18806
18967
  export interface EmailConfig {
18807
18968
  "emailColumns": Array<string>;
18808
18969
  "contentTemplate"?: Models.DomainEntityRef;
@@ -18832,6 +18993,57 @@ declare namespace Models {
18832
18993
  "pageCount"?: number;
18833
18994
  }
18834
18995
 
18996
+ export interface EmailEndTransferEvent {
18997
+ "eventId": string;
18998
+ "eventDateTime": string;
18999
+ "conversationId": string;
19000
+ "commandId": string;
19001
+ "finalState": string;
19002
+ "objectCommunicationId": string;
19003
+ }
19004
+
19005
+ export interface EmailExternalEstablishedEvent {
19006
+ "eventId": string;
19007
+ "eventDateTime": string;
19008
+ "conversationId": string;
19009
+ "communicationId": string;
19010
+ "displayName"?: string;
19011
+ "includeMessage"?: boolean;
19012
+ "initialConfiguration": Models.EmailInitialConfiguration;
19013
+ "sourceConfiguration": Models.SourceConfiguration;
19014
+ }
19015
+
19016
+ export interface EmailFlowEstablishedEvent {
19017
+ "eventId": string;
19018
+ "eventDateTime": string;
19019
+ "conversationId": string;
19020
+ "communicationId": string;
19021
+ "initialConfiguration": Models.EmailInitialConfiguration;
19022
+ "sourceConfiguration": Models.SourceConfiguration;
19023
+ }
19024
+
19025
+ export interface EmailHoldUpdatedEvent {
19026
+ "eventId": string;
19027
+ "eventDateTime": string;
19028
+ "conversationId": string;
19029
+ "communicationId": string;
19030
+ "held": boolean;
19031
+ }
19032
+
19033
+ export interface EmailInitialConfiguration {
19034
+ "to": string;
19035
+ "from": string;
19036
+ "cc"?: Array<string>;
19037
+ "bcc"?: Array<string>;
19038
+ "subject"?: string;
19039
+ "previousEmailId"?: string;
19040
+ "held"?: boolean;
19041
+ "alerting"?: boolean;
19042
+ "inbound"?: boolean;
19043
+ "invitedBy"?: string;
19044
+ "additionalInfo"?: { [key: string]: string; };
19045
+ }
19046
+
18835
19047
  export interface EmailMediaParticipant {
18836
19048
  "id"?: string;
18837
19049
  "name"?: string;
@@ -18969,6 +19181,42 @@ declare namespace Models {
18969
19181
  "senderType"?: string;
18970
19182
  }
18971
19183
 
19184
+ export interface EmailProgressTransferEvent {
19185
+ "eventId": string;
19186
+ "eventDateTime": string;
19187
+ "conversationId": string;
19188
+ "commandId": string;
19189
+ "objectCommunicationId": string;
19190
+ "destinationCommunicationId": string;
19191
+ }
19192
+
19193
+ export interface EmailRoutingEstablishedEvent {
19194
+ "eventId": string;
19195
+ "eventDateTime": string;
19196
+ "conversationId": string;
19197
+ "communicationId": string;
19198
+ "queueId": string;
19199
+ "skillIds"?: Array<string>;
19200
+ "languageId"?: string;
19201
+ "label"?: string;
19202
+ "initialConfiguration": Models.EmailInitialConfiguration;
19203
+ "sourceConfiguration": Models.SourceConfiguration;
19204
+ }
19205
+
19206
+ export interface EmailRoutingTransferEvent {
19207
+ "eventId": string;
19208
+ "eventDateTime": string;
19209
+ "conversationId": string;
19210
+ "transferType": string;
19211
+ "commandId": string;
19212
+ "initiatingCommunicationId": string;
19213
+ "targetCommunicationId": string;
19214
+ "objectCommunicationId": string;
19215
+ "destinationQueueId": string;
19216
+ "languageId"?: string;
19217
+ "skillIds"?: Array<string>;
19218
+ }
19219
+
18972
19220
  export interface EmailSettings {
18973
19221
  "multipleRouteDestinationsOnInboundEmailEnabled"?: boolean;
18974
19222
  }
@@ -18977,6 +19225,30 @@ declare namespace Models {
18977
19225
  "rootDomain"?: string;
18978
19226
  }
18979
19227
 
19228
+ export interface EmailUserEstablishedEvent {
19229
+ "eventId": string;
19230
+ "eventDateTime": string;
19231
+ "conversationId": string;
19232
+ "communicationId": string;
19233
+ "userId": string;
19234
+ "queueId"?: string;
19235
+ "afterCallWorkRequired"?: boolean;
19236
+ "initialConfiguration": Models.EmailInitialConfiguration;
19237
+ "sourceConfiguration": Models.SourceConfiguration;
19238
+ }
19239
+
19240
+ export interface EmailUserTransferEvent {
19241
+ "eventId": string;
19242
+ "eventDateTime": string;
19243
+ "conversationId": string;
19244
+ "transferType": string;
19245
+ "commandId": string;
19246
+ "initiatingCommunicationId": string;
19247
+ "targetCommunicationId": string;
19248
+ "objectCommunicationId": string;
19249
+ "destinationUserId": string;
19250
+ }
19251
+
18980
19252
  export interface EmailsSettings {
18981
19253
  "sendingSizeLimit"?: number;
18982
19254
  }
@@ -19152,8 +19424,8 @@ declare namespace Models {
19152
19424
  "key": string;
19153
19425
  "values": Array<string>;
19154
19426
  "shouldIgnoreCase": boolean;
19155
- "operator"?: string;
19156
- "entityType"?: string;
19427
+ "operator": string;
19428
+ "entityType": string;
19157
19429
  }
19158
19430
 
19159
19431
  export interface Entry {
@@ -19645,28 +19917,27 @@ declare namespace Models {
19645
19917
  }
19646
19918
 
19647
19919
  export interface Event {
19648
- "id"?: string;
19649
- "correlationId"?: string;
19920
+ "id": string;
19921
+ "correlationId": string;
19650
19922
  "customerId"?: string;
19651
19923
  "customerIdType"?: string;
19652
- "session"?: Models.EventSession;
19924
+ "session": Models.EventSession;
19653
19925
  "eventType": string;
19654
19926
  "genericActionEvent"?: Models.GenericActionEvent;
19655
19927
  "outcomeAchievedEvent"?: Models.OutcomeAchievedEvent;
19656
- "segmentAssignedEvent"?: Models.SegmentAssignedEvent;
19657
19928
  "segmentAssignmentEvent"?: Models.SegmentAssignmentEvent;
19658
19929
  "webActionEvent"?: Models.WebActionEvent;
19659
19930
  "webEvent"?: Models.WebEvent;
19660
19931
  "appEvent"?: Models.AppEvent;
19661
- "createdDate"?: string;
19932
+ "createdDate": string;
19662
19933
  }
19663
19934
 
19664
19935
  export interface EventAction {
19665
19936
  "id": string;
19666
- "state"?: string;
19667
- "mediaType"?: string;
19668
- "prompt"?: string;
19669
- "createdDate"?: string;
19937
+ "state": string;
19938
+ "mediaType": string;
19939
+ "prompt": string;
19940
+ "createdDate": string;
19670
19941
  }
19671
19942
 
19672
19943
  export interface EventCondition {
@@ -19724,9 +19995,9 @@ declare namespace Models {
19724
19995
  }
19725
19996
 
19726
19997
  export interface EventSession {
19727
- "id"?: string;
19998
+ "id": string;
19728
19999
  "selfUri"?: string;
19729
- "type"?: string;
20000
+ "type": string;
19730
20001
  }
19731
20002
 
19732
20003
  export interface EventSetting {
@@ -20524,6 +20795,11 @@ declare namespace Models {
20524
20795
  "enabled"?: boolean;
20525
20796
  }
20526
20797
 
20798
+ export interface FeedbackAddRequest {
20799
+ "summary": string;
20800
+ "rating"?: string;
20801
+ }
20802
+
20527
20803
  export interface FieldConfig {
20528
20804
  "id"?: string;
20529
20805
  "name"?: string;
@@ -20555,6 +20831,37 @@ declare namespace Models {
20555
20831
  "gdpr"?: boolean;
20556
20832
  }
20557
20833
 
20834
+ export interface FileSpecificationTemplate {
20835
+ "id"?: string;
20836
+ "name": string;
20837
+ "dateCreated"?: string;
20838
+ "dateModified"?: string;
20839
+ "version"?: number;
20840
+ "description"?: string;
20841
+ "format": string;
20842
+ "numberOfHeadingLinesSkipped"?: number;
20843
+ "numberOfTrailingLinesSkipped"?: number;
20844
+ "header"?: boolean;
20845
+ "delimiter"?: string;
20846
+ "delimiterValue"?: string;
20847
+ "columnInformation"?: Array<Models.Column>;
20848
+ "preprocessingRules"?: Array<Models.PreprocessingRule>;
20849
+ "selfUri"?: string;
20850
+ }
20851
+
20852
+ export interface FileSpecificationTemplateEntityListing {
20853
+ "entities"?: Array<Models.FileSpecificationTemplate>;
20854
+ "pageSize"?: number;
20855
+ "pageNumber"?: number;
20856
+ "total"?: number;
20857
+ "firstUri"?: string;
20858
+ "nextUri"?: string;
20859
+ "previousUri"?: string;
20860
+ "lastUri"?: string;
20861
+ "selfUri"?: string;
20862
+ "pageCount"?: number;
20863
+ }
20864
+
20558
20865
  export interface FileUploadMode {
20559
20866
  "fileTypes"?: Array<string>;
20560
20867
  "maxFileSizeKB"?: number;
@@ -21418,6 +21725,49 @@ declare namespace Models {
21418
21725
  "timeOffRequestId"?: string;
21419
21726
  }
21420
21727
 
21728
+ export interface Function {
21729
+ "id"?: string;
21730
+ "name"?: string;
21731
+ "description": string;
21732
+ "dateCreated"?: string;
21733
+ "zipId"?: string;
21734
+ "handler": string;
21735
+ "runtime": string;
21736
+ "timeoutSeconds"?: number;
21737
+ }
21738
+
21739
+ export interface FunctionConfig {
21740
+ "id"?: string;
21741
+ "function"?: Models.Function;
21742
+ "zip"?: Models.FunctionZipConfig;
21743
+ "selfUri"?: string;
21744
+ }
21745
+
21746
+ export interface FunctionRuntime {
21747
+ "name"?: string;
21748
+ "description"?: string;
21749
+ "status"?: string;
21750
+ "dateEndOfLife"?: string;
21751
+ }
21752
+
21753
+ export interface FunctionUploadRequest {
21754
+ "fileName": string;
21755
+ "signedUrlTimeoutSeconds"?: number;
21756
+ }
21757
+
21758
+ export interface FunctionUploadResponse {
21759
+ "url"?: string;
21760
+ "headers"?: { [key: string]: string; };
21761
+ "signedUrlTimeoutSeconds"?: number;
21762
+ }
21763
+
21764
+ export interface FunctionZipConfig {
21765
+ "status"?: string;
21766
+ "id"?: string;
21767
+ "name"?: string;
21768
+ "dateCreated"?: string;
21769
+ }
21770
+
21421
21771
  export interface GDPRJourneyCustomer {
21422
21772
  "type"?: string;
21423
21773
  "id"?: string;
@@ -21619,11 +21969,11 @@ declare namespace Models {
21619
21969
 
21620
21970
  export interface GenericEventAction {
21621
21971
  "id": string;
21622
- "state"?: string;
21623
- "mediaType"?: string;
21624
- "prompt"?: string;
21972
+ "state": string;
21973
+ "mediaType": string;
21974
+ "prompt": string;
21625
21975
  "mediaAddress"?: string;
21626
- "createdDate"?: string;
21976
+ "createdDate": string;
21627
21977
  }
21628
21978
 
21629
21979
  export interface GenericSAML {
@@ -21688,7 +22038,7 @@ declare namespace Models {
21688
22038
  export interface GetAlertQuery {
21689
22039
  "ruleType": string;
21690
22040
  "queryType": string;
21691
- "activeStatus"?: string;
22041
+ "alertStatus"?: string;
21692
22042
  "viewedStatus"?: string;
21693
22043
  "pageNumber"?: number;
21694
22044
  "pageSize"?: number;
@@ -21746,6 +22096,14 @@ declare namespace Models {
21746
22096
  "selfUri"?: string;
21747
22097
  }
21748
22098
 
22099
+ export interface GetUploadSourceUrlJobStatusResponse {
22100
+ "id"?: string;
22101
+ "status"?: string;
22102
+ "uploadKey"?: string;
22103
+ "errorInformation"?: Models.ErrorBody;
22104
+ "selfUri"?: string;
22105
+ }
22106
+
21749
22107
  export interface GoogleDialogflowCustomSettings {
21750
22108
  "environment"?: string;
21751
22109
  "eventName"?: string;
@@ -21860,6 +22218,7 @@ declare namespace Models {
21860
22218
  "addresses"?: Array<Models.GroupContact>;
21861
22219
  "rulesVisible": boolean;
21862
22220
  "visibility": string;
22221
+ "rolesEnabled"?: boolean;
21863
22222
  "owners"?: Array<Models.User>;
21864
22223
  "selfUri"?: string;
21865
22224
  }
@@ -21885,6 +22244,7 @@ declare namespace Models {
21885
22244
  "addresses"?: Array<Models.GroupContact>;
21886
22245
  "rulesVisible": boolean;
21887
22246
  "visibility": string;
22247
+ "rolesEnabled"?: boolean;
21888
22248
  "ownerIds"?: Array<string>;
21889
22249
  "selfUri"?: string;
21890
22250
  }
@@ -21979,6 +22339,7 @@ declare namespace Models {
21979
22339
  "addresses"?: Array<Models.GroupContact>;
21980
22340
  "rulesVisible"?: boolean;
21981
22341
  "visibility"?: string;
22342
+ "rolesEnabled"?: boolean;
21982
22343
  "ownerIds"?: Array<string>;
21983
22344
  "selfUri"?: string;
21984
22345
  }
@@ -22381,6 +22742,26 @@ declare namespace Models {
22381
22742
  "selfUri"?: string;
22382
22743
  }
22383
22744
 
22745
+ export interface IdentityProvider {
22746
+ "id"?: string;
22747
+ "name"?: string;
22748
+ "disabled"?: boolean;
22749
+ "selfUri"?: string;
22750
+ }
22751
+
22752
+ export interface IdentityProviderEntityListing {
22753
+ "entities"?: Array<Models.IdentityProvider>;
22754
+ "pageSize"?: number;
22755
+ "pageNumber"?: number;
22756
+ "total"?: number;
22757
+ "firstUri"?: string;
22758
+ "nextUri"?: string;
22759
+ "previousUri"?: string;
22760
+ "lastUri"?: string;
22761
+ "selfUri"?: string;
22762
+ "pageCount"?: number;
22763
+ }
22764
+
22384
22765
  export interface IdleEventTrigger {
22385
22766
  "eventName": string;
22386
22767
  "idleAfterSeconds"?: number;
@@ -22468,6 +22849,7 @@ declare namespace Models {
22468
22849
  "splittingInformation"?: Models.SplittingInformation;
22469
22850
  "listNameFormat"?: string;
22470
22851
  "customListNameFormatValue"?: string;
22852
+ "importStatus"?: Models.ImportStatus;
22471
22853
  "selfUri"?: string;
22472
22854
  }
22473
22855
 
@@ -23499,33 +23881,47 @@ declare namespace Models {
23499
23881
  "lang"?: string;
23500
23882
  "pathname": string;
23501
23883
  "queryString"?: string;
23502
- "breadcrumb"?: Array<string>;
23884
+ "breadcrumb": Array<string>;
23503
23885
  }
23504
23886
 
23505
23887
  export interface JourneyPattern {
23506
23888
  "criteria": Array<Models.Criteria>;
23507
- "count"?: number;
23889
+ "count": number;
23508
23890
  "streamType": string;
23509
23891
  "sessionType": string;
23510
23892
  "eventName"?: string;
23511
23893
  }
23512
23894
 
23513
23895
  export interface JourneySegment {
23514
- "id"?: string;
23896
+ "id": string;
23897
+ "isActive": boolean;
23898
+ "displayName": string;
23899
+ "version": number;
23900
+ "description"?: string;
23901
+ "color": string;
23902
+ "scope": string;
23903
+ "shouldDisplayToAgent": boolean;
23904
+ "context": Models.Context;
23905
+ "journey": Models.Journey;
23906
+ "externalSegment"?: Models.ExternalSegment;
23907
+ "assignmentExpirationDays"?: number;
23908
+ "selfUri"?: string;
23909
+ "createdDate": string;
23910
+ "modifiedDate": string;
23911
+ }
23912
+
23913
+ export interface JourneySegmentRequest {
23515
23914
  "isActive"?: boolean;
23516
23915
  "displayName": string;
23517
23916
  "version"?: number;
23518
23917
  "description"?: string;
23519
- "color"?: string;
23918
+ "color": string;
23520
23919
  "scope"?: string;
23521
23920
  "shouldDisplayToAgent"?: boolean;
23522
- "context"?: Models.Context;
23523
- "journey"?: Models.Journey;
23524
- "externalSegment"?: Models.ExternalSegment;
23921
+ "context": Models.RequestContext;
23922
+ "journey": Models.RequestJourney;
23923
+ "externalSegment"?: Models.RequestExternalSegment;
23525
23924
  "assignmentExpirationDays"?: number;
23526
- "selfUri"?: string;
23527
- "createdDate"?: string;
23528
- "modifiedDate"?: string;
23529
23925
  }
23530
23926
 
23531
23927
  export interface JourneySessionEventsNotificationApp {
@@ -24702,12 +25098,14 @@ declare namespace Models {
24702
25098
  export interface KnowledgeExportJobRequest {
24703
25099
  "exportFilter": Models.KnowledgeExportJobFilter;
24704
25100
  "fileType": string;
25101
+ "jsonFileVersion"?: number;
24705
25102
  }
24706
25103
 
24707
25104
  export interface KnowledgeExportJobResponse {
24708
25105
  "id"?: string;
24709
25106
  "downloadURL"?: string;
24710
25107
  "fileType": string;
25108
+ "jsonFileVersion"?: number;
24711
25109
  "countDocumentProcessed"?: number;
24712
25110
  "exportFilter"?: Models.KnowledgeExportJobFilter;
24713
25111
  "status"?: string;
@@ -24929,6 +25327,45 @@ declare namespace Models {
24929
25327
  "migrationDetected"?: boolean;
24930
25328
  }
24931
25329
 
25330
+ export interface KnowledgeParseImportResult {
25331
+ "success": number;
25332
+ "failure": number;
25333
+ "errors"?: Array<Models.ErrorBody>;
25334
+ }
25335
+
25336
+ export interface KnowledgeParseJobRequest {
25337
+ "uploadKey": string;
25338
+ "hints"?: Array<string>;
25339
+ }
25340
+
25341
+ export interface KnowledgeParseJobRequestImport {
25342
+ "edits"?: Array<Models.KnowledgeParseRecord>;
25343
+ "excludes"?: Array<string>;
25344
+ }
25345
+
25346
+ export interface KnowledgeParseJobRequestPatch {
25347
+ "hints"?: Array<string>;
25348
+ }
25349
+
25350
+ export interface KnowledgeParseJobResponse {
25351
+ "id"?: string;
25352
+ "downloadURL"?: string;
25353
+ "hints"?: Array<string>;
25354
+ "status"?: string;
25355
+ "parseResults"?: Array<Models.KnowledgeParseRecord>;
25356
+ "importResult"?: Models.KnowledgeParseImportResult;
25357
+ "createdBy"?: Models.UserReference;
25358
+ "dateCreated"?: string;
25359
+ "dateModified"?: string;
25360
+ "selfUri"?: string;
25361
+ }
25362
+
25363
+ export interface KnowledgeParseRecord {
25364
+ "id"?: string;
25365
+ "title"?: string;
25366
+ "body"?: Models.DocumentBody;
25367
+ }
25368
+
24932
25369
  export interface KnowledgeSearchClientApplication {
24933
25370
  "type": string;
24934
25371
  "deployment"?: Models.AddressableEntityRef;
@@ -26939,6 +27376,7 @@ declare namespace Models {
26939
27376
 
26940
27377
  export interface MetadataProperty {
26941
27378
  "type"?: string;
27379
+ "displayname"?: string;
26942
27380
  "description"?: string;
26943
27381
  "sensitive"?: string;
26944
27382
  "help"?: string;
@@ -27208,6 +27646,7 @@ declare namespace Models {
27208
27646
  "id"?: string;
27209
27647
  "name"?: string;
27210
27648
  "source"?: string;
27649
+ "sourceId"?: string;
27211
27650
  "primary"?: boolean;
27212
27651
  "presenceDefinition"?: Models.PresenceDefinition;
27213
27652
  "message"?: string;
@@ -27695,26 +28134,6 @@ declare namespace Models {
27695
28134
  "dateIssued"?: string;
27696
28135
  }
27697
28136
 
27698
- export interface OAuthProvider {
27699
- "id"?: string;
27700
- "name"?: string;
27701
- "disabled"?: boolean;
27702
- "selfUri"?: string;
27703
- }
27704
-
27705
- export interface OAuthProviderEntityListing {
27706
- "entities"?: Array<Models.OAuthProvider>;
27707
- "pageSize"?: number;
27708
- "pageNumber"?: number;
27709
- "total"?: number;
27710
- "firstUri"?: string;
27711
- "nextUri"?: string;
27712
- "previousUri"?: string;
27713
- "lastUri"?: string;
27714
- "selfUri"?: string;
27715
- "pageCount"?: number;
27716
- }
27717
-
27718
28137
  export interface OAuthScope {
27719
28138
  "id"?: string;
27720
28139
  "description"?: string;
@@ -28027,6 +28446,29 @@ declare namespace Models {
28027
28446
  "actionStatus"?: string;
28028
28447
  }
28029
28448
 
28449
+ export interface OperationCreatorUserResponse {
28450
+ "id"?: string;
28451
+ "type"?: string;
28452
+ "selfUri"?: string;
28453
+ }
28454
+
28455
+ export interface OperationListing {
28456
+ "entities"?: Array<Models.OperationResponse>;
28457
+ "nextUri"?: string;
28458
+ "selfUri"?: string;
28459
+ "previousUri"?: string;
28460
+ }
28461
+
28462
+ export interface OperationResponse {
28463
+ "id"?: string;
28464
+ "status"?: string;
28465
+ "type"?: string;
28466
+ "createdBy"?: Models.UserReference;
28467
+ "dateCreated"?: string;
28468
+ "dateModified"?: string;
28469
+ "selfUri"?: string;
28470
+ }
28471
+
28030
28472
  export interface OperationalEventNotificationTopicEventEntity {
28031
28473
  "id"?: string;
28032
28474
  "name"?: string;
@@ -28507,18 +28949,18 @@ declare namespace Models {
28507
28949
  }
28508
28950
 
28509
28951
  export interface Outcome {
28510
- "id"?: string;
28511
- "isActive"?: boolean;
28952
+ "id": string;
28953
+ "isActive": boolean;
28512
28954
  "displayName": string;
28513
- "version"?: number;
28955
+ "version": number;
28514
28956
  "description"?: string;
28515
- "isPositive"?: boolean;
28516
- "context"?: Models.Context;
28517
- "journey"?: Models.Journey;
28957
+ "isPositive": boolean;
28958
+ "context": Models.Context;
28959
+ "journey": Models.Journey;
28518
28960
  "associatedValueField"?: Models.AssociatedValueField;
28519
28961
  "selfUri"?: string;
28520
- "createdDate"?: string;
28521
- "modifiedDate"?: string;
28962
+ "createdDate": string;
28963
+ "modifiedDate": string;
28522
28964
  }
28523
28965
 
28524
28966
  export interface OutcomeAchievedEvent {
@@ -28535,15 +28977,15 @@ declare namespace Models {
28535
28977
  }
28536
28978
 
28537
28979
  export interface OutcomeAchievedEventOutcome {
28538
- "id"?: string;
28980
+ "id": string;
28539
28981
  "selfUri"?: string;
28540
28982
  "displayName": string;
28541
- "version"?: number;
28983
+ "version": number;
28542
28984
  }
28543
28985
 
28544
28986
  export interface OutcomeAchievement {
28545
- "outcome"?: Models.AchievedOutcome;
28546
- "achievedDate"?: string;
28987
+ "outcome": Models.AchievedOutcome;
28988
+ "achievedDate": string;
28547
28989
  }
28548
28990
 
28549
28991
  export interface OutcomeAttributionAsyncResponse {
@@ -28647,6 +29089,17 @@ declare namespace Models {
28647
29089
  "id": string;
28648
29090
  }
28649
29091
 
29092
+ export interface OutcomeRequest {
29093
+ "isActive"?: boolean;
29094
+ "displayName": string;
29095
+ "version"?: number;
29096
+ "description"?: string;
29097
+ "isPositive"?: boolean;
29098
+ "context"?: Models.RequestContext;
29099
+ "journey"?: Models.RequestJourney;
29100
+ "associatedValueField"?: Models.AssociatedValueField;
29101
+ }
29102
+
28650
29103
  export interface OutcomeScore {
28651
29104
  "outcome"?: Models.AddressableEntityRef;
28652
29105
  "sessionMaxProbability"?: number;
@@ -28928,6 +29381,11 @@ declare namespace Models {
28928
29381
  "contentOffer"?: Models.PatchContentOffer;
28929
29382
  }
28930
29383
 
29384
+ export interface PatchAssociatedValueField {
29385
+ "dataType"?: string;
29386
+ "name"?: string;
29387
+ }
29388
+
28931
29389
  export interface PatchBuReschedulingOptionsManagementUnitRequest {
28932
29390
  "managementUnitId": string;
28933
29391
  "applied"?: boolean;
@@ -28998,6 +29456,21 @@ declare namespace Models {
28998
29456
  "right"?: string;
28999
29457
  }
29000
29458
 
29459
+ export interface PatchContext {
29460
+ "patterns"?: Array<Models.PatchContextPattern>;
29461
+ }
29462
+
29463
+ export interface PatchContextPattern {
29464
+ "criteria"?: Array<Models.PatchEntityTypeCriteria>;
29465
+ }
29466
+
29467
+ export interface PatchCriteria {
29468
+ "key"?: string;
29469
+ "values"?: Array<string>;
29470
+ "shouldIgnoreCase"?: boolean;
29471
+ "operator"?: string;
29472
+ }
29473
+
29001
29474
  export interface PatchCtaButtonStyleProperties {
29002
29475
  "color"?: string;
29003
29476
  "font"?: string;
@@ -29006,8 +29479,16 @@ declare namespace Models {
29006
29479
  "backgroundColor"?: string;
29007
29480
  }
29008
29481
 
29482
+ export interface PatchEntityTypeCriteria {
29483
+ "key"?: string;
29484
+ "values"?: Array<string>;
29485
+ "shouldIgnoreCase"?: boolean;
29486
+ "operator"?: string;
29487
+ "entityType"?: string;
29488
+ }
29489
+
29009
29490
  export interface PatchExternalSegment {
29010
- "name": string;
29491
+ "name"?: string;
29011
29492
  }
29012
29493
 
29013
29494
  export interface PatchIntegrationAction {
@@ -29019,19 +29500,27 @@ declare namespace Models {
29019
29500
  "requestMappings"?: Array<Models.RequestMapping>;
29020
29501
  }
29021
29502
 
29503
+ export interface PatchJourney {
29504
+ "patterns"?: Array<Models.PatchJourneyPattern>;
29505
+ }
29506
+
29507
+ export interface PatchJourneyPattern {
29508
+ "criteria"?: Array<Models.PatchCriteria>;
29509
+ "count"?: number;
29510
+ "streamType"?: string;
29511
+ "sessionType"?: string;
29512
+ "eventName"?: string;
29513
+ }
29514
+
29022
29515
  export interface PatchOutcome {
29023
- "id"?: string;
29024
29516
  "isActive"?: boolean;
29025
29517
  "displayName": string;
29026
29518
  "version"?: number;
29027
29519
  "description"?: string;
29028
29520
  "isPositive"?: boolean;
29029
- "context"?: Models.Context;
29030
- "journey"?: Models.Journey;
29031
- "associatedValueField"?: Models.AssociatedValueField;
29032
- "selfUri"?: string;
29033
- "createdDate"?: string;
29034
- "modifiedDate"?: string;
29521
+ "context"?: Models.PatchContext;
29522
+ "journey"?: Models.PatchJourney;
29523
+ "associatedValueField"?: Models.PatchAssociatedValueField;
29035
29524
  }
29036
29525
 
29037
29526
  export interface PatchPredictorRequest {
@@ -29041,20 +29530,16 @@ declare namespace Models {
29041
29530
  }
29042
29531
 
29043
29532
  export interface PatchSegment {
29044
- "id"?: string;
29045
29533
  "isActive"?: boolean;
29046
- "displayName": string;
29534
+ "displayName"?: string;
29047
29535
  "version"?: number;
29048
29536
  "description"?: string;
29049
29537
  "color"?: string;
29050
29538
  "shouldDisplayToAgent"?: boolean;
29051
- "context"?: Models.Context;
29052
- "journey"?: Models.Journey;
29539
+ "context"?: Models.PatchContext;
29540
+ "journey"?: Models.PatchJourney;
29053
29541
  "externalSegment"?: Models.PatchExternalSegment;
29054
29542
  "assignmentExpirationDays"?: number;
29055
- "selfUri"?: string;
29056
- "createdDate"?: string;
29057
- "modifiedDate"?: string;
29058
29543
  }
29059
29544
 
29060
29545
  export interface PatchShiftTradeRequest {
@@ -29246,6 +29731,7 @@ declare namespace Models {
29246
29731
  "pageSize"?: number;
29247
29732
  "pageNumber"?: number;
29248
29733
  "total"?: number;
29734
+ "totalNumberOfEntities"?: number;
29249
29735
  "firstUri"?: string;
29250
29736
  "nextUri"?: string;
29251
29737
  "previousUri"?: string;
@@ -29349,6 +29835,7 @@ declare namespace Models {
29349
29835
  "pageSize"?: number;
29350
29836
  "pageNumber"?: number;
29351
29837
  "total"?: number;
29838
+ "totalNumberOfEntities"?: number;
29352
29839
  "firstUri"?: string;
29353
29840
  "nextUri"?: string;
29354
29841
  "previousUri"?: string;
@@ -29715,6 +30202,13 @@ declare namespace Models {
29715
30202
  "maximumOccupancy"?: number;
29716
30203
  }
29717
30204
 
30205
+ export interface PreprocessingRule {
30206
+ "find"?: string;
30207
+ "replaceWith"?: string;
30208
+ "global"?: boolean;
30209
+ "ignoreCase"?: boolean;
30210
+ }
30211
+
29718
30212
  export interface PresenceDefinition {
29719
30213
  "id"?: string;
29720
30214
  "systemPresence"?: string;
@@ -32851,6 +33345,53 @@ declare namespace Models {
32851
33345
  "isSelected"?: boolean;
32852
33346
  }
32853
33347
 
33348
+ export interface RateLimitAggregateDataContainer {
33349
+ "group"?: { [key: string]: string; };
33350
+ "data"?: Array<Models.StatisticalResponse>;
33351
+ }
33352
+
33353
+ export interface RateLimitAggregateQueryClause {
33354
+ "type": string;
33355
+ "predicates": Array<Models.RateLimitAggregateQueryPredicate>;
33356
+ }
33357
+
33358
+ export interface RateLimitAggregateQueryFilter {
33359
+ "type": string;
33360
+ "clauses"?: Array<Models.RateLimitAggregateQueryClause>;
33361
+ "predicates"?: Array<Models.RateLimitAggregateQueryPredicate>;
33362
+ }
33363
+
33364
+ export interface RateLimitAggregateQueryPredicate {
33365
+ "type"?: string;
33366
+ "dimension"?: string;
33367
+ "operator"?: string;
33368
+ "value"?: string;
33369
+ "range"?: Models.NumericRange;
33370
+ }
33371
+
33372
+ export interface RateLimitAggregateQueryResponse {
33373
+ "results"?: Array<Models.RateLimitAggregateDataContainer>;
33374
+ }
33375
+
33376
+ export interface RateLimitAggregationQuery {
33377
+ "interval": string;
33378
+ "granularity"?: string;
33379
+ "timeZone"?: string;
33380
+ "groupBy"?: Array<string>;
33381
+ "filter"?: Models.RateLimitAggregateQueryFilter;
33382
+ "metrics": Array<string>;
33383
+ "flattenMultivaluedDimensions"?: boolean;
33384
+ "views"?: Array<Models.RateLimitAggregationView>;
33385
+ "alternateTimeDimension"?: string;
33386
+ }
33387
+
33388
+ export interface RateLimitAggregationView {
33389
+ "target": string;
33390
+ "name": string;
33391
+ "function": string;
33392
+ "range"?: Models.AggregationRange;
33393
+ }
33394
+
32854
33395
  export interface Reaction {
32855
33396
  "data"?: string;
32856
33397
  "name"?: string;
@@ -33187,7 +33728,7 @@ declare namespace Models {
33187
33728
  "queryString"?: string;
33188
33729
  "fragment"?: string;
33189
33730
  "name"?: string;
33190
- "medium"?: string;
33731
+ "medium": string;
33191
33732
  }
33192
33733
 
33193
33734
  export interface RegionTimeZone {
@@ -33534,6 +34075,60 @@ declare namespace Models {
33534
34075
  "headers"?: { [key: string]: string; };
33535
34076
  }
33536
34077
 
34078
+ export interface RequestContext {
34079
+ "patterns"?: Array<Models.RequestContextPattern>;
34080
+ }
34081
+
34082
+ export interface RequestContextPattern {
34083
+ "criteria": Array<Models.RequestEntityTypeCriteria>;
34084
+ }
34085
+
34086
+ export interface RequestCriteria {
34087
+ "key": string;
34088
+ "values": Array<string>;
34089
+ "shouldIgnoreCase"?: boolean;
34090
+ "operator"?: string;
34091
+ }
34092
+
34093
+ export interface RequestDevice {
34094
+ "category": string;
34095
+ "type": string;
34096
+ "isMobile"?: boolean;
34097
+ "screenHeight"?: number;
34098
+ "screenWidth"?: number;
34099
+ "screenDensity"?: number;
34100
+ "fingerprint"?: string;
34101
+ "osFamily": string;
34102
+ "osVersion": string;
34103
+ "manufacturer"?: string;
34104
+ }
34105
+
34106
+ export interface RequestEntityTypeCriteria {
34107
+ "key": string;
34108
+ "values": Array<string>;
34109
+ "shouldIgnoreCase"?: boolean;
34110
+ "operator"?: string;
34111
+ "entityType": string;
34112
+ }
34113
+
34114
+ export interface RequestExternalSegment {
34115
+ "id": string;
34116
+ "name": string;
34117
+ "source"?: string;
34118
+ }
34119
+
34120
+ export interface RequestJourney {
34121
+ "patterns"?: Array<Models.RequestJourneyPattern>;
34122
+ }
34123
+
34124
+ export interface RequestJourneyPattern {
34125
+ "criteria": Array<Models.RequestCriteria>;
34126
+ "count": number;
34127
+ "streamType": string;
34128
+ "sessionType": string;
34129
+ "eventName"?: string;
34130
+ }
34131
+
33537
34132
  export interface RequestMapping {
33538
34133
  "name"?: string;
33539
34134
  "attributeType"?: string;
@@ -34663,6 +35258,10 @@ declare namespace Models {
34663
35258
  "deleteDate"?: string;
34664
35259
  }
34665
35260
 
35261
+ export interface ScreenRecordingUserAuthenticatedInfo {
35262
+ "backgroundAssistantId": string;
35263
+ }
35264
+
34666
35265
  export interface Screenshare {
34667
35266
  "state"?: string;
34668
35267
  "initialState"?: string;
@@ -34838,62 +35437,8 @@ declare namespace Models {
34838
35437
  "disconnectType"?: string;
34839
35438
  }
34840
35439
 
34841
- export interface SegmentAssignedEvent {
34842
- "segment": Models.SegmentAssignedEventSegment;
34843
- "userAgentString"?: string;
34844
- "browser"?: Models.Browser;
34845
- "device"?: Models.Device;
34846
- "geolocation"?: Models.JourneyGeolocation;
34847
- "ipAddress"?: string;
34848
- "ipOrganization"?: string;
34849
- "mktCampaign"?: Models.JourneyCampaign;
34850
- "visitReferrer"?: Models.Referrer;
34851
- "visitCreatedDate"?: string;
34852
- }
34853
-
34854
- export interface SegmentAssignedEventSegment {
34855
- "id"?: string;
34856
- "selfUri"?: string;
34857
- "displayName": string;
34858
- "version"?: number;
34859
- "scope"?: string;
34860
- }
34861
-
34862
- export interface SegmentAssignment {
34863
- "id"?: string;
34864
- "state"?: string;
34865
- "dateAssigned"?: string;
34866
- "dateUnassigned"?: string;
34867
- "dateModified"?: string;
34868
- "segment"?: Models.SegmentAssignmentSegment;
34869
- "customerId"?: string;
34870
- "customerIdType"?: string;
34871
- "session"?: Models.SegmentAssignmentSession;
34872
- "externalContact"?: Models.AddressableEntityRef;
34873
- }
34874
-
34875
35440
  export interface SegmentAssignmentEvent {
34876
- "segment"?: Models.AddressableEntityRef;
34877
- }
34878
-
34879
- export interface SegmentAssignmentListing {
34880
- "entities"?: Array<Models.SegmentAssignment>;
34881
- "nextUri"?: string;
34882
- "selfUri"?: string;
34883
- "previousUri"?: string;
34884
- }
34885
-
34886
- export interface SegmentAssignmentSegment {
34887
- "id"?: string;
34888
- "scope"?: string;
34889
- "version"?: number;
34890
- "selfUri"?: string;
34891
- }
34892
-
34893
- export interface SegmentAssignmentSession {
34894
- "id"?: string;
34895
- "type"?: string;
34896
- "selfUri"?: string;
35441
+ "segment": Models.AddressableEntityRef;
34897
35442
  }
34898
35443
 
34899
35444
  export interface SegmentDetailQueryClause {
@@ -35050,10 +35595,10 @@ declare namespace Models {
35050
35595
  }
35051
35596
 
35052
35597
  export interface Session {
35053
- "id"?: string;
35598
+ "id": string;
35054
35599
  "customerId"?: string;
35055
35600
  "customerIdType"?: string;
35056
- "type"?: string;
35601
+ "type": string;
35057
35602
  "externalId"?: string;
35058
35603
  "externalUrl"?: string;
35059
35604
  "shortId"?: string;
@@ -35075,10 +35620,10 @@ declare namespace Models {
35075
35620
  "searchTerms"?: Array<string>;
35076
35621
  "userAgentString"?: string;
35077
35622
  "durationInSeconds"?: number;
35078
- "eventCount"?: number;
35623
+ "eventCount": number;
35079
35624
  "pageviewCount"?: number;
35080
35625
  "screenviewCount"?: number;
35081
- "lastEvent"?: Models.SessionLastEvent;
35626
+ "lastEvent": Models.SessionLastEvent;
35082
35627
  "lastConnectedQueue"?: Models.ConnectedQueue;
35083
35628
  "lastConnectedUser"?: Models.ConnectedUser;
35084
35629
  "lastUserDisposition"?: Models.ConversationUserDisposition;
@@ -35087,9 +35632,9 @@ declare namespace Models {
35087
35632
  "conversationSubject"?: string;
35088
35633
  "lastUserDisconnectType"?: string;
35089
35634
  "lastAcdOutcome"?: string;
35090
- "authenticated"?: boolean;
35635
+ "authenticated": boolean;
35091
35636
  "selfUri"?: string;
35092
- "createdDate"?: string;
35637
+ "createdDate": string;
35093
35638
  "endedDate"?: string;
35094
35639
  "externalContact"?: Models.AddressableEntityRef;
35095
35640
  "awayDate"?: string;
@@ -35103,9 +35648,9 @@ declare namespace Models {
35103
35648
  }
35104
35649
 
35105
35650
  export interface SessionLastEvent {
35106
- "id"?: string;
35107
- "eventName"?: string;
35108
- "createdDate"?: string;
35651
+ "id": string;
35652
+ "eventName": string;
35653
+ "createdDate": string;
35109
35654
  }
35110
35655
 
35111
35656
  export interface SessionListing {
@@ -35116,8 +35661,8 @@ declare namespace Models {
35116
35661
  }
35117
35662
 
35118
35663
  export interface SessionSegmentAssignment {
35119
- "segment"?: Models.AssignedSegment;
35120
- "assignedDate"?: string;
35664
+ "segment": Models.AssignedSegment;
35665
+ "assignedDate": string;
35121
35666
  }
35122
35667
 
35123
35668
  export interface SessionsResponse {
@@ -37670,6 +38215,7 @@ declare namespace Models {
37670
38215
  "pageSize"?: number;
37671
38216
  "pageNumber"?: number;
37672
38217
  "total"?: number;
38218
+ "totalNumberOfEntities"?: number;
37673
38219
  "firstUri"?: string;
37674
38220
  "nextUri"?: string;
37675
38221
  "previousUri"?: string;
@@ -37774,6 +38320,7 @@ declare namespace Models {
37774
38320
  "addresses"?: Array<Models.GroupContact>;
37775
38321
  "rulesVisible": boolean;
37776
38322
  "visibility": string;
38323
+ "rolesEnabled"?: boolean;
37777
38324
  "owners"?: Array<Models.User>;
37778
38325
  "dateCreated"?: string;
37779
38326
  "createdBy"?: Models.OrgUser;
@@ -38115,6 +38662,7 @@ declare namespace Models {
38115
38662
  "name"?: string;
38116
38663
  "userId"?: string;
38117
38664
  "source"?: string;
38665
+ "sourceId"?: string;
38118
38666
  "presenceDefinition"?: Models.PresenceDefinition;
38119
38667
  "message"?: string;
38120
38668
  "modifiedDate"?: string;
@@ -39005,6 +39553,7 @@ declare namespace Models {
39005
39553
  "id"?: string;
39006
39554
  "name"?: string;
39007
39555
  "source"?: string;
39556
+ "sourceId"?: string;
39008
39557
  "primary"?: boolean;
39009
39558
  "presenceDefinition"?: Models.PresenceDefinition;
39010
39559
  "message"?: string;
@@ -39970,6 +40519,7 @@ declare namespace Models {
39970
40519
  "dateSnoozedUntil"?: string;
39971
40520
  "action"?: string;
39972
40521
  "alertSummary"?: Models.V2MobiusAlertsTopicAlertSummary;
40522
+ "sendExitingAlarmNotification"?: boolean;
39973
40523
  }
39974
40524
 
39975
40525
  export interface V2MobiusAlertsTopicAlertNotification {
@@ -40066,6 +40616,7 @@ declare namespace Models {
40066
40616
  "inAlarm"?: boolean;
40067
40617
  "action"?: string;
40068
40618
  "dateCreated"?: string;
40619
+ "sendExitingAlarmNotification"?: boolean;
40069
40620
  }
40070
40621
 
40071
40622
  export interface ValidateAddressRequest {
@@ -40588,14 +41139,14 @@ declare namespace Models {
40588
41139
 
40589
41140
  export interface WebActionEvent {
40590
41141
  "action": Models.EventAction;
40591
- "actionMap"?: Models.ActionEventActionMap;
40592
- "actionTarget"?: Models.AddressableEntityRef;
41142
+ "actionMap": Models.ActionEventActionMap;
41143
+ "actionTarget": Models.AddressableEntityRef;
40593
41144
  "timeToDisposition"?: number;
40594
41145
  "errorCode"?: string;
40595
41146
  "errorMessage"?: string;
40596
- "userAgentString"?: string;
40597
- "browser"?: Models.Browser;
40598
- "device"?: Models.Device;
41147
+ "userAgentString": string;
41148
+ "browser": Models.Browser;
41149
+ "device": Models.Device;
40599
41150
  "geolocation"?: Models.JourneyGeolocation;
40600
41151
  "ipAddress"?: string;
40601
41152
  "ipOrganization"?: string;
@@ -40854,21 +41405,21 @@ declare namespace Models {
40854
41405
 
40855
41406
  export interface WebEvent {
40856
41407
  "eventName": string;
40857
- "totalEventCount"?: number;
40858
- "totalPageviewCount"?: number;
40859
- "page"?: Models.JourneyPage;
40860
- "userAgentString"?: string;
40861
- "browser"?: Models.Browser;
40862
- "device"?: Models.Device;
41408
+ "totalEventCount": number;
41409
+ "totalPageviewCount": number;
41410
+ "page": Models.JourneyPage;
41411
+ "userAgentString": string;
41412
+ "browser": Models.Browser;
41413
+ "device": Models.Device;
40863
41414
  "geolocation"?: Models.JourneyGeolocation;
40864
41415
  "ipAddress"?: string;
40865
41416
  "ipOrganization"?: string;
40866
41417
  "mktCampaign"?: Models.JourneyCampaign;
40867
41418
  "referrer"?: Models.Referrer;
40868
- "attributes"?: { [key: string]: Models.CustomEventAttribute; };
40869
- "traits"?: { [key: string]: Models.CustomEventAttribute; };
41419
+ "attributes": { [key: string]: Models.CustomEventAttribute; };
41420
+ "traits": { [key: string]: Models.CustomEventAttribute; };
40870
41421
  "searchQuery"?: string;
40871
- "authenticated"?: boolean;
41422
+ "authenticated": boolean;
40872
41423
  }
40873
41424
 
40874
41425
  export interface WebMessagingAttachment {
@@ -41052,6 +41603,48 @@ declare namespace Models {
41052
41603
  "status"?: string;
41053
41604
  }
41054
41605
 
41606
+ export interface WfmAdherenceExplanationJobCompleteTopicAdherenceExplanationChangedNotification {
41607
+ "id"?: string;
41608
+ "agent"?: Models.WfmAdherenceExplanationJobCompleteTopicUserReference;
41609
+ "managementUnit"?: Models.WfmAdherenceExplanationJobCompleteTopicManagementUnit;
41610
+ "businessUnit"?: Models.WfmAdherenceExplanationJobCompleteTopicBusinessUnit;
41611
+ "type"?: string;
41612
+ "status"?: string;
41613
+ "startDate"?: string;
41614
+ "lengthMinutes"?: number;
41615
+ "notes"?: string;
41616
+ "reviewedBy"?: Models.WfmAdherenceExplanationJobCompleteTopicUserReference;
41617
+ "reviewedDate"?: string;
41618
+ }
41619
+
41620
+ export interface WfmAdherenceExplanationJobCompleteTopicAdherenceExplanationJobNotification {
41621
+ "id"?: string;
41622
+ "type"?: string;
41623
+ "status"?: string;
41624
+ "adherenceExplanation"?: Models.WfmAdherenceExplanationJobCompleteTopicAdherenceExplanationChangedNotification;
41625
+ "downloadUrl"?: string;
41626
+ "error"?: Models.WfmAdherenceExplanationJobCompleteTopicErrorBody;
41627
+ }
41628
+
41629
+ export interface WfmAdherenceExplanationJobCompleteTopicBusinessUnit {
41630
+ "id"?: string;
41631
+ }
41632
+
41633
+ export interface WfmAdherenceExplanationJobCompleteTopicErrorBody {
41634
+ "status"?: number;
41635
+ "code"?: string;
41636
+ "message"?: string;
41637
+ "messageParams"?: { [key: string]: string; };
41638
+ }
41639
+
41640
+ export interface WfmAdherenceExplanationJobCompleteTopicManagementUnit {
41641
+ "id"?: string;
41642
+ }
41643
+
41644
+ export interface WfmAdherenceExplanationJobCompleteTopicUserReference {
41645
+ "id"?: string;
41646
+ }
41647
+
41055
41648
  export interface WfmAgent {
41056
41649
  "id"?: string;
41057
41650
  "user"?: Models.UserReference;
@@ -41066,6 +41659,58 @@ declare namespace Models {
41066
41659
  "selfUri"?: string;
41067
41660
  }
41068
41661
 
41662
+ export interface WfmAgentAdherenceExplanationChangedAgentTopicAdherenceExplanationChangedNotification {
41663
+ "id"?: string;
41664
+ "agent"?: Models.WfmAgentAdherenceExplanationChangedAgentTopicUserReference;
41665
+ "managementUnit"?: Models.WfmAgentAdherenceExplanationChangedAgentTopicManagementUnit;
41666
+ "businessUnit"?: Models.WfmAgentAdherenceExplanationChangedAgentTopicBusinessUnit;
41667
+ "type"?: string;
41668
+ "status"?: string;
41669
+ "startDate"?: string;
41670
+ "lengthMinutes"?: number;
41671
+ "notes"?: string;
41672
+ "reviewedBy"?: Models.WfmAgentAdherenceExplanationChangedAgentTopicUserReference;
41673
+ "reviewedDate"?: string;
41674
+ }
41675
+
41676
+ export interface WfmAgentAdherenceExplanationChangedAgentTopicBusinessUnit {
41677
+ "id"?: string;
41678
+ }
41679
+
41680
+ export interface WfmAgentAdherenceExplanationChangedAgentTopicManagementUnit {
41681
+ "id"?: string;
41682
+ }
41683
+
41684
+ export interface WfmAgentAdherenceExplanationChangedAgentTopicUserReference {
41685
+ "id"?: string;
41686
+ }
41687
+
41688
+ export interface WfmAgentAdherenceExplanationChangedBusinessUnitTopicAdherenceExplanationChangedNotification {
41689
+ "id"?: string;
41690
+ "agent"?: Models.WfmAgentAdherenceExplanationChangedBusinessUnitTopicUserReference;
41691
+ "managementUnit"?: Models.WfmAgentAdherenceExplanationChangedBusinessUnitTopicManagementUnit;
41692
+ "businessUnit"?: Models.WfmAgentAdherenceExplanationChangedBusinessUnitTopicBusinessUnit;
41693
+ "type"?: string;
41694
+ "status"?: string;
41695
+ "startDate"?: string;
41696
+ "lengthMinutes"?: number;
41697
+ "notes"?: string;
41698
+ "reviewedBy"?: Models.WfmAgentAdherenceExplanationChangedBusinessUnitTopicUserReference;
41699
+ "reviewedDate"?: string;
41700
+ }
41701
+
41702
+ export interface WfmAgentAdherenceExplanationChangedBusinessUnitTopicBusinessUnit {
41703
+ "id"?: string;
41704
+ }
41705
+
41706
+ export interface WfmAgentAdherenceExplanationChangedBusinessUnitTopicManagementUnit {
41707
+ "id"?: string;
41708
+ }
41709
+
41710
+ export interface WfmAgentAdherenceExplanationChangedBusinessUnitTopicUserReference {
41711
+ "id"?: string;
41712
+ }
41713
+
41069
41714
  export interface WfmAgentScheduleUpdateTopicAgentScheduleShiftUpdate {
41070
41715
  "type"?: string;
41071
41716
  "shiftStartDates"?: Array<string>;
@@ -42235,10 +42880,6 @@ declare namespace Models {
42235
42880
  "name"?: string;
42236
42881
  "supportedContent"?: Models.SupportedContentReference;
42237
42882
  "messagingSetting"?: Models.MessagingSettingRequestReference;
42238
- "action"?: string;
42239
- "authenticationMethod"?: string;
42240
- "confirmationCode"?: string;
42241
- "phoneNumber"?: string;
42242
42883
  "selfUri"?: string;
42243
42884
  }
42244
42885
 
@@ -42339,6 +42980,13 @@ declare namespace Models {
42339
42980
  "validationId"?: string;
42340
42981
  }
42341
42982
 
42983
+ export interface WorkPlanBidRanks {
42984
+ "id"?: string;
42985
+ "workPlanBiddingPerformance"?: number;
42986
+ "biddingTieBreaker"?: string;
42987
+ "selfUri"?: string;
42988
+ }
42989
+
42342
42990
  export interface WorkPlanConfigurationViolationMessage {
42343
42991
  "type"?: string;
42344
42992
  "arguments"?: Array<Models.WorkPlanValidationMessageArgument>;
@@ -42659,6 +43307,7 @@ declare namespace Models {
42659
43307
  "type"?: Models.WorktypeReference;
42660
43308
  "description"?: string;
42661
43309
  "language"?: Models.LanguageReference;
43310
+ "utilizationLabel"?: Models.WorkitemUtilizationLabelReference;
42662
43311
  "priority"?: number;
42663
43312
  "dateCreated"?: string;
42664
43313
  "dateModified"?: string;
@@ -42716,6 +43365,7 @@ declare namespace Models {
42716
43365
  "wrapupCode"?: string;
42717
43366
  "scoredAgents"?: Array<Models.WorkitemScoredAgentRequest>;
42718
43367
  "languageId"?: string;
43368
+ "utilizationLabelId"?: string;
42719
43369
  "externalContactId"?: string;
42720
43370
  "externalTag"?: string;
42721
43371
  "skillIds"?: Array<string>;
@@ -42726,6 +43376,7 @@ declare namespace Models {
42726
43376
  "name"?: Models.WorkitemsAttributeChangeString;
42727
43377
  "description"?: Models.WorkitemsAttributeChangeString;
42728
43378
  "languageId"?: Models.WorkitemsAttributeChangeString;
43379
+ "utilizationLabelId"?: Models.WorkitemsAttributeChangeString;
42729
43380
  "priority"?: Models.WorkitemsAttributeChangeInteger;
42730
43381
  "skillIds"?: Models.WorkitemsAttributeChangeList;
42731
43382
  "preferredAgentIds"?: Models.WorkitemsAttributeChangeList;
@@ -42878,9 +43529,15 @@ declare namespace Models {
42878
43529
  "externalTag"?: string;
42879
43530
  "skillIds"?: Array<string>;
42880
43531
  "languageId"?: string;
43532
+ "utilizationLabelId"?: string;
42881
43533
  "preferredAgentIds"?: Array<string>;
42882
43534
  }
42883
43535
 
43536
+ export interface WorkitemUtilizationLabelReference {
43537
+ "id"?: string;
43538
+ "selfUri"?: string;
43539
+ }
43540
+
42884
43541
  export interface WorkitemVersion {
42885
43542
  "id"?: string;
42886
43543
  "name"?: string;
@@ -42888,6 +43545,7 @@ declare namespace Models {
42888
43545
  "type"?: Models.WorktypeReference;
42889
43546
  "description"?: string;
42890
43547
  "language"?: Models.LanguageReference;
43548
+ "utilizationLabel"?: Models.WorkitemUtilizationLabelReference;
42891
43549
  "priority"?: number;
42892
43550
  "dateCreated"?: string;
42893
43551
  "dateModified"?: string;
@@ -43483,6 +44141,7 @@ declare namespace Models {
43483
44141
  export interface WrapupCodeRequest {
43484
44142
  "id"?: string;
43485
44143
  "name": string;
44144
+ "division"?: Models.WritableStarrableDivision;
43486
44145
  "dateCreated"?: string;
43487
44146
  "dateModified"?: string;
43488
44147
  "createdBy"?: string;