purecloud-platform-client-v2 231.0.0 → 233.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 +22 -3
- package/dist/node/purecloud-platform-client-v2.js +378 -111
- package/dist/web-amd/purecloud-platform-client-v2.js +378 -111
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +183 -112
- package/dist/web-cjs/purecloud-platform-client-v2.js +183 -112
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1090 -522
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +31 -6
- 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 +25 -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 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.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/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- 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 +173 -4
- 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 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +11 -5
- 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 +5 -2
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- 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 +7 -3
- 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 +2 -2
- 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 +6 -4
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.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 +3 -2
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -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 -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 +7 -4
- 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 +31 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -6477,7 +6477,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
|
|
|
6477
6477
|
this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
|
|
6478
6478
|
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];}}}]);}();/**
|
|
6479
6479
|
* @module purecloud-platform-client-v2/ApiClient
|
|
6480
|
-
* @version
|
|
6480
|
+
* @version 233.0.0
|
|
6481
6481
|
*/var ApiClient=/*#__PURE__*/function(){/**
|
|
6482
6482
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
6483
6483
|
* application to use this class directly - the *Api and model classes provide the public API for the service. The
|
|
@@ -6506,7 +6506,7 @@ if(this.environment.startsWith('https://'))this.environment=this.environment.sub
|
|
|
6506
6506
|
*/PIPES:'|',/**
|
|
6507
6507
|
* Native array. Value: <code>multi</code>
|
|
6508
6508
|
* @const
|
|
6509
|
-
*/MULTI:'multi'};/**
|
|
6509
|
+
*/MULTI:'multi'};this.useLegacyParameterFilter=true;/**
|
|
6510
6510
|
* @description Value is `true` if local storage exists. Otherwise, false.
|
|
6511
6511
|
*/try{localStorage.setItem('purecloud_local_storage_test','purecloud_local_storage_test');localStorage.removeItem('purecloud_local_storage_test');this.hasLocalStorage=true;}catch(e){this.hasLocalStorage=false;}/**
|
|
6512
6512
|
* The authentication methods to be included for all API calls.
|
|
@@ -6734,10 +6734,13 @@ this.setAccessToken(this.authentications['PureCloud OAuth'].accessToken);}/**
|
|
|
6734
6734
|
* @param {string} path - The path for the URL
|
|
6735
6735
|
* @param {object} query - An object of key/value pairs to use for querystring keys/values
|
|
6736
6736
|
*/},{key:"_buildAuthUrl",value:function _buildAuthUrl(path,query){if(!query)query={};var loginBasePath=this.config.getConfUrl('login',this.config.authUrl);return Object.keys(query).reduce(function(url,key){return!query[key]?url:"".concat(url,"&").concat(key,"=").concat(query[key]);},"".concat(loginBasePath,"/").concat(path,"?"));}/**
|
|
6737
|
+
* @description If set to `true`, the ApiClient will continue to use its legacy approach for filtering method parameters (mapped to an API Endpoint's query parameter). This is option is meant to facilitate transition from legacy to current and accurate parameters filtering.
|
|
6738
|
+
* @param {boolean} useLegacyParameterFilter - `false` to use modern/accurate approach (default value), `true` to use legacy approach (i.e. parameters of boolean type and equal to false are ignored/filtered, parameters of type integer/number and equal to 0 are ignored/filtered)
|
|
6739
|
+
*/},{key:"setUseLegacyParameterFilter",value:function setUseLegacyParameterFilter(useLegacyParameterFilter){this.useLegacyParameterFilter=useLegacyParameterFilter;}},{key:"getUseLegacyParameterFilter",value:function getUseLegacyParameterFilter(){return this.useLegacyParameterFilter;}/**
|
|
6737
6740
|
* Returns a string representation for an actual parameter.
|
|
6738
6741
|
* @param param The actual parameter.
|
|
6739
6742
|
* @returns {String} The string representation of <code>param</code>.
|
|
6740
|
-
*/},{key:"paramToString",value:function paramToString(param){if(!param){return'';}if(param instanceof Date){return param.toJSON();}if(param instanceof Boolean){return param.toString().toLowerCase();}return param.toString();}/**
|
|
6743
|
+
*/},{key:"paramToString",value:function paramToString(param){if(this.useLegacyParameterFilter!==true){if(param!==null&¶m!==undefined){if(typeof param==="boolean"){return param.toString().toLowerCase();}else if(param instanceof Boolean){return param.toString().toLowerCase();}else if(typeof param==="number"){return param.toString();}}}if(!param){return'';}if(param instanceof Date){return param.toJSON();}if(param instanceof Boolean){return param.toString().toLowerCase();}return param.toString();}/**
|
|
6741
6744
|
* Returns query parameters serialized in the format needed for an axios request.
|
|
6742
6745
|
* @param param The unserialized query parameters.
|
|
6743
6746
|
* @returns {Object} The serialized representation the query parameters.
|
|
@@ -6788,12 +6791,12 @@ if(typeof File==='function'&¶m instanceof File){return true;}return false;}/
|
|
|
6788
6791
|
* @param {module:purecloud-platform-client-v2/ApiClient.CollectionFormatEnum} collectionFormat The array element separator strategy.
|
|
6789
6792
|
* @returns {String|Array} A string representation of the supplied collection, using the specified delimiter. Returns
|
|
6790
6793
|
* <code>param</code> as is if <code>collectionFormat</code> is <code>multi</code>.
|
|
6791
|
-
*/},{key:"buildCollectionParam",value:function buildCollectionParam(param,collectionFormat){if(!param)return;if(!Array.isArray(param)){param=[param];}switch(collectionFormat){case'csv':return param.map(
|
|
6792
|
-
return param.map(
|
|
6794
|
+
*/},{key:"buildCollectionParam",value:function buildCollectionParam(param,collectionFormat){var _this13=this;if(!param)return;if(!Array.isArray(param)){param=[param];}switch(collectionFormat){case'csv':return param.map(function(x){return _this13.paramToString(x);}).join(',');case'ssv':return param.map(function(x){return _this13.paramToString(x);}).join(' ');case'tsv':return param.map(function(x){return _this13.paramToString(x);}).join('\t');case'pipes':return param.map(function(x){return _this13.paramToString(x);}).join('|');case'multi':// return the array directly as axios will handle it as expected
|
|
6795
|
+
return param.map(function(x){return _this13.paramToString(x);});default:throw new Error("Unknown collection format: ".concat(collectionFormat));}}/**
|
|
6793
6796
|
* Applies authentication headers to the request.
|
|
6794
6797
|
* @param {Object} request The axios request config object.
|
|
6795
6798
|
* @param {Array.<String>} authNames An array of authentication method names.
|
|
6796
|
-
*/},{key:"applyAuthToRequest",value:function applyAuthToRequest(request,authNames){var
|
|
6799
|
+
*/},{key:"applyAuthToRequest",value:function applyAuthToRequest(request,authNames){var _this14=this;authNames.forEach(function(authName){var auth=_this14.authentications[authName];switch(auth.type){case'basic':if(auth.username||auth.password){request.auth={username:auth.username||'',password:auth.password||''};}break;case'apiKey':if(auth.apiKey){var data={};if(auth.apiKeyPrefix){data[auth.name]="".concat(auth.apiKeyPrefix," ").concat(auth.apiKey);}else{data[auth.name]=auth.apiKey;}if(auth['in']==='header'){request.headers=_this14.addHeaders(request.headers,data);}else{request.setParams(_this14.serialize(data));}}break;case'oauth2':if(auth.accessToken){request.headers=_this14.addHeaders(request.headers,{'Authorization':"Bearer ".concat(auth.accessToken)});}break;default:throw new Error("Unknown authentication type: ".concat(auth.type));}});}/**
|
|
6797
6800
|
* @description Sets the proxy agent axios will use for requests
|
|
6798
6801
|
* @param {any} agent - The proxy agent
|
|
6799
6802
|
*/},{key:"setProxyAgent",value:function setProxyAgent(agent){this.proxyAgent=agent;var httpClient=this.getHttpClient();httpClient.setHttpsAgent(this.proxyAgent);}/**
|
|
@@ -6810,7 +6813,7 @@ return param.map(this.paramToString);default:throw new Error("Unknown collection
|
|
|
6810
6813
|
* @param {Array.<String>} accepts An array of acceptable response MIME types.types or the
|
|
6811
6814
|
* constructor for a complex type.
|
|
6812
6815
|
* @returns {Promise} A Promise object.
|
|
6813
|
-
*/},{key:"callApi",value:function callApi(path,httpMethod,pathParams,queryParams,headerParams,formParams,bodyParam,authNames,contentTypes,accepts){var
|
|
6816
|
+
*/},{key:"callApi",value:function callApi(path,httpMethod,pathParams,queryParams,headerParams,formParams,bodyParam,authNames,contentTypes,accepts){var _this15=this;return new Promise(function(resolve,reject){sendRequest(_this15);function sendRequest(that){var url=that.buildUrl(path,pathParams);var request=new HttpRequestOptions(url,httpMethod,null,that.serialize(queryParams),null,that.timeout);// apply authentications
|
|
6814
6817
|
that.applyAuthToRequest(request,authNames);// set header parameters
|
|
6815
6818
|
var defaultHeaders=that.defaultHeaders;var normalizedHeaderParams=that.normalizeParams(headerParams);request.headers=that.addHeaders(request.headers,defaultHeaders,normalizedHeaderParams);var contentType=that.jsonPreferredMime(contentTypes);if(contentType){request.headers['Content-Type']=contentType;}else if(!request.headers['Content-Type']){request.headers['Content-Type']='application/json';}if(contentType==='application/x-www-form-urlencoded'){request.setData(that.normalizeParams(formParams));}else if(contentType=='multipart/form-data'){var _formParams=that.normalizeParams(formParams);for(var key in _formParams){if(_formParams.hasOwnProperty(key)){// Looks like axios handles files and forms the same way
|
|
6816
6819
|
var formData=new FormData();formData.set(key,_formParams[key]);request.setData(formData);}}}else if(bodyParam){request.setData(bodyParam);}var accept=that.jsonPreferredMime(accepts);if(accept){request.headers['Accept']=accept;}var httpClient=that.getHttpClient();httpClient.request(request).then(function(response){// Build response object
|
|
@@ -6820,7 +6823,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
|
|
|
6820
6823
|
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(){/**
|
|
6821
6824
|
* AIStudio service.
|
|
6822
6825
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
6823
|
-
* @version
|
|
6826
|
+
* @version 233.0.0
|
|
6824
6827
|
*//**
|
|
6825
6828
|
* Constructs a new AIStudioApi.
|
|
6826
6829
|
* @alias module:purecloud-platform-client-v2/api/AIStudioApi
|
|
@@ -6971,7 +6974,7 @@ if(summarySettingId===undefined||summarySettingId===null||summarySettingId==='')
|
|
|
6971
6974
|
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']);}}]);}();var AgentAssistantsApi=/*#__PURE__*/function(){/**
|
|
6972
6975
|
* AgentAssistants service.
|
|
6973
6976
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
6974
|
-
* @version
|
|
6977
|
+
* @version 233.0.0
|
|
6975
6978
|
*//**
|
|
6976
6979
|
* Constructs a new AgentAssistantsApi.
|
|
6977
6980
|
* @alias module:purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
@@ -7102,7 +7105,7 @@ if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required
|
|
|
7102
7105
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantQueue';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/queues/{queueId}','PUT',{'assistantId':assistantId,'queueId':queueId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentCopilotApi=/*#__PURE__*/function(){/**
|
|
7103
7106
|
* AgentCopilot service.
|
|
7104
7107
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
7105
|
-
* @version
|
|
7108
|
+
* @version 233.0.0
|
|
7106
7109
|
*//**
|
|
7107
7110
|
* Constructs a new AgentCopilotApi.
|
|
7108
7111
|
* @alias module:purecloud-platform-client-v2/api/AgentCopilotApi
|
|
@@ -7115,6 +7118,11 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
7115
7118
|
* @param {String} assistantId Assistant ID
|
|
7116
7119
|
*/return _createClass(AgentCopilotApi,[{key:"getAssistantCopilot",value:function getAssistantCopilot(assistantId){// verify the required parameter 'assistantId' is set
|
|
7117
7120
|
if(assistantId===undefined||assistantId===null||assistantId===''){throw'Missing the required parameter "assistantId" when calling getAssistantCopilot';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/copilot','GET',{'assistantId':assistantId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
7121
|
+
* Get information about the support of features for all the languages or only for a certain language.
|
|
7122
|
+
*
|
|
7123
|
+
* @param {Object} opts Optional parameters
|
|
7124
|
+
* @param {String} opts.language Which language are the features supported for
|
|
7125
|
+
*/},{key:"getAssistantsCopilotFeaturesupport",value:function getAssistantsCopilotFeaturesupport(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/assistants/copilot/featuresupport','GET',{},{'language':opts['language']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
7118
7126
|
* Update agent copilot configuration
|
|
7119
7127
|
*
|
|
7120
7128
|
* @param {String} assistantId Assistant ID
|
|
@@ -7124,7 +7132,7 @@ if(assistantId===undefined||assistantId===null||assistantId===''){throw'Missing
|
|
|
7124
7132
|
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']);}}]);}();var AgentUIApi=/*#__PURE__*/function(){/**
|
|
7125
7133
|
* AgentUI service.
|
|
7126
7134
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
7127
|
-
* @version
|
|
7135
|
+
* @version 233.0.0
|
|
7128
7136
|
*//**
|
|
7129
7137
|
* Constructs a new AgentUIApi.
|
|
7130
7138
|
* @alias module:purecloud-platform-client-v2/api/AgentUIApi
|
|
@@ -7158,7 +7166,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
|
|
|
7158
7166
|
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']);}}]);}();var AlertingApi=/*#__PURE__*/function(){/**
|
|
7159
7167
|
* Alerting service.
|
|
7160
7168
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
7161
|
-
* @version
|
|
7169
|
+
* @version 233.0.0
|
|
7162
7170
|
*//**
|
|
7163
7171
|
* Constructs a new AlertingApi.
|
|
7164
7172
|
* @alias module:purecloud-platform-client-v2/api/AlertingApi
|
|
@@ -7247,7 +7255,7 @@ if(ruleId===undefined||ruleId===null||ruleId===''){throw'Missing the required pa
|
|
|
7247
7255
|
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']);}}]);}();var AnalyticsApi=/*#__PURE__*/function(){/**
|
|
7248
7256
|
* Analytics service.
|
|
7249
7257
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
7250
|
-
* @version
|
|
7258
|
+
* @version 233.0.0
|
|
7251
7259
|
*//**
|
|
7252
7260
|
* Constructs a new AnalyticsApi.
|
|
7253
7261
|
* @alias module:purecloud-platform-client-v2/api/AnalyticsApi
|
|
@@ -8023,7 +8031,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8023
8031
|
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']);}}]);}();var ArchitectApi=/*#__PURE__*/function(){/**
|
|
8024
8032
|
* Architect service.
|
|
8025
8033
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
8026
|
-
* @version
|
|
8034
|
+
* @version 233.0.0
|
|
8027
8035
|
*//**
|
|
8028
8036
|
* Constructs a new ArchitectApi.
|
|
8029
8037
|
* @alias module:purecloud-platform-client-v2/api/ArchitectApi
|
|
@@ -9157,7 +9165,7 @@ if(milestoneId===undefined||milestoneId===null||milestoneId===''){throw'Missing
|
|
|
9157
9165
|
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']);}}]);}();var AuditApi=/*#__PURE__*/function(){/**
|
|
9158
9166
|
* Audit service.
|
|
9159
9167
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
9160
|
-
* @version
|
|
9168
|
+
* @version 233.0.0
|
|
9161
9169
|
*//**
|
|
9162
9170
|
* Constructs a new AuditApi.
|
|
9163
9171
|
* @alias module:purecloud-platform-client-v2/api/AuditApi
|
|
@@ -9207,7 +9215,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
9207
9215
|
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']);}}]);}();var AuthorizationApi=/*#__PURE__*/function(){/**
|
|
9208
9216
|
* Authorization service.
|
|
9209
9217
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
9210
|
-
* @version
|
|
9218
|
+
* @version 233.0.0
|
|
9211
9219
|
*//**
|
|
9212
9220
|
* Constructs a new AuthorizationApi.
|
|
9213
9221
|
* @alias module:purecloud-platform-client-v2/api/AuthorizationApi
|
|
@@ -9642,7 +9650,7 @@ if(subjectId===undefined||subjectId===null||subjectId===''){throw'Missing the re
|
|
|
9642
9650
|
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']);}}]);}();var BillingApi=/*#__PURE__*/function(){/**
|
|
9643
9651
|
* Billing service.
|
|
9644
9652
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
9645
|
-
* @version
|
|
9653
|
+
* @version 233.0.0
|
|
9646
9654
|
*//**
|
|
9647
9655
|
* Constructs a new BillingApi.
|
|
9648
9656
|
* @alias module:purecloud-platform-client-v2/api/BillingApi
|
|
@@ -9719,7 +9727,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
|
|
|
9719
9727
|
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']);}}]);}();var BusinessRulesApi=/*#__PURE__*/function(){/**
|
|
9720
9728
|
* BusinessRules service.
|
|
9721
9729
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
9722
|
-
* @version
|
|
9730
|
+
* @version 233.0.0
|
|
9723
9731
|
*//**
|
|
9724
9732
|
* Constructs a new BusinessRulesApi.
|
|
9725
9733
|
* @alias module:purecloud-platform-client-v2/api/BusinessRulesApi
|
|
@@ -9935,7 +9943,7 @@ if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required
|
|
|
9935
9943
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontables';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9936
9944
|
* Create a schema
|
|
9937
9945
|
*
|
|
9938
|
-
* @param {Object} body Schema
|
|
9946
|
+
* @param {Object} body Business Rules Schema Create Request
|
|
9939
9947
|
* postBusinessrulesSchemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9940
9948
|
*/},{key:"postBusinessrulesSchemas",value:function postBusinessrulesSchemas(body){// verify the required parameter 'body' is set
|
|
9941
9949
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesSchemas';}return this.apiClient.callApi('/api/v2/businessrules/schemas','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -9962,14 +9970,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
9962
9970
|
* Update a schema
|
|
9963
9971
|
*
|
|
9964
9972
|
* @param {String} schemaId Schema ID
|
|
9965
|
-
* @param {Object} body
|
|
9973
|
+
* @param {Object} body Business Rules Schema Update Request
|
|
9966
9974
|
* putBusinessrulesSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9967
9975
|
*/},{key:"putBusinessrulesSchema",value:function putBusinessrulesSchema(schemaId,body){// verify the required parameter 'schemaId' is set
|
|
9968
9976
|
if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the required parameter "schemaId" when calling putBusinessrulesSchema';}// verify the required parameter 'body' is set
|
|
9969
9977
|
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']);}}]);}();var CarrierServicesApi=/*#__PURE__*/function(){/**
|
|
9970
9978
|
* CarrierServices service.
|
|
9971
9979
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
9972
|
-
* @version
|
|
9980
|
+
* @version 233.0.0
|
|
9973
9981
|
*//**
|
|
9974
9982
|
* Constructs a new CarrierServicesApi.
|
|
9975
9983
|
* @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
|
|
@@ -9989,7 +9997,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
|
|
|
9989
9997
|
*/},{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']);}}]);}();var ChatApi=/*#__PURE__*/function(){/**
|
|
9990
9998
|
* Chat service.
|
|
9991
9999
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
9992
|
-
* @version
|
|
10000
|
+
* @version 233.0.0
|
|
9993
10001
|
*//**
|
|
9994
10002
|
* Constructs a new ChatApi.
|
|
9995
10003
|
* @alias module:purecloud-platform-client-v2/api/ChatApi
|
|
@@ -10220,7 +10228,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
10220
10228
|
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']);}}]);}();var CoachingApi=/*#__PURE__*/function(){/**
|
|
10221
10229
|
* Coaching service.
|
|
10222
10230
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
10223
|
-
* @version
|
|
10231
|
+
* @version 233.0.0
|
|
10224
10232
|
*//**
|
|
10225
10233
|
* Constructs a new CoachingApi.
|
|
10226
10234
|
* @alias module:purecloud-platform-client-v2/api/CoachingApi
|
|
@@ -10373,7 +10381,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
10373
10381
|
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']);}}]);}();var ContentManagementApi=/*#__PURE__*/function(){/**
|
|
10374
10382
|
* ContentManagement service.
|
|
10375
10383
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
10376
|
-
* @version
|
|
10384
|
+
* @version 233.0.0
|
|
10377
10385
|
*//**
|
|
10378
10386
|
* Constructs a new ContentManagementApi.
|
|
10379
10387
|
* @alias module:purecloud-platform-client-v2/api/ContentManagementApi
|
|
@@ -10655,7 +10663,7 @@ if(tagId===undefined||tagId===null||tagId===''){throw'Missing the required param
|
|
|
10655
10663
|
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']);}}]);}();var ConversationsApi=/*#__PURE__*/function(){/**
|
|
10656
10664
|
* Conversations service.
|
|
10657
10665
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
10658
|
-
* @version
|
|
10666
|
+
* @version 233.0.0
|
|
10659
10667
|
*//**
|
|
10660
10668
|
* Constructs a new ConversationsApi.
|
|
10661
10669
|
* @alias module:purecloud-platform-client-v2/api/ConversationsApi
|
|
@@ -10714,6 +10722,11 @@ if(attachmentId===undefined||attachmentId===null||attachmentId===''){throw'Missi
|
|
|
10714
10722
|
* @param {String} cachedMediaItemId cachedMediaItemId
|
|
10715
10723
|
*/},{key:"deleteConversationsMessagesCachedmediaCachedMediaItemId",value:function deleteConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId){// verify the required parameter 'cachedMediaItemId' is set
|
|
10716
10724
|
if(cachedMediaItemId===undefined||cachedMediaItemId===null||cachedMediaItemId===''){throw'Missing the required parameter "cachedMediaItemId" when calling deleteConversationsMessagesCachedmediaCachedMediaItemId';}return this.apiClient.callApi('/api/v2/conversations/messages/cachedmedia/{cachedMediaItemId}','DELETE',{'cachedMediaItemId':cachedMediaItemId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
10725
|
+
* Delete an Apple messaging integration
|
|
10726
|
+
*
|
|
10727
|
+
* @param {String} integrationId Integration ID
|
|
10728
|
+
*/},{key:"deleteConversationsMessagingIntegrationsAppleIntegrationId",value:function deleteConversationsMessagingIntegrationsAppleIntegrationId(integrationId){// verify the required parameter 'integrationId' is set
|
|
10729
|
+
if(integrationId===undefined||integrationId===null||integrationId===''){throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsAppleIntegrationId';}return this.apiClient.callApi('/api/v2/conversations/messaging/integrations/apple/{integrationId}','DELETE',{'integrationId':integrationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
10717
10730
|
* Delete a Facebook messaging integration
|
|
10718
10731
|
*
|
|
10719
10732
|
* @param {String} integrationId Integration ID
|
|
@@ -11217,7 +11230,6 @@ if(cachedMediaItemId===undefined||cachedMediaItemId===null||cachedMediaItemId===
|
|
|
11217
11230
|
* Get Apple messaging integration identity resolution settings
|
|
11218
11231
|
*
|
|
11219
11232
|
* @param {String} integrationId Integration ID
|
|
11220
|
-
* getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11221
11233
|
*/},{key:"getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId",value:function getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId){// verify the required parameter 'integrationId' is set
|
|
11222
11234
|
if(integrationId===undefined||integrationId===null||integrationId===''){throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';}return this.apiClient.callApi('/api/v2/conversations/messaging/identityresolution/integrations/apple/{integrationId}','GET',{'integrationId':integrationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11223
11235
|
* Get Facebook messaging integration identity resolution settings
|
|
@@ -11259,6 +11271,22 @@ if(integrationId===undefined||integrationId===null||integrationId===''){throw'Mi
|
|
|
11259
11271
|
* @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
|
|
11260
11272
|
* @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
|
|
11261
11273
|
*/},{key:"getConversationsMessagingIntegrations",value:function getConversationsMessagingIntegrations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/conversations/messaging/integrations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'supportedContent.id':opts['supportedContentId'],'messagingSetting.id':opts['messagingSettingId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11274
|
+
* Get a list of Apple Integrations
|
|
11275
|
+
*
|
|
11276
|
+
* @param {Object} opts Optional parameters
|
|
11277
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
11278
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
11279
|
+
* @param {Object} opts.expand Expand instructions for the return value.
|
|
11280
|
+
* @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
|
|
11281
|
+
* @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
|
|
11282
|
+
*/},{key:"getConversationsMessagingIntegrationsApple",value:function getConversationsMessagingIntegrationsApple(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/conversations/messaging/integrations/apple','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'expand':opts['expand'],'supportedContent.id':opts['supportedContentId'],'messagingSetting.id':opts['messagingSettingId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11283
|
+
* Get an Apple messaging integration
|
|
11284
|
+
*
|
|
11285
|
+
* @param {String} integrationId Integration ID
|
|
11286
|
+
* @param {Object} opts Optional parameters
|
|
11287
|
+
* @param {Object} opts.expand Expand instructions for the return value.
|
|
11288
|
+
*/},{key:"getConversationsMessagingIntegrationsAppleIntegrationId",value:function getConversationsMessagingIntegrationsAppleIntegrationId(integrationId,opts){opts=opts||{};// verify the required parameter 'integrationId' is set
|
|
11289
|
+
if(integrationId===undefined||integrationId===null||integrationId===''){throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsAppleIntegrationId';}return this.apiClient.callApi('/api/v2/conversations/messaging/integrations/apple/{integrationId}','GET',{'integrationId':integrationId},{'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11262
11290
|
* Get a list of Facebook Integrations
|
|
11263
11291
|
*
|
|
11264
11292
|
* @param {Object} opts Optional parameters
|
|
@@ -11342,6 +11370,15 @@ if(integrationId===undefined||integrationId===null||integrationId===''){throw'Mi
|
|
|
11342
11370
|
* @param {Object} opts.expand Expand instructions for the return value.
|
|
11343
11371
|
*/},{key:"getConversationsMessagingIntegrationsWhatsappIntegrationId",value:function getConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId,opts){opts=opts||{};// verify the required parameter 'integrationId' is set
|
|
11344
11372
|
if(integrationId===undefined||integrationId===null||integrationId===''){throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsWhatsappIntegrationId';}return this.apiClient.callApi('/api/v2/conversations/messaging/integrations/whatsapp/{integrationId}','GET',{'integrationId':integrationId},{'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11373
|
+
* Call Authentication provider callback to validate state and code
|
|
11374
|
+
*
|
|
11375
|
+
* @param {String} code The authorization code to be sent to the authentication server during the token request.
|
|
11376
|
+
* @param {String} state The state/nonce value generated by Genesys Auth-Client Service.
|
|
11377
|
+
* @param {Object} opts Optional parameters
|
|
11378
|
+
* @param {String} opts.error Error parameter from OAuth provider
|
|
11379
|
+
*/},{key:"getConversationsMessagingOauthAppleCallback",value:function getConversationsMessagingOauthAppleCallback(code,state,opts){opts=opts||{};// verify the required parameter 'code' is set
|
|
11380
|
+
if(code===undefined||code===null){throw'Missing the required parameter "code" when calling getConversationsMessagingOauthAppleCallback';}// verify the required parameter 'state' is set
|
|
11381
|
+
if(state===undefined||state===null){throw'Missing the required parameter "state" when calling getConversationsMessagingOauthAppleCallback';}return this.apiClient.callApi('/api/v2/conversations/messaging/oauth/apple/callback','GET',{},{'code':code,'state':state,'error':opts['error']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11345
11382
|
* Get a messaging setting
|
|
11346
11383
|
*
|
|
11347
11384
|
* @param {String} messageSettingId Message Setting ID
|
|
@@ -11753,6 +11790,13 @@ if(conversationId===undefined||conversationId===null||conversationId===''){throw
|
|
|
11753
11790
|
if(participantId===undefined||participantId===null||participantId===''){throw'Missing the required parameter "participantId" when calling patchConversationsMessageParticipantCommunication';}// verify the required parameter 'communicationId' is set
|
|
11754
11791
|
if(communicationId===undefined||communicationId===null||communicationId===''){throw'Missing the required parameter "communicationId" when calling patchConversationsMessageParticipantCommunication';}// verify the required parameter 'body' is set
|
|
11755
11792
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationsMessageParticipantCommunication';}return this.apiClient.callApi('/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}','PATCH',{'conversationId':conversationId,'participantId':participantId,'communicationId':communicationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11793
|
+
* Update an Apple messaging integration
|
|
11794
|
+
*
|
|
11795
|
+
* @param {String} integrationId Integration ID
|
|
11796
|
+
* @param {Object} body AppleIntegrationUpdateRequest
|
|
11797
|
+
*/},{key:"patchConversationsMessagingIntegrationsAppleIntegrationId",value:function patchConversationsMessagingIntegrationsAppleIntegrationId(integrationId,body){// verify the required parameter 'integrationId' is set
|
|
11798
|
+
if(integrationId===undefined||integrationId===null||integrationId===''){throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsAppleIntegrationId';}// verify the required parameter 'body' is set
|
|
11799
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsAppleIntegrationId';}return this.apiClient.callApi('/api/v2/conversations/messaging/integrations/apple/{integrationId}','PATCH',{'integrationId':integrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11756
11800
|
* Update Facebook messaging integration
|
|
11757
11801
|
*
|
|
11758
11802
|
* @param {String} integrationId Integration ID
|
|
@@ -12112,7 +12156,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12112
12156
|
*/},{key:"postConversationsCallParticipants",value:function postConversationsCallParticipants(conversationId,body){// verify the required parameter 'conversationId' is set
|
|
12113
12157
|
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipants';}// verify the required parameter 'body' is set
|
|
12114
12158
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsCallParticipants';}return this.apiClient.callApi('/api/v2/conversations/calls/{conversationId}/participants','POST',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
12115
|
-
* Add participants to a conversation
|
|
12159
|
+
* Add participants to a conversation on behalf of a user
|
|
12116
12160
|
*
|
|
12117
12161
|
* @param {String} conversationId conversationId
|
|
12118
12162
|
* @param {String} userId userId
|
|
@@ -12436,6 +12480,11 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12436
12480
|
* @deprecated
|
|
12437
12481
|
*/},{key:"postConversationsMessagesInboundOpen",value:function postConversationsMessagesInboundOpen(body){// verify the required parameter 'body' is set
|
|
12438
12482
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsMessagesInboundOpen';}return this.apiClient.callApi('/api/v2/conversations/messages/inbound/open','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
12483
|
+
* Create Apple Integration
|
|
12484
|
+
*
|
|
12485
|
+
* @param {Object} body AppleIntegrationRequest
|
|
12486
|
+
*/},{key:"postConversationsMessagingIntegrationsApple",value:function postConversationsMessagingIntegrationsApple(body){// verify the required parameter 'body' is set
|
|
12487
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsApple';}return this.apiClient.callApi('/api/v2/conversations/messaging/integrations/apple','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
12439
12488
|
* Create a Facebook Integration
|
|
12440
12489
|
*
|
|
12441
12490
|
* @param {Object} body FacebookIntegrationRequest
|
|
@@ -12624,7 +12673,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12624
12673
|
*
|
|
12625
12674
|
* @param {String} integrationId Integration ID
|
|
12626
12675
|
* @param {Object} body IdentityResolutionConfig
|
|
12627
|
-
* putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12628
12676
|
*/},{key:"putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId",value:function putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId,body){// verify the required parameter 'integrationId' is set
|
|
12629
12677
|
if(integrationId===undefined||integrationId===null||integrationId===''){throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';}// verify the required parameter 'body' is set
|
|
12630
12678
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';}return this.apiClient.callApi('/api/v2/conversations/messaging/identityresolution/integrations/apple/{integrationId}','PUT',{'integrationId':integrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -12702,7 +12750,7 @@ if(conversationId===undefined||conversationId===null||conversationId===''){throw
|
|
|
12702
12750
|
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']);}}]);}();var DataExtensionsApi=/*#__PURE__*/function(){/**
|
|
12703
12751
|
* DataExtensions service.
|
|
12704
12752
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
12705
|
-
* @version
|
|
12753
|
+
* @version 233.0.0
|
|
12706
12754
|
*//**
|
|
12707
12755
|
* Constructs a new DataExtensionsApi.
|
|
12708
12756
|
* @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
|
|
@@ -12723,7 +12771,7 @@ if(coretypeName===undefined||coretypeName===null||coretypeName===''){throw'Missi
|
|
|
12723
12771
|
*/},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DataPrivacyApi=/*#__PURE__*/function(){/**
|
|
12724
12772
|
* DataPrivacy service.
|
|
12725
12773
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
12726
|
-
* @version
|
|
12774
|
+
* @version 233.0.0
|
|
12727
12775
|
*//**
|
|
12728
12776
|
* Constructs a new DataPrivacyApi.
|
|
12729
12777
|
* @alias module:purecloud-platform-client-v2/api/DataPrivacyApi
|
|
@@ -12763,7 +12811,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12763
12811
|
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']);}}]);}();var DownloadsApi=/*#__PURE__*/function(){/**
|
|
12764
12812
|
* Downloads service.
|
|
12765
12813
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
12766
|
-
* @version
|
|
12814
|
+
* @version 233.0.0
|
|
12767
12815
|
*//**
|
|
12768
12816
|
* Constructs a new DownloadsApi.
|
|
12769
12817
|
* @alias module:purecloud-platform-client-v2/api/DownloadsApi
|
|
@@ -12782,7 +12830,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12782
12830
|
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']);}}]);}();var EmailsApi=/*#__PURE__*/function(){/**
|
|
12783
12831
|
* Emails service.
|
|
12784
12832
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
12785
|
-
* @version
|
|
12833
|
+
* @version 233.0.0
|
|
12786
12834
|
*//**
|
|
12787
12835
|
* Constructs a new EmailsApi.
|
|
12788
12836
|
* @alias module:purecloud-platform-client-v2/api/EmailsApi
|
|
@@ -12811,7 +12859,7 @@ if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the
|
|
|
12811
12859
|
*/},{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']);}}]);}();var EmployeeEngagementApi=/*#__PURE__*/function(){/**
|
|
12812
12860
|
* EmployeeEngagement service.
|
|
12813
12861
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
12814
|
-
* @version
|
|
12862
|
+
* @version 233.0.0
|
|
12815
12863
|
*//**
|
|
12816
12864
|
* Constructs a new EmployeeEngagementApi.
|
|
12817
12865
|
* @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
@@ -12849,7 +12897,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12849
12897
|
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']);}}]);}();var EventsApi=/*#__PURE__*/function(){/**
|
|
12850
12898
|
* Events service.
|
|
12851
12899
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
12852
|
-
* @version
|
|
12900
|
+
* @version 233.0.0
|
|
12853
12901
|
*//**
|
|
12854
12902
|
* Constructs a new EventsApi.
|
|
12855
12903
|
* @alias module:purecloud-platform-client-v2/api/EventsApi
|
|
@@ -12874,7 +12922,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12874
12922
|
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']);}}]);}();var ExternalContactsApi=/*#__PURE__*/function(){/**
|
|
12875
12923
|
* ExternalContacts service.
|
|
12876
12924
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
12877
|
-
* @version
|
|
12925
|
+
* @version 233.0.0
|
|
12878
12926
|
*//**
|
|
12879
12927
|
* Constructs a new ExternalContactsApi.
|
|
12880
12928
|
* @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
|
|
@@ -13624,7 +13672,7 @@ if(relationshipId===undefined||relationshipId===null||relationshipId===''){throw
|
|
|
13624
13672
|
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']);}}]);}();var FaxApi=/*#__PURE__*/function(){/**
|
|
13625
13673
|
* Fax service.
|
|
13626
13674
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
13627
|
-
* @version
|
|
13675
|
+
* @version 233.0.0
|
|
13628
13676
|
*//**
|
|
13629
13677
|
* Constructs a new FaxApi.
|
|
13630
13678
|
* @alias module:purecloud-platform-client-v2/api/FaxApi
|
|
@@ -13673,7 +13721,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
13673
13721
|
*/},{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']);}}]);}();var FlowsApi=/*#__PURE__*/function(){/**
|
|
13674
13722
|
* Flows service.
|
|
13675
13723
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
13676
|
-
* @version
|
|
13724
|
+
* @version 233.0.0
|
|
13677
13725
|
*//**
|
|
13678
13726
|
* Constructs a new FlowsApi.
|
|
13679
13727
|
* @alias module:purecloud-platform-client-v2/api/FlowsApi
|
|
@@ -13727,7 +13775,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
13727
13775
|
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']);}}]);}();var GamificationApi=/*#__PURE__*/function(){/**
|
|
13728
13776
|
* Gamification service.
|
|
13729
13777
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
13730
|
-
* @version
|
|
13778
|
+
* @version 233.0.0
|
|
13731
13779
|
*//**
|
|
13732
13780
|
* Constructs a new GamificationApi.
|
|
13733
13781
|
* @alias module:purecloud-platform-client-v2/api/GamificationApi
|
|
@@ -13835,12 +13883,13 @@ if(prizeImageId===undefined||prizeImageId===null||prizeImageId===''){throw'Missi
|
|
|
13835
13883
|
* @param {String} opts.sortMetricId Sort Metric Id
|
|
13836
13884
|
* @param {Object} opts.sortOrder Sort order (default to asc)
|
|
13837
13885
|
* @param {String} opts.userIds A list of up to 100 comma-separated user Ids
|
|
13886
|
+
* @param {String} opts.reportsTo The reportsTo used by ABAC policies.
|
|
13838
13887
|
*/},{key:"getGamificationInsights",value:function getGamificationInsights(filterType,filterId,granularity,comparativePeriodStartWorkday,primaryPeriodStartWorkday,opts){opts=opts||{};// verify the required parameter 'filterType' is set
|
|
13839
13888
|
if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsights';}// verify the required parameter 'filterId' is set
|
|
13840
13889
|
if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsights';}// verify the required parameter 'granularity' is set
|
|
13841
13890
|
if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsights';}// verify the required parameter 'comparativePeriodStartWorkday' is set
|
|
13842
13891
|
if(comparativePeriodStartWorkday===undefined||comparativePeriodStartWorkday===null){throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsights';}// verify the required parameter 'primaryPeriodStartWorkday' is set
|
|
13843
|
-
if(primaryPeriodStartWorkday===undefined||primaryPeriodStartWorkday===null){throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsights';}return this.apiClient.callApi('/api/v2/gamification/insights','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortKey':opts['sortKey'],'sortMetricId':opts['sortMetricId'],'sortOrder':opts['sortOrder'],'userIds':opts['userIds']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13892
|
+
if(primaryPeriodStartWorkday===undefined||primaryPeriodStartWorkday===null){throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsights';}return this.apiClient.callApi('/api/v2/gamification/insights','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortKey':opts['sortKey'],'sortMetricId':opts['sortMetricId'],'sortOrder':opts['sortOrder'],'userIds':opts['userIds'],'reportsTo':opts['reportsTo']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13844
13893
|
* Get insights details for the current user
|
|
13845
13894
|
*
|
|
13846
13895
|
* @param {Object} filterType Filter type for the query request.
|
|
@@ -13894,11 +13943,13 @@ if(primaryPeriodEndWorkday===undefined||primaryPeriodEndWorkday===null){throw'Mi
|
|
|
13894
13943
|
* @param {String} filterId ID for the filter type.
|
|
13895
13944
|
* @param {Object} granularity Granularity
|
|
13896
13945
|
* @param {String} startWorkday The start work day. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
13897
|
-
|
|
13946
|
+
* @param {Object} opts Optional parameters
|
|
13947
|
+
* @param {String} opts.reportsTo The reportsTo used by ABAC policies.
|
|
13948
|
+
*/},{key:"getGamificationInsightsMembers",value:function getGamificationInsightsMembers(filterType,filterId,granularity,startWorkday,opts){opts=opts||{};// verify the required parameter 'filterType' is set
|
|
13898
13949
|
if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsightsMembers';}// verify the required parameter 'filterId' is set
|
|
13899
13950
|
if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsightsMembers';}// verify the required parameter 'granularity' is set
|
|
13900
13951
|
if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsightsMembers';}// verify the required parameter 'startWorkday' is set
|
|
13901
|
-
if(startWorkday===undefined||startWorkday===null){throw'Missing the required parameter "startWorkday" when calling getGamificationInsightsMembers';}return this.apiClient.callApi('/api/v2/gamification/insights/members','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'startWorkday':startWorkday},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13952
|
+
if(startWorkday===undefined||startWorkday===null){throw'Missing the required parameter "startWorkday" when calling getGamificationInsightsMembers';}return this.apiClient.callApi('/api/v2/gamification/insights/members','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'startWorkday':startWorkday,'reportsTo':opts['reportsTo']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13902
13953
|
* Get insights rankings
|
|
13903
13954
|
*
|
|
13904
13955
|
* @param {Object} filterType Filter type for the query request.
|
|
@@ -13911,13 +13962,14 @@ if(startWorkday===undefined||startWorkday===null){throw'Missing the required par
|
|
|
13911
13962
|
* @param {String} opts.sortMetricId Sort Metric Id
|
|
13912
13963
|
* @param {Number} opts.sectionSize The number of top and bottom users to return before ties
|
|
13913
13964
|
* @param {String} opts.userIds A list of up to 100 comma-separated user Ids
|
|
13965
|
+
* @param {String} opts.reportsTo The reportsTo used by ABAC policies.
|
|
13914
13966
|
*/},{key:"getGamificationInsightsRankings",value:function getGamificationInsightsRankings(filterType,filterId,granularity,comparativePeriodStartWorkday,primaryPeriodStartWorkday,sortKey,opts){opts=opts||{};// verify the required parameter 'filterType' is set
|
|
13915
13967
|
if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsightsRankings';}// verify the required parameter 'filterId' is set
|
|
13916
13968
|
if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsightsRankings';}// verify the required parameter 'granularity' is set
|
|
13917
13969
|
if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsightsRankings';}// verify the required parameter 'comparativePeriodStartWorkday' is set
|
|
13918
13970
|
if(comparativePeriodStartWorkday===undefined||comparativePeriodStartWorkday===null){throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsRankings';}// verify the required parameter 'primaryPeriodStartWorkday' is set
|
|
13919
13971
|
if(primaryPeriodStartWorkday===undefined||primaryPeriodStartWorkday===null){throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsRankings';}// verify the required parameter 'sortKey' is set
|
|
13920
|
-
if(sortKey===undefined||sortKey===null){throw'Missing the required parameter "sortKey" when calling getGamificationInsightsRankings';}return this.apiClient.callApi('/api/v2/gamification/insights/rankings','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'sortKey':sortKey,'sortMetricId':opts['sortMetricId'],'sectionSize':opts['sectionSize'],'userIds':opts['userIds']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13972
|
+
if(sortKey===undefined||sortKey===null){throw'Missing the required parameter "sortKey" when calling getGamificationInsightsRankings';}return this.apiClient.callApi('/api/v2/gamification/insights/rankings','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'sortKey':sortKey,'sortMetricId':opts['sortMetricId'],'sectionSize':opts['sectionSize'],'userIds':opts['userIds'],'reportsTo':opts['reportsTo']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13921
13973
|
* Get insights user trend for the current user
|
|
13922
13974
|
*
|
|
13923
13975
|
* @param {Object} filterType Filter type for the query request.
|
|
@@ -14380,7 +14432,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14380
14432
|
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']);}}]);}();var GeneralDataProtectionRegulationApi=/*#__PURE__*/function(){/**
|
|
14381
14433
|
* GeneralDataProtectionRegulation service.
|
|
14382
14434
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
14383
|
-
* @version
|
|
14435
|
+
* @version 233.0.0
|
|
14384
14436
|
*//**
|
|
14385
14437
|
* Constructs a new GeneralDataProtectionRegulationApi.
|
|
14386
14438
|
* @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
@@ -14415,7 +14467,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
|
|
|
14415
14467
|
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']);}}]);}();var GeolocationApi=/*#__PURE__*/function(){/**
|
|
14416
14468
|
* Geolocation service.
|
|
14417
14469
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
14418
|
-
* @version
|
|
14470
|
+
* @version 233.0.0
|
|
14419
14471
|
*//**
|
|
14420
14472
|
* Constructs a new GeolocationApi.
|
|
14421
14473
|
* @alias module:purecloud-platform-client-v2/api/GeolocationApi
|
|
@@ -14449,7 +14501,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
|
|
|
14449
14501
|
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']);}}]);}();var GreetingsApi=/*#__PURE__*/function(){/**
|
|
14450
14502
|
* Greetings service.
|
|
14451
14503
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
14452
|
-
* @version
|
|
14504
|
+
* @version 233.0.0
|
|
14453
14505
|
*//**
|
|
14454
14506
|
* Constructs a new GreetingsApi.
|
|
14455
14507
|
* @alias module:purecloud-platform-client-v2/api/GreetingsApi
|
|
@@ -14577,7 +14629,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
14577
14629
|
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']);}}]);}();var GroupsApi=/*#__PURE__*/function(){/**
|
|
14578
14630
|
* Groups service.
|
|
14579
14631
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
14580
|
-
* @version
|
|
14632
|
+
* @version 233.0.0
|
|
14581
14633
|
*//**
|
|
14582
14634
|
* Constructs a new GroupsApi.
|
|
14583
14635
|
* @alias module:purecloud-platform-client-v2/api/GroupsApi
|
|
@@ -14710,7 +14762,7 @@ if(groupId===undefined||groupId===null||groupId===''){throw'Missing the required
|
|
|
14710
14762
|
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']);}}]);}();var IdentityProviderApi=/*#__PURE__*/function(){/**
|
|
14711
14763
|
* IdentityProvider service.
|
|
14712
14764
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
14713
|
-
* @version
|
|
14765
|
+
* @version 233.0.0
|
|
14714
14766
|
*//**
|
|
14715
14767
|
* Constructs a new IdentityProviderApi.
|
|
14716
14768
|
* @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
|
|
@@ -14866,7 +14918,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14866
14918
|
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']);}}]);}();var InfrastructureAsCodeApi=/*#__PURE__*/function(){/**
|
|
14867
14919
|
* InfrastructureAsCode service.
|
|
14868
14920
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
14869
|
-
* @version
|
|
14921
|
+
* @version 233.0.0
|
|
14870
14922
|
*//**
|
|
14871
14923
|
* Constructs a new InfrastructureAsCodeApi.
|
|
14872
14924
|
* @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
@@ -14920,7 +14972,7 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
14920
14972
|
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']);}}]);}();var IntegrationsApi=/*#__PURE__*/function(){/**
|
|
14921
14973
|
* Integrations service.
|
|
14922
14974
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
14923
|
-
* @version
|
|
14975
|
+
* @version 233.0.0
|
|
14924
14976
|
*//**
|
|
14925
14977
|
* Constructs a new IntegrationsApi.
|
|
14926
14978
|
* @alias module:purecloud-platform-client-v2/api/IntegrationsApi
|
|
@@ -14974,7 +15026,10 @@ if(integrationId===undefined||integrationId===null||integrationId===''){throw'Mi
|
|
|
14974
15026
|
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
14975
15027
|
* @param {String} opts.nextPage next page token
|
|
14976
15028
|
* @param {String} opts.previousPage Previous page token
|
|
14977
|
-
|
|
15029
|
+
* @param {Array.<String>} opts.ids Comma-separated list of integration IDs to filter by (max 100)
|
|
15030
|
+
* @param {String} opts.integrationType Filter integrations by integration type ID
|
|
15031
|
+
* @param {Object} opts.reportedState Filter integrations by reported state (case-insensitive)
|
|
15032
|
+
*/},{key:"getIntegrations",value:function getIntegrations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/integrations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'ids':this.apiClient.buildCollectionParam(opts['ids'],'multi'),'integrationType':opts['integrationType'],'reportedState':opts['reportedState']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
14978
15033
|
* Retrieves a single Action matching id.
|
|
14979
15034
|
*
|
|
14980
15035
|
* @param {String} actionId actionId
|
|
@@ -15607,7 +15662,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null||ucIntegrationId===''){th
|
|
|
15607
15662
|
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']);}}]);}();var JourneyApi=/*#__PURE__*/function(){/**
|
|
15608
15663
|
* Journey service.
|
|
15609
15664
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
15610
|
-
* @version
|
|
15665
|
+
* @version 233.0.0
|
|
15611
15666
|
*//**
|
|
15612
15667
|
* Constructs a new JourneyApi.
|
|
15613
15668
|
* @alias module:purecloud-platform-client-v2/api/JourneyApi
|
|
@@ -16116,7 +16171,7 @@ if(versionId===undefined||versionId===null||versionId===''){throw'Missing the re
|
|
|
16116
16171
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putJourneyViewVersion';}return this.apiClient.callApi('/api/v2/journey/views/{viewId}/versions/{versionId}','PUT',{'viewId':viewId,'versionId':versionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var KnowledgeApi=/*#__PURE__*/function(){/**
|
|
16117
16172
|
* Knowledge service.
|
|
16118
16173
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
16119
|
-
* @version
|
|
16174
|
+
* @version 233.0.0
|
|
16120
16175
|
*//**
|
|
16121
16176
|
* Constructs a new KnowledgeApi.
|
|
16122
16177
|
* @alias module:purecloud-platform-client-v2/api/KnowledgeApi
|
|
@@ -17186,7 +17241,7 @@ if(sourceId===undefined||sourceId===null||sourceId===''){throw'Missing the requi
|
|
|
17186
17241
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}','PUT',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
|
|
17187
17242
|
* LanguageUnderstanding service.
|
|
17188
17243
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
17189
|
-
* @version
|
|
17244
|
+
* @version 233.0.0
|
|
17190
17245
|
*//**
|
|
17191
17246
|
* Constructs a new LanguageUnderstandingApi.
|
|
17192
17247
|
* @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
@@ -17495,7 +17550,7 @@ if(domainVersionId===undefined||domainVersionId===null||domainVersionId===''){th
|
|
|
17495
17550
|
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']);}}]);}();var LanguagesApi=/*#__PURE__*/function(){/**
|
|
17496
17551
|
* Languages service.
|
|
17497
17552
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
17498
|
-
* @version
|
|
17553
|
+
* @version 233.0.0
|
|
17499
17554
|
*//**
|
|
17500
17555
|
* Constructs a new LanguagesApi.
|
|
17501
17556
|
* @alias module:purecloud-platform-client-v2/api/LanguagesApi
|
|
@@ -17550,7 +17605,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
17550
17605
|
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']);}}]);}();var LearningApi=/*#__PURE__*/function(){/**
|
|
17551
17606
|
* Learning service.
|
|
17552
17607
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
17553
|
-
* @version
|
|
17608
|
+
* @version 233.0.0
|
|
17554
17609
|
*//**
|
|
17555
17610
|
* Constructs a new LearningApi.
|
|
17556
17611
|
* @alias module:purecloud-platform-client-v2/api/LearningApi
|
|
@@ -17816,12 +17871,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
17816
17871
|
* This will update a learning module rule with the specified fields.
|
|
17817
17872
|
* @param {String} moduleId The ID of the learning module
|
|
17818
17873
|
* @param {Object} body The learning module rule to be updated
|
|
17819
|
-
|
|
17874
|
+
* @param {Object} opts Optional parameters
|
|
17875
|
+
* @param {Boolean} opts.assign Whether to assign the module to users or not (default to true)
|
|
17876
|
+
*/},{key:"putLearningModuleRule",value:function putLearningModuleRule(moduleId,body,opts){opts=opts||{};// verify the required parameter 'moduleId' is set
|
|
17820
17877
|
if(moduleId===undefined||moduleId===null||moduleId===''){throw'Missing the required parameter "moduleId" when calling putLearningModuleRule';}// verify the required parameter 'body' is set
|
|
17821
|
-
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},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LicenseApi=/*#__PURE__*/function(){/**
|
|
17878
|
+
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']);}}]);}();var LicenseApi=/*#__PURE__*/function(){/**
|
|
17822
17879
|
* License service.
|
|
17823
17880
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
17824
|
-
* @version
|
|
17881
|
+
* @version 233.0.0
|
|
17825
17882
|
*//**
|
|
17826
17883
|
* Constructs a new LicenseApi.
|
|
17827
17884
|
* @alias module:purecloud-platform-client-v2/api/LicenseApi
|
|
@@ -17875,7 +17932,7 @@ if(featureName===undefined||featureName===null||featureName===''){throw'Missing
|
|
|
17875
17932
|
*/},{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']);}}]);}();var LocationsApi=/*#__PURE__*/function(){/**
|
|
17876
17933
|
* Locations service.
|
|
17877
17934
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
17878
|
-
* @version
|
|
17935
|
+
* @version 233.0.0
|
|
17879
17936
|
*//**
|
|
17880
17937
|
* Constructs a new LocationsApi.
|
|
17881
17938
|
* @alias module:purecloud-platform-client-v2/api/LocationsApi
|
|
@@ -17934,7 +17991,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
17934
17991
|
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']);}}]);}();var LogCaptureApi=/*#__PURE__*/function(){/**
|
|
17935
17992
|
* LogCapture service.
|
|
17936
17993
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
17937
|
-
* @version
|
|
17994
|
+
* @version 233.0.0
|
|
17938
17995
|
*//**
|
|
17939
17996
|
* Constructs a new LogCaptureApi.
|
|
17940
17997
|
* @alias module:purecloud-platform-client-v2/api/LogCaptureApi
|
|
@@ -17983,7 +18040,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
17983
18040
|
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']);}}]);}();var MessagingApi=/*#__PURE__*/function(){/**
|
|
17984
18041
|
* Messaging service.
|
|
17985
18042
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
17986
|
-
* @version
|
|
18043
|
+
* @version 233.0.0
|
|
17987
18044
|
*//**
|
|
17988
18045
|
* Constructs a new MessagingApi.
|
|
17989
18046
|
* @alias module:purecloud-platform-client-v2/api/MessagingApi
|
|
@@ -18073,7 +18130,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
18073
18130
|
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']);}}]);}();var MobileDevicesApi=/*#__PURE__*/function(){/**
|
|
18074
18131
|
* MobileDevices service.
|
|
18075
18132
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
18076
|
-
* @version
|
|
18133
|
+
* @version 233.0.0
|
|
18077
18134
|
*//**
|
|
18078
18135
|
* Constructs a new MobileDevicesApi.
|
|
18079
18136
|
* @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
|
|
@@ -18112,7 +18169,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
18112
18169
|
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']);}}]);}();var NotificationsApi=/*#__PURE__*/function(){/**
|
|
18113
18170
|
* Notifications service.
|
|
18114
18171
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
18115
|
-
* @version
|
|
18172
|
+
* @version 233.0.0
|
|
18116
18173
|
*//**
|
|
18117
18174
|
* Constructs a new NotificationsApi.
|
|
18118
18175
|
* @alias module:purecloud-platform-client-v2/api/NotificationsApi
|
|
@@ -18169,7 +18226,7 @@ if(channelId===undefined||channelId===null||channelId===''){throw'Missing the re
|
|
|
18169
18226
|
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']);}}]);}();var OAuthApi=/*#__PURE__*/function(){/**
|
|
18170
18227
|
* OAuth service.
|
|
18171
18228
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
18172
|
-
* @version
|
|
18229
|
+
* @version 233.0.0
|
|
18173
18230
|
*//**
|
|
18174
18231
|
* Constructs a new OAuthApi.
|
|
18175
18232
|
* @alias module:purecloud-platform-client-v2/api/OAuthApi
|
|
@@ -18254,7 +18311,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
|
|
|
18254
18311
|
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']);}}]);}();var ObjectsApi=/*#__PURE__*/function(){/**
|
|
18255
18312
|
* Objects service.
|
|
18256
18313
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
18257
|
-
* @version
|
|
18314
|
+
* @version 233.0.0
|
|
18258
18315
|
*//**
|
|
18259
18316
|
* Constructs a new ObjectsApi.
|
|
18260
18317
|
* @alias module:purecloud-platform-client-v2/api/ObjectsApi
|
|
@@ -18340,7 +18397,7 @@ if(divisionId===undefined||divisionId===null||divisionId===''){throw'Missing the
|
|
|
18340
18397
|
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']);}}]);}();var OperationalEventsApi=/*#__PURE__*/function(){/**
|
|
18341
18398
|
* OperationalEvents service.
|
|
18342
18399
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
18343
|
-
* @version
|
|
18400
|
+
* @version 233.0.0
|
|
18344
18401
|
*//**
|
|
18345
18402
|
* Constructs a new OperationalEventsApi.
|
|
18346
18403
|
* @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
|
|
@@ -18371,7 +18428,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null||eventDefinitionId===
|
|
|
18371
18428
|
*/},{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']);}}]);}();var OrganizationApi=/*#__PURE__*/function(){/**
|
|
18372
18429
|
* Organization service.
|
|
18373
18430
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
18374
|
-
* @version
|
|
18431
|
+
* @version 233.0.0
|
|
18375
18432
|
*//**
|
|
18376
18433
|
* Constructs a new OrganizationApi.
|
|
18377
18434
|
* @alias module:purecloud-platform-client-v2/api/OrganizationApi
|
|
@@ -18476,7 +18533,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
18476
18533
|
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']);}}]);}();var OrganizationAuthorizationApi=/*#__PURE__*/function(){/**
|
|
18477
18534
|
* OrganizationAuthorization service.
|
|
18478
18535
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
18479
|
-
* @version
|
|
18536
|
+
* @version 233.0.0
|
|
18480
18537
|
*//**
|
|
18481
18538
|
* Constructs a new OrganizationAuthorizationApi.
|
|
18482
18539
|
* @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
@@ -18810,7 +18867,7 @@ if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missi
|
|
|
18810
18867
|
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']);}}]);}();var OutboundApi=/*#__PURE__*/function(){/**
|
|
18811
18868
|
* Outbound service.
|
|
18812
18869
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
18813
|
-
* @version
|
|
18870
|
+
* @version 233.0.0
|
|
18814
18871
|
*//**
|
|
18815
18872
|
* Constructs a new OutboundApi.
|
|
18816
18873
|
* @alias module:purecloud-platform-client-v2/api/OutboundApi
|
|
@@ -19961,7 +20018,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
19961
20018
|
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']);}}]);}();var PresenceApi=/*#__PURE__*/function(){/**
|
|
19962
20019
|
* Presence service.
|
|
19963
20020
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
19964
|
-
* @version
|
|
20021
|
+
* @version 233.0.0
|
|
19965
20022
|
*//**
|
|
19966
20023
|
* Constructs a new PresenceApi.
|
|
19967
20024
|
* @alias module:purecloud-platform-client-v2/api/PresenceApi
|
|
@@ -20134,7 +20191,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
20134
20191
|
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']);}}]);}();var ProcessAutomationApi=/*#__PURE__*/function(){/**
|
|
20135
20192
|
* ProcessAutomation service.
|
|
20136
20193
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
20137
|
-
* @version
|
|
20194
|
+
* @version 233.0.0
|
|
20138
20195
|
*//**
|
|
20139
20196
|
* Constructs a new ProcessAutomationApi.
|
|
20140
20197
|
* @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
@@ -20197,7 +20254,7 @@ if(triggerId===undefined||triggerId===null||triggerId===''){throw'Missing the re
|
|
|
20197
20254
|
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']);}}]);}();var QualityApi=/*#__PURE__*/function(){/**
|
|
20198
20255
|
* Quality service.
|
|
20199
20256
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
20200
|
-
* @version
|
|
20257
|
+
* @version 233.0.0
|
|
20201
20258
|
*//**
|
|
20202
20259
|
* Constructs a new QualityApi.
|
|
20203
20260
|
* @alias module:purecloud-platform-client-v2/api/QualityApi
|
|
@@ -20371,7 +20428,7 @@ if(transactionId===undefined||transactionId===null||transactionId===''){throw'Mi
|
|
|
20371
20428
|
* @param {String} opts.sortOrder NOTE: Does not work when conversationId is supplied.
|
|
20372
20429
|
* @param {Boolean} opts.includeDeletedUsers Allow returning an agent or evaluator user with a 'delete' status. Defaults to false. (default to false)
|
|
20373
20430
|
*/},{key:"getQualityEvaluationsQuery",value:function getQualityEvaluationsQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/evaluations/query','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'previousPage':opts['previousPage'],'conversationId':opts['conversationId'],'agentUserId':opts['agentUserId'],'agentTeamId':opts['agentTeamId'],'evaluatorUserId':opts['evaluatorUserId'],'assigneeUserId':opts['assigneeUserId'],'queueId':opts['queueId'],'startTime':opts['startTime'],'endTime':opts['endTime'],'formContextId':opts['formContextId'],'evaluationState':this.apiClient.buildCollectionParam(opts['evaluationState'],'multi'),'isReleased':opts['isReleased'],'agentHasRead':opts['agentHasRead'],'expandAnswerTotalScores':opts['expandAnswerTotalScores'],'maximum':opts['maximum'],'sortOrder':opts['sortOrder'],'includeDeletedUsers':opts['includeDeletedUsers']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
20374
|
-
* Get an evaluator activity
|
|
20431
|
+
* Get an evaluator activity. To ensure optimal performance and prevent timeouts when processing large datasets, startTime and endTime fields are highly recommended for all requests.
|
|
20375
20432
|
*
|
|
20376
20433
|
* @param {Object} opts Optional parameters
|
|
20377
20434
|
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
@@ -20715,7 +20772,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
|
|
|
20715
20772
|
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']);}}]);}();var RecordingApi=/*#__PURE__*/function(){/**
|
|
20716
20773
|
* Recording service.
|
|
20717
20774
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
20718
|
-
* @version
|
|
20775
|
+
* @version 233.0.0
|
|
20719
20776
|
*//**
|
|
20720
20777
|
* Constructs a new RecordingApi.
|
|
20721
20778
|
* @alias module:purecloud-platform-client-v2/api/RecordingApi
|
|
@@ -21114,7 +21171,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
21114
21171
|
*/},{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']);}}]);}();var ResponseManagementApi=/*#__PURE__*/function(){/**
|
|
21115
21172
|
* ResponseManagement service.
|
|
21116
21173
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
21117
|
-
* @version
|
|
21174
|
+
* @version 233.0.0
|
|
21118
21175
|
*//**
|
|
21119
21176
|
* Constructs a new ResponseManagementApi.
|
|
21120
21177
|
* @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
|
|
@@ -21235,7 +21292,7 @@ if(responseAssetId===undefined||responseAssetId===null||responseAssetId===''){th
|
|
|
21235
21292
|
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']);}}]);}();var RoutingApi=/*#__PURE__*/function(){/**
|
|
21236
21293
|
* Routing service.
|
|
21237
21294
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
21238
|
-
* @version
|
|
21295
|
+
* @version 233.0.0
|
|
21239
21296
|
*//**
|
|
21240
21297
|
* Constructs a new RoutingApi.
|
|
21241
21298
|
* @alias module:purecloud-platform-client-v2/api/RoutingApi
|
|
@@ -21524,7 +21581,9 @@ if(predictorId===undefined||predictorId===null||predictorId===''){throw'Missing
|
|
|
21524
21581
|
* @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
|
|
21525
21582
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
21526
21583
|
* @param {Array.<String>} opts.queueId Comma-separated list of queue Ids to filter by.
|
|
21527
|
-
|
|
21584
|
+
* @param {String} opts.kpiId Standard or custom KPI id used to filter predictors.
|
|
21585
|
+
* @param {Object} opts.state The state used to filter predictors.
|
|
21586
|
+
*/},{key:"getRoutingPredictors",value:function getRoutingPredictors(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/predictors','GET',{},{'before':opts['before'],'after':opts['after'],'limit':opts['limit'],'pageSize':opts['pageSize'],'queueId':this.apiClient.buildCollectionParam(opts['queueId'],'multi'),'kpiId':opts['kpiId'],'state':opts['state']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
21528
21587
|
* Get a list of Key Performance Indicators
|
|
21529
21588
|
*
|
|
21530
21589
|
* @param {Object} opts Optional parameters
|
|
@@ -21542,9 +21601,9 @@ if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required
|
|
|
21542
21601
|
*
|
|
21543
21602
|
* @param {String} queueId Queue ID
|
|
21544
21603
|
* @param {Object} opts Optional parameters
|
|
21545
|
-
* @param {
|
|
21604
|
+
* @param {Array.<String>} opts.expand Which fields, if any, to expand.
|
|
21546
21605
|
*/},{key:"getRoutingQueueAssistant",value:function getRoutingQueueAssistant(queueId,opts){opts=opts||{};// verify the required parameter 'queueId' is set
|
|
21547
|
-
if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required parameter "queueId" when calling getRoutingQueueAssistant';}return this.apiClient.callApi('/api/v2/routing/queues/{queueId}/assistant','GET',{'queueId':queueId},{'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
21606
|
+
if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required parameter "queueId" when calling getRoutingQueueAssistant';}return this.apiClient.callApi('/api/v2/routing/queues/{queueId}/assistant','GET',{'queueId':queueId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
21548
21607
|
* Get a Comparison Period.
|
|
21549
21608
|
*
|
|
21550
21609
|
* @param {String} queueId Queue id
|
|
@@ -22292,7 +22351,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
22292
22351
|
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']);}}]);}();var SCIMApi=/*#__PURE__*/function(){/**
|
|
22293
22352
|
* SCIM service.
|
|
22294
22353
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
22295
|
-
* @version
|
|
22354
|
+
* @version 233.0.0
|
|
22296
22355
|
*//**
|
|
22297
22356
|
* Constructs a new SCIMApi.
|
|
22298
22357
|
* @alias module:purecloud-platform-client-v2/api/SCIMApi
|
|
@@ -22517,7 +22576,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
22517
22576
|
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']);}}]);}();var ScreenRecordingApi=/*#__PURE__*/function(){/**
|
|
22518
22577
|
* ScreenRecording service.
|
|
22519
22578
|
* @module purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
22520
|
-
* @version
|
|
22579
|
+
* @version 233.0.0
|
|
22521
22580
|
*//**
|
|
22522
22581
|
* Constructs a new ScreenRecordingApi.
|
|
22523
22582
|
* @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
@@ -22532,7 +22591,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
22532
22591
|
*/return _createClass(ScreenRecordingApi,[{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']);}}]);}();var ScriptsApi=/*#__PURE__*/function(){/**
|
|
22533
22592
|
* Scripts service.
|
|
22534
22593
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
22535
|
-
* @version
|
|
22594
|
+
* @version 233.0.0
|
|
22536
22595
|
*//**
|
|
22537
22596
|
* Constructs a new ScriptsApi.
|
|
22538
22597
|
* @alias module:purecloud-platform-client-v2/api/ScriptsApi
|
|
@@ -22678,7 +22737,7 @@ if(scriptId===undefined||scriptId===null||scriptId===''){throw'Missing the requi
|
|
|
22678
22737
|
*/},{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']);}}]);}();var SearchApi=/*#__PURE__*/function(){/**
|
|
22679
22738
|
* Search service.
|
|
22680
22739
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
22681
|
-
* @version
|
|
22740
|
+
* @version 233.0.0
|
|
22682
22741
|
*//**
|
|
22683
22742
|
* Constructs a new SearchApi.
|
|
22684
22743
|
* @alias module:purecloud-platform-client-v2/api/SearchApi
|
|
@@ -22845,7 +22904,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
22845
22904
|
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']);}}]);}();var SettingsApi=/*#__PURE__*/function(){/**
|
|
22846
22905
|
* Settings service.
|
|
22847
22906
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
22848
|
-
* @version
|
|
22907
|
+
* @version 233.0.0
|
|
22849
22908
|
*//**
|
|
22850
22909
|
* Constructs a new SettingsApi.
|
|
22851
22910
|
* @alias module:purecloud-platform-client-v2/api/SettingsApi
|
|
@@ -22917,7 +22976,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
|
|
|
22917
22976
|
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']);}}]);}();var SocialMediaApi=/*#__PURE__*/function(){/**
|
|
22918
22977
|
* SocialMedia service.
|
|
22919
22978
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
22920
|
-
* @version
|
|
22979
|
+
* @version 233.0.0
|
|
22921
22980
|
*//**
|
|
22922
22981
|
* Constructs a new SocialMediaApi.
|
|
22923
22982
|
* @alias module:purecloud-platform-client-v2/api/SocialMediaApi
|
|
@@ -23330,7 +23389,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
|
|
|
23330
23389
|
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']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
|
|
23331
23390
|
* SpeechTextAnalytics service.
|
|
23332
23391
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
23333
|
-
* @version
|
|
23392
|
+
* @version 233.0.0
|
|
23334
23393
|
*//**
|
|
23335
23394
|
* Constructs a new SpeechTextAnalyticsApi.
|
|
23336
23395
|
* @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
@@ -23539,13 +23598,14 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
|
|
|
23539
23598
|
* @param {Object} opts Optional parameters
|
|
23540
23599
|
* @param {String} opts.nextPage The key for listing the next page
|
|
23541
23600
|
* @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 500. (default to 20)
|
|
23601
|
+
* @param {Number} opts.pageNumber The page number for the listing
|
|
23542
23602
|
* @param {Object} opts.state Topic state. Defaults to latest
|
|
23543
23603
|
* @param {String} opts.name Case insensitive partial name to filter by
|
|
23544
23604
|
* @param {Array.<String>} opts.ids Comma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
|
|
23545
23605
|
* @param {Array.<String>} opts.dialects Comma separated dialect strings to filter by. Maximum of 15 dialects allowed.
|
|
23546
23606
|
* @param {Object} opts.sortBy Sort results by. Defaults to name
|
|
23547
23607
|
* @param {Object} opts.sortOrder Sort order. Defaults to asc
|
|
23548
|
-
*/},{key:"getSpeechandtextanalyticsTopics",value:function getSpeechandtextanalyticsTopics(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics','GET',{},{'nextPage':opts['nextPage'],'pageSize':opts['pageSize'],'state':opts['state'],'name':opts['name'],'ids':this.apiClient.buildCollectionParam(opts['ids'],'multi'),'dialects':this.apiClient.buildCollectionParam(opts['dialects'],'multi'),'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
23608
|
+
*/},{key:"getSpeechandtextanalyticsTopics",value:function getSpeechandtextanalyticsTopics(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics','GET',{},{'nextPage':opts['nextPage'],'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'state':opts['state'],'name':opts['name'],'ids':this.apiClient.buildCollectionParam(opts['ids'],'multi'),'dialects':this.apiClient.buildCollectionParam(opts['dialects'],'multi'),'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
23549
23609
|
* Get list of supported Speech and Text Analytics topics dialects
|
|
23550
23610
|
*
|
|
23551
23611
|
*/},{key:"getSpeechandtextanalyticsTopicsDialects",value:function getSpeechandtextanalyticsTopicsDialects(){return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/dialects','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -23699,7 +23759,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
|
|
|
23699
23759
|
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']);}}]);}();var StationsApi=/*#__PURE__*/function(){/**
|
|
23700
23760
|
* Stations service.
|
|
23701
23761
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
23702
|
-
* @version
|
|
23762
|
+
* @version 233.0.0
|
|
23703
23763
|
*//**
|
|
23704
23764
|
* Constructs a new StationsApi.
|
|
23705
23765
|
* @alias module:purecloud-platform-client-v2/api/StationsApi
|
|
@@ -23731,7 +23791,7 @@ if(stationId===undefined||stationId===null||stationId===''){throw'Missing the re
|
|
|
23731
23791
|
*/},{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']);}}]);}();var SuggestApi=/*#__PURE__*/function(){/**
|
|
23732
23792
|
* Suggest service.
|
|
23733
23793
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
23734
|
-
* @version
|
|
23794
|
+
* @version 233.0.0
|
|
23735
23795
|
*//**
|
|
23736
23796
|
* Constructs a new SuggestApi.
|
|
23737
23797
|
* @alias module:purecloud-platform-client-v2/api/SuggestApi
|
|
@@ -23771,7 +23831,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
23771
23831
|
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']);}}]);}();var TaskManagementApi=/*#__PURE__*/function(){/**
|
|
23772
23832
|
* TaskManagement service.
|
|
23773
23833
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
23774
|
-
* @version
|
|
23834
|
+
* @version 233.0.0
|
|
23775
23835
|
*//**
|
|
23776
23836
|
* Constructs a new TaskManagementApi.
|
|
23777
23837
|
* @alias module:purecloud-platform-client-v2/api/TaskManagementApi
|
|
@@ -23871,9 +23931,9 @@ if(workbinId===undefined||workbinId===null||workbinId===''){throw'Missing the re
|
|
|
23871
23931
|
*
|
|
23872
23932
|
* @param {String} workitemId Workitem ID
|
|
23873
23933
|
* @param {Object} opts Optional parameters
|
|
23874
|
-
* @param {
|
|
23934
|
+
* @param {Array.<String>} opts.expands Which fields to expand. Comma separated if more than one.
|
|
23875
23935
|
*/},{key:"getTaskmanagementWorkitem",value:function getTaskmanagementWorkitem(workitemId,opts){opts=opts||{};// verify the required parameter 'workitemId' is set
|
|
23876
|
-
if(workitemId===undefined||workitemId===null||workitemId===''){throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitem';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/{workitemId}','GET',{'workitemId':workitemId},{'expands':opts['expands']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
23936
|
+
if(workitemId===undefined||workitemId===null||workitemId===''){throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitem';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/{workitemId}','GET',{'workitemId':workitemId},{'expands':this.apiClient.buildCollectionParam(opts['expands'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
23877
23937
|
* Get a listing of a workitem's attribute change history
|
|
23878
23938
|
*
|
|
23879
23939
|
* @param {String} workitemId Workitem ID
|
|
@@ -24279,7 +24339,7 @@ if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the requi
|
|
|
24279
24339
|
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']);}}]);}();var TeamsApi=/*#__PURE__*/function(){/**
|
|
24280
24340
|
* Teams service.
|
|
24281
24341
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
24282
|
-
* @version
|
|
24342
|
+
* @version 233.0.0
|
|
24283
24343
|
*//**
|
|
24284
24344
|
* Constructs a new TeamsApi.
|
|
24285
24345
|
* @alias module:purecloud-platform-client-v2/api/TeamsApi
|
|
@@ -24359,7 +24419,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
24359
24419
|
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']);}}]);}();var TelephonyApi=/*#__PURE__*/function(){/**
|
|
24360
24420
|
* Telephony service.
|
|
24361
24421
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
24362
|
-
* @version
|
|
24422
|
+
* @version 233.0.0
|
|
24363
24423
|
*//**
|
|
24364
24424
|
* Constructs a new TelephonyApi.
|
|
24365
24425
|
* @alias module:purecloud-platform-client-v2/api/TelephonyApi
|
|
@@ -24430,7 +24490,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
24430
24490
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyAgentsGreetingsMe';}return this.apiClient.callApi('/api/v2/telephony/agents/greetings/me','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
|
|
24431
24491
|
* TelephonyProvidersEdge service.
|
|
24432
24492
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
24433
|
-
* @version
|
|
24493
|
+
* @version 233.0.0
|
|
24434
24494
|
*//**
|
|
24435
24495
|
* Constructs a new TelephonyProvidersEdgeApi.
|
|
24436
24496
|
* @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
@@ -25278,7 +25338,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null||trunkBaseSetting
|
|
|
25278
25338
|
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']);}}]);}();var TextbotsApi=/*#__PURE__*/function(){/**
|
|
25279
25339
|
* Textbots service.
|
|
25280
25340
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
25281
|
-
* @version
|
|
25341
|
+
* @version 233.0.0
|
|
25282
25342
|
*//**
|
|
25283
25343
|
* Constructs a new TextbotsApi.
|
|
25284
25344
|
* @alias module:purecloud-platform-client-v2/api/TextbotsApi
|
|
@@ -25314,7 +25374,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
|
|
|
25314
25374
|
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']);}}]);}();var TokensApi=/*#__PURE__*/function(){/**
|
|
25315
25375
|
* Tokens service.
|
|
25316
25376
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
25317
|
-
* @version
|
|
25377
|
+
* @version 233.0.0
|
|
25318
25378
|
*//**
|
|
25319
25379
|
* Constructs a new TokensApi.
|
|
25320
25380
|
* @alias module:purecloud-platform-client-v2/api/TokensApi
|
|
@@ -25348,7 +25408,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
25348
25408
|
*/},{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']);}}]);}();var UploadsApi=/*#__PURE__*/function(){/**
|
|
25349
25409
|
* Uploads service.
|
|
25350
25410
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
25351
|
-
* @version
|
|
25411
|
+
* @version 233.0.0
|
|
25352
25412
|
*//**
|
|
25353
25413
|
* Constructs a new UploadsApi.
|
|
25354
25414
|
* @alias module:purecloud-platform-client-v2/api/UploadsApi
|
|
@@ -25416,7 +25476,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
25416
25476
|
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']);}}]);}();var UsageApi=/*#__PURE__*/function(){/**
|
|
25417
25477
|
* Usage service.
|
|
25418
25478
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
25419
|
-
* @version
|
|
25479
|
+
* @version 233.0.0
|
|
25420
25480
|
*//**
|
|
25421
25481
|
* Constructs a new UsageApi.
|
|
25422
25482
|
* @alias module:purecloud-platform-client-v2/api/UsageApi
|
|
@@ -25500,7 +25560,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
25500
25560
|
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']);}}]);}();var UserRecordingsApi=/*#__PURE__*/function(){/**
|
|
25501
25561
|
* UserRecordings service.
|
|
25502
25562
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
25503
|
-
* @version
|
|
25563
|
+
* @version 233.0.0
|
|
25504
25564
|
*//**
|
|
25505
25565
|
* Constructs a new UserRecordingsApi.
|
|
25506
25566
|
* @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
|
|
@@ -25548,7 +25608,7 @@ if(recordingId===undefined||recordingId===null||recordingId===''){throw'Missing
|
|
|
25548
25608
|
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']);}}]);}();var UsersApi=/*#__PURE__*/function(){/**
|
|
25549
25609
|
* Users service.
|
|
25550
25610
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
25551
|
-
* @version
|
|
25611
|
+
* @version 233.0.0
|
|
25552
25612
|
*//**
|
|
25553
25613
|
* Constructs a new UsersApi.
|
|
25554
25614
|
* @alias module:purecloud-platform-client-v2/api/UsersApi
|
|
@@ -26292,7 +26352,7 @@ if(verifierId===undefined||verifierId===null||verifierId===''){throw'Missing the
|
|
|
26292
26352
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserVerifier';}return this.apiClient.callApi('/api/v2/users/{userId}/verifiers/{verifierId}','PUT',{'userId':userId,'verifierId':verifierId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UtilitiesApi=/*#__PURE__*/function(){/**
|
|
26293
26353
|
* Utilities service.
|
|
26294
26354
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
26295
|
-
* @version
|
|
26355
|
+
* @version 233.0.0
|
|
26296
26356
|
*//**
|
|
26297
26357
|
* Constructs a new UtilitiesApi.
|
|
26298
26358
|
* @alias module:purecloud-platform-client-v2/api/UtilitiesApi
|
|
@@ -26319,7 +26379,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
26319
26379
|
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']);}}]);}();var VoicemailApi=/*#__PURE__*/function(){/**
|
|
26320
26380
|
* Voicemail service.
|
|
26321
26381
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
26322
|
-
* @version
|
|
26382
|
+
* @version 233.0.0
|
|
26323
26383
|
*//**
|
|
26324
26384
|
* Constructs a new VoicemailApi.
|
|
26325
26385
|
* @alias module:purecloud-platform-client-v2/api/VoicemailApi
|
|
@@ -26481,7 +26541,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
26481
26541
|
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']);}}]);}();var WebChatApi=/*#__PURE__*/function(){/**
|
|
26482
26542
|
* WebChat service.
|
|
26483
26543
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
26484
|
-
* @version
|
|
26544
|
+
* @version 233.0.0
|
|
26485
26545
|
*//**
|
|
26486
26546
|
* Constructs a new WebChatApi.
|
|
26487
26547
|
* @alias module:purecloud-platform-client-v2/api/WebChatApi
|
|
@@ -26504,7 +26564,8 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
|
|
|
26504
26564
|
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling deleteWebchatGuestConversationMember';}// verify the required parameter 'memberId' is set
|
|
26505
26565
|
if(memberId===undefined||memberId===null||memberId===''){throw'Missing the required parameter "memberId" when calling deleteWebchatGuestConversationMember';}return this.apiClient.callApi('/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}','DELETE',{'conversationId':conversationId,'memberId':memberId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
26506
26566
|
* Remove WebChat deployment settings
|
|
26507
|
-
*
|
|
26567
|
+
* This endpoint is deprecated. Please see the article https://community.genesys.com/discussion/deprecation-acd-chat-v20-and-resulting-impact-to-apiv2webchatsettings.
|
|
26568
|
+
* @deprecated
|
|
26508
26569
|
*/},{key:"deleteWebchatSettings",value:function deleteWebchatSettings(){return this.apiClient.callApi('/api/v2/webchat/settings','DELETE',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
26509
26570
|
* Get a WebChat deployment
|
|
26510
26571
|
*
|
|
@@ -26568,7 +26629,8 @@ if(messageId===undefined||messageId===null||messageId===''){throw'Missing the re
|
|
|
26568
26629
|
*/},{key:"getWebchatGuestConversationMessages",value:function getWebchatGuestConversationMessages(conversationId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
|
|
26569
26630
|
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMessages';}return this.apiClient.callApi('/api/v2/webchat/guest/conversations/{conversationId}/messages','GET',{'conversationId':conversationId},{'after':opts['after'],'before':opts['before'],'sortOrder':opts['sortOrder'],'maxResults':opts['maxResults']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
26570
26631
|
* Get WebChat deployment settings
|
|
26571
|
-
*
|
|
26632
|
+
* This endpoint is deprecated. Please see the article https://community.genesys.com/discussion/deprecation-acd-chat-v20-and-resulting-impact-to-apiv2webchatsettings.
|
|
26633
|
+
* @deprecated
|
|
26572
26634
|
*/},{key:"getWebchatSettings",value:function getWebchatSettings(){return this.apiClient.callApi('/api/v2/webchat/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
26573
26635
|
* Update a media request in the conversation, setting the state to ACCEPTED/DECLINED/ERRORED
|
|
26574
26636
|
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-legacy-co-browse-and-screenshare/
|
|
@@ -26619,13 +26681,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
26619
26681
|
if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missing the required parameter "deploymentId" when calling putWebchatDeployment';}// verify the required parameter 'body' is set
|
|
26620
26682
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebchatDeployment';}return this.apiClient.callApi('/api/v2/webchat/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
26621
26683
|
* Update WebChat deployment settings
|
|
26622
|
-
*
|
|
26684
|
+
* This endpoint is deprecated. Please see the article https://community.genesys.com/discussion/deprecation-acd-chat-v20-and-resulting-impact-to-apiv2webchatsettings.
|
|
26623
26685
|
* @param {Object} body webChatSettings
|
|
26686
|
+
* @deprecated
|
|
26624
26687
|
*/},{key:"putWebchatSettings",value:function putWebchatSettings(body){// verify the required parameter 'body' is set
|
|
26625
26688
|
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']);}}]);}();var WebDeploymentsApi=/*#__PURE__*/function(){/**
|
|
26626
26689
|
* WebDeployments service.
|
|
26627
26690
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
26628
|
-
* @version
|
|
26691
|
+
* @version 233.0.0
|
|
26629
26692
|
*//**
|
|
26630
26693
|
* Constructs a new WebDeploymentsApi.
|
|
26631
26694
|
* @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
@@ -26758,7 +26821,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
|
|
|
26758
26821
|
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']);}}]);}();var WebMessagingApi=/*#__PURE__*/function(){/**
|
|
26759
26822
|
* WebMessaging service.
|
|
26760
26823
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
26761
|
-
* @version
|
|
26824
|
+
* @version 233.0.0
|
|
26762
26825
|
*//**
|
|
26763
26826
|
* Constructs a new WebMessagingApi.
|
|
26764
26827
|
* @alias module:purecloud-platform-client-v2/api/WebMessagingApi
|
|
@@ -26799,7 +26862,7 @@ if(tokenId===undefined||tokenId===null||tokenId===''){throw'Missing the required
|
|
|
26799
26862
|
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']);}}]);}();var WidgetsApi=/*#__PURE__*/function(){/**
|
|
26800
26863
|
* Widgets service.
|
|
26801
26864
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
26802
|
-
* @version
|
|
26865
|
+
* @version 233.0.0
|
|
26803
26866
|
*//**
|
|
26804
26867
|
* Constructs a new WidgetsApi.
|
|
26805
26868
|
* @alias module:purecloud-platform-client-v2/api/WidgetsApi
|
|
@@ -26839,7 +26902,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
|
|
|
26839
26902
|
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']);}}]);}();var WorkforceManagementApi=/*#__PURE__*/function(){/**
|
|
26840
26903
|
* WorkforceManagement service.
|
|
26841
26904
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
26842
|
-
* @version
|
|
26905
|
+
* @version 233.0.0
|
|
26843
26906
|
*//**
|
|
26844
26907
|
* Constructs a new WorkforceManagementApi.
|
|
26845
26908
|
* @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
@@ -28066,6 +28129,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
28066
28129
|
* @param {Object} body body
|
|
28067
28130
|
*/},{key:"postWorkforcemanagementAgentsMePossibleworkshifts",value:function postWorkforcemanagementAgentsMePossibleworkshifts(body){// verify the required parameter 'body' is set
|
|
28068
28131
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentsMePossibleworkshifts';}return this.apiClient.callApi('/api/v2/workforcemanagement/agents/me/possibleworkshifts','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
28132
|
+
* Fetch agent schedules for the logged in user's management unit
|
|
28133
|
+
*
|
|
28134
|
+
* @param {Object} body body
|
|
28135
|
+
* @param {Object} opts Optional parameters
|
|
28136
|
+
* @param {Boolean} opts.forceAsync Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
|
|
28137
|
+
* @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
|
|
28138
|
+
*/},{key:"postWorkforcemanagementAgentschedulesManagementunitsMine",value:function postWorkforcemanagementAgentschedulesManagementunitsMine(body,opts){opts=opts||{};// verify the required parameter 'body' is set
|
|
28139
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentschedulesManagementunitsMine';}return this.apiClient.callApi('/api/v2/workforcemanagement/agentschedules/managementunits/mine','POST',{},{'forceAsync':opts['forceAsync'],'forceDownloadService':opts['forceDownloadService']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
28069
28140
|
* Get published schedule for the current user
|
|
28070
28141
|
*
|
|
28071
28142
|
* @param {Object} body body
|
|
@@ -28791,7 +28862,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
28791
28862
|
* </pre>
|
|
28792
28863
|
* </p>
|
|
28793
28864
|
* @module purecloud-platform-client-v2/index
|
|
28794
|
-
* @version
|
|
28865
|
+
* @version 233.0.0
|
|
28795
28866
|
*/var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
|
|
28796
28867
|
* The ApiClient constructor.
|
|
28797
28868
|
* @property {module:purecloud-platform-client-v2/ApiClient}
|