purecloud-platform-client-v2 173.1.0 → 174.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 +1427 -101
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1427 -101
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +1427 -101
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +1427 -101
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +1076 -18
  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 +493 -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 +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/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>;
@@ -394,8 +406,13 @@ declare class ArchitectApi {
394
406
  getFlowsOutcome(flowOutcomeId: string): Promise<Models.FlowOutcome>;
395
407
  getFlowsOutcomes(opts?: ArchitectApi.getFlowsOutcomesOptions): Promise<Models.FlowOutcomeListing>;
396
408
  getFlowsOutcomesDivisionviews(opts?: ArchitectApi.getFlowsOutcomesDivisionviewsOptions): Promise<Models.FlowOutcomeDivisionViewEntityListing>;
409
+ patchArchitectGrammar(grammarId: string, opts?: ArchitectApi.patchArchitectGrammarOptions): Promise<Models.Grammar>;
397
410
  postArchitectDependencytrackingBuild(): Promise<void>;
398
411
  postArchitectEmergencygroups(body: Models.EmergencyGroup): Promise<Models.EmergencyGroup>;
412
+ postArchitectGrammarLanguageFilesDtmf(grammarId: string, languageCode: string, body: Models.GrammarFileUploadRequest): Promise<Models.UploadUrlResponse>;
413
+ postArchitectGrammarLanguageFilesVoice(grammarId: string, languageCode: string, body: Models.GrammarFileUploadRequest): Promise<Models.UploadUrlResponse>;
414
+ postArchitectGrammarLanguages(grammarId: string, body: Models.GrammarLanguage): Promise<Models.GrammarLanguage>;
415
+ postArchitectGrammars(body: Models.Grammar): Promise<Models.Grammar>;
399
416
  postArchitectIvrs(body: Models.IVR): Promise<Models.IVR>;
400
417
  postArchitectPromptHistory(promptId: string): Promise<Models.Operation>;
401
418
  postArchitectPromptResources(promptId: string, body: Models.PromptAssetCreate): Promise<Models.PromptAsset>;
@@ -502,6 +519,29 @@ declare namespace ArchitectApi {
502
519
  "sortOrder"?: string;
503
520
  "name"?: string;
504
521
  }
522
+ export interface getArchitectEmergencygroupsDivisionviewsOptions {
523
+ "pageNumber"?: number;
524
+ "pageSize"?: number;
525
+ "sortBy"?: string;
526
+ "sortOrder"?: string;
527
+ "id"?: Array<string>;
528
+ "name"?: string;
529
+ "divisionId"?: Array<string>;
530
+ }
531
+ export interface getArchitectGrammarOptions {
532
+ "includeFileUrls"?: boolean;
533
+ }
534
+ export interface getArchitectGrammarsOptions {
535
+ "pageNumber"?: number;
536
+ "pageSize"?: number;
537
+ "sortBy"?: string;
538
+ "sortOrder"?: string;
539
+ "id"?: Array<string>;
540
+ "name"?: string;
541
+ "description"?: string;
542
+ "nameOrDescription"?: string;
543
+ "includeFileUrls"?: boolean;
544
+ }
505
545
  export interface getArchitectIvrsOptions {
506
546
  "pageNumber"?: number;
507
547
  "pageSize"?: number;
@@ -511,6 +551,15 @@ declare namespace ArchitectApi {
511
551
  "dnis"?: string;
512
552
  "scheduleGroup"?: string;
513
553
  }
554
+ export interface getArchitectIvrsDivisionviewsOptions {
555
+ "pageNumber"?: number;
556
+ "pageSize"?: number;
557
+ "sortBy"?: string;
558
+ "sortOrder"?: string;
559
+ "id"?: Array<string>;
560
+ "name"?: string;
561
+ "divisionId"?: Array<string>;
562
+ }
514
563
  export interface getArchitectPromptHistoryHistoryIdOptions {
515
564
  "pageNumber"?: number;
516
565
  "pageSize"?: number;
@@ -540,6 +589,15 @@ declare namespace ArchitectApi {
540
589
  "scheduleIds"?: string;
541
590
  "divisionId"?: Array<string>;
542
591
  }
592
+ export interface getArchitectSchedulegroupsDivisionviewsOptions {
593
+ "pageNumber"?: number;
594
+ "pageSize"?: number;
595
+ "sortBy"?: string;
596
+ "sortOrder"?: string;
597
+ "id"?: Array<string>;
598
+ "name"?: string;
599
+ "divisionId"?: Array<string>;
600
+ }
543
601
  export interface getArchitectSchedulesOptions {
544
602
  "pageNumber"?: number;
545
603
  "pageSize"?: number;
@@ -548,6 +606,15 @@ declare namespace ArchitectApi {
548
606
  "name"?: string;
549
607
  "divisionId"?: Array<string>;
550
608
  }
609
+ export interface getArchitectSchedulesDivisionviewsOptions {
610
+ "pageNumber"?: number;
611
+ "pageSize"?: number;
612
+ "sortBy"?: string;
613
+ "sortOrder"?: string;
614
+ "id"?: Array<string>;
615
+ "name"?: string;
616
+ "divisionId"?: Array<string>;
617
+ }
551
618
  export interface getArchitectSystempromptHistoryHistoryIdOptions {
552
619
  "pageNumber"?: number;
553
620
  "pageSize"?: number;
@@ -715,6 +782,9 @@ declare namespace ArchitectApi {
715
782
  "name"?: string;
716
783
  "divisionId"?: Array<string>;
717
784
  }
785
+ export interface patchArchitectGrammarOptions {
786
+ "body"?: Models.Grammar;
787
+ }
718
788
  export interface postFlowsOptions {
719
789
  "language"?: string;
720
790
  }
@@ -1155,6 +1225,7 @@ declare class ConversationsApi {
1155
1225
  deleteConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
1156
1226
  deleteConversationsCallParticipantConsult(conversationId: string, participantId: string): Promise<void>;
1157
1227
  deleteConversationsEmailMessagesDraftAttachment(conversationId: string, attachmentId: string): Promise<void>;
1228
+ deleteConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId: string): Promise<void>;
1158
1229
  deleteConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string): Promise<void>;
1159
1230
  deleteConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string): Promise<void>;
1160
1231
  deleteConversationsMessagingIntegrationsLineIntegrationId(integrationId: string): Promise<void>;
@@ -1221,6 +1292,8 @@ declare class ConversationsApi {
1221
1292
  getConversationsMessageParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsMessageParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
1222
1293
  getConversationsMessageParticipantWrapupcodes(conversationId: string, participantId: string): Promise<Array<Models.WrapupCode>>;
1223
1294
  getConversationsMessages(): Promise<Models.MessageConversationEntityListing>;
1295
+ getConversationsMessagesCachedmedia(opts?: ConversationsApi.getConversationsMessagesCachedmediaOptions): Promise<Models.CachedMediaItemEntityListing>;
1296
+ getConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId: string): Promise<Models.CachedMediaItem>;
1224
1297
  getConversationsMessagingFacebookApp(): Promise<Models.FacebookAppCredentials>;
1225
1298
  getConversationsMessagingIntegrations(opts?: ConversationsApi.getConversationsMessagingIntegrationsOptions): Promise<Models.MessagingIntegrationEntityListing>;
1226
1299
  getConversationsMessagingIntegrationsFacebook(opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookOptions): Promise<Models.FacebookIntegrationEntityListing>;
@@ -1248,36 +1321,37 @@ declare class ConversationsApi {
1248
1321
  getConversationsSocialParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsSocialParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1249
1322
  getConversationsVideoDetails(conferenceId: string): Promise<Models.VideoConferenceDetails>;
1250
1323
  getConversationsVideoParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsVideoParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1324
+ getConversationsVideosMeeting(meetingId: string): Promise<Models.MeetingIdRecord>;
1251
1325
  patchConversationParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1252
1326
  patchConversationParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1253
1327
  patchConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
1254
1328
  patchConversationsAftercallworkConversationIdParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.AfterCallWorkUpdate): Promise<Models.AfterCallWorkUpdate>;
1255
1329
  patchConversationsCall(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1256
1330
  patchConversationsCallParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1257
- patchConversationsCallParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1331
+ patchConversationsCallParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<Models.ParticipantAttributes>;
1258
1332
  patchConversationsCallParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1259
1333
  patchConversationsCallParticipantConsult(conversationId: string, participantId: string, body: Models.ConsultTransferUpdate): Promise<Models.ConsultTransferResponse>;
1260
1334
  patchConversationsCallback(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1261
1335
  patchConversationsCallbackParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1262
- patchConversationsCallbackParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1336
+ patchConversationsCallbackParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<Models.ParticipantAttributes>;
1263
1337
  patchConversationsCallbackParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1264
1338
  patchConversationsCallbacks(body: Models.PatchCallbackRequest): Promise<Models.PatchCallbackResponse>;
1265
1339
  patchConversationsChat(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1266
1340
  patchConversationsChatParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1267
- patchConversationsChatParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1341
+ patchConversationsChatParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<Models.ParticipantAttributes>;
1268
1342
  patchConversationsChatParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1269
1343
  patchConversationsCobrowsesession(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1270
1344
  patchConversationsCobrowsesessionParticipant(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsCobrowsesessionParticipantOptions): Promise<void>;
1271
- patchConversationsCobrowsesessionParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsCobrowsesessionParticipantAttributesOptions): Promise<void>;
1345
+ patchConversationsCobrowsesessionParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsCobrowsesessionParticipantAttributesOptions): Promise<Models.ParticipantAttributes>;
1272
1346
  patchConversationsCobrowsesessionParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1273
1347
  patchConversationsEmail(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1274
1348
  patchConversationsEmailMessagesDraft(conversationId: string, opts?: ConversationsApi.patchConversationsEmailMessagesDraftOptions): Promise<Models.EmailMessage>;
1275
1349
  patchConversationsEmailParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1276
- patchConversationsEmailParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
1350
+ patchConversationsEmailParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<Models.ParticipantAttributes>;
1277
1351
  patchConversationsEmailParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1278
1352
  patchConversationsMessage(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1279
1353
  patchConversationsMessageParticipant(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantOptions): Promise<void>;
1280
- patchConversationsMessageParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantAttributesOptions): Promise<void>;
1354
+ patchConversationsMessageParticipantAttributes(conversationId: string, participantId: string, opts?: ConversationsApi.patchConversationsMessageParticipantAttributesOptions): Promise<Models.ParticipantAttributes>;
1281
1355
  patchConversationsMessageParticipantCommunication(conversationId: string, participantId: string, communicationId: string, body: Models.MediaParticipantRequest): Promise<object>;
1282
1356
  patchConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, body: Models.FacebookIntegrationUpdateRequest): Promise<Models.FacebookIntegration>;
1283
1357
  patchConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, body: Models.InstagramIntegrationUpdateRequest): Promise<Models.InstagramIntegration>;
@@ -1341,6 +1415,9 @@ declare class ConversationsApi {
1341
1415
  postConversationsMessageCommunicationMessages(conversationId: string, communicationId: string, body: Models.AdditionalMessage, opts?: ConversationsApi.postConversationsMessageCommunicationMessagesOptions): Promise<Models.MessageData>;
1342
1416
  postConversationsMessageCommunicationMessagesMedia(conversationId: string, communicationId: string): Promise<Models.MessageMediaData>;
1343
1417
  postConversationsMessageCommunicationTyping(conversationId: string, communicationId: string, body: Models.MessageTypingEventRequest): Promise<void>;
1418
+ postConversationsMessageInboundOpenEvent(integrationId: string, body: Models.OpenInboundNormalizedEvent): Promise<Models.OpenEventNormalizedMessage>;
1419
+ postConversationsMessageInboundOpenMessage(integrationId: string, body: Models.OpenInboundNormalizedMessage): Promise<Models.OpenMessageNormalizedMessage>;
1420
+ postConversationsMessageInboundOpenReceipt(integrationId: string, body: Models.OpenInboundNormalizedReceipt): Promise<Models.OpenReceiptNormalizedMessage>;
1344
1421
  postConversationsMessageMessagesBulk(conversationId: string, opts?: ConversationsApi.postConversationsMessageMessagesBulkOptions): Promise<Models.TextMessageListing>;
1345
1422
  postConversationsMessageParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsMessageParticipantCommunicationWrapupOptions): Promise<void>;
1346
1423
  postConversationsMessageParticipantMonitor(conversationId: string, participantId: string): Promise<void>;
@@ -1360,6 +1437,7 @@ declare class ConversationsApi {
1360
1437
  postConversationsScreenshareParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsScreenshareParticipantCommunicationWrapupOptions): Promise<void>;
1361
1438
  postConversationsSocialParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsSocialParticipantCommunicationWrapupOptions): Promise<void>;
1362
1439
  postConversationsVideoParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsVideoParticipantCommunicationWrapupOptions): Promise<void>;
1440
+ postConversationsVideosMeetings(body: Models.GenerateMeetingIdRequest): Promise<Models.MeetingIdRecord>;
1363
1441
  putConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
1364
1442
  putConversationSecureattributes(conversationId: string, body: Models.ConversationSecureAttributes): Promise<string>;
1365
1443
  putConversationTags(conversationId: string, body: Models.ConversationTagsUpdate): Promise<string>;
@@ -1452,6 +1530,11 @@ declare namespace ConversationsApi {
1452
1530
  export interface getConversationsMessageParticipantWrapupOptions {
1453
1531
  "provisional"?: boolean;
1454
1532
  }
1533
+ export interface getConversationsMessagesCachedmediaOptions {
1534
+ "pageSize"?: number;
1535
+ "pageNumber"?: number;
1536
+ "url"?: string;
1537
+ }
1455
1538
  export interface getConversationsMessagingIntegrationsOptions {
1456
1539
  "pageSize"?: number;
1457
1540
  "pageNumber"?: number;
@@ -2457,6 +2540,7 @@ declare class JourneyApi {
2457
2540
  deleteJourneySegment(segmentId: string): Promise<void>;
2458
2541
  getAnalyticsJourneysAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
2459
2542
  getAnalyticsJourneysAggregatesJobResults(jobId: string, opts?: JourneyApi.getAnalyticsJourneysAggregatesJobResultsOptions): Promise<Models.JourneyAsyncAggregateQueryResponse>;
2543
+ getExternalcontactsContactJourneySessions(contactId: string, opts?: JourneyApi.getExternalcontactsContactJourneySessionsOptions): Promise<Models.SessionListing>;
2460
2544
  getJourneyActionmap(actionMapId: string): Promise<Models.ActionMap>;
2461
2545
  getJourneyActionmaps(opts?: JourneyApi.getJourneyActionmapsOptions): Promise<Models.ActionMapListing>;
2462
2546
  getJourneyActionmapsEstimatesJob(jobId: string): Promise<string>;
@@ -2487,6 +2571,7 @@ declare class JourneyApi {
2487
2571
  postJourneyActionmaps(opts?: JourneyApi.postJourneyActionmapsOptions): Promise<Models.ActionMap>;
2488
2572
  postJourneyActionmapsEstimatesJobs(body: Models.ActionMapEstimateRequest): Promise<Models.EstimateJobAsyncResponse>;
2489
2573
  postJourneyActiontemplates(opts?: JourneyApi.postJourneyActiontemplatesOptions): Promise<Models.ActionTemplate>;
2574
+ postJourneyDeploymentAppevents(deploymentId: string, opts?: JourneyApi.postJourneyDeploymentAppeventsOptions): Promise<Models.AppEventResponse>;
2490
2575
  postJourneyOutcomes(opts?: JourneyApi.postJourneyOutcomesOptions): Promise<Models.Outcome>;
2491
2576
  postJourneyOutcomesAttributionsJobs(opts?: JourneyApi.postJourneyOutcomesAttributionsJobsOptions): Promise<Models.OutcomeAttributionAsyncResponse>;
2492
2577
  postJourneyOutcomesPredictors(opts?: JourneyApi.postJourneyOutcomesPredictorsOptions): Promise<Models.OutcomePredictor>;
@@ -2500,6 +2585,11 @@ declare namespace JourneyApi {
2500
2585
  export interface getAnalyticsJourneysAggregatesJobResultsOptions {
2501
2586
  "cursor"?: string;
2502
2587
  }
2588
+ export interface getExternalcontactsContactJourneySessionsOptions {
2589
+ "pageSize"?: string;
2590
+ "after"?: string;
2591
+ "includeMerged"?: boolean;
2592
+ }
2503
2593
  export interface getJourneyActionmapsOptions {
2504
2594
  "pageNumber"?: number;
2505
2595
  "pageSize"?: number;
@@ -2571,6 +2661,9 @@ declare namespace JourneyApi {
2571
2661
  export interface postJourneyActiontemplatesOptions {
2572
2662
  "body"?: Models.ActionTemplate;
2573
2663
  }
2664
+ export interface postJourneyDeploymentAppeventsOptions {
2665
+ "body"?: Models.AppEventRequest;
2666
+ }
2574
2667
  export interface postJourneyOutcomesOptions {
2575
2668
  "body"?: Models.Outcome;
2576
2669
  }
@@ -2603,6 +2696,8 @@ declare class KnowledgeApi {
2603
2696
  getKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseCategoriesOptions): Promise<Models.CategoryResponseListing>;
2604
2697
  getKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string): Promise<Models.CategoryResponse>;
2605
2698
  getKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentOptions): Promise<Models.KnowledgeDocumentResponse>;
2699
+ getKnowledgeKnowledgebaseDocumentFeedback(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentFeedbackOptions): Promise<Models.KnowledgeDocumentFeedbackResponseListing>;
2700
+ getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(knowledgeBaseId: string, documentId: string, feedbackId: string): Promise<Models.KnowledgeDocumentFeedbackResponse>;
2606
2701
  getKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationOptions): Promise<Models.DocumentVariation>;
2607
2702
  getKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationsOptions): Promise<Models.DocumentVariationListing>;
2608
2703
  getKnowledgeKnowledgebaseDocumentVersion(knowledgeBaseId: string, documentId: string, versionId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionOptions): Promise<Models.KnowledgeDocumentVersion>;
@@ -2611,7 +2706,7 @@ declare class KnowledgeApi {
2611
2706
  getKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionsOptions): Promise<Models.KnowledgeDocumentVersionListing>;
2612
2707
  getKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentsOptions): Promise<Models.KnowledgeDocumentResponseListing>;
2613
2708
  getKnowledgeKnowledgebaseExportJob(knowledgeBaseId: string, exportJobId: string): Promise<Models.KnowledgeExportJobResponse>;
2614
- getKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string): Promise<Models.KnowledgeImportJobResponse>;
2709
+ getKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseImportJobOptions): Promise<Models.KnowledgeImportJobResponse>;
2615
2710
  getKnowledgeKnowledgebaseLabel(knowledgeBaseId: string, labelId: string): Promise<Models.LabelResponse>;
2616
2711
  getKnowledgeKnowledgebaseLabels(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLabelsOptions): Promise<Models.LabelListing>;
2617
2712
  getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageCategoriesOptions): Promise<Models.CategoryListing>;
@@ -2627,7 +2722,7 @@ declare class KnowledgeApi {
2627
2722
  getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
2628
2723
  getKnowledgeKnowledgebases(opts?: KnowledgeApi.getKnowledgeKnowledgebasesOptions): Promise<Models.KnowledgeBaseListing>;
2629
2724
  patchKnowledgeGuestSessionDocumentsSearchSearchId(sessionId: string, searchId: string, body: Models.SearchUpdateRequest): Promise<void>;
2630
- patchKnowledgeKnowledgebase(knowledgeBaseId: string, body: Models.KnowledgeBase): Promise<Models.KnowledgeBase>;
2725
+ patchKnowledgeKnowledgebase(knowledgeBaseId: string, body: Models.KnowledgeBaseUpdateRequest): Promise<Models.KnowledgeBase>;
2631
2726
  patchKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string, body: Models.CategoryUpdateRequest): Promise<Models.CategoryResponse>;
2632
2727
  patchKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
2633
2728
  patchKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
@@ -2640,12 +2735,15 @@ declare class KnowledgeApi {
2640
2735
  patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImport>;
2641
2736
  patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
2642
2737
  postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
2738
+ postKnowledgeGuestSessionDocumentFeedback(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentFeedbackOptions): Promise<Models.KnowledgeGuestDocumentFeedback>;
2643
2739
  postKnowledgeGuestSessionDocumentsSearch(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchOptions): Promise<Models.KnowledgeDocumentGuestSearch>;
2644
2740
  postKnowledgeGuestSessionDocumentsSearchSuggestions(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions): Promise<Models.KnowledgeGuestDocumentSuggestion>;
2645
2741
  postKnowledgeGuestSessions(body: Models.KnowledgeGuestSession): Promise<Models.KnowledgeGuestSession>;
2646
2742
  postKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, body: Models.CategoryCreateRequest): Promise<Models.CategoryResponse>;
2743
+ postKnowledgeKnowledgebaseDocumentFeedback(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentFeedbackOptions): Promise<Models.KnowledgeDocumentFeedbackResponse>;
2647
2744
  postKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
2648
2745
  postKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentVersion): Promise<Models.KnowledgeDocumentVersion>;
