purecloud-platform-client-v2 184.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 +801 -79
  3. package/dist/web-amd/purecloud-platform-client-v2.js +801 -79
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +260 -99
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +260 -99
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +557 -33
  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 +1 -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 +2 -2
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +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 +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  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 +1 -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 +1 -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;
@@ -4122,22 +4132,22 @@ declare class QualityApi {
4122
4132
  getQualityConversationsAuditsQueryTransactionIdResults(transactionId: string, opts?: QualityApi.getQualityConversationsAuditsQueryTransactionIdResultsOptions): Promise<Models.QualityAuditQueryExecutionResultsResponse>;
4123
4133
  getQualityEvaluationsQuery(opts?: QualityApi.getQualityEvaluationsQueryOptions): Promise<Models.EvaluationEntityListing>;
4124
4134
  getQualityEvaluatorsActivity(opts?: QualityApi.getQualityEvaluatorsActivityOptions): Promise<Models.EvaluatorActivityEntityListing>;
4125
- getQualityForm(formId: string): Promise<Models.EvaluationForm>;
4126
- getQualityFormVersions(formId: string, opts?: QualityApi.getQualityFormVersionsOptions): Promise<Models.EvaluationFormEntityListing>;
4127
- getQualityForms(opts?: QualityApi.getQualityFormsOptions): Promise<Models.EvaluationFormEntityListing>;
4128
- getQualityFormsEvaluation(formId: string): Promise<Models.EvaluationForm>;
4129
- getQualityFormsEvaluationVersions(formId: string, opts?: QualityApi.getQualityFormsEvaluationVersionsOptions): Promise<Models.EvaluationFormEntityListing>;
4130
- getQualityFormsEvaluations(opts?: QualityApi.getQualityFormsEvaluationsOptions): Promise<Models.EvaluationFormEntityListing>;
4131
- 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>>;
4132
4142
  getQualityFormsSurvey(formId: string): Promise<Models.SurveyForm>;
4133
4143
  getQualityFormsSurveyVersions(formId: string, opts?: QualityApi.getQualityFormsSurveyVersionsOptions): Promise<Models.SurveyFormEntityListing>;
4134
4144
  getQualityFormsSurveys(opts?: QualityApi.getQualityFormsSurveysOptions): Promise<Models.SurveyFormEntityListing>;
4135
4145
  getQualityFormsSurveysBulk(id: Array<string>): Promise<Models.SurveyFormEntityListing>;
4136
4146
  getQualityFormsSurveysBulkContexts(contextId: Array<string>, opts?: QualityApi.getQualityFormsSurveysBulkContextsOptions): Promise<Array<Models.SurveyForm>>;
4137
- getQualityPublishedform(formId: string): Promise<Models.EvaluationForm>;
4138
- getQualityPublishedforms(opts?: QualityApi.getQualityPublishedformsOptions): Promise<Models.EvaluationFormEntityListing>;
4139
- getQualityPublishedformsEvaluation(formId: string): Promise<Models.EvaluationForm>;
4140
- 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>;
4141
4151
  getQualityPublishedformsSurvey(formId: string): Promise<Models.SurveyForm>;
4142
4152
  getQualityPublishedformsSurveys(opts?: QualityApi.getQualityPublishedformsSurveysOptions): Promise<Models.SurveyFormEntityListing>;
4143
4153
  getQualitySurvey(surveyId: string): Promise<Models.Survey>;
@@ -4152,17 +4162,17 @@ declare class QualityApi {
4152
4162
  postQualityConversationsAuditsQuery(body: Models.QMAuditQueryRequest): Promise<Models.QualityAuditQueryExecutionStatusResponse>;
4153
4163
  postQualityEvaluationsAggregatesQueryMe(body: Models.EvaluationAggregationQueryMe): Promise<Models.EvaluationAggregateQueryResponse>;
4154
4164
  postQualityEvaluationsScoring(body: Models.EvaluationFormAndScoringSet): Promise<Models.EvaluationScoringSet>;
4155
- postQualityForms(body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
4156
- postQualityFormsEvaluations(body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
4165
+ postQualityForms(body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4166
+ postQualityFormsEvaluations(body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4157
4167
  postQualityFormsSurveys(body: Models.SurveyForm): Promise<Models.SurveyForm>;
4158
- postQualityPublishedforms(body: Models.PublishForm): Promise<Models.EvaluationForm>;
4159
- postQualityPublishedformsEvaluations(body: Models.PublishForm): Promise<Models.EvaluationForm>;
4168
+ postQualityPublishedforms(body: Models.PublishForm): Promise<Models.EvaluationFormResponse>;
4169
+ postQualityPublishedformsEvaluations(body: Models.PublishForm): Promise<Models.EvaluationFormResponse>;
4160
4170
  postQualityPublishedformsSurveys(body: Models.PublishForm): Promise<Models.SurveyForm>;
4161
4171
  postQualitySurveysScoring(body: Models.SurveyFormAndScoringSet): Promise<Models.SurveyScoringSet>;
4162
4172
  putQualityCalibration(calibrationId: string, body: Models.Calibration): Promise<Models.Calibration>;
4163
4173
  putQualityConversationEvaluation(conversationId: string, evaluationId: string, body: Models.Evaluation, opts?: QualityApi.putQualityConversationEvaluationOptions): Promise<Models.EvaluationResponse>;
4164
- putQualityForm(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
4165
- 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>;
4166
4176
  putQualityFormsSurvey(formId: string, body: Models.SurveyForm): Promise<Models.SurveyForm>;
4167
4177
  putQualitySurveysScorable(customerSurveyUrl: string, body: Models.ScorableSurvey): Promise<Models.ScorableSurvey>;
4168
4178
  }
@@ -4561,6 +4571,7 @@ declare class RoutingApi {
4561
4571
  deleteRoutingSmsPhonenumber(addressId: string): Promise<void>;
4562
4572
  deleteRoutingUserUtilization(userId: string): Promise<void>;
4563
4573
  deleteRoutingUtilization(): Promise<void>;
4574
+ deleteRoutingUtilizationLabel(labelId: string, opts?: RoutingApi.deleteRoutingUtilizationLabelOptions): Promise<void>;
4564
4575
  deleteRoutingUtilizationTag(tagId: string, opts?: RoutingApi.deleteRoutingUtilizationTagOptions): Promise<void>;
4565
4576
  deleteRoutingWrapupcode(codeId: string): Promise<void>;
4566
4577
  deleteUserRoutinglanguage(userId: string, languageId: string): Promise<void>;
@@ -4616,6 +4627,9 @@ declare class RoutingApi {
4616
4627
  getRoutingSmsPhonenumbers(opts?: RoutingApi.getRoutingSmsPhonenumbersOptions): Promise<Models.SmsPhoneNumberEntityListing>;
4617
4628
  getRoutingUserUtilization(userId: string): Promise<Models.AgentMaxUtilizationResponse>;
4618
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>;
4619
4633
  getRoutingUtilizationTag(tagId: string): Promise<Models.UtilizationTag>;
4620
4634
  getRoutingUtilizationTagAgents(tagId: string): Promise<Array<object>>;
4621
4635
  getRoutingUtilizationTags(opts?: RoutingApi.getRoutingUtilizationTagsOptions): Promise<Models.UtilizationTagEntityListing>;
@@ -4661,6 +4675,7 @@ declare class RoutingApi {
4661
4675
  postRoutingSmsAddresses(body: Models.SmsAddressProvision): Promise<Models.SmsAddress>;
4662
4676
  postRoutingSmsPhonenumbers(body: Models.SmsPhoneNumberProvision): Promise<Models.SmsPhoneNumber>;
4663
4677
  postRoutingSmsPhonenumbersImport(body: Models.SmsPhoneNumberImport): Promise<Models.SmsPhoneNumber>;
4678
+ postRoutingUtilizationLabels(body: Models.CreateUtilizationLabelRequest): Promise<Models.UtilizationLabel>;
4664
4679
  postRoutingUtilizationTags(body: Models.CreateUtilizationTagRequest): Promise<Models.UtilizationTag>;
4665
4680
  postRoutingWrapupcodes(body: Models.WrapupCodeRequest): Promise<Models.WrapupCode>;
4666
4681
  postUserRoutinglanguages(userId: string, body: Models.UserRoutingLanguagePost): Promise<Models.UserRoutingLanguage>;
@@ -4674,6 +4689,7 @@ declare class RoutingApi {
4674
4689
  putRoutingSmsPhonenumber(addressId: string, body: Models.SmsPhoneNumber): Promise<Models.SmsPhoneNumber>;
4675
4690
  putRoutingUserUtilization(userId: string, body: Models.UtilizationRequest): Promise<Models.AgentMaxUtilizationResponse>;
4676
4691
  putRoutingUtilization(body: Models.UtilizationRequest): Promise<Models.UtilizationResponse>;
4692
+ putRoutingUtilizationLabel(labelId: string, body: Models.UpdateUtilizationLabelRequest): Promise<Models.UtilizationLabel>;
4677
4693
  putRoutingWrapupcode(codeId: string, body: Models.WrapupCodeRequest): Promise<Models.WrapupCode>;
4678
4694
  putUserRoutingskill(userId: string, skillId: string, body: Models.UserRoutingSkill): Promise<Models.UserRoutingSkill>;
4679
4695
  putUserRoutingskillsBulk(userId: string, body: Array<Models.UserRoutingSkillPost>): Promise<Models.UserSkillEntityListing>;
@@ -4683,6 +4699,9 @@ declare namespace RoutingApi {
4683
4699
  export interface deleteRoutingQueueOptions {
4684
4700
  "forceDelete"?: boolean;
4685
4701
  }
4702
+ export interface deleteRoutingUtilizationLabelOptions {
4703
+ "forceDelete"?: boolean;
4704
+ }
4686
4705
  export interface deleteRoutingUtilizationTagOptions {
4687
4706
  "forceDelete"?: boolean;
4688
4707
  }
@@ -4845,6 +4864,12 @@ declare namespace RoutingApi {
4845
4864
  "language"?: string;
4846
4865
  "integrationId"?: string;
4847
4866
  }
4867
+ export interface getRoutingUtilizationLabelsOptions {
4868
+ "pageSize"?: number;
4869
+ "pageNumber"?: number;
4870
+ "sortOrder"?: string;
4871
+ "name"?: string;
4872
+ }
4848
4873
  export interface getRoutingUtilizationTagsOptions {
4849
4874
  "pageSize"?: number;
4850
4875
  "pageNumber"?: number;
@@ -6376,12 +6401,15 @@ declare class WorkforceManagementApi {
6376
6401
  getWorkforcemanagementBusinessunitWeekScheduleGenerationresults(businessUnitId: string, weekId: string, scheduleId: string): Promise<Models.ScheduleGenerationResult>;
6377
6402
  getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastOptions): Promise<Models.BuHeadcountForecastResponse>;
6378
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>;
6379
6406
  getWorkforcemanagementBusinessunitWeekSchedules(businessUnitId: string, weekId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedulesOptions): Promise<Models.BuScheduleListing>;
6380
6407
  getWorkforcemanagementBusinessunitWeekShorttermforecast(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastOptions): Promise<Models.BuShortTermForecast>;
6381
6408
  getWorkforcemanagementBusinessunitWeekShorttermforecastData(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastDataOptions): Promise<Models.BuForecastResultResponse>;
6382
6409
  getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults(businessUnitId: string, weekDateId: string, forecastId: string): Promise<Models.BuForecastGenerationResult>;
6383
6410
  getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataOptions): Promise<Models.LongTermForecastResultResponse>;
6384
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>;
6385
6413
  getWorkforcemanagementBusinessunitWeekShorttermforecasts(businessUnitId: string, weekDateId: string): Promise<Models.BuShortTermForecastListing>;
6386
6414
  getWorkforcemanagementBusinessunits(opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitsOptions): Promise<Models.BusinessUnitListing>;
6387
6415
  getWorkforcemanagementBusinessunitsDivisionviews(opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitsDivisionviewsOptions): Promise<Models.BusinessUnitListing>;
@@ -6430,6 +6458,7 @@ declare class WorkforceManagementApi {
6430
6458
  patchWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<void>;
6431
6459
  patchWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<Models.ServiceGoalTemplate>;
6432
6460
  patchWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
6461
+ patchWorkforcemanagementManagementunitAgents(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitAgentsOptions): Promise<void>;
6433
6462
  patchWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeofflimitOptions): Promise<Models.TimeOffLimit>;
6434
6463
  patchWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanOptions): Promise<Models.TimeOffPlan>;
6435
6464
  patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(managementUnitId: string, timeOffRequestId: string, userId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusOptions): Promise<Models.UserTimeOffIntegrationStatusResponse>;
@@ -6456,6 +6485,8 @@ declare class WorkforceManagementApi {
6456
6485
  postWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplatesOptions): Promise<Models.ServiceGoalTemplate>;
6457
6486
  postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuQueryAgentSchedulesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryOptions): Promise<Models.BuAsyncAgentSchedulesQueryResponse>;
6458
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>;
6459
6490
  postWorkforcemanagementBusinessunitWeekScheduleReschedule(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuRescheduleRequest): Promise<Models.BuAsyncScheduleRunResponse>;
6460
6491
  postWorkforcemanagementBusinessunitWeekScheduleUpdate(businessUnitId: string, weekId: string, scheduleId: string, body: Models.ProcessScheduleUpdateUploadRequest): Promise<Models.BuAsyncScheduleResponse>;
6461
6492
  postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl(businessUnitId: string, weekId: string, scheduleId: string, body: Models.UploadUrlRequestBody): Promise<Models.UpdateScheduleUploadResponse>;
@@ -6547,6 +6578,9 @@ declare namespace WorkforceManagementApi {
6547
6578
  export interface getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataOptions {
6548
6579
  "forceDownloadService"?: boolean;
6549
6580
  }
6581
+ export interface getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirementOptions {
6582
+ "weekNumbers"?: Array<string>;
6583
+ }
6550
6584
  export interface getWorkforcemanagementBusinessunitsOptions {
6551
6585
  "feature"?: string;
6552
6586
  "divisionId"?: string;
@@ -6619,6 +6653,9 @@ declare namespace WorkforceManagementApi {
6619
6653
  export interface patchWorkforcemanagementManagementunitOptions {
6620
6654
  "body"?: Models.UpdateManagementUnitRequest;
6621
6655
  }
6656
+ export interface patchWorkforcemanagementManagementunitAgentsOptions {
6657
+ "body"?: Models.UpdateMuAgentsRequest;
6658
+ }
6622
6659
  export interface patchWorkforcemanagementManagementunitTimeofflimitOptions {
6623
6660
  "body"?: Models.UpdateTimeOffLimitRequest;
6624
6661
  }
@@ -6690,6 +6727,12 @@ declare namespace WorkforceManagementApi {
6690
6727
  "forceAsync"?: boolean;
6691
6728
  "forceDownloadService"?: boolean;
6692
6729
  }
6730
+ export interface postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsOptions {
6731
+ "body"?: Models.WfmProcessUploadRequest;
6732
+ }
6733
+ export interface postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlOptions {
6734
+ "body"?: Models.UploadUrlRequestBody;
6735
+ }
6693
6736
  export interface postWorkforcemanagementBusinessunitWeekShorttermforecastCopyOptions {
6694
6737
  "forceAsync"?: boolean;
6695
6738
  }
@@ -7670,6 +7713,12 @@ declare namespace Models {
7670
7713
  "downloadUrl"?: string;
7671
7714
  }
7672
7715
 
7716
+ export interface AgentQueueTimeRequest {
7717
+ "agentId": string;
7718
+ "startOffsetMinutes": Array<number>;
7719
+ "onQueueLengthMinutesPerInterval": Array<number>;
7720
+ }
7721
+
7673
7722
  export interface AgentTimeOffRequestPatch {
7674
7723
  "markedAsRead"?: boolean;
7675
7724
  "status"?: string;
@@ -9718,6 +9767,23 @@ declare namespace Models {
9718
9767
  "downloadUrl"?: string;
9719
9768
  }
9720
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
+
9721
9787
  export interface BuForecastTimeSeriesResult {
9722
9788
  "metric"?: string;
9723
9789
  "forecastingMethod"?: string;
@@ -10457,6 +10523,7 @@ declare namespace Models {
10457
10523
  "afterCallWork"?: Models.AfterCallWork;
10458
10524
  "afterCallWorkRequired"?: boolean;
10459
10525
  "agentAssistantId"?: string;
10526
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10460
10527
  "disposition"?: Models.Disposition;
10461
10528
  }
10462
10529
 
@@ -10492,6 +10559,7 @@ declare namespace Models {
10492
10559
  "afterCallWork"?: Models.AfterCallWork;
10493
10560
  "afterCallWorkRequired"?: boolean;
10494
10561
  "agentAssistantId"?: string;
10562
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10495
10563
  "disposition"?: Models.Disposition;
10496
10564
  }
10497
10565
 
@@ -10769,6 +10837,7 @@ declare namespace Models {
10769
10837
  "afterCallWorkRequired"?: boolean;
10770
10838
  "callerId"?: string;
10771
10839
  "callerIdName"?: string;
10840
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10772
10841
  }
10773
10842
 
10774
10843
  export interface CallbackBasic {
@@ -10800,6 +10869,7 @@ declare namespace Models {
10800
10869
  "afterCallWorkRequired"?: boolean;
10801
10870
  "callerId"?: string;
10802
10871
  "callerIdName"?: string;
10872
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10803
10873
  }
10804
10874
 
10805
10875
  export interface CallbackConversation {
@@ -11412,6 +11482,7 @@ declare namespace Models {
11412
11482
  "thread": Models.Entity;
11413
11483
  "user"?: Models.AddressableEntityRef;
11414
11484
  "toUser"?: Models.AddressableEntityRef;
11485
+ "reactions"?: Array<Models.ChatReaction>;
11415
11486
  }
11416
11487
 
11417
11488
  export interface ChatMessageUser {
@@ -11422,6 +11493,11 @@ declare namespace Models {
11422
11493
  "images"?: Array<Models.UserImage>;
11423
11494
  }
11424
11495
 
11496
+ export interface ChatReaction {
11497
+ "emoji": string;
11498
+ "users": Array<Models.AddressableEntityRef>;
11499
+ }
11500
+
11425
11501
  export interface ChatSendMessageResponse {
11426
11502
  "id": string;
11427
11503
  }
@@ -12924,6 +13000,7 @@ declare namespace Models {
12924
13000
  "startAcwTime"?: string;
12925
13001
  "endAcwTime"?: string;
12926
13002
  "mediaRoles"?: Array<string>;
13003
+ "queueMediaSettings"?: Models.ConversationCallEventTopicQueueMediaSettings;
12927
13004
  "muted"?: boolean;
12928
13005
  "confined"?: boolean;
12929
13006
  "recording"?: boolean;
@@ -13006,6 +13083,13 @@ declare namespace Models {
13006
13083
  "type"?: string;
13007
13084
  }
13008
13085
 
13086
+ export interface ConversationCallEventTopicQueueMediaSettings {
13087
+ "alertingTimeoutSeconds"?: number;
13088
+ "autoAnswerAlertToneSeconds"?: number;
13089
+ "manualAnswerAlertToneSeconds"?: number;
13090
+ "enableAutoAnswer"?: boolean;
13091
+ }
13092
+
13009
13093
  export interface ConversationCallEventTopicScoredAgent {
13010
13094
  "agent"?: Models.ConversationCallEventTopicUriReference;
13011
13095
  "score"?: number;
@@ -13068,6 +13152,7 @@ declare namespace Models {
13068
13152
  "startAcwTime"?: string;
13069
13153
  "endAcwTime"?: string;
13070
13154
  "mediaRoles"?: Array<string>;
13155
+ "queueMediaSettings"?: Models.ConversationCallbackEventTopicQueueMediaSettings;
13071
13156
  "outboundPreview"?: Models.ConversationCallbackEventTopicDialerPreview;
13072
13157
  "voicemail"?: Models.ConversationCallbackEventTopicVoicemail;
13073
13158
  "callbackNumbers"?: Array<string>;
@@ -13146,6 +13231,13 @@ declare namespace Models {
13146
13231
  "type"?: string;
13147
13232
  }
13148
13233
 
13234
+ export interface ConversationCallbackEventTopicQueueMediaSettings {
13235
+ "alertingTimeoutSeconds"?: number;
13236
+ "autoAnswerAlertToneSeconds"?: number;
13237
+ "manualAnswerAlertToneSeconds"?: number;
13238
+ "enableAutoAnswer"?: boolean;
13239
+ }
13240
+
13149
13241
  export interface ConversationCallbackEventTopicScoredAgent {
13150
13242
  "agent"?: Models.ConversationCallbackEventTopicUriReference;
13151
13243
  "score"?: number;
@@ -13200,6 +13292,7 @@ declare namespace Models {
13200
13292
  "wrapup"?: Models.Wrapup;
13201
13293
  "afterCallWork"?: Models.AfterCallWork;
13202
13294
  "afterCallWorkRequired"?: boolean;
13295
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
13203
13296
  }
13204
13297
 
13205
13298
  export interface ConversationChatEventTopicChatConversation {
@@ -13246,6 +13339,7 @@ declare namespace Models {
13246
13339
  "startAcwTime"?: string;
13247
13340
  "endAcwTime"?: string;
13248
13341
  "mediaRoles"?: Array<string>;
13342
+ "queueMediaSettings"?: Models.ConversationChatEventTopicQueueMediaSettings;
13249
13343
  "roomId"?: string;
13250
13344
  "avatarImageUrl"?: string;
13251
13345
  }
@@ -13304,6 +13398,13 @@ declare namespace Models {
13304
13398
  "type"?: string;
13305
13399
  }
13306
13400
 
13401
+ export interface ConversationChatEventTopicQueueMediaSettings {
13402
+ "alertingTimeoutSeconds"?: number;
13403
+ "autoAnswerAlertToneSeconds"?: number;
13404
+ "manualAnswerAlertToneSeconds"?: number;
13405
+ "enableAutoAnswer"?: boolean;
13406
+ }
13407
+
13307
13408
  export interface ConversationChatEventTopicScoredAgent {
13308
13409
  "agent"?: Models.ConversationChatEventTopicUriReference;
13309
13410
  "score"?: number;
@@ -13370,6 +13471,7 @@ declare namespace Models {
13370
13471
  "startAcwTime"?: string;
13371
13472
  "endAcwTime"?: string;
13372
13473
  "mediaRoles"?: Array<string>;
13474
+ "queueMediaSettings"?: Models.ConversationCobrowseEventTopicQueueMediaSettings;
13373
13475
  "cobrowseSessionId"?: string;
13374
13476
  "cobrowseRole"?: string;
13375
13477
  "viewerUrl"?: string;
@@ -13431,6 +13533,13 @@ declare namespace Models {
13431
13533
  "type"?: string;
13432
13534
  }
13433
13535
 
13536
+ export interface ConversationCobrowseEventTopicQueueMediaSettings {
13537
+ "alertingTimeoutSeconds"?: number;
13538
+ "autoAnswerAlertToneSeconds"?: number;
13539
+ "manualAnswerAlertToneSeconds"?: number;
13540
+ "enableAutoAnswer"?: boolean;
13541
+ }
13542
+
13434
13543
  export interface ConversationCobrowseEventTopicScoredAgent {
13435
13544
  "agent"?: Models.ConversationCobrowseEventTopicUriReference;
13436
13545
  "score"?: number;
@@ -13630,6 +13739,7 @@ declare namespace Models {
13630
13739
  "startAcwTime"?: string;
13631
13740
  "endAcwTime"?: string;
13632
13741
  "mediaRoles"?: Array<string>;
13742
+ "queueMediaSettings"?: Models.ConversationEmailEventTopicQueueMediaSettings;
13633
13743
  "subject"?: string;
13634
13744
  "messagesSent"?: number;
13635
13745
  "autoGenerated"?: boolean;
@@ -13677,6 +13787,13 @@ declare namespace Models {
13677
13787
  "type"?: string;
13678
13788
  }
13679
13789
 
13790
+ export interface ConversationEmailEventTopicQueueMediaSettings {
13791
+ "alertingTimeoutSeconds"?: number;
13792
+ "autoAnswerAlertToneSeconds"?: number;
13793
+ "manualAnswerAlertToneSeconds"?: number;
13794
+ "enableAutoAnswer"?: boolean;
13795
+ }
13796
+
13680
13797
  export interface ConversationEmailEventTopicScoredAgent {
13681
13798
  "agent"?: Models.ConversationEmailEventTopicUriReference;
13682
13799
  "score"?: number;
@@ -13784,6 +13901,7 @@ declare namespace Models {
13784
13901
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13785
13902
  "afterCallWorkRequired"?: boolean;
13786
13903
  "agentAssistantId"?: string;
13904
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13787
13905
  }
13788
13906
 
13789
13907
  export interface ConversationEventTopicCallback {
@@ -13813,6 +13931,7 @@ declare namespace Models {
13813
13931
  "afterCallWorkRequired"?: boolean;
13814
13932
  "callerId"?: string;
13815
13933
  "callerIdName"?: string;
13934
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13816
13935
  }
13817
13936
 
13818
13937
  export interface ConversationEventTopicChat {
@@ -13833,6 +13952,7 @@ declare namespace Models {
13833
13952
  "wrapup"?: Models.ConversationEventTopicWrapup;
13834
13953
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13835
13954
  "afterCallWorkRequired"?: boolean;
13955
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13836
13956
  }
13837
13957
 
13838
13958
  export interface ConversationEventTopicCobrowse {
@@ -13855,6 +13975,7 @@ declare namespace Models {
13855
13975
  "wrapup"?: Models.ConversationEventTopicWrapup;
13856
13976
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13857
13977
  "afterCallWorkRequired"?: boolean;
13978
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13858
13979
  }
13859
13980
 
13860
13981
  export interface ConversationEventTopicConversation {
@@ -13918,6 +14039,7 @@ declare namespace Models {
13918
14039
  "wrapup"?: Models.ConversationEventTopicWrapup;
13919
14040
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13920
14041
  "afterCallWorkRequired"?: boolean;
14042
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13921
14043
  }
13922
14044
 
13923
14045
  export interface ConversationEventTopicErrorDetails {
@@ -13998,6 +14120,7 @@ declare namespace Models {
13998
14120
  "afterCallWorkRequired"?: boolean;
13999
14121
  "agentAssistantId"?: string;
14000
14122
  "byoSmsIntegrationId"?: string;
14123
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
14001
14124
  }
14002
14125
 
14003
14126
  export interface ConversationEventTopicMessageDetails {
@@ -14095,6 +14218,13 @@ declare namespace Models {
14095
14218
  "type"?: string;
14096
14219
  }
14097
14220
 
14221
+ export interface ConversationEventTopicQueueMediaSettings {
14222
+ "alertingTimeoutSeconds"?: number;
14223
+ "autoAnswerAlertToneSeconds"?: number;
14224
+ "manualAnswerAlertToneSeconds"?: number;
14225
+ "enableAutoAnswer"?: boolean;
14226
+ }
14227
+
14098
14228
  export interface ConversationEventTopicRecentTransfer {
14099
14229
  "id"?: string;
14100
14230
  "state"?: string;
@@ -14127,6 +14257,7 @@ declare namespace Models {
14127
14257
  "wrapup"?: Models.ConversationEventTopicWrapup;
14128
14258
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
14129
14259
  "afterCallWorkRequired"?: boolean;
14260
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
14130
14261
  }
14131
14262
 
14132
14263
  export interface ConversationEventTopicSocialExpression {
@@ -14176,6 +14307,7 @@ declare namespace Models {
14176
14307
  "wrapup"?: Models.ConversationEventTopicWrapup;
14177
14308
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
14178
14309
  "afterCallWorkRequired"?: boolean;
14310
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
14179
14311
  }
14180
14312
 
14181
14313
  export interface ConversationEventTopicVoicemail {
@@ -14348,6 +14480,7 @@ declare namespace Models {
14348
14480
  "startAcwTime"?: string;
14349
14481
  "endAcwTime"?: string;
14350
14482
  "mediaRoles"?: Array<string>;
14483
+ "queueMediaSettings"?: Models.ConversationMessageEventTopicQueueMediaSettings;
14351
14484
  "messages"?: Array<Models.ConversationMessageEventTopicMessageDetails>;
14352
14485
  "type"?: string;
14353
14486
  "recipientCountry"?: string;
@@ -14377,6 +14510,13 @@ declare namespace Models {
14377
14510
  "id"?: string;
14378
14511
  }
14379
14512
 
14513
+ export interface ConversationMessageEventTopicQueueMediaSettings {
14514
+ "alertingTimeoutSeconds"?: number;
14515
+ "autoAnswerAlertToneSeconds"?: number;
14516
+ "manualAnswerAlertToneSeconds"?: number;
14517
+ "enableAutoAnswer"?: boolean;
14518
+ }
14519
+
14380
14520
  export interface ConversationMessageEventTopicScoredAgent {
14381
14521
  "agent"?: Models.ConversationMessageEventTopicUriReference;
14382
14522
  "score"?: number;
@@ -14634,6 +14774,13 @@ declare namespace Models {
14634
14774
  "paging"?: Models.PagingSpec;
14635
14775
  }
14636
14776
 
14777
+ export interface ConversationQueueMediaSettings {
14778
+ "alertingTimeoutSeconds"?: number;
14779
+ "autoAnswerAlertToneSeconds"?: number;
14780
+ "manualAnswerAlertToneSeconds"?: number;
14781
+ "enableAutoAnswer"?: boolean;
14782
+ }
14783
+
14637
14784
  export interface ConversationReason {
14638
14785
  "code"?: string;
14639
14786
  "message": string;
@@ -14655,6 +14802,7 @@ declare namespace Models {
14655
14802
  "priority"?: number;
14656
14803
  "skills"?: Array<Models.AddressableEntityRef>;
14657
14804
  "scoredAgents"?: Array<Models.ScoredAgent>;
14805
+ "label"?: string;
14658
14806
  }
14659
14807
 
14660
14808
  export interface ConversationScreenShareEventTopicConversationRoutingData {
@@ -14711,6 +14859,13 @@ declare namespace Models {
14711
14859
  "type"?: string;
14712
14860
  }
14713
14861
 
14862
+ export interface ConversationScreenShareEventTopicQueueMediaSettings {
14863
+ "alertingTimeoutSeconds"?: number;
14864
+ "autoAnswerAlertToneSeconds"?: number;
14865
+ "manualAnswerAlertToneSeconds"?: number;
14866
+ "enableAutoAnswer"?: boolean;
14867
+ }
14868
+
14714
14869
  export interface ConversationScreenShareEventTopicScoredAgent {
14715
14870
  "agent"?: Models.ConversationScreenShareEventTopicUriReference;
14716
14871
  "score"?: number;
@@ -14760,6 +14915,7 @@ declare namespace Models {
14760
14915
  "startAcwTime"?: string;
14761
14916
  "endAcwTime"?: string;
14762
14917
  "mediaRoles"?: Array<string>;
14918
+ "queueMediaSettings"?: Models.ConversationScreenShareEventTopicQueueMediaSettings;
14763
14919
  "context"?: string;
14764
14920
  "peerCount"?: number;
14765
14921
  "sharing"?: boolean;
@@ -14837,6 +14993,13 @@ declare namespace Models {
14837
14993
  "type"?: string;
14838
14994
  }
14839
14995
 
14996
+ export interface ConversationSocialExpressionEventTopicQueueMediaSettings {
14997
+ "alertingTimeoutSeconds"?: number;
14998
+ "autoAnswerAlertToneSeconds"?: number;
14999
+ "manualAnswerAlertToneSeconds"?: number;
15000
+ "enableAutoAnswer"?: boolean;
15001
+ }
15002
+
14840
15003
  export interface ConversationSocialExpressionEventTopicScoredAgent {
14841
15004
  "agent"?: Models.ConversationSocialExpressionEventTopicUriReference;
14842
15005
  "score"?: number;
@@ -14886,6 +15049,7 @@ declare namespace Models {
14886
15049
  "startAcwTime"?: string;
14887
15050
  "endAcwTime"?: string;
14888
15051
  "mediaRoles"?: Array<string>;
15052
+ "queueMediaSettings"?: Models.ConversationSocialExpressionEventTopicQueueMediaSettings;
14889
15053
  "socialMediaId"?: string;
14890
15054
  "socialMediaHub"?: string;
14891
15055
  "socialUserName"?: string;
@@ -14984,6 +15148,13 @@ declare namespace Models {
14984
15148
  "type"?: string;
14985
15149
  }
14986
15150
 
15151
+ export interface ConversationVideoEventTopicQueueMediaSettings {
15152
+ "alertingTimeoutSeconds"?: number;
15153
+ "autoAnswerAlertToneSeconds"?: number;
15154
+ "manualAnswerAlertToneSeconds"?: number;
15155
+ "enableAutoAnswer"?: boolean;
15156
+ }
15157
+
14987
15158
  export interface ConversationVideoEventTopicScoredAgent {
14988
15159
  "agent"?: Models.ConversationVideoEventTopicUriReference;
14989
15160
  "score"?: number;
@@ -15038,6 +15209,7 @@ declare namespace Models {
15038
15209
  "startAcwTime"?: string;
15039
15210
  "endAcwTime"?: string;
15040
15211
  "mediaRoles"?: Array<string>;
15212
+ "queueMediaSettings"?: Models.ConversationVideoEventTopicQueueMediaSettings;
15041
15213
  "audioMuted"?: boolean;
15042
15214
  "videoMuted"?: boolean;
15043
15215
  "sharingScreen"?: boolean;
@@ -15174,6 +15346,7 @@ declare namespace Models {
15174
15346
  "participants"?: Array<Models.Destination>;
15175
15347
  "uuiData"?: string;
15176
15348
  "externalContactId"?: string;
15349
+ "label"?: string;
15177
15350
  }
15178
15351
 
15179
15352
  export interface CreateCallResponse {
@@ -15478,6 +15651,11 @@ declare namespace Models {
15478
15651
  "state"?: string;
15479
15652
  }
15480
15653
 
15654
+ export interface CreateUtilizationLabelRequest {
15655
+ "name": string;
15656
+ "utilization"?: Models.LabelUtilizationRequest;
15657
+ }
15658
+
15481
15659
  export interface CreateUtilizationTagRequest {
15482
15660
  "name": string;
15483
15661
  }
@@ -18242,6 +18420,7 @@ declare namespace Models {
18242
18420
  "physicalEdge"?: boolean;
18243
18421
  "managed"?: boolean;
18244
18422
  "edgeDeploymentType"?: string;
18423
+ "certType"?: string;
18245
18424
  "callDrainingState"?: string;
18246
18425
  "conversationCount"?: number;
18247
18426
  "proxy"?: string;
@@ -18609,6 +18788,7 @@ declare namespace Models {
18609
18788
  "wrapup"?: Models.Wrapup;
18610
18789
  "afterCallWork"?: Models.AfterCallWork;
18611
18790
  "afterCallWorkRequired"?: boolean;
18791
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
18612
18792
  }
18613
18793
 
18614
18794
  export interface EmailAddress {
@@ -19242,8 +19422,19 @@ declare namespace Models {
19242
19422
  "answers"?: Models.EvaluationScoringSet;
19243
19423
  }
19244
19424
 
19245
- export interface EvaluationFormEntityListing {
19246
- "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>;
19247
19438
  "pageSize"?: number;
19248
19439
  "pageNumber"?: number;
19249
19440
  "total"?: number;
@@ -19255,17 +19446,6 @@ declare namespace Models {
19255
19446
  "pageCount"?: number;
19256
19447
  }
19257
19448
 
19258
- export interface EvaluationFormResponse {
19259
- "id"?: string;
19260
- "name": string;
19261
- "modifiedDate"?: string;
19262
- "published"?: boolean;
19263
- "contextId"?: string;
19264
- "questionGroups"?: Array<Models.EvaluationQuestionGroup>;
19265
- "publishedVersions"?: Models.DomainEntityListingEvaluationForm;
19266
- "selfUri"?: string;
19267
- }
19268
-
19269
19449
  export interface EvaluationQualityV2TopicCalibration {
19270
19450
  "id"?: string;
19271
19451
  }
@@ -19407,7 +19587,6 @@ declare namespace Models {
19407
19587
  "releaseDate"?: string;
19408
19588
  "assignedDate"?: string;
19409
19589
  "changedDate"?: string;
19410
- "revisionCreatedDate"?: string;
19411
19590
  "queue"?: Models.Queue;
19412
19591
  "mediaType"?: Array<string>;
19413
19592
  "rescore"?: boolean;
@@ -19419,7 +19598,6 @@ declare namespace Models {
19419
19598
  "resourceId"?: string;
19420
19599
  "resourceType"?: string;
19421
19600
  "redacted"?: boolean;
19422
- "agentTeam"?: Models.Team;
19423
19601
  "isScoringIndex"?: boolean;
19424
19602
  "authorizedActions"?: Array<string>;
19425
19603
  "hasAssistanceFailed"?: boolean;
@@ -26284,6 +26462,7 @@ declare namespace Models {
26284
26462
  "afterCallWorkRequired"?: boolean;
26285
26463
  "agentAssistantId"?: string;
26286
26464
  "byoSmsIntegrationId"?: string;
26465
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
26287
26466
  }
26288
26467
 
26289
26468
  export interface MessageContent {
@@ -26828,6 +27007,7 @@ declare namespace Models {
26828
27007
  "defaultObjective"?: Models.DefaultObjective;
26829
27008
  "lockTemplateId"?: string;
26830
27009
  "mediaTypeFilteringAllowed"?: boolean;
27010
+ "initialDirectionFilteringAllowed"?: boolean;
26831
27011
  "queueFilteringAllowed"?: boolean;
26832
27012
  "selfUri"?: string;
26833
27013
  }
@@ -27006,6 +27186,11 @@ declare namespace Models {
27006
27186
  "status"?: string;
27007
27187
  }
27008
27188
 
27189
+ export interface MuAgentQueueTimeRequest {
27190
+ "managementUnitId": string;
27191
+ "agentOnQueueTimes": Array<Models.AgentQueueTimeRequest>;
27192
+ }
27193
+
27009
27194
  export interface MuRescheduleResultWrapper {
27010
27195
  "agentSchedules"?: Array<Models.BuAgentScheduleRescheduleResponse>;
27011
27196
  }
@@ -28888,6 +29073,70 @@ declare namespace Models {
28888
29073
  "architectFlow"?: Models.AddressableEntityRef;
28889
29074
  }
28890
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
+
28891
29140
  export interface PerformanceProfile {
28892
29141
  "id"?: string;
28893
29142
  "name": string;
@@ -29196,6 +29445,14 @@ declare namespace Models {
29196
29445
  "metadata"?: Models.WfmVersionedEntityMetadata;
29197
29446
  }
29198
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
+
29199
29456
  export interface PlanningGroupReference {
29200
29457
  "id"?: string;
29201
29458
  "selfUri"?: string;
@@ -29990,6 +30247,7 @@ declare namespace Models {
29990
30247
  "startAcwTime"?: string;
29991
30248
  "endAcwTime"?: string;
29992
30249
  "mediaRoles"?: Array<string>;
30250
+ "queueMediaSettings"?: Models.QueueConversationCallEventTopicQueueMediaSettings;
29993
30251
  "muted"?: boolean;
29994
30252
  "confined"?: boolean;
29995
30253
  "recording"?: boolean;
@@ -30072,6 +30330,13 @@ declare namespace Models {
30072
30330
  "type"?: string;
30073
30331
  }
30074
30332
 
30333
+ export interface QueueConversationCallEventTopicQueueMediaSettings {
30334
+ "alertingTimeoutSeconds"?: number;
30335
+ "autoAnswerAlertToneSeconds"?: number;
30336
+ "manualAnswerAlertToneSeconds"?: number;
30337
+ "enableAutoAnswer"?: boolean;
30338
+ }
30339
+
30075
30340
  export interface QueueConversationCallEventTopicScoredAgent {
30076
30341
  "agent"?: Models.QueueConversationCallEventTopicUriReference;
30077
30342
  "score"?: number;
@@ -30134,6 +30399,7 @@ declare namespace Models {
30134
30399
  "startAcwTime"?: string;
30135
30400
  "endAcwTime"?: string;
30136
30401
  "mediaRoles"?: Array<string>;
30402
+ "queueMediaSettings"?: Models.QueueConversationCallbackEventTopicQueueMediaSettings;
30137
30403
  "outboundPreview"?: Models.QueueConversationCallbackEventTopicDialerPreview;
30138
30404
  "voicemail"?: Models.QueueConversationCallbackEventTopicVoicemail;
30139
30405
  "callbackNumbers"?: Array<string>;
@@ -30212,6 +30478,13 @@ declare namespace Models {
30212
30478
  "type"?: string;
30213
30479
  }
30214
30480
 
30481
+ export interface QueueConversationCallbackEventTopicQueueMediaSettings {
30482
+ "alertingTimeoutSeconds"?: number;
30483
+ "autoAnswerAlertToneSeconds"?: number;
30484
+ "manualAnswerAlertToneSeconds"?: number;
30485
+ "enableAutoAnswer"?: boolean;
30486
+ }
30487
+
30215
30488
  export interface QueueConversationCallbackEventTopicScoredAgent {
30216
30489
  "agent"?: Models.QueueConversationCallbackEventTopicUriReference;
30217
30490
  "score"?: number;
@@ -30279,6 +30552,7 @@ declare namespace Models {
30279
30552
  "startAcwTime"?: string;
30280
30553
  "endAcwTime"?: string;
30281
30554
  "mediaRoles"?: Array<string>;
30555
+ "queueMediaSettings"?: Models.QueueConversationChatEventTopicQueueMediaSettings;
30282
30556
  "roomId"?: string;
30283
30557
  "avatarImageUrl"?: string;
30284
30558
  }
@@ -30337,6 +30611,13 @@ declare namespace Models {
30337
30611
  "type"?: string;
30338
30612
  }
30339
30613
 
30614
+ export interface QueueConversationChatEventTopicQueueMediaSettings {
30615
+ "alertingTimeoutSeconds"?: number;
30616
+ "autoAnswerAlertToneSeconds"?: number;
30617
+ "manualAnswerAlertToneSeconds"?: number;
30618
+ "enableAutoAnswer"?: boolean;
30619
+ }
30620
+
30340
30621
  export interface QueueConversationChatEventTopicScoredAgent {
30341
30622
  "agent"?: Models.QueueConversationChatEventTopicUriReference;
30342
30623
  "score"?: number;
@@ -30399,6 +30680,7 @@ declare namespace Models {
30399
30680
  "startAcwTime"?: string;
30400
30681
  "endAcwTime"?: string;
30401
30682
  "mediaRoles"?: Array<string>;
30683
+ "queueMediaSettings"?: Models.QueueConversationCobrowseEventTopicQueueMediaSettings;
30402
30684
  "cobrowseSessionId"?: string;
30403
30685
  "cobrowseRole"?: string;
30404
30686
  "viewerUrl"?: string;
@@ -30460,6 +30742,13 @@ declare namespace Models {
30460
30742
  "type"?: string;
30461
30743
  }
30462
30744
 
30745
+ export interface QueueConversationCobrowseEventTopicQueueMediaSettings {
30746
+ "alertingTimeoutSeconds"?: number;
30747
+ "autoAnswerAlertToneSeconds"?: number;
30748
+ "manualAnswerAlertToneSeconds"?: number;
30749
+ "enableAutoAnswer"?: boolean;
30750
+ }
30751
+
30463
30752
  export interface QueueConversationCobrowseEventTopicScoredAgent {
30464
30753
  "agent"?: Models.QueueConversationCobrowseEventTopicUriReference;
30465
30754
  "score"?: number;
@@ -30545,6 +30834,7 @@ declare namespace Models {
30545
30834
  "startAcwTime"?: string;
30546
30835
  "endAcwTime"?: string;
30547
30836
  "mediaRoles"?: Array<string>;
30837
+ "queueMediaSettings"?: Models.QueueConversationEmailEventTopicQueueMediaSettings;
30548
30838
  "subject"?: string;
30549
30839
  "messagesSent"?: number;
30550
30840
  "autoGenerated"?: boolean;
@@ -30592,6 +30882,13 @@ declare namespace Models {
30592
30882
  "type"?: string;
30593
30883
  }
30594
30884
 
30885
+ export interface QueueConversationEmailEventTopicQueueMediaSettings {
30886
+ "alertingTimeoutSeconds"?: number;
30887
+ "autoAnswerAlertToneSeconds"?: number;
30888
+ "manualAnswerAlertToneSeconds"?: number;
30889
+ "enableAutoAnswer"?: boolean;
30890
+ }
30891
+
30595
30892
  export interface QueueConversationEmailEventTopicScoredAgent {
30596
30893
  "agent"?: Models.QueueConversationEmailEventTopicUriReference;
30597
30894
  "score"?: number;
@@ -30662,6 +30959,7 @@ declare namespace Models {
30662
30959
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30663
30960
  "afterCallWorkRequired"?: boolean;
30664
30961
  "agentAssistantId"?: string;
30962
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30665
30963
  }
30666
30964
 
30667
30965
  export interface QueueConversationEventTopicCallback {
@@ -30691,6 +30989,7 @@ declare namespace Models {
30691
30989
  "afterCallWorkRequired"?: boolean;
30692
30990
  "callerId"?: string;
30693
30991
  "callerIdName"?: string;
30992
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30694
30993
  }
30695
30994
 
30696
30995
  export interface QueueConversationEventTopicChat {
@@ -30711,6 +31010,7 @@ declare namespace Models {
30711
31010
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30712
31011
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30713
31012
  "afterCallWorkRequired"?: boolean;
31013
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30714
31014
  }
30715
31015
 
30716
31016
  export interface QueueConversationEventTopicCobrowse {
@@ -30733,6 +31033,7 @@ declare namespace Models {
30733
31033
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30734
31034
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30735
31035
  "afterCallWorkRequired"?: boolean;
31036
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30736
31037
  }
30737
31038
 
30738
31039
  export interface QueueConversationEventTopicConversation {
@@ -30796,6 +31097,7 @@ declare namespace Models {
30796
31097
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30797
31098
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30798
31099
  "afterCallWorkRequired"?: boolean;
31100
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30799
31101
  }
30800
31102
 
30801
31103
  export interface QueueConversationEventTopicErrorDetails {
@@ -30876,6 +31178,7 @@ declare namespace Models {
30876
31178
  "afterCallWorkRequired"?: boolean;
30877
31179
  "agentAssistantId"?: string;
30878
31180
  "byoSmsIntegrationId"?: string;
31181
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30879
31182
  }
30880
31183
 
30881
31184
  export interface QueueConversationEventTopicMessageDetails {
@@ -30973,6 +31276,13 @@ declare namespace Models {
30973
31276
  "type"?: string;
30974
31277
  }
30975
31278
 
31279
+ export interface QueueConversationEventTopicQueueMediaSettings {
31280
+ "alertingTimeoutSeconds"?: number;
31281
+ "autoAnswerAlertToneSeconds"?: number;
31282
+ "manualAnswerAlertToneSeconds"?: number;
31283
+ "enableAutoAnswer"?: boolean;
31284
+ }
31285
+
30976
31286
  export interface QueueConversationEventTopicRecentTransfer {
30977
31287
  "id"?: string;
30978
31288
  "state"?: string;
@@ -31005,6 +31315,7 @@ declare namespace Models {
31005
31315
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
31006
31316
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
31007
31317
  "afterCallWorkRequired"?: boolean;
31318
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
31008
31319
  }
31009
31320
 
31010
31321
  export interface QueueConversationEventTopicSocialExpression {
@@ -31054,6 +31365,7 @@ declare namespace Models {
31054
31365
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
31055
31366
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
31056
31367
  "afterCallWorkRequired"?: boolean;
31368
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
31057
31369
  }
31058
31370
 
31059
31371
  export interface QueueConversationEventTopicVoicemail {
@@ -31200,6 +31512,7 @@ declare namespace Models {
31200
31512
  "startAcwTime"?: string;
31201
31513
  "endAcwTime"?: string;
31202
31514
  "mediaRoles"?: Array<string>;
31515
+ "queueMediaSettings"?: Models.QueueConversationMessageEventTopicQueueMediaSettings;
31203
31516
  "messages"?: Array<Models.QueueConversationMessageEventTopicMessageDetails>;
31204
31517
  "type"?: string;
31205
31518
  "recipientCountry"?: string;
@@ -31229,6 +31542,13 @@ declare namespace Models {
31229
31542
  "id"?: string;
31230
31543
  }
31231
31544
 
31545
+ export interface QueueConversationMessageEventTopicQueueMediaSettings {
31546
+ "alertingTimeoutSeconds"?: number;
31547
+ "autoAnswerAlertToneSeconds"?: number;
31548
+ "manualAnswerAlertToneSeconds"?: number;
31549
+ "enableAutoAnswer"?: boolean;
31550
+ }
31551
+
31232
31552
  export interface QueueConversationMessageEventTopicScoredAgent {
31233
31553
  "agent"?: Models.QueueConversationMessageEventTopicUriReference;
31234
31554
  "score"?: number;
@@ -31301,6 +31621,13 @@ declare namespace Models {
31301
31621
  "type"?: string;
31302
31622
  }
31303
31623
 
31624
+ export interface QueueConversationScreenShareEventTopicQueueMediaSettings {
31625
+ "alertingTimeoutSeconds"?: number;
31626
+ "autoAnswerAlertToneSeconds"?: number;
31627
+ "manualAnswerAlertToneSeconds"?: number;
31628
+ "enableAutoAnswer"?: boolean;
31629
+ }
31630
+
31304
31631
  export interface QueueConversationScreenShareEventTopicScoredAgent {
31305
31632
  "agent"?: Models.QueueConversationScreenShareEventTopicUriReference;
31306
31633
  "score"?: number;
@@ -31350,6 +31677,7 @@ declare namespace Models {
31350
31677
  "startAcwTime"?: string;
31351
31678
  "endAcwTime"?: string;
31352
31679
  "mediaRoles"?: Array<string>;
31680
+ "queueMediaSettings"?: Models.QueueConversationScreenShareEventTopicQueueMediaSettings;
31353
31681
  "context"?: string;
31354
31682
  "peerCount"?: number;
31355
31683
  "sharing"?: boolean;
@@ -31420,6 +31748,7 @@ declare namespace Models {
31420
31748
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31421
31749
  "afterCallWorkRequired"?: boolean;
31422
31750
  "agentAssistantId"?: string;
31751
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31423
31752
  }
31424
31753
 
31425
31754
  export interface QueueConversationSocialExpressionEventTopicCallback {
@@ -31449,6 +31778,7 @@ declare namespace Models {
31449
31778
  "afterCallWorkRequired"?: boolean;
31450
31779
  "callerId"?: string;
31451
31780
  "callerIdName"?: string;
31781
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31452
31782
  }
31453
31783
 
31454
31784
  export interface QueueConversationSocialExpressionEventTopicChat {
@@ -31469,6 +31799,7 @@ declare namespace Models {
31469
31799
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31470
31800
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31471
31801
  "afterCallWorkRequired"?: boolean;
31802
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31472
31803
  }
31473
31804
 
31474
31805
  export interface QueueConversationSocialExpressionEventTopicCobrowse {
@@ -31491,6 +31822,7 @@ declare namespace Models {
31491
31822
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31492
31823
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31493
31824
  "afterCallWorkRequired"?: boolean;
31825
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31494
31826
  }
31495
31827
 
31496
31828
  export interface QueueConversationSocialExpressionEventTopicConversation {
@@ -31554,6 +31886,7 @@ declare namespace Models {
31554
31886
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31555
31887
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31556
31888
  "afterCallWorkRequired"?: boolean;
31889
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31557
31890
  }
31558
31891
 
31559
31892
  export interface QueueConversationSocialExpressionEventTopicErrorDetails {
@@ -31634,6 +31967,7 @@ declare namespace Models {
31634
31967
  "afterCallWorkRequired"?: boolean;
31635
31968
  "agentAssistantId"?: string;
31636
31969
  "byoSmsIntegrationId"?: string;
31970
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31637
31971
  }
31638
31972
 
31639
31973
  export interface QueueConversationSocialExpressionEventTopicMessageDetails {
@@ -31731,6 +32065,13 @@ declare namespace Models {
31731
32065
  "type"?: string;
31732
32066
  }
31733
32067
 
32068
+ export interface QueueConversationSocialExpressionEventTopicQueueMediaSettings {
32069
+ "alertingTimeoutSeconds"?: number;
32070
+ "autoAnswerAlertToneSeconds"?: number;
32071
+ "manualAnswerAlertToneSeconds"?: number;
32072
+ "enableAutoAnswer"?: boolean;
32073
+ }
32074
+
31734
32075
  export interface QueueConversationSocialExpressionEventTopicRecentTransfer {
31735
32076
  "id"?: string;
31736
32077
  "state"?: string;
@@ -31763,6 +32104,7 @@ declare namespace Models {
31763
32104
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31764
32105
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31765
32106
  "afterCallWorkRequired"?: boolean;
32107
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31766
32108
  }
31767
32109
 
31768
32110
  export interface QueueConversationSocialExpressionEventTopicSocialExpression {
@@ -31812,6 +32154,7 @@ declare namespace Models {
31812
32154
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31813
32155
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31814
32156
  "afterCallWorkRequired"?: boolean;
32157
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31815
32158
  }
31816
32159
 
31817
32160
  export interface QueueConversationSocialExpressionEventTopicVoicemail {
@@ -31883,6 +32226,7 @@ declare namespace Models {
31883
32226
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
31884
32227
  "afterCallWorkRequired"?: boolean;
31885
32228
  "agentAssistantId"?: string;
32229
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31886
32230
  }
31887
32231
 
31888
32232
  export interface QueueConversationVideoEventTopicCallback {
@@ -31912,6 +32256,7 @@ declare namespace Models {
31912
32256
  "afterCallWorkRequired"?: boolean;
31913
32257
  "callerId"?: string;
31914
32258
  "callerIdName"?: string;
32259
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31915
32260
  }
31916
32261
 
31917
32262
  export interface QueueConversationVideoEventTopicChat {
@@ -31932,6 +32277,7 @@ declare namespace Models {
31932
32277
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
31933
32278
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
31934
32279
  "afterCallWorkRequired"?: boolean;
32280
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31935
32281
  }
31936
32282
 
31937
32283
  export interface QueueConversationVideoEventTopicCobrowse {
@@ -31954,6 +32300,7 @@ declare namespace Models {
31954
32300
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
31955
32301
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
31956
32302
  "afterCallWorkRequired"?: boolean;
32303
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31957
32304
  }
31958
32305
 
31959
32306
  export interface QueueConversationVideoEventTopicConversation {
@@ -32017,6 +32364,7 @@ declare namespace Models {
32017
32364
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
32018
32365
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
32019
32366
  "afterCallWorkRequired"?: boolean;
32367
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
32020
32368
  }
32021
32369
 
32022
32370
  export interface QueueConversationVideoEventTopicErrorDetails {
@@ -32097,6 +32445,7 @@ declare namespace Models {
32097
32445
  "afterCallWorkRequired"?: boolean;
32098
32446
  "agentAssistantId"?: string;
32099
32447
  "byoSmsIntegrationId"?: string;
32448
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
32100
32449
  }
32101
32450
 
32102
32451
  export interface QueueConversationVideoEventTopicMessageDetails {
@@ -32194,6 +32543,13 @@ declare namespace Models {
32194
32543
  "type"?: string;
32195
32544
  }
32196
32545
 
32546
+ export interface QueueConversationVideoEventTopicQueueMediaSettings {
32547
+ "alertingTimeoutSeconds"?: number;
32548
+ "autoAnswerAlertToneSeconds"?: number;
32549
+ "manualAnswerAlertToneSeconds"?: number;
32550
+ "enableAutoAnswer"?: boolean;
32551
+ }
32552
+
32197
32553
  export interface QueueConversationVideoEventTopicRecentTransfer {
32198
32554
  "id"?: string;
32199
32555
  "state"?: string;
@@ -32226,6 +32582,7 @@ declare namespace Models {
32226
32582
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
32227
32583
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
32228
32584
  "afterCallWorkRequired"?: boolean;
32585
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
32229
32586
  }
32230
32587
 
32231
32588
  export interface QueueConversationVideoEventTopicSocialExpression {
@@ -32275,6 +32632,7 @@ declare namespace Models {
32275
32632
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
32276
32633
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
32277
32634
  "afterCallWorkRequired"?: boolean;
32635
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
32278
32636
  }
32279
32637
 
32280
32638
  export interface QueueConversationVideoEventTopicVoicemail {
@@ -32708,7 +33066,7 @@ declare namespace Models {
32708
33066
  "includeRecordingsWithSensitiveData"?: boolean;
32709
33067
  "includeScreenRecordings"?: boolean;
32710
33068
  "clearExport"?: boolean;
32711
- "conversationQuery": Models.AsyncConversationQuery;
33069
+ "conversationQuery"?: Models.AsyncConversationQuery;
32712
33070
  }
32713
33071
 
32714
33072
  export interface RecordingMessagingMessage {
@@ -33600,6 +33958,7 @@ declare namespace Models {
33600
33958
  export interface RoutingData {
33601
33959
  "queueId": string;
33602
33960
  "languageId"?: string;
33961
+ "label"?: string;
33603
33962
  "priority"?: number;
33604
33963
  "skillIds"?: Array<string>;
33605
33964
  "preferredAgentIds"?: Array<string>;
@@ -35395,6 +35754,11 @@ declare namespace Models {
35395
35754
  "useWaterfallRule"?: boolean;
35396
35755
  }
35397
35756
 
35757
+ export interface StaffingRequirementsPlanningGroupData {
35758
+ "planningGroupId": string;
35759
+ "staffingRequirementsPerInterval": Array<number>;
35760
+ }
35761
+
35398
35762
  export interface StarrableDivision {
35399
35763
  "id"?: string;
35400
35764
  "name"?: string;
@@ -37885,6 +38249,15 @@ declare namespace Models {
37885
38249
  "settings"?: Models.ManagementUnitSettingsRequest;
37886
38250
  }
37887
38251
 
38252
+ export interface UpdateMuAgentRequest {
38253
+ "schedulable"?: boolean;
38254
+ "userId": string;
38255
+ }
38256
+
38257
+ export interface UpdateMuAgentsRequest {
38258
+ "entities"?: Array<Models.UpdateMuAgentRequest>;
38259
+ }
38260
+
37888
38261
  export interface UpdateNotificationResponse {
37889
38262
  "mutableGroupId"?: string;
37890
38263
  "id"?: string;
@@ -37982,6 +38355,10 @@ declare namespace Models {
37982
38355
  "selfUri"?: string;
37983
38356
  }
37984
38357
 
38358
+ export interface UpdateUtilizationLabelRequest {
38359
+ "name": string;
38360
+ }
38361
+
37985
38362
  export interface UpdateVerifierRequest {
37986
38363
  "name"?: string;
37987
38364
  "enabled"?: boolean;
@@ -39077,6 +39454,19 @@ declare namespace Models {
39077
39454
  "selfUri"?: string;
39078
39455
  }
39079
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
+
39080
39470
  export interface UtilizationRequest {
39081
39471
  "utilization"?: { [key: string]: Models.MediaUtilization; };
39082
39472
  }
@@ -39472,6 +39862,70 @@ declare namespace Models {
39472
39862
  "normalizedMessage"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage;
39473
39863
  }
39474
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
+
39475
39929
  export interface V2MobiusAlertsTopicAddressableEntityRef {
39476
39930
  "id"?: string;
39477
39931
  }
@@ -40945,6 +41399,28 @@ declare namespace Models {
40945
41399
  "dateModified"?: string;
40946
41400
  }
40947
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
+
40948
41424
  export interface WfmBuShortTermForecastUpdateCompleteTopicBuForecastModification {
40949
41425
  "type"?: string;
40950
41426
  "startIntervalIndex"?: number;
@@ -42502,6 +42978,12 @@ declare namespace Models {
42502
42978
  "delta"?: Models.WorktypeDelta;
42503
42979
  }
42504
42980
 
42981
+ export interface WorkitemsEventsNotificationAssignmentSegment {
42982
+ "startState"?: string;
42983
+ "endState"?: string;
42984
+ "durationMs"?: number;
42985
+ }
42986
+
42505
42987
  export interface WorkitemsEventsNotificationCustomAttribute {
42506
42988
  "dataType"?: string;
42507
42989
  "value"?: string;
@@ -42514,6 +42996,15 @@ declare namespace Models {
42514
42996
  "newValue"?: string;
42515
42997
  }
42516
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
+
42517
43008
  export interface WorkitemsEventsNotificationWorkitem {
42518
43009
  "id"?: string;
42519
43010
  "name"?: string;
@@ -42546,6 +43037,7 @@ declare namespace Models {
42546
43037
  "queueId"?: string;
42547
43038
  "customFields"?: { [key: string]: Models.WorkitemsEventsNotificationCustomAttribute; };
42548
43039
  "wrapup"?: Models.WorkitemsEventsNotificationWrapup;
43040
+ "sessions"?: Array<Models.WorkitemsEventsNotificationSession>;
42549
43041
  }
42550
43042
 
42551
43043
  export interface WorkitemsEventsNotificationWrapup {
@@ -42555,6 +43047,12 @@ declare namespace Models {
42555
43047
  "action"?: string;
42556
43048
  }
42557
43049
 
43050
+ export interface WorkitemsQueueEventsNotificationAssignmentSegment {
43051
+ "startState"?: string;
43052
+ "endState"?: string;
43053
+ "durationMs"?: number;
43054
+ }
43055
+
42558
43056
  export interface WorkitemsQueueEventsNotificationCustomAttribute {
42559
43057
  "dataType"?: string;
42560
43058
  "value"?: string;
@@ -42567,6 +43065,15 @@ declare namespace Models {
42567
43065
  "newValue"?: string;
42568
43066
  }
42569
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
+
42570
43077
  export interface WorkitemsQueueEventsNotificationWorkitem {
42571
43078
  "id"?: string;
42572
43079
  "name"?: string;
@@ -42599,6 +43106,7 @@ declare namespace Models {
42599
43106
  "queueId"?: string;
42600
43107
  "customFields"?: { [key: string]: Models.WorkitemsQueueEventsNotificationCustomAttribute; };
42601
43108
  "wrapup"?: Models.WorkitemsQueueEventsNotificationWrapup;
43109
+ "sessions"?: Array<Models.WorkitemsQueueEventsNotificationSession>;
42602
43110
  }
42603
43111
 
42604
43112
  export interface WorkitemsQueueEventsNotificationWrapup {
@@ -42608,6 +43116,12 @@ declare namespace Models {
42608
43116
  "action"?: string;
42609
43117
  }
42610
43118
 
43119
+ export interface WorkitemsUserEventsNotificationAssignmentSegment {
43120
+ "startState"?: string;
43121
+ "endState"?: string;
43122
+ "durationMs"?: number;
43123
+ }
43124
+
42611
43125
  export interface WorkitemsUserEventsNotificationCustomAttribute {
42612
43126
  "dataType"?: string;
42613
43127
  "value"?: string;
@@ -42620,6 +43134,15 @@ declare namespace Models {
42620
43134
  "newValue"?: string;
42621
43135
  }
42622
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
+
42623
43146
  export interface WorkitemsUserEventsNotificationWorkitem {
42624
43147
  "id"?: string;
42625
43148
  "name"?: string;
@@ -42652,6 +43175,7 @@ declare namespace Models {
42652
43175
  "queueId"?: string;
42653
43176
  "customFields"?: { [key: string]: Models.WorkitemsUserEventsNotificationCustomAttribute; };
42654
43177
  "wrapup"?: Models.WorkitemsUserEventsNotificationWrapup;
43178
+ "sessions"?: Array<Models.WorkitemsUserEventsNotificationSession>;
42655
43179
  }
42656
43180
 
42657
43181
  export interface WorkitemsUserEventsNotificationWrapup {