@serptech/api 1.0.5 → 1.0.7

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.
@@ -29,7 +29,7 @@ eval("var _require = __webpack_require__(\"./packages/serp-rest-api/dist/index.w
29
29
  /***/ "./packages/serp-rest-api/dist/index.web.js":
30
30
  /***/ (function(module) {
31
31
 
32
- eval("(function webpackUniversalModuleDefinition(root, factory) {\n\tif(true)\n\t\tmodule.exports = factory();\n\telse {}\n})(this, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __nested_webpack_require_551__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId]) {\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\ti: moduleId,\n/******/ \t\t\tl: false,\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_551__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.l = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__nested_webpack_require_551__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__nested_webpack_require_551__.c = installedModules;\n/******/\n/******/ \t// define getter function for harmony exports\n/******/ \t__nested_webpack_require_551__.d = function(exports, name, getter) {\n/******/ \t\tif(!__nested_webpack_require_551__.o(exports, name)) {\n/******/ \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n/******/ \t\t}\n/******/ \t};\n/******/\n/******/ \t// define __esModule on exports\n/******/ \t__nested_webpack_require_551__.r = function(exports) {\n/******/ \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n/******/ \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n/******/ \t\t}\n/******/ \t\tObject.defineProperty(exports, '__esModule', { value: true });\n/******/ \t};\n/******/\n/******/ \t// create a fake namespace object\n/******/ \t// mode & 1: value is a module id, require it\n/******/ \t// mode & 2: merge all properties of value into the ns\n/******/ \t// mode & 4: return value when already ns object\n/******/ \t// mode & 8|1: behave like require\n/******/ \t__nested_webpack_require_551__.t = function(value, mode) {\n/******/ \t\tif(mode & 1) value = __nested_webpack_require_551__(value);\n/******/ \t\tif(mode & 8) return value;\n/******/ \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n/******/ \t\tvar ns = Object.create(null);\n/******/ \t\t__nested_webpack_require_551__.r(ns);\n/******/ \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n/******/ \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __nested_webpack_require_551__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n/******/ \t\treturn ns;\n/******/ \t};\n/******/\n/******/ \t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t__nested_webpack_require_551__.n = function(module) {\n/******/ \t\tvar getter = module && module.__esModule ?\n/******/ \t\t\tfunction getDefault() { return module['default']; } :\n/******/ \t\t\tfunction getModuleExports() { return module; };\n/******/ \t\t__nested_webpack_require_551__.d(getter, 'a', getter);\n/******/ \t\treturn getter;\n/******/ \t};\n/******/\n/******/ \t// Object.prototype.hasOwnProperty.call\n/******/ \t__nested_webpack_require_551__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__nested_webpack_require_551__.p = \"\";\n/******/\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __nested_webpack_require_551__(__nested_webpack_require_551__.s = \"./src/index.ts\");\n/******/ })\n/************************************************************************/\n/******/ ({\n\n/***/ \"./node_modules/axios/index.js\":\n/*!*************************************!*\\\n !*** ./node_modules/axios/index.js ***!\n \\*************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\neval(\"module.exports = __webpack_require__(/*! ./lib/axios */ \\\"./node_modules/axios/lib/axios.js\\\");\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/adapters/xhr.js\":\n/*!************************************************!*\\\n !*** ./node_modules/axios/lib/adapters/xhr.js ***!\n \\************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\nvar settle = __webpack_require__(/*! ./../core/settle */ \\\"./node_modules/axios/lib/core/settle.js\\\");\\nvar buildURL = __webpack_require__(/*! ./../helpers/buildURL */ \\\"./node_modules/axios/lib/helpers/buildURL.js\\\");\\nvar buildFullPath = __webpack_require__(/*! ../core/buildFullPath */ \\\"./node_modules/axios/lib/core/buildFullPath.js\\\");\\nvar parseHeaders = __webpack_require__(/*! ./../helpers/parseHeaders */ \\\"./node_modules/axios/lib/helpers/parseHeaders.js\\\");\\nvar isURLSameOrigin = __webpack_require__(/*! ./../helpers/isURLSameOrigin */ \\\"./node_modules/axios/lib/helpers/isURLSameOrigin.js\\\");\\nvar createError = __webpack_require__(/*! ../core/createError */ \\\"./node_modules/axios/lib/core/createError.js\\\");\\n\\nmodule.exports = function xhrAdapter(config) {\\n return new Promise(function dispatchXhrRequest(resolve, reject) {\\n var requestData = config.data;\\n var requestHeaders = config.headers;\\n\\n if (utils.isFormData(requestData)) {\\n delete requestHeaders['Content-Type']; // Let the browser set it\\n }\\n\\n var request = new XMLHttpRequest();\\n\\n // HTTP basic authentication\\n if (config.auth) {\\n var username = config.auth.username || '';\\n var password = config.auth.password || '';\\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\\n }\\n\\n var fullPath = buildFullPath(config.baseURL, config.url);\\n request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);\\n\\n // Set the request timeout in MS\\n request.timeout = config.timeout;\\n\\n // Listen for ready state\\n request.onreadystatechange = function handleLoad() {\\n if (!request || request.readyState !== 4) {\\n return;\\n }\\n\\n // The request errored out and we didn't get a response, this will be\\n // handled by onerror instead\\n // With one exception: request that using file: protocol, most browsers\\n // will return status as 0 even though it's a successful request\\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\\n return;\\n }\\n\\n // Prepare the response\\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\\n var response = {\\n data: responseData,\\n status: request.status,\\n statusText: request.statusText,\\n headers: responseHeaders,\\n config: config,\\n request: request\\n };\\n\\n settle(resolve, reject, response);\\n\\n // Clean up request\\n request = null;\\n };\\n\\n // Handle browser request cancellation (as opposed to a manual cancellation)\\n request.onabort = function handleAbort() {\\n if (!request) {\\n return;\\n }\\n\\n reject(createError('Request aborted', config, 'ECONNABORTED', request));\\n\\n // Clean up request\\n request = null;\\n };\\n\\n // Handle low level network errors\\n request.onerror = function handleError() {\\n // Real errors are hidden from us by the browser\\n // onerror should only fire if it's a network error\\n reject(createError('Network Error', config, null, request));\\n\\n // Clean up request\\n request = null;\\n };\\n\\n // Handle timeout\\n request.ontimeout = function handleTimeout() {\\n var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';\\n if (config.timeoutErrorMessage) {\\n timeoutErrorMessage = config.timeoutErrorMessage;\\n }\\n reject(createError(timeoutErrorMessage, config, 'ECONNABORTED',\\n request));\\n\\n // Clean up request\\n request = null;\\n };\\n\\n // Add xsrf header\\n // This is only done if running in a standard browser environment.\\n // Specifically not if we're in a web worker, or react-native.\\n if (utils.isStandardBrowserEnv()) {\\n var cookies = __webpack_require__(/*! ./../helpers/cookies */ \\\"./node_modules/axios/lib/helpers/cookies.js\\\");\\n\\n // Add xsrf header\\n var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?\\n cookies.read(config.xsrfCookieName) :\\n undefined;\\n\\n if (xsrfValue) {\\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\\n }\\n }\\n\\n // Add headers to the request\\n if ('setRequestHeader' in request) {\\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\\n // Remove Content-Type if data is undefined\\n delete requestHeaders[key];\\n } else {\\n // Otherwise add header to the request\\n request.setRequestHeader(key, val);\\n }\\n });\\n }\\n\\n // Add withCredentials to request if needed\\n if (!utils.isUndefined(config.withCredentials)) {\\n request.withCredentials = !!config.withCredentials;\\n }\\n\\n // Add responseType to request if needed\\n if (config.responseType) {\\n try {\\n request.responseType = config.responseType;\\n } catch (e) {\\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\\n if (config.responseType !== 'json') {\\n throw e;\\n }\\n }\\n }\\n\\n // Handle progress if needed\\n if (typeof config.onDownloadProgress === 'function') {\\n request.addEventListener('progress', config.onDownloadProgress);\\n }\\n\\n // Not all browsers support upload events\\n if (typeof config.onUploadProgress === 'function' && request.upload) {\\n request.upload.addEventListener('progress', config.onUploadProgress);\\n }\\n\\n if (config.cancelToken) {\\n // Handle cancellation\\n config.cancelToken.promise.then(function onCanceled(cancel) {\\n if (!request) {\\n return;\\n }\\n\\n request.abort();\\n reject(cancel);\\n // Clean up request\\n request = null;\\n });\\n }\\n\\n if (requestData === undefined) {\\n requestData = null;\\n }\\n\\n // Send the request\\n request.send(requestData);\\n });\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/adapters/xhr.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/axios.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/axios/lib/axios.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\nvar bind = __webpack_require__(/*! ./helpers/bind */ \\\"./node_modules/axios/lib/helpers/bind.js\\\");\\nvar Axios = __webpack_require__(/*! ./core/Axios */ \\\"./node_modules/axios/lib/core/Axios.js\\\");\\nvar mergeConfig = __webpack_require__(/*! ./core/mergeConfig */ \\\"./node_modules/axios/lib/core/mergeConfig.js\\\");\\nvar defaults = __webpack_require__(/*! ./defaults */ \\\"./node_modules/axios/lib/defaults.js\\\");\\n\\n/**\\n * Create an instance of Axios\\n *\\n * @param {Object} defaultConfig The default config for the instance\\n * @return {Axios} A new instance of Axios\\n */\\nfunction createInstance(defaultConfig) {\\n var context = new Axios(defaultConfig);\\n var instance = bind(Axios.prototype.request, context);\\n\\n // Copy axios.prototype to instance\\n utils.extend(instance, Axios.prototype, context);\\n\\n // Copy context to instance\\n utils.extend(instance, context);\\n\\n return instance;\\n}\\n\\n// Create the default instance to be exported\\nvar axios = createInstance(defaults);\\n\\n// Expose Axios class to allow class inheritance\\naxios.Axios = Axios;\\n\\n// Factory for creating new instances\\naxios.create = function create(instanceConfig) {\\n return createInstance(mergeConfig(axios.defaults, instanceConfig));\\n};\\n\\n// Expose Cancel & CancelToken\\naxios.Cancel = __webpack_require__(/*! ./cancel/Cancel */ \\\"./node_modules/axios/lib/cancel/Cancel.js\\\");\\naxios.CancelToken = __webpack_require__(/*! ./cancel/CancelToken */ \\\"./node_modules/axios/lib/cancel/CancelToken.js\\\");\\naxios.isCancel = __webpack_require__(/*! ./cancel/isCancel */ \\\"./node_modules/axios/lib/cancel/isCancel.js\\\");\\n\\n// Expose all/spread\\naxios.all = function all(promises) {\\n return Promise.all(promises);\\n};\\naxios.spread = __webpack_require__(/*! ./helpers/spread */ \\\"./node_modules/axios/lib/helpers/spread.js\\\");\\n\\nmodule.exports = axios;\\n\\n// Allow use of default import syntax in TypeScript\\nmodule.exports.default = axios;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/axios.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/cancel/Cancel.js\":\n/*!*************************************************!*\\\n !*** ./node_modules/axios/lib/cancel/Cancel.js ***!\n \\*************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/**\\n * A `Cancel` is an object that is thrown when an operation is canceled.\\n *\\n * @class\\n * @param {string=} message The message.\\n */\\nfunction Cancel(message) {\\n this.message = message;\\n}\\n\\nCancel.prototype.toString = function toString() {\\n return 'Cancel' + (this.message ? ': ' + this.message : '');\\n};\\n\\nCancel.prototype.__CANCEL__ = true;\\n\\nmodule.exports = Cancel;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/cancel/Cancel.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/cancel/CancelToken.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/axios/lib/cancel/CancelToken.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar Cancel = __webpack_require__(/*! ./Cancel */ \\\"./node_modules/axios/lib/cancel/Cancel.js\\\");\\n\\n/**\\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\\n *\\n * @class\\n * @param {Function} executor The executor function.\\n */\\nfunction CancelToken(executor) {\\n if (typeof executor !== 'function') {\\n throw new TypeError('executor must be a function.');\\n }\\n\\n var resolvePromise;\\n this.promise = new Promise(function promiseExecutor(resolve) {\\n resolvePromise = resolve;\\n });\\n\\n var token = this;\\n executor(function cancel(message) {\\n if (token.reason) {\\n // Cancellation has already been requested\\n return;\\n }\\n\\n token.reason = new Cancel(message);\\n resolvePromise(token.reason);\\n });\\n}\\n\\n/**\\n * Throws a `Cancel` if cancellation has been requested.\\n */\\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\\n if (this.reason) {\\n throw this.reason;\\n }\\n};\\n\\n/**\\n * Returns an object that contains a new `CancelToken` and a function that, when called,\\n * cancels the `CancelToken`.\\n */\\nCancelToken.source = function source() {\\n var cancel;\\n var token = new CancelToken(function executor(c) {\\n cancel = c;\\n });\\n return {\\n token: token,\\n cancel: cancel\\n };\\n};\\n\\nmodule.exports = CancelToken;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/cancel/CancelToken.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/cancel/isCancel.js\":\n/*!***************************************************!*\\\n !*** ./node_modules/axios/lib/cancel/isCancel.js ***!\n \\***************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nmodule.exports = function isCancel(value) {\\n return !!(value && value.__CANCEL__);\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/cancel/isCancel.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/Axios.js\":\n/*!**********************************************!*\\\n !*** ./node_modules/axios/lib/core/Axios.js ***!\n \\**********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\nvar buildURL = __webpack_require__(/*! ../helpers/buildURL */ \\\"./node_modules/axios/lib/helpers/buildURL.js\\\");\\nvar InterceptorManager = __webpack_require__(/*! ./InterceptorManager */ \\\"./node_modules/axios/lib/core/InterceptorManager.js\\\");\\nvar dispatchRequest = __webpack_require__(/*! ./dispatchRequest */ \\\"./node_modules/axios/lib/core/dispatchRequest.js\\\");\\nvar mergeConfig = __webpack_require__(/*! ./mergeConfig */ \\\"./node_modules/axios/lib/core/mergeConfig.js\\\");\\n\\n/**\\n * Create a new instance of Axios\\n *\\n * @param {Object} instanceConfig The default config for the instance\\n */\\nfunction Axios(instanceConfig) {\\n this.defaults = instanceConfig;\\n this.interceptors = {\\n request: new InterceptorManager(),\\n response: new InterceptorManager()\\n };\\n}\\n\\n/**\\n * Dispatch a request\\n *\\n * @param {Object} config The config specific for this request (merged with this.defaults)\\n */\\nAxios.prototype.request = function request(config) {\\n /*eslint no-param-reassign:0*/\\n // Allow for axios('example/url'[, config]) a la fetch API\\n if (typeof config === 'string') {\\n config = arguments[1] || {};\\n config.url = arguments[0];\\n } else {\\n config = config || {};\\n }\\n\\n config = mergeConfig(this.defaults, config);\\n\\n // Set config.method\\n if (config.method) {\\n config.method = config.method.toLowerCase();\\n } else if (this.defaults.method) {\\n config.method = this.defaults.method.toLowerCase();\\n } else {\\n config.method = 'get';\\n }\\n\\n // Hook up interceptors middleware\\n var chain = [dispatchRequest, undefined];\\n var promise = Promise.resolve(config);\\n\\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\\n });\\n\\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\\n chain.push(interceptor.fulfilled, interceptor.rejected);\\n });\\n\\n while (chain.length) {\\n promise = promise.then(chain.shift(), chain.shift());\\n }\\n\\n return promise;\\n};\\n\\nAxios.prototype.getUri = function getUri(config) {\\n config = mergeConfig(this.defaults, config);\\n return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\\\?/, '');\\n};\\n\\n// Provide aliases for supported request methods\\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\\n /*eslint func-names:0*/\\n Axios.prototype[method] = function(url, config) {\\n return this.request(utils.merge(config || {}, {\\n method: method,\\n url: url\\n }));\\n };\\n});\\n\\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\\n /*eslint func-names:0*/\\n Axios.prototype[method] = function(url, data, config) {\\n return this.request(utils.merge(config || {}, {\\n method: method,\\n url: url,\\n data: data\\n }));\\n };\\n});\\n\\nmodule.exports = Axios;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/Axios.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/InterceptorManager.js\":\n/*!***********************************************************!*\\\n !*** ./node_modules/axios/lib/core/InterceptorManager.js ***!\n \\***********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\nfunction InterceptorManager() {\\n this.handlers = [];\\n}\\n\\n/**\\n * Add a new interceptor to the stack\\n *\\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\\n * @param {Function} rejected The function to handle `reject` for a `Promise`\\n *\\n * @return {Number} An ID used to remove interceptor later\\n */\\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\\n this.handlers.push({\\n fulfilled: fulfilled,\\n rejected: rejected\\n });\\n return this.handlers.length - 1;\\n};\\n\\n/**\\n * Remove an interceptor from the stack\\n *\\n * @param {Number} id The ID that was returned by `use`\\n */\\nInterceptorManager.prototype.eject = function eject(id) {\\n if (this.handlers[id]) {\\n this.handlers[id] = null;\\n }\\n};\\n\\n/**\\n * Iterate over all the registered interceptors\\n *\\n * This method is particularly useful for skipping over any\\n * interceptors that may have become `null` calling `eject`.\\n *\\n * @param {Function} fn The function to call for each interceptor\\n */\\nInterceptorManager.prototype.forEach = function forEach(fn) {\\n utils.forEach(this.handlers, function forEachHandler(h) {\\n if (h !== null) {\\n fn(h);\\n }\\n });\\n};\\n\\nmodule.exports = InterceptorManager;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/InterceptorManager.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/buildFullPath.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/axios/lib/core/buildFullPath.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar isAbsoluteURL = __webpack_require__(/*! ../helpers/isAbsoluteURL */ \\\"./node_modules/axios/lib/helpers/isAbsoluteURL.js\\\");\\nvar combineURLs = __webpack_require__(/*! ../helpers/combineURLs */ \\\"./node_modules/axios/lib/helpers/combineURLs.js\\\");\\n\\n/**\\n * Creates a new URL by combining the baseURL with the requestedURL,\\n * only when the requestedURL is not already an absolute URL.\\n * If the requestURL is absolute, this function returns the requestedURL untouched.\\n *\\n * @param {string} baseURL The base URL\\n * @param {string} requestedURL Absolute or relative URL to combine\\n * @returns {string} The combined full path\\n */\\nmodule.exports = function buildFullPath(baseURL, requestedURL) {\\n if (baseURL && !isAbsoluteURL(requestedURL)) {\\n return combineURLs(baseURL, requestedURL);\\n }\\n return requestedURL;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/buildFullPath.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/createError.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/axios/lib/core/createError.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar enhanceError = __webpack_require__(/*! ./enhanceError */ \\\"./node_modules/axios/lib/core/enhanceError.js\\\");\\n\\n/**\\n * Create an Error with the specified message, config, error code, request and response.\\n *\\n * @param {string} message The error message.\\n * @param {Object} config The config.\\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\\n * @param {Object} [request] The request.\\n * @param {Object} [response] The response.\\n * @returns {Error} The created error.\\n */\\nmodule.exports = function createError(message, config, code, request, response) {\\n var error = new Error(message);\\n return enhanceError(error, config, code, request, response);\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/createError.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/dispatchRequest.js\":\n/*!********************************************************!*\\\n !*** ./node_modules/axios/lib/core/dispatchRequest.js ***!\n \\********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\nvar transformData = __webpack_require__(/*! ./transformData */ \\\"./node_modules/axios/lib/core/transformData.js\\\");\\nvar isCancel = __webpack_require__(/*! ../cancel/isCancel */ \\\"./node_modules/axios/lib/cancel/isCancel.js\\\");\\nvar defaults = __webpack_require__(/*! ../defaults */ \\\"./node_modules/axios/lib/defaults.js\\\");\\n\\n/**\\n * Throws a `Cancel` if cancellation has been requested.\\n */\\nfunction throwIfCancellationRequested(config) {\\n if (config.cancelToken) {\\n config.cancelToken.throwIfRequested();\\n }\\n}\\n\\n/**\\n * Dispatch a request to the server using the configured adapter.\\n *\\n * @param {object} config The config that is to be used for the request\\n * @returns {Promise} The Promise to be fulfilled\\n */\\nmodule.exports = function dispatchRequest(config) {\\n throwIfCancellationRequested(config);\\n\\n // Ensure headers exist\\n config.headers = config.headers || {};\\n\\n // Transform request data\\n config.data = transformData(\\n config.data,\\n config.headers,\\n config.transformRequest\\n );\\n\\n // Flatten headers\\n config.headers = utils.merge(\\n config.headers.common || {},\\n config.headers[config.method] || {},\\n config.headers\\n );\\n\\n utils.forEach(\\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\\n function cleanHeaderConfig(method) {\\n delete config.headers[method];\\n }\\n );\\n\\n var adapter = config.adapter || defaults.adapter;\\n\\n return adapter(config).then(function onAdapterResolution(response) {\\n throwIfCancellationRequested(config);\\n\\n // Transform response data\\n response.data = transformData(\\n response.data,\\n response.headers,\\n config.transformResponse\\n );\\n\\n return response;\\n }, function onAdapterRejection(reason) {\\n if (!isCancel(reason)) {\\n throwIfCancellationRequested(config);\\n\\n // Transform response data\\n if (reason && reason.response) {\\n reason.response.data = transformData(\\n reason.response.data,\\n reason.response.headers,\\n config.transformResponse\\n );\\n }\\n }\\n\\n return Promise.reject(reason);\\n });\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/dispatchRequest.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/enhanceError.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/axios/lib/core/enhanceError.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/**\\n * Update an Error with the specified config, error code, and response.\\n *\\n * @param {Error} error The error to update.\\n * @param {Object} config The config.\\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\\n * @param {Object} [request] The request.\\n * @param {Object} [response] The response.\\n * @returns {Error} The error.\\n */\\nmodule.exports = function enhanceError(error, config, code, request, response) {\\n error.config = config;\\n if (code) {\\n error.code = code;\\n }\\n\\n error.request = request;\\n error.response = response;\\n error.isAxiosError = true;\\n\\n error.toJSON = function() {\\n return {\\n // Standard\\n message: this.message,\\n name: this.name,\\n // Microsoft\\n description: this.description,\\n number: this.number,\\n // Mozilla\\n fileName: this.fileName,\\n lineNumber: this.lineNumber,\\n columnNumber: this.columnNumber,\\n stack: this.stack,\\n // Axios\\n config: this.config,\\n code: this.code\\n };\\n };\\n return error;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/enhanceError.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/mergeConfig.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/axios/lib/core/mergeConfig.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\n/**\\n * Config-specific merge-function which creates a new config-object\\n * by merging two configuration objects together.\\n *\\n * @param {Object} config1\\n * @param {Object} config2\\n * @returns {Object} New object resulting from merging config2 to config1\\n */\\nmodule.exports = function mergeConfig(config1, config2) {\\n // eslint-disable-next-line no-param-reassign\\n config2 = config2 || {};\\n var config = {};\\n\\n var valueFromConfig2Keys = ['url', 'method', 'params', 'data'];\\n var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy'];\\n var defaultToConfig2Keys = [\\n 'baseURL', 'url', 'transformRequest', 'transformResponse', 'paramsSerializer',\\n 'timeout', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\\n 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress',\\n 'maxContentLength', 'validateStatus', 'maxRedirects', 'httpAgent',\\n 'httpsAgent', 'cancelToken', 'socketPath'\\n ];\\n\\n utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {\\n if (typeof config2[prop] !== 'undefined') {\\n config[prop] = config2[prop];\\n }\\n });\\n\\n utils.forEach(mergeDeepPropertiesKeys, function mergeDeepProperties(prop) {\\n if (utils.isObject(config2[prop])) {\\n config[prop] = utils.deepMerge(config1[prop], config2[prop]);\\n } else if (typeof config2[prop] !== 'undefined') {\\n config[prop] = config2[prop];\\n } else if (utils.isObject(config1[prop])) {\\n config[prop] = utils.deepMerge(config1[prop]);\\n } else if (typeof config1[prop] !== 'undefined') {\\n config[prop] = config1[prop];\\n }\\n });\\n\\n utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {\\n if (typeof config2[prop] !== 'undefined') {\\n config[prop] = config2[prop];\\n } else if (typeof config1[prop] !== 'undefined') {\\n config[prop] = config1[prop];\\n }\\n });\\n\\n var axiosKeys = valueFromConfig2Keys\\n .concat(mergeDeepPropertiesKeys)\\n .concat(defaultToConfig2Keys);\\n\\n var otherKeys = Object\\n .keys(config2)\\n .filter(function filterAxiosKeys(key) {\\n return axiosKeys.indexOf(key) === -1;\\n });\\n\\n utils.forEach(otherKeys, function otherKeysDefaultToConfig2(prop) {\\n if (typeof config2[prop] !== 'undefined') {\\n config[prop] = config2[prop];\\n } else if (typeof config1[prop] !== 'undefined') {\\n config[prop] = config1[prop];\\n }\\n });\\n\\n return config;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/mergeConfig.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/settle.js\":\n/*!***********************************************!*\\\n !*** ./node_modules/axios/lib/core/settle.js ***!\n \\***********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar createError = __webpack_require__(/*! ./createError */ \\\"./node_modules/axios/lib/core/createError.js\\\");\\n\\n/**\\n * Resolve or reject a Promise based on response status.\\n *\\n * @param {Function} resolve A function that resolves the promise.\\n * @param {Function} reject A function that rejects the promise.\\n * @param {object} response The response.\\n */\\nmodule.exports = function settle(resolve, reject, response) {\\n var validateStatus = response.config.validateStatus;\\n if (!validateStatus || validateStatus(response.status)) {\\n resolve(response);\\n } else {\\n reject(createError(\\n 'Request failed with status code ' + response.status,\\n response.config,\\n null,\\n response.request,\\n response\\n ));\\n }\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/settle.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/transformData.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/axios/lib/core/transformData.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\n/**\\n * Transform the data for a request or a response\\n *\\n * @param {Object|String} data The data to be transformed\\n * @param {Array} headers The headers for the request or response\\n * @param {Array|Function} fns A single function or Array of functions\\n * @returns {*} The resulting transformed data\\n */\\nmodule.exports = function transformData(data, headers, fns) {\\n /*eslint no-param-reassign:0*/\\n utils.forEach(fns, function transform(fn) {\\n data = fn(data, headers);\\n });\\n\\n return data;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/transformData.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/defaults.js\":\n/*!********************************************!*\\\n !*** ./node_modules/axios/lib/defaults.js ***!\n \\********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"/* WEBPACK VAR INJECTION */(function(process) {\\n\\nvar utils = __webpack_require__(/*! ./utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\nvar normalizeHeaderName = __webpack_require__(/*! ./helpers/normalizeHeaderName */ \\\"./node_modules/axios/lib/helpers/normalizeHeaderName.js\\\");\\n\\nvar DEFAULT_CONTENT_TYPE = {\\n 'Content-Type': 'application/x-www-form-urlencoded'\\n};\\n\\nfunction setContentTypeIfUnset(headers, value) {\\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\\n headers['Content-Type'] = value;\\n }\\n}\\n\\nfunction getDefaultAdapter() {\\n var adapter;\\n if (typeof XMLHttpRequest !== 'undefined') {\\n // For browsers use XHR adapter\\n adapter = __webpack_require__(/*! ./adapters/xhr */ \\\"./node_modules/axios/lib/adapters/xhr.js\\\");\\n } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\\n // For node use HTTP adapter\\n adapter = __webpack_require__(/*! ./adapters/http */ \\\"./node_modules/axios/lib/adapters/xhr.js\\\");\\n }\\n return adapter;\\n}\\n\\nvar defaults = {\\n adapter: getDefaultAdapter(),\\n\\n transformRequest: [function transformRequest(data, headers) {\\n normalizeHeaderName(headers, 'Accept');\\n normalizeHeaderName(headers, 'Content-Type');\\n if (utils.isFormData(data) ||\\n utils.isArrayBuffer(data) ||\\n utils.isBuffer(data) ||\\n utils.isStream(data) ||\\n utils.isFile(data) ||\\n utils.isBlob(data)\\n ) {\\n return data;\\n }\\n if (utils.isArrayBufferView(data)) {\\n return data.buffer;\\n }\\n if (utils.isURLSearchParams(data)) {\\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\\n return data.toString();\\n }\\n if (utils.isObject(data)) {\\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\\n return JSON.stringify(data);\\n }\\n return data;\\n }],\\n\\n transformResponse: [function transformResponse(data) {\\n /*eslint no-param-reassign:0*/\\n if (typeof data === 'string') {\\n try {\\n data = JSON.parse(data);\\n } catch (e) { /* Ignore */ }\\n }\\n return data;\\n }],\\n\\n /**\\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\\n * timeout is not created.\\n */\\n timeout: 0,\\n\\n xsrfCookieName: 'XSRF-TOKEN',\\n xsrfHeaderName: 'X-XSRF-TOKEN',\\n\\n maxContentLength: -1,\\n\\n validateStatus: function validateStatus(status) {\\n return status >= 200 && status < 300;\\n }\\n};\\n\\ndefaults.headers = {\\n common: {\\n 'Accept': 'application/json, text/plain, */*'\\n }\\n};\\n\\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\\n defaults.headers[method] = {};\\n});\\n\\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\\n});\\n\\nmodule.exports = defaults;\\n\\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../process/browser.js */ \\\"./node_modules/process/browser.js\\\")))\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/defaults.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/bind.js\":\n/*!************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/bind.js ***!\n \\************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nmodule.exports = function bind(fn, thisArg) {\\n return function wrap() {\\n var args = new Array(arguments.length);\\n for (var i = 0; i < args.length; i++) {\\n args[i] = arguments[i];\\n }\\n return fn.apply(thisArg, args);\\n };\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/bind.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/buildURL.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/buildURL.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\nfunction encode(val) {\\n return encodeURIComponent(val).\\n replace(/%40/gi, '@').\\n replace(/%3A/gi, ':').\\n replace(/%24/g, '$').\\n replace(/%2C/gi, ',').\\n replace(/%20/g, '+').\\n replace(/%5B/gi, '[').\\n replace(/%5D/gi, ']');\\n}\\n\\n/**\\n * Build a URL by appending params to the end\\n *\\n * @param {string} url The base of the url (e.g., http://www.google.com)\\n * @param {object} [params] The params to be appended\\n * @returns {string} The formatted url\\n */\\nmodule.exports = function buildURL(url, params, paramsSerializer) {\\n /*eslint no-param-reassign:0*/\\n if (!params) {\\n return url;\\n }\\n\\n var serializedParams;\\n if (paramsSerializer) {\\n serializedParams = paramsSerializer(params);\\n } else if (utils.isURLSearchParams(params)) {\\n serializedParams = params.toString();\\n } else {\\n var parts = [];\\n\\n utils.forEach(params, function serialize(val, key) {\\n if (val === null || typeof val === 'undefined') {\\n return;\\n }\\n\\n if (utils.isArray(val)) {\\n key = key + '[]';\\n } else {\\n val = [val];\\n }\\n\\n utils.forEach(val, function parseValue(v) {\\n if (utils.isDate(v)) {\\n v = v.toISOString();\\n } else if (utils.isObject(v)) {\\n v = JSON.stringify(v);\\n }\\n parts.push(encode(key) + '=' + encode(v));\\n });\\n });\\n\\n serializedParams = parts.join('&');\\n }\\n\\n if (serializedParams) {\\n var hashmarkIndex = url.indexOf('#');\\n if (hashmarkIndex !== -1) {\\n url = url.slice(0, hashmarkIndex);\\n }\\n\\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\\n }\\n\\n return url;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/buildURL.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/combineURLs.js\":\n/*!*******************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/combineURLs.js ***!\n \\*******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/**\\n * Creates a new URL by combining the specified URLs\\n *\\n * @param {string} baseURL The base URL\\n * @param {string} relativeURL The relative URL\\n * @returns {string} The combined URL\\n */\\nmodule.exports = function combineURLs(baseURL, relativeURL) {\\n return relativeURL\\n ? baseURL.replace(/\\\\/+$/, '') + '/' + relativeURL.replace(/^\\\\/+/, '')\\n : baseURL;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/combineURLs.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/cookies.js\":\n/*!***************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/cookies.js ***!\n \\***************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\nmodule.exports = (\\n utils.isStandardBrowserEnv() ?\\n\\n // Standard browser envs support document.cookie\\n (function standardBrowserEnv() {\\n return {\\n write: function write(name, value, expires, path, domain, secure) {\\n var cookie = [];\\n cookie.push(name + '=' + encodeURIComponent(value));\\n\\n if (utils.isNumber(expires)) {\\n cookie.push('expires=' + new Date(expires).toGMTString());\\n }\\n\\n if (utils.isString(path)) {\\n cookie.push('path=' + path);\\n }\\n\\n if (utils.isString(domain)) {\\n cookie.push('domain=' + domain);\\n }\\n\\n if (secure === true) {\\n cookie.push('secure');\\n }\\n\\n document.cookie = cookie.join('; ');\\n },\\n\\n read: function read(name) {\\n var match = document.cookie.match(new RegExp('(^|;\\\\\\\\s*)(' + name + ')=([^;]*)'));\\n return (match ? decodeURIComponent(match[3]) : null);\\n },\\n\\n remove: function remove(name) {\\n this.write(name, '', Date.now() - 86400000);\\n }\\n };\\n })() :\\n\\n // Non standard browser env (web workers, react-native) lack needed support.\\n (function nonStandardBrowserEnv() {\\n return {\\n write: function write() {},\\n read: function read() { return null; },\\n remove: function remove() {}\\n };\\n })()\\n);\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/cookies.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/isAbsoluteURL.js\":\n/*!*********************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/isAbsoluteURL.js ***!\n \\*********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/**\\n * Determines whether the specified URL is absolute\\n *\\n * @param {string} url The URL to test\\n * @returns {boolean} True if the specified URL is absolute, otherwise false\\n */\\nmodule.exports = function isAbsoluteURL(url) {\\n // A URL is considered absolute if it begins with \\\"<scheme>://\\\" or \\\"//\\\" (protocol-relative URL).\\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\\n // by any combination of letters, digits, plus, period, or hyphen.\\n return /^([a-z][a-z\\\\d\\\\+\\\\-\\\\.]*:)?\\\\/\\\\//i.test(url);\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/isAbsoluteURL.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/isURLSameOrigin.js\":\n/*!***********************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/isURLSameOrigin.js ***!\n \\***********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\nmodule.exports = (\\n utils.isStandardBrowserEnv() ?\\n\\n // Standard browser envs have full support of the APIs needed to test\\n // whether the request URL is of the same origin as current location.\\n (function standardBrowserEnv() {\\n var msie = /(msie|trident)/i.test(navigator.userAgent);\\n var urlParsingNode = document.createElement('a');\\n var originURL;\\n\\n /**\\n * Parse a URL to discover it's components\\n *\\n * @param {String} url The URL to be parsed\\n * @returns {Object}\\n */\\n function resolveURL(url) {\\n var href = url;\\n\\n if (msie) {\\n // IE needs attribute set twice to normalize properties\\n urlParsingNode.setAttribute('href', href);\\n href = urlParsingNode.href;\\n }\\n\\n urlParsingNode.setAttribute('href', href);\\n\\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\\n return {\\n href: urlParsingNode.href,\\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\\n host: urlParsingNode.host,\\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\\\?/, '') : '',\\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\\n hostname: urlParsingNode.hostname,\\n port: urlParsingNode.port,\\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\\n urlParsingNode.pathname :\\n '/' + urlParsingNode.pathname\\n };\\n }\\n\\n originURL = resolveURL(window.location.href);\\n\\n /**\\n * Determine if a URL shares the same origin as the current location\\n *\\n * @param {String} requestURL The URL to test\\n * @returns {boolean} True if URL shares the same origin, otherwise false\\n */\\n return function isURLSameOrigin(requestURL) {\\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\\n return (parsed.protocol === originURL.protocol &&\\n parsed.host === originURL.host);\\n };\\n })() :\\n\\n // Non standard browser envs (web workers, react-native) lack needed support.\\n (function nonStandardBrowserEnv() {\\n return function isURLSameOrigin() {\\n return true;\\n };\\n })()\\n);\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/isURLSameOrigin.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/normalizeHeaderName.js\":\n/*!***************************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/normalizeHeaderName.js ***!\n \\***************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\\n utils.forEach(headers, function processHeader(value, name) {\\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\\n headers[normalizedName] = value;\\n delete headers[name];\\n }\\n });\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/normalizeHeaderName.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/parseHeaders.js\":\n/*!********************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/parseHeaders.js ***!\n \\********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\n// Headers whose duplicates are ignored by node\\n// c.f. https://nodejs.org/api/http.html#http_message_headers\\nvar ignoreDuplicateOf = [\\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\\n 'referer', 'retry-after', 'user-agent'\\n];\\n\\n/**\\n * Parse headers into an object\\n *\\n * ```\\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\\n * Content-Type: application/json\\n * Connection: keep-alive\\n * Transfer-Encoding: chunked\\n * ```\\n *\\n * @param {String} headers Headers needing to be parsed\\n * @returns {Object} Headers parsed into an object\\n */\\nmodule.exports = function parseHeaders(headers) {\\n var parsed = {};\\n var key;\\n var val;\\n var i;\\n\\n if (!headers) { return parsed; }\\n\\n utils.forEach(headers.split('\\\\n'), function parser(line) {\\n i = line.indexOf(':');\\n key = utils.trim(line.substr(0, i)).toLowerCase();\\n val = utils.trim(line.substr(i + 1));\\n\\n if (key) {\\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\\n return;\\n }\\n if (key === 'set-cookie') {\\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\\n } else {\\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\\n }\\n }\\n });\\n\\n return parsed;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/parseHeaders.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/spread.js\":\n/*!**************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/spread.js ***!\n \\**************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/**\\n * Syntactic sugar for invoking a function and expanding an array for arguments.\\n *\\n * Common use case would be to use `Function.prototype.apply`.\\n *\\n * ```js\\n * function f(x, y, z) {}\\n * var args = [1, 2, 3];\\n * f.apply(null, args);\\n * ```\\n *\\n * With `spread` this example can be re-written.\\n *\\n * ```js\\n * spread(function(x, y, z) {})([1, 2, 3]);\\n * ```\\n *\\n * @param {Function} callback\\n * @returns {Function}\\n */\\nmodule.exports = function spread(callback) {\\n return function wrap(arr) {\\n return callback.apply(null, arr);\\n };\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/spread.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/utils.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/axios/lib/utils.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar bind = __webpack_require__(/*! ./helpers/bind */ \\\"./node_modules/axios/lib/helpers/bind.js\\\");\\n\\n/*global toString:true*/\\n\\n// utils is a library of generic helper functions non-specific to axios\\n\\nvar toString = Object.prototype.toString;\\n\\n/**\\n * Determine if a value is an Array\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is an Array, otherwise false\\n */\\nfunction isArray(val) {\\n return toString.call(val) === '[object Array]';\\n}\\n\\n/**\\n * Determine if a value is undefined\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if the value is undefined, otherwise false\\n */\\nfunction isUndefined(val) {\\n return typeof val === 'undefined';\\n}\\n\\n/**\\n * Determine if a value is a Buffer\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Buffer, otherwise false\\n */\\nfunction isBuffer(val) {\\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\\n && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);\\n}\\n\\n/**\\n * Determine if a value is an ArrayBuffer\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\\n */\\nfunction isArrayBuffer(val) {\\n return toString.call(val) === '[object ArrayBuffer]';\\n}\\n\\n/**\\n * Determine if a value is a FormData\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is an FormData, otherwise false\\n */\\nfunction isFormData(val) {\\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\\n}\\n\\n/**\\n * Determine if a value is a view on an ArrayBuffer\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\\n */\\nfunction isArrayBufferView(val) {\\n var result;\\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\\n result = ArrayBuffer.isView(val);\\n } else {\\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\\n }\\n return result;\\n}\\n\\n/**\\n * Determine if a value is a String\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a String, otherwise false\\n */\\nfunction isString(val) {\\n return typeof val === 'string';\\n}\\n\\n/**\\n * Determine if a value is a Number\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Number, otherwise false\\n */\\nfunction isNumber(val) {\\n return typeof val === 'number';\\n}\\n\\n/**\\n * Determine if a value is an Object\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is an Object, otherwise false\\n */\\nfunction isObject(val) {\\n return val !== null && typeof val === 'object';\\n}\\n\\n/**\\n * Determine if a value is a Date\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Date, otherwise false\\n */\\nfunction isDate(val) {\\n return toString.call(val) === '[object Date]';\\n}\\n\\n/**\\n * Determine if a value is a File\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a File, otherwise false\\n */\\nfunction isFile(val) {\\n return toString.call(val) === '[object File]';\\n}\\n\\n/**\\n * Determine if a value is a Blob\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Blob, otherwise false\\n */\\nfunction isBlob(val) {\\n return toString.call(val) === '[object Blob]';\\n}\\n\\n/**\\n * Determine if a value is a Function\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Function, otherwise false\\n */\\nfunction isFunction(val) {\\n return toString.call(val) === '[object Function]';\\n}\\n\\n/**\\n * Determine if a value is a Stream\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Stream, otherwise false\\n */\\nfunction isStream(val) {\\n return isObject(val) && isFunction(val.pipe);\\n}\\n\\n/**\\n * Determine if a value is a URLSearchParams object\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\\n */\\nfunction isURLSearchParams(val) {\\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\\n}\\n\\n/**\\n * Trim excess whitespace off the beginning and end of a string\\n *\\n * @param {String} str The String to trim\\n * @returns {String} The String freed of excess whitespace\\n */\\nfunction trim(str) {\\n return str.replace(/^\\\\s*/, '').replace(/\\\\s*$/, '');\\n}\\n\\n/**\\n * Determine if we're running in a standard browser environment\\n *\\n * This allows axios to run in a web worker, and react-native.\\n * Both environments support XMLHttpRequest, but not fully standard globals.\\n *\\n * web workers:\\n * typeof window -> undefined\\n * typeof document -> undefined\\n *\\n * react-native:\\n * navigator.product -> 'ReactNative'\\n * nativescript\\n * navigator.product -> 'NativeScript' or 'NS'\\n */\\nfunction isStandardBrowserEnv() {\\n if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\\n navigator.product === 'NativeScript' ||\\n navigator.product === 'NS')) {\\n return false;\\n }\\n return (\\n typeof window !== 'undefined' &&\\n typeof document !== 'undefined'\\n );\\n}\\n\\n/**\\n * Iterate over an Array or an Object invoking a function for each item.\\n *\\n * If `obj` is an Array callback will be called passing\\n * the value, index, and complete array for each item.\\n *\\n * If 'obj' is an Object callback will be called passing\\n * the value, key, and complete object for each property.\\n *\\n * @param {Object|Array} obj The object to iterate\\n * @param {Function} fn The callback to invoke for each item\\n */\\nfunction forEach(obj, fn) {\\n // Don't bother if no value provided\\n if (obj === null || typeof obj === 'undefined') {\\n return;\\n }\\n\\n // Force an array if not already something iterable\\n if (typeof obj !== 'object') {\\n /*eslint no-param-reassign:0*/\\n obj = [obj];\\n }\\n\\n if (isArray(obj)) {\\n // Iterate over array values\\n for (var i = 0, l = obj.length; i < l; i++) {\\n fn.call(null, obj[i], i, obj);\\n }\\n } else {\\n // Iterate over object keys\\n for (var key in obj) {\\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\\n fn.call(null, obj[key], key, obj);\\n }\\n }\\n }\\n}\\n\\n/**\\n * Accepts varargs expecting each argument to be an object, then\\n * immutably merges the properties of each object and returns result.\\n *\\n * When multiple objects contain the same key the later object in\\n * the arguments list will take precedence.\\n *\\n * Example:\\n *\\n * ```js\\n * var result = merge({foo: 123}, {foo: 456});\\n * console.log(result.foo); // outputs 456\\n * ```\\n *\\n * @param {Object} obj1 Object to merge\\n * @returns {Object} Result of all merge properties\\n */\\nfunction merge(/* obj1, obj2, obj3, ... */) {\\n var result = {};\\n function assignValue(val, key) {\\n if (typeof result[key] === 'object' && typeof val === 'object') {\\n result[key] = merge(result[key], val);\\n } else {\\n result[key] = val;\\n }\\n }\\n\\n for (var i = 0, l = arguments.length; i < l; i++) {\\n forEach(arguments[i], assignValue);\\n }\\n return result;\\n}\\n\\n/**\\n * Function equal to merge with the difference being that no reference\\n * to original objects is kept.\\n *\\n * @see merge\\n * @param {Object} obj1 Object to merge\\n * @returns {Object} Result of all merge properties\\n */\\nfunction deepMerge(/* obj1, obj2, obj3, ... */) {\\n var result = {};\\n function assignValue(val, key) {\\n if (typeof result[key] === 'object' && typeof val === 'object') {\\n result[key] = deepMerge(result[key], val);\\n } else if (typeof val === 'object') {\\n result[key] = deepMerge({}, val);\\n } else {\\n result[key] = val;\\n }\\n }\\n\\n for (var i = 0, l = arguments.length; i < l; i++) {\\n forEach(arguments[i], assignValue);\\n }\\n return result;\\n}\\n\\n/**\\n * Extends object a by mutably adding to it the properties of object b.\\n *\\n * @param {Object} a The object to be extended\\n * @param {Object} b The object to copy properties from\\n * @param {Object} thisArg The object to bind function to\\n * @return {Object} The resulting value of object a\\n */\\nfunction extend(a, b, thisArg) {\\n forEach(b, function assignValue(val, key) {\\n if (thisArg && typeof val === 'function') {\\n a[key] = bind(val, thisArg);\\n } else {\\n a[key] = val;\\n }\\n });\\n return a;\\n}\\n\\nmodule.exports = {\\n isArray: isArray,\\n isArrayBuffer: isArrayBuffer,\\n isBuffer: isBuffer,\\n isFormData: isFormData,\\n isArrayBufferView: isArrayBufferView,\\n isString: isString,\\n isNumber: isNumber,\\n isObject: isObject,\\n isUndefined: isUndefined,\\n isDate: isDate,\\n isFile: isFile,\\n isBlob: isBlob,\\n isFunction: isFunction,\\n isStream: isStream,\\n isURLSearchParams: isURLSearchParams,\\n isStandardBrowserEnv: isStandardBrowserEnv,\\n forEach: forEach,\\n merge: merge,\\n deepMerge: deepMerge,\\n extend: extend,\\n trim: trim\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/utils.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/base64-js/index.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/base64-js/index.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nexports.byteLength = byteLength\\nexports.toByteArray = toByteArray\\nexports.fromByteArray = fromByteArray\\n\\nvar lookup = []\\nvar revLookup = []\\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\\n\\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\\nfor (var i = 0, len = code.length; i < len; ++i) {\\n lookup[i] = code[i]\\n revLookup[code.charCodeAt(i)] = i\\n}\\n\\n// Support decoding URL-safe base64 strings, as Node.js does.\\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\\nrevLookup['-'.charCodeAt(0)] = 62\\nrevLookup['_'.charCodeAt(0)] = 63\\n\\nfunction getLens (b64) {\\n var len = b64.length\\n\\n if (len % 4 > 0) {\\n throw new Error('Invalid string. Length must be a multiple of 4')\\n }\\n\\n // Trim off extra bytes after placeholder bytes are found\\n // See: https://github.com/beatgammit/base64-js/issues/42\\n var validLen = b64.indexOf('=')\\n if (validLen === -1) validLen = len\\n\\n var placeHoldersLen = validLen === len\\n ? 0\\n : 4 - (validLen % 4)\\n\\n return [validLen, placeHoldersLen]\\n}\\n\\n// base64 is 4/3 + up to two characters of the original data\\nfunction byteLength (b64) {\\n var lens = getLens(b64)\\n var validLen = lens[0]\\n var placeHoldersLen = lens[1]\\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\\n}\\n\\nfunction _byteLength (b64, validLen, placeHoldersLen) {\\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\\n}\\n\\nfunction toByteArray (b64) {\\n var tmp\\n var lens = getLens(b64)\\n var validLen = lens[0]\\n var placeHoldersLen = lens[1]\\n\\n var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\\n\\n var curByte = 0\\n\\n // if there are placeholders, only get up to the last complete 4 chars\\n var len = placeHoldersLen > 0\\n ? validLen - 4\\n : validLen\\n\\n var i\\n for (i = 0; i < len; i += 4) {\\n tmp =\\n (revLookup[b64.charCodeAt(i)] << 18) |\\n (revLookup[b64.charCodeAt(i + 1)] << 12) |\\n (revLookup[b64.charCodeAt(i + 2)] << 6) |\\n revLookup[b64.charCodeAt(i + 3)]\\n arr[curByte++] = (tmp >> 16) & 0xFF\\n arr[curByte++] = (tmp >> 8) & 0xFF\\n arr[curByte++] = tmp & 0xFF\\n }\\n\\n if (placeHoldersLen === 2) {\\n tmp =\\n (revLookup[b64.charCodeAt(i)] << 2) |\\n (revLookup[b64.charCodeAt(i + 1)] >> 4)\\n arr[curByte++] = tmp & 0xFF\\n }\\n\\n if (placeHoldersLen === 1) {\\n tmp =\\n (revLookup[b64.charCodeAt(i)] << 10) |\\n (revLookup[b64.charCodeAt(i + 1)] << 4) |\\n (revLookup[b64.charCodeAt(i + 2)] >> 2)\\n arr[curByte++] = (tmp >> 8) & 0xFF\\n arr[curByte++] = tmp & 0xFF\\n }\\n\\n return arr\\n}\\n\\nfunction tripletToBase64 (num) {\\n return lookup[num >> 18 & 0x3F] +\\n lookup[num >> 12 & 0x3F] +\\n lookup[num >> 6 & 0x3F] +\\n lookup[num & 0x3F]\\n}\\n\\nfunction encodeChunk (uint8, start, end) {\\n var tmp\\n var output = []\\n for (var i = start; i < end; i += 3) {\\n tmp =\\n ((uint8[i] << 16) & 0xFF0000) +\\n ((uint8[i + 1] << 8) & 0xFF00) +\\n (uint8[i + 2] & 0xFF)\\n output.push(tripletToBase64(tmp))\\n }\\n return output.join('')\\n}\\n\\nfunction fromByteArray (uint8) {\\n var tmp\\n var len = uint8.length\\n var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\\n var parts = []\\n var maxChunkLength = 16383 // must be multiple of 3\\n\\n // go through the array every three bytes, we'll deal with trailing stuff later\\n for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\\n parts.push(encodeChunk(\\n uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)\\n ))\\n }\\n\\n // pad the end with zeros, but make sure to not forget the extra bytes\\n if (extraBytes === 1) {\\n tmp = uint8[len - 1]\\n parts.push(\\n lookup[tmp >> 2] +\\n lookup[(tmp << 4) & 0x3F] +\\n '=='\\n )\\n } else if (extraBytes === 2) {\\n tmp = (uint8[len - 2] << 8) + uint8[len - 1]\\n parts.push(\\n lookup[tmp >> 10] +\\n lookup[(tmp >> 4) & 0x3F] +\\n lookup[(tmp << 2) & 0x3F] +\\n '='\\n )\\n }\\n\\n return parts.join('')\\n}\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/base64-js/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/call-bind/callBound.js\":\n/*!*********************************************!*\\\n !*** ./node_modules/call-bind/callBound.js ***!\n \\*********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar GetIntrinsic = __webpack_require__(/*! get-intrinsic */ \\\"./node_modules/get-intrinsic/index.js\\\");\\n\\nvar callBind = __webpack_require__(/*! ./ */ \\\"./node_modules/call-bind/index.js\\\");\\n\\nvar $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));\\n\\nmodule.exports = function callBoundIntrinsic(name, allowMissing) {\\n\\tvar intrinsic = GetIntrinsic(name, !!allowMissing);\\n\\tif (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {\\n\\t\\treturn callBind(intrinsic);\\n\\t}\\n\\treturn intrinsic;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/call-bind/callBound.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/call-bind/index.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/call-bind/index.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar bind = __webpack_require__(/*! function-bind */ \\\"./node_modules/function-bind/index.js\\\");\\nvar GetIntrinsic = __webpack_require__(/*! get-intrinsic */ \\\"./node_modules/get-intrinsic/index.js\\\");\\n\\nvar $apply = GetIntrinsic('%Function.prototype.apply%');\\nvar $call = GetIntrinsic('%Function.prototype.call%');\\nvar $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);\\n\\nvar $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);\\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\\nvar $max = GetIntrinsic('%Math.max%');\\n\\nif ($defineProperty) {\\n\\ttry {\\n\\t\\t$defineProperty({}, 'a', { value: 1 });\\n\\t} catch (e) {\\n\\t\\t// IE 8 has a broken defineProperty\\n\\t\\t$defineProperty = null;\\n\\t}\\n}\\n\\nmodule.exports = function callBind(originalFunction) {\\n\\tvar func = $reflectApply(bind, $call, arguments);\\n\\tif ($gOPD && $defineProperty) {\\n\\t\\tvar desc = $gOPD(func, 'length');\\n\\t\\tif (desc.configurable) {\\n\\t\\t\\t// original length, plus the receiver, minus any additional arguments (after the receiver)\\n\\t\\t\\t$defineProperty(\\n\\t\\t\\t\\tfunc,\\n\\t\\t\\t\\t'length',\\n\\t\\t\\t\\t{ value: 1 + $max(0, originalFunction.length - (arguments.length - 1)) }\\n\\t\\t\\t);\\n\\t\\t}\\n\\t}\\n\\treturn func;\\n};\\n\\nvar applyBind = function applyBind() {\\n\\treturn $reflectApply(bind, $apply, arguments);\\n};\\n\\nif ($defineProperty) {\\n\\t$defineProperty(module.exports, 'apply', { value: applyBind });\\n} else {\\n\\tmodule.exports.apply = applyBind;\\n}\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/call-bind/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/function-bind/implementation.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/function-bind/implementation.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/* eslint no-invalid-this: 1 */\\n\\nvar ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';\\nvar slice = Array.prototype.slice;\\nvar toStr = Object.prototype.toString;\\nvar funcType = '[object Function]';\\n\\nmodule.exports = function bind(that) {\\n var target = this;\\n if (typeof target !== 'function' || toStr.call(target) !== funcType) {\\n throw new TypeError(ERROR_MESSAGE + target);\\n }\\n var args = slice.call(arguments, 1);\\n\\n var bound;\\n var binder = function () {\\n if (this instanceof bound) {\\n var result = target.apply(\\n this,\\n args.concat(slice.call(arguments))\\n );\\n if (Object(result) === result) {\\n return result;\\n }\\n return this;\\n } else {\\n return target.apply(\\n that,\\n args.concat(slice.call(arguments))\\n );\\n }\\n };\\n\\n var boundLength = Math.max(0, target.length - args.length);\\n var boundArgs = [];\\n for (var i = 0; i < boundLength; i++) {\\n boundArgs.push('$' + i);\\n }\\n\\n bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder);\\n\\n if (target.prototype) {\\n var Empty = function Empty() {};\\n Empty.prototype = target.prototype;\\n bound.prototype = new Empty();\\n Empty.prototype = null;\\n }\\n\\n return bound;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/function-bind/implementation.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/function-bind/index.js\":\n/*!*********************************************!*\\\n !*** ./node_modules/function-bind/index.js ***!\n \\*********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar implementation = __webpack_require__(/*! ./implementation */ \\\"./node_modules/function-bind/implementation.js\\\");\\n\\nmodule.exports = Function.prototype.bind || implementation;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/function-bind/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/get-intrinsic/index.js\":\n/*!*********************************************!*\\\n !*** ./node_modules/get-intrinsic/index.js ***!\n \\*********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar undefined;\\n\\nvar $SyntaxError = SyntaxError;\\nvar $Function = Function;\\nvar $TypeError = TypeError;\\n\\n// eslint-disable-next-line consistent-return\\nvar getEvalledConstructor = function (expressionSyntax) {\\n\\ttry {\\n\\t\\treturn $Function('\\\"use strict\\\"; return (' + expressionSyntax + ').constructor;')();\\n\\t} catch (e) {}\\n};\\n\\nvar $gOPD = Object.getOwnPropertyDescriptor;\\nif ($gOPD) {\\n\\ttry {\\n\\t\\t$gOPD({}, '');\\n\\t} catch (e) {\\n\\t\\t$gOPD = null; // this is IE 8, which has a broken gOPD\\n\\t}\\n}\\n\\nvar throwTypeError = function () {\\n\\tthrow new $TypeError();\\n};\\nvar ThrowTypeError = $gOPD\\n\\t? (function () {\\n\\t\\ttry {\\n\\t\\t\\t// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties\\n\\t\\t\\targuments.callee; // IE 8 does not throw here\\n\\t\\t\\treturn throwTypeError;\\n\\t\\t} catch (calleeThrows) {\\n\\t\\t\\ttry {\\n\\t\\t\\t\\t// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')\\n\\t\\t\\t\\treturn $gOPD(arguments, 'callee').get;\\n\\t\\t\\t} catch (gOPDthrows) {\\n\\t\\t\\t\\treturn throwTypeError;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}())\\n\\t: throwTypeError;\\n\\nvar hasSymbols = __webpack_require__(/*! has-symbols */ \\\"./node_modules/has-symbols/index.js\\\")();\\n\\nvar getProto = Object.getPrototypeOf || function (x) { return x.__proto__; }; // eslint-disable-line no-proto\\n\\nvar needsEval = {};\\n\\nvar TypedArray = typeof Uint8Array === 'undefined' ? undefined : getProto(Uint8Array);\\n\\nvar INTRINSICS = {\\n\\t'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,\\n\\t'%Array%': Array,\\n\\t'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,\\n\\t'%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined,\\n\\t'%AsyncFromSyncIteratorPrototype%': undefined,\\n\\t'%AsyncFunction%': needsEval,\\n\\t'%AsyncGenerator%': needsEval,\\n\\t'%AsyncGeneratorFunction%': needsEval,\\n\\t'%AsyncIteratorPrototype%': needsEval,\\n\\t'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,\\n\\t'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,\\n\\t'%Boolean%': Boolean,\\n\\t'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,\\n\\t'%Date%': Date,\\n\\t'%decodeURI%': decodeURI,\\n\\t'%decodeURIComponent%': decodeURIComponent,\\n\\t'%encodeURI%': encodeURI,\\n\\t'%encodeURIComponent%': encodeURIComponent,\\n\\t'%Error%': Error,\\n\\t'%eval%': eval, // eslint-disable-line no-eval\\n\\t'%EvalError%': EvalError,\\n\\t'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,\\n\\t'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,\\n\\t'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,\\n\\t'%Function%': $Function,\\n\\t'%GeneratorFunction%': needsEval,\\n\\t'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,\\n\\t'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,\\n\\t'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,\\n\\t'%isFinite%': isFinite,\\n\\t'%isNaN%': isNaN,\\n\\t'%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined,\\n\\t'%JSON%': typeof JSON === 'object' ? JSON : undefined,\\n\\t'%Map%': typeof Map === 'undefined' ? undefined : Map,\\n\\t'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined : getProto(new Map()[Symbol.iterator]()),\\n\\t'%Math%': Math,\\n\\t'%Number%': Number,\\n\\t'%Object%': Object,\\n\\t'%parseFloat%': parseFloat,\\n\\t'%parseInt%': parseInt,\\n\\t'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,\\n\\t'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,\\n\\t'%RangeError%': RangeError,\\n\\t'%ReferenceError%': ReferenceError,\\n\\t'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,\\n\\t'%RegExp%': RegExp,\\n\\t'%Set%': typeof Set === 'undefined' ? undefined : Set,\\n\\t'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined : getProto(new Set()[Symbol.iterator]()),\\n\\t'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,\\n\\t'%String%': String,\\n\\t'%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined,\\n\\t'%Symbol%': hasSymbols ? Symbol : undefined,\\n\\t'%SyntaxError%': $SyntaxError,\\n\\t'%ThrowTypeError%': ThrowTypeError,\\n\\t'%TypedArray%': TypedArray,\\n\\t'%TypeError%': $TypeError,\\n\\t'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,\\n\\t'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,\\n\\t'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,\\n\\t'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,\\n\\t'%URIError%': URIError,\\n\\t'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,\\n\\t'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,\\n\\t'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet\\n};\\n\\nvar doEval = function doEval(name) {\\n\\tvar value;\\n\\tif (name === '%AsyncFunction%') {\\n\\t\\tvalue = getEvalledConstructor('async function () {}');\\n\\t} else if (name === '%GeneratorFunction%') {\\n\\t\\tvalue = getEvalledConstructor('function* () {}');\\n\\t} else if (name === '%AsyncGeneratorFunction%') {\\n\\t\\tvalue = getEvalledConstructor('async function* () {}');\\n\\t} else if (name === '%AsyncGenerator%') {\\n\\t\\tvar fn = doEval('%AsyncGeneratorFunction%');\\n\\t\\tif (fn) {\\n\\t\\t\\tvalue = fn.prototype;\\n\\t\\t}\\n\\t} else if (name === '%AsyncIteratorPrototype%') {\\n\\t\\tvar gen = doEval('%AsyncGenerator%');\\n\\t\\tif (gen) {\\n\\t\\t\\tvalue = getProto(gen.prototype);\\n\\t\\t}\\n\\t}\\n\\n\\tINTRINSICS[name] = value;\\n\\n\\treturn value;\\n};\\n\\nvar LEGACY_ALIASES = {\\n\\t'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],\\n\\t'%ArrayPrototype%': ['Array', 'prototype'],\\n\\t'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],\\n\\t'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],\\n\\t'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],\\n\\t'%ArrayProto_values%': ['Array', 'prototype', 'values'],\\n\\t'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],\\n\\t'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],\\n\\t'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],\\n\\t'%BooleanPrototype%': ['Boolean', 'prototype'],\\n\\t'%DataViewPrototype%': ['DataView', 'prototype'],\\n\\t'%DatePrototype%': ['Date', 'prototype'],\\n\\t'%ErrorPrototype%': ['Error', 'prototype'],\\n\\t'%EvalErrorPrototype%': ['EvalError', 'prototype'],\\n\\t'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],\\n\\t'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],\\n\\t'%FunctionPrototype%': ['Function', 'prototype'],\\n\\t'%Generator%': ['GeneratorFunction', 'prototype'],\\n\\t'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],\\n\\t'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],\\n\\t'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],\\n\\t'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],\\n\\t'%JSONParse%': ['JSON', 'parse'],\\n\\t'%JSONStringify%': ['JSON', 'stringify'],\\n\\t'%MapPrototype%': ['Map', 'prototype'],\\n\\t'%NumberPrototype%': ['Number', 'prototype'],\\n\\t'%ObjectPrototype%': ['Object', 'prototype'],\\n\\t'%ObjProto_toString%': ['Object', 'prototype', 'toString'],\\n\\t'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],\\n\\t'%PromisePrototype%': ['Promise', 'prototype'],\\n\\t'%PromiseProto_then%': ['Promise', 'prototype', 'then'],\\n\\t'%Promise_all%': ['Promise', 'all'],\\n\\t'%Promise_reject%': ['Promise', 'reject'],\\n\\t'%Promise_resolve%': ['Promise', 'resolve'],\\n\\t'%RangeErrorPrototype%': ['RangeError', 'prototype'],\\n\\t'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],\\n\\t'%RegExpPrototype%': ['RegExp', 'prototype'],\\n\\t'%SetPrototype%': ['Set', 'prototype'],\\n\\t'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],\\n\\t'%StringPrototype%': ['String', 'prototype'],\\n\\t'%SymbolPrototype%': ['Symbol', 'prototype'],\\n\\t'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],\\n\\t'%TypedArrayPrototype%': ['TypedArray', 'prototype'],\\n\\t'%TypeErrorPrototype%': ['TypeError', 'prototype'],\\n\\t'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],\\n\\t'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],\\n\\t'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],\\n\\t'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],\\n\\t'%URIErrorPrototype%': ['URIError', 'prototype'],\\n\\t'%WeakMapPrototype%': ['WeakMap', 'prototype'],\\n\\t'%WeakSetPrototype%': ['WeakSet', 'prototype']\\n};\\n\\nvar bind = __webpack_require__(/*! function-bind */ \\\"./node_modules/function-bind/index.js\\\");\\nvar hasOwn = __webpack_require__(/*! has */ \\\"./node_modules/has/src/index.js\\\");\\nvar $concat = bind.call(Function.call, Array.prototype.concat);\\nvar $spliceApply = bind.call(Function.apply, Array.prototype.splice);\\nvar $replace = bind.call(Function.call, String.prototype.replace);\\nvar $strSlice = bind.call(Function.call, String.prototype.slice);\\n\\n/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */\\nvar rePropName = /[^%.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\\\"'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|%$))/g;\\nvar reEscapeChar = /\\\\\\\\(\\\\\\\\)?/g; /** Used to match backslashes in property paths. */\\nvar stringToPath = function stringToPath(string) {\\n\\tvar first = $strSlice(string, 0, 1);\\n\\tvar last = $strSlice(string, -1);\\n\\tif (first === '%' && last !== '%') {\\n\\t\\tthrow new $SyntaxError('invalid intrinsic syntax, expected closing `%`');\\n\\t} else if (last === '%' && first !== '%') {\\n\\t\\tthrow new $SyntaxError('invalid intrinsic syntax, expected opening `%`');\\n\\t}\\n\\tvar result = [];\\n\\t$replace(string, rePropName, function (match, number, quote, subString) {\\n\\t\\tresult[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;\\n\\t});\\n\\treturn result;\\n};\\n/* end adaptation */\\n\\nvar getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {\\n\\tvar intrinsicName = name;\\n\\tvar alias;\\n\\tif (hasOwn(LEGACY_ALIASES, intrinsicName)) {\\n\\t\\talias = LEGACY_ALIASES[intrinsicName];\\n\\t\\tintrinsicName = '%' + alias[0] + '%';\\n\\t}\\n\\n\\tif (hasOwn(INTRINSICS, intrinsicName)) {\\n\\t\\tvar value = INTRINSICS[intrinsicName];\\n\\t\\tif (value === needsEval) {\\n\\t\\t\\tvalue = doEval(intrinsicName);\\n\\t\\t}\\n\\t\\tif (typeof value === 'undefined' && !allowMissing) {\\n\\t\\t\\tthrow new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');\\n\\t\\t}\\n\\n\\t\\treturn {\\n\\t\\t\\talias: alias,\\n\\t\\t\\tname: intrinsicName,\\n\\t\\t\\tvalue: value\\n\\t\\t};\\n\\t}\\n\\n\\tthrow new $SyntaxError('intrinsic ' + name + ' does not exist!');\\n};\\n\\nmodule.exports = function GetIntrinsic(name, allowMissing) {\\n\\tif (typeof name !== 'string' || name.length === 0) {\\n\\t\\tthrow new $TypeError('intrinsic name must be a non-empty string');\\n\\t}\\n\\tif (arguments.length > 1 && typeof allowMissing !== 'boolean') {\\n\\t\\tthrow new $TypeError('\\\"allowMissing\\\" argument must be a boolean');\\n\\t}\\n\\n\\tvar parts = stringToPath(name);\\n\\tvar intrinsicBaseName = parts.length > 0 ? parts[0] : '';\\n\\n\\tvar intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);\\n\\tvar intrinsicRealName = intrinsic.name;\\n\\tvar value = intrinsic.value;\\n\\tvar skipFurtherCaching = false;\\n\\n\\tvar alias = intrinsic.alias;\\n\\tif (alias) {\\n\\t\\tintrinsicBaseName = alias[0];\\n\\t\\t$spliceApply(parts, $concat([0, 1], alias));\\n\\t}\\n\\n\\tfor (var i = 1, isOwn = true; i < parts.length; i += 1) {\\n\\t\\tvar part = parts[i];\\n\\t\\tvar first = $strSlice(part, 0, 1);\\n\\t\\tvar last = $strSlice(part, -1);\\n\\t\\tif (\\n\\t\\t\\t(\\n\\t\\t\\t\\t(first === '\\\"' || first === \\\"'\\\" || first === '`')\\n\\t\\t\\t\\t|| (last === '\\\"' || last === \\\"'\\\" || last === '`')\\n\\t\\t\\t)\\n\\t\\t\\t&& first !== last\\n\\t\\t) {\\n\\t\\t\\tthrow new $SyntaxError('property names with quotes must have matching quotes');\\n\\t\\t}\\n\\t\\tif (part === 'constructor' || !isOwn) {\\n\\t\\t\\tskipFurtherCaching = true;\\n\\t\\t}\\n\\n\\t\\tintrinsicBaseName += '.' + part;\\n\\t\\tintrinsicRealName = '%' + intrinsicBaseName + '%';\\n\\n\\t\\tif (hasOwn(INTRINSICS, intrinsicRealName)) {\\n\\t\\t\\tvalue = INTRINSICS[intrinsicRealName];\\n\\t\\t} else if (value != null) {\\n\\t\\t\\tif (!(part in value)) {\\n\\t\\t\\t\\tif (!allowMissing) {\\n\\t\\t\\t\\t\\tthrow new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn void undefined;\\n\\t\\t\\t}\\n\\t\\t\\tif ($gOPD && (i + 1) >= parts.length) {\\n\\t\\t\\t\\tvar desc = $gOPD(value, part);\\n\\t\\t\\t\\tisOwn = !!desc;\\n\\n\\t\\t\\t\\t// By convention, when a data property is converted to an accessor\\n\\t\\t\\t\\t// property to emulate a data property that does not suffer from\\n\\t\\t\\t\\t// the override mistake, that accessor's getter is marked with\\n\\t\\t\\t\\t// an `originalValue` property. Here, when we detect this, we\\n\\t\\t\\t\\t// uphold the illusion by pretending to see that original data\\n\\t\\t\\t\\t// property, i.e., returning the value rather than the getter\\n\\t\\t\\t\\t// itself.\\n\\t\\t\\t\\tif (isOwn && 'get' in desc && !('originalValue' in desc.get)) {\\n\\t\\t\\t\\t\\tvalue = desc.get;\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tvalue = value[part];\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tisOwn = hasOwn(value, part);\\n\\t\\t\\t\\tvalue = value[part];\\n\\t\\t\\t}\\n\\n\\t\\t\\tif (isOwn && !skipFurtherCaching) {\\n\\t\\t\\t\\tINTRINSICS[intrinsicRealName] = value;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn value;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/get-intrinsic/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/has-symbols/index.js\":\n/*!*******************************************!*\\\n !*** ./node_modules/has-symbols/index.js ***!\n \\*******************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar origSymbol = typeof Symbol !== 'undefined' && Symbol;\\nvar hasSymbolSham = __webpack_require__(/*! ./shams */ \\\"./node_modules/has-symbols/shams.js\\\");\\n\\nmodule.exports = function hasNativeSymbols() {\\n\\tif (typeof origSymbol !== 'function') { return false; }\\n\\tif (typeof Symbol !== 'function') { return false; }\\n\\tif (typeof origSymbol('foo') !== 'symbol') { return false; }\\n\\tif (typeof Symbol('bar') !== 'symbol') { return false; }\\n\\n\\treturn hasSymbolSham();\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/has-symbols/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/has-symbols/shams.js\":\n/*!*******************************************!*\\\n !*** ./node_modules/has-symbols/shams.js ***!\n \\*******************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/* eslint complexity: [2, 18], max-statements: [2, 33] */\\nmodule.exports = function hasSymbols() {\\n\\tif (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; }\\n\\tif (typeof Symbol.iterator === 'symbol') { return true; }\\n\\n\\tvar obj = {};\\n\\tvar sym = Symbol('test');\\n\\tvar symObj = Object(sym);\\n\\tif (typeof sym === 'string') { return false; }\\n\\n\\tif (Object.prototype.toString.call(sym) !== '[object Symbol]') { return false; }\\n\\tif (Object.prototype.toString.call(symObj) !== '[object Symbol]') { return false; }\\n\\n\\t// temp disabled per https://github.com/ljharb/object.assign/issues/17\\n\\t// if (sym instanceof Symbol) { return false; }\\n\\t// temp disabled per https://github.com/WebReflection/get-own-property-symbols/issues/4\\n\\t// if (!(symObj instanceof Symbol)) { return false; }\\n\\n\\t// if (typeof Symbol.prototype.toString !== 'function') { return false; }\\n\\t// if (String(sym) !== Symbol.prototype.toString.call(sym)) { return false; }\\n\\n\\tvar symVal = 42;\\n\\tobj[sym] = symVal;\\n\\tfor (sym in obj) { return false; } // eslint-disable-line no-restricted-syntax, no-unreachable-loop\\n\\tif (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) { return false; }\\n\\n\\tif (typeof Object.getOwnPropertyNames === 'function' && Object.getOwnPropertyNames(obj).length !== 0) { return false; }\\n\\n\\tvar syms = Object.getOwnPropertySymbols(obj);\\n\\tif (syms.length !== 1 || syms[0] !== sym) { return false; }\\n\\n\\tif (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { return false; }\\n\\n\\tif (typeof Object.getOwnPropertyDescriptor === 'function') {\\n\\t\\tvar descriptor = Object.getOwnPropertyDescriptor(obj, sym);\\n\\t\\tif (descriptor.value !== symVal || descriptor.enumerable !== true) { return false; }\\n\\t}\\n\\n\\treturn true;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/has-symbols/shams.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/has/src/index.js\":\n/*!***************************************!*\\\n !*** ./node_modules/has/src/index.js ***!\n \\***************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar bind = __webpack_require__(/*! function-bind */ \\\"./node_modules/function-bind/index.js\\\");\\n\\nmodule.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/has/src/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/ieee754/index.js\":\n/*!***************************************!*\\\n !*** ./node_modules/ieee754/index.js ***!\n \\***************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"exports.read = function (buffer, offset, isLE, mLen, nBytes) {\\n var e, m\\n var eLen = (nBytes * 8) - mLen - 1\\n var eMax = (1 << eLen) - 1\\n var eBias = eMax >> 1\\n var nBits = -7\\n var i = isLE ? (nBytes - 1) : 0\\n var d = isLE ? -1 : 1\\n var s = buffer[offset + i]\\n\\n i += d\\n\\n e = s & ((1 << (-nBits)) - 1)\\n s >>= (-nBits)\\n nBits += eLen\\n for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\\n\\n m = e & ((1 << (-nBits)) - 1)\\n e >>= (-nBits)\\n nBits += mLen\\n for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\\n\\n if (e === 0) {\\n e = 1 - eBias\\n } else if (e === eMax) {\\n return m ? NaN : ((s ? -1 : 1) * Infinity)\\n } else {\\n m = m + Math.pow(2, mLen)\\n e = e - eBias\\n }\\n return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\\n}\\n\\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\\n var e, m, c\\n var eLen = (nBytes * 8) - mLen - 1\\n var eMax = (1 << eLen) - 1\\n var eBias = eMax >> 1\\n var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\\n var i = isLE ? 0 : (nBytes - 1)\\n var d = isLE ? 1 : -1\\n var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\\n\\n value = Math.abs(value)\\n\\n if (isNaN(value) || value === Infinity) {\\n m = isNaN(value) ? 1 : 0\\n e = eMax\\n } else {\\n e = Math.floor(Math.log(value) / Math.LN2)\\n if (value * (c = Math.pow(2, -e)) < 1) {\\n e--\\n c *= 2\\n }\\n if (e + eBias >= 1) {\\n value += rt / c\\n } else {\\n value += rt * Math.pow(2, 1 - eBias)\\n }\\n if (value * c >= 2) {\\n e++\\n c /= 2\\n }\\n\\n if (e + eBias >= eMax) {\\n m = 0\\n e = eMax\\n } else if (e + eBias >= 1) {\\n m = ((value * c) - 1) * Math.pow(2, mLen)\\n e = e + eBias\\n } else {\\n m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\\n e = 0\\n }\\n }\\n\\n for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\\n\\n e = (e << mLen) | m\\n eLen += mLen\\n for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\\n\\n buffer[offset + i - d] |= s * 128\\n}\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/ieee754/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/isarray/index.js\":\n/*!***************************************!*\\\n !*** ./node_modules/isarray/index.js ***!\n \\***************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"var toString = {}.toString;\\n\\nmodule.exports = Array.isArray || function (arr) {\\n return toString.call(arr) == '[object Array]';\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/isarray/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/isomorphic-form-data/lib/browser.js\":\n/*!**********************************************************!*\\\n !*** ./node_modules/isomorphic-form-data/lib/browser.js ***!\n \\**********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"module.exports = window.FormData\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/isomorphic-form-data/lib/browser.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/node-libs-browser/node_modules/buffer/index.js\":\n/*!*********************************************************************!*\\\n !*** ./node_modules/node-libs-browser/node_modules/buffer/index.js ***!\n \\*********************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"/* WEBPACK VAR INJECTION */(function(global) {/*!\\n * The buffer module from node.js, for the browser.\\n *\\n * @author Feross Aboukhadijeh <http://feross.org>\\n * @license MIT\\n */\\n/* eslint-disable no-proto */\\n\\n\\n\\nvar base64 = __webpack_require__(/*! base64-js */ \\\"./node_modules/base64-js/index.js\\\")\\nvar ieee754 = __webpack_require__(/*! ieee754 */ \\\"./node_modules/ieee754/index.js\\\")\\nvar isArray = __webpack_require__(/*! isarray */ \\\"./node_modules/isarray/index.js\\\")\\n\\nexports.Buffer = Buffer\\nexports.SlowBuffer = SlowBuffer\\nexports.INSPECT_MAX_BYTES = 50\\n\\n/**\\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\\n * === true Use Uint8Array implementation (fastest)\\n * === false Use Object implementation (most compatible, even IE6)\\n *\\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\\n * Opera 11.6+, iOS 4.2+.\\n *\\n * Due to various browser bugs, sometimes the Object implementation will be used even\\n * when the browser supports typed arrays.\\n *\\n * Note:\\n *\\n * - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,\\n * See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\\n *\\n * - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.\\n *\\n * - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of\\n * incorrect length in some situations.\\n\\n * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they\\n * get the Object implementation, which is slower but behaves correctly.\\n */\\nBuffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined\\n ? global.TYPED_ARRAY_SUPPORT\\n : typedArraySupport()\\n\\n/*\\n * Export kMaxLength after typed array support is determined.\\n */\\nexports.kMaxLength = kMaxLength()\\n\\nfunction typedArraySupport () {\\n try {\\n var arr = new Uint8Array(1)\\n arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}\\n return arr.foo() === 42 && // typed array instances can be augmented\\n typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`\\n arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`\\n } catch (e) {\\n return false\\n }\\n}\\n\\nfunction kMaxLength () {\\n return Buffer.TYPED_ARRAY_SUPPORT\\n ? 0x7fffffff\\n : 0x3fffffff\\n}\\n\\nfunction createBuffer (that, length) {\\n if (kMaxLength() < length) {\\n throw new RangeError('Invalid typed array length')\\n }\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n // Return an augmented `Uint8Array` instance, for best performance\\n that = new Uint8Array(length)\\n that.__proto__ = Buffer.prototype\\n } else {\\n // Fallback: Return an object instance of the Buffer class\\n if (that === null) {\\n that = new Buffer(length)\\n }\\n that.length = length\\n }\\n\\n return that\\n}\\n\\n/**\\n * The Buffer constructor returns instances of `Uint8Array` that have their\\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\\n * returns a single octet.\\n *\\n * The `Uint8Array` prototype remains unmodified.\\n */\\n\\nfunction Buffer (arg, encodingOrOffset, length) {\\n if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {\\n return new Buffer(arg, encodingOrOffset, length)\\n }\\n\\n // Common case.\\n if (typeof arg === 'number') {\\n if (typeof encodingOrOffset === 'string') {\\n throw new Error(\\n 'If encoding is specified then the first argument must be a string'\\n )\\n }\\n return allocUnsafe(this, arg)\\n }\\n return from(this, arg, encodingOrOffset, length)\\n}\\n\\nBuffer.poolSize = 8192 // not used by this implementation\\n\\n// TODO: Legacy, not needed anymore. Remove in next major version.\\nBuffer._augment = function (arr) {\\n arr.__proto__ = Buffer.prototype\\n return arr\\n}\\n\\nfunction from (that, value, encodingOrOffset, length) {\\n if (typeof value === 'number') {\\n throw new TypeError('\\\"value\\\" argument must not be a number')\\n }\\n\\n if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\\n return fromArrayBuffer(that, value, encodingOrOffset, length)\\n }\\n\\n if (typeof value === 'string') {\\n return fromString(that, value, encodingOrOffset)\\n }\\n\\n return fromObject(that, value)\\n}\\n\\n/**\\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\\n * if value is a number.\\n * Buffer.from(str[, encoding])\\n * Buffer.from(array)\\n * Buffer.from(buffer)\\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\\n **/\\nBuffer.from = function (value, encodingOrOffset, length) {\\n return from(null, value, encodingOrOffset, length)\\n}\\n\\nif (Buffer.TYPED_ARRAY_SUPPORT) {\\n Buffer.prototype.__proto__ = Uint8Array.prototype\\n Buffer.__proto__ = Uint8Array\\n if (typeof Symbol !== 'undefined' && Symbol.species &&\\n Buffer[Symbol.species] === Buffer) {\\n // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\\n Object.defineProperty(Buffer, Symbol.species, {\\n value: null,\\n configurable: true\\n })\\n }\\n}\\n\\nfunction assertSize (size) {\\n if (typeof size !== 'number') {\\n throw new TypeError('\\\"size\\\" argument must be a number')\\n } else if (size < 0) {\\n throw new RangeError('\\\"size\\\" argument must not be negative')\\n }\\n}\\n\\nfunction alloc (that, size, fill, encoding) {\\n assertSize(size)\\n if (size <= 0) {\\n return createBuffer(that, size)\\n }\\n if (fill !== undefined) {\\n // Only pay attention to encoding if it's a string. This\\n // prevents accidentally sending in a number that would\\n // be interpretted as a start offset.\\n return typeof encoding === 'string'\\n ? createBuffer(that, size).fill(fill, encoding)\\n : createBuffer(that, size).fill(fill)\\n }\\n return createBuffer(that, size)\\n}\\n\\n/**\\n * Creates a new filled Buffer instance.\\n * alloc(size[, fill[, encoding]])\\n **/\\nBuffer.alloc = function (size, fill, encoding) {\\n return alloc(null, size, fill, encoding)\\n}\\n\\nfunction allocUnsafe (that, size) {\\n assertSize(size)\\n that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)\\n if (!Buffer.TYPED_ARRAY_SUPPORT) {\\n for (var i = 0; i < size; ++i) {\\n that[i] = 0\\n }\\n }\\n return that\\n}\\n\\n/**\\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\\n * */\\nBuffer.allocUnsafe = function (size) {\\n return allocUnsafe(null, size)\\n}\\n/**\\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\\n */\\nBuffer.allocUnsafeSlow = function (size) {\\n return allocUnsafe(null, size)\\n}\\n\\nfunction fromString (that, string, encoding) {\\n if (typeof encoding !== 'string' || encoding === '') {\\n encoding = 'utf8'\\n }\\n\\n if (!Buffer.isEncoding(encoding)) {\\n throw new TypeError('\\\"encoding\\\" must be a valid string encoding')\\n }\\n\\n var length = byteLength(string, encoding) | 0\\n that = createBuffer(that, length)\\n\\n var actual = that.write(string, encoding)\\n\\n if (actual !== length) {\\n // Writing a hex string, for example, that contains invalid characters will\\n // cause everything after the first invalid character to be ignored. (e.g.\\n // 'abxxcd' will be treated as 'ab')\\n that = that.slice(0, actual)\\n }\\n\\n return that\\n}\\n\\nfunction fromArrayLike (that, array) {\\n var length = array.length < 0 ? 0 : checked(array.length) | 0\\n that = createBuffer(that, length)\\n for (var i = 0; i < length; i += 1) {\\n that[i] = array[i] & 255\\n }\\n return that\\n}\\n\\nfunction fromArrayBuffer (that, array, byteOffset, length) {\\n array.byteLength // this throws if `array` is not a valid ArrayBuffer\\n\\n if (byteOffset < 0 || array.byteLength < byteOffset) {\\n throw new RangeError('\\\\'offset\\\\' is out of bounds')\\n }\\n\\n if (array.byteLength < byteOffset + (length || 0)) {\\n throw new RangeError('\\\\'length\\\\' is out of bounds')\\n }\\n\\n if (byteOffset === undefined && length === undefined) {\\n array = new Uint8Array(array)\\n } else if (length === undefined) {\\n array = new Uint8Array(array, byteOffset)\\n } else {\\n array = new Uint8Array(array, byteOffset, length)\\n }\\n\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n // Return an augmented `Uint8Array` instance, for best performance\\n that = array\\n that.__proto__ = Buffer.prototype\\n } else {\\n // Fallback: Return an object instance of the Buffer class\\n that = fromArrayLike(that, array)\\n }\\n return that\\n}\\n\\nfunction fromObject (that, obj) {\\n if (Buffer.isBuffer(obj)) {\\n var len = checked(obj.length) | 0\\n that = createBuffer(that, len)\\n\\n if (that.length === 0) {\\n return that\\n }\\n\\n obj.copy(that, 0, 0, len)\\n return that\\n }\\n\\n if (obj) {\\n if ((typeof ArrayBuffer !== 'undefined' &&\\n obj.buffer instanceof ArrayBuffer) || 'length' in obj) {\\n if (typeof obj.length !== 'number' || isnan(obj.length)) {\\n return createBuffer(that, 0)\\n }\\n return fromArrayLike(that, obj)\\n }\\n\\n if (obj.type === 'Buffer' && isArray(obj.data)) {\\n return fromArrayLike(that, obj.data)\\n }\\n }\\n\\n throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')\\n}\\n\\nfunction checked (length) {\\n // Note: cannot use `length < kMaxLength()` here because that fails when\\n // length is NaN (which is otherwise coerced to zero.)\\n if (length >= kMaxLength()) {\\n throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\\n 'size: 0x' + kMaxLength().toString(16) + ' bytes')\\n }\\n return length | 0\\n}\\n\\nfunction SlowBuffer (length) {\\n if (+length != length) { // eslint-disable-line eqeqeq\\n length = 0\\n }\\n return Buffer.alloc(+length)\\n}\\n\\nBuffer.isBuffer = function isBuffer (b) {\\n return !!(b != null && b._isBuffer)\\n}\\n\\nBuffer.compare = function compare (a, b) {\\n if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\\n throw new TypeError('Arguments must be Buffers')\\n }\\n\\n if (a === b) return 0\\n\\n var x = a.length\\n var y = b.length\\n\\n for (var i = 0, len = Math.min(x, y); i < len; ++i) {\\n if (a[i] !== b[i]) {\\n x = a[i]\\n y = b[i]\\n break\\n }\\n }\\n\\n if (x < y) return -1\\n if (y < x) return 1\\n return 0\\n}\\n\\nBuffer.isEncoding = function isEncoding (encoding) {\\n switch (String(encoding).toLowerCase()) {\\n case 'hex':\\n case 'utf8':\\n case 'utf-8':\\n case 'ascii':\\n case 'latin1':\\n case 'binary':\\n case 'base64':\\n case 'ucs2':\\n case 'ucs-2':\\n case 'utf16le':\\n case 'utf-16le':\\n return true\\n default:\\n return false\\n }\\n}\\n\\nBuffer.concat = function concat (list, length) {\\n if (!isArray(list)) {\\n throw new TypeError('\\\"list\\\" argument must be an Array of Buffers')\\n }\\n\\n if (list.length === 0) {\\n return Buffer.alloc(0)\\n }\\n\\n var i\\n if (length === undefined) {\\n length = 0\\n for (i = 0; i < list.length; ++i) {\\n length += list[i].length\\n }\\n }\\n\\n var buffer = Buffer.allocUnsafe(length)\\n var pos = 0\\n for (i = 0; i < list.length; ++i) {\\n var buf = list[i]\\n if (!Buffer.isBuffer(buf)) {\\n throw new TypeError('\\\"list\\\" argument must be an Array of Buffers')\\n }\\n buf.copy(buffer, pos)\\n pos += buf.length\\n }\\n return buffer\\n}\\n\\nfunction byteLength (string, encoding) {\\n if (Buffer.isBuffer(string)) {\\n return string.length\\n }\\n if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&\\n (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {\\n return string.byteLength\\n }\\n if (typeof string !== 'string') {\\n string = '' + string\\n }\\n\\n var len = string.length\\n if (len === 0) return 0\\n\\n // Use a for loop to avoid recursion\\n var loweredCase = false\\n for (;;) {\\n switch (encoding) {\\n case 'ascii':\\n case 'latin1':\\n case 'binary':\\n return len\\n case 'utf8':\\n case 'utf-8':\\n case undefined:\\n return utf8ToBytes(string).length\\n case 'ucs2':\\n case 'ucs-2':\\n case 'utf16le':\\n case 'utf-16le':\\n return len * 2\\n case 'hex':\\n return len >>> 1\\n case 'base64':\\n return base64ToBytes(string).length\\n default:\\n if (loweredCase) return utf8ToBytes(string).length // assume utf8\\n encoding = ('' + encoding).toLowerCase()\\n loweredCase = true\\n }\\n }\\n}\\nBuffer.byteLength = byteLength\\n\\nfunction slowToString (encoding, start, end) {\\n var loweredCase = false\\n\\n // No need to verify that \\\"this.length <= MAX_UINT32\\\" since it's a read-only\\n // property of a typed array.\\n\\n // This behaves neither like String nor Uint8Array in that we set start/end\\n // to their upper/lower bounds if the value passed is out of range.\\n // undefined is handled specially as per ECMA-262 6th Edition,\\n // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\\n if (start === undefined || start < 0) {\\n start = 0\\n }\\n // Return early if start > this.length. Done here to prevent potential uint32\\n // coercion fail below.\\n if (start > this.length) {\\n return ''\\n }\\n\\n if (end === undefined || end > this.length) {\\n end = this.length\\n }\\n\\n if (end <= 0) {\\n return ''\\n }\\n\\n // Force coersion to uint32. This will also coerce falsey/NaN values to 0.\\n end >>>= 0\\n start >>>= 0\\n\\n if (end <= start) {\\n return ''\\n }\\n\\n if (!encoding) encoding = 'utf8'\\n\\n while (true) {\\n switch (encoding) {\\n case 'hex':\\n return hexSlice(this, start, end)\\n\\n case 'utf8':\\n case 'utf-8':\\n return utf8Slice(this, start, end)\\n\\n case 'ascii':\\n return asciiSlice(this, start, end)\\n\\n case 'latin1':\\n case 'binary':\\n return latin1Slice(this, start, end)\\n\\n case 'base64':\\n return base64Slice(this, start, end)\\n\\n case 'ucs2':\\n case 'ucs-2':\\n case 'utf16le':\\n case 'utf-16le':\\n return utf16leSlice(this, start, end)\\n\\n default:\\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\\n encoding = (encoding + '').toLowerCase()\\n loweredCase = true\\n }\\n }\\n}\\n\\n// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect\\n// Buffer instances.\\nBuffer.prototype._isBuffer = true\\n\\nfunction swap (b, n, m) {\\n var i = b[n]\\n b[n] = b[m]\\n b[m] = i\\n}\\n\\nBuffer.prototype.swap16 = function swap16 () {\\n var len = this.length\\n if (len % 2 !== 0) {\\n throw new RangeError('Buffer size must be a multiple of 16-bits')\\n }\\n for (var i = 0; i < len; i += 2) {\\n swap(this, i, i + 1)\\n }\\n return this\\n}\\n\\nBuffer.prototype.swap32 = function swap32 () {\\n var len = this.length\\n if (len % 4 !== 0) {\\n throw new RangeError('Buffer size must be a multiple of 32-bits')\\n }\\n for (var i = 0; i < len; i += 4) {\\n swap(this, i, i + 3)\\n swap(this, i + 1, i + 2)\\n }\\n return this\\n}\\n\\nBuffer.prototype.swap64 = function swap64 () {\\n var len = this.length\\n if (len % 8 !== 0) {\\n throw new RangeError('Buffer size must be a multiple of 64-bits')\\n }\\n for (var i = 0; i < len; i += 8) {\\n swap(this, i, i + 7)\\n swap(this, i + 1, i + 6)\\n swap(this, i + 2, i + 5)\\n swap(this, i + 3, i + 4)\\n }\\n return this\\n}\\n\\nBuffer.prototype.toString = function toString () {\\n var length = this.length | 0\\n if (length === 0) return ''\\n if (arguments.length === 0) return utf8Slice(this, 0, length)\\n return slowToString.apply(this, arguments)\\n}\\n\\nBuffer.prototype.equals = function equals (b) {\\n if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\\n if (this === b) return true\\n return Buffer.compare(this, b) === 0\\n}\\n\\nBuffer.prototype.inspect = function inspect () {\\n var str = ''\\n var max = exports.INSPECT_MAX_BYTES\\n if (this.length > 0) {\\n str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')\\n if (this.length > max) str += ' ... '\\n }\\n return '<Buffer ' + str + '>'\\n}\\n\\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\\n if (!Buffer.isBuffer(target)) {\\n throw new TypeError('Argument must be a Buffer')\\n }\\n\\n if (start === undefined) {\\n start = 0\\n }\\n if (end === undefined) {\\n end = target ? target.length : 0\\n }\\n if (thisStart === undefined) {\\n thisStart = 0\\n }\\n if (thisEnd === undefined) {\\n thisEnd = this.length\\n }\\n\\n if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\\n throw new RangeError('out of range index')\\n }\\n\\n if (thisStart >= thisEnd && start >= end) {\\n return 0\\n }\\n if (thisStart >= thisEnd) {\\n return -1\\n }\\n if (start >= end) {\\n return 1\\n }\\n\\n start >>>= 0\\n end >>>= 0\\n thisStart >>>= 0\\n thisEnd >>>= 0\\n\\n if (this === target) return 0\\n\\n var x = thisEnd - thisStart\\n var y = end - start\\n var len = Math.min(x, y)\\n\\n var thisCopy = this.slice(thisStart, thisEnd)\\n var targetCopy = target.slice(start, end)\\n\\n for (var i = 0; i < len; ++i) {\\n if (thisCopy[i] !== targetCopy[i]) {\\n x = thisCopy[i]\\n y = targetCopy[i]\\n break\\n }\\n }\\n\\n if (x < y) return -1\\n if (y < x) return 1\\n return 0\\n}\\n\\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\\n//\\n// Arguments:\\n// - buffer - a Buffer to search\\n// - val - a string, Buffer, or number\\n// - byteOffset - an index into `buffer`; will be clamped to an int32\\n// - encoding - an optional encoding, relevant is val is a string\\n// - dir - true for indexOf, false for lastIndexOf\\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\\n // Empty buffer means no match\\n if (buffer.length === 0) return -1\\n\\n // Normalize byteOffset\\n if (typeof byteOffset === 'string') {\\n encoding = byteOffset\\n byteOffset = 0\\n } else if (byteOffset > 0x7fffffff) {\\n byteOffset = 0x7fffffff\\n } else if (byteOffset < -0x80000000) {\\n byteOffset = -0x80000000\\n }\\n byteOffset = +byteOffset // Coerce to Number.\\n if (isNaN(byteOffset)) {\\n // byteOffset: it it's undefined, null, NaN, \\\"foo\\\", etc, search whole buffer\\n byteOffset = dir ? 0 : (buffer.length - 1)\\n }\\n\\n // Normalize byteOffset: negative offsets start from the end of the buffer\\n if (byteOffset < 0) byteOffset = buffer.length + byteOffset\\n if (byteOffset >= buffer.length) {\\n if (dir) return -1\\n else byteOffset = buffer.length - 1\\n } else if (byteOffset < 0) {\\n if (dir) byteOffset = 0\\n else return -1\\n }\\n\\n // Normalize val\\n if (typeof val === 'string') {\\n val = Buffer.from(val, encoding)\\n }\\n\\n // Finally, search either indexOf (if dir is true) or lastIndexOf\\n if (Buffer.isBuffer(val)) {\\n // Special case: looking for empty string/buffer always fails\\n if (val.length === 0) {\\n return -1\\n }\\n return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\\n } else if (typeof val === 'number') {\\n val = val & 0xFF // Search for a byte value [0-255]\\n if (Buffer.TYPED_ARRAY_SUPPORT &&\\n typeof Uint8Array.prototype.indexOf === 'function') {\\n if (dir) {\\n return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\\n } else {\\n return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\\n }\\n }\\n return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)\\n }\\n\\n throw new TypeError('val must be string, number or Buffer')\\n}\\n\\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\\n var indexSize = 1\\n var arrLength = arr.length\\n var valLength = val.length\\n\\n if (encoding !== undefined) {\\n encoding = String(encoding).toLowerCase()\\n if (encoding === 'ucs2' || encoding === 'ucs-2' ||\\n encoding === 'utf16le' || encoding === 'utf-16le') {\\n if (arr.length < 2 || val.length < 2) {\\n return -1\\n }\\n indexSize = 2\\n arrLength /= 2\\n valLength /= 2\\n byteOffset /= 2\\n }\\n }\\n\\n function read (buf, i) {\\n if (indexSize === 1) {\\n return buf[i]\\n } else {\\n return buf.readUInt16BE(i * indexSize)\\n }\\n }\\n\\n var i\\n if (dir) {\\n var foundIndex = -1\\n for (i = byteOffset; i < arrLength; i++) {\\n if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\\n if (foundIndex === -1) foundIndex = i\\n if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\\n } else {\\n if (foundIndex !== -1) i -= i - foundIndex\\n foundIndex = -1\\n }\\n }\\n } else {\\n if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\\n for (i = byteOffset; i >= 0; i--) {\\n var found = true\\n for (var j = 0; j < valLength; j++) {\\n if (read(arr, i + j) !== read(val, j)) {\\n found = false\\n break\\n }\\n }\\n if (found) return i\\n }\\n }\\n\\n return -1\\n}\\n\\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\\n return this.indexOf(val, byteOffset, encoding) !== -1\\n}\\n\\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\\n return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\\n}\\n\\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\\n return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\\n}\\n\\nfunction hexWrite (buf, string, offset, length) {\\n offset = Number(offset) || 0\\n var remaining = buf.length - offset\\n if (!length) {\\n length = remaining\\n } else {\\n length = Number(length)\\n if (length > remaining) {\\n length = remaining\\n }\\n }\\n\\n // must be an even number of digits\\n var strLen = string.length\\n if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')\\n\\n if (length > strLen / 2) {\\n length = strLen / 2\\n }\\n for (var i = 0; i < length; ++i) {\\n var parsed = parseInt(string.substr(i * 2, 2), 16)\\n if (isNaN(parsed)) return i\\n buf[offset + i] = parsed\\n }\\n return i\\n}\\n\\nfunction utf8Write (buf, string, offset, length) {\\n return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\\n}\\n\\nfunction asciiWrite (buf, string, offset, length) {\\n return blitBuffer(asciiToBytes(string), buf, offset, length)\\n}\\n\\nfunction latin1Write (buf, string, offset, length) {\\n return asciiWrite(buf, string, offset, length)\\n}\\n\\nfunction base64Write (buf, string, offset, length) {\\n return blitBuffer(base64ToBytes(string), buf, offset, length)\\n}\\n\\nfunction ucs2Write (buf, string, offset, length) {\\n return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\\n}\\n\\nBuffer.prototype.write = function write (string, offset, length, encoding) {\\n // Buffer#write(string)\\n if (offset === undefined) {\\n encoding = 'utf8'\\n length = this.length\\n offset = 0\\n // Buffer#write(string, encoding)\\n } else if (length === undefined && typeof offset === 'string') {\\n encoding = offset\\n length = this.length\\n offset = 0\\n // Buffer#write(string, offset[, length][, encoding])\\n } else if (isFinite(offset)) {\\n offset = offset | 0\\n if (isFinite(length)) {\\n length = length | 0\\n if (encoding === undefined) encoding = 'utf8'\\n } else {\\n encoding = length\\n length = undefined\\n }\\n // legacy write(string, encoding, offset, length) - remove in v0.13\\n } else {\\n throw new Error(\\n 'Buffer.write(string, encoding, offset[, length]) is no longer supported'\\n )\\n }\\n\\n var remaining = this.length - offset\\n if (length === undefined || length > remaining) length = remaining\\n\\n if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\\n throw new RangeError('Attempt to write outside buffer bounds')\\n }\\n\\n if (!encoding) encoding = 'utf8'\\n\\n var loweredCase = false\\n for (;;) {\\n switch (encoding) {\\n case 'hex':\\n return hexWrite(this, string, offset, length)\\n\\n case 'utf8':\\n case 'utf-8':\\n return utf8Write(this, string, offset, length)\\n\\n case 'ascii':\\n return asciiWrite(this, string, offset, length)\\n\\n case 'latin1':\\n case 'binary':\\n return latin1Write(this, string, offset, length)\\n\\n case 'base64':\\n // Warning: maxLength not taken into account in base64Write\\n return base64Write(this, string, offset, length)\\n\\n case 'ucs2':\\n case 'ucs-2':\\n case 'utf16le':\\n case 'utf-16le':\\n return ucs2Write(this, string, offset, length)\\n\\n default:\\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\\n encoding = ('' + encoding).toLowerCase()\\n loweredCase = true\\n }\\n }\\n}\\n\\nBuffer.prototype.toJSON = function toJSON () {\\n return {\\n type: 'Buffer',\\n data: Array.prototype.slice.call(this._arr || this, 0)\\n }\\n}\\n\\nfunction base64Slice (buf, start, end) {\\n if (start === 0 && end === buf.length) {\\n return base64.fromByteArray(buf)\\n } else {\\n return base64.fromByteArray(buf.slice(start, end))\\n }\\n}\\n\\nfunction utf8Slice (buf, start, end) {\\n end = Math.min(buf.length, end)\\n var res = []\\n\\n var i = start\\n while (i < end) {\\n var firstByte = buf[i]\\n var codePoint = null\\n var bytesPerSequence = (firstByte > 0xEF) ? 4\\n : (firstByte > 0xDF) ? 3\\n : (firstByte > 0xBF) ? 2\\n : 1\\n\\n if (i + bytesPerSequence <= end) {\\n var secondByte, thirdByte, fourthByte, tempCodePoint\\n\\n switch (bytesPerSequence) {\\n case 1:\\n if (firstByte < 0x80) {\\n codePoint = firstByte\\n }\\n break\\n case 2:\\n secondByte = buf[i + 1]\\n if ((secondByte & 0xC0) === 0x80) {\\n tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\\n if (tempCodePoint > 0x7F) {\\n codePoint = tempCodePoint\\n }\\n }\\n break\\n case 3:\\n secondByte = buf[i + 1]\\n thirdByte = buf[i + 2]\\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\\n tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\\n if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\\n codePoint = tempCodePoint\\n }\\n }\\n break\\n case 4:\\n secondByte = buf[i + 1]\\n thirdByte = buf[i + 2]\\n fourthByte = buf[i + 3]\\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\\n tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\\n if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\\n codePoint = tempCodePoint\\n }\\n }\\n }\\n }\\n\\n if (codePoint === null) {\\n // we did not generate a valid codePoint so insert a\\n // replacement char (U+FFFD) and advance only 1 byte\\n codePoint = 0xFFFD\\n bytesPerSequence = 1\\n } else if (codePoint > 0xFFFF) {\\n // encode to utf16 (surrogate pair dance)\\n codePoint -= 0x10000\\n res.push(codePoint >>> 10 & 0x3FF | 0xD800)\\n codePoint = 0xDC00 | codePoint & 0x3FF\\n }\\n\\n res.push(codePoint)\\n i += bytesPerSequence\\n }\\n\\n return decodeCodePointsArray(res)\\n}\\n\\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\\n// the lowest limit is Chrome, with 0x10000 args.\\n// We go 1 magnitude less, for safety\\nvar MAX_ARGUMENTS_LENGTH = 0x1000\\n\\nfunction decodeCodePointsArray (codePoints) {\\n var len = codePoints.length\\n if (len <= MAX_ARGUMENTS_LENGTH) {\\n return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\\n }\\n\\n // Decode in chunks to avoid \\\"call stack size exceeded\\\".\\n var res = ''\\n var i = 0\\n while (i < len) {\\n res += String.fromCharCode.apply(\\n String,\\n codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\\n )\\n }\\n return res\\n}\\n\\nfunction asciiSlice (buf, start, end) {\\n var ret = ''\\n end = Math.min(buf.length, end)\\n\\n for (var i = start; i < end; ++i) {\\n ret += String.fromCharCode(buf[i] & 0x7F)\\n }\\n return ret\\n}\\n\\nfunction latin1Slice (buf, start, end) {\\n var ret = ''\\n end = Math.min(buf.length, end)\\n\\n for (var i = start; i < end; ++i) {\\n ret += String.fromCharCode(buf[i])\\n }\\n return ret\\n}\\n\\nfunction hexSlice (buf, start, end) {\\n var len = buf.length\\n\\n if (!start || start < 0) start = 0\\n if (!end || end < 0 || end > len) end = len\\n\\n var out = ''\\n for (var i = start; i < end; ++i) {\\n out += toHex(buf[i])\\n }\\n return out\\n}\\n\\nfunction utf16leSlice (buf, start, end) {\\n var bytes = buf.slice(start, end)\\n var res = ''\\n for (var i = 0; i < bytes.length; i += 2) {\\n res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)\\n }\\n return res\\n}\\n\\nBuffer.prototype.slice = function slice (start, end) {\\n var len = this.length\\n start = ~~start\\n end = end === undefined ? len : ~~end\\n\\n if (start < 0) {\\n start += len\\n if (start < 0) start = 0\\n } else if (start > len) {\\n start = len\\n }\\n\\n if (end < 0) {\\n end += len\\n if (end < 0) end = 0\\n } else if (end > len) {\\n end = len\\n }\\n\\n if (end < start) end = start\\n\\n var newBuf\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n newBuf = this.subarray(start, end)\\n newBuf.__proto__ = Buffer.prototype\\n } else {\\n var sliceLen = end - start\\n newBuf = new Buffer(sliceLen, undefined)\\n for (var i = 0; i < sliceLen; ++i) {\\n newBuf[i] = this[i + start]\\n }\\n }\\n\\n return newBuf\\n}\\n\\n/*\\n * Need to make sure that buffer isn't trying to write out of bounds.\\n */\\nfunction checkOffset (offset, ext, length) {\\n if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\\n if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\\n}\\n\\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n var val = this[offset]\\n var mul = 1\\n var i = 0\\n while (++i < byteLength && (mul *= 0x100)) {\\n val += this[offset + i] * mul\\n }\\n\\n return val\\n}\\n\\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) {\\n checkOffset(offset, byteLength, this.length)\\n }\\n\\n var val = this[offset + --byteLength]\\n var mul = 1\\n while (byteLength > 0 && (mul *= 0x100)) {\\n val += this[offset + --byteLength] * mul\\n }\\n\\n return val\\n}\\n\\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 1, this.length)\\n return this[offset]\\n}\\n\\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 2, this.length)\\n return this[offset] | (this[offset + 1] << 8)\\n}\\n\\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 2, this.length)\\n return (this[offset] << 8) | this[offset + 1]\\n}\\n\\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n return ((this[offset]) |\\n (this[offset + 1] << 8) |\\n (this[offset + 2] << 16)) +\\n (this[offset + 3] * 0x1000000)\\n}\\n\\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n return (this[offset] * 0x1000000) +\\n ((this[offset + 1] << 16) |\\n (this[offset + 2] << 8) |\\n this[offset + 3])\\n}\\n\\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n var val = this[offset]\\n var mul = 1\\n var i = 0\\n while (++i < byteLength && (mul *= 0x100)) {\\n val += this[offset + i] * mul\\n }\\n mul *= 0x80\\n\\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\\n\\n return val\\n}\\n\\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n var i = byteLength\\n var mul = 1\\n var val = this[offset + --i]\\n while (i > 0 && (mul *= 0x100)) {\\n val += this[offset + --i] * mul\\n }\\n mul *= 0x80\\n\\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\\n\\n return val\\n}\\n\\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 1, this.length)\\n if (!(this[offset] & 0x80)) return (this[offset])\\n return ((0xff - this[offset] + 1) * -1)\\n}\\n\\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 2, this.length)\\n var val = this[offset] | (this[offset + 1] << 8)\\n return (val & 0x8000) ? val | 0xFFFF0000 : val\\n}\\n\\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 2, this.length)\\n var val = this[offset + 1] | (this[offset] << 8)\\n return (val & 0x8000) ? val | 0xFFFF0000 : val\\n}\\n\\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n return (this[offset]) |\\n (this[offset + 1] << 8) |\\n (this[offset + 2] << 16) |\\n (this[offset + 3] << 24)\\n}\\n\\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n return (this[offset] << 24) |\\n (this[offset + 1] << 16) |\\n (this[offset + 2] << 8) |\\n (this[offset + 3])\\n}\\n\\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n return ieee754.read(this, offset, true, 23, 4)\\n}\\n\\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n return ieee754.read(this, offset, false, 23, 4)\\n}\\n\\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 8, this.length)\\n return ieee754.read(this, offset, true, 52, 8)\\n}\\n\\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 8, this.length)\\n return ieee754.read(this, offset, false, 52, 8)\\n}\\n\\nfunction checkInt (buf, value, offset, ext, max, min) {\\n if (!Buffer.isBuffer(buf)) throw new TypeError('\\\"buffer\\\" argument must be a Buffer instance')\\n if (value > max || value < min) throw new RangeError('\\\"value\\\" argument is out of bounds')\\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\\n}\\n\\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\\n value = +value\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) {\\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\\n checkInt(this, value, offset, byteLength, maxBytes, 0)\\n }\\n\\n var mul = 1\\n var i = 0\\n this[offset] = value & 0xFF\\n while (++i < byteLength && (mul *= 0x100)) {\\n this[offset + i] = (value / mul) & 0xFF\\n }\\n\\n return offset + byteLength\\n}\\n\\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\\n value = +value\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) {\\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\\n checkInt(this, value, offset, byteLength, maxBytes, 0)\\n }\\n\\n var i = byteLength - 1\\n var mul = 1\\n this[offset + i] = value & 0xFF\\n while (--i >= 0 && (mul *= 0x100)) {\\n this[offset + i] = (value / mul) & 0xFF\\n }\\n\\n return offset + byteLength\\n}\\n\\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\\n if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\\n this[offset] = (value & 0xff)\\n return offset + 1\\n}\\n\\nfunction objectWriteUInt16 (buf, value, offset, littleEndian) {\\n if (value < 0) value = 0xffff + value + 1\\n for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {\\n buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>\\n (littleEndian ? i : 1 - i) * 8\\n }\\n}\\n\\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value & 0xff)\\n this[offset + 1] = (value >>> 8)\\n } else {\\n objectWriteUInt16(this, value, offset, true)\\n }\\n return offset + 2\\n}\\n\\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value >>> 8)\\n this[offset + 1] = (value & 0xff)\\n } else {\\n objectWriteUInt16(this, value, offset, false)\\n }\\n return offset + 2\\n}\\n\\nfunction objectWriteUInt32 (buf, value, offset, littleEndian) {\\n if (value < 0) value = 0xffffffff + value + 1\\n for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {\\n buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff\\n }\\n}\\n\\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset + 3] = (value >>> 24)\\n this[offset + 2] = (value >>> 16)\\n this[offset + 1] = (value >>> 8)\\n this[offset] = (value & 0xff)\\n } else {\\n objectWriteUInt32(this, value, offset, true)\\n }\\n return offset + 4\\n}\\n\\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value >>> 24)\\n this[offset + 1] = (value >>> 16)\\n this[offset + 2] = (value >>> 8)\\n this[offset + 3] = (value & 0xff)\\n } else {\\n objectWriteUInt32(this, value, offset, false)\\n }\\n return offset + 4\\n}\\n\\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) {\\n var limit = Math.pow(2, 8 * byteLength - 1)\\n\\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\\n }\\n\\n var i = 0\\n var mul = 1\\n var sub = 0\\n this[offset] = value & 0xFF\\n while (++i < byteLength && (mul *= 0x100)) {\\n if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\\n sub = 1\\n }\\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\\n }\\n\\n return offset + byteLength\\n}\\n\\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) {\\n var limit = Math.pow(2, 8 * byteLength - 1)\\n\\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\\n }\\n\\n var i = byteLength - 1\\n var mul = 1\\n var sub = 0\\n this[offset + i] = value & 0xFF\\n while (--i >= 0 && (mul *= 0x100)) {\\n if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\\n sub = 1\\n }\\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\\n }\\n\\n return offset + byteLength\\n}\\n\\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\\n if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\\n if (value < 0) value = 0xff + value + 1\\n this[offset] = (value & 0xff)\\n return offset + 1\\n}\\n\\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value & 0xff)\\n this[offset + 1] = (value >>> 8)\\n } else {\\n objectWriteUInt16(this, value, offset, true)\\n }\\n return offset + 2\\n}\\n\\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value >>> 8)\\n this[offset + 1] = (value & 0xff)\\n } else {\\n objectWriteUInt16(this, value, offset, false)\\n }\\n return offset + 2\\n}\\n\\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value & 0xff)\\n this[offset + 1] = (value >>> 8)\\n this[offset + 2] = (value >>> 16)\\n this[offset + 3] = (value >>> 24)\\n } else {\\n objectWriteUInt32(this, value, offset, true)\\n }\\n return offset + 4\\n}\\n\\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\\n if (value < 0) value = 0xffffffff + value + 1\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value >>> 24)\\n this[offset + 1] = (value >>> 16)\\n this[offset + 2] = (value >>> 8)\\n this[offset + 3] = (value & 0xff)\\n } else {\\n objectWriteUInt32(this, value, offset, false)\\n }\\n return offset + 4\\n}\\n\\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\\n if (offset < 0) throw new RangeError('Index out of range')\\n}\\n\\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\\n if (!noAssert) {\\n checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\\n }\\n ieee754.write(buf, value, offset, littleEndian, 23, 4)\\n return offset + 4\\n}\\n\\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\\n return writeFloat(this, value, offset, true, noAssert)\\n}\\n\\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\\n return writeFloat(this, value, offset, false, noAssert)\\n}\\n\\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\\n if (!noAssert) {\\n checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\\n }\\n ieee754.write(buf, value, offset, littleEndian, 52, 8)\\n return offset + 8\\n}\\n\\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\\n return writeDouble(this, value, offset, true, noAssert)\\n}\\n\\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\\n return writeDouble(this, value, offset, false, noAssert)\\n}\\n\\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\\n if (!start) start = 0\\n if (!end && end !== 0) end = this.length\\n if (targetStart >= target.length) targetStart = target.length\\n if (!targetStart) targetStart = 0\\n if (end > 0 && end < start) end = start\\n\\n // Copy 0 bytes; we're done\\n if (end === start) return 0\\n if (target.length === 0 || this.length === 0) return 0\\n\\n // Fatal error conditions\\n if (targetStart < 0) {\\n throw new RangeError('targetStart out of bounds')\\n }\\n if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')\\n if (end < 0) throw new RangeError('sourceEnd out of bounds')\\n\\n // Are we oob?\\n if (end > this.length) end = this.length\\n if (target.length - targetStart < end - start) {\\n end = target.length - targetStart + start\\n }\\n\\n var len = end - start\\n var i\\n\\n if (this === target && start < targetStart && targetStart < end) {\\n // descending copy from end\\n for (i = len - 1; i >= 0; --i) {\\n target[i + targetStart] = this[i + start]\\n }\\n } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {\\n // ascending copy from start\\n for (i = 0; i < len; ++i) {\\n target[i + targetStart] = this[i + start]\\n }\\n } else {\\n Uint8Array.prototype.set.call(\\n target,\\n this.subarray(start, start + len),\\n targetStart\\n )\\n }\\n\\n return len\\n}\\n\\n// Usage:\\n// buffer.fill(number[, offset[, end]])\\n// buffer.fill(buffer[, offset[, end]])\\n// buffer.fill(string[, offset[, end]][, encoding])\\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\\n // Handle string cases:\\n if (typeof val === 'string') {\\n if (typeof start === 'string') {\\n encoding = start\\n start = 0\\n end = this.length\\n } else if (typeof end === 'string') {\\n encoding = end\\n end = this.length\\n }\\n if (val.length === 1) {\\n var code = val.charCodeAt(0)\\n if (code < 256) {\\n val = code\\n }\\n }\\n if (encoding !== undefined && typeof encoding !== 'string') {\\n throw new TypeError('encoding must be a string')\\n }\\n if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\\n throw new TypeError('Unknown encoding: ' + encoding)\\n }\\n } else if (typeof val === 'number') {\\n val = val & 255\\n }\\n\\n // Invalid ranges are not set to a default, so can range check early.\\n if (start < 0 || this.length < start || this.length < end) {\\n throw new RangeError('Out of range index')\\n }\\n\\n if (end <= start) {\\n return this\\n }\\n\\n start = start >>> 0\\n end = end === undefined ? this.length : end >>> 0\\n\\n if (!val) val = 0\\n\\n var i\\n if (typeof val === 'number') {\\n for (i = start; i < end; ++i) {\\n this[i] = val\\n }\\n } else {\\n var bytes = Buffer.isBuffer(val)\\n ? val\\n : utf8ToBytes(new Buffer(val, encoding).toString())\\n var len = bytes.length\\n for (i = 0; i < end - start; ++i) {\\n this[i + start] = bytes[i % len]\\n }\\n }\\n\\n return this\\n}\\n\\n// HELPER FUNCTIONS\\n// ================\\n\\nvar INVALID_BASE64_RE = /[^+\\\\/0-9A-Za-z-_]/g\\n\\nfunction base64clean (str) {\\n // Node strips out invalid characters like \\\\n and \\\\t from the string, base64-js does not\\n str = stringtrim(str).replace(INVALID_BASE64_RE, '')\\n // Node converts strings with length < 2 to ''\\n if (str.length < 2) return ''\\n // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\\n while (str.length % 4 !== 0) {\\n str = str + '='\\n }\\n return str\\n}\\n\\nfunction stringtrim (str) {\\n if (str.trim) return str.trim()\\n return str.replace(/^\\\\s+|\\\\s+$/g, '')\\n}\\n\\nfunction toHex (n) {\\n if (n < 16) return '0' + n.toString(16)\\n return n.toString(16)\\n}\\n\\nfunction utf8ToBytes (string, units) {\\n units = units || Infinity\\n var codePoint\\n var length = string.length\\n var leadSurrogate = null\\n var bytes = []\\n\\n for (var i = 0; i < length; ++i) {\\n codePoint = string.charCodeAt(i)\\n\\n // is surrogate component\\n if (codePoint > 0xD7FF && codePoint < 0xE000) {\\n // last char was a lead\\n if (!leadSurrogate) {\\n // no lead yet\\n if (codePoint > 0xDBFF) {\\n // unexpected trail\\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n continue\\n } else if (i + 1 === length) {\\n // unpaired lead\\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n continue\\n }\\n\\n // valid lead\\n leadSurrogate = codePoint\\n\\n continue\\n }\\n\\n // 2 leads in a row\\n if (codePoint < 0xDC00) {\\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n leadSurrogate = codePoint\\n continue\\n }\\n\\n // valid surrogate pair\\n codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\\n } else if (leadSurrogate) {\\n // valid bmp char, but last char was a lead\\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n }\\n\\n leadSurrogate = null\\n\\n // encode utf8\\n if (codePoint < 0x80) {\\n if ((units -= 1) < 0) break\\n bytes.push(codePoint)\\n } else if (codePoint < 0x800) {\\n if ((units -= 2) < 0) break\\n bytes.push(\\n codePoint >> 0x6 | 0xC0,\\n codePoint & 0x3F | 0x80\\n )\\n } else if (codePoint < 0x10000) {\\n if ((units -= 3) < 0) break\\n bytes.push(\\n codePoint >> 0xC | 0xE0,\\n codePoint >> 0x6 & 0x3F | 0x80,\\n codePoint & 0x3F | 0x80\\n )\\n } else if (codePoint < 0x110000) {\\n if ((units -= 4) < 0) break\\n bytes.push(\\n codePoint >> 0x12 | 0xF0,\\n codePoint >> 0xC & 0x3F | 0x80,\\n codePoint >> 0x6 & 0x3F | 0x80,\\n codePoint & 0x3F | 0x80\\n )\\n } else {\\n throw new Error('Invalid code point')\\n }\\n }\\n\\n return bytes\\n}\\n\\nfunction asciiToBytes (str) {\\n var byteArray = []\\n for (var i = 0; i < str.length; ++i) {\\n // Node's code seems to be doing this and not & 0x7F..\\n byteArray.push(str.charCodeAt(i) & 0xFF)\\n }\\n return byteArray\\n}\\n\\nfunction utf16leToBytes (str, units) {\\n var c, hi, lo\\n var byteArray = []\\n for (var i = 0; i < str.length; ++i) {\\n if ((units -= 2) < 0) break\\n\\n c = str.charCodeAt(i)\\n hi = c >> 8\\n lo = c % 256\\n byteArray.push(lo)\\n byteArray.push(hi)\\n }\\n\\n return byteArray\\n}\\n\\nfunction base64ToBytes (str) {\\n return base64.toByteArray(base64clean(str))\\n}\\n\\nfunction blitBuffer (src, dst, offset, length) {\\n for (var i = 0; i < length; ++i) {\\n if ((i + offset >= dst.length) || (i >= src.length)) break\\n dst[i + offset] = src[i]\\n }\\n return i\\n}\\n\\nfunction isnan (val) {\\n return val !== val // eslint-disable-line no-self-compare\\n}\\n\\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../webpack/buildin/global.js */ \\\"./node_modules/webpack/buildin/global.js\\\")))\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/node-libs-browser/node_modules/buffer/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/object-inspect/index.js\":\n/*!**********************************************!*\\\n !*** ./node_modules/object-inspect/index.js ***!\n \\**********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\neval(\"var hasMap = typeof Map === 'function' && Map.prototype;\\nvar mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;\\nvar mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;\\nvar mapForEach = hasMap && Map.prototype.forEach;\\nvar hasSet = typeof Set === 'function' && Set.prototype;\\nvar setSizeDescriptor = Object.getOwnPropertyDescriptor && hasSet ? Object.getOwnPropertyDescriptor(Set.prototype, 'size') : null;\\nvar setSize = hasSet && setSizeDescriptor && typeof setSizeDescriptor.get === 'function' ? setSizeDescriptor.get : null;\\nvar setForEach = hasSet && Set.prototype.forEach;\\nvar hasWeakMap = typeof WeakMap === 'function' && WeakMap.prototype;\\nvar weakMapHas = hasWeakMap ? WeakMap.prototype.has : null;\\nvar hasWeakSet = typeof WeakSet === 'function' && WeakSet.prototype;\\nvar weakSetHas = hasWeakSet ? WeakSet.prototype.has : null;\\nvar hasWeakRef = typeof WeakRef === 'function' && WeakRef.prototype;\\nvar weakRefDeref = hasWeakRef ? WeakRef.prototype.deref : null;\\nvar booleanValueOf = Boolean.prototype.valueOf;\\nvar objectToString = Object.prototype.toString;\\nvar functionToString = Function.prototype.toString;\\nvar match = String.prototype.match;\\nvar bigIntValueOf = typeof BigInt === 'function' ? BigInt.prototype.valueOf : null;\\nvar gOPS = Object.getOwnPropertySymbols;\\nvar symToString = typeof Symbol === 'function' && typeof Symbol.iterator === 'symbol' ? Symbol.prototype.toString : null;\\nvar hasShammedSymbols = typeof Symbol === 'function' && typeof Symbol.iterator === 'object';\\nvar isEnumerable = Object.prototype.propertyIsEnumerable;\\n\\nvar gPO = (typeof Reflect === 'function' ? Reflect.getPrototypeOf : Object.getPrototypeOf) || (\\n [].__proto__ === Array.prototype // eslint-disable-line no-proto\\n ? function (O) {\\n return O.__proto__; // eslint-disable-line no-proto\\n }\\n : null\\n);\\n\\nvar inspectCustom = __webpack_require__(/*! ./util.inspect */ 0).custom;\\nvar inspectSymbol = inspectCustom && isSymbol(inspectCustom) ? inspectCustom : null;\\nvar toStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag !== 'undefined' ? Symbol.toStringTag : null;\\n\\nmodule.exports = function inspect_(obj, options, depth, seen) {\\n var opts = options || {};\\n\\n if (has(opts, 'quoteStyle') && (opts.quoteStyle !== 'single' && opts.quoteStyle !== 'double')) {\\n throw new TypeError('option \\\"quoteStyle\\\" must be \\\"single\\\" or \\\"double\\\"');\\n }\\n if (\\n has(opts, 'maxStringLength') && (typeof opts.maxStringLength === 'number'\\n ? opts.maxStringLength < 0 && opts.maxStringLength !== Infinity\\n : opts.maxStringLength !== null\\n )\\n ) {\\n throw new TypeError('option \\\"maxStringLength\\\", if provided, must be a positive integer, Infinity, or `null`');\\n }\\n var customInspect = has(opts, 'customInspect') ? opts.customInspect : true;\\n if (typeof customInspect !== 'boolean' && customInspect !== 'symbol') {\\n throw new TypeError('option \\\"customInspect\\\", if provided, must be `true`, `false`, or `\\\\'symbol\\\\'`');\\n }\\n\\n if (\\n has(opts, 'indent')\\n && opts.indent !== null\\n && opts.indent !== '\\\\t'\\n && !(parseInt(opts.indent, 10) === opts.indent && opts.indent > 0)\\n ) {\\n throw new TypeError('options \\\"indent\\\" must be \\\"\\\\\\\\t\\\", an integer > 0, or `null`');\\n }\\n\\n if (typeof obj === 'undefined') {\\n return 'undefined';\\n }\\n if (obj === null) {\\n return 'null';\\n }\\n if (typeof obj === 'boolean') {\\n return obj ? 'true' : 'false';\\n }\\n\\n if (typeof obj === 'string') {\\n return inspectString(obj, opts);\\n }\\n if (typeof obj === 'number') {\\n if (obj === 0) {\\n return Infinity / obj > 0 ? '0' : '-0';\\n }\\n return String(obj);\\n }\\n if (typeof obj === 'bigint') {\\n return String(obj) + 'n';\\n }\\n\\n var maxDepth = typeof opts.depth === 'undefined' ? 5 : opts.depth;\\n if (typeof depth === 'undefined') { depth = 0; }\\n if (depth >= maxDepth && maxDepth > 0 && typeof obj === 'object') {\\n return isArray(obj) ? '[Array]' : '[Object]';\\n }\\n\\n var indent = getIndent(opts, depth);\\n\\n if (typeof seen === 'undefined') {\\n seen = [];\\n } else if (indexOf(seen, obj) >= 0) {\\n return '[Circular]';\\n }\\n\\n function inspect(value, from, noIndent) {\\n if (from) {\\n seen = seen.slice();\\n seen.push(from);\\n }\\n if (noIndent) {\\n var newOpts = {\\n depth: opts.depth\\n };\\n if (has(opts, 'quoteStyle')) {\\n newOpts.quoteStyle = opts.quoteStyle;\\n }\\n return inspect_(value, newOpts, depth + 1, seen);\\n }\\n return inspect_(value, opts, depth + 1, seen);\\n }\\n\\n if (typeof obj === 'function') {\\n var name = nameOf(obj);\\n var keys = arrObjKeys(obj, inspect);\\n return '[Function' + (name ? ': ' + name : ' (anonymous)') + ']' + (keys.length > 0 ? ' { ' + keys.join(', ') + ' }' : '');\\n }\\n if (isSymbol(obj)) {\\n var symString = hasShammedSymbols ? String(obj).replace(/^(Symbol\\\\(.*\\\\))_[^)]*$/, '$1') : symToString.call(obj);\\n return typeof obj === 'object' && !hasShammedSymbols ? markBoxed(symString) : symString;\\n }\\n if (isElement(obj)) {\\n var s = '<' + String(obj.nodeName).toLowerCase();\\n var attrs = obj.attributes || [];\\n for (var i = 0; i < attrs.length; i++) {\\n s += ' ' + attrs[i].name + '=' + wrapQuotes(quote(attrs[i].value), 'double', opts);\\n }\\n s += '>';\\n if (obj.childNodes && obj.childNodes.length) { s += '...'; }\\n s += '</' + String(obj.nodeName).toLowerCase() + '>';\\n return s;\\n }\\n if (isArray(obj)) {\\n if (obj.length === 0) { return '[]'; }\\n var xs = arrObjKeys(obj, inspect);\\n if (indent && !singleLineValues(xs)) {\\n return '[' + indentedJoin(xs, indent) + ']';\\n }\\n return '[ ' + xs.join(', ') + ' ]';\\n }\\n if (isError(obj)) {\\n var parts = arrObjKeys(obj, inspect);\\n if (parts.length === 0) { return '[' + String(obj) + ']'; }\\n return '{ [' + String(obj) + '] ' + parts.join(', ') + ' }';\\n }\\n if (typeof obj === 'object' && customInspect) {\\n if (inspectSymbol && typeof obj[inspectSymbol] === 'function') {\\n return obj[inspectSymbol]();\\n } else if (customInspect !== 'symbol' && typeof obj.inspect === 'function') {\\n return obj.inspect();\\n }\\n }\\n if (isMap(obj)) {\\n var mapParts = [];\\n mapForEach.call(obj, function (value, key) {\\n mapParts.push(inspect(key, obj, true) + ' => ' + inspect(value, obj));\\n });\\n return collectionOf('Map', mapSize.call(obj), mapParts, indent);\\n }\\n if (isSet(obj)) {\\n var setParts = [];\\n setForEach.call(obj, function (value) {\\n setParts.push(inspect(value, obj));\\n });\\n return collectionOf('Set', setSize.call(obj), setParts, indent);\\n }\\n if (isWeakMap(obj)) {\\n return weakCollectionOf('WeakMap');\\n }\\n if (isWeakSet(obj)) {\\n return weakCollectionOf('WeakSet');\\n }\\n if (isWeakRef(obj)) {\\n return weakCollectionOf('WeakRef');\\n }\\n if (isNumber(obj)) {\\n return markBoxed(inspect(Number(obj)));\\n }\\n if (isBigInt(obj)) {\\n return markBoxed(inspect(bigIntValueOf.call(obj)));\\n }\\n if (isBoolean(obj)) {\\n return markBoxed(booleanValueOf.call(obj));\\n }\\n if (isString(obj)) {\\n return markBoxed(inspect(String(obj)));\\n }\\n if (!isDate(obj) && !isRegExp(obj)) {\\n var ys = arrObjKeys(obj, inspect);\\n var isPlainObject = gPO ? gPO(obj) === Object.prototype : obj instanceof Object || obj.constructor === Object;\\n var protoTag = obj instanceof Object ? '' : 'null prototype';\\n var stringTag = !isPlainObject && toStringTag && Object(obj) === obj && toStringTag in obj ? toStr(obj).slice(8, -1) : protoTag ? 'Object' : '';\\n var constructorTag = isPlainObject || typeof obj.constructor !== 'function' ? '' : obj.constructor.name ? obj.constructor.name + ' ' : '';\\n var tag = constructorTag + (stringTag || protoTag ? '[' + [].concat(stringTag || [], protoTag || []).join(': ') + '] ' : '');\\n if (ys.length === 0) { return tag + '{}'; }\\n if (indent) {\\n return tag + '{' + indentedJoin(ys, indent) + '}';\\n }\\n return tag + '{ ' + ys.join(', ') + ' }';\\n }\\n return String(obj);\\n};\\n\\nfunction wrapQuotes(s, defaultStyle, opts) {\\n var quoteChar = (opts.quoteStyle || defaultStyle) === 'double' ? '\\\"' : \\\"'\\\";\\n return quoteChar + s + quoteChar;\\n}\\n\\nfunction quote(s) {\\n return String(s).replace(/\\\"/g, '&quot;');\\n}\\n\\nfunction isArray(obj) { return toStr(obj) === '[object Array]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isDate(obj) { return toStr(obj) === '[object Date]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isRegExp(obj) { return toStr(obj) === '[object RegExp]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isError(obj) { return toStr(obj) === '[object Error]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isString(obj) { return toStr(obj) === '[object String]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isNumber(obj) { return toStr(obj) === '[object Number]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isBoolean(obj) { return toStr(obj) === '[object Boolean]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\n\\n// Symbol and BigInt do have Symbol.toStringTag by spec, so that can't be used to eliminate false positives\\nfunction isSymbol(obj) {\\n if (hasShammedSymbols) {\\n return obj && typeof obj === 'object' && obj instanceof Symbol;\\n }\\n if (typeof obj === 'symbol') {\\n return true;\\n }\\n if (!obj || typeof obj !== 'object' || !symToString) {\\n return false;\\n }\\n try {\\n symToString.call(obj);\\n return true;\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isBigInt(obj) {\\n if (!obj || typeof obj !== 'object' || !bigIntValueOf) {\\n return false;\\n }\\n try {\\n bigIntValueOf.call(obj);\\n return true;\\n } catch (e) {}\\n return false;\\n}\\n\\nvar hasOwn = Object.prototype.hasOwnProperty || function (key) { return key in this; };\\nfunction has(obj, key) {\\n return hasOwn.call(obj, key);\\n}\\n\\nfunction toStr(obj) {\\n return objectToString.call(obj);\\n}\\n\\nfunction nameOf(f) {\\n if (f.name) { return f.name; }\\n var m = match.call(functionToString.call(f), /^function\\\\s*([\\\\w$]+)/);\\n if (m) { return m[1]; }\\n return null;\\n}\\n\\nfunction indexOf(xs, x) {\\n if (xs.indexOf) { return xs.indexOf(x); }\\n for (var i = 0, l = xs.length; i < l; i++) {\\n if (xs[i] === x) { return i; }\\n }\\n return -1;\\n}\\n\\nfunction isMap(x) {\\n if (!mapSize || !x || typeof x !== 'object') {\\n return false;\\n }\\n try {\\n mapSize.call(x);\\n try {\\n setSize.call(x);\\n } catch (s) {\\n return true;\\n }\\n return x instanceof Map; // core-js workaround, pre-v2.5.0\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isWeakMap(x) {\\n if (!weakMapHas || !x || typeof x !== 'object') {\\n return false;\\n }\\n try {\\n weakMapHas.call(x, weakMapHas);\\n try {\\n weakSetHas.call(x, weakSetHas);\\n } catch (s) {\\n return true;\\n }\\n return x instanceof WeakMap; // core-js workaround, pre-v2.5.0\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isWeakRef(x) {\\n if (!weakRefDeref || !x || typeof x !== 'object') {\\n return false;\\n }\\n try {\\n weakRefDeref.call(x);\\n return true;\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isSet(x) {\\n if (!setSize || !x || typeof x !== 'object') {\\n return false;\\n }\\n try {\\n setSize.call(x);\\n try {\\n mapSize.call(x);\\n } catch (m) {\\n return true;\\n }\\n return x instanceof Set; // core-js workaround, pre-v2.5.0\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isWeakSet(x) {\\n if (!weakSetHas || !x || typeof x !== 'object') {\\n return false;\\n }\\n try {\\n weakSetHas.call(x, weakSetHas);\\n try {\\n weakMapHas.call(x, weakMapHas);\\n } catch (s) {\\n return true;\\n }\\n return x instanceof WeakSet; // core-js workaround, pre-v2.5.0\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isElement(x) {\\n if (!x || typeof x !== 'object') { return false; }\\n if (typeof HTMLElement !== 'undefined' && x instanceof HTMLElement) {\\n return true;\\n }\\n return typeof x.nodeName === 'string' && typeof x.getAttribute === 'function';\\n}\\n\\nfunction inspectString(str, opts) {\\n if (str.length > opts.maxStringLength) {\\n var remaining = str.length - opts.maxStringLength;\\n var trailer = '... ' + remaining + ' more character' + (remaining > 1 ? 's' : '');\\n return inspectString(str.slice(0, opts.maxStringLength), opts) + trailer;\\n }\\n // eslint-disable-next-line no-control-regex\\n var s = str.replace(/(['\\\\\\\\])/g, '\\\\\\\\$1').replace(/[\\\\x00-\\\\x1f]/g, lowbyte);\\n return wrapQuotes(s, 'single', opts);\\n}\\n\\nfunction lowbyte(c) {\\n var n = c.charCodeAt(0);\\n var x = {\\n 8: 'b',\\n 9: 't',\\n 10: 'n',\\n 12: 'f',\\n 13: 'r'\\n }[n];\\n if (x) { return '\\\\\\\\' + x; }\\n return '\\\\\\\\x' + (n < 0x10 ? '0' : '') + n.toString(16).toUpperCase();\\n}\\n\\nfunction markBoxed(str) {\\n return 'Object(' + str + ')';\\n}\\n\\nfunction weakCollectionOf(type) {\\n return type + ' { ? }';\\n}\\n\\nfunction collectionOf(type, size, entries, indent) {\\n var joinedEntries = indent ? indentedJoin(entries, indent) : entries.join(', ');\\n return type + ' (' + size + ') {' + joinedEntries + '}';\\n}\\n\\nfunction singleLineValues(xs) {\\n for (var i = 0; i < xs.length; i++) {\\n if (indexOf(xs[i], '\\\\n') >= 0) {\\n return false;\\n }\\n }\\n return true;\\n}\\n\\nfunction getIndent(opts, depth) {\\n var baseIndent;\\n if (opts.indent === '\\\\t') {\\n baseIndent = '\\\\t';\\n } else if (typeof opts.indent === 'number' && opts.indent > 0) {\\n baseIndent = Array(opts.indent + 1).join(' ');\\n } else {\\n return null;\\n }\\n return {\\n base: baseIndent,\\n prev: Array(depth + 1).join(baseIndent)\\n };\\n}\\n\\nfunction indentedJoin(xs, indent) {\\n if (xs.length === 0) { return ''; }\\n var lineJoiner = '\\\\n' + indent.prev + indent.base;\\n return lineJoiner + xs.join(',' + lineJoiner) + '\\\\n' + indent.prev;\\n}\\n\\nfunction arrObjKeys(obj, inspect) {\\n var isArr = isArray(obj);\\n var xs = [];\\n if (isArr) {\\n xs.length = obj.length;\\n for (var i = 0; i < obj.length; i++) {\\n xs[i] = has(obj, i) ? inspect(obj[i], obj) : '';\\n }\\n }\\n var syms = typeof gOPS === 'function' ? gOPS(obj) : [];\\n var symMap;\\n if (hasShammedSymbols) {\\n symMap = {};\\n for (var k = 0; k < syms.length; k++) {\\n symMap['$' + syms[k]] = syms[k];\\n }\\n }\\n\\n for (var key in obj) { // eslint-disable-line no-restricted-syntax\\n if (!has(obj, key)) { continue; } // eslint-disable-line no-restricted-syntax, no-continue\\n if (isArr && String(Number(key)) === key && key < obj.length) { continue; } // eslint-disable-line no-restricted-syntax, no-continue\\n if (hasShammedSymbols && symMap['$' + key] instanceof Symbol) {\\n // this is to prevent shammed Symbols, which are stored as strings, from being included in the string key section\\n continue; // eslint-disable-line no-restricted-syntax, no-continue\\n } else if ((/[^\\\\w$]/).test(key)) {\\n xs.push(inspect(key, obj) + ': ' + inspect(obj[key], obj));\\n } else {\\n xs.push(key + ': ' + inspect(obj[key], obj));\\n }\\n }\\n if (typeof gOPS === 'function') {\\n for (var j = 0; j < syms.length; j++) {\\n if (isEnumerable.call(obj, syms[j])) {\\n xs.push('[' + inspect(syms[j]) + ']: ' + inspect(obj[syms[j]], obj));\\n }\\n }\\n }\\n return xs;\\n}\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/object-inspect/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/object-sizeof/byte_size.js\":\n/*!*************************************************!*\\\n !*** ./node_modules/object-sizeof/byte_size.js ***!\n \\*************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"/**\\n * Byte sizes are taken from ECMAScript Language Specification\\n * http://www.ecma-international.org/ecma-262/5.1/\\n * http://bclary.com/2004/11/07/#a-4.3.16\\n */\\n\\nmodule.exports = {\\n STRING: 2,\\n BOOLEAN: 4,\\n NUMBER: 8\\n}\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/object-sizeof/byte_size.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/object-sizeof/index.js\":\n/*!*********************************************!*\\\n !*** ./node_modules/object-sizeof/index.js ***!\n \\*********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"// Copyright 2014 Andrei Karpushonak\\n\\n\\n\\nvar ECMA_SIZES = __webpack_require__(/*! ./byte_size */ \\\"./node_modules/object-sizeof/byte_size.js\\\")\\nvar Buffer = __webpack_require__(/*! buffer */ \\\"./node_modules/node-libs-browser/node_modules/buffer/index.js\\\").Buffer\\n\\nfunction allProperties(obj) {\\n const stringProperties = []\\n for (var prop in obj) { \\n stringProperties.push(prop)\\n }\\n if (Object.getOwnPropertySymbols) {\\n var symbolProperties = Object.getOwnPropertySymbols(obj)\\n Array.prototype.push.apply(stringProperties, symbolProperties)\\n }\\n return stringProperties\\n}\\n\\nfunction sizeOfObject (seen, object) {\\n if (object == null) {\\n return 0\\n }\\n\\n var bytes = 0\\n var properties = allProperties(object)\\n for (var i = 0; i < properties.length; i++) {\\n var key = properties[i]\\n // Do not recalculate circular references\\n if (typeof object[key] === 'object' && object[key] !== null) {\\n if (seen.has(object[key])) {\\n continue\\n }\\n seen.add(object[key])\\n }\\n\\n bytes += getCalculator(seen)(key)\\n try {\\n bytes += getCalculator(seen)(object[key])\\n } catch (ex) {\\n if (ex instanceof RangeError) {\\n // circular reference detected, final result might be incorrect\\n // let's be nice and not throw an exception\\n bytes = 0\\n }\\n }\\n }\\n\\n return bytes\\n}\\n\\nfunction getCalculator (seen) {\\n return function calculator(object) {\\n if (Buffer.isBuffer(object)) {\\n return object.length\\n }\\n\\n var objectType = typeof (object)\\n switch (objectType) {\\n case 'string':\\n return object.length * ECMA_SIZES.STRING\\n case 'boolean':\\n return ECMA_SIZES.BOOLEAN\\n case 'number':\\n return ECMA_SIZES.NUMBER\\n case 'symbol':\\n const isGlobalSymbol = Symbol.keyFor && Symbol.keyFor(object)\\n return isGlobalSymbol ? Symbol.keyFor(object).length * ECMA_SIZES.STRING : (object.toString().length - 8) * ECMA_SIZES.STRING \\n case 'object':\\n if (Array.isArray(object)) {\\n return object.map(getCalculator(seen)).reduce(function (acc, curr) {\\n return acc + curr\\n }, 0)\\n } else {\\n return sizeOfObject(seen, object)\\n }\\n default:\\n return 0\\n }\\n }\\n}\\n\\n/**\\n * Main module's entry point\\n * Calculates Bytes for the provided parameter\\n * @param object - handles object/string/boolean/buffer\\n * @returns {*}\\n */\\nfunction sizeof (object) {\\n return getCalculator(new WeakSet())(object)\\n}\\n\\nmodule.exports = sizeof\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/object-sizeof/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/process/browser.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/process/browser.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"// shim for using process in browser\\nvar process = module.exports = {};\\n\\n// cached from whatever global is present so that test runners that stub it\\n// don't break things. But we need to wrap it in a try catch in case it is\\n// wrapped in strict mode code which doesn't define any globals. It's inside a\\n// function because try/catches deoptimize in certain engines.\\n\\nvar cachedSetTimeout;\\nvar cachedClearTimeout;\\n\\nfunction defaultSetTimout() {\\n throw new Error('setTimeout has not been defined');\\n}\\nfunction defaultClearTimeout () {\\n throw new Error('clearTimeout has not been defined');\\n}\\n(function () {\\n try {\\n if (typeof setTimeout === 'function') {\\n cachedSetTimeout = setTimeout;\\n } else {\\n cachedSetTimeout = defaultSetTimout;\\n }\\n } catch (e) {\\n cachedSetTimeout = defaultSetTimout;\\n }\\n try {\\n if (typeof clearTimeout === 'function') {\\n cachedClearTimeout = clearTimeout;\\n } else {\\n cachedClearTimeout = defaultClearTimeout;\\n }\\n } catch (e) {\\n cachedClearTimeout = defaultClearTimeout;\\n }\\n} ())\\nfunction runTimeout(fun) {\\n if (cachedSetTimeout === setTimeout) {\\n //normal enviroments in sane situations\\n return setTimeout(fun, 0);\\n }\\n // if setTimeout wasn't available but was latter defined\\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\\n cachedSetTimeout = setTimeout;\\n return setTimeout(fun, 0);\\n }\\n try {\\n // when when somebody has screwed with setTimeout but no I.E. maddness\\n return cachedSetTimeout(fun, 0);\\n } catch(e){\\n try {\\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\\n return cachedSetTimeout.call(null, fun, 0);\\n } catch(e){\\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\\n return cachedSetTimeout.call(this, fun, 0);\\n }\\n }\\n\\n\\n}\\nfunction runClearTimeout(marker) {\\n if (cachedClearTimeout === clearTimeout) {\\n //normal enviroments in sane situations\\n return clearTimeout(marker);\\n }\\n // if clearTimeout wasn't available but was latter defined\\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\\n cachedClearTimeout = clearTimeout;\\n return clearTimeout(marker);\\n }\\n try {\\n // when when somebody has screwed with setTimeout but no I.E. maddness\\n return cachedClearTimeout(marker);\\n } catch (e){\\n try {\\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\\n return cachedClearTimeout.call(null, marker);\\n } catch (e){\\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\\n return cachedClearTimeout.call(this, marker);\\n }\\n }\\n\\n\\n\\n}\\nvar queue = [];\\nvar draining = false;\\nvar currentQueue;\\nvar queueIndex = -1;\\n\\nfunction cleanUpNextTick() {\\n if (!draining || !currentQueue) {\\n return;\\n }\\n draining = false;\\n if (currentQueue.length) {\\n queue = currentQueue.concat(queue);\\n } else {\\n queueIndex = -1;\\n }\\n if (queue.length) {\\n drainQueue();\\n }\\n}\\n\\nfunction drainQueue() {\\n if (draining) {\\n return;\\n }\\n var timeout = runTimeout(cleanUpNextTick);\\n draining = true;\\n\\n var len = queue.length;\\n while(len) {\\n currentQueue = queue;\\n queue = [];\\n while (++queueIndex < len) {\\n if (currentQueue) {\\n currentQueue[queueIndex].run();\\n }\\n }\\n queueIndex = -1;\\n len = queue.length;\\n }\\n currentQueue = null;\\n draining = false;\\n runClearTimeout(timeout);\\n}\\n\\nprocess.nextTick = function (fun) {\\n var args = new Array(arguments.length - 1);\\n if (arguments.length > 1) {\\n for (var i = 1; i < arguments.length; i++) {\\n args[i - 1] = arguments[i];\\n }\\n }\\n queue.push(new Item(fun, args));\\n if (queue.length === 1 && !draining) {\\n runTimeout(drainQueue);\\n }\\n};\\n\\n// v8 likes predictible objects\\nfunction Item(fun, array) {\\n this.fun = fun;\\n this.array = array;\\n}\\nItem.prototype.run = function () {\\n this.fun.apply(null, this.array);\\n};\\nprocess.title = 'browser';\\nprocess.browser = true;\\nprocess.env = {};\\nprocess.argv = [];\\nprocess.version = ''; // empty string to avoid regexp issues\\nprocess.versions = {};\\n\\nfunction noop() {}\\n\\nprocess.on = noop;\\nprocess.addListener = noop;\\nprocess.once = noop;\\nprocess.off = noop;\\nprocess.removeListener = noop;\\nprocess.removeAllListeners = noop;\\nprocess.emit = noop;\\nprocess.prependListener = noop;\\nprocess.prependOnceListener = noop;\\n\\nprocess.listeners = function (name) { return [] }\\n\\nprocess.binding = function (name) {\\n throw new Error('process.binding is not supported');\\n};\\n\\nprocess.cwd = function () { return '/' };\\nprocess.chdir = function (dir) {\\n throw new Error('process.chdir is not supported');\\n};\\nprocess.umask = function() { return 0; };\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/process/browser.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/qs/lib/formats.js\":\n/*!****************************************!*\\\n !*** ./node_modules/qs/lib/formats.js ***!\n \\****************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar replace = String.prototype.replace;\\nvar percentTwenties = /%20/g;\\n\\nvar Format = {\\n RFC1738: 'RFC1738',\\n RFC3986: 'RFC3986'\\n};\\n\\nmodule.exports = {\\n 'default': Format.RFC3986,\\n formatters: {\\n RFC1738: function (value) {\\n return replace.call(value, percentTwenties, '+');\\n },\\n RFC3986: function (value) {\\n return String(value);\\n }\\n },\\n RFC1738: Format.RFC1738,\\n RFC3986: Format.RFC3986\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/qs/lib/formats.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/qs/lib/index.js\":\n/*!**************************************!*\\\n !*** ./node_modules/qs/lib/index.js ***!\n \\**************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar stringify = __webpack_require__(/*! ./stringify */ \\\"./node_modules/qs/lib/stringify.js\\\");\\nvar parse = __webpack_require__(/*! ./parse */ \\\"./node_modules/qs/lib/parse.js\\\");\\nvar formats = __webpack_require__(/*! ./formats */ \\\"./node_modules/qs/lib/formats.js\\\");\\n\\nmodule.exports = {\\n formats: formats,\\n parse: parse,\\n stringify: stringify\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/qs/lib/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/qs/lib/parse.js\":\n/*!**************************************!*\\\n !*** ./node_modules/qs/lib/parse.js ***!\n \\**************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./utils */ \\\"./node_modules/qs/lib/utils.js\\\");\\n\\nvar has = Object.prototype.hasOwnProperty;\\nvar isArray = Array.isArray;\\n\\nvar defaults = {\\n allowDots: false,\\n allowPrototypes: false,\\n allowSparse: false,\\n arrayLimit: 20,\\n charset: 'utf-8',\\n charsetSentinel: false,\\n comma: false,\\n decoder: utils.decode,\\n delimiter: '&',\\n depth: 5,\\n ignoreQueryPrefix: false,\\n interpretNumericEntities: false,\\n parameterLimit: 1000,\\n parseArrays: true,\\n plainObjects: false,\\n strictNullHandling: false\\n};\\n\\nvar interpretNumericEntities = function (str) {\\n return str.replace(/&#(\\\\d+);/g, function ($0, numberStr) {\\n return String.fromCharCode(parseInt(numberStr, 10));\\n });\\n};\\n\\nvar parseArrayValue = function (val, options) {\\n if (val && typeof val === 'string' && options.comma && val.indexOf(',') > -1) {\\n return val.split(',');\\n }\\n\\n return val;\\n};\\n\\n// This is what browsers will submit when the ✓ character occurs in an\\n// application/x-www-form-urlencoded body and the encoding of the page containing\\n// the form is iso-8859-1, or when the submitted form has an accept-charset\\n// attribute of iso-8859-1. Presumably also with other charsets that do not contain\\n// the ✓ character, such as us-ascii.\\nvar isoSentinel = 'utf8=%26%2310003%3B'; // encodeURIComponent('&#10003;')\\n\\n// These are the percent-encoded utf-8 octets representing a checkmark, indicating that the request actually is utf-8 encoded.\\nvar charsetSentinel = 'utf8=%E2%9C%93'; // encodeURIComponent('✓')\\n\\nvar parseValues = function parseQueryStringValues(str, options) {\\n var obj = {};\\n var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\\\\?/, '') : str;\\n var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;\\n var parts = cleanStr.split(options.delimiter, limit);\\n var skipIndex = -1; // Keep track of where the utf8 sentinel was found\\n var i;\\n\\n var charset = options.charset;\\n if (options.charsetSentinel) {\\n for (i = 0; i < parts.length; ++i) {\\n if (parts[i].indexOf('utf8=') === 0) {\\n if (parts[i] === charsetSentinel) {\\n charset = 'utf-8';\\n } else if (parts[i] === isoSentinel) {\\n charset = 'iso-8859-1';\\n }\\n skipIndex = i;\\n i = parts.length; // The eslint settings do not allow break;\\n }\\n }\\n }\\n\\n for (i = 0; i < parts.length; ++i) {\\n if (i === skipIndex) {\\n continue;\\n }\\n var part = parts[i];\\n\\n var bracketEqualsPos = part.indexOf(']=');\\n var pos = bracketEqualsPos === -1 ? part.indexOf('=') : bracketEqualsPos + 1;\\n\\n var key, val;\\n if (pos === -1) {\\n key = options.decoder(part, defaults.decoder, charset, 'key');\\n val = options.strictNullHandling ? null : '';\\n } else {\\n key = options.decoder(part.slice(0, pos), defaults.decoder, charset, 'key');\\n val = utils.maybeMap(\\n parseArrayValue(part.slice(pos + 1), options),\\n function (encodedVal) {\\n return options.decoder(encodedVal, defaults.decoder, charset, 'value');\\n }\\n );\\n }\\n\\n if (val && options.interpretNumericEntities && charset === 'iso-8859-1') {\\n val = interpretNumericEntities(val);\\n }\\n\\n if (part.indexOf('[]=') > -1) {\\n val = isArray(val) ? [val] : val;\\n }\\n\\n if (has.call(obj, key)) {\\n obj[key] = utils.combine(obj[key], val);\\n } else {\\n obj[key] = val;\\n }\\n }\\n\\n return obj;\\n};\\n\\nvar parseObject = function (chain, val, options, valuesParsed) {\\n var leaf = valuesParsed ? val : parseArrayValue(val, options);\\n\\n for (var i = chain.length - 1; i >= 0; --i) {\\n var obj;\\n var root = chain[i];\\n\\n if (root === '[]' && options.parseArrays) {\\n obj = [].concat(leaf);\\n } else {\\n obj = options.plainObjects ? Object.create(null) : {};\\n var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root;\\n var index = parseInt(cleanRoot, 10);\\n if (!options.parseArrays && cleanRoot === '') {\\n obj = { 0: leaf };\\n } else if (\\n !isNaN(index)\\n && root !== cleanRoot\\n && String(index) === cleanRoot\\n && index >= 0\\n && (options.parseArrays && index <= options.arrayLimit)\\n ) {\\n obj = [];\\n obj[index] = leaf;\\n } else {\\n obj[cleanRoot] = leaf;\\n }\\n }\\n\\n leaf = obj;\\n }\\n\\n return leaf;\\n};\\n\\nvar parseKeys = function parseQueryStringKeys(givenKey, val, options, valuesParsed) {\\n if (!givenKey) {\\n return;\\n }\\n\\n // Transform dot notation to bracket notation\\n var key = options.allowDots ? givenKey.replace(/\\\\.([^.[]+)/g, '[$1]') : givenKey;\\n\\n // The regex chunks\\n\\n var brackets = /(\\\\[[^[\\\\]]*])/;\\n var child = /(\\\\[[^[\\\\]]*])/g;\\n\\n // Get the parent\\n\\n var segment = options.depth > 0 && brackets.exec(key);\\n var parent = segment ? key.slice(0, segment.index) : key;\\n\\n // Stash the parent if it exists\\n\\n var keys = [];\\n if (parent) {\\n // If we aren't using plain objects, optionally prefix keys that would overwrite object prototype properties\\n if (!options.plainObjects && has.call(Object.prototype, parent)) {\\n if (!options.allowPrototypes) {\\n return;\\n }\\n }\\n\\n keys.push(parent);\\n }\\n\\n // Loop through children appending to the array until we hit depth\\n\\n var i = 0;\\n while (options.depth > 0 && (segment = child.exec(key)) !== null && i < options.depth) {\\n i += 1;\\n if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) {\\n if (!options.allowPrototypes) {\\n return;\\n }\\n }\\n keys.push(segment[1]);\\n }\\n\\n // If there's a remainder, just add whatever is left\\n\\n if (segment) {\\n keys.push('[' + key.slice(segment.index) + ']');\\n }\\n\\n return parseObject(keys, val, options, valuesParsed);\\n};\\n\\nvar normalizeParseOptions = function normalizeParseOptions(opts) {\\n if (!opts) {\\n return defaults;\\n }\\n\\n if (opts.decoder !== null && opts.decoder !== undefined && typeof opts.decoder !== 'function') {\\n throw new TypeError('Decoder has to be a function.');\\n }\\n\\n if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {\\n throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');\\n }\\n var charset = typeof opts.charset === 'undefined' ? defaults.charset : opts.charset;\\n\\n return {\\n allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,\\n allowPrototypes: typeof opts.allowPrototypes === 'boolean' ? opts.allowPrototypes : defaults.allowPrototypes,\\n allowSparse: typeof opts.allowSparse === 'boolean' ? opts.allowSparse : defaults.allowSparse,\\n arrayLimit: typeof opts.arrayLimit === 'number' ? opts.arrayLimit : defaults.arrayLimit,\\n charset: charset,\\n charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,\\n comma: typeof opts.comma === 'boolean' ? opts.comma : defaults.comma,\\n decoder: typeof opts.decoder === 'function' ? opts.decoder : defaults.decoder,\\n delimiter: typeof opts.delimiter === 'string' || utils.isRegExp(opts.delimiter) ? opts.delimiter : defaults.delimiter,\\n // eslint-disable-next-line no-implicit-coercion, no-extra-parens\\n depth: (typeof opts.depth === 'number' || opts.depth === false) ? +opts.depth : defaults.depth,\\n ignoreQueryPrefix: opts.ignoreQueryPrefix === true,\\n interpretNumericEntities: typeof opts.interpretNumericEntities === 'boolean' ? opts.interpretNumericEntities : defaults.interpretNumericEntities,\\n parameterLimit: typeof opts.parameterLimit === 'number' ? opts.parameterLimit : defaults.parameterLimit,\\n parseArrays: opts.parseArrays !== false,\\n plainObjects: typeof opts.plainObjects === 'boolean' ? opts.plainObjects : defaults.plainObjects,\\n strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling\\n };\\n};\\n\\nmodule.exports = function (str, opts) {\\n var options = normalizeParseOptions(opts);\\n\\n if (str === '' || str === null || typeof str === 'undefined') {\\n return options.plainObjects ? Object.create(null) : {};\\n }\\n\\n var tempObj = typeof str === 'string' ? parseValues(str, options) : str;\\n var obj = options.plainObjects ? Object.create(null) : {};\\n\\n // Iterate over the keys and setup the new object\\n\\n var keys = Object.keys(tempObj);\\n for (var i = 0; i < keys.length; ++i) {\\n var key = keys[i];\\n var newObj = parseKeys(key, tempObj[key], options, typeof str === 'string');\\n obj = utils.merge(obj, newObj, options);\\n }\\n\\n if (options.allowSparse === true) {\\n return obj;\\n }\\n\\n return utils.compact(obj);\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/qs/lib/parse.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/qs/lib/stringify.js\":\n/*!******************************************!*\\\n !*** ./node_modules/qs/lib/stringify.js ***!\n \\******************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar getSideChannel = __webpack_require__(/*! side-channel */ \\\"./node_modules/side-channel/index.js\\\");\\nvar utils = __webpack_require__(/*! ./utils */ \\\"./node_modules/qs/lib/utils.js\\\");\\nvar formats = __webpack_require__(/*! ./formats */ \\\"./node_modules/qs/lib/formats.js\\\");\\nvar has = Object.prototype.hasOwnProperty;\\n\\nvar arrayPrefixGenerators = {\\n brackets: function brackets(prefix) {\\n return prefix + '[]';\\n },\\n comma: 'comma',\\n indices: function indices(prefix, key) {\\n return prefix + '[' + key + ']';\\n },\\n repeat: function repeat(prefix) {\\n return prefix;\\n }\\n};\\n\\nvar isArray = Array.isArray;\\nvar push = Array.prototype.push;\\nvar pushToArray = function (arr, valueOrArray) {\\n push.apply(arr, isArray(valueOrArray) ? valueOrArray : [valueOrArray]);\\n};\\n\\nvar toISO = Date.prototype.toISOString;\\n\\nvar defaultFormat = formats['default'];\\nvar defaults = {\\n addQueryPrefix: false,\\n allowDots: false,\\n charset: 'utf-8',\\n charsetSentinel: false,\\n delimiter: '&',\\n encode: true,\\n encoder: utils.encode,\\n encodeValuesOnly: false,\\n format: defaultFormat,\\n formatter: formats.formatters[defaultFormat],\\n // deprecated\\n indices: false,\\n serializeDate: function serializeDate(date) {\\n return toISO.call(date);\\n },\\n skipNulls: false,\\n strictNullHandling: false\\n};\\n\\nvar isNonNullishPrimitive = function isNonNullishPrimitive(v) {\\n return typeof v === 'string'\\n || typeof v === 'number'\\n || typeof v === 'boolean'\\n || typeof v === 'symbol'\\n || typeof v === 'bigint';\\n};\\n\\nvar stringify = function stringify(\\n object,\\n prefix,\\n generateArrayPrefix,\\n strictNullHandling,\\n skipNulls,\\n encoder,\\n filter,\\n sort,\\n allowDots,\\n serializeDate,\\n format,\\n formatter,\\n encodeValuesOnly,\\n charset,\\n sideChannel\\n) {\\n var obj = object;\\n\\n if (sideChannel.has(object)) {\\n throw new RangeError('Cyclic object value');\\n }\\n\\n if (typeof filter === 'function') {\\n obj = filter(prefix, obj);\\n } else if (obj instanceof Date) {\\n obj = serializeDate(obj);\\n } else if (generateArrayPrefix === 'comma' && isArray(obj)) {\\n obj = utils.maybeMap(obj, function (value) {\\n if (value instanceof Date) {\\n return serializeDate(value);\\n }\\n return value;\\n });\\n }\\n\\n if (obj === null) {\\n if (strictNullHandling) {\\n return encoder && !encodeValuesOnly ? encoder(prefix, defaults.encoder, charset, 'key', format) : prefix;\\n }\\n\\n obj = '';\\n }\\n\\n if (isNonNullishPrimitive(obj) || utils.isBuffer(obj)) {\\n if (encoder) {\\n var keyValue = encodeValuesOnly ? prefix : encoder(prefix, defaults.encoder, charset, 'key', format);\\n return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder, charset, 'value', format))];\\n }\\n return [formatter(prefix) + '=' + formatter(String(obj))];\\n }\\n\\n var values = [];\\n\\n if (typeof obj === 'undefined') {\\n return values;\\n }\\n\\n var objKeys;\\n if (generateArrayPrefix === 'comma' && isArray(obj)) {\\n // we need to join elements in\\n objKeys = [{ value: obj.length > 0 ? obj.join(',') || null : undefined }];\\n } else if (isArray(filter)) {\\n objKeys = filter;\\n } else {\\n var keys = Object.keys(obj);\\n objKeys = sort ? keys.sort(sort) : keys;\\n }\\n\\n for (var i = 0; i < objKeys.length; ++i) {\\n var key = objKeys[i];\\n var value = typeof key === 'object' && key.value !== undefined ? key.value : obj[key];\\n\\n if (skipNulls && value === null) {\\n continue;\\n }\\n\\n var keyPrefix = isArray(obj)\\n ? typeof generateArrayPrefix === 'function' ? generateArrayPrefix(prefix, key) : prefix\\n : prefix + (allowDots ? '.' + key : '[' + key + ']');\\n\\n sideChannel.set(object, true);\\n var valueSideChannel = getSideChannel();\\n pushToArray(values, stringify(\\n value,\\n keyPrefix,\\n generateArrayPrefix,\\n strictNullHandling,\\n skipNulls,\\n encoder,\\n filter,\\n sort,\\n allowDots,\\n serializeDate,\\n format,\\n formatter,\\n encodeValuesOnly,\\n charset,\\n valueSideChannel\\n ));\\n }\\n\\n return values;\\n};\\n\\nvar normalizeStringifyOptions = function normalizeStringifyOptions(opts) {\\n if (!opts) {\\n return defaults;\\n }\\n\\n if (opts.encoder !== null && opts.encoder !== undefined && typeof opts.encoder !== 'function') {\\n throw new TypeError('Encoder has to be a function.');\\n }\\n\\n var charset = opts.charset || defaults.charset;\\n if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {\\n throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');\\n }\\n\\n var format = formats['default'];\\n if (typeof opts.format !== 'undefined') {\\n if (!has.call(formats.formatters, opts.format)) {\\n throw new TypeError('Unknown format option provided.');\\n }\\n format = opts.format;\\n }\\n var formatter = formats.formatters[format];\\n\\n var filter = defaults.filter;\\n if (typeof opts.filter === 'function' || isArray(opts.filter)) {\\n filter = opts.filter;\\n }\\n\\n return {\\n addQueryPrefix: typeof opts.addQueryPrefix === 'boolean' ? opts.addQueryPrefix : defaults.addQueryPrefix,\\n allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,\\n charset: charset,\\n charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,\\n delimiter: typeof opts.delimiter === 'undefined' ? defaults.delimiter : opts.delimiter,\\n encode: typeof opts.encode === 'boolean' ? opts.encode : defaults.encode,\\n encoder: typeof opts.encoder === 'function' ? opts.encoder : defaults.encoder,\\n encodeValuesOnly: typeof opts.encodeValuesOnly === 'boolean' ? opts.encodeValuesOnly : defaults.encodeValuesOnly,\\n filter: filter,\\n format: format,\\n formatter: formatter,\\n serializeDate: typeof opts.serializeDate === 'function' ? opts.serializeDate : defaults.serializeDate,\\n skipNulls: typeof opts.skipNulls === 'boolean' ? opts.skipNulls : defaults.skipNulls,\\n sort: typeof opts.sort === 'function' ? opts.sort : null,\\n strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling\\n };\\n};\\n\\nmodule.exports = function (object, opts) {\\n var obj = object;\\n var options = normalizeStringifyOptions(opts);\\n\\n var objKeys;\\n var filter;\\n\\n if (typeof options.filter === 'function') {\\n filter = options.filter;\\n obj = filter('', obj);\\n } else if (isArray(options.filter)) {\\n filter = options.filter;\\n objKeys = filter;\\n }\\n\\n var keys = [];\\n\\n if (typeof obj !== 'object' || obj === null) {\\n return '';\\n }\\n\\n var arrayFormat;\\n if (opts && opts.arrayFormat in arrayPrefixGenerators) {\\n arrayFormat = opts.arrayFormat;\\n } else if (opts && 'indices' in opts) {\\n arrayFormat = opts.indices ? 'indices' : 'repeat';\\n } else {\\n arrayFormat = 'indices';\\n }\\n\\n var generateArrayPrefix = arrayPrefixGenerators[arrayFormat];\\n\\n if (!objKeys) {\\n objKeys = Object.keys(obj);\\n }\\n\\n if (options.sort) {\\n objKeys.sort(options.sort);\\n }\\n\\n var sideChannel = getSideChannel();\\n for (var i = 0; i < objKeys.length; ++i) {\\n var key = objKeys[i];\\n\\n if (options.skipNulls && obj[key] === null) {\\n continue;\\n }\\n pushToArray(keys, stringify(\\n obj[key],\\n key,\\n generateArrayPrefix,\\n options.strictNullHandling,\\n options.skipNulls,\\n options.encode ? options.encoder : null,\\n options.filter,\\n options.sort,\\n options.allowDots,\\n options.serializeDate,\\n options.format,\\n options.formatter,\\n options.encodeValuesOnly,\\n options.charset,\\n sideChannel\\n ));\\n }\\n\\n var joined = keys.join(options.delimiter);\\n var prefix = options.addQueryPrefix === true ? '?' : '';\\n\\n if (options.charsetSentinel) {\\n if (options.charset === 'iso-8859-1') {\\n // encodeURIComponent('&#10003;'), the \\\"numeric entity\\\" representation of a checkmark\\n prefix += 'utf8=%26%2310003%3B&';\\n } else {\\n // encodeURIComponent('✓')\\n prefix += 'utf8=%E2%9C%93&';\\n }\\n }\\n\\n return joined.length > 0 ? prefix + joined : '';\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/qs/lib/stringify.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/qs/lib/utils.js\":\n/*!**************************************!*\\\n !*** ./node_modules/qs/lib/utils.js ***!\n \\**************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar formats = __webpack_require__(/*! ./formats */ \\\"./node_modules/qs/lib/formats.js\\\");\\n\\nvar has = Object.prototype.hasOwnProperty;\\nvar isArray = Array.isArray;\\n\\nvar hexTable = (function () {\\n var array = [];\\n for (var i = 0; i < 256; ++i) {\\n array.push('%' + ((i < 16 ? '0' : '') + i.toString(16)).toUpperCase());\\n }\\n\\n return array;\\n}());\\n\\nvar compactQueue = function compactQueue(queue) {\\n while (queue.length > 1) {\\n var item = queue.pop();\\n var obj = item.obj[item.prop];\\n\\n if (isArray(obj)) {\\n var compacted = [];\\n\\n for (var j = 0; j < obj.length; ++j) {\\n if (typeof obj[j] !== 'undefined') {\\n compacted.push(obj[j]);\\n }\\n }\\n\\n item.obj[item.prop] = compacted;\\n }\\n }\\n};\\n\\nvar arrayToObject = function arrayToObject(source, options) {\\n var obj = options && options.plainObjects ? Object.create(null) : {};\\n for (var i = 0; i < source.length; ++i) {\\n if (typeof source[i] !== 'undefined') {\\n obj[i] = source[i];\\n }\\n }\\n\\n return obj;\\n};\\n\\nvar merge = function merge(target, source, options) {\\n /* eslint no-param-reassign: 0 */\\n if (!source) {\\n return target;\\n }\\n\\n if (typeof source !== 'object') {\\n if (isArray(target)) {\\n target.push(source);\\n } else if (target && typeof target === 'object') {\\n if ((options && (options.plainObjects || options.allowPrototypes)) || !has.call(Object.prototype, source)) {\\n target[source] = true;\\n }\\n } else {\\n return [target, source];\\n }\\n\\n return target;\\n }\\n\\n if (!target || typeof target !== 'object') {\\n return [target].concat(source);\\n }\\n\\n var mergeTarget = target;\\n if (isArray(target) && !isArray(source)) {\\n mergeTarget = arrayToObject(target, options);\\n }\\n\\n if (isArray(target) && isArray(source)) {\\n source.forEach(function (item, i) {\\n if (has.call(target, i)) {\\n var targetItem = target[i];\\n if (targetItem && typeof targetItem === 'object' && item && typeof item === 'object') {\\n target[i] = merge(targetItem, item, options);\\n } else {\\n target.push(item);\\n }\\n } else {\\n target[i] = item;\\n }\\n });\\n return target;\\n }\\n\\n return Object.keys(source).reduce(function (acc, key) {\\n var value = source[key];\\n\\n if (has.call(acc, key)) {\\n acc[key] = merge(acc[key], value, options);\\n } else {\\n acc[key] = value;\\n }\\n return acc;\\n }, mergeTarget);\\n};\\n\\nvar assign = function assignSingleSource(target, source) {\\n return Object.keys(source).reduce(function (acc, key) {\\n acc[key] = source[key];\\n return acc;\\n }, target);\\n};\\n\\nvar decode = function (str, decoder, charset) {\\n var strWithoutPlus = str.replace(/\\\\+/g, ' ');\\n if (charset === 'iso-8859-1') {\\n // unescape never throws, no try...catch needed:\\n return strWithoutPlus.replace(/%[0-9a-f]{2}/gi, unescape);\\n }\\n // utf-8\\n try {\\n return decodeURIComponent(strWithoutPlus);\\n } catch (e) {\\n return strWithoutPlus;\\n }\\n};\\n\\nvar encode = function encode(str, defaultEncoder, charset, kind, format) {\\n // This code was originally written by Brian White (mscdex) for the io.js core querystring library.\\n // It has been adapted here for stricter adherence to RFC 3986\\n if (str.length === 0) {\\n return str;\\n }\\n\\n var string = str;\\n if (typeof str === 'symbol') {\\n string = Symbol.prototype.toString.call(str);\\n } else if (typeof str !== 'string') {\\n string = String(str);\\n }\\n\\n if (charset === 'iso-8859-1') {\\n return escape(string).replace(/%u[0-9a-f]{4}/gi, function ($0) {\\n return '%26%23' + parseInt($0.slice(2), 16) + '%3B';\\n });\\n }\\n\\n var out = '';\\n for (var i = 0; i < string.length; ++i) {\\n var c = string.charCodeAt(i);\\n\\n if (\\n c === 0x2D // -\\n || c === 0x2E // .\\n || c === 0x5F // _\\n || c === 0x7E // ~\\n || (c >= 0x30 && c <= 0x39) // 0-9\\n || (c >= 0x41 && c <= 0x5A) // a-z\\n || (c >= 0x61 && c <= 0x7A) // A-Z\\n || (format === formats.RFC1738 && (c === 0x28 || c === 0x29)) // ( )\\n ) {\\n out += string.charAt(i);\\n continue;\\n }\\n\\n if (c < 0x80) {\\n out = out + hexTable[c];\\n continue;\\n }\\n\\n if (c < 0x800) {\\n out = out + (hexTable[0xC0 | (c >> 6)] + hexTable[0x80 | (c & 0x3F)]);\\n continue;\\n }\\n\\n if (c < 0xD800 || c >= 0xE000) {\\n out = out + (hexTable[0xE0 | (c >> 12)] + hexTable[0x80 | ((c >> 6) & 0x3F)] + hexTable[0x80 | (c & 0x3F)]);\\n continue;\\n }\\n\\n i += 1;\\n c = 0x10000 + (((c & 0x3FF) << 10) | (string.charCodeAt(i) & 0x3FF));\\n out += hexTable[0xF0 | (c >> 18)]\\n + hexTable[0x80 | ((c >> 12) & 0x3F)]\\n + hexTable[0x80 | ((c >> 6) & 0x3F)]\\n + hexTable[0x80 | (c & 0x3F)];\\n }\\n\\n return out;\\n};\\n\\nvar compact = function compact(value) {\\n var queue = [{ obj: { o: value }, prop: 'o' }];\\n var refs = [];\\n\\n for (var i = 0; i < queue.length; ++i) {\\n var item = queue[i];\\n var obj = item.obj[item.prop];\\n\\n var keys = Object.keys(obj);\\n for (var j = 0; j < keys.length; ++j) {\\n var key = keys[j];\\n var val = obj[key];\\n if (typeof val === 'object' && val !== null && refs.indexOf(val) === -1) {\\n queue.push({ obj: obj, prop: key });\\n refs.push(val);\\n }\\n }\\n }\\n\\n compactQueue(queue);\\n\\n return value;\\n};\\n\\nvar isRegExp = function isRegExp(obj) {\\n return Object.prototype.toString.call(obj) === '[object RegExp]';\\n};\\n\\nvar isBuffer = function isBuffer(obj) {\\n if (!obj || typeof obj !== 'object') {\\n return false;\\n }\\n\\n return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj));\\n};\\n\\nvar combine = function combine(a, b) {\\n return [].concat(a, b);\\n};\\n\\nvar maybeMap = function maybeMap(val, fn) {\\n if (isArray(val)) {\\n var mapped = [];\\n for (var i = 0; i < val.length; i += 1) {\\n mapped.push(fn(val[i]));\\n }\\n return mapped;\\n }\\n return fn(val);\\n};\\n\\nmodule.exports = {\\n arrayToObject: arrayToObject,\\n assign: assign,\\n combine: combine,\\n compact: compact,\\n decode: decode,\\n encode: encode,\\n isBuffer: isBuffer,\\n isRegExp: isRegExp,\\n maybeMap: maybeMap,\\n merge: merge\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/qs/lib/utils.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/side-channel/index.js\":\n/*!********************************************!*\\\n !*** ./node_modules/side-channel/index.js ***!\n \\********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar GetIntrinsic = __webpack_require__(/*! get-intrinsic */ \\\"./node_modules/get-intrinsic/index.js\\\");\\nvar callBound = __webpack_require__(/*! call-bind/callBound */ \\\"./node_modules/call-bind/callBound.js\\\");\\nvar inspect = __webpack_require__(/*! object-inspect */ \\\"./node_modules/object-inspect/index.js\\\");\\n\\nvar $TypeError = GetIntrinsic('%TypeError%');\\nvar $WeakMap = GetIntrinsic('%WeakMap%', true);\\nvar $Map = GetIntrinsic('%Map%', true);\\n\\nvar $weakMapGet = callBound('WeakMap.prototype.get', true);\\nvar $weakMapSet = callBound('WeakMap.prototype.set', true);\\nvar $weakMapHas = callBound('WeakMap.prototype.has', true);\\nvar $mapGet = callBound('Map.prototype.get', true);\\nvar $mapSet = callBound('Map.prototype.set', true);\\nvar $mapHas = callBound('Map.prototype.has', true);\\n\\n/*\\n * This function traverses the list returning the node corresponding to the\\n * given key.\\n *\\n * That node is also moved to the head of the list, so that if it's accessed\\n * again we don't need to traverse the whole list. By doing so, all the recently\\n * used nodes can be accessed relatively quickly.\\n */\\nvar listGetNode = function (list, key) { // eslint-disable-line consistent-return\\n\\tfor (var prev = list, curr; (curr = prev.next) !== null; prev = curr) {\\n\\t\\tif (curr.key === key) {\\n\\t\\t\\tprev.next = curr.next;\\n\\t\\t\\tcurr.next = list.next;\\n\\t\\t\\tlist.next = curr; // eslint-disable-line no-param-reassign\\n\\t\\t\\treturn curr;\\n\\t\\t}\\n\\t}\\n};\\n\\nvar listGet = function (objects, key) {\\n\\tvar node = listGetNode(objects, key);\\n\\treturn node && node.value;\\n};\\nvar listSet = function (objects, key, value) {\\n\\tvar node = listGetNode(objects, key);\\n\\tif (node) {\\n\\t\\tnode.value = value;\\n\\t} else {\\n\\t\\t// Prepend the new node to the beginning of the list\\n\\t\\tobjects.next = { // eslint-disable-line no-param-reassign\\n\\t\\t\\tkey: key,\\n\\t\\t\\tnext: objects.next,\\n\\t\\t\\tvalue: value\\n\\t\\t};\\n\\t}\\n};\\nvar listHas = function (objects, key) {\\n\\treturn !!listGetNode(objects, key);\\n};\\n\\nmodule.exports = function getSideChannel() {\\n\\tvar $wm;\\n\\tvar $m;\\n\\tvar $o;\\n\\tvar channel = {\\n\\t\\tassert: function (key) {\\n\\t\\t\\tif (!channel.has(key)) {\\n\\t\\t\\t\\tthrow new $TypeError('Side channel does not contain ' + inspect(key));\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\tget: function (key) { // eslint-disable-line consistent-return\\n\\t\\t\\tif ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {\\n\\t\\t\\t\\tif ($wm) {\\n\\t\\t\\t\\t\\treturn $weakMapGet($wm, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else if ($Map) {\\n\\t\\t\\t\\tif ($m) {\\n\\t\\t\\t\\t\\treturn $mapGet($m, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif ($o) { // eslint-disable-line no-lonely-if\\n\\t\\t\\t\\t\\treturn listGet($o, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\thas: function (key) {\\n\\t\\t\\tif ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {\\n\\t\\t\\t\\tif ($wm) {\\n\\t\\t\\t\\t\\treturn $weakMapHas($wm, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else if ($Map) {\\n\\t\\t\\t\\tif ($m) {\\n\\t\\t\\t\\t\\treturn $mapHas($m, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif ($o) { // eslint-disable-line no-lonely-if\\n\\t\\t\\t\\t\\treturn listHas($o, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\treturn false;\\n\\t\\t},\\n\\t\\tset: function (key, value) {\\n\\t\\t\\tif ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {\\n\\t\\t\\t\\tif (!$wm) {\\n\\t\\t\\t\\t\\t$wm = new $WeakMap();\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t$weakMapSet($wm, key, value);\\n\\t\\t\\t} else if ($Map) {\\n\\t\\t\\t\\tif (!$m) {\\n\\t\\t\\t\\t\\t$m = new $Map();\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t$mapSet($m, key, value);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif (!$o) {\\n\\t\\t\\t\\t\\t/*\\n\\t\\t\\t\\t\\t * Initialize the linked list as an empty node, so that we don't have\\n\\t\\t\\t\\t\\t * to special-case handling of the first node: we can always refer to\\n\\t\\t\\t\\t\\t * it as (previous node).next, instead of something like (list).head\\n\\t\\t\\t\\t\\t */\\n\\t\\t\\t\\t\\t$o = { key: {}, next: null };\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tlistSet($o, key, value);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t};\\n\\treturn channel;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/side-channel/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/webpack/buildin/global.js\":\n/*!***********************************!*\\\n !*** (webpack)/buildin/global.js ***!\n \\***********************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"var g;\\n\\n// This works in non-strict mode\\ng = (function() {\\n\\treturn this;\\n})();\\n\\ntry {\\n\\t// This works if eval is allowed (see CSP)\\n\\tg = g || new Function(\\\"return this\\\")();\\n} catch (e) {\\n\\t// This works if the window reference is available\\n\\tif (typeof window === \\\"object\\\") g = window;\\n}\\n\\n// g can still be undefined, but nothing to do about it...\\n// We return undefined, instead of nothing here, so it's\\n// easier to handle this case. if(!global) { ...}\\n\\nmodule.exports = g;\\n\\n\\n//# sourceURL=webpack://SerpREST/(webpack)/buildin/global.js?\");\n\n/***/ }),\n\n/***/ \"./src/base/api.ts\":\n/*!*************************!*\\\n !*** ./src/base/api.ts ***!\n \\*************************/\n/*! exports provided: Api */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Api\\\", function() { return Api; });\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nvar Api = function Api(settings) {\\n _classCallCheck(this, Api);\\n\\n _defineProperty(this, \\\"httpClient\\\", void 0);\\n\\n this.httpClient = settings.httpClient;\\n};\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/base/api.ts?\");\n\n/***/ }),\n\n/***/ \"./src/base/auth-api.ts\":\n/*!******************************!*\\\n !*** ./src/base/auth-api.ts ***!\n \\******************************/\n/*! exports provided: AuthApi */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"AuthApi\\\", function() { return AuthApi; });\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nvar AuthApi = /*#__PURE__*/function () {\\n function AuthApi(settings) {\\n _classCallCheck(this, AuthApi);\\n\\n _defineProperty(this, \\\"httpClient\\\", void 0);\\n\\n _defineProperty(this, \\\"authURL\\\", void 0);\\n\\n this.httpClient = settings.httpClient;\\n this.authURL = settings.authURL;\\n }\\n\\n _createClass(AuthApi, [{\\n key: \\\"setAuthURL\\\",\\n value: function setAuthURL(url) {\\n this.authURL = url;\\n }\\n }]);\\n\\n return AuthApi;\\n}();\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/base/auth-api.ts?\");\n\n/***/ }),\n\n/***/ \"./src/constants/index.js\":\n/*!********************************!*\\\n !*** ./src/constants/index.js ***!\n \\********************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"const apiVersions = [1];\\r\\n\\r\\nconst apiEndpoints = {\\r\\n v1: {\\r\\n base: \\\"https://api.serptech.ru/v1/\\\",\\r\\n auth: \\\"https://iam.serptech.ru/v1/\\\",\\r\\n },\\r\\n};\\r\\n\\r\\nmodule.exports = {\\r\\n apiVersions,\\r\\n apiEndpoints,\\r\\n};\\r\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/constants/index.js?\");\n\n/***/ }),\n\n/***/ \"./src/http-client.ts\":\n/*!****************************!*\\\n !*** ./src/http-client.ts ***!\n \\****************************/\n/*! exports provided: createHttpClient */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"createHttpClient\\\", function() { return createHttpClient; });\\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils */ \\\"./src/utils/index.ts\\\");\\n/* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! qs */ \\\"./node_modules/qs/lib/index.js\\\");\\n/* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_1__);\\n/* harmony import */ var object_sizeof__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! object-sizeof */ \\\"./node_modules/object-sizeof/index.js\\\");\\n/* harmony import */ var object_sizeof__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(object_sizeof__WEBPACK_IMPORTED_MODULE_2__);\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\n\\n\\n\\nfunction getPayloadSize(payload) {\\n if (payload instanceof FormData) {\\n return Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"getFormDataSize\\\"])(payload);\\n } else {\\n return object_sizeof__WEBPACK_IMPORTED_MODULE_2___default()(payload);\\n }\\n}\\n\\nvar payloadIsTooLargeError = new Error(\\\"Payload is too large\\\"); // 6mb\\n\\nvar MAX_PAYLOAD_SIZE = 6291456;\\n\\nfunction prepareUrlParams(params) {\\n var paramsWithValues = Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"])(params);\\n\\n if (Object.prototype.hasOwnProperty.call(params, \\\"q\\\")) {\\n if (params.q === \\\"\\\") {\\n delete paramsWithValues.q;\\n }\\n }\\n\\n return !Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"isEmpty\\\"])(paramsWithValues) ? paramsWithValues : {};\\n}\\n\\nfunction createHttpClient(_ref) {\\n var client = _ref.client;\\n return /*#__PURE__*/function () {\\n function HttpClient(_ref2) {\\n var baseURL = _ref2.baseURL,\\n token = _ref2.token;\\n\\n _classCallCheck(this, HttpClient);\\n\\n _defineProperty(this, \\\"client\\\", void 0);\\n\\n Object.assign(this, {\\n baseURL: baseURL,\\n token: token\\n });\\n var headers = {\\n \\\"Content-Type\\\": \\\"application/json\\\"\\n };\\n\\n if (token) {\\n headers.token = \\\"Token \\\".concat(token);\\n }\\n\\n this.client = client.create({\\n baseURL: baseURL,\\n headers: headers,\\n paramsSerializer: function paramsSerializer(params) {\\n return qs__WEBPACK_IMPORTED_MODULE_1___default.a.stringify(params, {\\n arrayFormat: \\\"comma\\\"\\n });\\n }\\n });\\n }\\n\\n _createClass(HttpClient, [{\\n key: \\\"setToken\\\",\\n value: function setToken(token) {\\n if (token && this.client.defaults.headers) {\\n this.client.defaults.headers[\\\"Authorization\\\"] = \\\"Token \\\".concat(token);\\n }\\n }\\n }, {\\n key: \\\"deleteToken\\\",\\n value: function deleteToken() {\\n if (this.client.defaults.headers) {\\n delete this.client.defaults.headers[\\\"Authorization\\\"];\\n }\\n }\\n }, {\\n key: \\\"setBaseURL\\\",\\n value: function setBaseURL(baseURL) {\\n if (baseURL) {\\n this.client.defaults.baseURL = baseURL;\\n }\\n }\\n }, {\\n key: \\\"post\\\",\\n value: function post(url, data) {\\n var preparedData = data;\\n\\n if (data && !(data instanceof FormData)) {\\n preparedData = Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"])(data);\\n }\\n\\n if (data && getPayloadSize(data) >= MAX_PAYLOAD_SIZE) {\\n return Promise.reject(payloadIsTooLargeError);\\n }\\n\\n if (preparedData) {\\n return this.client.post(url, preparedData).then(function (_ref3) {\\n var data = _ref3.data;\\n return data;\\n });\\n } else {\\n return this.client.post(url).then(function (_ref4) {\\n var data = _ref4.data;\\n return data;\\n });\\n }\\n }\\n }, {\\n key: \\\"get\\\",\\n value: function get(url, params) {\\n var config = {};\\n\\n if (params) {\\n config.params = prepareUrlParams(params);\\n }\\n\\n if (!Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"isEmpty\\\"])(config)) {\\n return this.client.get(url, config).then(function (_ref5) {\\n var data = _ref5.data;\\n return data;\\n });\\n } else {\\n return this.client.get(url).then(function (_ref6) {\\n var data = _ref6.data;\\n return data;\\n });\\n }\\n }\\n }, {\\n key: \\\"put\\\",\\n value: function put(url, data) {\\n var preparedData = data;\\n\\n if (data && !(data instanceof FormData)) {\\n preparedData = Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"])(data);\\n }\\n\\n if (data && getPayloadSize(data) >= MAX_PAYLOAD_SIZE) {\\n return Promise.reject(payloadIsTooLargeError);\\n }\\n\\n return this.client.put(url, preparedData).then(function (_ref7) {\\n var data = _ref7.data;\\n return data;\\n });\\n }\\n }, {\\n key: \\\"delete\\\",\\n value: function _delete(url, params, data) {\\n var config = {};\\n\\n if (params) {\\n config.params = prepareUrlParams(params);\\n }\\n\\n var preparedData = data;\\n\\n if (data && !(data instanceof FormData)) {\\n preparedData = Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"])(data);\\n }\\n\\n if (preparedData) {\\n config.data = preparedData;\\n }\\n\\n if (data && getPayloadSize(data) >= MAX_PAYLOAD_SIZE) {\\n return Promise.reject(payloadIsTooLargeError);\\n }\\n\\n if (!Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"isEmpty\\\"])(config)) {\\n return this.client.delete(url, config).then(function (_ref8) {\\n var data = _ref8.data;\\n return data;\\n });\\n } else {\\n return this.client.delete(url).then(function (_ref9) {\\n var data = _ref9.data;\\n return data;\\n });\\n }\\n }\\n }]);\\n\\n return HttpClient;\\n }();\\n}\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/http-client.ts?\");\n\n/***/ }),\n\n/***/ \"./src/index.ts\":\n/*!**********************!*\\\n !*** ./src/index.ts ***!\n \\**********************/\n/*! exports provided: createSerpRestApi */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony import */ var _serp_rest_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./serp-rest-api */ \\\"./src/serp-rest-api/index.ts\\\");\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"createSerpRestApi\\\", function() { return _serp_rest_api__WEBPACK_IMPORTED_MODULE_0__[\\\"createSerpRestApi\\\"]; });\\n\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/api-facade/base.ts\":\n/*!**********************************************!*\\\n !*** ./src/serp-rest-api/api-facade/base.ts ***!\n \\**********************************************/\n/*! exports provided: ApiFacade */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"ApiFacade\\\", function() { return ApiFacade; });\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nvar ApiFacade = /*#__PURE__*/function () {\\n function ApiFacade(_ref) {\\n var httpClient = _ref.httpClient,\\n auth = _ref.auth;\\n\\n _classCallCheck(this, ApiFacade);\\n\\n _defineProperty(this, \\\"httpClient\\\", void 0);\\n\\n _defineProperty(this, \\\"auth\\\", void 0);\\n\\n this.httpClient = httpClient;\\n this.auth = auth;\\n }\\n\\n _createClass(ApiFacade, [{\\n key: \\\"init\\\",\\n value: function init(username, password) {\\n var _this = this;\\n\\n return this.auth.login(username, password).then(function (body) {\\n var token = body.token;\\n\\n _this.setToken(token.key);\\n\\n return body;\\n });\\n }\\n }, {\\n key: \\\"setToken\\\",\\n value: function setToken(token) {\\n this.httpClient.setToken(token);\\n }\\n }, {\\n key: \\\"deleteToken\\\",\\n value: function deleteToken() {\\n this.httpClient.deleteToken();\\n }\\n }, {\\n key: \\\"setEndpoint\\\",\\n value: function setEndpoint(endpoint) {\\n if (!endpoint) return;\\n this.httpClient.setBaseURL(endpoint.base);\\n this.auth.setAuthURL(endpoint.auth);\\n }\\n }]);\\n\\n return ApiFacade;\\n}();\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/api-facade/base.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/api-facade/v1/index.ts\":\n/*!**************************************************!*\\\n !*** ./src/serp-rest-api/api-facade/v1/index.ts ***!\n \\**************************************************/\n/*! exports provided: ApiFacadeV1 */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"ApiFacadeV1\\\", function() { return ApiFacadeV1; });\\n/* harmony import */ var _base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../base */ \\\"./src/serp-rest-api/api-facade/base.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _get(target, property, receiver) { if (typeof Reflect !== \\\"undefined\\\" && Reflect.get) { _get = Reflect.get; } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(receiver); } return desc.value; }; } return _get(target, property, receiver || target); }\\n\\nfunction _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar ApiFacadeV1 = /*#__PURE__*/function (_ApiFacade) {\\n _inherits(ApiFacadeV1, _ApiFacade);\\n\\n var _super = _createSuper(ApiFacadeV1);\\n\\n function ApiFacadeV1(_ref) {\\n var _this;\\n\\n var httpClient = _ref.httpClient,\\n auth = _ref.auth,\\n tokens = _ref.tokens,\\n spaces = _ref.spaces,\\n licenses = _ref.licenses,\\n notifications = _ref.notifications,\\n entries = _ref.entries,\\n persons = _ref.persons,\\n sources = _ref.sources,\\n utilities = _ref.utilities,\\n personsGroups = _ref.personsGroups,\\n thresholds = _ref.thresholds,\\n streamTokens = _ref.streamTokens;\\n\\n _classCallCheck(this, ApiFacadeV1);\\n\\n _this = _super.call(this, {\\n auth: auth,\\n httpClient: httpClient\\n });\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"tokens\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"spaces\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"licenses\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"notifications\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"entries\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"persons\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"sources\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"utilities\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"personsGroups\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"thresholds\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"streamTokens\\\", void 0);\\n\\n _this.tokens = tokens;\\n _this.spaces = spaces;\\n _this.licenses = licenses;\\n _this.notifications = notifications;\\n _this.entries = entries;\\n _this.persons = persons;\\n _this.sources = sources;\\n _this.utilities = utilities;\\n _this.personsGroups = personsGroups;\\n _this.thresholds = thresholds;\\n _this.streamTokens = streamTokens;\\n return _this;\\n }\\n\\n _createClass(ApiFacadeV1, [{\\n key: \\\"setEndpoint\\\",\\n value: function setEndpoint(endpoint) {\\n _get(_getPrototypeOf(ApiFacadeV1.prototype), \\\"setEndpoint\\\", this).call(this, endpoint);\\n\\n this.tokens.setAuthURL(endpoint.auth);\\n this.spaces.setAuthURL(endpoint.auth);\\n this.licenses.setAuthURL(endpoint.auth);\\n }\\n }]);\\n\\n return ApiFacadeV1;\\n}(_base__WEBPACK_IMPORTED_MODULE_0__[\\\"ApiFacade\\\"]);\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/api-facade/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/auth/v1/index.ts\":\n/*!*****************************************************!*\\\n !*** ./src/serp-rest-api/features/auth/v1/index.ts ***!\n \\*****************************************************/\n/*! exports provided: Auth */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Auth\\\", function() { return Auth; });\\n/* harmony import */ var _base_auth_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/auth-api */ \\\"./src/base/auth-api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\n\\n\\nvar Auth = /*#__PURE__*/function (_AuthApi) {\\n _inherits(Auth, _AuthApi);\\n\\n var _super = _createSuper(Auth);\\n\\n function Auth(settings) {\\n var _this;\\n\\n _classCallCheck(this, Auth);\\n\\n _this = _super.call(this, settings);\\n _this.login = _this.login.bind(_assertThisInitialized(_this));\\n _this.logout = _this.logout.bind(_assertThisInitialized(_this));\\n _this.whoami = _this.whoami.bind(_assertThisInitialized(_this));\\n _this.changePassword = _this.changePassword.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Auth, [{\\n key: \\\"login\\\",\\n value: function login(username, password) {\\n var data = new FormData();\\n data.append(\\\"username\\\", username);\\n data.append(\\\"password\\\", password);\\n return this.httpClient.post(this.authURL + \\\"auth/token/\\\", data).then(function (body) {\\n return {\\n token: {\\n id: body.token_meta.id,\\n key: body.access_token,\\n created: body.token_meta.created,\\n expires: body.token_meta.expires,\\n expires_in: body.expires_in,\\n is_active: body.token_meta.is_active\\n },\\n user: {\\n username: body.user_meta.username,\\n created: body.user_meta.created,\\n space: {\\n id: body.user_meta.id,\\n name: \\\"default\\\"\\n }\\n }\\n };\\n });\\n }\\n }, {\\n key: \\\"logout\\\",\\n value: function logout(tokenId) {\\n return this.httpClient.delete(this.authURL + \\\"tokens/access/\\\".concat(tokenId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"whoami\\\",\\n value: function whoami() {\\n return this.httpClient.get(this.authURL + \\\"whoami/\\\");\\n }\\n }, {\\n key: \\\"changePassword\\\",\\n value: function changePassword(data) {\\n return this.httpClient.post(this.authURL + \\\"auth/password/change/\\\", data);\\n }\\n }]);\\n\\n return Auth;\\n}(_base_auth_api__WEBPACK_IMPORTED_MODULE_0__[\\\"AuthApi\\\"]);\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/auth/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/entries/v1/index.ts\":\n/*!********************************************************!*\\\n !*** ./src/serp-rest-api/features/entries/v1/index.ts ***!\n \\********************************************************/\n/*! exports provided: Entries */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Entries\\\", function() { return Entries; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Entries = /*#__PURE__*/function (_Api) {\\n _inherits(Entries, _Api);\\n\\n var _super = _createSuper(Entries);\\n\\n function Entries(settings) {\\n var _this;\\n\\n _classCallCheck(this, Entries);\\n\\n _this = _super.call(this, settings);\\n _this.getEntries = _this.getEntries.bind(_assertThisInitialized(_this));\\n _this.getEntriesStatsByPersonId = _this.getEntriesStatsByPersonId.bind(_assertThisInitialized(_this));\\n _this.deleteEntry = _this.deleteEntry.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Entries, [{\\n key: \\\"getEntries\\\",\\n value: function getEntries() {\\n var filters = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var getFiltersData = function getFiltersData(_ref) {\\n var pid = _ref.pid,\\n person_ids = _ref.person_ids,\\n spaces_ids = _ref.spaces_ids,\\n origin_ids = _ref.origin_ids,\\n conf = _ref.conf,\\n liveness = _ref.liveness,\\n id_from = _ref.id_from,\\n date_from = _ref.date_from,\\n date_to = _ref.date_to,\\n limit = _ref.limit,\\n offset = _ref.offset,\\n sex = _ref.sex,\\n mood = _ref.mood,\\n age_from = _ref.age_from,\\n age_to = _ref.age_to;\\n return {\\n pid: pid,\\n person_ids: person_ids,\\n spaces_ids: spaces_ids,\\n origin_ids: origin_ids,\\n conf: conf,\\n liveness: liveness,\\n id_from: id_from,\\n date_from: date_from,\\n date_to: date_to,\\n limit: limit,\\n offset: offset,\\n sex: sex,\\n mood: mood,\\n age_from: age_from,\\n age_to: age_to\\n };\\n };\\n\\n return this.httpClient.get(Entries.apiEndpoint, getFiltersData(filters));\\n }\\n }, {\\n key: \\\"getEntriesStatsByPersonId\\\",\\n value: function getEntriesStatsByPersonId(pid) {\\n return this.httpClient.get(\\\"\\\".concat(Entries.apiEndpoint, \\\"stats/pid/\\\").concat(pid, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"deleteEntry\\\",\\n value: function deleteEntry(entryId) {\\n return this.httpClient.delete(\\\"\\\".concat(Entries.apiEndpoint).concat(entryId, \\\"/\\\"));\\n }\\n }]);\\n\\n return Entries;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(Entries, \\\"apiEndpoint\\\", \\\"entries/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/entries/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/licenses/v1/index.ts\":\n/*!*********************************************************!*\\\n !*** ./src/serp-rest-api/features/licenses/v1/index.ts ***!\n \\*********************************************************/\n/*! exports provided: Licenses */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Licenses\\\", function() { return Licenses; });\\n/* harmony import */ var _base_auth_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/auth-api */ \\\"./src/base/auth-api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Licenses = /*#__PURE__*/function (_AuthApi) {\\n _inherits(Licenses, _AuthApi);\\n\\n var _super = _createSuper(Licenses);\\n\\n function Licenses(settings) {\\n var _this;\\n\\n _classCallCheck(this, Licenses);\\n\\n _this = _super.call(this, settings);\\n _this.getLicenses = _this.getLicenses.bind(_assertThisInitialized(_this));\\n _this.getLicense = _this.getLicense.bind(_assertThisInitialized(_this));\\n _this.createLicense = _this.createLicense.bind(_assertThisInitialized(_this));\\n _this.updateLicense = _this.updateLicense.bind(_assertThisInitialized(_this));\\n _this.deleteLicense = _this.deleteLicense.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Licenses, [{\\n key: \\\"getLicenses\\\",\\n value: function getLicenses() {\\n var filters = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var getFiltersData = function getFiltersData() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n q = _ref.q,\\n limit = _ref.limit,\\n offset = _ref.offset,\\n date_from = _ref.date_from,\\n date_to = _ref.date_to,\\n is_bound = _ref.is_bound;\\n\\n return {\\n q: q,\\n limit: limit,\\n offset: offset,\\n date_from: date_from,\\n date_to: date_to,\\n is_bound: is_bound\\n };\\n };\\n\\n return this.httpClient.get(this.authURL + Licenses.apiEndpoint, getFiltersData(filters));\\n }\\n }, {\\n key: \\\"getLicense\\\",\\n value: function getLicense(licenseId) {\\n return this.httpClient.get(this.authURL + \\\"\\\".concat(Licenses.apiEndpoint).concat(licenseId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createLicense\\\",\\n value: function createLicense() {\\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n name = _ref2.name,\\n entry_storage_days = _ref2.entry_storage_days;\\n\\n return this.httpClient.post(this.authURL + Licenses.apiEndpoint, {\\n name: name,\\n entry_storage_days: entry_storage_days\\n });\\n }\\n }, {\\n key: \\\"updateLicense\\\",\\n value: function updateLicense() {\\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n id = _ref3.id,\\n name = _ref3.name,\\n entry_storage_days = _ref3.entry_storage_days,\\n is_active = _ref3.is_active;\\n\\n return this.httpClient.put(this.authURL + \\\"\\\".concat(Licenses.apiEndpoint).concat(id, \\\"/\\\"), {\\n name: name,\\n entry_storage_days: entry_storage_days,\\n is_active: is_active\\n });\\n }\\n }, {\\n key: \\\"deleteLicense\\\",\\n value: function deleteLicense(licenseId) {\\n return this.httpClient.delete(this.authURL + \\\"\\\".concat(Licenses.apiEndpoint).concat(licenseId, \\\"/\\\"));\\n }\\n }]);\\n\\n return Licenses;\\n}(_base_auth_api__WEBPACK_IMPORTED_MODULE_0__[\\\"AuthApi\\\"]);\\n\\n_defineProperty(Licenses, \\\"apiEndpoint\\\", \\\"licenses/sources/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/licenses/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/notifications/v1/index.ts\":\n/*!**************************************************************!*\\\n !*** ./src/serp-rest-api/features/notifications/v1/index.ts ***!\n \\**************************************************************/\n/*! exports provided: Notifications */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Notifications\\\", function() { return Notifications; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nvar _excluded = [\\\"id\\\"];\\n\\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\\n\\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Notifications = /*#__PURE__*/function (_Api) {\\n _inherits(Notifications, _Api);\\n\\n var _super = _createSuper(Notifications);\\n\\n function Notifications(settings) {\\n var _this;\\n\\n _classCallCheck(this, Notifications);\\n\\n _this = _super.call(this, settings);\\n _this.getNotifications = _this.getNotifications.bind(_assertThisInitialized(_this));\\n _this.getNotification = _this.getNotification.bind(_assertThisInitialized(_this));\\n _this.createNotification = _this.createNotification.bind(_assertThisInitialized(_this));\\n _this.updateNotification = _this.updateNotification.bind(_assertThisInitialized(_this));\\n _this.deleteNotification = _this.deleteNotification.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Notifications, [{\\n key: \\\"getNotifications\\\",\\n value: function getNotifications() {\\n var filters = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var getFiltersData = function getFiltersData(_ref) {\\n var q = _ref.q,\\n limit = _ref.limit,\\n offset = _ref.offset,\\n spaces_ids = _ref.spaces_ids;\\n return {\\n q: q,\\n limit: limit,\\n offset: offset,\\n spaces_ids: spaces_ids\\n };\\n };\\n\\n return this.httpClient.get(Notifications.apiEndpoint, getFiltersData(filters));\\n }\\n }, {\\n key: \\\"getNotification\\\",\\n value: function getNotification(notificationId) {\\n return this.httpClient.get(\\\"\\\".concat(Notifications.apiEndpoint).concat(notificationId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createNotification\\\",\\n value: function createNotification(data) {\\n return this.httpClient.post(Notifications.apiEndpoint, Notifications.getNotificationData(data));\\n }\\n }, {\\n key: \\\"updateNotification\\\",\\n value: function updateNotification() {\\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var id = _ref2.id,\\n restData = _objectWithoutProperties(_ref2, _excluded);\\n\\n return this.httpClient.put(\\\"\\\".concat(Notifications.apiEndpoint).concat(id, \\\"/\\\"), Notifications.getNotificationData(restData));\\n }\\n }, {\\n key: \\\"deleteNotification\\\",\\n value: function deleteNotification(notificationId) {\\n return this.httpClient.delete(\\\"\\\".concat(Notifications.apiEndpoint).concat(notificationId, \\\"/\\\"));\\n }\\n }]);\\n\\n return Notifications;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(Notifications, \\\"apiEndpoint\\\", \\\"notification_settings/\\\");\\n\\n_defineProperty(Notifications, \\\"getNotificationData\\\", function () {\\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n name = _ref3.name,\\n is_active = _ref3.is_active,\\n http_method = _ref3.http_method,\\n destination_url = _ref3.destination_url,\\n results = _ref3.results,\\n age_from = _ref3.age_from,\\n age_to = _ref3.age_to,\\n sex = _ref3.sex,\\n moods = _ref3.moods,\\n sources = _ref3.sources,\\n persons_groups = _ref3.persons_groups,\\n liveness = _ref3.liveness;\\n\\n return {\\n name: name,\\n is_active: is_active,\\n http_method: http_method,\\n destination_url: destination_url,\\n results: results,\\n age_from: age_from,\\n age_to: age_to,\\n sex: sex,\\n moods: moods,\\n sources: sources,\\n persons_groups: persons_groups,\\n liveness: liveness\\n };\\n});\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/notifications/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/persons-groups/v1/index.ts\":\n/*!***************************************************************!*\\\n !*** ./src/serp-rest-api/features/persons-groups/v1/index.ts ***!\n \\***************************************************************/\n/*! exports provided: PersonsGroups */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"PersonsGroups\\\", function() { return PersonsGroups; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nvar _excluded = [\\\"id\\\"],\\n _excluded2 = [\\\"groupId\\\"];\\n\\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\\n\\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar PersonsGroups = /*#__PURE__*/function (_Api) {\\n _inherits(PersonsGroups, _Api);\\n\\n var _super = _createSuper(PersonsGroups);\\n\\n function PersonsGroups(settings) {\\n var _this;\\n\\n _classCallCheck(this, PersonsGroups);\\n\\n _this = _super.call(this, settings);\\n _this.getPersonsGroups = _this.getPersonsGroups.bind(_assertThisInitialized(_this));\\n _this.getPersonsGroup = _this.getPersonsGroup.bind(_assertThisInitialized(_this));\\n _this.createPersonsGroup = _this.createPersonsGroup.bind(_assertThisInitialized(_this));\\n _this.updatePersonsGroup = _this.updatePersonsGroup.bind(_assertThisInitialized(_this));\\n _this.deletePersonsGroup = _this.deletePersonsGroup.bind(_assertThisInitialized(_this));\\n _this.getPersonsGroupPersons = _this.getPersonsGroupPersons.bind(_assertThisInitialized(_this));\\n _this.addPersonsToPersonsGroups = _this.addPersonsToPersonsGroups.bind(_assertThisInitialized(_this));\\n _this.removePersonsFromPersonsGroups = _this.removePersonsFromPersonsGroups.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(PersonsGroups, [{\\n key: \\\"getPersonsGroups\\\",\\n value: function getPersonsGroups(filters) {\\n var getFiltersData = function getFiltersData() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n q = _ref.q,\\n limit = _ref.limit,\\n offset = _ref.offset,\\n groups_ids = _ref.groups_ids,\\n spaces_ids = _ref.spaces_ids,\\n person_ids_include = _ref.person_ids_include,\\n person_ids_exclude = _ref.person_ids_exclude;\\n\\n return {\\n q: q,\\n limit: limit,\\n offset: offset,\\n groups_ids: groups_ids,\\n spaces_ids: spaces_ids,\\n person_ids_include: person_ids_include,\\n person_ids_exclude: person_ids_exclude\\n };\\n };\\n\\n return this.httpClient.get(PersonsGroups.apiEndpoint, getFiltersData(filters));\\n }\\n }, {\\n key: \\\"getPersonsGroup\\\",\\n value: function getPersonsGroup(personGroupId) {\\n return this.httpClient.get(\\\"\\\".concat(PersonsGroups.apiEndpoint).concat(personGroupId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createPersonsGroup\\\",\\n value: function createPersonsGroup(personsGroup) {\\n return this.httpClient.post(PersonsGroups.apiEndpoint, PersonsGroups.getPersonsGroupData(personsGroup));\\n }\\n }, {\\n key: \\\"updatePersonsGroup\\\",\\n value: function updatePersonsGroup() {\\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var id = _ref2.id,\\n restData = _objectWithoutProperties(_ref2, _excluded);\\n\\n return this.httpClient.put(\\\"\\\".concat(PersonsGroups.apiEndpoint).concat(id, \\\"/\\\"), PersonsGroups.getPersonsGroupData(restData));\\n }\\n }, {\\n key: \\\"deletePersonsGroup\\\",\\n value: function deletePersonsGroup(personGroupId) {\\n return this.httpClient.delete(\\\"\\\".concat(PersonsGroups.apiEndpoint).concat(personGroupId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"getPersonsGroupPersons\\\",\\n value: function getPersonsGroupPersons() {\\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var groupId = _ref3.groupId,\\n filters = _objectWithoutProperties(_ref3, _excluded2);\\n\\n var getFiltersData = function getFiltersData() {\\n var _ref4 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n limit = _ref4.limit,\\n offset = _ref4.offset,\\n person_ids = _ref4.person_ids;\\n\\n return {\\n limit: limit,\\n offset: offset,\\n person_ids: person_ids\\n };\\n };\\n\\n return this.httpClient.get(\\\"\\\".concat(PersonsGroups.apiEndpoint).concat(groupId, \\\"/person_ids/\\\"), getFiltersData(filters));\\n }\\n }, {\\n key: \\\"addPersonsToPersonsGroups\\\",\\n value: function addPersonsToPersonsGroups() {\\n var _ref5 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n groupsIds = _ref5.groupsIds,\\n persons = _ref5.persons;\\n\\n return this.httpClient.post(\\\"\\\".concat(PersonsGroups.apiEndpoint, \\\"person_ids/\\\"), {\\n groups_ids: groupsIds,\\n person_ids: persons\\n });\\n }\\n }, {\\n key: \\\"removePersonsFromPersonsGroups\\\",\\n value: function removePersonsFromPersonsGroups() {\\n var _ref6 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n groupsIds = _ref6.groupsIds,\\n persons = _ref6.persons;\\n\\n return this.httpClient.delete(\\\"\\\".concat(PersonsGroups.apiEndpoint, \\\"person_ids/\\\"), null, {\\n groups_ids: groupsIds,\\n person_ids: persons\\n });\\n }\\n }]);\\n\\n return PersonsGroups;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(PersonsGroups, \\\"apiEndpoint\\\", \\\"groups/profiles/\\\");\\n\\n_defineProperty(PersonsGroups, \\\"getPersonsGroupData\\\", function () {\\n var _ref7 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n name = _ref7.name;\\n\\n return {\\n name: name\\n };\\n});\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/persons-groups/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/persons/v1/index.ts\":\n/*!********************************************************!*\\\n !*** ./src/serp-rest-api/features/persons/v1/index.ts ***!\n \\********************************************************/\n/*! exports provided: Persons */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Persons\\\", function() { return Persons; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../utils */ \\\"./src/utils/index.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\n\\nvar Persons = /*#__PURE__*/function (_Api) {\\n _inherits(Persons, _Api);\\n\\n var _super = _createSuper(Persons);\\n\\n function Persons(settings) {\\n var _this;\\n\\n _classCallCheck(this, Persons);\\n\\n _this = _super.call(this, settings);\\n _this.searchPersonByImage = _this.searchPersonByImage.bind(_assertThisInitialized(_this));\\n _this.createPerson = _this.createPerson.bind(_assertThisInitialized(_this)); // this.createPersonFromEntry = this.createPersonFromEntry.bind(this);\\n\\n _this.deletePerson = _this.deletePerson.bind(_assertThisInitialized(_this)); // this.reinitializePersonByEntry = this.reinitializePersonByEntry.bind(this);\\n\\n _this.reinitializePersonByImage = _this.reinitializePersonByImage.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Persons, [{\\n key: \\\"searchPersonByImage\\\",\\n value: function searchPersonByImage(_ref) {\\n var image = _ref.image,\\n identify_asm = _ref.identify_asm;\\n if (!image) return Promise.reject(\\\"No image provided\\\");\\n var fieldsData = {\\n identify_asm: identify_asm\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, image, \\\"image\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(\\\"\\\".concat(Persons.apiEndpoint, \\\"search/\\\"), data);\\n }\\n }, {\\n key: \\\"createPerson\\\",\\n value: function createPerson(_ref2) {\\n var image = _ref2.image,\\n origin_id = _ref2.origin_id,\\n create_min_facesize = _ref2.create_min_facesize,\\n create_ha = _ref2.create_ha,\\n create_junk = _ref2.create_junk,\\n identify_asm = _ref2.identify_asm;\\n var fieldsData = {\\n origin_id: origin_id,\\n create_min_facesize: create_min_facesize,\\n create_ha: create_ha,\\n create_junk: create_junk,\\n identify_asm: identify_asm\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, image, \\\"image\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(Persons.apiEndpoint, data);\\n } // createPersonFromEntry({\\n // entryId,\\n // create_on_ha,\\n // create_on_junk,\\n // }: CreatePersonFromEntryParamsInterface): Promise<null> {\\n // return this.httpClient.post(`${Persons.apiEndpoint}entry/`, {\\n // id: entryId,\\n // create_on_ha,\\n // create_on_junk,\\n // });\\n // }\\n\\n }, {\\n key: \\\"deletePerson\\\",\\n value: function deletePerson(pid) {\\n return this.httpClient.delete(\\\"\\\".concat(Persons.apiEndpoint).concat(pid, \\\"/\\\"));\\n } // reinitializePersonByEntry({\\n // entryId,\\n // }: ReinitializePersonByEntryParamsInterface): Promise<null> {\\n // if (!entryId) return Promise.reject(\\\"No entry id provided\\\");\\n //\\n // return this.httpClient.post(`${Persons.apiEndpoint}reinit/`, {\\n // id: entryId,\\n // });\\n // }\\n\\n }, {\\n key: \\\"reinitializePersonByImage\\\",\\n value: function reinitializePersonByImage(_ref3) {\\n var pid = _ref3.pid,\\n image = _ref3.image,\\n min_conf = _ref3.min_conf,\\n identify_asm = _ref3.identify_asm,\\n create_min_facesize = _ref3.create_min_facesize;\\n if (!image) return Promise.reject(\\\"No image provided\\\");\\n var fieldsData = {\\n min_conf: min_conf,\\n create_min_facesize: create_min_facesize,\\n identify_asm: identify_asm\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, image, \\\"image\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(\\\"\\\".concat(Persons.apiEndpoint).concat(pid, \\\"/reinit/\\\"), data);\\n }\\n }]);\\n\\n return Persons;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(Persons, \\\"apiEndpoint\\\", \\\"profiles/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/persons/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/sources/v1/index.ts\":\n/*!********************************************************!*\\\n !*** ./src/serp-rest-api/features/sources/v1/index.ts ***!\n \\********************************************************/\n/*! exports provided: Sources */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Sources\\\", function() { return Sources; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nvar _excluded = [\\\"id\\\"];\\n\\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\\n\\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Sources = /*#__PURE__*/function (_Api) {\\n _inherits(Sources, _Api);\\n\\n var _super = _createSuper(Sources);\\n\\n function Sources(settings) {\\n var _this;\\n\\n _classCallCheck(this, Sources);\\n\\n _this = _super.call(this, settings);\\n _this.getSources = _this.getSources.bind(_assertThisInitialized(_this));\\n _this.getSource = _this.getSource.bind(_assertThisInitialized(_this));\\n _this.createSource = _this.createSource.bind(_assertThisInitialized(_this));\\n _this.updateSource = _this.updateSource.bind(_assertThisInitialized(_this));\\n _this.deleteSource = _this.deleteSource.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Sources, [{\\n key: \\\"getSources\\\",\\n value: function getSources() {\\n var filters = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var getFiltersData = function getFiltersData() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n q = _ref.q,\\n limit = _ref.limit,\\n offset = _ref.offset,\\n spaces_ids = _ref.spaces_ids;\\n\\n return {\\n q: q,\\n limit: limit,\\n offset: offset,\\n spaces_ids: spaces_ids\\n };\\n };\\n\\n return this.httpClient.get(Sources.apiEndpoint, getFiltersData(filters));\\n }\\n }, {\\n key: \\\"getSource\\\",\\n value: function getSource(sourceId) {\\n return this.httpClient.get(\\\"\\\".concat(Sources.apiEndpoint).concat(sourceId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createSource\\\",\\n value: function createSource(data) {\\n return this.httpClient.post(Sources.apiEndpoint, Sources.getSourceData(data));\\n }\\n }, {\\n key: \\\"updateSource\\\",\\n value: function updateSource() {\\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var id = _ref2.id,\\n restData = _objectWithoutProperties(_ref2, _excluded);\\n\\n return this.httpClient.put(\\\"\\\".concat(Sources.apiEndpoint).concat(id, \\\"/\\\"), Sources.getSourceData(restData));\\n }\\n }, {\\n key: \\\"deleteSource\\\",\\n value: function deleteSource(sourceId) {\\n return this.httpClient.delete(\\\"\\\".concat(Sources.apiEndpoint).concat(sourceId, \\\"/\\\"));\\n }\\n }]);\\n\\n return Sources;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(Sources, \\\"apiEndpoint\\\", \\\"origins/\\\");\\n\\n_defineProperty(Sources, \\\"getSourceData\\\", function () {\\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n name = _ref3.name,\\n identify_facesize_threshold = _ref3.identify_facesize_threshold,\\n use_pps_timestamp = _ref3.use_pps_timestamp,\\n manual_create_facesize_threshold = _ref3.manual_create_facesize_threshold,\\n manual_create_on_ha = _ref3.manual_create_on_ha,\\n manual_create_on_junk = _ref3.manual_create_on_junk,\\n manual_identify_asm = _ref3.manual_identify_asm,\\n auto_create_persons = _ref3.auto_create_persons,\\n auto_create_facesize_threshold = _ref3.auto_create_facesize_threshold,\\n auto_create_check_blur = _ref3.auto_create_check_blur,\\n auto_create_check_exposure = _ref3.auto_create_check_exposure,\\n auto_create_on_ha = _ref3.auto_create_on_ha,\\n auto_create_on_junk = _ref3.auto_create_on_junk,\\n auto_check_face_angle = _ref3.auto_check_face_angle,\\n auto_check_liveness = _ref3.auto_check_liveness,\\n auto_create_liveness_only = _ref3.auto_create_liveness_only,\\n auto_identify_asm = _ref3.auto_identify_asm,\\n store_images_for_results = _ref3.store_images_for_results,\\n license_id = _ref3.license_id,\\n license = _ref3.license;\\n\\n return {\\n name: name,\\n identify_facesize_threshold: identify_facesize_threshold,\\n use_pps_timestamp: use_pps_timestamp,\\n manual_create_facesize_threshold: manual_create_facesize_threshold,\\n manual_create_on_ha: manual_create_on_ha,\\n manual_create_on_junk: manual_create_on_junk,\\n manual_identify_asm: manual_identify_asm,\\n auto_create_persons: auto_create_persons,\\n auto_create_facesize_threshold: auto_create_facesize_threshold,\\n auto_create_check_blur: auto_create_check_blur,\\n auto_create_check_exposure: auto_create_check_exposure,\\n auto_create_on_ha: auto_create_on_ha,\\n auto_create_on_junk: auto_create_on_junk,\\n auto_check_face_angle: auto_check_face_angle,\\n auto_check_liveness: auto_check_liveness,\\n auto_create_liveness_only: auto_create_liveness_only,\\n auto_identify_asm: auto_identify_asm,\\n store_images_for_results: store_images_for_results,\\n license_id: license_id,\\n license: license\\n };\\n});\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/sources/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/spaces/v1/index.ts\":\n/*!*******************************************************!*\\\n !*** ./src/serp-rest-api/features/spaces/v1/index.ts ***!\n \\*******************************************************/\n/*! exports provided: Spaces */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Spaces\\\", function() { return Spaces; });\\n/* harmony import */ var _base_auth_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/auth-api */ \\\"./src/base/auth-api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nvar _excluded = [\\\"id\\\"];\\n\\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\\n\\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Spaces = /*#__PURE__*/function (_AuthApi) {\\n _inherits(Spaces, _AuthApi);\\n\\n var _super = _createSuper(Spaces);\\n\\n function Spaces(settings) {\\n var _this;\\n\\n _classCallCheck(this, Spaces);\\n\\n _this = _super.call(this, settings);\\n _this.getSpaces = _this.getSpaces.bind(_assertThisInitialized(_this));\\n _this.getSpace = _this.getSpace.bind(_assertThisInitialized(_this));\\n _this.createSpace = _this.createSpace.bind(_assertThisInitialized(_this));\\n _this.updateSpace = _this.updateSpace.bind(_assertThisInitialized(_this));\\n _this.deleteSpace = _this.deleteSpace.bind(_assertThisInitialized(_this));\\n _this.createToken = _this.createToken.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Spaces, [{\\n key: \\\"getSpaces\\\",\\n value: function getSpaces(params) {\\n return this.httpClient.get(this.authURL + Spaces.apiEndpoint, params);\\n }\\n }, {\\n key: \\\"getSpace\\\",\\n value: function getSpace(id) {\\n return this.httpClient.get(this.authURL + \\\"\\\".concat(Spaces.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createSpace\\\",\\n value: function createSpace(data) {\\n return this.httpClient.post(this.authURL + Spaces.apiEndpoint, Spaces.getSpaceData(data));\\n }\\n }, {\\n key: \\\"updateSpace\\\",\\n value: function updateSpace(data) {\\n return this.httpClient.put(this.authURL + \\\"\\\".concat(Spaces.apiEndpoint).concat(data.id, \\\"/\\\"), Spaces.getSpaceData(data));\\n }\\n }, {\\n key: \\\"deleteSpace\\\",\\n value: function deleteSpace(id) {\\n return this.httpClient.delete(this.authURL + \\\"\\\".concat(Spaces.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createToken\\\",\\n value: function createToken(data) {\\n var id = data.id,\\n restData = _objectWithoutProperties(data, _excluded);\\n\\n return this.httpClient.post(this.authURL + \\\"\\\".concat(Spaces.apiEndpoint).concat(id, \\\"/tokens/access/\\\"), restData);\\n }\\n }]);\\n\\n return Spaces;\\n}(_base_auth_api__WEBPACK_IMPORTED_MODULE_0__[\\\"AuthApi\\\"]);\\n\\n_defineProperty(Spaces, \\\"apiEndpoint\\\", \\\"spaces/\\\");\\n\\n_defineProperty(Spaces, \\\"getSpaceData\\\", function (_ref) {\\n var name = _ref.name;\\n return {\\n name: name\\n };\\n});\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/spaces/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/stream-tokens/v1/index.ts\":\n/*!**************************************************************!*\\\n !*** ./src/serp-rest-api/features/stream-tokens/v1/index.ts ***!\n \\**************************************************************/\n/*! exports provided: StreamTokens */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"StreamTokens\\\", function() { return StreamTokens; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar StreamTokens = /*#__PURE__*/function (_Api) {\\n _inherits(StreamTokens, _Api);\\n\\n var _super = _createSuper(StreamTokens);\\n\\n function StreamTokens(settings) {\\n var _this;\\n\\n _classCallCheck(this, StreamTokens);\\n\\n _this = _super.call(this, settings);\\n _this.getStreamTokens = _this.getStreamTokens.bind(_assertThisInitialized(_this));\\n _this.getStreamToken = _this.getStreamToken.bind(_assertThisInitialized(_this));\\n _this.createStreamToken = _this.createStreamToken.bind(_assertThisInitialized(_this));\\n _this.updateStreamToken = _this.updateStreamToken.bind(_assertThisInitialized(_this));\\n _this.deleteStreamToken = _this.deleteStreamToken.bind(_assertThisInitialized(_this));\\n _this.deleteStreamTokens = _this.deleteStreamTokens.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(StreamTokens, [{\\n key: \\\"getStreamTokens\\\",\\n value: function getStreamTokens(params) {\\n return this.httpClient.get(StreamTokens.apiEndpoint, params);\\n }\\n }, {\\n key: \\\"deleteStreamTokens\\\",\\n value: function deleteStreamTokens(params) {\\n var getFiltersData = function getFiltersData() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n limit = _ref.limit,\\n offset = _ref.offset,\\n permanent = _ref.permanent;\\n\\n return {\\n limit: limit,\\n offset: offset,\\n permanent: permanent\\n };\\n };\\n\\n return this.httpClient.delete(StreamTokens.apiEndpoint, getFiltersData(params));\\n }\\n }, {\\n key: \\\"getStreamToken\\\",\\n value: function getStreamToken(id) {\\n return this.httpClient.get(\\\"\\\".concat(StreamTokens.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createStreamToken\\\",\\n value: function createStreamToken(data) {\\n var _ref2 = data || {},\\n permanent = _ref2.permanent;\\n\\n return this.httpClient.post(StreamTokens.apiEndpoint, {\\n permanent: permanent\\n });\\n }\\n }, {\\n key: \\\"updateStreamToken\\\",\\n value: function updateStreamToken(data) {\\n var _ref3 = data || {},\\n id = _ref3.id,\\n is_active = _ref3.is_active;\\n\\n return this.httpClient.put(\\\"\\\".concat(StreamTokens.apiEndpoint).concat(id, \\\"/\\\"), {\\n is_active: is_active\\n });\\n }\\n }, {\\n key: \\\"deleteStreamToken\\\",\\n value: function deleteStreamToken(id) {\\n return this.httpClient.delete(\\\"\\\".concat(StreamTokens.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }]);\\n\\n return StreamTokens;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(StreamTokens, \\\"apiEndpoint\\\", \\\"tokens/streams/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/stream-tokens/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/thresholds/v1/index.ts\":\n/*!***********************************************************!*\\\n !*** ./src/serp-rest-api/features/thresholds/v1/index.ts ***!\n \\***********************************************************/\n/*! exports provided: Thresholds */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Thresholds\\\", function() { return Thresholds; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Thresholds = /*#__PURE__*/function (_Api) {\\n _inherits(Thresholds, _Api);\\n\\n var _super = _createSuper(Thresholds);\\n\\n function Thresholds(settings) {\\n var _this;\\n\\n _classCallCheck(this, Thresholds);\\n\\n _this = _super.call(this, settings);\\n _this.getThresholds = _this.getThresholds.bind(_assertThisInitialized(_this));\\n _this.updateThresholds = _this.updateThresholds.bind(_assertThisInitialized(_this));\\n _this.resetThresholds = _this.resetThresholds.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Thresholds, [{\\n key: \\\"getThresholds\\\",\\n value: function getThresholds() {\\n return this.httpClient.get(Thresholds.apiEndpoint);\\n }\\n }, {\\n key: \\\"updateThresholds\\\",\\n value: function updateThresholds() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n exact = _ref.exact,\\n ha = _ref.ha,\\n junk = _ref.junk;\\n\\n return this.httpClient.put(Thresholds.apiEndpoint, {\\n exact: exact,\\n ha: ha,\\n junk: junk\\n });\\n }\\n }, {\\n key: \\\"resetThresholds\\\",\\n value: function resetThresholds() {\\n return this.httpClient.post(\\\"\\\".concat(Thresholds.apiEndpoint, \\\"reset/\\\"));\\n }\\n }]);\\n\\n return Thresholds;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(Thresholds, \\\"apiEndpoint\\\", \\\"settings/thresholds/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/thresholds/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/tokens/v1/index.ts\":\n/*!*******************************************************!*\\\n !*** ./src/serp-rest-api/features/tokens/v1/index.ts ***!\n \\*******************************************************/\n/*! exports provided: Tokens */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Tokens\\\", function() { return Tokens; });\\n/* harmony import */ var _base_auth_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/auth-api */ \\\"./src/base/auth-api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Tokens = /*#__PURE__*/function (_AuthApi) {\\n _inherits(Tokens, _AuthApi);\\n\\n var _super = _createSuper(Tokens);\\n\\n function Tokens(settings) {\\n var _this;\\n\\n _classCallCheck(this, Tokens);\\n\\n _this = _super.call(this, settings);\\n _this.getTokens = _this.getTokens.bind(_assertThisInitialized(_this));\\n _this.getToken = _this.getToken.bind(_assertThisInitialized(_this));\\n _this.deleteTokens = _this.deleteTokens.bind(_assertThisInitialized(_this));\\n _this.createToken = _this.createToken.bind(_assertThisInitialized(_this));\\n _this.updateToken = _this.updateToken.bind(_assertThisInitialized(_this));\\n _this.deleteToken = _this.deleteToken.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Tokens, [{\\n key: \\\"getTokens\\\",\\n value: function getTokens(params) {\\n return this.httpClient.get(this.authURL + Tokens.apiEndpoint, params);\\n }\\n }, {\\n key: \\\"deleteTokens\\\",\\n value: function deleteTokens(data) {\\n var _ref = data || {},\\n permanent = _ref.permanent;\\n\\n return this.httpClient.delete(this.authURL + Tokens.apiEndpoint, {\\n permanent: permanent\\n });\\n }\\n }, {\\n key: \\\"getToken\\\",\\n value: function getToken(id) {\\n return this.httpClient.get(this.authURL + \\\"\\\".concat(Tokens.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createToken\\\",\\n value: function createToken(data) {\\n var _ref2 = data || {},\\n permanent = _ref2.permanent;\\n\\n return this.httpClient.post(this.authURL + Tokens.apiEndpoint, {\\n permanent: permanent\\n });\\n }\\n }, {\\n key: \\\"updateToken\\\",\\n value: function updateToken(data) {\\n var _ref3 = data || {},\\n id = _ref3.id,\\n is_active = _ref3.is_active;\\n\\n return this.httpClient.put(this.authURL + \\\"\\\".concat(Tokens.apiEndpoint).concat(id, \\\"/\\\"), {\\n is_active: is_active\\n });\\n }\\n }, {\\n key: \\\"deleteToken\\\",\\n value: function deleteToken(id) {\\n return this.httpClient.delete(this.authURL + \\\"\\\".concat(Tokens.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }]);\\n\\n return Tokens;\\n}(_base_auth_api__WEBPACK_IMPORTED_MODULE_0__[\\\"AuthApi\\\"]);\\n\\n_defineProperty(Tokens, \\\"apiEndpoint\\\", \\\"tokens/access/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/tokens/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/utilities/v1/index.ts\":\n/*!**********************************************************!*\\\n !*** ./src/serp-rest-api/features/utilities/v1/index.ts ***!\n \\**********************************************************/\n/*! exports provided: Utilities */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Utilities\\\", function() { return Utilities; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../utils */ \\\"./src/utils/index.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\n\\n\\n\\nvar Utilities = /*#__PURE__*/function (_Api) {\\n _inherits(Utilities, _Api);\\n\\n var _super = _createSuper(Utilities);\\n\\n function Utilities(settings) {\\n var _this;\\n\\n _classCallCheck(this, Utilities);\\n\\n _this = _super.call(this, settings);\\n _this.comparePhotos = _this.comparePhotos.bind(_assertThisInitialized(_this));\\n _this.comparePersonPhotoWithDocumentPhoto = _this.comparePersonPhotoWithDocumentPhoto.bind(_assertThisInitialized(_this));\\n _this.verifyPersonPhotoWithDocumentPhoto = _this.verifyPersonPhotoWithDocumentPhoto.bind(_assertThisInitialized(_this));\\n _this.findOutCustomer = _this.findOutCustomer.bind(_assertThisInitialized(_this));\\n _this.checkAsm = _this.checkAsm.bind(_assertThisInitialized(_this));\\n _this.getSupportedIdTypes = _this.getSupportedIdTypes.bind(_assertThisInitialized(_this));\\n _this.getApiVersion = _this.getApiVersion.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Utilities, [{\\n key: \\\"comparePhotos\\\",\\n value: function comparePhotos(_ref) {\\n var image1 = _ref.image1,\\n image2 = _ref.image2,\\n result = _ref.result;\\n var fieldsData = {\\n result: result\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, image1, \\\"image1\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, image2, \\\"image2\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(\\\"compare/\\\", data);\\n }\\n }, {\\n key: \\\"comparePersonPhotoWithDocumentPhoto\\\",\\n value: function comparePersonPhotoWithDocumentPhoto(_ref2) {\\n var photo = _ref2.photo,\\n facesize = _ref2.facesize,\\n result = _ref2.result;\\n var fieldsData = {\\n facesize: facesize,\\n result: result\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, photo, \\\"photo\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(\\\"faceid/compare/\\\", data);\\n }\\n }, {\\n key: \\\"verifyPersonPhotoWithDocumentPhoto\\\",\\n value: function verifyPersonPhotoWithDocumentPhoto(_ref3) {\\n var photo_face = _ref3.photo_face,\\n photo_face_facesize = _ref3.photo_face_facesize,\\n photo_id = _ref3.photo_id,\\n photo_id_facesize = _ref3.photo_id_facesize,\\n id_code = _ref3.id_code,\\n result = _ref3.result;\\n var fieldsData = {\\n photo_face_facesize: photo_face_facesize,\\n photo_id_facesize: photo_id_facesize,\\n id_code: id_code,\\n result: result\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, photo_face, \\\"photo_face\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, photo_id, \\\"photo_id\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(\\\"faceid/verification/\\\", data);\\n }\\n }, {\\n key: \\\"findOutCustomer\\\",\\n value: function findOutCustomer(_ref4) {\\n var source = _ref4.source,\\n offset = _ref4.offset;\\n return this.httpClient.get(\\\"utility/customer/\\\", {\\n source: source,\\n offset: offset\\n });\\n }\\n }, {\\n key: \\\"checkAsm\\\",\\n value: function checkAsm(_ref5) {\\n var image = _ref5.image;\\n return this.httpClient.post(\\\"compare/\\\", {\\n image: image\\n });\\n }\\n }, {\\n key: \\\"getSupportedIdTypes\\\",\\n value: function getSupportedIdTypes() {\\n return this.httpClient.get(\\\"faceid/id-codes/\\\");\\n }\\n }, {\\n key: \\\"getApiVersion\\\",\\n value: function getApiVersion() {\\n return this.httpClient.get(\\\"version/\\\");\\n }\\n }]);\\n\\n return Utilities;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/utilities/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/index.ts\":\n/*!************************************!*\\\n !*** ./src/serp-rest-api/index.ts ***!\n \\************************************/\n/*! exports provided: createSerpRestApi */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"createSerpRestApi\\\", function() { return createSerpRestApi; });\\n/* harmony import */ var isomorphic_form_data__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! isomorphic-form-data */ \\\"./node_modules/isomorphic-form-data/lib/browser.js\\\");\\n/* harmony import */ var isomorphic_form_data__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(isomorphic_form_data__WEBPACK_IMPORTED_MODULE_0__);\\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! axios */ \\\"./node_modules/axios/index.js\\\");\\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);\\n/* harmony import */ var _http_client__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../http-client */ \\\"./src/http-client.ts\\\");\\n/* harmony import */ var _api_facade_v1__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./api-facade/v1 */ \\\"./src/serp-rest-api/api-facade/v1/index.ts\\\");\\n/* harmony import */ var _features_auth_v1__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./features/auth/v1 */ \\\"./src/serp-rest-api/features/auth/v1/index.ts\\\");\\n/* harmony import */ var _features_entries_v1__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./features/entries/v1 */ \\\"./src/serp-rest-api/features/entries/v1/index.ts\\\");\\n/* harmony import */ var _features_notifications_v1__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./features/notifications/v1 */ \\\"./src/serp-rest-api/features/notifications/v1/index.ts\\\");\\n/* harmony import */ var _features_persons_v1__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./features/persons/v1 */ \\\"./src/serp-rest-api/features/persons/v1/index.ts\\\");\\n/* harmony import */ var _features_sources_v1__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./features/sources/v1 */ \\\"./src/serp-rest-api/features/sources/v1/index.ts\\\");\\n/* harmony import */ var _features_tokens_v1__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./features/tokens/v1 */ \\\"./src/serp-rest-api/features/tokens/v1/index.ts\\\");\\n/* harmony import */ var _features_spaces_v1__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./features/spaces/v1 */ \\\"./src/serp-rest-api/features/spaces/v1/index.ts\\\");\\n/* harmony import */ var _features_utilities_v1__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./features/utilities/v1 */ \\\"./src/serp-rest-api/features/utilities/v1/index.ts\\\");\\n/* harmony import */ var _features_persons_groups_v1__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./features/persons-groups/v1 */ \\\"./src/serp-rest-api/features/persons-groups/v1/index.ts\\\");\\n/* harmony import */ var _features_thresholds_v1__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./features/thresholds/v1 */ \\\"./src/serp-rest-api/features/thresholds/v1/index.ts\\\");\\n/* harmony import */ var _features_stream_tokens_v1__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./features/stream-tokens/v1 */ \\\"./src/serp-rest-api/features/stream-tokens/v1/index.ts\\\");\\n/* harmony import */ var _features_licenses_v1__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./features/licenses/v1 */ \\\"./src/serp-rest-api/features/licenses/v1/index.ts\\\");\\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../constants */ \\\"./src/constants/index.js\\\");\\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_constants__WEBPACK_IMPORTED_MODULE_16__);\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nfunction createSerpRestApiV1() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n token = _ref.token;\\n\\n var HttpClient = Object(_http_client__WEBPACK_IMPORTED_MODULE_2__[\\\"createHttpClient\\\"])({\\n client: axios__WEBPACK_IMPORTED_MODULE_1___default.a\\n });\\n var httpClient = new HttpClient({\\n baseURL: _constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiEndpoints\\\"].v1.base,\\n token: token\\n });\\n return new _api_facade_v1__WEBPACK_IMPORTED_MODULE_3__[\\\"ApiFacadeV1\\\"]({\\n httpClient: httpClient,\\n auth: new _features_auth_v1__WEBPACK_IMPORTED_MODULE_4__[\\\"Auth\\\"]({\\n httpClient: httpClient,\\n authURL: _constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiEndpoints\\\"].v1.auth\\n }),\\n tokens: new _features_tokens_v1__WEBPACK_IMPORTED_MODULE_9__[\\\"Tokens\\\"]({\\n httpClient: httpClient,\\n authURL: _constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiEndpoints\\\"].v1.auth\\n }),\\n spaces: new _features_spaces_v1__WEBPACK_IMPORTED_MODULE_10__[\\\"Spaces\\\"]({\\n httpClient: httpClient,\\n authURL: _constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiEndpoints\\\"].v1.auth\\n }),\\n licenses: new _features_licenses_v1__WEBPACK_IMPORTED_MODULE_15__[\\\"Licenses\\\"]({\\n httpClient: httpClient,\\n authURL: _constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiEndpoints\\\"].v1.auth\\n }),\\n notifications: new _features_notifications_v1__WEBPACK_IMPORTED_MODULE_6__[\\\"Notifications\\\"]({\\n httpClient: httpClient\\n }),\\n entries: new _features_entries_v1__WEBPACK_IMPORTED_MODULE_5__[\\\"Entries\\\"]({\\n httpClient: httpClient\\n }),\\n persons: new _features_persons_v1__WEBPACK_IMPORTED_MODULE_7__[\\\"Persons\\\"]({\\n httpClient: httpClient\\n }),\\n sources: new _features_sources_v1__WEBPACK_IMPORTED_MODULE_8__[\\\"Sources\\\"]({\\n httpClient: httpClient\\n }),\\n utilities: new _features_utilities_v1__WEBPACK_IMPORTED_MODULE_11__[\\\"Utilities\\\"]({\\n httpClient: httpClient\\n }),\\n personsGroups: new _features_persons_groups_v1__WEBPACK_IMPORTED_MODULE_12__[\\\"PersonsGroups\\\"]({\\n httpClient: httpClient\\n }),\\n thresholds: new _features_thresholds_v1__WEBPACK_IMPORTED_MODULE_13__[\\\"Thresholds\\\"]({\\n httpClient: httpClient\\n }),\\n streamTokens: new _features_stream_tokens_v1__WEBPACK_IMPORTED_MODULE_14__[\\\"StreamTokens\\\"]({\\n httpClient: httpClient\\n })\\n });\\n}\\n\\nfunction createSerpRestApi() {\\n var settings = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n var version = settings.version,\\n token = settings.token;\\n\\n if (!version) {\\n throw new Error(\\\"You did not specify Serp API version.\\\\n Available versions: \\\".concat(_constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiVersions\\\"].join(\\\", \\\")));\\n }\\n\\n var numVersion = Number(version);\\n\\n if (!_constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiVersions\\\"].includes(numVersion)) {\\n throw new Error(\\\"You have specified a non-existent version of Serp API: \\\".concat(version, \\\".\\\\n Available versions: \\\").concat(_constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiVersions\\\"].join(\\\", \\\")));\\n }\\n\\n switch (numVersion) {\\n case 1:\\n return createSerpRestApiV1({\\n token: token\\n });\\n }\\n}\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/utils/data.ts\":\n/*!***************************!*\\\n !*** ./src/utils/data.ts ***!\n \\***************************/\n/*! exports provided: removeEmpty, isEmpty */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"removeEmpty\\\", function() { return removeEmpty; });\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"isEmpty\\\", function() { return isEmpty; });\\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\\n\\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction removeEmpty(obj) {\\n if (_typeof(obj) !== \\\"object\\\" || obj === null || obj instanceof Array) {\\n return obj;\\n }\\n\\n return Object.keys(obj).filter(function (key) {\\n return obj[key] !== undefined;\\n }).reduce(function (newObj, key) {\\n return _objectSpread(_objectSpread({}, newObj), {}, _defineProperty({}, key, obj[key]));\\n }, {});\\n}\\nfunction isEmpty(obj) {\\n return Object.keys(obj).length === 0;\\n}\\n\\n//# sourceURL=webpack://SerpREST/./src/utils/data.ts?\");\n\n/***/ }),\n\n/***/ \"./src/utils/files.ts\":\n/*!****************************!*\\\n !*** ./src/utils/files.ts ***!\n \\****************************/\n/*! exports provided: addFileToFormData, addDataToFormData, getFormDataSize */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"addFileToFormData\\\", function() { return addFileToFormData; });\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"addDataToFormData\\\", function() { return addDataToFormData; });\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"getFormDataSize\\\", function() { return getFormDataSize; });\\n/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index */ \\\"./src/utils/index.ts\\\");\\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\\n\\nfunction _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.\\\"); }\\n\\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \\\"string\\\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \\\"Object\\\" && o.constructor) n = o.constructor.name; if (n === \\\"Map\\\" || n === \\\"Set\\\") return Array.from(o); if (n === \\\"Arguments\\\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\\n\\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\\n\\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \\\"undefined\\\" && arr[Symbol.iterator] || arr[\\\"@@iterator\\\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\\\"return\\\"] != null) _i[\\\"return\\\"](); } finally { if (_d) throw _e; } } return _arr; }\\n\\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\\n\\n // convert base64/URLEncoded data component to raw binary data held in a string\\n\\nfunction dataURItoBlob(dataURI) {\\n var byteString;\\n\\n if (dataURI.split(\\\",\\\")[0].indexOf(\\\"base64\\\") >= 0) {\\n byteString = atob(dataURI.split(\\\",\\\")[1]);\\n } else {\\n byteString = unescape(dataURI.split(\\\",\\\")[1]);\\n } // separate out the mime component\\n\\n\\n var mimeString = dataURI.split(\\\",\\\")[0].split(\\\":\\\")[1].split(\\\";\\\")[0]; // write the bytes of the string to a typed array\\n\\n var ia = new Uint8Array(byteString.length);\\n\\n for (var i = 0; i < byteString.length; i++) {\\n ia[i] = byteString.charCodeAt(i);\\n }\\n\\n return new Blob([ia], {\\n type: mimeString\\n });\\n}\\n\\nfunction getFileExtensionFromBase64String(base64) {\\n return base64.substring(\\\"data:image/\\\".length, base64.indexOf(\\\";base64\\\"));\\n}\\n\\nfunction addFileToFormData(formData, file, fieldName, fileName) {\\n if (!file) return formData;\\n\\n if (typeof file === \\\"string\\\") {\\n var formFieldName = fileName || \\\"\\\".concat(fieldName, \\\".\\\").concat(getFileExtensionFromBase64String(file));\\n formData.append(fieldName, dataURItoBlob(file), formFieldName);\\n } else {\\n var _formFieldName = fileName || file.name;\\n\\n formData.append(fieldName, file, _formFieldName);\\n }\\n\\n return formData;\\n}\\nfunction addDataToFormData(formData, fieldsData) {\\n if (!formData) return formData;\\n Object.keys(Object(_index__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"])(fieldsData)).forEach(function (key) {\\n var value = fieldsData[key];\\n formData.append(key, value);\\n });\\n return formData;\\n}\\nfunction getFormDataSize(formData) {\\n if (!formData) return 0;\\n return Array.from(formData.entries(), function (_ref) {\\n var _ref2 = _slicedToArray(_ref, 2),\\n _ = _ref2[0],\\n prop = _ref2[1];\\n\\n if (typeof prop === \\\"string\\\") {\\n return prop.length;\\n }\\n\\n if (prop.size) {\\n return prop.size;\\n }\\n\\n return 0;\\n }).reduce(function (resultLength, length) {\\n return resultLength + length;\\n }, 0);\\n}\\n\\n//# sourceURL=webpack://SerpREST/./src/utils/files.ts?\");\n\n/***/ }),\n\n/***/ \"./src/utils/index.ts\":\n/*!****************************!*\\\n !*** ./src/utils/index.ts ***!\n \\****************************/\n/*! exports provided: removeEmpty, isEmpty, addFileToFormData, addDataToFormData, getFormDataSize */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony import */ var _data__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./data */ \\\"./src/utils/data.ts\\\");\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"removeEmpty\\\", function() { return _data__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"]; });\\n\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"isEmpty\\\", function() { return _data__WEBPACK_IMPORTED_MODULE_0__[\\\"isEmpty\\\"]; });\\n\\n/* harmony import */ var _files__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./files */ \\\"./src/utils/files.ts\\\");\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"addFileToFormData\\\", function() { return _files__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"]; });\\n\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"addDataToFormData\\\", function() { return _files__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"]; });\\n\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"getFormDataSize\\\", function() { return _files__WEBPACK_IMPORTED_MODULE_1__[\\\"getFormDataSize\\\"]; });\\n\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/utils/index.ts?\");\n\n/***/ }),\n\n/***/ 0:\n/*!********************************!*\\\n !*** ./util.inspect (ignored) ***!\n \\********************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"/* (ignored) */\\n\\n//# sourceURL=webpack://SerpREST/./util.inspect_(ignored)?\");\n\n/***/ })\n\n/******/ });\n});\n\n//# sourceURL=webpack://SerpApi/./packages/serp-rest-api/dist/index.web.js?");
32
+ eval("(function webpackUniversalModuleDefinition(root, factory) {\n\tif(true)\n\t\tmodule.exports = factory();\n\telse {}\n})(this, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __nested_webpack_require_551__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId]) {\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\ti: moduleId,\n/******/ \t\t\tl: false,\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_551__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.l = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__nested_webpack_require_551__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__nested_webpack_require_551__.c = installedModules;\n/******/\n/******/ \t// define getter function for harmony exports\n/******/ \t__nested_webpack_require_551__.d = function(exports, name, getter) {\n/******/ \t\tif(!__nested_webpack_require_551__.o(exports, name)) {\n/******/ \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n/******/ \t\t}\n/******/ \t};\n/******/\n/******/ \t// define __esModule on exports\n/******/ \t__nested_webpack_require_551__.r = function(exports) {\n/******/ \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n/******/ \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n/******/ \t\t}\n/******/ \t\tObject.defineProperty(exports, '__esModule', { value: true });\n/******/ \t};\n/******/\n/******/ \t// create a fake namespace object\n/******/ \t// mode & 1: value is a module id, require it\n/******/ \t// mode & 2: merge all properties of value into the ns\n/******/ \t// mode & 4: return value when already ns object\n/******/ \t// mode & 8|1: behave like require\n/******/ \t__nested_webpack_require_551__.t = function(value, mode) {\n/******/ \t\tif(mode & 1) value = __nested_webpack_require_551__(value);\n/******/ \t\tif(mode & 8) return value;\n/******/ \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n/******/ \t\tvar ns = Object.create(null);\n/******/ \t\t__nested_webpack_require_551__.r(ns);\n/******/ \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n/******/ \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __nested_webpack_require_551__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n/******/ \t\treturn ns;\n/******/ \t};\n/******/\n/******/ \t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t__nested_webpack_require_551__.n = function(module) {\n/******/ \t\tvar getter = module && module.__esModule ?\n/******/ \t\t\tfunction getDefault() { return module['default']; } :\n/******/ \t\t\tfunction getModuleExports() { return module; };\n/******/ \t\t__nested_webpack_require_551__.d(getter, 'a', getter);\n/******/ \t\treturn getter;\n/******/ \t};\n/******/\n/******/ \t// Object.prototype.hasOwnProperty.call\n/******/ \t__nested_webpack_require_551__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__nested_webpack_require_551__.p = \"\";\n/******/\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __nested_webpack_require_551__(__nested_webpack_require_551__.s = \"./src/index.ts\");\n/******/ })\n/************************************************************************/\n/******/ ({\n\n/***/ \"./node_modules/axios/index.js\":\n/*!*************************************!*\\\n !*** ./node_modules/axios/index.js ***!\n \\*************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\neval(\"module.exports = __webpack_require__(/*! ./lib/axios */ \\\"./node_modules/axios/lib/axios.js\\\");\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/adapters/xhr.js\":\n/*!************************************************!*\\\n !*** ./node_modules/axios/lib/adapters/xhr.js ***!\n \\************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\nvar settle = __webpack_require__(/*! ./../core/settle */ \\\"./node_modules/axios/lib/core/settle.js\\\");\\nvar buildURL = __webpack_require__(/*! ./../helpers/buildURL */ \\\"./node_modules/axios/lib/helpers/buildURL.js\\\");\\nvar buildFullPath = __webpack_require__(/*! ../core/buildFullPath */ \\\"./node_modules/axios/lib/core/buildFullPath.js\\\");\\nvar parseHeaders = __webpack_require__(/*! ./../helpers/parseHeaders */ \\\"./node_modules/axios/lib/helpers/parseHeaders.js\\\");\\nvar isURLSameOrigin = __webpack_require__(/*! ./../helpers/isURLSameOrigin */ \\\"./node_modules/axios/lib/helpers/isURLSameOrigin.js\\\");\\nvar createError = __webpack_require__(/*! ../core/createError */ \\\"./node_modules/axios/lib/core/createError.js\\\");\\n\\nmodule.exports = function xhrAdapter(config) {\\n return new Promise(function dispatchXhrRequest(resolve, reject) {\\n var requestData = config.data;\\n var requestHeaders = config.headers;\\n\\n if (utils.isFormData(requestData)) {\\n delete requestHeaders['Content-Type']; // Let the browser set it\\n }\\n\\n var request = new XMLHttpRequest();\\n\\n // HTTP basic authentication\\n if (config.auth) {\\n var username = config.auth.username || '';\\n var password = config.auth.password || '';\\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\\n }\\n\\n var fullPath = buildFullPath(config.baseURL, config.url);\\n request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);\\n\\n // Set the request timeout in MS\\n request.timeout = config.timeout;\\n\\n // Listen for ready state\\n request.onreadystatechange = function handleLoad() {\\n if (!request || request.readyState !== 4) {\\n return;\\n }\\n\\n // The request errored out and we didn't get a response, this will be\\n // handled by onerror instead\\n // With one exception: request that using file: protocol, most browsers\\n // will return status as 0 even though it's a successful request\\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\\n return;\\n }\\n\\n // Prepare the response\\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\\n var response = {\\n data: responseData,\\n status: request.status,\\n statusText: request.statusText,\\n headers: responseHeaders,\\n config: config,\\n request: request\\n };\\n\\n settle(resolve, reject, response);\\n\\n // Clean up request\\n request = null;\\n };\\n\\n // Handle browser request cancellation (as opposed to a manual cancellation)\\n request.onabort = function handleAbort() {\\n if (!request) {\\n return;\\n }\\n\\n reject(createError('Request aborted', config, 'ECONNABORTED', request));\\n\\n // Clean up request\\n request = null;\\n };\\n\\n // Handle low level network errors\\n request.onerror = function handleError() {\\n // Real errors are hidden from us by the browser\\n // onerror should only fire if it's a network error\\n reject(createError('Network Error', config, null, request));\\n\\n // Clean up request\\n request = null;\\n };\\n\\n // Handle timeout\\n request.ontimeout = function handleTimeout() {\\n var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';\\n if (config.timeoutErrorMessage) {\\n timeoutErrorMessage = config.timeoutErrorMessage;\\n }\\n reject(createError(timeoutErrorMessage, config, 'ECONNABORTED',\\n request));\\n\\n // Clean up request\\n request = null;\\n };\\n\\n // Add xsrf header\\n // This is only done if running in a standard browser environment.\\n // Specifically not if we're in a web worker, or react-native.\\n if (utils.isStandardBrowserEnv()) {\\n var cookies = __webpack_require__(/*! ./../helpers/cookies */ \\\"./node_modules/axios/lib/helpers/cookies.js\\\");\\n\\n // Add xsrf header\\n var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?\\n cookies.read(config.xsrfCookieName) :\\n undefined;\\n\\n if (xsrfValue) {\\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\\n }\\n }\\n\\n // Add headers to the request\\n if ('setRequestHeader' in request) {\\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\\n // Remove Content-Type if data is undefined\\n delete requestHeaders[key];\\n } else {\\n // Otherwise add header to the request\\n request.setRequestHeader(key, val);\\n }\\n });\\n }\\n\\n // Add withCredentials to request if needed\\n if (!utils.isUndefined(config.withCredentials)) {\\n request.withCredentials = !!config.withCredentials;\\n }\\n\\n // Add responseType to request if needed\\n if (config.responseType) {\\n try {\\n request.responseType = config.responseType;\\n } catch (e) {\\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\\n if (config.responseType !== 'json') {\\n throw e;\\n }\\n }\\n }\\n\\n // Handle progress if needed\\n if (typeof config.onDownloadProgress === 'function') {\\n request.addEventListener('progress', config.onDownloadProgress);\\n }\\n\\n // Not all browsers support upload events\\n if (typeof config.onUploadProgress === 'function' && request.upload) {\\n request.upload.addEventListener('progress', config.onUploadProgress);\\n }\\n\\n if (config.cancelToken) {\\n // Handle cancellation\\n config.cancelToken.promise.then(function onCanceled(cancel) {\\n if (!request) {\\n return;\\n }\\n\\n request.abort();\\n reject(cancel);\\n // Clean up request\\n request = null;\\n });\\n }\\n\\n if (requestData === undefined) {\\n requestData = null;\\n }\\n\\n // Send the request\\n request.send(requestData);\\n });\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/adapters/xhr.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/axios.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/axios/lib/axios.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\nvar bind = __webpack_require__(/*! ./helpers/bind */ \\\"./node_modules/axios/lib/helpers/bind.js\\\");\\nvar Axios = __webpack_require__(/*! ./core/Axios */ \\\"./node_modules/axios/lib/core/Axios.js\\\");\\nvar mergeConfig = __webpack_require__(/*! ./core/mergeConfig */ \\\"./node_modules/axios/lib/core/mergeConfig.js\\\");\\nvar defaults = __webpack_require__(/*! ./defaults */ \\\"./node_modules/axios/lib/defaults.js\\\");\\n\\n/**\\n * Create an instance of Axios\\n *\\n * @param {Object} defaultConfig The default config for the instance\\n * @return {Axios} A new instance of Axios\\n */\\nfunction createInstance(defaultConfig) {\\n var context = new Axios(defaultConfig);\\n var instance = bind(Axios.prototype.request, context);\\n\\n // Copy axios.prototype to instance\\n utils.extend(instance, Axios.prototype, context);\\n\\n // Copy context to instance\\n utils.extend(instance, context);\\n\\n return instance;\\n}\\n\\n// Create the default instance to be exported\\nvar axios = createInstance(defaults);\\n\\n// Expose Axios class to allow class inheritance\\naxios.Axios = Axios;\\n\\n// Factory for creating new instances\\naxios.create = function create(instanceConfig) {\\n return createInstance(mergeConfig(axios.defaults, instanceConfig));\\n};\\n\\n// Expose Cancel & CancelToken\\naxios.Cancel = __webpack_require__(/*! ./cancel/Cancel */ \\\"./node_modules/axios/lib/cancel/Cancel.js\\\");\\naxios.CancelToken = __webpack_require__(/*! ./cancel/CancelToken */ \\\"./node_modules/axios/lib/cancel/CancelToken.js\\\");\\naxios.isCancel = __webpack_require__(/*! ./cancel/isCancel */ \\\"./node_modules/axios/lib/cancel/isCancel.js\\\");\\n\\n// Expose all/spread\\naxios.all = function all(promises) {\\n return Promise.all(promises);\\n};\\naxios.spread = __webpack_require__(/*! ./helpers/spread */ \\\"./node_modules/axios/lib/helpers/spread.js\\\");\\n\\nmodule.exports = axios;\\n\\n// Allow use of default import syntax in TypeScript\\nmodule.exports.default = axios;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/axios.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/cancel/Cancel.js\":\n/*!*************************************************!*\\\n !*** ./node_modules/axios/lib/cancel/Cancel.js ***!\n \\*************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/**\\n * A `Cancel` is an object that is thrown when an operation is canceled.\\n *\\n * @class\\n * @param {string=} message The message.\\n */\\nfunction Cancel(message) {\\n this.message = message;\\n}\\n\\nCancel.prototype.toString = function toString() {\\n return 'Cancel' + (this.message ? ': ' + this.message : '');\\n};\\n\\nCancel.prototype.__CANCEL__ = true;\\n\\nmodule.exports = Cancel;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/cancel/Cancel.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/cancel/CancelToken.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/axios/lib/cancel/CancelToken.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar Cancel = __webpack_require__(/*! ./Cancel */ \\\"./node_modules/axios/lib/cancel/Cancel.js\\\");\\n\\n/**\\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\\n *\\n * @class\\n * @param {Function} executor The executor function.\\n */\\nfunction CancelToken(executor) {\\n if (typeof executor !== 'function') {\\n throw new TypeError('executor must be a function.');\\n }\\n\\n var resolvePromise;\\n this.promise = new Promise(function promiseExecutor(resolve) {\\n resolvePromise = resolve;\\n });\\n\\n var token = this;\\n executor(function cancel(message) {\\n if (token.reason) {\\n // Cancellation has already been requested\\n return;\\n }\\n\\n token.reason = new Cancel(message);\\n resolvePromise(token.reason);\\n });\\n}\\n\\n/**\\n * Throws a `Cancel` if cancellation has been requested.\\n */\\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\\n if (this.reason) {\\n throw this.reason;\\n }\\n};\\n\\n/**\\n * Returns an object that contains a new `CancelToken` and a function that, when called,\\n * cancels the `CancelToken`.\\n */\\nCancelToken.source = function source() {\\n var cancel;\\n var token = new CancelToken(function executor(c) {\\n cancel = c;\\n });\\n return {\\n token: token,\\n cancel: cancel\\n };\\n};\\n\\nmodule.exports = CancelToken;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/cancel/CancelToken.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/cancel/isCancel.js\":\n/*!***************************************************!*\\\n !*** ./node_modules/axios/lib/cancel/isCancel.js ***!\n \\***************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nmodule.exports = function isCancel(value) {\\n return !!(value && value.__CANCEL__);\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/cancel/isCancel.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/Axios.js\":\n/*!**********************************************!*\\\n !*** ./node_modules/axios/lib/core/Axios.js ***!\n \\**********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\nvar buildURL = __webpack_require__(/*! ../helpers/buildURL */ \\\"./node_modules/axios/lib/helpers/buildURL.js\\\");\\nvar InterceptorManager = __webpack_require__(/*! ./InterceptorManager */ \\\"./node_modules/axios/lib/core/InterceptorManager.js\\\");\\nvar dispatchRequest = __webpack_require__(/*! ./dispatchRequest */ \\\"./node_modules/axios/lib/core/dispatchRequest.js\\\");\\nvar mergeConfig = __webpack_require__(/*! ./mergeConfig */ \\\"./node_modules/axios/lib/core/mergeConfig.js\\\");\\n\\n/**\\n * Create a new instance of Axios\\n *\\n * @param {Object} instanceConfig The default config for the instance\\n */\\nfunction Axios(instanceConfig) {\\n this.defaults = instanceConfig;\\n this.interceptors = {\\n request: new InterceptorManager(),\\n response: new InterceptorManager()\\n };\\n}\\n\\n/**\\n * Dispatch a request\\n *\\n * @param {Object} config The config specific for this request (merged with this.defaults)\\n */\\nAxios.prototype.request = function request(config) {\\n /*eslint no-param-reassign:0*/\\n // Allow for axios('example/url'[, config]) a la fetch API\\n if (typeof config === 'string') {\\n config = arguments[1] || {};\\n config.url = arguments[0];\\n } else {\\n config = config || {};\\n }\\n\\n config = mergeConfig(this.defaults, config);\\n\\n // Set config.method\\n if (config.method) {\\n config.method = config.method.toLowerCase();\\n } else if (this.defaults.method) {\\n config.method = this.defaults.method.toLowerCase();\\n } else {\\n config.method = 'get';\\n }\\n\\n // Hook up interceptors middleware\\n var chain = [dispatchRequest, undefined];\\n var promise = Promise.resolve(config);\\n\\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\\n });\\n\\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\\n chain.push(interceptor.fulfilled, interceptor.rejected);\\n });\\n\\n while (chain.length) {\\n promise = promise.then(chain.shift(), chain.shift());\\n }\\n\\n return promise;\\n};\\n\\nAxios.prototype.getUri = function getUri(config) {\\n config = mergeConfig(this.defaults, config);\\n return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\\\?/, '');\\n};\\n\\n// Provide aliases for supported request methods\\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\\n /*eslint func-names:0*/\\n Axios.prototype[method] = function(url, config) {\\n return this.request(utils.merge(config || {}, {\\n method: method,\\n url: url\\n }));\\n };\\n});\\n\\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\\n /*eslint func-names:0*/\\n Axios.prototype[method] = function(url, data, config) {\\n return this.request(utils.merge(config || {}, {\\n method: method,\\n url: url,\\n data: data\\n }));\\n };\\n});\\n\\nmodule.exports = Axios;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/Axios.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/InterceptorManager.js\":\n/*!***********************************************************!*\\\n !*** ./node_modules/axios/lib/core/InterceptorManager.js ***!\n \\***********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\nfunction InterceptorManager() {\\n this.handlers = [];\\n}\\n\\n/**\\n * Add a new interceptor to the stack\\n *\\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\\n * @param {Function} rejected The function to handle `reject` for a `Promise`\\n *\\n * @return {Number} An ID used to remove interceptor later\\n */\\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\\n this.handlers.push({\\n fulfilled: fulfilled,\\n rejected: rejected\\n });\\n return this.handlers.length - 1;\\n};\\n\\n/**\\n * Remove an interceptor from the stack\\n *\\n * @param {Number} id The ID that was returned by `use`\\n */\\nInterceptorManager.prototype.eject = function eject(id) {\\n if (this.handlers[id]) {\\n this.handlers[id] = null;\\n }\\n};\\n\\n/**\\n * Iterate over all the registered interceptors\\n *\\n * This method is particularly useful for skipping over any\\n * interceptors that may have become `null` calling `eject`.\\n *\\n * @param {Function} fn The function to call for each interceptor\\n */\\nInterceptorManager.prototype.forEach = function forEach(fn) {\\n utils.forEach(this.handlers, function forEachHandler(h) {\\n if (h !== null) {\\n fn(h);\\n }\\n });\\n};\\n\\nmodule.exports = InterceptorManager;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/InterceptorManager.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/buildFullPath.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/axios/lib/core/buildFullPath.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar isAbsoluteURL = __webpack_require__(/*! ../helpers/isAbsoluteURL */ \\\"./node_modules/axios/lib/helpers/isAbsoluteURL.js\\\");\\nvar combineURLs = __webpack_require__(/*! ../helpers/combineURLs */ \\\"./node_modules/axios/lib/helpers/combineURLs.js\\\");\\n\\n/**\\n * Creates a new URL by combining the baseURL with the requestedURL,\\n * only when the requestedURL is not already an absolute URL.\\n * If the requestURL is absolute, this function returns the requestedURL untouched.\\n *\\n * @param {string} baseURL The base URL\\n * @param {string} requestedURL Absolute or relative URL to combine\\n * @returns {string} The combined full path\\n */\\nmodule.exports = function buildFullPath(baseURL, requestedURL) {\\n if (baseURL && !isAbsoluteURL(requestedURL)) {\\n return combineURLs(baseURL, requestedURL);\\n }\\n return requestedURL;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/buildFullPath.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/createError.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/axios/lib/core/createError.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar enhanceError = __webpack_require__(/*! ./enhanceError */ \\\"./node_modules/axios/lib/core/enhanceError.js\\\");\\n\\n/**\\n * Create an Error with the specified message, config, error code, request and response.\\n *\\n * @param {string} message The error message.\\n * @param {Object} config The config.\\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\\n * @param {Object} [request] The request.\\n * @param {Object} [response] The response.\\n * @returns {Error} The created error.\\n */\\nmodule.exports = function createError(message, config, code, request, response) {\\n var error = new Error(message);\\n return enhanceError(error, config, code, request, response);\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/createError.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/dispatchRequest.js\":\n/*!********************************************************!*\\\n !*** ./node_modules/axios/lib/core/dispatchRequest.js ***!\n \\********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\nvar transformData = __webpack_require__(/*! ./transformData */ \\\"./node_modules/axios/lib/core/transformData.js\\\");\\nvar isCancel = __webpack_require__(/*! ../cancel/isCancel */ \\\"./node_modules/axios/lib/cancel/isCancel.js\\\");\\nvar defaults = __webpack_require__(/*! ../defaults */ \\\"./node_modules/axios/lib/defaults.js\\\");\\n\\n/**\\n * Throws a `Cancel` if cancellation has been requested.\\n */\\nfunction throwIfCancellationRequested(config) {\\n if (config.cancelToken) {\\n config.cancelToken.throwIfRequested();\\n }\\n}\\n\\n/**\\n * Dispatch a request to the server using the configured adapter.\\n *\\n * @param {object} config The config that is to be used for the request\\n * @returns {Promise} The Promise to be fulfilled\\n */\\nmodule.exports = function dispatchRequest(config) {\\n throwIfCancellationRequested(config);\\n\\n // Ensure headers exist\\n config.headers = config.headers || {};\\n\\n // Transform request data\\n config.data = transformData(\\n config.data,\\n config.headers,\\n config.transformRequest\\n );\\n\\n // Flatten headers\\n config.headers = utils.merge(\\n config.headers.common || {},\\n config.headers[config.method] || {},\\n config.headers\\n );\\n\\n utils.forEach(\\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\\n function cleanHeaderConfig(method) {\\n delete config.headers[method];\\n }\\n );\\n\\n var adapter = config.adapter || defaults.adapter;\\n\\n return adapter(config).then(function onAdapterResolution(response) {\\n throwIfCancellationRequested(config);\\n\\n // Transform response data\\n response.data = transformData(\\n response.data,\\n response.headers,\\n config.transformResponse\\n );\\n\\n return response;\\n }, function onAdapterRejection(reason) {\\n if (!isCancel(reason)) {\\n throwIfCancellationRequested(config);\\n\\n // Transform response data\\n if (reason && reason.response) {\\n reason.response.data = transformData(\\n reason.response.data,\\n reason.response.headers,\\n config.transformResponse\\n );\\n }\\n }\\n\\n return Promise.reject(reason);\\n });\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/dispatchRequest.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/enhanceError.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/axios/lib/core/enhanceError.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/**\\n * Update an Error with the specified config, error code, and response.\\n *\\n * @param {Error} error The error to update.\\n * @param {Object} config The config.\\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\\n * @param {Object} [request] The request.\\n * @param {Object} [response] The response.\\n * @returns {Error} The error.\\n */\\nmodule.exports = function enhanceError(error, config, code, request, response) {\\n error.config = config;\\n if (code) {\\n error.code = code;\\n }\\n\\n error.request = request;\\n error.response = response;\\n error.isAxiosError = true;\\n\\n error.toJSON = function() {\\n return {\\n // Standard\\n message: this.message,\\n name: this.name,\\n // Microsoft\\n description: this.description,\\n number: this.number,\\n // Mozilla\\n fileName: this.fileName,\\n lineNumber: this.lineNumber,\\n columnNumber: this.columnNumber,\\n stack: this.stack,\\n // Axios\\n config: this.config,\\n code: this.code\\n };\\n };\\n return error;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/enhanceError.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/mergeConfig.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/axios/lib/core/mergeConfig.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\n/**\\n * Config-specific merge-function which creates a new config-object\\n * by merging two configuration objects together.\\n *\\n * @param {Object} config1\\n * @param {Object} config2\\n * @returns {Object} New object resulting from merging config2 to config1\\n */\\nmodule.exports = function mergeConfig(config1, config2) {\\n // eslint-disable-next-line no-param-reassign\\n config2 = config2 || {};\\n var config = {};\\n\\n var valueFromConfig2Keys = ['url', 'method', 'params', 'data'];\\n var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy'];\\n var defaultToConfig2Keys = [\\n 'baseURL', 'url', 'transformRequest', 'transformResponse', 'paramsSerializer',\\n 'timeout', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\\n 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress',\\n 'maxContentLength', 'validateStatus', 'maxRedirects', 'httpAgent',\\n 'httpsAgent', 'cancelToken', 'socketPath'\\n ];\\n\\n utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {\\n if (typeof config2[prop] !== 'undefined') {\\n config[prop] = config2[prop];\\n }\\n });\\n\\n utils.forEach(mergeDeepPropertiesKeys, function mergeDeepProperties(prop) {\\n if (utils.isObject(config2[prop])) {\\n config[prop] = utils.deepMerge(config1[prop], config2[prop]);\\n } else if (typeof config2[prop] !== 'undefined') {\\n config[prop] = config2[prop];\\n } else if (utils.isObject(config1[prop])) {\\n config[prop] = utils.deepMerge(config1[prop]);\\n } else if (typeof config1[prop] !== 'undefined') {\\n config[prop] = config1[prop];\\n }\\n });\\n\\n utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {\\n if (typeof config2[prop] !== 'undefined') {\\n config[prop] = config2[prop];\\n } else if (typeof config1[prop] !== 'undefined') {\\n config[prop] = config1[prop];\\n }\\n });\\n\\n var axiosKeys = valueFromConfig2Keys\\n .concat(mergeDeepPropertiesKeys)\\n .concat(defaultToConfig2Keys);\\n\\n var otherKeys = Object\\n .keys(config2)\\n .filter(function filterAxiosKeys(key) {\\n return axiosKeys.indexOf(key) === -1;\\n });\\n\\n utils.forEach(otherKeys, function otherKeysDefaultToConfig2(prop) {\\n if (typeof config2[prop] !== 'undefined') {\\n config[prop] = config2[prop];\\n } else if (typeof config1[prop] !== 'undefined') {\\n config[prop] = config1[prop];\\n }\\n });\\n\\n return config;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/mergeConfig.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/settle.js\":\n/*!***********************************************!*\\\n !*** ./node_modules/axios/lib/core/settle.js ***!\n \\***********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar createError = __webpack_require__(/*! ./createError */ \\\"./node_modules/axios/lib/core/createError.js\\\");\\n\\n/**\\n * Resolve or reject a Promise based on response status.\\n *\\n * @param {Function} resolve A function that resolves the promise.\\n * @param {Function} reject A function that rejects the promise.\\n * @param {object} response The response.\\n */\\nmodule.exports = function settle(resolve, reject, response) {\\n var validateStatus = response.config.validateStatus;\\n if (!validateStatus || validateStatus(response.status)) {\\n resolve(response);\\n } else {\\n reject(createError(\\n 'Request failed with status code ' + response.status,\\n response.config,\\n null,\\n response.request,\\n response\\n ));\\n }\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/settle.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/core/transformData.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/axios/lib/core/transformData.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\n/**\\n * Transform the data for a request or a response\\n *\\n * @param {Object|String} data The data to be transformed\\n * @param {Array} headers The headers for the request or response\\n * @param {Array|Function} fns A single function or Array of functions\\n * @returns {*} The resulting transformed data\\n */\\nmodule.exports = function transformData(data, headers, fns) {\\n /*eslint no-param-reassign:0*/\\n utils.forEach(fns, function transform(fn) {\\n data = fn(data, headers);\\n });\\n\\n return data;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/core/transformData.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/defaults.js\":\n/*!********************************************!*\\\n !*** ./node_modules/axios/lib/defaults.js ***!\n \\********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"/* WEBPACK VAR INJECTION */(function(process) {\\n\\nvar utils = __webpack_require__(/*! ./utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\nvar normalizeHeaderName = __webpack_require__(/*! ./helpers/normalizeHeaderName */ \\\"./node_modules/axios/lib/helpers/normalizeHeaderName.js\\\");\\n\\nvar DEFAULT_CONTENT_TYPE = {\\n 'Content-Type': 'application/x-www-form-urlencoded'\\n};\\n\\nfunction setContentTypeIfUnset(headers, value) {\\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\\n headers['Content-Type'] = value;\\n }\\n}\\n\\nfunction getDefaultAdapter() {\\n var adapter;\\n if (typeof XMLHttpRequest !== 'undefined') {\\n // For browsers use XHR adapter\\n adapter = __webpack_require__(/*! ./adapters/xhr */ \\\"./node_modules/axios/lib/adapters/xhr.js\\\");\\n } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\\n // For node use HTTP adapter\\n adapter = __webpack_require__(/*! ./adapters/http */ \\\"./node_modules/axios/lib/adapters/xhr.js\\\");\\n }\\n return adapter;\\n}\\n\\nvar defaults = {\\n adapter: getDefaultAdapter(),\\n\\n transformRequest: [function transformRequest(data, headers) {\\n normalizeHeaderName(headers, 'Accept');\\n normalizeHeaderName(headers, 'Content-Type');\\n if (utils.isFormData(data) ||\\n utils.isArrayBuffer(data) ||\\n utils.isBuffer(data) ||\\n utils.isStream(data) ||\\n utils.isFile(data) ||\\n utils.isBlob(data)\\n ) {\\n return data;\\n }\\n if (utils.isArrayBufferView(data)) {\\n return data.buffer;\\n }\\n if (utils.isURLSearchParams(data)) {\\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\\n return data.toString();\\n }\\n if (utils.isObject(data)) {\\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\\n return JSON.stringify(data);\\n }\\n return data;\\n }],\\n\\n transformResponse: [function transformResponse(data) {\\n /*eslint no-param-reassign:0*/\\n if (typeof data === 'string') {\\n try {\\n data = JSON.parse(data);\\n } catch (e) { /* Ignore */ }\\n }\\n return data;\\n }],\\n\\n /**\\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\\n * timeout is not created.\\n */\\n timeout: 0,\\n\\n xsrfCookieName: 'XSRF-TOKEN',\\n xsrfHeaderName: 'X-XSRF-TOKEN',\\n\\n maxContentLength: -1,\\n\\n validateStatus: function validateStatus(status) {\\n return status >= 200 && status < 300;\\n }\\n};\\n\\ndefaults.headers = {\\n common: {\\n 'Accept': 'application/json, text/plain, */*'\\n }\\n};\\n\\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\\n defaults.headers[method] = {};\\n});\\n\\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\\n});\\n\\nmodule.exports = defaults;\\n\\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../process/browser.js */ \\\"./node_modules/process/browser.js\\\")))\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/defaults.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/bind.js\":\n/*!************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/bind.js ***!\n \\************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nmodule.exports = function bind(fn, thisArg) {\\n return function wrap() {\\n var args = new Array(arguments.length);\\n for (var i = 0; i < args.length; i++) {\\n args[i] = arguments[i];\\n }\\n return fn.apply(thisArg, args);\\n };\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/bind.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/buildURL.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/buildURL.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\nfunction encode(val) {\\n return encodeURIComponent(val).\\n replace(/%40/gi, '@').\\n replace(/%3A/gi, ':').\\n replace(/%24/g, '$').\\n replace(/%2C/gi, ',').\\n replace(/%20/g, '+').\\n replace(/%5B/gi, '[').\\n replace(/%5D/gi, ']');\\n}\\n\\n/**\\n * Build a URL by appending params to the end\\n *\\n * @param {string} url The base of the url (e.g., http://www.google.com)\\n * @param {object} [params] The params to be appended\\n * @returns {string} The formatted url\\n */\\nmodule.exports = function buildURL(url, params, paramsSerializer) {\\n /*eslint no-param-reassign:0*/\\n if (!params) {\\n return url;\\n }\\n\\n var serializedParams;\\n if (paramsSerializer) {\\n serializedParams = paramsSerializer(params);\\n } else if (utils.isURLSearchParams(params)) {\\n serializedParams = params.toString();\\n } else {\\n var parts = [];\\n\\n utils.forEach(params, function serialize(val, key) {\\n if (val === null || typeof val === 'undefined') {\\n return;\\n }\\n\\n if (utils.isArray(val)) {\\n key = key + '[]';\\n } else {\\n val = [val];\\n }\\n\\n utils.forEach(val, function parseValue(v) {\\n if (utils.isDate(v)) {\\n v = v.toISOString();\\n } else if (utils.isObject(v)) {\\n v = JSON.stringify(v);\\n }\\n parts.push(encode(key) + '=' + encode(v));\\n });\\n });\\n\\n serializedParams = parts.join('&');\\n }\\n\\n if (serializedParams) {\\n var hashmarkIndex = url.indexOf('#');\\n if (hashmarkIndex !== -1) {\\n url = url.slice(0, hashmarkIndex);\\n }\\n\\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\\n }\\n\\n return url;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/buildURL.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/combineURLs.js\":\n/*!*******************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/combineURLs.js ***!\n \\*******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/**\\n * Creates a new URL by combining the specified URLs\\n *\\n * @param {string} baseURL The base URL\\n * @param {string} relativeURL The relative URL\\n * @returns {string} The combined URL\\n */\\nmodule.exports = function combineURLs(baseURL, relativeURL) {\\n return relativeURL\\n ? baseURL.replace(/\\\\/+$/, '') + '/' + relativeURL.replace(/^\\\\/+/, '')\\n : baseURL;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/combineURLs.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/cookies.js\":\n/*!***************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/cookies.js ***!\n \\***************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\nmodule.exports = (\\n utils.isStandardBrowserEnv() ?\\n\\n // Standard browser envs support document.cookie\\n (function standardBrowserEnv() {\\n return {\\n write: function write(name, value, expires, path, domain, secure) {\\n var cookie = [];\\n cookie.push(name + '=' + encodeURIComponent(value));\\n\\n if (utils.isNumber(expires)) {\\n cookie.push('expires=' + new Date(expires).toGMTString());\\n }\\n\\n if (utils.isString(path)) {\\n cookie.push('path=' + path);\\n }\\n\\n if (utils.isString(domain)) {\\n cookie.push('domain=' + domain);\\n }\\n\\n if (secure === true) {\\n cookie.push('secure');\\n }\\n\\n document.cookie = cookie.join('; ');\\n },\\n\\n read: function read(name) {\\n var match = document.cookie.match(new RegExp('(^|;\\\\\\\\s*)(' + name + ')=([^;]*)'));\\n return (match ? decodeURIComponent(match[3]) : null);\\n },\\n\\n remove: function remove(name) {\\n this.write(name, '', Date.now() - 86400000);\\n }\\n };\\n })() :\\n\\n // Non standard browser env (web workers, react-native) lack needed support.\\n (function nonStandardBrowserEnv() {\\n return {\\n write: function write() {},\\n read: function read() { return null; },\\n remove: function remove() {}\\n };\\n })()\\n);\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/cookies.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/isAbsoluteURL.js\":\n/*!*********************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/isAbsoluteURL.js ***!\n \\*********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/**\\n * Determines whether the specified URL is absolute\\n *\\n * @param {string} url The URL to test\\n * @returns {boolean} True if the specified URL is absolute, otherwise false\\n */\\nmodule.exports = function isAbsoluteURL(url) {\\n // A URL is considered absolute if it begins with \\\"<scheme>://\\\" or \\\"//\\\" (protocol-relative URL).\\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\\n // by any combination of letters, digits, plus, period, or hyphen.\\n return /^([a-z][a-z\\\\d\\\\+\\\\-\\\\.]*:)?\\\\/\\\\//i.test(url);\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/isAbsoluteURL.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/isURLSameOrigin.js\":\n/*!***********************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/isURLSameOrigin.js ***!\n \\***********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\nmodule.exports = (\\n utils.isStandardBrowserEnv() ?\\n\\n // Standard browser envs have full support of the APIs needed to test\\n // whether the request URL is of the same origin as current location.\\n (function standardBrowserEnv() {\\n var msie = /(msie|trident)/i.test(navigator.userAgent);\\n var urlParsingNode = document.createElement('a');\\n var originURL;\\n\\n /**\\n * Parse a URL to discover it's components\\n *\\n * @param {String} url The URL to be parsed\\n * @returns {Object}\\n */\\n function resolveURL(url) {\\n var href = url;\\n\\n if (msie) {\\n // IE needs attribute set twice to normalize properties\\n urlParsingNode.setAttribute('href', href);\\n href = urlParsingNode.href;\\n }\\n\\n urlParsingNode.setAttribute('href', href);\\n\\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\\n return {\\n href: urlParsingNode.href,\\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\\n host: urlParsingNode.host,\\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\\\?/, '') : '',\\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\\n hostname: urlParsingNode.hostname,\\n port: urlParsingNode.port,\\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\\n urlParsingNode.pathname :\\n '/' + urlParsingNode.pathname\\n };\\n }\\n\\n originURL = resolveURL(window.location.href);\\n\\n /**\\n * Determine if a URL shares the same origin as the current location\\n *\\n * @param {String} requestURL The URL to test\\n * @returns {boolean} True if URL shares the same origin, otherwise false\\n */\\n return function isURLSameOrigin(requestURL) {\\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\\n return (parsed.protocol === originURL.protocol &&\\n parsed.host === originURL.host);\\n };\\n })() :\\n\\n // Non standard browser envs (web workers, react-native) lack needed support.\\n (function nonStandardBrowserEnv() {\\n return function isURLSameOrigin() {\\n return true;\\n };\\n })()\\n);\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/isURLSameOrigin.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/normalizeHeaderName.js\":\n/*!***************************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/normalizeHeaderName.js ***!\n \\***************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\\n utils.forEach(headers, function processHeader(value, name) {\\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\\n headers[normalizedName] = value;\\n delete headers[name];\\n }\\n });\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/normalizeHeaderName.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/parseHeaders.js\":\n/*!********************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/parseHeaders.js ***!\n \\********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./../utils */ \\\"./node_modules/axios/lib/utils.js\\\");\\n\\n// Headers whose duplicates are ignored by node\\n// c.f. https://nodejs.org/api/http.html#http_message_headers\\nvar ignoreDuplicateOf = [\\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\\n 'referer', 'retry-after', 'user-agent'\\n];\\n\\n/**\\n * Parse headers into an object\\n *\\n * ```\\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\\n * Content-Type: application/json\\n * Connection: keep-alive\\n * Transfer-Encoding: chunked\\n * ```\\n *\\n * @param {String} headers Headers needing to be parsed\\n * @returns {Object} Headers parsed into an object\\n */\\nmodule.exports = function parseHeaders(headers) {\\n var parsed = {};\\n var key;\\n var val;\\n var i;\\n\\n if (!headers) { return parsed; }\\n\\n utils.forEach(headers.split('\\\\n'), function parser(line) {\\n i = line.indexOf(':');\\n key = utils.trim(line.substr(0, i)).toLowerCase();\\n val = utils.trim(line.substr(i + 1));\\n\\n if (key) {\\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\\n return;\\n }\\n if (key === 'set-cookie') {\\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\\n } else {\\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\\n }\\n }\\n });\\n\\n return parsed;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/parseHeaders.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/helpers/spread.js\":\n/*!**************************************************!*\\\n !*** ./node_modules/axios/lib/helpers/spread.js ***!\n \\**************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/**\\n * Syntactic sugar for invoking a function and expanding an array for arguments.\\n *\\n * Common use case would be to use `Function.prototype.apply`.\\n *\\n * ```js\\n * function f(x, y, z) {}\\n * var args = [1, 2, 3];\\n * f.apply(null, args);\\n * ```\\n *\\n * With `spread` this example can be re-written.\\n *\\n * ```js\\n * spread(function(x, y, z) {})([1, 2, 3]);\\n * ```\\n *\\n * @param {Function} callback\\n * @returns {Function}\\n */\\nmodule.exports = function spread(callback) {\\n return function wrap(arr) {\\n return callback.apply(null, arr);\\n };\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/helpers/spread.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/axios/lib/utils.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/axios/lib/utils.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar bind = __webpack_require__(/*! ./helpers/bind */ \\\"./node_modules/axios/lib/helpers/bind.js\\\");\\n\\n/*global toString:true*/\\n\\n// utils is a library of generic helper functions non-specific to axios\\n\\nvar toString = Object.prototype.toString;\\n\\n/**\\n * Determine if a value is an Array\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is an Array, otherwise false\\n */\\nfunction isArray(val) {\\n return toString.call(val) === '[object Array]';\\n}\\n\\n/**\\n * Determine if a value is undefined\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if the value is undefined, otherwise false\\n */\\nfunction isUndefined(val) {\\n return typeof val === 'undefined';\\n}\\n\\n/**\\n * Determine if a value is a Buffer\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Buffer, otherwise false\\n */\\nfunction isBuffer(val) {\\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\\n && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);\\n}\\n\\n/**\\n * Determine if a value is an ArrayBuffer\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\\n */\\nfunction isArrayBuffer(val) {\\n return toString.call(val) === '[object ArrayBuffer]';\\n}\\n\\n/**\\n * Determine if a value is a FormData\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is an FormData, otherwise false\\n */\\nfunction isFormData(val) {\\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\\n}\\n\\n/**\\n * Determine if a value is a view on an ArrayBuffer\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\\n */\\nfunction isArrayBufferView(val) {\\n var result;\\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\\n result = ArrayBuffer.isView(val);\\n } else {\\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\\n }\\n return result;\\n}\\n\\n/**\\n * Determine if a value is a String\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a String, otherwise false\\n */\\nfunction isString(val) {\\n return typeof val === 'string';\\n}\\n\\n/**\\n * Determine if a value is a Number\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Number, otherwise false\\n */\\nfunction isNumber(val) {\\n return typeof val === 'number';\\n}\\n\\n/**\\n * Determine if a value is an Object\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is an Object, otherwise false\\n */\\nfunction isObject(val) {\\n return val !== null && typeof val === 'object';\\n}\\n\\n/**\\n * Determine if a value is a Date\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Date, otherwise false\\n */\\nfunction isDate(val) {\\n return toString.call(val) === '[object Date]';\\n}\\n\\n/**\\n * Determine if a value is a File\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a File, otherwise false\\n */\\nfunction isFile(val) {\\n return toString.call(val) === '[object File]';\\n}\\n\\n/**\\n * Determine if a value is a Blob\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Blob, otherwise false\\n */\\nfunction isBlob(val) {\\n return toString.call(val) === '[object Blob]';\\n}\\n\\n/**\\n * Determine if a value is a Function\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Function, otherwise false\\n */\\nfunction isFunction(val) {\\n return toString.call(val) === '[object Function]';\\n}\\n\\n/**\\n * Determine if a value is a Stream\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a Stream, otherwise false\\n */\\nfunction isStream(val) {\\n return isObject(val) && isFunction(val.pipe);\\n}\\n\\n/**\\n * Determine if a value is a URLSearchParams object\\n *\\n * @param {Object} val The value to test\\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\\n */\\nfunction isURLSearchParams(val) {\\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\\n}\\n\\n/**\\n * Trim excess whitespace off the beginning and end of a string\\n *\\n * @param {String} str The String to trim\\n * @returns {String} The String freed of excess whitespace\\n */\\nfunction trim(str) {\\n return str.replace(/^\\\\s*/, '').replace(/\\\\s*$/, '');\\n}\\n\\n/**\\n * Determine if we're running in a standard browser environment\\n *\\n * This allows axios to run in a web worker, and react-native.\\n * Both environments support XMLHttpRequest, but not fully standard globals.\\n *\\n * web workers:\\n * typeof window -> undefined\\n * typeof document -> undefined\\n *\\n * react-native:\\n * navigator.product -> 'ReactNative'\\n * nativescript\\n * navigator.product -> 'NativeScript' or 'NS'\\n */\\nfunction isStandardBrowserEnv() {\\n if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\\n navigator.product === 'NativeScript' ||\\n navigator.product === 'NS')) {\\n return false;\\n }\\n return (\\n typeof window !== 'undefined' &&\\n typeof document !== 'undefined'\\n );\\n}\\n\\n/**\\n * Iterate over an Array or an Object invoking a function for each item.\\n *\\n * If `obj` is an Array callback will be called passing\\n * the value, index, and complete array for each item.\\n *\\n * If 'obj' is an Object callback will be called passing\\n * the value, key, and complete object for each property.\\n *\\n * @param {Object|Array} obj The object to iterate\\n * @param {Function} fn The callback to invoke for each item\\n */\\nfunction forEach(obj, fn) {\\n // Don't bother if no value provided\\n if (obj === null || typeof obj === 'undefined') {\\n return;\\n }\\n\\n // Force an array if not already something iterable\\n if (typeof obj !== 'object') {\\n /*eslint no-param-reassign:0*/\\n obj = [obj];\\n }\\n\\n if (isArray(obj)) {\\n // Iterate over array values\\n for (var i = 0, l = obj.length; i < l; i++) {\\n fn.call(null, obj[i], i, obj);\\n }\\n } else {\\n // Iterate over object keys\\n for (var key in obj) {\\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\\n fn.call(null, obj[key], key, obj);\\n }\\n }\\n }\\n}\\n\\n/**\\n * Accepts varargs expecting each argument to be an object, then\\n * immutably merges the properties of each object and returns result.\\n *\\n * When multiple objects contain the same key the later object in\\n * the arguments list will take precedence.\\n *\\n * Example:\\n *\\n * ```js\\n * var result = merge({foo: 123}, {foo: 456});\\n * console.log(result.foo); // outputs 456\\n * ```\\n *\\n * @param {Object} obj1 Object to merge\\n * @returns {Object} Result of all merge properties\\n */\\nfunction merge(/* obj1, obj2, obj3, ... */) {\\n var result = {};\\n function assignValue(val, key) {\\n if (typeof result[key] === 'object' && typeof val === 'object') {\\n result[key] = merge(result[key], val);\\n } else {\\n result[key] = val;\\n }\\n }\\n\\n for (var i = 0, l = arguments.length; i < l; i++) {\\n forEach(arguments[i], assignValue);\\n }\\n return result;\\n}\\n\\n/**\\n * Function equal to merge with the difference being that no reference\\n * to original objects is kept.\\n *\\n * @see merge\\n * @param {Object} obj1 Object to merge\\n * @returns {Object} Result of all merge properties\\n */\\nfunction deepMerge(/* obj1, obj2, obj3, ... */) {\\n var result = {};\\n function assignValue(val, key) {\\n if (typeof result[key] === 'object' && typeof val === 'object') {\\n result[key] = deepMerge(result[key], val);\\n } else if (typeof val === 'object') {\\n result[key] = deepMerge({}, val);\\n } else {\\n result[key] = val;\\n }\\n }\\n\\n for (var i = 0, l = arguments.length; i < l; i++) {\\n forEach(arguments[i], assignValue);\\n }\\n return result;\\n}\\n\\n/**\\n * Extends object a by mutably adding to it the properties of object b.\\n *\\n * @param {Object} a The object to be extended\\n * @param {Object} b The object to copy properties from\\n * @param {Object} thisArg The object to bind function to\\n * @return {Object} The resulting value of object a\\n */\\nfunction extend(a, b, thisArg) {\\n forEach(b, function assignValue(val, key) {\\n if (thisArg && typeof val === 'function') {\\n a[key] = bind(val, thisArg);\\n } else {\\n a[key] = val;\\n }\\n });\\n return a;\\n}\\n\\nmodule.exports = {\\n isArray: isArray,\\n isArrayBuffer: isArrayBuffer,\\n isBuffer: isBuffer,\\n isFormData: isFormData,\\n isArrayBufferView: isArrayBufferView,\\n isString: isString,\\n isNumber: isNumber,\\n isObject: isObject,\\n isUndefined: isUndefined,\\n isDate: isDate,\\n isFile: isFile,\\n isBlob: isBlob,\\n isFunction: isFunction,\\n isStream: isStream,\\n isURLSearchParams: isURLSearchParams,\\n isStandardBrowserEnv: isStandardBrowserEnv,\\n forEach: forEach,\\n merge: merge,\\n deepMerge: deepMerge,\\n extend: extend,\\n trim: trim\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/axios/lib/utils.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/base64-js/index.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/base64-js/index.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nexports.byteLength = byteLength\\nexports.toByteArray = toByteArray\\nexports.fromByteArray = fromByteArray\\n\\nvar lookup = []\\nvar revLookup = []\\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\\n\\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\\nfor (var i = 0, len = code.length; i < len; ++i) {\\n lookup[i] = code[i]\\n revLookup[code.charCodeAt(i)] = i\\n}\\n\\n// Support decoding URL-safe base64 strings, as Node.js does.\\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\\nrevLookup['-'.charCodeAt(0)] = 62\\nrevLookup['_'.charCodeAt(0)] = 63\\n\\nfunction getLens (b64) {\\n var len = b64.length\\n\\n if (len % 4 > 0) {\\n throw new Error('Invalid string. Length must be a multiple of 4')\\n }\\n\\n // Trim off extra bytes after placeholder bytes are found\\n // See: https://github.com/beatgammit/base64-js/issues/42\\n var validLen = b64.indexOf('=')\\n if (validLen === -1) validLen = len\\n\\n var placeHoldersLen = validLen === len\\n ? 0\\n : 4 - (validLen % 4)\\n\\n return [validLen, placeHoldersLen]\\n}\\n\\n// base64 is 4/3 + up to two characters of the original data\\nfunction byteLength (b64) {\\n var lens = getLens(b64)\\n var validLen = lens[0]\\n var placeHoldersLen = lens[1]\\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\\n}\\n\\nfunction _byteLength (b64, validLen, placeHoldersLen) {\\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\\n}\\n\\nfunction toByteArray (b64) {\\n var tmp\\n var lens = getLens(b64)\\n var validLen = lens[0]\\n var placeHoldersLen = lens[1]\\n\\n var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\\n\\n var curByte = 0\\n\\n // if there are placeholders, only get up to the last complete 4 chars\\n var len = placeHoldersLen > 0\\n ? validLen - 4\\n : validLen\\n\\n var i\\n for (i = 0; i < len; i += 4) {\\n tmp =\\n (revLookup[b64.charCodeAt(i)] << 18) |\\n (revLookup[b64.charCodeAt(i + 1)] << 12) |\\n (revLookup[b64.charCodeAt(i + 2)] << 6) |\\n revLookup[b64.charCodeAt(i + 3)]\\n arr[curByte++] = (tmp >> 16) & 0xFF\\n arr[curByte++] = (tmp >> 8) & 0xFF\\n arr[curByte++] = tmp & 0xFF\\n }\\n\\n if (placeHoldersLen === 2) {\\n tmp =\\n (revLookup[b64.charCodeAt(i)] << 2) |\\n (revLookup[b64.charCodeAt(i + 1)] >> 4)\\n arr[curByte++] = tmp & 0xFF\\n }\\n\\n if (placeHoldersLen === 1) {\\n tmp =\\n (revLookup[b64.charCodeAt(i)] << 10) |\\n (revLookup[b64.charCodeAt(i + 1)] << 4) |\\n (revLookup[b64.charCodeAt(i + 2)] >> 2)\\n arr[curByte++] = (tmp >> 8) & 0xFF\\n arr[curByte++] = tmp & 0xFF\\n }\\n\\n return arr\\n}\\n\\nfunction tripletToBase64 (num) {\\n return lookup[num >> 18 & 0x3F] +\\n lookup[num >> 12 & 0x3F] +\\n lookup[num >> 6 & 0x3F] +\\n lookup[num & 0x3F]\\n}\\n\\nfunction encodeChunk (uint8, start, end) {\\n var tmp\\n var output = []\\n for (var i = start; i < end; i += 3) {\\n tmp =\\n ((uint8[i] << 16) & 0xFF0000) +\\n ((uint8[i + 1] << 8) & 0xFF00) +\\n (uint8[i + 2] & 0xFF)\\n output.push(tripletToBase64(tmp))\\n }\\n return output.join('')\\n}\\n\\nfunction fromByteArray (uint8) {\\n var tmp\\n var len = uint8.length\\n var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\\n var parts = []\\n var maxChunkLength = 16383 // must be multiple of 3\\n\\n // go through the array every three bytes, we'll deal with trailing stuff later\\n for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\\n parts.push(encodeChunk(\\n uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)\\n ))\\n }\\n\\n // pad the end with zeros, but make sure to not forget the extra bytes\\n if (extraBytes === 1) {\\n tmp = uint8[len - 1]\\n parts.push(\\n lookup[tmp >> 2] +\\n lookup[(tmp << 4) & 0x3F] +\\n '=='\\n )\\n } else if (extraBytes === 2) {\\n tmp = (uint8[len - 2] << 8) + uint8[len - 1]\\n parts.push(\\n lookup[tmp >> 10] +\\n lookup[(tmp >> 4) & 0x3F] +\\n lookup[(tmp << 2) & 0x3F] +\\n '='\\n )\\n }\\n\\n return parts.join('')\\n}\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/base64-js/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/call-bind/callBound.js\":\n/*!*********************************************!*\\\n !*** ./node_modules/call-bind/callBound.js ***!\n \\*********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar GetIntrinsic = __webpack_require__(/*! get-intrinsic */ \\\"./node_modules/get-intrinsic/index.js\\\");\\n\\nvar callBind = __webpack_require__(/*! ./ */ \\\"./node_modules/call-bind/index.js\\\");\\n\\nvar $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));\\n\\nmodule.exports = function callBoundIntrinsic(name, allowMissing) {\\n\\tvar intrinsic = GetIntrinsic(name, !!allowMissing);\\n\\tif (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {\\n\\t\\treturn callBind(intrinsic);\\n\\t}\\n\\treturn intrinsic;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/call-bind/callBound.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/call-bind/index.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/call-bind/index.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar bind = __webpack_require__(/*! function-bind */ \\\"./node_modules/function-bind/index.js\\\");\\nvar GetIntrinsic = __webpack_require__(/*! get-intrinsic */ \\\"./node_modules/get-intrinsic/index.js\\\");\\n\\nvar $apply = GetIntrinsic('%Function.prototype.apply%');\\nvar $call = GetIntrinsic('%Function.prototype.call%');\\nvar $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);\\n\\nvar $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);\\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\\nvar $max = GetIntrinsic('%Math.max%');\\n\\nif ($defineProperty) {\\n\\ttry {\\n\\t\\t$defineProperty({}, 'a', { value: 1 });\\n\\t} catch (e) {\\n\\t\\t// IE 8 has a broken defineProperty\\n\\t\\t$defineProperty = null;\\n\\t}\\n}\\n\\nmodule.exports = function callBind(originalFunction) {\\n\\tvar func = $reflectApply(bind, $call, arguments);\\n\\tif ($gOPD && $defineProperty) {\\n\\t\\tvar desc = $gOPD(func, 'length');\\n\\t\\tif (desc.configurable) {\\n\\t\\t\\t// original length, plus the receiver, minus any additional arguments (after the receiver)\\n\\t\\t\\t$defineProperty(\\n\\t\\t\\t\\tfunc,\\n\\t\\t\\t\\t'length',\\n\\t\\t\\t\\t{ value: 1 + $max(0, originalFunction.length - (arguments.length - 1)) }\\n\\t\\t\\t);\\n\\t\\t}\\n\\t}\\n\\treturn func;\\n};\\n\\nvar applyBind = function applyBind() {\\n\\treturn $reflectApply(bind, $apply, arguments);\\n};\\n\\nif ($defineProperty) {\\n\\t$defineProperty(module.exports, 'apply', { value: applyBind });\\n} else {\\n\\tmodule.exports.apply = applyBind;\\n}\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/call-bind/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/function-bind/implementation.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/function-bind/implementation.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/* eslint no-invalid-this: 1 */\\n\\nvar ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';\\nvar slice = Array.prototype.slice;\\nvar toStr = Object.prototype.toString;\\nvar funcType = '[object Function]';\\n\\nmodule.exports = function bind(that) {\\n var target = this;\\n if (typeof target !== 'function' || toStr.call(target) !== funcType) {\\n throw new TypeError(ERROR_MESSAGE + target);\\n }\\n var args = slice.call(arguments, 1);\\n\\n var bound;\\n var binder = function () {\\n if (this instanceof bound) {\\n var result = target.apply(\\n this,\\n args.concat(slice.call(arguments))\\n );\\n if (Object(result) === result) {\\n return result;\\n }\\n return this;\\n } else {\\n return target.apply(\\n that,\\n args.concat(slice.call(arguments))\\n );\\n }\\n };\\n\\n var boundLength = Math.max(0, target.length - args.length);\\n var boundArgs = [];\\n for (var i = 0; i < boundLength; i++) {\\n boundArgs.push('$' + i);\\n }\\n\\n bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder);\\n\\n if (target.prototype) {\\n var Empty = function Empty() {};\\n Empty.prototype = target.prototype;\\n bound.prototype = new Empty();\\n Empty.prototype = null;\\n }\\n\\n return bound;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/function-bind/implementation.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/function-bind/index.js\":\n/*!*********************************************!*\\\n !*** ./node_modules/function-bind/index.js ***!\n \\*********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar implementation = __webpack_require__(/*! ./implementation */ \\\"./node_modules/function-bind/implementation.js\\\");\\n\\nmodule.exports = Function.prototype.bind || implementation;\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/function-bind/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/get-intrinsic/index.js\":\n/*!*********************************************!*\\\n !*** ./node_modules/get-intrinsic/index.js ***!\n \\*********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar undefined;\\n\\nvar $SyntaxError = SyntaxError;\\nvar $Function = Function;\\nvar $TypeError = TypeError;\\n\\n// eslint-disable-next-line consistent-return\\nvar getEvalledConstructor = function (expressionSyntax) {\\n\\ttry {\\n\\t\\treturn $Function('\\\"use strict\\\"; return (' + expressionSyntax + ').constructor;')();\\n\\t} catch (e) {}\\n};\\n\\nvar $gOPD = Object.getOwnPropertyDescriptor;\\nif ($gOPD) {\\n\\ttry {\\n\\t\\t$gOPD({}, '');\\n\\t} catch (e) {\\n\\t\\t$gOPD = null; // this is IE 8, which has a broken gOPD\\n\\t}\\n}\\n\\nvar throwTypeError = function () {\\n\\tthrow new $TypeError();\\n};\\nvar ThrowTypeError = $gOPD\\n\\t? (function () {\\n\\t\\ttry {\\n\\t\\t\\t// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties\\n\\t\\t\\targuments.callee; // IE 8 does not throw here\\n\\t\\t\\treturn throwTypeError;\\n\\t\\t} catch (calleeThrows) {\\n\\t\\t\\ttry {\\n\\t\\t\\t\\t// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')\\n\\t\\t\\t\\treturn $gOPD(arguments, 'callee').get;\\n\\t\\t\\t} catch (gOPDthrows) {\\n\\t\\t\\t\\treturn throwTypeError;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}())\\n\\t: throwTypeError;\\n\\nvar hasSymbols = __webpack_require__(/*! has-symbols */ \\\"./node_modules/has-symbols/index.js\\\")();\\n\\nvar getProto = Object.getPrototypeOf || function (x) { return x.__proto__; }; // eslint-disable-line no-proto\\n\\nvar needsEval = {};\\n\\nvar TypedArray = typeof Uint8Array === 'undefined' ? undefined : getProto(Uint8Array);\\n\\nvar INTRINSICS = {\\n\\t'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,\\n\\t'%Array%': Array,\\n\\t'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,\\n\\t'%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined,\\n\\t'%AsyncFromSyncIteratorPrototype%': undefined,\\n\\t'%AsyncFunction%': needsEval,\\n\\t'%AsyncGenerator%': needsEval,\\n\\t'%AsyncGeneratorFunction%': needsEval,\\n\\t'%AsyncIteratorPrototype%': needsEval,\\n\\t'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,\\n\\t'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,\\n\\t'%Boolean%': Boolean,\\n\\t'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,\\n\\t'%Date%': Date,\\n\\t'%decodeURI%': decodeURI,\\n\\t'%decodeURIComponent%': decodeURIComponent,\\n\\t'%encodeURI%': encodeURI,\\n\\t'%encodeURIComponent%': encodeURIComponent,\\n\\t'%Error%': Error,\\n\\t'%eval%': eval, // eslint-disable-line no-eval\\n\\t'%EvalError%': EvalError,\\n\\t'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,\\n\\t'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,\\n\\t'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,\\n\\t'%Function%': $Function,\\n\\t'%GeneratorFunction%': needsEval,\\n\\t'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,\\n\\t'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,\\n\\t'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,\\n\\t'%isFinite%': isFinite,\\n\\t'%isNaN%': isNaN,\\n\\t'%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined,\\n\\t'%JSON%': typeof JSON === 'object' ? JSON : undefined,\\n\\t'%Map%': typeof Map === 'undefined' ? undefined : Map,\\n\\t'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined : getProto(new Map()[Symbol.iterator]()),\\n\\t'%Math%': Math,\\n\\t'%Number%': Number,\\n\\t'%Object%': Object,\\n\\t'%parseFloat%': parseFloat,\\n\\t'%parseInt%': parseInt,\\n\\t'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,\\n\\t'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,\\n\\t'%RangeError%': RangeError,\\n\\t'%ReferenceError%': ReferenceError,\\n\\t'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,\\n\\t'%RegExp%': RegExp,\\n\\t'%Set%': typeof Set === 'undefined' ? undefined : Set,\\n\\t'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined : getProto(new Set()[Symbol.iterator]()),\\n\\t'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,\\n\\t'%String%': String,\\n\\t'%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined,\\n\\t'%Symbol%': hasSymbols ? Symbol : undefined,\\n\\t'%SyntaxError%': $SyntaxError,\\n\\t'%ThrowTypeError%': ThrowTypeError,\\n\\t'%TypedArray%': TypedArray,\\n\\t'%TypeError%': $TypeError,\\n\\t'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,\\n\\t'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,\\n\\t'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,\\n\\t'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,\\n\\t'%URIError%': URIError,\\n\\t'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,\\n\\t'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,\\n\\t'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet\\n};\\n\\nvar doEval = function doEval(name) {\\n\\tvar value;\\n\\tif (name === '%AsyncFunction%') {\\n\\t\\tvalue = getEvalledConstructor('async function () {}');\\n\\t} else if (name === '%GeneratorFunction%') {\\n\\t\\tvalue = getEvalledConstructor('function* () {}');\\n\\t} else if (name === '%AsyncGeneratorFunction%') {\\n\\t\\tvalue = getEvalledConstructor('async function* () {}');\\n\\t} else if (name === '%AsyncGenerator%') {\\n\\t\\tvar fn = doEval('%AsyncGeneratorFunction%');\\n\\t\\tif (fn) {\\n\\t\\t\\tvalue = fn.prototype;\\n\\t\\t}\\n\\t} else if (name === '%AsyncIteratorPrototype%') {\\n\\t\\tvar gen = doEval('%AsyncGenerator%');\\n\\t\\tif (gen) {\\n\\t\\t\\tvalue = getProto(gen.prototype);\\n\\t\\t}\\n\\t}\\n\\n\\tINTRINSICS[name] = value;\\n\\n\\treturn value;\\n};\\n\\nvar LEGACY_ALIASES = {\\n\\t'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],\\n\\t'%ArrayPrototype%': ['Array', 'prototype'],\\n\\t'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],\\n\\t'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],\\n\\t'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],\\n\\t'%ArrayProto_values%': ['Array', 'prototype', 'values'],\\n\\t'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],\\n\\t'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],\\n\\t'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],\\n\\t'%BooleanPrototype%': ['Boolean', 'prototype'],\\n\\t'%DataViewPrototype%': ['DataView', 'prototype'],\\n\\t'%DatePrototype%': ['Date', 'prototype'],\\n\\t'%ErrorPrototype%': ['Error', 'prototype'],\\n\\t'%EvalErrorPrototype%': ['EvalError', 'prototype'],\\n\\t'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],\\n\\t'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],\\n\\t'%FunctionPrototype%': ['Function', 'prototype'],\\n\\t'%Generator%': ['GeneratorFunction', 'prototype'],\\n\\t'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],\\n\\t'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],\\n\\t'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],\\n\\t'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],\\n\\t'%JSONParse%': ['JSON', 'parse'],\\n\\t'%JSONStringify%': ['JSON', 'stringify'],\\n\\t'%MapPrototype%': ['Map', 'prototype'],\\n\\t'%NumberPrototype%': ['Number', 'prototype'],\\n\\t'%ObjectPrototype%': ['Object', 'prototype'],\\n\\t'%ObjProto_toString%': ['Object', 'prototype', 'toString'],\\n\\t'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],\\n\\t'%PromisePrototype%': ['Promise', 'prototype'],\\n\\t'%PromiseProto_then%': ['Promise', 'prototype', 'then'],\\n\\t'%Promise_all%': ['Promise', 'all'],\\n\\t'%Promise_reject%': ['Promise', 'reject'],\\n\\t'%Promise_resolve%': ['Promise', 'resolve'],\\n\\t'%RangeErrorPrototype%': ['RangeError', 'prototype'],\\n\\t'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],\\n\\t'%RegExpPrototype%': ['RegExp', 'prototype'],\\n\\t'%SetPrototype%': ['Set', 'prototype'],\\n\\t'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],\\n\\t'%StringPrototype%': ['String', 'prototype'],\\n\\t'%SymbolPrototype%': ['Symbol', 'prototype'],\\n\\t'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],\\n\\t'%TypedArrayPrototype%': ['TypedArray', 'prototype'],\\n\\t'%TypeErrorPrototype%': ['TypeError', 'prototype'],\\n\\t'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],\\n\\t'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],\\n\\t'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],\\n\\t'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],\\n\\t'%URIErrorPrototype%': ['URIError', 'prototype'],\\n\\t'%WeakMapPrototype%': ['WeakMap', 'prototype'],\\n\\t'%WeakSetPrototype%': ['WeakSet', 'prototype']\\n};\\n\\nvar bind = __webpack_require__(/*! function-bind */ \\\"./node_modules/function-bind/index.js\\\");\\nvar hasOwn = __webpack_require__(/*! has */ \\\"./node_modules/has/src/index.js\\\");\\nvar $concat = bind.call(Function.call, Array.prototype.concat);\\nvar $spliceApply = bind.call(Function.apply, Array.prototype.splice);\\nvar $replace = bind.call(Function.call, String.prototype.replace);\\nvar $strSlice = bind.call(Function.call, String.prototype.slice);\\n\\n/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */\\nvar rePropName = /[^%.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\\\"'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|%$))/g;\\nvar reEscapeChar = /\\\\\\\\(\\\\\\\\)?/g; /** Used to match backslashes in property paths. */\\nvar stringToPath = function stringToPath(string) {\\n\\tvar first = $strSlice(string, 0, 1);\\n\\tvar last = $strSlice(string, -1);\\n\\tif (first === '%' && last !== '%') {\\n\\t\\tthrow new $SyntaxError('invalid intrinsic syntax, expected closing `%`');\\n\\t} else if (last === '%' && first !== '%') {\\n\\t\\tthrow new $SyntaxError('invalid intrinsic syntax, expected opening `%`');\\n\\t}\\n\\tvar result = [];\\n\\t$replace(string, rePropName, function (match, number, quote, subString) {\\n\\t\\tresult[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;\\n\\t});\\n\\treturn result;\\n};\\n/* end adaptation */\\n\\nvar getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {\\n\\tvar intrinsicName = name;\\n\\tvar alias;\\n\\tif (hasOwn(LEGACY_ALIASES, intrinsicName)) {\\n\\t\\talias = LEGACY_ALIASES[intrinsicName];\\n\\t\\tintrinsicName = '%' + alias[0] + '%';\\n\\t}\\n\\n\\tif (hasOwn(INTRINSICS, intrinsicName)) {\\n\\t\\tvar value = INTRINSICS[intrinsicName];\\n\\t\\tif (value === needsEval) {\\n\\t\\t\\tvalue = doEval(intrinsicName);\\n\\t\\t}\\n\\t\\tif (typeof value === 'undefined' && !allowMissing) {\\n\\t\\t\\tthrow new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');\\n\\t\\t}\\n\\n\\t\\treturn {\\n\\t\\t\\talias: alias,\\n\\t\\t\\tname: intrinsicName,\\n\\t\\t\\tvalue: value\\n\\t\\t};\\n\\t}\\n\\n\\tthrow new $SyntaxError('intrinsic ' + name + ' does not exist!');\\n};\\n\\nmodule.exports = function GetIntrinsic(name, allowMissing) {\\n\\tif (typeof name !== 'string' || name.length === 0) {\\n\\t\\tthrow new $TypeError('intrinsic name must be a non-empty string');\\n\\t}\\n\\tif (arguments.length > 1 && typeof allowMissing !== 'boolean') {\\n\\t\\tthrow new $TypeError('\\\"allowMissing\\\" argument must be a boolean');\\n\\t}\\n\\n\\tvar parts = stringToPath(name);\\n\\tvar intrinsicBaseName = parts.length > 0 ? parts[0] : '';\\n\\n\\tvar intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);\\n\\tvar intrinsicRealName = intrinsic.name;\\n\\tvar value = intrinsic.value;\\n\\tvar skipFurtherCaching = false;\\n\\n\\tvar alias = intrinsic.alias;\\n\\tif (alias) {\\n\\t\\tintrinsicBaseName = alias[0];\\n\\t\\t$spliceApply(parts, $concat([0, 1], alias));\\n\\t}\\n\\n\\tfor (var i = 1, isOwn = true; i < parts.length; i += 1) {\\n\\t\\tvar part = parts[i];\\n\\t\\tvar first = $strSlice(part, 0, 1);\\n\\t\\tvar last = $strSlice(part, -1);\\n\\t\\tif (\\n\\t\\t\\t(\\n\\t\\t\\t\\t(first === '\\\"' || first === \\\"'\\\" || first === '`')\\n\\t\\t\\t\\t|| (last === '\\\"' || last === \\\"'\\\" || last === '`')\\n\\t\\t\\t)\\n\\t\\t\\t&& first !== last\\n\\t\\t) {\\n\\t\\t\\tthrow new $SyntaxError('property names with quotes must have matching quotes');\\n\\t\\t}\\n\\t\\tif (part === 'constructor' || !isOwn) {\\n\\t\\t\\tskipFurtherCaching = true;\\n\\t\\t}\\n\\n\\t\\tintrinsicBaseName += '.' + part;\\n\\t\\tintrinsicRealName = '%' + intrinsicBaseName + '%';\\n\\n\\t\\tif (hasOwn(INTRINSICS, intrinsicRealName)) {\\n\\t\\t\\tvalue = INTRINSICS[intrinsicRealName];\\n\\t\\t} else if (value != null) {\\n\\t\\t\\tif (!(part in value)) {\\n\\t\\t\\t\\tif (!allowMissing) {\\n\\t\\t\\t\\t\\tthrow new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn void undefined;\\n\\t\\t\\t}\\n\\t\\t\\tif ($gOPD && (i + 1) >= parts.length) {\\n\\t\\t\\t\\tvar desc = $gOPD(value, part);\\n\\t\\t\\t\\tisOwn = !!desc;\\n\\n\\t\\t\\t\\t// By convention, when a data property is converted to an accessor\\n\\t\\t\\t\\t// property to emulate a data property that does not suffer from\\n\\t\\t\\t\\t// the override mistake, that accessor's getter is marked with\\n\\t\\t\\t\\t// an `originalValue` property. Here, when we detect this, we\\n\\t\\t\\t\\t// uphold the illusion by pretending to see that original data\\n\\t\\t\\t\\t// property, i.e., returning the value rather than the getter\\n\\t\\t\\t\\t// itself.\\n\\t\\t\\t\\tif (isOwn && 'get' in desc && !('originalValue' in desc.get)) {\\n\\t\\t\\t\\t\\tvalue = desc.get;\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tvalue = value[part];\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tisOwn = hasOwn(value, part);\\n\\t\\t\\t\\tvalue = value[part];\\n\\t\\t\\t}\\n\\n\\t\\t\\tif (isOwn && !skipFurtherCaching) {\\n\\t\\t\\t\\tINTRINSICS[intrinsicRealName] = value;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn value;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/get-intrinsic/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/has-symbols/index.js\":\n/*!*******************************************!*\\\n !*** ./node_modules/has-symbols/index.js ***!\n \\*******************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar origSymbol = typeof Symbol !== 'undefined' && Symbol;\\nvar hasSymbolSham = __webpack_require__(/*! ./shams */ \\\"./node_modules/has-symbols/shams.js\\\");\\n\\nmodule.exports = function hasNativeSymbols() {\\n\\tif (typeof origSymbol !== 'function') { return false; }\\n\\tif (typeof Symbol !== 'function') { return false; }\\n\\tif (typeof origSymbol('foo') !== 'symbol') { return false; }\\n\\tif (typeof Symbol('bar') !== 'symbol') { return false; }\\n\\n\\treturn hasSymbolSham();\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/has-symbols/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/has-symbols/shams.js\":\n/*!*******************************************!*\\\n !*** ./node_modules/has-symbols/shams.js ***!\n \\*******************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\n/* eslint complexity: [2, 18], max-statements: [2, 33] */\\nmodule.exports = function hasSymbols() {\\n\\tif (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; }\\n\\tif (typeof Symbol.iterator === 'symbol') { return true; }\\n\\n\\tvar obj = {};\\n\\tvar sym = Symbol('test');\\n\\tvar symObj = Object(sym);\\n\\tif (typeof sym === 'string') { return false; }\\n\\n\\tif (Object.prototype.toString.call(sym) !== '[object Symbol]') { return false; }\\n\\tif (Object.prototype.toString.call(symObj) !== '[object Symbol]') { return false; }\\n\\n\\t// temp disabled per https://github.com/ljharb/object.assign/issues/17\\n\\t// if (sym instanceof Symbol) { return false; }\\n\\t// temp disabled per https://github.com/WebReflection/get-own-property-symbols/issues/4\\n\\t// if (!(symObj instanceof Symbol)) { return false; }\\n\\n\\t// if (typeof Symbol.prototype.toString !== 'function') { return false; }\\n\\t// if (String(sym) !== Symbol.prototype.toString.call(sym)) { return false; }\\n\\n\\tvar symVal = 42;\\n\\tobj[sym] = symVal;\\n\\tfor (sym in obj) { return false; } // eslint-disable-line no-restricted-syntax, no-unreachable-loop\\n\\tif (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) { return false; }\\n\\n\\tif (typeof Object.getOwnPropertyNames === 'function' && Object.getOwnPropertyNames(obj).length !== 0) { return false; }\\n\\n\\tvar syms = Object.getOwnPropertySymbols(obj);\\n\\tif (syms.length !== 1 || syms[0] !== sym) { return false; }\\n\\n\\tif (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { return false; }\\n\\n\\tif (typeof Object.getOwnPropertyDescriptor === 'function') {\\n\\t\\tvar descriptor = Object.getOwnPropertyDescriptor(obj, sym);\\n\\t\\tif (descriptor.value !== symVal || descriptor.enumerable !== true) { return false; }\\n\\t}\\n\\n\\treturn true;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/has-symbols/shams.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/has/src/index.js\":\n/*!***************************************!*\\\n !*** ./node_modules/has/src/index.js ***!\n \\***************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar bind = __webpack_require__(/*! function-bind */ \\\"./node_modules/function-bind/index.js\\\");\\n\\nmodule.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/has/src/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/ieee754/index.js\":\n/*!***************************************!*\\\n !*** ./node_modules/ieee754/index.js ***!\n \\***************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"exports.read = function (buffer, offset, isLE, mLen, nBytes) {\\n var e, m\\n var eLen = (nBytes * 8) - mLen - 1\\n var eMax = (1 << eLen) - 1\\n var eBias = eMax >> 1\\n var nBits = -7\\n var i = isLE ? (nBytes - 1) : 0\\n var d = isLE ? -1 : 1\\n var s = buffer[offset + i]\\n\\n i += d\\n\\n e = s & ((1 << (-nBits)) - 1)\\n s >>= (-nBits)\\n nBits += eLen\\n for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\\n\\n m = e & ((1 << (-nBits)) - 1)\\n e >>= (-nBits)\\n nBits += mLen\\n for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\\n\\n if (e === 0) {\\n e = 1 - eBias\\n } else if (e === eMax) {\\n return m ? NaN : ((s ? -1 : 1) * Infinity)\\n } else {\\n m = m + Math.pow(2, mLen)\\n e = e - eBias\\n }\\n return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\\n}\\n\\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\\n var e, m, c\\n var eLen = (nBytes * 8) - mLen - 1\\n var eMax = (1 << eLen) - 1\\n var eBias = eMax >> 1\\n var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\\n var i = isLE ? 0 : (nBytes - 1)\\n var d = isLE ? 1 : -1\\n var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\\n\\n value = Math.abs(value)\\n\\n if (isNaN(value) || value === Infinity) {\\n m = isNaN(value) ? 1 : 0\\n e = eMax\\n } else {\\n e = Math.floor(Math.log(value) / Math.LN2)\\n if (value * (c = Math.pow(2, -e)) < 1) {\\n e--\\n c *= 2\\n }\\n if (e + eBias >= 1) {\\n value += rt / c\\n } else {\\n value += rt * Math.pow(2, 1 - eBias)\\n }\\n if (value * c >= 2) {\\n e++\\n c /= 2\\n }\\n\\n if (e + eBias >= eMax) {\\n m = 0\\n e = eMax\\n } else if (e + eBias >= 1) {\\n m = ((value * c) - 1) * Math.pow(2, mLen)\\n e = e + eBias\\n } else {\\n m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\\n e = 0\\n }\\n }\\n\\n for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\\n\\n e = (e << mLen) | m\\n eLen += mLen\\n for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\\n\\n buffer[offset + i - d] |= s * 128\\n}\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/ieee754/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/isarray/index.js\":\n/*!***************************************!*\\\n !*** ./node_modules/isarray/index.js ***!\n \\***************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"var toString = {}.toString;\\n\\nmodule.exports = Array.isArray || function (arr) {\\n return toString.call(arr) == '[object Array]';\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/isarray/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/isomorphic-form-data/lib/browser.js\":\n/*!**********************************************************!*\\\n !*** ./node_modules/isomorphic-form-data/lib/browser.js ***!\n \\**********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"module.exports = window.FormData\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/isomorphic-form-data/lib/browser.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/node-libs-browser/node_modules/buffer/index.js\":\n/*!*********************************************************************!*\\\n !*** ./node_modules/node-libs-browser/node_modules/buffer/index.js ***!\n \\*********************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"/* WEBPACK VAR INJECTION */(function(global) {/*!\\n * The buffer module from node.js, for the browser.\\n *\\n * @author Feross Aboukhadijeh <http://feross.org>\\n * @license MIT\\n */\\n/* eslint-disable no-proto */\\n\\n\\n\\nvar base64 = __webpack_require__(/*! base64-js */ \\\"./node_modules/base64-js/index.js\\\")\\nvar ieee754 = __webpack_require__(/*! ieee754 */ \\\"./node_modules/ieee754/index.js\\\")\\nvar isArray = __webpack_require__(/*! isarray */ \\\"./node_modules/isarray/index.js\\\")\\n\\nexports.Buffer = Buffer\\nexports.SlowBuffer = SlowBuffer\\nexports.INSPECT_MAX_BYTES = 50\\n\\n/**\\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\\n * === true Use Uint8Array implementation (fastest)\\n * === false Use Object implementation (most compatible, even IE6)\\n *\\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\\n * Opera 11.6+, iOS 4.2+.\\n *\\n * Due to various browser bugs, sometimes the Object implementation will be used even\\n * when the browser supports typed arrays.\\n *\\n * Note:\\n *\\n * - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,\\n * See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\\n *\\n * - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.\\n *\\n * - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of\\n * incorrect length in some situations.\\n\\n * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they\\n * get the Object implementation, which is slower but behaves correctly.\\n */\\nBuffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined\\n ? global.TYPED_ARRAY_SUPPORT\\n : typedArraySupport()\\n\\n/*\\n * Export kMaxLength after typed array support is determined.\\n */\\nexports.kMaxLength = kMaxLength()\\n\\nfunction typedArraySupport () {\\n try {\\n var arr = new Uint8Array(1)\\n arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}\\n return arr.foo() === 42 && // typed array instances can be augmented\\n typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`\\n arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`\\n } catch (e) {\\n return false\\n }\\n}\\n\\nfunction kMaxLength () {\\n return Buffer.TYPED_ARRAY_SUPPORT\\n ? 0x7fffffff\\n : 0x3fffffff\\n}\\n\\nfunction createBuffer (that, length) {\\n if (kMaxLength() < length) {\\n throw new RangeError('Invalid typed array length')\\n }\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n // Return an augmented `Uint8Array` instance, for best performance\\n that = new Uint8Array(length)\\n that.__proto__ = Buffer.prototype\\n } else {\\n // Fallback: Return an object instance of the Buffer class\\n if (that === null) {\\n that = new Buffer(length)\\n }\\n that.length = length\\n }\\n\\n return that\\n}\\n\\n/**\\n * The Buffer constructor returns instances of `Uint8Array` that have their\\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\\n * returns a single octet.\\n *\\n * The `Uint8Array` prototype remains unmodified.\\n */\\n\\nfunction Buffer (arg, encodingOrOffset, length) {\\n if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {\\n return new Buffer(arg, encodingOrOffset, length)\\n }\\n\\n // Common case.\\n if (typeof arg === 'number') {\\n if (typeof encodingOrOffset === 'string') {\\n throw new Error(\\n 'If encoding is specified then the first argument must be a string'\\n )\\n }\\n return allocUnsafe(this, arg)\\n }\\n return from(this, arg, encodingOrOffset, length)\\n}\\n\\nBuffer.poolSize = 8192 // not used by this implementation\\n\\n// TODO: Legacy, not needed anymore. Remove in next major version.\\nBuffer._augment = function (arr) {\\n arr.__proto__ = Buffer.prototype\\n return arr\\n}\\n\\nfunction from (that, value, encodingOrOffset, length) {\\n if (typeof value === 'number') {\\n throw new TypeError('\\\"value\\\" argument must not be a number')\\n }\\n\\n if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\\n return fromArrayBuffer(that, value, encodingOrOffset, length)\\n }\\n\\n if (typeof value === 'string') {\\n return fromString(that, value, encodingOrOffset)\\n }\\n\\n return fromObject(that, value)\\n}\\n\\n/**\\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\\n * if value is a number.\\n * Buffer.from(str[, encoding])\\n * Buffer.from(array)\\n * Buffer.from(buffer)\\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\\n **/\\nBuffer.from = function (value, encodingOrOffset, length) {\\n return from(null, value, encodingOrOffset, length)\\n}\\n\\nif (Buffer.TYPED_ARRAY_SUPPORT) {\\n Buffer.prototype.__proto__ = Uint8Array.prototype\\n Buffer.__proto__ = Uint8Array\\n if (typeof Symbol !== 'undefined' && Symbol.species &&\\n Buffer[Symbol.species] === Buffer) {\\n // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\\n Object.defineProperty(Buffer, Symbol.species, {\\n value: null,\\n configurable: true\\n })\\n }\\n}\\n\\nfunction assertSize (size) {\\n if (typeof size !== 'number') {\\n throw new TypeError('\\\"size\\\" argument must be a number')\\n } else if (size < 0) {\\n throw new RangeError('\\\"size\\\" argument must not be negative')\\n }\\n}\\n\\nfunction alloc (that, size, fill, encoding) {\\n assertSize(size)\\n if (size <= 0) {\\n return createBuffer(that, size)\\n }\\n if (fill !== undefined) {\\n // Only pay attention to encoding if it's a string. This\\n // prevents accidentally sending in a number that would\\n // be interpretted as a start offset.\\n return typeof encoding === 'string'\\n ? createBuffer(that, size).fill(fill, encoding)\\n : createBuffer(that, size).fill(fill)\\n }\\n return createBuffer(that, size)\\n}\\n\\n/**\\n * Creates a new filled Buffer instance.\\n * alloc(size[, fill[, encoding]])\\n **/\\nBuffer.alloc = function (size, fill, encoding) {\\n return alloc(null, size, fill, encoding)\\n}\\n\\nfunction allocUnsafe (that, size) {\\n assertSize(size)\\n that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)\\n if (!Buffer.TYPED_ARRAY_SUPPORT) {\\n for (var i = 0; i < size; ++i) {\\n that[i] = 0\\n }\\n }\\n return that\\n}\\n\\n/**\\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\\n * */\\nBuffer.allocUnsafe = function (size) {\\n return allocUnsafe(null, size)\\n}\\n/**\\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\\n */\\nBuffer.allocUnsafeSlow = function (size) {\\n return allocUnsafe(null, size)\\n}\\n\\nfunction fromString (that, string, encoding) {\\n if (typeof encoding !== 'string' || encoding === '') {\\n encoding = 'utf8'\\n }\\n\\n if (!Buffer.isEncoding(encoding)) {\\n throw new TypeError('\\\"encoding\\\" must be a valid string encoding')\\n }\\n\\n var length = byteLength(string, encoding) | 0\\n that = createBuffer(that, length)\\n\\n var actual = that.write(string, encoding)\\n\\n if (actual !== length) {\\n // Writing a hex string, for example, that contains invalid characters will\\n // cause everything after the first invalid character to be ignored. (e.g.\\n // 'abxxcd' will be treated as 'ab')\\n that = that.slice(0, actual)\\n }\\n\\n return that\\n}\\n\\nfunction fromArrayLike (that, array) {\\n var length = array.length < 0 ? 0 : checked(array.length) | 0\\n that = createBuffer(that, length)\\n for (var i = 0; i < length; i += 1) {\\n that[i] = array[i] & 255\\n }\\n return that\\n}\\n\\nfunction fromArrayBuffer (that, array, byteOffset, length) {\\n array.byteLength // this throws if `array` is not a valid ArrayBuffer\\n\\n if (byteOffset < 0 || array.byteLength < byteOffset) {\\n throw new RangeError('\\\\'offset\\\\' is out of bounds')\\n }\\n\\n if (array.byteLength < byteOffset + (length || 0)) {\\n throw new RangeError('\\\\'length\\\\' is out of bounds')\\n }\\n\\n if (byteOffset === undefined && length === undefined) {\\n array = new Uint8Array(array)\\n } else if (length === undefined) {\\n array = new Uint8Array(array, byteOffset)\\n } else {\\n array = new Uint8Array(array, byteOffset, length)\\n }\\n\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n // Return an augmented `Uint8Array` instance, for best performance\\n that = array\\n that.__proto__ = Buffer.prototype\\n } else {\\n // Fallback: Return an object instance of the Buffer class\\n that = fromArrayLike(that, array)\\n }\\n return that\\n}\\n\\nfunction fromObject (that, obj) {\\n if (Buffer.isBuffer(obj)) {\\n var len = checked(obj.length) | 0\\n that = createBuffer(that, len)\\n\\n if (that.length === 0) {\\n return that\\n }\\n\\n obj.copy(that, 0, 0, len)\\n return that\\n }\\n\\n if (obj) {\\n if ((typeof ArrayBuffer !== 'undefined' &&\\n obj.buffer instanceof ArrayBuffer) || 'length' in obj) {\\n if (typeof obj.length !== 'number' || isnan(obj.length)) {\\n return createBuffer(that, 0)\\n }\\n return fromArrayLike(that, obj)\\n }\\n\\n if (obj.type === 'Buffer' && isArray(obj.data)) {\\n return fromArrayLike(that, obj.data)\\n }\\n }\\n\\n throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')\\n}\\n\\nfunction checked (length) {\\n // Note: cannot use `length < kMaxLength()` here because that fails when\\n // length is NaN (which is otherwise coerced to zero.)\\n if (length >= kMaxLength()) {\\n throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\\n 'size: 0x' + kMaxLength().toString(16) + ' bytes')\\n }\\n return length | 0\\n}\\n\\nfunction SlowBuffer (length) {\\n if (+length != length) { // eslint-disable-line eqeqeq\\n length = 0\\n }\\n return Buffer.alloc(+length)\\n}\\n\\nBuffer.isBuffer = function isBuffer (b) {\\n return !!(b != null && b._isBuffer)\\n}\\n\\nBuffer.compare = function compare (a, b) {\\n if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\\n throw new TypeError('Arguments must be Buffers')\\n }\\n\\n if (a === b) return 0\\n\\n var x = a.length\\n var y = b.length\\n\\n for (var i = 0, len = Math.min(x, y); i < len; ++i) {\\n if (a[i] !== b[i]) {\\n x = a[i]\\n y = b[i]\\n break\\n }\\n }\\n\\n if (x < y) return -1\\n if (y < x) return 1\\n return 0\\n}\\n\\nBuffer.isEncoding = function isEncoding (encoding) {\\n switch (String(encoding).toLowerCase()) {\\n case 'hex':\\n case 'utf8':\\n case 'utf-8':\\n case 'ascii':\\n case 'latin1':\\n case 'binary':\\n case 'base64':\\n case 'ucs2':\\n case 'ucs-2':\\n case 'utf16le':\\n case 'utf-16le':\\n return true\\n default:\\n return false\\n }\\n}\\n\\nBuffer.concat = function concat (list, length) {\\n if (!isArray(list)) {\\n throw new TypeError('\\\"list\\\" argument must be an Array of Buffers')\\n }\\n\\n if (list.length === 0) {\\n return Buffer.alloc(0)\\n }\\n\\n var i\\n if (length === undefined) {\\n length = 0\\n for (i = 0; i < list.length; ++i) {\\n length += list[i].length\\n }\\n }\\n\\n var buffer = Buffer.allocUnsafe(length)\\n var pos = 0\\n for (i = 0; i < list.length; ++i) {\\n var buf = list[i]\\n if (!Buffer.isBuffer(buf)) {\\n throw new TypeError('\\\"list\\\" argument must be an Array of Buffers')\\n }\\n buf.copy(buffer, pos)\\n pos += buf.length\\n }\\n return buffer\\n}\\n\\nfunction byteLength (string, encoding) {\\n if (Buffer.isBuffer(string)) {\\n return string.length\\n }\\n if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&\\n (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {\\n return string.byteLength\\n }\\n if (typeof string !== 'string') {\\n string = '' + string\\n }\\n\\n var len = string.length\\n if (len === 0) return 0\\n\\n // Use a for loop to avoid recursion\\n var loweredCase = false\\n for (;;) {\\n switch (encoding) {\\n case 'ascii':\\n case 'latin1':\\n case 'binary':\\n return len\\n case 'utf8':\\n case 'utf-8':\\n case undefined:\\n return utf8ToBytes(string).length\\n case 'ucs2':\\n case 'ucs-2':\\n case 'utf16le':\\n case 'utf-16le':\\n return len * 2\\n case 'hex':\\n return len >>> 1\\n case 'base64':\\n return base64ToBytes(string).length\\n default:\\n if (loweredCase) return utf8ToBytes(string).length // assume utf8\\n encoding = ('' + encoding).toLowerCase()\\n loweredCase = true\\n }\\n }\\n}\\nBuffer.byteLength = byteLength\\n\\nfunction slowToString (encoding, start, end) {\\n var loweredCase = false\\n\\n // No need to verify that \\\"this.length <= MAX_UINT32\\\" since it's a read-only\\n // property of a typed array.\\n\\n // This behaves neither like String nor Uint8Array in that we set start/end\\n // to their upper/lower bounds if the value passed is out of range.\\n // undefined is handled specially as per ECMA-262 6th Edition,\\n // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\\n if (start === undefined || start < 0) {\\n start = 0\\n }\\n // Return early if start > this.length. Done here to prevent potential uint32\\n // coercion fail below.\\n if (start > this.length) {\\n return ''\\n }\\n\\n if (end === undefined || end > this.length) {\\n end = this.length\\n }\\n\\n if (end <= 0) {\\n return ''\\n }\\n\\n // Force coersion to uint32. This will also coerce falsey/NaN values to 0.\\n end >>>= 0\\n start >>>= 0\\n\\n if (end <= start) {\\n return ''\\n }\\n\\n if (!encoding) encoding = 'utf8'\\n\\n while (true) {\\n switch (encoding) {\\n case 'hex':\\n return hexSlice(this, start, end)\\n\\n case 'utf8':\\n case 'utf-8':\\n return utf8Slice(this, start, end)\\n\\n case 'ascii':\\n return asciiSlice(this, start, end)\\n\\n case 'latin1':\\n case 'binary':\\n return latin1Slice(this, start, end)\\n\\n case 'base64':\\n return base64Slice(this, start, end)\\n\\n case 'ucs2':\\n case 'ucs-2':\\n case 'utf16le':\\n case 'utf-16le':\\n return utf16leSlice(this, start, end)\\n\\n default:\\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\\n encoding = (encoding + '').toLowerCase()\\n loweredCase = true\\n }\\n }\\n}\\n\\n// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect\\n// Buffer instances.\\nBuffer.prototype._isBuffer = true\\n\\nfunction swap (b, n, m) {\\n var i = b[n]\\n b[n] = b[m]\\n b[m] = i\\n}\\n\\nBuffer.prototype.swap16 = function swap16 () {\\n var len = this.length\\n if (len % 2 !== 0) {\\n throw new RangeError('Buffer size must be a multiple of 16-bits')\\n }\\n for (var i = 0; i < len; i += 2) {\\n swap(this, i, i + 1)\\n }\\n return this\\n}\\n\\nBuffer.prototype.swap32 = function swap32 () {\\n var len = this.length\\n if (len % 4 !== 0) {\\n throw new RangeError('Buffer size must be a multiple of 32-bits')\\n }\\n for (var i = 0; i < len; i += 4) {\\n swap(this, i, i + 3)\\n swap(this, i + 1, i + 2)\\n }\\n return this\\n}\\n\\nBuffer.prototype.swap64 = function swap64 () {\\n var len = this.length\\n if (len % 8 !== 0) {\\n throw new RangeError('Buffer size must be a multiple of 64-bits')\\n }\\n for (var i = 0; i < len; i += 8) {\\n swap(this, i, i + 7)\\n swap(this, i + 1, i + 6)\\n swap(this, i + 2, i + 5)\\n swap(this, i + 3, i + 4)\\n }\\n return this\\n}\\n\\nBuffer.prototype.toString = function toString () {\\n var length = this.length | 0\\n if (length === 0) return ''\\n if (arguments.length === 0) return utf8Slice(this, 0, length)\\n return slowToString.apply(this, arguments)\\n}\\n\\nBuffer.prototype.equals = function equals (b) {\\n if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\\n if (this === b) return true\\n return Buffer.compare(this, b) === 0\\n}\\n\\nBuffer.prototype.inspect = function inspect () {\\n var str = ''\\n var max = exports.INSPECT_MAX_BYTES\\n if (this.length > 0) {\\n str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')\\n if (this.length > max) str += ' ... '\\n }\\n return '<Buffer ' + str + '>'\\n}\\n\\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\\n if (!Buffer.isBuffer(target)) {\\n throw new TypeError('Argument must be a Buffer')\\n }\\n\\n if (start === undefined) {\\n start = 0\\n }\\n if (end === undefined) {\\n end = target ? target.length : 0\\n }\\n if (thisStart === undefined) {\\n thisStart = 0\\n }\\n if (thisEnd === undefined) {\\n thisEnd = this.length\\n }\\n\\n if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\\n throw new RangeError('out of range index')\\n }\\n\\n if (thisStart >= thisEnd && start >= end) {\\n return 0\\n }\\n if (thisStart >= thisEnd) {\\n return -1\\n }\\n if (start >= end) {\\n return 1\\n }\\n\\n start >>>= 0\\n end >>>= 0\\n thisStart >>>= 0\\n thisEnd >>>= 0\\n\\n if (this === target) return 0\\n\\n var x = thisEnd - thisStart\\n var y = end - start\\n var len = Math.min(x, y)\\n\\n var thisCopy = this.slice(thisStart, thisEnd)\\n var targetCopy = target.slice(start, end)\\n\\n for (var i = 0; i < len; ++i) {\\n if (thisCopy[i] !== targetCopy[i]) {\\n x = thisCopy[i]\\n y = targetCopy[i]\\n break\\n }\\n }\\n\\n if (x < y) return -1\\n if (y < x) return 1\\n return 0\\n}\\n\\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\\n//\\n// Arguments:\\n// - buffer - a Buffer to search\\n// - val - a string, Buffer, or number\\n// - byteOffset - an index into `buffer`; will be clamped to an int32\\n// - encoding - an optional encoding, relevant is val is a string\\n// - dir - true for indexOf, false for lastIndexOf\\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\\n // Empty buffer means no match\\n if (buffer.length === 0) return -1\\n\\n // Normalize byteOffset\\n if (typeof byteOffset === 'string') {\\n encoding = byteOffset\\n byteOffset = 0\\n } else if (byteOffset > 0x7fffffff) {\\n byteOffset = 0x7fffffff\\n } else if (byteOffset < -0x80000000) {\\n byteOffset = -0x80000000\\n }\\n byteOffset = +byteOffset // Coerce to Number.\\n if (isNaN(byteOffset)) {\\n // byteOffset: it it's undefined, null, NaN, \\\"foo\\\", etc, search whole buffer\\n byteOffset = dir ? 0 : (buffer.length - 1)\\n }\\n\\n // Normalize byteOffset: negative offsets start from the end of the buffer\\n if (byteOffset < 0) byteOffset = buffer.length + byteOffset\\n if (byteOffset >= buffer.length) {\\n if (dir) return -1\\n else byteOffset = buffer.length - 1\\n } else if (byteOffset < 0) {\\n if (dir) byteOffset = 0\\n else return -1\\n }\\n\\n // Normalize val\\n if (typeof val === 'string') {\\n val = Buffer.from(val, encoding)\\n }\\n\\n // Finally, search either indexOf (if dir is true) or lastIndexOf\\n if (Buffer.isBuffer(val)) {\\n // Special case: looking for empty string/buffer always fails\\n if (val.length === 0) {\\n return -1\\n }\\n return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\\n } else if (typeof val === 'number') {\\n val = val & 0xFF // Search for a byte value [0-255]\\n if (Buffer.TYPED_ARRAY_SUPPORT &&\\n typeof Uint8Array.prototype.indexOf === 'function') {\\n if (dir) {\\n return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\\n } else {\\n return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\\n }\\n }\\n return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)\\n }\\n\\n throw new TypeError('val must be string, number or Buffer')\\n}\\n\\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\\n var indexSize = 1\\n var arrLength = arr.length\\n var valLength = val.length\\n\\n if (encoding !== undefined) {\\n encoding = String(encoding).toLowerCase()\\n if (encoding === 'ucs2' || encoding === 'ucs-2' ||\\n encoding === 'utf16le' || encoding === 'utf-16le') {\\n if (arr.length < 2 || val.length < 2) {\\n return -1\\n }\\n indexSize = 2\\n arrLength /= 2\\n valLength /= 2\\n byteOffset /= 2\\n }\\n }\\n\\n function read (buf, i) {\\n if (indexSize === 1) {\\n return buf[i]\\n } else {\\n return buf.readUInt16BE(i * indexSize)\\n }\\n }\\n\\n var i\\n if (dir) {\\n var foundIndex = -1\\n for (i = byteOffset; i < arrLength; i++) {\\n if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\\n if (foundIndex === -1) foundIndex = i\\n if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\\n } else {\\n if (foundIndex !== -1) i -= i - foundIndex\\n foundIndex = -1\\n }\\n }\\n } else {\\n if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\\n for (i = byteOffset; i >= 0; i--) {\\n var found = true\\n for (var j = 0; j < valLength; j++) {\\n if (read(arr, i + j) !== read(val, j)) {\\n found = false\\n break\\n }\\n }\\n if (found) return i\\n }\\n }\\n\\n return -1\\n}\\n\\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\\n return this.indexOf(val, byteOffset, encoding) !== -1\\n}\\n\\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\\n return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\\n}\\n\\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\\n return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\\n}\\n\\nfunction hexWrite (buf, string, offset, length) {\\n offset = Number(offset) || 0\\n var remaining = buf.length - offset\\n if (!length) {\\n length = remaining\\n } else {\\n length = Number(length)\\n if (length > remaining) {\\n length = remaining\\n }\\n }\\n\\n // must be an even number of digits\\n var strLen = string.length\\n if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')\\n\\n if (length > strLen / 2) {\\n length = strLen / 2\\n }\\n for (var i = 0; i < length; ++i) {\\n var parsed = parseInt(string.substr(i * 2, 2), 16)\\n if (isNaN(parsed)) return i\\n buf[offset + i] = parsed\\n }\\n return i\\n}\\n\\nfunction utf8Write (buf, string, offset, length) {\\n return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\\n}\\n\\nfunction asciiWrite (buf, string, offset, length) {\\n return blitBuffer(asciiToBytes(string), buf, offset, length)\\n}\\n\\nfunction latin1Write (buf, string, offset, length) {\\n return asciiWrite(buf, string, offset, length)\\n}\\n\\nfunction base64Write (buf, string, offset, length) {\\n return blitBuffer(base64ToBytes(string), buf, offset, length)\\n}\\n\\nfunction ucs2Write (buf, string, offset, length) {\\n return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\\n}\\n\\nBuffer.prototype.write = function write (string, offset, length, encoding) {\\n // Buffer#write(string)\\n if (offset === undefined) {\\n encoding = 'utf8'\\n length = this.length\\n offset = 0\\n // Buffer#write(string, encoding)\\n } else if (length === undefined && typeof offset === 'string') {\\n encoding = offset\\n length = this.length\\n offset = 0\\n // Buffer#write(string, offset[, length][, encoding])\\n } else if (isFinite(offset)) {\\n offset = offset | 0\\n if (isFinite(length)) {\\n length = length | 0\\n if (encoding === undefined) encoding = 'utf8'\\n } else {\\n encoding = length\\n length = undefined\\n }\\n // legacy write(string, encoding, offset, length) - remove in v0.13\\n } else {\\n throw new Error(\\n 'Buffer.write(string, encoding, offset[, length]) is no longer supported'\\n )\\n }\\n\\n var remaining = this.length - offset\\n if (length === undefined || length > remaining) length = remaining\\n\\n if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\\n throw new RangeError('Attempt to write outside buffer bounds')\\n }\\n\\n if (!encoding) encoding = 'utf8'\\n\\n var loweredCase = false\\n for (;;) {\\n switch (encoding) {\\n case 'hex':\\n return hexWrite(this, string, offset, length)\\n\\n case 'utf8':\\n case 'utf-8':\\n return utf8Write(this, string, offset, length)\\n\\n case 'ascii':\\n return asciiWrite(this, string, offset, length)\\n\\n case 'latin1':\\n case 'binary':\\n return latin1Write(this, string, offset, length)\\n\\n case 'base64':\\n // Warning: maxLength not taken into account in base64Write\\n return base64Write(this, string, offset, length)\\n\\n case 'ucs2':\\n case 'ucs-2':\\n case 'utf16le':\\n case 'utf-16le':\\n return ucs2Write(this, string, offset, length)\\n\\n default:\\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\\n encoding = ('' + encoding).toLowerCase()\\n loweredCase = true\\n }\\n }\\n}\\n\\nBuffer.prototype.toJSON = function toJSON () {\\n return {\\n type: 'Buffer',\\n data: Array.prototype.slice.call(this._arr || this, 0)\\n }\\n}\\n\\nfunction base64Slice (buf, start, end) {\\n if (start === 0 && end === buf.length) {\\n return base64.fromByteArray(buf)\\n } else {\\n return base64.fromByteArray(buf.slice(start, end))\\n }\\n}\\n\\nfunction utf8Slice (buf, start, end) {\\n end = Math.min(buf.length, end)\\n var res = []\\n\\n var i = start\\n while (i < end) {\\n var firstByte = buf[i]\\n var codePoint = null\\n var bytesPerSequence = (firstByte > 0xEF) ? 4\\n : (firstByte > 0xDF) ? 3\\n : (firstByte > 0xBF) ? 2\\n : 1\\n\\n if (i + bytesPerSequence <= end) {\\n var secondByte, thirdByte, fourthByte, tempCodePoint\\n\\n switch (bytesPerSequence) {\\n case 1:\\n if (firstByte < 0x80) {\\n codePoint = firstByte\\n }\\n break\\n case 2:\\n secondByte = buf[i + 1]\\n if ((secondByte & 0xC0) === 0x80) {\\n tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\\n if (tempCodePoint > 0x7F) {\\n codePoint = tempCodePoint\\n }\\n }\\n break\\n case 3:\\n secondByte = buf[i + 1]\\n thirdByte = buf[i + 2]\\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\\n tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\\n if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\\n codePoint = tempCodePoint\\n }\\n }\\n break\\n case 4:\\n secondByte = buf[i + 1]\\n thirdByte = buf[i + 2]\\n fourthByte = buf[i + 3]\\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\\n tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\\n if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\\n codePoint = tempCodePoint\\n }\\n }\\n }\\n }\\n\\n if (codePoint === null) {\\n // we did not generate a valid codePoint so insert a\\n // replacement char (U+FFFD) and advance only 1 byte\\n codePoint = 0xFFFD\\n bytesPerSequence = 1\\n } else if (codePoint > 0xFFFF) {\\n // encode to utf16 (surrogate pair dance)\\n codePoint -= 0x10000\\n res.push(codePoint >>> 10 & 0x3FF | 0xD800)\\n codePoint = 0xDC00 | codePoint & 0x3FF\\n }\\n\\n res.push(codePoint)\\n i += bytesPerSequence\\n }\\n\\n return decodeCodePointsArray(res)\\n}\\n\\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\\n// the lowest limit is Chrome, with 0x10000 args.\\n// We go 1 magnitude less, for safety\\nvar MAX_ARGUMENTS_LENGTH = 0x1000\\n\\nfunction decodeCodePointsArray (codePoints) {\\n var len = codePoints.length\\n if (len <= MAX_ARGUMENTS_LENGTH) {\\n return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\\n }\\n\\n // Decode in chunks to avoid \\\"call stack size exceeded\\\".\\n var res = ''\\n var i = 0\\n while (i < len) {\\n res += String.fromCharCode.apply(\\n String,\\n codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\\n )\\n }\\n return res\\n}\\n\\nfunction asciiSlice (buf, start, end) {\\n var ret = ''\\n end = Math.min(buf.length, end)\\n\\n for (var i = start; i < end; ++i) {\\n ret += String.fromCharCode(buf[i] & 0x7F)\\n }\\n return ret\\n}\\n\\nfunction latin1Slice (buf, start, end) {\\n var ret = ''\\n end = Math.min(buf.length, end)\\n\\n for (var i = start; i < end; ++i) {\\n ret += String.fromCharCode(buf[i])\\n }\\n return ret\\n}\\n\\nfunction hexSlice (buf, start, end) {\\n var len = buf.length\\n\\n if (!start || start < 0) start = 0\\n if (!end || end < 0 || end > len) end = len\\n\\n var out = ''\\n for (var i = start; i < end; ++i) {\\n out += toHex(buf[i])\\n }\\n return out\\n}\\n\\nfunction utf16leSlice (buf, start, end) {\\n var bytes = buf.slice(start, end)\\n var res = ''\\n for (var i = 0; i < bytes.length; i += 2) {\\n res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)\\n }\\n return res\\n}\\n\\nBuffer.prototype.slice = function slice (start, end) {\\n var len = this.length\\n start = ~~start\\n end = end === undefined ? len : ~~end\\n\\n if (start < 0) {\\n start += len\\n if (start < 0) start = 0\\n } else if (start > len) {\\n start = len\\n }\\n\\n if (end < 0) {\\n end += len\\n if (end < 0) end = 0\\n } else if (end > len) {\\n end = len\\n }\\n\\n if (end < start) end = start\\n\\n var newBuf\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n newBuf = this.subarray(start, end)\\n newBuf.__proto__ = Buffer.prototype\\n } else {\\n var sliceLen = end - start\\n newBuf = new Buffer(sliceLen, undefined)\\n for (var i = 0; i < sliceLen; ++i) {\\n newBuf[i] = this[i + start]\\n }\\n }\\n\\n return newBuf\\n}\\n\\n/*\\n * Need to make sure that buffer isn't trying to write out of bounds.\\n */\\nfunction checkOffset (offset, ext, length) {\\n if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\\n if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\\n}\\n\\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n var val = this[offset]\\n var mul = 1\\n var i = 0\\n while (++i < byteLength && (mul *= 0x100)) {\\n val += this[offset + i] * mul\\n }\\n\\n return val\\n}\\n\\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) {\\n checkOffset(offset, byteLength, this.length)\\n }\\n\\n var val = this[offset + --byteLength]\\n var mul = 1\\n while (byteLength > 0 && (mul *= 0x100)) {\\n val += this[offset + --byteLength] * mul\\n }\\n\\n return val\\n}\\n\\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 1, this.length)\\n return this[offset]\\n}\\n\\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 2, this.length)\\n return this[offset] | (this[offset + 1] << 8)\\n}\\n\\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 2, this.length)\\n return (this[offset] << 8) | this[offset + 1]\\n}\\n\\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n return ((this[offset]) |\\n (this[offset + 1] << 8) |\\n (this[offset + 2] << 16)) +\\n (this[offset + 3] * 0x1000000)\\n}\\n\\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n return (this[offset] * 0x1000000) +\\n ((this[offset + 1] << 16) |\\n (this[offset + 2] << 8) |\\n this[offset + 3])\\n}\\n\\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n var val = this[offset]\\n var mul = 1\\n var i = 0\\n while (++i < byteLength && (mul *= 0x100)) {\\n val += this[offset + i] * mul\\n }\\n mul *= 0x80\\n\\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\\n\\n return val\\n}\\n\\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n var i = byteLength\\n var mul = 1\\n var val = this[offset + --i]\\n while (i > 0 && (mul *= 0x100)) {\\n val += this[offset + --i] * mul\\n }\\n mul *= 0x80\\n\\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\\n\\n return val\\n}\\n\\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 1, this.length)\\n if (!(this[offset] & 0x80)) return (this[offset])\\n return ((0xff - this[offset] + 1) * -1)\\n}\\n\\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 2, this.length)\\n var val = this[offset] | (this[offset + 1] << 8)\\n return (val & 0x8000) ? val | 0xFFFF0000 : val\\n}\\n\\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 2, this.length)\\n var val = this[offset + 1] | (this[offset] << 8)\\n return (val & 0x8000) ? val | 0xFFFF0000 : val\\n}\\n\\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n return (this[offset]) |\\n (this[offset + 1] << 8) |\\n (this[offset + 2] << 16) |\\n (this[offset + 3] << 24)\\n}\\n\\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n return (this[offset] << 24) |\\n (this[offset + 1] << 16) |\\n (this[offset + 2] << 8) |\\n (this[offset + 3])\\n}\\n\\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n return ieee754.read(this, offset, true, 23, 4)\\n}\\n\\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 4, this.length)\\n return ieee754.read(this, offset, false, 23, 4)\\n}\\n\\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 8, this.length)\\n return ieee754.read(this, offset, true, 52, 8)\\n}\\n\\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\\n if (!noAssert) checkOffset(offset, 8, this.length)\\n return ieee754.read(this, offset, false, 52, 8)\\n}\\n\\nfunction checkInt (buf, value, offset, ext, max, min) {\\n if (!Buffer.isBuffer(buf)) throw new TypeError('\\\"buffer\\\" argument must be a Buffer instance')\\n if (value > max || value < min) throw new RangeError('\\\"value\\\" argument is out of bounds')\\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\\n}\\n\\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\\n value = +value\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) {\\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\\n checkInt(this, value, offset, byteLength, maxBytes, 0)\\n }\\n\\n var mul = 1\\n var i = 0\\n this[offset] = value & 0xFF\\n while (++i < byteLength && (mul *= 0x100)) {\\n this[offset + i] = (value / mul) & 0xFF\\n }\\n\\n return offset + byteLength\\n}\\n\\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\\n value = +value\\n offset = offset | 0\\n byteLength = byteLength | 0\\n if (!noAssert) {\\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\\n checkInt(this, value, offset, byteLength, maxBytes, 0)\\n }\\n\\n var i = byteLength - 1\\n var mul = 1\\n this[offset + i] = value & 0xFF\\n while (--i >= 0 && (mul *= 0x100)) {\\n this[offset + i] = (value / mul) & 0xFF\\n }\\n\\n return offset + byteLength\\n}\\n\\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\\n if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\\n this[offset] = (value & 0xff)\\n return offset + 1\\n}\\n\\nfunction objectWriteUInt16 (buf, value, offset, littleEndian) {\\n if (value < 0) value = 0xffff + value + 1\\n for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {\\n buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>\\n (littleEndian ? i : 1 - i) * 8\\n }\\n}\\n\\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value & 0xff)\\n this[offset + 1] = (value >>> 8)\\n } else {\\n objectWriteUInt16(this, value, offset, true)\\n }\\n return offset + 2\\n}\\n\\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value >>> 8)\\n this[offset + 1] = (value & 0xff)\\n } else {\\n objectWriteUInt16(this, value, offset, false)\\n }\\n return offset + 2\\n}\\n\\nfunction objectWriteUInt32 (buf, value, offset, littleEndian) {\\n if (value < 0) value = 0xffffffff + value + 1\\n for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {\\n buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff\\n }\\n}\\n\\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset + 3] = (value >>> 24)\\n this[offset + 2] = (value >>> 16)\\n this[offset + 1] = (value >>> 8)\\n this[offset] = (value & 0xff)\\n } else {\\n objectWriteUInt32(this, value, offset, true)\\n }\\n return offset + 4\\n}\\n\\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value >>> 24)\\n this[offset + 1] = (value >>> 16)\\n this[offset + 2] = (value >>> 8)\\n this[offset + 3] = (value & 0xff)\\n } else {\\n objectWriteUInt32(this, value, offset, false)\\n }\\n return offset + 4\\n}\\n\\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) {\\n var limit = Math.pow(2, 8 * byteLength - 1)\\n\\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\\n }\\n\\n var i = 0\\n var mul = 1\\n var sub = 0\\n this[offset] = value & 0xFF\\n while (++i < byteLength && (mul *= 0x100)) {\\n if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\\n sub = 1\\n }\\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\\n }\\n\\n return offset + byteLength\\n}\\n\\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) {\\n var limit = Math.pow(2, 8 * byteLength - 1)\\n\\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\\n }\\n\\n var i = byteLength - 1\\n var mul = 1\\n var sub = 0\\n this[offset + i] = value & 0xFF\\n while (--i >= 0 && (mul *= 0x100)) {\\n if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\\n sub = 1\\n }\\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\\n }\\n\\n return offset + byteLength\\n}\\n\\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\\n if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\\n if (value < 0) value = 0xff + value + 1\\n this[offset] = (value & 0xff)\\n return offset + 1\\n}\\n\\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value & 0xff)\\n this[offset + 1] = (value >>> 8)\\n } else {\\n objectWriteUInt16(this, value, offset, true)\\n }\\n return offset + 2\\n}\\n\\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value >>> 8)\\n this[offset + 1] = (value & 0xff)\\n } else {\\n objectWriteUInt16(this, value, offset, false)\\n }\\n return offset + 2\\n}\\n\\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value & 0xff)\\n this[offset + 1] = (value >>> 8)\\n this[offset + 2] = (value >>> 16)\\n this[offset + 3] = (value >>> 24)\\n } else {\\n objectWriteUInt32(this, value, offset, true)\\n }\\n return offset + 4\\n}\\n\\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\\n value = +value\\n offset = offset | 0\\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\\n if (value < 0) value = 0xffffffff + value + 1\\n if (Buffer.TYPED_ARRAY_SUPPORT) {\\n this[offset] = (value >>> 24)\\n this[offset + 1] = (value >>> 16)\\n this[offset + 2] = (value >>> 8)\\n this[offset + 3] = (value & 0xff)\\n } else {\\n objectWriteUInt32(this, value, offset, false)\\n }\\n return offset + 4\\n}\\n\\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\\n if (offset < 0) throw new RangeError('Index out of range')\\n}\\n\\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\\n if (!noAssert) {\\n checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\\n }\\n ieee754.write(buf, value, offset, littleEndian, 23, 4)\\n return offset + 4\\n}\\n\\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\\n return writeFloat(this, value, offset, true, noAssert)\\n}\\n\\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\\n return writeFloat(this, value, offset, false, noAssert)\\n}\\n\\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\\n if (!noAssert) {\\n checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\\n }\\n ieee754.write(buf, value, offset, littleEndian, 52, 8)\\n return offset + 8\\n}\\n\\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\\n return writeDouble(this, value, offset, true, noAssert)\\n}\\n\\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\\n return writeDouble(this, value, offset, false, noAssert)\\n}\\n\\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\\n if (!start) start = 0\\n if (!end && end !== 0) end = this.length\\n if (targetStart >= target.length) targetStart = target.length\\n if (!targetStart) targetStart = 0\\n if (end > 0 && end < start) end = start\\n\\n // Copy 0 bytes; we're done\\n if (end === start) return 0\\n if (target.length === 0 || this.length === 0) return 0\\n\\n // Fatal error conditions\\n if (targetStart < 0) {\\n throw new RangeError('targetStart out of bounds')\\n }\\n if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')\\n if (end < 0) throw new RangeError('sourceEnd out of bounds')\\n\\n // Are we oob?\\n if (end > this.length) end = this.length\\n if (target.length - targetStart < end - start) {\\n end = target.length - targetStart + start\\n }\\n\\n var len = end - start\\n var i\\n\\n if (this === target && start < targetStart && targetStart < end) {\\n // descending copy from end\\n for (i = len - 1; i >= 0; --i) {\\n target[i + targetStart] = this[i + start]\\n }\\n } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {\\n // ascending copy from start\\n for (i = 0; i < len; ++i) {\\n target[i + targetStart] = this[i + start]\\n }\\n } else {\\n Uint8Array.prototype.set.call(\\n target,\\n this.subarray(start, start + len),\\n targetStart\\n )\\n }\\n\\n return len\\n}\\n\\n// Usage:\\n// buffer.fill(number[, offset[, end]])\\n// buffer.fill(buffer[, offset[, end]])\\n// buffer.fill(string[, offset[, end]][, encoding])\\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\\n // Handle string cases:\\n if (typeof val === 'string') {\\n if (typeof start === 'string') {\\n encoding = start\\n start = 0\\n end = this.length\\n } else if (typeof end === 'string') {\\n encoding = end\\n end = this.length\\n }\\n if (val.length === 1) {\\n var code = val.charCodeAt(0)\\n if (code < 256) {\\n val = code\\n }\\n }\\n if (encoding !== undefined && typeof encoding !== 'string') {\\n throw new TypeError('encoding must be a string')\\n }\\n if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\\n throw new TypeError('Unknown encoding: ' + encoding)\\n }\\n } else if (typeof val === 'number') {\\n val = val & 255\\n }\\n\\n // Invalid ranges are not set to a default, so can range check early.\\n if (start < 0 || this.length < start || this.length < end) {\\n throw new RangeError('Out of range index')\\n }\\n\\n if (end <= start) {\\n return this\\n }\\n\\n start = start >>> 0\\n end = end === undefined ? this.length : end >>> 0\\n\\n if (!val) val = 0\\n\\n var i\\n if (typeof val === 'number') {\\n for (i = start; i < end; ++i) {\\n this[i] = val\\n }\\n } else {\\n var bytes = Buffer.isBuffer(val)\\n ? val\\n : utf8ToBytes(new Buffer(val, encoding).toString())\\n var len = bytes.length\\n for (i = 0; i < end - start; ++i) {\\n this[i + start] = bytes[i % len]\\n }\\n }\\n\\n return this\\n}\\n\\n// HELPER FUNCTIONS\\n// ================\\n\\nvar INVALID_BASE64_RE = /[^+\\\\/0-9A-Za-z-_]/g\\n\\nfunction base64clean (str) {\\n // Node strips out invalid characters like \\\\n and \\\\t from the string, base64-js does not\\n str = stringtrim(str).replace(INVALID_BASE64_RE, '')\\n // Node converts strings with length < 2 to ''\\n if (str.length < 2) return ''\\n // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\\n while (str.length % 4 !== 0) {\\n str = str + '='\\n }\\n return str\\n}\\n\\nfunction stringtrim (str) {\\n if (str.trim) return str.trim()\\n return str.replace(/^\\\\s+|\\\\s+$/g, '')\\n}\\n\\nfunction toHex (n) {\\n if (n < 16) return '0' + n.toString(16)\\n return n.toString(16)\\n}\\n\\nfunction utf8ToBytes (string, units) {\\n units = units || Infinity\\n var codePoint\\n var length = string.length\\n var leadSurrogate = null\\n var bytes = []\\n\\n for (var i = 0; i < length; ++i) {\\n codePoint = string.charCodeAt(i)\\n\\n // is surrogate component\\n if (codePoint > 0xD7FF && codePoint < 0xE000) {\\n // last char was a lead\\n if (!leadSurrogate) {\\n // no lead yet\\n if (codePoint > 0xDBFF) {\\n // unexpected trail\\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n continue\\n } else if (i + 1 === length) {\\n // unpaired lead\\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n continue\\n }\\n\\n // valid lead\\n leadSurrogate = codePoint\\n\\n continue\\n }\\n\\n // 2 leads in a row\\n if (codePoint < 0xDC00) {\\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n leadSurrogate = codePoint\\n continue\\n }\\n\\n // valid surrogate pair\\n codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\\n } else if (leadSurrogate) {\\n // valid bmp char, but last char was a lead\\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n }\\n\\n leadSurrogate = null\\n\\n // encode utf8\\n if (codePoint < 0x80) {\\n if ((units -= 1) < 0) break\\n bytes.push(codePoint)\\n } else if (codePoint < 0x800) {\\n if ((units -= 2) < 0) break\\n bytes.push(\\n codePoint >> 0x6 | 0xC0,\\n codePoint & 0x3F | 0x80\\n )\\n } else if (codePoint < 0x10000) {\\n if ((units -= 3) < 0) break\\n bytes.push(\\n codePoint >> 0xC | 0xE0,\\n codePoint >> 0x6 & 0x3F | 0x80,\\n codePoint & 0x3F | 0x80\\n )\\n } else if (codePoint < 0x110000) {\\n if ((units -= 4) < 0) break\\n bytes.push(\\n codePoint >> 0x12 | 0xF0,\\n codePoint >> 0xC & 0x3F | 0x80,\\n codePoint >> 0x6 & 0x3F | 0x80,\\n codePoint & 0x3F | 0x80\\n )\\n } else {\\n throw new Error('Invalid code point')\\n }\\n }\\n\\n return bytes\\n}\\n\\nfunction asciiToBytes (str) {\\n var byteArray = []\\n for (var i = 0; i < str.length; ++i) {\\n // Node's code seems to be doing this and not & 0x7F..\\n byteArray.push(str.charCodeAt(i) & 0xFF)\\n }\\n return byteArray\\n}\\n\\nfunction utf16leToBytes (str, units) {\\n var c, hi, lo\\n var byteArray = []\\n for (var i = 0; i < str.length; ++i) {\\n if ((units -= 2) < 0) break\\n\\n c = str.charCodeAt(i)\\n hi = c >> 8\\n lo = c % 256\\n byteArray.push(lo)\\n byteArray.push(hi)\\n }\\n\\n return byteArray\\n}\\n\\nfunction base64ToBytes (str) {\\n return base64.toByteArray(base64clean(str))\\n}\\n\\nfunction blitBuffer (src, dst, offset, length) {\\n for (var i = 0; i < length; ++i) {\\n if ((i + offset >= dst.length) || (i >= src.length)) break\\n dst[i + offset] = src[i]\\n }\\n return i\\n}\\n\\nfunction isnan (val) {\\n return val !== val // eslint-disable-line no-self-compare\\n}\\n\\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../webpack/buildin/global.js */ \\\"./node_modules/webpack/buildin/global.js\\\")))\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/node-libs-browser/node_modules/buffer/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/object-inspect/index.js\":\n/*!**********************************************!*\\\n !*** ./node_modules/object-inspect/index.js ***!\n \\**********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\neval(\"var hasMap = typeof Map === 'function' && Map.prototype;\\nvar mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;\\nvar mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;\\nvar mapForEach = hasMap && Map.prototype.forEach;\\nvar hasSet = typeof Set === 'function' && Set.prototype;\\nvar setSizeDescriptor = Object.getOwnPropertyDescriptor && hasSet ? Object.getOwnPropertyDescriptor(Set.prototype, 'size') : null;\\nvar setSize = hasSet && setSizeDescriptor && typeof setSizeDescriptor.get === 'function' ? setSizeDescriptor.get : null;\\nvar setForEach = hasSet && Set.prototype.forEach;\\nvar hasWeakMap = typeof WeakMap === 'function' && WeakMap.prototype;\\nvar weakMapHas = hasWeakMap ? WeakMap.prototype.has : null;\\nvar hasWeakSet = typeof WeakSet === 'function' && WeakSet.prototype;\\nvar weakSetHas = hasWeakSet ? WeakSet.prototype.has : null;\\nvar hasWeakRef = typeof WeakRef === 'function' && WeakRef.prototype;\\nvar weakRefDeref = hasWeakRef ? WeakRef.prototype.deref : null;\\nvar booleanValueOf = Boolean.prototype.valueOf;\\nvar objectToString = Object.prototype.toString;\\nvar functionToString = Function.prototype.toString;\\nvar match = String.prototype.match;\\nvar bigIntValueOf = typeof BigInt === 'function' ? BigInt.prototype.valueOf : null;\\nvar gOPS = Object.getOwnPropertySymbols;\\nvar symToString = typeof Symbol === 'function' && typeof Symbol.iterator === 'symbol' ? Symbol.prototype.toString : null;\\nvar hasShammedSymbols = typeof Symbol === 'function' && typeof Symbol.iterator === 'object';\\nvar isEnumerable = Object.prototype.propertyIsEnumerable;\\n\\nvar gPO = (typeof Reflect === 'function' ? Reflect.getPrototypeOf : Object.getPrototypeOf) || (\\n [].__proto__ === Array.prototype // eslint-disable-line no-proto\\n ? function (O) {\\n return O.__proto__; // eslint-disable-line no-proto\\n }\\n : null\\n);\\n\\nvar inspectCustom = __webpack_require__(/*! ./util.inspect */ 0).custom;\\nvar inspectSymbol = inspectCustom && isSymbol(inspectCustom) ? inspectCustom : null;\\nvar toStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag !== 'undefined' ? Symbol.toStringTag : null;\\n\\nmodule.exports = function inspect_(obj, options, depth, seen) {\\n var opts = options || {};\\n\\n if (has(opts, 'quoteStyle') && (opts.quoteStyle !== 'single' && opts.quoteStyle !== 'double')) {\\n throw new TypeError('option \\\"quoteStyle\\\" must be \\\"single\\\" or \\\"double\\\"');\\n }\\n if (\\n has(opts, 'maxStringLength') && (typeof opts.maxStringLength === 'number'\\n ? opts.maxStringLength < 0 && opts.maxStringLength !== Infinity\\n : opts.maxStringLength !== null\\n )\\n ) {\\n throw new TypeError('option \\\"maxStringLength\\\", if provided, must be a positive integer, Infinity, or `null`');\\n }\\n var customInspect = has(opts, 'customInspect') ? opts.customInspect : true;\\n if (typeof customInspect !== 'boolean' && customInspect !== 'symbol') {\\n throw new TypeError('option \\\"customInspect\\\", if provided, must be `true`, `false`, or `\\\\'symbol\\\\'`');\\n }\\n\\n if (\\n has(opts, 'indent')\\n && opts.indent !== null\\n && opts.indent !== '\\\\t'\\n && !(parseInt(opts.indent, 10) === opts.indent && opts.indent > 0)\\n ) {\\n throw new TypeError('options \\\"indent\\\" must be \\\"\\\\\\\\t\\\", an integer > 0, or `null`');\\n }\\n\\n if (typeof obj === 'undefined') {\\n return 'undefined';\\n }\\n if (obj === null) {\\n return 'null';\\n }\\n if (typeof obj === 'boolean') {\\n return obj ? 'true' : 'false';\\n }\\n\\n if (typeof obj === 'string') {\\n return inspectString(obj, opts);\\n }\\n if (typeof obj === 'number') {\\n if (obj === 0) {\\n return Infinity / obj > 0 ? '0' : '-0';\\n }\\n return String(obj);\\n }\\n if (typeof obj === 'bigint') {\\n return String(obj) + 'n';\\n }\\n\\n var maxDepth = typeof opts.depth === 'undefined' ? 5 : opts.depth;\\n if (typeof depth === 'undefined') { depth = 0; }\\n if (depth >= maxDepth && maxDepth > 0 && typeof obj === 'object') {\\n return isArray(obj) ? '[Array]' : '[Object]';\\n }\\n\\n var indent = getIndent(opts, depth);\\n\\n if (typeof seen === 'undefined') {\\n seen = [];\\n } else if (indexOf(seen, obj) >= 0) {\\n return '[Circular]';\\n }\\n\\n function inspect(value, from, noIndent) {\\n if (from) {\\n seen = seen.slice();\\n seen.push(from);\\n }\\n if (noIndent) {\\n var newOpts = {\\n depth: opts.depth\\n };\\n if (has(opts, 'quoteStyle')) {\\n newOpts.quoteStyle = opts.quoteStyle;\\n }\\n return inspect_(value, newOpts, depth + 1, seen);\\n }\\n return inspect_(value, opts, depth + 1, seen);\\n }\\n\\n if (typeof obj === 'function') {\\n var name = nameOf(obj);\\n var keys = arrObjKeys(obj, inspect);\\n return '[Function' + (name ? ': ' + name : ' (anonymous)') + ']' + (keys.length > 0 ? ' { ' + keys.join(', ') + ' }' : '');\\n }\\n if (isSymbol(obj)) {\\n var symString = hasShammedSymbols ? String(obj).replace(/^(Symbol\\\\(.*\\\\))_[^)]*$/, '$1') : symToString.call(obj);\\n return typeof obj === 'object' && !hasShammedSymbols ? markBoxed(symString) : symString;\\n }\\n if (isElement(obj)) {\\n var s = '<' + String(obj.nodeName).toLowerCase();\\n var attrs = obj.attributes || [];\\n for (var i = 0; i < attrs.length; i++) {\\n s += ' ' + attrs[i].name + '=' + wrapQuotes(quote(attrs[i].value), 'double', opts);\\n }\\n s += '>';\\n if (obj.childNodes && obj.childNodes.length) { s += '...'; }\\n s += '</' + String(obj.nodeName).toLowerCase() + '>';\\n return s;\\n }\\n if (isArray(obj)) {\\n if (obj.length === 0) { return '[]'; }\\n var xs = arrObjKeys(obj, inspect);\\n if (indent && !singleLineValues(xs)) {\\n return '[' + indentedJoin(xs, indent) + ']';\\n }\\n return '[ ' + xs.join(', ') + ' ]';\\n }\\n if (isError(obj)) {\\n var parts = arrObjKeys(obj, inspect);\\n if (parts.length === 0) { return '[' + String(obj) + ']'; }\\n return '{ [' + String(obj) + '] ' + parts.join(', ') + ' }';\\n }\\n if (typeof obj === 'object' && customInspect) {\\n if (inspectSymbol && typeof obj[inspectSymbol] === 'function') {\\n return obj[inspectSymbol]();\\n } else if (customInspect !== 'symbol' && typeof obj.inspect === 'function') {\\n return obj.inspect();\\n }\\n }\\n if (isMap(obj)) {\\n var mapParts = [];\\n mapForEach.call(obj, function (value, key) {\\n mapParts.push(inspect(key, obj, true) + ' => ' + inspect(value, obj));\\n });\\n return collectionOf('Map', mapSize.call(obj), mapParts, indent);\\n }\\n if (isSet(obj)) {\\n var setParts = [];\\n setForEach.call(obj, function (value) {\\n setParts.push(inspect(value, obj));\\n });\\n return collectionOf('Set', setSize.call(obj), setParts, indent);\\n }\\n if (isWeakMap(obj)) {\\n return weakCollectionOf('WeakMap');\\n }\\n if (isWeakSet(obj)) {\\n return weakCollectionOf('WeakSet');\\n }\\n if (isWeakRef(obj)) {\\n return weakCollectionOf('WeakRef');\\n }\\n if (isNumber(obj)) {\\n return markBoxed(inspect(Number(obj)));\\n }\\n if (isBigInt(obj)) {\\n return markBoxed(inspect(bigIntValueOf.call(obj)));\\n }\\n if (isBoolean(obj)) {\\n return markBoxed(booleanValueOf.call(obj));\\n }\\n if (isString(obj)) {\\n return markBoxed(inspect(String(obj)));\\n }\\n if (!isDate(obj) && !isRegExp(obj)) {\\n var ys = arrObjKeys(obj, inspect);\\n var isPlainObject = gPO ? gPO(obj) === Object.prototype : obj instanceof Object || obj.constructor === Object;\\n var protoTag = obj instanceof Object ? '' : 'null prototype';\\n var stringTag = !isPlainObject && toStringTag && Object(obj) === obj && toStringTag in obj ? toStr(obj).slice(8, -1) : protoTag ? 'Object' : '';\\n var constructorTag = isPlainObject || typeof obj.constructor !== 'function' ? '' : obj.constructor.name ? obj.constructor.name + ' ' : '';\\n var tag = constructorTag + (stringTag || protoTag ? '[' + [].concat(stringTag || [], protoTag || []).join(': ') + '] ' : '');\\n if (ys.length === 0) { return tag + '{}'; }\\n if (indent) {\\n return tag + '{' + indentedJoin(ys, indent) + '}';\\n }\\n return tag + '{ ' + ys.join(', ') + ' }';\\n }\\n return String(obj);\\n};\\n\\nfunction wrapQuotes(s, defaultStyle, opts) {\\n var quoteChar = (opts.quoteStyle || defaultStyle) === 'double' ? '\\\"' : \\\"'\\\";\\n return quoteChar + s + quoteChar;\\n}\\n\\nfunction quote(s) {\\n return String(s).replace(/\\\"/g, '&quot;');\\n}\\n\\nfunction isArray(obj) { return toStr(obj) === '[object Array]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isDate(obj) { return toStr(obj) === '[object Date]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isRegExp(obj) { return toStr(obj) === '[object RegExp]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isError(obj) { return toStr(obj) === '[object Error]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isString(obj) { return toStr(obj) === '[object String]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isNumber(obj) { return toStr(obj) === '[object Number]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\nfunction isBoolean(obj) { return toStr(obj) === '[object Boolean]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\\n\\n// Symbol and BigInt do have Symbol.toStringTag by spec, so that can't be used to eliminate false positives\\nfunction isSymbol(obj) {\\n if (hasShammedSymbols) {\\n return obj && typeof obj === 'object' && obj instanceof Symbol;\\n }\\n if (typeof obj === 'symbol') {\\n return true;\\n }\\n if (!obj || typeof obj !== 'object' || !symToString) {\\n return false;\\n }\\n try {\\n symToString.call(obj);\\n return true;\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isBigInt(obj) {\\n if (!obj || typeof obj !== 'object' || !bigIntValueOf) {\\n return false;\\n }\\n try {\\n bigIntValueOf.call(obj);\\n return true;\\n } catch (e) {}\\n return false;\\n}\\n\\nvar hasOwn = Object.prototype.hasOwnProperty || function (key) { return key in this; };\\nfunction has(obj, key) {\\n return hasOwn.call(obj, key);\\n}\\n\\nfunction toStr(obj) {\\n return objectToString.call(obj);\\n}\\n\\nfunction nameOf(f) {\\n if (f.name) { return f.name; }\\n var m = match.call(functionToString.call(f), /^function\\\\s*([\\\\w$]+)/);\\n if (m) { return m[1]; }\\n return null;\\n}\\n\\nfunction indexOf(xs, x) {\\n if (xs.indexOf) { return xs.indexOf(x); }\\n for (var i = 0, l = xs.length; i < l; i++) {\\n if (xs[i] === x) { return i; }\\n }\\n return -1;\\n}\\n\\nfunction isMap(x) {\\n if (!mapSize || !x || typeof x !== 'object') {\\n return false;\\n }\\n try {\\n mapSize.call(x);\\n try {\\n setSize.call(x);\\n } catch (s) {\\n return true;\\n }\\n return x instanceof Map; // core-js workaround, pre-v2.5.0\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isWeakMap(x) {\\n if (!weakMapHas || !x || typeof x !== 'object') {\\n return false;\\n }\\n try {\\n weakMapHas.call(x, weakMapHas);\\n try {\\n weakSetHas.call(x, weakSetHas);\\n } catch (s) {\\n return true;\\n }\\n return x instanceof WeakMap; // core-js workaround, pre-v2.5.0\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isWeakRef(x) {\\n if (!weakRefDeref || !x || typeof x !== 'object') {\\n return false;\\n }\\n try {\\n weakRefDeref.call(x);\\n return true;\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isSet(x) {\\n if (!setSize || !x || typeof x !== 'object') {\\n return false;\\n }\\n try {\\n setSize.call(x);\\n try {\\n mapSize.call(x);\\n } catch (m) {\\n return true;\\n }\\n return x instanceof Set; // core-js workaround, pre-v2.5.0\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isWeakSet(x) {\\n if (!weakSetHas || !x || typeof x !== 'object') {\\n return false;\\n }\\n try {\\n weakSetHas.call(x, weakSetHas);\\n try {\\n weakMapHas.call(x, weakMapHas);\\n } catch (s) {\\n return true;\\n }\\n return x instanceof WeakSet; // core-js workaround, pre-v2.5.0\\n } catch (e) {}\\n return false;\\n}\\n\\nfunction isElement(x) {\\n if (!x || typeof x !== 'object') { return false; }\\n if (typeof HTMLElement !== 'undefined' && x instanceof HTMLElement) {\\n return true;\\n }\\n return typeof x.nodeName === 'string' && typeof x.getAttribute === 'function';\\n}\\n\\nfunction inspectString(str, opts) {\\n if (str.length > opts.maxStringLength) {\\n var remaining = str.length - opts.maxStringLength;\\n var trailer = '... ' + remaining + ' more character' + (remaining > 1 ? 's' : '');\\n return inspectString(str.slice(0, opts.maxStringLength), opts) + trailer;\\n }\\n // eslint-disable-next-line no-control-regex\\n var s = str.replace(/(['\\\\\\\\])/g, '\\\\\\\\$1').replace(/[\\\\x00-\\\\x1f]/g, lowbyte);\\n return wrapQuotes(s, 'single', opts);\\n}\\n\\nfunction lowbyte(c) {\\n var n = c.charCodeAt(0);\\n var x = {\\n 8: 'b',\\n 9: 't',\\n 10: 'n',\\n 12: 'f',\\n 13: 'r'\\n }[n];\\n if (x) { return '\\\\\\\\' + x; }\\n return '\\\\\\\\x' + (n < 0x10 ? '0' : '') + n.toString(16).toUpperCase();\\n}\\n\\nfunction markBoxed(str) {\\n return 'Object(' + str + ')';\\n}\\n\\nfunction weakCollectionOf(type) {\\n return type + ' { ? }';\\n}\\n\\nfunction collectionOf(type, size, entries, indent) {\\n var joinedEntries = indent ? indentedJoin(entries, indent) : entries.join(', ');\\n return type + ' (' + size + ') {' + joinedEntries + '}';\\n}\\n\\nfunction singleLineValues(xs) {\\n for (var i = 0; i < xs.length; i++) {\\n if (indexOf(xs[i], '\\\\n') >= 0) {\\n return false;\\n }\\n }\\n return true;\\n}\\n\\nfunction getIndent(opts, depth) {\\n var baseIndent;\\n if (opts.indent === '\\\\t') {\\n baseIndent = '\\\\t';\\n } else if (typeof opts.indent === 'number' && opts.indent > 0) {\\n baseIndent = Array(opts.indent + 1).join(' ');\\n } else {\\n return null;\\n }\\n return {\\n base: baseIndent,\\n prev: Array(depth + 1).join(baseIndent)\\n };\\n}\\n\\nfunction indentedJoin(xs, indent) {\\n if (xs.length === 0) { return ''; }\\n var lineJoiner = '\\\\n' + indent.prev + indent.base;\\n return lineJoiner + xs.join(',' + lineJoiner) + '\\\\n' + indent.prev;\\n}\\n\\nfunction arrObjKeys(obj, inspect) {\\n var isArr = isArray(obj);\\n var xs = [];\\n if (isArr) {\\n xs.length = obj.length;\\n for (var i = 0; i < obj.length; i++) {\\n xs[i] = has(obj, i) ? inspect(obj[i], obj) : '';\\n }\\n }\\n var syms = typeof gOPS === 'function' ? gOPS(obj) : [];\\n var symMap;\\n if (hasShammedSymbols) {\\n symMap = {};\\n for (var k = 0; k < syms.length; k++) {\\n symMap['$' + syms[k]] = syms[k];\\n }\\n }\\n\\n for (var key in obj) { // eslint-disable-line no-restricted-syntax\\n if (!has(obj, key)) { continue; } // eslint-disable-line no-restricted-syntax, no-continue\\n if (isArr && String(Number(key)) === key && key < obj.length) { continue; } // eslint-disable-line no-restricted-syntax, no-continue\\n if (hasShammedSymbols && symMap['$' + key] instanceof Symbol) {\\n // this is to prevent shammed Symbols, which are stored as strings, from being included in the string key section\\n continue; // eslint-disable-line no-restricted-syntax, no-continue\\n } else if ((/[^\\\\w$]/).test(key)) {\\n xs.push(inspect(key, obj) + ': ' + inspect(obj[key], obj));\\n } else {\\n xs.push(key + ': ' + inspect(obj[key], obj));\\n }\\n }\\n if (typeof gOPS === 'function') {\\n for (var j = 0; j < syms.length; j++) {\\n if (isEnumerable.call(obj, syms[j])) {\\n xs.push('[' + inspect(syms[j]) + ']: ' + inspect(obj[syms[j]], obj));\\n }\\n }\\n }\\n return xs;\\n}\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/object-inspect/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/object-sizeof/byte_size.js\":\n/*!*************************************************!*\\\n !*** ./node_modules/object-sizeof/byte_size.js ***!\n \\*************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"/**\\n * Byte sizes are taken from ECMAScript Language Specification\\n * http://www.ecma-international.org/ecma-262/5.1/\\n * http://bclary.com/2004/11/07/#a-4.3.16\\n */\\n\\nmodule.exports = {\\n STRING: 2,\\n BOOLEAN: 4,\\n NUMBER: 8\\n}\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/object-sizeof/byte_size.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/object-sizeof/index.js\":\n/*!*********************************************!*\\\n !*** ./node_modules/object-sizeof/index.js ***!\n \\*********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"// Copyright 2014 Andrei Karpushonak\\n\\n\\n\\nvar ECMA_SIZES = __webpack_require__(/*! ./byte_size */ \\\"./node_modules/object-sizeof/byte_size.js\\\")\\nvar Buffer = __webpack_require__(/*! buffer */ \\\"./node_modules/node-libs-browser/node_modules/buffer/index.js\\\").Buffer\\n\\nfunction allProperties(obj) {\\n const stringProperties = []\\n for (var prop in obj) { \\n stringProperties.push(prop)\\n }\\n if (Object.getOwnPropertySymbols) {\\n var symbolProperties = Object.getOwnPropertySymbols(obj)\\n Array.prototype.push.apply(stringProperties, symbolProperties)\\n }\\n return stringProperties\\n}\\n\\nfunction sizeOfObject (seen, object) {\\n if (object == null) {\\n return 0\\n }\\n\\n var bytes = 0\\n var properties = allProperties(object)\\n for (var i = 0; i < properties.length; i++) {\\n var key = properties[i]\\n // Do not recalculate circular references\\n if (typeof object[key] === 'object' && object[key] !== null) {\\n if (seen.has(object[key])) {\\n continue\\n }\\n seen.add(object[key])\\n }\\n\\n bytes += getCalculator(seen)(key)\\n try {\\n bytes += getCalculator(seen)(object[key])\\n } catch (ex) {\\n if (ex instanceof RangeError) {\\n // circular reference detected, final result might be incorrect\\n // let's be nice and not throw an exception\\n bytes = 0\\n }\\n }\\n }\\n\\n return bytes\\n}\\n\\nfunction getCalculator (seen) {\\n return function calculator(object) {\\n if (Buffer.isBuffer(object)) {\\n return object.length\\n }\\n\\n var objectType = typeof (object)\\n switch (objectType) {\\n case 'string':\\n return object.length * ECMA_SIZES.STRING\\n case 'boolean':\\n return ECMA_SIZES.BOOLEAN\\n case 'number':\\n return ECMA_SIZES.NUMBER\\n case 'symbol':\\n const isGlobalSymbol = Symbol.keyFor && Symbol.keyFor(object)\\n return isGlobalSymbol ? Symbol.keyFor(object).length * ECMA_SIZES.STRING : (object.toString().length - 8) * ECMA_SIZES.STRING \\n case 'object':\\n if (Array.isArray(object)) {\\n return object.map(getCalculator(seen)).reduce(function (acc, curr) {\\n return acc + curr\\n }, 0)\\n } else {\\n return sizeOfObject(seen, object)\\n }\\n default:\\n return 0\\n }\\n }\\n}\\n\\n/**\\n * Main module's entry point\\n * Calculates Bytes for the provided parameter\\n * @param object - handles object/string/boolean/buffer\\n * @returns {*}\\n */\\nfunction sizeof (object) {\\n return getCalculator(new WeakSet())(object)\\n}\\n\\nmodule.exports = sizeof\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/object-sizeof/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/process/browser.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/process/browser.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"// shim for using process in browser\\nvar process = module.exports = {};\\n\\n// cached from whatever global is present so that test runners that stub it\\n// don't break things. But we need to wrap it in a try catch in case it is\\n// wrapped in strict mode code which doesn't define any globals. It's inside a\\n// function because try/catches deoptimize in certain engines.\\n\\nvar cachedSetTimeout;\\nvar cachedClearTimeout;\\n\\nfunction defaultSetTimout() {\\n throw new Error('setTimeout has not been defined');\\n}\\nfunction defaultClearTimeout () {\\n throw new Error('clearTimeout has not been defined');\\n}\\n(function () {\\n try {\\n if (typeof setTimeout === 'function') {\\n cachedSetTimeout = setTimeout;\\n } else {\\n cachedSetTimeout = defaultSetTimout;\\n }\\n } catch (e) {\\n cachedSetTimeout = defaultSetTimout;\\n }\\n try {\\n if (typeof clearTimeout === 'function') {\\n cachedClearTimeout = clearTimeout;\\n } else {\\n cachedClearTimeout = defaultClearTimeout;\\n }\\n } catch (e) {\\n cachedClearTimeout = defaultClearTimeout;\\n }\\n} ())\\nfunction runTimeout(fun) {\\n if (cachedSetTimeout === setTimeout) {\\n //normal enviroments in sane situations\\n return setTimeout(fun, 0);\\n }\\n // if setTimeout wasn't available but was latter defined\\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\\n cachedSetTimeout = setTimeout;\\n return setTimeout(fun, 0);\\n }\\n try {\\n // when when somebody has screwed with setTimeout but no I.E. maddness\\n return cachedSetTimeout(fun, 0);\\n } catch(e){\\n try {\\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\\n return cachedSetTimeout.call(null, fun, 0);\\n } catch(e){\\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\\n return cachedSetTimeout.call(this, fun, 0);\\n }\\n }\\n\\n\\n}\\nfunction runClearTimeout(marker) {\\n if (cachedClearTimeout === clearTimeout) {\\n //normal enviroments in sane situations\\n return clearTimeout(marker);\\n }\\n // if clearTimeout wasn't available but was latter defined\\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\\n cachedClearTimeout = clearTimeout;\\n return clearTimeout(marker);\\n }\\n try {\\n // when when somebody has screwed with setTimeout but no I.E. maddness\\n return cachedClearTimeout(marker);\\n } catch (e){\\n try {\\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\\n return cachedClearTimeout.call(null, marker);\\n } catch (e){\\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\\n return cachedClearTimeout.call(this, marker);\\n }\\n }\\n\\n\\n\\n}\\nvar queue = [];\\nvar draining = false;\\nvar currentQueue;\\nvar queueIndex = -1;\\n\\nfunction cleanUpNextTick() {\\n if (!draining || !currentQueue) {\\n return;\\n }\\n draining = false;\\n if (currentQueue.length) {\\n queue = currentQueue.concat(queue);\\n } else {\\n queueIndex = -1;\\n }\\n if (queue.length) {\\n drainQueue();\\n }\\n}\\n\\nfunction drainQueue() {\\n if (draining) {\\n return;\\n }\\n var timeout = runTimeout(cleanUpNextTick);\\n draining = true;\\n\\n var len = queue.length;\\n while(len) {\\n currentQueue = queue;\\n queue = [];\\n while (++queueIndex < len) {\\n if (currentQueue) {\\n currentQueue[queueIndex].run();\\n }\\n }\\n queueIndex = -1;\\n len = queue.length;\\n }\\n currentQueue = null;\\n draining = false;\\n runClearTimeout(timeout);\\n}\\n\\nprocess.nextTick = function (fun) {\\n var args = new Array(arguments.length - 1);\\n if (arguments.length > 1) {\\n for (var i = 1; i < arguments.length; i++) {\\n args[i - 1] = arguments[i];\\n }\\n }\\n queue.push(new Item(fun, args));\\n if (queue.length === 1 && !draining) {\\n runTimeout(drainQueue);\\n }\\n};\\n\\n// v8 likes predictible objects\\nfunction Item(fun, array) {\\n this.fun = fun;\\n this.array = array;\\n}\\nItem.prototype.run = function () {\\n this.fun.apply(null, this.array);\\n};\\nprocess.title = 'browser';\\nprocess.browser = true;\\nprocess.env = {};\\nprocess.argv = [];\\nprocess.version = ''; // empty string to avoid regexp issues\\nprocess.versions = {};\\n\\nfunction noop() {}\\n\\nprocess.on = noop;\\nprocess.addListener = noop;\\nprocess.once = noop;\\nprocess.off = noop;\\nprocess.removeListener = noop;\\nprocess.removeAllListeners = noop;\\nprocess.emit = noop;\\nprocess.prependListener = noop;\\nprocess.prependOnceListener = noop;\\n\\nprocess.listeners = function (name) { return [] }\\n\\nprocess.binding = function (name) {\\n throw new Error('process.binding is not supported');\\n};\\n\\nprocess.cwd = function () { return '/' };\\nprocess.chdir = function (dir) {\\n throw new Error('process.chdir is not supported');\\n};\\nprocess.umask = function() { return 0; };\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/process/browser.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/qs/lib/formats.js\":\n/*!****************************************!*\\\n !*** ./node_modules/qs/lib/formats.js ***!\n \\****************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar replace = String.prototype.replace;\\nvar percentTwenties = /%20/g;\\n\\nvar Format = {\\n RFC1738: 'RFC1738',\\n RFC3986: 'RFC3986'\\n};\\n\\nmodule.exports = {\\n 'default': Format.RFC3986,\\n formatters: {\\n RFC1738: function (value) {\\n return replace.call(value, percentTwenties, '+');\\n },\\n RFC3986: function (value) {\\n return String(value);\\n }\\n },\\n RFC1738: Format.RFC1738,\\n RFC3986: Format.RFC3986\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/qs/lib/formats.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/qs/lib/index.js\":\n/*!**************************************!*\\\n !*** ./node_modules/qs/lib/index.js ***!\n \\**************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar stringify = __webpack_require__(/*! ./stringify */ \\\"./node_modules/qs/lib/stringify.js\\\");\\nvar parse = __webpack_require__(/*! ./parse */ \\\"./node_modules/qs/lib/parse.js\\\");\\nvar formats = __webpack_require__(/*! ./formats */ \\\"./node_modules/qs/lib/formats.js\\\");\\n\\nmodule.exports = {\\n formats: formats,\\n parse: parse,\\n stringify: stringify\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/qs/lib/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/qs/lib/parse.js\":\n/*!**************************************!*\\\n !*** ./node_modules/qs/lib/parse.js ***!\n \\**************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar utils = __webpack_require__(/*! ./utils */ \\\"./node_modules/qs/lib/utils.js\\\");\\n\\nvar has = Object.prototype.hasOwnProperty;\\nvar isArray = Array.isArray;\\n\\nvar defaults = {\\n allowDots: false,\\n allowPrototypes: false,\\n allowSparse: false,\\n arrayLimit: 20,\\n charset: 'utf-8',\\n charsetSentinel: false,\\n comma: false,\\n decoder: utils.decode,\\n delimiter: '&',\\n depth: 5,\\n ignoreQueryPrefix: false,\\n interpretNumericEntities: false,\\n parameterLimit: 1000,\\n parseArrays: true,\\n plainObjects: false,\\n strictNullHandling: false\\n};\\n\\nvar interpretNumericEntities = function (str) {\\n return str.replace(/&#(\\\\d+);/g, function ($0, numberStr) {\\n return String.fromCharCode(parseInt(numberStr, 10));\\n });\\n};\\n\\nvar parseArrayValue = function (val, options) {\\n if (val && typeof val === 'string' && options.comma && val.indexOf(',') > -1) {\\n return val.split(',');\\n }\\n\\n return val;\\n};\\n\\n// This is what browsers will submit when the ✓ character occurs in an\\n// application/x-www-form-urlencoded body and the encoding of the page containing\\n// the form is iso-8859-1, or when the submitted form has an accept-charset\\n// attribute of iso-8859-1. Presumably also with other charsets that do not contain\\n// the ✓ character, such as us-ascii.\\nvar isoSentinel = 'utf8=%26%2310003%3B'; // encodeURIComponent('&#10003;')\\n\\n// These are the percent-encoded utf-8 octets representing a checkmark, indicating that the request actually is utf-8 encoded.\\nvar charsetSentinel = 'utf8=%E2%9C%93'; // encodeURIComponent('✓')\\n\\nvar parseValues = function parseQueryStringValues(str, options) {\\n var obj = {};\\n var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\\\\?/, '') : str;\\n var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;\\n var parts = cleanStr.split(options.delimiter, limit);\\n var skipIndex = -1; // Keep track of where the utf8 sentinel was found\\n var i;\\n\\n var charset = options.charset;\\n if (options.charsetSentinel) {\\n for (i = 0; i < parts.length; ++i) {\\n if (parts[i].indexOf('utf8=') === 0) {\\n if (parts[i] === charsetSentinel) {\\n charset = 'utf-8';\\n } else if (parts[i] === isoSentinel) {\\n charset = 'iso-8859-1';\\n }\\n skipIndex = i;\\n i = parts.length; // The eslint settings do not allow break;\\n }\\n }\\n }\\n\\n for (i = 0; i < parts.length; ++i) {\\n if (i === skipIndex) {\\n continue;\\n }\\n var part = parts[i];\\n\\n var bracketEqualsPos = part.indexOf(']=');\\n var pos = bracketEqualsPos === -1 ? part.indexOf('=') : bracketEqualsPos + 1;\\n\\n var key, val;\\n if (pos === -1) {\\n key = options.decoder(part, defaults.decoder, charset, 'key');\\n val = options.strictNullHandling ? null : '';\\n } else {\\n key = options.decoder(part.slice(0, pos), defaults.decoder, charset, 'key');\\n val = utils.maybeMap(\\n parseArrayValue(part.slice(pos + 1), options),\\n function (encodedVal) {\\n return options.decoder(encodedVal, defaults.decoder, charset, 'value');\\n }\\n );\\n }\\n\\n if (val && options.interpretNumericEntities && charset === 'iso-8859-1') {\\n val = interpretNumericEntities(val);\\n }\\n\\n if (part.indexOf('[]=') > -1) {\\n val = isArray(val) ? [val] : val;\\n }\\n\\n if (has.call(obj, key)) {\\n obj[key] = utils.combine(obj[key], val);\\n } else {\\n obj[key] = val;\\n }\\n }\\n\\n return obj;\\n};\\n\\nvar parseObject = function (chain, val, options, valuesParsed) {\\n var leaf = valuesParsed ? val : parseArrayValue(val, options);\\n\\n for (var i = chain.length - 1; i >= 0; --i) {\\n var obj;\\n var root = chain[i];\\n\\n if (root === '[]' && options.parseArrays) {\\n obj = [].concat(leaf);\\n } else {\\n obj = options.plainObjects ? Object.create(null) : {};\\n var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root;\\n var index = parseInt(cleanRoot, 10);\\n if (!options.parseArrays && cleanRoot === '') {\\n obj = { 0: leaf };\\n } else if (\\n !isNaN(index)\\n && root !== cleanRoot\\n && String(index) === cleanRoot\\n && index >= 0\\n && (options.parseArrays && index <= options.arrayLimit)\\n ) {\\n obj = [];\\n obj[index] = leaf;\\n } else {\\n obj[cleanRoot] = leaf;\\n }\\n }\\n\\n leaf = obj;\\n }\\n\\n return leaf;\\n};\\n\\nvar parseKeys = function parseQueryStringKeys(givenKey, val, options, valuesParsed) {\\n if (!givenKey) {\\n return;\\n }\\n\\n // Transform dot notation to bracket notation\\n var key = options.allowDots ? givenKey.replace(/\\\\.([^.[]+)/g, '[$1]') : givenKey;\\n\\n // The regex chunks\\n\\n var brackets = /(\\\\[[^[\\\\]]*])/;\\n var child = /(\\\\[[^[\\\\]]*])/g;\\n\\n // Get the parent\\n\\n var segment = options.depth > 0 && brackets.exec(key);\\n var parent = segment ? key.slice(0, segment.index) : key;\\n\\n // Stash the parent if it exists\\n\\n var keys = [];\\n if (parent) {\\n // If we aren't using plain objects, optionally prefix keys that would overwrite object prototype properties\\n if (!options.plainObjects && has.call(Object.prototype, parent)) {\\n if (!options.allowPrototypes) {\\n return;\\n }\\n }\\n\\n keys.push(parent);\\n }\\n\\n // Loop through children appending to the array until we hit depth\\n\\n var i = 0;\\n while (options.depth > 0 && (segment = child.exec(key)) !== null && i < options.depth) {\\n i += 1;\\n if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) {\\n if (!options.allowPrototypes) {\\n return;\\n }\\n }\\n keys.push(segment[1]);\\n }\\n\\n // If there's a remainder, just add whatever is left\\n\\n if (segment) {\\n keys.push('[' + key.slice(segment.index) + ']');\\n }\\n\\n return parseObject(keys, val, options, valuesParsed);\\n};\\n\\nvar normalizeParseOptions = function normalizeParseOptions(opts) {\\n if (!opts) {\\n return defaults;\\n }\\n\\n if (opts.decoder !== null && opts.decoder !== undefined && typeof opts.decoder !== 'function') {\\n throw new TypeError('Decoder has to be a function.');\\n }\\n\\n if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {\\n throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');\\n }\\n var charset = typeof opts.charset === 'undefined' ? defaults.charset : opts.charset;\\n\\n return {\\n allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,\\n allowPrototypes: typeof opts.allowPrototypes === 'boolean' ? opts.allowPrototypes : defaults.allowPrototypes,\\n allowSparse: typeof opts.allowSparse === 'boolean' ? opts.allowSparse : defaults.allowSparse,\\n arrayLimit: typeof opts.arrayLimit === 'number' ? opts.arrayLimit : defaults.arrayLimit,\\n charset: charset,\\n charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,\\n comma: typeof opts.comma === 'boolean' ? opts.comma : defaults.comma,\\n decoder: typeof opts.decoder === 'function' ? opts.decoder : defaults.decoder,\\n delimiter: typeof opts.delimiter === 'string' || utils.isRegExp(opts.delimiter) ? opts.delimiter : defaults.delimiter,\\n // eslint-disable-next-line no-implicit-coercion, no-extra-parens\\n depth: (typeof opts.depth === 'number' || opts.depth === false) ? +opts.depth : defaults.depth,\\n ignoreQueryPrefix: opts.ignoreQueryPrefix === true,\\n interpretNumericEntities: typeof opts.interpretNumericEntities === 'boolean' ? opts.interpretNumericEntities : defaults.interpretNumericEntities,\\n parameterLimit: typeof opts.parameterLimit === 'number' ? opts.parameterLimit : defaults.parameterLimit,\\n parseArrays: opts.parseArrays !== false,\\n plainObjects: typeof opts.plainObjects === 'boolean' ? opts.plainObjects : defaults.plainObjects,\\n strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling\\n };\\n};\\n\\nmodule.exports = function (str, opts) {\\n var options = normalizeParseOptions(opts);\\n\\n if (str === '' || str === null || typeof str === 'undefined') {\\n return options.plainObjects ? Object.create(null) : {};\\n }\\n\\n var tempObj = typeof str === 'string' ? parseValues(str, options) : str;\\n var obj = options.plainObjects ? Object.create(null) : {};\\n\\n // Iterate over the keys and setup the new object\\n\\n var keys = Object.keys(tempObj);\\n for (var i = 0; i < keys.length; ++i) {\\n var key = keys[i];\\n var newObj = parseKeys(key, tempObj[key], options, typeof str === 'string');\\n obj = utils.merge(obj, newObj, options);\\n }\\n\\n if (options.allowSparse === true) {\\n return obj;\\n }\\n\\n return utils.compact(obj);\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/qs/lib/parse.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/qs/lib/stringify.js\":\n/*!******************************************!*\\\n !*** ./node_modules/qs/lib/stringify.js ***!\n \\******************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar getSideChannel = __webpack_require__(/*! side-channel */ \\\"./node_modules/side-channel/index.js\\\");\\nvar utils = __webpack_require__(/*! ./utils */ \\\"./node_modules/qs/lib/utils.js\\\");\\nvar formats = __webpack_require__(/*! ./formats */ \\\"./node_modules/qs/lib/formats.js\\\");\\nvar has = Object.prototype.hasOwnProperty;\\n\\nvar arrayPrefixGenerators = {\\n brackets: function brackets(prefix) {\\n return prefix + '[]';\\n },\\n comma: 'comma',\\n indices: function indices(prefix, key) {\\n return prefix + '[' + key + ']';\\n },\\n repeat: function repeat(prefix) {\\n return prefix;\\n }\\n};\\n\\nvar isArray = Array.isArray;\\nvar push = Array.prototype.push;\\nvar pushToArray = function (arr, valueOrArray) {\\n push.apply(arr, isArray(valueOrArray) ? valueOrArray : [valueOrArray]);\\n};\\n\\nvar toISO = Date.prototype.toISOString;\\n\\nvar defaultFormat = formats['default'];\\nvar defaults = {\\n addQueryPrefix: false,\\n allowDots: false,\\n charset: 'utf-8',\\n charsetSentinel: false,\\n delimiter: '&',\\n encode: true,\\n encoder: utils.encode,\\n encodeValuesOnly: false,\\n format: defaultFormat,\\n formatter: formats.formatters[defaultFormat],\\n // deprecated\\n indices: false,\\n serializeDate: function serializeDate(date) {\\n return toISO.call(date);\\n },\\n skipNulls: false,\\n strictNullHandling: false\\n};\\n\\nvar isNonNullishPrimitive = function isNonNullishPrimitive(v) {\\n return typeof v === 'string'\\n || typeof v === 'number'\\n || typeof v === 'boolean'\\n || typeof v === 'symbol'\\n || typeof v === 'bigint';\\n};\\n\\nvar stringify = function stringify(\\n object,\\n prefix,\\n generateArrayPrefix,\\n strictNullHandling,\\n skipNulls,\\n encoder,\\n filter,\\n sort,\\n allowDots,\\n serializeDate,\\n format,\\n formatter,\\n encodeValuesOnly,\\n charset,\\n sideChannel\\n) {\\n var obj = object;\\n\\n if (sideChannel.has(object)) {\\n throw new RangeError('Cyclic object value');\\n }\\n\\n if (typeof filter === 'function') {\\n obj = filter(prefix, obj);\\n } else if (obj instanceof Date) {\\n obj = serializeDate(obj);\\n } else if (generateArrayPrefix === 'comma' && isArray(obj)) {\\n obj = utils.maybeMap(obj, function (value) {\\n if (value instanceof Date) {\\n return serializeDate(value);\\n }\\n return value;\\n });\\n }\\n\\n if (obj === null) {\\n if (strictNullHandling) {\\n return encoder && !encodeValuesOnly ? encoder(prefix, defaults.encoder, charset, 'key', format) : prefix;\\n }\\n\\n obj = '';\\n }\\n\\n if (isNonNullishPrimitive(obj) || utils.isBuffer(obj)) {\\n if (encoder) {\\n var keyValue = encodeValuesOnly ? prefix : encoder(prefix, defaults.encoder, charset, 'key', format);\\n return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder, charset, 'value', format))];\\n }\\n return [formatter(prefix) + '=' + formatter(String(obj))];\\n }\\n\\n var values = [];\\n\\n if (typeof obj === 'undefined') {\\n return values;\\n }\\n\\n var objKeys;\\n if (generateArrayPrefix === 'comma' && isArray(obj)) {\\n // we need to join elements in\\n objKeys = [{ value: obj.length > 0 ? obj.join(',') || null : undefined }];\\n } else if (isArray(filter)) {\\n objKeys = filter;\\n } else {\\n var keys = Object.keys(obj);\\n objKeys = sort ? keys.sort(sort) : keys;\\n }\\n\\n for (var i = 0; i < objKeys.length; ++i) {\\n var key = objKeys[i];\\n var value = typeof key === 'object' && key.value !== undefined ? key.value : obj[key];\\n\\n if (skipNulls && value === null) {\\n continue;\\n }\\n\\n var keyPrefix = isArray(obj)\\n ? typeof generateArrayPrefix === 'function' ? generateArrayPrefix(prefix, key) : prefix\\n : prefix + (allowDots ? '.' + key : '[' + key + ']');\\n\\n sideChannel.set(object, true);\\n var valueSideChannel = getSideChannel();\\n pushToArray(values, stringify(\\n value,\\n keyPrefix,\\n generateArrayPrefix,\\n strictNullHandling,\\n skipNulls,\\n encoder,\\n filter,\\n sort,\\n allowDots,\\n serializeDate,\\n format,\\n formatter,\\n encodeValuesOnly,\\n charset,\\n valueSideChannel\\n ));\\n }\\n\\n return values;\\n};\\n\\nvar normalizeStringifyOptions = function normalizeStringifyOptions(opts) {\\n if (!opts) {\\n return defaults;\\n }\\n\\n if (opts.encoder !== null && opts.encoder !== undefined && typeof opts.encoder !== 'function') {\\n throw new TypeError('Encoder has to be a function.');\\n }\\n\\n var charset = opts.charset || defaults.charset;\\n if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {\\n throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');\\n }\\n\\n var format = formats['default'];\\n if (typeof opts.format !== 'undefined') {\\n if (!has.call(formats.formatters, opts.format)) {\\n throw new TypeError('Unknown format option provided.');\\n }\\n format = opts.format;\\n }\\n var formatter = formats.formatters[format];\\n\\n var filter = defaults.filter;\\n if (typeof opts.filter === 'function' || isArray(opts.filter)) {\\n filter = opts.filter;\\n }\\n\\n return {\\n addQueryPrefix: typeof opts.addQueryPrefix === 'boolean' ? opts.addQueryPrefix : defaults.addQueryPrefix,\\n allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,\\n charset: charset,\\n charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,\\n delimiter: typeof opts.delimiter === 'undefined' ? defaults.delimiter : opts.delimiter,\\n encode: typeof opts.encode === 'boolean' ? opts.encode : defaults.encode,\\n encoder: typeof opts.encoder === 'function' ? opts.encoder : defaults.encoder,\\n encodeValuesOnly: typeof opts.encodeValuesOnly === 'boolean' ? opts.encodeValuesOnly : defaults.encodeValuesOnly,\\n filter: filter,\\n format: format,\\n formatter: formatter,\\n serializeDate: typeof opts.serializeDate === 'function' ? opts.serializeDate : defaults.serializeDate,\\n skipNulls: typeof opts.skipNulls === 'boolean' ? opts.skipNulls : defaults.skipNulls,\\n sort: typeof opts.sort === 'function' ? opts.sort : null,\\n strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling\\n };\\n};\\n\\nmodule.exports = function (object, opts) {\\n var obj = object;\\n var options = normalizeStringifyOptions(opts);\\n\\n var objKeys;\\n var filter;\\n\\n if (typeof options.filter === 'function') {\\n filter = options.filter;\\n obj = filter('', obj);\\n } else if (isArray(options.filter)) {\\n filter = options.filter;\\n objKeys = filter;\\n }\\n\\n var keys = [];\\n\\n if (typeof obj !== 'object' || obj === null) {\\n return '';\\n }\\n\\n var arrayFormat;\\n if (opts && opts.arrayFormat in arrayPrefixGenerators) {\\n arrayFormat = opts.arrayFormat;\\n } else if (opts && 'indices' in opts) {\\n arrayFormat = opts.indices ? 'indices' : 'repeat';\\n } else {\\n arrayFormat = 'indices';\\n }\\n\\n var generateArrayPrefix = arrayPrefixGenerators[arrayFormat];\\n\\n if (!objKeys) {\\n objKeys = Object.keys(obj);\\n }\\n\\n if (options.sort) {\\n objKeys.sort(options.sort);\\n }\\n\\n var sideChannel = getSideChannel();\\n for (var i = 0; i < objKeys.length; ++i) {\\n var key = objKeys[i];\\n\\n if (options.skipNulls && obj[key] === null) {\\n continue;\\n }\\n pushToArray(keys, stringify(\\n obj[key],\\n key,\\n generateArrayPrefix,\\n options.strictNullHandling,\\n options.skipNulls,\\n options.encode ? options.encoder : null,\\n options.filter,\\n options.sort,\\n options.allowDots,\\n options.serializeDate,\\n options.format,\\n options.formatter,\\n options.encodeValuesOnly,\\n options.charset,\\n sideChannel\\n ));\\n }\\n\\n var joined = keys.join(options.delimiter);\\n var prefix = options.addQueryPrefix === true ? '?' : '';\\n\\n if (options.charsetSentinel) {\\n if (options.charset === 'iso-8859-1') {\\n // encodeURIComponent('&#10003;'), the \\\"numeric entity\\\" representation of a checkmark\\n prefix += 'utf8=%26%2310003%3B&';\\n } else {\\n // encodeURIComponent('✓')\\n prefix += 'utf8=%E2%9C%93&';\\n }\\n }\\n\\n return joined.length > 0 ? prefix + joined : '';\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/qs/lib/stringify.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/qs/lib/utils.js\":\n/*!**************************************!*\\\n !*** ./node_modules/qs/lib/utils.js ***!\n \\**************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar formats = __webpack_require__(/*! ./formats */ \\\"./node_modules/qs/lib/formats.js\\\");\\n\\nvar has = Object.prototype.hasOwnProperty;\\nvar isArray = Array.isArray;\\n\\nvar hexTable = (function () {\\n var array = [];\\n for (var i = 0; i < 256; ++i) {\\n array.push('%' + ((i < 16 ? '0' : '') + i.toString(16)).toUpperCase());\\n }\\n\\n return array;\\n}());\\n\\nvar compactQueue = function compactQueue(queue) {\\n while (queue.length > 1) {\\n var item = queue.pop();\\n var obj = item.obj[item.prop];\\n\\n if (isArray(obj)) {\\n var compacted = [];\\n\\n for (var j = 0; j < obj.length; ++j) {\\n if (typeof obj[j] !== 'undefined') {\\n compacted.push(obj[j]);\\n }\\n }\\n\\n item.obj[item.prop] = compacted;\\n }\\n }\\n};\\n\\nvar arrayToObject = function arrayToObject(source, options) {\\n var obj = options && options.plainObjects ? Object.create(null) : {};\\n for (var i = 0; i < source.length; ++i) {\\n if (typeof source[i] !== 'undefined') {\\n obj[i] = source[i];\\n }\\n }\\n\\n return obj;\\n};\\n\\nvar merge = function merge(target, source, options) {\\n /* eslint no-param-reassign: 0 */\\n if (!source) {\\n return target;\\n }\\n\\n if (typeof source !== 'object') {\\n if (isArray(target)) {\\n target.push(source);\\n } else if (target && typeof target === 'object') {\\n if ((options && (options.plainObjects || options.allowPrototypes)) || !has.call(Object.prototype, source)) {\\n target[source] = true;\\n }\\n } else {\\n return [target, source];\\n }\\n\\n return target;\\n }\\n\\n if (!target || typeof target !== 'object') {\\n return [target].concat(source);\\n }\\n\\n var mergeTarget = target;\\n if (isArray(target) && !isArray(source)) {\\n mergeTarget = arrayToObject(target, options);\\n }\\n\\n if (isArray(target) && isArray(source)) {\\n source.forEach(function (item, i) {\\n if (has.call(target, i)) {\\n var targetItem = target[i];\\n if (targetItem && typeof targetItem === 'object' && item && typeof item === 'object') {\\n target[i] = merge(targetItem, item, options);\\n } else {\\n target.push(item);\\n }\\n } else {\\n target[i] = item;\\n }\\n });\\n return target;\\n }\\n\\n return Object.keys(source).reduce(function (acc, key) {\\n var value = source[key];\\n\\n if (has.call(acc, key)) {\\n acc[key] = merge(acc[key], value, options);\\n } else {\\n acc[key] = value;\\n }\\n return acc;\\n }, mergeTarget);\\n};\\n\\nvar assign = function assignSingleSource(target, source) {\\n return Object.keys(source).reduce(function (acc, key) {\\n acc[key] = source[key];\\n return acc;\\n }, target);\\n};\\n\\nvar decode = function (str, decoder, charset) {\\n var strWithoutPlus = str.replace(/\\\\+/g, ' ');\\n if (charset === 'iso-8859-1') {\\n // unescape never throws, no try...catch needed:\\n return strWithoutPlus.replace(/%[0-9a-f]{2}/gi, unescape);\\n }\\n // utf-8\\n try {\\n return decodeURIComponent(strWithoutPlus);\\n } catch (e) {\\n return strWithoutPlus;\\n }\\n};\\n\\nvar encode = function encode(str, defaultEncoder, charset, kind, format) {\\n // This code was originally written by Brian White (mscdex) for the io.js core querystring library.\\n // It has been adapted here for stricter adherence to RFC 3986\\n if (str.length === 0) {\\n return str;\\n }\\n\\n var string = str;\\n if (typeof str === 'symbol') {\\n string = Symbol.prototype.toString.call(str);\\n } else if (typeof str !== 'string') {\\n string = String(str);\\n }\\n\\n if (charset === 'iso-8859-1') {\\n return escape(string).replace(/%u[0-9a-f]{4}/gi, function ($0) {\\n return '%26%23' + parseInt($0.slice(2), 16) + '%3B';\\n });\\n }\\n\\n var out = '';\\n for (var i = 0; i < string.length; ++i) {\\n var c = string.charCodeAt(i);\\n\\n if (\\n c === 0x2D // -\\n || c === 0x2E // .\\n || c === 0x5F // _\\n || c === 0x7E // ~\\n || (c >= 0x30 && c <= 0x39) // 0-9\\n || (c >= 0x41 && c <= 0x5A) // a-z\\n || (c >= 0x61 && c <= 0x7A) // A-Z\\n || (format === formats.RFC1738 && (c === 0x28 || c === 0x29)) // ( )\\n ) {\\n out += string.charAt(i);\\n continue;\\n }\\n\\n if (c < 0x80) {\\n out = out + hexTable[c];\\n continue;\\n }\\n\\n if (c < 0x800) {\\n out = out + (hexTable[0xC0 | (c >> 6)] + hexTable[0x80 | (c & 0x3F)]);\\n continue;\\n }\\n\\n if (c < 0xD800 || c >= 0xE000) {\\n out = out + (hexTable[0xE0 | (c >> 12)] + hexTable[0x80 | ((c >> 6) & 0x3F)] + hexTable[0x80 | (c & 0x3F)]);\\n continue;\\n }\\n\\n i += 1;\\n c = 0x10000 + (((c & 0x3FF) << 10) | (string.charCodeAt(i) & 0x3FF));\\n out += hexTable[0xF0 | (c >> 18)]\\n + hexTable[0x80 | ((c >> 12) & 0x3F)]\\n + hexTable[0x80 | ((c >> 6) & 0x3F)]\\n + hexTable[0x80 | (c & 0x3F)];\\n }\\n\\n return out;\\n};\\n\\nvar compact = function compact(value) {\\n var queue = [{ obj: { o: value }, prop: 'o' }];\\n var refs = [];\\n\\n for (var i = 0; i < queue.length; ++i) {\\n var item = queue[i];\\n var obj = item.obj[item.prop];\\n\\n var keys = Object.keys(obj);\\n for (var j = 0; j < keys.length; ++j) {\\n var key = keys[j];\\n var val = obj[key];\\n if (typeof val === 'object' && val !== null && refs.indexOf(val) === -1) {\\n queue.push({ obj: obj, prop: key });\\n refs.push(val);\\n }\\n }\\n }\\n\\n compactQueue(queue);\\n\\n return value;\\n};\\n\\nvar isRegExp = function isRegExp(obj) {\\n return Object.prototype.toString.call(obj) === '[object RegExp]';\\n};\\n\\nvar isBuffer = function isBuffer(obj) {\\n if (!obj || typeof obj !== 'object') {\\n return false;\\n }\\n\\n return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj));\\n};\\n\\nvar combine = function combine(a, b) {\\n return [].concat(a, b);\\n};\\n\\nvar maybeMap = function maybeMap(val, fn) {\\n if (isArray(val)) {\\n var mapped = [];\\n for (var i = 0; i < val.length; i += 1) {\\n mapped.push(fn(val[i]));\\n }\\n return mapped;\\n }\\n return fn(val);\\n};\\n\\nmodule.exports = {\\n arrayToObject: arrayToObject,\\n assign: assign,\\n combine: combine,\\n compact: compact,\\n decode: decode,\\n encode: encode,\\n isBuffer: isBuffer,\\n isRegExp: isRegExp,\\n maybeMap: maybeMap,\\n merge: merge\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/qs/lib/utils.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/side-channel/index.js\":\n/*!********************************************!*\\\n !*** ./node_modules/side-channel/index.js ***!\n \\********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\neval(\"\\n\\nvar GetIntrinsic = __webpack_require__(/*! get-intrinsic */ \\\"./node_modules/get-intrinsic/index.js\\\");\\nvar callBound = __webpack_require__(/*! call-bind/callBound */ \\\"./node_modules/call-bind/callBound.js\\\");\\nvar inspect = __webpack_require__(/*! object-inspect */ \\\"./node_modules/object-inspect/index.js\\\");\\n\\nvar $TypeError = GetIntrinsic('%TypeError%');\\nvar $WeakMap = GetIntrinsic('%WeakMap%', true);\\nvar $Map = GetIntrinsic('%Map%', true);\\n\\nvar $weakMapGet = callBound('WeakMap.prototype.get', true);\\nvar $weakMapSet = callBound('WeakMap.prototype.set', true);\\nvar $weakMapHas = callBound('WeakMap.prototype.has', true);\\nvar $mapGet = callBound('Map.prototype.get', true);\\nvar $mapSet = callBound('Map.prototype.set', true);\\nvar $mapHas = callBound('Map.prototype.has', true);\\n\\n/*\\n * This function traverses the list returning the node corresponding to the\\n * given key.\\n *\\n * That node is also moved to the head of the list, so that if it's accessed\\n * again we don't need to traverse the whole list. By doing so, all the recently\\n * used nodes can be accessed relatively quickly.\\n */\\nvar listGetNode = function (list, key) { // eslint-disable-line consistent-return\\n\\tfor (var prev = list, curr; (curr = prev.next) !== null; prev = curr) {\\n\\t\\tif (curr.key === key) {\\n\\t\\t\\tprev.next = curr.next;\\n\\t\\t\\tcurr.next = list.next;\\n\\t\\t\\tlist.next = curr; // eslint-disable-line no-param-reassign\\n\\t\\t\\treturn curr;\\n\\t\\t}\\n\\t}\\n};\\n\\nvar listGet = function (objects, key) {\\n\\tvar node = listGetNode(objects, key);\\n\\treturn node && node.value;\\n};\\nvar listSet = function (objects, key, value) {\\n\\tvar node = listGetNode(objects, key);\\n\\tif (node) {\\n\\t\\tnode.value = value;\\n\\t} else {\\n\\t\\t// Prepend the new node to the beginning of the list\\n\\t\\tobjects.next = { // eslint-disable-line no-param-reassign\\n\\t\\t\\tkey: key,\\n\\t\\t\\tnext: objects.next,\\n\\t\\t\\tvalue: value\\n\\t\\t};\\n\\t}\\n};\\nvar listHas = function (objects, key) {\\n\\treturn !!listGetNode(objects, key);\\n};\\n\\nmodule.exports = function getSideChannel() {\\n\\tvar $wm;\\n\\tvar $m;\\n\\tvar $o;\\n\\tvar channel = {\\n\\t\\tassert: function (key) {\\n\\t\\t\\tif (!channel.has(key)) {\\n\\t\\t\\t\\tthrow new $TypeError('Side channel does not contain ' + inspect(key));\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\tget: function (key) { // eslint-disable-line consistent-return\\n\\t\\t\\tif ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {\\n\\t\\t\\t\\tif ($wm) {\\n\\t\\t\\t\\t\\treturn $weakMapGet($wm, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else if ($Map) {\\n\\t\\t\\t\\tif ($m) {\\n\\t\\t\\t\\t\\treturn $mapGet($m, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif ($o) { // eslint-disable-line no-lonely-if\\n\\t\\t\\t\\t\\treturn listGet($o, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\thas: function (key) {\\n\\t\\t\\tif ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {\\n\\t\\t\\t\\tif ($wm) {\\n\\t\\t\\t\\t\\treturn $weakMapHas($wm, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else if ($Map) {\\n\\t\\t\\t\\tif ($m) {\\n\\t\\t\\t\\t\\treturn $mapHas($m, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif ($o) { // eslint-disable-line no-lonely-if\\n\\t\\t\\t\\t\\treturn listHas($o, key);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\treturn false;\\n\\t\\t},\\n\\t\\tset: function (key, value) {\\n\\t\\t\\tif ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {\\n\\t\\t\\t\\tif (!$wm) {\\n\\t\\t\\t\\t\\t$wm = new $WeakMap();\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t$weakMapSet($wm, key, value);\\n\\t\\t\\t} else if ($Map) {\\n\\t\\t\\t\\tif (!$m) {\\n\\t\\t\\t\\t\\t$m = new $Map();\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t$mapSet($m, key, value);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif (!$o) {\\n\\t\\t\\t\\t\\t/*\\n\\t\\t\\t\\t\\t * Initialize the linked list as an empty node, so that we don't have\\n\\t\\t\\t\\t\\t * to special-case handling of the first node: we can always refer to\\n\\t\\t\\t\\t\\t * it as (previous node).next, instead of something like (list).head\\n\\t\\t\\t\\t\\t */\\n\\t\\t\\t\\t\\t$o = { key: {}, next: null };\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tlistSet($o, key, value);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t};\\n\\treturn channel;\\n};\\n\\n\\n//# sourceURL=webpack://SerpREST/./node_modules/side-channel/index.js?\");\n\n/***/ }),\n\n/***/ \"./node_modules/webpack/buildin/global.js\":\n/*!***********************************!*\\\n !*** (webpack)/buildin/global.js ***!\n \\***********************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"var g;\\n\\n// This works in non-strict mode\\ng = (function() {\\n\\treturn this;\\n})();\\n\\ntry {\\n\\t// This works if eval is allowed (see CSP)\\n\\tg = g || new Function(\\\"return this\\\")();\\n} catch (e) {\\n\\t// This works if the window reference is available\\n\\tif (typeof window === \\\"object\\\") g = window;\\n}\\n\\n// g can still be undefined, but nothing to do about it...\\n// We return undefined, instead of nothing here, so it's\\n// easier to handle this case. if(!global) { ...}\\n\\nmodule.exports = g;\\n\\n\\n//# sourceURL=webpack://SerpREST/(webpack)/buildin/global.js?\");\n\n/***/ }),\n\n/***/ \"./src/base/api.ts\":\n/*!*************************!*\\\n !*** ./src/base/api.ts ***!\n \\*************************/\n/*! exports provided: Api */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Api\\\", function() { return Api; });\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nvar Api = function Api(settings) {\\n _classCallCheck(this, Api);\\n\\n _defineProperty(this, \\\"httpClient\\\", void 0);\\n\\n this.httpClient = settings.httpClient;\\n};\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/base/api.ts?\");\n\n/***/ }),\n\n/***/ \"./src/base/auth-api.ts\":\n/*!******************************!*\\\n !*** ./src/base/auth-api.ts ***!\n \\******************************/\n/*! exports provided: AuthApi */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"AuthApi\\\", function() { return AuthApi; });\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nvar AuthApi = /*#__PURE__*/function () {\\n function AuthApi(settings) {\\n _classCallCheck(this, AuthApi);\\n\\n _defineProperty(this, \\\"httpClient\\\", void 0);\\n\\n _defineProperty(this, \\\"authURL\\\", void 0);\\n\\n this.httpClient = settings.httpClient;\\n this.authURL = settings.authURL;\\n }\\n\\n _createClass(AuthApi, [{\\n key: \\\"setAuthURL\\\",\\n value: function setAuthURL(url) {\\n this.authURL = url;\\n }\\n }]);\\n\\n return AuthApi;\\n}();\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/base/auth-api.ts?\");\n\n/***/ }),\n\n/***/ \"./src/constants/index.js\":\n/*!********************************!*\\\n !*** ./src/constants/index.js ***!\n \\********************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"const apiVersions = [1];\\r\\n\\r\\nconst apiEndpoints = {\\r\\n v1: {\\r\\n base: \\\"https://api.serptech.ru/v1/\\\",\\r\\n auth: \\\"https://iam.serptech.ru/v1/\\\",\\r\\n },\\r\\n};\\r\\n\\r\\nmodule.exports = {\\r\\n apiVersions,\\r\\n apiEndpoints,\\r\\n};\\r\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/constants/index.js?\");\n\n/***/ }),\n\n/***/ \"./src/http-client.ts\":\n/*!****************************!*\\\n !*** ./src/http-client.ts ***!\n \\****************************/\n/*! exports provided: createHttpClient */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"createHttpClient\\\", function() { return createHttpClient; });\\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils */ \\\"./src/utils/index.ts\\\");\\n/* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! qs */ \\\"./node_modules/qs/lib/index.js\\\");\\n/* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_1__);\\n/* harmony import */ var object_sizeof__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! object-sizeof */ \\\"./node_modules/object-sizeof/index.js\\\");\\n/* harmony import */ var object_sizeof__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(object_sizeof__WEBPACK_IMPORTED_MODULE_2__);\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\n\\n\\n\\nfunction getPayloadSize(payload) {\\n if (payload instanceof FormData) {\\n return Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"getFormDataSize\\\"])(payload);\\n } else {\\n return object_sizeof__WEBPACK_IMPORTED_MODULE_2___default()(payload);\\n }\\n}\\n\\nvar payloadIsTooLargeError = new Error(\\\"Payload is too large\\\"); // 6mb\\n\\nvar MAX_PAYLOAD_SIZE = 6291456;\\n\\nfunction prepareUrlParams(params) {\\n var paramsWithValues = Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"])(params);\\n\\n if (Object.prototype.hasOwnProperty.call(params, \\\"q\\\")) {\\n if (params.q === \\\"\\\") {\\n delete paramsWithValues.q;\\n }\\n }\\n\\n return !Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"isEmpty\\\"])(paramsWithValues) ? paramsWithValues : {};\\n}\\n\\nfunction createHttpClient(_ref) {\\n var client = _ref.client;\\n return /*#__PURE__*/function () {\\n function HttpClient(_ref2) {\\n var baseURL = _ref2.baseURL,\\n token = _ref2.token;\\n\\n _classCallCheck(this, HttpClient);\\n\\n _defineProperty(this, \\\"client\\\", void 0);\\n\\n Object.assign(this, {\\n baseURL: baseURL,\\n token: token\\n });\\n var headers = {\\n \\\"Content-Type\\\": \\\"application/json\\\"\\n };\\n\\n if (token) {\\n headers.token = \\\"Token \\\".concat(token);\\n }\\n\\n this.client = client.create({\\n baseURL: baseURL,\\n headers: headers,\\n paramsSerializer: function paramsSerializer(params) {\\n return qs__WEBPACK_IMPORTED_MODULE_1___default.a.stringify(params, {\\n arrayFormat: \\\"comma\\\"\\n });\\n }\\n });\\n }\\n\\n _createClass(HttpClient, [{\\n key: \\\"setToken\\\",\\n value: function setToken(token) {\\n if (token && this.client.defaults.headers) {\\n this.client.defaults.headers[\\\"Authorization\\\"] = \\\"Token \\\".concat(token);\\n }\\n }\\n }, {\\n key: \\\"deleteToken\\\",\\n value: function deleteToken() {\\n if (this.client.defaults.headers) {\\n delete this.client.defaults.headers[\\\"Authorization\\\"];\\n }\\n }\\n }, {\\n key: \\\"setBaseURL\\\",\\n value: function setBaseURL(baseURL) {\\n if (baseURL) {\\n this.client.defaults.baseURL = baseURL;\\n }\\n }\\n }, {\\n key: \\\"post\\\",\\n value: function post(url, data) {\\n var preparedData = data;\\n\\n if (data && !(data instanceof FormData)) {\\n preparedData = Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"])(data);\\n }\\n\\n if (data && getPayloadSize(data) >= MAX_PAYLOAD_SIZE) {\\n return Promise.reject(payloadIsTooLargeError);\\n }\\n\\n if (preparedData) {\\n return this.client.post(url, preparedData).then(function (_ref3) {\\n var data = _ref3.data;\\n return data;\\n });\\n } else {\\n return this.client.post(url).then(function (_ref4) {\\n var data = _ref4.data;\\n return data;\\n });\\n }\\n }\\n }, {\\n key: \\\"get\\\",\\n value: function get(url, params) {\\n var config = {};\\n\\n if (params) {\\n config.params = prepareUrlParams(params);\\n }\\n\\n if (!Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"isEmpty\\\"])(config)) {\\n return this.client.get(url, config).then(function (_ref5) {\\n var data = _ref5.data;\\n return data;\\n });\\n } else {\\n return this.client.get(url).then(function (_ref6) {\\n var data = _ref6.data;\\n return data;\\n });\\n }\\n }\\n }, {\\n key: \\\"put\\\",\\n value: function put(url, data) {\\n var preparedData = data;\\n\\n if (data && !(data instanceof FormData)) {\\n preparedData = Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"])(data);\\n }\\n\\n if (data && getPayloadSize(data) >= MAX_PAYLOAD_SIZE) {\\n return Promise.reject(payloadIsTooLargeError);\\n }\\n\\n return this.client.put(url, preparedData).then(function (_ref7) {\\n var data = _ref7.data;\\n return data;\\n });\\n }\\n }, {\\n key: \\\"delete\\\",\\n value: function _delete(url, params, data) {\\n var config = {};\\n\\n if (params) {\\n config.params = prepareUrlParams(params);\\n }\\n\\n var preparedData = data;\\n\\n if (data && !(data instanceof FormData)) {\\n preparedData = Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"])(data);\\n }\\n\\n if (preparedData) {\\n config.data = preparedData;\\n }\\n\\n if (data && getPayloadSize(data) >= MAX_PAYLOAD_SIZE) {\\n return Promise.reject(payloadIsTooLargeError);\\n }\\n\\n if (!Object(_utils__WEBPACK_IMPORTED_MODULE_0__[\\\"isEmpty\\\"])(config)) {\\n return this.client.delete(url, config).then(function (_ref8) {\\n var data = _ref8.data;\\n return data;\\n });\\n } else {\\n return this.client.delete(url).then(function (_ref9) {\\n var data = _ref9.data;\\n return data;\\n });\\n }\\n }\\n }]);\\n\\n return HttpClient;\\n }();\\n}\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/http-client.ts?\");\n\n/***/ }),\n\n/***/ \"./src/index.ts\":\n/*!**********************!*\\\n !*** ./src/index.ts ***!\n \\**********************/\n/*! exports provided: createSerpRestApi */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony import */ var _serp_rest_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./serp-rest-api */ \\\"./src/serp-rest-api/index.ts\\\");\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"createSerpRestApi\\\", function() { return _serp_rest_api__WEBPACK_IMPORTED_MODULE_0__[\\\"createSerpRestApi\\\"]; });\\n\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/api-facade/base.ts\":\n/*!**********************************************!*\\\n !*** ./src/serp-rest-api/api-facade/base.ts ***!\n \\**********************************************/\n/*! exports provided: ApiFacade */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"ApiFacade\\\", function() { return ApiFacade; });\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nvar ApiFacade = /*#__PURE__*/function () {\\n function ApiFacade(_ref) {\\n var httpClient = _ref.httpClient,\\n auth = _ref.auth;\\n\\n _classCallCheck(this, ApiFacade);\\n\\n _defineProperty(this, \\\"httpClient\\\", void 0);\\n\\n _defineProperty(this, \\\"auth\\\", void 0);\\n\\n this.httpClient = httpClient;\\n this.auth = auth;\\n }\\n\\n _createClass(ApiFacade, [{\\n key: \\\"init\\\",\\n value: function init(username, password) {\\n var _this = this;\\n\\n return this.auth.login(username, password).then(function (body) {\\n var token = body.token;\\n\\n _this.setToken(token.key);\\n\\n return body;\\n });\\n }\\n }, {\\n key: \\\"setToken\\\",\\n value: function setToken(token) {\\n this.httpClient.setToken(token);\\n }\\n }, {\\n key: \\\"deleteToken\\\",\\n value: function deleteToken() {\\n this.httpClient.deleteToken();\\n }\\n }, {\\n key: \\\"setEndpoint\\\",\\n value: function setEndpoint(endpoint) {\\n if (!endpoint) return;\\n this.httpClient.setBaseURL(endpoint.base);\\n this.auth.setAuthURL(endpoint.auth);\\n }\\n }]);\\n\\n return ApiFacade;\\n}();\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/api-facade/base.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/api-facade/v1/index.ts\":\n/*!**************************************************!*\\\n !*** ./src/serp-rest-api/api-facade/v1/index.ts ***!\n \\**************************************************/\n/*! exports provided: ApiFacadeV1 */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"ApiFacadeV1\\\", function() { return ApiFacadeV1; });\\n/* harmony import */ var _base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../base */ \\\"./src/serp-rest-api/api-facade/base.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _get(target, property, receiver) { if (typeof Reflect !== \\\"undefined\\\" && Reflect.get) { _get = Reflect.get; } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(receiver); } return desc.value; }; } return _get(target, property, receiver || target); }\\n\\nfunction _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar ApiFacadeV1 = /*#__PURE__*/function (_ApiFacade) {\\n _inherits(ApiFacadeV1, _ApiFacade);\\n\\n var _super = _createSuper(ApiFacadeV1);\\n\\n function ApiFacadeV1(_ref) {\\n var _this;\\n\\n var httpClient = _ref.httpClient,\\n auth = _ref.auth,\\n tokens = _ref.tokens,\\n spaces = _ref.spaces,\\n licenses = _ref.licenses,\\n notifications = _ref.notifications,\\n entries = _ref.entries,\\n persons = _ref.persons,\\n sources = _ref.sources,\\n utilities = _ref.utilities,\\n personsGroups = _ref.personsGroups,\\n thresholds = _ref.thresholds,\\n streamTokens = _ref.streamTokens;\\n\\n _classCallCheck(this, ApiFacadeV1);\\n\\n _this = _super.call(this, {\\n auth: auth,\\n httpClient: httpClient\\n });\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"tokens\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"spaces\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"licenses\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"notifications\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"entries\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"persons\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"sources\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"utilities\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"personsGroups\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"thresholds\\\", void 0);\\n\\n _defineProperty(_assertThisInitialized(_this), \\\"streamTokens\\\", void 0);\\n\\n _this.tokens = tokens;\\n _this.spaces = spaces;\\n _this.licenses = licenses;\\n _this.notifications = notifications;\\n _this.entries = entries;\\n _this.persons = persons;\\n _this.sources = sources;\\n _this.utilities = utilities;\\n _this.personsGroups = personsGroups;\\n _this.thresholds = thresholds;\\n _this.streamTokens = streamTokens;\\n return _this;\\n }\\n\\n _createClass(ApiFacadeV1, [{\\n key: \\\"setEndpoint\\\",\\n value: function setEndpoint(endpoint) {\\n _get(_getPrototypeOf(ApiFacadeV1.prototype), \\\"setEndpoint\\\", this).call(this, endpoint);\\n\\n this.tokens.setAuthURL(endpoint.auth);\\n this.spaces.setAuthURL(endpoint.auth);\\n this.licenses.setAuthURL(endpoint.auth);\\n }\\n }]);\\n\\n return ApiFacadeV1;\\n}(_base__WEBPACK_IMPORTED_MODULE_0__[\\\"ApiFacade\\\"]);\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/api-facade/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/auth/v1/index.ts\":\n/*!*****************************************************!*\\\n !*** ./src/serp-rest-api/features/auth/v1/index.ts ***!\n \\*****************************************************/\n/*! exports provided: Auth */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Auth\\\", function() { return Auth; });\\n/* harmony import */ var _base_auth_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/auth-api */ \\\"./src/base/auth-api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\n\\n\\nvar Auth = /*#__PURE__*/function (_AuthApi) {\\n _inherits(Auth, _AuthApi);\\n\\n var _super = _createSuper(Auth);\\n\\n function Auth(settings) {\\n var _this;\\n\\n _classCallCheck(this, Auth);\\n\\n _this = _super.call(this, settings);\\n _this.login = _this.login.bind(_assertThisInitialized(_this));\\n _this.logout = _this.logout.bind(_assertThisInitialized(_this));\\n _this.whoami = _this.whoami.bind(_assertThisInitialized(_this));\\n _this.changePassword = _this.changePassword.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Auth, [{\\n key: \\\"login\\\",\\n value: function login(username, password) {\\n var data = new FormData();\\n data.append(\\\"username\\\", username);\\n data.append(\\\"password\\\", password);\\n return this.httpClient.post(this.authURL + \\\"auth/token/\\\", data).then(function (body) {\\n return {\\n token: {\\n id: body.token_meta.id,\\n key: body.access_token,\\n created: body.token_meta.created,\\n expires: body.token_meta.expires,\\n expires_in: body.expires_in,\\n is_active: body.token_meta.is_active\\n },\\n user: {\\n username: body.user_meta.username,\\n created: body.user_meta.created,\\n space: {\\n id: body.user_meta.id,\\n name: \\\"default\\\"\\n }\\n }\\n };\\n });\\n }\\n }, {\\n key: \\\"logout\\\",\\n value: function logout(tokenId) {\\n return this.httpClient.delete(this.authURL + \\\"tokens/access/\\\".concat(tokenId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"whoami\\\",\\n value: function whoami() {\\n return this.httpClient.get(this.authURL + \\\"whoami/\\\");\\n }\\n }, {\\n key: \\\"changePassword\\\",\\n value: function changePassword(data) {\\n return this.httpClient.post(this.authURL + \\\"auth/password/change/\\\", data);\\n }\\n }]);\\n\\n return Auth;\\n}(_base_auth_api__WEBPACK_IMPORTED_MODULE_0__[\\\"AuthApi\\\"]);\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/auth/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/entries/v1/index.ts\":\n/*!********************************************************!*\\\n !*** ./src/serp-rest-api/features/entries/v1/index.ts ***!\n \\********************************************************/\n/*! exports provided: Entries */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Entries\\\", function() { return Entries; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Entries = /*#__PURE__*/function (_Api) {\\n _inherits(Entries, _Api);\\n\\n var _super = _createSuper(Entries);\\n\\n function Entries(settings) {\\n var _this;\\n\\n _classCallCheck(this, Entries);\\n\\n _this = _super.call(this, settings);\\n _this.getEntries = _this.getEntries.bind(_assertThisInitialized(_this));\\n _this.getEntriesStatsByPersonId = _this.getEntriesStatsByPersonId.bind(_assertThisInitialized(_this));\\n _this.deleteEntry = _this.deleteEntry.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Entries, [{\\n key: \\\"getEntries\\\",\\n value: function getEntries() {\\n var filters = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var getFiltersData = function getFiltersData(_ref) {\\n var pid = _ref.pid,\\n person_ids = _ref.person_ids,\\n spaces_ids = _ref.spaces_ids,\\n origin_ids = _ref.origin_ids,\\n conf = _ref.conf,\\n liveness = _ref.liveness,\\n id_from = _ref.id_from,\\n date_from = _ref.date_from,\\n date_to = _ref.date_to,\\n limit = _ref.limit,\\n offset = _ref.offset,\\n sex = _ref.sex,\\n mood = _ref.mood,\\n age_from = _ref.age_from,\\n age_to = _ref.age_to;\\n return {\\n pid: pid,\\n person_ids: person_ids,\\n spaces_ids: spaces_ids,\\n origin_ids: origin_ids,\\n conf: conf,\\n liveness: liveness,\\n id_from: id_from,\\n date_from: date_from,\\n date_to: date_to,\\n limit: limit,\\n offset: offset,\\n sex: sex,\\n mood: mood,\\n age_from: age_from,\\n age_to: age_to\\n };\\n };\\n\\n return this.httpClient.get(Entries.apiEndpoint, getFiltersData(filters));\\n }\\n }, {\\n key: \\\"getEntriesStatsByPersonId\\\",\\n value: function getEntriesStatsByPersonId(pid) {\\n return this.httpClient.get(\\\"\\\".concat(Entries.apiEndpoint, \\\"stats/pid/\\\").concat(pid, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"deleteEntry\\\",\\n value: function deleteEntry(entryId) {\\n return this.httpClient.delete(\\\"\\\".concat(Entries.apiEndpoint).concat(entryId, \\\"/\\\"));\\n }\\n }]);\\n\\n return Entries;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(Entries, \\\"apiEndpoint\\\", \\\"entries/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/entries/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/licenses/v1/index.ts\":\n/*!*********************************************************!*\\\n !*** ./src/serp-rest-api/features/licenses/v1/index.ts ***!\n \\*********************************************************/\n/*! exports provided: Licenses */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Licenses\\\", function() { return Licenses; });\\n/* harmony import */ var _base_auth_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/auth-api */ \\\"./src/base/auth-api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Licenses = /*#__PURE__*/function (_AuthApi) {\\n _inherits(Licenses, _AuthApi);\\n\\n var _super = _createSuper(Licenses);\\n\\n function Licenses(settings) {\\n var _this;\\n\\n _classCallCheck(this, Licenses);\\n\\n _this = _super.call(this, settings);\\n _this.getLicenses = _this.getLicenses.bind(_assertThisInitialized(_this));\\n _this.getLicense = _this.getLicense.bind(_assertThisInitialized(_this));\\n _this.createLicense = _this.createLicense.bind(_assertThisInitialized(_this));\\n _this.updateLicense = _this.updateLicense.bind(_assertThisInitialized(_this));\\n _this.deleteLicense = _this.deleteLicense.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Licenses, [{\\n key: \\\"getLicenses\\\",\\n value: function getLicenses() {\\n var filters = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var getFiltersData = function getFiltersData() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n q = _ref.q,\\n limit = _ref.limit,\\n offset = _ref.offset,\\n date_from = _ref.date_from,\\n date_to = _ref.date_to,\\n is_bound = _ref.is_bound;\\n\\n return {\\n q: q,\\n limit: limit,\\n offset: offset,\\n date_from: date_from,\\n date_to: date_to,\\n is_bound: is_bound\\n };\\n };\\n\\n return this.httpClient.get(this.authURL + Licenses.apiEndpoint, getFiltersData(filters));\\n }\\n }, {\\n key: \\\"getLicense\\\",\\n value: function getLicense(licenseId) {\\n return this.httpClient.get(this.authURL + \\\"\\\".concat(Licenses.apiEndpoint).concat(licenseId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createLicense\\\",\\n value: function createLicense() {\\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n name = _ref2.name,\\n entry_storage_days = _ref2.entry_storage_days;\\n\\n return this.httpClient.post(this.authURL + Licenses.apiEndpoint, {\\n name: name,\\n entry_storage_days: entry_storage_days\\n });\\n }\\n }, {\\n key: \\\"updateLicense\\\",\\n value: function updateLicense() {\\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n id = _ref3.id,\\n name = _ref3.name,\\n entry_storage_days = _ref3.entry_storage_days,\\n is_active = _ref3.is_active;\\n\\n return this.httpClient.put(this.authURL + \\\"\\\".concat(Licenses.apiEndpoint).concat(id, \\\"/\\\"), {\\n name: name,\\n entry_storage_days: entry_storage_days,\\n is_active: is_active\\n });\\n }\\n }, {\\n key: \\\"deleteLicense\\\",\\n value: function deleteLicense(licenseId) {\\n return this.httpClient.delete(this.authURL + \\\"\\\".concat(Licenses.apiEndpoint).concat(licenseId, \\\"/\\\"));\\n }\\n }]);\\n\\n return Licenses;\\n}(_base_auth_api__WEBPACK_IMPORTED_MODULE_0__[\\\"AuthApi\\\"]);\\n\\n_defineProperty(Licenses, \\\"apiEndpoint\\\", \\\"licenses/sources/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/licenses/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/notifications/v1/index.ts\":\n/*!**************************************************************!*\\\n !*** ./src/serp-rest-api/features/notifications/v1/index.ts ***!\n \\**************************************************************/\n/*! exports provided: Notifications */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Notifications\\\", function() { return Notifications; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nvar _excluded = [\\\"id\\\"];\\n\\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\\n\\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Notifications = /*#__PURE__*/function (_Api) {\\n _inherits(Notifications, _Api);\\n\\n var _super = _createSuper(Notifications);\\n\\n function Notifications(settings) {\\n var _this;\\n\\n _classCallCheck(this, Notifications);\\n\\n _this = _super.call(this, settings);\\n _this.getNotifications = _this.getNotifications.bind(_assertThisInitialized(_this));\\n _this.getNotification = _this.getNotification.bind(_assertThisInitialized(_this));\\n _this.createNotification = _this.createNotification.bind(_assertThisInitialized(_this));\\n _this.updateNotification = _this.updateNotification.bind(_assertThisInitialized(_this));\\n _this.deleteNotification = _this.deleteNotification.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Notifications, [{\\n key: \\\"getNotifications\\\",\\n value: function getNotifications() {\\n var filters = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var getFiltersData = function getFiltersData(_ref) {\\n var q = _ref.q,\\n limit = _ref.limit,\\n offset = _ref.offset,\\n spaces_ids = _ref.spaces_ids;\\n return {\\n q: q,\\n limit: limit,\\n offset: offset,\\n spaces_ids: spaces_ids\\n };\\n };\\n\\n return this.httpClient.get(Notifications.apiEndpoint, getFiltersData(filters));\\n }\\n }, {\\n key: \\\"getNotification\\\",\\n value: function getNotification(notificationId) {\\n return this.httpClient.get(\\\"\\\".concat(Notifications.apiEndpoint).concat(notificationId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createNotification\\\",\\n value: function createNotification(data) {\\n return this.httpClient.post(Notifications.apiEndpoint, Notifications.getNotificationData(data));\\n }\\n }, {\\n key: \\\"updateNotification\\\",\\n value: function updateNotification() {\\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var id = _ref2.id,\\n restData = _objectWithoutProperties(_ref2, _excluded);\\n\\n return this.httpClient.put(\\\"\\\".concat(Notifications.apiEndpoint).concat(id, \\\"/\\\"), Notifications.getNotificationData(restData));\\n }\\n }, {\\n key: \\\"deleteNotification\\\",\\n value: function deleteNotification(notificationId) {\\n return this.httpClient.delete(\\\"\\\".concat(Notifications.apiEndpoint).concat(notificationId, \\\"/\\\"));\\n }\\n }]);\\n\\n return Notifications;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(Notifications, \\\"apiEndpoint\\\", \\\"notification_settings/\\\");\\n\\n_defineProperty(Notifications, \\\"getNotificationData\\\", function () {\\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n transport = _ref3.transport,\\n name = _ref3.name,\\n http_method = _ref3.http_method,\\n url = _ref3.url,\\n mood = _ref3.mood,\\n conf = _ref3.conf,\\n liveness_check = _ref3.liveness_check,\\n age_from = _ref3.age_from,\\n age_to = _ref3.age_to,\\n sex = _ref3.sex,\\n origin_ids = _ref3.origin_ids;\\n\\n return {\\n transport: transport,\\n name: name,\\n http_method: http_method,\\n url: url,\\n mood: mood,\\n conf: conf,\\n liveness_check: liveness_check,\\n age_from: age_from,\\n age_to: age_to,\\n sex: sex,\\n origin_ids: origin_ids\\n };\\n});\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/notifications/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/persons-groups/v1/index.ts\":\n/*!***************************************************************!*\\\n !*** ./src/serp-rest-api/features/persons-groups/v1/index.ts ***!\n \\***************************************************************/\n/*! exports provided: PersonsGroups */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"PersonsGroups\\\", function() { return PersonsGroups; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nvar _excluded = [\\\"id\\\"],\\n _excluded2 = [\\\"groupId\\\"];\\n\\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\\n\\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar PersonsGroups = /*#__PURE__*/function (_Api) {\\n _inherits(PersonsGroups, _Api);\\n\\n var _super = _createSuper(PersonsGroups);\\n\\n function PersonsGroups(settings) {\\n var _this;\\n\\n _classCallCheck(this, PersonsGroups);\\n\\n _this = _super.call(this, settings);\\n _this.getPersonsGroups = _this.getPersonsGroups.bind(_assertThisInitialized(_this));\\n _this.getPersonsGroup = _this.getPersonsGroup.bind(_assertThisInitialized(_this));\\n _this.createPersonsGroup = _this.createPersonsGroup.bind(_assertThisInitialized(_this));\\n _this.updatePersonsGroup = _this.updatePersonsGroup.bind(_assertThisInitialized(_this));\\n _this.deletePersonsGroup = _this.deletePersonsGroup.bind(_assertThisInitialized(_this));\\n _this.getPersonsGroupPersons = _this.getPersonsGroupPersons.bind(_assertThisInitialized(_this));\\n _this.addPersonsToPersonsGroups = _this.addPersonsToPersonsGroups.bind(_assertThisInitialized(_this));\\n _this.removePersonsFromPersonsGroups = _this.removePersonsFromPersonsGroups.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(PersonsGroups, [{\\n key: \\\"getPersonsGroups\\\",\\n value: function getPersonsGroups(filters) {\\n var getFiltersData = function getFiltersData() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n q = _ref.q,\\n limit = _ref.limit,\\n offset = _ref.offset,\\n groups_ids = _ref.groups_ids,\\n spaces_ids = _ref.spaces_ids,\\n person_ids_include = _ref.person_ids_include,\\n person_ids_exclude = _ref.person_ids_exclude;\\n\\n return {\\n q: q,\\n limit: limit,\\n offset: offset,\\n groups_ids: groups_ids,\\n spaces_ids: spaces_ids,\\n person_ids_include: person_ids_include,\\n person_ids_exclude: person_ids_exclude\\n };\\n };\\n\\n return this.httpClient.get(PersonsGroups.apiEndpoint, getFiltersData(filters));\\n }\\n }, {\\n key: \\\"getPersonsGroup\\\",\\n value: function getPersonsGroup(personGroupId) {\\n return this.httpClient.get(\\\"\\\".concat(PersonsGroups.apiEndpoint).concat(personGroupId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createPersonsGroup\\\",\\n value: function createPersonsGroup(personsGroup) {\\n return this.httpClient.post(PersonsGroups.apiEndpoint, PersonsGroups.getPersonsGroupData(personsGroup));\\n }\\n }, {\\n key: \\\"updatePersonsGroup\\\",\\n value: function updatePersonsGroup() {\\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var id = _ref2.id,\\n restData = _objectWithoutProperties(_ref2, _excluded);\\n\\n return this.httpClient.put(\\\"\\\".concat(PersonsGroups.apiEndpoint).concat(id, \\\"/\\\"), PersonsGroups.getPersonsGroupData(restData));\\n }\\n }, {\\n key: \\\"deletePersonsGroup\\\",\\n value: function deletePersonsGroup(personGroupId) {\\n return this.httpClient.delete(\\\"\\\".concat(PersonsGroups.apiEndpoint).concat(personGroupId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"getPersonsGroupPersons\\\",\\n value: function getPersonsGroupPersons() {\\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var groupId = _ref3.groupId,\\n filters = _objectWithoutProperties(_ref3, _excluded2);\\n\\n var getFiltersData = function getFiltersData() {\\n var _ref4 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n limit = _ref4.limit,\\n offset = _ref4.offset,\\n person_ids = _ref4.person_ids;\\n\\n return {\\n limit: limit,\\n offset: offset,\\n person_ids: person_ids\\n };\\n };\\n\\n return this.httpClient.get(\\\"\\\".concat(PersonsGroups.apiEndpoint).concat(groupId, \\\"/person_ids/\\\"), getFiltersData(filters));\\n }\\n }, {\\n key: \\\"addPersonsToPersonsGroups\\\",\\n value: function addPersonsToPersonsGroups() {\\n var _ref5 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n groupsIds = _ref5.groupsIds,\\n persons = _ref5.persons;\\n\\n return this.httpClient.post(\\\"\\\".concat(PersonsGroups.apiEndpoint, \\\"person_ids/\\\"), {\\n groups_ids: groupsIds,\\n person_ids: persons\\n });\\n }\\n }, {\\n key: \\\"removePersonsFromPersonsGroups\\\",\\n value: function removePersonsFromPersonsGroups() {\\n var _ref6 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n groupsIds = _ref6.groupsIds,\\n persons = _ref6.persons;\\n\\n return this.httpClient.delete(\\\"\\\".concat(PersonsGroups.apiEndpoint, \\\"person_ids/\\\"), null, {\\n groups_ids: groupsIds,\\n person_ids: persons\\n });\\n }\\n }]);\\n\\n return PersonsGroups;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(PersonsGroups, \\\"apiEndpoint\\\", \\\"groups/profiles/\\\");\\n\\n_defineProperty(PersonsGroups, \\\"getPersonsGroupData\\\", function () {\\n var _ref7 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n name = _ref7.name;\\n\\n return {\\n name: name\\n };\\n});\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/persons-groups/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/persons/v1/index.ts\":\n/*!********************************************************!*\\\n !*** ./src/serp-rest-api/features/persons/v1/index.ts ***!\n \\********************************************************/\n/*! exports provided: Persons */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Persons\\\", function() { return Persons; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../utils */ \\\"./src/utils/index.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\n\\nvar Persons = /*#__PURE__*/function (_Api) {\\n _inherits(Persons, _Api);\\n\\n var _super = _createSuper(Persons);\\n\\n function Persons(settings) {\\n var _this;\\n\\n _classCallCheck(this, Persons);\\n\\n _this = _super.call(this, settings);\\n _this.searchPersonByImage = _this.searchPersonByImage.bind(_assertThisInitialized(_this));\\n _this.createPerson = _this.createPerson.bind(_assertThisInitialized(_this)); // this.createPersonFromEntry = this.createPersonFromEntry.bind(this);\\n\\n _this.deletePerson = _this.deletePerson.bind(_assertThisInitialized(_this)); // this.reinitializePersonByEntry = this.reinitializePersonByEntry.bind(this);\\n\\n _this.reinitializePersonByImage = _this.reinitializePersonByImage.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Persons, [{\\n key: \\\"searchPersonByImage\\\",\\n value: function searchPersonByImage(_ref) {\\n var image = _ref.image,\\n identify_asm = _ref.identify_asm;\\n if (!image) return Promise.reject(\\\"No image provided\\\");\\n var fieldsData = {\\n identify_asm: identify_asm\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, image, \\\"image\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(\\\"\\\".concat(Persons.apiEndpoint, \\\"search/\\\"), data);\\n }\\n }, {\\n key: \\\"createPerson\\\",\\n value: function createPerson(_ref2) {\\n var image = _ref2.image,\\n origin_id = _ref2.origin_id,\\n create_min_facesize = _ref2.create_min_facesize,\\n create_ha = _ref2.create_ha,\\n create_junk = _ref2.create_junk,\\n identify_asm = _ref2.identify_asm;\\n var fieldsData = {\\n origin_id: origin_id,\\n create_min_facesize: create_min_facesize,\\n create_ha: create_ha,\\n create_junk: create_junk,\\n identify_asm: identify_asm\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, image, \\\"image\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(Persons.apiEndpoint, data);\\n } // createPersonFromEntry({\\n // entryId,\\n // create_on_ha,\\n // create_on_junk,\\n // }: CreatePersonFromEntryParamsInterface): Promise<null> {\\n // return this.httpClient.post(`${Persons.apiEndpoint}entry/`, {\\n // id: entryId,\\n // create_on_ha,\\n // create_on_junk,\\n // });\\n // }\\n\\n }, {\\n key: \\\"deletePerson\\\",\\n value: function deletePerson(pid) {\\n return this.httpClient.delete(\\\"\\\".concat(Persons.apiEndpoint).concat(pid, \\\"/\\\"));\\n } // reinitializePersonByEntry({\\n // entryId,\\n // }: ReinitializePersonByEntryParamsInterface): Promise<null> {\\n // if (!entryId) return Promise.reject(\\\"No entry id provided\\\");\\n //\\n // return this.httpClient.post(`${Persons.apiEndpoint}reinit/`, {\\n // id: entryId,\\n // });\\n // }\\n\\n }, {\\n key: \\\"reinitializePersonByImage\\\",\\n value: function reinitializePersonByImage(_ref3) {\\n var pid = _ref3.pid,\\n image = _ref3.image,\\n min_conf = _ref3.min_conf,\\n identify_asm = _ref3.identify_asm,\\n create_min_facesize = _ref3.create_min_facesize;\\n if (!image) return Promise.reject(\\\"No image provided\\\");\\n var fieldsData = {\\n min_conf: min_conf,\\n create_min_facesize: create_min_facesize,\\n identify_asm: identify_asm\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, image, \\\"image\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(\\\"\\\".concat(Persons.apiEndpoint).concat(pid, \\\"/reinit/\\\"), data);\\n }\\n }]);\\n\\n return Persons;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(Persons, \\\"apiEndpoint\\\", \\\"profiles/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/persons/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/sources/v1/index.ts\":\n/*!********************************************************!*\\\n !*** ./src/serp-rest-api/features/sources/v1/index.ts ***!\n \\********************************************************/\n/*! exports provided: Sources */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Sources\\\", function() { return Sources; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nvar _excluded = [\\\"id\\\"];\\n\\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\\n\\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Sources = /*#__PURE__*/function (_Api) {\\n _inherits(Sources, _Api);\\n\\n var _super = _createSuper(Sources);\\n\\n function Sources(settings) {\\n var _this;\\n\\n _classCallCheck(this, Sources);\\n\\n _this = _super.call(this, settings);\\n _this.getSources = _this.getSources.bind(_assertThisInitialized(_this));\\n _this.getSource = _this.getSource.bind(_assertThisInitialized(_this));\\n _this.createSource = _this.createSource.bind(_assertThisInitialized(_this));\\n _this.updateSource = _this.updateSource.bind(_assertThisInitialized(_this));\\n _this.deleteSource = _this.deleteSource.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Sources, [{\\n key: \\\"getSources\\\",\\n value: function getSources() {\\n var filters = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var getFiltersData = function getFiltersData() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n q = _ref.q,\\n limit = _ref.limit,\\n offset = _ref.offset,\\n spaces_ids = _ref.spaces_ids;\\n\\n return {\\n q: q,\\n limit: limit,\\n offset: offset,\\n spaces_ids: spaces_ids\\n };\\n };\\n\\n return this.httpClient.get(Sources.apiEndpoint, getFiltersData(filters));\\n }\\n }, {\\n key: \\\"getSource\\\",\\n value: function getSource(sourceId) {\\n return this.httpClient.get(\\\"\\\".concat(Sources.apiEndpoint).concat(sourceId, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createSource\\\",\\n value: function createSource(data) {\\n return this.httpClient.post(Sources.apiEndpoint, Sources.getSourceData(data));\\n }\\n }, {\\n key: \\\"updateSource\\\",\\n value: function updateSource() {\\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n\\n var id = _ref2.id,\\n restData = _objectWithoutProperties(_ref2, _excluded);\\n\\n return this.httpClient.put(\\\"\\\".concat(Sources.apiEndpoint).concat(id, \\\"/\\\"), Sources.getSourceData(restData));\\n }\\n }, {\\n key: \\\"deleteSource\\\",\\n value: function deleteSource(sourceId) {\\n return this.httpClient.delete(\\\"\\\".concat(Sources.apiEndpoint).concat(sourceId, \\\"/\\\"));\\n }\\n }]);\\n\\n return Sources;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(Sources, \\\"apiEndpoint\\\", \\\"origins/\\\");\\n\\n_defineProperty(Sources, \\\"getSourceData\\\", function () {\\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n name = _ref3.name,\\n identify_facesize_threshold = _ref3.identify_facesize_threshold,\\n use_pps_timestamp = _ref3.use_pps_timestamp,\\n manual_create_facesize_threshold = _ref3.manual_create_facesize_threshold,\\n manual_create_on_ha = _ref3.manual_create_on_ha,\\n manual_create_on_junk = _ref3.manual_create_on_junk,\\n manual_identify_asm = _ref3.manual_identify_asm,\\n auto_create_persons = _ref3.auto_create_persons,\\n auto_create_facesize_threshold = _ref3.auto_create_facesize_threshold,\\n auto_create_check_blur = _ref3.auto_create_check_blur,\\n auto_create_check_exposure = _ref3.auto_create_check_exposure,\\n auto_create_on_ha = _ref3.auto_create_on_ha,\\n auto_create_on_junk = _ref3.auto_create_on_junk,\\n auto_check_face_angle = _ref3.auto_check_face_angle,\\n auto_check_liveness = _ref3.auto_check_liveness,\\n auto_create_liveness_only = _ref3.auto_create_liveness_only,\\n auto_identify_asm = _ref3.auto_identify_asm,\\n store_images_for_results = _ref3.store_images_for_results,\\n license_id = _ref3.license_id,\\n license = _ref3.license;\\n\\n return {\\n name: name,\\n identify_facesize_threshold: identify_facesize_threshold,\\n use_pps_timestamp: use_pps_timestamp,\\n manual_create_facesize_threshold: manual_create_facesize_threshold,\\n manual_create_on_ha: manual_create_on_ha,\\n manual_create_on_junk: manual_create_on_junk,\\n manual_identify_asm: manual_identify_asm,\\n auto_create_persons: auto_create_persons,\\n auto_create_facesize_threshold: auto_create_facesize_threshold,\\n auto_create_check_blur: auto_create_check_blur,\\n auto_create_check_exposure: auto_create_check_exposure,\\n auto_create_on_ha: auto_create_on_ha,\\n auto_create_on_junk: auto_create_on_junk,\\n auto_check_face_angle: auto_check_face_angle,\\n auto_check_liveness: auto_check_liveness,\\n auto_create_liveness_only: auto_create_liveness_only,\\n auto_identify_asm: auto_identify_asm,\\n store_images_for_results: store_images_for_results,\\n license_id: license_id,\\n license: license\\n };\\n});\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/sources/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/spaces/v1/index.ts\":\n/*!*******************************************************!*\\\n !*** ./src/serp-rest-api/features/spaces/v1/index.ts ***!\n \\*******************************************************/\n/*! exports provided: Spaces */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Spaces\\\", function() { return Spaces; });\\n/* harmony import */ var _base_auth_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/auth-api */ \\\"./src/base/auth-api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nvar _excluded = [\\\"id\\\"];\\n\\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\\n\\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Spaces = /*#__PURE__*/function (_AuthApi) {\\n _inherits(Spaces, _AuthApi);\\n\\n var _super = _createSuper(Spaces);\\n\\n function Spaces(settings) {\\n var _this;\\n\\n _classCallCheck(this, Spaces);\\n\\n _this = _super.call(this, settings);\\n _this.getSpaces = _this.getSpaces.bind(_assertThisInitialized(_this));\\n _this.getSpace = _this.getSpace.bind(_assertThisInitialized(_this));\\n _this.createSpace = _this.createSpace.bind(_assertThisInitialized(_this));\\n _this.updateSpace = _this.updateSpace.bind(_assertThisInitialized(_this));\\n _this.deleteSpace = _this.deleteSpace.bind(_assertThisInitialized(_this));\\n _this.createToken = _this.createToken.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Spaces, [{\\n key: \\\"getSpaces\\\",\\n value: function getSpaces(params) {\\n return this.httpClient.get(this.authURL + Spaces.apiEndpoint, params);\\n }\\n }, {\\n key: \\\"getSpace\\\",\\n value: function getSpace(id) {\\n return this.httpClient.get(this.authURL + \\\"\\\".concat(Spaces.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createSpace\\\",\\n value: function createSpace(data) {\\n return this.httpClient.post(this.authURL + Spaces.apiEndpoint, Spaces.getSpaceData(data));\\n }\\n }, {\\n key: \\\"updateSpace\\\",\\n value: function updateSpace(data) {\\n return this.httpClient.put(this.authURL + \\\"\\\".concat(Spaces.apiEndpoint).concat(data.id, \\\"/\\\"), Spaces.getSpaceData(data));\\n }\\n }, {\\n key: \\\"deleteSpace\\\",\\n value: function deleteSpace(id) {\\n return this.httpClient.delete(this.authURL + \\\"\\\".concat(Spaces.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createToken\\\",\\n value: function createToken(data) {\\n var id = data.id,\\n restData = _objectWithoutProperties(data, _excluded);\\n\\n return this.httpClient.post(this.authURL + \\\"\\\".concat(Spaces.apiEndpoint).concat(id, \\\"/tokens/access/\\\"), restData);\\n }\\n }]);\\n\\n return Spaces;\\n}(_base_auth_api__WEBPACK_IMPORTED_MODULE_0__[\\\"AuthApi\\\"]);\\n\\n_defineProperty(Spaces, \\\"apiEndpoint\\\", \\\"spaces/\\\");\\n\\n_defineProperty(Spaces, \\\"getSpaceData\\\", function (_ref) {\\n var name = _ref.name;\\n return {\\n name: name\\n };\\n});\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/spaces/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/stream-tokens/v1/index.ts\":\n/*!**************************************************************!*\\\n !*** ./src/serp-rest-api/features/stream-tokens/v1/index.ts ***!\n \\**************************************************************/\n/*! exports provided: StreamTokens */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"StreamTokens\\\", function() { return StreamTokens; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar StreamTokens = /*#__PURE__*/function (_Api) {\\n _inherits(StreamTokens, _Api);\\n\\n var _super = _createSuper(StreamTokens);\\n\\n function StreamTokens(settings) {\\n var _this;\\n\\n _classCallCheck(this, StreamTokens);\\n\\n _this = _super.call(this, settings);\\n _this.getStreamTokens = _this.getStreamTokens.bind(_assertThisInitialized(_this));\\n _this.getStreamToken = _this.getStreamToken.bind(_assertThisInitialized(_this));\\n _this.createStreamToken = _this.createStreamToken.bind(_assertThisInitialized(_this));\\n _this.updateStreamToken = _this.updateStreamToken.bind(_assertThisInitialized(_this));\\n _this.deleteStreamToken = _this.deleteStreamToken.bind(_assertThisInitialized(_this));\\n _this.deleteStreamTokens = _this.deleteStreamTokens.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(StreamTokens, [{\\n key: \\\"getStreamTokens\\\",\\n value: function getStreamTokens(params) {\\n return this.httpClient.get(StreamTokens.apiEndpoint, params);\\n }\\n }, {\\n key: \\\"deleteStreamTokens\\\",\\n value: function deleteStreamTokens(params) {\\n var getFiltersData = function getFiltersData() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n limit = _ref.limit,\\n offset = _ref.offset,\\n permanent = _ref.permanent;\\n\\n return {\\n limit: limit,\\n offset: offset,\\n permanent: permanent\\n };\\n };\\n\\n return this.httpClient.delete(StreamTokens.apiEndpoint, getFiltersData(params));\\n }\\n }, {\\n key: \\\"getStreamToken\\\",\\n value: function getStreamToken(id) {\\n return this.httpClient.get(\\\"\\\".concat(StreamTokens.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createStreamToken\\\",\\n value: function createStreamToken(data) {\\n var _ref2 = data || {},\\n permanent = _ref2.permanent;\\n\\n return this.httpClient.post(StreamTokens.apiEndpoint, {\\n permanent: permanent\\n });\\n }\\n }, {\\n key: \\\"updateStreamToken\\\",\\n value: function updateStreamToken(data) {\\n var _ref3 = data || {},\\n id = _ref3.id,\\n is_active = _ref3.is_active;\\n\\n return this.httpClient.put(\\\"\\\".concat(StreamTokens.apiEndpoint).concat(id, \\\"/\\\"), {\\n is_active: is_active\\n });\\n }\\n }, {\\n key: \\\"deleteStreamToken\\\",\\n value: function deleteStreamToken(id) {\\n return this.httpClient.delete(\\\"\\\".concat(StreamTokens.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }]);\\n\\n return StreamTokens;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(StreamTokens, \\\"apiEndpoint\\\", \\\"tokens/streams/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/stream-tokens/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/thresholds/v1/index.ts\":\n/*!***********************************************************!*\\\n !*** ./src/serp-rest-api/features/thresholds/v1/index.ts ***!\n \\***********************************************************/\n/*! exports provided: Thresholds */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Thresholds\\\", function() { return Thresholds; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Thresholds = /*#__PURE__*/function (_Api) {\\n _inherits(Thresholds, _Api);\\n\\n var _super = _createSuper(Thresholds);\\n\\n function Thresholds(settings) {\\n var _this;\\n\\n _classCallCheck(this, Thresholds);\\n\\n _this = _super.call(this, settings);\\n _this.getThresholds = _this.getThresholds.bind(_assertThisInitialized(_this));\\n _this.updateThresholds = _this.updateThresholds.bind(_assertThisInitialized(_this));\\n _this.resetThresholds = _this.resetThresholds.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Thresholds, [{\\n key: \\\"getThresholds\\\",\\n value: function getThresholds() {\\n return this.httpClient.get(Thresholds.apiEndpoint);\\n }\\n }, {\\n key: \\\"updateThresholds\\\",\\n value: function updateThresholds() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n exact = _ref.exact,\\n ha = _ref.ha,\\n junk = _ref.junk;\\n\\n return this.httpClient.put(Thresholds.apiEndpoint, {\\n exact: exact,\\n ha: ha,\\n junk: junk\\n });\\n }\\n }, {\\n key: \\\"resetThresholds\\\",\\n value: function resetThresholds() {\\n return this.httpClient.post(\\\"\\\".concat(Thresholds.apiEndpoint, \\\"reset/\\\"));\\n }\\n }]);\\n\\n return Thresholds;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n_defineProperty(Thresholds, \\\"apiEndpoint\\\", \\\"settings/thresholds/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/thresholds/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/tokens/v1/index.ts\":\n/*!*******************************************************!*\\\n !*** ./src/serp-rest-api/features/tokens/v1/index.ts ***!\n \\*******************************************************/\n/*! exports provided: Tokens */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Tokens\\\", function() { return Tokens; });\\n/* harmony import */ var _base_auth_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/auth-api */ \\\"./src/base/auth-api.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\n\\n\\nvar Tokens = /*#__PURE__*/function (_AuthApi) {\\n _inherits(Tokens, _AuthApi);\\n\\n var _super = _createSuper(Tokens);\\n\\n function Tokens(settings) {\\n var _this;\\n\\n _classCallCheck(this, Tokens);\\n\\n _this = _super.call(this, settings);\\n _this.getTokens = _this.getTokens.bind(_assertThisInitialized(_this));\\n _this.getToken = _this.getToken.bind(_assertThisInitialized(_this));\\n _this.deleteTokens = _this.deleteTokens.bind(_assertThisInitialized(_this));\\n _this.createToken = _this.createToken.bind(_assertThisInitialized(_this));\\n _this.updateToken = _this.updateToken.bind(_assertThisInitialized(_this));\\n _this.deleteToken = _this.deleteToken.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Tokens, [{\\n key: \\\"getTokens\\\",\\n value: function getTokens(params) {\\n return this.httpClient.get(this.authURL + Tokens.apiEndpoint, params);\\n }\\n }, {\\n key: \\\"deleteTokens\\\",\\n value: function deleteTokens(data) {\\n var _ref = data || {},\\n permanent = _ref.permanent;\\n\\n return this.httpClient.delete(this.authURL + Tokens.apiEndpoint, {\\n permanent: permanent\\n });\\n }\\n }, {\\n key: \\\"getToken\\\",\\n value: function getToken(id) {\\n return this.httpClient.get(this.authURL + \\\"\\\".concat(Tokens.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }, {\\n key: \\\"createToken\\\",\\n value: function createToken(data) {\\n var _ref2 = data || {},\\n permanent = _ref2.permanent;\\n\\n return this.httpClient.post(this.authURL + Tokens.apiEndpoint, {\\n permanent: permanent\\n });\\n }\\n }, {\\n key: \\\"updateToken\\\",\\n value: function updateToken(data) {\\n var _ref3 = data || {},\\n id = _ref3.id,\\n is_active = _ref3.is_active;\\n\\n return this.httpClient.put(this.authURL + \\\"\\\".concat(Tokens.apiEndpoint).concat(id, \\\"/\\\"), {\\n is_active: is_active\\n });\\n }\\n }, {\\n key: \\\"deleteToken\\\",\\n value: function deleteToken(id) {\\n return this.httpClient.delete(this.authURL + \\\"\\\".concat(Tokens.apiEndpoint).concat(id, \\\"/\\\"));\\n }\\n }]);\\n\\n return Tokens;\\n}(_base_auth_api__WEBPACK_IMPORTED_MODULE_0__[\\\"AuthApi\\\"]);\\n\\n_defineProperty(Tokens, \\\"apiEndpoint\\\", \\\"tokens/access/\\\");\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/tokens/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/features/utilities/v1/index.ts\":\n/*!**********************************************************!*\\\n !*** ./src/serp-rest-api/features/utilities/v1/index.ts ***!\n \\**********************************************************/\n/*! exports provided: Utilities */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"Utilities\\\", function() { return Utilities; });\\n/* harmony import */ var _base_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../base/api */ \\\"./src/base/api.ts\\\");\\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../utils */ \\\"./src/utils/index.ts\\\");\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\\n\\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function\\\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\\n\\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\\n\\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\\n\\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \\\"object\\\" || typeof call === \\\"function\\\")) { return call; } else if (call !== void 0) { throw new TypeError(\\\"Derived constructors may only return object or undefined\\\"); } return _assertThisInitialized(self); }\\n\\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return self; }\\n\\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \\\"undefined\\\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \\\"function\\\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\\n\\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\\n\\n\\n\\n\\nvar Utilities = /*#__PURE__*/function (_Api) {\\n _inherits(Utilities, _Api);\\n\\n var _super = _createSuper(Utilities);\\n\\n function Utilities(settings) {\\n var _this;\\n\\n _classCallCheck(this, Utilities);\\n\\n _this = _super.call(this, settings);\\n _this.comparePhotos = _this.comparePhotos.bind(_assertThisInitialized(_this));\\n _this.comparePersonPhotoWithDocumentPhoto = _this.comparePersonPhotoWithDocumentPhoto.bind(_assertThisInitialized(_this));\\n _this.verifyPersonPhotoWithDocumentPhoto = _this.verifyPersonPhotoWithDocumentPhoto.bind(_assertThisInitialized(_this));\\n _this.findOutCustomer = _this.findOutCustomer.bind(_assertThisInitialized(_this));\\n _this.checkAsm = _this.checkAsm.bind(_assertThisInitialized(_this));\\n _this.getSupportedIdTypes = _this.getSupportedIdTypes.bind(_assertThisInitialized(_this));\\n _this.getApiVersion = _this.getApiVersion.bind(_assertThisInitialized(_this));\\n return _this;\\n }\\n\\n _createClass(Utilities, [{\\n key: \\\"comparePhotos\\\",\\n value: function comparePhotos(_ref) {\\n var image1 = _ref.image1,\\n image2 = _ref.image2,\\n result = _ref.result;\\n var fieldsData = {\\n result: result\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, image1, \\\"image1\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, image2, \\\"image2\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(\\\"compare/\\\", data);\\n }\\n }, {\\n key: \\\"comparePersonPhotoWithDocumentPhoto\\\",\\n value: function comparePersonPhotoWithDocumentPhoto(_ref2) {\\n var photo = _ref2.photo,\\n facesize = _ref2.facesize,\\n result = _ref2.result;\\n var fieldsData = {\\n facesize: facesize,\\n result: result\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, photo, \\\"photo\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(\\\"faceid/compare/\\\", data);\\n }\\n }, {\\n key: \\\"verifyPersonPhotoWithDocumentPhoto\\\",\\n value: function verifyPersonPhotoWithDocumentPhoto(_ref3) {\\n var photo_face = _ref3.photo_face,\\n photo_face_facesize = _ref3.photo_face_facesize,\\n photo_id = _ref3.photo_id,\\n photo_id_facesize = _ref3.photo_id_facesize,\\n id_code = _ref3.id_code,\\n result = _ref3.result;\\n var fieldsData = {\\n photo_face_facesize: photo_face_facesize,\\n photo_id_facesize: photo_id_facesize,\\n id_code: id_code,\\n result: result\\n };\\n var data = new FormData();\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, photo_face, \\\"photo_face\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"])(data, photo_id, \\\"photo_id\\\");\\n Object(_utils__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"])(data, fieldsData);\\n return this.httpClient.post(\\\"faceid/verification/\\\", data);\\n }\\n }, {\\n key: \\\"findOutCustomer\\\",\\n value: function findOutCustomer(_ref4) {\\n var source = _ref4.source,\\n offset = _ref4.offset;\\n return this.httpClient.get(\\\"utility/customer/\\\", {\\n source: source,\\n offset: offset\\n });\\n }\\n }, {\\n key: \\\"checkAsm\\\",\\n value: function checkAsm(_ref5) {\\n var image = _ref5.image;\\n return this.httpClient.post(\\\"compare/\\\", {\\n image: image\\n });\\n }\\n }, {\\n key: \\\"getSupportedIdTypes\\\",\\n value: function getSupportedIdTypes() {\\n return this.httpClient.get(\\\"faceid/id-codes/\\\");\\n }\\n }, {\\n key: \\\"getApiVersion\\\",\\n value: function getApiVersion() {\\n return this.httpClient.get(\\\"version/\\\");\\n }\\n }]);\\n\\n return Utilities;\\n}(_base_api__WEBPACK_IMPORTED_MODULE_0__[\\\"Api\\\"]);\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/features/utilities/v1/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/serp-rest-api/index.ts\":\n/*!************************************!*\\\n !*** ./src/serp-rest-api/index.ts ***!\n \\************************************/\n/*! exports provided: createSerpRestApi */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"createSerpRestApi\\\", function() { return createSerpRestApi; });\\n/* harmony import */ var isomorphic_form_data__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! isomorphic-form-data */ \\\"./node_modules/isomorphic-form-data/lib/browser.js\\\");\\n/* harmony import */ var isomorphic_form_data__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(isomorphic_form_data__WEBPACK_IMPORTED_MODULE_0__);\\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! axios */ \\\"./node_modules/axios/index.js\\\");\\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);\\n/* harmony import */ var _http_client__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../http-client */ \\\"./src/http-client.ts\\\");\\n/* harmony import */ var _api_facade_v1__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./api-facade/v1 */ \\\"./src/serp-rest-api/api-facade/v1/index.ts\\\");\\n/* harmony import */ var _features_auth_v1__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./features/auth/v1 */ \\\"./src/serp-rest-api/features/auth/v1/index.ts\\\");\\n/* harmony import */ var _features_entries_v1__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./features/entries/v1 */ \\\"./src/serp-rest-api/features/entries/v1/index.ts\\\");\\n/* harmony import */ var _features_notifications_v1__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./features/notifications/v1 */ \\\"./src/serp-rest-api/features/notifications/v1/index.ts\\\");\\n/* harmony import */ var _features_persons_v1__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./features/persons/v1 */ \\\"./src/serp-rest-api/features/persons/v1/index.ts\\\");\\n/* harmony import */ var _features_sources_v1__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./features/sources/v1 */ \\\"./src/serp-rest-api/features/sources/v1/index.ts\\\");\\n/* harmony import */ var _features_tokens_v1__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./features/tokens/v1 */ \\\"./src/serp-rest-api/features/tokens/v1/index.ts\\\");\\n/* harmony import */ var _features_spaces_v1__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./features/spaces/v1 */ \\\"./src/serp-rest-api/features/spaces/v1/index.ts\\\");\\n/* harmony import */ var _features_utilities_v1__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./features/utilities/v1 */ \\\"./src/serp-rest-api/features/utilities/v1/index.ts\\\");\\n/* harmony import */ var _features_persons_groups_v1__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./features/persons-groups/v1 */ \\\"./src/serp-rest-api/features/persons-groups/v1/index.ts\\\");\\n/* harmony import */ var _features_thresholds_v1__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./features/thresholds/v1 */ \\\"./src/serp-rest-api/features/thresholds/v1/index.ts\\\");\\n/* harmony import */ var _features_stream_tokens_v1__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./features/stream-tokens/v1 */ \\\"./src/serp-rest-api/features/stream-tokens/v1/index.ts\\\");\\n/* harmony import */ var _features_licenses_v1__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./features/licenses/v1 */ \\\"./src/serp-rest-api/features/licenses/v1/index.ts\\\");\\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../constants */ \\\"./src/constants/index.js\\\");\\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_constants__WEBPACK_IMPORTED_MODULE_16__);\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nfunction createSerpRestApiV1() {\\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\\n token = _ref.token;\\n\\n var HttpClient = Object(_http_client__WEBPACK_IMPORTED_MODULE_2__[\\\"createHttpClient\\\"])({\\n client: axios__WEBPACK_IMPORTED_MODULE_1___default.a\\n });\\n var httpClient = new HttpClient({\\n baseURL: _constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiEndpoints\\\"].v1.base,\\n token: token\\n });\\n return new _api_facade_v1__WEBPACK_IMPORTED_MODULE_3__[\\\"ApiFacadeV1\\\"]({\\n httpClient: httpClient,\\n auth: new _features_auth_v1__WEBPACK_IMPORTED_MODULE_4__[\\\"Auth\\\"]({\\n httpClient: httpClient,\\n authURL: _constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiEndpoints\\\"].v1.auth\\n }),\\n tokens: new _features_tokens_v1__WEBPACK_IMPORTED_MODULE_9__[\\\"Tokens\\\"]({\\n httpClient: httpClient,\\n authURL: _constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiEndpoints\\\"].v1.auth\\n }),\\n spaces: new _features_spaces_v1__WEBPACK_IMPORTED_MODULE_10__[\\\"Spaces\\\"]({\\n httpClient: httpClient,\\n authURL: _constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiEndpoints\\\"].v1.auth\\n }),\\n licenses: new _features_licenses_v1__WEBPACK_IMPORTED_MODULE_15__[\\\"Licenses\\\"]({\\n httpClient: httpClient,\\n authURL: _constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiEndpoints\\\"].v1.auth\\n }),\\n notifications: new _features_notifications_v1__WEBPACK_IMPORTED_MODULE_6__[\\\"Notifications\\\"]({\\n httpClient: httpClient\\n }),\\n entries: new _features_entries_v1__WEBPACK_IMPORTED_MODULE_5__[\\\"Entries\\\"]({\\n httpClient: httpClient\\n }),\\n persons: new _features_persons_v1__WEBPACK_IMPORTED_MODULE_7__[\\\"Persons\\\"]({\\n httpClient: httpClient\\n }),\\n sources: new _features_sources_v1__WEBPACK_IMPORTED_MODULE_8__[\\\"Sources\\\"]({\\n httpClient: httpClient\\n }),\\n utilities: new _features_utilities_v1__WEBPACK_IMPORTED_MODULE_11__[\\\"Utilities\\\"]({\\n httpClient: httpClient\\n }),\\n personsGroups: new _features_persons_groups_v1__WEBPACK_IMPORTED_MODULE_12__[\\\"PersonsGroups\\\"]({\\n httpClient: httpClient\\n }),\\n thresholds: new _features_thresholds_v1__WEBPACK_IMPORTED_MODULE_13__[\\\"Thresholds\\\"]({\\n httpClient: httpClient\\n }),\\n streamTokens: new _features_stream_tokens_v1__WEBPACK_IMPORTED_MODULE_14__[\\\"StreamTokens\\\"]({\\n httpClient: httpClient\\n })\\n });\\n}\\n\\nfunction createSerpRestApi() {\\n var settings = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\\n var version = settings.version,\\n token = settings.token;\\n\\n if (!version) {\\n throw new Error(\\\"You did not specify Serp API version.\\\\n Available versions: \\\".concat(_constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiVersions\\\"].join(\\\", \\\")));\\n }\\n\\n var numVersion = Number(version);\\n\\n if (!_constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiVersions\\\"].includes(numVersion)) {\\n throw new Error(\\\"You have specified a non-existent version of Serp API: \\\".concat(version, \\\".\\\\n Available versions: \\\").concat(_constants__WEBPACK_IMPORTED_MODULE_16__[\\\"apiVersions\\\"].join(\\\", \\\")));\\n }\\n\\n switch (numVersion) {\\n case 1:\\n return createSerpRestApiV1({\\n token: token\\n });\\n }\\n}\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/serp-rest-api/index.ts?\");\n\n/***/ }),\n\n/***/ \"./src/utils/data.ts\":\n/*!***************************!*\\\n !*** ./src/utils/data.ts ***!\n \\***************************/\n/*! exports provided: removeEmpty, isEmpty */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"removeEmpty\\\", function() { return removeEmpty; });\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"isEmpty\\\", function() { return isEmpty; });\\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\\n\\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nfunction _typeof(obj) { \\\"@babel/helpers - typeof\\\"; if (typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; }; } return _typeof(obj); }\\n\\nfunction removeEmpty(obj) {\\n if (_typeof(obj) !== \\\"object\\\" || obj === null || obj instanceof Array) {\\n return obj;\\n }\\n\\n return Object.keys(obj).filter(function (key) {\\n return obj[key] !== undefined;\\n }).reduce(function (newObj, key) {\\n return _objectSpread(_objectSpread({}, newObj), {}, _defineProperty({}, key, obj[key]));\\n }, {});\\n}\\nfunction isEmpty(obj) {\\n return Object.keys(obj).length === 0;\\n}\\n\\n//# sourceURL=webpack://SerpREST/./src/utils/data.ts?\");\n\n/***/ }),\n\n/***/ \"./src/utils/files.ts\":\n/*!****************************!*\\\n !*** ./src/utils/files.ts ***!\n \\****************************/\n/*! exports provided: addFileToFormData, addDataToFormData, getFormDataSize */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"addFileToFormData\\\", function() { return addFileToFormData; });\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"addDataToFormData\\\", function() { return addDataToFormData; });\\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \\\"getFormDataSize\\\", function() { return getFormDataSize; });\\n/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index */ \\\"./src/utils/index.ts\\\");\\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\\n\\nfunction _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.\\\"); }\\n\\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \\\"string\\\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \\\"Object\\\" && o.constructor) n = o.constructor.name; if (n === \\\"Map\\\" || n === \\\"Set\\\") return Array.from(o); if (n === \\\"Arguments\\\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\\n\\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\\n\\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \\\"undefined\\\" && arr[Symbol.iterator] || arr[\\\"@@iterator\\\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\\\"return\\\"] != null) _i[\\\"return\\\"](); } finally { if (_d) throw _e; } } return _arr; }\\n\\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\\n\\n // convert base64/URLEncoded data component to raw binary data held in a string\\n\\nfunction dataURItoBlob(dataURI) {\\n var byteString;\\n\\n if (dataURI.split(\\\",\\\")[0].indexOf(\\\"base64\\\") >= 0) {\\n byteString = atob(dataURI.split(\\\",\\\")[1]);\\n } else {\\n byteString = unescape(dataURI.split(\\\",\\\")[1]);\\n } // separate out the mime component\\n\\n\\n var mimeString = dataURI.split(\\\",\\\")[0].split(\\\":\\\")[1].split(\\\";\\\")[0]; // write the bytes of the string to a typed array\\n\\n var ia = new Uint8Array(byteString.length);\\n\\n for (var i = 0; i < byteString.length; i++) {\\n ia[i] = byteString.charCodeAt(i);\\n }\\n\\n return new Blob([ia], {\\n type: mimeString\\n });\\n}\\n\\nfunction getFileExtensionFromBase64String(base64) {\\n return base64.substring(\\\"data:image/\\\".length, base64.indexOf(\\\";base64\\\"));\\n}\\n\\nfunction addFileToFormData(formData, file, fieldName, fileName) {\\n if (!file) return formData;\\n\\n if (typeof file === \\\"string\\\") {\\n var formFieldName = fileName || \\\"\\\".concat(fieldName, \\\".\\\").concat(getFileExtensionFromBase64String(file));\\n formData.append(fieldName, dataURItoBlob(file), formFieldName);\\n } else {\\n var _formFieldName = fileName || file.name;\\n\\n formData.append(fieldName, file, _formFieldName);\\n }\\n\\n return formData;\\n}\\nfunction addDataToFormData(formData, fieldsData) {\\n if (!formData) return formData;\\n Object.keys(Object(_index__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"])(fieldsData)).forEach(function (key) {\\n var value = fieldsData[key];\\n formData.append(key, value);\\n });\\n return formData;\\n}\\nfunction getFormDataSize(formData) {\\n if (!formData) return 0;\\n return Array.from(formData.entries(), function (_ref) {\\n var _ref2 = _slicedToArray(_ref, 2),\\n _ = _ref2[0],\\n prop = _ref2[1];\\n\\n if (typeof prop === \\\"string\\\") {\\n return prop.length;\\n }\\n\\n if (prop.size) {\\n return prop.size;\\n }\\n\\n return 0;\\n }).reduce(function (resultLength, length) {\\n return resultLength + length;\\n }, 0);\\n}\\n\\n//# sourceURL=webpack://SerpREST/./src/utils/files.ts?\");\n\n/***/ }),\n\n/***/ \"./src/utils/index.ts\":\n/*!****************************!*\\\n !*** ./src/utils/index.ts ***!\n \\****************************/\n/*! exports provided: removeEmpty, isEmpty, addFileToFormData, addDataToFormData, getFormDataSize */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\neval(\"__webpack_require__.r(__webpack_exports__);\\n/* harmony import */ var _data__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./data */ \\\"./src/utils/data.ts\\\");\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"removeEmpty\\\", function() { return _data__WEBPACK_IMPORTED_MODULE_0__[\\\"removeEmpty\\\"]; });\\n\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"isEmpty\\\", function() { return _data__WEBPACK_IMPORTED_MODULE_0__[\\\"isEmpty\\\"]; });\\n\\n/* harmony import */ var _files__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./files */ \\\"./src/utils/files.ts\\\");\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"addFileToFormData\\\", function() { return _files__WEBPACK_IMPORTED_MODULE_1__[\\\"addFileToFormData\\\"]; });\\n\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"addDataToFormData\\\", function() { return _files__WEBPACK_IMPORTED_MODULE_1__[\\\"addDataToFormData\\\"]; });\\n\\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \\\"getFormDataSize\\\", function() { return _files__WEBPACK_IMPORTED_MODULE_1__[\\\"getFormDataSize\\\"]; });\\n\\n\\n\\n\\n//# sourceURL=webpack://SerpREST/./src/utils/index.ts?\");\n\n/***/ }),\n\n/***/ 0:\n/*!********************************!*\\\n !*** ./util.inspect (ignored) ***!\n \\********************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\neval(\"/* (ignored) */\\n\\n//# sourceURL=webpack://SerpREST/./util.inspect_(ignored)?\");\n\n/***/ })\n\n/******/ });\n});\n\n//# sourceURL=webpack://SerpApi/./packages/serp-rest-api/dist/index.web.js?");
33
33
 
34
34
  /***/ }),
35
35