purecloud-platform-client-v2 173.0.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 +1432 -106
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1432 -106
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +1432 -106
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +1432 -106
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +1278 -218
  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 +7 -6
  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 +363 -6
  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
  }
@@ -6467,8 +6640,8 @@ declare namespace Models {
6467
6640
  "firstUri"?: string;
6468
6641
  "nextUri"?: string;
6469
6642
  "previousUri"?: string;
6470
- "selfUri"?: string;
6471
6643
  "lastUri"?: string;
6644
+ "selfUri"?: string;
6472
6645
  "pageCount"?: number;
6473
6646
  }
6474
6647
 
@@ -6672,8 +6845,8 @@ declare namespace Models {
6672
6845
  "firstUri"?: string;
6673
6846
  "nextUri"?: string;
6674
6847
  "previousUri"?: string;
6675
- "selfUri"?: string;
6676
6848
  "lastUri"?: string;
6849
+ "selfUri"?: string;
6677
6850
  "pageCount"?: number;
6678
6851
  }
6679
6852
 
@@ -6755,8 +6928,8 @@ declare namespace Models {
6755
6928
  "firstUri"?: string;
6756
6929
  "nextUri"?: string;
6757
6930
  "previousUri"?: string;
6758
- "selfUri"?: string;
6759
6931
  "lastUri"?: string;
6932
+ "selfUri"?: string;
6760
6933
  "pageCount"?: number;
6761
6934
  }
6762
6935
 
@@ -6812,8 +6985,8 @@ declare namespace Models {
6812
6985
  "firstUri"?: string;
6813
6986
  "nextUri"?: string;
6814
6987
  "previousUri"?: string;
6815
- "selfUri"?: string;
6816
6988
  "lastUri"?: string;
6989
+ "selfUri"?: string;
6817
6990
  "pageCount"?: number;
6818
6991
  }
6819
6992
 
@@ -6838,8 +7011,8 @@ declare namespace Models {
6838
7011
  "firstUri"?: string;
6839
7012
  "nextUri"?: string;
6840
7013
  "previousUri"?: string;
6841
- "selfUri"?: string;
6842
7014
  "lastUri"?: string;
7015
+ "selfUri"?: string;
6843
7016
  "pageCount"?: number;
6844
7017
  }
6845
7018
 
@@ -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
 
@@ -7197,8 +7372,8 @@ declare namespace Models {
7197
7372
  "firstUri"?: string;
7198
7373
  "nextUri"?: string;
7199
7374
  "previousUri"?: string;
7200
- "selfUri"?: string;
7201
7375
  "lastUri"?: string;
7376
+ "selfUri"?: string;
7202
7377
  "pageCount"?: number;
7203
7378
  }
7204
7379
 
@@ -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;
@@ -7335,8 +7538,8 @@ declare namespace Models {
7335
7538
  "firstUri"?: string;
7336
7539
  "nextUri"?: string;
7337
7540
  "previousUri"?: string;
7338
- "selfUri"?: string;
7339
7541
  "lastUri"?: string;
7542
+ "selfUri"?: string;
7340
7543
  "pageCount"?: number;
7341
7544
  }
7342
7545
 
@@ -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;
@@ -8181,8 +8438,8 @@ declare namespace Models {
8181
8438
  "firstUri"?: string;
8182
8439
  "nextUri"?: string;
8183
8440
  "previousUri"?: string;
8184
- "selfUri"?: string;
8185
8441
  "lastUri"?: string;
8442
+ "selfUri"?: string;
8186
8443
  "pageCount"?: number;
8187
8444
  }
8188
8445
 
@@ -8311,14 +8568,15 @@ declare namespace Models {
8311
8568
  "firstUri"?: string;
8312
8569
  "nextUri"?: string;
8313
8570
  "previousUri"?: string;
8314
- "selfUri"?: string;
8315
8571
  "lastUri"?: string;
8572
+ "selfUri"?: string;
8316
8573
  "pageCount"?: number;
8317
8574
  }
