purecloud-platform-client-v2 170.0.0 → 172.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 +210 -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
 
@@ -14972,6 +14982,14 @@ declare namespace Models {
14972
14982
  "messageType"?: string;
14973
14983
  "conversationExternalContactIds"?: Array<string>;
14974
14984
  "conversationExternalOrganizationIds"?: Array<string>;
14985
+ "journeyContext"?: Models.CustomerStartDetailEventTopicJourneyContext;
14986
+ }
14987
+
14988
+ export interface CustomerStartDetailEventTopicJourneyContext {
14989
+ "sessionId"?: string;
14990
+ "sessionIdType"?: string;
14991
+ "actionId"?: string;
14992
+ "actionMapId"?: string;
14975
14993
  }
14976
14994
 
14977
14995
  export interface DID {
@@ -15570,6 +15588,7 @@ declare namespace Models {
15570
15588
  "numberOfContactsMessaged"?: number;
15571
15589
  "totalNumberOfContacts"?: number;
15572
15590
  "percentage"?: number;
15591
+ "numberOfContactsSkipped"?: { [key: string]: number; };
15573
15592
  "additionalProperties"?: { [key: string]: object; };
15574
15593
  }
15575
15594
 
@@ -16432,10 +16451,11 @@ declare namespace Models {
16432
16451
 
16433
16452
  export interface DocumentBodyBlock {
16434
16453
  "type": string;
16435
- "paragraph": Models.DocumentBodyParagraph;
16436
- "image": Models.DocumentBodyImage;
16437
- "video": Models.DocumentBodyVideo;
16438
- "list": Models.DocumentBodyList;
16454
+ "paragraph"?: Models.DocumentBodyParagraph;
16455
+ "image"?: Models.DocumentBodyImage;
16456
+ "video"?: Models.DocumentBodyVideo;
16457
+ "list"?: Models.DocumentBodyList;
16458
+ "table"?: Models.DocumentBodyTable;
16439
16459
  }
16440
16460
 
16441
16461
  export interface DocumentBodyImage {
@@ -16489,6 +16509,70 @@ declare namespace Models {
16489
16509
  "indentation"?: number;
16490
16510
  }
16491
16511
 
16512
+ export interface DocumentBodyTable {
16513
+ "rows": Array<Models.DocumentBodyTableRowBlock>;
16514
+ "properties"?: Models.DocumentBodyTableProperties;
16515
+ }
16516
+
16517
+ export interface DocumentBodyTableCaptionBlock {
16518
+ "blocks": Array<Models.DocumentBodyTableCaptionItem>;
16519
+ }
16520
+
16521
+ export interface DocumentBodyTableCaptionItem {
16522
+ "type": string;
16523
+ "text": Models.DocumentText;
16524
+ "image": Models.DocumentBodyImage;
16525
+ "video": Models.DocumentBodyVideo;
16526
+ "list": Models.DocumentBodyList;
16527
+ }
16528
+
16529
+ export interface DocumentBodyTableCellBlock {
16530
+ "blocks": Array<Models.DocumentTableContentBlock>;
16531
+ "properties"?: Models.DocumentBodyTableCellBlockProperties;
16532
+ }
16533
+
16534
+ export interface DocumentBodyTableCellBlockProperties {
16535
+ "cellType"?: string;
16536
+ "width"?: number;
16537
+ "height"?: number;
16538
+ "horizontalAlign"?: string;
16539
+ "verticalAlign"?: string;
16540
+ "borderWidth"?: number;
16541
+ "borderStyle"?: string;
16542
+ "borderColor"?: string;
16543
+ "backgroundColor"?: string;
16544
+ "scope"?: string;
16545
+ "colSpan"?: number;
16546
+ "rowSpan"?: number;
16547
+ }
16548
+
16549
+ export interface DocumentBodyTableProperties {
16550
+ "width"?: number;
16551
+ "height"?: number;
16552
+ "cellSpacing"?: number;
16553
+ "cellPadding"?: number;
16554
+ "borderWidth"?: number;
16555
+ "alignment"?: string;
16556
+ "borderStyle"?: string;
16557
+ "borderColor"?: string;
16558
+ "backgroundColor"?: string;
16559
+ "caption"?: Models.DocumentBodyTableCaptionBlock;
16560
+ }
16561
+
16562
+ export interface DocumentBodyTableRowBlock {
16563
+ "cells": Array<Models.DocumentBodyTableCellBlock>;
16564
+ "properties"?: Models.DocumentBodyTableRowBlockProperties;
16565
+ }
16566
+
16567
+ export interface DocumentBodyTableRowBlockProperties {
16568
+ "rowType"?: string;
16569
+ "alignment"?: string;
16570
+ "height"?: number;
16571
+ "borderStyle"?: string;
16572
+ "borderColor"?: string;
16573
+ "backgroundColor"?: string;
16574
+ }
16575
+
16492
16576
  export interface DocumentBodyVideo {
16493
16577
  "url": string;
16494
16578
  "properties"?: Models.DocumentBodyVideoProperties;
@@ -16569,6 +16653,16 @@ declare namespace Models {
16569
16653
  "selfUri"?: string;
16570
16654
  }
16571
16655
 
16656
+ export interface DocumentTableContentBlock {
16657
+ "type": string;
16658
+ "paragraph"?: Models.DocumentBodyParagraph;
16659
+ "text"?: Models.DocumentText;
16660
+ "image"?: Models.DocumentBodyImage;
16661
+ "video"?: Models.DocumentBodyVideo;
16662
+ "list"?: Models.DocumentBodyList;
16663
+ "table"?: Models.DocumentBodyTable;
16664
+ }
16665
+
16572
16666
  export interface DocumentText {
16573
16667
  "text": string;
16574
16668
  "marks"?: Array<string>;
@@ -17701,8 +17795,28 @@ declare namespace Models {
17701
17795
  "selfUri"?: string;
17702
17796
  }
17703
17797
 
17704
- export interface EmailMessageListing {
17705
- "entities"?: Array<Models.EmailMessage>;
17798
+ export interface EmailMessagePreview {
17799
+ "id"?: string;
17800
+ "name"?: string;
17801
+ "to": Array<Models.EmailAddress>;
17802
+ "cc"?: Array<Models.EmailAddress>;
17803
+ "bcc"?: Array<Models.EmailAddress>;
17804
+ "from": Models.EmailAddress;
17805
+ "replyTo"?: Models.EmailAddress;
17806
+ "subject"?: string;
17807
+ "attachments"?: Array<Models.Attachment>;
17808
+ "textBodyPreview"?: string;
17809
+ "time"?: string;
17810
+ "historyIncluded"?: boolean;
17811
+ "state"?: string;
17812
+ "draftType"?: string;
17813
+ "emailSizeBytes"?: number;
17814
+ "maxEmailSizeBytes"?: number;
17815
+ "selfUri"?: string;
17816
+ }
17817
+
17818
+ export interface EmailMessagePreviewListing {
17819
+ "entities"?: Array<Models.EmailMessagePreview>;
17706
17820
  "pageSize"?: number;
17707
17821
  "pageNumber"?: number;
17708
17822
  "total"?: number;
@@ -18175,6 +18289,7 @@ declare namespace Models {
18175
18289
  "rescoreCount"?: number;
18176
18290
  "evaluatorCommentHasUpdated"?: boolean;
18177
18291
  "agentCommentHasUpdated"?: boolean;
18292
+ "previousRescoreCount"?: number;
18178
18293
  }
18179
18294
 
18180
18295
  export interface EvaluationQualityV2TopicUser {
@@ -18356,12 +18471,6 @@ declare namespace Models {
18356
18471
  "createdDate"?: string;
18357
18472
  }
18358
18473
 
18359
- export interface EventCoBrowse {
18360
- "type": string;
18361
- "sessionId"?: string;
18362
- "sessionJoinToken"?: string;
18363
- }
18364
-
18365
18474
  export interface EventCondition {
18366
18475
  "key": string;
18367
18476
  "values": Array<string>;
@@ -18406,10 +18515,6 @@ declare namespace Models {
18406
18515
  "resourceURIs"?: Array<string>;
18407
18516
  }
18408
18517
 
18409
- export interface EventPresence {
18410
- "type": string;
18411
- }
18412
-
18413
18518
  export interface EventSession {
18414
18519
  "id"?: string;
18415
18520
  "selfUri"?: string;
@@ -18420,11 +18525,6 @@ declare namespace Models {
18420
18525
  "typing"?: Models.TypingSetting;
18421
18526
  }
18422
18527
 
18423
- export interface EventTyping {
18424
- "type": string;
18425
- "duration"?: number;
18426
- }
18427
-
18428
18528
  export interface ExecuteRecordingJobsQuery {
18429
18529
  "state": string;
18430
18530
  }
@@ -24181,6 +24281,29 @@ declare namespace Models {
24181
24281
  "maxParticipants"?: number;
24182
24282
  }
24183
24283
 
24284
+ export interface MediaEndpointStatistics {
24285
+ "trunk"?: Models.NamedEntity;
24286
+ "station"?: Models.NamedEntity;
24287
+ "user"?: Models.NamedEntity;
24288
+ "ice"?: Models.MediaIceStatistics;
24289
+ "rtp"?: Models.MediaRtpStatistics;
24290
+ }
24291
+
24292
+ export interface MediaIceSelectedCandidate {
24293
+ "address"?: string;
24294
+ "type"?: string;
24295
+ }
24296
+
24297
+ export interface MediaIceSelectedPair {
24298
+ "client"?: Models.MediaIceSelectedCandidate;
24299
+ "server"?: Models.MediaIceSelectedCandidate;
24300
+ "candidatePairSelectedMilliseconds"?: number;
24301
+ }
24302
+
24303
+ export interface MediaIceStatistics {
24304
+ "selectedPairs"?: Array<Models.MediaIceSelectedPair>;
24305
+ }
24306
+
24184
24307
  export interface MediaParticipantRequest {
24185
24308
  "wrapup"?: Models.WrapupInput;
24186
24309
  "state"?: string;
@@ -24209,6 +24332,14 @@ declare namespace Models {
24209
24332
  "waveformData"?: Array<number>;
24210
24333
  }
24211
24334
 
24335
+ export interface MediaRtpStatistics {
24336
+ "packetsReceived"?: number;
24337
+ "packetsSent"?: number;
24338
+ "rtpEventsReceived"?: number;
24339
+ "rtpEventsSent"?: number;
24340
+ "estimatedAverageMos"?: number;
24341
+ }
24342
+
24212
24343
  export interface MediaSettings {
24213
24344
  "enableAutoAnswer"?: boolean;
24214
24345
  "alertingTimeoutSeconds"?: number;
@@ -24216,6 +24347,19 @@ declare namespace Models {
24216
24347
  "subTypeSettings"?: { [key: string]: Models.BaseMediaSettings; };
24217
24348
  }
24218
24349
 
24350
+ export interface MediaStatistics {
24351
+ "communicationId"?: string;
24352
+ "dateStart"?: string;
24353
+ "creationMilliseconds"?: number;
24354
+ "preferredRegion"?: string;
24355
+ "effectiveRegion"?: string;
24356
+ "mediaStatistics"?: Array<Models.MediaEndpointStatistics>;
24357
+ }
24358
+
24359
+ export interface MediaStatisticsListing {
24360
+ "entities"?: Array<Models.MediaStatistics>;
24361
+ }
24362
+
24219
24363
  export interface MediaSummary {
24220
24364
  "contactCenter"?: Models.MediaSummaryDetail;
24221
24365
  "enterprise"?: Models.MediaSummaryDetail;
@@ -24397,13 +24541,6 @@ declare namespace Models {
24397
24541
  "timestamp"?: string;
24398
24542
  }
24399
24543
 
24400
- export interface MessageEvent {
24401
- "eventType": string;
24402
- "coBrowse"?: Models.EventCoBrowse;
24403
- "typing"?: Models.EventTyping;
24404
- "presence"?: Models.EventPresence;
24405
- }
24406
-
24407
24544
  export interface MessageInfo {
24408
24545
  "localizableMessageCode"?: string;
24409
24546
  "message"?: string;
@@ -25685,6 +25822,18 @@ declare namespace Models {
25685
25822
  "actionStatus"?: string;
25686
25823
  }
25687
25824
 
25825
+ export interface OperationalEventNotificationTopicEventEntity {
25826
+ "id"?: string;
25827
+ "name"?: string;
25828
+ "description"?: string;
25829
+ }
25830
+
25831
+ export interface OperationalEventNotificationTopicOperationalEventNotification {
25832
+ "eventEntity"?: Models.OperationalEventNotificationTopicEventEntity;
25833
+ "entityId"?: string;
25834
+ "entityName"?: string;
25835
+ }
25836
+
25688
25837
  export interface OptInSettings {
25689
25838
  "keyword": Array<string>;
25690
25839
  "response": Models.ComplianceResponse;
@@ -26047,6 +26196,7 @@ declare namespace Models {
26047
26196
  "numberOfContactsMessaged"?: number;
26048
26197
  "totalNumberOfContacts"?: number;
26049
26198
  "percentage"?: number;
26199
+ "numberOfContactsSkipped"?: { [key: string]: number; };
26050
26200
  "additionalProperties"?: { [key: string]: object; };
26051
26201
  }
26052
26202
 
@@ -27499,6 +27649,11 @@ declare namespace Models {
27499
27649
  "state"?: string;
27500
27650
  }
27501
27651
 
27652
+ export interface PublishScriptRequestData {
27653
+ "scriptId": string;
27654
+ "versionId"?: string;
27655
+ }
27656
+
27502
27657
  export interface PublishTopicTopicsDefinitionsJob {
27503
27658
  "id"?: string;
27504
27659
  "state"?: string;
@@ -30831,6 +30986,7 @@ declare namespace Models {
30831
30986
  "emailErrorDescription"?: string;
30832
30987
  "includeDurationFormatInHeader"?: boolean;
30833
30988
  "durationFormat"?: string;
30989
+ "exportAllowedToRerun"?: boolean;
30834
30990
  "enabled"?: boolean;
30835
30991
  "selfUri"?: string;
30836
30992
  }
@@ -33307,6 +33463,12 @@ declare namespace Models {
33307
33463
  "query": Array<Models.SuggestSearchCriteria>;
33308
33464
  }
33309
33465
 
33466
+ export interface SupportCenterCategory {
33467
+ "id"?: string;
33468
+ "selfUri"?: string;
33469
+ "image"?: Models.SupportCenterImage;
33470
+ }
33471
+
33310
33472
  export interface SupportCenterCustomMessage {
33311
33473
  "defaultValue"?: string;
33312
33474
  "type"?: string;
@@ -33328,6 +33490,15 @@ declare namespace Models {
33328
33490
  export interface SupportCenterHeroStyle {
33329
33491
  "backgroundColor"?: string;
33330
33492
  "textColor"?: string;
33493
+ "image"?: Models.SupportCenterImage;
33494
+ }
33495
+
33496
+ export interface SupportCenterImage {
33497
+ "source"?: Models.SupportCenterImageSource;
33498
+ }
33499
+
33500
+ export interface SupportCenterImageSource {
33501
+ "defaultUrl"?: string;
33331
33502
  }
33332
33503
 
33333
33504
  export interface SupportCenterModuleSetting {
@@ -33346,7 +33517,7 @@ declare namespace Models {
33346
33517
  "customMessages"?: Array<Models.SupportCenterCustomMessage>;
33347
33518
  "routerType"?: string;
33348
33519
  "screens"?: Array<Models.SupportCenterScreen>;
33349
- "enabledCategories"?: Array<Models.AddressableEntityRef>;
33520
+ "enabledCategories"?: Array<Models.SupportCenterCategory>;
33350
33521
  "styleSetting"?: Models.SupportCenterStyleSetting;
33351
33522
  "feedback"?: Models.SupportCenterFeedbackSettings;
33352
33523
  }
@@ -38248,8 +38419,10 @@ declare namespace Models {
38248
38419
  "legacyMetric"?: string;
38249
38420
  "value"?: number;
38250
38421
  "values"?: Array<Models.WfmBuShortTermForecastCopyCompleteTopicModificationIntervalOffsetValue>;
38422
+ "secondaryValues"?: Array<Models.WfmBuShortTermForecastCopyCompleteTopicModificationIntervalOffsetValue>;
38251
38423
  "enabled"?: boolean;
38252
38424
  "granularity"?: string;
38425
+ "secondaryGranularity"?: string;
38253
38426
  "displayGranularity"?: string;
38254
38427
  "planningGroupIds"?: Array<string>;
38255
38428
  }
@@ -38307,8 +38480,10 @@ declare namespace Models {
38307
38480
  "legacyMetric"?: string;
38308
38481
  "value"?: number;
38309
38482
  "values"?: Array<Models.WfmBuShortTermForecastGenerateProgressTopicModificationIntervalOffsetValue>;
38483
+ "secondaryValues"?: Array<Models.WfmBuShortTermForecastGenerateProgressTopicModificationIntervalOffsetValue>;
38310
38484
  "enabled"?: boolean;
38311
38485
  "granularity"?: string;
38486
+ "secondaryGranularity"?: string;
38312
38487
  "displayGranularity"?: string;
38313
38488
  "planningGroupIds"?: Array<string>;
38314
38489
  }
@@ -38367,8 +38542,10 @@ declare namespace Models {
38367
38542
  "legacyMetric"?: string;
38368
38543
  "value"?: number;
38369
38544
  "values"?: Array<Models.WfmBuShortTermForecastImportCompleteTopicModificationIntervalOffsetValue>;
38545
+ "secondaryValues"?: Array<Models.WfmBuShortTermForecastImportCompleteTopicModificationIntervalOffsetValue>;
38370
38546
  "enabled"?: boolean;
38371
38547
  "granularity"?: string;
38548
+ "secondaryGranularity"?: string;
38372
38549
  "displayGranularity"?: string;
38373
38550
  "planningGroupIds"?: Array<string>;
38374
38551
  }
@@ -38426,8 +38603,10 @@ declare namespace Models {
38426
38603
  "legacyMetric"?: string;
38427
38604
  "value"?: number;
38428
38605
  "values"?: Array<Models.WfmBuShortTermForecastUpdateCompleteTopicModificationIntervalOffsetValue>;
38606
+ "secondaryValues"?: Array<Models.WfmBuShortTermForecastUpdateCompleteTopicModificationIntervalOffsetValue>;
38429
38607
  "enabled"?: boolean;
38430
38608
  "granularity"?: string;
38609
+ "secondaryGranularity"?: string;
38431
38610
  "displayGranularity"?: string;
38432
38611
  "planningGroupIds"?: Array<string>;
38433
38612
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "170.0.0",
3
+ "version": "172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.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 172.0.0
9
9
  */
10
10
 
11
11
  /**