purecloud-platform-client-v2 192.0.0 → 192.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +110 -78
  3. package/dist/web-amd/purecloud-platform-client-v2.js +110 -78
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +85 -79
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +85 -79
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +536 -457
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +3 -0
  12. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +32 -1
  23. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -2
  39. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -2
  59. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -1,4 +1,4 @@
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 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 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 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: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 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 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 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: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',me_central_1:'mec1.pure.cloud',ap_northeast_3:'apne3.pure.cloud',eu_central_2:'euc2.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
@@ -847,7 +847,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
847
847
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
848
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];}}}]);}();/**
849
849
  * @module purecloud-platform-client-v2/ApiClient
850
- * @version 192.0.0
850
+ * @version 192.2.0
851
851
  */var ApiClient=/*#__PURE__*/function(){/**
852
852
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
853
853
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -1159,7 +1159,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
1159
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);});}});}}]);}();var AlertingApi=/*#__PURE__*/function(){/**
1160
1160
  * Alerting service.
1161
1161
  * @module purecloud-platform-client-v2/api/AlertingApi
1162
- * @version 192.0.0
1162
+ * @version 192.2.0
1163
1163
  */ /**
1164
1164
  * Constructs a new AlertingApi.
1165
1165
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -1316,7 +1316,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
1316
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']);}}]);}();var AnalyticsApi=/*#__PURE__*/function(){/**
1317
1317
  * Analytics service.
1318
1318
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1319
- * @version 192.0.0
1319
+ * @version 192.2.0
1320
1320
  */ /**
1321
1321
  * Constructs a new AnalyticsApi.
1322
1322
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -1966,7 +1966,7 @@ if(scheduleId===undefined||scheduleId===null){throw'Missing the required paramet
1966
1966
  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']);}}]);}();var ArchitectApi=/*#__PURE__*/function(){/**
1967
1967
  * Architect service.
1968
1968
  * @module purecloud-platform-client-v2/api/ArchitectApi
1969
- * @version 192.0.0
1969
+ * @version 192.2.0
1970
1970
  */ /**
1971
1971
  * Constructs a new ArchitectApi.
1972
1972
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -3082,7 +3082,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
3082
3082
  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']);}}]);}();var AuditApi=/*#__PURE__*/function(){/**
3083
3083
  * Audit service.
3084
3084
  * @module purecloud-platform-client-v2/api/AuditApi
3085
- * @version 192.0.0
3085
+ * @version 192.2.0
3086
3086
  */ /**
3087
3087
  * Constructs a new AuditApi.
3088
3088
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -3124,7 +3124,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
3124
3124
  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']);}}]);}();var AuthorizationApi=/*#__PURE__*/function(){/**
3125
3125
  * Authorization service.
3126
3126
  * @module purecloud-platform-client-v2/api/AuthorizationApi
3127
- * @version 192.0.0
3127
+ * @version 192.2.0
3128
3128
  */ /**
3129
3129
  * Constructs a new AuthorizationApi.
3130
3130
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -3439,7 +3439,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
3439
3439
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoles';}return this.apiClient.callApi('/api/v2/users/{subjectId}/roles','PUT',{'subjectId':subjectId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var BillingApi=/*#__PURE__*/function(){/**
3440
3440
  * Billing service.
3441
3441
  * @module purecloud-platform-client-v2/api/BillingApi
3442
- * @version 192.0.0
3442
+ * @version 192.2.0
3443
3443
  */ /**
3444
3444
  * Constructs a new BillingApi.
3445
3445
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -3463,7 +3463,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
3463
3463
  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']);}}]);}();var CarrierServicesApi=/*#__PURE__*/function(){/**
3464
3464
  * CarrierServices service.
3465
3465
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
3466
- * @version 192.0.0
3466
+ * @version 192.2.0
3467
3467
  */ /**
3468
3468
  * Constructs a new CarrierServicesApi.
3469
3469
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -3483,7 +3483,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
3483
3483
  */},{key:"postCarrierservicesIntegrationsEmergencylocationsMe",value:function postCarrierservicesIntegrationsEmergencylocationsMe(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/carrierservices/integrations/emergencylocations/me','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ChatApi=/*#__PURE__*/function(){/**
3484
3484
  * Chat service.
3485
3485
  * @module purecloud-platform-client-v2/api/ChatApi
3486
- * @version 192.0.0
3486
+ * @version 192.2.0
3487
3487
  */ /**
3488
3488
  * Constructs a new ChatApi.
3489
3489
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -3698,7 +3698,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
3698
3698
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putChatsSettings';}return this.apiClient.callApi('/api/v2/chats/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CoachingApi=/*#__PURE__*/function(){/**
3699
3699
  * Coaching service.
3700
3700
  * @module purecloud-platform-client-v2/api/CoachingApi
3701
- * @version 192.0.0
3701
+ * @version 192.2.0
3702
3702
  */ /**
3703
3703
  * Constructs a new CoachingApi.
3704
3704
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -3851,7 +3851,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
3851
3851
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCoachingScheduleslotsQuery';}return this.apiClient.callApi('/api/v2/coaching/scheduleslots/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ContentManagementApi=/*#__PURE__*/function(){/**
3852
3852
  * ContentManagement service.
3853
3853
  * @module purecloud-platform-client-v2/api/ContentManagementApi
3854
- * @version 192.0.0
3854
+ * @version 192.2.0
3855
3855
  */ /**
3856
3856
  * Constructs a new ContentManagementApi.
3857
3857
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -4134,7 +4134,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
4134
4134
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceTagvalue';}return this.apiClient.callApi('/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}','PUT',{'workspaceId':workspaceId,'tagId':tagId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ConversationsApi=/*#__PURE__*/function(){/**
4135
4135
  * Conversations service.
4136
4136
  * @module purecloud-platform-client-v2/api/ConversationsApi
4137
- * @version 192.0.0
4137
+ * @version 192.2.0
4138
4138
  */ /**
4139
4139
  * Constructs a new ConversationsApi.
4140
4140
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -4851,6 +4851,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4851
4851
  */},{key:"patchConversationSecureattributes",value:function patchConversationSecureattributes(conversationId,body){// verify the required parameter 'conversationId' is set
4852
4852
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationSecureattributes';}// verify the required parameter 'body' is set
4853
4853
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationSecureattributes';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/secureattributes','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4854
+ * Update the utilization label on a conversation. When there is no value provided, the system default label is applied
4855
+ *
4856
+ * @param {String} conversationId conversation ID
4857
+ * @param {Object} body Conversation Utilization Label
4858
+ * patchConversationUtilizationlabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4859
+ */},{key:"patchConversationUtilizationlabel",value:function patchConversationUtilizationlabel(conversationId,body){// verify the required parameter 'conversationId' is set
4860
+ if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationUtilizationlabel';}// verify the required parameter 'body' is set
4861
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationUtilizationlabel';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/utilizationlabel','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4854
4862
  * Update after-call work for this conversation communication.
4855
4863
  *
4856
4864
  * @param {String} conversationId conversationId
@@ -5887,7 +5895,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
5887
5895
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsVideoRecordingstate';}return this.apiClient.callApi('/api/v2/conversations/videos/{conversationId}/recordingstate','PUT',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DataExtensionsApi=/*#__PURE__*/function(){/**
5888
5896
  * DataExtensions service.
5889
5897
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
5890
- * @version 192.0.0
5898
+ * @version 192.2.0
5891
5899
  */ /**
5892
5900
  * Constructs a new DataExtensionsApi.
5893
5901
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -5908,7 +5916,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
5908
5916
  */},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DownloadsApi=/*#__PURE__*/function(){/**
5909
5917
  * Downloads service.
5910
5918
  * @module purecloud-platform-client-v2/api/DownloadsApi
5911
- * @version 192.0.0
5919
+ * @version 192.2.0
5912
5920
  */ /**
5913
5921
  * Constructs a new DownloadsApi.
5914
5922
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -5927,7 +5935,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
5927
5935
  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']);}}]);}();var EmailsApi=/*#__PURE__*/function(){/**
5928
5936
  * Emails service.
5929
5937
  * @module purecloud-platform-client-v2/api/EmailsApi
5930
- * @version 192.0.0
5938
+ * @version 192.2.0
5931
5939
  */ /**
5932
5940
  * Constructs a new EmailsApi.
5933
5941
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -5945,7 +5953,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
5945
5953
  */},{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']);}}]);}();var EventsApi=/*#__PURE__*/function(){/**
5946
5954
  * Events service.
5947
5955
  * @module purecloud-platform-client-v2/api/EventsApi
5948
- * @version 192.0.0
5956
+ * @version 192.2.0
5949
5957
  */ /**
5950
5958
  * Constructs a new EventsApi.
5951
5959
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -5970,7 +5978,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
5970
5978
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEventsUsersRoutingstatus';}return this.apiClient.callApi('/api/v2/events/users/routingstatus','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ExternalContactsApi=/*#__PURE__*/function(){/**
5971
5979
  * ExternalContacts service.
5972
5980
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
5973
- * @version 192.0.0
5981
+ * @version 192.2.0
5974
5982
  */ /**
5975
5983
  * Constructs a new ExternalContactsApi.
5976
5984
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -6425,7 +6433,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
6425
6433
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putExternalcontactsRelationship';}return this.apiClient.callApi('/api/v2/externalcontacts/relationships/{relationshipId}','PUT',{'relationshipId':relationshipId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FaxApi=/*#__PURE__*/function(){/**
6426
6434
  * Fax service.
6427
6435
  * @module purecloud-platform-client-v2/api/FaxApi
6428
- * @version 192.0.0
6436
+ * @version 192.2.0
6429
6437
  */ /**
6430
6438
  * Constructs a new FaxApi.
6431
6439
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -6474,7 +6482,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6474
6482
  */},{key:"putFaxSettings",value:function putFaxSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/fax/settings','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FlowsApi=/*#__PURE__*/function(){/**
6475
6483
  * Flows service.
6476
6484
  * @module purecloud-platform-client-v2/api/FlowsApi
6477
- * @version 192.0.0
6485
+ * @version 192.2.0
6478
6486
  */ /**
6479
6487
  * Constructs a new FlowsApi.
6480
6488
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -6523,7 +6531,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6523
6531
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';}return this.apiClient.callApi('/api/v2/analytics/flows/observations/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GamificationApi=/*#__PURE__*/function(){/**
6524
6532
  * Gamification service.
6525
6533
  * @module purecloud-platform-client-v2/api/GamificationApi
6526
- * @version 192.0.0
6534
+ * @version 192.2.0
6527
6535
  */ /**
6528
6536
  * Constructs a new GamificationApi.
6529
6537
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -7063,7 +7071,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7063
7071
  if(status===undefined||status===null){throw'Missing the required parameter "status" when calling putGamificationStatus';}return this.apiClient.callApi('/api/v2/gamification/status','PUT',{},{},{},{},status,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GeneralDataProtectionRegulationApi=/*#__PURE__*/function(){/**
7064
7072
  * GeneralDataProtectionRegulation service.
7065
7073
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
7066
- * @version 192.0.0
7074
+ * @version 192.2.0
7067
7075
  */ /**
7068
7076
  * Constructs a new GeneralDataProtectionRegulationApi.
7069
7077
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -7098,7 +7106,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
7098
7106
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postGdprRequests';}return this.apiClient.callApi('/api/v2/gdpr/requests','POST',{},{'deleteConfirmed':opts['deleteConfirmed']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GeolocationApi=/*#__PURE__*/function(){/**
7099
7107
  * Geolocation service.
7100
7108
  * @module purecloud-platform-client-v2/api/GeolocationApi
7101
- * @version 192.0.0
7109
+ * @version 192.2.0
7102
7110
  */ /**
7103
7111
  * Constructs a new GeolocationApi.
7104
7112
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -7132,7 +7140,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
7132
7140
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchUserGeolocation';}return this.apiClient.callApi('/api/v2/users/{userId}/geolocations/{clientId}','PATCH',{'userId':userId,'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GreetingsApi=/*#__PURE__*/function(){/**
7133
7141
  * Greetings service.
7134
7142
  * @module purecloud-platform-client-v2/api/GreetingsApi
7135
- * @version 192.0.0
7143
+ * @version 192.2.0
7136
7144
  */ /**
7137
7145
  * Constructs a new GreetingsApi.
7138
7146
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -7239,7 +7247,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
7239
7247
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserGreetingsDefaults';}return this.apiClient.callApi('/api/v2/users/{userId}/greetings/defaults','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GroupsApi=/*#__PURE__*/function(){/**
7240
7248
  * Groups service.
7241
7249
  * @module purecloud-platform-client-v2/api/GroupsApi
7242
- * @version 192.0.0
7250
+ * @version 192.2.0
7243
7251
  */ /**
7244
7252
  * Constructs a new GroupsApi.
7245
7253
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -7372,7 +7380,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
7372
7380
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putGroupDynamicsettings';}return this.apiClient.callApi('/api/v2/groups/{groupId}/dynamicsettings','PUT',{'groupId':groupId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var IdentityProviderApi=/*#__PURE__*/function(){/**
7373
7381
  * IdentityProvider service.
7374
7382
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
7375
- * @version 192.0.0
7383
+ * @version 192.2.0
7376
7384
  */ /**
7377
7385
  * Constructs a new IdentityProviderApi.
7378
7386
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -7528,7 +7536,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7528
7536
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIdentityprovidersSalesforce';}return this.apiClient.callApi('/api/v2/identityproviders/salesforce','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var InfrastructureAsCodeApi=/*#__PURE__*/function(){/**
7529
7537
  * InfrastructureAsCode service.
7530
7538
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
7531
- * @version 192.0.0
7539
+ * @version 192.2.0
7532
7540
  */ /**
7533
7541
  * Constructs a new InfrastructureAsCodeApi.
7534
7542
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -7582,7 +7590,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
7582
7590
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postInfrastructureascodeJobs';}return this.apiClient.callApi('/api/v2/infrastructureascode/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var IntegrationsApi=/*#__PURE__*/function(){/**
7583
7591
  * Integrations service.
7584
7592
  * @module purecloud-platform-client-v2/api/IntegrationsApi
7585
- * @version 192.0.0
7593
+ * @version 192.2.0
7586
7594
  */ /**
7587
7595
  * Constructs a new IntegrationsApi.
7588
7596
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -8193,7 +8201,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
8193
8201
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';}return this.apiClient.callApi('/api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences','PUT',{'ucIntegrationId':ucIntegrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var JourneyApi=/*#__PURE__*/function(){/**
8194
8202
  * Journey service.
8195
8203
  * @module purecloud-platform-client-v2/api/JourneyApi
8196
- * @version 192.0.0
8204
+ * @version 192.2.0
8197
8205
  */ /**
8198
8206
  * Constructs a new JourneyApi.
8199
8207
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -8529,7 +8537,6 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
8529
8537
  *
8530
8538
  * @param {Object} opts Optional parameters
8531
8539
  * @param {Object} opts.body
8532
- * postJourneyFlowsPathsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8533
8540
  */},{key:"postJourneyFlowsPathsQuery",value:function postJourneyFlowsPathsQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/flows/paths/query','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
8534
8541
  * Create an outcome.
8535
8542
  *
@@ -8582,7 +8589,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8582
8589
  */},{key:"postJourneyViewsEncodingsValidate",value:function postJourneyViewsEncodingsValidate(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/views/encodings/validate','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var KnowledgeApi=/*#__PURE__*/function(){/**
8583
8590
  * Knowledge service.
8584
8591
  * @module purecloud-platform-client-v2/api/KnowledgeApi
8585
- * @version 192.0.0
8592
+ * @version 192.2.0
8586
8593
  */ /**
8587
8594
  * Constructs a new KnowledgeApi.
8588
8595
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -9494,7 +9501,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9494
9501
  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']);}}]);}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
9495
9502
  * LanguageUnderstanding service.
9496
9503
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
9497
- * @version 192.0.0
9504
+ * @version 192.2.0
9498
9505
  */ /**
9499
9506
  * Constructs a new LanguageUnderstandingApi.
9500
9507
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -9754,7 +9761,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
9754
9761
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLanguageunderstandingDomainVersion';}return this.apiClient.callApi('/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}','PUT',{'domainId':domainId,'domainVersionId':domainVersionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguagesApi=/*#__PURE__*/function(){/**
9755
9762
  * Languages service.
9756
9763
  * @module purecloud-platform-client-v2/api/LanguagesApi
9757
- * @version 192.0.0
9764
+ * @version 192.2.0
9758
9765
  */ /**
9759
9766
  * Constructs a new LanguagesApi.
9760
9767
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -9809,7 +9816,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
9809
9816
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguages';}return this.apiClient.callApi('/api/v2/languages','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LearningApi=/*#__PURE__*/function(){/**
9810
9817
  * Learning service.
9811
9818
  * @module purecloud-platform-client-v2/api/LearningApi
9812
- * @version 192.0.0
9819
+ * @version 192.2.0
9813
9820
  */ /**
9814
9821
  * Constructs a new LearningApi.
9815
9822
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -10038,7 +10045,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
10038
10045
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLearningModuleRule';}return this.apiClient.callApi('/api/v2/learning/modules/{moduleId}/rule','PUT',{'moduleId':moduleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LicenseApi=/*#__PURE__*/function(){/**
10039
10046
  * License service.
10040
10047
  * @module purecloud-platform-client-v2/api/LicenseApi
10041
- * @version 192.0.0
10048
+ * @version 192.2.0
10042
10049
  */ /**
10043
10050
  * Constructs a new LicenseApi.
10044
10051
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -10092,7 +10099,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
10092
10099
  */},{key:"postLicenseUsers",value:function postLicenseUsers(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/license/users','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LocationsApi=/*#__PURE__*/function(){/**
10093
10100
  * Locations service.
10094
10101
  * @module purecloud-platform-client-v2/api/LocationsApi
10095
- * @version 192.0.0
10102
+ * @version 192.2.0
10096
10103
  */ /**
10097
10104
  * Constructs a new LocationsApi.
10098
10105
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -10151,7 +10158,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10151
10158
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLocationsSearch';}return this.apiClient.callApi('/api/v2/locations/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LogCaptureApi=/*#__PURE__*/function(){/**
10152
10159
  * LogCapture service.
10153
10160
  * @module purecloud-platform-client-v2/api/LogCaptureApi
10154
- * @version 192.0.0
10161
+ * @version 192.2.0
10155
10162
  */ /**
10156
10163
  * Constructs a new LogCaptureApi.
10157
10164
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -10201,7 +10208,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
10201
10208
  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']);}}]);}();var MessagingApi=/*#__PURE__*/function(){/**
10202
10209
  * Messaging service.
10203
10210
  * @module purecloud-platform-client-v2/api/MessagingApi
10204
- * @version 192.0.0
10211
+ * @version 192.2.0
10205
10212
  */ /**
10206
10213
  * Constructs a new MessagingApi.
10207
10214
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -10291,7 +10298,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10291
10298
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putMessagingSettingsDefault';}return this.apiClient.callApi('/api/v2/messaging/settings/default','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MobileDevicesApi=/*#__PURE__*/function(){/**
10292
10299
  * MobileDevices service.
10293
10300
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
10294
- * @version 192.0.0
10301
+ * @version 192.2.0
10295
10302
  */ /**
10296
10303
  * Constructs a new MobileDevicesApi.
10297
10304
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -10330,7 +10337,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10330
10337
  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']);}}]);}();var NotificationsApi=/*#__PURE__*/function(){/**
10331
10338
  * Notifications service.
10332
10339
  * @module purecloud-platform-client-v2/api/NotificationsApi
10333
- * @version 192.0.0
10340
+ * @version 192.2.0
10334
10341
  */ /**
10335
10342
  * Constructs a new NotificationsApi.
10336
10343
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -10387,7 +10394,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
10387
10394
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putNotificationsChannelSubscriptions';}return this.apiClient.callApi('/api/v2/notifications/channels/{channelId}/subscriptions','PUT',{'channelId':channelId},{'ignoreErrors':opts['ignoreErrors']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OAuthApi=/*#__PURE__*/function(){/**
10388
10395
  * OAuth service.
10389
10396
  * @module purecloud-platform-client-v2/api/OAuthApi
10390
- * @version 192.0.0
10397
+ * @version 192.2.0
10391
10398
  */ /**
10392
10399
  * Constructs a new OAuthApi.
10393
10400
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -10472,7 +10479,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
10472
10479
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOauthClient';}return this.apiClient.callApi('/api/v2/oauth/clients/{clientId}','PUT',{'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ObjectsApi=/*#__PURE__*/function(){/**
10473
10480
  * Objects service.
10474
10481
  * @module purecloud-platform-client-v2/api/ObjectsApi
10475
- * @version 192.0.0
10482
+ * @version 192.2.0
10476
10483
  */ /**
10477
10484
  * Constructs a new ObjectsApi.
10478
10485
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -10543,7 +10550,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
10543
10550
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAuthorizationDivision';}return this.apiClient.callApi('/api/v2/authorization/divisions/{divisionId}','PUT',{'divisionId':divisionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OperationalEventsApi=/*#__PURE__*/function(){/**
10544
10551
  * OperationalEvents service.
10545
10552
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
10546
- * @version 192.0.0
10553
+ * @version 192.2.0
10547
10554
  */ /**
10548
10555
  * Constructs a new OperationalEventsApi.
10549
10556
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -10561,7 +10568,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
10561
10568
  */},{key:"getUsageEventsDefinitions",value:function getUsageEventsDefinitions(){return this.apiClient.callApi('/api/v2/usage/events/definitions','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationApi=/*#__PURE__*/function(){/**
10562
10569
  * Organization service.
10563
10570
  * @module purecloud-platform-client-v2/api/OrganizationApi
10564
- * @version 192.0.0
10571
+ * @version 192.2.0
10565
10572
  */ /**
10566
10573
  * Constructs a new OrganizationApi.
10567
10574
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -10663,7 +10670,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10663
10670
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOrganizationsWhitelist';}return this.apiClient.callApi('/api/v2/organizations/whitelist','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationAuthorizationApi=/*#__PURE__*/function(){/**
10664
10671
  * OrganizationAuthorization service.
10665
10672
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
10666
- * @version 192.0.0
10673
+ * @version 192.2.0
10667
10674
  */ /**
10668
10675
  * Constructs a new OrganizationAuthorizationApi.
10669
10676
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -10986,7 +10993,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
10986
10993
  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']);}}]);}();var OutboundApi=/*#__PURE__*/function(){/**
10987
10994
  * Outbound service.
10988
10995
  * @module purecloud-platform-client-v2/api/OutboundApi
10989
- * @version 192.0.0
10996
+ * @version 192.2.0
10990
10997
  */ /**
10991
10998
  * Constructs a new OutboundApi.
10992
10999
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -12025,7 +12032,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12025
12032
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOutboundWrapupcodemappings';}return this.apiClient.callApi('/api/v2/outbound/wrapupcodemappings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var PresenceApi=/*#__PURE__*/function(){/**
12026
12033
  * Presence service.
12027
12034
  * @module purecloud-platform-client-v2/api/PresenceApi
12028
- * @version 192.0.0
12035
+ * @version 192.2.0
12029
12036
  */ /**
12030
12037
  * Constructs a new PresenceApi.
12031
12038
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -12198,7 +12205,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12198
12205
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersPresencesBulk';}return this.apiClient.callApi('/api/v2/users/presences/bulk','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ProcessAutomationApi=/*#__PURE__*/function(){/**
12199
12206
  * ProcessAutomation service.
12200
12207
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
12201
- * @version 192.0.0
12208
+ * @version 192.2.0
12202
12209
  */ /**
12203
12210
  * Constructs a new ProcessAutomationApi.
12204
12211
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -12261,7 +12268,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
12261
12268
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putProcessautomationTrigger';}return this.apiClient.callApi('/api/v2/processautomation/triggers/{triggerId}','PUT',{'triggerId':triggerId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var QualityApi=/*#__PURE__*/function(){/**
12262
12269
  * Quality service.
12263
12270
  * @module purecloud-platform-client-v2/api/QualityApi
12264
- * @version 192.0.0
12271
+ * @version 192.2.0
12265
12272
  */ /**
12266
12273
  * Constructs a new QualityApi.
12267
12274
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -12732,7 +12739,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
12732
12739
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putQualitySurveysScorable';}return this.apiClient.callApi('/api/v2/quality/surveys/scorable','PUT',{},{'customerSurveyUrl':customerSurveyUrl},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var RecordingApi=/*#__PURE__*/function(){/**
12733
12740
  * Recording service.
12734
12741
  * @module purecloud-platform-client-v2/api/RecordingApi
12735
- * @version 192.0.0
12742
+ * @version 192.2.0
12736
12743
  */ /**
12737
12744
  * Constructs a new RecordingApi.
12738
12745
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -12979,7 +12986,6 @@ if(retentionThresholdDays===undefined||retentionThresholdDays===null){throw'Miss
12979
12986
  */},{key:"getRecordingsScreensessions",value:function getRecordingsScreensessions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/recordings/screensessions','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
12980
12987
  * Retrieves an object containing the total number of concurrent active screen recordings
12981
12988
  *
12982
- * getRecordingsScreensessionsDetails is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12983
12989
  */},{key:"getRecordingsScreensessionsDetails",value:function getRecordingsScreensessionsDetails(){return this.apiClient.callApi('/api/v2/recordings/screensessions/details','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
12984
12990
  * Patch a media retention policy
12985
12991
  *
@@ -13144,7 +13150,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13144
13150
  */},{key:"putRecordingsDeletionprotection",value:function putRecordingsDeletionprotection(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/recordings/deletionprotection','PUT',{},{'protect':opts['protect']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ResponseManagementApi=/*#__PURE__*/function(){/**
13145
13151
  * ResponseManagement service.
13146
13152
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
13147
- * @version 192.0.0
13153
+ * @version 192.2.0
13148
13154
  */ /**
13149
13155
  * Constructs a new ResponseManagementApi.
13150
13156
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -13265,7 +13271,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
13265
13271
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putResponsemanagementResponseasset';}return this.apiClient.callApi('/api/v2/responsemanagement/responseassets/{responseAssetId}','PUT',{'responseAssetId':responseAssetId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var RoutingApi=/*#__PURE__*/function(){/**
13266
13272
  * Routing service.
13267
13273
  * @module purecloud-platform-client-v2/api/RoutingApi
13268
- * @version 192.0.0
13274
+ * @version 192.2.0
13269
13275
  */ /**
13270
13276
  * Constructs a new RoutingApi.
13271
13277
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -14240,7 +14246,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
14240
14246
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';}return this.apiClient.callApi('/api/v2/users/{userId}/routingskills/bulk','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SCIMApi=/*#__PURE__*/function(){/**
14241
14247
  * SCIM service.
14242
14248
  * @module purecloud-platform-client-v2/api/SCIMApi
14243
- * @version 192.0.0
14249
+ * @version 192.2.0
14244
14250
  */ /**
14245
14251
  * Constructs a new SCIMApi.
14246
14252
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -14465,7 +14471,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
14465
14471
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putScimV2User';}return this.apiClient.callApi('/api/v2/scim/v2/users/{userId}','PUT',{'userId':userId},{},{'If-Match':opts['ifMatch']},{},body,['PureCloud OAuth'],['application/scim+json','application/json'],['application/scim+json','application/json']);}}]);}();var ScreenRecordingApi=/*#__PURE__*/function(){/**
14466
14472
  * ScreenRecording service.
14467
14473
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
14468
- * @version 192.0.0
14474
+ * @version 192.2.0
14469
14475
  */ /**
14470
14476
  * Constructs a new ScreenRecordingApi.
14471
14477
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -14480,7 +14486,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14480
14486
  */return _createClass(ScreenRecordingApi,[{key:"postScreenrecordingToken",value:function postScreenrecordingToken(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/screenrecording/token','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ScriptsApi=/*#__PURE__*/function(){/**
14481
14487
  * Scripts service.
14482
14488
  * @module purecloud-platform-client-v2/api/ScriptsApi
14483
- * @version 192.0.0
14489
+ * @version 192.2.0
14484
14490
  */ /**
14485
14491
  * Constructs a new ScriptsApi.
14486
14492
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -14616,7 +14622,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
14616
14622
  */},{key:"postScriptsPublished",value:function postScriptsPublished(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/scripts/published','POST',{},{'scriptDataVersion':opts['scriptDataVersion']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SearchApi=/*#__PURE__*/function(){/**
14617
14623
  * Search service.
14618
14624
  * @module purecloud-platform-client-v2/api/SearchApi
14619
- * @version 192.0.0
14625
+ * @version 192.2.0
14620
14626
  */ /**
14621
14627
  * Constructs a new SearchApi.
14622
14628
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -14776,7 +14782,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14776
14782
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postVoicemailSearch';}return this.apiClient.callApi('/api/v2/voicemail/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SettingsApi=/*#__PURE__*/function(){/**
14777
14783
  * Settings service.
14778
14784
  * @module purecloud-platform-client-v2/api/SettingsApi
14779
- * @version 192.0.0
14785
+ * @version 192.2.0
14780
14786
  */ /**
14781
14787
  * Constructs a new SettingsApi.
14782
14788
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -14804,7 +14810,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14804
14810
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchSettingsExecutiondata';}return this.apiClient.callApi('/api/v2/settings/executiondata','PATCH',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
14805
14811
  * SpeechTextAnalytics service.
14806
14812
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
14807
- * @version 192.0.0
14813
+ * @version 192.2.0
14808
14814
  */ /**
14809
14815
  * Constructs a new SpeechTextAnalyticsApi.
14810
14816
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -15048,7 +15054,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
15048
15054
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsTopic';}return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/{topicId}','PUT',{'topicId':topicId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var StationsApi=/*#__PURE__*/function(){/**
15049
15055
  * Stations service.
15050
15056
  * @module purecloud-platform-client-v2/api/StationsApi
15051
- * @version 192.0.0
15057
+ * @version 192.2.0
15052
15058
  */ /**
15053
15059
  * Constructs a new StationsApi.
15054
15060
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -15080,7 +15086,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
15080
15086
  */},{key:"getStations",value:function getStations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/stations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'name':opts['name'],'userSelectable':opts['userSelectable'],'webRtcUserId':opts['webRtcUserId'],'id':opts['id'],'lineAppearanceId':opts['lineAppearanceId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SuggestApi=/*#__PURE__*/function(){/**
15081
15087
  * Suggest service.
15082
15088
  * @module purecloud-platform-client-v2/api/SuggestApi
15083
- * @version 192.0.0
15089
+ * @version 192.2.0
15084
15090
  */ /**
15085
15091
  * Constructs a new SuggestApi.
15086
15092
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -15120,7 +15126,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15120
15126
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postSearchSuggest';}return this.apiClient.callApi('/api/v2/search/suggest','POST',{},{'profile':opts['profile']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TaskManagementApi=/*#__PURE__*/function(){/**
15121
15127
  * TaskManagement service.
15122
15128
  * @module purecloud-platform-client-v2/api/TaskManagementApi
15123
- * @version 192.0.0
15129
+ * @version 192.2.0
15124
15130
  */ /**
15125
15131
  * Constructs a new TaskManagementApi.
15126
15132
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -15486,7 +15492,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
15486
15492
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTaskmanagementWorkitemsSchema';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TeamsApi=/*#__PURE__*/function(){/**
15487
15493
  * Teams service.
15488
15494
  * @module purecloud-platform-client-v2/api/TeamsApi
15489
- * @version 192.0.0
15495
+ * @version 192.2.0
15490
15496
  */ /**
15491
15497
  * Constructs a new TeamsApi.
15492
15498
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -15565,7 +15571,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15565
15571
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTeamsSearch';}return this.apiClient.callApi('/api/v2/teams/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyApi=/*#__PURE__*/function(){/**
15566
15572
  * Telephony service.
15567
15573
  * @module purecloud-platform-client-v2/api/TelephonyApi
15568
- * @version 192.0.0
15574
+ * @version 192.2.0
15569
15575
  */ /**
15570
15576
  * Constructs a new TelephonyApi.
15571
15577
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -15612,7 +15618,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
15612
15618
  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']);}}]);}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
15613
15619
  * TelephonyProvidersEdge service.
15614
15620
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
15615
- * @version 192.0.0
15621
+ * @version 192.2.0
15616
15622
  */ /**
15617
15623
  * Constructs a new TelephonyProvidersEdgeApi.
15618
15624
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -16422,7 +16428,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
16422
16428
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesTrunkbasesetting';}return this.apiClient.callApi('/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}','PUT',{'trunkBaseSettingsId':trunkBaseSettingsId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TextbotsApi=/*#__PURE__*/function(){/**
16423
16429
  * Textbots service.
16424
16430
  * @module purecloud-platform-client-v2/api/TextbotsApi
16425
- * @version 192.0.0
16431
+ * @version 192.2.0
16426
16432
  */ /**
16427
16433
  * Constructs a new TextbotsApi.
16428
16434
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -16457,7 +16463,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
16457
16463
  if(postTextRequest===undefined||postTextRequest===null){throw'Missing the required parameter "postTextRequest" when calling postTextbotsBotsExecute';}return this.apiClient.callApi('/api/v2/textbots/bots/execute','POST',{},{},{},{},postTextRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TokensApi=/*#__PURE__*/function(){/**
16458
16464
  * Tokens service.
16459
16465
  * @module purecloud-platform-client-v2/api/TokensApi
16460
- * @version 192.0.0
16466
+ * @version 192.2.0
16461
16467
  */ /**
16462
16468
  * Constructs a new TokensApi.
16463
16469
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -16491,7 +16497,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
16491
16497
  */},{key:"putTokensTimeout",value:function putTokensTimeout(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/tokens/timeout','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UploadsApi=/*#__PURE__*/function(){/**
16492
16498
  * Uploads service.
16493
16499
  * @module purecloud-platform-client-v2/api/UploadsApi
16494
- * @version 192.0.0
16500
+ * @version 192.2.0
16495
16501
  */ /**
16496
16502
  * Constructs a new UploadsApi.
16497
16503
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -16557,7 +16563,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16557
16563
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUploadsWorkforcemanagementHistoricaldataCsv';}return this.apiClient.callApi('/api/v2/uploads/workforcemanagement/historicaldata/csv','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UsageApi=/*#__PURE__*/function(){/**
16558
16564
  * Usage service.
16559
16565
  * @module purecloud-platform-client-v2/api/UsageApi
16560
- * @version 192.0.0
16566
+ * @version 192.2.0
16561
16567
  */ /**
16562
16568
  * Constructs a new UsageApi.
16563
16569
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -16611,7 +16617,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16611
16617
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUsageSimplesearch';}return this.apiClient.callApi('/api/v2/usage/simplesearch','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UserRecordingsApi=/*#__PURE__*/function(){/**
16612
16618
  * UserRecordings service.
16613
16619
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
16614
- * @version 192.0.0
16620
+ * @version 192.2.0
16615
16621
  */ /**
16616
16622
  * Constructs a new UserRecordingsApi.
16617
16623
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -16660,7 +16666,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
16660
16666
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserrecording';}return this.apiClient.callApi('/api/v2/userrecordings/{recordingId}','PUT',{'recordingId':recordingId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UsersApi=/*#__PURE__*/function(){/**
16661
16667
  * Users service.
16662
16668
  * @module purecloud-platform-client-v2/api/UsersApi
16663
- * @version 192.0.0
16669
+ * @version 192.2.0
16664
16670
  */ /**
16665
16671
  * Constructs a new UsersApi.
16666
16672
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -17323,7 +17329,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
17323
17329
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserVerifier';}return this.apiClient.callApi('/api/v2/users/{userId}/verifiers/{verifierId}','PUT',{'userId':userId,'verifierId':verifierId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UtilitiesApi=/*#__PURE__*/function(){/**
17324
17330
  * Utilities service.
17325
17331
  * @module purecloud-platform-client-v2/api/UtilitiesApi
17326
- * @version 192.0.0
17332
+ * @version 192.2.0
17327
17333
  */ /**
17328
17334
  * Constructs a new UtilitiesApi.
17329
17335
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -17350,7 +17356,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17350
17356
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCertificateDetails';}return this.apiClient.callApi('/api/v2/certificate/details','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var VoicemailApi=/*#__PURE__*/function(){/**
17351
17357
  * Voicemail service.
17352
17358
  * @module purecloud-platform-client-v2/api/VoicemailApi
17353
- * @version 192.0.0
17359
+ * @version 192.2.0
17354
17360
  */ /**
17355
17361
  * Constructs a new VoicemailApi.
17356
17362
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -17499,7 +17505,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
17499
17505
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putVoicemailUserpolicy';}return this.apiClient.callApi('/api/v2/voicemail/userpolicies/{userId}','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebChatApi=/*#__PURE__*/function(){/**
17500
17506
  * WebChat service.
17501
17507
  * @module purecloud-platform-client-v2/api/WebChatApi
17502
- * @version 192.0.0
17508
+ * @version 192.2.0
17503
17509
  */ /**
17504
17510
  * Constructs a new WebChatApi.
17505
17511
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -17634,7 +17640,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17634
17640
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebchatSettings';}return this.apiClient.callApi('/api/v2/webchat/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebDeploymentsApi=/*#__PURE__*/function(){/**
17635
17641
  * WebDeployments service.
17636
17642
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
17637
- * @version 192.0.0
17643
+ * @version 192.2.0
17638
17644
  */ /**
17639
17645
  * Constructs a new WebDeploymentsApi.
17640
17646
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -17755,7 +17761,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
17755
17761
  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']);}}]);}();var WebMessagingApi=/*#__PURE__*/function(){/**
17756
17762
  * WebMessaging service.
17757
17763
  * @module purecloud-platform-client-v2/api/WebMessagingApi
17758
- * @version 192.0.0
17764
+ * @version 192.2.0
17759
17765
  */ /**
17760
17766
  * Constructs a new WebMessagingApi.
17761
17767
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -17771,7 +17777,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
17771
17777
  */return _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']);}}]);}();var WidgetsApi=/*#__PURE__*/function(){/**
17772
17778
  * Widgets service.
17773
17779
  * @module purecloud-platform-client-v2/api/WidgetsApi
17774
- * @version 192.0.0
17780
+ * @version 192.2.0
17775
17781
  */ /**
17776
17782
  * Constructs a new WidgetsApi.
17777
17783
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -17806,7 +17812,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
17806
17812
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWidgetsDeployment';}return this.apiClient.callApi('/api/v2/widgets/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WorkforceManagementApi=/*#__PURE__*/function(){/**
17807
17813
  * WorkforceManagement service.
17808
17814
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
17809
- * @version 192.0.0
17815
+ * @version 192.2.0
17810
17816
  */ /**
17811
17817
  * Constructs a new WorkforceManagementApi.
17812
17818
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -19284,7 +19290,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
19284
19290
  * </pre>
19285
19291
  * </p>
19286
19292
  * @module purecloud-platform-client-v2/index
19287
- * @version 192.0.0
19293
+ * @version 192.2.0
19288
19294
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
19289
19295
  * The ApiClient constructor.
19290
19296
  * @property {module:purecloud-platform-client-v2/ApiClient}