purecloud-platform-client-v2 190.0.0 → 191.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 (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +313 -81
  3. package/dist/web-amd/purecloud-platform-client-v2.js +313 -81
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +293 -239
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +293 -239
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +410 -45
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +162 -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/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +21 -1
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -2
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +3 -2
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +26 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +27 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +4 -4
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -169,6 +169,8 @@ declare class AnalyticsApi {
169
169
  getAnalyticsJourneysAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsJourneysAggregatesJobResultsOptions): Promise<Models.JourneyAsyncAggregateQueryResponse>;
170
170
  getAnalyticsKnowledgeAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
171
171
  getAnalyticsKnowledgeAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsKnowledgeAggregatesJobResultsOptions): Promise<Models.KnowledgeAsyncAggregateQueryResponse>;
172
+ getAnalyticsReportingDashboardsUser(userId: string): Promise<Models.DashboardUser>;
173
+ getAnalyticsReportingDashboardsUsers(opts?: AnalyticsApi.getAnalyticsReportingDashboardsUsersOptions): Promise<Models.DashboardUserListing>;
172
174
  getAnalyticsReportingExports(opts?: AnalyticsApi.getAnalyticsReportingExportsOptions): Promise<Models.ReportingExportJobListing>;
173
175
  getAnalyticsReportingExportsMetadata(): Promise<Models.ReportingExportMetadataJobListing>;
174
176
  getAnalyticsReportingMetadata(opts?: AnalyticsApi.getAnalyticsReportingMetadataOptions): Promise<Models.ReportMetaDataEntityListing>;
@@ -180,6 +182,7 @@ declare class AnalyticsApi {
180
182
  getAnalyticsReportingScheduleHistoryRunId(runId: string, scheduleId: string): Promise<Models.ReportRunEntry>;
181
183
  getAnalyticsReportingSchedules(opts?: AnalyticsApi.getAnalyticsReportingSchedulesOptions): Promise<Models.ReportScheduleEntityListing>;
182
184
  getAnalyticsReportingSettings(): Promise<Models.AnalyticsReportingSettings>;
185
+ getAnalyticsReportingSettingsUserDashboards(userId: string, opts?: AnalyticsApi.getAnalyticsReportingSettingsUserDashboardsOptions): Promise<Models.DashboardConfigurationListing>;
183
186
  getAnalyticsReportingTimeperiods(): Promise<Array<string>>;
184
187
  getAnalyticsResolutionsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
185
188
  getAnalyticsResolutionsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsResolutionsAggregatesJobResultsOptions): Promise<Models.ResolutionAsyncAggregateQueryResponse>;
