purecloud-platform-client-v2 173.1.0 → 175.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 (82) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +1580 -131
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1580 -131
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +1580 -131
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +1580 -131
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +1223 -20
  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 +5 -4
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +612 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +223 -5
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +62 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +188 -3
  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 +7 -3
  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/MessagingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/QualityApi.js +10 -8
  55. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RoutingApi.js +3 -2
  58. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +2 -2
  69. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TokensApi.js +7 -3
  71. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +10 -5
  79. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +362 -5
  82. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -233,6 +233,7 @@ declare namespace AnalyticsApi {
233
233
  export interface getAnalyticsBotflowReportingturnsOptions {
234
234
  "after"?: string;
235
235
  "pageSize"?: string;
236
+ "interval"?: string;
236
237
  "actionId"?: string;
237
238
  "sessionId"?: string;
238
239
  "language"?: string;
@@ -326,6 +327,10 @@ declare namespace AnalyticsApi {
326
327
 
327
328
  declare class ArchitectApi {
328
329
  deleteArchitectEmergencygroup(emergencyGroupId: string): Promise<void>;
330
+ deleteArchitectGrammar(grammarId: string): Promise<object>;
331
+ deleteArchitectGrammarLanguage(grammarId: string, languageCode: string): Promise<void>;
332
+ deleteArchitectGrammarLanguageFilesDtmf(grammarId: string, languageCode: string): Promise<void>;
333
+ deleteArchitectGrammarLanguageFilesVoice(grammarId: string, languageCode: string): Promise<void>;
329
334
  deleteArchitectIvr(ivrId: string): Promise<void>;
330
335
  deleteArchitectPrompt(promptId: string, opts?: ArchitectApi.deleteArchitectPromptOptions): Promise<void>;
331
336
  deleteArchitectPromptResource(promptId: string, languageCode: string): Promise<void>;
@@ -350,8 +355,13 @@ declare class ArchitectApi {
350
355
  getArchitectDependencytrackingUpdatedresourceconsumers(opts?: ArchitectApi.getArchitectDependencytrackingUpdatedresourceconsumersOptions): Promise<Models.DependencyObjectEntityListing>;
351
356
  getArchitectEmergencygroup(emergencyGroupId: string): Promise<Models.EmergencyGroup>;
352
357
  getArchitectEmergencygroups(opts?: ArchitectApi.getArchitectEmergencygroupsOptions): Promise<Models.EmergencyGroupListing>;
358
+ getArchitectEmergencygroupsDivisionviews(opts?: ArchitectApi.getArchitectEmergencygroupsDivisionviewsOptions): Promise<Models.EmergencyGroupDivisionViewEntityListing>;
359
+ getArchitectGrammar(grammarId: string, opts?: ArchitectApi.getArchitectGrammarOptions): Promise<Models.Grammar>;
360
+ getArchitectGrammarLanguage(grammarId: string, languageCode: string): Promise<Models.GrammarLanguage>;
361
+ getArchitectGrammars(opts?: ArchitectApi.getArchitectGrammarsOptions): Promise<Models.GrammarListing>;
353
362
  getArchitectIvr(ivrId: string): Promise<Models.IVR>;
354
363
  getArchitectIvrs(opts?: ArchitectApi.getArchitectIvrsOptions): Promise<Models.IVREntityListing>;
364
+ getArchitectIvrsDivisionviews(opts?: ArchitectApi.getArchitectIvrsDivisionviewsOptions): Promise<Models.IVRDivisionViewEntityListing>;
355
365
  getArchitectPrompt(promptId: string): Promise<Models.Prompt>;
356
366
  getArchitectPromptHistoryHistoryId(promptId: string, historyId: string, opts?: ArchitectApi.getArchitectPromptHistoryHistoryIdOptions): Promise<Models.HistoryListing>;
357
367
  getArchitectPromptResource(promptId: string, languageCode: string): Promise<Models.PromptAsset>;
@@ -360,7 +370,9 @@ declare class ArchitectApi {
360
370
  getArchitectSchedule(scheduleId: string): Promise<Models.Schedule>;
361
371
  getArchitectSchedulegroup(scheduleGroupId: string): Promise<Models.ScheduleGroup>;
362
372
  getArchitectSchedulegroups(opts?: ArchitectApi.getArchitectSchedulegroupsOptions): Promise<Models.ScheduleGroupEntityListing>;
373
+ getArchitectSchedulegroupsDivisionviews(opts?: ArchitectApi.getArchitectSchedulegroupsDivisionviewsOptions): Promise<Models.ScheduleGroupDivisionViewEntityListing>;
363
374
  getArchitectSchedules(opts?: ArchitectApi.getArchitectSchedulesOptions): Promise<Models.ScheduleEntityListing>;
375
+ getArchitectSchedulesDivisionviews(opts?: ArchitectApi.getArchitectSchedulesDivisionviewsOptions): Promise<Models.ScheduleDivisionViewEntityListing>;
364
376
  getArchitectSystemprompt(promptId: string): Promise<Models.SystemPrompt>;
365
377
  getArchitectSystempromptHistoryHistoryId(promptId: string, historyId: string, opts?: ArchitectApi.getArchitectSystempromptHistoryHistoryIdOptions): Promise<Models.HistoryListing>;
366
378
  getArchitectSystempromptResource(promptId: string, languageCode: string): Promise<Models.SystemPromptAsset>;
@@ -371,6 +383,9 @@ declare class ArchitectApi {
371
383
  getFlowLatestconfiguration(flowId: string, opts?: ArchitectApi.getFlowLatestconfigurationOptions): Promise<object>;
372
384
  getFlowVersion(flowId: string, versionId: string, opts?: ArchitectApi.getFlowVersionOptions): Promise<Models.FlowVersion>;
373
385
  getFlowVersionConfiguration(flowId: string, versionId: string, opts?: ArchitectApi.getFlowVersionConfigurationOptions): Promise<object>;
386
+ getFlowVersionHealth(flowId: string, versionId: string, opts?: ArchitectApi.getFlowVersionHealthOptions): Promise<Models.FlowHealth>;
387
+ getFlowVersionIntentHealth(flowId: string, versionId: string, intentId: string, language: string): Promise<Models.FlowHealthIntent>;
388
+ getFlowVersionIntentUtteranceHealth(flowId: string, versionId: string, intentId: string, utteranceId: string, language: string): Promise<Models.FlowHealthUtterance>;
374
389
  getFlowVersions(flowId: string, opts?: ArchitectApi.getFlowVersionsOptions): Promise<Models.FlowVersionEntityListing>;
375
390
  getFlows(opts?: ArchitectApi.getFlowsOptions): Promise<Models.FlowEntityListing>;
376
391
  getFlowsDatatable(datatableId: string, opts?: ArchitectApi.getFlowsDatatableOptions): Promise<Models.DataTable>;
@@ -394,8 +409,13 @@ declare class ArchitectApi {
394
409
  getFlowsOutcome(flowOutcomeId: string): Promise<Models.FlowOutcome>;
395
410
  getFlowsOutcomes(opts?: ArchitectApi.getFlowsOutcomesOptions): Promise<Models.FlowOutcomeListing>;
396
411
  getFlowsOutcomesDivisionviews(opts?: ArchitectApi.getFlowsOutcomesDivisionviewsOptions): Promise<Models.FlowOutcomeDivisionViewEntityListing>;
412
+ patchArchitectGrammar(grammarId: string, opts?: ArchitectApi.patchArchitectGrammarOptions): Promise<Models.Grammar>;
397
413
  postArchitectDependencytrackingBuild(): Promise<void>;
398
414
  postArchitectEmergencygroups(body: Models.EmergencyGroup): Promise<Models.EmergencyGroup>;
415
+ postArchitectGrammarLanguageFilesDtmf(grammarId: string, languageCode: string, body: Models.GrammarFileUploadRequest): Promise<Models.UploadUrlResponse>;
416
+ postArchitectGrammarLanguageFilesVoice(grammarId: string, languageCode: string, body: Models.GrammarFileUploadRequest): Promise<Models.UploadUrlResponse>;
417
+ postArchitectGrammarLanguages(grammarId: string, body: Models.GrammarLanguage): Promise<Models.GrammarLanguage>;
418
+ postArchitectGrammars(body: Models.Grammar): Promise<Models.Grammar>;
399
419
  postArchitectIvrs(body: Models.IVR): Promise<Models.IVR>;
400
420
  postArchitectPromptHistory(promptId: string): Promise<Models.Operation>;
401
421
  postArchitectPromptResources(promptId: string, body: Models.PromptAssetCreate): Promise<Models.PromptAsset>;
@@ -502,6 +522,29 @@ declare namespace ArchitectApi {
502
522
  "sortOrder"?: string;
503
523
  "name"?: string;
504
524
  }
525
+ export interface getArchitectEmergencygroupsDivisionviewsOptions {
526
+ "pageNumber"?: number;
527
+ "pageSize"?: number;
528
+ "sortBy"?: string;
529
+ "sortOrder"?: string;
530
+ "id"?: Array<string>;
531
+ "name"?: string;
532
+ "divisionId"?: Array<string>;
533
+ }
534
+ export interface getArchitectGrammarOptions {
535
+ "includeFileUrls"?: boolean;
536
+ }
537
+ export interface getArchitectGrammarsOptions {
538
+ "pageNumber"?: number;
539
+ "pageSize"?: number;
540
+ "sortBy"?: string;
541
+ "sortOrder"?: string;
542
+ "id"?: Array<string>;
543
+ "name"?: string;
544
+ "description"?: string;
545
+ "nameOrDescription"?: string;
546
+ "includeFileUrls"?: boolean;
547
+ }
505
548
  export interface getArchitectIvrsOptions {
506
549
  "pageNumber"?: number;
507
550
  "pageSize"?: number;
@@ -511,6 +554,15 @@ declare namespace ArchitectApi {
511
554
  "dnis"?: string;
512
555
  "scheduleGroup"?: string;
513
556
  }
557
+ export interface getArchitectIvrsDivisionviewsOptions {
558
+ "pageNumber"?: number;
559
+ "pageSize"?: number;
560
+ "sortBy"?: string;
561
+ "sortOrder"?: string;
562
+ "id"?: Array<string>;
563
+ "name"?: string;
564
+ "divisionId"?: Array<string>;
565
+ }
514
566
  export interface getArchitectPromptHistoryHistoryIdOptions {
515
567
  "pageNumber"?: number;
516
568
  "pageSize"?: number;
@@ -540,6 +592,15 @@ declare namespace ArchitectApi {
540
592
  "scheduleIds"?: string;
541
593
  "divisionId"?: Array<string>;
542
594
  }
595
+ export interface getArchitectSchedulegroupsDivisionviewsOptions {
596
+ "pageNumber"?: number;
597
+ "pageSize"?: number;
598
+ "sortBy"?: string;
599
+ "sortOrder"?: string;
600
+ "id"?: Array<string>;
601
+ "name"?: string;
602
+ "divisionId"?: Array<string>;
603
+ }
543
604
  export interface getArchitectSchedulesOptions {
544
605
  "pageNumber"?: number;
545
606
  "pageSize"?: number;
@@ -548,6 +609,15 @@ declare namespace ArchitectApi {
548
609
  "name"?: string;
549
610
  "divisionId"?: Array<string>;
550
611
  }
612
+ export interface getArchitectSchedulesDivisionviewsOptions {
613
+ "pageNumber"?: number;
614
+ "pageSize"?: number;
615
+ "sortBy"?: string;
616
+ "sortOrder"?: string;
617
+ "id"?: Array<string>;
618
+ "name"?: string;
619
+ "divisionId"?: Array<string>;
620
+ }
551
621
  export interface getArchitectSystempromptHistoryHistoryIdOptions {
552
622
  "pageNumber"?: number;
553
623
  "pageSize"?: number;
@@ -589,6 +659,9 @@ declare namespace ArchitectApi {
589
659
  export interface getFlowVersionConfigurationOptions {
590
660
  "deleted"?: string;
591
661
  }
662
+ export interface getFlowVersionHealthOptions {
663
+ "language"?: string;
664
+ }
592
665
  export interface getFlowVersionsOptions {
593
666
  "pageNumber"?: number;
594
667
  "pageSize"?: number;
@@ -715,6 +788,9 @@ declare namespace ArchitectApi {
715
788
  "name"?: string;
716
789
  "divisionId"?: Array<string>;
717
790
  }
791
+ export interface patchArchitectGrammarOptions {
792
+ "body"?: Models.Grammar;
793
+ }
718
794
  export interface postFlowsOptions {
719
795
  "language"?: string;
720
796
  }
@@ -1155,6 +1231,7 @@ declare class ConversationsApi {
1155
1231
  deleteConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
1156
1232
  deleteConversationsCallParticipantConsult(conversationId: string, participantId: string): Promise<void>;
1157
1233
  deleteConversationsEmailMessagesDraftAttachment(conversationId: string, attachmentId: string): Promise<void>;
1234
+ deleteConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId: string): Promise<void>;
1158
1235
  deleteConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string): Promise<void>;
1159
1236
  deleteConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string): Promise<void>;
1160
1237
  deleteConversationsMessagingIntegrationsLineIntegrationId(integrationId: string): Promise<void>;
@@ -1221,6 +1298,8 @@ declare class ConversationsApi {
1221
1298
  getConversationsMessageParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsMessageParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
1222
1299
  getConversationsMessageParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
1223
1300
  getConversationsMessages(): Promise<Models.MessageConversationEntityListing>;
1301
+ getConversationsMessagesCachedmedia(opts?: ConversationsApi.getConversationsMessagesCachedmediaOptions): Promise<Models.CachedMediaItemEntityListing>;
1302
+ getConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId: string): Promise<Models.CachedMediaItem>;
1224
1303
  getConversationsMessagingFacebookApp(): Promise<Models.FacebookAppCredentials>;
1225
1304
  getConversationsMessagingIntegrations(opts?: ConversationsApi.getConversationsMessagingIntegrationsOptions): Promise<Models.MessagingIntegrationEntityListing>;
1226
1305
  getConversationsMessagingIntegrationsFacebook(opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookOptions): Promise<Models.FacebookIntegrationEntityListing>;
@@ -1248,36 +1327,37 @@ declare class ConversationsApi {
1248
1327
  getConversationsSocialParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsSocialParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1249
1328
  getConversationsVideoDetails(conferenceId: string): Promise<Models.VideoConferenceDetails>;
1250
1329
  getConversationsVideoParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsVideoParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1330
+ getConversationsVideosMeeting(meetingId: string): Promise<Models.MeetingIdRecord>;
1251
1331
  patchConversationParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1252
1332
  patchConversationParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1253
1333
  patchConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
1254
1334
  patchConversationsAftercallworkConversationIdParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.AfterCallWorkUpdate): Promise<Models.AfterCallWorkUpdate>;
1255
1335
  patchConversationsCall(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1256
1336
  patchConversationsCallParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1257
- patchConversationsCallParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1337
+ patchConversationsCallParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<Models.ParticipantAttributes>;
1258
1338
  patchConversationsCallParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1259
1339
  patchConversationsCallParticipantConsult(conversationId: string, participantId: string, body: Models.ConsultTransferUpdate): Promise<Models.ConsultTransferResponse>;
1260
1340
  patchConversationsCallback(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1261
1341
  patchConversationsCallbackParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1262
- patchConversationsCallbackParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1342
+ patchConversationsCallbackParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<Models.ParticipantAttributes>;
1263
1343
  patchConversationsCallbackParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1264
1344
  patchConversationsCallbacks(body: Models.PatchCallbackRequest): Promise<Models.PatchCallbackResponse>;
1265
1345
  patchConversationsChat(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1266
1346
  patchConversationsChatParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1267
- patchConversationsChatParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1347
+ patchConversationsChatParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<Models.ParticipantAttributes>;
1268
1348
  patchConversationsChatParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1269
1349
  patchConversationsCobrowsesession(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1270
1350
  patchConversationsCobrowsesessionParticipant(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsCobrowsesessionParticipantOptions): Promise<void>;
1271
- patchConversationsCobrowsesessionParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsCobrowsesessionParticipantAttributesOptions): Promise<void>;
1351
+ patchConversationsCobrowsesessionParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsCobrowsesessionParticipantAttributesOptions): Promise<Models.ParticipantAttributes>;
1272
1352
  patchConversationsCobrowsesessionParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1273
1353
  patchConversationsEmail(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1274
1354
  patchConversationsEmailMessagesDraft(conversationId: string, opts?: ConversationsApi.patchConversationsEmailMessagesDraftOptions): Promise<Models.EmailMessage>;
1275
1355
  patchConversationsEmailParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1276
- patchConversationsEmailParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1356
+ patchConversationsEmailParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<Models.ParticipantAttributes>;
1277
1357
  patchConversationsEmailParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1278
1358
  patchConversationsMessage(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1279
1359
  patchConversationsMessageParticipant(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantOptions): Promise<void>;
1280
- patchConversationsMessageParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantAttributesOptions): Promise<void>;
1360
+ patchConversationsMessageParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantAttributesOptions): Promise<Models.ParticipantAttributes>;
1281
1361
  patchConversationsMessageParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1282
1362
  patchConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, body: Models.FacebookIntegrationUpdateRequest): Promise<Models.FacebookIntegration>;
1283
1363
  patchConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, body: Models.InstagramIntegrationUpdateRequest): Promise<Models.InstagramIntegration>;
@@ -1341,6 +1421,9 @@ declare class ConversationsApi {
1341
1421
  postConversationsMessageCommunicationMessages(conversationId: string, communicationId: string, body: Models.AdditionalMessage, opts?: ConversationsApi.postConversationsMessageCommunicationMessagesOptions): Promise<Models.MessageData>;
1342
1422
  postConversationsMessageCommunicationMessagesMedia(conversationId: string, communicationId: string): Promise<Models.MessageMediaData>;
1343
1423
  postConversationsMessageCommunicationTyping(conversationId: string, communicationId: string, body: Models.MessageTypingEventRequest): Promise<void>;
1424
+ postConversationsMessageInboundOpenEvent(integrationId: string, body: Models.OpenInboundNormalizedEvent): Promise<Models.OpenEventNormalizedMessage>;
1425
+ postConversationsMessageInboundOpenMessage(integrationId: string, body: Models.OpenInboundNormalizedMessage): Promise<Models.OpenMessageNormalizedMessage>;
1426
+ postConversationsMessageInboundOpenReceipt(integrationId: string, body: Models.OpenInboundNormalizedReceipt): Promise<Models.OpenReceiptNormalizedMessage>;
1344
1427
  postConversationsMessageMessagesBulk(conversationId: string, opts?: ConversationsApi.postConversationsMessageMessagesBulkOptions): Promise<Models.TextMessageListing>;
1345
1428
  postConversationsMessageParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsMessageParticipantCommunicationWrapupOptions): Promise<void>;
1346
1429
  postConversationsMessageParticipantMonitor(conversationId: string, participantId: string): Promise<void>;
@@ -1360,6 +1443,7 @@ declare class ConversationsApi {
1360
1443
  postConversationsScreenshareParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsScreenshareParticipantCommunicationWrapupOptions): Promise<void>;
1361
1444
  postConversationsSocialParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsSocialParticipantCommunicationWrapupOptions): Promise<void>;
1362
1445
  postConversationsVideoParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsVideoParticipantCommunicationWrapupOptions): Promise<void>;
1446
+ postConversationsVideosMeetings(body: Models.GenerateMeetingIdRequest): Promise<Models.MeetingIdRecord>;
1363
1447
  putConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
1364
1448
  putConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
1365
1449
  putConversationTags(conversationId: string, body: Models.ConversationTagsUpdate): Promise<string>;
@@ -1452,6 +1536,11 @@ declare namespace ConversationsApi {
1452
1536
  export interface getConversationsMessageParticipantWrapupOptions {
1453
1537
  "provisional"?: boolean;
1454
1538
  }
1539
+ export interface getConversationsMessagesCachedmediaOptions {
1540
+ "pageSize"?: number;
1541
+ "pageNumber"?: number;
1542
+ "url"?: string;
1543
+ }
1455
1544
  export interface getConversationsMessagingIntegrationsOptions {
1456
1545
  "pageSize"?: number;
1457
1546
  "pageNumber"?: number;
@@ -2457,6 +2546,7 @@ declare class JourneyApi {
2457
2546
  deleteJourneySegment(segmentId: string): Promise<void>;
2458
2547
  getAnalyticsJourneysAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
2459
2548
  getAnalyticsJourneysAggregatesJobResults(jobId: string, opts?: JourneyApi.getAnalyticsJourneysAggregatesJobResultsOptions): Promise<Models.JourneyAsyncAggregateQueryResponse>;
2549
+ getExternalcontactsContactJourneySessions(contactId: string, opts?: JourneyApi.getExternalcontactsContactJourneySessionsOptions): Promise<Models.SessionListing>;
2460
2550
  getJourneyActionmap(actionMapId: string): Promise<Models.ActionMap>;
2461
2551
  getJourneyActionmaps(opts?: JourneyApi.getJourneyActionmapsOptions): Promise<Models.ActionMapListing>;
2462
2552
  getJourneyActionmapsEstimatesJob(jobId: string): Promise<string>;
@@ -2487,6 +2577,7 @@ declare class JourneyApi {
2487
2577
  postJourneyActionmaps(opts?: JourneyApi.postJourneyActionmapsOptions): Promise<Models.ActionMap>;
2488
2578
  postJourneyActionmapsEstimatesJobs(body: Models.ActionMapEstimateRequest): Promise<Models.EstimateJobAsyncResponse>;
2489
2579
  postJourneyActiontemplates(opts?: JourneyApi.postJourneyActiontemplatesOptions): Promise<Models.ActionTemplate>;
2580
+ postJourneyDeploymentAppevents(deploymentId: string, opts?: JourneyApi.postJourneyDeploymentAppeventsOptions): Promise<Models.AppEventResponse>;
2490
2581
  postJourneyOutcomes(opts?: JourneyApi.postJourneyOutcomesOptions): Promise<Models.Outcome>;
2491
2582
  postJourneyOutcomesAttributionsJobs(opts?: JourneyApi.postJourneyOutcomesAttributionsJobsOptions): Promise<Models.OutcomeAttributionAsyncResponse>;
2492
2583
  postJourneyOutcomesPredictors(opts?: JourneyApi.postJourneyOutcomesPredictorsOptions): Promise<Models.OutcomePredictor>;
@@ -2500,6 +2591,11 @@ declare namespace JourneyApi {
2500
2591
  export interface getAnalyticsJourneysAggregatesJobResultsOptions {
2501
2592
  "cursor"?: string;
2502
2593
  }
2594
+ export interface getExternalcontactsContactJourneySessionsOptions {
2595
+ "pageSize"?: string;
2596
+ "after"?: string;
2597
+ "includeMerged"?: boolean;
2598
+ }
2503
2599
  export interface getJourneyActionmapsOptions {
2504
2600
  "pageNumber"?: number;
2505
2601
  "pageSize"?: number;
@@ -2571,6 +2667,9 @@ declare namespace JourneyApi {
2571
2667
  export interface postJourneyActiontemplatesOptions {
2572
2668
  "body"?: Models.ActionTemplate;
2573
2669
  }
2670
+ export interface postJourneyDeploymentAppeventsOptions {
2671
+ "body"?: Models.AppEventRequest;
2672
+ }
2574
2673
  export interface postJourneyOutcomesOptions {
2575
2674
  "body"?: Models.Outcome;
2576
2675
  }
@@ -2603,6 +2702,8 @@ declare class KnowledgeApi {
2603
2702
  getKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseCategoriesOptions): Promise<Models.CategoryResponseListing>;
2604
2703
  getKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string): Promise<Models.CategoryResponse>;
2605
2704
  getKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentOptions): Promise<Models.KnowledgeDocumentResponse>;
2705
+ getKnowledgeKnowledgebaseDocumentFeedback(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentFeedbackOptions): Promise<Models.KnowledgeDocumentFeedbackResponseListing>;
2706
+ getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(knowledgeBaseId: string, documentId: string, feedbackId: string): Promise<Models.KnowledgeDocumentFeedbackResponse>;
2606
2707
  getKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationOptions): Promise<Models.DocumentVariation>;
2607
2708
  getKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationsOptions): Promise<Models.DocumentVariationListing>;
2608
2709
  getKnowledgeKnowledgebaseDocumentVersion(knowledgeBaseId: string, documentId: string, versionId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionOptions): Promise<Models.KnowledgeDocumentVersion>;
@@ -2611,7 +2712,7 @@ declare class KnowledgeApi {
2611
2712
  getKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionsOptions): Promise<Models.KnowledgeDocumentVersionListing>;
2612
2713
  getKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentsOptions): Promise<Models.KnowledgeDocumentResponseListing>;
2613
2714
  getKnowledgeKnowledgebaseExportJob(knowledgeBaseId: string, exportJobId: string): Promise<Models.KnowledgeExportJobResponse>;
2614
- getKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string): Promise<Models.KnowledgeImportJobResponse>;
2715
+ getKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseImportJobOptions): Promise<Models.KnowledgeImportJobResponse>;
2615
2716
  getKnowledgeKnowledgebaseLabel(knowledgeBaseId: string, labelId: string): Promise<Models.LabelResponse>;
2616
2717
  getKnowledgeKnowledgebaseLabels(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLabelsOptions): Promise<Models.LabelListing>;
2617
2718
  getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageCategoriesOptions): Promise<Models.CategoryListing>;
@@ -2627,7 +2728,7 @@ declare class KnowledgeApi {
2627
2728
  getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
2628
2729
  getKnowledgeKnowledgebases(opts?: KnowledgeApi.getKnowledgeKnowledgebasesOptions): Promise<Models.KnowledgeBaseListing>;
2629
2730
  patchKnowledgeGuestSessionDocumentsSearchSearchId(sessionId: string, searchId: string, body: Models.SearchUpdateRequest): Promise<void>;
2630
- patchKnowledgeKnowledgebase(knowledgeBaseId: string, body: Models.KnowledgeBase): Promise<Models.KnowledgeBase>;
2731
+ patchKnowledgeKnowledgebase(knowledgeBaseId: string, body: Models.KnowledgeBaseUpdateRequest): Promise<Models.KnowledgeBase>;
2631
2732
  patchKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string, body: Models.CategoryUpdateRequest): Promise<Models.CategoryResponse>;
2632
2733
  patchKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
2633
2734
  patchKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
@@ -2640,12 +2741,15 @@ declare class KnowledgeApi {
2640
2741
  patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImport>;
2641
2742
  patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
2642
2743
  postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
2744
+ postKnowledgeGuestSessionDocumentFeedback(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentFeedbackOptions): Promise<Models.KnowledgeGuestDocumentFeedback>;
2643
2745
  postKnowledgeGuestSessionDocumentsSearch(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchOptions): Promise<Models.KnowledgeDocumentGuestSearch>;
2644
2746
  postKnowledgeGuestSessionDocumentsSearchSuggestions(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions): Promise<Models.KnowledgeGuestDocumentSuggestion>;
2645
2747
  postKnowledgeGuestSessions(body: Models.KnowledgeGuestSession): Promise<Models.KnowledgeGuestSession>;
2646
2748
  postKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, body: Models.CategoryCreateRequest): Promise<Models.CategoryResponse>;
2749
+ postKnowledgeKnowledgebaseDocumentFeedback(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentFeedbackOptions): Promise<Models.KnowledgeDocumentFeedbackResponse>;
2647
2750
  postKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
2648
2751
  postKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentVersion): Promise<Models.KnowledgeDocumentVersion>;
2752
+ postKnowledgeKnowledgebaseDocumentViews(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentViewsOptions): Promise<void>;
2649
2753
  postKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
2650
2754
  postKnowledgeKnowledgebaseDocumentsBulkRemove(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkRemoveRequest): Promise<Models.BulkResponse>;
2651
2755
  postKnowledgeKnowledgebaseDocumentsBulkUpdate(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkUpdateRequest): Promise<Models.BulkResponse>;
@@ -2662,7 +2766,7 @@ declare class KnowledgeApi {
2662
2766
  postKnowledgeKnowledgebaseLanguageTrainingPromote(knowledgeBaseId: string, languageCode: string, trainingId: string): Promise<Models.KnowledgeTraining>;
2663
2767
  postKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeTraining>;
2664
2768
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseSearchOptions): Promise<Models.KnowledgeSearchResponse>;
2665
- postKnowledgeKnowledgebases(body: Models.KnowledgeBase): Promise<Models.KnowledgeBase>;
2769
+ postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
2666
2770
  }
2667
2771
 
2668
2772
  declare namespace KnowledgeApi {
@@ -2696,6 +2800,19 @@ declare namespace KnowledgeApi {
2696
2800
  "expand"?: Array<string>;
2697
2801
  "state"?: string;
2698
2802
  }
2803
+ export interface getKnowledgeKnowledgebaseDocumentFeedbackOptions {
2804
+ "before"?: string;
2805
+ "after"?: string;
2806
+ "pageSize"?: string;
2807
+ "onlyCommented"?: boolean;
2808
+ "documentVersionId"?: string;
2809
+ "documentVariationId"?: string;
2810
+ "appType"?: string;
2811
+ "queryType"?: string;
2812
+ "userId"?: string;
2813
+ "queueId"?: string;
2814
+ "state"?: string;
2815
+ }
2699
2816
  export interface getKnowledgeKnowledgebaseDocumentVariationOptions {
2700
2817
  "documentState"?: string;
2701
2818
  }
@@ -2732,6 +2849,9 @@ declare namespace KnowledgeApi {
2732
2849
  "expand"?: Array<string>;
2733
2850
  "externalIds"?: Array<string>;
2734
2851
  }
2852
+ export interface getKnowledgeKnowledgebaseImportJobOptions {
2853
+ "expand"?: Array<string>;
2854
+ }
2735
2855
  export interface getKnowledgeKnowledgebaseLabelsOptions {
2736
2856
  "before"?: string;
2737
2857
  "after"?: string;
@@ -2793,6 +2913,9 @@ declare namespace KnowledgeApi {
2793
2913
  export interface patchKnowledgeKnowledgebaseDocumentsSearchSearchIdOptions {
2794
2914
  "body"?: Models.SearchUpdateRequest;
2795
2915
  }
2916
+ export interface postKnowledgeGuestSessionDocumentFeedbackOptions {
2917
+ "body"?: Models.KnowledgeGuestDocumentFeedback;
2918
+ }
2796
2919
  export interface postKnowledgeGuestSessionDocumentsSearchOptions {
2797
2920
  "expand"?: Array<string>;
2798
2921
  "body"?: Models.KnowledgeDocumentGuestSearchRequest;
@@ -2800,6 +2923,12 @@ declare namespace KnowledgeApi {
2800
2923
  export interface postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions {
2801
2924
  "body"?: Models.KnowledgeGuestDocumentSuggestionRequest;
2802
2925
  }
2926
+ export interface postKnowledgeKnowledgebaseDocumentFeedbackOptions {
2927
+ "body"?: Models.KnowledgeDocumentFeedback;
2928
+ }
2929
+ export interface postKnowledgeKnowledgebaseDocumentViewsOptions {
2930
+ "body"?: Models.KnowledgeDocumentView;
2931
+ }
2803
2932
  export interface postKnowledgeKnowledgebaseDocumentsSearchOptions {
2804
2933
  "expand"?: Array<string>;
2805
2934
  "body"?: Models.KnowledgeDocumentSearchRequest;
@@ -2948,7 +3077,7 @@ declare class LearningApi {
2948
3077
  postLearningAssignmentsBulkadd(opts?: LearningApi.postLearningAssignmentsBulkaddOptions): Promise<Models.LearningAssignmentBulkAddResponse>;
2949
3078
  postLearningAssignmentsBulkremove(opts?: LearningApi.postLearningAssignmentsBulkremoveOptions): Promise<Models.LearningAssignmentBulkRemoveResponse>;
2950
3079
  postLearningModuleJobs(moduleId: string, body: Models.LearningModuleJobRequest): Promise<Models.LearningModuleJobResponse>;
2951
- postLearningModulePublish(moduleId: string): Promise<Models.LearningModulePublishResponse>;
3080
+ postLearningModulePublish(moduleId: string, opts?: LearningApi.postLearningModulePublishOptions): Promise<Models.LearningModulePublishResponse>;
2952
3081
  postLearningModules(body: Models.LearningModuleRequest): Promise<Models.LearningModule>;
2953
3082
  postLearningRulesQuery(pageSize: number, pageNumber: number, body: Models.LearningAssignmentUserQuery): Promise<Models.LearningAssignmentUserListing>;
2954
3083
  postLearningScheduleslotsQuery(body: Models.LearningScheduleSlotsQueryRequest): Promise<Models.LearningScheduleSlotsQueryResponse>;
@@ -3034,6 +3163,9 @@ declare namespace LearningApi {
3034
3163
  export interface postLearningAssignmentsBulkremoveOptions {
3035
3164
  "body"?: Array<string>;
3036
3165
  }
3166
+ export interface postLearningModulePublishOptions {
3167
+ "body"?: Models.LearningModulePublishRequest;
3168
+ }
3037
3169
  }
3038
3170
 
3039
3171
  declare class LicenseApi {
@@ -3911,6 +4043,7 @@ declare namespace QualityApi {
3911
4043
  "evaluatorUserId"?: string;
3912
4044
  "name"?: string;
3913
4045
  "group"?: string;
4046
+ "formContextId"?: string;
3914
4047
  }
3915
4048
  export interface getQualityCalibrationOptions {
3916
4049
  "calibratorId"?: string;
@@ -3949,6 +4082,7 @@ declare namespace QualityApi {
3949
4082
  "queueId"?: string;
3950
4083
  "startTime"?: string;
3951
4084
  "endTime"?: string;
4085
+ "formContextId"?: string;
3952
4086
  "evaluationState"?: Array<string>;
3953
4087
  "isReleased"?: boolean;
3954
4088
  "agentHasRead"?: boolean;
@@ -4372,7 +4506,7 @@ declare class RoutingApi {
4372
4506
  postRoutingQueueWrapupcodes(queueId: string, body: Array<Models.WrapUpCodeReference>): Promise<Array<Models.WrapupCode>>;
4373
4507
  postRoutingQueues(body: Models.CreateQueueRequest): Promise<Models.Queue>;
4374
4508
  postRoutingSkillgroupMembersDivisions(skillGroupId: string, opts?: RoutingApi.postRoutingSkillgroupMembersDivisionsOptions): Promise<void>;
4375
- postRoutingSkillgroups(body: Models.SkillGroup): Promise<Models.SkillGroup>;
4509
+ postRoutingSkillgroups(body: Models.SkillGroupWithMemberDivisions): Promise<Models.SkillGroupWithMemberDivisions>;
4376
4510
  postRoutingSkills(body: Models.RoutingSkill): Promise<Models.RoutingSkill>;
4377
4511
  postRoutingSmsAddresses(body: Models.SmsAddressProvision): Promise<Models.SmsAddress>;
4378
4512
  postRoutingSmsPhonenumbers(body: Models.SmsPhoneNumberProvision): Promise<Models.SmsPhoneNumber>;
@@ -4383,7 +4517,7 @@ declare class RoutingApi {
4383
4517
  postUserRoutingskills(userId: string, body: Models.UserRoutingSkillPost): Promise<Models.UserRoutingSkill>;
4384
4518
  putRoutingEmailDomainRoute(domainName: string, routeId: string, body: Models.InboundRoute): Promise<Models.InboundRoute>;
4385
4519
  putRoutingEmailOutboundDomainActivation(domainId: string): Promise<Models.EmailOutboundDomainResult>;
4386
- putRoutingMessageRecipient(recipientId: string, body: Models.Recipient): Promise<Models.Recipient>;
4520
+ putRoutingMessageRecipient(recipientId: string, body: Models.RecipientRequest): Promise<Models.Recipient>;
4387
4521
  putRoutingQueue(queueId: string, body: Models.QueueRequest): Promise<Models.Queue>;
4388
4522
  putRoutingSettings(body: Models.RoutingSettings): Promise<Models.RoutingSettings>;
4389
4523
  putRoutingSettingsTranscription(body: Models.TranscriptionSettings): Promise<Models.TranscriptionSettings>;
@@ -4435,6 +4569,7 @@ declare namespace RoutingApi {
4435
4569
  }
4436
4570
  export interface getRoutingMessageRecipientsOptions {
4437
4571
  "messengerType"?: string;
4572
+ "name"?: string;
4438
4573
  "pageSize"?: number;
4439
4574
  "pageNumber"?: number;
4440
4575
  }
@@ -5548,13 +5683,16 @@ declare namespace TextbotsApi {
5548
5683
  declare class TokensApi {
5549
5684
  deleteToken(userId: string): Promise<void>;
5550
5685
  deleteTokensMe(): Promise<void>;
5551
- getTokensMe(): Promise<Models.TokenInfo>;
5686
+ getTokensMe(opts?: TokensApi.getTokensMeOptions): Promise<Models.TokenInfo>;
5552
5687
  getTokensTimeout(): Promise<Models.IdleTokenTimeout>;
5553
5688
  headTokensMe(): Promise<void>;
5554
5689
  putTokensTimeout(opts?: TokensApi.putTokensTimeoutOptions): Promise<Models.IdleTokenTimeout>;
5555
5690
  }
5556
5691
 
5557
5692
  declare namespace TokensApi {
5693
+ export interface getTokensMeOptions {
5694
+ "preserveIdleTTL"?: boolean;
5695
+ }
5558
5696
  export interface putTokensTimeoutOptions {
5559
5697
  "body"?: Models.IdleTokenTimeout;
5560
5698
  }
@@ -5967,7 +6105,7 @@ declare class WebDeploymentsApi {
5967
6105
  getWebdeploymentsConfigurationVersions(configurationId: string): Promise<Models.WebDeploymentConfigurationVersionEntityListing>;
5968
6106
  getWebdeploymentsConfigurationVersionsDraft(configurationId: string): Promise<Models.WebDeploymentConfigurationVersion>;
5969
6107
  getWebdeploymentsConfigurations(opts?: WebDeploymentsApi.getWebdeploymentsConfigurationsOptions): Promise<Models.WebDeploymentConfigurationVersionEntityListing>;
5970
- getWebdeploymentsDeployment(deploymentId: string): Promise<Models.WebDeployment>;
6108
+ getWebdeploymentsDeployment(deploymentId: string, opts?: WebDeploymentsApi.getWebdeploymentsDeploymentOptions): Promise<Models.WebDeployment>;
5971
6109
  getWebdeploymentsDeploymentCobrowseSessionId(deploymentId: string, sessionId: string): Promise<Models.CobrowseWebMessagingSession>;
5972
6110
  getWebdeploymentsDeploymentConfigurations(deploymentId: string, opts?: WebDeploymentsApi.getWebdeploymentsDeploymentConfigurationsOptions): Promise<Models.WebDeploymentActiveConfigurationOnDeployment>;
5973
6111
  getWebdeploymentsDeployments(opts?: WebDeploymentsApi.getWebdeploymentsDeploymentsOptions): Promise<Models.ExpandableWebDeploymentEntityListing>;
@@ -5988,8 +6126,12 @@ declare namespace WebDeploymentsApi {
5988
6126
  export interface getWebdeploymentsConfigurationsOptions {
5989
6127
  "showOnlyPublished"?: boolean;
5990
6128
  }
6129
+ export interface getWebdeploymentsDeploymentOptions {
6130
+ "expand"?: Array<string>;
6131
+ }
5991
6132
  export interface getWebdeploymentsDeploymentConfigurationsOptions {
5992
6133
  "type"?: string;
6134
+ "expand"?: Array<string>;
5993
6135
  }
5994
6136
  export interface getWebdeploymentsDeploymentsOptions {
5995
6137
  "expand"?: Array<string>;
@@ -6054,8 +6196,8 @@ declare class WorkforceManagementApi {
6054
6196
  getWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string): Promise<Models.BuScheduleRun>;
6055
6197
  getWorkforcemanagementBusinessunitSchedulingRunResult(businessUnitId: string, runId: string, managementUnitIds: Array<string>, expand: Array<string>): Promise<Models.BuRescheduleResult>;
6056
6198
  getWorkforcemanagementBusinessunitSchedulingRuns(businessUnitId: string): Promise<Models.BuScheduleRunListing>;
6057
- getWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string): Promise<Models.ServiceGoalTemplate>;
6058
- getWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string): Promise<Models.ServiceGoalTemplateList>;
6199
+ getWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<Models.ServiceGoalTemplate>;
6200
+ getWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitServicegoaltemplatesOptions): Promise<Models.ServiceGoalTemplateList>;
6059
6201
  getWorkforcemanagementBusinessunitWeekSchedule(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleOptions): Promise<Models.BuScheduleMetadata>;
6060
6202
  getWorkforcemanagementBusinessunitWeekScheduleGenerationresults(businessUnitId: string, weekId: string, scheduleId: string): Promise<Models.ScheduleGenerationResult>;
6061
6203
  getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastOptions): Promise<Models.BuHeadcountForecastResponse>;
@@ -6073,6 +6215,8 @@ declare class WorkforceManagementApi {
6073
6215
  getWorkforcemanagementCalendarUrlIcs(): Promise<Models.CalendarUrlResponse>;
6074
6216
  getWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
6075
6217
  getWorkforcemanagementHistoricaldataImportstatus(): Promise<Models.HistoricalImportStatusListing>;
6218
+ getWorkforcemanagementIntegrationsHris(): Promise<Models.WfmIntegrationListing>;
6219
+ getWorkforcemanagementIntegrationsHrisTimeofftypesJob(jobId: string): Promise<Models.HrisTimeOffTypesJobResponse>;
6076
6220
  getWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
6077
6221
  getWorkforcemanagementManagementunitActivitycodes(managementUnitId: string): Promise<Models.ActivityCodeContainer>;
6078
6222
  getWorkforcemanagementManagementunitAdherence(managementUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementManagementunitAdherenceOptions): Promise<Models.UserScheduleAdherenceListing>;
@@ -6101,6 +6245,7 @@ declare class WorkforceManagementApi {
6101
6245
  getWorkforcemanagementSchedulingjob(jobId: string): Promise<Models.SchedulingStatusResponse>;
6102
6246
  getWorkforcemanagementShifttrades(): Promise<Models.ShiftTradeListResponse>;
6103
6247
  getWorkforcemanagementShrinkageJob(jobId: string): Promise<Models.WfmHistoricalShrinkageResponse>;
6248
+ getWorkforcemanagementTimeoffbalanceJob(jobId: string): Promise<Models.TimeOffBalanceJobResponse>;
6104
6249
  getWorkforcemanagementTimeoffrequest(timeOffRequestId: string): Promise<Models.TimeOffRequestResponse>;
6105
6250
  getWorkforcemanagementTimeoffrequestWaitlistpositions(timeOffRequestId: string): Promise<Models.WaitlistPositionListing>;
6106
6251
  getWorkforcemanagementTimeoffrequests(opts?: WorkforceManagementApi.getWorkforcemanagementTimeoffrequestsOptions): Promise<Models.TimeOffRequestList>;
@@ -6113,6 +6258,7 @@ declare class WorkforceManagementApi {
6113
6258
  patchWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
6114
6259
  patchWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeofflimitOptions): Promise<Models.TimeOffLimit>;
6115
6260
  patchWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanOptions): Promise<Models.TimeOffPlan>;
6261
+ patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(managementUnitId: string, timeOffRequestId: string, userId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusOptions): Promise<Models.UserTimeOffIntegrationStatusResponse>;
6116
6262
  patchWorkforcemanagementManagementunitUserTimeoffrequest(managementUnitId: string, userId: string, timeOffRequestId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitUserTimeoffrequestOptions): Promise<Models.TimeOffRequestResponse>;
6117
6263
  patchWorkforcemanagementManagementunitWeekShifttrade(managementUnitId: string, weekDateId: string, tradeId: string, body: Models.PatchShiftTradeRequest): Promise<Models.ShiftTradeResponse>;
6118
6264
  patchWorkforcemanagementManagementunitWorkplan(managementUnitId: string, workPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitWorkplanOptions): Promise<Models.WorkPlan>;
@@ -6124,6 +6270,8 @@ declare class WorkforceManagementApi {
6124
6270
  postWorkforcemanagementAdherenceHistoricalBulk(opts?: WorkforceManagementApi.postWorkforcemanagementAdherenceHistoricalBulkOptions): Promise<Models.WfmHistoricalAdherenceBulkResponse>;
6125
6271
  postWorkforcemanagementAgentAdherenceExplanations(agentId: string, body: Models.AddAdherenceExplanationAdminRequest): Promise<Models.AdherenceExplanationAsyncResponse>;
6126
6272
  postWorkforcemanagementAgentAdherenceExplanationsQuery(agentId: string, body: Models.AgentQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentAdherenceExplanationsQueryOptions): Promise<Models.AgentQueryAdherenceExplanationsResponse>;
6273
+ postWorkforcemanagementAgents(opts?: WorkforceManagementApi.postWorkforcemanagementAgentsOptions): Promise<Models.MoveAgentsResponse>;
6274
+ postWorkforcemanagementAgentsIntegrationsHrisQuery(opts?: WorkforceManagementApi.postWorkforcemanagementAgentsIntegrationsHrisQueryOptions): Promise<Models.AgentsIntegrationsListing>;
6127
6275
  postWorkforcemanagementAgentsMePossibleworkshifts(body: Models.AgentPossibleWorkShiftsRequest): Promise<Models.AgentPossibleWorkShiftsResponse>;
6128
6276
  postWorkforcemanagementAgentschedulesMine(opts?: WorkforceManagementApi.postWorkforcemanagementAgentschedulesMineOptions): Promise<Models.BuCurrentAgentScheduleSearchResponse>;
6129
6277
  postWorkforcemanagementBusinessunitActivitycodes(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitActivitycodesOptions): Promise<Models.BusinessUnitActivityCode>;
@@ -6149,6 +6297,7 @@ declare class WorkforceManagementApi {
6149
6297
  postWorkforcemanagementCalendarUrlIcs(opts?: WorkforceManagementApi.postWorkforcemanagementCalendarUrlIcsOptions): Promise<Models.CalendarUrlResponse>;
6150
6298
  postWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
6151
6299
  postWorkforcemanagementHistoricaldataValidate(opts?: WorkforceManagementApi.postWorkforcemanagementHistoricaldataValidateOptions): Promise<void>;
6300
+ postWorkforcemanagementIntegrationsHriTimeofftypesJobs(hrisIntegrationId: string): Promise<Models.HrisTimeOffTypesResponse>;
6152
6301
  postWorkforcemanagementManagementunitAgentschedulesSearch(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitAgentschedulesSearchOptions): Promise<Models.BuAsyncAgentSchedulesSearchResponse>;
6153
6302
  postWorkforcemanagementManagementunitHistoricaladherencequery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitHistoricaladherencequeryOptions): Promise<Models.WfmHistoricalAdherenceResponse>;
6154
6303
  postWorkforcemanagementManagementunitMove(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitMoveOptions): Promise<Models.MoveManagementUnitResponse>;
@@ -6158,10 +6307,12 @@ declare class WorkforceManagementApi {
6158
6307
  postWorkforcemanagementManagementunitTimeofflimitsValuesQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeofflimitsValuesQueryOptions): Promise<Models.QueryTimeOffLimitValuesResponse>;
6159
6308
  postWorkforcemanagementManagementunitTimeoffplans(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffplansOptions): Promise<Models.TimeOffPlan>;
6160
6309
  postWorkforcemanagementManagementunitTimeoffrequests(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsOptions): Promise<Models.TimeOffRequestList>;
6310
+ postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQueryOptions): Promise<Models.UserTimeOffIntegrationStatusResponseListing>;
6161
6311
  postWorkforcemanagementManagementunitTimeoffrequestsQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsQueryOptions): Promise<Models.TimeOffRequestListing>;
6162
6312
  postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQueryOptions): Promise<Models.WaitlistPositionListing>;
6163
6313
  postWorkforcemanagementManagementunitUserTimeoffbalanceJobs(managementUnitId: string, userId: string, body: Models.TimeOffBalanceRequest): Promise<Models.TimeOffBalancesResponse>;
6164
6314
  postWorkforcemanagementManagementunitUserTimeoffrequestTimeoffbalanceJobs(managementUnitId: string, userId: string, timeOffRequestId: string): Promise<Models.TimeOffBalancesResponse>;
6315
+ postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(managementUnitId: string, userId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateOptions): Promise<Models.EstimateAvailableTimeOffResponse>;
6165
6316
  postWorkforcemanagementManagementunitWeekShifttradeMatch(managementUnitId: string, weekDateId: string, tradeId: string, body: Models.MatchShiftTradeRequest): Promise<Models.MatchShiftTradeResponse>;
6166
6317
  postWorkforcemanagementManagementunitWeekShifttrades(managementUnitId: string, weekDateId: string, body: Models.AddShiftTradeRequest): Promise<Models.ShiftTradeResponse>;
6167
6318
  postWorkforcemanagementManagementunitWeekShifttradesSearch(managementUnitId: string, weekDateId: string, body: Models.SearchShiftTradesRequest): Promise<Models.SearchShiftTradesResponse>;
@@ -6176,8 +6327,12 @@ declare class WorkforceManagementApi {
6176
6327
  postWorkforcemanagementSchedules(opts?: WorkforceManagementApi.postWorkforcemanagementSchedulesOptions): Promise<Models.UserScheduleContainer>;
6177
6328
  postWorkforcemanagementTeamAdherenceHistorical(teamId: string, opts?: WorkforceManagementApi.postWorkforcemanagementTeamAdherenceHistoricalOptions): Promise<Models.WfmHistoricalAdherenceResponse>;
6178
6329
  postWorkforcemanagementTeamShrinkageJobs(teamId: string, opts?: WorkforceManagementApi.postWorkforcemanagementTeamShrinkageJobsOptions): Promise<Models.WfmHistoricalShrinkageResponse>;
6330
+ postWorkforcemanagementTimeoffbalanceJobs(body: Models.TimeOffBalanceRequest): Promise<Models.TimeOffBalancesResponse>;
6179
6331
  postWorkforcemanagementTimeofflimitsAvailableQuery(opts?: WorkforceManagementApi.postWorkforcemanagementTimeofflimitsAvailableQueryOptions): Promise<Models.AvailableTimeOffResponse>;
6180
6332
  postWorkforcemanagementTimeoffrequests(opts?: WorkforceManagementApi.postWorkforcemanagementTimeoffrequestsOptions): Promise<Models.TimeOffRequestResponse>;
6333
+ postWorkforcemanagementTimeoffrequestsEstimate(opts?: WorkforceManagementApi.postWorkforcemanagementTimeoffrequestsEstimateOptions): Promise<Models.EstimateAvailableTimeOffResponse>;
6334
+ postWorkforcemanagementTimeoffrequestsIntegrationstatusQuery(opts?: WorkforceManagementApi.postWorkforcemanagementTimeoffrequestsIntegrationstatusQueryOptions): Promise<Models.TimeOffIntegrationStatusResponseListing>;
6335
+ putWorkforcemanagementAgentIntegrationsHris(agentId: string, body: Models.AgentIntegrationsRequest): Promise<Models.AgentIntegrationsResponse>;
6181
6336
  putWorkforcemanagementManagementunitTimeofflimitValues(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.putWorkforcemanagementManagementunitTimeofflimitValuesOptions): Promise<Models.TimeOffLimit>;
6182
6337
  }
6183
6338
 
@@ -6189,6 +6344,12 @@ declare namespace WorkforceManagementApi {
6189
6344
  "feature"?: string;
6190
6345
  "divisionId"?: string;
6191
6346
  }
6347
+ export interface getWorkforcemanagementBusinessunitServicegoaltemplateOptions {
6348
+ "expand"?: Array<string>;
6349
+ }
6350
+ export interface getWorkforcemanagementBusinessunitServicegoaltemplatesOptions {
6351
+ "expand"?: Array<string>;
6352
+ }
6192
6353
  export interface getWorkforcemanagementBusinessunitWeekScheduleOptions {
6193
6354
  "expand"?: string;
6194
6355
  }
@@ -6286,6 +6447,9 @@ declare namespace WorkforceManagementApi {
6286
6447
  export interface patchWorkforcemanagementManagementunitTimeoffplanOptions {
6287
6448
  "body"?: Models.UpdateTimeOffPlanRequest;
6288
6449
  }
6450
+ export interface patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusOptions {
6451
+ "body"?: Models.SetTimeOffIntegrationStatusRequest;
6452
+ }
6289
6453
  export interface patchWorkforcemanagementManagementunitUserTimeoffrequestOptions {
6290
6454
  "body"?: Models.AdminTimeOffRequestPatch;
6291
6455
  }
@@ -6313,6 +6477,12 @@ declare namespace WorkforceManagementApi {
6313
6477
  "forceAsync"?: boolean;
6314
6478
  "forceDownloadService"?: boolean;
6315
6479
  }
6480
+ export interface postWorkforcemanagementAgentsOptions {
6481
+ "body"?: Models.MoveAgentsRequest;
6482
+ }
6483
+ export interface postWorkforcemanagementAgentsIntegrationsHrisQueryOptions {
6484
+ "body"?: Models.QueryAgentsIntegrationsRequest;
6485
+ }
6316
6486
  export interface postWorkforcemanagementAgentschedulesMineOptions {
6317
6487
  "body"?: Models.BuGetCurrentAgentScheduleRequest;
6318
6488
  }
@@ -6386,12 +6556,18 @@ declare namespace WorkforceManagementApi {
6386
6556
  export interface postWorkforcemanagementManagementunitTimeoffrequestsOptions {
6387
6557
  "body"?: Models.CreateAdminTimeOffRequest;
6388
6558
  }
6559
+ export interface postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQueryOptions {
6560
+ "body"?: Models.QueryTimeOffIntegrationStatusRequest;
6561
+ }
6389
6562
  export interface postWorkforcemanagementManagementunitTimeoffrequestsQueryOptions {
6390
6563
  "body"?: Models.TimeOffRequestQueryBody;
6391
6564
  }
6392
6565
  export interface postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQueryOptions {
6393
6566
  "body"?: Models.QueryWaitlistPositionsRequest;
6394
6567
  }
6568
+ export interface postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateOptions {
6569
+ "body"?: Models.EstimateAvailableTimeOffRequest;
6570
+ }
6395
6571
  export interface postWorkforcemanagementManagementunitWeekShifttradesStateBulkOptions {
6396
6572
  "forceAsync"?: boolean;
6397
6573
  }
@@ -6433,6 +6609,12 @@ declare namespace WorkforceManagementApi {
6433
6609
  export interface postWorkforcemanagementTimeoffrequestsOptions {
6434
6610
  "body"?: Models.CreateAgentTimeOffRequest;
6435
6611
  }
6612
+ export interface postWorkforcemanagementTimeoffrequestsEstimateOptions {
6613
+ "body"?: Models.EstimateAvailableTimeOffRequest;
6614
+ }
6615
+ export interface postWorkforcemanagementTimeoffrequestsIntegrationstatusQueryOptions {
6616
+ "body"?: Models.CurrentUserTimeOffIntegrationStatusRequest;
6617
+ }
6436
6618
  export interface putWorkforcemanagementManagementunitTimeofflimitValuesOptions {
6437
6619
  "body"?: Models.SetTimeOffLimitValuesRequest;
6438
6620
  }
@@ -7125,6 +7307,8 @@ declare namespace Models {
7125
7307
  "fullDayManagementUnitDates"?: Array<string>;
7126
7308
  "partialDayStartDateTimes"?: Array<string>;
7127
7309
  "dailyDurationMinutes"?: number;
7310
+ "durationMinutes"?: Array<number>;
7311
+ "payableMinutes"?: Array<number>;
7128
7312
  "metadata": Models.WfmVersionedEntityMetadata;
7129
7313
  }
7130
7314
 
@@ -7213,6 +7397,30 @@ declare namespace Models {
7213
7397
  "selfUri"?: string;
7214
7398
  }
7215
7399
 
7400
+ export interface AgentIntegrationAssociationRequest {
7401
+ "agentExternalId": string;
7402
+ "integrationId": string;
7403
+ "locked": boolean;
7404
+ }
7405
+
7406
+ export interface AgentIntegrationAssociationResponse {
7407
+ "agentExternalId": string;
7408
+ "integration": Models.WfmIntegrationReference;
7409
+ "locked": boolean;
7410
+ }
7411
+
7412
+ export interface AgentIntegrationsRequest {
7413
+ "selectedIntegrationId"?: string;
7414
+ "associatedIntegrations": Array<Models.AgentIntegrationAssociationRequest>;
7415
+ }
7416
+
7417
+ export interface AgentIntegrationsResponse {
7418
+ "agent": Models.UserReference;
7419
+ "selectedIntegration"?: Models.WfmIntegrationReference;
7420
+ "userSelected"?: boolean;
7421
+ "associatedIntegrations": Array<Models.AgentIntegrationAssociationResponse>;
7422
+ }
7423
+
7216
7424
  export interface AgentManagementUnitReference {
7217
7425
  "user"?: Models.UserReference;
7218
7426
  "managementUnit"?: Models.ManagementUnitReference;
@@ -7296,6 +7504,10 @@ declare namespace Models {
7296
7504
  "selfUri"?: string;
7297
7505
  }
7298
7506
 
7507
+ export interface AgentsIntegrationsListing {
7508
+ "entities"?: Array<Models.AgentIntegrationsResponse>;
7509
+ }
7510
+
7299
7511
  export interface AggregateMetricData {
7300
7512
  "metric"?: string;
7301
7513
  "qualifier"?: string;
@@ -7471,8 +7683,8 @@ declare namespace Models {
7471
7683
  }
7472
7684
 
7473
7685
  export interface AnalyticsEvaluation {
7474
- "assigneeId"?: string;
7475
7686
  "assigneeApplicable"?: boolean;
7687
+ "assigneeId"?: string;
7476
7688
  "calibrationId"?: string;
7477
7689
  "contextId"?: string;
7478
7690
  "deleted"?: boolean;
@@ -7577,6 +7789,7 @@ declare namespace Models {
7577
7789
  export interface AnalyticsReportingSettings {
7578
7790
  "piiMaskingEnabled"?: boolean;
7579
7791
  "queueAgentAccessObfuscation"?: boolean;
7792
+ "myInteractionsPiiMaskingEnabled"?: boolean;
7580
7793
  }
7581
7794
 
7582
7795
  export interface AnalyticsResolution {
@@ -7673,8 +7886,8 @@ declare namespace Models {
7673
7886
  "videoAddressSelf"?: string;
7674
7887
  "videoRoomId"?: string;
7675
7888
  "waitingInteractionCounts"?: Array<number>;
7676
- "agentGroups"?: Array<Models.AnalyticsAgentGroup>;
7677
7889
  "proposedAgents"?: Array<Models.AnalyticsProposedAgent>;
7890
+ "agentGroups"?: Array<Models.AnalyticsAgentGroup>;
7678
7891
  "mediaEndpointStats"?: Array<Models.AnalyticsMediaEndpointStat>;
7679
7892
  "flow"?: Models.AnalyticsFlow;
7680
7893
  "metrics"?: Array<Models.AnalyticsSessionMetric>;
@@ -7810,6 +8023,60 @@ declare namespace Models {
7810
8023
  "traits"?: { [key: string]: Models.CustomEventAttribute; };
7811
8024
  }
7812
8025
 
8026
+ export interface AppEventRequest {
8027
+ "eventName": string;
8028
+ "screenName": string;
8029
+ "app": Models.JourneyApp;
8030
+ "device": Models.Device;
8031
+ "sdkLibrary"?: Models.SdkLibrary;
8032
+ "networkConnectivity"?: Models.NetworkConnectivity;
8033
+ "referrerUrl"?: string;
8034
+ "session": Models.AppEventRequestSession;
8035
+ "searchQuery"?: string;
8036
+ "attributes"?: { [key: string]: Models.CustomEventAttribute; };
8037
+ "traits"?: { [key: string]: Models.CustomEventAttribute; };
8038
+ "customerCookieId": string;
8039
+ "createdDate": string;
8040
+ }
8041
+
8042
+ export interface AppEventRequestSession {
8043
+ "id": string;
8044
+ "eventCount": number;
8045
+ "screenviewCount": number;
8046
+ }
8047
+
8048
+ export interface AppEventResponse {
8049
+ "id"?: string;
8050
+ "customerId"?: string;
8051
+ "customerIdType"?: string;
8052
+ "eventName"?: string;
8053
+ "screenName"?: string;
8054
+ "app"?: Models.JourneyApp;
8055
+ "device"?: Models.Device;
8056
+ "ipAddress"?: string;
8057
+ "ipOrganization"?: string;
8058
+ "geolocation"?: Models.JourneyGeolocation;
8059
+ "sdkLibrary"?: Models.SdkLibrary;
8060
+ "networkConnectivity"?: Models.NetworkConnectivity;
8061
+ "mktCampaign"?: Models.JourneyCampaign;
8062
+ "session"?: Models.AppEventResponseSession;
8063
+ "searchQuery"?: string;
8064
+ "attributes"?: { [key: string]: Models.CustomEventAttribute; };
8065
+ "traits"?: { [key: string]: Models.CustomEventAttribute; };
8066
+ "createdDate"?: string;
8067
+ "externalContact"?: Models.AddressableEntityRef;
8068
+ }
8069
+
8070
+ export interface AppEventResponseSession {
8071
+ "id"?: string;
8072
+ "durationInSeconds"?: number;
8073
+ "eventCount"?: number;
8074
+ "screenviewCount"?: number;
8075
+ "referrer"?: Models.Referrer;
8076
+ "selfUri"?: string;
8077
+ "createdDate"?: string;
8078
+ }
8079
+
7813
8080
  export interface AppendToDncActionSettings {
7814
8081
  "expire": boolean;
7815
8082
  "expirationDuration"?: string;
@@ -8319,6 +8586,7 @@ declare namespace Models {
8319
8586
  export interface AttendanceStatus {
8320
8587
  "dateWorkday"?: string;
8321
8588
  "attendanceStatusType"?: string;
8589
+ "hasEvaluation"?: string;
8322
8590
  }
8323
8591
 
8324
8592
  export interface AttendanceStatusListing {
@@ -9045,7 +9313,9 @@ declare namespace Models {
9045
9313
  "description"?: string;
9046
9314
  "activityCodeId"?: string;
9047
9315
  "paid"?: boolean;
9316
+ "payableMinutes"?: number;
9048
9317
  "timeOffRequestId"?: string;
9318
+ "timeOffRequestSyncVersion"?: number;
9049
9319
  "externalActivityId"?: string;
9050
9320
  "externalActivityType"?: string;
9051
9321
  }
@@ -9237,7 +9507,9 @@ declare namespace Models {
9237
9507
  "description"?: string;
9238
9508
  "activityCodeId"?: string;
9239
9509
  "paid"?: boolean;
9510
+ "payableMinutes"?: number;
9240
9511
  "timeOffRequestId"?: string;
9512
+ "timeOffRequestSyncVersion"?: number;
9241
9513
  }
9242
9514
 
9243
9515
  export interface BuGenerateScheduleRequest {
@@ -9436,10 +9708,14 @@ declare namespace Models {
9436
9708
 
9437
9709
  export interface BuSchedulingSettingsRequest {
9438
9710
  "messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
9711
+ "syncTimeOffProperties"?: Models.SetWrapperSyncTimeOffProperty;
9712
+ "serviceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
9439
9713
  }
9440
9714
 
9441
9715
  export interface BuSchedulingSettingsResponse {
9442
9716
  "messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
9717
+ "syncTimeOffProperties"?: Array<string>;
9718
+ "serviceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
9443
9719
  }
9444
9720
 
9445
9721
  export interface BuSearchAgentSchedulesRequest {
@@ -9500,11 +9776,21 @@ declare namespace Models {
9500
9776
  "defaultHistoryWeeks"?: number;
9501
9777
  }
9502
9778
 
9779
+ export interface BuUpdateAgentScheduleShift {
9780
+ "id"?: string;
9781
+ "startDate"?: string;
9782
+ "lengthMinutes"?: number;
9783
+ "activities"?: Array<Models.BuAgentScheduleActivity>;
9784
+ "manuallyEdited"?: boolean;
9785
+ "schedule"?: Models.BuScheduleReference;
9786
+ "delete"?: boolean;
9787
+ }
9788
+
9503
9789
  export interface BuUpdateAgentScheduleUploadSchema {
9504
9790
  "userId": string;
9505
9791
  "workPlanId"?: Models.ValueWrapperString;
9506
9792
  "workPlanIdsPerWeek"?: Models.ListWrapperString;
9507
- "shifts"?: Array<Models.BuAgentScheduleShift>;
9793
+ "shifts"?: Array<Models.BuUpdateAgentScheduleShift>;
9508
9794
  "fullDayTimeOffMarkers"?: Array<Models.BuFullDayTimeOffMarker>;
9509
9795
  "metadata"?: Models.WfmVersionedEntityMetadata;
9510
9796
  "delete"?: boolean;
@@ -9828,6 +10114,30 @@ declare namespace Models {
9828
10114
  "messageType"?: string;
9829
10115
  }
9830
10116
 
10117
+ export interface CachedMediaItem {
10118
+ "id"?: string;
10119
+ "url"?: string;
10120
+ "downloadUrl"?: string;
10121
+ "mediaType"?: string;
10122
+ "contentLengthBytes"?: number;
10123
+ "dateCreated"?: string;
10124
+ "dateExpires"?: string;
10125
+ "selfUri"?: string;
10126
+ }
10127
+
10128
+ export interface CachedMediaItemEntityListing {
10129
+ "entities"?: Array<Models.CachedMediaItem>;
10130
+ "pageSize"?: number;
10131
+ "pageNumber"?: number;
10132
+ "total"?: number;
10133
+ "firstUri"?: string;
10134
+ "nextUri"?: string;
10135
+ "previousUri"?: string;
10136
+ "lastUri"?: string;
10137
+ "selfUri"?: string;
10138
+ "pageCount"?: number;
10139
+ }
10140
+
9831
10141
  export interface CalendarUrlResponse {
9832
10142
  "calendarUrl"?: string;
9833
10143
  "selfUri"?: string;
@@ -10471,6 +10781,7 @@ declare namespace Models {
10471
10781
  "numberOfContactsMessaged"?: number;
10472
10782
  "totalNumberOfContacts"?: number;
10473
10783
  "percentage"?: number;
10784
+ "numberOfContactsSkipped"?: { [key: string]: number; };
10474
10785
  }
10475
10786
 
10476
10787
  export interface CampaignRule {
@@ -11419,6 +11730,34 @@ declare namespace Models {
11419
11730
  "priority"?: boolean;
11420
11731
  }
11421
11732
 
11733
+ export interface ConfusionDetails {
11734
+ "intents"?: Array<Models.ConfusionIntentDetails>;
11735
+ }
11736
+
11737
+ export interface ConfusionInfo {
11738
+ "intents"?: Array<Models.ConfusionIntentInfo>;
11739
+ }
11740
+
11741
+ export interface ConfusionIntentDetails {
11742
+ "id"?: string;
11743
+ "name"?: string;
11744
+ "utteranceCount"?: number;
11745
+ "utterances"?: Array<Models.ConfusionUtterance>;
11746
+ "selfUri"?: string;
11747
+ }
11748
+
11749
+ export interface ConfusionIntentInfo {
11750
+ "id"?: string;
11751
+ "name"?: string;
11752
+ "utteranceCount"?: number;
11753
+ }
11754
+
11755
+ export interface ConfusionUtterance {
11756
+ "id"?: string;
11757
+ "text"?: string;
11758
+ "similarity"?: number;
11759
+ }
11760
+
11422
11761
  export interface ConnectRate {
11423
11762
  "attempts"?: number;
11424
11763
  "connects"?: number;
@@ -11629,6 +11968,7 @@ declare namespace Models {
11629
11968
  "automaticTimeZoneMapping"?: boolean;
11630
11969
  "zipCodeColumnName"?: string;
11631
11970
  "columnDataTypeSpecifications"?: Array<Models.ColumnDataTypeSpecification>;
11971
+ "trimWhitespace"?: boolean;
11632
11972
  "selfUri"?: string;
11633
11973
  }
11634
11974
 
@@ -13870,6 +14210,8 @@ declare namespace Models {
13870
14210
  "roomId"?: string;
13871
14211
  "routingPriority"?: number;
13872
14212
  "routingRing"?: number;
14213
+ "routingRule"?: string;
14214
+ "routingRuleType"?: string;
13873
14215
  "selectedAgentId"?: string;
13874
14216
  "selectedAgentRank"?: number;
13875
14217
  "selfServed"?: boolean;
@@ -14470,6 +14812,8 @@ declare namespace Models {
14470
14812
  "fullDayManagementUnitDates"?: Array<string>;
14471
14813
  "partialDayStartDateTimes"?: Array<string>;
14472
14814
  "dailyDurationMinutes": number;
14815
+ "durationMinutes"?: Array<number>;
14816
+ "payableMinutes"?: Array<number>;
14473
14817
  "paid"?: boolean;
14474
14818
  }
14475
14819
 
@@ -14479,6 +14823,8 @@ declare namespace Models {
14479
14823
  "fullDayManagementUnitDates"?: Array<string>;
14480
14824
  "partialDayStartDateTimes"?: Array<string>;
14481
14825
  "dailyDurationMinutes": number;
14826
+ "durationMinutes"?: Array<number>;
14827
+ "payableMinutes"?: Array<number>;
14482
14828
  }
14483
14829
 
14484
14830
  export interface CreateBenefitAssessmentJobRequest {
@@ -14637,6 +14983,7 @@ declare namespace Models {
14637
14983
  "mediaTypes"?: Array<string>;
14638
14984
  "queueIds"?: Array<string>;
14639
14985
  "topicIdsFilterType"?: string;
14986
+ "evaluationFormContextIds"?: Array<string>;
14640
14987
  "dateStart"?: string;
14641
14988
  }
14642
14989
 
@@ -14692,6 +15039,7 @@ declare namespace Models {
14692
15039
  "routingRules"?: Array<Models.RoutingRule>;
14693
15040
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
14694
15041
  "bullseye"?: Models.Bullseye;
15042
+ "scoringMethod"?: string;
14695
15043
  "acwSettings"?: Models.AcwSettings;
14696
15044
  "skillEvaluationMethod"?: string;
14697
15045
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -14740,6 +15088,7 @@ declare namespace Models {
14740
15088
  "serviceLevel"?: Models.BuServiceLevel;
14741
15089
  "averageSpeedOfAnswer"?: Models.BuAverageSpeedOfAnswer;
14742
15090
  "abandonRate"?: Models.BuAbandonRate;
15091
+ "impactOverride"?: Models.ServiceGoalTemplateImpactOverride;
14743
15092
  }
14744
15093
 
14745
15094
  export interface CreateShareRequest {
@@ -14780,6 +15129,7 @@ declare namespace Models {
14780
15129
  "timeOffLimitIds"?: Array<string>;
14781
15130
  "autoApprovalRule": string;
14782
15131
  "daysBeforeStartToExpireFromWaitlist"?: number;
15132
+ "hrisTimeOffType"?: Models.HrisTimeOffType;
14783
15133
  "active": boolean;
14784
15134
  }
14785
15135
 
@@ -15086,6 +15436,10 @@ declare namespace Models {
15086
15436
  "loadFullWeeks"?: boolean;
15087
15437
  }
15088
15438
 
15439
+ export interface CurrentUserTimeOffIntegrationStatusRequest {
15440
+ "timeOffRequestIds": Array<string>;
15441
+ }
15442
+
15089
15443
  export interface CursorContactListing {
15090
15444
  "entities"?: Array<Models.ExternalContact>;
15091
15445
  "nextUri"?: string;
@@ -15454,6 +15808,7 @@ declare namespace Models {
15454
15808
  "queues"?: Array<Models.AddressableEntityRef>;
15455
15809
  "topics"?: Array<Models.AddressableEntityRef>;
15456
15810
  "topicIdsFilterType"?: string;
15811
+ "evaluationFormContextIds"?: Array<string>;
15457
15812
  }
15458
15813
 
15459
15814
  export interface DeletableUserReference {
@@ -15660,9 +16015,11 @@ declare namespace Models {
15660
16015
  "isMobile"?: boolean;
15661
16016
  "screenHeight"?: number;
15662
16017
  "screenWidth"?: number;
16018
+ "screenDensity"?: number;
15663
16019
  "fingerprint"?: string;
15664
16020
  "osFamily": string;
15665
16021
  "osVersion": string;
16022
+ "manufacturer"?: string;
15666
16023
  }
15667
16024
 
15668
16025
  export interface DialerAction {
@@ -15904,6 +16261,7 @@ declare namespace Models {
15904
16261
  "contactableStatus"?: { [key: string]: Models.ContactableStatus; };
15905
16262
  "contactColumnTimeZones"?: { [key: string]: Models.ContactColumnTimeZone; };
15906
16263
  "configurationOverrides"?: Models.ConfigurationOverrides;
16264
+ "dateCreated"?: string;
15907
16265
  "selfUri"?: string;
15908
16266
  }
15909
16267
 
@@ -18113,6 +18471,26 @@ declare namespace Models {
18113
18471
  "selfUri"?: string;
18114
18472
  }
18115
18473
 
18474
+ export interface EmergencyGroupDivisionView {
18475
+ "id"?: string;
18476
+ "name": string;
18477
+ "division"?: Models.WritableDivision;
18478
+ "selfUri"?: string;
18479
+ }
18480
+
18481
+ export interface EmergencyGroupDivisionViewEntityListing {
18482
+ "entities"?: Array<Models.EmergencyGroupDivisionView>;
18483
+ "pageSize"?: number;
18484
+ "pageNumber"?: number;
18485
+ "total"?: number;
18486
+ "firstUri"?: string;
18487
+ "nextUri"?: string;
18488
+ "previousUri"?: string;
18489
+ "lastUri"?: string;
18490
+ "selfUri"?: string;
18491
+ "pageCount"?: number;
18492
+ }
18493
+
18116
18494
  export interface EmergencyGroupListing {
18117
18495
  "entities"?: Array<Models.EmergencyGroup>;
18118
18496
  "pageSize"?: number;
@@ -18135,6 +18513,11 @@ declare namespace Models {
18135
18513
  "selfUri"?: string;
18136
18514
  }
18137
18515
 
18516
+ export interface EmpathyScore {
18517
+ "score"?: number;
18518
+ "userId"?: string;
18519
+ }
18520
+
18138
18521
  export interface EmployerInfo {
18139
18522
  "officialName"?: string;
18140
18523
  "employeeId"?: string;
@@ -18223,6 +18606,10 @@ declare namespace Models {
18223
18606
  "entities"?: Array<object>;
18224
18607
  }
18225
18608
 
18609
+ export interface EntityReference {
18610
+ "id": string;
18611
+ }
18612
+
18226
18613
  export interface EntityTypeCriteria {
18227
18614
  "key": string;
18228
18615
  "values": Array<string>;
@@ -18266,6 +18653,45 @@ declare namespace Models {
18266
18653
  "code"?: string;
18267
18654
  }
18268
18655
 
18656
+ export interface EstimateAvailableFullDayTimeOffRequest {
18657
+ "date": string;
18658
+ "requestedDurationMinutes"?: number;
18659
+ }
18660
+
18661
+ export interface EstimateAvailableFullDayTimeOffResponse {
18662
+ "date": string;
18663
+ "durationMinutes": number;
18664
+ "payableMinutes": number;
18665
+ "flexible": boolean;
18666
+ }
18667
+
18668
+ export interface EstimateAvailablePartialDayTimeOffRequest {
18669
+ "date": string;
18670
+ "requestedDurationMinutes"?: number;
18671
+ }
18672
+
18673
+ export interface EstimateAvailablePartialDayTimeOffResponse {
18674
+ "date": string;
18675
+ "durationMinutes": number;
18676
+ "payableMinutes": number;
18677
+ "flexible": boolean;
18678
+ }
18679
+
18680
+ export interface EstimateAvailableTimeOffRequest {
18681
+ "fullDayDates"?: Array<Models.EstimateAvailableFullDayTimeOffRequest>;
18682
+ "partialDayDates"?: Array<Models.EstimateAvailablePartialDayTimeOffRequest>;
18683
+ "activityCodeId": string;
18684
+ "paid": boolean;
18685
+ }
18686
+
18687
+ export interface EstimateAvailableTimeOffResponse {
18688
+ "fullDayDates"?: Array<Models.EstimateAvailableFullDayTimeOffResponse>;
18689
+ "partialDayDates"?: Array<Models.EstimateAvailablePartialDayTimeOffResponse>;
18690
+ "user": Models.UserReference;
18691
+ "activityCodeId": string;
18692
+ "paid": boolean;
18693
+ }
18694
+
18269
18695
  export interface EstimateJobAsyncResponse {
18270
18696
  "id"?: string;
18271
18697
  "selfUri"?: string;
@@ -18506,6 +18932,7 @@ declare namespace Models {
18506
18932
  "evaluationSource"?: Models.EvaluationQualityV2TopicEvaluationSource;
18507
18933
  "assigneeUserId"?: string;
18508
18934
  "previousAssigneeUserId"?: string;
18935
+ "assigneeApplicable"?: boolean;
18509
18936
  "evaluationContextId"?: string;
18510
18937
  "disputeCount"?: number;
18511
18938
  "version"?: number;
@@ -18516,6 +18943,7 @@ declare namespace Models {
18516
18943
  "evaluatorCommentHasUpdated"?: boolean;
18517
18944
  "agentCommentHasUpdated"?: boolean;
18518
18945
  "previousRescoreCount"?: number;
18946
+ "previousEvaluatorUserId"?: string;
18519
18947
  }
18520
18948
 
18521
18949
  export interface EvaluationQualityV2TopicUser {
@@ -18687,6 +19115,7 @@ declare namespace Models {
18687
19115
  "segmentAssignmentEvent"?: Models.SegmentAssignmentEvent;
18688
19116
  "webActionEvent"?: Models.WebActionEvent;
18689
19117
  "webEvent"?: Models.WebEvent;
19118
+ "appEvent"?: Models.AppEvent;
18690
19119
  "createdDate"?: string;
18691
19120
  }
18692
19121
 
@@ -18772,6 +19201,7 @@ declare namespace Models {
18772
19201
  "description"?: string;
18773
19202
  "allowAllDomains"?: boolean;
18774
19203
  "allowedDomains"?: Array<string>;
19204
+ "supportedContent"?: Models.SupportedContentReference;
18775
19205
  "snippet"?: string;
18776
19206
  "dateCreated"?: string;
18777
19207
  "dateModified"?: string;
@@ -18960,6 +19390,8 @@ declare namespace Models {
18960
19390
  "instagramId"?: Models.ExternalContactsContactChangedTopicInstagramId;
18961
19391
  "schema"?: Models.ExternalContactsContactChangedTopicDataSchema;
18962
19392
  "customFields"?: { [key: string]: object; };
19393
+ "createDate"?: string;
19394
+ "modifyDate"?: string;
18963
19395
  }
18964
19396
 
18965
19397
  export interface ExternalContactsContactChangedTopicContactAddress {
@@ -19058,6 +19490,8 @@ declare namespace Models {
19058
19490
  "instagramId"?: Models.ExternalContactsUnresolvedContactChangedTopicInstagramId;
19059
19491
  "schema"?: Models.ExternalContactsUnresolvedContactChangedTopicDataSchema;
19060
19492
  "customFields"?: { [key: string]: object; };
19493
+ "createDate"?: string;
19494
+ "modifyDate"?: string;
19061
19495
  }
19062
19496
 
19063
19497
  export interface ExternalContactsUnresolvedContactChangedTopicContactAddress {
@@ -19853,6 +20287,67 @@ declare namespace Models {
19853
20287
  "selfUri"?: string;
19854
20288
  }
19855
20289
 
20290
+ export interface FlowHealth {
20291
+ "flowVersionInfo"?: Models.FlowHealthVersionInfo;
20292
+ "languageInfo"?: { [key: string]: Models.LocaleInfo; };
20293
+ "intents"?: Array<Models.FlowHealthIntentInfo>;
20294
+ "selfUri"?: string;
20295
+ }
20296
+
20297
+ export interface FlowHealthErrorInfo {
20298
+ "message"?: string;
20299
+ "code"?: string;
20300
+ "messageWithParams"?: string;
20301
+ "messageParams"?: { [key: string]: object; };
20302
+ }
20303
+
20304
+ export interface FlowHealthIntent {
20305
+ "id"?: string;
20306
+ "name"?: string;
20307
+ "flowVersionInfo"?: Models.FlowHealthIntentVersionInfo;
20308
+ "language"?: string;
20309
+ "health"?: Models.HealthInfo;
20310
+ "selfUri"?: string;
20311
+ }
20312
+
20313
+ export interface FlowHealthIntentInfo {
20314
+ "id"?: string;
20315
+ "name"?: string;
20316
+ "languageHealth"?: { [key: string]: Models.LocaleHealth; };
20317
+ "selfUri"?: string;
20318
+ }
20319
+
20320
+ export interface FlowHealthIntentUtterance {
20321
+ "id"?: string;
20322
+ "text"?: string;
20323
+ "issueCount"?: number;
20324
+ "staticValidationResults"?: Array<string>;
20325
+ "outlierInfo"?: Models.OutlierInfo;
20326
+ "confusionInfo"?: Models.ConfusionInfo;
20327
+ }
20328
+
20329
+ export interface FlowHealthIntentVersionInfo {
20330
+ "nluVersion"?: Models.AddressableEntityRef;
20331
+ "flowVersion"?: Models.AddressableEntityRef;
20332
+ "nluDomain"?: Models.AddressableEntityRef;
20333
+ }
20334
+
20335
+ export interface FlowHealthUtterance {
20336
+ "id"?: string;
20337
+ "text"?: string;
20338
+ "issueCount"?: number;
20339
+ "language"?: string;
20340
+ "staticValidationResults"?: Array<string>;
20341
+ "outlierInfo"?: Models.OutlierInfo;
20342
+ "confusionInfo"?: Models.ConfusionDetails;
20343
+ "selfUri"?: string;
20344
+ }
20345
+
20346
+ export interface FlowHealthVersionInfo {
20347
+ "flowVersion"?: Models.AddressableEntityRef;
20348
+ "nluDomain"?: Models.AddressableEntityRef;
20349
+ }
20350
+
19856
20351
  export interface FlowMetricsTopicFlowMetricRecord {
19857
20352
  "metric"?: string;
19858
20353
  "metricDate"?: string;
@@ -19931,6 +20426,8 @@ declare namespace Models {
19931
20426
  "roomId"?: string;
19932
20427
  "routingPriority"?: number;
19933
20428
  "routingRing"?: number;
20429
+ "routingRule"?: string;
20430
+ "routingRuleType"?: string;
19934
20431
  "selectedAgentId"?: string;
19935
20432
  "selectedAgentRank"?: number;
19936
20433
  "selfServed"?: boolean;
@@ -20208,6 +20705,7 @@ declare namespace Models {
20208
20705
 
20209
20706
  export interface ForecastPlanningGroupsResponse {
20210
20707
  "entities"?: Array<Models.ForecastPlanningGroupResponse>;
20708
+ "businessUnitServiceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
20211
20709
  }
20212
20710
 
20213
20711
  export interface ForecastServiceGoalTemplateImpactOverrideResponse {
@@ -20220,6 +20718,7 @@ declare namespace Models {
20220
20718
  "serviceLevel"?: Models.ForecastServiceLevelResponse;
20221
20719
  "averageSpeedOfAnswer"?: Models.ForecastAverageSpeedOfAnswerResponse;
20222
20720
  "abandonRate"?: Models.ForecastAbandonRateResponse;
20721
+ "impactOverride"?: Models.ForecastServiceGoalTemplateImpactOverrideResponse;
20223
20722
  }
20224
20723
 
20225
20724
  export interface ForecastServiceLevelResponse {
@@ -20372,6 +20871,18 @@ declare namespace Models {
20372
20871
  "selfUri"?: string;
20373
20872
  }
20374
20873
 
20874
+ export interface GamificationScorecardChangeTopicEvaluationDetail {
20875
+ "evaluationId"?: string;
20876
+ "conversationId"?: string;
20877
+ "conversationDate"?: string;
20878
+ "formName"?: string;
20879
+ "points"?: number;
20880
+ "maxPoints"?: number;
20881
+ "evaluationScore"?: number;
20882
+ "evaluationScoreDouble"?: number;
20883
+ "mediaTypes"?: Array<string>;
20884
+ }
20885
+
20375
20886
  export interface GamificationScorecardChangeTopicMetric {
20376
20887
  "id"?: string;
20377
20888
  }
@@ -20381,6 +20892,7 @@ declare namespace Models {
20381
20892
  "points"?: number;
20382
20893
  "value"?: number;
20383
20894
  "punctualityEvents"?: Array<Models.GamificationScorecardChangeTopicPunctualityEvent>;
20895
+ "evaluationDetails"?: Array<Models.GamificationScorecardChangeTopicEvaluationDetail>;
20384
20896
  }
20385
20897
 
20386
20898
  export interface GamificationScorecardChangeTopicPunctualityEvent {
@@ -20434,6 +20946,12 @@ declare namespace Models {
20434
20946
  "canUseForScheduling"?: boolean;
20435
20947
  }
20436
20948
 
20949
+ export interface GenerateMeetingIdRequest {
20950
+ "conferenceId"?: string;
20951
+ "ephemeral": boolean;
20952
+ "expireTimeDays"?: number;
20953
+ }
20954
+
20437
20955
  export interface GenericActionEvent {
20438
20956
  "action": Models.GenericEventAction;
20439
20957
  "actionMap"?: Models.ActionEventActionMap;
@@ -20577,6 +21095,49 @@ declare namespace Models {
20577
21095
  "eventInputParameters"?: { [key: string]: string; };
20578
21096
  }
20579
21097
 
21098
+ export interface Grammar {
21099
+ "id"?: string;
21100
+ "name"?: string;
21101
+ "description"?: string;
21102
+ "languages"?: Array<Models.GrammarLanguage>;
21103
+ "selfUri"?: string;
21104
+ }
21105
+
21106
+ export interface GrammarFileUploadRequest {
21107
+ "fileType"?: string;
21108
+ }
21109
+
21110
+ export interface GrammarLanguage {
21111
+ "id"?: string;
21112
+ "grammarId"?: string;
21113
+ "language"?: string;
21114
+ "voiceFileUrl"?: string;
21115
+ "dtmfFileUrl"?: string;
21116
+ "voiceFileMetadata"?: Models.GrammarLanguageFileMetadata;
21117
+ "dtmfFileMetadata"?: Models.GrammarLanguageFileMetadata;
21118
+ "selfUri"?: string;
21119
+ }
21120
+
21121
+ export interface GrammarLanguageFileMetadata {
21122
+ "fileName"?: string;
21123
+ "fileSizeBytes"?: number;
21124
+ "dateUploaded"?: string;
21125
+ "fileType"?: string;
21126
+ }
21127
+
21128
+ export interface GrammarListing {
21129
+ "entities"?: Array<Models.Grammar>;
21130
+ "pageSize"?: number;
21131
+ "pageNumber"?: number;
21132
+ "total"?: number;
21133
+ "firstUri"?: string;
21134
+ "nextUri"?: string;
21135
+ "previousUri"?: string;
21136
+ "lastUri"?: string;
21137
+ "selfUri"?: string;
21138
+ "pageCount"?: number;
21139
+ }
21140
+
20580
21141
  export interface Greeting {
20581
21142
  "id"?: string;
20582
21143
  "name"?: string;
@@ -20815,6 +21376,15 @@ declare namespace Models {
20815
21376
  "value": number;
20816
21377
  }
20817
21378
 
21379
+ export interface HealthInfo {
21380
+ "status"?: string;
21381
+ "errorInfo"?: Models.FlowHealthErrorInfo;
21382
+ "overallScore"?: number;
21383
+ "issueCount"?: number;
21384
+ "staticValidationResults"?: Array<string>;
21385
+ "utterances"?: Array<Models.FlowHealthIntentUtterance>;
21386
+ }
21387
+
20818
21388
  export interface HelpLink {
20819
21389
  "uri"?: string;
20820
21390
  "title"?: string;
@@ -21048,6 +21618,28 @@ declare namespace Models {
21048
21618
  "secondaryId"?: string;
21049
21619
  }
21050
21620
 
21621
+ export interface HrisTimeOffTypeResponse {
21622
+ "id": string;
21623
+ "name": string;
21624
+ "secondaryId"?: string;
21625
+ }
21626
+
21627
+ export interface HrisTimeOffTypesJobReference {
21628
+ "id"?: string;
21629
+ "status"?: string;
21630
+ "selfUri"?: string;
21631
+ }
21632
+
21633
+ export interface HrisTimeOffTypesJobResponse {
21634
+ "entities"?: Array<Models.HrisTimeOffTypeResponse>;
21635
+ "status"?: string;
21636
+ }
21637
+
21638
+ export interface HrisTimeOffTypesResponse {
21639
+ "job"?: Models.HrisTimeOffTypesJobReference;
21640
+ "entities"?: Array<Models.HrisTimeOffTypeResponse>;
21641
+ }
21642
+
21051
21643
  export interface Humanize {
21052
21644
  "enabled"?: boolean;
21053
21645
  "bot"?: Models.BotMessengerProfile;
@@ -21074,6 +21666,26 @@ declare namespace Models {
21074
21666
  "selfUri"?: string;
21075
21667
  }
21076
21668
 
21669
+ export interface IVRDivisionView {
21670
+ "id"?: string;
21671
+ "name": string;
21672
+ "division"?: Models.WritableDivision;
21673
+ "selfUri"?: string;
21674
+ }
21675
+
21676
+ export interface IVRDivisionViewEntityListing {
21677
+ "entities"?: Array<Models.IVRDivisionView>;
21678
+ "pageSize"?: number;
21679
+ "pageNumber"?: number;
21680
+ "total"?: number;
21681
+ "firstUri"?: string;
21682
+ "nextUri"?: string;
21683
+ "previousUri"?: string;
21684
+ "lastUri"?: string;
21685
+ "selfUri"?: string;
21686
+ "pageCount"?: number;
21687
+ }
21688
+
21077
21689
  export interface IVREntityListing {
21078
21690
  "entities"?: Array<Models.IVR>;
21079
21691
  "pageSize"?: number;
@@ -21798,6 +22410,167 @@ declare namespace Models {
21798
22410
  "buildNumber": string;
21799
22411
  }
21800
22412
 
22413
+ export interface JourneyAppEventsNotificationApp {
22414
+ "name"?: string;
22415
+ "namespace"?: string;
22416
+ "version"?: string;
22417
+ "buildNumber"?: string;
22418
+ }
22419
+
22420
+ export interface JourneyAppEventsNotificationAppEventsNotification {
22421
+ "id"?: string;
22422
+ "correlationId"?: string;
22423
+ "externalContact"?: Models.JourneyAppEventsNotificationExternalContact;
22424
+ "createdDate"?: string;
22425
+ "customerId"?: string;
22426
+ "customerIdType"?: string;
22427
+ "session"?: Models.JourneyAppEventsNotificationSession;
22428
+ "eventType"?: string;
22429
+ "appEvent"?: Models.JourneyAppEventsNotificationAppMessage;
22430
+ "outcomeAchievedEvent"?: Models.JourneyAppEventsNotificationOutcomeAchievedMessage;
22431
+ "segmentAssignmentEvent"?: Models.JourneyAppEventsNotificationSegmentAssignmentMessage;
22432
+ }
22433
+
22434
+ export interface JourneyAppEventsNotificationAppMessage {
22435
+ "eventName"?: string;
22436
+ "screenName"?: string;
22437
+ "app"?: Models.JourneyAppEventsNotificationApp;
22438
+ "device"?: Models.JourneyAppEventsNotificationDevice;
22439
+ "ipAddress"?: string;
22440
+ "ipOrganization"?: string;
22441
+ "geolocation"?: Models.JourneyAppEventsNotificationGeoLocation;
22442
+ "sdkLibrary"?: Models.JourneyAppEventsNotificationSdkLibrary;
22443
+ "networkConnectivity"?: Models.JourneyAppEventsNotificationNetworkConnectivity;
22444
+ "mktCampaign"?: Models.JourneyAppEventsNotificationMktCampaign;
22445
+ "searchQuery"?: string;
22446
+ "attributes"?: { [key: string]: Models.JourneyAppEventsNotificationCustomEventAttribute; };
22447
+ "traits"?: { [key: string]: Models.JourneyAppEventsNotificationCustomEventAttribute; };
22448
+ }
22449
+
22450
+ export interface JourneyAppEventsNotificationAssociatedValue {
22451
+ "dataType"?: string;
22452
+ "value"?: number;
22453
+ }
22454
+
22455
+ export interface JourneyAppEventsNotificationBrowser {
22456
+ "family"?: string;
22457
+ "version"?: string;
22458
+ "lang"?: string;
22459
+ "fingerprint"?: string;
22460
+ "viewHeight"?: number;
22461
+ "viewWidth"?: number;
22462
+ "featuresFlash"?: boolean;
22463
+ "featuresJava"?: boolean;
22464
+ "featuresPdf"?: boolean;
22465
+ "featuresWebrtc"?: boolean;
22466
+ }
22467
+
22468
+ export interface JourneyAppEventsNotificationCustomEventAttribute {
22469
+ "value"?: string;
22470
+ "dataType"?: string;
22471
+ }
22472
+
22473
+ export interface JourneyAppEventsNotificationDevice {
22474
+ "type"?: string;
22475
+ "isMobile"?: boolean;
22476
+ "screenHeight"?: number;
22477
+ "screenWidth"?: number;
22478
+ "screenDensity"?: number;
22479
+ "fingerprint"?: string;
22480
+ "osFamily"?: string;
22481
+ "osVersion"?: string;
22482
+ "category"?: string;
22483
+ "manufacturer"?: string;
22484
+ }
22485
+
22486
+ export interface JourneyAppEventsNotificationExternalContact {
22487
+ "id"?: string;
22488
+ "selfUri"?: string;
22489
+ }
22490
+
22491
+ export interface JourneyAppEventsNotificationGeoLocation {
22492
+ "country"?: string;
22493
+ "countryName"?: string;
22494
+ "latitude"?: number;
22495
+ "longitude"?: number;
22496
+ "locality"?: string;
22497
+ "postalCode"?: string;
22498
+ "region"?: string;
22499
+ "regionName"?: string;
22500
+ "timezone"?: string;
22501
+ "source"?: string;
22502
+ }
22503
+
22504
+ export interface JourneyAppEventsNotificationMktCampaign {
22505
+ "content"?: string;
22506
+ "medium"?: string;
22507
+ "name"?: string;
22508
+ "source"?: string;
22509
+ "term"?: string;
22510
+ "clickId"?: string;
22511
+ "network"?: string;
22512
+ }
22513
+
22514
+ export interface JourneyAppEventsNotificationNetworkConnectivity {
22515
+ "carrier"?: string;
22516
+ "bluetoothEnabled"?: boolean;
22517
+ "cellularEnabled"?: boolean;
22518
+ "wifiEnabled"?: boolean;
22519
+ }
22520
+
22521
+ export interface JourneyAppEventsNotificationOutcome {
22522
+ "id"?: string;
22523
+ "selfUri"?: string;
22524
+ "displayName"?: string;
22525
+ "version"?: string;
22526
+ }
22527
+
22528
+ export interface JourneyAppEventsNotificationOutcomeAchievedMessage {
22529
+ "outcome"?: Models.JourneyAppEventsNotificationOutcome;
22530
+ "browser"?: Models.JourneyAppEventsNotificationBrowser;
22531
+ "visitCreatedDate"?: string;
22532
+ "ipAddress"?: string;
22533
+ "ipOrganization"?: string;
22534
+ "userAgentString"?: string;
22535
+ "device"?: Models.JourneyAppEventsNotificationDevice;
22536
+ "geolocation"?: Models.JourneyAppEventsNotificationGeoLocation;
22537
+ "mktCampaign"?: Models.JourneyAppEventsNotificationMktCampaign;
22538
+ "visitReferrer"?: Models.JourneyAppEventsNotificationReferrer;
22539
+ "associatedValue"?: Models.JourneyAppEventsNotificationAssociatedValue;
22540
+ }
22541
+
22542
+ export interface JourneyAppEventsNotificationReferrer {
22543
+ "url"?: string;
22544
+ "domain"?: string;
22545
+ "hostname"?: string;
22546
+ "keywords"?: string;
22547
+ "pathname"?: string;
22548
+ "queryString"?: string;
22549
+ "fragment"?: string;
22550
+ "name"?: string;
22551
+ "medium"?: string;
22552
+ }
22553
+
22554
+ export interface JourneyAppEventsNotificationSdkLibrary {
22555
+ "name"?: string;
22556
+ "version"?: string;
22557
+ }
22558
+
22559
+ export interface JourneyAppEventsNotificationSegment {
22560
+ "id"?: string;
22561
+ "selfUri"?: string;
22562
+ }
22563
+
22564
+ export interface JourneyAppEventsNotificationSegmentAssignmentMessage {
22565
+ "segment"?: Models.JourneyAppEventsNotificationSegment;
22566
+ }
22567
+
22568
+ export interface JourneyAppEventsNotificationSession {
22569
+ "id"?: string;
22570
+ "selfUri"?: string;
22571
+ "type"?: string;
22572
+ }
22573
+
21801
22574
  export interface JourneyAsyncAggregateQueryResponse {
21802
22575
  "results"?: Array<Models.JourneyAggregateDataContainer>;
21803
22576
  "cursor"?: string;
@@ -21896,10 +22669,12 @@ declare namespace Models {
21896
22669
  "isMobile"?: boolean;
21897
22670
  "screenHeight"?: number;
21898
22671
  "screenWidth"?: number;
22672
+ "screenDensity"?: number;
21899
22673
  "fingerprint"?: string;
21900
22674
  "osFamily"?: string;
21901
22675
  "osVersion"?: string;
21902
22676
  "category"?: string;
22677
+ "manufacturer"?: string;
21903
22678
  }
21904
22679
 
21905
22680
  export interface JourneyOutcomeEventsNotificationExternalContact {
@@ -22044,6 +22819,13 @@ declare namespace Models {
22044
22819
  "modifiedDate"?: string;
22045
22820
  }
22046
22821
 
22822
+ export interface JourneySessionEventsNotificationApp {
22823
+ "name"?: string;
22824
+ "namespace"?: string;
22825
+ "version"?: string;
22826
+ "buildNumber"?: string;
22827
+ }
22828
+
22047
22829
  export interface JourneySessionEventsNotificationBrowser {
22048
22830
  "family"?: string;
22049
22831
  "version"?: string;
@@ -22084,10 +22866,12 @@ declare namespace Models {
22084
22866
  "isMobile"?: boolean;
22085
22867
  "screenHeight"?: number;
22086
22868
  "screenWidth"?: number;
22869
+ "screenDensity"?: number;
22087
22870
  "fingerprint"?: string;
22088
22871
  "osFamily"?: string;
22089
22872
  "osVersion"?: string;
22090
22873
  "category"?: string;
22874
+ "manufacturer"?: string;
22091
22875
  }
22092
22876
 
22093
22877
  export interface JourneySessionEventsNotificationExternalContact {
@@ -22118,6 +22902,13 @@ declare namespace Models {
22118
22902
  "network"?: string;
22119
22903
  }
22120
22904
 
22905
+ export interface JourneySessionEventsNotificationNetworkConnectivity {
22906
+ "carrier"?: string;
22907
+ "bluetoothEnabled"?: boolean;
22908
+ "cellularEnabled"?: boolean;
22909
+ "wifiEnabled"?: boolean;
22910
+ }
22911
+
22121
22912
  export interface JourneySessionEventsNotificationOutcome {
22122
22913
  "id"?: string;
22123
22914
  "selfUri"?: string;
@@ -22153,6 +22944,11 @@ declare namespace Models {
22153
22944
  "medium"?: string;
22154
22945
  }
22155
22946
 
22947
+ export interface JourneySessionEventsNotificationSdkLibrary {
22948
+ "name"?: string;
22949
+ "version"?: string;
22950
+ }
22951
+
22156
22952
  export interface JourneySessionEventsNotificationSegment {
22157
22953
  "id"?: string;
22158
22954
  "selfUri"?: string;
@@ -22201,6 +22997,9 @@ declare namespace Models {
22201
22997
  "lastUserDisconnectType"?: string;
22202
22998
  "lastAcdOutcome"?: string;
22203
22999
  "authenticated"?: boolean;
23000
+ "app"?: Models.JourneySessionEventsNotificationApp;
23001
+ "sdkLibrary"?: Models.JourneySessionEventsNotificationSdkLibrary;
23002
+ "networkConnectivity"?: Models.JourneySessionEventsNotificationNetworkConnectivity;
22204
23003
  }
22205
23004
 
22206
23005
  export interface JourneySessionEventsNotificationSessionLastEvent {
@@ -22268,10 +23067,12 @@ declare namespace Models {
22268
23067
  "isMobile"?: boolean;
22269
23068
  "screenHeight"?: number;
22270
23069
  "screenWidth"?: number;
23070
+ "screenDensity"?: number;
22271
23071
  "fingerprint"?: string;
22272
23072
  "osFamily"?: string;
22273
23073
  "osVersion"?: string;
22274
23074
  "category"?: string;
23075
+ "manufacturer"?: string;
22275
23076
  }
22276
23077
 
22277
23078
  export interface JourneyWebActionEventsNotificationEmergencyGroup {
@@ -22404,10 +23205,12 @@ declare namespace Models {
22404
23205
  "isMobile"?: boolean;
22405
23206
  "screenHeight"?: number;
22406
23207
  "screenWidth"?: number;
23208
+ "screenDensity"?: number;
22407
23209
  "fingerprint"?: string;
22408
23210
  "osFamily"?: string;
22409
23211
  "osVersion"?: string;
22410
23212
  "category"?: string;
23213
+ "manufacturer"?: string;
22411
23214
  }
22412
23215
 
22413
23216
  export interface JourneyWebEventsNotificationEventAction {
@@ -22807,6 +23610,12 @@ declare namespace Models {
22807
23610
  "selfUri"?: string;
22808
23611
  }
22809
23612
 
23613
+ export interface KnowledgeBaseCreateRequest {
23614
+ "name": string;
23615
+ "description"?: string;
23616
+ "coreLanguage": string;
23617
+ }
23618
+
22810
23619
  export interface KnowledgeBaseListing {
22811
23620
  "entities"?: Array<Models.KnowledgeBase>;
22812
23621
  "nextUri"?: string;
@@ -22819,6 +23628,11 @@ declare namespace Models {
22819
23628
  "selfUri"?: string;
22820
23629
  }
22821
23630
 
23631
+ export interface KnowledgeBaseUpdateRequest {
23632
+ "name"?: string;
23633
+ "description"?: string;
23634
+ }
23635
+
22822
23636
  export interface KnowledgeCategory {
22823
23637
  "id"?: string;
22824
23638
  "name": string;
@@ -22928,6 +23742,49 @@ declare namespace Models {
22928
23742
  "selfUri"?: string;
22929
23743
  }
22930
23744
 
23745
+ export interface KnowledgeDocumentFeedback {
23746
+ "id"?: string;
23747
+ "documentVariation": Models.EntityReference;
23748
+ "rating": string;
23749
+ "reason"?: string;
23750
+ "comment"?: string;
23751
+ "search"?: Models.EntityReference;
23752
+ "sessionId"?: string;
23753
+ "dateCreated"?: string;
23754
+ "queryType"?: string;
23755
+ "state"?: string;
23756
+ "document": Models.KnowledgeDocumentVersionReference;
23757
+ "application": Models.KnowledgeSearchClientApplication;
23758
+ "conversationContext"?: Models.KnowledgeConversationContext;
23759
+ "userId"?: string;
23760
+ "selfUri"?: string;
23761
+ }
23762
+
23763
+ export interface KnowledgeDocumentFeedbackResponse {
23764
+ "id"?: string;
23765
+ "documentVariation": Models.EntityReference;
23766
+ "rating": string;
23767
+ "reason"?: string;
23768
+ "comment"?: string;
23769
+ "search"?: Models.EntityReference;
23770
+ "sessionId"?: string;
23771
+ "dateCreated"?: string;
23772
+ "queryType"?: string;
23773
+ "state"?: string;
23774
+ "document"?: Models.KnowledgeDocumentVersionReference;
23775
+ "application"?: Models.KnowledgeSearchClientApplication;
23776
+ "conversationContext"?: Models.KnowledgeConversationContextResponse;
23777
+ "user"?: Models.AddressableEntityRef;
23778
+ "selfUri"?: string;
23779
+ }
23780
+
23781
+ export interface KnowledgeDocumentFeedbackResponseListing {
23782
+ "entities"?: Array<Models.KnowledgeDocumentFeedbackResponse>;
23783
+ "nextUri"?: string;
23784
+ "selfUri"?: string;
23785
+ "previousUri"?: string;
23786
+ }
23787
+
22931
23788
  export interface KnowledgeDocumentGuestSearch {
22932
23789
  "query": string;
22933
23790
  "pageSize"?: number;
@@ -23089,6 +23946,13 @@ declare namespace Models {
23089
23946
  "previousUri"?: string;
23090
23947
  }
23091
23948
 
23949
+ export interface KnowledgeDocumentVersionReference {
23950
+ "id"?: string;
23951
+ "knowledgeBase": Models.KnowledgeBaseReference;
23952
+ "versionId": string;
23953
+ "selfUri"?: string;
23954
+ }
23955
+
23092
23956
  export interface KnowledgeDocumentVersionVariation {
23093
23957
  "id"?: string;
23094
23958
  "body"?: Models.DocumentBody;
@@ -23106,6 +23970,16 @@ declare namespace Models {
23106
23970
  "previousUri"?: string;
23107
23971
  }
23108
23972
 
23973
+ export interface KnowledgeDocumentView {
23974
+ "documentVariationId": string;
23975
+ "documentVersionId": string;
23976
+ "searchId"?: string;
23977
+ "queryType"?: string;
23978
+ "application": Models.KnowledgeSearchClientApplication;
23979
+ "sessionId"?: string;
23980
+ "conversationContext"?: Models.KnowledgeConversationContext;
23981
+ }
23982
+
23109
23983
  export interface KnowledgeExportJobDocumentsFilter {
23110
23984
  "interval"?: string;
23111
23985
  "entities"?: Array<Models.Entity>;
@@ -23129,6 +24003,7 @@ declare namespace Models {
23129
24003
  "exportFilter"?: Models.KnowledgeExportJobFilter;
23130
24004
  "status"?: string;
23131
24005
  "knowledgeBase"?: Models.KnowledgeBase;
24006
+ "createdBy"?: Models.UserReference;
23132
24007
  "dateCreated"?: string;
23133
24008
  "dateModified"?: string;
23134
24009
  "errorInformation"?: Models.ErrorBody;
@@ -23174,6 +24049,21 @@ declare namespace Models {
23174
24049
  "selfUri"?: string;
23175
24050
  }
23176
24051
 
24052
+ export interface KnowledgeGuestDocumentFeedback {
24053
+ "id"?: string;
24054
+ "documentVariation": Models.EntityReference;
24055
+ "rating": string;
24056
+ "reason"?: string;
24057
+ "comment"?: string;
24058
+ "search"?: Models.EntityReference;
24059
+ "sessionId"?: string;
24060
+ "dateCreated"?: string;
24061
+ "queryType"?: string;
24062
+ "state"?: string;
24063
+ "document": Models.KnowledgeGuestDocumentVersionReference;
24064
+ "application"?: Models.KnowledgeGuestSearchClientApplication;
24065
+ }
24066
+
23177
24067
  export interface KnowledgeGuestDocumentResponseListing {
23178
24068
  "entities"?: Array<Models.KnowledgeGuestDocument>;
23179
24069
  "nextUri"?: string;
@@ -23214,6 +24104,18 @@ declare namespace Models {
23214
24104
  "values": Array<Models.AddressableEntityRef>;
23215
24105
  }
23216
24106
 
24107
+ export interface KnowledgeGuestDocumentVersionReference {
24108
+ "id"?: string;
24109
+ "versionId": string;
24110
+ }
24111
+
24112
+ export interface KnowledgeGuestSearchClientApplication {
24113
+ "type": string;
24114
+ "deployment"?: Models.EntityReference;
24115
+ "botFlow"?: Models.EntityReference;
24116
+ "assistant"?: Models.EntityReference;
24117
+ }
24118
+
23217
24119
  export interface KnowledgeGuestSession {
23218
24120
  "id"?: string;
23219
24121
  "app": Models.KnowledgeGuestSessionApp;
@@ -23276,12 +24178,15 @@ declare namespace Models {
23276
24178
 
23277
24179
  export interface KnowledgeImportJobResponse {
23278
24180
  "id"?: string;
24181
+ "downloadURL"?: string;
24182
+ "failedEntitiesURL"?: string;
23279
24183
  "uploadKey": string;
23280
24184
  "fileType": string;
23281
24185
  "settings"?: Models.KnowledgeImportJobSettings;
23282
24186
  "status"?: string;
23283
24187
  "report"?: Models.KnowledgeImportJobReport;
23284
24188
  "knowledgeBase"?: Models.KnowledgeBase;
24189
+ "createdBy"?: Models.UserReference;
23285
24190
  "dateCreated"?: string;
23286
24191
  "dateModified"?: string;
23287
24192
  "skipConfirmationStep"?: boolean;
@@ -23414,7 +24319,7 @@ declare namespace Models {
23414
24319
 
23415
24320
  export interface LabelUtilization {
23416
24321
  "maximumCapacity"?: number;
23417
- "interruptingLabels"?: Array<string>;
24322
+ "interruptingLabelIds"?: Array<string>;
23418
24323
  }
23419
24324
 
23420
24325
  export interface Language {
@@ -23809,6 +24714,10 @@ declare namespace Models {
23809
24714
  "selfUri"?: string;
23810
24715
  }
23811
24716
 
24717
+ export interface LearningModulePublishRequest {
24718
+ "termsAndConditionsAccepted"?: boolean;
24719
+ }
24720
+
23812
24721
  export interface LearningModulePublishResponse {
23813
24722
  "id"?: string;
23814
24723
  "version"?: number;
@@ -24294,6 +25203,22 @@ declare namespace Models {
24294
25203
  "nano"?: number;
24295
25204
  }
24296
25205
 
25206
+ export interface LocaleFlowVersionInfo {
25207
+ "nluVersion"?: Models.AddressableEntityRef;
25208
+ }
25209
+
25210
+ export interface LocaleHealth {
25211
+ "overallScore"?: number;
25212
+ "issueCount"?: number;
25213
+ "staticValidationResults"?: Array<string>;
25214
+ }
25215
+
25216
+ export interface LocaleInfo {
25217
+ "status"?: string;
25218
+ "errorInfo"?: Models.FlowHealthErrorInfo;
25219
+ "flowVersionInfo"?: Models.LocaleFlowVersionInfo;
25220
+ }
25221
+
24297
25222
  export interface LocalizedLabels {
24298
25223
  "key"?: string;
24299
25224
  "value"?: string;
@@ -24696,6 +25621,14 @@ declare namespace Models {
24696
25621
  "includeNonAcd"?: boolean;
24697
25622
  }
24698
25623
 
25624
+ export interface MeetingIdRecord {
25625
+ "id"?: string;
25626
+ "ephemeral": boolean;
25627
+ "conferenceId"?: string;
25628
+ "dateExpired"?: string;
25629
+ "selfUri"?: string;
25630
+ }
25631
+
24699
25632
  export interface Member {
24700
25633
  "id": string;
24701
25634
  "selfUri"?: string;
@@ -24919,6 +25852,7 @@ declare namespace Models {
24919
25852
  "recipientType"?: string;
24920
25853
  "authenticated"?: boolean;
24921
25854
  "monitoredParticipantId"?: string;
25855
+ "monitoredParticipant"?: Models.AddressableEntityRef;
24922
25856
  }
24923
25857
 
24924
25858
  export interface MessageMediaPolicy {
@@ -25453,6 +26387,22 @@ declare namespace Models {
25453
26387
  "selfUri"?: string;
25454
26388
  }
25455
26389
 
26390
+ export interface MoveAgentResponse {
26391
+ "user"?: Models.UserReference;
26392
+ "result"?: string;
26393
+ }
26394
+
26395
+ export interface MoveAgentsRequest {
26396
+ "userIds": Array<string>;
26397
+ "destinationManagementUnitId"?: string;
26398
+ }
26399
+
26400
+ export interface MoveAgentsResponse {
26401
+ "requestingUser"?: Models.UserReference;
26402
+ "destinationManagementUnit"?: Models.ManagementUnitReference;
26403
+ "results"?: Array<Models.MoveAgentResponse>;
26404
+ }
26405
+
25456
26406
  export interface MoveManagementUnitRequest {
25457
26407
  "businessUnitId": string;
25458
26408
  }
@@ -25987,6 +26937,7 @@ declare namespace Models {
25987
26937
  "queues"?: Array<Models.AddressableEntityRef>;
25988
26938
  "topics"?: Array<Models.AddressableEntityRef>;
25989
26939
  "topicIdsFilterType"?: string;
26940
+ "evaluationFormContextIds"?: Array<string>;
25990
26941
  "dateStart"?: string;
25991
26942
  }
25992
26943
 
@@ -26070,6 +27021,68 @@ declare namespace Models {
26070
27021
  "configurationFields"?: { [key: string]: object; };
26071
27022
  }
26072
27023
 
27024
+ export interface OpenContentAttachment {
27025
+ "id"?: string;
27026
+ "mediaType": string;
27027
+ "url": string;
27028
+ "mime": string;
27029
+ "text"?: string;
27030
+ "sha256"?: string;
27031
+ "filename"?: string;
27032
+ }
27033
+
27034
+ export interface OpenEvent {
27035
+ "eventType": string;
27036
+ }
27037
+
27038
+ export interface OpenEventNormalizedMessage {
27039
+ "id"?: string;
27040
+ "channel": Models.OpenMessagingChannel;
27041
+ "type": string;
27042
+ "events"?: Array<Models.OpenMessageEvent>;
27043
+ }
27044
+
27045
+ export interface OpenInboundMessageContent {
27046
+ "attachment"?: Models.OpenContentAttachment;
27047
+ }
27048
+
27049
+ export interface OpenInboundMessageMessagingChannel {
27050
+ "from": Models.OpenMessagingFromRecipient;
27051
+ "time": string;
27052
+ "messageId"?: string;
27053
+ "metadata"?: object;
27054
+ }
27055
+
27056
+ export interface OpenInboundMessagingChannel {
27057
+ "from": Models.OpenMessagingFromRecipient;
27058
+ "time": string;
27059
+ }
27060
+
27061
+ export interface OpenInboundMessagingReceiptChannel {
27062
+ "to": Models.OpenMessagingToRecipient;
27063
+ "time": string;
27064
+ }
27065
+
27066
+ export interface OpenInboundNormalizedEvent {
27067
+ "channel": Models.OpenInboundMessagingChannel;
27068
+ "events": Array<Models.OpenEvent>;
27069
+ }
27070
+
27071
+ export interface OpenInboundNormalizedMessage {
27072
+ "channel": Models.OpenInboundMessageMessagingChannel;
27073
+ "text"?: string;
27074
+ "content"?: Array<Models.OpenInboundMessageContent>;
27075
+ "metadata"?: { [key: string]: string; };
27076
+ }
27077
+
27078
+ export interface OpenInboundNormalizedReceipt {
27079
+ "id": string;
27080
+ "channel": Models.OpenInboundMessagingReceiptChannel;
27081
+ "status": string;
27082
+ "reasons"?: Array<Models.ConversationReason>;
27083
+ "isFinalReceipt"?: boolean;
27084
+ }
27085
+
26073
27086
  export interface OpenIntegration {
26074
27087
  "id": string;
26075
27088
  "name": string;
@@ -26129,6 +27142,20 @@ declare namespace Models {
26129
27142
  "attachment"?: Models.ConversationContentAttachment;
26130
27143
  }
26131
27144
 
27145
+ export interface OpenMessageEvent {
27146
+ "eventType": string;
27147
+ "typing"?: Models.ConversationEventTyping;
27148
+ }
27149
+
27150
+ export interface OpenMessageNormalizedMessage {
27151
+ "id"?: string;
27152
+ "channel": Models.OpenMessagingChannel;
27153
+ "type": string;
27154
+ "text"?: string;
27155
+ "content"?: Array<Models.OpenMessageContent>;
27156
+ "metadata"?: { [key: string]: string; };
27157
+ }
27158
+
26132
27159
  export interface OpenMessagingChannel {
26133
27160
  "id"?: string;
26134
27161
  "platform"?: string;
@@ -26173,6 +27200,16 @@ declare namespace Models {
26173
27200
  "metadata"?: { [key: string]: string; };
26174
27201
  }
26175
27202
 
27203
+ export interface OpenReceiptNormalizedMessage {
27204
+ "id": string;
27205
+ "channel": Models.OpenMessagingChannel;
27206
+ "type": string;
27207
+ "status": string;
27208
+ "reasons"?: Array<Models.ConversationReason>;
27209
+ "isFinalReceipt"?: boolean;
27210
+ "direction": string;
27211
+ }
27212
+
26176
27213
  export interface Operation {
26177
27214
  "id"?: string;
26178
27215
  "complete"?: boolean;
@@ -26812,6 +27849,11 @@ declare namespace Models {
26812
27849
  "modifiedDate"?: string;
26813
27850
  }
26814
27851
 
27852
+ export interface OutlierInfo {
27853
+ "outlier"?: boolean;
27854
+ "score"?: number;
27855
+ }
27856
+
26815
27857
  export interface OverallBestPoints {
26816
27858
  "division"?: Models.Division;
26817
27859
  "bestPoints"?: Array<Models.OverallBestPointsItem>;
@@ -28139,6 +29181,10 @@ declare namespace Models {
28139
29181
  "downloadUrl"?: string;
28140
29182
  }
28141
29183
 
29184
+ export interface QueryAgentsIntegrationsRequest {
29185
+ "agentIds": Array<string>;
29186
+ }
29187
+
28142
29188
  export interface QueryCriteria {
28143
29189
  "criteriaKey"?: string;
28144
29190
  "criteriaGroups"?: Array<string>;
@@ -28213,6 +29259,10 @@ declare namespace Models {
28213
29259
  "facetInfo"?: Models.QueryFacetInfo;
28214
29260
  }
28215
29261
 
29262
+ export interface QueryTimeOffIntegrationStatusRequest {
29263
+ "timeOffRequestLookups": Array<Models.TimeOffRequestLookup>;
29264
+ }
29265
+
28216
29266
  export interface QueryTimeOffLimitValuesRequest {
28217
29267
  "timeOffLimitId"?: string;
28218
29268
  "activityCodeId"?: string;
@@ -28243,6 +29293,7 @@ declare namespace Models {
28243
29293
  "routingRules"?: Array<Models.RoutingRule>;
28244
29294
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
28245
29295
  "bullseye"?: Models.Bullseye;
29296
+ "scoringMethod"?: string;
28246
29297
  "acwSettings"?: Models.AcwSettings;
28247
29298
  "skillEvaluationMethod"?: string;
28248
29299
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -30739,6 +31790,7 @@ declare namespace Models {
30739
31790
  "routingRules"?: Array<Models.RoutingRule>;
30740
31791
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
30741
31792
  "bullseye"?: Models.Bullseye;
31793
+ "scoringMethod"?: string;
30742
31794
  "acwSettings"?: Models.AcwSettings;
30743
31795
  "skillEvaluationMethod"?: string;
30744
31796
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -30833,6 +31885,10 @@ declare namespace Models {
30833
31885
  "value": string;
30834
31886
  }
30835
31887
 
31888
+ export interface RecipientFlow {
31889
+ "id"?: string;
31890
+ }
31891
+
30836
31892
  export interface RecipientListing {
30837
31893
  "entities"?: Array<Models.Recipient>;
30838
31894
  "pageSize"?: number;
@@ -30846,6 +31902,10 @@ declare namespace Models {
30846
31902
  "pageCount"?: number;
30847
31903
  }
30848
31904
 
31905
+ export interface RecipientRequest {
31906
+ "flow"?: Models.RecipientFlow;
31907
+ }
31908
+
30849
31909
  export interface Record {
30850
31910
  "name": string;
30851
31911
  "type": string;
@@ -32075,6 +33135,19 @@ declare namespace Models {
32075
33135
  "externalActivityType"?: string;
32076
33136
  }
32077
33137
 
33138
+ export interface ScheduleDivisionViewEntityListing {
33139
+ "entities"?: Array<Models.SchedulesDivisionView>;
33140
+ "pageSize"?: number;
33141
+ "pageNumber"?: number;
33142
+ "total"?: number;
33143
+ "firstUri"?: string;
33144
+ "nextUri"?: string;
33145
+ "previousUri"?: string;
33146
+ "lastUri"?: string;
33147
+ "selfUri"?: string;
33148
+ "pageCount"?: number;
33149
+ }
33150
+
32078
33151
  export interface ScheduleEntityListing {
32079
33152
  "entities"?: Array<Models.Schedule>;
32080
33153
  "pageSize"?: number;
@@ -32139,6 +33212,26 @@ declare namespace Models {
32139
33212
  "selfUri"?: string;
32140
33213
  }
32141
33214
 
33215
+ export interface ScheduleGroupDivisionView {
33216
+ "id"?: string;
33217
+ "name": string;
33218
+ "division"?: Models.WritableDivision;
33219
+ "selfUri"?: string;
33220
+ }
33221
+
33222
+ export interface ScheduleGroupDivisionViewEntityListing {
33223
+ "entities"?: Array<Models.ScheduleGroupDivisionView>;
33224
+ "pageSize"?: number;
33225
+ "pageNumber"?: number;
33226
+ "total"?: number;
33227
+ "firstUri"?: string;
33228
+ "nextUri"?: string;
33229
+ "previousUri"?: string;
33230
+ "lastUri"?: string;
33231
+ "selfUri"?: string;
33232
+ "pageCount"?: number;
33233
+ }
33234
+
32142
33235
  export interface ScheduleGroupEntityListing {
32143
33236
  "entities"?: Array<Models.ScheduleGroup>;
32144
33237
  "pageSize"?: number;
@@ -32178,6 +33271,13 @@ declare namespace Models {
32178
33271
  "severity"?: string;
32179
33272
  }
32180
33273
 
33274
+ export interface SchedulesDivisionView {
33275
+ "id"?: string;
33276
+ "name": string;
33277
+ "division"?: Models.WritableDivision;
33278
+ "selfUri"?: string;
33279
+ }
33280
+
32181
33281
  export interface SchedulingNoForecastOptionsRequest {
32182
33282
  "shiftLength"?: string;
32183
33283
  "shiftStart"?: string;
@@ -32895,6 +33995,7 @@ declare namespace Models {
32895
33995
  "averageSpeedOfAnswer"?: Models.BuAverageSpeedOfAnswer;
32896
33996
  "abandonRate"?: Models.BuAbandonRate;
32897
33997
  "metadata"?: Models.WfmVersionedEntityMetadata;
33998
+ "impactOverride"?: Models.ServiceGoalTemplateImpactOverride;
32898
33999
  "selfUri"?: string;
32899
34000
  }
32900
34001
 
@@ -32937,6 +34038,9 @@ declare namespace Models {
32937
34038
  "lastPage"?: Models.JourneyPage;
32938
34039
  "mktCampaign"?: Models.JourneyCampaign;
32939
34040
  "referrer"?: Models.Referrer;
34041
+ "app"?: Models.JourneyApp;
34042
+ "sdkLibrary"?: Models.SdkLibrary;
34043
+ "networkConnectivity"?: Models.NetworkConnectivity;
32940
34044
  "searchTerms"?: Array<string>;
32941
34045
  "userAgentString"?: string;
32942
34046
  "durationInSeconds"?: number;
@@ -32998,6 +34102,10 @@ declare namespace Models {
32998
34102
  "senderSmsPhoneNumber": string;
32999
34103
  }
33000
34104
 
34105
+ export interface SetTimeOffIntegrationStatusRequest {
34106
+ "integrationStatus": string;
34107
+ }
34108
+
33001
34109
  export interface SetTimeOffLimitValuesRequest {
33002
34110
  "values"?: Array<Models.TimeOffLimitRange>;
33003
34111
  "metadata": Models.WfmVersionedEntityMetadata;
@@ -33085,6 +34193,7 @@ declare namespace Models {
33085
34193
  "lengthMinutes"?: number;
33086
34194
  "activityCodeId"?: string;
33087
34195
  "countsAsPaidTime"?: boolean;
34196
+ "payableMinutes"?: number;
33088
34197
  }
33089
34198
 
33090
34199
  export interface ShiftTradeActivityRule {
@@ -33384,6 +34493,19 @@ declare namespace Models {
33384
34493
  "childConditions"?: Array<Models.SkillGroupCondition>;
33385
34494
  }
33386
34495
 
34496
+ export interface SkillGroupWithMemberDivisions {
34497
+ "id"?: string;
34498
+ "name": string;
34499
+ "division"?: Models.WritableDivision;
34500
+ "description"?: string;
34501
+ "memberCount"?: number;
34502
+ "dateModified"?: string;
34503
+ "dateCreated"?: string;
34504
+ "skillConditions": Array<Models.SkillGroupCondition>;
34505
+ "memberDivisions"?: Array<string>;
34506
+ "selfUri"?: string;
34507
+ }
34508
+
33387
34509
  export interface SkillsToRemove {
33388
34510
  "name"?: string;
33389
34511
  "id"?: string;
@@ -34718,6 +35840,11 @@ declare namespace Models {
34718
35840
  "selfUri"?: string;
34719
35841
  }
34720
35842
 
35843
+ export interface TimeOffBalanceJobResponse {
35844
+ "entities"?: Array<Models.TimeOffBalanceResponse>;
35845
+ "status"?: string;
35846
+ }
35847
+
34721
35848
  export interface TimeOffBalanceRequest {
34722
35849
  "activityCodeIds": Array<string>;
34723
35850
  "dateRanges"?: Array<Models.LocalDateRange>;
@@ -34736,6 +35863,15 @@ declare namespace Models {
34736
35863
  "entities"?: Array<Models.TimeOffBalanceResponse>;
34737
35864
  }
34738
35865
 
35866
+ export interface TimeOffIntegrationStatusResponse {
35867
+ "timeOffRequest": Models.TimeOffRequestReference;
35868
+ "integrationStatus": string;
35869
+ }
35870
+
35871
+ export interface TimeOffIntegrationStatusResponseListing {
35872
+ "entities"?: Array<Models.TimeOffIntegrationStatusResponse>;
35873
+ }
35874
+
34739
35875
  export interface TimeOffLimit {
34740
35876
  "id"?: string;
34741
35877
  "granularity"?: string;
@@ -34798,11 +35934,14 @@ declare namespace Models {
34798
35934
  "partialDayStartDateTimes"?: Array<string>;
34799
35935
  "fullDayManagementUnitDates"?: Array<string>;
34800
35936
  "dailyDurationMinutes"?: number;
35937
+ "durationMinutes"?: Array<number>;
35938
+ "payableMinutes"?: Array<number>;
34801
35939
  "notes"?: string;
34802
35940
  "submittedBy"?: Models.UserReference;
34803
35941
  "submittedDate"?: string;
34804
35942
  "reviewedBy"?: Models.UserReference;
34805
35943
  "reviewedDate"?: string;
35944
+ "syncVersion"?: number;
34806
35945
  "metadata"?: Models.WfmVersionedEntityMetadata;
34807
35946
  "selfUri"?: string;
34808
35947
  }
@@ -34818,6 +35957,11 @@ declare namespace Models {
34818
35957
  "entities": Array<Models.TimeOffRequest>;
34819
35958
  }
34820
35959
 
35960
+ export interface TimeOffRequestLookup {
35961
+ "timeOffRequestId": string;
35962
+ "userId": string;
35963
+ }
35964
+
34821
35965
  export interface TimeOffRequestNotification {
34822
35966
  "timeOffRequestId"?: string;
34823
35967
  "user"?: Models.UserReference;
@@ -34852,6 +35996,8 @@ declare namespace Models {
34852
35996
  "partialDayStartDateTimes"?: Array<string>;
34853
35997
  "fullDayManagementUnitDates"?: Array<string>;
34854
35998
  "dailyDurationMinutes"?: number;
35999
+ "durationMinutes"?: Array<number>;
36000
+ "payableMinutes"?: Array<number>;
34855
36001
  "notes"?: string;
34856
36002
  "submittedBy"?: Models.UserReference;
34857
36003
  "submittedDate"?: string;
@@ -34859,6 +36005,7 @@ declare namespace Models {
34859
36005
  "reviewedDate"?: string;
34860
36006
  "modifiedBy"?: Models.UserReference;
34861
36007
  "modifiedDate"?: string;
36008
+ "syncVersion"?: number;
34862
36009
  "metadata"?: Models.WfmVersionedEntityMetadata;
34863
36010
  "selfUri"?: string;
34864
36011
  }
@@ -35272,6 +36419,7 @@ declare namespace Models {
35272
36419
  "dateStartWorkday"?: string;
35273
36420
  "dateEndWorkday"?: string;
35274
36421
  "percentOfGoal"?: number;
36422
+ "averageValue"?: number;
35275
36423
  }
35276
36424
 
35277
36425
  export interface Trigger {
@@ -36090,6 +37238,7 @@ declare namespace Models {
36090
37238
  "averageSpeedOfAnswer"?: Models.BuAverageSpeedOfAnswer;
36091
37239
  "abandonRate"?: Models.BuAbandonRate;
36092
37240
  "metadata": Models.WfmVersionedEntityMetadata;
37241
+ "impactOverride"?: Models.ServiceGoalTemplateImpactOverride;
36093
37242
  }
36094
37243
 
36095
37244
  export interface UpdateTimeOffLimitRequest {
@@ -36103,6 +37252,7 @@ declare namespace Models {
36103
37252
  "timeOffLimitIds"?: Models.SetWrapperString;
36104
37253
  "autoApprovalRule"?: string;
36105
37254
  "daysBeforeStartToExpireFromWaitlist"?: number;
37255
+ "hrisTimeOffType"?: Models.ValueWrapperHrisTimeOffType;
36106
37256
  "active"?: boolean;
36107
37257
  "metadata": Models.WfmVersionedEntityMetadata;
36108
37258
  }
@@ -36821,6 +37971,7 @@ declare namespace Models {
36821
37971
  "routingRules"?: Array<Models.RoutingRule>;
36822
37972
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
36823
37973
  "bullseye"?: Models.Bullseye;
37974
+ "scoringMethod"?: string;
36824
37975
  "acwSettings"?: Models.AcwSettings;
36825
37976
  "skillEvaluationMethod"?: string;
36826
37977
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -37146,6 +38297,16 @@ declare namespace Models {
37146
38297
  "lastAssociatedStation"?: Models.UserStation;
37147
38298
  }
37148
38299
 
38300
+ export interface UserTimeOffIntegrationStatusResponse {
38301
+ "timeOffRequest": Models.TimeOffRequestReference;
38302
+ "integrationStatus": string;
38303
+ "user": Models.UserReference;
38304
+ }
38305
+
38306
+ export interface UserTimeOffIntegrationStatusResponseListing {
38307
+ "entities"?: Array<Models.UserTimeOffIntegrationStatusResponse>;
38308
+ }
38309
+
37149
38310
  export interface UserTimeOffRequestReference {
37150
38311
  "id"?: string;
37151
38312
  "user": Models.UserReference;
@@ -37598,6 +38759,7 @@ declare namespace Models {
37598
38759
  "dateMutedUntil"?: string;
37599
38760
  "dateSnoozedUntil"?: string;
37600
38761
  "action"?: string;
38762
+ "alertSummary"?: Models.V2MobiusAlertsTopicAlertSummary;
37601
38763
  }
37602
38764
 
37603
38765
  export interface V2MobiusAlertsTopicAlertNotification {
@@ -37611,6 +38773,23 @@ declare namespace Models {
37611
38773
  "type"?: string;
37612
38774
  }
37613
38775
 
38776
+ export interface V2MobiusAlertsTopicAlertSummary {
38777
+ "entities"?: Array<Models.V2MobiusAlertsTopicAlertSummaryEntity>;
38778
+ "conversationId"?: string;
38779
+ "metricType"?: string;
38780
+ "isTeamMemberRuleSummary"?: boolean;
38781
+ "teamMemberRuleSummary"?: boolean;
38782
+ }
38783
+
38784
+ export interface V2MobiusAlertsTopicAlertSummaryEntity {
38785
+ "entityType"?: string;
38786
+ "userDisplayName"?: string;
38787
+ "groupDisplayName"?: string;
38788
+ "queueDisplayName"?: string;
38789
+ "teamDisplayName"?: string;
38790
+ "alerting"?: boolean;
38791
+ }
38792
+
37614
38793
  export interface V2MobiusAlertsTopicCondition {
37615
38794
  "conditions"?: Array<Models.V2MobiusAlertsTopicCondition>;
37616
38795
  "predicates"?: Array<Models.V2MobiusAlertsTopicConditionRulePredicate>;
@@ -37631,6 +38810,7 @@ declare namespace Models {
37631
38810
  "userDisplayName"?: string;
37632
38811
  "groupDisplayName"?: string;
37633
38812
  "queueDisplayName"?: string;
38813
+ "teamDisplayName"?: string;
37634
38814
  }
37635
38815
 
37636
38816
  export interface V2MobiusRulesTopicAlertNotification {
@@ -37658,6 +38838,7 @@ declare namespace Models {
37658
38838
  "userDisplayName"?: string;
37659
38839
  "groupDisplayName"?: string;
37660
38840
  "queueDisplayName"?: string;
38841
+ "teamDisplayName"?: string;
37661
38842
  }
37662
38843
 
37663
38844
  export interface V2MobiusRulesTopicRule {
@@ -37670,6 +38851,7 @@ declare namespace Models {
37670
38851
  "enabled"?: boolean;
37671
38852
  "inAlarm"?: boolean;
37672
38853
  "action"?: string;
38854
+ "dateCreated"?: string;
37673
38855
  }
37674
38856
 
37675
38857
  export interface ValidateAddressRequest {
@@ -38310,6 +39492,7 @@ declare namespace Models {
38310
39492
  "description"?: string;
38311
39493
  "allowAllDomains"?: boolean;
38312
39494
  "allowedDomains"?: Array<string>;
39495
+ "supportedContent"?: Models.SupportedContentReference;
38313
39496
  "snippet"?: string;
38314
39497
  "dateCreated"?: string;
38315
39498
  "dateModified"?: string;
@@ -39119,6 +40302,7 @@ declare namespace Models {
39119
40302
  "endDate": string;
39120
40303
  "userIds"?: Array<string>;
39121
40304
  "includeExceptions"?: boolean;
40305
+ "includeActuals"?: boolean;
39122
40306
  }
39123
40307
 
39124
40308
  export interface WfmHistoricalAdherenceBulkJobReference {
@@ -39166,6 +40350,7 @@ declare namespace Models {
39166
40350
  "conformancePercentage"?: number;
39167
40351
  "impact"?: string;
39168
40352
  "exceptionInfo"?: Array<Models.HistoricalAdherenceExceptionInfo>;
40353
+ "actuals"?: Array<Models.HistoricalAdherenceActuals>;
39169
40354
  "dayMetrics"?: Array<Models.WfmHistoricalAdherenceBulkUserDayMetrics>;
39170
40355
  }
39171
40356
 
@@ -39258,6 +40443,22 @@ declare namespace Models {
39258
40443
  "granularity"?: string;
39259
40444
  }
39260
40445
 
40446
+ export interface WfmIntegrationListing {
40447
+ "entities"?: Array<Models.WfmIntegrationResponse>;
40448
+ }
40449
+
40450
+ export interface WfmIntegrationReference {
40451
+ "id"?: string;
40452
+ "selfUri"?: string;
40453
+ }
40454
+
40455
+ export interface WfmIntegrationResponse {
40456
+ "id"?: string;
40457
+ "name"?: string;
40458
+ "active": boolean;
40459
+ "selfUri"?: string;
40460
+ }
40461
+
39261
40462
  export interface WfmIntegrationsHrisTimeOffTypesJobTopicErrorBody {
39262
40463
  "status"?: number;
39263
40464
  "code"?: string;
@@ -40124,6 +41325,7 @@ declare namespace Models {
40124
41325
  "maxPoints"?: number;
40125
41326
  "value"?: number;
40126
41327
  "punctualityEvents"?: Array<Models.PunctualityEvent>;
41328
+ "evaluationDetails"?: Array<Models.QualityEvaluationScoreItem>;
40127
41329
  }
40128
41330
 
40129
41331
  export interface WorkdayMetricListing {
@@ -41010,6 +42212,7 @@ declare namespace Models {
41010
42212
  "callable"?: boolean;
41011
42213
  "phoneNumberStatus"?: { [key: string]: Models.PhoneNumberStatus; };
41012
42214
  "contactableStatus"?: { [key: string]: Models.ContactableStatus; };
42215
+ "dateCreated"?: string;
41013
42216
  }
41014
42217
 
41015
42218
  export interface WritableDivision {