purecloud-platform-client-v2 183.0.0 → 185.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 (84) hide show
  1. package/README.md +68 -2
  2. package/dist/node/purecloud-platform-client-v2.js +1395 -92
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1395 -92
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +411 -107
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +411 -107
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +823 -54
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +334 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +109 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +3 -3
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +8 -9
  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 +1 -1
  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 +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +75 -0
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +7 -8
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +401 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +168 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +3 -2
  71. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +222 -1
  84. package/src/purecloud-platform-client-v2/index.js +7 -1
package/index.d.ts CHANGED
@@ -14,6 +14,10 @@ declare class ApiClientClass {
14
14
  loginImplicitGrant(clientId: string, redirectUri: string, opts?: LoginImplicitGrantOptions): Promise<AuthData>;
15
15
  loginCodeAuthorizationGrant(clientId: string, clientSecret: string, authCode: string, redirectUri: string): Promise<AuthData>;
16
16
  refreshCodeAuthorizationGrant(clientId: string, clientSecret: string, refreshToken: string): Promise<AuthData>;
17
+ loginPKCEGrant(clientId: string, redirectUri: string, opts?: LoginPKCEGrantOptions, codeVerifier?: string): Promise<AuthData>;
18
+ generatePKCECodeVerifier(nChar: number): string;
19
+ computePKCECodeChallenge(code: string): Promise<string>;
20
+ authorizePKCEGrant(clientId: string, codeVerifier: string, authCode: string, redirectUri: string): Promise<AuthData>;
17
21
  logout(logoutRedirectUri: string): void;
18
22
  setAccessToken(token: string): void;
19
23
  setEnvironment(environment: string): void;
@@ -27,6 +31,12 @@ declare class LoginImplicitGrantOptions {
27
31
  state?: string;
28
32
  }
29
33
 
34
+ declare class LoginPKCEGrantOptions {
35
+ state?: string;
36
+ org?: string;
37
+ provider?: string;
38
+ }
39
+
30
40
  declare class AuthData {
31
41
  accessToken: string;
32
42
  state?: string;
@@ -151,6 +161,8 @@ declare class AnalyticsApi {
151
161
  getAnalyticsDataretentionSettings(): Promise<Models.AnalyticsDataRetentionResponse>;
152
162
  getAnalyticsEvaluationsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
153
163
  getAnalyticsEvaluationsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsEvaluationsAggregatesJobResultsOptions): Promise<Models.EvaluationAsyncAggregateQueryResponse>;
164
+ getAnalyticsFlowexecutionsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
165
+ getAnalyticsFlowexecutionsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsFlowexecutionsAggregatesJobResultsOptions): Promise<Models.FlowExecutionAsyncAggregateQueryResponse>;
154
166
  getAnalyticsFlowsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
155
167
  getAnalyticsFlowsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsFlowsAggregatesJobResultsOptions): Promise<Models.FlowAsyncAggregateQueryResponse>;
156
168
  getAnalyticsJourneysAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