@@ -220,9 +223,12 @@ declare class AnalyticsApi {
220
223
  postAnalyticsKnowledgeAggregatesQuery(body: Models.KnowledgeAggregationQuery): Promise<Models.KnowledgeAggregateQueryResponse>;
221
224
  postAnalyticsQueuesObservationsQuery(body: Models.QueueObservationQuery): Promise<Models.QueueObservationQueryResponse>;
222
225
  postAnalyticsRatelimitsAggregatesQuery(body: Models.RateLimitAggregationQuery): Promise<Models.RateLimitAggregateQueryResponse>;
226
+ postAnalyticsReportingDashboardsUsersBulkRemove(body: Array<string>): Promise<void>;
223
227
  postAnalyticsReportingExports(body: Models.ReportingExportJobRequest): Promise<Models.ReportingExportJobResponse>;
224
228
  postAnalyticsReportingScheduleRunreport(scheduleId: string): Promise<Models.RunNowResponse>;
225
229
  postAnalyticsReportingSchedules(body: Models.ReportSchedule): Promise<Models.ReportSchedule>;
230
+ postAnalyticsReportingSettingsDashboardsBulkRemove(body: Models.DashboardConfigurationBulkRequest): Promise<void>;
231
+ postAnalyticsReportingSettingsDashboardsQuery(body: Models.DashboardConfigurationQueryRequest): Promise<Models.DashboardConfigurationListing>;
226
232
  postAnalyticsResolutionsAggregatesJobs(body: Models.ResolutionAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
227
233
  postAnalyticsRoutingActivityQuery(body: Models.RoutingActivityQuery, opts?: AnalyticsApi.postAnalyticsRoutingActivityQueryOptions): Promise<Models.RoutingActivityResponse>;
228
234
  postAnalyticsSurveysAggregatesJobs(body: Models.SurveyAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
@@ -290,6 +296,13 @@ declare namespace AnalyticsApi {
290
296
  export interface getAnalyticsKnowledgeAggregatesJobResultsOptions {
291
297
  "cursor"?: string;
292
298
  }
299
+ export interface getAnalyticsReportingDashboardsUsersOptions {
300
+ "sortBy"?: string;
301
+ "pageNumber"?: number;
302
+ "pageSize"?: number;
303
+ "id"?: Array<string>;
304
+ "state"?: string;
305
+ }
293
306
  export interface getAnalyticsReportingExportsOptions {
294
307
  "pageNumber"?: number;
295
308
  "pageSize"?: number;
@@ -310,6 +323,13 @@ declare namespace AnalyticsApi {
310
323
  "pageNumber"?: number;
311
324
  "pageSize"?: number;
312
325
  }
326
+ export interface getAnalyticsReportingSettingsUserDashboardsOptions {
327
+ "sortBy"?: string;
328
+ "pageNumber"?: number;
329
+ "pageSize"?: number;
330
+ "publicOnly"?: boolean;
331
+ "favoriteOnly"?: boolean;
332
+ }
313
333
  export interface getAnalyticsResolutionsAggregatesJobResultsOptions {
314
334
  "cursor"?: string;
315
335
  }
@@ -1408,6 +1428,7 @@ declare class ConversationsApi {
1408
1428
  getConversationsMessagesCachedmedia(opts?: ConversationsApi.getConversationsMessagesCachedmediaOptions): Promise<Models.CachedMediaItemEntityListing>;
1409
1429
  getConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId: string): Promise<Models.CachedMediaItem>;
1410
1430
  getConversationsMessagingFacebookApp(): Promise<Models.FacebookAppCredentials>;
1431
+ getConversationsMessagingFacebookPermissions(): Promise<Models.FacebookPermissionEntityListing>;
1411
1432
  getConversationsMessagingIntegrations(opts?: ConversationsApi.getConversationsMessagingIntegrationsOptions): Promise<Models.MessagingIntegrationEntityListing>;
1412
1433
  getConversationsMessagingIntegrationsFacebook(opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookOptions): Promise<Models.FacebookIntegrationEntityListing>;
1413
1434
  getConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookIntegrationIdOptions): Promise<Models.FacebookIntegration>;
@@ -2883,7 +2904,7 @@ declare class KnowledgeApi {
2883
2904
  deleteKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeDocument>;
2884
2905
  deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<void>;
2885
2906
  getKnowledgeGuestSessionCategories(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionCategoriesOptions): Promise<Models.GuestCategoryResponseListing>;
2886
- getKnowledgeGuestSessionDocument(sessionId: string, documentId: string): Promise<Models.KnowledgeGuestDocument>;
2907
+ getKnowledgeGuestSessionDocument(sessionId: string, documentId: string): Promise<Models.KnowledgeGuestDocumentResponse>;
2887
2908
  getKnowledgeGuestSessionDocuments(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionDocumentsOptions): Promise<Models.KnowledgeGuestDocumentResponseListing>;
2888
2909
  getKnowledgeKnowledgebase(knowledgeBaseId: string): Promise<Models.KnowledgeBase>;
2889
2910
  getKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseCategoriesOptions): Promise<Models.CategoryResponseListing>;
@@ -4695,6 +4716,7 @@ declare class ResponseManagementApi {
4695
4716
  getResponsemanagementResponseassetsStatusStatusId(statusId: string): Promise<Models.ResponseAssetStatus>;
4696
4717
  getResponsemanagementResponses(libraryId: string, opts?: ResponseManagementApi.getResponsemanagementResponsesOptions): Promise<Models.ResponseEntityListing>;
4697
4718
  postResponsemanagementLibraries(body: Models.Library): Promise<Models.Library>;
4719
+ postResponsemanagementLibrariesBulk(body: Models.LibraryBatchRequest): Promise<Models.LibraryEntityListing>;
4698
4720
  postResponsemanagementResponseassetsSearch(body: Models.ResponseAssetSearchRequest, opts?: ResponseManagementApi.postResponsemanagementResponseassetsSearchOptions): Promise<Models.ResponseAssetSearchResults>;
4699
4721
  postResponsemanagementResponseassetsUploads(body: Models.CreateResponseAssetRequest): Promise<Models.CreateResponseAssetResponse>;
4700
4722
  postResponsemanagementResponses(body: Models.Response, opts?: ResponseManagementApi.postResponsemanagementResponsesOptions): Promise<Models.Response>;
@@ -4854,6 +4876,7 @@ declare class RoutingApi {
4854
4876
  postRoutingSkills(body: Models.RoutingSkill): Promise<Models.RoutingSkill>;
4855
4877
  postRoutingSmsAddresses(body: Models.SmsAddressProvision): Promise<Models.SmsAddress>;
4856
4878
  postRoutingSmsPhonenumbers(body: Models.SmsPhoneNumberProvision): Promise<Models.SmsPhoneNumber>;
4879
+ postRoutingSmsPhonenumbersAlphanumeric(body: Models.SmsAlphanumericProvision): Promise<Models.SmsPhoneNumber>;
4857
4880
  postRoutingSmsPhonenumbersImport(body: Models.SmsPhoneNumberImport): Promise<Models.SmsPhoneNumber>;
4858
4881
  postRoutingUtilizationLabels(body: Models.CreateUtilizationLabelRequest): Promise<Models.UtilizationLabel>;
4859
4882
  postRoutingUtilizationTags(body: Models.CreateUtilizationTagRequest): Promise<Models.UtilizationTag>;
@@ -8143,6 +8166,18 @@ declare namespace Models {
8143
8166
  "end"?: string;
8144
8167
  }
8145
8168
 
8169
+ export interface AlternativeShiftNotification {
8170
+ "id"?: string;
8171
+ "weekDate": string;
8172
+ "granularity": string;
8173
+ "newState"?: string;
8174
+ "initiatingUser": Models.UserReference;
8175
+ "initiatingShiftDate": string;
8176
+ "receivingUser"?: Models.UserReference;
8177
+ "receivingShiftDate"?: string;
8178
+ "selfUri"?: string;
8179
+ }
8180
+
8146
8181
  export interface AmazonLexRequest {
8147
8182
  "requestAttributes"?: { [key: string]: string; };
8148
8183
  "sessionAttributes"?: { [key: string]: string; };
@@ -12937,7 +12972,7 @@ declare namespace Models {
12937
12972
 
12938
12973
  export interface ContactsExportRequest {
12939
12974
  "contactListFilterId"?: string;
12940
- "searchCriteria"?: Models.ContactBulkSearchCriteria;
12975
+ "criteria"?: Models.ContactBulkSearchCriteria;
12941
12976
  "contactIds"?: Array<string>;
12942
12977
  }
12943
12978
 
@@ -13375,6 +13410,7 @@ declare namespace Models {
13375
13410
  "name"?: string;
13376
13411
  "participants"?: Array<Models.ConversationCallEventTopicCallMediaParticipant>;
13377
13412
  "otherMediaUris"?: Array<string>;
13413
+ "address"?: string;
13378
13414
  "recordingState"?: string;
13379
13415
  "securePause"?: boolean;
13380
13416
  "maxParticipants"?: number;
@@ -13530,6 +13566,7 @@ declare namespace Models {
13530
13566
  "name"?: string;
13531
13567
  "participants"?: Array<Models.ConversationCallbackEventTopicCallbackMediaParticipant>;
13532
13568
  "otherMediaUris"?: Array<string>;
13569
+ "address"?: string;
13533
13570
  }
13534
13571
 
13535
13572
  export interface ConversationCallbackEventTopicCallbackMediaParticipant {
@@ -13717,6 +13754,7 @@ declare namespace Models {
13717
13754
  "name"?: string;
13718
13755
  "participants"?: Array<Models.ConversationChatEventTopicChatMediaParticipant>;
13719
13756
  "otherMediaUris"?: Array<string>;
13757
+ "address"?: string;
13720
13758
  }
13721
13759
 
13722
13760
  export interface ConversationChatEventTopicChatMediaParticipant {
@@ -13849,6 +13887,7 @@ declare namespace Models {
13849
13887
  "name"?: string;
13850
13888
  "participants"?: Array<Models.ConversationCobrowseEventTopicCobrowseMediaParticipant>;
13851
13889
  "otherMediaUris"?: Array<string>;
13890
+ "address"?: string;
13852
13891
  }
13853
13892
 
13854
13893
  export interface ConversationCobrowseEventTopicCobrowseMediaParticipant {
@@ -14117,6 +14156,7 @@ declare namespace Models {
14117
14156
  "name"?: string;
14118
14157
  "participants"?: Array<Models.ConversationEmailEventTopicEmailMediaParticipant>;
14119
14158
  "otherMediaUris"?: Array<string>;
14159
+ "address"?: string;
14120
14160
  }
14121
14161
 
14122
14162
  export interface ConversationEmailEventTopicEmailMediaParticipant {
@@ -14839,6 +14879,7 @@ declare namespace Models {
14839
14879
  "name"?: string;
14840
14880
  "participants"?: Array<Models.ConversationMessageEventTopicMessageMediaParticipant>;
14841
14881
  "otherMediaUris"?: Array<string>;
14882
+ "address"?: string;
14842
14883
  }
14843
14884
 
14844
14885
  export interface ConversationMessageEventTopicMessageDetails {
@@ -15292,6 +15333,7 @@ declare namespace Models {
15292
15333
  "name"?: string;
15293
15334
  "participants"?: Array<Models.ConversationScreenShareEventTopicScreenShareMediaParticipant>;
15294
15335
  "otherMediaUris"?: Array<string>;
15336
+ "address"?: string;
15295
15337
  }
15296
15338
 
15297
15339
  export interface ConversationScreenShareEventTopicScreenShareMediaParticipant {
@@ -15426,6 +15468,7 @@ declare namespace Models {
15426
15468
  "name"?: string;
15427
15469
  "participants"?: Array<Models.ConversationSocialExpressionEventTopicSocialMediaParticipant>;
15428
15470
  "otherMediaUris"?: Array<string>;
15471
+ "address"?: string;
15429
15472
  }
15430
15473
 
15431
15474
  export interface ConversationSocialExpressionEventTopicSocialMediaParticipant {
@@ -15586,6 +15629,7 @@ declare namespace Models {
15586
15629
  "name"?: string;
15587
15630
  "participants"?: Array<Models.ConversationVideoEventTopicVideoMediaParticipant>;
15588
15631
  "otherMediaUris"?: Array<string>;
15632
+ "address"?: string;
15589
15633
  }
15590
15634
 
15591
15635
  export interface ConversationVideoEventTopicVideoMediaParticipant {
@@ -16622,6 +16666,68 @@ declare namespace Models {
16622
16666
  "intervalScheduleProbabilities"?: Array<number>;
16623
16667
  }
16624
16668
 
16669
+ export interface DashboardConfiguration {
16670
+ "id"?: string;
16671
+ "name": string;
16672
+ "rows"?: number;
16673
+ "columns"?: number;
16674
+ "widgets": Array<Models.Widget>;
16675
+ "favorite"?: boolean;
16676
+ "publicDashboard"?: boolean;
16677
+ "restricted"?: boolean;
16678
+ "layoutType"?: string;
16679
+ "dateCreated": string;
16680
+ "dateModified": string;
16681
+ "createdBy"?: Models.AddressableEntityRef;
16682
+ "selfUri"?: string;
16683
+ }
16684
+
16685
+ export interface DashboardConfigurationBulkRequest {
16686
+ "dashboardConfigurationIds": Array<string>;
16687
+ }
16688
+
16689
+ export interface DashboardConfigurationListing {
16690
+ "entities"?: Array<Models.DashboardConfiguration>;
16691
+ "pageSize"?: number;
16692
+ "pageNumber"?: number;
16693
+ "total"?: number;
16694
+ "lastUri"?: string;
16695
+ "firstUri"?: string;
16696
+ "selfUri"?: string;
16697
+ "nextUri"?: string;
16698
+ "previousUri"?: string;
16699
+ "pageCount"?: number;
16700
+ }
16701
+
16702
+ export interface DashboardConfigurationQueryRequest {
16703
+ "dashboardConfigurationIds": Array<string>;
16704
+ "pageNumber"?: number;
16705
+ "pageSize"?: number;
16706
+ "sortBy"?: string;
16707
+ }
16708
+
16709
+ export interface DashboardUser {
16710
+ "id"?: string;
16711
+ "name"?: string;
16712
+ "dashboardCount"?: number;
16713
+ "publicDashboardCount"?: number;
16714
+ "state"?: string;
16715
+ "selfUri"?: string;
16716
+ }
16717
+
16718
+ export interface DashboardUserListing {
16719
+ "entities"?: Array<Models.DashboardUser>;
16720
+ "pageSize"?: number;
16721
+ "pageNumber"?: number;
16722
+ "total"?: number;
16723
+ "lastUri"?: string;
16724
+ "firstUri"?: string;
16725
+ "selfUri"?: string;
16726
+ "nextUri"?: string;
16727
+ "previousUri"?: string;
16728
+ "pageCount"?: number;
16729
+ }
16730
+
16625
16731
  export interface DataActionConditionPredicate {
16626
16732
  "outputField": string;
16627
16733
  "outputOperator": string;
@@ -17202,8 +17308,16 @@ declare namespace Models {
17202
17308
  "name"?: string;
17203
17309
  }
17204
17310
 
17311
+ export interface DialerCampaignScheduleConfigChangeAlteration {
17312
+ "type"?: string;
17313
+ "start"?: string;
17314
+ "end"?: string;
17315
+ "additionalProperties"?: { [key: string]: object; };
17316
+ }
17317
+
17205
17318
  export interface DialerCampaignScheduleConfigChangeCampaignSchedule {
17206
17319
  "intervals"?: Array<Models.DialerCampaignScheduleConfigChangeScheduleInterval>;
17320
+ "recurrences"?: Array<Models.DialerCampaignScheduleConfigChangeScheduleRecurrence>;
17207
17321
  "timeZone"?: string;
17208
17322
  "campaign"?: Models.DialerCampaignScheduleConfigChangeUriReference;
17209
17323
  "additionalProperties"?: { [key: string]: object; };
@@ -17217,12 +17331,37 @@ declare namespace Models {
17217
17331
  export interface DialerCampaignScheduleConfigChangeObject {
17218
17332
  }
17219
17333
 
17334
+ export interface DialerCampaignScheduleConfigChangeRecurrencePattern {
17335
+ "type"?: string;
17336
+ "interval"?: number;
17337
+ "daysOfWeek"?: Array<string>;
17338
+ "additionalProperties"?: { [key: string]: object; };
17339
+ }
17340
+
17341
+ export interface DialerCampaignScheduleConfigChangeRecurrenceRange {
17342
+ "type"?: string;
17343
+ "end"?: string;
17344
+ "numberOfOccurrences"?: number;
17345
+ "additionalProperties"?: { [key: string]: object; };
17346
+ }
17347
+
17220
17348
  export interface DialerCampaignScheduleConfigChangeScheduleInterval {
17221
17349
  "start"?: string;
17222
17350
  "end"?: string;
17223
17351
  "additionalProperties"?: { [key: string]: object; };
17224
17352
  }
17225
17353
 
17354
+ export interface DialerCampaignScheduleConfigChangeScheduleRecurrence {
17355
+ "id"?: string;
17356
+ "start"?: string;
17357
+ "end"?: string;
17358
+ "timeZone"?: string;
17359
+ "range"?: Models.DialerCampaignScheduleConfigChangeRecurrenceRange;
17360
+ "pattern"?: Models.DialerCampaignScheduleConfigChangeRecurrencePattern;
17361
+ "alterations"?: Array<Models.DialerCampaignScheduleConfigChangeAlteration>;
17362
+ "additionalProperties"?: { [key: string]: object; };
17363
+ }
17364
+
17226
17365
  export interface DialerCampaignScheduleConfigChangeUriReference {
17227
17366
  "id"?: string;
17228
17367
  "name"?: string;
@@ -17436,6 +17575,7 @@ declare namespace Models {
17436
17575
  "contactListId"?: string;
17437
17576
  "campaignId"?: string;
17438
17577
  "phoneNumberColumns"?: Array<Models.PhoneNumberColumn>;
17578
+ "callbackAutoAnswer"?: boolean;
17439
17579
  }
17440
17580
 
17441
17581
  export interface DialerResponsesetConfigChangeObject {
@@ -18055,6 +18195,15 @@ declare namespace Models {
18055
18195
  "paragraph"?: Models.DocumentBodyParagraph;
18056
18196
  }
18057
18197
 
18198
+ export interface DocumentBodyBlockWithHighlight {
18199
+ "type": string;
18200
+ "image"?: Models.DocumentBodyImage;
18201
+ "video"?: Models.DocumentBodyVideo;
18202
+ "list"?: Models.DocumentBodyList;
18203
+ "table"?: Models.DocumentBodyTable;
18204
+ "paragraph"?: Models.DocumentBodyParagraphWithHighlight;
18205
+ }
18206
+
18058
18207
  export interface DocumentBodyImage {
18059
18208
  "url": string;
18060
18209
  "hyperlink"?: string;
@@ -18108,6 +18257,11 @@ declare namespace Models {
18108
18257
  "indentation"?: number;
18109
18258
  }
18110
18259
 
18260
+ export interface DocumentBodyParagraphWithHighlight {
18261
+ "blocks": Array<Models.DocumentContentBlockWithHighlight>;
18262
+ "properties"?: Models.DocumentBodyParagraphProperties;
18263
+ }
18264
+
18111
18265
  export interface DocumentBodyTable {
18112
18266
  "rows": Array<Models.DocumentBodyTableRowBlock>;
18113
18267
  "properties"?: Models.DocumentBodyTableProperties;
@@ -18184,6 +18338,10 @@ declare namespace Models {
18184
18338
  "indentation"?: number;
18185
18339
  }
18186
18340
 
18341
+ export interface DocumentBodyWithHighlight {
18342
+ "blocks": Array<Models.DocumentBodyBlockWithHighlight>;
18343
+ }
18344
+
18187
18345
  export interface DocumentCategoryInput {
18188
18346
  "id": string;
18189
18347
  }
@@ -18195,6 +18353,19 @@ declare namespace Models {
18195
18353
  "video"?: Models.DocumentBodyVideo;
18196
18354
  }
18197
18355
 
18356
+ export interface DocumentContentBlockWithHighlight {
18357
+ "type": string;
18358
+ "text"?: Models.DocumentText;
18359
+ "image"?: Models.DocumentBodyImage;
18360
+ "video"?: Models.DocumentBodyVideo;
18361
+ "answerHighlight"?: Models.DocumentContentHighlightIndex;
18362
+ }
18363
+
18364
+ export interface DocumentContentHighlightIndex {
18365
+ "startIndex"?: number;
18366
+ "endIndex"?: number;
18367
+ }
18368
+
18198
18369
  export interface DocumentEntityListing {
18199
18370
  "entities"?: Array<Models.Document>;
18200
18371
  "pageSize"?: number;
@@ -18317,6 +18488,19 @@ declare namespace Models {
18317
18488
  "selfUri"?: string;
18318
18489
  }
18319
18490
 
18491
+ export interface DocumentVariationAnswer {
18492
+ "id"?: string;
18493
+ "dateCreated"?: string;
18494
+ "dateModified"?: string;
18495
+ "documentVersion"?: Models.AddressableEntityRef;
18496
+ "contexts": Array<Models.DocumentVariationContext>;
18497
+ "document"?: Models.KnowledgeDocumentReference;
18498
+ "priority"?: number;
18499
+ "name"?: string;
18500
+ "body"?: Models.DocumentBodyWithHighlight;
18501
+ "selfUri"?: string;
18502
+ }
18503
+
18320
18504
  export interface DocumentVariationContext {
18321
18505
  "context": Models.KnowledgeContextReference;
18322
18506
  "values": Array<Models.KnowledgeContextValueReference>;
@@ -18856,6 +19040,11 @@ declare namespace Models {
18856
19040
  "operation": string;
18857
19041
  }
18858
19042
 
19043
+ export interface DynamicLineBalancingSettings {
19044
+ "enabled"?: boolean;
19045
+ "relativeWeight"?: number;
19046
+ }
19047
+
18859
19048
  export interface Edge {
18860
19049
  "id"?: string;
18861
19050
  "name": string;
@@ -21080,6 +21269,15 @@ declare namespace Models {
21080
21269
  "selfUri"?: string;
21081
21270
  }
21082
21271
 
21272
+ export interface FacebookPermission {
21273
+ "name"?: string;
21274
+ "type"?: string;
21275
+ }
21276
+
21277
+ export interface FacebookPermissionEntityListing {
21278
+ "entities"?: Array<Models.FacebookPermission>;
21279
+ }
21280
+
21083
21281
  export interface FacebookScopedId {
21084
21282
  "scopedId"?: string;
21085
21283
  }
@@ -21335,7 +21533,6 @@ declare namespace Models {
21335
21533
 
21336
21534
  export interface FileUploadSettings {
21337
21535
  "enableAttachments"?: boolean;
21338
- "useSupportedContentProfile"?: boolean;
21339
21536
  "modes"?: Array<Models.FileUploadMode>;
21340
21537
  }
21341
21538
 
@@ -21769,6 +21966,7 @@ declare namespace Models {
21769
21966
  }
21770
21967
 
21771
21968
  export interface FlowLogLevelCharacteristicsDefinitions {
21969
+ "logLevels"?: Array<Models.FlowLogLevel>;
21772
21970
  "characteristics"?: Array<Models.FlowLogLevelCharacteristicsDefinition>;
21773
21971
  }
21774
21972
 
@@ -24706,6 +24904,27 @@ declare namespace Models {
24706
24904
  "selfUri"?: string;
24707
24905
  }
24708
24906
 
24907
+ export interface JourneyViewChart {
24908
+ "id"?: string;
24909
+ "name"?: string;
24910
+ "version"?: number;
24911
+ "groupByTime"?: string;
24912
+ "groupByAttributes"?: Array<Models.JourneyViewChartGroupByAttribute>;
24913
+ "metrics": Array<Models.JourneyViewChartMetric>;
24914
+ "selfUri"?: string;
24915
+ }
24916
+
24917
+ export interface JourneyViewChartGroupByAttribute {
24918
+ "elementId": string;
24919
+ "attribute": string;
24920
+ }
24921
+
24922
+ export interface JourneyViewChartMetric {
24923
+ "id": string;
24924
+ "elementId": string;
24925
+ "aggregate"?: string;
24926
+ }
24927
+
24709
24928
  export interface JourneyViewElement {
24710
24929
  "id": string;
24711
24930
  "name": string;
@@ -25580,12 +25799,13 @@ declare namespace Models {
25580
25799
  "pageCount"?: number;
25581
25800
  "queryType"?: string;
25582
25801
  "sessionId"?: string;
25802
+ "answerHighlightTopResults"?: number;
25583
25803
  "includeDraftDocuments"?: boolean;
25584
25804
  }
25585
25805
 
25586
25806
  export interface KnowledgeDocumentGuestSearchResult {
25587
25807
  "confidence"?: number;
25588
- "document"?: Models.KnowledgeGuestDocument;
25808
+ "document"?: Models.KnowledgeGuestSearchDocumentResponse;
25589
25809
  }
25590
25810
 
25591
25811
  export interface KnowledgeDocumentPresentation {
@@ -25639,8 +25859,8 @@ declare namespace Models {
25639
25859
  "category"?: Models.CategoryResponse;
25640
25860
  "labels"?: Array<Models.LabelResponse>;
25641
25861
  "knowledgeBase"?: Models.KnowledgeBaseReference;
25642
- "variations"?: Array<Models.DocumentVariation>;
25643
25862
  "externalId"?: string;
25863
+ "variations"?: Array<Models.DocumentVariation>;
25644
25864
  "selfUri"?: string;
25645
25865
  }
25646
25866
 
@@ -25681,11 +25901,12 @@ declare namespace Models {
25681
25901
  "application"?: Models.KnowledgeSearchClientApplication;
25682
25902
  "conversationContext"?: Models.KnowledgeConversationContext;
25683
25903
  "confidenceThreshold"?: number;
25904
+ "answerHighlightTopResults"?: number;
25684
25905
  }
25685
25906
 
25686
25907
  export interface KnowledgeDocumentSearchResult {
25687
25908
  "confidence"?: number;
25688
- "document"?: Models.KnowledgeDocumentResponse;
25909
+ "document"?: Models.KnowledgeSearchDocumentResponse;
25689
25910
  }
25690
25911
 
25691
25912
  export interface KnowledgeDocumentSuggestion {
@@ -25824,26 +26045,6 @@ declare namespace Models {
25824
26045
  "totalPhraseHitCount"?: number;
25825
26046
  }
25826
26047
 
25827
- export interface KnowledgeGuestDocument {
25828
- "id"?: string;
25829
- "title"?: string;
25830
- "visible"?: boolean;
25831
- "alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
25832
- "state"?: string;
25833
- "dateCreated"?: string;
25834
- "dateModified"?: string;
25835
- "dateImported"?: string;
25836
- "lastPublishedVersionNumber"?: number;
25837
- "datePublished"?: string;
25838
- "createdBy"?: Models.UserReference;
25839
- "modifiedBy"?: Models.UserReference;
25840
- "documentVersion"?: Models.AddressableEntityRef;
25841
- "variations"?: Array<Models.KnowledgeGuestDocumentVariation>;
25842
- "sessionId"?: string;
25843
- "category"?: Models.GuestCategoryReference;
25844
- "selfUri"?: string;
25845
- }
25846
-
25847
26048
  export interface KnowledgeGuestDocumentCopy {
25848
26049
  "documentVariationId": string;
25849
26050
  "documentVersionId": string;
@@ -25876,8 +26077,28 @@ declare namespace Models {
25876
26077
  "application"?: Models.KnowledgeGuestSearchClientApplication;
25877
26078
  }
25878
26079
 
26080
+ export interface KnowledgeGuestDocumentResponse {
26081
+ "id"?: string;
26082
+ "title"?: string;
26083
+ "visible"?: boolean;
26084
+ "alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
26085
+ "state"?: string;
26086
+ "dateCreated"?: string;
26087
+ "dateModified"?: string;
26088
+ "dateImported"?: string;
26089
+ "lastPublishedVersionNumber"?: number;
26090
+ "datePublished"?: string;
26091
+ "createdBy"?: Models.UserReference;
26092
+ "modifiedBy"?: Models.UserReference;
26093
+ "documentVersion"?: Models.AddressableEntityRef;
26094
+ "sessionId"?: string;
26095
+ "category"?: Models.GuestCategoryReference;
26096
+ "variations"?: Array<Models.KnowledgeGuestDocumentVariation>;
26097
+ "selfUri"?: string;
26098
+ }
26099
+
25879
26100
  export interface KnowledgeGuestDocumentResponseListing {
25880
- "entities"?: Array<Models.KnowledgeGuestDocument>;
26101
+ "entities"?: Array<Models.KnowledgeGuestDocumentResponse>;
25881
26102
  "nextUri"?: string;
25882
26103
  "selfUri"?: string;
25883
26104
  "previousUri"?: string;
@@ -25911,6 +26132,17 @@ declare namespace Models {
25911
26132
  "selfUri"?: string;
25912
26133
  }
25913
26134
 
26135
+ export interface KnowledgeGuestDocumentVariationAnswer {
26136
+ "id"?: string;
26137
+ "dateCreated"?: string;
26138
+ "dateModified"?: string;
26139
+ "documentVersion"?: Models.AddressableEntityRef;
26140
+ "contexts": Array<Models.KnowledgeGuestDocumentVariationContext>;
26141
+ "document"?: Models.AddressableEntityRef;
26142
+ "body"?: Models.DocumentBodyWithHighlight;
26143
+ "selfUri"?: string;
26144
+ }
26145
+
25914
26146
  export interface KnowledgeGuestDocumentVariationContext {
25915
26147
  "context": Models.AddressableEntityRef;
25916
26148
  "values": Array<Models.AddressableEntityRef>;
@@ -25935,6 +26167,27 @@ declare namespace Models {
25935
26167
  "assistant"?: Models.EntityReference;
25936
26168
  }
25937
26169
 
26170
+ export interface KnowledgeGuestSearchDocumentResponse {
26171
+ "id"?: string;
26172
+ "title"?: string;
26173
+ "visible"?: boolean;
26174
+ "alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
26175
+ "state"?: string;
26176
+ "dateCreated"?: string;
26177
+ "dateModified"?: string;
26178
+ "dateImported"?: string;
26179
+ "lastPublishedVersionNumber"?: number;
26180
+ "datePublished"?: string;
26181
+ "createdBy"?: Models.UserReference;
26182
+ "modifiedBy"?: Models.UserReference;
26183
+ "documentVersion"?: Models.AddressableEntityRef;
26184
+ "sessionId"?: string;
26185
+ "category"?: Models.GuestCategoryReference;
26186
+ "variations"?: Array<Models.KnowledgeGuestDocumentVariationAnswer>;
26187
+ "answer"?: string;
26188
+ "selfUri"?: string;
26189
+ }
26190
+
25938
26191
  export interface KnowledgeGuestSession {
25939
26192
  "id"?: string;
25940
26193
  "app": Models.KnowledgeGuestSessionApp;
@@ -26085,7 +26338,30 @@ declare namespace Models {
26085
26338
  "assistant"?: Models.AddressableEntityRef;
26086
26339
  }
26087
26340
 
26088
- export interface KnowledgeSearchDocument {
26341
+ export interface KnowledgeSearchDocumentResponse {
26342
+ "id"?: string;
26343
+ "title"?: string;
26344
+ "visible"?: boolean;
26345
+ "alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
26346
+ "state"?: string;
26347
+ "dateCreated"?: string;
26348
+ "dateModified"?: string;
26349
+ "dateImported"?: string;
26350
+ "lastPublishedVersionNumber"?: number;
26351
+ "datePublished"?: string;
26352
+ "createdBy"?: Models.UserReference;
26353
+ "modifiedBy"?: Models.UserReference;
26354
+ "documentVersion"?: Models.AddressableEntityRef;
26355
+ "category"?: Models.CategoryResponse;
26356
+ "labels"?: Array<Models.LabelResponse>;
26357
+ "knowledgeBase"?: Models.KnowledgeBaseReference;
26358
+ "externalId"?: string;
26359
+ "variations"?: Array<Models.DocumentVariationAnswer>;
26360
+ "answer"?: string;
26361
+ "selfUri"?: string;
26362
+ }
26363
+
26364
+ export interface KnowledgeSearchDocumentV1 {
26089
26365
  "id"?: string;
26090
26366
  "name"?: string;
26091
26367
  "languageCode": string;
@@ -26116,7 +26392,7 @@ declare namespace Models {
26116
26392
  "pageCount"?: number;
26117
26393
  "pageSize"?: number;
26118
26394
  "pageNumber"?: number;
26119
- "results"?: Array<Models.KnowledgeSearchDocument>;
26395
+ "results"?: Array<Models.KnowledgeSearchDocumentV1>;
26120
26396
  }
26121
26397
 
26122
26398
  export interface KnowledgeTraining {
@@ -26855,6 +27131,10 @@ declare namespace Models {
26855
27131
  "selfUri"?: string;
26856
27132
  }
26857
27133
 
27134
+ export interface LibraryBatchRequest {
27135
+ "libraryIds": Array<string>;
27136
+ }
27137
+
26858
27138
  export interface LibraryEntityListing {
26859
27139
  "entities"?: Array<Models.Library>;
26860
27140
  "pageSize"?: number;
@@ -29613,6 +29893,8 @@ declare namespace Models {
29613
29893
  "providerType"?: string;
29614
29894
  "mediaSizeBytes"?: number;
29615
29895
  "mediaType"?: string;
29896
+ "mediaSubtype"?: string;
29897
+ "mediaSubject"?: string;
29616
29898
  "fileState"?: string;
29617
29899
  "providerEndpoint"?: Models.Endpoint;
29618
29900
  "recording"?: Models.Recording;
@@ -31754,6 +32036,7 @@ declare namespace Models {
31754
32036
  "name"?: string;
31755
32037
  "participants"?: Array<Models.QueueConversationCallEventTopicCallMediaParticipant>;
31756
32038
  "otherMediaUris"?: Array<string>;
32039
+ "address"?: string;
31757
32040
  "recordingState"?: string;
31758
32041
  "securePause"?: boolean;
31759
32042
  "maxParticipants"?: number;
@@ -31909,6 +32192,7 @@ declare namespace Models {
31909
32192
  "name"?: string;
31910
32193
  "participants"?: Array<Models.QueueConversationCallbackEventTopicCallbackMediaParticipant>;
31911
32194
  "otherMediaUris"?: Array<string>;
32195
+ "address"?: string;
31912
32196
  }
31913
32197
 
31914
32198
  export interface QueueConversationCallbackEventTopicCallbackMediaParticipant {
@@ -32062,6 +32346,7 @@ declare namespace Models {
32062
32346
  "name"?: string;
32063
32347
  "participants"?: Array<Models.QueueConversationChatEventTopicChatMediaParticipant>;
32064
32348
  "otherMediaUris"?: Array<string>;
32349
+ "address"?: string;
32065
32350
  }
32066
32351
 
32067
32352
  export interface QueueConversationChatEventTopicChatMediaParticipant {
@@ -32190,6 +32475,7 @@ declare namespace Models {
32190
32475
  "name"?: string;
32191
32476
  "participants"?: Array<Models.QueueConversationCobrowseEventTopicCobrowseMediaParticipant>;
32192
32477
  "otherMediaUris"?: Array<string>;
32478
+ "address"?: string;
32193
32479
  }
32194
32480
 
32195
32481
  export interface QueueConversationCobrowseEventTopicCobrowseMediaParticipant {
@@ -32344,6 +32630,7 @@ declare namespace Models {
32344
32630
  "name"?: string;
32345
32631
  "participants"?: Array<Models.QueueConversationEmailEventTopicEmailMediaParticipant>;
32346
32632
  "otherMediaUris"?: Array<string>;
32633
+ "address"?: string;
32347
32634
  }
32348
32635
 
32349
32636
  export interface QueueConversationEmailEventTopicEmailMediaParticipant {
@@ -33003,6 +33290,7 @@ declare namespace Models {
33003
33290
  "name"?: string;
33004
33291
  "participants"?: Array<Models.QueueConversationMessageEventTopicMessageMediaParticipant>;
33005
33292
  "otherMediaUris"?: Array<string>;
33293
+ "address"?: string;
33006
33294
  }
33007
33295
 
33008
33296
  export interface QueueConversationMessageEventTopicMessageDetails {
@@ -33187,6 +33475,7 @@ declare namespace Models {
33187
33475
  "name"?: string;
33188
33476
  "participants"?: Array<Models.QueueConversationScreenShareEventTopicScreenShareMediaParticipant>;
33189
33477
  "otherMediaUris"?: Array<string>;
33478
+ "address"?: string;
33190
33479
  }
33191
33480
 
33192
33481
  export interface QueueConversationScreenShareEventTopicScreenShareMediaParticipant {
@@ -34507,6 +34796,8 @@ declare namespace Models {
34507
34796
  "startTime"?: string;
34508
34797
  "endTime"?: string;
34509
34798
  "media"?: string;
34799
+ "mediaSubtype"?: string;
34800
+ "mediaSubject"?: string;
34510
34801
  "annotations"?: Array<Models.Annotation>;
34511
34802
  "transcript"?: Array<Models.ChatMessage>;
34512
34803
  "emailTranscript"?: Array<Models.RecordingEmailMessage>;
@@ -34697,6 +34988,8 @@ declare namespace Models {
34697
34988
  "startTime"?: string;
34698
34989
  "endTime"?: string;
34699
34990
  "media"?: string;
34991
+ "mediaSubtype"?: string;
34992
+ "mediaSubject"?: string;
34700
34993
  "annotations"?: Array<Models.Annotation>;
34701
34994
  "fileState"?: string;
34702
34995
  "restoreExpirationTime"?: string;
@@ -37213,6 +37506,12 @@ declare namespace Models {
37213
37506
  "selfUri"?: string;
37214
37507
  }
37215
37508
 
37509
+ export interface SmsAlphanumericProvision {
37510
+ "id"?: string;
37511
+ "phoneNumber": string;
37512
+ "selfUri"?: string;
37513
+ }
37514
+
37216
37515
  export interface SmsAvailablePhoneNumber {
37217
37516
  "id"?: string;
37218
37517
  "name"?: string;
@@ -41703,6 +42002,7 @@ declare namespace Models {
41703
42002
  export interface V2MobiusAlertsTopicAlertNotification {
41704
42003
  "recipient"?: string;
41705
42004
  "notificationTypes"?: Array<string>;
42005
+ "locale"?: string;
41706
42006
  }
41707
42007
 
41708
42008
  export interface V2MobiusAlertsTopicAlertRuleProperties {
@@ -41721,66 +42021,81 @@ declare namespace Models {
41721
42021
 
41722
42022
  export interface V2MobiusAlertsTopicAlertSummaryEntity {
41723
42023
  "entityType"?: string;
41724
- "user"?: Models.V2MobiusAlertsTopicAddressableEntityRef;
41725
- "group"?: Models.V2MobiusAlertsTopicAddressableEntityRef;
41726
- "queue"?: Models.V2MobiusAlertsTopicAddressableEntityRef;
41727
- "team"?: Models.V2MobiusAlertsTopicAddressableEntityRef;
42024
+ "user"?: Models.V2MobiusAlertsTopicAlertingAddressableEntityRef;
42025
+ "group"?: Models.V2MobiusAlertsTopicAlertingAddressableEntityRef;
42026
+ "queue"?: Models.V2MobiusAlertsTopicAlertingAddressableEntityRef;
42027
+ "team"?: Models.V2MobiusAlertsTopicAlertingAddressableEntityRef;
41728
42028
  "alerting"?: boolean;
41729
42029
  }
41730
42030
 
42031
+ export interface V2MobiusAlertsTopicAlertingAddressableEntityRef {
42032
+ "id"?: string;
42033
+ "displayName"?: string;
42034
+ }
42035
+
41731
42036
  export interface V2MobiusAlertsTopicCondition {
42037
+ "id"?: string;
41732
42038
  "conditions"?: Array<Models.V2MobiusAlertsTopicCondition>;
41733
42039
  "predicates"?: Array<Models.V2MobiusAlertsTopicConditionRulePredicate>;
41734
42040
  "type"?: string;
41735
42041
  }
41736
42042
 
41737
42043
  export interface V2MobiusAlertsTopicConditionRulePredicate {
42044
+ "id"?: string;
41738
42045
  "entity"?: Models.V2MobiusAlertsTopicEntityProperties;
41739
42046
  "metric"?: string;
41740
42047
  "metricType"?: string;
41741
42048
  "metricValueType"?: string;
41742
42049
  "value"?: number;
42050
+ "status"?: string;
42051
+ "mediaType"?: string;
41743
42052
  "comparisonOperator"?: string;
41744
42053
  }
41745
42054
 
41746
42055
  export interface V2MobiusAlertsTopicEntityProperties {
41747
42056
  "entityType"?: string;
41748
- "user"?: Models.V2MobiusAlertsTopicAddressableEntityRef;
41749
- "group"?: Models.V2MobiusAlertsTopicAddressableEntityRef;
41750
- "queue"?: Models.V2MobiusAlertsTopicAddressableEntityRef;
41751
- "team"?: Models.V2MobiusAlertsTopicAddressableEntityRef;
41752
- }
41753
-
41754
- export interface V2MobiusRulesTopicAddressableEntityRef {
41755
- "id"?: string;
42057
+ "user"?: Models.V2MobiusAlertsTopicAlertingAddressableEntityRef;
42058
+ "group"?: Models.V2MobiusAlertsTopicAlertingAddressableEntityRef;
42059
+ "queue"?: Models.V2MobiusAlertsTopicAlertingAddressableEntityRef;
42060
+ "team"?: Models.V2MobiusAlertsTopicAlertingAddressableEntityRef;
41756
42061
  }
41757
42062
 
41758
42063
  export interface V2MobiusRulesTopicAlertNotification {
41759
42064
  "recipient"?: string;
41760
42065
  "notificationTypes"?: Array<string>;
42066
+ "locale"?: string;
42067
+ }
42068
+
42069
+ export interface V2MobiusRulesTopicAlertingAddressableEntityRef {
42070
+ "id"?: string;
42071
+ "displayName"?: string;
41761
42072
  }
41762
42073
 
41763
42074
  export interface V2MobiusRulesTopicCondition {
42075
+ "id"?: string;
41764
42076
  "conditions"?: Array<Models.V2MobiusRulesTopicCondition>;
41765
42077
  "predicates"?: Array<Models.V2MobiusRulesTopicConditionRulePredicate>;
41766
42078
  "type"?: string;
41767
42079
  }
41768
42080
 
41769
42081
  export interface V2MobiusRulesTopicConditionRulePredicate {
42082
+ "id"?: string;
41770
42083
  "entity"?: Models.V2MobiusRulesTopicEntityProperties;
41771
42084
  "metric"?: string;
41772
42085
  "metricType"?: string;
41773
42086
  "metricValueType"?: string;
41774
42087
  "value"?: number;
42088
+ "status"?: string;
42089
+ "mediaType"?: string;
41775
42090
  "comparisonOperator"?: string;
41776
42091
  }
41777
42092
 
41778
42093
  export interface V2MobiusRulesTopicEntityProperties {
41779
42094
  "entityType"?: string;
41780
- "user"?: Models.V2MobiusRulesTopicAddressableEntityRef;
41781
- "group"?: Models.V2MobiusRulesTopicAddressableEntityRef;
41782
- "queue"?: Models.V2MobiusRulesTopicAddressableEntityRef;
41783
- "team"?: Models.V2MobiusRulesTopicAddressableEntityRef;
42095
+ "user"?: Models.V2MobiusRulesTopicAlertingAddressableEntityRef;
42096
+ "group"?: Models.V2MobiusRulesTopicAlertingAddressableEntityRef;
42097
+ "queue"?: Models.V2MobiusRulesTopicAlertingAddressableEntityRef;
42098
+ "team"?: Models.V2MobiusRulesTopicAlertingAddressableEntityRef;
41784
42099
  }
41785
42100
 
41786
42101
  export interface V2MobiusRulesTopicRule {
@@ -41795,6 +42110,7 @@ declare namespace Models {
41795
42110
  "action"?: string;
41796
42111
  "dateCreated"?: string;
41797
42112
  "sendExitingAlarmNotification"?: boolean;
42113
+ "waitBetweenNotificationMs"?: number;
41798
42114
  }
41799
42115
 
41800
42116
  export interface ValidateAddressRequest {
@@ -42316,6 +42632,12 @@ declare namespace Models {
42316
42632
  "entities"?: Array<Models.WaitlistPosition>;
42317
42633
  }
42318
42634
 
42635
+ export interface Warning {
42636
+ "value"?: number;
42637
+ "rangeType"?: string;
42638
+ "color"?: string;
42639
+ }
42640
+
42319
42641
  export interface WebActionEvent {
42320
42642
  "action": Models.EventAction;
42321
42643
  "actionMap": Models.ActionEventActionMap;
@@ -43752,6 +44074,7 @@ declare namespace Models {
43752
44074
  "shiftTrade"?: Models.ShiftTradeNotification;
43753
44075
  "timeOffRequest"?: Models.TimeOffRequestNotification;
43754
44076
  "adherenceExplanation"?: Models.AdherenceExplanationNotification;
44077
+ "alternativeShift"?: Models.AlternativeShiftNotification;
43755
44078
  "markedAsRead": boolean;
43756
44079
  "agentNotification"?: boolean;
43757
44080
  "otherNotificationIdsInGroup"?: Array<string>;
@@ -43769,6 +44092,17 @@ declare namespace Models {
43769
44092
  "notes"?: string;
43770
44093
  }
43771
44094
 
44095
+ export interface WfmUserNotificationTopicAlternativeShiftNotification {
44096
+ "id"?: string;
44097
+ "weekDate"?: string;
44098
+ "granularity"?: string;
44099
+ "newState"?: string;
44100
+ "initiatingUser"?: Models.WfmUserNotificationTopicUserReference;
44101
+ "initiatingShiftDate"?: string;
44102
+ "receivingUser"?: Models.WfmUserNotificationTopicUserReference;
44103
+ "receivingShiftDate"?: string;
44104
+ }
44105
+
43772
44106
  export interface WfmUserNotificationTopicBusinessUnit {
43773
44107
  "id"?: string;
43774
44108
  }
@@ -43809,6 +44143,7 @@ declare namespace Models {
43809
44143
  "shiftTrade"?: Models.WfmUserNotificationTopicShiftTradeNotification;
43810
44144
  "timeOffRequest"?: Models.WfmUserNotificationTopicTimeOffRequestNotification;
43811
44145
  "adherenceExplanation"?: Models.WfmUserNotificationTopicAdherenceExplanationNotification;
44146
+ "alternativeShift"?: Models.WfmUserNotificationTopicAlternativeShiftNotification;
43812
44147
  "agentNotification"?: boolean;
43813
44148
  "otherNotificationIdsInGroup"?: Array<string>;
43814
44149
  "markedAsRead"?: boolean;
@@ -44062,6 +44397,36 @@ declare namespace Models {
44062
44397
  "selfUri"?: string;
44063
44398
  }
44064
44399
 
44400
+ export interface Widget {
44401
+ "row"?: number;
44402
+ "column"?: number;
44403
+ "title"?: string;
44404
+ "type": string;
44405
+ "metrics"?: Array<string>;
44406
+ "displayText"?: string;
44407
+ "displayTextColor"?: string;
44408
+ "webContentUrl"?: string;
44409
+ "splitFilters"?: boolean;
44410
+ "splitByMediaType"?: boolean;
44411
+ "showLongest"?: boolean;
44412
+ "displayAsTable"?: boolean;
44413
+ "showDuration"?: boolean;
44414
+ "sortOrder"?: string;
44415
+ "sortKey"?: string;
44416
+ "entityLimit"?: number;
44417
+ "displayAggregates"?: boolean;
44418
+ "isFullWidth"?: boolean;
44419
+ "showPercentageChange"?: boolean;
44420
+ "showProfilePicture"?: boolean;
44421
+ "filter"?: Models.ViewFilter;
44422
+ "periods"?: Array<string>;
44423
+ "mediaTypes"?: Array<string>;
44424
+ "warnings"?: Array<Models.Warning>;
44425
+ "showTimeInStatus"?: boolean;
44426
+ "showOfflineAgents"?: boolean;
44427
+ "selectedStatuses"?: Array<string>;
44428
+ }
44429
+
44065
44430
  export interface WidgetClientConfig {
44066
44431
  "v1"?: Models.WidgetClientConfigV1;
44067
44432
  "v2"?: object;