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
|
@@ -6765,7 +6765,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
|
|
|
6765
6765
|
this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
|
|
6766
6766
|
if(this.environment.startsWith('https://'))this.environment=this.environment.substring(8);if(this.environment.startsWith('http://'))this.environment=this.environment.substring(7);if(this.environment.startsWith('api.'))this.environment=this.environment.substring(4);this.basePath="https://api.".concat(this.environment);this.authUrl="https://login.".concat(this.environment);}},{key:"getConfUrl",value:function getConfUrl(pathType,regionUrl){if(!this.gateway)return regionUrl;if(!this.gateway.host)return regionUrl;var url=this.gateway.protocol+'://'+this.gateway.host;if(this.gateway.port>-1)url=url+':'+this.gateway.port.toString();if(pathType==='login'){if(this.gateway.path_params_login){if(this.gateway.path_params_login.startsWith('/'))url=url+this.gateway.path_params_login;else url=url+'/'+this.gateway.path_params_login;}}else{if(this.gateway.path_params_api){if(this.gateway.path_params_api.startsWith('/'))url=url+this.gateway.path_params_api;else url=url+'/'+this.gateway.path_params_api;}}return url;}},{key:"getConfigString",value:function getConfigString(section,key){if(this.config._sections[section])return this.config._sections[section][key];}},{key:"getConfigBoolean",value:function getConfigBoolean(section,key){if(this.config._sections[section]&&this.config._sections[section][key]!==undefined){if(typeof this.config._sections[section][key]==='string'){return this.config._sections[section][key]==='true';}else return this.config._sections[section][key];}}},{key:"getConfigInt",value:function getConfigInt(section,key){if(this.config._sections[section]&&this.config._sections[section][key]){if(typeof this.config._sections[section][key]==='string'){return parseInt(this.config._sections[section][key]);}else return this.config._sections[section][key];}}}]);}();/**
|
|
6767
6767
|
* @module purecloud-platform-client-v2/ApiClient
|
|
6768
|
-
* @version
|
|
6768
|
+
* @version 254.0.0
|
|
6769
6769
|
*/var ApiClient=/*#__PURE__*/function(){/**
|
|
6770
6770
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
6771
6771
|
* application to use this class directly - the *Api and model classes provide the public API for the service. The
|
|
@@ -7134,7 +7134,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
|
|
|
7134
7134
|
that.config.logger.log('error',error.response.status,httpMethod,url,request.headers,error.response.headers,bodyParam,error.response.data);data=that.returnExtended===true?{status:error.response.status,statusText:error.response.statusText,headers:error.response.headers,body:error.response.data,text:error.response.text,error:error}:error.response.data?error.response.data:error.response.text;}reject(data);});}});}}]);}();var AIStudioApi=/*#__PURE__*/function(){/**
|
|
7135
7135
|
* AIStudio service.
|
|
7136
7136
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
7137
|
-
* @version
|
|
7137
|
+
* @version 254.0.0
|
|
7138
7138
|
*//**
|
|
7139
7139
|
* Constructs a new AIStudioApi.
|
|
7140
7140
|
* @alias module:purecloud-platform-client-v2/api/AIStudioApi
|
|
@@ -7325,7 +7325,7 @@ if(summarySettingId===undefined||summarySettingId===null||summarySettingId==='')
|
|
|
7325
7325
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsSummariesSetting';}return this.apiClient.callApi('/api/v2/conversations/summaries/settings/{summarySettingId}','PUT',{'summarySettingId':summarySettingId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var AgentAssistantsApi=/*#__PURE__*/function(){/**
|
|
7326
7326
|
* AgentAssistants service.
|
|
7327
7327
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
7328
|
-
* @version
|
|
7328
|
+
* @version 254.0.0
|
|
7329
7329
|
*//**
|
|
7330
7330
|
* Constructs a new AgentAssistantsApi.
|
|
7331
7331
|
* @alias module:purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
@@ -7551,7 +7551,7 @@ if(agentChecklistId===undefined||agentChecklistId===null||agentChecklistId==='')
|
|
|
7551
7551
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantsAgentchecklist';}return this.apiClient.callApi('/api/v2/assistants/agentchecklists/{agentChecklistId}','PUT',{'agentChecklistId':agentChecklistId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var AgentCopilotApi=/*#__PURE__*/function(){/**
|
|
7552
7552
|
* AgentCopilot service.
|
|
7553
7553
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
7554
|
-
* @version
|
|
7554
|
+
* @version 254.0.0
|
|
7555
7555
|
*//**
|
|
7556
7556
|
* Constructs a new AgentCopilotApi.
|
|
7557
7557
|
* @alias module:purecloud-platform-client-v2/api/AgentCopilotApi
|
|
@@ -7583,7 +7583,7 @@ if(assistantId===undefined||assistantId===null||assistantId===''){throw'Missing
|
|
|
7583
7583
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantCopilot';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/copilot','PUT',{'assistantId':assistantId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var AgentUIApi=/*#__PURE__*/function(){/**
|
|
7584
7584
|
* AgentUI service.
|
|
7585
7585
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
7586
|
-
* @version
|
|
7586
|
+
* @version 254.0.0
|
|
7587
7587
|
*//**
|
|
7588
7588
|
* Constructs a new AgentUIApi.
|
|
7589
7589
|
* @alias module:purecloud-platform-client-v2/api/AgentUIApi
|
|
@@ -7625,7 +7625,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
|
|
|
7625
7625
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var AlertingApi=/*#__PURE__*/function(){/**
|
|
7626
7626
|
* Alerting service.
|
|
7627
7627
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
7628
|
-
* @version
|
|
7628
|
+
* @version 254.0.0
|
|
7629
7629
|
*//**
|
|
7630
7630
|
* Constructs a new AlertingApi.
|
|
7631
7631
|
* @alias module:purecloud-platform-client-v2/api/AlertingApi
|
|
@@ -7739,7 +7739,7 @@ if(ruleId===undefined||ruleId===null||ruleId===''){throw'Missing the required pa
|
|
|
7739
7739
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAlertingRule';}return this.apiClient.callApi('/api/v2/alerting/rules/{ruleId}','PUT',{'ruleId':ruleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var AnalyticsApi=/*#__PURE__*/function(){/**
|
|
7740
7740
|
* Analytics service.
|
|
7741
7741
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
7742
|
-
* @version
|
|
7742
|
+
* @version 254.0.0
|
|
7743
7743
|
*//**
|
|
7744
7744
|
* Constructs a new AnalyticsApi.
|
|
7745
7745
|
* @alias module:purecloud-platform-client-v2/api/AnalyticsApi
|
|
@@ -7752,7 +7752,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
7752
7752
|
* @param {String} jobId jobId
|
|
7753
7753
|
* @param {Object} opts Optional parameters
|
|
7754
7754
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7755
|
-
* deleteAnalyticsActionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7756
7755
|
*/return _createClass(AnalyticsApi,[{key:"deleteAnalyticsActionsAggregatesJob",value:function deleteAnalyticsActionsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7757
7756
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsActionsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/actions/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7758
7757
|
* Delete/cancel an async request for agent copilot aggregates
|
|
@@ -7776,7 +7775,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7776
7775
|
* @param {String} jobId jobId
|
|
7777
7776
|
* @param {Object} opts Optional parameters
|
|
7778
7777
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7779
|
-
* deleteAnalyticsBotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7780
7778
|
*/},{key:"deleteAnalyticsBotsAggregatesJob",value:function deleteAnalyticsBotsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7781
7779
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsBotsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/bots/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7782
7780
|
* Delete/cancel an async request for case management aggregates
|
|
@@ -7784,7 +7782,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7784
7782
|
* @param {String} jobId jobId
|
|
7785
7783
|
* @param {Object} opts Optional parameters
|
|
7786
7784
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7787
|
-
* deleteAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7788
7785
|
*/},{key:"deleteAnalyticsCasemanagementAggregatesJob",value:function deleteAnalyticsCasemanagementAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7789
7786
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsCasemanagementAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7790
7787
|
* Delete/cancel an async request for conversation aggregates
|
|
@@ -7792,7 +7789,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7792
7789
|
* @param {String} jobId jobId
|
|
7793
7790
|
* @param {Object} opts Optional parameters
|
|
7794
7791
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7795
|
-
* deleteAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7796
7792
|
*/},{key:"deleteAnalyticsConversationsAggregatesJob",value:function deleteAnalyticsConversationsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7797
7793
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/conversations/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7798
7794
|
* Delete/cancel an async details job
|
|
@@ -7815,7 +7811,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7815
7811
|
* @param {String} jobId jobId
|
|
7816
7812
|
* @param {Object} opts Optional parameters
|
|
7817
7813
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7818
|
-
* deleteAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7819
7814
|
*/},{key:"deleteAnalyticsEvaluationsAggregatesJob",value:function deleteAnalyticsEvaluationsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7820
7815
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsEvaluationsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/evaluations/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7821
7816
|
* Delete/cancel an async request for flow execution aggregates
|
|
@@ -7823,7 +7818,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7823
7818
|
* @param {String} jobId jobId
|
|
7824
7819
|
* @param {Object} opts Optional parameters
|
|
7825
7820
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7826
|
-
* deleteAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7827
7821
|
*/},{key:"deleteAnalyticsFlowexecutionsAggregatesJob",value:function deleteAnalyticsFlowexecutionsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7828
7822
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsFlowexecutionsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7829
7823
|
* Delete/cancel an async request for flow aggregates
|
|
@@ -7831,7 +7825,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7831
7825
|
* @param {String} jobId jobId
|
|
7832
7826
|
* @param {Object} opts Optional parameters
|
|
7833
7827
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7834
|
-
* deleteAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7835
7828
|
*/},{key:"deleteAnalyticsFlowsAggregatesJob",value:function deleteAnalyticsFlowsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7836
7829
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsFlowsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/flows/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7837
7830
|
* Delete/cancel an async request for journey aggregates
|
|
@@ -7839,7 +7832,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7839
7832
|
* @param {String} jobId jobId
|
|
7840
7833
|
* @param {Object} opts Optional parameters
|
|
7841
7834
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7842
|
-
* deleteAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7843
7835
|
*/},{key:"deleteAnalyticsJourneysAggregatesJob",value:function deleteAnalyticsJourneysAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7844
7836
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsJourneysAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/journeys/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7845
7837
|
* Delete/cancel an async request for knowledge aggregates
|
|
@@ -7847,7 +7839,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7847
7839
|
* @param {String} jobId jobId
|
|
7848
7840
|
* @param {Object} opts Optional parameters
|
|
7849
7841
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7850
|
-
* deleteAnalyticsKnowledgeAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7851
7842
|
*/},{key:"deleteAnalyticsKnowledgeAggregatesJob",value:function deleteAnalyticsKnowledgeAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7852
7843
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsKnowledgeAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/knowledge/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7853
7844
|
* Delete/cancel an async request for resolution aggregates
|
|
@@ -7855,7 +7846,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7855
7846
|
* @param {String} jobId jobId
|
|
7856
7847
|
* @param {Object} opts Optional parameters
|
|
7857
7848
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7858
|
-
* deleteAnalyticsResolutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7859
7849
|
*/},{key:"deleteAnalyticsResolutionsAggregatesJob",value:function deleteAnalyticsResolutionsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7860
7850
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsResolutionsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/resolutions/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7861
7851
|
* Delete/cancel an async request for summary aggregates
|
|
@@ -7863,7 +7853,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7863
7853
|
* @param {String} jobId jobId
|
|
7864
7854
|
* @param {Object} opts Optional parameters
|
|
7865
7855
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7866
|
-
* deleteAnalyticsSummariesAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7867
7856
|
*/},{key:"deleteAnalyticsSummariesAggregatesJob",value:function deleteAnalyticsSummariesAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7868
7857
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsSummariesAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/summaries/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7869
7858
|
* Delete/cancel an async request for survey aggregates
|
|
@@ -7871,7 +7860,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7871
7860
|
* @param {String} jobId jobId
|
|
7872
7861
|
* @param {Object} opts Optional parameters
|
|
7873
7862
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7874
|
-
* deleteAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7875
7863
|
*/},{key:"deleteAnalyticsSurveysAggregatesJob",value:function deleteAnalyticsSurveysAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7876
7864
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsSurveysAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/surveys/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7877
7865
|
* Delete/cancel an async request for task management aggregates
|
|
@@ -7879,7 +7867,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7879
7867
|
* @param {String} jobId jobId
|
|
7880
7868
|
* @param {Object} opts Optional parameters
|
|
7881
7869
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7882
|
-
* deleteAnalyticsTaskmanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7883
7870
|
*/},{key:"deleteAnalyticsTaskmanagementAggregatesJob",value:function deleteAnalyticsTaskmanagementAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7884
7871
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsTaskmanagementAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/taskmanagement/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7885
7872
|
* Delete/cancel an async request for transcript aggregates
|
|
@@ -7887,7 +7874,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7887
7874
|
* @param {String} jobId jobId
|
|
7888
7875
|
* @param {Object} opts Optional parameters
|
|
7889
7876
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7890
|
-
* deleteAnalyticsTranscriptsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7891
7877
|
*/},{key:"deleteAnalyticsTranscriptsAggregatesJob",value:function deleteAnalyticsTranscriptsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7892
7878
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsTranscriptsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/transcripts/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7893
7879
|
* Delete/cancel an async request for user aggregates
|
|
@@ -7895,7 +7881,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7895
7881
|
* @param {String} jobId jobId
|
|
7896
7882
|
* @param {Object} opts Optional parameters
|
|
7897
7883
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7898
|
-
* deleteAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7899
7884
|
*/},{key:"deleteAnalyticsUsersAggregatesJob",value:function deleteAnalyticsUsersAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7900
7885
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsUsersAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/users/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7901
7886
|
* Delete/cancel an async request
|
|
@@ -7910,7 +7895,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7910
7895
|
* @param {String} jobId jobId
|
|
7911
7896
|
* @param {Object} opts Optional parameters
|
|
7912
7897
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7913
|
-
* getAnalyticsActionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7914
7898
|
*/},{key:"getAnalyticsActionsAggregatesJob",value:function getAnalyticsActionsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7915
7899
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsActionsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/actions/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7916
7900
|
* Fetch a page of results for an async aggregates query
|
|
@@ -7919,7 +7903,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
7919
7903
|
* @param {Object} opts Optional parameters
|
|
7920
7904
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
7921
7905
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7922
|
-
* getAnalyticsActionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7923
7906
|
*/},{key:"getAnalyticsActionsAggregatesJobResults",value:function getAnalyticsActionsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
7924
7907
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsActionsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/actions/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
7925
7908
|
* Get an agent and their active sessions by user ID
|
|
@@ -8009,7 +7992,6 @@ if(botFlowId===undefined||botFlowId===null||botFlowId===''){throw'Missing the re
|
|
|
8009
7992
|
* @param {String} jobId jobId
|
|
8010
7993
|
* @param {Object} opts Optional parameters
|
|
8011
7994
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8012
|
-
* getAnalyticsBotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8013
7995
|
*/},{key:"getAnalyticsBotsAggregatesJob",value:function getAnalyticsBotsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8014
7996
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsBotsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/bots/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8015
7997
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8018,7 +8000,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8018
8000
|
* @param {Object} opts Optional parameters
|
|
8019
8001
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8020
8002
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8021
|
-
* getAnalyticsBotsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8022
8003
|
*/},{key:"getAnalyticsBotsAggregatesJobResults",value:function getAnalyticsBotsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8023
8004
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsBotsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/bots/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8024
8005
|
* Get status for async query for case management aggregates
|
|
@@ -8026,7 +8007,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8026
8007
|
* @param {String} jobId jobId
|
|
8027
8008
|
* @param {Object} opts Optional parameters
|
|
8028
8009
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8029
|
-
* getAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8030
8010
|
*/},{key:"getAnalyticsCasemanagementAggregatesJob",value:function getAnalyticsCasemanagementAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8031
8011
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsCasemanagementAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8032
8012
|
* Fetch a page of results for an async case management query
|
|
@@ -8035,7 +8015,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8035
8015
|
* @param {Object} opts Optional parameters
|
|
8036
8016
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8037
8017
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8038
|
-
* getAnalyticsCasemanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8039
8018
|
*/},{key:"getAnalyticsCasemanagementAggregatesJobResults",value:function getAnalyticsCasemanagementAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8040
8019
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsCasemanagementAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8041
8020
|
* Get a conversation by id
|
|
@@ -8050,7 +8029,6 @@ if(conversationId===undefined||conversationId===null||conversationId===''){throw
|
|
|
8050
8029
|
* @param {String} jobId jobId
|
|
8051
8030
|
* @param {Object} opts Optional parameters
|
|
8052
8031
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8053
|
-
* getAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8054
8032
|
*/},{key:"getAnalyticsConversationsAggregatesJob",value:function getAnalyticsConversationsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8055
8033
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/conversations/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8056
8034
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8059,7 +8037,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8059
8037
|
* @param {Object} opts Optional parameters
|
|
8060
8038
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8061
8039
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8062
|
-
* getAnalyticsConversationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8063
8040
|
*/},{key:"getAnalyticsConversationsAggregatesJobResults",value:function getAnalyticsConversationsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8064
8041
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/conversations/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8065
8042
|
* Gets multiple conversations by id
|
|
@@ -8136,7 +8113,6 @@ if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the
|
|
|
8136
8113
|
* @param {String} jobId jobId
|
|
8137
8114
|
* @param {Object} opts Optional parameters
|
|
8138
8115
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8139
|
-
* getAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8140
8116
|
*/},{key:"getAnalyticsEvaluationsAggregatesJob",value:function getAnalyticsEvaluationsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8141
8117
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/evaluations/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8142
8118
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8145,7 +8121,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8145
8121
|
* @param {Object} opts Optional parameters
|
|
8146
8122
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8147
8123
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8148
|
-
* getAnalyticsEvaluationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8149
8124
|
*/},{key:"getAnalyticsEvaluationsAggregatesJobResults",value:function getAnalyticsEvaluationsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8150
8125
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/evaluations/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8151
8126
|
* Get status for async query for flow execution aggregates
|
|
@@ -8153,7 +8128,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8153
8128
|
* @param {String} jobId jobId
|
|
8154
8129
|
* @param {Object} opts Optional parameters
|
|
8155
8130
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8156
|
-
* getAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8157
8131
|
*/},{key:"getAnalyticsFlowexecutionsAggregatesJob",value:function getAnalyticsFlowexecutionsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8158
8132
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8159
8133
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8162,7 +8136,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8162
8136
|
* @param {Object} opts Optional parameters
|
|
8163
8137
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8164
8138
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8165
|
-
* getAnalyticsFlowexecutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8166
8139
|
*/},{key:"getAnalyticsFlowexecutionsAggregatesJobResults",value:function getAnalyticsFlowexecutionsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8167
8140
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8168
8141
|
* Get status for async query for Flow aggregates
|
|
@@ -8170,7 +8143,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8170
8143
|
* @param {String} jobId jobId
|
|
8171
8144
|
* @param {Object} opts Optional parameters
|
|
8172
8145
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8173
|
-
* getAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8174
8146
|
*/},{key:"getAnalyticsFlowsAggregatesJob",value:function getAnalyticsFlowsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8175
8147
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/flows/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8176
8148
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8179,7 +8151,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8179
8151
|
* @param {Object} opts Optional parameters
|
|
8180
8152
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8181
8153
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8182
|
-
* getAnalyticsFlowsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8183
8154
|
*/},{key:"getAnalyticsFlowsAggregatesJobResults",value:function getAnalyticsFlowsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8184
8155
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/flows/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8185
8156
|
* Get status for async query for journey aggregates
|
|
@@ -8187,7 +8158,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8187
8158
|
* @param {String} jobId jobId
|
|
8188
8159
|
* @param {Object} opts Optional parameters
|
|
8189
8160
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8190
|
-
* getAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8191
8161
|
*/},{key:"getAnalyticsJourneysAggregatesJob",value:function getAnalyticsJourneysAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8192
8162
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/journeys/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8193
8163
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8196,7 +8166,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8196
8166
|
* @param {Object} opts Optional parameters
|
|
8197
8167
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8198
8168
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8199
|
-
* getAnalyticsJourneysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8200
8169
|
*/},{key:"getAnalyticsJourneysAggregatesJobResults",value:function getAnalyticsJourneysAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8201
8170
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/journeys/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8202
8171
|
* Get status for async query for knowledge aggregates
|
|
@@ -8204,7 +8173,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8204
8173
|
* @param {String} jobId jobId
|
|
8205
8174
|
* @param {Object} opts Optional parameters
|
|
8206
8175
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8207
|
-
* getAnalyticsKnowledgeAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8208
8176
|
*/},{key:"getAnalyticsKnowledgeAggregatesJob",value:function getAnalyticsKnowledgeAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8209
8177
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsKnowledgeAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/knowledge/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8210
8178
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8213,7 +8181,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8213
8181
|
* @param {Object} opts Optional parameters
|
|
8214
8182
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8215
8183
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8216
|
-
* getAnalyticsKnowledgeAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8217
8184
|
*/},{key:"getAnalyticsKnowledgeAggregatesJobResults",value:function getAnalyticsKnowledgeAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8218
8185
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsKnowledgeAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/knowledge/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8219
8186
|
* Get dashboards summary for a user
|
|
@@ -8284,7 +8251,6 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
8284
8251
|
* @param {String} jobId jobId
|
|
8285
8252
|
* @param {Object} opts Optional parameters
|
|
8286
8253
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8287
|
-
* getAnalyticsResolutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8288
8254
|
*/},{key:"getAnalyticsResolutionsAggregatesJob",value:function getAnalyticsResolutionsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8289
8255
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsResolutionsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/resolutions/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8290
8256
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8293,7 +8259,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8293
8259
|
* @param {Object} opts Optional parameters
|
|
8294
8260
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8295
8261
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8296
|
-
* getAnalyticsResolutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8297
8262
|
*/},{key:"getAnalyticsResolutionsAggregatesJobResults",value:function getAnalyticsResolutionsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8298
8263
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsResolutionsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/resolutions/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8299
8264
|
* Get status for async query for summary aggregates
|
|
@@ -8301,7 +8266,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8301
8266
|
* @param {String} jobId jobId
|
|
8302
8267
|
* @param {Object} opts Optional parameters
|
|
8303
8268
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8304
|
-
* getAnalyticsSummariesAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8305
8269
|
*/},{key:"getAnalyticsSummariesAggregatesJob",value:function getAnalyticsSummariesAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8306
8270
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsSummariesAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/summaries/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8307
8271
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8310,7 +8274,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8310
8274
|
* @param {Object} opts Optional parameters
|
|
8311
8275
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8312
8276
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8313
|
-
* getAnalyticsSummariesAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8314
8277
|
*/},{key:"getAnalyticsSummariesAggregatesJobResults",value:function getAnalyticsSummariesAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8315
8278
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsSummariesAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/summaries/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8316
8279
|
* Get status for async query for survey aggregates
|
|
@@ -8318,7 +8281,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8318
8281
|
* @param {String} jobId jobId
|
|
8319
8282
|
* @param {Object} opts Optional parameters
|
|
8320
8283
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8321
|
-
* getAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8322
8284
|
*/},{key:"getAnalyticsSurveysAggregatesJob",value:function getAnalyticsSurveysAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8323
8285
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/surveys/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8324
8286
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8327,7 +8289,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8327
8289
|
* @param {Object} opts Optional parameters
|
|
8328
8290
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8329
8291
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8330
|
-
* getAnalyticsSurveysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8331
8292
|
*/},{key:"getAnalyticsSurveysAggregatesJobResults",value:function getAnalyticsSurveysAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8332
8293
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/surveys/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8333
8294
|
* Get status for async query for task management aggregates
|
|
@@ -8335,7 +8296,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8335
8296
|
* @param {String} jobId jobId
|
|
8336
8297
|
* @param {Object} opts Optional parameters
|
|
8337
8298
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8338
|
-
* getAnalyticsTaskmanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8339
8299
|
*/},{key:"getAnalyticsTaskmanagementAggregatesJob",value:function getAnalyticsTaskmanagementAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8340
8300
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsTaskmanagementAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/taskmanagement/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8341
8301
|
* Fetch a page of results for an async task management query
|
|
@@ -8344,7 +8304,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8344
8304
|
* @param {Object} opts Optional parameters
|
|
8345
8305
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8346
8306
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8347
|
-
* getAnalyticsTaskmanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8348
8307
|
*/},{key:"getAnalyticsTaskmanagementAggregatesJobResults",value:function getAnalyticsTaskmanagementAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8349
8308
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsTaskmanagementAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/taskmanagement/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8350
8309
|
* Get status for async query for transcript aggregates
|
|
@@ -8352,7 +8311,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8352
8311
|
* @param {String} jobId jobId
|
|
8353
8312
|
* @param {Object} opts Optional parameters
|
|
8354
8313
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8355
|
-
* getAnalyticsTranscriptsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8356
8314
|
*/},{key:"getAnalyticsTranscriptsAggregatesJob",value:function getAnalyticsTranscriptsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8357
8315
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsTranscriptsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/transcripts/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8358
8316
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8361,7 +8319,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8361
8319
|
* @param {Object} opts Optional parameters
|
|
8362
8320
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8363
8321
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8364
|
-
* getAnalyticsTranscriptsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8365
8322
|
*/},{key:"getAnalyticsTranscriptsAggregatesJobResults",value:function getAnalyticsTranscriptsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8366
8323
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsTranscriptsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/transcripts/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8367
8324
|
* Get status for async query for user aggregates
|
|
@@ -8369,7 +8326,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8369
8326
|
* @param {String} jobId jobId
|
|
8370
8327
|
* @param {Object} opts Optional parameters
|
|
8371
8328
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8372
|
-
* getAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8373
8329
|
*/},{key:"getAnalyticsUsersAggregatesJob",value:function getAnalyticsUsersAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8374
8330
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/users/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8375
8331
|
* Fetch a page of results for an async aggregates query
|
|
@@ -8378,7 +8334,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
8378
8334
|
* @param {Object} opts Optional parameters
|
|
8379
8335
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
8380
8336
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8381
|
-
* getAnalyticsUsersAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8382
8337
|
*/},{key:"getAnalyticsUsersAggregatesJobResults",value:function getAnalyticsUsersAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
8383
8338
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/users/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8384
8339
|
* Get status for async query for user details
|
|
@@ -8414,7 +8369,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8414
8369
|
* @param {Object} body query
|
|
8415
8370
|
* @param {Object} opts Optional parameters
|
|
8416
8371
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8417
|
-
* postAnalyticsActionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8418
8372
|
*/},{key:"postAnalyticsActionsAggregatesJobs",value:function postAnalyticsActionsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8419
8373
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsActionsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/actions/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8420
8374
|
* Query for action aggregates
|
|
@@ -8475,7 +8429,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8475
8429
|
* @param {Object} body query
|
|
8476
8430
|
* @param {Object} opts Optional parameters
|
|
8477
8431
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8478
|
-
* postAnalyticsBotsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8479
8432
|
*/},{key:"postAnalyticsBotsAggregatesJobs",value:function postAnalyticsBotsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8480
8433
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsBotsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/bots/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8481
8434
|
* Query for bot aggregates
|
|
@@ -8490,7 +8443,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8490
8443
|
* @param {Object} body query
|
|
8491
8444
|
* @param {Object} opts Optional parameters
|
|
8492
8445
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8493
|
-
* postAnalyticsCasemanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8494
8446
|
*/},{key:"postAnalyticsCasemanagementAggregatesJobs",value:function postAnalyticsCasemanagementAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8495
8447
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsCasemanagementAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/casemanagement/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8496
8448
|
* Query for case management aggregates
|
|
@@ -8498,7 +8450,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8498
8450
|
* @param {Object} body query
|
|
8499
8451
|
* @param {Object} opts Optional parameters
|
|
8500
8452
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8501
|
-
* postAnalyticsCasemanagementAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8502
8453
|
*/},{key:"postAnalyticsCasemanagementAggregatesQuery",value:function postAnalyticsCasemanagementAggregatesQuery(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8503
8454
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsCasemanagementAggregatesQuery';}return this.apiClient.callApi('/api/v2/analytics/casemanagement/aggregates/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8504
8455
|
* Index conversation properties
|
|
@@ -8524,7 +8475,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8524
8475
|
* @param {Object} body query
|
|
8525
8476
|
* @param {Object} opts Optional parameters
|
|
8526
8477
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8527
|
-
* postAnalyticsConversationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8528
8478
|
*/},{key:"postAnalyticsConversationsAggregatesJobs",value:function postAnalyticsConversationsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8529
8479
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsConversationsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/conversations/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8530
8480
|
* Query for conversation aggregates
|
|
@@ -8577,7 +8527,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8577
8527
|
* @param {Object} body query
|
|
8578
8528
|
* @param {Object} opts Optional parameters
|
|
8579
8529
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8580
|
-
* postAnalyticsEvaluationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8581
8530
|
*/},{key:"postAnalyticsEvaluationsAggregatesJobs",value:function postAnalyticsEvaluationsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8582
8531
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsEvaluationsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/evaluations/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8583
8532
|
* Query for evaluation aggregates
|
|
@@ -8592,7 +8541,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8592
8541
|
* @param {Object} body query
|
|
8593
8542
|
* @param {Object} opts Optional parameters
|
|
8594
8543
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8595
|
-
* postAnalyticsFlowexecutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8596
8544
|
*/},{key:"postAnalyticsFlowexecutionsAggregatesJobs",value:function postAnalyticsFlowexecutionsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8597
8545
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/flowexecutions/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8598
8546
|
* Query for flow execution aggregates
|
|
@@ -8616,7 +8564,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8616
8564
|
* @param {Object} body query
|
|
8617
8565
|
* @param {Object} opts Optional parameters
|
|
8618
8566
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8619
|
-
* postAnalyticsFlowsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8620
8567
|
*/},{key:"postAnalyticsFlowsAggregatesJobs",value:function postAnalyticsFlowsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8621
8568
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/flows/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8622
8569
|
* Query for flow aggregates
|
|
@@ -8638,7 +8585,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8638
8585
|
* @param {Object} body query
|
|
8639
8586
|
* @param {Object} opts Optional parameters
|
|
8640
8587
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8641
|
-
* postAnalyticsJourneysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8642
8588
|
*/},{key:"postAnalyticsJourneysAggregatesJobs",value:function postAnalyticsJourneysAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8643
8589
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsJourneysAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/journeys/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8644
8590
|
* Query for journey aggregates
|
|
@@ -8653,7 +8599,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8653
8599
|
* @param {Object} body query
|
|
8654
8600
|
* @param {Object} opts Optional parameters
|
|
8655
8601
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8656
|
-
* postAnalyticsKnowledgeAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8657
8602
|
*/},{key:"postAnalyticsKnowledgeAggregatesJobs",value:function postAnalyticsKnowledgeAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8658
8603
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsKnowledgeAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/knowledge/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8659
8604
|
* Query for knowledge aggregates
|
|
@@ -8710,7 +8655,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8710
8655
|
* @param {Object} body query
|
|
8711
8656
|
* @param {Object} opts Optional parameters
|
|
8712
8657
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8713
|
-
* postAnalyticsResolutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8714
8658
|
*/},{key:"postAnalyticsResolutionsAggregatesJobs",value:function postAnalyticsResolutionsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8715
8659
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsResolutionsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/resolutions/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8716
8660
|
* Query for resolution aggregates
|
|
@@ -8734,7 +8678,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8734
8678
|
* @param {Object} body query
|
|
8735
8679
|
* @param {Object} opts Optional parameters
|
|
8736
8680
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8737
|
-
* postAnalyticsSummariesAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8738
8681
|
*/},{key:"postAnalyticsSummariesAggregatesJobs",value:function postAnalyticsSummariesAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8739
8682
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsSummariesAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/summaries/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8740
8683
|
* Query for summary aggregates
|
|
@@ -8749,7 +8692,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8749
8692
|
* @param {Object} body query
|
|
8750
8693
|
* @param {Object} opts Optional parameters
|
|
8751
8694
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8752
|
-
* postAnalyticsSurveysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8753
8695
|
*/},{key:"postAnalyticsSurveysAggregatesJobs",value:function postAnalyticsSurveysAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8754
8696
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsSurveysAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/surveys/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8755
8697
|
* Query for survey aggregates
|
|
@@ -8764,7 +8706,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8764
8706
|
* @param {Object} body query
|
|
8765
8707
|
* @param {Object} opts Optional parameters
|
|
8766
8708
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8767
|
-
* postAnalyticsTaskmanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8768
8709
|
*/},{key:"postAnalyticsTaskmanagementAggregatesJobs",value:function postAnalyticsTaskmanagementAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8769
8710
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsTaskmanagementAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/taskmanagement/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8770
8711
|
* Query for task management aggregates
|
|
@@ -8797,7 +8738,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8797
8738
|
* @param {Object} body query
|
|
8798
8739
|
* @param {Object} opts Optional parameters
|
|
8799
8740
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8800
|
-
* postAnalyticsTranscriptsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8801
8741
|
*/},{key:"postAnalyticsTranscriptsAggregatesJobs",value:function postAnalyticsTranscriptsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8802
8742
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsTranscriptsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/transcripts/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8803
8743
|
* Query for transcript aggregates
|
|
@@ -8821,7 +8761,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8821
8761
|
* @param {Object} body query
|
|
8822
8762
|
* @param {Object} opts Optional parameters
|
|
8823
8763
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8824
|
-
* postAnalyticsUsersAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8825
8764
|
*/},{key:"postAnalyticsUsersAggregatesJobs",value:function postAnalyticsUsersAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
8826
8765
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsUsersAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/users/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
8827
8766
|
* Query for user aggregates
|
|
@@ -8861,7 +8800,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8861
8800
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsDataretentionSettings';}return this.apiClient.callApi('/api/v2/analytics/dataretention/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var ArchitectApi=/*#__PURE__*/function(){/**
|
|
8862
8801
|
* Architect service.
|
|
8863
8802
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
8864
|
-
* @version
|
|
8803
|
+
* @version 254.0.0
|
|
8865
8804
|
*//**
|
|
8866
8805
|
* Constructs a new ArchitectApi.
|
|
8867
8806
|
* @alias module:purecloud-platform-client-v2/api/ArchitectApi
|
|
@@ -10231,7 +10170,7 @@ if(milestoneId===undefined||milestoneId===null||milestoneId===''){throw'Missing
|
|
|
10231
10170
|
if(flowOutcomeId===undefined||flowOutcomeId===null||flowOutcomeId===''){throw'Missing the required parameter "flowOutcomeId" when calling putFlowsOutcome';}return this.apiClient.callApi('/api/v2/flows/outcomes/{flowOutcomeId}','PUT',{'flowOutcomeId':flowOutcomeId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var AssistantCopilotVariationsApi=/*#__PURE__*/function(){/**
|
|
10232
10171
|
* AssistantCopilotVariations service.
|
|
10233
10172
|
* @module purecloud-platform-client-v2/api/AssistantCopilotVariationsApi
|
|
10234
|
-
* @version
|
|
10173
|
+
* @version 254.0.0
|
|
10235
10174
|
*//**
|
|
10236
10175
|
* Constructs a new AssistantCopilotVariationsApi.
|
|
10237
10176
|
* @alias module:purecloud-platform-client-v2/api/AssistantCopilotVariationsApi
|
|
@@ -10286,7 +10225,7 @@ if(variationId===undefined||variationId===null||variationId===''){throw'Missing
|
|
|
10286
10225
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantVariation';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/variations/{variationId}','PUT',{'assistantId':assistantId,'variationId':variationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var AuditApi=/*#__PURE__*/function(){/**
|
|
10287
10226
|
* Audit service.
|
|
10288
10227
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
10289
|
-
* @version
|
|
10228
|
+
* @version 254.0.0
|
|
10290
10229
|
*//**
|
|
10291
10230
|
* Constructs a new AuditApi.
|
|
10292
10231
|
* @alias module:purecloud-platform-client-v2/api/AuditApi
|
|
@@ -10347,7 +10286,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
10347
10286
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAuditsQueryRealtimeRelated';}return this.apiClient.callApi('/api/v2/audits/query/realtime/related','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var AuthorizationApi=/*#__PURE__*/function(){/**
|
|
10348
10287
|
* Authorization service.
|
|
10349
10288
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
10350
|
-
* @version
|
|
10289
|
+
* @version 254.0.0
|
|
10351
10290
|
*//**
|
|
10352
10291
|
* Constructs a new AuthorizationApi.
|
|
10353
10292
|
* @alias module:purecloud-platform-client-v2/api/AuthorizationApi
|
|
@@ -10865,7 +10804,7 @@ if(subjectId===undefined||subjectId===null||subjectId===''){throw'Missing the re
|
|
|
10865
10804
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoles';}return this.apiClient.callApi('/api/v2/users/{subjectId}/roles','PUT',{'subjectId':subjectId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var BackgroundAssistantApi=/*#__PURE__*/function(){/**
|
|
10866
10805
|
* BackgroundAssistant service.
|
|
10867
10806
|
* @module purecloud-platform-client-v2/api/BackgroundAssistantApi
|
|
10868
|
-
* @version
|
|
10807
|
+
* @version 254.0.0
|
|
10869
10808
|
*//**
|
|
10870
10809
|
* Constructs a new BackgroundAssistantApi.
|
|
10871
10810
|
* @alias module:purecloud-platform-client-v2/api/BackgroundAssistantApi
|
|
@@ -10888,7 +10827,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
10888
10827
|
*/},{key:"postScreenrecordingToken",value:function postScreenrecordingToken(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/screenrecording/token','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var BillingApi=/*#__PURE__*/function(){/**
|
|
10889
10828
|
* Billing service.
|
|
10890
10829
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
10891
|
-
* @version
|
|
10830
|
+
* @version 254.0.0
|
|
10892
10831
|
*//**
|
|
10893
10832
|
* Constructs a new BillingApi.
|
|
10894
10833
|
* @alias module:purecloud-platform-client-v2/api/BillingApi
|
|
@@ -10977,7 +10916,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
|
|
|
10977
10916
|
if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missing the required parameter "trustorOrgId" when calling getBillingTrusteebillingoverviewTrustorOrgId';}return this.apiClient.callApi('/api/v2/billing/trusteebillingoverview/{trustorOrgId}','GET',{'trustorOrgId':trustorOrgId},{'billingPeriodIndex':opts['billingPeriodIndex']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var BusinessRulesApi=/*#__PURE__*/function(){/**
|
|
10978
10917
|
* BusinessRules service.
|
|
10979
10918
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
10980
|
-
* @version
|
|
10919
|
+
* @version 254.0.0
|
|
10981
10920
|
*//**
|
|
10982
10921
|
* Constructs a new BusinessRulesApi.
|
|
10983
10922
|
* @alias module:purecloud-platform-client-v2/api/BusinessRulesApi
|
|
@@ -10993,6 +10932,24 @@ if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missi
|
|
|
10993
10932
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
10994
10933
|
*/return _createClass(BusinessRulesApi,[{key:"deleteBusinessrulesDecisiontable",value:function deleteBusinessrulesDecisiontable(tableId,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
10995
10934
|
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontable';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}','DELETE',{'tableId':tableId},{'forceDelete':opts['forceDelete']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
10935
|
+
* Delete an export job for a decision table
|
|
10936
|
+
*
|
|
10937
|
+
* @param {String} tableId Table ID
|
|
10938
|
+
* @param {String} exportJobId Export Job ID
|
|
10939
|
+
* @param {Object} opts Optional parameters
|
|
10940
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
10941
|
+
*/},{key:"deleteBusinessrulesDecisiontableExport",value:function deleteBusinessrulesDecisiontableExport(tableId,exportJobId,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
10942
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableExport';}// verify the required parameter 'exportJobId' is set
|
|
10943
|
+
if(exportJobId===undefined||exportJobId===null||exportJobId===''){throw'Missing the required parameter "exportJobId" when calling deleteBusinessrulesDecisiontableExport';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/exports/{exportJobId}','DELETE',{'tableId':tableId,'exportJobId':exportJobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
10944
|
+
* Delete decision table row import job
|
|
10945
|
+
*
|
|
10946
|
+
* @param {String} tableId Table ID
|
|
10947
|
+
* @param {String} importJobId Import job ID
|
|
10948
|
+
* @param {Object} opts Optional parameters
|
|
10949
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
10950
|
+
*/},{key:"deleteBusinessrulesDecisiontableImport",value:function deleteBusinessrulesDecisiontableImport(tableId,importJobId,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
10951
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableImport';}// verify the required parameter 'importJobId' is set
|
|
10952
|
+
if(importJobId===undefined||importJobId===null||importJobId===''){throw'Missing the required parameter "importJobId" when calling deleteBusinessrulesDecisiontableImport';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}','DELETE',{'tableId':tableId,'importJobId':importJobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
10996
10953
|
* Delete a decision table version
|
|
10997
10954
|
*
|
|
10998
10955
|
* @param {String} tableId Table ID
|
|
@@ -11027,6 +10984,42 @@ if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the requi
|
|
|
11027
10984
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11028
10985
|
*/},{key:"getBusinessrulesDecisiontable",value:function getBusinessrulesDecisiontable(tableId,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11029
10986
|
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontable';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}','GET',{'tableId':tableId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
10987
|
+
* Get an export job for a decision table
|
|
10988
|
+
*
|
|
10989
|
+
* @param {String} tableId Table ID
|
|
10990
|
+
* @param {String} exportJobId Export Job ID
|
|
10991
|
+
* @param {Object} opts Optional parameters
|
|
10992
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
10993
|
+
*/},{key:"getBusinessrulesDecisiontableExport",value:function getBusinessrulesDecisiontableExport(tableId,exportJobId,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
10994
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableExport';}// verify the required parameter 'exportJobId' is set
|
|
10995
|
+
if(exportJobId===undefined||exportJobId===null||exportJobId===''){throw'Missing the required parameter "exportJobId" when calling getBusinessrulesDecisiontableExport';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/exports/{exportJobId}','GET',{'tableId':tableId,'exportJobId':exportJobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
10996
|
+
* List export jobs for a decision table
|
|
10997
|
+
*
|
|
10998
|
+
* @param {String} tableId Table ID
|
|
10999
|
+
* @param {Object} opts Optional parameters
|
|
11000
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
11001
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 100.
|
|
11002
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11003
|
+
*/},{key:"getBusinessrulesDecisiontableExports",value:function getBusinessrulesDecisiontableExports(tableId,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11004
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableExports';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/exports','GET',{'tableId':tableId},{'after':opts['after'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11005
|
+
* Get decision table row import job
|
|
11006
|
+
*
|
|
11007
|
+
* @param {String} tableId Table ID
|
|
11008
|
+
* @param {String} importJobId Import job ID
|
|
11009
|
+
* @param {Object} opts Optional parameters
|
|
11010
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11011
|
+
*/},{key:"getBusinessrulesDecisiontableImport",value:function getBusinessrulesDecisiontableImport(tableId,importJobId,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11012
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableImport';}// verify the required parameter 'importJobId' is set
|
|
11013
|
+
if(importJobId===undefined||importJobId===null||importJobId===''){throw'Missing the required parameter "importJobId" when calling getBusinessrulesDecisiontableImport';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}','GET',{'tableId':tableId,'importJobId':importJobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11014
|
+
* List decision table row import jobs
|
|
11015
|
+
*
|
|
11016
|
+
* @param {String} tableId Table ID
|
|
11017
|
+
* @param {Object} opts Optional parameters
|
|
11018
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
11019
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 100.
|
|
11020
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11021
|
+
*/},{key:"getBusinessrulesDecisiontableImports",value:function getBusinessrulesDecisiontableImports(tableId,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11022
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableImports';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/imports','GET',{'tableId':tableId},{'after':opts['after'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11030
11023
|
* Get a decision table version
|
|
11031
11024
|
*
|
|
11032
11025
|
* @param {String} tableId Table ID
|
|
@@ -11121,6 +11114,17 @@ if(coreTypeName===undefined||coreTypeName===null||coreTypeName===''){throw'Missi
|
|
|
11121
11114
|
*/},{key:"patchBusinessrulesDecisiontable",value:function patchBusinessrulesDecisiontable(tableId,body,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11122
11115
|
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontable';}// verify the required parameter 'body' is set
|
|
11123
11116
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchBusinessrulesDecisiontable';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}','PATCH',{'tableId':tableId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11117
|
+
* Update decision table row import job
|
|
11118
|
+
*
|
|
11119
|
+
* @param {String} tableId Table ID
|
|
11120
|
+
* @param {String} importJobId Import job ID
|
|
11121
|
+
* @param {Object} body Import job update request
|
|
11122
|
+
* @param {Object} opts Optional parameters
|
|
11123
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11124
|
+
*/},{key:"patchBusinessrulesDecisiontableImport",value:function patchBusinessrulesDecisiontableImport(tableId,importJobId,body,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11125
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontableImport';}// verify the required parameter 'importJobId' is set
|
|
11126
|
+
if(importJobId===undefined||importJobId===null||importJobId===''){throw'Missing the required parameter "importJobId" when calling patchBusinessrulesDecisiontableImport';}// verify the required parameter 'body' is set
|
|
11127
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchBusinessrulesDecisiontableImport';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}','PATCH',{'tableId':tableId,'importJobId':importJobId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11124
11128
|
* Update a decision table version
|
|
11125
11129
|
*
|
|
11126
11130
|
* @param {String} tableId Table ID
|
|
@@ -11141,6 +11145,24 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
11141
11145
|
*/},{key:"postBusinessrulesDecisiontableExecute",value:function postBusinessrulesDecisiontableExecute(tableId,body,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11142
11146
|
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableExecute';}// verify the required parameter 'body' is set
|
|
11143
11147
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableExecute';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/execute','POST',{'tableId':tableId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11148
|
+
* Create an export job for a decision table version
|
|
11149
|
+
*
|
|
11150
|
+
* @param {String} tableId Table ID
|
|
11151
|
+
* @param {Object} body Export job request
|
|
11152
|
+
* @param {Object} opts Optional parameters
|
|
11153
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11154
|
+
*/},{key:"postBusinessrulesDecisiontableExports",value:function postBusinessrulesDecisiontableExports(tableId,body,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11155
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableExports';}// verify the required parameter 'body' is set
|
|
11156
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableExports';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/exports','POST',{'tableId':tableId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11157
|
+
* Create a decision table row import job
|
|
11158
|
+
*
|
|
11159
|
+
* @param {String} tableId Table ID
|
|
11160
|
+
* @param {Object} body Import job create request
|
|
11161
|
+
* @param {Object} opts Optional parameters
|
|
11162
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11163
|
+
*/},{key:"postBusinessrulesDecisiontableImports",value:function postBusinessrulesDecisiontableImports(tableId,body,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11164
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableImports';}// verify the required parameter 'body' is set
|
|
11165
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableImports';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/imports','POST',{'tableId':tableId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11144
11166
|
* Copy a decision table version
|
|
11145
11167
|
*
|
|
11146
11168
|
* @param {String} tableId Table ID
|
|
@@ -11174,6 +11196,39 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
11174
11196
|
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRows';}// verify the required parameter 'tableVersion' is set
|
|
11175
11197
|
if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRows';}// verify the required parameter 'body' is set
|
|
11176
11198
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRows';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows','POST',{'tableId':tableId,'tableVersion':tableVersion},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11199
|
+
* Bulk add decision table rows
|
|
11200
|
+
* 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.
|
|
11201
|
+
* @param {String} tableId Table ID
|
|
11202
|
+
* @param {Number} tableVersion Table Version
|
|
11203
|
+
* @param {Object} body Bulk add decision table rows request
|
|
11204
|
+
* @param {Object} opts Optional parameters
|
|
11205
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11206
|
+
*/},{key:"postBusinessrulesDecisiontableVersionRowsBulkAdd",value:function postBusinessrulesDecisiontableVersionRowsBulkAdd(tableId,tableVersion,body,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11207
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';}// verify the required parameter 'tableVersion' is set
|
|
11208
|
+
if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';}// verify the required parameter 'body' is set
|
|
11209
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/add','POST',{'tableId':tableId,'tableVersion':tableVersion},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11210
|
+
* Bulk delete decision table rows
|
|
11211
|
+
* 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.
|
|
11212
|
+
* @param {String} tableId Table ID
|
|
11213
|
+
* @param {Number} tableVersion Table Version
|
|
11214
|
+
* @param {Object} body
|
|
11215
|
+
* @param {Object} opts Optional parameters
|
|
11216
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11217
|
+
*/},{key:"postBusinessrulesDecisiontableVersionRowsBulkRemove",value:function postBusinessrulesDecisiontableVersionRowsBulkRemove(tableId,tableVersion,body,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11218
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';}// verify the required parameter 'tableVersion' is set
|
|
11219
|
+
if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';}// verify the required parameter 'body' is set
|
|
11220
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/remove','POST',{'tableId':tableId,'tableVersion':tableVersion},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11221
|
+
* Bulk update decision table rows
|
|
11222
|
+
* 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.
|
|
11223
|
+
* @param {String} tableId Table ID
|
|
11224
|
+
* @param {Number} tableVersion Table Version
|
|
11225
|
+
* @param {Object} body Bulk update decision table rows request
|
|
11226
|
+
* @param {Object} opts Optional parameters
|
|
11227
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11228
|
+
*/},{key:"postBusinessrulesDecisiontableVersionRowsBulkUpdate",value:function postBusinessrulesDecisiontableVersionRowsBulkUpdate(tableId,tableVersion,body,opts){opts=opts||{};// verify the required parameter 'tableId' is set
|
|
11229
|
+
if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';}// verify the required parameter 'tableVersion' is set
|
|
11230
|
+
if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';}// verify the required parameter 'body' is set
|
|
11231
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/update','POST',{'tableId':tableId,'tableVersion':tableVersion},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11177
11232
|
* Search for decision table rows
|
|
11178
11233
|
*
|
|
11179
11234
|
* @param {String} tableId Table ID
|
|
@@ -11250,7 +11305,7 @@ if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the requi
|
|
|
11250
11305
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putBusinessrulesSchema';}return this.apiClient.callApi('/api/v2/businessrules/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var CarrierServicesApi=/*#__PURE__*/function(){/**
|
|
11251
11306
|
* CarrierServices service.
|
|
11252
11307
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
11253
|
-
* @version
|
|
11308
|
+
* @version 254.0.0
|
|
11254
11309
|
*//**
|
|
11255
11310
|
* Constructs a new CarrierServicesApi.
|
|
11256
11311
|
* @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
|
|
@@ -11273,7 +11328,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
|
|
|
11273
11328
|
*/},{key:"postCarrierservicesIntegrationsEmergencylocationsMe",value:function postCarrierservicesIntegrationsEmergencylocationsMe(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/carrierservices/integrations/emergencylocations/me','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var CaseManagementApi=/*#__PURE__*/function(){/**
|
|
11274
11329
|
* CaseManagement service.
|
|
11275
11330
|
* @module purecloud-platform-client-v2/api/CaseManagementApi
|
|
11276
|
-
* @version
|
|
11331
|
+
* @version 254.0.0
|
|
11277
11332
|
*//**
|
|
11278
11333
|
* Constructs a new CaseManagementApi.
|
|
11279
11334
|
* @alias module:purecloud-platform-client-v2/api/CaseManagementApi
|
|
@@ -11283,167 +11338,160 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
|
|
|
11283
11338
|
*/function CaseManagementApi(apiClient){_classCallCheck(this,CaseManagementApi);this.apiClient=apiClient||ApiClient.instance;}/**
|
|
11284
11339
|
* Delete a Case.
|
|
11285
11340
|
*
|
|
11286
|
-
* @param {String} caseId Case
|
|
11341
|
+
* @param {String} caseId Case identifier.
|
|
11287
11342
|
* @param {Object} opts Optional parameters
|
|
11288
11343
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11289
|
-
* deleteCasemanagementCase is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11290
11344
|
*/return _createClass(CaseManagementApi,[{key:"deleteCasemanagementCase",value:function deleteCasemanagementCase(caseId,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11291
11345
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling deleteCasemanagementCase';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}','DELETE',{'caseId':caseId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11292
11346
|
* Delete a Caseplan.
|
|
11293
11347
|
*
|
|
11294
|
-
* @param {String} caseplanId Caseplan
|
|
11348
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11295
11349
|
* @param {Object} opts Optional parameters
|
|
11296
11350
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11297
|
-
* deleteCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11298
11351
|
*/},{key:"deleteCasemanagementCaseplan",value:function deleteCasemanagementCaseplan(caseplanId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11299
11352
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling deleteCasemanagementCaseplan';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}','DELETE',{'caseplanId':caseplanId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11353
|
+
* Remove a data schema from a draft Caseplan.
|
|
11354
|
+
*
|
|
11355
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11356
|
+
* @param {String} schemaKeyName Schema key (for example default).
|
|
11357
|
+
* @param {Object} opts Optional parameters
|
|
11358
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11359
|
+
*/},{key:"deleteCasemanagementCaseplanDataschema",value:function deleteCasemanagementCaseplanDataschema(caseplanId,schemaKeyName,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11360
|
+
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling deleteCasemanagementCaseplanDataschema';}// verify the required parameter 'schemaKeyName' is set
|
|
11361
|
+
if(schemaKeyName===undefined||schemaKeyName===null||schemaKeyName===''){throw'Missing the required parameter "schemaKeyName" when calling deleteCasemanagementCaseplanDataschema';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas/{schemaKeyName}','DELETE',{'caseplanId':caseplanId,'schemaKeyName':schemaKeyName},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11300
11362
|
* Get a Case.
|
|
11301
11363
|
*
|
|
11302
|
-
* @param {String} caseId Case
|
|
11364
|
+
* @param {String} caseId Case identifier.
|
|
11303
11365
|
* @param {Object} opts Optional parameters
|
|
11304
|
-
* @param {Object} opts.expands
|
|
11366
|
+
* @param {Object} opts.expands Fields to expand.
|
|
11305
11367
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11306
|
-
* getCasemanagementCase is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11307
11368
|
*/},{key:"getCasemanagementCase",value:function getCasemanagementCase(caseId,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11308
11369
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling getCasemanagementCase';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}','GET',{'caseId':caseId},{'expands':opts['expands']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11309
11370
|
* Get a Case Association.
|
|
11310
11371
|
*
|
|
11311
|
-
* @param {String} caseId Case
|
|
11312
|
-
* @param {String} associationId Case
|
|
11372
|
+
* @param {String} caseId Case identifier.
|
|
11373
|
+
* @param {String} associationId Case association identifier.
|
|
11313
11374
|
* @param {Object} opts Optional parameters
|
|
11314
11375
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11315
|
-
* getCasemanagementCaseAssociation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11316
11376
|
*/},{key:"getCasemanagementCaseAssociation",value:function getCasemanagementCaseAssociation(caseId,associationId,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11317
11377
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling getCasemanagementCaseAssociation';}// verify the required parameter 'associationId' is set
|
|
11318
11378
|
if(associationId===undefined||associationId===null||associationId===''){throw'Missing the required parameter "associationId" when calling getCasemanagementCaseAssociation';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/associations/{associationId}','GET',{'caseId':caseId,'associationId':associationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11319
|
-
* Get a list of
|
|
11379
|
+
* Get a list of Case associations for the Case.
|
|
11320
11380
|
*
|
|
11321
|
-
* @param {String} caseId Case
|
|
11381
|
+
* @param {String} caseId Case identifier.
|
|
11322
11382
|
* @param {Object} opts Optional parameters
|
|
11323
11383
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
11324
11384
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
11325
11385
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
11326
11386
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11327
|
-
* getCasemanagementCaseAssociations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11328
11387
|
*/},{key:"getCasemanagementCaseAssociations",value:function getCasemanagementCaseAssociations(caseId,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11329
11388
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling getCasemanagementCaseAssociations';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/associations','GET',{'caseId':caseId},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11330
11389
|
* Get a Stage.
|
|
11331
11390
|
*
|
|
11332
|
-
* @param {String} caseId Case
|
|
11333
|
-
* @param {String} stageId Stage
|
|
11391
|
+
* @param {String} caseId Case identifier.
|
|
11392
|
+
* @param {String} stageId Stage identifier.
|
|
11334
11393
|
* @param {Object} opts Optional parameters
|
|
11335
11394
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11336
|
-
* getCasemanagementCaseStage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11337
11395
|
*/},{key:"getCasemanagementCaseStage",value:function getCasemanagementCaseStage(caseId,stageId,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11338
11396
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStage';}// verify the required parameter 'stageId' is set
|
|
11339
11397
|
if(stageId===undefined||stageId===null||stageId===''){throw'Missing the required parameter "stageId" when calling getCasemanagementCaseStage';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/stages/{stageId}','GET',{'caseId':caseId,'stageId':stageId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11340
11398
|
* Get a Step.
|
|
11341
11399
|
*
|
|
11342
|
-
* @param {String} caseId Case
|
|
11343
|
-
* @param {String} stageId Stage
|
|
11344
|
-
* @param {String} stepId Step
|
|
11400
|
+
* @param {String} caseId Case identifier.
|
|
11401
|
+
* @param {String} stageId Stage identifier.
|
|
11402
|
+
* @param {String} stepId Step identifier.
|
|
11345
11403
|
* @param {Object} opts Optional parameters
|
|
11346
11404
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11347
|
-
* getCasemanagementCaseStageStep is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11348
11405
|
*/},{key:"getCasemanagementCaseStageStep",value:function getCasemanagementCaseStageStep(caseId,stageId,stepId,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11349
11406
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStageStep';}// verify the required parameter 'stageId' is set
|
|
11350
11407
|
if(stageId===undefined||stageId===null||stageId===''){throw'Missing the required parameter "stageId" when calling getCasemanagementCaseStageStep';}// verify the required parameter 'stepId' is set
|
|
11351
11408
|
if(stepId===undefined||stepId===null||stepId===''){throw'Missing the required parameter "stepId" when calling getCasemanagementCaseStageStep';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/stages/{stageId}/steps/{stepId}','GET',{'caseId':caseId,'stageId':stageId,'stepId':stepId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11352
11409
|
* Get a list of Steps.
|
|
11353
11410
|
*
|
|
11354
|
-
* @param {String} caseId Case
|
|
11355
|
-
* @param {String} stageId Stage
|
|
11411
|
+
* @param {String} caseId Case identifier.
|
|
11412
|
+
* @param {String} stageId Stage identifier.
|
|
11356
11413
|
* @param {Object} opts Optional parameters
|
|
11357
11414
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
11358
11415
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
11359
11416
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
11360
11417
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11361
|
-
* getCasemanagementCaseStageSteps is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11362
11418
|
*/},{key:"getCasemanagementCaseStageSteps",value:function getCasemanagementCaseStageSteps(caseId,stageId,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11363
11419
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStageSteps';}// verify the required parameter 'stageId' is set
|
|
11364
11420
|
if(stageId===undefined||stageId===null||stageId===''){throw'Missing the required parameter "stageId" when calling getCasemanagementCaseStageSteps';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/stages/{stageId}/steps','GET',{'caseId':caseId,'stageId':stageId},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11365
11421
|
* Get a list of Stages.
|
|
11366
11422
|
*
|
|
11367
|
-
* @param {String} caseId Case
|
|
11423
|
+
* @param {String} caseId Case identifier.
|
|
11368
11424
|
* @param {Object} opts Optional parameters
|
|
11369
11425
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
11370
11426
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
11371
11427
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
11372
11428
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11373
|
-
* getCasemanagementCaseStages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11374
11429
|
*/},{key:"getCasemanagementCaseStages",value:function getCasemanagementCaseStages(caseId,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11375
11430
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStages';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/stages','GET',{'caseId':caseId},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11376
11431
|
* Get a Terminate Job for a Case.
|
|
11377
11432
|
*
|
|
11378
|
-
* @param {String} caseId Case
|
|
11379
|
-
* @param {String} jobId Job
|
|
11433
|
+
* @param {String} caseId Case identifier.
|
|
11434
|
+
* @param {String} jobId Terminate Job identifier.
|
|
11380
11435
|
* @param {Object} opts Optional parameters
|
|
11381
11436
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11382
|
-
* getCasemanagementCaseTerminateJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11383
11437
|
*/},{key:"getCasemanagementCaseTerminateJob",value:function getCasemanagementCaseTerminateJob(caseId,jobId,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11384
11438
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling getCasemanagementCaseTerminateJob';}// verify the required parameter 'jobId' is set
|
|
11385
11439
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getCasemanagementCaseTerminateJob';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/terminate/jobs/{jobId}','GET',{'caseId':caseId,'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11386
11440
|
* Get a Caseplan.
|
|
11387
11441
|
*
|
|
11388
|
-
* @param {String} caseplanId Caseplan
|
|
11442
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11389
11443
|
* @param {Object} opts Optional parameters
|
|
11390
11444
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11391
|
-
* getCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11392
11445
|
*/},{key:"getCasemanagementCaseplan",value:function getCasemanagementCaseplan(caseplanId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11393
11446
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplan';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}','GET',{'caseplanId':caseplanId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11394
11447
|
* Get a Caseplan version.
|
|
11395
11448
|
*
|
|
11396
|
-
* @param {String} caseplanId Caseplan
|
|
11397
|
-
* @param {String} versionId
|
|
11449
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11450
|
+
* @param {String} versionId Caseplan version identifier.
|
|
11398
11451
|
* @param {Object} opts Optional parameters
|
|
11399
11452
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11400
|
-
* getCasemanagementCaseplanVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11401
11453
|
*/},{key:"getCasemanagementCaseplanVersion",value:function getCasemanagementCaseplanVersion(caseplanId,versionId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11402
11454
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersion';}// verify the required parameter 'versionId' is set
|
|
11403
11455
|
if(versionId===undefined||versionId===null||versionId===''){throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersion';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}','GET',{'caseplanId':caseplanId,'versionId':versionId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11404
|
-
* Get the
|
|
11456
|
+
* Get the data schemas for a Caseplan version.
|
|
11405
11457
|
*
|
|
11406
|
-
* @param {String} caseplanId Caseplan
|
|
11407
|
-
* @param {String} versionId
|
|
11458
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11459
|
+
* @param {String} versionId Caseplan version identifier.
|
|
11408
11460
|
* @param {Object} opts Optional parameters
|
|
11409
11461
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11410
|
-
* getCasemanagementCaseplanVersionDataschemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11411
11462
|
*/},{key:"getCasemanagementCaseplanVersionDataschemas",value:function getCasemanagementCaseplanVersionDataschemas(caseplanId,versionId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11412
11463
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionDataschemas';}// verify the required parameter 'versionId' is set
|
|
11413
11464
|
if(versionId===undefined||versionId===null||versionId===''){throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionDataschemas';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/dataschemas','GET',{'caseplanId':caseplanId,'versionId':versionId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11414
11465
|
* Get the intake settings for a Caseplan version.
|
|
11415
11466
|
*
|
|
11416
|
-
* @param {String} caseplanId Caseplan
|
|
11417
|
-
* @param {String} versionId
|
|
11467
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11468
|
+
* @param {String} versionId Caseplan version identifier.
|
|
11418
11469
|
* @param {Object} opts Optional parameters
|
|
11419
11470
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11420
|
-
* getCasemanagementCaseplanVersionIntakesettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11421
11471
|
*/},{key:"getCasemanagementCaseplanVersionIntakesettings",value:function getCasemanagementCaseplanVersionIntakesettings(caseplanId,versionId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11422
11472
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionIntakesettings';}// verify the required parameter 'versionId' is set
|
|
11423
11473
|
if(versionId===undefined||versionId===null||versionId===''){throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionIntakesettings';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/intakesettings','GET',{'caseplanId':caseplanId,'versionId':versionId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11424
11474
|
* Get a Stageplan.
|
|
11425
11475
|
*
|
|
11426
|
-
* @param {String} caseplanId Caseplan
|
|
11427
|
-
* @param {String} versionId
|
|
11428
|
-
* @param {String} stageplanId Stageplan
|
|
11476
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11477
|
+
* @param {String} versionId Caseplan version identifier.
|
|
11478
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
11429
11479
|
* @param {Object} opts Optional parameters
|
|
11430
|
-
* @param {Array.<String>} opts.expands
|
|
11480
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
11431
11481
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11432
|
-
* getCasemanagementCaseplanVersionStageplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11433
11482
|
*/},{key:"getCasemanagementCaseplanVersionStageplan",value:function getCasemanagementCaseplanVersionStageplan(caseplanId,versionId,stageplanId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11434
11483
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplan';}// verify the required parameter 'versionId' is set
|
|
11435
11484
|
if(versionId===undefined||versionId===null||versionId===''){throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplan';}// verify the required parameter 'stageplanId' is set
|
|
11436
11485
|
if(stageplanId===undefined||stageplanId===null||stageplanId===''){throw'Missing the required parameter "stageplanId" when calling getCasemanagementCaseplanVersionStageplan';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans/{stageplanId}','GET',{'caseplanId':caseplanId,'versionId':versionId,'stageplanId':stageplanId},{'expands':this.apiClient.buildCollectionParam(opts['expands'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11437
11486
|
* Get a Stepplan.
|
|
11438
11487
|
*
|
|
11439
|
-
* @param {String} caseplanId Caseplan
|
|
11440
|
-
* @param {String} versionId
|
|
11441
|
-
* @param {String} stageplanId Stageplan
|
|
11442
|
-
* @param {String} stepplanId Stepplan
|
|
11488
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11489
|
+
* @param {String} versionId Caseplan version identifier.
|
|
11490
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
11491
|
+
* @param {String} stepplanId Stepplan identifier.
|
|
11443
11492
|
* @param {Object} opts Optional parameters
|
|
11444
|
-
* @param {Array.<String>} opts.expands
|
|
11493
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
11445
11494
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11446
|
-
* getCasemanagementCaseplanVersionStageplanStepplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11447
11495
|
*/},{key:"getCasemanagementCaseplanVersionStageplanStepplan",value:function getCasemanagementCaseplanVersionStageplanStepplan(caseplanId,versionId,stageplanId,stepplanId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11448
11496
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplanStepplan';}// verify the required parameter 'versionId' is set
|
|
11449
11497
|
if(versionId===undefined||versionId===null||versionId===''){throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplanStepplan';}// verify the required parameter 'stageplanId' is set
|
|
@@ -11451,208 +11499,210 @@ if(stageplanId===undefined||stageplanId===null||stageplanId===''){throw'Missing
|
|
|
11451
11499
|
if(stepplanId===undefined||stepplanId===null||stepplanId===''){throw'Missing the required parameter "stepplanId" when calling getCasemanagementCaseplanVersionStageplanStepplan';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans/{stageplanId}/stepplans/{stepplanId}','GET',{'caseplanId':caseplanId,'versionId':versionId,'stageplanId':stageplanId,'stepplanId':stepplanId},{'expands':this.apiClient.buildCollectionParam(opts['expands'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11452
11500
|
* Get a list of Stepplans.
|
|
11453
11501
|
*
|
|
11454
|
-
* @param {String} caseplanId Caseplan
|
|
11455
|
-
* @param {String} versionId
|
|
11456
|
-
* @param {String} stageplanId Stageplan
|
|
11502
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11503
|
+
* @param {String} versionId Caseplan version identifier.
|
|
11504
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
11457
11505
|
* @param {Object} opts Optional parameters
|
|
11458
11506
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
11459
11507
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
11460
11508
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
11461
|
-
* @param {Array.<String>} opts.expands
|
|
11509
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
11462
11510
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11463
|
-
* getCasemanagementCaseplanVersionStageplanStepplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11464
11511
|
*/},{key:"getCasemanagementCaseplanVersionStageplanStepplans",value:function getCasemanagementCaseplanVersionStageplanStepplans(caseplanId,versionId,stageplanId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11465
11512
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplanStepplans';}// verify the required parameter 'versionId' is set
|
|
11466
11513
|
if(versionId===undefined||versionId===null||versionId===''){throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplanStepplans';}// verify the required parameter 'stageplanId' is set
|
|
11467
11514
|
if(stageplanId===undefined||stageplanId===null||stageplanId===''){throw'Missing the required parameter "stageplanId" when calling getCasemanagementCaseplanVersionStageplanStepplans';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans/{stageplanId}/stepplans','GET',{'caseplanId':caseplanId,'versionId':versionId,'stageplanId':stageplanId},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize'],'expands':this.apiClient.buildCollectionParam(opts['expands'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11468
11515
|
* Get a list of Stageplans.
|
|
11469
11516
|
*
|
|
11470
|
-
* @param {String} caseplanId Caseplan
|
|
11471
|
-
* @param {String} versionId
|
|
11517
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11518
|
+
* @param {String} versionId Caseplan version identifier.
|
|
11472
11519
|
* @param {Object} opts Optional parameters
|
|
11473
11520
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
11474
11521
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
11475
11522
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
11476
|
-
* @param {Array.<String>} opts.expands
|
|
11523
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
11477
11524
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11478
|
-
* getCasemanagementCaseplanVersionStageplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11479
11525
|
*/},{key:"getCasemanagementCaseplanVersionStageplans",value:function getCasemanagementCaseplanVersionStageplans(caseplanId,versionId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11480
11526
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplans';}// verify the required parameter 'versionId' is set
|
|
11481
11527
|
if(versionId===undefined||versionId===null||versionId===''){throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplans';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans','GET',{'caseplanId':caseplanId,'versionId':versionId},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize'],'expands':this.apiClient.buildCollectionParam(opts['expands'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11482
11528
|
* Get a list of Caseplans.
|
|
11483
11529
|
*
|
|
11484
11530
|
* @param {Object} opts Optional parameters
|
|
11485
|
-
* @param {String} opts.after
|
|
11486
|
-
* @param {Number} opts.pageSize Number of
|
|
11487
|
-
* @param {String} opts.customerIntentId Filter by
|
|
11488
|
-
* @param {String} opts.divisionIds Filter by
|
|
11531
|
+
* @param {String} opts.after Cursor that points to the end of the previously returned set of Caseplans.
|
|
11532
|
+
* @param {Number} opts.pageSize Number of Caseplans to return. Maximum is 200.
|
|
11533
|
+
* @param {String} opts.customerIntentId Filter by customer intent.
|
|
11534
|
+
* @param {String} opts.divisionIds Filter by divisions.
|
|
11489
11535
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11490
|
-
* getCasemanagementCaseplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11491
11536
|
*/},{key:"getCasemanagementCaseplans",value:function getCasemanagementCaseplans(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/casemanagement/caseplans','GET',{},{'after':opts['after'],'pageSize':opts['pageSize'],'customerIntentId':opts['customerIntentId'],'divisionIds':opts['divisionIds']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11492
|
-
* Get a list of
|
|
11537
|
+
* Get a list of Cases for an External Contact.
|
|
11493
11538
|
*
|
|
11494
|
-
* @param {String} externalContactId External
|
|
11539
|
+
* @param {String} externalContactId External contact identifier.
|
|
11495
11540
|
* @param {Object} opts Optional parameters
|
|
11496
|
-
* @param {String} opts.after
|
|
11497
|
-
* @param {Number} opts.pageSize Number of
|
|
11498
|
-
* @param {String} opts.divisionIds Filter by
|
|
11499
|
-
* @param {Array.<String>} opts.expands
|
|
11541
|
+
* @param {String} opts.after Cursor pointing to the end of the previously returned page of Cases.
|
|
11542
|
+
* @param {Number} opts.pageSize Number of Cases to return (maximum 200).
|
|
11543
|
+
* @param {String} opts.divisionIds Filter by divisions.
|
|
11544
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
11500
11545
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11501
|
-
* getCasemanagementCasesExternalcontact is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11502
11546
|
*/},{key:"getCasemanagementCasesExternalcontact",value:function getCasemanagementCasesExternalcontact(externalContactId,opts){opts=opts||{};// verify the required parameter 'externalContactId' is set
|
|
11503
11547
|
if(externalContactId===undefined||externalContactId===null||externalContactId===''){throw'Missing the required parameter "externalContactId" when calling getCasemanagementCasesExternalcontact';}return this.apiClient.callApi('/api/v2/casemanagement/cases/externalcontacts/{externalContactId}','GET',{'externalContactId':externalContactId},{'after':opts['after'],'pageSize':opts['pageSize'],'divisionIds':opts['divisionIds'],'expands':this.apiClient.buildCollectionParam(opts['expands'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11504
11548
|
* Get a Case by reference.
|
|
11505
11549
|
*
|
|
11506
|
-
* @param {String} referenceId
|
|
11550
|
+
* @param {String} referenceId Case reference.
|
|
11507
11551
|
* @param {Object} opts Optional parameters
|
|
11508
|
-
* @param {Object} opts.expands
|
|
11552
|
+
* @param {Object} opts.expands Fields to expand.
|
|
11509
11553
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11510
|
-
* getCasemanagementCasesReference is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11511
11554
|
*/},{key:"getCasemanagementCasesReference",value:function getCasemanagementCasesReference(referenceId,opts){opts=opts||{};// verify the required parameter 'referenceId' is set
|
|
11512
11555
|
if(referenceId===undefined||referenceId===null||referenceId===''){throw'Missing the required parameter "referenceId" when calling getCasemanagementCasesReference';}return this.apiClient.callApi('/api/v2/casemanagement/cases/references/{referenceId}','GET',{'referenceId':referenceId},{'expands':opts['expands']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11513
|
-
* Update
|
|
11556
|
+
* Update the due date of a Case.
|
|
11514
11557
|
*
|
|
11515
|
-
* @param {String} caseId Case
|
|
11516
|
-
* @param {Object} body
|
|
11558
|
+
* @param {String} caseId Case identifier.
|
|
11559
|
+
* @param {Object} body Due date update.
|
|
11517
11560
|
* @param {Object} opts Optional parameters
|
|
11518
11561
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11519
|
-
* patchCasemanagementCaseDatedue is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11520
11562
|
*/},{key:"patchCasemanagementCaseDatedue",value:function patchCasemanagementCaseDatedue(caseId,body,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11521
11563
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling patchCasemanagementCaseDatedue';}// verify the required parameter 'body' is set
|
|
11522
11564
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchCasemanagementCaseDatedue';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/datedue','PATCH',{'caseId':caseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11523
11565
|
* Update priority of a Case.
|
|
11524
11566
|
*
|
|
11525
|
-
* @param {String} caseId Case
|
|
11526
|
-
* @param {Object} body Priority
|
|
11567
|
+
* @param {String} caseId Case identifier.
|
|
11568
|
+
* @param {Object} body Priority update.
|
|
11527
11569
|
* @param {Object} opts Optional parameters
|
|
11528
11570
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11529
|
-
* patchCasemanagementCasePriority is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11530
11571
|
*/},{key:"patchCasemanagementCasePriority",value:function patchCasemanagementCasePriority(caseId,body,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11531
11572
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling patchCasemanagementCasePriority';}// verify the required parameter 'body' is set
|
|
11532
11573
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchCasemanagementCasePriority';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/priority','PATCH',{'caseId':caseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11533
11574
|
* Update summary of a Case.
|
|
11534
11575
|
*
|
|
11535
|
-
* @param {String} caseId Case
|
|
11536
|
-
* @param {Object} body Summary
|
|
11576
|
+
* @param {String} caseId Case identifier.
|
|
11577
|
+
* @param {Object} body Summary update.
|
|
11537
11578
|
* @param {Object} opts Optional parameters
|
|
11538
11579
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11539
|
-
* patchCasemanagementCaseSummary is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11540
11580
|
*/},{key:"patchCasemanagementCaseSummary",value:function patchCasemanagementCaseSummary(caseId,body,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11541
11581
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling patchCasemanagementCaseSummary';}// verify the required parameter 'body' is set
|
|
11542
11582
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchCasemanagementCaseSummary';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/summary','PATCH',{'caseId':caseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11543
11583
|
* Update the attributes of a Caseplan.
|
|
11544
11584
|
*
|
|
11545
|
-
* @param {String} caseplanId Caseplan
|
|
11546
|
-
* @param {Object} body Caseplan
|
|
11585
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11586
|
+
* @param {Object} body Caseplan update.
|
|
11547
11587
|
* @param {Object} opts Optional parameters
|
|
11548
11588
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11549
|
-
* patchCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11550
11589
|
*/},{key:"patchCasemanagementCaseplan",value:function patchCasemanagementCaseplan(caseplanId,body,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11551
11590
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling patchCasemanagementCaseplan';}// verify the required parameter 'body' is set
|
|
11552
11591
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchCasemanagementCaseplan';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}','PATCH',{'caseplanId':caseplanId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11553
11592
|
* Update the attributes of a Stageplan.
|
|
11554
11593
|
*
|
|
11555
|
-
* @param {String} caseplanId Caseplan
|
|
11556
|
-
* @param {String} stageplanId Stageplan
|
|
11557
|
-
* @param {Object} body Stageplan
|
|
11594
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11595
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
11596
|
+
* @param {Object} body Stageplan update.
|
|
11558
11597
|
* @param {Object} opts Optional parameters
|
|
11559
11598
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11560
|
-
* patchCasemanagementCaseplanStageplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11561
11599
|
*/},{key:"patchCasemanagementCaseplanStageplan",value:function patchCasemanagementCaseplanStageplan(caseplanId,stageplanId,body,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11562
11600
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling patchCasemanagementCaseplanStageplan';}// verify the required parameter 'stageplanId' is set
|
|
11563
11601
|
if(stageplanId===undefined||stageplanId===null||stageplanId===''){throw'Missing the required parameter "stageplanId" when calling patchCasemanagementCaseplanStageplan';}// verify the required parameter 'body' is set
|
|
11564
11602
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchCasemanagementCaseplanStageplan';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/stageplans/{stageplanId}','PATCH',{'caseplanId':caseplanId,'stageplanId':stageplanId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11565
11603
|
* Update the attributes of a Stepplan.
|
|
11566
11604
|
*
|
|
11567
|
-
* @param {String} caseplanId Caseplan
|
|
11568
|
-
* @param {String} stageplanId Stageplan
|
|
11569
|
-
* @param {String} stepplanId Stepplan
|
|
11570
|
-
* @param {Object} body Stepplan
|
|
11605
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11606
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
11607
|
+
* @param {String} stepplanId Stepplan identifier.
|
|
11608
|
+
* @param {Object} body Stepplan update.
|
|
11571
11609
|
* @param {Object} opts Optional parameters
|
|
11572
11610
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11573
|
-
* patchCasemanagementCaseplanStageplanStepplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11574
11611
|
*/},{key:"patchCasemanagementCaseplanStageplanStepplan",value:function patchCasemanagementCaseplanStageplanStepplan(caseplanId,stageplanId,stepplanId,body,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11575
11612
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling patchCasemanagementCaseplanStageplanStepplan';}// verify the required parameter 'stageplanId' is set
|
|
11576
11613
|
if(stageplanId===undefined||stageplanId===null||stageplanId===''){throw'Missing the required parameter "stageplanId" when calling patchCasemanagementCaseplanStageplanStepplan';}// verify the required parameter 'stepplanId' is set
|
|
11577
11614
|
if(stepplanId===undefined||stepplanId===null||stepplanId===''){throw'Missing the required parameter "stepplanId" when calling patchCasemanagementCaseplanStageplanStepplan';}// verify the required parameter 'body' is set
|
|
11578
11615
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchCasemanagementCaseplanStageplanStepplan';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/stageplans/{stageplanId}/stepplans/{stepplanId}','PATCH',{'caseplanId':caseplanId,'stageplanId':stageplanId,'stepplanId':stepplanId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11579
|
-
* Create a
|
|
11616
|
+
* Create a Case association.
|
|
11580
11617
|
*
|
|
11581
|
-
* @param {String} caseId Case
|
|
11618
|
+
* @param {String} caseId Case identifier.
|
|
11619
|
+
* @param {Object} body Case association create request.
|
|
11582
11620
|
* @param {Object} opts Optional parameters
|
|
11583
|
-
* @param {Object} opts.body Case Association
|
|
11584
11621
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11585
|
-
|
|
11586
|
-
|
|
11587
|
-
if(
|
|
11622
|
+
*/},{key:"postCasemanagementCaseAssociations",value:function postCasemanagementCaseAssociations(caseId,body,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11623
|
+
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling postCasemanagementCaseAssociations';}// verify the required parameter 'body' is set
|
|
11624
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCasemanagementCaseAssociations';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/associations','POST',{'caseId':caseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11588
11625
|
* Create a Terminate Job for a Case.
|
|
11589
11626
|
*
|
|
11590
|
-
* @param {String} caseId Case
|
|
11627
|
+
* @param {String} caseId Case identifier.
|
|
11591
11628
|
* @param {Object} opts Optional parameters
|
|
11592
11629
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11593
|
-
* postCasemanagementCaseTerminateJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11594
11630
|
*/},{key:"postCasemanagementCaseTerminateJobs",value:function postCasemanagementCaseTerminateJobs(caseId,opts){opts=opts||{};// verify the required parameter 'caseId' is set
|
|
11595
11631
|
if(caseId===undefined||caseId===null||caseId===''){throw'Missing the required parameter "caseId" when calling postCasemanagementCaseTerminateJobs';}return this.apiClient.callApi('/api/v2/casemanagement/cases/{caseId}/terminate/jobs','POST',{'caseId':caseId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11632
|
+
* Add a data schema to a draft Caseplan.
|
|
11633
|
+
*
|
|
11634
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11635
|
+
* @param {Object} body Data schema reference.
|
|
11636
|
+
* @param {Object} opts Optional parameters
|
|
11637
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11638
|
+
*/},{key:"postCasemanagementCaseplanDataschemas",value:function postCasemanagementCaseplanDataschemas(caseplanId,body,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11639
|
+
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling postCasemanagementCaseplanDataschemas';}// verify the required parameter 'body' is set
|
|
11640
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCasemanagementCaseplanDataschemas';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas','POST',{'caseplanId':caseplanId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11596
11641
|
* Publish Caseplan.
|
|
11597
11642
|
*
|
|
11598
|
-
* @param {String} caseplanId Caseplan
|
|
11643
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11599
11644
|
* @param {Object} opts Optional parameters
|
|
11600
11645
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11601
|
-
* postCasemanagementCaseplanPublish is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11602
11646
|
*/},{key:"postCasemanagementCaseplanPublish",value:function postCasemanagementCaseplanPublish(caseplanId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11603
11647
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling postCasemanagementCaseplanPublish';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/publish','POST',{'caseplanId':caseplanId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11604
11648
|
* Create Caseplan version.
|
|
11605
11649
|
*
|
|
11606
|
-
* @param {String} caseplanId Caseplan
|
|
11650
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11607
11651
|
* @param {Object} opts Optional parameters
|
|
11608
11652
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11609
|
-
* postCasemanagementCaseplanVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11610
11653
|
*/},{key:"postCasemanagementCaseplanVersions",value:function postCasemanagementCaseplanVersions(caseplanId,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11611
11654
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling postCasemanagementCaseplanVersions';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/versions','POST',{'caseplanId':caseplanId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11612
11655
|
* Create a Caseplan.
|
|
11613
11656
|
*
|
|
11614
|
-
* @param {Object} body Caseplan
|
|
11657
|
+
* @param {Object} body Caseplan create request.
|
|
11615
11658
|
* @param {Object} opts Optional parameters
|
|
11616
11659
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11617
|
-
* postCasemanagementCaseplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11618
11660
|
*/},{key:"postCasemanagementCaseplans",value:function postCasemanagementCaseplans(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
11619
11661
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCasemanagementCaseplans';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11620
|
-
* Query for
|
|
11662
|
+
* Query for Caseplans.
|
|
11621
11663
|
*
|
|
11622
|
-
* @param {Object} body
|
|
11664
|
+
* @param {Object} body Caseplan query request.
|
|
11623
11665
|
* @param {Object} opts Optional parameters
|
|
11624
11666
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11625
|
-
* postCasemanagementCaseplansQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11626
11667
|
*/},{key:"postCasemanagementCaseplansQuery",value:function postCasemanagementCaseplansQuery(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
11627
11668
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCasemanagementCaseplansQuery';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11628
11669
|
* Create a Case.
|
|
11629
11670
|
*
|
|
11630
|
-
* @param {Object} body Case
|
|
11671
|
+
* @param {Object} body Case create request.
|
|
11631
11672
|
* @param {Object} opts Optional parameters
|
|
11632
11673
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11633
|
-
* postCasemanagementCases is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11634
11674
|
*/},{key:"postCasemanagementCases",value:function postCasemanagementCases(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
11635
11675
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCasemanagementCases';}return this.apiClient.callApi('/api/v2/casemanagement/cases','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11636
|
-
* Query for
|
|
11676
|
+
* Query for Case associations by interaction.
|
|
11677
|
+
*
|
|
11678
|
+
* @param {Object} body Case association query request.
|
|
11679
|
+
* @param {Object} opts Optional parameters
|
|
11680
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11681
|
+
*/},{key:"postCasemanagementCasesAssociationsQuery",value:function postCasemanagementCasesAssociationsQuery(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
11682
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCasemanagementCasesAssociationsQuery';}return this.apiClient.callApi('/api/v2/casemanagement/cases/associations/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11683
|
+
* Update a data schema on a draft Caseplan.
|
|
11637
11684
|
*
|
|
11685
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11686
|
+
* @param {String} schemaKeyName Schema key (for example default).
|
|
11687
|
+
* @param {Object} body Data schema reference.
|
|
11638
11688
|
* @param {Object} opts Optional parameters
|
|
11639
|
-
* @param {Object} opts.body Case Association
|
|
11640
11689
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11641
|
-
|
|
11642
|
-
|
|
11690
|
+
*/},{key:"putCasemanagementCaseplanDataschema",value:function putCasemanagementCaseplanDataschema(caseplanId,schemaKeyName,body,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11691
|
+
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling putCasemanagementCaseplanDataschema';}// verify the required parameter 'schemaKeyName' is set
|
|
11692
|
+
if(schemaKeyName===undefined||schemaKeyName===null||schemaKeyName===''){throw'Missing the required parameter "schemaKeyName" when calling putCasemanagementCaseplanDataschema';}// verify the required parameter 'body' is set
|
|
11693
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putCasemanagementCaseplanDataschema';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas/{schemaKeyName}','PUT',{'caseplanId':caseplanId,'schemaKeyName':schemaKeyName},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
11643
11694
|
* Update the intake settings for a Caseplan.
|
|
11644
11695
|
*
|
|
11645
|
-
* @param {String} caseplanId Caseplan
|
|
11646
|
-
* @param {Object} body Intake
|
|
11696
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
11697
|
+
* @param {Object} body Intake settings update.
|
|
11647
11698
|
* @param {Object} opts Optional parameters
|
|
11648
11699
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11649
|
-
* putCasemanagementCaseplanIntakesettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11650
11700
|
*/},{key:"putCasemanagementCaseplanIntakesettings",value:function putCasemanagementCaseplanIntakesettings(caseplanId,body,opts){opts=opts||{};// verify the required parameter 'caseplanId' is set
|
|
11651
11701
|
if(caseplanId===undefined||caseplanId===null||caseplanId===''){throw'Missing the required parameter "caseplanId" when calling putCasemanagementCaseplanIntakesettings';}// verify the required parameter 'body' is set
|
|
11652
11702
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putCasemanagementCaseplanIntakesettings';}return this.apiClient.callApi('/api/v2/casemanagement/caseplans/{caseplanId}/intakesettings','PUT',{'caseplanId':caseplanId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var ChatApi=/*#__PURE__*/function(){/**
|
|
11653
11703
|
* Chat service.
|
|
11654
11704
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
11655
|
-
* @version
|
|
11705
|
+
* @version 254.0.0
|
|
11656
11706
|
*//**
|
|
11657
11707
|
* Constructs a new ChatApi.
|
|
11658
11708
|
* @alias module:purecloud-platform-client-v2/api/ChatApi
|
|
@@ -11947,7 +11997,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
11947
11997
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putChatsSettings';}return this.apiClient.callApi('/api/v2/chats/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var CoachingApi=/*#__PURE__*/function(){/**
|
|
11948
11998
|
* Coaching service.
|
|
11949
11999
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
11950
|
-
* @version
|
|
12000
|
+
* @version 254.0.0
|
|
11951
12001
|
*//**
|
|
11952
12002
|
* Constructs a new CoachingApi.
|
|
11953
12003
|
* @alias module:purecloud-platform-client-v2/api/CoachingApi
|
|
@@ -12146,7 +12196,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12146
12196
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCoachingScheduleslotsQuery';}return this.apiClient.callApi('/api/v2/coaching/scheduleslots/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var ContentManagementApi=/*#__PURE__*/function(){/**
|
|
12147
12197
|
* ContentManagement service.
|
|
12148
12198
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
12149
|
-
* @version
|
|
12199
|
+
* @version 254.0.0
|
|
12150
12200
|
*//**
|
|
12151
12201
|
* Constructs a new ContentManagementApi.
|
|
12152
12202
|
* @alias module:purecloud-platform-client-v2/api/ContentManagementApi
|
|
@@ -12478,7 +12528,7 @@ if(tagId===undefined||tagId===null||tagId===''){throw'Missing the required param
|
|
|
12478
12528
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceTagvalue';}return this.apiClient.callApi('/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}','PUT',{'workspaceId':workspaceId,'tagId':tagId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var ConversationsApi=/*#__PURE__*/function(){/**
|
|
12479
12529
|
* Conversations service.
|
|
12480
12530
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
12481
|
-
* @version
|
|
12531
|
+
* @version 254.0.0
|
|
12482
12532
|
*//**
|
|
12483
12533
|
* Constructs a new ConversationsApi.
|
|
12484
12534
|
* @alias module:purecloud-platform-client-v2/api/ConversationsApi
|
|
@@ -12491,7 +12541,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12491
12541
|
* @param {String} jobId jobId
|
|
12492
12542
|
* @param {Object} opts Optional parameters
|
|
12493
12543
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
12494
|
-
* deleteAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12495
12544
|
*/return _createClass(ConversationsApi,[{key:"deleteAnalyticsConversationsAggregatesJob",value:function deleteAnalyticsConversationsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
12496
12545
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/conversations/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
12497
12546
|
* Delete/cancel an async details job
|
|
@@ -12654,7 +12703,6 @@ if(conversationId===undefined||conversationId===null||conversationId===''){throw
|
|
|
12654
12703
|
* @param {String} jobId jobId
|
|
12655
12704
|
* @param {Object} opts Optional parameters
|
|
12656
12705
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
12657
|
-
* getAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12658
12706
|
*/},{key:"getAnalyticsConversationsAggregatesJob",value:function getAnalyticsConversationsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
12659
12707
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/conversations/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
12660
12708
|
* Fetch a page of results for an async aggregates query
|
|
@@ -12663,7 +12711,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
12663
12711
|
* @param {Object} opts Optional parameters
|
|
12664
12712
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
12665
12713
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
12666
|
-
* getAnalyticsConversationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12667
12714
|
*/},{key:"getAnalyticsConversationsAggregatesJobResults",value:function getAnalyticsConversationsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
12668
12715
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/conversations/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
12669
12716
|
* Gets multiple conversations by id
|
|
@@ -14211,7 +14258,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14211
14258
|
* @param {Object} body query
|
|
14212
14259
|
* @param {Object} opts Optional parameters
|
|
14213
14260
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
14214
|
-
* postAnalyticsConversationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
14215
14261
|
*/},{key:"postAnalyticsConversationsAggregatesJobs",value:function postAnalyticsConversationsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
14216
14262
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsConversationsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/conversations/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
14217
14263
|
* Query for conversation aggregates
|
|
@@ -15010,7 +15056,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15010
15056
|
*/},{key:"postConversationsMessages",value:function postConversationsMessages(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
15011
15057
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsMessages';}return this.apiClient.callApi('/api/v2/conversations/messages','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
15012
15058
|
* Send an agentless outbound message
|
|
15013
|
-
* 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
|
|
15059
|
+
* 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.
|
|
15014
15060
|
* @param {Object} body Create agentless outbound messaging request
|
|
15015
15061
|
* @param {Object} opts Optional parameters
|
|
15016
15062
|
* @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, messagingTemplate) (default to false)
|
|
@@ -15410,7 +15456,7 @@ if(conversationId===undefined||conversationId===null||conversationId===''){throw
|
|
|
15410
15456
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsVideoRecordingstate';}return this.apiClient.callApi('/api/v2/conversations/videos/{conversationId}/recordingstate','PUT',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var DataExtensionsApi=/*#__PURE__*/function(){/**
|
|
15411
15457
|
* DataExtensions service.
|
|
15412
15458
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
15413
|
-
* @version
|
|
15459
|
+
* @version 254.0.0
|
|
15414
15460
|
*//**
|
|
15415
15461
|
* Constructs a new DataExtensionsApi.
|
|
15416
15462
|
* @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
|
|
@@ -15437,7 +15483,7 @@ if(coretypeName===undefined||coretypeName===null||coretypeName===''){throw'Missi
|
|
|
15437
15483
|
*/},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var DataPrivacyApi=/*#__PURE__*/function(){/**
|
|
15438
15484
|
* DataPrivacy service.
|
|
15439
15485
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
15440
|
-
* @version
|
|
15486
|
+
* @version 254.0.0
|
|
15441
15487
|
*//**
|
|
15442
15488
|
* Constructs a new DataPrivacyApi.
|
|
15443
15489
|
* @alias module:purecloud-platform-client-v2/api/DataPrivacyApi
|
|
@@ -15488,7 +15534,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15488
15534
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postDataprivacyMaskingrulesValidate';}return this.apiClient.callApi('/api/v2/dataprivacy/maskingrules/validate','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var DownloadsApi=/*#__PURE__*/function(){/**
|
|
15489
15535
|
* Downloads service.
|
|
15490
15536
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
15491
|
-
* @version
|
|
15537
|
+
* @version 254.0.0
|
|
15492
15538
|
*//**
|
|
15493
15539
|
* Constructs a new DownloadsApi.
|
|
15494
15540
|
* @alias module:purecloud-platform-client-v2/api/DownloadsApi
|
|
@@ -15508,7 +15554,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15508
15554
|
if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the required parameter "downloadId" when calling getDownload';}return this.apiClient.callApi('/api/v2/downloads/{downloadId}','GET',{'downloadId':downloadId},{'contentDisposition':opts['contentDisposition'],'issueRedirect':opts['issueRedirect'],'redirectToAuth':opts['redirectToAuth']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var EmailsApi=/*#__PURE__*/function(){/**
|
|
15509
15555
|
* Emails service.
|
|
15510
15556
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
15511
|
-
* @version
|
|
15557
|
+
* @version 254.0.0
|
|
15512
15558
|
*//**
|
|
15513
15559
|
* Constructs a new EmailsApi.
|
|
15514
15560
|
* @alias module:purecloud-platform-client-v2/api/EmailsApi
|
|
@@ -15545,7 +15591,7 @@ if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the
|
|
|
15545
15591
|
*/},{key:"patchEmailsSettingsThreading",value:function patchEmailsSettingsThreading(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings/threading','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var EmployeeEngagementApi=/*#__PURE__*/function(){/**
|
|
15546
15592
|
* EmployeeEngagement service.
|
|
15547
15593
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
15548
|
-
* @version
|
|
15594
|
+
* @version 254.0.0
|
|
15549
15595
|
*//**
|
|
15550
15596
|
* Constructs a new EmployeeEngagementApi.
|
|
15551
15597
|
* @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
@@ -15603,7 +15649,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15603
15649
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEmployeeengagementRecognitions';}return this.apiClient.callApi('/api/v2/employeeengagement/recognitions','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var EventsApi=/*#__PURE__*/function(){/**
|
|
15604
15650
|
* Events service.
|
|
15605
15651
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
15606
|
-
* @version
|
|
15652
|
+
* @version 254.0.0
|
|
15607
15653
|
*//**
|
|
15608
15654
|
* Constructs a new EventsApi.
|
|
15609
15655
|
* @alias module:purecloud-platform-client-v2/api/EventsApi
|
|
@@ -15642,7 +15688,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15642
15688
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEventsUsersRoutingstatus';}return this.apiClient.callApi('/api/v2/events/users/routingstatus','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var ExternalContactsApi=/*#__PURE__*/function(){/**
|
|
15643
15689
|
* ExternalContacts service.
|
|
15644
15690
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
15645
|
-
* @version
|
|
15691
|
+
* @version 254.0.0
|
|
15646
15692
|
*//**
|
|
15647
15693
|
* Constructs a new ExternalContactsApi.
|
|
15648
15694
|
* @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
|
|
@@ -16604,7 +16650,7 @@ if(relationshipId===undefined||relationshipId===null||relationshipId===''){throw
|
|
|
16604
16650
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putExternalcontactsRelationship';}return this.apiClient.callApi('/api/v2/externalcontacts/relationships/{relationshipId}','PUT',{'relationshipId':relationshipId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var FaxApi=/*#__PURE__*/function(){/**
|
|
16605
16651
|
* Fax service.
|
|
16606
16652
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
16607
|
-
* @version
|
|
16653
|
+
* @version 254.0.0
|
|
16608
16654
|
*//**
|
|
16609
16655
|
* Constructs a new FaxApi.
|
|
16610
16656
|
* @alias module:purecloud-platform-client-v2/api/FaxApi
|
|
@@ -16667,7 +16713,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
16667
16713
|
*/},{key:"putFaxSettings",value:function putFaxSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/fax/settings','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var FlowsApi=/*#__PURE__*/function(){/**
|
|
16668
16714
|
* Flows service.
|
|
16669
16715
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
16670
|
-
* @version
|
|
16716
|
+
* @version 254.0.0
|
|
16671
16717
|
*//**
|
|
16672
16718
|
* Constructs a new FlowsApi.
|
|
16673
16719
|
* @alias module:purecloud-platform-client-v2/api/FlowsApi
|
|
@@ -16680,7 +16726,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
16680
16726
|
* @param {String} jobId jobId
|
|
16681
16727
|
* @param {Object} opts Optional parameters
|
|
16682
16728
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16683
|
-
* deleteAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
16684
16729
|
*/return _createClass(FlowsApi,[{key:"deleteAnalyticsFlowsAggregatesJob",value:function deleteAnalyticsFlowsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
16685
16730
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsFlowsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/flows/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
16686
16731
|
* Get status for async query for Flow aggregates
|
|
@@ -16688,7 +16733,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
16688
16733
|
* @param {String} jobId jobId
|
|
16689
16734
|
* @param {Object} opts Optional parameters
|
|
16690
16735
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16691
|
-
* getAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
16692
16736
|
*/},{key:"getAnalyticsFlowsAggregatesJob",value:function getAnalyticsFlowsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
16693
16737
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/flows/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
16694
16738
|
* Fetch a page of results for an async aggregates query
|
|
@@ -16697,7 +16741,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
16697
16741
|
* @param {Object} opts Optional parameters
|
|
16698
16742
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
16699
16743
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16700
|
-
* getAnalyticsFlowsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
16701
16744
|
*/},{key:"getAnalyticsFlowsAggregatesJobResults",value:function getAnalyticsFlowsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
16702
16745
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/flows/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
16703
16746
|
* Query for flow activity observations
|
|
@@ -16714,7 +16757,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
16714
16757
|
* @param {Object} body query
|
|
16715
16758
|
* @param {Object} opts Optional parameters
|
|
16716
16759
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16717
|
-
* postAnalyticsFlowsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
16718
16760
|
*/},{key:"postAnalyticsFlowsAggregatesJobs",value:function postAnalyticsFlowsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
16719
16761
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/flows/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
16720
16762
|
* Query for flow aggregates
|
|
@@ -16733,7 +16775,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
16733
16775
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';}return this.apiClient.callApi('/api/v2/analytics/flows/observations/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var GamificationApi=/*#__PURE__*/function(){/**
|
|
16734
16776
|
* Gamification service.
|
|
16735
16777
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
16736
|
-
* @version
|
|
16778
|
+
* @version 254.0.0
|
|
16737
16779
|
*//**
|
|
16738
16780
|
* Constructs a new GamificationApi.
|
|
16739
16781
|
* @alias module:purecloud-platform-client-v2/api/GamificationApi
|
|
@@ -17528,7 +17570,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
17528
17570
|
if(status===undefined||status===null){throw'Missing the required parameter "status" when calling putGamificationStatus';}return this.apiClient.callApi('/api/v2/gamification/status','PUT',{},{},{},{},status,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var GeneralDataProtectionRegulationApi=/*#__PURE__*/function(){/**
|
|
17529
17571
|
* GeneralDataProtectionRegulation service.
|
|
17530
17572
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
17531
|
-
* @version
|
|
17573
|
+
* @version 254.0.0
|
|
17532
17574
|
*//**
|
|
17533
17575
|
* Constructs a new GeneralDataProtectionRegulationApi.
|
|
17534
17576
|
* @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
@@ -17569,7 +17611,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
|
|
|
17569
17611
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postGdprRequests';}return this.apiClient.callApi('/api/v2/gdpr/requests','POST',{},{'deleteConfirmed':opts['deleteConfirmed']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var GeolocationApi=/*#__PURE__*/function(){/**
|
|
17570
17612
|
* Geolocation service.
|
|
17571
17613
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
17572
|
-
* @version
|
|
17614
|
+
* @version 254.0.0
|
|
17573
17615
|
*//**
|
|
17574
17616
|
* Constructs a new GeolocationApi.
|
|
17575
17617
|
* @alias module:purecloud-platform-client-v2/api/GeolocationApi
|
|
@@ -17611,7 +17653,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
|
|
|
17611
17653
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchUserGeolocation';}return this.apiClient.callApi('/api/v2/users/{userId}/geolocations/{clientId}','PATCH',{'userId':userId,'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var GreetingsApi=/*#__PURE__*/function(){/**
|
|
17612
17654
|
* Greetings service.
|
|
17613
17655
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
17614
|
-
* @version
|
|
17656
|
+
* @version 254.0.0
|
|
17615
17657
|
*//**
|
|
17616
17658
|
* Constructs a new GreetingsApi.
|
|
17617
17659
|
* @alias module:purecloud-platform-client-v2/api/GreetingsApi
|
|
@@ -17770,7 +17812,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
17770
17812
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserGreetingsDefaults';}return this.apiClient.callApi('/api/v2/users/{userId}/greetings/defaults','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var GroupsApi=/*#__PURE__*/function(){/**
|
|
17771
17813
|
* Groups service.
|
|
17772
17814
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
17773
|
-
* @version
|
|
17815
|
+
* @version 254.0.0
|
|
17774
17816
|
*//**
|
|
17775
17817
|
* Constructs a new GroupsApi.
|
|
17776
17818
|
* @alias module:purecloud-platform-client-v2/api/GroupsApi
|
|
@@ -17933,7 +17975,7 @@ if(groupId===undefined||groupId===null||groupId===''){throw'Missing the required
|
|
|
17933
17975
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putGroupDynamicsettings';}return this.apiClient.callApi('/api/v2/groups/{groupId}/dynamicsettings','PUT',{'groupId':groupId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var IdentityProviderApi=/*#__PURE__*/function(){/**
|
|
17934
17976
|
* IdentityProvider service.
|
|
17935
17977
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
17936
|
-
* @version
|
|
17978
|
+
* @version 254.0.0
|
|
17937
17979
|
*//**
|
|
17938
17980
|
* Constructs a new IdentityProviderApi.
|
|
17939
17981
|
* @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
|
|
@@ -18165,7 +18207,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
18165
18207
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIdentityprovidersSalesforce';}return this.apiClient.callApi('/api/v2/identityproviders/salesforce','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var InfrastructureAsCodeApi=/*#__PURE__*/function(){/**
|
|
18166
18208
|
* InfrastructureAsCode service.
|
|
18167
18209
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
18168
|
-
* @version
|
|
18210
|
+
* @version 254.0.0
|
|
18169
18211
|
*//**
|
|
18170
18212
|
* Constructs a new InfrastructureAsCodeApi.
|
|
18171
18213
|
* @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
@@ -18225,7 +18267,7 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
18225
18267
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postInfrastructureascodeJobs';}return this.apiClient.callApi('/api/v2/infrastructureascode/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var IntegrationsApi=/*#__PURE__*/function(){/**
|
|
18226
18268
|
* Integrations service.
|
|
18227
18269
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
18228
|
-
* @version
|
|
18270
|
+
* @version 254.0.0
|
|
18229
18271
|
*//**
|
|
18230
18272
|
* Constructs a new IntegrationsApi.
|
|
18231
18273
|
* @alias module:purecloud-platform-client-v2/api/IntegrationsApi
|
|
@@ -19055,7 +19097,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null||ucIntegrationId===''){th
|
|
|
19055
19097
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';}return this.apiClient.callApi('/api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences','PUT',{'ucIntegrationId':ucIntegrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var IntentsApi=/*#__PURE__*/function(){/**
|
|
19056
19098
|
* Intents service.
|
|
19057
19099
|
* @module purecloud-platform-client-v2/api/IntentsApi
|
|
19058
|
-
* @version
|
|
19100
|
+
* @version 254.0.0
|
|
19059
19101
|
*//**
|
|
19060
19102
|
* Constructs a new IntentsApi.
|
|
19061
19103
|
* @alias module:purecloud-platform-client-v2/api/IntentsApi
|
|
@@ -19199,7 +19241,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
19199
19241
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postIntentsCustomerintents';}return this.apiClient.callApi('/api/v2/intents/customerintents','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var JourneyApi=/*#__PURE__*/function(){/**
|
|
19200
19242
|
* Journey service.
|
|
19201
19243
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
19202
|
-
* @version
|
|
19244
|
+
* @version 254.0.0
|
|
19203
19245
|
*//**
|
|
19204
19246
|
* Constructs a new JourneyApi.
|
|
19205
19247
|
* @alias module:purecloud-platform-client-v2/api/JourneyApi
|
|
@@ -19212,7 +19254,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
19212
19254
|
* @param {String} jobId jobId
|
|
19213
19255
|
* @param {Object} opts Optional parameters
|
|
19214
19256
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
19215
|
-
* deleteAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
19216
19257
|
*/return _createClass(JourneyApi,[{key:"deleteAnalyticsJourneysAggregatesJob",value:function deleteAnalyticsJourneysAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
19217
19258
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsJourneysAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/journeys/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
19218
19259
|
* Delete single action map.
|
|
@@ -19286,7 +19327,6 @@ if(viewId===undefined||viewId===null||viewId===''){throw'Missing the required pa
|
|
|
19286
19327
|
* @param {String} jobId jobId
|
|
19287
19328
|
* @param {Object} opts Optional parameters
|
|
19288
19329
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
19289
|
-
* getAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
19290
19330
|
*/},{key:"getAnalyticsJourneysAggregatesJob",value:function getAnalyticsJourneysAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
19291
19331
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/journeys/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
19292
19332
|
* Fetch a page of results for an async aggregates query
|
|
@@ -19295,7 +19335,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
19295
19335
|
* @param {Object} opts Optional parameters
|
|
19296
19336
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
19297
19337
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
19298
|
-
* getAnalyticsJourneysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
19299
19338
|
*/},{key:"getAnalyticsJourneysAggregatesJobResults",value:function getAnalyticsJourneysAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
19300
19339
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/journeys/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
19301
19340
|
* Retrieve segment assignments by external contact ID.
|
|
@@ -19778,7 +19817,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
19778
19817
|
* @param {Object} body query
|
|
19779
19818
|
* @param {Object} opts Optional parameters
|
|
19780
19819
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
19781
|
-
* postAnalyticsJourneysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
19782
19820
|
*/},{key:"postAnalyticsJourneysAggregatesJobs",value:function postAnalyticsJourneysAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
19783
19821
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsJourneysAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/journeys/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
19784
19822
|
* Query for journey aggregates
|
|
@@ -19983,7 +20021,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null||eventDefinitionId===
|
|
|
19983
20021
|
if(eventDefinitionId===undefined||eventDefinitionId===null||eventDefinitionId===''){throw'Missing the required parameter "eventDefinitionId" when calling putJourneyViewsEventdefinitionActivate';}return this.apiClient.callApi('/api/v2/journey/views/eventdefinitions/{eventDefinitionId}/activate','PUT',{'eventDefinitionId':eventDefinitionId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var KnowledgeApi=/*#__PURE__*/function(){/**
|
|
19984
20022
|
* Knowledge service.
|
|
19985
20023
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
19986
|
-
* @version
|
|
20024
|
+
* @version 254.0.0
|
|
19987
20025
|
*//**
|
|
19988
20026
|
* Constructs a new KnowledgeApi.
|
|
19989
20027
|
* @alias module:purecloud-platform-client-v2/api/KnowledgeApi
|
|
@@ -21178,7 +21216,7 @@ if(sourceId===undefined||sourceId===null||sourceId===''){throw'Missing the requi
|
|
|
21178
21216
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putKnowledgeSource';}return this.apiClient.callApi('/api/v2/knowledge/sources/{sourceId}','PUT',{'sourceId':sourceId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
|
|
21179
21217
|
* LanguageUnderstanding service.
|
|
21180
21218
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
21181
|
-
* @version
|
|
21219
|
+
* @version 254.0.0
|
|
21182
21220
|
*//**
|
|
21183
21221
|
* Constructs a new LanguageUnderstandingApi.
|
|
21184
21222
|
* @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
@@ -21552,7 +21590,7 @@ if(domainVersionId===undefined||domainVersionId===null||domainVersionId===''){th
|
|
|
21552
21590
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLanguageunderstandingDomainVersion';}return this.apiClient.callApi('/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}','PUT',{'domainId':domainId,'domainVersionId':domainVersionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var LanguagesApi=/*#__PURE__*/function(){/**
|
|
21553
21591
|
* Languages service.
|
|
21554
21592
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
21555
|
-
* @version
|
|
21593
|
+
* @version 254.0.0
|
|
21556
21594
|
*//**
|
|
21557
21595
|
* Constructs a new LanguagesApi.
|
|
21558
21596
|
* @alias module:purecloud-platform-client-v2/api/LanguagesApi
|
|
@@ -21622,7 +21660,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
21622
21660
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguages';}return this.apiClient.callApi('/api/v2/languages','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var LearningApi=/*#__PURE__*/function(){/**
|
|
21623
21661
|
* Learning service.
|
|
21624
21662
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
21625
|
-
* @version
|
|
21663
|
+
* @version 254.0.0
|
|
21626
21664
|
*//**
|
|
21627
21665
|
* Constructs a new LearningApi.
|
|
21628
21666
|
* @alias module:purecloud-platform-client-v2/api/LearningApi
|
|
@@ -21970,7 +22008,7 @@ if(moduleId===undefined||moduleId===null||moduleId===''){throw'Missing the requi
|
|
|
21970
22008
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLearningModuleRule';}return this.apiClient.callApi('/api/v2/learning/modules/{moduleId}/rule','PUT',{'moduleId':moduleId},{'assign':opts['assign']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var LicenseApi=/*#__PURE__*/function(){/**
|
|
21971
22009
|
* License service.
|
|
21972
22010
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
21973
|
-
* @version
|
|
22011
|
+
* @version 254.0.0
|
|
21974
22012
|
*//**
|
|
21975
22013
|
* Constructs a new LicenseApi.
|
|
21976
22014
|
* @alias module:purecloud-platform-client-v2/api/LicenseApi
|
|
@@ -22045,7 +22083,7 @@ if(featureName===undefined||featureName===null||featureName===''){throw'Missing
|
|
|
22045
22083
|
*/},{key:"postLicenseUsers",value:function postLicenseUsers(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/license/users','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var LocationsApi=/*#__PURE__*/function(){/**
|
|
22046
22084
|
* Locations service.
|
|
22047
22085
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
22048
|
-
* @version
|
|
22086
|
+
* @version 254.0.0
|
|
22049
22087
|
*//**
|
|
22050
22088
|
* Constructs a new LocationsApi.
|
|
22051
22089
|
* @alias module:purecloud-platform-client-v2/api/LocationsApi
|
|
@@ -22117,7 +22155,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
22117
22155
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLocationsSearch';}return this.apiClient.callApi('/api/v2/locations/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var LogCaptureApi=/*#__PURE__*/function(){/**
|
|
22118
22156
|
* LogCapture service.
|
|
22119
22157
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
22120
|
-
* @version
|
|
22158
|
+
* @version 254.0.0
|
|
22121
22159
|
*//**
|
|
22122
22160
|
* Constructs a new LogCaptureApi.
|
|
22123
22161
|
* @alias module:purecloud-platform-client-v2/api/LogCaptureApi
|
|
@@ -22176,7 +22214,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
22176
22214
|
if(userId===undefined||userId===null||userId===''){throw'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';}return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/users/{userId}','POST',{'userId':userId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var MessagingApi=/*#__PURE__*/function(){/**
|
|
22177
22215
|
* Messaging service.
|
|
22178
22216
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
22179
|
-
* @version
|
|
22217
|
+
* @version 254.0.0
|
|
22180
22218
|
*//**
|
|
22181
22219
|
* Constructs a new MessagingApi.
|
|
22182
22220
|
* @alias module:purecloud-platform-client-v2/api/MessagingApi
|
|
@@ -22290,7 +22328,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
22290
22328
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putMessagingSettingsDefault';}return this.apiClient.callApi('/api/v2/messaging/settings/default','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var MobileDevicesApi=/*#__PURE__*/function(){/**
|
|
22291
22329
|
* MobileDevices service.
|
|
22292
22330
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
22293
|
-
* @version
|
|
22331
|
+
* @version 254.0.0
|
|
22294
22332
|
*//**
|
|
22295
22333
|
* Constructs a new MobileDevicesApi.
|
|
22296
22334
|
* @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
|
|
@@ -22337,7 +22375,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
22337
22375
|
if(deviceId===undefined||deviceId===null||deviceId===''){throw'Missing the required parameter "deviceId" when calling putMobiledevice';}return this.apiClient.callApi('/api/v2/mobiledevices/{deviceId}','PUT',{'deviceId':deviceId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var NotificationsApi=/*#__PURE__*/function(){/**
|
|
22338
22376
|
* Notifications service.
|
|
22339
22377
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
22340
|
-
* @version
|
|
22378
|
+
* @version 254.0.0
|
|
22341
22379
|
*//**
|
|
22342
22380
|
* Constructs a new NotificationsApi.
|
|
22343
22381
|
* @alias module:purecloud-platform-client-v2/api/NotificationsApi
|
|
@@ -22406,7 +22444,7 @@ if(channelId===undefined||channelId===null||channelId===''){throw'Missing the re
|
|
|
22406
22444
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putNotificationsChannelSubscriptions';}return this.apiClient.callApi('/api/v2/notifications/channels/{channelId}/subscriptions','PUT',{'channelId':channelId},{'ignoreErrors':opts['ignoreErrors']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var OAuthApi=/*#__PURE__*/function(){/**
|
|
22407
22445
|
* OAuth service.
|
|
22408
22446
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
22409
|
-
* @version
|
|
22447
|
+
* @version 254.0.0
|
|
22410
22448
|
*//**
|
|
22411
22449
|
* Constructs a new OAuthApi.
|
|
22412
22450
|
* @alias module:purecloud-platform-client-v2/api/OAuthApi
|
|
@@ -22512,7 +22550,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
|
|
|
22512
22550
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOauthClient';}return this.apiClient.callApi('/api/v2/oauth/clients/{clientId}','PUT',{'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var ObjectsApi=/*#__PURE__*/function(){/**
|
|
22513
22551
|
* Objects service.
|
|
22514
22552
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
22515
|
-
* @version
|
|
22553
|
+
* @version 254.0.0
|
|
22516
22554
|
*//**
|
|
22517
22555
|
* Constructs a new ObjectsApi.
|
|
22518
22556
|
* @alias module:purecloud-platform-client-v2/api/ObjectsApi
|
|
@@ -22615,7 +22653,7 @@ if(divisionId===undefined||divisionId===null||divisionId===''){throw'Missing the
|
|
|
22615
22653
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAuthorizationDivision';}return this.apiClient.callApi('/api/v2/authorization/divisions/{divisionId}','PUT',{'divisionId':divisionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var OperationalEventsApi=/*#__PURE__*/function(){/**
|
|
22616
22654
|
* OperationalEvents service.
|
|
22617
22655
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
22618
|
-
* @version
|
|
22656
|
+
* @version 254.0.0
|
|
22619
22657
|
*//**
|
|
22620
22658
|
* Constructs a new OperationalEventsApi.
|
|
22621
22659
|
* @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
|
|
@@ -22652,7 +22690,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null||eventDefinitionId===
|
|
|
22652
22690
|
*/},{key:"postUsageEventsQuery",value:function postUsageEventsQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/usage/events/query','POST',{},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var OrganizationApi=/*#__PURE__*/function(){/**
|
|
22653
22691
|
* Organization service.
|
|
22654
22692
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
22655
|
-
* @version
|
|
22693
|
+
* @version 254.0.0
|
|
22656
22694
|
*//**
|
|
22657
22695
|
* Constructs a new OrganizationApi.
|
|
22658
22696
|
* @alias module:purecloud-platform-client-v2/api/OrganizationApi
|
|
@@ -22792,7 +22830,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
22792
22830
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOrganizationsWhitelist';}return this.apiClient.callApi('/api/v2/organizations/whitelist','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var OrganizationAuthorizationApi=/*#__PURE__*/function(){/**
|
|
22793
22831
|
* OrganizationAuthorization service.
|
|
22794
22832
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
22795
|
-
* @version
|
|
22833
|
+
* @version 254.0.0
|
|
22796
22834
|
*//**
|
|
22797
22835
|
* Constructs a new OrganizationAuthorizationApi.
|
|
22798
22836
|
* @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
@@ -23212,7 +23250,7 @@ if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missi
|
|
|
23212
23250
|
if(trusteeUserId===undefined||trusteeUserId===null||trusteeUserId===''){throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorUser';}return this.apiClient.callApi('/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}','PUT',{'trustorOrgId':trustorOrgId,'trusteeUserId':trusteeUserId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var OutboundApi=/*#__PURE__*/function(){/**
|
|
23213
23251
|
* Outbound service.
|
|
23214
23252
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
23215
|
-
* @version
|
|
23253
|
+
* @version 254.0.0
|
|
23216
23254
|
*//**
|
|
23217
23255
|
* Constructs a new OutboundApi.
|
|
23218
23256
|
* @alias module:purecloud-platform-client-v2/api/OutboundApi
|
|
@@ -24698,7 +24736,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
24698
24736
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOutboundWrapupcodemappings';}return this.apiClient.callApi('/api/v2/outbound/wrapupcodemappings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var PresenceApi=/*#__PURE__*/function(){/**
|
|
24699
24737
|
* Presence service.
|
|
24700
24738
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
24701
|
-
* @version
|
|
24739
|
+
* @version 254.0.0
|
|
24702
24740
|
*//**
|
|
24703
24741
|
* Constructs a new PresenceApi.
|
|
24704
24742
|
* @alias module:purecloud-platform-client-v2/api/PresenceApi
|
|
@@ -24918,7 +24956,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
24918
24956
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersPresencesBulk';}return this.apiClient.callApi('/api/v2/users/presences/bulk','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var ProcessAutomationApi=/*#__PURE__*/function(){/**
|
|
24919
24957
|
* ProcessAutomation service.
|
|
24920
24958
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
24921
|
-
* @version
|
|
24959
|
+
* @version 254.0.0
|
|
24922
24960
|
*//**
|
|
24923
24961
|
* Constructs a new ProcessAutomationApi.
|
|
24924
24962
|
* @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
@@ -25032,7 +25070,7 @@ if(triggerId===undefined||triggerId===null||triggerId===''){throw'Missing the re
|
|
|
25032
25070
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putProcessautomationTrigger';}return this.apiClient.callApi('/api/v2/processautomation/triggers/{triggerId}','PUT',{'triggerId':triggerId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var QualityApi=/*#__PURE__*/function(){/**
|
|
25033
25071
|
* Quality service.
|
|
25034
25072
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
25035
|
-
* @version
|
|
25073
|
+
* @version 254.0.0
|
|
25036
25074
|
*//**
|
|
25037
25075
|
* Constructs a new QualityApi.
|
|
25038
25076
|
* @alias module:purecloud-platform-client-v2/api/QualityApi
|
|
@@ -25045,7 +25083,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
25045
25083
|
* @param {String} jobId jobId
|
|
25046
25084
|
* @param {Object} opts Optional parameters
|
|
25047
25085
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
25048
|
-
* deleteAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
25049
25086
|
*/return _createClass(QualityApi,[{key:"deleteAnalyticsEvaluationsAggregatesJob",value:function deleteAnalyticsEvaluationsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
25050
25087
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsEvaluationsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/evaluations/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
25051
25088
|
* Delete/cancel an async request for survey aggregates
|
|
@@ -25053,7 +25090,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
25053
25090
|
* @param {String} jobId jobId
|
|
25054
25091
|
* @param {Object} opts Optional parameters
|
|
25055
25092
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
25056
|
-
* deleteAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
25057
25093
|
*/},{key:"deleteAnalyticsSurveysAggregatesJob",value:function deleteAnalyticsSurveysAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
25058
25094
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsSurveysAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/surveys/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
25059
25095
|
* Delete a calibration by id.
|
|
@@ -25111,7 +25147,6 @@ if(ruleId===undefined||ruleId===null||ruleId===''){throw'Missing the required pa
|
|
|
25111
25147
|
* @param {String} jobId jobId
|
|
25112
25148
|
* @param {Object} opts Optional parameters
|
|
25113
25149
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
25114
|
-
* getAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
25115
25150
|
*/},{key:"getAnalyticsEvaluationsAggregatesJob",value:function getAnalyticsEvaluationsAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
25116
25151
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/evaluations/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
25117
25152
|
* Fetch a page of results for an async aggregates query
|
|
@@ -25120,7 +25155,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
25120
25155
|
* @param {Object} opts Optional parameters
|
|
25121
25156
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
25122
25157
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
25123
|
-
* getAnalyticsEvaluationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
25124
25158
|
*/},{key:"getAnalyticsEvaluationsAggregatesJobResults",value:function getAnalyticsEvaluationsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
25125
25159
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/evaluations/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
25126
25160
|
* Get status for async query for survey aggregates
|
|
@@ -25128,7 +25162,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
25128
25162
|
* @param {String} jobId jobId
|
|
25129
25163
|
* @param {Object} opts Optional parameters
|
|
25130
25164
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
25131
|
-
* getAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
25132
25165
|
*/},{key:"getAnalyticsSurveysAggregatesJob",value:function getAnalyticsSurveysAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
25133
25166
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/surveys/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
25134
25167
|
* Fetch a page of results for an async aggregates query
|
|
@@ -25137,7 +25170,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
25137
25170
|
* @param {Object} opts Optional parameters
|
|
25138
25171
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
25139
25172
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
25140
|
-
* getAnalyticsSurveysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
25141
25173
|
*/},{key:"getAnalyticsSurveysAggregatesJobResults",value:function getAnalyticsSurveysAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
25142
25174
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/surveys/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
25143
25175
|
* Gets a list of Agent Activities
|
|
@@ -25477,7 +25509,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
25477
25509
|
* @param {Object} body query
|
|
25478
25510
|
* @param {Object} opts Optional parameters
|
|
25479
25511
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
25480
|
-
* postAnalyticsEvaluationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
25481
25512
|
*/},{key:"postAnalyticsEvaluationsAggregatesJobs",value:function postAnalyticsEvaluationsAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
25482
25513
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsEvaluationsAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/evaluations/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
25483
25514
|
* Query for evaluation aggregates
|
|
@@ -25492,7 +25523,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
25492
25523
|
* @param {Object} body query
|
|
25493
25524
|
* @param {Object} opts Optional parameters
|
|
25494
25525
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
25495
|
-
* postAnalyticsSurveysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
25496
25526
|
*/},{key:"postAnalyticsSurveysAggregatesJobs",value:function postAnalyticsSurveysAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
25497
25527
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsSurveysAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/surveys/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
25498
25528
|
* Query for survey aggregates
|
|
@@ -25696,7 +25726,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
|
|
|
25696
25726
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putQualitySurveysScorable';}return this.apiClient.callApi('/api/v2/quality/surveys/scorable','PUT',{},{'customerSurveyUrl':customerSurveyUrl},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var RecordingApi=/*#__PURE__*/function(){/**
|
|
25697
25727
|
* Recording service.
|
|
25698
25728
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
25699
|
-
* @version
|
|
25729
|
+
* @version 254.0.0
|
|
25700
25730
|
*//**
|
|
25701
25731
|
* Constructs a new RecordingApi.
|
|
25702
25732
|
* @alias module:purecloud-platform-client-v2/api/RecordingApi
|
|
@@ -26195,7 +26225,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
26195
26225
|
*/},{key:"putRecordingsDeletionprotection",value:function putRecordingsDeletionprotection(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/recordings/deletionprotection','PUT',{},{'protect':opts['protect']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var ResponseManagementApi=/*#__PURE__*/function(){/**
|
|
26196
26226
|
* ResponseManagement service.
|
|
26197
26227
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
26198
|
-
* @version
|
|
26228
|
+
* @version 254.0.0
|
|
26199
26229
|
*//**
|
|
26200
26230
|
* Constructs a new ResponseManagementApi.
|
|
26201
26231
|
* @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
|
|
@@ -26362,7 +26392,7 @@ if(responseAssetId===undefined||responseAssetId===null||responseAssetId===''){th
|
|
|
26362
26392
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putResponsemanagementResponseasset';}return this.apiClient.callApi('/api/v2/responsemanagement/responseassets/{responseAssetId}','PUT',{'responseAssetId':responseAssetId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var RoutingApi=/*#__PURE__*/function(){/**
|
|
26363
26393
|
* Routing service.
|
|
26364
26394
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
26365
|
-
* @version
|
|
26395
|
+
* @version 254.0.0
|
|
26366
26396
|
*//**
|
|
26367
26397
|
* Constructs a new RoutingApi.
|
|
26368
26398
|
* @alias module:purecloud-platform-client-v2/api/RoutingApi
|
|
@@ -26405,6 +26435,13 @@ if(routeId===undefined||routeId===null||routeId===''){throw'Missing the required
|
|
|
26405
26435
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
26406
26436
|
*/},{key:"deleteRoutingEmailOutboundDomain",value:function deleteRoutingEmailOutboundDomain(domainId,opts){opts=opts||{};// verify the required parameter 'domainId' is set
|
|
26407
26437
|
if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling deleteRoutingEmailOutboundDomain';}return this.apiClient.callApi('/api/v2/routing/email/outbound/domains/{domainId}','DELETE',{'domainId':domainId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
26438
|
+
* Delete an email setting. Removes the email setting and its associated settings
|
|
26439
|
+
*
|
|
26440
|
+
* @param {String} emailSettingId Email Setting ID
|
|
26441
|
+
* @param {Object} opts Optional parameters
|
|
26442
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
26443
|
+
*/},{key:"deleteRoutingEmailSettingEmailSettingId",value:function deleteRoutingEmailSettingEmailSettingId(emailSettingId,opts){opts=opts||{};// verify the required parameter 'emailSettingId' is set
|
|
26444
|
+
if(emailSettingId===undefined||emailSettingId===null||emailSettingId===''){throw'Missing the required parameter "emailSettingId" when calling deleteRoutingEmailSettingEmailSettingId';}return this.apiClient.callApi('/api/v2/routing/email/setting/{emailSettingId}','DELETE',{'emailSettingId':emailSettingId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
26408
26445
|
* Delete a routing language
|
|
26409
26446
|
*
|
|
26410
26447
|
* @param {String} languageId Language ID
|
|
@@ -26694,6 +26731,20 @@ if(domainId===undefined||domainId===null||domainId===''){throw'Missing the requi
|
|
|
26694
26731
|
* @param {Object} opts.expand Expand options. Valid values: settings
|
|
26695
26732
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
26696
26733
|
*/},{key:"getRoutingEmailOutboundDomains",value:function getRoutingEmailOutboundDomains(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/email/outbound/domains','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'filter':opts['filter'],'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
26734
|
+
* Get a paged list of email routing settings.
|
|
26735
|
+
*
|
|
26736
|
+
* @param {Object} opts Optional parameters
|
|
26737
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
26738
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
26739
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
26740
|
+
*/},{key:"getRoutingEmailSetting",value:function getRoutingEmailSetting(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/email/setting','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
26741
|
+
* Get email setting. Returns the specified email setting that defines settings for email
|
|
26742
|
+
*
|
|
26743
|
+
* @param {String} emailSettingId Email Setting ID
|
|
26744
|
+
* @param {Object} opts Optional parameters
|
|
26745
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
26746
|
+
*/},{key:"getRoutingEmailSettingEmailSettingId",value:function getRoutingEmailSettingEmailSettingId(emailSettingId,opts){opts=opts||{};// verify the required parameter 'emailSettingId' is set
|
|
26747
|
+
if(emailSettingId===undefined||emailSettingId===null||emailSettingId===''){throw'Missing the required parameter "emailSettingId" when calling getRoutingEmailSettingEmailSettingId';}return this.apiClient.callApi('/api/v2/routing/email/setting/{emailSettingId}','GET',{'emailSettingId':emailSettingId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
26697
26748
|
* Get email setup
|
|
26698
26749
|
*
|
|
26699
26750
|
* @param {Object} opts Optional parameters
|
|
@@ -26920,7 +26971,7 @@ if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required
|
|
|
26920
26971
|
* @param {Object} opts.sortOrder Sort order (default to asc)
|
|
26921
26972
|
* @param {String} opts.name Name
|
|
26922
26973
|
* @param {Array.<String>} opts.id Queue ID(s)
|
|
26923
|
-
* @param {Array.<String>} opts.divisionId Division ID(s)
|
|
26974
|
+
* @param {Array.<String>} opts.divisionId Division ID(s). Including '*' will query for all divisions
|
|
26924
26975
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
26925
26976
|
*/},{key:"getRoutingQueuesDivisionviews",value:function getRoutingQueuesDivisionviews(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/queues/divisionviews','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'name':opts['name'],'id':this.apiClient.buildCollectionParam(opts['id'],'multi'),'divisionId':this.apiClient.buildCollectionParam(opts['divisionId'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
26926
26977
|
* Get a paged listing of simplified queue objects, sorted by name. Can be used to get a digest of all queues in an organization.
|
|
@@ -27023,7 +27074,7 @@ if(skillGroupId===undefined||skillGroupId===null||skillGroupId===''){throw'Missi
|
|
|
27023
27074
|
* @param {String} opts.before The cursor that points to the previous item
|
|
27024
27075
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
27025
27076
|
*/},{key:"getRoutingSkillgroups",value:function getRoutingSkillgroups(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/skillgroups','GET',{},{'pageSize':opts['pageSize'],'name':opts['name'],'after':opts['after'],'before':opts['before']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
27026
|
-
* Get the list of routing skills.
|
|
27077
|
+
* Get the list of routing skills. View permission enforcement only applies to skills assigned to a division.
|
|
27027
27078
|
*
|
|
27028
27079
|
* @param {Object} opts Optional parameters
|
|
27029
27080
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
@@ -27248,6 +27299,15 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
27248
27299
|
*/},{key:"patchRoutingEmailOutboundDomain",value:function patchRoutingEmailOutboundDomain(domainId,body,opts){opts=opts||{};// verify the required parameter 'domainId' is set
|
|
27249
27300
|
if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling patchRoutingEmailOutboundDomain';}// verify the required parameter 'body' is set
|
|
27250
27301
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchRoutingEmailOutboundDomain';}return this.apiClient.callApi('/api/v2/routing/email/outbound/domains/{domainId}','PATCH',{'domainId':domainId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
27302
|
+
* Update an email setting. Modifies the settings for email setting
|
|
27303
|
+
*
|
|
27304
|
+
* @param {String} emailSettingId Email Setting ID
|
|
27305
|
+
* @param {Object} body EmailSetting
|
|
27306
|
+
* @param {Object} opts Optional parameters
|
|
27307
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
27308
|
+
*/},{key:"patchRoutingEmailSettingEmailSettingId",value:function patchRoutingEmailSettingEmailSettingId(emailSettingId,body,opts){opts=opts||{};// verify the required parameter 'emailSettingId' is set
|
|
27309
|
+
if(emailSettingId===undefined||emailSettingId===null||emailSettingId===''){throw'Missing the required parameter "emailSettingId" when calling patchRoutingEmailSettingEmailSettingId';}// verify the required parameter 'body' is set
|
|
27310
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchRoutingEmailSettingEmailSettingId';}return this.apiClient.callApi('/api/v2/routing/email/setting/{emailSettingId}','PATCH',{'emailSettingId':emailSettingId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
27251
27311
|
* Update single predictor.
|
|
27252
27312
|
*
|
|
27253
27313
|
* @param {String} predictorId Predictor ID
|
|
@@ -27495,6 +27555,13 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
27495
27555
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
27496
27556
|
*/},{key:"postRoutingEmailOutboundDomainsSimulated",value:function postRoutingEmailOutboundDomainsSimulated(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
27497
27557
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postRoutingEmailOutboundDomainsSimulated';}return this.apiClient.callApi('/api/v2/routing/email/outbound/domains/simulated','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
27558
|
+
* Create a new email setting. Used to define various settings, that can then be associated with email domains
|
|
27559
|
+
*
|
|
27560
|
+
* @param {Object} body EmailSetting
|
|
27561
|
+
* @param {Object} opts Optional parameters
|
|
27562
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
27563
|
+
*/},{key:"postRoutingEmailSetting",value:function postRoutingEmailSetting(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
27564
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postRoutingEmailSetting';}return this.apiClient.callApi('/api/v2/routing/email/setting','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
27498
27565
|
* Create Language
|
|
27499
27566
|
*
|
|
27500
27567
|
* @param {Object} body Language
|
|
@@ -27794,7 +27861,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
27794
27861
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';}return this.apiClient.callApi('/api/v2/users/{userId}/routingskills/bulk','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var SCIMApi=/*#__PURE__*/function(){/**
|
|
27795
27862
|
* SCIM service.
|
|
27796
27863
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
27797
|
-
* @version
|
|
27864
|
+
* @version 254.0.0
|
|
27798
27865
|
*//**
|
|
27799
27866
|
* Constructs a new SCIMApi.
|
|
27800
27867
|
* @alias module:purecloud-platform-client-v2/api/SCIMApi
|
|
@@ -28057,7 +28124,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
28057
28124
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putScimV2User';}return this.apiClient.callApi('/api/v2/scim/v2/users/{userId}','PUT',{'userId':userId},{},{'If-Match':opts['ifMatch']},{},body,['PureCloud OAuth'],['application/scim+json','application/json'],['application/scim+json','application/json'],opts['customHeaders']);}}]);}();var ScriptsApi=/*#__PURE__*/function(){/**
|
|
28058
28125
|
* Scripts service.
|
|
28059
28126
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
28060
|
-
* @version
|
|
28127
|
+
* @version 254.0.0
|
|
28061
28128
|
*//**
|
|
28062
28129
|
* Constructs a new ScriptsApi.
|
|
28063
28130
|
* @alias module:purecloud-platform-client-v2/api/ScriptsApi
|
|
@@ -28219,7 +28286,7 @@ if(scriptId===undefined||scriptId===null||scriptId===''){throw'Missing the requi
|
|
|
28219
28286
|
*/},{key:"postScriptsPublished",value:function postScriptsPublished(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/scripts/published','POST',{},{'scriptDataVersion':opts['scriptDataVersion']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var SearchApi=/*#__PURE__*/function(){/**
|
|
28220
28287
|
* Search service.
|
|
28221
28288
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
28222
|
-
* @version
|
|
28289
|
+
* @version 254.0.0
|
|
28223
28290
|
*//**
|
|
28224
28291
|
* Constructs a new SearchApi.
|
|
28225
28292
|
* @alias module:purecloud-platform-client-v2/api/SearchApi
|
|
@@ -28426,7 +28493,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
28426
28493
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postVoicemailSearch';}return this.apiClient.callApi('/api/v2/voicemail/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var SettingsApi=/*#__PURE__*/function(){/**
|
|
28427
28494
|
* Settings service.
|
|
28428
28495
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
28429
|
-
* @version
|
|
28496
|
+
* @version 254.0.0
|
|
28430
28497
|
*//**
|
|
28431
28498
|
* Constructs a new SettingsApi.
|
|
28432
28499
|
* @alias module:purecloud-platform-client-v2/api/SettingsApi
|
|
@@ -28523,7 +28590,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
|
|
|
28523
28590
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var SocialMediaApi=/*#__PURE__*/function(){/**
|
|
28524
28591
|
* SocialMedia service.
|
|
28525
28592
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
28526
|
-
* @version
|
|
28593
|
+
* @version 254.0.0
|
|
28527
28594
|
*//**
|
|
28528
28595
|
* Constructs a new SocialMediaApi.
|
|
28529
28596
|
* @alias module:purecloud-platform-client-v2/api/SocialMediaApi
|
|
@@ -29078,7 +29145,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
|
|
|
29078
29145
|
if(twitterIngestionRuleId===undefined||twitterIngestionRuleId===null||twitterIngestionRuleId===''){throw'Missing the required parameter "twitterIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}','PUT',{'topicId':topicId,'twitterIngestionRuleId':twitterIngestionRuleId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
|
|
29079
29146
|
* SpeechTextAnalytics service.
|
|
29080
29147
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
29081
|
-
* @version
|
|
29148
|
+
* @version 254.0.0
|
|
29082
29149
|
*//**
|
|
29083
29150
|
* Constructs a new SpeechTextAnalyticsApi.
|
|
29084
29151
|
* @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
@@ -29571,7 +29638,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
|
|
|
29571
29638
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsTopic';}return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/{topicId}','PUT',{'topicId':topicId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var StationsApi=/*#__PURE__*/function(){/**
|
|
29572
29639
|
* Stations service.
|
|
29573
29640
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
29574
|
-
* @version
|
|
29641
|
+
* @version 254.0.0
|
|
29575
29642
|
*//**
|
|
29576
29643
|
* Constructs a new StationsApi.
|
|
29577
29644
|
* @alias module:purecloud-platform-client-v2/api/StationsApi
|
|
@@ -29608,7 +29675,7 @@ if(stationId===undefined||stationId===null||stationId===''){throw'Missing the re
|
|
|
29608
29675
|
*/},{key:"getStations",value:function getStations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/stations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'name':opts['name'],'userSelectable':opts['userSelectable'],'webRtcUserId':opts['webRtcUserId'],'id':opts['id'],'lineAppearanceId':opts['lineAppearanceId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var SuggestApi=/*#__PURE__*/function(){/**
|
|
29609
29676
|
* Suggest service.
|
|
29610
29677
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
29611
|
-
* @version
|
|
29678
|
+
* @version 254.0.0
|
|
29612
29679
|
*//**
|
|
29613
29680
|
* Constructs a new SuggestApi.
|
|
29614
29681
|
* @alias module:purecloud-platform-client-v2/api/SuggestApi
|
|
@@ -29652,7 +29719,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
29652
29719
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postSearchSuggest';}return this.apiClient.callApi('/api/v2/search/suggest','POST',{},{'profile':opts['profile']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var TaskManagementApi=/*#__PURE__*/function(){/**
|
|
29653
29720
|
* TaskManagement service.
|
|
29654
29721
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
29655
|
-
* @version
|
|
29722
|
+
* @version 254.0.0
|
|
29656
29723
|
*//**
|
|
29657
29724
|
* Constructs a new TaskManagementApi.
|
|
29658
29725
|
* @alias module:purecloud-platform-client-v2/api/TaskManagementApi
|
|
@@ -30296,7 +30363,7 @@ if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the requi
|
|
|
30296
30363
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTaskmanagementWorkitemsSchema';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var TeamsApi=/*#__PURE__*/function(){/**
|
|
30297
30364
|
* Teams service.
|
|
30298
30365
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
30299
|
-
* @version
|
|
30366
|
+
* @version 254.0.0
|
|
30300
30367
|
*//**
|
|
30301
30368
|
* Constructs a new TeamsApi.
|
|
30302
30369
|
* @alias module:purecloud-platform-client-v2/api/TeamsApi
|
|
@@ -30392,7 +30459,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
30392
30459
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTeamsSearch';}return this.apiClient.callApi('/api/v2/teams/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var TelephonyApi=/*#__PURE__*/function(){/**
|
|
30393
30460
|
* Telephony service.
|
|
30394
30461
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
30395
|
-
* @version
|
|
30462
|
+
* @version 254.0.0
|
|
30396
30463
|
*//**
|
|
30397
30464
|
* Constructs a new TelephonyApi.
|
|
30398
30465
|
* @alias module:purecloud-platform-client-v2/api/TelephonyApi
|
|
@@ -30400,12 +30467,19 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
30400
30467
|
* @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
|
|
30401
30468
|
* default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
|
|
30402
30469
|
*/function TelephonyApi(apiClient){_classCallCheck(this,TelephonyApi);this.apiClient=apiClient||ApiClient.instance;}/**
|
|
30470
|
+
* Delete a link
|
|
30471
|
+
*
|
|
30472
|
+
* @param {String} targetOrganizationId targetOrganizationId
|
|
30473
|
+
* @param {Object} opts Optional parameters
|
|
30474
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30475
|
+
*/return _createClass(TelephonyApi,[{key:"deleteTelephonyOrganizationLinkTargetOrganizationId",value:function deleteTelephonyOrganizationLinkTargetOrganizationId(targetOrganizationId,opts){opts=opts||{};// verify the required parameter 'targetOrganizationId' is set
|
|
30476
|
+
if(targetOrganizationId===undefined||targetOrganizationId===null||targetOrganizationId===''){throw'Missing the required parameter "targetOrganizationId" when calling deleteTelephonyOrganizationLinkTargetOrganizationId';}return this.apiClient.callApi('/api/v2/telephony/organization/link/{targetOrganizationId}','DELETE',{'targetOrganizationId':targetOrganizationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30403
30477
|
* Get an agent's greetings.
|
|
30404
30478
|
*
|
|
30405
30479
|
* @param {String} agentId User ID
|
|
30406
30480
|
* @param {Object} opts Optional parameters
|
|
30407
30481
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30408
|
-
*/
|
|
30482
|
+
*/},{key:"getTelephonyAgentGreetings",value:function getTelephonyAgentGreetings(agentId,opts){opts=opts||{};// verify the required parameter 'agentId' is set
|
|
30409
30483
|
if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required parameter "agentId" when calling getTelephonyAgentGreetings';}return this.apiClient.callApi('/api/v2/telephony/agents/{agentId}/greetings','GET',{'agentId':agentId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30410
30484
|
* Get the agent's own greetings.
|
|
30411
30485
|
*
|
|
@@ -30423,6 +30497,28 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
|
|
|
30423
30497
|
* @param {Object} opts Optional parameters
|
|
30424
30498
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30425
30499
|
*/},{key:"getTelephonyMediaregions",value:function getTelephonyMediaregions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/telephony/mediaregions','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30500
|
+
* Get Number Routings by organizationId
|
|
30501
|
+
*
|
|
30502
|
+
* @param {Object} opts Optional parameters
|
|
30503
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
30504
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
30505
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
30506
|
+
* @param {String} opts.numberId numberId
|
|
30507
|
+
* @param {String} opts.activeRoutingOrganizationId activeRoutingOrganizationId
|
|
30508
|
+
* @param {String} opts.ownerOrganizationId ownerOrganizationId
|
|
30509
|
+
* @param {Object} opts.status status
|
|
30510
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30511
|
+
*/},{key:"getTelephonyNumbersRouting",value:function getTelephonyNumbersRouting(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/telephony/numbers/routing','GET',{},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize'],'numberId':opts['numberId'],'activeRoutingOrganizationId':opts['activeRoutingOrganizationId'],'ownerOrganizationId':opts['ownerOrganizationId'],'status':opts['status']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30512
|
+
* Get organization links
|
|
30513
|
+
*
|
|
30514
|
+
* @param {Object} opts Optional parameters
|
|
30515
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30516
|
+
*/},{key:"getTelephonyOrganizationLink",value:function getTelephonyOrganizationLink(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/telephony/organization/link','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30517
|
+
* Get all the replica regions by primary region
|
|
30518
|
+
*
|
|
30519
|
+
* @param {Object} opts Optional parameters
|
|
30520
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30521
|
+
*/},{key:"getTelephonyOrganizationLinkRegions",value:function getTelephonyOrganizationLinkRegions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/telephony/organization/link/regions','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30426
30522
|
* Get the global telephony configuration.
|
|
30427
30523
|
*
|
|
30428
30524
|
* @param {Object} opts Optional parameters
|
|
@@ -30463,6 +30559,43 @@ if(dateEnd===undefined||dateEnd===null){throw'Missing the required parameter "da
|
|
|
30463
30559
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30464
30560
|
*/},{key:"getTelephonySiptracesDownloadDownloadId",value:function getTelephonySiptracesDownloadDownloadId(downloadId,opts){opts=opts||{};// verify the required parameter 'downloadId' is set
|
|
30465
30561
|
if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the required parameter "downloadId" when calling getTelephonySiptracesDownloadDownloadId';}return this.apiClient.callApi('/api/v2/telephony/siptraces/download/{downloadId}','GET',{'downloadId':downloadId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30562
|
+
* Approving a requested link
|
|
30563
|
+
*
|
|
30564
|
+
* @param {String} requestingOrganizationId requestingOrganizationId
|
|
30565
|
+
* @param {Object} body Approval request body
|
|
30566
|
+
* @param {Object} opts Optional parameters
|
|
30567
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30568
|
+
*/},{key:"patchTelephonyOrganizationLinkApproveRequestingOrganizationId",value:function patchTelephonyOrganizationLinkApproveRequestingOrganizationId(requestingOrganizationId,body,opts){opts=opts||{};// verify the required parameter 'requestingOrganizationId' is set
|
|
30569
|
+
if(requestingOrganizationId===undefined||requestingOrganizationId===null||requestingOrganizationId===''){throw'Missing the required parameter "requestingOrganizationId" when calling patchTelephonyOrganizationLinkApproveRequestingOrganizationId';}// verify the required parameter 'body' is set
|
|
30570
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchTelephonyOrganizationLinkApproveRequestingOrganizationId';}return this.apiClient.callApi('/api/v2/telephony/organization/link/approve/{requestingOrganizationId}','PATCH',{'requestingOrganizationId':requestingOrganizationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30571
|
+
* Update the routing of numbers for one or multiple organizations
|
|
30572
|
+
*
|
|
30573
|
+
* @param {Array.<Object>} body drRoutingList
|
|
30574
|
+
* @param {Object} opts Optional parameters
|
|
30575
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30576
|
+
*/},{key:"postTelephonyNumbersRouting",value:function postTelephonyNumbersRouting(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
30577
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTelephonyNumbersRouting';}return this.apiClient.callApi('/api/v2/telephony/numbers/routing','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30578
|
+
* Re-route all numbers on an organization
|
|
30579
|
+
*
|
|
30580
|
+
* @param {Object} body Value for all routing request body
|
|
30581
|
+
* @param {Object} opts Optional parameters
|
|
30582
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30583
|
+
*/},{key:"postTelephonyNumbersRoutingAll",value:function postTelephonyNumbersRoutingAll(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
30584
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTelephonyNumbersRoutingAll';}return this.apiClient.callApi('/api/v2/telephony/numbers/routing/all','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30585
|
+
* Reset routing for organization
|
|
30586
|
+
*
|
|
30587
|
+
* @param {Object} body Value for bulk routing request body
|
|
30588
|
+
* @param {Object} opts Optional parameters
|
|
30589
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30590
|
+
*/},{key:"postTelephonyNumbersRoutingReset",value:function postTelephonyNumbersRoutingReset(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
30591
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTelephonyNumbersRoutingReset';}return this.apiClient.callApi('/api/v2/telephony/numbers/routing/reset','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30592
|
+
* Create a link with an organization
|
|
30593
|
+
*
|
|
30594
|
+
* @param {Object} body CreateLinkOrg body
|
|
30595
|
+
* @param {Object} opts Optional parameters
|
|
30596
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
30597
|
+
*/},{key:"postTelephonyOrganizationLink",value:function postTelephonyOrganizationLink(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
30598
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTelephonyOrganizationLink';}return this.apiClient.callApi('/api/v2/telephony/organization/link','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
30466
30599
|
* Request a download of a pcap file to S3
|
|
30467
30600
|
*
|
|
30468
30601
|
* @param {Object} sIPSearchPublicRequest
|
|
@@ -30495,7 +30628,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
30495
30628
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonySettings';}return this.apiClient.callApi('/api/v2/telephony/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
|
|
30496
30629
|
* TelephonyProvidersEdge service.
|
|
30497
30630
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
30498
|
-
* @version
|
|
30631
|
+
* @version 254.0.0
|
|
30499
30632
|
*//**
|
|
30500
30633
|
* Constructs a new TelephonyProvidersEdgeApi.
|
|
30501
30634
|
* @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
@@ -31548,7 +31681,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null||trunkBaseSetting
|
|
|
31548
31681
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesTrunkbasesetting';}return this.apiClient.callApi('/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}','PUT',{'trunkBaseSettingsId':trunkBaseSettingsId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var TextbotsApi=/*#__PURE__*/function(){/**
|
|
31549
31682
|
* Textbots service.
|
|
31550
31683
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
31551
|
-
* @version
|
|
31684
|
+
* @version 254.0.0
|
|
31552
31685
|
*//**
|
|
31553
31686
|
* Constructs a new TextbotsApi.
|
|
31554
31687
|
* @alias module:purecloud-platform-client-v2/api/TextbotsApi
|
|
@@ -31591,7 +31724,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
|
|
|
31591
31724
|
if(postTextRequest===undefined||postTextRequest===null){throw'Missing the required parameter "postTextRequest" when calling postTextbotsBotsExecute';}return this.apiClient.callApi('/api/v2/textbots/bots/execute','POST',{},{},{},{},postTextRequest,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var TokensApi=/*#__PURE__*/function(){/**
|
|
31592
31725
|
* Tokens service.
|
|
31593
31726
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
31594
|
-
* @version
|
|
31727
|
+
* @version 254.0.0
|
|
31595
31728
|
*//**
|
|
31596
31729
|
* Constructs a new TokensApi.
|
|
31597
31730
|
* @alias module:purecloud-platform-client-v2/api/TokensApi
|
|
@@ -31635,7 +31768,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
31635
31768
|
*/},{key:"putTokensTimeout",value:function putTokensTimeout(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/tokens/timeout','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var UploadsApi=/*#__PURE__*/function(){/**
|
|
31636
31769
|
* Uploads service.
|
|
31637
31770
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
31638
|
-
* @version
|
|
31771
|
+
* @version 254.0.0
|
|
31639
31772
|
*//**
|
|
31640
31773
|
* Constructs a new UploadsApi.
|
|
31641
31774
|
* @alias module:purecloud-platform-client-v2/api/UploadsApi
|
|
@@ -31730,7 +31863,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
31730
31863
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUploadsWorkforcemanagementHistoricaldataCsv';}return this.apiClient.callApi('/api/v2/uploads/workforcemanagement/historicaldata/csv','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var UsageApi=/*#__PURE__*/function(){/**
|
|
31731
31864
|
* Usage service.
|
|
31732
31865
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
31733
|
-
* @version
|
|
31866
|
+
* @version 254.0.0
|
|
31734
31867
|
*//**
|
|
31735
31868
|
* Constructs a new UsageApi.
|
|
31736
31869
|
* @alias module:purecloud-platform-client-v2/api/UsageApi
|
|
@@ -31832,7 +31965,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
31832
31965
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUsageSimplesearch';}return this.apiClient.callApi('/api/v2/usage/simplesearch','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var UserRecordingsApi=/*#__PURE__*/function(){/**
|
|
31833
31966
|
* UserRecordings service.
|
|
31834
31967
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
31835
|
-
* @version
|
|
31968
|
+
* @version 254.0.0
|
|
31836
31969
|
*//**
|
|
31837
31970
|
* Constructs a new UserRecordingsApi.
|
|
31838
31971
|
* @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
|
|
@@ -31888,7 +32021,7 @@ if(recordingId===undefined||recordingId===null||recordingId===''){throw'Missing
|
|
|
31888
32021
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserrecording';}return this.apiClient.callApi('/api/v2/userrecordings/{recordingId}','PUT',{'recordingId':recordingId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var UsersApi=/*#__PURE__*/function(){/**
|
|
31889
32022
|
* Users service.
|
|
31890
32023
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
31891
|
-
* @version
|
|
32024
|
+
* @version 254.0.0
|
|
31892
32025
|
*//**
|
|
31893
32026
|
* Constructs a new UsersApi.
|
|
31894
32027
|
* @alias module:purecloud-platform-client-v2/api/UsersApi
|
|
@@ -31901,7 +32034,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
31901
32034
|
* @param {String} jobId jobId
|
|
31902
32035
|
* @param {Object} opts Optional parameters
|
|
31903
32036
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
31904
|
-
* deleteAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31905
32037
|
*/return _createClass(UsersApi,[{key:"deleteAnalyticsUsersAggregatesJob",value:function deleteAnalyticsUsersAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
31906
32038
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsUsersAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/users/aggregates/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
31907
32039
|
* Delete/cancel an async request
|
|
@@ -32026,7 +32158,6 @@ if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the requi
|
|
|
32026
32158
|
* @param {String} jobId jobId
|
|
32027
32159
|
* @param {Object} opts Optional parameters
|
|
32028
32160
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
32029
|
-
* getAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
32030
32161
|
*/},{key:"getAnalyticsUsersAggregatesJob",value:function getAnalyticsUsersAggregatesJob(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
32031
32162
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJob';}return this.apiClient.callApi('/api/v2/analytics/users/aggregates/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
32032
32163
|
* Fetch a page of results for an async aggregates query
|
|
@@ -32035,7 +32166,6 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
32035
32166
|
* @param {Object} opts Optional parameters
|
|
32036
32167
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
32037
32168
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
32038
|
-
* getAnalyticsUsersAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
32039
32169
|
*/},{key:"getAnalyticsUsersAggregatesJobResults",value:function getAnalyticsUsersAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
|
|
32040
32170
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/users/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
32041
32171
|
* Get status for async query for user details
|
|
@@ -32621,7 +32751,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
32621
32751
|
* @param {Object} body query
|
|
32622
32752
|
* @param {Object} opts Optional parameters
|
|
32623
32753
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
32624
|
-
* postAnalyticsUsersAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
32625
32754
|
*/},{key:"postAnalyticsUsersAggregatesJobs",value:function postAnalyticsUsersAggregatesJobs(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
32626
32755
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsUsersAggregatesJobs';}return this.apiClient.callApi('/api/v2/analytics/users/aggregates/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
32627
32756
|
* Query for user aggregates
|
|
@@ -32950,7 +33079,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
32950
33079
|
if(stationId===undefined||stationId===null||stationId===''){throw'Missing the required parameter "stationId" when calling putUsersStationsMeAssociatedstationStationId';}return this.apiClient.callApi('/api/v2/users/stations/me/associatedstation/{stationId}','PUT',{'stationId':stationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var UsersRulesApi=/*#__PURE__*/function(){/**
|
|
32951
33080
|
* UsersRules service.
|
|
32952
33081
|
* @module purecloud-platform-client-v2/api/UsersRulesApi
|
|
32953
|
-
* @version
|
|
33082
|
+
* @version 254.0.0
|
|
32954
33083
|
*//**
|
|
32955
33084
|
* Constructs a new UsersRulesApi.
|
|
32956
33085
|
* @alias module:purecloud-platform-client-v2/api/UsersRulesApi
|
|
@@ -33040,7 +33169,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
33040
33169
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUsersRulesQuery';}return this.apiClient.callApi('/api/v2/users/rules/query','POST',{},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var UtilitiesApi=/*#__PURE__*/function(){/**
|
|
33041
33170
|
* Utilities service.
|
|
33042
33171
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
33043
|
-
* @version
|
|
33172
|
+
* @version 254.0.0
|
|
33044
33173
|
*//**
|
|
33045
33174
|
* Constructs a new UtilitiesApi.
|
|
33046
33175
|
* @alias module:purecloud-platform-client-v2/api/UtilitiesApi
|
|
@@ -33074,7 +33203,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
33074
33203
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCertificateDetails';}return this.apiClient.callApi('/api/v2/certificate/details','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var VoicemailApi=/*#__PURE__*/function(){/**
|
|
33075
33204
|
* Voicemail service.
|
|
33076
33205
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
33077
|
-
* @version
|
|
33206
|
+
* @version 254.0.0
|
|
33078
33207
|
*//**
|
|
33079
33208
|
* Constructs a new VoicemailApi.
|
|
33080
33209
|
* @alias module:purecloud-platform-client-v2/api/VoicemailApi
|
|
@@ -33281,7 +33410,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
33281
33410
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putVoicemailUserpolicy';}return this.apiClient.callApi('/api/v2/voicemail/userpolicies/{userId}','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var WebChatApi=/*#__PURE__*/function(){/**
|
|
33282
33411
|
* WebChat service.
|
|
33283
33412
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
33284
|
-
* @version
|
|
33413
|
+
* @version 254.0.0
|
|
33285
33414
|
*//**
|
|
33286
33415
|
* Constructs a new WebChatApi.
|
|
33287
33416
|
* @alias module:purecloud-platform-client-v2/api/WebChatApi
|
|
@@ -33464,7 +33593,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
33464
33593
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebchatSettings';}return this.apiClient.callApi('/api/v2/webchat/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var WebDeploymentsApi=/*#__PURE__*/function(){/**
|
|
33465
33594
|
* WebDeployments service.
|
|
33466
33595
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
33467
|
-
* @version
|
|
33596
|
+
* @version 254.0.0
|
|
33468
33597
|
*//**
|
|
33469
33598
|
* Constructs a new WebDeploymentsApi.
|
|
33470
33599
|
* @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
@@ -33642,7 +33771,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
|
|
|
33642
33771
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebdeploymentsDeploymentIdentityresolution';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}/identityresolution','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var WebMessagingApi=/*#__PURE__*/function(){/**
|
|
33643
33772
|
* WebMessaging service.
|
|
33644
33773
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
33645
|
-
* @version
|
|
33774
|
+
* @version 254.0.0
|
|
33646
33775
|
*//**
|
|
33647
33776
|
* Constructs a new WebMessagingApi.
|
|
33648
33777
|
* @alias module:purecloud-platform-client-v2/api/WebMessagingApi
|
|
@@ -33690,7 +33819,7 @@ if(tokenId===undefined||tokenId===null||tokenId===''){throw'Missing the required
|
|
|
33690
33819
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postWebmessagingDeploymentPushdevice';}return this.apiClient.callApi('/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}','POST',{'deploymentId':deploymentId,'tokenId':tokenId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var WidgetsApi=/*#__PURE__*/function(){/**
|
|
33691
33820
|
* Widgets service.
|
|
33692
33821
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
33693
|
-
* @version
|
|
33822
|
+
* @version 254.0.0
|
|
33694
33823
|
*//**
|
|
33695
33824
|
* Constructs a new WidgetsApi.
|
|
33696
33825
|
* @alias module:purecloud-platform-client-v2/api/WidgetsApi
|
|
@@ -33740,7 +33869,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
|
|
|
33740
33869
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWidgetsDeployment';}return this.apiClient.callApi('/api/v2/widgets/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}}]);}();var WorkforceManagementApi=/*#__PURE__*/function(){/**
|
|
33741
33870
|
* WorkforceManagement service.
|
|
33742
33871
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
33743
|
-
* @version
|
|
33872
|
+
* @version 254.0.0
|
|
33744
33873
|
*//**
|
|
33745
33874
|
* Constructs a new WorkforceManagementApi.
|
|
33746
33875
|
* @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
@@ -34390,9 +34519,10 @@ if(timeOffPlanId===undefined||timeOffPlanId===null||timeOffPlanId===''){throw'Mi
|
|
|
34390
34519
|
* @param {Object} opts Optional parameters
|
|
34391
34520
|
* @param {String} opts.managementUnitId The ID of the management unit to get management unit specific staffing groups
|
|
34392
34521
|
* @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
|
|
34522
|
+
* @param {Array.<String>} opts.expand Include to access additional data for the time-off plans
|
|
34393
34523
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
34394
34524
|
*/},{key:"getWorkforcemanagementBusinessunitTimeoffplans",value:function getWorkforcemanagementBusinessunitTimeoffplans(businessUnitId,opts){opts=opts||{};// verify the required parameter 'businessUnitId' is set
|
|
34395
|
-
if(businessUnitId===undefined||businessUnitId===null||businessUnitId===''){throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitTimeoffplans';}return this.apiClient.callApi('/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans','GET',{'businessUnitId':businessUnitId},{'managementUnitId':opts['managementUnitId'],'forceDownloadService':opts['forceDownloadService']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
34525
|
+
if(businessUnitId===undefined||businessUnitId===null||businessUnitId===''){throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitTimeoffplans';}return this.apiClient.callApi('/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans','GET',{'businessUnitId':businessUnitId},{'managementUnitId':opts['managementUnitId'],'forceDownloadService':opts['forceDownloadService'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
34396
34526
|
* Get users in the business unit
|
|
34397
34527
|
*
|
|
34398
34528
|
* @param {String} businessUnitId The ID of the business unit
|
|
@@ -34478,12 +34608,14 @@ if(recalculationId===undefined||recalculationId===null||recalculationId===''){th
|
|
|
34478
34608
|
* @param {String} businessUnitId The ID of the business unit
|
|
34479
34609
|
* @param {String} weekId First day of schedule week in yyyy-MM-dd format, or 'recent' (without quotes) to get recent schedules
|
|
34480
34610
|
* @param {Object} opts Optional parameters
|
|
34611
|
+
* @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
|
|
34612
|
+
* @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
|
|
34481
34613
|
* @param {Boolean} opts.includeOnlyPublished includeOnlyPublished
|
|
34482
34614
|
* @param {Object} opts.expand expand
|
|
34483
34615
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
34484
34616
|
*/},{key:"getWorkforcemanagementBusinessunitWeekSchedules",value:function getWorkforcemanagementBusinessunitWeekSchedules(businessUnitId,weekId,opts){opts=opts||{};// verify the required parameter 'businessUnitId' is set
|
|
34485
34617
|
if(businessUnitId===undefined||businessUnitId===null||businessUnitId===''){throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekSchedules';}// verify the required parameter 'weekId' is set
|
|
34486
|
-
if(weekId===undefined||weekId===null||weekId===''){throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekSchedules';}return this.apiClient.callApi('/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules','GET',{'businessUnitId':businessUnitId,'weekId':weekId},{'includeOnlyPublished':opts['includeOnlyPublished'],'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
34618
|
+
if(weekId===undefined||weekId===null||weekId===''){throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekSchedules';}return this.apiClient.callApi('/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules','GET',{'businessUnitId':businessUnitId,'weekId':weekId},{'earliestWeekDate':opts['earliestWeekDate'],'latestWeekDate':opts['latestWeekDate'],'includeOnlyPublished':opts['includeOnlyPublished'],'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
34487
34619
|
* Get a short term forecast
|
|
34488
34620
|
*
|
|
34489
34621
|
* @param {String} businessUnitId The ID of the business unit to which the forecast belongs
|
|
@@ -36295,11 +36427,12 @@ if(timeOffRequestId===undefined||timeOffRequestId===null||timeOffRequestId==='')
|
|
|
36295
36427
|
* @param {String} userId The id of the user for whom the time off request estimate is requested
|
|
36296
36428
|
* @param {Object} body body
|
|
36297
36429
|
* @param {Object} opts Optional parameters
|
|
36430
|
+
* @param {Object} opts.includeOnly Limit response to the specified field
|
|
36298
36431
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
36299
36432
|
*/},{key:"postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate",value:function postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(managementUnitId,userId,body,opts){opts=opts||{};// verify the required parameter 'managementUnitId' is set
|
|
36300
36433
|
if(managementUnitId===undefined||managementUnitId===null||managementUnitId===''){throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate';}// verify the required parameter 'userId' is set
|
|
36301
36434
|
if(userId===undefined||userId===null||userId===''){throw'Missing the required parameter "userId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate';}// verify the required parameter 'body' is set
|
|
36302
|
-
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate';}return this.apiClient.callApi('/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/estimate','POST',{'managementUnitId':managementUnitId,'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
36435
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate';}return this.apiClient.callApi('/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/estimate','POST',{'managementUnitId':managementUnitId,'userId':userId},{'includeOnly':opts['includeOnly']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
36303
36436
|
* Matches a shift trade. This route can only be called by the receiving agent
|
|
36304
36437
|
* Deprecated. Use new route instead (/shifttrading/trades/{tradeId}/match/jobs)
|
|
36305
36438
|
* @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
|
@@ -36516,9 +36649,10 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
36516
36649
|
*
|
|
36517
36650
|
* @param {Object} body body
|
|
36518
36651
|
* @param {Object} opts Optional parameters
|
|
36652
|
+
* @param {Object} opts.includeOnly Limit response to the specified field
|
|
36519
36653
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
36520
36654
|
*/},{key:"postWorkforcemanagementTimeoffrequestsEstimate",value:function postWorkforcemanagementTimeoffrequestsEstimate(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
36521
|
-
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeoffrequestsEstimate';}return this.apiClient.callApi('/api/v2/workforcemanagement/timeoffrequests/estimate','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
36655
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeoffrequestsEstimate';}return this.apiClient.callApi('/api/v2/workforcemanagement/timeoffrequests/estimate','POST',{},{'includeOnly':opts['includeOnly']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json'],opts['customHeaders']);}/**
|
|
36522
36656
|
* Retrieves integration statuses for a list of current user time off requests
|
|
36523
36657
|
*
|
|
36524
36658
|
* @param {Object} body body
|
|
@@ -36599,7 +36733,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
36599
36733
|
* </pre>
|
|
36600
36734
|
* </p>
|
|
36601
36735
|
* @module purecloud-platform-client-v2/index
|
|
36602
|
-
* @version
|
|
36736
|
+
* @version 254.0.0
|
|
36603
36737
|
*/var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
|
|
36604
36738
|
* The ApiClient constructor.
|
|
36605
36739
|
* @property {module:purecloud-platform-client-v2/ApiClient}
|