purecloud-platform-client-v2 185.0.0 → 186.0.1
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 +2 -2
- package/dist/node/purecloud-platform-client-v2.js +377 -152
- package/dist/web-amd/purecloud-platform-client-v2.js +377 -152
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +165 -117
- package/dist/web-cjs/purecloud-platform-client-v2.js +170 -119
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +154 -128
- package/package.json +2 -2
- package/src/purecloud-platform-client-v2/ApiClient.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 +2 -3
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +58 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -62
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.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/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +7 -7
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +26 -1
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +131 -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 +2 -3
- 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 +80 -2
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -3
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +3 -3
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/dist/web-cjs/bundle.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_nonIterableSpread();}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _arrayWithoutHoles(arr){if(Array.isArray(arr))return _arrayLikeToArray(arr);}function _toArray(arr){return _arrayWithHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_nonIterableRest();}function _iterableToArray(iter){if(typeof Symbol!=="undefined"&&iter[Symbol.iterator]!=null||iter["@@iterator"]!=null)return Array.from(iter);}function _slicedToArray(arr,i){return _arrayWithHoles(arr)||_iterableToArrayLimit(arr,i)||_unsupportedIterableToArray(arr,i)||_nonIterableRest();}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o==="string")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n==="Object"&&o.constructor)n=o.constructor.name;if(n==="Map"||n==="Set")return Array.from(o);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen);}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2;}function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1;}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r;}finally{try{if(!f&&null!=t["return"]&&(u=t["return"](),Object(u)!==u))return;}finally{if(o)throw n;}}return a;}}function _arrayWithHoles(arr){if(Array.isArray(arr))return arr;}function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable;})),t.push.apply(t,o);}return t;}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){_defineProperty(e,r,t[r]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));});}return e;}function _defineProperty(obj,key,value){key=_toPropertyKey(key);if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor;}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:String(i);}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.");}return("string"===r?String:Number)(t);}function _typeof(o){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o;}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o;},_typeof(o);}var qs=require('qs');function _interopDefaultLegacy(e){return e&&_typeof(e)==='object'&&'default'in e?e:{'default':e};}var qs__default=/*#__PURE__*/_interopDefaultLegacy(qs);var PureCloudRegionHosts={us_east_1:'mypurecloud.com',eu_west_1:'mypurecloud.ie',ap_southeast_2:'mypurecloud.com.au',ap_northeast_1:'mypurecloud.jp',eu_central_1:'mypurecloud.de',us_west_2:'usw2.pure.cloud',ca_central_1:'cac1.pure.cloud',ap_northeast_2:'apne2.pure.cloud',eu_west_2:'euw2.pure.cloud',ap_south_1:'aps1.pure.cloud',us_east_2:'use2.us-gov-pure.cloud',sa_east_1:'sae1.pure.cloud'};var global$1=typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{};var lookup=[];var revLookup=[];var Arr=typeof Uint8Array!=='undefined'?Uint8Array:Array;var inited=false;function init(){inited=true;var code='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';for(var i=0,len=code.length;i<len;++i){lookup[i]=code[i];revLookup[code.charCodeAt(i)]=i;}revLookup['-'.charCodeAt(0)]=62;revLookup['_'.charCodeAt(0)]=63;}function toByteArray(b64){if(!inited){init();}var i,j,l,tmp,placeHolders,arr;var len=b64.length;if(len%4>0){throw new Error('Invalid string. Length must be a multiple of 4');}// the number of equal signs (place holders)
|
|
1
|
+
'use strict';function _regeneratorRuntime(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */_regeneratorRuntime=function _regeneratorRuntime(){return e;};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(t,e,r){t[e]=r.value;},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function define(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e];}try{define({},"");}catch(t){define=function define(t,e,r){return t[e]=r;};}function wrap(t,e,r,n){var i=e&&e.prototype instanceof Generator?e:Generator,a=Object.create(i.prototype),c=new Context(n||[]);return o(a,"_invoke",{value:makeInvokeMethod(t,r,c)}),a;}function tryCatch(t,e,r){try{return{type:"normal",arg:t.call(e,r)};}catch(t){return{type:"throw",arg:t};}}e.wrap=wrap;var h="suspendedStart",l="suspendedYield",f="executing",s="completed",y={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var p={};define(p,a,function(){return this;});var d=Object.getPrototypeOf,v=d&&d(d(values([])));v&&v!==r&&n.call(v,a)&&(p=v);var g=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(p);function defineIteratorMethods(t){["next","throw","return"].forEach(function(e){define(t,e,function(t){return this._invoke(e,t);});});}function AsyncIterator(t,e){function invoke(r,o,i,a){var c=tryCatch(t[r],t,o);if("throw"!==c.type){var u=c.arg,h=u.value;return h&&"object"==_typeof(h)&&n.call(h,"__await")?e.resolve(h.__await).then(function(t){invoke("next",t,i,a);},function(t){invoke("throw",t,i,a);}):e.resolve(h).then(function(t){u.value=t,i(u);},function(t){return invoke("throw",t,i,a);});}a(c.arg);}var r;o(this,"_invoke",{value:function value(t,n){function callInvokeWithMethodAndArg(){return new e(function(e,r){invoke(t,n,e,r);});}return r=r?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg();}});}function makeInvokeMethod(e,r,n){var o=h;return function(i,a){if(o===f)throw new Error("Generator is already running");if(o===s){if("throw"===i)throw a;return{value:t,done:!0};}for(n.method=i,n.arg=a;;){var c=n.delegate;if(c){var u=maybeInvokeDelegate(c,n);if(u){if(u===y)continue;return u;}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=s,n.arg;n.dispatchException(n.arg);}else"return"===n.method&&n.abrupt("return",n.arg);o=f;var p=tryCatch(e,r,n);if("normal"===p.type){if(o=n.done?s:l,p.arg===y)continue;return{value:p.arg,done:n.done};}"throw"===p.type&&(o=s,n.method="throw",n.arg=p.arg);}};}function maybeInvokeDelegate(e,r){var n=r.method,o=e.iterator[n];if(o===t)return r.delegate=null,"throw"===n&&e.iterator["return"]&&(r.method="return",r.arg=t,maybeInvokeDelegate(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),y;var i=tryCatch(o,e.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,y;var a=i.arg;return a?a.done?(r[e.resultName]=a.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,y):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,y);}function pushTryEntry(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e);}function resetTryEntry(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e;}function Context(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(pushTryEntry,this),this.reset(!0);}function values(e){if(e||""===e){var r=e[a];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,i=function next(){for(;++o<e.length;)if(n.call(e,o))return next.value=e[o],next.done=!1,next;return next.value=t,next.done=!0,next;};return i.next=i;}}throw new TypeError(_typeof(e)+" is not iterable");}return GeneratorFunction.prototype=GeneratorFunctionPrototype,o(g,"constructor",{value:GeneratorFunctionPrototype,configurable:!0}),o(GeneratorFunctionPrototype,"constructor",{value:GeneratorFunction,configurable:!0}),GeneratorFunction.displayName=define(GeneratorFunctionPrototype,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===GeneratorFunction||"GeneratorFunction"===(e.displayName||e.name));},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,GeneratorFunctionPrototype):(t.__proto__=GeneratorFunctionPrototype,define(t,u,"GeneratorFunction")),t.prototype=Object.create(g),t;},e.awrap=function(t){return{__await:t};},defineIteratorMethods(AsyncIterator.prototype),define(AsyncIterator.prototype,c,function(){return this;}),e.AsyncIterator=AsyncIterator,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise);var a=new AsyncIterator(wrap(t,r,n,o),i);return e.isGeneratorFunction(r)?a:a.next().then(function(t){return t.done?t.value:a.next();});},defineIteratorMethods(g),define(g,u,"Generator"),define(g,a,function(){return this;}),define(g,"toString",function(){return"[object Generator]";}),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function next(){for(;r.length;){var t=r.pop();if(t in e)return next.value=t,next.done=!1,next;}return next.done=!0,next;};},e.values=values,Context.prototype={constructor:Context,reset:function reset(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(resetTryEntry),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t);},stop:function stop(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval;},dispatchException:function dispatchException(e){if(this.done)throw e;var r=this;function handle(n,o){return a.type="throw",a.arg=e,r.next=n,o&&(r.method="next",r.arg=t),!!o;}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return handle("end");if(i.tryLoc<=this.prev){var c=n.call(i,"catchLoc"),u=n.call(i,"finallyLoc");if(c&&u){if(this.prev<i.catchLoc)return handle(i.catchLoc,!0);if(this.prev<i.finallyLoc)return handle(i.finallyLoc);}else if(c){if(this.prev<i.catchLoc)return handle(i.catchLoc,!0);}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return handle(i.finallyLoc);}}}},abrupt:function abrupt(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break;}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,y):this.complete(a);},complete:function complete(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),y;},finish:function finish(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),y;}},"catch":function _catch(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;resetTryEntry(r);}return o;}}throw new Error("illegal catch attempt");},delegateYield:function delegateYield(e,r,n){return this.delegate={iterator:values(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),y;}},e;}function asyncGeneratorStep(gen,resolve,reject,_next,_throw,key,arg){try{var info=gen[key](arg);var value=info.value;}catch(error){reject(error);return;}if(info.done){resolve(value);}else{Promise.resolve(value).then(_next,_throw);}}function _asyncToGenerator(fn){return function(){var self=this,args=arguments;return new Promise(function(resolve,reject){var gen=fn.apply(self,args);function _next(value){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"next",value);}function _throw(err){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"throw",err);}_next(undefined);});};}function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_nonIterableSpread();}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _arrayWithoutHoles(arr){if(Array.isArray(arr))return _arrayLikeToArray(arr);}function _toArray(arr){return _arrayWithHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_nonIterableRest();}function _iterableToArray(iter){if(typeof Symbol!=="undefined"&&iter[Symbol.iterator]!=null||iter["@@iterator"]!=null)return Array.from(iter);}function _slicedToArray(arr,i){return _arrayWithHoles(arr)||_iterableToArrayLimit(arr,i)||_unsupportedIterableToArray(arr,i)||_nonIterableRest();}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o==="string")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n==="Object"&&o.constructor)n=o.constructor.name;if(n==="Map"||n==="Set")return Array.from(o);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen);}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2;}function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1;}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r;}finally{try{if(!f&&null!=t["return"]&&(u=t["return"](),Object(u)!==u))return;}finally{if(o)throw n;}}return a;}}function _arrayWithHoles(arr){if(Array.isArray(arr))return arr;}function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable;})),t.push.apply(t,o);}return t;}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){_defineProperty(e,r,t[r]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));});}return e;}function _defineProperty(obj,key,value){key=_toPropertyKey(key);if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor;}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:String(i);}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.");}return("string"===r?String:Number)(t);}function _typeof(o){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o;}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o;},_typeof(o);}var qs=require('qs');function _interopDefaultLegacy(e){return e&&_typeof(e)==='object'&&'default'in e?e:{'default':e};}var qs__default=/*#__PURE__*/_interopDefaultLegacy(qs);var PureCloudRegionHosts={us_east_1:'mypurecloud.com',eu_west_1:'mypurecloud.ie',ap_southeast_2:'mypurecloud.com.au',ap_northeast_1:'mypurecloud.jp',eu_central_1:'mypurecloud.de',us_west_2:'usw2.pure.cloud',ca_central_1:'cac1.pure.cloud',ap_northeast_2:'apne2.pure.cloud',eu_west_2:'euw2.pure.cloud',ap_south_1:'aps1.pure.cloud',us_east_2:'use2.us-gov-pure.cloud',sa_east_1:'sae1.pure.cloud'};var global$1=typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{};var lookup=[];var revLookup=[];var Arr=typeof Uint8Array!=='undefined'?Uint8Array:Array;var inited=false;function init(){inited=true;var code='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';for(var i=0,len=code.length;i<len;++i){lookup[i]=code[i];revLookup[code.charCodeAt(i)]=i;}revLookup['-'.charCodeAt(0)]=62;revLookup['_'.charCodeAt(0)]=63;}function toByteArray(b64){if(!inited){init();}var i,j,l,tmp,placeHolders,arr;var len=b64.length;if(len%4>0){throw new Error('Invalid string. Length must be a multiple of 4');}// the number of equal signs (place holders)
|
|
2
2
|
// if there are two placeholders, than the two characters before it
|
|
3
3
|
// represent one byte
|
|
4
4
|
// if there is only one, then the three characters before it represent 2 bytes
|
|
@@ -570,7 +570,7 @@ return utils$1.matchAll(/\w+|\[(\w*)]/g,name).map(function(match){return match[0
|
|
|
570
570
|
* @param {string} formData The FormData object to convert to JSON.
|
|
571
571
|
*
|
|
572
572
|
* @returns {Object<string, any> | null} The converted object.
|
|
573
|
-
*/function formDataToJSON(formData){function buildPath(path,value,target,index){var name=path[index++];var isNumericKey=Number.isFinite(+name);var isLast=index>=path.length;name=!name&&utils$1.isArray(target)?target.length:name;if(isLast){if(utils$1.hasOwnProp(target,name)){target[name]=[target[name],value];}else{target[name]=value;}return!isNumericKey;}if(!target[name]||!utils$1.isObject(target[name])){target[name]=[];}var result=buildPath(path,value,target[name],index);if(result&&utils$1.isArray(target[name])){target[name]=arrayToObject(target[name]);}return!isNumericKey;}if(utils$1.isFormData(formData)&&utils$1.isFunction(formData.entries)){var obj={};utils$1.forEachEntry(formData,function(name,value){buildPath(parsePropPath(name),value,obj,0);});return obj;}return null;}/**
|
|
573
|
+
*/function formDataToJSON(formData){function buildPath(path,value,target,index){var name=path[index++];if(name==='__proto__')return true;var isNumericKey=Number.isFinite(+name);var isLast=index>=path.length;name=!name&&utils$1.isArray(target)?target.length:name;if(isLast){if(utils$1.hasOwnProp(target,name)){target[name]=[target[name],value];}else{target[name]=value;}return!isNumericKey;}if(!target[name]||!utils$1.isObject(target[name])){target[name]=[];}var result=buildPath(path,value,target[name],index);if(result&&utils$1.isArray(target[name])){target[name]=arrayToObject(target[name]);}return!isNumericKey;}if(utils$1.isFormData(formData)&&utils$1.isFunction(formData.entries)){var obj={};utils$1.forEachEntry(formData,function(name,value){buildPath(parsePropPath(name),value,obj,0);});return obj;}return null;}/**
|
|
574
574
|
* It takes a string, tries to parse it, and if it fails, it returns the stringified version
|
|
575
575
|
* of the input
|
|
576
576
|
*
|
|
@@ -641,7 +641,7 @@ return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);}/**
|
|
|
641
641
|
* @param {string} relativeURL The relative URL
|
|
642
642
|
*
|
|
643
643
|
* @returns {string} The combined URL
|
|
644
|
-
*/function combineURLs(baseURL,relativeURL){return relativeURL?baseURL.replace(
|
|
644
|
+
*/function combineURLs(baseURL,relativeURL){return relativeURL?baseURL.replace(/\/?\/$/,'')+'/'+relativeURL.replace(/^\/+/,''):baseURL;}/**
|
|
645
645
|
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
646
646
|
* only when the requestedURL is not already an absolute URL.
|
|
647
647
|
* If the requestURL is absolute, this function returns the requestedURL untouched.
|
|
@@ -734,7 +734,7 @@ config2=config2||{};var config={};function getMergedValue(target,source,caseless
|
|
|
734
734
|
function mergeDeepProperties(a,b,caseless){if(!utils$1.isUndefined(b)){return getMergedValue(a,b,caseless);}else if(!utils$1.isUndefined(a)){return getMergedValue(undefined,a,caseless);}}// eslint-disable-next-line consistent-return
|
|
735
735
|
function valueFromConfig2(a,b){if(!utils$1.isUndefined(b)){return getMergedValue(undefined,b);}}// eslint-disable-next-line consistent-return
|
|
736
736
|
function defaultToConfig2(a,b){if(!utils$1.isUndefined(b)){return getMergedValue(undefined,b);}else if(!utils$1.isUndefined(a)){return getMergedValue(undefined,a);}}// eslint-disable-next-line consistent-return
|
|
737
|
-
function mergeDirectKeys(a,b,prop){if(prop in config2){return getMergedValue(a,b);}else if(prop in config1){return getMergedValue(undefined,a);}}var mergeMap={url:valueFromConfig2,method:valueFromConfig2,data:valueFromConfig2,baseURL:defaultToConfig2,transformRequest:defaultToConfig2,transformResponse:defaultToConfig2,paramsSerializer:defaultToConfig2,timeout:defaultToConfig2,timeoutMessage:defaultToConfig2,withCredentials:defaultToConfig2,withXSRFToken:defaultToConfig2,adapter:defaultToConfig2,responseType:defaultToConfig2,xsrfCookieName:defaultToConfig2,xsrfHeaderName:defaultToConfig2,onUploadProgress:defaultToConfig2,onDownloadProgress:defaultToConfig2,decompress:defaultToConfig2,maxContentLength:defaultToConfig2,maxBodyLength:defaultToConfig2,beforeRedirect:defaultToConfig2,transport:defaultToConfig2,httpAgent:defaultToConfig2,httpsAgent:defaultToConfig2,cancelToken:defaultToConfig2,socketPath:defaultToConfig2,responseEncoding:defaultToConfig2,validateStatus:mergeDirectKeys,headers:function headers(a,b){return mergeDeepProperties(headersToObject(a),headersToObject(b),true);}};utils$1.forEach(Object.keys(Object.assign({},config1,config2)),function computeConfigValue(prop){var merge=mergeMap[prop]||mergeDeepProperties;var configValue=merge(config1[prop],config2[prop],prop);utils$1.isUndefined(configValue)&&merge!==mergeDirectKeys||(config[prop]=configValue);});return config;}var VERSION="1.6.
|
|
737
|
+
function mergeDirectKeys(a,b,prop){if(prop in config2){return getMergedValue(a,b);}else if(prop in config1){return getMergedValue(undefined,a);}}var mergeMap={url:valueFromConfig2,method:valueFromConfig2,data:valueFromConfig2,baseURL:defaultToConfig2,transformRequest:defaultToConfig2,transformResponse:defaultToConfig2,paramsSerializer:defaultToConfig2,timeout:defaultToConfig2,timeoutMessage:defaultToConfig2,withCredentials:defaultToConfig2,withXSRFToken:defaultToConfig2,adapter:defaultToConfig2,responseType:defaultToConfig2,xsrfCookieName:defaultToConfig2,xsrfHeaderName:defaultToConfig2,onUploadProgress:defaultToConfig2,onDownloadProgress:defaultToConfig2,decompress:defaultToConfig2,maxContentLength:defaultToConfig2,maxBodyLength:defaultToConfig2,beforeRedirect:defaultToConfig2,transport:defaultToConfig2,httpAgent:defaultToConfig2,httpsAgent:defaultToConfig2,cancelToken:defaultToConfig2,socketPath:defaultToConfig2,responseEncoding:defaultToConfig2,validateStatus:mergeDirectKeys,headers:function headers(a,b){return mergeDeepProperties(headersToObject(a),headersToObject(b),true);}};utils$1.forEach(Object.keys(Object.assign({},config1,config2)),function computeConfigValue(prop){var merge=mergeMap[prop]||mergeDeepProperties;var configValue=merge(config1[prop],config2[prop],prop);utils$1.isUndefined(configValue)&&merge!==mergeDirectKeys||(config[prop]=configValue);});return config;}var VERSION="1.6.6";var validators$1={};// eslint-disable-next-line func-names
|
|
738
738
|
['object','boolean','number','function','string','symbol'].forEach(function(type,i){validators$1[type]=function validator(thing){return _typeof(thing)===type||'a'+(i<1?'n ':' ')+type;};});var deprecatedWarnings={};/**
|
|
739
739
|
* Transitional option validator
|
|
740
740
|
*
|
|
@@ -766,7 +766,9 @@ console.warn(formatMessage(opt,' has been deprecated since v'+version+' and will
|
|
|
766
766
|
* @param {?Object} config
|
|
767
767
|
*
|
|
768
768
|
* @returns {Promise} The Promise to be fulfilled
|
|
769
|
-
*/_createClass(Axios,[{key:"request",value:function
|
|
769
|
+
*/_createClass(Axios,[{key:"request",value:(function(){var _request2=_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(configOrUrl,config){var dummy;return _regeneratorRuntime().wrap(function _callee$(_context){while(1)switch(_context.prev=_context.next){case 0:_context.prev=0;_context.next=3;return this._request(configOrUrl,config);case 3:return _context.abrupt("return",_context.sent);case 6:_context.prev=6;_context.t0=_context["catch"](0);dummy={};if(Error.captureStackTrace){Error.captureStackTrace(dummy);}else{dummy.stack=new Error().stack;}// slice off the Error: ... line
|
|
770
|
+
dummy.stack=dummy.stack.replace(/^.+\n/,'');// match without the 2 top stack lines
|
|
771
|
+
if(!_context.t0.stack.endsWith(dummy.stack.replace(/^.+\n.+\n/,''))){_context.t0.stack+='\n'+dummy.stack;}throw _context.t0;case 13:case"end":return _context.stop();}},_callee,this,[[0,6]]);}));function request(_x,_x2){return _request2.apply(this,arguments);}return request;}())},{key:"_request",value:function _request(configOrUrl,config){/*eslint no-param-reassign:0*/ // Allow for axios('example/url'[, config]) a la fetch API
|
|
770
772
|
if(typeof configOrUrl==='string'){config=config||{};config.url=configOrUrl;}else{config=configOrUrl||{};}config=mergeConfig(this.defaults,config);var _config=config,transitional=_config.transitional,paramsSerializer=_config.paramsSerializer,headers=_config.headers;if(transitional!==undefined){validator.assertOptions(transitional,{silentJSONParsing:validators.transitional(validators["boolean"]),forcedJSONParsing:validators.transitional(validators["boolean"]),clarifyTimeoutError:validators.transitional(validators["boolean"])},false);}if(paramsSerializer!=null){if(utils$1.isFunction(paramsSerializer)){config.paramsSerializer={serialize:paramsSerializer};}else{validator.assertOptions(paramsSerializer,{encode:validators["function"],serialize:validators["function"]},true);}}// Set config.method
|
|
771
773
|
config.method=(config.method||this.defaults.method||'get').toLowerCase();// Flatten headers
|
|
772
774
|
var contextHeaders=headers&&utils$1.merge(headers.common,headers[config.method]);headers&&utils$1.forEach(['delete','get','head','post','put','patch','common'],function(method){delete headers[method];});config.headers=AxiosHeaders$1.concat(contextHeaders,headers);// filter out skipped interceptors
|
|
@@ -845,7 +847,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
|
|
|
845
847
|
this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
|
|
846
848
|
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:"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];}}}]);return Configuration;}();/**
|
|
847
849
|
* @module purecloud-platform-client-v2/ApiClient
|
|
848
|
-
* @version
|
|
850
|
+
* @version 186.0.1
|
|
849
851
|
*/var ApiClient=/*#__PURE__*/function(){/**
|
|
850
852
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
851
853
|
* application to use this class directly - the *Api and model classes provide the public API for the service. The
|
|
@@ -1157,7 +1159,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
|
|
|
1157
1159
|
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);});}});}}]);return ApiClient;}();var AlertingApi=/*#__PURE__*/function(){/**
|
|
1158
1160
|
* Alerting service.
|
|
1159
1161
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1160
|
-
* @version
|
|
1162
|
+
* @version 186.0.1
|
|
1161
1163
|
*/ /**
|
|
1162
1164
|
* Constructs a new AlertingApi.
|
|
1163
1165
|
* @alias module:purecloud-platform-client-v2/api/AlertingApi
|
|
@@ -1314,7 +1316,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
|
|
|
1314
1316
|
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']);}}]);return AlertingApi;}();var AnalyticsApi=/*#__PURE__*/function(){/**
|
|
1315
1317
|
* Analytics service.
|
|
1316
1318
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1317
|
-
* @version
|
|
1319
|
+
* @version 186.0.1
|
|
1318
1320
|
*/ /**
|
|
1319
1321
|
* Constructs a new AnalyticsApi.
|
|
1320
1322
|
* @alias module:purecloud-platform-client-v2/api/AnalyticsApi
|
|
@@ -1921,7 +1923,7 @@ if(scheduleId===undefined||scheduleId===null){throw'Missing the required paramet
|
|
|
1921
1923
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsReportingSchedule';}return this.apiClient.callApi('/api/v2/analytics/reporting/schedules/{scheduleId}','PUT',{'scheduleId':scheduleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return AnalyticsApi;}();var ArchitectApi=/*#__PURE__*/function(){/**
|
|
1922
1924
|
* Architect service.
|
|
1923
1925
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
1924
|
-
* @version
|
|
1926
|
+
* @version 186.0.1
|
|
1925
1927
|
*/ /**
|
|
1926
1928
|
* Constructs a new ArchitectApi.
|
|
1927
1929
|
* @alias module:purecloud-platform-client-v2/api/ArchitectApi
|
|
@@ -2953,7 +2955,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
|
|
|
2953
2955
|
if(flowOutcomeId===undefined||flowOutcomeId===null){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']);}}]);return ArchitectApi;}();var AuditApi=/*#__PURE__*/function(){/**
|
|
2954
2956
|
* Audit service.
|
|
2955
2957
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
2956
|
-
* @version
|
|
2958
|
+
* @version 186.0.1
|
|
2957
2959
|
*/ /**
|
|
2958
2960
|
* Constructs a new AuditApi.
|
|
2959
2961
|
* @alias module:purecloud-platform-client-v2/api/AuditApi
|
|
@@ -2995,7 +2997,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
2995
2997
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAuditsQueryRealtime';}return this.apiClient.callApi('/api/v2/audits/query/realtime','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return AuditApi;}();var AuthorizationApi=/*#__PURE__*/function(){/**
|
|
2996
2998
|
* Authorization service.
|
|
2997
2999
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
2998
|
-
* @version
|
|
3000
|
+
* @version 186.0.1
|
|
2999
3001
|
*/ /**
|
|
3000
3002
|
* Constructs a new AuthorizationApi.
|
|
3001
3003
|
* @alias module:purecloud-platform-client-v2/api/AuthorizationApi
|
|
@@ -3049,9 +3051,8 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
|
|
|
3049
3051
|
* @param {String} opts.nextPage next page token
|
|
3050
3052
|
* @param {String} opts.previousPage Previous page token
|
|
3051
3053
|
* @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
|
|
3052
|
-
* @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
|
|
3053
3054
|
* @param {String} opts.name Search term to filter by division name
|
|
3054
|
-
*/},{key:"getAuthorizationDivisions",value:function getAuthorizationDivisions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/divisions','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'objectCount':opts['objectCount'],'
|
|
3055
|
+
*/},{key:"getAuthorizationDivisions",value:function getAuthorizationDivisions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/divisions','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'objectCount':opts['objectCount'],'name':opts['name']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
3055
3056
|
* Retrieve the home division for the organization.
|
|
3056
3057
|
* Will not include object counts.
|
|
3057
3058
|
*/},{key:"getAuthorizationDivisionsHome",value:function getAuthorizationDivisionsHome(){return this.apiClient.callApi('/api/v2/authorization/divisions/home','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -3306,7 +3307,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
|
|
|
3306
3307
|
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']);}}]);return AuthorizationApi;}();var BillingApi=/*#__PURE__*/function(){/**
|
|
3307
3308
|
* Billing service.
|
|
3308
3309
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
3309
|
-
* @version
|
|
3310
|
+
* @version 186.0.1
|
|
3310
3311
|
*/ /**
|
|
3311
3312
|
* Constructs a new BillingApi.
|
|
3312
3313
|
* @alias module:purecloud-platform-client-v2/api/BillingApi
|
|
@@ -3330,7 +3331,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
|
|
|
3330
3331
|
if(trustorOrgId===undefined||trustorOrgId===null){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']);}}]);return BillingApi;}();var CarrierServicesApi=/*#__PURE__*/function(){/**
|
|
3331
3332
|
* CarrierServices service.
|
|
3332
3333
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
3333
|
-
* @version
|
|
3334
|
+
* @version 186.0.1
|
|
3334
3335
|
*/ /**
|
|
3335
3336
|
* Constructs a new CarrierServicesApi.
|
|
3336
3337
|
* @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
|
|
@@ -3350,7 +3351,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
|
|
|
3350
3351
|
*/},{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']);}}]);return CarrierServicesApi;}();var ChatApi=/*#__PURE__*/function(){/**
|
|
3351
3352
|
* Chat service.
|
|
3352
3353
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
3353
|
-
* @version
|
|
3354
|
+
* @version 186.0.1
|
|
3354
3355
|
*/ /**
|
|
3355
3356
|
* Constructs a new ChatApi.
|
|
3356
3357
|
* @alias module:purecloud-platform-client-v2/api/ChatApi
|
|
@@ -3469,6 +3470,12 @@ if(messageIds===undefined||messageIds===null){throw'Missing the required paramet
|
|
|
3469
3470
|
* getChatsUserMessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3470
3471
|
*/},{key:"getChatsUserMessages",value:function getChatsUserMessages(userId,opts){opts=opts||{};// verify the required parameter 'userId' is set
|
|
3471
3472
|
if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling getChatsUserMessages';}return this.apiClient.callApi('/api/v2/chats/users/{userId}/messages','GET',{'userId':userId},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'limit':opts['limit'],'before':opts['before'],'after':opts['after']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
3473
|
+
* Get a user's chat settings
|
|
3474
|
+
*
|
|
3475
|
+
* @param {String} userId User ID
|
|
3476
|
+
* getChatsUserSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3477
|
+
*/},{key:"getChatsUserSettings",value:function getChatsUserSettings(userId){// verify the required parameter 'userId' is set
|
|
3478
|
+
if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling getChatsUserSettings';}return this.apiClient.callApi('/api/v2/chats/users/{userId}/settings','GET',{'userId':userId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
3472
3479
|
* Set properties for a room
|
|
3473
3480
|
*
|
|
3474
3481
|
* @param {String} roomJid roomJid
|
|
@@ -3502,6 +3509,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
3502
3509
|
if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling patchChatsUserMessage';}// verify the required parameter 'messageId' is set
|
|
3503
3510
|
if(messageId===undefined||messageId===null){throw'Missing the required parameter "messageId" when calling patchChatsUserMessage';}// verify the required parameter 'body' is set
|
|
3504
3511
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchChatsUserMessage';}return this.apiClient.callApi('/api/v2/chats/users/{userId}/messages/{messageId}','PATCH',{'userId':userId,'messageId':messageId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
3512
|
+
* Update a user's chat settings
|
|
3513
|
+
*
|
|
3514
|
+
* @param {String} userId User ID
|
|
3515
|
+
* @param {Object} body
|
|
3516
|
+
* patchChatsUserSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3517
|
+
*/},{key:"patchChatsUserSettings",value:function patchChatsUserSettings(userId,body){// verify the required parameter 'userId' is set
|
|
3518
|
+
if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling patchChatsUserSettings';}// verify the required parameter 'body' is set
|
|
3519
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchChatsUserSettings';}return this.apiClient.callApi('/api/v2/chats/users/{userId}/settings','PATCH',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
3505
3520
|
* Send a message to a room
|
|
3506
3521
|
*
|
|
3507
3522
|
* @param {String} roomJid roomId
|
|
@@ -3547,7 +3562,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
3547
3562
|
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']);}}]);return ChatApi;}();var CoachingApi=/*#__PURE__*/function(){/**
|
|
3548
3563
|
* Coaching service.
|
|
3549
3564
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
3550
|
-
* @version
|
|
3565
|
+
* @version 186.0.1
|
|
3551
3566
|
*/ /**
|
|
3552
3567
|
* Constructs a new CoachingApi.
|
|
3553
3568
|
* @alias module:purecloud-platform-client-v2/api/CoachingApi
|
|
@@ -3700,7 +3715,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
3700
3715
|
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']);}}]);return CoachingApi;}();var ContentManagementApi=/*#__PURE__*/function(){/**
|
|
3701
3716
|
* ContentManagement service.
|
|
3702
3717
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
3703
|
-
* @version
|
|
3718
|
+
* @version 186.0.1
|
|
3704
3719
|
*/ /**
|
|
3705
3720
|
* Constructs a new ContentManagementApi.
|
|
3706
3721
|
* @alias module:purecloud-platform-client-v2/api/ContentManagementApi
|
|
@@ -3753,19 +3768,6 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
|
|
|
3753
3768
|
* @param {Array.<String>} opts.expand Which fields, if any, to expand.
|
|
3754
3769
|
*/},{key:"getContentmanagementDocument",value:function getContentmanagementDocument(documentId,opts){opts=opts||{};// verify the required parameter 'documentId' is set
|
|
3755
3770
|
if(documentId===undefined||documentId===null){throw'Missing the required parameter "documentId" when calling getContentmanagementDocument';}return this.apiClient.callApi('/api/v2/contentmanagement/documents/{documentId}','GET',{'documentId':documentId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
3756
|
-
* Get a list of audits for a document.
|
|
3757
|
-
* This api is deprecated, use https://developer.genesys.cloud/platform/audit/ instead.
|
|
3758
|
-
* @param {String} documentId Document ID
|
|
3759
|
-
* @param {Object} opts Optional parameters
|
|
3760
|
-
* @param {Number} opts.pageSize Page size (default to 25)
|
|
3761
|
-
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
3762
|
-
* @param {String} opts.transactionFilter Transaction filter
|
|
3763
|
-
* @param {String} opts.level level (default to USER)
|
|
3764
|
-
* @param {String} opts.sortBy Sort by
|
|
3765
|
-
* @param {String} opts.sortOrder Sort order (default to ascending)
|
|
3766
|
-
* @deprecated
|
|
3767
|
-
*/},{key:"getContentmanagementDocumentAudits",value:function getContentmanagementDocumentAudits(documentId,opts){opts=opts||{};// verify the required parameter 'documentId' is set
|
|
3768
|
-
if(documentId===undefined||documentId===null){throw'Missing the required parameter "documentId" when calling getContentmanagementDocumentAudits';}return this.apiClient.callApi('/api/v2/contentmanagement/documents/{documentId}/audits','GET',{'documentId':documentId},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'transactionFilter':opts['transactionFilter'],'level':opts['level'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
3769
3771
|
* Download a document.
|
|
3770
3772
|
*
|
|
3771
3773
|
* @param {String} documentId Document ID
|
|
@@ -3908,12 +3910,6 @@ if(workspaceId===undefined||workspaceId===null){throw'Missing the required param
|
|
|
3908
3910
|
* @param {Array.<String>} opts.access Requested access level.
|
|
3909
3911
|
* @param {Array.<String>} opts.expand Which fields, if any, to expand.
|
|
3910
3912
|
*/},{key:"getContentmanagementWorkspaces",value:function getContentmanagementWorkspaces(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/contentmanagement/workspaces','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'access':this.apiClient.buildCollectionParam(opts['access'],'multi'),'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
3911
|
-
* Query audits
|
|
3912
|
-
* This api is deprecated, use https://developer.genesys.cloud/platform/audit/ instead.
|
|
3913
|
-
* @param {Object} body Allows for a filtered query returning facet information
|
|
3914
|
-
* @deprecated
|
|
3915
|
-
*/},{key:"postContentmanagementAuditquery",value:function postContentmanagementAuditquery(body){// verify the required parameter 'body' is set
|
|
3916
|
-
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postContentmanagementAuditquery';}return this.apiClient.callApi('/api/v2/contentmanagement/auditquery','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
3917
3913
|
* Update a document.
|
|
3918
3914
|
*
|
|
3919
3915
|
* @param {String} documentId Document ID
|
|
@@ -4002,7 +3998,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
|
|
|
4002
3998
|
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']);}}]);return ContentManagementApi;}();var ConversationsApi=/*#__PURE__*/function(){/**
|
|
4003
3999
|
* Conversations service.
|
|
4004
4000
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
4005
|
-
* @version
|
|
4001
|
+
* @version 186.0.1
|
|
4006
4002
|
*/ /**
|
|
4007
4003
|
* Constructs a new ConversationsApi.
|
|
4008
4004
|
* @alias module:purecloud-platform-client-v2/api/ConversationsApi
|
|
@@ -5726,7 +5722,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
|
|
|
5726
5722
|
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']);}}]);return ConversationsApi;}();var DataExtensionsApi=/*#__PURE__*/function(){/**
|
|
5727
5723
|
* DataExtensions service.
|
|
5728
5724
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
5729
|
-
* @version
|
|
5725
|
+
* @version 186.0.1
|
|
5730
5726
|
*/ /**
|
|
5731
5727
|
* Constructs a new DataExtensionsApi.
|
|
5732
5728
|
* @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
|
|
@@ -5747,7 +5743,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
|
|
|
5747
5743
|
*/},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return DataExtensionsApi;}();var DownloadsApi=/*#__PURE__*/function(){/**
|
|
5748
5744
|
* Downloads service.
|
|
5749
5745
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
5750
|
-
* @version
|
|
5746
|
+
* @version 186.0.1
|
|
5751
5747
|
*/ /**
|
|
5752
5748
|
* Constructs a new DownloadsApi.
|
|
5753
5749
|
* @alias module:purecloud-platform-client-v2/api/DownloadsApi
|
|
@@ -5766,7 +5762,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
|
|
|
5766
5762
|
if(downloadId===undefined||downloadId===null){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']);}}]);return DownloadsApi;}();var EmailsApi=/*#__PURE__*/function(){/**
|
|
5767
5763
|
* Emails service.
|
|
5768
5764
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
5769
|
-
* @version
|
|
5765
|
+
* @version 186.0.1
|
|
5770
5766
|
*/ /**
|
|
5771
5767
|
* Constructs a new EmailsApi.
|
|
5772
5768
|
* @alias module:purecloud-platform-client-v2/api/EmailsApi
|
|
@@ -5784,7 +5780,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
|
|
|
5784
5780
|
*/},{key:"patchEmailsSettings",value:function patchEmailsSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return EmailsApi;}();var EventsApi=/*#__PURE__*/function(){/**
|
|
5785
5781
|
* Events service.
|
|
5786
5782
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
5787
|
-
* @version
|
|
5783
|
+
* @version 186.0.1
|
|
5788
5784
|
*/ /**
|
|
5789
5785
|
* Constructs a new EventsApi.
|
|
5790
5786
|
* @alias module:purecloud-platform-client-v2/api/EventsApi
|
|
@@ -5809,7 +5805,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
5809
5805
|
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']);}}]);return EventsApi;}();var ExternalContactsApi=/*#__PURE__*/function(){/**
|
|
5810
5806
|
* ExternalContacts service.
|
|
5811
5807
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
5812
|
-
* @version
|
|
5808
|
+
* @version 186.0.1
|
|
5813
5809
|
*/ /**
|
|
5814
5810
|
* Constructs a new ExternalContactsApi.
|
|
5815
5811
|
* @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
|
|
@@ -5892,7 +5888,7 @@ if(noteId===undefined||noteId===null){throw'Missing the required parameter "note
|
|
|
5892
5888
|
* @param {Object} opts Optional parameters
|
|
5893
5889
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
5894
5890
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
5895
|
-
* @param {String} opts.sortOrder
|
|
5891
|
+
* @param {String} opts.sortOrder The Note field to sort by. Any of: [createDate]. Direction: [asc, desc]. e.g. createDate:asc, createDate:desc
|
|
5896
5892
|
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
5897
5893
|
*/},{key:"getExternalcontactsContactNotes",value:function getExternalcontactsContactNotes(contactId,opts){opts=opts||{};// verify the required parameter 'contactId' is set
|
|
5898
5894
|
if(contactId===undefined||contactId===null){throw'Missing the required parameter "contactId" when calling getExternalcontactsContactNotes';}return this.apiClient.callApi('/api/v2/externalcontacts/contacts/{contactId}/notes','GET',{'contactId':contactId},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortOrder':opts['sortOrder'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -5909,7 +5905,7 @@ if(contactId===undefined||contactId===null){throw'Missing the required parameter
|
|
|
5909
5905
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
5910
5906
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
5911
5907
|
* @param {String} opts.q User supplied search keywords (no special syntax is currently supported)
|
|
5912
|
-
* @param {String} opts.sortOrder
|
|
5908
|
+
* @param {String} opts.sortOrder The External Contact field to sort by. Any of: [firstName, lastName, middleName, title]. Direction: [asc, desc]. e.g. firstName:asc, title:desc
|
|
5913
5909
|
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
5914
5910
|
*/},{key:"getExternalcontactsContacts",value:function getExternalcontactsContacts(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/externalcontacts/contacts','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'q':opts['q'],'sortOrder':opts['sortOrder'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
5915
5911
|
* Get a schema
|
|
@@ -5947,7 +5943,7 @@ if(externalOrganizationId===undefined||externalOrganizationId===null){throw'Miss
|
|
|
5947
5943
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
5948
5944
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
5949
5945
|
* @param {String} opts.q User supplied search keywords (no special syntax is currently supported)
|
|
5950
|
-
* @param {String} opts.sortOrder
|
|
5946
|
+
* @param {String} opts.sortOrder The External Contact field to sort by. Any of: [firstName, lastName, middleName, title]. Direction: [asc, desc]. e.g. firstName:asc, title:desc
|
|
5951
5947
|
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
5952
5948
|
*/},{key:"getExternalcontactsOrganizationContacts",value:function getExternalcontactsOrganizationContacts(externalOrganizationId,opts){opts=opts||{};// verify the required parameter 'externalOrganizationId' is set
|
|
5953
5949
|
if(externalOrganizationId===undefined||externalOrganizationId===null){throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationContacts';}return this.apiClient.callApi('/api/v2/externalcontacts/organizations/{externalOrganizationId}/contacts','GET',{'externalOrganizationId':externalOrganizationId},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'q':opts['q'],'sortOrder':opts['sortOrder'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -5966,7 +5962,7 @@ if(noteId===undefined||noteId===null){throw'Missing the required parameter "note
|
|
|
5966
5962
|
* @param {Object} opts Optional parameters
|
|
5967
5963
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
5968
5964
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
5969
|
-
* @param {String} opts.sortOrder
|
|
5965
|
+
* @param {String} opts.sortOrder The Note field to sort by. Any of: [createDate]. Direction: [asc, desc]. e.g. createDate:asc, createDate:desc
|
|
5970
5966
|
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
5971
5967
|
*/},{key:"getExternalcontactsOrganizationNotes",value:function getExternalcontactsOrganizationNotes(externalOrganizationId,opts){opts=opts||{};// verify the required parameter 'externalOrganizationId' is set
|
|
5972
5968
|
if(externalOrganizationId===undefined||externalOrganizationId===null){throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationNotes';}return this.apiClient.callApi('/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes','GET',{'externalOrganizationId':externalOrganizationId},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortOrder':opts['sortOrder'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -5977,7 +5973,7 @@ if(externalOrganizationId===undefined||externalOrganizationId===null){throw'Miss
|
|
|
5977
5973
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
5978
5974
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
5979
5975
|
* @param {Object} opts.expand which fields, if any, to expand
|
|
5980
|
-
* @param {String} opts.sortOrder
|
|
5976
|
+
* @param {String} opts.sortOrder The Relationship field to sort by. Any of: [createDate, relationship]. Direction: [asc, desc]. e.g. createDate:asc, relationship:desc
|
|
5981
5977
|
*/},{key:"getExternalcontactsOrganizationRelationships",value:function getExternalcontactsOrganizationRelationships(externalOrganizationId,opts){opts=opts||{};// verify the required parameter 'externalOrganizationId' is set
|
|
5982
5978
|
if(externalOrganizationId===undefined||externalOrganizationId===null){throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationRelationships';}return this.apiClient.callApi('/api/v2/externalcontacts/organizations/{externalOrganizationId}/relationships','GET',{'externalOrganizationId':externalOrganizationId},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'expand':opts['expand'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
5983
5979
|
* Search for external organizations
|
|
@@ -5987,7 +5983,7 @@ if(externalOrganizationId===undefined||externalOrganizationId===null){throw'Miss
|
|
|
5987
5983
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
5988
5984
|
* @param {String} opts.q Search query
|
|
5989
5985
|
* @param {Array.<String>} opts.trustorId Search for external organizations by trustorIds (limit 25). If supplied, the 'q' parameters is ignored. Items are returned in the order requested
|
|
5990
|
-
* @param {String} opts.sortOrder
|
|
5986
|
+
* @param {String} opts.sortOrder The Organization field to sort by. Any of: [companyType, industry, name]. Direction: [asc, desc]. e.g. companyType:asc, industry:desc
|
|
5991
5987
|
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
5992
5988
|
* @param {Boolean} opts.includeTrustors (true or false) whether or not to include trustor information embedded in the externalOrganization
|
|
5993
5989
|
*/},{key:"getExternalcontactsOrganizations",value:function getExternalcontactsOrganizations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/externalcontacts/organizations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'q':opts['q'],'trustorId':this.apiClient.buildCollectionParam(opts['trustorId'],'multi'),'sortOrder':opts['sortOrder'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'includeTrustors':opts['includeTrustors']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -6264,7 +6260,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
|
|
|
6264
6260
|
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']);}}]);return ExternalContactsApi;}();var FaxApi=/*#__PURE__*/function(){/**
|
|
6265
6261
|
* Fax service.
|
|
6266
6262
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
6267
|
-
* @version
|
|
6263
|
+
* @version 186.0.1
|
|
6268
6264
|
*/ /**
|
|
6269
6265
|
* Constructs a new FaxApi.
|
|
6270
6266
|
* @alias module:purecloud-platform-client-v2/api/FaxApi
|
|
@@ -6305,7 +6301,7 @@ if(documentId===undefined||documentId===null){throw'Missing the required paramet
|
|
|
6305
6301
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putFaxDocument';}return this.apiClient.callApi('/api/v2/fax/documents/{documentId}','PUT',{'documentId':documentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return FaxApi;}();var FlowsApi=/*#__PURE__*/function(){/**
|
|
6306
6302
|
* Flows service.
|
|
6307
6303
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
6308
|
-
* @version
|
|
6304
|
+
* @version 186.0.1
|
|
6309
6305
|
*/ /**
|
|
6310
6306
|
* Constructs a new FlowsApi.
|
|
6311
6307
|
* @alias module:purecloud-platform-client-v2/api/FlowsApi
|
|
@@ -6354,7 +6350,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
6354
6350
|
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']);}}]);return FlowsApi;}();var GamificationApi=/*#__PURE__*/function(){/**
|
|
6355
6351
|
* Gamification service.
|
|
6356
6352
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
6357
|
-
* @version
|
|
6353
|
+
* @version 186.0.1
|
|
6358
6354
|
*/ /**
|
|
6359
6355
|
* Constructs a new GamificationApi.
|
|
6360
6356
|
* @alias module:purecloud-platform-client-v2/api/GamificationApi
|
|
@@ -6894,7 +6890,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
6894
6890
|
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']);}}]);return GamificationApi;}();var GeneralDataProtectionRegulationApi=/*#__PURE__*/function(){/**
|
|
6895
6891
|
* GeneralDataProtectionRegulation service.
|
|
6896
6892
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
6897
|
-
* @version
|
|
6893
|
+
* @version 186.0.1
|
|
6898
6894
|
*/ /**
|
|
6899
6895
|
* Constructs a new GeneralDataProtectionRegulationApi.
|
|
6900
6896
|
* @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
@@ -6929,7 +6925,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
|
|
|
6929
6925
|
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']);}}]);return GeneralDataProtectionRegulationApi;}();var GeolocationApi=/*#__PURE__*/function(){/**
|
|
6930
6926
|
* Geolocation service.
|
|
6931
6927
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
6932
|
-
* @version
|
|
6928
|
+
* @version 186.0.1
|
|
6933
6929
|
*/ /**
|
|
6934
6930
|
* Constructs a new GeolocationApi.
|
|
6935
6931
|
* @alias module:purecloud-platform-client-v2/api/GeolocationApi
|
|
@@ -6963,7 +6959,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
|
|
|
6963
6959
|
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']);}}]);return GeolocationApi;}();var GreetingsApi=/*#__PURE__*/function(){/**
|
|
6964
6960
|
* Greetings service.
|
|
6965
6961
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
6966
|
-
* @version
|
|
6962
|
+
* @version 186.0.1
|
|
6967
6963
|
*/ /**
|
|
6968
6964
|
* Constructs a new GreetingsApi.
|
|
6969
6965
|
* @alias module:purecloud-platform-client-v2/api/GreetingsApi
|
|
@@ -7070,7 +7066,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
7070
7066
|
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']);}}]);return GreetingsApi;}();var GroupsApi=/*#__PURE__*/function(){/**
|
|
7071
7067
|
* Groups service.
|
|
7072
7068
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
7073
|
-
* @version
|
|
7069
|
+
* @version 186.0.1
|
|
7074
7070
|
*/ /**
|
|
7075
7071
|
* Constructs a new GroupsApi.
|
|
7076
7072
|
* @alias module:purecloud-platform-client-v2/api/GroupsApi
|
|
@@ -7203,7 +7199,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
|
|
|
7203
7199
|
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']);}}]);return GroupsApi;}();var IdentityProviderApi=/*#__PURE__*/function(){/**
|
|
7204
7200
|
* IdentityProvider service.
|
|
7205
7201
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
7206
|
-
* @version
|
|
7202
|
+
* @version 186.0.1
|
|
7207
7203
|
*/ /**
|
|
7208
7204
|
* Constructs a new IdentityProviderApi.
|
|
7209
7205
|
* @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
|
|
@@ -7337,7 +7333,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
7337
7333
|
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']);}}]);return IdentityProviderApi;}();var InfrastructureAsCodeApi=/*#__PURE__*/function(){/**
|
|
7338
7334
|
* InfrastructureAsCode service.
|
|
7339
7335
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
7340
|
-
* @version
|
|
7336
|
+
* @version 186.0.1
|
|
7341
7337
|
*/ /**
|
|
7342
7338
|
* Constructs a new InfrastructureAsCodeApi.
|
|
7343
7339
|
* @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
@@ -7391,7 +7387,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
|
|
|
7391
7387
|
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']);}}]);return InfrastructureAsCodeApi;}();var IntegrationsApi=/*#__PURE__*/function(){/**
|
|
7392
7388
|
* Integrations service.
|
|
7393
7389
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
7394
|
-
* @version
|
|
7390
|
+
* @version 186.0.1
|
|
7395
7391
|
*/ /**
|
|
7396
7392
|
* Constructs a new IntegrationsApi.
|
|
7397
7393
|
* @alias module:purecloud-platform-client-v2/api/IntegrationsApi
|
|
@@ -7521,6 +7517,12 @@ if(fileName===undefined||fileName===null){throw'Missing the required parameter "
|
|
|
7521
7517
|
* @param {Object} opts.sortOrder Direction to sort 'sortBy' field. (default to asc)
|
|
7522
7518
|
* @param {Object} opts.secure Filter to only include secure actions. True will only include actions marked secured. False will include only unsecure actions. Do not use filter if you want all Actions.
|
|
7523
7519
|
*/},{key:"getIntegrationsActionsCategories",value:function getIntegrationsActionsCategories(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/integrations/actions/categories','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'secure':opts['secure']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
7520
|
+
* Retrieves the available mTLS client certificates in use. This endpoint will return inconsistent results while a certificate rotation is in progress.
|
|
7521
|
+
*
|
|
7522
|
+
* @param {Object} opts Optional parameters
|
|
7523
|
+
* @param {Object} opts.status Indicates the validity of the certificate in question.
|
|
7524
|
+
* @param {Object} opts.type Indicates the type of the certificate.
|
|
7525
|
+
*/},{key:"getIntegrationsActionsCertificates",value:function getIntegrationsActionsCertificates(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/integrations/actions/certificates','GET',{},{'status':opts['status'],'type':opts['type']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
7524
7526
|
* Retrieves all action drafts associated with the filters passed in via query param.
|
|
7525
7527
|
*
|
|
7526
7528
|
* @param {Object} opts Optional parameters
|
|
@@ -7912,7 +7914,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
|
|
|
7912
7914
|
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']);}}]);return IntegrationsApi;}();var JourneyApi=/*#__PURE__*/function(){/**
|
|
7913
7915
|
* Journey service.
|
|
7914
7916
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
7915
|
-
* @version
|
|
7917
|
+
* @version 186.0.1
|
|
7916
7918
|
*/ /**
|
|
7917
7919
|
* Constructs a new JourneyApi.
|
|
7918
7920
|
* @alias module:purecloud-platform-client-v2/api/JourneyApi
|
|
@@ -8216,7 +8218,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
|
|
|
8216
8218
|
*/},{key:"postJourneySegments",value:function postJourneySegments(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/segments','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return JourneyApi;}();var KnowledgeApi=/*#__PURE__*/function(){/**
|
|
8217
8219
|
* Knowledge service.
|
|
8218
8220
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
8219
|
-
* @version
|
|
8221
|
+
* @version 186.0.1
|
|
8220
8222
|
*/ /**
|
|
8221
8223
|
* Constructs a new KnowledgeApi.
|
|
8222
8224
|
* @alias module:purecloud-platform-client-v2/api/KnowledgeApi
|
|
@@ -9013,7 +9015,7 @@ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the requir
|
|
|
9013
9015
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebases';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return KnowledgeApi;}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
|
|
9014
9016
|
* LanguageUnderstanding service.
|
|
9015
9017
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
9016
|
-
* @version
|
|
9018
|
+
* @version 186.0.1
|
|
9017
9019
|
*/ /**
|
|
9018
9020
|
* Constructs a new LanguageUnderstandingApi.
|
|
9019
9021
|
* @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
@@ -9269,7 +9271,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
|
|
|
9269
9271
|
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']);}}]);return LanguageUnderstandingApi;}();var LanguagesApi=/*#__PURE__*/function(){/**
|
|
9270
9272
|
* Languages service.
|
|
9271
9273
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
9272
|
-
* @version
|
|
9274
|
+
* @version 186.0.1
|
|
9273
9275
|
*/ /**
|
|
9274
9276
|
* Constructs a new LanguagesApi.
|
|
9275
9277
|
* @alias module:purecloud-platform-client-v2/api/LanguagesApi
|
|
@@ -9324,7 +9326,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
9324
9326
|
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']);}}]);return LanguagesApi;}();var LearningApi=/*#__PURE__*/function(){/**
|
|
9325
9327
|
* Learning service.
|
|
9326
9328
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
9327
|
-
* @version
|
|
9329
|
+
* @version 186.0.1
|
|
9328
9330
|
*/ /**
|
|
9329
9331
|
* Constructs a new LearningApi.
|
|
9330
9332
|
* @alias module:purecloud-platform-client-v2/api/LearningApi
|
|
@@ -9554,7 +9556,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
|
|
|
9554
9556
|
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']);}}]);return LearningApi;}();var LicenseApi=/*#__PURE__*/function(){/**
|
|
9555
9557
|
* License service.
|
|
9556
9558
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
9557
|
-
* @version
|
|
9559
|
+
* @version 186.0.1
|
|
9558
9560
|
*/ /**
|
|
9559
9561
|
* Constructs a new LicenseApi.
|
|
9560
9562
|
* @alias module:purecloud-platform-client-v2/api/LicenseApi
|
|
@@ -9608,7 +9610,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
|
|
|
9608
9610
|
*/},{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']);}}]);return LicenseApi;}();var LocationsApi=/*#__PURE__*/function(){/**
|
|
9609
9611
|
* Locations service.
|
|
9610
9612
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
9611
|
-
* @version
|
|
9613
|
+
* @version 186.0.1
|
|
9612
9614
|
*/ /**
|
|
9613
9615
|
* Constructs a new LocationsApi.
|
|
9614
9616
|
* @alias module:purecloud-platform-client-v2/api/LocationsApi
|
|
@@ -9667,7 +9669,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
9667
9669
|
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']);}}]);return LocationsApi;}();var LogCaptureApi=/*#__PURE__*/function(){/**
|
|
9668
9670
|
* LogCapture service.
|
|
9669
9671
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
9670
|
-
* @version
|
|
9672
|
+
* @version 186.0.1
|
|
9671
9673
|
*/ /**
|
|
9672
9674
|
* Constructs a new LogCaptureApi.
|
|
9673
9675
|
* @alias module:purecloud-platform-client-v2/api/LogCaptureApi
|
|
@@ -9675,19 +9677,49 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
9675
9677
|
* @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
|
|
9676
9678
|
* default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
|
|
9677
9679
|
*/function LogCaptureApi(apiClient){_classCallCheck(this,LogCaptureApi);this.apiClient=apiClient||ApiClient.instance;}/**
|
|
9680
|
+
* Disable browser log capture for the user
|
|
9681
|
+
*
|
|
9682
|
+
* @param {String} userId The id of the user to disable browser log capture
|
|
9683
|
+
*/_createClass(LogCaptureApi,[{key:"deleteDiagnosticsLogcaptureBrowserUser",value:function deleteDiagnosticsLogcaptureBrowserUser(userId){// verify the required parameter 'userId' is set
|
|
9684
|
+
if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling deleteDiagnosticsLogcaptureBrowserUser';}return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/users/{userId}','DELETE',{'userId':userId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9678
9685
|
* Gets status of async download execution
|
|
9679
9686
|
*
|
|
9680
9687
|
* @param {String} jobId Job ID
|
|
9681
|
-
*/
|
|
9688
|
+
*/},{key:"getDiagnosticsLogcaptureBrowserEntriesDownloadJob",value:function getDiagnosticsLogcaptureBrowserEntriesDownloadJob(jobId){// verify the required parameter 'jobId' is set
|
|
9682
9689
|
if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId" when calling getDiagnosticsLogcaptureBrowserEntriesDownloadJob';}return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/entries/download/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9690
|
+
* Get log capture configuration for the user
|
|
9691
|
+
*
|
|
9692
|
+
* @param {String} userId The id of the user to get browser log capture configuration
|
|
9693
|
+
*/},{key:"getDiagnosticsLogcaptureBrowserUser",value:function getDiagnosticsLogcaptureBrowserUser(userId){// verify the required parameter 'userId' is set
|
|
9694
|
+
if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling getDiagnosticsLogcaptureBrowserUser';}return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/users/{userId}','GET',{'userId':userId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9695
|
+
* Get all log capture enabled users for an org
|
|
9696
|
+
*
|
|
9697
|
+
* @param {Object} opts Optional parameters
|
|
9698
|
+
* @param {Boolean} opts.includeExpired Include expired users with log captures still available for search or download (default to false)
|
|
9699
|
+
*/},{key:"getDiagnosticsLogcaptureBrowserUsers",value:function getDiagnosticsLogcaptureBrowserUsers(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/users','GET',{},{'includeExpired':opts['includeExpired']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9683
9700
|
* Creates an async download execution
|
|
9684
9701
|
*
|
|
9685
9702
|
* @param {Object} opts Optional parameters
|
|
9686
9703
|
* @param {Object} opts.body
|
|
9687
|
-
*/},{key:"postDiagnosticsLogcaptureBrowserEntriesDownloadJobs",value:function postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/entries/download/jobs','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}
|
|
9704
|
+
*/},{key:"postDiagnosticsLogcaptureBrowserEntriesDownloadJobs",value:function postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/entries/download/jobs','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9705
|
+
* Query collected log entries. It returns a limited amount of records, to get all records use download endpoint.
|
|
9706
|
+
*
|
|
9707
|
+
* @param {Object} opts Optional parameters
|
|
9708
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
9709
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
9710
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
9711
|
+
* @param {Object} opts.body
|
|
9712
|
+
*/},{key:"postDiagnosticsLogcaptureBrowserEntriesQuery",value:function postDiagnosticsLogcaptureBrowserEntriesQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/entries/query','POST',{},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9713
|
+
* Enable log capture for a user or update expiration
|
|
9714
|
+
*
|
|
9715
|
+
* @param {String} userId The id of the user to enable browser log capture
|
|
9716
|
+
* @param {Object} opts Optional parameters
|
|
9717
|
+
* @param {Object} opts.body
|
|
9718
|
+
*/},{key:"postDiagnosticsLogcaptureBrowserUser",value:function postDiagnosticsLogcaptureBrowserUser(userId,opts){opts=opts||{};// verify the required parameter 'userId' is set
|
|
9719
|
+
if(userId===undefined||userId===null){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']);}}]);return LogCaptureApi;}();var MessagingApi=/*#__PURE__*/function(){/**
|
|
9688
9720
|
* Messaging service.
|
|
9689
9721
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
9690
|
-
* @version
|
|
9722
|
+
* @version 186.0.1
|
|
9691
9723
|
*/ /**
|
|
9692
9724
|
* Constructs a new MessagingApi.
|
|
9693
9725
|
* @alias module:purecloud-platform-client-v2/api/MessagingApi
|
|
@@ -9777,7 +9809,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
9777
9809
|
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']);}}]);return MessagingApi;}();var MobileDevicesApi=/*#__PURE__*/function(){/**
|
|
9778
9810
|
* MobileDevices service.
|
|
9779
9811
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
9780
|
-
* @version
|
|
9812
|
+
* @version 186.0.1
|
|
9781
9813
|
*/ /**
|
|
9782
9814
|
* Constructs a new MobileDevicesApi.
|
|
9783
9815
|
* @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
|
|
@@ -9816,7 +9848,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
9816
9848
|
if(deviceId===undefined||deviceId===null){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']);}}]);return MobileDevicesApi;}();var NotificationsApi=/*#__PURE__*/function(){/**
|
|
9817
9849
|
* Notifications service.
|
|
9818
9850
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
9819
|
-
* @version
|
|
9851
|
+
* @version 186.0.1
|
|
9820
9852
|
*/ /**
|
|
9821
9853
|
* Constructs a new NotificationsApi.
|
|
9822
9854
|
* @alias module:purecloud-platform-client-v2/api/NotificationsApi
|
|
@@ -9873,7 +9905,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
|
|
|
9873
9905
|
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']);}}]);return NotificationsApi;}();var OAuthApi=/*#__PURE__*/function(){/**
|
|
9874
9906
|
* OAuth service.
|
|
9875
9907
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
9876
|
-
* @version
|
|
9908
|
+
* @version 186.0.1
|
|
9877
9909
|
*/ /**
|
|
9878
9910
|
* Constructs a new OAuthApi.
|
|
9879
9911
|
* @alias module:purecloud-platform-client-v2/api/OAuthApi
|
|
@@ -9958,7 +9990,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
|
|
|
9958
9990
|
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']);}}]);return OAuthApi;}();var ObjectsApi=/*#__PURE__*/function(){/**
|
|
9959
9991
|
* Objects service.
|
|
9960
9992
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
9961
|
-
* @version
|
|
9993
|
+
* @version 186.0.1
|
|
9962
9994
|
*/ /**
|
|
9963
9995
|
* Constructs a new ObjectsApi.
|
|
9964
9996
|
* @alias module:purecloud-platform-client-v2/api/ObjectsApi
|
|
@@ -9990,9 +10022,8 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
|
|
|
9990
10022
|
* @param {String} opts.nextPage next page token
|
|
9991
10023
|
* @param {String} opts.previousPage Previous page token
|
|
9992
10024
|
* @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
|
|
9993
|
-
* @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
|
|
9994
10025
|
* @param {String} opts.name Search term to filter by division name
|
|
9995
|
-
*/},{key:"getAuthorizationDivisions",value:function getAuthorizationDivisions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/divisions','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'objectCount':opts['objectCount'],'
|
|
10026
|
+
*/},{key:"getAuthorizationDivisions",value:function getAuthorizationDivisions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/divisions','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'objectCount':opts['objectCount'],'name':opts['name']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9996
10027
|
* Retrieve the home division for the organization.
|
|
9997
10028
|
* Will not include object counts.
|
|
9998
10029
|
*/},{key:"getAuthorizationDivisionsHome",value:function getAuthorizationDivisionsHome(){return this.apiClient.callApi('/api/v2/authorization/divisions/home','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -10029,7 +10060,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
|
|
|
10029
10060
|
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']);}}]);return ObjectsApi;}();var OperationalEventsApi=/*#__PURE__*/function(){/**
|
|
10030
10061
|
* OperationalEvents service.
|
|
10031
10062
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
10032
|
-
* @version
|
|
10063
|
+
* @version 186.0.1
|
|
10033
10064
|
*/ /**
|
|
10034
10065
|
* Constructs a new OperationalEventsApi.
|
|
10035
10066
|
* @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
|
|
@@ -10047,7 +10078,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
|
|
|
10047
10078
|
*/},{key:"getUsageEventsDefinitions",value:function getUsageEventsDefinitions(){return this.apiClient.callApi('/api/v2/usage/events/definitions','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return OperationalEventsApi;}();var OrganizationApi=/*#__PURE__*/function(){/**
|
|
10048
10079
|
* Organization service.
|
|
10049
10080
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
10050
|
-
* @version
|
|
10081
|
+
* @version 186.0.1
|
|
10051
10082
|
*/ /**
|
|
10052
10083
|
* Constructs a new OrganizationApi.
|
|
10053
10084
|
* @alias module:purecloud-platform-client-v2/api/OrganizationApi
|
|
@@ -10149,7 +10180,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
10149
10180
|
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']);}}]);return OrganizationApi;}();var OrganizationAuthorizationApi=/*#__PURE__*/function(){/**
|
|
10150
10181
|
* OrganizationAuthorization service.
|
|
10151
10182
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
10152
|
-
* @version
|
|
10183
|
+
* @version 186.0.1
|
|
10153
10184
|
*/ /**
|
|
10154
10185
|
* Constructs a new OrganizationAuthorizationApi.
|
|
10155
10186
|
* @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
@@ -10472,7 +10503,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
|
|
|
10472
10503
|
if(trusteeUserId===undefined||trusteeUserId===null){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']);}}]);return OrganizationAuthorizationApi;}();var OutboundApi=/*#__PURE__*/function(){/**
|
|
10473
10504
|
* Outbound service.
|
|
10474
10505
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
10475
|
-
* @version
|
|
10506
|
+
* @version 186.0.1
|
|
10476
10507
|
*/ /**
|
|
10477
10508
|
* Constructs a new OutboundApi.
|
|
10478
10509
|
* @alias module:purecloud-platform-client-v2/api/OutboundApi
|
|
@@ -11457,7 +11488,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
11457
11488
|
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']);}}]);return OutboundApi;}();var PresenceApi=/*#__PURE__*/function(){/**
|
|
11458
11489
|
* Presence service.
|
|
11459
11490
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
11460
|
-
* @version
|
|
11491
|
+
* @version 186.0.1
|
|
11461
11492
|
*/ /**
|
|
11462
11493
|
* Constructs a new PresenceApi.
|
|
11463
11494
|
* @alias module:purecloud-platform-client-v2/api/PresenceApi
|
|
@@ -11625,7 +11656,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
11625
11656
|
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']);}}]);return PresenceApi;}();var ProcessAutomationApi=/*#__PURE__*/function(){/**
|
|
11626
11657
|
* ProcessAutomation service.
|
|
11627
11658
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
11628
|
-
* @version
|
|
11659
|
+
* @version 186.0.1
|
|
11629
11660
|
*/ /**
|
|
11630
11661
|
* Constructs a new ProcessAutomationApi.
|
|
11631
11662
|
* @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
@@ -11688,7 +11719,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
|
|
|
11688
11719
|
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']);}}]);return ProcessAutomationApi;}();var QualityApi=/*#__PURE__*/function(){/**
|
|
11689
11720
|
* Quality service.
|
|
11690
11721
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
11691
|
-
* @version
|
|
11722
|
+
* @version 186.0.1
|
|
11692
11723
|
*/ /**
|
|
11693
11724
|
* Constructs a new QualityApi.
|
|
11694
11725
|
* @alias module:purecloud-platform-client-v2/api/QualityApi
|
|
@@ -12118,7 +12149,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12118
12149
|
if(calibrationId===undefined||calibrationId===null){throw'Missing the required parameter "calibrationId" when calling putQualityCalibration';}// verify the required parameter 'body' is set
|
|
12119
12150
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putQualityCalibration';}return this.apiClient.callApi('/api/v2/quality/calibrations/{calibrationId}','PUT',{'calibrationId':calibrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
12120
12151
|
* Update an evaluation
|
|
12121
|
-
* The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation.
|
|
12152
|
+
* The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation. authorizedActions is not returned for this PUT request, and is only returned for GET requests to this endpoint.
|
|
12122
12153
|
* @param {String} conversationId conversationId
|
|
12123
12154
|
* @param {String} evaluationId evaluationId
|
|
12124
12155
|
* @param {Object} body evaluation
|
|
@@ -12159,7 +12190,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
|
|
|
12159
12190
|
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']);}}]);return QualityApi;}();var RecordingApi=/*#__PURE__*/function(){/**
|
|
12160
12191
|
* Recording service.
|
|
12161
12192
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
12162
|
-
* @version
|
|
12193
|
+
* @version 186.0.1
|
|
12163
12194
|
*/ /**
|
|
12164
12195
|
* Constructs a new RecordingApi.
|
|
12165
12196
|
* @alias module:purecloud-platform-client-v2/api/RecordingApi
|
|
@@ -12566,7 +12597,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12566
12597
|
*/},{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']);}}]);return RecordingApi;}();var ResponseManagementApi=/*#__PURE__*/function(){/**
|
|
12567
12598
|
* ResponseManagement service.
|
|
12568
12599
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
12569
|
-
* @version
|
|
12600
|
+
* @version 186.0.1
|
|
12570
12601
|
*/ /**
|
|
12571
12602
|
* Constructs a new ResponseManagementApi.
|
|
12572
12603
|
* @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
|
|
@@ -12682,7 +12713,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
|
|
|
12682
12713
|
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']);}}]);return ResponseManagementApi;}();var RoutingApi=/*#__PURE__*/function(){/**
|
|
12683
12714
|
* Routing service.
|
|
12684
12715
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
12685
|
-
* @version
|
|
12716
|
+
* @version 186.0.1
|
|
12686
12717
|
*/ /**
|
|
12687
12718
|
* Constructs a new RoutingApi.
|
|
12688
12719
|
* @alias module:purecloud-platform-client-v2/api/RoutingApi
|
|
@@ -13231,6 +13262,21 @@ if(codeId===undefined||codeId===null){throw'Missing the required parameter "code
|
|
|
13231
13262
|
* @param {Array.<String>} opts.id Filter by wrapup code ID(s)
|
|
13232
13263
|
* @param {Array.<String>} opts.divisionId Filter by division ID(s)
|
|
13233
13264
|
*/},{key:"getRoutingWrapupcodes",value:function getRoutingWrapupcodes(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/wrapupcodes','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'name':opts['name'],'id':this.apiClient.buildCollectionParam(opts['id'],'multi'),'divisionId':this.apiClient.buildCollectionParam(opts['divisionId'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13265
|
+
* Get a simplified wrap-up code.
|
|
13266
|
+
*
|
|
13267
|
+
* @param {String} codeId Wrapup Code ID
|
|
13268
|
+
*/},{key:"getRoutingWrapupcodesDivisionview",value:function getRoutingWrapupcodesDivisionview(codeId){// verify the required parameter 'codeId' is set
|
|
13269
|
+
if(codeId===undefined||codeId===null){throw'Missing the required parameter "codeId" when calling getRoutingWrapupcodesDivisionview';}return this.apiClient.callApi('/api/v2/routing/wrapupcodes/divisionviews/{codeId}','GET',{'codeId':codeId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13270
|
+
* Get a paged listing of simplified wrapup code objects, filterable by name, wrapup code ID(s), or division ID(s).
|
|
13271
|
+
* Specifying both name and ID parameters is not supported.
|
|
13272
|
+
* @param {Object} opts Optional parameters
|
|
13273
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
13274
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
13275
|
+
* @param {String} opts.name Name (trailing asterisks allowed)
|
|
13276
|
+
* @param {Array.<String>} opts.id Wrapup code ID(s)
|
|
13277
|
+
* @param {Array.<String>} opts.divisionId Division ID(s)
|
|
13278
|
+
* @param {Object} opts.includeState Wrapup code state(s) to include
|
|
13279
|
+
*/},{key:"getRoutingWrapupcodesDivisionviews",value:function getRoutingWrapupcodesDivisionviews(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/wrapupcodes/divisionviews','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'name':opts['name'],'id':this.apiClient.buildCollectionParam(opts['id'],'multi'),'divisionId':this.apiClient.buildCollectionParam(opts['divisionId'],'multi'),'includeState':opts['includeState']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13234
13280
|
* Get queues for user
|
|
13235
13281
|
*
|
|
13236
13282
|
* @param {String} userId User ID
|
|
@@ -13335,6 +13381,11 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
13335
13381
|
* @param {Object} body Contact Center Settings
|
|
13336
13382
|
*/},{key:"patchRoutingSettingsContactcenter",value:function patchRoutingSettingsContactcenter(body){// verify the required parameter 'body' is set
|
|
13337
13383
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchRoutingSettingsContactcenter';}return this.apiClient.callApi('/api/v2/routing/settings/contactcenter','PATCH',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13384
|
+
* Patch Transcription Settings
|
|
13385
|
+
*
|
|
13386
|
+
* @param {Object} body Organization Settings
|
|
13387
|
+
*/},{key:"patchRoutingSettingsTranscription",value:function patchRoutingSettingsTranscription(body){// verify the required parameter 'body' is set
|
|
13388
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchRoutingSettingsTranscription';}return this.apiClient.callApi('/api/v2/routing/settings/transcription','PATCH',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13338
13389
|
* Update skill group definition
|
|
13339
13390
|
*
|
|
13340
13391
|
* @param {String} skillGroupId Skill Group ID
|
|
@@ -13507,7 +13558,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
13507
13558
|
* Imports a phone number for SMS
|
|
13508
13559
|
*
|
|
13509
13560
|
* @param {Object} body SmsPhoneNumber
|
|
13510
|
-
* postRoutingSmsPhonenumbersImport is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
13511
13561
|
*/},{key:"postRoutingSmsPhonenumbersImport",value:function postRoutingSmsPhonenumbersImport(body){// verify the required parameter 'body' is set
|
|
13512
13562
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postRoutingSmsPhonenumbersImport';}return this.apiClient.callApi('/api/v2/routing/sms/phonenumbers/import','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
13513
13563
|
* Create a utilization label
|
|
@@ -13631,7 +13681,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
13631
13681
|
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']);}}]);return RoutingApi;}();var SCIMApi=/*#__PURE__*/function(){/**
|
|
13632
13682
|
* SCIM service.
|
|
13633
13683
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
13634
|
-
* @version
|
|
13684
|
+
* @version 186.0.1
|
|
13635
13685
|
*/ /**
|
|
13636
13686
|
* Constructs a new SCIMApi.
|
|
13637
13687
|
* @alias module:purecloud-platform-client-v2/api/SCIMApi
|
|
@@ -13856,7 +13906,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
13856
13906
|
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']);}}]);return SCIMApi;}();var ScriptsApi=/*#__PURE__*/function(){/**
|
|
13857
13907
|
* Scripts service.
|
|
13858
13908
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
13859
|
-
* @version
|
|
13909
|
+
* @version 186.0.1
|
|
13860
13910
|
*/ /**
|
|
13861
13911
|
* Constructs a new ScriptsApi.
|
|
13862
13912
|
* @alias module:purecloud-platform-client-v2/api/ScriptsApi
|
|
@@ -13992,7 +14042,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
|
|
|
13992
14042
|
*/},{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']);}}]);return ScriptsApi;}();var SearchApi=/*#__PURE__*/function(){/**
|
|
13993
14043
|
* Search service.
|
|
13994
14044
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
13995
|
-
* @version
|
|
14045
|
+
* @version 186.0.1
|
|
13996
14046
|
*/ /**
|
|
13997
14047
|
* Constructs a new SearchApi.
|
|
13998
14048
|
* @alias module:purecloud-platform-client-v2/api/SearchApi
|
|
@@ -14152,7 +14202,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14152
14202
|
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']);}}]);return SearchApi;}();var SettingsApi=/*#__PURE__*/function(){/**
|
|
14153
14203
|
* Settings service.
|
|
14154
14204
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
14155
|
-
* @version
|
|
14205
|
+
* @version 186.0.1
|
|
14156
14206
|
*/ /**
|
|
14157
14207
|
* Constructs a new SettingsApi.
|
|
14158
14208
|
* @alias module:purecloud-platform-client-v2/api/SettingsApi
|
|
@@ -14170,7 +14220,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14170
14220
|
*/},{key:"patchEmailsSettings",value:function patchEmailsSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return SettingsApi;}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
|
|
14171
14221
|
* SpeechTextAnalytics service.
|
|
14172
14222
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
14173
|
-
* @version
|
|
14223
|
+
* @version 186.0.1
|
|
14174
14224
|
*/ /**
|
|
14175
14225
|
* Constructs a new SpeechTextAnalyticsApi.
|
|
14176
14226
|
* @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
@@ -14413,7 +14463,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
|
|
|
14413
14463
|
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']);}}]);return SpeechTextAnalyticsApi;}();var StationsApi=/*#__PURE__*/function(){/**
|
|
14414
14464
|
* Stations service.
|
|
14415
14465
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
14416
|
-
* @version
|
|
14466
|
+
* @version 186.0.1
|
|
14417
14467
|
*/ /**
|
|
14418
14468
|
* Constructs a new StationsApi.
|
|
14419
14469
|
* @alias module:purecloud-platform-client-v2/api/StationsApi
|
|
@@ -14445,7 +14495,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
|
|
|
14445
14495
|
*/},{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']);}}]);return StationsApi;}();var SuggestApi=/*#__PURE__*/function(){/**
|
|
14446
14496
|
* Suggest service.
|
|
14447
14497
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
14448
|
-
* @version
|
|
14498
|
+
* @version 186.0.1
|
|
14449
14499
|
*/ /**
|
|
14450
14500
|
* Constructs a new SuggestApi.
|
|
14451
14501
|
* @alias module:purecloud-platform-client-v2/api/SuggestApi
|
|
@@ -14485,7 +14535,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14485
14535
|
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']);}}]);return SuggestApi;}();var TaskManagementApi=/*#__PURE__*/function(){/**
|
|
14486
14536
|
* TaskManagement service.
|
|
14487
14537
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
14488
|
-
* @version
|
|
14538
|
+
* @version 186.0.1
|
|
14489
14539
|
*/ /**
|
|
14490
14540
|
* Constructs a new TaskManagementApi.
|
|
14491
14541
|
* @alias module:purecloud-platform-client-v2/api/TaskManagementApi
|
|
@@ -14827,7 +14877,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
|
|
|
14827
14877
|
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']);}}]);return TaskManagementApi;}();var TeamsApi=/*#__PURE__*/function(){/**
|
|
14828
14878
|
* Teams service.
|
|
14829
14879
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
14830
|
-
* @version
|
|
14880
|
+
* @version 186.0.1
|
|
14831
14881
|
*/ /**
|
|
14832
14882
|
* Constructs a new TeamsApi.
|
|
14833
14883
|
* @alias module:purecloud-platform-client-v2/api/TeamsApi
|
|
@@ -14906,7 +14956,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14906
14956
|
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']);}}]);return TeamsApi;}();var TelephonyApi=/*#__PURE__*/function(){/**
|
|
14907
14957
|
* Telephony service.
|
|
14908
14958
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
14909
|
-
* @version
|
|
14959
|
+
* @version 186.0.1
|
|
14910
14960
|
*/ /**
|
|
14911
14961
|
* Constructs a new TelephonyApi.
|
|
14912
14962
|
* @alias module:purecloud-platform-client-v2/api/TelephonyApi
|
|
@@ -14920,7 +14970,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14920
14970
|
* Get a SIP message.
|
|
14921
14971
|
* Get the raw form of the SIP message
|
|
14922
14972
|
* @param {String} conversationId Conversation id
|
|
14923
|
-
* getTelephonySipmessagesConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
14924
14973
|
*/},{key:"getTelephonySipmessagesConversation",value:function getTelephonySipmessagesConversation(conversationId){// verify the required parameter 'conversationId' is set
|
|
14925
14974
|
if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getTelephonySipmessagesConversation';}return this.apiClient.callApi('/api/v2/telephony/sipmessages/conversations/{conversationId}','GET',{'conversationId':conversationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
14926
14975
|
* Get SIP headers.
|
|
@@ -14928,7 +14977,6 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
|
|
|
14928
14977
|
* @param {String} conversationId Conversation id
|
|
14929
14978
|
* @param {Object} opts Optional parameters
|
|
14930
14979
|
* @param {Array.<String>} opts.keys comma-separated list of header identifiers to query. e.g. ruri,to,from
|
|
14931
|
-
* getTelephonySipmessagesConversationHeaders is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
14932
14980
|
*/},{key:"getTelephonySipmessagesConversationHeaders",value:function getTelephonySipmessagesConversationHeaders(conversationId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
|
|
14933
14981
|
if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getTelephonySipmessagesConversationHeaders';}return this.apiClient.callApi('/api/v2/telephony/sipmessages/conversations/{conversationId}/headers','GET',{'conversationId':conversationId},{'keys':this.apiClient.buildCollectionParam(opts['keys'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
14934
14982
|
* Fetch SIP metadata
|
|
@@ -14955,7 +15003,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
|
|
|
14955
15003
|
if(sIPSearchPublicRequest===undefined||sIPSearchPublicRequest===null){throw'Missing the required parameter "sIPSearchPublicRequest" when calling postTelephonySiptracesDownload';}return this.apiClient.callApi('/api/v2/telephony/siptraces/download','POST',{},{},{},{},sIPSearchPublicRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return TelephonyApi;}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
|
|
14956
15004
|
* TelephonyProvidersEdge service.
|
|
14957
15005
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
14958
|
-
* @version
|
|
15006
|
+
* @version 186.0.1
|
|
14959
15007
|
*/ /**
|
|
14960
15008
|
* Constructs a new TelephonyProvidersEdgeApi.
|
|
14961
15009
|
* @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
@@ -15243,7 +15291,6 @@ if(extensionPoolId===undefined||extensionPoolId===null){throw'Missing the requir
|
|
|
15243
15291
|
* @param {Array.<String>} opts.id ID of the Extension Pools to filter by.
|
|
15244
15292
|
* @param {String} opts.name Name of the Extension Pools to filter by.
|
|
15245
15293
|
* @param {Array.<String>} opts.divisionId List of divisionIds on which to filter.
|
|
15246
|
-
* getTelephonyProvidersEdgesExtensionpoolsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
15247
15294
|
*/},{key:"getTelephonyProvidersEdgesExtensionpoolsDivisionviews",value:function getTelephonyProvidersEdgesExtensionpoolsDivisionviews(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/telephony/providers/edges/extensionpools/divisionviews','GET',{},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'id':this.apiClient.buildCollectionParam(opts['id'],'multi'),'name':opts['name'],'divisionId':this.apiClient.buildCollectionParam(opts['divisionId'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15248
15295
|
* Get a listing of extensions
|
|
15249
15296
|
*
|
|
@@ -15448,7 +15495,8 @@ if(siteId===undefined||siteId===null){throw'Missing the required parameter "site
|
|
|
15448
15495
|
* @param {String} opts.name Name
|
|
15449
15496
|
* @param {String} opts.locationId Location Id
|
|
15450
15497
|
* @param {Boolean} opts.managed Filter by managed
|
|
15451
|
-
|
|
15498
|
+
* @param {Array.<String>} opts.expand Fields to expand in the response, comma-separated
|
|
15499
|
+
*/},{key:"getTelephonyProvidersEdgesSites",value:function getTelephonyProvidersEdgesSites(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/telephony/providers/edges/sites','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'name':opts['name'],'location.id':opts['locationId'],'managed':opts['managed'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15452
15500
|
* Get a list of Edge-compatible time zones
|
|
15453
15501
|
*
|
|
15454
15502
|
* @param {Object} opts Optional parameters
|
|
@@ -15775,7 +15823,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
|
|
|
15775
15823
|
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']);}}]);return TelephonyProvidersEdgeApi;}();var TextbotsApi=/*#__PURE__*/function(){/**
|
|
15776
15824
|
* Textbots service.
|
|
15777
15825
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
15778
|
-
* @version
|
|
15826
|
+
* @version 186.0.1
|
|
15779
15827
|
*/ /**
|
|
15780
15828
|
* Constructs a new TextbotsApi.
|
|
15781
15829
|
* @alias module:purecloud-platform-client-v2/api/TextbotsApi
|
|
@@ -15810,7 +15858,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
|
|
|
15810
15858
|
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']);}}]);return TextbotsApi;}();var TokensApi=/*#__PURE__*/function(){/**
|
|
15811
15859
|
* Tokens service.
|
|
15812
15860
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
15813
|
-
* @version
|
|
15861
|
+
* @version 186.0.1
|
|
15814
15862
|
*/ /**
|
|
15815
15863
|
* Constructs a new TokensApi.
|
|
15816
15864
|
* @alias module:purecloud-platform-client-v2/api/TokensApi
|
|
@@ -15846,7 +15894,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
15846
15894
|
*/},{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']);}}]);return TokensApi;}();var UploadsApi=/*#__PURE__*/function(){/**
|
|
15847
15895
|
* Uploads service.
|
|
15848
15896
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
15849
|
-
* @version
|
|
15897
|
+
* @version 186.0.1
|
|
15850
15898
|
*/ /**
|
|
15851
15899
|
* Constructs a new UploadsApi.
|
|
15852
15900
|
* @alias module:purecloud-platform-client-v2/api/UploadsApi
|
|
@@ -15888,7 +15936,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15888
15936
|
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']);}}]);return UploadsApi;}();var UsageApi=/*#__PURE__*/function(){/**
|
|
15889
15937
|
* Usage service.
|
|
15890
15938
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
15891
|
-
* @version
|
|
15939
|
+
* @version 186.0.1
|
|
15892
15940
|
*/ /**
|
|
15893
15941
|
* Constructs a new UsageApi.
|
|
15894
15942
|
* @alias module:purecloud-platform-client-v2/api/UsageApi
|
|
@@ -15939,7 +15987,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15939
15987
|
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']);}}]);return UsageApi;}();var UserRecordingsApi=/*#__PURE__*/function(){/**
|
|
15940
15988
|
* UserRecordings service.
|
|
15941
15989
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
15942
|
-
* @version
|
|
15990
|
+
* @version 186.0.1
|
|
15943
15991
|
*/ /**
|
|
15944
15992
|
* Constructs a new UserRecordingsApi.
|
|
15945
15993
|
* @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
|
|
@@ -15988,7 +16036,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
|
|
|
15988
16036
|
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']);}}]);return UserRecordingsApi;}();var UsersApi=/*#__PURE__*/function(){/**
|
|
15989
16037
|
* Users service.
|
|
15990
16038
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
15991
|
-
* @version
|
|
16039
|
+
* @version 186.0.1
|
|
15992
16040
|
*/ /**
|
|
15993
16041
|
* Constructs a new UsersApi.
|
|
15994
16042
|
* @alias module:purecloud-platform-client-v2/api/UsersApi
|
|
@@ -16647,7 +16695,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
|
|
|
16647
16695
|
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']);}}]);return UsersApi;}();var UtilitiesApi=/*#__PURE__*/function(){/**
|
|
16648
16696
|
* Utilities service.
|
|
16649
16697
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
16650
|
-
* @version
|
|
16698
|
+
* @version 186.0.1
|
|
16651
16699
|
*/ /**
|
|
16652
16700
|
* Constructs a new UtilitiesApi.
|
|
16653
16701
|
* @alias module:purecloud-platform-client-v2/api/UtilitiesApi
|
|
@@ -16674,7 +16722,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
16674
16722
|
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']);}}]);return UtilitiesApi;}();var VoicemailApi=/*#__PURE__*/function(){/**
|
|
16675
16723
|
* Voicemail service.
|
|
16676
16724
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
16677
|
-
* @version
|
|
16725
|
+
* @version 186.0.1
|
|
16678
16726
|
*/ /**
|
|
16679
16727
|
* Constructs a new VoicemailApi.
|
|
16680
16728
|
* @alias module:purecloud-platform-client-v2/api/VoicemailApi
|
|
@@ -16823,7 +16871,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
16823
16871
|
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']);}}]);return VoicemailApi;}();var WebChatApi=/*#__PURE__*/function(){/**
|
|
16824
16872
|
* WebChat service.
|
|
16825
16873
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
16826
|
-
* @version
|
|
16874
|
+
* @version 186.0.1
|
|
16827
16875
|
*/ /**
|
|
16828
16876
|
* Constructs a new WebChatApi.
|
|
16829
16877
|
* @alias module:purecloud-platform-client-v2/api/WebChatApi
|
|
@@ -16956,7 +17004,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
16956
17004
|
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']);}}]);return WebChatApi;}();var WebDeploymentsApi=/*#__PURE__*/function(){/**
|
|
16957
17005
|
* WebDeployments service.
|
|
16958
17006
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
16959
|
-
* @version
|
|
17007
|
+
* @version 186.0.1
|
|
16960
17008
|
*/ /**
|
|
16961
17009
|
* Constructs a new WebDeploymentsApi.
|
|
16962
17010
|
* @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
@@ -17077,7 +17125,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
|
|
|
17077
17125
|
if(deployment===undefined||deployment===null){throw'Missing the required parameter "deployment" when calling putWebdeploymentsDeployment';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},deployment,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return WebDeploymentsApi;}();var WebMessagingApi=/*#__PURE__*/function(){/**
|
|
17078
17126
|
* WebMessaging service.
|
|
17079
17127
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
17080
|
-
* @version
|
|
17128
|
+
* @version 186.0.1
|
|
17081
17129
|
*/ /**
|
|
17082
17130
|
* Constructs a new WebMessagingApi.
|
|
17083
17131
|
* @alias module:purecloud-platform-client-v2/api/WebMessagingApi
|
|
@@ -17093,7 +17141,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
|
|
|
17093
17141
|
*/_createClass(WebMessagingApi,[{key:"getWebmessagingMessages",value:function getWebmessagingMessages(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/webmessaging/messages','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return WebMessagingApi;}();var WidgetsApi=/*#__PURE__*/function(){/**
|
|
17094
17142
|
* Widgets service.
|
|
17095
17143
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
17096
|
-
* @version
|
|
17144
|
+
* @version 186.0.1
|
|
17097
17145
|
*/ /**
|
|
17098
17146
|
* Constructs a new WidgetsApi.
|
|
17099
17147
|
* @alias module:purecloud-platform-client-v2/api/WidgetsApi
|
|
@@ -17128,7 +17176,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
|
|
|
17128
17176
|
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']);}}]);return WidgetsApi;}();var WorkforceManagementApi=/*#__PURE__*/function(){/**
|
|
17129
17177
|
* WorkforceManagement service.
|
|
17130
17178
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
17131
|
-
* @version
|
|
17179
|
+
* @version 186.0.1
|
|
17132
17180
|
*/ /**
|
|
17133
17181
|
* Constructs a new WorkforceManagementApi.
|
|
17134
17182
|
* @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
@@ -18479,7 +18527,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
|
|
|
18479
18527
|
* </pre>
|
|
18480
18528
|
* </p>
|
|
18481
18529
|
* @module purecloud-platform-client-v2/index
|
|
18482
|
-
* @version
|
|
18530
|
+
* @version 186.0.1
|
|
18483
18531
|
*/var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
|
|
18484
18532
|
* The ApiClient constructor.
|
|
18485
18533
|
* @property {module:purecloud-platform-client-v2/ApiClient}
|