8318
8575
 
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 {
@@ -8608,8 +8866,8 @@ declare namespace Models {
8608
8866
  "firstUri"?: string;
8609
8867
  "nextUri"?: string;
8610
8868
  "previousUri"?: string;
8611
- "selfUri"?: string;
8612
8869
  "lastUri"?: string;
8870
+ "selfUri"?: string;
8613
8871
  "pageCount"?: number;
8614
8872
  }
8615
8873
 
@@ -8944,8 +9202,8 @@ declare namespace Models {
8944
9202
  "firstUri"?: string;
8945
9203
  "nextUri"?: string;
8946
9204
  "previousUri"?: string;
8947
- "selfUri"?: string;
8948
9205
  "lastUri"?: string;
9206
+ "selfUri"?: string;
8949
9207
  "pageCount"?: number;
8950
9208
  }
8951
9209
 
@@ -8963,8 +9221,8 @@ declare namespace Models {
8963
9221
  "firstUri"?: string;
8964
9222
  "nextUri"?: string;
8965
9223
  "previousUri"?: string;
8966
- "selfUri"?: string;
8967
9224
  "lastUri"?: string;
9225
+ "selfUri"?: string;
8968
9226
  "pageCount"?: number;
8969
9227
  }
8970
9228
 
@@ -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;
@@ -9886,8 +10176,8 @@ declare namespace Models {
9886
10176
  "firstUri"?: string;
9887
10177
  "nextUri"?: string;
9888
10178
  "previousUri"?: string;
9889
- "selfUri"?: string;
9890
10179
  "lastUri"?: string;
10180
+ "selfUri"?: string;
9891
10181
  "pageCount"?: number;
9892
10182
  }
9893
10183
 
@@ -9986,8 +10276,8 @@ declare namespace Models {
9986
10276
  "firstUri"?: string;
9987
10277
  "nextUri"?: string;
9988
10278
  "previousUri"?: string;
9989
- "selfUri"?: string;
9990
10279
  "lastUri"?: string;
10280
+ "selfUri"?: string;
9991
10281
  "pageCount"?: number;
9992
10282
  }
9993
10283
 
@@ -10048,8 +10338,8 @@ declare namespace Models {
10048
10338
  "firstUri"?: string;
10049
10339
  "nextUri"?: string;
10050
10340
  "previousUri"?: string;
10051
- "selfUri"?: string;
10052
10341
  "lastUri"?: string;
10342
+ "selfUri"?: string;
10053
10343
  "pageCount"?: number;
10054
10344
  }
10055
10345
 
@@ -10195,8 +10485,8 @@ declare namespace Models {
10195
10485
  "firstUri"?: string;
10196
10486
  "nextUri"?: string;
10197
10487
  "previousUri"?: string;
10198
- "selfUri"?: string;
10199
10488
  "lastUri"?: string;
10489
+ "selfUri"?: string;
10200
10490
  "pageCount"?: number;
10201
10491
  }
10202
10492
 
@@ -10284,8 +10574,8 @@ declare namespace Models {
10284
10574
  "firstUri"?: string;
10285
10575
  "nextUri"?: string;
10286
10576
  "previousUri"?: string;
10287
- "selfUri"?: string;
10288
10577
  "lastUri"?: string;
10578
+ "selfUri"?: string;
10289
10579
  "pageCount"?: number;
10290
10580
  }
10291
10581
 
@@ -10413,8 +10703,8 @@ declare namespace Models {
10413
10703
  "firstUri"?: string;
10414
10704
  "nextUri"?: string;
10415
10705
  "previousUri"?: string;
10416
- "selfUri"?: string;
10417
10706
  "lastUri"?: string;
10707
+ "selfUri"?: string;
10418
10708
  "pageCount"?: number;
10419
10709
  }
10420
10710
 
@@ -10426,8 +10716,8 @@ declare namespace Models {
10426
10716
  "firstUri"?: string;
10427
10717
  "nextUri"?: string;
10428
10718
  "previousUri"?: string;
10429
- "selfUri"?: string;
10430
10719
  "lastUri"?: string;
10720
+ "selfUri"?: string;
10431
10721
  "pageCount"?: number;
10432
10722
  }
10433
10723
 
@@ -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 {
@@ -10519,8 +10810,8 @@ declare namespace Models {
10519
10810
  "firstUri"?: string;
10520
10811
  "nextUri"?: string;
10521
10812
  "previousUri"?: string;
10522
- "selfUri"?: string;
10523
10813
  "lastUri"?: string;
10814
+ "selfUri"?: string;
10524
10815
  "pageCount"?: number;
10525
10816
  }
10526
10817
 
@@ -10565,8 +10856,8 @@ declare namespace Models {
10565
10856
  "firstUri"?: string;
10566
10857
  "nextUri"?: string;
10567
10858
  "previousUri"?: string;
10568
- "selfUri"?: string;
10569
10859
  "lastUri"?: string;
10860
+ "selfUri"?: string;
10570
10861
  "pageCount"?: number;
10571
10862
  }
10572
10863
 
@@ -10678,8 +10969,8 @@ declare namespace Models {
10678
10969
  "firstUri"?: string;
10679
10970
  "nextUri"?: string;
10680
10971
  "previousUri"?: string;
10681
- "selfUri"?: string;
10682
10972
  "lastUri"?: string;
10973
+ "selfUri"?: string;
10683
10974
  "pageCount"?: number;
10684
10975
  }
10685
10976
 
@@ -10761,8 +11052,8 @@ declare namespace Models {
10761
11052
  "firstUri"?: string;
10762
11053
  "nextUri"?: string;
10763
11054
  "previousUri"?: string;
10764
- "selfUri"?: string;
10765
11055
  "lastUri"?: string;
11056
+ "selfUri"?: string;
10766
11057
  "pageCount"?: number;
10767
11058
  }
10768
11059
 
@@ -10877,8 +11168,8 @@ declare namespace Models {
10877
11168
  "firstUri"?: string;
10878
11169
  "nextUri"?: string;
10879
11170
  "previousUri"?: string;
10880
- "selfUri"?: string;
10881
11171
  "lastUri"?: string;
11172
+ "selfUri"?: string;
10882
11173
  "pageCount"?: number;
10883
11174
  }
10884
11175
 
@@ -10925,8 +11216,8 @@ declare namespace Models {
10925
11216
  "firstUri"?: string;
10926
11217
  "nextUri"?: string;
10927
11218
  "previousUri"?: string;
10928
- "selfUri"?: string;
10929
11219
  "lastUri"?: string;
11220
+ "selfUri"?: string;
10930
11221
  "pageCount"?: number;
10931
11222
  }
10932
11223
 
@@ -10976,8 +11267,8 @@ declare namespace Models {
10976
11267
  "firstUri"?: string;
10977
11268
  "nextUri"?: string;
10978
11269
  "previousUri"?: string;
10979
- "selfUri"?: string;
10980
11270
  "lastUri"?: string;
11271
+ "selfUri"?: string;
10981
11272
  "pageCount"?: number;
10982
11273
  }
10983
11274
 
@@ -11022,8 +11313,8 @@ declare namespace Models {
11022
11313
  "firstUri"?: string;
11023
11314
  "nextUri"?: string;
11024
11315
  "previousUri"?: string;
11025
- "selfUri"?: string;
11026
11316
  "lastUri"?: string;
11317
+ "selfUri"?: string;
11027
11318
  "pageCount"?: number;
11028
11319
  }
11029
11320
 
@@ -11067,8 +11358,8 @@ declare namespace Models {
11067
11358
  "firstUri"?: string;
11068
11359
  "nextUri"?: string;
11069
11360
  "previousUri"?: string;
11070
- "selfUri"?: string;
11071
11361
  "lastUri"?: string;
11362
+ "selfUri"?: string;
11072
11363
  "pageCount"?: number;
11073
11364
  }
11074
11365
 
@@ -11185,8 +11476,8 @@ declare namespace Models {
11185
11476
  "firstUri"?: string;
11186
11477
  "nextUri"?: string;
11187
11478
  "previousUri"?: string;
11188
- "selfUri"?: string;
11189
11479
  "lastUri"?: string;
11480
+ "selfUri"?: string;
11190
11481
  "pageCount"?: number;
11191
11482
  }
11192
11483
 
@@ -11242,8 +11533,8 @@ declare namespace Models {
11242
11533
  "firstUri"?: string;
11243
11534
  "nextUri"?: string;
11244
11535
  "previousUri"?: string;
11245
- "selfUri"?: string;
11246
11536
  "lastUri"?: string;
11537
+ "selfUri"?: string;
11247
11538
  "pageCount"?: number;
11248
11539
  }
11249
11540
 
@@ -11255,8 +11546,8 @@ declare namespace Models {
11255
11546
  "firstUri"?: string;
11256
11547
  "nextUri"?: string;
11257
11548
  "previousUri"?: string;
11258
- "selfUri"?: string;
11259
11549
  "lastUri"?: string;
11550
+ "selfUri"?: string;
11260
11551
  "pageCount"?: number;
11261
11552
  }
11262
11553
 
@@ -11302,8 +11593,8 @@ declare namespace Models {
11302
11593
  "firstUri"?: string;
11303
11594
  "nextUri"?: string;
11304
11595
  "previousUri"?: string;
11305
- "selfUri"?: string;
11306
11596
  "lastUri"?: string;
11597
+ "selfUri"?: string;
11307
11598
  "pageCount"?: number;
11308
11599
  }
11309
11600
 
@@ -11501,8 +11792,8 @@ declare namespace Models {
11501
11792
  "firstUri"?: string;
11502
11793
  "nextUri"?: string;
11503
11794
  "previousUri"?: string;
11504
- "selfUri"?: string;
11505
11795
  "lastUri"?: string;
11796
+ "selfUri"?: string;
11506
11797
  "pageCount"?: number;
11507
11798
  }
11508
11799
 
@@ -11514,8 +11805,8 @@ declare namespace Models {
11514
11805
  "firstUri"?: string;
11515
11806
  "nextUri"?: string;
11516
11807
  "previousUri"?: string;
11517
- "selfUri"?: string;
11518
11808
  "lastUri"?: string;
11809
+ "selfUri"?: string;
11519
11810
  "pageCount"?: number;
11520
11811
  }
11521
11812
 
@@ -11652,8 +11943,8 @@ declare namespace Models {
11652
11943
  "firstUri"?: string;
11653
11944
  "nextUri"?: string;
11654
11945
  "previousUri"?: string;
11655
- "selfUri"?: string;
11656
11946
  "lastUri"?: string;
11947
+ "selfUri"?: string;
11657
11948
  "pageCount"?: number;
11658
11949
  }
11659
11950
 
@@ -11665,8 +11956,8 @@ declare namespace Models {
11665
11956
  "firstUri"?: string;
11666
11957
  "nextUri"?: string;
11667
11958
  "previousUri"?: string;
11668
- "selfUri"?: string;
11669
11959
  "lastUri"?: string;
11960
+ "selfUri"?: string;
11670
11961
  "pageCount"?: number;
11671
11962
  }
11672
11963
 
@@ -11695,8 +11986,8 @@ declare namespace Models {
11695
11986
  "firstUri"?: string;
11696
11987
  "nextUri"?: string;
11697
11988
  "previousUri"?: string;
11698
- "selfUri"?: string;
11699
11989
  "lastUri"?: string;
11990
+ "selfUri"?: string;
11700
11991
  "pageCount"?: number;
11701
11992
  }
11702
11993
 
@@ -13067,8 +13358,8 @@ declare namespace Models {
13067
13358
  "firstUri"?: string;
13068
13359
  "nextUri"?: string;
13069
13360
  "previousUri"?: string;
13070
- "selfUri"?: string;
13071
13361
  "lastUri"?: string;
13362
+ "selfUri"?: string;
13072
13363
  "pageCount"?: number;
13073
13364
  }
13074
13365
 
@@ -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
 
@@ -14937,8 +15238,8 @@ declare namespace Models {
14937
15238
  "firstUri"?: string;
14938
15239
  "nextUri"?: string;
14939
15240
  "previousUri"?: string;
14940
- "selfUri"?: string;
14941
15241
  "lastUri"?: string;
15242
+ "selfUri"?: string;
14942
15243
  "pageCount"?: number;
14943
15244
  }
14944
15245
 
@@ -14964,8 +15265,8 @@ declare namespace Models {
14964
15265
  "firstUri"?: string;
14965
15266
  "nextUri"?: string;
14966
15267
  "previousUri"?: string;
14967
- "selfUri"?: string;
14968
15268
  "lastUri"?: string;
15269
+ "selfUri"?: string;
14969
15270
  "pageCount"?: number;
14970
15271
  }
14971
15272
 
@@ -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;
@@ -15236,8 +15541,8 @@ declare namespace Models {
15236
15541
  "firstUri"?: string;
15237
15542
  "nextUri"?: string;
15238
15543
  "previousUri"?: string;
15239
- "selfUri"?: string;
15240
15544
  "lastUri"?: string;
15545
+ "selfUri"?: string;
15241
15546
  "pageCount"?: number;
15242
15547
  }
15243
15548
 
@@ -15260,8 +15565,8 @@ declare namespace Models {
15260
15565
  "firstUri"?: string;
15261
15566
  "nextUri"?: string;
15262
15567
  "previousUri"?: string;
15263
- "selfUri"?: string;
15264
15568
  "lastUri"?: string;
15569
+ "selfUri"?: string;
15265
15570
  "pageCount"?: number;
15266
15571
  }
15267
15572
 
@@ -15293,8 +15598,8 @@ declare namespace Models {
15293
15598
  "firstUri"?: string;
15294
15599
  "nextUri"?: string;
15295
15600
  "previousUri"?: string;
15296
- "selfUri"?: string;
15297
15601
  "lastUri"?: string;
15602
+ "selfUri"?: string;
15298
15603
  "pageCount"?: number;
15299
15604
  }
15300
15605
 
@@ -15404,8 +15709,8 @@ declare namespace Models {
15404
15709
  "firstUri"?: string;
15405
15710
  "nextUri"?: string;
15406
15711
  "previousUri"?: string;
15407
- "selfUri"?: string;
15408
15712
  "lastUri"?: string;
15713
+ "selfUri"?: string;
15409
15714
  "pageCount"?: number;
15410
15715
  }
15411
15716
 
@@ -15417,8 +15722,8 @@ declare namespace Models {
15417
15722
  "firstUri"?: string;
15418
15723
  "nextUri"?: string;
15419
15724
  "previousUri"?: string;
15420
- "selfUri"?: string;
15421
15725
  "lastUri"?: string;
15726
+ "selfUri"?: string;
15422
15727
  "pageCount"?: number;
15423
15728
  }
15424
15729
 
@@ -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 {
@@ -15498,8 +15804,8 @@ declare namespace Models {
15498
15804
  "firstUri"?: string;
15499
15805
  "nextUri"?: string;
15500
15806
  "previousUri"?: string;
15501
- "selfUri"?: string;
15502
15807
  "lastUri"?: string;
15808
+ "selfUri"?: string;
15503
15809
  "pageCount"?: number;
15504
15810
  }
15505
15811
 
@@ -15531,8 +15837,8 @@ declare namespace Models {
15531
15837
  "firstUri"?: string;
15532
15838
  "nextUri"?: string;
15533
15839
  "previousUri"?: string;
15534
- "selfUri"?: string;
15535
15840
  "lastUri"?: string;
15841
+ "selfUri"?: string;
15536
15842
  "pageCount"?: number;
15537
15843
  }
15538
15844
 
@@ -15649,8 +15955,8 @@ declare namespace Models {
15649
15955
  "firstUri"?: string;
15650
15956
  "nextUri"?: string;
15651
15957
  "previousUri"?: string;
15652
- "selfUri"?: string;
15653
15958
  "lastUri"?: string;
15959
+ "selfUri"?: string;
15654
15960
  "pageCount"?: number;
15655
15961
  }
15656
15962
 
@@ -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
 
@@ -16050,8 +16359,8 @@ declare namespace Models {
16050
16359
  "firstUri"?: string;
16051
16360
  "nextUri"?: string;
16052
16361
  "previousUri"?: string;
16053
- "selfUri"?: string;
16054
16362
  "lastUri"?: string;
16363
+ "selfUri"?: string;
16055
16364
  "pageCount"?: number;
16056
16365
  }
16057
16366
 
@@ -16285,8 +16594,8 @@ declare namespace Models {
16285
16594
  "firstUri"?: string;
16286
16595
  "nextUri"?: string;
16287
16596
  "previousUri"?: string;
16288
- "selfUri"?: string;
16289
16597
  "lastUri"?: string;
16598
+ "selfUri"?: string;
16290
16599
  "pageCount"?: number;
16291
16600
  }
16292
16601
 
@@ -16368,8 +16677,8 @@ declare namespace Models {
16368
16677
  "firstUri"?: string;
16369
16678
  "nextUri"?: string;
16370
16679
  "previousUri"?: string;
16371
- "selfUri"?: string;
16372
16680
  "lastUri"?: string;
16681
+ "selfUri"?: string;
16373
16682
  "pageCount"?: number;
16374
16683
  }
16375
16684
 
@@ -16405,8 +16714,8 @@ declare namespace Models {
16405
16714
  "firstUri"?: string;
16406
16715
  "nextUri"?: string;
16407
16716
  "previousUri"?: string;
16408
- "selfUri"?: string;
16409
16717
  "lastUri"?: string;
16718
+ "selfUri"?: string;
16410
16719
  "pageCount"?: number;
16411
16720
  }
16412
16721
 
@@ -16456,8 +16765,8 @@ declare namespace Models {
16456
16765
  "firstUri"?: string;
16457
16766
  "nextUri"?: string;
16458
16767
  "previousUri"?: string;
16459
- "selfUri"?: string;
16460
16768
  "lastUri"?: string;
16769
+ "selfUri"?: string;
16461
16770
  "pageCount"?: number;
16462
16771
  }
16463
16772
 
@@ -16518,8 +16827,8 @@ declare namespace Models {
16518
16827
  "firstUri"?: string;
16519
16828
  "nextUri"?: string;
16520
16829
  "previousUri"?: string;
16521
- "selfUri"?: string;
16522
16830
  "lastUri"?: string;
16831
+ "selfUri"?: string;
16523
16832
  "pageCount"?: number;
16524
16833
  }
16525
16834
 
@@ -16531,8 +16840,8 @@ declare namespace Models {
16531
16840
  "firstUri"?: string;
16532
16841
  "nextUri"?: string;
16533
16842
  "previousUri"?: string;
16534
- "selfUri"?: string;
16535
16843
  "lastUri"?: string;
16844
+ "selfUri"?: string;
16536
16845
  "pageCount"?: number;
16537
16846
  }
16538
16847
 
@@ -16656,8 +16965,8 @@ declare namespace Models {
16656
16965
  "firstUri"?: string;
16657
16966
  "nextUri"?: string;
16658
16967
  "previousUri"?: string;
16659
- "selfUri"?: string;
16660
16968
  "lastUri"?: string;
16969
+ "selfUri"?: string;
16661
16970
  "pageCount"?: number;
16662
16971
  }
16663
16972
 
@@ -16822,8 +17131,8 @@ declare namespace Models {
16822
17131
  "firstUri"?: string;
16823
17132
  "nextUri"?: string;
16824
17133
  "previousUri"?: string;
16825
- "selfUri"?: string;
16826
17134
  "lastUri"?: string;
17135
+ "selfUri"?: string;
16827
17136
  "pageCount"?: number;
16828
17137
  }
16829
17138
 
@@ -17095,8 +17404,8 @@ declare namespace Models {
17095
17404
  "firstUri"?: string;
17096
17405
  "nextUri"?: string;
17097
17406
  "previousUri"?: string;
17098
- "selfUri"?: string;
17099
17407
  "lastUri"?: string;
17408
+ "selfUri"?: string;
17100
17409
  "pageCount"?: number;
17101
17410
  }
17102
17411
 
@@ -17114,8 +17423,8 @@ declare namespace Models {
17114
17423
  "firstUri"?: string;
17115
17424
  "nextUri"?: string;
17116
17425
  "previousUri"?: string;
17117
- "selfUri"?: string;
17118
17426
  "lastUri"?: string;
17427
+ "selfUri"?: string;
17119
17428
  "pageCount"?: number;
17120
17429
  }
17121
17430
 
@@ -17127,8 +17436,8 @@ declare namespace Models {
17127
17436
  "firstUri"?: string;
17128
17437
  "nextUri"?: string;
17129
17438
  "previousUri"?: string;
17130
- "selfUri"?: string;
17131
17439
  "lastUri"?: string;
17440
+ "selfUri"?: string;
17132
17441
  "pageCount"?: number;
17133
17442
  }
17134
17443
 
@@ -17140,8 +17449,8 @@ declare namespace Models {
17140
17449
  "firstUri"?: string;
17141
17450
  "nextUri"?: string;
17142
17451
  "previousUri"?: string;
17143
- "selfUri"?: string;
17144
17452
  "lastUri"?: string;
17453
+ "selfUri"?: string;
17145
17454
  "pageCount"?: number;
17146
17455
  }
17147
17456
 
@@ -17153,8 +17462,8 @@ declare namespace Models {
17153
17462
  "firstUri"?: string;
17154
17463
  "nextUri"?: string;
17155
17464
  "previousUri"?: string;
17156
- "selfUri"?: string;
17157
17465
  "lastUri"?: string;
17466
+ "selfUri"?: string;
17158
17467
  "pageCount"?: number;
17159
17468
  }
17160
17469
 
@@ -17548,8 +17857,8 @@ declare namespace Models {
17548
17857
  "firstUri"?: string;
17549
17858
  "nextUri"?: string;
17550
17859
  "previousUri"?: string;
17551
- "selfUri"?: string;
17552
17860
  "lastUri"?: string;
17861
+ "selfUri"?: string;
17553
17862
  "pageCount"?: number;
17554
17863
  }
17555
17864
 
@@ -17581,8 +17890,8 @@ declare namespace Models {
17581
17890
  "firstUri"?: string;
17582
17891
  "nextUri"?: string;
17583
17892
  "previousUri"?: string;
17584
- "selfUri"?: string;
17585
17893
  "lastUri"?: string;
17894
+ "selfUri"?: string;
17586
17895
  "pageCount"?: number;
17587
17896
  }
17588
17897
 
@@ -17932,8 +18241,8 @@ declare namespace Models {
17932
18241
  "firstUri"?: string;
17933
18242
  "nextUri"?: string;
17934
18243
  "previousUri"?: string;
17935
- "selfUri"?: string;
17936
18244
  "lastUri"?: string;
18245
+ "selfUri"?: string;
17937
18246
  "pageCount"?: number;
17938
18247
  }
17939
18248
 
@@ -18044,8 +18353,8 @@ declare namespace Models {
18044
18353
  "firstUri"?: string;
18045
18354
  "nextUri"?: string;
18046
18355
  "previousUri"?: string;
18047
- "selfUri"?: string;
18048
18356
  "lastUri"?: string;
18357
+ "selfUri"?: string;
18049
18358
  "pageCount"?: number;
18050
18359
  }
18051
18360
 
@@ -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;
@@ -18121,8 +18450,8 @@ declare namespace Models {
18121
18450
  "firstUri"?: string;
18122
18451
  "nextUri"?: string;
18123
18452
  "previousUri"?: string;
18124
- "selfUri"?: string;
18125
18453
  "lastUri"?: string;
18454
+ "selfUri"?: string;
18126
18455
  "pageCount"?: number;
18127
18456
  }
18128
18457
 
@@ -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;
@@ -18165,8 +18499,8 @@ declare namespace Models {
18165
18499
  "firstUri"?: string;
18166
18500
  "nextUri"?: string;
18167
18501
  "previousUri"?: string;
18168
- "selfUri"?: string;
18169
18502
  "lastUri"?: string;
18503
+ "selfUri"?: string;
18170
18504
  "pageCount"?: number;
18171
18505
  }
18172
18506
 
@@ -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;
@@ -18287,6 +18664,7 @@ declare namespace Models {
18287
18664
  "answers"?: Models.EvaluationScoringSet;
18288
18665
  "agentHasRead"?: boolean;
18289
18666
  "assignee"?: Models.User;
18667
+ "assigneeApplicable"?: boolean;
18290
18668
  "releaseDate"?: string;
18291
18669
  "assignedDate"?: string;
18292
18670
  "changedDate"?: string;
@@ -18415,8 +18793,8 @@ declare namespace Models {
18415
18793
  "firstUri"?: string;
18416
18794
  "nextUri"?: string;
18417
18795
  "previousUri"?: string;
18418
- "selfUri"?: string;
18419
18796
  "lastUri"?: string;
18797
+ "selfUri"?: string;
18420
18798
  "pageCount"?: number;
18421
18799
  }
18422
18800
 
@@ -18444,8 +18822,8 @@ declare namespace Models {
18444
18822
  "firstUri"?: string;
18445
18823
  "nextUri"?: string;
18446
18824
  "previousUri"?: string;
18447
- "selfUri"?: string;
18448
18825
  "lastUri"?: string;
18826
+ "selfUri"?: string;
18449
18827
  "pageCount"?: number;
18450
18828
  }
18451
18829
 
@@ -18505,6 +18883,7 @@ declare namespace Models {
18505
18883
  "evaluationSource"?: Models.EvaluationQualityV2TopicEvaluationSource;
18506
18884
  "assigneeUserId"?: string;
18507
18885
  "previousAssigneeUserId"?: string;
18886
+ "assigneeApplicable"?: boolean;
18508
18887
  "evaluationContextId"?: string;
18509
18888
  "disputeCount"?: number;
18510
18889
  "version"?: number;
@@ -18515,6 +18894,7 @@ declare namespace Models {
18515
18894
  "evaluatorCommentHasUpdated"?: boolean;
18516
18895
  "agentCommentHasUpdated"?: boolean;
18517
18896
  "previousRescoreCount"?: number;
18897
+ "previousEvaluatorUserId"?: string;
18518
18898
  }
18519
18899
 
18520
18900
  export interface EvaluationQualityV2TopicUser {
@@ -18593,6 +18973,7 @@ declare namespace Models {
18593
18973
  "answers"?: Models.EvaluationScoringSet;
18594
18974
  "agentHasRead"?: boolean;
18595
18975
  "assignee"?: Models.User;
18976
+ "assigneeApplicable"?: boolean;
18596
18977
  "releaseDate"?: string;
18597
18978
  "assignedDate"?: string;
18598
18979
  "changedDate"?: string;
@@ -18667,8 +19048,8 @@ declare namespace Models {
18667
19048
  "firstUri"?: string;
18668
19049
  "nextUri"?: string;
18669
19050
  "previousUri"?: string;
18670
- "selfUri"?: string;
18671
19051
  "lastUri"?: string;
19052
+ "selfUri"?: string;
18672
19053
  "pageCount"?: number;
18673
19054
  }
18674
19055
 
@@ -18685,6 +19066,7 @@ declare namespace Models {
18685
19066
  "segmentAssignmentEvent"?: Models.SegmentAssignmentEvent;
18686
19067
  "webActionEvent"?: Models.WebActionEvent;
18687
19068
  "webEvent"?: Models.WebEvent;
19069
+ "appEvent"?: Models.AppEvent;
18688
19070
  "createdDate"?: string;
18689
19071
  }
18690
19072
 
@@ -18770,6 +19152,7 @@ declare namespace Models {
18770
19152
  "description"?: string;
18771
19153
  "allowAllDomains"?: boolean;
18772
19154
  "allowedDomains"?: Array<string>;
19155
+ "supportedContent"?: Models.SupportedContentReference;
18773
19156
  "snippet"?: string;
18774
19157
  "dateCreated"?: string;
18775
19158
  "dateModified"?: string;
@@ -18837,8 +19220,8 @@ declare namespace Models {
18837
19220
  "firstUri"?: string;
18838
19221
  "nextUri"?: string;
18839
19222
  "previousUri"?: string;
18840
- "selfUri"?: string;
18841
19223
  "lastUri"?: string;
19224
+ "selfUri"?: string;
18842
19225
  "pageCount"?: number;
18843
19226
  }
18844
19227
 
@@ -18875,8 +19258,8 @@ declare namespace Models {
18875
19258
  "firstUri"?: string;
18876
19259
  "nextUri"?: string;
18877
19260
  "previousUri"?: string;
18878
- "selfUri"?: string;
18879
19261
  "lastUri"?: string;
19262
+ "selfUri"?: string;
18880
19263
  "pageCount"?: number;
18881
19264
  }
18882
19265
 
@@ -18888,8 +19271,8 @@ declare namespace Models {
18888
19271
  "firstUri"?: string;
18889
19272
  "nextUri"?: string;
18890
19273
  "previousUri"?: string;
18891
- "selfUri"?: string;
18892
19274
  "lastUri"?: string;
19275
+ "selfUri"?: string;
18893
19276
  "pageCount"?: number;
18894
19277
  }
18895
19278
 
@@ -18958,6 +19341,8 @@ declare namespace Models {
18958
19341
  "instagramId"?: Models.ExternalContactsContactChangedTopicInstagramId;
18959
19342
  "schema"?: Models.ExternalContactsContactChangedTopicDataSchema;
18960
19343
  "customFields"?: { [key: string]: object; };
19344
+ "createDate"?: string;
19345
+ "modifyDate"?: string;
18961
19346
  }
18962
19347
 
18963
19348
  export interface ExternalContactsContactChangedTopicContactAddress {
@@ -19056,6 +19441,8 @@ declare namespace Models {
19056
19441
  "instagramId"?: Models.ExternalContactsUnresolvedContactChangedTopicInstagramId;
19057
19442
  "schema"?: Models.ExternalContactsUnresolvedContactChangedTopicDataSchema;
19058
19443
  "customFields"?: { [key: string]: object; };
19444
+ "createDate"?: string;
19445
+ "modifyDate"?: string;
19059
19446
  }
19060
19447
 
19061
19448
  export interface ExternalContactsUnresolvedContactChangedTopicContactAddress {
@@ -19220,8 +19607,8 @@ declare namespace Models {
19220
19607
  "firstUri"?: string;
19221
19608
  "nextUri"?: string;
19222
19609
  "previousUri"?: string;
19223
- "selfUri"?: string;
19224
19610
  "lastUri"?: string;
19611
+ "selfUri"?: string;
19225
19612
  "pageCount"?: number;
19226
19613
  }
19227
19614
 
@@ -19266,8 +19653,8 @@ declare namespace Models {
19266
19653
  "firstUri"?: string;
19267
19654
  "nextUri"?: string;
19268
19655
  "previousUri"?: string;
19269
- "selfUri"?: string;
19270
19656
  "lastUri"?: string;
19657
+ "selfUri"?: string;
19271
19658
  "pageCount"?: number;
19272
19659
  }
19273
19660
 
@@ -19322,8 +19709,8 @@ declare namespace Models {
19322
19709
  "firstUri"?: string;
19323
19710
  "nextUri"?: string;
19324
19711
  "previousUri"?: string;
19325
- "selfUri"?: string;
19326
19712
  "lastUri"?: string;
19713
+ "selfUri"?: string;
19327
19714
  "pageCount"?: number;
19328
19715
  }
19329
19716
 
@@ -19415,8 +19802,8 @@ declare namespace Models {
19415
19802
  "firstUri"?: string;
19416
19803
  "nextUri"?: string;
19417
19804
  "previousUri"?: string;
19418
- "selfUri"?: string;
19419
19805
  "lastUri"?: string;
19806
+ "selfUri"?: string;
19420
19807
  "pageCount"?: number;
19421
19808
  }
19422
19809
 
@@ -19449,8 +19836,8 @@ declare namespace Models {
19449
19836
  "firstUri"?: string;
19450
19837
  "nextUri"?: string;
19451
19838
  "previousUri"?: string;
19452
- "selfUri"?: string;
19453
19839
  "lastUri"?: string;
19840
+ "selfUri"?: string;
19454
19841
  "pageCount"?: number;
19455
19842
  }
19456
19843
 
@@ -19781,8 +20168,8 @@ declare namespace Models {
19781
20168
  "firstUri"?: string;
19782
20169
  "nextUri"?: string;
19783
20170
  "previousUri"?: string;
19784
- "selfUri"?: string;
19785
20171
  "lastUri"?: string;
20172
+ "selfUri"?: string;
19786
20173
  "pageCount"?: number;
19787
20174
  }
19788
20175
 
@@ -19818,8 +20205,8 @@ declare namespace Models {
19818
20205
  "firstUri"?: string;
19819
20206
  "nextUri"?: string;
19820
20207
  "previousUri"?: string;
19821
- "selfUri"?: string;
19822
20208
  "lastUri"?: string;
20209
+ "selfUri"?: string;
19823
20210
  "pageCount"?: number;
19824
20211
  }
19825
20212
 
@@ -19929,6 +20316,8 @@ declare namespace Models {
19929
20316
  "roomId"?: string;
19930
20317
  "routingPriority"?: number;
19931
20318
  "routingRing"?: number;
20319
+ "routingRule"?: string;
20320
+ "routingRuleType"?: string;
19932
20321
  "selectedAgentId"?: string;
19933
20322
  "selectedAgentRank"?: number;
19934
20323
  "selfServed"?: boolean;
@@ -19988,8 +20377,8 @@ declare namespace Models {
19988
20377
  "firstUri"?: string;
19989
20378
  "nextUri"?: string;
19990
20379
  "previousUri"?: string;
19991
- "selfUri"?: string;
19992
20380
  "lastUri"?: string;
20381
+ "selfUri"?: string;
19993
20382
  "pageCount"?: number;
19994
20383
  }
19995
20384
 
@@ -20001,8 +20390,8 @@ declare namespace Models {
20001
20390
  "firstUri"?: string;
20002
20391
  "nextUri"?: string;
20003
20392
  "previousUri"?: string;
20004
- "selfUri"?: string;
20005
20393
  "lastUri"?: string;
20394
+ "selfUri"?: string;
20006
20395
  "pageCount"?: number;
20007
20396
  }
20008
20397
 
@@ -20064,8 +20453,8 @@ declare namespace Models {
20064
20453
  "firstUri"?: string;
20065
20454
  "nextUri"?: string;
20066
20455
  "previousUri"?: string;
20067
- "selfUri"?: string;
20068
20456
  "lastUri"?: string;
20457
+ "selfUri"?: string;
20069
20458
  "pageCount"?: number;
20070
20459
  }
20071
20460
 
@@ -20077,8 +20466,8 @@ declare namespace Models {
20077
20466
  "firstUri"?: string;
20078
20467
  "nextUri"?: string;
20079
20468
  "previousUri"?: string;
20080
- "selfUri"?: string;
20081
20469
  "lastUri"?: string;
20470
+ "selfUri"?: string;
20082
20471
  "pageCount"?: number;
20083
20472
  }
20084
20473
 
@@ -20090,8 +20479,8 @@ declare namespace Models {
20090
20479
  "firstUri"?: string;
20091
20480
  "nextUri"?: string;
20092
20481
  "previousUri"?: string;
20093
- "selfUri"?: string;
20094
20482
  "lastUri"?: string;
20483
+ "selfUri"?: string;
20095
20484
  "pageCount"?: number;
20096
20485
  }
20097
20486
 
@@ -20165,8 +20554,8 @@ declare namespace Models {
20165
20554
  "firstUri"?: string;
20166
20555
  "nextUri"?: string;
20167
20556
  "previousUri"?: string;
20168
- "selfUri"?: string;
20169
20557
  "lastUri"?: string;
20558
+ "selfUri"?: string;
20170
20559
  "pageCount"?: number;
20171
20560
  }
20172
20561
 
@@ -20206,6 +20595,7 @@ declare namespace Models {
20206
20595
 
20207
20596
  export interface ForecastPlanningGroupsResponse {
20208
20597
  "entities"?: Array<Models.ForecastPlanningGroupResponse>;
20598
+ "businessUnitServiceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
20209
20599
  }
20210
20600
 
20211
20601
  export interface ForecastServiceGoalTemplateImpactOverrideResponse {
@@ -20218,6 +20608,7 @@ declare namespace Models {
20218
20608
  "serviceLevel"?: Models.ForecastServiceLevelResponse;
20219
20609
  "averageSpeedOfAnswer"?: Models.ForecastAverageSpeedOfAnswerResponse;
20220
20610
  "abandonRate"?: Models.ForecastAbandonRateResponse;
20611
+ "impactOverride"?: Models.ForecastServiceGoalTemplateImpactOverrideResponse;
20221
20612
  }
20222
20613
 
20223
20614
  export interface ForecastServiceLevelResponse {
@@ -20285,8 +20676,8 @@ declare namespace Models {
20285
20676
  "firstUri"?: string;
20286
20677
  "nextUri"?: string;
20287
20678
  "previousUri"?: string;
20288
- "selfUri"?: string;
20289
20679
  "lastUri"?: string;
20680
+ "selfUri"?: string;
20290
20681
  "pageCount"?: number;
20291
20682
  }
20292
20683
 
@@ -20311,8 +20702,8 @@ declare namespace Models {
20311
20702
  "firstUri"?: string;
20312
20703
  "nextUri"?: string;
20313
20704
  "previousUri"?: string;
20314
- "selfUri"?: string;
20315
20705
  "lastUri"?: string;
20706
+ "selfUri"?: string;
20316
20707
  "pageCount"?: number;
20317
20708
  }
20318
20709
 
@@ -20370,6 +20761,18 @@ declare namespace Models {
20370
20761
  "selfUri"?: string;
20371
20762
  }
20372
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
+
20373
20776
  export interface GamificationScorecardChangeTopicMetric {
20374
20777
  "id"?: string;
20375
20778
  }
@@ -20379,6 +20782,7 @@ declare namespace Models {
20379
20782
  "points"?: number;
20380
20783
  "value"?: number;
20381
20784
  "punctualityEvents"?: Array<Models.GamificationScorecardChangeTopicPunctualityEvent>;
20785
+ "evaluationDetails"?: Array<Models.GamificationScorecardChangeTopicEvaluationDetail>;
20382
20786
  }
20383
20787
 
20384
20788
  export interface GamificationScorecardChangeTopicPunctualityEvent {
@@ -20432,6 +20836,12 @@ declare namespace Models {
20432
20836
  "canUseForScheduling"?: boolean;
20433
20837
  }
20434
20838
 
20839
+ export interface GenerateMeetingIdRequest {
20840
+ "conferenceId"?: string;
20841
+ "ephemeral": boolean;
20842
+ "expireTimeDays"?: number;
20843
+ }
20844
+
20435
20845
  export interface GenericActionEvent {
20436
20846
  "action": Models.GenericEventAction;
20437
20847
  "actionMap"?: Models.ActionEventActionMap;
@@ -20575,6 +20985,49 @@ declare namespace Models {
20575
20985
  "eventInputParameters"?: { [key: string]: string; };
20576
20986
  }
20577
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
+
20578
21031
  export interface Greeting {
20579
21032
  "id"?: string;
20580
21033
  "name"?: string;
@@ -20604,8 +21057,8 @@ declare namespace Models {
20604
21057
  "firstUri"?: string;
20605
21058
  "nextUri"?: string;
20606
21059
  "previousUri"?: string;
20607
- "selfUri"?: string;
20608
21060
  "lastUri"?: string;
21061
+ "selfUri"?: string;
20609
21062
  "pageCount"?: number;
20610
21063
  }
20611
21064
 
@@ -20671,8 +21124,8 @@ declare namespace Models {
20671
21124
  "firstUri"?: string;
20672
21125
  "nextUri"?: string;
20673
21126
  "previousUri"?: string;
20674
- "selfUri"?: string;
20675
21127
  "lastUri"?: string;
21128
+ "selfUri"?: string;
20676
21129
  "pageCount"?: number;
20677
21130
  }
20678
21131
 
@@ -20717,8 +21170,8 @@ declare namespace Models {
20717
21170
  "firstUri"?: string;
20718
21171
  "nextUri"?: string;
20719
21172
  "previousUri"?: string;
20720
- "selfUri"?: string;
20721
21173
  "lastUri"?: string;
21174
+ "selfUri"?: string;
20722
21175
  "pageCount"?: number;
20723
21176
  }
20724
21177
 
@@ -21046,6 +21499,28 @@ declare namespace Models {
21046
21499
  "secondaryId"?: string;
21047
21500
  }
21048
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
+
21049
21524
  export interface Humanize {
21050
21525
  "enabled"?: boolean;
21051
21526
  "bot"?: Models.BotMessengerProfile;
@@ -21072,6 +21547,26 @@ declare namespace Models {
21072
21547
  "selfUri"?: string;
21073
21548
  }
21074
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
+
21075
21570
  export interface IVREntityListing {
21076
21571
  "entities"?: Array<Models.IVR>;
21077
21572
  "pageSize"?: number;
@@ -21080,8 +21575,8 @@ declare namespace Models {
21080
21575
  "firstUri"?: string;
21081
21576
  "nextUri"?: string;
21082
21577
  "previousUri"?: string;
21083
- "selfUri"?: string;
21084
21578
  "lastUri"?: string;
21579
+ "selfUri"?: string;
21085
21580
  "pageCount"?: number;
21086
21581
  }
21087
21582
 
@@ -21195,8 +21690,8 @@ declare namespace Models {
21195
21690
  "firstUri"?: string;
21196
21691
  "nextUri"?: string;
21197
21692
  "previousUri"?: string;
21198
- "selfUri"?: string;
21199
21693
  "lastUri"?: string;
21694
+ "selfUri"?: string;
21200
21695
  "pageCount"?: number;
21201
21696
  }
21202
21697
 
@@ -21252,8 +21747,8 @@ declare namespace Models {
21252
21747
  "firstUri"?: string;
21253
21748
  "nextUri"?: string;
21254
21749
  "previousUri"?: string;
21255
- "selfUri"?: string;
21256
21750
  "lastUri"?: string;
21751
+ "selfUri"?: string;
21257
21752
  "pageCount"?: number;
21258
21753
  }
21259
21754
 
@@ -21456,8 +21951,8 @@ declare namespace Models {
21456
21951
  "firstUri"?: string;
21457
21952
  "nextUri"?: string;
21458
21953
  "previousUri"?: string;
21459
- "selfUri"?: string;
21460
21954
  "lastUri"?: string;
21955
+ "selfUri"?: string;
21461
21956
  "pageCount"?: number;
21462
21957
  }
21463
21958
 
@@ -21533,8 +22028,8 @@ declare namespace Models {
21533
22028
  "firstUri"?: string;
21534
22029
  "nextUri"?: string;
21535
22030
  "previousUri"?: string;
21536
- "selfUri"?: string;
21537
22031
  "lastUri"?: string;
22032
+ "selfUri"?: string;
21538
22033
  "pageCount"?: number;
21539
22034
  }
21540
22035
 
@@ -21585,8 +22080,8 @@ declare namespace Models {
21585
22080
  "firstUri"?: string;
21586
22081
  "nextUri"?: string;
21587
22082
  "previousUri"?: string;
21588
- "selfUri"?: string;
21589
22083
  "lastUri"?: string;
22084
+ "selfUri"?: string;
21590
22085
  "pageCount"?: number;
21591
22086
  }
21592
22087
 
@@ -21638,8 +22133,8 @@ declare namespace Models {
21638
22133
  "firstUri"?: string;
21639
22134
  "nextUri"?: string;
21640
22135
  "previousUri"?: string;
21641
- "selfUri"?: string;
21642
22136
  "lastUri"?: string;
22137
+ "selfUri"?: string;
21643
22138
  "pageCount"?: number;
21644
22139
  }
21645
22140
 
@@ -21668,8 +22163,8 @@ declare namespace Models {
21668
22163
  "firstUri"?: string;
21669
22164
  "nextUri"?: string;
21670
22165
  "previousUri"?: string;
21671
- "selfUri"?: string;
21672
22166
  "lastUri"?: string;
22167
+ "selfUri"?: string;
21673
22168
  "pageCount"?: number;
21674
22169
  }
21675
22170
 
@@ -21796,6 +22291,167 @@ declare namespace Models {
21796
22291
  "buildNumber": string;
21797
22292
  }
21798
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
+
21799
22455
  export interface JourneyAsyncAggregateQueryResponse {
21800
22456
  "results"?: Array<Models.JourneyAggregateDataContainer>;
21801
22457
  "cursor"?: string;
@@ -21894,10 +22550,12 @@ declare namespace Models {
21894
22550
  "isMobile"?: boolean;
21895
22551
  "screenHeight"?: number;
21896
22552
  "screenWidth"?: number;
22553
+ "screenDensity"?: number;
21897
22554
  "fingerprint"?: string;
21898
22555
  "osFamily"?: string;
21899
22556
  "osVersion"?: string;
21900
22557
  "category"?: string;
22558
+ "manufacturer"?: string;
21901
22559
  }
21902
22560
 
21903
22561
  export interface JourneyOutcomeEventsNotificationExternalContact {
@@ -22042,6 +22700,13 @@ declare namespace Models {
22042
22700
  "modifiedDate"?: string;
22043
22701
  }
22044
22702
 
22703
+ export interface JourneySessionEventsNotificationApp {
22704
+ "name"?: string;
22705
+ "namespace"?: string;
22706
+ "version"?: string;
22707
+ "buildNumber"?: string;
22708
+ }
22709
+
22045
22710
  export interface JourneySessionEventsNotificationBrowser {
22046
22711
  "family"?: string;
22047
22712
  "version"?: string;
@@ -22082,10 +22747,12 @@ declare namespace Models {
22082
22747
  "isMobile"?: boolean;
22083
22748
  "screenHeight"?: number;
22084
22749
  "screenWidth"?: number;
22750
+ "screenDensity"?: number;
22085
22751
  "fingerprint"?: string;
22086
22752
  "osFamily"?: string;
22087
22753
  "osVersion"?: string;
22088
22754
  "category"?: string;
22755
+ "manufacturer"?: string;
22089
22756
  }
22090
22757
 
22091
22758
  export interface JourneySessionEventsNotificationExternalContact {
@@ -22116,6 +22783,13 @@ declare namespace Models {
22116
22783
  "network"?: string;
22117
22784
  }
22118
22785
 
22786
+ export interface JourneySessionEventsNotificationNetworkConnectivity {
22787
+ "carrier"?: string;
22788
+ "bluetoothEnabled"?: boolean;
22789
+ "cellularEnabled"?: boolean;
22790
+ "wifiEnabled"?: boolean;
22791
+ }
22792
+
22119
22793
  export interface JourneySessionEventsNotificationOutcome {
22120
22794
  "id"?: string;
22121
22795
  "selfUri"?: string;
@@ -22151,6 +22825,11 @@ declare namespace Models {
22151
22825
  "medium"?: string;
22152
22826
  }
22153
22827
 
22828
+ export interface JourneySessionEventsNotificationSdkLibrary {
22829
+ "name"?: string;
22830
+ "version"?: string;
22831
+ }
22832
+
22154
22833
  export interface JourneySessionEventsNotificationSegment {
22155
22834
  "id"?: string;
22156
22835
  "selfUri"?: string;
@@ -22199,6 +22878,9 @@ declare namespace Models {
22199
22878
  "lastUserDisconnectType"?: string;
22200
22879
  "lastAcdOutcome"?: string;
22201
22880
  "authenticated"?: boolean;
22881
+ "app"?: Models.JourneySessionEventsNotificationApp;
22882
+ "sdkLibrary"?: Models.JourneySessionEventsNotificationSdkLibrary;
22883
+ "networkConnectivity"?: Models.JourneySessionEventsNotificationNetworkConnectivity;
22202
22884
  }
22203
22885
 
22204
22886
  export interface JourneySessionEventsNotificationSessionLastEvent {
@@ -22266,10 +22948,12 @@ declare namespace Models {
22266
22948
  "isMobile"?: boolean;
22267
22949
  "screenHeight"?: number;
22268
22950
  "screenWidth"?: number;
22951
+ "screenDensity"?: number;
22269
22952
  "fingerprint"?: string;
22270
22953
  "osFamily"?: string;
22271
22954
  "osVersion"?: string;
22272
22955
  "category"?: string;
22956
+ "manufacturer"?: string;
22273
22957
  }
22274
22958
 
22275
22959
  export interface JourneyWebActionEventsNotificationEmergencyGroup {
@@ -22402,10 +23086,12 @@ declare namespace Models {
22402
23086
  "isMobile"?: boolean;
22403
23087
  "screenHeight"?: number;
22404
23088
  "screenWidth"?: number;
23089
+ "screenDensity"?: number;
22405
23090
  "fingerprint"?: string;
22406
23091
  "osFamily"?: string;
22407
23092
  "osVersion"?: string;
22408
23093
  "category"?: string;
23094
+ "manufacturer"?: string;
22409
23095
  }
22410
23096
 
22411
23097
  export interface JourneyWebEventsNotificationEventAction {
@@ -22805,6 +23491,12 @@ declare namespace Models {
22805
23491
  "selfUri"?: string;
22806
23492
  }
22807
23493
 
23494
+ export interface KnowledgeBaseCreateRequest {
23495
+ "name": string;
23496
+ "description"?: string;
23497
+ "coreLanguage": string;
23498
+ }
23499
+
22808
23500
  export interface KnowledgeBaseListing {
22809
23501
  "entities"?: Array<Models.KnowledgeBase>;
22810
23502
  "nextUri"?: string;
@@ -22817,6 +23509,11 @@ declare namespace Models {
22817
23509
  "selfUri"?: string;
22818
23510
  }
22819
23511
 
23512
+ export interface KnowledgeBaseUpdateRequest {
23513
+ "name"?: string;
23514
+ "description"?: string;
23515
+ }
23516
+
22820
23517
  export interface KnowledgeCategory {
22821
23518
  "id"?: string;
22822
23519
  "name": string;
@@ -22926,6 +23623,49 @@ declare namespace Models {
22926
23623
  "selfUri"?: string;
22927
23624
  }
22928
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
+
22929
23669
  export interface KnowledgeDocumentGuestSearch {
22930
23670
  "query": string;
22931
23671
  "pageSize"?: number;
@@ -23087,6 +23827,13 @@ declare namespace Models {
23087
23827
  "previousUri"?: string;
23088
23828
  }
23089
23829
 
23830
+ export interface KnowledgeDocumentVersionReference {
23831
+ "id"?: string;
23832
+ "knowledgeBase": Models.KnowledgeBaseReference;
23833
+ "versionId": string;
23834
+ "selfUri"?: string;
23835
+ }
23836
+
23090
23837
  export interface KnowledgeDocumentVersionVariation {
23091
23838
  "id"?: string;
23092
23839
  "body"?: Models.DocumentBody;
@@ -23104,6 +23851,16 @@ declare namespace Models {
23104
23851
  "previousUri"?: string;
23105
23852
  }
23106
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
+
23107
23864
  export interface KnowledgeExportJobDocumentsFilter {
23108
23865
  "interval"?: string;
23109
23866
  "entities"?: Array<Models.Entity>;
@@ -23127,6 +23884,7 @@ declare namespace Models {
23127
23884
  "exportFilter"?: Models.KnowledgeExportJobFilter;
23128
23885
  "status"?: string;
23129
23886
  "knowledgeBase"?: Models.KnowledgeBase;
23887
+ "createdBy"?: Models.UserReference;
23130
23888
  "dateCreated"?: string;
23131
23889
  "dateModified"?: string;
23132
23890
  "errorInformation"?: Models.ErrorBody;
@@ -23172,6 +23930,21 @@ declare namespace Models {
23172
23930
  "selfUri"?: string;
23173
23931
  }
23174
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
+
23175
23948
  export interface KnowledgeGuestDocumentResponseListing {
23176
23949
  "entities"?: Array<Models.KnowledgeGuestDocument>;
23177
23950
  "nextUri"?: string;
@@ -23212,6 +23985,18 @@ declare namespace Models {
23212
23985
  "values": Array<Models.AddressableEntityRef>;
23213
23986
  }
23214
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
+
23215
24000
  export interface KnowledgeGuestSession {
23216
24001
  "id"?: string;
23217
24002
  "app": Models.KnowledgeGuestSessionApp;
@@ -23274,12 +24059,15 @@ declare namespace Models {
23274
24059
 
23275
24060
  export interface KnowledgeImportJobResponse {
23276
24061
  "id"?: string;
24062
+ "downloadURL"?: string;
24063
+ "failedEntitiesURL"?: string;
23277
24064
  "uploadKey": string;
23278
24065
  "fileType": string;
23279
24066
  "settings"?: Models.KnowledgeImportJobSettings;
23280
24067
  "status"?: string;
23281
24068
  "report"?: Models.KnowledgeImportJobReport;
23282
24069
  "knowledgeBase"?: Models.KnowledgeBase;
24070
+ "createdBy"?: Models.UserReference;
23283
24071
  "dateCreated"?: string;
23284
24072
  "dateModified"?: string;
23285
24073
  "skipConfirmationStep"?: boolean;
@@ -23412,7 +24200,7 @@ declare namespace Models {
23412
24200
 
23413
24201
  export interface LabelUtilization {
23414
24202
  "maximumCapacity"?: number;
23415
- "interruptingLabels"?: Array<string>;
24203
+ "interruptingLabelIds"?: Array<string>;
23416
24204
  }
23417
24205
 
23418
24206
  export interface Language {
@@ -23432,8 +24220,8 @@ declare namespace Models {
23432
24220
  "firstUri"?: string;
23433
24221
  "nextUri"?: string;
23434
24222
  "previousUri"?: string;
23435
- "selfUri"?: string;
23436
24223
  "lastUri"?: string;
24224
+ "selfUri"?: string;
23437
24225
  "pageCount"?: number;
23438
24226
  }
23439
24227
 
@@ -23703,8 +24491,8 @@ declare namespace Models {
23703
24491
  "firstUri"?: string;
23704
24492
  "nextUri"?: string;
23705
24493
  "previousUri"?: string;
23706
- "selfUri"?: string;
23707
24494
  "lastUri"?: string;
24495
+ "selfUri"?: string;
23708
24496
  "pageCount"?: number;
23709
24497
  }
23710
24498
 
@@ -23721,8 +24509,8 @@ declare namespace Models {
23721
24509
  "firstUri"?: string;
23722
24510
  "nextUri"?: string;
23723
24511
  "previousUri"?: string;
23724
- "selfUri"?: string;
23725
24512
  "lastUri"?: string;
24513
+ "selfUri"?: string;
23726
24514
  "pageCount"?: number;
23727
24515
  }
23728
24516
 
@@ -23860,8 +24648,8 @@ declare namespace Models {
23860
24648
  "firstUri"?: string;
23861
24649
  "nextUri"?: string;
23862
24650
  "previousUri"?: string;
23863
- "selfUri"?: string;
23864
24651
  "lastUri"?: string;
24652
+ "selfUri"?: string;
23865
24653
  "pageCount"?: number;
23866
24654
  }
23867
24655
 
@@ -23956,8 +24744,8 @@ declare namespace Models {
23956
24744
  "firstUri"?: string;
23957
24745
  "nextUri"?: string;
23958
24746
  "previousUri"?: string;
23959
- "selfUri"?: string;
23960
24747
  "lastUri"?: string;
24748
+ "selfUri"?: string;
23961
24749
  "pageCount"?: number;
23962
24750
  }
23963
24751
 
@@ -23969,8 +24757,8 @@ declare namespace Models {
23969
24757
  "firstUri"?: string;
23970
24758
  "nextUri"?: string;
23971
24759
  "previousUri"?: string;
23972
- "selfUri"?: string;
23973
24760
  "lastUri"?: string;
24761
+ "selfUri"?: string;
23974
24762
  "pageCount"?: number;
23975
24763
  }
23976
24764
 
@@ -24006,8 +24794,8 @@ declare namespace Models {
24006
24794
  "firstUri"?: string;
24007
24795
  "nextUri"?: string;
24008
24796
  "previousUri"?: string;
24009
- "selfUri"?: string;
24010
24797
  "lastUri"?: string;
24798
+ "selfUri"?: string;
24011
24799
  "pageCount"?: number;
24012
24800
  }
24013
24801
 
@@ -24132,8 +24920,8 @@ declare namespace Models {
24132
24920
  "firstUri"?: string;
24133
24921
  "nextUri"?: string;
24134
24922
  "previousUri"?: string;
24135
- "selfUri"?: string;
24136
24923
  "lastUri"?: string;
24924
+ "selfUri"?: string;
24137
24925
  "pageCount"?: number;
24138
24926
  }
24139
24927
 
@@ -24145,8 +24933,8 @@ declare namespace Models {
24145
24933
  "firstUri"?: string;
24146
24934
  "nextUri"?: string;
24147
24935
  "previousUri"?: string;
24148
- "selfUri"?: string;
24149
24936
  "lastUri"?: string;
24937
+ "selfUri"?: string;
24150
24938
  "pageCount"?: number;
24151
24939
  }
24152
24940
 
@@ -24182,8 +24970,8 @@ declare namespace Models {
24182
24970
  "firstUri"?: string;
24183
24971
  "nextUri"?: string;
24184
24972
  "previousUri"?: string;
24185
- "selfUri"?: string;
24186
24973
  "lastUri"?: string;
24974
+ "selfUri"?: string;
24187
24975
  "pageCount"?: number;
24188
24976
  }
24189
24977
 
@@ -24366,8 +25154,8 @@ declare namespace Models {
24366
25154
  "firstUri"?: string;
24367
25155
  "nextUri"?: string;
24368
25156
  "previousUri"?: string;
24369
- "selfUri"?: string;
24370
25157
  "lastUri"?: string;
25158
+ "selfUri"?: string;
24371
25159
  "pageCount"?: number;
24372
25160
  }
24373
25161
 
@@ -24442,8 +25230,8 @@ declare namespace Models {
24442
25230
  "firstUri"?: string;
24443
25231
  "nextUri"?: string;
24444
25232
  "previousUri"?: string;
24445
- "selfUri"?: string;
24446
25233
  "lastUri"?: string;
25234
+ "selfUri"?: string;
24447
25235
  "pageCount"?: number;
24448
25236
  }
24449
25237
 
@@ -24694,6 +25482,14 @@ declare namespace Models {
24694
25482
  "includeNonAcd"?: boolean;
24695
25483
  }
24696
25484
 
25485
+ export interface MeetingIdRecord {
25486
+ "id"?: string;
25487
+ "ephemeral": boolean;
25488
+ "conferenceId"?: string;
25489
+ "dateExpired"?: string;
25490
+ "selfUri"?: string;
25491
+ }
25492
+
24697
25493
  export interface Member {
24698
25494
  "id": string;
24699
25495
  "selfUri"?: string;
@@ -24795,8 +25591,8 @@ declare namespace Models {
24795
25591
  "firstUri"?: string;
24796
25592
  "nextUri"?: string;
24797
25593
  "previousUri"?: string;
24798
- "selfUri"?: string;
24799
25594
  "lastUri"?: string;
25595
+ "selfUri"?: string;
24800
25596
  "pageCount"?: number;
24801
25597
  }
24802
25598
 
@@ -24991,8 +25787,8 @@ declare namespace Models {
24991
25787
  "firstUri"?: string;
24992
25788
  "nextUri"?: string;
24993
25789
  "previousUri"?: string;
24994
- "selfUri"?: string;
24995
25790
  "lastUri"?: string;
25791
+ "selfUri"?: string;
24996
25792
  "pageCount"?: number;
24997
25793
  }
24998
25794
 
@@ -25004,8 +25800,8 @@ declare namespace Models {
25004
25800
  "firstUri"?: string;
25005
25801
  "nextUri"?: string;
25006
25802
  "previousUri"?: string;
25007
- "selfUri"?: string;
25008
25803
  "lastUri"?: string;
25804
+ "selfUri"?: string;
25009
25805
  "pageCount"?: number;
25010
25806
  }
25011
25807
 
@@ -25029,8 +25825,8 @@ declare namespace Models {
25029
25825
  "firstUri"?: string;
25030
25826
  "nextUri"?: string;
25031
25827
  "previousUri"?: string;
25032
- "selfUri"?: string;
25033
25828
  "lastUri"?: string;
25829
+ "selfUri"?: string;
25034
25830
  "pageCount"?: number;
25035
25831
  }
25036
25832
 
@@ -25042,8 +25838,8 @@ declare namespace Models {
25042
25838
  "firstUri"?: string;
25043
25839
  "nextUri"?: string;
25044
25840
  "previousUri"?: string;
25045
- "selfUri"?: string;
25046
25841
  "lastUri"?: string;
25842
+ "selfUri"?: string;
25047
25843
  "pageCount"?: number;
25048
25844
  }
25049
25845
 
@@ -25071,8 +25867,8 @@ declare namespace Models {
25071
25867
  "firstUri"?: string;
25072
25868
  "nextUri"?: string;
25073
25869
  "previousUri"?: string;
25074
- "selfUri"?: string;
25075
25870
  "lastUri"?: string;
25871
+ "selfUri"?: string;
25076
25872
  "pageCount"?: number;
25077
25873
  }
25078
25874
 
@@ -25158,8 +25954,8 @@ declare namespace Models {
25158
25954
  "firstUri"?: string;
25159
25955
  "nextUri"?: string;
25160
25956
  "previousUri"?: string;
25161
- "selfUri"?: string;
25162
25957
  "lastUri"?: string;
25958
+ "selfUri"?: string;
25163
25959
  "pageCount"?: number;
25164
25960
  }
25165
25961
 
@@ -25451,6 +26247,22 @@ declare namespace Models {
25451
26247
  "selfUri"?: string;
25452
26248
  }
25453
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
+
25454
26266
  export interface MoveManagementUnitRequest {
25455
26267
  "businessUnitId": string;
25456
26268
  }
@@ -25573,8 +26385,8 @@ declare namespace Models {
25573
26385
  "firstUri"?: string;
25574
26386
  "nextUri"?: string;
25575
26387
  "previousUri"?: string;
25576
- "selfUri"?: string;
25577
26388
  "lastUri"?: string;
26389
+ "selfUri"?: string;
25578
26390
  "pageCount"?: number;
25579
26391
  }
25580
26392
 
@@ -25604,8 +26416,8 @@ declare namespace Models {
25604
26416
  "firstUri"?: string;
25605
26417
  "nextUri"?: string;
25606
26418
  "previousUri"?: string;
25607
- "selfUri"?: string;
25608
26419
  "lastUri"?: string;
26420
+ "selfUri"?: string;
25609
26421
  "pageCount"?: number;
25610
26422
  }
25611
26423
 
@@ -25628,8 +26440,8 @@ declare namespace Models {
25628
26440
  "firstUri"?: string;
25629
26441
  "nextUri"?: string;
25630
26442
  "previousUri"?: string;
25631
- "selfUri"?: string;
25632
26443
  "lastUri"?: string;
26444
+ "selfUri"?: string;
25633
26445
  "pageCount"?: number;
25634
26446
  }
25635
26447
 
@@ -25698,8 +26510,8 @@ declare namespace Models {
25698
26510
  "firstUri"?: string;
25699
26511
  "nextUri"?: string;
25700
26512
  "previousUri"?: string;
25701
- "selfUri"?: string;
25702
26513
  "lastUri"?: string;
26514
+ "selfUri"?: string;
25703
26515
  "pageCount"?: number;
25704
26516
  }
25705
26517
 
@@ -25765,8 +26577,8 @@ declare namespace Models {
25765
26577
  "firstUri"?: string;
25766
26578
  "nextUri"?: string;
25767
26579
  "previousUri"?: string;
25768
- "selfUri"?: string;
25769
26580
  "lastUri"?: string;
26581
+ "selfUri"?: string;
25770
26582
  "pageCount"?: number;
25771
26583
  }
25772
26584
 
@@ -25903,8 +26715,8 @@ declare namespace Models {
25903
26715
  "firstUri"?: string;
25904
26716
  "nextUri"?: string;
25905
26717
  "previousUri"?: string;
25906
- "selfUri"?: string;
25907
26718
  "lastUri"?: string;
26719
+ "selfUri"?: string;
25908
26720
  "pageCount"?: number;
25909
26721
  }
25910
26722
 
@@ -25959,8 +26771,8 @@ declare namespace Models {
25959
26771
  "firstUri"?: string;
25960
26772
  "nextUri"?: string;
25961
26773
  "previousUri"?: string;
25962
- "selfUri"?: string;
25963
26774
  "lastUri"?: string;
26775
+ "selfUri"?: string;
25964
26776
  "pageCount"?: number;
25965
26777
  }
25966
26778
 
@@ -25985,6 +26797,7 @@ declare namespace Models {
25985
26797
  "queues"?: Array<Models.AddressableEntityRef>;
25986
26798
  "topics"?: Array<Models.AddressableEntityRef>;
25987
26799
  "topicIdsFilterType"?: string;
26800
+ "evaluationFormContextIds"?: Array<string>;
25988
26801
  "dateStart"?: string;
25989
26802
  }
25990
26803
 
@@ -26068,6 +26881,68 @@ declare namespace Models {
26068
26881
  "configurationFields"?: { [key: string]: object; };
26069
26882
  }
26070
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
+
26071
26946
  export interface OpenIntegration {
26072
26947
  "id": string;
26073
26948
  "name": string;
@@ -26095,8 +26970,8 @@ declare namespace Models {
26095
26970
  "firstUri"?: string;
26096
26971
  "nextUri"?: string;
26097
26972
  "previousUri"?: string;
26098
- "selfUri"?: string;
26099
26973
  "lastUri"?: string;
26974
+ "selfUri"?: string;
26100
26975
  "pageCount"?: number;
26101
26976
  }
26102
26977
 
@@ -26127,6 +27002,20 @@ declare namespace Models {
26127
27002
  "attachment"?: Models.ConversationContentAttachment;
26128
27003
  }
26129
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
+
26130
27019
  export interface OpenMessagingChannel {
26131
27020
  "id"?: string;
26132
27021
  "platform"?: string;
@@ -26171,6 +27060,16 @@ declare namespace Models {
26171
27060
  "metadata"?: { [key: string]: string; };
26172
27061
  }
26173
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
+
26174
27073
  export interface Operation {
26175
27074
  "id"?: string;
26176
27075
  "complete"?: boolean;
@@ -26341,8 +27240,8 @@ declare namespace Models {
26341
27240
  "firstUri"?: string;
26342
27241
  "nextUri"?: string;
26343
27242
  "previousUri"?: string;
26344
- "selfUri"?: string;
26345
27243
  "lastUri"?: string;
27244
+ "selfUri"?: string;
26346
27245
  "pageCount"?: number;
26347
27246
  }
26348
27247
 
@@ -26362,8 +27261,8 @@ declare namespace Models {
26362
27261
  "firstUri"?: string;
26363
27262
  "nextUri"?: string;
26364
27263
  "previousUri"?: string;
26365
- "selfUri"?: string;
26366
27264
  "lastUri"?: string;
27265
+ "selfUri"?: string;
26367
27266
  "pageCount"?: number;
26368
27267
  }
26369
27268
 
@@ -26392,8 +27291,8 @@ declare namespace Models {
26392
27291
  "firstUri"?: string;
26393
27292
  "nextUri"?: string;
26394
27293
  "previousUri"?: string;
26395
- "selfUri"?: string;
26396
27294
  "lastUri"?: string;
27295
+ "selfUri"?: string;
26397
27296
  "pageCount"?: number;
26398
27297
  }
26399
27298
 
@@ -26473,8 +27372,8 @@ declare namespace Models {
26473
27372
  "firstUri"?: string;
26474
27373
  "nextUri"?: string;
26475
27374
  "previousUri"?: string;
26476
- "selfUri"?: string;
26477
27375
  "lastUri"?: string;
27376
+ "selfUri"?: string;
26478
27377
  "pageCount"?: number;
26479
27378
  }
26480
27379
 
@@ -26620,8 +27519,8 @@ declare namespace Models {
26620
27519
  "firstUri"?: string;
26621
27520
  "nextUri"?: string;
26622
27521
  "previousUri"?: string;
26623
- "selfUri"?: string;
26624
27522
  "lastUri"?: string;
27523
+ "selfUri"?: string;
26625
27524
  "pageCount"?: number;
26626
27525
  }
26627
27526
 
@@ -26633,8 +27532,8 @@ declare namespace Models {
26633
27532
  "firstUri"?: string;
26634
27533
  "nextUri"?: string;
26635
27534
  "previousUri"?: string;
26636
- "selfUri"?: string;
26637
27535
  "lastUri"?: string;
27536
+ "selfUri"?: string;
26638
27537
  "pageCount"?: number;
26639
27538
  }
26640
27539
 
@@ -26759,8 +27658,8 @@ declare namespace Models {
26759
27658
  "firstUri"?: string;
26760
27659
  "nextUri"?: string;
26761
27660
  "previousUri"?: string;
26762
- "selfUri"?: string;
26763
27661
  "lastUri"?: string;
27662
+ "selfUri"?: string;
26764
27663
  "pageCount"?: number;
26765
27664
  }
26766
27665
 
@@ -27248,8 +28147,8 @@ declare namespace Models {
27248
28147
  "firstUri"?: string;
27249
28148
  "nextUri"?: string;
27250
28149
  "previousUri"?: string;
27251
- "selfUri"?: string;
27252
28150
  "lastUri"?: string;
28151
+ "selfUri"?: string;
27253
28152
  "pageCount"?: number;
27254
28153
  }
27255
28154
 
@@ -27321,8 +28220,8 @@ declare namespace Models {
27321
28220
  "firstUri"?: string;
27322
28221
  "nextUri"?: string;
27323
28222
  "previousUri"?: string;
27324
- "selfUri"?: string;
27325
28223
  "lastUri"?: string;
28224
+ "selfUri"?: string;
27326
28225
  "pageCount"?: number;
27327
28226
  }
27328
28227
 
@@ -27399,8 +28298,8 @@ declare namespace Models {
27399
28298
  "firstUri"?: string;
27400
28299
  "nextUri"?: string;
27401
28300
  "previousUri"?: string;
27402
- "selfUri"?: string;
27403
28301
  "lastUri"?: string;
28302
+ "selfUri"?: string;
27404
28303
  "pageCount"?: number;
27405
28304
  }
27406
28305
 
@@ -27424,8 +28323,8 @@ declare namespace Models {
27424
28323
  "firstUri"?: string;
27425
28324
  "nextUri"?: string;
27426
28325
  "previousUri"?: string;
27427
- "selfUri"?: string;
27428
28326
  "lastUri"?: string;
28327
+ "selfUri"?: string;
27429
28328
  "pageCount"?: number;
27430
28329
  }
27431
28330
 
@@ -27496,8 +28395,8 @@ declare namespace Models {
27496
28395
  "firstUri"?: string;
27497
28396
  "nextUri"?: string;
27498
28397
  "previousUri"?: string;
27499
- "selfUri"?: string;
27500
28398
  "lastUri"?: string;
28399
+ "selfUri"?: string;
27501
28400
  "pageCount"?: number;
27502
28401
  }
27503
28402
 
@@ -27603,8 +28502,8 @@ declare namespace Models {
27603
28502
  "firstUri"?: string;
27604
28503
  "nextUri"?: string;
27605
28504
  "previousUri"?: string;
27606
- "selfUri"?: string;
27607
28505
  "lastUri"?: string;
28506
+ "selfUri"?: string;
27608
28507
  "pageCount"?: number;
27609
28508
  }
27610
28509
 
@@ -27970,8 +28869,8 @@ declare namespace Models {
27970
28869
  "firstUri"?: string;
27971
28870
  "nextUri"?: string;
27972
28871
  "previousUri"?: string;
27973
- "selfUri"?: string;
27974
28872
  "lastUri"?: string;
28873
+ "selfUri"?: string;
27975
28874
  "pageCount"?: number;
27976
28875
  }
27977
28876
 
@@ -27983,8 +28882,8 @@ declare namespace Models {
27983
28882
  "firstUri"?: string;
27984
28883
  "nextUri"?: string;
27985
28884
  "previousUri"?: string;
27986
- "selfUri"?: string;
27987
28885
  "lastUri"?: string;
28886
+ "selfUri"?: string;
27988
28887
  "pageCount"?: number;
27989
28888
  }
27990
28889
 
@@ -28137,6 +29036,10 @@ declare namespace Models {
28137
29036
  "downloadUrl"?: string;
28138
29037
  }
28139
29038
 
29039
+ export interface QueryAgentsIntegrationsRequest {
29040
+ "agentIds": Array<string>;
29041
+ }
29042
+
28140
29043
  export interface QueryCriteria {
28141
29044
  "criteriaKey"?: string;
28142
29045
  "criteriaGroups"?: Array<string>;
@@ -28211,6 +29114,10 @@ declare namespace Models {
28211
29114
  "facetInfo"?: Models.QueryFacetInfo;
28212
29115
  }
28213
29116
 
29117
+ export interface QueryTimeOffIntegrationStatusRequest {
29118
+ "timeOffRequestLookups": Array<Models.TimeOffRequestLookup>;
29119
+ }
29120
+
28214
29121
  export interface QueryTimeOffLimitValuesRequest {
28215
29122
  "timeOffLimitId"?: string;
28216
29123
  "activityCodeId"?: string;
@@ -28241,6 +29148,7 @@ declare namespace Models {
28241
29148
  "routingRules"?: Array<Models.RoutingRule>;
28242
29149
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
28243
29150
  "bullseye"?: Models.Bullseye;
29151
+ "scoringMethod"?: string;
28244
29152
  "acwSettings"?: Models.AcwSettings;
28245
29153
  "skillEvaluationMethod"?: string;
28246
29154
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -30628,8 +31536,8 @@ declare namespace Models {
30628
31536
  "firstUri"?: string;
30629
31537
  "nextUri"?: string;
30630
31538
  "previousUri"?: string;
30631
- "selfUri"?: string;
30632
31539
  "lastUri"?: string;
31540
+ "selfUri"?: string;
30633
31541
  "pageCount"?: number;
30634
31542
  }
30635
31543
 
@@ -30670,8 +31578,8 @@ declare namespace Models {
30670
31578
  "firstUri"?: string;
30671
31579
  "nextUri"?: string;
30672
31580
  "previousUri"?: string;
30673
- "selfUri"?: string;
30674
31581
  "lastUri"?: string;
31582
+ "selfUri"?: string;
30675
31583
  "pageCount"?: number;
30676
31584
  }
30677
31585
 
@@ -30737,6 +31645,7 @@ declare namespace Models {
30737
31645
  "routingRules"?: Array<Models.RoutingRule>;
30738
31646
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
30739
31647
  "bullseye"?: Models.Bullseye;
31648
+ "scoringMethod"?: string;
30740
31649
  "acwSettings"?: Models.AcwSettings;
30741
31650
  "skillEvaluationMethod"?: string;
30742
31651
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -30831,6 +31740,10 @@ declare namespace Models {
30831
31740
  "value": string;
30832
31741
  }
30833
31742
 
31743
+ export interface RecipientFlow {
31744
+ "id"?: string;
31745
+ }
31746
+
30834
31747
  export interface RecipientListing {
30835
31748
  "entities"?: Array<Models.Recipient>;
30836
31749
  "pageSize"?: number;
@@ -30839,11 +31752,15 @@ declare namespace Models {
30839
31752
  "firstUri"?: string;
30840
31753
  "nextUri"?: string;
30841
31754
  "previousUri"?: string;
30842
- "selfUri"?: string;
30843
31755
  "lastUri"?: string;
31756
+ "selfUri"?: string;
30844
31757
  "pageCount"?: number;
30845
31758
  }
30846
31759
 
31760
+ export interface RecipientRequest {
31761
+ "flow"?: Models.RecipientFlow;
31762
+ }
31763
+
30847
31764
  export interface Record {
30848
31765
  "name": string;
30849
31766
  "type": string;
@@ -30999,8 +31916,8 @@ declare namespace Models {
30999
31916
  "firstUri"?: string;
31000
31917
  "nextUri"?: string;
31001
31918
  "previousUri"?: string;
31002
- "selfUri"?: string;
31003
31919
  "lastUri"?: string;
31920
+ "selfUri"?: string;
31004
31921
  "pageCount"?: number;
31005
31922
  }
31006
31923
 
@@ -31158,8 +32075,8 @@ declare namespace Models {
31158
32075
  "firstUri"?: string;
31159
32076
  "nextUri"?: string;
31160
32077
  "previousUri"?: string;
31161
- "selfUri"?: string;
31162
32078
  "lastUri"?: string;
32079
+ "selfUri"?: string;
31163
32080
  "pageCount"?: number;
31164
32081
  }
31165
32082
 
@@ -31209,8 +32126,8 @@ declare namespace Models {
31209
32126
  "firstUri"?: string;
31210
32127
  "nextUri"?: string;
31211
32128
  "previousUri"?: string;
31212
- "selfUri"?: string;
31213
32129
  "lastUri"?: string;
32130
+ "selfUri"?: string;
31214
32131
  "pageCount"?: number;
31215
32132
  }
31216
32133
 
@@ -31236,8 +32153,8 @@ declare namespace Models {
31236
32153
  "firstUri"?: string;
31237
32154
  "nextUri"?: string;
31238
32155
  "previousUri"?: string;
31239
- "selfUri"?: string;
31240
32156
  "lastUri"?: string;
32157
+ "selfUri"?: string;
31241
32158
  "pageCount"?: number;
31242
32159
  }
31243
32160
 
@@ -31269,8 +32186,8 @@ declare namespace Models {
31269
32186
  "firstUri"?: string;
31270
32187
  "nextUri"?: string;
31271
32188
  "previousUri"?: string;
31272
- "selfUri"?: string;
31273
32189
  "lastUri"?: string;
32190
+ "selfUri"?: string;
31274
32191
  "pageCount"?: number;
31275
32192
  }
31276
32193
 
@@ -31302,8 +32219,8 @@ declare namespace Models {
31302
32219
  "firstUri"?: string;
31303
32220
  "nextUri"?: string;
31304
32221
  "previousUri"?: string;
31305
- "selfUri"?: string;
31306
32222
  "lastUri"?: string;
32223
+ "selfUri"?: string;
31307
32224
  "pageCount"?: number;
31308
32225
  }
31309
32226
 
@@ -31374,8 +32291,8 @@ declare namespace Models {
31374
32291
  "firstUri"?: string;
31375
32292
  "nextUri"?: string;
31376
32293
  "previousUri"?: string;
31377
- "selfUri"?: string;
31378
32294
  "lastUri"?: string;
32295
+ "selfUri"?: string;
31379
32296
  "pageCount"?: number;
31380
32297
  }
31381
32298
 
@@ -31680,8 +32597,8 @@ declare namespace Models {
31680
32597
  "firstUri"?: string;
31681
32598
  "nextUri"?: string;
31682
32599
  "previousUri"?: string;
31683
- "selfUri"?: string;
31684
32600
  "lastUri"?: string;
32601
+ "selfUri"?: string;
31685
32602
  "pageCount"?: number;
31686
32603
  }
31687
32604
 
@@ -31693,8 +32610,8 @@ declare namespace Models {
31693
32610
  "firstUri"?: string;
31694
32611
  "nextUri"?: string;
31695
32612
  "previousUri"?: string;
31696
- "selfUri"?: string;
31697
32613
  "lastUri"?: string;
32614
+ "selfUri"?: string;
31698
32615
  "pageCount"?: number;
31699
32616
  }
31700
32617
 
@@ -31734,8 +32651,8 @@ declare namespace Models {
31734
32651
  "firstUri"?: string;
31735
32652
  "nextUri"?: string;
31736
32653
  "previousUri"?: string;
31737
- "selfUri"?: string;
31738
32654
  "lastUri"?: string;
32655
+ "selfUri"?: string;
31739
32656
  "pageCount"?: number;
31740
32657
  }
31741
32658
 
@@ -32001,8 +32918,8 @@ declare namespace Models {
32001
32918
  "firstUri"?: string;
32002
32919
  "nextUri"?: string;
32003
32920
  "previousUri"?: string;
32004
- "selfUri"?: string;
32005
32921
  "lastUri"?: string;
32922
+ "selfUri"?: string;
32006
32923
  "pageCount"?: number;
32007
32924
  }
32008
32925
 
@@ -32073,6 +32990,19 @@ declare namespace Models {
32073
32990
  "externalActivityType"?: string;
32074
32991
  }
32075
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
+
32076
33006
  export interface ScheduleEntityListing {
32077
33007
  "entities"?: Array<Models.Schedule>;
32078
33008
  "pageSize"?: number;
@@ -32081,8 +33011,8 @@ declare namespace Models {
32081
33011
  "firstUri"?: string;
32082
33012
  "nextUri"?: string;
32083
33013
  "previousUri"?: string;
32084
- "selfUri"?: string;
32085
33014
  "lastUri"?: string;
33015
+ "selfUri"?: string;
32086
33016
  "pageCount"?: number;
32087
33017
  }
32088
33018
 
@@ -32137,6 +33067,26 @@ declare namespace Models {
32137
33067
  "selfUri"?: string;
32138
33068
  }
32139
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
+
32140
33090
  export interface ScheduleGroupEntityListing {
32141
33091
  "entities"?: Array<Models.ScheduleGroup>;
32142
33092
  "pageSize"?: number;
@@ -32145,8 +33095,8 @@ declare namespace Models {
32145
33095
  "firstUri"?: string;
32146
33096
  "nextUri"?: string;
32147
33097
  "previousUri"?: string;
32148
- "selfUri"?: string;
32149
33098
  "lastUri"?: string;
33099
+ "selfUri"?: string;
32150
33100
  "pageCount"?: number;
32151
33101
  }
32152
33102
 
@@ -32176,6 +33126,13 @@ declare namespace Models {
32176
33126
  "severity"?: string;
32177
33127
  }
32178
33128
 
33129
+ export interface SchedulesDivisionView {
33130
+ "id"?: string;
33131
+ "name": string;
33132
+ "division"?: Models.WritableDivision;
33133
+ "selfUri"?: string;
33134
+ }
33135
+
32179
33136
  export interface SchedulingNoForecastOptionsRequest {
32180
33137
  "shiftLength"?: string;
32181
33138
  "shiftStart"?: string;
@@ -32527,8 +33484,8 @@ declare namespace Models {
32527
33484
  "firstUri"?: string;
32528
33485
  "nextUri"?: string;
32529
33486
  "previousUri"?: string;
32530
- "selfUri"?: string;
32531
33487
  "lastUri"?: string;
33488
+ "selfUri"?: string;
32532
33489
  "pageCount"?: number;
32533
33490
  }
32534
33491
 
@@ -32583,8 +33540,8 @@ declare namespace Models {
32583
33540
  "firstUri"?: string;
32584
33541
  "nextUri"?: string;
32585
33542
  "previousUri"?: string;
32586
- "selfUri"?: string;
32587
33543
  "lastUri"?: string;
33544
+ "selfUri"?: string;
32588
33545
  "pageCount"?: number;
32589
33546
  }
32590
33547
 
@@ -32699,8 +33656,8 @@ declare namespace Models {
32699
33656
  "firstUri"?: string;
32700
33657
  "nextUri"?: string;
32701
33658
  "previousUri"?: string;
32702
- "selfUri"?: string;
32703
33659
  "lastUri"?: string;
33660
+ "selfUri"?: string;
32704
33661
  "pageCount"?: number;
32705
33662
  }
32706
33663
 
@@ -32805,8 +33762,8 @@ declare namespace Models {
32805
33762
  "firstUri"?: string;
32806
33763
  "nextUri"?: string;
32807
33764
  "previousUri"?: string;
32808
- "selfUri"?: string;
32809
33765
  "lastUri"?: string;
33766
+ "selfUri"?: string;
32810
33767
  "pageCount"?: number;
32811
33768
  }
32812
33769
 
@@ -32893,6 +33850,7 @@ declare namespace Models {
32893
33850
  "averageSpeedOfAnswer"?: Models.BuAverageSpeedOfAnswer;
32894
33851
  "abandonRate"?: Models.BuAbandonRate;
32895
33852
  "metadata"?: Models.WfmVersionedEntityMetadata;
33853
+ "impactOverride"?: Models.ServiceGoalTemplateImpactOverride;
32896
33854
  "selfUri"?: string;
32897
33855
  }
32898
33856
 
@@ -32935,6 +33893,9 @@ declare namespace Models {
32935
33893
  "lastPage"?: Models.JourneyPage;
32936
33894
  "mktCampaign"?: Models.JourneyCampaign;
32937
33895
  "referrer"?: Models.Referrer;
33896
+ "app"?: Models.JourneyApp;
33897
+ "sdkLibrary"?: Models.SdkLibrary;
33898
+ "networkConnectivity"?: Models.NetworkConnectivity;
32938
33899
  "searchTerms"?: Array<string>;
32939
33900
  "userAgentString"?: string;
32940
33901
  "durationInSeconds"?: number;
@@ -32996,6 +33957,10 @@ declare namespace Models {
32996
33957
  "senderSmsPhoneNumber": string;
32997
33958
  }
32998
33959
 
33960
+ export interface SetTimeOffIntegrationStatusRequest {
33961
+ "integrationStatus": string;
33962
+ }
33963
+
32999
33964
  export interface SetTimeOffLimitValuesRequest {
33000
33965
  "values"?: Array<Models.TimeOffLimitRange>;
33001
33966
  "metadata": Models.WfmVersionedEntityMetadata;
@@ -33056,8 +34021,8 @@ declare namespace Models {
33056
34021
  "firstUri"?: string;
33057
34022
  "nextUri"?: string;
33058
34023
  "previousUri"?: string;
33059
- "selfUri"?: string;
33060
34024
  "lastUri"?: string;
34025
+ "selfUri"?: string;
33061
34026
  "pageCount"?: number;
33062
34027
  }
33063
34028
 
@@ -33083,6 +34048,7 @@ declare namespace Models {
33083
34048
  "lengthMinutes"?: number;
33084
34049
  "activityCodeId"?: string;
33085
34050
  "countsAsPaidTime"?: boolean;
34051
+ "payableMinutes"?: number;
33086
34052
  }
33087
34053
 
33088
34054
  export interface ShiftTradeActivityRule {
@@ -33298,8 +34264,8 @@ declare namespace Models {
33298
34264
  "firstUri"?: string;
33299
34265
  "nextUri"?: string;
33300
34266
  "previousUri"?: string;
33301
- "selfUri"?: string;
33302
34267
  "lastUri"?: string;
34268
+ "selfUri"?: string;
33303
34269
  "pageCount"?: number;
33304
34270
  }
33305
34271
 
@@ -33311,8 +34277,8 @@ declare namespace Models {
33311
34277
  "firstUri"?: string;
33312
34278
  "nextUri"?: string;
33313
34279
  "previousUri"?: string;
33314
- "selfUri"?: string;
33315
34280
  "lastUri"?: string;
34281
+ "selfUri"?: string;
33316
34282
  "pageCount"?: number;
33317
34283
  }
33318
34284
 
@@ -33382,6 +34348,19 @@ declare namespace Models {
33382
34348
  "childConditions"?: Array<Models.SkillGroupCondition>;
33383
34349
  }
33384
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
+
33385
34364
  export interface SkillsToRemove {
33386
34365
  "name"?: string;
33387
34366
  "id"?: string;
@@ -33408,8 +34387,8 @@ declare namespace Models {
33408
34387
  "firstUri"?: string;
33409
34388
  "nextUri"?: string;
33410
34389
  "previousUri"?: string;
33411
- "selfUri"?: string;
33412
34390
  "lastUri"?: string;
34391
+ "selfUri"?: string;
33413
34392
  "pageCount"?: number;
33414
34393
  }
33415
34394
 
@@ -33483,8 +34462,8 @@ declare namespace Models {
33483
34462
  "firstUri"?: string;
33484
34463
  "nextUri"?: string;
33485
34464
  "previousUri"?: string;
33486
- "selfUri"?: string;
33487
34465
  "lastUri"?: string;
34466
+ "selfUri"?: string;
33488
34467
  "pageCount"?: number;
33489
34468
  }
33490
34469
 
@@ -33720,8 +34699,8 @@ declare namespace Models {
33720
34699
  "firstUri"?: string;
33721
34700
  "nextUri"?: string;
33722
34701
  "previousUri"?: string;
33723
- "selfUri"?: string;
33724
34702
  "lastUri"?: string;
34703
+ "selfUri"?: string;
33725
34704
  "pageCount"?: number;
33726
34705
  }
33727
34706
 
@@ -33793,8 +34772,8 @@ declare namespace Models {
33793
34772
  "firstUri"?: string;
33794
34773
  "nextUri"?: string;
33795
34774
  "previousUri"?: string;
33796
- "selfUri"?: string;
33797
34775
  "lastUri"?: string;
34776
+ "selfUri"?: string;
33798
34777
  "pageCount"?: number;
33799
34778
  }
33800
34779
 
@@ -33944,8 +34923,8 @@ declare namespace Models {
33944
34923
  "firstUri"?: string;
33945
34924
  "nextUri"?: string;
33946
34925
  "previousUri"?: string;
33947
- "selfUri"?: string;
33948
34926
  "lastUri"?: string;
34927
+ "selfUri"?: string;
33949
34928
  "pageCount"?: number;
33950
34929
  }
33951
34930
 
@@ -34105,8 +35084,8 @@ declare namespace Models {
34105
35084
  "firstUri"?: string;
34106
35085
  "nextUri"?: string;
34107
35086
  "previousUri"?: string;
34108
- "selfUri"?: string;
34109
35087
  "lastUri"?: string;
35088
+ "selfUri"?: string;
34110
35089
  "pageCount"?: number;
34111
35090
  }
34112
35091
 
@@ -34210,8 +35189,8 @@ declare namespace Models {
34210
35189
  "firstUri"?: string;
34211
35190
  "nextUri"?: string;
34212
35191
  "previousUri"?: string;
34213
- "selfUri"?: string;
34214
35192
  "lastUri"?: string;
35193
+ "selfUri"?: string;
34215
35194
  "pageCount"?: number;
34216
35195
  }
34217
35196
 
@@ -34223,8 +35202,8 @@ declare namespace Models {
34223
35202
  "firstUri"?: string;
34224
35203
  "nextUri"?: string;
34225
35204
  "previousUri"?: string;
34226
- "selfUri"?: string;
34227
35205
  "lastUri"?: string;
35206
+ "selfUri"?: string;
34228
35207
  "pageCount"?: number;
34229
35208
  }
34230
35209
 
@@ -34250,8 +35229,8 @@ declare namespace Models {
34250
35229
  "firstUri"?: string;
34251
35230
  "nextUri"?: string;
34252
35231
  "previousUri"?: string;
34253
- "selfUri"?: string;
34254
35232
  "lastUri"?: string;
35233
+ "selfUri"?: string;
34255
35234
  "pageCount"?: number;
34256
35235
  }
34257
35236
 
@@ -34716,6 +35695,11 @@ declare namespace Models {
34716
35695
  "selfUri"?: string;
34717
35696
  }
34718
35697
 
35698
+ export interface TimeOffBalanceJobResponse {
35699
+ "entities"?: Array<Models.TimeOffBalanceResponse>;
35700
+ "status"?: string;
35701
+ }
35702
+
34719
35703
  export interface TimeOffBalanceRequest {
34720
35704
  "activityCodeIds": Array<string>;
34721
35705
  "dateRanges"?: Array<Models.LocalDateRange>;
@@ -34734,6 +35718,15 @@ declare namespace Models {
34734
35718
  "entities"?: Array<Models.TimeOffBalanceResponse>;
34735
35719
  }
34736
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
+
34737
35730
  export interface TimeOffLimit {
34738
35731
  "id"?: string;
34739
35732
  "granularity"?: string;
@@ -34796,11 +35789,14 @@ declare namespace Models {
34796
35789
  "partialDayStartDateTimes"?: Array<string>;
34797
35790
  "fullDayManagementUnitDates"?: Array<string>;
34798
35791
  "dailyDurationMinutes"?: number;
35792
+ "durationMinutes"?: Array<number>;
35793
+ "payableMinutes"?: Array<number>;
34799
35794
  "notes"?: string;
34800
35795
  "submittedBy"?: Models.UserReference;
34801
35796
  "submittedDate"?: string;
34802
35797
  "reviewedBy"?: Models.UserReference;
34803
35798
  "reviewedDate"?: string;
35799
+ "syncVersion"?: number;
34804
35800
  "metadata"?: Models.WfmVersionedEntityMetadata;
34805
35801
  "selfUri"?: string;
34806
35802
  }
@@ -34816,6 +35812,11 @@ declare namespace Models {
34816
35812
  "entities": Array<Models.TimeOffRequest>;
34817
35813
  }
34818
35814
 
35815
+ export interface TimeOffRequestLookup {
35816
+ "timeOffRequestId": string;
35817
+ "userId": string;
35818
+ }
35819
+
34819
35820
  export interface TimeOffRequestNotification {
34820
35821
  "timeOffRequestId"?: string;
34821
35822
  "user"?: Models.UserReference;
@@ -34850,6 +35851,8 @@ declare namespace Models {
34850
35851
  "partialDayStartDateTimes"?: Array<string>;
34851
35852
  "fullDayManagementUnitDates"?: Array<string>;
34852
35853
  "dailyDurationMinutes"?: number;
35854
+ "durationMinutes"?: Array<number>;
35855
+ "payableMinutes"?: Array<number>;
34853
35856
  "notes"?: string;
34854
35857
  "submittedBy"?: Models.UserReference;
34855
35858
  "submittedDate"?: string;
@@ -34857,6 +35860,7 @@ declare namespace Models {
34857
35860
  "reviewedDate"?: string;
34858
35861
  "modifiedBy"?: Models.UserReference;
34859
35862
  "modifiedDate"?: string;
35863
+ "syncVersion"?: number;
34860
35864
  "metadata"?: Models.WfmVersionedEntityMetadata;
34861
35865
  "selfUri"?: string;
34862
35866
  }
@@ -34881,8 +35885,8 @@ declare namespace Models {
34881
35885
  "firstUri"?: string;
34882
35886
  "nextUri"?: string;
34883
35887
  "previousUri"?: string;
34884
- "selfUri"?: string;
34885
35888
  "lastUri"?: string;
35889
+ "selfUri"?: string;
34886
35890
  "pageCount"?: number;
34887
35891
  }
34888
35892
 
@@ -35270,6 +36274,7 @@ declare namespace Models {
35270
36274
  "dateStartWorkday"?: string;
35271
36275
  "dateEndWorkday"?: string;
35272
36276
  "percentOfGoal"?: number;
36277
+ "averageValue"?: number;
35273
36278
  }
35274
36279
 
35275
36280
  export interface Trigger {
@@ -35364,8 +36369,8 @@ declare namespace Models {
35364
36369
  "firstUri"?: string;
35365
36370
  "nextUri"?: string;
35366
36371
  "previousUri"?: string;
35367
- "selfUri"?: string;
35368
36372
  "lastUri"?: string;
36373
+ "selfUri"?: string;
35369
36374
  "pageCount"?: number;
35370
36375
  }
35371
36376
 
@@ -35382,8 +36387,8 @@ declare namespace Models {
35382
36387
  "firstUri"?: string;
35383
36388
  "nextUri"?: string;
35384
36389
  "previousUri"?: string;
35385
- "selfUri"?: string;
35386
36390
  "lastUri"?: string;
36391
+ "selfUri"?: string;
35387
36392
  "pageCount"?: number;
35388
36393
  }
35389
36394
 
@@ -35451,8 +36456,8 @@ declare namespace Models {
35451
36456
  "firstUri"?: string;
35452
36457
  "nextUri"?: string;
35453
36458
  "previousUri"?: string;
35454
- "selfUri"?: string;
35455
36459
  "lastUri"?: string;
36460
+ "selfUri"?: string;
35456
36461
  "pageCount"?: number;
35457
36462
  }
35458
36463
 
@@ -35534,8 +36539,8 @@ declare namespace Models {
35534
36539
  "firstUri"?: string;
35535
36540
  "nextUri"?: string;
35536
36541
  "previousUri"?: string;
35537
- "selfUri"?: string;
35538
36542
  "lastUri"?: string;
36543
+ "selfUri"?: string;
35539
36544
  "pageCount"?: number;
35540
36545
  }
35541
36546
 
@@ -35565,8 +36570,8 @@ declare namespace Models {
35565
36570
  "firstUri"?: string;
35566
36571
  "nextUri"?: string;
35567
36572
  "previousUri"?: string;
35568
- "selfUri"?: string;
35569
36573
  "lastUri"?: string;
36574
+ "selfUri"?: string;
35570
36575
  "pageCount"?: number;
35571
36576
  }
35572
36577
 
@@ -35648,8 +36653,8 @@ declare namespace Models {
35648
36653
  "firstUri"?: string;
35649
36654
  "nextUri"?: string;
35650
36655
  "previousUri"?: string;
35651
- "selfUri"?: string;
35652
36656
  "lastUri"?: string;
36657
+ "selfUri"?: string;
35653
36658
  "pageCount"?: number;
35654
36659
  }
35655
36660
 
@@ -35726,8 +36731,8 @@ declare namespace Models {
35726
36731
  "firstUri"?: string;
35727
36732
  "nextUri"?: string;
35728
36733
  "previousUri"?: string;
35729
- "selfUri"?: string;
35730
36734
  "lastUri"?: string;
36735
+ "selfUri"?: string;
35731
36736
  "pageCount"?: number;
35732
36737
  }
35733
36738
 
@@ -35750,8 +36755,8 @@ declare namespace Models {
35750
36755
  "firstUri"?: string;
35751
36756
  "nextUri"?: string;
35752
36757
  "previousUri"?: string;
35753
- "selfUri"?: string;
35754
36758
  "lastUri"?: string;
36759
+ "selfUri"?: string;
35755
36760
  "pageCount"?: number;
35756
36761
  }
35757
36762
 
@@ -35778,8 +36783,8 @@ declare namespace Models {
35778
36783
  "firstUri"?: string;
35779
36784
  "nextUri"?: string;
35780
36785
  "previousUri"?: string;
35781
- "selfUri"?: string;
35782
36786
  "lastUri"?: string;
36787
+ "selfUri"?: string;
35783
36788
  "pageCount"?: number;
35784
36789
  }
35785
36790
 
@@ -35822,8 +36827,8 @@ declare namespace Models {
35822
36827
  "firstUri"?: string;
35823
36828
  "nextUri"?: string;
35824
36829
  "previousUri"?: string;
35825
- "selfUri"?: string;
35826
36830
  "lastUri"?: string;
36831
+ "selfUri"?: string;
35827
36832
  "pageCount"?: number;
35828
36833
  }
35829
36834
 
@@ -35875,8 +36880,8 @@ declare namespace Models {
35875
36880
  "firstUri"?: string;
35876
36881
  "nextUri"?: string;
35877
36882
  "previousUri"?: string;
35878
- "selfUri"?: string;
35879
36883
  "lastUri"?: string;
36884
+ "selfUri"?: string;
35880
36885
  "pageCount"?: number;
35881
36886
  }
35882
36887
 
@@ -36088,6 +37093,7 @@ declare namespace Models {
36088
37093
  "averageSpeedOfAnswer"?: Models.BuAverageSpeedOfAnswer;
36089
37094
  "abandonRate"?: Models.BuAbandonRate;
36090
37095
  "metadata": Models.WfmVersionedEntityMetadata;
37096
+ "impactOverride"?: Models.ServiceGoalTemplateImpactOverride;
36091
37097
  }
36092
37098
 
36093
37099
  export interface UpdateTimeOffLimitRequest {
@@ -36101,6 +37107,7 @@ declare namespace Models {
36101
37107
  "timeOffLimitIds"?: Models.SetWrapperString;
36102
37108
  "autoApprovalRule"?: string;
36103
37109
  "daysBeforeStartToExpireFromWaitlist"?: number;
37110
+ "hrisTimeOffType"?: Models.ValueWrapperHrisTimeOffType;
36104
37111
  "active"?: boolean;
36105
37112
  "metadata": Models.WfmVersionedEntityMetadata;
36106
37113
  }
@@ -36373,8 +37380,8 @@ declare namespace Models {
36373
37380
  "firstUri"?: string;
36374
37381
  "nextUri"?: string;
36375
37382
  "previousUri"?: string;
36376
- "selfUri"?: string;
36377
37383
  "lastUri"?: string;
37384
+ "selfUri"?: string;
36378
37385
  "pageCount"?: number;
36379
37386
  }
36380
37387
 
@@ -36539,8 +37546,8 @@ declare namespace Models {
36539
37546
  "firstUri"?: string;
36540
37547
  "nextUri"?: string;
36541
37548
  "previousUri"?: string;
36542
- "selfUri"?: string;
36543
37549
  "lastUri"?: string;
37550
+ "selfUri"?: string;
36544
37551
  "pageCount"?: number;
36545
37552
  }
36546
37553
 
@@ -36620,8 +37627,8 @@ declare namespace Models {
36620
37627
  "firstUri"?: string;
36621
37628
  "nextUri"?: string;
36622
37629
  "previousUri"?: string;
36623
- "selfUri"?: string;
36624
37630
  "lastUri"?: string;
37631
+ "selfUri"?: string;
36625
37632
  "pageCount"?: number;
36626
37633
  }
36627
37634
 
@@ -36786,8 +37793,8 @@ declare namespace Models {
36786
37793
  "firstUri"?: string;
36787
37794
  "nextUri"?: string;
36788
37795
  "previousUri"?: string;
36789
- "selfUri"?: string;
36790
37796
  "lastUri"?: string;
37797
+ "selfUri"?: string;
36791
37798
  "pageCount"?: number;
36792
37799
  }
36793
37800
 
@@ -36819,6 +37826,7 @@ declare namespace Models {
36819
37826
  "routingRules"?: Array<Models.RoutingRule>;
36820
37827
  "conditionalGroupRouting"?: Models.ConditionalGroupRouting;
36821
37828
  "bullseye"?: Models.Bullseye;
37829
+ "scoringMethod"?: string;
36822
37830
  "acwSettings"?: Models.AcwSettings;
36823
37831
  "skillEvaluationMethod"?: string;
36824
37832
  "memberGroups"?: Array<Models.MemberGroup>;
@@ -36850,8 +37858,8 @@ declare namespace Models {
36850
37858
  "firstUri"?: string;
36851
37859
  "nextUri"?: string;
36852
37860
  "previousUri"?: string;
36853
- "selfUri"?: string;
36854
37861
  "lastUri"?: string;
37862
+ "selfUri"?: string;
36855
37863
  "pageCount"?: number;
36856
37864
  }
36857
37865
 
@@ -36879,8 +37887,8 @@ declare namespace Models {
36879
37887
  "firstUri"?: string;
36880
37888
  "nextUri"?: string;
36881
37889
  "previousUri"?: string;
36882
- "selfUri"?: string;
36883
37890
  "lastUri"?: string;
37891
+ "selfUri"?: string;
36884
37892
  "pageCount"?: number;
36885
37893
  }
36886
37894
 
@@ -37069,8 +38077,8 @@ declare namespace Models {
37069
38077
  "firstUri"?: string;
37070
38078
  "nextUri"?: string;
37071
38079
  "previousUri"?: string;
37072
- "selfUri"?: string;
37073
38080
  "lastUri"?: string;
38081
+ "selfUri"?: string;
37074
38082
  "pageCount"?: number;
37075
38083
  }
37076
38084
 
@@ -37144,6 +38152,16 @@ declare namespace Models {
37144
38152
  "lastAssociatedStation"?: Models.UserStation;
37145
38153
  }
37146
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
+
37147
38165
  export interface UserTimeOffRequestReference {
37148
38166
  "id"?: string;
37149
38167
  "user": Models.UserReference;
@@ -37207,8 +38225,8 @@ declare namespace Models {
37207
38225
  "firstUri"?: string;
37208
38226
  "nextUri"?: string;
37209
38227
  "previousUri"?: string;
37210
- "selfUri"?: string;
37211
38228
  "lastUri"?: string;
38229
+ "selfUri"?: string;
37212
38230
  "pageCount"?: number;
37213
38231
  }
37214
38232
 
@@ -37596,6 +38614,7 @@ declare namespace Models {
37596
38614
  "dateMutedUntil"?: string;
37597
38615
  "dateSnoozedUntil"?: string;
37598
38616
  "action"?: string;
38617
+ "alertSummary"?: Models.V2MobiusAlertsTopicAlertSummary;
37599
38618
  }
37600
38619
 
37601
38620
  export interface V2MobiusAlertsTopicAlertNotification {
@@ -37609,6 +38628,23 @@ declare namespace Models {
37609
38628
  "type"?: string;
37610
38629
  }
37611
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
+
37612
38648
  export interface V2MobiusAlertsTopicCondition {
37613
38649
  "conditions"?: Array<Models.V2MobiusAlertsTopicCondition>;
37614
38650
  "predicates"?: Array<Models.V2MobiusAlertsTopicConditionRulePredicate>;
@@ -37629,6 +38665,7 @@ declare namespace Models {
37629
38665
  "userDisplayName"?: string;
37630
38666
  "groupDisplayName"?: string;
37631
38667
  "queueDisplayName"?: string;
38668
+ "teamDisplayName"?: string;
37632
38669
  }
37633
38670
 
37634
38671
  export interface V2MobiusRulesTopicAlertNotification {
@@ -37656,6 +38693,7 @@ declare namespace Models {
37656
38693
  "userDisplayName"?: string;
37657
38694
  "groupDisplayName"?: string;
37658
38695
  "queueDisplayName"?: string;
38696
+ "teamDisplayName"?: string;
37659
38697
  }
37660
38698
 
37661
38699
  export interface V2MobiusRulesTopicRule {
@@ -37668,6 +38706,7 @@ declare namespace Models {
37668
38706
  "enabled"?: boolean;
37669
38707
  "inAlarm"?: boolean;
37670
38708
  "action"?: string;
38709
+ "dateCreated"?: string;
37671
38710
  }
37672
38711
 
37673
38712
  export interface ValidateAddressRequest {
@@ -38049,8 +39088,8 @@ declare namespace Models {
38049
39088
  "firstUri"?: string;
38050
39089
  "nextUri"?: string;
38051
39090
  "previousUri"?: string;
38052
- "selfUri"?: string;
38053
39091
  "lastUri"?: string;
39092
+ "selfUri"?: string;
38054
39093
  "pageCount"?: number;
38055
39094
  }
38056
39095
 
@@ -38259,8 +39298,8 @@ declare namespace Models {
38259
39298
  "firstUri"?: string;
38260
39299
  "nextUri"?: string;
38261
39300
  "previousUri"?: string;
38262
- "selfUri"?: string;
38263
39301
  "lastUri"?: string;
39302
+ "selfUri"?: string;
38264
39303
  "pageCount"?: number;
38265
39304
  }
38266
39305
 
@@ -38308,6 +39347,7 @@ declare namespace Models {
38308
39347
  "description"?: string;
38309
39348
  "allowAllDomains"?: boolean;
38310
39349
  "allowedDomains"?: Array<string>;
39350
+ "supportedContent"?: Models.SupportedContentReference;
38311
39351
  "snippet"?: string;
38312
39352
  "dateCreated"?: string;
38313
39353
  "dateModified"?: string;
@@ -39117,6 +40157,7 @@ declare namespace Models {
39117
40157
  "endDate": string;
39118
40158
  "userIds"?: Array<string>;
39119
40159
  "includeExceptions"?: boolean;
40160
+ "includeActuals"?: boolean;
39120
40161
  }
39121
40162
 
39122
40163
  export interface WfmHistoricalAdherenceBulkJobReference {
@@ -39164,6 +40205,7 @@ declare namespace Models {
39164
40205
  "conformancePercentage"?: number;
39165
40206
  "impact"?: string;
39166
40207
  "exceptionInfo"?: Array<Models.HistoricalAdherenceExceptionInfo>;
40208
+ "actuals"?: Array<Models.HistoricalAdherenceActuals>;
39167
40209
  "dayMetrics"?: Array<Models.WfmHistoricalAdherenceBulkUserDayMetrics>;
39168
40210
  }
39169
40211
 
@@ -39256,6 +40298,22 @@ declare namespace Models {
39256
40298
  "granularity"?: string;
39257
40299
  }
39258
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
+
39259
40317
  export interface WfmIntegrationsHrisTimeOffTypesJobTopicErrorBody {
39260
40318
  "status"?: number;
39261
40319
  "code"?: string;
@@ -39740,8 +40798,8 @@ declare namespace Models {
39740
40798
  "firstUri"?: string;
39741
40799
  "nextUri"?: string;
39742
40800
  "previousUri"?: string;
39743
- "selfUri"?: string;
39744
40801
  "lastUri"?: string;
40802
+ "selfUri"?: string;
39745
40803
  "pageCount"?: number;
39746
40804
  }
39747
40805
 
@@ -40122,6 +41180,7 @@ declare namespace Models {
40122
41180
  "maxPoints"?: number;
40123
41181
  "value"?: number;
40124
41182
  "punctualityEvents"?: Array<Models.PunctualityEvent>;
41183
+ "evaluationDetails"?: Array<Models.QualityEvaluationScoreItem>;
40125
41184
  }
40126
41185
 
40127
41186
  export interface WorkdayMetricListing {
@@ -40707,8 +41766,8 @@ declare namespace Models {
40707
41766
  "firstUri"?: string;
40708
41767
  "nextUri"?: string;
40709
41768
  "previousUri"?: string;
40710
- "selfUri"?: string;
40711
41769
  "lastUri"?: string;
41770
+ "selfUri"?: string;
40712
41771
  "pageCount"?: number;
40713
41772
  }
40714
41773
 
@@ -40732,8 +41791,8 @@ declare namespace Models {
40732
41791
  "firstUri"?: string;
40733
41792
  "nextUri"?: string;
40734
41793
  "previousUri"?: string;
40735
- "selfUri"?: string;
40736
41794
  "lastUri"?: string;
41795
+ "selfUri"?: string;
40737
41796
  "pageCount"?: number;
40738
41797
  }
40739
41798
 
@@ -40942,8 +42001,8 @@ declare namespace Models {
40942
42001
  "firstUri"?: string;
40943
42002
  "nextUri"?: string;
40944
42003
  "previousUri"?: string;
40945
- "selfUri"?: string;
40946
42004
  "lastUri"?: string;
42005
+ "selfUri"?: string;
40947
42006
  "pageCount"?: number;
40948
42007
  }
40949
42008
 
@@ -41008,6 +42067,7 @@ declare namespace Models {
41008
42067
  "callable"?: boolean;
41009
42068
  "phoneNumberStatus"?: { [key: string]: Models.PhoneNumberStatus; };
41010
42069
  "contactableStatus"?: { [key: string]: Models.ContactableStatus; };
42070
+ "dateCreated"?: string;
41011
42071
  }
41012
42072
 
41013
42073
  export interface WritableDivision {