purecloud-platform-client-v2 130.0.0 → 132.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/README.md +2 -8
  2. package/dist/node/purecloud-platform-client-v2.js +522 -103
  3. package/dist/web-amd/purecloud-platform-client-v2.js +523 -104
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +528 -109
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +4175 -964
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +315 -45
  9. package/package.json +9 -9
  10. package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +46 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +177 -2
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +7 -3
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +3 -3
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +156 -0
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +7 -3
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +52 -2
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +8 -5
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -21
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +2 -2
  60. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/index.js +7 -1
package/index.d.ts CHANGED
@@ -13,6 +13,8 @@ declare class ApiClientClass {
13
13
  callApi(path: string, httpMethod: string, pathParams: { [key: string]: string; }, queryParams: { [key: string]: object; }, headerParams: { [key: string]: object; }, formParams: { [key: string]: object; }, bodyParam: any, authNames: Array<string>, contentTypes: Array<string>, accepts: Array<string>): Promise<any>;
14
14
  loginClientCredentialsGrant(clientId: string, clientSecret: string): Promise<AuthData>;
15
15
  loginImplicitGrant(clientId: string, redirectUri: string, opts?: LoginImplicitGrantOptions): Promise<AuthData>;
16
+ loginCodeAuthorizationGrant(clientId: string, clientSecret: string, authCode: string, redirectUri: string): Promise<AuthData>;
17
+ refreshCodeAuthorizationGrant(clientId: string, clientSecret: string, refreshToken: string): Promise<AuthData>;
16
18
  logout(logoutRedirectUri: string): void;
17
19
  setAccessToken(token: string): void;
18
20
  setEnvironment(environment: string): void;
@@ -124,10 +126,12 @@ declare class AnalyticsApi {
124
126
  getAnalyticsReportingScheduleHistoryLatest(scheduleId: string): Promise<Models.ReportRunEntry>;
125
127
  getAnalyticsReportingScheduleHistoryRunId(runId: string, scheduleId: string): Promise<Models.ReportRunEntry>;
126
128
  getAnalyticsReportingSchedules(opts?: AnalyticsApi.getAnalyticsReportingSchedulesOptions): Promise<Models.ReportScheduleEntityListing>;
129
+ getAnalyticsReportingSettings(): Promise<Models.AnalyticsReportingSettings>;
127
130
  getAnalyticsReportingTimeperiods(): Promise<Array<string>>;
128
131
  getAnalyticsUsersDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
129
132
  getAnalyticsUsersDetailsJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsUsersDetailsJobResultsOptions): Promise<Models.AnalyticsUserDetailsAsyncQueryResponse>;
130
133
  getAnalyticsUsersDetailsJobsAvailability(): Promise<Models.DataAvailabilityResponse>;
134
+ patchAnalyticsReportingSettings(body: Models.AnalyticsReportingSettings): Promise<Models.AnalyticsReportingSettings>;
131
135
  postAnalyticsBotsAggregatesQuery(body: Models.BotAggregationQuery): Promise<Models.BotAggregateQueryResponse>;
132
136
  postAnalyticsConversationDetailsProperties(conversationId: string, body: Models.PropertyIndexRequest): Promise<Models.PropertyIndexRequest>;
133
137
  postAnalyticsConversationsAggregatesQuery(body: Models.ConversationAggregationQuery): Promise<Models.ConversationAggregateQueryResponse>;
@@ -985,6 +989,7 @@ declare class ConversationsApi {
985
989
  deleteConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string): Promise<void>;
986
990
  deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string): Promise<void>;
987
991
  deleteConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.WhatsAppIntegration>;
992
+ deleteConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<void>;
988
993
  getAnalyticsConversationDetails(conversationId: string): Promise<Models.AnalyticsConversationWithoutAttributes>;
989
994
  getAnalyticsConversationsDetails(opts?: ConversationsApi.getAnalyticsConversationsDetailsOptions): Promise<Models.AnalyticsConversationWithoutAttributesMultiGetResponse>;
990
995
  getAnalyticsConversationsDetailsJob(jobId: string): Promise<Models.AsyncQueryStatus>;
@@ -1043,6 +1048,9 @@ declare class ConversationsApi {
1043
1048
  getConversationsMessagingIntegrationsWhatsapp(opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappOptions): Promise<Models.WhatsAppIntegrationEntityListing>;
1044
1049
  getConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappIntegrationIdOptions): Promise<Models.WhatsAppIntegration>;
1045
1050
  getConversationsMessagingSticker(messengerType: string, opts?: ConversationsApi.getConversationsMessagingStickerOptions): Promise<Models.MessagingStickerEntityListing>;
1051
+ getConversationsMessagingSupportedcontent(opts?: ConversationsApi.getConversationsMessagingSupportedcontentOptions): Promise<Models.SupportedContentListing>;
1052
+ getConversationsMessagingSupportedcontentDefault(): Promise<Models.SupportedContent>;
1053
+ getConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<Models.SupportedContent>;
1046
1054
  getConversationsMessagingThreadingtimeline(): Promise<Models.ConversationThreadingWindow>;
1047
1055
  patchConversationParticipant(conversationId: string, participantId: string, body: Models.MediaParticipantRequest): Promise<void>;
1048
1056
  patchConversationParticipantAttributes(conversationId: string, participantId: string, body: Models.ParticipantAttributes): Promise<void>;
@@ -1075,6 +1083,7 @@ declare class ConversationsApi {
1075
1083
  patchConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, body: Models.OpenIntegrationUpdateRequest): Promise<Models.OpenIntegration>;
1076
1084
  patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
1077
1085
  patchConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, body: Models.WhatsAppIntegrationUpdateRequest): Promise<Models.WhatsAppIntegration>;
1086
+ patchConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string, body: Models.SupportedContent): Promise<Models.SupportedContent>;
1078
1087
  postAnalyticsConversationDetailsProperties(conversationId: string, body: Models.PropertyIndexRequest): Promise<Models.PropertyIndexRequest>;
1079
1088
  postAnalyticsConversationsAggregatesQuery(body: Models.ConversationAggregationQuery): Promise<Models.ConversationAggregateQueryResponse>;
1080
1089
  postAnalyticsConversationsDetailsJobs(body: Models.AsyncConversationQuery): Promise<Models.AsyncQueryResponse>;
