purecloud-platform-client-v2 168.2.0 → 169.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 (79) hide show
  1. package/README.md +2 -35
  2. package/dist/node/purecloud-platform-client-v2.js +233 -84
  3. package/dist/web-amd/purecloud-platform-client-v2.js +233 -84
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +233 -84
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +233 -84
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +143 -14
  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 +2 -2
  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 +23 -3
  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 +11 -6
  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 +56 -7
  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 +1 -1
  59. package/src/purecloud-platform-client-v2/api/SearchApi.js +2 -1
  60. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +25 -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/TeamsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/UsageApi.js +51 -1
  70. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -2882,7 +2882,7 @@ declare class OAuthApi {
2882
2882
  getOauthScope(scopeId: string, opts?: OAuthApi.getOauthScopeOptions): Promise<Models.OAuthScope>;
2883
2883
  getOauthScopes(opts?: OAuthApi.getOauthScopesOptions): Promise<Models.OAuthScopeListing>;
2884
2884
  postOauthClientSecret(clientId: string): Promise<Models.OAuthClient>;
2885
- postOauthClientUsageQuery(clientId: string, body: Models.ApiUsageQuery): Promise<Models.UsageExecutionResult>;
2885
+ postOauthClientUsageQuery(clientId: string, body: Models.ApiUsageClientQuery): Promise<Models.UsageExecutionResult>;
2886
2886
  postOauthClients(body: Models.OAuthClientRequest): Promise<Models.OAuthClient>;
2887
2887
  putOauthClient(clientId: string, body: Models.OAuthClientRequest): Promise<Models.OAuthClient>;
2888
2888
  }
