purecloud-platform-client-v2 253.0.0 → 255.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.
- package/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +1886 -311
- package/dist/web-amd/purecloud-platform-client-v2.js +1887 -311
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +635 -310
- package/dist/web-cjs/purecloud-platform-client-v2.js +642 -3129
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1030 -65
- package/package.json +1 -2
- package/src/purecloud-platform-client-v2/ApiClient.js +5 -5
- package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +1 -0
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -62
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +64 -1
- package/src/purecloud-platform-client-v2/api/AssistantCopilotVariationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BackgroundAssistantApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +435 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CaseManagementApi.js +207 -125
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +2 -6
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -5
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -5
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -9
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +155 -3
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +268 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -5
- package/src/purecloud-platform-client-v2/api/UsersRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +719 -57
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -5,7 +5,7 @@ class ConversationsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Conversations service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 255.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -26,7 +26,6 @@ class ConversationsApi {
|
|
|
26
26
|
* @param {String} jobId jobId
|
|
27
27
|
* @param {Object} opts Optional parameters
|
|
28
28
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
29
|
-
* deleteAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
30
29
|
*/
|
|
31
30
|
deleteAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
32
31
|
opts = opts || {};
|
|
@@ -693,7 +692,6 @@ class ConversationsApi {
|
|
|
693
692
|
* @param {String} jobId jobId
|
|
694
693
|
* @param {Object} opts Optional parameters
|
|
695
694
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
696
|
-
* getAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
697
695
|
*/
|
|
698
696
|
getAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
699
697
|
opts = opts || {};
|
|
@@ -725,7 +723,6 @@ class ConversationsApi {
|
|
|
725
723
|
* @param {Object} opts Optional parameters
|
|
726
724
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
727
725
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
728
|
-
* getAnalyticsConversationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
729
726
|
*/
|
|
730
727
|
getAnalyticsConversationsAggregatesJobResults(jobId, opts) {
|
|
731
728
|
opts = opts || {};
|
|
@@ -6572,7 +6569,6 @@ class ConversationsApi {
|
|
|
6572
6569
|
* @param {Object} body query
|
|
6573
6570
|
* @param {Object} opts Optional parameters
|
|
6574
6571
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6575
|
-
* postAnalyticsConversationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6576
6572
|
*/
|
|
6577
6573
|
postAnalyticsConversationsAggregatesJobs(body, opts) {
|
|
6578
6574
|
opts = opts || {};
|
|
@@ -9557,7 +9553,7 @@ class ConversationsApi {
|
|
|
9557
9553
|
|
|
9558
9554
|
/**
|
|
9559
9555
|
* Send an agentless outbound message
|
|
9560
|
-
* 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
|
|
9556
|
+
* 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 recipient specified, the useExistingActiveConversation param can be used to barge in to the ongoing conversation.
|
|
9561
9557
|
* @param {Object} body Create agentless outbound messaging request
|
|
9562
9558
|
* @param {Object} opts Optional parameters
|
|
9563
9559
|
* @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, messagingTemplate) (default to false)
|
|
@@ -5,7 +5,7 @@ class ExternalContactsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* ExternalContacts service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 255.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -619,7 +619,7 @@ class ExternalContactsApi {
|
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
/**
|
|
622
|
-
* List exports for organization
|
|
622
|
+
* List contact exports for organization
|
|
623
623
|
*
|
|
624
624
|
* @param {Object} opts Optional parameters
|
|
625
625
|
* @param {Array.<String>} opts.divisionIds Division IDs of entities
|
|
@@ -5,7 +5,7 @@ class FlowsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Flows service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 255.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -26,7 +26,6 @@ class FlowsApi {
|
|
|
26
26
|
* @param {String} jobId jobId
|
|
27
27
|
* @param {Object} opts Optional parameters
|
|
28
28
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
29
|
-
* deleteAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
30
29
|
*/
|
|
31
30
|
deleteAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
32
31
|
opts = opts || {};
|
|
@@ -57,7 +56,6 @@ class FlowsApi {
|
|
|
57
56
|
* @param {String} jobId jobId
|
|
58
57
|
* @param {Object} opts Optional parameters
|
|
59
58
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
60
|
-
* getAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
61
59
|
*/
|
|
62
60
|
getAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
63
61
|
opts = opts || {};
|
|
@@ -89,7 +87,6 @@ class FlowsApi {
|
|
|
89
87
|
* @param {Object} opts Optional parameters
|
|
90
88
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
91
89
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
92
|
-
* getAnalyticsFlowsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
93
90
|
*/
|
|
94
91
|
getAnalyticsFlowsAggregatesJobResults(jobId, opts) {
|
|
95
92
|
opts = opts || {};
|
|
@@ -152,7 +149,6 @@ class FlowsApi {
|
|
|
152
149
|
* @param {Object} body query
|
|
153
150
|
* @param {Object} opts Optional parameters
|
|
154
151
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
155
|
-
* postAnalyticsFlowsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
156
152
|
*/
|
|
157
153
|
postAnalyticsFlowsAggregatesJobs(body, opts) {
|
|
158
154
|
opts = opts || {};
|
|
@@ -5,7 +5,7 @@ class JourneyApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Journey service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 255.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -26,7 +26,6 @@ class JourneyApi {
|
|
|
26
26
|
* @param {String} jobId jobId
|
|
27
27
|
* @param {Object} opts Optional parameters
|
|
28
28
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
29
|
-
* deleteAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
30
29
|
*/
|
|
31
30
|
deleteAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
32
31
|
opts = opts || {};
|
|
@@ -330,7 +329,6 @@ class JourneyApi {
|
|
|
330
329
|
* @param {String} jobId jobId
|
|
331
330
|
* @param {Object} opts Optional parameters
|
|
332
331
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
333
|
-
* getAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
334
332
|
*/
|
|
335
333
|
getAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
336
334
|
opts = opts || {};
|
|
@@ -362,7 +360,6 @@ class JourneyApi {
|
|
|
362
360
|
* @param {Object} opts Optional parameters
|
|
363
361
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
364
362
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
365
|
-
* getAnalyticsJourneysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
366
363
|
*/
|
|
367
364
|
getAnalyticsJourneysAggregatesJobResults(jobId, opts) {
|
|
368
365
|
opts = opts || {};
|
|
@@ -2159,7 +2156,6 @@ class JourneyApi {
|
|
|
2159
2156
|
* @param {Object} body query
|
|
2160
2157
|
* @param {Object} opts Optional parameters
|
|
2161
2158
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2162
|
-
* postAnalyticsJourneysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2163
2159
|
*/
|
|
2164
2160
|
postAnalyticsJourneysAggregatesJobs(body, opts) {
|
|
2165
2161
|
opts = opts || {};
|
|
@@ -5,7 +5,7 @@ class QualityApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Quality service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 255.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -26,7 +26,6 @@ class QualityApi {
|
|
|
26
26
|
* @param {String} jobId jobId
|
|
27
27
|
* @param {Object} opts Optional parameters
|
|
28
28
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
29
|
-
* deleteAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
30
29
|
*/
|
|
31
30
|
deleteAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
32
31
|
opts = opts || {};
|
|
@@ -57,7 +56,6 @@ class QualityApi {
|
|
|
57
56
|
* @param {String} jobId jobId
|
|
58
57
|
* @param {Object} opts Optional parameters
|
|
59
58
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
60
|
-
* deleteAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
61
59
|
*/
|
|
62
60
|
deleteAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
63
61
|
opts = opts || {};
|
|
@@ -285,7 +283,6 @@ class QualityApi {
|
|
|
285
283
|
* @param {String} jobId jobId
|
|
286
284
|
* @param {Object} opts Optional parameters
|
|
287
285
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
288
|
-
* getAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
289
286
|
*/
|
|
290
287
|
getAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
291
288
|
opts = opts || {};
|
|
@@ -317,7 +314,6 @@ class QualityApi {
|
|
|
317
314
|
* @param {Object} opts Optional parameters
|
|
318
315
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
319
316
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
320
|
-
* getAnalyticsEvaluationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
321
317
|
*/
|
|
322
318
|
getAnalyticsEvaluationsAggregatesJobResults(jobId, opts) {
|
|
323
319
|
opts = opts || {};
|
|
@@ -348,7 +344,6 @@ class QualityApi {
|
|
|
348
344
|
* @param {String} jobId jobId
|
|
349
345
|
* @param {Object} opts Optional parameters
|
|
350
346
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
351
|
-
* getAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
352
347
|
*/
|
|
353
348
|
getAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
354
349
|
opts = opts || {};
|
|
@@ -380,7 +375,6 @@ class QualityApi {
|
|
|
380
375
|
* @param {Object} opts Optional parameters
|
|
381
376
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
382
377
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
383
|
-
* getAnalyticsSurveysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
384
378
|
*/
|
|
385
379
|
getAnalyticsSurveysAggregatesJobResults(jobId, opts) {
|
|
386
380
|
opts = opts || {};
|
|
@@ -1484,7 +1478,6 @@ class QualityApi {
|
|
|
1484
1478
|
* @param {Object} body query
|
|
1485
1479
|
* @param {Object} opts Optional parameters
|
|
1486
1480
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1487
|
-
* postAnalyticsEvaluationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1488
1481
|
*/
|
|
1489
1482
|
postAnalyticsEvaluationsAggregatesJobs(body, opts) {
|
|
1490
1483
|
opts = opts || {};
|
|
@@ -1545,7 +1538,6 @@ class QualityApi {
|
|
|
1545
1538
|
* @param {Object} body query
|
|
1546
1539
|
* @param {Object} opts Optional parameters
|
|
1547
1540
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1548
|
-
* postAnalyticsSurveysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1549
1541
|
*/
|
|
1550
1542
|
postAnalyticsSurveysAggregatesJobs(body, opts) {
|
|
1551
1543
|
opts = opts || {};
|