purecloud-platform-client-v2 170.0.0 → 171.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 (80) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +153 -71
  3. package/dist/web-amd/purecloud-platform-client-v2.js +153 -71
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +153 -71
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +153 -71
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +202 -31
  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 +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 +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 +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/EventsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +26 -1
  59. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +58 -1
  67. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -1177,7 +1177,7 @@ declare class ConversationsApi {
1177
1177
  getConversationsCobrowsesessions(): Promise<Models.CobrowseConversationEntityListing>;
1178
1178
  getConversationsEmail(conversationId: string): Promise<Models.EmailConversation>;
1179
1179
  getConversationsEmailMessage(conversationId: string, messageId: string): Promise<Models.EmailMessage>;
1180
- getConversationsEmailMessages(conversationId: string): Promise<Models.EmailMessageListing>;
1180
+ getConversationsEmailMessages(conversationId: string): Promise<Models.EmailMessagePreviewListing>;
1181
1181
  getConversationsEmailMessagesDraft(conversationId: string): Promise<Models.EmailMessage>;
1182
1182
  getConversationsEmailParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsEmailParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
1183
1183
  getConversationsEmailParticipantWrapup(conversationId: string, participantId: string, opts?: ConversationsApi.getConversationsEmailParticipantWrapupOptions): Promise<Models.AssignedWrapupCode>;
@@ -4699,7 +4699,8 @@ declare class ScriptsApi {
4699
4699
  getScriptsPublishedScriptIdPages(scriptId: string, opts?: ScriptsApi.getScriptsPublishedScriptIdPagesOptions): Promise<Array<Models.Page>>;
4700
4700
  getScriptsPublishedScriptIdVariables(scriptId: string, opts?: ScriptsApi.getScriptsPublishedScriptIdVariablesOptions): Promise<object>;
4701
4701
  getScriptsUploadStatus(uploadId: string, opts?: ScriptsApi.getScriptsUploadStatusOptions): Promise<Models.ImportScriptStatusResponse>;
4702
- postScriptExport(scriptId: string, opts?: ScriptsApi.postScriptExportOptions): Promise<Models.ExportScriptResponse>;
4702
+ postScriptExport(scriptId: string, opts?: ScriptsApi.postScriptExportOptions): Promise<Models.ExportScriptResponse>;
4703
+ postScriptsPublished(opts?: ScriptsApi.postScriptsPublishedOptions): Promise<Models.Script>;
4703
4704
  }
4704
4705
 
4705
4706
  declare namespace ScriptsApi {
@@ -4774,6 +4775,10 @@ declare namespace ScriptsApi {
4774
4775
  export interface postScriptExportOptions {
4775
4776
  "body"?: Models.ExportScriptRequest;
4776
4777
  }
4778
+ export interface postScriptsPublishedOptions {
4779
+ "scriptDataVersion"?: string;
4780
+ "body"?: Models.PublishScriptRequestData;
4781
+ }
4777
4782
  }
4778
4783
 
4779
4784
  declare class SearchApi {
@@ -5174,6 +5179,8 @@ declare class TelephonyProvidersEdgeApi {
5174
5179
  getTelephonyProvidersEdgesLines(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesLinesOptions): Promise<Models.LineEntityListing>;
5175
5180
  getTelephonyProvidersEdgesLinesTemplate(lineBaseSettingsId: string): Promise<Models.Line>;
5176
5181
  getTelephonyProvidersEdgesLogicalinterfaces(edgeIds: string, opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesLogicalinterfacesOptions): Promise<Models.LogicalInterfaceEntityListing>;
5182
+ getTelephonyProvidersEdgesMediastatisticsConversation(conversationId: string): Promise<Models.MediaStatisticsListing>;
5183
+ getTelephonyProvidersEdgesMediastatisticsConversationCommunication(conversationId: string, communicationId: string): Promise<Models.MediaStatistics>;
5177
5184
  getTelephonyProvidersEdgesMetrics(edgeIds: string): Promise<Array<Models.EdgeMetrics>>;
5178
5185
  getTelephonyProvidersEdgesOutboundroute(outboundRouteId: string): Promise<Models.OutboundRoute>;
5179
5186
  getTelephonyProvidersEdgesOutboundroutes(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesOutboundroutesOptions): Promise<Models.OutboundRouteEntityListing>;
@@ -7610,6 +7617,9 @@ declare namespace Models {
7610
7617
  "recordingDurationMs"?: number;
7611
7618
  "user"?: Models.User;
7612
7619
  "description"?: string;
7620
+ "reason"?: string;
7621
+ "annotations"?: Array<Models.Annotation>;
7622
+ "realtimeLocation"?: number;
7613
7623
  "selfUri"?: string;
7614
7624
  }
7615
7625
 
@@ -15570,6 +15580,7 @@ declare namespace Models {
15570
15580
  "numberOfContactsMessaged"?: number;
15571
15581
  "totalNumberOfContacts"?: number;
15572
15582
  "percentage"?: number;
15583
+ "numberOfContactsSkipped"?: { [key: string]: number; };
15573
15584
  "additionalProperties"?: { [key: string]: object; };
15574
15585
  }
15575
15586
 
@@ -16432,10 +16443,11 @@ declare namespace Models {
16432
16443
 
16433
16444
  export interface DocumentBodyBlock {
16434
16445
  "type": string;
16435
- "paragraph": Models.DocumentBodyParagraph;
16436
- "image": Models.DocumentBodyImage;
16437
- "video": Models.DocumentBodyVideo;
16438
- "list": Models.DocumentBodyList;
16446
+ "paragraph"?: Models.DocumentBodyParagraph;
16447
+ "image"?: Models.DocumentBodyImage;
16448
+ "video"?: Models.DocumentBodyVideo;
16449
+ "list"?: Models.DocumentBodyList;
16450
+ "table"?: Models.DocumentBodyTable;
16439
16451
  }
16440
16452
 
16441
16453
  export interface DocumentBodyImage {
@@ -16489,6 +16501,70 @@ declare namespace Models {
16489
16501
  "indentation"?: number;
16490
16502
  }
16491
16503
 
16504
+ export interface DocumentBodyTable {
16505
+ "rows": Array<Models.DocumentBodyTableRowBlock>;
16506
+ "properties"?: Models.DocumentBodyTableProperties;
16507
+ }
16508
+
16509
+ export interface DocumentBodyTableCaptionBlock {
16510
+ "blocks": Array<Models.DocumentBodyTableCaptionItem>;
16511
+ }
16512
+
16513
+ export interface DocumentBodyTableCaptionItem {
16514
+ "type": string;
16515
+ "text": Models.DocumentText;
16516
+ "image": Models.DocumentBodyImage;
16517
+ "video": Models.DocumentBodyVideo;
16518
+ "list": Models.DocumentBodyList;
16519
+ }
16520
+
16521
+ export interface DocumentBodyTableCellBlock {
16522
+ "blocks": Array<Models.DocumentTableContentBlock>;
16523
+ "properties"?: Models.DocumentBodyTableCellBlockProperties;
16524
+ }
16525
+
16526
+ export interface DocumentBodyTableCellBlockProperties {
16527
+ "cellType"?: string;
16528
+ "width"?: number;
16529
+ "height"?: number;
16530
+ "horizontalAlign"?: string;
16531
+ "verticalAlign"?: string;
16532
+ "borderWidth"?: number;
16533
+ "borderStyle"?: string;
16534
+ "borderColor"?: string;
16535
+ "backgroundColor"?: string;
16536
+ "scope"?: string;
16537
+ "colSpan"?: number;
16538
+ "rowSpan"?: number;
16539
+ }
16540
+
16541
+ export interface DocumentBodyTableProperties {
16542
+ "width"?: number;
16543
+ "height"?: number;
16544
+ "cellSpacing"?: number;
16545
+ "cellPadding"?: number;
16546
+ "borderWidth"?: number;
16547
+ "alignment"?: string;
16548
+ "borderStyle"?: string;
16549
+ "borderColor"?: string;
16550
+ "backgroundColor"?: string;
16551
+ "caption"?: Models.DocumentBodyTableCaptionBlock;
16552
+ }
16553
+
16554
+ export interface DocumentBodyTableRowBlock {
16555
+ "cells": Array<Models.DocumentBodyTableCellBlock>;
16556
+ "properties"?: Models.DocumentBodyTableRowBlockProperties;
16557
+ }
16558
+
16559
+ export interface DocumentBodyTableRowBlockProperties {
16560
+ "rowType"?: string;
16561
+ "alignment"?: string;
16562
+ "height"?: number;
16563
+ "borderStyle"?: string;
16564
+ "borderColor"?: string;
16565
+ "backgroundColor"?: string;
16566
+ }
16567
+
16492
16568
  export interface DocumentBodyVideo {
16493
16569
  "url": string;
16494
16570
  "properties"?: Models.DocumentBodyVideoProperties;
@@ -16569,6 +16645,16 @@ declare namespace Models {
16569
16645
  "selfUri"?: string;
16570
16646
  }
16571
16647
 
16648
+ export interface DocumentTableContentBlock {
16649
+ "type": string;
16650
+ "paragraph"?: Models.DocumentBodyParagraph;
16651
+ "text"?: Models.DocumentText;
16652
+ "image"?: Models.DocumentBodyImage;
16653
+ "video"?: Models.DocumentBodyVideo;
16654
+ "list"?: Models.DocumentBodyList;
16655
+ "table"?: Models.DocumentBodyTable;
16656
+ }
16657
+
16572
16658
  export interface DocumentText {
16573
16659
  "text": string;
16574
16660
  "marks"?: Array<string>;
@@ -17701,8 +17787,28 @@ declare namespace Models {
17701
17787
  "selfUri"?: string;
17702
17788
  }
17703
17789
 
17704
- export interface EmailMessageListing {
17705
- "entities"?: Array<Models.EmailMessage>;
17790
+ export interface EmailMessagePreview {
17791
+ "id"?: string;
17792
+ "name"?: string;
17793
+ "to": Array<Models.EmailAddress>;
17794
+ "cc"?: Array<Models.EmailAddress>;
17795
+ "bcc"?: Array<Models.EmailAddress>;
17796
+ "from": Models.EmailAddress;
17797
+ "replyTo"?: Models.EmailAddress;
17798
+ "subject"?: string;
17799
+ "attachments"?: Array<Models.Attachment>;
17800
+ "textBodyPreview"?: string;
17801
+ "time"?: string;
17802
+ "historyIncluded"?: boolean;
17803
+ "state"?: string;
17804
+ "draftType"?: string;
17805
+ "emailSizeBytes"?: number;
17806
+ "maxEmailSizeBytes"?: number;
17807
+ "selfUri"?: string;
17808
+ }
17809
+
17810
+ export interface EmailMessagePreviewListing {
17811
+ "entities"?: Array<Models.EmailMessagePreview>;
17706
17812
  "pageSize"?: number;
17707
17813
  "pageNumber"?: number;
17708
17814
  "total"?: number;
@@ -18175,6 +18281,7 @@ declare namespace Models {
18175
18281
  "rescoreCount"?: number;
18176
18282
  "evaluatorCommentHasUpdated"?: boolean;
18177
18283
  "agentCommentHasUpdated"?: boolean;
18284
+ "previousRescoreCount"?: number;
18178
18285
  }
18179
18286
 
18180
18287
  export interface EvaluationQualityV2TopicUser {
@@ -18356,12 +18463,6 @@ declare namespace Models {
18356
18463
  "createdDate"?: string;
18357
18464
  }
18358
18465
 
18359
- export interface EventCoBrowse {
18360
- "type": string;
18361
- "sessionId"?: string;
18362
- "sessionJoinToken"?: string;
18363
- }
18364
-
18365
18466
  export interface EventCondition {
18366
18467
  "key": string;
18367
18468
  "values": Array<string>;
@@ -18406,10 +18507,6 @@ declare namespace Models {
18406
18507
  "resourceURIs"?: Array<string>;
18407
18508
  }
18408
18509
 
18409
- export interface EventPresence {
18410
- "type": string;
18411
- }
18412
-
18413
18510
  export interface EventSession {
18414
18511
  "id"?: string;
18415
18512
  "selfUri"?: string;
@@ -18420,11 +18517,6 @@ declare namespace Models {
18420
18517
  "typing"?: Models.TypingSetting;
18421
18518
  }
18422
18519
 
18423
- export interface EventTyping {
18424
- "type": string;
18425
- "duration"?: number;
18426
- }
18427
-
18428
18520
  export interface ExecuteRecordingJobsQuery {
18429
18521
  "state": string;
18430
18522
  }
@@ -24181,6 +24273,29 @@ declare namespace Models {
24181
24273
  "maxParticipants"?: number;
24182
24274
  }
24183
24275
 
24276
+ export interface MediaEndpointStatistics {
24277
+ "trunk"?: Models.NamedEntity;
24278
+ "station"?: Models.NamedEntity;
24279
+ "user"?: Models.NamedEntity;
24280
+ "ice"?: Models.MediaIceStatistics;
24281
+ "rtp"?: Models.MediaRtpStatistics;
24282
+ }
24283
+
24284
+ export interface MediaIceSelectedCandidate {
24285
+ "address"?: string;
24286
+ "type"?: string;
24287
+ }
24288
+
24289
+ export interface MediaIceSelectedPair {
24290
+ "client"?: Models.MediaIceSelectedCandidate;
24291
+ "server"?: Models.MediaIceSelectedCandidate;
24292
+ "candidatePairSelectedMilliseconds"?: number;
24293
+ }
24294
+
24295
+ export interface MediaIceStatistics {
24296
+ "selectedPairs"?: Array<Models.MediaIceSelectedPair>;
24297
+ }
24298
+
24184
24299
  export interface MediaParticipantRequest {
24185
24300
  "wrapup"?: Models.WrapupInput;
24186
24301
  "state"?: string;
@@ -24209,6 +24324,14 @@ declare namespace Models {
24209
24324
  "waveformData"?: Array<number>;
24210
24325
  }
24211
24326
 
24327
+ export interface MediaRtpStatistics {
24328
+ "packetsReceived"?: number;
24329
+ "packetsSent"?: number;
24330
+ "rtpEventsReceived"?: number;
24331
+ "rtpEventsSent"?: number;
24332
+ "estimatedAverageMos"?: number;
24333
+ }
24334
+
24212
24335
  export interface MediaSettings {
24213
24336
  "enableAutoAnswer"?: boolean;
24214
24337
  "alertingTimeoutSeconds"?: number;
@@ -24216,6 +24339,19 @@ declare namespace Models {
24216
24339
  "subTypeSettings"?: { [key: string]: Models.BaseMediaSettings; };
24217
24340
  }
24218
24341
 
24342
+ export interface MediaStatistics {
24343
+ "communicationId"?: string;
24344
+ "dateStart"?: string;
24345
+ "creationMilliseconds"?: number;
24346
+ "preferredRegion"?: string;
24347
+ "effectiveRegion"?: string;
24348
+ "mediaStatistics"?: Array<Models.MediaEndpointStatistics>;
24349
+ }
24350
+
24351
+ export interface MediaStatisticsListing {
24352
+ "entities"?: Array<Models.MediaStatistics>;
24353
+ }
24354
+
24219
24355
  export interface MediaSummary {
24220
24356
  "contactCenter"?: Models.MediaSummaryDetail;
24221
24357
  "enterprise"?: Models.MediaSummaryDetail;
@@ -24397,13 +24533,6 @@ declare namespace Models {
24397
24533
  "timestamp"?: string;
24398
24534
  }
24399
24535
 
24400
- export interface MessageEvent {
24401
- "eventType": string;
24402
- "coBrowse"?: Models.EventCoBrowse;
24403
- "typing"?: Models.EventTyping;
24404
- "presence"?: Models.EventPresence;
24405
- }
24406
-
24407
24536
  export interface MessageInfo {
24408
24537
  "localizableMessageCode"?: string;
24409
24538
  "message"?: string;
@@ -25685,6 +25814,18 @@ declare namespace Models {
25685
25814
  "actionStatus"?: string;
25686
25815
  }
25687
25816
 
25817
+ export interface OperationalEventNotificationTopicEventEntity {
25818
+ "id"?: string;
25819
+ "name"?: string;
25820
+ "description"?: string;
25821
+ }
25822
+
25823
+ export interface OperationalEventNotificationTopicOperationalEventNotification {
25824
+ "eventEntity"?: Models.OperationalEventNotificationTopicEventEntity;
25825
+ "entityId"?: string;
25826
+ "entityName"?: string;
25827
+ }
25828
+
25688
25829
  export interface OptInSettings {
25689
25830
  "keyword": Array<string>;
25690
25831
  "response": Models.ComplianceResponse;
@@ -26047,6 +26188,7 @@ declare namespace Models {
26047
26188
  "numberOfContactsMessaged"?: number;
26048
26189
  "totalNumberOfContacts"?: number;
26049
26190
  "percentage"?: number;
26191
+ "numberOfContactsSkipped"?: { [key: string]: number; };
26050
26192
  "additionalProperties"?: { [key: string]: object; };
26051
26193
  }
26052
26194
 
@@ -27499,6 +27641,11 @@ declare namespace Models {
27499
27641
  "state"?: string;
27500
27642
  }
27501
27643
 
27644
+ export interface PublishScriptRequestData {
27645
+ "scriptId": string;
27646
+ "versionId"?: string;
27647
+ }
27648
+
27502
27649
  export interface PublishTopicTopicsDefinitionsJob {
27503
27650
  "id"?: string;
27504
27651
  "state"?: string;
@@ -30831,6 +30978,7 @@ declare namespace Models {
30831
30978
  "emailErrorDescription"?: string;
30832
30979
  "includeDurationFormatInHeader"?: boolean;
30833
30980
  "durationFormat"?: string;
30981
+ "exportAllowedToRerun"?: boolean;
30834
30982
  "enabled"?: boolean;
30835
30983
  "selfUri"?: string;
30836
30984
  }
@@ -33307,6 +33455,12 @@ declare namespace Models {
33307
33455
  "query": Array<Models.SuggestSearchCriteria>;
33308
33456
  }
33309
33457
 
33458
+ export interface SupportCenterCategory {
33459
+ "id"?: string;
33460
+ "selfUri"?: string;
33461
+ "image"?: Models.SupportCenterImage;
33462
+ }
33463
+
33310
33464
  export interface SupportCenterCustomMessage {
33311
33465
  "defaultValue"?: string;
33312
33466
  "type"?: string;
@@ -33328,6 +33482,15 @@ declare namespace Models {
33328
33482
  export interface SupportCenterHeroStyle {
33329
33483
  "backgroundColor"?: string;
33330
33484
  "textColor"?: string;
33485
+ "image"?: Models.SupportCenterImage;
33486
+ }
33487
+
33488
+ export interface SupportCenterImage {
33489
+ "source"?: Models.SupportCenterImageSource;
33490
+ }
33491
+
33492
+ export interface SupportCenterImageSource {
33493
+ "defaultUrl"?: string;
33331
33494
  }
33332
33495
 
33333
33496
  export interface SupportCenterModuleSetting {
@@ -33346,7 +33509,7 @@ declare namespace Models {
33346
33509
  "customMessages"?: Array<Models.SupportCenterCustomMessage>;
33347
33510
  "routerType"?: string;
33348
33511
  "screens"?: Array<Models.SupportCenterScreen>;
33349
- "enabledCategories"?: Array<Models.AddressableEntityRef>;
33512
+ "enabledCategories"?: Array<Models.SupportCenterCategory>;
33350
33513
  "styleSetting"?: Models.SupportCenterStyleSetting;
33351
33514
  "feedback"?: Models.SupportCenterFeedbackSettings;
33352
33515
  }
@@ -38248,8 +38411,10 @@ declare namespace Models {
38248
38411
  "legacyMetric"?: string;
38249
38412
  "value"?: number;
38250
38413
  "values"?: Array<Models.WfmBuShortTermForecastCopyCompleteTopicModificationIntervalOffsetValue>;
38414
+ "secondaryValues"?: Array<Models.WfmBuShortTermForecastCopyCompleteTopicModificationIntervalOffsetValue>;
38251
38415
  "enabled"?: boolean;
38252
38416
  "granularity"?: string;
38417
+ "secondaryGranularity"?: string;
38253
38418
  "displayGranularity"?: string;
38254
38419
  "planningGroupIds"?: Array<string>;
38255
38420
  }
@@ -38307,8 +38472,10 @@ declare namespace Models {
38307
38472
  "legacyMetric"?: string;
38308
38473
  "value"?: number;
38309
38474
  "values"?: Array<Models.WfmBuShortTermForecastGenerateProgressTopicModificationIntervalOffsetValue>;
38475
+ "secondaryValues"?: Array<Models.WfmBuShortTermForecastGenerateProgressTopicModificationIntervalOffsetValue>;
38310
38476
  "enabled"?: boolean;
38311
38477
  "granularity"?: string;
38478
+ "secondaryGranularity"?: string;
38312
38479
  "displayGranularity"?: string;
38313
38480
  "planningGroupIds"?: Array<string>;
38314
38481
  }
@@ -38367,8 +38534,10 @@ declare namespace Models {
38367
38534
  "legacyMetric"?: string;
38368
38535
  "value"?: number;
38369
38536
  "values"?: Array<Models.WfmBuShortTermForecastImportCompleteTopicModificationIntervalOffsetValue>;
38537
+ "secondaryValues"?: Array<Models.WfmBuShortTermForecastImportCompleteTopicModificationIntervalOffsetValue>;
38370
38538
  "enabled"?: boolean;
38371
38539
  "granularity"?: string;
38540
+ "secondaryGranularity"?: string;
38372
38541
  "displayGranularity"?: string;
38373
38542
  "planningGroupIds"?: Array<string>;
38374
38543
  }
@@ -38426,8 +38595,10 @@ declare namespace Models {
38426
38595
  "legacyMetric"?: string;
38427
38596
  "value"?: number;
38428
38597
  "values"?: Array<Models.WfmBuShortTermForecastUpdateCompleteTopicModificationIntervalOffsetValue>;
38598
+ "secondaryValues"?: Array<Models.WfmBuShortTermForecastUpdateCompleteTopicModificationIntervalOffsetValue>;
38429
38599
  "enabled"?: boolean;
38430
38600
  "granularity"?: string;
38601
+ "secondaryGranularity"?: string;
38431
38602
  "displayGranularity"?: string;
38432
38603
  "planningGroupIds"?: Array<string>;
38433
38604
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "170.0.0",
3
+ "version": "171.0.0",
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",
@@ -4,7 +4,7 @@ import { default as qs } from 'qs';
4
4
 
5
5
  /**
6
6
  * @module purecloud-platform-client-v2/ApiClient
7
- * @version 170.0.0
7
+ * @version 171.0.0
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 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AnalyticsApi {
5
5
  /**
6
6
  * Analytics service.
7
7
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ArchitectApi {
5
5
  /**
6
6
  * Architect service.
7
7
  * @module purecloud-platform-client-v2/api/ArchitectApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuditApi {
5
5
  /**
6
6
  * Audit service.
7
7
  * @module purecloud-platform-client-v2/api/AuditApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuthorizationApi {
5
5
  /**
6
6
  * Authorization service.
7
7
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class BillingApi {
5
5
  /**
6
6
  * Billing service.
7
7
  * @module purecloud-platform-client-v2/api/BillingApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class CarrierServicesApi {
5
5
  /**
6
6
  * CarrierServices service.
7
7
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ChatApi {
5
5
  /**
6
6
  * Chat service.
7
7
  * @module purecloud-platform-client-v2/api/ChatApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class CoachingApi {
5
5
  /**
6
6
  * Coaching service.
7
7
  * @module purecloud-platform-client-v2/api/CoachingApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ContentManagementApi {
5
5
  /**
6
6
  * ContentManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ConversationsApi {
5
5
  /**
6
6
  * Conversations service.
7
7
  * @module purecloud-platform-client-v2/api/ConversationsApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DataExtensionsApi {
5
5
  /**
6
6
  * DataExtensions service.
7
7
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DownloadsApi {
5
5
  /**
6
6
  * Downloads service.
7
7
  * @module purecloud-platform-client-v2/api/DownloadsApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EventsApi {
5
5
  /**
6
6
  * Events service.
7
7
  * @module purecloud-platform-client-v2/api/EventsApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ExternalContactsApi {
5
5
  /**
6
6
  * ExternalContacts service.
7
7
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FaxApi {
5
5
  /**
6
6
  * Fax service.
7
7
  * @module purecloud-platform-client-v2/api/FaxApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FlowsApi {
5
5
  /**
6
6
  * Flows service.
7
7
  * @module purecloud-platform-client-v2/api/FlowsApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GamificationApi {
5
5
  /**
6
6
  * Gamification service.
7
7
  * @module purecloud-platform-client-v2/api/GamificationApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeneralDataProtectionRegulationApi {
5
5
  /**
6
6
  * GeneralDataProtectionRegulation service.
7
7
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeolocationApi {
5
5
  /**
6
6
  * Geolocation service.
7
7
  * @module purecloud-platform-client-v2/api/GeolocationApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GreetingsApi {
5
5
  /**
6
6
  * Greetings service.
7
7
  * @module purecloud-platform-client-v2/api/GreetingsApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GroupsApi {
5
5
  /**
6
6
  * Groups service.
7
7
  * @module purecloud-platform-client-v2/api/GroupsApi
8
- * @version 170.0.0
8
+ * @version 171.0.0
9
9
  */
10
10
 
11
11
  /**