@@ -2939,6 +2939,7 @@ declare namespace ObjectsApi {
2939
2939
 
2940
2940
  declare class OrganizationApi {
2941
2941
  getFieldconfig(type: string): Promise<Models.FieldConfig>;
2942
+ getOrganizationsAuthenticationSettings(): Promise<Models.OrgAuthSettings>;
2942
2943
  getOrganizationsEmbeddedintegration(): Promise<Models.EmbeddedIntegration>;
2943
2944
  getOrganizationsIpaddressauthentication(): Promise<Models.IpAddressAuthentication>;
2944
2945
  getOrganizationsLimitsChangerequest(requestId: string): Promise<Models.LimitChangeRequestDetails>;
@@ -2949,6 +2950,7 @@ declare class OrganizationApi {
2949
2950
  getOrganizationsLimitsNamespaces(opts?: OrganizationApi.getOrganizationsLimitsNamespacesOptions): Promise<object>;
2950
2951
  getOrganizationsMe(): Promise<Models.Organization>;
2951
2952
  getOrganizationsWhitelist(): Promise<Models.OrgWhitelistSettings>;
2953
+ patchOrganizationsAuthenticationSettings(body: Models.OrgAuthSettings): Promise<Models.OrgAuthSettings>;
2952
2954
  patchOrganizationsFeature(featureName: string, enabled: Models.FeatureState): Promise<Models.OrganizationFeatures>;
2953
2955
  putOrganizationsEmbeddedintegration(body: Models.EmbeddedIntegration): Promise<Models.EmbeddedIntegration>;
2954
2956
  putOrganizationsIpaddressauthentication(body: Models.IpAddressAuthentication): Promise<Models.IpAddressAuthentication>;
@@ -4580,6 +4582,7 @@ declare class SpeechTextAnalyticsApi {
4580
4582
  getSpeechandtextanalyticsTopics(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsOptions): Promise<Models.TopicsEntityListing>;
4581
4583
  getSpeechandtextanalyticsTopicsDialects(): Promise<Models.EntityListing>;
4582
4584
  getSpeechandtextanalyticsTopicsGeneral(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsGeneralOptions): Promise<Models.GeneralTopicsEntityListing>;
4585
+ getSpeechandtextanalyticsTopicsGeneralStatus(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsGeneralStatusOptions): Promise<Models.UnifiedGeneralTopicEntityListing>;
4583
4586
  getSpeechandtextanalyticsTopicsPublishjob(jobId: string): Promise<Models.TopicJob>;
4584
4587
  patchSpeechandtextanalyticsSettings(body: Models.SpeechTextAnalyticsSettingsRequest): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
4585
4588
  postSpeechandtextanalyticsPrograms(body: Models.ProgramRequest): Promise<Models.Program>;
@@ -4628,6 +4631,9 @@ declare namespace SpeechTextAnalyticsApi {
4628
4631
  export interface getSpeechandtextanalyticsTopicsGeneralOptions {
4629
4632
  "dialect"?: string;
4630
4633
  }
4634
+ export interface getSpeechandtextanalyticsTopicsGeneralStatusOptions {
4635
+ "dialect"?: string;
4636
+ }
4631
4637
  }
4632
4638
 
4633
4639
  declare class StationsApi {
@@ -5070,8 +5076,10 @@ declare class UsageApi {
5070
5076
  getOauthClientUsageQueryResult(executionId: string, clientId: string): Promise<Models.ApiUsageQueryResult>;
5071
5077
  getOauthClientUsageSummary(clientId: string, opts?: UsageApi.getOauthClientUsageSummaryOptions): Promise<Models.UsageExecutionResult>;
5072
5078
  getUsageQueryExecutionIdResults(executionId: string): Promise<Models.ApiUsageQueryResult>;
5073
- postOauthClientUsageQuery(clientId: string, body: Models.ApiUsageQuery): Promise<Models.UsageExecutionResult>;
5074
- postUsageQuery(body: Models.ApiUsageQuery): Promise<Models.UsageExecutionResult>;
5079
+ getUsageSimplesearchExecutionIdResults(executionId: string): Promise<Models.ApiUsageQueryResult>;
5080
+ postOauthClientUsageQuery(clientId: string, body: Models.ApiUsageClientQuery): Promise<Models.UsageExecutionResult>;
5081
+ postUsageQuery(body: Models.ApiUsageOrganizationQuery): Promise<Models.UsageExecutionResult>;
5082
+ postUsageSimplesearch(body: Models.ApiUsageSimpleSearch): Promise<Models.UsageExecutionResult>;
5075
5083
  }
5076
5084
 
5077
5085
  declare namespace UsageApi {
@@ -6562,6 +6570,15 @@ declare namespace Models {
6562
6570
  "directReports"?: Array<Models.User>;
6563
6571
  }
6564
6572
 
6573
+ export interface AdjustableLiveSpeakerDetection {
6574
+ "mode"?: string;
6575
+ "preconnectDuration"?: string;
6576
+ "eventName"?: string;
6577
+ "isPersonLikely"?: boolean;
6578
+ "totalRingbacks"?: number;
6579
+ "lineConnected"?: boolean;
6580
+ }
6581
+
6565
6582
  export interface AdminTimeOffRequestPatch {
6566
6583
  "status"?: string;
6567
6584
  "activityCodeId"?: string;
@@ -7152,11 +7169,18 @@ declare namespace Models {
7152
7169
  "assistanceConditions"?: Array<Models.AssistanceCondition>;
7153
7170
  }
7154
7171
 
7155
- export interface ApiUsageQuery {
7172
+ export interface ApiUsageClientQuery {
7156
7173
  "interval": string;
7157
7174
  "granularity"?: string;
7175
+ "metrics"?: Array<string>;
7158
7176
  "groupBy"?: Array<string>;
7177
+ }
7178
+
7179
+ export interface ApiUsageOrganizationQuery {
7180
+ "interval": string;
7181
+ "granularity"?: string;
7159
7182
  "metrics"?: Array<string>;
7183
+ "groupBy"?: Array<string>;
7160
7184
  }
7161
7185
 
7162
7186
  export interface ApiUsageQueryResult {
@@ -7180,6 +7204,14 @@ declare namespace Models {
7180
7204
  "date"?: string;
7181
7205
  }
7182
7206
 
7207
+ export interface ApiUsageSimpleSearch {
7208
+ "interval": string;
7209
+ "metrics"?: Array<string>;
7210
+ "oauthClientNames"?: Array<string>;
7211
+ "httpMethods"?: Array<string>;
7212
+ "templateUris"?: Array<string>;
7213
+ }
7214
+
7183
7215
  export interface AppendToDncActionSettings {
7184
7216
  "expire": boolean;
7185
7217
  "expirationDuration"?: string;
@@ -9252,6 +9284,7 @@ declare namespace Models {
9252
9284
  "afterCallWork"?: Models.AfterCallWork;
9253
9285
  "afterCallWorkRequired"?: boolean;
9254
9286
  "agentAssistantId"?: string;
9287
+ "disposition"?: Models.Disposition;
9255
9288
  }
9256
9289
 
9257
9290
  export interface CallBasic {
@@ -9286,6 +9319,7 @@ declare namespace Models {
9286
9319
  "afterCallWork"?: Models.AfterCallWork;
9287
9320
  "afterCallWorkRequired"?: boolean;
9288
9321
  "agentAssistantId"?: string;
9322
+ "disposition"?: Models.Disposition;
9289
9323
  }
9290
9324
 
9291
9325
  export interface CallCommand {
@@ -10578,6 +10612,7 @@ declare namespace Models {
10578
10612
  "kpi"?: string;
10579
10613
  "dateStarted"?: string;
10580
10614
  "dateEnded"?: string;
10615
+ "percentageBenefit"?: number;
10581
10616
  "kpiResults"?: Array<Models.KpiResult>;
10582
10617
  "selfUri"?: string;
10583
10618
  }
@@ -15487,6 +15522,16 @@ declare namespace Models {
15487
15522
  "phrase"?: string;
15488
15523
  }
15489
15524
 
15525
+ export interface Disposition {
15526
+ "name": string;
15527
+ "analyzer"?: string;
15528
+ "dispositionParameters"?: Models.DispositionParameters;
15529
+ }
15530
+
15531
+ export interface DispositionParameters {
15532
+ "adjustableLiveSpeakerDetection"?: Models.AdjustableLiveSpeakerDetection;
15533
+ }
15534
+
15490
15535
  export interface Division {
15491
15536
  "id"?: string;
15492
15537
  "name"?: string;
@@ -15727,23 +15772,63 @@ declare namespace Models {
15727
15772
  export interface DocumentBodyImage {
15728
15773
  "url": string;
15729
15774
  "hyperlink"?: string;
15775
+ "properties"?: Models.DocumentBodyImageProperties;
15776
+ }
15777
+
15778
+ export interface DocumentBodyImageProperties {
15779
+ "backgroundColor"?: string;
15780
+ "align"?: string;
15781
+ "indentation"?: number;
15730
15782
  }
15731
15783
 
15732
15784
  export interface DocumentBodyList {
15733
15785
  "blocks": Array<Models.DocumentBodyListBlock>;
15786
+ "properties"?: Models.DocumentBodyListBlockProperties;
15734
15787
  }
15735
15788
 
15736
15789
  export interface DocumentBodyListBlock {
15737
15790
  "type": string;
15738
- "blocks": Array<Models.DocumentContentBlock>;
15791
+ "blocks": Array<Models.DocumentListContentBlock>;
15792
+ "properties"?: Models.DocumentBodyListItemProperties;
15793
+ }
15794
+
15795
+ export interface DocumentBodyListBlockProperties {
15796
+ "unorderedType"?: string;
15797
+ "orderedType"?: string;
15798
+ }
15799
+
15800
+ export interface DocumentBodyListItemProperties {
15801
+ "backgroundColor"?: string;
15802
+ "align"?: string;
15803
+ "indentation"?: number;
15804
+ "fontSize"?: string;
15805
+ "fontType"?: string;
15806
+ "textColor"?: string;
15739
15807
  }
15740
15808
 
15741
15809
  export interface DocumentBodyParagraph {
15742
15810
  "blocks": Array<Models.DocumentContentBlock>;
15811
+ "properties"?: Models.DocumentBodyParagraphProperties;
15812
+ }
15813
+
15814
+ export interface DocumentBodyParagraphProperties {
15815
+ "fontSize"?: string;
15816
+ "fontType"?: string;
15817
+ "textColor"?: string;
15818
+ "backgroundColor"?: string;
15819
+ "align"?: string;
15820
+ "indentation"?: number;
15743
15821
  }
15744
15822
 
15745
15823
  export interface DocumentBodyVideo {
15746
15824
  "url": string;
15825
+ "properties"?: Models.DocumentBodyVideoProperties;
15826
+ }
15827
+
15828
+ export interface DocumentBodyVideoProperties {
15829
+ "backgroundColor"?: string;
15830
+ "align"?: string;
15831
+ "indentation"?: number;
15747
15832
  }
15748
15833
 
15749
15834
  export interface DocumentCategoryInput {
@@ -15775,6 +15860,13 @@ declare namespace Models {
15775
15860
  "alternatives"?: Array<string>;
15776
15861
  }
15777
15862
 
15863
+ export interface DocumentListContentBlock {
15864
+ "type": string;
15865
+ "text": Models.DocumentText;
15866
+ "image": Models.DocumentBodyImage;
15867
+ "list": Models.DocumentBodyList;
15868
+ }
15869
+
15778
15870
  export interface DocumentListing {
15779
15871
  "entities"?: Array<Models.KnowledgeDocument>;
15780
15872
  "nextUri"?: string;
@@ -15812,6 +15904,13 @@ declare namespace Models {
15812
15904
  "text": string;
15813
15905
  "marks"?: Array<string>;
15814
15906
  "hyperlink"?: string;
15907
+ "properties"?: Models.DocumentTextProperties;
15908
+ }
15909
+
15910
+ export interface DocumentTextProperties {
15911
+ "fontSize"?: string;
15912
+ "textColor"?: string;
15913
+ "backgroundColor"?: string;
15815
15914
  }
15816
15915
 
15817
15916
  export interface DocumentThumbnail {
@@ -17318,6 +17417,9 @@ declare namespace Models {
17318
17417
  "previousStatus"?: string;
17319
17418
  "declinedReview"?: boolean;
17320
17419
  "retractedEvaluation"?: Models.EvaluationQualityV2TopicEvaluationReference;
17420
+ "rescoreCount"?: number;
17421
+ "evaluatorCommentHasUpdated"?: boolean;
17422
+ "agentCommentHasUpdated"?: boolean;
17321
17423
  }
17322
17424
 
17323
17425
  export interface EvaluationQualityV2TopicUser {
@@ -18772,6 +18874,8 @@ declare namespace Models {
18772
18874
  "publishResultUri"?: string;
18773
18875
  "inputSchema"?: Models.JsonSchemaDocument;
18774
18876
  "outputSchema"?: Models.JsonSchemaDocument;
18877
+ "datePublished"?: string;
18878
+ "datePublishedEnd"?: string;
18775
18879
  "nluInfo"?: Models.NluInfo;
18776
18880
  "supportedLanguages"?: Array<Models.SupportedLanguage>;
18777
18881
  "compatibleFlowTypes"?: Array<string>;
@@ -21745,6 +21849,7 @@ declare namespace Models {
21745
21849
  "interactionCountOn"?: number;
21746
21850
  "interactionCountOff"?: number;
21747
21851
  "mediaType"?: string;
21852
+ "percentageBenefit"?: number;
21748
21853
  }
21749
21854
 
21750
21855
  export interface LabelCreateRequest {
@@ -24312,6 +24417,14 @@ declare namespace Models {
24312
24417
  "response": Models.ComplianceResponse;
24313
24418
  }
24314
24419
 
24420
+ export interface OrgAuthSettings {
24421
+ "multifactorAuthenticationRequired"?: boolean;
24422
+ "domainAllowlistEnabled"?: boolean;
24423
+ "domainAllowlist"?: Array<string>;
24424
+ "ipAddressAllowlist"?: Array<string>;
24425
+ "passwordRequirements"?: Models.PasswordRequirements;
24426
+ }
24427
+
24315
24428
  export interface OrgOAuthClient {
24316
24429
  "id"?: string;
24317
24430
  "name": string;
@@ -25006,6 +25119,17 @@ declare namespace Models {
25006
25119
  "overtalkCount"?: number;
25007
25120
  }
25008
25121
 
25122
+ export interface PasswordRequirements {
25123
+ "minimumLength"?: number;
25124
+ "minimumDigits"?: number;
25125
+ "minimumLetters"?: number;
25126
+ "minimumUpper"?: number;
25127
+ "minimumLower"?: number;
25128
+ "minimumSpecials"?: number;
25129
+ "minimumAgeSeconds"?: number;
25130
+ "expirationDays"?: number;
25131
+ }
25132
+
25009
25133
  export interface PatchAction {
25010
25134
  "mediaType": string;
25011
25135
  "actionTemplate"?: Models.ActionMapActionTemplate;
@@ -28669,6 +28793,7 @@ declare namespace Models {
28669
28793
 
28670
28794
  export interface QueueMessagingAddresses {
28671
28795
  "smsAddress"?: Models.DomainEntityRef;
28796
+ "openMessagingRecipient"?: Models.DomainEntityRef;
28672
28797
  }
28673
28798
 
28674
28799
  export interface QueueObservationDataContainer {
@@ -29313,6 +29438,7 @@ declare namespace Models {
29313
29438
  "hasCustomParticipantAttributes"?: boolean;
29314
29439
  "recipientEmails"?: Array<string>;
29315
29440
  "includeDurationFormatInHeader"?: boolean;
29441
+ "durationFormat"?: string;
29316
29442
  }
29317
29443
 
29318
29444
  export interface ReportingExportJobResponse {
@@ -29345,6 +29471,7 @@ declare namespace Models {
29345
29471
  "emailStatuses"?: { [key: string]: string; };
29346
29472
  "emailErrorDescription"?: string;
29347
29473
  "includeDurationFormatInHeader"?: boolean;
29474
+ "durationFormat"?: string;
29348
29475
  "enabled"?: boolean;
29349
29476
  "selfUri"?: string;
29350
29477
  }
@@ -30840,6 +30967,8 @@ declare namespace Models {
30840
30967
  "communicationBasedACW"?: boolean;
30841
30968
  "includeNonAgentConversationSummary"?: boolean;
30842
30969
  "allowCallbackQueueSelection"?: boolean;
30970
+ "completeAcwWhenAgentTransitionsOffline"?: boolean;
30971
+ "totalActiveCallback"?: boolean;
30843
30972
  }
30844
30973
 
30845
30974
  export interface Share {
@@ -32305,15 +32434,6 @@ declare namespace Models {
32305
32434
 
32306
32435
  export interface TextMessageListing {
32307
32436
  "entities"?: Array<Models.MessageData>;
32308
- "pageSize"?: number;
32309
- "pageNumber"?: number;
32310
- "total"?: number;
32311
- "firstUri"?: string;
32312
- "pageCount"?: number;
32313
- "lastUri"?: string;
32314
- "selfUri"?: string;
32315
- "nextUri"?: string;
32316
- "previousUri"?: string;
32317
32437
  }
32318
32438
 
32319
32439
  export interface TextStyleProperties {
@@ -33492,6 +33612,15 @@ declare namespace Models {
33492
33612
  "group"?: Models.UnansweredGroup;
33493
33613
  }
33494
33614
 
33615
+ export interface UnifiedGeneralTopic {
33616
+ "name"?: string;
33617
+ "status"?: string;
33618
+ }
33619
+
33620
+ export interface UnifiedGeneralTopicEntityListing {
33621
+ "entities"?: Array<Models.UnifiedGeneralTopic>;
33622
+ }
33623
+
33495
33624
  export interface UnpublishedProgramsEntityListing {
33496
33625
  "entities"?: Array<Models.Program>;
33497
33626
  "pageSize"?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "168.2.0",
3
+ "version": "169.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 168.2.0
7
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5210,7 +5210,7 @@ class ConversationsApi {
5210
5210
 
5211
5211
  /**
5212
5212
  * Send an agentless outbound message
5213
- * Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will generate a new Conversation, if there is an existing active Conversation between the fromAddress and toAddress already, then this POST will fail.
5213
+ * Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. If there is already a connected conversation between the fromAddress and toAddress specified, the useExistingActiveConversation param can be used to barge in to the ongoing conversation.
5214
5214
  * @param {Object} body Create agentless outbound messaging request
5215
5215
  */
5216
5216
  postConversationsMessagesAgentless(body) {
@@ -5,7 +5,7 @@ class DataExtensionsApi {
5
5
  /**
6
6
  * DataExtensions service.
7
7
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
8
- * @version 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.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 168.2.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IdentityProviderApi {
5
5
  /**
6
6
  * IdentityProvider service.
7
7
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8
- * @version 168.2.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class InfrastructureAsCodeApi {
5
5
  /**
6
6
  * InfrastructureAsCode service.
7
7
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
8
- * @version 168.2.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IntegrationsApi {
5
5
  /**
6
6
  * Integrations service.
7
7
  * @module purecloud-platform-client-v2/api/IntegrationsApi
8
- * @version 168.2.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 168.2.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**