@@ -1117,11 +1126,13 @@ declare class ConversationsApi {
1117
1126
  postConversationsMessagingIntegrationsOpen(body: Models.OpenIntegrationRequest): Promise<Models.OpenIntegration>;
1118
1127
  postConversationsMessagingIntegrationsTwitter(body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
1119
1128
  postConversationsMessagingIntegrationsWhatsapp(body: Models.WhatsAppIntegrationRequest): Promise<Models.WhatsAppIntegration>;
1129
+ postConversationsMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
1120
1130
  putConversationParticipantFlaggedreason(conversationId: string, participantId: string): Promise<void>;
1121
1131
  putConversationTags(conversationId: string, body: Models.ConversationTagsUpdate): Promise<string>;
1122
1132
  putConversationsCallParticipantCommunicationUuidata(conversationId: string, participantId: string, communicationId: string, body: Models.SetUuiDataRequest): Promise<Models.Empty>;
1123
1133
  putConversationsEmailMessagesDraft(conversationId: string, body: Models.EmailMessage): Promise<Models.EmailMessage>;
1124
1134
  putConversationsMessagingIntegrationsLineIntegrationId(integrationId: string, body: Models.LineIntegrationRequest): Promise<Models.LineIntegration>;
1135
+ putConversationsMessagingSupportedcontentDefault(body: Models.SupportedContentReference): Promise<Models.SupportedContent>;
1125
1136
  putConversationsMessagingThreadingtimeline(body: Models.ConversationThreadingWindow): Promise<Models.ConversationThreadingWindow>;
1126
1137
  }
1127
1138
 
@@ -1224,6 +1235,10 @@ declare namespace ConversationsApi {
1224
1235
  "pageSize"?: number;
1225
1236
  "pageNumber"?: number;
1226
1237
  }
1238
+ export interface getConversationsMessagingSupportedcontentOptions {
1239
+ "pageSize"?: number;
1240
+ "pageNumber"?: number;
1241
+ }
1227
1242
  export interface patchConversationsCobrowsesessionParticipantOptions {
1228
1243
  "body"?: Models.MediaParticipantRequest;
1229
1244
  }
@@ -1475,7 +1490,7 @@ declare class GamificationApi {
1475
1490
  postGamificationProfileMembersValidate(performanceProfileId: string, body: Models.ValidateAssignUsers): Promise<Models.AssignmentValidation>;
1476
1491
  postGamificationProfileMetricLink(sourceProfileId: string, sourceMetricId: string, body: Models.TargetPerformanceProfile): Promise<Models.Metric>;
1477
1492
  postGamificationProfileMetrics(profileId: string, body: Models.CreateMetric): Promise<Models.Metric>;
1478
- postGamificationProfiles(body: Models.CreatePerformanceProfile): Promise<Models.GetProfilesResponse>;
1493
+ postGamificationProfiles(body: Models.CreatePerformanceProfile, opts?: GamificationApi.postGamificationProfilesOptions): Promise<Models.GetProfilesResponse>;
1479
1494
  putGamificationMetric(metricId: string, body: Models.CreateMetric, opts?: GamificationApi.putGamificationMetricOptions): Promise<Models.Metric>;
1480
1495
  putGamificationProfile(performanceProfileId: string, opts?: GamificationApi.putGamificationProfileOptions): Promise<Models.PerformanceProfile>;
1481
1496
  putGamificationProfileMetric(profileId: string, metricId: string, body: Models.CreateMetric): Promise<Models.Metric>;
@@ -1542,6 +1557,9 @@ declare namespace GamificationApi {
1542
1557
  "referenceWorkday"?: string;
1543
1558
  "timeZone"?: string;
1544
1559
  }
1560
+ export interface postGamificationProfilesOptions {
1561
+ "copyMetrics"?: boolean;
1562
+ }
1545
1563
  export interface putGamificationMetricOptions {
1546
1564
  "performanceProfileId"?: string;
1547
1565
  }
@@ -2348,6 +2366,21 @@ declare namespace LocationsApi {
2348
2366
  }
2349
2367
  }
2350
2368
 
2369
+ declare class MessagingApi {
2370
+ deleteMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<void>;
2371
+ getMessagingSupportedcontent(opts?: MessagingApi.getMessagingSupportedcontentOptions): Promise<Models.SupportedContentListing>;
2372
+ getMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<Models.SupportedContent>;
2373
+ patchMessagingSupportedcontentSupportedContentId(supportedContentId: string, body: Models.SupportedContent): Promise<Models.SupportedContent>;
2374
+ postMessagingSupportedcontent(body: Models.SupportedContent): Promise<Models.SupportedContent>;
2375
+ }
2376
+
2377
+ declare namespace MessagingApi {
2378
+ export interface getMessagingSupportedcontentOptions {
2379
+ "pageSize"?: number;
2380
+ "pageNumber"?: number;
2381
+ }
2382
+ }
2383
+
2351
2384
  declare class MobileDevicesApi {
2352
2385
  deleteMobiledevice(deviceId: string): Promise<void>;
2353
2386
  getMobiledevice(deviceId: string): Promise<Models.UserDevice>;
@@ -2643,7 +2676,7 @@ declare class OutboundApi {
2643
2676
  postOutboundContactlists(body: Models.ContactList): Promise<Models.ContactList>;
2644
2677
  postOutboundConversationDnc(conversationId: string): Promise<void>;
2645
2678
  postOutboundDnclistExport(dncListId: string): Promise<Models.DomainEntityRef>;
2646
- postOutboundDnclistPhonenumbers(dncListId: string, body: Array<string>): Promise<void>;
2679
+ postOutboundDnclistPhonenumbers(dncListId: string, body: Array<string>, opts?: OutboundApi.postOutboundDnclistPhonenumbersOptions): Promise<void>;
2647
2680
  postOutboundDnclists(body: Models.DncListCreate): Promise<Models.DncList>;
2648
2681
  postOutboundMessagingcampaigns(body: Models.MessagingCampaign): Promise<Models.MessagingCampaign>;
2649
2682
  postOutboundMessagingcampaignsProgress(body: Array<string>): Promise<Array<Models.CampaignProgress>>;
@@ -2887,6 +2920,9 @@ declare namespace OutboundApi {
2887
2920
  "clearSystemData"?: boolean;
2888
2921
  "doNotQueue"?: boolean;
2889
2922
  }
2923
+ export interface postOutboundDnclistPhonenumbersOptions {
2924
+ "expirationDateTime"?: string;
2925
+ }
2890
2926
  }
2891
2927
 
2892
2928
  declare class PresenceApi {
@@ -2938,6 +2974,7 @@ declare class QualityApi {
2938
2974
  getQualityFormsEvaluation(formId: string): Promise<Models.EvaluationForm>;
2939
2975
  getQualityFormsEvaluationVersions(formId: string, opts?: QualityApi.getQualityFormsEvaluationVersionsOptions): Promise<Models.EvaluationFormEntityListing>;
2940
2976
  getQualityFormsEvaluations(opts?: QualityApi.getQualityFormsEvaluationsOptions): Promise<Models.EvaluationFormEntityListing>;
2977
+ getQualityFormsEvaluationsBulkContexts(contextId: Array<string>): Promise<Array<Models.EvaluationForm>>;
2941
2978
  getQualityFormsSurvey(formId: string): Promise<Models.SurveyForm>;
2942
2979
  getQualityFormsSurveyVersions(formId: string, opts?: QualityApi.getQualityFormsSurveyVersionsOptions): Promise<Models.SurveyFormEntityListing>;
2943
2980
  getQualityFormsSurveys(opts?: QualityApi.getQualityFormsSurveysOptions): Promise<Models.SurveyFormEntityListing>;
@@ -2957,6 +2994,7 @@ declare class QualityApi {
2957
2994
  postQualityCalibrations(body: Models.CalibrationCreate, opts?: QualityApi.postQualityCalibrationsOptions): Promise<Models.Calibration>;
2958
2995
  postQualityConversationEvaluations(conversationId: string, body: Models.Evaluation, opts?: QualityApi.postQualityConversationEvaluationsOptions): Promise<Models.Evaluation>;
2959
2996
  postQualityConversationsAuditsQuery(body: Models.QMAuditQueryRequest): Promise<Models.QualityAuditQueryExecutionStatusResponse>;
2997
+ postQualityEvaluationsAggregatesQueryMe(body: Models.EvaluationAggregationQueryMe): Promise<Models.EvaluationAggregateQueryResponse>;
2960
2998
  postQualityEvaluationsScoring(body: Models.EvaluationFormAndScoringSet): Promise<Models.EvaluationScoringSet>;
2961
2999
  postQualityForms(body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
2962
3000
  postQualityFormsEvaluations(body: Models.EvaluationForm): Promise<Models.EvaluationForm>;
@@ -3188,10 +3226,12 @@ declare namespace RecordingApi {
3188
3226
  "download"?: boolean;
3189
3227
  "fileName"?: string;
3190
3228
  "locale"?: string;
3229
+ "mediaFormats"?: Array<string>;
3191
3230
  }
3192
3231
  export interface getConversationRecordingsOptions {
3193
3232
  "maxWaitMs"?: number;
3194
3233
  "formatId"?: string;
3234
+ "mediaFormats"?: Array<string>;
3195
3235
  }
3196
3236
  export interface getOrphanrecordingMediaOptions {
3197
3237
  "formatId"?: string;
@@ -3201,6 +3241,7 @@ declare namespace RecordingApi {
3201
3241
  "download"?: boolean;
3202
3242
  "fileName"?: string;
3203
3243
  "locale"?: string;
3244
+ "mediaFormats"?: Array<string>;
3204
3245
  }
3205
3246
  export interface getOrphanrecordingsOptions {
3206
3247
  "pageSize"?: number;
@@ -3350,7 +3391,7 @@ declare class RoutingApi {
3350
3391
  getRoutingQueueEstimatedwaittime(queueId: string, opts?: RoutingApi.getRoutingQueueEstimatedwaittimeOptions): Promise<Models.EstimatedWaitTimePredictions>;
3351
3392
  getRoutingQueueMediatypeEstimatedwaittime(queueId: string, mediaType: string): Promise<Models.EstimatedWaitTimePredictions>;
3352
3393
  getRoutingQueueMembers(queueId: string, opts?: RoutingApi.getRoutingQueueMembersOptions): Promise<Models.QueueMemberEntityListing>;
3353
- getRoutingQueueUsers(queueId: string, opts?: RoutingApi.getRoutingQueueUsersOptions): Promise<Models.QueueMemberEntityListing>;
3394
+ getRoutingQueueUsers(queueId: string, opts?: RoutingApi.getRoutingQueueUsersOptions): Promise<Models.QueueMemberEntityListingV1>;
3354
3395
  getRoutingQueueWrapupcodes(queueId: string, opts?: RoutingApi.getRoutingQueueWrapupcodesOptions): Promise<Models.WrapupCodeEntityListing>;
3355
3396
  getRoutingQueues(opts?: RoutingApi.getRoutingQueuesOptions): Promise<Models.QueueEntityListing>;
3356
3397
  getRoutingQueuesDivisionviews(opts?: RoutingApi.getRoutingQueuesDivisionviewsOptions): Promise<Models.QueueEntityListing>;
@@ -3380,7 +3421,7 @@ declare class RoutingApi {
3380
3421
  patchRoutingQueueMember(queueId: string, memberId: string, body: Models.QueueMember): Promise<void>;
3381
3422
  patchRoutingQueueMembers(queueId: string, body: Array<Models.QueueMember>): Promise<Models.QueueMemberEntityListing>;
3382
3423
  patchRoutingQueueUser(queueId: string, memberId: string, body: Models.QueueMember): Promise<void>;
3383
- patchRoutingQueueUsers(queueId: string, body: Array<Models.QueueMember>): Promise<Models.QueueMemberEntityListing>;
3424
+ patchRoutingQueueUsers(queueId: string, body: Array<Models.QueueMember>): Promise<Models.QueueMemberEntityListingV1>;
3384
3425
  patchRoutingSettingsContactcenter(body: Models.ContactCenterSettings): Promise<void>;
3385
3426
  patchUserQueue(queueId: string, userId: string, body: Models.UserQueue): Promise<Models.UserQueue>;
3386
3427
  patchUserQueues(userId: string, body: Array<Models.UserQueue>, opts?: RoutingApi.patchUserQueuesOptions): Promise<Models.UserQueueEntityListing>;
@@ -3855,7 +3896,6 @@ declare class SpeechTextAnalyticsApi {
3855
3896
  deleteSpeechandtextanalyticsTopic(topicId: string): Promise<void>;
3856
3897
  getSpeechandtextanalyticsConversation(conversationId: string): Promise<Models.ConversationMetrics>;
3857
3898
  getSpeechandtextanalyticsConversationCommunicationTranscripturl(conversationId: string, communicationId: string): Promise<Models.TranscriptUrl>;
3858
- getSpeechandtextanalyticsDialects(): Promise<Array<object>>;
3859
3899
  getSpeechandtextanalyticsProgram(programId: string): Promise<Models.Program>;
3860
3900
  getSpeechandtextanalyticsProgramMappings(programId: string): Promise<Models.ProgramMappings>;
3861
3901
  getSpeechandtextanalyticsPrograms(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsOptions): Promise<Models.ProgramsEntityListing>;
@@ -5728,6 +5768,7 @@ declare namespace Models {
5728
5768
  "conversationId"?: string;
5729
5769
  "conversationInitiator"?: string;
5730
5770
  "conversationStart"?: string;
5771
+ "customerParticipation"?: boolean;
5731
5772
  "divisionIds"?: Array<string>;
5732
5773
  "externalTag"?: string;
5733
5774
  "knowledgeBaseIds"?: Array<string>;
@@ -5786,6 +5827,7 @@ declare namespace Models {
5786
5827
  "conversationId"?: string;
5787
5828
  "conversationInitiator"?: string;
5788
5829
  "conversationStart"?: string;
5830
+ "customerParticipation"?: boolean;
5789
5831
  "divisionIds"?: Array<string>;
5790
5832
  "externalTag"?: string;
5791
5833
  "knowledgeBaseIds"?: Array<string>;
@@ -5904,6 +5946,11 @@ declare namespace Models {
5904
5946
  "ranges"?: Array<Models.AggregationRange>;
5905
5947
  }
5906
5948
 
5949
+ export interface AnalyticsReportingSettings {
5950
+ "piiMaskingEnabled"?: boolean;
5951
+ "queueAgentAccessObfuscation"?: boolean;
5952
+ }
5953
+
5907
5954
  export interface AnalyticsResolution {
5908
5955
  "eventTime"?: string;
5909
5956
  "queueId"?: string;
@@ -6063,6 +6110,7 @@ declare namespace Models {
6063
6110
  "id"?: string;
6064
6111
  "text"?: string;
6065
6112
  "value"?: number;
6113
+ "assistanceConditions"?: Array<Models.AssistanceCondition>;
6066
6114
  }
6067
6115
 
6068
6116
  export interface ApiUsageQuery {
@@ -6431,6 +6479,11 @@ declare namespace Models {
6431
6479
  "invalidMemberAssignments"?: Array<Models.InvalidAssignment>;
6432
6480
  }
6433
6481
 
6482
+ export interface AssistanceCondition {
6483
+ "operator"?: string;
6484
+ "topicIds"?: Array<string>;
6485
+ }
6486
+
6434
6487
  export interface AssociatedValueField {
6435
6488
  "dataType": string;
6436
6489
  "name": string;
@@ -6826,6 +6879,7 @@ declare namespace Models {
6826
6879
 
6827
6880
  export interface AutomaticTimeZoneMappingSettings {
6828
6881
  "callableWindows"?: Array<Models.CallableWindow>;
6882
+ "supportedCountries"?: Array<string>;
6829
6883
  }
6830
6884
 
6831
6885
  export interface AvailableLanguageList {
@@ -7329,8 +7383,9 @@ declare namespace Models {
7329
7383
 
7330
7384
  export interface BuGenerateScheduleRequest {
7331
7385
  "description": string;
7332
- "shortTermForecast": Models.BuShortTermForecastReference;
7386
+ "shortTermForecast"?: Models.BuShortTermForecastReference;
7333
7387
  "weekCount": number;
7388
+ "options"?: Models.SchedulingOptionsRequest;
7334
7389
  }
7335
7390
 
7336
7391
  export interface BuGetCurrentAgentScheduleRequest {
@@ -7480,6 +7535,7 @@ declare namespace Models {
7480
7535
  "schedulingCanceledBy"?: Models.UserReference;
7481
7536
  "schedulingCompletedTime"?: string;
7482
7537
  "messageCount"?: number;
7538
+ "messageSeverityCounts"?: Array<Models.SchedulerMessageSeverityCount>;
7483
7539
  "reschedulingOptions"?: Models.ReschedulingOptionsRunResponse;
7484
7540
  "reschedulingResultExpiration"?: string;
7485
7541
  "selfUri"?: string;
@@ -7819,6 +7875,7 @@ declare namespace Models {
7819
7875
  "startDayOfWeek": string;
7820
7876
  "timeZone": string;
7821
7877
  "shortTermForecasting"?: Models.BuShortTermForecastingSettings;
7878
+ "scheduling"?: Models.BuSchedulingSettings;
7822
7879
  "metadata": Models.WfmVersionedEntityMetadata;
7823
7880
  }
7824
7881
 
@@ -9703,6 +9760,7 @@ declare namespace Models {
9703
9760
  export interface ConversationAppSettings {
9704
9761
  "showAgentTypingIndicator"?: boolean;
9705
9762
  "showUserTypingIndicator"?: boolean;
9763
+ "autoStartType"?: string;
9706
9764
  }
9707
9765
 
9708
9766
  export interface ConversationAssociation {
@@ -10014,6 +10072,7 @@ declare namespace Models {
10014
10072
 
10015
10073
  export interface ConversationChannel {
10016
10074
  "type"?: string;
10075
+ "messageType"?: string;
10017
10076
  "platform"?: string;
10018
10077
  }
10019
10078
 
@@ -10914,6 +10973,10 @@ declare namespace Models {
10914
10973
  "endTime"?: string;
10915
10974
  }
10916
10975
 
10976
+ export interface ConversationEventTyping {
10977
+ "type": string;
10978
+ }
10979
+
10917
10980
  export interface ConversationMessageContent {
10918
10981
  "contentType": string;
10919
10982
  "location"?: Models.ConversationContentLocation;
@@ -10928,6 +10991,7 @@ declare namespace Models {
10928
10991
  export interface ConversationMessageEvent {
10929
10992
  "eventType": string;
10930
10993
  "coBrowse"?: Models.ConversationEventCoBrowse;
10994
+ "typing"?: Models.ConversationEventTyping;
10931
10995
  }
10932
10996
 
10933
10997
  export interface ConversationMessageEventTopicConversationRoutingData {
@@ -11114,6 +11178,97 @@ declare namespace Models {
11114
11178
  "participantMetrics"?: Models.ParticipantMetrics;
11115
11179
  }
11116
11180
 
11181
+ export interface ConversationMetricsTopicConversationMetricRecord {
11182
+ "metric"?: string;
11183
+ "metricDate"?: string;
11184
+ "value"?: number;
11185
+ "recordId"?: string;
11186
+ "activeSkillIds"?: Array<string>;
11187
+ "addressFrom"?: string;
11188
+ "addressTo"?: string;
11189
+ "agentAssistantId"?: string;
11190
+ "agentBullseyeRing"?: number;
11191
+ "agentOwned"?: boolean;
11192
+ "ani"?: string;
11193
+ "assignerId"?: string;
11194
+ "authenticated"?: boolean;
11195
+ "conversationId"?: string;
11196
+ "conversationInitiator"?: string;
11197
+ "convertedFrom"?: string;
11198
+ "convertedTo"?: string;
11199
+ "deliveryStatus"?: string;
11200
+ "destinationAddresses"?: Array<string>;
11201
+ "direction"?: string;
11202
+ "disconnectType"?: string;
11203
+ "divisionIds"?: Array<string>;
11204
+ "dnis"?: string;
11205
+ "edgeId"?: string;
11206
+ "eligibleAgentCounts"?: Array<number>;
11207
+ "extendedDeliveryStatus"?: string;
11208
+ "externalContactId"?: string;
11209
+ "externalMediaCount"?: number;
11210
+ "externalOrganizationId"?: string;
11211
+ "externalTag"?: string;
11212
+ "firstQueue"?: boolean;
11213
+ "flaggedReason"?: string;
11214
+ "flowInType"?: string;
11215
+ "flowOutType"?: string;
11216
+ "groupId"?: string;
11217
+ "interactionType"?: string;
11218
+ "journeyActionId"?: string;
11219
+ "journeyActionMapId"?: string;
11220
+ "journeyActionMapVersion"?: number;
11221
+ "journeyCustomerId"?: string;
11222
+ "journeyCustomerIdType"?: string;
11223
+ "journeyCustomerSessionId"?: string;
11224
+ "journeyCustomerSessionIdType"?: string;
11225
+ "knowledgeBaseIds"?: Array<string>;
11226
+ "mediaCount"?: number;
11227
+ "mediaType"?: string;
11228
+ "messageType"?: string;
11229
+ "originatingDirection"?: string;
11230
+ "outboundCampaignId"?: string;
11231
+ "outboundContactId"?: string;
11232
+ "outboundContactListId"?: string;
11233
+ "participantName"?: string;
11234
+ "peerId"?: string;
11235
+ "provider"?: string;
11236
+ "purpose"?: string;
11237
+ "queueId"?: string;
11238
+ "remote"?: string;
11239
+ "removedSkillIds"?: Array<string>;
11240
+ "reoffered"?: boolean;
11241
+ "requestedLanguageId"?: string;
11242
+ "requestedRoutingSkillIds"?: Array<string>;
11243
+ "requestedRoutings"?: Array<string>;
11244
+ "roomId"?: string;
11245
+ "routingPriority"?: number;
11246
+ "routingRing"?: number;
11247
+ "selectedAgentId"?: string;
11248
+ "selectedAgentRank"?: number;
11249
+ "selfServed"?: boolean;
11250
+ "sessionDnis"?: string;
11251
+ "sessionId"?: string;
11252
+ "stationId"?: string;
11253
+ "teamId"?: string;
11254
+ "usedRouting"?: string;
11255
+ "userId"?: string;
11256
+ "waitingInteractionCounts"?: Array<number>;
11257
+ "wrapUpCode"?: string;
11258
+ "proposedAgents"?: Array<Models.ConversationMetricsTopicConversationProposedAgent>;
11259
+ "scoredAgents"?: Array<Models.ConversationMetricsTopicConversationScoredAgent>;
11260
+ }
11261
+
11262
+ export interface ConversationMetricsTopicConversationProposedAgent {
11263
+ "agentRank"?: number;
11264
+ "proposedAgentId"?: string;
11265
+ }
11266
+
11267
+ export interface ConversationMetricsTopicConversationScoredAgent {
11268
+ "agentScore"?: number;
11269
+ "scoredAgentId"?: string;
11270
+ }
11271
+
11117
11272
  export interface ConversationNormalizedMessage {
11118
11273
  "id"?: string;
11119
11274
  "channel"?: Models.ConversationMessagingChannel;
@@ -11675,6 +11830,7 @@ declare namespace Models {
11675
11830
  "startDayOfWeek": string;
11676
11831
  "timeZone": string;
11677
11832
  "shortTermForecasting"?: Models.BuShortTermForecastingSettings;
11833
+ "scheduling"?: Models.BuSchedulingSettings;
11678
11834
  }
11679
11835
 
11680
11836
  export interface CreateCallRequest {
@@ -11764,6 +11920,11 @@ declare namespace Models {
11764
11920
  "externalContactId"?: string;
11765
11921
  }
11766
11922
 
11923
+ export interface CreateGeneralProgramTopicsDefinitionsJob {
11924
+ "id"?: string;
11925
+ "state"?: string;
11926
+ }
11927
+
11767
11928
  export interface CreateIntegrationRequest {
11768
11929
  "id"?: string;
11769
11930
  "name": string;
@@ -11802,6 +11963,8 @@ declare namespace Models {
11802
11963
  "zones"?: Array<Models.ObjectiveZone>;
11803
11964
  "enabled"?: boolean;
11804
11965
  "topicIds"?: Array<string>;
11966
+ "mediaTypes"?: Array<string>;
11967
+ "queueIds"?: Array<string>;
11805
11968
  "topicIdsFilterType"?: string;
11806
11969
  "dateStart"?: string;
11807
11970
  }
@@ -12511,6 +12674,8 @@ declare namespace Models {
12511
12674
  "templateId"?: string;
12512
12675
  "zones"?: Array<Models.ObjectiveZone>;
12513
12676
  "enabled"?: boolean;
12677
+ "mediaTypes"?: Array<string>;
12678
+ "queues"?: Array<Models.AddressableEntityRef>;
12514
12679
  "topics"?: Array<Models.AddressableEntityRef>;
12515
12680
  "topicIdsFilterType"?: string;
12516
12681
  }
@@ -12637,6 +12802,8 @@ declare namespace Models {
12637
12802
  "dateCompleted"?: string;
12638
12803
  "createdBy"?: Models.UserReference;
12639
12804
  "dateCreated"?: string;
12805
+ "percentageScore"?: number;
12806
+ "isPassed"?: boolean;
12640
12807
  "selfUri"?: string;
12641
12808
  "name"?: string;
12642
12809
  "type"?: string;
@@ -13374,6 +13541,7 @@ declare namespace Models {
13374
13541
  "division"?: Models.Division;
13375
13542
  "importStatus"?: Models.ImportStatus;
13376
13543
  "size"?: number;
13544
+ "dncSourceType"?: string;
13377
13545
  "selfUri"?: string;
13378
13546
  }
13379
13547
 
@@ -14132,11 +14300,6 @@ declare namespace Models {
14132
14300
  "pageCount"?: number;
14133
14301
  }
14134
14302
 
14135
- export interface EdgeIdNamePair {
14136
- "id"?: string;
14137
- "name"?: string;
14138
- }
14139
-
14140
14303
  export interface EdgeInterface {
14141
14304
  "type"?: string;
14142
14305
  "ipAddress"?: string;
@@ -14563,6 +14726,7 @@ declare namespace Models {
14563
14726
  "wrapupCodes"?: Array<Models.WrapupCode>;
14564
14727
  "languages"?: Array<Models.Language>;
14565
14728
  "timeAllowed"?: Models.TimeAllowed;
14729
+ "customerParticipation"?: string;
14566
14730
  }
14567
14731
 
14568
14732
  export interface EmailMessage {
@@ -14817,6 +14981,15 @@ declare namespace Models {
14817
14981
  "alternateTimeDimension"?: string;
14818
14982
  }
14819
14983
 
14984
+ export interface EvaluationAggregationQueryMe {
14985
+ "interval": string;
14986
+ "timeZone"?: string;
14987
+ "groupBy"?: Array<string>;
14988
+ "metrics": Array<string>;
14989
+ "alternateTimeDimension"?: string;
14990
+ "contextId"?: string;
14991
+ }
14992
+
14820
14993
  export interface EvaluationAggregationView {
14821
14994
  "target": string;
14822
14995
  "name": string;
@@ -14979,6 +15152,7 @@ declare namespace Models {
14979
15152
  "answerId"?: string;
14980
15153
  "score"?: number;
14981
15154
  "markedNA"?: boolean;
15155
+ "assistedAnswerId"?: string;
14982
15156
  "failedKillQuestion"?: boolean;
14983
15157
  "comments"?: string;
14984
15158
  }
@@ -14991,6 +15165,7 @@ declare namespace Models {
14991
15165
  "anyFailedKillQuestions"?: boolean;
14992
15166
  "comments"?: string;
14993
15167
  "agentComments"?: string;
15168
+ "transcriptTopics"?: Array<Models.TranscriptTopic>;
14994
15169
  }
14995
15170
 
14996
15171
  export interface EvaluatorActivity {
@@ -15066,7 +15241,7 @@ declare namespace Models {
15066
15241
  }
15067
15242
 
15068
15243
  export interface ExpiredEdgeListing {
15069
- "entities"?: Array<Models.EdgeIdNamePair>;
15244
+ "entities"?: Array<Models.DomainEntityRef>;
15070
15245
  }
15071
15246
 
15072
15247
  export interface ExportScriptRequest {
@@ -15245,6 +15420,7 @@ declare namespace Models {
15245
15420
  export interface FacebookIntegration {
15246
15421
  "id": string;
15247
15422
  "name": string;
15423
+ "supportedContent"?: Models.SupportedContentReference;
15248
15424
  "appId": string;
15249
15425
  "pageId"?: string;
15250
15426
  "pageName"?: string;
@@ -15277,6 +15453,7 @@ declare namespace Models {
15277
15453
  export interface FacebookIntegrationRequest {
15278
15454
  "id"?: string;
15279
15455
  "name": string;
15456
+ "supportedContent"?: Models.SupportedContentReference;
15280
15457
  "pageAccessToken"?: string;
15281
15458
  "userAccessToken"?: string;
15282
15459
  "pageId"?: string;
@@ -15288,6 +15465,7 @@ declare namespace Models {
15288
15465
  export interface FacebookIntegrationUpdateRequest {
15289
15466
  "id"?: string;
15290
15467
  "name"?: string;
15468
+ "supportedContent"?: Models.SupportedContentReference;
15291
15469
  "pageAccessToken"?: string;
15292
15470
  "userAccessToken"?: string;
15293
15471
  "selfUri"?: string;
@@ -18202,6 +18380,14 @@ declare namespace Models {
18202
18380
  "selfUri"?: string;
18203
18381
  }
18204
18382
 
18383
+ export interface LearningModuleReassignSummary {
18384
+ "totalReassigned"?: number;
18385
+ "completedCount"?: number;
18386
+ "inProgressCount"?: number;
18387
+ "assignedCount"?: number;
18388
+ "notCompletedCount"?: number;
18389
+ }
18390
+
18205
18391
  export interface LearningModuleRequest {
18206
18392
  "name": string;
18207
18393
  "description"?: string;
@@ -18474,6 +18660,7 @@ declare namespace Models {
18474
18660
  export interface LineIntegration {
18475
18661
  "id": string;
18476
18662
  "name": string;
18663
+ "supportedContent"?: Models.SupportedContentReference;
18477
18664
  "channelId": string;
18478
18665
  "webhookUri": string;
18479
18666
  "status"?: string;
@@ -18504,6 +18691,7 @@ declare namespace Models {
18504
18691
  export interface LineIntegrationRequest {
18505
18692
  "id"?: string;
18506
18693
  "name": string;
18694
+ "supportedContent"?: Models.SupportedContentReference;
18507
18695
  "channelId"?: string;
18508
18696
  "channelSecret"?: string;
18509
18697
  "switcherSecret"?: string;
@@ -19017,6 +19205,8 @@ declare namespace Models {
19017
19205
  "status": string;
19018
19206
  "media"?: Array<Models.MessageMedia>;
19019
19207
  "stickers"?: Array<Models.MessageSticker>;
19208
+ "normalizedMessage"?: Models.ConversationNormalizedMessage;
19209
+ "normalizedReceipts"?: Array<Models.ConversationNormalizedMessage>;
19020
19210
  "createdBy"?: Models.User;
19021
19211
  "conversationId"?: string;
19022
19212
  "selfUri"?: string;
@@ -19129,6 +19319,7 @@ declare namespace Models {
19129
19319
  "wrapupCodes"?: Array<Models.WrapupCode>;
19130
19320
  "languages"?: Array<Models.Language>;
19131
19321
  "timeAllowed"?: Models.TimeAllowed;
19322
+ "customerParticipation"?: string;
19132
19323
  }
19133
19324
 
19134
19325
  export interface MessageSticker {
@@ -19155,6 +19346,7 @@ declare namespace Models {
19155
19346
  "alwaysRunning"?: boolean;
19156
19347
  "contactSorts"?: Array<Models.ContactSort>;
19157
19348
  "messagesPerMinute": number;
19349
+ "contactListFilters"?: Array<Models.DomainEntityRef>;
19158
19350
  "errors"?: Array<Models.RestErrorDetail>;
19159
19351
  "smsConfig"?: Models.SmsConfig;
19160
19352
  "selfUri"?: string;
@@ -19196,6 +19388,7 @@ declare namespace Models {
19196
19388
  export interface MessagingIntegration {
19197
19389
  "id": string;
19198
19390
  "name": string;
19391
+ "supportedContent"?: Models.SupportedContentReference;
19199
19392
  "status"?: string;
19200
19393
  "messengerType": string;
19201
19394
  "recipient"?: Models.DomainEntityRef;
@@ -19270,19 +19463,12 @@ declare namespace Models {
19270
19463
  "knowledge"?: Models.Knowledge;
19271
19464
  }
19272
19465
 
19273
- export interface MessengerPositionSettings {
19274
- "alignment"?: string;
19275
- "sideSpace"?: number;
19276
- "bottomSpace"?: number;
19277
- }
19278
-
19279
19466
  export interface MessengerSettings {
19280
19467
  "enabled"?: boolean;
19281
19468
  "styles"?: Models.MessengerStyles;
19282
19469
  "launcherButton"?: Models.LauncherButtonSettings;
19283
19470
  "fileUpload"?: Models.FileUploadSettings;
19284
19471
  "apps"?: Models.MessengerApps;
19285
- "position"?: Models.MessengerPositionSettings;
19286
19472
  }
19287
19473
 
19288
19474
  export interface MessengerStyles {
@@ -19869,6 +20055,8 @@ declare namespace Models {
19869
20055
  "templateId"?: string;
19870
20056
  "zones"?: Array<Models.ObjectiveZone>;
19871
20057
  "enabled"?: boolean;
20058
+ "mediaTypes"?: Array<string>;
20059
+ "queues"?: Array<Models.AddressableEntityRef>;
19872
20060
  "topics"?: Array<Models.AddressableEntityRef>;
19873
20061
  "topicIdsFilterType"?: string;
19874
20062
  "dateStart"?: string;
@@ -19957,6 +20145,7 @@ declare namespace Models {
19957
20145
  export interface OpenIntegration {
19958
20146
  "id": string;
19959
20147
  "name": string;
20148
+ "supportedContent"?: Models.SupportedContentReference;
19960
20149
  "outboundNotificationWebhookUrl": string;
19961
20150
  "outboundNotificationWebhookSignatureSecretToken": string;
19962
20151
  "webhookHeaders"?: { [key: string]: string; };
@@ -19987,6 +20176,7 @@ declare namespace Models {
19987
20176
  export interface OpenIntegrationRequest {
19988
20177
  "id"?: string;
19989
20178
  "name": string;
20179
+ "supportedContent"?: Models.SupportedContentReference;
19990
20180
  "outboundNotificationWebhookUrl": string;
19991
20181
  "outboundNotificationWebhookSignatureSecretToken": string;
19992
20182
  "webhookHeaders"?: { [key: string]: string; };
@@ -19996,6 +20186,7 @@ declare namespace Models {
19996
20186
  export interface OpenIntegrationUpdateRequest {
19997
20187
  "id"?: string;
19998
20188
  "name": string;
20189
+ "supportedContent"?: Models.SupportedContentReference;
19999
20190
  "outboundNotificationWebhookUrl"?: string;
20000
20191
  "outboundNotificationWebhookSignatureSecretToken"?: string;
20001
20192
  "webhookHeaders"?: { [key: string]: string; };
@@ -20099,6 +20290,7 @@ declare namespace Models {
20099
20290
  "employerInfo"?: Models.EmployerInfo;
20100
20291
  "routingStatus"?: Models.RoutingStatus;
20101
20292
  "presence"?: Models.UserPresence;
20293
+ "integrationPresence"?: Models.UserPresence;
20102
20294
  "conversationSummary"?: Models.UserConversationSummary;
20103
20295
  "outOfOffice"?: Models.OutOfOffice;
20104
20296
  "geolocation"?: Models.Geolocation;
@@ -21235,6 +21427,12 @@ declare namespace Models {
21235
21427
  "enabled"?: boolean;
21236
21428
  }
21237
21429
 
21430
+ export interface PositionSettings {
21431
+ "alignment"?: string;
21432
+ "sideSpace"?: number;
21433
+ "bottomSpace"?: number;
21434
+ }
21435
+
21238
21436
  export interface PostActionInput {
21239
21437
  "category": string;
21240
21438
  "name": string;
@@ -21295,6 +21493,7 @@ declare namespace Models {
21295
21493
  }
21296
21494
 
21297
21495
  export interface PredictiveRouting {
21496
+ "respectSkills"?: boolean;
21298
21497
  }
21299
21498
 
21300
21499
  export interface Predictor {
@@ -21531,12 +21730,12 @@ declare namespace Models {
21531
21730
  "id": string;
21532
21731
  }
21533
21732
 
21534
- export interface PublishProgramPublishJob {
21733
+ export interface PublishProgramTopicsDefinitionsJob {
21535
21734
  "id"?: string;
21536
21735
  "state"?: string;
21537
21736
  }
21538
21737
 
21539
- export interface PublishTopicPublishJob {
21738
+ export interface PublishTopicTopicsDefinitionsJob {
21540
21739
  "id"?: string;
21541
21740
  "state"?: string;
21542
21741
  }
@@ -23867,6 +24066,16 @@ declare namespace Models {
23867
24066
  }
23868
24067
 
23869
24068
  export interface QueueMemberEntityListing {
24069
+ "entities"?: Array<Models.QueueMember>;
24070
+ "pageNumber"?: number;
24071
+ "pageSize"?: number;
24072
+ "firstUri"?: string;
24073
+ "selfUri"?: string;
24074
+ "nextUri"?: string;
24075
+ "previousUri"?: string;
24076
+ }
24077
+
24078
+ export interface QueueMemberEntityListingV1 {
23870
24079
  "entities"?: Array<Models.QueueMember>;
23871
24080
  "pageSize"?: number;
23872
24081
  "pageNumber"?: number;
@@ -24996,12 +25205,14 @@ declare namespace Models {
24996
25205
  "runId"?: string;
24997
25206
  "messageCount"?: number;
24998
25207
  "messages"?: Array<Models.ScheduleGenerationMessage>;
25208
+ "messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
24999
25209
  }
25000
25210
 
25001
25211
  export interface ScheduleGenerationResultSummary {
25002
25212
  "failed"?: boolean;
25003
25213
  "runId"?: string;
25004
25214
  "messageCount"?: number;
25215
+ "messageSeverityCounts"?: Array<Models.SchedulerMessageSeverityCount>;
25005
25216
  }
25006
25217
 
25007
25218
  export interface ScheduleGenerationWarning {
@@ -25791,6 +26002,8 @@ declare namespace Models {
25791
26002
  "conversationChannels"?: Array<Models.ConversationChannel>;
25792
26003
  "originatingDirection"?: string;
25793
26004
  "conversationSubject"?: string;
26005
+ "lastUserDisconnectType"?: string;
26006
+ "lastAcdOutcome"?: string;
25794
26007
  "authenticated"?: boolean;
25795
26008
  "selfUri"?: string;
25796
26009
  "createdDate"?: string;
@@ -26160,6 +26373,7 @@ declare namespace Models {
26160
26373
  "messageColumn": string;
26161
26374
  "phoneColumn": string;
26162
26375
  "senderSmsPhoneNumber": Models.SmsPhoneNumberRef;
26376
+ "contentTemplate"?: Models.DomainEntityRef;
26163
26377
  }
26164
26378
 
26165
26379
  export interface SmsPhoneNumber {
@@ -26273,12 +26487,12 @@ declare namespace Models {
26273
26487
  "expectedDialects"?: Array<string>;
26274
26488
  }
26275
26489
 
26276
- export interface StatEventCampaignTopicDatum {
26490
+ export interface StatEventCampaignTopicIntervalMetrics {
26277
26491
  "interval"?: string;
26278
- "metrics"?: Array<Models.StatEventCampaignTopicMetric>;
26492
+ "metrics"?: Array<Models.StatEventCampaignTopicMetricStats>;
26279
26493
  }
26280
26494
 
26281
- export interface StatEventCampaignTopicMetric {
26495
+ export interface StatEventCampaignTopicMetricStats {
26282
26496
  "metric"?: string;
26283
26497
  "qualifier"?: string;
26284
26498
  "stats"?: { [key: string]: number; };
@@ -26286,15 +26500,15 @@ declare namespace Models {
26286
26500
 
26287
26501
  export interface StatEventCampaignTopicStatsNotification {
26288
26502
  "group"?: { [key: string]: string; };
26289
- "data"?: Array<Models.StatEventCampaignTopicDatum>;
26503
+ "data"?: Array<Models.StatEventCampaignTopicIntervalMetrics>;
26290
26504
  }
26291
26505
 
26292
- export interface StatEventFlowOutcomeTopicDatum {
26506
+ export interface StatEventFlowOutcomeTopicIntervalMetrics {
26293
26507
  "interval"?: string;
26294
- "metrics"?: Array<Models.StatEventFlowOutcomeTopicMetric>;
26508
+ "metrics"?: Array<Models.StatEventFlowOutcomeTopicMetricStats>;
26295
26509
  }
26296
26510
 
26297
- export interface StatEventFlowOutcomeTopicMetric {
26511
+ export interface StatEventFlowOutcomeTopicMetricStats {
26298
26512
  "metric"?: string;
26299
26513
  "qualifier"?: string;
26300
26514
  "stats"?: { [key: string]: number; };
@@ -26302,15 +26516,15 @@ declare namespace Models {
26302
26516
 
26303
26517
  export interface StatEventFlowOutcomeTopicStatsNotification {
26304
26518
  "group"?: { [key: string]: string; };
26305
- "data"?: Array<Models.StatEventFlowOutcomeTopicDatum>;
26519
+ "data"?: Array<Models.StatEventFlowOutcomeTopicIntervalMetrics>;
26306
26520
  }
26307
26521
 
26308
- export interface StatEventFlowTopicDatum {
26522
+ export interface StatEventFlowTopicIntervalMetrics {
26309
26523
  "interval"?: string;
26310
- "metrics"?: Array<Models.StatEventFlowTopicMetric>;
26524
+ "metrics"?: Array<Models.StatEventFlowTopicMetricStats>;
26311
26525
  }
26312
26526
 
26313
- export interface StatEventFlowTopicMetric {
26527
+ export interface StatEventFlowTopicMetricStats {
26314
26528
  "metric"?: string;
26315
26529
  "qualifier"?: string;
26316
26530
  "stats"?: { [key: string]: number; };
@@ -26318,15 +26532,15 @@ declare namespace Models {
26318
26532
 
26319
26533
  export interface StatEventFlowTopicStatsNotification {
26320
26534
  "group"?: { [key: string]: string; };
26321
- "data"?: Array<Models.StatEventFlowTopicDatum>;
26535
+ "data"?: Array<Models.StatEventFlowTopicIntervalMetrics>;
26322
26536
  }
26323
26537
 
26324
- export interface StatEventQueueTopicDatum {
26538
+ export interface StatEventQueueTopicIntervalMetrics {
26325
26539
  "interval"?: string;
26326
- "metrics"?: Array<Models.StatEventQueueTopicMetric>;
26540
+ "metrics"?: Array<Models.StatEventQueueTopicMetricStats>;
26327
26541
  }
26328
26542
 
26329
- export interface StatEventQueueTopicMetric {
26543
+ export interface StatEventQueueTopicMetricStats {
26330
26544
  "metric"?: string;
26331
26545
  "qualifier"?: string;
26332
26546
  "stats"?: { [key: string]: number; };
@@ -26334,15 +26548,15 @@ declare namespace Models {
26334
26548
 
26335
26549
  export interface StatEventQueueTopicStatsNotification {
26336
26550
  "group"?: { [key: string]: string; };
26337
- "data"?: Array<Models.StatEventQueueTopicDatum>;
26551
+ "data"?: Array<Models.StatEventQueueTopicIntervalMetrics>;
26338
26552
  }
26339
26553
 
26340
- export interface StatEventUserTopicDatum {
26554
+ export interface StatEventUserTopicIntervalMetrics {
26341
26555
  "interval"?: string;
26342
- "metrics"?: Array<Models.StatEventUserTopicMetric>;
26556
+ "metrics"?: Array<Models.StatEventUserTopicMetricStats>;
26343
26557
  }
26344
26558
 
26345
- export interface StatEventUserTopicMetric {
26559
+ export interface StatEventUserTopicMetricStats {
26346
26560
  "metric"?: string;
26347
26561
  "qualifier"?: string;
26348
26562
  "stats"?: { [key: string]: number; };
@@ -26350,15 +26564,15 @@ declare namespace Models {
26350
26564
 
26351
26565
  export interface StatEventUserTopicStatsNotification {
26352
26566
  "group"?: { [key: string]: string; };
26353
- "data"?: Array<Models.StatEventUserTopicDatum>;
26567
+ "data"?: Array<Models.StatEventUserTopicIntervalMetrics>;
26354
26568
  }
26355
26569
 
26356
- export interface StatEventWrapUpCodeTopicDatum {
26570
+ export interface StatEventWrapUpCodeTopicIntervalMetrics {
26357
26571
  "interval"?: string;
26358
- "metrics"?: Array<Models.StatEventWrapUpCodeTopicMetric>;
26572
+ "metrics"?: Array<Models.StatEventWrapUpCodeTopicMetricStats>;
26359
26573
  }
26360
26574
 
26361
- export interface StatEventWrapUpCodeTopicMetric {
26575
+ export interface StatEventWrapUpCodeTopicMetricStats {
26362
26576
  "metric"?: string;
26363
26577
  "qualifier"?: string;
26364
26578
  "stats"?: { [key: string]: number; };
@@ -26366,7 +26580,7 @@ declare namespace Models {
26366
26580
 
26367
26581
  export interface StatEventWrapUpCodeTopicStatsNotification {
26368
26582
  "group"?: { [key: string]: string; };
26369
- "data"?: Array<Models.StatEventWrapUpCodeTopicDatum>;
26583
+ "data"?: Array<Models.StatEventWrapUpCodeTopicIntervalMetrics>;
26370
26584
  }
26371
26585
 
26372
26586
  export interface Station {
@@ -26509,6 +26723,32 @@ declare namespace Models {
26509
26723
 
26510
26724
  export interface SupportCenterSettings {
26511
26725
  "enabled"?: boolean;
26726
+ "knowledgeBase"?: Models.AddressableEntityRef;
26727
+ }
26728
+
26729
+ export interface SupportedContent {
26730
+ "id": string;
26731
+ "name": string;
26732
+ "dateCreated"?: string;
26733
+ "dateModified"?: string;
26734
+ "createdBy"?: Models.DomainEntityRef;
26735
+ "modifiedBy"?: Models.DomainEntityRef;
26736
+ "version"?: number;
26737
+ "mediaTypes"?: Models.MediaTypes;
26738
+ "selfUri"?: string;
26739
+ }
26740
+
26741
+ export interface SupportedContentListing {
26742
+ "entities"?: Array<Models.SupportedContent>;
26743
+ "pageSize"?: number;
26744
+ "pageNumber"?: number;
26745
+ "total"?: number;
26746
+ "firstUri"?: string;
26747
+ "selfUri"?: string;
26748
+ "nextUri"?: string;
26749
+ "previousUri"?: string;
26750
+ "lastUri"?: string;
26751
+ "pageCount"?: number;
26512
26752
  }
26513
26753
 
26514
26754
  export interface SupportedContentReference {
@@ -26684,6 +26924,7 @@ declare namespace Models {
26684
26924
  "answerId"?: string;
26685
26925
  "score"?: number;
26686
26926
  "markedNA"?: boolean;
26927
+ "assistedAnswerId"?: string;
26687
26928
  "npsScore"?: number;
26688
26929
  "npsTextAnswer"?: string;
26689
26930
  "freeTextAnswer"?: string;
@@ -26800,6 +27041,7 @@ declare namespace Models {
26800
27041
  "name": string;
26801
27042
  "division"?: Models.WritableDivision;
26802
27043
  "description"?: string;
27044
+ "dateCreated"?: string;
26803
27045
  "dateModified"?: string;
26804
27046
  "memberCount"?: number;
26805
27047
  "selfUri"?: string;
@@ -27203,6 +27445,10 @@ declare namespace Models {
27203
27445
  "selfUri"?: string;
27204
27446
  }
27205
27447
 
27448
+ export interface TopicDuration {
27449
+ "totalMilliseconds"?: number;
27450
+ }
27451
+
27206
27452
  export interface TopicJob {
27207
27453
  "id"?: string;
27208
27454
  "state"?: string;
@@ -27336,6 +27582,16 @@ declare namespace Models {
27336
27582
  "query"?: Array<Models.TranscriptSearchCriteria>;
27337
27583
  }
27338
27584
 
27585
+ export interface TranscriptTopic {
27586
+ "id"?: string;
27587
+ "name"?: string;
27588
+ "topicPhrase"?: string;
27589
+ "transcriptPhrase"?: string;
27590
+ "confidence"?: number;
27591
+ "startTimeMilliseconds"?: number;
27592
+ "duration"?: Models.TopicDuration;
27593
+ }
27594
+
27339
27595
  export interface TranscriptTopics {
27340
27596
  "includes"?: Array<string>;
27341
27597
  "excludes"?: Array<string>;
@@ -27713,6 +27969,7 @@ declare namespace Models {
27713
27969
  "employerInfo"?: Models.EmployerInfo;
27714
27970
  "routingStatus"?: Models.RoutingStatus;
27715
27971
  "presence"?: Models.UserPresence;
27972
+ "integrationPresence"?: Models.UserPresence;
27716
27973
  "conversationSummary"?: Models.UserConversationSummary;
27717
27974
  "outOfOffice"?: Models.OutOfOffice;
27718
27975
  "geolocation"?: Models.Geolocation;
@@ -27890,6 +28147,7 @@ declare namespace Models {
27890
28147
  export interface TwitterIntegration {
27891
28148
  "id": string;
27892
28149
  "name": string;
28150
+ "supportedContent"?: Models.SupportedContentReference;
27893
28151
  "accessTokenKey": string;
27894
28152
  "consumerKey": string;
27895
28153
  "username"?: string;
@@ -27924,6 +28182,7 @@ declare namespace Models {
27924
28182
  export interface TwitterIntegrationRequest {
27925
28183
  "id"?: string;
27926
28184
  "name": string;
28185
+ "supportedContent"?: Models.SupportedContentReference;
27927
28186
  "accessTokenKey": string;
27928
28187
  "accessTokenSecret": string;
27929
28188
  "consumerKey": string;
@@ -28008,6 +28267,7 @@ declare namespace Models {
28008
28267
  "startDayOfWeek"?: string;
28009
28268
  "timeZone"?: string;
28010
28269
  "shortTermForecasting"?: Models.BuShortTermForecastingSettings;
28270
+ "scheduling"?: Models.BuSchedulingSettings;
28011
28271
  "metadata": Models.WfmVersionedEntityMetadata;
28012
28272
  }
28013
28273
 
@@ -28178,6 +28438,7 @@ declare namespace Models {
28178
28438
  "employerInfo"?: Models.EmployerInfo;
28179
28439
  "routingStatus"?: Models.RoutingStatus;
28180
28440
  "presence"?: Models.UserPresence;
28441
+ "integrationPresence"?: Models.UserPresence;
28181
28442
  "conversationSummary"?: Models.UserConversationSummary;
28182
28443
  "outOfOffice"?: Models.OutOfOffice;
28183
28444
  "geolocation"?: Models.Geolocation;
@@ -28442,6 +28703,7 @@ declare namespace Models {
28442
28703
  export interface UserExpands {
28443
28704
  "routingStatus"?: Models.RoutingStatus;
28444
28705
  "presence"?: Models.UserPresence;
28706
+ "integrationPresence"?: Models.UserPresence;
28445
28707
  "conversationSummary"?: Models.UserConversationSummary;
28446
28708
  "outOfOffice"?: Models.OutOfOffice;
28447
28709
  "geolocation"?: Models.Geolocation;
@@ -28527,6 +28789,7 @@ declare namespace Models {
28527
28789
  "employerInfo"?: Models.EmployerInfo;
28528
28790
  "routingStatus"?: Models.RoutingStatus;
28529
28791
  "presence"?: Models.UserPresence;
28792
+ "integrationPresence"?: Models.UserPresence;
28530
28793
  "conversationSummary"?: Models.UserConversationSummary;
28531
28794
  "outOfOffice"?: Models.OutOfOffice;
28532
28795
  "geolocation"?: Models.Geolocation;
@@ -28914,6 +29177,7 @@ declare namespace Models {
28914
29177
  "associatedDate"?: string;
28915
29178
  "defaultUser"?: Models.User;
28916
29179
  "providerInfo"?: { [key: string]: string; };
29180
+ "webRtcCallAppearances"?: number;
28917
29181
  }
28918
29182
 
28919
29183
  export interface UserStationChangeTopicUser {
@@ -29070,6 +29334,7 @@ declare namespace Models {
29070
29334
  "filterQueuesByUserIds"?: Array<string>;
29071
29335
  "filterUsersByQueueIds"?: Array<string>;
29072
29336
  "userIds"?: Array<string>;
29337
+ "managementUnitIds"?: Array<string>;
29073
29338
  "addressTos"?: Array<string>;
29074
29339
  "addressFroms"?: Array<string>;
29075
29340
  "outboundCampaignIds"?: Array<string>;
@@ -29548,6 +29813,7 @@ declare namespace Models {
29548
29813
  "languages"?: Array<string>;
29549
29814
  "defaultLanguage"?: string;
29550
29815
  "messenger"?: Models.MessengerSettings;
29816
+ "position"?: Models.PositionSettings;
29551
29817
  "supportCenter"?: Models.SupportCenterSettings;
29552
29818
  "cobrowse"?: Models.CobrowseSettings;
29553
29819
  "journeyEvents"?: Models.JourneyEventsSettings;
@@ -30670,6 +30936,7 @@ declare namespace Models {
30670
30936
  export interface WhatsAppIntegration {
30671
30937
  "id": string;
30672
30938
  "name": string;
30939
+ "supportedContent"?: Models.SupportedContentReference;
30673
30940
  "phoneNumber": string;
30674
30941
  "status"?: string;
30675
30942
  "recipient"?: Models.DomainEntityRef;
@@ -30701,6 +30968,7 @@ declare namespace Models {
30701
30968
  export interface WhatsAppIntegrationRequest {
30702
30969
  "id"?: string;
30703
30970
  "name": string;
30971
+ "supportedContent"?: Models.SupportedContentReference;
30704
30972
  "phoneNumber": string;
30705
30973
  "wabaCertificate": string;
30706
30974
  "selfUri"?: string;
@@ -30709,6 +30977,7 @@ declare namespace Models {
30709
30977
  export interface WhatsAppIntegrationUpdateRequest {
30710
30978
  "id"?: string;
30711
30979
  "name"?: string;
30980
+ "supportedContent"?: Models.SupportedContentReference;
30712
30981
  "action"?: string;
30713
30982
  "authenticationMethod"?: string;
30714
30983
  "confirmationCode"?: string;
@@ -31002,6 +31271,7 @@ declare namespace Models {
31002
31271
  }
31003
31272
 
31004
31273
  export interface WorkdayValuesMetricItem {
31274
+ "metric"?: Models.AddressableEntityRef;
31005
31275
  "metricDefinition"?: Models.DomainEntityRef;
31006
31276
  "average"?: number;
31007
31277
  "unitType"?: string;