purecloud-platform-client-v2 184.0.0 → 186.0.1

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 +1103 -156
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1103 -156
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +349 -140
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +354 -142
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +711 -161
  9. package/package.json +2 -2
  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 +3 -4
  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 +58 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -62
  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 +7 -7
  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 +26 -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 +131 -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 +2 -3
  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 +2 -2
  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 +247 -2
  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 -3
  70. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +5 -4
  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;
@@ -926,7 +936,6 @@ declare namespace AuthorizationApi {
926
936
  "nextPage"?: string;
927
937
  "previousPage"?: string;
928
938
  "objectCount"?: boolean;
929
- "id"?: Array<string>;
930
939
  "name"?: string;
931
940
  }
932
941
  export interface getAuthorizationDivisionspermittedMeOptions {
@@ -1033,10 +1042,12 @@ declare class ChatApi {
1033
1042
  getChatsThreadMessages(threadId: string, opts?: ChatApi.getChatsThreadMessagesOptions): Promise<Models.ChatMessageEntityListing>;
1034
1043
  getChatsUserMessage(userId: string, messageIds: string): Promise<Models.ChatMessageEntityListing>;
1035
1044
  getChatsUserMessages(userId: string, opts?: ChatApi.getChatsUserMessagesOptions): Promise<Models.ChatMessageResponse>;
1045
+ getChatsUserSettings(userId: string): Promise<Models.ChatUserSettings>;
1036
1046
  patchChatsRoom(roomJid: string, body: Models.RoomUpdateRequest): Promise<void>;
1037
1047
  patchChatsRoomMessage(roomJid: string, messageId: string, body: Models.SendMessageBody): Promise<Models.ChatSendMessageResponse>;
1038
1048
  patchChatsSettings(body: Models.ChatSettings): Promise<Models.ChatSettings>;
1039
1049
  patchChatsUserMessage(userId: string, messageId: string, body: Models.SendMessageBody): Promise<Models.ChatSendMessageResponse>;
1050
+ patchChatsUserSettings(userId: string, body: Models.ChatUserSettings): Promise<Models.ChatUserSettings>;
1040
1051
  postChatsRoomMessages(roomJid: string, body: Models.SendMessageBody): Promise<Models.ChatSendMessageResponse>;
1041
1052
  postChatsRoomParticipant(roomJid: string, userId: string): Promise<void>;
1042
1053
  postChatsRoomPinnedmessages(roomJid: string, body: Models.PinnedMessageRequest): Promise<void>;
@@ -1154,7 +1165,6 @@ declare class ContentManagementApi {
1154
1165
  deleteContentmanagementWorkspaceMember(workspaceId: string, memberId: string): Promise<void>;
1155
1166
  deleteContentmanagementWorkspaceTagvalue(workspaceId: string, tagId: string): Promise<void>;
1156
1167
  getContentmanagementDocument(documentId: string, opts?: ContentManagementApi.getContentmanagementDocumentOptions): Promise<Models.Document>;
1157
- getContentmanagementDocumentAudits(documentId: string, opts?: ContentManagementApi.getContentmanagementDocumentAuditsOptions): Promise<Models.DocumentAuditEntityListing>;
1158
1168
  getContentmanagementDocumentContent(documentId: string, opts?: ContentManagementApi.getContentmanagementDocumentContentOptions): Promise<Models.DownloadResponse>;
1159
1169
  getContentmanagementDocuments(workspaceId: string, opts?: ContentManagementApi.getContentmanagementDocumentsOptions): Promise<Models.DocumentEntityListing>;
1160
1170
  getContentmanagementQuery(queryPhrase: string, opts?: ContentManagementApi.getContentmanagementQueryOptions): Promise<Models.QueryResults>;
@@ -1173,7 +1183,6 @@ declare class ContentManagementApi {
1173
1183
  getContentmanagementWorkspaceTagvalue(workspaceId: string, tagId: string, opts?: ContentManagementApi.getContentmanagementWorkspaceTagvalueOptions): Promise<Models.TagValue>;
1174
1184
  getContentmanagementWorkspaceTagvalues(workspaceId: string, opts?: ContentManagementApi.getContentmanagementWorkspaceTagvaluesOptions): Promise<Models.TagValueEntityListing>;
1175
1185
  getContentmanagementWorkspaces(opts?: ContentManagementApi.getContentmanagementWorkspacesOptions): Promise<Models.WorkspaceEntityListing>;
1176
- postContentmanagementAuditquery(body: Models.ContentQueryRequest): Promise<Models.QueryResults>;
1177
1186
  postContentmanagementDocument(documentId: string, body: Models.DocumentUpdate, opts?: ContentManagementApi.postContentmanagementDocumentOptions): Promise<Models.Document>;
1178
1187
  postContentmanagementDocumentContent(documentId: string, body: Models.ReplaceRequest, opts?: ContentManagementApi.postContentmanagementDocumentContentOptions): Promise<Models.ReplaceResponse>;
1179
1188
  postContentmanagementDocuments(body: Models.DocumentUpload, opts?: ContentManagementApi.postContentmanagementDocumentsOptions): Promise<Models.Document>;
@@ -1197,14 +1206,6 @@ declare namespace ContentManagementApi {
1197
1206
  export interface getContentmanagementDocumentOptions {
1198
1207
  "expand"?: Array<string>;
1199
1208
  }
1200
- export interface getContentmanagementDocumentAuditsOptions {
1201
- "pageSize"?: number;
1202
- "pageNumber"?: number;
1203
- "transactionFilter"?: string;
1204
- "level"?: string;
1205
- "sortBy"?: string;
1206
- "sortOrder"?: string;
1207
- }
1208
1209
  export interface getContentmanagementDocumentContentOptions {
1209
1210
  "disposition"?: string;
1210
1211
  "contentType"?: string;
@@ -2379,6 +2380,7 @@ declare class IntegrationsApi {
2379
2380
  getIntegrationsActionTemplate(actionId: string, fileName: string): Promise<string>;
2380
2381
  getIntegrationsActions(opts?: IntegrationsApi.getIntegrationsActionsOptions): Promise<Models.ActionEntityListing>;
2381
2382
  getIntegrationsActionsCategories(opts?: IntegrationsApi.getIntegrationsActionsCategoriesOptions): Promise<Models.CategoryEntityListing>;
2383
+ getIntegrationsActionsCertificates(opts?: IntegrationsApi.getIntegrationsActionsCertificatesOptions): Promise<Models.ActionCertificateListing>;
2382
2384
  getIntegrationsActionsDrafts(opts?: IntegrationsApi.getIntegrationsActionsDraftsOptions): Promise<Models.ActionEntityListing>;
2383
2385
  getIntegrationsBotconnectorIntegrationIdBot(integrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotOptions): Promise<Models.BotConnectorBot>;
2384
2386
  getIntegrationsBotconnectorIntegrationIdBotVersions(integrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotVersionsOptions): Promise<Models.BotConnectorBotVersionSummaryEntityListing>;
@@ -2479,6 +2481,10 @@ declare namespace IntegrationsApi {
2479
2481
  "sortOrder"?: string;
2480
2482
  "secure"?: string;
2481
2483
  }
2484
+ export interface getIntegrationsActionsCertificatesOptions {
2485
+ "status"?: string;
2486
+ "type"?: string;
2487
+ }
2482
2488
  export interface getIntegrationsActionsDraftsOptions {
2483
2489
  "pageSize"?: number;
2484
2490
  "pageNumber"?: number;
@@ -3307,14 +3313,31 @@ declare namespace LocationsApi {
3307
3313
  }
3308
3314
 
3309
3315
  declare class LogCaptureApi {
3316
+ deleteDiagnosticsLogcaptureBrowserUser(userId: string): Promise<void>;
3310
3317
  getDiagnosticsLogcaptureBrowserEntriesDownloadJob(jobId: string): Promise<Models.LogCaptureDownloadExecutionResponse>;
3311
- postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(opts?: LogCaptureApi.postDiagnosticsLogcaptureBrowserEntriesDownloadJobsOptions): Promise<Models.LogCaptureDownloadExecutionResponse>;
3318
+ getDiagnosticsLogcaptureBrowserUser(userId: string): Promise<Models.LogCaptureUserConfiguration>;
3319
+ getDiagnosticsLogcaptureBrowserUsers(opts?: LogCaptureApi.getDiagnosticsLogcaptureBrowserUsersOptions): Promise<Models.PagelessEntityListing>;
3320
+ postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(opts?: LogCaptureApi.postDiagnosticsLogcaptureBrowserEntriesDownloadJobsOptions): Promise<Models.LogCaptureDownloadExecutionResponse>;
3321
+ postDiagnosticsLogcaptureBrowserEntriesQuery(opts?: LogCaptureApi.postDiagnosticsLogcaptureBrowserEntriesQueryOptions): Promise<Models.LogCaptureQueryResponse>;
3322
+ postDiagnosticsLogcaptureBrowserUser(userId: string, opts?: LogCaptureApi.postDiagnosticsLogcaptureBrowserUserOptions): Promise<Models.LogCaptureUserConfiguration>;
3312
3323
  }
3313
3324
 
3314
3325
  declare namespace LogCaptureApi {
3326
+ export interface getDiagnosticsLogcaptureBrowserUsersOptions {
3327
+ "includeExpired"?: boolean;
3328
+ }
3315
3329
  export interface postDiagnosticsLogcaptureBrowserEntriesDownloadJobsOptions {
3316
3330
  "body"?: Models.LogCaptureQueryRequest;
3317
3331
  }
3332
+ export interface postDiagnosticsLogcaptureBrowserEntriesQueryOptions {
3333
+ "before"?: string;
3334
+ "after"?: string;
3335
+ "pageSize"?: string;
3336
+ "body"?: Models.LogCaptureQueryRequest;
3337
+ }
3338
+ export interface postDiagnosticsLogcaptureBrowserUserOptions {
3339
+ "body"?: Models.LogCaptureUserConfiguration;
3340
+ }
3318
3341
  }
3319
3342
 
3320
3343
  declare class MessagingApi {
@@ -3451,7 +3474,6 @@ declare namespace ObjectsApi {
3451
3474
  "nextPage"?: string;
3452
3475
  "previousPage"?: string;
3453
3476
  "objectCount"?: boolean;
3454
- "id"?: Array<string>;
3455
3477
  "name"?: string;
3456
3478
  }
3457
3479
  export interface postAuthorizationDivisionRestoreOptions {
@@ -4122,22 +4144,22 @@ declare class QualityApi {
4122
4144
  getQualityConversationsAuditsQueryTransactionIdResults(transactionId: string, opts?: QualityApi.getQualityConversationsAuditsQueryTransactionIdResultsOptions): Promise<Models.QualityAuditQueryExecutionResultsResponse>;
4123
4145
  getQualityEvaluationsQuery(opts?: QualityApi.getQualityEvaluationsQueryOptions): Promise<Models.EvaluationEntityListing>;
4124
4146
  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>>;
4147
+ getQualityForm(formId: string): Promise<Models.EvaluationFormResponse>;
4148
+ getQualityFormVersions(formId: string, opts?: QualityApi.getQualityFormVersionsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4149
+ getQualityForms(opts?: QualityApi.getQualityFormsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4150
+ getQualityFormsEvaluation(formId: string): Promise<Models.EvaluationFormResponse>;
4151
+ getQualityFormsEvaluationVersions(formId: string, opts?: QualityApi.getQualityFormsEvaluationVersionsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4152
+ getQualityFormsEvaluations(opts?: QualityApi.getQualityFormsEvaluationsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4153
+ getQualityFormsEvaluationsBulkContexts(contextId: Array<string>): Promise<Array<Models.EvaluationFormResponse>>;
4132
4154
  getQualityFormsSurvey(formId: string): Promise<Models.SurveyForm>;
4133
4155
  getQualityFormsSurveyVersions(formId: string, opts?: QualityApi.getQualityFormsSurveyVersionsOptions): Promise<Models.SurveyFormEntityListing>;
4134
4156
  getQualityFormsSurveys(opts?: QualityApi.getQualityFormsSurveysOptions): Promise<Models.SurveyFormEntityListing>;
4135
4157
  getQualityFormsSurveysBulk(id: Array<string>): Promise<Models.SurveyFormEntityListing>;
4136
4158
  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>;
4159
+ getQualityPublishedform(formId: string): Promise<Models.EvaluationFormResponse>;
4160
+ getQualityPublishedforms(opts?: QualityApi.getQualityPublishedformsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4161
+ getQualityPublishedformsEvaluation(formId: string): Promise<Models.EvaluationFormResponse>;
4162
+ getQualityPublishedformsEvaluations(opts?: QualityApi.getQualityPublishedformsEvaluationsOptions): Promise<Models.EvaluationFormResponseEntityListing>;
4141
4163
  getQualityPublishedformsSurvey(formId: string): Promise<Models.SurveyForm>;
4142
4164
  getQualityPublishedformsSurveys(opts?: QualityApi.getQualityPublishedformsSurveysOptions): Promise<Models.SurveyFormEntityListing>;
4143
4165
  getQualitySurvey(surveyId: string): Promise<Models.Survey>;
@@ -4152,17 +4174,17 @@ declare class QualityApi {
4152
4174
  postQualityConversationsAuditsQuery(body: Models.QMAuditQueryRequest): Promise<Models.QualityAuditQueryExecutionStatusResponse>;
4153
4175
  postQualityEvaluationsAggregatesQueryMe(body: Models.EvaluationAggregationQueryMe): Promise<Models.EvaluationAggregateQueryResponse>;
4154
4176
  postQualityEvaluationsScoring(body: Models.EvaluationFormAndScoringSet): Promise<Models.EvaluationScoringSet>;
4155
- postQualityForms(body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
4156
- postQualityFormsEvaluations(body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
4177
+ postQualityForms(body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4178
+ postQualityFormsEvaluations(body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4157
4179
  postQualityFormsSurveys(body: Models.SurveyForm): Promise<Models.SurveyForm>;
4158
- postQualityPublishedforms(body: Models.PublishForm): Promise<Models.EvaluationForm>;
4159
- postQualityPublishedformsEvaluations(body: Models.PublishForm): Promise<Models.EvaluationForm>;
4180
+ postQualityPublishedforms(body: Models.PublishForm): Promise<Models.EvaluationFormResponse>;
4181
+ postQualityPublishedformsEvaluations(body: Models.PublishForm): Promise<Models.EvaluationFormResponse>;
4160
4182
  postQualityPublishedformsSurveys(body: Models.PublishForm): Promise<Models.SurveyForm>;
4161
4183
  postQualitySurveysScoring(body: Models.SurveyFormAndScoringSet): Promise<Models.SurveyScoringSet>;
4162
4184
  putQualityCalibration(calibrationId: string, body: Models.Calibration): Promise<Models.Calibration>;
4163
4185
  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>;
4186
+ putQualityForm(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4187
+ putQualityFormsEvaluation(formId: string, body: Models.EvaluationForm): Promise<Models.EvaluationFormResponse>;
4166
4188
  putQualityFormsSurvey(formId: string, body: Models.SurveyForm): Promise<Models.SurveyForm>;
4167
4189
  putQualitySurveysScorable(customerSurveyUrl: string, body: Models.ScorableSurvey): Promise<Models.ScorableSurvey>;
4168
4190
  }
@@ -4561,6 +4583,7 @@ declare class RoutingApi {
4561
4583
  deleteRoutingSmsPhonenumber(addressId: string): Promise<void>;
4562
4584
  deleteRoutingUserUtilization(userId: string): Promise<void>;
4563
4585
  deleteRoutingUtilization(): Promise<void>;
4586
+ deleteRoutingUtilizationLabel(labelId: string, opts?: RoutingApi.deleteRoutingUtilizationLabelOptions): Promise<void>;
4564
4587
  deleteRoutingUtilizationTag(tagId: string, opts?: RoutingApi.deleteRoutingUtilizationTagOptions): Promise<void>;
4565
4588
  deleteRoutingWrapupcode(codeId: string): Promise<void>;
4566
4589
  deleteUserRoutinglanguage(userId: string, languageId: string): Promise<void>;
@@ -4616,11 +4639,16 @@ declare class RoutingApi {
4616
4639
  getRoutingSmsPhonenumbers(opts?: RoutingApi.getRoutingSmsPhonenumbersOptions): Promise<Models.SmsPhoneNumberEntityListing>;
4617
4640
  getRoutingUserUtilization(userId: string): Promise<Models.AgentMaxUtilizationResponse>;
4618
4641
  getRoutingUtilization(): Promise<Models.UtilizationResponse>;
4642
+ getRoutingUtilizationLabel(labelId: string): Promise<Models.UtilizationLabel>;
4643
+ getRoutingUtilizationLabelAgents(labelId: string): Promise<Array<object>>;
4644
+ getRoutingUtilizationLabels(opts?: RoutingApi.getRoutingUtilizationLabelsOptions): Promise<Models.UtilizationLabelEntityListing>;
4619
4645
  getRoutingUtilizationTag(tagId: string): Promise<Models.UtilizationTag>;
4620
4646
  getRoutingUtilizationTagAgents(tagId: string): Promise<Array<object>>;
4621
4647
  getRoutingUtilizationTags(opts?: RoutingApi.getRoutingUtilizationTagsOptions): Promise<Models.UtilizationTagEntityListing>;
4622
4648
  getRoutingWrapupcode(codeId: string): Promise<Models.WrapupCode>;
4623
4649
  getRoutingWrapupcodes(opts?: RoutingApi.getRoutingWrapupcodesOptions): Promise<Models.WrapupCodeEntityListing>;
4650
+ getRoutingWrapupcodesDivisionview(codeId: string): Promise<Models.WrapupCode>;
4651
+ getRoutingWrapupcodesDivisionviews(opts?: RoutingApi.getRoutingWrapupcodesDivisionviewsOptions): Promise<Models.WrapupCodeEntityListing>;
4624
4652
  getUserQueues(userId: string, opts?: RoutingApi.getUserQueuesOptions): Promise<Models.UserQueueEntityListing>;
4625
4653
  getUserRoutinglanguages(userId: string, opts?: RoutingApi.getUserRoutinglanguagesOptions): Promise<Models.UserLanguageEntityListing>;
4626
4654
  getUserRoutingskills(userId: string, opts?: RoutingApi.getUserRoutingskillsOptions): Promise<Models.UserSkillEntityListing>;
@@ -4634,6 +4662,7 @@ declare class RoutingApi {
4634
4662
  patchRoutingQueueUser(queueId: string, memberId: string, body: Models.QueueMember): Promise<void>;
4635
4663
  patchRoutingQueueUsers(queueId: string, body: Array<Models.QueueMember>): Promise<Models.QueueMemberEntityListingV1>;
4636
4664
  patchRoutingSettingsContactcenter(body: Models.ContactCenterSettings): Promise<void>;
4665
+ patchRoutingSettingsTranscription(body: Models.TranscriptionSettings): Promise<Models.TranscriptionSettings>;
4637
4666
  patchRoutingSkillgroup(skillGroupId: string, body: Models.SkillGroup): Promise<Models.SkillGroup>;
4638
4667
  patchUserQueue(queueId: string, userId: string, body: Models.UserQueue): Promise<Models.UserQueue>;
4639
4668
  patchUserQueues(userId: string, body: Array<Models.UserQueue>, opts?: RoutingApi.patchUserQueuesOptions): Promise<Models.UserQueueEntityListing>;
@@ -4661,6 +4690,7 @@ declare class RoutingApi {
4661
4690
  postRoutingSmsAddresses(body: Models.SmsAddressProvision): Promise<Models.SmsAddress>;
4662
4691
  postRoutingSmsPhonenumbers(body: Models.SmsPhoneNumberProvision): Promise<Models.SmsPhoneNumber>;
4663
4692
  postRoutingSmsPhonenumbersImport(body: Models.SmsPhoneNumberImport): Promise<Models.SmsPhoneNumber>;
4693
+ postRoutingUtilizationLabels(body: Models.CreateUtilizationLabelRequest): Promise<Models.UtilizationLabel>;
4664
4694
  postRoutingUtilizationTags(body: Models.CreateUtilizationTagRequest): Promise<Models.UtilizationTag>;
4665
4695
  postRoutingWrapupcodes(body: Models.WrapupCodeRequest): Promise<Models.WrapupCode>;
4666
4696
  postUserRoutinglanguages(userId: string, body: Models.UserRoutingLanguagePost): Promise<Models.UserRoutingLanguage>;
@@ -4674,6 +4704,7 @@ declare class RoutingApi {
4674
4704
  putRoutingSmsPhonenumber(addressId: string, body: Models.SmsPhoneNumber): Promise<Models.SmsPhoneNumber>;
4675
4705
  putRoutingUserUtilization(userId: string, body: Models.UtilizationRequest): Promise<Models.AgentMaxUtilizationResponse>;
4676
4706
  putRoutingUtilization(body: Models.UtilizationRequest): Promise<Models.UtilizationResponse>;
4707
+ putRoutingUtilizationLabel(labelId: string, body: Models.UpdateUtilizationLabelRequest): Promise<Models.UtilizationLabel>;
4677
4708
  putRoutingWrapupcode(codeId: string, body: Models.WrapupCodeRequest): Promise<Models.WrapupCode>;
4678
4709
  putUserRoutingskill(userId: string, skillId: string, body: Models.UserRoutingSkill): Promise<Models.UserRoutingSkill>;
4679
4710
  putUserRoutingskillsBulk(userId: string, body: Array<Models.UserRoutingSkillPost>): Promise<Models.UserSkillEntityListing>;
@@ -4683,6 +4714,9 @@ declare namespace RoutingApi {
4683
4714
  export interface deleteRoutingQueueOptions {
4684
4715
  "forceDelete"?: boolean;
4685
4716
  }
4717
+ export interface deleteRoutingUtilizationLabelOptions {
4718
+ "forceDelete"?: boolean;
4719
+ }
4686
4720
  export interface deleteRoutingUtilizationTagOptions {
4687
4721
  "forceDelete"?: boolean;
4688
4722
  }
@@ -4845,6 +4879,12 @@ declare namespace RoutingApi {
4845
4879
  "language"?: string;
4846
4880
  "integrationId"?: string;
4847
4881
  }
4882
+ export interface getRoutingUtilizationLabelsOptions {
4883
+ "pageSize"?: number;
4884
+ "pageNumber"?: number;
4885
+ "sortOrder"?: string;
4886
+ "name"?: string;
4887
+ }
4848
4888
  export interface getRoutingUtilizationTagsOptions {
4849
4889
  "pageSize"?: number;
4850
4890
  "pageNumber"?: number;
@@ -4860,6 +4900,14 @@ declare namespace RoutingApi {
4860
4900
  "id"?: Array<string>;
4861
4901
  "divisionId"?: Array<string>;
4862
4902
  }
4903
+ export interface getRoutingWrapupcodesDivisionviewsOptions {
4904
+ "pageSize"?: number;
4905
+ "pageNumber"?: number;
4906
+ "name"?: string;
4907
+ "id"?: Array<string>;
4908
+ "divisionId"?: Array<string>;
4909
+ "includeState"?: string;
4910
+ }
4863
4911
  export interface getUserQueuesOptions {
4864
4912
  "pageSize"?: number;
4865
4913
  "pageNumber"?: number;
@@ -5791,6 +5839,7 @@ declare namespace TelephonyProvidersEdgeApi {
5791
5839
  "name"?: string;
5792
5840
  "locationId"?: string;
5793
5841
  "managed"?: boolean;
5842
+ "expand"?: Array<string>;
5794
5843
  }
5795
5844
  export interface getTelephonyProvidersEdgesTimezonesOptions {
5796
5845
  "pageSize"?: number;
@@ -6376,12 +6425,15 @@ declare class WorkforceManagementApi {
6376
6425
  getWorkforcemanagementBusinessunitWeekScheduleGenerationresults(businessUnitId: string, weekId: string, scheduleId: string): Promise<Models.ScheduleGenerationResult>;
6377
6426
  getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastOptions): Promise<Models.BuHeadcountForecastResponse>;
6378
6427
  getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent(businessUnitId: string, weekId: string, scheduleId: string, agentId: string): Promise<Models.BuAgentScheduleHistoryResponse>;
6428
+ getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictions(businessUnitId: string, weekId: string, scheduleId: string): Promise<Models.PerformancePredictionResponse>;
6429
+ getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation(businessUnitId: string, weekId: string, scheduleId: string, recalculationId: string): Promise<Models.PerformancePredictionRecalculationResponse>;
6379
6430
  getWorkforcemanagementBusinessunitWeekSchedules(businessUnitId: string, weekId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedulesOptions): Promise<Models.BuScheduleListing>;
6380
6431
  getWorkforcemanagementBusinessunitWeekShorttermforecast(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastOptions): Promise<Models.BuShortTermForecast>;
6381
6432
  getWorkforcemanagementBusinessunitWeekShorttermforecastData(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastDataOptions): Promise<Models.BuForecastResultResponse>;
6382
6433
  getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults(businessUnitId: string, weekDateId: string, forecastId: string): Promise<Models.BuForecastGenerationResult>;
6383
6434
  getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataOptions): Promise<Models.LongTermForecastResultResponse>;
6384
6435
  getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups(businessUnitId: string, weekDateId: string, forecastId: string): Promise<Models.ForecastPlanningGroupsResponse>;
6436
+ getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement(businessUnitId: string, weekDateId: string, forecastId: string, opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirementOptions): Promise<Models.BuForecastStaffingRequirementsResultResponse>;
6385
6437
  getWorkforcemanagementBusinessunitWeekShorttermforecasts(businessUnitId: string, weekDateId: string): Promise<Models.BuShortTermForecastListing>;
6386
6438
  getWorkforcemanagementBusinessunits(opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitsOptions): Promise<Models.BusinessUnitListing>;
6387
6439
  getWorkforcemanagementBusinessunitsDivisionviews(opts?: WorkforceManagementApi.getWorkforcemanagementBusinessunitsDivisionviewsOptions): Promise<Models.BusinessUnitListing>;
@@ -6430,6 +6482,7 @@ declare class WorkforceManagementApi {
6430
6482
  patchWorkforcemanagementBusinessunitSchedulingRun(businessUnitId: string, runId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitSchedulingRunOptions): Promise<void>;
6431
6483
  patchWorkforcemanagementBusinessunitServicegoaltemplate(businessUnitId: string, serviceGoalTemplateId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplateOptions): Promise<Models.ServiceGoalTemplate>;
6432
6484
  patchWorkforcemanagementManagementunit(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitOptions): Promise<Models.ManagementUnit>;
6485
+ patchWorkforcemanagementManagementunitAgents(managementUnitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitAgentsOptions): Promise<void>;
6433
6486
  patchWorkforcemanagementManagementunitTimeofflimit(managementUnitId: string, timeOffLimitId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeofflimitOptions): Promise<Models.TimeOffLimit>;
6434
6487
  patchWorkforcemanagementManagementunitTimeoffplan(managementUnitId: string, timeOffPlanId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanOptions): Promise<Models.TimeOffPlan>;
6435
6488
  patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(managementUnitId: string, timeOffRequestId: string, userId: string, opts?: WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusOptions): Promise<Models.UserTimeOffIntegrationStatusResponse>;
@@ -6456,6 +6509,8 @@ declare class WorkforceManagementApi {
6456
6509
  postWorkforcemanagementBusinessunitServicegoaltemplates(businessUnitId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplatesOptions): Promise<Models.ServiceGoalTemplate>;
6457
6510
  postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuQueryAgentSchedulesRequest, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryOptions): Promise<Models.BuAsyncAgentSchedulesQueryResponse>;
6458
6511
  postWorkforcemanagementBusinessunitWeekScheduleCopy(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuCopyScheduleRequest): Promise<Models.BuAsyncScheduleResponse>;
6512
+ postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsOptions): Promise<Models.PerformancePredictionRecalculationResponse>;
6513
+ postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl(businessUnitId: string, weekId: string, scheduleId: string, opts?: WorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlOptions): Promise<Models.PerformancePredictionRecalculationUploadResponse>;
6459
6514
  postWorkforcemanagementBusinessunitWeekScheduleReschedule(businessUnitId: string, weekId: string, scheduleId: string, body: Models.BuRescheduleRequest): Promise<Models.BuAsyncScheduleRunResponse>;
6460
6515
  postWorkforcemanagementBusinessunitWeekScheduleUpdate(businessUnitId: string, weekId: string, scheduleId: string, body: Models.ProcessScheduleUpdateUploadRequest): Promise<Models.BuAsyncScheduleResponse>;
6461
6516
  postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl(businessUnitId: string, weekId: string, scheduleId: string, body: Models.UploadUrlRequestBody): Promise<Models.UpdateScheduleUploadResponse>;
@@ -6547,6 +6602,9 @@ declare namespace WorkforceManagementApi {
6547
6602
  export interface getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataOptions {
6548
6603
  "forceDownloadService"?: boolean;
6549
6604
  }
6605
+ export interface getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirementOptions {
6606
+ "weekNumbers"?: Array<string>;
6607
+ }
6550
6608
  export interface getWorkforcemanagementBusinessunitsOptions {
6551
6609
  "feature"?: string;
6552
6610
  "divisionId"?: string;
@@ -6619,6 +6677,9 @@ declare namespace WorkforceManagementApi {
6619
6677
  export interface patchWorkforcemanagementManagementunitOptions {
6620
6678
  "body"?: Models.UpdateManagementUnitRequest;
6621
6679
  }
6680
+ export interface patchWorkforcemanagementManagementunitAgentsOptions {
6681
+ "body"?: Models.UpdateMuAgentsRequest;
6682
+ }
6622
6683
  export interface patchWorkforcemanagementManagementunitTimeofflimitOptions {
6623
6684
  "body"?: Models.UpdateTimeOffLimitRequest;
6624
6685
  }
@@ -6690,6 +6751,12 @@ declare namespace WorkforceManagementApi {
6690
6751
  "forceAsync"?: boolean;
6691
6752
  "forceDownloadService"?: boolean;
6692
6753
  }
6754
+ export interface postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsOptions {
6755
+ "body"?: Models.WfmProcessUploadRequest;
6756
+ }
6757
+ export interface postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlOptions {
6758
+ "body"?: Models.UploadUrlRequestBody;
6759
+ }
6693
6760
  export interface postWorkforcemanagementBusinessunitWeekShorttermforecastCopyOptions {
6694
6761
  "forceAsync"?: boolean;
6695
6762
  }
@@ -7012,6 +7079,26 @@ declare namespace Models {
7012
7079
  "pageSize"?: number;
7013
7080
  }
7014
7081
 
7082
+ export interface ActionCertificate {
7083
+ "signingAuthority"?: string;
7084
+ "certificate"?: string;
7085
+ "status"?: string;
7086
+ "type"?: string;
7087
+ }
7088
+
7089
+ export interface ActionCertificateListing {
7090
+ "entities"?: Array<Models.ActionCertificate>;
7091
+ "pageSize"?: number;
7092
+ "pageNumber"?: number;
7093
+ "total"?: number;
7094
+ "firstUri"?: string;
7095
+ "nextUri"?: string;
7096
+ "previousUri"?: string;
7097
+ "lastUri"?: string;
7098
+ "selfUri"?: string;
7099
+ "pageCount"?: number;
7100
+ }
7101
+
7015
7102
  export interface ActionConfig {
7016
7103
  "timeoutSeconds"?: number;
7017
7104
  "request"?: Models.RequestConfig;
@@ -7358,6 +7445,11 @@ declare namespace Models {
7358
7445
  "addressDisplayable"?: string;
7359
7446
  }
7360
7447
 
7448
+ export interface AddressableEntity {
7449
+ "id"?: string;
7450
+ "selfUri"?: string;
7451
+ }
7452
+
7361
7453
  export interface AddressableEntityRef {
7362
7454
  "id"?: string;
7363
7455
  "selfUri"?: string;
@@ -7670,6 +7762,12 @@ declare namespace Models {
7670
7762
  "downloadUrl"?: string;
7671
7763
  }
7672
7764
 
7765
+ export interface AgentQueueTimeRequest {
7766
+ "agentId": string;
7767
+ "startOffsetMinutes": Array<number>;
7768
+ "onQueueLengthMinutesPerInterval": Array<number>;
7769
+ }
7770
+
7673
7771
  export interface AgentTimeOffRequestPatch {
7674
7772
  "markedAsRead"?: boolean;
7675
7773
  "status"?: string;
@@ -8577,6 +8675,7 @@ declare namespace Models {
8577
8675
  "totalScore"?: number;
8578
8676
  "maxTotalScore"?: number;
8579
8677
  "markedNA"?: boolean;
8678
+ "systemMarkedNA"?: boolean;
8580
8679
  "totalCriticalScore"?: number;
8581
8680
  "maxTotalCriticalScore"?: number;
8582
8681
  "totalNonCriticalScore"?: number;
@@ -8597,6 +8696,7 @@ declare namespace Models {
8597
8696
  "answerId"?: string;
8598
8697
  "score"?: number;
8599
8698
  "markedNA"?: boolean;
8699
+ "systemMarkedNA"?: boolean;
8600
8700
  "freeTextAnswer"?: string;
8601
8701
  }
8602
8702
 
@@ -8848,13 +8948,6 @@ declare namespace Models {
8848
8948
  "audioState": Models.AudioState;
8849
8949
  }
8850
8950
 
8851
- export interface AuditChange {
8852
- "property"?: string;
8853
- "entity"?: Models.AuditEntityReference;
8854
- "oldValues"?: Array<string>;
8855
- "newValues"?: Array<string>;
8856
- }
8857
-
8858
8951
  export interface AuditEntity {
8859
8952
  "type": string;
8860
8953
  "id"?: string;
@@ -8862,14 +8955,6 @@ declare namespace Models {
8862
8955
  "selfUri"?: string;
8863
8956
  }
8864
8957
 
8865
- export interface AuditEntityReference {
8866
- "id"?: string;
8867
- "name"?: string;
8868
- "selfUri"?: string;
8869
- "type"?: string;
8870
- "action"?: string;
8871
- }
8872
-
8873
8958
  export interface AuditFacet {
8874
8959
  "name": string;
8875
8960
  "type": string;
@@ -9700,8 +9785,10 @@ declare namespace Models {
9700
9785
  "legacyMetric"?: string;
9701
9786
  "value"?: number;
9702
9787
  "values": Array<Models.WfmForecastModificationIntervalOffsetValue>;
9788
+ "secondaryValues"?: Array<Models.WfmForecastModificationIntervalOffsetValue>;
9703
9789
  "displayGranularity": string;
9704
9790
  "granularity": string;
9791
+ "secondaryGranularity"?: string;
9705
9792
  "enabled": boolean;
9706
9793
  "planningGroupIds": Array<string>;
9707
9794
  }
@@ -9718,6 +9805,23 @@ declare namespace Models {
9718
9805
  "downloadUrl"?: string;
9719
9806
  }
9720
9807
 
9808
+ export interface BuForecastStaffingRequirementsResult {
9809
+ "weekNumber": number;
9810
+ "downloadUrl": string;
9811
+ "downloadUrlExpirationDate": string;
9812
+ "planningGroupStaffingRequirements"?: Array<Models.StaffingRequirementsPlanningGroupData>;
9813
+ }
9814
+
9815
+ export interface BuForecastStaffingRequirementsResultResponse {
9816
+ "businessUnitId": string;
9817
+ "forecast": Models.BuShortTermForecastReference;
9818
+ "referenceStartDate": string;
9819
+ "weekCount": number;
9820
+ "intervalLengthMinutes": number;
9821
+ "state": string;
9822
+ "results"?: Array<Models.BuForecastStaffingRequirementsResult>;
9823
+ }
9824
+
9721
9825
  export interface BuForecastTimeSeriesResult {
9722
9826
  "metric"?: string;
9723
9827
  "forecastingMethod"?: string;
@@ -10457,6 +10561,7 @@ declare namespace Models {
10457
10561
  "afterCallWork"?: Models.AfterCallWork;
10458
10562
  "afterCallWorkRequired"?: boolean;
10459
10563
  "agentAssistantId"?: string;
10564
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10460
10565
  "disposition"?: Models.Disposition;
10461
10566
  }
10462
10567
 
@@ -10492,6 +10597,7 @@ declare namespace Models {
10492
10597
  "afterCallWork"?: Models.AfterCallWork;
10493
10598
  "afterCallWorkRequired"?: boolean;
10494
10599
  "agentAssistantId"?: string;
10600
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10495
10601
  "disposition"?: Models.Disposition;
10496
10602
  }
10497
10603
 
@@ -10769,6 +10875,7 @@ declare namespace Models {
10769
10875
  "afterCallWorkRequired"?: boolean;
10770
10876
  "callerId"?: string;
10771
10877
  "callerIdName"?: string;
10878
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10772
10879
  }
10773
10880
 
10774
10881
  export interface CallbackBasic {
@@ -10800,6 +10907,7 @@ declare namespace Models {
10800
10907
  "afterCallWorkRequired"?: boolean;
10801
10908
  "callerId"?: string;
10802
10909
  "callerIdName"?: string;
10910
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
10803
10911
  }
10804
10912
 
10805
10913
  export interface CallbackConversation {
@@ -11412,6 +11520,7 @@ declare namespace Models {
11412
11520
  "thread": Models.Entity;
11413
11521
  "user"?: Models.AddressableEntityRef;
11414
11522
  "toUser"?: Models.AddressableEntityRef;
11523
+ "reactions"?: Array<Models.ChatReaction>;
11415
11524
  }
11416
11525
 
11417
11526
  export interface ChatMessageUser {
@@ -11422,6 +11531,11 @@ declare namespace Models {
11422
11531
  "images"?: Array<Models.UserImage>;
11423
11532
  }
11424
11533
 
11534
+ export interface ChatReaction {
11535
+ "emoji": string;
11536
+ "users": Array<Models.AddressableEntityRef>;
11537
+ }
11538
+
11425
11539
  export interface ChatSendMessageResponse {
11426
11540
  "id": string;
11427
11541
  }
@@ -11430,6 +11544,10 @@ declare namespace Models {
11430
11544
  "messageRetentionPeriodDays"?: number;
11431
11545
  }
11432
11546
 
11547
+ export interface ChatUserSettings {
11548
+ "mobile": Models.MobileSettings;
11549
+ }
11550
+
11433
11551
  export interface Check {
11434
11552
  "result"?: string;
11435
11553
  "type"?: string;
@@ -12434,12 +12552,6 @@ declare namespace Models {
12434
12552
  "filename"?: string;
12435
12553
  }
12436
12554
 
12437
- export interface ContentAttributeFilterItem {
12438
- "id"?: string;
12439
- "operator"?: string;
12440
- "values"?: Array<string>;
12441
- }
12442
-
12443
12555
  export interface ContentButtonResponse {
12444
12556
  "id"?: string;
12445
12557
  "type": string;
@@ -12467,13 +12579,6 @@ declare namespace Models {
12467
12579
  "cards": Array<Models.ContentCard>;
12468
12580
  }
12469
12581
 
12470
- export interface ContentFacetFilterItem {
12471
- "name"?: string;
12472
- "type"?: string;
12473
- "operator"?: string;
12474
- "values"?: Array<string>;
12475
- }
12476
-
12477
12582
  export interface ContentFilterItem {
12478
12583
  "name"?: string;
12479
12584
  "type"?: string;
@@ -12620,17 +12725,6 @@ declare namespace Models {
12620
12725
  "payload": string;
12621
12726
  }
12622
12727
 
12623
- export interface ContentQueryRequest {
12624
- "queryPhrase"?: string;
12625
- "pageNumber"?: number;
12626
- "pageSize"?: number;
12627
- "facetNameRequests"?: Array<string>;
12628
- "sort"?: Array<Models.ContentSortItem>;
12629
- "filters"?: Array<Models.ContentFacetFilterItem>;
12630
- "attributeFilters"?: Array<Models.ContentAttributeFilterItem>;
12631
- "includeShares"?: boolean;
12632
- }
12633
-
12634
12728
  export interface ContentQuickReply {
12635
12729
  "id"?: string;
12636
12730
  "text": string;
@@ -12653,11 +12747,6 @@ declare namespace Models {
12653
12747
  "story"?: Models.StorySetting;
12654
12748
  }
12655
12749
 
12656
- export interface ContentSortItem {
12657
- "name"?: string;
12658
- "ascending"?: boolean;
12659
- }
12660
-
12661
12750
  export interface ContentStory {
12662
12751
  "type": string;
12663
12752
  "url": string;
@@ -12924,6 +13013,7 @@ declare namespace Models {
12924
13013
  "startAcwTime"?: string;
12925
13014
  "endAcwTime"?: string;
12926
13015
  "mediaRoles"?: Array<string>;
13016
+ "queueMediaSettings"?: Models.ConversationCallEventTopicQueueMediaSettings;
12927
13017
  "muted"?: boolean;
12928
13018
  "confined"?: boolean;
12929
13019
  "recording"?: boolean;
@@ -13006,6 +13096,13 @@ declare namespace Models {
13006
13096
  "type"?: string;
13007
13097
  }
13008
13098
 
13099
+ export interface ConversationCallEventTopicQueueMediaSettings {
13100
+ "alertingTimeoutSeconds"?: number;
13101
+ "autoAnswerAlertToneSeconds"?: number;
13102
+ "manualAnswerAlertToneSeconds"?: number;
13103
+ "enableAutoAnswer"?: boolean;
13104
+ }
13105
+
13009
13106
  export interface ConversationCallEventTopicScoredAgent {
13010
13107
  "agent"?: Models.ConversationCallEventTopicUriReference;
13011
13108
  "score"?: number;
@@ -13068,6 +13165,7 @@ declare namespace Models {
13068
13165
  "startAcwTime"?: string;
13069
13166
  "endAcwTime"?: string;
13070
13167
  "mediaRoles"?: Array<string>;
13168
+ "queueMediaSettings"?: Models.ConversationCallbackEventTopicQueueMediaSettings;
13071
13169
  "outboundPreview"?: Models.ConversationCallbackEventTopicDialerPreview;
13072
13170
  "voicemail"?: Models.ConversationCallbackEventTopicVoicemail;
13073
13171
  "callbackNumbers"?: Array<string>;
@@ -13146,6 +13244,13 @@ declare namespace Models {
13146
13244
  "type"?: string;
13147
13245
  }
13148
13246
 
13247
+ export interface ConversationCallbackEventTopicQueueMediaSettings {
13248
+ "alertingTimeoutSeconds"?: number;
13249
+ "autoAnswerAlertToneSeconds"?: number;
13250
+ "manualAnswerAlertToneSeconds"?: number;
13251
+ "enableAutoAnswer"?: boolean;
13252
+ }
13253
+
13149
13254
  export interface ConversationCallbackEventTopicScoredAgent {
13150
13255
  "agent"?: Models.ConversationCallbackEventTopicUriReference;
13151
13256
  "score"?: number;
@@ -13200,6 +13305,7 @@ declare namespace Models {
13200
13305
  "wrapup"?: Models.Wrapup;
13201
13306
  "afterCallWork"?: Models.AfterCallWork;
13202
13307
  "afterCallWorkRequired"?: boolean;
13308
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
13203
13309
  }
13204
13310
 
13205
13311
  export interface ConversationChatEventTopicChatConversation {
@@ -13246,6 +13352,7 @@ declare namespace Models {
13246
13352
  "startAcwTime"?: string;
13247
13353
  "endAcwTime"?: string;
13248
13354
  "mediaRoles"?: Array<string>;
13355
+ "queueMediaSettings"?: Models.ConversationChatEventTopicQueueMediaSettings;
13249
13356
  "roomId"?: string;
13250
13357
  "avatarImageUrl"?: string;
13251
13358
  }
@@ -13304,6 +13411,13 @@ declare namespace Models {
13304
13411
  "type"?: string;
13305
13412
  }
13306
13413
 
13414
+ export interface ConversationChatEventTopicQueueMediaSettings {
13415
+ "alertingTimeoutSeconds"?: number;
13416
+ "autoAnswerAlertToneSeconds"?: number;
13417
+ "manualAnswerAlertToneSeconds"?: number;
13418
+ "enableAutoAnswer"?: boolean;
13419
+ }
13420
+
13307
13421
  export interface ConversationChatEventTopicScoredAgent {
13308
13422
  "agent"?: Models.ConversationChatEventTopicUriReference;
13309
13423
  "score"?: number;
@@ -13370,6 +13484,7 @@ declare namespace Models {
13370
13484
  "startAcwTime"?: string;
13371
13485
  "endAcwTime"?: string;
13372
13486
  "mediaRoles"?: Array<string>;
13487
+ "queueMediaSettings"?: Models.ConversationCobrowseEventTopicQueueMediaSettings;
13373
13488
  "cobrowseSessionId"?: string;
13374
13489
  "cobrowseRole"?: string;
13375
13490
  "viewerUrl"?: string;
@@ -13431,6 +13546,13 @@ declare namespace Models {
13431
13546
  "type"?: string;
13432
13547
  }
13433
13548
 
13549
+ export interface ConversationCobrowseEventTopicQueueMediaSettings {
13550
+ "alertingTimeoutSeconds"?: number;
13551
+ "autoAnswerAlertToneSeconds"?: number;
13552
+ "manualAnswerAlertToneSeconds"?: number;
13553
+ "enableAutoAnswer"?: boolean;
13554
+ }
13555
+
13434
13556
  export interface ConversationCobrowseEventTopicScoredAgent {
13435
13557
  "agent"?: Models.ConversationCobrowseEventTopicUriReference;
13436
13558
  "score"?: number;
@@ -13630,6 +13752,7 @@ declare namespace Models {
13630
13752
  "startAcwTime"?: string;
13631
13753
  "endAcwTime"?: string;
13632
13754
  "mediaRoles"?: Array<string>;
13755
+ "queueMediaSettings"?: Models.ConversationEmailEventTopicQueueMediaSettings;
13633
13756
  "subject"?: string;
13634
13757
  "messagesSent"?: number;
13635
13758
  "autoGenerated"?: boolean;
@@ -13677,6 +13800,13 @@ declare namespace Models {
13677
13800
  "type"?: string;
13678
13801
  }
13679
13802
 
13803
+ export interface ConversationEmailEventTopicQueueMediaSettings {
13804
+ "alertingTimeoutSeconds"?: number;
13805
+ "autoAnswerAlertToneSeconds"?: number;
13806
+ "manualAnswerAlertToneSeconds"?: number;
13807
+ "enableAutoAnswer"?: boolean;
13808
+ }
13809
+
13680
13810
  export interface ConversationEmailEventTopicScoredAgent {
13681
13811
  "agent"?: Models.ConversationEmailEventTopicUriReference;
13682
13812
  "score"?: number;
@@ -13784,6 +13914,7 @@ declare namespace Models {
13784
13914
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13785
13915
  "afterCallWorkRequired"?: boolean;
13786
13916
  "agentAssistantId"?: string;
13917
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13787
13918
  }
13788
13919
 
13789
13920
  export interface ConversationEventTopicCallback {
@@ -13813,6 +13944,7 @@ declare namespace Models {
13813
13944
  "afterCallWorkRequired"?: boolean;
13814
13945
  "callerId"?: string;
13815
13946
  "callerIdName"?: string;
13947
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13816
13948
  }
13817
13949
 
13818
13950
  export interface ConversationEventTopicChat {
@@ -13833,6 +13965,7 @@ declare namespace Models {
13833
13965
  "wrapup"?: Models.ConversationEventTopicWrapup;
13834
13966
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13835
13967
  "afterCallWorkRequired"?: boolean;
13968
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13836
13969
  }
13837
13970
 
13838
13971
  export interface ConversationEventTopicCobrowse {
@@ -13855,6 +13988,7 @@ declare namespace Models {
13855
13988
  "wrapup"?: Models.ConversationEventTopicWrapup;
13856
13989
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13857
13990
  "afterCallWorkRequired"?: boolean;
13991
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13858
13992
  }
13859
13993
 
13860
13994
  export interface ConversationEventTopicConversation {
@@ -13918,6 +14052,7 @@ declare namespace Models {
13918
14052
  "wrapup"?: Models.ConversationEventTopicWrapup;
13919
14053
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
13920
14054
  "afterCallWorkRequired"?: boolean;
14055
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
13921
14056
  }
13922
14057
 
13923
14058
  export interface ConversationEventTopicErrorDetails {
@@ -13998,6 +14133,7 @@ declare namespace Models {
13998
14133
  "afterCallWorkRequired"?: boolean;
13999
14134
  "agentAssistantId"?: string;
14000
14135
  "byoSmsIntegrationId"?: string;
14136
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
14001
14137
  }
14002
14138
 
14003
14139
  export interface ConversationEventTopicMessageDetails {
@@ -14095,6 +14231,13 @@ declare namespace Models {
14095
14231
  "type"?: string;
14096
14232
  }
14097
14233
 
14234
+ export interface ConversationEventTopicQueueMediaSettings {
14235
+ "alertingTimeoutSeconds"?: number;
14236
+ "autoAnswerAlertToneSeconds"?: number;
14237
+ "manualAnswerAlertToneSeconds"?: number;
14238
+ "enableAutoAnswer"?: boolean;
14239
+ }
14240
+
14098
14241
  export interface ConversationEventTopicRecentTransfer {
14099
14242
  "id"?: string;
14100
14243
  "state"?: string;
@@ -14127,6 +14270,7 @@ declare namespace Models {
14127
14270
  "wrapup"?: Models.ConversationEventTopicWrapup;
14128
14271
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
14129
14272
  "afterCallWorkRequired"?: boolean;
14273
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
14130
14274
  }
14131
14275
 
14132
14276
  export interface ConversationEventTopicSocialExpression {
@@ -14176,6 +14320,7 @@ declare namespace Models {
14176
14320
  "wrapup"?: Models.ConversationEventTopicWrapup;
14177
14321
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
14178
14322
  "afterCallWorkRequired"?: boolean;
14323
+ "queueMediaSettings"?: Models.ConversationEventTopicQueueMediaSettings;
14179
14324
  }
14180
14325
 
14181
14326
  export interface ConversationEventTopicVoicemail {
@@ -14348,6 +14493,7 @@ declare namespace Models {
14348
14493
  "startAcwTime"?: string;
14349
14494
  "endAcwTime"?: string;
14350
14495
  "mediaRoles"?: Array<string>;
14496
+ "queueMediaSettings"?: Models.ConversationMessageEventTopicQueueMediaSettings;
14351
14497
  "messages"?: Array<Models.ConversationMessageEventTopicMessageDetails>;
14352
14498
  "type"?: string;
14353
14499
  "recipientCountry"?: string;
@@ -14377,6 +14523,13 @@ declare namespace Models {
14377
14523
  "id"?: string;
14378
14524
  }
14379
14525
 
14526
+ export interface ConversationMessageEventTopicQueueMediaSettings {
14527
+ "alertingTimeoutSeconds"?: number;
14528
+ "autoAnswerAlertToneSeconds"?: number;
14529
+ "manualAnswerAlertToneSeconds"?: number;
14530
+ "enableAutoAnswer"?: boolean;
14531
+ }
14532
+
14380
14533
  export interface ConversationMessageEventTopicScoredAgent {
14381
14534
  "agent"?: Models.ConversationMessageEventTopicUriReference;
14382
14535
  "score"?: number;
@@ -14634,6 +14787,13 @@ declare namespace Models {
14634
14787
  "paging"?: Models.PagingSpec;
14635
14788
  }
14636
14789
 
14790
+ export interface ConversationQueueMediaSettings {
14791
+ "alertingTimeoutSeconds"?: number;
14792
+ "autoAnswerAlertToneSeconds"?: number;
14793
+ "manualAnswerAlertToneSeconds"?: number;
14794
+ "enableAutoAnswer"?: boolean;
14795
+ }
14796
+
14637
14797
  export interface ConversationReason {
14638
14798
  "code"?: string;
14639
14799
  "message": string;
@@ -14655,6 +14815,7 @@ declare namespace Models {
14655
14815
  "priority"?: number;
14656
14816
  "skills"?: Array<Models.AddressableEntityRef>;
14657
14817
  "scoredAgents"?: Array<Models.ScoredAgent>;
14818
+ "label"?: string;
14658
14819
  }
14659
14820
 
14660
14821
  export interface ConversationScreenShareEventTopicConversationRoutingData {
@@ -14711,6 +14872,13 @@ declare namespace Models {
14711
14872
  "type"?: string;
14712
14873
  }
14713
14874
 
14875
+ export interface ConversationScreenShareEventTopicQueueMediaSettings {
14876
+ "alertingTimeoutSeconds"?: number;
14877
+ "autoAnswerAlertToneSeconds"?: number;
14878
+ "manualAnswerAlertToneSeconds"?: number;
14879
+ "enableAutoAnswer"?: boolean;
14880
+ }
14881
+
14714
14882
  export interface ConversationScreenShareEventTopicScoredAgent {
14715
14883
  "agent"?: Models.ConversationScreenShareEventTopicUriReference;
14716
14884
  "score"?: number;
@@ -14760,6 +14928,7 @@ declare namespace Models {
14760
14928
  "startAcwTime"?: string;
14761
14929
  "endAcwTime"?: string;
14762
14930
  "mediaRoles"?: Array<string>;
14931
+ "queueMediaSettings"?: Models.ConversationScreenShareEventTopicQueueMediaSettings;
14763
14932
  "context"?: string;
14764
14933
  "peerCount"?: number;
14765
14934
  "sharing"?: boolean;
@@ -14837,6 +15006,13 @@ declare namespace Models {
14837
15006
  "type"?: string;
14838
15007
  }
14839
15008
 
15009
+ export interface ConversationSocialExpressionEventTopicQueueMediaSettings {
15010
+ "alertingTimeoutSeconds"?: number;
15011
+ "autoAnswerAlertToneSeconds"?: number;
15012
+ "manualAnswerAlertToneSeconds"?: number;
15013
+ "enableAutoAnswer"?: boolean;
15014
+ }
15015
+
14840
15016
  export interface ConversationSocialExpressionEventTopicScoredAgent {
14841
15017
  "agent"?: Models.ConversationSocialExpressionEventTopicUriReference;
14842
15018
  "score"?: number;
@@ -14886,6 +15062,7 @@ declare namespace Models {
14886
15062
  "startAcwTime"?: string;
14887
15063
  "endAcwTime"?: string;
14888
15064
  "mediaRoles"?: Array<string>;
15065
+ "queueMediaSettings"?: Models.ConversationSocialExpressionEventTopicQueueMediaSettings;
14889
15066
  "socialMediaId"?: string;
14890
15067
  "socialMediaHub"?: string;
14891
15068
  "socialUserName"?: string;
@@ -14984,6 +15161,13 @@ declare namespace Models {
14984
15161
  "type"?: string;
14985
15162
  }
14986
15163
 
15164
+ export interface ConversationVideoEventTopicQueueMediaSettings {
15165
+ "alertingTimeoutSeconds"?: number;
15166
+ "autoAnswerAlertToneSeconds"?: number;
15167
+ "manualAnswerAlertToneSeconds"?: number;
15168
+ "enableAutoAnswer"?: boolean;
15169
+ }
15170
+
14987
15171
  export interface ConversationVideoEventTopicScoredAgent {
14988
15172
  "agent"?: Models.ConversationVideoEventTopicUriReference;
14989
15173
  "score"?: number;
@@ -15038,6 +15222,7 @@ declare namespace Models {
15038
15222
  "startAcwTime"?: string;
15039
15223
  "endAcwTime"?: string;
15040
15224
  "mediaRoles"?: Array<string>;
15225
+ "queueMediaSettings"?: Models.ConversationVideoEventTopicQueueMediaSettings;
15041
15226
  "audioMuted"?: boolean;
15042
15227
  "videoMuted"?: boolean;
15043
15228
  "sharingScreen"?: boolean;
@@ -15174,6 +15359,7 @@ declare namespace Models {
15174
15359
  "participants"?: Array<Models.Destination>;
15175
15360
  "uuiData"?: string;
15176
15361
  "externalContactId"?: string;
15362
+ "label"?: string;
15177
15363
  }
15178
15364
 
15179
15365
  export interface CreateCallResponse {
@@ -15478,6 +15664,11 @@ declare namespace Models {
15478
15664
  "state"?: string;
15479
15665
  }
15480
15666
 
15667
+ export interface CreateUtilizationLabelRequest {
15668
+ "name": string;
15669
+ "utilization"?: Models.LabelUtilizationRequest;
15670
+ }
15671
+
15481
15672
  export interface CreateUtilizationTagRequest {
15482
15673
  "name": string;
15483
15674
  }
@@ -17361,38 +17552,6 @@ declare namespace Models {
17361
17552
  "values"?: Array<string>;
17362
17553
  }
17363
17554
 
17364
- export interface DocumentAudit {
17365
- "id"?: string;
17366
- "name"?: string;
17367
- "user"?: Models.DomainEntityRef;
17368
- "workspace"?: Models.DomainEntityRef;
17369
- "transactionId"?: string;
17370
- "transactionInitiator"?: boolean;
17371
- "application"?: string;
17372
- "serviceName"?: string;
17373
- "level"?: string;
17374
- "timestamp"?: string;
17375
- "status"?: string;
17376
- "actionContext"?: string;
17377
- "action"?: string;
17378
- "entity"?: Models.AuditEntityReference;
17379
- "changes"?: Array<Models.AuditChange>;
17380
- "selfUri"?: string;
17381
- }
17382
-
17383
- export interface DocumentAuditEntityListing {
17384
- "entities"?: Array<Models.DocumentAudit>;
17385
- "pageSize"?: number;
17386
- "pageNumber"?: number;
17387
- "total"?: number;
17388
- "firstUri"?: string;
17389
- "nextUri"?: string;
17390
- "previousUri"?: string;
17391
- "lastUri"?: string;
17392
- "selfUri"?: string;
17393
- "pageCount"?: number;
17394
- }
17395
-
17396
17555
  export interface DocumentBody {
17397
17556
  "blocks": Array<Models.DocumentBodyBlock>;
17398
17557
  }
@@ -18242,6 +18401,7 @@ declare namespace Models {
18242
18401
  "physicalEdge"?: boolean;
18243
18402
  "managed"?: boolean;
18244
18403
  "edgeDeploymentType"?: string;
18404
+ "certType"?: string;
18245
18405
  "callDrainingState"?: string;
18246
18406
  "conversationCount"?: number;
18247
18407
  "proxy"?: string;
@@ -18609,6 +18769,7 @@ declare namespace Models {
18609
18769
  "wrapup"?: Models.Wrapup;
18610
18770
  "afterCallWork"?: Models.AfterCallWork;
18611
18771
  "afterCallWorkRequired"?: boolean;
18772
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
18612
18773
  }
18613
18774
 
18614
18775
  export interface EmailAddress {
@@ -19242,8 +19403,19 @@ declare namespace Models {
19242
19403
  "answers"?: Models.EvaluationScoringSet;
19243
19404
  }
19244
19405
 
19245
- export interface EvaluationFormEntityListing {
19246
- "entities"?: Array<Models.EvaluationForm>;
19406
+ export interface EvaluationFormResponse {
19407
+ "id"?: string;
19408
+ "name": string;
19409
+ "modifiedDate"?: string;
19410
+ "published"?: boolean;
19411
+ "contextId"?: string;
19412
+ "questionGroups"?: Array<Models.EvaluationQuestionGroup>;
19413
+ "weightMode"?: string;
19414
+ "selfUri"?: string;
19415
+ }
19416
+
19417
+ export interface EvaluationFormResponseEntityListing {
19418
+ "entities"?: Array<Models.EvaluationFormResponse>;
19247
19419
  "pageSize"?: number;
19248
19420
  "pageNumber"?: number;
19249
19421
  "total"?: number;
@@ -19255,17 +19427,6 @@ declare namespace Models {
19255
19427
  "pageCount"?: number;
19256
19428
  }
19257
19429
 
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
19430
  export interface EvaluationQualityV2TopicCalibration {
19270
19431
  "id"?: string;
19271
19432
  }
@@ -19407,7 +19568,6 @@ declare namespace Models {
19407
19568
  "releaseDate"?: string;
19408
19569
  "assignedDate"?: string;
19409
19570
  "changedDate"?: string;
19410
- "revisionCreatedDate"?: string;
19411
19571
  "queue"?: Models.Queue;
19412
19572
  "mediaType"?: Array<string>;
19413
19573
  "rescore"?: boolean;
@@ -19419,7 +19579,6 @@ declare namespace Models {
19419
19579
  "resourceId"?: string;
19420
19580
  "resourceType"?: string;
19421
19581
  "redacted"?: boolean;
19422
- "agentTeam"?: Models.Team;
19423
19582
  "isScoringIndex"?: boolean;
19424
19583
  "authorizedActions"?: Array<string>;
19425
19584
  "hasAssistanceFailed"?: boolean;
@@ -22325,6 +22484,20 @@ declare namespace Models {
22325
22484
  "pageCount"?: number;
22326
22485
  }
22327
22486
 
22487
+ export interface ImportTemplateImportStatusImportStatus {
22488
+ "importState"?: string;
22489
+ "totalRecords"?: number;
22490
+ "completedRecords"?: number;
22491
+ "percentageComplete"?: number;
22492
+ "failureReason"?: string;
22493
+ "targetContactListIds"?: Array<string>;
22494
+ "listNamePrefix"?: string;
22495
+ "additionalProperties"?: { [key: string]: object; };
22496
+ }
22497
+
22498
+ export interface ImportTemplateImportStatusObject {
22499
+ }
22500
+
22328
22501
  export interface InboundDomain {
22329
22502
  "id"?: string;
22330
22503
  "name"?: string;
@@ -25764,13 +25937,6 @@ declare namespace Models {
25764
25937
  "keypairId": string;
25765
25938
  }
25766
25939
 
25767
- export interface LocalTime {
25768
- "hour"?: number;
25769
- "minute"?: number;
25770
- "second"?: number;
25771
- "nano"?: number;
25772
- }
25773
-
25774
25940
  export interface LocaleFlowVersionInfo {
25775
25941
  "nluVersion"?: Models.AddressableEntityRef;
25776
25942
  }
@@ -25938,12 +26104,25 @@ declare namespace Models {
25938
26104
  "sortOrder"?: string;
25939
26105
  }
25940
26106
 
26107
+ export interface LogCaptureQueryResponse {
26108
+ "entities"?: Array<Models.LogEntry>;
26109
+ "nextUri"?: string;
26110
+ "selfUri"?: string;
26111
+ "previousUri"?: string;
26112
+ }
26113
+
25941
26114
  export interface LogCaptureUserConfiguration {
25942
26115
  "id"?: string;
25943
26116
  "dateExpired": string;
25944
26117
  "selfUri"?: string;
25945
26118
  }
25946
26119
 
26120
+ export interface LogEntry {
26121
+ "level"?: string;
26122
+ "message"?: string;
26123
+ "timestamp"?: number;
26124
+ }
26125
+
25947
26126
  export interface LogicalInterfaceEntityListing {
25948
26127
  "entities"?: Array<Models.DomainLogicalInterface>;
25949
26128
  "pageSize"?: number;
@@ -26284,6 +26463,7 @@ declare namespace Models {
26284
26463
  "afterCallWorkRequired"?: boolean;
26285
26464
  "agentAssistantId"?: string;
26286
26465
  "byoSmsIntegrationId"?: string;
26466
+ "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
26287
26467
  }
26288
26468
 
26289
26469
  export interface MessageContent {
@@ -26828,6 +27008,7 @@ declare namespace Models {
26828
27008
  "defaultObjective"?: Models.DefaultObjective;
26829
27009
  "lockTemplateId"?: string;
26830
27010
  "mediaTypeFilteringAllowed"?: boolean;
27011
+ "initialDirectionFilteringAllowed"?: boolean;
26831
27012
  "queueFilteringAllowed"?: boolean;
26832
27013
  "selfUri"?: string;
26833
27014
  }
@@ -26957,6 +27138,14 @@ declare namespace Models {
26957
27138
  "previousUri"?: string;
26958
27139
  }
26959
27140
 
27141
+ export interface MobileNotificationSettings {
27142
+ "when": string;
27143
+ }
27144
+
27145
+ export interface MobileSettings {
27146
+ "notifications": Models.MobileNotificationSettings;
27147
+ }
27148
+
26960
27149
  export interface ModelingProcessingError {
26961
27150
  "internalErrorCode"?: string;
26962
27151
  "description"?: string;
@@ -27006,6 +27195,11 @@ declare namespace Models {
27006
27195
  "status"?: string;
27007
27196
  }
27008
27197
 
27198
+ export interface MuAgentQueueTimeRequest {
27199
+ "managementUnitId": string;
27200
+ "agentOnQueueTimes": Array<Models.AgentQueueTimeRequest>;
27201
+ }
27202
+
27009
27203
  export interface MuRescheduleResultWrapper {
27010
27204
  "agentSchedules"?: Array<Models.BuAgentScheduleRescheduleResponse>;
27011
27205
  }
@@ -27850,7 +28044,7 @@ declare namespace Models {
27850
28044
  "parentEntity"?: string;
27851
28045
  "entityType"?: string;
27852
28046
  "conversationId"?: string;
27853
- "timestamp"?: string;
28047
+ "timestamp"?: number;
27854
28048
  }
27855
28049
 
27856
28050
  export interface OptInSettings {
@@ -27899,6 +28093,7 @@ declare namespace Models {
27899
28093
  "certifications"?: Array<string>;
27900
28094
  "biography"?: Models.Biography;
27901
28095
  "employerInfo"?: Models.EmployerInfo;
28096
+ "preferredName"?: string;
27902
28097
  "routingStatus"?: Models.RoutingStatus;
27903
28098
  "presence"?: Models.UserPresence;
27904
28099
  "integrationPresence"?: Models.UserPresence;
@@ -28512,6 +28707,12 @@ declare namespace Models {
28512
28707
  "selfUri"?: string;
28513
28708
  }
28514
28709
 
28710
+ export interface PagelessEntityListing {
28711
+ "total"?: number;
28712
+ "entities"?: Array<Models.AddressableEntity>;
28713
+ "selfUri"?: string;
28714
+ }
28715
+
28515
28716
  export interface PagingSpec {
28516
28717
  "pageSize": number;
28517
28718
  "pageNumber": number;
@@ -28880,6 +29081,7 @@ declare namespace Models {
28880
29081
 
28881
29082
  export interface PatchUser {
28882
29083
  "id"?: string;
29084
+ "preferredName"?: string;
28883
29085
  "acdAutoAnswer"?: boolean;
28884
29086
  }
28885
29087
 
@@ -28888,6 +29090,70 @@ declare namespace Models {
28888
29090
  "architectFlow"?: Models.AddressableEntityRef;
28889
29091
  }
28890
29092
 
29093
+ export interface PerformancePredictionCompleteEventTopicErrorBody {
29094
+ "status"?: number;
29095
+ "code"?: string;
29096
+ "message"?: string;
29097
+ "messageParams"?: { [key: string]: string; };
29098
+ }
29099
+
29100
+ export interface PerformancePredictionCompleteEventTopicPerformancePredictionCalculationNotification {
29101
+ "scheduleId"?: string;
29102
+ "weekDate"?: string;
29103
+ "downloadUrl"?: string;
29104
+ "state"?: string;
29105
+ "error"?: Models.PerformancePredictionCompleteEventTopicErrorBody;
29106
+ }
29107
+
29108
+ export interface PerformancePredictionOutputs {
29109
+ "calculationStartDate": string;
29110
+ "calculationIntervalLengthMinutes": number;
29111
+ "planningGroupResults": Array<Models.PlanningGroupOutputs>;
29112
+ }
29113
+
29114
+ export interface PerformancePredictionRecalculationCompleteEventTopicErrorBody {
29115
+ "status"?: number;
29116
+ "code"?: string;
29117
+ "message"?: string;
29118
+ "messageParams"?: { [key: string]: string; };
29119
+ }
29120
+
29121
+ export interface PerformancePredictionRecalculationCompleteEventTopicPerformancePredictionUserRecalculationNotification {
29122
+ "operationId"?: string;
29123
+ "downloadUrl"?: string;
29124
+ "state"?: string;
29125
+ "error"?: Models.PerformancePredictionRecalculationCompleteEventTopicErrorBody;
29126
+ }
29127
+
29128
+ export interface PerformancePredictionRecalculationResponse {
29129
+ "operationId": string;
29130
+ "downloadUrl"?: string;
29131
+ "downloadResult"?: Models.PerformancePredictionOutputs;
29132
+ "state": string;
29133
+ }
29134
+
29135
+ export interface PerformancePredictionRecalculationUploadResponse {
29136
+ "uploadKey"?: string;
29137
+ "url"?: string;
29138
+ "headers"?: { [key: string]: string; };
29139
+ "uploadBodySchema"?: Models.PerformancePredictionUploadSchema;
29140
+ }
29141
+
29142
+ export interface PerformancePredictionResponse {
29143
+ "id"?: string;
29144
+ "weekDate": string;
29145
+ "scheduleId": string;
29146
+ "downloadUrl"?: string;
29147
+ "downloadResult"?: Models.PerformancePredictionOutputs;
29148
+ "state": string;
29149
+ "selfUri"?: string;
29150
+ }
29151
+
29152
+ export interface PerformancePredictionUploadSchema {
29153
+ "calculationStartDate": string;
29154
+ "onQueueTimes": Array<Models.MuAgentQueueTimeRequest>;
29155
+ }
29156
+
28891
29157
  export interface PerformanceProfile {
28892
29158
  "id"?: string;
28893
29159
  "name": string;
@@ -29196,6 +29462,14 @@ declare namespace Models {
29196
29462
  "metadata"?: Models.WfmVersionedEntityMetadata;
29197
29463
  }
29198
29464
 
29465
+ export interface PlanningGroupOutputs {
29466
+ "planningGroupId": string;
29467
+ "serviceLevelPerInterval": Array<number>;
29468
+ "occupancyPerInterval": Array<number>;
29469
+ "averageSpeedOfAnswerSecondsPerInterval": Array<number>;
29470
+ "abandonRatePerInterval": Array<number>;
29471
+ }
29472
+
29199
29473
  export interface PlanningGroupReference {
29200
29474
  "id"?: string;
29201
29475
  "selfUri"?: string;
@@ -29990,6 +30264,7 @@ declare namespace Models {
29990
30264
  "startAcwTime"?: string;
29991
30265
  "endAcwTime"?: string;
29992
30266
  "mediaRoles"?: Array<string>;
30267
+ "queueMediaSettings"?: Models.QueueConversationCallEventTopicQueueMediaSettings;
29993
30268
  "muted"?: boolean;
29994
30269
  "confined"?: boolean;
29995
30270
  "recording"?: boolean;
@@ -30072,6 +30347,13 @@ declare namespace Models {
30072
30347
  "type"?: string;
30073
30348
  }
30074
30349
 
30350
+ export interface QueueConversationCallEventTopicQueueMediaSettings {
30351
+ "alertingTimeoutSeconds"?: number;
30352
+ "autoAnswerAlertToneSeconds"?: number;
30353
+ "manualAnswerAlertToneSeconds"?: number;
30354
+ "enableAutoAnswer"?: boolean;
30355
+ }
30356
+
30075
30357
  export interface QueueConversationCallEventTopicScoredAgent {
30076
30358
  "agent"?: Models.QueueConversationCallEventTopicUriReference;
30077
30359
  "score"?: number;
@@ -30134,6 +30416,7 @@ declare namespace Models {
30134
30416
  "startAcwTime"?: string;
30135
30417
  "endAcwTime"?: string;
30136
30418
  "mediaRoles"?: Array<string>;
30419
+ "queueMediaSettings"?: Models.QueueConversationCallbackEventTopicQueueMediaSettings;
30137
30420
  "outboundPreview"?: Models.QueueConversationCallbackEventTopicDialerPreview;
30138
30421
  "voicemail"?: Models.QueueConversationCallbackEventTopicVoicemail;
30139
30422
  "callbackNumbers"?: Array<string>;
@@ -30212,6 +30495,13 @@ declare namespace Models {
30212
30495
  "type"?: string;
30213
30496
  }
30214
30497
 
30498
+ export interface QueueConversationCallbackEventTopicQueueMediaSettings {
30499
+ "alertingTimeoutSeconds"?: number;
30500
+ "autoAnswerAlertToneSeconds"?: number;
30501
+ "manualAnswerAlertToneSeconds"?: number;
30502
+ "enableAutoAnswer"?: boolean;
30503
+ }
30504
+
30215
30505
  export interface QueueConversationCallbackEventTopicScoredAgent {
30216
30506
  "agent"?: Models.QueueConversationCallbackEventTopicUriReference;
30217
30507
  "score"?: number;
@@ -30279,6 +30569,7 @@ declare namespace Models {
30279
30569
  "startAcwTime"?: string;
30280
30570
  "endAcwTime"?: string;
30281
30571
  "mediaRoles"?: Array<string>;
30572
+ "queueMediaSettings"?: Models.QueueConversationChatEventTopicQueueMediaSettings;
30282
30573
  "roomId"?: string;
30283
30574
  "avatarImageUrl"?: string;
30284
30575
  }
@@ -30337,6 +30628,13 @@ declare namespace Models {
30337
30628
  "type"?: string;
30338
30629
  }
30339
30630
 
30631
+ export interface QueueConversationChatEventTopicQueueMediaSettings {
30632
+ "alertingTimeoutSeconds"?: number;
30633
+ "autoAnswerAlertToneSeconds"?: number;
30634
+ "manualAnswerAlertToneSeconds"?: number;
30635
+ "enableAutoAnswer"?: boolean;
30636
+ }
30637
+
30340
30638
  export interface QueueConversationChatEventTopicScoredAgent {
30341
30639
  "agent"?: Models.QueueConversationChatEventTopicUriReference;
30342
30640
  "score"?: number;
@@ -30399,6 +30697,7 @@ declare namespace Models {
30399
30697
  "startAcwTime"?: string;
30400
30698
  "endAcwTime"?: string;
30401
30699
  "mediaRoles"?: Array<string>;
30700
+ "queueMediaSettings"?: Models.QueueConversationCobrowseEventTopicQueueMediaSettings;
30402
30701
  "cobrowseSessionId"?: string;
30403
30702
  "cobrowseRole"?: string;
30404
30703
  "viewerUrl"?: string;
@@ -30460,6 +30759,13 @@ declare namespace Models {
30460
30759
  "type"?: string;
30461
30760
  }
30462
30761
 
30762
+ export interface QueueConversationCobrowseEventTopicQueueMediaSettings {
30763
+ "alertingTimeoutSeconds"?: number;
30764
+ "autoAnswerAlertToneSeconds"?: number;
30765
+ "manualAnswerAlertToneSeconds"?: number;
30766
+ "enableAutoAnswer"?: boolean;
30767
+ }
30768
+
30463
30769
  export interface QueueConversationCobrowseEventTopicScoredAgent {
30464
30770
  "agent"?: Models.QueueConversationCobrowseEventTopicUriReference;
30465
30771
  "score"?: number;
@@ -30545,6 +30851,7 @@ declare namespace Models {
30545
30851
  "startAcwTime"?: string;
30546
30852
  "endAcwTime"?: string;
30547
30853
  "mediaRoles"?: Array<string>;
30854
+ "queueMediaSettings"?: Models.QueueConversationEmailEventTopicQueueMediaSettings;
30548
30855
  "subject"?: string;
30549
30856
  "messagesSent"?: number;
30550
30857
  "autoGenerated"?: boolean;
@@ -30592,6 +30899,13 @@ declare namespace Models {
30592
30899
  "type"?: string;
30593
30900
  }
30594
30901
 
30902
+ export interface QueueConversationEmailEventTopicQueueMediaSettings {
30903
+ "alertingTimeoutSeconds"?: number;
30904
+ "autoAnswerAlertToneSeconds"?: number;
30905
+ "manualAnswerAlertToneSeconds"?: number;
30906
+ "enableAutoAnswer"?: boolean;
30907
+ }
30908
+
30595
30909
  export interface QueueConversationEmailEventTopicScoredAgent {
30596
30910
  "agent"?: Models.QueueConversationEmailEventTopicUriReference;
30597
30911
  "score"?: number;
@@ -30662,6 +30976,7 @@ declare namespace Models {
30662
30976
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30663
30977
  "afterCallWorkRequired"?: boolean;
30664
30978
  "agentAssistantId"?: string;
30979
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30665
30980
  }
30666
30981
 
30667
30982
  export interface QueueConversationEventTopicCallback {
@@ -30691,6 +31006,7 @@ declare namespace Models {
30691
31006
  "afterCallWorkRequired"?: boolean;
30692
31007
  "callerId"?: string;
30693
31008
  "callerIdName"?: string;
31009
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30694
31010
  }
30695
31011
 
30696
31012
  export interface QueueConversationEventTopicChat {
@@ -30711,6 +31027,7 @@ declare namespace Models {
30711
31027
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30712
31028
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30713
31029
  "afterCallWorkRequired"?: boolean;
31030
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30714
31031
  }
30715
31032
 
30716
31033
  export interface QueueConversationEventTopicCobrowse {
@@ -30733,6 +31050,7 @@ declare namespace Models {
30733
31050
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30734
31051
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30735
31052
  "afterCallWorkRequired"?: boolean;
31053
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30736
31054
  }
30737
31055
 
30738
31056
  export interface QueueConversationEventTopicConversation {
@@ -30796,6 +31114,7 @@ declare namespace Models {
30796
31114
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
30797
31115
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
30798
31116
  "afterCallWorkRequired"?: boolean;
31117
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30799
31118
  }
30800
31119
 
30801
31120
  export interface QueueConversationEventTopicErrorDetails {
@@ -30876,6 +31195,7 @@ declare namespace Models {
30876
31195
  "afterCallWorkRequired"?: boolean;
30877
31196
  "agentAssistantId"?: string;
30878
31197
  "byoSmsIntegrationId"?: string;
31198
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
30879
31199
  }
30880
31200
 
30881
31201
  export interface QueueConversationEventTopicMessageDetails {
@@ -30973,6 +31293,13 @@ declare namespace Models {
30973
31293
  "type"?: string;
30974
31294
  }
30975
31295
 
31296
+ export interface QueueConversationEventTopicQueueMediaSettings {
31297
+ "alertingTimeoutSeconds"?: number;
31298
+ "autoAnswerAlertToneSeconds"?: number;
31299
+ "manualAnswerAlertToneSeconds"?: number;
31300
+ "enableAutoAnswer"?: boolean;
31301
+ }
31302
+
30976
31303
  export interface QueueConversationEventTopicRecentTransfer {
30977
31304
  "id"?: string;
30978
31305
  "state"?: string;
@@ -31005,6 +31332,7 @@ declare namespace Models {
31005
31332
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
31006
31333
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
31007
31334
  "afterCallWorkRequired"?: boolean;
31335
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
31008
31336
  }
31009
31337
 
31010
31338
  export interface QueueConversationEventTopicSocialExpression {
@@ -31054,6 +31382,7 @@ declare namespace Models {
31054
31382
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
31055
31383
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
31056
31384
  "afterCallWorkRequired"?: boolean;
31385
+ "queueMediaSettings"?: Models.QueueConversationEventTopicQueueMediaSettings;
31057
31386
  }
31058
31387
 
31059
31388
  export interface QueueConversationEventTopicVoicemail {
@@ -31200,6 +31529,7 @@ declare namespace Models {
31200
31529
  "startAcwTime"?: string;
31201
31530
  "endAcwTime"?: string;
31202
31531
  "mediaRoles"?: Array<string>;
31532
+ "queueMediaSettings"?: Models.QueueConversationMessageEventTopicQueueMediaSettings;
31203
31533
  "messages"?: Array<Models.QueueConversationMessageEventTopicMessageDetails>;
31204
31534
  "type"?: string;
31205
31535
  "recipientCountry"?: string;
@@ -31229,6 +31559,13 @@ declare namespace Models {
31229
31559
  "id"?: string;
31230
31560
  }
31231
31561
 
31562
+ export interface QueueConversationMessageEventTopicQueueMediaSettings {
31563
+ "alertingTimeoutSeconds"?: number;
31564
+ "autoAnswerAlertToneSeconds"?: number;
31565
+ "manualAnswerAlertToneSeconds"?: number;
31566
+ "enableAutoAnswer"?: boolean;
31567
+ }
31568
+
31232
31569
  export interface QueueConversationMessageEventTopicScoredAgent {
31233
31570
  "agent"?: Models.QueueConversationMessageEventTopicUriReference;
31234
31571
  "score"?: number;
@@ -31301,6 +31638,13 @@ declare namespace Models {
31301
31638
  "type"?: string;
31302
31639
  }
31303
31640
 
31641
+ export interface QueueConversationScreenShareEventTopicQueueMediaSettings {
31642
+ "alertingTimeoutSeconds"?: number;
31643
+ "autoAnswerAlertToneSeconds"?: number;
31644
+ "manualAnswerAlertToneSeconds"?: number;
31645
+ "enableAutoAnswer"?: boolean;
31646
+ }
31647
+
31304
31648
  export interface QueueConversationScreenShareEventTopicScoredAgent {
31305
31649
  "agent"?: Models.QueueConversationScreenShareEventTopicUriReference;
31306
31650
  "score"?: number;
@@ -31350,6 +31694,7 @@ declare namespace Models {
31350
31694
  "startAcwTime"?: string;
31351
31695
  "endAcwTime"?: string;
31352
31696
  "mediaRoles"?: Array<string>;
31697
+ "queueMediaSettings"?: Models.QueueConversationScreenShareEventTopicQueueMediaSettings;
31353
31698
  "context"?: string;
31354
31699
  "peerCount"?: number;
31355
31700
  "sharing"?: boolean;
@@ -31420,6 +31765,7 @@ declare namespace Models {
31420
31765
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31421
31766
  "afterCallWorkRequired"?: boolean;
31422
31767
  "agentAssistantId"?: string;
31768
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31423
31769
  }
31424
31770
 
31425
31771
  export interface QueueConversationSocialExpressionEventTopicCallback {
@@ -31449,6 +31795,7 @@ declare namespace Models {
31449
31795
  "afterCallWorkRequired"?: boolean;
31450
31796
  "callerId"?: string;
31451
31797
  "callerIdName"?: string;
31798
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31452
31799
  }
31453
31800
 
31454
31801
  export interface QueueConversationSocialExpressionEventTopicChat {
@@ -31469,6 +31816,7 @@ declare namespace Models {
31469
31816
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31470
31817
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31471
31818
  "afterCallWorkRequired"?: boolean;
31819
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31472
31820
  }
31473
31821
 
31474
31822
  export interface QueueConversationSocialExpressionEventTopicCobrowse {
@@ -31491,6 +31839,7 @@ declare namespace Models {
31491
31839
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31492
31840
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31493
31841
  "afterCallWorkRequired"?: boolean;
31842
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31494
31843
  }
31495
31844
 
31496
31845
  export interface QueueConversationSocialExpressionEventTopicConversation {
@@ -31554,6 +31903,7 @@ declare namespace Models {
31554
31903
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31555
31904
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31556
31905
  "afterCallWorkRequired"?: boolean;
31906
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31557
31907
  }
31558
31908
 
31559
31909
  export interface QueueConversationSocialExpressionEventTopicErrorDetails {
@@ -31634,6 +31984,7 @@ declare namespace Models {
31634
31984
  "afterCallWorkRequired"?: boolean;
31635
31985
  "agentAssistantId"?: string;
31636
31986
  "byoSmsIntegrationId"?: string;
31987
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31637
31988
  }
31638
31989
 
31639
31990
  export interface QueueConversationSocialExpressionEventTopicMessageDetails {
@@ -31731,6 +32082,13 @@ declare namespace Models {
31731
32082
  "type"?: string;
31732
32083
  }
31733
32084
 
32085
+ export interface QueueConversationSocialExpressionEventTopicQueueMediaSettings {
32086
+ "alertingTimeoutSeconds"?: number;
32087
+ "autoAnswerAlertToneSeconds"?: number;
32088
+ "manualAnswerAlertToneSeconds"?: number;
32089
+ "enableAutoAnswer"?: boolean;
32090
+ }
32091
+
31734
32092
  export interface QueueConversationSocialExpressionEventTopicRecentTransfer {
31735
32093
  "id"?: string;
31736
32094
  "state"?: string;
@@ -31763,6 +32121,7 @@ declare namespace Models {
31763
32121
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31764
32122
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31765
32123
  "afterCallWorkRequired"?: boolean;
32124
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31766
32125
  }
31767
32126
 
31768
32127
  export interface QueueConversationSocialExpressionEventTopicSocialExpression {
@@ -31812,6 +32171,7 @@ declare namespace Models {
31812
32171
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
31813
32172
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
31814
32173
  "afterCallWorkRequired"?: boolean;
32174
+ "queueMediaSettings"?: Models.QueueConversationSocialExpressionEventTopicQueueMediaSettings;
31815
32175
  }
31816
32176
 
31817
32177
  export interface QueueConversationSocialExpressionEventTopicVoicemail {
@@ -31883,6 +32243,7 @@ declare namespace Models {
31883
32243
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
31884
32244
  "afterCallWorkRequired"?: boolean;
31885
32245
  "agentAssistantId"?: string;
32246
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31886
32247
  }
31887
32248
 
31888
32249
  export interface QueueConversationVideoEventTopicCallback {
@@ -31912,6 +32273,7 @@ declare namespace Models {
31912
32273
  "afterCallWorkRequired"?: boolean;
31913
32274
  "callerId"?: string;
31914
32275
  "callerIdName"?: string;
32276
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31915
32277
  }
31916
32278
 
31917
32279
  export interface QueueConversationVideoEventTopicChat {
@@ -31932,6 +32294,7 @@ declare namespace Models {
31932
32294
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
31933
32295
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
31934
32296
  "afterCallWorkRequired"?: boolean;
32297
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31935
32298
  }
31936
32299
 
31937
32300
  export interface QueueConversationVideoEventTopicCobrowse {
@@ -31954,6 +32317,7 @@ declare namespace Models {
31954
32317
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
31955
32318
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
31956
32319
  "afterCallWorkRequired"?: boolean;
32320
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
31957
32321
  }
31958
32322
 
31959
32323
  export interface QueueConversationVideoEventTopicConversation {
@@ -32017,6 +32381,7 @@ declare namespace Models {
32017
32381
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
32018
32382
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
32019
32383
  "afterCallWorkRequired"?: boolean;
32384
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
32020
32385
  }
32021
32386
 
32022
32387
  export interface QueueConversationVideoEventTopicErrorDetails {
@@ -32097,6 +32462,7 @@ declare namespace Models {
32097
32462
  "afterCallWorkRequired"?: boolean;
32098
32463
  "agentAssistantId"?: string;
32099
32464
  "byoSmsIntegrationId"?: string;
32465
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
32100
32466
  }
32101
32467
 
32102
32468
  export interface QueueConversationVideoEventTopicMessageDetails {
@@ -32194,6 +32560,13 @@ declare namespace Models {
32194
32560
  "type"?: string;
32195
32561
  }
32196
32562
 
32563
+ export interface QueueConversationVideoEventTopicQueueMediaSettings {
32564
+ "alertingTimeoutSeconds"?: number;
32565
+ "autoAnswerAlertToneSeconds"?: number;
32566
+ "manualAnswerAlertToneSeconds"?: number;
32567
+ "enableAutoAnswer"?: boolean;
32568
+ }
32569
+
32197
32570
  export interface QueueConversationVideoEventTopicRecentTransfer {
32198
32571
  "id"?: string;
32199
32572
  "state"?: string;
@@ -32226,6 +32599,7 @@ declare namespace Models {
32226
32599
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
32227
32600
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
32228
32601
  "afterCallWorkRequired"?: boolean;
32602
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
32229
32603
  }
32230
32604
 
32231
32605
  export interface QueueConversationVideoEventTopicSocialExpression {
@@ -32275,6 +32649,7 @@ declare namespace Models {
32275
32649
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
32276
32650
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
32277
32651
  "afterCallWorkRequired"?: boolean;
32652
+ "queueMediaSettings"?: Models.QueueConversationVideoEventTopicQueueMediaSettings;
32278
32653
  }
32279
32654
 
32280
32655
  export interface QueueConversationVideoEventTopicVoicemail {
@@ -32708,7 +33083,7 @@ declare namespace Models {
32708
33083
  "includeRecordingsWithSensitiveData"?: boolean;
32709
33084
  "includeScreenRecordings"?: boolean;
32710
33085
  "clearExport"?: boolean;
32711
- "conversationQuery": Models.AsyncConversationQuery;
33086
+ "conversationQuery"?: Models.AsyncConversationQuery;
32712
33087
  }
32713
33088
 
32714
33089
  export interface RecordingMessagingMessage {
@@ -33600,6 +33975,7 @@ declare namespace Models {
33600
33975
  export interface RoutingData {
33601
33976
  "queueId": string;
33602
33977
  "languageId"?: string;
33978
+ "label"?: string;
33603
33979
  "priority"?: number;
33604
33980
  "skillIds"?: Array<string>;
33605
33981
  "preferredAgentIds"?: Array<string>;
@@ -35395,6 +35771,11 @@ declare namespace Models {
35395
35771
  "useWaterfallRule"?: boolean;
35396
35772
  }
35397
35773
 
35774
+ export interface StaffingRequirementsPlanningGroupData {
35775
+ "planningGroupId": string;
35776
+ "staffingRequirementsPerInterval": Array<number>;
35777
+ }
35778
+
35398
35779
  export interface StarrableDivision {
35399
35780
  "id"?: string;
35400
35781
  "name"?: string;
@@ -35656,76 +36037,76 @@ declare namespace Models {
35656
36037
  }
35657
36038
 
35658
36039
  export interface SupportCenterCompactCategoryModuleTemplate {
35659
- "active"?: boolean;
36040
+ "active": boolean;
35660
36041
  }
35661
36042
 
35662
36043
  export interface SupportCenterCustomMessage {
35663
- "defaultValue"?: string;
35664
- "type"?: string;
36044
+ "defaultValue": string;
36045
+ "type": string;
35665
36046
  }
35666
36047
 
35667
36048
  export interface SupportCenterDetailedCategoryModuleSidebar {
35668
- "enabled"?: boolean;
36049
+ "enabled": boolean;
35669
36050
  }
35670
36051
 
35671
36052
  export interface SupportCenterDetailedCategoryModuleTemplate {
35672
- "active"?: boolean;
35673
- "sidebar"?: Models.SupportCenterDetailedCategoryModuleSidebar;
36053
+ "active": boolean;
36054
+ "sidebar": Models.SupportCenterDetailedCategoryModuleSidebar;
35674
36055
  }
35675
36056
 
35676
36057
  export interface SupportCenterFeedbackSettings {
35677
- "enabled"?: boolean;
36058
+ "enabled": boolean;
35678
36059
  }
35679
36060
 
35680
36061
  export interface SupportCenterGlobalStyle {
35681
- "backgroundColor"?: string;
35682
- "primaryColor"?: string;
35683
- "primaryColorDark"?: string;
35684
- "primaryColorLight"?: string;
35685
- "textColor"?: string;
35686
- "fontFamily"?: string;
36062
+ "backgroundColor": string;
36063
+ "primaryColor": string;
36064
+ "primaryColorDark": string;
36065
+ "primaryColorLight": string;
36066
+ "textColor": string;
36067
+ "fontFamily": string;
35687
36068
  }
35688
36069
 
35689
36070
  export interface SupportCenterHeroStyle {
35690
- "backgroundColor"?: string;
35691
- "textColor"?: string;
36071
+ "backgroundColor": string;
36072
+ "textColor": string;
35692
36073
  "image"?: Models.SupportCenterImage;
35693
36074
  }
35694
36075
 
35695
36076
  export interface SupportCenterImage {
35696
- "source"?: Models.SupportCenterImageSource;
36077
+ "source": Models.SupportCenterImageSource;
35697
36078
  }
35698
36079
 
35699
36080
  export interface SupportCenterImageSource {
35700
- "defaultUrl"?: string;
36081
+ "defaultUrl": string;
35701
36082
  }
35702
36083
 
35703
36084
  export interface SupportCenterModuleSetting {
35704
- "type"?: string;
35705
- "enabled"?: boolean;
36085
+ "type": string;
36086
+ "enabled": boolean;
35706
36087
  "compactCategoryModuleTemplate"?: Models.SupportCenterCompactCategoryModuleTemplate;
35707
36088
  "detailedCategoryModuleTemplate"?: Models.SupportCenterDetailedCategoryModuleTemplate;
35708
36089
  }
35709
36090
 
35710
36091
  export interface SupportCenterScreen {
35711
- "type"?: string;
35712
- "moduleSettings"?: Array<Models.SupportCenterModuleSetting>;
36092
+ "type": string;
36093
+ "moduleSettings": Array<Models.SupportCenterModuleSetting>;
35713
36094
  }
35714
36095
 
35715
36096
  export interface SupportCenterSettings {
35716
- "enabled"?: boolean;
35717
- "knowledgeBase"?: Models.AddressableEntityRef;
36097
+ "enabled": boolean;
36098
+ "knowledgeBase": Models.AddressableEntityRef;
35718
36099
  "customMessages"?: Array<Models.SupportCenterCustomMessage>;
35719
36100
  "routerType"?: string;
35720
- "screens"?: Array<Models.SupportCenterScreen>;
35721
- "enabledCategories"?: Array<Models.SupportCenterCategory>;
35722
- "styleSetting"?: Models.SupportCenterStyleSetting;
36101
+ "screens": Array<Models.SupportCenterScreen>;
36102
+ "enabledCategories": Array<Models.SupportCenterCategory>;
36103
+ "styleSetting": Models.SupportCenterStyleSetting;
35723
36104
  "feedback"?: Models.SupportCenterFeedbackSettings;
35724
36105
  }
35725
36106
 
35726
36107
  export interface SupportCenterStyleSetting {
35727
- "heroStyle"?: Models.SupportCenterHeroStyle;
35728
- "globalStyle"?: Models.SupportCenterGlobalStyle;
36108
+ "heroStyle": Models.SupportCenterHeroStyle;
36109
+ "globalStyle": Models.SupportCenterGlobalStyle;
35729
36110
  }
35730
36111
 
35731
36112
  export interface SupportedContent {
@@ -36995,6 +37376,8 @@ declare namespace Models {
36995
37376
  "transcriptionConfidenceThreshold": number;
36996
37377
  "lowLatencyTranscriptionEnabled"?: boolean;
36997
37378
  "contentSearchEnabled"?: boolean;
37379
+ "pciDssRedactionEnabled"?: boolean;
37380
+ "piiRedactionEnabled"?: boolean;
36998
37381
  }
36999
37382
 
37000
37383
  export interface TranscriptionTopicTranscriptAlternative {
@@ -37453,6 +37836,7 @@ declare namespace Models {
37453
37836
  "certifications"?: Array<string>;
37454
37837
  "biography"?: Models.Biography;
37455
37838
  "employerInfo"?: Models.EmployerInfo;
37839
+ "preferredName"?: string;
37456
37840
  "routingStatus"?: Models.RoutingStatus;
37457
37841
  "presence"?: Models.UserPresence;
37458
37842
  "integrationPresence"?: Models.UserPresence;
@@ -37885,6 +38269,15 @@ declare namespace Models {
37885
38269
  "settings"?: Models.ManagementUnitSettingsRequest;
37886
38270
  }
37887
38271
 
38272
+ export interface UpdateMuAgentRequest {
38273
+ "schedulable"?: boolean;
38274
+ "userId": string;
38275
+ }
38276
+
38277
+ export interface UpdateMuAgentsRequest {
38278
+ "entities"?: Array<Models.UpdateMuAgentRequest>;
38279
+ }
38280
+
37888
38281
  export interface UpdateNotificationResponse {
37889
38282
  "mutableGroupId"?: string;
37890
38283
  "id"?: string;
@@ -37968,6 +38361,7 @@ declare namespace Models {
37968
38361
  "addresses"?: Array<Models.Contact>;
37969
38362
  "title"?: string;
37970
38363
  "username"?: string;
38364
+ "preferredName"?: string;
37971
38365
  "manager"?: string;
37972
38366
  "images"?: Array<Models.UserImage>;
37973
38367
  "version": number;
@@ -37982,6 +38376,10 @@ declare namespace Models {
37982
38376
  "selfUri"?: string;
37983
38377
  }
37984
38378
 
38379
+ export interface UpdateUtilizationLabelRequest {
38380
+ "name": string;
38381
+ }
38382
+
37985
38383
  export interface UpdateVerifierRequest {
37986
38384
  "name"?: string;
37987
38385
  "enabled"?: boolean;
@@ -38064,6 +38462,7 @@ declare namespace Models {
38064
38462
  "certifications"?: Array<string>;
38065
38463
  "biography"?: Models.Biography;
38066
38464
  "employerInfo"?: Models.EmployerInfo;
38465
+ "preferredName"?: string;
38067
38466
  "routingStatus"?: Models.RoutingStatus;
38068
38467
  "presence"?: Models.UserPresence;
38069
38468
  "integrationPresence"?: Models.UserPresence;
@@ -38525,6 +38924,7 @@ declare namespace Models {
38525
38924
  "certifications"?: Array<string>;
38526
38925
  "biography"?: Models.Biography;
38527
38926
  "employerInfo"?: Models.EmployerInfo;
38927
+ "preferredName"?: string;
38528
38928
  "routingStatus"?: Models.RoutingStatus;
38529
38929
  "presence"?: Models.UserPresence;
38530
38930
  "integrationPresence"?: Models.UserPresence;
@@ -39077,6 +39477,19 @@ declare namespace Models {
39077
39477
  "selfUri"?: string;
39078
39478
  }
39079
39479
 
39480
+ export interface UtilizationLabelEntityListing {
39481
+ "entities"?: Array<Models.UtilizationLabel>;
39482
+ "pageSize"?: number;
39483
+ "pageNumber"?: number;
39484
+ "total"?: number;
39485
+ "firstUri"?: string;
39486
+ "nextUri"?: string;
39487
+ "previousUri"?: string;
39488
+ "lastUri"?: string;
39489
+ "selfUri"?: string;
39490
+ "pageCount"?: number;
39491
+ }
39492
+
39080
39493
  export interface UtilizationRequest {
39081
39494
  "utilization"?: { [key: string]: Models.MediaUtilization; };
39082
39495
  }
@@ -39472,6 +39885,70 @@ declare namespace Models {
39472
39885
  "normalizedMessage"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage;
39473
39886
  }
39474
39887
 
39888
+ export interface V2FlowExecutionDataFlowidTopicExecution {
39889
+ "objectType"?: string;
39890
+ "objectId"?: string;
39891
+ "outputPathId"?: string;
39892
+ "executionId"?: string;
39893
+ "startDateTime"?: string;
39894
+ "error"?: Models.V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo;
39895
+ "warning"?: Models.V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo;
39896
+ "languageTag"?: string;
39897
+ }
39898
+
39899
+ export interface V2FlowExecutionDataFlowidTopicFlow {
39900
+ "flowExecutionId"?: string;
39901
+ "objectExecutionId"?: string;
39902
+ }
39903
+
39904
+ export interface V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo {
39905
+ "reason"?: string;
39906
+ "executionId"?: string;
39907
+ "objectId"?: string;
39908
+ }
39909
+
39910
+ export interface V2FlowExecutionDataFlowidTopicFlowExecutionHistory {
39911
+ "executionId"?: string;
39912
+ "conversationId"?: string;
39913
+ "divisionId"?: string;
39914
+ "endDateTime"?: string;
39915
+ "endpoint"?: string;
39916
+ "errors"?: Array<Models.V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo>;
39917
+ "execution"?: Array<Models.V2FlowExecutionDataFlowidTopicExecution>;
39918
+ "flowExitReason"?: string;
39919
+ "flowId"?: string;
39920
+ "flowIsDebug"?: boolean;
39921
+ "executionItemsTruncated"?: boolean;
39922
+ "flowType"?: string;
39923
+ "flowVersion"?: string;
39924
+ "messageType"?: string;
39925
+ "invokingContext"?: Models.V2FlowExecutionDataFlowidTopicInvokingContext;
39926
+ "startDateTime"?: string;
39927
+ "warnings"?: Array<Models.V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo>;
39928
+ }
39929
+
39930
+ export interface V2FlowExecutionDataFlowidTopicInvokingContext {
39931
+ "flow"?: Models.V2FlowExecutionDataFlowidTopicFlow;
39932
+ "journeyActionMap"?: Models.V2FlowExecutionDataFlowidTopicJourneyActionMap;
39933
+ "processAutomation"?: Models.V2FlowExecutionDataFlowidTopicProcessAutomation;
39934
+ "quality"?: Models.V2FlowExecutionDataFlowidTopicQuality;
39935
+ }
39936
+
39937
+ export interface V2FlowExecutionDataFlowidTopicJourneyActionMap {
39938
+ "actionMapId"?: string;
39939
+ "actionId"?: string;
39940
+ }
39941
+
39942
+ export interface V2FlowExecutionDataFlowidTopicProcessAutomation {
39943
+ "triggerId"?: string;
39944
+ "triggerName"?: string;
39945
+ }
39946
+
39947
+ export interface V2FlowExecutionDataFlowidTopicQuality {
39948
+ "policyId"?: string;
39949
+ "policyName"?: string;
39950
+ }
39951
+
39475
39952
  export interface V2MobiusAlertsTopicAddressableEntityRef {
39476
39953
  "id"?: string;
39477
39954
  }
@@ -40945,6 +41422,28 @@ declare namespace Models {
40945
41422
  "dateModified"?: string;
40946
41423
  }
40947
41424
 
41425
+ export interface WfmBuShortTermForecastStaffingRequirementsGenerateCompleteTopicBuForecastShortTermStaffingRequirementsNotification {
41426
+ "businessUnitId"?: string;
41427
+ "state"?: string;
41428
+ "forecast"?: Models.WfmBuShortTermForecastStaffingRequirementsGenerateCompleteTopicBuShortTermForecastReference;
41429
+ "weekCount"?: number;
41430
+ "intervalLengthMinutes"?: number;
41431
+ "referenceStartDate"?: string;
41432
+ "results"?: Array<Models.WfmBuShortTermForecastStaffingRequirementsGenerateCompleteTopicBuForecastShortTermStaffingRequirementsResults>;
41433
+ }
41434
+
41435
+ export interface WfmBuShortTermForecastStaffingRequirementsGenerateCompleteTopicBuForecastShortTermStaffingRequirementsResults {
41436
+ "weekNumber"?: number;
41437
+ "downloadUrl"?: string;
41438
+ "downloadUrlExpirationDate"?: string;
41439
+ }
41440
+
41441
+ export interface WfmBuShortTermForecastStaffingRequirementsGenerateCompleteTopicBuShortTermForecastReference {
41442
+ "id"?: string;
41443
+ "weekDate"?: string;
41444
+ "description"?: string;
41445
+ }
41446
+
40948
41447
  export interface WfmBuShortTermForecastUpdateCompleteTopicBuForecastModification {
40949
41448
  "type"?: string;
40950
41449
  "startIntervalIndex"?: number;
@@ -42323,7 +42822,7 @@ declare namespace Models {
42323
42822
  "description"?: string;
42324
42823
  "defaultDestinationStatus"?: Models.WorkitemStatusReference;
42325
42824
  "statusTransitionDelaySeconds"?: number;
42326
- "statusTransitionTime"?: Models.LocalTime;
42825
+ "statusTransitionTime"?: string;
42327
42826
  "worktype"?: Models.WorktypeReference;
42328
42827
  "selfUri"?: string;
42329
42828
  }
@@ -42335,7 +42834,7 @@ declare namespace Models {
42335
42834
  "description"?: string;
42336
42835
  "defaultDestinationStatusId"?: string;
42337
42836
  "statusTransitionDelaySeconds"?: number;
42338
- "statusTransitionTime"?: Models.LocalTime;
42837
+ "statusTransitionTime"?: string;
42339
42838
  }
42340
42839
 
42341
42840
  export interface WorkitemStatusReference {
@@ -42350,7 +42849,7 @@ declare namespace Models {
42350
42849
  "description"?: string;
42351
42850
  "defaultDestinationStatusId"?: string;
42352
42851
  "statusTransitionDelaySeconds"?: number;
42353
- "statusTransitionTime"?: Models.LocalTime;
42852
+ "statusTransitionTime"?: string;
42354
42853
  }
42355
42854
 
42356
42855
  export interface WorkitemTerminate {
@@ -42502,6 +43001,12 @@ declare namespace Models {
42502
43001
  "delta"?: Models.WorktypeDelta;
42503
43002
  }
42504
43003
 
43004
+ export interface WorkitemsEventsNotificationAssignmentSegment {
43005
+ "startState"?: string;
43006
+ "endState"?: string;
43007
+ "durationMs"?: number;
43008
+ }
43009
+
42505
43010
  export interface WorkitemsEventsNotificationCustomAttribute {
42506
43011
  "dataType"?: string;
42507
43012
  "value"?: string;
@@ -42514,6 +43019,15 @@ declare namespace Models {
42514
43019
  "newValue"?: string;
42515
43020
  }
42516
43021
 
43022
+ export interface WorkitemsEventsNotificationSession {
43023
+ "type"?: string;
43024
+ "id"?: string;
43025
+ "status"?: string;
43026
+ "dateSessionStart"?: string;
43027
+ "dateSessionEnd"?: string;
43028
+ "assignmentSegments"?: Array<Models.WorkitemsEventsNotificationAssignmentSegment>;
43029
+ }
43030
+
42517
43031
  export interface WorkitemsEventsNotificationWorkitem {
42518
43032
  "id"?: string;
42519
43033
  "name"?: string;
@@ -42546,6 +43060,8 @@ declare namespace Models {
42546
43060
  "queueId"?: string;
42547
43061
  "customFields"?: { [key: string]: Models.WorkitemsEventsNotificationCustomAttribute; };
42548
43062
  "wrapup"?: Models.WorkitemsEventsNotificationWrapup;
43063
+ "sessions"?: Array<Models.WorkitemsEventsNotificationSession>;
43064
+ "skillIds"?: Array<string>;
42549
43065
  }
42550
43066
 
42551
43067
  export interface WorkitemsEventsNotificationWrapup {
@@ -42555,6 +43071,12 @@ declare namespace Models {
42555
43071
  "action"?: string;
42556
43072
  }
42557
43073
 
43074
+ export interface WorkitemsQueueEventsNotificationAssignmentSegment {
43075
+ "startState"?: string;
43076
+ "endState"?: string;
43077
+ "durationMs"?: number;
43078
+ }
43079
+
42558
43080
  export interface WorkitemsQueueEventsNotificationCustomAttribute {
42559
43081
  "dataType"?: string;
42560
43082
  "value"?: string;
@@ -42567,6 +43089,15 @@ declare namespace Models {
42567
43089
  "newValue"?: string;
42568
43090
  }
42569
43091
 
43092
+ export interface WorkitemsQueueEventsNotificationSession {
43093
+ "type"?: string;
43094
+ "id"?: string;
43095
+ "status"?: string;
43096
+ "dateSessionStart"?: string;
43097
+ "dateSessionEnd"?: string;
43098
+ "assignmentSegments"?: Array<Models.WorkitemsQueueEventsNotificationAssignmentSegment>;
43099
+ }
43100
+
42570
43101
  export interface WorkitemsQueueEventsNotificationWorkitem {
42571
43102
  "id"?: string;
42572
43103
  "name"?: string;
@@ -42599,6 +43130,8 @@ declare namespace Models {
42599
43130
  "queueId"?: string;
42600
43131
  "customFields"?: { [key: string]: Models.WorkitemsQueueEventsNotificationCustomAttribute; };
42601
43132
  "wrapup"?: Models.WorkitemsQueueEventsNotificationWrapup;
43133
+ "sessions"?: Array<Models.WorkitemsQueueEventsNotificationSession>;
43134
+ "skillIds"?: Array<string>;
42602
43135
  }
42603
43136
 
42604
43137
  export interface WorkitemsQueueEventsNotificationWrapup {
@@ -42608,6 +43141,12 @@ declare namespace Models {
42608
43141
  "action"?: string;
42609
43142
  }
42610
43143
 
43144
+ export interface WorkitemsUserEventsNotificationAssignmentSegment {
43145
+ "startState"?: string;
43146
+ "endState"?: string;
43147
+ "durationMs"?: number;
43148
+ }
43149
+
42611
43150
  export interface WorkitemsUserEventsNotificationCustomAttribute {
42612
43151
  "dataType"?: string;
42613
43152
  "value"?: string;
@@ -42620,6 +43159,15 @@ declare namespace Models {
42620
43159
  "newValue"?: string;
42621
43160
  }
42622
43161
 
43162
+ export interface WorkitemsUserEventsNotificationSession {
43163
+ "type"?: string;
43164
+ "id"?: string;
43165
+ "status"?: string;
43166
+ "dateSessionStart"?: string;
43167
+ "dateSessionEnd"?: string;
43168
+ "assignmentSegments"?: Array<Models.WorkitemsUserEventsNotificationAssignmentSegment>;
43169
+ }
43170
+
42623
43171
  export interface WorkitemsUserEventsNotificationWorkitem {
42624
43172
  "id"?: string;
42625
43173
  "name"?: string;
@@ -42652,6 +43200,8 @@ declare namespace Models {
42652
43200
  "queueId"?: string;
42653
43201
  "customFields"?: { [key: string]: Models.WorkitemsUserEventsNotificationCustomAttribute; };
42654
43202
  "wrapup"?: Models.WorkitemsUserEventsNotificationWrapup;
43203
+ "sessions"?: Array<Models.WorkitemsUserEventsNotificationSession>;
43204
+ "skillIds"?: Array<string>;
42655
43205
  }
42656
43206
 
42657
43207
  export interface WorkitemsUserEventsNotificationWrapup {