@@ -196,6 +208,8 @@ declare class AnalyticsApi {
196
208
  postAnalyticsConversationsTranscriptsQuery(body: Models.TranscriptConversationDetailSearchRequest): Promise<Models.AnalyticsConversationWithoutAttributesMultiGetResponse>;
197
209
  postAnalyticsEvaluationsAggregatesJobs(body: Models.EvaluationAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
198
210
  postAnalyticsEvaluationsAggregatesQuery(body: Models.EvaluationAggregationQuery): Promise<Models.EvaluationAggregateQueryResponse>;
211
+ postAnalyticsFlowexecutionsAggregatesJobs(body: Models.FlowExecutionAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
212
+ postAnalyticsFlowexecutionsAggregatesQuery(body: Models.FlowExecutionAggregationQuery): Promise<Models.FlowExecutionAggregateQueryResponse>;
199
213
  postAnalyticsFlowsActivityQuery(body: Models.FlowActivityQuery, opts?: AnalyticsApi.postAnalyticsFlowsActivityQueryOptions): Promise<Models.FlowActivityResponse>;
200
214
  postAnalyticsFlowsAggregatesJobs(body: Models.FlowAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
201
215
  postAnalyticsFlowsAggregatesQuery(body: Models.FlowAggregationQuery): Promise<Models.FlowAggregateQueryResponse>;
@@ -263,6 +277,9 @@ declare namespace AnalyticsApi {
263
277
  export interface getAnalyticsEvaluationsAggregatesJobResultsOptions {
264
278
  "cursor"?: string;
265
279
  }
280
+ export interface getAnalyticsFlowexecutionsAggregatesJobResultsOptions {
281
+ "cursor"?: string;
282
+ }
266
283
  export interface getAnalyticsFlowsAggregatesJobResultsOptions {
267
284
  "cursor"?: string;
268
285
  }
@@ -882,7 +899,7 @@ declare class AuthorizationApi {
882
899
  patchAuthorizationRole(roleId: string, body: Models.DomainOrganizationRole): Promise<Models.DomainOrganizationRole>;
883
900
  patchAuthorizationSettings(body: Models.AuthorizationSettings): Promise<Models.AuthorizationSettings>;
884
901
  postAuthorizationDivisionObject(divisionId: string, objectType: string, body: Array<string>): Promise<void>;
885
- postAuthorizationDivisionRestore(divisionId: string, body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
902
+ postAuthorizationDivisionRestore(divisionId: string, opts?: AuthorizationApi.postAuthorizationDivisionRestoreOptions): Promise<Models.AuthzDivision>;
886
903
  postAuthorizationDivisions(body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
887
904
  postAuthorizationRole(roleId: string, body: Models.SubjectDivisions, opts?: AuthorizationApi.postAuthorizationRoleOptions): Promise<void>;
888
905
  postAuthorizationRoleComparedefaultRightRoleId(leftRoleId: string, rightRoleId: string, body: Models.DomainOrganizationRole): Promise<Models.DomainOrgRoleDifference>;
@@ -971,6 +988,9 @@ declare namespace AuthorizationApi {
971
988
  export interface getAuthorizationSubjectsRolecountsOptions {
972
989
  "id"?: Array<string>;
973
990
  }
991
+ export interface postAuthorizationDivisionRestoreOptions {
992
+ "body"?: Models.AuthzDivision;
993
+ }
974
994
  export interface postAuthorizationRoleOptions {
975
995
  "subjectType"?: string;
976
996
  }
@@ -3296,6 +3316,17 @@ declare namespace LocationsApi {
3296
3316
  }
3297
3317
  }
3298
3318
 
3319
+ declare class LogCaptureApi {
3320
+ getDiagnosticsLogcaptureBrowserEntriesDownloadJob(jobId: string): Promise<Models.LogCaptureDownloadExecutionResponse>;
3321
+ postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(opts?: LogCaptureApi.postDiagnosticsLogcaptureBrowserEntriesDownloadJobsOptions): Promise<Models.LogCaptureDownloadExecutionResponse>;
3322
+ }
3323
+
3324
+ declare namespace LogCaptureApi {
3325
+ export interface postDiagnosticsLogcaptureBrowserEntriesDownloadJobsOptions {
3326
+ "body"?: Models.LogCaptureQueryRequest;
3327
+ }
3328
+ }
3329
+
3299
3330
  declare class MessagingApi {
3300
3331
  deleteMessagingSetting(messageSettingId: string): Promise<void>;
3301
3332
  deleteMessagingSettingsDefault(): Promise<void>;
@@ -3410,7 +3441,7 @@ declare class ObjectsApi {
3410
3441
  getAuthorizationDivisionsHome(): Promise<Models.AuthzDivision>;
3411
3442
  getAuthorizationDivisionsLimit(): Promise<number>;
3412
3443
  postAuthorizationDivisionObject(divisionId: string, objectType: string, body: Array<string>): Promise<void>;
3413
- postAuthorizationDivisionRestore(divisionId: string, body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
3444
+ postAuthorizationDivisionRestore(divisionId: string, opts?: ObjectsApi.postAuthorizationDivisionRestoreOptions): Promise<Models.AuthzDivision>;
3414
3445
  postAuthorizationDivisions(body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
3415
3446
  putAuthorizationDivision(divisionId: string, body: Models.AuthzDivision): Promise<Models.AuthzDivision>;
3416
3447
  }
@@ -3433,6 +3464,9 @@ declare namespace ObjectsApi {
3433
3464
  "id"?: Array<string>;
3434
3465
  "name"?: string;
3435
3466
  }
3467
+ export interface postAuthorizationDivisionRestoreOptions {
3468
+ "body"?: Models.AuthzDivision;
3469
+ }
3436
3470
  }
3437
3471
 
3438
3472
  declare class OperationalEventsApi {
@@ -3585,11 +3619,15 @@ declare class OutboundApi {
3585
3619
  deleteOutboundContactlistContacts(contactListId: string, contactIds: Array<string>): Promise<void>;
3586
3620
  deleteOutboundContactlistfilter(contactListFilterId: string): Promise<void>;
3587
3621
  deleteOutboundContactlists(id: Array<string>): Promise<void>;
3622
+ deleteOutboundContactlisttemplate(contactListTemplateId: string): Promise<void>;
3623
+ deleteOutboundContactlisttemplates(id: Array<string>): Promise<void>;
3588
3624
  deleteOutboundDigitalruleset(digitalRuleSetId: string): Promise<void>;
3589
3625
  deleteOutboundDnclist(dncListId: string): Promise<void>;
3590
3626
  deleteOutboundDnclistCustomexclusioncolumns(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistCustomexclusioncolumnsOptions): Promise<void>;
3591
3627
  deleteOutboundDnclistEmailaddresses(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistEmailaddressesOptions): Promise<void>;
3592
3628
  deleteOutboundDnclistPhonenumbers(dncListId: string, opts?: OutboundApi.deleteOutboundDnclistPhonenumbersOptions): Promise<void>;
3629
+ deleteOutboundImporttemplate(importTemplateId: string): Promise<void>;
3630
+ deleteOutboundImporttemplates(id: Array<string>): Promise<void>;
3593
3631
  deleteOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
3594
3632
  deleteOutboundMessagingcampaignProgress(messagingCampaignId: string): Promise<void>;
3595
3633
  deleteOutboundRuleset(ruleSetId: string): Promise<void>;
@@ -3627,6 +3665,8 @@ declare class OutboundApi {
3627
3665
  getOutboundContactlists(opts?: OutboundApi.getOutboundContactlistsOptions): Promise<Models.ContactListEntityListing>;
3628
3666
  getOutboundContactlistsDivisionview(contactListId: string, opts?: OutboundApi.getOutboundContactlistsDivisionviewOptions): Promise<Models.ContactListDivisionView>;
3629
3667
  getOutboundContactlistsDivisionviews(opts?: OutboundApi.getOutboundContactlistsDivisionviewsOptions): Promise<Models.ContactListDivisionViewListing>;
3668
+ getOutboundContactlisttemplate(contactListTemplateId: string): Promise<Models.ContactListTemplate>;
3669
+ getOutboundContactlisttemplates(opts?: OutboundApi.getOutboundContactlisttemplatesOptions): Promise<Models.ContactListTemplateEntityListing>;
3630
3670
  getOutboundDigitalruleset(digitalRuleSetId: string): Promise<Models.DigitalRuleSet>;
3631
3671
  getOutboundDigitalrulesets(opts?: OutboundApi.getOutboundDigitalrulesetsOptions): Promise<Models.DigitalRuleSetEntityListing>;
3632
3672
  getOutboundDnclist(dncListId: string, opts?: OutboundApi.getOutboundDnclistOptions): Promise<Models.DncList>;
@@ -3637,6 +3677,9 @@ declare class OutboundApi {
3637
3677
  getOutboundDnclistsDivisionviews(opts?: OutboundApi.getOutboundDnclistsDivisionviewsOptions): Promise<Models.DncListDivisionViewListing>;
3638
3678
  getOutboundEvent(eventId: string): Promise<Models.EventLog>;
3639
3679
  getOutboundEvents(opts?: OutboundApi.getOutboundEventsOptions): Promise<Models.DialerEventEntityListing>;
3680
+ getOutboundImporttemplate(importTemplateId: string): Promise<Models.ImportTemplate>;
3681
+ getOutboundImporttemplateImportstatus(importTemplateId: string, opts?: OutboundApi.getOutboundImporttemplateImportstatusOptions): Promise<Models.ImportStatus>;
3682
+ getOutboundImporttemplates(opts?: OutboundApi.getOutboundImporttemplatesOptions): Promise<Models.ImportTemplateEntityListing>;
3640
3683
  getOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
3641
3684
  getOutboundMessagingcampaignDiagnostics(messagingCampaignId: string): Promise<Models.MessagingCampaignDiagnostics>;
3642
3685
  getOutboundMessagingcampaignProgress(messagingCampaignId: string): Promise<Models.CampaignProgress>;
@@ -3677,12 +3720,16 @@ declare class OutboundApi {
3677
3720
  postOutboundContactlistfilters(body: Models.ContactListFilter): Promise<Models.ContactListFilter>;
3678
3721
  postOutboundContactlistfiltersPreview(body: Models.ContactListFilter): Promise<Models.FilterPreviewResponse>;
3679
3722
  postOutboundContactlists(body: Models.ContactList): Promise<Models.ContactList>;
3723
+ postOutboundContactlisttemplates(body: Models.ContactListTemplate): Promise<Models.ContactListTemplate>;
3724
+ postOutboundContactlisttemplatesBulkAdd(body: Array<Models.ContactListTemplate>): Promise<Models.ContactListTemplateEntityListing>;
3680
3725
  postOutboundConversationDnc(conversationId: string): Promise<void>;
3681
3726
  postOutboundDigitalrulesets(body: Models.DigitalRuleSet): Promise<Models.DigitalRuleSet>;
3682
3727
  postOutboundDnclistEmailaddresses(dncListId: string, body: Array<string>): Promise<void>;
3683
3728
  postOutboundDnclistExport(dncListId: string): Promise<Models.DomainEntityRef>;
3684
3729
  postOutboundDnclistPhonenumbers(dncListId: string, body: Array<string>, opts?: OutboundApi.postOutboundDnclistPhonenumbersOptions): Promise<void>;
3685
3730
  postOutboundDnclists(body: Models.DncListCreate): Promise<Models.DncList>;
3731
+ postOutboundImporttemplates(body: Models.ImportTemplate): Promise<Models.ImportTemplate>;
3732
+ postOutboundImporttemplatesBulkAdd(body: Array<Models.ImportTemplate>): Promise<Models.ImportTemplateEntityListing>;
3686
3733
  postOutboundMessagingcampaigns(body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
3687
3734
  postOutboundMessagingcampaignsProgress(body: Array<string>): Promise<Array<Models.CampaignProgress>>;
3688
3735
  postOutboundRulesets(body: Models.RuleSet): Promise<Models.RuleSet>;
@@ -3696,8 +3743,10 @@ declare class OutboundApi {
3696
3743
  putOutboundContactlist(contactListId: string, body: Models.ContactList): Promise<Models.ContactList>;
3697
3744
  putOutboundContactlistContact(contactListId: string, contactId: string, body: Models.DialerContact): Promise<Models.DialerContact>;
3698
3745
  putOutboundContactlistfilter(contactListFilterId: string, body: Models.ContactListFilter): Promise<Models.ContactListFilter>;
3746
+ putOutboundContactlisttemplate(contactListTemplateId: string, body: Models.ContactListTemplate): Promise<Models.ContactListTemplate>;
3699
3747
  putOutboundDigitalruleset(digitalRuleSetId: string, body: Models.DigitalRuleSet): Promise<Models.DigitalRuleSet>;
3700
3748
  putOutboundDnclist(dncListId: string, body: Models.DncList): Promise<Models.DncList>;
3749
+ putOutboundImporttemplate(importTemplateId: string, body: Models.ImportTemplate): Promise<Models.ImportTemplate>;
3701
3750
  putOutboundMessagingcampaign(messagingCampaignId: string, body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
3702
3751
  putOutboundRuleset(ruleSetId: string, body: Models.RuleSet): Promise<Models.RuleSet>;
3703
3752
  putOutboundSchedulesCampaign(campaignId: string, body: Models.CampaignSchedule): Promise<Models.CampaignSchedule>;
@@ -3841,6 +3890,15 @@ declare namespace OutboundApi {
3841
3890
  "sortBy"?: string;
3842
3891
  "sortOrder"?: string;
3843
3892
  }
3893
+ export interface getOutboundContactlisttemplatesOptions {
3894
+ "pageSize"?: number;
3895
+ "pageNumber"?: number;
3896
+ "allowEmptyResult"?: boolean;
3897
+ "filterType"?: string;
3898
+ "name"?: string;
3899
+ "sortBy"?: string;
3900
+ "sortOrder"?: string;
3901
+ }
3844
3902
  export interface getOutboundDigitalrulesetsOptions {
3845
3903
  "pageSize"?: number;
3846
3904
  "pageNumber"?: number;
@@ -3894,6 +3952,19 @@ declare namespace OutboundApi {
3894
3952
  "sortBy"?: string;
3895
3953
  "sortOrder"?: string;
3896
3954
  }
3955
+ export interface getOutboundImporttemplateImportstatusOptions {
3956
+ "listNamePrefix"?: string;
3957
+ }
3958
+ export interface getOutboundImporttemplatesOptions {
3959
+ "pageSize"?: number;
3960
+ "pageNumber"?: number;
3961
+ "allowEmptyResult"?: boolean;
3962
+ "filterType"?: string;
3963
+ "name"?: string;
3964
+ "sortBy"?: string;
3965
+ "sortOrder"?: string;
3966
+ "contactListTemplateId"?: string;
3967
+ }
3897
3968
  export interface getOutboundMessagingcampaignsOptions {
3898
3969
  "pageSize"?: number;
3899
3970
  "pageNumber"?: number;
@@ -4061,22 +4132,22 @@ declare class QualityApi {
4061
4132
  getQualityConversationsAuditsQueryTransactionIdResults(transactionId: string, opts?: QualityApi.getQualityConversationsAuditsQueryTransactionIdResultsOptions): Promise<Models.QualityAuditQueryExecutionResultsResponse>;
4062
4133
  getQualityEvaluationsQuery(opts?: QualityApi.getQualityEvaluationsQueryOptions): Promise<Models.EvaluationEntityListing>;
4063
4134
  getQualityEvaluatorsActivity(opts?: QualityApi.getQualityEvaluatorsActivityOptions): Promise<Models.EvaluatorActivityEntityListing>;
4064
- getQualityForm(formId: string): Promise<Models.EvaluationForm>;
4065
- getQualityFormVersions(formId: string, opts?: QualityApi.getQualityFormVersionsOptions): Promise<Models.EvaluationFormEntityListing>;
4066
- getQualityForms(opts?: QualityApi.getQualityFormsOptions): Promise<Models.EvaluationFormEntityListing>;
4067
- getQualityFormsEvaluation(formId: string): Promise<Models.EvaluationForm>;
4068
- getQualityFormsEvaluationVersions(formId: string, opts?: QualityApi.getQualityFormsEvaluationVersionsOptions): Promise<Models.EvaluationFormEntityListing>;
4069
- getQualityFormsEvaluations(opts?: QualityApi.getQualityFormsEvaluationsOptions): Promise<Models.EvaluationFormEntityListing>;
4070
- getQualityFormsEvaluationsBulkContexts(contextId: Array<string>): Promise<Array<Models.EvaluationForm>>;
4135
+ getQualityForm(formId: string): Promise<Models.EvaluationFormResponse>;
4136
+ getQualityFormVersions(formId: string, opts?: QualityApi.getQualityFormVersionsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4137
+ getQualityForms(opts?: QualityApi.getQualityFormsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4138
+ getQualityFormsEvaluation(formId: string): Promise<Models.EvaluationFormResponse>;
4139
+ getQualityFormsEvaluationVersions(formId: string, opts?: QualityApi.getQualityFormsEvaluationVersionsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4140
+ getQualityFormsEvaluations(opts?: QualityApi.getQualityFormsEvaluationsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4141
+ getQualityFormsEvaluationsBulkContexts(contextId: Array<string>): Promise<Array<Models.EvaluationFormResponse>>;
4071
4142
  getQualityFormsSurvey(formId: string): Promise<Models.SurveyForm>;
4072
4143
  getQualityFormsSurveyVersions(formId: string, opts?: QualityApi.getQualityFormsSurveyVersionsOptions): Promise<Models.SurveyFormEntityListing>;
4073
4144
  getQualityFormsSurveys(opts?: QualityApi.getQualityFormsSurveysOptions): Promise<Models.SurveyFormEntityListing>;
4074
4145
  getQualityFormsSurveysBulk(id: Array<string>): Promise<Models.SurveyFormEntityListing>;
4075
4146
  getQualityFormsSurveysBulkContexts(contextId: Array<string>, opts?: QualityApi.getQualityFormsSurveysBulkContextsOptions): Promise<Array<Models.SurveyForm>>;
4076
- getQualityPublishedform(formId: string): Promise<Models.EvaluationForm>;
4077
- getQualityPublishedforms(opts?: QualityApi.getQualityPublishedformsOptions): Promise<Models.EvaluationFormEntityListing>;
4078
- getQualityPublishedformsEvaluation(formId: string): Promise<Models.EvaluationForm>;
4079
- getQualityPublishedformsEvaluations(opts?: QualityApi.getQualityPublishedformsEvaluationsOptions): Promise<Models.EvaluationFormEntityListing>;
4147
+ getQualityPublishedform(formId: string): Promise<Models.EvaluationFormResponse>;
4148
+ getQualityPublishedforms(opts?: QualityApi.getQualityPublishedformsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4149
+ getQualityPublishedformsEvaluation(formId: string): Promise<Models.EvaluationFormResponse>;
4150
+ getQualityPublishedformsEvaluations(opts?: QualityApi.getQualityPublishedformsEvaluationsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4080
4151
  getQualityPublishedformsSurvey(formId: string): Promise<Models.SurveyForm>;
4081
4152
  getQualityPublishedformsSurveys(opts?: QualityApi.getQualityPublishedformsSurveysOptions): Promise<Models.SurveyFormEntityListing>;
4082
4153
  getQualitySurvey(surveyId: string): Promise<Models.Survey>;
@@ -4091,17 +4162,17 @@ declare class QualityApi {
4091
4162
  postQualityConversationsAuditsQuery(body: Models.QMAuditQueryRequest): Promise<Models.QualityAuditQueryExecutionStatusResponse>;
4092
4163
  postQualityEvaluationsAggregatesQueryMe(body: Models.EvaluationAggregationQueryMe): Promise<Models.EvaluationAggregateQueryResponse>;
4093
4164
  postQualityEvaluationsScoring(body: Models.EvaluationFormAndScoringSet): Promise<Models.EvaluationScoringSet>;
4094
- postQualityForms(body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
4095
- postQualityFormsEvaluations(body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
4165
+ postQualityForms(body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4166
+ postQualityFormsEvaluations(body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4096
4167
  postQualityFormsSurveys(body: Models.SurveyForm): Promise<Models.SurveyForm>;
4097
- postQualityPublishedforms(body: Models.PublishForm): Promise<Models.EvaluationForm>;
4098
- postQualityPublishedformsEvaluations(body: Models.PublishForm): Promise<Models.EvaluationForm>;
4168
+ postQualityPublishedforms(body: Models.PublishForm): Promise<Models.EvaluationFormResponse>;
4169
+ postQualityPublishedformsEvaluations(body: Models.PublishForm): Promise<Models.EvaluationFormResponse>;
4099
4170
  postQualityPublishedformsSurveys(body: Models.PublishForm): Promise<Models.SurveyForm>;
4100
4171
  postQualitySurveysScoring(body: Models.SurveyFormAndScoringSet): Promise<Models.SurveyScoringSet>;
4101
4172
  putQualityCalibration(calibrationId: string, body: Models.Calibration): Promise<Models.Calibration>;
4102
4173
  putQualityConversationEvaluation(conversationId: string, evaluationId: string, body: Models.Evaluation, opts?: QualityApi.putQualityConversationEvaluationOptions): Promise<Models.EvaluationResponse>;
4103
- putQualityForm(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
4104
- putQualityFormsEvaluation(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
4174
+ putQualityForm(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4175
+ putQualityFormsEvaluation(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4105
4176
  putQualityFormsSurvey(formId: string, body: Models.SurveyForm): Promise<Models.SurveyForm>;
4106
4177
  putQualitySurveysScorable(customerSurveyUrl: string, body: Models.ScorableSurvey): Promise<Models.ScorableSurvey>;
4107
4178
  }
@@ -4500,6 +4571,7 @@ declare class RoutingApi {
4500
4571
  deleteRoutingSmsPhonenumber(addressId: string): Promise<void>;
4501
4572
  deleteRoutingUserUtilization(userId: string): Promise<void>;
4502
4573
  deleteRoutingUtilization(): Promise<void>;
4574
+ deleteRoutingUtilizationLabel(labelId: string, opts?: RoutingApi.deleteRoutingUtilizationLabelOptions): Promise<void>;
4503
4575
  deleteRoutingUtilizationTag(tagId: string, opts?: RoutingApi.deleteRoutingUtilizationTagOptions): Promise<void>;
4504
4576
  deleteRoutingWrapupcode(codeId: string): Promise<void>;
4505
4577
  deleteUserRoutinglanguage(userId: string, languageId: string): Promise<void>;
@@ -4553,8 +4625,11 @@ declare class RoutingApi {
4553
4625
  getRoutingSmsAvailablephonenumbers(countryCode: string, phoneNumberType: string, opts?: RoutingApi.getRoutingSmsAvailablephonenumbersOptions): Promise<Models.SMSAvailablePhoneNumberEntityListing>;
4554
4626
  getRoutingSmsPhonenumber(addressId: string, opts?: RoutingApi.getRoutingSmsPhonenumberOptions): Promise<Models.SmsPhoneNumber>;
4555
4627
  getRoutingSmsPhonenumbers(opts?: RoutingApi.getRoutingSmsPhonenumbersOptions): Promise<Models.SmsPhoneNumberEntityListing>;
4556
- getRoutingUserUtilization(userId: string): Promise<Models.AgentMaxUtilization>;
4557
- getRoutingUtilization(): Promise<Models.Utilization>;
4628
+ getRoutingUserUtilization(userId: string): Promise<Models.AgentMaxUtilizationResponse>;
4629
+ getRoutingUtilization(): Promise<Models.UtilizationResponse>;
4630
+ getRoutingUtilizationLabel(labelId: string): Promise<Models.UtilizationLabel>;
4631
+ getRoutingUtilizationLabelAgents(labelId: string): Promise<Array<object>>;
4632
+ getRoutingUtilizationLabels(opts?: RoutingApi.getRoutingUtilizationLabelsOptions): Promise<Models.UtilizationLabelEntityListing>;
4558
4633
  getRoutingUtilizationTag(tagId: string): Promise<Models.UtilizationTag>;
4559
4634
  getRoutingUtilizationTagAgents(tagId: string): Promise<Array<object>>;
4560
4635
  getRoutingUtilizationTags(opts?: RoutingApi.getRoutingUtilizationTagsOptions): Promise<Models.UtilizationTagEntityListing>;
@@ -4600,6 +4675,7 @@ declare class RoutingApi {
4600
4675
  postRoutingSmsAddresses(body: Models.SmsAddressProvision): Promise<Models.SmsAddress>;
4601
4676
  postRoutingSmsPhonenumbers(body: Models.SmsPhoneNumberProvision): Promise<Models.SmsPhoneNumber>;
4602
4677
  postRoutingSmsPhonenumbersImport(body: Models.SmsPhoneNumberImport): Promise<Models.SmsPhoneNumber>;
4678
+ postRoutingUtilizationLabels(body: Models.CreateUtilizationLabelRequest): Promise<Models.UtilizationLabel>;
4603
4679
  postRoutingUtilizationTags(body: Models.CreateUtilizationTagRequest): Promise<Models.UtilizationTag>;
4604
4680
  postRoutingWrapupcodes(body: Models.WrapupCodeRequest): Promise<Models.WrapupCode>;
4605
4681
  postUserRoutinglanguages(userId: string, body: Models.UserRoutingLanguagePost): Promise<Models.UserRoutingLanguage>;
@@ -4611,8 +4687,9 @@ declare class RoutingApi {
4611
4687
  putRoutingSettings(body: Models.RoutingSettings): Promise<Models.RoutingSettings>;
4612
4688
  putRoutingSettingsTranscription(body: Models.TranscriptionSettings): Promise<Models.TranscriptionSettings>;
4613
4689
  putRoutingSmsPhonenumber(addressId: string, body: Models.SmsPhoneNumber): Promise<Models.SmsPhoneNumber>;
4614
- putRoutingUserUtilization(userId: string, body: Models.Utilization): Promise<Models.AgentMaxUtilization>;
4615
- putRoutingUtilization(body: Models.Utilization): Promise<Models.Utilization>;
4690
+ putRoutingUserUtilization(userId: string, body: Models.UtilizationRequest): Promise<Models.AgentMaxUtilizationResponse>;
4691
+ putRoutingUtilization(body: Models.UtilizationRequest): Promise<Models.UtilizationResponse>;
4692
+ putRoutingUtilizationLabel(labelId: string, body: Models.UpdateUtilizationLabelRequest): Promise<Models.UtilizationLabel>;
4616
4693
  putRoutingWrapupcode(codeId: string, body: Models.WrapupCodeRequest): Promise<Models.WrapupCode>;
4617
4694
  putUserRoutingskill(userId: string, skillId: string, body: Models.UserRoutingSkill): Promise<Models.UserRoutingSkill>;
4618
4695
  putUserRoutingskillsBulk(userId: string, body: Array<Models.UserRoutingSkillPost>): Promise<Models.UserSkillEntityListing>;
@@ -4622,6 +4699,9 @@ declare namespace RoutingApi {
4622
4699
  export interface deleteRoutingQueueOptions {
4623
4700
  "forceDelete"?: boolean;
4624
4701
  }
4702
+ export interface deleteRoutingUtilizationLabelOptions {
4703
+ "forceDelete"?: boolean;
4704
+ }
4625
4705
  export interface deleteRoutingUtilizationTagOptions {
4626
4706
  "forceDelete"?: boolean;
4627
4707
  }
@@ -4784,6 +4864,12 @@ declare namespace RoutingApi {
4784
4864
  "language"?: string;
4785
4865
  "integrationId"?: string;
4786
4866
  }
4867
+ export interface getRoutingUtilizationLabelsOptions {
4868
+ "pageSize"?: number;
4869
+ "pageNumber"?: number;
4870
+ "sortOrder"?: string;
4871
+ "name"?: string;
4872
+ }
4787
4873
  export interface getRoutingUtilizationTagsOptions {
4788
4874
  "pageSize"?: number;
4789
4875
  "pageNumber"?: number;
@@ -5885,7 +5971,7 @@ declare class UsersApi {
5885
5971
  getAuthorizationSubjectsMe(): Promise<Models.AuthzSubject>;
5886
5972
  getFieldconfig(type: string): Promise<Models.FieldConfig>;
5887
5973
  getProfilesUsers(opts?: UsersApi.getProfilesUsersOptions): Promise<Models.UserProfileEntityListing>;
5888
- getRoutingUserUtilization(userId: string): Promise<Models.AgentMaxUtilization>;
5974
+ getRoutingUserUtilization(userId: string): Promise<Models.AgentMaxUtilizationResponse>;
5889
5975
  getUser(userId: string, opts?: UsersApi.getUserOptions): Promise<Models.User>;
5890
5976
  getUserAdjacents(userId: string, opts?: UsersApi.getUserAdjacentsOptions): Promise<Models.Adjacents>;
5891
5977
  getUserCallforwarding(userId: string): Promise<Models.CallForwarding>;
@@ -5943,7 +6029,7 @@ declare class UsersApi {
5943
6029
  postUsersSearchConversationTarget(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
5944
6030
  postUsersSearchQueuemembersManage(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
5945
6031
  postUsersSearchTeamsAssign(body: Models.UserSearchRequest): Promise<Models.UsersSearchResponse>;
5946
- putRoutingUserUtilization(userId: string, body: Models.Utilization): Promise<Models.AgentMaxUtilization>;
6032
+ putRoutingUserUtilization(userId: string, body: Models.UtilizationRequest): Promise<Models.AgentMaxUtilizationResponse>;
5947
6033
  putUserCallforwarding(userId: string, body: Models.CallForwarding): Promise<Models.CallForwarding>;
5948
6034
  putUserOutofoffice(userId: string, body: Models.OutOfOffice): Promise<Models.OutOfOffice>;
5949
6035
  putUserProfileskills(userId: string, body: Array<string>): Promise<Array<string>>;
@@ -6315,12 +6401,15 @@ declare class WorkforceManagementApi {
6315
6401
  getWorkforcemanagementBusinessunitWeekScheduleGenerationresults(businessUnitId: string, weekId: string, scheduleId: string): Promise<Models.ScheduleGenerationResult>;
6316
6402
  getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastOptions): Promise<Models.BuHeadcountForecastResponse>;
6317
6403
  getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent(businessUnitId: string, weekId: string, scheduleId: string, agentId: string): Promise<Models.BuAgentScheduleHistoryResponse>;
6404
+ getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictions(businessUnitId: string, weekId: string, scheduleId: string): Promise<Models.PerformancePredictionResponse>;
6405
+ getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation(businessUnitId: string, weekId: string, scheduleId: string, recalculationId: string): Promise<Models.PerformancePredictionRecalculationResponse>;
6318
6406
  getWorkforcemanagementBusinessunitWeekSchedules(businessUnitId: string, weekId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedulesOptions): Promise<Models.BuScheduleListing>;
6319
6407
  getWorkforcemanagementBusinessunitWeekShorttermforecast(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastOptions): Promise<Models.BuShortTermForecast>;
6320
6408
  getWorkforcemanagementBusinessunitWeekShorttermforecastData(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastDataOptions): Promise<Models.BuForecastResultResponse>;
6321
6409
  getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults(businessUnitId: string, weekDateId: string, forecastId: string): Promise<Models.BuForecastGenerationResult>;
6322
6410
  getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataOptions): Promise<Models.LongTermForecastResultResponse>;
6323
6411
  getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups(businessUnitId: string, weekDateId: string, forecastId: string): Promise<Models.ForecastPlanningGroupsResponse>;
6412
+ getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirementOptions): Promise<Models.BuForecastStaffingRequirementsResultResponse>;
6324
6413
  getWorkforcemanagementBusinessunitWeekShorttermforecasts(businessUnitId: string, weekDateId: string): Promise<Models.BuShortTermForecastListing>;
6325
6414
  getWorkforcemanagementBusinessunits(opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitsOptions): Promise<Models.BusinessUnitListing>;
6326
6415
  getWorkforcemanagementBusinessunitsDivisionviews(opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitsDivisionviewsOptions): Promise<Models.BusinessUnitListing>;
@@ -6369,6 +6458,7 @@ declare class WorkforceManagementApi {
6369
6458
  patchWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<void>;
6370
6459
  patchWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<Models.ServiceGoalTemplate>;
6371
6460
  patchWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
6461
+ patchWorkforcemanagementManagementunitAgents(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitAgentsOptions): Promise<void>;
6372
6462
  patchWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeofflimitOptions): Promise<Models.TimeOffLimit>;
6373
6463
  patchWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanOptions): Promise<Models.TimeOffPlan>;
6374
6464
  patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(managementUnitId: string, timeOffRequestId: string, userId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusOptions): Promise<Models.UserTimeOffIntegrationStatusResponse>;
@@ -6395,6 +6485,8 @@ declare class WorkforceManagementApi {
6395
6485
  postWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplatesOptions): Promise<Models.ServiceGoalTemplate>;
6396
6486
  postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuQueryAgentSchedulesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryOptions): Promise<Models.BuAsyncAgentSchedulesQueryResponse>;
6397
6487
  postWorkforcemanagementBusinessunitWeekScheduleCopy(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuCopyScheduleRequest): Promise<Models.BuAsyncScheduleResponse>;
6488
+ postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsOptions): Promise<Models.PerformancePredictionRecalculationResponse>;
6489
+ postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlOptions): Promise<Models.PerformancePredictionRecalculationUploadResponse>;
6398
6490
  postWorkforcemanagementBusinessunitWeekScheduleReschedule(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuRescheduleRequest): Promise<Models.BuAsyncScheduleRunResponse>;
6399
6491
  postWorkforcemanagementBusinessunitWeekScheduleUpdate(businessUnitId: string, weekId: string, scheduleId: string, body: Models.ProcessScheduleUpdateUploadRequest): Promise<Models.BuAsyncScheduleResponse>;
6400
6492
  postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl(businessUnitId: string, weekId: string, scheduleId: string, body: Models.UploadUrlRequestBody): Promise<Models.UpdateScheduleUploadResponse>;
@@ -6486,6 +6578,9 @@ declare namespace WorkforceManagementApi {
6486
6578
  export interface getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataOptions {
6487
6579
  "forceDownloadService"?: boolean;
6488
6580
  }
6581
+ export interface getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirementOptions {
6582
+ "weekNumbers"?: Array<string>;
6583
+ }
6489
6584
  export interface getWorkforcemanagementBusinessunitsOptions {
6490
6585
  "feature"?: string;
6491
6586
  "divisionId"?: string;
@@ -6558,6 +6653,9 @@ declare namespace WorkforceManagementApi {
6558
6653
  export interface patchWorkforcemanagementManagementunitOptions {
6559
6654
  "body"?: Models.UpdateManagementUnitRequest;
6560
6655
  }
6656
+ export interface patchWorkforcemanagementManagementunitAgentsOptions {
6657
+ "body"?: Models.UpdateMuAgentsRequest;
6658
+ }
6561
6659
  export interface patchWorkforcemanagementManagementunitTimeofflimitOptions {
6562
6660
  "body"?: Models.UpdateTimeOffLimitRequest;
6563
6661
  }
@@ -6629,6 +6727,12 @@ declare namespace WorkforceManagementApi {
6629
6727
  "forceAsync"?: boolean;
6630
6728
  "forceDownloadService"?: boolean;
6631
6729
  }
6730
+ export interface postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsOptions {
6731
+ "body"?: Models.WfmProcessUploadRequest;
6732
+ }
6733
+ export interface postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlOptions {
6734
+ "body"?: Models.UploadUrlRequestBody;
6735
+ }
6632
6736
  export interface postWorkforcemanagementBusinessunitWeekShorttermforecastCopyOptions {
6633
6737
  "forceAsync"?: boolean;
6634
6738
  }
@@ -7561,7 +7665,7 @@ declare namespace Models {
7561
7665
  "businessUnit"?: Models.BusinessUnitReference;
7562
7666
  }
7563
7667
 
7564
- export interface AgentMaxUtilization {
7668
+ export interface AgentMaxUtilizationResponse {
7565
7669
  "utilization"?: { [key: string]: Models.MediaUtilization; };
7566
7670
  "level"?: string;
7567
7671
  }
@@ -7609,6 +7713,12 @@ declare namespace Models {
7609
7713
  "downloadUrl"?: string;
7610
7714
  }
7611
7715
 
7716
+ export interface AgentQueueTimeRequest {
7717
+ "agentId": string;
7718
+ "startOffsetMinutes": Array<number>;
7719
+ "onQueueLengthMinutesPerInterval": Array<number>;
7720
+ }
7721
+
7612
7722
  export interface AgentTimeOffRequestPatch {
7613
7723
  "markedAsRead"?: boolean;
7614
7724
  "status"?: string;
@@ -8196,7 +8306,6 @@ declare namespace Models {
8196
8306
  "screenName"?: string;
8197
8307
  "app"?: Models.JourneyApp;
8198
8308
  "device"?: Models.Device;
8199
- "ipAddress"?: string;
8200
8309
  "ipOrganization"?: string;
8201
8310
  "geolocation"?: Models.JourneyGeolocation;
8202
8311
  "sdkLibrary"?: Models.SdkLibrary;
@@ -8207,7 +8316,6 @@ declare namespace Models {
8207
8316
  "attributes"?: { [key: string]: Models.CustomEventAttribute; };
8208
8317
  "traits"?: { [key: string]: Models.CustomEventAttribute; };
8209
8318
  "createdDate"?: string;
8210
- "externalContact"?: Models.AddressableEntityRef;
8211
8319
  }
8212
8320
 
8213
8321
  export interface AppEventResponseSession {
@@ -9659,6 +9767,23 @@ declare namespace Models {
9659
9767
  "downloadUrl"?: string;
9660
9768
  }
9661
9769
 
9770
+ export interface BuForecastStaffingRequirementsResult {
9771
+ "weekNumber": number;
9772
+ "downloadUrl": string;
9773
+ "downloadUrlExpirationDate": string;
9774
+ "planningGroupStaffingRequirements"?: Array<Models.StaffingRequirementsPlanningGroupData>;
9775
+ }
9776
+
9777
+ export interface BuForecastStaffingRequirementsResultResponse {
9778
+ "businessUnitId": string;
9779
+ "forecast": Models.BuShortTermForecastReference;
9780
+ "referenceStartDate": string;
9781
+ "weekCount": number;
9782
+ "intervalLengthMinutes": number;
9783
+ "state": string;
9784
+ "results"?: Array<Models.BuForecastStaffingRequirementsResult>;
9785
+ }
9786
+
9662
9787
  export interface BuForecastTimeSeriesResult {
9663
9788
  "metric"?: string;
9664
9789
  "forecastingMethod"?: string;
@@ -10398,6 +10523,7 @@ declare namespace Models {
10398
10523
  "afterCallWork"?: Models.AfterCallWork;
10399
10524
  "afterCallWorkRequired"?: boolean;
10400
10525
  "agentAssistantId"?: string;
10526
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10401
10527
  "disposition"?: Models.Disposition;
10402
10528
  }
10403
10529
 
@@ -10433,6 +10559,7 @@ declare namespace Models {
10433
10559
  "afterCallWork"?: Models.AfterCallWork;
10434
10560
  "afterCallWorkRequired"?: boolean;
10435
10561
  "agentAssistantId"?: string;
10562
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10436
10563
  "disposition"?: Models.Disposition;
10437
10564
  }
10438
10565
 
@@ -10710,6 +10837,7 @@ declare namespace Models {
10710
10837
  "afterCallWorkRequired"?: boolean;
10711
10838
  "callerId"?: string;
10712
10839
  "callerIdName"?: string;
10840
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10713
10841
  }
10714
10842
 
10715
10843
  export interface CallbackBasic {
@@ -10741,6 +10869,7 @@ declare namespace Models {
10741
10869
  "afterCallWorkRequired"?: boolean;
10742
10870
  "callerId"?: string;
10743
10871
  "callerIdName"?: string;
10872
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10744
10873
  }
10745
10874
 
10746
10875
  export interface CallbackConversation {
@@ -11353,6 +11482,7 @@ declare namespace Models {
11353
11482
  "thread": Models.Entity;
11354
11483
  "user"?: Models.AddressableEntityRef;
11355
11484
  "toUser"?: Models.AddressableEntityRef;
11485
+ "reactions"?: Array<Models.ChatReaction>;
11356
11486
  }
11357
11487
 
11358
11488
  export interface ChatMessageUser {
@@ -11363,6 +11493,11 @@ declare namespace Models {
11363
11493
  "images"?: Array<Models.UserImage>;
11364
11494
  }
11365
11495
 
11496
+ export interface ChatReaction {
11497
+ "emoji": string;
11498
+ "users": Array<Models.AddressableEntityRef>;
11499
+ }
11500
+
11366
11501
  export interface ChatSendMessageResponse {
11367
11502
  "id": string;
11368
11503
  }
@@ -12231,6 +12366,8 @@ declare namespace Models {
12231
12366
  "dateModified"?: string;
12232
12367
  "version"?: number;
12233
12368
  "contactList"?: Models.DomainEntityRef;
12369
+ "contactListTemplate"?: Models.DomainEntityRef;
12370
+ "sourceType"?: string;
12234
12371
  "clauses"?: Array<Models.ContactListFilterClause>;
12235
12372
  "filterType"?: string;
12236
12373
  "selfUri"?: string;
@@ -12271,6 +12408,38 @@ declare namespace Models {
12271
12408
  "inSet"?: Array<string>;
12272
12409
  }
12273
12410
 
12411
+ export interface ContactListTemplate {
12412
+ "id"?: string;
12413
+ "name"?: string;
12414
+ "dateCreated"?: string;
12415
+ "dateModified"?: string;
12416
+ "version"?: number;
12417
+ "columnNames": Array<string>;
12418
+ "phoneColumns"?: Array<Models.ContactPhoneNumberColumn>;
12419
+ "emailColumns"?: Array<Models.EmailColumn>;
12420
+ "previewModeColumnName"?: string;
12421
+ "previewModeAcceptedValues"?: Array<string>;
12422
+ "attemptLimits"?: Models.DomainEntityRef;
12423
+ "automaticTimeZoneMapping"?: boolean;
12424
+ "zipCodeColumnName"?: string;
12425
+ "columnDataTypeSpecifications"?: Array<Models.ColumnDataTypeSpecification>;
12426
+ "trimWhitespace"?: boolean;
12427
+ "selfUri"?: string;
12428
+ }
12429
+
12430
+ export interface ContactListTemplateEntityListing {
12431
+ "entities"?: Array<Models.ContactListTemplate>;
12432
+ "pageSize"?: number;
12433
+ "pageNumber"?: number;
12434
+ "total"?: number;
12435
+ "firstUri"?: string;
12436
+ "nextUri"?: string;
12437
+ "previousUri"?: string;
12438
+ "lastUri"?: string;
12439
+ "selfUri"?: string;
12440
+ "pageCount"?: number;
12441
+ }
12442
+
12274
12443
  export interface ContactListing {
12275
12444
  "entities"?: Array<Models.ExternalContact>;
12276
12445
  "pageSize"?: number;
@@ -12831,6 +13000,7 @@ declare namespace Models {
12831
13000
  "startAcwTime"?: string;
12832
13001
  "endAcwTime"?: string;
12833
13002
  "mediaRoles"?: Array<string>;
13003
+ "queueMediaSettings"?: Models.ConversationCallEventTopicQueueMediaSettings;
12834
13004
  "muted"?: boolean;
12835
13005
  "confined"?: boolean;
12836
13006
  "recording"?: boolean;
@@ -12913,6 +13083,13 @@ declare namespace Models {
12913
13083
  "type"?: string;
12914
13084
  }
12915
13085
 
13086
+ export interface ConversationCallEventTopicQueueMediaSettings {
13087
+ "alertingTimeoutSeconds"?: number;
13088
+ "autoAnswerAlertToneSeconds"?: number;
13089
+ "manualAnswerAlertToneSeconds"?: number;
13090
+ "enableAutoAnswer"?: boolean;
13091
+ }
13092
+
12916
13093
  export interface ConversationCallEventTopicScoredAgent {
12917
13094
  "agent"?: Models.ConversationCallEventTopicUriReference;
12918
13095
  "score"?: number;
@@ -12975,6 +13152,7 @@ declare namespace Models {
12975
13152
  "startAcwTime"?: string;
12976
13153
  "endAcwTime"?: string;
12977
13154
  "mediaRoles"?: Array<string>;
13155
+ "queueMediaSettings"?: Models.ConversationCallbackEventTopicQueueMediaSettings;
12978
13156
  "outboundPreview"?: Models.ConversationCallbackEventTopicDialerPreview;
12979
13157
  "voicemail"?: Models.ConversationCallbackEventTopicVoicemail;
12980
13158
  "callbackNumbers"?: Array<string>;
@@ -13053,6 +13231,13 @@ declare namespace Models {
13053
13231
  "type"?: string;
13054
13232
  }
13055
13233
 
13234
+ export interface ConversationCallbackEventTopicQueueMediaSettings {
13235
+ "alertingTimeoutSeconds"?: number;
13236
+ "autoAnswerAlertToneSeconds"?: number;
13237
+ "manualAnswerAlertToneSeconds"?: number;
13238
+ "enableAutoAnswer"?: boolean;
13239
+ }
13240
+
13056
13241
  export interface ConversationCallbackEventTopicScoredAgent {
13057
13242
  "agent"?: Models.ConversationCallbackEventTopicUriReference;
13058
13243
  "score"?: number;
@@ -13107,6 +13292,7 @@ declare namespace Models {
13107
13292
  "wrapup"?: Models.Wrapup;
13108
13293
  "afterCallWork"?: Models.AfterCallWork;
13109
13294
  "afterCallWorkRequired"?: boolean;
13295
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
13110
13296
  }
13111
13297
 
13112
13298
  export interface ConversationChatEventTopicChatConversation {
@@ -13153,6 +13339,7 @@ declare namespace Models {
13153
13339
  "startAcwTime"?: string;
13154
13340
  "endAcwTime"?: string;
13155
13341
  "mediaRoles"?: Array<string>;
13342
+ "queueMediaSettings"?: Models.ConversationChatEventTopicQueueMediaSettings;
13156
13343
  "roomId"?: string;
13157
13344
  "avatarImageUrl"?: string;
13158
13345
  }
@@ -13211,6 +13398,13 @@ declare namespace Models {
13211
13398
  "type"?: string;
13212
13399
  }
13213
13400
 
13401
+ export interface ConversationChatEventTopicQueueMediaSettings {
13402
+ "alertingTimeoutSeconds"?: number;
13403
+ "autoAnswerAlertToneSeconds"?: number;
13404
+ "manualAnswerAlertToneSeconds"?: number;
13405
+ "enableAutoAnswer"?: boolean;
13406
+ }
13407
+
13214
13408
  export interface ConversationChatEventTopicScoredAgent {
13215
13409
  "agent"?: Models.ConversationChatEventTopicUriReference;
13216
13410
  "score"?: number;
@@ -13277,6 +13471,7 @@ declare namespace Models {
13277
13471
  "startAcwTime"?: string;
13278
13472
  "endAcwTime"?: string;
13279
13473
  "mediaRoles"?: Array<string>;
13474
+ "queueMediaSettings"?: Models.ConversationCobrowseEventTopicQueueMediaSettings;
13280
13475
  "cobrowseSessionId"?: string;
13281
13476
  "cobrowseRole"?: string;
13282
13477
  "viewerUrl"?: string;
@@ -13338,6 +13533,13 @@ declare namespace Models {
13338
13533
  "type"?: string;
13339
13534
  }
13340
13535
 
13536
+ export interface ConversationCobrowseEventTopicQueueMediaSettings {
13537
+ "alertingTimeoutSeconds"?: number;
13538
+ "autoAnswerAlertToneSeconds"?: number;
13539
+ "manualAnswerAlertToneSeconds"?: number;
13540
+ "enableAutoAnswer"?: boolean;
13541
+ }
13542
+
13341
13543
  export interface ConversationCobrowseEventTopicScoredAgent {
13342
13544
  "agent"?: Models.ConversationCobrowseEventTopicUriReference;
13343
13545
  "score"?: number;
@@ -13537,6 +13739,7 @@ declare namespace Models {
13537
13739
  "startAcwTime"?: string;
13538
13740
  "endAcwTime"?: string;
13539
13741
  "mediaRoles"?: Array<string>;
13742
+ "queueMediaSettings"?: Models.ConversationEmailEventTopicQueueMediaSettings;
13540
13743
  "subject"?: string;
13541
13744
  "messagesSent"?: number;
13542
13745
  "autoGenerated"?: boolean;
@@ -13584,6 +13787,13 @@ declare namespace Models {
13584
13787
  "type"?: string;
13585
13788
  }
13586
13789
 
13790
+ export interface ConversationEmailEventTopicQueueMediaSettings {
13791
+ "alertingTimeoutSeconds"?: number;
13792
+ "autoAnswerAlertToneSeconds"?: number;
13793
+ "manualAnswerAlertToneSeconds"?: number;
13794
+ "enableAutoAnswer"?: boolean;
13795
+ }
13796
+
13587
13797
  export interface ConversationEmailEventTopicScoredAgent {
13588
13798
  "agent"?: Models.ConversationEmailEventTopicUriReference;
13589
13799
  "score"?: number;
@@ -13691,6 +13901,7 @@ declare namespace Models {
13691
13901
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13692
13902
  "afterCallWorkRequired"?: boolean;
13693
13903
  "agentAssistantId"?: string;
13904
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13694
13905
  }
13695
13906
 
13696
13907
  export interface ConversationEventTopicCallback {
@@ -13720,6 +13931,7 @@ declare namespace Models {
13720
13931
  "afterCallWorkRequired"?: boolean;
13721
13932
  "callerId"?: string;
13722
13933
  "callerIdName"?: string;
13934
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13723
13935
  }
13724
13936
 
13725
13937
  export interface ConversationEventTopicChat {
@@ -13740,6 +13952,7 @@ declare namespace Models {
13740
13952
  "wrapup"?: Models.ConversationEventTopicWrapup;
13741
13953
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13742
13954
  "afterCallWorkRequired"?: boolean;
13955
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13743
13956
  }
13744
13957
 
13745
13958
  export interface ConversationEventTopicCobrowse {
@@ -13762,6 +13975,7 @@ declare namespace Models {
13762
13975
  "wrapup"?: Models.ConversationEventTopicWrapup;
13763
13976
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13764
13977
  "afterCallWorkRequired"?: boolean;
13978
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13765
13979
  }
13766
13980
 
13767
13981
  export interface ConversationEventTopicConversation {
@@ -13825,6 +14039,7 @@ declare namespace Models {
13825
14039
  "wrapup"?: Models.ConversationEventTopicWrapup;
13826
14040
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13827
14041
  "afterCallWorkRequired"?: boolean;
14042
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13828
14043
  }
13829
14044
 
13830
14045
  export interface ConversationEventTopicErrorDetails {
@@ -13905,6 +14120,7 @@ declare namespace Models {
13905
14120
  "afterCallWorkRequired"?: boolean;
13906
14121
  "agentAssistantId"?: string;
13907
14122
  "byoSmsIntegrationId"?: string;
14123
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13908
14124
  }
13909
14125
 
13910
14126
  export interface ConversationEventTopicMessageDetails {
@@ -14002,6 +14218,13 @@ declare namespace Models {
14002
14218
  "type"?: string;
14003
14219
  }
14004
14220
 
14221
+ export interface ConversationEventTopicQueueMediaSettings {
14222
+ "alertingTimeoutSeconds"?: number;
14223
+ "autoAnswerAlertToneSeconds"?: number;
14224
+ "manualAnswerAlertToneSeconds"?: number;
14225
+ "enableAutoAnswer"?: boolean;
14226
+ }
14227
+
14005
14228
  export interface ConversationEventTopicRecentTransfer {
14006
14229
  "id"?: string;
14007
14230
  "state"?: string;
@@ -14034,6 +14257,7 @@ declare namespace Models {
14034
14257
  "wrapup"?: Models.ConversationEventTopicWrapup;
14035
14258
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
14036
14259
  "afterCallWorkRequired"?: boolean;
14260
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
14037
14261
  }
14038
14262
 
14039
14263
  export interface ConversationEventTopicSocialExpression {
@@ -14083,6 +14307,7 @@ declare namespace Models {
14083
14307
  "wrapup"?: Models.ConversationEventTopicWrapup;
14084
14308
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
14085
14309
  "afterCallWorkRequired"?: boolean;
14310
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
14086
14311
  }
14087
14312
 
14088
14313
  export interface ConversationEventTopicVoicemail {
@@ -14255,6 +14480,7 @@ declare namespace Models {
14255
14480
  "startAcwTime"?: string;
14256
14481
  "endAcwTime"?: string;
14257
14482
  "mediaRoles"?: Array<string>;
14483
+ "queueMediaSettings"?: Models.ConversationMessageEventTopicQueueMediaSettings;
14258
14484
  "messages"?: Array<Models.ConversationMessageEventTopicMessageDetails>;
14259
14485
  "type"?: string;
14260
14486
  "recipientCountry"?: string;
@@ -14284,6 +14510,13 @@ declare namespace Models {
14284
14510
  "id"?: string;
14285
14511
  }
14286
14512
 
14513
+ export interface ConversationMessageEventTopicQueueMediaSettings {
14514
+ "alertingTimeoutSeconds"?: number;
14515
+ "autoAnswerAlertToneSeconds"?: number;
14516
+ "manualAnswerAlertToneSeconds"?: number;
14517
+ "enableAutoAnswer"?: boolean;
14518
+ }
14519
+
14287
14520
  export interface ConversationMessageEventTopicScoredAgent {
14288
14521
  "agent"?: Models.ConversationMessageEventTopicUriReference;
14289
14522
  "score"?: number;
@@ -14541,6 +14774,13 @@ declare namespace Models {
14541
14774
  "paging"?: Models.PagingSpec;
14542
14775
  }
14543
14776
 
14777
+ export interface ConversationQueueMediaSettings {
14778
+ "alertingTimeoutSeconds"?: number;
14779
+ "autoAnswerAlertToneSeconds"?: number;
14780
+ "manualAnswerAlertToneSeconds"?: number;
14781
+ "enableAutoAnswer"?: boolean;
14782
+ }
14783
+
14544
14784
  export interface ConversationReason {
14545
14785
  "code"?: string;
14546
14786
  "message": string;
@@ -14562,6 +14802,7 @@ declare namespace Models {
14562
14802
  "priority"?: number;
14563
14803
  "skills"?: Array<Models.AddressableEntityRef>;
14564
14804
  "scoredAgents"?: Array<Models.ScoredAgent>;
14805
+ "label"?: string;
14565
14806
  }
14566
14807
 
14567
14808
  export interface ConversationScreenShareEventTopicConversationRoutingData {
@@ -14618,6 +14859,13 @@ declare namespace Models {
14618
14859
  "type"?: string;
14619
14860
  }
14620
14861
 
14862
+ export interface ConversationScreenShareEventTopicQueueMediaSettings {
14863
+ "alertingTimeoutSeconds"?: number;
14864
+ "autoAnswerAlertToneSeconds"?: number;
14865
+ "manualAnswerAlertToneSeconds"?: number;
14866
+ "enableAutoAnswer"?: boolean;
14867
+ }
14868
+
14621
14869
  export interface ConversationScreenShareEventTopicScoredAgent {
14622
14870
  "agent"?: Models.ConversationScreenShareEventTopicUriReference;
14623
14871
  "score"?: number;
@@ -14667,6 +14915,7 @@ declare namespace Models {
14667
14915
  "startAcwTime"?: string;
14668
14916
  "endAcwTime"?: string;
14669
14917
  "mediaRoles"?: Array<string>;
14918
+ "queueMediaSettings"?: Models.ConversationScreenShareEventTopicQueueMediaSettings;
14670
14919
  "context"?: string;
14671
14920
  "peerCount"?: number;
14672
14921
  "sharing"?: boolean;
@@ -14744,6 +14993,13 @@ declare namespace Models {
14744
14993
  "type"?: string;
14745
14994
  }
14746
14995
 
14996
+ export interface ConversationSocialExpressionEventTopicQueueMediaSettings {
14997
+ "alertingTimeoutSeconds"?: number;
14998
+ "autoAnswerAlertToneSeconds"?: number;
14999
+ "manualAnswerAlertToneSeconds"?: number;
15000
+ "enableAutoAnswer"?: boolean;
15001
+ }
15002
+
14747
15003
  export interface ConversationSocialExpressionEventTopicScoredAgent {
14748
15004
  "agent"?: Models.ConversationSocialExpressionEventTopicUriReference;
14749
15005
  "score"?: number;
@@ -14793,6 +15049,7 @@ declare namespace Models {
14793
15049
  "startAcwTime"?: string;
14794
15050
  "endAcwTime"?: string;
14795
15051
  "mediaRoles"?: Array<string>;
15052
+ "queueMediaSettings"?: Models.ConversationSocialExpressionEventTopicQueueMediaSettings;
14796
15053
  "socialMediaId"?: string;
14797
15054
  "socialMediaHub"?: string;
14798
15055
  "socialUserName"?: string;
@@ -14891,6 +15148,13 @@ declare namespace Models {
14891
15148
  "type"?: string;
14892
15149
  }
14893
15150
 
15151
+ export interface ConversationVideoEventTopicQueueMediaSettings {
15152
+ "alertingTimeoutSeconds"?: number;
15153
+ "autoAnswerAlertToneSeconds"?: number;
15154
+ "manualAnswerAlertToneSeconds"?: number;
15155
+ "enableAutoAnswer"?: boolean;
15156
+ }
15157
+
14894
15158
  export interface ConversationVideoEventTopicScoredAgent {
14895
15159
  "agent"?: Models.ConversationVideoEventTopicUriReference;
14896
15160
  "score"?: number;
@@ -14945,6 +15209,7 @@ declare namespace Models {
14945
15209
  "startAcwTime"?: string;
14946
15210
  "endAcwTime"?: string;
14947
15211
  "mediaRoles"?: Array<string>;
15212
+ "queueMediaSettings"?: Models.ConversationVideoEventTopicQueueMediaSettings;
14948
15213
  "audioMuted"?: boolean;
14949
15214
  "videoMuted"?: boolean;
14950
15215
  "sharingScreen"?: boolean;
@@ -15081,6 +15346,7 @@ declare namespace Models {
15081
15346
  "participants"?: Array<Models.Destination>;
15082
15347
  "uuiData"?: string;
15083
15348
  "externalContactId"?: string;
15349
+ "label"?: string;
15084
15350
  }
15085
15351
 
15086
15352
  export interface CreateCallResponse {
@@ -15385,6 +15651,11 @@ declare namespace Models {
15385
15651
  "state"?: string;
15386
15652
  }
15387
15653
 
15654
+ export interface CreateUtilizationLabelRequest {
15655
+ "name": string;
15656
+ "utilization"?: Models.LabelUtilizationRequest;
15657
+ }
15658
+
15388
15659
  export interface CreateUtilizationTagRequest {
15389
15660
  "name": string;
15390
15661
  }
@@ -17892,8 +18163,8 @@ declare namespace Models {
17892
18163
  "permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
17893
18164
  "userCount"?: number;
17894
18165
  "roleNeedsUpdate"?: boolean;
17895
- "default"?: boolean;
17896
18166
  "base"?: boolean;
18167
+ "default"?: boolean;
17897
18168
  "selfUri"?: string;
17898
18169
  }
17899
18170
 
@@ -17907,8 +18178,8 @@ declare namespace Models {
17907
18178
  "permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
17908
18179
  "userCount"?: number;
17909
18180
  "roleNeedsUpdate"?: boolean;
17910
- "default"?: boolean;
17911
18181
  "base"?: boolean;
18182
+ "default"?: boolean;
17912
18183
  "selfUri"?: string;
17913
18184
  }
17914
18185
 
@@ -17922,8 +18193,8 @@ declare namespace Models {
17922
18193
  "permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
17923
18194
  "userCount"?: number;
17924
18195
  "roleNeedsUpdate"?: boolean;
17925
- "default"?: boolean;
17926
18196
  "base"?: boolean;
18197
+ "default"?: boolean;
17927
18198
  "selfUri"?: string;
17928
18199
  }
17929
18200
 
@@ -18149,6 +18420,7 @@ declare namespace Models {
18149
18420
  "physicalEdge"?: boolean;
18150
18421
  "managed"?: boolean;
18151
18422
  "edgeDeploymentType"?: string;
18423
+ "certType"?: string;
18152
18424
  "callDrainingState"?: string;
18153
18425
  "conversationCount"?: number;
18154
18426
  "proxy"?: string;
@@ -18516,6 +18788,7 @@ declare namespace Models {
18516
18788
  "wrapup"?: Models.Wrapup;
18517
18789
  "afterCallWork"?: Models.AfterCallWork;
18518
18790
  "afterCallWorkRequired"?: boolean;
18791
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
18519
18792
  }
18520
18793
 
18521
18794
  export interface EmailAddress {
@@ -19149,8 +19422,19 @@ declare namespace Models {
19149
19422
  "answers"?: Models.EvaluationScoringSet;
19150
19423
  }
19151
19424
 
19152
- export interface EvaluationFormEntityListing {
19153
- "entities"?: Array<Models.EvaluationForm>;
19425
+ export interface EvaluationFormResponse {
19426
+ "id"?: string;
19427
+ "name": string;
19428
+ "modifiedDate"?: string;
19429
+ "published"?: boolean;
19430
+ "contextId"?: string;
19431
+ "questionGroups"?: Array<Models.EvaluationQuestionGroup>;
19432
+ "weightMode"?: string;
19433
+ "selfUri"?: string;
19434
+ }
19435
+
19436
+ export interface EvaluationFormResponseEntityListing {
19437
+ "entities"?: Array<Models.EvaluationFormResponse>;
19154
19438
  "pageSize"?: number;
19155
19439
  "pageNumber"?: number;
19156
19440
  "total"?: number;
@@ -19162,17 +19446,6 @@ declare namespace Models {
19162
19446
  "pageCount"?: number;
19163
19447
  }
19164
19448
 
19165
- export interface EvaluationFormResponse {
19166
- "id"?: string;
19167
- "name": string;
19168
- "modifiedDate"?: string;
19169
- "published"?: boolean;
19170
- "contextId"?: string;
19171
- "questionGroups"?: Array<Models.EvaluationQuestionGroup>;
19172
- "publishedVersions"?: Models.DomainEntityListingEvaluationForm;
19173
- "selfUri"?: string;
19174
- }
19175
-
19176
19449
  export interface EvaluationQualityV2TopicCalibration {
19177
19450
  "id"?: string;
19178
19451
  }
@@ -19314,7 +19587,6 @@ declare namespace Models {
19314
19587
  "releaseDate"?: string;
19315
19588
  "assignedDate"?: string;
19316
19589
  "changedDate"?: string;
19317
- "revisionCreatedDate"?: string;
19318
19590
  "queue"?: Models.Queue;
19319
19591
  "mediaType"?: Array<string>;
19320
19592
  "rescore"?: boolean;
@@ -19326,7 +19598,6 @@ declare namespace Models {
19326
19598
  "resourceId"?: string;
19327
19599
  "resourceType"?: string;
19328
19600
  "redacted"?: boolean;
19329
- "agentTeam"?: Models.Team;
19330
19601
  "isScoringIndex"?: boolean;
19331
19602
  "authorizedActions"?: Array<string>;
19332
19603
  "hasAssistanceFailed"?: boolean;
@@ -19489,6 +19760,7 @@ declare namespace Models {
19489
19760
  "id"?: string;
19490
19761
  "downloadUri"?: string;
19491
19762
  "failed"?: boolean;
19763
+ "statusCode"?: string;
19492
19764
  }
19493
19765
 
19494
19766
  export interface ExecutionDataRequest {
@@ -20566,6 +20838,71 @@ declare namespace Models {
20566
20838
  "pageCount"?: number;
20567
20839
  }
20568
20840
 
20841
+ export interface FlowExecutionAggregateDataContainer {
20842
+ "group"?: { [key: string]: string; };
20843
+ "data"?: Array<Models.StatisticalResponse>;
20844
+ }
20845
+
20846
+ export interface FlowExecutionAggregateQueryClause {
20847
+ "type": string;
20848
+ "predicates": Array<Models.FlowExecutionAggregateQueryPredicate>;
20849
+ }
20850
+
20851
+ export interface FlowExecutionAggregateQueryFilter {
20852
+ "type": string;
20853
+ "clauses"?: Array<Models.FlowExecutionAggregateQueryClause>;
20854
+ "predicates"?: Array<Models.FlowExecutionAggregateQueryPredicate>;
20855
+ }
20856
+
20857
+ export interface FlowExecutionAggregateQueryPredicate {
20858
+ "type"?: string;
20859
+ "dimension"?: string;
20860
+ "operator"?: string;
20861
+ "value"?: string;
20862
+ "range"?: Models.NumericRange;
20863
+ }
20864
+
20865
+ export interface FlowExecutionAggregateQueryResponse {
20866
+ "results"?: Array<Models.FlowExecutionAggregateDataContainer>;
20867
+ }
20868
+
20869
+ export interface FlowExecutionAggregationQuery {
20870
+ "interval": string;
20871
+ "granularity"?: string;
20872
+ "timeZone"?: string;
20873
+ "groupBy"?: Array<string>;
20874
+ "filter"?: Models.FlowExecutionAggregateQueryFilter;
20875
+ "metrics": Array<string>;
20876
+ "flattenMultivaluedDimensions"?: boolean;
20877
+ "views"?: Array<Models.FlowExecutionAggregationView>;
20878
+ "alternateTimeDimension"?: string;
20879
+ }
20880
+
20881
+ export interface FlowExecutionAggregationView {
20882
+ "target": string;
20883
+ "name": string;
20884
+ "function": string;
20885
+ "range"?: Models.AggregationRange;
20886
+ }
20887
+
20888
+ export interface FlowExecutionAsyncAggregateQueryResponse {
20889
+ "results"?: Array<Models.FlowExecutionAggregateDataContainer>;
20890
+ "cursor"?: string;
20891
+ }
20892
+
20893
+ export interface FlowExecutionAsyncAggregationQuery {
20894
+ "interval": string;
20895
+ "granularity"?: string;
20896
+ "timeZone"?: string;
20897
+ "groupBy"?: Array<string>;
20898
+ "filter"?: Models.FlowExecutionAggregateQueryFilter;
20899
+ "metrics": Array<string>;
20900
+ "flattenMultivaluedDimensions"?: boolean;
20901
+ "views"?: Array<Models.FlowExecutionAggregationView>;
20902
+ "alternateTimeDimension"?: string;
20903
+ "pageSize"?: number;
20904
+ }
20905
+
20569
20906
  export interface FlowExecutionDataQueryResult {
20570
20907
  "id"?: string;
20571
20908
  "name"?: string;
@@ -22130,12 +22467,42 @@ declare namespace Models {
22130
22467
  "completedRecords": number;
22131
22468
  "percentComplete": number;
22132
22469
  "failureReason"?: string;
22470
+ "targetContactListIds"?: Array<string>;
22471
+ "listNamePrefix"?: string;
22133
22472
  }
22134
22473
 
22135
22474
  export interface ImportStatusRequest {
22136
22475
  "status": string;
22137
22476
  }
22138
22477
 
22478
+ export interface ImportTemplate {
22479
+ "id"?: string;
22480
+ "name"?: string;
22481
+ "dateCreated"?: string;
22482
+ "dateModified"?: string;
22483
+ "version"?: number;
22484
+ "contactListTemplate": Models.DomainEntityRef;
22485
+ "contactListFilter"?: Models.DomainEntityRef;
22486
+ "useSplittingCriteria"?: boolean;
22487
+ "splittingInformation"?: Models.SplittingInformation;
22488
+ "listNameFormat"?: string;
22489
+ "customListNameFormatValue"?: string;
22490
+ "selfUri"?: string;
22491
+ }
22492
+
22493
+ export interface ImportTemplateEntityListing {
22494
+ "entities"?: Array<Models.ImportTemplate>;
22495
+ "pageSize"?: number;
22496
+ "pageNumber"?: number;
22497
+ "total"?: number;
22498
+ "firstUri"?: string;
22499
+ "nextUri"?: string;
22500
+ "previousUri"?: string;
22501
+ "lastUri"?: string;
22502
+ "selfUri"?: string;
22503
+ "pageCount"?: number;
22504
+ }
22505
+
22139
22506
  export interface InboundDomain {
22140
22507
  "id"?: string;
22141
22508
  "name"?: string;
@@ -24664,9 +25031,15 @@ declare namespace Models {
24664
25031
  "selfUri"?: string;
24665
25032
  }
24666
25033
 
24667
- export interface LabelUtilization {
25034
+ export interface LabelUtilizationRequest {
25035
+ "maximumCapacity"?: number;
25036
+ "interruptingLabelIds"?: Array<string>;
25037
+ }
25038
+
25039
+ export interface LabelUtilizationResponse {
24668
25040
  "maximumCapacity"?: number;
24669
25041
  "interruptingLabelIds"?: Array<string>;
25042
+ "labelName"?: string;
24670
25043
  }
24671
25044
 
24672
25045
  export interface Language {
@@ -25728,6 +26101,21 @@ declare namespace Models {
25728
26101
  "action"?: string;
25729
26102
  }
25730
26103
 
26104
+ export interface LogCaptureDownloadExecutionResponse {
26105
+ "id": string;
26106
+ "state": string;
26107
+ "dateStart": string;
26108
+ "fileUrl": string;
26109
+ "selfUri"?: string;
26110
+ "user": Models.AddressableEntityRef;
26111
+ }
26112
+
26113
+ export interface LogCaptureQueryRequest {
26114
+ "interval": string;
26115
+ "userId": string;
26116
+ "sortOrder"?: string;
26117
+ }
26118
+
25731
26119
  export interface LogCaptureUserConfiguration {
25732
26120
  "id"?: string;
25733
26121
  "dateExpired": string;
@@ -25886,6 +26274,7 @@ declare namespace Models {
25886
26274
  "user"?: Models.NamedEntity;
25887
26275
  "ice"?: Models.MediaIceStatistics;
25888
26276
  "rtp"?: Models.MediaRtpStatistics;
26277
+ "reconnectAttemptCount"?: number;
25889
26278
  }
25890
26279
 
25891
26280
  export interface MediaIceSelectedCandidate {
@@ -26073,6 +26462,7 @@ declare namespace Models {
26073
26462
  "afterCallWorkRequired"?: boolean;
26074
26463
  "agentAssistantId"?: string;
26075
26464
  "byoSmsIntegrationId"?: string;
26465
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
26076
26466
  }
26077
26467
 
26078
26468
  export interface MessageContent {
@@ -26617,6 +27007,7 @@ declare namespace Models {
26617
27007
  "defaultObjective"?: Models.DefaultObjective;
26618
27008
  "lockTemplateId"?: string;
26619
27009
  "mediaTypeFilteringAllowed"?: boolean;
27010
+ "initialDirectionFilteringAllowed"?: boolean;
26620
27011
  "queueFilteringAllowed"?: boolean;
26621
27012
  "selfUri"?: string;
26622
27013
  }
@@ -26795,6 +27186,11 @@ declare namespace Models {
26795
27186
  "status"?: string;
26796
27187
  }
26797
27188
 
27189
+ export interface MuAgentQueueTimeRequest {
27190
+ "managementUnitId": string;
27191
+ "agentOnQueueTimes": Array<Models.AgentQueueTimeRequest>;
27192
+ }
27193
+
26798
27194
  export interface MuRescheduleResultWrapper {
26799
27195
  "agentSchedules"?: Array<Models.BuAgentScheduleRescheduleResponse>;
26800
27196
  }
@@ -28677,6 +29073,70 @@ declare namespace Models {
28677
29073
  "architectFlow"?: Models.AddressableEntityRef;
28678
29074
  }
28679
29075
 
29076
+ export interface PerformancePredictionCompleteEventTopicErrorBody {
29077
+ "status"?: number;
29078
+ "code"?: string;
29079
+ "message"?: string;
29080
+ "messageParams"?: { [key: string]: string; };
29081
+ }
29082
+
29083
+ export interface PerformancePredictionCompleteEventTopicPerformancePredictionCalculationNotification {
29084
+ "scheduleId"?: string;
29085
+ "weekDate"?: string;
29086
+ "downloadUrl"?: string;
29087
+ "state"?: string;
29088
+ "error"?: Models.PerformancePredictionCompleteEventTopicErrorBody;
29089
+ }
29090
+
29091
+ export interface PerformancePredictionOutputs {
29092
+ "calculationStartDate": string;
29093
+ "calculationIntervalLengthMinutes": number;
29094
+ "planningGroupResults": Array<Models.PlanningGroupOutputs>;
29095
+ }
29096
+
29097
+ export interface PerformancePredictionRecalculationCompleteEventTopicErrorBody {
29098
+ "status"?: number;
29099
+ "code"?: string;
29100
+ "message"?: string;
29101
+ "messageParams"?: { [key: string]: string; };
29102
+ }
29103
+
29104
+ export interface PerformancePredictionRecalculationCompleteEventTopicPerformancePredictionUserRecalculationNotification {
29105
+ "operationId"?: string;
29106
+ "downloadUrl"?: string;
29107
+ "state"?: string;
29108
+ "error"?: Models.PerformancePredictionRecalculationCompleteEventTopicErrorBody;
29109
+ }
29110
+
29111
+ export interface PerformancePredictionRecalculationResponse {
29112
+ "operationId": string;
29113
+ "downloadUrl"?: string;
29114
+ "downloadResult"?: Models.PerformancePredictionOutputs;
29115
+ "state": string;
29116
+ }
29117
+
29118
+ export interface PerformancePredictionRecalculationUploadResponse {
29119
+ "uploadKey"?: string;
29120
+ "url"?: string;
29121
+ "headers"?: { [key: string]: string; };
29122
+ "uploadBodySchema"?: Models.PerformancePredictionUploadSchema;
29123
+ }
29124
+
29125
+ export interface PerformancePredictionResponse {
29126
+ "id"?: string;
29127
+ "weekDate": string;
29128
+ "scheduleId": string;
29129
+ "downloadUrl"?: string;
29130
+ "downloadResult"?: Models.PerformancePredictionOutputs;
29131
+ "state": string;
29132
+ "selfUri"?: string;
29133
+ }
29134
+
29135
+ export interface PerformancePredictionUploadSchema {
29136
+ "calculationStartDate": string;
29137
+ "onQueueTimes": Array<Models.MuAgentQueueTimeRequest>;
29138
+ }
29139
+
28680
29140
  export interface PerformanceProfile {
28681
29141
  "id"?: string;
28682
29142
  "name": string;
@@ -28985,6 +29445,14 @@ declare namespace Models {
28985
29445
  "metadata"?: Models.WfmVersionedEntityMetadata;
28986
29446
  }
28987
29447
 
29448
+ export interface PlanningGroupOutputs {
29449
+ "planningGroupId": string;
29450
+ "serviceLevelPerInterval": Array<number>;
29451
+ "occupancyPerInterval": Array<number>;
29452
+ "averageSpeedOfAnswerSecondsPerInterval": Array<number>;
29453
+ "abandonRatePerInterval": Array<number>;
29454
+ }
29455
+
28988
29456
  export interface PlanningGroupReference {
28989
29457
  "id"?: string;
28990
29458
  "selfUri"?: string;
@@ -29779,6 +30247,7 @@ declare namespace Models {
29779
30247
  "startAcwTime"?: string;
29780
30248
  "endAcwTime"?: string;
29781
30249
  "mediaRoles"?: Array<string>;
30250
+ "queueMediaSettings"?: Models.QueueConversationCallEventTopicQueueMediaSettings;
29782
30251
  "muted"?: boolean;
29783
30252
  "confined"?: boolean;
29784
30253
  "recording"?: boolean;
@@ -29861,6 +30330,13 @@ declare namespace Models {
29861
30330
  "type"?: string;
29862
30331
  }
29863
30332
 
30333
+ export interface QueueConversationCallEventTopicQueueMediaSettings {
30334
+ "alertingTimeoutSeconds"?: number;
30335
+ "autoAnswerAlertToneSeconds"?: number;
30336
+ "manualAnswerAlertToneSeconds"?: number;
30337
+ "enableAutoAnswer"?: boolean;
30338
+ }
30339
+
29864
30340
  export interface QueueConversationCallEventTopicScoredAgent {
29865
30341
  "agent"?: Models.QueueConversationCallEventTopicUriReference;
29866
30342
  "score"?: number;
@@ -29923,6 +30399,7 @@ declare namespace Models {
29923
30399
  "startAcwTime"?: string;
29924
30400
  "endAcwTime"?: string;
29925
30401
  "mediaRoles"?: Array<string>;
30402
+ "queueMediaSettings"?: Models.QueueConversationCallbackEventTopicQueueMediaSettings;
29926
30403
  "outboundPreview"?: Models.QueueConversationCallbackEventTopicDialerPreview;
29927
30404
  "voicemail"?: Models.QueueConversationCallbackEventTopicVoicemail;
29928
30405
  "callbackNumbers"?: Array<string>;
@@ -30001,6 +30478,13 @@ declare namespace Models {
30001
30478
  "type"?: string;
30002
30479
  }
30003
30480
 
30481
+ export interface QueueConversationCallbackEventTopicQueueMediaSettings {
30482
+ "alertingTimeoutSeconds"?: number;
30483
+ "autoAnswerAlertToneSeconds"?: number;
30484
+ "manualAnswerAlertToneSeconds"?: number;
30485
+ "enableAutoAnswer"?: boolean;
30486
+ }
30487
+
30004
30488
  export interface QueueConversationCallbackEventTopicScoredAgent {
30005
30489
  "agent"?: Models.QueueConversationCallbackEventTopicUriReference;
30006
30490
  "score"?: number;
@@ -30068,6 +30552,7 @@ declare namespace Models {
30068
30552
  "startAcwTime"?: string;
30069
30553
  "endAcwTime"?: string;
30070
30554
  "mediaRoles"?: Array<string>;
30555
+ "queueMediaSettings"?: Models.QueueConversationChatEventTopicQueueMediaSettings;
30071
30556
  "roomId"?: string;
30072
30557
  "avatarImageUrl"?: string;
30073
30558
  }
@@ -30126,6 +30611,13 @@ declare namespace Models {
30126
30611
  "type"?: string;
30127
30612
  }
30128
30613
 
30614
+ export interface QueueConversationChatEventTopicQueueMediaSettings {
30615
+ "alertingTimeoutSeconds"?: number;
30616
+ "autoAnswerAlertToneSeconds"?: number;
30617
+ "manualAnswerAlertToneSeconds"?: number;
30618
+ "enableAutoAnswer"?: boolean;
30619
+ }
30620
+
30129
30621
  export interface QueueConversationChatEventTopicScoredAgent {
30130
30622
  "agent"?: Models.QueueConversationChatEventTopicUriReference;
30131
30623
  "score"?: number;
@@ -30188,6 +30680,7 @@ declare namespace Models {
30188
30680
  "startAcwTime"?: string;
30189
30681
  "endAcwTime"?: string;
30190
30682
  "mediaRoles"?: Array<string>;
30683
+ "queueMediaSettings"?: Models.QueueConversationCobrowseEventTopicQueueMediaSettings;
30191
30684
  "cobrowseSessionId"?: string;
30192
30685
  "cobrowseRole"?: string;
30193
30686
  "viewerUrl"?: string;
@@ -30249,6 +30742,13 @@ declare namespace Models {
30249
30742
  "type"?: string;
30250
30743
  }
30251
30744
 
30745
+ export interface QueueConversationCobrowseEventTopicQueueMediaSettings {
30746
+ "alertingTimeoutSeconds"?: number;
30747
+ "autoAnswerAlertToneSeconds"?: number;
30748
+ "manualAnswerAlertToneSeconds"?: number;
30749
+ "enableAutoAnswer"?: boolean;
30750
+ }
30751
+
30252
30752
  export interface QueueConversationCobrowseEventTopicScoredAgent {
30253
30753
  "agent"?: Models.QueueConversationCobrowseEventTopicUriReference;
30254
30754
  "score"?: number;
@@ -30334,6 +30834,7 @@ declare namespace Models {
30334
30834
  "startAcwTime"?: string;
30335
30835
  "endAcwTime"?: string;
30336
30836
  "mediaRoles"?: Array<string>;
30837
+ "queueMediaSettings"?: Models.QueueConversationEmailEventTopicQueueMediaSettings;
30337
30838
  "subject"?: string;
30338
30839
  "messagesSent"?: number;
30339
30840
  "autoGenerated"?: boolean;
@@ -30381,6 +30882,13 @@ declare namespace Models {
30381
30882
  "type"?: string;
30382
30883
  }
30383
30884
 
30885
+ export interface QueueConversationEmailEventTopicQueueMediaSettings {
30886
+ "alertingTimeoutSeconds"?: number;
30887
+ "autoAnswerAlertToneSeconds"?: number;
30888
+ "manualAnswerAlertToneSeconds"?: number;
30889
+ "enableAutoAnswer"?: boolean;
30890
+ }
30891
+
30384
30892
  export interface QueueConversationEmailEventTopicScoredAgent {
30385
30893
  "agent"?: Models.QueueConversationEmailEventTopicUriReference;
30386
30894
  "score"?: number;
@@ -30451,6 +30959,7 @@ declare namespace Models {
30451
30959
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30452
30960
  "afterCallWorkRequired"?: boolean;
30453
30961
  "agentAssistantId"?: string;
30962
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30454
30963
  }
30455
30964
 
30456
30965
  export interface QueueConversationEventTopicCallback {
@@ -30480,6 +30989,7 @@ declare namespace Models {
30480
30989
  "afterCallWorkRequired"?: boolean;
30481
30990
  "callerId"?: string;
30482
30991
  "callerIdName"?: string;
30992
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30483
30993
  }
30484
30994
 
30485
30995
  export interface QueueConversationEventTopicChat {
@@ -30500,6 +31010,7 @@ declare namespace Models {
30500
31010
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30501
31011
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30502
31012
  "afterCallWorkRequired"?: boolean;
31013
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30503
31014
  }
30504
31015
 
30505
31016
  export interface QueueConversationEventTopicCobrowse {
@@ -30522,6 +31033,7 @@ declare namespace Models {
30522
31033
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30523
31034
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30524
31035
  "afterCallWorkRequired"?: boolean;
31036
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30525
31037
  }
30526
31038
 
30527
31039
  export interface QueueConversationEventTopicConversation {
@@ -30585,6 +31097,7 @@ declare namespace Models {
30585
31097
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30586
31098
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30587
31099
  "afterCallWorkRequired"?: boolean;
31100
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30588
31101
  }
30589
31102
 
30590
31103
  export interface QueueConversationEventTopicErrorDetails {
@@ -30665,6 +31178,7 @@ declare namespace Models {
30665
31178
  "afterCallWorkRequired"?: boolean;
30666
31179
  "agentAssistantId"?: string;
30667
31180
  "byoSmsIntegrationId"?: string;
31181
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30668
31182
  }
30669
31183
 
30670
31184
  export interface QueueConversationEventTopicMessageDetails {
@@ -30762,6 +31276,13 @@ declare namespace Models {
30762
31276
  "type"?: string;
30763
31277
  }
30764
31278
 
31279
+ export interface QueueConversationEventTopicQueueMediaSettings {
31280
+ "alertingTimeoutSeconds"?: number;
31281
+ "autoAnswerAlertToneSeconds"?: number;
31282
+ "manualAnswerAlertToneSeconds"?: number;
31283
+ "enableAutoAnswer"?: boolean;
31284
+ }
31285
+
30765
31286
  export interface QueueConversationEventTopicRecentTransfer {
30766
31287
  "id"?: string;
30767
31288
  "state"?: string;
@@ -30794,6 +31315,7 @@ declare namespace Models {
30794
31315
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30795
31316
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30796
31317
  "afterCallWorkRequired"?: boolean;
31318
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30797
31319
  }
30798
31320
 
30799
31321
  export interface QueueConversationEventTopicSocialExpression {
@@ -30843,6 +31365,7 @@ declare namespace Models {
30843
31365
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30844
31366
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30845
31367
  "afterCallWorkRequired"?: boolean;
31368
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30846
31369
  }
30847
31370
 
30848
31371
  export interface QueueConversationEventTopicVoicemail {
@@ -30989,6 +31512,7 @@ declare namespace Models {
30989
31512
  "startAcwTime"?: string;
30990
31513
  "endAcwTime"?: string;
30991
31514
  "mediaRoles"?: Array<string>;
31515
+ "queueMediaSettings"?: Models.QueueConversationMessageEventTopicQueueMediaSettings;
30992
31516
  "messages"?: Array<Models.QueueConversationMessageEventTopicMessageDetails>;
30993
31517
  "type"?: string;
30994
31518
  "recipientCountry"?: string;
@@ -31018,6 +31542,13 @@ declare namespace Models {
31018
31542
  "id"?: string;
31019
31543
  }
31020
31544
 
31545
+ export interface QueueConversationMessageEventTopicQueueMediaSettings {
31546
+ "alertingTimeoutSeconds"?: number;
31547
+ "autoAnswerAlertToneSeconds"?: number;
31548
+ "manualAnswerAlertToneSeconds"?: number;
31549
+ "enableAutoAnswer"?: boolean;
31550
+ }
31551
+
31021
31552
  export interface QueueConversationMessageEventTopicScoredAgent {
31022
31553
  "agent"?: Models.QueueConversationMessageEventTopicUriReference;
31023
31554
  "score"?: number;
@@ -31090,6 +31621,13 @@ declare namespace Models {
31090
31621
  "type"?: string;
31091
31622
  }
31092
31623
 
31624
+ export interface QueueConversationScreenShareEventTopicQueueMediaSettings {
31625
+ "alertingTimeoutSeconds"?: number;
31626
+ "autoAnswerAlertToneSeconds"?: number;
31627
+ "manualAnswerAlertToneSeconds"?: number;
31628
+ "enableAutoAnswer"?: boolean;
31629
+ }
31630
+
31093
31631
  export interface QueueConversationScreenShareEventTopicScoredAgent {
31094
31632
  "agent"?: Models.QueueConversationScreenShareEventTopicUriReference;
31095
31633
  "score"?: number;
@@ -31139,6 +31677,7 @@ declare namespace Models {
31139
31677
  "startAcwTime"?: string;
31140
31678
  "endAcwTime"?: string;
31141
31679
  "mediaRoles"?: Array<string>;
31680
+ "queueMediaSettings"?: Models.QueueConversationScreenShareEventTopicQueueMediaSettings;
31142
31681
  "context"?: string;
31143
31682
  "peerCount"?: number;
31144
31683
  "sharing"?: boolean;
@@ -31209,6 +31748,7 @@ declare namespace Models {
31209
31748
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31210
31749
  "afterCallWorkRequired"?: boolean;
31211
31750
  "agentAssistantId"?: string;
31751
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31212
31752
  }
31213
31753
 
31214
31754
  export interface QueueConversationSocialExpressionEventTopicCallback {
@@ -31238,6 +31778,7 @@ declare namespace Models {
31238
31778
  "afterCallWorkRequired"?: boolean;
31239
31779
  "callerId"?: string;
31240
31780
  "callerIdName"?: string;
31781
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31241
31782
  }
31242
31783
 
31243
31784
  export interface QueueConversationSocialExpressionEventTopicChat {
@@ -31258,6 +31799,7 @@ declare namespace Models {
31258
31799
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31259
31800
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31260
31801
  "afterCallWorkRequired"?: boolean;
31802
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31261
31803
  }
31262
31804
 
31263
31805
  export interface QueueConversationSocialExpressionEventTopicCobrowse {
@@ -31280,6 +31822,7 @@ declare namespace Models {
31280
31822
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31281
31823
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31282
31824
  "afterCallWorkRequired"?: boolean;
31825
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31283
31826
  }
31284
31827
 
31285
31828
  export interface QueueConversationSocialExpressionEventTopicConversation {
@@ -31343,6 +31886,7 @@ declare namespace Models {
31343
31886
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31344
31887
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31345
31888
  "afterCallWorkRequired"?: boolean;
31889
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31346
31890
  }
31347
31891
 
31348
31892
  export interface QueueConversationSocialExpressionEventTopicErrorDetails {
@@ -31423,6 +31967,7 @@ declare namespace Models {
31423
31967
  "afterCallWorkRequired"?: boolean;
31424
31968
  "agentAssistantId"?: string;
31425
31969
  "byoSmsIntegrationId"?: string;
31970
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31426
31971
  }
31427
31972
 
31428
31973
  export interface QueueConversationSocialExpressionEventTopicMessageDetails {
@@ -31520,6 +32065,13 @@ declare namespace Models {
31520
32065
  "type"?: string;
31521
32066
  }
31522
32067
 
32068
+ export interface QueueConversationSocialExpressionEventTopicQueueMediaSettings {
32069
+ "alertingTimeoutSeconds"?: number;
32070
+ "autoAnswerAlertToneSeconds"?: number;
32071
+ "manualAnswerAlertToneSeconds"?: number;
32072
+ "enableAutoAnswer"?: boolean;
32073
+ }
32074
+
31523
32075
  export interface QueueConversationSocialExpressionEventTopicRecentTransfer {
31524
32076
  "id"?: string;
31525
32077
  "state"?: string;
@@ -31552,6 +32104,7 @@ declare namespace Models {
31552
32104
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31553
32105
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31554
32106
  "afterCallWorkRequired"?: boolean;
32107
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31555
32108
  }
31556
32109
 
31557
32110
  export interface QueueConversationSocialExpressionEventTopicSocialExpression {
@@ -31601,6 +32154,7 @@ declare namespace Models {
31601
32154
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31602
32155
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31603
32156
  "afterCallWorkRequired"?: boolean;
32157
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31604
32158
  }
31605
32159
 
31606
32160
  export interface QueueConversationSocialExpressionEventTopicVoicemail {
@@ -31672,6 +32226,7 @@ declare namespace Models {
31672
32226
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
31673
32227
  "afterCallWorkRequired"?: boolean;
31674
32228
  "agentAssistantId"?: string;
32229
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31675
32230
  }
31676
32231
 
31677
32232
  export interface QueueConversationVideoEventTopicCallback {
@@ -31701,6 +32256,7 @@ declare namespace Models {
31701
32256
  "afterCallWorkRequired"?: boolean;
31702
32257
  "callerId"?: string;
31703
32258
  "callerIdName"?: string;
32259
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31704
32260
  }
31705
32261
 
31706
32262
  export interface QueueConversationVideoEventTopicChat {
@@ -31721,6 +32277,7 @@ declare namespace Models {
31721
32277
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
31722
32278
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
31723
32279
  "afterCallWorkRequired"?: boolean;
32280
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31724
32281
  }
31725
32282
 
31726
32283
  export interface QueueConversationVideoEventTopicCobrowse {
@@ -31743,6 +32300,7 @@ declare namespace Models {
31743
32300
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
31744
32301
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
31745
32302
  "afterCallWorkRequired"?: boolean;
32303
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31746
32304
  }
31747
32305
 
31748
32306
  export interface QueueConversationVideoEventTopicConversation {
@@ -31806,6 +32364,7 @@ declare namespace Models {
31806
32364
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
31807
32365
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
31808
32366
  "afterCallWorkRequired"?: boolean;
32367
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31809
32368
  }
31810
32369
 
31811
32370
  export interface QueueConversationVideoEventTopicErrorDetails {
@@ -31886,6 +32445,7 @@ declare namespace Models {
31886
32445
  "afterCallWorkRequired"?: boolean;
31887
32446
  "agentAssistantId"?: string;
31888
32447
  "byoSmsIntegrationId"?: string;
32448
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31889
32449
  }
31890
32450
 
31891
32451
  export interface QueueConversationVideoEventTopicMessageDetails {
@@ -31983,6 +32543,13 @@ declare namespace Models {
31983
32543
  "type"?: string;
31984
32544
  }
31985
32545
 
32546
+ export interface QueueConversationVideoEventTopicQueueMediaSettings {
32547
+ "alertingTimeoutSeconds"?: number;
32548
+ "autoAnswerAlertToneSeconds"?: number;
32549
+ "manualAnswerAlertToneSeconds"?: number;
32550
+ "enableAutoAnswer"?: boolean;
32551
+ }
32552
+
31986
32553
  export interface QueueConversationVideoEventTopicRecentTransfer {
31987
32554
  "id"?: string;
31988
32555
  "state"?: string;
@@ -32015,6 +32582,7 @@ declare namespace Models {
32015
32582
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
32016
32583
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
32017
32584
  "afterCallWorkRequired"?: boolean;
32585
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
32018
32586
  }
32019
32587
 
32020
32588
  export interface QueueConversationVideoEventTopicSocialExpression {
@@ -32064,6 +32632,7 @@ declare namespace Models {
32064
32632
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
32065
32633
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
32066
32634
  "afterCallWorkRequired"?: boolean;
32635
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
32067
32636
  }
32068
32637
 
32069
32638
  export interface QueueConversationVideoEventTopicVoicemail {
@@ -32497,7 +33066,7 @@ declare namespace Models {
32497
33066
  "includeRecordingsWithSensitiveData"?: boolean;
32498
33067
  "includeScreenRecordings"?: boolean;
32499
33068
  "clearExport"?: boolean;
32500
- "conversationQuery": Models.AsyncConversationQuery;
33069
+ "conversationQuery"?: Models.AsyncConversationQuery;
32501
33070
  }
32502
33071
 
32503
33072
  export interface RecordingMessagingMessage {
@@ -33389,6 +33958,7 @@ declare namespace Models {
33389
33958
  export interface RoutingData {
33390
33959
  "queueId": string;
33391
33960
  "languageId"?: string;
33961
+ "label"?: string;
33392
33962
  "priority"?: number;
33393
33963
  "skillIds"?: Array<string>;
33394
33964
  "preferredAgentIds"?: Array<string>;
@@ -35177,6 +35747,18 @@ declare namespace Models {
35177
35747
  "agentEmpathyEnabled"?: boolean;
35178
35748
  }
35179
35749
 
35750
+ export interface SplittingInformation {
35751
+ "criteria"?: string;
35752
+ "criteriaValue"?: string;
35753
+ "createRemainderContactList"?: boolean;
35754
+ "useWaterfallRule"?: boolean;
35755
+ }
35756
+
35757
+ export interface StaffingRequirementsPlanningGroupData {
35758
+ "planningGroupId": string;
35759
+ "staffingRequirementsPerInterval": Array<number>;
35760
+ }
35761
+
35180
35762
  export interface StarrableDivision {
35181
35763
  "id"?: string;
35182
35764
  "name"?: string;
@@ -37667,6 +38249,15 @@ declare namespace Models {
37667
38249
  "settings"?: Models.ManagementUnitSettingsRequest;
37668
38250
  }
37669
38251
 
38252
+ export interface UpdateMuAgentRequest {
38253
+ "schedulable"?: boolean;
38254
+ "userId": string;
38255
+ }
38256
+
38257
+ export interface UpdateMuAgentsRequest {
38258
+ "entities"?: Array<Models.UpdateMuAgentRequest>;
38259
+ }
38260
+
37670
38261
  export interface UpdateNotificationResponse {
37671
38262
  "mutableGroupId"?: string;
37672
38263
  "id"?: string;
@@ -37764,6 +38355,10 @@ declare namespace Models {
37764
38355
  "selfUri"?: string;
37765
38356
  }
37766
38357
 
38358
+ export interface UpdateUtilizationLabelRequest {
38359
+ "name": string;
38360
+ }
38361
+
37767
38362
  export interface UpdateVerifierRequest {
37768
38363
  "name"?: string;
37769
38364
  "enabled"?: boolean;
@@ -38236,9 +38831,23 @@ declare namespace Models {
38236
38831
  "granularity"?: string;
38237
38832
  "comparativePeriod"?: Models.WorkdayPeriod;
38238
38833
  "primaryPeriod"?: Models.WorkdayPeriod;
38239
- "entities"?: Array<Models.InsightsTrendMetricItem>;
38240
- "total"?: Models.InsightsTrendTotalItem;
38241
38834
  "user"?: Models.UserReference;
38835
+ "entities"?: Array<Models.UserInsightsTrendMetricItem>;
38836
+ "total"?: Models.UserInsightsTrendTotalItem;
38837
+ }
38838
+
38839
+ export interface UserInsightsTrendMetricItem {
38840
+ "metric"?: Models.AddressableEntityRef;
38841
+ "trends"?: Models.UserInsightsTrends;
38842
+ }
38843
+
38844
+ export interface UserInsightsTrendTotalItem {
38845
+ "trends"?: Models.UserInsightsTrends;
38846
+ }
38847
+
38848
+ export interface UserInsightsTrends {
38849
+ "comparativePeriod"?: Array<Models.UserTrendData>;
38850
+ "primaryPeriod"?: Array<Models.UserTrendData>;
38242
38851
  }
38243
38852
 
38244
38853
  export interface UserLanguageEntityListing {
@@ -38818,6 +39427,15 @@ declare namespace Models {
38818
39427
  "destinationUserId": string;
38819
39428
  }
38820
39429
 
39430
+ export interface UserTrendData {
39431
+ "dateStartWorkday"?: string;
39432
+ "dateEndWorkday"?: string;
39433
+ "percentOfGoal"?: number;
39434
+ "averageValue"?: number;
39435
+ "rankTotalPoints"?: number;
39436
+ "rankPercentagePoints"?: number;
39437
+ }
39438
+
38821
39439
  export interface UsersSearchResponse {
38822
39440
  "total": number;
38823
39441
  "pageCount": number;
@@ -38830,16 +39448,33 @@ declare namespace Models {
38830
39448
  "results": Array<Models.User>;
38831
39449
  }
38832
39450
 
38833
- export interface Utilization {
38834
- "utilization"?: { [key: string]: Models.MediaUtilization; };
38835
- }
38836
-
38837
39451
  export interface UtilizationLabel {
38838
39452
  "id"?: string;
38839
39453
  "name"?: string;
38840
39454
  "selfUri"?: string;
38841
39455
  }
38842
39456
 
39457
+ export interface UtilizationLabelEntityListing {
39458
+ "entities"?: Array<Models.UtilizationLabel>;
39459
+ "pageSize"?: number;
39460
+ "pageNumber"?: number;
39461
+ "total"?: number;
39462
+ "firstUri"?: string;
39463
+ "nextUri"?: string;
39464
+ "previousUri"?: string;
39465
+ "lastUri"?: string;
39466
+ "selfUri"?: string;
39467
+ "pageCount"?: number;
39468
+ }
39469
+
39470
+ export interface UtilizationRequest {
39471
+ "utilization"?: { [key: string]: Models.MediaUtilization; };
39472
+ }
39473
+
39474
+ export interface UtilizationResponse {
39475
+ "utilization"?: { [key: string]: Models.MediaUtilization; };
39476
+ }
39477
+
38843
39478
  export interface UtilizationTag {
38844
39479
  "id"?: string;
38845
39480
  "name"?: string;
@@ -39227,6 +39862,70 @@ declare namespace Models {
39227
39862
  "normalizedMessage"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage;
39228
39863
  }
39229
39864
 
39865
+ export interface V2FlowExecutionDataFlowidTopicExecution {
39866
+ "objectType"?: string;
39867
+ "objectId"?: string;
39868
+ "outputPathId"?: string;
39869
+ "executionId"?: string;
39870
+ "startDateTime"?: string;
39871
+ "error"?: Models.V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo;
39872
+ "warning"?: Models.V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo;
39873
+ "languageTag"?: string;
39874
+ }
39875
+
39876
+ export interface V2FlowExecutionDataFlowidTopicFlow {
39877
+ "flowExecutionId"?: string;
39878
+ "objectExecutionId"?: string;
39879
+ }
39880
+
39881
+ export interface V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo {
39882
+ "reason"?: string;
39883
+ "executionId"?: string;
39884
+ "objectId"?: string;
39885
+ }
39886
+
39887
+ export interface V2FlowExecutionDataFlowidTopicFlowExecutionHistory {
39888
+ "executionId"?: string;
39889
+ "conversationId"?: string;
39890
+ "divisionId"?: string;
39891
+ "endDateTime"?: string;
39892
+ "endpoint"?: string;
39893
+ "errors"?: Array<Models.V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo>;
39894
+ "execution"?: Array<Models.V2FlowExecutionDataFlowidTopicExecution>;
39895
+ "flowExitReason"?: string;
39896
+ "flowId"?: string;
39897
+ "flowIsDebug"?: boolean;
39898
+ "executionItemsTruncated"?: boolean;
39899
+ "flowType"?: string;
39900
+ "flowVersion"?: string;
39901
+ "messageType"?: string;
39902
+ "invokingContext"?: Models.V2FlowExecutionDataFlowidTopicInvokingContext;
39903
+ "startDateTime"?: string;
39904
+ "warnings"?: Array<Models.V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo>;
39905
+ }
39906
+
39907
+ export interface V2FlowExecutionDataFlowidTopicInvokingContext {
39908
+ "flow"?: Models.V2FlowExecutionDataFlowidTopicFlow;
39909
+ "journeyActionMap"?: Models.V2FlowExecutionDataFlowidTopicJourneyActionMap;
39910
+ "processAutomation"?: Models.V2FlowExecutionDataFlowidTopicProcessAutomation;
39911
+ "quality"?: Models.V2FlowExecutionDataFlowidTopicQuality;
39912
+ }
39913
+
39914
+ export interface V2FlowExecutionDataFlowidTopicJourneyActionMap {
39915
+ "actionMapId"?: string;
39916
+ "actionId"?: string;
39917
+ }
39918
+
39919
+ export interface V2FlowExecutionDataFlowidTopicProcessAutomation {
39920
+ "triggerId"?: string;
39921
+ "triggerName"?: string;
39922
+ }
39923
+
39924
+ export interface V2FlowExecutionDataFlowidTopicQuality {
39925
+ "policyId"?: string;
39926
+ "policyName"?: string;
39927
+ }
39928
+
39230
39929
  export interface V2MobiusAlertsTopicAddressableEntityRef {
39231
39930
  "id"?: string;
39232
39931
  }
@@ -40700,6 +41399,28 @@ declare namespace Models {
40700
41399
  "dateModified"?: string;
40701
41400
  }
40702
41401
 
41402
+ export interface WfmBuShortTermForecastStaffingRequirementsGenerateCompleteTopicBuForecastShortTermStaffingRequirementsNotification {
41403
+ "businessUnitId"?: string;
41404
+ "state"?: string;
41405
+ "forecast"?: Models.WfmBuShortTermForecastStaffingRequirementsGenerateCompleteTopicBuShortTermForecastReference;
41406
+ "weekCount"?: number;
41407
+ "intervalLengthMinutes"?: number;
41408
+ "referenceStartDate"?: string;
41409
+ "results"?: Array<Models.WfmBuShortTermForecastStaffingRequirementsGenerateCompleteTopicBuForecastShortTermStaffingRequirementsResults>;
41410
+ }
41411
+
41412
+ export interface WfmBuShortTermForecastStaffingRequirementsGenerateCompleteTopicBuForecastShortTermStaffingRequirementsResults {
41413
+ "weekNumber"?: number;
41414
+ "downloadUrl"?: string;
41415
+ "downloadUrlExpirationDate"?: string;
41416
+ }
41417
+
41418
+ export interface WfmBuShortTermForecastStaffingRequirementsGenerateCompleteTopicBuShortTermForecastReference {
41419
+ "id"?: string;
41420
+ "weekDate"?: string;
41421
+ "description"?: string;
41422
+ }
41423
+
40703
41424
  export interface WfmBuShortTermForecastUpdateCompleteTopicBuForecastModification {
40704
41425
  "type"?: string;
40705
41426
  "startIntervalIndex"?: number;
@@ -42257,6 +42978,12 @@ declare namespace Models {
42257
42978
  "delta"?: Models.WorktypeDelta;
42258
42979
  }
42259
42980
 
42981
+ export interface WorkitemsEventsNotificationAssignmentSegment {
42982
+ "startState"?: string;
42983
+ "endState"?: string;
42984
+ "durationMs"?: number;
42985
+ }
42986
+
42260
42987
  export interface WorkitemsEventsNotificationCustomAttribute {
42261
42988
  "dataType"?: string;
42262
42989
  "value"?: string;
@@ -42269,6 +42996,15 @@ declare namespace Models {
42269
42996
  "newValue"?: string;
42270
42997
  }
42271
42998
 
42999
+ export interface WorkitemsEventsNotificationSession {
43000
+ "type"?: string;
43001
+ "id"?: string;
43002
+ "status"?: string;
43003
+ "dateSessionStart"?: string;
43004
+ "dateSessionEnd"?: string;
43005
+ "assignmentSegments"?: Array<Models.WorkitemsEventsNotificationAssignmentSegment>;
43006
+ }
43007
+
42272
43008
  export interface WorkitemsEventsNotificationWorkitem {
42273
43009
  "id"?: string;
42274
43010
  "name"?: string;
@@ -42301,6 +43037,7 @@ declare namespace Models {
42301
43037
  "queueId"?: string;
42302
43038
  "customFields"?: { [key: string]: Models.WorkitemsEventsNotificationCustomAttribute; };
42303
43039
  "wrapup"?: Models.WorkitemsEventsNotificationWrapup;
43040
+ "sessions"?: Array<Models.WorkitemsEventsNotificationSession>;
42304
43041
  }
42305
43042
 
42306
43043
  export interface WorkitemsEventsNotificationWrapup {
@@ -42310,6 +43047,12 @@ declare namespace Models {
42310
43047
  "action"?: string;
42311
43048
  }
42312
43049
 
43050
+ export interface WorkitemsQueueEventsNotificationAssignmentSegment {
43051
+ "startState"?: string;
43052
+ "endState"?: string;
43053
+ "durationMs"?: number;
43054
+ }
43055
+
42313
43056
  export interface WorkitemsQueueEventsNotificationCustomAttribute {
42314
43057
  "dataType"?: string;
42315
43058
  "value"?: string;
@@ -42322,6 +43065,15 @@ declare namespace Models {
42322
43065
  "newValue"?: string;
42323
43066
  }
42324
43067
 
43068
+ export interface WorkitemsQueueEventsNotificationSession {
43069
+ "type"?: string;
43070
+ "id"?: string;
43071
+ "status"?: string;
43072
+ "dateSessionStart"?: string;
43073
+ "dateSessionEnd"?: string;
43074
+ "assignmentSegments"?: Array<Models.WorkitemsQueueEventsNotificationAssignmentSegment>;
43075
+ }
43076
+
42325
43077
  export interface WorkitemsQueueEventsNotificationWorkitem {
42326
43078
  "id"?: string;
42327
43079
  "name"?: string;
@@ -42354,6 +43106,7 @@ declare namespace Models {
42354
43106
  "queueId"?: string;
42355
43107
  "customFields"?: { [key: string]: Models.WorkitemsQueueEventsNotificationCustomAttribute; };
42356
43108
  "wrapup"?: Models.WorkitemsQueueEventsNotificationWrapup;
43109
+ "sessions"?: Array<Models.WorkitemsQueueEventsNotificationSession>;
42357
43110
  }
42358
43111
 
42359
43112
  export interface WorkitemsQueueEventsNotificationWrapup {
@@ -42363,6 +43116,12 @@ declare namespace Models {
42363
43116
  "action"?: string;
42364
43117
  }
42365
43118
 
43119
+ export interface WorkitemsUserEventsNotificationAssignmentSegment {
43120
+ "startState"?: string;
43121
+ "endState"?: string;
43122
+ "durationMs"?: number;
43123
+ }
43124
+
42366
43125
  export interface WorkitemsUserEventsNotificationCustomAttribute {
42367
43126
  "dataType"?: string;
42368
43127
  "value"?: string;
@@ -42375,6 +43134,15 @@ declare namespace Models {
42375
43134
  "newValue"?: string;
42376
43135
  }
42377
43136
 
43137
+ export interface WorkitemsUserEventsNotificationSession {
43138
+ "type"?: string;
43139
+ "id"?: string;
43140
+ "status"?: string;
43141
+ "dateSessionStart"?: string;
43142
+ "dateSessionEnd"?: string;
43143
+ "assignmentSegments"?: Array<Models.WorkitemsUserEventsNotificationAssignmentSegment>;
43144
+ }
43145
+
42378
43146
  export interface WorkitemsUserEventsNotificationWorkitem {
42379
43147
  "id"?: string;
42380
43148
  "name"?: string;
@@ -42407,6 +43175,7 @@ declare namespace Models {
42407
43175
  "queueId"?: string;
42408
43176
  "customFields"?: { [key: string]: Models.WorkitemsUserEventsNotificationCustomAttribute; };
42409
43177
  "wrapup"?: Models.WorkitemsUserEventsNotificationWrapup;
43178
+ "sessions"?: Array<Models.WorkitemsUserEventsNotificationSession>;
42410
43179
  }
42411
43180
 
42412
43181
  export interface WorkitemsUserEventsNotificationWrapup {