purecloud-platform-client-v2 229.2.0 → 231.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +1267 -152
- package/dist/web-amd/purecloud-platform-client-v2.js +1267 -152
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +442 -147
- package/dist/web-cjs/purecloud-platform-client-v2.js +442 -147
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1382 -550
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +2 -0
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +160 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +110 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +83 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +152 -2
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +28 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +187 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +107 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +19 -34
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +241 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -32
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +101 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/dist/web-cjs/bundle.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';function _callSuper(t,o,e){return o=_getPrototypeOf(o),_possibleConstructorReturn(t,_isNativeReflectConstruct()?Reflect.construct(o,e||[],_getPrototypeOf(t).constructor):o.apply(t,e));}function _possibleConstructorReturn(t,e){if(e&&("object"==_typeof(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(t);}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e;}function _isNativeReflectConstruct(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));}catch(t){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!t;})();}function _getPrototypeOf(t){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t);},_getPrototypeOf(t);}function _inherits(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&_setPrototypeOf(t,e);}function _setPrototypeOf(t,e){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t;},_setPrototypeOf(t,e);}function asyncGeneratorStep(n,t,e,r,o,a,c){try{var i=n[a](c),u=i.value;}catch(n){return void e(n);}i.done?t(u):Promise.resolve(u).then(r,o);}function _asyncToGenerator(n){return function(){var t=this,e=arguments;return new Promise(function(r,o){var a=n.apply(t,e);function _next(n){asyncGeneratorStep(a,r,o,_next,_throw,"next",n);}function _throw(n){asyncGeneratorStep(a,r,o,_next,_throw,"throw",n);}_next(void 0);});};}function _regeneratorValues(e){if(null!=e){var t=e["function"==typeof Symbol&&Symbol.iterator||"@@iterator"],r=0;if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length))return{next:function next(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e};}};}throw new TypeError(_typeof(e)+" is not iterable");}function _regenerator(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,r="function"==typeof Symbol?Symbol:{},n=r.iterator||"@@iterator",o=r.toStringTag||"@@toStringTag";function i(r,n,o,i){var c=n&&n.prototype instanceof Generator?n:Generator,u=Object.create(c.prototype);return _regeneratorDefine2(u,"_invoke",function(r,n,o){var i,c,u,f=0,p=o||[],y=!1,G={p:0,n:0,v:e,a:d,f:d.bind(e,4),d:function d(t,r){return i=t,c=0,u=e,G.n=r,a;}};function d(r,n){for(c=r,u=n,t=0;!y&&f&&!o&&t<p.length;t++){var o,i=p[t],d=G.p,l=i[2];r>3?(o=l===n)&&(u=i[(c=i[4])?5:(c=3,3)],i[4]=i[5]=e):i[0]<=d&&((o=r<2&&d<i[1])?(c=0,G.v=n,G.n=i[1]):d<l&&(o=r<3||i[0]>n||n>l)&&(i[4]=r,i[5]=n,G.n=l,c=0));}if(o||r>1)return a;throw y=!0,n;}return function(o,p,l){if(f>1)throw TypeError("Generator is already running");for(y&&1===p&&d(p,l),c=p,u=l;(t=c<2?e:u)||!y;){i||(c?c<3?(c>1&&(G.n=-1),d(c,u)):G.n=u:G.v=u);try{if(f=2,i){if(c||(o="next"),t=i[o]){if(!(t=t.call(i,u)))throw TypeError("iterator result is not an object");if(!t.done)return t;u=t.value,c<2&&(c=0);}else 1===c&&(t=i["return"])&&t.call(i),c<2&&(u=TypeError("The iterator does not provide a '"+o+"' method"),c=1);i=e;}else if((t=(y=G.n<0)?u:r.call(n,G))!==a)break;}catch(t){i=e,c=1,u=t;}finally{f=1;}}return{value:t,done:y};};}(r,o,i),!0),u;}var a={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}t=Object.getPrototypeOf;var c=[][n]?t(t([][n]())):(_regeneratorDefine2(t={},n,function(){return this;}),t),u=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(c);function f(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,GeneratorFunctionPrototype):(e.__proto__=GeneratorFunctionPrototype,_regeneratorDefine2(e,o,"GeneratorFunction")),e.prototype=Object.create(u),e;}return GeneratorFunction.prototype=GeneratorFunctionPrototype,_regeneratorDefine2(u,"constructor",GeneratorFunctionPrototype),_regeneratorDefine2(GeneratorFunctionPrototype,"constructor",GeneratorFunction),GeneratorFunction.displayName="GeneratorFunction",_regeneratorDefine2(GeneratorFunctionPrototype,o,"GeneratorFunction"),_regeneratorDefine2(u),_regeneratorDefine2(u,o,"Generator"),_regeneratorDefine2(u,n,function(){return this;}),_regeneratorDefine2(u,"toString",function(){return"[object Generator]";}),(_regenerator=function _regenerator(){return{w:i,m:f};})();}function _regeneratorDefine2(e,r,n,t){var i=Object.defineProperty;try{i({},"",{});}catch(e){i=0;}_regeneratorDefine2=function _regeneratorDefine(e,r,n,t){function o(r,n){_regeneratorDefine2(e,r,function(e){return this._invoke(r,n,e);});}r?i?i(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:(o("next",0),o("throw",1),o("return",2));},_regeneratorDefine2(e,r,n,t);}function _toArray(r){return _arrayWithHoles(r)||_iterableToArray(r)||_unsupportedIterableToArray(r)||_nonIterableRest();}function _toConsumableArray(r){return _arrayWithoutHoles(r)||_iterableToArray(r)||_unsupportedIterableToArray(r)||_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 _iterableToArray(r){if("undefined"!=typeof Symbol&&null!=r[Symbol.iterator]||null!=r["@@iterator"])return Array.from(r);}function _arrayWithoutHoles(r){if(Array.isArray(r))return _arrayLikeToArray(r);}function _createForOfIteratorHelper(r,e){var t="undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(!t){if(Array.isArray(r)||(t=_unsupportedIterableToArray(r))||e&&r&&"number"==typeof r.length){t&&(r=t);var _n=0,F=function F(){};return{s:F,n:function n(){return _n>=r.length?{done:!0}:{done:!1,value:r[_n++]};},e:function e(r){throw r;},f:F};}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var o,a=!0,u=!1;return{s:function s(){t=t.call(r);},n:function n(){var r=t.next();return a=r.done,r;},e:function e(r){u=!0,o=r;},f:function f(){try{a||null==t["return"]||t["return"]();}finally{if(u)throw o;}}};}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(e,r,t){return(r=_toPropertyKey(r))in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e;}function _classCallCheck(a,n){if(!(a instanceof n))throw new TypeError("Cannot call a class as a function");}function _defineProperties(e,r){for(var t=0;t<r.length;t++){var o=r[t];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,_toPropertyKey(o.key),o);}}function _createClass(e,r,t){return r&&_defineProperties(e.prototype,r),t&&_defineProperties(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e;}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 _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_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(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0;}}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n;}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(r){if(Array.isArray(r))return r;}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);}function _wrapAsyncGenerator(e){return function(){return new AsyncGenerator(e.apply(this,arguments));};}function AsyncGenerator(e){var r,t;function resume(r,t){try{var n=e[r](t),o=n.value,u=o instanceof _OverloadYield;Promise.resolve(u?o.v:o).then(function(t){if(u){var i="return"===r?"return":"next";if(!o.k||t.done)return resume(i,t);t=e[i](t).value;}settle(n.done?"return":"normal",t);},function(e){resume("throw",e);});}catch(e){settle("throw",e);}}function settle(e,n){switch(e){case"return":r.resolve({value:n,done:!0});break;case"throw":r.reject(n);break;default:r.resolve({value:n,done:!1});}(r=r.next)?resume(r.key,r.arg):t=null;}this._invoke=function(e,n){return new Promise(function(o,u){var i={key:e,arg:n,resolve:o,reject:u,next:null};t?t=t.next=i:(r=t=i,resume(e,n));});},"function"!=typeof e["return"]&&(this["return"]=void 0);}AsyncGenerator.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this;},AsyncGenerator.prototype.next=function(e){return this._invoke("next",e);},AsyncGenerator.prototype["throw"]=function(e){return this._invoke("throw",e);},AsyncGenerator.prototype["return"]=function(e){return this._invoke("return",e);};function _awaitAsyncGenerator(e){return new _OverloadYield(e,0);}function _asyncGeneratorDelegate(t){var e={},n=!1;function pump(e,r){return n=!0,r=new Promise(function(n){n(t[e](r));}),{done:!1,value:new _OverloadYield(r,1)};}return e["undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator"]=function(){return this;},e.next=function(t){return n?(n=!1,t):pump("next",t);},"function"==typeof t["throw"]&&(e["throw"]=function(t){if(n)throw n=!1,t;return pump("throw",t);}),"function"==typeof t["return"]&&(e["return"]=function(t){return n?(n=!1,t):pump("return",t);}),e;}function _OverloadYield(e,d){this.v=e,this.k=d;}function _asyncIterator(r){var n,t,o,e=2;for("undefined"!=typeof Symbol&&(t=Symbol.asyncIterator,o=Symbol.iterator);e--;){if(t&&null!=(n=r[t]))return n.call(r);if(o&&null!=(n=r[o]))return new AsyncFromSyncIterator(n.call(r));t="@@asyncIterator",o="@@iterator";}throw new TypeError("Object is not async iterable");}function AsyncFromSyncIterator(r){function AsyncFromSyncIteratorContinuation(r){if(Object(r)!==r)return Promise.reject(new TypeError(r+" is not an object."));var n=r.done;return Promise.resolve(r.value).then(function(r){return{value:r,done:n};});}return AsyncFromSyncIterator=function AsyncFromSyncIterator(r){this.s=r,this.n=r.next;},AsyncFromSyncIterator.prototype={s:null,n:null,next:function next(){return AsyncFromSyncIteratorContinuation(this.n.apply(this.s,arguments));},"return":function _return(r){var n=this.s["return"];return void 0===n?Promise.resolve({value:r,done:!0}):AsyncFromSyncIteratorContinuation(n.apply(this.s,arguments));},"throw":function _throw(r){var n=this.s["return"];return void 0===n?Promise.reject(r):AsyncFromSyncIteratorContinuation(n.apply(this.s,arguments));}},new AsyncFromSyncIterator(r);}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:{};// shim for using process in browser
|
|
1
|
+
'use strict';function _callSuper(t,o,e){return o=_getPrototypeOf(o),_possibleConstructorReturn(t,_isNativeReflectConstruct()?Reflect.construct(o,e||[],_getPrototypeOf(t).constructor):o.apply(t,e));}function _possibleConstructorReturn(t,e){if(e&&("object"==_typeof(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(t);}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e;}function _isNativeReflectConstruct(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));}catch(t){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!t;})();}function _getPrototypeOf(t){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t);},_getPrototypeOf(t);}function _inherits(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&_setPrototypeOf(t,e);}function _setPrototypeOf(t,e){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t;},_setPrototypeOf(t,e);}function asyncGeneratorStep(n,t,e,r,o,a,c){try{var i=n[a](c),u=i.value;}catch(n){return void e(n);}i.done?t(u):Promise.resolve(u).then(r,o);}function _asyncToGenerator(n){return function(){var t=this,e=arguments;return new Promise(function(r,o){var a=n.apply(t,e);function _next(n){asyncGeneratorStep(a,r,o,_next,_throw,"next",n);}function _throw(n){asyncGeneratorStep(a,r,o,_next,_throw,"throw",n);}_next(void 0);});};}function _regeneratorValues(e){if(null!=e){var t=e["function"==typeof Symbol&&Symbol.iterator||"@@iterator"],r=0;if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length))return{next:function next(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e};}};}throw new TypeError(_typeof(e)+" is not iterable");}function _regenerator(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,r="function"==typeof Symbol?Symbol:{},n=r.iterator||"@@iterator",o=r.toStringTag||"@@toStringTag";function i(r,n,o,i){var c=n&&n.prototype instanceof Generator?n:Generator,u=Object.create(c.prototype);return _regeneratorDefine2(u,"_invoke",function(r,n,o){var i,c,u,f=0,p=o||[],y=!1,G={p:0,n:0,v:e,a:d,f:d.bind(e,4),d:function d(t,r){return i=t,c=0,u=e,G.n=r,a;}};function d(r,n){for(c=r,u=n,t=0;!y&&f&&!o&&t<p.length;t++){var o,i=p[t],d=G.p,l=i[2];r>3?(o=l===n)&&(u=i[(c=i[4])?5:(c=3,3)],i[4]=i[5]=e):i[0]<=d&&((o=r<2&&d<i[1])?(c=0,G.v=n,G.n=i[1]):d<l&&(o=r<3||i[0]>n||n>l)&&(i[4]=r,i[5]=n,G.n=l,c=0));}if(o||r>1)return a;throw y=!0,n;}return function(o,p,l){if(f>1)throw TypeError("Generator is already running");for(y&&1===p&&d(p,l),c=p,u=l;(t=c<2?e:u)||!y;){i||(c?c<3?(c>1&&(G.n=-1),d(c,u)):G.n=u:G.v=u);try{if(f=2,i){if(c||(o="next"),t=i[o]){if(!(t=t.call(i,u)))throw TypeError("iterator result is not an object");if(!t.done)return t;u=t.value,c<2&&(c=0);}else 1===c&&(t=i["return"])&&t.call(i),c<2&&(u=TypeError("The iterator does not provide a '"+o+"' method"),c=1);i=e;}else if((t=(y=G.n<0)?u:r.call(n,G))!==a)break;}catch(t){i=e,c=1,u=t;}finally{f=1;}}return{value:t,done:y};};}(r,o,i),!0),u;}var a={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}t=Object.getPrototypeOf;var c=[][n]?t(t([][n]())):(_regeneratorDefine2(t={},n,function(){return this;}),t),u=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(c);function f(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,GeneratorFunctionPrototype):(e.__proto__=GeneratorFunctionPrototype,_regeneratorDefine2(e,o,"GeneratorFunction")),e.prototype=Object.create(u),e;}return GeneratorFunction.prototype=GeneratorFunctionPrototype,_regeneratorDefine2(u,"constructor",GeneratorFunctionPrototype),_regeneratorDefine2(GeneratorFunctionPrototype,"constructor",GeneratorFunction),GeneratorFunction.displayName="GeneratorFunction",_regeneratorDefine2(GeneratorFunctionPrototype,o,"GeneratorFunction"),_regeneratorDefine2(u),_regeneratorDefine2(u,o,"Generator"),_regeneratorDefine2(u,n,function(){return this;}),_regeneratorDefine2(u,"toString",function(){return"[object Generator]";}),(_regenerator=function _regenerator(){return{w:i,m:f};})();}function _regeneratorDefine2(e,r,n,t){var i=Object.defineProperty;try{i({},"",{});}catch(e){i=0;}_regeneratorDefine2=function _regeneratorDefine(e,r,n,t){function o(r,n){_regeneratorDefine2(e,r,function(e){return this._invoke(r,n,e);});}r?i?i(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:(o("next",0),o("throw",1),o("return",2));},_regeneratorDefine2(e,r,n,t);}function _toConsumableArray(r){return _arrayWithoutHoles(r)||_iterableToArray(r)||_unsupportedIterableToArray(r)||_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 _iterableToArray(r){if("undefined"!=typeof Symbol&&null!=r[Symbol.iterator]||null!=r["@@iterator"])return Array.from(r);}function _arrayWithoutHoles(r){if(Array.isArray(r))return _arrayLikeToArray(r);}function _createForOfIteratorHelper(r,e){var t="undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(!t){if(Array.isArray(r)||(t=_unsupportedIterableToArray(r))||e&&r&&"number"==typeof r.length){t&&(r=t);var _n=0,F=function F(){};return{s:F,n:function n(){return _n>=r.length?{done:!0}:{done:!1,value:r[_n++]};},e:function e(r){throw r;},f:F};}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var o,a=!0,u=!1;return{s:function s(){t=t.call(r);},n:function n(){var r=t.next();return a=r.done,r;},e:function e(r){u=!0,o=r;},f:function f(){try{a||null==t["return"]||t["return"]();}finally{if(u)throw o;}}};}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(e,r,t){return(r=_toPropertyKey(r))in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e;}function _classCallCheck(a,n){if(!(a instanceof n))throw new TypeError("Cannot call a class as a function");}function _defineProperties(e,r){for(var t=0;t<r.length;t++){var o=r[t];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,_toPropertyKey(o.key),o);}}function _createClass(e,r,t){return r&&_defineProperties(e.prototype,r),t&&_defineProperties(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e;}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 _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_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(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0;}}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n;}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(r){if(Array.isArray(r))return r;}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);}function _wrapAsyncGenerator(e){return function(){return new AsyncGenerator(e.apply(this,arguments));};}function AsyncGenerator(e){var r,t;function resume(r,t){try{var n=e[r](t),o=n.value,u=o instanceof _OverloadYield;Promise.resolve(u?o.v:o).then(function(t){if(u){var i="return"===r?"return":"next";if(!o.k||t.done)return resume(i,t);t=e[i](t).value;}settle(n.done?"return":"normal",t);},function(e){resume("throw",e);});}catch(e){settle("throw",e);}}function settle(e,n){switch(e){case"return":r.resolve({value:n,done:!0});break;case"throw":r.reject(n);break;default:r.resolve({value:n,done:!1});}(r=r.next)?resume(r.key,r.arg):t=null;}this._invoke=function(e,n){return new Promise(function(o,u){var i={key:e,arg:n,resolve:o,reject:u,next:null};t?t=t.next=i:(r=t=i,resume(e,n));});},"function"!=typeof e["return"]&&(this["return"]=void 0);}AsyncGenerator.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this;},AsyncGenerator.prototype.next=function(e){return this._invoke("next",e);},AsyncGenerator.prototype["throw"]=function(e){return this._invoke("throw",e);},AsyncGenerator.prototype["return"]=function(e){return this._invoke("return",e);};function _awaitAsyncGenerator(e){return new _OverloadYield(e,0);}function _asyncGeneratorDelegate(t){var e={},n=!1;function pump(e,r){return n=!0,r=new Promise(function(n){n(t[e](r));}),{done:!1,value:new _OverloadYield(r,1)};}return e["undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator"]=function(){return this;},e.next=function(t){return n?(n=!1,t):pump("next",t);},"function"==typeof t["throw"]&&(e["throw"]=function(t){if(n)throw n=!1,t;return pump("throw",t);}),"function"==typeof t["return"]&&(e["return"]=function(t){return n?(n=!1,t):pump("return",t);}),e;}function _OverloadYield(e,d){this.v=e,this.k=d;}function _asyncIterator(r){var n,t,o,e=2;for("undefined"!=typeof Symbol&&(t=Symbol.asyncIterator,o=Symbol.iterator);e--;){if(t&&null!=(n=r[t]))return n.call(r);if(o&&null!=(n=r[o]))return new AsyncFromSyncIterator(n.call(r));t="@@asyncIterator",o="@@iterator";}throw new TypeError("Object is not async iterable");}function AsyncFromSyncIterator(r){function AsyncFromSyncIteratorContinuation(r){if(Object(r)!==r)return Promise.reject(new TypeError(r+" is not an object."));var n=r.done;return Promise.resolve(r.value).then(function(r){return{value:r,done:n};});}return AsyncFromSyncIterator=function AsyncFromSyncIterator(r){this.s=r,this.n=r.next;},AsyncFromSyncIterator.prototype={s:null,n:null,next:function next(){return AsyncFromSyncIteratorContinuation(this.n.apply(this.s,arguments));},"return":function _return(r){var n=this.s["return"];return void 0===n?Promise.resolve({value:r,done:!0}):AsyncFromSyncIteratorContinuation(n.apply(this.s,arguments));},"throw":function _throw(r){var n=this.s["return"];return void 0===n?Promise.reject(r):AsyncFromSyncIteratorContinuation(n.apply(this.s,arguments));}},new AsyncFromSyncIterator(r);}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',mx_central_1:'mxc1.pure.cloud',ap_southeast_1:'apse1.pure.cloud'};var global$1=typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{};// shim for using process in browser
|
|
2
2
|
// based off https://github.com/defunctzombie/node-process/blob/master/browser.js
|
|
3
3
|
function defaultSetTimout(){throw new Error('setTimeout has not been defined');}function defaultClearTimeout(){throw new Error('clearTimeout has not been defined');}var cachedSetTimeout=defaultSetTimout;var cachedClearTimeout=defaultClearTimeout;if(typeof global$1.setTimeout==='function'){cachedSetTimeout=setTimeout;}if(typeof global$1.clearTimeout==='function'){cachedClearTimeout=clearTimeout;}function runTimeout(fun){if(cachedSetTimeout===setTimeout){//normal enviroments in sane situations
|
|
4
4
|
return setTimeout(fun,0);}// if setTimeout wasn't available but was latter defined
|
|
@@ -35,7 +35,7 @@ var toString$1=Object.prototype.toString;var getPrototypeOf=Object.getPrototypeO
|
|
|
35
35
|
* @param {*} val The value to test
|
|
36
36
|
*
|
|
37
37
|
* @returns {boolean} True if value is a Buffer, otherwise false
|
|
38
|
-
*/function isBuffer$1(val){return val!==null&&!isUndefined(val)&&val.constructor!==null&&!isUndefined(val.constructor)&&isFunction(val.constructor.isBuffer)&&val.constructor.isBuffer(val);}/**
|
|
38
|
+
*/function isBuffer$1(val){return val!==null&&!isUndefined(val)&&val.constructor!==null&&!isUndefined(val.constructor)&&isFunction$1(val.constructor.isBuffer)&&val.constructor.isBuffer(val);}/**
|
|
39
39
|
* Determine if a value is an ArrayBuffer
|
|
40
40
|
*
|
|
41
41
|
* @param {*} val The value to test
|
|
@@ -58,7 +58,7 @@ var toString$1=Object.prototype.toString;var getPrototypeOf=Object.getPrototypeO
|
|
|
58
58
|
*
|
|
59
59
|
* @param {*} val The value to test
|
|
60
60
|
* @returns {boolean} True if value is a Function, otherwise false
|
|
61
|
-
*/var isFunction=typeOfTest('function');/**
|
|
61
|
+
*/var isFunction$1=typeOfTest('function');/**
|
|
62
62
|
* Determine if a value is a Number
|
|
63
63
|
*
|
|
64
64
|
* @param {*} val The value to test
|
|
@@ -119,14 +119,14 @@ return false;}};/**
|
|
|
119
119
|
* @param {*} val The value to test
|
|
120
120
|
*
|
|
121
121
|
* @returns {boolean} True if value is a Stream, otherwise false
|
|
122
|
-
*/var isStream=function isStream(val){return isObject(val)&&isFunction(val.pipe);};/**
|
|
122
|
+
*/var isStream=function isStream(val){return isObject(val)&&isFunction$1(val.pipe);};/**
|
|
123
123
|
* Determine if a value is a FormData
|
|
124
124
|
*
|
|
125
125
|
* @param {*} thing The value to test
|
|
126
126
|
*
|
|
127
127
|
* @returns {boolean} True if value is an FormData, otherwise false
|
|
128
|
-
*/var isFormData=function isFormData(thing){var kind;return thing&&(typeof FormData==='function'&&thing instanceof FormData||isFunction(thing.append)&&((kind=kindOf(thing))==='formdata'||// detect form-data instance
|
|
129
|
-
kind==='object'&&isFunction(thing.toString)&&thing.toString()==='[object FormData]'));};/**
|
|
128
|
+
*/var isFormData=function isFormData(thing){var kind;return thing&&(typeof FormData==='function'&&thing instanceof FormData||isFunction$1(thing.append)&&((kind=kindOf(thing))==='formdata'||// detect form-data instance
|
|
129
|
+
kind==='object'&&isFunction$1(thing.toString)&&thing.toString()==='[object FormData]'));};/**
|
|
130
130
|
* Determine if a value is a URLSearchParams object
|
|
131
131
|
*
|
|
132
132
|
* @param {*} val The value to test
|
|
@@ -174,7 +174,7 @@ var keys=allOwnKeys?Object.getOwnPropertyNames(obj):Object.keys(obj);var len=key
|
|
|
174
174
|
* @param {Object} obj1 Object to merge
|
|
175
175
|
*
|
|
176
176
|
* @returns {Object} Result of all merge properties
|
|
177
|
-
*/function merge(/* obj1, obj2, obj3, ... */){var _ref4=isContextDefined(this)&&this||{},caseless=_ref4.caseless;var result={};var assignValue=function assignValue(val,key){var targetKey=caseless&&findKey(result,key)||key;if(isPlainObject(result[targetKey])&&isPlainObject(val)){result[targetKey]=merge(result[targetKey],val);}else if(isPlainObject(val)){result[targetKey]=merge({},val);}else if(isArray$1(val)){result[targetKey]=val.slice();}else{result[targetKey]=val;}};for(var i=0,l=arguments.length;i<l;i++){arguments[i]&&forEach(arguments[i],assignValue);}return result;}/**
|
|
177
|
+
*/function merge(/* obj1, obj2, obj3, ... */){var _ref4=isContextDefined(this)&&this||{},caseless=_ref4.caseless,skipUndefined=_ref4.skipUndefined;var result={};var assignValue=function assignValue(val,key){var targetKey=caseless&&findKey(result,key)||key;if(isPlainObject(result[targetKey])&&isPlainObject(val)){result[targetKey]=merge(result[targetKey],val);}else if(isPlainObject(val)){result[targetKey]=merge({},val);}else if(isArray$1(val)){result[targetKey]=val.slice();}else if(!skipUndefined||!isUndefined(val)){result[targetKey]=val;}};for(var i=0,l=arguments.length;i<l;i++){arguments[i]&&forEach(arguments[i],assignValue);}return result;}/**
|
|
178
178
|
* Extends object a by mutably adding to it the properties of object b.
|
|
179
179
|
*
|
|
180
180
|
* @param {Object} a The object to be extended
|
|
@@ -183,7 +183,7 @@ var keys=allOwnKeys?Object.getOwnPropertyNames(obj):Object.keys(obj);var len=key
|
|
|
183
183
|
*
|
|
184
184
|
* @param {Boolean} [allOwnKeys]
|
|
185
185
|
* @returns {Object} The resulting value of object a
|
|
186
|
-
*/var extend=function extend(a,b,thisArg){var _ref5=arguments.length>3&&arguments[3]!==undefined?arguments[3]:{},allOwnKeys=_ref5.allOwnKeys;forEach(b,function(val,key){if(thisArg&&isFunction(val)){a[key]=bind(val,thisArg);}else{a[key]=val;}},{allOwnKeys:allOwnKeys});return a;};/**
|
|
186
|
+
*/var extend=function extend(a,b,thisArg){var _ref5=arguments.length>3&&arguments[3]!==undefined?arguments[3]:{},allOwnKeys=_ref5.allOwnKeys;forEach(b,function(val,key){if(thisArg&&isFunction$1(val)){a[key]=bind(val,thisArg);}else{a[key]=val;}},{allOwnKeys:allOwnKeys});return a;};/**
|
|
187
187
|
* Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)
|
|
188
188
|
*
|
|
189
189
|
* @param {string} content with BOM
|
|
@@ -253,17 +253,17 @@ return function(thing){return TypedArray&&thing instanceof TypedArray;};}(typeof
|
|
|
253
253
|
* Makes all methods read-only
|
|
254
254
|
* @param {Object} obj
|
|
255
255
|
*/var freezeMethods=function freezeMethods(obj){reduceDescriptors(obj,function(descriptor,name){// skip restricted props in strict mode
|
|
256
|
-
if(isFunction(obj)&&['arguments','caller','callee'].indexOf(name)!==-1){return false;}var value=obj[name];if(!isFunction(value))return;descriptor.enumerable=false;if('writable'in descriptor){descriptor.writable=false;return;}if(!descriptor.set){descriptor.set=function(){throw Error('Can not rewrite read-only method \''+name+'\'');};}});};var toObjectSet=function toObjectSet(arrayOrString,delimiter){var obj={};var define=function define(arr){arr.forEach(function(value){obj[value]=true;});};isArray$1(arrayOrString)?define(arrayOrString):define(String(arrayOrString).split(delimiter));return obj;};var noop=function noop(){};var toFiniteNumber=function toFiniteNumber(value,defaultValue){return value!=null&&Number.isFinite(value=+value)?value:defaultValue;};/**
|
|
256
|
+
if(isFunction$1(obj)&&['arguments','caller','callee'].indexOf(name)!==-1){return false;}var value=obj[name];if(!isFunction$1(value))return;descriptor.enumerable=false;if('writable'in descriptor){descriptor.writable=false;return;}if(!descriptor.set){descriptor.set=function(){throw Error('Can not rewrite read-only method \''+name+'\'');};}});};var toObjectSet=function toObjectSet(arrayOrString,delimiter){var obj={};var define=function define(arr){arr.forEach(function(value){obj[value]=true;});};isArray$1(arrayOrString)?define(arrayOrString):define(String(arrayOrString).split(delimiter));return obj;};var noop=function noop(){};var toFiniteNumber=function toFiniteNumber(value,defaultValue){return value!=null&&Number.isFinite(value=+value)?value:defaultValue;};/**
|
|
257
257
|
* If the thing is a FormData object, return true, otherwise return false.
|
|
258
258
|
*
|
|
259
259
|
* @param {unknown} thing - The thing to check.
|
|
260
260
|
*
|
|
261
261
|
* @returns {boolean}
|
|
262
|
-
*/function isSpecCompliantForm(thing){return!!(thing&&isFunction(thing.append)&&thing[toStringTag]==='FormData'&&thing[iterator]);}var toJSONObject=function toJSONObject(obj){var stack=new Array(10);var _visit=function visit(source,i){if(isObject(source)){if(stack.indexOf(source)>=0){return;}//Buffer check
|
|
263
|
-
if(isBuffer$1(source)){return source;}if(!('toJSON'in source)){stack[i]=source;var target=isArray$1(source)?[]:{};forEach(source,function(value,key){var reducedValue=_visit(value,i+1);!isUndefined(reducedValue)&&(target[key]=reducedValue);});stack[i]=undefined;return target;}}return source;};return _visit(obj,0);};var isAsyncFn=kindOfTest('AsyncFunction');var isThenable=function isThenable(thing){return thing&&(isObject(thing)||isFunction(thing))&&isFunction(thing.then)&&isFunction(thing["catch"]);};// original code
|
|
262
|
+
*/function isSpecCompliantForm(thing){return!!(thing&&isFunction$1(thing.append)&&thing[toStringTag]==='FormData'&&thing[iterator]);}var toJSONObject=function toJSONObject(obj){var stack=new Array(10);var _visit=function visit(source,i){if(isObject(source)){if(stack.indexOf(source)>=0){return;}//Buffer check
|
|
263
|
+
if(isBuffer$1(source)){return source;}if(!('toJSON'in source)){stack[i]=source;var target=isArray$1(source)?[]:{};forEach(source,function(value,key){var reducedValue=_visit(value,i+1);!isUndefined(reducedValue)&&(target[key]=reducedValue);});stack[i]=undefined;return target;}}return source;};return _visit(obj,0);};var isAsyncFn=kindOfTest('AsyncFunction');var isThenable=function isThenable(thing){return thing&&(isObject(thing)||isFunction$1(thing))&&isFunction$1(thing.then)&&isFunction$1(thing["catch"]);};// original code
|
|
264
264
|
// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34
|
|
265
|
-
var _setImmediate=function(setImmediateSupported,postMessageSupported){if(setImmediateSupported){return setImmediate;}return postMessageSupported?function(token,callbacks){_global.addEventListener("message",function(_ref7){var source=_ref7.source,data=_ref7.data;if(source===_global&&data===token){callbacks.length&&callbacks.shift()();}},false);return function(cb){callbacks.push(cb);_global.postMessage(token,"*");};}("axios@".concat(Math.random()),[]):function(cb){return setTimeout(cb);};}(typeof setImmediate==='function',isFunction(_global.postMessage));var asap=typeof queueMicrotask!=='undefined'?queueMicrotask.bind(_global):typeof process!=='undefined'&&nextTick||_setImmediate;// *********************
|
|
266
|
-
var isIterable=function isIterable(thing){return thing!=null&&isFunction(thing[iterator]);};var utils$1={isArray:isArray$1,isArrayBuffer:isArrayBuffer,isBuffer:isBuffer$1,isFormData:isFormData,isArrayBufferView:isArrayBufferView,isString:isString,isNumber:isNumber,isBoolean:isBoolean,isObject:isObject,isPlainObject:isPlainObject,isEmptyObject:isEmptyObject,isReadableStream:isReadableStream,isRequest:isRequest,isResponse:isResponse,isHeaders:isHeaders,isUndefined:isUndefined,isDate:isDate,isFile:isFile,isBlob:isBlob,isRegExp:isRegExp,isFunction:isFunction,isStream:isStream,isURLSearchParams:isURLSearchParams,isTypedArray:isTypedArray,isFileList:isFileList,forEach:forEach,merge:merge,extend:extend,trim:trim,stripBOM:stripBOM,inherits:inherits,toFlatObject:toFlatObject,kindOf:kindOf,kindOfTest:kindOfTest,endsWith:endsWith,toArray:toArray,forEachEntry:forEachEntry,matchAll:matchAll,isHTMLForm:isHTMLForm,hasOwnProperty:hasOwnProperty,hasOwnProp:hasOwnProperty,// an alias to avoid ESLint no-prototype-builtins detection
|
|
265
|
+
var _setImmediate=function(setImmediateSupported,postMessageSupported){if(setImmediateSupported){return setImmediate;}return postMessageSupported?function(token,callbacks){_global.addEventListener("message",function(_ref7){var source=_ref7.source,data=_ref7.data;if(source===_global&&data===token){callbacks.length&&callbacks.shift()();}},false);return function(cb){callbacks.push(cb);_global.postMessage(token,"*");};}("axios@".concat(Math.random()),[]):function(cb){return setTimeout(cb);};}(typeof setImmediate==='function',isFunction$1(_global.postMessage));var asap=typeof queueMicrotask!=='undefined'?queueMicrotask.bind(_global):typeof process!=='undefined'&&nextTick||_setImmediate;// *********************
|
|
266
|
+
var isIterable=function isIterable(thing){return thing!=null&&isFunction$1(thing[iterator]);};var utils$1={isArray:isArray$1,isArrayBuffer:isArrayBuffer,isBuffer:isBuffer$1,isFormData:isFormData,isArrayBufferView:isArrayBufferView,isString:isString,isNumber:isNumber,isBoolean:isBoolean,isObject:isObject,isPlainObject:isPlainObject,isEmptyObject:isEmptyObject,isReadableStream:isReadableStream,isRequest:isRequest,isResponse:isResponse,isHeaders:isHeaders,isUndefined:isUndefined,isDate:isDate,isFile:isFile,isBlob:isBlob,isRegExp:isRegExp,isFunction:isFunction$1,isStream:isStream,isURLSearchParams:isURLSearchParams,isTypedArray:isTypedArray,isFileList:isFileList,forEach:forEach,merge:merge,extend:extend,trim:trim,stripBOM:stripBOM,inherits:inherits,toFlatObject:toFlatObject,kindOf:kindOf,kindOfTest:kindOfTest,endsWith:endsWith,toArray:toArray,forEachEntry:forEachEntry,matchAll:matchAll,isHTMLForm:isHTMLForm,hasOwnProperty:hasOwnProperty,hasOwnProp:hasOwnProperty,// an alias to avoid ESLint no-prototype-builtins detection
|
|
267
267
|
reduceDescriptors:reduceDescriptors,freezeMethods:freezeMethods,toObjectSet:toObjectSet,toCamelCase:toCamelCase,noop:noop,toFiniteNumber:toFiniteNumber,findKey:findKey,global:_global,isContextDefined:isContextDefined,isSpecCompliantForm:isSpecCompliantForm,toJSONObject:toJSONObject,isAsyncFn:isAsyncFn,isThenable:isThenable,setImmediate:_setImmediate,asap:asap,isIterable:isIterable};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)
|
|
268
268
|
// if there are two placeholders, than the two characters before it
|
|
269
269
|
// represent one byte
|
|
@@ -434,7 +434,9 @@ description:this.description,number:this.number,// Mozilla
|
|
|
434
434
|
fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,// Axios
|
|
435
435
|
config:utils$1.toJSONObject(this.config),code:this.code,status:this.status};}});var prototype$1=AxiosError.prototype;var descriptors={};['ERR_BAD_OPTION_VALUE','ERR_BAD_OPTION','ECONNABORTED','ETIMEDOUT','ERR_NETWORK','ERR_FR_TOO_MANY_REDIRECTS','ERR_DEPRECATED','ERR_BAD_RESPONSE','ERR_BAD_REQUEST','ERR_CANCELED','ERR_NOT_SUPPORT','ERR_INVALID_URL'// eslint-disable-next-line func-names
|
|
436
436
|
].forEach(function(code){descriptors[code]={value:code};});Object.defineProperties(AxiosError,descriptors);Object.defineProperty(prototype$1,'isAxiosError',{value:true});// eslint-disable-next-line func-names
|
|
437
|
-
AxiosError.from=function(error,code,config,request,response,customProps){var axiosError=Object.create(prototype$1);utils$1.toFlatObject(error,axiosError,function filter(obj){return obj!==Error.prototype;},function(prop){return prop!=='isAxiosError';});
|
|
437
|
+
AxiosError.from=function(error,code,config,request,response,customProps){var axiosError=Object.create(prototype$1);utils$1.toFlatObject(error,axiosError,function filter(obj){return obj!==Error.prototype;},function(prop){return prop!=='isAxiosError';});var msg=error&&error.message?error.message:'Error';// Prefer explicit code; otherwise copy the low-level error's code (e.g. ECONNREFUSED)
|
|
438
|
+
var errCode=code==null&&error?error.code:code;AxiosError.call(axiosError,msg,errCode,config,request,response);// Chain the original error on the standard field; non-enumerable to avoid JSON noise
|
|
439
|
+
if(error&&axiosError.cause==null){Object.defineProperty(axiosError,'cause',{value:error,configurable:true});}axiosError.name=error&&error.name||'Error';customProps&&Object.assign(axiosError,customProps);return axiosError;};// eslint-disable-next-line strict
|
|
438
440
|
var httpAdapter=null;/**
|
|
439
441
|
* Determines if the given thing is a array or js object.
|
|
440
442
|
*
|
|
@@ -520,7 +522,7 @@ indexes===true?renderKey([key],index,dots):indexes===null?key:key+'[]',convertVa
|
|
|
520
522
|
* @param {string} val The value to be encoded.
|
|
521
523
|
*
|
|
522
524
|
* @returns {string} The encoded value.
|
|
523
|
-
*/function encode(val){return encodeURIComponent(val).replace(/%3A/gi,':').replace(/%24/g,'$').replace(/%2C/gi,',').replace(/%20/g,'+')
|
|
525
|
+
*/function encode(val){return encodeURIComponent(val).replace(/%3A/gi,':').replace(/%24/g,'$').replace(/%2C/gi,',').replace(/%20/g,'+');}/**
|
|
524
526
|
* Build a URL by appending params to the end
|
|
525
527
|
*
|
|
526
528
|
* @param {string} url The base of the url (e.g., http://www.google.com)
|
|
@@ -610,7 +612,7 @@ return utils$1.matchAll(/\w+|\[(\w*)]/g,name).map(function(match){return match[0
|
|
|
610
612
|
* @param {Function} encoder - A function that takes a value and returns a string.
|
|
611
613
|
*
|
|
612
614
|
* @returns {string} A stringified version of the rawValue.
|
|
613
|
-
*/function stringifySafely(rawValue,parser,encoder){if(utils$1.isString(rawValue)){try{(parser||JSON.parse)(rawValue);return utils$1.trim(rawValue);}catch(e){if(e.name!=='SyntaxError'){throw e;}}}return(encoder||JSON.stringify)(rawValue);}var defaults={transitional:transitionalDefaults,adapter:['xhr','http','fetch'],transformRequest:[function transformRequest(data,headers){var contentType=headers.getContentType()||'';var hasJSONContentType=contentType.indexOf('application/json')>-1;var isObjectPayload=utils$1.isObject(data);if(isObjectPayload&&utils$1.isHTMLForm(data)){data=new FormData(data);}var isFormData=utils$1.isFormData(data);if(isFormData){return hasJSONContentType?JSON.stringify(formDataToJSON(data)):data;}if(utils$1.isArrayBuffer(data)||utils$1.isBuffer(data)||utils$1.isStream(data)||utils$1.isFile(data)||utils$1.isBlob(data)||utils$1.isReadableStream(data)){return data;}if(utils$1.isArrayBufferView(data)){return data.buffer;}if(utils$1.isURLSearchParams(data)){headers.setContentType('application/x-www-form-urlencoded;charset=utf-8',false);return data.toString();}var isFileList;if(isObjectPayload){if(contentType.indexOf('application/x-www-form-urlencoded')>-1){return toURLEncodedForm(data,this.formSerializer).toString();}if((isFileList=utils$1.isFileList(data))||contentType.indexOf('multipart/form-data')>-1){var _FormData=this.env&&this.env.FormData;return toFormData(isFileList?{'files[]':data}:data,_FormData&&new _FormData(),this.formSerializer);}}if(isObjectPayload||hasJSONContentType){headers.setContentType('application/json',false);return stringifySafely(data);}return data;}],transformResponse:[function transformResponse(data){var transitional=this.transitional||defaults.transitional;var forcedJSONParsing=transitional&&transitional.forcedJSONParsing;var JSONRequested=this.responseType==='json';if(utils$1.isResponse(data)||utils$1.isReadableStream(data)){return data;}if(data&&utils$1.isString(data)&&(forcedJSONParsing&&!this.responseType||JSONRequested)){var silentJSONParsing=transitional&&transitional.silentJSONParsing;var strictJSONParsing=!silentJSONParsing&&JSONRequested;try{return JSON.parse(data);}catch(e){if(strictJSONParsing){if(e.name==='SyntaxError'){throw AxiosError.from(e,AxiosError.ERR_BAD_RESPONSE,this,null,this.response);}throw e;}}}return data;}],/**
|
|
615
|
+
*/function stringifySafely(rawValue,parser,encoder){if(utils$1.isString(rawValue)){try{(parser||JSON.parse)(rawValue);return utils$1.trim(rawValue);}catch(e){if(e.name!=='SyntaxError'){throw e;}}}return(encoder||JSON.stringify)(rawValue);}var defaults={transitional:transitionalDefaults,adapter:['xhr','http','fetch'],transformRequest:[function transformRequest(data,headers){var contentType=headers.getContentType()||'';var hasJSONContentType=contentType.indexOf('application/json')>-1;var isObjectPayload=utils$1.isObject(data);if(isObjectPayload&&utils$1.isHTMLForm(data)){data=new FormData(data);}var isFormData=utils$1.isFormData(data);if(isFormData){return hasJSONContentType?JSON.stringify(formDataToJSON(data)):data;}if(utils$1.isArrayBuffer(data)||utils$1.isBuffer(data)||utils$1.isStream(data)||utils$1.isFile(data)||utils$1.isBlob(data)||utils$1.isReadableStream(data)){return data;}if(utils$1.isArrayBufferView(data)){return data.buffer;}if(utils$1.isURLSearchParams(data)){headers.setContentType('application/x-www-form-urlencoded;charset=utf-8',false);return data.toString();}var isFileList;if(isObjectPayload){if(contentType.indexOf('application/x-www-form-urlencoded')>-1){return toURLEncodedForm(data,this.formSerializer).toString();}if((isFileList=utils$1.isFileList(data))||contentType.indexOf('multipart/form-data')>-1){var _FormData=this.env&&this.env.FormData;return toFormData(isFileList?{'files[]':data}:data,_FormData&&new _FormData(),this.formSerializer);}}if(isObjectPayload||hasJSONContentType){headers.setContentType('application/json',false);return stringifySafely(data);}return data;}],transformResponse:[function transformResponse(data){var transitional=this.transitional||defaults.transitional;var forcedJSONParsing=transitional&&transitional.forcedJSONParsing;var JSONRequested=this.responseType==='json';if(utils$1.isResponse(data)||utils$1.isReadableStream(data)){return data;}if(data&&utils$1.isString(data)&&(forcedJSONParsing&&!this.responseType||JSONRequested)){var silentJSONParsing=transitional&&transitional.silentJSONParsing;var strictJSONParsing=!silentJSONParsing&&JSONRequested;try{return JSON.parse(data,this.parseReviver);}catch(e){if(strictJSONParsing){if(e.name==='SyntaxError'){throw AxiosError.from(e,AxiosError.ERR_BAD_RESPONSE,this,null,this.response);}throw e;}}}return data;}],/**
|
|
614
616
|
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
|
615
617
|
* timeout is not created.
|
|
616
618
|
*/timeout:0,xsrfCookieName:'XSRF-TOKEN',xsrfHeaderName:'X-XSRF-TOKEN',maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform.classes.FormData,Blob:platform.classes.Blob},validateStatus:function validateStatus(status){return status>=200&&status<300;},headers:{common:{'Accept':'application/json, text/plain, */*','Content-Type':undefined}}};utils$1.forEach(['delete','get','head','post','put','patch'],function(method){defaults.headers[method]={};});var defaults$1=defaults;// RawAxiosHeaders whose duplicates are ignored by node
|
|
@@ -705,9 +707,10 @@ function mergeDeepProperties(a,b,prop,caseless){if(!utils$1.isUndefined(b)){retu
|
|
|
705
707
|
function valueFromConfig2(a,b){if(!utils$1.isUndefined(b)){return getMergedValue(undefined,b);}}// eslint-disable-next-line consistent-return
|
|
706
708
|
function defaultToConfig2(a,b){if(!utils$1.isUndefined(b)){return getMergedValue(undefined,b);}else if(!utils$1.isUndefined(a)){return getMergedValue(undefined,a);}}// eslint-disable-next-line consistent-return
|
|
707
709
|
function mergeDirectKeys(a,b,prop){if(prop in config2){return getMergedValue(a,b);}else if(prop in config1){return getMergedValue(undefined,a);}}var mergeMap={url:valueFromConfig2,method:valueFromConfig2,data:valueFromConfig2,baseURL:defaultToConfig2,transformRequest:defaultToConfig2,transformResponse:defaultToConfig2,paramsSerializer:defaultToConfig2,timeout:defaultToConfig2,timeoutMessage:defaultToConfig2,withCredentials:defaultToConfig2,withXSRFToken:defaultToConfig2,adapter:defaultToConfig2,responseType:defaultToConfig2,xsrfCookieName:defaultToConfig2,xsrfHeaderName:defaultToConfig2,onUploadProgress:defaultToConfig2,onDownloadProgress:defaultToConfig2,decompress:defaultToConfig2,maxContentLength:defaultToConfig2,maxBodyLength:defaultToConfig2,beforeRedirect:defaultToConfig2,transport:defaultToConfig2,httpAgent:defaultToConfig2,httpsAgent:defaultToConfig2,cancelToken:defaultToConfig2,socketPath:defaultToConfig2,responseEncoding:defaultToConfig2,validateStatus:mergeDirectKeys,headers:function headers(a,b,prop){return mergeDeepProperties(headersToObject(a),headersToObject(b),prop,true);}};utils$1.forEach(Object.keys(_objectSpread(_objectSpread({},config1),config2)),function computeConfigValue(prop){var merge=mergeMap[prop]||mergeDeepProperties;var configValue=merge(config1[prop],config2[prop],prop);utils$1.isUndefined(configValue)&&merge!==mergeDirectKeys||(config[prop]=configValue);});return config;}var resolveConfig=function resolveConfig(config){var newConfig=mergeConfig({},config);var data=newConfig.data,withXSRFToken=newConfig.withXSRFToken,xsrfHeaderName=newConfig.xsrfHeaderName,xsrfCookieName=newConfig.xsrfCookieName,headers=newConfig.headers,auth=newConfig.auth;newConfig.headers=headers=AxiosHeaders$1.from(headers);newConfig.url=buildURL(buildFullPath(newConfig.baseURL,newConfig.url,newConfig.allowAbsoluteUrls),config.params,config.paramsSerializer);// HTTP basic authentication
|
|
708
|
-
if(auth){headers.set('Authorization','Basic '+btoa((auth.username||'')+':'+(auth.password?unescape(encodeURIComponent(auth.password)):'')));}
|
|
709
|
-
}else if((
|
|
710
|
-
var
|
|
710
|
+
if(auth){headers.set('Authorization','Basic '+btoa((auth.username||'')+':'+(auth.password?unescape(encodeURIComponent(auth.password)):'')));}if(utils$1.isFormData(data)){if(platform.hasStandardBrowserEnv||platform.hasStandardBrowserWebWorkerEnv){headers.setContentType(undefined);// browser handles it
|
|
711
|
+
}else if(utils$1.isFunction(data.getHeaders)){// Node.js FormData (like form-data package)
|
|
712
|
+
var formHeaders=data.getHeaders();// Only set safe headers to avoid overwriting security headers
|
|
713
|
+
var allowedHeaders=['content-type','content-length'];Object.entries(formHeaders).forEach(function(_ref1){var _ref10=_slicedToArray(_ref1,2),key=_ref10[0],val=_ref10[1];if(allowedHeaders.includes(key.toLowerCase())){headers.set(key,val);}});}}// Add xsrf header
|
|
711
714
|
// This is only done if running in a standard browser environment.
|
|
712
715
|
// Specifically not if we're in a web worker, or react-native.
|
|
713
716
|
if(platform.hasStandardBrowserEnv){withXSRFToken&&utils$1.isFunction(withXSRFToken)&&(withXSRFToken=withXSRFToken(newConfig));if(withXSRFToken||withXSRFToken!==false&&isURLSameOrigin(newConfig.url)){// Add xsrf header
|
|
@@ -727,10 +730,11 @@ if(request.status===0&&!(request.responseURL&&request.responseURL.indexOf('file:
|
|
|
727
730
|
setTimeout(onloadend);};}// Handle browser request cancellation (as opposed to a manual cancellation)
|
|
728
731
|
request.onabort=function handleAbort(){if(!request){return;}reject(new AxiosError('Request aborted',AxiosError.ECONNABORTED,config,request));// Clean up request
|
|
729
732
|
request=null;};// Handle low level network errors
|
|
730
|
-
request.onerror=function handleError(){//
|
|
731
|
-
//
|
|
732
|
-
|
|
733
|
-
|
|
733
|
+
request.onerror=function handleError(event){// Browsers deliver a ProgressEvent in XHR onerror
|
|
734
|
+
// (message may be empty; when present, surface it)
|
|
735
|
+
// See https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/error_event
|
|
736
|
+
var msg=event&&event.message?event.message:'Network Error';var err=new AxiosError(msg,AxiosError.ERR_NETWORK,config,request);// attach the underlying event for consumers who want details
|
|
737
|
+
err.event=event||null;reject(err);request=null;};// Handle timeout
|
|
734
738
|
request.ontimeout=function handleTimeout(){var timeoutErrorMessage=_config.timeout?'timeout of '+_config.timeout+'ms exceeded':'timeout exceeded';var transitional=_config.transitional||transitionalDefaults;if(_config.timeoutErrorMessage){timeoutErrorMessage=_config.timeoutErrorMessage;}reject(new AxiosError(timeoutErrorMessage,transitional.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,config,request));// Clean up request
|
|
735
739
|
request=null;};// Remove Content-Type if data is undefined
|
|
736
740
|
requestData===undefined&&requestHeaders.setContentType(null);// Add headers to the request
|
|
@@ -741,11 +745,10 @@ if(onDownloadProgress){var _progressEventReducer=progressEventReducer(onDownload
|
|
|
741
745
|
if(onUploadProgress&&request.upload){var _progressEventReducer3=progressEventReducer(onUploadProgress);var _progressEventReducer4=_slicedToArray(_progressEventReducer3,2);uploadThrottled=_progressEventReducer4[0];flushUpload=_progressEventReducer4[1];request.upload.addEventListener('progress',uploadThrottled);request.upload.addEventListener('loadend',flushUpload);}if(_config.cancelToken||_config.signal){// Handle cancellation
|
|
742
746
|
// eslint-disable-next-line func-names
|
|
743
747
|
onCanceled=function onCanceled(cancel){if(!request){return;}reject(!cancel||cancel.type?new CanceledError(null,config,request):cancel);request.abort();request=null;};_config.cancelToken&&_config.cancelToken.subscribe(onCanceled);if(_config.signal){_config.signal.aborted?onCanceled():_config.signal.addEventListener('abort',onCanceled);}}var protocol=parseProtocol(_config.url);if(protocol&&platform.protocols.indexOf(protocol)===-1){reject(new AxiosError('Unsupported protocol '+protocol+':',AxiosError.ERR_BAD_REQUEST,config));return;}// Send the request
|
|
744
|
-
request.send(requestData||null);});};var composeSignals=function composeSignals(signals,timeout){var _signals=signals=signals?signals.filter(Boolean):[],length=_signals.length;if(timeout||length){var controller=new AbortController();var aborted;var onabort=function onabort(reason){if(!aborted){aborted=true;unsubscribe();var err=reason instanceof Error?reason:this.reason;controller.abort(err instanceof AxiosError?err:new CanceledError(err instanceof Error?err.message:err));}};var timer=timeout&&setTimeout(function(){timer=null;onabort(new AxiosError("timeout ".concat(timeout," of ms exceeded"),AxiosError.ETIMEDOUT));},timeout);var unsubscribe=function unsubscribe(){if(signals){timer&&clearTimeout(timer);timer=null;signals.forEach(function(signal){signal.unsubscribe?signal.unsubscribe(onabort):signal.removeEventListener('abort',onabort);});signals=null;}};signals.forEach(function(signal){return signal.addEventListener('abort',onabort);});var signal=controller.signal;signal.unsubscribe=function(){return utils$1.asap(unsubscribe);};return signal;}};var composeSignals$1=composeSignals;var streamChunk=/*#__PURE__*/_regenerator().m(function streamChunk(chunk,chunkSize){var len,pos,end;return _regenerator().w(function(_context){while(1)switch(_context.n){case 0:len=chunk.byteLength;if(!(!chunkSize||len<chunkSize)){_context.n=2;break;}_context.n=1;return chunk;case 1:return _context.a(2);case 2:pos=0;case 3:if(!(pos<len)){_context.n=5;break;}end=pos+chunkSize;_context.n=4;return chunk.slice(pos,end);case 4:pos=end;_context.n=3;break;case 5:return _context.a(2);}},streamChunk);});var readBytes=/*#__PURE__*/function(){var _ref=_wrapAsyncGenerator(/*#__PURE__*/_regenerator().m(function _callee(iterable,chunkSize){var _iteratorAbruptCompletion,_didIteratorError,_iteratorError,_iterator2,_step,chunk,_t;return _regenerator().w(function(_context2){while(1)switch(_context2.p=_context2.n){case 0:_iteratorAbruptCompletion=false;_didIteratorError=false;_context2.p=1;_iterator2=_asyncIterator(readStream(iterable));case 2:_context2.n=3;return _awaitAsyncGenerator(_iterator2.next());case 3:if(!(_iteratorAbruptCompletion=!(_step=_context2.v).done)){_context2.n=5;break;}chunk=_step.value;return _context2.d(_regeneratorValues(_asyncGeneratorDelegate(_asyncIterator(streamChunk(chunk,chunkSize)),_awaitAsyncGenerator)),4);case 4:_iteratorAbruptCompletion=false;_context2.n=2;break;case 5:_context2.n=7;break;case 6:_context2.p=6;_t=_context2.v;_didIteratorError=true;_iteratorError=_t;case 7:_context2.p=7;_context2.p=8;if(!(_iteratorAbruptCompletion&&_iterator2["return"]!=null)){_context2.n=9;break;}_context2.n=9;return _awaitAsyncGenerator(_iterator2["return"]());case 9:_context2.p=9;if(!_didIteratorError){_context2.n=10;break;}throw _iteratorError;case 10:return _context2.f(9);case 11:return _context2.f(7);case 12:return _context2.a(2);}},_callee,null,[[8,,9,11],[1,6,7,12]]);}));return function readBytes(_x,_x2){return _ref.apply(this,arguments);};}();var readStream=/*#__PURE__*/function(){var _ref2=_wrapAsyncGenerator(/*#__PURE__*/_regenerator().m(function _callee2(stream){var reader,_yield$_awaitAsyncGen,done,value;return _regenerator().w(function(_context3){while(1)switch(_context3.p=_context3.n){case 0:if(!stream[Symbol.asyncIterator]){_context3.n=2;break;}return _context3.d(_regeneratorValues(_asyncGeneratorDelegate(_asyncIterator(stream),_awaitAsyncGenerator)),1);case 1:return _context3.a(2);case 2:reader=stream.getReader();_context3.p=3;case 4:_context3.n=5;return _awaitAsyncGenerator(reader.read());case 5:_yield$_awaitAsyncGen=_context3.v;done=_yield$_awaitAsyncGen.done;value=_yield$_awaitAsyncGen.value;if(!done){_context3.n=6;break;}return _context3.a(3,8);case 6:_context3.n=7;return value;case 7:_context3.n=4;break;case 8:_context3.p=8;_context3.n=9;return _awaitAsyncGenerator(reader.cancel());case 9:return _context3.f(8);case 10:return _context3.a(2);}},_callee2,null,[[3,,8,10]]);}));return function readStream(_x3){return _ref2.apply(this,arguments);};}();var trackStream=function trackStream(stream,chunkSize,onProgress,onFinish){var iterator=readBytes(stream,chunkSize);var bytes=0;var done;var _onFinish=function _onFinish(e){if(!done){done=true;onFinish&&onFinish(e);}};return new ReadableStream({pull:function pull(controller){return _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3(){var _yield$iterator$next,_done,value,len,loadedBytes,_t2;return _regenerator().w(function(_context4){while(1)switch(_context4.p=_context4.n){case 0:_context4.p=0;_context4.n=1;return iterator.next();case 1:_yield$iterator$next=_context4.v;_done=_yield$iterator$next.done;value=_yield$iterator$next.value;if(!_done){_context4.n=2;break;}_onFinish();controller.close();return _context4.a(2);case 2:len=value.byteLength;if(onProgress){loadedBytes=bytes+=len;onProgress(loadedBytes);}controller.enqueue(new Uint8Array(value));_context4.n=4;break;case 3:_context4.p=3;_t2=_context4.v;_onFinish(_t2);throw _t2;case 4:return _context4.a(2);}},_callee3,null,[[0,3]]);}))();},cancel:function cancel(reason){_onFinish(reason);return iterator["return"]();}},{highWaterMark:2});};var isFetchSupported=typeof fetch==='function'&&typeof Request==='function'&&typeof Response==='function';var isReadableStreamSupported=isFetchSupported&&typeof ReadableStream==='function';// used only inside the fetch adapter
|
|
745
|
-
var encodeText=isFetchSupported&&(typeof TextEncoder==='function'?function(encoder){return function(str){return encoder.encode(str);};}(new TextEncoder()):(/*#__PURE__*/function(){var _ref11=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee4(str){var _t3,_t4;return _regenerator().w(function(_context5){while(1)switch(_context5.n){case 0:_t3=Uint8Array;_context5.n=1;return new Response(str).arrayBuffer();case 1:_t4=_context5.v;return _context5.a(2,new _t3(_t4));}},_callee4);}));return function(_x4){return _ref11.apply(this,arguments);};}()));var test=function test(fn){try{for(var _len5=arguments.length,args=new Array(_len5>1?_len5-1:0),_key6=1;_key6<_len5;_key6++){args[_key6-1]=arguments[_key6];}return!!fn.apply(void 0,args);}catch(e){return false;}};var supportsRequestStream=isReadableStreamSupported&&test(function(){var duplexAccessed=false;var hasContentType=new Request(platform.origin,{body:new ReadableStream(),method:'POST',get duplex(){duplexAccessed=true;return'half';}}).headers.has('Content-Type');return duplexAccessed&&!hasContentType;});var DEFAULT_CHUNK_SIZE=64*1024;var supportsResponseStream=isReadableStreamSupported&&test(function(){return utils$1.isReadableStream(new Response('').body);});var resolvers={stream:supportsResponseStream&&function(res){return res.body;}};isFetchSupported&&function(res){['text','arrayBuffer','blob','formData','stream'].forEach(function(type){!resolvers[type]&&(resolvers[type]=utils$1.isFunction(res[type])?function(res){return res[type]();}:function(_,config){throw new AxiosError("Response type '".concat(type,"' is not supported"),AxiosError.ERR_NOT_SUPPORT,config);});});}(new Response());var getBodyLength=/*#__PURE__*/function(){var _ref12=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee5(body){var _request;return _regenerator().w(function(_context6){while(1)switch(_context6.n){case 0:if(!(body==null)){_context6.n=1;break;}return _context6.a(2,0);case 1:if(!utils$1.isBlob(body)){_context6.n=2;break;}return _context6.a(2,body.size);case 2:if(!utils$1.isSpecCompliantForm(body)){_context6.n=4;break;}_request=new Request(platform.origin,{method:'POST',body:body});_context6.n=3;return _request.arrayBuffer();case 3:return _context6.a(2,_context6.v.byteLength);case 4:if(!(utils$1.isArrayBufferView(body)||utils$1.isArrayBuffer(body))){_context6.n=5;break;}return _context6.a(2,body.byteLength);case 5:if(utils$1.isURLSearchParams(body)){body=body+'';}if(!utils$1.isString(body)){_context6.n=7;break;}_context6.n=6;return encodeText(body);case 6:return _context6.a(2,_context6.v.byteLength);case 7:return _context6.a(2);}},_callee5);}));return function getBodyLength(_x5){return _ref12.apply(this,arguments);};}();var resolveBodyLength=/*#__PURE__*/function(){var _ref13=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee6(headers,body){var length;return _regenerator().w(function(_context7){while(1)switch(_context7.n){case 0:length=utils$1.toFiniteNumber(headers.getContentLength());return _context7.a(2,length==null?getBodyLength(body):length);}},_callee6);}));return function resolveBodyLength(_x6,_x7){return _ref13.apply(this,arguments);};}();var fetchAdapter=isFetchSupported&&(/*#__PURE__*/function(){var _ref14=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee7(config){var _resolveConfig,url,method,data,signal,cancelToken,timeout,onDownloadProgress,onUploadProgress,responseType,headers,_resolveConfig$withCr,withCredentials,fetchOptions,composedSignal,request,unsubscribe,requestContentLength,_request,contentTypeHeader,_progressEventDecorat,_progressEventDecorat2,onProgress,flush,isCredentialsSupported,response,isStreamResponse,options,responseContentLength,_ref15,_ref16,_onProgress,_flush,responseData,_t5,_t6,_t7;return _regenerator().w(function(_context8){while(1)switch(_context8.p=_context8.n){case 0:_resolveConfig=resolveConfig(config),url=_resolveConfig.url,method=_resolveConfig.method,data=_resolveConfig.data,signal=_resolveConfig.signal,cancelToken=_resolveConfig.cancelToken,timeout=_resolveConfig.timeout,onDownloadProgress=_resolveConfig.onDownloadProgress,onUploadProgress=_resolveConfig.onUploadProgress,responseType=_resolveConfig.responseType,headers=_resolveConfig.headers,_resolveConfig$withCr=_resolveConfig.withCredentials,withCredentials=_resolveConfig$withCr===void 0?'same-origin':_resolveConfig$withCr,fetchOptions=_resolveConfig.fetchOptions;responseType=responseType?(responseType+'').toLowerCase():'text';composedSignal=composeSignals$1([signal,cancelToken&&cancelToken.toAbortSignal()],timeout);unsubscribe=composedSignal&&composedSignal.unsubscribe&&function(){composedSignal.unsubscribe();};_context8.p=1;_t5=onUploadProgress&&supportsRequestStream&&method!=='get'&&method!=='head';if(!_t5){_context8.n=3;break;}_context8.n=2;return resolveBodyLength(headers,data);case 2:_t6=requestContentLength=_context8.v;_t5=_t6!==0;case 3:if(!_t5){_context8.n=4;break;}_request=new Request(url,{method:'POST',body:data,duplex:"half"});if(utils$1.isFormData(data)&&(contentTypeHeader=_request.headers.get('content-type'))){headers.setContentType(contentTypeHeader);}if(_request.body){_progressEventDecorat=progressEventDecorator(requestContentLength,progressEventReducer(asyncDecorator(onUploadProgress))),_progressEventDecorat2=_slicedToArray(_progressEventDecorat,2),onProgress=_progressEventDecorat2[0],flush=_progressEventDecorat2[1];data=trackStream(_request.body,DEFAULT_CHUNK_SIZE,onProgress,flush);}case 4:if(!utils$1.isString(withCredentials)){withCredentials=withCredentials?'include':'omit';}// Cloudflare Workers throws when credentials are defined
|
|
748
|
+
request.send(requestData||null);});};var composeSignals=function composeSignals(signals,timeout){var _signals=signals=signals?signals.filter(Boolean):[],length=_signals.length;if(timeout||length){var controller=new AbortController();var aborted;var onabort=function onabort(reason){if(!aborted){aborted=true;unsubscribe();var err=reason instanceof Error?reason:this.reason;controller.abort(err instanceof AxiosError?err:new CanceledError(err instanceof Error?err.message:err));}};var timer=timeout&&setTimeout(function(){timer=null;onabort(new AxiosError("timeout ".concat(timeout," of ms exceeded"),AxiosError.ETIMEDOUT));},timeout);var unsubscribe=function unsubscribe(){if(signals){timer&&clearTimeout(timer);timer=null;signals.forEach(function(signal){signal.unsubscribe?signal.unsubscribe(onabort):signal.removeEventListener('abort',onabort);});signals=null;}};signals.forEach(function(signal){return signal.addEventListener('abort',onabort);});var signal=controller.signal;signal.unsubscribe=function(){return utils$1.asap(unsubscribe);};return signal;}};var composeSignals$1=composeSignals;var streamChunk=/*#__PURE__*/_regenerator().m(function streamChunk(chunk,chunkSize){var len,pos,end;return _regenerator().w(function(_context){while(1)switch(_context.n){case 0:len=chunk.byteLength;if(!(!chunkSize||len<chunkSize)){_context.n=2;break;}_context.n=1;return chunk;case 1:return _context.a(2);case 2:pos=0;case 3:if(!(pos<len)){_context.n=5;break;}end=pos+chunkSize;_context.n=4;return chunk.slice(pos,end);case 4:pos=end;_context.n=3;break;case 5:return _context.a(2);}},streamChunk);});var readBytes=/*#__PURE__*/function(){var _ref=_wrapAsyncGenerator(/*#__PURE__*/_regenerator().m(function _callee(iterable,chunkSize){var _iteratorAbruptCompletion,_didIteratorError,_iteratorError,_iterator2,_step,chunk,_t;return _regenerator().w(function(_context2){while(1)switch(_context2.p=_context2.n){case 0:_iteratorAbruptCompletion=false;_didIteratorError=false;_context2.p=1;_iterator2=_asyncIterator(readStream(iterable));case 2:_context2.n=3;return _awaitAsyncGenerator(_iterator2.next());case 3:if(!(_iteratorAbruptCompletion=!(_step=_context2.v).done)){_context2.n=5;break;}chunk=_step.value;return _context2.d(_regeneratorValues(_asyncGeneratorDelegate(_asyncIterator(streamChunk(chunk,chunkSize)),_awaitAsyncGenerator)),4);case 4:_iteratorAbruptCompletion=false;_context2.n=2;break;case 5:_context2.n=7;break;case 6:_context2.p=6;_t=_context2.v;_didIteratorError=true;_iteratorError=_t;case 7:_context2.p=7;_context2.p=8;if(!(_iteratorAbruptCompletion&&_iterator2["return"]!=null)){_context2.n=9;break;}_context2.n=9;return _awaitAsyncGenerator(_iterator2["return"]());case 9:_context2.p=9;if(!_didIteratorError){_context2.n=10;break;}throw _iteratorError;case 10:return _context2.f(9);case 11:return _context2.f(7);case 12:return _context2.a(2);}},_callee,null,[[8,,9,11],[1,6,7,12]]);}));return function readBytes(_x,_x2){return _ref.apply(this,arguments);};}();var readStream=/*#__PURE__*/function(){var _ref2=_wrapAsyncGenerator(/*#__PURE__*/_regenerator().m(function _callee2(stream){var reader,_yield$_awaitAsyncGen,done,value;return _regenerator().w(function(_context3){while(1)switch(_context3.p=_context3.n){case 0:if(!stream[Symbol.asyncIterator]){_context3.n=2;break;}return _context3.d(_regeneratorValues(_asyncGeneratorDelegate(_asyncIterator(stream),_awaitAsyncGenerator)),1);case 1:return _context3.a(2);case 2:reader=stream.getReader();_context3.p=3;case 4:_context3.n=5;return _awaitAsyncGenerator(reader.read());case 5:_yield$_awaitAsyncGen=_context3.v;done=_yield$_awaitAsyncGen.done;value=_yield$_awaitAsyncGen.value;if(!done){_context3.n=6;break;}return _context3.a(3,8);case 6:_context3.n=7;return value;case 7:_context3.n=4;break;case 8:_context3.p=8;_context3.n=9;return _awaitAsyncGenerator(reader.cancel());case 9:return _context3.f(8);case 10:return _context3.a(2);}},_callee2,null,[[3,,8,10]]);}));return function readStream(_x3){return _ref2.apply(this,arguments);};}();var trackStream=function trackStream(stream,chunkSize,onProgress,onFinish){var iterator=readBytes(stream,chunkSize);var bytes=0;var done;var _onFinish=function _onFinish(e){if(!done){done=true;onFinish&&onFinish(e);}};return new ReadableStream({pull:function pull(controller){return _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3(){var _yield$iterator$next,_done,value,len,loadedBytes,_t2;return _regenerator().w(function(_context4){while(1)switch(_context4.p=_context4.n){case 0:_context4.p=0;_context4.n=1;return iterator.next();case 1:_yield$iterator$next=_context4.v;_done=_yield$iterator$next.done;value=_yield$iterator$next.value;if(!_done){_context4.n=2;break;}_onFinish();controller.close();return _context4.a(2);case 2:len=value.byteLength;if(onProgress){loadedBytes=bytes+=len;onProgress(loadedBytes);}controller.enqueue(new Uint8Array(value));_context4.n=4;break;case 3:_context4.p=3;_t2=_context4.v;_onFinish(_t2);throw _t2;case 4:return _context4.a(2);}},_callee3,null,[[0,3]]);}))();},cancel:function cancel(reason){_onFinish(reason);return iterator["return"]();}},{highWaterMark:2});};var DEFAULT_CHUNK_SIZE=64*1024;var isFunction=utils$1.isFunction;var globalFetchAPI=function(_ref11){var Request=_ref11.Request,Response=_ref11.Response;return{Request:Request,Response:Response};}(utils$1.global);var _utils$1$global=utils$1.global,ReadableStream$1=_utils$1$global.ReadableStream,TextEncoder$1=_utils$1$global.TextEncoder;var test=function test(fn){try{for(var _len5=arguments.length,args=new Array(_len5>1?_len5-1:0),_key6=1;_key6<_len5;_key6++){args[_key6-1]=arguments[_key6];}return!!fn.apply(void 0,args);}catch(e){return false;}};var factory=function factory(env){env=utils$1.merge.call({skipUndefined:true},globalFetchAPI,env);var _env=env,envFetch=_env.fetch,Request=_env.Request,Response=_env.Response;var isFetchSupported=envFetch?isFunction(envFetch):typeof fetch==='function';var isRequestSupported=isFunction(Request);var isResponseSupported=isFunction(Response);if(!isFetchSupported){return false;}var isReadableStreamSupported=isFetchSupported&&isFunction(ReadableStream$1);var encodeText=isFetchSupported&&(typeof TextEncoder$1==='function'?function(encoder){return function(str){return encoder.encode(str);};}(new TextEncoder$1()):(/*#__PURE__*/function(){var _ref12=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee4(str){var _t3,_t4;return _regenerator().w(function(_context5){while(1)switch(_context5.n){case 0:_t3=Uint8Array;_context5.n=1;return new Request(str).arrayBuffer();case 1:_t4=_context5.v;return _context5.a(2,new _t3(_t4));}},_callee4);}));return function(_x4){return _ref12.apply(this,arguments);};}()));var supportsRequestStream=isRequestSupported&&isReadableStreamSupported&&test(function(){var duplexAccessed=false;var hasContentType=new Request(platform.origin,{body:new ReadableStream$1(),method:'POST',get duplex(){duplexAccessed=true;return'half';}}).headers.has('Content-Type');return duplexAccessed&&!hasContentType;});var supportsResponseStream=isResponseSupported&&isReadableStreamSupported&&test(function(){return utils$1.isReadableStream(new Response('').body);});var resolvers={stream:supportsResponseStream&&function(res){return res.body;}};isFetchSupported&&function(){['text','arrayBuffer','blob','formData','stream'].forEach(function(type){!resolvers[type]&&(resolvers[type]=function(res,config){var method=res&&res[type];if(method){return method.call(res);}throw new AxiosError("Response type '".concat(type,"' is not supported"),AxiosError.ERR_NOT_SUPPORT,config);});});}();var getBodyLength=/*#__PURE__*/function(){var _ref13=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee5(body){var _request;return _regenerator().w(function(_context6){while(1)switch(_context6.n){case 0:if(!(body==null)){_context6.n=1;break;}return _context6.a(2,0);case 1:if(!utils$1.isBlob(body)){_context6.n=2;break;}return _context6.a(2,body.size);case 2:if(!utils$1.isSpecCompliantForm(body)){_context6.n=4;break;}_request=new Request(platform.origin,{method:'POST',body:body});_context6.n=3;return _request.arrayBuffer();case 3:return _context6.a(2,_context6.v.byteLength);case 4:if(!(utils$1.isArrayBufferView(body)||utils$1.isArrayBuffer(body))){_context6.n=5;break;}return _context6.a(2,body.byteLength);case 5:if(utils$1.isURLSearchParams(body)){body=body+'';}if(!utils$1.isString(body)){_context6.n=7;break;}_context6.n=6;return encodeText(body);case 6:return _context6.a(2,_context6.v.byteLength);case 7:return _context6.a(2);}},_callee5);}));return function getBodyLength(_x5){return _ref13.apply(this,arguments);};}();var resolveBodyLength=/*#__PURE__*/function(){var _ref14=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee6(headers,body){var length;return _regenerator().w(function(_context7){while(1)switch(_context7.n){case 0:length=utils$1.toFiniteNumber(headers.getContentLength());return _context7.a(2,length==null?getBodyLength(body):length);}},_callee6);}));return function resolveBodyLength(_x6,_x7){return _ref14.apply(this,arguments);};}();return/*#__PURE__*/function(){var _ref15=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee7(config){var _resolveConfig,url,method,data,signal,cancelToken,timeout,onDownloadProgress,onUploadProgress,responseType,headers,_resolveConfig$withCr,withCredentials,fetchOptions,_fetch,composedSignal,request,unsubscribe,requestContentLength,_request,contentTypeHeader,_progressEventDecorat,_progressEventDecorat2,onProgress,flush,isCredentialsSupported,resolvedOptions,response,isStreamResponse,options,responseContentLength,_ref16,_ref17,_onProgress,_flush,responseData,_t5,_t6,_t7;return _regenerator().w(function(_context8){while(1)switch(_context8.p=_context8.n){case 0:_resolveConfig=resolveConfig(config),url=_resolveConfig.url,method=_resolveConfig.method,data=_resolveConfig.data,signal=_resolveConfig.signal,cancelToken=_resolveConfig.cancelToken,timeout=_resolveConfig.timeout,onDownloadProgress=_resolveConfig.onDownloadProgress,onUploadProgress=_resolveConfig.onUploadProgress,responseType=_resolveConfig.responseType,headers=_resolveConfig.headers,_resolveConfig$withCr=_resolveConfig.withCredentials,withCredentials=_resolveConfig$withCr===void 0?'same-origin':_resolveConfig$withCr,fetchOptions=_resolveConfig.fetchOptions;_fetch=envFetch||fetch;responseType=responseType?(responseType+'').toLowerCase():'text';composedSignal=composeSignals$1([signal,cancelToken&&cancelToken.toAbortSignal()],timeout);request=null;unsubscribe=composedSignal&&composedSignal.unsubscribe&&function(){composedSignal.unsubscribe();};_context8.p=1;_t5=onUploadProgress&&supportsRequestStream&&method!=='get'&&method!=='head';if(!_t5){_context8.n=3;break;}_context8.n=2;return resolveBodyLength(headers,data);case 2:_t6=requestContentLength=_context8.v;_t5=_t6!==0;case 3:if(!_t5){_context8.n=4;break;}_request=new Request(url,{method:'POST',body:data,duplex:"half"});if(utils$1.isFormData(data)&&(contentTypeHeader=_request.headers.get('content-type'))){headers.setContentType(contentTypeHeader);}if(_request.body){_progressEventDecorat=progressEventDecorator(requestContentLength,progressEventReducer(asyncDecorator(onUploadProgress))),_progressEventDecorat2=_slicedToArray(_progressEventDecorat,2),onProgress=_progressEventDecorat2[0],flush=_progressEventDecorat2[1];data=trackStream(_request.body,DEFAULT_CHUNK_SIZE,onProgress,flush);}case 4:if(!utils$1.isString(withCredentials)){withCredentials=withCredentials?'include':'omit';}// Cloudflare Workers throws when credentials are defined
|
|
746
749
|
// see https://github.com/cloudflare/workerd/issues/902
|
|
747
|
-
isCredentialsSupported="credentials"in Request.prototype;
|
|
748
|
-
}Object.defineProperty(fn,'adapterName',{value:value});}});var renderReason=function renderReason(reason){return"- ".concat(reason);};var isResolvedHandle=function isResolvedHandle(adapter){return utils$1.isFunction(adapter)||adapter===null||adapter===false;};var adapters={getAdapter:function getAdapter(adapters){adapters=utils$1.isArray(adapters)?adapters:[adapters];var _adapters=adapters,length=_adapters.length;var nameOrAdapter;var adapter;var rejectedReasons={};for(var i=0;i<length;i++){nameOrAdapter=adapters[i];var id=void 0;adapter=nameOrAdapter;if(!isResolvedHandle(nameOrAdapter)){adapter=knownAdapters[(id=String(nameOrAdapter)).toLowerCase()];if(adapter===undefined){throw new AxiosError("Unknown adapter '".concat(id,"'"));}}if(adapter){break;}rejectedReasons[id||'#'+i]=adapter;}if(!adapter){var reasons=Object.entries(rejectedReasons).map(function(
|
|
750
|
+
isCredentialsSupported=isRequestSupported&&"credentials"in Request.prototype;resolvedOptions=_objectSpread(_objectSpread({},fetchOptions),{},{signal:composedSignal,method:method.toUpperCase(),headers:headers.normalize().toJSON(),body:data,duplex:"half",credentials:isCredentialsSupported?withCredentials:undefined});request=isRequestSupported&&new Request(url,resolvedOptions);_context8.n=5;return isRequestSupported?_fetch(request,fetchOptions):_fetch(url,resolvedOptions);case 5:response=_context8.v;isStreamResponse=supportsResponseStream&&(responseType==='stream'||responseType==='response');if(supportsResponseStream&&(onDownloadProgress||isStreamResponse&&unsubscribe)){options={};['status','statusText','headers'].forEach(function(prop){options[prop]=response[prop];});responseContentLength=utils$1.toFiniteNumber(response.headers.get('content-length'));_ref16=onDownloadProgress&&progressEventDecorator(responseContentLength,progressEventReducer(asyncDecorator(onDownloadProgress),true))||[],_ref17=_slicedToArray(_ref16,2),_onProgress=_ref17[0],_flush=_ref17[1];response=new Response(trackStream(response.body,DEFAULT_CHUNK_SIZE,_onProgress,function(){_flush&&_flush();unsubscribe&&unsubscribe();}),options);}responseType=responseType||'text';_context8.n=6;return resolvers[utils$1.findKey(resolvers,responseType)||'text'](response,config);case 6:responseData=_context8.v;!isStreamResponse&&unsubscribe&&unsubscribe();_context8.n=7;return new Promise(function(resolve,reject){settle(resolve,reject,{data:responseData,headers:AxiosHeaders$1.from(response.headers),status:response.status,statusText:response.statusText,config:config,request:request});});case 7:return _context8.a(2,_context8.v);case 8:_context8.p=8;_t7=_context8.v;unsubscribe&&unsubscribe();if(!(_t7&&_t7.name==='TypeError'&&/Load failed|fetch/i.test(_t7.message))){_context8.n=9;break;}throw Object.assign(new AxiosError('Network Error',AxiosError.ERR_NETWORK,config,request),{cause:_t7.cause||_t7});case 9:throw AxiosError.from(_t7,_t7&&_t7.code,config,request);case 10:return _context8.a(2);}},_callee7,null,[[1,8]]);}));return function(_x8){return _ref15.apply(this,arguments);};}();};var seedCache=new Map();var getFetch=function getFetch(config){var env=config?config.env:{};var fetch=env.fetch,Request=env.Request,Response=env.Response;var seeds=[Request,Response,fetch];var len=seeds.length,i=len,seed,target,map=seedCache;while(i--){seed=seeds[i];target=map.get(seed);target===undefined&&map.set(seed,target=i?new Map():factory(env));map=target;}return target;};getFetch();var knownAdapters={http:httpAdapter,xhr:xhrAdapter,fetch:{get:getFetch}};utils$1.forEach(knownAdapters,function(fn,value){if(fn){try{Object.defineProperty(fn,'name',{value:value});}catch(e){// eslint-disable-next-line no-empty
|
|
751
|
+
}Object.defineProperty(fn,'adapterName',{value:value});}});var renderReason=function renderReason(reason){return"- ".concat(reason);};var isResolvedHandle=function isResolvedHandle(adapter){return utils$1.isFunction(adapter)||adapter===null||adapter===false;};var adapters={getAdapter:function getAdapter(adapters,config){adapters=utils$1.isArray(adapters)?adapters:[adapters];var _adapters=adapters,length=_adapters.length;var nameOrAdapter;var adapter;var rejectedReasons={};for(var i=0;i<length;i++){nameOrAdapter=adapters[i];var id=void 0;adapter=nameOrAdapter;if(!isResolvedHandle(nameOrAdapter)){adapter=knownAdapters[(id=String(nameOrAdapter)).toLowerCase()];if(adapter===undefined){throw new AxiosError("Unknown adapter '".concat(id,"'"));}}if(adapter&&(utils$1.isFunction(adapter)||(adapter=adapter.get(config)))){break;}rejectedReasons[id||'#'+i]=adapter;}if(!adapter){var reasons=Object.entries(rejectedReasons).map(function(_ref18){var _ref19=_slicedToArray(_ref18,2),id=_ref19[0],state=_ref19[1];return"adapter ".concat(id," ")+(state===false?'is not supported by the environment':'is not available in the build');});var s=length?reasons.length>1?'since :\n'+reasons.map(renderReason).join('\n'):' '+renderReason(reasons[0]):'as no adapter specified';throw new AxiosError("There is no suitable adapter to dispatch the request "+s,'ERR_NOT_SUPPORT');}return adapter;},adapters:knownAdapters};/**
|
|
749
752
|
* Throws a `CanceledError` if cancellation has been requested.
|
|
750
753
|
*
|
|
751
754
|
* @param {Object} config The config that is to be used for the request
|
|
@@ -758,9 +761,9 @@ isCredentialsSupported="credentials"in Request.prototype;request=new Request(url
|
|
|
758
761
|
*
|
|
759
762
|
* @returns {Promise} The Promise to be fulfilled
|
|
760
763
|
*/function dispatchRequest(config){throwIfCancellationRequested(config);config.headers=AxiosHeaders$1.from(config.headers);// Transform request data
|
|
761
|
-
config.data=transformData.call(config,config.transformRequest);if(['post','put','patch'].indexOf(config.method)!==-1){config.headers.setContentType('application/x-www-form-urlencoded',false);}var adapter=adapters.getAdapter(config.adapter||defaults$1.adapter);return adapter(config).then(function onAdapterResolution(response){throwIfCancellationRequested(config);// Transform response data
|
|
764
|
+
config.data=transformData.call(config,config.transformRequest);if(['post','put','patch'].indexOf(config.method)!==-1){config.headers.setContentType('application/x-www-form-urlencoded',false);}var adapter=adapters.getAdapter(config.adapter||defaults$1.adapter,config);return adapter(config).then(function onAdapterResolution(response){throwIfCancellationRequested(config);// Transform response data
|
|
762
765
|
response.data=transformData.call(config,config.transformResponse,response);response.headers=AxiosHeaders$1.from(response.headers);return response;},function onAdapterRejection(reason){if(!isCancel(reason)){throwIfCancellationRequested(config);// Transform response data
|
|
763
|
-
if(reason&&reason.response){reason.response.data=transformData.call(config,config.transformResponse,reason.response);reason.response.headers=AxiosHeaders$1.from(reason.response.headers);}}return Promise.reject(reason);});}var VERSION="1.
|
|
766
|
+
if(reason&&reason.response){reason.response.data=transformData.call(config,config.transformResponse,reason.response);reason.response.headers=AxiosHeaders$1.from(reason.response.headers);}}return Promise.reject(reason);});}var VERSION="1.12.2";var validators$1={};// eslint-disable-next-line func-names
|
|
764
767
|
['object','boolean','number','function','string','symbol'].forEach(function(type,i){validators$1[type]=function validator(thing){return _typeof(thing)===type||'a'+(i<1?'n ':' ')+type;};});var deprecatedWarnings={};/**
|
|
765
768
|
* Transitional option validator
|
|
766
769
|
*
|
|
@@ -801,7 +804,7 @@ if(typeof configOrUrl==='string'){config=config||{};config.url=configOrUrl;}else
|
|
|
801
804
|
if(config.allowAbsoluteUrls!==undefined);else if(this.defaults.allowAbsoluteUrls!==undefined){config.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls;}else{config.allowAbsoluteUrls=true;}validator.assertOptions(config,{baseUrl:validators.spelling('baseURL'),withXsrfToken:validators.spelling('withXSRFToken')},true);// Set config.method
|
|
802
805
|
config.method=(config.method||this.defaults.method||'get').toLowerCase();// Flatten headers
|
|
803
806
|
var contextHeaders=headers&&utils$1.merge(headers.common,headers[config.method]);headers&&utils$1.forEach(['delete','get','head','post','put','patch','common'],function(method){delete headers[method];});config.headers=AxiosHeaders$1.concat(contextHeaders,headers);// filter out skipped interceptors
|
|
804
|
-
var requestInterceptorChain=[];var synchronousRequestInterceptors=true;this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor){if(typeof interceptor.runWhen==='function'&&interceptor.runWhen(config)===false){return;}synchronousRequestInterceptors=synchronousRequestInterceptors&&interceptor.synchronous;requestInterceptorChain.unshift(interceptor.fulfilled,interceptor.rejected);});var responseInterceptorChain=[];this.interceptors.response.forEach(function pushResponseInterceptors(interceptor){responseInterceptorChain.push(interceptor.fulfilled,interceptor.rejected);});var promise;var i=0;var len;if(!synchronousRequestInterceptors){var chain=[dispatchRequest.bind(this),undefined];chain.unshift.apply(chain,requestInterceptorChain);chain.push.apply(chain,responseInterceptorChain);len=chain.length;promise=Promise.resolve(config);while(i<len){promise=promise.then(chain[i++],chain[i++]);}return promise;}len=requestInterceptorChain.length;var newConfig=config;
|
|
807
|
+
var requestInterceptorChain=[];var synchronousRequestInterceptors=true;this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor){if(typeof interceptor.runWhen==='function'&&interceptor.runWhen(config)===false){return;}synchronousRequestInterceptors=synchronousRequestInterceptors&&interceptor.synchronous;requestInterceptorChain.unshift(interceptor.fulfilled,interceptor.rejected);});var responseInterceptorChain=[];this.interceptors.response.forEach(function pushResponseInterceptors(interceptor){responseInterceptorChain.push(interceptor.fulfilled,interceptor.rejected);});var promise;var i=0;var len;if(!synchronousRequestInterceptors){var chain=[dispatchRequest.bind(this),undefined];chain.unshift.apply(chain,requestInterceptorChain);chain.push.apply(chain,responseInterceptorChain);len=chain.length;promise=Promise.resolve(config);while(i<len){promise=promise.then(chain[i++],chain[i++]);}return promise;}len=requestInterceptorChain.length;var newConfig=config;while(i<len){var onFulfilled=requestInterceptorChain[i++];var onRejected=requestInterceptorChain[i++];try{newConfig=onFulfilled(newConfig);}catch(error){onRejected.call(this,error);break;}}try{promise=dispatchRequest.call(this,newConfig);}catch(error){return Promise.reject(error);}i=0;len=responseInterceptorChain.length;while(i<len){promise=promise.then(responseInterceptorChain[i++],responseInterceptorChain[i++]);}return promise;}},{key:"getUri",value:function getUri(config){config=mergeConfig(this.defaults,config);var fullPath=buildFullPath(config.baseURL,config.url,config.allowAbsoluteUrls);return buildURL(fullPath,config.params,config.paramsSerializer);}}]);}();// Provide aliases for supported request methods
|
|
805
808
|
utils$1.forEach(['delete','get','head','options'],function forEachMethodNoData(method){/*eslint func-names:0*/Axios.prototype[method]=function(url,config){return this.request(mergeConfig(config||{},{method:method,url:url,data:(config||{}).data}));};});utils$1.forEach(['post','put','patch'],function forEachMethodWithData(method){/*eslint func-names:0*/function generateHTTPMethod(isForm){return function httpMethod(url,data,config){return this.request(mergeConfig(config||{},{method:method,headers:isForm?{'Content-Type':'multipart/form-data'}:{},url:url,data:data}));};}Axios.prototype[method]=generateHTTPMethod();Axios.prototype[method+'Form']=generateHTTPMethod(true);});var Axios$1=Axios;/**
|
|
806
809
|
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
807
810
|
*
|
|
@@ -847,7 +850,7 @@ return;}token.reason=new CanceledError(message,config,request);resolvePromise(to
|
|
|
847
850
|
* @param {*} payload The value to test
|
|
848
851
|
*
|
|
849
852
|
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
|
|
850
|
-
*/function isAxiosError(payload){return utils$1.isObject(payload)&&payload.isAxiosError===true;}var HttpStatusCode={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(HttpStatusCode).forEach(function(
|
|
853
|
+
*/function isAxiosError(payload){return utils$1.isObject(payload)&&payload.isAxiosError===true;}var HttpStatusCode={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(HttpStatusCode).forEach(function(_ref20){var _ref21=_slicedToArray(_ref20,2),key=_ref21[0],value=_ref21[1];HttpStatusCode[value]=key;});var HttpStatusCode$1=HttpStatusCode;/**
|
|
851
854
|
* Create an instance of Axios
|
|
852
855
|
*
|
|
853
856
|
* @param {Object} defaultConfig The default config for the instance
|
|
@@ -875,10 +878,10 @@ var axios$1=axios;var AbstractHttpClient=/*#__PURE__*/function(){function Abstra
|
|
|
875
878
|
return _createClass(HttpRequestOptions,[{key:"setUrl",value:function setUrl(url){if(!url)throw new Error("The 'url' property is required");this.url=url;}},{key:"setMethod",value:function setMethod(method){var validMethods=['GET','POST','PUT','DELETE','PATCH','OPTIONS','HEAD'];if(!method||!validMethods.includes(method.toUpperCase())){throw new Error("The 'method' property is invalid or missing");}this.method=method.toUpperCase();}},{key:"setData",value:function setData(data){if(data===undefined||data===null){throw new Error("The 'data' property is required");}this.data=data;}// Optional fields
|
|
876
879
|
},{key:"setParams",value:function setParams(params){if(params&&_typeof(params)!=='object'){throw new Error("The 'params' property must be an object");}this.params=params;}// Optional fields
|
|
877
880
|
},{key:"setHeaders",value:function setHeaders(headers){if(headers&&_typeof(headers)!=='object'){throw new Error("The 'headers' property must be an object");}this.headers=headers;}},{key:"setTimeout",value:function setTimeout(timeout){if(timeout===undefined||timeout===null||typeof timeout!=='number'){throw new Error("The 'timeout' property must be a number");}this.timeout=timeout;}}]);}();// Default client is Axios
|
|
878
|
-
var DefaultHttpClient=/*#__PURE__*/function(_AbstractHttpClient){function DefaultHttpClient(timeout,httpsAgent){var _this2;_classCallCheck(this,DefaultHttpClient);_this2=_callSuper(this,DefaultHttpClient);if(timeout!==null&&timeout!==undefined)_this2.setTimeout(timeout);else _this2.timeout=16000;if(httpsAgent!==null&&httpsAgent!==undefined)_this2.setHttpsAgent(httpsAgent);else _this2.httpsAgent;_this2._axiosInstance=axios$1.create({});return _this2;}_inherits(DefaultHttpClient,_AbstractHttpClient);return _createClass(DefaultHttpClient,[{key:"enableHooks",value:function enableHooks(){var _this3=this;if(this.preHook&&typeof this.preHook==='function'){if(this.requestInterceptorId!==undefined){axios$1.interceptors.request.eject(this.requestInterceptorId);}this.requestInterceptorId=this._axiosInstance.interceptors.request.use(/*#__PURE__*/function(){var
|
|
881
|
+
var DefaultHttpClient=/*#__PURE__*/function(_AbstractHttpClient){function DefaultHttpClient(timeout,httpsAgent){var _this2;_classCallCheck(this,DefaultHttpClient);_this2=_callSuper(this,DefaultHttpClient);if(timeout!==null&&timeout!==undefined)_this2.setTimeout(timeout);else _this2.timeout=16000;if(httpsAgent!==null&&httpsAgent!==undefined)_this2.setHttpsAgent(httpsAgent);else _this2.httpsAgent;_this2._axiosInstance=axios$1.create({});return _this2;}_inherits(DefaultHttpClient,_AbstractHttpClient);return _createClass(DefaultHttpClient,[{key:"enableHooks",value:function enableHooks(){var _this3=this;if(this.preHook&&typeof this.preHook==='function'){if(this.requestInterceptorId!==undefined){axios$1.interceptors.request.eject(this.requestInterceptorId);}this.requestInterceptorId=this._axiosInstance.interceptors.request.use(/*#__PURE__*/function(){var _ref22=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee9(config){return _regenerator().w(function(_context0){while(1)switch(_context0.n){case 0:_context0.n=1;return _this3.preHook(config);case 1:config=_context0.v;return _context0.a(2,config);}},_callee9);}));return function(_x1){return _ref22.apply(this,arguments);};}(),function(error){// Handle errors before the request is sent
|
|
879
882
|
console.error('Request Pre-Hook Error:',error.message);return Promise.reject(error);});}if(this.postHook&&typeof this.postHook==='function'){// Response interceptor (for post-hooks)
|
|
880
|
-
if(this.responseInterceptorId!==undefined){axios$1.interceptors.response.eject(this.responseInterceptorId);}this.responseInterceptorId=this._axiosInstance.interceptors.response.use(/*#__PURE__*/function(){var
|
|
881
|
-
return _context10.a(2,Promise.reject(error));}},_callee1);}));return function(_x11){return
|
|
883
|
+
if(this.responseInterceptorId!==undefined){axios$1.interceptors.response.eject(this.responseInterceptorId);}this.responseInterceptorId=this._axiosInstance.interceptors.response.use(/*#__PURE__*/function(){var _ref23=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee0(response){return _regenerator().w(function(_context1){while(1)switch(_context1.n){case 0:_context1.n=1;return _this3.postHook(response);case 1:response=_context1.v;return _context1.a(2,response);}},_callee0);}));return function(_x10){return _ref23.apply(this,arguments);};}(),/*#__PURE__*/function(){var _ref24=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee1(error){return _regenerator().w(function(_context10){while(1)switch(_context10.n){case 0:console.error('Post-Hook: Response Error',error.message);// Optionally call post-hook in case of errors
|
|
884
|
+
return _context10.a(2,Promise.reject(error));}},_callee1);}));return function(_x11){return _ref24.apply(this,arguments);};}());}}},{key:"request",value:function request(httpRequestOptions){if(!(httpRequestOptions instanceof HttpRequestOptions)){throw new Error("httpRequestOptions must be instance of HttpRequestOptions ");}var config=this.toAxiosConfig(httpRequestOptions);return this._axiosInstance.request(config);}// Method to generate Axios-compatible config
|
|
882
885
|
},{key:"toAxiosConfig",value:function toAxiosConfig(httpRequestOptions){if(!httpRequestOptions.url||!httpRequestOptions.method){throw new Error("Mandatory fields 'url' and 'method' must be set before making a request");}var config={url:httpRequestOptions.url,method:httpRequestOptions.method};if(httpRequestOptions.params)config.params=httpRequestOptions.params;if(httpRequestOptions.headers)config.headers=httpRequestOptions.headers;if(httpRequestOptions.data)config.data=httpRequestOptions.data;if(this.timeout!=null&&this.timeout!=undefined)config.timeout=this.timeout;if(this.httpsAgent)config.httpsAgent=this.httpsAgent;return config;}}]);}(AbstractHttpClient);var logLevelEnum={level:{LNone:'none',LError:'error',LDebug:'debug',LTrace:'trace'}};var logFormatEnum={formats:{JSON:'json',TEXT:'text'}};var Logger=/*#__PURE__*/function(){function Logger(){_classCallCheck(this,Logger);this.log_level=logLevelEnum.level.LNone;this.log_format=logFormatEnum.formats.TEXT;this.log_to_console=true;this.log_file_path;this.log_response_body=false;this.log_request_body=false;this.setLogger();}return _createClass(Logger,[{key:"logLevelEnum",get:function get(){return logLevelEnum;}},{key:"logFormatEnum",get:function get(){return logFormatEnum;}},{key:"setLogger",value:function setLogger(){}},{key:"log",value:function log(level,statusCode,method,url,requestHeaders,responseHeaders,requestBody,responseBody){var content=this.formatLog(level,statusCode,method,url,requestHeaders,responseHeaders,requestBody,responseBody);if(typeof window!=='undefined'){var shouldLog=this.calculateLogLevel(level);if(shouldLog>0&&this.log_to_console===true){if(this.log_format===this.logFormatEnum.formats.JSON){console.log(content);}else{console.log("".concat(level.toUpperCase(),": ").concat(content));}}}else{if(this.logger.transports.length>0)this.logger.log(level,content);}}},{key:"calculateLogLevel",value:function calculateLogLevel(level){switch(this.log_level){case this.logLevelEnum.level.LError:if(level!==this.logLevelEnum.level.LError){return-1;}return 1;case this.logLevelEnum.level.LDebug:if(level===this.logLevelEnum.level.LTrace){return-1;}return 1;case this.logLevelEnum.level.LTrace:return 1;default:return-1;}}},{key:"formatLog",value:function formatLog(level,statusCode,method,url,requestHeaders,responseHeaders,requestBody,responseBody){var result;var localRequestHeaders=requestHeaders?JSON.parse(JSON.stringify(requestHeaders)):null;var localResponseHeaders=responseHeaders?JSON.parse(JSON.stringify(responseHeaders)):null;var localRequestBody=requestBody?JSON.parse(JSON.stringify(requestBody)):null;var localResponseBody=responseBody?JSON.parse(JSON.stringify(responseBody)):null;if(requestHeaders)localRequestHeaders['Authorization']='[REDACTED]';if(!this.log_request_body)localRequestBody=undefined;if(!this.log_response_body)localResponseBody=undefined;if(this.log_format&&this.log_format===logFormatEnum.formats.JSON){result={level:level,date:new Date().toISOString(),method:method,url:decodeURIComponent(url),correlationId:localResponseHeaders?localResponseHeaders['inin-correlation-id']?localResponseHeaders['inin-correlation-id']:'':'',statusCode:statusCode};if(localRequestHeaders)result.requestHeaders=localRequestHeaders;if(localResponseHeaders)result.responseHeaders=localResponseHeaders;if(localRequestBody)result.requestBody=localRequestBody;if(localResponseBody)result.responseBody=localResponseBody;}else{result="".concat(new Date().toISOString(),"\n=== REQUEST === \n").concat(this.formatValue('URL',decodeURIComponent(url))).concat(this.formatValue('Method',method)).concat(this.formatValue('Headers',this.formatHeaderString(localRequestHeaders))).concat(this.formatValue('Body',localRequestBody?JSON.stringify(localRequestBody,null,2):''),"\n=== RESPONSE ===\n").concat(this.formatValue('Status',statusCode)).concat(this.formatValue('Headers',this.formatHeaderString(localResponseHeaders))).concat(this.formatValue('CorrelationId',localResponseHeaders?localResponseHeaders['inin-correlation-id']?localResponseHeaders['inin-correlation-id']:'':'')).concat(this.formatValue('Body',localResponseBody?JSON.stringify(localResponseBody,null,2):''));}return result;}},{key:"formatHeaderString",value:function formatHeaderString(headers){var headerString='';if(!headers)return headerString;for(var _i=0,_Object$entries=Object.entries(headers);_i<_Object$entries.length;_i++){var _Object$entries$_i=_slicedToArray(_Object$entries[_i],2),key=_Object$entries$_i[0],value=_Object$entries$_i[1];headerString+="\n\t".concat(key,": ").concat(value);}return headerString;}},{key:"formatValue",value:function formatValue(key,value){if(!value||value===''||value==='{}')return'';return"".concat(key,": ").concat(value,"\n");}},{key:"getLogLevel",value:function getLogLevel(level){switch(level){case'error':return logLevelEnum.level.LError;case'debug':return logLevelEnum.level.LDebug;case'trace':return logLevelEnum.level.LTrace;default:return logLevelEnum.level.LNone;}}},{key:"getLogFormat",value:function getLogFormat(format){switch(format){case'json':return logFormatEnum.formats.JSON;default:return logFormatEnum.formats.TEXT;}}}]);}();var Configuration=/*#__PURE__*/function(){function Configuration(){_classCallCheck(this,Configuration);if(!Configuration.instance){Configuration.instance=this;}if(typeof window!=='undefined'){this.configPath='';}else{var os=require('os');var path=require('path');this.configPath=path.join(os.homedir(),'.genesyscloudjavascript','config');}this.watchedConfigPath;this.refresh_access_token=true;this.refresh_token_wait_max=10;this._live_reload_config=true;this.host;this.environment;this.basePath;this.authUrl;this.config;this.gateway=undefined;this.logger=new Logger();this.setEnvironment();this.liveLoadConfig();}/**
|
|
883
886
|
* live_reload_config getter
|
|
884
887
|
*/return _createClass(Configuration,[{key:"instance",get:/**
|
|
@@ -908,7 +911,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
|
|
|
908
911
|
this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
|
|
909
912
|
if(this.environment.startsWith('https://'))this.environment=this.environment.substring(8);if(this.environment.startsWith('http://'))this.environment=this.environment.substring(7);if(this.environment.startsWith('api.'))this.environment=this.environment.substring(4);this.basePath="https://api.".concat(this.environment);this.authUrl="https://login.".concat(this.environment);}},{key:"getConfUrl",value:function getConfUrl(pathType,regionUrl){if(!this.gateway)return regionUrl;if(!this.gateway.host)return regionUrl;var url=this.gateway.protocol+'://'+this.gateway.host;if(this.gateway.port>-1)url=url+':'+this.gateway.port.toString();if(pathType==='login'){if(this.gateway.path_params_login){if(this.gateway.path_params_login.startsWith('/'))url=url+this.gateway.path_params_login;else url=url+'/'+this.gateway.path_params_login;}}else{if(this.gateway.path_params_api){if(this.gateway.path_params_api.startsWith('/'))url=url+this.gateway.path_params_api;else url=url+'/'+this.gateway.path_params_api;}}return url;}},{key:"getConfigString",value:function getConfigString(section,key){if(this.config._sections[section])return this.config._sections[section][key];}},{key:"getConfigBoolean",value:function getConfigBoolean(section,key){if(this.config._sections[section]&&this.config._sections[section][key]!==undefined){if(typeof this.config._sections[section][key]==='string'){return this.config._sections[section][key]==='true';}else return this.config._sections[section][key];}}},{key:"getConfigInt",value:function getConfigInt(section,key){if(this.config._sections[section]&&this.config._sections[section][key]){if(typeof this.config._sections[section][key]==='string'){return parseInt(this.config._sections[section][key]);}else return this.config._sections[section][key];}}}]);}();/**
|
|
910
913
|
* @module purecloud-platform-client-v2/ApiClient
|
|
911
|
-
* @version
|
|
914
|
+
* @version 231.0.0
|
|
912
915
|
*/var ApiClient=/*#__PURE__*/function(){/**
|
|
913
916
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
914
917
|
* application to use this class directly - the *Api and model classes provide the public API for the service. The
|
|
@@ -1251,7 +1254,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
|
|
|
1251
1254
|
that.config.logger.log('error',error.response.status,httpMethod,url,request.headers,error.response.headers,bodyParam,error.response.data);data=that.returnExtended===true?{status:error.response.status,statusText:error.response.statusText,headers:error.response.headers,body:error.response.data,text:error.response.text,error:error}:error.response.data?error.response.data:error.response.text;}reject(data);});}});}}]);}();var AIStudioApi=/*#__PURE__*/function(){/**
|
|
1252
1255
|
* AIStudio service.
|
|
1253
1256
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
1254
|
-
* @version
|
|
1257
|
+
* @version 231.0.0
|
|
1255
1258
|
*//**
|
|
1256
1259
|
* Constructs a new AIStudioApi.
|
|
1257
1260
|
* @alias module:purecloud-platform-client-v2/api/AIStudioApi
|
|
@@ -1259,12 +1262,32 @@ that.config.logger.log('error',error.response.status,httpMethod,url,request.head
|
|
|
1259
1262
|
* @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
|
|
1260
1263
|
* default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
|
|
1261
1264
|
*/function AIStudioApi(apiClient){_classCallCheck(this,AIStudioApi);this.apiClient=apiClient||ApiClient.instance;}/**
|
|
1265
|
+
* Delete a summary setting.
|
|
1266
|
+
*
|
|
1267
|
+
* @param {String} summarySettingId Summary setting id
|
|
1268
|
+
*/return _createClass(AIStudioApi,[{key:"deleteConversationsSummariesSetting",value:function deleteConversationsSummariesSetting(summarySettingId){// verify the required parameter 'summarySettingId' is set
|
|
1269
|
+
if(summarySettingId===undefined||summarySettingId===null||summarySettingId===''){throw'Missing the required parameter "summarySettingId" when calling deleteConversationsSummariesSetting';}return this.apiClient.callApi('/api/v2/conversations/summaries/settings/{summarySettingId}','DELETE',{'summarySettingId':summarySettingId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1262
1270
|
* Start the deletion of a guide.
|
|
1263
1271
|
*
|
|
1264
1272
|
* @param {String} guideId Guide ID
|
|
1265
1273
|
* deleteGuideJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1266
|
-
*/
|
|
1274
|
+
*/},{key:"deleteGuideJobs",value:function deleteGuideJobs(guideId){// verify the required parameter 'guideId' is set
|
|
1267
1275
|
if(guideId===undefined||guideId===null||guideId===''){throw'Missing the required parameter "guideId" when calling deleteGuideJobs';}return this.apiClient.callApi('/api/v2/guides/{guideId}/jobs','DELETE',{'guideId':guideId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1276
|
+
* Receive a summary setting.
|
|
1277
|
+
*
|
|
1278
|
+
* @param {String} summarySettingId Summary setting id
|
|
1279
|
+
*/},{key:"getConversationsSummariesSetting",value:function getConversationsSummariesSetting(summarySettingId){// verify the required parameter 'summarySettingId' is set
|
|
1280
|
+
if(summarySettingId===undefined||summarySettingId===null||summarySettingId===''){throw'Missing the required parameter "summarySettingId" when calling getConversationsSummariesSetting';}return this.apiClient.callApi('/api/v2/conversations/summaries/settings/{summarySettingId}','GET',{'summarySettingId':summarySettingId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1281
|
+
* Get all summary settings.
|
|
1282
|
+
*
|
|
1283
|
+
* @param {Object} opts Optional parameters
|
|
1284
|
+
* @param {String} opts.language Filter by matching language - case insensitive.
|
|
1285
|
+
* @param {String} opts.name Filter by partially matching name - case insensitive.
|
|
1286
|
+
* @param {Object} opts.sortBy Sort by. Default value dateModified. (default to dateModified)
|
|
1287
|
+
* @param {Object} opts.sortOrder Sort Order. Default value desc. (default to desc)
|
|
1288
|
+
* @param {Number} opts.pageNumber Page number. (default to 1)
|
|
1289
|
+
* @param {Number} opts.pageSize Page size. The maximum page size is 100. (default to 25)
|
|
1290
|
+
*/},{key:"getConversationsSummariesSettings",value:function getConversationsSummariesSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/conversations/summaries/settings','GET',{},{'language':opts['language'],'name':opts['name'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1268
1291
|
* Get guide.
|
|
1269
1292
|
*
|
|
1270
1293
|
* @param {String} guideId Guide ID
|
|
@@ -1333,6 +1356,16 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
1333
1356
|
if(guideId===undefined||guideId===null||guideId===''){throw'Missing the required parameter "guideId" when calling patchGuideVersion';}// verify the required parameter 'versionId' is set
|
|
1334
1357
|
if(versionId===undefined||versionId===null||versionId===''){throw'Missing the required parameter "versionId" when calling patchGuideVersion';}// verify the required parameter 'body' is set
|
|
1335
1358
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchGuideVersion';}return this.apiClient.callApi('/api/v2/guides/{guideId}/versions/{versionId}','PATCH',{'guideId':guideId,'versionId':versionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1359
|
+
* Trigger summary preview event generation.
|
|
1360
|
+
*
|
|
1361
|
+
* @param {Object} body
|
|
1362
|
+
*/},{key:"postConversationsSummariesPreview",value:function postConversationsSummariesPreview(body){// verify the required parameter 'body' is set
|
|
1363
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsSummariesPreview';}return this.apiClient.callApi('/api/v2/conversations/summaries/preview','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1364
|
+
* Create a summary setting.
|
|
1365
|
+
*
|
|
1366
|
+
* @param {Object} body
|
|
1367
|
+
*/},{key:"postConversationsSummariesSettings",value:function postConversationsSummariesSettings(body){// verify the required parameter 'body' is set
|
|
1368
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsSummariesSettings';}return this.apiClient.callApi('/api/v2/conversations/summaries/settings','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1336
1369
|
* Start the publishing of a guide version.
|
|
1337
1370
|
*
|
|
1338
1371
|
* @param {String} guideId Guide ID
|
|
@@ -1362,10 +1395,17 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
1362
1395
|
* @param {Object} body
|
|
1363
1396
|
* postGuidesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1364
1397
|
*/},{key:"postGuidesJobs",value:function postGuidesJobs(body){// verify the required parameter 'body' is set
|
|
1365
|
-
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postGuidesJobs';}return this.apiClient.callApi('/api/v2/guides/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}
|
|
1398
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postGuidesJobs';}return this.apiClient.callApi('/api/v2/guides/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1399
|
+
* Update a summary setting.
|
|
1400
|
+
*
|
|
1401
|
+
* @param {String} summarySettingId Summary setting id
|
|
1402
|
+
* @param {Object} body
|
|
1403
|
+
*/},{key:"putConversationsSummariesSetting",value:function putConversationsSummariesSetting(summarySettingId,body){// verify the required parameter 'summarySettingId' is set
|
|
1404
|
+
if(summarySettingId===undefined||summarySettingId===null||summarySettingId===''){throw'Missing the required parameter "summarySettingId" when calling putConversationsSummariesSetting';}// verify the required parameter 'body' is set
|
|
1405
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsSummariesSetting';}return this.apiClient.callApi('/api/v2/conversations/summaries/settings/{summarySettingId}','PUT',{'summarySettingId':summarySettingId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentAssistantsApi=/*#__PURE__*/function(){/**
|
|
1366
1406
|
* AgentAssistants service.
|
|
1367
1407
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
1368
|
-
* @version
|
|
1408
|
+
* @version 231.0.0
|
|
1369
1409
|
*//**
|
|
1370
1410
|
* Constructs a new AgentAssistantsApi.
|
|
1371
1411
|
* @alias module:purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
@@ -1451,6 +1491,35 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
1451
1491
|
*/},{key:"patchAssistantQueues",value:function patchAssistantQueues(assistantId,body){// verify the required parameter 'assistantId' is set
|
|
1452
1492
|
if(assistantId===undefined||assistantId===null||assistantId===''){throw'Missing the required parameter "assistantId" when calling patchAssistantQueues';}// verify the required parameter 'body' is set
|
|
1453
1493
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchAssistantQueues';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/queues','PATCH',{'assistantId':assistantId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1494
|
+
* Bulk add users to assistant-queue (requires manual assignment mode).
|
|
1495
|
+
*
|
|
1496
|
+
* @param {String} assistantId Assistant ID
|
|
1497
|
+
* @param {String} queueId Queue ID
|
|
1498
|
+
* @param {Object} body
|
|
1499
|
+
*/},{key:"postAssistantQueueUsersBulkAdd",value:function postAssistantQueueUsersBulkAdd(assistantId,queueId,body){// verify the required parameter 'assistantId' is set
|
|
1500
|
+
if(assistantId===undefined||assistantId===null||assistantId===''){throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersBulkAdd';}// verify the required parameter 'queueId' is set
|
|
1501
|
+
if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersBulkAdd';}// verify the required parameter 'body' is set
|
|
1502
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAssistantQueueUsersBulkAdd';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/queues/{queueId}/users/bulk/add','POST',{'assistantId':assistantId,'queueId':queueId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1503
|
+
* Bulk remove users from assistant-queue (requires manual assignment mode).
|
|
1504
|
+
*
|
|
1505
|
+
* @param {String} assistantId Assistant ID
|
|
1506
|
+
* @param {String} queueId Queue ID
|
|
1507
|
+
* @param {Object} body
|
|
1508
|
+
*/},{key:"postAssistantQueueUsersBulkRemove",value:function postAssistantQueueUsersBulkRemove(assistantId,queueId,body){// verify the required parameter 'assistantId' is set
|
|
1509
|
+
if(assistantId===undefined||assistantId===null||assistantId===''){throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersBulkRemove';}// verify the required parameter 'queueId' is set
|
|
1510
|
+
if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersBulkRemove';}// verify the required parameter 'body' is set
|
|
1511
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAssistantQueueUsersBulkRemove';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/queues/{queueId}/users/bulk/remove','POST',{'assistantId':assistantId,'queueId':queueId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1512
|
+
* Query for users in the assistant-queue (requires manual assignment mode).
|
|
1513
|
+
*
|
|
1514
|
+
* @param {String} assistantId Assistant ID
|
|
1515
|
+
* @param {String} queueId Queue ID
|
|
1516
|
+
* @param {Object} body
|
|
1517
|
+
* @param {Object} opts Optional parameters
|
|
1518
|
+
* @param {Array.<String>} opts.expand Which fields, if any, to expand with.
|
|
1519
|
+
*/},{key:"postAssistantQueueUsersQuery",value:function postAssistantQueueUsersQuery(assistantId,queueId,body,opts){opts=opts||{};// verify the required parameter 'assistantId' is set
|
|
1520
|
+
if(assistantId===undefined||assistantId===null||assistantId===''){throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersQuery';}// verify the required parameter 'queueId' is set
|
|
1521
|
+
if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersQuery';}// verify the required parameter 'body' is set
|
|
1522
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAssistantQueueUsersQuery';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/queues/{queueId}/users/query','POST',{'assistantId':assistantId,'queueId':queueId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1454
1523
|
* Create an Assistant.
|
|
1455
1524
|
*
|
|
1456
1525
|
* @param {Object} body
|
|
@@ -1467,7 +1536,7 @@ if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required
|
|
|
1467
1536
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantQueue';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/queues/{queueId}','PUT',{'assistantId':assistantId,'queueId':queueId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentCopilotApi=/*#__PURE__*/function(){/**
|
|
1468
1537
|
* AgentCopilot service.
|
|
1469
1538
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
1470
|
-
* @version
|
|
1539
|
+
* @version 231.0.0
|
|
1471
1540
|
*//**
|
|
1472
1541
|
* Constructs a new AgentCopilotApi.
|
|
1473
1542
|
* @alias module:purecloud-platform-client-v2/api/AgentCopilotApi
|
|
@@ -1489,7 +1558,7 @@ if(assistantId===undefined||assistantId===null||assistantId===''){throw'Missing
|
|
|
1489
1558
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantCopilot';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/copilot','PUT',{'assistantId':assistantId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentUIApi=/*#__PURE__*/function(){/**
|
|
1490
1559
|
* AgentUI service.
|
|
1491
1560
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
1492
|
-
* @version
|
|
1561
|
+
* @version 231.0.0
|
|
1493
1562
|
*//**
|
|
1494
1563
|
* Constructs a new AgentUIApi.
|
|
1495
1564
|
* @alias module:purecloud-platform-client-v2/api/AgentUIApi
|
|
@@ -1523,7 +1592,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
|
|
|
1523
1592
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AlertingApi=/*#__PURE__*/function(){/**
|
|
1524
1593
|
* Alerting service.
|
|
1525
1594
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1526
|
-
* @version
|
|
1595
|
+
* @version 231.0.0
|
|
1527
1596
|
*//**
|
|
1528
1597
|
* Constructs a new AlertingApi.
|
|
1529
1598
|
* @alias module:purecloud-platform-client-v2/api/AlertingApi
|
|
@@ -1612,7 +1681,7 @@ if(ruleId===undefined||ruleId===null||ruleId===''){throw'Missing the required pa
|
|
|
1612
1681
|
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(){/**
|
|
1613
1682
|
* Analytics service.
|
|
1614
1683
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1615
|
-
* @version
|
|
1684
|
+
* @version 231.0.0
|
|
1616
1685
|
*//**
|
|
1617
1686
|
* Constructs a new AnalyticsApi.
|
|
1618
1687
|
* @alias module:purecloud-platform-client-v2/api/AnalyticsApi
|
|
@@ -1845,6 +1914,23 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
1845
1914
|
* Lookup the datalake availability date and time
|
|
1846
1915
|
*
|
|
1847
1916
|
*/},{key:"getAnalyticsConversationsDetailsJobsAvailability",value:function getAnalyticsConversationsDetailsJobsAvailability(){return this.apiClient.callApi('/api/v2/analytics/conversations/details/jobs/availability','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1917
|
+
* Get analytics data warehouse file download
|
|
1918
|
+
*
|
|
1919
|
+
* @param {String} downloadId Unique file Id to download
|
|
1920
|
+
* getAnalyticsDataextractionDownload is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1921
|
+
*/},{key:"getAnalyticsDataextractionDownload",value:function getAnalyticsDataextractionDownload(downloadId){// verify the required parameter 'downloadId' is set
|
|
1922
|
+
if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the required parameter "downloadId" when calling getAnalyticsDataextractionDownload';}return this.apiClient.callApi('/api/v2/analytics/dataextraction/downloads/{downloadId}','GET',{'downloadId':downloadId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1923
|
+
* Get metadata on files available for extraction
|
|
1924
|
+
*
|
|
1925
|
+
* @param {Object} opts Optional parameters
|
|
1926
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
1927
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
1928
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
1929
|
+
* @param {String} opts.dataSchema Data schema like conversations
|
|
1930
|
+
* @param {Date} opts.dateStart Start DateTime filter. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
|
|
1931
|
+
* @param {Date} opts.dateEnd End DateTime filter. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
|
|
1932
|
+
* getAnalyticsDataextractionDownloadsMetadata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1933
|
+
*/},{key:"getAnalyticsDataextractionDownloadsMetadata",value:function getAnalyticsDataextractionDownloadsMetadata(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/analytics/dataextraction/downloads/metadata','GET',{},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize'],'dataSchema':opts['dataSchema'],'dateStart':opts['dateStart'],'dateEnd':opts['dateEnd']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
1848
1934
|
* Get analytics data retention setting
|
|
1849
1935
|
*
|
|
1850
1936
|
*/},{key:"getAnalyticsDataretentionSettings",value:function getAnalyticsDataretentionSettings(){return this.apiClient.callApi('/api/v2/analytics/dataretention/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -2155,6 +2241,12 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
2155
2241
|
* @param {Object} body query
|
|
2156
2242
|
*/},{key:"postAnalyticsConversationsDetailsQuery",value:function postAnalyticsConversationsDetailsQuery(body){// verify the required parameter 'body' is set
|
|
2157
2243
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsConversationsDetailsQuery';}return this.apiClient.callApi('/api/v2/analytics/conversations/details/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
2244
|
+
* Get download URLs for analytics data warehouse files
|
|
2245
|
+
*
|
|
2246
|
+
* @param {Object} body request
|
|
2247
|
+
* postAnalyticsDataextractionDownloadsBulk is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2248
|
+
*/},{key:"postAnalyticsDataextractionDownloadsBulk",value:function postAnalyticsDataextractionDownloadsBulk(body){// verify the required parameter 'body' is set
|
|
2249
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsDataextractionDownloadsBulk';}return this.apiClient.callApi('/api/v2/analytics/dataextraction/downloads/bulk','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
2158
2250
|
* Query for evaluation aggregates asynchronously
|
|
2159
2251
|
*
|
|
2160
2252
|
* @param {Object} body query
|
|
@@ -2365,7 +2457,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
2365
2457
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsDataretentionSettings';}return this.apiClient.callApi('/api/v2/analytics/dataretention/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ArchitectApi=/*#__PURE__*/function(){/**
|
|
2366
2458
|
* Architect service.
|
|
2367
2459
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2368
|
-
* @version
|
|
2460
|
+
* @version 231.0.0
|
|
2369
2461
|
*//**
|
|
2370
2462
|
* Constructs a new ArchitectApi.
|
|
2371
2463
|
* @alias module:purecloud-platform-client-v2/api/ArchitectApi
|
|
@@ -3499,7 +3591,7 @@ if(milestoneId===undefined||milestoneId===null||milestoneId===''){throw'Missing
|
|
|
3499
3591
|
if(flowOutcomeId===undefined||flowOutcomeId===null||flowOutcomeId===''){throw'Missing the required parameter "flowOutcomeId" when calling putFlowsOutcome';}return this.apiClient.callApi('/api/v2/flows/outcomes/{flowOutcomeId}','PUT',{'flowOutcomeId':flowOutcomeId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuditApi=/*#__PURE__*/function(){/**
|
|
3500
3592
|
* Audit service.
|
|
3501
3593
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
3502
|
-
* @version
|
|
3594
|
+
* @version 231.0.0
|
|
3503
3595
|
*//**
|
|
3504
3596
|
* Constructs a new AuditApi.
|
|
3505
3597
|
* @alias module:purecloud-platform-client-v2/api/AuditApi
|
|
@@ -3549,7 +3641,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
3549
3641
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAuditsQueryRealtimeRelated';}return this.apiClient.callApi('/api/v2/audits/query/realtime/related','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuthorizationApi=/*#__PURE__*/function(){/**
|
|
3550
3642
|
* Authorization service.
|
|
3551
3643
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
3552
|
-
* @version
|
|
3644
|
+
* @version 231.0.0
|
|
3553
3645
|
*//**
|
|
3554
3646
|
* Constructs a new AuthorizationApi.
|
|
3555
3647
|
* @alias module:purecloud-platform-client-v2/api/AuthorizationApi
|
|
@@ -3984,7 +4076,7 @@ if(subjectId===undefined||subjectId===null||subjectId===''){throw'Missing the re
|
|
|
3984
4076
|
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(){/**
|
|
3985
4077
|
* Billing service.
|
|
3986
4078
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
3987
|
-
* @version
|
|
4079
|
+
* @version 231.0.0
|
|
3988
4080
|
*//**
|
|
3989
4081
|
* Constructs a new BillingApi.
|
|
3990
4082
|
* @alias module:purecloud-platform-client-v2/api/BillingApi
|
|
@@ -4061,7 +4153,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
|
|
|
4061
4153
|
if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missing the required parameter "trustorOrgId" when calling getBillingTrusteebillingoverviewTrustorOrgId';}return this.apiClient.callApi('/api/v2/billing/trusteebillingoverview/{trustorOrgId}','GET',{'trustorOrgId':trustorOrgId},{'billingPeriodIndex':opts['billingPeriodIndex']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var BusinessRulesApi=/*#__PURE__*/function(){/**
|
|
4062
4154
|
* BusinessRules service.
|
|
4063
4155
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
4064
|
-
* @version
|
|
4156
|
+
* @version 231.0.0
|
|
4065
4157
|
*//**
|
|
4066
4158
|
* Constructs a new BusinessRulesApi.
|
|
4067
4159
|
* @alias module:purecloud-platform-client-v2/api/BusinessRulesApi
|
|
@@ -4311,7 +4403,7 @@ if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the requi
|
|
|
4311
4403
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putBusinessrulesSchema';}return this.apiClient.callApi('/api/v2/businessrules/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CarrierServicesApi=/*#__PURE__*/function(){/**
|
|
4312
4404
|
* CarrierServices service.
|
|
4313
4405
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
4314
|
-
* @version
|
|
4406
|
+
* @version 231.0.0
|
|
4315
4407
|
*//**
|
|
4316
4408
|
* Constructs a new CarrierServicesApi.
|
|
4317
4409
|
* @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
|
|
@@ -4331,7 +4423,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
|
|
|
4331
4423
|
*/},{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(){/**
|
|
4332
4424
|
* Chat service.
|
|
4333
4425
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
4334
|
-
* @version
|
|
4426
|
+
* @version 231.0.0
|
|
4335
4427
|
*//**
|
|
4336
4428
|
* Constructs a new ChatApi.
|
|
4337
4429
|
* @alias module:purecloud-platform-client-v2/api/ChatApi
|
|
@@ -4562,7 +4654,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
4562
4654
|
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(){/**
|
|
4563
4655
|
* Coaching service.
|
|
4564
4656
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
4565
|
-
* @version
|
|
4657
|
+
* @version 231.0.0
|
|
4566
4658
|
*//**
|
|
4567
4659
|
* Constructs a new CoachingApi.
|
|
4568
4660
|
* @alias module:purecloud-platform-client-v2/api/CoachingApi
|
|
@@ -4715,7 +4807,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
4715
4807
|
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(){/**
|
|
4716
4808
|
* ContentManagement service.
|
|
4717
4809
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
4718
|
-
* @version
|
|
4810
|
+
* @version 231.0.0
|
|
4719
4811
|
*//**
|
|
4720
4812
|
* Constructs a new ContentManagementApi.
|
|
4721
4813
|
* @alias module:purecloud-platform-client-v2/api/ContentManagementApi
|
|
@@ -4997,7 +5089,7 @@ if(tagId===undefined||tagId===null||tagId===''){throw'Missing the required param
|
|
|
4997
5089
|
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(){/**
|
|
4998
5090
|
* Conversations service.
|
|
4999
5091
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
5000
|
-
* @version
|
|
5092
|
+
* @version 231.0.0
|
|
5001
5093
|
*//**
|
|
5002
5094
|
* Constructs a new ConversationsApi.
|
|
5003
5095
|
* @alias module:purecloud-platform-client-v2/api/ConversationsApi
|
|
@@ -5016,6 +5108,11 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
5016
5108
|
* @param {String} jobId jobId
|
|
5017
5109
|
*/},{key:"deleteAnalyticsConversationsDetailsJob",value:function deleteAnalyticsConversationsDetailsJob(jobId){// verify the required parameter 'jobId' is set
|
|
5018
5110
|
if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsDetailsJob';}return this.apiClient.callApi('/api/v2/analytics/conversations/details/jobs/{jobId}','DELETE',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
5111
|
+
* Update a conversation by disconnecting all of the participants
|
|
5112
|
+
*
|
|
5113
|
+
* @param {String} conversationId conversation ID
|
|
5114
|
+
*/},{key:"deleteConversation",value:function deleteConversation(conversationId){// verify the required parameter 'conversationId' is set
|
|
5115
|
+
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling deleteConversation';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}','DELETE',{'conversationId':conversationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
5019
5116
|
* Delete a code used to add a communication to this participant
|
|
5020
5117
|
*
|
|
5021
5118
|
* @param {String} conversationId conversation ID
|
|
@@ -5777,6 +5874,13 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
5777
5874
|
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling patchConversationParticipantAttributes';}// verify the required parameter 'participantId' is set
|
|
5778
5875
|
if(participantId===undefined||participantId===null||participantId===''){throw'Missing the required parameter "participantId" when calling patchConversationParticipantAttributes';}// verify the required parameter 'body' is set
|
|
5779
5876
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationParticipantAttributes';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/participants/{participantId}/attributes','PATCH',{'conversationId':conversationId,'participantId':participantId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
5877
|
+
* Update a conversation by setting its recording state
|
|
5878
|
+
*
|
|
5879
|
+
* @param {String} conversationId conversation ID
|
|
5880
|
+
* @param {Object} body SetRecordingState
|
|
5881
|
+
*/},{key:"patchConversationRecordingstate",value:function patchConversationRecordingstate(conversationId,body){// verify the required parameter 'conversationId' is set
|
|
5882
|
+
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling patchConversationRecordingstate';}// verify the required parameter 'body' is set
|
|
5883
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationRecordingstate';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/recordingstate','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
5780
5884
|
* Update the secure attributes on a conversation.
|
|
5781
5885
|
*
|
|
5782
5886
|
* @param {String} conversationId conversation ID
|
|
@@ -5827,6 +5931,13 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
5827
5931
|
*/},{key:"patchConversationsCall",value:function patchConversationsCall(conversationId,body){// verify the required parameter 'conversationId' is set
|
|
5828
5932
|
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling patchConversationsCall';}// verify the required parameter 'body' is set
|
|
5829
5933
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationsCall';}return this.apiClient.callApi('/api/v2/conversations/calls/{conversationId}','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
5934
|
+
* Update a conversation by merging in other conversations to create a conference
|
|
5935
|
+
*
|
|
5936
|
+
* @param {String} conversationId conversationId
|
|
5937
|
+
* @param {Object} body UpdateConferenceRequest
|
|
5938
|
+
*/},{key:"patchConversationsCallConference",value:function patchConversationsCallConference(conversationId,body){// verify the required parameter 'conversationId' is set
|
|
5939
|
+
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling patchConversationsCallConference';}// verify the required parameter 'body' is set
|
|
5940
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationsCallConference';}return this.apiClient.callApi('/api/v2/conversations/calls/{conversationId}/conference','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
5830
5941
|
* Update conversation participant
|
|
5831
5942
|
*
|
|
5832
5943
|
* @param {String} conversationId conversationId
|
|
@@ -6435,6 +6546,15 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
6435
6546
|
*/},{key:"postConversationsCallParticipants",value:function postConversationsCallParticipants(conversationId,body){// verify the required parameter 'conversationId' is set
|
|
6436
6547
|
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipants';}// verify the required parameter 'body' is set
|
|
6437
6548
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsCallParticipants';}return this.apiClient.callApi('/api/v2/conversations/calls/{conversationId}/participants','POST',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
6549
|
+
* Add participants to a conversation without a user context
|
|
6550
|
+
*
|
|
6551
|
+
* @param {String} conversationId conversationId
|
|
6552
|
+
* @param {String} userId userId
|
|
6553
|
+
* @param {Object} body Conversation
|
|
6554
|
+
*/},{key:"postConversationsCallParticipantsUserUserId",value:function postConversationsCallParticipantsUserUserId(conversationId,userId,body){// verify the required parameter 'conversationId' is set
|
|
6555
|
+
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantsUserUserId';}// verify the required parameter 'userId' is set
|
|
6556
|
+
if(userId===undefined||userId===null||userId===''){throw'Missing the required parameter "userId" when calling postConversationsCallParticipantsUserUserId';}// verify the required parameter 'body' is set
|
|
6557
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsCallParticipantsUserUserId';}return this.apiClient.callApi('/api/v2/conversations/calls/{conversationId}/participants/user/{userId}','POST',{'conversationId':conversationId,'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
6438
6558
|
* Apply wrap-up for this conversation communication
|
|
6439
6559
|
*
|
|
6440
6560
|
* @param {String} conversationId conversationId
|
|
@@ -6475,6 +6595,13 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
6475
6595
|
* @param {Object} body Call request
|
|
6476
6596
|
*/},{key:"postConversationsCalls",value:function postConversationsCalls(body){// verify the required parameter 'body' is set
|
|
6477
6597
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsCalls';}return this.apiClient.callApi('/api/v2/conversations/calls','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
6598
|
+
* Create a call conversation on behalf of a user
|
|
6599
|
+
*
|
|
6600
|
+
* @param {String} userId userId
|
|
6601
|
+
* @param {Object} body Call request
|
|
6602
|
+
*/},{key:"postConversationsCallsUserUserId",value:function postConversationsCallsUserUserId(userId,body){// verify the required parameter 'userId' is set
|
|
6603
|
+
if(userId===undefined||userId===null||userId===''){throw'Missing the required parameter "userId" when calling postConversationsCallsUserUserId';}// verify the required parameter 'body' is set
|
|
6604
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsCallsUserUserId';}return this.apiClient.callApi('/api/v2/conversations/calls/user/{userId}','POST',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
6478
6605
|
* Send a message on behalf of a communication in a chat conversation.
|
|
6479
6606
|
* This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
|
|
6480
6607
|
* @param {String} conversationId conversationId
|
|
@@ -6585,7 +6712,7 @@ if(conversationId===undefined||conversationId===null||conversationId===''){throw
|
|
|
6585
6712
|
if(participantId===undefined||participantId===null||participantId===''){throw'Missing the required parameter "participantId" when calling postConversationsEmailParticipantReplace';}// verify the required parameter 'body' is set
|
|
6586
6713
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsEmailParticipantReplace';}return this.apiClient.callApi('/api/v2/conversations/emails/{conversationId}/participants/{participantId}/replace','POST',{'conversationId':conversationId,'participantId':participantId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
6587
6714
|
* Reconnect the user to the most recently disconnected customer on a fully disconnected email conversation
|
|
6588
|
-
*
|
|
6715
|
+
* This request is not valid when using the Client Credentials OAuth grant.
|
|
6589
6716
|
* @param {String} conversationId conversationId
|
|
6590
6717
|
*/},{key:"postConversationsEmailReconnect",value:function postConversationsEmailReconnect(conversationId){// verify the required parameter 'conversationId' is set
|
|
6591
6718
|
if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling postConversationsEmailReconnect';}return this.apiClient.callApi('/api/v2/conversations/emails/{conversationId}/reconnect','POST',{'conversationId':conversationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -7009,7 +7136,7 @@ if(conversationId===undefined||conversationId===null||conversationId===''){throw
|
|
|
7009
7136
|
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(){/**
|
|
7010
7137
|
* DataExtensions service.
|
|
7011
7138
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
7012
|
-
* @version
|
|
7139
|
+
* @version 231.0.0
|
|
7013
7140
|
*//**
|
|
7014
7141
|
* Constructs a new DataExtensionsApi.
|
|
7015
7142
|
* @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
|
|
@@ -7030,7 +7157,7 @@ if(coretypeName===undefined||coretypeName===null||coretypeName===''){throw'Missi
|
|
|
7030
7157
|
*/},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DataPrivacyApi=/*#__PURE__*/function(){/**
|
|
7031
7158
|
* DataPrivacy service.
|
|
7032
7159
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
7033
|
-
* @version
|
|
7160
|
+
* @version 231.0.0
|
|
7034
7161
|
*//**
|
|
7035
7162
|
* Constructs a new DataPrivacyApi.
|
|
7036
7163
|
* @alias module:purecloud-platform-client-v2/api/DataPrivacyApi
|
|
@@ -7070,7 +7197,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
7070
7197
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postDataprivacyMaskingrulesValidate';}return this.apiClient.callApi('/api/v2/dataprivacy/maskingrules/validate','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DownloadsApi=/*#__PURE__*/function(){/**
|
|
7071
7198
|
* Downloads service.
|
|
7072
7199
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
7073
|
-
* @version
|
|
7200
|
+
* @version 231.0.0
|
|
7074
7201
|
*//**
|
|
7075
7202
|
* Constructs a new DownloadsApi.
|
|
7076
7203
|
* @alias module:purecloud-platform-client-v2/api/DownloadsApi
|
|
@@ -7089,7 +7216,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
7089
7216
|
if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the required parameter "downloadId" when calling getDownload';}return this.apiClient.callApi('/api/v2/downloads/{downloadId}','GET',{'downloadId':downloadId},{'contentDisposition':opts['contentDisposition'],'issueRedirect':opts['issueRedirect'],'redirectToAuth':opts['redirectToAuth']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmailsApi=/*#__PURE__*/function(){/**
|
|
7090
7217
|
* Emails service.
|
|
7091
7218
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
7092
|
-
* @version
|
|
7219
|
+
* @version 231.0.0
|
|
7093
7220
|
*//**
|
|
7094
7221
|
* Constructs a new EmailsApi.
|
|
7095
7222
|
* @alias module:purecloud-platform-client-v2/api/EmailsApi
|
|
@@ -7118,7 +7245,7 @@ if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the
|
|
|
7118
7245
|
*/},{key:"patchEmailsSettingsThreading",value:function patchEmailsSettingsThreading(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings/threading','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmployeeEngagementApi=/*#__PURE__*/function(){/**
|
|
7119
7246
|
* EmployeeEngagement service.
|
|
7120
7247
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
7121
|
-
* @version
|
|
7248
|
+
* @version 231.0.0
|
|
7122
7249
|
*//**
|
|
7123
7250
|
* Constructs a new EmployeeEngagementApi.
|
|
7124
7251
|
* @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
@@ -7156,7 +7283,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
7156
7283
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEmployeeengagementRecognitions';}return this.apiClient.callApi('/api/v2/employeeengagement/recognitions','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EventsApi=/*#__PURE__*/function(){/**
|
|
7157
7284
|
* Events service.
|
|
7158
7285
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
7159
|
-
* @version
|
|
7286
|
+
* @version 231.0.0
|
|
7160
7287
|
*//**
|
|
7161
7288
|
* Constructs a new EventsApi.
|
|
7162
7289
|
* @alias module:purecloud-platform-client-v2/api/EventsApi
|
|
@@ -7181,7 +7308,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
7181
7308
|
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(){/**
|
|
7182
7309
|
* ExternalContacts service.
|
|
7183
7310
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
7184
|
-
* @version
|
|
7311
|
+
* @version 231.0.0
|
|
7185
7312
|
*//**
|
|
7186
7313
|
* Constructs a new ExternalContactsApi.
|
|
7187
7314
|
* @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
|
|
@@ -7931,7 +8058,7 @@ if(relationshipId===undefined||relationshipId===null||relationshipId===''){throw
|
|
|
7931
8058
|
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(){/**
|
|
7932
8059
|
* Fax service.
|
|
7933
8060
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
7934
|
-
* @version
|
|
8061
|
+
* @version 231.0.0
|
|
7935
8062
|
*//**
|
|
7936
8063
|
* Constructs a new FaxApi.
|
|
7937
8064
|
* @alias module:purecloud-platform-client-v2/api/FaxApi
|
|
@@ -7980,7 +8107,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
7980
8107
|
*/},{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(){/**
|
|
7981
8108
|
* Flows service.
|
|
7982
8109
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
7983
|
-
* @version
|
|
8110
|
+
* @version 231.0.0
|
|
7984
8111
|
*//**
|
|
7985
8112
|
* Constructs a new FlowsApi.
|
|
7986
8113
|
* @alias module:purecloud-platform-client-v2/api/FlowsApi
|
|
@@ -8034,7 +8161,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8034
8161
|
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(){/**
|
|
8035
8162
|
* Gamification service.
|
|
8036
8163
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
8037
|
-
* @version
|
|
8164
|
+
* @version 231.0.0
|
|
8038
8165
|
*//**
|
|
8039
8166
|
* Constructs a new GamificationApi.
|
|
8040
8167
|
* @alias module:purecloud-platform-client-v2/api/GamificationApi
|
|
@@ -8687,7 +8814,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8687
8814
|
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(){/**
|
|
8688
8815
|
* GeneralDataProtectionRegulation service.
|
|
8689
8816
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
8690
|
-
* @version
|
|
8817
|
+
* @version 231.0.0
|
|
8691
8818
|
*//**
|
|
8692
8819
|
* Constructs a new GeneralDataProtectionRegulationApi.
|
|
8693
8820
|
* @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
@@ -8722,7 +8849,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
|
|
|
8722
8849
|
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(){/**
|
|
8723
8850
|
* Geolocation service.
|
|
8724
8851
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
8725
|
-
* @version
|
|
8852
|
+
* @version 231.0.0
|
|
8726
8853
|
*//**
|
|
8727
8854
|
* Constructs a new GeolocationApi.
|
|
8728
8855
|
* @alias module:purecloud-platform-client-v2/api/GeolocationApi
|
|
@@ -8756,7 +8883,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
|
|
|
8756
8883
|
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(){/**
|
|
8757
8884
|
* Greetings service.
|
|
8758
8885
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
8759
|
-
* @version
|
|
8886
|
+
* @version 231.0.0
|
|
8760
8887
|
*//**
|
|
8761
8888
|
* Constructs a new GreetingsApi.
|
|
8762
8889
|
* @alias module:purecloud-platform-client-v2/api/GreetingsApi
|
|
@@ -8884,7 +9011,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
8884
9011
|
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(){/**
|
|
8885
9012
|
* Groups service.
|
|
8886
9013
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
8887
|
-
* @version
|
|
9014
|
+
* @version 231.0.0
|
|
8888
9015
|
*//**
|
|
8889
9016
|
* Constructs a new GroupsApi.
|
|
8890
9017
|
* @alias module:purecloud-platform-client-v2/api/GroupsApi
|
|
@@ -9017,7 +9144,7 @@ if(groupId===undefined||groupId===null||groupId===''){throw'Missing the required
|
|
|
9017
9144
|
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(){/**
|
|
9018
9145
|
* IdentityProvider service.
|
|
9019
9146
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
9020
|
-
* @version
|
|
9147
|
+
* @version 231.0.0
|
|
9021
9148
|
*//**
|
|
9022
9149
|
* Constructs a new IdentityProviderApi.
|
|
9023
9150
|
* @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
|
|
@@ -9173,7 +9300,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
9173
9300
|
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(){/**
|
|
9174
9301
|
* InfrastructureAsCode service.
|
|
9175
9302
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
9176
|
-
* @version
|
|
9303
|
+
* @version 231.0.0
|
|
9177
9304
|
*//**
|
|
9178
9305
|
* Constructs a new InfrastructureAsCodeApi.
|
|
9179
9306
|
* @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
@@ -9227,7 +9354,7 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
9227
9354
|
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(){/**
|
|
9228
9355
|
* Integrations service.
|
|
9229
9356
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
9230
|
-
* @version
|
|
9357
|
+
* @version 231.0.0
|
|
9231
9358
|
*//**
|
|
9232
9359
|
* Constructs a new IntegrationsApi.
|
|
9233
9360
|
* @alias module:purecloud-platform-client-v2/api/IntegrationsApi
|
|
@@ -9914,7 +10041,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null||ucIntegrationId===''){th
|
|
|
9914
10041
|
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(){/**
|
|
9915
10042
|
* Journey service.
|
|
9916
10043
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
9917
|
-
* @version
|
|
10044
|
+
* @version 231.0.0
|
|
9918
10045
|
*//**
|
|
9919
10046
|
* Constructs a new JourneyApi.
|
|
9920
10047
|
* @alias module:purecloud-platform-client-v2/api/JourneyApi
|
|
@@ -10234,6 +10361,14 @@ if(eventDefinitionId===undefined||eventDefinitionId===null||eventDefinitionId===
|
|
|
10234
10361
|
* @param {String} opts.interval An absolute timeframe for filtering the jobs, expressed as an ISO 8601 interval.
|
|
10235
10362
|
* @param {String} opts.statuses Job statuses to filter for
|
|
10236
10363
|
*/},{key:"getJourneyViewsJobs",value:function getJourneyViewsJobs(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/views/jobs','GET',{},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize'],'interval':opts['interval'],'statuses':opts['statuses']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
10364
|
+
* Get my jobs
|
|
10365
|
+
*
|
|
10366
|
+
* @param {Object} opts Optional parameters
|
|
10367
|
+
* @param {Number} opts.pageNumber The number of the page to return (default to 1)
|
|
10368
|
+
* @param {Number} opts.pageSize Max number of entities to return (default to 25)
|
|
10369
|
+
* @param {String} opts.interval An absolute timeframe for filtering the jobs, expressed as an ISO 8601 interval.
|
|
10370
|
+
* @param {String} opts.statuses Job statuses to filter for
|
|
10371
|
+
*/},{key:"getJourneyViewsJobsMe",value:function getJourneyViewsJobsMe(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/views/jobs/me','GET',{},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize'],'interval':opts['interval'],'statuses':opts['statuses']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
10237
10372
|
* Get the journey schedules for an organization.
|
|
10238
10373
|
*
|
|
10239
10374
|
* @param {Object} opts Optional parameters
|
|
@@ -10415,7 +10550,7 @@ if(versionId===undefined||versionId===null||versionId===''){throw'Missing the re
|
|
|
10415
10550
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putJourneyViewVersion';}return this.apiClient.callApi('/api/v2/journey/views/{viewId}/versions/{versionId}','PUT',{'viewId':viewId,'versionId':versionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var KnowledgeApi=/*#__PURE__*/function(){/**
|
|
10416
10551
|
* Knowledge service.
|
|
10417
10552
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
10418
|
-
* @version
|
|
10553
|
+
* @version 231.0.0
|
|
10419
10554
|
*//**
|
|
10420
10555
|
* Constructs a new KnowledgeApi.
|
|
10421
10556
|
* @alias module:purecloud-platform-client-v2/api/KnowledgeApi
|
|
@@ -11485,7 +11620,7 @@ if(sourceId===undefined||sourceId===null||sourceId===''){throw'Missing the requi
|
|
|
11485
11620
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}','PUT',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
|
|
11486
11621
|
* LanguageUnderstanding service.
|
|
11487
11622
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
11488
|
-
* @version
|
|
11623
|
+
* @version 231.0.0
|
|
11489
11624
|
*//**
|
|
11490
11625
|
* Constructs a new LanguageUnderstandingApi.
|
|
11491
11626
|
* @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
@@ -11587,6 +11722,28 @@ if(domainId===undefined||domainId===null||domainId===''){throw'Missing the requi
|
|
|
11587
11722
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
11588
11723
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
11589
11724
|
*/},{key:"getLanguageunderstandingDomains",value:function getLanguageunderstandingDomains(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/languageunderstanding/domains','GET',{},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11725
|
+
* Get list of all ignored phrases of the specified language code
|
|
11726
|
+
*
|
|
11727
|
+
* @param {String} languageCode Language Code
|
|
11728
|
+
* @param {Object} opts Optional parameters
|
|
11729
|
+
* @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 200. (default to 25)
|
|
11730
|
+
* @param {Number} opts.pageNumber The page number for the listing (default to 1)
|
|
11731
|
+
* @param {String} opts.text The phrase text filter applied to the listing
|
|
11732
|
+
* @param {Object} opts.sortOrder The sort order for the listing (default to desc)
|
|
11733
|
+
* @param {Object} opts.sortBy The field to sort by for the listing (default to dateModified)
|
|
11734
|
+
*/},{key:"getLanguageunderstandingIgnorephrase",value:function getLanguageunderstandingIgnorephrase(languageCode,opts){opts=opts||{};// verify the required parameter 'languageCode' is set
|
|
11735
|
+
if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling getLanguageunderstandingIgnorephrase';}return this.apiClient.callApi('/api/v2/languageunderstanding/ignorephrases/{languageCode}','GET',{'languageCode':languageCode},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'text':opts['text'],'sortOrder':opts['sortOrder'],'sortBy':opts['sortBy']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11736
|
+
* Get list of all ignored topics of the specified language code
|
|
11737
|
+
*
|
|
11738
|
+
* @param {String} languageCode Language Code
|
|
11739
|
+
* @param {Object} opts Optional parameters
|
|
11740
|
+
* @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 200. (default to 25)
|
|
11741
|
+
* @param {Number} opts.pageNumber The page number for the listing (default to 1)
|
|
11742
|
+
* @param {String} opts.text The topic text filter applied to the listing
|
|
11743
|
+
* @param {Object} opts.sortOrder The sort order for the listing (default to desc)
|
|
11744
|
+
* @param {Object} opts.sortBy The field to sort by for the listing (default to dateModified)
|
|
11745
|
+
*/},{key:"getLanguageunderstandingIgnoretopic",value:function getLanguageunderstandingIgnoretopic(languageCode,opts){opts=opts||{};// verify the required parameter 'languageCode' is set
|
|
11746
|
+
if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling getLanguageunderstandingIgnoretopic';}return this.apiClient.callApi('/api/v2/languageunderstanding/ignoretopics/{languageCode}','GET',{'languageCode':languageCode},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'text':opts['text'],'sortOrder':opts['sortOrder'],'sortBy':opts['sortBy']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11590
11747
|
* Get information about a miner.
|
|
11591
11748
|
*
|
|
11592
11749
|
* @param {String} minerId Miner ID
|
|
@@ -11714,6 +11871,34 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
11714
11871
|
* @param {Object} body The NLU Domain to create.
|
|
11715
11872
|
*/},{key:"postLanguageunderstandingDomains",value:function postLanguageunderstandingDomains(body){// verify the required parameter 'body' is set
|
|
11716
11873
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguageunderstandingDomains';}return this.apiClient.callApi('/api/v2/languageunderstanding/domains','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11874
|
+
* Add phrases to the ignored phrases list
|
|
11875
|
+
*
|
|
11876
|
+
* @param {String} languageCode Language Code
|
|
11877
|
+
* @param {Object} body Request body containing phrases to be ignored
|
|
11878
|
+
*/},{key:"postLanguageunderstandingIgnorephrase",value:function postLanguageunderstandingIgnorephrase(languageCode,body){// verify the required parameter 'languageCode' is set
|
|
11879
|
+
if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnorephrase';}// verify the required parameter 'body' is set
|
|
11880
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnorephrase';}return this.apiClient.callApi('/api/v2/languageunderstanding/ignorephrases/{languageCode}','POST',{'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11881
|
+
* Delete ignored phrases
|
|
11882
|
+
*
|
|
11883
|
+
* @param {String} languageCode Language Code
|
|
11884
|
+
* @param {Object} body Request body containing entities to be removed
|
|
11885
|
+
*/},{key:"postLanguageunderstandingIgnorephraseRemove",value:function postLanguageunderstandingIgnorephraseRemove(languageCode,body){// verify the required parameter 'languageCode' is set
|
|
11886
|
+
if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnorephraseRemove';}// verify the required parameter 'body' is set
|
|
11887
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnorephraseRemove';}return this.apiClient.callApi('/api/v2/languageunderstanding/ignorephrases/{languageCode}/remove','POST',{'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11888
|
+
* Add topics to the ignored topics list
|
|
11889
|
+
*
|
|
11890
|
+
* @param {String} languageCode Language Code
|
|
11891
|
+
* @param {Object} body Request body containing topics to be ignored
|
|
11892
|
+
*/},{key:"postLanguageunderstandingIgnoretopic",value:function postLanguageunderstandingIgnoretopic(languageCode,body){// verify the required parameter 'languageCode' is set
|
|
11893
|
+
if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnoretopic';}// verify the required parameter 'body' is set
|
|
11894
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnoretopic';}return this.apiClient.callApi('/api/v2/languageunderstanding/ignoretopics/{languageCode}','POST',{'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11895
|
+
* Delete ignored topics
|
|
11896
|
+
*
|
|
11897
|
+
* @param {String} languageCode Language Code
|
|
11898
|
+
* @param {Object} body Request body containing entities to be removed
|
|
11899
|
+
*/},{key:"postLanguageunderstandingIgnoretopicRemove",value:function postLanguageunderstandingIgnoretopicRemove(languageCode,body){// verify the required parameter 'languageCode' is set
|
|
11900
|
+
if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnoretopicRemove';}// verify the required parameter 'body' is set
|
|
11901
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnoretopicRemove';}return this.apiClient.callApi('/api/v2/languageunderstanding/ignoretopics/{languageCode}/remove','POST',{'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11717
11902
|
* Create a new draft resource.
|
|
11718
11903
|
*
|
|
11719
11904
|
* @param {String} minerId Miner ID
|
|
@@ -11744,7 +11929,7 @@ if(domainVersionId===undefined||domainVersionId===null||domainVersionId===''){th
|
|
|
11744
11929
|
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(){/**
|
|
11745
11930
|
* Languages service.
|
|
11746
11931
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
11747
|
-
* @version
|
|
11932
|
+
* @version 231.0.0
|
|
11748
11933
|
*//**
|
|
11749
11934
|
* Constructs a new LanguagesApi.
|
|
11750
11935
|
* @alias module:purecloud-platform-client-v2/api/LanguagesApi
|
|
@@ -11799,7 +11984,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
11799
11984
|
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(){/**
|
|
11800
11985
|
* Learning service.
|
|
11801
11986
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
11802
|
-
* @version
|
|
11987
|
+
* @version 231.0.0
|
|
11803
11988
|
*//**
|
|
11804
11989
|
* Constructs a new LearningApi.
|
|
11805
11990
|
* @alias module:purecloud-platform-client-v2/api/LearningApi
|
|
@@ -12070,7 +12255,7 @@ if(moduleId===undefined||moduleId===null||moduleId===''){throw'Missing the requi
|
|
|
12070
12255
|
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(){/**
|
|
12071
12256
|
* License service.
|
|
12072
12257
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
12073
|
-
* @version
|
|
12258
|
+
* @version 231.0.0
|
|
12074
12259
|
*//**
|
|
12075
12260
|
* Constructs a new LicenseApi.
|
|
12076
12261
|
* @alias module:purecloud-platform-client-v2/api/LicenseApi
|
|
@@ -12124,7 +12309,7 @@ if(featureName===undefined||featureName===null||featureName===''){throw'Missing
|
|
|
12124
12309
|
*/},{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(){/**
|
|
12125
12310
|
* Locations service.
|
|
12126
12311
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
12127
|
-
* @version
|
|
12312
|
+
* @version 231.0.0
|
|
12128
12313
|
*//**
|
|
12129
12314
|
* Constructs a new LocationsApi.
|
|
12130
12315
|
* @alias module:purecloud-platform-client-v2/api/LocationsApi
|
|
@@ -12183,7 +12368,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12183
12368
|
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(){/**
|
|
12184
12369
|
* LogCapture service.
|
|
12185
12370
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
12186
|
-
* @version
|
|
12371
|
+
* @version 231.0.0
|
|
12187
12372
|
*//**
|
|
12188
12373
|
* Constructs a new LogCaptureApi.
|
|
12189
12374
|
* @alias module:purecloud-platform-client-v2/api/LogCaptureApi
|
|
@@ -12232,7 +12417,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
12232
12417
|
if(userId===undefined||userId===null||userId===''){throw'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';}return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/users/{userId}','POST',{'userId':userId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MessagingApi=/*#__PURE__*/function(){/**
|
|
12233
12418
|
* Messaging service.
|
|
12234
12419
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
12235
|
-
* @version
|
|
12420
|
+
* @version 231.0.0
|
|
12236
12421
|
*//**
|
|
12237
12422
|
* Constructs a new MessagingApi.
|
|
12238
12423
|
* @alias module:purecloud-platform-client-v2/api/MessagingApi
|
|
@@ -12322,7 +12507,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12322
12507
|
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(){/**
|
|
12323
12508
|
* MobileDevices service.
|
|
12324
12509
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
12325
|
-
* @version
|
|
12510
|
+
* @version 231.0.0
|
|
12326
12511
|
*//**
|
|
12327
12512
|
* Constructs a new MobileDevicesApi.
|
|
12328
12513
|
* @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
|
|
@@ -12361,7 +12546,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12361
12546
|
if(deviceId===undefined||deviceId===null||deviceId===''){throw'Missing the required parameter "deviceId" when calling putMobiledevice';}return this.apiClient.callApi('/api/v2/mobiledevices/{deviceId}','PUT',{'deviceId':deviceId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var NotificationsApi=/*#__PURE__*/function(){/**
|
|
12362
12547
|
* Notifications service.
|
|
12363
12548
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
12364
|
-
* @version
|
|
12549
|
+
* @version 231.0.0
|
|
12365
12550
|
*//**
|
|
12366
12551
|
* Constructs a new NotificationsApi.
|
|
12367
12552
|
* @alias module:purecloud-platform-client-v2/api/NotificationsApi
|
|
@@ -12418,7 +12603,7 @@ if(channelId===undefined||channelId===null||channelId===''){throw'Missing the re
|
|
|
12418
12603
|
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(){/**
|
|
12419
12604
|
* OAuth service.
|
|
12420
12605
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
12421
|
-
* @version
|
|
12606
|
+
* @version 231.0.0
|
|
12422
12607
|
*//**
|
|
12423
12608
|
* Constructs a new OAuthApi.
|
|
12424
12609
|
* @alias module:purecloud-platform-client-v2/api/OAuthApi
|
|
@@ -12503,7 +12688,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
|
|
|
12503
12688
|
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(){/**
|
|
12504
12689
|
* Objects service.
|
|
12505
12690
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
12506
|
-
* @version
|
|
12691
|
+
* @version 231.0.0
|
|
12507
12692
|
*//**
|
|
12508
12693
|
* Constructs a new ObjectsApi.
|
|
12509
12694
|
* @alias module:purecloud-platform-client-v2/api/ObjectsApi
|
|
@@ -12589,7 +12774,7 @@ if(divisionId===undefined||divisionId===null||divisionId===''){throw'Missing the
|
|
|
12589
12774
|
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(){/**
|
|
12590
12775
|
* OperationalEvents service.
|
|
12591
12776
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
12592
|
-
* @version
|
|
12777
|
+
* @version 231.0.0
|
|
12593
12778
|
*//**
|
|
12594
12779
|
* Constructs a new OperationalEventsApi.
|
|
12595
12780
|
* @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
|
|
@@ -12620,7 +12805,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null||eventDefinitionId===
|
|
|
12620
12805
|
*/},{key:"postUsageEventsQuery",value:function postUsageEventsQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/usage/events/query','POST',{},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationApi=/*#__PURE__*/function(){/**
|
|
12621
12806
|
* Organization service.
|
|
12622
12807
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
12623
|
-
* @version
|
|
12808
|
+
* @version 231.0.0
|
|
12624
12809
|
*//**
|
|
12625
12810
|
* Constructs a new OrganizationApi.
|
|
12626
12811
|
* @alias module:purecloud-platform-client-v2/api/OrganizationApi
|
|
@@ -12725,7 +12910,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12725
12910
|
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(){/**
|
|
12726
12911
|
* OrganizationAuthorization service.
|
|
12727
12912
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
12728
|
-
* @version
|
|
12913
|
+
* @version 231.0.0
|
|
12729
12914
|
*//**
|
|
12730
12915
|
* Constructs a new OrganizationAuthorizationApi.
|
|
12731
12916
|
* @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
@@ -13059,7 +13244,7 @@ if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missi
|
|
|
13059
13244
|
if(trusteeUserId===undefined||trusteeUserId===null||trusteeUserId===''){throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorUser';}return this.apiClient.callApi('/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}','PUT',{'trustorOrgId':trustorOrgId,'trusteeUserId':trusteeUserId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OutboundApi=/*#__PURE__*/function(){/**
|
|
13060
13245
|
* Outbound service.
|
|
13061
13246
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
13062
|
-
* @version
|
|
13247
|
+
* @version 231.0.0
|
|
13063
13248
|
*//**
|
|
13064
13249
|
* Constructs a new OutboundApi.
|
|
13065
13250
|
* @alias module:purecloud-platform-client-v2/api/OutboundApi
|
|
@@ -14210,7 +14395,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14210
14395
|
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(){/**
|
|
14211
14396
|
* Presence service.
|
|
14212
14397
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
14213
|
-
* @version
|
|
14398
|
+
* @version 231.0.0
|
|
14214
14399
|
*//**
|
|
14215
14400
|
* Constructs a new PresenceApi.
|
|
14216
14401
|
* @alias module:purecloud-platform-client-v2/api/PresenceApi
|
|
@@ -14383,7 +14568,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14383
14568
|
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(){/**
|
|
14384
14569
|
* ProcessAutomation service.
|
|
14385
14570
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
14386
|
-
* @version
|
|
14571
|
+
* @version 231.0.0
|
|
14387
14572
|
*//**
|
|
14388
14573
|
* Constructs a new ProcessAutomationApi.
|
|
14389
14574
|
* @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
@@ -14446,7 +14631,7 @@ if(triggerId===undefined||triggerId===null||triggerId===''){throw'Missing the re
|
|
|
14446
14631
|
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(){/**
|
|
14447
14632
|
* Quality service.
|
|
14448
14633
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
14449
|
-
* @version
|
|
14634
|
+
* @version 231.0.0
|
|
14450
14635
|
*//**
|
|
14451
14636
|
* Constructs a new QualityApi.
|
|
14452
14637
|
* @alias module:purecloud-platform-client-v2/api/QualityApi
|
|
@@ -14760,6 +14945,20 @@ if(formId===undefined||formId===null||formId===''){throw'Missing the required pa
|
|
|
14760
14945
|
* @param {String} opts.name Name
|
|
14761
14946
|
* @param {Boolean} opts.onlyLatestPerContext onlyLatestPerContext (default to false)
|
|
14762
14947
|
*/},{key:"getQualityPublishedformsEvaluations",value:function getQualityPublishedformsEvaluations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/publishedforms/evaluations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'name':opts['name'],'onlyLatestPerContext':opts['onlyLatestPerContext']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
14948
|
+
* Get the most recent published version of an evaluation form across any division.
|
|
14949
|
+
*
|
|
14950
|
+
* @param {String} evaluationFormId Evaluation Form ID
|
|
14951
|
+
* getQualityPublishedformsEvaluationsDivisionview is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
14952
|
+
*/},{key:"getQualityPublishedformsEvaluationsDivisionview",value:function getQualityPublishedformsEvaluationsDivisionview(evaluationFormId){// verify the required parameter 'evaluationFormId' is set
|
|
14953
|
+
if(evaluationFormId===undefined||evaluationFormId===null||evaluationFormId===''){throw'Missing the required parameter "evaluationFormId" when calling getQualityPublishedformsEvaluationsDivisionview';}return this.apiClient.callApi('/api/v2/quality/publishedforms/evaluations/divisionviews/{evaluationFormId}','GET',{'evaluationFormId':evaluationFormId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
14954
|
+
* Get the published evaluation forms across any division.
|
|
14955
|
+
*
|
|
14956
|
+
* @param {Object} opts Optional parameters
|
|
14957
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
14958
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
14959
|
+
* @param {String} opts.name Name
|
|
14960
|
+
* getQualityPublishedformsEvaluationsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
14961
|
+
*/},{key:"getQualityPublishedformsEvaluationsDivisionviews",value:function getQualityPublishedformsEvaluationsDivisionviews(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/publishedforms/evaluations/divisionviews','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'name':opts['name']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
14763
14962
|
* Get the most recent published version of a survey form.
|
|
14764
14963
|
*
|
|
14765
14964
|
* @param {String} formId Form ID
|
|
@@ -14773,6 +14972,20 @@ if(formId===undefined||formId===null||formId===''){throw'Missing the required pa
|
|
|
14773
14972
|
* @param {String} opts.name Name
|
|
14774
14973
|
* @param {Boolean} opts.onlyLatestEnabledPerContext onlyLatestEnabledPerContext (default to false)
|
|
14775
14974
|
*/},{key:"getQualityPublishedformsSurveys",value:function getQualityPublishedformsSurveys(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/publishedforms/surveys','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'name':opts['name'],'onlyLatestEnabledPerContext':opts['onlyLatestEnabledPerContext']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
14975
|
+
* Get the most recent published version of an enabled survey form across any division.
|
|
14976
|
+
*
|
|
14977
|
+
* @param {String} surveyFormId Survey Form ID
|
|
14978
|
+
* getQualityPublishedformsSurveysDivisionview is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
14979
|
+
*/},{key:"getQualityPublishedformsSurveysDivisionview",value:function getQualityPublishedformsSurveysDivisionview(surveyFormId){// verify the required parameter 'surveyFormId' is set
|
|
14980
|
+
if(surveyFormId===undefined||surveyFormId===null||surveyFormId===''){throw'Missing the required parameter "surveyFormId" when calling getQualityPublishedformsSurveysDivisionview';}return this.apiClient.callApi('/api/v2/quality/publishedforms/surveys/divisionviews/{surveyFormId}','GET',{'surveyFormId':surveyFormId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
14981
|
+
* Get the published and enabled survey forms across any division.
|
|
14982
|
+
*
|
|
14983
|
+
* @param {Object} opts Optional parameters
|
|
14984
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
14985
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
14986
|
+
* @param {String} opts.name Name
|
|
14987
|
+
* getQualityPublishedformsSurveysDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
14988
|
+
*/},{key:"getQualityPublishedformsSurveysDivisionviews",value:function getQualityPublishedformsSurveysDivisionviews(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/publishedforms/surveys/divisionviews','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'name':opts['name']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
14776
14989
|
* Get a survey for a conversation
|
|
14777
14990
|
*
|
|
14778
14991
|
* @param {String} surveyId surveyId
|
|
@@ -14936,7 +15149,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
|
|
|
14936
15149
|
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(){/**
|
|
14937
15150
|
* Recording service.
|
|
14938
15151
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
14939
|
-
* @version
|
|
15152
|
+
* @version 231.0.0
|
|
14940
15153
|
*//**
|
|
14941
15154
|
* Constructs a new RecordingApi.
|
|
14942
15155
|
* @alias module:purecloud-platform-client-v2/api/RecordingApi
|
|
@@ -15213,7 +15426,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15213
15426
|
*/},{key:"postRecordingCrossplatformMediaretentionpolicies",value:function postRecordingCrossplatformMediaretentionpolicies(body){// verify the required parameter 'body' is set
|
|
15214
15427
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postRecordingCrossplatformMediaretentionpolicies';}return this.apiClient.callApi('/api/v2/recording/crossplatform/mediaretentionpolicies','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15215
15428
|
* Create a recording bulk job.
|
|
15216
|
-
* Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. Furthermore, the recording:recording:viewSensitiveData permission is required to access recordings with PCI DSS and/or PII data when redaction is enabled for their organization. If the requester does not have that permission and includeRecordingsWithSensitiveData is set to true, then their request will be rejected.
|
|
15429
|
+
* Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. Furthermore, the recording:recording:viewSensitiveData permission is required to access recordings with PCI DSS and/or PII data when redaction is enabled for their organization. If the requester does not have that permission and includeRecordingsWithSensitiveData is set to true, then their request will be rejected. It is recommended to query over smaller time periods so your request does not time out.
|
|
15217
15430
|
* @param {Object} body query
|
|
15218
15431
|
*/},{key:"postRecordingJobs",value:function postRecordingJobs(body){// verify the required parameter 'body' is set
|
|
15219
15432
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postRecordingJobs';}return this.apiClient.callApi('/api/v2/recording/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -15297,7 +15510,7 @@ if(orphanId===undefined||orphanId===null||orphanId===''){throw'Missing the requi
|
|
|
15297
15510
|
if(policyId===undefined||policyId===null||policyId===''){throw'Missing the required parameter "policyId" when calling putRecordingCrossplatformMediaretentionpolicy';}// verify the required parameter 'body' is set
|
|
15298
15511
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putRecordingCrossplatformMediaretentionpolicy';}return this.apiClient.callApi('/api/v2/recording/crossplatform/mediaretentionpolicies/{policyId}','PUT',{'policyId':policyId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15299
15512
|
* Execute the recording bulk job.
|
|
15300
|
-
* A job must be executed by the same user whom originally created the job. In addition, the user must have permission to update the recordings retention.
|
|
15513
|
+
* Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. A job must be executed by the same user whom originally created the job. In addition, the user must have permission to update the recordings retention.
|
|
15301
15514
|
* @param {String} jobId jobId
|
|
15302
15515
|
* @param {Object} body query
|
|
15303
15516
|
*/},{key:"putRecordingJob",value:function putRecordingJob(jobId,body){// verify the required parameter 'jobId' is set
|
|
@@ -15311,7 +15524,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15311
15524
|
if(keyConfigurationId===undefined||keyConfigurationId===null||keyConfigurationId===''){throw'Missing the required parameter "keyConfigurationId" when calling putRecordingKeyconfiguration';}// verify the required parameter 'body' is set
|
|
15312
15525
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putRecordingKeyconfiguration';}return this.apiClient.callApi('/api/v2/recording/keyconfigurations/{keyConfigurationId}','PUT',{'keyConfigurationId':keyConfigurationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15313
15526
|
* Update a media retention policy
|
|
15314
|
-
* Policy does not work retroactively
|
|
15527
|
+
* Policy does not work retroactively. In the conditions.forUsers section, each user object can include the id field containing the users unique identifier. Example: [{"id":"<userId>"}].
|
|
15315
15528
|
* @param {String} policyId Policy ID
|
|
15316
15529
|
* @param {Object} body Policy
|
|
15317
15530
|
*/},{key:"putRecordingMediaretentionpolicy",value:function putRecordingMediaretentionpolicy(policyId,body){// verify the required parameter 'policyId' is set
|
|
@@ -15335,7 +15548,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15335
15548
|
*/},{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(){/**
|
|
15336
15549
|
* ResponseManagement service.
|
|
15337
15550
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
15338
|
-
* @version
|
|
15551
|
+
* @version 231.0.0
|
|
15339
15552
|
*//**
|
|
15340
15553
|
* Constructs a new ResponseManagementApi.
|
|
15341
15554
|
* @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
|
|
@@ -15456,7 +15669,7 @@ if(responseAssetId===undefined||responseAssetId===null||responseAssetId===''){th
|
|
|
15456
15669
|
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(){/**
|
|
15457
15670
|
* Routing service.
|
|
15458
15671
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
15459
|
-
* @version
|
|
15672
|
+
* @version 231.0.0
|
|
15460
15673
|
*//**
|
|
15461
15674
|
* Constructs a new RoutingApi.
|
|
15462
15675
|
* @alias module:purecloud-platform-client-v2/api/RoutingApi
|
|
@@ -15631,8 +15844,10 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
|
|
|
15631
15844
|
* Get domain
|
|
15632
15845
|
*
|
|
15633
15846
|
* @param {String} domainId domain ID
|
|
15634
|
-
|
|
15635
|
-
|
|
15847
|
+
* @param {Object} opts Optional parameters
|
|
15848
|
+
* @param {Object} opts.expand Expand options. Valid values: settings
|
|
15849
|
+
*/},{key:"getRoutingEmailDomain",value:function getRoutingEmailDomain(domainId,opts){opts=opts||{};// verify the required parameter 'domainId' is set
|
|
15850
|
+
if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling getRoutingEmailDomain';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainId}','GET',{'domainId':domainId},{'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15636
15851
|
* Get a route
|
|
15637
15852
|
*
|
|
15638
15853
|
* @param {String} domainName email domain
|
|
@@ -15666,29 +15881,28 @@ if(domainName===undefined||domainName===null||domainName===''){throw'Missing the
|
|
|
15666
15881
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
15667
15882
|
* @param {Boolean} opts.excludeStatus Exclude MX record data (default to false)
|
|
15668
15883
|
* @param {String} opts.filter Optional search filter that, if defined, use the **filter** syntax, eg: **mySearchedPattern**. Note that **** is considered no filter.
|
|
15669
|
-
|
|
15884
|
+
* @param {Object} opts.expand Expand options. Valid values: settings
|
|
15885
|
+
*/},{key:"getRoutingEmailDomains",value:function getRoutingEmailDomains(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/email/domains','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'excludeStatus':opts['excludeStatus'],'filter':opts['filter'],'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15670
15886
|
* Get domain
|
|
15671
15887
|
*
|
|
15672
15888
|
* @param {String} domainId domain ID
|
|
15673
|
-
|
|
15674
|
-
|
|
15889
|
+
* @param {Object} opts Optional parameters
|
|
15890
|
+
* @param {Object} opts.expand Expand options. Valid values: settings
|
|
15891
|
+
*/},{key:"getRoutingEmailOutboundDomain",value:function getRoutingEmailOutboundDomain(domainId,opts){opts=opts||{};// verify the required parameter 'domainId' is set
|
|
15892
|
+
if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomain';}return this.apiClient.callApi('/api/v2/routing/email/outbound/domains/{domainId}','GET',{'domainId':domainId},{'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15675
15893
|
* Get activation status (cname + dkim) of an outbound domain
|
|
15676
15894
|
*
|
|
15677
15895
|
* @param {String} domainId domain ID
|
|
15678
15896
|
*/},{key:"getRoutingEmailOutboundDomainActivation",value:function getRoutingEmailOutboundDomainActivation(domainId){// verify the required parameter 'domainId' is set
|
|
15679
15897
|
if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomainActivation';}return this.apiClient.callApi('/api/v2/routing/email/outbound/domains/{domainId}/activation','GET',{'domainId':domainId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15680
|
-
* Search a domain across organizations
|
|
15681
|
-
*
|
|
15682
|
-
* @param {String} domainId domain ID
|
|
15683
|
-
*/},{key:"getRoutingEmailOutboundDomainSearch",value:function getRoutingEmailOutboundDomainSearch(domainId){// verify the required parameter 'domainId' is set
|
|
15684
|
-
if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomainSearch';}return this.apiClient.callApi('/api/v2/routing/email/outbound/domains/{domainId}/search','GET',{'domainId':domainId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15685
15898
|
* Get outbound domains
|
|
15686
15899
|
*
|
|
15687
15900
|
* @param {Object} opts Optional parameters
|
|
15688
15901
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
15689
15902
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
15690
15903
|
* @param {String} opts.filter Optional search filter that, if defined, use the **filter** syntax, eg: **mySearchedPattern**. Note that **** is considered no filter.
|
|
15691
|
-
|
|
15904
|
+
* @param {Object} opts.expand Expand options. Valid values: settings
|
|
15905
|
+
*/},{key:"getRoutingEmailOutboundDomains",value:function getRoutingEmailOutboundDomains(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/email/outbound/domains','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'filter':opts['filter'],'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15692
15906
|
* Get email setup
|
|
15693
15907
|
*
|
|
15694
15908
|
*/},{key:"getRoutingEmailSetup",value:function getRoutingEmailSetup(){return this.apiClient.callApi('/api/v2/routing/email/setup','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -16264,8 +16478,8 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
16264
16478
|
*/},{key:"postRoutingEmailDomainRoutes",value:function postRoutingEmailDomainRoutes(domainName,body){// verify the required parameter 'domainName' is set
|
|
16265
16479
|
if(domainName===undefined||domainName===null||domainName===''){throw'Missing the required parameter "domainName" when calling postRoutingEmailDomainRoutes';}// verify the required parameter 'body' is set
|
|
16266
16480
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postRoutingEmailDomainRoutes';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainName}/routes','POST',{'domainName':domainName},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
16267
|
-
* Tests the custom SMTP server integration connection set on this domain
|
|
16268
|
-
* The request body is optional. If omitted, this endpoint will just test the connection of the Custom SMTP Server. If the body is specified, there will be an attempt to send an email message to the server.
|
|
16481
|
+
* Tests the custom SMTP server integration connection set on this ACD domain
|
|
16482
|
+
* The request body is optional. If omitted, this endpoint will just test the connection of the Custom SMTP Server used by the ACD domain. If the body is specified, there will be an attempt to send an email message to the server.
|
|
16269
16483
|
* @param {String} domainId domain ID
|
|
16270
16484
|
* @param {Object} opts Optional parameters
|
|
16271
16485
|
* @param {Object} opts.body TestMessage
|
|
@@ -16512,7 +16726,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
16512
16726
|
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(){/**
|
|
16513
16727
|
* SCIM service.
|
|
16514
16728
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
16515
|
-
* @version
|
|
16729
|
+
* @version 231.0.0
|
|
16516
16730
|
*//**
|
|
16517
16731
|
* Constructs a new SCIMApi.
|
|
16518
16732
|
* @alias module:purecloud-platform-client-v2/api/SCIMApi
|
|
@@ -16737,7 +16951,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
16737
16951
|
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(){/**
|
|
16738
16952
|
* ScreenRecording service.
|
|
16739
16953
|
* @module purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
16740
|
-
* @version
|
|
16954
|
+
* @version 231.0.0
|
|
16741
16955
|
*//**
|
|
16742
16956
|
* Constructs a new ScreenRecordingApi.
|
|
16743
16957
|
* @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
@@ -16752,7 +16966,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
16752
16966
|
*/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(){/**
|
|
16753
16967
|
* Scripts service.
|
|
16754
16968
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
16755
|
-
* @version
|
|
16969
|
+
* @version 231.0.0
|
|
16756
16970
|
*//**
|
|
16757
16971
|
* Constructs a new ScriptsApi.
|
|
16758
16972
|
* @alias module:purecloud-platform-client-v2/api/ScriptsApi
|
|
@@ -16898,7 +17112,7 @@ if(scriptId===undefined||scriptId===null||scriptId===''){throw'Missing the requi
|
|
|
16898
17112
|
*/},{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(){/**
|
|
16899
17113
|
* Search service.
|
|
16900
17114
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
16901
|
-
* @version
|
|
17115
|
+
* @version 231.0.0
|
|
16902
17116
|
*//**
|
|
16903
17117
|
* Constructs a new SearchApi.
|
|
16904
17118
|
* @alias module:purecloud-platform-client-v2/api/SearchApi
|
|
@@ -17065,7 +17279,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
17065
17279
|
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(){/**
|
|
17066
17280
|
* Settings service.
|
|
17067
17281
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
17068
|
-
* @version
|
|
17282
|
+
* @version 231.0.0
|
|
17069
17283
|
*//**
|
|
17070
17284
|
* Constructs a new SettingsApi.
|
|
17071
17285
|
* @alias module:purecloud-platform-client-v2/api/SettingsApi
|
|
@@ -17137,7 +17351,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
|
|
|
17137
17351
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SocialMediaApi=/*#__PURE__*/function(){/**
|
|
17138
17352
|
* SocialMedia service.
|
|
17139
17353
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
17140
|
-
* @version
|
|
17354
|
+
* @version 231.0.0
|
|
17141
17355
|
*//**
|
|
17142
17356
|
* Constructs a new SocialMediaApi.
|
|
17143
17357
|
* @alias module:purecloud-platform-client-v2/api/SocialMediaApi
|
|
@@ -17172,6 +17386,15 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
|
|
|
17172
17386
|
*/},{key:"deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId",value:function deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId,facebookIngestionRuleId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17173
17387
|
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';}// verify the required parameter 'facebookIngestionRuleId' is set
|
|
17174
17388
|
if(facebookIngestionRuleId===undefined||facebookIngestionRuleId===null||facebookIngestionRuleId===''){throw'Missing the required parameter "facebookIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}','DELETE',{'topicId':topicId,'facebookIngestionRuleId':facebookIngestionRuleId},{'hardDelete':opts['hardDelete']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17389
|
+
* Delete a Instagram data ingestion rule.
|
|
17390
|
+
*
|
|
17391
|
+
* @param {String} topicId topicId
|
|
17392
|
+
* @param {String} instagramIngestionRuleId instagramIngestionRuleId
|
|
17393
|
+
* @param {Object} opts Optional parameters
|
|
17394
|
+
* @param {Boolean} opts.hardDelete Determines whether a Instagram data ingestion rule should be soft-deleted (have it's state set to deleted) or hard-deleted (permanently removed). Set to false (soft-delete) by default. (default to false)
|
|
17395
|
+
*/},{key:"deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId",value:function deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId,instagramIngestionRuleId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17396
|
+
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';}// verify the required parameter 'instagramIngestionRuleId' is set
|
|
17397
|
+
if(instagramIngestionRuleId===undefined||instagramIngestionRuleId===null||instagramIngestionRuleId===''){throw'Missing the required parameter "instagramIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}','DELETE',{'topicId':topicId,'instagramIngestionRuleId':instagramIngestionRuleId},{'hardDelete':opts['hardDelete']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17175
17398
|
* Delete a open data ingestion rule.
|
|
17176
17399
|
*
|
|
17177
17400
|
* @param {String} topicId topicId
|
|
@@ -17274,6 +17497,37 @@ if(dataIngestionRuleVersion===undefined||dataIngestionRuleVersion===null||dataIn
|
|
|
17274
17497
|
*/},{key:"getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions",value:function getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions(topicId,facebookIngestionRuleId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17275
17498
|
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions';}// verify the required parameter 'facebookIngestionRuleId' is set
|
|
17276
17499
|
if(facebookIngestionRuleId===undefined||facebookIngestionRuleId===null||facebookIngestionRuleId===''){throw'Missing the required parameter "facebookIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}/versions','GET',{'topicId':topicId,'facebookIngestionRuleId':facebookIngestionRuleId},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize'],'includeDeleted':opts['includeDeleted']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17500
|
+
* Get a single Instagram data ingestion rule.
|
|
17501
|
+
*
|
|
17502
|
+
* @param {String} topicId topicId
|
|
17503
|
+
* @param {String} instagramIngestionRuleId instagramIngestionRuleId
|
|
17504
|
+
* @param {Object} opts Optional parameters
|
|
17505
|
+
* @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
|
|
17506
|
+
*/},{key:"getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId",value:function getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId,instagramIngestionRuleId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17507
|
+
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';}// verify the required parameter 'instagramIngestionRuleId' is set
|
|
17508
|
+
if(instagramIngestionRuleId===undefined||instagramIngestionRuleId===null||instagramIngestionRuleId===''){throw'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}','GET',{'topicId':topicId,'instagramIngestionRuleId':instagramIngestionRuleId},{'includeDeleted':opts['includeDeleted']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17509
|
+
* Get a single Instagram data ingestion rule version.
|
|
17510
|
+
*
|
|
17511
|
+
* @param {String} topicId topicId
|
|
17512
|
+
* @param {String} instagramIngestionRuleId instagramIngestionRuleId
|
|
17513
|
+
* @param {String} dataIngestionRuleVersion version
|
|
17514
|
+
* @param {Object} opts Optional parameters
|
|
17515
|
+
* @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted item in the result.
|
|
17516
|
+
*/},{key:"getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion",value:function getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion(topicId,instagramIngestionRuleId,dataIngestionRuleVersion,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17517
|
+
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';}// verify the required parameter 'instagramIngestionRuleId' is set
|
|
17518
|
+
if(instagramIngestionRuleId===undefined||instagramIngestionRuleId===null||instagramIngestionRuleId===''){throw'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';}// verify the required parameter 'dataIngestionRuleVersion' is set
|
|
17519
|
+
if(dataIngestionRuleVersion===undefined||dataIngestionRuleVersion===null||dataIngestionRuleVersion===''){throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}/versions/{dataIngestionRuleVersion}','GET',{'topicId':topicId,'instagramIngestionRuleId':instagramIngestionRuleId,'dataIngestionRuleVersion':dataIngestionRuleVersion},{'includeDeleted':opts['includeDeleted']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17520
|
+
* Get the Instagram data ingestion rule versions.
|
|
17521
|
+
*
|
|
17522
|
+
* @param {String} topicId topicId
|
|
17523
|
+
* @param {String} instagramIngestionRuleId instagramIngestionRuleId
|
|
17524
|
+
* @param {Object} opts Optional parameters
|
|
17525
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
17526
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
17527
|
+
* @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
|
|
17528
|
+
*/},{key:"getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions",value:function getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions(topicId,instagramIngestionRuleId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17529
|
+
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions';}// verify the required parameter 'instagramIngestionRuleId' is set
|
|
17530
|
+
if(instagramIngestionRuleId===undefined||instagramIngestionRuleId===null||instagramIngestionRuleId===''){throw'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}/versions','GET',{'topicId':topicId,'instagramIngestionRuleId':instagramIngestionRuleId},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize'],'includeDeleted':opts['includeDeleted']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17277
17531
|
* Get a single open data ingestion rule.
|
|
17278
17532
|
*
|
|
17279
17533
|
* @param {String} topicId topicId
|
|
@@ -17360,6 +17614,15 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
|
|
|
17360
17614
|
*/},{key:"patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId",value:function patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId,facebookIngestionRuleId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17361
17615
|
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';}// verify the required parameter 'facebookIngestionRuleId' is set
|
|
17362
17616
|
if(facebookIngestionRuleId===undefined||facebookIngestionRuleId===null||facebookIngestionRuleId===''){throw'Missing the required parameter "facebookIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}','PATCH',{'topicId':topicId,'facebookIngestionRuleId':facebookIngestionRuleId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17617
|
+
* Update the status of a Instagram data ingestion rule.
|
|
17618
|
+
*
|
|
17619
|
+
* @param {String} topicId topicId
|
|
17620
|
+
* @param {String} instagramIngestionRuleId instagramIngestionRuleId
|
|
17621
|
+
* @param {Object} opts Optional parameters
|
|
17622
|
+
* @param {Object} opts.body
|
|
17623
|
+
*/},{key:"patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId",value:function patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId,instagramIngestionRuleId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17624
|
+
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';}// verify the required parameter 'instagramIngestionRuleId' is set
|
|
17625
|
+
if(instagramIngestionRuleId===undefined||instagramIngestionRuleId===null||instagramIngestionRuleId===''){throw'Missing the required parameter "instagramIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}','PATCH',{'topicId':topicId,'instagramIngestionRuleId':instagramIngestionRuleId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17363
17626
|
* Update the status of a open data ingestion rule.
|
|
17364
17627
|
*
|
|
17365
17628
|
* @param {String} topicId topicId
|
|
@@ -17407,6 +17670,13 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
|
|
|
17407
17670
|
* @param {Object} opts.body
|
|
17408
17671
|
*/},{key:"postSocialmediaTopicDataingestionrulesFacebook",value:function postSocialmediaTopicDataingestionrulesFacebook(topicId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17409
17672
|
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesFacebook';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook','POST',{'topicId':topicId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17673
|
+
* Create an Instagram data ingestion rule.
|
|
17674
|
+
*
|
|
17675
|
+
* @param {String} topicId topicId
|
|
17676
|
+
* @param {Object} opts Optional parameters
|
|
17677
|
+
* @param {Object} opts.body
|
|
17678
|
+
*/},{key:"postSocialmediaTopicDataingestionrulesInstagram",value:function postSocialmediaTopicDataingestionrulesInstagram(topicId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17679
|
+
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesInstagram';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram','POST',{'topicId':topicId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17410
17680
|
* Create an open data ingestion rule.
|
|
17411
17681
|
*
|
|
17412
17682
|
* @param {String} topicId topicId
|
|
@@ -17465,6 +17735,15 @@ if(escalationRuleId===undefined||escalationRuleId===null||escalationRuleId==='')
|
|
|
17465
17735
|
*/},{key:"putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId",value:function putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId,facebookIngestionRuleId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17466
17736
|
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';}// verify the required parameter 'facebookIngestionRuleId' is set
|
|
17467
17737
|
if(facebookIngestionRuleId===undefined||facebookIngestionRuleId===null||facebookIngestionRuleId===''){throw'Missing the required parameter "facebookIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}','PUT',{'topicId':topicId,'facebookIngestionRuleId':facebookIngestionRuleId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17738
|
+
* Update the Instagram data ingestion rule.
|
|
17739
|
+
*
|
|
17740
|
+
* @param {String} topicId topicId
|
|
17741
|
+
* @param {String} instagramIngestionRuleId instagramIngestionRuleId
|
|
17742
|
+
* @param {Object} opts Optional parameters
|
|
17743
|
+
* @param {Object} opts.body
|
|
17744
|
+
*/},{key:"putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId",value:function putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId,instagramIngestionRuleId,opts){opts=opts||{};// verify the required parameter 'topicId' is set
|
|
17745
|
+
if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';}// verify the required parameter 'instagramIngestionRuleId' is set
|
|
17746
|
+
if(instagramIngestionRuleId===undefined||instagramIngestionRuleId===null||instagramIngestionRuleId===''){throw'Missing the required parameter "instagramIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}','PUT',{'topicId':topicId,'instagramIngestionRuleId':instagramIngestionRuleId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
17468
17747
|
* Update the open data ingestion rule.
|
|
17469
17748
|
*
|
|
17470
17749
|
* @param {String} topicId topicId
|
|
@@ -17485,7 +17764,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
|
|
|
17485
17764
|
if(twitterIngestionRuleId===undefined||twitterIngestionRuleId===null||twitterIngestionRuleId===''){throw'Missing the required parameter "twitterIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}','PUT',{'topicId':topicId,'twitterIngestionRuleId':twitterIngestionRuleId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
|
|
17486
17765
|
* SpeechTextAnalytics service.
|
|
17487
17766
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
17488
|
-
* @version
|
|
17767
|
+
* @version 231.0.0
|
|
17489
17768
|
*//**
|
|
17490
17769
|
* Constructs a new SpeechTextAnalyticsApi.
|
|
17491
17770
|
* @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
@@ -17854,7 +18133,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
|
|
|
17854
18133
|
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(){/**
|
|
17855
18134
|
* Stations service.
|
|
17856
18135
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
17857
|
-
* @version
|
|
18136
|
+
* @version 231.0.0
|
|
17858
18137
|
*//**
|
|
17859
18138
|
* Constructs a new StationsApi.
|
|
17860
18139
|
* @alias module:purecloud-platform-client-v2/api/StationsApi
|
|
@@ -17886,7 +18165,7 @@ if(stationId===undefined||stationId===null||stationId===''){throw'Missing the re
|
|
|
17886
18165
|
*/},{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(){/**
|
|
17887
18166
|
* Suggest service.
|
|
17888
18167
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
17889
|
-
* @version
|
|
18168
|
+
* @version 231.0.0
|
|
17890
18169
|
*//**
|
|
17891
18170
|
* Constructs a new SuggestApi.
|
|
17892
18171
|
* @alias module:purecloud-platform-client-v2/api/SuggestApi
|
|
@@ -17926,7 +18205,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
17926
18205
|
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(){/**
|
|
17927
18206
|
* TaskManagement service.
|
|
17928
18207
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
17929
|
-
* @version
|
|
18208
|
+
* @version 231.0.0
|
|
17930
18209
|
*//**
|
|
17931
18210
|
* Constructs a new TaskManagementApi.
|
|
17932
18211
|
* @alias module:purecloud-platform-client-v2/api/TaskManagementApi
|
|
@@ -18434,7 +18713,7 @@ if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the requi
|
|
|
18434
18713
|
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(){/**
|
|
18435
18714
|
* Teams service.
|
|
18436
18715
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
18437
|
-
* @version
|
|
18716
|
+
* @version 231.0.0
|
|
18438
18717
|
*//**
|
|
18439
18718
|
* Constructs a new TeamsApi.
|
|
18440
18719
|
* @alias module:purecloud-platform-client-v2/api/TeamsApi
|
|
@@ -18514,7 +18793,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
18514
18793
|
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(){/**
|
|
18515
18794
|
* Telephony service.
|
|
18516
18795
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
18517
|
-
* @version
|
|
18796
|
+
* @version 231.0.0
|
|
18518
18797
|
*//**
|
|
18519
18798
|
* Constructs a new TelephonyApi.
|
|
18520
18799
|
* @alias module:purecloud-platform-client-v2/api/TelephonyApi
|
|
@@ -18585,7 +18864,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
18585
18864
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyAgentsGreetingsMe';}return this.apiClient.callApi('/api/v2/telephony/agents/greetings/me','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
|
|
18586
18865
|
* TelephonyProvidersEdge service.
|
|
18587
18866
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
18588
|
-
* @version
|
|
18867
|
+
* @version 231.0.0
|
|
18589
18868
|
*//**
|
|
18590
18869
|
* Constructs a new TelephonyProvidersEdgeApi.
|
|
18591
18870
|
* @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
@@ -19433,7 +19712,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null||trunkBaseSetting
|
|
|
19433
19712
|
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(){/**
|
|
19434
19713
|
* Textbots service.
|
|
19435
19714
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
19436
|
-
* @version
|
|
19715
|
+
* @version 231.0.0
|
|
19437
19716
|
*//**
|
|
19438
19717
|
* Constructs a new TextbotsApi.
|
|
19439
19718
|
* @alias module:purecloud-platform-client-v2/api/TextbotsApi
|
|
@@ -19469,7 +19748,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
|
|
|
19469
19748
|
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(){/**
|
|
19470
19749
|
* Tokens service.
|
|
19471
19750
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
19472
|
-
* @version
|
|
19751
|
+
* @version 231.0.0
|
|
19473
19752
|
*//**
|
|
19474
19753
|
* Constructs a new TokensApi.
|
|
19475
19754
|
* @alias module:purecloud-platform-client-v2/api/TokensApi
|
|
@@ -19503,7 +19782,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
19503
19782
|
*/},{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(){/**
|
|
19504
19783
|
* Uploads service.
|
|
19505
19784
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
19506
|
-
* @version
|
|
19785
|
+
* @version 231.0.0
|
|
19507
19786
|
*//**
|
|
19508
19787
|
* Constructs a new UploadsApi.
|
|
19509
19788
|
* @alias module:purecloud-platform-client-v2/api/UploadsApi
|
|
@@ -19571,7 +19850,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
19571
19850
|
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(){/**
|
|
19572
19851
|
* Usage service.
|
|
19573
19852
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
19574
|
-
* @version
|
|
19853
|
+
* @version 231.0.0
|
|
19575
19854
|
*//**
|
|
19576
19855
|
* Constructs a new UsageApi.
|
|
19577
19856
|
* @alias module:purecloud-platform-client-v2/api/UsageApi
|
|
@@ -19655,7 +19934,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
19655
19934
|
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(){/**
|
|
19656
19935
|
* UserRecordings service.
|
|
19657
19936
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
19658
|
-
* @version
|
|
19937
|
+
* @version 231.0.0
|
|
19659
19938
|
*//**
|
|
19660
19939
|
* Constructs a new UserRecordingsApi.
|
|
19661
19940
|
* @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
|
|
@@ -19675,15 +19954,6 @@ if(recordingId===undefined||recordingId===null||recordingId===''){throw'Missing
|
|
|
19675
19954
|
* @param {Array.<String>} opts.expand Which fields, if any, to expand.
|
|
19676
19955
|
*/},{key:"getUserrecording",value:function getUserrecording(recordingId,opts){opts=opts||{};// verify the required parameter 'recordingId' is set
|
|
19677
19956
|
if(recordingId===undefined||recordingId===null||recordingId===''){throw'Missing the required parameter "recordingId" when calling getUserrecording';}return this.apiClient.callApi('/api/v2/userrecordings/{recordingId}','GET',{'recordingId':recordingId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
19678
|
-
* Download a user recording.
|
|
19679
|
-
* API should migrate to use GET api/v2/userrecordings/{recordingId}/transcoding
|
|
19680
|
-
* @param {String} recordingId User Recording ID
|
|
19681
|
-
* @param {Object} opts Optional parameters
|
|
19682
|
-
* @param {Object} opts.formatId The desired media format. (default to WEBM)
|
|
19683
|
-
* @param {Boolean} opts.async When set to true, api will return 202 response until the recording is ready for download
|
|
19684
|
-
* @deprecated
|
|
19685
|
-
*/},{key:"getUserrecordingMedia",value:function getUserrecordingMedia(recordingId,opts){opts=opts||{};// verify the required parameter 'recordingId' is set
|
|
19686
|
-
if(recordingId===undefined||recordingId===null||recordingId===''){throw'Missing the required parameter "recordingId" when calling getUserrecordingMedia';}return this.apiClient.callApi('/api/v2/userrecordings/{recordingId}/media','GET',{'recordingId':recordingId},{'formatId':opts['formatId'],'async':opts['async']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
19687
19957
|
* Download a user recording.
|
|
19688
19958
|
*
|
|
19689
19959
|
* @param {String} recordingId User Recording ID
|
|
@@ -19712,7 +19982,7 @@ if(recordingId===undefined||recordingId===null||recordingId===''){throw'Missing
|
|
|
19712
19982
|
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(){/**
|
|
19713
19983
|
* Users service.
|
|
19714
19984
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
19715
|
-
* @version
|
|
19985
|
+
* @version 231.0.0
|
|
19716
19986
|
*//**
|
|
19717
19987
|
* Constructs a new UsersApi.
|
|
19718
19988
|
* @alias module:purecloud-platform-client-v2/api/UsersApi
|
|
@@ -20456,7 +20726,7 @@ if(verifierId===undefined||verifierId===null||verifierId===''){throw'Missing the
|
|
|
20456
20726
|
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(){/**
|
|
20457
20727
|
* Utilities service.
|
|
20458
20728
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
20459
|
-
* @version
|
|
20729
|
+
* @version 231.0.0
|
|
20460
20730
|
*//**
|
|
20461
20731
|
* Constructs a new UtilitiesApi.
|
|
20462
20732
|
* @alias module:purecloud-platform-client-v2/api/UtilitiesApi
|
|
@@ -20483,7 +20753,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
20483
20753
|
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(){/**
|
|
20484
20754
|
* Voicemail service.
|
|
20485
20755
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
20486
|
-
* @version
|
|
20756
|
+
* @version 231.0.0
|
|
20487
20757
|
*//**
|
|
20488
20758
|
* Constructs a new VoicemailApi.
|
|
20489
20759
|
* @alias module:purecloud-platform-client-v2/api/VoicemailApi
|
|
@@ -20645,7 +20915,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
|
|
|
20645
20915
|
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(){/**
|
|
20646
20916
|
* WebChat service.
|
|
20647
20917
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
20648
|
-
* @version
|
|
20918
|
+
* @version 231.0.0
|
|
20649
20919
|
*//**
|
|
20650
20920
|
* Constructs a new WebChatApi.
|
|
20651
20921
|
* @alias module:purecloud-platform-client-v2/api/WebChatApi
|
|
@@ -20789,7 +21059,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
20789
21059
|
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(){/**
|
|
20790
21060
|
* WebDeployments service.
|
|
20791
21061
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
20792
|
-
* @version
|
|
21062
|
+
* @version 231.0.0
|
|
20793
21063
|
*//**
|
|
20794
21064
|
* Constructs a new WebDeploymentsApi.
|
|
20795
21065
|
* @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
@@ -20922,7 +21192,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
|
|
|
20922
21192
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebdeploymentsDeploymentIdentityresolution';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}/identityresolution','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebMessagingApi=/*#__PURE__*/function(){/**
|
|
20923
21193
|
* WebMessaging service.
|
|
20924
21194
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
20925
|
-
* @version
|
|
21195
|
+
* @version 231.0.0
|
|
20926
21196
|
*//**
|
|
20927
21197
|
* Constructs a new WebMessagingApi.
|
|
20928
21198
|
* @alias module:purecloud-platform-client-v2/api/WebMessagingApi
|
|
@@ -20930,15 +21200,40 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
20930
21200
|
* @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
|
|
20931
21201
|
* default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
|
|
20932
21202
|
*/function WebMessagingApi(apiClient){_classCallCheck(this,WebMessagingApi);this.apiClient=apiClient||ApiClient.instance;}/**
|
|
21203
|
+
* Delete device information
|
|
21204
|
+
*
|
|
21205
|
+
* @param {String} deploymentId WebMessaging deployment id
|
|
21206
|
+
* @param {String} tokenId Device token id or cookie id
|
|
21207
|
+
*/return _createClass(WebMessagingApi,[{key:"deleteWebmessagingDeploymentPushdevice",value:function deleteWebmessagingDeploymentPushdevice(deploymentId,tokenId){// verify the required parameter 'deploymentId' is set
|
|
21208
|
+
if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missing the required parameter "deploymentId" when calling deleteWebmessagingDeploymentPushdevice';}// verify the required parameter 'tokenId' is set
|
|
21209
|
+
if(tokenId===undefined||tokenId===null||tokenId===''){throw'Missing the required parameter "tokenId" when calling deleteWebmessagingDeploymentPushdevice';}return this.apiClient.callApi('/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}','DELETE',{'deploymentId':deploymentId,'tokenId':tokenId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
20933
21210
|
* Get the messages for a web messaging session.
|
|
20934
21211
|
*
|
|
20935
21212
|
* @param {Object} opts Optional parameters
|
|
20936
21213
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
20937
21214
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
20938
|
-
*/
|
|
21215
|
+
*/},{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']);}/**
|
|
21216
|
+
* Edit device information
|
|
21217
|
+
*
|
|
21218
|
+
* @param {String} deploymentId WebMessaging deployment id
|
|
21219
|
+
* @param {String} tokenId Device token id or cookie id
|
|
21220
|
+
* @param {Object} body Request body
|
|
21221
|
+
*/},{key:"patchWebmessagingDeploymentPushdevice",value:function patchWebmessagingDeploymentPushdevice(deploymentId,tokenId,body){// verify the required parameter 'deploymentId' is set
|
|
21222
|
+
if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missing the required parameter "deploymentId" when calling patchWebmessagingDeploymentPushdevice';}// verify the required parameter 'tokenId' is set
|
|
21223
|
+
if(tokenId===undefined||tokenId===null||tokenId===''){throw'Missing the required parameter "tokenId" when calling patchWebmessagingDeploymentPushdevice';}// verify the required parameter 'body' is set
|
|
21224
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchWebmessagingDeploymentPushdevice';}return this.apiClient.callApi('/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}','PATCH',{'deploymentId':deploymentId,'tokenId':tokenId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
21225
|
+
* Add a new device information
|
|
21226
|
+
*
|
|
21227
|
+
* @param {String} deploymentId WebMessaging deployment id
|
|
21228
|
+
* @param {String} tokenId Device token id or cookie id
|
|
21229
|
+
* @param {Object} body Request body
|
|
21230
|
+
*/},{key:"postWebmessagingDeploymentPushdevice",value:function postWebmessagingDeploymentPushdevice(deploymentId,tokenId,body){// verify the required parameter 'deploymentId' is set
|
|
21231
|
+
if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missing the required parameter "deploymentId" when calling postWebmessagingDeploymentPushdevice';}// verify the required parameter 'tokenId' is set
|
|
21232
|
+
if(tokenId===undefined||tokenId===null||tokenId===''){throw'Missing the required parameter "tokenId" when calling postWebmessagingDeploymentPushdevice';}// verify the required parameter 'body' is set
|
|
21233
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postWebmessagingDeploymentPushdevice';}return this.apiClient.callApi('/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}','POST',{'deploymentId':deploymentId,'tokenId':tokenId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WidgetsApi=/*#__PURE__*/function(){/**
|
|
20939
21234
|
* Widgets service.
|
|
20940
21235
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
20941
|
-
* @version
|
|
21236
|
+
* @version 231.0.0
|
|
20942
21237
|
*//**
|
|
20943
21238
|
* Constructs a new WidgetsApi.
|
|
20944
21239
|
* @alias module:purecloud-platform-client-v2/api/WidgetsApi
|
|
@@ -20978,7 +21273,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
|
|
|
20978
21273
|
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(){/**
|
|
20979
21274
|
* WorkforceManagement service.
|
|
20980
21275
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
20981
|
-
* @version
|
|
21276
|
+
* @version 231.0.0
|
|
20982
21277
|
*//**
|
|
20983
21278
|
* Constructs a new WorkforceManagementApi.
|
|
20984
21279
|
* @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
@@ -22930,7 +23225,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
22930
23225
|
* </pre>
|
|
22931
23226
|
* </p>
|
|
22932
23227
|
* @module purecloud-platform-client-v2/index
|
|
22933
|
-
* @version
|
|
23228
|
+
* @version 231.0.0
|
|
22934
23229
|
*/var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
|
|
22935
23230
|
* The ApiClient constructor.
|
|
22936
23231
|
* @property {module:purecloud-platform-client-v2/ApiClient}
|