2746
+ postKnowledgeKnowledgebaseDocumentViews(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentViewsOptions): Promise<void>;
2649
2747
  postKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
2650
2748
  postKnowledgeKnowledgebaseDocumentsBulkRemove(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkRemoveRequest): Promise<Models.BulkResponse>;
2651
2749
  postKnowledgeKnowledgebaseDocumentsBulkUpdate(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkUpdateRequest): Promise<Models.BulkResponse>;
@@ -2662,7 +2760,7 @@ declare class KnowledgeApi {
2662
2760
  postKnowledgeKnowledgebaseLanguageTrainingPromote(knowledgeBaseId: string, languageCode: string, trainingId: string): Promise<Models.KnowledgeTraining>;
2663
2761
  postKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeTraining>;
2664
2762
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseSearchOptions): Promise<Models.KnowledgeSearchResponse>;
2665
- postKnowledgeKnowledgebases(body: Models.KnowledgeBase): Promise<Models.KnowledgeBase>;
2763
+ postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
2666
2764
  }
2667
2765
 
2668
2766
  declare namespace KnowledgeApi {
@@ -2696,6 +2794,19 @@ declare namespace KnowledgeApi {
2696
2794
  "expand"?: Array<string>;
2697
2795
  "state"?: string;
2698
2796
  }
2797
+ export interface getKnowledgeKnowledgebaseDocumentFeedbackOptions {
2798
+ "before"?: string;
2799
+ "after"?: string;
2800
+ "pageSize"?: string;
2801
+ "onlyCommented"?: boolean;
2802
+ "documentVersionId"?: string;
2803
+ "documentVariationId"?: string;
2804
+ "appType"?: string;
2805
+ "queryType"?: string;
2806
+ "userId"?: string;
2807
+ "queueId"?: string;
2808
+ "state"?: string;
2809
+ }
2699
2810
  export interface getKnowledgeKnowledgebaseDocumentVariationOptions {
2700
2811
  "documentState"?: string;
2701
2812
  }
@@ -2732,6 +2843,9 @@ declare namespace KnowledgeApi {
2732
2843
  "expand"?: Array<string>;
2733
2844
  "externalIds"?: Array<string>;
2734
2845
  }
2846
+ export interface getKnowledgeKnowledgebaseImportJobOptions {
2847
+ "expand"?: Array<string>;
2848
+ }
2735
2849
  export interface getKnowledgeKnowledgebaseLabelsOptions {
2736
2850
  "before"?: string;
2737
2851
  "after"?: string;
@@ -2793,6 +2907,9 @@ declare namespace KnowledgeApi {
2793
2907
  export interface patchKnowledgeKnowledgebaseDocumentsSearchSearchIdOptions {
2794
2908
  "body"?: Models.SearchUpdateRequest;
2795
2909
  }
2910
+ export interface postKnowledgeGuestSessionDocumentFeedbackOptions {
2911
+ "body"?: Models.KnowledgeGuestDocumentFeedback;
2912
+ }
2796
2913
  export interface postKnowledgeGuestSessionDocumentsSearchOptions {
2797
2914
  "expand"?: Array<string>;
2798
2915
  "body"?: Models.KnowledgeDocumentGuestSearchRequest;
@@ -2800,6 +2917,12 @@ declare namespace KnowledgeApi {
2800
2917
  export interface postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions {
2801
2918
  "body"?: Models.KnowledgeGuestDocumentSuggestionRequest;
2802
2919
  }
2920
+ export interface postKnowledgeKnowledgebaseDocumentFeedbackOptions {
2921
+ "body"?: Models.KnowledgeDocumentFeedback;
2922
+ }
2923
+ export interface postKnowledgeKnowledgebaseDocumentViewsOptions {
2924
+ "body"?: Models.KnowledgeDocumentView;
2925
+ }
2803
2926
  export interface postKnowledgeKnowledgebaseDocumentsSearchOptions {
2804
2927
  "expand"?: Array<string>;
2805
2928
  "body"?: Models.KnowledgeDocumentSearchRequest;
@@ -3911,6 +4034,7 @@ declare namespace QualityApi {
3911
4034
  "evaluatorUserId"?: string;
3912
4035
  "name"?: string;
3913
4036
  "group"?: string;
4037
+ "formContextId"?: string;
3914
4038
  }
3915
4039
  export interface getQualityCalibrationOptions {
3916
4040
  "calibratorId"?: string;
@@ -3949,6 +4073,7 @@ declare namespace QualityApi {
3949
4073
  "queueId"?: string;
3950
4074
  "startTime"?: string;
3951
4075
  "endTime"?: string;
4076
+ "formContextId"?: string;
3952
4077
  "evaluationState"?: Array<string>;
3953
4078
  "isReleased"?: boolean;
3954
4079
  "agentHasRead"?: boolean;
@@ -4372,7 +4497,7 @@ declare class RoutingApi {
4372
4497
  postRoutingQueueWrapupcodes(queueId: string, body: Array<Models.WrapUpCodeReference>): Promise<Array<Models.WrapupCode>>;
4373
4498
  postRoutingQueues(body: Models.CreateQueueRequest): Promise<Models.Queue>;
4374
4499
  postRoutingSkillgroupMembersDivisions(skillGroupId: string, opts?: RoutingApi.postRoutingSkillgroupMembersDivisionsOptions): Promise<void>;
4375
- postRoutingSkillgroups(body: Models.SkillGroup): Promise<Models.SkillGroup>;
4500
+ postRoutingSkillgroups(body: Models.SkillGroupWithMemberDivisions): Promise<Models.SkillGroupWithMemberDivisions>;
4376
4501
  postRoutingSkills(body: Models.RoutingSkill): Promise<Models.RoutingSkill>;
4377
4502
  postRoutingSmsAddresses(body: Models.SmsAddressProvision): Promise<Models.SmsAddress>;
4378
4503
  postRoutingSmsPhonenumbers(body: Models.SmsPhoneNumberProvision): Promise<Models.SmsPhoneNumber>;
@@ -4383,7 +4508,7 @@ declare class RoutingApi {
4383
4508
  postUserRoutingskills(userId: string, body: Models.UserRoutingSkillPost): Promise<Models.UserRoutingSkill>;
4384
4509
  putRoutingEmailDomainRoute(domainName: string, routeId: string, body: Models.InboundRoute): Promise<Models.InboundRoute>;
4385
4510
  putRoutingEmailOutboundDomainActivation(domainId: string): Promise<Models.EmailOutboundDomainResult>;
4386
- putRoutingMessageRecipient(recipientId: string, body: Models.Recipient): Promise<Models.Recipient>;
4511
+ putRoutingMessageRecipient(recipientId: string, body: Models.RecipientRequest): Promise<Models.Recipient>;
4387
4512
  putRoutingQueue(queueId: string, body: Models.QueueRequest): Promise<Models.Queue>;
4388
4513
  putRoutingSettings(body: Models.RoutingSettings): Promise<Models.RoutingSettings>;
4389
4514
  putRoutingSettingsTranscription(body: Models.TranscriptionSettings): Promise<Models.TranscriptionSettings>;
@@ -4435,6 +4560,7 @@ declare namespace RoutingApi {
4435
4560
  }
4436
4561
  export interface getRoutingMessageRecipientsOptions {
4437
4562
  "messengerType"?: string;
4563
+ "name"?: string;
4438
4564
  "pageSize"?: number;
4439
4565
  "pageNumber"?: number;
4440
4566
  }
@@ -5548,13 +5674,16 @@ declare namespace TextbotsApi {
5548
5674
  declare class TokensApi {
5549
5675
  deleteToken(userId: string): Promise<void>;
5550
5676
  deleteTokensMe(): Promise<void>;
5551
- getTokensMe(): Promise<Models.TokenInfo>;
5677
+ getTokensMe(opts?: TokensApi.getTokensMeOptions): Promise<Models.TokenInfo>;
5552
5678
  getTokensTimeout(): Promise<Models.IdleTokenTimeout>;
5553
5679
  headTokensMe(): Promise<void>;
5554
5680
  putTokensTimeout(opts?: TokensApi.putTokensTimeoutOptions): Promise<Models.IdleTokenTimeout>;
5555
5681
  }
5556
5682
 
5557
5683
  declare namespace TokensApi {
5684
+ export interface getTokensMeOptions {
5685
+ "preserveIdleTTL"?: boolean;
5686
+ }
5558
5687
  export interface putTokensTimeoutOptions {
5559
5688
  "body"?: Models.IdleTokenTimeout;
5560
5689
  }
@@ -5967,7 +6096,7 @@ declare class WebDeploymentsApi {
5967
6096
  getWebdeploymentsConfigurationVersions(configurationId: string): Promise<Models.WebDeploymentConfigurationVersionEntityListing>;
5968
6097
  getWebdeploymentsConfigurationVersionsDraft(configurationId: string): Promise<Models.WebDeploymentConfigurationVersion>;
5969
6098
  getWebdeploymentsConfigurations(opts?: WebDeploymentsApi.getWebdeploymentsConfigurationsOptions): Promise<Models.WebDeploymentConfigurationVersionEntityListing>;
5970
- getWebdeploymentsDeployment(deploymentId: string): Promise<Models.WebDeployment>;
6099
+ getWebdeploymentsDeployment(deploymentId: string, opts?: WebDeploymentsApi.getWebdeploymentsDeploymentOptions): Promise<Models.WebDeployment>;
5971
6100
  getWebdeploymentsDeploymentCobrowseSessionId(deploymentId: string, sessionId: string): Promise<Models.CobrowseWebMessagingSession>;
5972
6101
  getWebdeploymentsDeploymentConfigurations(deploymentId: string, opts?: WebDeploymentsApi.getWebdeploymentsDeploymentConfigurationsOptions): Promise<Models.WebDeploymentActiveConfigurationOnDeployment>;
5973
6102
  getWebdeploymentsDeployments(opts?: WebDeploymentsApi.getWebdeploymentsDeploymentsOptions): Promise<Models.ExpandableWebDeploymentEntityListing>;
@@ -5988,8 +6117,12 @@ declare namespace WebDeploymentsApi {
5988
6117
  export interface getWebdeploymentsConfigurationsOptions {
5989
6118
  "showOnlyPublished"?: boolean;
5990
6119
  }
6120
+ export interface getWebdeploymentsDeploymentOptions {
6121
+ "expand"?: Array<string>;
6122
+ }
5991
6123
  export interface getWebdeploymentsDeploymentConfigurationsOptions {
5992
6124
  "type"?: string;
6125
+ "expand"?: Array<string>;
5993
6126
  }
5994
6127
  export interface getWebdeploymentsDeploymentsOptions {
5995
6128
  "expand"?: Array<string>;
@@ -6054,8 +6187,8 @@ declare class WorkforceManagementApi {
6054
6187
  getWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string): Promise<Models.BuScheduleRun>;
6055
6188
  getWorkforcemanagementBusinessunitSchedulingRunResult(businessUnitId: string, runId: string, managementUnitIds: Array<string>, expand: Array<string>): Promise<Models.BuRescheduleResult>;
6056
6189
  getWorkforcemanagementBusinessunitSchedulingRuns(businessUnitId: string): Promise<Models.BuScheduleRunListing>;
6057
- getWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string): Promise<Models.ServiceGoalTemplate>;
6058
- getWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string): Promise<Models.ServiceGoalTemplateList>;
6190
+ getWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<Models.ServiceGoalTemplate>;
6191
+ getWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitServicegoaltemplatesOptions): Promise<Models.ServiceGoalTemplateList>;
6059
6192
  getWorkforcemanagementBusinessunitWeekSchedule(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleOptions): Promise<Models.BuScheduleMetadata>;
6060
6193
  getWorkforcemanagementBusinessunitWeekScheduleGenerationresults(businessUnitId: string, weekId: string, scheduleId: string): Promise<Models.ScheduleGenerationResult>;
6061
6194
  getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastOptions): Promise<Models.BuHeadcountForecastResponse>;
@@ -6073,6 +6206,8 @@ declare class WorkforceManagementApi {
6073
6206
  getWorkforcemanagementCalendarUrlIcs(): Promise<Models.CalendarUrlResponse>;
6074
6207
  getWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
6075
6208
  getWorkforcemanagementHistoricaldataImportstatus(): Promise<Models.HistoricalImportStatusListing>;
6209
+ getWorkforcemanagementIntegrationsHris(): Promise<Models.WfmIntegrationListing>;
6210
+ getWorkforcemanagementIntegrationsHrisTimeofftypesJob(jobId: string): Promise<Models.HrisTimeOffTypesJobResponse>;
6076
6211
  getWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
6077
6212
  getWorkforcemanagementManagementunitActivitycodes(managementUnitId: string): Promise<Models.ActivityCodeContainer>;
6078
6213
  getWorkforcemanagementManagementunitAdherence(managementUnitId: string, opts?: WorkforceManagementApi.getWorkforcemanagementManagementunitAdherenceOptions): Promise<Models.UserScheduleAdherenceListing>;
@@ -6101,6 +6236,7 @@ declare class WorkforceManagementApi {
6101
6236
  getWorkforcemanagementSchedulingjob(jobId: string): Promise<Models.SchedulingStatusResponse>;
6102
6237
  getWorkforcemanagementShifttrades(): Promise<Models.ShiftTradeListResponse>;
6103
6238
  getWorkforcemanagementShrinkageJob(jobId: string): Promise<Models.WfmHistoricalShrinkageResponse>;
6239
+ getWorkforcemanagementTimeoffbalanceJob(jobId: string): Promise<Models.TimeOffBalanceJobResponse>;
6104
6240
  getWorkforcemanagementTimeoffrequest(timeOffRequestId: string): Promise<Models.TimeOffRequestResponse>;
6105
6241
  getWorkforcemanagementTimeoffrequestWaitlistpositions(timeOffRequestId: string): Promise<Models.WaitlistPositionListing>;
6106
6242
  getWorkforcemanagementTimeoffrequests(opts?: WorkforceManagementApi.getWorkforcemanagementTimeoffrequestsOptions): Promise<Models.TimeOffRequestList>;
@@ -6113,6 +6249,7 @@ declare class WorkforceManagementApi {
6113
6249
  patchWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
6114
6250
  patchWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeofflimitOptions): Promise<Models.TimeOffLimit>;
6115
6251
  patchWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanOptions): Promise<Models.TimeOffPlan>;
6252
+ patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(managementUnitId: string, timeOffRequestId: string, userId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusOptions): Promise<Models.UserTimeOffIntegrationStatusResponse>;
6116
6253
  patchWorkforcemanagementManagementunitUserTimeoffrequest(managementUnitId: string, userId: string, timeOffRequestId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitUserTimeoffrequestOptions): Promise<Models.TimeOffRequestResponse>;
6117
6254
  patchWorkforcemanagementManagementunitWeekShifttrade(managementUnitId: string, weekDateId: string, tradeId: string, body: Models.PatchShiftTradeRequest): Promise<Models.ShiftTradeResponse>;
6118
6255
  patchWorkforcemanagementManagementunitWorkplan(managementUnitId: string, workPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitWorkplanOptions): Promise<Models.WorkPlan>;
@@ -6124,6 +6261,8 @@ declare class WorkforceManagementApi {
6124
6261
  postWorkforcemanagementAdherenceHistoricalBulk(opts?: WorkforceManagementApi.postWorkforcemanagementAdherenceHistoricalBulkOptions): Promise<Models.WfmHistoricalAdherenceBulkResponse>;
6125
6262
  postWorkforcemanagementAgentAdherenceExplanations(agentId: string, body: Models.AddAdherenceExplanationAdminRequest): Promise<Models.AdherenceExplanationAsyncResponse>;
6126
6263
  postWorkforcemanagementAgentAdherenceExplanationsQuery(agentId: string, body: Models.AgentQueryAdherenceExplanationsRequest, opts?: WorkforceManagementApi.postWorkforcemanagementAgentAdherenceExplanationsQueryOptions): Promise<Models.AgentQueryAdherenceExplanationsResponse>;
6264
+ postWorkforcemanagementAgents(opts?: WorkforceManagementApi.postWorkforcemanagementAgentsOptions): Promise<Models.MoveAgentsResponse>;
6265
+ postWorkforcemanagementAgentsIntegrationsHrisQuery(opts?: WorkforceManagementApi.postWorkforcemanagementAgentsIntegrationsHrisQueryOptions): Promise<Models.AgentsIntegrationsListing>;
6127
6266
  postWorkforcemanagementAgentsMePossibleworkshifts(body: Models.AgentPossibleWorkShiftsRequest): Promise<Models.AgentPossibleWorkShiftsResponse>;
6128
6267
  postWorkforcemanagementAgentschedulesMine(opts?: WorkforceManagementApi.postWorkforcemanagementAgentschedulesMineOptions): Promise<Models.BuCurrentAgentScheduleSearchResponse>;
6129
6268
  postWorkforcemanagementBusinessunitActivitycodes(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitActivitycodesOptions): Promise<Models.BusinessUnitActivityCode>;
@@ -6149,6 +6288,7 @@ declare class WorkforceManagementApi {
6149
6288
  postWorkforcemanagementCalendarUrlIcs(opts?: WorkforceManagementApi.postWorkforcemanagementCalendarUrlIcsOptions): Promise<Models.CalendarUrlResponse>;
6150
6289
  postWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
6151
6290
  postWorkforcemanagementHistoricaldataValidate(opts?: WorkforceManagementApi.postWorkforcemanagementHistoricaldataValidateOptions): Promise<void>;
6291
+ postWorkforcemanagementIntegrationsHriTimeofftypesJobs(hrisIntegrationId: string): Promise<Models.HrisTimeOffTypesResponse>;
6152
6292
  postWorkforcemanagementManagementunitAgentschedulesSearch(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitAgentschedulesSearchOptions): Promise<Models.BuAsyncAgentSchedulesSearchResponse>;
6153
6293
  postWorkforcemanagementManagementunitHistoricaladherencequery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitHistoricaladherencequeryOptions): Promise<Models.WfmHistoricalAdherenceResponse>;
6154
6294
  postWorkforcemanagementManagementunitMove(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitMoveOptions): Promise<Models.MoveManagementUnitResponse>;
@@ -6158,10 +6298,12 @@ declare class WorkforceManagementApi {
6158
6298
  postWorkforcemanagementManagementunitTimeofflimitsValuesQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeofflimitsValuesQueryOptions): Promise<Models.QueryTimeOffLimitValuesResponse>;
6159
6299
  postWorkforcemanagementManagementunitTimeoffplans(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffplansOptions): Promise<Models.TimeOffPlan>;
6160
6300
  postWorkforcemanagementManagementunitTimeoffrequests(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsOptions): Promise<Models.TimeOffRequestList>;
6301
+ postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQueryOptions): Promise<Models.UserTimeOffIntegrationStatusResponseListing>;
6161
6302
  postWorkforcemanagementManagementunitTimeoffrequestsQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsQueryOptions): Promise<Models.TimeOffRequestListing>;
6162
6303
  postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQuery(managementUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQueryOptions): Promise<Models.WaitlistPositionListing>;
6163
6304
  postWorkforcemanagementManagementunitUserTimeoffbalanceJobs(managementUnitId: string, userId: string, body: Models.TimeOffBalanceRequest): Promise<Models.TimeOffBalancesResponse>;
6164
6305
  postWorkforcemanagementManagementunitUserTimeoffrequestTimeoffbalanceJobs(managementUnitId: string, userId: string, timeOffRequestId: string): Promise<Models.TimeOffBalancesResponse>;
6306
+ postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(managementUnitId: string, userId: string, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateOptions): Promise<Models.EstimateAvailableTimeOffResponse>;
6165
6307
  postWorkforcemanagementManagementunitWeekShifttradeMatch(managementUnitId: string, weekDateId: string, tradeId: string, body: Models.MatchShiftTradeRequest): Promise<Models.MatchShiftTradeResponse>;
6166
6308
  postWorkforcemanagementManagementunitWeekShifttrades(managementUnitId: string, weekDateId: string, body: Models.AddShiftTradeRequest): Promise<Models.ShiftTradeResponse>;
6167
6309
  postWorkforcemanagementManagementunitWeekShifttradesSearch(managementUnitId: string, weekDateId: string, body: Models.SearchShiftTradesRequest): Promise<Models.SearchShiftTradesResponse>;
@@ -6176,8 +6318,12 @@ declare class WorkforceManagementApi {
6176
6318
  postWorkforcemanagementSchedules(opts?: WorkforceManagementApi.postWorkforcemanagementSchedulesOptions): Promise<Models.UserScheduleContainer>;
6177
6319
  postWorkforcemanagementTeamAdherenceHistorical(teamId: string, opts?: WorkforceManagementApi.postWorkforcemanagementTeamAdherenceHistoricalOptions): Promise<Models.WfmHistoricalAdherenceResponse>;
6178
6320
  postWorkforcemanagementTeamShrinkageJobs(teamId: string, opts?: WorkforceManagementApi.postWorkforcemanagementTeamShrinkageJobsOptions): Promise<Models.WfmHistoricalShrinkageResponse>;
6321
+ postWorkforcemanagementTimeoffbalanceJobs(body: Models.TimeOffBalanceRequest): Promise<Models.TimeOffBalancesResponse>;
6179
6322
  postWorkforcemanagementTimeofflimitsAvailableQuery(opts?: WorkforceManagementApi.postWorkforcemanagementTimeofflimitsAvailableQueryOptions): Promise<Models.AvailableTimeOffResponse>;
6180
6323
  postWorkforcemanagementTimeoffrequests(opts?: WorkforceManagementApi.postWorkforcemanagementTimeoffrequestsOptions): Promise<Models.TimeOffRequestResponse>;
6324
+ postWorkforcemanagementTimeoffrequestsEstimate(opts?: WorkforceManagementApi.postWorkforcemanagementTimeoffrequestsEstimateOptions): Promise<Models.EstimateAvailableTimeOffResponse>;
6325
+ postWorkforcemanagementTimeoffrequestsIntegrationstatusQuery(opts?: WorkforceManagementApi.postWorkforcemanagementTimeoffrequestsIntegrationstatusQueryOptions): Promise<Models.TimeOffIntegrationStatusResponseListing>;
6326
+ putWorkforcemanagementAgentIntegrationsHris(agentId: string, body: Models.AgentIntegrationsRequest): Promise<Models.AgentIntegrationsResponse>;
6181
6327
  putWorkforcemanagementManagementunitTimeofflimitValues(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.putWorkforcemanagementManagementunitTimeofflimitValuesOptions): Promise<Models.TimeOffLimit>;
6182
6328
  }
6183
6329
 
@@ -6189,6 +6335,12 @@ declare namespace WorkforceManagementApi {
6189
6335
  "feature"?: string;
6190
6336
  "divisionId"?: string;
6191
6337
  }
6338
+ export interface getWorkforcemanagementBusinessunitServicegoaltemplateOptions {
6339
+ "expand"?: Array<string>;
6340
+ }
6341
+ export interface getWorkforcemanagementBusinessunitServicegoaltemplatesOptions {
6342
+ "expand"?: Array<string>;
6343
+ }
6192
6344
  export interface getWorkforcemanagementBusinessunitWeekScheduleOptions {
6193
6345
  "expand"?: string;
6194
6346
  }
@@ -6286,6 +6438,9 @@ declare namespace WorkforceManagementApi {
6286
6438
  export interface patchWorkforcemanagementManagementunitTimeoffplanOptions {
6287
6439
  "body"?: Models.UpdateTimeOffPlanRequest;
6288
6440
  }
6441
+ export interface patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusOptions {
6442
+ "body"?: Models.SetTimeOffIntegrationStatusRequest;
6443
+ }
6289
6444
  export interface patchWorkforcemanagementManagementunitUserTimeoffrequestOptions {
6290
6445
  "body"?: Models.AdminTimeOffRequestPatch;
6291
6446
  }
@@ -6313,6 +6468,12 @@ declare namespace WorkforceManagementApi {
6313
6468
  "forceAsync"?: boolean;
6314
6469
  "forceDownloadService"?: boolean;
6315
6470
  }
6471
+ export interface postWorkforcemanagementAgentsOptions {
6472
+ "body"?: Models.MoveAgentsRequest;
6473
+ }
6474
+ export interface postWorkforcemanagementAgentsIntegrationsHrisQueryOptions {
6475
+ "body"?: Models.QueryAgentsIntegrationsRequest;
6476
+ }
6316
6477
  export interface postWorkforcemanagementAgentschedulesMineOptions {
6317
6478
  "body"?: Models.BuGetCurrentAgentScheduleRequest;
6318
6479
  }
@@ -6386,12 +6547,18 @@ declare namespace WorkforceManagementApi {
6386
6547
  export interface postWorkforcemanagementManagementunitTimeoffrequestsOptions {
6387
6548
  "body"?: Models.CreateAdminTimeOffRequest;
6388
6549
  }
6550
+ export interface postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQueryOptions {
6551
+ "body"?: Models.QueryTimeOffIntegrationStatusRequest;
6552
+ }
6389
6553
  export interface postWorkforcemanagementManagementunitTimeoffrequestsQueryOptions {
6390
6554
  "body"?: Models.TimeOffRequestQueryBody;
6391
6555
  }
6392
6556
  export interface postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQueryOptions {
6393
6557
  "body"?: Models.QueryWaitlistPositionsRequest;
6394
6558
  }
6559
+ export interface postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateOptions {
6560
+ "body"?: Models.EstimateAvailableTimeOffRequest;
6561
+ }
6395
6562
  export interface postWorkforcemanagementManagementunitWeekShifttradesStateBulkOptions {
6396
6563
  "forceAsync"?: boolean;
6397
6564
  }
@@ -6433,6 +6600,12 @@ declare namespace WorkforceManagementApi {
6433
6600
  export interface postWorkforcemanagementTimeoffrequestsOptions {
6434
6601
  "body"?: Models.CreateAgentTimeOffRequest;
6435
6602
  }
6603
+ export interface postWorkforcemanagementTimeoffrequestsEstimateOptions {
6604
+ "body"?: Models.EstimateAvailableTimeOffRequest;
6605
+ }
6606
+ export interface postWorkforcemanagementTimeoffrequestsIntegrationstatusQueryOptions {
6607
+ "body"?: Models.CurrentUserTimeOffIntegrationStatusRequest;
6608
+ }
6436
6609
  export interface putWorkforcemanagementManagementunitTimeofflimitValuesOptions {
6437
6610
  "body"?: Models.SetTimeOffLimitValuesRequest;
6438
6611
  }
@@ -7125,6 +7298,8 @@ declare namespace Models {
7125
7298
  "fullDayManagementUnitDates"?: Array<string>;
7126
7299
  "partialDayStartDateTimes"?: Array<string>;
7127
7300
  "dailyDurationMinutes"?: number;
7301
+ "durationMinutes"?: Array<number>;
7302
+ "payableMinutes"?: Array<number>;
7128
7303
  "metadata": Models.WfmVersionedEntityMetadata;
7129
7304
  }
7130
7305
 
@@ -7213,6 +7388,30 @@ declare namespace Models {
7213
7388
  "selfUri"?: string;
7214
7389
  }
7215
7390
 
7391
+ export interface AgentIntegrationAssociationRequest {
7392
+ "agentExternalId": string;
7393
+ "integrationId": string;
7394
+ "locked": boolean;
7395
+ }
7396
+
7397
+ export interface AgentIntegrationAssociationResponse {
7398
+ "agentExternalId": string;
7399
+ "integration": Models.WfmIntegrationReference;
7400
+ "locked": boolean;
7401
+ }
7402
+
7403
+ export interface AgentIntegrationsRequest {
7404
+ "selectedIntegrationId"?: string;
7405
+ "associatedIntegrations": Array<Models.AgentIntegrationAssociationRequest>;
7406
+ }
7407
+
7408
+ export interface AgentIntegrationsResponse {
7409
+ "agent": Models.UserReference;
7410
+ "selectedIntegration"?: Models.WfmIntegrationReference;
7411
+ "userSelected"?: boolean;
7412
+ "associatedIntegrations": Array<Models.AgentIntegrationAssociationResponse>;
7413
+ }
7414
+
7216
7415
  export interface AgentManagementUnitReference {
7217
7416
  "user"?: Models.UserReference;
7218
7417
  "managementUnit"?: Models.ManagementUnitReference;
@@ -7296,6 +7495,10 @@ declare namespace Models {
7296
7495
  "selfUri"?: string;
7297
7496
  }
7298
7497
 
7498
+ export interface AgentsIntegrationsListing {
7499
+ "entities"?: Array<Models.AgentIntegrationsResponse>;
7500
+ }
7501
+
7299
7502
  export interface AggregateMetricData {
7300
7503
  "metric"?: string;
7301
7504
  "qualifier"?: string;
@@ -7471,8 +7674,8 @@ declare namespace Models {
7471
7674
  }
7472
7675
 
7473
7676
  export interface AnalyticsEvaluation {
7474
- "assigneeId"?: string;
7475
7677
  "assigneeApplicable"?: boolean;
7678
+ "assigneeId"?: string;
7476
7679
  "calibrationId"?: string;
7477
7680
  "contextId"?: string;
7478
7681
  "deleted"?: boolean;
@@ -7673,8 +7876,8 @@ declare namespace Models {
7673
7876
  "videoAddressSelf"?: string;
7674
7877
  "videoRoomId"?: string;
7675
7878
  "waitingInteractionCounts"?: Array<number>;
7676
- "agentGroups"?: Array<Models.AnalyticsAgentGroup>;
7677
7879
  "proposedAgents"?: Array<Models.AnalyticsProposedAgent>;
7880
+ "agentGroups"?: Array<Models.AnalyticsAgentGroup>;
7678
7881
  "mediaEndpointStats"?: Array<Models.AnalyticsMediaEndpointStat>;
7679
7882
  "flow"?: Models.AnalyticsFlow;
7680
7883
  "metrics"?: Array<Models.AnalyticsSessionMetric>;
@@ -7810,6 +8013,60 @@ declare namespace Models {
7810
8013
  "traits"?: { [key: string]: Models.CustomEventAttribute; };
7811
8014
  }
7812
8015
 
8016
+ export interface AppEventRequest {
8017
+ "eventName": string;
8018
+ "screenName": string;
8019
+ "app": Models.JourneyApp;
8020
+ "device": Models.Device;
8021
+ "sdkLibrary"?: Models.SdkLibrary;
8022
+ "networkConnectivity"?: Models.NetworkConnectivity;
8023
+ "referrerUrl"?: string;
8024
+ "session": Models.AppEventRequestSession;
8025
+ "searchQuery"?: string;
8026
+ "attributes"?: { [key: string]: Models.CustomEventAttribute; };
8027
+ "traits"?: { [key: string]: Models.CustomEventAttribute; };
8028
+ "customerCookieId": string;
8029
+ "createdDate": string;
8030
+ }
8031
+
8032
+ export interface AppEventRequestSession {
8033
+ "id": string;
8034
+ "eventCount": number;
8035
+ "screenviewCount": number;
8036
+ }
8037
+
8038
+ export interface AppEventResponse {
8039
+ "id"?: string;
8040
+ "customerId"?: string;
8041
+ "customerIdType"?: string;
8042
+ "eventName"?: string;
8043
+ "screenName"?: string;
8044
+ "app"?: Models.JourneyApp;
8045
+ "device"?: Models.Device;
8046
+ "ipAddress"?: string;
8047
+ "ipOrganization"?: string;
8048
+ "geolocation"?: Models.JourneyGeolocation;
8049
+ "sdkLibrary"?: Models.SdkLibrary;
8050
+ "networkConnectivity"?: Models.NetworkConnectivity;
8051
+ "mktCampaign"?: Models.JourneyCampaign;
8052
+ "session"?: Models.AppEventResponseSession;
8053
+ "searchQuery"?: string;
8054
+ "attributes"?: { [key: string]: Models.CustomEventAttribute; };
8055
+ "traits"?: { [key: string]: Models.CustomEventAttribute; };
8056
+ "createdDate"?: string;
8057
+ "externalContact"?: Models.AddressableEntityRef;
8058
+ }
8059
+
8060
+ export interface AppEventResponseSession {
8061
+ "id"?: string;
8062
+ "durationInSeconds"?: number;
8063
+ "eventCount"?: number;
8064
+ "screenviewCount"?: number;
8065
+ "referrer"?: Models.Referrer;
8066
+ "selfUri"?: string;
8067
+ "createdDate"?: string;
8068
+ }
8069
+
7813
8070
  export interface AppendToDncActionSettings {
7814
8071
  "expire": boolean;
7815
8072
  "expirationDuration"?: string;
@@ -8319,6 +8576,7 @@ declare namespace Models {
8319
8576
  export interface AttendanceStatus {
8320
8577
  "dateWorkday"?: string;
8321
8578
  "attendanceStatusType"?: string;
8579
+ "hasEvaluation"?: string;
8322
8580
  }
8323
8581
 
8324
8582
  export interface AttendanceStatusListing {
@@ -9045,7 +9303,9 @@ declare namespace Models {
9045
9303
  "description"?: string;
9046
9304
  "activityCodeId"?: string;
9047
9305
  "paid"?: boolean;
9306
+ "payableMinutes"?: number;
9048
9307
  "timeOffRequestId"?: string;
9308
+ "timeOffRequestSyncVersion"?: number;
9049
9309
  "externalActivityId"?: string;
9050
9310
  "externalActivityType"?: string;
9051
9311
  }
@@ -9237,7 +9497,9 @@ declare namespace Models {
9237
9497
  "description"?: string;
9238
9498
  "activityCodeId"?: string;
9239
9499
  "paid"?: boolean;
9500
+ "payableMinutes"?: number;
9240
9501
  "timeOffRequestId"?: string;
9502
+ "timeOffRequestSyncVersion"?: number;
9241
9503
  }
9242
9504
 
9243
9505
  export interface BuGenerateScheduleRequest {
@@ -9436,10 +9698,14 @@ declare namespace Models {
9436
9698
 
9437
9699
  export interface BuSchedulingSettingsRequest {
9438
9700
  "messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
9701
+ "syncTimeOffProperties"?: Models.SetWrapperSyncTimeOffProperty;
9702
+ "serviceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
9439
9703
  }
9440
9704
 
9441
9705
  export interface BuSchedulingSettingsResponse {
9442
9706
  "messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
9707
+ "syncTimeOffProperties"?: Array<string>;
9708
+ "serviceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
9443
9709
  }
9444
9710
 
9445
9711
  export interface BuSearchAgentSchedulesRequest {
@@ -9828,6 +10094,30 @@ declare namespace Models {
9828
10094
  "messageType"?: string;
9829
10095
  }
9830
10096
 
10097
+ export interface CachedMediaItem {
10098
+ "id"?: string;
10099
+ "url"?: string;
10100
+ "downloadUrl"?: string;
10101
+ "mediaType"?: string;
10102
+ "contentLengthBytes"?: number;
10103
+ "dateCreated"?: string;
10104
+ "dateExpires"?: string;
10105
+ "selfUri"?: string;
10106
+ }
10107
+
10108
+ export interface CachedMediaItemEntityListing {
10109
+ "entities"?: Array<Models.CachedMediaItem>;
10110
+ "pageSize"?: number;
10111
+ "pageNumber"?: number;
10112
+ "total"?: number;
10113
+ "firstUri"?: string;
10114
+ "nextUri"?: string;
10115
+ "previousUri"?: string;
10116
+ "lastUri"?: string;
10117
+ "selfUri"?: string;
10118
+ "pageCount"?: number;
10119
+ }
10120
+
9831
10121
  export interface CalendarUrlResponse {
9832
10122
  "calendarUrl"?: string;
9833
10123
  "selfUri"?: string;
@@ -10471,6 +10761,7 @@ declare namespace Models {
10471
10761
  "numberOfContactsMessaged"?: number;
10472
10762
  "totalNumberOfContacts"?: number;
10473
10763
  "percentage"?: number;
10764
+ "numberOfContactsSkipped"?: { [key: string]: number; };
10474
10765
  }
10475
10766
 
10476
10767
  export interface CampaignRule {
@@ -13870,6 +14161,8 @@ declare namespace Models {
13870
14161
  "roomId"?: string;
13871
14162
  "routingPriority"?: number;
13872
14163
  "routingRing"?: number;
14164
+ "routingRule"?: string;
14165
+ "routingRuleType"?: string;
13873
14166
  "selectedAgentId"?: string;
13874
14167
  "selectedAgentRank"?: number;
13875
14168
  "selfServed"?: boolean;
@@ -14470,6 +14763,8 @@ declare namespace Models {
14470
14763
  "fullDayManagementUnitDates"?: Array<string>;
14471
14764
  "partialDayStartDateTimes"?: Array<string>;
14472
14765
  "dailyDurationMinutes": number;
14766
+ "durationMinutes"?: Array<number>;
14767
+ "payableMinutes"?: Array<number>;
14473
14768
  "paid"?: boolean;
14474
14769
  }
14475
14770
 
@@ -14479,6 +14774,8 @@ declare namespace Models {
14479
14774
  "fullDayManagementUnitDates"?: Array<string>;
14480
14775
  "partialDayStartDateTimes"?: Array<string>;
14481
14776
  "dailyDurationMinutes": number;
14777
+ "durationMinutes"?: Array<number>;
14778
+ "payableMinutes"?: Array<number>;
14482
14779
  }
14483
14780
 
14484
14781
  export interface CreateBenefitAssessmentJobRequest {
@@ -14637,6 +14934,7 @@ declare namespace Models {
14637
14934
  "mediaTypes"?: Array<string>;
14638
14935
  "queueIds"?: Array<string>;
14639
14936
  "topicIdsFilterType"?: string;
14937
+ "evaluationFormContextIds"?: Array<string>;
14640
14938
  "dateStart"?: string;
14641
14939
  }
14642
14940
 
@@ -14692,6 +14990,7 @@ declare namespace Models {
14692
14990
  "routingRules"?: Array<Models.RoutingRule>;
14693
14991
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
14694
14992
  "bullseye"?: Models.Bullseye;
14993
+ "scoringMethod"?: string;
14695
14994
  "acwSettings"?: Models.AcwSettings;
14696
14995
  "skillEvaluationMethod"?: string;
14697
14996
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -14740,6 +15039,7 @@ declare namespace Models {
14740
15039
  "serviceLevel"?: Models.BuServiceLevel;
14741
15040
  "averageSpeedOfAnswer"?: Models.BuAverageSpeedOfAnswer;
14742
15041
  "abandonRate"?: Models.BuAbandonRate;
15042
+ "impactOverride"?: Models.ServiceGoalTemplateImpactOverride;
14743
15043
  }
14744
15044
 
14745
15045
  export interface CreateShareRequest {
@@ -14780,6 +15080,7 @@ declare namespace Models {
14780
15080
  "timeOffLimitIds"?: Array<string>;
14781
15081
  "autoApprovalRule": string;
14782
15082
  "daysBeforeStartToExpireFromWaitlist"?: number;
15083
+ "hrisTimeOffType"?: Models.HrisTimeOffType;
14783
15084
  "active": boolean;
14784
15085
  }
14785
15086
 
@@ -15086,6 +15387,10 @@ declare namespace Models {
15086
15387
  "loadFullWeeks"?: boolean;
15087
15388
  }
15088
15389
 
15390
+ export interface CurrentUserTimeOffIntegrationStatusRequest {
15391
+ "timeOffRequestIds": Array<string>;
15392
+ }
15393
+
15089
15394
  export interface CursorContactListing {
15090
15395
  "entities"?: Array<Models.ExternalContact>;
15091
15396
  "nextUri"?: string;
@@ -15454,6 +15759,7 @@ declare namespace Models {
15454
15759
  "queues"?: Array<Models.AddressableEntityRef>;
15455
15760
  "topics"?: Array<Models.AddressableEntityRef>;
15456
15761
  "topicIdsFilterType"?: string;
15762
+ "evaluationFormContextIds"?: Array<string>;
15457
15763
  }
15458
15764
 
15459
15765
  export interface DeletableUserReference {
@@ -15660,9 +15966,11 @@ declare namespace Models {
15660
15966
  "isMobile"?: boolean;
15661
15967
  "screenHeight"?: number;
15662
15968
  "screenWidth"?: number;
15969
+ "screenDensity"?: number;
15663
15970
  "fingerprint"?: string;
15664
15971
  "osFamily": string;
15665
15972
  "osVersion": string;
15973
+ "manufacturer"?: string;
15666
15974
  }
15667
15975
 
15668
15976
  export interface DialerAction {
@@ -15904,6 +16212,7 @@ declare namespace Models {
15904
16212
  "contactableStatus"?: { [key: string]: Models.ContactableStatus; };
15905
16213
  "contactColumnTimeZones"?: { [key: string]: Models.ContactColumnTimeZone; };
15906
16214
  "configurationOverrides"?: Models.ConfigurationOverrides;
16215
+ "dateCreated"?: string;
15907
16216
  "selfUri"?: string;
15908
16217
  }
15909
16218
 
@@ -18113,6 +18422,26 @@ declare namespace Models {
18113
18422
  "selfUri"?: string;
18114
18423
  }
18115
18424
 
18425
+ export interface EmergencyGroupDivisionView {
18426
+ "id"?: string;
18427
+ "name": string;
18428
+ "division"?: Models.WritableDivision;
18429
+ "selfUri"?: string;
18430
+ }
18431
+
18432
+ export interface EmergencyGroupDivisionViewEntityListing {
18433
+ "entities"?: Array<Models.EmergencyGroupDivisionView>;
18434
+ "pageSize"?: number;
18435
+ "pageNumber"?: number;
18436
+ "total"?: number;
18437
+ "firstUri"?: string;
18438
+ "nextUri"?: string;
18439
+ "previousUri"?: string;
18440
+ "lastUri"?: string;
18441
+ "selfUri"?: string;
18442
+ "pageCount"?: number;
18443
+ }
18444
+
18116
18445
  export interface EmergencyGroupListing {
18117
18446
  "entities"?: Array<Models.EmergencyGroup>;
18118
18447
  "pageSize"?: number;
@@ -18135,6 +18464,11 @@ declare namespace Models {
18135
18464
  "selfUri"?: string;
18136
18465
  }
18137
18466
 
18467
+ export interface EmpathyScore {
18468
+ "score"?: number;
18469
+ "userId"?: string;
18470
+ }
18471
+
18138
18472
  export interface EmployerInfo {
18139
18473
  "officialName"?: string;
18140
18474
  "employeeId"?: string;
@@ -18223,6 +18557,10 @@ declare namespace Models {
18223
18557
  "entities"?: Array<object>;
18224
18558
  }
18225
18559
 
18560
+ export interface EntityReference {
18561
+ "id": string;
18562
+ }
18563
+
18226
18564
  export interface EntityTypeCriteria {
18227
18565
  "key": string;
18228
18566
  "values": Array<string>;
@@ -18266,6 +18604,45 @@ declare namespace Models {
18266
18604
  "code"?: string;
18267
18605
  }
18268
18606
 
18607
+ export interface EstimateAvailableFullDayTimeOffRequest {
18608
+ "date": string;
18609
+ "requestedDurationMinutes"?: number;
18610
+ }
18611
+
18612
+ export interface EstimateAvailableFullDayTimeOffResponse {
18613
+ "date": string;
18614
+ "durationMinutes": number;
18615
+ "payableMinutes": number;
18616
+ "flexible": boolean;
18617
+ }
18618
+
18619
+ export interface EstimateAvailablePartialDayTimeOffRequest {
18620
+ "date": string;
18621
+ "requestedDurationMinutes"?: number;
18622
+ }
18623
+
18624
+ export interface EstimateAvailablePartialDayTimeOffResponse {
18625
+ "date": string;
18626
+ "durationMinutes": number;
18627
+ "payableMinutes": number;
18628
+ "flexible": boolean;
18629
+ }
18630
+
18631
+ export interface EstimateAvailableTimeOffRequest {
18632
+ "fullDayDates"?: Array<Models.EstimateAvailableFullDayTimeOffRequest>;
18633
+ "partialDayDates"?: Array<Models.EstimateAvailablePartialDayTimeOffRequest>;
18634
+ "activityCodeId": string;
18635
+ "paid": boolean;
18636
+ }
18637
+
18638
+ export interface EstimateAvailableTimeOffResponse {
18639
+ "fullDayDates"?: Array<Models.EstimateAvailableFullDayTimeOffResponse>;
18640
+ "partialDayDates"?: Array<Models.EstimateAvailablePartialDayTimeOffResponse>;
18641
+ "user": Models.UserReference;
18642
+ "activityCodeId": string;
18643
+ "paid": boolean;
18644
+ }
18645
+
18269
18646
  export interface EstimateJobAsyncResponse {
18270
18647
  "id"?: string;
18271
18648
  "selfUri"?: string;
@@ -18506,6 +18883,7 @@ declare namespace Models {
18506
18883
  "evaluationSource"?: Models.EvaluationQualityV2TopicEvaluationSource;
18507
18884
  "assigneeUserId"?: string;
18508
18885
  "previousAssigneeUserId"?: string;
18886
+ "assigneeApplicable"?: boolean;
18509
18887
  "evaluationContextId"?: string;
18510
18888
  "disputeCount"?: number;
18511
18889
  "version"?: number;
@@ -18516,6 +18894,7 @@ declare namespace Models {
18516
18894
  "evaluatorCommentHasUpdated"?: boolean;
18517
18895
  "agentCommentHasUpdated"?: boolean;
18518
18896
  "previousRescoreCount"?: number;
18897
+ "previousEvaluatorUserId"?: string;
18519
18898
  }
18520
18899
 
18521
18900
  export interface EvaluationQualityV2TopicUser {
@@ -18687,6 +19066,7 @@ declare namespace Models {
18687
19066
  "segmentAssignmentEvent"?: Models.SegmentAssignmentEvent;
18688
19067
  "webActionEvent"?: Models.WebActionEvent;
18689
19068
  "webEvent"?: Models.WebEvent;
19069
+ "appEvent"?: Models.AppEvent;
18690
19070
  "createdDate"?: string;
18691
19071
  }
18692
19072
 
@@ -18772,6 +19152,7 @@ declare namespace Models {
18772
19152
  "description"?: string;
18773
19153
  "allowAllDomains"?: boolean;
18774
19154
  "allowedDomains"?: Array<string>;
19155
+ "supportedContent"?: Models.SupportedContentReference;
18775
19156
  "snippet"?: string;
18776
19157
  "dateCreated"?: string;
18777
19158
  "dateModified"?: string;
@@ -18960,6 +19341,8 @@ declare namespace Models {
18960
19341
  "instagramId"?: Models.ExternalContactsContactChangedTopicInstagramId;
18961
19342
  "schema"?: Models.ExternalContactsContactChangedTopicDataSchema;
18962
19343
  "customFields"?: { [key: string]: object; };
19344
+ "createDate"?: string;
19345
+ "modifyDate"?: string;
18963
19346
  }
18964
19347
 
18965
19348
  export interface ExternalContactsContactChangedTopicContactAddress {
@@ -19058,6 +19441,8 @@ declare namespace Models {
19058
19441
  "instagramId"?: Models.ExternalContactsUnresolvedContactChangedTopicInstagramId;
19059
19442
  "schema"?: Models.ExternalContactsUnresolvedContactChangedTopicDataSchema;
19060
19443
  "customFields"?: { [key: string]: object; };
19444
+ "createDate"?: string;
19445
+ "modifyDate"?: string;
19061
19446
  }
19062
19447
 
19063
19448
  export interface ExternalContactsUnresolvedContactChangedTopicContactAddress {
@@ -19931,6 +20316,8 @@ declare namespace Models {
19931
20316
  "roomId"?: string;
19932
20317
  "routingPriority"?: number;
19933
20318
  "routingRing"?: number;
20319
+ "routingRule"?: string;
20320
+ "routingRuleType"?: string;
19934
20321
  "selectedAgentId"?: string;
19935
20322
  "selectedAgentRank"?: number;
19936
20323
  "selfServed"?: boolean;
@@ -20208,6 +20595,7 @@ declare namespace Models {
20208
20595
 
20209
20596
  export interface ForecastPlanningGroupsResponse {
20210
20597
  "entities"?: Array<Models.ForecastPlanningGroupResponse>;
20598
+ "businessUnitServiceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
20211
20599
  }
20212
20600
 
20213
20601
  export interface ForecastServiceGoalTemplateImpactOverrideResponse {
@@ -20220,6 +20608,7 @@ declare namespace Models {
20220
20608
  "serviceLevel"?: Models.ForecastServiceLevelResponse;
20221
20609
  "averageSpeedOfAnswer"?: Models.ForecastAverageSpeedOfAnswerResponse;
20222
20610
  "abandonRate"?: Models.ForecastAbandonRateResponse;
20611
+ "impactOverride"?: Models.ForecastServiceGoalTemplateImpactOverrideResponse;
20223
20612
  }
20224
20613
 
20225
20614
  export interface ForecastServiceLevelResponse {
@@ -20372,6 +20761,18 @@ declare namespace Models {
20372
20761
  "selfUri"?: string;
20373
20762
  }
20374
20763
 
20764
+ export interface GamificationScorecardChangeTopicEvaluationDetail {
20765
+ "evaluationId"?: string;
20766
+ "conversationId"?: string;
20767
+ "conversationDate"?: string;
20768
+ "formName"?: string;
20769
+ "points"?: number;
20770
+ "maxPoints"?: number;
20771
+ "evaluationScore"?: number;
20772
+ "evaluationScoreDouble"?: number;
20773
+ "mediaTypes"?: Array<string>;
20774
+ }
20775
+
20375
20776
  export interface GamificationScorecardChangeTopicMetric {
20376
20777
  "id"?: string;
20377
20778
  }
@@ -20381,6 +20782,7 @@ declare namespace Models {
20381
20782
  "points"?: number;
20382
20783
  "value"?: number;
20383
20784
  "punctualityEvents"?: Array<Models.GamificationScorecardChangeTopicPunctualityEvent>;
20785
+ "evaluationDetails"?: Array<Models.GamificationScorecardChangeTopicEvaluationDetail>;
20384
20786
  }
20385
20787
 
20386
20788
  export interface GamificationScorecardChangeTopicPunctualityEvent {
@@ -20434,6 +20836,12 @@ declare namespace Models {
20434
20836
  "canUseForScheduling"?: boolean;
20435
20837
  }
20436
20838
 
20839
+ export interface GenerateMeetingIdRequest {
20840
+ "conferenceId"?: string;
20841
+ "ephemeral": boolean;
20842
+ "expireTimeDays"?: number;
20843
+ }
20844
+
20437
20845
  export interface GenericActionEvent {
20438
20846
  "action": Models.GenericEventAction;
20439
20847
  "actionMap"?: Models.ActionEventActionMap;
@@ -20577,6 +20985,49 @@ declare namespace Models {
20577
20985
  "eventInputParameters"?: { [key: string]: string; };
20578
20986
  }
20579
20987
 
20988
+ export interface Grammar {
20989
+ "id"?: string;
20990
+ "name"?: string;
20991
+ "description"?: string;
20992
+ "languages"?: Array<Models.GrammarLanguage>;
20993
+ "selfUri"?: string;
20994
+ }
20995
+
20996
+ export interface GrammarFileUploadRequest {
20997
+ "fileType"?: string;
20998
+ }
20999
+
21000
+ export interface GrammarLanguage {
21001
+ "id"?: string;
21002
+ "grammarId"?: string;
21003
+ "language"?: string;
21004
+ "voiceFileUrl"?: string;
21005
+ "dtmfFileUrl"?: string;
21006
+ "voiceFileMetadata"?: Models.GrammarLanguageFileMetadata;
21007
+ "dtmfFileMetadata"?: Models.GrammarLanguageFileMetadata;
21008
+ "selfUri"?: string;
21009
+ }
21010
+
21011
+ export interface GrammarLanguageFileMetadata {
21012
+ "fileName"?: string;
21013
+ "fileSizeBytes"?: number;
21014
+ "dateUploaded"?: string;
21015
+ "fileType"?: string;
21016
+ }
21017
+
21018
+ export interface GrammarListing {
21019
+ "entities"?: Array<Models.Grammar>;
21020
+ "pageSize"?: number;
21021
+ "pageNumber"?: number;
21022
+ "total"?: number;
21023
+ "firstUri"?: string;
21024
+ "nextUri"?: string;
21025
+ "previousUri"?: string;
21026
+ "lastUri"?: string;
21027
+ "selfUri"?: string;
21028
+ "pageCount"?: number;
21029
+ }
21030
+
20580
21031
  export interface Greeting {
20581
21032
  "id"?: string;
20582
21033
  "name"?: string;
@@ -21048,6 +21499,28 @@ declare namespace Models {
21048
21499
  "secondaryId"?: string;
21049
21500
  }
21050
21501
 
21502
+ export interface HrisTimeOffTypeResponse {
21503
+ "id": string;
21504
+ "name": string;
21505
+ "secondaryId"?: string;
21506
+ }
21507
+
21508
+ export interface HrisTimeOffTypesJobReference {
21509
+ "id"?: string;
21510
+ "status"?: string;
21511
+ "selfUri"?: string;
21512
+ }
21513
+
21514
+ export interface HrisTimeOffTypesJobResponse {
21515
+ "entities"?: Array<Models.HrisTimeOffTypeResponse>;
21516
+ "status"?: string;
21517
+ }
21518
+
21519
+ export interface HrisTimeOffTypesResponse {
21520
+ "job"?: Models.HrisTimeOffTypesJobReference;
21521
+ "entities"?: Array<Models.HrisTimeOffTypeResponse>;
21522
+ }
21523
+
21051
21524
  export interface Humanize {
21052
21525
  "enabled"?: boolean;
21053
21526
  "bot"?: Models.BotMessengerProfile;
@@ -21074,6 +21547,26 @@ declare namespace Models {
21074
21547
  "selfUri"?: string;
21075
21548
  }
21076
21549
 
21550
+ export interface IVRDivisionView {
21551
+ "id"?: string;
21552
+ "name": string;
21553
+ "division"?: Models.WritableDivision;
21554
+ "selfUri"?: string;
21555
+ }
21556
+
21557
+ export interface IVRDivisionViewEntityListing {
21558
+ "entities"?: Array<Models.IVRDivisionView>;
21559
+ "pageSize"?: number;
21560
+ "pageNumber"?: number;
21561
+ "total"?: number;
21562
+ "firstUri"?: string;
21563
+ "nextUri"?: string;
21564
+ "previousUri"?: string;
21565
+ "lastUri"?: string;
21566
+ "selfUri"?: string;
21567
+ "pageCount"?: number;
21568
+ }
21569
+
21077
21570
  export interface IVREntityListing {
21078
21571
  "entities"?: Array<Models.IVR>;
21079
21572
  "pageSize"?: number;
@@ -21798,6 +22291,167 @@ declare namespace Models {
21798
22291
  "buildNumber": string;
21799
22292
  }
21800
22293
 
22294
+ export interface JourneyAppEventsNotificationApp {
22295
+ "name"?: string;
22296
+ "namespace"?: string;
22297
+ "version"?: string;
22298
+ "buildNumber"?: string;
22299
+ }
22300
+
22301
+ export interface JourneyAppEventsNotificationAppEventsNotification {
22302
+ "id"?: string;
22303
+ "correlationId"?: string;
22304
+ "externalContact"?: Models.JourneyAppEventsNotificationExternalContact;
22305
+ "createdDate"?: string;
22306
+ "customerId"?: string;
22307
+ "customerIdType"?: string;
22308
+ "session"?: Models.JourneyAppEventsNotificationSession;
22309
+ "eventType"?: string;
22310
+ "appEvent"?: Models.JourneyAppEventsNotificationAppMessage;
22311
+ "outcomeAchievedEvent"?: Models.JourneyAppEventsNotificationOutcomeAchievedMessage;
22312
+ "segmentAssignmentEvent"?: Models.JourneyAppEventsNotificationSegmentAssignmentMessage;
22313
+ }
22314
+
22315
+ export interface JourneyAppEventsNotificationAppMessage {
22316
+ "eventName"?: string;
22317
+ "screenName"?: string;
22318
+ "app"?: Models.JourneyAppEventsNotificationApp;
22319
+ "device"?: Models.JourneyAppEventsNotificationDevice;
22320
+ "ipAddress"?: string;
22321
+ "ipOrganization"?: string;
22322
+ "geolocation"?: Models.JourneyAppEventsNotificationGeoLocation;
22323
+ "sdkLibrary"?: Models.JourneyAppEventsNotificationSdkLibrary;
22324
+ "networkConnectivity"?: Models.JourneyAppEventsNotificationNetworkConnectivity;
22325
+ "mktCampaign"?: Models.JourneyAppEventsNotificationMktCampaign;
22326
+ "searchQuery"?: string;
22327
+ "attributes"?: { [key: string]: Models.JourneyAppEventsNotificationCustomEventAttribute; };
22328
+ "traits"?: { [key: string]: Models.JourneyAppEventsNotificationCustomEventAttribute; };
22329
+ }
22330
+
22331
+ export interface JourneyAppEventsNotificationAssociatedValue {
22332
+ "dataType"?: string;
22333
+ "value"?: number;
22334
+ }
22335
+
22336
+ export interface JourneyAppEventsNotificationBrowser {
22337
+ "family"?: string;
22338
+ "version"?: string;
22339
+ "lang"?: string;
22340
+ "fingerprint"?: string;
22341
+ "viewHeight"?: number;
22342
+ "viewWidth"?: number;
22343
+ "featuresFlash"?: boolean;
22344
+ "featuresJava"?: boolean;
22345
+ "featuresPdf"?: boolean;
22346
+ "featuresWebrtc"?: boolean;
22347
+ }
22348
+
22349
+ export interface JourneyAppEventsNotificationCustomEventAttribute {
22350
+ "value"?: string;
22351
+ "dataType"?: string;
22352
+ }
22353
+
22354
+ export interface JourneyAppEventsNotificationDevice {
22355
+ "type"?: string;
22356
+ "isMobile"?: boolean;
22357
+ "screenHeight"?: number;
22358
+ "screenWidth"?: number;
22359
+ "screenDensity"?: number;
22360
+ "fingerprint"?: string;
22361
+ "osFamily"?: string;
22362
+ "osVersion"?: string;
22363
+ "category"?: string;
22364
+ "manufacturer"?: string;
22365
+ }
22366
+
22367
+ export interface JourneyAppEventsNotificationExternalContact {
22368
+ "id"?: string;
22369
+ "selfUri"?: string;
22370
+ }
22371
+
22372
+ export interface JourneyAppEventsNotificationGeoLocation {
22373
+ "country"?: string;
22374
+ "countryName"?: string;
22375
+ "latitude"?: number;
22376
+ "longitude"?: number;
22377
+ "locality"?: string;
22378
+ "postalCode"?: string;
22379
+ "region"?: string;
22380
+ "regionName"?: string;
22381
+ "timezone"?: string;
22382
+ "source"?: string;
22383
+ }
22384
+
22385
+ export interface JourneyAppEventsNotificationMktCampaign {
22386
+ "content"?: string;
22387
+ "medium"?: string;
22388
+ "name"?: string;
22389
+ "source"?: string;
22390
+ "term"?: string;
22391
+ "clickId"?: string;
22392
+ "network"?: string;
22393
+ }
22394
+
22395
+ export interface JourneyAppEventsNotificationNetworkConnectivity {
22396
+ "carrier"?: string;
22397
+ "bluetoothEnabled"?: boolean;
22398
+ "cellularEnabled"?: boolean;
22399
+ "wifiEnabled"?: boolean;
22400
+ }
22401
+
22402
+ export interface JourneyAppEventsNotificationOutcome {
22403
+ "id"?: string;
22404
+ "selfUri"?: string;
22405
+ "displayName"?: string;
22406
+ "version"?: string;
22407
+ }
22408
+
22409
+ export interface JourneyAppEventsNotificationOutcomeAchievedMessage {
22410
+ "outcome"?: Models.JourneyAppEventsNotificationOutcome;
22411
+ "browser"?: Models.JourneyAppEventsNotificationBrowser;
22412
+ "visitCreatedDate"?: string;
22413
+ "ipAddress"?: string;
22414
+ "ipOrganization"?: string;
22415
+ "userAgentString"?: string;
22416
+ "device"?: Models.JourneyAppEventsNotificationDevice;
22417
+ "geolocation"?: Models.JourneyAppEventsNotificationGeoLocation;
22418
+ "mktCampaign"?: Models.JourneyAppEventsNotificationMktCampaign;
22419
+ "visitReferrer"?: Models.JourneyAppEventsNotificationReferrer;
22420
+ "associatedValue"?: Models.JourneyAppEventsNotificationAssociatedValue;
22421
+ }
22422
+
22423
+ export interface JourneyAppEventsNotificationReferrer {
22424
+ "url"?: string;
22425
+ "domain"?: string;
22426
+ "hostname"?: string;
22427
+ "keywords"?: string;
22428
+ "pathname"?: string;
22429
+ "queryString"?: string;
22430
+ "fragment"?: string;
22431
+ "name"?: string;
22432
+ "medium"?: string;
22433
+ }
22434
+
22435
+ export interface JourneyAppEventsNotificationSdkLibrary {
22436
+ "name"?: string;
22437
+ "version"?: string;
22438
+ }
22439
+
22440
+ export interface JourneyAppEventsNotificationSegment {
22441
+ "id"?: string;
22442
+ "selfUri"?: string;
22443
+ }
22444
+
22445
+ export interface JourneyAppEventsNotificationSegmentAssignmentMessage {
22446
+ "segment"?: Models.JourneyAppEventsNotificationSegment;
22447
+ }
22448
+
22449
+ export interface JourneyAppEventsNotificationSession {
22450
+ "id"?: string;
22451
+ "selfUri"?: string;
22452
+ "type"?: string;
22453
+ }
22454
+
21801
22455
  export interface JourneyAsyncAggregateQueryResponse {
21802
22456
  "results"?: Array<Models.JourneyAggregateDataContainer>;
21803
22457
  "cursor"?: string;
@@ -21896,10 +22550,12 @@ declare namespace Models {
21896
22550
  "isMobile"?: boolean;
21897
22551
  "screenHeight"?: number;
21898
22552
  "screenWidth"?: number;
22553
+ "screenDensity"?: number;
21899
22554
  "fingerprint"?: string;
21900
22555
  "osFamily"?: string;
21901
22556
  "osVersion"?: string;
21902
22557
  "category"?: string;
22558
+ "manufacturer"?: string;
21903
22559
  }
21904
22560
 
21905
22561
  export interface JourneyOutcomeEventsNotificationExternalContact {
@@ -22044,6 +22700,13 @@ declare namespace Models {
22044
22700
  "modifiedDate"?: string;
22045
22701
  }
22046
22702
 
22703
+ export interface JourneySessionEventsNotificationApp {
22704
+ "name"?: string;
22705
+ "namespace"?: string;
22706
+ "version"?: string;
22707
+ "buildNumber"?: string;
22708
+ }
22709
+
22047
22710
  export interface JourneySessionEventsNotificationBrowser {
22048
22711
  "family"?: string;
22049
22712
  "version"?: string;
@@ -22084,10 +22747,12 @@ declare namespace Models {
22084
22747
  "isMobile"?: boolean;
22085
22748
  "screenHeight"?: number;
22086
22749
  "screenWidth"?: number;
22750
+ "screenDensity"?: number;
22087
22751
  "fingerprint"?: string;
22088
22752
  "osFamily"?: string;
22089
22753
  "osVersion"?: string;
22090
22754
  "category"?: string;
22755
+ "manufacturer"?: string;
22091
22756
  }
22092
22757
 
22093
22758
  export interface JourneySessionEventsNotificationExternalContact {
@@ -22118,6 +22783,13 @@ declare namespace Models {
22118
22783
  "network"?: string;
22119
22784
  }
22120
22785
 
22786
+ export interface JourneySessionEventsNotificationNetworkConnectivity {
22787
+ "carrier"?: string;
22788
+ "bluetoothEnabled"?: boolean;
22789
+ "cellularEnabled"?: boolean;
22790
+ "wifiEnabled"?: boolean;
22791
+ }
22792
+
22121
22793
  export interface JourneySessionEventsNotificationOutcome {
22122
22794
  "id"?: string;
22123
22795
  "selfUri"?: string;
@@ -22153,6 +22825,11 @@ declare namespace Models {
22153
22825
  "medium"?: string;
22154
22826
  }
22155
22827
 
22828
+ export interface JourneySessionEventsNotificationSdkLibrary {
22829
+ "name"?: string;
22830
+ "version"?: string;
22831
+ }
22832
+
22156
22833
  export interface JourneySessionEventsNotificationSegment {
22157
22834
  "id"?: string;
22158
22835
  "selfUri"?: string;
@@ -22201,6 +22878,9 @@ declare namespace Models {
22201
22878
  "lastUserDisconnectType"?: string;
22202
22879
  "lastAcdOutcome"?: string;
22203
22880
  "authenticated"?: boolean;
22881
+ "app"?: Models.JourneySessionEventsNotificationApp;
22882
+ "sdkLibrary"?: Models.JourneySessionEventsNotificationSdkLibrary;
22883
+ "networkConnectivity"?: Models.JourneySessionEventsNotificationNetworkConnectivity;
22204
22884
  }
22205
22885
 
22206
22886
  export interface JourneySessionEventsNotificationSessionLastEvent {
@@ -22268,10 +22948,12 @@ declare namespace Models {
22268
22948
  "isMobile"?: boolean;
22269
22949
  "screenHeight"?: number;
22270
22950
  "screenWidth"?: number;
22951
+ "screenDensity"?: number;
22271
22952
  "fingerprint"?: string;
22272
22953
  "osFamily"?: string;
22273
22954
  "osVersion"?: string;
22274
22955
  "category"?: string;
22956
+ "manufacturer"?: string;
22275
22957
  }
22276
22958
 
22277
22959
  export interface JourneyWebActionEventsNotificationEmergencyGroup {
@@ -22404,10 +23086,12 @@ declare namespace Models {
22404
23086
  "isMobile"?: boolean;
22405
23087
  "screenHeight"?: number;
22406
23088
  "screenWidth"?: number;
23089
+ "screenDensity"?: number;
22407
23090
  "fingerprint"?: string;
22408
23091
  "osFamily"?: string;
22409
23092
  "osVersion"?: string;
22410
23093
  "category"?: string;
23094
+ "manufacturer"?: string;
22411
23095
  }
22412
23096
 
22413
23097
  export interface JourneyWebEventsNotificationEventAction {
@@ -22807,6 +23491,12 @@ declare namespace Models {
22807
23491
  "selfUri"?: string;
22808
23492
  }
22809
23493
 
23494
+ export interface KnowledgeBaseCreateRequest {
23495
+ "name": string;
23496
+ "description"?: string;
23497
+ "coreLanguage": string;
23498
+ }
23499
+
22810
23500
  export interface KnowledgeBaseListing {
22811
23501
  "entities"?: Array<Models.KnowledgeBase>;
22812
23502
  "nextUri"?: string;
@@ -22819,6 +23509,11 @@ declare namespace Models {
22819
23509
  "selfUri"?: string;
22820
23510
  }
22821
23511
 
23512
+ export interface KnowledgeBaseUpdateRequest {
23513
+ "name"?: string;
23514
+ "description"?: string;
23515
+ }
23516
+
22822
23517
  export interface KnowledgeCategory {
22823
23518
  "id"?: string;
22824
23519
  "name": string;
@@ -22928,6 +23623,49 @@ declare namespace Models {
22928
23623
  "selfUri"?: string;
22929
23624
  }
22930
23625
 
23626
+ export interface KnowledgeDocumentFeedback {
23627
+ "id"?: string;
23628
+ "documentVariation": Models.EntityReference;
23629
+ "rating": string;
23630
+ "reason"?: string;
23631
+ "comment"?: string;
23632
+ "search"?: Models.EntityReference;
23633
+ "sessionId"?: string;
23634
+ "dateCreated"?: string;
23635
+ "queryType"?: string;
23636
+ "state"?: string;
23637
+ "document": Models.KnowledgeDocumentVersionReference;
23638
+ "application": Models.KnowledgeSearchClientApplication;
23639
+ "conversationContext"?: Models.KnowledgeConversationContext;
23640
+ "userId"?: string;
23641
+ "selfUri"?: string;
23642
+ }
23643
+
23644
+ export interface KnowledgeDocumentFeedbackResponse {
23645
+ "id"?: string;
23646
+ "documentVariation": Models.EntityReference;
23647
+ "rating": string;
23648
+ "reason"?: string;
23649
+ "comment"?: string;
23650
+ "search"?: Models.EntityReference;
23651
+ "sessionId"?: string;
23652
+ "dateCreated"?: string;
23653
+ "queryType"?: string;
23654
+ "state"?: string;
23655
+ "document"?: Models.KnowledgeDocumentVersionReference;
23656
+ "application"?: Models.KnowledgeSearchClientApplication;
23657
+ "conversationContext"?: Models.KnowledgeConversationContextResponse;
23658
+ "user"?: Models.AddressableEntityRef;
23659
+ "selfUri"?: string;
23660
+ }
23661
+
23662
+ export interface KnowledgeDocumentFeedbackResponseListing {
23663
+ "entities"?: Array<Models.KnowledgeDocumentFeedbackResponse>;
23664
+ "nextUri"?: string;
23665
+ "selfUri"?: string;
23666
+ "previousUri"?: string;
23667
+ }
23668
+
22931
23669
  export interface KnowledgeDocumentGuestSearch {
22932
23670
  "query": string;
22933
23671
  "pageSize"?: number;
@@ -23089,6 +23827,13 @@ declare namespace Models {
23089
23827
  "previousUri"?: string;
23090
23828
  }
23091
23829
 
23830
+ export interface KnowledgeDocumentVersionReference {
23831
+ "id"?: string;
23832
+ "knowledgeBase": Models.KnowledgeBaseReference;
23833
+ "versionId": string;
23834
+ "selfUri"?: string;
23835
+ }
23836
+
23092
23837
  export interface KnowledgeDocumentVersionVariation {
23093
23838
  "id"?: string;
23094
23839
  "body"?: Models.DocumentBody;
@@ -23106,6 +23851,16 @@ declare namespace Models {
23106
23851
  "previousUri"?: string;
23107
23852
  }
23108
23853
 
23854
+ export interface KnowledgeDocumentView {
23855
+ "documentVariationId": string;
23856
+ "documentVersionId": string;
23857
+ "searchId"?: string;
23858
+ "queryType"?: string;
23859
+ "application": Models.KnowledgeSearchClientApplication;
23860
+ "sessionId"?: string;
23861
+ "conversationContext"?: Models.KnowledgeConversationContext;
23862
+ }
23863
+
23109
23864
  export interface KnowledgeExportJobDocumentsFilter {
23110
23865
  "interval"?: string;
23111
23866
  "entities"?: Array<Models.Entity>;
@@ -23129,6 +23884,7 @@ declare namespace Models {
23129
23884
  "exportFilter"?: Models.KnowledgeExportJobFilter;
23130
23885
  "status"?: string;
23131
23886
  "knowledgeBase"?: Models.KnowledgeBase;
23887
+ "createdBy"?: Models.UserReference;
23132
23888
  "dateCreated"?: string;
23133
23889
  "dateModified"?: string;
23134
23890
  "errorInformation"?: Models.ErrorBody;
@@ -23174,6 +23930,21 @@ declare namespace Models {
23174
23930
  "selfUri"?: string;
23175
23931
  }
23176
23932
 
23933
+ export interface KnowledgeGuestDocumentFeedback {
23934
+ "id"?: string;
23935
+ "documentVariation": Models.EntityReference;
23936
+ "rating": string;
23937
+ "reason"?: string;
23938
+ "comment"?: string;
23939
+ "search"?: Models.EntityReference;
23940
+ "sessionId"?: string;
23941
+ "dateCreated"?: string;
23942
+ "queryType"?: string;
23943
+ "state"?: string;
23944
+ "document": Models.KnowledgeGuestDocumentVersionReference;
23945
+ "application"?: Models.KnowledgeGuestSearchClientApplication;
23946
+ }
23947
+
23177
23948
  export interface KnowledgeGuestDocumentResponseListing {
23178
23949
  "entities"?: Array<Models.KnowledgeGuestDocument>;
23179
23950
  "nextUri"?: string;
@@ -23214,6 +23985,18 @@ declare namespace Models {
23214
23985
  "values": Array<Models.AddressableEntityRef>;
23215
23986
  }
23216
23987
 
23988
+ export interface KnowledgeGuestDocumentVersionReference {
23989
+ "id"?: string;
23990
+ "versionId": string;
23991
+ }
23992
+
23993
+ export interface KnowledgeGuestSearchClientApplication {
23994
+ "type": string;
23995
+ "deployment"?: Models.EntityReference;
23996
+ "botFlow"?: Models.EntityReference;
23997
+ "assistant"?: Models.EntityReference;
23998
+ }
23999
+
23217
24000
  export interface KnowledgeGuestSession {
23218
24001
  "id"?: string;
23219
24002
  "app": Models.KnowledgeGuestSessionApp;
@@ -23276,12 +24059,15 @@ declare namespace Models {
23276
24059
 
23277
24060
  export interface KnowledgeImportJobResponse {
23278
24061
  "id"?: string;
24062
+ "downloadURL"?: string;
24063
+ "failedEntitiesURL"?: string;
23279
24064
  "uploadKey": string;
23280
24065
  "fileType": string;
23281
24066
  "settings"?: Models.KnowledgeImportJobSettings;
23282
24067
  "status"?: string;
23283
24068
  "report"?: Models.KnowledgeImportJobReport;
23284
24069
  "knowledgeBase"?: Models.KnowledgeBase;
24070
+ "createdBy"?: Models.UserReference;
23285
24071
  "dateCreated"?: string;
23286
24072
  "dateModified"?: string;
23287
24073
  "skipConfirmationStep"?: boolean;
@@ -23414,7 +24200,7 @@ declare namespace Models {
23414
24200
 
23415
24201
  export interface LabelUtilization {
23416
24202
  "maximumCapacity"?: number;
23417
- "interruptingLabels"?: Array<string>;
24203
+ "interruptingLabelIds"?: Array<string>;
23418
24204
  }
23419
24205
 
23420
24206
  export interface Language {
@@ -24696,6 +25482,14 @@ declare namespace Models {
24696
25482
  "includeNonAcd"?: boolean;
24697
25483
  }
24698
25484
 
25485
+ export interface MeetingIdRecord {
25486
+ "id"?: string;
25487
+ "ephemeral": boolean;
25488
+ "conferenceId"?: string;
25489
+ "dateExpired"?: string;
25490
+ "selfUri"?: string;
25491
+ }
25492
+
24699
25493
  export interface Member {
24700
25494
  "id": string;
24701
25495
  "selfUri"?: string;
@@ -25453,6 +26247,22 @@ declare namespace Models {
25453
26247
  "selfUri"?: string;
25454
26248
  }
25455
26249
 
26250
+ export interface MoveAgentResponse {
26251
+ "user"?: Models.UserReference;
26252
+ "result"?: string;
26253
+ }
26254
+
26255
+ export interface MoveAgentsRequest {
26256
+ "userIds": Array<string>;
26257
+ "destinationManagementUnitId"?: string;
26258
+ }
26259
+
26260
+ export interface MoveAgentsResponse {
26261
+ "requestingUser"?: Models.UserReference;
26262
+ "destinationManagementUnit"?: Models.ManagementUnitReference;
26263
+ "results"?: Array<Models.MoveAgentResponse>;
26264
+ }
26265
+
25456
26266
  export interface MoveManagementUnitRequest {
25457
26267
  "businessUnitId": string;
25458
26268
  }
@@ -25987,6 +26797,7 @@ declare namespace Models {
25987
26797
  "queues"?: Array<Models.AddressableEntityRef>;
25988
26798
  "topics"?: Array<Models.AddressableEntityRef>;
25989
26799
  "topicIdsFilterType"?: string;
26800
+ "evaluationFormContextIds"?: Array<string>;
25990
26801
  "dateStart"?: string;
25991
26802
  }
25992
26803
 
@@ -26070,6 +26881,68 @@ declare namespace Models {
26070
26881
  "configurationFields"?: { [key: string]: object; };
26071
26882
  }
26072
26883
 
26884
+ export interface OpenContentAttachment {
26885
+ "id"?: string;
26886
+ "mediaType": string;
26887
+ "url": string;
26888
+ "mime": string;
26889
+ "text"?: string;
26890
+ "sha256"?: string;
26891
+ "filename"?: string;
26892
+ }
26893
+
26894
+ export interface OpenEvent {
26895
+ "eventType": string;
26896
+ }
26897
+
26898
+ export interface OpenEventNormalizedMessage {
26899
+ "id"?: string;
26900
+ "channel": Models.OpenMessagingChannel;
26901
+ "type": string;
26902
+ "events"?: Array<Models.OpenMessageEvent>;
26903
+ }
26904
+
26905
+ export interface OpenInboundMessageContent {
26906
+ "attachment"?: Models.OpenContentAttachment;
26907
+ }
26908
+
26909
+ export interface OpenInboundMessageMessagingChannel {
26910
+ "from": Models.OpenMessagingFromRecipient;
26911
+ "time": string;
26912
+ "messageId"?: string;
26913
+ "metadata"?: object;
26914
+ }
26915
+
26916
+ export interface OpenInboundMessagingChannel {
26917
+ "from": Models.OpenMessagingFromRecipient;
26918
+ "time": string;
26919
+ }
26920
+
26921
+ export interface OpenInboundMessagingReceiptChannel {
26922
+ "to": Models.OpenMessagingToRecipient;
26923
+ "time": string;
26924
+ }
26925
+
26926
+ export interface OpenInboundNormalizedEvent {
26927
+ "channel": Models.OpenInboundMessagingChannel;
26928
+ "events": Array<Models.OpenEvent>;
26929
+ }
26930
+
26931
+ export interface OpenInboundNormalizedMessage {
26932
+ "channel": Models.OpenInboundMessageMessagingChannel;
26933
+ "text"?: string;
26934
+ "content"?: Array<Models.OpenInboundMessageContent>;
26935
+ "metadata"?: { [key: string]: string; };
26936
+ }
26937
+
26938
+ export interface OpenInboundNormalizedReceipt {
26939
+ "id": string;
26940
+ "channel": Models.OpenInboundMessagingReceiptChannel;
26941
+ "status": string;
26942
+ "reasons"?: Array<Models.ConversationReason>;
26943
+ "isFinalReceipt"?: boolean;
26944
+ }
26945
+
26073
26946
  export interface OpenIntegration {
26074
26947
  "id": string;
26075
26948
  "name": string;
@@ -26129,6 +27002,20 @@ declare namespace Models {
26129
27002
  "attachment"?: Models.ConversationContentAttachment;
26130
27003
  }
26131
27004
 
27005
+ export interface OpenMessageEvent {
27006
+ "eventType": string;
27007
+ "typing"?: Models.ConversationEventTyping;
27008
+ }
27009
+
27010
+ export interface OpenMessageNormalizedMessage {
27011
+ "id"?: string;
27012
+ "channel": Models.OpenMessagingChannel;
27013
+ "type": string;
27014
+ "text"?: string;
27015
+ "content"?: Array<Models.OpenMessageContent>;
27016
+ "metadata"?: { [key: string]: string; };
27017
+ }
27018
+
26132
27019
  export interface OpenMessagingChannel {
26133
27020
  "id"?: string;
26134
27021
  "platform"?: string;
@@ -26173,6 +27060,16 @@ declare namespace Models {
26173
27060
  "metadata"?: { [key: string]: string; };
26174
27061
  }
26175
27062
 
27063
+ export interface OpenReceiptNormalizedMessage {
27064
+ "id": string;
27065
+ "channel": Models.OpenMessagingChannel;
27066
+ "type": string;
27067
+ "status": string;
27068
+ "reasons"?: Array<Models.ConversationReason>;
27069
+ "isFinalReceipt"?: boolean;
27070
+ "direction": string;
27071
+ }
27072
+
26176
27073
  export interface Operation {
26177
27074
  "id"?: string;
26178
27075
  "complete"?: boolean;
@@ -28139,6 +29036,10 @@ declare namespace Models {
28139
29036
  "downloadUrl"?: string;
28140
29037
  }
28141
29038
 
29039
+ export interface QueryAgentsIntegrationsRequest {
29040
+ "agentIds": Array<string>;
29041
+ }
29042
+
28142
29043
  export interface QueryCriteria {
28143
29044
  "criteriaKey"?: string;
28144
29045
  "criteriaGroups"?: Array<string>;
@@ -28213,6 +29114,10 @@ declare namespace Models {
28213
29114
  "facetInfo"?: Models.QueryFacetInfo;
28214
29115
  }
28215
29116
 
29117
+ export interface QueryTimeOffIntegrationStatusRequest {
29118
+ "timeOffRequestLookups": Array<Models.TimeOffRequestLookup>;
29119
+ }
29120
+
28216
29121
  export interface QueryTimeOffLimitValuesRequest {
28217
29122
  "timeOffLimitId"?: string;
28218
29123
  "activityCodeId"?: string;
@@ -28243,6 +29148,7 @@ declare namespace Models {
28243
29148
  "routingRules"?: Array<Models.RoutingRule>;
28244
29149
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
28245
29150
  "bullseye"?: Models.Bullseye;
29151
+ "scoringMethod"?: string;
28246
29152
  "acwSettings"?: Models.AcwSettings;
28247
29153
  "skillEvaluationMethod"?: string;
28248
29154
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -30739,6 +31645,7 @@ declare namespace Models {
30739
31645
  "routingRules"?: Array<Models.RoutingRule>;
30740
31646
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
30741
31647
  "bullseye"?: Models.Bullseye;
31648
+ "scoringMethod"?: string;
30742
31649
  "acwSettings"?: Models.AcwSettings;
30743
31650
  "skillEvaluationMethod"?: string;
30744
31651
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -30833,6 +31740,10 @@ declare namespace Models {
30833
31740
  "value": string;
30834
31741
  }
30835
31742
 
31743
+ export interface RecipientFlow {
31744
+ "id"?: string;
31745
+ }
31746
+
30836
31747
  export interface RecipientListing {
30837
31748
  "entities"?: Array<Models.Recipient>;
30838
31749
  "pageSize"?: number;
@@ -30846,6 +31757,10 @@ declare namespace Models {
30846
31757
  "pageCount"?: number;
30847
31758
  }
30848
31759
 
31760
+ export interface RecipientRequest {
31761
+ "flow"?: Models.RecipientFlow;
31762
+ }
31763
+
30849
31764
  export interface Record {
30850
31765
  "name": string;
30851
31766
  "type": string;
@@ -32075,6 +32990,19 @@ declare namespace Models {
32075
32990
  "externalActivityType"?: string;
32076
32991
  }
32077
32992
 
32993
+ export interface ScheduleDivisionViewEntityListing {
32994
+ "entities"?: Array<Models.SchedulesDivisionView>;
32995
+ "pageSize"?: number;
32996
+ "pageNumber"?: number;
32997
+ "total"?: number;
32998
+ "firstUri"?: string;
32999
+ "nextUri"?: string;
33000
+ "previousUri"?: string;
33001
+ "lastUri"?: string;
33002
+ "selfUri"?: string;
33003
+ "pageCount"?: number;
33004
+ }
33005
+
32078
33006
  export interface ScheduleEntityListing {
32079
33007
  "entities"?: Array<Models.Schedule>;
32080
33008
  "pageSize"?: number;
@@ -32139,6 +33067,26 @@ declare namespace Models {
32139
33067
  "selfUri"?: string;
32140
33068
  }
32141
33069
 
33070
+ export interface ScheduleGroupDivisionView {
33071
+ "id"?: string;
33072
+ "name": string;
33073
+ "division"?: Models.WritableDivision;
33074
+ "selfUri"?: string;
33075
+ }
33076
+
33077
+ export interface ScheduleGroupDivisionViewEntityListing {
33078
+ "entities"?: Array<Models.ScheduleGroupDivisionView>;
33079
+ "pageSize"?: number;
33080
+ "pageNumber"?: number;
33081
+ "total"?: number;
33082
+ "firstUri"?: string;
33083
+ "nextUri"?: string;
33084
+ "previousUri"?: string;
33085
+ "lastUri"?: string;
33086
+ "selfUri"?: string;
33087
+ "pageCount"?: number;
33088
+ }
33089
+
32142
33090
  export interface ScheduleGroupEntityListing {
32143
33091
  "entities"?: Array<Models.ScheduleGroup>;
32144
33092
  "pageSize"?: number;
@@ -32178,6 +33126,13 @@ declare namespace Models {
32178
33126
  "severity"?: string;
32179
33127
  }
32180
33128
 
33129
+ export interface SchedulesDivisionView {
33130
+ "id"?: string;
33131
+ "name": string;
33132
+ "division"?: Models.WritableDivision;
33133
+ "selfUri"?: string;
33134
+ }
33135
+
32181
33136
  export interface SchedulingNoForecastOptionsRequest {
32182
33137
  "shiftLength"?: string;
32183
33138
  "shiftStart"?: string;
@@ -32895,6 +33850,7 @@ declare namespace Models {
32895
33850
  "averageSpeedOfAnswer"?: Models.BuAverageSpeedOfAnswer;
32896
33851
  "abandonRate"?: Models.BuAbandonRate;
32897
33852
  "metadata"?: Models.WfmVersionedEntityMetadata;
33853
+ "impactOverride"?: Models.ServiceGoalTemplateImpactOverride;
32898
33854
  "selfUri"?: string;
32899
33855
  }
32900
33856
 
@@ -32937,6 +33893,9 @@ declare namespace Models {
32937
33893
  "lastPage"?: Models.JourneyPage;
32938
33894
  "mktCampaign"?: Models.JourneyCampaign;
32939
33895
  "referrer"?: Models.Referrer;
33896
+ "app"?: Models.JourneyApp;
33897
+ "sdkLibrary"?: Models.SdkLibrary;
33898
+ "networkConnectivity"?: Models.NetworkConnectivity;
32940
33899
  "searchTerms"?: Array<string>;
32941
33900
  "userAgentString"?: string;
32942
33901
  "durationInSeconds"?: number;
@@ -32998,6 +33957,10 @@ declare namespace Models {
32998
33957
  "senderSmsPhoneNumber": string;
32999
33958
  }
33000
33959
 
33960
+ export interface SetTimeOffIntegrationStatusRequest {
33961
+ "integrationStatus": string;
33962
+ }
33963
+
33001
33964
  export interface SetTimeOffLimitValuesRequest {
33002
33965
  "values"?: Array<Models.TimeOffLimitRange>;
33003
33966
  "metadata": Models.WfmVersionedEntityMetadata;
@@ -33085,6 +34048,7 @@ declare namespace Models {
33085
34048
  "lengthMinutes"?: number;
33086
34049
  "activityCodeId"?: string;
33087
34050
  "countsAsPaidTime"?: boolean;
34051
+ "payableMinutes"?: number;
33088
34052
  }
33089
34053
 
33090
34054
  export interface ShiftTradeActivityRule {
@@ -33384,6 +34348,19 @@ declare namespace Models {
33384
34348
  "childConditions"?: Array<Models.SkillGroupCondition>;
33385
34349
  }
33386
34350
 
34351
+ export interface SkillGroupWithMemberDivisions {
34352
+ "id"?: string;
34353
+ "name": string;
34354
+ "division"?: Models.WritableDivision;
34355
+ "description"?: string;
34356
+ "memberCount"?: number;
34357
+ "dateModified"?: string;
34358
+ "dateCreated"?: string;
34359
+ "skillConditions": Array<Models.SkillGroupCondition>;
34360
+ "memberDivisions"?: Array<string>;
34361
+ "selfUri"?: string;
34362
+ }
34363
+
33387
34364
  export interface SkillsToRemove {
33388
34365
  "name"?: string;
33389
34366
  "id"?: string;
@@ -34718,6 +35695,11 @@ declare namespace Models {
34718
35695
  "selfUri"?: string;
34719
35696
  }
34720
35697
 
35698
+ export interface TimeOffBalanceJobResponse {
35699
+ "entities"?: Array<Models.TimeOffBalanceResponse>;
35700
+ "status"?: string;
35701
+ }
35702
+
34721
35703
  export interface TimeOffBalanceRequest {
34722
35704
  "activityCodeIds": Array<string>;
34723
35705
  "dateRanges"?: Array<Models.LocalDateRange>;
@@ -34736,6 +35718,15 @@ declare namespace Models {
34736
35718
  "entities"?: Array<Models.TimeOffBalanceResponse>;
34737
35719
  }
34738
35720
 
35721
+ export interface TimeOffIntegrationStatusResponse {
35722
+ "timeOffRequest": Models.TimeOffRequestReference;
35723
+ "integrationStatus": string;
35724
+ }
35725
+
35726
+ export interface TimeOffIntegrationStatusResponseListing {
35727
+ "entities"?: Array<Models.TimeOffIntegrationStatusResponse>;
35728
+ }
35729
+
34739
35730
  export interface TimeOffLimit {
34740
35731
  "id"?: string;
34741
35732
  "granularity"?: string;
@@ -34798,11 +35789,14 @@ declare namespace Models {
34798
35789
  "partialDayStartDateTimes"?: Array<string>;
34799
35790
  "fullDayManagementUnitDates"?: Array<string>;
34800
35791
  "dailyDurationMinutes"?: number;
35792
+ "durationMinutes"?: Array<number>;
35793
+ "payableMinutes"?: Array<number>;
34801
35794
  "notes"?: string;
34802
35795
  "submittedBy"?: Models.UserReference;
34803
35796
  "submittedDate"?: string;
34804
35797
  "reviewedBy"?: Models.UserReference;
34805
35798
  "reviewedDate"?: string;
35799
+ "syncVersion"?: number;
34806
35800
  "metadata"?: Models.WfmVersionedEntityMetadata;
34807
35801
  "selfUri"?: string;
34808
35802
  }
@@ -34818,6 +35812,11 @@ declare namespace Models {
34818
35812
  "entities": Array<Models.TimeOffRequest>;
34819
35813
  }
34820
35814
 
35815
+ export interface TimeOffRequestLookup {
35816
+ "timeOffRequestId": string;
35817
+ "userId": string;
35818
+ }
35819
+
34821
35820
  export interface TimeOffRequestNotification {
34822
35821
  "timeOffRequestId"?: string;
34823
35822
  "user"?: Models.UserReference;
@@ -34852,6 +35851,8 @@ declare namespace Models {
34852
35851
  "partialDayStartDateTimes"?: Array<string>;
34853
35852
  "fullDayManagementUnitDates"?: Array<string>;
34854
35853
  "dailyDurationMinutes"?: number;
35854
+ "durationMinutes"?: Array<number>;
35855
+ "payableMinutes"?: Array<number>;
34855
35856
  "notes"?: string;
34856
35857
  "submittedBy"?: Models.UserReference;
34857
35858
  "submittedDate"?: string;
@@ -34859,6 +35860,7 @@ declare namespace Models {
34859
35860
  "reviewedDate"?: string;
34860
35861
  "modifiedBy"?: Models.UserReference;
34861
35862
  "modifiedDate"?: string;
35863
+ "syncVersion"?: number;
34862
35864
  "metadata"?: Models.WfmVersionedEntityMetadata;
34863
35865
  "selfUri"?: string;
34864
35866
  }
@@ -35272,6 +36274,7 @@ declare namespace Models {
35272
36274
  "dateStartWorkday"?: string;
35273
36275
  "dateEndWorkday"?: string;
35274
36276
  "percentOfGoal"?: number;
36277
+ "averageValue"?: number;
35275
36278
  }
35276
36279
 
35277
36280
  export interface Trigger {
@@ -36090,6 +37093,7 @@ declare namespace Models {
36090
37093
  "averageSpeedOfAnswer"?: Models.BuAverageSpeedOfAnswer;
36091
37094
  "abandonRate"?: Models.BuAbandonRate;
36092
37095
  "metadata": Models.WfmVersionedEntityMetadata;
37096
+ "impactOverride"?: Models.ServiceGoalTemplateImpactOverride;
36093
37097
  }
36094
37098
 
36095
37099
  export interface UpdateTimeOffLimitRequest {
@@ -36103,6 +37107,7 @@ declare namespace Models {
36103
37107
  "timeOffLimitIds"?: Models.SetWrapperString;
36104
37108
  "autoApprovalRule"?: string;
36105
37109
  "daysBeforeStartToExpireFromWaitlist"?: number;
37110
+ "hrisTimeOffType"?: Models.ValueWrapperHrisTimeOffType;
36106
37111
  "active"?: boolean;
36107
37112
  "metadata": Models.WfmVersionedEntityMetadata;
36108
37113
  }
@@ -36821,6 +37826,7 @@ declare namespace Models {
36821
37826
  "routingRules"?: Array<Models.RoutingRule>;
36822
37827
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
36823
37828
  "bullseye"?: Models.Bullseye;
37829
+ "scoringMethod"?: string;
36824
37830
  "acwSettings"?: Models.AcwSettings;
36825
37831
  "skillEvaluationMethod"?: string;
36826
37832
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -37146,6 +38152,16 @@ declare namespace Models {
37146
38152
  "lastAssociatedStation"?: Models.UserStation;
37147
38153
  }
37148
38154
 
38155
+ export interface UserTimeOffIntegrationStatusResponse {
38156
+ "timeOffRequest": Models.TimeOffRequestReference;
38157
+ "integrationStatus": string;
38158
+ "user": Models.UserReference;
38159
+ }
38160
+
38161
+ export interface UserTimeOffIntegrationStatusResponseListing {
38162
+ "entities"?: Array<Models.UserTimeOffIntegrationStatusResponse>;
38163
+ }
38164
+
37149
38165
  export interface UserTimeOffRequestReference {
37150
38166
  "id"?: string;
37151
38167
  "user": Models.UserReference;
@@ -37598,6 +38614,7 @@ declare namespace Models {
37598
38614
  "dateMutedUntil"?: string;
37599
38615
  "dateSnoozedUntil"?: string;
37600
38616
  "action"?: string;
38617
+ "alertSummary"?: Models.V2MobiusAlertsTopicAlertSummary;
37601
38618
  }
37602
38619
 
37603
38620
  export interface V2MobiusAlertsTopicAlertNotification {
@@ -37611,6 +38628,23 @@ declare namespace Models {
37611
38628
  "type"?: string;
37612
38629
  }
37613
38630
 
38631
+ export interface V2MobiusAlertsTopicAlertSummary {
38632
+ "entities"?: Array<Models.V2MobiusAlertsTopicAlertSummaryEntity>;
38633
+ "conversationId"?: string;
38634
+ "metricType"?: string;
38635
+ "isTeamMemberRuleSummary"?: boolean;
38636
+ "teamMemberRuleSummary"?: boolean;
38637
+ }
38638
+
38639
+ export interface V2MobiusAlertsTopicAlertSummaryEntity {
38640
+ "entityType"?: string;
38641
+ "userDisplayName"?: string;
38642
+ "groupDisplayName"?: string;
38643
+ "queueDisplayName"?: string;
38644
+ "teamDisplayName"?: string;
38645
+ "alerting"?: boolean;
38646
+ }
38647
+
37614
38648
  export interface V2MobiusAlertsTopicCondition {
37615
38649
  "conditions"?: Array<Models.V2MobiusAlertsTopicCondition>;
37616
38650
  "predicates"?: Array<Models.V2MobiusAlertsTopicConditionRulePredicate>;
@@ -37631,6 +38665,7 @@ declare namespace Models {
37631
38665
  "userDisplayName"?: string;
37632
38666
  "groupDisplayName"?: string;
37633
38667
  "queueDisplayName"?: string;
38668
+ "teamDisplayName"?: string;
37634
38669
  }
37635
38670
 
37636
38671
  export interface V2MobiusRulesTopicAlertNotification {
@@ -37658,6 +38693,7 @@ declare namespace Models {
37658
38693
  "userDisplayName"?: string;
37659
38694
  "groupDisplayName"?: string;
37660
38695
  "queueDisplayName"?: string;
38696
+ "teamDisplayName"?: string;
37661
38697
  }
37662
38698
 
37663
38699
  export interface V2MobiusRulesTopicRule {
@@ -37670,6 +38706,7 @@ declare namespace Models {
37670
38706
  "enabled"?: boolean;
37671
38707
  "inAlarm"?: boolean;
37672
38708
  "action"?: string;
38709
+ "dateCreated"?: string;
37673
38710
  }
37674
38711
 
37675
38712
  export interface ValidateAddressRequest {
@@ -38310,6 +39347,7 @@ declare namespace Models {
38310
39347
  "description"?: string;
38311
39348
  "allowAllDomains"?: boolean;
38312
39349
  "allowedDomains"?: Array<string>;
39350
+ "supportedContent"?: Models.SupportedContentReference;
38313
39351
  "snippet"?: string;
38314
39352
  "dateCreated"?: string;
38315
39353
  "dateModified"?: string;
@@ -39119,6 +40157,7 @@ declare namespace Models {
39119
40157
  "endDate": string;
39120
40158
  "userIds"?: Array<string>;
39121
40159
  "includeExceptions"?: boolean;
40160
+ "includeActuals"?: boolean;
39122
40161
  }
39123
40162
 
39124
40163
  export interface WfmHistoricalAdherenceBulkJobReference {
@@ -39166,6 +40205,7 @@ declare namespace Models {
39166
40205
  "conformancePercentage"?: number;
39167
40206
  "impact"?: string;
39168
40207
  "exceptionInfo"?: Array<Models.HistoricalAdherenceExceptionInfo>;
40208
+ "actuals"?: Array<Models.HistoricalAdherenceActuals>;
39169
40209
  "dayMetrics"?: Array<Models.WfmHistoricalAdherenceBulkUserDayMetrics>;
39170
40210
  }
39171
40211
 
@@ -39258,6 +40298,22 @@ declare namespace Models {
39258
40298
  "granularity"?: string;
39259
40299
  }
39260
40300
 
40301
+ export interface WfmIntegrationListing {
40302
+ "entities"?: Array<Models.WfmIntegrationResponse>;
40303
+ }
40304
+
40305
+ export interface WfmIntegrationReference {
40306
+ "id"?: string;
40307
+ "selfUri"?: string;
40308
+ }
40309
+
40310
+ export interface WfmIntegrationResponse {
40311
+ "id"?: string;
40312
+ "name"?: string;
40313
+ "active": boolean;
40314
+ "selfUri"?: string;
40315
+ }
40316
+
39261
40317
  export interface WfmIntegrationsHrisTimeOffTypesJobTopicErrorBody {
39262
40318
  "status"?: number;
39263
40319
  "code"?: string;
@@ -40124,6 +41180,7 @@ declare namespace Models {
40124
41180
  "maxPoints"?: number;
40125
41181
  "value"?: number;
40126
41182
  "punctualityEvents"?: Array<Models.PunctualityEvent>;
41183
+ "evaluationDetails"?: Array<Models.QualityEvaluationScoreItem>;
40127
41184
  }
40128
41185
 
40129
41186
  export interface WorkdayMetricListing {
@@ -41010,6 +42067,7 @@ declare namespace Models {
41010
42067
  "callable"?: boolean;
41011
42068
  "phoneNumberStatus"?: { [key: string]: Models.PhoneNumberStatus; };
41012
42069
  "contactableStatus"?: { [key: string]: Models.ContactableStatus; };
42070
+ "dateCreated"?: string;
41013
42071
  }
41014
42072
 
41015
42073
  export interface WritableDivision {