purecloud-platform-client-v2 253.0.0 → 254.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 +1159 -304
- package/dist/web-amd/purecloud-platform-client-v2.js +1159 -304
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +438 -304
- package/dist/web-cjs/purecloud-platform-client-v2.js +438 -304
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +462 -15
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- 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 +1 -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 +1 -1
- 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 +1 -1
- 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 +10 -5
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -748,7 +748,7 @@ class Configuration {
|
|
|
748
748
|
|
|
749
749
|
/**
|
|
750
750
|
* @module purecloud-platform-client-v2/ApiClient
|
|
751
|
-
* @version
|
|
751
|
+
* @version 254.0.0
|
|
752
752
|
*/
|
|
753
753
|
class ApiClient {
|
|
754
754
|
/**
|
|
@@ -2439,7 +2439,7 @@ class AIStudioApi {
|
|
|
2439
2439
|
/**
|
|
2440
2440
|
* AIStudio service.
|
|
2441
2441
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
2442
|
-
* @version
|
|
2442
|
+
* @version 254.0.0
|
|
2443
2443
|
*/
|
|
2444
2444
|
|
|
2445
2445
|
/**
|
|
@@ -3154,7 +3154,7 @@ class AgentAssistantsApi {
|
|
|
3154
3154
|
/**
|
|
3155
3155
|
* AgentAssistants service.
|
|
3156
3156
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
3157
|
-
* @version
|
|
3157
|
+
* @version 254.0.0
|
|
3158
3158
|
*/
|
|
3159
3159
|
|
|
3160
3160
|
/**
|
|
@@ -3959,7 +3959,7 @@ class AgentCopilotApi {
|
|
|
3959
3959
|
/**
|
|
3960
3960
|
* AgentCopilot service.
|
|
3961
3961
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
3962
|
-
* @version
|
|
3962
|
+
* @version 254.0.0
|
|
3963
3963
|
*/
|
|
3964
3964
|
|
|
3965
3965
|
/**
|
|
@@ -4071,7 +4071,7 @@ class AgentUIApi {
|
|
|
4071
4071
|
/**
|
|
4072
4072
|
* AgentUI service.
|
|
4073
4073
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
4074
|
-
* @version
|
|
4074
|
+
* @version 254.0.0
|
|
4075
4075
|
*/
|
|
4076
4076
|
|
|
4077
4077
|
/**
|
|
@@ -4222,7 +4222,7 @@ class AlertingApi {
|
|
|
4222
4222
|
/**
|
|
4223
4223
|
* Alerting service.
|
|
4224
4224
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
4225
|
-
* @version
|
|
4225
|
+
* @version 254.0.0
|
|
4226
4226
|
*/
|
|
4227
4227
|
|
|
4228
4228
|
/**
|
|
@@ -4683,7 +4683,7 @@ class AnalyticsApi {
|
|
|
4683
4683
|
/**
|
|
4684
4684
|
* Analytics service.
|
|
4685
4685
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
4686
|
-
* @version
|
|
4686
|
+
* @version 254.0.0
|
|
4687
4687
|
*/
|
|
4688
4688
|
|
|
4689
4689
|
/**
|
|
@@ -4704,7 +4704,6 @@ class AnalyticsApi {
|
|
|
4704
4704
|
* @param {String} jobId jobId
|
|
4705
4705
|
* @param {Object} opts Optional parameters
|
|
4706
4706
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4707
|
-
* deleteAnalyticsActionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4708
4707
|
*/
|
|
4709
4708
|
deleteAnalyticsActionsAggregatesJob(jobId, opts) {
|
|
4710
4709
|
opts = opts || {};
|
|
@@ -4797,7 +4796,6 @@ class AnalyticsApi {
|
|
|
4797
4796
|
* @param {String} jobId jobId
|
|
4798
4797
|
* @param {Object} opts Optional parameters
|
|
4799
4798
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4800
|
-
* deleteAnalyticsBotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4801
4799
|
*/
|
|
4802
4800
|
deleteAnalyticsBotsAggregatesJob(jobId, opts) {
|
|
4803
4801
|
opts = opts || {};
|
|
@@ -4828,7 +4826,6 @@ class AnalyticsApi {
|
|
|
4828
4826
|
* @param {String} jobId jobId
|
|
4829
4827
|
* @param {Object} opts Optional parameters
|
|
4830
4828
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4831
|
-
* deleteAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4832
4829
|
*/
|
|
4833
4830
|
deleteAnalyticsCasemanagementAggregatesJob(jobId, opts) {
|
|
4834
4831
|
opts = opts || {};
|
|
@@ -4859,7 +4856,6 @@ class AnalyticsApi {
|
|
|
4859
4856
|
* @param {String} jobId jobId
|
|
4860
4857
|
* @param {Object} opts Optional parameters
|
|
4861
4858
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4862
|
-
* deleteAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4863
4859
|
*/
|
|
4864
4860
|
deleteAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
4865
4861
|
opts = opts || {};
|
|
@@ -4951,7 +4947,6 @@ class AnalyticsApi {
|
|
|
4951
4947
|
* @param {String} jobId jobId
|
|
4952
4948
|
* @param {Object} opts Optional parameters
|
|
4953
4949
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4954
|
-
* deleteAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4955
4950
|
*/
|
|
4956
4951
|
deleteAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
4957
4952
|
opts = opts || {};
|
|
@@ -4982,7 +4977,6 @@ class AnalyticsApi {
|
|
|
4982
4977
|
* @param {String} jobId jobId
|
|
4983
4978
|
* @param {Object} opts Optional parameters
|
|
4984
4979
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4985
|
-
* deleteAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4986
4980
|
*/
|
|
4987
4981
|
deleteAnalyticsFlowexecutionsAggregatesJob(jobId, opts) {
|
|
4988
4982
|
opts = opts || {};
|
|
@@ -5013,7 +5007,6 @@ class AnalyticsApi {
|
|
|
5013
5007
|
* @param {String} jobId jobId
|
|
5014
5008
|
* @param {Object} opts Optional parameters
|
|
5015
5009
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5016
|
-
* deleteAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5017
5010
|
*/
|
|
5018
5011
|
deleteAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
5019
5012
|
opts = opts || {};
|
|
@@ -5044,7 +5037,6 @@ class AnalyticsApi {
|
|
|
5044
5037
|
* @param {String} jobId jobId
|
|
5045
5038
|
* @param {Object} opts Optional parameters
|
|
5046
5039
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5047
|
-
* deleteAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5048
5040
|
*/
|
|
5049
5041
|
deleteAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
5050
5042
|
opts = opts || {};
|
|
@@ -5075,7 +5067,6 @@ class AnalyticsApi {
|
|
|
5075
5067
|
* @param {String} jobId jobId
|
|
5076
5068
|
* @param {Object} opts Optional parameters
|
|
5077
5069
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5078
|
-
* deleteAnalyticsKnowledgeAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5079
5070
|
*/
|
|
5080
5071
|
deleteAnalyticsKnowledgeAggregatesJob(jobId, opts) {
|
|
5081
5072
|
opts = opts || {};
|
|
@@ -5106,7 +5097,6 @@ class AnalyticsApi {
|
|
|
5106
5097
|
* @param {String} jobId jobId
|
|
5107
5098
|
* @param {Object} opts Optional parameters
|
|
5108
5099
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5109
|
-
* deleteAnalyticsResolutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5110
5100
|
*/
|
|
5111
5101
|
deleteAnalyticsResolutionsAggregatesJob(jobId, opts) {
|
|
5112
5102
|
opts = opts || {};
|
|
@@ -5137,7 +5127,6 @@ class AnalyticsApi {
|
|
|
5137
5127
|
* @param {String} jobId jobId
|
|
5138
5128
|
* @param {Object} opts Optional parameters
|
|
5139
5129
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5140
|
-
* deleteAnalyticsSummariesAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5141
5130
|
*/
|
|
5142
5131
|
deleteAnalyticsSummariesAggregatesJob(jobId, opts) {
|
|
5143
5132
|
opts = opts || {};
|
|
@@ -5168,7 +5157,6 @@ class AnalyticsApi {
|
|
|
5168
5157
|
* @param {String} jobId jobId
|
|
5169
5158
|
* @param {Object} opts Optional parameters
|
|
5170
5159
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5171
|
-
* deleteAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5172
5160
|
*/
|
|
5173
5161
|
deleteAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
5174
5162
|
opts = opts || {};
|
|
@@ -5199,7 +5187,6 @@ class AnalyticsApi {
|
|
|
5199
5187
|
* @param {String} jobId jobId
|
|
5200
5188
|
* @param {Object} opts Optional parameters
|
|
5201
5189
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5202
|
-
* deleteAnalyticsTaskmanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5203
5190
|
*/
|
|
5204
5191
|
deleteAnalyticsTaskmanagementAggregatesJob(jobId, opts) {
|
|
5205
5192
|
opts = opts || {};
|
|
@@ -5230,7 +5217,6 @@ class AnalyticsApi {
|
|
|
5230
5217
|
* @param {String} jobId jobId
|
|
5231
5218
|
* @param {Object} opts Optional parameters
|
|
5232
5219
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5233
|
-
* deleteAnalyticsTranscriptsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5234
5220
|
*/
|
|
5235
5221
|
deleteAnalyticsTranscriptsAggregatesJob(jobId, opts) {
|
|
5236
5222
|
opts = opts || {};
|
|
@@ -5261,7 +5247,6 @@ class AnalyticsApi {
|
|
|
5261
5247
|
* @param {String} jobId jobId
|
|
5262
5248
|
* @param {Object} opts Optional parameters
|
|
5263
5249
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5264
|
-
* deleteAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5265
5250
|
*/
|
|
5266
5251
|
deleteAnalyticsUsersAggregatesJob(jobId, opts) {
|
|
5267
5252
|
opts = opts || {};
|
|
@@ -5322,7 +5307,6 @@ class AnalyticsApi {
|
|
|
5322
5307
|
* @param {String} jobId jobId
|
|
5323
5308
|
* @param {Object} opts Optional parameters
|
|
5324
5309
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5325
|
-
* getAnalyticsActionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5326
5310
|
*/
|
|
5327
5311
|
getAnalyticsActionsAggregatesJob(jobId, opts) {
|
|
5328
5312
|
opts = opts || {};
|
|
@@ -5354,7 +5338,6 @@ class AnalyticsApi {
|
|
|
5354
5338
|
* @param {Object} opts Optional parameters
|
|
5355
5339
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
5356
5340
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5357
|
-
* getAnalyticsActionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5358
5341
|
*/
|
|
5359
5342
|
getAnalyticsActionsAggregatesJobResults(jobId, opts) {
|
|
5360
5343
|
opts = opts || {};
|
|
@@ -5651,7 +5634,6 @@ class AnalyticsApi {
|
|
|
5651
5634
|
* @param {String} jobId jobId
|
|
5652
5635
|
* @param {Object} opts Optional parameters
|
|
5653
5636
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5654
|
-
* getAnalyticsBotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5655
5637
|
*/
|
|
5656
5638
|
getAnalyticsBotsAggregatesJob(jobId, opts) {
|
|
5657
5639
|
opts = opts || {};
|
|
@@ -5683,7 +5665,6 @@ class AnalyticsApi {
|
|
|
5683
5665
|
* @param {Object} opts Optional parameters
|
|
5684
5666
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
5685
5667
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5686
|
-
* getAnalyticsBotsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5687
5668
|
*/
|
|
5688
5669
|
getAnalyticsBotsAggregatesJobResults(jobId, opts) {
|
|
5689
5670
|
opts = opts || {};
|
|
@@ -5714,7 +5695,6 @@ class AnalyticsApi {
|
|
|
5714
5695
|
* @param {String} jobId jobId
|
|
5715
5696
|
* @param {Object} opts Optional parameters
|
|
5716
5697
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5717
|
-
* getAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5718
5698
|
*/
|
|
5719
5699
|
getAnalyticsCasemanagementAggregatesJob(jobId, opts) {
|
|
5720
5700
|
opts = opts || {};
|
|
@@ -5746,7 +5726,6 @@ class AnalyticsApi {
|
|
|
5746
5726
|
* @param {Object} opts Optional parameters
|
|
5747
5727
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
5748
5728
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5749
|
-
* getAnalyticsCasemanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5750
5729
|
*/
|
|
5751
5730
|
getAnalyticsCasemanagementAggregatesJobResults(jobId, opts) {
|
|
5752
5731
|
opts = opts || {};
|
|
@@ -5807,7 +5786,6 @@ class AnalyticsApi {
|
|
|
5807
5786
|
* @param {String} jobId jobId
|
|
5808
5787
|
* @param {Object} opts Optional parameters
|
|
5809
5788
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5810
|
-
* getAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5811
5789
|
*/
|
|
5812
5790
|
getAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
5813
5791
|
opts = opts || {};
|
|
@@ -5839,7 +5817,6 @@ class AnalyticsApi {
|
|
|
5839
5817
|
* @param {Object} opts Optional parameters
|
|
5840
5818
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
5841
5819
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5842
|
-
* getAnalyticsConversationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5843
5820
|
*/
|
|
5844
5821
|
getAnalyticsConversationsAggregatesJobResults(jobId, opts) {
|
|
5845
5822
|
opts = opts || {};
|
|
@@ -6134,7 +6111,6 @@ class AnalyticsApi {
|
|
|
6134
6111
|
* @param {String} jobId jobId
|
|
6135
6112
|
* @param {Object} opts Optional parameters
|
|
6136
6113
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6137
|
-
* getAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6138
6114
|
*/
|
|
6139
6115
|
getAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
6140
6116
|
opts = opts || {};
|
|
@@ -6166,7 +6142,6 @@ class AnalyticsApi {
|
|
|
6166
6142
|
* @param {Object} opts Optional parameters
|
|
6167
6143
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6168
6144
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6169
|
-
* getAnalyticsEvaluationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6170
6145
|
*/
|
|
6171
6146
|
getAnalyticsEvaluationsAggregatesJobResults(jobId, opts) {
|
|
6172
6147
|
opts = opts || {};
|
|
@@ -6197,7 +6172,6 @@ class AnalyticsApi {
|
|
|
6197
6172
|
* @param {String} jobId jobId
|
|
6198
6173
|
* @param {Object} opts Optional parameters
|
|
6199
6174
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6200
|
-
* getAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6201
6175
|
*/
|
|
6202
6176
|
getAnalyticsFlowexecutionsAggregatesJob(jobId, opts) {
|
|
6203
6177
|
opts = opts || {};
|
|
@@ -6229,7 +6203,6 @@ class AnalyticsApi {
|
|
|
6229
6203
|
* @param {Object} opts Optional parameters
|
|
6230
6204
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6231
6205
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6232
|
-
* getAnalyticsFlowexecutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6233
6206
|
*/
|
|
6234
6207
|
getAnalyticsFlowexecutionsAggregatesJobResults(jobId, opts) {
|
|
6235
6208
|
opts = opts || {};
|
|
@@ -6260,7 +6233,6 @@ class AnalyticsApi {
|
|
|
6260
6233
|
* @param {String} jobId jobId
|
|
6261
6234
|
* @param {Object} opts Optional parameters
|
|
6262
6235
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6263
|
-
* getAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6264
6236
|
*/
|
|
6265
6237
|
getAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
6266
6238
|
opts = opts || {};
|
|
@@ -6292,7 +6264,6 @@ class AnalyticsApi {
|
|
|
6292
6264
|
* @param {Object} opts Optional parameters
|
|
6293
6265
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6294
6266
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6295
|
-
* getAnalyticsFlowsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6296
6267
|
*/
|
|
6297
6268
|
getAnalyticsFlowsAggregatesJobResults(jobId, opts) {
|
|
6298
6269
|
opts = opts || {};
|
|
@@ -6323,7 +6294,6 @@ class AnalyticsApi {
|
|
|
6323
6294
|
* @param {String} jobId jobId
|
|
6324
6295
|
* @param {Object} opts Optional parameters
|
|
6325
6296
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6326
|
-
* getAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6327
6297
|
*/
|
|
6328
6298
|
getAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
6329
6299
|
opts = opts || {};
|
|
@@ -6355,7 +6325,6 @@ class AnalyticsApi {
|
|
|
6355
6325
|
* @param {Object} opts Optional parameters
|
|
6356
6326
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6357
6327
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6358
|
-
* getAnalyticsJourneysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6359
6328
|
*/
|
|
6360
6329
|
getAnalyticsJourneysAggregatesJobResults(jobId, opts) {
|
|
6361
6330
|
opts = opts || {};
|
|
@@ -6386,7 +6355,6 @@ class AnalyticsApi {
|
|
|
6386
6355
|
* @param {String} jobId jobId
|
|
6387
6356
|
* @param {Object} opts Optional parameters
|
|
6388
6357
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6389
|
-
* getAnalyticsKnowledgeAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6390
6358
|
*/
|
|
6391
6359
|
getAnalyticsKnowledgeAggregatesJob(jobId, opts) {
|
|
6392
6360
|
opts = opts || {};
|
|
@@ -6418,7 +6386,6 @@ class AnalyticsApi {
|
|
|
6418
6386
|
* @param {Object} opts Optional parameters
|
|
6419
6387
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6420
6388
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6421
|
-
* getAnalyticsKnowledgeAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6422
6389
|
*/
|
|
6423
6390
|
getAnalyticsKnowledgeAggregatesJobResults(jobId, opts) {
|
|
6424
6391
|
opts = opts || {};
|
|
@@ -6664,7 +6631,6 @@ class AnalyticsApi {
|
|
|
6664
6631
|
* @param {String} jobId jobId
|
|
6665
6632
|
* @param {Object} opts Optional parameters
|
|
6666
6633
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6667
|
-
* getAnalyticsResolutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6668
6634
|
*/
|
|
6669
6635
|
getAnalyticsResolutionsAggregatesJob(jobId, opts) {
|
|
6670
6636
|
opts = opts || {};
|
|
@@ -6696,7 +6662,6 @@ class AnalyticsApi {
|
|
|
6696
6662
|
* @param {Object} opts Optional parameters
|
|
6697
6663
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6698
6664
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6699
|
-
* getAnalyticsResolutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6700
6665
|
*/
|
|
6701
6666
|
getAnalyticsResolutionsAggregatesJobResults(jobId, opts) {
|
|
6702
6667
|
opts = opts || {};
|
|
@@ -6727,7 +6692,6 @@ class AnalyticsApi {
|
|
|
6727
6692
|
* @param {String} jobId jobId
|
|
6728
6693
|
* @param {Object} opts Optional parameters
|
|
6729
6694
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6730
|
-
* getAnalyticsSummariesAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6731
6695
|
*/
|
|
6732
6696
|
getAnalyticsSummariesAggregatesJob(jobId, opts) {
|
|
6733
6697
|
opts = opts || {};
|
|
@@ -6759,7 +6723,6 @@ class AnalyticsApi {
|
|
|
6759
6723
|
* @param {Object} opts Optional parameters
|
|
6760
6724
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6761
6725
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6762
|
-
* getAnalyticsSummariesAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6763
6726
|
*/
|
|
6764
6727
|
getAnalyticsSummariesAggregatesJobResults(jobId, opts) {
|
|
6765
6728
|
opts = opts || {};
|
|
@@ -6790,7 +6753,6 @@ class AnalyticsApi {
|
|
|
6790
6753
|
* @param {String} jobId jobId
|
|
6791
6754
|
* @param {Object} opts Optional parameters
|
|
6792
6755
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6793
|
-
* getAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6794
6756
|
*/
|
|
6795
6757
|
getAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
6796
6758
|
opts = opts || {};
|
|
@@ -6822,7 +6784,6 @@ class AnalyticsApi {
|
|
|
6822
6784
|
* @param {Object} opts Optional parameters
|
|
6823
6785
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6824
6786
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6825
|
-
* getAnalyticsSurveysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6826
6787
|
*/
|
|
6827
6788
|
getAnalyticsSurveysAggregatesJobResults(jobId, opts) {
|
|
6828
6789
|
opts = opts || {};
|
|
@@ -6853,7 +6814,6 @@ class AnalyticsApi {
|
|
|
6853
6814
|
* @param {String} jobId jobId
|
|
6854
6815
|
* @param {Object} opts Optional parameters
|
|
6855
6816
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6856
|
-
* getAnalyticsTaskmanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6857
6817
|
*/
|
|
6858
6818
|
getAnalyticsTaskmanagementAggregatesJob(jobId, opts) {
|
|
6859
6819
|
opts = opts || {};
|
|
@@ -6885,7 +6845,6 @@ class AnalyticsApi {
|
|
|
6885
6845
|
* @param {Object} opts Optional parameters
|
|
6886
6846
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6887
6847
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6888
|
-
* getAnalyticsTaskmanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6889
6848
|
*/
|
|
6890
6849
|
getAnalyticsTaskmanagementAggregatesJobResults(jobId, opts) {
|
|
6891
6850
|
opts = opts || {};
|
|
@@ -6916,7 +6875,6 @@ class AnalyticsApi {
|
|
|
6916
6875
|
* @param {String} jobId jobId
|
|
6917
6876
|
* @param {Object} opts Optional parameters
|
|
6918
6877
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6919
|
-
* getAnalyticsTranscriptsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6920
6878
|
*/
|
|
6921
6879
|
getAnalyticsTranscriptsAggregatesJob(jobId, opts) {
|
|
6922
6880
|
opts = opts || {};
|
|
@@ -6948,7 +6906,6 @@ class AnalyticsApi {
|
|
|
6948
6906
|
* @param {Object} opts Optional parameters
|
|
6949
6907
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6950
6908
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6951
|
-
* getAnalyticsTranscriptsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6952
6909
|
*/
|
|
6953
6910
|
getAnalyticsTranscriptsAggregatesJobResults(jobId, opts) {
|
|
6954
6911
|
opts = opts || {};
|
|
@@ -6979,7 +6936,6 @@ class AnalyticsApi {
|
|
|
6979
6936
|
* @param {String} jobId jobId
|
|
6980
6937
|
* @param {Object} opts Optional parameters
|
|
6981
6938
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6982
|
-
* getAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6983
6939
|
*/
|
|
6984
6940
|
getAnalyticsUsersAggregatesJob(jobId, opts) {
|
|
6985
6941
|
opts = opts || {};
|
|
@@ -7011,7 +6967,6 @@ class AnalyticsApi {
|
|
|
7011
6967
|
* @param {Object} opts Optional parameters
|
|
7012
6968
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
7013
6969
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7014
|
-
* getAnalyticsUsersAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7015
6970
|
*/
|
|
7016
6971
|
getAnalyticsUsersAggregatesJobResults(jobId, opts) {
|
|
7017
6972
|
opts = opts || {};
|
|
@@ -7159,7 +7114,6 @@ class AnalyticsApi {
|
|
|
7159
7114
|
* @param {Object} body query
|
|
7160
7115
|
* @param {Object} opts Optional parameters
|
|
7161
7116
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7162
|
-
* postAnalyticsActionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7163
7117
|
*/
|
|
7164
7118
|
postAnalyticsActionsAggregatesJobs(body, opts) {
|
|
7165
7119
|
opts = opts || {};
|
|
@@ -7404,7 +7358,6 @@ class AnalyticsApi {
|
|
|
7404
7358
|
* @param {Object} body query
|
|
7405
7359
|
* @param {Object} opts Optional parameters
|
|
7406
7360
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7407
|
-
* postAnalyticsBotsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7408
7361
|
*/
|
|
7409
7362
|
postAnalyticsBotsAggregatesJobs(body, opts) {
|
|
7410
7363
|
opts = opts || {};
|
|
@@ -7465,7 +7418,6 @@ class AnalyticsApi {
|
|
|
7465
7418
|
* @param {Object} body query
|
|
7466
7419
|
* @param {Object} opts Optional parameters
|
|
7467
7420
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7468
|
-
* postAnalyticsCasemanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7469
7421
|
*/
|
|
7470
7422
|
postAnalyticsCasemanagementAggregatesJobs(body, opts) {
|
|
7471
7423
|
opts = opts || {};
|
|
@@ -7496,7 +7448,6 @@ class AnalyticsApi {
|
|
|
7496
7448
|
* @param {Object} body query
|
|
7497
7449
|
* @param {Object} opts Optional parameters
|
|
7498
7450
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7499
|
-
* postAnalyticsCasemanagementAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7500
7451
|
*/
|
|
7501
7452
|
postAnalyticsCasemanagementAggregatesQuery(body, opts) {
|
|
7502
7453
|
opts = opts || {};
|
|
@@ -7594,7 +7545,6 @@ class AnalyticsApi {
|
|
|
7594
7545
|
* @param {Object} body query
|
|
7595
7546
|
* @param {Object} opts Optional parameters
|
|
7596
7547
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7597
|
-
* postAnalyticsConversationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7598
7548
|
*/
|
|
7599
7549
|
postAnalyticsConversationsAggregatesJobs(body, opts) {
|
|
7600
7550
|
opts = opts || {};
|
|
@@ -7808,7 +7758,6 @@ class AnalyticsApi {
|
|
|
7808
7758
|
* @param {Object} body query
|
|
7809
7759
|
* @param {Object} opts Optional parameters
|
|
7810
7760
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7811
|
-
* postAnalyticsEvaluationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7812
7761
|
*/
|
|
7813
7762
|
postAnalyticsEvaluationsAggregatesJobs(body, opts) {
|
|
7814
7763
|
opts = opts || {};
|
|
@@ -7869,7 +7818,6 @@ class AnalyticsApi {
|
|
|
7869
7818
|
* @param {Object} body query
|
|
7870
7819
|
* @param {Object} opts Optional parameters
|
|
7871
7820
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7872
|
-
* postAnalyticsFlowexecutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7873
7821
|
*/
|
|
7874
7822
|
postAnalyticsFlowexecutionsAggregatesJobs(body, opts) {
|
|
7875
7823
|
opts = opts || {};
|
|
@@ -7962,7 +7910,6 @@ class AnalyticsApi {
|
|
|
7962
7910
|
* @param {Object} body query
|
|
7963
7911
|
* @param {Object} opts Optional parameters
|
|
7964
7912
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7965
|
-
* postAnalyticsFlowsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7966
7913
|
*/
|
|
7967
7914
|
postAnalyticsFlowsAggregatesJobs(body, opts) {
|
|
7968
7915
|
opts = opts || {};
|
|
@@ -8053,7 +8000,6 @@ class AnalyticsApi {
|
|
|
8053
8000
|
* @param {Object} body query
|
|
8054
8001
|
* @param {Object} opts Optional parameters
|
|
8055
8002
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8056
|
-
* postAnalyticsJourneysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8057
8003
|
*/
|
|
8058
8004
|
postAnalyticsJourneysAggregatesJobs(body, opts) {
|
|
8059
8005
|
opts = opts || {};
|
|
@@ -8114,7 +8060,6 @@ class AnalyticsApi {
|
|
|
8114
8060
|
* @param {Object} body query
|
|
8115
8061
|
* @param {Object} opts Optional parameters
|
|
8116
8062
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8117
|
-
* postAnalyticsKnowledgeAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8118
8063
|
*/
|
|
8119
8064
|
postAnalyticsKnowledgeAggregatesJobs(body, opts) {
|
|
8120
8065
|
opts = opts || {};
|
|
@@ -8355,7 +8300,6 @@ class AnalyticsApi {
|
|
|
8355
8300
|
* @param {Object} body query
|
|
8356
8301
|
* @param {Object} opts Optional parameters
|
|
8357
8302
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8358
|
-
* postAnalyticsResolutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8359
8303
|
*/
|
|
8360
8304
|
postAnalyticsResolutionsAggregatesJobs(body, opts) {
|
|
8361
8305
|
opts = opts || {};
|
|
@@ -8448,7 +8392,6 @@ class AnalyticsApi {
|
|
|
8448
8392
|
* @param {Object} body query
|
|
8449
8393
|
* @param {Object} opts Optional parameters
|
|
8450
8394
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8451
|
-
* postAnalyticsSummariesAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8452
8395
|
*/
|
|
8453
8396
|
postAnalyticsSummariesAggregatesJobs(body, opts) {
|
|
8454
8397
|
opts = opts || {};
|
|
@@ -8509,7 +8452,6 @@ class AnalyticsApi {
|
|
|
8509
8452
|
* @param {Object} body query
|
|
8510
8453
|
* @param {Object} opts Optional parameters
|
|
8511
8454
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8512
|
-
* postAnalyticsSurveysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8513
8455
|
*/
|
|
8514
8456
|
postAnalyticsSurveysAggregatesJobs(body, opts) {
|
|
8515
8457
|
opts = opts || {};
|
|
@@ -8570,7 +8512,6 @@ class AnalyticsApi {
|
|
|
8570
8512
|
* @param {Object} body query
|
|
8571
8513
|
* @param {Object} opts Optional parameters
|
|
8572
8514
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8573
|
-
* postAnalyticsTaskmanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8574
8515
|
*/
|
|
8575
8516
|
postAnalyticsTaskmanagementAggregatesJobs(body, opts) {
|
|
8576
8517
|
opts = opts || {};
|
|
@@ -8695,7 +8636,6 @@ class AnalyticsApi {
|
|
|
8695
8636
|
* @param {Object} body query
|
|
8696
8637
|
* @param {Object} opts Optional parameters
|
|
8697
8638
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8698
|
-
* postAnalyticsTranscriptsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8699
8639
|
*/
|
|
8700
8640
|
postAnalyticsTranscriptsAggregatesJobs(body, opts) {
|
|
8701
8641
|
opts = opts || {};
|
|
@@ -8788,7 +8728,6 @@ class AnalyticsApi {
|
|
|
8788
8728
|
* @param {Object} body query
|
|
8789
8729
|
* @param {Object} opts Optional parameters
|
|
8790
8730
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8791
|
-
* postAnalyticsUsersAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8792
8731
|
*/
|
|
8793
8732
|
postAnalyticsUsersAggregatesJobs(body, opts) {
|
|
8794
8733
|
opts = opts || {};
|
|
@@ -8969,7 +8908,7 @@ class ArchitectApi {
|
|
|
8969
8908
|
/**
|
|
8970
8909
|
* Architect service.
|
|
8971
8910
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
8972
|
-
* @version
|
|
8911
|
+
* @version 254.0.0
|
|
8973
8912
|
*/
|
|
8974
8913
|
|
|
8975
8914
|
/**
|
|
@@ -13829,7 +13768,7 @@ class AssistantCopilotVariationsApi {
|
|
|
13829
13768
|
/**
|
|
13830
13769
|
* AssistantCopilotVariations service.
|
|
13831
13770
|
* @module purecloud-platform-client-v2/api/AssistantCopilotVariationsApi
|
|
13832
|
-
* @version
|
|
13771
|
+
* @version 254.0.0
|
|
13833
13772
|
*/
|
|
13834
13773
|
|
|
13835
13774
|
/**
|
|
@@ -14025,7 +13964,7 @@ class AuditApi {
|
|
|
14025
13964
|
/**
|
|
14026
13965
|
* Audit service.
|
|
14027
13966
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
14028
|
-
* @version
|
|
13967
|
+
* @version 254.0.0
|
|
14029
13968
|
*/
|
|
14030
13969
|
|
|
14031
13970
|
/**
|
|
@@ -14252,7 +14191,7 @@ class AuthorizationApi {
|
|
|
14252
14191
|
/**
|
|
14253
14192
|
* Authorization service.
|
|
14254
14193
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
14255
|
-
* @version
|
|
14194
|
+
* @version 254.0.0
|
|
14256
14195
|
*/
|
|
14257
14196
|
|
|
14258
14197
|
/**
|
|
@@ -16177,7 +16116,7 @@ class BackgroundAssistantApi {
|
|
|
16177
16116
|
/**
|
|
16178
16117
|
* BackgroundAssistant service.
|
|
16179
16118
|
* @module purecloud-platform-client-v2/api/BackgroundAssistantApi
|
|
16180
|
-
* @version
|
|
16119
|
+
* @version 254.0.0
|
|
16181
16120
|
*/
|
|
16182
16121
|
|
|
16183
16122
|
/**
|
|
@@ -16251,7 +16190,7 @@ class BillingApi {
|
|
|
16251
16190
|
/**
|
|
16252
16191
|
* Billing service.
|
|
16253
16192
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
16254
|
-
* @version
|
|
16193
|
+
* @version 254.0.0
|
|
16255
16194
|
*/
|
|
16256
16195
|
|
|
16257
16196
|
/**
|
|
@@ -16535,7 +16474,7 @@ class BusinessRulesApi {
|
|
|
16535
16474
|
/**
|
|
16536
16475
|
* BusinessRules service.
|
|
16537
16476
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
16538
|
-
* @version
|
|
16477
|
+
* @version 254.0.0
|
|
16539
16478
|
*/
|
|
16540
16479
|
|
|
16541
16480
|
/**
|
|
@@ -16581,6 +16520,76 @@ class BusinessRulesApi {
|
|
|
16581
16520
|
);
|
|
16582
16521
|
}
|
|
16583
16522
|
|
|
16523
|
+
/**
|
|
16524
|
+
* Delete an export job for a decision table
|
|
16525
|
+
*
|
|
16526
|
+
* @param {String} tableId Table ID
|
|
16527
|
+
* @param {String} exportJobId Export Job ID
|
|
16528
|
+
* @param {Object} opts Optional parameters
|
|
16529
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16530
|
+
*/
|
|
16531
|
+
deleteBusinessrulesDecisiontableExport(tableId, exportJobId, opts) {
|
|
16532
|
+
opts = opts || {};
|
|
16533
|
+
|
|
16534
|
+
// verify the required parameter 'tableId' is set
|
|
16535
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16536
|
+
throw 'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableExport';
|
|
16537
|
+
}
|
|
16538
|
+
// verify the required parameter 'exportJobId' is set
|
|
16539
|
+
if (exportJobId === undefined || exportJobId === null || exportJobId === '') {
|
|
16540
|
+
throw 'Missing the required parameter "exportJobId" when calling deleteBusinessrulesDecisiontableExport';
|
|
16541
|
+
}
|
|
16542
|
+
|
|
16543
|
+
return this.apiClient.callApi(
|
|
16544
|
+
'/api/v2/businessrules/decisiontables/{tableId}/exports/{exportJobId}',
|
|
16545
|
+
'DELETE',
|
|
16546
|
+
{ 'tableId': tableId,'exportJobId': exportJobId },
|
|
16547
|
+
{ },
|
|
16548
|
+
{ },
|
|
16549
|
+
{ },
|
|
16550
|
+
null,
|
|
16551
|
+
['PureCloud OAuth'],
|
|
16552
|
+
['application/json'],
|
|
16553
|
+
['application/json'],
|
|
16554
|
+
opts['customHeaders']
|
|
16555
|
+
);
|
|
16556
|
+
}
|
|
16557
|
+
|
|
16558
|
+
/**
|
|
16559
|
+
* Delete decision table row import job
|
|
16560
|
+
*
|
|
16561
|
+
* @param {String} tableId Table ID
|
|
16562
|
+
* @param {String} importJobId Import job ID
|
|
16563
|
+
* @param {Object} opts Optional parameters
|
|
16564
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16565
|
+
*/
|
|
16566
|
+
deleteBusinessrulesDecisiontableImport(tableId, importJobId, opts) {
|
|
16567
|
+
opts = opts || {};
|
|
16568
|
+
|
|
16569
|
+
// verify the required parameter 'tableId' is set
|
|
16570
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16571
|
+
throw 'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableImport';
|
|
16572
|
+
}
|
|
16573
|
+
// verify the required parameter 'importJobId' is set
|
|
16574
|
+
if (importJobId === undefined || importJobId === null || importJobId === '') {
|
|
16575
|
+
throw 'Missing the required parameter "importJobId" when calling deleteBusinessrulesDecisiontableImport';
|
|
16576
|
+
}
|
|
16577
|
+
|
|
16578
|
+
return this.apiClient.callApi(
|
|
16579
|
+
'/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}',
|
|
16580
|
+
'DELETE',
|
|
16581
|
+
{ 'tableId': tableId,'importJobId': importJobId },
|
|
16582
|
+
{ },
|
|
16583
|
+
{ },
|
|
16584
|
+
{ },
|
|
16585
|
+
null,
|
|
16586
|
+
['PureCloud OAuth'],
|
|
16587
|
+
['application/json'],
|
|
16588
|
+
['application/json'],
|
|
16589
|
+
opts['customHeaders']
|
|
16590
|
+
);
|
|
16591
|
+
}
|
|
16592
|
+
|
|
16584
16593
|
/**
|
|
16585
16594
|
* Delete a decision table version
|
|
16586
16595
|
*
|
|
@@ -16716,6 +16725,140 @@ class BusinessRulesApi {
|
|
|
16716
16725
|
);
|
|
16717
16726
|
}
|
|
16718
16727
|
|
|
16728
|
+
/**
|
|
16729
|
+
* Get an export job for a decision table
|
|
16730
|
+
*
|
|
16731
|
+
* @param {String} tableId Table ID
|
|
16732
|
+
* @param {String} exportJobId Export Job ID
|
|
16733
|
+
* @param {Object} opts Optional parameters
|
|
16734
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16735
|
+
*/
|
|
16736
|
+
getBusinessrulesDecisiontableExport(tableId, exportJobId, opts) {
|
|
16737
|
+
opts = opts || {};
|
|
16738
|
+
|
|
16739
|
+
// verify the required parameter 'tableId' is set
|
|
16740
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16741
|
+
throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableExport';
|
|
16742
|
+
}
|
|
16743
|
+
// verify the required parameter 'exportJobId' is set
|
|
16744
|
+
if (exportJobId === undefined || exportJobId === null || exportJobId === '') {
|
|
16745
|
+
throw 'Missing the required parameter "exportJobId" when calling getBusinessrulesDecisiontableExport';
|
|
16746
|
+
}
|
|
16747
|
+
|
|
16748
|
+
return this.apiClient.callApi(
|
|
16749
|
+
'/api/v2/businessrules/decisiontables/{tableId}/exports/{exportJobId}',
|
|
16750
|
+
'GET',
|
|
16751
|
+
{ 'tableId': tableId,'exportJobId': exportJobId },
|
|
16752
|
+
{ },
|
|
16753
|
+
{ },
|
|
16754
|
+
{ },
|
|
16755
|
+
null,
|
|
16756
|
+
['PureCloud OAuth'],
|
|
16757
|
+
['application/json'],
|
|
16758
|
+
['application/json'],
|
|
16759
|
+
opts['customHeaders']
|
|
16760
|
+
);
|
|
16761
|
+
}
|
|
16762
|
+
|
|
16763
|
+
/**
|
|
16764
|
+
* List export jobs for a decision table
|
|
16765
|
+
*
|
|
16766
|
+
* @param {String} tableId Table ID
|
|
16767
|
+
* @param {Object} opts Optional parameters
|
|
16768
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
16769
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 100.
|
|
16770
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16771
|
+
*/
|
|
16772
|
+
getBusinessrulesDecisiontableExports(tableId, opts) {
|
|
16773
|
+
opts = opts || {};
|
|
16774
|
+
|
|
16775
|
+
// verify the required parameter 'tableId' is set
|
|
16776
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16777
|
+
throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableExports';
|
|
16778
|
+
}
|
|
16779
|
+
|
|
16780
|
+
return this.apiClient.callApi(
|
|
16781
|
+
'/api/v2/businessrules/decisiontables/{tableId}/exports',
|
|
16782
|
+
'GET',
|
|
16783
|
+
{ 'tableId': tableId },
|
|
16784
|
+
{ 'after': opts['after'],'pageSize': opts['pageSize'] },
|
|
16785
|
+
{ },
|
|
16786
|
+
{ },
|
|
16787
|
+
null,
|
|
16788
|
+
['PureCloud OAuth'],
|
|
16789
|
+
['application/json'],
|
|
16790
|
+
['application/json'],
|
|
16791
|
+
opts['customHeaders']
|
|
16792
|
+
);
|
|
16793
|
+
}
|
|
16794
|
+
|
|
16795
|
+
/**
|
|
16796
|
+
* Get decision table row import job
|
|
16797
|
+
*
|
|
16798
|
+
* @param {String} tableId Table ID
|
|
16799
|
+
* @param {String} importJobId Import job ID
|
|
16800
|
+
* @param {Object} opts Optional parameters
|
|
16801
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16802
|
+
*/
|
|
16803
|
+
getBusinessrulesDecisiontableImport(tableId, importJobId, opts) {
|
|
16804
|
+
opts = opts || {};
|
|
16805
|
+
|
|
16806
|
+
// verify the required parameter 'tableId' is set
|
|
16807
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16808
|
+
throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableImport';
|
|
16809
|
+
}
|
|
16810
|
+
// verify the required parameter 'importJobId' is set
|
|
16811
|
+
if (importJobId === undefined || importJobId === null || importJobId === '') {
|
|
16812
|
+
throw 'Missing the required parameter "importJobId" when calling getBusinessrulesDecisiontableImport';
|
|
16813
|
+
}
|
|
16814
|
+
|
|
16815
|
+
return this.apiClient.callApi(
|
|
16816
|
+
'/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}',
|
|
16817
|
+
'GET',
|
|
16818
|
+
{ 'tableId': tableId,'importJobId': importJobId },
|
|
16819
|
+
{ },
|
|
16820
|
+
{ },
|
|
16821
|
+
{ },
|
|
16822
|
+
null,
|
|
16823
|
+
['PureCloud OAuth'],
|
|
16824
|
+
['application/json'],
|
|
16825
|
+
['application/json'],
|
|
16826
|
+
opts['customHeaders']
|
|
16827
|
+
);
|
|
16828
|
+
}
|
|
16829
|
+
|
|
16830
|
+
/**
|
|
16831
|
+
* List decision table row import jobs
|
|
16832
|
+
*
|
|
16833
|
+
* @param {String} tableId Table ID
|
|
16834
|
+
* @param {Object} opts Optional parameters
|
|
16835
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
16836
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 100.
|
|
16837
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16838
|
+
*/
|
|
16839
|
+
getBusinessrulesDecisiontableImports(tableId, opts) {
|
|
16840
|
+
opts = opts || {};
|
|
16841
|
+
|
|
16842
|
+
// verify the required parameter 'tableId' is set
|
|
16843
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16844
|
+
throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableImports';
|
|
16845
|
+
}
|
|
16846
|
+
|
|
16847
|
+
return this.apiClient.callApi(
|
|
16848
|
+
'/api/v2/businessrules/decisiontables/{tableId}/imports',
|
|
16849
|
+
'GET',
|
|
16850
|
+
{ 'tableId': tableId },
|
|
16851
|
+
{ 'after': opts['after'],'pageSize': opts['pageSize'] },
|
|
16852
|
+
{ },
|
|
16853
|
+
{ },
|
|
16854
|
+
null,
|
|
16855
|
+
['PureCloud OAuth'],
|
|
16856
|
+
['application/json'],
|
|
16857
|
+
['application/json'],
|
|
16858
|
+
opts['customHeaders']
|
|
16859
|
+
);
|
|
16860
|
+
}
|
|
16861
|
+
|
|
16719
16862
|
/**
|
|
16720
16863
|
* Get a decision table version
|
|
16721
16864
|
*
|
|
@@ -17066,6 +17209,46 @@ class BusinessRulesApi {
|
|
|
17066
17209
|
);
|
|
17067
17210
|
}
|
|
17068
17211
|
|
|
17212
|
+
/**
|
|
17213
|
+
* Update decision table row import job
|
|
17214
|
+
*
|
|
17215
|
+
* @param {String} tableId Table ID
|
|
17216
|
+
* @param {String} importJobId Import job ID
|
|
17217
|
+
* @param {Object} body Import job update request
|
|
17218
|
+
* @param {Object} opts Optional parameters
|
|
17219
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17220
|
+
*/
|
|
17221
|
+
patchBusinessrulesDecisiontableImport(tableId, importJobId, body, opts) {
|
|
17222
|
+
opts = opts || {};
|
|
17223
|
+
|
|
17224
|
+
// verify the required parameter 'tableId' is set
|
|
17225
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17226
|
+
throw 'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontableImport';
|
|
17227
|
+
}
|
|
17228
|
+
// verify the required parameter 'importJobId' is set
|
|
17229
|
+
if (importJobId === undefined || importJobId === null || importJobId === '') {
|
|
17230
|
+
throw 'Missing the required parameter "importJobId" when calling patchBusinessrulesDecisiontableImport';
|
|
17231
|
+
}
|
|
17232
|
+
// verify the required parameter 'body' is set
|
|
17233
|
+
if (body === undefined || body === null) {
|
|
17234
|
+
throw 'Missing the required parameter "body" when calling patchBusinessrulesDecisiontableImport';
|
|
17235
|
+
}
|
|
17236
|
+
|
|
17237
|
+
return this.apiClient.callApi(
|
|
17238
|
+
'/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}',
|
|
17239
|
+
'PATCH',
|
|
17240
|
+
{ 'tableId': tableId,'importJobId': importJobId },
|
|
17241
|
+
{ },
|
|
17242
|
+
{ },
|
|
17243
|
+
{ },
|
|
17244
|
+
body,
|
|
17245
|
+
['PureCloud OAuth'],
|
|
17246
|
+
['application/json'],
|
|
17247
|
+
['application/json'],
|
|
17248
|
+
opts['customHeaders']
|
|
17249
|
+
);
|
|
17250
|
+
}
|
|
17251
|
+
|
|
17069
17252
|
/**
|
|
17070
17253
|
* Update a decision table version
|
|
17071
17254
|
*
|
|
@@ -17141,6 +17324,76 @@ class BusinessRulesApi {
|
|
|
17141
17324
|
);
|
|
17142
17325
|
}
|
|
17143
17326
|
|
|
17327
|
+
/**
|
|
17328
|
+
* Create an export job for a decision table version
|
|
17329
|
+
*
|
|
17330
|
+
* @param {String} tableId Table ID
|
|
17331
|
+
* @param {Object} body Export job request
|
|
17332
|
+
* @param {Object} opts Optional parameters
|
|
17333
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17334
|
+
*/
|
|
17335
|
+
postBusinessrulesDecisiontableExports(tableId, body, opts) {
|
|
17336
|
+
opts = opts || {};
|
|
17337
|
+
|
|
17338
|
+
// verify the required parameter 'tableId' is set
|
|
17339
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17340
|
+
throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableExports';
|
|
17341
|
+
}
|
|
17342
|
+
// verify the required parameter 'body' is set
|
|
17343
|
+
if (body === undefined || body === null) {
|
|
17344
|
+
throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableExports';
|
|
17345
|
+
}
|
|
17346
|
+
|
|
17347
|
+
return this.apiClient.callApi(
|
|
17348
|
+
'/api/v2/businessrules/decisiontables/{tableId}/exports',
|
|
17349
|
+
'POST',
|
|
17350
|
+
{ 'tableId': tableId },
|
|
17351
|
+
{ },
|
|
17352
|
+
{ },
|
|
17353
|
+
{ },
|
|
17354
|
+
body,
|
|
17355
|
+
['PureCloud OAuth'],
|
|
17356
|
+
['application/json'],
|
|
17357
|
+
['application/json'],
|
|
17358
|
+
opts['customHeaders']
|
|
17359
|
+
);
|
|
17360
|
+
}
|
|
17361
|
+
|
|
17362
|
+
/**
|
|
17363
|
+
* Create a decision table row import job
|
|
17364
|
+
*
|
|
17365
|
+
* @param {String} tableId Table ID
|
|
17366
|
+
* @param {Object} body Import job create request
|
|
17367
|
+
* @param {Object} opts Optional parameters
|
|
17368
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17369
|
+
*/
|
|
17370
|
+
postBusinessrulesDecisiontableImports(tableId, body, opts) {
|
|
17371
|
+
opts = opts || {};
|
|
17372
|
+
|
|
17373
|
+
// verify the required parameter 'tableId' is set
|
|
17374
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17375
|
+
throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableImports';
|
|
17376
|
+
}
|
|
17377
|
+
// verify the required parameter 'body' is set
|
|
17378
|
+
if (body === undefined || body === null) {
|
|
17379
|
+
throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableImports';
|
|
17380
|
+
}
|
|
17381
|
+
|
|
17382
|
+
return this.apiClient.callApi(
|
|
17383
|
+
'/api/v2/businessrules/decisiontables/{tableId}/imports',
|
|
17384
|
+
'POST',
|
|
17385
|
+
{ 'tableId': tableId },
|
|
17386
|
+
{ },
|
|
17387
|
+
{ },
|
|
17388
|
+
{ },
|
|
17389
|
+
body,
|
|
17390
|
+
['PureCloud OAuth'],
|
|
17391
|
+
['application/json'],
|
|
17392
|
+
['application/json'],
|
|
17393
|
+
opts['customHeaders']
|
|
17394
|
+
);
|
|
17395
|
+
}
|
|
17396
|
+
|
|
17144
17397
|
/**
|
|
17145
17398
|
* Copy a decision table version
|
|
17146
17399
|
*
|
|
@@ -17261,6 +17514,126 @@ class BusinessRulesApi {
|
|
|
17261
17514
|
);
|
|
17262
17515
|
}
|
|
17263
17516
|
|
|
17517
|
+
/**
|
|
17518
|
+
* Bulk add decision table rows
|
|
17519
|
+
* Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queues division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
|
|
17520
|
+
* @param {String} tableId Table ID
|
|
17521
|
+
* @param {Number} tableVersion Table Version
|
|
17522
|
+
* @param {Object} body Bulk add decision table rows request
|
|
17523
|
+
* @param {Object} opts Optional parameters
|
|
17524
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17525
|
+
*/
|
|
17526
|
+
postBusinessrulesDecisiontableVersionRowsBulkAdd(tableId, tableVersion, body, opts) {
|
|
17527
|
+
opts = opts || {};
|
|
17528
|
+
|
|
17529
|
+
// verify the required parameter 'tableId' is set
|
|
17530
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17531
|
+
throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';
|
|
17532
|
+
}
|
|
17533
|
+
// verify the required parameter 'tableVersion' is set
|
|
17534
|
+
if (tableVersion === undefined || tableVersion === null) {
|
|
17535
|
+
throw 'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';
|
|
17536
|
+
}
|
|
17537
|
+
// verify the required parameter 'body' is set
|
|
17538
|
+
if (body === undefined || body === null) {
|
|
17539
|
+
throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';
|
|
17540
|
+
}
|
|
17541
|
+
|
|
17542
|
+
return this.apiClient.callApi(
|
|
17543
|
+
'/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/add',
|
|
17544
|
+
'POST',
|
|
17545
|
+
{ 'tableId': tableId,'tableVersion': tableVersion },
|
|
17546
|
+
{ },
|
|
17547
|
+
{ },
|
|
17548
|
+
{ },
|
|
17549
|
+
body,
|
|
17550
|
+
['PureCloud OAuth'],
|
|
17551
|
+
['application/json'],
|
|
17552
|
+
['application/json'],
|
|
17553
|
+
opts['customHeaders']
|
|
17554
|
+
);
|
|
17555
|
+
}
|
|
17556
|
+
|
|
17557
|
+
/**
|
|
17558
|
+
* Bulk delete decision table rows
|
|
17559
|
+
* Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queues division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
|
|
17560
|
+
* @param {String} tableId Table ID
|
|
17561
|
+
* @param {Number} tableVersion Table Version
|
|
17562
|
+
* @param {Object} body
|
|
17563
|
+
* @param {Object} opts Optional parameters
|
|
17564
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17565
|
+
*/
|
|
17566
|
+
postBusinessrulesDecisiontableVersionRowsBulkRemove(tableId, tableVersion, body, opts) {
|
|
17567
|
+
opts = opts || {};
|
|
17568
|
+
|
|
17569
|
+
// verify the required parameter 'tableId' is set
|
|
17570
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17571
|
+
throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';
|
|
17572
|
+
}
|
|
17573
|
+
// verify the required parameter 'tableVersion' is set
|
|
17574
|
+
if (tableVersion === undefined || tableVersion === null) {
|
|
17575
|
+
throw 'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';
|
|
17576
|
+
}
|
|
17577
|
+
// verify the required parameter 'body' is set
|
|
17578
|
+
if (body === undefined || body === null) {
|
|
17579
|
+
throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';
|
|
17580
|
+
}
|
|
17581
|
+
|
|
17582
|
+
return this.apiClient.callApi(
|
|
17583
|
+
'/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/remove',
|
|
17584
|
+
'POST',
|
|
17585
|
+
{ 'tableId': tableId,'tableVersion': tableVersion },
|
|
17586
|
+
{ },
|
|
17587
|
+
{ },
|
|
17588
|
+
{ },
|
|
17589
|
+
body,
|
|
17590
|
+
['PureCloud OAuth'],
|
|
17591
|
+
['application/json'],
|
|
17592
|
+
['application/json'],
|
|
17593
|
+
opts['customHeaders']
|
|
17594
|
+
);
|
|
17595
|
+
}
|
|
17596
|
+
|
|
17597
|
+
/**
|
|
17598
|
+
* Bulk update decision table rows
|
|
17599
|
+
* Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queues division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
|
|
17600
|
+
* @param {String} tableId Table ID
|
|
17601
|
+
* @param {Number} tableVersion Table Version
|
|
17602
|
+
* @param {Object} body Bulk update decision table rows request
|
|
17603
|
+
* @param {Object} opts Optional parameters
|
|
17604
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17605
|
+
*/
|
|
17606
|
+
postBusinessrulesDecisiontableVersionRowsBulkUpdate(tableId, tableVersion, body, opts) {
|
|
17607
|
+
opts = opts || {};
|
|
17608
|
+
|
|
17609
|
+
// verify the required parameter 'tableId' is set
|
|
17610
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17611
|
+
throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';
|
|
17612
|
+
}
|
|
17613
|
+
// verify the required parameter 'tableVersion' is set
|
|
17614
|
+
if (tableVersion === undefined || tableVersion === null) {
|
|
17615
|
+
throw 'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';
|
|
17616
|
+
}
|
|
17617
|
+
// verify the required parameter 'body' is set
|
|
17618
|
+
if (body === undefined || body === null) {
|
|
17619
|
+
throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';
|
|
17620
|
+
}
|
|
17621
|
+
|
|
17622
|
+
return this.apiClient.callApi(
|
|
17623
|
+
'/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/update',
|
|
17624
|
+
'POST',
|
|
17625
|
+
{ 'tableId': tableId,'tableVersion': tableVersion },
|
|
17626
|
+
{ },
|
|
17627
|
+
{ },
|
|
17628
|
+
{ },
|
|
17629
|
+
body,
|
|
17630
|
+
['PureCloud OAuth'],
|
|
17631
|
+
['application/json'],
|
|
17632
|
+
['application/json'],
|
|
17633
|
+
opts['customHeaders']
|
|
17634
|
+
);
|
|
17635
|
+
}
|
|
17636
|
+
|
|
17264
17637
|
/**
|
|
17265
17638
|
* Search for decision table rows
|
|
17266
17639
|
*
|
|
@@ -17549,7 +17922,7 @@ class CarrierServicesApi {
|
|
|
17549
17922
|
/**
|
|
17550
17923
|
* CarrierServices service.
|
|
17551
17924
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
17552
|
-
* @version
|
|
17925
|
+
* @version 254.0.0
|
|
17553
17926
|
*/
|
|
17554
17927
|
|
|
17555
17928
|
/**
|
|
@@ -17626,7 +17999,7 @@ class CaseManagementApi {
|
|
|
17626
17999
|
/**
|
|
17627
18000
|
* CaseManagement service.
|
|
17628
18001
|
* @module purecloud-platform-client-v2/api/CaseManagementApi
|
|
17629
|
-
* @version
|
|
18002
|
+
* @version 254.0.0
|
|
17630
18003
|
*/
|
|
17631
18004
|
|
|
17632
18005
|
/**
|
|
@@ -17644,10 +18017,9 @@ class CaseManagementApi {
|
|
|
17644
18017
|
/**
|
|
17645
18018
|
* Delete a Case.
|
|
17646
18019
|
*
|
|
17647
|
-
* @param {String} caseId Case
|
|
18020
|
+
* @param {String} caseId Case identifier.
|
|
17648
18021
|
* @param {Object} opts Optional parameters
|
|
17649
18022
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17650
|
-
* deleteCasemanagementCase is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17651
18023
|
*/
|
|
17652
18024
|
deleteCasemanagementCase(caseId, opts) {
|
|
17653
18025
|
opts = opts || {};
|
|
@@ -17675,10 +18047,9 @@ class CaseManagementApi {
|
|
|
17675
18047
|
/**
|
|
17676
18048
|
* Delete a Caseplan.
|
|
17677
18049
|
*
|
|
17678
|
-
* @param {String} caseplanId Caseplan
|
|
18050
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
17679
18051
|
* @param {Object} opts Optional parameters
|
|
17680
18052
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17681
|
-
* deleteCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17682
18053
|
*/
|
|
17683
18054
|
deleteCasemanagementCaseplan(caseplanId, opts) {
|
|
17684
18055
|
opts = opts || {};
|
|
@@ -17703,14 +18074,48 @@ class CaseManagementApi {
|
|
|
17703
18074
|
);
|
|
17704
18075
|
}
|
|
17705
18076
|
|
|
18077
|
+
/**
|
|
18078
|
+
* Remove a data schema from a draft Caseplan.
|
|
18079
|
+
*
|
|
18080
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18081
|
+
* @param {String} schemaKeyName Schema key (for example default).
|
|
18082
|
+
* @param {Object} opts Optional parameters
|
|
18083
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18084
|
+
*/
|
|
18085
|
+
deleteCasemanagementCaseplanDataschema(caseplanId, schemaKeyName, opts) {
|
|
18086
|
+
opts = opts || {};
|
|
18087
|
+
|
|
18088
|
+
// verify the required parameter 'caseplanId' is set
|
|
18089
|
+
if (caseplanId === undefined || caseplanId === null || caseplanId === '') {
|
|
18090
|
+
throw 'Missing the required parameter "caseplanId" when calling deleteCasemanagementCaseplanDataschema';
|
|
18091
|
+
}
|
|
18092
|
+
// verify the required parameter 'schemaKeyName' is set
|
|
18093
|
+
if (schemaKeyName === undefined || schemaKeyName === null || schemaKeyName === '') {
|
|
18094
|
+
throw 'Missing the required parameter "schemaKeyName" when calling deleteCasemanagementCaseplanDataschema';
|
|
18095
|
+
}
|
|
18096
|
+
|
|
18097
|
+
return this.apiClient.callApi(
|
|
18098
|
+
'/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas/{schemaKeyName}',
|
|
18099
|
+
'DELETE',
|
|
18100
|
+
{ 'caseplanId': caseplanId,'schemaKeyName': schemaKeyName },
|
|
18101
|
+
{ },
|
|
18102
|
+
{ },
|
|
18103
|
+
{ },
|
|
18104
|
+
null,
|
|
18105
|
+
['PureCloud OAuth'],
|
|
18106
|
+
['application/json'],
|
|
18107
|
+
['application/json'],
|
|
18108
|
+
opts['customHeaders']
|
|
18109
|
+
);
|
|
18110
|
+
}
|
|
18111
|
+
|
|
17706
18112
|
/**
|
|
17707
18113
|
* Get a Case.
|
|
17708
18114
|
*
|
|
17709
|
-
* @param {String} caseId Case
|
|
18115
|
+
* @param {String} caseId Case identifier.
|
|
17710
18116
|
* @param {Object} opts Optional parameters
|
|
17711
|
-
* @param {Object} opts.expands
|
|
18117
|
+
* @param {Object} opts.expands Fields to expand.
|
|
17712
18118
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17713
|
-
* getCasemanagementCase is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17714
18119
|
*/
|
|
17715
18120
|
getCasemanagementCase(caseId, opts) {
|
|
17716
18121
|
opts = opts || {};
|
|
@@ -17738,11 +18143,10 @@ class CaseManagementApi {
|
|
|
17738
18143
|
/**
|
|
17739
18144
|
* Get a Case Association.
|
|
17740
18145
|
*
|
|
17741
|
-
* @param {String} caseId Case
|
|
17742
|
-
* @param {String} associationId Case
|
|
18146
|
+
* @param {String} caseId Case identifier.
|
|
18147
|
+
* @param {String} associationId Case association identifier.
|
|
17743
18148
|
* @param {Object} opts Optional parameters
|
|
17744
18149
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17745
|
-
* getCasemanagementCaseAssociation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17746
18150
|
*/
|
|
17747
18151
|
getCasemanagementCaseAssociation(caseId, associationId, opts) {
|
|
17748
18152
|
opts = opts || {};
|
|
@@ -17772,15 +18176,14 @@ class CaseManagementApi {
|
|
|
17772
18176
|
}
|
|
17773
18177
|
|
|
17774
18178
|
/**
|
|
17775
|
-
* Get a list of
|
|
18179
|
+
* Get a list of Case associations for the Case.
|
|
17776
18180
|
*
|
|
17777
|
-
* @param {String} caseId Case
|
|
18181
|
+
* @param {String} caseId Case identifier.
|
|
17778
18182
|
* @param {Object} opts Optional parameters
|
|
17779
18183
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
17780
18184
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
17781
18185
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17782
18186
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17783
|
-
* getCasemanagementCaseAssociations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17784
18187
|
*/
|
|
17785
18188
|
getCasemanagementCaseAssociations(caseId, opts) {
|
|
17786
18189
|
opts = opts || {};
|
|
@@ -17808,11 +18211,10 @@ class CaseManagementApi {
|
|
|
17808
18211
|
/**
|
|
17809
18212
|
* Get a Stage.
|
|
17810
18213
|
*
|
|
17811
|
-
* @param {String} caseId Case
|
|
17812
|
-
* @param {String} stageId Stage
|
|
18214
|
+
* @param {String} caseId Case identifier.
|
|
18215
|
+
* @param {String} stageId Stage identifier.
|
|
17813
18216
|
* @param {Object} opts Optional parameters
|
|
17814
18217
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17815
|
-
* getCasemanagementCaseStage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17816
18218
|
*/
|
|
17817
18219
|
getCasemanagementCaseStage(caseId, stageId, opts) {
|
|
17818
18220
|
opts = opts || {};
|
|
@@ -17844,12 +18246,11 @@ class CaseManagementApi {
|
|
|
17844
18246
|
/**
|
|
17845
18247
|
* Get a Step.
|
|
17846
18248
|
*
|
|
17847
|
-
* @param {String} caseId Case
|
|
17848
|
-
* @param {String} stageId Stage
|
|
17849
|
-
* @param {String} stepId Step
|
|
18249
|
+
* @param {String} caseId Case identifier.
|
|
18250
|
+
* @param {String} stageId Stage identifier.
|
|
18251
|
+
* @param {String} stepId Step identifier.
|
|
17850
18252
|
* @param {Object} opts Optional parameters
|
|
17851
18253
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17852
|
-
* getCasemanagementCaseStageStep is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17853
18254
|
*/
|
|
17854
18255
|
getCasemanagementCaseStageStep(caseId, stageId, stepId, opts) {
|
|
17855
18256
|
opts = opts || {};
|
|
@@ -17885,14 +18286,13 @@ class CaseManagementApi {
|
|
|
17885
18286
|
/**
|
|
17886
18287
|
* Get a list of Steps.
|
|
17887
18288
|
*
|
|
17888
|
-
* @param {String} caseId Case
|
|
17889
|
-
* @param {String} stageId Stage
|
|
18289
|
+
* @param {String} caseId Case identifier.
|
|
18290
|
+
* @param {String} stageId Stage identifier.
|
|
17890
18291
|
* @param {Object} opts Optional parameters
|
|
17891
18292
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
17892
18293
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
17893
18294
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17894
18295
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17895
|
-
* getCasemanagementCaseStageSteps is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17896
18296
|
*/
|
|
17897
18297
|
getCasemanagementCaseStageSteps(caseId, stageId, opts) {
|
|
17898
18298
|
opts = opts || {};
|
|
@@ -17924,13 +18324,12 @@ class CaseManagementApi {
|
|
|
17924
18324
|
/**
|
|
17925
18325
|
* Get a list of Stages.
|
|
17926
18326
|
*
|
|
17927
|
-
* @param {String} caseId Case
|
|
18327
|
+
* @param {String} caseId Case identifier.
|
|
17928
18328
|
* @param {Object} opts Optional parameters
|
|
17929
18329
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
17930
18330
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
17931
18331
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17932
18332
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17933
|
-
* getCasemanagementCaseStages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17934
18333
|
*/
|
|
17935
18334
|
getCasemanagementCaseStages(caseId, opts) {
|
|
17936
18335
|
opts = opts || {};
|
|
@@ -17958,11 +18357,10 @@ class CaseManagementApi {
|
|
|
17958
18357
|
/**
|
|
17959
18358
|
* Get a Terminate Job for a Case.
|
|
17960
18359
|
*
|
|
17961
|
-
* @param {String} caseId Case
|
|
17962
|
-
* @param {String} jobId Job
|
|
18360
|
+
* @param {String} caseId Case identifier.
|
|
18361
|
+
* @param {String} jobId Terminate Job identifier.
|
|
17963
18362
|
* @param {Object} opts Optional parameters
|
|
17964
18363
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17965
|
-
* getCasemanagementCaseTerminateJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17966
18364
|
*/
|
|
17967
18365
|
getCasemanagementCaseTerminateJob(caseId, jobId, opts) {
|
|
17968
18366
|
opts = opts || {};
|
|
@@ -17994,10 +18392,9 @@ class CaseManagementApi {
|
|
|
17994
18392
|
/**
|
|
17995
18393
|
* Get a Caseplan.
|
|
17996
18394
|
*
|
|
17997
|
-
* @param {String} caseplanId Caseplan
|
|
18395
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
17998
18396
|
* @param {Object} opts Optional parameters
|
|
17999
18397
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18000
|
-
* getCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18001
18398
|
*/
|
|
18002
18399
|
getCasemanagementCaseplan(caseplanId, opts) {
|
|
18003
18400
|
opts = opts || {};
|
|
@@ -18025,11 +18422,10 @@ class CaseManagementApi {
|
|
|
18025
18422
|
/**
|
|
18026
18423
|
* Get a Caseplan version.
|
|
18027
18424
|
*
|
|
18028
|
-
* @param {String} caseplanId Caseplan
|
|
18029
|
-
* @param {String} versionId
|
|
18425
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18426
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18030
18427
|
* @param {Object} opts Optional parameters
|
|
18031
18428
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18032
|
-
* getCasemanagementCaseplanVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18033
18429
|
*/
|
|
18034
18430
|
getCasemanagementCaseplanVersion(caseplanId, versionId, opts) {
|
|
18035
18431
|
opts = opts || {};
|
|
@@ -18059,13 +18455,12 @@ class CaseManagementApi {
|
|
|
18059
18455
|
}
|
|
18060
18456
|
|
|
18061
18457
|
/**
|
|
18062
|
-
* Get the
|
|
18458
|
+
* Get the data schemas for a Caseplan version.
|
|
18063
18459
|
*
|
|
18064
|
-
* @param {String} caseplanId Caseplan
|
|
18065
|
-
* @param {String} versionId
|
|
18460
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18461
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18066
18462
|
* @param {Object} opts Optional parameters
|
|
18067
18463
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18068
|
-
* getCasemanagementCaseplanVersionDataschemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18069
18464
|
*/
|
|
18070
18465
|
getCasemanagementCaseplanVersionDataschemas(caseplanId, versionId, opts) {
|
|
18071
18466
|
opts = opts || {};
|
|
@@ -18097,11 +18492,10 @@ class CaseManagementApi {
|
|
|
18097
18492
|
/**
|
|
18098
18493
|
* Get the intake settings for a Caseplan version.
|
|
18099
18494
|
*
|
|
18100
|
-
* @param {String} caseplanId Caseplan
|
|
18101
|
-
* @param {String} versionId
|
|
18495
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18496
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18102
18497
|
* @param {Object} opts Optional parameters
|
|
18103
18498
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18104
|
-
* getCasemanagementCaseplanVersionIntakesettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18105
18499
|
*/
|
|
18106
18500
|
getCasemanagementCaseplanVersionIntakesettings(caseplanId, versionId, opts) {
|
|
18107
18501
|
opts = opts || {};
|
|
@@ -18133,13 +18527,12 @@ class CaseManagementApi {
|
|
|
18133
18527
|
/**
|
|
18134
18528
|
* Get a Stageplan.
|
|
18135
18529
|
*
|
|
18136
|
-
* @param {String} caseplanId Caseplan
|
|
18137
|
-
* @param {String} versionId
|
|
18138
|
-
* @param {String} stageplanId Stageplan
|
|
18530
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18531
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18532
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
18139
18533
|
* @param {Object} opts Optional parameters
|
|
18140
|
-
* @param {Array.<String>} opts.expands
|
|
18534
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
18141
18535
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18142
|
-
* getCasemanagementCaseplanVersionStageplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18143
18536
|
*/
|
|
18144
18537
|
getCasemanagementCaseplanVersionStageplan(caseplanId, versionId, stageplanId, opts) {
|
|
18145
18538
|
opts = opts || {};
|
|
@@ -18175,14 +18568,13 @@ class CaseManagementApi {
|
|
|
18175
18568
|
/**
|
|
18176
18569
|
* Get a Stepplan.
|
|
18177
18570
|
*
|
|
18178
|
-
* @param {String} caseplanId Caseplan
|
|
18179
|
-
* @param {String} versionId
|
|
18180
|
-
* @param {String} stageplanId Stageplan
|
|
18181
|
-
* @param {String} stepplanId Stepplan
|
|
18571
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18572
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18573
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
18574
|
+
* @param {String} stepplanId Stepplan identifier.
|
|
18182
18575
|
* @param {Object} opts Optional parameters
|
|
18183
|
-
* @param {Array.<String>} opts.expands
|
|
18576
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
18184
18577
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18185
|
-
* getCasemanagementCaseplanVersionStageplanStepplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18186
18578
|
*/
|
|
18187
18579
|
getCasemanagementCaseplanVersionStageplanStepplan(caseplanId, versionId, stageplanId, stepplanId, opts) {
|
|
18188
18580
|
opts = opts || {};
|
|
@@ -18222,16 +18614,15 @@ class CaseManagementApi {
|
|
|
18222
18614
|
/**
|
|
18223
18615
|
* Get a list of Stepplans.
|
|
18224
18616
|
*
|
|
18225
|
-
* @param {String} caseplanId Caseplan
|
|
18226
|
-
* @param {String} versionId
|
|
18227
|
-
* @param {String} stageplanId Stageplan
|
|
18617
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18618
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18619
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
18228
18620
|
* @param {Object} opts Optional parameters
|
|
18229
18621
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
18230
18622
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
18231
18623
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
18232
|
-
* @param {Array.<String>} opts.expands
|
|
18624
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
18233
18625
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18234
|
-
* getCasemanagementCaseplanVersionStageplanStepplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18235
18626
|
*/
|
|
18236
18627
|
getCasemanagementCaseplanVersionStageplanStepplans(caseplanId, versionId, stageplanId, opts) {
|
|
18237
18628
|
opts = opts || {};
|
|
@@ -18267,15 +18658,14 @@ class CaseManagementApi {
|
|
|
18267
18658
|
/**
|
|
18268
18659
|
* Get a list of Stageplans.
|
|
18269
18660
|
*
|
|
18270
|
-
* @param {String} caseplanId Caseplan
|
|
18271
|
-
* @param {String} versionId
|
|
18661
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18662
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18272
18663
|
* @param {Object} opts Optional parameters
|
|
18273
18664
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
18274
18665
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
18275
18666
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
18276
|
-
* @param {Array.<String>} opts.expands
|
|
18667
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
18277
18668
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18278
|
-
* getCasemanagementCaseplanVersionStageplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18279
18669
|
*/
|
|
18280
18670
|
getCasemanagementCaseplanVersionStageplans(caseplanId, versionId, opts) {
|
|
18281
18671
|
opts = opts || {};
|
|
@@ -18308,12 +18698,11 @@ class CaseManagementApi {
|
|
|
18308
18698
|
* Get a list of Caseplans.
|
|
18309
18699
|
*
|
|
18310
18700
|
* @param {Object} opts Optional parameters
|
|
18311
|
-
* @param {String} opts.after
|
|
18312
|
-
* @param {Number} opts.pageSize Number of
|
|
18313
|
-
* @param {String} opts.customerIntentId Filter by
|
|
18314
|
-
* @param {String} opts.divisionIds Filter by
|
|
18701
|
+
* @param {String} opts.after Cursor that points to the end of the previously returned set of Caseplans.
|
|
18702
|
+
* @param {Number} opts.pageSize Number of Caseplans to return. Maximum is 200.
|
|
18703
|
+
* @param {String} opts.customerIntentId Filter by customer intent.
|
|
18704
|
+
* @param {String} opts.divisionIds Filter by divisions.
|
|
18315
18705
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18316
|
-
* getCasemanagementCaseplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18317
18706
|
*/
|
|
18318
18707
|
getCasemanagementCaseplans(opts) {
|
|
18319
18708
|
opts = opts || {};
|
|
@@ -18335,16 +18724,15 @@ class CaseManagementApi {
|
|
|
18335
18724
|
}
|
|
18336
18725
|
|
|
18337
18726
|
/**
|
|
18338
|
-
* Get a list of
|
|
18727
|
+
* Get a list of Cases for an External Contact.
|
|
18339
18728
|
*
|
|
18340
|
-
* @param {String} externalContactId External
|
|
18729
|
+
* @param {String} externalContactId External contact identifier.
|
|
18341
18730
|
* @param {Object} opts Optional parameters
|
|
18342
|
-
* @param {String} opts.after
|
|
18343
|
-
* @param {Number} opts.pageSize Number of
|
|
18344
|
-
* @param {String} opts.divisionIds Filter by
|
|
18345
|
-
* @param {Array.<String>} opts.expands
|
|
18731
|
+
* @param {String} opts.after Cursor pointing to the end of the previously returned page of Cases.
|
|
18732
|
+
* @param {Number} opts.pageSize Number of Cases to return (maximum 200).
|
|
18733
|
+
* @param {String} opts.divisionIds Filter by divisions.
|
|
18734
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
18346
18735
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18347
|
-
* getCasemanagementCasesExternalcontact is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18348
18736
|
*/
|
|
18349
18737
|
getCasemanagementCasesExternalcontact(externalContactId, opts) {
|
|
18350
18738
|
opts = opts || {};
|
|
@@ -18372,11 +18760,10 @@ class CaseManagementApi {
|
|
|
18372
18760
|
/**
|
|
18373
18761
|
* Get a Case by reference.
|
|
18374
18762
|
*
|
|
18375
|
-
* @param {String} referenceId
|
|
18763
|
+
* @param {String} referenceId Case reference.
|
|
18376
18764
|
* @param {Object} opts Optional parameters
|
|
18377
|
-
* @param {Object} opts.expands
|
|
18765
|
+
* @param {Object} opts.expands Fields to expand.
|
|
18378
18766
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18379
|
-
* getCasemanagementCasesReference is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18380
18767
|
*/
|
|
18381
18768
|
getCasemanagementCasesReference(referenceId, opts) {
|
|
18382
18769
|
opts = opts || {};
|
|
@@ -18402,13 +18789,12 @@ class CaseManagementApi {
|
|
|
18402
18789
|
}
|
|
18403
18790
|
|
|
18404
18791
|
/**
|
|
18405
|
-
* Update
|
|
18792
|
+
* Update the due date of a Case.
|
|
18406
18793
|
*
|
|
18407
|
-
* @param {String} caseId Case
|
|
18408
|
-
* @param {Object} body
|
|
18794
|
+
* @param {String} caseId Case identifier.
|
|
18795
|
+
* @param {Object} body Due date update.
|
|
18409
18796
|
* @param {Object} opts Optional parameters
|
|
18410
18797
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18411
|
-
* patchCasemanagementCaseDatedue is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18412
18798
|
*/
|
|
18413
18799
|
patchCasemanagementCaseDatedue(caseId, body, opts) {
|
|
18414
18800
|
opts = opts || {};
|
|
@@ -18440,11 +18826,10 @@ class CaseManagementApi {
|
|
|
18440
18826
|
/**
|
|
18441
18827
|
* Update priority of a Case.
|
|
18442
18828
|
*
|
|
18443
|
-
* @param {String} caseId Case
|
|
18444
|
-
* @param {Object} body Priority
|
|
18829
|
+
* @param {String} caseId Case identifier.
|
|
18830
|
+
* @param {Object} body Priority update.
|
|
18445
18831
|
* @param {Object} opts Optional parameters
|
|
18446
18832
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18447
|
-
* patchCasemanagementCasePriority is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18448
18833
|
*/
|
|
18449
18834
|
patchCasemanagementCasePriority(caseId, body, opts) {
|
|
18450
18835
|
opts = opts || {};
|
|
@@ -18476,11 +18861,10 @@ class CaseManagementApi {
|
|
|
18476
18861
|
/**
|
|
18477
18862
|
* Update summary of a Case.
|
|
18478
18863
|
*
|
|
18479
|
-
* @param {String} caseId Case
|
|
18480
|
-
* @param {Object} body Summary
|
|
18864
|
+
* @param {String} caseId Case identifier.
|
|
18865
|
+
* @param {Object} body Summary update.
|
|
18481
18866
|
* @param {Object} opts Optional parameters
|
|
18482
18867
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18483
|
-
* patchCasemanagementCaseSummary is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18484
18868
|
*/
|
|
18485
18869
|
patchCasemanagementCaseSummary(caseId, body, opts) {
|
|
18486
18870
|
opts = opts || {};
|
|
@@ -18512,11 +18896,10 @@ class CaseManagementApi {
|
|
|
18512
18896
|
/**
|
|
18513
18897
|
* Update the attributes of a Caseplan.
|
|
18514
18898
|
*
|
|
18515
|
-
* @param {String} caseplanId Caseplan
|
|
18516
|
-
* @param {Object} body Caseplan
|
|
18899
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18900
|
+
* @param {Object} body Caseplan update.
|
|
18517
18901
|
* @param {Object} opts Optional parameters
|
|
18518
18902
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18519
|
-
* patchCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18520
18903
|
*/
|
|
18521
18904
|
patchCasemanagementCaseplan(caseplanId, body, opts) {
|
|
18522
18905
|
opts = opts || {};
|
|
@@ -18548,12 +18931,11 @@ class CaseManagementApi {
|
|
|
18548
18931
|
/**
|
|
18549
18932
|
* Update the attributes of a Stageplan.
|
|
18550
18933
|
*
|
|
18551
|
-
* @param {String} caseplanId Caseplan
|
|
18552
|
-
* @param {String} stageplanId Stageplan
|
|
18553
|
-
* @param {Object} body Stageplan
|
|
18934
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18935
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
18936
|
+
* @param {Object} body Stageplan update.
|
|
18554
18937
|
* @param {Object} opts Optional parameters
|
|
18555
18938
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18556
|
-
* patchCasemanagementCaseplanStageplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18557
18939
|
*/
|
|
18558
18940
|
patchCasemanagementCaseplanStageplan(caseplanId, stageplanId, body, opts) {
|
|
18559
18941
|
opts = opts || {};
|
|
@@ -18589,13 +18971,12 @@ class CaseManagementApi {
|
|
|
18589
18971
|
/**
|
|
18590
18972
|
* Update the attributes of a Stepplan.
|
|
18591
18973
|
*
|
|
18592
|
-
* @param {String} caseplanId Caseplan
|
|
18593
|
-
* @param {String} stageplanId Stageplan
|
|
18594
|
-
* @param {String} stepplanId Stepplan
|
|
18595
|
-
* @param {Object} body Stepplan
|
|
18974
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18975
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
18976
|
+
* @param {String} stepplanId Stepplan identifier.
|
|
18977
|
+
* @param {Object} body Stepplan update.
|
|
18596
18978
|
* @param {Object} opts Optional parameters
|
|
18597
18979
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18598
|
-
* patchCasemanagementCaseplanStageplanStepplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18599
18980
|
*/
|
|
18600
18981
|
patchCasemanagementCaseplanStageplanStepplan(caseplanId, stageplanId, stepplanId, body, opts) {
|
|
18601
18982
|
opts = opts || {};
|
|
@@ -18633,21 +19014,24 @@ class CaseManagementApi {
|
|
|
18633
19014
|
}
|
|
18634
19015
|
|
|
18635
19016
|
/**
|
|
18636
|
-
* Create a
|
|
19017
|
+
* Create a Case association.
|
|
18637
19018
|
*
|
|
18638
|
-
* @param {String} caseId Case
|
|
19019
|
+
* @param {String} caseId Case identifier.
|
|
19020
|
+
* @param {Object} body Case association create request.
|
|
18639
19021
|
* @param {Object} opts Optional parameters
|
|
18640
|
-
* @param {Object} opts.body Case Association
|
|
18641
19022
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18642
|
-
* postCasemanagementCaseAssociations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18643
19023
|
*/
|
|
18644
|
-
postCasemanagementCaseAssociations(caseId, opts) {
|
|
19024
|
+
postCasemanagementCaseAssociations(caseId, body, opts) {
|
|
18645
19025
|
opts = opts || {};
|
|
18646
19026
|
|
|
18647
19027
|
// verify the required parameter 'caseId' is set
|
|
18648
19028
|
if (caseId === undefined || caseId === null || caseId === '') {
|
|
18649
19029
|
throw 'Missing the required parameter "caseId" when calling postCasemanagementCaseAssociations';
|
|
18650
19030
|
}
|
|
19031
|
+
// verify the required parameter 'body' is set
|
|
19032
|
+
if (body === undefined || body === null) {
|
|
19033
|
+
throw 'Missing the required parameter "body" when calling postCasemanagementCaseAssociations';
|
|
19034
|
+
}
|
|
18651
19035
|
|
|
18652
19036
|
return this.apiClient.callApi(
|
|
18653
19037
|
'/api/v2/casemanagement/cases/{caseId}/associations',
|
|
@@ -18656,7 +19040,7 @@ class CaseManagementApi {
|
|
|
18656
19040
|
{ },
|
|
18657
19041
|
{ },
|
|
18658
19042
|
{ },
|
|
18659
|
-
|
|
19043
|
+
body,
|
|
18660
19044
|
['PureCloud OAuth'],
|
|
18661
19045
|
['application/json'],
|
|
18662
19046
|
['application/json'],
|
|
@@ -18667,10 +19051,9 @@ class CaseManagementApi {
|
|
|
18667
19051
|
/**
|
|
18668
19052
|
* Create a Terminate Job for a Case.
|
|
18669
19053
|
*
|
|
18670
|
-
* @param {String} caseId Case
|
|
19054
|
+
* @param {String} caseId Case identifier.
|
|
18671
19055
|
* @param {Object} opts Optional parameters
|
|
18672
19056
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18673
|
-
* postCasemanagementCaseTerminateJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18674
19057
|
*/
|
|
18675
19058
|
postCasemanagementCaseTerminateJobs(caseId, opts) {
|
|
18676
19059
|
opts = opts || {};
|
|
@@ -18695,13 +19078,47 @@ class CaseManagementApi {
|
|
|
18695
19078
|
);
|
|
18696
19079
|
}
|
|
18697
19080
|
|
|
19081
|
+
/**
|
|
19082
|
+
* Add a data schema to a draft Caseplan.
|
|
19083
|
+
*
|
|
19084
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
19085
|
+
* @param {Object} body Data schema reference.
|
|
19086
|
+
* @param {Object} opts Optional parameters
|
|
19087
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
19088
|
+
*/
|
|
19089
|
+
postCasemanagementCaseplanDataschemas(caseplanId, body, opts) {
|
|
19090
|
+
opts = opts || {};
|
|
19091
|
+
|
|
19092
|
+
// verify the required parameter 'caseplanId' is set
|
|
19093
|
+
if (caseplanId === undefined || caseplanId === null || caseplanId === '') {
|
|
19094
|
+
throw 'Missing the required parameter "caseplanId" when calling postCasemanagementCaseplanDataschemas';
|
|
19095
|
+
}
|
|
19096
|
+
// verify the required parameter 'body' is set
|
|
19097
|
+
if (body === undefined || body === null) {
|
|
19098
|
+
throw 'Missing the required parameter "body" when calling postCasemanagementCaseplanDataschemas';
|
|
19099
|
+
}
|
|
19100
|
+
|
|
19101
|
+
return this.apiClient.callApi(
|
|
19102
|
+
'/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas',
|
|
19103
|
+
'POST',
|
|
19104
|
+
{ 'caseplanId': caseplanId },
|
|
19105
|
+
{ },
|
|
19106
|
+
{ },
|
|
19107
|
+
{ },
|
|
19108
|
+
body,
|
|
19109
|
+
['PureCloud OAuth'],
|
|
19110
|
+
['application/json'],
|
|
19111
|
+
['application/json'],
|
|
19112
|
+
opts['customHeaders']
|
|
19113
|
+
);
|
|
19114
|
+
}
|
|
19115
|
+
|
|
18698
19116
|
/**
|
|
18699
19117
|
* Publish Caseplan.
|
|
18700
19118
|
*
|
|
18701
|
-
* @param {String} caseplanId Caseplan
|
|
19119
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18702
19120
|
* @param {Object} opts Optional parameters
|
|
18703
19121
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18704
|
-
* postCasemanagementCaseplanPublish is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18705
19122
|
*/
|
|
18706
19123
|
postCasemanagementCaseplanPublish(caseplanId, opts) {
|
|
18707
19124
|
opts = opts || {};
|
|
@@ -18729,10 +19146,9 @@ class CaseManagementApi {
|
|
|
18729
19146
|
/**
|
|
18730
19147
|
* Create Caseplan version.
|
|
18731
19148
|
*
|
|
18732
|
-
* @param {String} caseplanId Caseplan
|
|
19149
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18733
19150
|
* @param {Object} opts Optional parameters
|
|
18734
19151
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18735
|
-
* postCasemanagementCaseplanVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18736
19152
|
*/
|
|
18737
19153
|
postCasemanagementCaseplanVersions(caseplanId, opts) {
|
|
18738
19154
|
opts = opts || {};
|
|
@@ -18760,10 +19176,9 @@ class CaseManagementApi {
|
|
|
18760
19176
|
/**
|
|
18761
19177
|
* Create a Caseplan.
|
|
18762
19178
|
*
|
|
18763
|
-
* @param {Object} body Caseplan
|
|
19179
|
+
* @param {Object} body Caseplan create request.
|
|
18764
19180
|
* @param {Object} opts Optional parameters
|
|
18765
19181
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18766
|
-
* postCasemanagementCaseplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18767
19182
|
*/
|
|
18768
19183
|
postCasemanagementCaseplans(body, opts) {
|
|
18769
19184
|
opts = opts || {};
|
|
@@ -18789,12 +19204,11 @@ class CaseManagementApi {
|
|
|
18789
19204
|
}
|
|
18790
19205
|
|
|
18791
19206
|
/**
|
|
18792
|
-
* Query for
|
|
19207
|
+
* Query for Caseplans.
|
|
18793
19208
|
*
|
|
18794
|
-
* @param {Object} body
|
|
19209
|
+
* @param {Object} body Caseplan query request.
|
|
18795
19210
|
* @param {Object} opts Optional parameters
|
|
18796
19211
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18797
|
-
* postCasemanagementCaseplansQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18798
19212
|
*/
|
|
18799
19213
|
postCasemanagementCaseplansQuery(body, opts) {
|
|
18800
19214
|
opts = opts || {};
|
|
@@ -18822,10 +19236,9 @@ class CaseManagementApi {
|
|
|
18822
19236
|
/**
|
|
18823
19237
|
* Create a Case.
|
|
18824
19238
|
*
|
|
18825
|
-
* @param {Object} body Case
|
|
19239
|
+
* @param {Object} body Case create request.
|
|
18826
19240
|
* @param {Object} opts Optional parameters
|
|
18827
19241
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18828
|
-
* postCasemanagementCases is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18829
19242
|
*/
|
|
18830
19243
|
postCasemanagementCases(body, opts) {
|
|
18831
19244
|
opts = opts || {};
|
|
@@ -18851,16 +19264,19 @@ class CaseManagementApi {
|
|
|
18851
19264
|
}
|
|
18852
19265
|
|
|
18853
19266
|
/**
|
|
18854
|
-
* Query for
|
|
19267
|
+
* Query for Case associations by interaction.
|
|
18855
19268
|
*
|
|
19269
|
+
* @param {Object} body Case association query request.
|
|
18856
19270
|
* @param {Object} opts Optional parameters
|
|
18857
|
-
* @param {Object} opts.body Case Association
|
|
18858
19271
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18859
|
-
* postCasemanagementCasesAssociationsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18860
19272
|
*/
|
|
18861
|
-
postCasemanagementCasesAssociationsQuery(opts) {
|
|
19273
|
+
postCasemanagementCasesAssociationsQuery(body, opts) {
|
|
18862
19274
|
opts = opts || {};
|
|
18863
19275
|
|
|
19276
|
+
// verify the required parameter 'body' is set
|
|
19277
|
+
if (body === undefined || body === null) {
|
|
19278
|
+
throw 'Missing the required parameter "body" when calling postCasemanagementCasesAssociationsQuery';
|
|
19279
|
+
}
|
|
18864
19280
|
|
|
18865
19281
|
return this.apiClient.callApi(
|
|
18866
19282
|
'/api/v2/casemanagement/cases/associations/query',
|
|
@@ -18869,7 +19285,47 @@ class CaseManagementApi {
|
|
|
18869
19285
|
{ },
|
|
18870
19286
|
{ },
|
|
18871
19287
|
{ },
|
|
18872
|
-
|
|
19288
|
+
body,
|
|
19289
|
+
['PureCloud OAuth'],
|
|
19290
|
+
['application/json'],
|
|
19291
|
+
['application/json'],
|
|
19292
|
+
opts['customHeaders']
|
|
19293
|
+
);
|
|
19294
|
+
}
|
|
19295
|
+
|
|
19296
|
+
/**
|
|
19297
|
+
* Update a data schema on a draft Caseplan.
|
|
19298
|
+
*
|
|
19299
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
19300
|
+
* @param {String} schemaKeyName Schema key (for example default).
|
|
19301
|
+
* @param {Object} body Data schema reference.
|
|
19302
|
+
* @param {Object} opts Optional parameters
|
|
19303
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
19304
|
+
*/
|
|
19305
|
+
putCasemanagementCaseplanDataschema(caseplanId, schemaKeyName, body, opts) {
|
|
19306
|
+
opts = opts || {};
|
|
19307
|
+
|
|
19308
|
+
// verify the required parameter 'caseplanId' is set
|
|
19309
|
+
if (caseplanId === undefined || caseplanId === null || caseplanId === '') {
|
|
19310
|
+
throw 'Missing the required parameter "caseplanId" when calling putCasemanagementCaseplanDataschema';
|
|
19311
|
+
}
|
|
19312
|
+
// verify the required parameter 'schemaKeyName' is set
|
|
19313
|
+
if (schemaKeyName === undefined || schemaKeyName === null || schemaKeyName === '') {
|
|
19314
|
+
throw 'Missing the required parameter "schemaKeyName" when calling putCasemanagementCaseplanDataschema';
|
|
19315
|
+
}
|
|
19316
|
+
// verify the required parameter 'body' is set
|
|
19317
|
+
if (body === undefined || body === null) {
|
|
19318
|
+
throw 'Missing the required parameter "body" when calling putCasemanagementCaseplanDataschema';
|
|
19319
|
+
}
|
|
19320
|
+
|
|
19321
|
+
return this.apiClient.callApi(
|
|
19322
|
+
'/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas/{schemaKeyName}',
|
|
19323
|
+
'PUT',
|
|
19324
|
+
{ 'caseplanId': caseplanId,'schemaKeyName': schemaKeyName },
|
|
19325
|
+
{ },
|
|
19326
|
+
{ },
|
|
19327
|
+
{ },
|
|
19328
|
+
body,
|
|
18873
19329
|
['PureCloud OAuth'],
|
|
18874
19330
|
['application/json'],
|
|
18875
19331
|
['application/json'],
|
|
@@ -18880,11 +19336,10 @@ class CaseManagementApi {
|
|
|
18880
19336
|
/**
|
|
18881
19337
|
* Update the intake settings for a Caseplan.
|
|
18882
19338
|
*
|
|
18883
|
-
* @param {String} caseplanId Caseplan
|
|
18884
|
-
* @param {Object} body Intake
|
|
19339
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
19340
|
+
* @param {Object} body Intake settings update.
|
|
18885
19341
|
* @param {Object} opts Optional parameters
|
|
18886
19342
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18887
|
-
* putCasemanagementCaseplanIntakesettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18888
19343
|
*/
|
|
18889
19344
|
putCasemanagementCaseplanIntakesettings(caseplanId, body, opts) {
|
|
18890
19345
|
opts = opts || {};
|
|
@@ -18919,7 +19374,7 @@ class ChatApi {
|
|
|
18919
19374
|
/**
|
|
18920
19375
|
* Chat service.
|
|
18921
19376
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
18922
|
-
* @version
|
|
19377
|
+
* @version 254.0.0
|
|
18923
19378
|
*/
|
|
18924
19379
|
|
|
18925
19380
|
/**
|
|
@@ -20058,7 +20513,7 @@ class CoachingApi {
|
|
|
20058
20513
|
/**
|
|
20059
20514
|
* Coaching service.
|
|
20060
20515
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
20061
|
-
* @version
|
|
20516
|
+
* @version 254.0.0
|
|
20062
20517
|
*/
|
|
20063
20518
|
|
|
20064
20519
|
/**
|
|
@@ -20772,7 +21227,7 @@ class ContentManagementApi {
|
|
|
20772
21227
|
/**
|
|
20773
21228
|
* ContentManagement service.
|
|
20774
21229
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
20775
|
-
* @version
|
|
21230
|
+
* @version 254.0.0
|
|
20776
21231
|
*/
|
|
20777
21232
|
|
|
20778
21233
|
/**
|
|
@@ -21967,7 +22422,7 @@ class ConversationsApi {
|
|
|
21967
22422
|
/**
|
|
21968
22423
|
* Conversations service.
|
|
21969
22424
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
21970
|
-
* @version
|
|
22425
|
+
* @version 254.0.0
|
|
21971
22426
|
*/
|
|
21972
22427
|
|
|
21973
22428
|
/**
|
|
@@ -21988,7 +22443,6 @@ class ConversationsApi {
|
|
|
21988
22443
|
* @param {String} jobId jobId
|
|
21989
22444
|
* @param {Object} opts Optional parameters
|
|
21990
22445
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
21991
|
-
* deleteAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
21992
22446
|
*/
|
|
21993
22447
|
deleteAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
21994
22448
|
opts = opts || {};
|
|
@@ -22655,7 +23109,6 @@ class ConversationsApi {
|
|
|
22655
23109
|
* @param {String} jobId jobId
|
|
22656
23110
|
* @param {Object} opts Optional parameters
|
|
22657
23111
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
22658
|
-
* getAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
22659
23112
|
*/
|
|
22660
23113
|
getAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
22661
23114
|
opts = opts || {};
|
|
@@ -22687,7 +23140,6 @@ class ConversationsApi {
|
|
|
22687
23140
|
* @param {Object} opts Optional parameters
|
|
22688
23141
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
22689
23142
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
22690
|
-
* getAnalyticsConversationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
22691
23143
|
*/
|
|
22692
23144
|
getAnalyticsConversationsAggregatesJobResults(jobId, opts) {
|
|
22693
23145
|
opts = opts || {};
|
|
@@ -28534,7 +28986,6 @@ class ConversationsApi {
|
|
|
28534
28986
|
* @param {Object} body query
|
|
28535
28987
|
* @param {Object} opts Optional parameters
|
|
28536
28988
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
28537
|
-
* postAnalyticsConversationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
28538
28989
|
*/
|
|
28539
28990
|
postAnalyticsConversationsAggregatesJobs(body, opts) {
|
|
28540
28991
|
opts = opts || {};
|
|
@@ -31519,7 +31970,7 @@ class ConversationsApi {
|
|
|
31519
31970
|
|
|
31520
31971
|
/**
|
|
31521
31972
|
* Send an agentless outbound message
|
|
31522
|
-
* 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
|
|
31973
|
+
* 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.
|
|
31523
31974
|
* @param {Object} body Create agentless outbound messaging request
|
|
31524
31975
|
* @param {Object} opts Optional parameters
|
|
31525
31976
|
* @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, messagingTemplate) (default to false)
|
|
@@ -33073,7 +33524,7 @@ class DataExtensionsApi {
|
|
|
33073
33524
|
/**
|
|
33074
33525
|
* DataExtensions service.
|
|
33075
33526
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
33076
|
-
* @version
|
|
33527
|
+
* @version 254.0.0
|
|
33077
33528
|
*/
|
|
33078
33529
|
|
|
33079
33530
|
/**
|
|
@@ -33174,7 +33625,7 @@ class DataPrivacyApi {
|
|
|
33174
33625
|
/**
|
|
33175
33626
|
* DataPrivacy service.
|
|
33176
33627
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
33177
|
-
* @version
|
|
33628
|
+
* @version 254.0.0
|
|
33178
33629
|
*/
|
|
33179
33630
|
|
|
33180
33631
|
/**
|
|
@@ -33371,7 +33822,7 @@ class DownloadsApi {
|
|
|
33371
33822
|
/**
|
|
33372
33823
|
* Downloads service.
|
|
33373
33824
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
33374
|
-
* @version
|
|
33825
|
+
* @version 254.0.0
|
|
33375
33826
|
*/
|
|
33376
33827
|
|
|
33377
33828
|
/**
|
|
@@ -33425,7 +33876,7 @@ class EmailsApi {
|
|
|
33425
33876
|
/**
|
|
33426
33877
|
* Emails service.
|
|
33427
33878
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
33428
|
-
* @version
|
|
33879
|
+
* @version 254.0.0
|
|
33429
33880
|
*/
|
|
33430
33881
|
|
|
33431
33882
|
/**
|
|
@@ -33573,7 +34024,7 @@ class EmployeeEngagementApi {
|
|
|
33573
34024
|
/**
|
|
33574
34025
|
* EmployeeEngagement service.
|
|
33575
34026
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
33576
|
-
* @version
|
|
34027
|
+
* @version 254.0.0
|
|
33577
34028
|
*/
|
|
33578
34029
|
|
|
33579
34030
|
/**
|
|
@@ -33777,7 +34228,7 @@ class EventsApi {
|
|
|
33777
34228
|
/**
|
|
33778
34229
|
* Events service.
|
|
33779
34230
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
33780
|
-
* @version
|
|
34231
|
+
* @version 254.0.0
|
|
33781
34232
|
*/
|
|
33782
34233
|
|
|
33783
34234
|
/**
|
|
@@ -33919,7 +34370,7 @@ class ExternalContactsApi {
|
|
|
33919
34370
|
/**
|
|
33920
34371
|
* ExternalContacts service.
|
|
33921
34372
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
33922
|
-
* @version
|
|
34373
|
+
* @version 254.0.0
|
|
33923
34374
|
*/
|
|
33924
34375
|
|
|
33925
34376
|
/**
|
|
@@ -37690,7 +38141,7 @@ class FaxApi {
|
|
|
37690
38141
|
/**
|
|
37691
38142
|
* Fax service.
|
|
37692
38143
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
37693
|
-
* @version
|
|
38144
|
+
* @version 254.0.0
|
|
37694
38145
|
*/
|
|
37695
38146
|
|
|
37696
38147
|
/**
|
|
@@ -37939,7 +38390,7 @@ class FlowsApi {
|
|
|
37939
38390
|
/**
|
|
37940
38391
|
* Flows service.
|
|
37941
38392
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
37942
|
-
* @version
|
|
38393
|
+
* @version 254.0.0
|
|
37943
38394
|
*/
|
|
37944
38395
|
|
|
37945
38396
|
/**
|
|
@@ -37960,7 +38411,6 @@ class FlowsApi {
|
|
|
37960
38411
|
* @param {String} jobId jobId
|
|
37961
38412
|
* @param {Object} opts Optional parameters
|
|
37962
38413
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
37963
|
-
* deleteAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
37964
38414
|
*/
|
|
37965
38415
|
deleteAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
37966
38416
|
opts = opts || {};
|
|
@@ -37991,7 +38441,6 @@ class FlowsApi {
|
|
|
37991
38441
|
* @param {String} jobId jobId
|
|
37992
38442
|
* @param {Object} opts Optional parameters
|
|
37993
38443
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
37994
|
-
* getAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
37995
38444
|
*/
|
|
37996
38445
|
getAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
37997
38446
|
opts = opts || {};
|
|
@@ -38023,7 +38472,6 @@ class FlowsApi {
|
|
|
38023
38472
|
* @param {Object} opts Optional parameters
|
|
38024
38473
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
38025
38474
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
38026
|
-
* getAnalyticsFlowsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
38027
38475
|
*/
|
|
38028
38476
|
getAnalyticsFlowsAggregatesJobResults(jobId, opts) {
|
|
38029
38477
|
opts = opts || {};
|
|
@@ -38086,7 +38534,6 @@ class FlowsApi {
|
|
|
38086
38534
|
* @param {Object} body query
|
|
38087
38535
|
* @param {Object} opts Optional parameters
|
|
38088
38536
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
38089
|
-
* postAnalyticsFlowsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
38090
38537
|
*/
|
|
38091
38538
|
postAnalyticsFlowsAggregatesJobs(body, opts) {
|
|
38092
38539
|
opts = opts || {};
|
|
@@ -38177,7 +38624,7 @@ class GamificationApi {
|
|
|
38177
38624
|
/**
|
|
38178
38625
|
* Gamification service.
|
|
38179
38626
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
38180
|
-
* @version
|
|
38627
|
+
* @version 254.0.0
|
|
38181
38628
|
*/
|
|
38182
38629
|
|
|
38183
38630
|
/**
|
|
@@ -41029,7 +41476,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
41029
41476
|
/**
|
|
41030
41477
|
* GeneralDataProtectionRegulation service.
|
|
41031
41478
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
41032
|
-
* @version
|
|
41479
|
+
* @version 254.0.0
|
|
41033
41480
|
*/
|
|
41034
41481
|
|
|
41035
41482
|
/**
|
|
@@ -41173,7 +41620,7 @@ class GeolocationApi {
|
|
|
41173
41620
|
/**
|
|
41174
41621
|
* Geolocation service.
|
|
41175
41622
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
41176
|
-
* @version
|
|
41623
|
+
* @version 254.0.0
|
|
41177
41624
|
*/
|
|
41178
41625
|
|
|
41179
41626
|
/**
|
|
@@ -41324,7 +41771,7 @@ class GreetingsApi {
|
|
|
41324
41771
|
/**
|
|
41325
41772
|
* Greetings service.
|
|
41326
41773
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
41327
|
-
* @version
|
|
41774
|
+
* @version 254.0.0
|
|
41328
41775
|
*/
|
|
41329
41776
|
|
|
41330
41777
|
/**
|
|
@@ -41940,7 +42387,7 @@ class GroupsApi {
|
|
|
41940
42387
|
/**
|
|
41941
42388
|
* Groups service.
|
|
41942
42389
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
41943
|
-
* @version
|
|
42390
|
+
* @version 254.0.0
|
|
41944
42391
|
*/
|
|
41945
42392
|
|
|
41946
42393
|
/**
|
|
@@ -42531,7 +42978,7 @@ class IdentityProviderApi {
|
|
|
42531
42978
|
/**
|
|
42532
42979
|
* IdentityProvider service.
|
|
42533
42980
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
42534
|
-
* @version
|
|
42981
|
+
* @version 254.0.0
|
|
42535
42982
|
*/
|
|
42536
42983
|
|
|
42537
42984
|
/**
|
|
@@ -43582,7 +44029,7 @@ class InfrastructureAsCodeApi {
|
|
|
43582
44029
|
/**
|
|
43583
44030
|
* InfrastructureAsCode service.
|
|
43584
44031
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
43585
|
-
* @version
|
|
44032
|
+
* @version 254.0.0
|
|
43586
44033
|
*/
|
|
43587
44034
|
|
|
43588
44035
|
/**
|
|
@@ -43762,7 +44209,7 @@ class IntegrationsApi {
|
|
|
43762
44209
|
/**
|
|
43763
44210
|
* Integrations service.
|
|
43764
44211
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
43765
|
-
* @version
|
|
44212
|
+
* @version 254.0.0
|
|
43766
44213
|
*/
|
|
43767
44214
|
|
|
43768
44215
|
/**
|
|
@@ -46734,7 +47181,7 @@ class IntentsApi {
|
|
|
46734
47181
|
/**
|
|
46735
47182
|
* Intents service.
|
|
46736
47183
|
* @module purecloud-platform-client-v2/api/IntentsApi
|
|
46737
|
-
* @version
|
|
47184
|
+
* @version 254.0.0
|
|
46738
47185
|
*/
|
|
46739
47186
|
|
|
46740
47187
|
/**
|
|
@@ -47266,7 +47713,7 @@ class JourneyApi {
|
|
|
47266
47713
|
/**
|
|
47267
47714
|
* Journey service.
|
|
47268
47715
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
47269
|
-
* @version
|
|
47716
|
+
* @version 254.0.0
|
|
47270
47717
|
*/
|
|
47271
47718
|
|
|
47272
47719
|
/**
|
|
@@ -47287,7 +47734,6 @@ class JourneyApi {
|
|
|
47287
47734
|
* @param {String} jobId jobId
|
|
47288
47735
|
* @param {Object} opts Optional parameters
|
|
47289
47736
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
47290
|
-
* deleteAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
47291
47737
|
*/
|
|
47292
47738
|
deleteAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
47293
47739
|
opts = opts || {};
|
|
@@ -47591,7 +48037,6 @@ class JourneyApi {
|
|
|
47591
48037
|
* @param {String} jobId jobId
|
|
47592
48038
|
* @param {Object} opts Optional parameters
|
|
47593
48039
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
47594
|
-
* getAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
47595
48040
|
*/
|
|
47596
48041
|
getAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
47597
48042
|
opts = opts || {};
|
|
@@ -47623,7 +48068,6 @@ class JourneyApi {
|
|
|
47623
48068
|
* @param {Object} opts Optional parameters
|
|
47624
48069
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
47625
48070
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
47626
|
-
* getAnalyticsJourneysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
47627
48071
|
*/
|
|
47628
48072
|
getAnalyticsJourneysAggregatesJobResults(jobId, opts) {
|
|
47629
48073
|
opts = opts || {};
|
|
@@ -49420,7 +49864,6 @@ class JourneyApi {
|
|
|
49420
49864
|
* @param {Object} body query
|
|
49421
49865
|
* @param {Object} opts Optional parameters
|
|
49422
49866
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
49423
|
-
* postAnalyticsJourneysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
49424
49867
|
*/
|
|
49425
49868
|
postAnalyticsJourneysAggregatesJobs(body, opts) {
|
|
49426
49869
|
opts = opts || {};
|
|
@@ -50246,7 +50689,7 @@ class KnowledgeApi {
|
|
|
50246
50689
|
/**
|
|
50247
50690
|
* Knowledge service.
|
|
50248
50691
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
50249
|
-
* @version
|
|
50692
|
+
* @version 254.0.0
|
|
50250
50693
|
*/
|
|
50251
50694
|
|
|
50252
50695
|
/**
|
|
@@ -54497,7 +54940,7 @@ class LanguageUnderstandingApi {
|
|
|
54497
54940
|
/**
|
|
54498
54941
|
* LanguageUnderstanding service.
|
|
54499
54942
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
54500
|
-
* @version
|
|
54943
|
+
* @version 254.0.0
|
|
54501
54944
|
*/
|
|
54502
54945
|
|
|
54503
54946
|
/**
|
|
@@ -55871,7 +56314,7 @@ class LanguagesApi {
|
|
|
55871
56314
|
/**
|
|
55872
56315
|
* Languages service.
|
|
55873
56316
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
55874
|
-
* @version
|
|
56317
|
+
* @version 254.0.0
|
|
55875
56318
|
*/
|
|
55876
56319
|
|
|
55877
56320
|
/**
|
|
@@ -56130,7 +56573,7 @@ class LearningApi {
|
|
|
56130
56573
|
/**
|
|
56131
56574
|
* Learning service.
|
|
56132
56575
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
56133
|
-
* @version
|
|
56576
|
+
* @version 254.0.0
|
|
56134
56577
|
*/
|
|
56135
56578
|
|
|
56136
56579
|
/**
|
|
@@ -57378,7 +57821,7 @@ class LicenseApi {
|
|
|
57378
57821
|
/**
|
|
57379
57822
|
* License service.
|
|
57380
57823
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
57381
|
-
* @version
|
|
57824
|
+
* @version 254.0.0
|
|
57382
57825
|
*/
|
|
57383
57826
|
|
|
57384
57827
|
/**
|
|
@@ -57676,7 +58119,7 @@ class LocationsApi {
|
|
|
57676
58119
|
/**
|
|
57677
58120
|
* Locations service.
|
|
57678
58121
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
57679
|
-
* @version
|
|
58122
|
+
* @version 254.0.0
|
|
57680
58123
|
*/
|
|
57681
58124
|
|
|
57682
58125
|
/**
|
|
@@ -57943,7 +58386,7 @@ class LogCaptureApi {
|
|
|
57943
58386
|
/**
|
|
57944
58387
|
* LogCapture service.
|
|
57945
58388
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
57946
|
-
* @version
|
|
58389
|
+
* @version 254.0.0
|
|
57947
58390
|
*/
|
|
57948
58391
|
|
|
57949
58392
|
/**
|
|
@@ -58165,7 +58608,7 @@ class MessagingApi {
|
|
|
58165
58608
|
/**
|
|
58166
58609
|
* Messaging service.
|
|
58167
58610
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
58168
|
-
* @version
|
|
58611
|
+
* @version 254.0.0
|
|
58169
58612
|
*/
|
|
58170
58613
|
|
|
58171
58614
|
/**
|
|
@@ -58583,7 +59026,7 @@ class MobileDevicesApi {
|
|
|
58583
59026
|
/**
|
|
58584
59027
|
* MobileDevices service.
|
|
58585
59028
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
58586
|
-
* @version
|
|
59029
|
+
* @version 254.0.0
|
|
58587
59030
|
*/
|
|
58588
59031
|
|
|
58589
59032
|
/**
|
|
@@ -58753,7 +59196,7 @@ class NotificationsApi {
|
|
|
58753
59196
|
/**
|
|
58754
59197
|
* Notifications service.
|
|
58755
59198
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
58756
|
-
* @version
|
|
59199
|
+
* @version 254.0.0
|
|
58757
59200
|
*/
|
|
58758
59201
|
|
|
58759
59202
|
/**
|
|
@@ -59014,7 +59457,7 @@ class OAuthApi {
|
|
|
59014
59457
|
/**
|
|
59015
59458
|
* OAuth service.
|
|
59016
59459
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
59017
|
-
* @version
|
|
59460
|
+
* @version 254.0.0
|
|
59018
59461
|
*/
|
|
59019
59462
|
|
|
59020
59463
|
/**
|
|
@@ -59430,7 +59873,7 @@ class ObjectsApi {
|
|
|
59430
59873
|
/**
|
|
59431
59874
|
* Objects service.
|
|
59432
59875
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
59433
|
-
* @version
|
|
59876
|
+
* @version 254.0.0
|
|
59434
59877
|
*/
|
|
59435
59878
|
|
|
59436
59879
|
/**
|
|
@@ -59794,7 +60237,7 @@ class OperationalEventsApi {
|
|
|
59794
60237
|
/**
|
|
59795
60238
|
* OperationalEvents service.
|
|
59796
60239
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
59797
|
-
* @version
|
|
60240
|
+
* @version 254.0.0
|
|
59798
60241
|
*/
|
|
59799
60242
|
|
|
59800
60243
|
/**
|
|
@@ -59925,7 +60368,7 @@ class OrganizationApi {
|
|
|
59925
60368
|
/**
|
|
59926
60369
|
* Organization service.
|
|
59927
60370
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
59928
|
-
* @version
|
|
60371
|
+
* @version 254.0.0
|
|
59929
60372
|
*/
|
|
59930
60373
|
|
|
59931
60374
|
/**
|
|
@@ -60486,7 +60929,7 @@ class OrganizationAuthorizationApi {
|
|
|
60486
60929
|
/**
|
|
60487
60930
|
* OrganizationAuthorization service.
|
|
60488
60931
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
60489
|
-
* @version
|
|
60932
|
+
* @version 254.0.0
|
|
60490
60933
|
*/
|
|
60491
60934
|
|
|
60492
60935
|
/**
|
|
@@ -62090,7 +62533,7 @@ class OutboundApi {
|
|
|
62090
62533
|
/**
|
|
62091
62534
|
* Outbound service.
|
|
62092
62535
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
62093
|
-
* @version
|
|
62536
|
+
* @version 254.0.0
|
|
62094
62537
|
*/
|
|
62095
62538
|
|
|
62096
62539
|
/**
|
|
@@ -67677,7 +68120,7 @@ class PresenceApi {
|
|
|
67677
68120
|
/**
|
|
67678
68121
|
* Presence service.
|
|
67679
68122
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
67680
|
-
* @version
|
|
68123
|
+
* @version 254.0.0
|
|
67681
68124
|
*/
|
|
67682
68125
|
|
|
67683
68126
|
/**
|
|
@@ -68535,7 +68978,7 @@ class ProcessAutomationApi {
|
|
|
68535
68978
|
/**
|
|
68536
68979
|
* ProcessAutomation service.
|
|
68537
68980
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
68538
|
-
* @version
|
|
68981
|
+
* @version 254.0.0
|
|
68539
68982
|
*/
|
|
68540
68983
|
|
|
68541
68984
|
/**
|
|
@@ -68956,7 +69399,7 @@ class QualityApi {
|
|
|
68956
69399
|
/**
|
|
68957
69400
|
* Quality service.
|
|
68958
69401
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
68959
|
-
* @version
|
|
69402
|
+
* @version 254.0.0
|
|
68960
69403
|
*/
|
|
68961
69404
|
|
|
68962
69405
|
/**
|
|
@@ -68977,7 +69420,6 @@ class QualityApi {
|
|
|
68977
69420
|
* @param {String} jobId jobId
|
|
68978
69421
|
* @param {Object} opts Optional parameters
|
|
68979
69422
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
68980
|
-
* deleteAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
68981
69423
|
*/
|
|
68982
69424
|
deleteAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
68983
69425
|
opts = opts || {};
|
|
@@ -69008,7 +69450,6 @@ class QualityApi {
|
|
|
69008
69450
|
* @param {String} jobId jobId
|
|
69009
69451
|
* @param {Object} opts Optional parameters
|
|
69010
69452
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
69011
|
-
* deleteAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
69012
69453
|
*/
|
|
69013
69454
|
deleteAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
69014
69455
|
opts = opts || {};
|
|
@@ -69236,7 +69677,6 @@ class QualityApi {
|
|
|
69236
69677
|
* @param {String} jobId jobId
|
|
69237
69678
|
* @param {Object} opts Optional parameters
|
|
69238
69679
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
69239
|
-
* getAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
69240
69680
|
*/
|
|
69241
69681
|
getAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
69242
69682
|
opts = opts || {};
|
|
@@ -69268,7 +69708,6 @@ class QualityApi {
|
|
|
69268
69708
|
* @param {Object} opts Optional parameters
|
|
69269
69709
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
69270
69710
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
69271
|
-
* getAnalyticsEvaluationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
69272
69711
|
*/
|
|
69273
69712
|
getAnalyticsEvaluationsAggregatesJobResults(jobId, opts) {
|
|
69274
69713
|
opts = opts || {};
|
|
@@ -69299,7 +69738,6 @@ class QualityApi {
|
|
|
69299
69738
|
* @param {String} jobId jobId
|
|
69300
69739
|
* @param {Object} opts Optional parameters
|
|
69301
69740
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
69302
|
-
* getAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
69303
69741
|
*/
|
|
69304
69742
|
getAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
69305
69743
|
opts = opts || {};
|
|
@@ -69331,7 +69769,6 @@ class QualityApi {
|
|
|
69331
69769
|
* @param {Object} opts Optional parameters
|
|
69332
69770
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
69333
69771
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
69334
|
-
* getAnalyticsSurveysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
69335
69772
|
*/
|
|
69336
69773
|
getAnalyticsSurveysAggregatesJobResults(jobId, opts) {
|
|
69337
69774
|
opts = opts || {};
|
|
@@ -70435,7 +70872,6 @@ class QualityApi {
|
|
|
70435
70872
|
* @param {Object} body query
|
|
70436
70873
|
* @param {Object} opts Optional parameters
|
|
70437
70874
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
70438
|
-
* postAnalyticsEvaluationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
70439
70875
|
*/
|
|
70440
70876
|
postAnalyticsEvaluationsAggregatesJobs(body, opts) {
|
|
70441
70877
|
opts = opts || {};
|
|
@@ -70496,7 +70932,6 @@ class QualityApi {
|
|
|
70496
70932
|
* @param {Object} body query
|
|
70497
70933
|
* @param {Object} opts Optional parameters
|
|
70498
70934
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
70499
|
-
* postAnalyticsSurveysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
70500
70935
|
*/
|
|
70501
70936
|
postAnalyticsSurveysAggregatesJobs(body, opts) {
|
|
70502
70937
|
opts = opts || {};
|
|
@@ -71314,7 +71749,7 @@ class RecordingApi {
|
|
|
71314
71749
|
/**
|
|
71315
71750
|
* Recording service.
|
|
71316
71751
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
71317
|
-
* @version
|
|
71752
|
+
* @version 254.0.0
|
|
71318
71753
|
*/
|
|
71319
71754
|
|
|
71320
71755
|
/**
|
|
@@ -73162,7 +73597,7 @@ class ResponseManagementApi {
|
|
|
73162
73597
|
/**
|
|
73163
73598
|
* ResponseManagement service.
|
|
73164
73599
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
73165
|
-
* @version
|
|
73600
|
+
* @version 254.0.0
|
|
73166
73601
|
*/
|
|
73167
73602
|
|
|
73168
73603
|
/**
|
|
@@ -73806,7 +74241,7 @@ class RoutingApi {
|
|
|
73806
74241
|
/**
|
|
73807
74242
|
* Routing service.
|
|
73808
74243
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
73809
|
-
* @version
|
|
74244
|
+
* @version 254.0.0
|
|
73810
74245
|
*/
|
|
73811
74246
|
|
|
73812
74247
|
/**
|
|
@@ -73971,6 +74406,36 @@ class RoutingApi {
|
|
|
73971
74406
|
);
|
|
73972
74407
|
}
|
|
73973
74408
|
|
|
74409
|
+
/**
|
|
74410
|
+
* Delete an email setting. Removes the email setting and its associated settings
|
|
74411
|
+
*
|
|
74412
|
+
* @param {String} emailSettingId Email Setting ID
|
|
74413
|
+
* @param {Object} opts Optional parameters
|
|
74414
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
74415
|
+
*/
|
|
74416
|
+
deleteRoutingEmailSettingEmailSettingId(emailSettingId, opts) {
|
|
74417
|
+
opts = opts || {};
|
|
74418
|
+
|
|
74419
|
+
// verify the required parameter 'emailSettingId' is set
|
|
74420
|
+
if (emailSettingId === undefined || emailSettingId === null || emailSettingId === '') {
|
|
74421
|
+
throw 'Missing the required parameter "emailSettingId" when calling deleteRoutingEmailSettingEmailSettingId';
|
|
74422
|
+
}
|
|
74423
|
+
|
|
74424
|
+
return this.apiClient.callApi(
|
|
74425
|
+
'/api/v2/routing/email/setting/{emailSettingId}',
|
|
74426
|
+
'DELETE',
|
|
74427
|
+
{ 'emailSettingId': emailSettingId },
|
|
74428
|
+
{ },
|
|
74429
|
+
{ },
|
|
74430
|
+
{ },
|
|
74431
|
+
null,
|
|
74432
|
+
['PureCloud OAuth'],
|
|
74433
|
+
['application/json'],
|
|
74434
|
+
['application/json'],
|
|
74435
|
+
opts['customHeaders']
|
|
74436
|
+
);
|
|
74437
|
+
}
|
|
74438
|
+
|
|
73974
74439
|
/**
|
|
73975
74440
|
* Delete a routing language
|
|
73976
74441
|
*
|
|
@@ -75128,6 +75593,63 @@ class RoutingApi {
|
|
|
75128
75593
|
);
|
|
75129
75594
|
}
|
|
75130
75595
|
|
|
75596
|
+
/**
|
|
75597
|
+
* Get a paged list of email routing settings.
|
|
75598
|
+
*
|
|
75599
|
+
* @param {Object} opts Optional parameters
|
|
75600
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
75601
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
75602
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
75603
|
+
*/
|
|
75604
|
+
getRoutingEmailSetting(opts) {
|
|
75605
|
+
opts = opts || {};
|
|
75606
|
+
|
|
75607
|
+
|
|
75608
|
+
return this.apiClient.callApi(
|
|
75609
|
+
'/api/v2/routing/email/setting',
|
|
75610
|
+
'GET',
|
|
75611
|
+
{ },
|
|
75612
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
75613
|
+
{ },
|
|
75614
|
+
{ },
|
|
75615
|
+
null,
|
|
75616
|
+
['PureCloud OAuth'],
|
|
75617
|
+
['application/json'],
|
|
75618
|
+
['application/json'],
|
|
75619
|
+
opts['customHeaders']
|
|
75620
|
+
);
|
|
75621
|
+
}
|
|
75622
|
+
|
|
75623
|
+
/**
|
|
75624
|
+
* Get email setting. Returns the specified email setting that defines settings for email
|
|
75625
|
+
*
|
|
75626
|
+
* @param {String} emailSettingId Email Setting ID
|
|
75627
|
+
* @param {Object} opts Optional parameters
|
|
75628
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
75629
|
+
*/
|
|
75630
|
+
getRoutingEmailSettingEmailSettingId(emailSettingId, opts) {
|
|
75631
|
+
opts = opts || {};
|
|
75632
|
+
|
|
75633
|
+
// verify the required parameter 'emailSettingId' is set
|
|
75634
|
+
if (emailSettingId === undefined || emailSettingId === null || emailSettingId === '') {
|
|
75635
|
+
throw 'Missing the required parameter "emailSettingId" when calling getRoutingEmailSettingEmailSettingId';
|
|
75636
|
+
}
|
|
75637
|
+
|
|
75638
|
+
return this.apiClient.callApi(
|
|
75639
|
+
'/api/v2/routing/email/setting/{emailSettingId}',
|
|
75640
|
+
'GET',
|
|
75641
|
+
{ 'emailSettingId': emailSettingId },
|
|
75642
|
+
{ },
|
|
75643
|
+
{ },
|
|
75644
|
+
{ },
|
|
75645
|
+
null,
|
|
75646
|
+
['PureCloud OAuth'],
|
|
75647
|
+
['application/json'],
|
|
75648
|
+
['application/json'],
|
|
75649
|
+
opts['customHeaders']
|
|
75650
|
+
);
|
|
75651
|
+
}
|
|
75652
|
+
|
|
75131
75653
|
/**
|
|
75132
75654
|
* Get email setup
|
|
75133
75655
|
*
|
|
@@ -75872,7 +76394,7 @@ class RoutingApi {
|
|
|
75872
76394
|
* @param {Object} opts.sortOrder Sort order (default to asc)
|
|
75873
76395
|
* @param {String} opts.name Name
|
|
75874
76396
|
* @param {Array.<String>} opts.id Queue ID(s)
|
|
75875
|
-
* @param {Array.<String>} opts.divisionId Division ID(s)
|
|
76397
|
+
* @param {Array.<String>} opts.divisionId Division ID(s). Including '*' will query for all divisions
|
|
75876
76398
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
75877
76399
|
*/
|
|
75878
76400
|
getRoutingQueuesDivisionviews(opts) {
|
|
@@ -76273,7 +76795,7 @@ class RoutingApi {
|
|
|
76273
76795
|
}
|
|
76274
76796
|
|
|
76275
76797
|
/**
|
|
76276
|
-
* Get the list of routing skills.
|
|
76798
|
+
* Get the list of routing skills. View permission enforcement only applies to skills assigned to a division.
|
|
76277
76799
|
*
|
|
76278
76800
|
* @param {Object} opts Optional parameters
|
|
76279
76801
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
@@ -77066,6 +77588,41 @@ class RoutingApi {
|
|
|
77066
77588
|
);
|
|
77067
77589
|
}
|
|
77068
77590
|
|
|
77591
|
+
/**
|
|
77592
|
+
* Update an email setting. Modifies the settings for email setting
|
|
77593
|
+
*
|
|
77594
|
+
* @param {String} emailSettingId Email Setting ID
|
|
77595
|
+
* @param {Object} body EmailSetting
|
|
77596
|
+
* @param {Object} opts Optional parameters
|
|
77597
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
77598
|
+
*/
|
|
77599
|
+
patchRoutingEmailSettingEmailSettingId(emailSettingId, body, opts) {
|
|
77600
|
+
opts = opts || {};
|
|
77601
|
+
|
|
77602
|
+
// verify the required parameter 'emailSettingId' is set
|
|
77603
|
+
if (emailSettingId === undefined || emailSettingId === null || emailSettingId === '') {
|
|
77604
|
+
throw 'Missing the required parameter "emailSettingId" when calling patchRoutingEmailSettingEmailSettingId';
|
|
77605
|
+
}
|
|
77606
|
+
// verify the required parameter 'body' is set
|
|
77607
|
+
if (body === undefined || body === null) {
|
|
77608
|
+
throw 'Missing the required parameter "body" when calling patchRoutingEmailSettingEmailSettingId';
|
|
77609
|
+
}
|
|
77610
|
+
|
|
77611
|
+
return this.apiClient.callApi(
|
|
77612
|
+
'/api/v2/routing/email/setting/{emailSettingId}',
|
|
77613
|
+
'PATCH',
|
|
77614
|
+
{ 'emailSettingId': emailSettingId },
|
|
77615
|
+
{ },
|
|
77616
|
+
{ },
|
|
77617
|
+
{ },
|
|
77618
|
+
body,
|
|
77619
|
+
['PureCloud OAuth'],
|
|
77620
|
+
['application/json'],
|
|
77621
|
+
['application/json'],
|
|
77622
|
+
opts['customHeaders']
|
|
77623
|
+
);
|
|
77624
|
+
}
|
|
77625
|
+
|
|
77069
77626
|
/**
|
|
77070
77627
|
* Update single predictor.
|
|
77071
77628
|
*
|
|
@@ -78028,6 +78585,36 @@ class RoutingApi {
|
|
|
78028
78585
|
);
|
|
78029
78586
|
}
|
|
78030
78587
|
|
|
78588
|
+
/**
|
|
78589
|
+
* Create a new email setting. Used to define various settings, that can then be associated with email domains
|
|
78590
|
+
*
|
|
78591
|
+
* @param {Object} body EmailSetting
|
|
78592
|
+
* @param {Object} opts Optional parameters
|
|
78593
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
78594
|
+
*/
|
|
78595
|
+
postRoutingEmailSetting(body, opts) {
|
|
78596
|
+
opts = opts || {};
|
|
78597
|
+
|
|
78598
|
+
// verify the required parameter 'body' is set
|
|
78599
|
+
if (body === undefined || body === null) {
|
|
78600
|
+
throw 'Missing the required parameter "body" when calling postRoutingEmailSetting';
|
|
78601
|
+
}
|
|
78602
|
+
|
|
78603
|
+
return this.apiClient.callApi(
|
|
78604
|
+
'/api/v2/routing/email/setting',
|
|
78605
|
+
'POST',
|
|
78606
|
+
{ },
|
|
78607
|
+
{ },
|
|
78608
|
+
{ },
|
|
78609
|
+
{ },
|
|
78610
|
+
body,
|
|
78611
|
+
['PureCloud OAuth'],
|
|
78612
|
+
['application/json'],
|
|
78613
|
+
['application/json'],
|
|
78614
|
+
opts['customHeaders']
|
|
78615
|
+
);
|
|
78616
|
+
}
|
|
78617
|
+
|
|
78031
78618
|
/**
|
|
78032
78619
|
* Create Language
|
|
78033
78620
|
*
|
|
@@ -79216,7 +79803,7 @@ class SCIMApi {
|
|
|
79216
79803
|
/**
|
|
79217
79804
|
* SCIM service.
|
|
79218
79805
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
79219
|
-
* @version
|
|
79806
|
+
* @version 254.0.0
|
|
79220
79807
|
*/
|
|
79221
79808
|
|
|
79222
79809
|
/**
|
|
@@ -80177,7 +80764,7 @@ class ScriptsApi {
|
|
|
80177
80764
|
/**
|
|
80178
80765
|
* Scripts service.
|
|
80179
80766
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
80180
|
-
* @version
|
|
80767
|
+
* @version 254.0.0
|
|
80181
80768
|
*/
|
|
80182
80769
|
|
|
80183
80770
|
/**
|
|
@@ -80686,7 +81273,7 @@ class SearchApi {
|
|
|
80686
81273
|
/**
|
|
80687
81274
|
* Search service.
|
|
80688
81275
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
80689
|
-
* @version
|
|
81276
|
+
* @version 254.0.0
|
|
80690
81277
|
*/
|
|
80691
81278
|
|
|
80692
81279
|
/**
|
|
@@ -81502,7 +82089,7 @@ class SettingsApi {
|
|
|
81502
82089
|
/**
|
|
81503
82090
|
* Settings service.
|
|
81504
82091
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
81505
|
-
* @version
|
|
82092
|
+
* @version 254.0.0
|
|
81506
82093
|
*/
|
|
81507
82094
|
|
|
81508
82095
|
/**
|
|
@@ -81911,7 +82498,7 @@ class SocialMediaApi {
|
|
|
81911
82498
|
/**
|
|
81912
82499
|
* SocialMedia service.
|
|
81913
82500
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
81914
|
-
* @version
|
|
82501
|
+
* @version 254.0.0
|
|
81915
82502
|
*/
|
|
81916
82503
|
|
|
81917
82504
|
/**
|
|
@@ -83896,7 +84483,7 @@ class SpeechTextAnalyticsApi {
|
|
|
83896
84483
|
/**
|
|
83897
84484
|
* SpeechTextAnalytics service.
|
|
83898
84485
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
83899
|
-
* @version
|
|
84486
|
+
* @version 254.0.0
|
|
83900
84487
|
*/
|
|
83901
84488
|
|
|
83902
84489
|
/**
|
|
@@ -85848,7 +86435,7 @@ class StationsApi {
|
|
|
85848
86435
|
/**
|
|
85849
86436
|
* Stations service.
|
|
85850
86437
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
85851
|
-
* @version
|
|
86438
|
+
* @version 254.0.0
|
|
85852
86439
|
*/
|
|
85853
86440
|
|
|
85854
86441
|
/**
|
|
@@ -85962,7 +86549,7 @@ class SuggestApi {
|
|
|
85962
86549
|
/**
|
|
85963
86550
|
* Suggest service.
|
|
85964
86551
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
85965
|
-
* @version
|
|
86552
|
+
* @version 254.0.0
|
|
85966
86553
|
*/
|
|
85967
86554
|
|
|
85968
86555
|
/**
|
|
@@ -86109,7 +86696,7 @@ class TaskManagementApi {
|
|
|
86109
86696
|
/**
|
|
86110
86697
|
* TaskManagement service.
|
|
86111
86698
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
86112
|
-
* @version
|
|
86699
|
+
* @version 254.0.0
|
|
86113
86700
|
*/
|
|
86114
86701
|
|
|
86115
86702
|
/**
|
|
@@ -88605,7 +89192,7 @@ class TeamsApi {
|
|
|
88605
89192
|
/**
|
|
88606
89193
|
* Teams service.
|
|
88607
89194
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
88608
|
-
* @version
|
|
89195
|
+
* @version 254.0.0
|
|
88609
89196
|
*/
|
|
88610
89197
|
|
|
88611
89198
|
/**
|
|
@@ -88948,7 +89535,7 @@ class TelephonyApi {
|
|
|
88948
89535
|
/**
|
|
88949
89536
|
* Telephony service.
|
|
88950
89537
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
88951
|
-
* @version
|
|
89538
|
+
* @version 254.0.0
|
|
88952
89539
|
*/
|
|
88953
89540
|
|
|
88954
89541
|
/**
|
|
@@ -88963,6 +89550,36 @@ class TelephonyApi {
|
|
|
88963
89550
|
}
|
|
88964
89551
|
|
|
88965
89552
|
|
|
89553
|
+
/**
|
|
89554
|
+
* Delete a link
|
|
89555
|
+
*
|
|
89556
|
+
* @param {String} targetOrganizationId targetOrganizationId
|
|
89557
|
+
* @param {Object} opts Optional parameters
|
|
89558
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89559
|
+
*/
|
|
89560
|
+
deleteTelephonyOrganizationLinkTargetOrganizationId(targetOrganizationId, opts) {
|
|
89561
|
+
opts = opts || {};
|
|
89562
|
+
|
|
89563
|
+
// verify the required parameter 'targetOrganizationId' is set
|
|
89564
|
+
if (targetOrganizationId === undefined || targetOrganizationId === null || targetOrganizationId === '') {
|
|
89565
|
+
throw 'Missing the required parameter "targetOrganizationId" when calling deleteTelephonyOrganizationLinkTargetOrganizationId';
|
|
89566
|
+
}
|
|
89567
|
+
|
|
89568
|
+
return this.apiClient.callApi(
|
|
89569
|
+
'/api/v2/telephony/organization/link/{targetOrganizationId}',
|
|
89570
|
+
'DELETE',
|
|
89571
|
+
{ 'targetOrganizationId': targetOrganizationId },
|
|
89572
|
+
{ },
|
|
89573
|
+
{ },
|
|
89574
|
+
{ },
|
|
89575
|
+
null,
|
|
89576
|
+
['PureCloud OAuth'],
|
|
89577
|
+
['application/json'],
|
|
89578
|
+
['application/json'],
|
|
89579
|
+
opts['customHeaders']
|
|
89580
|
+
);
|
|
89581
|
+
}
|
|
89582
|
+
|
|
88966
89583
|
/**
|
|
88967
89584
|
* Get an agent's greetings.
|
|
88968
89585
|
*
|
|
@@ -89069,6 +89686,88 @@ class TelephonyApi {
|
|
|
89069
89686
|
);
|
|
89070
89687
|
}
|
|
89071
89688
|
|
|
89689
|
+
/**
|
|
89690
|
+
* Get Number Routings by organizationId
|
|
89691
|
+
*
|
|
89692
|
+
* @param {Object} opts Optional parameters
|
|
89693
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
89694
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
89695
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
89696
|
+
* @param {String} opts.numberId numberId
|
|
89697
|
+
* @param {String} opts.activeRoutingOrganizationId activeRoutingOrganizationId
|
|
89698
|
+
* @param {String} opts.ownerOrganizationId ownerOrganizationId
|
|
89699
|
+
* @param {Object} opts.status status
|
|
89700
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89701
|
+
*/
|
|
89702
|
+
getTelephonyNumbersRouting(opts) {
|
|
89703
|
+
opts = opts || {};
|
|
89704
|
+
|
|
89705
|
+
|
|
89706
|
+
return this.apiClient.callApi(
|
|
89707
|
+
'/api/v2/telephony/numbers/routing',
|
|
89708
|
+
'GET',
|
|
89709
|
+
{ },
|
|
89710
|
+
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'numberId': opts['numberId'],'activeRoutingOrganizationId': opts['activeRoutingOrganizationId'],'ownerOrganizationId': opts['ownerOrganizationId'],'status': opts['status'] },
|
|
89711
|
+
{ },
|
|
89712
|
+
{ },
|
|
89713
|
+
null,
|
|
89714
|
+
['PureCloud OAuth'],
|
|
89715
|
+
['application/json'],
|
|
89716
|
+
['application/json'],
|
|
89717
|
+
opts['customHeaders']
|
|
89718
|
+
);
|
|
89719
|
+
}
|
|
89720
|
+
|
|
89721
|
+
/**
|
|
89722
|
+
* Get organization links
|
|
89723
|
+
*
|
|
89724
|
+
* @param {Object} opts Optional parameters
|
|
89725
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89726
|
+
*/
|
|
89727
|
+
getTelephonyOrganizationLink(opts) {
|
|
89728
|
+
opts = opts || {};
|
|
89729
|
+
|
|
89730
|
+
|
|
89731
|
+
return this.apiClient.callApi(
|
|
89732
|
+
'/api/v2/telephony/organization/link',
|
|
89733
|
+
'GET',
|
|
89734
|
+
{ },
|
|
89735
|
+
{ },
|
|
89736
|
+
{ },
|
|
89737
|
+
{ },
|
|
89738
|
+
null,
|
|
89739
|
+
['PureCloud OAuth'],
|
|
89740
|
+
['application/json'],
|
|
89741
|
+
['application/json'],
|
|
89742
|
+
opts['customHeaders']
|
|
89743
|
+
);
|
|
89744
|
+
}
|
|
89745
|
+
|
|
89746
|
+
/**
|
|
89747
|
+
* Get all the replica regions by primary region
|
|
89748
|
+
*
|
|
89749
|
+
* @param {Object} opts Optional parameters
|
|
89750
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89751
|
+
*/
|
|
89752
|
+
getTelephonyOrganizationLinkRegions(opts) {
|
|
89753
|
+
opts = opts || {};
|
|
89754
|
+
|
|
89755
|
+
|
|
89756
|
+
return this.apiClient.callApi(
|
|
89757
|
+
'/api/v2/telephony/organization/link/regions',
|
|
89758
|
+
'GET',
|
|
89759
|
+
{ },
|
|
89760
|
+
{ },
|
|
89761
|
+
{ },
|
|
89762
|
+
{ },
|
|
89763
|
+
null,
|
|
89764
|
+
['PureCloud OAuth'],
|
|
89765
|
+
['application/json'],
|
|
89766
|
+
['application/json'],
|
|
89767
|
+
opts['customHeaders']
|
|
89768
|
+
);
|
|
89769
|
+
}
|
|
89770
|
+
|
|
89072
89771
|
/**
|
|
89073
89772
|
* Get the global telephony configuration.
|
|
89074
89773
|
*
|
|
@@ -89224,6 +89923,161 @@ class TelephonyApi {
|
|
|
89224
89923
|
);
|
|
89225
89924
|
}
|
|
89226
89925
|
|
|
89926
|
+
/**
|
|
89927
|
+
* Approving a requested link
|
|
89928
|
+
*
|
|
89929
|
+
* @param {String} requestingOrganizationId requestingOrganizationId
|
|
89930
|
+
* @param {Object} body Approval request body
|
|
89931
|
+
* @param {Object} opts Optional parameters
|
|
89932
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89933
|
+
*/
|
|
89934
|
+
patchTelephonyOrganizationLinkApproveRequestingOrganizationId(requestingOrganizationId, body, opts) {
|
|
89935
|
+
opts = opts || {};
|
|
89936
|
+
|
|
89937
|
+
// verify the required parameter 'requestingOrganizationId' is set
|
|
89938
|
+
if (requestingOrganizationId === undefined || requestingOrganizationId === null || requestingOrganizationId === '') {
|
|
89939
|
+
throw 'Missing the required parameter "requestingOrganizationId" when calling patchTelephonyOrganizationLinkApproveRequestingOrganizationId';
|
|
89940
|
+
}
|
|
89941
|
+
// verify the required parameter 'body' is set
|
|
89942
|
+
if (body === undefined || body === null) {
|
|
89943
|
+
throw 'Missing the required parameter "body" when calling patchTelephonyOrganizationLinkApproveRequestingOrganizationId';
|
|
89944
|
+
}
|
|
89945
|
+
|
|
89946
|
+
return this.apiClient.callApi(
|
|
89947
|
+
'/api/v2/telephony/organization/link/approve/{requestingOrganizationId}',
|
|
89948
|
+
'PATCH',
|
|
89949
|
+
{ 'requestingOrganizationId': requestingOrganizationId },
|
|
89950
|
+
{ },
|
|
89951
|
+
{ },
|
|
89952
|
+
{ },
|
|
89953
|
+
body,
|
|
89954
|
+
['PureCloud OAuth'],
|
|
89955
|
+
['application/json'],
|
|
89956
|
+
['application/json'],
|
|
89957
|
+
opts['customHeaders']
|
|
89958
|
+
);
|
|
89959
|
+
}
|
|
89960
|
+
|
|
89961
|
+
/**
|
|
89962
|
+
* Update the routing of numbers for one or multiple organizations
|
|
89963
|
+
*
|
|
89964
|
+
* @param {Array.<Object>} body drRoutingList
|
|
89965
|
+
* @param {Object} opts Optional parameters
|
|
89966
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89967
|
+
*/
|
|
89968
|
+
postTelephonyNumbersRouting(body, opts) {
|
|
89969
|
+
opts = opts || {};
|
|
89970
|
+
|
|
89971
|
+
// verify the required parameter 'body' is set
|
|
89972
|
+
if (body === undefined || body === null) {
|
|
89973
|
+
throw 'Missing the required parameter "body" when calling postTelephonyNumbersRouting';
|
|
89974
|
+
}
|
|
89975
|
+
|
|
89976
|
+
return this.apiClient.callApi(
|
|
89977
|
+
'/api/v2/telephony/numbers/routing',
|
|
89978
|
+
'POST',
|
|
89979
|
+
{ },
|
|
89980
|
+
{ },
|
|
89981
|
+
{ },
|
|
89982
|
+
{ },
|
|
89983
|
+
body,
|
|
89984
|
+
['PureCloud OAuth'],
|
|
89985
|
+
['application/json'],
|
|
89986
|
+
['application/json'],
|
|
89987
|
+
opts['customHeaders']
|
|
89988
|
+
);
|
|
89989
|
+
}
|
|
89990
|
+
|
|
89991
|
+
/**
|
|
89992
|
+
* Re-route all numbers on an organization
|
|
89993
|
+
*
|
|
89994
|
+
* @param {Object} body Value for all routing request body
|
|
89995
|
+
* @param {Object} opts Optional parameters
|
|
89996
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89997
|
+
*/
|
|
89998
|
+
postTelephonyNumbersRoutingAll(body, opts) {
|
|
89999
|
+
opts = opts || {};
|
|
90000
|
+
|
|
90001
|
+
// verify the required parameter 'body' is set
|
|
90002
|
+
if (body === undefined || body === null) {
|
|
90003
|
+
throw 'Missing the required parameter "body" when calling postTelephonyNumbersRoutingAll';
|
|
90004
|
+
}
|
|
90005
|
+
|
|
90006
|
+
return this.apiClient.callApi(
|
|
90007
|
+
'/api/v2/telephony/numbers/routing/all',
|
|
90008
|
+
'POST',
|
|
90009
|
+
{ },
|
|
90010
|
+
{ },
|
|
90011
|
+
{ },
|
|
90012
|
+
{ },
|
|
90013
|
+
body,
|
|
90014
|
+
['PureCloud OAuth'],
|
|
90015
|
+
['application/json'],
|
|
90016
|
+
['application/json'],
|
|
90017
|
+
opts['customHeaders']
|
|
90018
|
+
);
|
|
90019
|
+
}
|
|
90020
|
+
|
|
90021
|
+
/**
|
|
90022
|
+
* Reset routing for organization
|
|
90023
|
+
*
|
|
90024
|
+
* @param {Object} body Value for bulk routing request body
|
|
90025
|
+
* @param {Object} opts Optional parameters
|
|
90026
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
90027
|
+
*/
|
|
90028
|
+
postTelephonyNumbersRoutingReset(body, opts) {
|
|
90029
|
+
opts = opts || {};
|
|
90030
|
+
|
|
90031
|
+
// verify the required parameter 'body' is set
|
|
90032
|
+
if (body === undefined || body === null) {
|
|
90033
|
+
throw 'Missing the required parameter "body" when calling postTelephonyNumbersRoutingReset';
|
|
90034
|
+
}
|
|
90035
|
+
|
|
90036
|
+
return this.apiClient.callApi(
|
|
90037
|
+
'/api/v2/telephony/numbers/routing/reset',
|
|
90038
|
+
'POST',
|
|
90039
|
+
{ },
|
|
90040
|
+
{ },
|
|
90041
|
+
{ },
|
|
90042
|
+
{ },
|
|
90043
|
+
body,
|
|
90044
|
+
['PureCloud OAuth'],
|
|
90045
|
+
['application/json'],
|
|
90046
|
+
['application/json'],
|
|
90047
|
+
opts['customHeaders']
|
|
90048
|
+
);
|
|
90049
|
+
}
|
|
90050
|
+
|
|
90051
|
+
/**
|
|
90052
|
+
* Create a link with an organization
|
|
90053
|
+
*
|
|
90054
|
+
* @param {Object} body CreateLinkOrg body
|
|
90055
|
+
* @param {Object} opts Optional parameters
|
|
90056
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
90057
|
+
*/
|
|
90058
|
+
postTelephonyOrganizationLink(body, opts) {
|
|
90059
|
+
opts = opts || {};
|
|
90060
|
+
|
|
90061
|
+
// verify the required parameter 'body' is set
|
|
90062
|
+
if (body === undefined || body === null) {
|
|
90063
|
+
throw 'Missing the required parameter "body" when calling postTelephonyOrganizationLink';
|
|
90064
|
+
}
|
|
90065
|
+
|
|
90066
|
+
return this.apiClient.callApi(
|
|
90067
|
+
'/api/v2/telephony/organization/link',
|
|
90068
|
+
'POST',
|
|
90069
|
+
{ },
|
|
90070
|
+
{ },
|
|
90071
|
+
{ },
|
|
90072
|
+
{ },
|
|
90073
|
+
body,
|
|
90074
|
+
['PureCloud OAuth'],
|
|
90075
|
+
['application/json'],
|
|
90076
|
+
['application/json'],
|
|
90077
|
+
opts['customHeaders']
|
|
90078
|
+
);
|
|
90079
|
+
}
|
|
90080
|
+
|
|
89227
90081
|
/**
|
|
89228
90082
|
* Request a download of a pcap file to S3
|
|
89229
90083
|
*
|
|
@@ -89355,7 +90209,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
89355
90209
|
/**
|
|
89356
90210
|
* TelephonyProvidersEdge service.
|
|
89357
90211
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
89358
|
-
* @version
|
|
90212
|
+
* @version 254.0.0
|
|
89359
90213
|
*/
|
|
89360
90214
|
|
|
89361
90215
|
/**
|
|
@@ -93333,7 +94187,7 @@ class TextbotsApi {
|
|
|
93333
94187
|
/**
|
|
93334
94188
|
* Textbots service.
|
|
93335
94189
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
93336
|
-
* @version
|
|
94190
|
+
* @version 254.0.0
|
|
93337
94191
|
*/
|
|
93338
94192
|
|
|
93339
94193
|
/**
|
|
@@ -93479,7 +94333,7 @@ class TokensApi {
|
|
|
93479
94333
|
/**
|
|
93480
94334
|
* Tokens service.
|
|
93481
94335
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
93482
|
-
* @version
|
|
94336
|
+
* @version 254.0.0
|
|
93483
94337
|
*/
|
|
93484
94338
|
|
|
93485
94339
|
/**
|
|
@@ -93657,7 +94511,7 @@ class UploadsApi {
|
|
|
93657
94511
|
/**
|
|
93658
94512
|
* Uploads service.
|
|
93659
94513
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
93660
|
-
* @version
|
|
94514
|
+
* @version 254.0.0
|
|
93661
94515
|
*/
|
|
93662
94516
|
|
|
93663
94517
|
/**
|
|
@@ -94028,7 +94882,7 @@ class UsageApi {
|
|
|
94028
94882
|
/**
|
|
94029
94883
|
* Usage service.
|
|
94030
94884
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
94031
|
-
* @version
|
|
94885
|
+
* @version 254.0.0
|
|
94032
94886
|
*/
|
|
94033
94887
|
|
|
94034
94888
|
/**
|
|
@@ -94406,7 +95260,7 @@ class UserRecordingsApi {
|
|
|
94406
95260
|
/**
|
|
94407
95261
|
* UserRecordings service.
|
|
94408
95262
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
94409
|
-
* @version
|
|
95263
|
+
* @version 254.0.0
|
|
94410
95264
|
*/
|
|
94411
95265
|
|
|
94412
95266
|
/**
|
|
@@ -94608,7 +95462,7 @@ class UsersApi {
|
|
|
94608
95462
|
/**
|
|
94609
95463
|
* Users service.
|
|
94610
95464
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
94611
|
-
* @version
|
|
95465
|
+
* @version 254.0.0
|
|
94612
95466
|
*/
|
|
94613
95467
|
|
|
94614
95468
|
/**
|
|
@@ -94629,7 +95483,6 @@ class UsersApi {
|
|
|
94629
95483
|
* @param {String} jobId jobId
|
|
94630
95484
|
* @param {Object} opts Optional parameters
|
|
94631
95485
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
94632
|
-
* deleteAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
94633
95486
|
*/
|
|
94634
95487
|
deleteAnalyticsUsersAggregatesJob(jobId, opts) {
|
|
94635
95488
|
opts = opts || {};
|
|
@@ -95140,7 +95993,6 @@ class UsersApi {
|
|
|
95140
95993
|
* @param {String} jobId jobId
|
|
95141
95994
|
* @param {Object} opts Optional parameters
|
|
95142
95995
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
95143
|
-
* getAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
95144
95996
|
*/
|
|
95145
95997
|
getAnalyticsUsersAggregatesJob(jobId, opts) {
|
|
95146
95998
|
opts = opts || {};
|
|
@@ -95172,7 +96024,6 @@ class UsersApi {
|
|
|
95172
96024
|
* @param {Object} opts Optional parameters
|
|
95173
96025
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
95174
96026
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
95175
|
-
* getAnalyticsUsersAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
95176
96027
|
*/
|
|
95177
96028
|
getAnalyticsUsersAggregatesJobResults(jobId, opts) {
|
|
95178
96029
|
opts = opts || {};
|
|
@@ -97320,7 +98171,6 @@ class UsersApi {
|
|
|
97320
98171
|
* @param {Object} body query
|
|
97321
98172
|
* @param {Object} opts Optional parameters
|
|
97322
98173
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
97323
|
-
* postAnalyticsUsersAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
97324
98174
|
*/
|
|
97325
98175
|
postAnalyticsUsersAggregatesJobs(body, opts) {
|
|
97326
98176
|
opts = opts || {};
|
|
@@ -98627,7 +99477,7 @@ class UsersRulesApi {
|
|
|
98627
99477
|
/**
|
|
98628
99478
|
* UsersRules service.
|
|
98629
99479
|
* @module purecloud-platform-client-v2/api/UsersRulesApi
|
|
98630
|
-
* @version
|
|
99480
|
+
* @version 254.0.0
|
|
98631
99481
|
*/
|
|
98632
99482
|
|
|
98633
99483
|
/**
|
|
@@ -98944,7 +99794,7 @@ class UtilitiesApi {
|
|
|
98944
99794
|
/**
|
|
98945
99795
|
* Utilities service.
|
|
98946
99796
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
98947
|
-
* @version
|
|
99797
|
+
* @version 254.0.0
|
|
98948
99798
|
*/
|
|
98949
99799
|
|
|
98950
99800
|
/**
|
|
@@ -99072,7 +99922,7 @@ class VoicemailApi {
|
|
|
99072
99922
|
/**
|
|
99073
99923
|
* Voicemail service.
|
|
99074
99924
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
99075
|
-
* @version
|
|
99925
|
+
* @version 254.0.0
|
|
99076
99926
|
*/
|
|
99077
99927
|
|
|
99078
99928
|
/**
|
|
@@ -99902,7 +100752,7 @@ class WebChatApi {
|
|
|
99902
100752
|
/**
|
|
99903
100753
|
* WebChat service.
|
|
99904
100754
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
99905
|
-
* @version
|
|
100755
|
+
* @version 254.0.0
|
|
99906
100756
|
*/
|
|
99907
100757
|
|
|
99908
100758
|
/**
|
|
@@ -100554,7 +101404,7 @@ class WebDeploymentsApi {
|
|
|
100554
101404
|
/**
|
|
100555
101405
|
* WebDeployments service.
|
|
100556
101406
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
100557
|
-
* @version
|
|
101407
|
+
* @version 254.0.0
|
|
100558
101408
|
*/
|
|
100559
101409
|
|
|
100560
101410
|
/**
|
|
@@ -101232,7 +102082,7 @@ class WebMessagingApi {
|
|
|
101232
102082
|
/**
|
|
101233
102083
|
* WebMessaging service.
|
|
101234
102084
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
101235
|
-
* @version
|
|
102085
|
+
* @version 254.0.0
|
|
101236
102086
|
*/
|
|
101237
102087
|
|
|
101238
102088
|
/**
|
|
@@ -101395,7 +102245,7 @@ class WidgetsApi {
|
|
|
101395
102245
|
/**
|
|
101396
102246
|
* Widgets service.
|
|
101397
102247
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
101398
|
-
* @version
|
|
102248
|
+
* @version 254.0.0
|
|
101399
102249
|
*/
|
|
101400
102250
|
|
|
101401
102251
|
/**
|
|
@@ -101571,7 +102421,7 @@ class WorkforceManagementApi {
|
|
|
101571
102421
|
/**
|
|
101572
102422
|
* WorkforceManagement service.
|
|
101573
102423
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
101574
|
-
* @version
|
|
102424
|
+
* @version 254.0.0
|
|
101575
102425
|
*/
|
|
101576
102426
|
|
|
101577
102427
|
/**
|
|
@@ -104092,6 +104942,7 @@ class WorkforceManagementApi {
|
|
|
104092
104942
|
* @param {Object} opts Optional parameters
|
|
104093
104943
|
* @param {String} opts.managementUnitId The ID of the management unit to get management unit specific staffing groups
|
|
104094
104944
|
* @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
|
|
104945
|
+
* @param {Array.<String>} opts.expand Include to access additional data for the time-off plans
|
|
104095
104946
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
104096
104947
|
*/
|
|
104097
104948
|
getWorkforcemanagementBusinessunitTimeoffplans(businessUnitId, opts) {
|
|
@@ -104106,7 +104957,7 @@ class WorkforceManagementApi {
|
|
|
104106
104957
|
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans',
|
|
104107
104958
|
'GET',
|
|
104108
104959
|
{ 'businessUnitId': businessUnitId },
|
|
104109
|
-
{ 'managementUnitId': opts['managementUnitId'],'forceDownloadService': opts['forceDownloadService'] },
|
|
104960
|
+
{ 'managementUnitId': opts['managementUnitId'],'forceDownloadService': opts['forceDownloadService'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
104110
104961
|
{ },
|
|
104111
104962
|
{ },
|
|
104112
104963
|
null,
|
|
@@ -104406,6 +105257,8 @@ class WorkforceManagementApi {
|
|
|
104406
105257
|
* @param {String} businessUnitId The ID of the business unit
|
|
104407
105258
|
* @param {String} weekId First day of schedule week in yyyy-MM-dd format, or 'recent' (without quotes) to get recent schedules
|
|
104408
105259
|
* @param {Object} opts Optional parameters
|
|
105260
|
+
* @param {String} opts.earliestWeekDate If weekId == 'recent', specify the earliest schedule start week date (inclusive) to include in the 'recent' range, in yyyy-MM-dd format. Ignored if weekId != 'recent'. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
105261
|
+
* @param {String} opts.latestWeekDate If weekId == 'recent', specify the latest schedule start week date (inclusive) to include in the 'recent' range, in yyyy-MM-dd format. Ignored if weekId != 'recent'. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
104409
105262
|
* @param {Boolean} opts.includeOnlyPublished includeOnlyPublished
|
|
104410
105263
|
* @param {Object} opts.expand expand
|
|
104411
105264
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
@@ -104426,7 +105279,7 @@ class WorkforceManagementApi {
|
|
|
104426
105279
|
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules',
|
|
104427
105280
|
'GET',
|
|
104428
105281
|
{ 'businessUnitId': businessUnitId,'weekId': weekId },
|
|
104429
|
-
{ 'includeOnlyPublished': opts['includeOnlyPublished'],'expand': opts['expand'] },
|
|
105282
|
+
{ 'earliestWeekDate': opts['earliestWeekDate'],'latestWeekDate': opts['latestWeekDate'],'includeOnlyPublished': opts['includeOnlyPublished'],'expand': opts['expand'] },
|
|
104430
105283
|
{ },
|
|
104431
105284
|
{ },
|
|
104432
105285
|
null,
|
|
@@ -111260,6 +112113,7 @@ class WorkforceManagementApi {
|
|
|
111260
112113
|
* @param {String} userId The id of the user for whom the time off request estimate is requested
|
|
111261
112114
|
* @param {Object} body body
|
|
111262
112115
|
* @param {Object} opts Optional parameters
|
|
112116
|
+
* @param {Object} opts.includeOnly Limit response to the specified field
|
|
111263
112117
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
111264
112118
|
*/
|
|
111265
112119
|
postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(managementUnitId, userId, body, opts) {
|
|
@@ -111282,7 +112136,7 @@ class WorkforceManagementApi {
|
|
|
111282
112136
|
'/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/estimate',
|
|
111283
112137
|
'POST',
|
|
111284
112138
|
{ 'managementUnitId': managementUnitId,'userId': userId },
|
|
111285
|
-
{
|
|
112139
|
+
{ 'includeOnly': opts['includeOnly'] },
|
|
111286
112140
|
{ },
|
|
111287
112141
|
{ },
|
|
111288
112142
|
body,
|
|
@@ -112079,6 +112933,7 @@ class WorkforceManagementApi {
|
|
|
112079
112933
|
*
|
|
112080
112934
|
* @param {Object} body body
|
|
112081
112935
|
* @param {Object} opts Optional parameters
|
|
112936
|
+
* @param {Object} opts.includeOnly Limit response to the specified field
|
|
112082
112937
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
112083
112938
|
*/
|
|
112084
112939
|
postWorkforcemanagementTimeoffrequestsEstimate(body, opts) {
|
|
@@ -112093,7 +112948,7 @@ class WorkforceManagementApi {
|
|
|
112093
112948
|
'/api/v2/workforcemanagement/timeoffrequests/estimate',
|
|
112094
112949
|
'POST',
|
|
112095
112950
|
{ },
|
|
112096
|
-
{
|
|
112951
|
+
{ 'includeOnly': opts['includeOnly'] },
|
|
112097
112952
|
{ },
|
|
112098
112953
|
{ },
|
|
112099
112954
|
body,
|
|
@@ -112340,7 +113195,7 @@ class WorkforceManagementApi {
|
|
|
112340
113195
|
* </pre>
|
|
112341
113196
|
* </p>
|
|
112342
113197
|
* @module purecloud-platform-client-v2/index
|
|
112343
|
-
* @version
|
|
113198
|
+
* @version 254.0.0
|
|
112344
113199
|
*/
|
|
112345
113200
|
class platformClient {
|
|
112346
113201
|
constructor() {
|