purecloud-platform-client-v2 185.0.0 → 186.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +377 -152
  3. package/dist/web-amd/purecloud-platform-client-v2.js +377 -152
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +165 -117
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +170 -119
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +154 -128
  9. package/package.json +2 -2
  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 +1 -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 +2 -3
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +58 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -62
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +7 -7
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +26 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +131 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +2 -3
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +2 -2
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +80 -2
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -3
  70. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +3 -3
  71. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -936,7 +936,6 @@ declare namespace AuthorizationApi {
936
936
  "nextPage"?: string;
937
937
  "previousPage"?: string;
938
938
  "objectCount"?: boolean;
939
- "id"?: Array<string>;
940
939
  "name"?: string;
941
940
  }
942
941
  export interface getAuthorizationDivisionspermittedMeOptions {
@@ -1043,10 +1042,12 @@ declare class ChatApi {
1043
1042
  getChatsThreadMessages(threadId: string, opts?: ChatApi.getChatsThreadMessagesOptions): Promise<Models.ChatMessageEntityListing>;
1044
1043
  getChatsUserMessage(userId: string, messageIds: string): Promise<Models.ChatMessageEntityListing>;
1045
1044
  getChatsUserMessages(userId: string, opts?: ChatApi.getChatsUserMessagesOptions): Promise<Models.ChatMessageResponse>;
1045
+ getChatsUserSettings(userId: string): Promise<Models.ChatUserSettings>;
1046
1046
  patchChatsRoom(roomJid: string, body: Models.RoomUpdateRequest): Promise<void>;
1047
1047
  patchChatsRoomMessage(roomJid: string, messageId: string, body: Models.SendMessageBody): Promise<Models.ChatSendMessageResponse>;
1048
1048
  patchChatsSettings(body: Models.ChatSettings): Promise<Models.ChatSettings>;
1049
1049
  patchChatsUserMessage(userId: string, messageId: string, body: Models.SendMessageBody): Promise<Models.ChatSendMessageResponse>;
1050
+ patchChatsUserSettings(userId: string, body: Models.ChatUserSettings): Promise<Models.ChatUserSettings>;
1050
1051
  postChatsRoomMessages(roomJid: string, body: Models.SendMessageBody): Promise<Models.ChatSendMessageResponse>;
1051
1052
  postChatsRoomParticipant(roomJid: string, userId: string): Promise<void>;
1052
1053
  postChatsRoomPinnedmessages(roomJid: string, body: Models.PinnedMessageRequest): Promise<void>;
@@ -1164,7 +1165,6 @@ declare class ContentManagementApi {
1164
1165
  deleteContentmanagementWorkspaceMember(workspaceId: string, memberId: string): Promise<void>;
1165
1166
  deleteContentmanagementWorkspaceTagvalue(workspaceId: string, tagId: string): Promise<void>;
1166
1167
  getContentmanagementDocument(documentId: string, opts?: ContentManagementApi.getContentmanagementDocumentOptions): Promise<Models.Document>;
1167
- getContentmanagementDocumentAudits(documentId: string, opts?: ContentManagementApi.getContentmanagementDocumentAuditsOptions): Promise<Models.DocumentAuditEntityListing>;
1168
1168
  getContentmanagementDocumentContent(documentId: string, opts?: ContentManagementApi.getContentmanagementDocumentContentOptions): Promise<Models.DownloadResponse>;
1169
1169
  getContentmanagementDocuments(workspaceId: string, opts?: ContentManagementApi.getContentmanagementDocumentsOptions): Promise<Models.DocumentEntityListing>;
1170
1170
  getContentmanagementQuery(queryPhrase: string, opts?: ContentManagementApi.getContentmanagementQueryOptions): Promise<Models.QueryResults>;
@@ -1183,7 +1183,6 @@ declare class ContentManagementApi {
1183
1183
  getContentmanagementWorkspaceTagvalue(workspaceId: string, tagId: string, opts?: ContentManagementApi.getContentmanagementWorkspaceTagvalueOptions): Promise<Models.TagValue>;
1184
1184
  getContentmanagementWorkspaceTagvalues(workspaceId: string, opts?: ContentManagementApi.getContentmanagementWorkspaceTagvaluesOptions): Promise<Models.TagValueEntityListing>;
1185
1185
  getContentmanagementWorkspaces(opts?: ContentManagementApi.getContentmanagementWorkspacesOptions): Promise<Models.WorkspaceEntityListing>;
1186
- postContentmanagementAuditquery(body: Models.ContentQueryRequest): Promise<Models.QueryResults>;
1187
1186
  postContentmanagementDocument(documentId: string, body: Models.DocumentUpdate, opts?: ContentManagementApi.postContentmanagementDocumentOptions): Promise<Models.Document>;
1188
1187
  postContentmanagementDocumentContent(documentId: string, body: Models.ReplaceRequest, opts?: ContentManagementApi.postContentmanagementDocumentContentOptions): Promise<Models.ReplaceResponse>;
1189
1188
  postContentmanagementDocuments(body: Models.DocumentUpload, opts?: ContentManagementApi.postContentmanagementDocumentsOptions): Promise<Models.Document>;
@@ -1207,14 +1206,6 @@ declare namespace ContentManagementApi {
1207
1206
  export interface getContentmanagementDocumentOptions {
1208
1207
  "expand"?: Array<string>;
1209
1208
  }
1210
- export interface getContentmanagementDocumentAuditsOptions {
1211
- "pageSize"?: number;
1212
- "pageNumber"?: number;
1213
- "transactionFilter"?: string;
1214
- "level"?: string;
1215
- "sortBy"?: string;
1216
- "sortOrder"?: string;
1217
- }
1218
1209
  export interface getContentmanagementDocumentContentOptions {
1219
1210
  "disposition"?: string;
1220
1211
  "contentType"?: string;
@@ -2389,6 +2380,7 @@ declare class IntegrationsApi {
2389
2380
  getIntegrationsActionTemplate(actionId: string, fileName: string): Promise<string>;
2390
2381
  getIntegrationsActions(opts?: IntegrationsApi.getIntegrationsActionsOptions): Promise<Models.ActionEntityListing>;
2391
2382
  getIntegrationsActionsCategories(opts?: IntegrationsApi.getIntegrationsActionsCategoriesOptions): Promise<Models.CategoryEntityListing>;
2383
+ getIntegrationsActionsCertificates(opts?: IntegrationsApi.getIntegrationsActionsCertificatesOptions): Promise<Models.ActionCertificateListing>;
2392
2384
  getIntegrationsActionsDrafts(opts?: IntegrationsApi.getIntegrationsActionsDraftsOptions): Promise<Models.ActionEntityListing>;
2393
2385
  getIntegrationsBotconnectorIntegrationIdBot(integrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotOptions): Promise<Models.BotConnectorBot>;
2394
2386
  getIntegrationsBotconnectorIntegrationIdBotVersions(integrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotVersionsOptions): Promise<Models.BotConnectorBotVersionSummaryEntityListing>;
@@ -2489,6 +2481,10 @@ declare namespace IntegrationsApi {
2489
2481
  "sortOrder"?: string;
2490
2482
  "secure"?: string;
2491
2483
  }
2484
+ export interface getIntegrationsActionsCertificatesOptions {
2485
+ "status"?: string;
2486
+ "type"?: string;
2487
+ }
2492
2488
  export interface getIntegrationsActionsDraftsOptions {
2493
2489
  "pageSize"?: number;
2494
2490
  "pageNumber"?: number;
@@ -3317,14 +3313,31 @@ declare namespace LocationsApi {
3317
3313
  }
3318
3314
 
3319
3315
  declare class LogCaptureApi {
3316
+ deleteDiagnosticsLogcaptureBrowserUser(userId: string): Promise<void>;
3320
3317
  getDiagnosticsLogcaptureBrowserEntriesDownloadJob(jobId: string): Promise<Models.LogCaptureDownloadExecutionResponse>;
3321
- postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(opts?: LogCaptureApi.postDiagnosticsLogcaptureBrowserEntriesDownloadJobsOptions): Promise<Models.LogCaptureDownloadExecutionResponse>;
3318
+ getDiagnosticsLogcaptureBrowserUser(userId: string): Promise<Models.LogCaptureUserConfiguration>;
3319
+ getDiagnosticsLogcaptureBrowserUsers(opts?: LogCaptureApi.getDiagnosticsLogcaptureBrowserUsersOptions): Promise<Models.PagelessEntityListing>;
3320
+ postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(opts?: LogCaptureApi.postDiagnosticsLogcaptureBrowserEntriesDownloadJobsOptions): Promise<Models.LogCaptureDownloadExecutionResponse>;
3321
+ postDiagnosticsLogcaptureBrowserEntriesQuery(opts?: LogCaptureApi.postDiagnosticsLogcaptureBrowserEntriesQueryOptions): Promise<Models.LogCaptureQueryResponse>;
3322
+ postDiagnosticsLogcaptureBrowserUser(userId: string, opts?: LogCaptureApi.postDiagnosticsLogcaptureBrowserUserOptions): Promise<Models.LogCaptureUserConfiguration>;
3322
3323
  }
3323
3324
 
3324
3325
  declare namespace LogCaptureApi {
3326
+ export interface getDiagnosticsLogcaptureBrowserUsersOptions {
3327
+ "includeExpired"?: boolean;
3328
+ }
3325
3329
  export interface postDiagnosticsLogcaptureBrowserEntriesDownloadJobsOptions {
3326
3330
  "body"?: Models.LogCaptureQueryRequest;
3327
3331
  }
3332
+ export interface postDiagnosticsLogcaptureBrowserEntriesQueryOptions {
3333
+ "before"?: string;
3334
+ "after"?: string;
3335
+ "pageSize"?: string;
3336
+ "body"?: Models.LogCaptureQueryRequest;
3337
+ }
3338
+ export interface postDiagnosticsLogcaptureBrowserUserOptions {
3339
+ "body"?: Models.LogCaptureUserConfiguration;
3340
+ }
3328
3341
  }
3329
3342
 
3330
3343
  declare class MessagingApi {
@@ -3461,7 +3474,6 @@ declare namespace ObjectsApi {
3461
3474
  "nextPage"?: string;
3462
3475
  "previousPage"?: string;
3463
3476
  "objectCount"?: boolean;
3464
- "id"?: Array<string>;
3465
3477
  "name"?: string;
3466
3478
  }
3467
3479
  export interface postAuthorizationDivisionRestoreOptions {
@@ -4635,6 +4647,8 @@ declare class RoutingApi {
4635
4647
  getRoutingUtilizationTags(opts?: RoutingApi.getRoutingUtilizationTagsOptions): Promise<Models.UtilizationTagEntityListing>;
4636
4648
  getRoutingWrapupcode(codeId: string): Promise<Models.WrapupCode>;
4637
4649
  getRoutingWrapupcodes(opts?: RoutingApi.getRoutingWrapupcodesOptions): Promise<Models.WrapupCodeEntityListing>;
4650
+ getRoutingWrapupcodesDivisionview(codeId: string): Promise<Models.WrapupCode>;
4651
+ getRoutingWrapupcodesDivisionviews(opts?: RoutingApi.getRoutingWrapupcodesDivisionviewsOptions): Promise<Models.WrapupCodeEntityListing>;
4638
4652
  getUserQueues(userId: string, opts?: RoutingApi.getUserQueuesOptions): Promise<Models.UserQueueEntityListing>;
4639
4653
  getUserRoutinglanguages(userId: string, opts?: RoutingApi.getUserRoutinglanguagesOptions): Promise<Models.UserLanguageEntityListing>;
4640
4654
  getUserRoutingskills(userId: string, opts?: RoutingApi.getUserRoutingskillsOptions): Promise<Models.UserSkillEntityListing>;
@@ -4648,6 +4662,7 @@ declare class RoutingApi {
4648
4662
  patchRoutingQueueUser(queueId: string, memberId: string, body: Models.QueueMember): Promise<void>;
4649
4663
  patchRoutingQueueUsers(queueId: string, body: Array<Models.QueueMember>): Promise<Models.QueueMemberEntityListingV1>;
4650
4664
  patchRoutingSettingsContactcenter(body: Models.ContactCenterSettings): Promise<void>;
4665
+ patchRoutingSettingsTranscription(body: Models.TranscriptionSettings): Promise<Models.TranscriptionSettings>;
4651
4666
  patchRoutingSkillgroup(skillGroupId: string, body: Models.SkillGroup): Promise<Models.SkillGroup>;
4652
4667
  patchUserQueue(queueId: string, userId: string, body: Models.UserQueue): Promise<Models.UserQueue>;
4653
4668
  patchUserQueues(userId: string, body: Array<Models.UserQueue>, opts?: RoutingApi.patchUserQueuesOptions): Promise<Models.UserQueueEntityListing>;
@@ -4885,6 +4900,14 @@ declare namespace RoutingApi {
4885
4900
  "id"?: Array<string>;
4886
4901
  "divisionId"?: Array<string>;
4887
4902
  }
4903
+ export interface getRoutingWrapupcodesDivisionviewsOptions {
4904
+ "pageSize"?: number;
4905
+ "pageNumber"?: number;
4906
+ "name"?: string;
4907
+ "id"?: Array<string>;
4908
+ "divisionId"?: Array<string>;
4909
+ "includeState"?: string;
4910
+ }
4888
4911
  export interface getUserQueuesOptions {
4889
4912
  "pageSize"?: number;
4890
4913
  "pageNumber"?: number;
@@ -5816,6 +5839,7 @@ declare namespace TelephonyProvidersEdgeApi {
5816
5839
  "name"?: string;
5817
5840
  "locationId"?: string;
5818
5841
  "managed"?: boolean;
5842
+ "expand"?: Array<string>;
5819
5843
  }
5820
5844
  export interface getTelephonyProvidersEdgesTimezonesOptions {
5821
5845
  "pageSize"?: number;
@@ -7055,6 +7079,26 @@ declare namespace Models {
7055
7079
  "pageSize"?: number;
7056
7080
  }
7057
7081
 
7082
+ export interface ActionCertificate {
7083
+ "signingAuthority"?: string;
7084
+ "certificate"?: string;
7085
+ "status"?: string;
7086
+ "type"?: string;
7087
+ }
7088
+
7089
+ export interface ActionCertificateListing {
7090
+ "entities"?: Array<Models.ActionCertificate>;
7091
+ "pageSize"?: number;
7092
+ "pageNumber"?: number;
7093
+ "total"?: number;
7094
+ "firstUri"?: string;
7095
+ "nextUri"?: string;
7096
+ "previousUri"?: string;
7097
+ "lastUri"?: string;
7098
+ "selfUri"?: string;
7099
+ "pageCount"?: number;
7100
+ }
7101
+
7058
7102
  export interface ActionConfig {
7059
7103
  "timeoutSeconds"?: number;
7060
7104
  "request"?: Models.RequestConfig;
@@ -7401,6 +7445,11 @@ declare namespace Models {
7401
7445
  "addressDisplayable"?: string;
7402
7446
  }
7403
7447
 
7448
+ export interface AddressableEntity {
7449
+ "id"?: string;
7450
+ "selfUri"?: string;
7451
+ }
7452
+
7404
7453
  export interface AddressableEntityRef {
7405
7454
  "id"?: string;
7406
7455
  "selfUri"?: string;
@@ -8626,6 +8675,7 @@ declare namespace Models {
8626
8675
  "totalScore"?: number;
8627
8676
  "maxTotalScore"?: number;
8628
8677
  "markedNA"?: boolean;
8678
+ "systemMarkedNA"?: boolean;
8629
8679
  "totalCriticalScore"?: number;
8630
8680
  "maxTotalCriticalScore"?: number;
8631
8681
  "totalNonCriticalScore"?: number;
@@ -8646,6 +8696,7 @@ declare namespace Models {
8646
8696
  "answerId"?: string;
8647
8697
  "score"?: number;
8648
8698
  "markedNA"?: boolean;
8699
+ "systemMarkedNA"?: boolean;
8649
8700
  "freeTextAnswer"?: string;
8650
8701
  }
8651
8702
 
@@ -8897,13 +8948,6 @@ declare namespace Models {
8897
8948
  "audioState": Models.AudioState;
8898
8949
  }
8899
8950
 
8900
- export interface AuditChange {
8901
- "property"?: string;
8902
- "entity"?: Models.AuditEntityReference;
8903
- "oldValues"?: Array<string>;
8904
- "newValues"?: Array<string>;
8905
- }
8906
-
8907
8951
  export interface AuditEntity {
8908
8952
  "type": string;
8909
8953
  "id"?: string;
@@ -8911,14 +8955,6 @@ declare namespace Models {
8911
8955
  "selfUri"?: string;
8912
8956
  }
8913
8957
 
8914
- export interface AuditEntityReference {
8915
- "id"?: string;
8916
- "name"?: string;
8917
- "selfUri"?: string;
8918
- "type"?: string;
8919
- "action"?: string;
8920
- }
8921
-
8922
8958
  export interface AuditFacet {
8923
8959
  "name": string;
8924
8960
  "type": string;
@@ -9749,8 +9785,10 @@ declare namespace Models {
9749
9785
  "legacyMetric"?: string;
9750
9786
  "value"?: number;
9751
9787
  "values": Array<Models.WfmForecastModificationIntervalOffsetValue>;
9788
+ "secondaryValues"?: Array<Models.WfmForecastModificationIntervalOffsetValue>;
9752
9789
  "displayGranularity": string;
9753
9790
  "granularity": string;
9791
+ "secondaryGranularity"?: string;
9754
9792
  "enabled": boolean;
9755
9793
  "planningGroupIds": Array<string>;
9756
9794
  }
@@ -11506,6 +11544,10 @@ declare namespace Models {
11506
11544
  "messageRetentionPeriodDays"?: number;
11507
11545
  }
11508
11546
 
11547
+ export interface ChatUserSettings {
11548
+ "mobile": Models.MobileSettings;
11549
+ }
11550
+
11509
11551
  export interface Check {
11510
11552
  "result"?: string;
11511
11553
  "type"?: string;
@@ -12510,12 +12552,6 @@ declare namespace Models {
12510
12552
  "filename"?: string;
12511
12553
  }
12512
12554
 
12513
- export interface ContentAttributeFilterItem {
12514
- "id"?: string;
12515
- "operator"?: string;
12516
- "values"?: Array<string>;
12517
- }
12518
-
12519
12555
  export interface ContentButtonResponse {
12520
12556
  "id"?: string;
12521
12557
  "type": string;
@@ -12543,13 +12579,6 @@ declare namespace Models {
12543
12579
  "cards": Array<Models.ContentCard>;
12544
12580
  }
12545
12581
 
12546
- export interface ContentFacetFilterItem {
12547
- "name"?: string;
12548
- "type"?: string;
12549
- "operator"?: string;
12550
- "values"?: Array<string>;
12551
- }
12552
-
12553
12582
  export interface ContentFilterItem {
12554
12583
  "name"?: string;
12555
12584
  "type"?: string;
@@ -12696,17 +12725,6 @@ declare namespace Models {
12696
12725
  "payload": string;
12697
12726
  }
12698
12727
 
12699
- export interface ContentQueryRequest {
12700
- "queryPhrase"?: string;
12701
- "pageNumber"?: number;
12702
- "pageSize"?: number;
12703
- "facetNameRequests"?: Array<string>;
12704
- "sort"?: Array<Models.ContentSortItem>;
12705
- "filters"?: Array<Models.ContentFacetFilterItem>;
12706
- "attributeFilters"?: Array<Models.ContentAttributeFilterItem>;
12707
- "includeShares"?: boolean;
12708
- }
12709
-
12710
12728
  export interface ContentQuickReply {
12711
12729
  "id"?: string;
12712
12730
  "text": string;
@@ -12729,11 +12747,6 @@ declare namespace Models {
12729
12747
  "story"?: Models.StorySetting;
12730
12748
  }
12731
12749
 
12732
- export interface ContentSortItem {
12733
- "name"?: string;
12734
- "ascending"?: boolean;
12735
- }
12736
-
12737
12750
  export interface ContentStory {
12738
12751
  "type": string;
12739
12752
  "url": string;
@@ -17539,38 +17552,6 @@ declare namespace Models {
17539
17552
  "values"?: Array<string>;
17540
17553
  }
17541
17554
 
17542
- export interface DocumentAudit {
17543
- "id"?: string;
17544
- "name"?: string;
17545
- "user"?: Models.DomainEntityRef;
17546
- "workspace"?: Models.DomainEntityRef;
17547
- "transactionId"?: string;
17548
- "transactionInitiator"?: boolean;
17549
- "application"?: string;
17550
- "serviceName"?: string;
17551
- "level"?: string;
17552
- "timestamp"?: string;
17553
- "status"?: string;
17554
- "actionContext"?: string;
17555
- "action"?: string;
17556
- "entity"?: Models.AuditEntityReference;
17557
- "changes"?: Array<Models.AuditChange>;
17558
- "selfUri"?: string;
17559
- }
17560
-
17561
- export interface DocumentAuditEntityListing {
17562
- "entities"?: Array<Models.DocumentAudit>;
17563
- "pageSize"?: number;
17564
- "pageNumber"?: number;
17565
- "total"?: number;
17566
- "firstUri"?: string;
17567
- "nextUri"?: string;
17568
- "previousUri"?: string;
17569
- "lastUri"?: string;
17570
- "selfUri"?: string;
17571
- "pageCount"?: number;
17572
- }
17573
-
17574
17555
  export interface DocumentBody {
17575
17556
  "blocks": Array<Models.DocumentBodyBlock>;
17576
17557
  }
@@ -22503,6 +22484,20 @@ declare namespace Models {
22503
22484
  "pageCount"?: number;
22504
22485
  }
22505
22486
 
22487
+ export interface ImportTemplateImportStatusImportStatus {
22488
+ "importState"?: string;
22489
+ "totalRecords"?: number;
22490
+ "completedRecords"?: number;
22491
+ "percentageComplete"?: number;
22492
+ "failureReason"?: string;
22493
+ "targetContactListIds"?: Array<string>;
22494
+ "listNamePrefix"?: string;
22495
+ "additionalProperties"?: { [key: string]: object; };
22496
+ }
22497
+
22498
+ export interface ImportTemplateImportStatusObject {
22499
+ }
22500
+
22506
22501
  export interface InboundDomain {
22507
22502
  "id"?: string;
22508
22503
  "name"?: string;
@@ -25942,13 +25937,6 @@ declare namespace Models {
25942
25937
  "keypairId": string;
25943
25938
  }
25944
25939
 
25945
- export interface LocalTime {
25946
- "hour"?: number;
25947
- "minute"?: number;
25948
- "second"?: number;
25949
- "nano"?: number;
25950
- }
25951
-
25952
25940
  export interface LocaleFlowVersionInfo {
25953
25941
  "nluVersion"?: Models.AddressableEntityRef;
25954
25942
  }
@@ -26116,12 +26104,25 @@ declare namespace Models {
26116
26104
  "sortOrder"?: string;
26117
26105
  }
26118
26106
 
26107
+ export interface LogCaptureQueryResponse {
26108
+ "entities"?: Array<Models.LogEntry>;
26109
+ "nextUri"?: string;
26110
+ "selfUri"?: string;
26111
+ "previousUri"?: string;
26112
+ }
26113
+
26119
26114
  export interface LogCaptureUserConfiguration {
26120
26115
  "id"?: string;
26121
26116
  "dateExpired": string;
26122
26117
  "selfUri"?: string;
26123
26118
  }
26124
26119
 
26120
+ export interface LogEntry {
26121
+ "level"?: string;
26122
+ "message"?: string;
26123
+ "timestamp"?: number;
26124
+ }
26125
+
26125
26126
  export interface LogicalInterfaceEntityListing {
26126
26127
  "entities"?: Array<Models.DomainLogicalInterface>;
26127
26128
  "pageSize"?: number;
@@ -27137,6 +27138,14 @@ declare namespace Models {
27137
27138
  "previousUri"?: string;
27138
27139
  }
27139
27140
 
27141
+ export interface MobileNotificationSettings {
27142
+ "when": string;
27143
+ }
27144
+
27145
+ export interface MobileSettings {
27146
+ "notifications": Models.MobileNotificationSettings;
27147
+ }
27148
+
27140
27149
  export interface ModelingProcessingError {
27141
27150
  "internalErrorCode"?: string;
27142
27151
  "description"?: string;
@@ -28035,7 +28044,7 @@ declare namespace Models {
28035
28044
  "parentEntity"?: string;
28036
28045
  "entityType"?: string;
28037
28046
  "conversationId"?: string;
28038
- "timestamp"?: string;
28047
+ "timestamp"?: number;
28039
28048
  }
28040
28049
 
28041
28050
  export interface OptInSettings {
@@ -28084,6 +28093,7 @@ declare namespace Models {
28084
28093
  "certifications"?: Array<string>;
28085
28094
  "biography"?: Models.Biography;
28086
28095
  "employerInfo"?: Models.EmployerInfo;
28096
+ "preferredName"?: string;
28087
28097
  "routingStatus"?: Models.RoutingStatus;
28088
28098
  "presence"?: Models.UserPresence;
28089
28099
  "integrationPresence"?: Models.UserPresence;
@@ -28697,6 +28707,12 @@ declare namespace Models {
28697
28707
  "selfUri"?: string;
28698
28708
  }
28699
28709
 
28710
+ export interface PagelessEntityListing {
28711
+ "total"?: number;
28712
+ "entities"?: Array<Models.AddressableEntity>;
28713
+ "selfUri"?: string;
28714
+ }
28715
+
28700
28716
  export interface PagingSpec {
28701
28717
  "pageSize": number;
28702
28718
  "pageNumber": number;
@@ -29065,6 +29081,7 @@ declare namespace Models {
29065
29081
 
29066
29082
  export interface PatchUser {
29067
29083
  "id"?: string;
29084
+ "preferredName"?: string;
29068
29085
  "acdAutoAnswer"?: boolean;
29069
29086
  }
29070
29087
 
@@ -36020,76 +36037,76 @@ declare namespace Models {
36020
36037
  }
36021
36038
 
36022
36039
  export interface SupportCenterCompactCategoryModuleTemplate {
36023
- "active"?: boolean;
36040
+ "active": boolean;
36024
36041
  }
36025
36042
 
36026
36043
  export interface SupportCenterCustomMessage {
36027
- "defaultValue"?: string;
36028
- "type"?: string;
36044
+ "defaultValue": string;
36045
+ "type": string;
36029
36046
  }
36030
36047
 
36031
36048
  export interface SupportCenterDetailedCategoryModuleSidebar {
36032
- "enabled"?: boolean;
36049
+ "enabled": boolean;
36033
36050
  }
36034
36051
 
36035
36052
  export interface SupportCenterDetailedCategoryModuleTemplate {
36036
- "active"?: boolean;
36037
- "sidebar"?: Models.SupportCenterDetailedCategoryModuleSidebar;
36053
+ "active": boolean;
36054
+ "sidebar": Models.SupportCenterDetailedCategoryModuleSidebar;
36038
36055
  }
36039
36056
 
36040
36057
  export interface SupportCenterFeedbackSettings {
36041
- "enabled"?: boolean;
36058
+ "enabled": boolean;
36042
36059
  }
36043
36060
 
36044
36061
  export interface SupportCenterGlobalStyle {
36045
- "backgroundColor"?: string;
36046
- "primaryColor"?: string;
36047
- "primaryColorDark"?: string;
36048
- "primaryColorLight"?: string;
36049
- "textColor"?: string;
36050
- "fontFamily"?: string;
36062
+ "backgroundColor": string;
36063
+ "primaryColor": string;
36064
+ "primaryColorDark": string;
36065
+ "primaryColorLight": string;
36066
+ "textColor": string;
36067
+ "fontFamily": string;
36051
36068
  }
36052
36069
 
36053
36070
  export interface SupportCenterHeroStyle {
36054
- "backgroundColor"?: string;
36055
- "textColor"?: string;
36071
+ "backgroundColor": string;
36072
+ "textColor": string;
36056
36073
  "image"?: Models.SupportCenterImage;
36057
36074
  }
36058
36075
 
36059
36076
  export interface SupportCenterImage {
36060
- "source"?: Models.SupportCenterImageSource;
36077
+ "source": Models.SupportCenterImageSource;
36061
36078
  }
36062
36079
 
36063
36080
  export interface SupportCenterImageSource {
36064
- "defaultUrl"?: string;
36081
+ "defaultUrl": string;
36065
36082
  }
36066
36083
 
36067
36084
  export interface SupportCenterModuleSetting {
36068
- "type"?: string;
36069
- "enabled"?: boolean;
36085
+ "type": string;
36086
+ "enabled": boolean;
36070
36087
  "compactCategoryModuleTemplate"?: Models.SupportCenterCompactCategoryModuleTemplate;
36071
36088
  "detailedCategoryModuleTemplate"?: Models.SupportCenterDetailedCategoryModuleTemplate;
36072
36089
  }
36073
36090
 
36074
36091
  export interface SupportCenterScreen {
36075
- "type"?: string;
36076
- "moduleSettings"?: Array<Models.SupportCenterModuleSetting>;
36092
+ "type": string;
36093
+ "moduleSettings": Array<Models.SupportCenterModuleSetting>;
36077
36094
  }
36078
36095
 
36079
36096
  export interface SupportCenterSettings {
36080
- "enabled"?: boolean;
36081
- "knowledgeBase"?: Models.AddressableEntityRef;
36097
+ "enabled": boolean;
36098
+ "knowledgeBase": Models.AddressableEntityRef;
36082
36099
  "customMessages"?: Array<Models.SupportCenterCustomMessage>;
36083
36100
  "routerType"?: string;
36084
- "screens"?: Array<Models.SupportCenterScreen>;
36085
- "enabledCategories"?: Array<Models.SupportCenterCategory>;
36086
- "styleSetting"?: Models.SupportCenterStyleSetting;
36101
+ "screens": Array<Models.SupportCenterScreen>;
36102
+ "enabledCategories": Array<Models.SupportCenterCategory>;
36103
+ "styleSetting": Models.SupportCenterStyleSetting;
36087
36104
  "feedback"?: Models.SupportCenterFeedbackSettings;
36088
36105
  }
36089
36106
 
36090
36107
  export interface SupportCenterStyleSetting {
36091
- "heroStyle"?: Models.SupportCenterHeroStyle;
36092
- "globalStyle"?: Models.SupportCenterGlobalStyle;
36108
+ "heroStyle": Models.SupportCenterHeroStyle;
36109
+ "globalStyle": Models.SupportCenterGlobalStyle;
36093
36110
  }
36094
36111
 
36095
36112
  export interface SupportedContent {
@@ -37359,6 +37376,8 @@ declare namespace Models {
37359
37376
  "transcriptionConfidenceThreshold": number;
37360
37377
  "lowLatencyTranscriptionEnabled"?: boolean;
37361
37378
  "contentSearchEnabled"?: boolean;
37379
+ "pciDssRedactionEnabled"?: boolean;
37380
+ "piiRedactionEnabled"?: boolean;
37362
37381
  }
37363
37382
 
37364
37383
  export interface TranscriptionTopicTranscriptAlternative {
@@ -37817,6 +37836,7 @@ declare namespace Models {
37817
37836
  "certifications"?: Array<string>;
37818
37837
  "biography"?: Models.Biography;
37819
37838
  "employerInfo"?: Models.EmployerInfo;
37839
+ "preferredName"?: string;
37820
37840
  "routingStatus"?: Models.RoutingStatus;
37821
37841
  "presence"?: Models.UserPresence;
37822
37842
  "integrationPresence"?: Models.UserPresence;
@@ -38341,6 +38361,7 @@ declare namespace Models {
38341
38361
  "addresses"?: Array<Models.Contact>;
38342
38362
  "title"?: string;
38343
38363
  "username"?: string;
38364
+ "preferredName"?: string;
38344
38365
  "manager"?: string;
38345
38366
  "images"?: Array<Models.UserImage>;
38346
38367
  "version": number;
@@ -38441,6 +38462,7 @@ declare namespace Models {
38441
38462
  "certifications"?: Array<string>;
38442
38463
  "biography"?: Models.Biography;
38443
38464
  "employerInfo"?: Models.EmployerInfo;
38465
+ "preferredName"?: string;
38444
38466
  "routingStatus"?: Models.RoutingStatus;
38445
38467
  "presence"?: Models.UserPresence;
38446
38468
  "integrationPresence"?: Models.UserPresence;
@@ -38902,6 +38924,7 @@ declare namespace Models {
38902
38924
  "certifications"?: Array<string>;
38903
38925
  "biography"?: Models.Biography;
38904
38926
  "employerInfo"?: Models.EmployerInfo;
38927
+ "preferredName"?: string;
38905
38928
  "routingStatus"?: Models.RoutingStatus;
38906
38929
  "presence"?: Models.UserPresence;
38907
38930
  "integrationPresence"?: Models.UserPresence;
@@ -42799,7 +42822,7 @@ declare namespace Models {
42799
42822
  "description"?: string;
42800
42823
  "defaultDestinationStatus"?: Models.WorkitemStatusReference;
42801
42824
  "statusTransitionDelaySeconds"?: number;
42802
- "statusTransitionTime"?: Models.LocalTime;
42825
+ "statusTransitionTime"?: string;
42803
42826
  "worktype"?: Models.WorktypeReference;
42804
42827
  "selfUri"?: string;
42805
42828
  }
@@ -42811,7 +42834,7 @@ declare namespace Models {
42811
42834
  "description"?: string;
42812
42835
  "defaultDestinationStatusId"?: string;
42813
42836
  "statusTransitionDelaySeconds"?: number;
42814
- "statusTransitionTime"?: Models.LocalTime;
42837
+ "statusTransitionTime"?: string;
42815
42838
  }
42816
42839
 
42817
42840
  export interface WorkitemStatusReference {
@@ -42826,7 +42849,7 @@ declare namespace Models {
42826
42849
  "description"?: string;
42827
42850
  "defaultDestinationStatusId"?: string;
42828
42851
  "statusTransitionDelaySeconds"?: number;
42829
- "statusTransitionTime"?: Models.LocalTime;
42852
+ "statusTransitionTime"?: string;
42830
42853
  }
42831
42854
 
42832
42855
  export interface WorkitemTerminate {
@@ -43038,6 +43061,7 @@ declare namespace Models {
43038
43061
  "customFields"?: { [key: string]: Models.WorkitemsEventsNotificationCustomAttribute; };
43039
43062
  "wrapup"?: Models.WorkitemsEventsNotificationWrapup;
43040
43063
  "sessions"?: Array<Models.WorkitemsEventsNotificationSession>;
43064
+ "skillIds"?: Array<string>;
43041
43065
  }
43042
43066
 
43043
43067
  export interface WorkitemsEventsNotificationWrapup {
@@ -43107,6 +43131,7 @@ declare namespace Models {
43107
43131
  "customFields"?: { [key: string]: Models.WorkitemsQueueEventsNotificationCustomAttribute; };
43108
43132
  "wrapup"?: Models.WorkitemsQueueEventsNotificationWrapup;
43109
43133
  "sessions"?: Array<Models.WorkitemsQueueEventsNotificationSession>;
43134
+ "skillIds"?: Array<string>;
43110
43135
  }
43111
43136
 
43112
43137
  export interface WorkitemsQueueEventsNotificationWrapup {
@@ -43176,6 +43201,7 @@ declare namespace Models {
43176
43201
  "customFields"?: { [key: string]: Models.WorkitemsUserEventsNotificationCustomAttribute; };
43177
43202
  "wrapup"?: Models.WorkitemsUserEventsNotificationWrapup;
43178
43203
  "sessions"?: Array<Models.WorkitemsUserEventsNotificationSession>;
43204
+ "skillIds"?: Array<string>;
43179
43205
  }
43180
43206
 
43181
43207
  export interface WorkitemsUserEventsNotificationWrapup {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "185.0.0",
3
+ "version": "186.0.1",
4
4
  "description": "A JavaScript library to interface with the PureCloud Platform API",
5
5
  "license": "MIT",
6
6
  "main": "dist/node/purecloud-platform-client-v2.js",
@@ -30,7 +30,7 @@
30
30
  "url": "https://developer.mypurecloud.com"
31
31
  },
32
32
  "dependencies": {
33
- "axios": "^1.6.1",
33
+ "axios": "^1.6.5",
34
34
  "configparser": "^0.3.9",
35
35
  "qs": "^6.10.3",
36
36
  "winston": "^3.6.0"
@@ -4,7 +4,7 @@ import { default as qs } from 'qs';
4
4
 
5
5
  /**
6
6
  * @module purecloud-platform-client-v2/ApiClient
7
- * @version 185.0.0
7
+ * @version 186.0.1
8
8
  */
9
9
  class ApiClient {
10
10
  /**
@@ -5,7 +5,7 @@ class AlertingApi {
5
5
  /**
6
6
  * Alerting service.
7
7
  * @module purecloud-platform-client-v2/api/AlertingApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**