@yuno-payments/dashboard-api-mfe 1.2.4 → 1.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.js +39 -205
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/api/api.d.ts +12 -8
- package/build/cjs/types/api/api.types.d.ts +2 -0
- package/build/cjs/types/msw/mocks/installments/installments.mock.d.ts +3 -0
- package/build/cjs/types/mutations/developers/developers.mutation.d.ts +0 -7
- package/build/cjs/types/mutations/installments/installments.mutation.d.ts +6 -0
- package/build/cjs/types/mutations/security/security.mutation.d.ts +2 -0
- package/build/cjs/types/queries/accounts/accounts.query.d.ts +4 -0
- package/build/cjs/types/queries/installments/installments.query.d.ts +1 -0
- package/build/cjs/types/queries/users/users.query.d.ts +1 -1
- package/build/cjs/types/types/installments/installments.d.ts +45 -0
- package/build/cjs/types/types/user/user.d.ts +9 -0
- package/build/esm/index.js +39 -205
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +12 -8
- package/build/esm/types/api/api.types.d.ts +2 -0
- package/build/esm/types/msw/mocks/installments/installments.mock.d.ts +3 -0
- package/build/esm/types/mutations/developers/developers.mutation.d.ts +0 -7
- package/build/esm/types/mutations/installments/installments.mutation.d.ts +6 -0
- package/build/esm/types/mutations/security/security.mutation.d.ts +2 -0
- package/build/esm/types/queries/accounts/accounts.query.d.ts +4 -0
- package/build/esm/types/queries/installments/installments.query.d.ts +1 -0
- package/build/esm/types/queries/users/users.query.d.ts +1 -1
- package/build/esm/types/types/installments/installments.d.ts +45 -0
- package/build/esm/types/types/user/user.d.ts +9 -0
- package/build/index.d.ts +83 -17
- package/package.json +2 -6
package/build/esm/index.js
CHANGED
|
@@ -1,210 +1,44 @@
|
|
|
1
|
-
import{__spreadArray as e,__assign as t,__awaiter as n,__generator as o,__extends as a,__rest as r}from"tslib";import*as i from"react";import s,{useState as u,useEffect as c,useRef as l,useMemo as d,useCallback as p}from"react";var h=/(%?)(%([sdijo]))/g;function m(e,...t){if(0===t.length)return e;let n=0,o=e.replace(h,((e,o,a,r)=>{const i=function(e,t){switch(t){case"s":return e;case"d":case"i":return Number(e);case"j":return JSON.stringify(e);case"o":{if("string"==typeof e)return e;const t=JSON.stringify(e);return"{}"===t||"[]"===t||/^\[object .+?\]$/.test(t)?e:t}}}(t[n],r);return o?e:(n++,i)}));return n<t.length&&(o+=` ${t.slice(n).join(" ")}`),o=o.replace(/%{2,2}/g,"%"),o}var f=class extends Error{constructor(e,...t){super(e),this.message=e,this.name="Invariant Violation",this.message=m(e,...t),function(e){if(!e.stack)return;const t=e.stack.split("\n");t.splice(1,2),e.stack=t.join("\n")}(this)}},g=(e,t,...n)=>{if(!e)throw new f(t,...n)};g.as=(e,t,n,...o)=>{if(!t){const t=0===o.length?n:m(n,...o);let a;try{a=Reflect.construct(e,[t])}catch(n){a=e(t)}throw a}};function y(e,...t){return`[MSW] ${m(e,...t)}`}const b={formatMessage:y,warn:function(e,...t){console.warn(y(e,...t))},error:function(e,...t){console.error(y(e,...t))}};class v extends Error{constructor(e){super(e),this.name="InternalError"}}const k=/[\/\\]msw[\/\\]src[\/\\](.+)/,w=/(node_modules)?[\/\\]lib[\/\\](core|browser|node|native|iife)[\/\\]|^[^\/\\]*$/;class j{static cache=new WeakMap;__kind;info;isUsed;resolver;resolverIterator;resolverIteratorResult;options;constructor(e){this.resolver=e.resolver,this.options=e.options;const t=function(e){const t=e.stack;if(!t)return;const n=t.split("\n").slice(1).find((e=>!(k.test(e)||w.test(e))));if(!n)return;return n.replace(/\s*at [^()]*\(([^)]+)\)/,"$1").replace(/^@/,"")}(new Error);this.info={...e.info,callFrame:t},this.isUsed=!1,this.__kind="RequestHandler"}async parse(e){return{}}async test(e){const t=await this.parse({request:e.request,resolutionContext:e.resolutionContext});return this.predicate({request:e.request,parsedResult:t,resolutionContext:e.resolutionContext})}extendResolverArgs(e){return{}}cloneRequestOrGetFromCache(e){const t=j.cache.get(e);if(void 0!==t)return t;const n=e.clone();return j.cache.set(e,n),n}async run(e){if(this.isUsed&&this.options?.once)return null;const t=this.cloneRequestOrGetFromCache(e.request),n=await this.parse({request:e.request,resolutionContext:e.resolutionContext});if(!this.predicate({request:e.request,parsedResult:n,resolutionContext:e.resolutionContext}))return null;if(this.isUsed&&this.options?.once)return null;this.isUsed=!0;const o=this.wrapResolver(this.resolver)({...this.extendResolverArgs({request:e.request,parsedResult:n}),requestId:e.requestId,request:e.request}).catch((e=>{if(e instanceof Response)return e;throw e})),a=await o;return this.createExecutionResult({request:t,requestId:e.requestId,response:a,parsedResult:n})}wrapResolver(e){return async t=>{if(!this.resolverIterator){const o=await e(t);if(!(n=o)||!Reflect.has(n,Symbol.iterator)&&!Reflect.has(n,Symbol.asyncIterator))return o;this.resolverIterator=Symbol.iterator in o?o[Symbol.iterator]():o[Symbol.asyncIterator]()}var n;this.isUsed=!1;const{done:o,value:a}=await this.resolverIterator.next(),r=await a;return r&&(this.resolverIteratorResult=r.clone()),o?(this.isUsed=!0,this.resolverIteratorResult?.clone()):r}}createExecutionResult(e){return{handler:this,request:e.request,requestId:e.requestId,response:e.response,parsedResult:e.parsedResult}}}function _(e){if("undefined"==typeof location)return e.toString();const t=e instanceof URL?e:new URL(e);return t.origin===location.origin?t.pathname:t.origin+t.pathname}async function E(e,t="warn"){const n=new URL(e.url),o=_(n)+n.search,a="HEAD"===e.method||"GET"===e.method?null:await e.clone().text(),r=`intercepted a request without a matching request handler:${`\n\n • ${e.method} ${o}\n\n${a?` • Request body: ${a}\n\n`:""}`}If you still wish to intercept this unhandled request, please create a request handler for it.\nRead more: https://mswjs.io/docs/getting-started/mocks`;function i(e){switch(e){case"error":throw b.error("Error: %s",r),new v(b.formatMessage('Cannot bypass a request when using the "error" strategy for the "onUnhandledRequest" option.'));case"warn":b.warn("Warning: %s",r);break;case"bypass":break;default:throw new v(b.formatMessage('Failed to react to an unhandled request: unknown strategy "%s". Please provide one of the supported strategies ("bypass", "warn", "error") or a custom callback function as the value of the "onUnhandledRequest" option.',e))}}"function"!=typeof t?function(e){const t=new URL(e.url);return"file:"===t.protocol||!!/(fonts\.googleapis\.com)/.test(t.hostname)||!!/node_modules/.test(t.pathname)||!!t.pathname.includes("@vite")||/\.(s?css|less|m?jsx?|m?tsx?|html|ttf|otf|woff|woff2|eot|gif|jpe?g|png|avif|webp|svg|mp4|webm|ogg|mov|mp3|wav|ogg|flac|aac|pdf|txt|csv|json|xml|md|zip|tar|gz|rar|7z)$/i.test(t.pathname)}(e)||i(t):t(e,{warning:i.bind(null,"warn"),error:i.bind(null,"error")})}function C(){if("undefined"!=typeof navigator&&"ReactNative"===navigator.product)return!0;if("undefined"!=typeof process){const e=process.type;return"renderer"!==e&&"worker"!==e&&!(!process.versions||!process.versions.node)}return!1}var S,R,T,I=Object.create,x=Object.defineProperty,O=Object.getOwnPropertyDescriptor,A=Object.getOwnPropertyNames,z=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty,D=(e=>"undefined"!=typeof require?require:"undefined"!=typeof Proxy?new Proxy(e,{get:(e,t)=>("undefined"!=typeof require?require:e)[t]}):e)((function(e){if("undefined"!=typeof require)return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')})),L=(e,t)=>function(){return t||(0,e[A(e)[0]])((t={exports:{}}).exports,t),t.exports},N=L({"node_modules/punycode/punycode.js"(e,t){var n=2147483647,o=36,a=/^xn--/,r=/[^\0-\x7F]/,i=/[\x2E\u3002\uFF0E\uFF61]/g,s={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},u=Math.floor,c=String.fromCharCode;function l(e){throw new RangeError(s[e])}function d(e,t){const n=e.split("@");let o="";n.length>1&&(o=n[0]+"@",e=n[1]);const a=function(e,t){const n=[];let o=e.length;for(;o--;)n[o]=t(e[o]);return n}((e=e.replace(i,".")).split("."),t).join(".");return o+a}function p(e){const t=[];let n=0;const o=e.length;for(;n<o;){const a=e.charCodeAt(n++);if(a>=55296&&a<=56319&&n<o){const o=e.charCodeAt(n++);56320==(64512&o)?t.push(((1023&a)<<10)+(1023&o)+65536):(t.push(a),n--)}else t.push(a)}return t}var h=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},m=function(e,t,n){let a=0;for(e=n?u(e/700):e>>1,e+=u(e/t);e>455;a+=o)e=u(e/35);return u(a+36*e/(e+38))},f=function(e){const t=[],a=e.length;let r=0,i=128,s=72,c=e.lastIndexOf("-");c<0&&(c=0);for(let n=0;n<c;++n)e.charCodeAt(n)>=128&&l("not-basic"),t.push(e.charCodeAt(n));for(let p=c>0?c+1:0;p<a;){const c=r;for(let t=1,i=o;;i+=o){p>=a&&l("invalid-input");const c=(d=e.charCodeAt(p++))>=48&&d<58?d-48+26:d>=65&&d<91?d-65:d>=97&&d<123?d-97:o;c>=o&&l("invalid-input"),c>u((n-r)/t)&&l("overflow"),r+=c*t;const h=i<=s?1:i>=s+26?26:i-s;if(c<h)break;const m=o-h;t>u(n/m)&&l("overflow"),t*=m}const h=t.length+1;s=m(r-c,h,0==c),u(r/h)>n-i&&l("overflow"),i+=u(r/h),r%=h,t.splice(r++,0,i)}var d;return String.fromCodePoint(...t)},g=function(e){const t=[],a=(e=p(e)).length;let r=128,i=0,s=72;for(const n of e)n<128&&t.push(c(n));const d=t.length;let f=d;for(d&&t.push("-");f<a;){let a=n;for(const t of e)t>=r&&t<a&&(a=t);const p=f+1;a-r>u((n-i)/p)&&l("overflow"),i+=(a-r)*p,r=a;for(const a of e)if(a<r&&++i>n&&l("overflow"),a===r){let e=i;for(let n=o;;n+=o){const a=n<=s?1:n>=s+26?26:n-s;if(e<a)break;const r=e-a,i=o-a;t.push(c(h(a+r%i,0))),e=u(r/i)}t.push(c(h(e,0))),s=m(i,p,f===d),i=0,++f}++i,++r}return t.join("")},y={version:"2.3.1",ucs2:{decode:p,encode:e=>String.fromCodePoint(...e)},decode:f,encode:g,toASCII:function(e){return d(e,(function(e){return r.test(e)?"xn--"+g(e):e}))},toUnicode:function(e){return d(e,(function(e){return a.test(e)?f(e.slice(4).toLowerCase()):e}))}};t.exports=y}}),q=L({"node_modules/requires-port/index.js"(e,t){t.exports=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}}}),M=L({"node_modules/querystringify/index.js"(e){var t=Object.prototype.hasOwnProperty;function n(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function o(e){try{return encodeURIComponent(e)}catch(e){return null}}e.stringify=function(e,n){n=n||"";var a,r,i=[];for(r in"string"!=typeof n&&(n="?"),e)if(t.call(e,r)){if((a=e[r])||null!=a&&!isNaN(a)||(a=""),r=o(r),a=o(a),null===r||null===a)continue;i.push(r+"="+a)}return i.length?n+i.join("&"):""},e.parse=function(e){for(var t,o=/([^=?#&]+)=?([^&]*)/g,a={};t=o.exec(e);){var r=n(t[1]),i=n(t[2]);null===r||null===i||r in a||(a[r]=i)}return a}}}),U=L({"node_modules/url-parse/index.js"(e,t){var n=q(),o=M(),a=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,r=/[\n\r\t]/g,i=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,s=/:\d+$/,u=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,c=/^[a-zA-Z]:/;function l(e){return(e||"").toString().replace(a,"")}var d=[["#","hash"],["?","query"],function(e,t){return m(t.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],p={hash:1,query:1};function h(e){var t,n=("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{}).location||{},o={},a=typeof(e=e||n);if("blob:"===e.protocol)o=new g(unescape(e.pathname),{});else if("string"===a)for(t in o=new g(e,{}),p)delete o[t];else if("object"===a){for(t in e)t in p||(o[t]=e[t]);void 0===o.slashes&&(o.slashes=i.test(e.href))}return o}function m(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function f(e,t){e=(e=l(e)).replace(r,""),t=t||{};var n,o=u.exec(e),a=o[1]?o[1].toLowerCase():"",i=!!o[2],s=!!o[3],c=0;return i?s?(n=o[2]+o[3]+o[4],c=o[2].length+o[3].length):(n=o[2]+o[4],c=o[2].length):s?(n=o[3]+o[4],c=o[3].length):n=o[4],"file:"===a?c>=2&&(n=n.slice(2)):m(a)?n=o[4]:a?i&&(n=n.slice(2)):c>=2&&m(t.protocol)&&(n=o[4]),{protocol:a,slashes:i||m(a),slashesCount:c,rest:n}}function g(e,t,a){if(e=(e=l(e)).replace(r,""),!(this instanceof g))return new g(e,t,a);var i,s,u,p,y,b,v=d.slice(),k=typeof t,w=this,j=0;for("object"!==k&&"string"!==k&&(a=t,t=null),a&&"function"!=typeof a&&(a=o.parse),i=!(s=f(e||"",t=h(t))).protocol&&!s.slashes,w.slashes=s.slashes||i&&t.slashes,w.protocol=s.protocol||t.protocol||"",e=s.rest,("file:"===s.protocol&&(2!==s.slashesCount||c.test(e))||!s.slashes&&(s.protocol||s.slashesCount<2||!m(w.protocol)))&&(v[3]=[/(.*)/,"pathname"]);j<v.length;j++)"function"!=typeof(p=v[j])?(u=p[0],b=p[1],u!=u?w[b]=e:"string"==typeof u?~(y="@"===u?e.lastIndexOf(u):e.indexOf(u))&&("number"==typeof p[2]?(w[b]=e.slice(0,y),e=e.slice(y+p[2])):(w[b]=e.slice(y),e=e.slice(0,y))):(y=u.exec(e))&&(w[b]=y[1],e=e.slice(0,y.index)),w[b]=w[b]||i&&p[3]&&t[b]||"",p[4]&&(w[b]=w[b].toLowerCase())):e=p(e,w);a&&(w.query=a(w.query)),i&&t.slashes&&"/"!==w.pathname.charAt(0)&&(""!==w.pathname||""!==t.pathname)&&(w.pathname=function(e,t){if(""===e)return t;for(var n=(t||"/").split("/").slice(0,-1).concat(e.split("/")),o=n.length,a=n[o-1],r=!1,i=0;o--;)"."===n[o]?n.splice(o,1):".."===n[o]?(n.splice(o,1),i++):i&&(0===o&&(r=!0),n.splice(o,1),i--);return r&&n.unshift(""),"."!==a&&".."!==a||n.push(""),n.join("/")}(w.pathname,t.pathname)),"/"!==w.pathname.charAt(0)&&m(w.protocol)&&(w.pathname="/"+w.pathname),n(w.port,w.protocol)||(w.host=w.hostname,w.port=""),w.username=w.password="",w.auth&&(~(y=w.auth.indexOf(":"))?(w.username=w.auth.slice(0,y),w.username=encodeURIComponent(decodeURIComponent(w.username)),w.password=w.auth.slice(y+1),w.password=encodeURIComponent(decodeURIComponent(w.password))):w.username=encodeURIComponent(decodeURIComponent(w.auth)),w.auth=w.password?w.username+":"+w.password:w.username),w.origin="file:"!==w.protocol&&m(w.protocol)&&w.host?w.protocol+"//"+w.host:"null",w.href=w.toString()}g.prototype={set:function(e,t,a){var r=this;switch(e){case"query":"string"==typeof t&&t.length&&(t=(a||o.parse)(t)),r[e]=t;break;case"port":r[e]=t,n(t,r.protocol)?t&&(r.host=r.hostname+":"+t):(r.host=r.hostname,r[e]="");break;case"hostname":r[e]=t,r.port&&(t+=":"+r.port),r.host=t;break;case"host":r[e]=t,s.test(t)?(t=t.split(":"),r.port=t.pop(),r.hostname=t.join(":")):(r.hostname=t,r.port="");break;case"protocol":r.protocol=t.toLowerCase(),r.slashes=!a;break;case"pathname":case"hash":if(t){var i="pathname"===e?"/":"#";r[e]=t.charAt(0)!==i?i+t:t}else r[e]=t;break;case"username":case"password":r[e]=encodeURIComponent(t);break;case"auth":var u=t.indexOf(":");~u?(r.username=t.slice(0,u),r.username=encodeURIComponent(decodeURIComponent(r.username)),r.password=t.slice(u+1),r.password=encodeURIComponent(decodeURIComponent(r.password))):r.username=encodeURIComponent(decodeURIComponent(t))}for(var c=0;c<d.length;c++){var l=d[c];l[4]&&(r[l[1]]=r[l[1]].toLowerCase())}return r.auth=r.password?r.username+":"+r.password:r.username,r.origin="file:"!==r.protocol&&m(r.protocol)&&r.host?r.protocol+"//"+r.host:"null",r.href=r.toString(),r},toString:function(e){e&&"function"==typeof e||(e=o.stringify);var t,n=this,a=n.host,r=n.protocol;r&&":"!==r.charAt(r.length-1)&&(r+=":");var i=r+(n.protocol&&n.slashes||m(n.protocol)?"//":"");return n.username?(i+=n.username,n.password&&(i+=":"+n.password),i+="@"):n.password?(i+=":"+n.password,i+="@"):"file:"!==n.protocol&&m(n.protocol)&&!a&&"/"!==n.pathname&&(i+="@"),(":"===a[a.length-1]||s.test(n.hostname)&&!n.port)&&(a+=":"),i+=a+n.pathname,(t="object"==typeof n.query?e(n.query):n.query)&&(i+="?"!==t.charAt(0)?"?"+t:t),n.hash&&(i+=n.hash),i}},g.extractProtocol=f,g.location=h,g.trimLeft=l,g.qs=o,t.exports=g}}),B=L({"node_modules/psl/data/rules.json"(e,t){t.exports=["ac","com.ac","edu.ac","gov.ac","net.ac","mil.ac","org.ac","ad","nom.ad","ae","co.ae","net.ae","org.ae","sch.ae","ac.ae","gov.ae","mil.ae","aero","accident-investigation.aero","accident-prevention.aero","aerobatic.aero","aeroclub.aero","aerodrome.aero","agents.aero","aircraft.aero","airline.aero","airport.aero","air-surveillance.aero","airtraffic.aero","air-traffic-control.aero","ambulance.aero","amusement.aero","association.aero","author.aero","ballooning.aero","broker.aero","caa.aero","cargo.aero","catering.aero","certification.aero","championship.aero","charter.aero","civilaviation.aero","club.aero","conference.aero","consultant.aero","consulting.aero","control.aero","council.aero","crew.aero","design.aero","dgca.aero","educator.aero","emergency.aero","engine.aero","engineer.aero","entertainment.aero","equipment.aero","exchange.aero","express.aero","federation.aero","flight.aero","fuel.aero","gliding.aero","government.aero","groundhandling.aero","group.aero","hanggliding.aero","homebuilt.aero","insurance.aero","journal.aero","journalist.aero","leasing.aero","logistics.aero","magazine.aero","maintenance.aero","media.aero","microlight.aero","modelling.aero","navigation.aero","parachuting.aero","paragliding.aero","passenger-association.aero","pilot.aero","press.aero","production.aero","recreation.aero","repbody.aero","res.aero","research.aero","rotorcraft.aero","safety.aero","scientist.aero","services.aero","show.aero","skydiving.aero","software.aero","student.aero","trader.aero","trading.aero","trainer.aero","union.aero","workinggroup.aero","works.aero","af","gov.af","com.af","org.af","net.af","edu.af","ag","com.ag","org.ag","net.ag","co.ag","nom.ag","ai","off.ai","com.ai","net.ai","org.ai","al","com.al","edu.al","gov.al","mil.al","net.al","org.al","am","co.am","com.am","commune.am","net.am","org.am","ao","ed.ao","gv.ao","og.ao","co.ao","pb.ao","it.ao","aq","ar","bet.ar","com.ar","coop.ar","edu.ar","gob.ar","gov.ar","int.ar","mil.ar","musica.ar","mutual.ar","net.ar","org.ar","senasa.ar","tur.ar","arpa","e164.arpa","in-addr.arpa","ip6.arpa","iris.arpa","uri.arpa","urn.arpa","as","gov.as","asia","at","ac.at","co.at","gv.at","or.at","sth.ac.at","au","com.au","net.au","org.au","edu.au","gov.au","asn.au","id.au","info.au","conf.au","oz.au","act.au","nsw.au","nt.au","qld.au","sa.au","tas.au","vic.au","wa.au","act.edu.au","catholic.edu.au","nsw.edu.au","nt.edu.au","qld.edu.au","sa.edu.au","tas.edu.au","vic.edu.au","wa.edu.au","qld.gov.au","sa.gov.au","tas.gov.au","vic.gov.au","wa.gov.au","schools.nsw.edu.au","aw","com.aw","ax","az","com.az","net.az","int.az","gov.az","org.az","edu.az","info.az","pp.az","mil.az","name.az","pro.az","biz.az","ba","com.ba","edu.ba","gov.ba","mil.ba","net.ba","org.ba","bb","biz.bb","co.bb","com.bb","edu.bb","gov.bb","info.bb","net.bb","org.bb","store.bb","tv.bb","*.bd","be","ac.be","bf","gov.bf","bg","a.bg","b.bg","c.bg","d.bg","e.bg","f.bg","g.bg","h.bg","i.bg","j.bg","k.bg","l.bg","m.bg","n.bg","o.bg","p.bg","q.bg","r.bg","s.bg","t.bg","u.bg","v.bg","w.bg","x.bg","y.bg","z.bg","0.bg","1.bg","2.bg","3.bg","4.bg","5.bg","6.bg","7.bg","8.bg","9.bg","bh","com.bh","edu.bh","net.bh","org.bh","gov.bh","bi","co.bi","com.bi","edu.bi","or.bi","org.bi","biz","bj","asso.bj","barreau.bj","gouv.bj","bm","com.bm","edu.bm","gov.bm","net.bm","org.bm","bn","com.bn","edu.bn","gov.bn","net.bn","org.bn","bo","com.bo","edu.bo","gob.bo","int.bo","org.bo","net.bo","mil.bo","tv.bo","web.bo","academia.bo","agro.bo","arte.bo","blog.bo","bolivia.bo","ciencia.bo","cooperativa.bo","democracia.bo","deporte.bo","ecologia.bo","economia.bo","empresa.bo","indigena.bo","industria.bo","info.bo","medicina.bo","movimiento.bo","musica.bo","natural.bo","nombre.bo","noticias.bo","patria.bo","politica.bo","profesional.bo","plurinacional.bo","pueblo.bo","revista.bo","salud.bo","tecnologia.bo","tksat.bo","transporte.bo","wiki.bo","br","9guacu.br","abc.br","adm.br","adv.br","agr.br","aju.br","am.br","anani.br","aparecida.br","app.br","arq.br","art.br","ato.br","b.br","barueri.br","belem.br","bhz.br","bib.br","bio.br","blog.br","bmd.br","boavista.br","bsb.br","campinagrande.br","campinas.br","caxias.br","cim.br","cng.br","cnt.br","com.br","contagem.br","coop.br","coz.br","cri.br","cuiaba.br","curitiba.br","def.br","des.br","det.br","dev.br","ecn.br","eco.br","edu.br","emp.br","enf.br","eng.br","esp.br","etc.br","eti.br","far.br","feira.br","flog.br","floripa.br","fm.br","fnd.br","fortal.br","fot.br","foz.br","fst.br","g12.br","geo.br","ggf.br","goiania.br","gov.br","ac.gov.br","al.gov.br","am.gov.br","ap.gov.br","ba.gov.br","ce.gov.br","df.gov.br","es.gov.br","go.gov.br","ma.gov.br","mg.gov.br","ms.gov.br","mt.gov.br","pa.gov.br","pb.gov.br","pe.gov.br","pi.gov.br","pr.gov.br","rj.gov.br","rn.gov.br","ro.gov.br","rr.gov.br","rs.gov.br","sc.gov.br","se.gov.br","sp.gov.br","to.gov.br","gru.br","imb.br","ind.br","inf.br","jab.br","jampa.br","jdf.br","joinville.br","jor.br","jus.br","leg.br","lel.br","log.br","londrina.br","macapa.br","maceio.br","manaus.br","maringa.br","mat.br","med.br","mil.br","morena.br","mp.br","mus.br","natal.br","net.br","niteroi.br","*.nom.br","not.br","ntr.br","odo.br","ong.br","org.br","osasco.br","palmas.br","poa.br","ppg.br","pro.br","psc.br","psi.br","pvh.br","qsl.br","radio.br","rec.br","recife.br","rep.br","ribeirao.br","rio.br","riobranco.br","riopreto.br","salvador.br","sampa.br","santamaria.br","santoandre.br","saobernardo.br","saogonca.br","seg.br","sjc.br","slg.br","slz.br","sorocaba.br","srv.br","taxi.br","tc.br","tec.br","teo.br","the.br","tmp.br","trd.br","tur.br","tv.br","udi.br","vet.br","vix.br","vlog.br","wiki.br","zlg.br","bs","com.bs","net.bs","org.bs","edu.bs","gov.bs","bt","com.bt","edu.bt","gov.bt","net.bt","org.bt","bv","bw","co.bw","org.bw","by","gov.by","mil.by","com.by","of.by","bz","com.bz","net.bz","org.bz","edu.bz","gov.bz","ca","ab.ca","bc.ca","mb.ca","nb.ca","nf.ca","nl.ca","ns.ca","nt.ca","nu.ca","on.ca","pe.ca","qc.ca","sk.ca","yk.ca","gc.ca","cat","cc","cd","gov.cd","cf","cg","ch","ci","org.ci","or.ci","com.ci","co.ci","edu.ci","ed.ci","ac.ci","net.ci","go.ci","asso.ci","aéroport.ci","int.ci","presse.ci","md.ci","gouv.ci","*.ck","!www.ck","cl","co.cl","gob.cl","gov.cl","mil.cl","cm","co.cm","com.cm","gov.cm","net.cm","cn","ac.cn","com.cn","edu.cn","gov.cn","net.cn","org.cn","mil.cn","公司.cn","网络.cn","網絡.cn","ah.cn","bj.cn","cq.cn","fj.cn","gd.cn","gs.cn","gz.cn","gx.cn","ha.cn","hb.cn","he.cn","hi.cn","hl.cn","hn.cn","jl.cn","js.cn","jx.cn","ln.cn","nm.cn","nx.cn","qh.cn","sc.cn","sd.cn","sh.cn","sn.cn","sx.cn","tj.cn","xj.cn","xz.cn","yn.cn","zj.cn","hk.cn","mo.cn","tw.cn","co","arts.co","com.co","edu.co","firm.co","gov.co","info.co","int.co","mil.co","net.co","nom.co","org.co","rec.co","web.co","com","coop","cr","ac.cr","co.cr","ed.cr","fi.cr","go.cr","or.cr","sa.cr","cu","com.cu","edu.cu","org.cu","net.cu","gov.cu","inf.cu","cv","com.cv","edu.cv","int.cv","nome.cv","org.cv","cw","com.cw","edu.cw","net.cw","org.cw","cx","gov.cx","cy","ac.cy","biz.cy","com.cy","ekloges.cy","gov.cy","ltd.cy","mil.cy","net.cy","org.cy","press.cy","pro.cy","tm.cy","cz","de","dj","dk","dm","com.dm","net.dm","org.dm","edu.dm","gov.dm","do","art.do","com.do","edu.do","gob.do","gov.do","mil.do","net.do","org.do","sld.do","web.do","dz","art.dz","asso.dz","com.dz","edu.dz","gov.dz","org.dz","net.dz","pol.dz","soc.dz","tm.dz","ec","com.ec","info.ec","net.ec","fin.ec","k12.ec","med.ec","pro.ec","org.ec","edu.ec","gov.ec","gob.ec","mil.ec","edu","ee","edu.ee","gov.ee","riik.ee","lib.ee","med.ee","com.ee","pri.ee","aip.ee","org.ee","fie.ee","eg","com.eg","edu.eg","eun.eg","gov.eg","mil.eg","name.eg","net.eg","org.eg","sci.eg","*.er","es","com.es","nom.es","org.es","gob.es","edu.es","et","com.et","gov.et","org.et","edu.et","biz.et","name.et","info.et","net.et","eu","fi","aland.fi","fj","ac.fj","biz.fj","com.fj","gov.fj","info.fj","mil.fj","name.fj","net.fj","org.fj","pro.fj","*.fk","com.fm","edu.fm","net.fm","org.fm","fm","fo","fr","asso.fr","com.fr","gouv.fr","nom.fr","prd.fr","tm.fr","aeroport.fr","avocat.fr","avoues.fr","cci.fr","chambagri.fr","chirurgiens-dentistes.fr","experts-comptables.fr","geometre-expert.fr","greta.fr","huissier-justice.fr","medecin.fr","notaires.fr","pharmacien.fr","port.fr","veterinaire.fr","ga","gb","edu.gd","gov.gd","gd","ge","com.ge","edu.ge","gov.ge","org.ge","mil.ge","net.ge","pvt.ge","gf","gg","co.gg","net.gg","org.gg","gh","com.gh","edu.gh","gov.gh","org.gh","mil.gh","gi","com.gi","ltd.gi","gov.gi","mod.gi","edu.gi","org.gi","gl","co.gl","com.gl","edu.gl","net.gl","org.gl","gm","gn","ac.gn","com.gn","edu.gn","gov.gn","org.gn","net.gn","gov","gp","com.gp","net.gp","mobi.gp","edu.gp","org.gp","asso.gp","gq","gr","com.gr","edu.gr","net.gr","org.gr","gov.gr","gs","gt","com.gt","edu.gt","gob.gt","ind.gt","mil.gt","net.gt","org.gt","gu","com.gu","edu.gu","gov.gu","guam.gu","info.gu","net.gu","org.gu","web.gu","gw","gy","co.gy","com.gy","edu.gy","gov.gy","net.gy","org.gy","hk","com.hk","edu.hk","gov.hk","idv.hk","net.hk","org.hk","公司.hk","教育.hk","敎育.hk","政府.hk","個人.hk","个��.hk","箇人.hk","網络.hk","网络.hk","组織.hk","網絡.hk","网絡.hk","组织.hk","組織.hk","組织.hk","hm","hn","com.hn","edu.hn","org.hn","net.hn","mil.hn","gob.hn","hr","iz.hr","from.hr","name.hr","com.hr","ht","com.ht","shop.ht","firm.ht","info.ht","adult.ht","net.ht","pro.ht","org.ht","med.ht","art.ht","coop.ht","pol.ht","asso.ht","edu.ht","rel.ht","gouv.ht","perso.ht","hu","co.hu","info.hu","org.hu","priv.hu","sport.hu","tm.hu","2000.hu","agrar.hu","bolt.hu","casino.hu","city.hu","erotica.hu","erotika.hu","film.hu","forum.hu","games.hu","hotel.hu","ingatlan.hu","jogasz.hu","konyvelo.hu","lakas.hu","media.hu","news.hu","reklam.hu","sex.hu","shop.hu","suli.hu","szex.hu","tozsde.hu","utazas.hu","video.hu","id","ac.id","biz.id","co.id","desa.id","go.id","mil.id","my.id","net.id","or.id","ponpes.id","sch.id","web.id","ie","gov.ie","il","ac.il","co.il","gov.il","idf.il","k12.il","muni.il","net.il","org.il","im","ac.im","co.im","com.im","ltd.co.im","net.im","org.im","plc.co.im","tt.im","tv.im","in","co.in","firm.in","net.in","org.in","gen.in","ind.in","nic.in","ac.in","edu.in","res.in","gov.in","mil.in","info","int","eu.int","io","com.io","iq","gov.iq","edu.iq","mil.iq","com.iq","org.iq","net.iq","ir","ac.ir","co.ir","gov.ir","id.ir","net.ir","org.ir","sch.ir","ایران.ir","ايران.ir","is","net.is","com.is","edu.is","gov.is","org.is","int.is","it","gov.it","edu.it","abr.it","abruzzo.it","aosta-valley.it","aostavalley.it","bas.it","basilicata.it","cal.it","calabria.it","cam.it","campania.it","emilia-romagna.it","emiliaromagna.it","emr.it","friuli-v-giulia.it","friuli-ve-giulia.it","friuli-vegiulia.it","friuli-venezia-giulia.it","friuli-veneziagiulia.it","friuli-vgiulia.it","friuliv-giulia.it","friulive-giulia.it","friulivegiulia.it","friulivenezia-giulia.it","friuliveneziagiulia.it","friulivgiulia.it","fvg.it","laz.it","lazio.it","lig.it","liguria.it","lom.it","lombardia.it","lombardy.it","lucania.it","mar.it","marche.it","mol.it","molise.it","piedmont.it","piemonte.it","pmn.it","pug.it","puglia.it","sar.it","sardegna.it","sardinia.it","sic.it","sicilia.it","sicily.it","taa.it","tos.it","toscana.it","trentin-sud-tirol.it","trentin-süd-tirol.it","trentin-sudtirol.it","trentin-südtirol.it","trentin-sued-tirol.it","trentin-suedtirol.it","trentino-a-adige.it","trentino-aadige.it","trentino-alto-adige.it","trentino-altoadige.it","trentino-s-tirol.it","trentino-stirol.it","trentino-sud-tirol.it","trentino-süd-tirol.it","trentino-sudtirol.it","trentino-südtirol.it","trentino-sued-tirol.it","trentino-suedtirol.it","trentino.it","trentinoa-adige.it","trentinoaadige.it","trentinoalto-adige.it","trentinoaltoadige.it","trentinos-tirol.it","trentinostirol.it","trentinosud-tirol.it","trentinosüd-tirol.it","trentinosudtirol.it","trentinosüdtirol.it","trentinosued-tirol.it","trentinosuedtirol.it","trentinsud-tirol.it","trentinsüd-tirol.it","trentinsudtirol.it","trentinsüdtirol.it","trentinsued-tirol.it","trentinsuedtirol.it","tuscany.it","umb.it","umbria.it","val-d-aosta.it","val-daosta.it","vald-aosta.it","valdaosta.it","valle-aosta.it","valle-d-aosta.it","valle-daosta.it","valleaosta.it","valled-aosta.it","valledaosta.it","vallee-aoste.it","vallée-aoste.it","vallee-d-aoste.it","vallée-d-aoste.it","valleeaoste.it","valléeaoste.it","valleedaoste.it","valléedaoste.it","vao.it","vda.it","ven.it","veneto.it","ag.it","agrigento.it","al.it","alessandria.it","alto-adige.it","altoadige.it","an.it","ancona.it","andria-barletta-trani.it","andria-trani-barletta.it","andriabarlettatrani.it","andriatranibarletta.it","ao.it","aosta.it","aoste.it","ap.it","aq.it","aquila.it","ar.it","arezzo.it","ascoli-piceno.it","ascolipiceno.it","asti.it","at.it","av.it","avellino.it","ba.it","balsan-sudtirol.it","balsan-südtirol.it","balsan-suedtirol.it","balsan.it","bari.it","barletta-trani-andria.it","barlettatraniandria.it","belluno.it","benevento.it","bergamo.it","bg.it","bi.it","biella.it","bl.it","bn.it","bo.it","bologna.it","bolzano-altoadige.it","bolzano.it","bozen-sudtirol.it","bozen-südtirol.it","bozen-suedtirol.it","bozen.it","br.it","brescia.it","brindisi.it","bs.it","bt.it","bulsan-sudtirol.it","bulsan-südtirol.it","bulsan-suedtirol.it","bulsan.it","bz.it","ca.it","cagliari.it","caltanissetta.it","campidano-medio.it","campidanomedio.it","campobasso.it","carbonia-iglesias.it","carboniaiglesias.it","carrara-massa.it","carraramassa.it","caserta.it","catania.it","catanzaro.it","cb.it","ce.it","cesena-forli.it","cesena-forlì.it","cesenaforli.it","cesenaforlì.it","ch.it","chieti.it","ci.it","cl.it","cn.it","co.it","como.it","cosenza.it","cr.it","cremona.it","crotone.it","cs.it","ct.it","cuneo.it","cz.it","dell-ogliastra.it","dellogliastra.it","en.it","enna.it","fc.it","fe.it","fermo.it","ferrara.it","fg.it","fi.it","firenze.it","florence.it","fm.it","foggia.it","forli-cesena.it","forlì-cesena.it","forlicesena.it","forlìcesena.it","fr.it","frosinone.it","ge.it","genoa.it","genova.it","go.it","gorizia.it","gr.it","grosseto.it","iglesias-carbonia.it","iglesiascarbonia.it","im.it","imperia.it","is.it","isernia.it","kr.it","la-spezia.it","laquila.it","laspezia.it","latina.it","lc.it","le.it","lecce.it","lecco.it","li.it","livorno.it","lo.it","lodi.it","lt.it","lu.it","lucca.it","macerata.it","mantova.it","massa-carrara.it","massacarrara.it","matera.it","mb.it","mc.it","me.it","medio-campidano.it","mediocampidano.it","messina.it","mi.it","milan.it","milano.it","mn.it","mo.it","modena.it","monza-brianza.it","monza-e-della-brianza.it","monza.it","monzabrianza.it","monzaebrianza.it","monzaedellabrianza.it","ms.it","mt.it","na.it","naples.it","napoli.it","no.it","novara.it","nu.it","nuoro.it","og.it","ogliastra.it","olbia-tempio.it","olbiatempio.it","or.it","oristano.it","ot.it","pa.it","padova.it","padua.it","palermo.it","parma.it","pavia.it","pc.it","pd.it","pe.it","perugia.it","pesaro-urbino.it","pesarourbino.it","pescara.it","pg.it","pi.it","piacenza.it","pisa.it","pistoia.it","pn.it","po.it","pordenone.it","potenza.it","pr.it","prato.it","pt.it","pu.it","pv.it","pz.it","ra.it","ragusa.it","ravenna.it","rc.it","re.it","reggio-calabria.it","reggio-emilia.it","reggiocalabria.it","reggioemilia.it","rg.it","ri.it","rieti.it","rimini.it","rm.it","rn.it","ro.it","roma.it","rome.it","rovigo.it","sa.it","salerno.it","sassari.it","savona.it","si.it","siena.it","siracusa.it","so.it","sondrio.it","sp.it","sr.it","ss.it","suedtirol.it","südtirol.it","sv.it","ta.it","taranto.it","te.it","tempio-olbia.it","tempioolbia.it","teramo.it","terni.it","tn.it","to.it","torino.it","tp.it","tr.it","trani-andria-barletta.it","trani-barletta-andria.it","traniandriabarletta.it","tranibarlettaandria.it","trapani.it","trento.it","treviso.it","trieste.it","ts.it","turin.it","tv.it","ud.it","udine.it","urbino-pesaro.it","urbinopesaro.it","va.it","varese.it","vb.it","vc.it","ve.it","venezia.it","venice.it","verbania.it","vercelli.it","verona.it","vi.it","vibo-valentia.it","vibovalentia.it","vicenza.it","viterbo.it","vr.it","vs.it","vt.it","vv.it","je","co.je","net.je","org.je","*.jm","jo","com.jo","org.jo","net.jo","edu.jo","sch.jo","gov.jo","mil.jo","name.jo","jobs","jp","ac.jp","ad.jp","co.jp","ed.jp","go.jp","gr.jp","lg.jp","ne.jp","or.jp","aichi.jp","akita.jp","aomori.jp","chiba.jp","ehime.jp","fukui.jp","fukuoka.jp","fukushima.jp","gifu.jp","gunma.jp","hiroshima.jp","hokkaido.jp","hyogo.jp","ibaraki.jp","ishikawa.jp","iwate.jp","kagawa.jp","kagoshima.jp","kanagawa.jp","kochi.jp","kumamoto.jp","kyoto.jp","mie.jp","miyagi.jp","miyazaki.jp","nagano.jp","nagasaki.jp","nara.jp","niigata.jp","oita.jp","okayama.jp","okinawa.jp","osaka.jp","saga.jp","saitama.jp","shiga.jp","shimane.jp","shizuoka.jp","tochigi.jp","tokushima.jp","tokyo.jp","tottori.jp","toyama.jp","wakayama.jp","yamagata.jp","yamaguchi.jp","yamanashi.jp","栃木.jp","愛知.jp","愛媛.jp","兵庫.jp","熊本.jp","茨城.jp","北海道.jp","千葉.jp","和歌山.jp","長崎.jp","長野.jp","新潟.jp","青森.jp","静岡.jp","東京.jp","石川.jp","埼玉.jp","三重.jp","京都.jp","佐賀.jp","大分.jp","大阪.jp","奈良.jp","宮城.jp","宮崎.jp","富山.jp","山口.jp","山形.jp","山梨.jp","岩手.jp","岐阜.jp","岡山.jp","島根.jp","広島.jp","徳島.jp","沖縄.jp","滋賀.jp","神奈川.jp","福井.jp","福岡.jp","福島.jp","秋田.jp","群馬.jp","香川.jp","高知.jp","鳥取.jp","鹿児島.jp","*.kawasaki.jp","*.kitakyushu.jp","*.kobe.jp","*.nagoya.jp","*.sapporo.jp","*.sendai.jp","*.yokohama.jp","!city.kawasaki.jp","!city.kitakyushu.jp","!city.kobe.jp","!city.nagoya.jp","!city.sapporo.jp","!city.sendai.jp","!city.yokohama.jp","aisai.aichi.jp","ama.aichi.jp","anjo.aichi.jp","asuke.aichi.jp","chiryu.aichi.jp","chita.aichi.jp","fuso.aichi.jp","gamagori.aichi.jp","handa.aichi.jp","hazu.aichi.jp","hekinan.aichi.jp","higashiura.aichi.jp","ichinomiya.aichi.jp","inazawa.aichi.jp","inuyama.aichi.jp","isshiki.aichi.jp","iwakura.aichi.jp","kanie.aichi.jp","kariya.aichi.jp","kasugai.aichi.jp","kira.aichi.jp","kiyosu.aichi.jp","komaki.aichi.jp","konan.aichi.jp","kota.aichi.jp","mihama.aichi.jp","miyoshi.aichi.jp","nishio.aichi.jp","nisshin.aichi.jp","obu.aichi.jp","oguchi.aichi.jp","oharu.aichi.jp","okazaki.aichi.jp","owariasahi.aichi.jp","seto.aichi.jp","shikatsu.aichi.jp","shinshiro.aichi.jp","shitara.aichi.jp","tahara.aichi.jp","takahama.aichi.jp","tobishima.aichi.jp","toei.aichi.jp","togo.aichi.jp","tokai.aichi.jp","tokoname.aichi.jp","toyoake.aichi.jp","toyohashi.aichi.jp","toyokawa.aichi.jp","toyone.aichi.jp","toyota.aichi.jp","tsushima.aichi.jp","yatomi.aichi.jp","akita.akita.jp","daisen.akita.jp","fujisato.akita.jp","gojome.akita.jp","hachirogata.akita.jp","happou.akita.jp","higashinaruse.akita.jp","honjo.akita.jp","honjyo.akita.jp","ikawa.akita.jp","kamikoani.akita.jp","kamioka.akita.jp","katagami.akita.jp","kazuno.akita.jp","kitaakita.akita.jp","kosaka.akita.jp","kyowa.akita.jp","misato.akita.jp","mitane.akita.jp","moriyoshi.akita.jp","nikaho.akita.jp","noshiro.akita.jp","odate.akita.jp","oga.akita.jp","ogata.akita.jp","semboku.akita.jp","yokote.akita.jp","yurihonjo.akita.jp","aomori.aomori.jp","gonohe.aomori.jp","hachinohe.aomori.jp","hashikami.aomori.jp","hiranai.aomori.jp","hirosaki.aomori.jp","itayanagi.aomori.jp","kuroishi.aomori.jp","misawa.aomori.jp","mutsu.aomori.jp","nakadomari.aomori.jp","noheji.aomori.jp","oirase.aomori.jp","owani.aomori.jp","rokunohe.aomori.jp","sannohe.aomori.jp","shichinohe.aomori.jp","shingo.aomori.jp","takko.aomori.jp","towada.aomori.jp","tsugaru.aomori.jp","tsuruta.aomori.jp","abiko.chiba.jp","asahi.chiba.jp","chonan.chiba.jp","chosei.chiba.jp","choshi.chiba.jp","chuo.chiba.jp","funabashi.chiba.jp","futtsu.chiba.jp","hanamigawa.chiba.jp","ichihara.chiba.jp","ichikawa.chiba.jp","ichinomiya.chiba.jp","inzai.chiba.jp","isumi.chiba.jp","kamagaya.chiba.jp","kamogawa.chiba.jp","kashiwa.chiba.jp","katori.chiba.jp","katsuura.chiba.jp","kimitsu.chiba.jp","kisarazu.chiba.jp","kozaki.chiba.jp","kujukuri.chiba.jp","kyonan.chiba.jp","matsudo.chiba.jp","midori.chiba.jp","mihama.chiba.jp","minamiboso.chiba.jp","mobara.chiba.jp","mutsuzawa.chiba.jp","nagara.chiba.jp","nagareyama.chiba.jp","narashino.chiba.jp","narita.chiba.jp","noda.chiba.jp","oamishirasato.chiba.jp","omigawa.chiba.jp","onjuku.chiba.jp","otaki.chiba.jp","sakae.chiba.jp","sakura.chiba.jp","shimofusa.chiba.jp","shirako.chiba.jp","shiroi.chiba.jp","shisui.chiba.jp","sodegaura.chiba.jp","sosa.chiba.jp","tako.chiba.jp","tateyama.chiba.jp","togane.chiba.jp","tohnosho.chiba.jp","tomisato.chiba.jp","urayasu.chiba.jp","yachimata.chiba.jp","yachiyo.chiba.jp","yokaichiba.chiba.jp","yokoshibahikari.chiba.jp","yotsukaido.chiba.jp","ainan.ehime.jp","honai.ehime.jp","ikata.ehime.jp","imabari.ehime.jp","iyo.ehime.jp","kamijima.ehime.jp","kihoku.ehime.jp","kumakogen.ehime.jp","masaki.ehime.jp","matsuno.ehime.jp","matsuyama.ehime.jp","namikata.ehime.jp","niihama.ehime.jp","ozu.ehime.jp","saijo.ehime.jp","seiyo.ehime.jp","shikokuchuo.ehime.jp","tobe.ehime.jp","toon.ehime.jp","uchiko.ehime.jp","uwajima.ehime.jp","yawatahama.ehime.jp","echizen.fukui.jp","eiheiji.fukui.jp","fukui.fukui.jp","ikeda.fukui.jp","katsuyama.fukui.jp","mihama.fukui.jp","minamiechizen.fukui.jp","obama.fukui.jp","ohi.fukui.jp","ono.fukui.jp","sabae.fukui.jp","sakai.fukui.jp","takahama.fukui.jp","tsuruga.fukui.jp","wakasa.fukui.jp","ashiya.fukuoka.jp","buzen.fukuoka.jp","chikugo.fukuoka.jp","chikuho.fukuoka.jp","chikujo.fukuoka.jp","chikushino.fukuoka.jp","chikuzen.fukuoka.jp","chuo.fukuoka.jp","dazaifu.fukuoka.jp","fukuchi.fukuoka.jp","hakata.fukuoka.jp","higashi.fukuoka.jp","hirokawa.fukuoka.jp","hisayama.fukuoka.jp","iizuka.fukuoka.jp","inatsuki.fukuoka.jp","kaho.fukuoka.jp","kasuga.fukuoka.jp","kasuya.fukuoka.jp","kawara.fukuoka.jp","keisen.fukuoka.jp","koga.fukuoka.jp","kurate.fukuoka.jp","kurogi.fukuoka.jp","kurume.fukuoka.jp","minami.fukuoka.jp","miyako.fukuoka.jp","miyama.fukuoka.jp","miyawaka.fukuoka.jp","mizumaki.fukuoka.jp","munakata.fukuoka.jp","nakagawa.fukuoka.jp","nakama.fukuoka.jp","nishi.fukuoka.jp","nogata.fukuoka.jp","ogori.fukuoka.jp","okagaki.fukuoka.jp","okawa.fukuoka.jp","oki.fukuoka.jp","omuta.fukuoka.jp","onga.fukuoka.jp","onojo.fukuoka.jp","oto.fukuoka.jp","saigawa.fukuoka.jp","sasaguri.fukuoka.jp","shingu.fukuoka.jp","shinyoshitomi.fukuoka.jp","shonai.fukuoka.jp","soeda.fukuoka.jp","sue.fukuoka.jp","tachiarai.fukuoka.jp","tagawa.fukuoka.jp","takata.fukuoka.jp","toho.fukuoka.jp","toyotsu.fukuoka.jp","tsuiki.fukuoka.jp","ukiha.fukuoka.jp","umi.fukuoka.jp","usui.fukuoka.jp","yamada.fukuoka.jp","yame.fukuoka.jp","yanagawa.fukuoka.jp","yukuhashi.fukuoka.jp","aizubange.fukushima.jp","aizumisato.fukushima.jp","aizuwakamatsu.fukushima.jp","asakawa.fukushima.jp","bandai.fukushima.jp","date.fukushima.jp","fukushima.fukushima.jp","furudono.fukushima.jp","futaba.fukushima.jp","hanawa.fukushima.jp","higashi.fukushima.jp","hirata.fukushima.jp","hirono.fukushima.jp","iitate.fukushima.jp","inawashiro.fukushima.jp","ishikawa.fukushima.jp","iwaki.fukushima.jp","izumizaki.fukushima.jp","kagamiishi.fukushima.jp","kaneyama.fukushima.jp","kawamata.fukushima.jp","kitakata.fukushima.jp","kitashiobara.fukushima.jp","koori.fukushima.jp","koriyama.fukushima.jp","kunimi.fukushima.jp","miharu.fukushima.jp","mishima.fukushima.jp","namie.fukushima.jp","nango.fukushima.jp","nishiaizu.fukushima.jp","nishigo.fukushima.jp","okuma.fukushima.jp","omotego.fukushima.jp","ono.fukushima.jp","otama.fukushima.jp","samegawa.fukushima.jp","shimogo.fukushima.jp","shirakawa.fukushima.jp","showa.fukushima.jp","soma.fukushima.jp","sukagawa.fukushima.jp","taishin.fukushima.jp","tamakawa.fukushima.jp","tanagura.fukushima.jp","tenei.fukushima.jp","yabuki.fukushima.jp","yamato.fukushima.jp","yamatsuri.fukushima.jp","yanaizu.fukushima.jp","yugawa.fukushima.jp","anpachi.gifu.jp","ena.gifu.jp","gifu.gifu.jp","ginan.gifu.jp","godo.gifu.jp","gujo.gifu.jp","hashima.gifu.jp","hichiso.gifu.jp","hida.gifu.jp","higashishirakawa.gifu.jp","ibigawa.gifu.jp","ikeda.gifu.jp","kakamigahara.gifu.jp","kani.gifu.jp","kasahara.gifu.jp","kasamatsu.gifu.jp","kawaue.gifu.jp","kitagata.gifu.jp","mino.gifu.jp","minokamo.gifu.jp","mitake.gifu.jp","mizunami.gifu.jp","motosu.gifu.jp","nakatsugawa.gifu.jp","ogaki.gifu.jp","sakahogi.gifu.jp","seki.gifu.jp","sekigahara.gifu.jp","shirakawa.gifu.jp","tajimi.gifu.jp","takayama.gifu.jp","tarui.gifu.jp","toki.gifu.jp","tomika.gifu.jp","wanouchi.gifu.jp","yamagata.gifu.jp","yaotsu.gifu.jp","yoro.gifu.jp","annaka.gunma.jp","chiyoda.gunma.jp","fujioka.gunma.jp","higashiagatsuma.gunma.jp","isesaki.gunma.jp","itakura.gunma.jp","kanna.gunma.jp","kanra.gunma.jp","katashina.gunma.jp","kawaba.gunma.jp","kiryu.gunma.jp","kusatsu.gunma.jp","maebashi.gunma.jp","meiwa.gunma.jp","midori.gunma.jp","minakami.gunma.jp","naganohara.gunma.jp","nakanojo.gunma.jp","nanmoku.gunma.jp","numata.gunma.jp","oizumi.gunma.jp","ora.gunma.jp","ota.gunma.jp","shibukawa.gunma.jp","shimonita.gunma.jp","shinto.gunma.jp","showa.gunma.jp","takasaki.gunma.jp","takayama.gunma.jp","tamamura.gunma.jp","tatebayashi.gunma.jp","tomioka.gunma.jp","tsukiyono.gunma.jp","tsumagoi.gunma.jp","ueno.gunma.jp","yoshioka.gunma.jp","asaminami.hiroshima.jp","daiwa.hiroshima.jp","etajima.hiroshima.jp","fuchu.hiroshima.jp","fukuyama.hiroshima.jp","hatsukaichi.hiroshima.jp","higashihiroshima.hiroshima.jp","hongo.hiroshima.jp","jinsekikogen.hiroshima.jp","kaita.hiroshima.jp","kui.hiroshima.jp","kumano.hiroshima.jp","kure.hiroshima.jp","mihara.hiroshima.jp","miyoshi.hiroshima.jp","naka.hiroshima.jp","onomichi.hiroshima.jp","osakikamijima.hiroshima.jp","otake.hiroshima.jp","saka.hiroshima.jp","sera.hiroshima.jp","seranishi.hiroshima.jp","shinichi.hiroshima.jp","shobara.hiroshima.jp","takehara.hiroshima.jp","abashiri.hokkaido.jp","abira.hokkaido.jp","aibetsu.hokkaido.jp","akabira.hokkaido.jp","akkeshi.hokkaido.jp","asahikawa.hokkaido.jp","ashibetsu.hokkaido.jp","ashoro.hokkaido.jp","assabu.hokkaido.jp","atsuma.hokkaido.jp","bibai.hokkaido.jp","biei.hokkaido.jp","bifuka.hokkaido.jp","bihoro.hokkaido.jp","biratori.hokkaido.jp","chippubetsu.hokkaido.jp","chitose.hokkaido.jp","date.hokkaido.jp","ebetsu.hokkaido.jp","embetsu.hokkaido.jp","eniwa.hokkaido.jp","erimo.hokkaido.jp","esan.hokkaido.jp","esashi.hokkaido.jp","fukagawa.hokkaido.jp","fukushima.hokkaido.jp","furano.hokkaido.jp","furubira.hokkaido.jp","haboro.hokkaido.jp","hakodate.hokkaido.jp","hamatonbetsu.hokkaido.jp","hidaka.hokkaido.jp","higashikagura.hokkaido.jp","higashikawa.hokkaido.jp","hiroo.hokkaido.jp","hokuryu.hokkaido.jp","hokuto.hokkaido.jp","honbetsu.hokkaido.jp","horokanai.hokkaido.jp","horonobe.hokkaido.jp","ikeda.hokkaido.jp","imakane.hokkaido.jp","ishikari.hokkaido.jp","iwamizawa.hokkaido.jp","iwanai.hokkaido.jp","kamifurano.hokkaido.jp","kamikawa.hokkaido.jp","kamishihoro.hokkaido.jp","kamisunagawa.hokkaido.jp","kamoenai.hokkaido.jp","kayabe.hokkaido.jp","kembuchi.hokkaido.jp","kikonai.hokkaido.jp","kimobetsu.hokkaido.jp","kitahiroshima.hokkaido.jp","kitami.hokkaido.jp","kiyosato.hokkaido.jp","koshimizu.hokkaido.jp","kunneppu.hokkaido.jp","kuriyama.hokkaido.jp","kuromatsunai.hokkaido.jp","kushiro.hokkaido.jp","kutchan.hokkaido.jp","kyowa.hokkaido.jp","mashike.hokkaido.jp","matsumae.hokkaido.jp","mikasa.hokkaido.jp","minamifurano.hokkaido.jp","mombetsu.hokkaido.jp","moseushi.hokkaido.jp","mukawa.hokkaido.jp","muroran.hokkaido.jp","naie.hokkaido.jp","nakagawa.hokkaido.jp","nakasatsunai.hokkaido.jp","nakatombetsu.hokkaido.jp","nanae.hokkaido.jp","nanporo.hokkaido.jp","nayoro.hokkaido.jp","nemuro.hokkaido.jp","niikappu.hokkaido.jp","niki.hokkaido.jp","nishiokoppe.hokkaido.jp","noboribetsu.hokkaido.jp","numata.hokkaido.jp","obihiro.hokkaido.jp","obira.hokkaido.jp","oketo.hokkaido.jp","okoppe.hokkaido.jp","otaru.hokkaido.jp","otobe.hokkaido.jp","otofuke.hokkaido.jp","otoineppu.hokkaido.jp","oumu.hokkaido.jp","ozora.hokkaido.jp","pippu.hokkaido.jp","rankoshi.hokkaido.jp","rebun.hokkaido.jp","rikubetsu.hokkaido.jp","rishiri.hokkaido.jp","rishirifuji.hokkaido.jp","saroma.hokkaido.jp","sarufutsu.hokkaido.jp","shakotan.hokkaido.jp","shari.hokkaido.jp","shibecha.hokkaido.jp","shibetsu.hokkaido.jp","shikabe.hokkaido.jp","shikaoi.hokkaido.jp","shimamaki.hokkaido.jp","shimizu.hokkaido.jp","shimokawa.hokkaido.jp","shinshinotsu.hokkaido.jp","shintoku.hokkaido.jp","shiranuka.hokkaido.jp","shiraoi.hokkaido.jp","shiriuchi.hokkaido.jp","sobetsu.hokkaido.jp","sunagawa.hokkaido.jp","taiki.hokkaido.jp","takasu.hokkaido.jp","takikawa.hokkaido.jp","takinoue.hokkaido.jp","teshikaga.hokkaido.jp","tobetsu.hokkaido.jp","tohma.hokkaido.jp","tomakomai.hokkaido.jp","tomari.hokkaido.jp","toya.hokkaido.jp","toyako.hokkaido.jp","toyotomi.hokkaido.jp","toyoura.hokkaido.jp","tsubetsu.hokkaido.jp","tsukigata.hokkaido.jp","urakawa.hokkaido.jp","urausu.hokkaido.jp","uryu.hokkaido.jp","utashinai.hokkaido.jp","wakkanai.hokkaido.jp","wassamu.hokkaido.jp","yakumo.hokkaido.jp","yoichi.hokkaido.jp","aioi.hyogo.jp","akashi.hyogo.jp","ako.hyogo.jp","amagasaki.hyogo.jp","aogaki.hyogo.jp","asago.hyogo.jp","ashiya.hyogo.jp","awaji.hyogo.jp","fukusaki.hyogo.jp","goshiki.hyogo.jp","harima.hyogo.jp","himeji.hyogo.jp","ichikawa.hyogo.jp","inagawa.hyogo.jp","itami.hyogo.jp","kakogawa.hyogo.jp","kamigori.hyogo.jp","kamikawa.hyogo.jp","kasai.hyogo.jp","kasuga.hyogo.jp","kawanishi.hyogo.jp","miki.hyogo.jp","minamiawaji.hyogo.jp","nishinomiya.hyogo.jp","nishiwaki.hyogo.jp","ono.hyogo.jp","sanda.hyogo.jp","sannan.hyogo.jp","sasayama.hyogo.jp","sayo.hyogo.jp","shingu.hyogo.jp","shinonsen.hyogo.jp","shiso.hyogo.jp","sumoto.hyogo.jp","taishi.hyogo.jp","taka.hyogo.jp","takarazuka.hyogo.jp","takasago.hyogo.jp","takino.hyogo.jp","tamba.hyogo.jp","tatsuno.hyogo.jp","toyooka.hyogo.jp","yabu.hyogo.jp","yashiro.hyogo.jp","yoka.hyogo.jp","yokawa.hyogo.jp","ami.ibaraki.jp","asahi.ibaraki.jp","bando.ibaraki.jp","chikusei.ibaraki.jp","daigo.ibaraki.jp","fujishiro.ibaraki.jp","hitachi.ibaraki.jp","hitachinaka.ibaraki.jp","hitachiomiya.ibaraki.jp","hitachiota.ibaraki.jp","ibaraki.ibaraki.jp","ina.ibaraki.jp","inashiki.ibaraki.jp","itako.ibaraki.jp","iwama.ibaraki.jp","joso.ibaraki.jp","kamisu.ibaraki.jp","kasama.ibaraki.jp","kashima.ibaraki.jp","kasumigaura.ibaraki.jp","koga.ibaraki.jp","miho.ibaraki.jp","mito.ibaraki.jp","moriya.ibaraki.jp","naka.ibaraki.jp","namegata.ibaraki.jp","oarai.ibaraki.jp","ogawa.ibaraki.jp","omitama.ibaraki.jp","ryugasaki.ibaraki.jp","sakai.ibaraki.jp","sakuragawa.ibaraki.jp","shimodate.ibaraki.jp","shimotsuma.ibaraki.jp","shirosato.ibaraki.jp","sowa.ibaraki.jp","suifu.ibaraki.jp","takahagi.ibaraki.jp","tamatsukuri.ibaraki.jp","tokai.ibaraki.jp","tomobe.ibaraki.jp","tone.ibaraki.jp","toride.ibaraki.jp","tsuchiura.ibaraki.jp","tsukuba.ibaraki.jp","uchihara.ibaraki.jp","ushiku.ibaraki.jp","yachiyo.ibaraki.jp","yamagata.ibaraki.jp","yawara.ibaraki.jp","yuki.ibaraki.jp","anamizu.ishikawa.jp","hakui.ishikawa.jp","hakusan.ishikawa.jp","kaga.ishikawa.jp","kahoku.ishikawa.jp","kanazawa.ishikawa.jp","kawakita.ishikawa.jp","komatsu.ishikawa.jp","nakanoto.ishikawa.jp","nanao.ishikawa.jp","nomi.ishikawa.jp","nonoichi.ishikawa.jp","noto.ishikawa.jp","shika.ishikawa.jp","suzu.ishikawa.jp","tsubata.ishikawa.jp","tsurugi.ishikawa.jp","uchinada.ishikawa.jp","wajima.ishikawa.jp","fudai.iwate.jp","fujisawa.iwate.jp","hanamaki.iwate.jp","hiraizumi.iwate.jp","hirono.iwate.jp","ichinohe.iwate.jp","ichinoseki.iwate.jp","iwaizumi.iwate.jp","iwate.iwate.jp","joboji.iwate.jp","kamaishi.iwate.jp","kanegasaki.iwate.jp","karumai.iwate.jp","kawai.iwate.jp","kitakami.iwate.jp","kuji.iwate.jp","kunohe.iwate.jp","kuzumaki.iwate.jp","miyako.iwate.jp","mizusawa.iwate.jp","morioka.iwate.jp","ninohe.iwate.jp","noda.iwate.jp","ofunato.iwate.jp","oshu.iwate.jp","otsuchi.iwate.jp","rikuzentakata.iwate.jp","shiwa.iwate.jp","shizukuishi.iwate.jp","sumita.iwate.jp","tanohata.iwate.jp","tono.iwate.jp","yahaba.iwate.jp","yamada.iwate.jp","ayagawa.kagawa.jp","higashikagawa.kagawa.jp","kanonji.kagawa.jp","kotohira.kagawa.jp","manno.kagawa.jp","marugame.kagawa.jp","mitoyo.kagawa.jp","naoshima.kagawa.jp","sanuki.kagawa.jp","tadotsu.kagawa.jp","takamatsu.kagawa.jp","tonosho.kagawa.jp","uchinomi.kagawa.jp","utazu.kagawa.jp","zentsuji.kagawa.jp","akune.kagoshima.jp","amami.kagoshima.jp","hioki.kagoshima.jp","isa.kagoshima.jp","isen.kagoshima.jp","izumi.kagoshima.jp","kagoshima.kagoshima.jp","kanoya.kagoshima.jp","kawanabe.kagoshima.jp","kinko.kagoshima.jp","kouyama.kagoshima.jp","makurazaki.kagoshima.jp","matsumoto.kagoshima.jp","minamitane.kagoshima.jp","nakatane.kagoshima.jp","nishinoomote.kagoshima.jp","satsumasendai.kagoshima.jp","soo.kagoshima.jp","tarumizu.kagoshima.jp","yusui.kagoshima.jp","aikawa.kanagawa.jp","atsugi.kanagawa.jp","ayase.kanagawa.jp","chigasaki.kanagawa.jp","ebina.kanagawa.jp","fujisawa.kanagawa.jp","hadano.kanagawa.jp","hakone.kanagawa.jp","hiratsuka.kanagawa.jp","isehara.kanagawa.jp","kaisei.kanagawa.jp","kamakura.kanagawa.jp","kiyokawa.kanagawa.jp","matsuda.kanagawa.jp","minamiashigara.kanagawa.jp","miura.kanagawa.jp","nakai.kanagawa.jp","ninomiya.kanagawa.jp","odawara.kanagawa.jp","oi.kanagawa.jp","oiso.kanagawa.jp","sagamihara.kanagawa.jp","samukawa.kanagawa.jp","tsukui.kanagawa.jp","yamakita.kanagawa.jp","yamato.kanagawa.jp","yokosuka.kanagawa.jp","yugawara.kanagawa.jp","zama.kanagawa.jp","zushi.kanagawa.jp","aki.kochi.jp","geisei.kochi.jp","hidaka.kochi.jp","higashitsuno.kochi.jp","ino.kochi.jp","kagami.kochi.jp","kami.kochi.jp","kitagawa.kochi.jp","kochi.kochi.jp","mihara.kochi.jp","motoyama.kochi.jp","muroto.kochi.jp","nahari.kochi.jp","nakamura.kochi.jp","nankoku.kochi.jp","nishitosa.kochi.jp","niyodogawa.kochi.jp","ochi.kochi.jp","okawa.kochi.jp","otoyo.kochi.jp","otsuki.kochi.jp","sakawa.kochi.jp","sukumo.kochi.jp","susaki.kochi.jp","tosa.kochi.jp","tosashimizu.kochi.jp","toyo.kochi.jp","tsuno.kochi.jp","umaji.kochi.jp","yasuda.kochi.jp","yusuhara.kochi.jp","amakusa.kumamoto.jp","arao.kumamoto.jp","aso.kumamoto.jp","choyo.kumamoto.jp","gyokuto.kumamoto.jp","kamiamakusa.kumamoto.jp","kikuchi.kumamoto.jp","kumamoto.kumamoto.jp","mashiki.kumamoto.jp","mifune.kumamoto.jp","minamata.kumamoto.jp","minamioguni.kumamoto.jp","nagasu.kumamoto.jp","nishihara.kumamoto.jp","oguni.kumamoto.jp","ozu.kumamoto.jp","sumoto.kumamoto.jp","takamori.kumamoto.jp","uki.kumamoto.jp","uto.kumamoto.jp","yamaga.kumamoto.jp","yamato.kumamoto.jp","yatsushiro.kumamoto.jp","ayabe.kyoto.jp","fukuchiyama.kyoto.jp","higashiyama.kyoto.jp","ide.kyoto.jp","ine.kyoto.jp","joyo.kyoto.jp","kameoka.kyoto.jp","kamo.kyoto.jp","kita.kyoto.jp","kizu.kyoto.jp","kumiyama.kyoto.jp","kyotamba.kyoto.jp","kyotanabe.kyoto.jp","kyotango.kyoto.jp","maizuru.kyoto.jp","minami.kyoto.jp","minamiyamashiro.kyoto.jp","miyazu.kyoto.jp","muko.kyoto.jp","nagaokakyo.kyoto.jp","nakagyo.kyoto.jp","nantan.kyoto.jp","oyamazaki.kyoto.jp","sakyo.kyoto.jp","seika.kyoto.jp","tanabe.kyoto.jp","uji.kyoto.jp","ujitawara.kyoto.jp","wazuka.kyoto.jp","yamashina.kyoto.jp","yawata.kyoto.jp","asahi.mie.jp","inabe.mie.jp","ise.mie.jp","kameyama.mie.jp","kawagoe.mie.jp","kiho.mie.jp","kisosaki.mie.jp","kiwa.mie.jp","komono.mie.jp","kumano.mie.jp","kuwana.mie.jp","matsusaka.mie.jp","meiwa.mie.jp","mihama.mie.jp","minamiise.mie.jp","misugi.mie.jp","miyama.mie.jp","nabari.mie.jp","shima.mie.jp","suzuka.mie.jp","tado.mie.jp","taiki.mie.jp","taki.mie.jp","tamaki.mie.jp","toba.mie.jp","tsu.mie.jp","udono.mie.jp","ureshino.mie.jp","watarai.mie.jp","yokkaichi.mie.jp","furukawa.miyagi.jp","higashimatsushima.miyagi.jp","ishinomaki.miyagi.jp","iwanuma.miyagi.jp","kakuda.miyagi.jp","kami.miyagi.jp","kawasaki.miyagi.jp","marumori.miyagi.jp","matsushima.miyagi.jp","minamisanriku.miyagi.jp","misato.miyagi.jp","murata.miyagi.jp","natori.miyagi.jp","ogawara.miyagi.jp","ohira.miyagi.jp","onagawa.miyagi.jp","osaki.miyagi.jp","rifu.miyagi.jp","semine.miyagi.jp","shibata.miyagi.jp","shichikashuku.miyagi.jp","shikama.miyagi.jp","shiogama.miyagi.jp","shiroishi.miyagi.jp","tagajo.miyagi.jp","taiwa.miyagi.jp","tome.miyagi.jp","tomiya.miyagi.jp","wakuya.miyagi.jp","watari.miyagi.jp","yamamoto.miyagi.jp","zao.miyagi.jp","aya.miyazaki.jp","ebino.miyazaki.jp","gokase.miyazaki.jp","hyuga.miyazaki.jp","kadogawa.miyazaki.jp","kawaminami.miyazaki.jp","kijo.miyazaki.jp","kitagawa.miyazaki.jp","kitakata.miyazaki.jp","kitaura.miyazaki.jp","kobayashi.miyazaki.jp","kunitomi.miyazaki.jp","kushima.miyazaki.jp","mimata.miyazaki.jp","miyakonojo.miyazaki.jp","miyazaki.miyazaki.jp","morotsuka.miyazaki.jp","nichinan.miyazaki.jp","nishimera.miyazaki.jp","nobeoka.miyazaki.jp","saito.miyazaki.jp","shiiba.miyazaki.jp","shintomi.miyazaki.jp","takaharu.miyazaki.jp","takanabe.miyazaki.jp","takazaki.miyazaki.jp","tsuno.miyazaki.jp","achi.nagano.jp","agematsu.nagano.jp","anan.nagano.jp","aoki.nagano.jp","asahi.nagano.jp","azumino.nagano.jp","chikuhoku.nagano.jp","chikuma.nagano.jp","chino.nagano.jp","fujimi.nagano.jp","hakuba.nagano.jp","hara.nagano.jp","hiraya.nagano.jp","iida.nagano.jp","iijima.nagano.jp","iiyama.nagano.jp","iizuna.nagano.jp","ikeda.nagano.jp","ikusaka.nagano.jp","ina.nagano.jp","karuizawa.nagano.jp","kawakami.nagano.jp","kiso.nagano.jp","kisofukushima.nagano.jp","kitaaiki.nagano.jp","komagane.nagano.jp","komoro.nagano.jp","matsukawa.nagano.jp","matsumoto.nagano.jp","miasa.nagano.jp","minamiaiki.nagano.jp","minamimaki.nagano.jp","minamiminowa.nagano.jp","minowa.nagano.jp","miyada.nagano.jp","miyota.nagano.jp","mochizuki.nagano.jp","nagano.nagano.jp","nagawa.nagano.jp","nagiso.nagano.jp","nakagawa.nagano.jp","nakano.nagano.jp","nozawaonsen.nagano.jp","obuse.nagano.jp","ogawa.nagano.jp","okaya.nagano.jp","omachi.nagano.jp","omi.nagano.jp","ookuwa.nagano.jp","ooshika.nagano.jp","otaki.nagano.jp","otari.nagano.jp","sakae.nagano.jp","sakaki.nagano.jp","saku.nagano.jp","sakuho.nagano.jp","shimosuwa.nagano.jp","shinanomachi.nagano.jp","shiojiri.nagano.jp","suwa.nagano.jp","suzaka.nagano.jp","takagi.nagano.jp","takamori.nagano.jp","takayama.nagano.jp","tateshina.nagano.jp","tatsuno.nagano.jp","togakushi.nagano.jp","togura.nagano.jp","tomi.nagano.jp","ueda.nagano.jp","wada.nagano.jp","yamagata.nagano.jp","yamanouchi.nagano.jp","yasaka.nagano.jp","yasuoka.nagano.jp","chijiwa.nagasaki.jp","futsu.nagasaki.jp","goto.nagasaki.jp","hasami.nagasaki.jp","hirado.nagasaki.jp","iki.nagasaki.jp","isahaya.nagasaki.jp","kawatana.nagasaki.jp","kuchinotsu.nagasaki.jp","matsuura.nagasaki.jp","nagasaki.nagasaki.jp","obama.nagasaki.jp","omura.nagasaki.jp","oseto.nagasaki.jp","saikai.nagasaki.jp","sasebo.nagasaki.jp","seihi.nagasaki.jp","shimabara.nagasaki.jp","shinkamigoto.nagasaki.jp","togitsu.nagasaki.jp","tsushima.nagasaki.jp","unzen.nagasaki.jp","ando.nara.jp","gose.nara.jp","heguri.nara.jp","higashiyoshino.nara.jp","ikaruga.nara.jp","ikoma.nara.jp","kamikitayama.nara.jp","kanmaki.nara.jp","kashiba.nara.jp","kashihara.nara.jp","katsuragi.nara.jp","kawai.nara.jp","kawakami.nara.jp","kawanishi.nara.jp","koryo.nara.jp","kurotaki.nara.jp","mitsue.nara.jp","miyake.nara.jp","nara.nara.jp","nosegawa.nara.jp","oji.nara.jp","ouda.nara.jp","oyodo.nara.jp","sakurai.nara.jp","sango.nara.jp","shimoichi.nara.jp","shimokitayama.nara.jp","shinjo.nara.jp","soni.nara.jp","takatori.nara.jp","tawaramoto.nara.jp","tenkawa.nara.jp","tenri.nara.jp","uda.nara.jp","yamatokoriyama.nara.jp","yamatotakada.nara.jp","yamazoe.nara.jp","yoshino.nara.jp","aga.niigata.jp","agano.niigata.jp","gosen.niigata.jp","itoigawa.niigata.jp","izumozaki.niigata.jp","joetsu.niigata.jp","kamo.niigata.jp","kariwa.niigata.jp","kashiwazaki.niigata.jp","minamiuonuma.niigata.jp","mitsuke.niigata.jp","muika.niigata.jp","murakami.niigata.jp","myoko.niigata.jp","nagaoka.niigata.jp","niigata.niigata.jp","ojiya.niigata.jp","omi.niigata.jp","sado.niigata.jp","sanjo.niigata.jp","seiro.niigata.jp","seirou.niigata.jp","sekikawa.niigata.jp","shibata.niigata.jp","tagami.niigata.jp","tainai.niigata.jp","tochio.niigata.jp","tokamachi.niigata.jp","tsubame.niigata.jp","tsunan.niigata.jp","uonuma.niigata.jp","yahiko.niigata.jp","yoita.niigata.jp","yuzawa.niigata.jp","beppu.oita.jp","bungoono.oita.jp","bungotakada.oita.jp","hasama.oita.jp","hiji.oita.jp","himeshima.oita.jp","hita.oita.jp","kamitsue.oita.jp","kokonoe.oita.jp","kuju.oita.jp","kunisaki.oita.jp","kusu.oita.jp","oita.oita.jp","saiki.oita.jp","taketa.oita.jp","tsukumi.oita.jp","usa.oita.jp","usuki.oita.jp","yufu.oita.jp","akaiwa.okayama.jp","asakuchi.okayama.jp","bizen.okayama.jp","hayashima.okayama.jp","ibara.okayama.jp","kagamino.okayama.jp","kasaoka.okayama.jp","kibichuo.okayama.jp","kumenan.okayama.jp","kurashiki.okayama.jp","maniwa.okayama.jp","misaki.okayama.jp","nagi.okayama.jp","niimi.okayama.jp","nishiawakura.okayama.jp","okayama.okayama.jp","satosho.okayama.jp","setouchi.okayama.jp","shinjo.okayama.jp","shoo.okayama.jp","soja.okayama.jp","takahashi.okayama.jp","tamano.okayama.jp","tsuyama.okayama.jp","wake.okayama.jp","yakage.okayama.jp","aguni.okinawa.jp","ginowan.okinawa.jp","ginoza.okinawa.jp","gushikami.okinawa.jp","haebaru.okinawa.jp","higashi.okinawa.jp","hirara.okinawa.jp","iheya.okinawa.jp","ishigaki.okinawa.jp","ishikawa.okinawa.jp","itoman.okinawa.jp","izena.okinawa.jp","kadena.okinawa.jp","kin.okinawa.jp","kitadaito.okinawa.jp","kitanakagusuku.okinawa.jp","kumejima.okinawa.jp","kunigami.okinawa.jp","minamidaito.okinawa.jp","motobu.okinawa.jp","nago.okinawa.jp","naha.okinawa.jp","nakagusuku.okinawa.jp","nakijin.okinawa.jp","nanjo.okinawa.jp","nishihara.okinawa.jp","ogimi.okinawa.jp","okinawa.okinawa.jp","onna.okinawa.jp","shimoji.okinawa.jp","taketomi.okinawa.jp","tarama.okinawa.jp","tokashiki.okinawa.jp","tomigusuku.okinawa.jp","tonaki.okinawa.jp","urasoe.okinawa.jp","uruma.okinawa.jp","yaese.okinawa.jp","yomitan.okinawa.jp","yonabaru.okinawa.jp","yonaguni.okinawa.jp","zamami.okinawa.jp","abeno.osaka.jp","chihayaakasaka.osaka.jp","chuo.osaka.jp","daito.osaka.jp","fujiidera.osaka.jp","habikino.osaka.jp","hannan.osaka.jp","higashiosaka.osaka.jp","higashisumiyoshi.osaka.jp","higashiyodogawa.osaka.jp","hirakata.osaka.jp","ibaraki.osaka.jp","ikeda.osaka.jp","izumi.osaka.jp","izumiotsu.osaka.jp","izumisano.osaka.jp","kadoma.osaka.jp","kaizuka.osaka.jp","kanan.osaka.jp","kashiwara.osaka.jp","katano.osaka.jp","kawachinagano.osaka.jp","kishiwada.osaka.jp","kita.osaka.jp","kumatori.osaka.jp","matsubara.osaka.jp","minato.osaka.jp","minoh.osaka.jp","misaki.osaka.jp","moriguchi.osaka.jp","neyagawa.osaka.jp","nishi.osaka.jp","nose.osaka.jp","osakasayama.osaka.jp","sakai.osaka.jp","sayama.osaka.jp","sennan.osaka.jp","settsu.osaka.jp","shijonawate.osaka.jp","shimamoto.osaka.jp","suita.osaka.jp","tadaoka.osaka.jp","taishi.osaka.jp","tajiri.osaka.jp","takaishi.osaka.jp","takatsuki.osaka.jp","tondabayashi.osaka.jp","toyonaka.osaka.jp","toyono.osaka.jp","yao.osaka.jp","ariake.saga.jp","arita.saga.jp","fukudomi.saga.jp","genkai.saga.jp","hamatama.saga.jp","hizen.saga.jp","imari.saga.jp","kamimine.saga.jp","kanzaki.saga.jp","karatsu.saga.jp","kashima.saga.jp","kitagata.saga.jp","kitahata.saga.jp","kiyama.saga.jp","kouhoku.saga.jp","kyuragi.saga.jp","nishiarita.saga.jp","ogi.saga.jp","omachi.saga.jp","ouchi.saga.jp","saga.saga.jp","shiroishi.saga.jp","taku.saga.jp","tara.saga.jp","tosu.saga.jp","yoshinogari.saga.jp","arakawa.saitama.jp","asaka.saitama.jp","chichibu.saitama.jp","fujimi.saitama.jp","fujimino.saitama.jp","fukaya.saitama.jp","hanno.saitama.jp","hanyu.saitama.jp","hasuda.saitama.jp","hatogaya.saitama.jp","hatoyama.saitama.jp","hidaka.saitama.jp","higashichichibu.saitama.jp","higashimatsuyama.saitama.jp","honjo.saitama.jp","ina.saitama.jp","iruma.saitama.jp","iwatsuki.saitama.jp","kamiizumi.saitama.jp","kamikawa.saitama.jp","kamisato.saitama.jp","kasukabe.saitama.jp","kawagoe.saitama.jp","kawaguchi.saitama.jp","kawajima.saitama.jp","kazo.saitama.jp","kitamoto.saitama.jp","koshigaya.saitama.jp","kounosu.saitama.jp","kuki.saitama.jp","kumagaya.saitama.jp","matsubushi.saitama.jp","minano.saitama.jp","misato.saitama.jp","miyashiro.saitama.jp","miyoshi.saitama.jp","moroyama.saitama.jp","nagatoro.saitama.jp","namegawa.saitama.jp","niiza.saitama.jp","ogano.saitama.jp","ogawa.saitama.jp","ogose.saitama.jp","okegawa.saitama.jp","omiya.saitama.jp","otaki.saitama.jp","ranzan.saitama.jp","ryokami.saitama.jp","saitama.saitama.jp","sakado.saitama.jp","satte.saitama.jp","sayama.saitama.jp","shiki.saitama.jp","shiraoka.saitama.jp","soka.saitama.jp","sugito.saitama.jp","toda.saitama.jp","tokigawa.saitama.jp","tokorozawa.saitama.jp","tsurugashima.saitama.jp","urawa.saitama.jp","warabi.saitama.jp","yashio.saitama.jp","yokoze.saitama.jp","yono.saitama.jp","yorii.saitama.jp","yoshida.saitama.jp","yoshikawa.saitama.jp","yoshimi.saitama.jp","aisho.shiga.jp","gamo.shiga.jp","higashiomi.shiga.jp","hikone.shiga.jp","koka.shiga.jp","konan.shiga.jp","kosei.shiga.jp","koto.shiga.jp","kusatsu.shiga.jp","maibara.shiga.jp","moriyama.shiga.jp","nagahama.shiga.jp","nishiazai.shiga.jp","notogawa.shiga.jp","omihachiman.shiga.jp","otsu.shiga.jp","ritto.shiga.jp","ryuoh.shiga.jp","takashima.shiga.jp","takatsuki.shiga.jp","torahime.shiga.jp","toyosato.shiga.jp","yasu.shiga.jp","akagi.shimane.jp","ama.shimane.jp","gotsu.shimane.jp","hamada.shimane.jp","higashiizumo.shimane.jp","hikawa.shimane.jp","hikimi.shimane.jp","izumo.shimane.jp","kakinoki.shimane.jp","masuda.shimane.jp","matsue.shimane.jp","misato.shimane.jp","nishinoshima.shimane.jp","ohda.shimane.jp","okinoshima.shimane.jp","okuizumo.shimane.jp","shimane.shimane.jp","tamayu.shimane.jp","tsuwano.shimane.jp","unnan.shimane.jp","yakumo.shimane.jp","yasugi.shimane.jp","yatsuka.shimane.jp","arai.shizuoka.jp","atami.shizuoka.jp","fuji.shizuoka.jp","fujieda.shizuoka.jp","fujikawa.shizuoka.jp","fujinomiya.shizuoka.jp","fukuroi.shizuoka.jp","gotemba.shizuoka.jp","haibara.shizuoka.jp","hamamatsu.shizuoka.jp","higashiizu.shizuoka.jp","ito.shizuoka.jp","iwata.shizuoka.jp","izu.shizuoka.jp","izunokuni.shizuoka.jp","kakegawa.shizuoka.jp","kannami.shizuoka.jp","kawanehon.shizuoka.jp","kawazu.shizuoka.jp","kikugawa.shizuoka.jp","kosai.shizuoka.jp","makinohara.shizuoka.jp","matsuzaki.shizuoka.jp","minamiizu.shizuoka.jp","mishima.shizuoka.jp","morimachi.shizuoka.jp","nishiizu.shizuoka.jp","numazu.shizuoka.jp","omaezaki.shizuoka.jp","shimada.shizuoka.jp","shimizu.shizuoka.jp","shimoda.shizuoka.jp","shizuoka.shizuoka.jp","susono.shizuoka.jp","yaizu.shizuoka.jp","yoshida.shizuoka.jp","ashikaga.tochigi.jp","bato.tochigi.jp","haga.tochigi.jp","ichikai.tochigi.jp","iwafune.tochigi.jp","kaminokawa.tochigi.jp","kanuma.tochigi.jp","karasuyama.tochigi.jp","kuroiso.tochigi.jp","mashiko.tochigi.jp","mibu.tochigi.jp","moka.tochigi.jp","motegi.tochigi.jp","nasu.tochigi.jp","nasushiobara.tochigi.jp","nikko.tochigi.jp","nishikata.tochigi.jp","nogi.tochigi.jp","ohira.tochigi.jp","ohtawara.tochigi.jp","oyama.tochigi.jp","sakura.tochigi.jp","sano.tochigi.jp","shimotsuke.tochigi.jp","shioya.tochigi.jp","takanezawa.tochigi.jp","tochigi.tochigi.jp","tsuga.tochigi.jp","ujiie.tochigi.jp","utsunomiya.tochigi.jp","yaita.tochigi.jp","aizumi.tokushima.jp","anan.tokushima.jp","ichiba.tokushima.jp","itano.tokushima.jp","kainan.tokushima.jp","komatsushima.tokushima.jp","matsushige.tokushima.jp","mima.tokushima.jp","minami.tokushima.jp","miyoshi.tokushima.jp","mugi.tokushima.jp","nakagawa.tokushima.jp","naruto.tokushima.jp","sanagochi.tokushima.jp","shishikui.tokushima.jp","tokushima.tokushima.jp","wajiki.tokushima.jp","adachi.tokyo.jp","akiruno.tokyo.jp","akishima.tokyo.jp","aogashima.tokyo.jp","arakawa.tokyo.jp","bunkyo.tokyo.jp","chiyoda.tokyo.jp","chofu.tokyo.jp","chuo.tokyo.jp","edogawa.tokyo.jp","fuchu.tokyo.jp","fussa.tokyo.jp","hachijo.tokyo.jp","hachioji.tokyo.jp","hamura.tokyo.jp","higashikurume.tokyo.jp","higashimurayama.tokyo.jp","higashiyamato.tokyo.jp","hino.tokyo.jp","hinode.tokyo.jp","hinohara.tokyo.jp","inagi.tokyo.jp","itabashi.tokyo.jp","katsushika.tokyo.jp","kita.tokyo.jp","kiyose.tokyo.jp","kodaira.tokyo.jp","koganei.tokyo.jp","kokubunji.tokyo.jp","komae.tokyo.jp","koto.tokyo.jp","kouzushima.tokyo.jp","kunitachi.tokyo.jp","machida.tokyo.jp","meguro.tokyo.jp","minato.tokyo.jp","mitaka.tokyo.jp","mizuho.tokyo.jp","musashimurayama.tokyo.jp","musashino.tokyo.jp","nakano.tokyo.jp","nerima.tokyo.jp","ogasawara.tokyo.jp","okutama.tokyo.jp","ome.tokyo.jp","oshima.tokyo.jp","ota.tokyo.jp","setagaya.tokyo.jp","shibuya.tokyo.jp","shinagawa.tokyo.jp","shinjuku.tokyo.jp","suginami.tokyo.jp","sumida.tokyo.jp","tachikawa.tokyo.jp","taito.tokyo.jp","tama.tokyo.jp","toshima.tokyo.jp","chizu.tottori.jp","hino.tottori.jp","kawahara.tottori.jp","koge.tottori.jp","kotoura.tottori.jp","misasa.tottori.jp","nanbu.tottori.jp","nichinan.tottori.jp","sakaiminato.tottori.jp","tottori.tottori.jp","wakasa.tottori.jp","yazu.tottori.jp","yonago.tottori.jp","asahi.toyama.jp","fuchu.toyama.jp","fukumitsu.toyama.jp","funahashi.toyama.jp","himi.toyama.jp","imizu.toyama.jp","inami.toyama.jp","johana.toyama.jp","kamiichi.toyama.jp","kurobe.toyama.jp","nakaniikawa.toyama.jp","namerikawa.toyama.jp","nanto.toyama.jp","nyuzen.toyama.jp","oyabe.toyama.jp","taira.toyama.jp","takaoka.toyama.jp","tateyama.toyama.jp","toga.toyama.jp","tonami.toyama.jp","toyama.toyama.jp","unazuki.toyama.jp","uozu.toyama.jp","yamada.toyama.jp","arida.wakayama.jp","aridagawa.wakayama.jp","gobo.wakayama.jp","hashimoto.wakayama.jp","hidaka.wakayama.jp","hirogawa.wakayama.jp","inami.wakayama.jp","iwade.wakayama.jp","kainan.wakayama.jp","kamitonda.wakayama.jp","katsuragi.wakayama.jp","kimino.wakayama.jp","kinokawa.wakayama.jp","kitayama.wakayama.jp","koya.wakayama.jp","koza.wakayama.jp","kozagawa.wakayama.jp","kudoyama.wakayama.jp","kushimoto.wakayama.jp","mihama.wakayama.jp","misato.wakayama.jp","nachikatsuura.wakayama.jp","shingu.wakayama.jp","shirahama.wakayama.jp","taiji.wakayama.jp","tanabe.wakayama.jp","wakayama.wakayama.jp","yuasa.wakayama.jp","yura.wakayama.jp","asahi.yamagata.jp","funagata.yamagata.jp","higashine.yamagata.jp","iide.yamagata.jp","kahoku.yamagata.jp","kaminoyama.yamagata.jp","kaneyama.yamagata.jp","kawanishi.yamagata.jp","mamurogawa.yamagata.jp","mikawa.yamagata.jp","murayama.yamagata.jp","nagai.yamagata.jp","nakayama.yamagata.jp","nanyo.yamagata.jp","nishikawa.yamagata.jp","obanazawa.yamagata.jp","oe.yamagata.jp","oguni.yamagata.jp","ohkura.yamagata.jp","oishida.yamagata.jp","sagae.yamagata.jp","sakata.yamagata.jp","sakegawa.yamagata.jp","shinjo.yamagata.jp","shirataka.yamagata.jp","shonai.yamagata.jp","takahata.yamagata.jp","tendo.yamagata.jp","tozawa.yamagata.jp","tsuruoka.yamagata.jp","yamagata.yamagata.jp","yamanobe.yamagata.jp","yonezawa.yamagata.jp","yuza.yamagata.jp","abu.yamaguchi.jp","hagi.yamaguchi.jp","hikari.yamaguchi.jp","hofu.yamaguchi.jp","iwakuni.yamaguchi.jp","kudamatsu.yamaguchi.jp","mitou.yamaguchi.jp","nagato.yamaguchi.jp","oshima.yamaguchi.jp","shimonoseki.yamaguchi.jp","shunan.yamaguchi.jp","tabuse.yamaguchi.jp","tokuyama.yamaguchi.jp","toyota.yamaguchi.jp","ube.yamaguchi.jp","yuu.yamaguchi.jp","chuo.yamanashi.jp","doshi.yamanashi.jp","fuefuki.yamanashi.jp","fujikawa.yamanashi.jp","fujikawaguchiko.yamanashi.jp","fujiyoshida.yamanashi.jp","hayakawa.yamanashi.jp","hokuto.yamanashi.jp","ichikawamisato.yamanashi.jp","kai.yamanashi.jp","kofu.yamanashi.jp","koshu.yamanashi.jp","kosuge.yamanashi.jp","minami-alps.yamanashi.jp","minobu.yamanashi.jp","nakamichi.yamanashi.jp","nanbu.yamanashi.jp","narusawa.yamanashi.jp","nirasaki.yamanashi.jp","nishikatsura.yamanashi.jp","oshino.yamanashi.jp","otsuki.yamanashi.jp","showa.yamanashi.jp","tabayama.yamanashi.jp","tsuru.yamanashi.jp","uenohara.yamanashi.jp","yamanakako.yamanashi.jp","yamanashi.yamanashi.jp","ke","ac.ke","co.ke","go.ke","info.ke","me.ke","mobi.ke","ne.ke","or.ke","sc.ke","kg","org.kg","net.kg","com.kg","edu.kg","gov.kg","mil.kg","*.kh","ki","edu.ki","biz.ki","net.ki","org.ki","gov.ki","info.ki","com.ki","km","org.km","nom.km","gov.km","prd.km","tm.km","edu.km","mil.km","ass.km","com.km","coop.km","asso.km","presse.km","medecin.km","notaires.km","pharmaciens.km","veterinaire.km","gouv.km","kn","net.kn","org.kn","edu.kn","gov.kn","kp","com.kp","edu.kp","gov.kp","org.kp","rep.kp","tra.kp","kr","ac.kr","co.kr","es.kr","go.kr","hs.kr","kg.kr","mil.kr","ms.kr","ne.kr","or.kr","pe.kr","re.kr","sc.kr","busan.kr","chungbuk.kr","chungnam.kr","daegu.kr","daejeon.kr","gangwon.kr","gwangju.kr","gyeongbuk.kr","gyeonggi.kr","gyeongnam.kr","incheon.kr","jeju.kr","jeonbuk.kr","jeonnam.kr","seoul.kr","ulsan.kr","kw","com.kw","edu.kw","emb.kw","gov.kw","ind.kw","net.kw","org.kw","ky","com.ky","edu.ky","net.ky","org.ky","kz","org.kz","edu.kz","net.kz","gov.kz","mil.kz","com.kz","la","int.la","net.la","info.la","edu.la","gov.la","per.la","com.la","org.la","lb","com.lb","edu.lb","gov.lb","net.lb","org.lb","lc","com.lc","net.lc","co.lc","org.lc","edu.lc","gov.lc","li","lk","gov.lk","sch.lk","net.lk","int.lk","com.lk","org.lk","edu.lk","ngo.lk","soc.lk","web.lk","ltd.lk","assn.lk","grp.lk","hotel.lk","ac.lk","lr","com.lr","edu.lr","gov.lr","org.lr","net.lr","ls","ac.ls","biz.ls","co.ls","edu.ls","gov.ls","info.ls","net.ls","org.ls","sc.ls","lt","gov.lt","lu","lv","com.lv","edu.lv","gov.lv","org.lv","mil.lv","id.lv","net.lv","asn.lv","conf.lv","ly","com.ly","net.ly","gov.ly","plc.ly","edu.ly","sch.ly","med.ly","org.ly","id.ly","ma","co.ma","net.ma","gov.ma","org.ma","ac.ma","press.ma","mc","tm.mc","asso.mc","md","me","co.me","net.me","org.me","edu.me","ac.me","gov.me","its.me","priv.me","mg","org.mg","nom.mg","gov.mg","prd.mg","tm.mg","edu.mg","mil.mg","com.mg","co.mg","mh","mil","mk","com.mk","org.mk","net.mk","edu.mk","gov.mk","inf.mk","name.mk","ml","com.ml","edu.ml","gouv.ml","gov.ml","net.ml","org.ml","presse.ml","*.mm","mn","gov.mn","edu.mn","org.mn","mo","com.mo","net.mo","org.mo","edu.mo","gov.mo","mobi","mp","mq","mr","gov.mr","ms","com.ms","edu.ms","gov.ms","net.ms","org.ms","mt","com.mt","edu.mt","net.mt","org.mt","mu","com.mu","net.mu","org.mu","gov.mu","ac.mu","co.mu","or.mu","museum","academy.museum","agriculture.museum","air.museum","airguard.museum","alabama.museum","alaska.museum","amber.museum","ambulance.museum","american.museum","americana.museum","americanantiques.museum","americanart.museum","amsterdam.museum","and.museum","annefrank.museum","anthro.museum","anthropology.museum","antiques.museum","aquarium.museum","arboretum.museum","archaeological.museum","archaeology.museum","architecture.museum","art.museum","artanddesign.museum","artcenter.museum","artdeco.museum","arteducation.museum","artgallery.museum","arts.museum","artsandcrafts.museum","asmatart.museum","assassination.museum","assisi.museum","association.museum","astronomy.museum","atlanta.museum","austin.museum","australia.museum","automotive.museum","aviation.museum","axis.museum","badajoz.museum","baghdad.museum","bahn.museum","bale.museum","baltimore.museum","barcelona.museum","baseball.museum","basel.museum","baths.museum","bauern.museum","beauxarts.museum","beeldengeluid.museum","bellevue.museum","bergbau.museum","berkeley.museum","berlin.museum","bern.museum","bible.museum","bilbao.museum","bill.museum","birdart.museum","birthplace.museum","bonn.museum","boston.museum","botanical.museum","botanicalgarden.museum","botanicgarden.museum","botany.museum","brandywinevalley.museum","brasil.museum","bristol.museum","british.museum","britishcolumbia.museum","broadcast.museum","brunel.museum","brussel.museum","brussels.museum","bruxelles.museum","building.museum","burghof.museum","bus.museum","bushey.museum","cadaques.museum","california.museum","cambridge.museum","can.museum","canada.museum","capebreton.museum","carrier.museum","cartoonart.museum","casadelamoneda.museum","castle.museum","castres.museum","celtic.museum","center.museum","chattanooga.museum","cheltenham.museum","chesapeakebay.museum","chicago.museum","children.museum","childrens.museum","childrensgarden.museum","chiropractic.museum","chocolate.museum","christiansburg.museum","cincinnati.museum","cinema.museum","circus.museum","civilisation.museum","civilization.museum","civilwar.museum","clinton.museum","clock.museum","coal.museum","coastaldefence.museum","cody.museum","coldwar.museum","collection.museum","colonialwilliamsburg.museum","coloradoplateau.museum","columbia.museum","columbus.museum","communication.museum","communications.museum","community.museum","computer.museum","computerhistory.museum","comunicações.museum","contemporary.museum","contemporaryart.museum","convent.museum","copenhagen.museum","corporation.museum","correios-e-telecomunicações.museum","corvette.museum","costume.museum","countryestate.museum","county.museum","crafts.museum","cranbrook.museum","creation.museum","cultural.museum","culturalcenter.museum","culture.museum","cyber.museum","cymru.museum","dali.museum","dallas.museum","database.museum","ddr.museum","decorativearts.museum","delaware.museum","delmenhorst.museum","denmark.museum","depot.museum","design.museum","detroit.museum","dinosaur.museum","discovery.museum","dolls.museum","donostia.museum","durham.museum","eastafrica.museum","eastcoast.museum","education.museum","educational.museum","egyptian.museum","eisenbahn.museum","elburg.museum","elvendrell.museum","embroidery.museum","encyclopedic.museum","england.museum","entomology.museum","environment.museum","environmentalconservation.museum","epilepsy.museum","essex.museum","estate.museum","ethnology.museum","exeter.museum","exhibition.museum","family.museum","farm.museum","farmequipment.museum","farmers.museum","farmstead.museum","field.museum","figueres.museum","filatelia.museum","film.museum","fineart.museum","finearts.museum","finland.museum","flanders.museum","florida.museum","force.museum","fortmissoula.museum","fortworth.museum","foundation.museum","francaise.museum","frankfurt.museum","franziskaner.museum","freemasonry.museum","freiburg.museum","fribourg.museum","frog.museum","fundacio.museum","furniture.museum","gallery.museum","garden.museum","gateway.museum","geelvinck.museum","gemological.museum","geology.museum","georgia.museum","giessen.museum","glas.museum","glass.museum","gorge.museum","grandrapids.museum","graz.museum","guernsey.museum","halloffame.museum","hamburg.museum","handson.museum","harvestcelebration.museum","hawaii.museum","health.museum","heimatunduhren.museum","hellas.museum","helsinki.museum","hembygdsforbund.museum","heritage.museum","histoire.museum","historical.museum","historicalsociety.museum","historichouses.museum","historisch.museum","historisches.museum","history.museum","historyofscience.museum","horology.museum","house.museum","humanities.museum","illustration.museum","imageandsound.museum","indian.museum","indiana.museum","indianapolis.museum","indianmarket.museum","intelligence.museum","interactive.museum","iraq.museum","iron.museum","isleofman.museum","jamison.museum","jefferson.museum","jerusalem.museum","jewelry.museum","jewish.museum","jewishart.museum","jfk.museum","journalism.museum","judaica.museum","judygarland.museum","juedisches.museum","juif.museum","karate.museum","karikatur.museum","kids.museum","koebenhavn.museum","koeln.museum","kunst.museum","kunstsammlung.museum","kunstunddesign.museum","labor.museum","labour.museum","lajolla.museum","lancashire.museum","landes.museum","lans.museum","läns.museum","larsson.museum","lewismiller.museum","lincoln.museum","linz.museum","living.museum","livinghistory.museum","localhistory.museum","london.museum","losangeles.museum","louvre.museum","loyalist.museum","lucerne.museum","luxembourg.museum","luzern.museum","mad.museum","madrid.museum","mallorca.museum","manchester.museum","mansion.museum","mansions.museum","manx.museum","marburg.museum","maritime.museum","maritimo.museum","maryland.museum","marylhurst.museum","media.museum","medical.museum","medizinhistorisches.museum","meeres.museum","memorial.museum","mesaverde.museum","michigan.museum","midatlantic.museum","military.museum","mill.museum","miners.museum","mining.museum","minnesota.museum","missile.museum","missoula.museum","modern.museum","moma.museum","money.museum","monmouth.museum","monticello.museum","montreal.museum","moscow.museum","motorcycle.museum","muenchen.museum","muenster.museum","mulhouse.museum","muncie.museum","museet.museum","museumcenter.museum","museumvereniging.museum","music.museum","national.museum","nationalfirearms.museum","nationalheritage.museum","nativeamerican.museum","naturalhistory.museum","naturalhistorymuseum.museum","naturalsciences.museum","nature.museum","naturhistorisches.museum","natuurwetenschappen.museum","naumburg.museum","naval.museum","nebraska.museum","neues.museum","newhampshire.museum","newjersey.museum","newmexico.museum","newport.museum","newspaper.museum","newyork.museum","niepce.museum","norfolk.museum","north.museum","nrw.museum","nyc.museum","nyny.museum","oceanographic.museum","oceanographique.museum","omaha.museum","online.museum","ontario.museum","openair.museum","oregon.museum","oregontrail.museum","otago.museum","oxford.museum","pacific.museum","paderborn.museum","palace.museum","paleo.museum","palmsprings.museum","panama.museum","paris.museum","pasadena.museum","pharmacy.museum","philadelphia.museum","philadelphiaarea.museum","philately.museum","phoenix.museum","photography.museum","pilots.museum","pittsburgh.museum","planetarium.museum","plantation.museum","plants.museum","plaza.museum","portal.museum","portland.museum","portlligat.museum","posts-and-telecommunications.museum","preservation.museum","presidio.museum","press.museum","project.museum","public.museum","pubol.museum","quebec.museum","railroad.museum","railway.museum","research.museum","resistance.museum","riodejaneiro.museum","rochester.museum","rockart.museum","roma.museum","russia.museum","saintlouis.museum","salem.museum","salvadordali.museum","salzburg.museum","sandiego.museum","sanfrancisco.museum","santabarbara.museum","santacruz.museum","santafe.museum","saskatchewan.museum","satx.museum","savannahga.museum","schlesisches.museum","schoenbrunn.museum","schokoladen.museum","school.museum","schweiz.museum","science.museum","scienceandhistory.museum","scienceandindustry.museum","sciencecenter.museum","sciencecenters.museum","science-fiction.museum","sciencehistory.museum","sciences.museum","sciencesnaturelles.museum","scotland.museum","seaport.museum","settlement.museum","settlers.museum","shell.museum","sherbrooke.museum","sibenik.museum","silk.museum","ski.museum","skole.museum","society.museum","sologne.museum","soundandvision.museum","southcarolina.museum","southwest.museum","space.museum","spy.museum","square.museum","stadt.museum","stalbans.museum","starnberg.museum","state.museum","stateofdelaware.museum","station.museum","steam.museum","steiermark.museum","stjohn.museum","stockholm.museum","stpetersburg.museum","stuttgart.museum","suisse.museum","surgeonshall.museum","surrey.museum","svizzera.museum","sweden.museum","sydney.museum","tank.museum","tcm.museum","technology.museum","telekommunikation.museum","television.museum","texas.museum","textile.museum","theater.museum","time.museum","timekeeping.museum","topology.museum","torino.museum","touch.museum","town.museum","transport.museum","tree.museum","trolley.museum","trust.museum","trustee.museum","uhren.museum","ulm.museum","undersea.museum","university.museum","usa.museum","usantiques.museum","usarts.museum","uscountryestate.museum","usculture.museum","usdecorativearts.museum","usgarden.museum","ushistory.museum","ushuaia.museum","uslivinghistory.museum","utah.museum","uvic.museum","valley.museum","vantaa.museum","versailles.museum","viking.museum","village.museum","virginia.museum","virtual.museum","virtuel.museum","vlaanderen.museum","volkenkunde.museum","wales.museum","wallonie.museum","war.museum","washingtondc.museum","watchandclock.museum","watch-and-clock.museum","western.museum","westfalen.museum","whaling.museum","wildlife.museum","williamsburg.museum","windmill.museum","workshop.museum","york.museum","yorkshire.museum","yosemite.museum","youth.museum","zoological.museum","zoology.museum","ירושלים.museum","иком.museum","mv","aero.mv","biz.mv","com.mv","coop.mv","edu.mv","gov.mv","info.mv","int.mv","mil.mv","museum.mv","name.mv","net.mv","org.mv","pro.mv","mw","ac.mw","biz.mw","co.mw","com.mw","coop.mw","edu.mw","gov.mw","int.mw","museum.mw","net.mw","org.mw","mx","com.mx","org.mx","gob.mx","edu.mx","net.mx","my","biz.my","com.my","edu.my","gov.my","mil.my","name.my","net.my","org.my","mz","ac.mz","adv.mz","co.mz","edu.mz","gov.mz","mil.mz","net.mz","org.mz","na","info.na","pro.na","name.na","school.na","or.na","dr.na","us.na","mx.na","ca.na","in.na","cc.na","tv.na","ws.na","mobi.na","co.na","com.na","org.na","name","nc","asso.nc","nom.nc","ne","net","nf","com.nf","net.nf","per.nf","rec.nf","web.nf","arts.nf","firm.nf","info.nf","other.nf","store.nf","ng","com.ng","edu.ng","gov.ng","i.ng","mil.ng","mobi.ng","name.ng","net.ng","org.ng","sch.ng","ni","ac.ni","biz.ni","co.ni","com.ni","edu.ni","gob.ni","in.ni","info.ni","int.ni","mil.ni","net.ni","nom.ni","org.ni","web.ni","nl","no","fhs.no","vgs.no","fylkesbibl.no","folkebibl.no","museum.no","idrett.no","priv.no","mil.no","stat.no","dep.no","kommune.no","herad.no","aa.no","ah.no","bu.no","fm.no","hl.no","hm.no","jan-mayen.no","mr.no","nl.no","nt.no","of.no","ol.no","oslo.no","rl.no","sf.no","st.no","svalbard.no","tm.no","tr.no","va.no","vf.no","gs.aa.no","gs.ah.no","gs.bu.no","gs.fm.no","gs.hl.no","gs.hm.no","gs.jan-mayen.no","gs.mr.no","gs.nl.no","gs.nt.no","gs.of.no","gs.ol.no","gs.oslo.no","gs.rl.no","gs.sf.no","gs.st.no","gs.svalbard.no","gs.tm.no","gs.tr.no","gs.va.no","gs.vf.no","akrehamn.no","åkrehamn.no","algard.no","ålgård.no","arna.no","brumunddal.no","bryne.no","bronnoysund.no","brønnøysund.no","drobak.no","drøbak.no","egersund.no","fetsund.no","floro.no","florø.no","fredrikstad.no","hokksund.no","honefoss.no","hønefoss.no","jessheim.no","jorpeland.no","jørpeland.no","kirkenes.no","kopervik.no","krokstadelva.no","langevag.no","langevåg.no","leirvik.no","mjondalen.no","mjøndalen.no","mo-i-rana.no","mosjoen.no","mosjøen.no","nesoddtangen.no","orkanger.no","osoyro.no","osøyro.no","raholt.no","råholt.no","sandnessjoen.no","sandnessjøen.no","skedsmokorset.no","slattum.no","spjelkavik.no","stathelle.no","stavern.no","stjordalshalsen.no","stjørdalshalsen.no","tananger.no","tranby.no","vossevangen.no","afjord.no","åfjord.no","agdenes.no","al.no","ål.no","alesund.no","ålesund.no","alstahaug.no","alta.no","áltá.no","alaheadju.no","álaheadju.no","alvdal.no","amli.no","åmli.no","amot.no","åmot.no","andebu.no","andoy.no","andøy.no","andasuolo.no","ardal.no","årdal.no","aremark.no","arendal.no","ås.no","aseral.no","åseral.no","asker.no","askim.no","askvoll.no","askoy.no","askøy.no","asnes.no","åsnes.no","audnedaln.no","aukra.no","aure.no","aurland.no","aurskog-holand.no","aurskog-høland.no","austevoll.no","austrheim.no","averoy.no","averøy.no","balestrand.no","ballangen.no","balat.no","bálát.no","balsfjord.no","bahccavuotna.no","báhccavuotna.no","bamble.no","bardu.no","beardu.no","beiarn.no","bajddar.no","bájddar.no","baidar.no","báidár.no","berg.no","bergen.no","berlevag.no","berlevåg.no","bearalvahki.no","bearalváhki.no","bindal.no","birkenes.no","bjarkoy.no","bjarkøy.no","bjerkreim.no","bjugn.no","bodo.no","bodø.no","badaddja.no","bådåddjå.no","budejju.no","bokn.no","bremanger.no","bronnoy.no","brønnøy.no","bygland.no","bykle.no","barum.no","bærum.no","bo.telemark.no","bø.telemark.no","bo.nordland.no","bø.nordland.no","bievat.no","bievát.no","bomlo.no","bømlo.no","batsfjord.no","båtsfjord.no","bahcavuotna.no","báhcavuotna.no","dovre.no","drammen.no","drangedal.no","dyroy.no","dyrøy.no","donna.no","dønna.no","eid.no","eidfjord.no","eidsberg.no","eidskog.no","eidsvoll.no","eigersund.no","elverum.no","enebakk.no","engerdal.no","etne.no","etnedal.no","evenes.no","evenassi.no","evenášši.no","evje-og-hornnes.no","farsund.no","fauske.no","fuossko.no","fuoisku.no","fedje.no","fet.no","finnoy.no","finnøy.no","fitjar.no","fjaler.no","fjell.no","flakstad.no","flatanger.no","flekkefjord.no","flesberg.no","flora.no","fla.no","flå.no","folldal.no","forsand.no","fosnes.no","frei.no","frogn.no","froland.no","frosta.no","frana.no","fræna.no","froya.no","frøya.no","fusa.no","fyresdal.no","forde.no","førde.no","gamvik.no","gangaviika.no","gáŋgaviika.no","gaular.no","gausdal.no","gildeskal.no","gildeskål.no","giske.no","gjemnes.no","gjerdrum.no","gjerstad.no","gjesdal.no","gjovik.no","gjøvik.no","gloppen.no","gol.no","gran.no","grane.no","granvin.no","gratangen.no","grimstad.no","grong.no","kraanghke.no","kråanghke.no","grue.no","gulen.no","hadsel.no","halden.no","halsa.no","hamar.no","hamaroy.no","habmer.no","hábmer.no","hapmir.no","hápmir.no","hammerfest.no","hammarfeasta.no","hámmárfeasta.no","haram.no","hareid.no","harstad.no","hasvik.no","aknoluokta.no","ákŋoluokta.no","hattfjelldal.no","aarborte.no","haugesund.no","hemne.no","hemnes.no","hemsedal.no","heroy.more-og-romsdal.no","herøy.møre-og-romsdal.no","heroy.nordland.no","herøy.nordland.no","hitra.no","hjartdal.no","hjelmeland.no","hobol.no","hobøl.no","hof.no","hol.no","hole.no","holmestrand.no","holtalen.no","holtålen.no","hornindal.no","horten.no","hurdal.no","hurum.no","hvaler.no","hyllestad.no","hagebostad.no","hægebostad.no","hoyanger.no","høyanger.no","hoylandet.no","høylandet.no","ha.no","hå.no","ibestad.no","inderoy.no","inderøy.no","iveland.no","jevnaker.no","jondal.no","jolster.no","jølster.no","karasjok.no","karasjohka.no","kárášjohka.no","karlsoy.no","galsa.no","gálsá.no","karmoy.no","karmøy.no","kautokeino.no","guovdageaidnu.no","klepp.no","klabu.no","klæbu.no","kongsberg.no","kongsvinger.no","kragero.no","kragerø.no","kristiansand.no","kristiansund.no","krodsherad.no","krødsherad.no","kvalsund.no","rahkkeravju.no","ráhkkerávju.no","kvam.no","kvinesdal.no","kvinnherad.no","kviteseid.no","kvitsoy.no","kvitsøy.no","kvafjord.no","kvæfjord.no","giehtavuoatna.no","kvanangen.no","kvænangen.no","navuotna.no","návuotna.no","kafjord.no","kåfjord.no","gaivuotna.no","gáivuotna.no","larvik.no","lavangen.no","lavagis.no","loabat.no","loabát.no","lebesby.no","davvesiida.no","leikanger.no","leirfjord.no","leka.no","leksvik.no","lenvik.no","leangaviika.no","leaŋgaviika.no","lesja.no","levanger.no","lier.no","lierne.no","lillehammer.no","lillesand.no","lindesnes.no","lindas.no","lindås.no","lom.no","loppa.no","lahppi.no","láhppi.no","lund.no","lunner.no","luroy.no","lurøy.no","luster.no","lyngdal.no","lyngen.no","ivgu.no","lardal.no","lerdal.no","lærdal.no","lodingen.no","lødingen.no","lorenskog.no","lørenskog.no","loten.no","løten.no","malvik.no","masoy.no","måsøy.no","muosat.no","muosát.no","mandal.no","marker.no","marnardal.no","masfjorden.no","meland.no","meldal.no","melhus.no","meloy.no","meløy.no","meraker.no","meråker.no","moareke.no","moåreke.no","midsund.no","midtre-gauldal.no","modalen.no","modum.no","molde.no","moskenes.no","moss.no","mosvik.no","malselv.no","målselv.no","malatvuopmi.no","málatvuopmi.no","namdalseid.no","aejrie.no","namsos.no","namsskogan.no","naamesjevuemie.no","nååmesjevuemie.no","laakesvuemie.no","nannestad.no","narvik.no","narviika.no","naustdal.no","nedre-eiker.no","nes.akershus.no","nes.buskerud.no","nesna.no","nesodden.no","nesseby.no","unjarga.no","unjárga.no","nesset.no","nissedal.no","nittedal.no","nord-aurdal.no","nord-fron.no","nord-odal.no","norddal.no","nordkapp.no","davvenjarga.no","davvenjárga.no","nordre-land.no","nordreisa.no","raisa.no","ráisa.no","nore-og-uvdal.no","notodden.no","naroy.no","nærøy.no","notteroy.no","nøtterøy.no","odda.no","oksnes.no","øksnes.no","oppdal.no","oppegard.no","oppegård.no","orkdal.no","orland.no","ørland.no","orskog.no","ørskog.no","orsta.no","ørsta.no","os.hedmark.no","os.hordaland.no","osen.no","osteroy.no","osterøy.no","ostre-toten.no","østre-toten.no","overhalla.no","ovre-eiker.no","øvre-eiker.no","oyer.no","øyer.no","oygarden.no","øygarden.no","oystre-slidre.no","øystre-slidre.no","porsanger.no","porsangu.no","porsáŋgu.no","porsgrunn.no","radoy.no","radøy.no","rakkestad.no","rana.no","ruovat.no","randaberg.no","rauma.no","rendalen.no","rennebu.no","rennesoy.no","rennesøy.no","rindal.no","ringebu.no","ringerike.no","ringsaker.no","rissa.no","risor.no","risør.no","roan.no","rollag.no","rygge.no","ralingen.no","rælingen.no","rodoy.no","rødøy.no","romskog.no","rømskog.no","roros.no","røros.no","rost.no","røst.no","royken.no","røyken.no","royrvik.no","røyrvik.no","rade.no","råde.no","salangen.no","siellak.no","saltdal.no","salat.no","sálát.no","sálat.no","samnanger.no","sande.more-og-romsdal.no","sande.møre-og-romsdal.no","sande.vestfold.no","sandefjord.no","sandnes.no","sandoy.no","sandøy.no","sarpsborg.no","sauda.no","sauherad.no","sel.no","selbu.no","selje.no","seljord.no","sigdal.no","siljan.no","sirdal.no","skaun.no","skedsmo.no","ski.no","skien.no","skiptvet.no","skjervoy.no","skjervøy.no","skierva.no","skiervá.no","skjak.no","skjåk.no","skodje.no","skanland.no","skånland.no","skanit.no","skánit.no","smola.no","smøla.no","snillfjord.no","snasa.no","snåsa.no","snoasa.no","snaase.no","snåase.no","sogndal.no","sokndal.no","sola.no","solund.no","songdalen.no","sortland.no","spydeberg.no","stange.no","stavanger.no","steigen.no","steinkjer.no","stjordal.no","stjørdal.no","stokke.no","stor-elvdal.no","stord.no","stordal.no","storfjord.no","omasvuotna.no","strand.no","stranda.no","stryn.no","sula.no","suldal.no","sund.no","sunndal.no","surnadal.no","sveio.no","svelvik.no","sykkylven.no","sogne.no","søgne.no","somna.no","sømna.no","sondre-land.no","søndre-land.no","sor-aurdal.no","sør-aurdal.no","sor-fron.no","sør-fron.no","sor-odal.no","sør-odal.no","sor-varanger.no","sør-varanger.no","matta-varjjat.no","mátta-várjjat.no","sorfold.no","sørfold.no","sorreisa.no","sørreisa.no","sorum.no","sørum.no","tana.no","deatnu.no","time.no","tingvoll.no","tinn.no","tjeldsund.no","dielddanuorri.no","tjome.no","tjøme.no","tokke.no","tolga.no","torsken.no","tranoy.no","tranøy.no","tromso.no","tromsø.no","tromsa.no","romsa.no","trondheim.no","troandin.no","trysil.no","trana.no","træna.no","trogstad.no","trøgstad.no","tvedestrand.no","tydal.no","tynset.no","tysfjord.no","divtasvuodna.no","divttasvuotna.no","tysnes.no","tysvar.no","tysvær.no","tonsberg.no","tønsberg.no","ullensaker.no","ullensvang.no","ulvik.no","utsira.no","vadso.no","vadsø.no","cahcesuolo.no","čáhcesuolo.no","vaksdal.no","valle.no","vang.no","vanylven.no","vardo.no","vardø.no","varggat.no","várggát.no","vefsn.no","vaapste.no","vega.no","vegarshei.no","vegårshei.no","vennesla.no","verdal.no","verran.no","vestby.no","vestnes.no","vestre-slidre.no","vestre-toten.no","vestvagoy.no","vestvågøy.no","vevelstad.no","vik.no","vikna.no","vindafjord.no","volda.no","voss.no","varoy.no","værøy.no","vagan.no","vågan.no","voagat.no","vagsoy.no","vågsøy.no","vaga.no","vågå.no","valer.ostfold.no","våler.østfold.no","valer.hedmark.no","våler.hedmark.no","*.np","nr","biz.nr","info.nr","gov.nr","edu.nr","org.nr","net.nr","com.nr","nu","nz","ac.nz","co.nz","cri.nz","geek.nz","gen.nz","govt.nz","health.nz","iwi.nz","kiwi.nz","maori.nz","mil.nz","māori.nz","net.nz","org.nz","parliament.nz","school.nz","om","co.om","com.om","edu.om","gov.om","med.om","museum.om","net.om","org.om","pro.om","onion","org","pa","ac.pa","gob.pa","com.pa","org.pa","sld.pa","edu.pa","net.pa","ing.pa","abo.pa","med.pa","nom.pa","pe","edu.pe","gob.pe","nom.pe","mil.pe","org.pe","com.pe","net.pe","pf","com.pf","org.pf","edu.pf","*.pg","ph","com.ph","net.ph","org.ph","gov.ph","edu.ph","ngo.ph","mil.ph","i.ph","pk","com.pk","net.pk","edu.pk","org.pk","fam.pk","biz.pk","web.pk","gov.pk","gob.pk","gok.pk","gon.pk","gop.pk","gos.pk","info.pk","pl","com.pl","net.pl","org.pl","aid.pl","agro.pl","atm.pl","auto.pl","biz.pl","edu.pl","gmina.pl","gsm.pl","info.pl","mail.pl","miasta.pl","media.pl","mil.pl","nieruchomosci.pl","nom.pl","pc.pl","powiat.pl","priv.pl","realestate.pl","rel.pl","sex.pl","shop.pl","sklep.pl","sos.pl","szkola.pl","targi.pl","tm.pl","tourism.pl","travel.pl","turystyka.pl","gov.pl","ap.gov.pl","ic.gov.pl","is.gov.pl","us.gov.pl","kmpsp.gov.pl","kppsp.gov.pl","kwpsp.gov.pl","psp.gov.pl","wskr.gov.pl","kwp.gov.pl","mw.gov.pl","ug.gov.pl","um.gov.pl","umig.gov.pl","ugim.gov.pl","upow.gov.pl","uw.gov.pl","starostwo.gov.pl","pa.gov.pl","po.gov.pl","psse.gov.pl","pup.gov.pl","rzgw.gov.pl","sa.gov.pl","so.gov.pl","sr.gov.pl","wsa.gov.pl","sko.gov.pl","uzs.gov.pl","wiih.gov.pl","winb.gov.pl","pinb.gov.pl","wios.gov.pl","witd.gov.pl","wzmiuw.gov.pl","piw.gov.pl","wiw.gov.pl","griw.gov.pl","wif.gov.pl","oum.gov.pl","sdn.gov.pl","zp.gov.pl","uppo.gov.pl","mup.gov.pl","wuoz.gov.pl","konsulat.gov.pl","oirm.gov.pl","augustow.pl","babia-gora.pl","bedzin.pl","beskidy.pl","bialowieza.pl","bialystok.pl","bielawa.pl","bieszczady.pl","boleslawiec.pl","bydgoszcz.pl","bytom.pl","cieszyn.pl","czeladz.pl","czest.pl","dlugoleka.pl","elblag.pl","elk.pl","glogow.pl","gniezno.pl","gorlice.pl","grajewo.pl","ilawa.pl","jaworzno.pl","jelenia-gora.pl","jgora.pl","kalisz.pl","kazimierz-dolny.pl","karpacz.pl","kartuzy.pl","kaszuby.pl","katowice.pl","kepno.pl","ketrzyn.pl","klodzko.pl","kobierzyce.pl","kolobrzeg.pl","konin.pl","konskowola.pl","kutno.pl","lapy.pl","lebork.pl","legnica.pl","lezajsk.pl","limanowa.pl","lomza.pl","lowicz.pl","lubin.pl","lukow.pl","malbork.pl","malopolska.pl","mazowsze.pl","mazury.pl","mielec.pl","mielno.pl","mragowo.pl","naklo.pl","nowaruda.pl","nysa.pl","olawa.pl","olecko.pl","olkusz.pl","olsztyn.pl","opoczno.pl","opole.pl","ostroda.pl","ostroleka.pl","ostrowiec.pl","ostrowwlkp.pl","pila.pl","pisz.pl","podhale.pl","podlasie.pl","polkowice.pl","pomorze.pl","pomorskie.pl","prochowice.pl","pruszkow.pl","przeworsk.pl","pulawy.pl","radom.pl","rawa-maz.pl","rybnik.pl","rzeszow.pl","sanok.pl","sejny.pl","slask.pl","slupsk.pl","sosnowiec.pl","stalowa-wola.pl","skoczow.pl","starachowice.pl","stargard.pl","suwalki.pl","swidnica.pl","swiebodzin.pl","swinoujscie.pl","szczecin.pl","szczytno.pl","tarnobrzeg.pl","tgory.pl","turek.pl","tychy.pl","ustka.pl","walbrzych.pl","warmia.pl","warszawa.pl","waw.pl","wegrow.pl","wielun.pl","wlocl.pl","wloclawek.pl","wodzislaw.pl","wolomin.pl","wroclaw.pl","zachpomor.pl","zagan.pl","zarow.pl","zgora.pl","zgorzelec.pl","pm","pn","gov.pn","co.pn","org.pn","edu.pn","net.pn","post","pr","com.pr","net.pr","org.pr","gov.pr","edu.pr","isla.pr","pro.pr","biz.pr","info.pr","name.pr","est.pr","prof.pr","ac.pr","pro","aaa.pro","aca.pro","acct.pro","avocat.pro","bar.pro","cpa.pro","eng.pro","jur.pro","law.pro","med.pro","recht.pro","ps","edu.ps","gov.ps","sec.ps","plo.ps","com.ps","org.ps","net.ps","pt","net.pt","gov.pt","org.pt","edu.pt","int.pt","publ.pt","com.pt","nome.pt","pw","co.pw","ne.pw","or.pw","ed.pw","go.pw","belau.pw","py","com.py","coop.py","edu.py","gov.py","mil.py","net.py","org.py","qa","com.qa","edu.qa","gov.qa","mil.qa","name.qa","net.qa","org.qa","sch.qa","re","asso.re","com.re","nom.re","ro","arts.ro","com.ro","firm.ro","info.ro","nom.ro","nt.ro","org.ro","rec.ro","store.ro","tm.ro","www.ro","rs","ac.rs","co.rs","edu.rs","gov.rs","in.rs","org.rs","ru","rw","ac.rw","co.rw","coop.rw","gov.rw","mil.rw","net.rw","org.rw","sa","com.sa","net.sa","org.sa","gov.sa","med.sa","pub.sa","edu.sa","sch.sa","sb","com.sb","edu.sb","gov.sb","net.sb","org.sb","sc","com.sc","gov.sc","net.sc","org.sc","edu.sc","sd","com.sd","net.sd","org.sd","edu.sd","med.sd","tv.sd","gov.sd","info.sd","se","a.se","ac.se","b.se","bd.se","brand.se","c.se","d.se","e.se","f.se","fh.se","fhsk.se","fhv.se","g.se","h.se","i.se","k.se","komforb.se","kommunalforbund.se","komvux.se","l.se","lanbib.se","m.se","n.se","naturbruksgymn.se","o.se","org.se","p.se","parti.se","pp.se","press.se","r.se","s.se","t.se","tm.se","u.se","w.se","x.se","y.se","z.se","sg","com.sg","net.sg","org.sg","gov.sg","edu.sg","per.sg","sh","com.sh","net.sh","gov.sh","org.sh","mil.sh","si","sj","sk","sl","com.sl","net.sl","edu.sl","gov.sl","org.sl","sm","sn","art.sn","com.sn","edu.sn","gouv.sn","org.sn","perso.sn","univ.sn","so","com.so","edu.so","gov.so","me.so","net.so","org.so","sr","ss","biz.ss","com.ss","edu.ss","gov.ss","me.ss","net.ss","org.ss","sch.ss","st","co.st","com.st","consulado.st","edu.st","embaixada.st","mil.st","net.st","org.st","principe.st","saotome.st","store.st","su","sv","com.sv","edu.sv","gob.sv","org.sv","red.sv","sx","gov.sx","sy","edu.sy","gov.sy","net.sy","mil.sy","com.sy","org.sy","sz","co.sz","ac.sz","org.sz","tc","td","tel","tf","tg","th","ac.th","co.th","go.th","in.th","mi.th","net.th","or.th","tj","ac.tj","biz.tj","co.tj","com.tj","edu.tj","go.tj","gov.tj","int.tj","mil.tj","name.tj","net.tj","nic.tj","org.tj","test.tj","web.tj","tk","tl","gov.tl","tm","com.tm","co.tm","org.tm","net.tm","nom.tm","gov.tm","mil.tm","edu.tm","tn","com.tn","ens.tn","fin.tn","gov.tn","ind.tn","info.tn","intl.tn","mincom.tn","nat.tn","net.tn","org.tn","perso.tn","tourism.tn","to","com.to","gov.to","net.to","org.to","edu.to","mil.to","tr","av.tr","bbs.tr","bel.tr","biz.tr","com.tr","dr.tr","edu.tr","gen.tr","gov.tr","info.tr","mil.tr","k12.tr","kep.tr","name.tr","net.tr","org.tr","pol.tr","tel.tr","tsk.tr","tv.tr","web.tr","nc.tr","gov.nc.tr","tt","co.tt","com.tt","org.tt","net.tt","biz.tt","info.tt","pro.tt","int.tt","coop.tt","jobs.tt","mobi.tt","travel.tt","museum.tt","aero.tt","name.tt","gov.tt","edu.tt","tv","tw","edu.tw","gov.tw","mil.tw","com.tw","net.tw","org.tw","idv.tw","game.tw","ebiz.tw","club.tw","網路.tw","組織.tw","商業.tw","tz","ac.tz","co.tz","go.tz","hotel.tz","info.tz","me.tz","mil.tz","mobi.tz","ne.tz","or.tz","sc.tz","tv.tz","ua","com.ua","edu.ua","gov.ua","in.ua","net.ua","org.ua","cherkassy.ua","cherkasy.ua","chernigov.ua","chernihiv.ua","chernivtsi.ua","chernovtsy.ua","ck.ua","cn.ua","cr.ua","crimea.ua","cv.ua","dn.ua","dnepropetrovsk.ua","dnipropetrovsk.ua","donetsk.ua","dp.ua","if.ua","ivano-frankivsk.ua","kh.ua","kharkiv.ua","kharkov.ua","kherson.ua","khmelnitskiy.ua","khmelnytskyi.ua","kiev.ua","kirovograd.ua","km.ua","kr.ua","krym.ua","ks.ua","kv.ua","kyiv.ua","lg.ua","lt.ua","lugansk.ua","lutsk.ua","lv.ua","lviv.ua","mk.ua","mykolaiv.ua","nikolaev.ua","od.ua","odesa.ua","odessa.ua","pl.ua","poltava.ua","rivne.ua","rovno.ua","rv.ua","sb.ua","sebastopol.ua","sevastopol.ua","sm.ua","sumy.ua","te.ua","ternopil.ua","uz.ua","uzhgorod.ua","vinnica.ua","vinnytsia.ua","vn.ua","volyn.ua","yalta.ua","zaporizhzhe.ua","zaporizhzhia.ua","zhitomir.ua","zhytomyr.ua","zp.ua","zt.ua","ug","co.ug","or.ug","ac.ug","sc.ug","go.ug","ne.ug","com.ug","org.ug","uk","ac.uk","co.uk","gov.uk","ltd.uk","me.uk","net.uk","nhs.uk","org.uk","plc.uk","police.uk","*.sch.uk","us","dni.us","fed.us","isa.us","kids.us","nsn.us","ak.us","al.us","ar.us","as.us","az.us","ca.us","co.us","ct.us","dc.us","de.us","fl.us","ga.us","gu.us","hi.us","ia.us","id.us","il.us","in.us","ks.us","ky.us","la.us","ma.us","md.us","me.us","mi.us","mn.us","mo.us","ms.us","mt.us","nc.us","nd.us","ne.us","nh.us","nj.us","nm.us","nv.us","ny.us","oh.us","ok.us","or.us","pa.us","pr.us","ri.us","sc.us","sd.us","tn.us","tx.us","ut.us","vi.us","vt.us","va.us","wa.us","wi.us","wv.us","wy.us","k12.ak.us","k12.al.us","k12.ar.us","k12.as.us","k12.az.us","k12.ca.us","k12.co.us","k12.ct.us","k12.dc.us","k12.de.us","k12.fl.us","k12.ga.us","k12.gu.us","k12.ia.us","k12.id.us","k12.il.us","k12.in.us","k12.ks.us","k12.ky.us","k12.la.us","k12.ma.us","k12.md.us","k12.me.us","k12.mi.us","k12.mn.us","k12.mo.us","k12.ms.us","k12.mt.us","k12.nc.us","k12.ne.us","k12.nh.us","k12.nj.us","k12.nm.us","k12.nv.us","k12.ny.us","k12.oh.us","k12.ok.us","k12.or.us","k12.pa.us","k12.pr.us","k12.sc.us","k12.tn.us","k12.tx.us","k12.ut.us","k12.vi.us","k12.vt.us","k12.va.us","k12.wa.us","k12.wi.us","k12.wy.us","cc.ak.us","cc.al.us","cc.ar.us","cc.as.us","cc.az.us","cc.ca.us","cc.co.us","cc.ct.us","cc.dc.us","cc.de.us","cc.fl.us","cc.ga.us","cc.gu.us","cc.hi.us","cc.ia.us","cc.id.us","cc.il.us","cc.in.us","cc.ks.us","cc.ky.us","cc.la.us","cc.ma.us","cc.md.us","cc.me.us","cc.mi.us","cc.mn.us","cc.mo.us","cc.ms.us","cc.mt.us","cc.nc.us","cc.nd.us","cc.ne.us","cc.nh.us","cc.nj.us","cc.nm.us","cc.nv.us","cc.ny.us","cc.oh.us","cc.ok.us","cc.or.us","cc.pa.us","cc.pr.us","cc.ri.us","cc.sc.us","cc.sd.us","cc.tn.us","cc.tx.us","cc.ut.us","cc.vi.us","cc.vt.us","cc.va.us","cc.wa.us","cc.wi.us","cc.wv.us","cc.wy.us","lib.ak.us","lib.al.us","lib.ar.us","lib.as.us","lib.az.us","lib.ca.us","lib.co.us","lib.ct.us","lib.dc.us","lib.fl.us","lib.ga.us","lib.gu.us","lib.hi.us","lib.ia.us","lib.id.us","lib.il.us","lib.in.us","lib.ks.us","lib.ky.us","lib.la.us","lib.ma.us","lib.md.us","lib.me.us","lib.mi.us","lib.mn.us","lib.mo.us","lib.ms.us","lib.mt.us","lib.nc.us","lib.nd.us","lib.ne.us","lib.nh.us","lib.nj.us","lib.nm.us","lib.nv.us","lib.ny.us","lib.oh.us","lib.ok.us","lib.or.us","lib.pa.us","lib.pr.us","lib.ri.us","lib.sc.us","lib.sd.us","lib.tn.us","lib.tx.us","lib.ut.us","lib.vi.us","lib.vt.us","lib.va.us","lib.wa.us","lib.wi.us","lib.wy.us","pvt.k12.ma.us","chtr.k12.ma.us","paroch.k12.ma.us","ann-arbor.mi.us","cog.mi.us","dst.mi.us","eaton.mi.us","gen.mi.us","mus.mi.us","tec.mi.us","washtenaw.mi.us","uy","com.uy","edu.uy","gub.uy","mil.uy","net.uy","org.uy","uz","co.uz","com.uz","net.uz","org.uz","va","vc","com.vc","net.vc","org.vc","gov.vc","mil.vc","edu.vc","ve","arts.ve","bib.ve","co.ve","com.ve","e12.ve","edu.ve","firm.ve","gob.ve","gov.ve","info.ve","int.ve","mil.ve","net.ve","nom.ve","org.ve","rar.ve","rec.ve","store.ve","tec.ve","web.ve","vg","vi","co.vi","com.vi","k12.vi","net.vi","org.vi","vn","com.vn","net.vn","org.vn","edu.vn","gov.vn","int.vn","ac.vn","biz.vn","info.vn","name.vn","pro.vn","health.vn","vu","com.vu","edu.vu","net.vu","org.vu","wf","ws","com.ws","net.ws","org.ws","gov.ws","edu.ws","yt","امارات","հայ","বাংলা","бг","البحرين","бел","中国","中國","الجزائر","مصر","ею","ευ","موريتانيا","გე","ελ","香港","公司.香港","教育.香港","政府.香港","個人.香港","網絡.香港","組織.香港","ಭಾರತ","ଭାରତ","ভাৰত","भारतम्","भारोत","ڀارت","ഭാരതം","भारत","بارت","بھارت","భారత్","ભારત","ਭਾਰਤ","ভারত","இந்தியா","ایران","ايران","عراق","الاردن","한국","қаз","ລາວ","ලංකා","இலங்கை","المغرب","мкд","мон","澳門","澳门","مليسيا","عمان","پاکستان","پاكستان","فلسطين","срб","пр.срб","орг.срб","обр.срб","од.срб","упр.срб","ак.срб","рф","قطر","السعودية","السعودیة","السعودیۃ","السعوديه","سودان","新加坡","சிங்கப்பூர்","سورية","سوريا","ไทย","ศึกษา.ไทย","ธุรกิจ.ไทย","รัฐบาล.ไทย","ทหาร.ไทย","เน็ต.ไทย","องค์กร.ไทย","تونس","台灣","台湾","臺灣","укр","اليمن","xxx","ye","com.ye","edu.ye","gov.ye","net.ye","mil.ye","org.ye","ac.za","agric.za","alt.za","co.za","edu.za","gov.za","grondar.za","law.za","mil.za","net.za","ngo.za","nic.za","nis.za","nom.za","org.za","school.za","tm.za","web.za","zm","ac.zm","biz.zm","co.zm","com.zm","edu.zm","gov.zm","info.zm","mil.zm","net.zm","org.zm","sch.zm","zw","ac.zw","co.zw","gov.zw","mil.zw","org.zw","aaa","aarp","abarth","abb","abbott","abbvie","abc","able","abogado","abudhabi","academy","accenture","accountant","accountants","aco","actor","adac","ads","adult","aeg","aetna","afl","africa","agakhan","agency","aig","airbus","airforce","airtel","akdn","alfaromeo","alibaba","alipay","allfinanz","allstate","ally","alsace","alstom","amazon","americanexpress","americanfamily","amex","amfam","amica","amsterdam","analytics","android","anquan","anz","aol","apartments","app","apple","aquarelle","arab","aramco","archi","army","art","arte","asda","associates","athleta","attorney","auction","audi","audible","audio","auspost","author","auto","autos","avianca","aws","axa","azure","baby","baidu","banamex","bananarepublic","band","bank","bar","barcelona","barclaycard","barclays","barefoot","bargains","baseball","basketball","bauhaus","bayern","bbc","bbt","bbva","bcg","bcn","beats","beauty","beer","bentley","berlin","best","bestbuy","bet","bharti","bible","bid","bike","bing","bingo","bio","black","blackfriday","blockbuster","blog","bloomberg","blue","bms","bmw","bnpparibas","boats","boehringer","bofa","bom","bond","boo","book","booking","bosch","bostik","boston","bot","boutique","box","bradesco","bridgestone","broadway","broker","brother","brussels","bugatti","build","builders","business","buy","buzz","bzh","cab","cafe","cal","call","calvinklein","cam","camera","camp","cancerresearch","canon","capetown","capital","capitalone","car","caravan","cards","care","career","careers","cars","casa","case","cash","casino","catering","catholic","cba","cbn","cbre","cbs","center","ceo","cern","cfa","cfd","chanel","channel","charity","chase","chat","cheap","chintai","christmas","chrome","church","cipriani","circle","cisco","citadel","citi","citic","city","cityeats","claims","cleaning","click","clinic","clinique","clothing","cloud","club","clubmed","coach","codes","coffee","college","cologne","comcast","commbank","community","company","compare","computer","comsec","condos","construction","consulting","contact","contractors","cooking","cookingchannel","cool","corsica","country","coupon","coupons","courses","cpa","credit","creditcard","creditunion","cricket","crown","crs","cruise","cruises","cuisinella","cymru","cyou","dabur","dad","dance","data","date","dating","datsun","day","dclk","dds","deal","dealer","deals","degree","delivery","dell","deloitte","delta","democrat","dental","dentist","desi","design","dev","dhl","diamonds","diet","digital","direct","directory","discount","discover","dish","diy","dnp","docs","doctor","dog","domains","dot","download","drive","dtv","dubai","dunlop","dupont","durban","dvag","dvr","earth","eat","eco","edeka","education","email","emerck","energy","engineer","engineering","enterprises","epson","equipment","ericsson","erni","esq","estate","etisalat","eurovision","eus","events","exchange","expert","exposed","express","extraspace","fage","fail","fairwinds","faith","family","fan","fans","farm","farmers","fashion","fast","fedex","feedback","ferrari","ferrero","fiat","fidelity","fido","film","final","finance","financial","fire","firestone","firmdale","fish","fishing","fit","fitness","flickr","flights","flir","florist","flowers","fly","foo","food","foodnetwork","football","ford","forex","forsale","forum","foundation","fox","free","fresenius","frl","frogans","frontdoor","frontier","ftr","fujitsu","fun","fund","furniture","futbol","fyi","gal","gallery","gallo","gallup","game","games","gap","garden","gay","gbiz","gdn","gea","gent","genting","george","ggee","gift","gifts","gives","giving","glass","gle","global","globo","gmail","gmbh","gmo","gmx","godaddy","gold","goldpoint","golf","goo","goodyear","goog","google","gop","got","grainger","graphics","gratis","green","gripe","grocery","group","guardian","gucci","guge","guide","guitars","guru","hair","hamburg","hangout","haus","hbo","hdfc","hdfcbank","health","healthcare","help","helsinki","here","hermes","hgtv","hiphop","hisamitsu","hitachi","hiv","hkt","hockey","holdings","holiday","homedepot","homegoods","homes","homesense","honda","horse","hospital","host","hosting","hot","hoteles","hotels","hotmail","house","how","hsbc","hughes","hyatt","hyundai","ibm","icbc","ice","icu","ieee","ifm","ikano","imamat","imdb","immo","immobilien","inc","industries","infiniti","ing","ink","institute","insurance","insure","international","intuit","investments","ipiranga","irish","ismaili","ist","istanbul","itau","itv","jaguar","java","jcb","jeep","jetzt","jewelry","jio","jll","jmp","jnj","joburg","jot","joy","jpmorgan","jprs","juegos","juniper","kaufen","kddi","kerryhotels","kerrylogistics","kerryproperties","kfh","kia","kids","kim","kinder","kindle","kitchen","kiwi","koeln","komatsu","kosher","kpmg","kpn","krd","kred","kuokgroup","kyoto","lacaixa","lamborghini","lamer","lancaster","lancia","land","landrover","lanxess","lasalle","lat","latino","latrobe","law","lawyer","lds","lease","leclerc","lefrak","legal","lego","lexus","lgbt","lidl","life","lifeinsurance","lifestyle","lighting","like","lilly","limited","limo","lincoln","linde","link","lipsy","live","living","llc","llp","loan","loans","locker","locus","loft","lol","london","lotte","lotto","love","lpl","lplfinancial","ltd","ltda","lundbeck","luxe","luxury","macys","madrid","maif","maison","makeup","man","management","mango","map","market","marketing","markets","marriott","marshalls","maserati","mattel","mba","mckinsey","med","media","meet","melbourne","meme","memorial","men","menu","merckmsd","miami","microsoft","mini","mint","mit","mitsubishi","mlb","mls","mma","mobile","moda","moe","moi","mom","monash","money","monster","mormon","mortgage","moscow","moto","motorcycles","mov","movie","msd","mtn","mtr","music","mutual","nab","nagoya","natura","navy","nba","nec","netbank","netflix","network","neustar","new","news","next","nextdirect","nexus","nfl","ngo","nhk","nico","nike","nikon","ninja","nissan","nissay","nokia","northwesternmutual","norton","now","nowruz","nowtv","nra","nrw","ntt","nyc","obi","observer","office","okinawa","olayan","olayangroup","oldnavy","ollo","omega","one","ong","onl","online","ooo","open","oracle","orange","organic","origins","osaka","otsuka","ott","ovh","page","panasonic","paris","pars","partners","parts","party","passagens","pay","pccw","pet","pfizer","pharmacy","phd","philips","phone","photo","photography","photos","physio","pics","pictet","pictures","pid","pin","ping","pink","pioneer","pizza","place","play","playstation","plumbing","plus","pnc","pohl","poker","politie","porn","pramerica","praxi","press","prime","prod","productions","prof","progressive","promo","properties","property","protection","pru","prudential","pub","pwc","qpon","quebec","quest","racing","radio","read","realestate","realtor","realty","recipes","red","redstone","redumbrella","rehab","reise","reisen","reit","reliance","ren","rent","rentals","repair","report","republican","rest","restaurant","review","reviews","rexroth","rich","richardli","ricoh","ril","rio","rip","rocher","rocks","rodeo","rogers","room","rsvp","rugby","ruhr","run","rwe","ryukyu","saarland","safe","safety","sakura","sale","salon","samsclub","samsung","sandvik","sandvikcoromant","sanofi","sap","sarl","sas","save","saxo","sbi","sbs","sca","scb","schaeffler","schmidt","scholarships","school","schule","schwarz","science","scot","search","seat","secure","security","seek","select","sener","services","ses","seven","sew","sex","sexy","sfr","shangrila","sharp","shaw","shell","shia","shiksha","shoes","shop","shopping","shouji","show","showtime","silk","sina","singles","site","ski","skin","sky","skype","sling","smart","smile","sncf","soccer","social","softbank","software","sohu","solar","solutions","song","sony","soy","spa","space","sport","spot","srl","stada","staples","star","statebank","statefarm","stc","stcgroup","stockholm","storage","store","stream","studio","study","style","sucks","supplies","supply","support","surf","surgery","suzuki","swatch","swiss","sydney","systems","tab","taipei","talk","taobao","target","tatamotors","tatar","tattoo","tax","taxi","tci","tdk","team","tech","technology","temasek","tennis","teva","thd","theater","theatre","tiaa","tickets","tienda","tiffany","tips","tires","tirol","tjmaxx","tjx","tkmaxx","tmall","today","tokyo","tools","top","toray","toshiba","total","tours","town","toyota","toys","trade","trading","training","travel","travelchannel","travelers","travelersinsurance","trust","trv","tube","tui","tunes","tushu","tvs","ubank","ubs","unicom","university","uno","uol","ups","vacations","vana","vanguard","vegas","ventures","verisign","versicherung","vet","viajes","video","vig","viking","villas","vin","vip","virgin","visa","vision","viva","vivo","vlaanderen","vodka","volkswagen","volvo","vote","voting","voto","voyage","vuelos","wales","walmart","walter","wang","wanggou","watch","watches","weather","weatherchannel","webcam","weber","website","wedding","weibo","weir","whoswho","wien","wiki","williamhill","win","windows","wine","winners","wme","wolterskluwer","woodside","work","works","world","wow","wtc","wtf","xbox","xerox","xfinity","xihuan","xin","कॉम","セール","佛山","慈善","集团","在线","点看","คอม","八卦","موقع","公益","公司","香格里拉","网站","移动","我爱你","москва","католик","онлайн","сайт","联通","קום","时尚","微博","淡马锡","ファッション","орг","नेट","ストア","アマゾン","삼성","商标","商店","商城","дети","ポイント","新闻","家電","كوم","中文网","中信","娱乐","谷歌","電訊盈科","购物","クラウド","通販","网店","संगठन","餐厅","网络","ком","亚马逊","诺基亚","食品","飞利浦","手机","ارامكو","العليان","اتصالات","بازار","ابوظبي","كاثوليك","همراه","닷컴","政府","شبكة","بيتك","عرب","机构","组织机构","健康","招聘","рус","大拿","みんな","グーグル","世界","書籍","网址","닷넷","コム","天主教","游戏","vermögensberater","vermögensberatung","企业","信息","嘉里大酒店","嘉里","广东","政务","xyz","yachts","yahoo","yamaxun","yandex","yodobashi","yoga","yokohama","you","youtube","yun","zappos","zara","zero","zip","zone","zuerich","cc.ua","inf.ua","ltd.ua","611.to","graphox.us","*.devcdnaccesso.com","adobeaemcloud.com","*.dev.adobeaemcloud.com","hlx.live","adobeaemcloud.net","hlx.page","hlx3.page","beep.pl","airkitapps.com","airkitapps-au.com","airkitapps.eu","aivencloud.com","barsy.ca","*.compute.estate","*.alces.network","kasserver.com","altervista.org","alwaysdata.net","cloudfront.net","*.compute.amazonaws.com","*.compute-1.amazonaws.com","*.compute.amazonaws.com.cn","us-east-1.amazonaws.com","cn-north-1.eb.amazonaws.com.cn","cn-northwest-1.eb.amazonaws.com.cn","elasticbeanstalk.com","ap-northeast-1.elasticbeanstalk.com","ap-northeast-2.elasticbeanstalk.com","ap-northeast-3.elasticbeanstalk.com","ap-south-1.elasticbeanstalk.com","ap-southeast-1.elasticbeanstalk.com","ap-southeast-2.elasticbeanstalk.com","ca-central-1.elasticbeanstalk.com","eu-central-1.elasticbeanstalk.com","eu-west-1.elasticbeanstalk.com","eu-west-2.elasticbeanstalk.com","eu-west-3.elasticbeanstalk.com","sa-east-1.elasticbeanstalk.com","us-east-1.elasticbeanstalk.com","us-east-2.elasticbeanstalk.com","us-gov-west-1.elasticbeanstalk.com","us-west-1.elasticbeanstalk.com","us-west-2.elasticbeanstalk.com","*.elb.amazonaws.com","*.elb.amazonaws.com.cn","awsglobalaccelerator.com","s3.amazonaws.com","s3-ap-northeast-1.amazonaws.com","s3-ap-northeast-2.amazonaws.com","s3-ap-south-1.amazonaws.com","s3-ap-southeast-1.amazonaws.com","s3-ap-southeast-2.amazonaws.com","s3-ca-central-1.amazonaws.com","s3-eu-central-1.amazonaws.com","s3-eu-west-1.amazonaws.com","s3-eu-west-2.amazonaws.com","s3-eu-west-3.amazonaws.com","s3-external-1.amazonaws.com","s3-fips-us-gov-west-1.amazonaws.com","s3-sa-east-1.amazonaws.com","s3-us-gov-west-1.amazonaws.com","s3-us-east-2.amazonaws.com","s3-us-west-1.amazonaws.com","s3-us-west-2.amazonaws.com","s3.ap-northeast-2.amazonaws.com","s3.ap-south-1.amazonaws.com","s3.cn-north-1.amazonaws.com.cn","s3.ca-central-1.amazonaws.com","s3.eu-central-1.amazonaws.com","s3.eu-west-2.amazonaws.com","s3.eu-west-3.amazonaws.com","s3.us-east-2.amazonaws.com","s3.dualstack.ap-northeast-1.amazonaws.com","s3.dualstack.ap-northeast-2.amazonaws.com","s3.dualstack.ap-south-1.amazonaws.com","s3.dualstack.ap-southeast-1.amazonaws.com","s3.dualstack.ap-southeast-2.amazonaws.com","s3.dualstack.ca-central-1.amazonaws.com","s3.dualstack.eu-central-1.amazonaws.com","s3.dualstack.eu-west-1.amazonaws.com","s3.dualstack.eu-west-2.amazonaws.com","s3.dualstack.eu-west-3.amazonaws.com","s3.dualstack.sa-east-1.amazonaws.com","s3.dualstack.us-east-1.amazonaws.com","s3.dualstack.us-east-2.amazonaws.com","s3-website-us-east-1.amazonaws.com","s3-website-us-west-1.amazonaws.com","s3-website-us-west-2.amazonaws.com","s3-website-ap-northeast-1.amazonaws.com","s3-website-ap-southeast-1.amazonaws.com","s3-website-ap-southeast-2.amazonaws.com","s3-website-eu-west-1.amazonaws.com","s3-website-sa-east-1.amazonaws.com","s3-website.ap-northeast-2.amazonaws.com","s3-website.ap-south-1.amazonaws.com","s3-website.ca-central-1.amazonaws.com","s3-website.eu-central-1.amazonaws.com","s3-website.eu-west-2.amazonaws.com","s3-website.eu-west-3.amazonaws.com","s3-website.us-east-2.amazonaws.com","t3l3p0rt.net","tele.amune.org","apigee.io","siiites.com","appspacehosted.com","appspaceusercontent.com","appudo.net","on-aptible.com","user.aseinet.ne.jp","gv.vc","d.gv.vc","user.party.eus","pimienta.org","poivron.org","potager.org","sweetpepper.org","myasustor.com","cdn.prod.atlassian-dev.net","translated.page","myfritz.net","onavstack.net","*.awdev.ca","*.advisor.ws","ecommerce-shop.pl","b-data.io","backplaneapp.io","balena-devices.com","rs.ba","*.banzai.cloud","app.banzaicloud.io","*.backyards.banzaicloud.io","base.ec","official.ec","buyshop.jp","fashionstore.jp","handcrafted.jp","kawaiishop.jp","supersale.jp","theshop.jp","shopselect.net","base.shop","*.beget.app","betainabox.com","bnr.la","bitbucket.io","blackbaudcdn.net","of.je","bluebite.io","boomla.net","boutir.com","boxfuse.io","square7.ch","bplaced.com","bplaced.de","square7.de","bplaced.net","square7.net","shop.brendly.rs","browsersafetymark.io","uk0.bigv.io","dh.bytemark.co.uk","vm.bytemark.co.uk","cafjs.com","mycd.eu","drr.ac","uwu.ai","carrd.co","crd.co","ju.mp","ae.org","br.com","cn.com","com.de","com.se","de.com","eu.com","gb.net","hu.net","jp.net","jpn.com","mex.com","ru.com","sa.com","se.net","uk.com","uk.net","us.com","za.bz","za.com","ar.com","hu.com","kr.com","no.com","qc.com","uy.com","africa.com","gr.com","in.net","web.in","us.org","co.com","aus.basketball","nz.basketball","radio.am","radio.fm","c.la","certmgr.org","cx.ua","discourse.group","discourse.team","cleverapps.io","clerk.app","clerkstage.app","*.lcl.dev","*.lclstage.dev","*.stg.dev","*.stgstage.dev","clickrising.net","c66.me","cloud66.ws","cloud66.zone","jdevcloud.com","wpdevcloud.com","cloudaccess.host","freesite.host","cloudaccess.net","cloudcontrolled.com","cloudcontrolapp.com","*.cloudera.site","pages.dev","trycloudflare.com","workers.dev","wnext.app","co.ca","*.otap.co","co.cz","c.cdn77.org","cdn77-ssl.net","r.cdn77.net","rsc.cdn77.org","ssl.origin.cdn77-secure.org","cloudns.asia","cloudns.biz","cloudns.club","cloudns.cc","cloudns.eu","cloudns.in","cloudns.info","cloudns.org","cloudns.pro","cloudns.pw","cloudns.us","cnpy.gdn","codeberg.page","co.nl","co.no","webhosting.be","hosting-cluster.nl","ac.ru","edu.ru","gov.ru","int.ru","mil.ru","test.ru","dyn.cosidns.de","dynamisches-dns.de","dnsupdater.de","internet-dns.de","l-o-g-i-n.de","dynamic-dns.info","feste-ip.net","knx-server.net","static-access.net","realm.cz","*.cryptonomic.net","cupcake.is","curv.dev","*.customer-oci.com","*.oci.customer-oci.com","*.ocp.customer-oci.com","*.ocs.customer-oci.com","cyon.link","cyon.site","fnwk.site","folionetwork.site","platform0.app","daplie.me","localhost.daplie.me","dattolocal.com","dattorelay.com","dattoweb.com","mydatto.com","dattolocal.net","mydatto.net","biz.dk","co.dk","firm.dk","reg.dk","store.dk","dyndns.dappnode.io","*.dapps.earth","*.bzz.dapps.earth","builtwithdark.com","demo.datadetect.com","instance.datadetect.com","edgestack.me","ddns5.com","debian.net","deno.dev","deno-staging.dev","dedyn.io","deta.app","deta.dev","*.rss.my.id","*.diher.solutions","discordsays.com","discordsez.com","jozi.biz","dnshome.de","online.th","shop.th","drayddns.com","shoparena.pl","dreamhosters.com","mydrobo.com","drud.io","drud.us","duckdns.org","bip.sh","bitbridge.net","dy.fi","tunk.org","dyndns-at-home.com","dyndns-at-work.com","dyndns-blog.com","dyndns-free.com","dyndns-home.com","dyndns-ip.com","dyndns-mail.com","dyndns-office.com","dyndns-pics.com","dyndns-remote.com","dyndns-server.com","dyndns-web.com","dyndns-wiki.com","dyndns-work.com","dyndns.biz","dyndns.info","dyndns.org","dyndns.tv","at-band-camp.net","ath.cx","barrel-of-knowledge.info","barrell-of-knowledge.info","better-than.tv","blogdns.com","blogdns.net","blogdns.org","blogsite.org","boldlygoingnowhere.org","broke-it.net","buyshouses.net","cechire.com","dnsalias.com","dnsalias.net","dnsalias.org","dnsdojo.com","dnsdojo.net","dnsdojo.org","does-it.net","doesntexist.com","doesntexist.org","dontexist.com","dontexist.net","dontexist.org","doomdns.com","doomdns.org","dvrdns.org","dyn-o-saur.com","dynalias.com","dynalias.net","dynalias.org","dynathome.net","dyndns.ws","endofinternet.net","endofinternet.org","endoftheinternet.org","est-a-la-maison.com","est-a-la-masion.com","est-le-patron.com","est-mon-blogueur.com","for-better.biz","for-more.biz","for-our.info","for-some.biz","for-the.biz","forgot.her.name","forgot.his.name","from-ak.com","from-al.com","from-ar.com","from-az.net","from-ca.com","from-co.net","from-ct.com","from-dc.com","from-de.com","from-fl.com","from-ga.com","from-hi.com","from-ia.com","from-id.com","from-il.com","from-in.com","from-ks.com","from-ky.com","from-la.net","from-ma.com","from-md.com","from-me.org","from-mi.com","from-mn.com","from-mo.com","from-ms.com","from-mt.com","from-nc.com","from-nd.com","from-ne.com","from-nh.com","from-nj.com","from-nm.com","from-nv.com","from-ny.net","from-oh.com","from-ok.com","from-or.com","from-pa.com","from-pr.com","from-ri.com","from-sc.com","from-sd.com","from-tn.com","from-tx.com","from-ut.com","from-va.com","from-vt.com","from-wa.com","from-wi.com","from-wv.com","from-wy.com","ftpaccess.cc","fuettertdasnetz.de","game-host.org","game-server.cc","getmyip.com","gets-it.net","go.dyndns.org","gotdns.com","gotdns.org","groks-the.info","groks-this.info","ham-radio-op.net","here-for-more.info","hobby-site.com","hobby-site.org","home.dyndns.org","homedns.org","homeftp.net","homeftp.org","homeip.net","homelinux.com","homelinux.net","homelinux.org","homeunix.com","homeunix.net","homeunix.org","iamallama.com","in-the-band.net","is-a-anarchist.com","is-a-blogger.com","is-a-bookkeeper.com","is-a-bruinsfan.org","is-a-bulls-fan.com","is-a-candidate.org","is-a-caterer.com","is-a-celticsfan.org","is-a-chef.com","is-a-chef.net","is-a-chef.org","is-a-conservative.com","is-a-cpa.com","is-a-cubicle-slave.com","is-a-democrat.com","is-a-designer.com","is-a-doctor.com","is-a-financialadvisor.com","is-a-geek.com","is-a-geek.net","is-a-geek.org","is-a-green.com","is-a-guru.com","is-a-hard-worker.com","is-a-hunter.com","is-a-knight.org","is-a-landscaper.com","is-a-lawyer.com","is-a-liberal.com","is-a-libertarian.com","is-a-linux-user.org","is-a-llama.com","is-a-musician.com","is-a-nascarfan.com","is-a-nurse.com","is-a-painter.com","is-a-patsfan.org","is-a-personaltrainer.com","is-a-photographer.com","is-a-player.com","is-a-republican.com","is-a-rockstar.com","is-a-socialist.com","is-a-soxfan.org","is-a-student.com","is-a-teacher.com","is-a-techie.com","is-a-therapist.com","is-an-accountant.com","is-an-actor.com","is-an-actress.com","is-an-anarchist.com","is-an-artist.com","is-an-engineer.com","is-an-entertainer.com","is-by.us","is-certified.com","is-found.org","is-gone.com","is-into-anime.com","is-into-cars.com","is-into-cartoons.com","is-into-games.com","is-leet.com","is-lost.org","is-not-certified.com","is-saved.org","is-slick.com","is-uberleet.com","is-very-bad.org","is-very-evil.org","is-very-good.org","is-very-nice.org","is-very-sweet.org","is-with-theband.com","isa-geek.com","isa-geek.net","isa-geek.org","isa-hockeynut.com","issmarterthanyou.com","isteingeek.de","istmein.de","kicks-ass.net","kicks-ass.org","knowsitall.info","land-4-sale.us","lebtimnetz.de","leitungsen.de","likes-pie.com","likescandy.com","merseine.nu","mine.nu","misconfused.org","mypets.ws","myphotos.cc","neat-url.com","office-on-the.net","on-the-web.tv","podzone.net","podzone.org","readmyblog.org","saves-the-whales.com","scrapper-site.net","scrapping.cc","selfip.biz","selfip.com","selfip.info","selfip.net","selfip.org","sells-for-less.com","sells-for-u.com","sells-it.net","sellsyourhome.org","servebbs.com","servebbs.net","servebbs.org","serveftp.net","serveftp.org","servegame.org","shacknet.nu","simple-url.com","space-to-rent.com","stuff-4-sale.org","stuff-4-sale.us","teaches-yoga.com","thruhere.net","traeumtgerade.de","webhop.biz","webhop.info","webhop.net","webhop.org","worse-than.tv","writesthisblog.com","ddnss.de","dyn.ddnss.de","dyndns.ddnss.de","dyndns1.de","dyn-ip24.de","home-webserver.de","dyn.home-webserver.de","myhome-server.de","ddnss.org","definima.net","definima.io","ondigitalocean.app","*.digitaloceanspaces.com","bci.dnstrace.pro","ddnsfree.com","ddnsgeek.com","giize.com","gleeze.com","kozow.com","loseyourip.com","ooguy.com","theworkpc.com","casacam.net","dynu.net","accesscam.org","camdvr.org","freeddns.org","mywire.org","webredirect.org","myddns.rocks","blogsite.xyz","dynv6.net","e4.cz","eero.online","eero-stage.online","elementor.cloud","elementor.cool","en-root.fr","mytuleap.com","tuleap-partners.com","encr.app","encoreapi.com","onred.one","staging.onred.one","eu.encoway.cloud","eu.org","al.eu.org","asso.eu.org","at.eu.org","au.eu.org","be.eu.org","bg.eu.org","ca.eu.org","cd.eu.org","ch.eu.org","cn.eu.org","cy.eu.org","cz.eu.org","de.eu.org","dk.eu.org","edu.eu.org","ee.eu.org","es.eu.org","fi.eu.org","fr.eu.org","gr.eu.org","hr.eu.org","hu.eu.org","ie.eu.org","il.eu.org","in.eu.org","int.eu.org","is.eu.org","it.eu.org","jp.eu.org","kr.eu.org","lt.eu.org","lu.eu.org","lv.eu.org","mc.eu.org","me.eu.org","mk.eu.org","mt.eu.org","my.eu.org","net.eu.org","ng.eu.org","nl.eu.org","no.eu.org","nz.eu.org","paris.eu.org","pl.eu.org","pt.eu.org","q-a.eu.org","ro.eu.org","ru.eu.org","se.eu.org","si.eu.org","sk.eu.org","tr.eu.org","uk.eu.org","us.eu.org","eurodir.ru","eu-1.evennode.com","eu-2.evennode.com","eu-3.evennode.com","eu-4.evennode.com","us-1.evennode.com","us-2.evennode.com","us-3.evennode.com","us-4.evennode.com","twmail.cc","twmail.net","twmail.org","mymailer.com.tw","url.tw","onfabrica.com","apps.fbsbx.com","ru.net","adygeya.ru","bashkiria.ru","bir.ru","cbg.ru","com.ru","dagestan.ru","grozny.ru","kalmykia.ru","kustanai.ru","marine.ru","mordovia.ru","msk.ru","mytis.ru","nalchik.ru","nov.ru","pyatigorsk.ru","spb.ru","vladikavkaz.ru","vladimir.ru","abkhazia.su","adygeya.su","aktyubinsk.su","arkhangelsk.su","armenia.su","ashgabad.su","azerbaijan.su","balashov.su","bashkiria.su","bryansk.su","bukhara.su","chimkent.su","dagestan.su","east-kazakhstan.su","exnet.su","georgia.su","grozny.su","ivanovo.su","jambyl.su","kalmykia.su","kaluga.su","karacol.su","karaganda.su","karelia.su","khakassia.su","krasnodar.su","kurgan.su","kustanai.su","lenug.su","mangyshlak.su","mordovia.su","msk.su","murmansk.su","nalchik.su","navoi.su","north-kazakhstan.su","nov.su","obninsk.su","penza.su","pokrovsk.su","sochi.su","spb.su","tashkent.su","termez.su","togliatti.su","troitsk.su","tselinograd.su","tula.su","tuva.su","vladikavkaz.su","vladimir.su","vologda.su","channelsdvr.net","u.channelsdvr.net","edgecompute.app","fastly-terrarium.com","fastlylb.net","map.fastlylb.net","freetls.fastly.net","map.fastly.net","a.prod.fastly.net","global.prod.fastly.net","a.ssl.fastly.net","b.ssl.fastly.net","global.ssl.fastly.net","fastvps-server.com","fastvps.host","myfast.host","fastvps.site","myfast.space","fedorainfracloud.org","fedorapeople.org","cloud.fedoraproject.org","app.os.fedoraproject.org","app.os.stg.fedoraproject.org","conn.uk","copro.uk","hosp.uk","mydobiss.com","fh-muenster.io","filegear.me","filegear-au.me","filegear-de.me","filegear-gb.me","filegear-ie.me","filegear-jp.me","filegear-sg.me","firebaseapp.com","fireweb.app","flap.id","onflashdrive.app","fldrv.com","fly.dev","edgeapp.net","shw.io","flynnhosting.net","forgeblocks.com","id.forgerock.io","framer.app","framercanvas.com","*.frusky.de","ravpage.co.il","0e.vc","freebox-os.com","freeboxos.com","fbx-os.fr","fbxos.fr","freebox-os.fr","freeboxos.fr","freedesktop.org","freemyip.com","wien.funkfeuer.at","*.futurecms.at","*.ex.futurecms.at","*.in.futurecms.at","futurehosting.at","futuremailing.at","*.ex.ortsinfo.at","*.kunden.ortsinfo.at","*.statics.cloud","independent-commission.uk","independent-inquest.uk","independent-inquiry.uk","independent-panel.uk","independent-review.uk","public-inquiry.uk","royal-commission.uk","campaign.gov.uk","service.gov.uk","api.gov.uk","gehirn.ne.jp","usercontent.jp","gentapps.com","gentlentapis.com","lab.ms","cdn-edges.net","ghost.io","gsj.bz","githubusercontent.com","githubpreview.dev","github.io","gitlab.io","gitapp.si","gitpage.si","glitch.me","nog.community","co.ro","shop.ro","lolipop.io","angry.jp","babyblue.jp","babymilk.jp","backdrop.jp","bambina.jp","bitter.jp","blush.jp","boo.jp","boy.jp","boyfriend.jp","but.jp","candypop.jp","capoo.jp","catfood.jp","cheap.jp","chicappa.jp","chillout.jp","chips.jp","chowder.jp","chu.jp","ciao.jp","cocotte.jp","coolblog.jp","cranky.jp","cutegirl.jp","daa.jp","deca.jp","deci.jp","digick.jp","egoism.jp","fakefur.jp","fem.jp","flier.jp","floppy.jp","fool.jp","frenchkiss.jp","girlfriend.jp","girly.jp","gloomy.jp","gonna.jp","greater.jp","hacca.jp","heavy.jp","her.jp","hiho.jp","hippy.jp","holy.jp","hungry.jp","icurus.jp","itigo.jp","jellybean.jp","kikirara.jp","kill.jp","kilo.jp","kuron.jp","littlestar.jp","lolipopmc.jp","lolitapunk.jp","lomo.jp","lovepop.jp","lovesick.jp","main.jp","mods.jp","mond.jp","mongolian.jp","moo.jp","namaste.jp","nikita.jp","nobushi.jp","noor.jp","oops.jp","parallel.jp","parasite.jp","pecori.jp","peewee.jp","penne.jp","pepper.jp","perma.jp","pigboat.jp","pinoko.jp","punyu.jp","pupu.jp","pussycat.jp","pya.jp","raindrop.jp","readymade.jp","sadist.jp","schoolbus.jp","secret.jp","staba.jp","stripper.jp","sub.jp","sunnyday.jp","thick.jp","tonkotsu.jp","under.jp","upper.jp","velvet.jp","verse.jp","versus.jp","vivian.jp","watson.jp","weblike.jp","whitesnow.jp","zombie.jp","heteml.net","cloudapps.digital","london.cloudapps.digital","pymnt.uk","homeoffice.gov.uk","ro.im","goip.de","run.app","a.run.app","web.app","*.0emm.com","appspot.com","*.r.appspot.com","codespot.com","googleapis.com","googlecode.com","pagespeedmobilizer.com","publishproxy.com","withgoogle.com","withyoutube.com","*.gateway.dev","cloud.goog","translate.goog","*.usercontent.goog","cloudfunctions.net","blogspot.ae","blogspot.al","blogspot.am","blogspot.ba","blogspot.be","blogspot.bg","blogspot.bj","blogspot.ca","blogspot.cf","blogspot.ch","blogspot.cl","blogspot.co.at","blogspot.co.id","blogspot.co.il","blogspot.co.ke","blogspot.co.nz","blogspot.co.uk","blogspot.co.za","blogspot.com","blogspot.com.ar","blogspot.com.au","blogspot.com.br","blogspot.com.by","blogspot.com.co","blogspot.com.cy","blogspot.com.ee","blogspot.com.eg","blogspot.com.es","blogspot.com.mt","blogspot.com.ng","blogspot.com.tr","blogspot.com.uy","blogspot.cv","blogspot.cz","blogspot.de","blogspot.dk","blogspot.fi","blogspot.fr","blogspot.gr","blogspot.hk","blogspot.hr","blogspot.hu","blogspot.ie","blogspot.in","blogspot.is","blogspot.it","blogspot.jp","blogspot.kr","blogspot.li","blogspot.lt","blogspot.lu","blogspot.md","blogspot.mk","blogspot.mr","blogspot.mx","blogspot.my","blogspot.nl","blogspot.no","blogspot.pe","blogspot.pt","blogspot.qa","blogspot.re","blogspot.ro","blogspot.rs","blogspot.ru","blogspot.se","blogspot.sg","blogspot.si","blogspot.sk","blogspot.sn","blogspot.td","blogspot.tw","blogspot.ug","blogspot.vn","goupile.fr","gov.nl","awsmppl.com","günstigbestellen.de","günstigliefern.de","fin.ci","free.hr","caa.li","ua.rs","conf.se","hs.zone","hs.run","hashbang.sh","hasura.app","hasura-app.io","pages.it.hs-heilbronn.de","hepforge.org","herokuapp.com","herokussl.com","ravendb.cloud","myravendb.com","ravendb.community","ravendb.me","development.run","ravendb.run","homesklep.pl","secaas.hk","hoplix.shop","orx.biz","biz.gl","col.ng","firm.ng","gen.ng","ltd.ng","ngo.ng","edu.scot","sch.so","hostyhosting.io","häkkinen.fi","*.moonscale.io","moonscale.net","iki.fi","ibxos.it","iliadboxos.it","impertrixcdn.com","impertrix.com","smushcdn.com","wphostedmail.com","wpmucdn.com","tempurl.host","wpmudev.host","dyn-berlin.de","in-berlin.de","in-brb.de","in-butter.de","in-dsl.de","in-dsl.net","in-dsl.org","in-vpn.de","in-vpn.net","in-vpn.org","biz.at","info.at","info.cx","ac.leg.br","al.leg.br","am.leg.br","ap.leg.br","ba.leg.br","ce.leg.br","df.leg.br","es.leg.br","go.leg.br","ma.leg.br","mg.leg.br","ms.leg.br","mt.leg.br","pa.leg.br","pb.leg.br","pe.leg.br","pi.leg.br","pr.leg.br","rj.leg.br","rn.leg.br","ro.leg.br","rr.leg.br","rs.leg.br","sc.leg.br","se.leg.br","sp.leg.br","to.leg.br","pixolino.com","na4u.ru","iopsys.se","ipifony.net","iservschule.de","mein-iserv.de","schulplattform.de","schulserver.de","test-iserv.de","iserv.dev","iobb.net","mel.cloudlets.com.au","cloud.interhostsolutions.be","users.scale.virtualcloud.com.br","mycloud.by","alp1.ae.flow.ch","appengine.flow.ch","es-1.axarnet.cloud","diadem.cloud","vip.jelastic.cloud","jele.cloud","it1.eur.aruba.jenv-aruba.cloud","it1.jenv-aruba.cloud","keliweb.cloud","cs.keliweb.cloud","oxa.cloud","tn.oxa.cloud","uk.oxa.cloud","primetel.cloud","uk.primetel.cloud","ca.reclaim.cloud","uk.reclaim.cloud","us.reclaim.cloud","ch.trendhosting.cloud","de.trendhosting.cloud","jele.club","amscompute.com","clicketcloud.com","dopaas.com","hidora.com","paas.hosted-by-previder.com","rag-cloud.hosteur.com","rag-cloud-ch.hosteur.com","jcloud.ik-server.com","jcloud-ver-jpc.ik-server.com","demo.jelastic.com","kilatiron.com","paas.massivegrid.com","jed.wafaicloud.com","lon.wafaicloud.com","ryd.wafaicloud.com","j.scaleforce.com.cy","jelastic.dogado.eu","fi.cloudplatform.fi","demo.datacenter.fi","paas.datacenter.fi","jele.host","mircloud.host","paas.beebyte.io","sekd1.beebyteapp.io","jele.io","cloud-fr1.unispace.io","jc.neen.it","cloud.jelastic.open.tim.it","jcloud.kz","upaas.kazteleport.kz","cloudjiffy.net","fra1-de.cloudjiffy.net","west1-us.cloudjiffy.net","jls-sto1.elastx.net","jls-sto2.elastx.net","jls-sto3.elastx.net","faststacks.net","fr-1.paas.massivegrid.net","lon-1.paas.massivegrid.net","lon-2.paas.massivegrid.net","ny-1.paas.massivegrid.net","ny-2.paas.massivegrid.net","sg-1.paas.massivegrid.net","jelastic.saveincloud.net","nordeste-idc.saveincloud.net","j.scaleforce.net","jelastic.tsukaeru.net","sdscloud.pl","unicloud.pl","mircloud.ru","jelastic.regruhosting.ru","enscaled.sg","jele.site","jelastic.team","orangecloud.tn","j.layershift.co.uk","phx.enscaled.us","mircloud.us","myjino.ru","*.hosting.myjino.ru","*.landing.myjino.ru","*.spectrum.myjino.ru","*.vps.myjino.ru","jotelulu.cloud","*.triton.zone","*.cns.joyent.com","js.org","kaas.gg","khplay.nl","ktistory.com","kapsi.fi","keymachine.de","kinghost.net","uni5.net","knightpoint.systems","koobin.events","oya.to","kuleuven.cloud","ezproxy.kuleuven.be","co.krd","edu.krd","krellian.net","webthings.io","git-repos.de","lcube-server.de","svn-repos.de","leadpages.co","lpages.co","lpusercontent.com","lelux.site","co.business","co.education","co.events","co.financial","co.network","co.place","co.technology","app.lmpm.com","linkyard.cloud","linkyard-cloud.ch","members.linode.com","*.nodebalancer.linode.com","*.linodeobjects.com","ip.linodeusercontent.com","we.bs","*.user.localcert.dev","localzone.xyz","loginline.app","loginline.dev","loginline.io","loginline.services","loginline.site","servers.run","lohmus.me","krasnik.pl","leczna.pl","lubartow.pl","lublin.pl","poniatowa.pl","swidnik.pl","glug.org.uk","lug.org.uk","lugs.org.uk","barsy.bg","barsy.co.uk","barsyonline.co.uk","barsycenter.com","barsyonline.com","barsy.club","barsy.de","barsy.eu","barsy.in","barsy.info","barsy.io","barsy.me","barsy.menu","barsy.mobi","barsy.net","barsy.online","barsy.org","barsy.pro","barsy.pub","barsy.ro","barsy.shop","barsy.site","barsy.support","barsy.uk","*.magentosite.cloud","mayfirst.info","mayfirst.org","hb.cldmail.ru","cn.vu","mazeplay.com","mcpe.me","mcdir.me","mcdir.ru","mcpre.ru","vps.mcdir.ru","mediatech.by","mediatech.dev","hra.health","miniserver.com","memset.net","messerli.app","*.cloud.metacentrum.cz","custom.metacentrum.cz","flt.cloud.muni.cz","usr.cloud.muni.cz","meteorapp.com","eu.meteorapp.com","co.pl","*.azurecontainer.io","azurewebsites.net","azure-mobile.net","cloudapp.net","azurestaticapps.net","1.azurestaticapps.net","centralus.azurestaticapps.net","eastasia.azurestaticapps.net","eastus2.azurestaticapps.net","westeurope.azurestaticapps.net","westus2.azurestaticapps.net","csx.cc","mintere.site","forte.id","mozilla-iot.org","bmoattachments.org","net.ru","org.ru","pp.ru","hostedpi.com","customer.mythic-beasts.com","caracal.mythic-beasts.com","fentiger.mythic-beasts.com","lynx.mythic-beasts.com","ocelot.mythic-beasts.com","oncilla.mythic-beasts.com","onza.mythic-beasts.com","sphinx.mythic-beasts.com","vs.mythic-beasts.com","x.mythic-beasts.com","yali.mythic-beasts.com","cust.retrosnub.co.uk","ui.nabu.casa","pony.club","of.fashion","in.london","of.london","from.marketing","with.marketing","for.men","repair.men","and.mom","for.mom","for.one","under.one","for.sale","that.win","from.work","to.work","cloud.nospamproxy.com","netlify.app","4u.com","ngrok.io","nh-serv.co.uk","nfshost.com","*.developer.app","noop.app","*.northflank.app","*.build.run","*.code.run","*.database.run","*.migration.run","noticeable.news","dnsking.ch","mypi.co","n4t.co","001www.com","ddnslive.com","myiphost.com","forumz.info","16-b.it","32-b.it","64-b.it","soundcast.me","tcp4.me","dnsup.net","hicam.net","now-dns.net","ownip.net","vpndns.net","dynserv.org","now-dns.org","x443.pw","now-dns.top","ntdll.top","freeddns.us","crafting.xyz","zapto.xyz","nsupdate.info","nerdpol.ovh","blogsyte.com","brasilia.me","cable-modem.org","ciscofreak.com","collegefan.org","couchpotatofries.org","damnserver.com","ddns.me","ditchyourip.com","dnsfor.me","dnsiskinky.com","dvrcam.info","dynns.com","eating-organic.net","fantasyleague.cc","geekgalaxy.com","golffan.us","health-carereform.com","homesecuritymac.com","homesecuritypc.com","hopto.me","ilovecollege.info","loginto.me","mlbfan.org","mmafan.biz","myactivedirectory.com","mydissent.net","myeffect.net","mymediapc.net","mypsx.net","mysecuritycamera.com","mysecuritycamera.net","mysecuritycamera.org","net-freaks.com","nflfan.org","nhlfan.net","no-ip.ca","no-ip.co.uk","no-ip.net","noip.us","onthewifi.com","pgafan.net","point2this.com","pointto.us","privatizehealthinsurance.net","quicksytes.com","read-books.org","securitytactics.com","serveexchange.com","servehumour.com","servep2p.com","servesarcasm.com","stufftoread.com","ufcfan.org","unusualperson.com","workisboring.com","3utilities.com","bounceme.net","ddns.net","ddnsking.com","gotdns.ch","hopto.org","myftp.biz","myftp.org","myvnc.com","no-ip.biz","no-ip.info","no-ip.org","noip.me","redirectme.net","servebeer.com","serveblog.net","servecounterstrike.com","serveftp.com","servegame.com","servehalflife.com","servehttp.com","serveirc.com","serveminecraft.net","servemp3.com","servepics.com","servequake.com","sytes.net","webhop.me","zapto.org","stage.nodeart.io","pcloud.host","nyc.mn","static.observableusercontent.com","cya.gg","omg.lol","cloudycluster.net","omniwe.site","service.one","nid.io","opensocial.site","opencraft.hosting","orsites.com","operaunite.com","tech.orange","authgear-staging.com","authgearapps.com","skygearapp.com","outsystemscloud.com","*.webpaas.ovh.net","*.hosting.ovh.net","ownprovider.com","own.pm","*.owo.codes","ox.rs","oy.lc","pgfog.com","pagefrontapp.com","pagexl.com","*.paywhirl.com","bar0.net","bar1.net","bar2.net","rdv.to","art.pl","gliwice.pl","krakow.pl","poznan.pl","wroc.pl","zakopane.pl","pantheonsite.io","gotpantheon.com","mypep.link","perspecta.cloud","lk3.ru","on-web.fr","bc.platform.sh","ent.platform.sh","eu.platform.sh","us.platform.sh","*.platformsh.site","*.tst.site","platter-app.com","platter-app.dev","platterp.us","pdns.page","plesk.page","pleskns.com","dyn53.io","onporter.run","co.bn","postman-echo.com","pstmn.io","mock.pstmn.io","httpbin.org","prequalifyme.today","xen.prgmr.com","priv.at","prvcy.page","*.dweb.link","protonet.io","chirurgiens-dentistes-en-france.fr","byen.site","pubtls.org","pythonanywhere.com","eu.pythonanywhere.com","qoto.io","qualifioapp.com","qbuser.com","cloudsite.builders","instances.spawn.cc","instantcloud.cn","ras.ru","qa2.com","qcx.io","*.sys.qcx.io","dev-myqnapcloud.com","alpha-myqnapcloud.com","myqnapcloud.com","*.quipelements.com","vapor.cloud","vaporcloud.io","rackmaze.com","rackmaze.net","g.vbrplsbx.io","*.on-k3s.io","*.on-rancher.cloud","*.on-rio.io","readthedocs.io","rhcloud.com","app.render.com","onrender.com","repl.co","id.repl.co","repl.run","resindevice.io","devices.resinstaging.io","hzc.io","wellbeingzone.eu","wellbeingzone.co.uk","adimo.co.uk","itcouldbewor.se","git-pages.rit.edu","rocky.page","биз.рус","ком.рус","крым.рус","мир.рус","мск.рус","орг.рус","самара.рус","сочи.рус","спб.рус","я.рус","*.builder.code.com","*.dev-builder.code.com","*.stg-builder.code.com","sandcats.io","logoip.de","logoip.com","fr-par-1.baremetal.scw.cloud","fr-par-2.baremetal.scw.cloud","nl-ams-1.baremetal.scw.cloud","fnc.fr-par.scw.cloud","functions.fnc.fr-par.scw.cloud","k8s.fr-par.scw.cloud","nodes.k8s.fr-par.scw.cloud","s3.fr-par.scw.cloud","s3-website.fr-par.scw.cloud","whm.fr-par.scw.cloud","priv.instances.scw.cloud","pub.instances.scw.cloud","k8s.scw.cloud","k8s.nl-ams.scw.cloud","nodes.k8s.nl-ams.scw.cloud","s3.nl-ams.scw.cloud","s3-website.nl-ams.scw.cloud","whm.nl-ams.scw.cloud","k8s.pl-waw.scw.cloud","nodes.k8s.pl-waw.scw.cloud","s3.pl-waw.scw.cloud","s3-website.pl-waw.scw.cloud","scalebook.scw.cloud","smartlabeling.scw.cloud","dedibox.fr","schokokeks.net","gov.scot","service.gov.scot","scrysec.com","firewall-gateway.com","firewall-gateway.de","my-gateway.de","my-router.de","spdns.de","spdns.eu","firewall-gateway.net","my-firewall.org","myfirewall.org","spdns.org","seidat.net","sellfy.store","senseering.net","minisite.ms","magnet.page","biz.ua","co.ua","pp.ua","shiftcrypto.dev","shiftcrypto.io","shiftedit.io","myshopblocks.com","myshopify.com","shopitsite.com","shopware.store","mo-siemens.io","1kapp.com","appchizi.com","applinzi.com","sinaapp.com","vipsinaapp.com","siteleaf.net","bounty-full.com","alpha.bounty-full.com","beta.bounty-full.com","small-web.org","vp4.me","try-snowplow.com","srht.site","stackhero-network.com","musician.io","novecore.site","static.land","dev.static.land","sites.static.land","storebase.store","vps-host.net","atl.jelastic.vps-host.net","njs.jelastic.vps-host.net","ric.jelastic.vps-host.net","playstation-cloud.com","apps.lair.io","*.stolos.io","spacekit.io","customer.speedpartner.de","myspreadshop.at","myspreadshop.com.au","myspreadshop.be","myspreadshop.ca","myspreadshop.ch","myspreadshop.com","myspreadshop.de","myspreadshop.dk","myspreadshop.es","myspreadshop.fi","myspreadshop.fr","myspreadshop.ie","myspreadshop.it","myspreadshop.net","myspreadshop.nl","myspreadshop.no","myspreadshop.pl","myspreadshop.se","myspreadshop.co.uk","api.stdlib.com","storj.farm","utwente.io","soc.srcf.net","user.srcf.net","temp-dns.com","supabase.co","supabase.in","supabase.net","su.paba.se","*.s5y.io","*.sensiosite.cloud","syncloud.it","dscloud.biz","direct.quickconnect.cn","dsmynas.com","familyds.com","diskstation.me","dscloud.me","i234.me","myds.me","synology.me","dscloud.mobi","dsmynas.net","familyds.net","dsmynas.org","familyds.org","vpnplus.to","direct.quickconnect.to","tabitorder.co.il","taifun-dns.de","beta.tailscale.net","ts.net","gda.pl","gdansk.pl","gdynia.pl","med.pl","sopot.pl","site.tb-hosting.com","edugit.io","s3.teckids.org","telebit.app","telebit.io","*.telebit.xyz","gwiddle.co.uk","*.firenet.ch","*.svc.firenet.ch","reservd.com","thingdustdata.com","cust.dev.thingdust.io","cust.disrec.thingdust.io","cust.prod.thingdust.io","cust.testing.thingdust.io","reservd.dev.thingdust.io","reservd.disrec.thingdust.io","reservd.testing.thingdust.io","tickets.io","arvo.network","azimuth.network","tlon.network","torproject.net","pages.torproject.net","bloxcms.com","townnews-staging.com","tbits.me","12hp.at","2ix.at","4lima.at","lima-city.at","12hp.ch","2ix.ch","4lima.ch","lima-city.ch","trafficplex.cloud","de.cool","12hp.de","2ix.de","4lima.de","lima-city.de","1337.pictures","clan.rip","lima-city.rocks","webspace.rocks","lima.zone","*.transurl.be","*.transurl.eu","*.transurl.nl","site.transip.me","tuxfamily.org","dd-dns.de","diskstation.eu","diskstation.org","dray-dns.de","draydns.de","dyn-vpn.de","dynvpn.de","mein-vigor.de","my-vigor.de","my-wan.de","syno-ds.de","synology-diskstation.de","synology-ds.de","typedream.app","pro.typeform.com","uber.space","*.uberspace.de","hk.com","hk.org","ltd.hk","inc.hk","name.pm","sch.tf","biz.wf","sch.wf","org.yt","virtualuser.de","virtual-user.de","upli.io","urown.cloud","dnsupdate.info","lib.de.us","2038.io","vercel.app","vercel.dev","now.sh","router.management","v-info.info","voorloper.cloud","neko.am","nyaa.am","be.ax","cat.ax","es.ax","eu.ax","gg.ax","mc.ax","us.ax","xy.ax","nl.ci","xx.gl","app.gp","blog.gt","de.gt","to.gt","be.gy","cc.hn","blog.kg","io.kg","jp.kg","tv.kg","uk.kg","us.kg","de.ls","at.md","de.md","jp.md","to.md","indie.porn","vxl.sh","ch.tc","me.tc","we.tc","nyan.to","at.vg","blog.vu","dev.vu","me.vu","v.ua","*.vultrobjects.com","wafflecell.com","*.webhare.dev","reserve-online.net","reserve-online.com","bookonline.app","hotelwithflight.com","wedeploy.io","wedeploy.me","wedeploy.sh","remotewd.com","pages.wiardweb.com","wmflabs.org","toolforge.org","wmcloud.org","panel.gg","daemon.panel.gg","messwithdns.com","woltlab-demo.com","myforum.community","community-pro.de","diskussionsbereich.de","community-pro.net","meinforum.net","affinitylottery.org.uk","raffleentry.org.uk","weeklylottery.org.uk","wpenginepowered.com","js.wpenginepowered.com","wixsite.com","editorx.io","half.host","xnbay.com","u2.xnbay.com","u2-local.xnbay.com","cistron.nl","demon.nl","xs4all.space","yandexcloud.net","storage.yandexcloud.net","website.yandexcloud.net","official.academy","yolasite.com","ybo.faith","yombo.me","homelink.one","ybo.party","ybo.review","ybo.science","ybo.trade","ynh.fr","nohost.me","noho.st","za.net","za.org","bss.design","basicserver.io","virtualserver.io","enterprisecloud.nu"]}}),F=L({"node_modules/psl/index.js"(e){var t=N(),n={};n.rules=B().map((function(e){return{rule:e,suffix:e.replace(/^(\*\.|\!)/,""),punySuffix:-1,wildcard:"*"===e.charAt(0),exception:"!"===e.charAt(0)}})),n.endsWith=function(e,t){return-1!==e.indexOf(t,e.length-t.length)},n.findRule=function(e){var o=t.toASCII(e);return n.rules.reduce((function(e,a){return-1===a.punySuffix&&(a.punySuffix=t.toASCII(a.suffix)),n.endsWith(o,"."+a.punySuffix)||o===a.punySuffix?a:e}),null)},e.errorCodes={DOMAIN_TOO_SHORT:"Domain name too short.",DOMAIN_TOO_LONG:"Domain name too long. It should be no more than 255 chars.",LABEL_STARTS_WITH_DASH:"Domain name label can not start with a dash.",LABEL_ENDS_WITH_DASH:"Domain name label can not end with a dash.",LABEL_TOO_LONG:"Domain name label should be at most 63 chars long.",LABEL_TOO_SHORT:"Domain name label should be at least 1 character long.",LABEL_INVALID_CHARS:"Domain name label can only contain alphanumeric characters or dashes."},n.validate=function(e){var n=t.toASCII(e);if(n.length<1)return"DOMAIN_TOO_SHORT";if(n.length>255)return"DOMAIN_TOO_LONG";for(var o,a=n.split("."),r=0;r<a.length;++r){if(!(o=a[r]).length)return"LABEL_TOO_SHORT";if(o.length>63)return"LABEL_TOO_LONG";if("-"===o.charAt(0))return"LABEL_STARTS_WITH_DASH";if("-"===o.charAt(o.length-1))return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\-]+$/.test(o))return"LABEL_INVALID_CHARS"}},e.parse=function(o){if("string"!=typeof o)throw new TypeError("Domain name must be a string.");var a=o.slice(0).toLowerCase();"."===a.charAt(a.length-1)&&(a=a.slice(0,a.length-1));var r=n.validate(a);if(r)return{input:o,error:{message:e.errorCodes[r],code:r}};var i={input:o,tld:null,sld:null,domain:null,subdomain:null,listed:!1},s=a.split(".");if("local"===s[s.length-1])return i;var u=function(){return/xn--/.test(a)?(i.domain&&(i.domain=t.toASCII(i.domain)),i.subdomain&&(i.subdomain=t.toASCII(i.subdomain)),i):i},c=n.findRule(a);if(!c)return s.length<2?i:(i.tld=s.pop(),i.sld=s.pop(),i.domain=[i.sld,i.tld].join("."),s.length&&(i.subdomain=s.pop()),u());i.listed=!0;var l=c.suffix.split("."),d=s.slice(0,s.length-l.length);return c.exception&&d.push(l.shift()),i.tld=l.join("."),d.length?(c.wildcard&&(l.unshift(d.pop()),i.tld=l.join(".")),d.length?(i.sld=d.pop(),i.domain=[i.sld,i.tld].join("."),d.length&&(i.subdomain=d.join(".")),u()):u()):u()},e.get=function(t){return t&&e.parse(t).domain||null},e.isValid=function(t){var n=e.parse(t);return Boolean(n.domain&&n.listed)}}}),W=L({"node_modules/tough-cookie/lib/pubsuffix-psl.js"(e){var t=F(),n=["local","example","invalid","localhost","test"],o=["localhost","invalid"];e.getPublicSuffix=function(e,a={}){const r=e.split("."),i=r[r.length-1],s=!!a.allowSpecialUseDomain,u=!!a.ignoreError;if(s&&n.includes(i)){if(r.length>1){return`${r[r.length-2]}.${i}`}if(o.includes(i))return`${i}`}if(!u&&n.includes(i))throw new Error(`Cookie has domain set to the public suffix "${i}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain:true, rejectPublicSuffixes: false}.`);return t.get(e)}}}),H=L({"node_modules/tough-cookie/lib/store.js"(e){e.Store=class{constructor(){this.synchronous=!1}findCookie(e,t,n,o){throw new Error("findCookie is not implemented")}findCookies(e,t,n,o){throw new Error("findCookies is not implemented")}putCookie(e,t){throw new Error("putCookie is not implemented")}updateCookie(e,t,n){throw new Error("updateCookie is not implemented")}removeCookie(e,t,n,o){throw new Error("removeCookie is not implemented")}removeCookies(e,t,n){throw new Error("removeCookies is not implemented")}removeAllCookies(e){throw new Error("removeAllCookies is not implemented")}getAllCookies(e){throw new Error("getAllCookies is not implemented (therefore jar cannot be serialized)")}}}}),G=L({"node_modules/universalify/index.js"(e){e.fromCallback=function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,o)=>{if(e)return n(e);t(o)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},e.fromPromise=function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);delete arguments[arguments.length-1],arguments.length--,e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}}}),V=L({"node_modules/tough-cookie/lib/permuteDomain.js"(e){var t=W();e.permuteDomain=function(e,n){const o=t.getPublicSuffix(e,{allowSpecialUseDomain:n});if(!o)return null;if(o==e)return[e];"."==e.slice(-1)&&(e=e.slice(0,-1));const a=e.slice(0,-(o.length+1)).split(".").reverse();let r=o;const i=[r];for(;a.length;)r=`${a.shift()}.${r}`,i.push(r);return i}}}),K=L({"node_modules/tough-cookie/lib/pathMatch.js"(e){e.pathMatch=function(e,t){if(t===e)return!0;if(0===e.indexOf(t)){if("/"===t.substr(-1))return!0;if("/"===e.substr(t.length,1))return!0}return!1}}}),$=L({"node_modules/tough-cookie/lib/utilHelper.js"(e){function t(){try{return D("util")}catch(e){return null}}function n(){return Symbol.for("nodejs.util.inspect.custom")}e.getUtilInspect=function(e,n={}){const o=(n.requireUtil||t)();return function(t,n,a){return o?o.inspect(t,n,a):e(t)}},e.getCustomInspectSymbol=function(e={}){return(e.lookupCustomInspectSymbol||n)()||function(e){const n=(e.requireUtil||t)();return n?n.inspect.custom:null}(e)}}}),Q=L({"node_modules/tough-cookie/lib/memstore.js"(e){var{fromCallback:t}=G(),n=H().Store,o=V().permuteDomain,a=K().pathMatch,{getCustomInspectSymbol:r,getUtilInspect:i}=$(),s=class extends n{constructor(){super(),this.synchronous=!0,this.idx=Object.create(null);const e=r();e&&(this[e]=this.inspect)}inspect(){return`{ idx: ${{inspect:i(u)}.inspect(this.idx,!1,2)} }`}findCookie(e,t,n,o){return this.idx[e]&&this.idx[e][t]?o(null,this.idx[e][t][n]||null):o(null,void 0)}findCookies(e,t,n,r){const i=[];if("function"==typeof n&&(r=n,n=!0),!e)return r(null,[]);let s;s=t?function(e){Object.keys(e).forEach((n=>{if(a(t,n)){const t=e[n];for(const e in t)i.push(t[e])}}))}:function(e){for(const t in e){const n=e[t];for(const e in n)i.push(n[e])}};const u=o(e,n)||[e],c=this.idx;u.forEach((e=>{const t=c[e];t&&s(t)})),r(null,i)}putCookie(e,t){this.idx[e.domain]||(this.idx[e.domain]=Object.create(null)),this.idx[e.domain][e.path]||(this.idx[e.domain][e.path]=Object.create(null)),this.idx[e.domain][e.path][e.key]=e,t(null)}updateCookie(e,t,n){this.putCookie(t,n)}removeCookie(e,t,n,o){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][n]&&delete this.idx[e][t][n],o(null)}removeCookies(e,t,n){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),n(null)}removeAllCookies(e){return this.idx=Object.create(null),e(null)}getAllCookies(e){const t=[],n=this.idx;Object.keys(n).forEach((e=>{Object.keys(n[e]).forEach((o=>{Object.keys(n[e][o]).forEach((a=>{null!==a&&t.push(n[e][o][a])}))}))})),t.sort(((e,t)=>(e.creationIndex||0)-(t.creationIndex||0))),e(null,t)}};function u(e){const t=Object.keys(e);if(0===t.length)return"[Object: null prototype] {}";let n="[Object: null prototype] {\n";return Object.keys(e).forEach(((o,a)=>{n+=function(e,t){const n=" ";let o=`${n}'${e}': [Object: null prototype] {\n`;return Object.keys(t).forEach(((e,n,a)=>{o+=function(e,t){const n=" ";let o=`${n}'${e}': [Object: null prototype] {\n`;return Object.keys(t).forEach(((e,n,a)=>{const r=t[e];o+=` ${e}: ${r.inspect()}`,n<a.length-1&&(o+=","),o+="\n"})),o+=`${n}}`,o}(e,t[e]),n<a.length-1&&(o+=","),o+="\n"})),o+=`${n}}`,o}(o,e[o]),a<t.length-1&&(n+=","),n+="\n"})),n+="}",n}["findCookie","findCookies","putCookie","updateCookie","removeCookie","removeCookies","removeAllCookies","getAllCookies"].forEach((e=>{s.prototype[e]=t(s.prototype[e])})),e.MemoryCookieStore=s,e.inspectFallback=u}}),J=L({"node_modules/tough-cookie/lib/validators.js"(e){var t=Object.prototype.toString;function n(e){return"function"==typeof e}function o(e){return a(e)&&""!==e}function a(e){return"string"==typeof e||e instanceof String}function r(e){return"[object Object]"===t.call(e)}function i(e,t){try{return e instanceof t}catch(e){return!1}}var s=class extends Error{constructor(...e){super(...e)}};e.ParameterError=s,e.isFunction=n,e.isNonEmptyString=o,e.isDate=function(e){return i(e,Date)&&function(e){return"number"==typeof e&&e%1==0}(e.getTime())},e.isEmptyString=function(e){return""===e||e instanceof String&&""===e.toString()},e.isString=a,e.isObject=r,e.isUrlStringOrObject=function(e){return o(e)||r(e)&&"hostname"in e&&"pathname"in e&&"protocol"in e||i(e,URL)},e.validate=function(e,t,o){if(n(t)||(o=t,t=null),r(o)||(o={Error:"Failed Check"}),!e){if(!t)throw new s(o);t(new s(o))}}}}),Y=L({"node_modules/tough-cookie/lib/version.js"(e,t){t.exports="4.1.4"}}),X=L({"node_modules/tough-cookie/lib/cookie.js"(e){var t=N(),n=U(),o=W(),a=H().Store,r=Q().MemoryCookieStore,i=K().pathMatch,s=J(),u=Y(),{fromCallback:c}=G(),{getCustomInspectSymbol:l}=$(),d=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,p=/[\x00-\x1F]/,h=["\n","\r","\0"],m=/[\x20-\x3A\x3C-\x7E]+/,f=/[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/,g={jan:0,feb:1,mar:2,apr:3,may:4,jun:5,jul:6,aug:7,sep:8,oct:9,nov:10,dec:11},y=2147483647e3,b='Invalid sameSiteContext option for getCookies(); expected one of "strict", "lax", or "none"';function v(e){s.validate(s.isNonEmptyString(e),e);const t=String(e).toLowerCase();return"none"===t||"lax"===t||"strict"===t?t:null}var k=Object.freeze({SILENT:"silent",STRICT:"strict",DISABLED:"unsafe-disabled"}),w=/(?:^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$)|(?:^(?:(?:[a-f\d]{1,4}:){7}(?:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,2}|:)|(?:[a-f\d]{1,4}:){4}(?:(?::[a-f\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,3}|:)|(?:[a-f\d]{1,4}:){3}(?:(?::[a-f\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,4}|:)|(?:[a-f\d]{1,4}:){2}(?:(?::[a-f\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,5}|:)|(?:[a-f\d]{1,4}:){1}(?:(?::[a-f\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,6}|:)|(?::(?:(?::[a-f\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,7}|:)))$)/,j="\n\\[?(?:\n(?:[a-fA-F\\d]{1,4}:){7}(?:[a-fA-F\\d]{1,4}|:)|\n(?:[a-fA-F\\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|:[a-fA-F\\d]{1,4}|:)|\n(?:[a-fA-F\\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,2}|:)|\n(?:[a-fA-F\\d]{1,4}:){4}(?:(?::[a-fA-F\\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,3}|:)|\n(?:[a-fA-F\\d]{1,4}:){3}(?:(?::[a-fA-F\\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,4}|:)|\n(?:[a-fA-F\\d]{1,4}:){2}(?:(?::[a-fA-F\\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,5}|:)|\n(?:[a-fA-F\\d]{1,4}:){1}(?:(?::[a-fA-F\\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,6}|:)|\n(?::(?:(?::[a-fA-F\\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,7}|:))\n)(?:%[0-9a-zA-Z]{1,})?\\]?\n".replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),_=new RegExp(`^${j}$`);function E(e,t,n,o){let a=0;for(;a<e.length;){const t=e.charCodeAt(a);if(t<=47||t>=58)break;a++}return a<t||a>n?null:o||a==e.length?parseInt(e.substr(0,a),10):null}function C(e){const t=e.split(":"),n=[0,0,0];if(3!==t.length)return null;for(let e=0;e<3;e++){const o=2==e,a=E(t[e],1,2,o);if(null===a)return null;n[e]=a}return n}function S(e){e=String(e).substr(0,3).toLowerCase();const t=g[e];return t>=0?t:null}function R(e){if(!e)return;const t=e.split(f);if(!t)return;let n=null,o=null,a=null,r=null,i=null,s=null;for(let e=0;e<t.length;e++){const u=t[e].trim();if(!u.length)continue;let c;null===a&&(c=C(u),c)?(n=c[0],o=c[1],a=c[2]):null!==r||(c=E(u,1,2,!0),null===c)?null!==i||(c=S(u),null===c)?null===s&&(c=E(u,2,4,!0),null!==c&&(s=c,s>=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3))):i=c:r=c}return null===r||null===i||null===s||null===a||r<1||r>31||s<1601||n>23||o>59||a>59?void 0:new Date(Date.UTC(s,i,r,n,o,a))}function T(e){return s.validate(s.isDate(e),e),e.toUTCString()}function I(e){return null==e?null:(e=e.trim().replace(/^\./,""),_.test(e)&&(e=e.replace("[","").replace("]","")),t&&/[^\u0001-\u007f]/.test(e)&&(e=t.toASCII(e)),e.toLowerCase())}function x(e,t,n){if(null==e||null==t)return null;if(!1!==n&&(e=I(e),t=I(t)),e==t)return!0;const o=e.lastIndexOf(t);return!(o<=0)&&(e.length===t.length+o&&("."===e.substr(o-1,1)&&!w.test(e)))}function O(e){if(!e||"/"!==e.substr(0,1))return"/";if("/"===e)return e;const t=e.lastIndexOf("/");return 0===t?"/":e.slice(0,t)}function A(e,t){e=function(e){if(s.isEmptyString(e))return e;for(let t=0;t<h.length;t++){const n=e.indexOf(h[t]);-1!==n&&(e=e.substr(0,n))}return e}(e),s.validate(s.isString(e),e);let n,o,a=e.indexOf("=");if(t)0===a&&(a=(e=e.substr(1)).indexOf("="));else if(a<=0)return;if(a<=0?(n="",o=e.trim()):(n=e.substr(0,a).trim(),o=e.substr(a+1).trim()),p.test(n)||p.test(o))return;const r=new B;return r.key=n,r.value=o,r}function z(e,t){if(t&&"object"==typeof t||(t={}),s.isEmptyString(e)||!s.isString(e))return null;const n=(e=e.trim()).indexOf(";"),o=A(-1===n?e:e.substr(0,n),!!t.loose);if(!o)return;if(-1===n)return o;const a=e.slice(n+1).trim();if(0===a.length)return o;const r=a.split(";");for(;r.length;){const e=r.shift().trim();if(0===e.length)continue;const t=e.indexOf("=");let n,a;switch(-1===t?(n=e,a=null):(n=e.substr(0,t),a=e.substr(t+1)),n=n.trim().toLowerCase(),a&&(a=a.trim()),n){case"expires":if(a){const e=R(a);e&&(o.expires=e)}break;case"max-age":if(a&&/^-?[0-9]+$/.test(a)){const e=parseInt(a,10);o.setMaxAge(e)}break;case"domain":if(a){const e=a.trim().replace(/^\./,"");e&&(o.domain=e.toLowerCase())}break;case"path":o.path=a&&"/"===a[0]?a:null;break;case"secure":o.secure=!0;break;case"httponly":o.httpOnly=!0;break;case"samesite":switch(a?a.toLowerCase():""){case"strict":o.sameSite="strict";break;case"lax":o.sameSite="lax";break;case"none":o.sameSite="none";break;default:o.sameSite=void 0}break;default:o.extensions=o.extensions||[],o.extensions.push(e)}}return o}function P(e){let t;try{t=JSON.parse(e)}catch(e){return e}return t}function D(e){if(!e||s.isEmptyString(e))return null;let t;if("string"==typeof e){if(t=P(e),t instanceof Error)return null}else t=e;const n=new B;for(let e=0;e<B.serializableProperties.length;e++){const o=B.serializableProperties[e];void 0!==t[o]&&t[o]!==M[o]&&("expires"===o||"creation"===o||"lastAccessed"===o?null===t[o]?n[o]=null:n[o]="Infinity"==t[o]?"Infinity":new Date(t[o]):n[o]=t[o])}return n}function L(e,t){s.validate(s.isObject(e),e),s.validate(s.isObject(t),t);let n=0;const o=e.path?e.path.length:0;if(n=(t.path?t.path.length:0)-o,0!==n)return n;return n=(e.creation?e.creation.getTime():y)-(t.creation?t.creation.getTime():y),0!==n||(n=e.creationIndex-t.creationIndex),n}function q(e){if(e instanceof Object)return e;try{e=decodeURI(e)}catch(e){}return n(e)}var M={key:"",value:"",expires:"Infinity",maxAge:null,domain:null,path:null,secure:!1,httpOnly:!1,extensions:null,hostOnly:null,pathIsDefault:null,creation:null,lastAccessed:null,sameSite:void 0},B=class e{constructor(t={}){const n=l();n&&(this[n]=this.inspect),Object.assign(this,M,t),this.creation=this.creation||new Date,Object.defineProperty(this,"creationIndex",{configurable:!1,enumerable:!1,writable:!0,value:++e.cookiesCreated})}inspect(){const e=Date.now(),t=null!=this.hostOnly?this.hostOnly:"?",n=this.creation?e-this.creation.getTime()+"ms":"?",o=this.lastAccessed?e-this.lastAccessed.getTime()+"ms":"?";return`Cookie="${this.toString()}; hostOnly=${t}; aAge=${o}; cAge=${n}"`}toJSON(){const t={};for(const n of e.serializableProperties)this[n]!==M[n]&&("expires"===n||"creation"===n||"lastAccessed"===n?null===this[n]?t[n]=null:t[n]="Infinity"==this[n]?"Infinity":this[n].toISOString():"maxAge"===n?null!==this[n]&&(t[n]=this[n]==1/0||this[n]==-1/0?this[n].toString():this[n]):this[n]!==M[n]&&(t[n]=this[n]));return t}clone(){return D(this.toJSON())}validate(){if(!d.test(this.value))return!1;if(!(this.expires==1/0||this.expires instanceof Date||R(this.expires)))return!1;if(null!=this.maxAge&&this.maxAge<=0)return!1;if(null!=this.path&&!m.test(this.path))return!1;const e=this.cdomain();if(e){if(e.match(/\.$/))return!1;if(null==o.getPublicSuffix(e))return!1}return!0}setExpires(e){e instanceof Date?this.expires=e:this.expires=R(e)||"Infinity"}setMaxAge(e){this.maxAge=e===1/0||e===-1/0?e.toString():e}cookieString(){let e=this.value;return null==e&&(e=""),""===this.key?e:`${this.key}=${e}`}toString(){let t=this.cookieString();if(this.expires!=1/0&&(this.expires instanceof Date?t+=`; Expires=${T(this.expires)}`:t+=`; Expires=${this.expires}`),null!=this.maxAge&&this.maxAge!=1/0&&(t+=`; Max-Age=${this.maxAge}`),this.domain&&!this.hostOnly&&(t+=`; Domain=${this.domain}`),this.path&&(t+=`; Path=${this.path}`),this.secure&&(t+="; Secure"),this.httpOnly&&(t+="; HttpOnly"),this.sameSite&&"none"!==this.sameSite){const n=e.sameSiteCanonical[this.sameSite.toLowerCase()];t+=`; SameSite=${n||this.sameSite}`}return this.extensions&&this.extensions.forEach((e=>{t+=`; ${e}`})),t}TTL(e){if(null!=this.maxAge)return this.maxAge<=0?0:1e3*this.maxAge;let t=this.expires;return t!=1/0?(t instanceof Date||(t=R(t)||1/0),t==1/0?1/0:t.getTime()-(e||Date.now())):1/0}expiryTime(e){if(null!=this.maxAge){const t=e||this.creation||new Date,n=this.maxAge<=0?-1/0:1e3*this.maxAge;return t.getTime()+n}return this.expires==1/0?1/0:this.expires.getTime()}expiryDate(e){const t=this.expiryTime(e);return t==1/0?new Date(y):t==-1/0?new Date(0):new Date(t)}isPersistent(){return null!=this.maxAge||this.expires!=1/0}canonicalizedDomain(){return null==this.domain?null:I(this.domain)}cdomain(){return this.canonicalizedDomain()}};function F(e){if(null!=e){const t=e.toLowerCase();switch(t){case k.STRICT:case k.SILENT:case k.DISABLED:return t}}return k.SILENT}B.cookiesCreated=0,B.parse=z,B.fromJSON=D,B.serializableProperties=Object.keys(M),B.sameSiteLevel={strict:3,lax:2,none:1},B.sameSiteCanonical={strict:"Strict",lax:"Lax"};var X=class e{constructor(e,t={rejectPublicSuffixes:!0}){"boolean"==typeof t&&(t={rejectPublicSuffixes:t}),s.validate(s.isObject(t),t),this.rejectPublicSuffixes=t.rejectPublicSuffixes,this.enableLooseMode=!!t.looseMode,this.allowSpecialUseDomain="boolean"!=typeof t.allowSpecialUseDomain||t.allowSpecialUseDomain,this.store=e||new r,this.prefixSecurity=F(t.prefixSecurity),this._cloneSync=Z("clone"),this._importCookiesSync=Z("_importCookies"),this.getCookiesSync=Z("getCookies"),this.getCookieStringSync=Z("getCookieString"),this.getSetCookieStringsSync=Z("getSetCookieStrings"),this.removeAllCookiesSync=Z("removeAllCookies"),this.setCookieSync=Z("setCookie"),this.serializeSync=Z("serialize")}setCookie(e,t,n,a){let r;if(s.validate(s.isUrlStringOrObject(t),a,n),s.isFunction(t))return(a=t)(new Error("No URL was specified"));const i=q(t);if(s.isFunction(n)&&(a=n,n={}),s.validate(s.isFunction(a),a),!s.isNonEmptyString(e)&&!s.isObject(e)&&e instanceof String&&0==e.length)return a(null);const u=I(i.hostname),c=n.loose||this.enableLooseMode;let l=null;if(n.sameSiteContext&&(l=v(n.sameSiteContext),!l))return a(new Error(b));if("string"==typeof e||e instanceof String){if(!(e=B.parse(e,{loose:c})))return r=new Error("Cookie failed to parse"),a(n.ignoreError?null:r)}else if(!(e instanceof B))return r=new Error("First argument to setCookie must be a Cookie object or string"),a(n.ignoreError?null:r);const d=n.now||new Date;if(this.rejectPublicSuffixes&&e.domain){if(null==o.getPublicSuffix(e.cdomain(),{allowSpecialUseDomain:this.allowSpecialUseDomain,ignoreError:n.ignoreError})&&!_.test(e.domain))return r=new Error("Cookie has domain set to a public suffix"),a(n.ignoreError?null:r)}if(e.domain){if(!x(u,e.cdomain(),!1))return r=new Error(`Cookie not in this host's domain. Cookie:${e.cdomain()} Request:${u}`),a(n.ignoreError?null:r);null==e.hostOnly&&(e.hostOnly=!1)}else e.hostOnly=!0,e.domain=u;if(e.path&&"/"===e.path[0]||(e.path=O(i.pathname),e.pathIsDefault=!0),!1===n.http&&e.httpOnly)return r=new Error("Cookie is HttpOnly and this isn't an HTTP API"),a(n.ignoreError?null:r);if("none"!==e.sameSite&&void 0!==e.sameSite&&l&&"none"===l)return r=new Error("Cookie is SameSite but this is a cross-origin request"),a(n.ignoreError?null:r);const p=this.prefixSecurity===k.SILENT;if(!(this.prefixSecurity===k.DISABLED)){let t,o=!1;if(!function(e){return s.validate(s.isObject(e),e),!e.key.startsWith("__Secure-")||e.secure}(e)?(o=!0,t="Cookie has __Secure prefix but Secure attribute is not set"):function(e){return s.validate(s.isObject(e)),!e.key.startsWith("__Host-")||e.secure&&e.hostOnly&&null!=e.path&&"/"===e.path}(e)||(o=!0,t="Cookie has __Host prefix but either Secure or HostOnly attribute is not set or Path is not '/'"),o)return a(n.ignoreError||p?null:new Error(t))}const h=this.store;h.updateCookie||(h.updateCookie=function(e,t,n){this.putCookie(t,n)}),h.findCookie(e.domain,e.path,e.key,(function(t,o){if(t)return a(t);const r=function(t){if(t)return a(t);a(null,e)};if(o){if(!1===n.http&&o.httpOnly)return t=new Error("old Cookie is HttpOnly and this isn't an HTTP API"),a(n.ignoreError?null:t);e.creation=o.creation,e.creationIndex=o.creationIndex,e.lastAccessed=d,h.updateCookie(o,e,r)}else e.creation=e.lastAccessed=d,h.putCookie(e,r)}))}getCookies(e,t,n){s.validate(s.isUrlStringOrObject(e),n,e);const o=q(e);s.isFunction(t)&&(n=t,t={}),s.validate(s.isObject(t),n,t),s.validate(s.isFunction(n),n);const a=I(o.hostname),r=o.pathname||"/";let u=t.secure;null!=u||!o.protocol||"https:"!=o.protocol&&"wss:"!=o.protocol||(u=!0);let c=0;if(t.sameSiteContext){const e=v(t.sameSiteContext);if(c=B.sameSiteLevel[e],!c)return n(new Error(b))}let l=t.http;null==l&&(l=!0);const d=t.now||Date.now(),p=!1!==t.expire,h=!!t.allPaths,m=this.store;function f(e){if(e.hostOnly){if(e.domain!=a)return!1}else if(!x(a,e.domain,!1))return!1;if(!h&&!i(r,e.path))return!1;if(e.secure&&!u)return!1;if(e.httpOnly&&!l)return!1;if(c){if(B.sameSiteLevel[e.sameSite||"none"]>c)return!1}return!(p&&e.expiryTime()<=d)||(m.removeCookie(e.domain,e.path,e.key,(()=>{})),!1)}m.findCookies(a,h?null:r,this.allowSpecialUseDomain,((e,o)=>{if(e)return n(e);o=o.filter(f),!1!==t.sort&&(o=o.sort(L));const a=new Date;for(const e of o)e.lastAccessed=a;n(null,o)}))}getCookieString(...e){const t=e.pop();s.validate(s.isFunction(t),t);e.push((function(e,n){e?t(e):t(null,n.sort(L).map((e=>e.cookieString())).join("; "))})),this.getCookies.apply(this,e)}getSetCookieStrings(...e){const t=e.pop();s.validate(s.isFunction(t),t);e.push((function(e,n){e?t(e):t(null,n.map((e=>e.toString())))})),this.getCookies.apply(this,e)}serialize(e){s.validate(s.isFunction(e),e);let t=this.store.constructor.name;s.isObject(t)&&(t=null);const n={version:`tough-cookie@${u}`,storeType:t,rejectPublicSuffixes:!!this.rejectPublicSuffixes,enableLooseMode:!!this.enableLooseMode,allowSpecialUseDomain:!!this.allowSpecialUseDomain,prefixSecurity:F(this.prefixSecurity),cookies:[]};if(!this.store.getAllCookies||"function"!=typeof this.store.getAllCookies)return e(new Error("store does not support getAllCookies and cannot be serialized"));this.store.getAllCookies(((t,o)=>t?e(t):(n.cookies=o.map((e=>(delete(e=e instanceof B?e.toJSON():e).creationIndex,e))),e(null,n))))}toJSON(){return this.serializeSync()}_importCookies(e,t){let n=e.cookies;if(!n||!Array.isArray(n))return t(new Error("serialized jar has no cookies array"));n=n.slice();const o=e=>{if(e)return t(e);if(!n.length)return t(e,this);let a;try{a=D(n.shift())}catch(e){return t(e)}if(null===a)return o(null);this.store.putCookie(a,o)};o()}clone(t,n){1===arguments.length&&(n=t,t=null),this.serialize(((o,a)=>{if(o)return n(o);e.deserialize(a,t,n)}))}cloneSync(e){if(0===arguments.length)return this._cloneSync();if(!e.synchronous)throw new Error("CookieJar clone destination store is not synchronous; use async API instead.");return this._cloneSync(e)}removeAllCookies(e){s.validate(s.isFunction(e),e);const t=this.store;if("function"==typeof t.removeAllCookies&&t.removeAllCookies!==a.prototype.removeAllCookies)return t.removeAllCookies(e);t.getAllCookies(((n,o)=>{if(n)return e(n);if(0===o.length)return e(null);let a=0;const r=[];function i(t){if(t&&r.push(t),a++,a===o.length)return e(r.length?r[0]:null)}o.forEach((e=>{t.removeCookie(e.domain,e.path,e.key,i)}))}))}static deserialize(t,n,o){let a;if(3!==arguments.length&&(o=n,n=null),s.validate(s.isFunction(o),o),"string"==typeof t){if(a=P(t),a instanceof Error)return o(a)}else a=t;const r=new e(n,{rejectPublicSuffixes:a.rejectPublicSuffixes,looseMode:a.enableLooseMode,allowSpecialUseDomain:a.allowSpecialUseDomain,prefixSecurity:a.prefixSecurity});r._importCookies(a,(e=>{if(e)return o(e);o(null,r)}))}static deserializeSync(t,n){const o="string"==typeof t?JSON.parse(t):t,a=new e(n,{rejectPublicSuffixes:o.rejectPublicSuffixes,looseMode:o.enableLooseMode});if(!a.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");return a._importCookiesSync(o),a}};function Z(e){return function(...t){if(!this.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");let n,o;if(this[e](...t,((e,t)=>{n=e,o=t})),n)throw n;return o}}X.fromJSON=X.deserializeSync,["_importCookies","clone","getCookies","getCookieString","getSetCookieStrings","removeAllCookies","serialize","setCookie"].forEach((e=>{X.prototype[e]=c(X.prototype[e])})),X.deserialize=c(X.deserialize),e.version=u,e.CookieJar=X,e.Cookie=B,e.Store=a,e.MemoryCookieStore=r,e.parseDate=R,e.formatDate=T,e.parse=z,e.fromJSON=D,e.domainMatch=x,e.defaultPath=O,e.pathMatch=i,e.getPublicSuffix=o.getPublicSuffix,e.cookieCompare=L,e.permuteDomain=V().permuteDomain,e.permutePath=function(e){if(s.validate(s.isString(e)),"/"===e)return["/"];const t=[e];for(;e.length>1;){const n=e.lastIndexOf("/");if(0===n)break;e=e.substr(0,n),t.push(e)}return t.push("/"),t},e.canonicalDomain=I,e.PrefixSecurityEnum=k,e.ParameterError=s.ParameterError}}),Z=(S=X(),R=1,T=null!=S?I(z(S)):{},((e,t,n,o)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let a of A(t))P.call(e,a)||a===n||x(e,a,{get:()=>t[a],enumerable:!(o=O(t,a))||o.enumerable});return e})(!R&&S&&S.__esModule?T:x(T,"default",{value:S,enumerable:!0}),S)).default;
|
|
2
|
-
/*!
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
33
|
-
* POSSIBILITY OF SUCH DAMAGE.
|
|
34
|
-
*)
|
|
35
|
-
|
|
36
|
-
tough-cookie/lib/store.js:
|
|
37
|
-
(*!
|
|
38
|
-
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
39
|
-
* All rights reserved.
|
|
40
|
-
*
|
|
41
|
-
* Redistribution and use in source and binary forms, with or without
|
|
42
|
-
* modification, are permitted provided that the following conditions are met:
|
|
43
|
-
*
|
|
44
|
-
* 1. Redistributions of source code must retain the above copyright notice,
|
|
45
|
-
* this list of conditions and the following disclaimer.
|
|
46
|
-
*
|
|
47
|
-
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
48
|
-
* this list of conditions and the following disclaimer in the documentation
|
|
49
|
-
* and/or other materials provided with the distribution.
|
|
50
|
-
*
|
|
51
|
-
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
|
52
|
-
* be used to endorse or promote products derived from this software without
|
|
53
|
-
* specific prior written permission.
|
|
54
|
-
*
|
|
55
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
56
|
-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
57
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
58
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
59
|
-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
60
|
-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
61
|
-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
62
|
-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
63
|
-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
64
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
65
|
-
* POSSIBILITY OF SUCH DAMAGE.
|
|
66
|
-
*)
|
|
67
|
-
|
|
68
|
-
tough-cookie/lib/permuteDomain.js:
|
|
69
|
-
(*!
|
|
70
|
-
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
71
|
-
* All rights reserved.
|
|
72
|
-
*
|
|
73
|
-
* Redistribution and use in source and binary forms, with or without
|
|
74
|
-
* modification, are permitted provided that the following conditions are met:
|
|
75
|
-
*
|
|
76
|
-
* 1. Redistributions of source code must retain the above copyright notice,
|
|
77
|
-
* this list of conditions and the following disclaimer.
|
|
78
|
-
*
|
|
79
|
-
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
80
|
-
* this list of conditions and the following disclaimer in the documentation
|
|
81
|
-
* and/or other materials provided with the distribution.
|
|
82
|
-
*
|
|
83
|
-
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
|
84
|
-
* be used to endorse or promote products derived from this software without
|
|
85
|
-
* specific prior written permission.
|
|
86
|
-
*
|
|
87
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
88
|
-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
89
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
90
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
91
|
-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
92
|
-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
93
|
-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
94
|
-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
95
|
-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
96
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
97
|
-
* POSSIBILITY OF SUCH DAMAGE.
|
|
98
|
-
*)
|
|
99
|
-
|
|
100
|
-
tough-cookie/lib/pathMatch.js:
|
|
101
|
-
(*!
|
|
102
|
-
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
103
|
-
* All rights reserved.
|
|
104
|
-
*
|
|
105
|
-
* Redistribution and use in source and binary forms, with or without
|
|
106
|
-
* modification, are permitted provided that the following conditions are met:
|
|
107
|
-
*
|
|
108
|
-
* 1. Redistributions of source code must retain the above copyright notice,
|
|
109
|
-
* this list of conditions and the following disclaimer.
|
|
110
|
-
*
|
|
111
|
-
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
112
|
-
* this list of conditions and the following disclaimer in the documentation
|
|
113
|
-
* and/or other materials provided with the distribution.
|
|
114
|
-
*
|
|
115
|
-
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
|
116
|
-
* be used to endorse or promote products derived from this software without
|
|
117
|
-
* specific prior written permission.
|
|
118
|
-
*
|
|
119
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
120
|
-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
121
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
122
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
123
|
-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
124
|
-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
125
|
-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
126
|
-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
127
|
-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
128
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
129
|
-
* POSSIBILITY OF SUCH DAMAGE.
|
|
130
|
-
*)
|
|
131
|
-
|
|
132
|
-
tough-cookie/lib/memstore.js:
|
|
133
|
-
(*!
|
|
134
|
-
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
135
|
-
* All rights reserved.
|
|
136
|
-
*
|
|
137
|
-
* Redistribution and use in source and binary forms, with or without
|
|
138
|
-
* modification, are permitted provided that the following conditions are met:
|
|
139
|
-
*
|
|
140
|
-
* 1. Redistributions of source code must retain the above copyright notice,
|
|
141
|
-
* this list of conditions and the following disclaimer.
|
|
142
|
-
*
|
|
143
|
-
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
144
|
-
* this list of conditions and the following disclaimer in the documentation
|
|
145
|
-
* and/or other materials provided with the distribution.
|
|
146
|
-
*
|
|
147
|
-
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
|
148
|
-
* be used to endorse or promote products derived from this software without
|
|
149
|
-
* specific prior written permission.
|
|
150
|
-
*
|
|
151
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
152
|
-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
153
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
154
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
155
|
-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
156
|
-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
157
|
-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
158
|
-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
159
|
-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
160
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
161
|
-
* POSSIBILITY OF SUCH DAMAGE.
|
|
162
|
-
*)
|
|
163
|
-
|
|
164
|
-
tough-cookie/lib/cookie.js:
|
|
165
|
-
(*!
|
|
166
|
-
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
167
|
-
* All rights reserved.
|
|
168
|
-
*
|
|
169
|
-
* Redistribution and use in source and binary forms, with or without
|
|
170
|
-
* modification, are permitted provided that the following conditions are met:
|
|
171
|
-
*
|
|
172
|
-
* 1. Redistributions of source code must retain the above copyright notice,
|
|
173
|
-
* this list of conditions and the following disclaimer.
|
|
174
|
-
*
|
|
175
|
-
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
176
|
-
* this list of conditions and the following disclaimer in the documentation
|
|
177
|
-
* and/or other materials provided with the distribution.
|
|
178
|
-
*
|
|
179
|
-
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
|
180
|
-
* be used to endorse or promote products derived from this software without
|
|
181
|
-
* specific prior written permission.
|
|
182
|
-
*
|
|
183
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
184
|
-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
185
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
186
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
187
|
-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
188
|
-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
189
|
-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
190
|
-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
191
|
-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
192
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
193
|
-
* POSSIBILITY OF SUCH DAMAGE.
|
|
194
|
-
*)
|
|
195
|
-
*/
|
|
196
|
-
const{Cookie:ee,CookieJar:te,Store:ne,MemoryCookieStore:oe,domainMatch:ae,pathMatch:re}=Z;const ie=C()?new oe:new class extends ne{storage;storageKey;constructor(){super(),g("undefined"!=typeof localStorage,"Failed to create a WebStorageCookieStore: `localStorage` is not available in this environment. This is likely an issue with MSW. Please report it on GitHub: https://github.com/mswjs/msw/issues"),this.synchronous=!0,this.storage=localStorage,this.storageKey="__msw-cookie-store__"}findCookie(e,t,n,o){try{const a=this.getStore();o(null,this.filterCookiesFromList(a,{domain:e,path:t,key:n})[0]||null)}catch(e){e instanceof Error&&o(e,null)}}findCookies(e,t,n,o){if(e)try{const n=this.getStore();o(null,this.filterCookiesFromList(n,{domain:e,path:t}))}catch(e){e instanceof Error&&o(e,[])}else o(null,[])}putCookie(e,t){try{if(0===e.maxAge)return;const t=this.getStore();t.push(e),this.updateStore(t)}catch(e){e instanceof Error&&t(e)}}updateCookie(e,t,n){0!==t.maxAge?this.putCookie(t,n):this.removeCookie(t.domain||"",t.path||"",t.key,n)}removeCookie(e,t,n,o){try{const a=this.getStore(),r=this.deleteCookiesFromList(a,{domain:e,path:t,key:n});this.updateStore(r),o(null)}catch(e){e instanceof Error&&o(e)}}removeCookies(e,t,n){try{const o=this.getStore(),a=this.deleteCookiesFromList(o,{domain:e,path:t});this.updateStore(a),n(null)}catch(e){e instanceof Error&&n(e)}}getAllCookies(e){try{e(null,this.getStore())}catch(t){t instanceof Error&&e(t,[])}}getStore(){try{const e=this.storage.getItem(this.storageKey);if(null==e)return[];const t=JSON.parse(e),n=[];for(const e of t){const t=ee.fromJSON(e);null!=t&&n.push(t)}return n}catch{return[]}}updateStore(e){this.storage.setItem(this.storageKey,JSON.stringify(e.map((e=>e.toJSON()))))}filterCookiesFromList(e,t){const n=[];for(const o of e)t.domain&&!ae(t.domain,o.domain||"")||t.path&&!re(t.path,o.path||"")||t.key&&o.key!==t.key||n.push(o);return n}deleteCookiesFromList(e,t){const n=this.filterCookiesFromList(e,t);return e.filter((e=>!n.includes(e)))}},se=new te(ie);var ue=Object.create,ce=Object.defineProperty,le=Object.getOwnPropertyDescriptor,de=Object.getOwnPropertyNames,pe=Object.getPrototypeOf,he=Object.prototype.hasOwnProperty,me=(e,t)=>function(){return t||(0,e[de(e)[0]])((t={exports:{}}).exports,t),t.exports},fe=me({"node_modules/statuses/codes.json"(e,t){t.exports={100:"Continue",101:"Switching Protocols",102:"Processing",103:"Early Hints",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a Teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Too Early",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}}}),ge=me({"node_modules/statuses/index.js"(e,t){var n,o,a=fe();function r(e){if(!Object.prototype.hasOwnProperty.call(i.message,e))throw new Error("invalid status code: "+e);return i.message[e]}function i(e){if("number"==typeof e)return r(e);if("string"!=typeof e)throw new TypeError("code must be a number or string");var t=parseInt(e,10);return isNaN(t)?function(e){var t=e.toLowerCase();if(!Object.prototype.hasOwnProperty.call(i.code,t))throw new Error('invalid status message: "'+e+'"');return i.code[t]}(e):r(t)}t.exports=i,i.message=a,i.code=(n=a,o={},Object.keys(n).forEach((function(e){var t=n[e],a=Number(e);o[t.toLowerCase()]=a})),o),i.codes=function(e){return Object.keys(e).map((function(e){return Number(e)}))}(a),i.redirect={300:!0,301:!0,302:!0,303:!0,305:!0,307:!0,308:!0},i.empty={204:!0,205:!0,304:!0},i.retry={502:!0,503:!0,504:!0}}}),ye=((e,t,n)=>(n=null!=e?ue(pe(e)):{},((e,t,n,o)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let a of de(t))he.call(e,a)||a===n||ce(e,a,{get:()=>t[a],enumerable:!(o=le(t,a))||o.enumerable});return e})(!t&&e&&e.__esModule?n:ce(n,"default",{value:e,enumerable:!0}),e)))(ge(),1),be=ye.default,ve=Object.create,ke=Object.defineProperty,we=Object.getOwnPropertyDescriptor,je=Object.getOwnPropertyNames,_e=Object.getPrototypeOf,Ee=Object.prototype.hasOwnProperty,Ce=((e,t)=>function(){return t||(0,e[je(e)[0]])((t={exports:{}}).exports,t),t.exports})({"node_modules/set-cookie-parser/lib/set-cookie.js"(e,t){var n={decodeValues:!0,map:!1,silent:!1};function o(e){return"string"==typeof e&&!!e.trim()}function a(e,t){var a=e.split(";").filter(o),r=function(e){var t="",n="",o=e.split("=");o.length>1?(t=o.shift(),n=o.join("=")):n=e;return{name:t,value:n}}(a.shift()),i=r.name,s=r.value;t=t?Object.assign({},n,t):n;try{s=t.decodeValues?decodeURIComponent(s):s}catch(e){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+s+"'. Set options.decodeValues to false to disable this feature.",e)}var u={name:i,value:s};return a.forEach((function(e){var t=e.split("="),n=t.shift().trimLeft().toLowerCase(),o=t.join("=");"expires"===n?u.expires=new Date(o):"max-age"===n?u.maxAge=parseInt(o,10):"secure"===n?u.secure=!0:"httponly"===n?u.httpOnly=!0:"samesite"===n?u.sameSite=o:u[n]=o})),u}function r(e,t){if(t=t?Object.assign({},n,t):n,!e)return t.map?{}:[];if(e.headers)if("function"==typeof e.headers.getSetCookie)e=e.headers.getSetCookie();else if(e.headers["set-cookie"])e=e.headers["set-cookie"];else{var r=e.headers[Object.keys(e.headers).find((function(e){return"set-cookie"===e.toLowerCase()}))];r||!e.headers.cookie||t.silent||console.warn("Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning."),e=r}if(Array.isArray(e)||(e=[e]),(t=t?Object.assign({},n,t):n).map){return e.filter(o).reduce((function(e,n){var o=a(n,t);return e[o.name]=o,e}),{})}return e.filter(o).map((function(e){return a(e,t)}))}t.exports=r,t.exports.parse=r,t.exports.parseString=a,t.exports.splitCookiesString=function(e){if(Array.isArray(e))return e;if("string"!=typeof e)return[];var t,n,o,a,r,i=[],s=0;function u(){for(;s<e.length&&/\s/.test(e.charAt(s));)s+=1;return s<e.length}for(;s<e.length;){for(t=s,r=!1;u();)if(","===(n=e.charAt(s))){for(o=s,s+=1,u(),a=s;s<e.length&&"="!==(n=e.charAt(s))&&";"!==n&&","!==n;)s+=1;s<e.length&&"="===e.charAt(s)?(r=!0,s=a,i.push(e.substring(t,o)),t=s):s=o+1}else s+=1;(!r||s>=e.length)&&i.push(e.substring(t,e.length))}return i}}}),Se=((e,t,n)=>(n=null!=e?ve(_e(e)):{},((e,t,n,o)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let a of je(t))Ee.call(e,a)||a===n||ke(e,a,{get:()=>t[a],enumerable:!(o=we(t,a))||o.enumerable});return e})(!t&&e&&e.__esModule?n:ke(n,"default",{value:e,enumerable:!0}),e)))(Ce()),Re=/[^a-z0-9\-#$%&'*+.^_`|~]/i;function Te(e){if(Re.test(e)||""===e.trim())throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()}var Ie=[String.fromCharCode(10),String.fromCharCode(13),String.fromCharCode(9),String.fromCharCode(32)],xe=new RegExp(`(^[${Ie.join("")}]|$[${Ie.join("")}])`,"g");function Oe(e){return e.replace(xe,"")}function Ae(e){if("string"!=typeof e)return!1;if(0===e.length)return!1;for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n>127||!ze(n))return!1}return!0}function ze(e){return![127,32,"(",")","<",">","@",",",";",":","\\",'"',"/","[","]","?","=","{","}"].includes(e)}function Pe(e){if("string"!=typeof e)return!1;if(e.trim()!==e)return!1;for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(0===n||10===n||13===n)return!1}return!0}var De,Le,Ne,qe=Symbol("normalizedHeaders"),Me=Symbol("rawHeaderNames"),Ue=class e{constructor(t){if(this[De]={},this[Le]=new Map,this[Ne]="Headers",["Headers","HeadersPolyfill"].includes(t?.constructor.name)||t instanceof e||void 0!==globalThis.Headers&&t instanceof globalThis.Headers){t.forEach(((e,t)=>{this.append(t,e)}),this)}else Array.isArray(t)?t.forEach((([e,t])=>{this.append(e,Array.isArray(t)?t.join(", "):t)})):t&&Object.getOwnPropertyNames(t).forEach((e=>{const n=t[e];this.append(e,Array.isArray(n)?n.join(", "):n)}))}[(De=qe,Le=Me,Ne=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}*keys(){for(const[e]of this.entries())yield e}*values(){for(const[,e]of this.entries())yield e}*entries(){let e=Object.keys(this[qe]).sort(((e,t)=>e.localeCompare(t)));for(const t of e)if("set-cookie"===t)for(const e of this.getSetCookie())yield[t,e];else yield[t,this.get(t)]}has(e){if(!Ae(e))throw new TypeError(`Invalid header name "${e}"`);return this[qe].hasOwnProperty(Te(e))}get(e){if(!Ae(e))throw TypeError(`Invalid header name "${e}"`);return this[qe][Te(e)]??null}set(e,t){if(!Ae(e)||!Pe(t))return;const n=Te(e),o=Oe(t);this[qe][n]=Oe(o),this[Me].set(n,e)}append(e,t){if(!Ae(e)||!Pe(t))return;const n=Te(e),o=Oe(t);let a=this.has(n)?`${this.get(n)}, ${o}`:o;this.set(e,a)}delete(e){if(!Ae(e))return;if(!this.has(e))return;const t=Te(e);delete this[qe][t],this[Me].delete(t)}forEach(e,t){for(const[n,o]of this.entries())e.call(t,o,n,this)}getSetCookie(){const e=this.get("set-cookie");return null===e?[]:""===e?[""]:(0,Se.splitCookiesString)(e)}};const{message:Be}=be,Fe=Symbol("kSetCookie");function We(e={}){const t=e?.status||200,n=e?.statusText||Be[t]||"",o=new Headers(e?.headers);return{...e,headers:o,status:t,statusText:n}}async function He(e,t,n,o,a,r){if(a.emit("request:start",{request:e,requestId:t}),e.headers.get("accept")?.includes("msw/passthrough"))return a.emit("request:end",{request:e,requestId:t}),void r?.onPassthroughResponse?.(e);const i=await(async e=>{try{const t=await e().catch((e=>{throw e}));return{error:null,data:t}}catch(e){return{error:e,data:null}}})((()=>(async({request:e,requestId:t,handlers:n,resolutionContext:o})=>{let a=null,r=null;for(const i of n)if(r=await i.run({request:e,requestId:t,resolutionContext:o}),null!==r&&(a=i),r?.response)break;return a?{handler:a,parsedResult:r?.parsedResult,response:r?.response}:null})({request:e,requestId:t,handlers:n,resolutionContext:r?.resolutionContext})));if(i.error)throw a.emit("unhandledException",{error:i.error,request:e,requestId:t}),i.error;if(!i.data)return await E(e,o.onUnhandledRequest),a.emit("request:unhandled",{request:e,requestId:t}),a.emit("request:end",{request:e,requestId:t}),void r?.onPassthroughResponse?.(e);const{response:s}=i.data;if(!s)return a.emit("request:end",{request:e,requestId:t}),void r?.onPassthroughResponse?.(e);if(302===s.status&&"passthrough"===s.headers.get("x-msw-intention"))return a.emit("request:end",{request:e,requestId:t}),void r?.onPassthroughResponse?.(e);!function(e,t){const n=Reflect.get(t,Fe);n&&se.setCookie(n,e.url)}(e,s),a.emit("request:match",{request:e,requestId:t});const u=i.data;return r?.onMockedResponse?.(s,u),a.emit("request:end",{request:e,requestId:t}),s}function Ge(e){return t=>null!=t&&"object"==typeof t&&"__kind"in t&&t.__kind===e}function Ve(e){return null!=e&&"object"==typeof e&&!Array.isArray(e)}function Ke(e,t){return Object.entries(t).reduce(((e,[t,n])=>{const o=e[t];return Array.isArray(o)&&Array.isArray(n)?(e[t]=o.concat(n),e):Ve(o)&&Ve(n)?(e[t]=Ke(o,n),e):(e[t]=n,e)}),Object.assign({},e))}var $e=class extends Error{constructor(e,t,n){super(`Possible EventEmitter memory leak detected. ${n} ${t.toString()} listeners added. Use emitter.setMaxListeners() to increase limit`),this.emitter=e,this.type=t,this.count=n,this.name="MaxListenersExceededWarning"}},Qe=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=Qe.defaultMaxListeners,this.hasWarnedAboutPotentialMemoryLeak=!1}_emitInternalEvent(e,t,n){this.emit(e,t,n)}_getListeners(e){return Array.prototype.concat.apply([],this.events.get(e))||[]}_removeListener(e,t){const n=e.indexOf(t);return n>-1&&e.splice(n,1),[]}_wrapOnceListener(e,t){const n=(...o)=>(this.removeListener(e,n),t.apply(this,o));return Object.defineProperty(n,"name",{value:t.name}),n}setMaxListeners(e){return this.maxListeners=e,this}getMaxListeners(){return this.maxListeners}eventNames(){return Array.from(this.events.keys())}emit(e,...t){const n=this._getListeners(e);return n.forEach((e=>{e.apply(this,t)})),n.length>0}addListener(e,t){this._emitInternalEvent("newListener",e,t);const n=this._getListeners(e).concat(t);if(this.events.set(e,n),this.maxListeners>0&&this.listenerCount(e)>this.maxListeners&&!this.hasWarnedAboutPotentialMemoryLeak){this.hasWarnedAboutPotentialMemoryLeak=!0;const t=new $e(this,e,this.listenerCount(e));console.warn(t)}return this}on(e,t){return this.addListener(e,t)}once(e,t){return this.addListener(e,this._wrapOnceListener(e,t))}prependListener(e,t){const n=this._getListeners(e);if(n.length>0){const o=[t].concat(n);this.events.set(e,o)}else this.events.set(e,n.concat(t));return this}prependOnceListener(e,t){return this.prependListener(e,this._wrapOnceListener(e,t))}removeListener(e,t){const n=this._getListeners(e);return n.length>0&&(this._removeListener(n,t),this.events.set(e,n),this._emitInternalEvent("removeListener",e,t)),this}off(e,t){return this.removeListener(e,t)}removeAllListeners(e){return e?this.events.delete(e):this.events.clear(),this}listeners(e){return Array.from(this._getListeners(e))}listenerCount(e){return this._getListeners(e).length}rawListeners(e){return this.listeners(e)}},Je=Qe;Je.defaultMaxListeners=10;class Ye{subscriptions=[];dispose(){let e;for(;e=this.subscriptions.shift();)e()}}class Xe{constructor(e){this.initialHandlers=e,this.handlers=[...e]}handlers;prepend(e){this.handlers.unshift(...e)}reset(e){this.handlers=e.length>0?[...e]:[...this.initialHandlers]}currentHandlers(){return this.handlers}}class Ze extends Ye{handlersController;emitter;publicEmitter;events;constructor(...e){super(),g(this.validateHandlers(e),b.formatMessage("Failed to apply given request handlers: invalid input. Did you forget to spread the request handlers Array?")),this.handlersController=new Xe(e),this.emitter=new Je,this.publicEmitter=new Je,function(e,t){const n=e.emit;if(n._isPiped)return;const o=function(e,...o){return t.emit(e,...o),n.call(this,e,...o)};o._isPiped=!0,e.emit=o}(this.emitter,this.publicEmitter),this.events=this.createLifeCycleEvents(),this.subscriptions.push((()=>{this.emitter.removeAllListeners(),this.publicEmitter.removeAllListeners()}))}validateHandlers(e){return e.every((e=>!Array.isArray(e)))}use(...e){g(this.validateHandlers(e),b.formatMessage('Failed to call "use()" with the given request handlers: invalid input. Did you forget to spread the array of request handlers?')),this.handlersController.prepend(e)}restoreHandlers(){this.handlersController.currentHandlers().forEach((e=>{"isUsed"in e&&(e.isUsed=!1)}))}resetHandlers(...e){this.handlersController.reset(e)}listHandlers(){return function(e){const t=[...e];return Object.freeze(t),t}(this.handlersController.currentHandlers())}createLifeCycleEvents(){return{on:(...e)=>this.publicEmitter.on(...e),removeListener:(...e)=>this.publicEmitter.removeListener(...e),removeAllListeners:(...e)=>this.publicEmitter.removeAllListeners(...e)}}}var et=Object.defineProperty,tt={};function nt(e){return`[33m${e}[0m`}function ot(e){return`[34m${e}[0m`}function at(e){return`[90m${e}[0m`}function rt(e){return`[31m${e}[0m`}function it(e){return`[32m${e}[0m`}((e,t)=>{for(var n in t)et(e,n,{get:t[n],enumerable:!0})})(tt,{blue:()=>ot,gray:()=>at,green:()=>it,red:()=>rt,yellow:()=>nt});var st=C(),ut=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=mt("DEBUG"),n=mt("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=ft(n,"debug")?lt:this.debug,this.info=ft(n,"info")?lt:this.info,this.success=ft(n,"success")?lt:this.success,this.warning=ft(n,"warning")?lt:this.warning,this.error=ft(n,"error")?lt:this.error):(this.info=lt,this.success=lt,this.warning=lt,this.error=lt,this.only=lt)}prefix;extend(e){return new ut(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:at(e),positionals:t,prefix:this.prefix,colors:{prefix:"gray"}})}info(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}});const n=new ct;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${at(`${n.deltaTime}ms`)}`,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}})}}success(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:`✔ ${this.prefix}`,colors:{timestamp:"green",prefix:"green"}})}warning(e,...t){this.logEntry({level:"warning",message:e,positionals:t,prefix:`⚠ ${this.prefix}`,colors:{timestamp:"yellow",prefix:"yellow"}})}error(e,...t){this.logEntry({level:"error",message:e,positionals:t,prefix:`✖ ${this.prefix}`,colors:{timestamp:"red",prefix:"red"}})}only(e){e()}createEntry(e,t){return{timestamp:new Date,level:e,message:t}}logEntry(e){const{level:t,message:n,prefix:o,colors:a,positionals:r=[]}=e,i=this.createEntry(t,n),s={timestamp:tt[a?.timestamp||"gray"],prefix:tt[a?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=o?s.prefix(o):[]).concat(gt(n)).join(" "),...r.map(gt))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return dt;case"warning":return pt;case"error":return ht}}},ct=class{startTime;endTime;deltaTime;constructor(){this.startTime=performance.now()}measure(){this.endTime=performance.now();const e=this.endTime-this.startTime;this.deltaTime=e.toFixed(2)}},lt=()=>{};function dt(e,...t){st?process.stdout.write(m(e,...t)+"\n"):console.log(e,...t)}function pt(e,...t){st?process.stderr.write(m(e,...t)+"\n"):console.warn(e,...t)}function ht(e,...t){st?process.stderr.write(m(e,...t)+"\n"):console.error(e,...t)}function mt(e){return st?process.env[e]:globalThis[e]?.toString()}function ft(e,t){return void 0!==e&&e!==t}function gt(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}function yt(e){return globalThis[e]||void 0}var bt=class{constructor(e){this.symbol=e,this.readyState="INACTIVE",this.emitter=new Je,this.subscriptions=[],this.logger=new ut(e.description),this.emitter.setMaxListeners(0),this.logger.info("constructing the interceptor...")}checkEnvironment(){return!0}apply(){const e=this.logger.extend("apply");if(e.info("applying the interceptor..."),"APPLIED"===this.readyState)return void e.info("intercepted already applied!");if(!this.checkEnvironment())return void e.info("the interceptor cannot be applied in this environment!");this.readyState="APPLYING";const t=this.getInstance();if(t)return e.info("found a running instance, reusing..."),this.on=(n,o)=>(e.info('proxying the "%s" listener',n),t.emitter.addListener(n,o),this.subscriptions.push((()=>{t.emitter.removeListener(n,o),e.info('removed proxied "%s" listener!',n)})),this),void(this.readyState="APPLIED");e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState="APPLIED"}setup(){}on(e,t){const n=this.logger.extend("on");return"DISPOSING"===this.readyState||"DISPOSED"===this.readyState?(n.info("cannot listen to events, already disposed!"),this):(n.info('adding "%s" event listener:',e,t),this.emitter.on(e,t),this)}once(e,t){return this.emitter.once(e,t),this}off(e,t){return this.emitter.off(e,t),this}removeAllListeners(e){return this.emitter.removeAllListeners(e),this}dispose(){const e=this.logger.extend("dispose");if("DISPOSED"!==this.readyState)if(e.info("disposing the interceptor..."),this.readyState="DISPOSING",this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",yt(this.symbol)),this.subscriptions.length>0){e.info("disposing of %d subscriptions...",this.subscriptions.length);for(const e of this.subscriptions)e();this.subscriptions=[],e.info("disposed of all subscriptions!",this.subscriptions.length)}this.emitter.removeAllListeners(),e.info("destroyed the listener!"),this.readyState="DISPOSED"}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){var e;const t=yt(this.symbol);return this.logger.info("retrieved global instance:",null==(e=null==t?void 0:t.constructor)?void 0:e.name),t}setInstance(){var e,t;e=this.symbol,t=this,globalThis[e]=t,this.logger.info("set global instance!",this.symbol.description)}clearInstance(){var e;e=this.symbol,delete globalThis[e],this.logger.info("cleared global instance!",this.symbol.description)}};var vt=class extends Promise{#e;resolve;reject;constructor(e=null){const t=function(){const e=(t,n)=>{e.state="pending",e.resolve=n=>{if("pending"===e.state)return e.result=n,t(n instanceof Promise?n:Promise.resolve(n).then((t=>(e.state="fulfilled",t))))},e.reject=t=>{if("pending"===e.state)return queueMicrotask((()=>{e.state="rejected"})),n(e.rejectionReason=t)}};return e}();super(((n,o)=>{t(n,o),e?.(t.resolve,t.reject)})),this.#e=t,this.resolve=this.#e.resolve,this.reject=this.#e.reject}get state(){return this.#e.state}get rejectionReason(){return this.#e.rejectionReason}then(e,t){return this.#t(super.then(e,t))}catch(e){return this.#t(super.catch(e))}finally(e){return this.#t(super.finally(e))}#t(e){return Object.defineProperties(e,{resolve:{configurable:!0,value:this.resolve},reject:{configurable:!0,value:this.reject}})}};function kt(e,t){return Object.defineProperties(t,{target:{value:e,enumerable:!0,writable:!0},currentTarget:{value:e,enumerable:!0,writable:!0}}),t}var wt=Symbol("kCancelable"),jt=Symbol("kDefaultPrevented"),_t=class extends MessageEvent{constructor(e,t){super(e,t),this[wt]=!!t.cancelable,this[jt]=!1}get cancelable(){return this[wt]}set cancelable(e){this[wt]=e}get defaultPrevented(){return this[jt]}set defaultPrevented(e){this[jt]=e}preventDefault(){this.cancelable&&!this[jt]&&(this[jt]=!0)}},Et=class extends Event{constructor(e,t={}){super(e,t),this.code=void 0===t.code?0:t.code,this.reason=void 0===t.reason?"":t.reason,this.wasClean=void 0!==t.wasClean&&t.wasClean}},Ct=class extends Et{constructor(e,t={}){super(e,t),this[wt]=!!t.cancelable,this[jt]=!1}get cancelable(){return this[wt]}set cancelable(e){this[wt]=e}get defaultPrevented(){return this[jt]}set defaultPrevented(e){this[jt]=e}preventDefault(){this.cancelable&&!this[jt]&&(this[jt]=!0)}},St=Symbol("kEmitter"),Rt=Symbol("kBoundListener"),Tt=class{constructor(e,t){this.socket=e,this.transport=t,this.id=Math.random().toString(16).slice(2),this.url=new URL(e.url),this[St]=new EventTarget,this.transport.addEventListener("outgoing",(e=>{const t=kt(this.socket,new _t("message",{data:e.data,origin:e.origin,cancelable:!0}));this[St].dispatchEvent(t),t.defaultPrevented&&e.preventDefault()})),this.transport.addEventListener("close",(e=>{this[St].dispatchEvent(kt(this.socket,new Et("close",e)))}))}addEventListener(e,t,n){if(!Reflect.has(t,Rt)){const e=t.bind(this.socket);Object.defineProperty(t,Rt,{value:e,enumerable:!1,configurable:!1})}this[St].addEventListener(e,Reflect.get(t,Rt),n)}removeEventListener(e,t,n){this[St].removeEventListener(e,Reflect.get(t,Rt),n)}send(e){this.transport.send(e)}close(e,t){this.transport.close(e,t)}},It="InvalidAccessError: close code out of user configurable range",xt=Symbol("kPassthroughPromise"),Ot=Symbol("kOnSend"),At=Symbol("kClose"),zt=class extends EventTarget{constructor(e,t){super(),this.CONNECTING=0,this.OPEN=1,this.CLOSING=2,this.CLOSED=3,this._onopen=null,this._onmessage=null,this._onerror=null,this._onclose=null,this.url=e.toString(),this.protocol="",this.extensions="",this.binaryType="blob",this.readyState=this.CONNECTING,this.bufferedAmount=0,this[xt]=new vt,queueMicrotask((async()=>{await this[xt]||(this.protocol="string"==typeof t?t:Array.isArray(t)&&t.length>0?t[0]:"",this.readyState===this.CONNECTING&&(this.readyState=this.OPEN,this.dispatchEvent(kt(this,new Event("open")))))}))}set onopen(e){this.removeEventListener("open",this._onopen),this._onopen=e,null!==e&&this.addEventListener("open",e)}get onopen(){return this._onopen}set onmessage(e){this.removeEventListener("message",this._onmessage),this._onmessage=e,null!==e&&this.addEventListener("message",e)}get onmessage(){return this._onmessage}set onerror(e){this.removeEventListener("error",this._onerror),this._onerror=e,null!==e&&this.addEventListener("error",e)}get onerror(){return this._onerror}set onclose(e){this.removeEventListener("close",this._onclose),this._onclose=e,null!==e&&this.addEventListener("close",e)}get onclose(){return this._onclose}send(e){if(this.readyState===this.CONNECTING)throw this.close(),new DOMException("InvalidStateError");this.readyState!==this.CLOSING&&this.readyState!==this.CLOSED&&(this.bufferedAmount+=function(e){if("string"==typeof e)return e.length;if(e instanceof Blob)return e.size;return e.byteLength}(e),queueMicrotask((()=>{var t;this.bufferedAmount=0,null==(t=this[Ot])||t.call(this,e)})))}close(e=1e3,t){g(e,It),g(1e3===e||e>=3e3&&e<=4999,It),this[At](e,t)}[At](e=1e3,t,n=!0){this.readyState!==this.CLOSING&&this.readyState!==this.CLOSED&&(this.readyState=this.CLOSING,queueMicrotask((()=>{this.readyState=this.CLOSED,this.dispatchEvent(kt(this,new Et("close",{code:e,reason:t,wasClean:n}))),this._onopen=null,this._onmessage=null,this._onerror=null,this._onclose=null})))}addEventListener(e,t,n){return super.addEventListener(e,t,n)}removeEventListener(e,t,n){return super.removeEventListener(e,t,n)}};zt.CONNECTING=0,zt.OPEN=1,zt.CLOSING=2,zt.CLOSED=3;var Pt=Symbol("kEmitter"),Dt=Symbol("kBoundListener"),Lt=Symbol("kSend"),Nt=class{constructor(e,t,n){this.client=e,this.transport=t,this.createConnection=n,this[Pt]=new EventTarget,this.mockCloseController=new AbortController,this.realCloseController=new AbortController,this.transport.addEventListener("outgoing",(e=>{void 0!==this.realWebSocket&&queueMicrotask((()=>{e.defaultPrevented||this[Lt](e.data)}))})),this.transport.addEventListener("incoming",this.handleIncomingMessage.bind(this))}get socket(){return g(this.realWebSocket,'Cannot access "socket" on the original WebSocket server object: the connection is not open. Did you forget to call `server.connect()`?'),this.realWebSocket}connect(){g(!this.realWebSocket||this.realWebSocket.readyState!==WebSocket.OPEN,'Failed to call "connect()" on the original WebSocket instance: the connection already open');const e=this.createConnection();e.binaryType=this.client.binaryType,e.addEventListener("open",(e=>{this[Pt].dispatchEvent(kt(this.realWebSocket,new Event("open",e)))}),{once:!0}),e.addEventListener("message",(e=>{this.transport.dispatchEvent(kt(this.realWebSocket,new MessageEvent("incoming",{data:e.data,origin:e.origin})))})),this.client.addEventListener("close",(e=>{this.handleMockClose(e)}),{signal:this.mockCloseController.signal}),e.addEventListener("close",(e=>{this.handleRealClose(e)}),{signal:this.realCloseController.signal}),e.addEventListener("error",(()=>{const t=kt(e,new Event("error",{cancelable:!0}));this[Pt].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(kt(this.client,new Event("error")))})),this.realWebSocket=e}addEventListener(e,t,n){if(!Reflect.has(t,Dt)){const e=t.bind(this.client);Object.defineProperty(t,Dt,{value:e,enumerable:!1})}this[Pt].addEventListener(e,Reflect.get(t,Dt),n)}removeEventListener(e,t,n){this[Pt].removeEventListener(e,Reflect.get(t,Dt),n)}send(e){this[Lt](e)}[Lt](e){const{realWebSocket:t}=this;g(t,'Failed to call "server.send()" for "%s": the connection is not open. Did you forget to call "server.connect()"?',this.client.url),t.readyState!==WebSocket.CLOSING&&t.readyState!==WebSocket.CLOSED&&(t.readyState!==WebSocket.CONNECTING?t.send(e):t.addEventListener("open",(()=>{t.send(e)}),{once:!0}))}close(){const{realWebSocket:e}=this;g(e,'Failed to close server connection for "%s": the connection is not open. Did you forget to call "server.connect()"?',this.client.url),this.realCloseController.abort(),e.readyState!==WebSocket.CLOSING&&e.readyState!==WebSocket.CLOSED&&(e.close(),queueMicrotask((()=>{this[Pt].dispatchEvent(kt(this.realWebSocket,new Ct("close",{code:1e3,cancelable:!0})))})))}handleIncomingMessage(e){const t=kt(e.target,new _t("message",{data:e.data,origin:e.origin,cancelable:!0}));this[Pt].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(kt(this.client,new MessageEvent("message",{data:e.data,origin:e.origin})))}handleMockClose(e){this.realWebSocket&&this.realWebSocket.close()}handleRealClose(e){this.mockCloseController.abort();const t=kt(this.realWebSocket,new Ct("close",{code:e.code,reason:e.reason,wasClean:e.wasClean,cancelable:!0}));this[Pt].dispatchEvent(t),t.defaultPrevented||this.client[At](e.code,e.reason)}},qt=class extends EventTarget{constructor(e){super(),this.socket=e,this.socket.addEventListener("close",(e=>{this.dispatchEvent(kt(this.socket,new Et("close",e)))})),this.socket[Ot]=e=>{this.dispatchEvent(kt(this.socket,new _t("outgoing",{data:e,origin:this.socket.url,cancelable:!0})))}}addEventListener(e,t,n){return super.addEventListener(e,t,n)}dispatchEvent(e){return super.dispatchEvent(e)}send(e){queueMicrotask((()=>{if(this.socket.readyState===this.socket.CLOSING||this.socket.readyState===this.socket.CLOSED)return;const t=()=>{this.socket.dispatchEvent(kt(this.socket,new MessageEvent("message",{data:e,origin:this.socket.url})))};this.socket.readyState===this.socket.CONNECTING?this.socket.addEventListener("open",(()=>{t()}),{once:!0}):t()}))}close(e,t){this.socket[At](e,t)}},Mt=class extends bt{constructor(){super(Mt.symbol)}checkEnvironment(){return function(e){const t=Object.getOwnPropertyDescriptor(globalThis,e);return!(void 0===t||"function"==typeof t.get&&void 0===t.get()||void 0===t.get&&null==t.value||void 0===t.set&&!t.configurable&&(console.error(`[MSW] Failed to apply interceptor: the global \`${e}\` property is non-configurable. This is likely an issue with your environment. If you are using a framework, please open an issue about this in their repository.`),1))}("WebSocket")}setup(){const e=Object.getOwnPropertyDescriptor(globalThis,"WebSocket"),t=new Proxy(globalThis.WebSocket,{construct:(e,t,n)=>{const[o,a]=t,r=()=>Reflect.construct(e,t,n),i=new zt(o,a),s=new qt(i);return queueMicrotask((()=>{try{const e=new Nt(i,s,r);this.emitter.emit("connection",{client:new Tt(i,s),server:e,info:{protocols:a}})?i[xt].resolve(!1):(i[xt].resolve(!0),e.connect(),e.addEventListener("open",(()=>{i.dispatchEvent(kt(i,new Event("open"))),e.realWebSocket&&(i.protocol=e.realWebSocket.protocol)})))}catch(e){e instanceof Error&&(i.dispatchEvent(new Event("error")),i.readyState!==WebSocket.CLOSING&&i.readyState!==WebSocket.CLOSED&&i[At](1011,e.message,!1),console.error(e))}})),i}});Object.defineProperty(globalThis,"WebSocket",{value:t,configurable:!0}),this.subscriptions.push((()=>{Object.defineProperty(globalThis,"WebSocket",e)}))}},Ut=Mt;Ut.symbol=Symbol("websocket");const Bt=new Ut;new TextEncoder;var Ft=class extends Response{static isConfigurableStatusCode(e){return e>=200&&e<=599}static isRedirectResponse(e){return Ft.STATUS_CODES_WITH_REDIRECT.includes(e)}static isResponseWithBody(e){return!Ft.STATUS_CODES_WITHOUT_BODY.includes(e)}static setUrl(e,t){e&&""==t.url&&Object.defineProperty(t,"url",{value:e,enumerable:!0,configurable:!0,writable:!1})}static parseRawHeaders(e){const t=new Headers;for(let n=0;n<e.length;n+=2)t.append(e[n],e[n+1]);return t}constructor(e,t={}){var n;const o=null!=(n=t.status)?n:200,a=Ft.isConfigurableStatusCode(o)?o:200;if(super(Ft.isResponseWithBody(o)?e:null,{...t,status:a}),o!==a){const e=Object.getOwnPropertySymbols(this).find((e=>"state"===e.description));if(e){const t=Reflect.get(this,e);Reflect.set(t,"status",o)}else Object.defineProperty(this,"status",{value:o,enumerable:!0,configurable:!0,writable:!1})}Ft.setUrl(t.url,this)}},Wt=Ft;function Ht(e,t){void 0===t&&(t={});for(var n=function(e){for(var t=[],n=0;n<e.length;){var o=e[n];if("*"!==o&&"+"!==o&&"?"!==o)if("\\"!==o)if("{"!==o)if("}"!==o)if(":"!==o)if("("!==o)t.push({type:"CHAR",index:n,value:e[n++]});else{var a=1,r="";if("?"===e[s=n+1])throw new TypeError('Pattern cannot start with "?" at '.concat(s));for(;s<e.length;)if("\\"!==e[s]){if(")"===e[s]){if(0==--a){s++;break}}else if("("===e[s]&&(a++,"?"!==e[s+1]))throw new TypeError("Capturing groups are not allowed at ".concat(s));r+=e[s++]}else r+=e[s++]+e[s++];if(a)throw new TypeError("Unbalanced pattern at ".concat(n));if(!r)throw new TypeError("Missing pattern at ".concat(n));t.push({type:"PATTERN",index:n,value:r}),n=s}else{for(var i="",s=n+1;s<e.length;){var u=e.charCodeAt(s);if(!(u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122||95===u))break;i+=e[s++]}if(!i)throw new TypeError("Missing parameter name at ".concat(n));t.push({type:"NAME",index:n,value:i}),n=s}else t.push({type:"CLOSE",index:n,value:e[n++]});else t.push({type:"OPEN",index:n,value:e[n++]});else t.push({type:"ESCAPED_CHAR",index:n++,value:e[n++]});else t.push({type:"MODIFIER",index:n,value:e[n++]})}return t.push({type:"END",index:n,value:""}),t}(e),o=t.prefixes,a=void 0===o?"./":o,r=t.delimiter,i=void 0===r?"/#?":r,s=[],u=0,c=0,l="",d=function(e){if(c<n.length&&n[c].type===e)return n[c++].value},p=function(e){var t=d(e);if(void 0!==t)return t;var o=n[c],a=o.type,r=o.index;throw new TypeError("Unexpected ".concat(a," at ").concat(r,", expected ").concat(e))},h=function(){for(var e,t="";e=d("CHAR")||d("ESCAPED_CHAR");)t+=e;return t},m=function(e){var t=s[s.length-1],n=e||(t&&"string"==typeof t?t:"");if(t&&!n)throw new TypeError('Must have text between two parameters, missing text after "'.concat(t.name,'"'));return!n||function(e){for(var t=0,n=i;t<n.length;t++){var o=n[t];if(e.indexOf(o)>-1)return!0}return!1}(n)?"[^".concat(Vt(i),"]+?"):"(?:(?!".concat(Vt(n),")[^").concat(Vt(i),"])+?")};c<n.length;){var f=d("CHAR"),g=d("NAME"),y=d("PATTERN");if(g||y){var b=f||"";-1===a.indexOf(b)&&(l+=b,b=""),l&&(s.push(l),l=""),s.push({name:g||u++,prefix:b,suffix:"",pattern:y||m(b),modifier:d("MODIFIER")||""})}else{var v=f||d("ESCAPED_CHAR");if(v)l+=v;else if(l&&(s.push(l),l=""),d("OPEN")){b=h();var k=d("NAME")||"",w=d("PATTERN")||"",j=h();p("CLOSE"),s.push({name:k||(w?u++:""),pattern:k&&!w?m(b):w,prefix:b,suffix:j,modifier:d("MODIFIER")||""})}else p("END")}}return s}function Gt(e,t){var n=[];return function(e,t,n){void 0===n&&(n={});var o=n.decode,a=void 0===o?function(e){return e}:o;return function(n){var o=e.exec(n);if(!o)return!1;for(var r=o[0],i=o.index,s=Object.create(null),u=function(e){if(void 0===o[e])return"continue";var n=t[e-1];"*"===n.modifier||"+"===n.modifier?s[n.name]=o[e].split(n.prefix+n.suffix).map((function(e){return a(e,n)})):s[n.name]=a(o[e],n)},c=1;c<o.length;c++)u(c);return{path:r,index:i,params:s}}}(Qt(e,n,t),n,t)}function Vt(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function Kt(e){return e&&e.sensitive?"":"i"}function $t(e,t,n){return function(e,t,n){void 0===n&&(n={});for(var o=n.strict,a=void 0!==o&&o,r=n.start,i=void 0===r||r,s=n.end,u=void 0===s||s,c=n.encode,l=void 0===c?function(e){return e}:c,d=n.delimiter,p=void 0===d?"/#?":d,h=n.endsWith,m="[".concat(Vt(void 0===h?"":h),"]|$"),f="[".concat(Vt(p),"]"),g=i?"^":"",y=0,b=e;y<b.length;y++){var v=b[y];if("string"==typeof v)g+=Vt(l(v));else{var k=Vt(l(v.prefix)),w=Vt(l(v.suffix));if(v.pattern)if(t&&t.push(v),k||w)if("+"===v.modifier||"*"===v.modifier){var j="*"===v.modifier?"?":"";g+="(?:".concat(k,"((?:").concat(v.pattern,")(?:").concat(w).concat(k,"(?:").concat(v.pattern,"))*)").concat(w,")").concat(j)}else g+="(?:".concat(k,"(").concat(v.pattern,")").concat(w,")").concat(v.modifier);else{if("+"===v.modifier||"*"===v.modifier)throw new TypeError('Can not repeat "'.concat(v.name,'" without a prefix and suffix'));g+="(".concat(v.pattern,")").concat(v.modifier)}else g+="(?:".concat(k).concat(w,")").concat(v.modifier)}}if(u)a||(g+="".concat(f,"?")),g+=n.endsWith?"(?=".concat(m,")"):"$";else{var _=e[e.length-1],E="string"==typeof _?f.indexOf(_[_.length-1])>-1:void 0===_;a||(g+="(?:".concat(f,"(?=").concat(m,"))?")),E||(g+="(?=".concat(f,"|").concat(m,")"))}return new RegExp(g,Kt(n))}(Ht(e,n),t,n)}function Qt(e,t,n){return e instanceof RegExp?function(e,t){if(!t)return e;for(var n=/\((?:\?<(.*?)>)?(?!\?)/g,o=0,a=n.exec(e.source);a;)t.push({name:a[1]||o++,prefix:"",suffix:"",modifier:"",pattern:""}),a=n.exec(e.source);return e}(e,t):Array.isArray(e)?function(e,t,n){var o=e.map((function(e){return Qt(e,t,n).source}));return new RegExp("(?:".concat(o.join("|"),")"),Kt(n))}(e,t,n):$t(e,t,n)}Wt.STATUS_CODES_WITHOUT_BODY=[101,103,204,205,304],Wt.STATUS_CODES_WITH_REDIRECT=[301,302,303,307,308];const Jt=/[\?|#].*$/g;function Yt(e){return e.endsWith("?")?e:e.replace(Jt,"")}function Xt(e,t){if(e instanceof RegExp)return e;const n=function(e,t){if(/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e))return e;if(e.startsWith("*"))return e;const n=t||"undefined"!=typeof location&&location.href;return n?decodeURI(new URL(encodeURI(e),n).href):e}(e,t);return Yt(n)}function Zt(e,t,n){const o=Xt(t,n),a="string"==typeof o?function(e){return e.replace(/([:a-zA-Z_-]*)(\*{1,2})+/g,((e,t,n)=>{const o="(.*)";return t?t.startsWith(":")?`${t}${n}`:`${t}${o}`:o})).replace(/([^\/])(:)(?=\d+)/,"$1\\$2").replace(/^([^\/]+)(:)(?=\/\/)/,"$1\\$2")}(o):o,r=function(e,t=!0){return[t&&e.origin,e.pathname].filter(Boolean).join("")}(e),i=Gt(a,{decode:decodeURIComponent})(r);return{matches:!1!==i,params:i&&i.params||{}}}const en=Symbol("kDispatchEvent");function tn(e){const t=new Date,n=`${t.getHours().toString().padStart(2,"0")}:${t.getMinutes().toString().padStart(2,"0")}:${t.getSeconds().toString().padStart(2,"0")}`;return e?.milliseconds?`${n}.${t.getMilliseconds().toString().padStart(3,"0")}`:n}function nn(e){return e instanceof Blob?e.size:e instanceof ArrayBuffer?e.byteLength:new Blob([e]).size}function on(e){return e.length<=24?e:`${e.slice(0,24)}…`}async function an(e){if(e instanceof Blob){return`Blob(${on(await e.text())})`}if("object"==typeof e&&"byteLength"in e){return`ArrayBuffer(${on((new TextDecoder).decode(e))})`}return on(e)}const rn="#3b82f6",sn="#22c55e",un="#ef4444",cn="#ff6a33";function ln(e){const{client:t,server:n}=e;!function(e){const t=_(e.url);console.groupCollapsed(b.formatMessage(`${tn()} %c▶%c ${t}`),`color:${rn}`,"color:inherit"),console.log("Client:",e.socket),console.groupEnd()}(t),t.addEventListener("message",(e=>{!async function(e){const t=nn(e.data),n=await an(e.data),o=e.defaultPrevented?"⇡":"⬆";console.groupCollapsed(b.formatMessage(`${tn({milliseconds:!0})} %c${o}%c ${n} %c${t}%c`),`color:${sn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(e)})),t.addEventListener("close",(e=>{!function(e){const t=e.target,n=_(t.url);console.groupCollapsed(b.formatMessage(`${tn({milliseconds:!0})} %c■%c ${n}`),`color:${rn}`,"color:inherit"),console.log(e),console.groupEnd()}(e)})),t.socket.addEventListener("error",(e=>{!function(e){const t=e.target,n=_(t.url);console.groupCollapsed(b.formatMessage(`${tn({milliseconds:!0})} %c×%c ${n}`),`color:${rn}`,"color:inherit"),console.log(e),console.groupEnd()}(e)})),t.send=new Proxy(t.send,{apply(e,n,o){const[a]=o,r=new MessageEvent("message",{data:a});return Object.defineProperties(r,{currentTarget:{enumerable:!0,writable:!1,value:t.socket},target:{enumerable:!0,writable:!1,value:t.socket}}),queueMicrotask((()=>{!async function(e){const t=nn(e.data),n=await an(e.data);console.groupCollapsed(b.formatMessage(`${tn({milliseconds:!0})} %c⬇%c ${n} %c${t}%c`),`color:${cn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(r)})),Reflect.apply(e,n,o)}}),n.addEventListener("open",(()=>{n.addEventListener("message",(e=>{!async function(e){const t=nn(e.data),n=await an(e.data),o=e.defaultPrevented?"⇣":"⬇";console.groupCollapsed(b.formatMessage(`${tn({milliseconds:!0})} %c${o}%c ${n} %c${t}%c`),`color:${un}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(e)}))}),{once:!0}),n.send=new Proxy(n.send,{apply(e,t,o){const[a]=o,r=new MessageEvent("message",{data:a});return Object.defineProperties(r,{currentTarget:{enumerable:!0,writable:!1,value:n.socket},target:{enumerable:!0,writable:!1,value:n.socket}}),async function(e){const t=nn(e.data),n=await an(e.data);console.groupCollapsed(b.formatMessage(`${tn({milliseconds:!0})} %c⬆%c ${n} %c${t}%c`),`color:${cn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(r),Reflect.apply(e,t,o)}})}var dn=/(%?)(%([sdijo]))/g;function pn(e,...t){if(0===t.length)return e;let n=0,o=e.replace(dn,((e,o,a,r)=>{const i=function(e,t){switch(t){case"s":return e;case"d":case"i":return Number(e);case"j":return JSON.stringify(e);case"o":{if("string"==typeof e)return e;const t=JSON.stringify(e);return"{}"===t||"[]"===t||/^\[object .+?\]$/.test(t)?e:t}}}(t[n],r);return o?e:(n++,i)}));return n<t.length&&(o+=` ${t.slice(n).join(" ")}`),o=o.replace(/%{2,2}/g,"%"),o}var hn=class extends Error{constructor(e,...t){super(e),this.message=e,this.name="Invariant Violation",this.message=pn(e,...t),function(e){if(!e.stack)return;const t=e.stack.split("\n");t.splice(1,2),e.stack=t.join("\n")}(this)}},mn=(e,t,...n)=>{if(!e)throw new hn(t,...n)};function fn(){if("undefined"!=typeof navigator&&"ReactNative"===navigator.product)return!0;if("undefined"!=typeof process){const e=process.type;return"renderer"!==e&&"worker"!==e&&!(!process.versions||!process.versions.node)}return!1}mn.as=(e,t,n,...o)=>{if(!t){const t=0===o.length?n:pn(n,...o);let a;try{a=Reflect.construct(e,[t])}catch(n){a=e(t)}throw a}};var gn=async e=>{try{return{error:null,data:await e().catch((e=>{throw e}))}}catch(e){return{error:e,data:null}}};function yn(e,t,n){return[e.active,e.installing,e.waiting].filter((e=>null!=e)).find((e=>n(e.scriptURL,t)))||null}var bn=async(e,t={},n)=>{const o=new URL(e,location.href).href;const a=await navigator.serviceWorker.getRegistrations().then((e=>e.filter((e=>yn(e,o,n)))));!navigator.serviceWorker.controller&&a.length>0&&location.reload();const[r]=a;if(r)return r.update(),[yn(r,o,n),r];const i=await gn((async()=>{const a=await navigator.serviceWorker.register(e,t);return[yn(a,o,n),a]}));if(i.error){if(i.error.message.includes("(404)")){const e=new URL(t?.scope||"/",location.href);throw new Error(b.formatMessage(`Failed to register a Service Worker for scope ('${e.href}') with script ('${o}'): Service Worker script does not exist at the given path.\n\nDid you forget to run "npx msw init <PUBLIC_DIR>"?\n\nLearn more about creating the Service Worker script: https://mswjs.io/docs/cli/init`))}throw new Error(b.formatMessage("Failed to register the Service Worker:\n\n%s",i.error.message))}return i.data};function vn(e={}){if(e.quiet)return;const t=e.message||"Mocking enabled.";console.groupCollapsed(`%c${b.formatMessage(t)}`,"color:orangered;font-weight:bold;"),console.log("%cDocumentation: %chttps://mswjs.io/docs","font-weight:bold","font-weight:normal"),console.log("Found an issue? https://github.com/mswjs/msw/issues"),e.workerUrl&&console.log("Worker script URL:",e.workerUrl),e.workerScope&&console.log("Worker scope:",e.workerScope),e.client&&console.log("Client ID: %s (%s)",e.client.id,e.client.frameType),console.groupEnd()}var kn=class{constructor(e){this.port=e}postMessage(e,...t){const[n,o]=t;this.port.postMessage({type:e,data:n},{transfer:o})}};function wn(e){if(!["HEAD","GET"].includes(e.method))return e.body}var jn=(e,t)=>async(n,o)=>{const a=new kn(n.ports[0]),r=o.payload.id,i=(s=o.payload,new Request(s.url,{...s,body:wn(s)}));var s;const u=i.clone(),c=i.clone();j.cache.set(i,c),e.requests.set(r,c);try{await He(i,r,e.getRequestHandlers().filter(Ge("RequestHandler")),t,e.emitter,{onPassthroughResponse(){a.postMessage("PASSTHROUGH")},async onMockedResponse(n,{handler:o,parsedResult:r}){const i=n.clone(),s=n.clone(),c=function(e){return{status:e.status,statusText:e.statusText,headers:Object.fromEntries(e.headers.entries())}}(n);if(e.supports.readableStreamTransfer){const e=n.body;a.postMessage("MOCK_RESPONSE",{...c,body:e},e?[e]:void 0)}else{const e=null===n.body?null:await i.arrayBuffer();a.postMessage("MOCK_RESPONSE",{...c,body:e})}t.quiet||e.emitter.once("response:mocked",(()=>{o.log({request:u,response:s,parsedResult:r})}))}})}catch(e){e instanceof Error&&(b.error('Uncaught exception in the request handler for "%s %s":\n\n%s\n\nThis exception has been gracefully handled as a 500 response, however, it\'s strongly recommended to resolve this error, as it indicates a mistake in your code. If you wish to mock an error response, please see this guide: https://mswjs.io/docs/recipes/mocking-error-responses',i.method,i.url,e.stack??e),a.postMessage("MOCK_RESPONSE",{status:500,statusText:"Request Handler Error",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:e.name,message:e.message,stack:e.stack})}))}};var _n=new TextEncoder;var En=Symbol("isPatchedModule"),Cn=class extends Response{static isConfigurableStatusCode(e){return e>=200&&e<=599}static isRedirectResponse(e){return Cn.STATUS_CODES_WITH_REDIRECT.includes(e)}static isResponseWithBody(e){return!Cn.STATUS_CODES_WITHOUT_BODY.includes(e)}static setUrl(e,t){e&&""==t.url&&Object.defineProperty(t,"url",{value:e,enumerable:!0,configurable:!0,writable:!1})}constructor(e,t={}){var n;const o=null!=(n=t.status)?n:200,a=Cn.isConfigurableStatusCode(o)?o:200;if(super(Cn.isResponseWithBody(o)?e:null,{...t,status:a}),o!==a){const e=Object.getOwnPropertySymbols(this).find((e=>"state"===e.description));if(e){const t=Reflect.get(this,e);Reflect.set(t,"status",o)}else Object.defineProperty(this,"status",{value:o,enumerable:!0,configurable:!0,writable:!1})}Cn.setUrl(t.url,this)}},Sn=Cn;Sn.STATUS_CODES_WITHOUT_BODY=[101,103,204,205,304],Sn.STATUS_CODES_WITH_REDIRECT=[301,302,303,307,308];var Rn=Object.defineProperty,Tn={};function In(e){return`[33m${e}[0m`}function xn(e){return`[34m${e}[0m`}function On(e){return`[90m${e}[0m`}function An(e){return`[31m${e}[0m`}function zn(e){return`[32m${e}[0m`}((e,t)=>{for(var n in t)Rn(e,n,{get:t[n],enumerable:!0})})(Tn,{blue:()=>xn,gray:()=>On,green:()=>zn,red:()=>An,yellow:()=>In});var Pn=fn(),Dn=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=Bn("DEBUG"),n=Bn("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=Fn(n,"debug")?Nn:this.debug,this.info=Fn(n,"info")?Nn:this.info,this.success=Fn(n,"success")?Nn:this.success,this.warning=Fn(n,"warning")?Nn:this.warning,this.error=Fn(n,"error")?Nn:this.error):(this.info=Nn,this.success=Nn,this.warning=Nn,this.error=Nn,this.only=Nn)}prefix;extend(e){return new Dn(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:On(e),positionals:t,prefix:this.prefix,colors:{prefix:"gray"}})}info(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}});const n=new Ln;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${On(`${n.deltaTime}ms`)}`,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}})}}success(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:`✔ ${this.prefix}`,colors:{timestamp:"green",prefix:"green"}})}warning(e,...t){this.logEntry({level:"warning",message:e,positionals:t,prefix:`⚠ ${this.prefix}`,colors:{timestamp:"yellow",prefix:"yellow"}})}error(e,...t){this.logEntry({level:"error",message:e,positionals:t,prefix:`✖ ${this.prefix}`,colors:{timestamp:"red",prefix:"red"}})}only(e){e()}createEntry(e,t){return{timestamp:new Date,level:e,message:t}}logEntry(e){const{level:t,message:n,prefix:o,colors:a,positionals:r=[]}=e,i=this.createEntry(t,n),s={timestamp:Tn[a?.timestamp||"gray"],prefix:Tn[a?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=o?s.prefix(o):[]).concat(Wn(n)).join(" "),...r.map(Wn))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return qn;case"warning":return Mn;case"error":return Un}}},Ln=class{startTime;endTime;deltaTime;constructor(){this.startTime=performance.now()}measure(){this.endTime=performance.now();const e=this.endTime-this.startTime;this.deltaTime=e.toFixed(2)}},Nn=()=>{};function qn(e,...t){Pn?process.stdout.write(pn(e,...t)+"\n"):console.log(e,...t)}function Mn(e,...t){Pn?process.stderr.write(pn(e,...t)+"\n"):console.warn(e,...t)}function Un(e,...t){Pn?process.stderr.write(pn(e,...t)+"\n"):console.error(e,...t)}function Bn(e){return Pn?process.env[e]:globalThis[e]?.toString()}function Fn(e,t){return void 0!==e&&e!==t}function Wn(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}var Hn=class extends Error{constructor(e,t,n){super(`Possible EventEmitter memory leak detected. ${n} ${t.toString()} listeners added. Use emitter.setMaxListeners() to increase limit`),this.emitter=e,this.type=t,this.count=n,this.name="MaxListenersExceededWarning"}},Gn=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=Gn.defaultMaxListeners,this.hasWarnedAboutPotentialMemoryLeak=!1}_emitInternalEvent(e,t,n){this.emit(e,t,n)}_getListeners(e){return Array.prototype.concat.apply([],this.events.get(e))||[]}_removeListener(e,t){const n=e.indexOf(t);return n>-1&&e.splice(n,1),[]}_wrapOnceListener(e,t){const n=(...o)=>(this.removeListener(e,n),t.apply(this,o));return Object.defineProperty(n,"name",{value:t.name}),n}setMaxListeners(e){return this.maxListeners=e,this}getMaxListeners(){return this.maxListeners}eventNames(){return Array.from(this.events.keys())}emit(e,...t){const n=this._getListeners(e);return n.forEach((e=>{e.apply(this,t)})),n.length>0}addListener(e,t){this._emitInternalEvent("newListener",e,t);const n=this._getListeners(e).concat(t);if(this.events.set(e,n),this.maxListeners>0&&this.listenerCount(e)>this.maxListeners&&!this.hasWarnedAboutPotentialMemoryLeak){this.hasWarnedAboutPotentialMemoryLeak=!0;const t=new Hn(this,e,this.listenerCount(e));console.warn(t)}return this}on(e,t){return this.addListener(e,t)}once(e,t){return this.addListener(e,this._wrapOnceListener(e,t))}prependListener(e,t){const n=this._getListeners(e);if(n.length>0){const o=[t].concat(n);this.events.set(e,o)}else this.events.set(e,n.concat(t));return this}prependOnceListener(e,t){return this.prependListener(e,this._wrapOnceListener(e,t))}removeListener(e,t){const n=this._getListeners(e);return n.length>0&&(this._removeListener(n,t),this.events.set(e,n),this._emitInternalEvent("removeListener",e,t)),this}off(e,t){return this.removeListener(e,t)}removeAllListeners(e){return e?this.events.delete(e):this.events.clear(),this}listeners(e){return Array.from(this._getListeners(e))}listenerCount(e){return this._getListeners(e).length}rawListeners(e){return this.listeners(e)}},Vn=Gn;Vn.defaultMaxListeners=10;function Kn(e){return globalThis[e]||void 0}var $n=class{constructor(e){this.symbol=e,this.readyState="INACTIVE",this.emitter=new Vn,this.subscriptions=[],this.logger=new Dn(e.description),this.emitter.setMaxListeners(0),this.logger.info("constructing the interceptor...")}checkEnvironment(){return!0}apply(){const e=this.logger.extend("apply");if(e.info("applying the interceptor..."),"APPLIED"===this.readyState)return void e.info("intercepted already applied!");if(!this.checkEnvironment())return void e.info("the interceptor cannot be applied in this environment!");this.readyState="APPLYING";const t=this.getInstance();if(t)return e.info("found a running instance, reusing..."),this.on=(n,o)=>(e.info('proxying the "%s" listener',n),t.emitter.addListener(n,o),this.subscriptions.push((()=>{t.emitter.removeListener(n,o),e.info('removed proxied "%s" listener!',n)})),this),void(this.readyState="APPLIED");e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState="APPLIED"}setup(){}on(e,t){const n=this.logger.extend("on");return"DISPOSING"===this.readyState||"DISPOSED"===this.readyState?(n.info("cannot listen to events, already disposed!"),this):(n.info('adding "%s" event listener:',e,t),this.emitter.on(e,t),this)}once(e,t){return this.emitter.once(e,t),this}off(e,t){return this.emitter.off(e,t),this}removeAllListeners(e){return this.emitter.removeAllListeners(e),this}dispose(){const e=this.logger.extend("dispose");if("DISPOSED"!==this.readyState)if(e.info("disposing the interceptor..."),this.readyState="DISPOSING",this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",Kn(this.symbol)),this.subscriptions.length>0){e.info("disposing of %d subscriptions...",this.subscriptions.length);for(const e of this.subscriptions)e();this.subscriptions=[],e.info("disposed of all subscriptions!",this.subscriptions.length)}this.emitter.removeAllListeners(),e.info("destroyed the listener!"),this.readyState="DISPOSED"}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){var e;const t=Kn(this.symbol);return this.logger.info("retrieved global instance:",null==(e=null==t?void 0:t.constructor)?void 0:e.name),t}setInstance(){var e,t;e=this.symbol,t=this,globalThis[e]=t,this.logger.info("set global instance!",this.symbol.description)}clearInstance(){var e;e=this.symbol,delete globalThis[e],this.logger.info("cleared global instance!",this.symbol.description)}};function Qn(){return Math.random().toString(16).slice(2)}var Jn=class extends $n{constructor(e){Jn.symbol=Symbol(e.name),super(Jn.symbol),this.interceptors=e.interceptors}setup(){const e=this.logger.extend("setup");e.info("applying all %d interceptors...",this.interceptors.length);for(const t of this.interceptors)e.info('applying "%s" interceptor...',t.constructor.name),t.apply(),e.info("adding interceptor dispose subscription"),this.subscriptions.push((()=>t.dispose()))}on(e,t){for(const n of this.interceptors)n.on(e,t);return this}once(e,t){for(const n of this.interceptors)n.once(e,t);return this}off(e,t){for(const n of this.interceptors)n.off(e,t);return this}removeAllListeners(e){for(const t of this.interceptors)t.removeAllListeners(e);return this}};var Yn=e=>function(t,n){const o=(async()=>{e.events.removeAllListeners(),e.workerChannel.on("REQUEST",jn(e,t)),e.workerChannel.on("RESPONSE",function(e){return(t,n)=>{const{payload:o}=n,{requestId:a}=o,r=e.requests.get(a);if(e.requests.delete(a),o.type?.includes("opaque"))return;const i=0===o.status?Response.error():new Sn(Sn.isResponseWithBody(o.status)?o.body:null,{...o,url:r.url});e.emitter.emit(o.isMockedResponse?"response:mocked":"response:bypass",{response:i,request:r,requestId:o.requestId})}}(e));const o=await bn(t.serviceWorker.url,t.serviceWorker.options,t.findWorker),[a,r]=o;if(!a){const e=n?.findWorker?b.formatMessage('Failed to locate the Service Worker registration using a custom "findWorker" predicate.\n\nPlease ensure that the custom predicate properly locates the Service Worker registration at "%s".\nMore details: https://mswjs.io/docs/api/setup-worker/start#findworker\n',t.serviceWorker.url):b.formatMessage('Failed to locate the Service Worker registration.\n\nThis most likely means that the worker script URL "%s" cannot resolve against the actual public hostname (%s). This may happen if your application runs behind a proxy, or has a dynamic hostname.\n\nPlease consider using a custom "serviceWorker.url" option to point to the actual worker script location, or a custom "findWorker" option to resolve the Service Worker registration manually. More details: https://mswjs.io/docs/api/setup-worker/start',t.serviceWorker.url,location.host);throw new Error(e)}return e.worker=a,e.registration=r,e.events.addListener(window,"beforeunload",(()=>{"redundant"!==a.state&&e.workerChannel.send("CLIENT_CLOSED"),window.clearInterval(e.keepAliveInterval),window.postMessage({type:"msw/worker:stop"})})),await async function(e){e.workerChannel.send("INTEGRITY_CHECK_REQUEST");const{payload:t}=await e.events.once("INTEGRITY_CHECK_RESPONSE");"00729d72e3b82faf54ca8b9621dbb96f"!==t.checksum&&b.warn(`The currently registered Service Worker has been generated by a different version of MSW (${t.packageVersion}) and may not be fully compatible with the installed version.\n\nIt's recommended you update your worker script by running this command:\n\n • npx msw init <PUBLIC_DIR>\n\nYou can also automate this process and make the worker script update automatically upon the library installations. Read more: https://mswjs.io/docs/cli/init.`)}(e).catch((e=>{b.error("Error while checking the worker script integrity. Please report this on GitHub (https://github.com/mswjs/msw/issues), including the original error below."),console.error(e)})),e.keepAliveInterval=window.setInterval((()=>e.workerChannel.send("KEEPALIVE_REQUEST")),5e3),function(e,t){t?.quiet||location.href.startsWith(e.scope)||b.warn(`Cannot intercept requests on this page because it's outside of the worker's scope ("${e.scope}"). If you wish to mock API requests on this page, you must resolve this scope issue.\n\n- (Recommended) Register the worker at the root level ("/") of your application.\n- Set the "Service-Worker-Allowed" response header to allow out-of-scope workers.`)}(r,e.startOptions),r})().then((async n=>{const o=n.installing||n.waiting;return o&&await new Promise((e=>{o.addEventListener("statechange",(()=>{if("activated"===o.state)return e()}))})),await async function(e,t){e.workerChannel.send("MOCK_ACTIVATE");const{payload:n}=await e.events.once("MOCKING_ENABLED");e.isMockingEnabled?b.warn('Found a redundant "worker.start()" call. Note that starting the worker while mocking is already enabled will have no effect. Consider removing this "worker.start()" call.'):(e.isMockingEnabled=!0,vn({quiet:t.quiet,workerScope:e.registration?.scope,workerUrl:e.worker?.scriptURL,client:n.client}))}(e,t).catch((e=>{throw new Error(`Failed to enable mocking: ${e?.message}`)})),n}));return o};function Xn(e={}){e.quiet||console.log(`%c${b.formatMessage("Mocking disabled.")}`,"color:orangered;font-weight:bold;")}var Zn={serviceWorker:{url:"/mockServiceWorker.js",options:null},quiet:!1,waitUntilReady:!0,onUnhandledRequest:"warn",findWorker:(e,t)=>e===t};var eo=class extends Promise{#e;resolve;reject;constructor(e=null){const t=function(){const e=(t,n)=>{e.state="pending",e.resolve=n=>{if("pending"===e.state)return e.result=n,t(n instanceof Promise?n:Promise.resolve(n).then((t=>(e.state="fulfilled",t))))},e.reject=t=>{if("pending"===e.state)return queueMicrotask((()=>{e.state="rejected"})),n(e.rejectionReason=t)}};return e}();super(((n,o)=>{t(n,o),e?.(t.resolve,t.reject)})),this.#e=t,this.resolve=this.#e.resolve,this.reject=this.#e.reject}get state(){return this.#e.state}get rejectionReason(){return this.#e.rejectionReason}then(e,t){return this.#t(super.then(e,t))}catch(e){return this.#t(super.catch(e))}finally(e){return this.#t(super.finally(e))}#t(e){return Object.defineProperties(e,{resolve:{configurable:!0,value:this.resolve},reject:{configurable:!0,value:this.reject}})}},to=class extends Error{constructor(e){super(e),this.name="InterceptorError",Object.setPrototypeOf(this,to.prototype)}},no=Symbol("kRequestHandled"),oo=Symbol("kResponsePromise"),ao=class{constructor(e){this.request=e,this[no]=!1,this[oo]=new eo}respondWith(e){mn.as(to,!this[no],'Failed to respond to the "%s %s" request: the "request" event has already been handled.',this.request.method,this.request.url),this[no]=!0,this[oo].resolve(e)}errorWith(e){mn.as(to,!this[no],'Failed to error the "%s %s" request: the "request" event has already been handled.',this.request.method,this.request.url),this[no]=!0,this[oo].resolve(e)}};async function ro(e,t,...n){const o=e.listeners(t);if(0!==o.length)for(const t of o)await t.apply(e,n)}async function io(e){const t=async t=>(t instanceof Error?e.onError(t):!function(e){return function(e,t){try{return e[t],!0}catch(e){return!1}}(e,"type")&&"error"===e.type}(t)?await e.onResponse(t):e.onRequestError(t),!0),n=async n=>{if(n instanceof to)throw a.error;return function(e){return null!=e&&e instanceof Error&&"code"in e&&"errno"in e}(n)?(e.onError(n),!0):n instanceof Response&&await t(n)};e.emitter.once("request",(({requestId:t})=>{t===e.requestId&&"pending"===e.controller[oo].state&&e.controller[oo].resolve(void 0)}));const o=new eo;e.request.signal&&(e.request.signal.aborted?o.reject(e.request.signal.reason):e.request.signal.addEventListener("abort",(()=>{o.reject(e.request.signal.reason)}),{once:!0}));const a=await gn((async()=>{const t=ro(e.emitter,"request",{requestId:e.requestId,request:e.request,controller:e.controller});await Promise.race([o,t,e.controller[oo]]);return await e.controller[oo]}));if("rejected"===o.state)return e.onError(o.rejectionReason),!0;if(a.error){if(await n(a.error))return!0;if(e.emitter.listenerCount("unhandledException")>0){const o=new ao(e.request);await ro(e.emitter,"unhandledException",{error:a.error,request:e.request,requestId:e.requestId,controller:o}).then((()=>{"pending"===o[oo].state&&o[oo].resolve(void 0)}));const r=await gn((()=>o[oo]));if(r.error)return n(r.error);if(r.data)return t(r.data)}return e.onResponse((r=a.error,new Response(JSON.stringify(r instanceof Error?{name:r.name,message:r.message,stack:r.stack}:r),{status:500,statusText:"Unhandled Exception",headers:{"Content-Type":"application/json"}}))),!0}var r;return!!a.data&&t(a.data)}function so(e){const t=Object.getOwnPropertyDescriptor(globalThis,e);return void 0!==t&&(("function"!=typeof t.get||void 0!==t.get())&&((void 0!==t.get||null!=t.value)&&(!(void 0===t.set&&!t.configurable)||(console.error(`[MSW] Failed to apply interceptor: the global \`${e}\` property is non-configurable. This is likely an issue with your environment. If you are using a framework, please open an issue about this in their repository.`),!1))))}function uo(e){return Object.assign(new TypeError("Failed to fetch"),{cause:e})}var co=["content-encoding","content-language","content-location","content-type","content-length"],lo=Symbol("kRedirectCount");function po(e,t){return e.origin===t.origin&&"null"===e.origin||e.protocol===t.protocol&&e.hostname===t.hostname&&e.port===t.port}var ho=class extends TransformStream{constructor(){console.warn("[Interceptors]: Brotli decompression of response streams is not supported in the browser"),super({transform(e,t){t.enqueue(e)}})}},mo=class extends TransformStream{constructor(e,...t){super({},...t);const n=[super.readable,...e].reduce(((e,t)=>e.pipeThrough(t)));Object.defineProperty(this,"readable",{get:()=>n})}};function fo(e){if(null===e.body)return null;const t=function(e){if(""===e)return null;const t=function(e){return e.toLowerCase().split(",").map((e=>e.trim()))}(e);if(0===t.length)return null;const n=t.reduceRight(((e,t)=>"gzip"===t||"x-gzip"===t?e.concat(new DecompressionStream("gzip")):"deflate"===t?e.concat(new DecompressionStream("deflate")):"br"===t?e.concat(new ho):(e.length=0,e)),[]);return new mo(n)}(e.headers.get("content-encoding")||"");return t?(e.body.pipeTo(t.writable),t.readable):null}var go=class extends $n{constructor(){super(go.symbol)}checkEnvironment(){return so("fetch")}async setup(){const e=globalThis.fetch;mn(!e[En],'Failed to patch the "fetch" module: already patched.'),globalThis.fetch=async(t,n)=>{const o=Qn(),a="string"!=typeof t||"undefined"==typeof location||function(e){try{return new URL(e),!0}catch(e){return!1}}(t)?t:new URL(t,location.origin),r=new Request(a,n),i=new eo,s=new ao(r);this.logger.info("[%s] %s",r.method,r.url),this.logger.info("awaiting for the mocked response..."),this.logger.info('emitting the "request" event for %s listener(s)...',this.emitter.listenerCount("request"));const u=await io({request:r,requestId:o,emitter:this.emitter,controller:s,onResponse:async e=>{this.logger.info("received mocked response!",{rawResponse:e});const t=fo(e),n=null===t?e:new Sn(t,e);if(Sn.setUrl(r.url,n),Sn.isRedirectResponse(n.status)){if("error"===r.redirect)return void i.reject(uo("unexpected redirect"));if("follow"===r.redirect)return void async function(e,t){if(303!==t.status&&null!=e.body)return Promise.reject(uo());const n=new URL(e.url);let o;try{o=new URL(t.headers.get("location"),e.url)}catch(e){return Promise.reject(uo(e))}if("http:"!==o.protocol&&"https:"!==o.protocol)return Promise.reject(uo("URL scheme must be a HTTP(S) scheme"));if(Reflect.get(e,lo)>20)return Promise.reject(uo("redirect count exceeded"));if(Object.defineProperty(e,lo,{value:(Reflect.get(e,lo)||0)+1}),"cors"===e.mode&&(o.username||o.password)&&!po(n,o))return Promise.reject(uo('cross origin not allowed for request mode "cors"'));const a={};return([301,302].includes(t.status)&&"POST"===e.method||303===t.status&&!["HEAD","GET"].includes(e.method))&&(a.method="GET",a.body=null,co.forEach((t=>{e.headers.delete(t)}))),po(n,o)||(e.headers.delete("authorization"),e.headers.delete("proxy-authorization"),e.headers.delete("cookie"),e.headers.delete("host")),a.headers=e.headers,fetch(new Request(o,a))}(r,n).then((e=>{i.resolve(e)}),(e=>{i.reject(e)}))}this.emitter.listenerCount("response")>0&&(this.logger.info('emitting the "response" event...'),await ro(this.emitter,"response",{response:n.clone(),isMockedResponse:!0,request:r,requestId:o})),i.resolve(n)},onRequestError:e=>{this.logger.info("request has errored!",{response:e}),i.reject(uo(e))},onError:e=>{this.logger.info("request has been aborted!",{error:e}),i.reject(e)}});return u?(this.logger.info("request has been handled, returning mock promise..."),i):(this.logger.info("no mocked response received, performing request as-is..."),e(r).then((async e=>{if(this.logger.info("original fetch performed",e),this.emitter.listenerCount("response")>0){this.logger.info('emitting the "response" event...');const t=e.clone();await ro(this.emitter,"response",{response:t,isMockedResponse:!1,request:r,requestId:o})}return e})))},Object.defineProperty(globalThis.fetch,En,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push((()=>{Object.defineProperty(globalThis.fetch,En,{value:void 0}),globalThis.fetch=e,this.logger.info('restored native "globalThis.fetch"!',globalThis.fetch.name)}))}},yo=go;yo.symbol=Symbol("fetch");var bo=class{constructor(e,t){this.NONE=0,this.CAPTURING_PHASE=1,this.AT_TARGET=2,this.BUBBLING_PHASE=3,this.type="",this.srcElement=null,this.currentTarget=null,this.eventPhase=0,this.isTrusted=!0,this.composed=!1,this.cancelable=!0,this.defaultPrevented=!1,this.bubbles=!0,this.lengthComputable=!0,this.loaded=0,this.total=0,this.cancelBubble=!1,this.returnValue=!0,this.type=e,this.target=(null==t?void 0:t.target)||null,this.currentTarget=(null==t?void 0:t.currentTarget)||null,this.timeStamp=Date.now()}composedPath(){return[]}initEvent(e,t,n){this.type=e,this.bubbles=!!t,this.cancelable=!!n}preventDefault(){this.defaultPrevented=!0}stopPropagation(){}stopImmediatePropagation(){}},vo=class extends bo{constructor(e,t){super(e),this.lengthComputable=(null==t?void 0:t.lengthComputable)||!1,this.composed=(null==t?void 0:t.composed)||!1,this.loaded=(null==t?void 0:t.loaded)||0,this.total=(null==t?void 0:t.total)||0}},ko="undefined"!=typeof ProgressEvent;function wo(e,t){if(!(t in e))return null;if(Object.prototype.hasOwnProperty.call(e,t))return e;const n=Reflect.getPrototypeOf(e);return n?wo(n,t):null}function jo(e,t){const n=new Proxy(e,function(e){const{constructorCall:t,methodCall:n,getProperty:o,setProperty:a}=e,r={};void 0!==t&&(r.construct=function(e,n,o){const a=Reflect.construct.bind(null,e,n,o);return t.call(o,n,a)});return r.set=function(e,t,n){const o=()=>{const o=wo(e,t)||e,a=Reflect.getOwnPropertyDescriptor(o,t);return void 0!==(null==a?void 0:a.set)?(a.set.apply(e,[n]),!0):Reflect.defineProperty(o,t,{writable:!0,enumerable:!0,configurable:!0,value:n})};return void 0!==a?a.call(e,[t,n],o):o()},r.get=function(e,t,a){const r=()=>e[t],i=void 0!==o?o.call(e,[t,a],r):r();return"function"==typeof i?(...o)=>{const a=i.bind(e,...o);return void 0!==n?n.call(e,[t,o],a):a()}:i},r}(t));return n}function _o(e){const t=new Headers,n=e.split(/[\r\n]+/);for(const e of n){if(""===e.trim())continue;const[n,...o]=e.split(": "),a=o.join(": ");t.append(n,a)}return t}async function Eo(e){const t=e.headers.get("content-length");if(null!=t&&""!==t)return Number(t);return(await e.arrayBuffer()).byteLength}var Co=Symbol("kIsRequestHandled"),So=fn(),Ro=Symbol("kFetchRequest"),To=class{constructor(e,t){this.initialRequest=e,this.logger=t,this.method="GET",this.url=null,this[Co]=!1,this.events=new Map,this.uploadEvents=new Map,this.requestId=Qn(),this.requestHeaders=new Headers,this.responseBuffer=new Uint8Array,this.request=jo(e,{setProperty:([e,t],n)=>{if("ontimeout"===e){const o=e.slice(2);return this.request.addEventListener(o,t),n()}return n()},methodCall:([e,t],n)=>{var o,a;switch(e){case"open":{const[e,o]=t;return void 0===o?(this.method="GET",this.url=Io(e)):(this.method=e,this.url=Io(o)),this.logger=this.logger.extend(`${this.method} ${this.url.href}`),this.logger.info("open",this.method,this.url.href),n()}case"addEventListener":{const[e,o]=t;return this.registerEvent(e,o),this.logger.info("addEventListener",e,o),n()}case"setRequestHeader":{const[e,o]=t;return this.requestHeaders.set(e,o),this.logger.info("setRequestHeader",e,o),n()}case"send":{const[e]=t;this.request.addEventListener("load",(()=>{if(void 0!==this.onResponse){const e=function(e,t){const n=Sn.isResponseWithBody(e.status)?t:null;return new Sn(n,{url:e.responseURL,status:e.status,statusText:e.statusText,headers:_o(e.getAllResponseHeaders())})}(this.request,this.request.response);this.onResponse.call(this,{response:e,isMockedResponse:this[Co],request:i,requestId:this.requestId})}}));const r="string"==typeof e?(a=e,_n.encode(a)):e,i=this.toFetchApiRequest(r);this[Ro]=i.clone();((null==(o=this.onRequest)?void 0:o.call(this,{request:i,requestId:this.requestId}))||Promise.resolve()).finally((()=>{if(!this[Co])return this.logger.info("request callback settled but request has not been handled (readystate %d), performing as-is...",this.request.readyState),So&&this.request.setRequestHeader("x-interceptors-internal-request-id",this.requestId),n()}));break}default:return n()}}}),xo(this.request,"upload",jo(this.request.upload,{setProperty:([e,t],n)=>{switch(e){case"onloadstart":case"onprogress":case"onaboart":case"onerror":case"onload":case"ontimeout":case"onloadend":{const n=e.slice(2);this.registerUploadEvent(n,t)}}return n()},methodCall:([e,t],n)=>{if("addEventListener"===e){const[e,o]=t;return this.registerUploadEvent(e,o),this.logger.info("upload.addEventListener",e,o),n()}}}))}registerEvent(e,t){const n=(this.events.get(e)||[]).concat(t);this.events.set(e,n),this.logger.info('registered event "%s"',e,t)}registerUploadEvent(e,t){const n=(this.uploadEvents.get(e)||[]).concat(t);this.uploadEvents.set(e,n),this.logger.info('registered upload event "%s"',e,t)}async respondWith(e){if(this[Co]=!0,this[Ro]){const e=await Eo(this[Ro]);this.trigger("loadstart",this.request.upload,{loaded:0,total:e}),this.trigger("progress",this.request.upload,{loaded:e,total:e}),this.trigger("load",this.request.upload,{loaded:e,total:e}),this.trigger("loadend",this.request.upload,{loaded:e,total:e})}this.logger.info("responding with a mocked response: %d %s",e.status,e.statusText),xo(this.request,"status",e.status),xo(this.request,"statusText",e.statusText),xo(this.request,"responseURL",this.url.href),this.request.getResponseHeader=new Proxy(this.request.getResponseHeader,{apply:(t,n,o)=>{if(this.logger.info("getResponseHeader",o[0]),this.request.readyState<this.request.HEADERS_RECEIVED)return this.logger.info("headers not received yet, returning null"),null;const a=e.headers.get(o[0]);return this.logger.info('resolved response header "%s" to',o[0],a),a}}),this.request.getAllResponseHeaders=new Proxy(this.request.getAllResponseHeaders,{apply:()=>{if(this.logger.info("getAllResponseHeaders"),this.request.readyState<this.request.HEADERS_RECEIVED)return this.logger.info("headers not received yet, returning empty string"),"";const t=Array.from(e.headers.entries()).map((([e,t])=>`${e}: ${t}`)).join("\r\n");return this.logger.info("resolved all response headers to",t),t}}),Object.defineProperties(this.request,{response:{enumerable:!0,configurable:!1,get:()=>this.response},responseText:{enumerable:!0,configurable:!1,get:()=>this.responseText},responseXML:{enumerable:!0,configurable:!1,get:()=>this.responseXML}});const t=await Eo(e.clone());this.logger.info("calculated response body length",t),this.trigger("loadstart",this.request,{loaded:0,total:t}),this.setReadyState(this.request.HEADERS_RECEIVED),this.setReadyState(this.request.LOADING);const n=()=>{this.logger.info("finalizing the mocked response..."),this.setReadyState(this.request.DONE),this.trigger("load",this.request,{loaded:this.responseBuffer.byteLength,total:t}),this.trigger("loadend",this.request,{loaded:this.responseBuffer.byteLength,total:t})};if(e.body){this.logger.info("mocked response has body, streaming...");const o=e.body.getReader(),a=async()=>{const{value:e,done:r}=await o.read();if(r)return this.logger.info("response body stream done!"),void n();e&&(this.logger.info("read response body chunk:",e),this.responseBuffer=function(e,t){const n=new Uint8Array(e.byteLength+t.byteLength);return n.set(e,0),n.set(t,e.byteLength),n}(this.responseBuffer,e),this.trigger("progress",this.request,{loaded:this.responseBuffer.byteLength,total:t})),a()};a()}else n()}responseBufferToText(){return e=this.responseBuffer,new TextDecoder(t).decode(e);var e,t}get response(){if(this.logger.info("getResponse (responseType: %s)",this.request.responseType),this.request.readyState!==this.request.DONE)return null;switch(this.request.responseType){case"json":{const e=function(e){try{return JSON.parse(e)}catch(e){return null}}(this.responseBufferToText());return this.logger.info("resolved response JSON",e),e}case"arraybuffer":{const t=(e=this.responseBuffer).buffer.slice(e.byteOffset,e.byteOffset+e.byteLength);return this.logger.info("resolved response ArrayBuffer",t),t}case"blob":{const e=this.request.getResponseHeader("Content-Type")||"text/plain",t=new Blob([this.responseBufferToText()],{type:e});return this.logger.info("resolved response Blob (mime type: %s)",t,e),t}default:{const e=this.responseBufferToText();return this.logger.info('resolving "%s" response type as text',this.request.responseType,e),e}}var e}get responseText(){if(mn(""===this.request.responseType||"text"===this.request.responseType,"InvalidStateError: The object is in invalid state."),this.request.readyState!==this.request.LOADING&&this.request.readyState!==this.request.DONE)return"";const e=this.responseBufferToText();return this.logger.info('getResponseText: "%s"',e),e}get responseXML(){if(mn(""===this.request.responseType||"document"===this.request.responseType,"InvalidStateError: The object is in invalid state."),this.request.readyState!==this.request.DONE)return null;const e=this.request.getResponseHeader("Content-Type")||"";return"undefined"==typeof DOMParser?(console.warn("Cannot retrieve XMLHttpRequest response body as XML: DOMParser is not defined. You are likely using an environment that is not browser or does not polyfill browser globals correctly."),null):function(e){return["application/xhtml+xml","application/xml","image/svg+xml","text/html","text/xml"].some((t=>e.startsWith(t)))}(e)?(new DOMParser).parseFromString(this.responseBufferToText(),e):null}errorWith(e){this[Co]=!0,this.logger.info("responding with an error"),this.setReadyState(this.request.DONE),this.trigger("error",this.request),this.trigger("loadend",this.request)}setReadyState(e){this.logger.info("setReadyState: %d -> %d",this.request.readyState,e),this.request.readyState!==e?(xo(this.request,"readyState",e),this.logger.info("set readyState to: %d",e),e!==this.request.UNSENT&&(this.logger.info('triggerring "readystatechange" event...'),this.trigger("readystatechange",this.request))):this.logger.info("ready state identical, skipping transition...")}trigger(e,t,n){const o=t[`on${e}`],a=function(e,t,n){const o=ko?ProgressEvent:vo;return["error","progress","loadstart","loadend","load","timeout","abort"].includes(t)?new o(t,{lengthComputable:!0,loaded:(null==n?void 0:n.loaded)||0,total:(null==n?void 0:n.total)||0}):new bo(t,{target:e,currentTarget:e})}(t,e,n);this.logger.info('trigger "%s"',e,n||""),"function"==typeof o&&(this.logger.info('found a direct "%s" callback, calling...',e),o.call(t,a));const r=t instanceof XMLHttpRequestUpload?this.uploadEvents:this.events;for(const[n,o]of r)n===e&&(this.logger.info('found %d listener(s) for "%s" event, calling...',o.length,e),o.forEach((e=>e.call(t,a))))}toFetchApiRequest(e){this.logger.info("converting request to a Fetch API Request...");const t=e instanceof Document?e.documentElement.innerText:e,n=new Request(this.url.href,{method:this.method,headers:this.requestHeaders,credentials:this.request.withCredentials?"include":"same-origin",body:["GET","HEAD"].includes(this.method.toUpperCase())?null:t}),o=jo(n.headers,{methodCall:([e,t],o)=>{switch(e){case"append":case"set":{const[e,n]=t;this.request.setRequestHeader(e,n);break}case"delete":{const[e]=t;console.warn(`XMLHttpRequest: Cannot remove a "${e}" header from the Fetch API representation of the "${n.method} ${n.url}" request. XMLHttpRequest headers cannot be removed.`);break}}return o()}});return xo(n,"headers",o),this.logger.info("converted request to a Fetch API Request!",n),n}};function Io(e){return"undefined"==typeof location?new URL(e):new URL(e.toString(),location.href)}function xo(e,t,n){Reflect.defineProperty(e,t,{writable:!0,enumerable:!0,value:n})}var Oo=class extends $n{constructor(){super(Oo.interceptorSymbol)}checkEnvironment(){return so("XMLHttpRequest")}setup(){const e=this.logger.extend("setup");e.info('patching "XMLHttpRequest" module...');const t=globalThis.XMLHttpRequest;mn(!t[En],'Failed to patch the "XMLHttpRequest" module: already patched.'),globalThis.XMLHttpRequest=function({emitter:e,logger:t}){const n=new Proxy(globalThis.XMLHttpRequest,{construct(n,o,a){t.info("constructed new XMLHttpRequest");const r=Reflect.construct(n,o,a),i=Object.getOwnPropertyDescriptors(n.prototype);for(const e in i)Reflect.defineProperty(r,e,i[e]);const s=new To(r,t);return s.onRequest=async function({request:t,requestId:n}){const o=new ao(t);this.logger.info("awaiting mocked response..."),this.logger.info('emitting the "request" event for %s listener(s)...',e.listenerCount("request")),await io({request:t,requestId:n,controller:o,emitter:e,onResponse:async e=>{await this.respondWith(e)},onRequestError:()=>{this.errorWith(new TypeError("Network error"))},onError:e=>{this.logger.info("request errored!",{error:e}),e instanceof Error&&this.errorWith(e)}})||this.logger.info("no mocked response received, performing request as-is...")},s.onResponse=async function({response:t,isMockedResponse:n,request:o,requestId:a}){this.logger.info('emitting the "response" event for %s listener(s)...',e.listenerCount("response")),e.emit("response",{response:t,isMockedResponse:n,request:o,requestId:a})},s.request}});return n}({emitter:this.emitter,logger:this.logger}),e.info('native "XMLHttpRequest" module patched!',globalThis.XMLHttpRequest.name),Object.defineProperty(globalThis.XMLHttpRequest,En,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push((()=>{Object.defineProperty(globalThis.XMLHttpRequest,En,{value:void 0}),globalThis.XMLHttpRequest=t,e.info('native "XMLHttpRequest" module restored!',globalThis.XMLHttpRequest.name)}))}},Ao=Oo;function zo(e){return async function(t){e.fallbackInterceptor=function(e,t){const n=new Jn({name:"fallback",interceptors:[new yo,new Ao]});return n.on("request",(async({request:n,requestId:o,controller:a})=>{const r=n.clone(),i=await He(n,o,e.getRequestHandlers().filter(Ge("RequestHandler")),t,e.emitter,{onMockedResponse(n,{handler:o,parsedResult:a}){t.quiet||e.emitter.once("response:mocked",(({response:e})=>{o.log({request:r,response:e,parsedResult:a})}))}});i&&a.respondWith(i)})),n.on("response",(({response:t,isMockedResponse:n,request:o,requestId:a})=>{e.emitter.emit(n?"response:mocked":"response:bypass",{response:t,request:o,requestId:a})})),n.apply(),n}(e,t),vn({message:"Mocking enabled (fallback mode).",quiet:t.quiet})}}function Po(){try{const e=new ReadableStream({start:e=>e.close()});return(new MessageChannel).port1.postMessage(e,[e]),!0}catch{return!1}}Ao.interceptorSymbol=Symbol("xhr");var Do=class extends Ze{context;startHandler=null;stopHandler=null;listeners;constructor(...e){super(...e),mn(!fn(),b.formatMessage("Failed to execute `setupWorker` in a non-browser environment. Consider using `setupServer` for Node.js environment instead.")),this.listeners=[],this.context=this.createWorkerContext()}createWorkerContext(){const e={isMockingEnabled:!1,startOptions:null,worker:null,getRequestHandlers:()=>this.handlersController.currentHandlers(),registration:null,requests:new Map,emitter:this.emitter,workerChannel:{on:(e,t)=>{this.context.events.addListener(navigator.serviceWorker,"message",(n=>{if(n.source!==this.context.worker)return;const o=n.data;o&&o.type===e&&t(n,o)}))},send:e=>{this.context.worker?.postMessage(e)}},events:{addListener:(e,t,n)=>(e.addEventListener(t,n),this.listeners.push({eventType:t,target:e,callback:n}),()=>{e.removeEventListener(t,n)}),removeAllListeners:()=>{for(const{target:e,eventType:t,callback:n}of this.listeners)e.removeEventListener(t,n);this.listeners=[]},once:e=>{const t=[];return new Promise(((n,o)=>{t.push(this.context.events.addListener(navigator.serviceWorker,"message",(t=>{try{const o=t.data;o.type===e&&n(o)}catch(e){o(e)}})),this.context.events.addListener(navigator.serviceWorker,"messageerror",o))})).finally((()=>{t.forEach((e=>e()))}))}},supports:{serviceWorkerApi:!("serviceWorker"in navigator)||"file:"===location.protocol,readableStreamTransfer:Po()}};return this.startHandler=e.supports.serviceWorkerApi?zo(e):Yn(e),this.stopHandler=e.supports.serviceWorkerApi?function(e){return function(){e.fallbackInterceptor?.dispose(),Xn({quiet:e.startOptions?.quiet})}}(e):(e=>function(){e.isMockingEnabled?(e.workerChannel.send("MOCK_DEACTIVATE"),e.isMockingEnabled=!1,window.clearInterval(e.keepAliveInterval),window.postMessage({type:"msw/worker:stop"}),Xn({quiet:e.startOptions?.quiet})):b.warn('Found a redundant "worker.stop()" call. Note that stopping the worker while mocking already stopped has no effect. Consider removing this "worker.stop()" call.')})(e),e}async start(e={}){return!0===e.waitUntilReady&&b.warn('The "waitUntilReady" option has been deprecated. Please remove it from this "worker.start()" call. Follow the recommended Browser integration (https://mswjs.io/docs/integrations/browser) to eliminate any race conditions between the Service Worker registration and any requests made by your application on initial render.'),this.context.startOptions=Ke(Zn,e),function(e){Bt.on("connection",(async t=>{const n=e.getHandlers(),o=new MessageEvent("connection",{data:t}),a=[];for(const e of n)Ge("EventHandler")(e)&&e.predicate({event:o,parsedResult:e.parse({event:o})})&&a.push(e);if(a.length>0){e?.onMockedConnection(t);for(const e of a)e[en](o)}else{const n=new Request(t.client.url,{headers:{upgrade:"websocket",connection:"upgrade"}});await E(n,e.getUnhandledRequestStrategy()).catch((e=>{const n=new Event("error");Object.defineProperty(n,"cause",{enumerable:!0,configurable:!1,value:e}),t.client.socket.dispatchEvent(n)})),e?.onPassthroughConnection(t),t.server.connect()}}))}({getUnhandledRequestStrategy:()=>this.context.startOptions.onUnhandledRequest,getHandlers:()=>this.handlersController.currentHandlers(),onMockedConnection:e=>{this.context.startOptions.quiet||ln(e)},onPassthroughConnection(){}}),Bt.apply(),this.subscriptions.push((()=>{Bt.dispose()})),await this.startHandler(this.context.startOptions,e)}stop(){super.dispose(),this.context.events.removeAllListeners(),this.context.emitter.removeAllListeners(),this.stopHandler()}};const{message:Lo}=be;var No=Object.create,qo=Object.defineProperty,Mo=Object.getOwnPropertyDescriptor,Uo=Object.getOwnPropertyNames,Bo=Object.getPrototypeOf,Fo=Object.prototype.hasOwnProperty,Wo=((e,t)=>function(){return t||(0,e[Uo(e)[0]])((t={exports:{}}).exports,t),t.exports})({"node_modules/cookie/index.js"(e){e.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");var o={},a=e.length;if(a<2)return o;var r=t&&t.decode||c,i=0,d=0,p=0;do{if(-1===(d=e.indexOf("=",i)))break;if(-1===(p=e.indexOf(";",i)))p=a;else if(d>p){i=e.lastIndexOf(";",d-1)+1;continue}var h=s(e,i,d),m=u(e,d,h),f=e.slice(h,m);if(!n.call(o,f)){var g=s(e,d+1,p),y=u(e,p,g);34===e.charCodeAt(g)&&34===e.charCodeAt(y-1)&&(g++,y--);var b=e.slice(g,y);o[f]=l(b,r)}i=p+1}while(i<a);return o},e.serialize=function(e,n,s){var u=s&&s.encode||encodeURIComponent;if("function"!=typeof u)throw new TypeError("option encode is invalid");if(!o.test(e))throw new TypeError("argument name is invalid");var c=u(n);if(!a.test(c))throw new TypeError("argument val is invalid");var l=e+"="+c;if(!s)return l;if(null!=s.maxAge){var d=Math.floor(s.maxAge);if(!isFinite(d))throw new TypeError("option maxAge is invalid");l+="; Max-Age="+d}if(s.domain){if(!r.test(s.domain))throw new TypeError("option domain is invalid");l+="; Domain="+s.domain}if(s.path){if(!i.test(s.path))throw new TypeError("option path is invalid");l+="; Path="+s.path}if(s.expires){var p=s.expires;if(!function(e){return"[object Date]"===t.call(e)}(p)||isNaN(p.valueOf()))throw new TypeError("option expires is invalid");l+="; Expires="+p.toUTCString()}s.httpOnly&&(l+="; HttpOnly");s.secure&&(l+="; Secure");s.partitioned&&(l+="; Partitioned");if(s.priority){switch("string"==typeof s.priority?s.priority.toLowerCase():s.priority){case"low":l+="; Priority=Low";break;case"medium":l+="; Priority=Medium";break;case"high":l+="; Priority=High";break;default:throw new TypeError("option priority is invalid")}}if(s.sameSite){switch("string"==typeof s.sameSite?s.sameSite.toLowerCase():s.sameSite){case!0:l+="; SameSite=Strict";break;case"lax":l+="; SameSite=Lax";break;case"strict":l+="; SameSite=Strict";break;case"none":l+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return l};var t=Object.prototype.toString,n=Object.prototype.hasOwnProperty,o=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/,a=/^("?)[\u0021\u0023-\u002B\u002D-\u003A\u003C-\u005B\u005D-\u007E]*\1$/,r=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,i=/^[\u0020-\u003A\u003D-\u007E]*$/;function s(e,t,n){do{var o=e.charCodeAt(t);if(32!==o&&9!==o)return t}while(++t<n);return n}function u(e,t,n){for(;t>n;){var o=e.charCodeAt(--t);if(32!==o&&9!==o)return t+1}return n}function c(e){return-1!==e.indexOf("%")?decodeURIComponent(e):e}function l(e,t){try{return t(e)}catch(t){return e}}}}),Ho=((e,t,n)=>(n=null!=e?No(Bo(e)):{},((e,t,n,o)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let a of Uo(t))Fo.call(e,a)||a===n||qo(e,a,{get:()=>t[a],enumerable:!(o=Mo(t,a))||o.enumerable});return e})(!t&&e&&e.__esModule?n:qo(n,"default",{value:e,enumerable:!0}),e)))(Wo(),1),Go=Ho.default;
|
|
1
|
+
import{__spreadArray as e,__assign as t,__awaiter as n,__generator as r,__extends as o,__rest as a}from"tslib";import*as i from"react";import s,{useState as c,useEffect as u,useRef as l,useMemo as d,useCallback as p}from"react";function h(e){return null!=e&&"object"==typeof e&&!Array.isArray(e)}function f(e,t){return Object.entries(t).reduce((e,[t,n])=>{const r=e[t];return Array.isArray(r)&&Array.isArray(n)?(e[t]=r.concat(n),e):h(r)&&h(n)?(e[t]=f(r,n),e):(e[t]=n,e)},Object.assign({},e))}var m=/(%?)(%([sdijo]))/g;function g(e,...t){if(0===t.length)return e;let n=0,r=e.replace(m,(e,r,o,a)=>{const i=function(e,t){switch(t){case"s":return e;case"d":case"i":return Number(e);case"j":return JSON.stringify(e);case"o":{if("string"==typeof e)return e;const t=JSON.stringify(e);return"{}"===t||"[]"===t||/^\[object .+?\]$/.test(t)?e:t}}}(t[n],a);return r?e:(n++,i)});return n<t.length&&(r+=` ${t.slice(n).join(" ")}`),r=r.replace(/%{2,2}/g,"%"),r}var y=class extends Error{constructor(e,...t){super(e),this.message=e,this.name="Invariant Violation",this.message=g(e,...t),function(e){if(!e.stack)return;const t=e.stack.split("\n");t.splice(1,2),e.stack=t.join("\n")}(this)}},v=(e,t,...n)=>{if(!e)throw new y(t,...n)};v.as=(e,t,n,...r)=>{if(!t){const t=0===r.length?n:g(n,...r);let o;try{o=Reflect.construct(e,[t])}catch(n){o=e(t)}throw o}};function b(e,...t){return`[MSW] ${g(e,...t)}`}const k={formatMessage:b,warn:function(e,...t){console.warn(b(e,...t))},error:function(e,...t){console.error(b(e,...t))}};class w extends Error{constructor(e){super(e),this.name="InternalError"}}const _=/[/\\]msw[/\\]src[/\\](.+)/,E=/(node_modules)?[/\\]lib[/\\](core|browser|node|native|iife)[/\\]|^[^/\\]*$/;class x{static cache=new WeakMap;__kind;info;isUsed;resolver;resolverIterator;resolverIteratorResult;options;constructor(e){this.resolver=e.resolver,this.options=e.options;const t=function(e){const t=e.stack;if(!t)return;const n=t.split("\n").slice(1).find(e=>!(_.test(e)||E.test(e)));if(!n)return;return n.replace(/\s*at [^()]*\(([^)]+)\)/,"$1").replace(/^@/,"")}(new Error);this.info={...e.info,callFrame:t},this.isUsed=!1,this.__kind="RequestHandler"}async parse(e){return{}}async test(e){const t=await this.parse({request:e.request,resolutionContext:e.resolutionContext});return this.predicate({request:e.request,parsedResult:t,resolutionContext:e.resolutionContext})}extendResolverArgs(e){return{}}cloneRequestOrGetFromCache(e){const t=x.cache.get(e);if(void 0!==t)return t;const n=e.clone();return x.cache.set(e,n),n}async run(e){if(this.isUsed&&this.options?.once)return null;const t=this.cloneRequestOrGetFromCache(e.request),n=await this.parse({request:e.request,resolutionContext:e.resolutionContext});if(!await this.predicate({request:e.request,parsedResult:n,resolutionContext:e.resolutionContext}))return null;if(this.isUsed&&this.options?.once)return null;this.isUsed=!0;const r=this.wrapResolver(this.resolver)({...this.extendResolverArgs({request:e.request,parsedResult:n}),requestId:e.requestId,request:e.request}).catch(e=>{if(e instanceof Response)return e;throw e}),o=await r;return this.createExecutionResult({request:t,requestId:e.requestId,response:o,parsedResult:n})}wrapResolver(e){return async t=>{if(!this.resolverIterator){const r=await e(t);if(!(n=r)||!Reflect.has(n,Symbol.iterator)&&!Reflect.has(n,Symbol.asyncIterator))return r;this.resolverIterator=Symbol.iterator in r?r[Symbol.iterator]():r[Symbol.asyncIterator]()}var n;this.isUsed=!1;const{done:r,value:o}=await this.resolverIterator.next(),a=await o;return a&&(this.resolverIteratorResult=a.clone()),r?(this.isUsed=!0,this.resolverIteratorResult?.clone()):a}}createExecutionResult(e){return{handler:this,request:e.request,requestId:e.requestId,response:e.response,parsedResult:e.parsedResult}}}function S(e){const t=e instanceof URL?e:new URL(e);return"undefined"!=typeof location&&t.origin===location.origin?t.pathname:t.origin+t.pathname}async function C(e,t="warn"){const n=new URL(e.url),r=S(n)+n.search,o="HEAD"===e.method||"GET"===e.method?null:await e.clone().text(),a=`intercepted a request without a matching request handler:${`\n\n • ${e.method} ${r}\n\n${o?` • Request body: ${o}\n\n`:""}`}If you still wish to intercept this unhandled request, please create a request handler for it.\nRead more: https://mswjs.io/docs/http/intercepting-requests`;function i(e){switch(e){case"error":throw k.error("Error: %s",a),new w(k.formatMessage('Cannot bypass a request when using the "error" strategy for the "onUnhandledRequest" option.'));case"warn":k.warn("Warning: %s",a);break;case"bypass":break;default:throw new w(k.formatMessage('Failed to react to an unhandled request: unknown strategy "%s". Please provide one of the supported strategies ("bypass", "warn", "error") or a custom callback function as the value of the "onUnhandledRequest" option.',e))}}"function"!=typeof t?function(e){const t=new URL(e.url);return"file:"===t.protocol||!!/(fonts\.googleapis\.com)/.test(t.hostname)||!!/node_modules/.test(t.pathname)||!!t.pathname.includes("@vite")||/\.(s?css|less|m?jsx?|m?tsx?|html|ttf|otf|woff|woff2|eot|gif|jpe?g|png|avif|webp|svg|mp4|webm|ogg|mov|mp3|wav|ogg|flac|aac|pdf|txt|csv|json|xml|md|zip|tar|gz|rar|7z)$/i.test(t.pathname)}(e)||i(t):t(e,{warning:i.bind(null,"warn"),error:i.bind(null,"error")})}function R(){if("undefined"!=typeof navigator&&"ReactNative"===navigator.product)return!0;if("undefined"!=typeof process){const e=process.type;return"renderer"!==e&&"worker"!==e&&!(!process.versions||!process.versions.node)}return!1}function I(e,t){let n=0,r=e.length,o=!1;if(!t){if(e.startsWith("data:"))return null;for(;n<e.length&&e.charCodeAt(n)<=32;)n+=1;for(;r>n+1&&e.charCodeAt(r-1)<=32;)r-=1;if(47===e.charCodeAt(n)&&47===e.charCodeAt(n+1))n+=2;else{const t=e.indexOf(":/",n);if(-1!==t){const r=t-n,o=e.charCodeAt(n),a=e.charCodeAt(n+1),i=e.charCodeAt(n+2),s=e.charCodeAt(n+3),c=e.charCodeAt(n+4);if(5===r&&104===o&&116===a&&116===i&&112===s&&115===c);else if(4===r&&104===o&&116===a&&116===i&&112===s);else if(3===r&&119===o&&115===a&&115===i);else if(2===r&&119===o&&115===a);else for(let r=n;r<t;r+=1){const t=32|e.charCodeAt(r);if(!(t>=97&&t<=122||t>=48&&t<=57||46===t||45===t||43===t))return null}for(n=t+2;47===e.charCodeAt(n);)n+=1}}let t=-1,a=-1,i=-1;for(let s=n;s<r;s+=1){const n=e.charCodeAt(s);if(35===n||47===n||63===n){r=s;break}64===n?t=s:93===n?a=s:58===n?i=s:n>=65&&n<=90&&(o=!0)}if(-1!==t&&t>n&&t<r&&(n=t+1),91===e.charCodeAt(n))return-1!==a?e.slice(n+1,a).toLowerCase():null;-1!==i&&i>n&&i<r&&(r=i)}for(;r>n+1&&46===e.charCodeAt(r-1);)r-=1;const a=0!==n||r!==e.length?e.slice(n,r):e;return o?a.toLowerCase():a}function T(e){return e>=97&&e<=122||e>=48&&e<=57||e>127}function A(e){if(e.length>255)return!1;if(0===e.length)return!1;if(!T(e.charCodeAt(0))&&46!==e.charCodeAt(0)&&95!==e.charCodeAt(0))return!1;let t=-1,n=-1;const r=e.length;for(let o=0;o<r;o+=1){const r=e.charCodeAt(o);if(46===r){if(o-t>64||46===n||45===n||95===n)return!1;t=o}else if(!T(r)&&45!==r&&95!==r)return!1;n=r}return r-t-1<=63&&45!==n}const O=function({allowIcannDomains:e=!0,allowPrivateDomains:t=!1,detectIp:n=!0,extractHostname:r=!0,mixedInputs:o=!0,validHosts:a=null,validateHostname:i=!0}){return{allowIcannDomains:e,allowPrivateDomains:t,detectIp:n,extractHostname:r,mixedInputs:o,validHosts:a,validateHostname:i}}({});function P(e,t,n,r,o){const a=function(e){return void 0===e?O:function({allowIcannDomains:e=!0,allowPrivateDomains:t=!1,detectIp:n=!0,extractHostname:r=!0,mixedInputs:o=!0,validHosts:a=null,validateHostname:i=!0}){return{allowIcannDomains:e,allowPrivateDomains:t,detectIp:n,extractHostname:r,mixedInputs:o,validHosts:a,validateHostname:i}}(e)}(r);return"string"!=typeof e?o:(a.extractHostname?a.mixedInputs?o.hostname=I(e,A(e)):o.hostname=I(e,!1):o.hostname=e,a.detectIp&&null!==o.hostname&&(o.isIp=function(e){if(e.length<3)return!1;let t=e.startsWith("[")?1:0,n=e.length;if("]"===e[n-1]&&(n-=1),n-t>39)return!1;let r=!1;for(;t<n;t+=1){const n=e.charCodeAt(t);if(58===n)r=!0;else if(!(n>=48&&n<=57||n>=97&&n<=102||n>=65&&n<=90))return!1}return r}(i=o.hostname)||function(e){if(e.length<7)return!1;if(e.length>15)return!1;let t=0;for(let n=0;n<e.length;n+=1){const r=e.charCodeAt(n);if(46===r)t+=1;else if(r<48||r>57)return!1}return 3===t&&46!==e.charCodeAt(0)&&46!==e.charCodeAt(e.length-1)}(i),o.isIp)?o:a.validateHostname&&a.extractHostname&&null!==o.hostname&&!A(o.hostname)?(o.hostname=null,o):0===t||null===o.hostname?o:(n(o.hostname,a,o),2===t||null===o.publicSuffix?o:(o.domain=function(e,t,n){if(null!==n.validHosts){const e=n.validHosts;for(const n of e)if(function(e,t){return!!e.endsWith(t)&&(e.length===t.length||"."===e[e.length-t.length-1])}(t,n))return n}let r=0;if(t.startsWith("."))for(;r<t.length&&"."===t[r];)r+=1;return e.length===t.length-r?null:function(e,t){const n=e.length-t.length-2,r=e.lastIndexOf(".",n);return-1===r?e:e.slice(r+1)}(t,e)}(o.publicSuffix,o.hostname,a),3===t||null===o.domain?o:(o.subdomain=function(e,t){return t.length===e.length?"":e.slice(0,-t.length-1)}(o.hostname,o.domain),4===t||(o.domainWithoutSuffix=(s=o.domain,c=o.publicSuffix,s.slice(0,-c.length-1))),o))));var i,s,c}const D=function(){const e=[1,{}],t=[0,{city:e}];return[0,{ck:[0,{www:e}],jp:[0,{kawasaki:t,kitakyushu:t,kobe:t,nagoya:t,sapporo:t,sendai:t,yokohama:t}]}]}(),j=function(){const e=[1,{}],t=[2,{}],n=[1,{com:e,edu:e,gov:e,net:e,org:e}],r=[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e}],o=[0,{"*":t}],a=[2,{s:o}],i=[0,{relay:t}],s=[2,{id:t}],c=[1,{gov:e}],u=[0,{airflow:o,"lambda-url":t,"transfer-webapp":t}],l=[0,{airflow:o,"transfer-webapp":t}],d=[0,{"transfer-webapp":t}],p=[0,{"transfer-webapp":t,"transfer-webapp-fips":t}],h=[0,{notebook:t,studio:t}],f=[0,{labeling:t,notebook:t,studio:t}],m=[0,{notebook:t}],g=[0,{labeling:t,notebook:t,"notebook-fips":t,studio:t}],y=[0,{notebook:t,"notebook-fips":t,studio:t,"studio-fips":t}],v=[0,{shop:t}],b=[0,{"*":e}],k=[1,{co:t}],w=[0,{objects:t}],_=[2,{nodes:t}],E=[0,{my:t}],x=[0,{s3:t,"s3-accesspoint":t,"s3-website":t}],S=[0,{s3:t,"s3-accesspoint":t}],C=[0,{direct:t}],R=[0,{"webview-assets":t}],I=[0,{vfs:t,"webview-assets":t}],T=[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,dualstack:x,s3:t,"s3-accesspoint":t,"s3-object-lambda":t,"s3-website":t,"aws-cloud9":R,cloud9:I}],A=[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,dualstack:S,s3:t,"s3-accesspoint":t,"s3-object-lambda":t,"s3-website":t,"aws-cloud9":R,cloud9:I}],O=[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,dualstack:x,s3:t,"s3-accesspoint":t,"s3-object-lambda":t,"s3-website":t,"analytics-gateway":t,"aws-cloud9":R,cloud9:I}],P=[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,dualstack:x,s3:t,"s3-accesspoint":t,"s3-object-lambda":t,"s3-website":t}],D=[0,{s3:t,"s3-accesspoint":t,"s3-accesspoint-fips":t,"s3-fips":t,"s3-website":t}],j=[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,dualstack:D,s3:t,"s3-accesspoint":t,"s3-accesspoint-fips":t,"s3-fips":t,"s3-object-lambda":t,"s3-website":t,"aws-cloud9":R,cloud9:I}],L=[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,dualstack:D,s3:t,"s3-accesspoint":t,"s3-accesspoint-fips":t,"s3-fips":t,"s3-object-lambda":t,"s3-website":t}],N=[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,dualstack:D,s3:t,"s3-accesspoint":t,"s3-accesspoint-fips":t,"s3-deprecated":t,"s3-fips":t,"s3-object-lambda":t,"s3-website":t,"analytics-gateway":t,"aws-cloud9":R,cloud9:I}],z=[0,{auth:t}],q=[0,{auth:t,"auth-fips":t}],U=[0,{"auth-fips":t}],M=[0,{apps:t}],B=[0,{paas:t}],F=[2,{eu:t}],W=[0,{app:t}],H=[0,{site:t}],G=[1,{com:e,edu:e,net:e,org:e}],V=[0,{j:t}],K=[0,{dyn:t}],$=[2,{web:t}],Q=[1,{discourse:t}],Y=[1,{co:e,com:e,edu:e,gov:e,net:e,org:e}],J=[0,{p:t}],X=[0,{user:t}],Z=[0,{cdn:t}],ee=[2,{raw:o}],te=[0,{cust:t,reservd:t}],ne=[0,{cust:t}],re=[0,{s3:t}],oe=[1,{biz:e,com:e,edu:e,gov:e,info:e,net:e,org:e}],ae=[0,{ipfs:t}],ie=[1,{framer:t}],se=[0,{forgot:t}],ce=[0,{core:[0,{blob:t,file:t,web:t}],servicebus:t}],ue=[1,{gs:e}],le=[0,{nes:e}],de=[1,{k12:e,cc:e,lib:e}],pe=[1,{cc:e}],he=[1,{cc:e,lib:e}];return[0,{ac:[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e,drr:t,feedback:t,forms:t}],ad:e,ae:[1,{ac:e,co:e,gov:e,mil:e,net:e,org:e,sch:e}],aero:[1,{airline:e,airport:e,"accident-investigation":e,"accident-prevention":e,aerobatic:e,aeroclub:e,aerodrome:e,agents:e,"air-surveillance":e,"air-traffic-control":e,aircraft:e,airtraffic:e,ambulance:e,association:e,author:e,ballooning:e,broker:e,caa:e,cargo:e,catering:e,certification:e,championship:e,charter:e,civilaviation:e,club:e,conference:e,consultant:e,consulting:e,control:e,council:e,crew:e,design:e,dgca:e,educator:e,emergency:e,engine:e,engineer:e,entertainment:e,equipment:e,exchange:e,express:e,federation:e,flight:e,freight:e,fuel:e,gliding:e,government:e,groundhandling:e,group:e,hanggliding:e,homebuilt:e,insurance:e,journal:e,journalist:e,leasing:e,logistics:e,magazine:e,maintenance:e,marketplace:e,media:e,microlight:e,modelling:e,navigation:e,parachuting:e,paragliding:e,"passenger-association":e,pilot:e,press:e,production:e,recreation:e,repbody:e,res:e,research:e,rotorcraft:e,safety:e,scientist:e,services:e,show:e,skydiving:e,software:e,student:e,taxi:e,trader:e,trading:e,trainer:e,union:e,workinggroup:e,works:e}],af:n,ag:[1,{co:e,com:e,net:e,nom:e,org:e,obj:t}],ai:[1,{com:e,net:e,off:e,org:e,uwu:t,framer:t,kiloapps:t}],al:r,am:[1,{co:e,com:e,commune:e,net:e,org:e,radio:t}],ao:[1,{co:e,ed:e,edu:e,gov:e,gv:e,it:e,og:e,org:e,pb:e}],aq:e,ar:[1,{bet:e,com:e,coop:e,edu:e,gob:e,gov:e,int:e,mil:e,musica:e,mutual:e,net:e,org:e,seg:e,senasa:e,tur:e}],arpa:[1,{e164:e,home:e,"in-addr":e,ip6:e,iris:e,uri:e,urn:e}],as:c,asia:[1,{cloudns:t,daemon:t,dix:t}],at:[1,{4:t,ac:[1,{sth:e}],co:e,gv:e,or:e,funkfeuer:[0,{wien:t}],futurecms:[0,{"*":t,ex:o,in:o}],futurehosting:t,futuremailing:t,ortsinfo:[0,{ex:o,kunden:o}],biz:t,info:t,"123webseite":t,priv:t,my:t,myspreadshop:t,"12hp":t,"2ix":t,"4lima":t,"lima-city":t}],au:[1,{asn:e,com:[1,{cloudlets:[0,{mel:t}],myspreadshop:t}],edu:[1,{act:e,catholic:e,nsw:e,nt:e,qld:e,sa:e,tas:e,vic:e,wa:e}],gov:[1,{qld:e,sa:e,tas:e,vic:e,wa:e}],id:e,net:e,org:e,conf:e,oz:e,act:e,nsw:e,nt:e,qld:e,sa:e,tas:e,vic:e,wa:e,hrsn:[0,{vps:t}]}],aw:[1,{com:e}],ax:e,az:[1,{biz:e,co:e,com:e,edu:e,gov:e,info:e,int:e,mil:e,name:e,net:e,org:e,pp:e,pro:e}],ba:[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e,brendly:v,rs:t}],bb:[1,{biz:e,co:e,com:e,edu:e,gov:e,info:e,net:e,org:e,store:e,tv:e}],bd:[1,{ac:e,ai:e,co:e,com:e,edu:e,gov:e,id:e,info:e,it:e,mil:e,net:e,org:e,sch:e,tv:e}],be:[1,{ac:e,cloudns:t,webhosting:t,interhostsolutions:[0,{cloud:t}],kuleuven:[0,{ezproxy:t}],"123website":t,myspreadshop:t,transurl:o}],bf:c,bg:[1,{0:e,1:e,2:e,3:e,4:e,5:e,6:e,7:e,8:e,9:e,a:e,b:e,c:e,d:e,e:e,f:e,g:e,h:e,i:e,j:e,k:e,l:e,m:e,n:e,o:e,p:e,q:e,r:e,s:e,t:e,u:e,v:e,w:e,x:e,y:e,z:e,barsy:t}],bh:n,bi:[1,{co:e,com:e,edu:e,or:e,org:e}],biz:[1,{activetrail:t,"cloud-ip":t,cloudns:t,jozi:t,dyndns:t,"for-better":t,"for-more":t,"for-some":t,"for-the":t,selfip:t,webhop:t,orx:t,mmafan:t,myftp:t,"no-ip":t,dscloud:t}],bj:[1,{africa:e,agro:e,architectes:e,assur:e,avocats:e,co:e,com:e,eco:e,econo:e,edu:e,info:e,loisirs:e,money:e,net:e,org:e,ote:e,restaurant:e,resto:e,tourism:e,univ:e}],bm:n,bn:[1,{com:e,edu:e,gov:e,net:e,org:e,co:t}],bo:[1,{com:e,edu:e,gob:e,int:e,mil:e,net:e,org:e,tv:e,web:e,academia:e,agro:e,arte:e,blog:e,bolivia:e,ciencia:e,cooperativa:e,democracia:e,deporte:e,ecologia:e,economia:e,empresa:e,indigena:e,industria:e,info:e,medicina:e,movimiento:e,musica:e,natural:e,nombre:e,noticias:e,patria:e,plurinacional:e,politica:e,profesional:e,pueblo:e,revista:e,salud:e,tecnologia:e,tksat:e,transporte:e,wiki:e}],br:[1,{"9guacu":e,abc:e,adm:e,adv:e,agr:e,aju:e,am:e,anani:e,aparecida:e,api:e,app:e,arq:e,art:e,ato:e,b:e,barueri:e,belem:e,bet:e,bhz:e,bib:e,bio:e,blog:e,bmd:e,boavista:e,bsb:e,campinagrande:e,campinas:e,caxias:e,cim:e,cng:e,cnt:e,com:[1,{simplesite:t}],contagem:e,coop:e,coz:e,cri:e,cuiaba:e,curitiba:e,def:e,des:e,det:e,dev:e,ecn:e,eco:e,edu:e,emp:e,enf:e,eng:e,esp:e,etc:e,eti:e,far:e,feira:e,flog:e,floripa:e,fm:e,fnd:e,fortal:e,fot:e,foz:e,fst:e,g12:e,geo:e,ggf:e,goiania:e,gov:[1,{ac:e,al:e,am:e,ap:e,ba:e,ce:e,df:e,es:e,go:e,ma:e,mg:e,ms:e,mt:e,pa:e,pb:e,pe:e,pi:e,pr:e,rj:e,rn:e,ro:e,rr:e,rs:e,sc:e,se:e,sp:e,to:e}],gru:e,ia:e,imb:e,ind:e,inf:e,jab:e,jampa:e,jdf:e,joinville:e,jor:e,jus:e,leg:[1,{ac:t,al:t,am:t,ap:t,ba:t,ce:t,df:t,es:t,go:t,ma:t,mg:t,ms:t,mt:t,pa:t,pb:t,pe:t,pi:t,pr:t,rj:t,rn:t,ro:t,rr:t,rs:t,sc:t,se:t,sp:t,to:t}],leilao:e,lel:e,log:e,londrina:e,macapa:e,maceio:e,manaus:e,maringa:e,mat:e,med:e,mil:e,morena:e,mp:e,mus:e,natal:e,net:e,niteroi:e,nom:b,not:e,ntr:e,odo:e,ong:e,org:e,osasco:e,palmas:e,poa:e,ppg:e,pro:e,psc:e,psi:e,pvh:e,qsl:e,radio:e,rec:e,recife:e,rep:e,ribeirao:e,rio:e,riobranco:e,riopreto:e,salvador:e,sampa:e,santamaria:e,santoandre:e,saobernardo:e,saogonca:e,seg:e,sjc:e,slg:e,slz:e,social:e,sorocaba:e,srv:e,taxi:e,tc:e,tec:e,teo:e,the:e,tmp:e,trd:e,tur:e,tv:e,udi:e,vet:e,vix:e,vlog:e,wiki:e,xyz:e,zlg:e,tche:t}],bs:[1,{com:e,edu:e,gov:e,net:e,org:e,we:t}],bt:n,bv:e,bw:[1,{ac:e,co:e,gov:e,net:e,org:e}],by:[1,{gov:e,mil:e,com:e,of:e,mediatech:t}],bz:[1,{co:e,com:e,edu:e,gov:e,net:e,org:e,za:t,mydns:t,gsj:t}],ca:[1,{ab:e,bc:e,mb:e,nb:e,nf:e,nl:e,ns:e,nt:e,nu:e,on:e,pe:e,qc:e,sk:e,yk:e,gc:e,barsy:t,awdev:o,co:t,"no-ip":t,onid:t,myspreadshop:t,box:t}],cat:e,cc:[1,{cleverapps:t,"cloud-ip":t,cloudns:t,ccwu:t,ftpaccess:t,"game-server":t,myphotos:t,scrapping:t,twmail:t,csx:t,fantasyleague:t,spawn:[0,{instances:t}],ec:t,eu:t,gu:t,uk:t,us:t}],cd:[1,{gov:e,cc:t}],cf:e,cg:e,ch:[1,{square7:t,cloudns:t,cloudscale:[0,{cust:t,lpg:w,rma:w}],objectstorage:[0,{lpg:t,rma:t}],flow:[0,{ae:[0,{alp1:t}],appengine:t}],"linkyard-cloud":t,gotdns:t,dnsking:t,"123website":t,myspreadshop:t,firenet:[0,{"*":t,svc:o}],"12hp":t,"2ix":t,"4lima":t,"lima-city":t}],ci:[1,{ac:e,"xn--aroport-bya":e,"aéroport":e,asso:e,co:e,com:e,ed:e,edu:e,go:e,gouv:e,int:e,net:e,or:e,org:e,us:t}],ck:b,cl:[1,{co:e,gob:e,gov:e,mil:e,cloudns:t}],cm:[1,{co:e,com:e,gov:e,net:e}],cn:[1,{ac:e,com:[1,{amazonaws:[0,{"cn-north-1":[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,rds:o,dualstack:x,s3:t,"s3-accesspoint":t,"s3-deprecated":t,"s3-object-lambda":t,"s3-website":t}],"cn-northwest-1":[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,rds:o,dualstack:S,s3:t,"s3-accesspoint":t,"s3-object-lambda":t,"s3-website":t}],compute:o,airflow:[0,{"cn-north-1":o,"cn-northwest-1":o}],eb:[0,{"cn-north-1":t,"cn-northwest-1":t}],elb:o}],amazonwebservices:[0,{on:[0,{"cn-north-1":l,"cn-northwest-1":l}]}],sagemaker:[0,{"cn-north-1":h,"cn-northwest-1":h}]}],edu:e,gov:e,mil:e,net:e,org:e,"xn--55qx5d":e,"公司":e,"xn--od0alg":e,"網絡":e,"xn--io0a7i":e,"网络":e,ah:e,bj:e,cq:e,fj:e,gd:e,gs:e,gx:e,gz:e,ha:e,hb:e,he:e,hi:e,hk:e,hl:e,hn:e,jl:e,js:e,jx:e,ln:e,mo:e,nm:e,nx:e,qh:e,sc:e,sd:e,sh:[1,{as:t}],sn:e,sx:e,tj:e,tw:e,xj:e,xz:e,yn:e,zj:e,"canva-apps":t,canvasite:E,myqnapcloud:t,quickconnect:C}],co:[1,{com:e,edu:e,gov:e,mil:e,net:e,nom:e,org:e,carrd:t,crd:t,otap:o,hidns:t,leadpages:t,lpages:t,mypi:t,xmit:o,rdpa:[0,{clusters:o,srvrless:o}],firewalledreplit:s,repl:s,supabase:[2,{realtime:t,storage:t}],umso:t}],com:[1,{a2hosted:t,cpserver:t,adobeaemcloud:[2,{dev:o}],africa:t,auiusercontent:o,aivencloud:t,alibabacloudcs:t,kasserver:t,amazonaws:[0,{"af-south-1":T,"ap-east-1":A,"ap-northeast-1":O,"ap-northeast-2":O,"ap-northeast-3":T,"ap-south-1":O,"ap-south-2":P,"ap-southeast-1":O,"ap-southeast-2":O,"ap-southeast-3":P,"ap-southeast-4":P,"ap-southeast-5":[0,{"execute-api":t,dualstack:x,s3:t,"s3-accesspoint":t,"s3-deprecated":t,"s3-object-lambda":t,"s3-website":t}],"ca-central-1":j,"ca-west-1":L,"eu-central-1":O,"eu-central-2":P,"eu-north-1":A,"eu-south-1":T,"eu-south-2":P,"eu-west-1":[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,dualstack:x,s3:t,"s3-accesspoint":t,"s3-deprecated":t,"s3-object-lambda":t,"s3-website":t,"analytics-gateway":t,"aws-cloud9":R,cloud9:I}],"eu-west-2":A,"eu-west-3":T,"il-central-1":[0,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,dualstack:x,s3:t,"s3-accesspoint":t,"s3-object-lambda":t,"s3-website":t,"aws-cloud9":R,cloud9:[0,{vfs:t}]}],"me-central-1":P,"me-south-1":A,"sa-east-1":T,"us-east-1":[2,{"execute-api":t,"emrappui-prod":t,"emrnotebooks-prod":t,"emrstudio-prod":t,dualstack:D,s3:t,"s3-accesspoint":t,"s3-accesspoint-fips":t,"s3-deprecated":t,"s3-fips":t,"s3-object-lambda":t,"s3-website":t,"analytics-gateway":t,"aws-cloud9":R,cloud9:I}],"us-east-2":N,"us-gov-east-1":L,"us-gov-west-1":L,"us-west-1":j,"us-west-2":N,compute:o,"compute-1":o,airflow:[0,{"af-south-1":o,"ap-east-1":o,"ap-northeast-1":o,"ap-northeast-2":o,"ap-northeast-3":o,"ap-south-1":o,"ap-south-2":o,"ap-southeast-1":o,"ap-southeast-2":o,"ap-southeast-3":o,"ap-southeast-4":o,"ap-southeast-5":o,"ap-southeast-7":o,"ca-central-1":o,"ca-west-1":o,"eu-central-1":o,"eu-central-2":o,"eu-north-1":o,"eu-south-1":o,"eu-south-2":o,"eu-west-1":o,"eu-west-2":o,"eu-west-3":o,"il-central-1":o,"me-central-1":o,"me-south-1":o,"sa-east-1":o,"us-east-1":o,"us-east-2":o,"us-west-1":o,"us-west-2":o}],rds:[0,{"af-south-1":o,"ap-east-1":o,"ap-east-2":o,"ap-northeast-1":o,"ap-northeast-2":o,"ap-northeast-3":o,"ap-south-1":o,"ap-south-2":o,"ap-southeast-1":o,"ap-southeast-2":o,"ap-southeast-3":o,"ap-southeast-4":o,"ap-southeast-5":o,"ap-southeast-6":o,"ap-southeast-7":o,"ca-central-1":o,"ca-west-1":o,"eu-central-1":o,"eu-central-2":o,"eu-west-1":o,"eu-west-2":o,"eu-west-3":o,"il-central-1":o,"me-central-1":o,"me-south-1":o,"mx-central-1":o,"sa-east-1":o,"us-east-1":o,"us-east-2":o,"us-gov-east-1":o,"us-gov-west-1":o,"us-northeast-1":o,"us-west-1":o,"us-west-2":o}],s3:t,"s3-1":t,"s3-ap-east-1":t,"s3-ap-northeast-1":t,"s3-ap-northeast-2":t,"s3-ap-northeast-3":t,"s3-ap-south-1":t,"s3-ap-southeast-1":t,"s3-ap-southeast-2":t,"s3-ca-central-1":t,"s3-eu-central-1":t,"s3-eu-north-1":t,"s3-eu-west-1":t,"s3-eu-west-2":t,"s3-eu-west-3":t,"s3-external-1":t,"s3-fips-us-gov-east-1":t,"s3-fips-us-gov-west-1":t,"s3-global":[0,{accesspoint:[0,{mrap:t}]}],"s3-me-south-1":t,"s3-sa-east-1":t,"s3-us-east-2":t,"s3-us-gov-east-1":t,"s3-us-gov-west-1":t,"s3-us-west-1":t,"s3-us-west-2":t,"s3-website-ap-northeast-1":t,"s3-website-ap-southeast-1":t,"s3-website-ap-southeast-2":t,"s3-website-eu-west-1":t,"s3-website-sa-east-1":t,"s3-website-us-east-1":t,"s3-website-us-gov-west-1":t,"s3-website-us-west-1":t,"s3-website-us-west-2":t,elb:o}],amazoncognito:[0,{"af-south-1":z,"ap-east-1":z,"ap-northeast-1":z,"ap-northeast-2":z,"ap-northeast-3":z,"ap-south-1":z,"ap-south-2":z,"ap-southeast-1":z,"ap-southeast-2":z,"ap-southeast-3":z,"ap-southeast-4":z,"ap-southeast-5":z,"ap-southeast-7":z,"ca-central-1":z,"ca-west-1":z,"eu-central-1":z,"eu-central-2":z,"eu-north-1":z,"eu-south-1":z,"eu-south-2":z,"eu-west-1":z,"eu-west-2":z,"eu-west-3":z,"il-central-1":z,"me-central-1":z,"me-south-1":z,"mx-central-1":z,"sa-east-1":z,"us-east-1":q,"us-east-2":q,"us-gov-east-1":U,"us-gov-west-1":U,"us-west-1":q,"us-west-2":q}],amplifyapp:t,awsapprunner:o,awsapps:t,elasticbeanstalk:[2,{"af-south-1":t,"ap-east-1":t,"ap-northeast-1":t,"ap-northeast-2":t,"ap-northeast-3":t,"ap-south-1":t,"ap-southeast-1":t,"ap-southeast-2":t,"ap-southeast-3":t,"ap-southeast-5":t,"ap-southeast-7":t,"ca-central-1":t,"eu-central-1":t,"eu-north-1":t,"eu-south-1":t,"eu-south-2":t,"eu-west-1":t,"eu-west-2":t,"eu-west-3":t,"il-central-1":t,"me-central-1":t,"me-south-1":t,"sa-east-1":t,"us-east-1":t,"us-east-2":t,"us-gov-east-1":t,"us-gov-west-1":t,"us-west-1":t,"us-west-2":t}],awsglobalaccelerator:t,siiites:t,appspacehosted:t,appspaceusercontent:t,"on-aptible":t,myasustor:t,"balena-devices":t,boutir:t,bplaced:t,cafjs:t,"canva-apps":t,"canva-hosted-embed":t,canvacode:t,"rice-labs":t,"cdn77-storage":t,br:t,cn:t,de:t,eu:t,jpn:t,mex:t,ru:t,sa:t,uk:t,us:t,za:t,"clever-cloud":[0,{services:o}],abrdns:t,dnsabr:t,"ip-ddns":t,jdevcloud:t,wpdevcloud:t,"cf-ipfs":t,"cloudflare-ipfs":t,trycloudflare:t,co:t,devinapps:o,builtwithdark:t,datadetect:[0,{demo:t,instance:t}],dattolocal:t,dattorelay:t,dattoweb:t,mydatto:t,digitaloceanspaces:o,discordsays:t,discordsez:t,drayddns:t,dreamhosters:t,durumis:t,blogdns:t,cechire:t,dnsalias:t,dnsdojo:t,doesntexist:t,dontexist:t,doomdns:t,"dyn-o-saur":t,dynalias:t,"dyndns-at-home":t,"dyndns-at-work":t,"dyndns-blog":t,"dyndns-free":t,"dyndns-home":t,"dyndns-ip":t,"dyndns-mail":t,"dyndns-office":t,"dyndns-pics":t,"dyndns-remote":t,"dyndns-server":t,"dyndns-web":t,"dyndns-wiki":t,"dyndns-work":t,"est-a-la-maison":t,"est-a-la-masion":t,"est-le-patron":t,"est-mon-blogueur":t,"from-ak":t,"from-al":t,"from-ar":t,"from-ca":t,"from-ct":t,"from-dc":t,"from-de":t,"from-fl":t,"from-ga":t,"from-hi":t,"from-ia":t,"from-id":t,"from-il":t,"from-in":t,"from-ks":t,"from-ky":t,"from-ma":t,"from-md":t,"from-mi":t,"from-mn":t,"from-mo":t,"from-ms":t,"from-mt":t,"from-nc":t,"from-nd":t,"from-ne":t,"from-nh":t,"from-nj":t,"from-nm":t,"from-nv":t,"from-oh":t,"from-ok":t,"from-or":t,"from-pa":t,"from-pr":t,"from-ri":t,"from-sc":t,"from-sd":t,"from-tn":t,"from-tx":t,"from-ut":t,"from-va":t,"from-vt":t,"from-wa":t,"from-wi":t,"from-wv":t,"from-wy":t,getmyip:t,gotdns:t,"hobby-site":t,homelinux:t,homeunix:t,iamallama:t,"is-a-anarchist":t,"is-a-blogger":t,"is-a-bookkeeper":t,"is-a-bulls-fan":t,"is-a-caterer":t,"is-a-chef":t,"is-a-conservative":t,"is-a-cpa":t,"is-a-cubicle-slave":t,"is-a-democrat":t,"is-a-designer":t,"is-a-doctor":t,"is-a-financialadvisor":t,"is-a-geek":t,"is-a-green":t,"is-a-guru":t,"is-a-hard-worker":t,"is-a-hunter":t,"is-a-landscaper":t,"is-a-lawyer":t,"is-a-liberal":t,"is-a-libertarian":t,"is-a-llama":t,"is-a-musician":t,"is-a-nascarfan":t,"is-a-nurse":t,"is-a-painter":t,"is-a-personaltrainer":t,"is-a-photographer":t,"is-a-player":t,"is-a-republican":t,"is-a-rockstar":t,"is-a-socialist":t,"is-a-student":t,"is-a-teacher":t,"is-a-techie":t,"is-a-therapist":t,"is-an-accountant":t,"is-an-actor":t,"is-an-actress":t,"is-an-anarchist":t,"is-an-artist":t,"is-an-engineer":t,"is-an-entertainer":t,"is-certified":t,"is-gone":t,"is-into-anime":t,"is-into-cars":t,"is-into-cartoons":t,"is-into-games":t,"is-leet":t,"is-not-certified":t,"is-slick":t,"is-uberleet":t,"is-with-theband":t,"isa-geek":t,"isa-hockeynut":t,issmarterthanyou:t,"likes-pie":t,likescandy:t,"neat-url":t,"saves-the-whales":t,selfip:t,"sells-for-less":t,"sells-for-u":t,servebbs:t,"simple-url":t,"space-to-rent":t,"teaches-yoga":t,writesthisblog:t,"1cooldns":t,bumbleshrimp:t,ddnsfree:t,ddnsgeek:t,ddnsguru:t,dynuddns:t,dynuhosting:t,giize:t,gleeze:t,kozow:t,loseyourip:t,ooguy:t,pivohosting:t,theworkpc:t,wiredbladehosting:t,emergentagent:[0,{preview:t}],mytuleap:t,"tuleap-partners":t,encoreapi:t,evennode:[0,{"eu-1":t,"eu-2":t,"eu-3":t,"eu-4":t,"us-1":t,"us-2":t,"us-3":t,"us-4":t}],onfabrica:t,"fastly-edge":t,"fastly-terrarium":t,"fastvps-server":t,mydobiss:t,firebaseapp:t,fldrv:t,framercanvas:t,"freebox-os":t,freeboxos:t,freemyip:t,aliases121:t,gentapps:t,gentlentapis:t,githubusercontent:t,"0emm":o,appspot:[2,{r:o}],blogspot:t,codespot:t,googleapis:t,googlecode:t,pagespeedmobilizer:t,withgoogle:t,withyoutube:t,grayjayleagues:t,hatenablog:t,hatenadiary:t,"hercules-app":t,"hercules-dev":t,herokuapp:t,gr:t,smushcdn:t,wphostedmail:t,wpmucdn:t,pixolino:t,"apps-1and1":t,"live-website":t,"webspace-host":t,dopaas:t,"hosted-by-previder":B,hosteur:[0,{"rag-cloud":t,"rag-cloud-ch":t}],"ik-server":[0,{jcloud:t,"jcloud-ver-jpc":t}],jelastic:[0,{demo:t}],massivegrid:B,wafaicloud:[0,{jed:t,ryd:t}],"eu1-plenit":t,"la1-plenit":t,"us1-plenit":t,webadorsite:t,"on-forge":t,"on-vapor":t,lpusercontent:t,linode:[0,{members:t,nodebalancer:o}],linodeobjects:o,linodeusercontent:[0,{ip:t}],localtonet:t,lovableproject:t,barsycenter:t,barsyonline:t,lutrausercontent:o,magicpatternsapp:t,modelscape:t,mwcloudnonprod:t,polyspace:t,mazeplay:t,miniserver:t,atmeta:t,fbsbx:M,meteorapp:F,routingthecloud:t,"same-app":t,"same-preview":t,mydbserver:t,mochausercontent:t,hostedpi:t,"mythic-beasts":[0,{caracal:t,customer:t,fentiger:t,lynx:t,ocelot:t,oncilla:t,onza:t,sphinx:t,vs:t,x:t,yali:t}],nospamproxy:[0,{cloud:[2,{o365:t}]}],"4u":t,nfshost:t,"3utilities":t,blogsyte:t,ciscofreak:t,damnserver:t,ddnsking:t,ditchyourip:t,dnsiskinky:t,dynns:t,geekgalaxy:t,"health-carereform":t,homesecuritymac:t,homesecuritypc:t,myactivedirectory:t,mysecuritycamera:t,myvnc:t,"net-freaks":t,onthewifi:t,point2this:t,quicksytes:t,securitytactics:t,servebeer:t,servecounterstrike:t,serveexchange:t,serveftp:t,servegame:t,servehalflife:t,servehttp:t,servehumour:t,serveirc:t,servemp3:t,servep2p:t,servepics:t,servequake:t,servesarcasm:t,stufftoread:t,unusualperson:t,workisboring:t,myiphost:t,observableusercontent:[0,{static:t}],simplesite:t,oaiusercontent:o,orsites:t,operaunite:t,"customer-oci":[0,{"*":t,oci:o,ocp:o,ocs:o}],oraclecloudapps:o,oraclegovcloudapps:o,"authgear-staging":t,authgearapps:t,outsystemscloud:t,ownprovider:t,pgfog:t,pagexl:t,gotpantheon:t,paywhirl:o,forgeblocks:t,upsunapp:t,"postman-echo":t,prgmr:[0,{xen:t}],"project-study":[0,{dev:t}],pythonanywhere:F,qa2:t,"alpha-myqnapcloud":t,"dev-myqnapcloud":t,mycloudnas:t,mynascloud:t,myqnapcloud:t,qualifioapp:t,ladesk:t,qualyhqpartner:o,qualyhqportal:o,qbuser:t,quipelements:o,rackmaze:t,"readthedocs-hosted":t,rhcloud:t,onrender:t,render:W,"subsc-pay":t,"180r":t,dojin:t,sakuratan:t,sakuraweb:t,x0:t,code:[0,{builder:o,"dev-builder":o,"stg-builder":o}],salesforce:[0,{platform:[0,{"code-builder-stg":[0,{test:[0,{"001":o}]}]}]}],logoip:t,scrysec:t,"firewall-gateway":t,myshopblocks:t,myshopify:t,shopitsite:t,"1kapp":t,appchizi:t,applinzi:t,sinaapp:t,vipsinaapp:t,streamlitapp:t,"try-snowplow":t,"playstation-cloud":t,myspreadshop:t,"w-corp-staticblitz":t,"w-credentialless-staticblitz":t,"w-staticblitz":t,"stackhero-network":t,stdlib:[0,{api:t}],strapiapp:[2,{media:t}],"streak-link":t,streaklinks:t,streakusercontent:t,"temp-dns":t,dsmynas:t,familyds:t,mytabit:t,taveusercontent:t,"tb-hosting":H,reservd:t,thingdustdata:t,"townnews-staging":t,typeform:[0,{pro:t}],hk:t,it:t,"deus-canvas":t,vultrobjects:o,wafflecell:t,hotelwithflight:t,"reserve-online":t,cprapid:t,pleskns:t,remotewd:t,wiardweb:[0,{pages:t}],"base44-sandbox":t,wixsite:t,wixstudio:t,messwithdns:t,"woltlab-demo":t,wpenginepowered:[2,{js:t}],xnbay:[2,{u2:t,"u2-local":t}],xtooldevice:t,yolasite:t}],coop:e,cr:[1,{ac:e,co:e,ed:e,fi:e,go:e,or:e,sa:e}],cu:[1,{com:e,edu:e,gob:e,inf:e,nat:e,net:e,org:e}],cv:[1,{com:e,edu:e,id:e,int:e,net:e,nome:e,org:e,publ:e}],cw:G,cx:[1,{gov:e,cloudns:t,ath:t,info:t,assessments:t,calculators:t,funnels:t,paynow:t,quizzes:t,researched:t,tests:t}],cy:[1,{ac:e,biz:e,com:[1,{scaleforce:V}],ekloges:e,gov:e,ltd:e,mil:e,net:e,org:e,press:e,pro:e,tm:e}],cz:[1,{gov:e,contentproxy9:[0,{rsc:t}],realm:t,e4:t,co:t,metacentrum:[0,{cloud:o,custom:t}],muni:[0,{cloud:[0,{flt:t,usr:t}]}]}],de:[1,{bplaced:t,square7:t,"bwcloud-os-instance":o,com:t,cosidns:K,dnsupdater:t,"dynamisches-dns":t,"internet-dns":t,"l-o-g-i-n":t,ddnss:[2,{dyn:t,dyndns:t}],"dyn-ip24":t,dyndns1:t,"home-webserver":[2,{dyn:t}],"myhome-server":t,dnshome:t,fuettertdasnetz:t,isteingeek:t,istmein:t,lebtimnetz:t,leitungsen:t,traeumtgerade:t,frusky:o,goip:t,"xn--gnstigbestellen-zvb":t,"günstigbestellen":t,"xn--gnstigliefern-wob":t,"günstigliefern":t,"hs-heilbronn":[0,{it:[0,{pages:t,"pages-research":t}]}],"dyn-berlin":t,"in-berlin":t,"in-brb":t,"in-butter":t,"in-dsl":t,"in-vpn":t,iservschule:t,"mein-iserv":t,schuldock:t,schulplattform:t,schulserver:t,"test-iserv":t,keymachine:t,co:t,"git-repos":t,"lcube-server":t,"svn-repos":t,barsy:t,webspaceconfig:t,"123webseite":t,rub:t,"ruhr-uni-bochum":[2,{noc:[0,{io:t}]}],logoip:t,"firewall-gateway":t,"my-gateway":t,"my-router":t,spdns:t,my:t,speedpartner:[0,{customer:t}],myspreadshop:t,"taifun-dns":t,"12hp":t,"2ix":t,"4lima":t,"lima-city":t,"virtual-user":t,virtualuser:t,"community-pro":t,diskussionsbereich:t,xenonconnect:o}],dj:e,dk:[1,{biz:t,co:t,firm:t,reg:t,store:t,"123hjemmeside":t,myspreadshop:t}],dm:Y,do:[1,{art:e,com:e,edu:e,gob:e,gov:e,mil:e,net:e,org:e,sld:e,web:e}],dz:[1,{art:e,asso:e,com:e,edu:e,gov:e,net:e,org:e,pol:e,soc:e,tm:e}],ec:[1,{abg:e,adm:e,agron:e,arqt:e,art:e,bar:e,chef:e,com:e,cont:e,cpa:e,cue:e,dent:e,dgn:e,disco:e,doc:e,edu:e,eng:e,esm:e,fin:e,fot:e,gal:e,gob:e,gov:e,gye:e,ibr:e,info:e,k12:e,lat:e,loj:e,med:e,mil:e,mktg:e,mon:e,net:e,ntr:e,odont:e,org:e,pro:e,prof:e,psic:e,psiq:e,pub:e,rio:e,rrpp:e,sal:e,tech:e,tul:e,tur:e,uio:e,vet:e,xxx:e,base:t,official:t}],edu:[1,{rit:[0,{"git-pages":t}]}],ee:[1,{aip:e,com:e,edu:e,fie:e,gov:e,lib:e,med:e,org:e,pri:e,riik:e}],eg:[1,{ac:e,com:e,edu:e,eun:e,gov:e,info:e,me:e,mil:e,name:e,net:e,org:e,sci:e,sport:e,tv:e}],er:b,es:[1,{com:e,edu:e,gob:e,nom:e,org:e,"123miweb":t,myspreadshop:t}],et:[1,{biz:e,com:e,edu:e,gov:e,info:e,name:e,net:e,org:e}],eu:[1,{amazonwebservices:[0,{on:[0,{"eusc-de-east-1":[0,{"cognito-idp":z}]}]}],cloudns:t,prvw:t,deuxfleurs:t,dogado:[0,{jelastic:t}],barsy:t,spdns:t,nxa:o,directwp:t,transurl:o}],fi:[1,{aland:e,dy:t,"xn--hkkinen-5wa":t,"häkkinen":t,iki:t,cloudplatform:[0,{fi:t}],datacenter:[0,{demo:t,paas:t}],kapsi:t,"123kotisivu":t,myspreadshop:t}],fj:[1,{ac:e,biz:e,com:e,edu:e,gov:e,id:e,info:e,mil:e,name:e,net:e,org:e,pro:e}],fk:b,fm:[1,{com:e,edu:e,net:e,org:e,radio:t,user:o}],fo:e,fr:[1,{asso:e,com:e,gouv:e,nom:e,prd:e,tm:e,avoues:e,cci:e,greta:e,"huissier-justice":e,"fbx-os":t,fbxos:t,"freebox-os":t,freeboxos:t,goupile:t,"123siteweb":t,"on-web":t,"chirurgiens-dentistes-en-france":t,dedibox:t,aeroport:t,avocat:t,chambagri:t,"chirurgiens-dentistes":t,"experts-comptables":t,medecin:t,notaires:t,pharmacien:t,port:t,veterinaire:t,myspreadshop:t,ynh:t}],ga:e,gb:e,gd:[1,{edu:e,gov:e}],ge:[1,{com:e,edu:e,gov:e,net:e,org:e,pvt:e,school:e}],gf:e,gg:[1,{co:e,net:e,org:e,ply:[0,{at:o,d6:t}],botdash:t,kaas:t,stackit:t,panel:[2,{daemon:t}]}],gh:[1,{biz:e,com:e,edu:e,gov:e,mil:e,net:e,org:e}],gi:[1,{com:e,edu:e,gov:e,ltd:e,mod:e,org:e}],gl:[1,{co:e,com:e,edu:e,net:e,org:e}],gm:e,gn:[1,{ac:e,com:e,edu:e,gov:e,net:e,org:e}],gov:e,gp:[1,{asso:e,com:e,edu:e,mobi:e,net:e,org:e}],gq:e,gr:[1,{com:e,edu:e,gov:e,net:e,org:e,barsy:t,simplesite:t}],gs:e,gt:[1,{com:e,edu:e,gob:e,ind:e,mil:e,net:e,org:e}],gu:[1,{com:e,edu:e,gov:e,guam:e,info:e,net:e,org:e,web:e}],gw:[1,{nx:t}],gy:Y,hk:[1,{com:e,edu:e,gov:e,idv:e,net:e,org:e,"xn--ciqpn":e,"个人":e,"xn--gmqw5a":e,"個人":e,"xn--55qx5d":e,"公司":e,"xn--mxtq1m":e,"政府":e,"xn--lcvr32d":e,"敎育":e,"xn--wcvs22d":e,"教育":e,"xn--gmq050i":e,"箇人":e,"xn--uc0atv":e,"組織":e,"xn--uc0ay4a":e,"組织":e,"xn--od0alg":e,"網絡":e,"xn--zf0avx":e,"網络":e,"xn--mk0axi":e,"组織":e,"xn--tn0ag":e,"组织":e,"xn--od0aq3b":e,"网絡":e,"xn--io0a7i":e,"网络":e,inc:t,ltd:t}],hm:e,hn:[1,{com:e,edu:e,gob:e,mil:e,net:e,org:e}],hr:[1,{com:e,from:e,iz:e,name:e,brendly:v}],ht:[1,{adult:e,art:e,asso:e,com:e,coop:e,edu:e,firm:e,gouv:e,info:e,med:e,net:e,org:e,perso:e,pol:e,pro:e,rel:e,shop:e,rt:t}],hu:[1,{2e3:e,agrar:e,bolt:e,casino:e,city:e,co:e,erotica:e,erotika:e,film:e,forum:e,games:e,hotel:e,info:e,ingatlan:e,jogasz:e,konyvelo:e,lakas:e,media:e,news:e,org:e,priv:e,reklam:e,sex:e,shop:e,sport:e,suli:e,szex:e,tm:e,tozsde:e,utazas:e,video:e}],id:[1,{ac:e,biz:e,co:e,desa:e,go:e,kop:e,mil:e,my:e,net:e,or:e,ponpes:e,sch:e,web:e,"xn--9tfky":e,"ᬩᬮᬶ":e,e:t,zone:t}],ie:[1,{gov:e,myspreadshop:t}],il:[1,{ac:e,co:[1,{ravpage:t,mytabit:t,tabitorder:t}],gov:e,idf:e,k12:e,muni:e,net:e,org:e}],"xn--4dbrk0ce":[1,{"xn--4dbgdty6c":e,"xn--5dbhl8d":e,"xn--8dbq2a":e,"xn--hebda8b":e}],"ישראל":[1,{"אקדמיה":e,"ישוב":e,"צהל":e,"ממשל":e}],im:[1,{ac:e,co:[1,{ltd:e,plc:e}],com:e,net:e,org:e,tt:e,tv:e}],in:[1,{"5g":e,"6g":e,ac:e,ai:e,am:e,bank:e,bihar:e,biz:e,business:e,ca:e,cn:e,co:e,com:e,coop:e,cs:e,delhi:e,dr:e,edu:e,er:e,fin:e,firm:e,gen:e,gov:e,gujarat:e,ind:e,info:e,int:e,internet:e,io:e,me:e,mil:e,net:e,nic:e,org:e,pg:e,post:e,pro:e,res:e,travel:e,tv:e,uk:e,up:e,us:e,cloudns:t,barsy:t,web:t,indevs:t,supabase:t}],info:[1,{cloudns:t,"dynamic-dns":t,"barrel-of-knowledge":t,"barrell-of-knowledge":t,dyndns:t,"for-our":t,"groks-the":t,"groks-this":t,"here-for-more":t,knowsitall:t,selfip:t,webhop:t,barsy:t,mayfirst:t,mittwald:t,mittwaldserver:t,typo3server:t,dvrcam:t,ilovecollege:t,"no-ip":t,forumz:t,nsupdate:t,dnsupdate:t,"v-info":t}],int:[1,{eu:e}],io:[1,{2038:t,co:e,com:e,edu:e,gov:e,mil:e,net:e,nom:e,org:e,"on-acorn":o,myaddr:t,apigee:t,"b-data":t,beagleboard:t,bitbucket:t,bluebite:t,boxfuse:t,brave:a,browsersafetymark:t,bubble:Z,bubbleapps:t,bigv:[0,{uk0:t}],cleverapps:t,cloudbeesusercontent:t,dappnode:[0,{dyndns:t}],darklang:t,definima:t,dedyn:t,icp0:ee,icp1:ee,qzz:t,"fh-muenster":t,gitbook:t,github:t,gitlab:t,lolipop:t,"hasura-app":t,hostyhosting:t,hypernode:t,moonscale:o,beebyte:B,beebyteapp:[0,{sekd1:t}],jele:t,keenetic:t,kiloapps:t,webthings:t,loginline:t,barsy:t,azurecontainer:o,ngrok:[2,{ap:t,au:t,eu:t,in:t,jp:t,sa:t,us:t}],nodeart:[0,{stage:t}],pantheonsite:t,forgerock:[0,{id:t}],pstmn:[2,{mock:t}],protonet:t,qcx:[2,{sys:o}],qoto:t,vaporcloud:t,myrdbx:t,"rb-hosting":H,"on-k3s":o,"on-rio":o,readthedocs:t,resindevice:t,resinstaging:[0,{devices:t}],hzc:t,sandcats:t,scrypted:[0,{client:t}],"mo-siemens":t,lair:M,stolos:o,musician:t,utwente:t,edugit:t,telebit:t,thingdust:[0,{dev:te,disrec:te,prod:ne,testing:te}],tickets:t,webflow:t,webflowtest:t,editorx:t,wixstudio:t,basicserver:t,virtualserver:t}],iq:r,ir:[1,{ac:e,co:e,gov:e,id:e,net:e,org:e,sch:e,"xn--mgba3a4f16a":e,"ایران":e,"xn--mgba3a4fra":e,"ايران":e,arvanedge:t,vistablog:t}],is:e,it:[1,{edu:e,gov:e,abr:e,abruzzo:e,"aosta-valley":e,aostavalley:e,bas:e,basilicata:e,cal:e,calabria:e,cam:e,campania:e,"emilia-romagna":e,emiliaromagna:e,emr:e,"friuli-v-giulia":e,"friuli-ve-giulia":e,"friuli-vegiulia":e,"friuli-venezia-giulia":e,"friuli-veneziagiulia":e,"friuli-vgiulia":e,"friuliv-giulia":e,"friulive-giulia":e,friulivegiulia:e,"friulivenezia-giulia":e,friuliveneziagiulia:e,friulivgiulia:e,fvg:e,laz:e,lazio:e,lig:e,liguria:e,lom:e,lombardia:e,lombardy:e,lucania:e,mar:e,marche:e,mol:e,molise:e,piedmont:e,piemonte:e,pmn:e,pug:e,puglia:e,sar:e,sardegna:e,sardinia:e,sic:e,sicilia:e,sicily:e,taa:e,tos:e,toscana:e,"trentin-sud-tirol":e,"xn--trentin-sd-tirol-rzb":e,"trentin-süd-tirol":e,"trentin-sudtirol":e,"xn--trentin-sdtirol-7vb":e,"trentin-südtirol":e,"trentin-sued-tirol":e,"trentin-suedtirol":e,trentino:e,"trentino-a-adige":e,"trentino-aadige":e,"trentino-alto-adige":e,"trentino-altoadige":e,"trentino-s-tirol":e,"trentino-stirol":e,"trentino-sud-tirol":e,"xn--trentino-sd-tirol-c3b":e,"trentino-süd-tirol":e,"trentino-sudtirol":e,"xn--trentino-sdtirol-szb":e,"trentino-südtirol":e,"trentino-sued-tirol":e,"trentino-suedtirol":e,"trentinoa-adige":e,trentinoaadige:e,"trentinoalto-adige":e,trentinoaltoadige:e,"trentinos-tirol":e,trentinostirol:e,"trentinosud-tirol":e,"xn--trentinosd-tirol-rzb":e,"trentinosüd-tirol":e,trentinosudtirol:e,"xn--trentinosdtirol-7vb":e,"trentinosüdtirol":e,"trentinosued-tirol":e,trentinosuedtirol:e,"trentinsud-tirol":e,"xn--trentinsd-tirol-6vb":e,"trentinsüd-tirol":e,trentinsudtirol:e,"xn--trentinsdtirol-nsb":e,"trentinsüdtirol":e,"trentinsued-tirol":e,trentinsuedtirol:e,tuscany:e,umb:e,umbria:e,"val-d-aosta":e,"val-daosta":e,"vald-aosta":e,valdaosta:e,"valle-aosta":e,"valle-d-aosta":e,"valle-daosta":e,valleaosta:e,"valled-aosta":e,valledaosta:e,"vallee-aoste":e,"xn--valle-aoste-ebb":e,"vallée-aoste":e,"vallee-d-aoste":e,"xn--valle-d-aoste-ehb":e,"vallée-d-aoste":e,valleeaoste:e,"xn--valleaoste-e7a":e,"valléeaoste":e,valleedaoste:e,"xn--valledaoste-ebb":e,"valléedaoste":e,vao:e,vda:e,ven:e,veneto:e,ag:e,agrigento:e,al:e,alessandria:e,"alto-adige":e,altoadige:e,an:e,ancona:e,"andria-barletta-trani":e,"andria-trani-barletta":e,andriabarlettatrani:e,andriatranibarletta:e,ao:e,aosta:e,aoste:e,ap:e,aq:e,aquila:e,ar:e,arezzo:e,"ascoli-piceno":e,ascolipiceno:e,asti:e,at:e,av:e,avellino:e,ba:e,balsan:e,"balsan-sudtirol":e,"xn--balsan-sdtirol-nsb":e,"balsan-südtirol":e,"balsan-suedtirol":e,bari:e,"barletta-trani-andria":e,barlettatraniandria:e,belluno:e,benevento:e,bergamo:e,bg:e,bi:e,biella:e,bl:e,bn:e,bo:e,bologna:e,bolzano:e,"bolzano-altoadige":e,bozen:e,"bozen-sudtirol":e,"xn--bozen-sdtirol-2ob":e,"bozen-südtirol":e,"bozen-suedtirol":e,br:e,brescia:e,brindisi:e,bs:e,bt:e,bulsan:e,"bulsan-sudtirol":e,"xn--bulsan-sdtirol-nsb":e,"bulsan-südtirol":e,"bulsan-suedtirol":e,bz:e,ca:e,cagliari:e,caltanissetta:e,"campidano-medio":e,campidanomedio:e,campobasso:e,"carbonia-iglesias":e,carboniaiglesias:e,"carrara-massa":e,carraramassa:e,caserta:e,catania:e,catanzaro:e,cb:e,ce:e,"cesena-forli":e,"xn--cesena-forl-mcb":e,"cesena-forlì":e,cesenaforli:e,"xn--cesenaforl-i8a":e,"cesenaforlì":e,ch:e,chieti:e,ci:e,cl:e,cn:e,co:e,como:e,cosenza:e,cr:e,cremona:e,crotone:e,cs:e,ct:e,cuneo:e,cz:e,"dell-ogliastra":e,dellogliastra:e,en:e,enna:e,fc:e,fe:e,fermo:e,ferrara:e,fg:e,fi:e,firenze:e,florence:e,fm:e,foggia:e,"forli-cesena":e,"xn--forl-cesena-fcb":e,"forlì-cesena":e,forlicesena:e,"xn--forlcesena-c8a":e,"forlìcesena":e,fr:e,frosinone:e,ge:e,genoa:e,genova:e,go:e,gorizia:e,gr:e,grosseto:e,"iglesias-carbonia":e,iglesiascarbonia:e,im:e,imperia:e,is:e,isernia:e,kr:e,"la-spezia":e,laquila:e,laspezia:e,latina:e,lc:e,le:e,lecce:e,lecco:e,li:e,livorno:e,lo:e,lodi:e,lt:e,lu:e,lucca:e,macerata:e,mantova:e,"massa-carrara":e,massacarrara:e,matera:e,mb:e,mc:e,me:e,"medio-campidano":e,mediocampidano:e,messina:e,mi:e,milan:e,milano:e,mn:e,mo:e,modena:e,monza:e,"monza-brianza":e,"monza-e-della-brianza":e,monzabrianza:e,monzaebrianza:e,monzaedellabrianza:e,ms:e,mt:e,na:e,naples:e,napoli:e,no:e,novara:e,nu:e,nuoro:e,og:e,ogliastra:e,"olbia-tempio":e,olbiatempio:e,or:e,oristano:e,ot:e,pa:e,padova:e,padua:e,palermo:e,parma:e,pavia:e,pc:e,pd:e,pe:e,perugia:e,"pesaro-urbino":e,pesarourbino:e,pescara:e,pg:e,pi:e,piacenza:e,pisa:e,pistoia:e,pn:e,po:e,pordenone:e,potenza:e,pr:e,prato:e,pt:e,pu:e,pv:e,pz:e,ra:e,ragusa:e,ravenna:e,rc:e,re:e,"reggio-calabria":e,"reggio-emilia":e,reggiocalabria:e,reggioemilia:e,rg:e,ri:e,rieti:e,rimini:e,rm:e,rn:e,ro:e,roma:e,rome:e,rovigo:e,sa:e,salerno:e,sassari:e,savona:e,si:e,siena:e,siracusa:e,so:e,sondrio:e,sp:e,sr:e,ss:e,"xn--sdtirol-n2a":e,"südtirol":e,suedtirol:e,sv:e,ta:e,taranto:e,te:e,"tempio-olbia":e,tempioolbia:e,teramo:e,terni:e,tn:e,to:e,torino:e,tp:e,tr:e,"trani-andria-barletta":e,"trani-barletta-andria":e,traniandriabarletta:e,tranibarlettaandria:e,trapani:e,trento:e,treviso:e,trieste:e,ts:e,turin:e,tv:e,ud:e,udine:e,"urbino-pesaro":e,urbinopesaro:e,va:e,varese:e,vb:e,vc:e,ve:e,venezia:e,venice:e,verbania:e,vercelli:e,verona:e,vi:e,"vibo-valentia":e,vibovalentia:e,vicenza:e,viterbo:e,vr:e,vs:e,vt:e,vv:e,ibxos:t,iliadboxos:t,neen:[0,{jc:t}],"123homepage":t,"16-b":t,"32-b":t,"64-b":t,myspreadshop:t,syncloud:t}],je:[1,{co:e,net:e,org:e,of:t}],jm:b,jo:[1,{agri:e,ai:e,com:e,edu:e,eng:e,fm:e,gov:e,mil:e,net:e,org:e,per:e,phd:e,sch:e,tv:e}],jobs:e,jp:[1,{ac:e,ad:e,co:e,ed:e,go:e,gr:e,lg:e,ne:[1,{aseinet:X,gehirn:t,ivory:t,"mail-box":t,mints:t,mokuren:t,opal:t,sakura:t,sumomo:t,topaz:t}],or:e,aichi:[1,{aisai:e,ama:e,anjo:e,asuke:e,chiryu:e,chita:e,fuso:e,gamagori:e,handa:e,hazu:e,hekinan:e,higashiura:e,ichinomiya:e,inazawa:e,inuyama:e,isshiki:e,iwakura:e,kanie:e,kariya:e,kasugai:e,kira:e,kiyosu:e,komaki:e,konan:e,kota:e,mihama:e,miyoshi:e,nishio:e,nisshin:e,obu:e,oguchi:e,oharu:e,okazaki:e,owariasahi:e,seto:e,shikatsu:e,shinshiro:e,shitara:e,tahara:e,takahama:e,tobishima:e,toei:e,togo:e,tokai:e,tokoname:e,toyoake:e,toyohashi:e,toyokawa:e,toyone:e,toyota:e,tsushima:e,yatomi:e}],akita:[1,{akita:e,daisen:e,fujisato:e,gojome:e,hachirogata:e,happou:e,higashinaruse:e,honjo:e,honjyo:e,ikawa:e,kamikoani:e,kamioka:e,katagami:e,kazuno:e,kitaakita:e,kosaka:e,kyowa:e,misato:e,mitane:e,moriyoshi:e,nikaho:e,noshiro:e,odate:e,oga:e,ogata:e,semboku:e,yokote:e,yurihonjo:e}],aomori:[1,{aomori:e,gonohe:e,hachinohe:e,hashikami:e,hiranai:e,hirosaki:e,itayanagi:e,kuroishi:e,misawa:e,mutsu:e,nakadomari:e,noheji:e,oirase:e,owani:e,rokunohe:e,sannohe:e,shichinohe:e,shingo:e,takko:e,towada:e,tsugaru:e,tsuruta:e}],chiba:[1,{abiko:e,asahi:e,chonan:e,chosei:e,choshi:e,chuo:e,funabashi:e,futtsu:e,hanamigawa:e,ichihara:e,ichikawa:e,ichinomiya:e,inzai:e,isumi:e,kamagaya:e,kamogawa:e,kashiwa:e,katori:e,katsuura:e,kimitsu:e,kisarazu:e,kozaki:e,kujukuri:e,kyonan:e,matsudo:e,midori:e,mihama:e,minamiboso:e,mobara:e,mutsuzawa:e,nagara:e,nagareyama:e,narashino:e,narita:e,noda:e,oamishirasato:e,omigawa:e,onjuku:e,otaki:e,sakae:e,sakura:e,shimofusa:e,shirako:e,shiroi:e,shisui:e,sodegaura:e,sosa:e,tako:e,tateyama:e,togane:e,tohnosho:e,tomisato:e,urayasu:e,yachimata:e,yachiyo:e,yokaichiba:e,yokoshibahikari:e,yotsukaido:e}],ehime:[1,{ainan:e,honai:e,ikata:e,imabari:e,iyo:e,kamijima:e,kihoku:e,kumakogen:e,masaki:e,matsuno:e,matsuyama:e,namikata:e,niihama:e,ozu:e,saijo:e,seiyo:e,shikokuchuo:e,tobe:e,toon:e,uchiko:e,uwajima:e,yawatahama:e}],fukui:[1,{echizen:e,eiheiji:e,fukui:e,ikeda:e,katsuyama:e,mihama:e,minamiechizen:e,obama:e,ohi:e,ono:e,sabae:e,sakai:e,takahama:e,tsuruga:e,wakasa:e}],fukuoka:[1,{ashiya:e,buzen:e,chikugo:e,chikuho:e,chikujo:e,chikushino:e,chikuzen:e,chuo:e,dazaifu:e,fukuchi:e,hakata:e,higashi:e,hirokawa:e,hisayama:e,iizuka:e,inatsuki:e,kaho:e,kasuga:e,kasuya:e,kawara:e,keisen:e,koga:e,kurate:e,kurogi:e,kurume:e,minami:e,miyako:e,miyama:e,miyawaka:e,mizumaki:e,munakata:e,nakagawa:e,nakama:e,nishi:e,nogata:e,ogori:e,okagaki:e,okawa:e,oki:e,omuta:e,onga:e,onojo:e,oto:e,saigawa:e,sasaguri:e,shingu:e,shinyoshitomi:e,shonai:e,soeda:e,sue:e,tachiarai:e,tagawa:e,takata:e,toho:e,toyotsu:e,tsuiki:e,ukiha:e,umi:e,usui:e,yamada:e,yame:e,yanagawa:e,yukuhashi:e}],fukushima:[1,{aizubange:e,aizumisato:e,aizuwakamatsu:e,asakawa:e,bandai:e,date:e,fukushima:e,furudono:e,futaba:e,hanawa:e,higashi:e,hirata:e,hirono:e,iitate:e,inawashiro:e,ishikawa:e,iwaki:e,izumizaki:e,kagamiishi:e,kaneyama:e,kawamata:e,kitakata:e,kitashiobara:e,koori:e,koriyama:e,kunimi:e,miharu:e,mishima:e,namie:e,nango:e,nishiaizu:e,nishigo:e,okuma:e,omotego:e,ono:e,otama:e,samegawa:e,shimogo:e,shirakawa:e,showa:e,soma:e,sukagawa:e,taishin:e,tamakawa:e,tanagura:e,tenei:e,yabuki:e,yamato:e,yamatsuri:e,yanaizu:e,yugawa:e}],gifu:[1,{anpachi:e,ena:e,gifu:e,ginan:e,godo:e,gujo:e,hashima:e,hichiso:e,hida:e,higashishirakawa:e,ibigawa:e,ikeda:e,kakamigahara:e,kani:e,kasahara:e,kasamatsu:e,kawaue:e,kitagata:e,mino:e,minokamo:e,mitake:e,mizunami:e,motosu:e,nakatsugawa:e,ogaki:e,sakahogi:e,seki:e,sekigahara:e,shirakawa:e,tajimi:e,takayama:e,tarui:e,toki:e,tomika:e,wanouchi:e,yamagata:e,yaotsu:e,yoro:e}],gunma:[1,{annaka:e,chiyoda:e,fujioka:e,higashiagatsuma:e,isesaki:e,itakura:e,kanna:e,kanra:e,katashina:e,kawaba:e,kiryu:e,kusatsu:e,maebashi:e,meiwa:e,midori:e,minakami:e,naganohara:e,nakanojo:e,nanmoku:e,numata:e,oizumi:e,ora:e,ota:e,shibukawa:e,shimonita:e,shinto:e,showa:e,takasaki:e,takayama:e,tamamura:e,tatebayashi:e,tomioka:e,tsukiyono:e,tsumagoi:e,ueno:e,yoshioka:e}],hiroshima:[1,{asaminami:e,daiwa:e,etajima:e,fuchu:e,fukuyama:e,hatsukaichi:e,higashihiroshima:e,hongo:e,jinsekikogen:e,kaita:e,kui:e,kumano:e,kure:e,mihara:e,miyoshi:e,naka:e,onomichi:e,osakikamijima:e,otake:e,saka:e,sera:e,seranishi:e,shinichi:e,shobara:e,takehara:e}],hokkaido:[1,{abashiri:e,abira:e,aibetsu:e,akabira:e,akkeshi:e,asahikawa:e,ashibetsu:e,ashoro:e,assabu:e,atsuma:e,bibai:e,biei:e,bifuka:e,bihoro:e,biratori:e,chippubetsu:e,chitose:e,date:e,ebetsu:e,embetsu:e,eniwa:e,erimo:e,esan:e,esashi:e,fukagawa:e,fukushima:e,furano:e,furubira:e,haboro:e,hakodate:e,hamatonbetsu:e,hidaka:e,higashikagura:e,higashikawa:e,hiroo:e,hokuryu:e,hokuto:e,honbetsu:e,horokanai:e,horonobe:e,ikeda:e,imakane:e,ishikari:e,iwamizawa:e,iwanai:e,kamifurano:e,kamikawa:e,kamishihoro:e,kamisunagawa:e,kamoenai:e,kayabe:e,kembuchi:e,kikonai:e,kimobetsu:e,kitahiroshima:e,kitami:e,kiyosato:e,koshimizu:e,kunneppu:e,kuriyama:e,kuromatsunai:e,kushiro:e,kutchan:e,kyowa:e,mashike:e,matsumae:e,mikasa:e,minamifurano:e,mombetsu:e,moseushi:e,mukawa:e,muroran:e,naie:e,nakagawa:e,nakasatsunai:e,nakatombetsu:e,nanae:e,nanporo:e,nayoro:e,nemuro:e,niikappu:e,niki:e,nishiokoppe:e,noboribetsu:e,numata:e,obihiro:e,obira:e,oketo:e,okoppe:e,otaru:e,otobe:e,otofuke:e,otoineppu:e,oumu:e,ozora:e,pippu:e,rankoshi:e,rebun:e,rikubetsu:e,rishiri:e,rishirifuji:e,saroma:e,sarufutsu:e,shakotan:e,shari:e,shibecha:e,shibetsu:e,shikabe:e,shikaoi:e,shimamaki:e,shimizu:e,shimokawa:e,shinshinotsu:e,shintoku:e,shiranuka:e,shiraoi:e,shiriuchi:e,sobetsu:e,sunagawa:e,taiki:e,takasu:e,takikawa:e,takinoue:e,teshikaga:e,tobetsu:e,tohma:e,tomakomai:e,tomari:e,toya:e,toyako:e,toyotomi:e,toyoura:e,tsubetsu:e,tsukigata:e,urakawa:e,urausu:e,uryu:e,utashinai:e,wakkanai:e,wassamu:e,yakumo:e,yoichi:e}],hyogo:[1,{aioi:e,akashi:e,ako:e,amagasaki:e,aogaki:e,asago:e,ashiya:e,awaji:e,fukusaki:e,goshiki:e,harima:e,himeji:e,ichikawa:e,inagawa:e,itami:e,kakogawa:e,kamigori:e,kamikawa:e,kasai:e,kasuga:e,kawanishi:e,miki:e,minamiawaji:e,nishinomiya:e,nishiwaki:e,ono:e,sanda:e,sannan:e,sasayama:e,sayo:e,shingu:e,shinonsen:e,shiso:e,sumoto:e,taishi:e,taka:e,takarazuka:e,takasago:e,takino:e,tamba:e,tatsuno:e,toyooka:e,yabu:e,yashiro:e,yoka:e,yokawa:e}],ibaraki:[1,{ami:e,asahi:e,bando:e,chikusei:e,daigo:e,fujishiro:e,hitachi:e,hitachinaka:e,hitachiomiya:e,hitachiota:e,ibaraki:e,ina:e,inashiki:e,itako:e,iwama:e,joso:e,kamisu:e,kasama:e,kashima:e,kasumigaura:e,koga:e,miho:e,mito:e,moriya:e,naka:e,namegata:e,oarai:e,ogawa:e,omitama:e,ryugasaki:e,sakai:e,sakuragawa:e,shimodate:e,shimotsuma:e,shirosato:e,sowa:e,suifu:e,takahagi:e,tamatsukuri:e,tokai:e,tomobe:e,tone:e,toride:e,tsuchiura:e,tsukuba:e,uchihara:e,ushiku:e,yachiyo:e,yamagata:e,yawara:e,yuki:e}],ishikawa:[1,{anamizu:e,hakui:e,hakusan:e,kaga:e,kahoku:e,kanazawa:e,kawakita:e,komatsu:e,nakanoto:e,nanao:e,nomi:e,nonoichi:e,noto:e,shika:e,suzu:e,tsubata:e,tsurugi:e,uchinada:e,wajima:e}],iwate:[1,{fudai:e,fujisawa:e,hanamaki:e,hiraizumi:e,hirono:e,ichinohe:e,ichinoseki:e,iwaizumi:e,iwate:e,joboji:e,kamaishi:e,kanegasaki:e,karumai:e,kawai:e,kitakami:e,kuji:e,kunohe:e,kuzumaki:e,miyako:e,mizusawa:e,morioka:e,ninohe:e,noda:e,ofunato:e,oshu:e,otsuchi:e,rikuzentakata:e,shiwa:e,shizukuishi:e,sumita:e,tanohata:e,tono:e,yahaba:e,yamada:e}],kagawa:[1,{ayagawa:e,higashikagawa:e,kanonji:e,kotohira:e,manno:e,marugame:e,mitoyo:e,naoshima:e,sanuki:e,tadotsu:e,takamatsu:e,tonosho:e,uchinomi:e,utazu:e,zentsuji:e}],kagoshima:[1,{akune:e,amami:e,hioki:e,isa:e,isen:e,izumi:e,kagoshima:e,kanoya:e,kawanabe:e,kinko:e,kouyama:e,makurazaki:e,matsumoto:e,minamitane:e,nakatane:e,nishinoomote:e,satsumasendai:e,soo:e,tarumizu:e,yusui:e}],kanagawa:[1,{aikawa:e,atsugi:e,ayase:e,chigasaki:e,ebina:e,fujisawa:e,hadano:e,hakone:e,hiratsuka:e,isehara:e,kaisei:e,kamakura:e,kiyokawa:e,matsuda:e,minamiashigara:e,miura:e,nakai:e,ninomiya:e,odawara:e,oi:e,oiso:e,sagamihara:e,samukawa:e,tsukui:e,yamakita:e,yamato:e,yokosuka:e,yugawara:e,zama:e,zushi:e}],kochi:[1,{aki:e,geisei:e,hidaka:e,higashitsuno:e,ino:e,kagami:e,kami:e,kitagawa:e,kochi:e,mihara:e,motoyama:e,muroto:e,nahari:e,nakamura:e,nankoku:e,nishitosa:e,niyodogawa:e,ochi:e,okawa:e,otoyo:e,otsuki:e,sakawa:e,sukumo:e,susaki:e,tosa:e,tosashimizu:e,toyo:e,tsuno:e,umaji:e,yasuda:e,yusuhara:e}],kumamoto:[1,{amakusa:e,arao:e,aso:e,choyo:e,gyokuto:e,kamiamakusa:e,kikuchi:e,kumamoto:e,mashiki:e,mifune:e,minamata:e,minamioguni:e,nagasu:e,nishihara:e,oguni:e,ozu:e,sumoto:e,takamori:e,uki:e,uto:e,yamaga:e,yamato:e,yatsushiro:e}],kyoto:[1,{ayabe:e,fukuchiyama:e,higashiyama:e,ide:e,ine:e,joyo:e,kameoka:e,kamo:e,kita:e,kizu:e,kumiyama:e,kyotamba:e,kyotanabe:e,kyotango:e,maizuru:e,minami:e,minamiyamashiro:e,miyazu:e,muko:e,nagaokakyo:e,nakagyo:e,nantan:e,oyamazaki:e,sakyo:e,seika:e,tanabe:e,uji:e,ujitawara:e,wazuka:e,yamashina:e,yawata:e}],mie:[1,{asahi:e,inabe:e,ise:e,kameyama:e,kawagoe:e,kiho:e,kisosaki:e,kiwa:e,komono:e,kumano:e,kuwana:e,matsusaka:e,meiwa:e,mihama:e,minamiise:e,misugi:e,miyama:e,nabari:e,shima:e,suzuka:e,tado:e,taiki:e,taki:e,tamaki:e,toba:e,tsu:e,udono:e,ureshino:e,watarai:e,yokkaichi:e}],miyagi:[1,{furukawa:e,higashimatsushima:e,ishinomaki:e,iwanuma:e,kakuda:e,kami:e,kawasaki:e,marumori:e,matsushima:e,minamisanriku:e,misato:e,murata:e,natori:e,ogawara:e,ohira:e,onagawa:e,osaki:e,rifu:e,semine:e,shibata:e,shichikashuku:e,shikama:e,shiogama:e,shiroishi:e,tagajo:e,taiwa:e,tome:e,tomiya:e,wakuya:e,watari:e,yamamoto:e,zao:e}],miyazaki:[1,{aya:e,ebino:e,gokase:e,hyuga:e,kadogawa:e,kawaminami:e,kijo:e,kitagawa:e,kitakata:e,kitaura:e,kobayashi:e,kunitomi:e,kushima:e,mimata:e,miyakonojo:e,miyazaki:e,morotsuka:e,nichinan:e,nishimera:e,nobeoka:e,saito:e,shiiba:e,shintomi:e,takaharu:e,takanabe:e,takazaki:e,tsuno:e}],nagano:[1,{achi:e,agematsu:e,anan:e,aoki:e,asahi:e,azumino:e,chikuhoku:e,chikuma:e,chino:e,fujimi:e,hakuba:e,hara:e,hiraya:e,iida:e,iijima:e,iiyama:e,iizuna:e,ikeda:e,ikusaka:e,ina:e,karuizawa:e,kawakami:e,kiso:e,kisofukushima:e,kitaaiki:e,komagane:e,komoro:e,matsukawa:e,matsumoto:e,miasa:e,minamiaiki:e,minamimaki:e,minamiminowa:e,minowa:e,miyada:e,miyota:e,mochizuki:e,nagano:e,nagawa:e,nagiso:e,nakagawa:e,nakano:e,nozawaonsen:e,obuse:e,ogawa:e,okaya:e,omachi:e,omi:e,ookuwa:e,ooshika:e,otaki:e,otari:e,sakae:e,sakaki:e,saku:e,sakuho:e,shimosuwa:e,shinanomachi:e,shiojiri:e,suwa:e,suzaka:e,takagi:e,takamori:e,takayama:e,tateshina:e,tatsuno:e,togakushi:e,togura:e,tomi:e,ueda:e,wada:e,yamagata:e,yamanouchi:e,yasaka:e,yasuoka:e}],nagasaki:[1,{chijiwa:e,futsu:e,goto:e,hasami:e,hirado:e,iki:e,isahaya:e,kawatana:e,kuchinotsu:e,matsuura:e,nagasaki:e,obama:e,omura:e,oseto:e,saikai:e,sasebo:e,seihi:e,shimabara:e,shinkamigoto:e,togitsu:e,tsushima:e,unzen:e}],nara:[1,{ando:e,gose:e,heguri:e,higashiyoshino:e,ikaruga:e,ikoma:e,kamikitayama:e,kanmaki:e,kashiba:e,kashihara:e,katsuragi:e,kawai:e,kawakami:e,kawanishi:e,koryo:e,kurotaki:e,mitsue:e,miyake:e,nara:e,nosegawa:e,oji:e,ouda:e,oyodo:e,sakurai:e,sango:e,shimoichi:e,shimokitayama:e,shinjo:e,soni:e,takatori:e,tawaramoto:e,tenkawa:e,tenri:e,uda:e,yamatokoriyama:e,yamatotakada:e,yamazoe:e,yoshino:e}],niigata:[1,{aga:e,agano:e,gosen:e,itoigawa:e,izumozaki:e,joetsu:e,kamo:e,kariwa:e,kashiwazaki:e,minamiuonuma:e,mitsuke:e,muika:e,murakami:e,myoko:e,nagaoka:e,niigata:e,ojiya:e,omi:e,sado:e,sanjo:e,seiro:e,seirou:e,sekikawa:e,shibata:e,tagami:e,tainai:e,tochio:e,tokamachi:e,tsubame:e,tsunan:e,uonuma:e,yahiko:e,yoita:e,yuzawa:e}],oita:[1,{beppu:e,bungoono:e,bungotakada:e,hasama:e,hiji:e,himeshima:e,hita:e,kamitsue:e,kokonoe:e,kuju:e,kunisaki:e,kusu:e,oita:e,saiki:e,taketa:e,tsukumi:e,usa:e,usuki:e,yufu:e}],okayama:[1,{akaiwa:e,asakuchi:e,bizen:e,hayashima:e,ibara:e,kagamino:e,kasaoka:e,kibichuo:e,kumenan:e,kurashiki:e,maniwa:e,misaki:e,nagi:e,niimi:e,nishiawakura:e,okayama:e,satosho:e,setouchi:e,shinjo:e,shoo:e,soja:e,takahashi:e,tamano:e,tsuyama:e,wake:e,yakage:e}],okinawa:[1,{aguni:e,ginowan:e,ginoza:e,gushikami:e,haebaru:e,higashi:e,hirara:e,iheya:e,ishigaki:e,ishikawa:e,itoman:e,izena:e,kadena:e,kin:e,kitadaito:e,kitanakagusuku:e,kumejima:e,kunigami:e,minamidaito:e,motobu:e,nago:e,naha:e,nakagusuku:e,nakijin:e,nanjo:e,nishihara:e,ogimi:e,okinawa:e,onna:e,shimoji:e,taketomi:e,tarama:e,tokashiki:e,tomigusuku:e,tonaki:e,urasoe:e,uruma:e,yaese:e,yomitan:e,yonabaru:e,yonaguni:e,zamami:e}],osaka:[1,{abeno:e,chihayaakasaka:e,chuo:e,daito:e,fujiidera:e,habikino:e,hannan:e,higashiosaka:e,higashisumiyoshi:e,higashiyodogawa:e,hirakata:e,ibaraki:e,ikeda:e,izumi:e,izumiotsu:e,izumisano:e,kadoma:e,kaizuka:e,kanan:e,kashiwara:e,katano:e,kawachinagano:e,kishiwada:e,kita:e,kumatori:e,matsubara:e,minato:e,minoh:e,misaki:e,moriguchi:e,neyagawa:e,nishi:e,nose:e,osakasayama:e,sakai:e,sayama:e,sennan:e,settsu:e,shijonawate:e,shimamoto:e,suita:e,tadaoka:e,taishi:e,tajiri:e,takaishi:e,takatsuki:e,tondabayashi:e,toyonaka:e,toyono:e,yao:e}],saga:[1,{ariake:e,arita:e,fukudomi:e,genkai:e,hamatama:e,hizen:e,imari:e,kamimine:e,kanzaki:e,karatsu:e,kashima:e,kitagata:e,kitahata:e,kiyama:e,kouhoku:e,kyuragi:e,nishiarita:e,ogi:e,omachi:e,ouchi:e,saga:e,shiroishi:e,taku:e,tara:e,tosu:e,yoshinogari:e}],saitama:[1,{arakawa:e,asaka:e,chichibu:e,fujimi:e,fujimino:e,fukaya:e,hanno:e,hanyu:e,hasuda:e,hatogaya:e,hatoyama:e,hidaka:e,higashichichibu:e,higashimatsuyama:e,honjo:e,ina:e,iruma:e,iwatsuki:e,kamiizumi:e,kamikawa:e,kamisato:e,kasukabe:e,kawagoe:e,kawaguchi:e,kawajima:e,kazo:e,kitamoto:e,koshigaya:e,kounosu:e,kuki:e,kumagaya:e,matsubushi:e,minano:e,misato:e,miyashiro:e,miyoshi:e,moroyama:e,nagatoro:e,namegawa:e,niiza:e,ogano:e,ogawa:e,ogose:e,okegawa:e,omiya:e,otaki:e,ranzan:e,ryokami:e,saitama:e,sakado:e,satte:e,sayama:e,shiki:e,shiraoka:e,soka:e,sugito:e,toda:e,tokigawa:e,tokorozawa:e,tsurugashima:e,urawa:e,warabi:e,yashio:e,yokoze:e,yono:e,yorii:e,yoshida:e,yoshikawa:e,yoshimi:e}],shiga:[1,{aisho:e,gamo:e,higashiomi:e,hikone:e,koka:e,konan:e,kosei:e,koto:e,kusatsu:e,maibara:e,moriyama:e,nagahama:e,nishiazai:e,notogawa:e,omihachiman:e,otsu:e,ritto:e,ryuoh:e,takashima:e,takatsuki:e,torahime:e,toyosato:e,yasu:e}],shimane:[1,{akagi:e,ama:e,gotsu:e,hamada:e,higashiizumo:e,hikawa:e,hikimi:e,izumo:e,kakinoki:e,masuda:e,matsue:e,misato:e,nishinoshima:e,ohda:e,okinoshima:e,okuizumo:e,shimane:e,tamayu:e,tsuwano:e,unnan:e,yakumo:e,yasugi:e,yatsuka:e}],shizuoka:[1,{arai:e,atami:e,fuji:e,fujieda:e,fujikawa:e,fujinomiya:e,fukuroi:e,gotemba:e,haibara:e,hamamatsu:e,higashiizu:e,ito:e,iwata:e,izu:e,izunokuni:e,kakegawa:e,kannami:e,kawanehon:e,kawazu:e,kikugawa:e,kosai:e,makinohara:e,matsuzaki:e,minamiizu:e,mishima:e,morimachi:e,nishiizu:e,numazu:e,omaezaki:e,shimada:e,shimizu:e,shimoda:e,shizuoka:e,susono:e,yaizu:e,yoshida:e}],tochigi:[1,{ashikaga:e,bato:e,haga:e,ichikai:e,iwafune:e,kaminokawa:e,kanuma:e,karasuyama:e,kuroiso:e,mashiko:e,mibu:e,moka:e,motegi:e,nasu:e,nasushiobara:e,nikko:e,nishikata:e,nogi:e,ohira:e,ohtawara:e,oyama:e,sakura:e,sano:e,shimotsuke:e,shioya:e,takanezawa:e,tochigi:e,tsuga:e,ujiie:e,utsunomiya:e,yaita:e}],tokushima:[1,{aizumi:e,anan:e,ichiba:e,itano:e,kainan:e,komatsushima:e,matsushige:e,mima:e,minami:e,miyoshi:e,mugi:e,nakagawa:e,naruto:e,sanagochi:e,shishikui:e,tokushima:e,wajiki:e}],tokyo:[1,{adachi:e,akiruno:e,akishima:e,aogashima:e,arakawa:e,bunkyo:e,chiyoda:e,chofu:e,chuo:e,edogawa:e,fuchu:e,fussa:e,hachijo:e,hachioji:e,hamura:e,higashikurume:e,higashimurayama:e,higashiyamato:e,hino:e,hinode:e,hinohara:e,inagi:e,itabashi:e,katsushika:e,kita:e,kiyose:e,kodaira:e,koganei:e,kokubunji:e,komae:e,koto:e,kouzushima:e,kunitachi:e,machida:e,meguro:e,minato:e,mitaka:e,mizuho:e,musashimurayama:e,musashino:e,nakano:e,nerima:e,ogasawara:e,okutama:e,ome:e,oshima:e,ota:e,setagaya:e,shibuya:e,shinagawa:e,shinjuku:e,suginami:e,sumida:e,tachikawa:e,taito:e,tama:e,toshima:e}],tottori:[1,{chizu:e,hino:e,kawahara:e,koge:e,kotoura:e,misasa:e,nanbu:e,nichinan:e,sakaiminato:e,tottori:e,wakasa:e,yazu:e,yonago:e}],toyama:[1,{asahi:e,fuchu:e,fukumitsu:e,funahashi:e,himi:e,imizu:e,inami:e,johana:e,kamiichi:e,kurobe:e,nakaniikawa:e,namerikawa:e,nanto:e,nyuzen:e,oyabe:e,taira:e,takaoka:e,tateyama:e,toga:e,tonami:e,toyama:e,unazuki:e,uozu:e,yamada:e}],wakayama:[1,{arida:e,aridagawa:e,gobo:e,hashimoto:e,hidaka:e,hirogawa:e,inami:e,iwade:e,kainan:e,kamitonda:e,katsuragi:e,kimino:e,kinokawa:e,kitayama:e,koya:e,koza:e,kozagawa:e,kudoyama:e,kushimoto:e,mihama:e,misato:e,nachikatsuura:e,shingu:e,shirahama:e,taiji:e,tanabe:e,wakayama:e,yuasa:e,yura:e}],yamagata:[1,{asahi:e,funagata:e,higashine:e,iide:e,kahoku:e,kaminoyama:e,kaneyama:e,kawanishi:e,mamurogawa:e,mikawa:e,murayama:e,nagai:e,nakayama:e,nanyo:e,nishikawa:e,obanazawa:e,oe:e,oguni:e,ohkura:e,oishida:e,sagae:e,sakata:e,sakegawa:e,shinjo:e,shirataka:e,shonai:e,takahata:e,tendo:e,tozawa:e,tsuruoka:e,yamagata:e,yamanobe:e,yonezawa:e,yuza:e}],yamaguchi:[1,{abu:e,hagi:e,hikari:e,hofu:e,iwakuni:e,kudamatsu:e,mitou:e,nagato:e,oshima:e,shimonoseki:e,shunan:e,tabuse:e,tokuyama:e,toyota:e,ube:e,yuu:e}],yamanashi:[1,{chuo:e,doshi:e,fuefuki:e,fujikawa:e,fujikawaguchiko:e,fujiyoshida:e,hayakawa:e,hokuto:e,ichikawamisato:e,kai:e,kofu:e,koshu:e,kosuge:e,"minami-alps":e,minobu:e,nakamichi:e,nanbu:e,narusawa:e,nirasaki:e,nishikatsura:e,oshino:e,otsuki:e,showa:e,tabayama:e,tsuru:e,uenohara:e,yamanakako:e,yamanashi:e}],"xn--ehqz56n":e,"三重":e,"xn--1lqs03n":e,"京都":e,"xn--qqqt11m":e,"佐賀":e,"xn--f6qx53a":e,"兵庫":e,"xn--djrs72d6uy":e,"北海道":e,"xn--mkru45i":e,"千葉":e,"xn--0trq7p7nn":e,"和歌山":e,"xn--5js045d":e,"埼玉":e,"xn--kbrq7o":e,"大分":e,"xn--pssu33l":e,"大阪":e,"xn--ntsq17g":e,"奈良":e,"xn--uisz3g":e,"宮城":e,"xn--6btw5a":e,"宮崎":e,"xn--1ctwo":e,"富山":e,"xn--6orx2r":e,"山口":e,"xn--rht61e":e,"山形":e,"xn--rht27z":e,"山梨":e,"xn--nit225k":e,"岐阜":e,"xn--rht3d":e,"岡山":e,"xn--djty4k":e,"岩手":e,"xn--klty5x":e,"島根":e,"xn--kltx9a":e,"広島":e,"xn--kltp7d":e,"徳島":e,"xn--c3s14m":e,"愛媛":e,"xn--vgu402c":e,"愛知":e,"xn--efvn9s":e,"新潟":e,"xn--1lqs71d":e,"東京":e,"xn--4pvxs":e,"栃木":e,"xn--uuwu58a":e,"沖縄":e,"xn--zbx025d":e,"滋賀":e,"xn--8pvr4u":e,"熊本":e,"xn--5rtp49c":e,"石川":e,"xn--ntso0iqx3a":e,"神奈川":e,"xn--elqq16h":e,"福井":e,"xn--4it168d":e,"福岡":e,"xn--klt787d":e,"福島":e,"xn--rny31h":e,"秋田":e,"xn--7t0a264c":e,"群馬":e,"xn--uist22h":e,"茨城":e,"xn--8ltr62k":e,"長崎":e,"xn--2m4a15e":e,"長野":e,"xn--32vp30h":e,"青森":e,"xn--4it797k":e,"静岡":e,"xn--5rtq34k":e,"香川":e,"xn--k7yn95e":e,"高知":e,"xn--tor131o":e,"鳥取":e,"xn--d5qv7z876c":e,"鹿児島":e,kawasaki:b,kitakyushu:b,kobe:b,nagoya:b,sapporo:b,sendai:b,yokohama:b,buyshop:t,fashionstore:t,handcrafted:t,kawaiishop:t,supersale:t,theshop:t,"0am":t,"0g0":t,"0j0":t,"0t0":t,mydns:t,pgw:t,wjg:t,usercontent:t,angry:t,babyblue:t,babymilk:t,backdrop:t,bambina:t,bitter:t,blush:t,boo:t,boy:t,boyfriend:t,but:t,candypop:t,capoo:t,catfood:t,cheap:t,chicappa:t,chillout:t,chips:t,chowder:t,chu:t,ciao:t,cocotte:t,coolblog:t,cranky:t,cutegirl:t,daa:t,deca:t,deci:t,digick:t,egoism:t,fakefur:t,fem:t,flier:t,floppy:t,fool:t,frenchkiss:t,girlfriend:t,girly:t,gloomy:t,gonna:t,greater:t,hacca:t,heavy:t,her:t,hiho:t,hippy:t,holy:t,hungry:t,icurus:t,itigo:t,jellybean:t,kikirara:t,kill:t,kilo:t,kuron:t,littlestar:t,lolipopmc:t,lolitapunk:t,lomo:t,lovepop:t,lovesick:t,main:t,mods:t,mond:t,mongolian:t,moo:t,namaste:t,nikita:t,nobushi:t,noor:t,oops:t,parallel:t,parasite:t,pecori:t,peewee:t,penne:t,pepper:t,perma:t,pigboat:t,pinoko:t,punyu:t,pupu:t,pussycat:t,pya:t,raindrop:t,readymade:t,sadist:t,schoolbus:t,secret:t,staba:t,stripper:t,sub:t,sunnyday:t,thick:t,tonkotsu:t,under:t,upper:t,velvet:t,verse:t,versus:t,vivian:t,watson:t,weblike:t,whitesnow:t,zombie:t,hateblo:t,hatenablog:t,hatenadiary:t,"2-d":t,bona:t,crap:t,daynight:t,eek:t,flop:t,halfmoon:t,jeez:t,matrix:t,mimoza:t,netgamers:t,nyanta:t,o0o0:t,rdy:t,rgr:t,rulez:t,sakurastorage:[0,{isk01:re,isk02:re}],saloon:t,sblo:t,skr:t,tank:t,"uh-oh":t,undo:t,webaccel:[0,{rs:t,user:t}],websozai:t,xii:t}],ke:[1,{ac:e,co:e,go:e,info:e,me:e,mobi:e,ne:e,or:e,sc:e}],kg:[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e,us:t,xx:t,ae:t}],kh:b,ki:oe,km:[1,{ass:e,com:e,edu:e,gov:e,mil:e,nom:e,org:e,prd:e,tm:e,asso:e,coop:e,gouv:e,medecin:e,notaires:e,pharmaciens:e,presse:e,veterinaire:e}],kn:[1,{edu:e,gov:e,net:e,org:e}],kp:[1,{com:e,edu:e,gov:e,org:e,rep:e,tra:e}],kr:[1,{ac:e,ai:e,co:e,es:e,go:e,hs:e,io:e,it:e,kg:e,me:e,mil:e,ms:e,ne:e,or:e,pe:e,re:e,sc:e,busan:e,chungbuk:e,chungnam:e,daegu:e,daejeon:e,gangwon:e,gwangju:e,gyeongbuk:e,gyeonggi:e,gyeongnam:e,incheon:e,jeju:e,jeonbuk:e,jeonnam:e,seoul:e,ulsan:e,c01:t,"eliv-api":t,"eliv-cdn":t,"eliv-dns":t,mmv:t,vki:t}],kw:[1,{com:e,edu:e,emb:e,gov:e,ind:e,net:e,org:e}],ky:G,kz:[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e,jcloud:t}],la:[1,{com:e,edu:e,gov:e,info:e,int:e,net:e,org:e,per:e,bnr:t}],lb:n,lc:[1,{co:e,com:e,edu:e,gov:e,net:e,org:e,oy:t}],li:e,lk:[1,{ac:e,assn:e,com:e,edu:e,gov:e,grp:e,hotel:e,int:e,ltd:e,net:e,ngo:e,org:e,sch:e,soc:e,web:e}],lr:n,ls:[1,{ac:e,biz:e,co:e,edu:e,gov:e,info:e,net:e,org:e,sc:e}],lt:c,lu:[1,{"123website":t}],lv:[1,{asn:e,com:e,conf:e,edu:e,gov:e,id:e,mil:e,net:e,org:e}],ly:[1,{com:e,edu:e,gov:e,id:e,med:e,net:e,org:e,plc:e,sch:e}],ma:[1,{ac:e,co:e,gov:e,net:e,org:e,press:e}],mc:[1,{asso:e,tm:e}],md:[1,{ir:t}],me:[1,{ac:e,co:e,edu:e,gov:e,its:e,net:e,org:e,priv:e,c66:t,craft:t,edgestack:t,filegear:t,"filegear-sg":t,lohmus:t,barsy:t,mcdir:t,brasilia:t,ddns:t,dnsfor:t,hopto:t,loginto:t,noip:t,webhop:t,soundcast:t,tcp4:t,vp4:t,diskstation:t,dscloud:t,i234:t,myds:t,synology:t,transip:H,nohost:t}],mg:[1,{co:e,com:e,edu:e,gov:e,mil:e,nom:e,org:e,prd:e}],mh:e,mil:e,mk:[1,{com:e,edu:e,gov:e,inf:e,name:e,net:e,org:e}],ml:[1,{ac:e,art:e,asso:e,com:e,edu:e,gouv:e,gov:e,info:e,inst:e,net:e,org:e,pr:e,presse:e}],mm:b,mn:[1,{edu:e,gov:e,org:e,nyc:t}],mo:n,mobi:[1,{barsy:t,dscloud:t}],mp:[1,{ju:t}],mq:e,mr:c,ms:[1,{com:e,edu:e,gov:e,net:e,org:e,minisite:t}],mt:G,mu:[1,{ac:e,co:e,com:e,gov:e,net:e,or:e,org:e}],museum:e,mv:[1,{aero:e,biz:e,com:e,coop:e,edu:e,gov:e,info:e,int:e,mil:e,museum:e,name:e,net:e,org:e,pro:e}],mw:[1,{ac:e,biz:e,co:e,com:e,coop:e,edu:e,gov:e,int:e,net:e,org:e}],mx:[1,{com:e,edu:e,gob:e,net:e,org:e}],my:[1,{biz:e,com:e,edu:e,gov:e,mil:e,name:e,net:e,org:e}],mz:[1,{ac:e,adv:e,co:e,edu:e,gov:e,mil:e,net:e,org:e}],na:[1,{alt:e,co:e,com:e,gov:e,net:e,org:e}],name:[1,{her:se,his:se,ispmanager:t,keenetic:t}],nc:[1,{asso:e,nom:e}],ne:e,net:[1,{adobeaemcloud:t,"adobeio-static":t,adobeioruntime:t,akadns:t,akamai:t,"akamai-staging":t,akamaiedge:t,"akamaiedge-staging":t,akamaihd:t,"akamaihd-staging":t,akamaiorigin:t,"akamaiorigin-staging":t,akamaized:t,"akamaized-staging":t,edgekey:t,"edgekey-staging":t,edgesuite:t,"edgesuite-staging":t,alwaysdata:t,myamaze:t,cloudfront:t,appudo:t,"atlassian-dev":[0,{prod:Z}],myfritz:t,shopselect:t,blackbaudcdn:t,boomla:t,bplaced:t,square7:t,cdn77:[0,{r:t}],"cdn77-ssl":t,gb:t,hu:t,jp:t,se:t,uk:t,clickrising:t,"ddns-ip":t,"dns-cloud":t,"dns-dynamic":t,cloudaccess:t,cloudflare:[2,{cdn:t}],cloudflareanycast:Z,cloudflarecn:Z,cloudflareglobal:Z,ctfcloud:t,"feste-ip":t,"knx-server":t,"static-access":t,cryptonomic:o,dattolocal:t,mydatto:t,debian:t,definima:t,deno:t,icp:o,de5:t,"at-band-camp":t,blogdns:t,"broke-it":t,buyshouses:t,dnsalias:t,dnsdojo:t,"does-it":t,dontexist:t,dynalias:t,dynathome:t,endofinternet:t,"from-az":t,"from-co":t,"from-la":t,"from-ny":t,"gets-it":t,"ham-radio-op":t,homeftp:t,homeip:t,homelinux:t,homeunix:t,"in-the-band":t,"is-a-chef":t,"is-a-geek":t,"isa-geek":t,"kicks-ass":t,"office-on-the":t,podzone:t,"scrapper-site":t,selfip:t,"sells-it":t,servebbs:t,serveftp:t,thruhere:t,webhop:t,casacam:t,dynu:t,dynuddns:t,mysynology:t,opik:t,spryt:t,dynv6:t,twmail:t,ru:t,channelsdvr:[2,{u:t}],fastly:[0,{freetls:t,map:t,prod:[0,{a:t,global:t}],ssl:[0,{a:t,b:t,global:t}]}],fastlylb:[2,{map:t}],"keyword-on":t,"live-on":t,"server-on":t,"cdn-edges":t,heteml:t,cloudfunctions:t,"grafana-dev":t,iobb:t,moonscale:t,"in-dsl":t,"in-vpn":t,oninferno:t,botdash:t,"apps-1and1":t,ipifony:t,cloudjiffy:[2,{"fra1-de":t,"west1-us":t}],elastx:[0,{"jls-sto1":t,"jls-sto2":t,"jls-sto3":t}],massivegrid:[0,{paas:[0,{"fr-1":t,"lon-1":t,"lon-2":t,"ny-1":t,"ny-2":t,"sg-1":t}]}],saveincloud:[0,{jelastic:t,"nordeste-idc":t}],scaleforce:V,kinghost:t,uni5:t,krellian:t,ggff:t,localto:o,barsy:t,luyani:t,memset:t,"azure-api":t,"azure-mobile":t,azureedge:t,azurefd:t,azurestaticapps:[2,{1:t,2:t,3:t,4:t,5:t,6:t,7:t,centralus:t,eastasia:t,eastus2:t,westeurope:t,westus2:t}],azurewebsites:t,cloudapp:t,trafficmanager:t,usgovcloudapi:ce,usgovcloudapp:t,usgovtrafficmanager:t,windows:ce,mynetname:[0,{sn:t}],routingthecloud:t,bounceme:t,ddns:t,"eating-organic":t,mydissent:t,myeffect:t,mymediapc:t,mypsx:t,mysecuritycamera:t,nhlfan:t,"no-ip":t,pgafan:t,privatizehealthinsurance:t,redirectme:t,serveblog:t,serveminecraft:t,sytes:t,dnsup:t,hicam:t,"now-dns":t,ownip:t,vpndns:t,cloudycluster:t,ovh:[0,{hosting:o,webpaas:o}],rackmaze:t,myradweb:t,in:t,"subsc-pay":t,squares:t,schokokeks:t,"firewall-gateway":t,seidat:t,senseering:t,siteleaf:t,mafelo:t,myspreadshop:t,"vps-host":[2,{jelastic:[0,{atl:t,njs:t,ric:t}]}],srcf:[0,{soc:t,user:t}],supabase:t,dsmynas:t,familyds:t,ts:[2,{c:o}],torproject:[2,{pages:t}],tunnelmole:t,vusercontent:t,"reserve-online":t,localcert:t,"community-pro":t,meinforum:t,yandexcloud:[2,{storage:t,website:t}],za:t,zabc:t}],nf:[1,{arts:e,com:e,firm:e,info:e,net:e,other:e,per:e,rec:e,store:e,web:e}],ng:[1,{com:e,edu:e,gov:e,i:e,mil:e,mobi:e,name:e,net:e,org:e,sch:e,biz:[2,{co:t,dl:t,go:t,lg:t,on:t}],col:t,firm:t,gen:t,ltd:t,ngo:t,plc:t}],ni:[1,{ac:e,biz:e,co:e,com:e,edu:e,gob:e,in:e,info:e,int:e,mil:e,net:e,nom:e,org:e,web:e}],nl:[1,{co:t,"hosting-cluster":t,gov:t,khplay:t,"123website":t,myspreadshop:t,transurl:o,cistron:t,demon:t}],no:[1,{fhs:e,folkebibl:e,fylkesbibl:e,idrett:e,museum:e,priv:e,vgs:e,dep:e,herad:e,kommune:e,mil:e,stat:e,aa:ue,ah:ue,bu:ue,fm:ue,hl:ue,hm:ue,"jan-mayen":ue,mr:ue,nl:ue,nt:ue,of:ue,ol:ue,oslo:ue,rl:ue,sf:ue,st:ue,svalbard:ue,tm:ue,tr:ue,va:ue,vf:ue,akrehamn:e,"xn--krehamn-dxa":e,"åkrehamn":e,algard:e,"xn--lgrd-poac":e,"ålgård":e,arna:e,bronnoysund:e,"xn--brnnysund-m8ac":e,"brønnøysund":e,brumunddal:e,bryne:e,drobak:e,"xn--drbak-wua":e,"drøbak":e,egersund:e,fetsund:e,floro:e,"xn--flor-jra":e,"florø":e,fredrikstad:e,hokksund:e,honefoss:e,"xn--hnefoss-q1a":e,"hønefoss":e,jessheim:e,jorpeland:e,"xn--jrpeland-54a":e,"jørpeland":e,kirkenes:e,kopervik:e,krokstadelva:e,langevag:e,"xn--langevg-jxa":e,"langevåg":e,leirvik:e,mjondalen:e,"xn--mjndalen-64a":e,"mjøndalen":e,"mo-i-rana":e,mosjoen:e,"xn--mosjen-eya":e,"mosjøen":e,nesoddtangen:e,orkanger:e,osoyro:e,"xn--osyro-wua":e,"osøyro":e,raholt:e,"xn--rholt-mra":e,"råholt":e,sandnessjoen:e,"xn--sandnessjen-ogb":e,"sandnessjøen":e,skedsmokorset:e,slattum:e,spjelkavik:e,stathelle:e,stavern:e,stjordalshalsen:e,"xn--stjrdalshalsen-sqb":e,"stjørdalshalsen":e,tananger:e,tranby:e,vossevangen:e,aarborte:e,aejrie:e,afjord:e,"xn--fjord-lra":e,"åfjord":e,agdenes:e,akershus:le,aknoluokta:e,"xn--koluokta-7ya57h":e,"ákŋoluokta":e,al:e,"xn--l-1fa":e,"ål":e,alaheadju:e,"xn--laheadju-7ya":e,"álaheadju":e,alesund:e,"xn--lesund-hua":e,"ålesund":e,alstahaug:e,alta:e,"xn--lt-liac":e,"áltá":e,alvdal:e,amli:e,"xn--mli-tla":e,"åmli":e,amot:e,"xn--mot-tla":e,"åmot":e,andasuolo:e,andebu:e,andoy:e,"xn--andy-ira":e,"andøy":e,ardal:e,"xn--rdal-poa":e,"årdal":e,aremark:e,arendal:e,"xn--s-1fa":e,"ås":e,aseral:e,"xn--seral-lra":e,"åseral":e,asker:e,askim:e,askoy:e,"xn--asky-ira":e,"askøy":e,askvoll:e,asnes:e,"xn--snes-poa":e,"åsnes":e,audnedaln:e,aukra:e,aure:e,aurland:e,"aurskog-holand":e,"xn--aurskog-hland-jnb":e,"aurskog-høland":e,austevoll:e,austrheim:e,averoy:e,"xn--avery-yua":e,"averøy":e,badaddja:e,"xn--bdddj-mrabd":e,"bådåddjå":e,"xn--brum-voa":e,"bærum":e,bahcavuotna:e,"xn--bhcavuotna-s4a":e,"báhcavuotna":e,bahccavuotna:e,"xn--bhccavuotna-k7a":e,"báhccavuotna":e,baidar:e,"xn--bidr-5nac":e,"báidár":e,bajddar:e,"xn--bjddar-pta":e,"bájddar":e,balat:e,"xn--blt-elab":e,"bálát":e,balestrand:e,ballangen:e,balsfjord:e,bamble:e,bardu:e,barum:e,batsfjord:e,"xn--btsfjord-9za":e,"båtsfjord":e,bearalvahki:e,"xn--bearalvhki-y4a":e,"bearalváhki":e,beardu:e,beiarn:e,berg:e,bergen:e,berlevag:e,"xn--berlevg-jxa":e,"berlevåg":e,bievat:e,"xn--bievt-0qa":e,"bievát":e,bindal:e,birkenes:e,bjerkreim:e,bjugn:e,bodo:e,"xn--bod-2na":e,"bodø":e,bokn:e,bomlo:e,"xn--bmlo-gra":e,"bømlo":e,bremanger:e,bronnoy:e,"xn--brnny-wuac":e,"brønnøy":e,budejju:e,buskerud:le,bygland:e,bykle:e,cahcesuolo:e,"xn--hcesuolo-7ya35b":e,"čáhcesuolo":e,davvenjarga:e,"xn--davvenjrga-y4a":e,"davvenjárga":e,davvesiida:e,deatnu:e,dielddanuorri:e,divtasvuodna:e,divttasvuotna:e,donna:e,"xn--dnna-gra":e,"dønna":e,dovre:e,drammen:e,drangedal:e,dyroy:e,"xn--dyry-ira":e,"dyrøy":e,eid:e,eidfjord:e,eidsberg:e,eidskog:e,eidsvoll:e,eigersund:e,elverum:e,enebakk:e,engerdal:e,etne:e,etnedal:e,evenassi:e,"xn--eveni-0qa01ga":e,"evenášši":e,evenes:e,"evje-og-hornnes":e,farsund:e,fauske:e,fedje:e,fet:e,finnoy:e,"xn--finny-yua":e,"finnøy":e,fitjar:e,fjaler:e,fjell:e,fla:e,"xn--fl-zia":e,"flå":e,flakstad:e,flatanger:e,flekkefjord:e,flesberg:e,flora:e,folldal:e,forde:e,"xn--frde-gra":e,"førde":e,forsand:e,fosnes:e,"xn--frna-woa":e,"fræna":e,frana:e,frei:e,frogn:e,froland:e,frosta:e,froya:e,"xn--frya-hra":e,"frøya":e,fuoisku:e,fuossko:e,fusa:e,fyresdal:e,gaivuotna:e,"xn--givuotna-8ya":e,"gáivuotna":e,galsa:e,"xn--gls-elac":e,"gálsá":e,gamvik:e,gangaviika:e,"xn--ggaviika-8ya47h":e,"gáŋgaviika":e,gaular:e,gausdal:e,giehtavuoatna:e,gildeskal:e,"xn--gildeskl-g0a":e,"gildeskål":e,giske:e,gjemnes:e,gjerdrum:e,gjerstad:e,gjesdal:e,gjovik:e,"xn--gjvik-wua":e,"gjøvik":e,gloppen:e,gol:e,gran:e,grane:e,granvin:e,gratangen:e,grimstad:e,grong:e,grue:e,gulen:e,guovdageaidnu:e,ha:e,"xn--h-2fa":e,"hå":e,habmer:e,"xn--hbmer-xqa":e,"hábmer":e,hadsel:e,"xn--hgebostad-g3a":e,"hægebostad":e,hagebostad:e,halden:e,halsa:e,hamar:e,hamaroy:e,hammarfeasta:e,"xn--hmmrfeasta-s4ac":e,"hámmárfeasta":e,hammerfest:e,hapmir:e,"xn--hpmir-xqa":e,"hápmir":e,haram:e,hareid:e,harstad:e,hasvik:e,hattfjelldal:e,haugesund:e,hedmark:[0,{os:e,valer:e,"xn--vler-qoa":e,"våler":e}],hemne:e,hemnes:e,hemsedal:e,hitra:e,hjartdal:e,hjelmeland:e,hobol:e,"xn--hobl-ira":e,"hobøl":e,hof:e,hol:e,hole:e,holmestrand:e,holtalen:e,"xn--holtlen-hxa":e,"holtålen":e,hordaland:[0,{os:e}],hornindal:e,horten:e,hoyanger:e,"xn--hyanger-q1a":e,"høyanger":e,hoylandet:e,"xn--hylandet-54a":e,"høylandet":e,hurdal:e,hurum:e,hvaler:e,hyllestad:e,ibestad:e,inderoy:e,"xn--indery-fya":e,"inderøy":e,iveland:e,ivgu:e,jevnaker:e,jolster:e,"xn--jlster-bya":e,"jølster":e,jondal:e,kafjord:e,"xn--kfjord-iua":e,"kåfjord":e,karasjohka:e,"xn--krjohka-hwab49j":e,"kárášjohka":e,karasjok:e,karlsoy:e,karmoy:e,"xn--karmy-yua":e,"karmøy":e,kautokeino:e,klabu:e,"xn--klbu-woa":e,"klæbu":e,klepp:e,kongsberg:e,kongsvinger:e,kraanghke:e,"xn--kranghke-b0a":e,"kråanghke":e,kragero:e,"xn--krager-gya":e,"kragerø":e,kristiansand:e,kristiansund:e,krodsherad:e,"xn--krdsherad-m8a":e,"krødsherad":e,"xn--kvfjord-nxa":e,"kvæfjord":e,"xn--kvnangen-k0a":e,"kvænangen":e,kvafjord:e,kvalsund:e,kvam:e,kvanangen:e,kvinesdal:e,kvinnherad:e,kviteseid:e,kvitsoy:e,"xn--kvitsy-fya":e,"kvitsøy":e,laakesvuemie:e,"xn--lrdal-sra":e,"lærdal":e,lahppi:e,"xn--lhppi-xqa":e,"láhppi":e,lardal:e,larvik:e,lavagis:e,lavangen:e,leangaviika:e,"xn--leagaviika-52b":e,"leaŋgaviika":e,lebesby:e,leikanger:e,leirfjord:e,leka:e,leksvik:e,lenvik:e,lerdal:e,lesja:e,levanger:e,lier:e,lierne:e,lillehammer:e,lillesand:e,lindas:e,"xn--linds-pra":e,"lindås":e,lindesnes:e,loabat:e,"xn--loabt-0qa":e,"loabát":e,lodingen:e,"xn--ldingen-q1a":e,"lødingen":e,lom:e,loppa:e,lorenskog:e,"xn--lrenskog-54a":e,"lørenskog":e,loten:e,"xn--lten-gra":e,"løten":e,lund:e,lunner:e,luroy:e,"xn--lury-ira":e,"lurøy":e,luster:e,lyngdal:e,lyngen:e,malatvuopmi:e,"xn--mlatvuopmi-s4a":e,"málatvuopmi":e,malselv:e,"xn--mlselv-iua":e,"målselv":e,malvik:e,mandal:e,marker:e,marnardal:e,masfjorden:e,masoy:e,"xn--msy-ula0h":e,"måsøy":e,"matta-varjjat":e,"xn--mtta-vrjjat-k7af":e,"mátta-várjjat":e,meland:e,meldal:e,melhus:e,meloy:e,"xn--mely-ira":e,"meløy":e,meraker:e,"xn--merker-kua":e,"meråker":e,midsund:e,"midtre-gauldal":e,moareke:e,"xn--moreke-jua":e,"moåreke":e,modalen:e,modum:e,molde:e,"more-og-romsdal":[0,{heroy:e,sande:e}],"xn--mre-og-romsdal-qqb":[0,{"xn--hery-ira":e,sande:e}],"møre-og-romsdal":[0,{"herøy":e,sande:e}],moskenes:e,moss:e,muosat:e,"xn--muost-0qa":e,"muosát":e,naamesjevuemie:e,"xn--nmesjevuemie-tcba":e,"nååmesjevuemie":e,"xn--nry-yla5g":e,"nærøy":e,namdalseid:e,namsos:e,namsskogan:e,nannestad:e,naroy:e,narviika:e,narvik:e,naustdal:e,navuotna:e,"xn--nvuotna-hwa":e,"návuotna":e,"nedre-eiker":e,nesna:e,nesodden:e,nesseby:e,nesset:e,nissedal:e,nittedal:e,"nord-aurdal":e,"nord-fron":e,"nord-odal":e,norddal:e,nordkapp:e,nordland:[0,{bo:e,"xn--b-5ga":e,"bø":e,heroy:e,"xn--hery-ira":e,"herøy":e}],"nordre-land":e,nordreisa:e,"nore-og-uvdal":e,notodden:e,notteroy:e,"xn--nttery-byae":e,"nøtterøy":e,odda:e,oksnes:e,"xn--ksnes-uua":e,"øksnes":e,omasvuotna:e,oppdal:e,oppegard:e,"xn--oppegrd-ixa":e,"oppegård":e,orkdal:e,orland:e,"xn--rland-uua":e,"ørland":e,orskog:e,"xn--rskog-uua":e,"ørskog":e,orsta:e,"xn--rsta-fra":e,"ørsta":e,osen:e,osteroy:e,"xn--ostery-fya":e,"osterøy":e,ostfold:[0,{valer:e}],"xn--stfold-9xa":[0,{"xn--vler-qoa":e}],"østfold":[0,{"våler":e}],"ostre-toten":e,"xn--stre-toten-zcb":e,"østre-toten":e,overhalla:e,"ovre-eiker":e,"xn--vre-eiker-k8a":e,"øvre-eiker":e,oyer:e,"xn--yer-zna":e,"øyer":e,oygarden:e,"xn--ygarden-p1a":e,"øygarden":e,"oystre-slidre":e,"xn--ystre-slidre-ujb":e,"øystre-slidre":e,porsanger:e,porsangu:e,"xn--porsgu-sta26f":e,"porsáŋgu":e,porsgrunn:e,rade:e,"xn--rde-ula":e,"råde":e,radoy:e,"xn--rady-ira":e,"radøy":e,"xn--rlingen-mxa":e,"rælingen":e,rahkkeravju:e,"xn--rhkkervju-01af":e,"ráhkkerávju":e,raisa:e,"xn--risa-5na":e,"ráisa":e,rakkestad:e,ralingen:e,rana:e,randaberg:e,rauma:e,rendalen:e,rennebu:e,rennesoy:e,"xn--rennesy-v1a":e,"rennesøy":e,rindal:e,ringebu:e,ringerike:e,ringsaker:e,risor:e,"xn--risr-ira":e,"risør":e,rissa:e,roan:e,rodoy:e,"xn--rdy-0nab":e,"rødøy":e,rollag:e,romsa:e,romskog:e,"xn--rmskog-bya":e,"rømskog":e,roros:e,"xn--rros-gra":e,"røros":e,rost:e,"xn--rst-0na":e,"røst":e,royken:e,"xn--ryken-vua":e,"røyken":e,royrvik:e,"xn--ryrvik-bya":e,"røyrvik":e,ruovat:e,rygge:e,salangen:e,salat:e,"xn--slat-5na":e,"sálat":e,"xn--slt-elab":e,"sálát":e,saltdal:e,samnanger:e,sandefjord:e,sandnes:e,sandoy:e,"xn--sandy-yua":e,"sandøy":e,sarpsborg:e,sauda:e,sauherad:e,sel:e,selbu:e,selje:e,seljord:e,siellak:e,sigdal:e,siljan:e,sirdal:e,skanit:e,"xn--sknit-yqa":e,"skánit":e,skanland:e,"xn--sknland-fxa":e,"skånland":e,skaun:e,skedsmo:e,ski:e,skien:e,skierva:e,"xn--skierv-uta":e,"skiervá":e,skiptvet:e,skjak:e,"xn--skjk-soa":e,"skjåk":e,skjervoy:e,"xn--skjervy-v1a":e,"skjervøy":e,skodje:e,smola:e,"xn--smla-hra":e,"smøla":e,snaase:e,"xn--snase-nra":e,"snåase":e,snasa:e,"xn--snsa-roa":e,"snåsa":e,snillfjord:e,snoasa:e,sogndal:e,sogne:e,"xn--sgne-gra":e,"søgne":e,sokndal:e,sola:e,solund:e,somna:e,"xn--smna-gra":e,"sømna":e,"sondre-land":e,"xn--sndre-land-0cb":e,"søndre-land":e,songdalen:e,"sor-aurdal":e,"xn--sr-aurdal-l8a":e,"sør-aurdal":e,"sor-fron":e,"xn--sr-fron-q1a":e,"sør-fron":e,"sor-odal":e,"xn--sr-odal-q1a":e,"sør-odal":e,"sor-varanger":e,"xn--sr-varanger-ggb":e,"sør-varanger":e,sorfold:e,"xn--srfold-bya":e,"sørfold":e,sorreisa:e,"xn--srreisa-q1a":e,"sørreisa":e,sortland:e,sorum:e,"xn--srum-gra":e,"sørum":e,spydeberg:e,stange:e,stavanger:e,steigen:e,steinkjer:e,stjordal:e,"xn--stjrdal-s1a":e,"stjørdal":e,stokke:e,"stor-elvdal":e,stord:e,stordal:e,storfjord:e,strand:e,stranda:e,stryn:e,sula:e,suldal:e,sund:e,sunndal:e,surnadal:e,sveio:e,svelvik:e,sykkylven:e,tana:e,telemark:[0,{bo:e,"xn--b-5ga":e,"bø":e}],time:e,tingvoll:e,tinn:e,tjeldsund:e,tjome:e,"xn--tjme-hra":e,"tjøme":e,tokke:e,tolga:e,tonsberg:e,"xn--tnsberg-q1a":e,"tønsberg":e,torsken:e,"xn--trna-woa":e,"træna":e,trana:e,tranoy:e,"xn--trany-yua":e,"tranøy":e,troandin:e,trogstad:e,"xn--trgstad-r1a":e,"trøgstad":e,tromsa:e,tromso:e,"xn--troms-zua":e,"tromsø":e,trondheim:e,trysil:e,tvedestrand:e,tydal:e,tynset:e,tysfjord:e,tysnes:e,"xn--tysvr-vra":e,"tysvær":e,tysvar:e,ullensaker:e,ullensvang:e,ulvik:e,unjarga:e,"xn--unjrga-rta":e,"unjárga":e,utsira:e,vaapste:e,vadso:e,"xn--vads-jra":e,"vadsø":e,"xn--vry-yla5g":e,"værøy":e,vaga:e,"xn--vg-yiab":e,"vågå":e,vagan:e,"xn--vgan-qoa":e,"vågan":e,vagsoy:e,"xn--vgsy-qoa0j":e,"vågsøy":e,vaksdal:e,valle:e,vang:e,vanylven:e,vardo:e,"xn--vard-jra":e,"vardø":e,varggat:e,"xn--vrggt-xqad":e,"várggát":e,varoy:e,vefsn:e,vega:e,vegarshei:e,"xn--vegrshei-c0a":e,"vegårshei":e,vennesla:e,verdal:e,verran:e,vestby:e,vestfold:[0,{sande:e}],vestnes:e,"vestre-slidre":e,"vestre-toten":e,vestvagoy:e,"xn--vestvgy-ixa6o":e,"vestvågøy":e,vevelstad:e,vik:e,vikna:e,vindafjord:e,voagat:e,volda:e,voss:e,co:t,"123hjemmeside":t,myspreadshop:t}],np:b,nr:oe,nu:[1,{merseine:t,mine:t,shacknet:t,enterprisecloud:t}],nz:[1,{ac:e,co:e,cri:e,geek:e,gen:e,govt:e,health:e,iwi:e,kiwi:e,maori:e,"xn--mori-qsa":e,"māori":e,mil:e,net:e,org:e,parliament:e,school:e,cloudns:t}],om:[1,{co:e,com:e,edu:e,gov:e,med:e,museum:e,net:e,org:e,pro:e}],onion:e,org:[1,{altervista:t,pimienta:t,poivron:t,potager:t,sweetpepper:t,cdn77:[0,{c:t,rsc:t}],"cdn77-secure":[0,{origin:[0,{ssl:t}]}],ae:t,cloudns:t,"ip-dynamic":t,ddnss:t,dpdns:t,duckdns:t,tunk:t,blogdns:t,blogsite:t,boldlygoingnowhere:t,dnsalias:t,dnsdojo:t,doesntexist:t,dontexist:t,doomdns:t,dvrdns:t,dynalias:t,dyndns:[2,{go:t,home:t}],endofinternet:t,endoftheinternet:t,"from-me":t,"game-host":t,gotdns:t,"hobby-site":t,homedns:t,homeftp:t,homelinux:t,homeunix:t,"is-a-bruinsfan":t,"is-a-candidate":t,"is-a-celticsfan":t,"is-a-chef":t,"is-a-geek":t,"is-a-knight":t,"is-a-linux-user":t,"is-a-patsfan":t,"is-a-soxfan":t,"is-found":t,"is-lost":t,"is-saved":t,"is-very-bad":t,"is-very-evil":t,"is-very-good":t,"is-very-nice":t,"is-very-sweet":t,"isa-geek":t,"kicks-ass":t,misconfused:t,podzone:t,readmyblog:t,selfip:t,sellsyourhome:t,servebbs:t,serveftp:t,servegame:t,"stuff-4-sale":t,webhop:t,accesscam:t,camdvr:t,freeddns:t,mywire:t,roxa:t,webredirect:t,twmail:t,eu:[2,{al:t,asso:t,at:t,au:t,be:t,bg:t,ca:t,cd:t,ch:t,cn:t,cy:t,cz:t,de:t,dk:t,edu:t,ee:t,es:t,fi:t,fr:t,gr:t,hr:t,hu:t,ie:t,il:t,in:t,int:t,is:t,it:t,jp:t,kr:t,lt:t,lu:t,lv:t,me:t,mk:t,mt:t,my:t,net:t,ng:t,nl:t,no:t,nz:t,pl:t,pt:t,ro:t,ru:t,se:t,si:t,sk:t,tr:t,uk:t,us:t}],fedorainfracloud:t,fedorapeople:t,fedoraproject:[0,{cloud:t,os:W,stg:[0,{os:W}]}],freedesktop:t,hatenadiary:t,hepforge:t,"in-dsl":t,"in-vpn":t,js:t,barsy:t,mayfirst:t,routingthecloud:t,bmoattachments:t,"cable-modem":t,collegefan:t,couchpotatofries:t,hopto:t,mlbfan:t,myftp:t,mysecuritycamera:t,nflfan:t,"no-ip":t,"read-books":t,ufcfan:t,zapto:t,dynserv:t,"now-dns":t,"is-local":t,httpbin:t,pubtls:t,jpn:t,"my-firewall":t,myfirewall:t,spdns:t,"small-web":t,dsmynas:t,familyds:t,teckids:re,tuxfamily:t,hk:t,us:t,toolforge:t,wmcloud:[2,{beta:t}],wmflabs:t,za:t}],pa:[1,{abo:e,ac:e,com:e,edu:e,gob:e,ing:e,med:e,net:e,nom:e,org:e,sld:e}],pe:[1,{com:e,edu:e,gob:e,mil:e,net:e,nom:e,org:e}],pf:[1,{com:e,edu:e,org:e}],pg:b,ph:[1,{com:e,edu:e,gov:e,i:e,mil:e,net:e,ngo:e,org:e,cloudns:t}],pk:[1,{ac:e,biz:e,com:e,edu:e,fam:e,gkp:e,gob:e,gog:e,gok:e,gop:e,gos:e,gov:e,net:e,org:e,web:e}],pl:[1,{com:e,net:e,org:e,agro:e,aid:e,atm:e,auto:e,biz:e,edu:e,gmina:e,gsm:e,info:e,mail:e,media:e,miasta:e,mil:e,nieruchomosci:e,nom:e,pc:e,powiat:e,priv:e,realestate:e,rel:e,sex:e,shop:e,sklep:e,sos:e,szkola:e,targi:e,tm:e,tourism:e,travel:e,turystyka:e,gov:[1,{ap:e,griw:e,ic:e,is:e,kmpsp:e,konsulat:e,kppsp:e,kwp:e,kwpsp:e,mup:e,mw:e,oia:e,oirm:e,oke:e,oow:e,oschr:e,oum:e,pa:e,pinb:e,piw:e,po:e,pr:e,psp:e,psse:e,pup:e,rzgw:e,sa:e,sdn:e,sko:e,so:e,sr:e,starostwo:e,ug:e,ugim:e,um:e,umig:e,upow:e,uppo:e,us:e,uw:e,uzs:e,wif:e,wiih:e,winb:e,wios:e,witd:e,wiw:e,wkz:e,wsa:e,wskr:e,wsse:e,wuoz:e,wzmiuw:e,zp:e,zpisdn:e}],augustow:e,"babia-gora":e,bedzin:e,beskidy:e,bialowieza:e,bialystok:e,bielawa:e,bieszczady:e,boleslawiec:e,bydgoszcz:e,bytom:e,cieszyn:e,czeladz:e,czest:e,dlugoleka:e,elblag:e,elk:e,glogow:e,gniezno:e,gorlice:e,grajewo:e,ilawa:e,jaworzno:e,"jelenia-gora":e,jgora:e,kalisz:e,karpacz:e,kartuzy:e,kaszuby:e,katowice:e,"kazimierz-dolny":e,kepno:e,ketrzyn:e,klodzko:e,kobierzyce:e,kolobrzeg:e,konin:e,konskowola:e,kutno:e,lapy:e,lebork:e,legnica:e,lezajsk:e,limanowa:e,lomza:e,lowicz:e,lubin:e,lukow:e,malbork:e,malopolska:e,mazowsze:e,mazury:e,mielec:e,mielno:e,mragowo:e,naklo:e,nowaruda:e,nysa:e,olawa:e,olecko:e,olkusz:e,olsztyn:e,opoczno:e,opole:e,ostroda:e,ostroleka:e,ostrowiec:e,ostrowwlkp:e,pila:e,pisz:e,podhale:e,podlasie:e,polkowice:e,pomorskie:e,pomorze:e,prochowice:e,pruszkow:e,przeworsk:e,pulawy:e,radom:e,"rawa-maz":e,rybnik:e,rzeszow:e,sanok:e,sejny:e,skoczow:e,slask:e,slupsk:e,sosnowiec:e,"stalowa-wola":e,starachowice:e,stargard:e,suwalki:e,swidnica:e,swiebodzin:e,swinoujscie:e,szczecin:e,szczytno:e,tarnobrzeg:e,tgory:e,turek:e,tychy:e,ustka:e,walbrzych:e,warmia:e,warszawa:e,waw:e,wegrow:e,wielun:e,wlocl:e,wloclawek:e,wodzislaw:e,wolomin:e,wroclaw:e,zachpomor:e,zagan:e,zarow:e,zgora:e,zgorzelec:e,art:t,gliwice:t,krakow:t,poznan:t,wroc:t,zakopane:t,beep:t,"ecommerce-shop":t,cfolks:t,dfirma:t,dkonto:t,you2:t,shoparena:t,homesklep:t,sdscloud:t,unicloud:t,lodz:t,pabianice:t,plock:t,sieradz:t,skierniewice:t,zgierz:t,krasnik:t,leczna:t,lubartow:t,lublin:t,poniatowa:t,swidnik:t,co:t,torun:t,simplesite:t,myspreadshop:t,gda:t,gdansk:t,gdynia:t,med:t,sopot:t,bielsko:t}],pm:[1,{own:t,name:t}],pn:[1,{co:e,edu:e,gov:e,net:e,org:e}],post:e,pr:[1,{biz:e,com:e,edu:e,gov:e,info:e,isla:e,name:e,net:e,org:e,pro:e,ac:e,est:e,prof:e}],pro:[1,{aaa:e,aca:e,acct:e,avocat:e,bar:e,cpa:e,eng:e,jur:e,law:e,med:e,recht:e,cloudns:t,keenetic:t,barsy:t,ngrok:t}],ps:[1,{com:e,edu:e,gov:e,net:e,org:e,plo:e,sec:e}],pt:[1,{com:e,edu:e,gov:e,int:e,net:e,nome:e,org:e,publ:e,"123paginaweb":t}],pw:[1,{gov:e,cloudns:t,x443:t}],py:[1,{com:e,coop:e,edu:e,gov:e,mil:e,net:e,org:e}],qa:[1,{com:e,edu:e,gov:e,mil:e,name:e,net:e,org:e,sch:e}],re:[1,{asso:e,com:e,netlib:t,can:t}],ro:[1,{arts:e,com:e,firm:e,info:e,nom:e,nt:e,org:e,rec:e,store:e,tm:e,www:e,co:t,shop:t,barsy:t}],rs:[1,{ac:e,co:e,edu:e,gov:e,in:e,org:e,brendly:v,barsy:t,ox:t}],ru:[1,{ac:t,edu:t,gov:t,int:t,mil:t,eurodir:t,adygeya:t,bashkiria:t,bir:t,cbg:t,com:t,dagestan:t,grozny:t,kalmykia:t,kustanai:t,marine:t,mordovia:t,msk:t,mytis:t,nalchik:t,nov:t,pyatigorsk:t,spb:t,vladikavkaz:t,vladimir:t,na4u:t,mircloud:t,myjino:[2,{hosting:o,landing:o,spectrum:o,vps:o}],cldmail:[0,{hb:t}],mcdir:[2,{vps:t}],mcpre:t,net:t,org:t,pp:t,ras:t}],rw:[1,{ac:e,co:e,coop:e,gov:e,mil:e,net:e,org:e}],sa:[1,{com:e,edu:e,gov:e,med:e,net:e,org:e,pub:e,sch:e}],sb:n,sc:n,sd:[1,{com:e,edu:e,gov:e,info:e,med:e,net:e,org:e,tv:e}],se:[1,{a:e,ac:e,b:e,bd:e,brand:e,c:e,d:e,e:e,f:e,fh:e,fhsk:e,fhv:e,g:e,h:e,i:e,k:e,komforb:e,kommunalforbund:e,komvux:e,l:e,lanbib:e,m:e,n:e,naturbruksgymn:e,o:e,org:e,p:e,parti:e,pp:e,press:e,r:e,s:e,t:e,tm:e,u:e,w:e,x:e,y:e,z:e,com:t,iopsys:t,"123minsida":t,itcouldbewor:t,myspreadshop:t}],sg:[1,{com:e,edu:e,gov:e,net:e,org:e,enscaled:t}],sh:[1,{com:e,gov:e,mil:e,net:e,org:e,hashbang:t,botda:t,lovable:t,platform:[0,{ent:t,eu:t,us:t}],teleport:t,now:t}],si:[1,{f5:t,gitapp:t,gitpage:t}],sj:e,sk:[1,{org:e}],sl:n,sm:e,sn:[1,{art:e,com:e,edu:e,gouv:e,org:e,univ:e}],so:[1,{com:e,edu:e,gov:e,me:e,net:e,org:e,surveys:t}],sr:e,ss:[1,{biz:e,co:e,com:e,edu:e,gov:e,me:e,net:e,org:e,sch:e}],st:[1,{co:e,com:e,consulado:e,edu:e,embaixada:e,mil:e,net:e,org:e,principe:e,saotome:e,store:e,helioho:t,cn:o,kirara:t,noho:t}],su:[1,{abkhazia:t,adygeya:t,aktyubinsk:t,arkhangelsk:t,armenia:t,ashgabad:t,azerbaijan:t,balashov:t,bashkiria:t,bryansk:t,bukhara:t,chimkent:t,dagestan:t,"east-kazakhstan":t,exnet:t,georgia:t,grozny:t,ivanovo:t,jambyl:t,kalmykia:t,kaluga:t,karacol:t,karaganda:t,karelia:t,khakassia:t,krasnodar:t,kurgan:t,kustanai:t,lenug:t,mangyshlak:t,mordovia:t,msk:t,murmansk:t,nalchik:t,navoi:t,"north-kazakhstan":t,nov:t,obninsk:t,penza:t,pokrovsk:t,sochi:t,spb:t,tashkent:t,termez:t,togliatti:t,troitsk:t,tselinograd:t,tula:t,tuva:t,vladikavkaz:t,vladimir:t,vologda:t}],sv:[1,{com:e,edu:e,gob:e,org:e,red:e}],sx:c,sy:r,sz:[1,{ac:e,co:e,org:e}],tc:e,td:e,tel:e,tf:[1,{sch:t}],tg:e,th:[1,{ac:e,co:e,go:e,in:e,mi:e,net:e,or:e,online:t,shop:t}],tj:[1,{ac:e,biz:e,co:e,com:e,edu:e,go:e,gov:e,int:e,mil:e,name:e,net:e,nic:e,org:e,test:e,web:e}],tk:e,tl:c,tm:[1,{co:e,com:e,edu:e,gov:e,mil:e,net:e,nom:e,org:e}],tn:[1,{com:e,ens:e,fin:e,gov:e,ind:e,info:e,intl:e,mincom:e,nat:e,net:e,org:e,perso:e,tourism:e,orangecloud:t}],to:[1,{611:t,com:e,edu:e,gov:e,mil:e,net:e,org:e,oya:t,x0:t,quickconnect:C,vpnplus:t,nett:t}],tr:[1,{av:e,bbs:e,bel:e,biz:e,com:e,dr:e,edu:e,gen:e,gov:e,info:e,k12:e,kep:e,mil:e,name:e,net:e,org:e,pol:e,tel:e,tsk:e,tv:e,web:e,nc:c}],tt:[1,{biz:e,co:e,com:e,edu:e,gov:e,info:e,mil:e,name:e,net:e,org:e,pro:e}],tv:[1,{"better-than":t,dyndns:t,"on-the-web":t,"worse-than":t,from:t,sakura:t}],tw:[1,{club:e,com:[1,{mymailer:t}],ebiz:e,edu:e,game:e,gov:e,idv:e,mil:e,net:e,org:e,url:t,mydns:t}],tz:[1,{ac:e,co:e,go:e,hotel:e,info:e,me:e,mil:e,mobi:e,ne:e,or:e,sc:e,tv:e}],ua:[1,{com:e,edu:e,gov:e,in:e,net:e,org:e,cherkassy:e,cherkasy:e,chernigov:e,chernihiv:e,chernivtsi:e,chernovtsy:e,ck:e,cn:e,cr:e,crimea:e,cv:e,dn:e,dnepropetrovsk:e,dnipropetrovsk:e,donetsk:e,dp:e,if:e,"ivano-frankivsk":e,kh:e,kharkiv:e,kharkov:e,kherson:e,khmelnitskiy:e,khmelnytskyi:e,kiev:e,kirovograd:e,km:e,kr:e,kropyvnytskyi:e,krym:e,ks:e,kv:e,kyiv:e,lg:e,lt:e,lugansk:e,luhansk:e,lutsk:e,lv:e,lviv:e,mk:e,mykolaiv:e,nikolaev:e,od:e,odesa:e,odessa:e,pl:e,poltava:e,rivne:e,rovno:e,rv:e,sb:e,sebastopol:e,sevastopol:e,sm:e,sumy:e,te:e,ternopil:e,uz:e,uzhgorod:e,uzhhorod:e,vinnica:e,vinnytsia:e,vn:e,volyn:e,yalta:e,zakarpattia:e,zaporizhzhe:e,zaporizhzhia:e,zhitomir:e,zhytomyr:e,zp:e,zt:e,cc:t,inf:t,ltd:t,cx:t,biz:t,co:t,pp:t,v:t}],ug:[1,{ac:e,co:e,com:e,edu:e,go:e,gov:e,mil:e,ne:e,or:e,org:e,sc:e,us:e}],uk:[1,{ac:e,co:[1,{bytemark:[0,{dh:t,vm:t}],layershift:V,barsy:t,barsyonline:t,retrosnub:ne,"nh-serv":t,"no-ip":t,adimo:t,myspreadshop:t}],gov:[1,{api:t,campaign:t,service:t}],ltd:e,me:e,net:e,nhs:e,org:[1,{glug:t,lug:t,lugs:t,affinitylottery:t,raffleentry:t,weeklylottery:t}],plc:e,police:e,sch:b,conn:t,copro:t,hosp:t,"independent-commission":t,"independent-inquest":t,"independent-inquiry":t,"independent-panel":t,"independent-review":t,"public-inquiry":t,"royal-commission":t,pymnt:t,barsy:t,nimsite:t,oraclegovcloudapps:o}],us:[1,{dni:e,isa:e,nsn:e,ak:de,al:de,ar:de,as:de,az:de,ca:de,co:de,ct:de,dc:de,de:pe,fl:de,ga:de,gu:de,hi:he,ia:de,id:de,il:de,in:de,ks:de,ky:de,la:de,ma:[1,{k12:[1,{chtr:e,paroch:e,pvt:e}],cc:e,lib:e}],md:de,me:de,mi:[1,{k12:e,cc:e,lib:e,"ann-arbor":e,cog:e,dst:e,eaton:e,gen:e,mus:e,tec:e,washtenaw:e}],mn:de,mo:de,ms:[1,{k12:e,cc:e}],mt:de,nc:de,nd:he,ne:de,nh:de,nj:de,nm:de,nv:de,ny:de,oh:de,ok:de,or:de,pa:de,pr:de,ri:he,sc:de,sd:he,tn:de,tx:de,ut:de,va:de,vi:de,vt:de,wa:de,wi:de,wv:pe,wy:de,cloudns:t,"is-by":t,"land-4-sale":t,"stuff-4-sale":t,heliohost:t,enscaled:[0,{phx:t}],mircloud:t,"azure-api":t,azurewebsites:t,ngo:t,golffan:t,noip:t,pointto:t,freeddns:t,srv:[2,{gh:t,gl:t}],servername:t}],uy:[1,{com:e,edu:e,gub:e,mil:e,net:e,org:e,gv:t}],uz:[1,{co:e,com:e,net:e,org:e}],va:e,vc:[1,{com:e,edu:e,gov:e,mil:e,net:e,org:e,gv:[2,{d:t}],"0e":o,mydns:t}],ve:[1,{arts:e,bib:e,co:e,com:e,e12:e,edu:e,emprende:e,firm:e,gob:e,gov:e,ia:e,info:e,int:e,mil:e,net:e,nom:e,org:e,rar:e,rec:e,store:e,tec:e,web:e}],vg:[1,{edu:e}],vi:[1,{co:e,com:e,k12:e,net:e,org:e}],vn:[1,{ac:e,ai:e,biz:e,com:e,edu:e,gov:e,health:e,id:e,info:e,int:e,io:e,name:e,net:e,org:e,pro:e,angiang:e,bacgiang:e,backan:e,baclieu:e,bacninh:e,"baria-vungtau":e,bentre:e,binhdinh:e,binhduong:e,binhphuoc:e,binhthuan:e,camau:e,cantho:e,caobang:e,daklak:e,daknong:e,danang:e,dienbien:e,dongnai:e,dongthap:e,gialai:e,hagiang:e,haiduong:e,haiphong:e,hanam:e,hanoi:e,hatinh:e,haugiang:e,hoabinh:e,hungyen:e,khanhhoa:e,kiengiang:e,kontum:e,laichau:e,lamdong:e,langson:e,laocai:e,longan:e,namdinh:e,nghean:e,ninhbinh:e,ninhthuan:e,phutho:e,phuyen:e,quangbinh:e,quangnam:e,quangngai:e,quangninh:e,quangtri:e,soctrang:e,sonla:e,tayninh:e,thaibinh:e,thainguyen:e,thanhhoa:e,thanhphohochiminh:e,thuathienhue:e,tiengiang:e,travinh:e,tuyenquang:e,vinhlong:e,vinhphuc:e,yenbai:e}],vu:G,wf:[1,{biz:t,sch:t}],ws:[1,{com:e,edu:e,gov:e,net:e,org:e,advisor:o,cloud66:t,dyndns:t,mypets:t}],yt:[1,{org:t}],"xn--mgbaam7a8h":e,"امارات":e,"xn--y9a3aq":e,"հայ":e,"xn--54b7fta0cc":e,"বাংলা":e,"xn--90ae":e,"бг":e,"xn--mgbcpq6gpa1a":e,"البحرين":e,"xn--90ais":e,"бел":e,"xn--fiqs8s":e,"中国":e,"xn--fiqz9s":e,"中國":e,"xn--lgbbat1ad8j":e,"الجزائر":e,"xn--wgbh1c":e,"مصر":e,"xn--e1a4c":e,"ею":e,"xn--qxa6a":e,"ευ":e,"xn--mgbah1a3hjkrd":e,"موريتانيا":e,"xn--node":e,"გე":e,"xn--qxam":e,"ελ":e,"xn--j6w193g":[1,{"xn--gmqw5a":e,"xn--55qx5d":e,"xn--mxtq1m":e,"xn--wcvs22d":e,"xn--uc0atv":e,"xn--od0alg":e}],"香港":[1,{"個人":e,"公司":e,"政府":e,"教育":e,"組織":e,"網絡":e}],"xn--2scrj9c":e,"ಭಾರತ":e,"xn--3hcrj9c":e,"ଭାରତ":e,"xn--45br5cyl":e,"ভাৰত":e,"xn--h2breg3eve":e,"भारतम्":e,"xn--h2brj9c8c":e,"भारोत":e,"xn--mgbgu82a":e,"ڀارت":e,"xn--rvc1e0am3e":e,"ഭാരതം":e,"xn--h2brj9c":e,"भारत":e,"xn--mgbbh1a":e,"بارت":e,"xn--mgbbh1a71e":e,"بھارت":e,"xn--fpcrj9c3d":e,"భారత్":e,"xn--gecrj9c":e,"ભારત":e,"xn--s9brj9c":e,"ਭਾਰਤ":e,"xn--45brj9c":e,"ভারত":e,"xn--xkc2dl3a5ee0h":e,"இந்தியா":e,"xn--mgba3a4f16a":e,"ایران":e,"xn--mgba3a4fra":e,"ايران":e,"xn--mgbtx2b":e,"عراق":e,"xn--mgbayh7gpa":e,"الاردن":e,"xn--3e0b707e":e,"한국":e,"xn--80ao21a":e,"қаз":e,"xn--q7ce6a":e,"ລາວ":e,"xn--fzc2c9e2c":e,"ලංකා":e,"xn--xkc2al3hye2a":e,"இலங்கை":e,"xn--mgbc0a9azcg":e,"المغرب":e,"xn--d1alf":e,"мкд":e,"xn--l1acc":e,"мон":e,"xn--mix891f":e,"澳門":e,"xn--mix082f":e,"澳门":e,"xn--mgbx4cd0ab":e,"مليسيا":e,"xn--mgb9awbf":e,"عمان":e,"xn--mgbai9azgqp6j":e,"پاکستان":e,"xn--mgbai9a5eva00b":e,"پاكستان":e,"xn--ygbi2ammx":e,"فلسطين":e,"xn--90a3ac":[1,{"xn--80au":e,"xn--90azh":e,"xn--d1at":e,"xn--c1avg":e,"xn--o1ac":e,"xn--o1ach":e}],"срб":[1,{"ак":e,"обр":e,"од":e,"орг":e,"пр":e,"упр":e}],"xn--p1ai":e,"рф":e,"xn--wgbl6a":e,"قطر":e,"xn--mgberp4a5d4ar":e,"السعودية":e,"xn--mgberp4a5d4a87g":e,"السعودیة":e,"xn--mgbqly7c0a67fbc":e,"السعودیۃ":e,"xn--mgbqly7cvafr":e,"السعوديه":e,"xn--mgbpl2fh":e,"سودان":e,"xn--yfro4i67o":e,"新加坡":e,"xn--clchc0ea0b2g2a9gcd":e,"சிங்கப்பூர்":e,"xn--ogbpf8fl":e,"سورية":e,"xn--mgbtf8fl":e,"سوريا":e,"xn--o3cw4h":[1,{"xn--o3cyx2a":e,"xn--12co0c3b4eva":e,"xn--m3ch0j3a":e,"xn--h3cuzk1di":e,"xn--12c1fe0br":e,"xn--12cfi8ixb8l":e}],"ไทย":[1,{"ทหาร":e,"ธุรกิจ":e,"เน็ต":e,"รัฐบาล":e,"ศึกษา":e,"องค์กร":e}],"xn--pgbs0dh":e,"تونس":e,"xn--kpry57d":e,"台灣":e,"xn--kprw13d":e,"台湾":e,"xn--nnx388a":e,"臺灣":e,"xn--j1amh":e,"укр":e,"xn--mgb2ddes":e,"اليمن":e,xxx:e,ye:r,za:[0,{ac:e,agric:e,alt:e,co:e,edu:e,gov:e,grondar:e,law:e,mil:e,net:e,ngo:e,nic:e,nis:e,nom:e,org:e,school:e,tm:e,web:e}],zm:[1,{ac:e,biz:e,co:e,com:e,edu:e,gov:e,info:e,mil:e,net:e,org:e,sch:e}],zw:[1,{ac:e,co:e,gov:e,mil:e,org:e}],aaa:e,aarp:e,abb:e,abbott:e,abbvie:e,abc:e,able:e,abogado:e,abudhabi:e,academy:[1,{official:t}],accenture:e,accountant:e,accountants:e,aco:e,actor:e,ads:e,adult:e,aeg:e,aetna:e,afl:e,africa:e,agakhan:e,agency:e,aig:e,airbus:e,airforce:e,airtel:e,akdn:e,alibaba:e,alipay:e,allfinanz:e,allstate:e,ally:e,alsace:e,alstom:e,amazon:e,americanexpress:e,americanfamily:e,amex:e,amfam:e,amica:e,amsterdam:e,analytics:e,android:e,anquan:e,anz:e,aol:e,apartments:e,app:[1,{adaptable:t,aiven:t,beget:o,brave:a,clerk:t,clerkstage:t,cloudflare:t,wnext:t,csb:[2,{preview:t}],convex:t,corespeed:t,deta:t,ondigitalocean:t,easypanel:t,encr:[2,{frontend:t}],evervault:i,expo:[2,{staging:t}],edgecompute:t,"on-fleek":t,flutterflow:t,sprites:t,e2b:t,framer:t,gadget:t,github:t,hosted:o,run:[0,{"*":t,mtls:o}],web:t,hackclub:t,hasura:t,onhercules:t,botdash:t,shiptoday:t,leapcell:t,loginline:t,lovable:t,luyani:t,magicpatterns:t,medusajs:t,messerli:t,miren:t,mocha:t,netlify:t,ngrok:t,"ngrok-free":t,developer:o,noop:t,northflank:o,upsun:o,railway:[0,{up:t}],replit:s,nyat:t,snowflake:[0,{"*":t,privatelink:o}],streamlit:t,spawnbase:t,telebit:t,typedream:t,vercel:t,wal:t,wasmer:t,bookonline:t,windsurf:t,base44:t,zeabur:t,zerops:o}],apple:[1,{int:[2,{cloud:[0,{"*":t,r:[0,{"*":t,"ap-north-1":o,"ap-south-1":o,"ap-south-2":o,"eu-central-1":o,"eu-north-1":o,"us-central-1":o,"us-central-2":o,"us-east-1":o,"us-east-2":o,"us-west-1":o,"us-west-2":o,"us-west-3":o}]}]}]}],aquarelle:e,arab:e,aramco:e,archi:e,army:e,art:e,arte:e,asda:e,associates:e,athleta:e,attorney:e,auction:e,audi:e,audible:e,audio:e,auspost:e,author:e,auto:e,autos:e,aws:[1,{on:[0,{"af-south-1":u,"ap-east-1":u,"ap-northeast-1":u,"ap-northeast-2":u,"ap-northeast-3":u,"ap-south-1":u,"ap-south-2":l,"ap-southeast-1":u,"ap-southeast-2":u,"ap-southeast-3":u,"ap-southeast-4":l,"ap-southeast-5":l,"ca-central-1":u,"ca-west-1":l,"eu-central-1":u,"eu-central-2":l,"eu-north-1":u,"eu-south-1":u,"eu-south-2":l,"eu-west-1":u,"eu-west-2":u,"eu-west-3":u,"il-central-1":l,"me-central-1":l,"me-south-1":u,"sa-east-1":u,"us-east-1":u,"us-east-2":u,"us-west-1":u,"us-west-2":u,"ap-southeast-7":d,"mx-central-1":d,"us-gov-east-1":p,"us-gov-west-1":p}],sagemaker:[0,{"ap-northeast-1":f,"ap-northeast-2":f,"ap-south-1":f,"ap-southeast-1":f,"ap-southeast-2":f,"ca-central-1":g,"eu-central-1":f,"eu-west-1":f,"eu-west-2":f,"us-east-1":g,"us-east-2":g,"us-west-2":g,"af-south-1":h,"ap-east-1":h,"ap-northeast-3":h,"ap-south-2":m,"ap-southeast-3":h,"ap-southeast-4":m,"ca-west-1":[0,{notebook:t,"notebook-fips":t}],"eu-central-2":h,"eu-north-1":h,"eu-south-1":h,"eu-south-2":h,"eu-west-3":h,"il-central-1":h,"me-central-1":h,"me-south-1":h,"sa-east-1":h,"us-gov-east-1":y,"us-gov-west-1":y,"us-west-1":[0,{notebook:t,"notebook-fips":t,studio:t}],experiments:o}],repost:[0,{private:o}]}],axa:e,azure:e,baby:e,baidu:e,banamex:e,band:e,bank:e,bar:e,barcelona:e,barclaycard:e,barclays:e,barefoot:e,bargains:e,baseball:e,basketball:[1,{aus:t,nz:t}],bauhaus:e,bayern:e,bbc:e,bbt:e,bbva:e,bcg:e,bcn:e,beats:e,beauty:e,beer:e,berlin:e,best:e,bestbuy:e,bet:e,bharti:e,bible:e,bid:e,bike:e,bing:e,bingo:e,bio:e,black:e,blackfriday:e,blockbuster:e,blog:e,bloomberg:e,blue:e,bms:e,bmw:e,bnpparibas:e,boats:e,boehringer:e,bofa:e,bom:e,bond:e,boo:e,book:e,booking:e,bosch:e,bostik:e,boston:e,bot:e,boutique:e,box:e,bradesco:e,bridgestone:e,broadway:e,broker:e,brother:e,brussels:e,build:[1,{shiptoday:t,v0:t,windsurf:t}],builders:[1,{cloudsite:t}],business:k,buy:e,buzz:e,bzh:e,cab:e,cafe:e,cal:e,call:e,calvinklein:e,cam:e,camera:e,camp:[1,{emf:[0,{at:t}]}],canon:e,capetown:e,capital:e,capitalone:e,car:e,caravan:e,cards:e,care:e,career:e,careers:e,cars:e,casa:[1,{nabu:[0,{ui:t}]}],case:[1,{sav:t}],cash:e,casino:e,catering:e,catholic:e,cba:e,cbn:e,cbre:e,center:e,ceo:e,cern:e,cfa:e,cfd:e,chanel:e,channel:e,charity:e,chase:e,chat:e,cheap:e,chintai:e,christmas:e,chrome:e,church:e,cipriani:e,circle:e,cisco:e,citadel:e,citi:e,citic:e,city:e,claims:e,cleaning:e,click:e,clinic:e,clinique:e,clothing:e,cloud:[1,{antagonist:t,convex:t,elementor:t,emergent:t,encoway:[0,{eu:t}],statics:o,ravendb:t,axarnet:[0,{"es-1":t}],diadem:t,jelastic:[0,{vip:t}],jele:t,"jenv-aruba":[0,{aruba:[0,{eur:[0,{it1:t}]}],it1:t}],keliweb:[2,{cs:t}],oxa:[2,{tn:t,uk:t}],primetel:[2,{uk:t}],reclaim:[0,{ca:t,uk:t,us:t}],trendhosting:[0,{ch:t,de:t}],jote:t,jotelulu:t,kuleuven:t,laravel:t,linkyard:t,magentosite:o,matlab:t,observablehq:t,perspecta:t,vapor:t,"on-rancher":o,scw:[0,{baremetal:[0,{"fr-par-1":t,"fr-par-2":t,"nl-ams-1":t}],"fr-par":[0,{cockpit:t,ddl:t,dtwh:t,fnc:[2,{functions:t}],ifr:t,k8s:_,kafk:t,mgdb:t,rdb:t,s3:t,"s3-website":t,scbl:t,whm:t}],instances:[0,{priv:t,pub:t}],k8s:t,"nl-ams":[0,{cockpit:t,ddl:t,dtwh:t,ifr:t,k8s:_,kafk:t,mgdb:t,rdb:t,s3:t,"s3-website":t,scbl:t,whm:t}],"pl-waw":[0,{cockpit:t,ddl:t,dtwh:t,ifr:t,k8s:_,kafk:t,mgdb:t,rdb:t,s3:t,"s3-website":t,scbl:t}],scalebook:t,smartlabeling:t}],servebolt:t,onstackit:[0,{runs:t}],trafficplex:t,"unison-services":t,urown:t,voorloper:t,zap:t}],club:[1,{cloudns:t,jele:t,barsy:t}],clubmed:e,coach:e,codes:[1,{owo:o}],coffee:e,college:e,cologne:e,commbank:e,community:[1,{nog:t,ravendb:t,myforum:t}],company:e,compare:e,computer:e,comsec:e,condos:e,construction:e,consulting:e,contact:e,contractors:e,cooking:e,cool:[1,{elementor:t,de:t}],corsica:e,country:e,coupon:e,coupons:e,courses:e,cpa:e,credit:e,creditcard:e,creditunion:e,cricket:e,crown:e,crs:e,cruise:e,cruises:e,cuisinella:e,cymru:e,cyou:e,dad:e,dance:e,data:e,date:e,dating:e,datsun:e,day:e,dclk:e,dds:e,deal:e,dealer:e,deals:e,degree:e,delivery:e,dell:e,deloitte:e,delta:e,democrat:e,dental:e,dentist:e,desi:e,design:[1,{graphic:t,bss:t}],dev:[1,{myaddr:t,panel:t,bearblog:t,brave:a,lcl:o,lclstage:o,stg:o,stgstage:o,pages:t,r2:t,workers:t,deno:t,"deno-staging":t,deta:t,lp:[2,{api:t,objects:t}],evervault:i,fly:t,githubpreview:t,gateway:o,grebedoc:t,botdash:t,inbrowser:o,"is-a-good":t,iserv:t,leapcell:t,runcontainers:t,localcert:[0,{user:o}],loginline:t,barsy:t,mediatech:t,"mocha-sandbox":t,modx:t,ngrok:t,"ngrok-free":t,"is-a-fullstack":t,"is-cool":t,"is-not-a":t,localplayer:t,xmit:t,"platter-app":t,replit:[2,{archer:t,bones:t,canary:t,global:t,hacker:t,id:t,janeway:t,kim:t,kira:t,kirk:t,odo:t,paris:t,picard:t,pike:t,prerelease:t,reed:t,riker:t,sisko:t,spock:t,staging:t,sulu:t,tarpit:t,teams:t,tucker:t,wesley:t,worf:t}],crm:[0,{aa:o,ab:o,ac:o,ad:o,ae:o,af:o,ci:o,d:o,pa:o,pb:o,pc:o,pd:o,pe:o,pf:o,w:o,wa:o,wb:o,wc:o,wd:o,we:o,wf:o}],erp:$,vercel:t,webhare:o,hrsn:t,"is-a":t}],dhl:e,diamonds:e,diet:e,digital:[1,{cloudapps:[2,{london:t}]}],direct:[1,{libp2p:t}],directory:e,discount:e,discover:e,dish:e,diy:Q,dnp:e,docs:e,doctor:e,dog:e,domains:e,dot:e,download:e,drive:e,dtv:e,dubai:e,dupont:e,durban:e,dvag:e,dvr:e,earth:e,eat:e,eco:e,edeka:e,education:k,email:[1,{crisp:[0,{on:t}],tawk:J,tawkto:J}],emerck:e,energy:e,engineer:e,engineering:e,enterprises:e,epson:e,equipment:e,ericsson:e,erni:e,esq:e,estate:[1,{compute:o}],eurovision:e,eus:[1,{party:X}],events:[1,{koobin:t,co:t}],exchange:e,expert:e,exposed:e,express:e,extraspace:e,fage:e,fail:e,fairwinds:e,faith:e,family:e,fan:e,fans:e,farm:[1,{storj:t}],farmers:e,fashion:e,fast:e,fedex:e,feedback:e,ferrari:e,ferrero:e,fidelity:e,fido:e,film:e,final:e,finance:e,financial:k,fire:e,firestone:e,firmdale:e,fish:e,fishing:e,fit:e,fitness:e,flickr:e,flights:e,flir:e,florist:e,flowers:e,fly:e,foo:e,food:e,football:e,ford:e,forex:e,forsale:e,forum:e,foundation:e,fox:e,free:e,fresenius:e,frl:e,frogans:e,frontier:e,ftr:e,fujitsu:e,fun:e,fund:e,furniture:e,futbol:e,fyi:e,gal:e,gallery:e,gallo:e,gallup:e,game:e,games:[1,{pley:t,sheezy:t}],gap:e,garden:e,gay:[1,{pages:t}],gbiz:e,gdn:[1,{cnpy:t}],gea:e,gent:e,genting:e,george:e,ggee:e,gift:e,gifts:e,gives:e,giving:e,glass:e,gle:e,global:[1,{appwrite:t}],globo:e,gmail:e,gmbh:e,gmo:e,gmx:e,godaddy:e,gold:e,goldpoint:e,golf:e,goodyear:e,goog:[1,{cloud:t,translate:t,usercontent:o}],google:e,gop:e,got:e,grainger:e,graphics:e,gratis:e,green:e,gripe:e,grocery:e,group:Q,gucci:e,guge:e,guide:e,guitars:e,guru:e,hair:e,hamburg:e,hangout:e,haus:e,hbo:e,hdfc:e,hdfcbank:e,health:[1,{hra:t}],healthcare:e,help:e,helsinki:e,here:e,hermes:e,hiphop:e,hisamitsu:e,hitachi:e,hiv:e,hkt:e,hockey:e,holdings:e,holiday:e,homedepot:e,homegoods:e,homes:e,homesense:e,honda:e,horse:e,hospital:e,host:[1,{cloudaccess:t,freesite:t,easypanel:t,emergent:t,fastvps:t,myfast:t,gadget:t,tempurl:t,wpmudev:t,iserv:t,jele:t,mircloud:t,bolt:t,wp2:t,half:t}],hosting:[1,{opencraft:t}],hot:e,hotel:e,hotels:e,hotmail:e,house:e,how:e,hsbc:e,hughes:e,hyatt:e,hyundai:e,ibm:e,icbc:e,ice:e,icu:e,ieee:e,ifm:e,ikano:e,imamat:e,imdb:e,immo:e,immobilien:e,inc:e,industries:e,infiniti:e,ing:e,ink:e,institute:e,insurance:e,insure:e,international:e,intuit:e,investments:e,ipiranga:e,irish:e,ismaili:e,ist:e,istanbul:e,itau:e,itv:e,jaguar:e,java:e,jcb:e,jeep:e,jetzt:e,jewelry:e,jio:e,jll:e,jmp:e,jnj:e,joburg:e,jot:e,joy:e,jpmorgan:e,jprs:e,juegos:e,juniper:e,kaufen:e,kddi:e,kerryhotels:e,kerryproperties:e,kfh:e,kia:e,kids:e,kim:e,kindle:e,kitchen:e,kiwi:e,koeln:e,komatsu:e,kosher:e,kpmg:e,kpn:e,krd:[1,{co:t,edu:t}],kred:e,kuokgroup:e,kyoto:e,lacaixa:e,lamborghini:e,lamer:e,land:e,landrover:e,lanxess:e,lasalle:e,lat:e,latino:e,latrobe:e,law:e,lawyer:e,lds:e,lease:e,leclerc:e,lefrak:e,legal:e,lego:e,lexus:e,lgbt:e,lidl:e,life:e,lifeinsurance:e,lifestyle:e,lighting:e,like:e,lilly:e,limited:e,limo:e,lincoln:e,link:[1,{myfritz:t,cyon:t,joinmc:t,dweb:o,inbrowser:o,keenetic:t,nftstorage:ae,mypep:t,storacha:ae,w3s:ae}],live:[1,{aem:t,hlx:t,ewp:o}],living:e,llc:e,llp:e,loan:e,loans:e,locker:e,locus:e,lol:[1,{omg:t}],london:e,lotte:e,lotto:e,love:e,lpl:e,lplfinancial:e,ltd:e,ltda:e,lundbeck:e,luxe:e,luxury:e,madrid:e,maif:e,maison:e,makeup:e,man:e,management:e,mango:e,map:e,market:e,marketing:e,markets:e,marriott:e,marshalls:e,mattel:e,mba:e,mckinsey:e,med:e,media:ie,meet:e,melbourne:e,meme:e,memorial:e,men:e,menu:[1,{barsy:t,barsyonline:t}],merck:e,merckmsd:e,miami:e,microsoft:e,mini:e,mint:e,mit:e,mitsubishi:e,mlb:e,mls:e,mma:e,mobile:e,moda:e,moe:e,moi:e,mom:e,monash:e,money:e,monster:e,mormon:e,mortgage:e,moscow:e,moto:e,motorcycles:e,mov:e,movie:e,msd:e,mtn:e,mtr:e,music:e,nab:e,nagoya:e,navy:e,nba:e,nec:e,netbank:e,netflix:e,network:[1,{aem:t,alces:o,appwrite:t,co:t,arvo:t,azimuth:t,tlon:t}],neustar:e,new:e,news:[1,{noticeable:t}],next:e,nextdirect:e,nexus:e,nfl:e,ngo:e,nhk:e,nico:e,nike:e,nikon:e,ninja:e,nissan:e,nissay:e,nokia:e,norton:e,now:e,nowruz:e,nowtv:e,nra:e,nrw:e,ntt:e,nyc:e,obi:e,observer:e,office:e,okinawa:e,olayan:e,olayangroup:e,ollo:e,omega:e,one:[1,{kin:o,service:t,website:t}],ong:e,onl:e,online:[1,{eero:t,"eero-stage":t,websitebuilder:t,leapcell:t,barsy:t}],ooo:e,open:e,oracle:e,orange:[1,{tech:t}],organic:e,origins:e,osaka:e,otsuka:e,ott:e,ovh:[1,{nerdpol:t}],page:[1,{aem:t,hlx:t,codeberg:t,deuxfleurs:t,heyflow:t,prvcy:t,rocky:t,statichost:t,pdns:t,plesk:t}],panasonic:e,paris:e,pars:e,partners:e,parts:e,party:e,pay:e,pccw:e,pet:e,pfizer:e,pharmacy:e,phd:e,philips:e,phone:e,photo:e,photography:e,photos:ie,physio:e,pics:e,pictet:e,pictures:[1,{1337:t}],pid:e,pin:e,ping:e,pink:e,pioneer:e,pizza:[1,{ngrok:t}],place:k,play:e,playstation:e,plumbing:e,plus:[1,{playit:[2,{at:o,with:t}]}],pnc:e,pohl:e,poker:e,politie:e,porn:e,praxi:e,press:e,prime:e,prod:e,productions:e,prof:e,progressive:e,promo:e,properties:e,property:e,protection:e,pru:e,prudential:e,pub:[1,{id:o,kin:o,barsy:t}],pwc:e,qpon:e,quebec:e,quest:e,racing:e,radio:e,read:e,realestate:e,realtor:e,realty:e,recipes:e,red:e,redumbrella:e,rehab:e,reise:e,reisen:e,reit:e,reliance:e,ren:e,rent:e,rentals:e,repair:e,report:e,republican:e,rest:e,restaurant:e,review:e,reviews:[1,{aem:t}],rexroth:e,rich:e,richardli:e,ricoh:e,ril:e,rio:e,rip:[1,{clan:t}],rocks:[1,{myddns:t,stackit:t,"lima-city":t,webspace:t}],rodeo:e,rogers:e,room:e,rsvp:e,rugby:e,ruhr:e,run:[1,{appwrite:o,canva:t,development:t,ravendb:t,liara:[2,{iran:t}],lovable:t,needle:t,build:o,code:o,database:o,migration:o,onporter:t,repl:t,stackit:t,val:$,vercel:t,wix:t}],rwe:e,ryukyu:e,saarland:e,safe:e,safety:e,sakura:e,sale:e,salon:e,samsclub:e,samsung:e,sandvik:e,sandvikcoromant:e,sanofi:e,sap:e,sarl:e,sas:e,save:e,saxo:e,sbi:e,sbs:e,scb:e,schaeffler:e,schmidt:e,scholarships:e,school:e,schule:e,schwarz:e,science:e,scot:[1,{co:t,me:t,org:t,gov:[2,{service:t}]}],search:e,seat:e,secure:e,security:e,seek:e,select:e,sener:e,services:[1,{loginline:t}],seven:e,sew:e,sex:e,sexy:e,sfr:e,shangrila:e,sharp:e,shell:e,shia:e,shiksha:e,shoes:e,shop:[1,{base:t,hoplix:t,barsy:t,barsyonline:t,shopware:t}],shopping:e,shouji:e,show:e,silk:e,sina:e,singles:e,site:[1,{square:t,canva:E,cloudera:o,convex:t,cyon:t,caffeine:t,fastvps:t,figma:t,"figma-gov":t,preview:t,heyflow:t,jele:t,jouwweb:t,loginline:t,barsy:t,co:t,notion:t,omniwe:t,opensocial:t,madethis:t,support:t,platformsh:o,tst:o,byen:t,sol:t,srht:t,novecore:t,cpanel:t,wpsquared:t,sourcecraft:t}],ski:e,skin:e,sky:e,skype:e,sling:e,smart:e,smile:e,sncf:e,soccer:e,social:e,softbank:e,software:e,sohu:e,solar:e,solutions:e,song:e,sony:e,soy:e,spa:e,space:[1,{myfast:t,heiyu:t,hf:[2,{static:t}],"app-ionos":t,project:t,uber:t,xs4all:t}],sport:e,spot:e,srl:e,stada:e,staples:e,star:e,statebank:e,statefarm:e,stc:e,stcgroup:e,stockholm:e,storage:e,store:[1,{barsy:t,sellfy:t,shopware:t,storebase:t}],stream:e,studio:e,study:e,style:e,sucks:e,supplies:e,supply:e,support:[1,{barsy:t}],surf:e,surgery:e,suzuki:e,swatch:e,swiss:e,sydney:e,systems:[1,{knightpoint:t,miren:t}],tab:e,taipei:e,talk:e,taobao:e,target:e,tatamotors:e,tatar:e,tattoo:e,tax:e,taxi:e,tci:e,tdk:e,team:[1,{discourse:t,jelastic:t}],tech:[1,{cleverapps:t}],technology:k,temasek:e,tennis:e,teva:e,thd:e,theater:e,theatre:e,tiaa:e,tickets:e,tienda:e,tips:e,tires:e,tirol:e,tjmaxx:e,tjx:e,tkmaxx:e,tmall:e,today:[1,{prequalifyme:t}],tokyo:e,tools:[1,{addr:K,myaddr:t}],top:[1,{ntdll:t,wadl:o}],toray:e,toshiba:e,total:e,tours:e,town:e,toyota:e,toys:e,trade:e,trading:e,training:e,travel:e,travelers:e,travelersinsurance:e,trust:e,trv:e,tube:e,tui:e,tunes:e,tushu:e,tvs:e,ubank:e,ubs:e,unicom:e,university:e,uno:e,uol:e,ups:e,vacations:e,vana:e,vanguard:e,vegas:e,ventures:e,verisign:e,versicherung:e,vet:e,viajes:e,video:e,vig:e,viking:e,villas:e,vin:e,vip:[1,{hidns:t}],virgin:e,visa:e,vision:e,viva:e,vivo:e,vlaanderen:e,vodka:e,volvo:e,vote:e,voting:e,voto:e,voyage:e,wales:e,walmart:e,walter:e,wang:e,wanggou:e,watch:e,watches:e,weather:e,weatherchannel:e,webcam:e,weber:e,website:ie,wed:e,wedding:e,weibo:e,weir:e,whoswho:e,wien:e,wiki:ie,williamhill:e,win:e,windows:e,wine:e,winners:e,wme:e,wolterskluwer:e,woodside:e,work:[1,{"imagine-proxy":t}],works:e,world:e,wow:e,wtc:e,wtf:e,xbox:e,xerox:e,xihuan:e,xin:e,"xn--11b4c3d":e,"कॉम":e,"xn--1ck2e1b":e,"セール":e,"xn--1qqw23a":e,"佛山":e,"xn--30rr7y":e,"慈善":e,"xn--3bst00m":e,"集团":e,"xn--3ds443g":e,"在线":e,"xn--3pxu8k":e,"点看":e,"xn--42c2d9a":e,"คอม":e,"xn--45q11c":e,"八卦":e,"xn--4gbrim":e,"موقع":e,"xn--55qw42g":e,"公益":e,"xn--55qx5d":e,"公司":e,"xn--5su34j936bgsg":e,"香格里拉":e,"xn--5tzm5g":e,"网站":e,"xn--6frz82g":e,"移动":e,"xn--6qq986b3xl":e,"我爱你":e,"xn--80adxhks":e,"москва":e,"xn--80aqecdr1a":e,"католик":e,"xn--80asehdb":e,"онлайн":e,"xn--80aswg":e,"сайт":e,"xn--8y0a063a":e,"联通":e,"xn--9dbq2a":e,"קום":e,"xn--9et52u":e,"时尚":e,"xn--9krt00a":e,"微博":e,"xn--b4w605ferd":e,"淡马锡":e,"xn--bck1b9a5dre4c":e,"ファッション":e,"xn--c1avg":e,"орг":e,"xn--c2br7g":e,"नेट":e,"xn--cck2b3b":e,"ストア":e,"xn--cckwcxetd":e,"アマゾン":e,"xn--cg4bki":e,"삼성":e,"xn--czr694b":e,"商标":e,"xn--czrs0t":e,"商店":e,"xn--czru2d":e,"商城":e,"xn--d1acj3b":e,"дети":e,"xn--eckvdtc9d":e,"ポイント":e,"xn--efvy88h":e,"新闻":e,"xn--fct429k":e,"家電":e,"xn--fhbei":e,"كوم":e,"xn--fiq228c5hs":e,"中文网":e,"xn--fiq64b":e,"中信":e,"xn--fjq720a":e,"娱乐":e,"xn--flw351e":e,"谷歌":e,"xn--fzys8d69uvgm":e,"電訊盈科":e,"xn--g2xx48c":e,"购物":e,"xn--gckr3f0f":e,"クラウド":e,"xn--gk3at1e":e,"通販":e,"xn--hxt814e":e,"网店":e,"xn--i1b6b1a6a2e":e,"संगठन":e,"xn--imr513n":e,"餐厅":e,"xn--io0a7i":e,"网络":e,"xn--j1aef":e,"ком":e,"xn--jlq480n2rg":e,"亚马逊":e,"xn--jvr189m":e,"食品":e,"xn--kcrx77d1x4a":e,"飞利浦":e,"xn--kput3i":e,"手机":e,"xn--mgba3a3ejt":e,"ارامكو":e,"xn--mgba7c0bbn0a":e,"العليان":e,"xn--mgbab2bd":e,"بازار":e,"xn--mgbca7dzdo":e,"ابوظبي":e,"xn--mgbi4ecexp":e,"كاثوليك":e,"xn--mgbt3dhd":e,"همراه":e,"xn--mk1bu44c":e,"닷컴":e,"xn--mxtq1m":e,"政府":e,"xn--ngbc5azd":e,"شبكة":e,"xn--ngbe9e0a":e,"بيتك":e,"xn--ngbrx":e,"عرب":e,"xn--nqv7f":e,"机构":e,"xn--nqv7fs00ema":e,"组织机构":e,"xn--nyqy26a":e,"健康":e,"xn--otu796d":e,"招聘":e,"xn--p1acf":[1,{"xn--90amc":t,"xn--j1aef":t,"xn--j1ael8b":t,"xn--h1ahn":t,"xn--j1adp":t,"xn--c1avg":t,"xn--80aaa0cvac":t,"xn--h1aliz":t,"xn--90a1af":t,"xn--41a":t}],"рус":[1,{"биз":t,"ком":t,"крым":t,"мир":t,"мск":t,"орг":t,"самара":t,"сочи":t,"спб":t,"я":t}],"xn--pssy2u":e,"大拿":e,"xn--q9jyb4c":e,"みんな":e,"xn--qcka1pmc":e,"グーグル":e,"xn--rhqv96g":e,"世界":e,"xn--rovu88b":e,"書籍":e,"xn--ses554g":e,"网址":e,"xn--t60b56a":e,"닷넷":e,"xn--tckwe":e,"コム":e,"xn--tiq49xqyj":e,"天主教":e,"xn--unup4y":e,"游戏":e,"xn--vermgensberater-ctb":e,"vermögensberater":e,"xn--vermgensberatung-pwb":e,"vermögensberatung":e,"xn--vhquv":e,"企业":e,"xn--vuq861b":e,"信息":e,"xn--w4r85el8fhu5dnra":e,"嘉里大酒店":e,"xn--w4rs40l":e,"嘉里":e,"xn--xhq521b":e,"广东":e,"xn--zfr164b":e,"政务":e,xyz:[1,{caffeine:t,botdash:t,telebit:o}],yachts:e,yahoo:e,yamaxun:e,yandex:e,yodobashi:e,yoga:e,yokohama:e,you:e,youtube:e,yun:e,zappos:e,zara:e,zero:e,zip:e,zone:[1,{triton:o,stackit:t,lima:t}],zuerich:e}]}();function L(e,t,n,r){let o=null,a=t;for(;void 0!==a&&(0!==(a[0]&r)&&(o={index:n+1,isIcann:!!(1&a[0]),isPrivate:!!(2&a[0])}),-1!==n);){const t=a[1];a=Object.prototype.hasOwnProperty.call(t,e[n])?t[e[n]]:t["*"],n-=1}return o}function N(e,t,n){var r;if(function(e,t,n){if(!t.allowPrivateDomains&&e.length>3){const t=e.length-1,r=e.charCodeAt(t),o=e.charCodeAt(t-1),a=e.charCodeAt(t-2),i=e.charCodeAt(t-3);if(109===r&&111===o&&99===a&&46===i)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="com",!0;if(103===r&&114===o&&111===a&&46===i)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="org",!0;if(117===r&&100===o&&101===a&&46===i)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="edu",!0;if(118===r&&111===o&&103===a&&46===i)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="gov",!0;if(116===r&&101===o&&110===a&&46===i)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="net",!0;if(101===r&&100===o&&46===a)return n.isIcann=!0,n.isPrivate=!1,n.publicSuffix="de",!0}return!1}(e,t,n))return;const o=e.split("."),a=(t.allowPrivateDomains?2:0)|(t.allowIcannDomains?1:0),i=L(o,D,o.length-1,a);if(null!==i)return n.isIcann=i.isIcann,n.isPrivate=i.isPrivate,void(n.publicSuffix=o.slice(i.index+1).join("."));const s=L(o,j,o.length-1,a);if(null!==s)return n.isIcann=s.isIcann,n.isPrivate=s.isPrivate,void(n.publicSuffix=o.slice(s.index).join("."));n.isIcann=!1,n.isPrivate=!1,n.publicSuffix=null!==(r=o[o.length-1])&&void 0!==r?r:null}const z={domain:null,domainWithoutSuffix:null,hostname:null,isIcann:null,isIp:null,isPrivate:null,publicSuffix:null,subdomain:null};function q(e,t){if(t===e)return!0;if(0===e.indexOf(t)){if("/"===t[t.length-1])return!0;if(e.startsWith(t)&&"/"===e[t.length])return!0}return!1}var U=["local","example","invalid","localhost","test"],M=["localhost","invalid"],B={allowSpecialUseDomain:!1,ignoreError:!1};function F(e,t={}){t={...B,...t};const n=e.split("."),r=n[n.length-1],o=!!t.allowSpecialUseDomain,a=!!t.ignoreError;if(o&&void 0!==r&&U.includes(r)){if(n.length>1){return`${n[n.length-2]}.${r}`}if(M.includes(r))return r}if(!a&&void 0!==r&&U.includes(r))throw new Error(`Cookie has domain set to the public suffix "${r}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`);const i=function(e,t={}){var n;return(n=z).domain=null,n.domainWithoutSuffix=null,n.hostname=null,n.isIcann=null,n.isIp=null,n.isPrivate=null,n.publicSuffix=null,n.subdomain=null,P(e,3,N,t,z).domain}(e,{allowIcannDomains:!0,allowPrivateDomains:!0});if(i)return i}var W=class{constructor(){this.synchronous=!1}findCookie(e,t,n,r){throw new Error("findCookie is not implemented")}findCookies(e,t,n=!1,r){throw new Error("findCookies is not implemented")}putCookie(e,t){throw new Error("putCookie is not implemented")}updateCookie(e,t,n){throw new Error("updateCookie is not implemented")}removeCookie(e,t,n,r){throw new Error("removeCookie is not implemented")}removeCookies(e,t,n){throw new Error("removeCookies is not implemented")}removeAllCookies(e){throw new Error("removeAllCookies is not implemented")}getAllCookies(e){throw new Error("getAllCookies is not implemented (therefore jar cannot be serialized)")}},H=e=>Object.prototype.toString.call(e),G=(e,t=new WeakSet)=>"object"!=typeof e||null===e?String(e):"function"==typeof e.toString?Array.isArray(e)?((e,t)=>"function"!=typeof e.join?H(e):(t.add(e),e.map(e=>null==e||t.has(e)?"":G(e,t)).join()))(e,t):String(e):H(e),V=e=>G(e);function K(e){let t,n,r;const o=new Promise((e,t)=>{n=e,r=t});return t="function"==typeof e?(t,n)=>{try{t?e(t):e(null,n)}catch(e){r(e instanceof Error?e:new Error)}}:(e,t)=>{try{e?r(e):n(t)}catch(e){r(e instanceof Error?e:new Error)}},{promise:o,callback:t,resolve:e=>(t(null,e),o),reject:e=>(t(e),o)}}function $(e,t){return e in t}var Q=class extends W{constructor(){super(),this.synchronous=!0,this.idx=Object.create(null)}findCookie(e,t,n,r){const o=K(r);if(null==e||null==t||null==n)return o.resolve(void 0);const a=this.idx[e]?.[t]?.[n];return o.resolve(a)}findCookies(e,t,n=!1,r){"function"==typeof n&&(r=n,n=!0);const o=[],a=K(r);if(!e)return a.resolve([]);let i;i=t?function(e){for(const n in e)if(q(t,n)){const t=e[n];for(const e in t){const n=t[e];n&&o.push(n)}}}:function(e){for(const t in e){const n=e[t];for(const e in n){const t=n[e];t&&o.push(t)}}};const s=function(e,t){const n=F(e,{allowSpecialUseDomain:t});if(!n)return;if(n==e)return[e];"."==e.slice(-1)&&(e=e.slice(0,-1));const r=e.slice(0,-(n.length+1)).split(".").reverse();let o=n;const a=[o];for(;r.length;)o=`${r.shift()}.${o}`,a.push(o);return a}(e,n)||[e],c=this.idx;return s.forEach(e=>{const t=c[e];t&&i(t)}),a.resolve(o)}putCookie(e,t){const n=K(t),{domain:r,path:o,key:a}=e;if(null==r||null==o||null==a)return n.resolve(void 0);const i=this.idx[r]??Object.create(null);this.idx[r]=i;const s=i[o]??Object.create(null);return i[o]=s,s[a]=e,n.resolve(void 0)}updateCookie(e,t,n){if(!n)return this.putCookie(t);this.putCookie(t,n)}removeCookie(e,t,n,r){const o=K(r);return delete this.idx[e]?.[t]?.[n],o.resolve(void 0)}removeCookies(e,t,n){const r=K(n),o=this.idx[e];return o&&(t?delete o[t]:delete this.idx[e]),r.resolve(void 0)}removeAllCookies(e){const t=K(e);return this.idx=Object.create(null),t.resolve(void 0)}getAllCookies(e){const t=K(e),n=[],r=this.idx;return Object.keys(r).forEach(e=>{const t=r[e]??{};Object.keys(t).forEach(e=>{const r=t[e]??{};Object.keys(r).forEach(e=>{const t=r[e];null!=t&&n.push(t)})})}),n.sort((e,t)=>(e.creationIndex||0)-(t.creationIndex||0)),t.resolve(n)}};function Y(e){return X(e)&&""!==e}function J(e){return""===e||e instanceof String&&""===e.toString()}function X(e){return"string"==typeof e||e instanceof String}function Z(e){return"[object Object]"===H(e)}function ee(e,t,n){if(e)return;const r="function"==typeof t?t:void 0;let o="function"==typeof t?n:t;Z(o)||(o="[object Object]");const a=new te(V(o));if(!r)throw a;r(a)}var te=class extends Error{},ne={SILENT:"silent",STRICT:"strict",DISABLED:"unsafe-disabled"};Object.freeze(ne);var re="\n\\[?(?:\n(?:[a-fA-F\\d]{1,4}:){7}(?:[a-fA-F\\d]{1,4}|:)|\n(?:[a-fA-F\\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|:[a-fA-F\\d]{1,4}|:)|\n(?:[a-fA-F\\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,2}|:)|\n(?:[a-fA-F\\d]{1,4}:){4}(?:(?::[a-fA-F\\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,3}|:)|\n(?:[a-fA-F\\d]{1,4}:){3}(?:(?::[a-fA-F\\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,4}|:)|\n(?:[a-fA-F\\d]{1,4}:){2}(?:(?::[a-fA-F\\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,5}|:)|\n(?:[a-fA-F\\d]{1,4}:){1}(?:(?::[a-fA-F\\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,6}|:)|\n(?::(?:(?::[a-fA-F\\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,7}|:))\n)(?:%[0-9a-zA-Z]{1,})?\\]?\n".replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),oe=new RegExp(`^${re}$`),ae=new RegExp("^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$");function ie(e){return new URL(`http://${e}`).hostname}function se(e){if(null==e)return;let t=e.trim().replace(/^\./,"");return oe.test(t)?(t.startsWith("[")||(t="["+t),t.endsWith("]")||(t+="]"),ie(t).slice(1,-1)):/[^\u0001-\u007f]/.test(t)?ie(t):t.toLowerCase()}var ce=/[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/,ue=0,le=1,de=2,pe=3,he=4,fe=5,me=6,ge=7,ye=8,ve=9,be=10,ke=11;function we(e,t,n,r){let o=0;for(;o<e.length;){const t=e.charCodeAt(o);if(t<=47||t>=58)break;o++}if(!(o<t||o>n)&&(r||o==e.length))return parseInt(e.slice(0,o),10)}function _e(e){const t=e.split(":"),n=[0,0,0];if(3===t.length){for(let e=0;e<3;e++){const r=2==e,o=t[e];if(void 0===o)return;const a=we(o,1,2,r);if(void 0===a)return;n[e]=a}return n}}function Ee(e){switch(e=String(e).slice(0,3).toLowerCase()){case"jan":return ue;case"feb":return le;case"mar":return de;case"apr":return pe;case"may":return he;case"jun":return fe;case"jul":return me;case"aug":return ge;case"sep":return ye;case"oct":return ve;case"nov":return be;case"dec":return ke;default:return}}function xe(e){if(!e)return;const t=e.split(ce);let n,r,o,a,i,s;for(let e=0;e<t.length;e++){const c=(t[e]??"").trim();if(c.length){if(void 0===o){const e=_e(c);if(e){n=e[0],r=e[1],o=e[2];continue}}if(void 0===a){const e=we(c,1,2,!0);if(void 0!==e){a=e;continue}}if(void 0===i){const e=Ee(c);if(void 0!==e){i=e;continue}}if(void 0===s){const e=we(c,2,4,!0);void 0!==e&&(s=e,s>=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3))}}}return void 0===a||void 0===i||void 0===s||void 0===n||void 0===r||void 0===o||a<1||a>31||s<1601||n>23||r>59||o>59?void 0:new Date(Date.UTC(s,i,a,n,r,o))}var Se=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,Ce=/[\x20-\x3A\x3C-\x7E]+/,Re=/[\x00-\x1F]/,Ie=["\n","\r","\0"];function Te(e,t){let n,r,o=(e=function(e){if(J(e))return e;for(let t=0;t<Ie.length;t++){const n=Ie[t],r=n?e.indexOf(n):-1;-1!==r&&(e=e.slice(0,r))}return e}(e)).indexOf("=");if(t)0===o&&(o=(e=e.substring(1)).indexOf("="));else if(o<=0)return;if(o<=0?(n="",r=e.trim()):(n=e.slice(0,o).trim(),r=e.slice(o+1).trim()),Re.test(n)||Re.test(r))return;const a=new De;return a.key=n,a.value=r,a}function Ae(e){if(!e||J(e))return;let t;if("string"==typeof e)try{t=JSON.parse(e)}catch{return}else t=e;const n=new De;return De.serializableProperties.forEach(e=>{if(t&&"object"==typeof t&&$(e,t)){const r=t[e];if(void 0===r)return;if($(e,Oe)&&r===Oe[e])return;switch(e){case"key":case"value":case"sameSite":"string"==typeof r&&(n[e]=r);break;case"expires":case"creation":case"lastAccessed":"number"==typeof r||"string"==typeof r||r instanceof Date?n[e]="Infinity"==t[e]?"Infinity":new Date(r):null===r&&(n[e]=null);break;case"maxAge":"number"!=typeof r&&"Infinity"!==r&&"-Infinity"!==r||(n[e]=r);break;case"domain":case"path":"string"!=typeof r&&null!==r||(n[e]=r);break;case"secure":case"httpOnly":"boolean"==typeof r&&(n[e]=r);break;case"extensions":Array.isArray(r)&&r.every(e=>"string"==typeof e)&&(n[e]=r);break;case"hostOnly":case"pathIsDefault":"boolean"!=typeof r&&null!==r||(n[e]=r)}}}),n}var Oe={key:"",value:"",expires:"Infinity",maxAge:null,domain:null,path:null,secure:!1,httpOnly:!1,extensions:null,hostOnly:null,pathIsDefault:null,creation:null,lastAccessed:null,sameSite:void 0},Pe=class e{constructor(t={}){this.key=t.key??Oe.key,this.value=t.value??Oe.value,this.expires=t.expires??Oe.expires,this.maxAge=t.maxAge??Oe.maxAge,this.domain=t.domain??Oe.domain,this.path=t.path??Oe.path,this.secure=t.secure??Oe.secure,this.httpOnly=t.httpOnly??Oe.httpOnly,this.extensions=t.extensions??Oe.extensions,this.creation=t.creation??Oe.creation,this.hostOnly=t.hostOnly??Oe.hostOnly,this.pathIsDefault=t.pathIsDefault??Oe.pathIsDefault,this.lastAccessed=t.lastAccessed??Oe.lastAccessed,this.sameSite=t.sameSite??Oe.sameSite,this.creation=t.creation??new Date,Object.defineProperty(this,"creationIndex",{configurable:!1,enumerable:!1,writable:!0,value:++e.cookiesCreated}),this.creationIndex=e.cookiesCreated}[Symbol.for("nodejs.util.inspect.custom")](){const e=Date.now(),t=null!=this.hostOnly?this.hostOnly.toString():"?",n=this.creation&&"Infinity"!==this.creation?`${String(e-this.creation.getTime())}ms`:"?",r=this.lastAccessed&&"Infinity"!==this.lastAccessed?`${String(e-this.lastAccessed.getTime())}ms`:"?";return`Cookie="${this.toString()}; hostOnly=${t}; aAge=${r}; cAge=${n}"`}toJSON(){const t={};for(const n of e.serializableProperties){const e=this[n];if(e!==Oe[n])switch(n){case"key":case"value":case"sameSite":"string"==typeof e&&(t[n]=e);break;case"expires":case"creation":case"lastAccessed":"number"==typeof e||"string"==typeof e||e instanceof Date?t[n]="Infinity"==e?"Infinity":new Date(e).toISOString():null===e&&(t[n]=null);break;case"maxAge":"number"!=typeof e&&"Infinity"!==e&&"-Infinity"!==e||(t[n]=e);break;case"domain":case"path":"string"!=typeof e&&null!==e||(t[n]=e);break;case"secure":case"httpOnly":"boolean"==typeof e&&(t[n]=e);break;case"extensions":Array.isArray(e)&&(t[n]=e);break;case"hostOnly":case"pathIsDefault":"boolean"!=typeof e&&null!==e||(t[n]=e)}}return t}clone(){return Ae(this.toJSON())}validate(){if(!this.value||!Se.test(this.value))return!1;if(!("Infinity"==this.expires||this.expires instanceof Date||xe(this.expires)))return!1;if(null!=this.maxAge&&"Infinity"!==this.maxAge&&("-Infinity"===this.maxAge||this.maxAge<=0))return!1;if(null!=this.path&&!Ce.test(this.path))return!1;const e=this.cdomain();if(e){if(e.match(/\.$/))return!1;if(null==F(e))return!1}return!0}setExpires(e){e instanceof Date?this.expires=e:this.expires=xe(e)||"Infinity"}setMaxAge(e){this.maxAge=e===1/0?"Infinity":e===-1/0?"-Infinity":e}cookieString(){const e=this.value||"";return this.key?`${this.key}=${e}`:e}toString(){let t=this.cookieString();var n;return"Infinity"!=this.expires&&this.expires instanceof Date&&(t+=`; Expires=${n=this.expires,n.toUTCString()}`),null!=this.maxAge&&this.maxAge!=1/0&&(t+=`; Max-Age=${String(this.maxAge)}`),this.domain&&!this.hostOnly&&(t+=`; Domain=${this.domain}`),this.path&&(t+=`; Path=${this.path}`),this.secure&&(t+="; Secure"),this.httpOnly&&(t+="; HttpOnly"),this.sameSite&&"none"!==this.sameSite&&(this.sameSite.toLowerCase()===e.sameSiteCanonical.lax.toLowerCase()?t+=`; SameSite=${e.sameSiteCanonical.lax}`:this.sameSite.toLowerCase()===e.sameSiteCanonical.strict.toLowerCase()?t+=`; SameSite=${e.sameSiteCanonical.strict}`:t+=`; SameSite=${this.sameSite}`),this.extensions&&this.extensions.forEach(e=>{t+=`; ${e}`}),t}TTL(e=Date.now()){if(null!=this.maxAge&&"number"==typeof this.maxAge)return this.maxAge<=0?0:1e3*this.maxAge;const t=this.expires;return"Infinity"===t?1/0:(t?.getTime()??e)-(e||Date.now())}expiryTime(e){if(null!=this.maxAge){const t=e||this.lastAccessed||new Date,n="number"==typeof this.maxAge?this.maxAge:-1/0,r=n<=0?-1/0:1e3*n;return"Infinity"===t?1/0:t.getTime()+r}return"Infinity"==this.expires?1/0:this.expires?this.expires.getTime():void 0}expiryDate(e){const t=this.expiryTime(e);return t==1/0?new Date(2147483647e3):t==-1/0?new Date(0):null==t?void 0:new Date(t)}isPersistent(){return null!=this.maxAge||"Infinity"!=this.expires}canonicalizedDomain(){return se(this.domain)}cdomain(){return se(this.domain)}static parse(e,t){return function(e,t){if(J(e)||!X(e))return;const n=(e=e.trim()).indexOf(";"),r=Te(-1===n?e:e.slice(0,n),t?.loose??!1);if(!r)return;if(-1===n)return r;const o=e.slice(n+1).trim();if(0===o.length)return r;const a=o.split(";");for(;a.length;){const e=(a.shift()??"").trim();if(0===e.length)continue;const t=e.indexOf("=");let n,o;switch(-1===t?(n=e,o=null):(n=e.slice(0,t),o=e.slice(t+1)),n=n.trim().toLowerCase(),o&&(o=o.trim()),n){case"expires":if(o){const e=xe(o);e&&(r.expires=e)}break;case"max-age":if(o&&/^-?[0-9]+$/.test(o)){const e=parseInt(o,10);r.setMaxAge(e)}break;case"domain":if(o){const e=o.trim().replace(/^\./,"");e&&(r.domain=e.toLowerCase())}break;case"path":r.path=o&&"/"===o[0]?o:null;break;case"secure":r.secure=!0;break;case"httponly":r.httpOnly=!0;break;case"samesite":switch(o?o.toLowerCase():""){case"strict":r.sameSite="strict";break;case"lax":r.sameSite="lax";break;case"none":r.sameSite="none";break;default:r.sameSite=void 0}break;default:r.extensions=r.extensions||[],r.extensions.push(e)}}return r}(e,t)}static fromJSON(e){return Ae(e)}};Pe.cookiesCreated=0,Pe.sameSiteLevel={strict:3,lax:2,none:1},Pe.sameSiteCanonical={strict:"Strict",lax:"Lax"},Pe.serializableProperties=["key","value","expires","maxAge","domain","path","secure","httpOnly","extensions","hostOnly","pathIsDefault","creation","lastAccessed","sameSite"];var De=Pe,je=2147483647e3;function Le(e,t){let n;const r=e.path?e.path.length:0;if(n=(t.path?t.path.length:0)-r,0!==n)return n;return n=(e.creation&&e.creation instanceof Date?e.creation.getTime():je)-(t.creation&&t.creation instanceof Date?t.creation.getTime():je),0!==n||(n=(e.creationIndex||0)-(t.creationIndex||0)),n}var Ne=/(?:^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$)|(?:^(?:(?:[a-f\d]{1,4}:){7}(?:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,2}|:)|(?:[a-f\d]{1,4}:){4}(?:(?::[a-f\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,3}|:)|(?:[a-f\d]{1,4}:){3}(?:(?::[a-f\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,4}|:)|(?:[a-f\d]{1,4}:){2}(?:(?::[a-f\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,5}|:)|(?:[a-f\d]{1,4}:){1}(?:(?::[a-f\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,6}|:)|(?::(?:(?::[a-f\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,7}|:)))$)/;function ze(e,t,n){if(null==e||null==t)return;let r,o;if(!1!==n?(r=se(e),o=se(t)):(r=e,o=t),null==r||null==o)return;if(r==o)return!0;const a=r.lastIndexOf(o);return!(a<=0)&&(r.length===o.length+a&&("."===r.substring(a-1,a)&&!Ne.test(r)))}function qe(e,t=!0){let n;if("string"==typeof e)try{n=new URL(e)}catch{return!1}else n=e;const r=n.protocol.replace(":","").toLowerCase(),o=(a=n.hostname,a.length>=2&&a.startsWith("[")&&a.endsWith("]")?a.substring(1,a.length-1):a).replace(/\.+$/,"");var a;return"https"===r||"wss"===r||!!t&&(ae.test(o)?function(e){const t=e.split(".");return 4===t.length&&void 0!==t[0]&&127===parseInt(t[0],10)}(o):oe.test(o)?"::1"===o:function(e){const t=e.toLowerCase();return"localhost"===t||function(e){return e.endsWith(".localhost")}(t)}(o))}var Ue={loose:!1,sameSiteContext:void 0,ignoreError:!1,http:!0},Me={http:!0,expire:!0,allPaths:!1,sameSiteContext:void 0,sort:void 0},Be='Invalid sameSiteContext option for getCookies(); expected one of "strict", "lax", or "none"';function Fe(e){if(e&&"object"==typeof e&&"hostname"in e&&"string"==typeof e.hostname&&"pathname"in e&&"string"==typeof e.pathname&&"protocol"in e&&"string"==typeof e.protocol)return{hostname:e.hostname,pathname:e.pathname,protocol:e.protocol};if("string"!=typeof e)throw new te("`url` argument is not a string or URL.");try{return new URL(decodeURI(e))}catch{return new URL(e)}}function We(e){const t=String(e).toLowerCase();return"none"===t||"lax"===t||"strict"===t?t:void 0}function He(e){const t=e.toLowerCase();switch(t){case ne.STRICT:case ne.SILENT:case ne.DISABLED:return t;default:return ne.SILENT}}var Ge=class e{constructor(e,t){"boolean"==typeof t&&(t={rejectPublicSuffixes:t}),this.rejectPublicSuffixes=t?.rejectPublicSuffixes??!0,this.enableLooseMode=t?.looseMode??!1,this.allowSpecialUseDomain=t?.allowSpecialUseDomain??!0,this.allowSecureOnLocal=t?.allowSecureOnLocal??!0,this.prefixSecurity=He(t?.prefixSecurity??"silent"),this.store=e??new Q}callSync(e){if(!this.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");let t,n=null;try{e.call(this,(e,r)=>{n=e,t=r})}catch(e){n=e}if(n)throw n;return t}setCookie(e,t,n,r){"function"==typeof n&&(r=n,n=void 0);const o=K(r),a=o.callback;let i;try{if("string"==typeof t&&ee(Y(t),r,V(n)),i=Fe(t),"function"==typeof t)return o.reject(new Error("No URL was specified"));if("function"==typeof n&&(n=Ue),ee("function"==typeof a,a),!Y(e)&&!Z(e)&&e instanceof String&&0==e.length)return o.resolve(void 0)}catch(e){return o.reject(e)}const s=se(i.hostname)??null,c=n?.loose||this.enableLooseMode;let u=null;if(n?.sameSiteContext&&(u=We(n.sameSiteContext),!u))return o.reject(new Error(Be));if("string"==typeof e||e instanceof String){const t=De.parse(e.toString(),{loose:c});if(!t){const e=new Error("Cookie failed to parse");return n?.ignoreError?o.resolve(void 0):o.reject(e)}e=t}else if(!(e instanceof De)){const e=new Error("First argument to setCookie must be a Cookie object or string");return n?.ignoreError?o.resolve(void 0):o.reject(e)}const l=n?.now||new Date;if(this.rejectPublicSuffixes&&e.domain)try{const t=e.cdomain();if(null==("string"==typeof t?F(t,{allowSpecialUseDomain:this.allowSpecialUseDomain,ignoreError:n?.ignoreError}):null)&&!oe.test(e.domain)){const e=new Error("Cookie has domain set to a public suffix");return n?.ignoreError?o.resolve(void 0):o.reject(e)}}catch(e){return n?.ignoreError?o.resolve(void 0):o.reject(e)}if(e.domain){if(!ze(s??void 0,e.cdomain()??void 0,!1)){const t=new Error(`Cookie not in this host's domain. Cookie:${e.cdomain()??"null"} Request:${s??"null"}`);return n?.ignoreError?o.resolve(void 0):o.reject(t)}null==e.hostOnly&&(e.hostOnly=!1)}else e.hostOnly=!0,e.domain=s;if(e.path&&"/"===e.path[0]||(e.path=function(e){if(!e||"/"!==e.slice(0,1))return"/";if("/"===e)return e;const t=e.lastIndexOf("/");return 0===t?"/":e.slice(0,t)}(i.pathname),e.pathIsDefault=!0),!1===n?.http&&e.httpOnly){const e=new Error("Cookie is HttpOnly and this isn't an HTTP API");return n.ignoreError?o.resolve(void 0):o.reject(e)}if("none"!==e.sameSite&&void 0!==e.sameSite&&u&&"none"===u){const e=new Error("Cookie is SameSite but this is a cross-origin request");return n?.ignoreError?o.resolve(void 0):o.reject(e)}const d=this.prefixSecurity===ne.SILENT;if(!(this.prefixSecurity===ne.DISABLED)){let t,r=!1;if(!function(e){return!("string"==typeof e.key&&e.key.startsWith("__Secure-"))||e.secure}(e)?(r=!0,t="Cookie has __Secure prefix but Secure attribute is not set"):function(e){return!("string"==typeof e.key&&e.key.startsWith("__Host-"))||Boolean(e.secure&&e.hostOnly&&null!=e.path&&"/"===e.path)}(e)||(r=!0,t="Cookie has __Host prefix but either Secure or HostOnly attribute is not set or Path is not '/'"),r)return n?.ignoreError||d?o.resolve(void 0):o.reject(new Error(t))}const p=this.store;p.updateCookie||(p.updateCookie=async function(e,t,n){return this.putCookie(t).then(()=>n?.(null),e=>n?.(e))});return p.findCookie(e.domain,e.path,e.key,function(t,r){if(t)return void a(t);const o=function(t){t?a(t):a(null,"string"==typeof e?void 0:e)};if(r){if(n&&"http"in n&&!1===n.http&&r.httpOnly)return t=new Error("old Cookie is HttpOnly and this isn't an HTTP API"),void(n.ignoreError?a(null,void 0):a(t));e instanceof De&&(e.creation=r.creation,e.creationIndex=r.creationIndex,e.lastAccessed=l,p.updateCookie(r,e,o))}else e instanceof De&&(e.creation=e.lastAccessed=l,p.putCookie(e,o))}),o.promise}setCookieSync(e,t,n){const r=n?this.setCookie.bind(this,e,t,n):this.setCookie.bind(this,e,t);return this.callSync(r)}getCookies(e,t,n){"function"==typeof t?(n=t,t=Me):void 0===t&&(t=Me);const r=K(n),o=r.callback;let a;try{"string"==typeof e&&ee(Y(e),o,e),a=Fe(e),ee(Z(t),o,V(t)),ee("function"==typeof o,o)}catch(e){return r.reject(e)}const i=se(a.hostname),s=a.pathname||"/",c=qe(e,this.allowSecureOnLocal);let u=0;if(t.sameSiteContext){const e=We(t.sameSiteContext);if(null==e)return r.reject(new Error(Be));if(u=De.sameSiteLevel[e],!u)return r.reject(new Error(Be))}const l=t.http??!0,d=Date.now(),p=t.expire??!0,h=t.allPaths??!1,f=this.store;function m(e){if(e.hostOnly){if(e.domain!=i)return!1}else if(!ze(i??void 0,e.domain??void 0,!1))return!1;if(!h&&"string"==typeof e.path&&!q(s,e.path))return!1;if(e.secure&&!c)return!1;if(e.httpOnly&&!l)return!1;if(u){let t;if(t="lax"===e.sameSite?De.sameSiteLevel.lax:"strict"===e.sameSite?De.sameSiteLevel.strict:De.sameSiteLevel.none,t>u)return!1}const t=e.expiryTime();return!(p&&null!=t&&t<=d)||(f.removeCookie(e.domain,e.path,e.key,()=>{}),!1)}return f.findCookies(i,h?null:s,this.allowSpecialUseDomain,(e,n)=>{if(e)return void o(e);if(null==n)return void o(null,[]);n=n.filter(m),"sort"in t&&!1!==t.sort&&(n=n.sort(Le));const r=new Date;for(const e of n)e.lastAccessed=r;o(null,n)}),r.promise}getCookiesSync(e,t){return this.callSync(this.getCookies.bind(this,e,t))??[]}getCookieString(e,t,n){"function"==typeof t&&(n=t,t=void 0);const r=K(n);return this.getCookies(e,t,function(e,t){e?r.callback(e):r.callback(null,t?.sort(Le).map(e=>e.cookieString()).join("; "))}),r.promise}getCookieStringSync(e,t){return this.callSync(t?this.getCookieString.bind(this,e,t):this.getCookieString.bind(this,e))??""}getSetCookieStrings(e,t,n){"function"==typeof t&&(n=t,t=void 0);const r=K(n);return this.getCookies(e,t,function(e,t){e?r.callback(e):r.callback(null,t?.map(e=>e.toString()))}),r.promise}getSetCookieStringsSync(e,t={}){return this.callSync(this.getSetCookieStrings.bind(this,e,t))??[]}serialize(e){const t=K(e);let n=this.store.constructor.name;Z(n)&&(n=null);const r={version:"tough-cookie@6.0.0",storeType:n,rejectPublicSuffixes:this.rejectPublicSuffixes,enableLooseMode:this.enableLooseMode,allowSpecialUseDomain:this.allowSpecialUseDomain,prefixSecurity:He(this.prefixSecurity),cookies:[]};return"function"!=typeof this.store.getAllCookies?t.reject(new Error("store does not support getAllCookies and cannot be serialized")):(this.store.getAllCookies((e,n)=>{e?t.callback(e):null!=n?(r.cookies=n.map(e=>{const t=e.toJSON();return delete t.creationIndex,t}),t.callback(null,r)):t.callback(null,r)}),t.promise)}serializeSync(){return this.callSync(e=>{this.serialize(e)})}toJSON(){return this.serializeSync()}_importCookies(e,t){let n;if(e&&"object"==typeof e&&$("cookies",e)&&Array.isArray(e.cookies)&&(n=e.cookies),!n)return void t(new Error("serialized jar has no cookies array"),void 0);n=n.slice();const r=e=>{if(e)t(e,void 0);else if(Array.isArray(n)){if(!n.length)return void t(e,this);let o;try{o=De.fromJSON(n.shift())}catch(e){return void t(e instanceof Error?e:new Error,void 0)}if(void 0===o)return void r(null);this.store.putCookie(o,r)}};r(null)}_importCookiesSync(e){this.callSync(this._importCookies.bind(this,e))}clone(t,n){"function"==typeof t&&(n=t,t=void 0);const r=K(n),o=r.callback;return this.serialize((n,a)=>n?r.reject(n):e.deserialize(a??"",t,o)),r.promise}_cloneSync(e){const t=e&&"function"!=typeof e?this.clone.bind(this,e):this.clone.bind(this);return this.callSync(e=>{t(e)})}cloneSync(e){if(!e)return this._cloneSync();if(!e.synchronous)throw new Error("CookieJar clone destination store is not synchronous; use async API instead.");return this._cloneSync(e)}removeAllCookies(e){const t=K(e),n=t.callback,r=this.store;return"function"==typeof r.removeAllCookies&&r.removeAllCookies!==W.prototype.removeAllCookies?(r.removeAllCookies(n),t.promise):(r.getAllCookies((e,t)=>{if(e)return void n(e);if(t||(t=[]),0===t.length)return void n(null,void 0);let o=0;const a=[],i=function(e){e&&a.push(e),o++,o!==t.length||(a[0]?n(a[0]):n(null,void 0))};t.forEach(e=>{r.removeCookie(e.domain,e.path,e.key,i)})}),t.promise)}removeAllCookiesSync(){this.callSync(e=>{this.removeAllCookies(e)})}static deserialize(t,n,r){"function"==typeof n&&(r=n,n=void 0);const o=K(r);let a;if("string"==typeof t)try{a=JSON.parse(t)}catch(e){return o.reject(e instanceof Error?e:new Error)}else a=t;const i=e=>a&&"object"==typeof a&&$(e,a)?a[e]:void 0,s=e=>{const t=i(e);return"boolean"==typeof t?t:void 0},c=new e(n,{rejectPublicSuffixes:s("rejectPublicSuffixes"),looseMode:s("enableLooseMode"),allowSpecialUseDomain:s("allowSpecialUseDomain"),prefixSecurity:He((e=>{const t=i(e);return"string"==typeof t?t:void 0})("prefixSecurity")??"silent")});return c._importCookies(a,e=>{e?o.callback(e):o.callback(null,c)}),o.promise}static deserializeSync(t,n){const r="string"==typeof t?JSON.parse(t):t,o=e=>r&&"object"==typeof r&&$(e,r)?r[e]:void 0,a=e=>{const t=o(e);return"boolean"==typeof t?t:void 0},i=new e(n,{rejectPublicSuffixes:a("rejectPublicSuffixes"),looseMode:a("enableLooseMode"),allowSpecialUseDomain:a("allowSpecialUseDomain"),prefixSecurity:He((e=>{const t=o(e);return"string"==typeof t?t:void 0})("prefixSecurity")??"silent")});if(!i.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");return i._importCookiesSync(r),i}static fromJSON(t,n){return e.deserializeSync(t,n)}};
|
|
2
|
+
/*!
|
|
3
|
+
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
4
|
+
* All rights reserved.
|
|
5
|
+
*
|
|
6
|
+
* Redistribution and use in source and binary forms, with or without
|
|
7
|
+
* modification, are permitted provided that the following conditions are met:
|
|
8
|
+
*
|
|
9
|
+
* 1. Redistributions of source code must retain the above copyright notice,
|
|
10
|
+
* this list of conditions and the following disclaimer.
|
|
11
|
+
*
|
|
12
|
+
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
13
|
+
* this list of conditions and the following disclaimer in the documentation
|
|
14
|
+
* and/or other materials provided with the distribution.
|
|
15
|
+
*
|
|
16
|
+
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
|
17
|
+
* be used to endorse or promote products derived from this software without
|
|
18
|
+
* specific prior written permission.
|
|
19
|
+
*
|
|
20
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21
|
+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
22
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
23
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
24
|
+
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
25
|
+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
26
|
+
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
27
|
+
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
28
|
+
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
29
|
+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
30
|
+
* POSSIBILITY OF SUCH DAMAGE.
|
|
31
|
+
*/const Ve=new class{#e="__msw-cookie-store__";#t;#n;constructor(){R()||v("undefined"!=typeof localStorage,"Failed to create a CookieStore: `localStorage` is not available in this environment. This is likely an issue with your environment, which has been detected as browser (or browser-like) environment and must implement global browser APIs correctly."),this.#n=new Q,this.#n.idx=this.getCookieStoreIndex(),this.#t=new Ge(this.#n)}getCookies(e){return this.#t.getCookiesSync(e)}async setCookie(e,t){await this.#t.setCookie(e,t),this.persist()}getCookieStoreIndex(){if("undefined"==typeof localStorage||"function"!=typeof localStorage.getItem)return{};const e=localStorage.getItem(this.#e);if(null==e)return{};const t=function(e){try{return JSON.parse(e)}catch{return}}(e);if(null==t)return{};const n={};for(const e of t){const t=De.fromJSON(e);null!=t&&null!=t.domain&&null!=t.path&&(n[t.domain]||={},n[t.domain][t.path]||={},n[t.domain][t.path][t.key]=t)}return n}persist(){if("undefined"==typeof localStorage||"function"!=typeof localStorage.setItem)return;const e=[],{idx:t}=this.#n;for(const n in t)for(const r in t[n])for(const o in t[n][r])e.push(t[n][r][o].toJSON());localStorage.setItem(this.#e,JSON.stringify(e))}};var Ke,$e,Qe,Ye=Object.create,Je=Object.defineProperty,Xe=Object.getOwnPropertyDescriptor,Ze=Object.getOwnPropertyNames,et=Object.getPrototypeOf,tt=Object.prototype.hasOwnProperty,nt=(e,t)=>function(){return t||(0,e[Ze(e)[0]])((t={exports:{}}).exports,t),t.exports},rt=nt({"node_modules/.pnpm/statuses@2.0.2/node_modules/statuses/codes.json"(e,t){t.exports={100:"Continue",101:"Switching Protocols",102:"Processing",103:"Early Hints",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a Teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Too Early",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}}}),ot=nt({"node_modules/.pnpm/statuses@2.0.2/node_modules/statuses/index.js"(e,t){var n,r,o=rt();function a(e){if(!Object.prototype.hasOwnProperty.call(i.message,e))throw new Error("invalid status code: "+e);return i.message[e]}function i(e){if("number"==typeof e)return a(e);if("string"!=typeof e)throw new TypeError("code must be a number or string");var t=parseInt(e,10);return isNaN(t)?function(e){var t=e.toLowerCase();if(!Object.prototype.hasOwnProperty.call(i.code,t))throw new Error('invalid status message: "'+e+'"');return i.code[t]}(e):a(t)}t.exports=i,i.message=o,i.code=(n=o,r={},Object.keys(n).forEach(function(e){var t=n[e],o=Number(e);r[t.toLowerCase()]=o}),r),i.codes=function(e){return Object.keys(e).map(function(e){return Number(e)})}(o),i.redirect={300:!0,301:!0,302:!0,303:!0,305:!0,307:!0,308:!0},i.empty={204:!0,205:!0,304:!0},i.retry={502:!0,503:!0,504:!0}}}),at=(Ke=ot(),$e=1,Qe=null!=Ke?Ye(et(Ke)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of Ze(t))tt.call(e,o)||o===n||Je(e,o,{get:()=>t[o],enumerable:!(r=Xe(t,o))||r.enumerable});return e})(!$e&&Ke&&Ke.__esModule?Qe:Je(Qe,"default",{value:Ke,enumerable:!0}),Ke)),it=at.default||at;it.message;var st=it,ct=Object.create,ut=Object.defineProperty,lt=Object.getOwnPropertyDescriptor,dt=Object.getOwnPropertyNames,pt=Object.getPrototypeOf,ht=Object.prototype.hasOwnProperty,ft=((e,t)=>function(){return t||(0,e[dt(e)[0]])((t={exports:{}}).exports,t),t.exports})({"node_modules/set-cookie-parser/lib/set-cookie.js"(e,t){var n={decodeValues:!0,map:!1,silent:!1};function r(e){return"string"==typeof e&&!!e.trim()}function o(e,t){var o=e.split(";").filter(r),a=function(e){var t="",n="",r=e.split("=");r.length>1?(t=r.shift(),n=r.join("=")):n=e;return{name:t,value:n}}(o.shift()),i=a.name,s=a.value;t=t?Object.assign({},n,t):n;try{s=t.decodeValues?decodeURIComponent(s):s}catch(e){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+s+"'. Set options.decodeValues to false to disable this feature.",e)}var c={name:i,value:s};return o.forEach(function(e){var t=e.split("="),n=t.shift().trimLeft().toLowerCase(),r=t.join("=");"expires"===n?c.expires=new Date(r):"max-age"===n?c.maxAge=parseInt(r,10):"secure"===n?c.secure=!0:"httponly"===n?c.httpOnly=!0:"samesite"===n?c.sameSite=r:c[n]=r}),c}function a(e,t){if(t=t?Object.assign({},n,t):n,!e)return t.map?{}:[];if(e.headers)if("function"==typeof e.headers.getSetCookie)e=e.headers.getSetCookie();else if(e.headers["set-cookie"])e=e.headers["set-cookie"];else{var a=e.headers[Object.keys(e.headers).find(function(e){return"set-cookie"===e.toLowerCase()})];a||!e.headers.cookie||t.silent||console.warn("Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning."),e=a}if(Array.isArray(e)||(e=[e]),(t=t?Object.assign({},n,t):n).map){return e.filter(r).reduce(function(e,n){var r=o(n,t);return e[r.name]=r,e},{})}return e.filter(r).map(function(e){return o(e,t)})}t.exports=a,t.exports.parse=a,t.exports.parseString=o,t.exports.splitCookiesString=function(e){if(Array.isArray(e))return e;if("string"!=typeof e)return[];var t,n,r,o,a,i=[],s=0;function c(){for(;s<e.length&&/\s/.test(e.charAt(s));)s+=1;return s<e.length}function u(){return"="!==(n=e.charAt(s))&&";"!==n&&","!==n}for(;s<e.length;){for(t=s,a=!1;c();)if(","===(n=e.charAt(s))){for(r=s,s+=1,c(),o=s;s<e.length&&u();)s+=1;s<e.length&&"="===e.charAt(s)?(a=!0,s=o,i.push(e.substring(t,r)),t=s):s=r+1}else s+=1;(!a||s>=e.length)&&i.push(e.substring(t,e.length))}return i}}}),mt=((e,t,n)=>(n=null!=e?ct(pt(e)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of dt(t))ht.call(e,o)||o===n||ut(e,o,{get:()=>t[o],enumerable:!(r=lt(t,o))||r.enumerable});return e})(!t&&e&&e.__esModule?n:ut(n,"default",{value:e,enumerable:!0}),e)))(ft()),gt=/[^a-z0-9\-#$%&'*+.^_`|~]/i;
|
|
197
32
|
/*! Bundled license information:
|
|
198
33
|
|
|
199
|
-
|
|
34
|
+
statuses/index.js:
|
|
200
35
|
(*!
|
|
201
|
-
*
|
|
202
|
-
* Copyright(c)
|
|
203
|
-
* Copyright(c)
|
|
36
|
+
* statuses
|
|
37
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
38
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
204
39
|
* MIT Licensed
|
|
205
40
|
*)
|
|
206
|
-
*/
|
|
207
|
-
function Vo(e){const t=Go.parse(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[e]);return n}function Ko(){return Vo(document.cookie)}function $o(e){const t=e.headers.get("cookie"),n=t?Vo(t):{},o=function(e){if("undefined"==typeof document||"undefined"==typeof location)return{};switch(e.credentials){case"same-origin":{const t=new URL(e.url);return location.origin===t.origin?Ko():{}}case"include":return Ko();default:return{}}}(e);for(const t in o)e.headers.append("cookie",Go.serialize(t,o[t]));const a=se.getCookiesSync(e.url),r=Object.fromEntries(a.map((e=>[e.key,e.value])));for(const t of a)e.headers.append("cookie",t.toString());return{...o,...r,...n}}var Qo=(e=>(e.HEAD="HEAD",e.GET="GET",e.POST="POST",e.PUT="PUT",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.DELETE="DELETE",e))(Qo||{});class Jo extends j{constructor(e,t,n,o){super({info:{header:`${e} ${t}`,path:t,method:e},resolver:n,options:o}),this.checkRedundantQueryParameters()}checkRedundantQueryParameters(){const{method:e,path:t}=this.info;if(t instanceof RegExp)return;if(Yt(t)===t)return;const n=function(e){return new URL(`/${e}`,"http://localhost").searchParams}(t);n.forEach(((e,t)=>{})),b.warn(`Found a redundant usage of query parameters in the request handler URL for "${e} ${t}". Please match against a path instead and access query parameters using "new URL(request.url).searchParams" instead. Learn more: https://mswjs.io/docs/recipes/query-parameters`)}async parse(e){return{match:Zt(new URL(e.request.url),this.info.path,e.resolutionContext?.baseUrl),cookies:$o(e.request)}}predicate(e){const t=this.matchMethod(e.request.method),n=e.parsedResult.match.matches;return t&&n}matchMethod(e){return this.info.method instanceof RegExp?this.info.method.test(e):(t=this.info.method,n=e,t.toLowerCase()===n.toLowerCase());var t,n}extendResolverArgs(e){return{params:e.parsedResult.match?.params||{},cookies:e.parsedResult.cookies}}async log(e){const t=_(e.request.url),n=await async function(e){const t=e.clone(),n=await t.text();return{url:new URL(e.url),method:e.method,headers:Object.fromEntries(e.headers.entries()),body:n}}(e.request),o=await async function(e){const t=e.clone(),n=await t.text(),o=t.status||200;return{status:o,statusText:t.statusText||Lo[o]||"OK",headers:Object.fromEntries(t.headers.entries()),body:n}}(e.response),a=(r=o.status)<300?"#69AB32":r<400?"#F0BB4B":"#E95F5D";var r;console.groupCollapsed(b.formatMessage(`${tn()} ${e.request.method} ${t} (%c${o.status} ${o.statusText}%c)`),`color:${a}`,"color:inherit"),console.log("Request",n),console.log("Handler:",this),console.log("Response",o),console.groupEnd()}}function Yo(e){return(t,n,o={})=>new Jo(e,t,n,o)}const Xo={all:Yo(/.+/),head:Yo(Qo.HEAD),get:Yo(Qo.GET),post:Yo(Qo.POST),put:Yo(Qo.PUT),delete:Yo(Qo.DELETE),patch:Yo(Qo.PATCH),options:Yo(Qo.OPTIONS)},Zo=Symbol("bodyType");class ea extends Wt{[Zo]=null;constructor(e,t){const n=We(t);super(e,n),function(e,t){t.type&&Object.defineProperty(e,"type",{value:t.type,enumerable:!0,writable:!1});const n=t.headers.get("set-cookie");if(n&&(Object.defineProperty(e,Fe,{value:n,enumerable:!1,writable:!1}),"undefined"!=typeof document)){const e=Ue.prototype.getSetCookie.call(t.headers);for(const t of e)document.cookie=t}}(this,n)}static text(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/plain"),n.headers.has("Content-Length")||n.headers.set("Content-Length",e?new Blob([e]).size.toString():"0"),new ea(e,n)}static json(e,t){const n=We(t);n.headers.has("Content-Type")||n.headers.set("Content-Type","application/json");const o=JSON.stringify(e);return n.headers.has("Content-Length")||n.headers.set("Content-Length",o?new Blob([o]).size.toString():"0"),new ea(o,n)}static xml(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/xml"),new ea(e,n)}static html(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/html"),new ea(e,n)}static arrayBuffer(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","application/octet-stream"),e&&!n.headers.has("Content-Length")&&n.headers.set("Content-Length",e.byteLength.toString()),new ea(e,n)}static formData(e,t){return new ea(e,We(t))}}g("undefined"!=typeof URL,b.formatMessage('Global "URL" class is not defined. This likely means that you\'re running MSW in an environment that doesn\'t support all Node.js standard API (e.g. React Native). If that\'s the case, please use an appropriate polyfill for the "URL" class, like "react-native-url-polyfill".'));var ta,na={content:[{test_credential:!0,organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83146,code:"a6d708a9-0227-44eb-a044-0738b644d0fb",order_id:"1739814014074",status:"ERROR",sub_status:"ERROR",amount_value:300,currency_code:"MXN",created_at:"2025-02-17T17:40:46.747839Z",updated_at:"2025-02-17T17:40:48.555749Z",captured:0,refunded:0,country:"MX",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",description:"test description",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"5d1558b0-4e6a-4268-a543-7b713b1de986",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82453,payment_id:83146,document_number:"IESF960301230",email:"rizinuta@fijwam.eg"}],card_transaction:[{card_transaction_id:19733,transaction_id:83459,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]},{test_credential:!1,organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83145,code:"240622a6-654d-44de-ae61-b718afeeb78f",order_id:"1739813914789",status:"ERROR",sub_status:"ERROR",amount_value:300,currency_code:"MXN",created_at:"2025-02-17T17:39:04.220012Z",updated_at:"2025-02-17T17:39:05.658776Z",captured:0,refunded:0,country:"MX",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",description:"test description",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"2e1180e4-4a2a-4f63-ab7a-25e2ec07314a",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82452,payment_id:83145,document_number:"GOOT991014HASNLT07",email:"beisguw@obi.cv"}],card_transaction:[{card_transaction_id:19732,transaction_id:83458,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]},{organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83144,code:"98855a76-4a79-4d2e-9a0a-876a1541a95e",order_id:"2222T",status:"ERROR",sub_status:"ERROR",amount_value:250,currency_code:"MXN",created_at:"2025-02-17T17:38:17.243160Z",updated_at:"2025-02-17T17:38:18.866741Z",captured:0,refunded:0,country:"MX",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",description:"SUCCEEDED",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"250e2c9c-b178-4762-9364-9037a8ed99a6",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82451,payment_id:83144,document_number:"9999999999",email:"tito.gonzalez@y.uno"}],card_transaction:[{card_transaction_id:19731,transaction_id:83457,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]}],last_page:!0},oa={test_credential:!0,id:83146,code:"a6d708a9-0227-44eb-a044-0738b644d0fb",order_id:"1739814014074",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",organization_customer_external_id:"1739814014074",checkout_session:"b6ac7dcf-d76e-4d94-a781-5c6642aac69b",status:"ERROR",amount_value:300,currency_code:"MXN",description:"test description",created_at:"2025-02-17T17:40:46.747839Z",updated_at:"2025-02-17T17:40:48.555749Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"29ebcc56-977d-44ee-aea0-6aa5fc1893d7",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b",platform:"WEB",routing_flow_code:"06d778ad-1824-41c8-a80f-e65a8e2417ac",captured:0,refunded:0,account_integration_code:null,metadata:"[]",chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"00df007e-5603-4173-87cf-336fe81429a4",version:null,merchant_reference:"1739814014074",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82453,email:"rizinuta@fijwam.eg",gender:"female",last_name:"Hegmann",created_at:"2025-02-17T17:40:46.756582+00:00",first_name:"Aaron",ip_address:"187.189.168.116",payment_id:83146,updated_at:"2025-02-17T17:40:46.756584+00:00",nationality:"MX",phone_number:"3991111111",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",date_of_birth:"1990-02-28",document_type:"RFC",document_number:"IESF960301230",device_fingerprint:null,phone_country_code:"52",device_fingerprints:"{}",geolocation_latitude:null,browser_info_language:"en",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",payment_method_payer_id:null,browser_info_color_depth:"5",browser_info_java_enabled:"false",browser_info_screen_width:"8",browser_info_accept_header:"application/json",browser_info_screen_height:"8",browser_info_accept_browser:"*/*",browser_info_accept_content:"*/*",merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"1739814014074",browser_info_browser_time_difference:"300"}],payment_order:[{id:73140,created_at:"2025-02-17T17:40:46.789867+00:00",fee_amount:null,payment_id:83146,tip_amount:null,updated_at:"2025-02-17T17:40:46.789868+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73619,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"Clothes",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:40:46.793886+00:00",updated_at:"2025-02-17T17:40:46.793888+00:00",unit_amount:300,payment_order_id:73140,manufacture_part_number:"XYZ123456"}],customer_payer_address:[{id:161666,type:"SHIPPING",created_at:"2025-02-17T17:40:46.767136+00:00",updated_at:"2025-02-17T17:40:46.767138+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"68890000",customer_payer_id:82453,address_neighborhood:null},{id:161667,type:"BILLING",created_at:"2025-02-17T17:40:46.77174+00:00",updated_at:"2025-02-17T17:40:46.771742+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:null,address_country:"MX",address_zip_code:"68890000",customer_payer_id:82453,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},aa={test_credential:!1,id:83145,code:"240622a6-654d-44de-ae61-b718afeeb78f",order_id:"1739813914789",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",organization_customer_external_id:"1739813914789",checkout_session:"b80837d6-a234-486f-a28d-d6bf3fab9da3",status:"ERROR",amount_value:300,currency_code:"MXN",description:"test description",created_at:"2025-02-17T17:39:04.220012Z",updated_at:"2025-02-17T17:39:05.658776Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"f68e1740-7c89-443b-bd17-0a80d758477d",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b80837d6-a234-486f-a28d-d6bf3fab9da3",platform:"WEB",routing_flow_code:"e45f1ef1-3d24-4d83-bc91-2f6ca5159dc7",captured:0,refunded:0,account_integration_code:null,metadata:"[]",chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"faf5c3bc-eae2-4192-9680-3783332796af",version:null,merchant_reference:"1739813914789",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82452,email:"beisguw@obi.cv",gender:"female",last_name:"Hegmann",created_at:"2025-02-17T17:39:04.227478+00:00",first_name:"Aaron",ip_address:"187.189.168.116",payment_id:83145,updated_at:"2025-02-17T17:39:04.22748+00:00",nationality:"MX",phone_number:"3991111111",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",date_of_birth:"1990-02-28",document_type:"CURP",document_number:"GOOT991014HASNLT07",device_fingerprint:null,phone_country_code:"52",device_fingerprints:"{}",geolocation_latitude:null,browser_info_language:"en",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",payment_method_payer_id:null,browser_info_color_depth:"5",browser_info_java_enabled:"false",browser_info_screen_width:"8",browser_info_accept_header:"application/json",browser_info_screen_height:"8",browser_info_accept_browser:"*/*",browser_info_accept_content:"*/*",merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"1739813914789",browser_info_browser_time_difference:"300"}],payment_order:[{id:73139,created_at:"2025-02-17T17:39:04.25785+00:00",fee_amount:null,payment_id:83145,tip_amount:null,updated_at:"2025-02-17T17:39:04.257851+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73618,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"Clothes",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:39:04.261319+00:00",updated_at:"2025-02-17T17:39:04.26132+00:00",unit_amount:300,payment_order_id:73139,manufacture_part_number:"XYZ123456"}],customer_payer_address:[{id:161664,type:"SHIPPING",created_at:"2025-02-17T17:39:04.237363+00:00",updated_at:"2025-02-17T17:39:04.237364+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"68890000",customer_payer_id:82452,address_neighborhood:null},{id:161665,type:"BILLING",created_at:"2025-02-17T17:39:04.241131+00:00",updated_at:"2025-02-17T17:39:04.241132+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:null,address_country:"MX",address_zip_code:"68890000",customer_payer_id:82452,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},ra={id:83144,code:"98855a76-4a79-4d2e-9a0a-876a1541a95e",order_id:"2222T",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",organization_customer_external_id:"Merchan3",checkout_session:"47f2445d-9105-49ce-9a2a-659977159272",status:"ERROR",amount_value:250,currency_code:"MXN",description:"SUCCEEDED",created_at:"2025-02-17T17:38:17.243160Z",updated_at:"2025-02-17T17:38:18.866741Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"6e6a2156-e2ed-40e5-92fa-b105f9e56433",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://google.com/?checkoutSession=47f2445d-9105-49ce-9a2a-659977159272",platform:null,routing_flow_code:"19ceb649-9a47-4fd4-bb6f-a83a09c62f0c",captured:0,refunded:0,account_integration_code:null,metadata:'[{"key":"country?","value":"MXN"},{"key":"Merchan_type","value":"D05,T5,T6,D02"}]',chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"5826b7b5-a68b-44e9-b338-a95045696384",version:null,merchant_reference:"2222T",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82451,email:"tito.gonzalez@y.uno",gender:"M",last_name:"Olivares",created_at:"2025-02-17T17:38:17.248723+00:00",first_name:"Tito Gonzalez",ip_address:"192.0.2.1",payment_id:83144,updated_at:"2025-02-17T17:38:17.248725+00:00",nationality:"CO",phone_number:"4499068531",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",date_of_birth:"1993-11-11",document_type:"INE",document_number:"9999999999",device_fingerprint:"hi88287gbd8d7d782ge0023",phone_country_code:"52",device_fingerprints:'{"DEFAULT":"hi88287gbd8d7d782ge0023"}',geolocation_latitude:null,browser_info_language:"es",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"string",payment_method_payer_id:null,browser_info_color_depth:"8",browser_info_java_enabled:null,browser_info_screen_width:"720",browser_info_accept_header:"string",browser_info_screen_height:"1280",browser_info_accept_browser:null,browser_info_accept_content:null,merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"Merchan3",browser_info_browser_time_difference:null}],payment_order:[{id:73138,created_at:"2025-02-17T17:38:17.268872+00:00",fee_amount:0,payment_id:83144,tip_amount:null,updated_at:"2025-02-17T17:38:17.268873+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73615,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:38:17.272809+00:00",updated_at:"2025-02-17T17:38:17.27281+00:00",unit_amount:500,payment_order_id:73138,manufacture_part_number:"XYZ123456"},{id:73616,name:"t-shirt",brand:"Nike",id_item:"333d",category:"clothes",quantity:1,sku_code:"292929292",created_at:"2025-02-17T17:38:17.275665+00:00",updated_at:"2025-02-17T17:38:17.275666+00:00",unit_amount:1e3,payment_order_id:73138,manufacture_part_number:"0A98C0A9"},{id:73617,name:"t-shirt",brand:"FFF",id_item:"089qq8998",category:"clothes",quantity:2,sku_code:"098091",created_at:"2025-02-17T17:38:17.278489+00:00",updated_at:"2025-02-17T17:38:17.27849+00:00",unit_amount:1500,payment_order_id:73138,manufacture_part_number:"0SAD9DD9D"}],customer_payer_address:[{id:161662,type:"SHIPPING",created_at:"2025-02-17T17:38:17.253338+00:00",updated_at:"2025-02-17T17:38:17.253339+00:00",address_city:"Aguascalientes",address_state:"Aguascalientes",address_line_1:"Paseo de la asunción sur 503",address_line_2:"Jardines de Aguascalientes",address_country:"MX",address_zip_code:"20270",customer_payer_id:82451,address_neighborhood:null},{id:161663,type:"BILLING",created_at:"2025-02-17T17:38:17.256549+00:00",updated_at:"2025-02-17T17:38:17.25655+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"111111",customer_payer_id:82451,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},ia=[{created_at:"2025-05-25T13:50:51.304216Z",amount_value:32350,currency_code:"COP",transaction_type:"PURCHASE",status_history:"DECLINED",provider_id:"REDEBAN_DIRECT",code:"d054b44d-8e22-486a-ac66-f76cc8ddf97a",category:"CARD",merchant_reference:"CO_Order_2337202644",description:null,title_description:"timeLine.purchaseDeclined",light_text:"by provider",show_amount:!0,show_provider:!0,provider_status:null,sub_status_history:null,provider_response_code:null,provider_raw_response:null,parent_payment_method_type:null,wallet_title_description:""},{created_at:"2025-05-25T13:50:49.783312Z",amount_value:32350,currency_code:"COP",transaction_type:"PURCHASE",status_history:"CREATED",provider_id:"REDEBAN_DIRECT",code:"d054b44d-8e22-486a-ac66-f76cc8ddf97a",category:"CARD",merchant_reference:"CO_Order_2337202644",description:"timeLine.descriptionPurchaseCreated",title_description:"timeLine.purchaseCreated",light_text:null,show_amount:!0,show_provider:!0,provider_status:null,sub_status_history:null,provider_response_code:null,provider_raw_response:null,parent_payment_method_type:null,wallet_title_description:""}],sa={content:[{test_credential:!0,id:"83459",code:"5d1558b0-4e6a-4268-a543-7b713b1de986",type:"PURCHASE",transaction_data_type:"transaction",vault_on_success:"",parent_id:"",payment_id:83146,customer_payment_method_code:"",status:"ERROR",category:"CARD",amount:300,created_at:"2025-02-17T17:40:47.474187Z",updated_at:"2025-02-17T17:40:48.203256Z",payment_method:{vaulted_token:"",type:"CARD",vault_on_success:!1,token:"fb0f5521-d61e-43f0-883e-a6629de43f1a",payment_method_detail:{card:{verify:"false",capture:"true",installments:"1",first_installments_deferral:"",installments_type:null,installments_amount:null,soft_descriptor:null,authorization_code:null,retrieval_reference_number:null,card_data:{holder_name:"TITO GLEZ",iin:"41111111",ifd:"1111",expiration_month:"5",expiration_year:"27",number_lenght:"16",security_code_lenght:"3",brand:"VISA",issuer_name:"CONOTOXIA SP Z O O",issuer_code:null,category:"CLASSIC",type:"DEBIT",installments:""}},bnpl:null,bank_transfer:null,wallet:null,payment_link:null,ticket:null}},response_code:"INVALID_CREDENTIALS",response_message:"Invalid credentials",merchant_reference:"1739814014074",provider_data:{id:"83459",transaction_id:"",account_id:"",sub_status:"",status:"",status_detail:"3001",raw_response:{value:'{"code":3001,"message":"Invalid credentials"}'},response_message:"Invalid credentials",raw_notification:"",action_data:'{"image":null,"image_type":null,"redirect":{"init_url":"","success_url":"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b","error_url":"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b"},"otp":{"length":0,"expiration_time":null,"retries":{"accepts":null,"number":null},"payment_instructions":null},"payment_code":{"code":null,"reference":"","expiration_time":null},"three_d_secure_redirect":{"init_url":null,"access_token":null,"redirect_url":null},"request_html":null,"sdk_provider":{"gateway":"","provider_id":null,"merchant_id":"","merchant_name":null,"amount":{"currency":"","value":"0"},"protocol_version":null,"payment_methods":null,"payment_method_type":null,"supported_networks":null,"session":null,"init_url":null,"client_id":null,"intent":null,"components":null},"expiration_time":null,"image_details":null,"info":{"screen_info":null},"render_html":null,"ui":null}'},reason:null,description:"test description",one_time_token:"fb0f5521-d61e-43f0-883e-a6629de43f1a",require_action_type:"CHECK_STATUS",parent_provider:"",account_integration_code:"9bf85421-5326-4616-826e-8575a5d69629",technical_reverse_provider_transaction_id:"",technical_reverse_transaction_type:"",technical_reverse_status:"",stand_alone:null,fraud_screening:null}]},ua=[Xo.post("https://dev.y.uno/dashboard-bff/api/payments/lazy",(function(){return ea.json(na)})),Xo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/a6d708a9-0227-44eb-a044-0738b644d0fb",(function(){return ea.json(oa)})),Xo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/240622a6-654d-44de-ae61-b718afeeb78f",(function(){return ea.json(aa)})),Xo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/98855a76-4a79-4d2e-9a0a-876a1541a95e",(function(){return ea.json(ra)})),Xo.get("https://dev.y.uno/dashboard-bff/api/transactions/by-payment/:id/history",(function(){return ea.json(ia)})),Xo.get("https://dev.y.uno/dashboard-bff/api/payments/:id/transactions/details",(function(){return ea.json(sa)}))],ca={total:{total_conversion_rate:.8491,insight_payment_total_conversion_rate_periodicity:{"2025-05-05":.854357872962925,"2025-05-06":.8464466315045402,"2025-05-07":.8464068445151444}},cards:{cards_approvals_rate:.8537,insight_payment_total_conversion_rate_periodicity_for_card:{"2025-05-05":.8535902892724836,"2025-05-06":.8544554997052155,"2025-05-07":.8529382291046492}},apms:{apms_conversion_rate:.846,insight_payment_total_conversion_rate_periodicity_for_apm:{"2025-05-05":.8548995923297599,"2025-05-06":.8409580339477246,"2025-05-07":.8419575308800616}},cards_without_insufficient_funds:{without_insufficient_funds_conversion_rate:.8993,insight_conversion_rate_without_insufficient_funds:{"2025-05-05":.9018141803473709,"2025-05-06":.9025951512661153,"2025-05-07":.8933830566240437}}},la={fraud:{conversion_rate_fraud_transactions:0,conversion_fraud_transactions_periodicity:null},"3ds":{conversion_rate_card_transactions3ds:.25,conversion_rate_card_transactions3ds_periodicity:{"2025-05-05":.2391304347826087,"2025-05-06":.3023255813953488,"2025-05-07":.21568627450980393}}},da={sales_volume_metric_group:{distribution:[{key:"2025-04-03",total:2146090},{key:"2025-04-04",total:498220},{key:"2025-04-05",total:563560},{key:"2025-04-06",total:822600},{key:"2025-04-07",total:660445},{key:"2025-04-08",total:553400},{key:"2025-04-09",total:464195},{key:"2025-04-10",total:470835},{key:"2025-04-11",total:3482795},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:207200},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:277185},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:152590},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:1060845},{key:"2025-04-21",total:715160},{key:"2025-04-22",total:686465},{key:"2025-04-23",total:268490},{key:"2025-04-24",total:699500},{key:"2025-04-25",total:306090},{key:"2025-04-26",total:469500},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:1610220},{key:"2025-04-29",total:699965},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:666160},{key:"2025-05-02",total:52565}],total:19121355,average:637378.5},total_payments:{distribution:[{key:"2025-04-03",total:18},{key:"2025-04-04",total:10},{key:"2025-04-05",total:6},{key:"2025-04-06",total:9},{key:"2025-04-07",total:14},{key:"2025-04-08",total:12},{key:"2025-04-09",total:13},{key:"2025-04-10",total:12},{key:"2025-04-11",total:23},{key:"2025-04-12",total:3},{key:"2025-04-13",total:5},{key:"2025-04-14",total:7},{key:"2025-04-15",total:7},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:3},{key:"2025-04-19",total:1},{key:"2025-04-20",total:11},{key:"2025-04-21",total:13},{key:"2025-04-22",total:15},{key:"2025-04-23",total:10},{key:"2025-04-24",total:14},{key:"2025-04-25",total:9},{key:"2025-04-26",total:6},{key:"2025-04-27",total:3},{key:"2025-04-28",total:21},{key:"2025-04-29",total:15},{key:"2025-04-30",total:9},{key:"2025-05-01",total:7},{key:"2025-05-02",total:2}],total:285,average:9.5},average_ticket:{distribution:[{key:"2025-04-03",total:118580.63,min_ticket:12665,max_ticket:882e3},{key:"2025-04-04",total:51146.67,min_ticket:25900,max_ticket:121500},{key:"2025-04-05",total:74692,min_ticket:23800,max_ticket:190100},{key:"2025-04-06",total:85150,min_ticket:20900,max_ticket:141400},{key:"2025-04-07",total:46528.75,min_ticket:16200,max_ticket:125e3},{key:"2025-04-08",total:48290.91,min_ticket:21900,max_ticket:106700},{key:"2025-04-09",total:34366.25,min_ticket:13900,max_ticket:64005},{key:"2025-04-10",total:39730.45,min_ticket:15900,max_ticket:74545},{key:"2025-04-11",total:76968.93,min_ticket:15900,max_ticket:454200},{key:"2025-04-12",total:42528.33,min_ticket:29835,max_ticket:66130},{key:"2025-04-13",total:48800,min_ticket:21900,max_ticket:64800},{key:"2025-04-14",total:35138.57,min_ticket:7900,max_ticket:55100},{key:"2025-04-15",total:41117,min_ticket:35800,max_ticket:53100},{key:"2025-04-16",total:35497,min_ticket:21420,max_ticket:53700},{key:"2025-04-17",total:73650,min_ticket:47700,max_ticket:99600},{key:"2025-04-18",total:47947.5,min_ticket:39200,max_ticket:56695},{key:"2025-04-19",total:41800,min_ticket:41800,max_ticket:41800},{key:"2025-04-20",total:61248.33,min_ticket:25900,max_ticket:121600},{key:"2025-04-21",total:74095,min_ticket:16200,max_ticket:308e3},{key:"2025-04-22",total:47066.54,min_ticket:15900,max_ticket:98200},{key:"2025-04-23",total:28732.22,min_ticket:9900,max_ticket:39200},{key:"2025-04-24",total:40025,min_ticket:20200,max_ticket:109600},{key:"2025-04-25",total:34755.71,min_ticket:15900,max_ticket:45390},{key:"2025-04-26",total:84900,min_ticket:34800,max_ticket:130400},{key:"2025-04-27",total:121600,min_ticket:5e4,max_ticket:162300},{key:"2025-04-28",total:62873.33,min_ticket:21900,max_ticket:293400},{key:"2025-04-29",total:47213.75,min_ticket:11900,max_ticket:113700},{key:"2025-04-30",total:53593.33,min_ticket:27800,max_ticket:120600},{key:"2025-05-01",total:93426.67,min_ticket:15900,max_ticket:159500},{key:"2025-05-02",total:26282.5,min_ticket:22900,max_ticket:29665}],total:58001.28,min_ticket:7900,max_ticket:882e3},conversion_rate:null,total_payments_and_conversion_rate:{payments:{distribution:[{key:"2025-04-03",total:18},{key:"2025-04-04",total:10},{key:"2025-04-05",total:6},{key:"2025-04-06",total:9},{key:"2025-04-07",total:14},{key:"2025-04-08",total:12},{key:"2025-04-09",total:13},{key:"2025-04-10",total:12},{key:"2025-04-11",total:23},{key:"2025-04-12",total:3},{key:"2025-04-13",total:5},{key:"2025-04-14",total:7},{key:"2025-04-15",total:7},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:3},{key:"2025-04-19",total:1},{key:"2025-04-20",total:11},{key:"2025-04-21",total:13},{key:"2025-04-22",total:15},{key:"2025-04-23",total:10},{key:"2025-04-24",total:14},{key:"2025-04-25",total:9},{key:"2025-04-26",total:6},{key:"2025-04-27",total:3},{key:"2025-04-28",total:21},{key:"2025-04-29",total:15},{key:"2025-04-30",total:9},{key:"2025-05-01",total:7},{key:"2025-05-02",total:2}],total:285},conversion_rate:{distribution:[{key:"2025-04-03",total:.8889},{key:"2025-04-04",total:.9},{key:"2025-04-05",total:.8333},{key:"2025-04-06",total:.8889},{key:"2025-04-07",total:.8571},{key:"2025-04-08",total:.9167},{key:"2025-04-09",total:.9231},{key:"2025-04-10",total:.9167},{key:"2025-04-11",total:.6087},{key:"2025-04-12",total:1},{key:"2025-04-13",total:.6},{key:"2025-04-14",total:1},{key:"2025-04-15",total:.7143},{key:"2025-04-16",total:1},{key:"2025-04-17",total:1},{key:"2025-04-18",total:.6667},{key:"2025-04-19",total:1},{key:"2025-04-20",total:.2727},{key:"2025-04-21",total:.6154},{key:"2025-04-22",total:.8667},{key:"2025-04-23",total:.9},{key:"2025-04-24",total:.8571},{key:"2025-04-25",total:.7778},{key:"2025-04-26",total:.6667},{key:"2025-04-27",total:1},{key:"2025-04-28",total:.5714},{key:"2025-04-29",total:.8},{key:"2025-04-30",total:1},{key:"2025-05-01",total:.8571},{key:"2025-05-02",total:1}],total:.793}},quantity_status_distribution:[{SUCCEEDED:{distribution:[{key:"2025-04-03",total:16},{key:"2025-04-04",total:9},{key:"2025-04-05",total:5},{key:"2025-04-06",total:8},{key:"2025-04-07",total:12},{key:"2025-04-08",total:11},{key:"2025-04-09",total:12},{key:"2025-04-10",total:11},{key:"2025-04-11",total:14},{key:"2025-04-12",total:3},{key:"2025-04-13",total:3},{key:"2025-04-14",total:7},{key:"2025-04-15",total:5},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:2},{key:"2025-04-19",total:1},{key:"2025-04-20",total:3},{key:"2025-04-21",total:8},{key:"2025-04-22",total:13},{key:"2025-04-23",total:9},{key:"2025-04-24",total:12},{key:"2025-04-25",total:7},{key:"2025-04-26",total:4},{key:"2025-04-27",total:3},{key:"2025-04-28",total:12},{key:"2025-04-29",total:12},{key:"2025-04-30",total:9},{key:"2025-05-01",total:6},{key:"2025-05-02",total:2}],total:226}},{DECLINED:{distribution:[{key:"2025-04-03",total:2},{key:"2025-04-04",total:1},{key:"2025-04-05",total:1},{key:"2025-04-06",total:1},{key:"2025-04-07",total:2},{key:"2025-04-08",total:1},{key:"2025-04-09",total:1},{key:"2025-04-10",total:1},{key:"2025-04-11",total:9},{key:"2025-04-13",total:2},{key:"2025-04-15",total:2},{key:"2025-04-18",total:1},{key:"2025-04-20",total:8},{key:"2025-04-21",total:5},{key:"2025-04-22",total:2},{key:"2025-04-23",total:1},{key:"2025-04-24",total:2},{key:"2025-04-25",total:2},{key:"2025-04-26",total:2},{key:"2025-04-28",total:9},{key:"2025-04-29",total:3},{key:"2025-05-01",total:1}],total:59}}],volume_successful_payments:13108290,volume_successful_payments_by_periodicity:[{key:"2025-04-03",total:1897290},{key:"2025-04-04",total:460320},{key:"2025-04-05",total:373460},{key:"2025-04-06",total:681200},{key:"2025-04-07",total:558345},{key:"2025-04-08",total:531200},{key:"2025-04-09",total:412395},{key:"2025-04-10",total:437035},{key:"2025-04-11",total:1077565},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:146400},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:205585},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:95895},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:183745},{key:"2025-04-21",total:592760},{key:"2025-04-22",total:611865},{key:"2025-04-23",total:258590},{key:"2025-04-24",total:480300},{key:"2025-04-25",total:243290},{key:"2025-04-26",total:339600},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:754480},{key:"2025-04-29",total:566565},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:560560},{key:"2025-05-02",total:52565}],quantity_successful_payments:226,quantity_successful_payments_by_periodicity:[{key:"2025-04-03",total:16},{key:"2025-04-04",total:9},{key:"2025-04-05",total:5},{key:"2025-04-06",total:8},{key:"2025-04-07",total:12},{key:"2025-04-08",total:11},{key:"2025-04-09",total:12},{key:"2025-04-10",total:11},{key:"2025-04-11",total:14},{key:"2025-04-12",total:3},{key:"2025-04-13",total:3},{key:"2025-04-14",total:7},{key:"2025-04-15",total:5},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:2},{key:"2025-04-19",total:1},{key:"2025-04-20",total:3},{key:"2025-04-21",total:8},{key:"2025-04-22",total:13},{key:"2025-04-23",total:9},{key:"2025-04-24",total:12},{key:"2025-04-25",total:7},{key:"2025-04-26",total:4},{key:"2025-04-27",total:3},{key:"2025-04-28",total:12},{key:"2025-04-29",total:12},{key:"2025-04-30",total:9},{key:"2025-05-01",total:6},{key:"2025-05-02",total:2}],average_provider_latency:[{PAYMENTEZ:{distribution:[{key:"2025-04-03",total:1582.1429},{key:"2025-04-04",total:1972.6667},{key:"2025-04-05",total:2059.25},{key:"2025-04-06",total:1772},{key:"2025-04-07",total:1236.1667},{key:"2025-04-08",total:1310.7143},{key:"2025-04-09",total:1645.25},{key:"2025-04-10",total:2277},{key:"2025-04-11",total:1729.7143},{key:"2025-04-12",total:0},{key:"2025-04-13",total:1870},{key:"2025-04-14",total:1109},{key:"2025-04-15",total:1110},{key:"2025-04-16",total:1255.5},{key:"2025-04-17",total:0},{key:"2025-04-18",total:0},{key:"2025-04-19",total:1930},{key:"2025-04-20",total:0},{key:"2025-04-21",total:1502.3333},{key:"2025-04-22",total:2444.25},{key:"2025-04-23",total:1450.6667},{key:"2025-04-24",total:1376.75},{key:"2025-04-25",total:2074},{key:"2025-04-26",total:2339.75},{key:"2025-04-27",total:0},{key:"2025-04-28",total:1719.8},{key:"2025-04-29",total:1600.5},{key:"2025-04-30",total:1692.5},{key:"2025-05-01",total:1468.5},{key:"2025-05-02",total:0}],total:1727.7576}},{NUVEI:{distribution:[{key:"2025-04-03",total:3110.5},{key:"2025-04-04",total:2706.6667},{key:"2025-04-05",total:3637.5},{key:"2025-04-06",total:2654.4},{key:"2025-04-07",total:3068.1429},{key:"2025-04-08",total:2907.6},{key:"2025-04-09",total:2998.6667},{key:"2025-04-10",total:2732.5714},{key:"2025-04-11",total:3071.4167},{key:"2025-04-12",total:3222},{key:"2025-04-13",total:3020.3333},{key:"2025-04-14",total:2870},{key:"2025-04-15",total:3333},{key:"2025-04-16",total:3319},{key:"2025-04-17",total:3217},{key:"2025-04-18",total:2612},{key:"2025-04-19",total:0},{key:"2025-04-20",total:1829.7778},{key:"2025-04-21",total:2948.875},{key:"2025-04-22",total:3199},{key:"2025-04-23",total:2890.5},{key:"2025-04-24",total:3157},{key:"2025-04-25",total:3302},{key:"2025-04-26",total:2752},{key:"2025-04-27",total:3965.6667},{key:"2025-04-28",total:3059.7333},{key:"2025-04-29",total:3012.1},{key:"2025-04-30",total:3227.6667},{key:"2025-05-01",total:2788.6667},{key:"2025-05-02",total:3353}],total:2973.3793}},{WOMPI:{distribution:[{key:"2025-04-03",total:6647},{key:"2025-04-04",total:5687},{key:"2025-04-05",total:0},{key:"2025-04-06",total:5731.6667},{key:"2025-04-07",total:4024},{key:"2025-04-08",total:8196},{key:"2025-04-09",total:6371.25},{key:"2025-04-10",total:4857},{key:"2025-04-11",total:5636.6364},{key:"2025-04-12",total:0},{key:"2025-04-13",total:7057.5},{key:"2025-04-14",total:0},{key:"2025-04-15",total:6098.3333},{key:"2025-04-16",total:7633},{key:"2025-04-17",total:4292},{key:"2025-04-18",total:7642.5},{key:"2025-04-19",total:0},{key:"2025-04-20",total:7386.5},{key:"2025-04-21",total:6093.1667},{key:"2025-04-22",total:7832.75},{key:"2025-04-23",total:5280.4},{key:"2025-04-24",total:7190.5},{key:"2025-04-25",total:0},{key:"2025-04-26",total:4156},{key:"2025-04-27",total:0},{key:"2025-04-28",total:8211.6667},{key:"2025-04-29",total:6907.3333},{key:"2025-04-30",total:6054},{key:"2025-05-01",total:7726.3333},{key:"2025-05-02",total:0}],total:6579.7901}}],total_subscriptions_and_conversion_rate:{subscriptions:{distribution:null,total:0},subscriptions_succeeded:{distribution:null,total:0},conversion_rate:{distribution:null,total:0}},total_status_distribution:[{SUCCEEDED:{distribution:[{key:"2025-04-03",total:1897290},{key:"2025-04-04",total:460320},{key:"2025-04-05",total:373460},{key:"2025-04-06",total:681200},{key:"2025-04-07",total:558345},{key:"2025-04-08",total:531200},{key:"2025-04-09",total:412395},{key:"2025-04-10",total:437035},{key:"2025-04-11",total:1077565},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:146400},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:205585},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:95895},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:183745},{key:"2025-04-21",total:592760},{key:"2025-04-22",total:611865},{key:"2025-04-23",total:258590},{key:"2025-04-24",total:480300},{key:"2025-04-25",total:243290},{key:"2025-04-26",total:339600},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:754480},{key:"2025-04-29",total:566565},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:560560},{key:"2025-05-02",total:52565}],total:13108290}},{DECLINED:{distribution:[{key:"2025-04-03",total:248800},{key:"2025-04-04",total:37900},{key:"2025-04-05",total:190100},{key:"2025-04-06",total:141400},{key:"2025-04-07",total:102100},{key:"2025-04-08",total:22200},{key:"2025-04-09",total:51800},{key:"2025-04-10",total:33800},{key:"2025-04-11",total:2405230},{key:"2025-04-13",total:60800},{key:"2025-04-15",total:71600},{key:"2025-04-18",total:56695},{key:"2025-04-20",total:877100},{key:"2025-04-21",total:122400},{key:"2025-04-22",total:74600},{key:"2025-04-23",total:9900},{key:"2025-04-24",total:219200},{key:"2025-04-25",total:62800},{key:"2025-04-26",total:129900},{key:"2025-04-28",total:855740},{key:"2025-04-29",total:133400},{key:"2025-05-01",total:105600}],total:6013065}}]};!function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(ta||(ta={}));var pa={sales_volume_metric_group:da.sales_volume_metric_group,total_payments:da.total_payments},ha=Xo.get("/api/insights/overview-metrics",(function(){return ea.json(pa)})),ma=[Xo.get("/api/v3/insights/overview-metrics/".concat(ta.GENERAL),(function(){return ea.json({sales_volume_metric_group:pa.sales_volume_metric_group})})),Xo.get("/api/v3/insights/overview-metrics/".concat(ta.LATENCY),(function(){return ea.json({latency_metrics:{average_response_time:250,distribution:[{key:"2025-04-01",value:200},{key:"2025-04-02",value:300}]}})})),Xo.get("/api/v3/insights/overview-metrics/".concat(ta.STATUS),(function(){return ea.json({status_metrics:{success_rate:95,distribution:[{key:"2025-04-01",value:98},{key:"2025-04-02",value:92}]}})})),Xo.get("/api/v3/insights/overview-metrics/".concat(ta.SUBSCRIPTIONS),(function(){return ea.json({subscription_metrics:{active_subscriptions:1e3,distribution:[{key:"2025-04-01",value:950},{key:"2025-04-02",value:1050}]}})}))],fa=e([ha],ma,!0),ga=e([Xo.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview",(function(){return ea.json(ca)})),Xo.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview-fraud-3ds",(function(){return ea.json(la)})),Xo.get("*/dialogs",(function(){return ea.json({})})),Xo.get("*/accounts/webhooks/:accountCode",(function(){return ea.json({})})),Xo.get("*/accounts/webhooks/params-catalog",(function(){return ea.json({})})),Xo.get("*/accounts/webhooks-v2/:accountCode",(function(){return ea.json({})}))],fa,!0),ya={by_currency:[{currency_code:"USD",transactions:100,amount_local:15e3,amount_usd:15e3,currency_code_local:"USD"},{currency_code:"COP",transactions:50,amount_local:4e7,amount_usd:10000.5,currency_code_local:"COP"}],by_connection:[{connection_name:"Stripe",transactions:80,amount_local:12e3,amount_usd:12e3,currency_code_local:"USD"},{connection_name:"PayPal",transactions:70,amount_local:13000.5,amount_usd:13000.5,currency_code_local:"USD"}],by_brand:[{brand:"Visa",transactions:90,amount_local:14e3,amount_usd:14e3,currency_code_local:"USD"},{brand:"Mastercard",transactions:60,amount_local:11000.5,amount_usd:11000.5,currency_code_local:"USD"}],by_payment_method:[{payment_method:"CARD",transactions:120,amount_local:2e4,amount_usd:2e4,currency_code_local:"USD"},{payment_method:"BANK_TRANSFER",transactions:30,amount_local:5000.5,amount_usd:5000.5,currency_code_local:"USD"}],total:{transactions:150,amount_local:25000.5,amount_usd:25000.5,currency_code_local:"USD"}},ba={total:100,page:1,page_size:10,total_pages:10},va={authorization_code:"AUTH123",card_category:"CREDIT",country:"US",created_at:"2025-01-15T10:30:00Z",currency:"USD",payment_method_category:"CARD",provider_id:"stripe",reconciliation_status:"NOT_RECONCILED",reconciliation_sub_status:"PENDING"},ka={transaction_id:"TXN123",transaction_date:"2025-01-15T10:30:00Z",acquirer:"STRIPE",authorization_code:"AUTH123",card_brand:"Visa",card_iin:"411111",card_lfd:"1111",card_type:"CREDIT",country:"US",currency:"USD",fee_status:"MATCHED",fee_sub_status:"OK",fee_taxes_diff:0,calculated_fix_costed_fee:.3,calculated_percentage_cost:2.9,percentage_cost:2.9,merchant_order_id:"ORDER123",provider_transaction_id:"PROV123",reconciliation_status:"RECONCILED",reconciliation_sub_status:"OK",type:"PAYMENT"},wa={not_reconciled:{data:[{id:"stripe",transactions:150,amount_local:25000.5,amount_usd:25000.5,currency_code_local:"USD",total_transactions:200},{id:"paypal",transactions:80,amount_local:15e3,amount_usd:15e3,currency_code_local:"USD",total_transactions:120}],total:{transactions:230,amount_local:40000.5,amount_usd:40000.5,currency_code_local:"USD"}},status_conflict:{data:[{id:"stripe",transactions:20,amount_local:5e3,amount_usd:5e3,currency_code_local:"USD"}],total:{transactions:20,amount_local:5e3,amount_usd:5e3,currency_code_local:"USD"}},amount_conflict:{data:[{id:"paypal",transactions:10,amount_local:2500,amount_usd:2500,currency_code_local:"USD"}],total:{transactions:10,amount_local:2500,amount_usd:2500,currency_code_local:"USD"}}},ja=ya,_a={data:[va,t(t({},va),{authorization_code:"AUTH456",provider_id:"paypal"})],pagination:ba},Ea=t(t({},ya),{total:{transactions:20,amount_local:5e3,amount_usd:5e3,currency_code_local:"USD"}}),Ca={data:[t(t({},va),{reconciliation_status:"STATUS_CONFLICT"})],pagination:t(t({},ba),{total:20,total_pages:2})},Sa=t(t({},ya),{total:{transactions:10,amount_local:2500,amount_usd:2500,currency_code_local:"USD"}}),Ra={data:[t(t({},va),{reconciliation_status:"AMOUNT_CONFLICT"})],pagination:t(t({},ba),{total:10,total_pages:1})},Ta={data:[{id:"2025-01-10",transactions:30,amount_local:8e3,amount_usd:8e3,currency_code_local:"USD"},{id:"2025-01-11",transactions:25,amount_local:6500,amount_usd:6500,currency_code_local:"USD"}],total:{transactions:55,amount_local:14500,amount_usd:14500,currency_code_local:"USD"}},Ia=t(t({},ya),{total:{transactions:55,amount_local:14500,amount_usd:14500,currency_code_local:"USD"}}),xa={data:[t(t({},va),{reconciliation_status:"DATE_CONFLICT"})],pagination:t(t({},ba),{total:55,total_pages:6})},Oa={data:[{id:"stripe",transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}],total:{transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}},Aa=t(t({},ya),{total:{transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}}),za={data:[t(t({},ka),{fee_status:"MISMATCH"}),t(t({},ka),{transaction_id:"TXN456",fee_status:"MISMATCH"})],pagination:t(t({},ba),{total:15,total_pages:2})},Pa={total_amount_usd:5e3,chart_data:[{date:"2025-01-10",amount_usd:1500},{date:"2025-01-11",amount_usd:1800},{date:"2025-01-12",amount_usd:1700}]},Da={data:[{id:"stripe",transaction_type:"PURCHASE",transactions:500,amount_local:1e5,amount_usd:1e5,currency_code_local:"USD"},{id:"paypal",transaction_type:"REFUND",transactions:300,amount_local:6e4,amount_usd:6e4,currency_code_local:"USD"}],total:{transactions:800,amount_local:16e4,amount_usd:16e4,currency_code_local:"USD"}},La=t(t({},ya),{total:{transactions:800,amount_local:16e4,amount_usd:16e4,currency_code_local:"USD"}}),Na={data:[ka],pagination:t(t({},ba),{total:800,total_pages:80})},qa={data:[{id:"stripe",transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}],total:{transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}},Ma=t(t({},ya),{total:{transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}}),Ua={data:[t(t({},{transaction_id:"TXN123",acquirer:"STRIPE",amount:100,authorization_code:"AUTH123",card_brand:"Visa",card_iin:"411111",card_lfd:"1111",card_type:"CREDIT",confirmation_status:"CONFIRMED",country:"US",created_at:"2025-01-15T10:30:00Z",currency:"USD",merchant_order_id:"ORDER123",merchant_transaction_id:"MERCH123",payment_id:"PAY123",provider_status:"APPROVED",provider_transaction_id:"PROV123",response_code:"00",status:"SUCCEEDED",type:"PAYMENT"}),{confirmation_status:"NOT_CONFIRMED"})],pagination:t(t({},ba),{total:25,total_pages:3})},Ba={total_amount_usd:75e3,chart_data:[{date:"2025-01-10",amount_usd:2e4},{date:"2025-01-11",amount_usd:25e3},{date:"2025-01-12",amount_usd:3e4}]},Fa="*/reconciliations/insights",Wa=[Xo.post("".concat(Fa,"/conflicts/summary"),(function(){return ea.json(wa)})),Xo.post("".concat(Fa,"/not-reconciled/aggregators"),(function(){return ea.json(ja)})),Xo.post("".concat(Fa,"/not-reconciled/list"),(function(){return ea.json(_a)})),Xo.post("".concat(Fa,"/status-conflict/aggregators"),(function(){return ea.json(Ea)})),Xo.post("".concat(Fa,"/status-conflict/list"),(function(){return ea.json(Ca)})),Xo.post("".concat(Fa,"/amount-conflict/aggregators"),(function(){return ea.json(Sa)})),Xo.post("".concat(Fa,"/amount-conflict/list"),(function(){return ea.json(Ra)})),Xo.post("".concat(Fa,"/conflict-date/summary"),(function(){return ea.json(Ta)})),Xo.post("".concat(Fa,"/conflict-date/aggregators"),(function(){return ea.json(Ia)})),Xo.post("".concat(Fa,"/conflict-date/list"),(function(){return ea.json(xa)})),Xo.post("".concat(Fa,"/incorrect-fees/summary"),(function(){return ea.json(Oa)})),Xo.post("".concat(Fa,"/incorrect-fees/aggregators"),(function(){return ea.json(Aa)})),Xo.post("".concat(Fa,"/incorrect-fees/list"),(function(){return ea.json(za)})),Xo.post("".concat(Fa,"/fees-charged/summary"),(function(){return ea.json(Pa)})),Xo.post("".concat(Fa,"/reconciled/summary"),(function(){return ea.json(Da)})),Xo.post("".concat(Fa,"/reconciled/aggregators"),(function(){return ea.json(La)})),Xo.post("".concat(Fa,"/reconciled/list"),(function(){return ea.json(Na)})),Xo.post("".concat(Fa,"/not-confirm/summary"),(function(){return ea.json(qa)})),Xo.post("".concat(Fa,"/not-confirm/aggregators"),(function(){return ea.json(Ma)})),Xo.post("".concat(Fa,"/not-confirm/list"),(function(){return ea.json(Ua)})),Xo.post("".concat(Fa,"/amount-to-be-settled/summary"),(function(){return ea.json(Ba)}))],Ha=[{id:"1687",code:"f9f87e14-e35f-4be9-b78d-6a7e9903ca30",name:"Plan Argentina con CFT y TEA",account_id:["b91b3970-dbf7-4d6a-b34d-96adbf3a0988"],merchant_reference:"plan-arg-cft-tea-001",installments_plan:[{id:"",installment:3,rate:1.15,provider_id:"",amount:{currency:"ARS",value:"0",total_value:"0"},type:"WITH_INTEREST",financial_costs:[{type:"CFT",rate:36.6},{type:"TEA",rate:152}]},{id:"",installment:6,rate:1.25,provider_id:"",amount:{currency:"ARS",value:"0",total_value:"0"},type:"WITH_INTEREST",financial_costs:[{type:"CFT",rate:45.5},{type:"TEA",rate:180.12}]}],country_code:"AR",amount:{currency:"ARS",min_value:"100",max_value:"100000"},availability:{start_at:"2025-01-01T00:00:00Z",finish_at:"2025-12-31T23:59:59Z"},types_list:null,created_at:"2025-08-01T16:41:17.428285Z",updated_at:"2025-08-01T16:41:17.428285Z"},{id:"1688",code:"1381d64b-ed14-4739-8f0a-b3adbe5949b0",name:"Plan Colombia sin intereses",account_id:["b91b3970-dbf7-4d6a-b34d-96adbf3a0988"],merchant_reference:"plan-col-sin-interes",installments_plan:[{id:"",installment:1,rate:0,provider_id:"",amount:{currency:"COP",value:"0",total_value:"0"},type:"WITHOUT_INTEREST"},{id:"",installment:3,rate:0,provider_id:"",amount:{currency:"COP",value:"0",total_value:"0"},type:"WITHOUT_INTEREST"}],country_code:"CO",amount:{currency:"COP",min_value:"50000",max_value:"10000000"},availability:{},types_list:null,created_at:"2025-08-06T14:33:32.854396Z",updated_at:"2025-08-06T14:33:32.854396Z"}],Ga={id:"1689",code:"new-plan-code-uuid",name:"New Test Plan",account_id:["b91b3970-dbf7-4d6a-b34d-96adbf3a0988"],merchant_reference:"new-plan-ref",installments_plan:[{id:"",installment:3,rate:1.15,provider_id:"",type:"WITH_INTEREST",financial_costs:[{type:"CFT",rate:36.6},{type:"TEA",rate:152}]}],country_code:"AR",amount:{currency:"ARS",min_value:"100",max_value:"100000"},created_at:"2025-08-10T12:00:00.000000Z",updated_at:"2025-08-10T12:00:00.000000Z"},Va={id:"1687",code:"f9f87e14-e35f-4be9-b78d-6a7e9903ca30",name:"Updated Plan Name",account_id:["b91b3970-dbf7-4d6a-b34d-96adbf3a0988"],merchant_reference:"plan-arg-cft-tea-001",installments_plan:[{id:"",installment:3,rate:1.2,provider_id:"",type:"WITH_INTEREST",financial_costs:[{type:"CFT",rate:40},{type:"TEA",rate:160}]}],country_code:"AR",amount:{currency:"ARS",min_value:"100",max_value:"100000"},created_at:"2025-08-01T16:41:17.428285Z",updated_at:"2025-08-10T15:00:00.000000Z"},Ka={deleted:!0},$a=[Xo.get("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",(function(){return ea.json(Ha)})),Xo.post("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",(function(){return ea.json(Ga)})),Xo.patch("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",(function(){return ea.json(Va)})),Xo.delete("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",(function(){return ea.json(Ka)}))],Qa=e(e(e(e([],ua,!0),ga,!0),Wa,!0),$a,!0),Ja=function(...e){return new Do(...e)}.apply(void 0,Qa),Ya="MSW_ENABLED";function Xa(e){e?(localStorage.setItem(Ya,"true"),console.info("MSW enabled. Reload the page to activate the mocks.")):(localStorage.removeItem(Ya),console.info("MSW disabled. Reload the page to disable the mocks.")),window.location.reload()}function Za(){return"true"===localStorage.getItem(Ya)}function er(e,t){return function(){return e.apply(t,arguments)}}"undefined"!=typeof window&&(window.enableMSW=function(){return Xa(!0)},window.disableMSW=function(){return Xa(!1)},window.isMSWEnabled=Za);const{toString:tr}=Object.prototype,{getPrototypeOf:nr}=Object,{iterator:or,toStringTag:ar}=Symbol,rr=(ir=Object.create(null),e=>{const t=tr.call(e);return ir[t]||(ir[t]=t.slice(8,-1).toLowerCase())});var ir;const sr=e=>(e=e.toLowerCase(),t=>rr(t)===e),ur=e=>t=>typeof t===e,{isArray:cr}=Array,lr=ur("undefined");function dr(e){return null!==e&&!lr(e)&&null!==e.constructor&&!lr(e.constructor)&&mr(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const pr=sr("ArrayBuffer");const hr=ur("string"),mr=ur("function"),fr=ur("number"),gr=e=>null!==e&&"object"==typeof e,yr=e=>{if("object"!==rr(e))return!1;const t=nr(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||ar in e||or in e)},br=sr("Date"),vr=sr("File"),kr=sr("Blob"),wr=sr("FileList"),jr=sr("URLSearchParams"),[_r,Er,Cr,Sr]=["ReadableStream","Request","Response","Headers"].map(sr);function Rr(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let o,a;if("object"!=typeof e&&(e=[e]),cr(e))for(o=0,a=e.length;o<a;o++)t.call(null,e[o],o,e);else{if(dr(e))return;const a=n?Object.getOwnPropertyNames(e):Object.keys(e),r=a.length;let i;for(o=0;o<r;o++)i=a[o],t.call(null,e[i],i,e)}}function Tr(e,t){if(dr(e))return null;t=t.toLowerCase();const n=Object.keys(e);let o,a=n.length;for(;a-- >0;)if(o=n[a],t===o.toLowerCase())return o;return null}const Ir="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,xr=e=>!lr(e)&&e!==Ir;const Or=(e=>t=>e&&t instanceof e)("undefined"!=typeof Uint8Array&&nr(Uint8Array)),Ar=sr("HTMLFormElement"),zr=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Pr=sr("RegExp"),Dr=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),o={};Rr(n,((n,a)=>{let r;!1!==(r=t(n,a,e))&&(o[a]=r||n)})),Object.defineProperties(e,o)};const Lr=sr("AsyncFunction"),Nr=(qr="function"==typeof setImmediate,Mr=mr(Ir.postMessage),qr?setImmediate:Mr?(Ur=`axios@${Math.random()}`,Br=[],Ir.addEventListener("message",(({source:e,data:t})=>{e===Ir&&t===Ur&&Br.length&&Br.shift()()}),!1),e=>{Br.push(e),Ir.postMessage(Ur,"*")}):e=>setTimeout(e));var qr,Mr,Ur,Br;const Fr="undefined"!=typeof queueMicrotask?queueMicrotask.bind(Ir):"undefined"!=typeof process&&process.nextTick||Nr;var Wr={isArray:cr,isArrayBuffer:pr,isBuffer:dr,isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||mr(e.append)&&("formdata"===(t=rr(e))||"object"===t&&mr(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&pr(e.buffer),t},isString:hr,isNumber:fr,isBoolean:e=>!0===e||!1===e,isObject:gr,isPlainObject:yr,isEmptyObject:e=>{if(!gr(e)||dr(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:_r,isRequest:Er,isResponse:Cr,isHeaders:Sr,isUndefined:lr,isDate:br,isFile:vr,isBlob:kr,isRegExp:Pr,isFunction:mr,isStream:e=>gr(e)&&mr(e.pipe),isURLSearchParams:jr,isTypedArray:Or,isFileList:wr,forEach:Rr,merge:function e(){const{caseless:t,skipUndefined:n}=xr(this)&&this||{},o={},a=(a,r)=>{if("__proto__"===r||"constructor"===r||"prototype"===r)return;const i=t&&Tr(o,r)||r;yr(o[i])&&yr(a)?o[i]=e(o[i],a):yr(a)?o[i]=e({},a):cr(a)?o[i]=a.slice():n&&lr(a)||(o[i]=a)};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&Rr(arguments[e],a);return o},extend:(e,t,n,{allOwnKeys:o}={})=>(Rr(t,((t,o)=>{n&&mr(t)?Object.defineProperty(e,o,{value:er(t,n),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,o,{value:t,writable:!0,enumerable:!0,configurable:!0})}),{allOwnKeys:o}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,o)=>{e.prototype=Object.create(t.prototype,o),Object.defineProperty(e.prototype,"constructor",{value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,o)=>{let a,r,i;const s={};if(t=t||{},null==e)return t;do{for(a=Object.getOwnPropertyNames(e),r=a.length;r-- >0;)i=a[r],o&&!o(i,e,t)||s[i]||(t[i]=e[i],s[i]=!0);e=!1!==n&&nr(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:rr,kindOfTest:sr,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const o=e.indexOf(t,n);return-1!==o&&o===n},toArray:e=>{if(!e)return null;if(cr(e))return e;let t=e.length;if(!fr(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[or]).call(e);let o;for(;(o=n.next())&&!o.done;){const n=o.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const o=[];for(;null!==(n=e.exec(t));)o.push(n);return o},isHTMLForm:Ar,hasOwnProperty:zr,hasOwnProp:zr,reduceDescriptors:Dr,freezeMethods:e=>{Dr(e,((t,n)=>{if(mr(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const o=e[n];mr(o)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(e,t)=>{const n={},o=e=>{e.forEach((e=>{n[e]=!0}))};return cr(e)?o(e):o(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:Tr,global:Ir,isContextDefined:xr,isSpecCompliantForm:function(e){return!!(e&&mr(e.append)&&"FormData"===e[ar]&&e[or])},toJSONObject:e=>{const t=new Array(10),n=(e,o)=>{if(gr(e)){if(t.indexOf(e)>=0)return;if(dr(e))return e;if(!("toJSON"in e)){t[o]=e;const a=cr(e)?[]:{};return Rr(e,((e,t)=>{const r=n(e,o+1);!lr(r)&&(a[t]=r)})),t[o]=void 0,a}}return e};return n(e,0)},isAsyncFn:Lr,isThenable:e=>e&&(gr(e)||mr(e))&&mr(e.then)&&mr(e.catch),setImmediate:Nr,asap:Fr,isIterable:e=>null!=e&&mr(e[or])};class Hr extends Error{static from(e,t,n,o,a,r){const i=new Hr(e.message,t||e.code,n,o,a);return i.cause=e,i.name=e.name,r&&Object.assign(i,r),i}constructor(e,t,n,o,a){super(e),this.name="AxiosError",this.isAxiosError=!0,t&&(this.code=t),n&&(this.config=n),o&&(this.request=o),a&&(this.response=a,this.status=a.status)}toJSON(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Wr.toJSONObject(this.config),code:this.code,status:this.status}}}Hr.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",Hr.ERR_BAD_OPTION="ERR_BAD_OPTION",Hr.ECONNABORTED="ECONNABORTED",Hr.ETIMEDOUT="ETIMEDOUT",Hr.ERR_NETWORK="ERR_NETWORK",Hr.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",Hr.ERR_DEPRECATED="ERR_DEPRECATED",Hr.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",Hr.ERR_BAD_REQUEST="ERR_BAD_REQUEST",Hr.ERR_CANCELED="ERR_CANCELED",Hr.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",Hr.ERR_INVALID_URL="ERR_INVALID_URL";var Gr=Hr;function Vr(e){return Wr.isPlainObject(e)||Wr.isArray(e)}function Kr(e){return Wr.endsWith(e,"[]")?e.slice(0,-2):e}function $r(e,t,n){return e?e.concat(t).map((function(e,t){return e=Kr(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}const Qr=Wr.toFlatObject(Wr,{},null,(function(e){return/^is[A-Z]/.test(e)}));function Jr(e,t,n){if(!Wr.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const o=(n=Wr.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!Wr.isUndefined(t[e])}))).metaTokens,a=n.visitor||c,r=n.dots,i=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&Wr.isSpecCompliantForm(t);if(!Wr.isFunction(a))throw new TypeError("visitor must be a function");function u(e){if(null===e)return"";if(Wr.isDate(e))return e.toISOString();if(Wr.isBoolean(e))return e.toString();if(!s&&Wr.isBlob(e))throw new Gr("Blob is not supported. Use a Buffer instead.");return Wr.isArrayBuffer(e)||Wr.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,n,a){let s=e;if(e&&!a&&"object"==typeof e)if(Wr.endsWith(n,"{}"))n=o?n:n.slice(0,-2),e=JSON.stringify(e);else if(Wr.isArray(e)&&function(e){return Wr.isArray(e)&&!e.some(Vr)}(e)||(Wr.isFileList(e)||Wr.endsWith(n,"[]"))&&(s=Wr.toArray(e)))return n=Kr(n),s.forEach((function(e,o){!Wr.isUndefined(e)&&null!==e&&t.append(!0===i?$r([n],o,r):null===i?n:n+"[]",u(e))})),!1;return!!Vr(e)||(t.append($r(a,n,r),u(e)),!1)}const l=[],d=Object.assign(Qr,{defaultVisitor:c,convertValue:u,isVisitable:Vr});if(!Wr.isObject(e))throw new TypeError("data must be an object");return function e(n,o){if(!Wr.isUndefined(n)){if(-1!==l.indexOf(n))throw Error("Circular reference detected in "+o.join("."));l.push(n),Wr.forEach(n,(function(n,r){!0===(!(Wr.isUndefined(n)||null===n)&&a.call(t,n,Wr.isString(r)?r.trim():r,o,d))&&e(n,o?o.concat(r):[r])})),l.pop()}}(e),t}function Yr(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function Xr(e,t){this._pairs=[],e&&Jr(e,this,t)}const Zr=Xr.prototype;function ei(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function ti(e,t,n){if(!t)return e;const o=n&&n.encode||ei,a=Wr.isFunction(n)?{serialize:n}:n,r=a&&a.serialize;let i;if(i=r?r(t,a):Wr.isURLSearchParams(t)?t.toString():new Xr(t,a).toString(o),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}Zr.append=function(e,t){this._pairs.push([e,t])},Zr.toString=function(e){const t=e?function(t){return e.call(this,t,Yr)}:Yr;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var ni=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){Wr.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},oi={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},ai={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Xr,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const ri="undefined"!=typeof window&&"undefined"!=typeof document,ii="object"==typeof navigator&&navigator||void 0,si=ri&&(!ii||["ReactNative","NativeScript","NS"].indexOf(ii.product)<0),ui="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,ci=ri&&window.location.href||"http://localhost";var li={...Object.freeze({__proto__:null,hasBrowserEnv:ri,hasStandardBrowserEnv:si,hasStandardBrowserWebWorkerEnv:ui,navigator:ii,origin:ci}),...ai};function di(e){function t(e,n,o,a){let r=e[a++];if("__proto__"===r)return!0;const i=Number.isFinite(+r),s=a>=e.length;if(r=!r&&Wr.isArray(o)?o.length:r,s)return Wr.hasOwnProp(o,r)?o[r]=[o[r],n]:o[r]=n,!i;o[r]&&Wr.isObject(o[r])||(o[r]=[]);return t(e,n,o[r],a)&&Wr.isArray(o[r])&&(o[r]=function(e){const t={},n=Object.keys(e);let o;const a=n.length;let r;for(o=0;o<a;o++)r=n[o],t[r]=e[r];return t}(o[r])),!i}if(Wr.isFormData(e)&&Wr.isFunction(e.entries)){const n={};return Wr.forEachEntry(e,((e,o)=>{t(function(e){return Wr.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),o,n,0)})),n}return null}const pi={transitional:oi,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",o=n.indexOf("application/json")>-1,a=Wr.isObject(e);a&&Wr.isHTMLForm(e)&&(e=new FormData(e));if(Wr.isFormData(e))return o?JSON.stringify(di(e)):e;if(Wr.isArrayBuffer(e)||Wr.isBuffer(e)||Wr.isStream(e)||Wr.isFile(e)||Wr.isBlob(e)||Wr.isReadableStream(e))return e;if(Wr.isArrayBufferView(e))return e.buffer;if(Wr.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let r;if(a){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Jr(e,new li.classes.URLSearchParams,{visitor:function(e,t,n,o){return li.isNode&&Wr.isBuffer(e)?(this.append(t,e.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)},...t})}(e,this.formSerializer).toString();if((r=Wr.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Jr(r?{"files[]":e}:e,t&&new t,this.formSerializer)}}return a||o?(t.setContentType("application/json",!1),function(e,t,n){if(Wr.isString(e))try{return(t||JSON.parse)(e),Wr.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||pi.transitional,n=t&&t.forcedJSONParsing,o="json"===this.responseType;if(Wr.isResponse(e)||Wr.isReadableStream(e))return e;if(e&&Wr.isString(e)&&(n&&!this.responseType||o)){const n=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(e,this.parseReviver)}catch(e){if(n){if("SyntaxError"===e.name)throw Gr.from(e,Gr.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:li.classes.FormData,Blob:li.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Wr.forEach(["delete","get","head","post","put","patch"],(e=>{pi.headers[e]={}}));var hi=pi;const mi=Wr.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);const fi=Symbol("internals");function gi(e){return e&&String(e).trim().toLowerCase()}function yi(e){return!1===e||null==e?e:Wr.isArray(e)?e.map(yi):String(e)}function bi(e,t,n,o,a){return Wr.isFunction(o)?o.call(this,t,n):(a&&(t=n),Wr.isString(t)?Wr.isString(o)?-1!==t.indexOf(o):Wr.isRegExp(o)?o.test(t):void 0:void 0)}class vi{constructor(e){e&&this.set(e)}set(e,t,n){const o=this;function a(e,t,n){const a=gi(t);if(!a)throw new Error("header name must be a non-empty string");const r=Wr.findKey(o,a);(!r||void 0===o[r]||!0===n||void 0===n&&!1!==o[r])&&(o[r||t]=yi(e))}const r=(e,t)=>Wr.forEach(e,((e,n)=>a(e,n,t)));if(Wr.isPlainObject(e)||e instanceof this.constructor)r(e,t);else if(Wr.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))r((e=>{const t={};let n,o,a;return e&&e.split("\n").forEach((function(e){a=e.indexOf(":"),n=e.substring(0,a).trim().toLowerCase(),o=e.substring(a+1).trim(),!n||t[n]&&mi[n]||("set-cookie"===n?t[n]?t[n].push(o):t[n]=[o]:t[n]=t[n]?t[n]+", "+o:o)})),t})(e),t);else if(Wr.isObject(e)&&Wr.isIterable(e)){let n,o,a={};for(const t of e){if(!Wr.isArray(t))throw TypeError("Object iterator must return a key-value pair");a[o=t[0]]=(n=a[o])?Wr.isArray(n)?[...n,t[1]]:[n,t[1]]:t[1]}r(a,t)}else null!=e&&a(t,e,n);return this}get(e,t){if(e=gi(e)){const n=Wr.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let o;for(;o=n.exec(e);)t[o[1]]=o[2];return t}(e);if(Wr.isFunction(t))return t.call(this,e,n);if(Wr.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=gi(e)){const n=Wr.findKey(this,e);return!(!n||void 0===this[n]||t&&!bi(0,this[n],n,t))}return!1}delete(e,t){const n=this;let o=!1;function a(e){if(e=gi(e)){const a=Wr.findKey(n,e);!a||t&&!bi(0,n[a],a,t)||(delete n[a],o=!0)}}return Wr.isArray(e)?e.forEach(a):a(e),o}clear(e){const t=Object.keys(this);let n=t.length,o=!1;for(;n--;){const a=t[n];e&&!bi(0,this[a],a,e,!0)||(delete this[a],o=!0)}return o}normalize(e){const t=this,n={};return Wr.forEach(this,((o,a)=>{const r=Wr.findKey(n,a);if(r)return t[r]=yi(o),void delete t[a];const i=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(a):String(a).trim();i!==a&&delete t[a],t[i]=yi(o),n[i]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return Wr.forEach(this,((n,o)=>{null!=n&&!1!==n&&(t[o]=e&&Wr.isArray(n)?n.join(", "):n)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach((e=>n.set(e))),n}static accessor(e){const t=(this[fi]=this[fi]={accessors:{}}).accessors,n=this.prototype;function o(e){const o=gi(e);t[o]||(!function(e,t){const n=Wr.toCamelCase(" "+t);["get","set","has"].forEach((o=>{Object.defineProperty(e,o+n,{value:function(e,n,a){return this[o].call(this,t,e,n,a)},configurable:!0})}))}(n,e),t[o]=!0)}return Wr.isArray(e)?e.forEach(o):o(e),this}}vi.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Wr.reduceDescriptors(vi.prototype,(({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}})),Wr.freezeMethods(vi);var ki=vi;function wi(e,t){const n=this||hi,o=t||n,a=ki.from(o.headers);let r=o.data;return Wr.forEach(e,(function(e){r=e.call(n,r,a.normalize(),t?t.status:void 0)})),a.normalize(),r}function ji(e){return!(!e||!e.__CANCEL__)}var _i=class extends Gr{constructor(e,t,n){super(null==e?"canceled":e,Gr.ERR_CANCELED,t,n),this.name="CanceledError",this.__CANCEL__=!0}};function Ei(e,t,n){const o=n.config.validateStatus;n.status&&o&&!o(n.status)?t(new Gr("Request failed with status code "+n.status,[Gr.ERR_BAD_REQUEST,Gr.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}const Ci=(e,t,n=3)=>{let o=0;const a=function(e,t){e=e||10;const n=new Array(e),o=new Array(e);let a,r=0,i=0;return t=void 0!==t?t:1e3,function(s){const u=Date.now(),c=o[i];a||(a=u),n[r]=s,o[r]=u;let l=i,d=0;for(;l!==r;)d+=n[l++],l%=e;if(r=(r+1)%e,r===i&&(i=(i+1)%e),u-a<t)return;const p=c&&u-c;return p?Math.round(1e3*d/p):void 0}}(50,250);return function(e,t){let n,o,a=0,r=1e3/t;const i=(t,r=Date.now())=>{a=r,n=null,o&&(clearTimeout(o),o=null),e(...t)};return[(...e)=>{const t=Date.now(),s=t-a;s>=r?i(e,t):(n=e,o||(o=setTimeout((()=>{o=null,i(n)}),r-s)))},()=>n&&i(n)]}((n=>{const r=n.loaded,i=n.lengthComputable?n.total:void 0,s=r-o,u=a(s);o=r;e({loaded:r,total:i,progress:i?r/i:void 0,bytes:s,rate:u||void 0,estimated:u&&i&&r<=i?(i-r)/u:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})}),n)},Si=(e,t)=>{const n=null!=e;return[o=>t[0]({lengthComputable:n,total:e,loaded:o}),t[1]]},Ri=e=>(...t)=>Wr.asap((()=>e(...t)));var Ti=li.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,li.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(li.origin),li.navigator&&/(msie|trident)/i.test(li.navigator.userAgent)):()=>!0,Ii=li.hasStandardBrowserEnv?{write(e,t,n,o,a,r,i){if("undefined"==typeof document)return;const s=[`${e}=${encodeURIComponent(t)}`];Wr.isNumber(n)&&s.push(`expires=${new Date(n).toUTCString()}`),Wr.isString(o)&&s.push(`path=${o}`),Wr.isString(a)&&s.push(`domain=${a}`),!0===r&&s.push("secure"),Wr.isString(i)&&s.push(`SameSite=${i}`),document.cookie=s.join("; ")},read(e){if("undefined"==typeof document)return null;const t=document.cookie.match(new RegExp("(?:^|; )"+e+"=([^;]*)"));return t?decodeURIComponent(t[1]):null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read:()=>null,remove(){}};function xi(e,t,n){let o=!("string"==typeof(a=t)&&/^([a-z][a-z\d+\-.]*:)?\/\//i.test(a));var a;return e&&(o||0==n)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const Oi=e=>e instanceof ki?{...e}:e;function Ai(e,t){t=t||{};const n={};function o(e,t,n,o){return Wr.isPlainObject(e)&&Wr.isPlainObject(t)?Wr.merge.call({caseless:o},e,t):Wr.isPlainObject(t)?Wr.merge({},t):Wr.isArray(t)?t.slice():t}function a(e,t,n,a){return Wr.isUndefined(t)?Wr.isUndefined(e)?void 0:o(void 0,e,0,a):o(e,t,0,a)}function r(e,t){if(!Wr.isUndefined(t))return o(void 0,t)}function i(e,t){return Wr.isUndefined(t)?Wr.isUndefined(e)?void 0:o(void 0,e):o(void 0,t)}function s(n,a,r){return r in t?o(n,a):r in e?o(void 0,n):void 0}const u={url:r,method:r,data:r,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:s,headers:(e,t,n)=>a(Oi(e),Oi(t),0,!0)};return Wr.forEach(Object.keys({...e,...t}),(function(o){if("__proto__"===o||"constructor"===o||"prototype"===o)return;const r=Wr.hasOwnProp(u,o)?u[o]:a,i=r(e[o],t[o],o);Wr.isUndefined(i)&&r!==s||(n[o]=i)})),n}var zi=e=>{const t=Ai({},e);let{data:n,withXSRFToken:o,xsrfHeaderName:a,xsrfCookieName:r,headers:i,auth:s}=t;if(t.headers=i=ki.from(i),t.url=ti(xi(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),s&&i.set("Authorization","Basic "+btoa((s.username||"")+":"+(s.password?unescape(encodeURIComponent(s.password)):""))),Wr.isFormData(n))if(li.hasStandardBrowserEnv||li.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if(Wr.isFunction(n.getHeaders)){const e=n.getHeaders(),t=["content-type","content-length"];Object.entries(e).forEach((([e,n])=>{t.includes(e.toLowerCase())&&i.set(e,n)}))}if(li.hasStandardBrowserEnv&&(o&&Wr.isFunction(o)&&(o=o(t)),o||!1!==o&&Ti(t.url))){const e=a&&r&&Ii.read(r);e&&i.set(a,e)}return t};var Pi="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){const o=zi(e);let a=o.data;const r=ki.from(o.headers).normalize();let i,s,u,c,l,{responseType:d,onUploadProgress:p,onDownloadProgress:h}=o;function m(){c&&c(),l&&l(),o.cancelToken&&o.cancelToken.unsubscribe(i),o.signal&&o.signal.removeEventListener("abort",i)}let f=new XMLHttpRequest;function g(){if(!f)return;const o=ki.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders());Ei((function(e){t(e),m()}),(function(e){n(e),m()}),{data:d&&"text"!==d&&"json"!==d?f.response:f.responseText,status:f.status,statusText:f.statusText,headers:o,config:e,request:f}),f=null}f.open(o.method.toUpperCase(),o.url,!0),f.timeout=o.timeout,"onloadend"in f?f.onloadend=g:f.onreadystatechange=function(){f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))&&setTimeout(g)},f.onabort=function(){f&&(n(new Gr("Request aborted",Gr.ECONNABORTED,e,f)),f=null)},f.onerror=function(t){const o=t&&t.message?t.message:"Network Error",a=new Gr(o,Gr.ERR_NETWORK,e,f);a.event=t||null,n(a),f=null},f.ontimeout=function(){let t=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const a=o.transitional||oi;o.timeoutErrorMessage&&(t=o.timeoutErrorMessage),n(new Gr(t,a.clarifyTimeoutError?Gr.ETIMEDOUT:Gr.ECONNABORTED,e,f)),f=null},void 0===a&&r.setContentType(null),"setRequestHeader"in f&&Wr.forEach(r.toJSON(),(function(e,t){f.setRequestHeader(t,e)})),Wr.isUndefined(o.withCredentials)||(f.withCredentials=!!o.withCredentials),d&&"json"!==d&&(f.responseType=o.responseType),h&&([u,l]=Ci(h,!0),f.addEventListener("progress",u)),p&&f.upload&&([s,c]=Ci(p),f.upload.addEventListener("progress",s),f.upload.addEventListener("loadend",c)),(o.cancelToken||o.signal)&&(i=t=>{f&&(n(!t||t.type?new _i(null,e,f):t),f.abort(),f=null)},o.cancelToken&&o.cancelToken.subscribe(i),o.signal&&(o.signal.aborted?i():o.signal.addEventListener("abort",i)));const y=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(o.url);y&&-1===li.protocols.indexOf(y)?n(new Gr("Unsupported protocol "+y+":",Gr.ERR_BAD_REQUEST,e)):f.send(a||null)}))};var Di=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let n,o=new AbortController;const a=function(e){if(!n){n=!0,i();const t=e instanceof Error?e:this.reason;o.abort(t instanceof Gr?t:new _i(t instanceof Error?t.message:t))}};let r=t&&setTimeout((()=>{r=null,a(new Gr(`timeout of ${t}ms exceeded`,Gr.ETIMEDOUT))}),t);const i=()=>{e&&(r&&clearTimeout(r),r=null,e.forEach((e=>{e.unsubscribe?e.unsubscribe(a):e.removeEventListener("abort",a)})),e=null)};e.forEach((e=>e.addEventListener("abort",a)));const{signal:s}=o;return s.unsubscribe=()=>Wr.asap(i),s}};const Li=function*(e,t){let n=e.byteLength;if(!t||n<t)return void(yield e);let o,a=0;for(;a<n;)o=a+t,yield e.slice(a,o),a=o},Ni=async function*(e){if(e[Symbol.asyncIterator])return void(yield*e);const t=e.getReader();try{for(;;){const{done:e,value:n}=await t.read();if(e)break;yield n}}finally{await t.cancel()}},qi=(e,t,n,o)=>{const a=async function*(e,t){for await(const n of Ni(e))yield*Li(n,t)}(e,t);let r,i=0,s=e=>{r||(r=!0,o&&o(e))};return new ReadableStream({async pull(e){try{const{done:t,value:o}=await a.next();if(t)return s(),void e.close();let r=o.byteLength;if(n){let e=i+=r;n(e)}e.enqueue(new Uint8Array(o))}catch(e){throw s(e),e}},cancel:e=>(s(e),a.return())},{highWaterMark:2})},{isFunction:Mi}=Wr,Ui=(({Request:e,Response:t})=>({Request:e,Response:t}))(Wr.global),{ReadableStream:Bi,TextEncoder:Fi}=Wr.global,Wi=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},Hi=e=>{e=Wr.merge.call({skipUndefined:!0},Ui,e);const{fetch:t,Request:n,Response:o}=e,a=t?Mi(t):"function"==typeof fetch,r=Mi(n),i=Mi(o);if(!a)return!1;const s=a&&Mi(Bi),u=a&&("function"==typeof Fi?(e=>t=>e.encode(t))(new Fi):async e=>new Uint8Array(await new n(e).arrayBuffer())),c=r&&s&&Wi((()=>{let e=!1;const t=new n(li.origin,{body:new Bi,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})),l=i&&s&&Wi((()=>Wr.isReadableStream(new o("").body))),d={stream:l&&(e=>e.body)};a&&["text","arrayBuffer","blob","formData","stream"].forEach((e=>{!d[e]&&(d[e]=(t,n)=>{let o=t&&t[e];if(o)return o.call(t);throw new Gr(`Response type '${e}' is not supported`,Gr.ERR_NOT_SUPPORT,n)})}));const p=async(e,t)=>{const o=Wr.toFiniteNumber(e.getContentLength());return null==o?(async e=>{if(null==e)return 0;if(Wr.isBlob(e))return e.size;if(Wr.isSpecCompliantForm(e)){const t=new n(li.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return Wr.isArrayBufferView(e)||Wr.isArrayBuffer(e)?e.byteLength:(Wr.isURLSearchParams(e)&&(e+=""),Wr.isString(e)?(await u(e)).byteLength:void 0)})(t):o};return async e=>{let{url:a,method:i,data:s,signal:u,cancelToken:h,timeout:m,onDownloadProgress:f,onUploadProgress:g,responseType:y,headers:b,withCredentials:v="same-origin",fetchOptions:k}=zi(e),w=t||fetch;y=y?(y+"").toLowerCase():"text";let j=Di([u,h&&h.toAbortSignal()],m),_=null;const E=j&&j.unsubscribe&&(()=>{j.unsubscribe()});let C;try{if(g&&c&&"get"!==i&&"head"!==i&&0!==(C=await p(b,s))){let e,t=new n(a,{method:"POST",body:s,duplex:"half"});if(Wr.isFormData(s)&&(e=t.headers.get("content-type"))&&b.setContentType(e),t.body){const[e,n]=Si(C,Ci(Ri(g)));s=qi(t.body,65536,e,n)}}Wr.isString(v)||(v=v?"include":"omit");const t=r&&"credentials"in n.prototype,u={...k,signal:j,method:i.toUpperCase(),headers:b.normalize().toJSON(),body:s,duplex:"half",credentials:t?v:void 0};_=r&&new n(a,u);let h=await(r?w(_,k):w(a,u));const m=l&&("stream"===y||"response"===y);if(l&&(f||m&&E)){const e={};["status","statusText","headers"].forEach((t=>{e[t]=h[t]}));const t=Wr.toFiniteNumber(h.headers.get("content-length")),[n,a]=f&&Si(t,Ci(Ri(f),!0))||[];h=new o(qi(h.body,65536,n,(()=>{a&&a(),E&&E()})),e)}y=y||"text";let S=await d[Wr.findKey(d,y)||"text"](h,e);return!m&&E&&E(),await new Promise(((t,n)=>{Ei(t,n,{data:S,headers:ki.from(h.headers),status:h.status,statusText:h.statusText,config:e,request:_})}))}catch(t){if(E&&E(),t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new Gr("Network Error",Gr.ERR_NETWORK,e,_,t&&t.response),{cause:t.cause||t});throw Gr.from(t,t&&t.code,e,_,t&&t.response)}}},Gi=new Map,Vi=e=>{let t=e&&e.env||{};const{fetch:n,Request:o,Response:a}=t,r=[o,a,n];let i,s,u=r.length,c=Gi;for(;u--;)i=r[u],s=c.get(i),void 0===s&&c.set(i,s=u?new Map:Hi(t)),c=s;return s};Vi();const Ki={http:null,xhr:Pi,fetch:{get:Vi}};Wr.forEach(Ki,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const $i=e=>`- ${e}`,Qi=e=>Wr.isFunction(e)||null===e||!1===e;var Ji={getAdapter:function(e,t){e=Wr.isArray(e)?e:[e];const{length:n}=e;let o,a;const r={};for(let i=0;i<n;i++){let n;if(o=e[i],a=o,!Qi(o)&&(a=Ki[(n=String(o)).toLowerCase()],void 0===a))throw new Gr(`Unknown adapter '${n}'`);if(a&&(Wr.isFunction(a)||(a=a.get(t))))break;r[n||"#"+i]=a}if(!a){const e=Object.entries(r).map((([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));let t=n?e.length>1?"since :\n"+e.map($i).join("\n"):" "+$i(e[0]):"as no adapter specified";throw new Gr("There is no suitable adapter to dispatch the request "+t,"ERR_NOT_SUPPORT")}return a},adapters:Ki};function Yi(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new _i(null,e)}function Xi(e){Yi(e),e.headers=ki.from(e.headers),e.data=wi.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return Ji.getAdapter(e.adapter||hi.adapter,e)(e).then((function(t){return Yi(e),t.data=wi.call(e,e.transformResponse,t),t.headers=ki.from(t.headers),t}),(function(t){return ji(t)||(Yi(e),t&&t.response&&(t.response.data=wi.call(e,e.transformResponse,t.response),t.response.headers=ki.from(t.response.headers))),Promise.reject(t)}))}const Zi="1.13.5",es={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{es[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const ts={};es.transitional=function(e,t,n){function o(e,t){return"[Axios v"+Zi+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,a,r)=>{if(!1===e)throw new Gr(o(a," has been removed"+(t?" in "+t:"")),Gr.ERR_DEPRECATED);return t&&!ts[a]&&(ts[a]=!0,console.warn(o(a," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,a,r)}},es.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};var ns={assertOptions:function(e,t,n){if("object"!=typeof e)throw new Gr("options must be an object",Gr.ERR_BAD_OPTION_VALUE);const o=Object.keys(e);let a=o.length;for(;a-- >0;){const r=o[a],i=t[r];if(i){const t=e[r],n=void 0===t||i(t,r,e);if(!0!==n)throw new Gr("option "+r+" must be "+n,Gr.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new Gr("Unknown option "+r,Gr.ERR_BAD_OPTION)}},validators:es};const os=ns.validators;let as=class{constructor(e){this.defaults=e||{},this.interceptors={request:new ni,response:new ni}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t={};Error.captureStackTrace?Error.captureStackTrace(t):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=Ai(this.defaults,t);const{transitional:n,paramsSerializer:o,headers:a}=t;void 0!==n&&ns.assertOptions(n,{silentJSONParsing:os.transitional(os.boolean),forcedJSONParsing:os.transitional(os.boolean),clarifyTimeoutError:os.transitional(os.boolean),legacyInterceptorReqResOrdering:os.transitional(os.boolean)},!1),null!=o&&(Wr.isFunction(o)?t.paramsSerializer={serialize:o}:ns.assertOptions(o,{encode:os.function,serialize:os.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),ns.assertOptions(t,{baseUrl:os.spelling("baseURL"),withXsrfToken:os.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let r=a&&Wr.merge(a.common,a[t.method]);a&&Wr.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete a[e]})),t.headers=ki.concat(r,a);const i=[];let s=!0;this.interceptors.request.forEach((function(e){if("function"==typeof e.runWhen&&!1===e.runWhen(t))return;s=s&&e.synchronous;const n=t.transitional||oi;n&&n.legacyInterceptorReqResOrdering?i.unshift(e.fulfilled,e.rejected):i.push(e.fulfilled,e.rejected)}));const u=[];let c;this.interceptors.response.forEach((function(e){u.push(e.fulfilled,e.rejected)}));let l,d=0;if(!s){const e=[Xi.bind(this),void 0];for(e.unshift(...i),e.push(...u),l=e.length,c=Promise.resolve(t);d<l;)c=c.then(e[d++],e[d++]);return c}l=i.length;let p=t;for(;d<l;){const e=i[d++],t=i[d++];try{p=e(p)}catch(e){t.call(this,e);break}}try{c=Xi.call(this,p)}catch(e){return Promise.reject(e)}for(d=0,l=u.length;d<l;)c=c.then(u[d++],u[d++]);return c}getUri(e){return ti(xi((e=Ai(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};Wr.forEach(["delete","get","head","options"],(function(e){as.prototype[e]=function(t,n){return this.request(Ai(n||{},{method:e,url:t,data:(n||{}).data}))}})),Wr.forEach(["post","put","patch"],(function(e){function t(t){return function(n,o,a){return this.request(Ai(a||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:o}))}}as.prototype[e]=t(),as.prototype[e+"Form"]=t(!0)}));var rs=as;class is{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise((function(e){t=e}));const n=this;this.promise.then((e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const o=new Promise((e=>{n.subscribe(e),t=e})).then(e);return o.cancel=function(){n.unsubscribe(t)},o},e((function(e,o,a){n.reason||(n.reason=new _i(e,o,a),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new is((function(t){e=t})),cancel:e}}}var ss=is;const us={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(us).forEach((([e,t])=>{us[t]=e}));var cs=us;const ls=function e(t){const n=new rs(t),o=er(rs.prototype.request,n);return Wr.extend(o,rs.prototype,n,{allOwnKeys:!0}),Wr.extend(o,n,null,{allOwnKeys:!0}),o.create=function(n){return e(Ai(t,n))},o}(hi);ls.Axios=rs,ls.CanceledError=_i,ls.CancelToken=ss,ls.isCancel=ji,ls.VERSION=Zi,ls.toFormData=Jr,ls.AxiosError=Gr,ls.Cancel=ls.CanceledError,ls.all=function(e){return Promise.all(e)},ls.spread=function(e){return function(t){return e.apply(null,t)}},ls.isAxiosError=function(e){return Wr.isObject(e)&&!0===e.isAxiosError},ls.mergeConfig=Ai,ls.AxiosHeaders=ki,ls.formToJSON=e=>di(Wr.isHTMLForm(e)?new FormData(e):e),ls.getAdapter=Ji.getAdapter,ls.HttpStatusCode=cs,ls.default=ls;var ds=ls,ps=function(e){var t=[];return Object.entries(e).forEach((function(e){var n=e[0],o=e[1];if(Array.isArray(o)){var a=o.join(",");t.push("".concat(encodeURIComponent(n),"=").concat(a))}else null!=o&&t.push("".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(String(o))))})),t.join("&")},hs=function(e){function n(n){var o,a,r,i,s=this;return(s=e.call(this,n)||this).token="",null===(a=null===(o=s.instance)||void 0===o?void 0:o.interceptors)||void 0===a||a.request.use((function(e){return t(t({},e),{defaults:{headers:t(t({},e.headers),{Authorization:"Bearer ".concat(s.getToken())})}})}),(function(e){return Promise.reject(e)})),null===(i=null===(r=s.instance)||void 0===r?void 0:r.interceptors)||void 0===i||i.response.use((function(e){return t({},e)}),(function(e){return Promise.reject(e)})),s}return a(n,e),n.prototype.getToken=function(){return"Bearer ".concat(this.token)},n.prototype.setToken=function(e){this.token=e},n.prototype.getUri=function(e){return this.instance.getUri(e)},n.prototype.getCancelTokenSource=function(){var e;return this.cancelToken&&this.cancelToken.cancel(),this.cancelToken=null===(e=ds.CancelToken)||void 0===e?void 0:e.source(),this.cancelToken},n.prototype.request=function(e){var t;return e.cancelToken=null===(t=this.getCancelTokenSource())||void 0===t?void 0:t.token,this.instance.request(e)},n.prototype.get=function(e,t){return this.instance.get(e,t)},n.prototype.options=function(e,t){return this.instance.options(e,t)},n.prototype.delete=function(e,t){return this.instance.delete(e,t)},n.prototype.head=function(e,t){return this.instance.head(e,t)},n.prototype.post=function(e,t,n){return this.instance.post(e,t,n)},n.prototype.put=function(e,t,n){return this.instance.put(e,t,n)},n.prototype.patch=function(e,t,n){return this.instance.patch(e,t,n)},n.prototype.success=function(e){return null==e?void 0:e.data},n.prototype.error=function(e){throw e},n}((function(e){this.instance=ds.create(e)})),ms="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function fs(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var n=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:function(){return e[t]}})})),n}var gs=TypeError,ys=fs(Object.freeze({__proto__:null,default:{}})),bs="function"==typeof Map&&Map.prototype,vs=Object.getOwnPropertyDescriptor&&bs?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,ks=bs&&vs&&"function"==typeof vs.get?vs.get:null,ws=bs&&Map.prototype.forEach,js="function"==typeof Set&&Set.prototype,_s=Object.getOwnPropertyDescriptor&&js?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Es=js&&_s&&"function"==typeof _s.get?_s.get:null,Cs=js&&Set.prototype.forEach,Ss="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,Rs="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,Ts="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,Is=Boolean.prototype.valueOf,xs=Object.prototype.toString,Os=Function.prototype.toString,As=String.prototype.match,zs=String.prototype.slice,Ps=String.prototype.replace,Ds=String.prototype.toUpperCase,Ls=String.prototype.toLowerCase,Ns=RegExp.prototype.test,qs=Array.prototype.concat,Ms=Array.prototype.join,Us=Array.prototype.slice,Bs=Math.floor,Fs="function"==typeof BigInt?BigInt.prototype.valueOf:null,Ws=Object.getOwnPropertySymbols,Hs="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,Gs="function"==typeof Symbol&&"object"==typeof Symbol.iterator,Vs="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Gs||"symbol")?Symbol.toStringTag:null,Ks=Object.prototype.propertyIsEnumerable,$s=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Qs(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||Ns.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var o=e<0?-Bs(-e):Bs(e);if(o!==e){var a=String(o),r=zs.call(t,a.length+1);return Ps.call(a,n,"$&_")+"."+Ps.call(Ps.call(r,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Ps.call(t,n,"$&_")}var Js=ys,Ys=Js.custom,Xs=su(Ys)?Ys:null,Zs={__proto__:null,double:'"',single:"'"},eu={__proto__:null,double:/(["\\])/g,single:/(['\\])/g},tu=function e(t,n,o,a){var r=n||{};if(cu(r,"quoteStyle")&&!cu(Zs,r.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(cu(r,"maxStringLength")&&("number"==typeof r.maxStringLength?r.maxStringLength<0&&r.maxStringLength!==1/0:null!==r.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=!cu(r,"customInspect")||r.customInspect;if("boolean"!=typeof i&&"symbol"!==i)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(cu(r,"indent")&&null!==r.indent&&"\t"!==r.indent&&!(parseInt(r.indent,10)===r.indent&&r.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(cu(r,"numericSeparator")&&"boolean"!=typeof r.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var s=r.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return pu(t,r);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var u=String(t);return s?Qs(t,u):u}if("bigint"==typeof t){var c=String(t)+"n";return s?Qs(t,c):c}var l=void 0===r.depth?5:r.depth;if(void 0===o&&(o=0),o>=l&&l>0&&"object"==typeof t)return ru(t)?"[Array]":"[Object]";var d=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;n=Ms.call(Array(e.indent+1)," ")}return{base:n,prev:Ms.call(Array(t+1),n)}}(r,o);if(void 0===a)a=[];else if(du(a,t)>=0)return"[Circular]";function p(t,n,i){if(n&&(a=Us.call(a)).push(n),i){var s={depth:r.depth};return cu(r,"quoteStyle")&&(s.quoteStyle=r.quoteStyle),e(t,s,o+1,a)}return e(t,r,o+1,a)}if("function"==typeof t&&!iu(t)){var h=function(e){if(e.name)return e.name;var t=As.call(Os.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),m=bu(t,p);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(m.length>0?" { "+Ms.call(m,", ")+" }":"")}if(su(t)){var f=Gs?Ps.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):Hs.call(t);return"object"!=typeof t||Gs?f:mu(f)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var g="<"+Ls.call(String(t.nodeName)),y=t.attributes||[],b=0;b<y.length;b++)g+=" "+y[b].name+"="+nu(ou(y[b].value),"double",r);return g+=">",t.childNodes&&t.childNodes.length&&(g+="..."),g+="</"+Ls.call(String(t.nodeName))+">"}if(ru(t)){if(0===t.length)return"[]";var v=bu(t,p);return d&&!function(e){for(var t=0;t<e.length;t++)if(du(e[t],"\n")>=0)return!1;return!0}(v)?"["+yu(v,d)+"]":"[ "+Ms.call(v,", ")+" ]"}if(function(e){return"[object Error]"===lu(e)&&au(e)}(t)){var k=bu(t,p);return"cause"in Error.prototype||!("cause"in t)||Ks.call(t,"cause")?0===k.length?"["+String(t)+"]":"{ ["+String(t)+"] "+Ms.call(k,", ")+" }":"{ ["+String(t)+"] "+Ms.call(qs.call("[cause]: "+p(t.cause),k),", ")+" }"}if("object"==typeof t&&i){if(Xs&&"function"==typeof t[Xs]&&Js)return Js(t,{depth:l-o});if("symbol"!==i&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!ks||!e||"object"!=typeof e)return!1;try{ks.call(e);try{Es.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var w=[];return ws&&ws.call(t,(function(e,n){w.push(p(n,t,!0)+" => "+p(e,t))})),gu("Map",ks.call(t),w,d)}if(function(e){if(!Es||!e||"object"!=typeof e)return!1;try{Es.call(e);try{ks.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var j=[];return Cs&&Cs.call(t,(function(e){j.push(p(e,t))})),gu("Set",Es.call(t),j,d)}if(function(e){if(!Ss||!e||"object"!=typeof e)return!1;try{Ss.call(e,Ss);try{Rs.call(e,Rs)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return fu("WeakMap");if(function(e){if(!Rs||!e||"object"!=typeof e)return!1;try{Rs.call(e,Rs);try{Ss.call(e,Ss)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return fu("WeakSet");if(function(e){if(!Ts||!e||"object"!=typeof e)return!1;try{return Ts.call(e),!0}catch(e){}return!1}(t))return fu("WeakRef");if(function(e){return"[object Number]"===lu(e)&&au(e)}(t))return mu(p(Number(t)));if(function(e){if(!e||"object"!=typeof e||!Fs)return!1;try{return Fs.call(e),!0}catch(e){}return!1}(t))return mu(p(Fs.call(t)));if(function(e){return"[object Boolean]"===lu(e)&&au(e)}(t))return mu(Is.call(t));if(function(e){return"[object String]"===lu(e)&&au(e)}(t))return mu(p(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==ms&&t===ms)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===lu(e)&&au(e)}(t)&&!iu(t)){var _=bu(t,p),E=$s?$s(t)===Object.prototype:t instanceof Object||t.constructor===Object,C=t instanceof Object?"":"null prototype",S=!E&&Vs&&Object(t)===t&&Vs in t?zs.call(lu(t),8,-1):C?"Object":"",R=(E||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(S||C?"["+Ms.call(qs.call([],S||[],C||[]),": ")+"] ":"");return 0===_.length?R+"{}":d?R+"{"+yu(_,d)+"}":R+"{ "+Ms.call(_,", ")+" }"}return String(t)};function nu(e,t,n){var o=n.quoteStyle||t,a=Zs[o];return a+e+a}function ou(e){return Ps.call(String(e),/"/g,""")}function au(e){return!Vs||!("object"==typeof e&&(Vs in e||void 0!==e[Vs]))}function ru(e){return"[object Array]"===lu(e)&&au(e)}function iu(e){return"[object RegExp]"===lu(e)&&au(e)}function su(e){if(Gs)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!Hs)return!1;try{return Hs.call(e),!0}catch(e){}return!1}var uu=Object.prototype.hasOwnProperty||function(e){return e in this};function cu(e,t){return uu.call(e,t)}function lu(e){return xs.call(e)}function du(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,o=e.length;n<o;n++)if(e[n]===t)return n;return-1}function pu(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,o="... "+n+" more character"+(n>1?"s":"");return pu(zs.call(e,0,t.maxStringLength),t)+o}var a=eu[t.quoteStyle||"single"];return a.lastIndex=0,nu(Ps.call(Ps.call(e,a,"\\$1"),/[\x00-\x1f]/g,hu),"single",t)}function hu(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+Ds.call(t.toString(16))}function mu(e){return"Object("+e+")"}function fu(e){return e+" { ? }"}function gu(e,t,n,o){return e+" ("+t+") {"+(o?yu(n,o):Ms.call(n,", "))+"}"}function yu(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+Ms.call(e,","+n)+"\n"+t.prev}function bu(e,t){var n=ru(e),o=[];if(n){o.length=e.length;for(var a=0;a<e.length;a++)o[a]=cu(e,a)?t(e[a],e):""}var r,i="function"==typeof Ws?Ws(e):[];if(Gs){r={};for(var s=0;s<i.length;s++)r["$"+i[s]]=i[s]}for(var u in e)cu(e,u)&&(n&&String(Number(u))===u&&u<e.length||Gs&&r["$"+u]instanceof Symbol||(Ns.call(/[^\w$]/,u)?o.push(t(u,e)+": "+t(e[u],e)):o.push(u+": "+t(e[u],e))));if("function"==typeof Ws)for(var c=0;c<i.length;c++)Ks.call(e,i[c])&&o.push("["+t(i[c])+"]: "+t(e[i[c]],e));return o}var vu=tu,ku=gs,wu=function(e,t,n){for(var o,a=e;null!=(o=a.next);a=o)if(o.key===t)return a.next=o.next,n||(o.next=e.next,e.next=o),o},ju=Object,_u=Error,Eu=EvalError,Cu=RangeError,Su=ReferenceError,Ru=SyntaxError,Tu=URIError,Iu=Math.abs,xu=Math.floor,Ou=Math.max,Au=Math.min,zu=Math.pow,Pu=Math.round,Du=Number.isNaN||function(e){return e!=e},Lu=Object.getOwnPropertyDescriptor;if(Lu)try{Lu([],"length")}catch(e){Lu=null}var Nu=Lu,qu=Object.defineProperty||!1;if(qu)try{qu({},"a",{value:1})}catch(e){qu=!1}var Mu,Uu,Bu,Fu,Wu,Hu,Gu,Vu,Ku,$u,Qu,Ju,Yu,Xu,Zu,ec,tc=qu;function nc(){return Hu?Wu:(Hu=1,Wu="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function oc(){return Vu?Gu:(Vu=1,Gu=ju.getPrototypeOf||null)}function ac(){if($u)return Ku;$u=1;var e=Object.prototype.toString,t=Math.max,n=function(e,t){for(var n=[],o=0;o<e.length;o+=1)n[o]=e[o];for(var a=0;a<t.length;a+=1)n[a+e.length]=t[a];return n};return Ku=function(o){var a=this;if("function"!=typeof a||"[object Function]"!==e.apply(a))throw new TypeError("Function.prototype.bind called on incompatible "+a);for(var r,i=function(e,t){for(var n=[],o=t||0,a=0;o<e.length;o+=1,a+=1)n[a]=e[o];return n}(arguments,1),s=t(0,a.length-i.length),u=[],c=0;c<s;c++)u[c]="$"+c;if(r=Function("binder","return function ("+function(e,t){for(var n="",o=0;o<e.length;o+=1)n+=e[o],o+1<e.length&&(n+=t);return n}(u,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof r){var e=a.apply(this,n(i,arguments));return Object(e)===e?e:this}return a.apply(o,n(i,arguments))})),a.prototype){var l=function(){};l.prototype=a.prototype,r.prototype=new l,l.prototype=null}return r},Ku}function rc(){if(Ju)return Qu;Ju=1;var e=ac();return Qu=Function.prototype.bind||e}function ic(){return Xu?Yu:(Xu=1,Yu=Function.prototype.call)}function sc(){return ec?Zu:(ec=1,Zu=Function.prototype.apply)}var uc,cc,lc,dc,pc,hc,mc,fc="undefined"!=typeof Reflect&&Reflect&&Reflect.apply,gc=rc(),yc=sc(),bc=ic(),vc=fc||gc.call(bc,yc),kc=rc(),wc=gs,jc=ic(),_c=vc,Ec=function(e){if(e.length<1||"function"!=typeof e[0])throw new wc("a function is required");return _c(kc,jc,e)};var Cc=ju,Sc=_u,Rc=Eu,Tc=Cu,Ic=Su,xc=Ru,Oc=gs,Ac=Tu,zc=Iu,Pc=xu,Dc=Ou,Lc=Au,Nc=zu,qc=Pu,Mc=function(e){return Du(e)||0===e?e:e<0?-1:1},Uc=Function,Bc=function(e){try{return Uc('"use strict"; return ('+e+").constructor;")()}catch(e){}},Fc=Nu,Wc=tc,Hc=function(){throw new Oc},Gc=Fc?function(){try{return Hc}catch(e){try{return Fc(arguments,"callee").get}catch(e){return Hc}}}():Hc,Vc=function(){if(Fu)return Bu;Fu=1;var e="undefined"!=typeof Symbol&&Symbol,t=Uu?Mu:(Uu=1,Mu=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(var o in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var a=Object.getOwnPropertySymbols(e);if(1!==a.length||a[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var r=Object.getOwnPropertyDescriptor(e,t);if(42!==r.value||!0!==r.enumerable)return!1}return!0});return Bu=function(){return"function"==typeof e&&("function"==typeof Symbol&&("symbol"==typeof e("foo")&&("symbol"==typeof Symbol("bar")&&t())))}}()(),Kc=function(){if(dc)return lc;dc=1;var e=nc(),t=oc(),n=function(){if(cc)return uc;cc=1;var e,t=Ec,n=Nu;try{e=[].__proto__===Array.prototype}catch(e){if(!e||"object"!=typeof e||!("code"in e)||"ERR_PROTO_ACCESS"!==e.code)throw e}var o=!!e&&n&&n(Object.prototype,"__proto__"),a=Object,r=a.getPrototypeOf;return uc=o&&"function"==typeof o.get?t([o.get]):"function"==typeof r&&function(e){return r(null==e?e:a(e))}}();return lc=e?function(t){return e(t)}:t?function(e){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new TypeError("getProto: not an object");return t(e)}:n?function(e){return n(e)}:null}(),$c=oc(),Qc=nc(),Jc=sc(),Yc=ic(),Xc={},Zc="undefined"!=typeof Uint8Array&&Kc?Kc(Uint8Array):mc,el={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?mc:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?mc:ArrayBuffer,"%ArrayIteratorPrototype%":Vc&&Kc?Kc([][Symbol.iterator]()):mc,"%AsyncFromSyncIteratorPrototype%":mc,"%AsyncFunction%":Xc,"%AsyncGenerator%":Xc,"%AsyncGeneratorFunction%":Xc,"%AsyncIteratorPrototype%":Xc,"%Atomics%":"undefined"==typeof Atomics?mc:Atomics,"%BigInt%":"undefined"==typeof BigInt?mc:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?mc:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?mc:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?mc:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Sc,"%eval%":eval,"%EvalError%":Rc,"%Float16Array%":"undefined"==typeof Float16Array?mc:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?mc:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?mc:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?mc:FinalizationRegistry,"%Function%":Uc,"%GeneratorFunction%":Xc,"%Int8Array%":"undefined"==typeof Int8Array?mc:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?mc:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?mc:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Vc&&Kc?Kc(Kc([][Symbol.iterator]())):mc,"%JSON%":"object"==typeof JSON?JSON:mc,"%Map%":"undefined"==typeof Map?mc:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&Vc&&Kc?Kc((new Map)[Symbol.iterator]()):mc,"%Math%":Math,"%Number%":Number,"%Object%":Cc,"%Object.getOwnPropertyDescriptor%":Fc,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?mc:Promise,"%Proxy%":"undefined"==typeof Proxy?mc:Proxy,"%RangeError%":Tc,"%ReferenceError%":Ic,"%Reflect%":"undefined"==typeof Reflect?mc:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?mc:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&Vc&&Kc?Kc((new Set)[Symbol.iterator]()):mc,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?mc:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Vc&&Kc?Kc(""[Symbol.iterator]()):mc,"%Symbol%":Vc?Symbol:mc,"%SyntaxError%":xc,"%ThrowTypeError%":Gc,"%TypedArray%":Zc,"%TypeError%":Oc,"%Uint8Array%":"undefined"==typeof Uint8Array?mc:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?mc:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?mc:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?mc:Uint32Array,"%URIError%":Ac,"%WeakMap%":"undefined"==typeof WeakMap?mc:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?mc:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?mc:WeakSet,"%Function.prototype.call%":Yc,"%Function.prototype.apply%":Jc,"%Object.defineProperty%":Wc,"%Object.getPrototypeOf%":$c,"%Math.abs%":zc,"%Math.floor%":Pc,"%Math.max%":Dc,"%Math.min%":Lc,"%Math.pow%":Nc,"%Math.round%":qc,"%Math.sign%":Mc,"%Reflect.getPrototypeOf%":Qc};if(Kc)try{null.error}catch(e){var tl=Kc(Kc(e));el["%Error.prototype%"]=tl}var nl,ol,al,rl,il,sl,ul,cl,ll,dl,pl,hl,ml,fl,gl=function e(t){var n;if("%AsyncFunction%"===t)n=Bc("async function () {}");else if("%GeneratorFunction%"===t)n=Bc("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=Bc("async function* () {}");else if("%AsyncGenerator%"===t){var o=e("%AsyncGeneratorFunction%");o&&(n=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&Kc&&(n=Kc(a.prototype))}return el[t]=n,n},yl={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},bl=rc(),vl=function(){if(hc)return pc;hc=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=rc();return pc=n.call(e,t)}(),kl=bl.call(Yc,Array.prototype.concat),wl=bl.call(Jc,Array.prototype.splice),jl=bl.call(Yc,String.prototype.replace),_l=bl.call(Yc,String.prototype.slice),El=bl.call(Yc,RegExp.prototype.exec),Cl=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Sl=/\\(\\)?/g,Rl=function(e,t){var n,o=e;if(vl(yl,o)&&(o="%"+(n=yl[o])[0]+"%"),vl(el,o)){var a=el[o];if(a===Xc&&(a=gl(o)),void 0===a&&!t)throw new Oc("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:o,value:a}}throw new xc("intrinsic "+e+" does not exist!")},Tl=function(e,t){if("string"!=typeof e||0===e.length)throw new Oc("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new Oc('"allowMissing" argument must be a boolean');if(null===El(/^%?[^%]*%?$/,e))throw new xc("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=_l(e,0,1),n=_l(e,-1);if("%"===t&&"%"!==n)throw new xc("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new xc("invalid intrinsic syntax, expected opening `%`");var o=[];return jl(e,Cl,(function(e,t,n,a){o[o.length]=n?jl(a,Sl,"$1"):t||e})),o}(e),o=n.length>0?n[0]:"",a=Rl("%"+o+"%",t),r=a.name,i=a.value,s=!1,u=a.alias;u&&(o=u[0],wl(n,kl([0,1],u)));for(var c=1,l=!0;c<n.length;c+=1){var d=n[c],p=_l(d,0,1),h=_l(d,-1);if(('"'===p||"'"===p||"`"===p||'"'===h||"'"===h||"`"===h)&&p!==h)throw new xc("property names with quotes must have matching quotes");if("constructor"!==d&&l||(s=!0),vl(el,r="%"+(o+="."+d)+"%"))i=el[r];else if(null!=i){if(!(d in i)){if(!t)throw new Oc("base intrinsic for "+e+" exists, but the property is not available.");return}if(Fc&&c+1>=n.length){var m=Fc(i,d);i=(l=!!m)&&"get"in m&&!("originalValue"in m.get)?m.get:i[d]}else l=vl(i,d),i=i[d];l&&!s&&(el[r]=i)}}return i},Il=Tl,xl=Ec,Ol=xl([Il("%String.prototype.indexOf%")]),Al=function(e,t){var n=Il(e,!!t);return"function"==typeof n&&Ol(e,".prototype.")>-1?xl([n]):n},zl=Al,Pl=tu,Dl=gs,Ll=Tl("%Map%",!0),Nl=zl("Map.prototype.get",!0),ql=zl("Map.prototype.set",!0),Ml=zl("Map.prototype.has",!0),Ul=zl("Map.prototype.delete",!0),Bl=zl("Map.prototype.size",!0),Fl=!!Ll&&function(){var e,t={assert:function(e){if(!t.has(e))throw new Dl("Side channel does not contain "+Pl(e))},delete:function(t){if(e){var n=Ul(e,t);return 0===Bl(e)&&(e=void 0),n}return!1},get:function(t){if(e)return Nl(e,t)},has:function(t){return!!e&&Ml(e,t)},set:function(t,n){e||(e=new Ll),ql(e,t,n)}};return t},Wl=Al,Hl=tu,Gl=Fl,Vl=gs,Kl=Tl("%WeakMap%",!0),$l=Wl("WeakMap.prototype.get",!0),Ql=Wl("WeakMap.prototype.set",!0),Jl=Wl("WeakMap.prototype.has",!0),Yl=Wl("WeakMap.prototype.delete",!0),Xl=gs,Zl=tu,ed=(Kl?function(){var e,t,n={assert:function(e){if(!n.has(e))throw new Vl("Side channel does not contain "+Hl(e))},delete:function(n){if(Kl&&n&&("object"==typeof n||"function"==typeof n)){if(e)return Yl(e,n)}else if(Gl&&t)return t.delete(n);return!1},get:function(n){return Kl&&n&&("object"==typeof n||"function"==typeof n)&&e?$l(e,n):t&&t.get(n)},has:function(n){return Kl&&n&&("object"==typeof n||"function"==typeof n)&&e?Jl(e,n):!!t&&t.has(n)},set:function(n,o){Kl&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new Kl),Ql(e,n,o)):Gl&&(t||(t=Gl()),t.set(n,o))}};return n}:Gl)||Fl||function(){var e,t={assert:function(e){if(!t.has(e))throw new ku("Side channel does not contain "+vu(e))},delete:function(t){var n=e&&e.next,o=function(e,t){if(e)return wu(e,t,!0)}(e,t);return o&&n&&n===o&&(e=void 0),!!o},get:function(t){return function(e,t){if(e){var n=wu(e,t);return n&&n.value}}(e,t)},has:function(t){return function(e,t){return!!e&&!!wu(e,t)}(e,t)},set:function(t,n){e||(e={next:void 0}),function(e,t,n){var o=wu(e,t);o?o.value=n:e.next={key:t,next:e.next,value:n}}(e,t,n)}};return t},td=function(){var e,t={assert:function(e){if(!t.has(e))throw new Xl("Side channel does not contain "+Zl(e))},delete:function(t){return!!e&&e.delete(t)},get:function(t){return e&&e.get(t)},has:function(t){return!!e&&e.has(t)},set:function(t,n){e||(e=ed()),e.set(t,n)}};return t},nd=String.prototype.replace,od=/%20/g,ad="RFC3986",rd={default:ad,formatters:{RFC1738:function(e){return nd.call(e,od,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:ad},id=rd,sd=td,ud=Object.prototype.hasOwnProperty,cd=Array.isArray,ld=sd(),dd=function(e,t){return ld.set(e,t),e},pd=function(e){return ld.has(e)},hd=function(e){return ld.get(e)},md=function(e,t){ld.set(e,t)},fd=function(){for(var e=[],t=0;t<256;++t)e[e.length]="%"+((t<16?"0":"")+t.toString(16)).toUpperCase();return e}(),gd=function(e,t){for(var n=t&&t.plainObjects?{__proto__:null}:{},o=0;o<e.length;++o)void 0!==e[o]&&(n[o]=e[o]);return n},yd=1024,bd={arrayToObject:gd,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t,n,o){if(pd(e)){var a=hd(e)+1;return e[a]=t,md(e,a),e}var r=[].concat(e,t);return r.length>n?dd(gd(r,{plainObjects:o}),r.length-1):r},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],o=0;o<t.length;++o)for(var a=t[o],r=a.obj[a.prop],i=Object.keys(r),s=0;s<i.length;++s){var u=i[s],c=r[u];"object"==typeof c&&null!==c&&-1===n.indexOf(c)&&(t[t.length]={obj:r,prop:u},n[n.length]=c)}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(cd(n)){for(var o=[],a=0;a<n.length;++a)void 0!==n[a]&&(o[o.length]=n[a]);t.obj[t.prop]=o}}}(t),e},decode:function(e,t,n){var o=e.replace(/\+/g," ");if("iso-8859-1"===n)return o.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(o)}catch(e){return o}},encode:function(e,t,n,o,a){if(0===e.length)return e;var r=e;if("symbol"==typeof e?r=Symbol.prototype.toString.call(e):"string"!=typeof e&&(r=String(e)),"iso-8859-1"===n)return escape(r).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var i="",s=0;s<r.length;s+=yd){for(var u=r.length>=yd?r.slice(s,s+yd):r,c=[],l=0;l<u.length;++l){var d=u.charCodeAt(l);45===d||46===d||95===d||126===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||a===id.RFC1738&&(40===d||41===d)?c[c.length]=u.charAt(l):d<128?c[c.length]=fd[d]:d<2048?c[c.length]=fd[192|d>>6]+fd[128|63&d]:d<55296||d>=57344?c[c.length]=fd[224|d>>12]+fd[128|d>>6&63]+fd[128|63&d]:(l+=1,d=65536+((1023&d)<<10|1023&u.charCodeAt(l)),c[c.length]=fd[240|d>>18]+fd[128|d>>12&63]+fd[128|d>>6&63]+fd[128|63&d])}i+=c.join("")}return i},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isOverflow:pd,isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},markOverflow:dd,maybeMap:function(e,t){if(cd(e)){for(var n=[],o=0;o<e.length;o+=1)n[n.length]=t(e[o]);return n}return t(e)},merge:function e(t,n,o){if(!n)return t;if("object"!=typeof n&&"function"!=typeof n){if(cd(t)){var a=t.length;if(o&&"number"==typeof o.arrayLimit&&a>o.arrayLimit)return dd(gd(t.concat(n),o),a);t[a]=n}else{if(!t||"object"!=typeof t)return[t,n];if(pd(t)){var r=hd(t)+1;t[r]=n,md(t,r)}else(o&&(o.plainObjects||o.allowPrototypes)||!ud.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t){if(pd(n)){for(var i=Object.keys(n),s=o&&o.plainObjects?{__proto__:null,0:t}:{0:t},u=0;u<i.length;u++){s[parseInt(i[u],10)+1]=n[i[u]]}return dd(s,hd(n)+1)}var c=[t].concat(n);return o&&"number"==typeof o.arrayLimit&&c.length>o.arrayLimit?dd(gd(c,o),c.length-1):c}var l=t;return cd(t)&&!cd(n)&&(l=gd(t,o)),cd(t)&&cd(n)?(n.forEach((function(n,a){if(ud.call(t,a)){var r=t[a];r&&"object"==typeof r&&n&&"object"==typeof n?t[a]=e(r,n,o):t[t.length]=n}else t[a]=n})),t):Object.keys(n).reduce((function(t,a){var r=n[a];if(ud.call(t,a)?t[a]=e(t[a],r,o):t[a]=r,pd(n)&&!pd(t)&&dd(t,hd(n)),pd(t)){var i=parseInt(a,10);String(i)===a&&i>=0&&i>hd(t)&&md(t,i)}return t}),l)}},vd=td,kd=bd,wd=rd,jd=Object.prototype.hasOwnProperty,_d={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},Ed=Array.isArray,Cd=Array.prototype.push,Sd=function(e,t){Cd.apply(e,Ed(t)?t:[t])},Rd=Date.prototype.toISOString,Td=wd.default,Id={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:kd.encode,encodeValuesOnly:!1,filter:void 0,format:Td,formatter:wd.formatters[Td],indices:!1,serializeDate:function(e){return Rd.call(e)},skipNulls:!1,strictNullHandling:!1},xd={},Od=function e(t,n,o,a,r,i,s,u,c,l,d,p,h,m,f,g,y,b){for(var v,k=t,w=b,j=0,_=!1;void 0!==(w=w.get(xd))&&!_;){var E=w.get(t);if(j+=1,void 0!==E){if(E===j)throw new RangeError("Cyclic object value");_=!0}void 0===w.get(xd)&&(j=0)}if("function"==typeof l?k=l(n,k):k instanceof Date?k=h(k):"comma"===o&&Ed(k)&&(k=kd.maybeMap(k,(function(e){return e instanceof Date?h(e):e}))),null===k){if(i)return c&&!g?c(n,Id.encoder,y,"key",m):n;k=""}if("string"==typeof(v=k)||"number"==typeof v||"boolean"==typeof v||"symbol"==typeof v||"bigint"==typeof v||kd.isBuffer(k))return c?[f(g?n:c(n,Id.encoder,y,"key",m))+"="+f(c(k,Id.encoder,y,"value",m))]:[f(n)+"="+f(String(k))];var C,S=[];if(void 0===k)return S;if("comma"===o&&Ed(k))g&&c&&(k=kd.maybeMap(k,c)),C=[{value:k.length>0?k.join(",")||null:void 0}];else if(Ed(l))C=l;else{var R=Object.keys(k);C=d?R.sort(d):R}var T=u?String(n).replace(/\./g,"%2E"):String(n),I=a&&Ed(k)&&1===k.length?T+"[]":T;if(r&&Ed(k)&&0===k.length)return I+"[]";for(var x=0;x<C.length;++x){var O=C[x],A="object"==typeof O&&O&&void 0!==O.value?O.value:k[O];if(!s||null!==A){var z=p&&u?String(O).replace(/\./g,"%2E"):String(O),P=Ed(k)?"function"==typeof o?o(I,z):I:I+(p?"."+z:"["+z+"]");b.set(t,j);var D=vd();D.set(xd,b),Sd(S,e(A,P,o,a,r,i,s,u,"comma"===o&&g&&Ed(k)?null:c,l,d,p,h,m,f,g,y,D))}}return S},Ad=bd,zd=Object.prototype.hasOwnProperty,Pd=Array.isArray,Dd={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:Ad.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},Ld=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},Nd=function(e,t,n){if(e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1)return e.split(",");if(t.throwOnLimitExceeded&&n>=t.arrayLimit)throw new RangeError("Array limit exceeded. Only "+t.arrayLimit+" element"+(1===t.arrayLimit?"":"s")+" allowed in an array.");return e},qd=function(e,t,n,o){if(e){var a=function(e,t){var n=t.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e;if(t.depth<=0){if(!t.plainObjects&&zd.call(Object.prototype,n)&&!t.allowPrototypes)return;return[n]}var o=/(\[[^[\]]*])/g,a=/(\[[^[\]]*])/.exec(n),r=a?n.slice(0,a.index):n,i=[];if(r){if(!t.plainObjects&&zd.call(Object.prototype,r)&&!t.allowPrototypes)return;i[i.length]=r}for(var s=0;null!==(a=o.exec(n))&&s<t.depth;){s+=1;var u=a[1].slice(1,-1);if(!t.plainObjects&&zd.call(Object.prototype,u)&&!t.allowPrototypes)return;i[i.length]=a[1]}if(a){if(!0===t.strictDepth)throw new RangeError("Input depth exceeded depth option of "+t.depth+" and strictDepth is true");i[i.length]="["+n.slice(a.index)+"]"}return i}(e,n);if(a)return function(e,t,n,o){var a=0;if(e.length>0&&"[]"===e[e.length-1]){var r=e.slice(0,-1).join("");a=Array.isArray(t)&&t[r]?t[r].length:0}for(var i=o?t:Nd(t,n,a),s=e.length-1;s>=0;--s){var u,c=e[s];if("[]"===c&&n.parseArrays)u=Ad.isOverflow(i)?i:n.allowEmptyArrays&&(""===i||n.strictNullHandling&&null===i)?[]:Ad.combine([],i,n.arrayLimit,n.plainObjects);else{u=n.plainObjects?{__proto__:null}:{};var l="["===c.charAt(0)&&"]"===c.charAt(c.length-1)?c.slice(1,-1):c,d=n.decodeDotInKeys?l.replace(/%2E/g,"."):l,p=parseInt(d,10),h=!isNaN(p)&&c!==d&&String(p)===d&&p>=0&&n.parseArrays;if(n.parseArrays||""!==d)if(h&&p<n.arrayLimit)(u=[])[p]=i;else{if(h&&n.throwOnLimitExceeded)throw new RangeError("Array limit exceeded. Only "+n.arrayLimit+" element"+(1===n.arrayLimit?"":"s")+" allowed in an array.");h?(u[p]=i,Ad.markOverflow(u,p)):"__proto__"!==d&&(u[d]=i)}else u={0:i}}i=u}return i}(a,t,n,o)}},Md=function(e,t){var n,o=e,a=function(e){if(!e)return Id;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.encodeDotInKeys&&"boolean"!=typeof e.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||Id.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=wd.default;if(void 0!==e.format){if(!jd.call(wd.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var o,a=wd.formatters[n],r=Id.filter;if(("function"==typeof e.filter||Ed(e.filter))&&(r=e.filter),o=e.arrayFormat in _d?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":Id.arrayFormat,"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var i=void 0===e.allowDots?!0===e.encodeDotInKeys||Id.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:Id.addQueryPrefix,allowDots:i,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Id.allowEmptyArrays,arrayFormat:o,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Id.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:void 0===e.delimiter?Id.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:Id.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:Id.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:Id.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:Id.encodeValuesOnly,filter:r,format:n,formatter:a,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:Id.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:Id.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Id.strictNullHandling}}(t);"function"==typeof a.filter?o=(0,a.filter)("",o):Ed(a.filter)&&(n=a.filter);var r=[];if("object"!=typeof o||null===o)return"";var i=_d[a.arrayFormat],s="comma"===i&&a.commaRoundTrip;n||(n=Object.keys(o)),a.sort&&n.sort(a.sort);for(var u=vd(),c=0;c<n.length;++c){var l=n[c],d=o[l];a.skipNulls&&null===d||Sd(r,Od(d,l,i,s,a.allowEmptyArrays,a.strictNullHandling,a.skipNulls,a.encodeDotInKeys,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,u))}var p=r.join(a.delimiter),h=!0===a.addQueryPrefix?"?":"";return a.charsetSentinel&&("iso-8859-1"===a.charset?h+="utf8=%26%2310003%3B&":h+="utf8=%E2%9C%93&"),p.length>0?h+p:""},Ud=function(e,t){var n=function(e){if(!e)return Dd;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.decodeDotInKeys&&"boolean"!=typeof e.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(void 0!==e.throwOnLimitExceeded&&"boolean"!=typeof e.throwOnLimitExceeded)throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var t=void 0===e.charset?Dd.charset:e.charset,n=void 0===e.duplicates?Dd.duplicates:e.duplicates;if("combine"!==n&&"first"!==n&&"last"!==n)throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===e.allowDots?!0===e.decodeDotInKeys||Dd.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Dd.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:Dd.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:Dd.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:Dd.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Dd.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:Dd.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:Dd.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:Dd.decoder,delimiter:"string"==typeof e.delimiter||Ad.isRegExp(e.delimiter)?e.delimiter:Dd.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:Dd.depth,duplicates:n,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:Dd.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:Dd.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:Dd.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:Dd.strictDepth,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Dd.strictNullHandling,throwOnLimitExceeded:"boolean"==typeof e.throwOnLimitExceeded&&e.throwOnLimitExceeded}}(t);if(""===e||null==e)return n.plainObjects?{__proto__:null}:{};for(var o="string"==typeof e?function(e,t){var n={__proto__:null},o=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;o=o.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var a=t.parameterLimit===1/0?void 0:t.parameterLimit,r=o.split(t.delimiter,t.throwOnLimitExceeded?a+1:a);if(t.throwOnLimitExceeded&&r.length>a)throw new RangeError("Parameter limit exceeded. Only "+a+" parameter"+(1===a?"":"s")+" allowed.");var i,s=-1,u=t.charset;if(t.charsetSentinel)for(i=0;i<r.length;++i)0===r[i].indexOf("utf8=")&&("utf8=%E2%9C%93"===r[i]?u="utf-8":"utf8=%26%2310003%3B"===r[i]&&(u="iso-8859-1"),s=i,i=r.length);for(i=0;i<r.length;++i)if(i!==s){var c,l,d=r[i],p=d.indexOf("]="),h=-1===p?d.indexOf("="):p+1;if(-1===h?(c=t.decoder(d,Dd.decoder,u,"key"),l=t.strictNullHandling?null:""):null!==(c=t.decoder(d.slice(0,h),Dd.decoder,u,"key"))&&(l=Ad.maybeMap(Nd(d.slice(h+1),t,Pd(n[c])?n[c].length:0),(function(e){return t.decoder(e,Dd.decoder,u,"value")}))),l&&t.interpretNumericEntities&&"iso-8859-1"===u&&(l=Ld(String(l))),d.indexOf("[]=")>-1&&(l=Pd(l)?[l]:l),t.comma&&Pd(l)&&l.length>t.arrayLimit){if(t.throwOnLimitExceeded)throw new RangeError("Array limit exceeded. Only "+t.arrayLimit+" element"+(1===t.arrayLimit?"":"s")+" allowed in an array.");l=Ad.combine([],l,t.arrayLimit,t.plainObjects)}if(null!==c){var m=zd.call(n,c);m&&"combine"===t.duplicates?n[c]=Ad.combine(n[c],l,t.arrayLimit,t.plainObjects):m&&"last"!==t.duplicates||(n[c]=l)}}return n}(e,n):e,a=n.plainObjects?{__proto__:null}:{},r=Object.keys(o),i=0;i<r.length;++i){var s=r[i],u=qd(s,o[s],n,"string"==typeof e);a=Ad.merge(a,u,n)}return!0===n.allowSparse?a:Ad.compact(a)},Bd={formats:rd,parse:Ud,stringify:Md},Fd={withCredentials:!1,timeout:9e4,baseURL:"https://jsonplaceholder.typicode.com/",headers:{"Cache-Control":"no-cache, no-store, must-revalidate",Pragma:"no-cache","Content-Type":"application/json",Accept:"application/json"},paramsSerializer:function(e){return Bd.stringify(e,{indices:!1})}},Wd=[{value:"CHART_NOT_EXPECTED",labelKey:"insights.feedback.issues.chartNotExpected"},{value:"TIME_RANGE_INCORRECT",labelKey:"insights.feedback.issues.timeRangeIncorrect"},{value:"DATA_INACCURATE",labelKey:"insights.feedback.issues.dataInaccurate"},{value:"NOT_ANSWERING_QUESTION",labelKey:"insights.feedback.issues.notAnsweringQuestion"},{value:"EXPECTED_INSIGHTS",labelKey:"insights.feedback.issues.expectedInsights"},{value:"OTHER",labelKey:"insights.feedback.issues.other"}];!function(e){var t,n;(t=e.NotificationStatus||(e.NotificationStatus={})).SETTLED="SETTLED",t.NOT_SETTLED="NOT_SETTLED",(n=e.NotificationReason||(e.NotificationReason={})).REFUNDED="REFUNDED",n.RESOLVED="RESOLVED",n.CANCELLED="CANCELLED",n.SERVICE_SUSPENDED="SERVICE_SUSPENDED",n.ORDER_STOPPED="ORDER_STOPPED",n.DISMISS="DISMISS"}(nl||(nl={})),function(e){e.PAYMENTS="payments",e.INSIGHTS="insights"}(ol||(ol={})),function(e){var t;(t=e.CustomClaims||(e.CustomClaims={})).ORGANIZATION_CODE="https://dashboard.dev.y.uno/organization_code",t.USER_CODE="https://dashboard.dev.y.uno/user_code",t.USER_EMAIL="https://dashboard.dev.y.uno/user_email"}(al||(al={})),function(e){var t;(t=e.CountryCode||(e.CountryCode={})).COLOMBIA="CO",t.MEXICO="MX",t.BRAZIL="BR",t.ARGENTINA="AR",t.CHILE="CL",t.PERU="PE",t.URUGUAY="UR",t.ECUADOR="EC"}(rl||(rl={})),function(e){var t,n;(t=e.Locale||(e.Locale={})).EN="en",t.ES="es",t.PT="pt",(n=e.Target||(e.Target={})).BLANK="_blank",n.PARENT="_parent",n.SELF="_self",n.TOP="_top"}(il||(il={})),function(e){e.PAYMENTS="PAYMENTS",e.TRANSACTIONS="TRANSACTIONS",e.FRAUD_TRANSACTIONS="FRAUD_TRANSACTIONS",e.PAYOUTS="PAYOUTS"}(sl||(sl={})),function(e){e.ALL="ALL",e.DEFAULT="DEFAULT",e.CUSTOM="CUSTOM"}(ul||(ul={})),function(e){var t,n;e.DEFAULT_ROUTING_TYPE="smart-routing",(t=e.StepType||(e.StepType={})).FRAUD="FRAUD",t.PAYMENT="PAYMENT",t.THREE_D_SECURE="THREE_D_SECURE",t.CYBERSOURCE_3DS="CYBERSOURCE_3DS",(n=e.DeclineGroupType||(e.DeclineGroupType={})).PROVIDER_STATUS="PROVIDER_STATUS",n.MAC_CODE="MAC_CODE"}(cl||(cl={})),function(e){var t;(t=e.InsightsVolumeMetricsV2Path||(e.InsightsVolumeMetricsV2Path={})).REFUNDS_AND_CHARGEBACKS="refunds-and-chargebacks",t.APPROVED_PAYMENTS="approved-payments",t.PAYMENT_METHODS="payment-methods",t.PROVIDERS="providers",t.COUNTRIES="countries",t.UNIQUE_CUSTOMER_PAYMENTS="unique-customer-payments",t.TOTAL_PAYMENTS="total-payments",function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(e.OverviewMetricType||(e.OverviewMetricType={}))}(ll||(ll={})),function(e){e.TRANSACTIONS="TRANSACTION_RECONCILIATION",e.SETTLEMENTS="SETTLEMENTS",e.SETTLEMENTS_HEADER="SETTLEMENTS_HEADER",e.AGENDA="AGENDA",e.SALES_CONCILIATION="SALES_CONCILIATION",e.FEES="FEES",e.ADVANCEMENTS="ADVANCEMENTS",e.RECONCILIATION_OVERVIEW="RECONCILIATION_OVERVIEW",e.SETTLEMENTS_FEES="SETTLEMENTS_FEES",e.CASHFLOW="CASHFLOW",e.PROCESSED_TRANSACTIONS="PROCESSED_TRANSACTIONS"}(dl||(dl={})),function(e){e.TOTAL_AMOUNT="AGENDA_TOTAL_AMOUNT",e.DAILY="AGENDA_DAILY_DISTRIBUTION",e.PAYMENT_METHOD="AGENDA_PAYMENT_METHOD_DISTRIBUTION",e.CARD_BRAND="AGENDA_CARD_BRAND_DISTRIBUTION"}(pl||(pl={})),function(e){var t;(t=e.AuditExportReportType||(e.AuditExportReportType={})).DASHBOARD="DASHBOARD",t.API="API",t.WEBHOOKS="WEBHOOKS",t.MONITORS="MONITORS"}(hl||(hl={})),function(e){var t;(t=e.AIGenerateStatus||(e.AIGenerateStatus={})).ACCEPTED="ACCEPTED",t.REFUSED="REFUSED",t.FRONT_FAILED="FRONT_FAILED"}(ml||(ml={})),function(e){var t;(t=e.ConfigType||(e.ConfigType={})).YUNO_SMART_TOKENS="YUNO_SMART_TOKENS",t.CUSTOM_ROUTING_RULES="CUSTOM_ROUTING_RULES",t.CUSTOM_RETRY_DECLINED_WITH_PAN="CUSTOM_RETRY_DECLINED_WITH_PAN"}(fl||(fl={}));var Hd=["PAUSED","ACTIVE"],Gd={PAUSED:"pause",DELETED:"delete",ACTIVE:"unpause"},Vd="DELETED",Kd={CR_CARD_BIN:"bin",CR_CARD_BRAND:"brand",CR_CARD_ISSUER_NAME:"issuer-name",CR_CARD_TYPE:"type",CR_FALLBACK:"fallback"},$d=function(e){return!(null==e?void 0:e.data)||"string"==typeof(null==e?void 0:e.data)&&""===(null==e?void 0:e.data)},Qd=[{status:"CREATED",sub_status:"CREATED",icon:"FlagBanner",type:"info",label:"Created",sub_status_icon:"FlagBanner",sub_status_label:"Created"},{status:"CREATED",sub_status:"REJECTED",icon:"WarningCircle",type:"error",label:"Created",sub_status_icon:"WarningCircle",sub_status_label:"Rejected"},{status:"ERROR",sub_status:"CREATED",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Created"},{status:"ERROR",sub_status:"ERROR",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Error"},{status:"ERROR",sub_status:"TIMEOUT",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Timeout"},{status:"ERROR",sub_status:"PENDING_REVERSE",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Pending reverse"},{status:"ERROR",sub_status:"REVERSED_BY_TIMEOUT",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Reversed by timeout"},{status:"SUCCEEDED",sub_status:"CREATED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Created"},{status:"SUCCEEDED",sub_status:"PARTIALLY_APPROVED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially approved"},{status:"SUCCEEDED",sub_status:"APPROVED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Approved"},{status:"SUCCEEDED",sub_status:"CAPTURED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Captured"},{status:"SUCCEEDED",sub_status:"PARTIALLY_CAPTURED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially captured"},{status:"SUCCEEDED",sub_status:"PARTIALLY_REFUNDED",icon:"ArrowCircleLeft",type:"success",label:"Succeeded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Partially refunded"},{status:"CANCELED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Canceled",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"CANCELED",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"info",label:"Cancellation pending",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"CANCELED",sub_status:"CANCELED",icon:"Prohibit",type:"error",label:"Canceled",sub_status_icon:"Prohibit",sub_status_label:"Canceled"},{status:"DECLINED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"DECLINED",sub_status:"DECLINED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Declined"},{status:"REJECTED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"REJECTED",sub_status:"REJECTED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Rejected"},{status:"REFUNDED",sub_status:"CREATED",icon:"ArrowCircleLeft",type:"secondary",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Created"},{status:"REFUNDED",sub_status:"PARTIALLY_REFUNDED",icon:"ArrowCircleLeft",type:"success",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Partially refunded"},{status:"REFUNDED",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"secondary",label:"Refunded",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"REFUNDED",sub_status:"REFUNDED",icon:"ArrowCircleLeft",type:"secondary",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Refunded"},{status:"PENDING",sub_status:"CREATED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Created"},{status:"PENDING",sub_status:"AUTHORIZED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Authorized"},{status:"PENDING",sub_status:"WAITING_ADDITIONAL_STEP",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Waiting additional step"},{status:"PENDING",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"VERIFIED",sub_status:"CREATED",icon:"CheckCircle",type:"success",label:"Verified",sub_status_icon:"CheckCircle",sub_status_label:"Created"},{status:"VERIFIED",sub_status:"VERIFIED",icon:"CheckCircle",type:"success",label:"Verified",sub_status_icon:"CheckCircle",sub_status_label:"Verified"},{status:"READY_TO_PAY",sub_status:"CREATED",icon:"FlagBanner",type:"info",label:"Ready to pay",sub_status_icon:"FlagBanner",sub_status_label:"Created"},{status:"READY_TO_PAY",sub_status:"READY_TO_PAY",icon:"FlagBanner",type:"info",label:"Ready to pay",sub_status_icon:"FlagBanner",sub_status_label:"Ready to pay"},{status:"EXPIRED",sub_status:"CREATED",icon:"Clock",type:"error",label:"Expired",sub_status_icon:"Clock",sub_status_label:"Created"},{status:"EXPIRED",sub_status:"EXPIRED",icon:"Clock",type:"error",label:"Expired",sub_status_icon:"Clock",sub_status_label:"Expired"},{status:"PENDING",sub_status:"IN_PROCESS",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"In process"},{status:"PENDING",sub_status:"PENDING_FRAUD_REVIEW",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Pending fraud review"},{status:"REJECTED",sub_status:"FRAUD_DECLINED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"DECLINED",sub_status:"FRAUD_DECLINED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"FRAUD_VERIFIED",sub_status:"FRAUD_SCREENING_VERIFIED",icon:"CheckCircle",type:"success",label:"Fraud verified",sub_status_icon:"CheckCircle",sub_status_label:"Fraud screening verified"},{status:"SUCCEEDED",sub_status:"PARTIALLY_CHARGEBACKED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially chargebacked"},{status:"IN_DISPUTE",sub_status:"RECEIVED",icon:"ArrowCircleLeft",type:"secondary",label:"In dispute",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Received"},{status:"IN_DISPUTE",sub_status:"PENDING_REVIEW",icon:"ArrowCircleLeft",type:"secondary",label:"In dispute",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Pending review"},{status:"CHARGEBACK",sub_status:"LOST",icon:"Prohibit",type:"error",label:"Chargeback",sub_status_icon:"Prohibit",sub_status_label:"Lost"},{status:"SUCCEEDED",sub_status:"VERIFIED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Verified"},{status:"SUCCEEDED",sub_status:"FRAUD_DECLINED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"PENDING",sub_status:"FRAUD_DECLINED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"}],Jd=[{status:"SUCCEEDED",icon:"CheckCircle",type:"success",label:"Succeeded"},{status:"CREATED",icon:"FlagBanner",type:"info",label:"Created"},{status:"ERROR",icon:"WarningCircle",type:"error",label:"Error"},{status:"EXPIRED",icon:"Clock",type:"error",label:"Expired"},{status:"CANCELED",icon:"Prohibit",type:"error",label:"Canceled"},{status:"DECLINED",icon:"Prohibit",type:"error",label:"Declined"},{status:"PENDING",icon:"Clock",type:"warning",label:"Pending"},{status:"REJECTED",icon:"Prohibit",type:"error",label:"Rejected"},{status:"WON",icon:"CheckCircle",type:"success",label:"Won"},{status:"LOST",icon:"WarningCircle",type:"error",label:"Lost"}],Yd=[{id:1,status:"RECONCILED",sub_status:"AUTOMATICALLY",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Automatically",sub_status_icon:"CheckCircle"},{id:2,status:"RECONCILED",sub_status:"MANUALLY",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Manually",sub_status_icon:"CheckCircle"},{id:3,status:"NOT_RECONCILED",sub_status:"PENDING",type:"warning",label:"Not reconciled",icon:"Clock",sub_status_label:"Pending",sub_status_icon:"Clock"},{id:4,status:"NOT_RECONCILED",sub_status:"MISSING",type:"warning",label:"Not reconciled",icon:"Clock",sub_status_label:"Missing",sub_status_icon:"Clock"},{id:5,status:"RECONCILED",sub_status:"STATUS_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Status conflict",sub_status_icon:"CheckCircle"},{id:6,status:"RECONCILED",sub_status:"DATE_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Date conflict",sub_status_icon:"CheckCircle"},{id:7,status:"RECONCILED",sub_status:"AMOUNT_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Amount conflict",sub_status_icon:"CheckCircle"},{id:8,status:"RECONCILING_INSTALLMENTS",sub_status:"PENDING_INSTALLMENTS",type:"warning",label:"Reconciling installments",icon:"Clock",sub_status_label:"Pending installments",sub_status_icon:"Clock"},{id:9,status:"NON_RECONCILABLE",sub_status:"AUTOMATICALLY",type:"warning",label:"Non Reconciliable",icon:"Clock",sub_status_label:"Automatically",sub_status_icon:"Clock"}],Xd=[{identifier:"America/Argentina/Buenos_Aires",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Asuncion",utc_offset:{dst:"-04:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Bogota",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Caracas",utc_offset:{dst:"-04:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Chicago",utc_offset:{dst:"-05:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Costa_Rica",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/El_Salvador",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Guatemala",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Guayaquil",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Havana",utc_offset:{dst:"-05:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/La_Paz",utc_offset:{dst:"-04:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Lima",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Managua",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Mexico_City",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Montevideo",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Panama",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Phoenix",utc_offset:{dst:"-07:00",std:"-07:00"},abbreviation:{dst:"GMT",std:"-7"}},{identifier:"America/Santiago",utc_offset:{dst:"-04:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Sao_Paulo",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Tegucigalpa",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"Asia/Famagusta",utc_offset:{dst:"+02:00",std:"+03:00"},abbreviation:{dst:"EET",std:""}},{identifier:"Asia/Seoul",utc_offset:{dst:"+09:00",std:"+09:00"},abbreviation:{dst:"KST",std:""}},{identifier:"Asia/Shanghai",utc_offset:{dst:"+08:00",std:"+08:00"},abbreviation:{dst:"CST",std:""}},{identifier:"Asia/Tokyo",utc_offset:{dst:"+09:00",std:"+09:00"},abbreviation:{dst:"JST",std:""}},{identifier:"Australia/Sydney",utc_offset:{dst:"+10:00",std:"+11:00"},abbreviation:{dst:"AEST",std:""}},{identifier:"Coordinated Universal Time",utc_offset:{dst:"+00:00",std:"+00:00"},abbreviation:{dst:"UTC",std:""}},{identifier:"Europe/Madrid",utc_offset:{dst:"+01:00",std:"+01:00"},abbreviation:{dst:"GMT",std:"+1"}},{identifier:"Europe/Moscow",utc_offset:{dst:"+03:00",std:"+03:00"},abbreviation:{dst:"MSK",std:""}},{identifier:"India",utc_offset:{dst:"+03:00",std:"+03:00"},abbreviation:{dst:"IST",std:""}}],Zd=[{id:1,value:"ACCOUNTS",type:"source"},{id:2,value:"CHECKOUT",type:"source"},{id:3,value:"CREATE",type:"event"},{id:4,value:"UPDATE",type:"event"},{id:5,value:"CONNECTIONS",type:"source"},{id:6,value:"ROLES",type:"source"},{id:7,value:"ROUTING",type:"source"},{id:8,value:"TEAMS",type:"source"},{id:9,value:"WEBHOOKS",type:"source"},{id:10,value:"PAYMENT_LINKS",type:"source"},{id:11,value:"DELETE",type:"event"}],ep={docs_url:"https://docs.y.uno/reference/api-reference-overview"},tp={en:[{text:"Home",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"en",submenues:null},{text:"Payments",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"en",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Payment links",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Connections",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"en",submenues:null},{text:"Reconciliations",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"en",submenues:null},{text:"Routing",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"en",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"en",submenues:null},{text:"Developers",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"SUPPORT",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"en",submenues:null},{text:"API Reference",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"en",submenues:null},{text:"Audit logs",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"en",submenues:null}],pt:[{text:"Pagamentos",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"pt",submenues:null},{text:"Início",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"pt",submenues:null},{text:"ASSISTÊNCIA",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"pt",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"pt",submenues:null},{text:"Programadores",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Links de pagamento",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Reconciliações",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"pt",submenues:null},{text:"Auditoria",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"API referência",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"pt",submenues:null},{text:"Conexões",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"pt",submenues:null},{text:"Roteamento",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"pt",submenues:null}],es:[{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"es",submenues:null},{text:"Inicio",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Pagos",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"es",submenues:null},{text:"Ruteo",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"es",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"es",submenues:null},{text:"Desarrolladores",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Registros de auditoria",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"ASISTENCIA",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"es",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Documentación de la API",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"es",submenues:null},{text:"Enlaces de pago",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Conexiones",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"es",submenues:null},{text:"Conciliaciones",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"es",submenues:null}]},np=[{code:"en",name:"English (en)"},{code:"es",name:"Spanish (es)"},{code:"pt",name:"Portuguese (pt)"}];const op=[];for(let e=0;e<256;++e)op.push((e+256).toString(16).slice(1));let ap;const rp=new Uint8Array(16);var ip={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function sp(e,t,n){if(ip.randomUUID&&!t&&!e)return ip.randomUUID();const o=(e=e||{}).random??e.rng?.()??function(){if(!ap){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");ap=crypto.getRandomValues.bind(crypto)}return ap(rp)}();if(o.length<16)throw new Error("Random bytes length must be >= 16");if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t){if((n=n||0)<0||n+16>t.length)throw new RangeError(`UUID byte range ${n}:${n+15} is out of buffer bounds`);for(let e=0;e<16;++e)t[n+e]=o[e];return t}return function(e,t=0){return(op[e[t+0]]+op[e[t+1]]+op[e[t+2]]+op[e[t+3]]+"-"+op[e[t+4]]+op[e[t+5]]+"-"+op[e[t+6]]+op[e[t+7]]+"-"+op[e[t+8]]+op[e[t+9]]+"-"+op[e[t+10]]+op[e[t+11]]+op[e[t+12]]+op[e[t+13]]+op[e[t+14]]+op[e[t+15]]).toLowerCase()}(o)}var up=function(e){return{account_codes:e&&(null==e?void 0:e.length)>0?null==e?void 0:e.split(","):[]}};function cp(e){return e&&0!==e.length?{metadata_filters:e.map((function(e){return{key:e.field,conditional:e.type,values:e.values}}))}:{}}var lp=function(e){function i(n){var o=n?t(t({},Fd),n):Fd;return e.call(this,o)||this}return a(i,e),i.prototype.simulateAxiosError=function(){return new Promise((function(e,t){t({name:"AxiosError"})}))},i.prototype.updateReconciliationReportTemplate=function(e){var n=e.type===dl.TRANSACTIONS?"TRANSACTIONS":e.type,o=t(t({},e),{type:n});return this.put("/v1/reconciliation/reports/templates",o)},i.prototype.createReconciliationReportTemplate=function(e){var n=e.type===dl.TRANSACTIONS?"TRANSACTIONS":e.type,o=t(t({},e),{type:n});return this.post("/v1/reconciliation/reports/templates",o)},i.prototype.getReconciliationTransactions=function(e){var t=e.account_code;return delete e.account_code,this.post("v2/reconciliation/transactions",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationSettlements=function(e){var t=e.account_code;return delete e.account_code,this.post("/reconciliation/settlements",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationMetrics=function(e){var t=e.account_code;return delete e.account_code,this.post("/reconciliation/reports",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationFilters=function(){return this.get("/reconciliation/filters")},i.prototype.getReconciliationsReportColumns=function(e,t){return this.get("/v1/reconciliation/reports/columns/".concat(e,"/").concat(t))},i.prototype.getReconciliationReportTemplates=function(){return this.get("/v1/reconciliation/reports/templates")},i.prototype.getAllTableColumns=function(e){return this.get("/v1/reconciliation/table/".concat(e,"/columns"))},i.prototype.getReconciliationActive=function(){return this.get("/v1/reconciliation/status")},i.prototype.getReconciliationAlerts=function(e,t){return this.post("/reconciliation/alerts/list",e,{params:t})},i.prototype.postReconciliationAlert=function(e){return this.post("/reconciliation/alerts",e)},i.prototype.updateReconciliationAlert=function(e){return this.patch("/reconciliation/alerts",e)},i.prototype.deleteReconciliationAlert=function(e){return this.delete("/reconciliation/alerts",{params:e})},i.prototype.getReconciliationAgenda=function(e,t){return this.post("/reconciliation/agenda/list",e,{params:t})},i.prototype.getReconciliationAgendaInsightByKey=function(e,t){return this.post("/reconciliation/agenda/insights",e,{params:t})},i.prototype.getReconciliationSales=function(e,t){return this.post("/reconciliation/sales/list",e,{params:t})},i.prototype.getReconciliationAdvancements=function(e,t){return this.post("/reconciliation/advancements/list",e,{params:t})},i.prototype.getReconciliationFees=function(e,t){return this.post("/reconciliation/fees/list",e,{params:t})},i.prototype.getReconciliationInsightsConflictsSummary=function(e){return this.post("/reconciliations/insights/conflicts/summary",e)},i.prototype.getReconciliationInsightsNotReconciledAggregators=function(e){return this.post("/reconciliations/insights/not-reconciled/aggregators",e)},i.prototype.getReconciliationInsightsNotReconciledList=function(e){return this.post("/reconciliations/insights/not-reconciled/list",e)},i.prototype.getReconciliationInsightsStatusConflictAggregators=function(e){return this.post("/reconciliations/insights/status-conflict/aggregators",e)},i.prototype.getReconciliationInsightsStatusConflictList=function(e){return this.post("/reconciliations/insights/status-conflict/list",e)},i.prototype.getReconciliationInsightsAmountConflictAggregators=function(e){return this.post("/reconciliations/insights/amount-conflict/aggregators",e)},i.prototype.getReconciliationInsightsAmountConflictList=function(e){return this.post("/reconciliations/insights/amount-conflict/list",e)},i.prototype.getReconciliationInsightsConflictDateSummary=function(e){return this.post("/reconciliations/insights/conflict-date/summary",e)},i.prototype.getReconciliationInsightsConflictDateAggregators=function(e){return this.post("/reconciliations/insights/conflict-date/aggregators",e)},i.prototype.getReconciliationInsightsConflictDateList=function(e){return this.post("/reconciliations/insights/conflict-date/list",e)},i.prototype.getReconciliationInsightsIncorrectFeesSummary=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsIncorrectFeesAggregators=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/aggregators",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsIncorrectFeesList=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/list",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsFeesChargedSummary=function(e,t){return this.post("/reconciliations/insights/fees-charged/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsReconciledSummary=function(e,t){return this.post("/reconciliations/insights/reconciled/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsReconciledAggregators=function(e,t,n){var o={};return t&&(o.date_filter=t),n&&(o.type=n),this.post("/reconciliations/insights/reconciled/aggregators",e,Object.keys(o).length>0?{params:o}:void 0)},i.prototype.getReconciliationInsightsReconciledList=function(e,t,n){var o={};return t&&(o.date_filter=t),n&&(o.type=n),this.post("/reconciliations/insights/reconciled/list",e,Object.keys(o).length>0?{params:o}:void 0)},i.prototype.getReconciliationInsightsNotConfirmSummary=function(e){return this.post("/reconciliations/insights/not-confirm/summary",e)},i.prototype.getReconciliationInsightsNotConfirmAggregators=function(e){return this.post("/reconciliations/insights/not-confirm/aggregators",e)},i.prototype.getReconciliationInsightsNotConfirmList=function(e){return this.post("/reconciliations/insights/not-confirm/list",e)},i.prototype.getReconciliationInsightsAmountToBeSettledSummary=function(e){return this.post("/reconciliations/insights/amount-to-be-settled/summary",e)},i.prototype.postPaymentsLazy=function(e){var n=e.account_code,o=e.metadata,a=r(e,["account_code","metadata"]);return a.start_date||(a.start_date=new Date),a.end_date||(a.end_date=new Date),this.post("/payments/lazy",t({account_codes:(null==n?void 0:n.split(","))||[]},cp(o)),{params:a})},i.prototype.postPayouts=function(e){var n=e.account_code,o=e.metadata,a=r(e,["account_code","metadata"]);return a.start_date||(a.start_date=new Date),a.end_date||(a.end_date=new Date),this.post("/payouts",t({account_codes:(null==n?void 0:n.split(","))||[]},cp(o)),{params:a})},i.prototype.getPayoutsFilters=function(e){return this.get("/payouts/filters",{headers:{"x-organization-code":e}})},i.prototype.postPaymentsEvaluated=function(e){e.account_code;var t=r(e,["account_code"]);return t.start_date||(t.start_date=new Date),t.end_date||(t.end_date=new Date),this.post("/payments/evaluated",t)},i.prototype.getPaymentV2=function(e){return this.get("/payments/v2/".concat(e))},i.prototype.postTransactions=function(e){var n=e.account_code,o=e.metadata,a=r(e,["account_code","metadata"]);return this.post("/v2/transactions",t({account_codes:(null==n?void 0:n.split(","))||[]},cp(o)),{params:a})},i.prototype.postFraudTransactions=function(e){var n=e.account_code,o=e.metadata,a=r(e,["account_code","metadata"]);return this.post("/fraud-transactions",t({account_codes:(null==n?void 0:n.split(","))||[]},cp(o)),{params:a})},i.prototype.getPayoutDetails=function(e){var t={"x-organization-code":e.organization_code};return this.get("/payouts/detail/".concat(e.payout_code),{headers:t})},i.prototype.getPayoutTransactionDetails=function(e){var t={"x-organization-code":e.organization_code};return this.get("/payouts/".concat(e.payout_code,"/transaction/").concat(e.transaction_code,"/detail"),{headers:t})},i.prototype.getPayoutHistoryDetails=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e.payout_code,"/history"),{headers:n})},i.prototype.getPayoutTimeline=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e,"/timeline"),{headers:n})},i.prototype.getPaymentMethodsByCountry=function(e,t){var n=e.provider_id,o=e.country,a=localStorage.getItem("x-organization-code"),r={"x-organization-code":t};return this.get("/organizations/provider-params/".concat(n,"/").concat(o),a?{}:{headers:r})},i.prototype.getOrgByName=function(e){return this.post("/organizations/get-by-name",{org_name:e})},i.prototype.createOperationTransaction=function(e,t,n,o){return this.post("/payments/".concat(n,"/transactions/").concat(t,"/").concat(o),e)},i.prototype.getPaymentMethodsAndProviders=function(){return this.get("/payments/payment-methods/providers")},i.prototype.getTransactionDetailsV2=function(e){return this.get("/payments/".concat(e.payment_code,"/transactions/details"),{params:{payment_code:e.payment_code,size:99}})},i.prototype.getTransactionRawResponse=function(e){return this.get("/transactions/".concat(e.transaction_code,"/raw-response"))},i.prototype.postProviderRawResponse=function(e,t){return this.post("/provider-raw-response/".concat(e),t)},i.prototype.uploadChargebacks=function(e,t,n,o){return this.post("/chargebacks/upload-file/payment/".concat(t,"/transaction/").concat(n),e,{onUploadProgress:function(e){o(e.total?Math.round(100*e.loaded/e.total):0)},headers:{"x-account-code":null==e?void 0:e.account_id,"x-idempotency-key":sp()}})},i.prototype.getPaymentTransactionsDetails=function(e){var t=e.transaction_code;return this.get("/transactions/".concat(t,"/details"))},i.prototype.getTransactionHistoryByPaymentCode=function(e){var t=e.payment_code;return this.get("/transactions/by-payment/".concat(t,"/history"))},i.prototype.getDeveloperCredentials=function(e,t,n,o){var a={};return e&&(a["x-password"]=e),t&&(a["x-account-code"]=t),n&&(a["x-otp"]=n),o&&(a["x-mfa-token"]=o),this.get("/v2/developers/credentials",{headers:a})},i.prototype.getDeveloperCredentialsValidatePassword=function(e){return this.get("/validate-password",{headers:{"x-password":e}})},i.prototype.getDeveloperCredentialsValidatePasswordRegularUser=function(e){return this.get("/validate-password-regular",{headers:{"x-password":e}})},i.prototype.getAllowedIps=function(){return this.get("/allowlist-ips")},i.prototype.patchAllowedIps=function(e){return this.patch("/allowlist-ips",e)},i.prototype.getOrganization=function(){return this.get("/organizations",{headers:{"x-organization-code":""}})},i.prototype.getAllOrganization=function(){return this.get("/organizations/all")},i.prototype.getProviderParams=function(e,t){var n,o=localStorage.getItem("x-organization-code"),a={"x-organization-code":o?null===(n=JSON.parse(o))||void 0===n?void 0:n.value:t};return this.get("/organizations/provider-params/".concat(e.id),{headers:a})},i.prototype.getIntegrationByAccountV2=function(e){var t=e.accountCode,n={"x-organization-code":e.organizationCode,"x-account-code":t};return this.post("/connections/my-connections",{account_code:t},{headers:n})},i.prototype.putCosts=function(e){return n(this,void 0,void 0,(function(){return o(this,(function(t){return[2,this.put("/connections/costs",{costs:[e]})]}))}))},i.prototype.updateOrganizationStatus=function(){return n(this,void 0,void 0,(function(){return o(this,(function(e){return[2,this.patch("/organizations/status")]}))}))},i.prototype.addToRiskList=function(e,t){return this.post("/payments/".concat(e,"/add-to-risk-list"),t)},i.prototype.getOrganizationConfigs=function(){return this.get("/organization-config/configs")},i.prototype.postOrganizationConfigs=function(e){return this.post("/organization-config/configs-by-account",e)},i.prototype.putOrganizationConfigsByAccount=function(e){return this.put("/organization-config/configs-by-account",e)},i.prototype.getIntegrationParams=function(e){var t=e.accountCode,n=e.integration_code;return this.get("/connections/integration-params/".concat(n),t?{headers:{"x-account-code":t}}:{})},i.prototype.getConnectionsByPaymentMethod=function(e,t){return n(this,void 0,void 0,(function(){return o(this,(function(n){return[2,this.get("/organizations/connections/".concat(e,"/").concat(t))]}))}))},i.prototype.getHashPylon=function(){return this.get("/pylon-hash")},i.prototype.getConnections=function(){return this.get("/connections")},i.prototype.postValidateStatusConnection=function(e){var t=e.payload,n={"x-account-code":e.accountCode};return this.post("/connections/validate-status",t,{headers:n})},i.prototype.postChangeStatusConnection=function(e){var t=e.payload,n=e.accountCode,o="/connections/change-status";if(t.status==Vd)return delete t.status,this.delete(o,{data:t});Object.values(Hd).includes(null==t?void 0:t.status)&&(o="".concat(o,"/").concat(Gd[t.status]),delete t.status);var a={"x-account-code":n};return this.post(o,t,{headers:a})},i.prototype.postMultiConnection=function(e){var t=e.payload;return this.post("/connections/multi-accounts",t)},i.prototype.postMultiConnectionValidate=function(){return this.get("/connection/valid-accounts")},i.prototype.patchConnection=function(e){var n,o=e.payload,a=e.connectionCode,r=localStorage.getItem("account"),i=r?null===(n=JSON.parse(r).value)||void 0===n?void 0:n.code:"";return this.patch("/connections/".concat(a),t({account_code:i},o))},i.prototype.postDefaultRoutes=function(e){var t=e.payload;return this.post("/connections/default-routes",t)},i.prototype.getDialogs=function(){return this.get("/dialogs")},i.prototype.getWebhookParamsV2=function(){return this.get("/accounts/webhooks-v2/params-catalog")},i.prototype.getWebhooksV3=function(e){var t=e.accountCode,n=e.name;return this.post("/accounts/webhooks-v2/search",{name:n},{headers:{"x-account-code":t}})},i.prototype.getWebhooksV2Detail=function(e){var t=e.accountCode;return this.get("/accounts/webhooks-v2/detail/".concat(t))},i.prototype.postWebhookV2MultiAccount=function(e){var t=e.payload;return this.post("/accounts/webhooks/multi-account",t)},i.prototype.deleteWebhookV2=function(e,t){return this.delete("/accounts/webhooks-v2/".concat(e,"/").concat(t))},i.prototype.updateWebhookV2=function(e,t,n){return this.patch("/accounts/webhooks-v2/".concat(e,"/").concat(n),t)},i.prototype.getMenu=function(){return this.get("/cms/menu")},i.prototype.postWebhookLogs=function(e){var t=e.payload,n=t.account_code,o=r(t,["account_code"]),a={account_codes:n};return this.post("/v2/webhooks/organization",a,{params:o,paramsSerializer:ps})},i.prototype.postResendWebhooks=function(e){var t=e.codes;return this.post("/v2/webhooks/organization/resend",{codes:t})},i.prototype.postExportApiLogs=function(e){var t={account_codes:e.account_code};return delete e.account_code,delete e.size,delete e.page,this.post("/v2/api-logs/organization/export-csv",t,{params:e,paramsSerializer:ps})},i.prototype.postExportWebhooksLogs=function(e){var t={account_codes:e.account_code};return delete e.account_code,delete e.size,delete e.page,this.post("/v2/webhooks/organization/export-csv",t,{params:e,paramsSerializer:ps})},i.prototype.postExportDashboardLogs=function(e){var t={account_codes:e.account_code,event:e.event,source:e.source,search:e.search},n={report_name:e.report_name,start_date:e.start_date,end_date:e.end_date,time_zone:e.time_zone};return this.post("/v2/events/organization/export-csv",t,{params:n,paramsSerializer:ps})},i.prototype.postExportMonitorsLogs=function(e){var t={account_codes:e.account_codes,status:e.status,payment_methods:e.payment_methods,providers:e.providers,traffic_redistribution:e.traffic_redistribution},n={report_name:e.report_name,start_date:e.start_date,end_date:e.end_date,time_zone:e.time_zone};return this.post("/routing-monitor/audit/export-csv",t,{params:n,paramsSerializer:ps})},i.prototype.getAuditExportsList=function(e){return this.get("/audit/reports",{params:{report_type:e}})},i.prototype.getAuditExportDownload=function(e){return this.get("/audit/reports/".concat(e,"/download"))},i.prototype.getUnifiedExportsPath=function(e){return"/v1/".concat(e,"/exports")},i.prototype.postUnifiedExport=function(e,t){return this.post(this.getUnifiedExportsPath(e),t)},i.prototype.getUnifiedExportStatus=function(e,t){var n=this.getUnifiedExportsPath(e);return this.get("".concat(n,"/").concat(t))},i.prototype.getUnifiedExportsList=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=10),this.get(this.getUnifiedExportsPath(e),{params:{page:t,size:n}})},i.prototype.postApiLogs=function(e){var t=e.payload,n=t.account_code,o=r(t,["account_code"]),a={account_codes:n};return this.post("/v2/api-logs/organization",a,{params:o,paramsSerializer:ps})},i.prototype.getApiLogsDetailByPaymentCode=function(e){return this.get("/v2/api-logs/payment/".concat(e,"/details"))},i.prototype.getApiLogsByTransactionCode=function(e,t){return this.get("/v2/api-logs/transaction/".concat(e),{headers:{"x-account-code":t}})},i.prototype.useGetPaymentStatusesStyles=function(){return this.get("/cms/payment/statuses")},i.prototype.useGetTransactionStatusesStyles=function(){return this.get("/cms/transaction/statuses")},i.prototype.useGetReconciliationTransactionStatusesStyles=function(){return this.get("/cms/reconciliation/transaction/statuses")},i.prototype.useGetCountriesConfig=function(){return this.get("/country-data-api/v1/config")},i.prototype.useGetCountriesConfigV2=function(e){var t=e?{"accept-language":e}:{};return this.get("/country-data/v2/config",{params:t})},i.prototype.useGetTimeZoneCatalog=function(){return this.get("/cms/timezone/catalog")},i.prototype.useGetAuditLogsFilters=function(){return this.get("/cms/audit-logs-filters")},i.prototype.getDashboardStaticContents=function(){return this.get("/cms/static-contents")},i.prototype.getLocales=function(){return this.get("/cms/locales")},i.prototype.getSmartRoutingMethods=function(e,t){return void 0===t&&(t=cl.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/methods/").concat(e))},i.prototype.putSmartRoutingToggleMethod=function(e,t,n){return this.put("/smart-routing/methods/".concat(e,"/").concat(t),{active:n})},i.prototype.getSmartRoutingConditionTypes=function(e,t,n){return void 0===n&&(n=cl.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/condition-types/").concat(e,"/").concat(t))},i.prototype.getSmartRoutingConditionPaymentMethod=function(e,t){var n={"x-account-code":e};return this.get("/smart-routing/payment-methods/".concat(t,"/conditions"),{headers:n})},i.prototype.getSmartRoutingConditionTypesValues=function(e,t){return this.get("/smart-routing/condition-types-values/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingNextSteps=function(e,t,n,o){return void 0===o&&(o=cl.DEFAULT_ROUTING_TYPE),this.get("/".concat(o,"/next-route/").concat(e,"/").concat(t,"/").concat(n))},i.prototype.getSmartRoutingWorkflowVersion=function(e,t,n){return void 0===n&&(n=cl.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/workflow-version/").concat(e,"/").concat(t))},i.prototype.getSmartRoutingWorkflow=function(e,t,n){return void 0===n&&(n=cl.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/workflow/").concat(e,"/").concat(t))},i.prototype.putSmartRoutingUpdateWorkflow=function(e,t,n){return void 0===n&&(n=cl.DEFAULT_ROUTING_TYPE),this.put("/".concat(n,"/update-workflow/").concat(e),t)},i.prototype.putSmartRoutingUpdateWorkflowName=function(e,t,n){return void 0===n&&(n=cl.DEFAULT_ROUTING_TYPE),this.put("/".concat(n,"/workflow/").concat(e,"/edit-name"),t)},i.prototype.postSmartRoutingCreateWorkflow=function(e,t){return this.post("/smart-routing/create-workflow/".concat(e),t)},i.prototype.postSmartRoutingPublishVersion=function(e,t,n,o){void 0===o&&(o=cl.DEFAULT_ROUTING_TYPE);var a={"x-organization-code":n};return this.post("/".concat(o,"/publish-version/").concat(e,"/").concat(t),{},{headers:a})},i.prototype.deleteSmartRoutingVersion=function(e,t){return this.delete("/smart-routing/delete-version/".concat(e,"/").concat(t))},i.prototype.postSmartRoutingDuplicateVersion=function(e,t,n){return void 0===n&&(n=cl.DEFAULT_ROUTING_TYPE),this.post("/".concat(n,"/duplicate-version/").concat(e,"/").concat(t))},i.prototype.getSmartRoutingDeclinedGroup=function(e,t){return void 0===t&&(t=cl.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/declined-groups/").concat(e))},i.prototype.updateSmartRoutingDeclinedGroup=function(e,t,n){return this.put("/smart-routing/declined-groups/".concat(e,"/").concat(t),n)},i.prototype.createSmartRoutingDeclinedGroup=function(e,t){return this.post("/smart-routing/declined-groups/".concat(e),t)},i.prototype.getSmartRoutingPaymentRoute=function(e,t){return this.get("/smart-routing/payment-route/".concat(e,"/").concat(t))},i.prototype.updateSmartRoutingFavorite=function(e,t,n){return this.put("/smart-routing/favorite/".concat(e,"/").concat(t),{favorite:n})},i.prototype.getSmartRoutingSimulateConditionTypeValues=function(e,t){return void 0===t&&(t=cl.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/condition-types-values-list/").concat(e))},i.prototype.simulateSmartRoutingTransaction=function(e,t,n){return this.post("/smart-routing/simulate-transaction/".concat(e,"/").concat(t),n)},i.prototype.getSmartRoutingSearchConditionValues=function(e,t){return this.get("/smart-routing/search-condition-values/".concat(e,"/").concat(t))},i.prototype.getProviderConversionRatesData=function(){return this.get("/smart-routing/conversion-rates/all")},i.prototype.updateMonitorRedistribution=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/monitor-redistribution",t,{headers:n})},i.prototype.removeDeclinedGroup=function(e,t){var n={"x-organization-code":e};return this.delete("/smart-routing/declined-groups/".concat(t),{headers:n})},i.prototype.multiAccountDeclinedGroupCreate=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/declined-groups/massive/create",t,{headers:n})},i.prototype.generateAIWorkflowRoutes=function(e,t){var n={"x-organization-code":e};return this.post("/ai/generate-route",t,{headers:n})},i.prototype.postAIGenerationFeedback=function(e){return this.post("/ai/generation-feedback",e)},i.prototype.getRoutingMonitorsTemplates=function(e){var t={"x-organization-code":e};return this.get("/routing-monitor/templates",{headers:t})},i.prototype.getRoutingMonitorsTemplate=function(e,t){var n={"x-organization-code":t};return this.get("/routing-monitor/template/".concat(e),{headers:n})},i.prototype.createMonitorThreshold=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/threshold",e,{headers:n})},i.prototype.createMonitorTemplate=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/template",e,{headers:n})},i.prototype.getSmartRoutingDataReport=function(e){return this.get("/data-report",{params:e})},i.prototype.getInsightsMetricsConversionRateV2=function(e,n){var o=e.account_code,a=e.connection_name,i=e.metadata,s=r(e,["account_code","connection_name","metadata"]),u=up(o);return a&&(u.connection_name=a.split(",")),i&&(u=t(t({},u),cp(i))),this.post("/insights/conversion-rate/".concat(n),u,{params:s})},i.prototype.getInsightsMetricsConversionRateViewMore=function(e,n){var o=e.account_code,a=e.metadata,i=r(e,["account_code","metadata"]),s=up(o);return a&&(s=t(t({},s),cp(a))),this.post("/insights/conversion-rate/cards/metrics/".concat(n),s,{params:i})},i.prototype.getInsightFallbackMetrics=function(e){var n=e.account_code,o=e.metadata,a=r(e,["account_code","metadata"]),i=up(n);return o&&(i=t(t({},i),cp(o))),this.post("/insights/conversion-rate/fallback",i,{params:a})},i.prototype.getInsightsMetricsVolume=function(e,n){var o=n.connection_name,a=n.metadata,i=r(n,["connection_name","metadata"]),s={account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]};return o&&(s=t(t({},s),{connection_name:null==o?void 0:o.split(",")})),a&&(s=t(t({},s),cp(a))),this.post("/insights/volume/metrics",s,{params:i})},i.prototype.getInsightsMetricsVolumeV2=function(e,n,o){var a=o.connection_name,i=o.metadata,s=r(o,["connection_name","metadata"]),u={account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]};return a&&(u=t(t({},u),{connection_name:null==a?void 0:a.split(",")})),i&&(u=t(t({},u),cp(i))),this.post("/insights/volume/".concat(n),u,{params:s})},i.prototype.getInsightsFraudScreeningVolumeAndCountTx=function(e,t){return this.post("/insights/fraud-screening/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsFraudScreeningConversionRate=function(e,t){return this.post("/insights/fraud-screening/conversion-rate",e,{params:t})},i.prototype.getInsights3dsVolumeAndCountTx=function(e,t){return this.post("/insights/3ds/volume-and-count-tx",e,{params:t})},i.prototype.getInsights3dsConversionRateAndEvolution=function(e,t){return this.post("/insights/3ds/conversion-rate-and-evolution",e,{params:t})},i.prototype.getInsights3dsDeclineReasons=function(e,t){return this.post("/insights/3ds/decline-reasons",e,{params:t})},i.prototype.getInsights3dsFrictionlessVsChallenge=function(e,t){return this.post("/insights/3ds/frictionless-vs-challenge",e,{params:t})},i.prototype.getInsightsChargebacksVolumeAndCountTx=function(e,t){return this.post("/insights/chargebacks/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsChargebacksTotalRateAndEvolution=function(e,t){return this.post("/insights/chargebacks/total-rate-and-evolution",e,{params:t})},i.prototype.getInsightsChargebacksWinRate=function(e,t){return this.post("/insights/chargebacks/win-rate",e,{params:t})},i.prototype.getInsightsChargebacksDisputed=function(e,t){return this.post("/insights/chargebacks/disputed",e,{params:t})},i.prototype.getInsightsChargebacksByProviderAndCardBrand=function(e,t){return this.post("/insights/chargebacks/by-provider-and-card-brand",e,{params:t})},i.prototype.getInsightsChargebacksReasonsDistribution=function(e,t){return this.post("/insights/chargebacks/reasons-distribution",e,{params:t})},i.prototype.getInsightsChargebacksStatusDistribution=function(e,t){return this.post("/insights/chargebacks/status-distribution",e,{params:t})},i.prototype.getInsightsChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.getInsightOverview=function(e){var n=e.account_code,o=e.connection_name,a=e.metadata,i=r(e,["account_code","connection_name","metadata"]),s=up(n);return o&&(s=t(t({},s),{connection_name:null==o?void 0:o.split(",")})),a&&(s=t(t({},s),cp(a))),this.post("/insights/overview",s,{params:i})},i.prototype.getInsightOverviewV3=function(e,n){var o=e.account_code,a=e.connection_name,i=e.metadata,s=r(e,["account_code","connection_name","metadata"]),u=up(o);return a&&(u=t(t({},u),{connection_name:null==a?void 0:a.split(",")})),i&&(u=t(t({},u),cp(i))),this.post("/insights/overview/".concat(n),u,{params:s})},i.prototype.getInsighstHomeMetrics=function(e){return this.post("/insights/dashboard-home-metrics",e)},i.prototype.getInsightsMetricsTotalPaymentsAndFraud=function(e,t){return this.post("/insights/payments-and-fraud/payments",{account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]},{params:t})},i.prototype.getInsightsMetricsCustomerPaymentsAndFraud=function(e,t){return this.post("/insights/payments-and-fraud/customer",{account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]},{params:t})},i.prototype.getCheckouts=function(e){var t=e.accountCode;return this.get("/checkouts/".concat(t))},i.prototype.getNameAndIcon=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/icon-name?type=").concat(n))},i.prototype.getRequiredFields=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/required-fields?type=").concat(n))},i.prototype.updateIsActiveCheckout=function(e){var t=e.accountCode,n=r(e,["accountCode"]);return this.patch("/checkouts/publish",n,{headers:{"x-account-code":t}})},i.prototype.getCountryData=function(e){var t=e.accountCode;return this.get("/country-data/v1/country-documents",{headers:{"x-account-code":t}})},i.prototype.getStylingSdkDynamic=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkout/settings",{headers:t})},i.prototype.getStylingSettingsV2=function(e){var t={"x-account-code":e.accountCode};return this.get("/v1/checkouts/builder/settings",{headers:t})},i.prototype.changeStylingSettings=function(e){var t=e.accountCode,n=e.payload,o={"x-account-code":t,"Content-Type":"application/json"};return this.patch("/v1/checkouts/builder/settings",n,{headers:o})},i.prototype.emailVerification=function(e){return this.get("/user/email-verification/".concat(e))},i.prototype.createReconciliationsReportV2=function(e){return this.post("/v2/reports/create",e)},i.prototype.createReconciliationsReportV3=function(e){return this.post("/v3/reports/create",e)},i.prototype.createReportV2=function(e){return this.post("/reports",e)},i.prototype.getTotalRowsForExport=function(e){return this.post("/reports/count",e)},i.prototype.reportsList=function(){return this.get("/reports")},i.prototype.reportsListMultiEnv=function(){return this.get("/reports/multi-environment")},i.prototype.downloadReports=function(e){return this.get("/reports-redirect/".concat(e))},i.prototype.cancelReport=function(e){return this.patch("/reports/".concat(e))},i.prototype.getReportTemplates=function(){return this.get("/reports/templates")},i.prototype.createReportTemplate=function(e){return this.post("/reports/templates",e)},i.prototype.updateReportTemplate=function(e){return this.put("/reports/templates",e)},i.prototype.deletePaymentsReportTemplate=function(e){return this.delete("/reports/templates",{data:e})},i.prototype.getReportColumns=function(e,t){return this.get("/reports/columns/".concat(e,"/").concat(t))},i.prototype.searchReportTemplates=function(e){return this.post("/template-reporting/report-templates/search",e)},i.prototype.searchReportTemplateById=function(e,t){return this.post("/template-reporting/report-templates/search/".concat(e),t)},i.prototype.createTemplateReporting=function(e){return this.post("/template-reporting/report-templates",e)},i.prototype.cloneReportTemplate=function(e,t){return this.post("/template-reporting/report-templates/".concat(e,"/clone"),t)},i.prototype.updateTemplateSelection=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/selection"),t)},i.prototype.changeTemplateStatus=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/status"),t)},i.prototype.deleteReportTemplate=function(e,t){return this.delete("/template-reporting/report-templates/".concat(e),{data:t})},i.prototype.searchReportSchedules=function(e){return this.post("/template-reporting/report-schedules/search",e)},i.prototype.searchReportScheduleById=function(e,t){return this.post("/template-reporting/report-schedules/search/".concat(e),t)},i.prototype.createReportSchedule=function(e){return this.post("/template-reporting/report-schedules",e)},i.prototype.disableReportSchedule=function(e,t){return this.patch("/template-reporting/report-schedules/".concat(e,"/disable"),t)},i.prototype.deleteReportSchedule=function(e,t){return this.delete("/template-reporting/report-schedules/".concat(e),{data:t})},i.prototype.getRefundPdf=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/refund-pdf/".concat(e),{headers:o})},i.prototype.getProofOfCancel=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-cancel"),{headers:o})},i.prototype.getProofOfPayment=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-payment"),{headers:o})},i.prototype.getScheduledReport=function(e){return this.get("/scheduled-reports?reportType=".concat(e))},i.prototype.postScheduledReport=function(e){return this.post("/scheduled-reports",e)},i.prototype.updateScheduledReport=function(e,t){return this.patch("/scheduled-reports/".concat(e),t)},i.prototype.deleteScheduledReport=function(e){return this.delete("/scheduled-reports/".concat(e))},i.prototype.getProfile=function(){return this.get("/user")},i.prototype.getUserFull=function(){return this.get("/user-full")},i.prototype.getImpersonationUsers=function(){return this.get("/impersonation/user")},i.prototype.getImpersonationEnabled=function(){return this.get("/impersonation/enabled")},i.prototype.getUsersToImpersonate=function(e,n,o,a,r){void 0===o&&(o=1),void 0===a&&(a=10);var i=t({account_codes:n||[],page:o,page_size:a},r&&{search_value:r});return this.post("/impersonation/user/organization/".concat(e,"/users-to-impersonate"),i)},i.prototype.getAccountsForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/accounts"))},i.prototype.updateProfile=function(e){return this.patch("/user",e)},i.prototype.inviteUsersMassive=function(e,t){var n={"x-organization-code":t};return this.post("user/invite/massive",e,{headers:n})},i.prototype.inviteUsersMassiveV2=function(e){return this.post("user/invite/massive/v2",e)},i.prototype.unInviteUsersV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/user/uninvite/".concat(t),{headers:n})},i.prototype.getAccounts=function(e){var t={"x-organization-code":e};return this.get("/accounts-user",{headers:t})},i.prototype.getAccountsV2=function(){return this.get("/accounts-user")},i.prototype.getAccountsByUser=function(e){return this.get("/accounts-user/user/".concat(e))},i.prototype.putAccountsUserMassive=function(e,t,n){var o={"x-organization-code":e};return this.put("/accounts-user/role/massive/user/".concat(t),n,{headers:o})},i.prototype.deleteAccountsUserMassive=function(e,t,n){var o={"x-organization-code":e};return this.delete("/accounts-user/role/massive/user/".concat(t),{data:n,headers:o})},i.prototype.postAccount=function(e,t){return this.post("/accounts",{name:e,principal:t})},i.prototype.duplicateAccount=function(e){return this.post("/accounts/duplicate",e)},i.prototype.retryDuplicateAccount=function(e){return this.post("/accounts/duplicate/".concat(e,"/retry"))},i.prototype.getPendingDuplicateAccounts=function(){return this.get("/accounts/duplicate")},i.prototype.patchAccount=function(e){var t=e.name,n=e.code,o=e.principal;return this.patch("/accounts/".concat(n),{name:t,principal:o})},i.prototype.patchAccountV2=function(e){var t=e.name,n=e.code,o=e.principal;return this.patch("/accounts/with-principal",{name:t,principal:o},{headers:{"x-account-code":n}})},i.prototype.putAccountPrincipal=function(e){var t=e.account_code;return this.put("/user-accounts/principal",{account_code:t})},i.prototype.getMergedNotifications=function(){return this.get("/notifications-all")},i.prototype.getNotificationsCustomer=function(e){return this.get("/notifications/".concat(e))},i.prototype.getValidateOpsgenieKey=function(e){return this.get("/notifications/opsgenie/validate/".concat(e))},i.prototype.postSlackMessageChannel=function(e){return this.post("/slack-channel-message",e)},i.prototype.pathNotification=function(e){return this.patch("/notifications",e)},i.prototype.getNotificationsNumber=function(e){return this.get("/notifications/".concat(e,"/number"))},i.prototype.teamsFiltersMembers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/teams/filters/members",{headers:t})},i.prototype.postMembersPaginatedV2=function(e){var t=e.organizationCode,n=e.accountCodes,o=e.search,a=e.status,r=e.roleId,i=e.statuses,s=e.roleIds,u=e.page,c=e.pageSize,l={"x-organization-code":t};return this.post("/teams/paginated",{account_codes:n,search:o,status:a,role_id:r,statuses:i,role_ids:s,page:u,page_size:c},{headers:l})},i.prototype.getRoles=function(){return this.get("/teams/roles")},i.prototype.setCustodian=function(){return this.post("/teams/custodian")},i.prototype.deleteUserTeamV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/teams/".concat(t),{headers:n})},i.prototype.createRoles=function(e,t){return this.post("/teams/roles",e,{headers:{"x-account-code":t}})},i.prototype.editRoles=function(e,t){var n=e.payload,o=e.id;return this.patch("/teams/roles/".concat(o),n,{headers:{"x-account-code":t}})},i.prototype.deleteRoles=function(e){return this.delete("/teams/roles/".concat(e))},i.prototype.getRolesPermissions=function(){return this.get("/teams/permissions")},i.prototype.getFeatureFlagId=function(e){var t=e.name,n=r(e,["name"]);return this.post("/feature-flags/evaluate",{name:t,parameters:n})},i.prototype.getFeatureFlagIdAll=function(e){var t=e.accountCode;return n(this,void 0,void 0,(function(){var e,n;return o(this,(function(o){switch(o.label){case 0:return[4,this.get("/feature-flags/names",t?{headers:{"x-account-code":t}}:{})];case 1:return e=o.sent(),n={},e.data.feature_flag_names.forEach((function(e){n[e]=!0})),[2,{data:n,status:200,statusText:"OK",headers:{},config:{}}]}}))}))},i.prototype.getPermissionsCatalog=function(){return this.get("/teams/permissions-catalog")},i.prototype.startUserExport=function(e){return this.post("/users/exports/start",{account_codes:e.accountCodes,name:e.name,search:e.search,statuses:e.statuses,role_ids:e.roleIds})},i.prototype.getUserExportStatus=function(e){var t=e.exportCode;return this.get("/users/exports/".concat(t))},i.prototype.listUserExports=function(e){var t=e.page,n=void 0===t?0:t,o=e.pageSize,a=void 0===o?20:o;return this.get("/users/exports?page=".concat(n,"&page_size=").concat(a))},i.prototype.changePasswordV2=function(e){return this.patch("/user/change-password-profile",e)},i.prototype.getCardBrands=function(){return this.get("/catalog/card-brands")},i.prototype.getPaymentFilters=function(e){return this.get("/payments/filters?section=".concat(e))},i.prototype.getPaymentMetricsFilters=function(){return this.get("/payments/metrics/filters")},i.prototype.sendPaymentNotification=function(e,t){return this.post("/payments/".concat(e.paymentCode,"/transactions/").concat(e.transactionCode,"/settle"),t)},i.prototype.postAuditMonitors=function(e){return this.post("/routing-monitor/audit",e)},i.prototype.getAuditMonitorDetail=function(e){return this.get("/routing-monitor/audit-monitors-details/".concat(e))},i.prototype.getAuditEvents=function(e){var t=e.account_code,n=r(e,["account_code"]);return this.post("v2/events/organization",{account_codes:t},{params:n,paramsSerializer:ps})},i.prototype.getPaymentLinks=function(e,t){return this.get("/v2/payment-links/".concat(t),{params:e})},i.prototype.getPaymentLinksByCode=function(e){return this.get("/v2/payment-links/by-code/".concat(e))},i.prototype.postPaymentLinks=function(e){var t=e.payload,n=e.accountCode;return this.post("/v2/payment-links/".concat(n),t)},i.prototype.patchPaymentLinks=function(e){var t=e.payload,n=e.accountCode,o=e.paymentLinkCode;return this.patch("/v2/payment-links/".concat(n,"/").concat(o),t)},i.prototype.postDeletePaymentLink=function(e){var t=e.code;return this.post("/v2/payment-links/cancel/".concat(t))},i.prototype.postSubscription=function(e){return this.post("/subscriptions",e)},i.prototype.getSubscriptionByCode=function(e){return this.get("/subscriptions/".concat(e))},i.prototype.postPauseSubscription=function(e){return this.post("/subscriptions/".concat(e,"/pause"))},i.prototype.postResumeSubscription=function(e){return this.post("/subscriptions/".concat(e,"/resume"))},i.prototype.postCancelSubscription=function(e){return this.post("/subscriptions/".concat(e,"/cancel"))},i.prototype.patchSubscription=function(e,t){return this.patch("/subscriptions/".concat(e),t)},i.prototype.postRescheduleSubscription=function(e){return this.post("/subscriptions/".concat(e,"/reschedule"))},i.prototype.getSubscriptionPayments=function(e,t,n){return this.get("/subscriptions/".concat(e,"/payments"),{params:{page:t,size:n}})},i.prototype.postListSubscriptions=function(e){return this.post("/subscriptions/list",e)},i.prototype.getTimezone=function(e){return this.get("/cms/timezone/catalog",{headers:{"x-organization-code":e}})},i.prototype.getInstallmentPlans=function(e){var t=e?ps(e):"",n=t?"/v1/installments-plans?".concat(t):"/v1/installments-plans";return this.get(n)},i.prototype.createInstallmentsPlan=function(e){return this.post("/v1/installments-plans",e)},i.prototype.updateInstallmentsPlan=function(e,t){return this.patch("/v1/installments-plans/".concat(e),t)},i.prototype.deleteInstallmentsPlan=function(e){return this.delete("/v1/installments-plans/".concat(e))},i.prototype.firebaseUserSubscribe=function(e){return this.post("/firebase/user/subscribe",e)},i.prototype.postUserSettings=function(e){return this.patch("/user-settings",e)},i.prototype.postUserSettingsTables=function(e,t){return this.patch("/user-settings/".concat(t),e)},i.prototype.postUserSettingsPinned=function(e){return this.patch("/user-settings/pinned_sections",e)},i.prototype.postUserThemeSettings=function(e){return this.patch("/user-settings/theme",e)},i.prototype.getMfaTokenValidation=function(e,t){return this.post("/mfa/token",{password:e,otp_input:t,user_code:""})},i.prototype.getEmailOtp=function(){return this.post("/mfa/send-otp",{})},i.prototype.confirmMfaOtp=function(e){return this.post("/mfa/confirm/otp",e)},i.prototype.unrollMfa=function(e){return this.post("/mfa/unroll/otp",{password:e})},i.prototype.sendOTPForMFA=function(){return this.post("/mfa/send-otp")},i.prototype.getConfigAllowlist=function(e){var t={"x-account-code":e};return this.get("/yuno-fraud-screening-int/allow-lists/config",{headers:t})},i.prototype.getBlackListType=function(e){var t={"x-account-code":e};return this.get("/blacklist",{headers:t})},i.prototype.postBlockList=function(e,t,n,o){var a={name:t,account_codes:e,page:n,size:o};return this.post("/blacklist",a)},i.prototype.getBlackListSummary=function(e,t){return void 0===t&&(t=null),this.get("/blacklist/get-one/".concat(e,"/summary"),t?{headers:{"x-account-code":t}}:{})},i.prototype.getBlacklistDetail=function(e,t,n,o,a){void 0===n&&(n=26),void 0===o&&(o=null),void 0===a&&(a=null);var r="/blacklist/get-one/".concat(e,"/detail?offset=").concat(t,"&limit=").concat(n);return a&&(null==a?void 0:a.length)>0&&(r+="&search=".concat(a)),this.get(r,o?{headers:{"x-account-code":o}}:{})},i.prototype.getAllowlistDetail=function(e,t){return void 0===t&&(t=null),this.get("/yuno-fraud-screening-int/allow-lists/".concat(e),t?{headers:{"x-account-code":t}}:{})},i.prototype.postAllowlistItems=function(e){var t=e.payload;return this.post("yuno-fraud-screening-int/allow-lists/".concat(t.code,"/items/pageable"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postGetAllowlist=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/pageable",t)},i.prototype.postCreateAllowlistMultiAccount=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/massive",t)},i.prototype.patchChangeStatusAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.code),{active:t.active},(null==t?void 0:t.account)&&{headers:{"x-account-code":null==t?void 0:t.account}})},i.prototype.patchChangeStatusAllowlistItem=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.item_allowlist_code),{active:t.active})},i.prototype.patchAddAllowlistItems=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.deleteAllowlistItem=function(e){var t=e.payload,n={"x-account-code":t.account_code};return this.delete("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.allowlist_item_id),{headers:n})},i.prototype.validateAllowlistItems=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.patchAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postBlackListMultiAccount=function(e){var t=e.payload;return this.post("/blacklist/create/multi-account",t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.putBlackListType=function(e){return this.put("/blacklist/edit",e)},i.prototype.changeBlackListStatus=function(e){return this.put("/blacklist/change-status",e)},i.prototype.changeBlackListStatusItem=function(e){return this.put("/blacklist/change-item-status",e)},i.prototype.postBlackListItems=function(e){var t=e.payload;return this.post("/blacklist/items",t)},i.prototype.postBlackListBatch=function(e){var t=e.blacklist_code,n=e.expiration_days,o=e.file,a=e.handleSetProgress;return this.post("/blacklist/create-batch/".concat(t),{expiration_days:n,file:o},{onUploadProgress:function(e){a(e.total?Math.round(100*e.loaded/e.total):0)}})},i.prototype.deleteBlackListType=function(e){var t=e.black_list_code;return this.delete("/blacklist/delete/".concat(t))},i.prototype.deleteBlockListItem=function(e){var t=e.blocklist_code,n=e.blocklist_item_id,o=e.account_code;return this.delete("/blacklist/".concat(t,"/items/").concat(n),{headers:{"x-account-code":o}})},i.prototype.valiateBlockListItems=function(e){var t=e.payload;return this.post("/blacklist/".concat(t.blocklist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.getVelocityRules=function(e){return this.post("/yuno-fraud-screening-int/velocity-rules-list",t({},e))},i.prototype.postChangePaymentsWebhook=function(e){var t=e.status,n=e.paymentCode;return this.post("/yuno-fraud-screening-int/payments/webhook",{status:t,payment_code:n})},i.prototype.uploadFileS3ClientBatchRefunds=function(e){var t=e.payload,n=e.handleSetProgress,o=this.getCancelTokenSource();return{promise:this.post("/batch-refunds/upload-s3-file",t,{onUploadProgress:function(e){return null==n?void 0:n(e.total?Math.round(100*e.loaded/e.total):0)},cancelToken:o.token}),cancel:function(){return o.cancel()}}},i.prototype.uploadFileS3ClientChargeBacks=function(e){var t=e.payload,n=e.handleSetProgress,o=this.getCancelTokenSource();return{promise:this.post("/chargebacks/upload-s3-file",t,{cancelToken:o.token,onUploadProgress:function(e){null==n||n(e.total?Math.round(100*e.loaded/e.total):0)}}),cancel:function(){return o.cancel()}}},i.prototype.batchRefundByFile=function(e){var n=e.payload;return this.post("/batch-refund-by-file",t({},n))},i.prototype.uploadBatchRefundsV2=function(e){var n=e.payload;return this.post("/batch-refunds",t({},n))},i.prototype.getBatchRefunds=function(e,t){return this.get("/batch-refunds?limit=".concat(e,"&offset=").concat(t))},i.prototype.getBatchRefundProcessedFileDownload=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/processed-file-download"),{headers:o})},i.prototype.getBatchRefundUserFileDownload=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/user-file-download"),{headers:o})},i.prototype.getMFAConfig=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/config",{headers:t})},i.prototype.getMFAExcludedUsers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/excluded-users",{headers:t})},i.prototype.getMFAEnforcementStatus=function(){return this.get("/mfa/enforcement-status")},i.prototype.updateMFAConfig=function(e,t){return this.post("/organization-settings/mfa/config",e,{headers:{"x-organization-code":t}})},i.prototype.mfaExcludeUsers=function(e,t){return this.post("/organization-settings/mfa/exclude-users",e,{headers:{"x-organization-code":t}})},i.prototype.getAllConfigRules=function(){return this.get("/yuno-fraud-screening-int/velocity-rules/config/all")},i.prototype.getConditionalConfigRules=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/config/conditional/".concat(e))},i.prototype.getRule=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/".concat(e.idRule),(null==e?void 0:e.accountCode)&&{headers:{"x-account-code":null==e?void 0:e.accountCode}})},i.prototype.postCreateRuleMultiAccount=function(e,t){return this.post("/yuno-fraud-screening-int/velocity-rules/multi-account",e,{headers:{"x-account-code":t}})},i.prototype.postEditRule=function(e,t,n){return this.patch("/yuno-fraud-screening-int/velocity-rules/".concat(t),e,{headers:{"x-account-code":n}})},i.prototype.postApiKeysRoll=function(e,t,n){return this.post("/credentials-manager/v1/keys/roll/".concat(t),e,{headers:{"x-password":n}})},i.prototype.patchApiKeysEditNote=function(e,t,n){return this.patch("/credentials-manager/keys/edit-note/".concat(t),e,{headers:{"x-password":n}})},i.prototype.getCustomizedApiKeysMembers=function(){return this.get("/organization-user/resources/users/customized-keys")},i.prototype.getCustomizedApiKeysAccounts=function(){return this.get("/organization-user/resources/accounts/customized-keys")},i.prototype.postCreateCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys",e)},i.prototype.pathCreateCustomizedApiKeys=function(e,t){return this.patch("/credentials-manager/key/".concat(t),e)},i.prototype.postCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys/retrieve",{account_codes:e})},i.prototype.getCustomizedApiKeysProducts=function(){return this.get("/credentials-manager/product-list")},i.prototype.getCustomizedApiKeysToken=function(e,t,n,o){var a={};return t&&(a["x-password"]=t),n&&(a["x-otp"]=n),o&&(a["x-mfa-token"]=o),this.get("/credentials-manager/keys/show-token/".concat(e),{headers:a})},i.prototype.validatePasswordStatus=function(){return this.get("/validate-password-status")},i.prototype.deleteCustomizedApiKeys=function(e){return this.delete("/credentials-manager/key/".concat(e))},i.prototype.getOrganizationKeysMetadata=function(){return this.get("/v2/developers/organization-keys/metadata")},i.prototype.patchOrganizationKeysNote=function(e,t){return this.patch("/v2/developers/organization-keys/note",e,{headers:{"x-password":t}})},i.prototype.postOrganizationKeysRoll=function(e,t){var n={};return e&&(n["x-password"]=e),t&&(n["x-otp"]=t),this.post("/v2/developers/organization-keys/roll",{},{headers:n})},i.prototype.postOrganizationKeysTamRequest=function(e,t){var n={};return e&&(n["x-password"]=e),t&&(n["x-otp"]=t),this.post("/v2/developers/organization-keys/tam-request",{},{headers:n})},i.prototype.postOrganizationKeysMarkRevealed=function(e,t){var n={};return e&&(n["x-password"]=e),t&&(n["x-otp"]=t),this.post("/v2/developers/organization-keys/mark-revealed",{},{headers:n})},i.prototype.postCreateInsightsReport=function(e){var t="CR_FALLBACK"===(null==e?void 0:e.type)?"/insights/conversion-rate/".concat(Kd[null==e?void 0:e.type],"/export"):"/insights/conversion-rate/cards/metrics/".concat(Kd[null==e?void 0:e.type],"/export");return this.post(t,e)},i.prototype.getInsightsReport=function(e){return this.get("/insights/conversion-rate/exports/".concat(null==e?void 0:e.type,"/by-user"))},i.prototype.getInsightsReportAgain=function(e){return this.get("/insights/conversion-rate/exports/".concat(e.code))},i.prototype.createUserAuth0=function(e){return this.post("/user/auth0",e)},i.prototype.getSamlConfig=function(){return this.get("/saml-config")},i.prototype.createSamlConfig=function(e){return this.post("/saml-config",e)},i.prototype.updateSamlConfig=function(e){return this.patch("/saml-config",e)},i.prototype.deleteSamlConfig=function(){return this.delete("/saml-config")},i.prototype.postCall=function(e){return this.post("/ai-agent-caller/demo",e)},i.prototype.getLoginMethods=function(){return this.get("/organization/login-methods")},i.prototype.changeLoginMethods=function(e){return this.patch("/organization/login-methods/".concat(e.methodCode),{enabled:e.enabled})},i.prototype.postValidateCredentials=function(e){var t=e.payload;return this.post("/connections/validate-credentials",t)},i.prototype.getInsightsConversionRateOverview=function(e,t){return this.post("/v3/insights/conversion-rate/overview",e,{params:t})},i.prototype.getInsightsConversionRateOverviewFraud3ds=function(e,t){return this.post("/v3/insights/conversion-rate/overview-fraud-3ds",e,{params:t})},i.prototype.getConversionRateChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.get3DSExemptions=function(){return this.get("/routing/3ds-exemptions")},i.prototype.getNetworkTokensOnboarding=function(){return this.get("/network-tokens/onboarding")},i.prototype.getNetworkTokensOnboardingByOrganization=function(e){return this.get("network-tokens/organization/onboarding",{headers:{"x-organization-code":e}})},i.prototype.postNetworkTokensOnboarding=function(e){return this.post("/network-tokens/organization/onboarding",e)},i.prototype.createChartGPTChart=function(e){return this.post("/data-assistant/charts",e)},i.prototype.deleteChartGPTChart=function(e){return this.delete("/data-assistant/charts/".concat(e))},i.prototype.getChartById=function(e){return this.get("/data-assistant/charts/".concat(e))},i.prototype.patchChartGPTChart=function(e,t){return this.patch("/data-assistant/charts/".concat(e),t)},i.prototype.executeChartGPTChart=function(e){return void 0===e&&(e=""),this.get("/data-assistant/charts/".concat(e,"/execute"))},i.prototype.getChartsByUser=function(){return this.get("/data-assistant/user/charts")},i.prototype.submitChartFeedback=function(e,t){return this.post("/data-assistant/charts/".concat(e,"/feedback"),t)},i.prototype.getChartFeedback=function(e){return this.get("/data-assistant/charts/".concat(e,"/feedback"))},i.prototype.getLanguages=function(){return this.get("/languages")},i.prototype.getTranslations=function(e){return this.get("/translations?language=".concat(e))},i.prototype.getCommunications=function(e){return this.post("/communications",e)},i.prototype.getCommunicationsFilters=function(){return this.get("/communications/filters")},i.prototype.getCommunicationDetails=function(e,t){var n={"x-account-code":t};return this.get("/communications/".concat(e,"/details"),{headers:n})},i.prototype.getRecipients=function(e,t){var n={"x-organization-code":e};return this.get("/recipients",{headers:n,params:t})},i.prototype.getRecipientById=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/".concat(t),{headers:n})},i.prototype.getOnboardingDetail=function(e,t,n){var o={"x-organization-code":e};return this.get("/recipients/".concat(t,"/onboardings/").concat(n),{headers:o})},i.prototype.getOnboardingTimeline=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/onboardings/".concat(t,"/timeline"),{headers:n})},i}(hs),dp={ENVIRONMENT:process.env.ENVIRONMENT,BFF_URL_PROD:process.env.BFF_URL_PROD,BFF_URL_SBX:process.env.BFF_URL_SBX,BFF_URL_STG:process.env.BFF_URL_STG,BFF_URL_DEV:process.env.BFF_URL_DEV,BFF_URL_LOCAL:process.env.BFF_URL_LOCAL,WS_URL_LOCAL:process.env.WS_URL_LOCAL,WS_URL_PROD:process.env.WS_URL_PROD,WS_URL_SBX:process.env.WS_URL_SBX,WS_URL_STG:process.env.WS_URL_STG,WS_URL_DEV:process.env.WS_URL_DEV},pp=function(e){function r(t){return e.call(this,t)||this}return a(r,e),r.refreshInstance=function(e){var n;return this.classInstance=new r(t(t({},e),{baseURL:dp["BFF_URL_".concat(dp.ENVIRONMENT)]})),null===(n=this.classInstance.instance.interceptors)||void 0===n||n.response.use((function(e){return e}),(function(e){var t;if(401!==(null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.status))return Promise.reject(e);window.location.href="/auth/logout"})),this.classInstance},r.getInstance=function(e){var n,o;if(this.classInstance){var a=localStorage.getItem("account");if(a){var i=null===(o=null===(n=JSON.parse(a))||void 0===n?void 0:n.value)||void 0===o?void 0:o.code,s=this.classInstance.instance.defaults.headers["x-account-code"];!!i&&""!==i&&i!==s&&(this.classInstance.instance.defaults.headers["x-account-code"]=i)}return this.classInstance}return this.classInstance=new r(t(t({},e),{baseURL:(null==e?void 0:e.baseURL)||dp["BFF_URL_".concat(dp.ENVIRONMENT)]})),this.classInstance},r.setMode=function(e){return n(this,void 0,void 0,(function(){return o(this,(function(t){return this.classInstance.instance.interceptors.request.use((function(t){return t.headers&&(t.headers["X-Environment"]=e),t}),(function(e){return Promise.reject(e)})),[2]}))}))},r}(lp);class hp{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){const t={listener:e};return this.listeners.add(t),this.onSubscribe(),()=>{this.listeners.delete(t),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}}const mp="undefined"==typeof window||"Deno"in window;function fp(){}function gp(e){return"number"==typeof e&&e>=0&&e!==1/0}function yp(e,t){return Math.max(e+(t||0)-Date.now(),0)}function bp(e,t,n){return Op(e)?"function"==typeof t?{...n,queryKey:e,queryFn:t}:{...t,queryKey:e}:e}function vp(e,t,n){return Op(e)?[{...t,queryKey:e},n]:[e||{},t]}function kp(e,t){const{type:n="all",exact:o,fetchStatus:a,predicate:r,queryKey:i,stale:s}=e;if(Op(i))if(o){if(t.queryHash!==jp(i,t.options))return!1}else if(!Ep(t.queryKey,i))return!1;if("all"!==n){const e=t.isActive();if("active"===n&&!e)return!1;if("inactive"===n&&e)return!1}return("boolean"!=typeof s||t.isStale()===s)&&((void 0===a||a===t.state.fetchStatus)&&!(r&&!r(t)))}function wp(e,t){const{exact:n,fetching:o,predicate:a,mutationKey:r}=e;if(Op(r)){if(!t.options.mutationKey)return!1;if(n){if(_p(t.options.mutationKey)!==_p(r))return!1}else if(!Ep(t.options.mutationKey,r))return!1}return("boolean"!=typeof o||"loading"===t.state.status===o)&&!(a&&!a(t))}function jp(e,t){return((null==t?void 0:t.queryKeyHashFn)||_p)(e)}function _p(e){return JSON.stringify(e,((e,t)=>Ip(t)?Object.keys(t).sort().reduce(((e,n)=>(e[n]=t[n],e)),{}):t))}function Ep(e,t){return Cp(e,t)}function Cp(e,t){return e===t||typeof e==typeof t&&(!(!e||!t||"object"!=typeof e||"object"!=typeof t)&&!Object.keys(t).some((n=>!Cp(e[n],t[n]))))}function Sp(e,t){if(e===t)return e;const n=Tp(e)&&Tp(t);if(n||Ip(e)&&Ip(t)){const o=n?e.length:Object.keys(e).length,a=n?t:Object.keys(t),r=a.length,i=n?[]:{};let s=0;for(let o=0;o<r;o++){const r=n?o:a[o];i[r]=Sp(e[r],t[r]),i[r]===e[r]&&s++}return o===r&&s===o?e:i}return t}function Rp(e,t){if(e&&!t||t&&!e)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Tp(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Ip(e){if(!xp(e))return!1;const t=e.constructor;if(void 0===t)return!0;const n=t.prototype;return!!xp(n)&&!!n.hasOwnProperty("isPrototypeOf")}function xp(e){return"[object Object]"===Object.prototype.toString.call(e)}function Op(e){return Array.isArray(e)}function Ap(e){return new Promise((t=>{setTimeout(t,e)}))}function zp(e){Ap(0).then(e)}function Pp(e,t,n){return null!=n.isDataEqual&&n.isDataEqual(e,t)?e:"function"==typeof n.structuralSharing?n.structuralSharing(e,t):!1!==n.structuralSharing?Sp(e,t):t}const Dp=new class extends hp{constructor(){super(),this.setup=e=>{if(!mp&&window.addEventListener){const t=()=>e();return window.addEventListener("visibilitychange",t,!1),window.addEventListener("focus",t,!1),()=>{window.removeEventListener("visibilitychange",t),window.removeEventListener("focus",t)}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){var e;this.hasListeners()||(null==(e=this.cleanup)||e.call(this),this.cleanup=void 0)}setEventListener(e){var t;this.setup=e,null==(t=this.cleanup)||t.call(this),this.cleanup=e((e=>{"boolean"==typeof e?this.setFocused(e):this.onFocus()}))}setFocused(e){this.focused!==e&&(this.focused=e,this.onFocus())}onFocus(){this.listeners.forEach((({listener:e})=>{e()}))}isFocused(){return"boolean"==typeof this.focused?this.focused:"undefined"==typeof document||[void 0,"visible","prerender"].includes(document.visibilityState)}},Lp=["online","offline"];const Np=new class extends hp{constructor(){super(),this.setup=e=>{if(!mp&&window.addEventListener){const t=()=>e();return Lp.forEach((e=>{window.addEventListener(e,t,!1)})),()=>{Lp.forEach((e=>{window.removeEventListener(e,t)}))}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){var e;this.hasListeners()||(null==(e=this.cleanup)||e.call(this),this.cleanup=void 0)}setEventListener(e){var t;this.setup=e,null==(t=this.cleanup)||t.call(this),this.cleanup=e((e=>{"boolean"==typeof e?this.setOnline(e):this.onOnline()}))}setOnline(e){this.online!==e&&(this.online=e,this.onOnline())}onOnline(){this.listeners.forEach((({listener:e})=>{e()}))}isOnline(){return"boolean"==typeof this.online?this.online:"undefined"==typeof navigator||void 0===navigator.onLine||navigator.onLine}};function qp(e){return Math.min(1e3*2**e,3e4)}function Mp(e){return"online"!==(null!=e?e:"online")||Np.isOnline()}class Up{constructor(e){this.revert=null==e?void 0:e.revert,this.silent=null==e?void 0:e.silent}}function Bp(e){return e instanceof Up}function Fp(e){let t,n,o,a=!1,r=0,i=!1;const s=new Promise(((e,t)=>{n=e,o=t})),u=()=>!Dp.isFocused()||"always"!==e.networkMode&&!Np.isOnline(),c=o=>{i||(i=!0,null==e.onSuccess||e.onSuccess(o),null==t||t(),n(o))},l=n=>{i||(i=!0,null==e.onError||e.onError(n),null==t||t(),o(n))},d=()=>new Promise((n=>{t=e=>{const t=i||!u();return t&&n(e),t},null==e.onPause||e.onPause()})).then((()=>{t=void 0,i||null==e.onContinue||e.onContinue()})),p=()=>{if(i)return;let t;try{t=e.fn()}catch(e){t=Promise.reject(e)}Promise.resolve(t).then(c).catch((t=>{var n,o;if(i)return;const s=null!=(n=e.retry)?n:3,c=null!=(o=e.retryDelay)?o:qp,h="function"==typeof c?c(r,t):c,m=!0===s||"number"==typeof s&&r<s||"function"==typeof s&&s(r,t);!a&&m?(r++,null==e.onFail||e.onFail(r,t),Ap(h).then((()=>{if(u())return d()})).then((()=>{a?l(t):p()}))):l(t)}))};return Mp(e.networkMode)?p():d().then(p),{promise:s,cancel:t=>{i||(l(new Up(t)),null==e.abort||e.abort())},continue:()=>(null==t?void 0:t())?s:Promise.resolve(),cancelRetry:()=>{a=!0},continueRetry:()=>{a=!1}}}const Wp=console;const Hp=function(){let e=[],t=0,n=e=>{e()},o=e=>{e()};const a=o=>{t?e.push(o):zp((()=>{n(o)}))},r=()=>{const t=e;e=[],t.length&&zp((()=>{o((()=>{t.forEach((e=>{n(e)}))}))}))};return{batch:e=>{let n;t++;try{n=e()}finally{t--,t||r()}return n},batchCalls:e=>(...t)=>{a((()=>{e(...t)}))},schedule:a,setNotifyFunction:e=>{n=e},setBatchNotifyFunction:e=>{o=e}}}();class Gp{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),gp(this.cacheTime)&&(this.gcTimeout=setTimeout((()=>{this.optionalRemove()}),this.cacheTime))}updateCacheTime(e){this.cacheTime=Math.max(this.cacheTime||0,null!=e?e:mp?1/0:3e5)}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class Vp extends Gp{constructor(e){super(),this.abortSignalConsumed=!1,this.defaultOptions=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.cache=e.cache,this.logger=e.logger||Wp,this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.initialState=e.state||function(e){const t="function"==typeof e.initialData?e.initialData():e.initialData,n=void 0!==t,o=n?"function"==typeof e.initialDataUpdatedAt?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?null!=o?o:Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"loading",fetchStatus:"idle"}}(this.options),this.state=this.initialState,this.scheduleGc()}get meta(){return this.options.meta}setOptions(e){this.options={...this.defaultOptions,...e},this.updateCacheTime(this.options.cacheTime)}optionalRemove(){this.observers.length||"idle"!==this.state.fetchStatus||this.cache.remove(this)}setData(e,t){const n=Pp(this.state.data,e,this.options);return this.dispatch({data:n,type:"success",dataUpdatedAt:null==t?void 0:t.updatedAt,manual:null==t?void 0:t.manual}),n}setState(e,t){this.dispatch({type:"setState",state:e,setStateOptions:t})}cancel(e){var t;const n=this.promise;return null==(t=this.retryer)||t.cancel(e),n?n.then(fp).catch(fp):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(this.initialState)}isActive(){return this.observers.some((e=>!1!==e.options.enabled))}isDisabled(){return this.getObserversCount()>0&&!this.isActive()}isStale(){return this.state.isInvalidated||!this.state.dataUpdatedAt||this.observers.some((e=>e.getCurrentResult().isStale))}isStaleByTime(e=0){return this.state.isInvalidated||!this.state.dataUpdatedAt||!yp(this.state.dataUpdatedAt,e)}onFocus(){var e;const t=this.observers.find((e=>e.shouldFetchOnWindowFocus()));t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}onOnline(){var e;const t=this.observers.find((e=>e.shouldFetchOnReconnect()));t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter((t=>t!==e)),this.observers.length||(this.retryer&&(this.abortSignalConsumed?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.scheduleGc()),this.cache.notify({type:"observerRemoved",query:this,observer:e}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.dispatch({type:"invalidate"})}fetch(e,t){var n,o;if("idle"!==this.state.fetchStatus)if(this.state.dataUpdatedAt&&null!=t&&t.cancelRefetch)this.cancel({silent:!0});else if(this.promise){var a;return null==(a=this.retryer)||a.continueRetry(),this.promise}if(e&&this.setOptions(e),!this.options.queryFn){const e=this.observers.find((e=>e.options.queryFn));e&&this.setOptions(e.options)}"production"!==process.env.NODE_ENV&&(Array.isArray(this.options.queryKey)||this.logger.error("As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"));const r=function(){if("function"==typeof AbortController)return new AbortController}(),i={queryKey:this.queryKey,pageParam:void 0,meta:this.meta},s=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>{if(r)return this.abortSignalConsumed=!0,r.signal}})};s(i);const u={fetchOptions:t,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:()=>this.options.queryFn?(this.abortSignalConsumed=!1,this.options.queryFn(i)):Promise.reject("Missing queryFn for queryKey '"+this.options.queryHash+"'")};var c;(s(u),null==(n=this.options.behavior)||n.onFetch(u),this.revertState=this.state,"idle"===this.state.fetchStatus||this.state.fetchMeta!==(null==(o=u.fetchOptions)?void 0:o.meta))&&this.dispatch({type:"fetch",meta:null==(c=u.fetchOptions)?void 0:c.meta});const l=e=>{var t,n,o,a;(Bp(e)&&e.silent||this.dispatch({type:"error",error:e}),Bp(e))||(null==(t=(n=this.cache.config).onError)||t.call(n,e,this),null==(o=(a=this.cache.config).onSettled)||o.call(a,this.state.data,e,this),"production"!==process.env.NODE_ENV&&this.logger.error(e));this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1};return this.retryer=Fp({fn:u.fetchFn,abort:null==r?void 0:r.abort.bind(r),onSuccess:e=>{var t,n,o,a;if(void 0===e)return"production"!==process.env.NODE_ENV&&this.logger.error("Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: "+this.queryHash),void l(new Error(this.queryHash+" data is undefined"));this.setData(e),null==(t=(n=this.cache.config).onSuccess)||t.call(n,e,this),null==(o=(a=this.cache.config).onSettled)||o.call(a,e,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},onError:l,onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:u.options.retry,retryDelay:u.options.retryDelay,networkMode:u.options.networkMode}),this.promise=this.retryer.promise,this.promise}dispatch(e){this.state=(t=>{var n,o;switch(e.type){case"failed":return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case"pause":return{...t,fetchStatus:"paused"};case"continue":return{...t,fetchStatus:"fetching"};case"fetch":return{...t,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null!=(n=e.meta)?n:null,fetchStatus:Mp(this.options.networkMode)?"fetching":"paused",...!t.dataUpdatedAt&&{error:null,status:"loading"}};case"success":return{...t,data:e.data,dataUpdateCount:t.dataUpdateCount+1,dataUpdatedAt:null!=(o=e.dataUpdatedAt)?o:Date.now(),error:null,isInvalidated:!1,status:"success",...!e.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const a=e.error;return Bp(a)&&a.revert&&this.revertState?{...this.revertState,fetchStatus:"idle"}:{...t,error:a,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,fetchFailureReason:a,fetchStatus:"idle",status:"error"};case"invalidate":return{...t,isInvalidated:!0};case"setState":return{...t,...e.state}}})(this.state),Hp.batch((()=>{this.observers.forEach((t=>{t.onQueryUpdate(e)})),this.cache.notify({query:this,type:"updated",action:e})}))}}class Kp extends hp{constructor(e){super(),this.config=e||{},this.queries=[],this.queriesMap={}}build(e,t,n){var o;const a=t.queryKey,r=null!=(o=t.queryHash)?o:jp(a,t);let i=this.get(r);return i||(i=new Vp({cache:this,logger:e.getLogger(),queryKey:a,queryHash:r,options:e.defaultQueryOptions(t),state:n,defaultOptions:e.getQueryDefaults(a)}),this.add(i)),i}add(e){this.queriesMap[e.queryHash]||(this.queriesMap[e.queryHash]=e,this.queries.push(e),this.notify({type:"added",query:e}))}remove(e){const t=this.queriesMap[e.queryHash];t&&(e.destroy(),this.queries=this.queries.filter((t=>t!==e)),t===e&&delete this.queriesMap[e.queryHash],this.notify({type:"removed",query:e}))}clear(){Hp.batch((()=>{this.queries.forEach((e=>{this.remove(e)}))}))}get(e){return this.queriesMap[e]}getAll(){return this.queries}find(e,t){const[n]=vp(e,t);return void 0===n.exact&&(n.exact=!0),this.queries.find((e=>kp(n,e)))}findAll(e,t){const[n]=vp(e,t);return Object.keys(n).length>0?this.queries.filter((e=>kp(n,e))):this.queries}notify(e){Hp.batch((()=>{this.listeners.forEach((({listener:t})=>{t(e)}))}))}onFocus(){Hp.batch((()=>{this.queries.forEach((e=>{e.onFocus()}))}))}onOnline(){Hp.batch((()=>{this.queries.forEach((e=>{e.onOnline()}))}))}}class $p extends Gp{constructor(e){super(),this.defaultOptions=e.defaultOptions,this.mutationId=e.mutationId,this.mutationCache=e.mutationCache,this.logger=e.logger||Wp,this.observers=[],this.state=e.state||Qp(),this.setOptions(e.options),this.scheduleGc()}setOptions(e){this.options={...this.defaultOptions,...e},this.updateCacheTime(this.options.cacheTime)}get meta(){return this.options.meta}setState(e){this.dispatch({type:"setState",state:e})}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.mutationCache.notify({type:"observerAdded",mutation:this,observer:e}))}removeObserver(e){this.observers=this.observers.filter((t=>t!==e)),this.scheduleGc(),this.mutationCache.notify({type:"observerRemoved",mutation:this,observer:e})}optionalRemove(){this.observers.length||("loading"===this.state.status?this.scheduleGc():this.mutationCache.remove(this))}continue(){var e,t;return null!=(e=null==(t=this.retryer)?void 0:t.continue())?e:this.execute()}async execute(){const e=()=>{var e;return this.retryer=Fp({fn:()=>this.options.mutationFn?this.options.mutationFn(this.state.variables):Promise.reject("No mutationFn found"),onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:null!=(e=this.options.retry)?e:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode}),this.retryer.promise},t="loading"===this.state.status;try{var n,o,a,r,i,s,u,c;if(!t){var l,d,p,h;this.dispatch({type:"loading",variables:this.options.variables}),await(null==(l=(d=this.mutationCache.config).onMutate)?void 0:l.call(d,this.state.variables,this));const e=await(null==(p=(h=this.options).onMutate)?void 0:p.call(h,this.state.variables));e!==this.state.context&&this.dispatch({type:"loading",context:e,variables:this.state.variables})}const m=await e();return await(null==(n=(o=this.mutationCache.config).onSuccess)?void 0:n.call(o,m,this.state.variables,this.state.context,this)),await(null==(a=(r=this.options).onSuccess)?void 0:a.call(r,m,this.state.variables,this.state.context)),await(null==(i=(s=this.mutationCache.config).onSettled)?void 0:i.call(s,m,null,this.state.variables,this.state.context,this)),await(null==(u=(c=this.options).onSettled)?void 0:u.call(c,m,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:m}),m}catch(e){try{var m,f,g,y,b,v,k,w;throw await(null==(m=(f=this.mutationCache.config).onError)?void 0:m.call(f,e,this.state.variables,this.state.context,this)),"production"!==process.env.NODE_ENV&&this.logger.error(e),await(null==(g=(y=this.options).onError)?void 0:g.call(y,e,this.state.variables,this.state.context)),await(null==(b=(v=this.mutationCache.config).onSettled)?void 0:b.call(v,void 0,e,this.state.variables,this.state.context,this)),await(null==(k=(w=this.options).onSettled)?void 0:k.call(w,void 0,e,this.state.variables,this.state.context)),e}finally{this.dispatch({type:"error",error:e})}}}dispatch(e){this.state=(t=>{switch(e.type){case"failed":return{...t,failureCount:e.failureCount,failureReason:e.error};case"pause":return{...t,isPaused:!0};case"continue":return{...t,isPaused:!1};case"loading":return{...t,context:e.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:!Mp(this.options.networkMode),status:"loading",variables:e.variables};case"success":return{...t,data:e.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...t,data:void 0,error:e.error,failureCount:t.failureCount+1,failureReason:e.error,isPaused:!1,status:"error"};case"setState":return{...t,...e.state}}})(this.state),Hp.batch((()=>{this.observers.forEach((t=>{t.onMutationUpdate(e)})),this.mutationCache.notify({mutation:this,type:"updated",action:e})}))}}function Qp(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}class Jp extends hp{constructor(e){super(),this.config=e||{},this.mutations=[],this.mutationId=0}build(e,t,n){const o=new $p({mutationCache:this,logger:e.getLogger(),mutationId:++this.mutationId,options:e.defaultMutationOptions(t),state:n,defaultOptions:t.mutationKey?e.getMutationDefaults(t.mutationKey):void 0});return this.add(o),o}add(e){this.mutations.push(e),this.notify({type:"added",mutation:e})}remove(e){this.mutations=this.mutations.filter((t=>t!==e)),this.notify({type:"removed",mutation:e})}clear(){Hp.batch((()=>{this.mutations.forEach((e=>{this.remove(e)}))}))}getAll(){return this.mutations}find(e){return void 0===e.exact&&(e.exact=!0),this.mutations.find((t=>wp(e,t)))}findAll(e){return this.mutations.filter((t=>wp(e,t)))}notify(e){Hp.batch((()=>{this.listeners.forEach((({listener:t})=>{t(e)}))}))}resumePausedMutations(){var e;return this.resuming=(null!=(e=this.resuming)?e:Promise.resolve()).then((()=>{const e=this.mutations.filter((e=>e.state.isPaused));return Hp.batch((()=>e.reduce(((e,t)=>e.then((()=>t.continue().catch(fp)))),Promise.resolve())))})).then((()=>{this.resuming=void 0})),this.resuming}}function Yp(){return{onFetch:e=>{e.fetchFn=()=>{var t,n,o,a,r,i;const s=null==(t=e.fetchOptions)||null==(n=t.meta)?void 0:n.refetchPage,u=null==(o=e.fetchOptions)||null==(a=o.meta)?void 0:a.fetchMore,c=null==u?void 0:u.pageParam,l="forward"===(null==u?void 0:u.direction),d="backward"===(null==u?void 0:u.direction),p=(null==(r=e.state.data)?void 0:r.pages)||[],h=(null==(i=e.state.data)?void 0:i.pageParams)||[];let m=h,f=!1;const g=e.options.queryFn||(()=>Promise.reject("Missing queryFn for queryKey '"+e.options.queryHash+"'")),y=(e,t,n,o)=>(m=o?[t,...m]:[...m,t],o?[n,...e]:[...e,n]),b=(t,n,o,a)=>{if(f)return Promise.reject("Cancelled");if(void 0===o&&!n&&t.length)return Promise.resolve(t);const r={queryKey:e.queryKey,pageParam:o,meta:e.options.meta};var i;i=r,Object.defineProperty(i,"signal",{enumerable:!0,get:()=>{var t,n;return null!=(t=e.signal)&&t.aborted?f=!0:null==(n=e.signal)||n.addEventListener("abort",(()=>{f=!0})),e.signal}});const s=g(r);return Promise.resolve(s).then((e=>y(t,o,e,a)))};let v;if(p.length)if(l){const t=void 0!==c,n=t?c:Xp(e.options,p);v=b(p,t,n)}else if(d){const t=void 0!==c,n=t?c:(k=e.options,w=p,null==k.getPreviousPageParam?void 0:k.getPreviousPageParam(w[0],w));v=b(p,t,n,!0)}else{m=[];const t=void 0===e.options.getNextPageParam;v=!s||!p[0]||s(p[0],0,p)?b([],t,h[0]):Promise.resolve(y([],h[0],p[0]));for(let n=1;n<p.length;n++)v=v.then((o=>{if(!s||!p[n]||s(p[n],n,p)){const a=t?h[n]:Xp(e.options,o);return b(o,t,a)}return Promise.resolve(y(o,h[n],p[n]))}))}else v=b([]);var k,w;const j=v.then((e=>({pages:e,pageParams:m})));return j}}}}function Xp(e,t){return null==e.getNextPageParam?void 0:e.getNextPageParam(t[t.length-1],t)}class Zp extends hp{constructor(e,t){super(),this.client=e,this.options=t,this.trackedProps=new Set,this.selectError=null,this.bindMethods(),this.setOptions(t)}bindMethods(){this.remove=this.remove.bind(this),this.refetch=this.refetch.bind(this)}onSubscribe(){1===this.listeners.size&&(this.currentQuery.addObserver(this),eh(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return th(this.currentQuery,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return th(this.currentQuery,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.clearStaleTimeout(),this.clearRefetchInterval(),this.currentQuery.removeObserver(this)}setOptions(e,t){const n=this.options,o=this.currentQuery;if(this.options=this.client.defaultQueryOptions(e),"production"!==process.env.NODE_ENV&&void 0!==(null==e?void 0:e.isDataEqual)&&this.client.getLogger().error("The isDataEqual option has been deprecated and will be removed in the next major version. You can achieve the same functionality by passing a function as the structuralSharing option"),Rp(n,this.options)||this.client.getQueryCache().notify({type:"observerOptionsUpdated",query:this.currentQuery,observer:this}),void 0!==this.options.enabled&&"boolean"!=typeof this.options.enabled)throw new Error("Expected enabled to be a boolean");this.options.queryKey||(this.options.queryKey=n.queryKey),this.updateQuery();const a=this.hasListeners();a&&nh(this.currentQuery,o,this.options,n)&&this.executeFetch(),this.updateResult(t),!a||this.currentQuery===o&&this.options.enabled===n.enabled&&this.options.staleTime===n.staleTime||this.updateStaleTimeout();const r=this.computeRefetchInterval();!a||this.currentQuery===o&&this.options.enabled===n.enabled&&r===this.currentRefetchInterval||this.updateRefetchInterval(r)}getOptimisticResult(e){const t=this.client.getQueryCache().build(this.client,e),n=this.createResult(t,e);return function(e,t,n){if(n.keepPreviousData)return!1;if(void 0!==n.placeholderData)return t.isPlaceholderData;if(!Rp(e.getCurrentResult(),t))return!0;return!1}(this,n,e)&&(this.currentResult=n,this.currentResultOptions=this.options,this.currentResultState=this.currentQuery.state),n}getCurrentResult(){return this.currentResult}trackResult(e){const t={};return Object.keys(e).forEach((n=>{Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:()=>(this.trackedProps.add(n),e[n])})})),t}getCurrentQuery(){return this.currentQuery}remove(){this.client.getQueryCache().remove(this.currentQuery)}refetch({refetchPage:e,...t}={}){return this.fetch({...t,meta:{refetchPage:e}})}fetchOptimistic(e){const t=this.client.defaultQueryOptions(e),n=this.client.getQueryCache().build(this.client,t);return n.isFetchingOptimistic=!0,n.fetch().then((()=>this.createResult(n,t)))}fetch(e){var t;return this.executeFetch({...e,cancelRefetch:null==(t=e.cancelRefetch)||t}).then((()=>(this.updateResult(),this.currentResult)))}executeFetch(e){this.updateQuery();let t=this.currentQuery.fetch(this.options,e);return null!=e&&e.throwOnError||(t=t.catch(fp)),t}updateStaleTimeout(){if(this.clearStaleTimeout(),mp||this.currentResult.isStale||!gp(this.options.staleTime))return;const e=yp(this.currentResult.dataUpdatedAt,this.options.staleTime)+1;this.staleTimeoutId=setTimeout((()=>{this.currentResult.isStale||this.updateResult()}),e)}computeRefetchInterval(){var e;return"function"==typeof this.options.refetchInterval?this.options.refetchInterval(this.currentResult.data,this.currentQuery):null!=(e=this.options.refetchInterval)&&e}updateRefetchInterval(e){this.clearRefetchInterval(),this.currentRefetchInterval=e,!mp&&!1!==this.options.enabled&&gp(this.currentRefetchInterval)&&0!==this.currentRefetchInterval&&(this.refetchIntervalId=setInterval((()=>{(this.options.refetchIntervalInBackground||Dp.isFocused())&&this.executeFetch()}),this.currentRefetchInterval))}updateTimers(){this.updateStaleTimeout(),this.updateRefetchInterval(this.computeRefetchInterval())}clearStaleTimeout(){this.staleTimeoutId&&(clearTimeout(this.staleTimeoutId),this.staleTimeoutId=void 0)}clearRefetchInterval(){this.refetchIntervalId&&(clearInterval(this.refetchIntervalId),this.refetchIntervalId=void 0)}createResult(e,t){const n=this.currentQuery,o=this.options,a=this.currentResult,r=this.currentResultState,i=this.currentResultOptions,s=e!==n,u=s?e.state:this.currentQueryInitialState,c=s?this.currentResult:this.previousQueryResult,{state:l}=e;let d,{dataUpdatedAt:p,error:h,errorUpdatedAt:m,fetchStatus:f,status:g}=l,y=!1,b=!1;if(t._optimisticResults){const a=this.hasListeners(),r=!a&&eh(e,t),i=a&&nh(e,n,t,o);(r||i)&&(f=Mp(e.options.networkMode)?"fetching":"paused",p||(g="loading")),"isRestoring"===t._optimisticResults&&(f="idle")}if(t.keepPreviousData&&!l.dataUpdatedAt&&null!=c&&c.isSuccess&&"error"!==g)d=c.data,p=c.dataUpdatedAt,g=c.status,y=!0;else if(t.select&&void 0!==l.data)if(a&&l.data===(null==r?void 0:r.data)&&t.select===this.selectFn)d=this.selectResult;else try{this.selectFn=t.select,d=t.select(l.data),d=Pp(null==a?void 0:a.data,d,t),this.selectResult=d,this.selectError=null}catch(e){"production"!==process.env.NODE_ENV&&this.client.getLogger().error(e),this.selectError=e}else d=l.data;if(void 0!==t.placeholderData&&void 0===d&&"loading"===g){let e;if(null!=a&&a.isPlaceholderData&&t.placeholderData===(null==i?void 0:i.placeholderData))e=a.data;else if(e="function"==typeof t.placeholderData?t.placeholderData():t.placeholderData,t.select&&void 0!==e)try{e=t.select(e),this.selectError=null}catch(e){"production"!==process.env.NODE_ENV&&this.client.getLogger().error(e),this.selectError=e}void 0!==e&&(g="success",d=Pp(null==a?void 0:a.data,e,t),b=!0)}this.selectError&&(h=this.selectError,d=this.selectResult,m=Date.now(),g="error");const v="fetching"===f,k="loading"===g,w="error"===g;return{status:g,fetchStatus:f,isLoading:k,isSuccess:"success"===g,isError:w,isInitialLoading:k&&v,data:d,dataUpdatedAt:p,error:h,errorUpdatedAt:m,failureCount:l.fetchFailureCount,failureReason:l.fetchFailureReason,errorUpdateCount:l.errorUpdateCount,isFetched:l.dataUpdateCount>0||l.errorUpdateCount>0,isFetchedAfterMount:l.dataUpdateCount>u.dataUpdateCount||l.errorUpdateCount>u.errorUpdateCount,isFetching:v,isRefetching:v&&!k,isLoadingError:w&&0===l.dataUpdatedAt,isPaused:"paused"===f,isPlaceholderData:b,isPreviousData:y,isRefetchError:w&&0!==l.dataUpdatedAt,isStale:oh(e,t),refetch:this.refetch,remove:this.remove}}updateResult(e){const t=this.currentResult,n=this.createResult(this.currentQuery,this.options);if(this.currentResultState=this.currentQuery.state,this.currentResultOptions=this.options,Rp(n,t))return;this.currentResult=n;const o={cache:!0};!1!==(null==e?void 0:e.listeners)&&(()=>{if(!t)return!0;const{notifyOnChangeProps:e}=this.options,n="function"==typeof e?e():e;if("all"===n||!n&&!this.trackedProps.size)return!0;const o=new Set(null!=n?n:this.trackedProps);return this.options.useErrorBoundary&&o.add("error"),Object.keys(this.currentResult).some((e=>{const n=e;return this.currentResult[n]!==t[n]&&o.has(n)}))})()&&(o.listeners=!0),this.notify({...o,...e})}updateQuery(){const e=this.client.getQueryCache().build(this.client,this.options);if(e===this.currentQuery)return;const t=this.currentQuery;this.currentQuery=e,this.currentQueryInitialState=e.state,this.previousQueryResult=this.currentResult,this.hasListeners()&&(null==t||t.removeObserver(this),e.addObserver(this))}onQueryUpdate(e){const t={};"success"===e.type?t.onSuccess=!e.manual:"error"!==e.type||Bp(e.error)||(t.onError=!0),this.updateResult(t),this.hasListeners()&&this.updateTimers()}notify(e){Hp.batch((()=>{var t,n,o,a;if(e.onSuccess)null==(t=(n=this.options).onSuccess)||t.call(n,this.currentResult.data),null==(o=(a=this.options).onSettled)||o.call(a,this.currentResult.data,null);else if(e.onError){var r,i,s,u;null==(r=(i=this.options).onError)||r.call(i,this.currentResult.error),null==(s=(u=this.options).onSettled)||s.call(u,void 0,this.currentResult.error)}e.listeners&&this.listeners.forEach((({listener:e})=>{e(this.currentResult)})),e.cache&&this.client.getQueryCache().notify({query:this.currentQuery,type:"observerResultsUpdated"})}))}}function eh(e,t){return function(e,t){return!(!1===t.enabled||e.state.dataUpdatedAt||"error"===e.state.status&&!1===t.retryOnMount)}(e,t)||e.state.dataUpdatedAt>0&&th(e,t,t.refetchOnMount)}function th(e,t,n){if(!1!==t.enabled){const o="function"==typeof n?n(e):n;return"always"===o||!1!==o&&oh(e,t)}return!1}function nh(e,t,n,o){return!1!==n.enabled&&(e!==t||!1===o.enabled)&&(!n.suspense||"error"!==e.state.status)&&oh(e,n)}function oh(e,t){return e.isStaleByTime(t.staleTime)}class ah extends hp{constructor(e,t){super(),this.client=e,this.setOptions(t),this.bindMethods(),this.updateResult()}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(e){var t;const n=this.options;this.options=this.client.defaultMutationOptions(e),Rp(n,this.options)||this.client.getMutationCache().notify({type:"observerOptionsUpdated",mutation:this.currentMutation,observer:this}),null==(t=this.currentMutation)||t.setOptions(this.options)}onUnsubscribe(){var e;this.hasListeners()||(null==(e=this.currentMutation)||e.removeObserver(this))}onMutationUpdate(e){this.updateResult();const t={listeners:!0};"success"===e.type?t.onSuccess=!0:"error"===e.type&&(t.onError=!0),this.notify(t)}getCurrentResult(){return this.currentResult}reset(){this.currentMutation=void 0,this.updateResult(),this.notify({listeners:!0})}mutate(e,t){return this.mutateOptions=t,this.currentMutation&&this.currentMutation.removeObserver(this),this.currentMutation=this.client.getMutationCache().build(this.client,{...this.options,variables:void 0!==e?e:this.options.variables}),this.currentMutation.addObserver(this),this.currentMutation.execute()}updateResult(){const e=this.currentMutation?this.currentMutation.state:{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0},t={...e,isLoading:"loading"===e.status,isSuccess:"success"===e.status,isError:"error"===e.status,isIdle:"idle"===e.status,mutate:this.mutate,reset:this.reset};this.currentResult=t}notify(e){Hp.batch((()=>{var t,n,o,a;if(this.mutateOptions&&this.hasListeners())if(e.onSuccess)null==(t=(n=this.mutateOptions).onSuccess)||t.call(n,this.currentResult.data,this.currentResult.variables,this.currentResult.context),null==(o=(a=this.mutateOptions).onSettled)||o.call(a,this.currentResult.data,null,this.currentResult.variables,this.currentResult.context);else if(e.onError){var r,i,s,u;null==(r=(i=this.mutateOptions).onError)||r.call(i,this.currentResult.error,this.currentResult.variables,this.currentResult.context),null==(s=(u=this.mutateOptions).onSettled)||s.call(u,void 0,this.currentResult.error,this.currentResult.variables,this.currentResult.context)}e.listeners&&this.listeners.forEach((({listener:e})=>{e(this.currentResult)}))}))}}var rh,ih={exports:{}},sh={};var uh,ch={};
|
|
41
|
+
*/function yt(e){if(gt.test(e)||""===e.trim())throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()}var vt=[String.fromCharCode(10),String.fromCharCode(13),String.fromCharCode(9),String.fromCharCode(32)],bt=new RegExp(`(^[${vt.join("")}]|$[${vt.join("")}])`,"g");function kt(e){return e.replace(bt,"")}function wt(e){if("string"!=typeof e)return!1;if(0===e.length)return!1;for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n>127||!_t(n))return!1}return!0}function _t(e){return![127,32,"(",")","<",">","@",",",";",":","\\",'"',"/","[","]","?","=","{","}"].includes(e)}function Et(e){if("string"!=typeof e)return!1;if(e.trim()!==e)return!1;for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(0===n||10===n||13===n)return!1}return!0}var xt,St,Ct,Rt=Symbol("normalizedHeaders"),It=Symbol("rawHeaderNames"),Tt=class e{constructor(t){if(this[xt]={},this[St]=new Map,this[Ct]="Headers",["Headers","HeadersPolyfill"].includes(t?.constructor.name)||t instanceof e||void 0!==globalThis.Headers&&t instanceof globalThis.Headers){t.forEach((e,t)=>{this.append(t,e)},this)}else Array.isArray(t)?t.forEach(([e,t])=>{this.append(e,Array.isArray(t)?t.join(", "):t)}):t&&Object.getOwnPropertyNames(t).forEach(e=>{const n=t[e];this.append(e,Array.isArray(n)?n.join(", "):n)})}[(xt=Rt,St=It,Ct=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}*keys(){for(const[e]of this.entries())yield e}*values(){for(const[,e]of this.entries())yield e}*entries(){let e=Object.keys(this[Rt]).sort((e,t)=>e.localeCompare(t));for(const t of e)if("set-cookie"===t)for(const e of this.getSetCookie())yield[t,e];else yield[t,this.get(t)]}has(e){if(!wt(e))throw new TypeError(`Invalid header name "${e}"`);return this[Rt].hasOwnProperty(yt(e))}get(e){if(!wt(e))throw TypeError(`Invalid header name "${e}"`);return this[Rt][yt(e)]??null}set(e,t){if(!wt(e)||!Et(t))return;const n=yt(e),r=kt(t);this[Rt][n]=kt(r),this[It].set(n,e)}append(e,t){if(!wt(e)||!Et(t))return;const n=yt(e),r=kt(t);let o=this.has(n)?`${this.get(n)}, ${r}`:r;this.set(e,o)}delete(e){if(!wt(e))return;if(!this.has(e))return;const t=yt(e);delete this[Rt][t],this[It].delete(t)}forEach(e,t){for(const[n,r]of this.entries())e.call(t,r,n,this)}getSetCookie(){const e=this.get("set-cookie");return null===e?[]:""===e?[""]:(0,mt.splitCookiesString)(e)}};const{message:At}=st,Ot=Symbol("kSetCookie");function Pt(e={}){const t=e?.status||200,n=e?.statusText||At[t]||"",r=new Headers(e?.headers);return{...e,headers:r,status:t,statusText:n}}async function Dt(e,t,n,r,o,a){if(o.emit("request:start",{request:e,requestId:t}),e.headers.get("accept")?.includes("msw/passthrough"))return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);const[i,s]=await async function(e){try{return[null,await e().catch(e=>{throw e})]}catch(e){return[e,null]}}(()=>(async({request:e,requestId:t,handlers:n,resolutionContext:r})=>{let o=null,a=null;for(const i of n)if(a=await i.run({request:e,requestId:t,resolutionContext:r}),null!==a&&(o=i),a?.response)break;return o?{handler:o,parsedResult:a?.parsedResult,response:a?.response}:null})({request:e,requestId:t,handlers:n,resolutionContext:a?.resolutionContext}));if(i)throw o.emit("unhandledException",{error:i,request:e,requestId:t}),i;if(!s)return await C(e,r.onUnhandledRequest),o.emit("request:unhandled",{request:e,requestId:t}),o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);const{response:c}=s;if(!c)return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);if(302===c.status&&"passthrough"===c.headers.get("x-msw-intention"))return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);await async function(e,t){const n=Reflect.get(t,Ot);n&&await Ve.setCookie(n,e.url)}(e,c),o.emit("request:match",{request:e,requestId:t});const u=s;return a?.onMockedResponse?.(c,u),o.emit("request:end",{request:e,requestId:t}),c}function jt(e){return t=>null!=t&&"object"==typeof t&&"__kind"in t&&t.__kind===e}var Lt=class extends Error{constructor(e,t,n){super(`Possible EventEmitter memory leak detected. ${n} ${t.toString()} listeners added. Use emitter.setMaxListeners() to increase limit`),this.emitter=e,this.type=t,this.count=n,this.name="MaxListenersExceededWarning"}},Nt=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=Nt.defaultMaxListeners,this.hasWarnedAboutPotentialMemoryLeak=!1}_emitInternalEvent(e,t,n){this.emit(e,t,n)}_getListeners(e){return Array.prototype.concat.apply([],this.events.get(e))||[]}_removeListener(e,t){const n=e.indexOf(t);return n>-1&&e.splice(n,1),[]}_wrapOnceListener(e,t){const n=(...r)=>(this.removeListener(e,n),t.apply(this,r));return Object.defineProperty(n,"name",{value:t.name}),n}setMaxListeners(e){return this.maxListeners=e,this}getMaxListeners(){return this.maxListeners}eventNames(){return Array.from(this.events.keys())}emit(e,...t){const n=this._getListeners(e);return n.forEach(e=>{e.apply(this,t)}),n.length>0}addListener(e,t){this._emitInternalEvent("newListener",e,t);const n=this._getListeners(e).concat(t);if(this.events.set(e,n),this.maxListeners>0&&this.listenerCount(e)>this.maxListeners&&!this.hasWarnedAboutPotentialMemoryLeak){this.hasWarnedAboutPotentialMemoryLeak=!0;const t=new Lt(this,e,this.listenerCount(e));console.warn(t)}return this}on(e,t){return this.addListener(e,t)}once(e,t){return this.addListener(e,this._wrapOnceListener(e,t))}prependListener(e,t){const n=this._getListeners(e);if(n.length>0){const r=[t].concat(n);this.events.set(e,r)}else this.events.set(e,n.concat(t));return this}prependOnceListener(e,t){return this.prependListener(e,this._wrapOnceListener(e,t))}removeListener(e,t){const n=this._getListeners(e);return n.length>0&&(this._removeListener(n,t),this.events.set(e,n),this._emitInternalEvent("removeListener",e,t)),this}off(e,t){return this.removeListener(e,t)}removeAllListeners(e){return e?this.events.delete(e):this.events.clear(),this}listeners(e){return Array.from(this._getListeners(e))}listenerCount(e){return this._getListeners(e).length}rawListeners(e){return this.listeners(e)}},zt=Nt;zt.defaultMaxListeners=10;class qt{subscriptions=[];dispose(){let e;for(;e=this.subscriptions.shift();)e()}}class Ut{constructor(e){this.initialHandlers=e,this.handlers=[...e]}handlers;prepend(e){this.handlers.unshift(...e)}reset(e){this.handlers=e.length>0?[...e]:[...this.initialHandlers]}currentHandlers(){return this.handlers}}class Mt extends qt{handlersController;emitter;publicEmitter;events;constructor(...e){super(),v(this.validateHandlers(e),k.formatMessage("Failed to apply given request handlers: invalid input. Did you forget to spread the request handlers Array?")),this.handlersController=new Ut(e),this.emitter=new zt,this.publicEmitter=new zt,function(e,t){const n=e.emit;if(n._isPiped)return;const r=function(e,...r){return t.emit(e,...r),n.call(this,e,...r)};r._isPiped=!0,e.emit=r}(this.emitter,this.publicEmitter),this.events=this.createLifeCycleEvents(),this.subscriptions.push(()=>{this.emitter.removeAllListeners(),this.publicEmitter.removeAllListeners()})}validateHandlers(e){return e.every(e=>!Array.isArray(e))}use(...e){v(this.validateHandlers(e),k.formatMessage('Failed to call "use()" with the given request handlers: invalid input. Did you forget to spread the array of request handlers?')),this.handlersController.prepend(e)}restoreHandlers(){this.handlersController.currentHandlers().forEach(e=>{"isUsed"in e&&(e.isUsed=!1)})}resetHandlers(...e){this.handlersController.reset(e)}listHandlers(){return function(e){const t=[...e];return Object.freeze(t),t}(this.handlersController.currentHandlers())}createLifeCycleEvents(){return{on:(...e)=>this.publicEmitter.on(...e),removeListener:(...e)=>this.publicEmitter.removeListener(...e),removeAllListeners:(...e)=>this.publicEmitter.removeAllListeners(...e)}}}var Bt=Object.defineProperty,Ft={};function Wt(e){return`[33m${e}[0m`}function Ht(e){return`[34m${e}[0m`}function Gt(e){return`[90m${e}[0m`}function Vt(e){return`[31m${e}[0m`}function Kt(e){return`[32m${e}[0m`}((e,t)=>{for(var n in t)Bt(e,n,{get:t[n],enumerable:!0})})(Ft,{blue:()=>Ht,gray:()=>Gt,green:()=>Kt,red:()=>Vt,yellow:()=>Wt});var $t=R(),Qt=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=tn("DEBUG"),n=tn("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=nn(n,"debug")?Jt:this.debug,this.info=nn(n,"info")?Jt:this.info,this.success=nn(n,"success")?Jt:this.success,this.warning=nn(n,"warning")?Jt:this.warning,this.error=nn(n,"error")?Jt:this.error):(this.info=Jt,this.success=Jt,this.warning=Jt,this.error=Jt,this.only=Jt)}prefix;extend(e){return new Qt(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:Gt(e),positionals:t,prefix:this.prefix,colors:{prefix:"gray"}})}info(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}});const n=new Yt;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${Gt(`${n.deltaTime}ms`)}`,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}})}}success(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:`✔ ${this.prefix}`,colors:{timestamp:"green",prefix:"green"}})}warning(e,...t){this.logEntry({level:"warning",message:e,positionals:t,prefix:`⚠ ${this.prefix}`,colors:{timestamp:"yellow",prefix:"yellow"}})}error(e,...t){this.logEntry({level:"error",message:e,positionals:t,prefix:`✖ ${this.prefix}`,colors:{timestamp:"red",prefix:"red"}})}only(e){e()}createEntry(e,t){return{timestamp:new Date,level:e,message:t}}logEntry(e){const{level:t,message:n,prefix:r,colors:o,positionals:a=[]}=e,i=this.createEntry(t,n),s={timestamp:Ft[o?.timestamp||"gray"],prefix:Ft[o?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=r?s.prefix(r):[]).concat(rn(n)).join(" "),...a.map(rn))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return Xt;case"warning":return Zt;case"error":return en}}},Yt=class{startTime;endTime;deltaTime;constructor(){this.startTime=performance.now()}measure(){this.endTime=performance.now();const e=this.endTime-this.startTime;this.deltaTime=e.toFixed(2)}},Jt=()=>{};function Xt(e,...t){$t?process.stdout.write(g(e,...t)+"\n"):console.log(e,...t)}function Zt(e,...t){$t?process.stderr.write(g(e,...t)+"\n"):console.warn(e,...t)}function en(e,...t){$t?process.stderr.write(g(e,...t)+"\n"):console.error(e,...t)}function tn(e){return $t?process.env[e]:globalThis[e]?.toString()}function nn(e,t){return void 0!==e&&e!==t}function rn(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}function on(e){return globalThis[e]||void 0}let an=function(e){return e.INACTIVE="INACTIVE",e.APPLYING="APPLYING",e.APPLIED="APPLIED",e.DISPOSING="DISPOSING",e.DISPOSED="DISPOSED",e}({});var sn=class{constructor(e){this.symbol=e,this.readyState=an.INACTIVE,this.emitter=new zt,this.subscriptions=[],this.logger=new Qt(e.description),this.emitter.setMaxListeners(0),this.logger.info("constructing the interceptor...")}checkEnvironment(){return!0}apply(){const e=this.logger.extend("apply");if(e.info("applying the interceptor..."),this.readyState===an.APPLIED)return void e.info("intercepted already applied!");if(!this.checkEnvironment())return void e.info("the interceptor cannot be applied in this environment!");this.readyState=an.APPLYING;const t=this.getInstance();if(t)return e.info("found a running instance, reusing..."),this.on=(n,r)=>(e.info('proxying the "%s" listener',n),t.emitter.addListener(n,r),this.subscriptions.push(()=>{t.emitter.removeListener(n,r),e.info('removed proxied "%s" listener!',n)}),this),void(this.readyState=an.APPLIED);e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState=an.APPLIED}setup(){}on(e,t){const n=this.logger.extend("on");return this.readyState===an.DISPOSING||this.readyState===an.DISPOSED?(n.info("cannot listen to events, already disposed!"),this):(n.info('adding "%s" event listener:',e,t),this.emitter.on(e,t),this)}once(e,t){return this.emitter.once(e,t),this}off(e,t){return this.emitter.off(e,t),this}removeAllListeners(e){return this.emitter.removeAllListeners(e),this}dispose(){const e=this.logger.extend("dispose");if(this.readyState!==an.DISPOSED)if(e.info("disposing the interceptor..."),this.readyState=an.DISPOSING,this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",on(this.symbol)),this.subscriptions.length>0){e.info("disposing of %d subscriptions...",this.subscriptions.length);for(const e of this.subscriptions)e();this.subscriptions=[],e.info("disposed of all subscriptions!",this.subscriptions.length)}this.emitter.removeAllListeners(),e.info("destroyed the listener!"),this.readyState=an.DISPOSED}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){const e=on(this.symbol);return this.logger.info("retrieved global instance:",e?.constructor?.name),e}setInstance(){var e,t;e=this.symbol,t=this,globalThis[e]=t,this.logger.info("set global instance!",this.symbol.description)}clearInstance(){var e;e=this.symbol,delete globalThis[e],this.logger.info("cleared global instance!",this.symbol.description)}};function cn(e){if("string"==typeof e)return cn(new URL(e,"undefined"!=typeof location?location.href:void 0));if("http:"===e.protocol?e.protocol="ws:":"https:"===e.protocol&&(e.protocol="wss:"),"ws:"!==e.protocol&&"wss:"!==e.protocol)throw new SyntaxError(`Failed to construct 'WebSocket': The URL's scheme must be either 'http', 'https', 'ws', or 'wss'. '${e.protocol}' is not allowed.`);if(""!==e.hash)throw new SyntaxError(`Failed to construct 'WebSocket': The URL contains a fragment identifier ('${e.hash}'). Fragment identifiers are not allowed in WebSocket URLs.`);return e.href}var un=class extends Promise{#r;resolve;reject;constructor(e=null){const t=function(){const e=(t,n)=>{e.state="pending",e.resolve=n=>{if("pending"===e.state)return e.result=n,t(n instanceof Promise?n:Promise.resolve(n).then(t=>(e.state="fulfilled",t)))},e.reject=t=>{if("pending"===e.state)return queueMicrotask(()=>{e.state="rejected"}),n(e.rejectionReason=t)}};return e}();super((n,r)=>{t(n,r),e?.(t.resolve,t.reject)}),this.#r=t,this.resolve=this.#r.resolve,this.reject=this.#r.reject}get state(){return this.#r.state}get rejectionReason(){return this.#r.rejectionReason}then(e,t){return this.#o(super.then(e,t))}catch(e){return this.#o(super.catch(e))}finally(e){return this.#o(super.finally(e))}#o(e){return Object.defineProperties(e,{resolve:{configurable:!0,value:this.resolve},reject:{configurable:!0,value:this.reject}})}};function ln(e,t){return Object.defineProperties(t,{target:{value:e,enumerable:!0,writable:!0},currentTarget:{value:e,enumerable:!0,writable:!0}}),t}const dn=Symbol("kCancelable"),pn=Symbol("kDefaultPrevented");var hn=class extends MessageEvent{constructor(e,t){super(e,t),this[dn]=!!t.cancelable,this[pn]=!1}get cancelable(){return this[dn]}set cancelable(e){this[dn]=e}get defaultPrevented(){return this[pn]}set defaultPrevented(e){this[pn]=e}preventDefault(){this.cancelable&&!this[pn]&&(this[pn]=!0)}},fn=class extends Event{constructor(e,t={}){super(e,t),this.code=void 0===t.code?0:t.code,this.reason=void 0===t.reason?"":t.reason,this.wasClean=void 0!==t.wasClean&&t.wasClean}},mn=class extends fn{constructor(e,t={}){super(e,t),this[dn]=!!t.cancelable,this[pn]=!1}get cancelable(){return this[dn]}set cancelable(e){this[dn]=e}get defaultPrevented(){return this[pn]}set defaultPrevented(e){this[pn]=e}preventDefault(){this.cancelable&&!this[pn]&&(this[pn]=!0)}};const gn=Symbol("kEmitter"),yn=Symbol("kBoundListener");var vn=class{constructor(e,t){this.socket=e,this.transport=t,this.id=Math.random().toString(16).slice(2),this.url=new URL(e.url),this[gn]=new EventTarget,this.transport.addEventListener("outgoing",e=>{const t=ln(this.socket,new hn("message",{data:e.data,origin:e.origin,cancelable:!0}));this[gn].dispatchEvent(t),t.defaultPrevented&&e.preventDefault()}),this.transport.addEventListener("close",e=>{this[gn].dispatchEvent(ln(this.socket,new fn("close",e)))})}addEventListener(e,t,n){if(!Reflect.has(t,yn)){const e=t.bind(this.socket);Object.defineProperty(t,yn,{value:e,enumerable:!1,configurable:!1})}this[gn].addEventListener(e,Reflect.get(t,yn),n)}removeEventListener(e,t,n){this[gn].removeEventListener(e,Reflect.get(t,yn),n)}send(e){this.transport.send(e)}close(e,t){this.transport.close(e,t)}};const bn="InvalidAccessError: close code out of user configurable range",kn=Symbol("kPassthroughPromise"),wn=Symbol("kOnSend"),_n=Symbol("kClose");var En=class extends EventTarget{static{this.CONNECTING=0}static{this.OPEN=1}static{this.CLOSING=2}static{this.CLOSED=3}constructor(e,t){super(),this.CONNECTING=0,this.OPEN=1,this.CLOSING=2,this.CLOSED=3,this._onopen=null,this._onmessage=null,this._onerror=null,this._onclose=null,this.url=cn(e),this.protocol="",this.extensions="",this.binaryType="blob",this.readyState=this.CONNECTING,this.bufferedAmount=0,this[kn]=new un,queueMicrotask(async()=>{await this[kn]||(this.protocol="string"==typeof t?t:Array.isArray(t)&&t.length>0?t[0]:"",this.readyState===this.CONNECTING&&(this.readyState=this.OPEN,this.dispatchEvent(ln(this,new Event("open")))))})}set onopen(e){this.removeEventListener("open",this._onopen),this._onopen=e,null!==e&&this.addEventListener("open",e)}get onopen(){return this._onopen}set onmessage(e){this.removeEventListener("message",this._onmessage),this._onmessage=e,null!==e&&this.addEventListener("message",e)}get onmessage(){return this._onmessage}set onerror(e){this.removeEventListener("error",this._onerror),this._onerror=e,null!==e&&this.addEventListener("error",e)}get onerror(){return this._onerror}set onclose(e){this.removeEventListener("close",this._onclose),this._onclose=e,null!==e&&this.addEventListener("close",e)}get onclose(){return this._onclose}send(e){if(this.readyState===this.CONNECTING)throw this.close(),new DOMException("InvalidStateError");this.readyState!==this.CLOSING&&this.readyState!==this.CLOSED&&(this.bufferedAmount+=function(e){return"string"==typeof e?e.length:e instanceof Blob?e.size:e.byteLength}(e),queueMicrotask(()=>{this.bufferedAmount=0,this[wn]?.(e)}))}close(e=1e3,t){v(e,bn),v(1e3===e||e>=3e3&&e<=4999,bn),this[_n](e,t)}[_n](e=1e3,t,n=!0){this.readyState!==this.CLOSING&&this.readyState!==this.CLOSED&&(this.readyState=this.CLOSING,queueMicrotask(()=>{this.readyState=this.CLOSED,this.dispatchEvent(ln(this,new fn("close",{code:e,reason:t,wasClean:n}))),this._onopen=null,this._onmessage=null,this._onerror=null,this._onclose=null}))}addEventListener(e,t,n){return super.addEventListener(e,t,n)}removeEventListener(e,t,n){return super.removeEventListener(e,t,n)}};const xn=Symbol("kEmitter"),Sn=Symbol("kBoundListener"),Cn=Symbol("kSend");var Rn=class{constructor(e,t,n){this.client=e,this.transport=t,this.createConnection=n,this[xn]=new EventTarget,this.mockCloseController=new AbortController,this.realCloseController=new AbortController,this.transport.addEventListener("outgoing",e=>{void 0!==this.realWebSocket&&queueMicrotask(()=>{e.defaultPrevented||this[Cn](e.data)})}),this.transport.addEventListener("incoming",this.handleIncomingMessage.bind(this))}get socket(){return v(this.realWebSocket,'Cannot access "socket" on the original WebSocket server object: the connection is not open. Did you forget to call `server.connect()`?'),this.realWebSocket}connect(){v(!this.realWebSocket||this.realWebSocket.readyState!==WebSocket.OPEN,'Failed to call "connect()" on the original WebSocket instance: the connection already open');const e=this.createConnection();e.binaryType=this.client.binaryType,e.addEventListener("open",e=>{this[xn].dispatchEvent(ln(this.realWebSocket,new Event("open",e)))},{once:!0}),e.addEventListener("message",e=>{this.transport.dispatchEvent(ln(this.realWebSocket,new MessageEvent("incoming",{data:e.data,origin:e.origin})))}),this.client.addEventListener("close",e=>{this.handleMockClose(e)},{signal:this.mockCloseController.signal}),e.addEventListener("close",e=>{this.handleRealClose(e)},{signal:this.realCloseController.signal}),e.addEventListener("error",()=>{const t=ln(e,new Event("error",{cancelable:!0}));this[xn].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(ln(this.client,new Event("error")))}),this.realWebSocket=e}addEventListener(e,t,n){if(!Reflect.has(t,Sn)){const e=t.bind(this.client);Object.defineProperty(t,Sn,{value:e,enumerable:!1})}this[xn].addEventListener(e,Reflect.get(t,Sn),n)}removeEventListener(e,t,n){this[xn].removeEventListener(e,Reflect.get(t,Sn),n)}send(e){this[Cn](e)}[Cn](e){const{realWebSocket:t}=this;v(t,'Failed to call "server.send()" for "%s": the connection is not open. Did you forget to call "server.connect()"?',this.client.url),t.readyState!==WebSocket.CLOSING&&t.readyState!==WebSocket.CLOSED&&(t.readyState!==WebSocket.CONNECTING?t.send(e):t.addEventListener("open",()=>{t.send(e)},{once:!0}))}close(){const{realWebSocket:e}=this;v(e,'Failed to close server connection for "%s": the connection is not open. Did you forget to call "server.connect()"?',this.client.url),this.realCloseController.abort(),e.readyState!==WebSocket.CLOSING&&e.readyState!==WebSocket.CLOSED&&(e.close(),queueMicrotask(()=>{this[xn].dispatchEvent(ln(this.realWebSocket,new mn("close",{code:1e3,cancelable:!0})))}))}handleIncomingMessage(e){const t=ln(e.target,new hn("message",{data:e.data,origin:e.origin,cancelable:!0}));this[xn].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(ln(this.client,new MessageEvent("message",{data:e.data,origin:e.origin})))}handleMockClose(e){this.realWebSocket&&this.realWebSocket.close()}handleRealClose(e){this.mockCloseController.abort();const t=ln(this.realWebSocket,new mn("close",{code:e.code,reason:e.reason,wasClean:e.wasClean,cancelable:!0}));this[xn].dispatchEvent(t),t.defaultPrevented||this.client[_n](e.code,e.reason)}},In=class extends EventTarget{constructor(e){super(),this.socket=e,this.socket.addEventListener("close",e=>{this.dispatchEvent(ln(this.socket,new fn("close",e)))}),this.socket[wn]=e=>{this.dispatchEvent(ln(this.socket,new hn("outgoing",{data:e,origin:this.socket.url,cancelable:!0})))}}addEventListener(e,t,n){return super.addEventListener(e,t,n)}dispatchEvent(e){return super.dispatchEvent(e)}send(e){queueMicrotask(()=>{if(this.socket.readyState===this.socket.CLOSING||this.socket.readyState===this.socket.CLOSED)return;const t=()=>{this.socket.dispatchEvent(ln(this.socket,new MessageEvent("message",{data:e,origin:this.socket.url})))};this.socket.readyState===this.socket.CONNECTING?this.socket.addEventListener("open",()=>{t()},{once:!0}):t()})}close(e,t){this.socket[_n](e,t)}},Tn=class e extends sn{static{this.symbol=Symbol("websocket")}constructor(){super(e.symbol)}checkEnvironment(){return function(e){const t=Object.getOwnPropertyDescriptor(globalThis,e);return!(void 0===t||"function"==typeof t.get&&void 0===t.get()||void 0===t.get&&null==t.value||void 0===t.set&&!t.configurable&&(console.error(`[MSW] Failed to apply interceptor: the global \`${e}\` property is non-configurable. This is likely an issue with your environment. If you are using a framework, please open an issue about this in their repository.`),1))}("WebSocket")}setup(){const e=Object.getOwnPropertyDescriptor(globalThis,"WebSocket"),t=new Proxy(globalThis.WebSocket,{construct:(e,t,n)=>{const[r,o]=t,a=()=>Reflect.construct(e,t,n),i=new En(r,o),s=new In(i);return queueMicrotask(async()=>{try{const e=new Rn(i,s,a),t=this.emitter.listenerCount("connection")>0;await async function(e,t,...n){const r=e.listeners(t);if(0!==r.length)for(const t of r)await t.apply(e,n)}(this.emitter,"connection",{client:new vn(i,s),server:e,info:{protocols:o}}),t?i[kn].resolve(!1):(i[kn].resolve(!0),e.connect(),e.addEventListener("open",()=>{i.dispatchEvent(ln(i,new Event("open"))),e.realWebSocket&&(i.protocol=e.realWebSocket.protocol)}))}catch(e){e instanceof Error&&(i.dispatchEvent(new Event("error")),i.readyState!==WebSocket.CLOSING&&i.readyState!==WebSocket.CLOSED&&i[_n](1011,e.message,!1),console.error(e))}}),i}});Object.defineProperty(globalThis,"WebSocket",{value:t,configurable:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis,"WebSocket",e)})}};const An=new Tn;function On(e){const t=new Date,n=`${t.getHours().toString().padStart(2,"0")}:${t.getMinutes().toString().padStart(2,"0")}:${t.getSeconds().toString().padStart(2,"0")}`;return e?.milliseconds?`${n}.${t.getMilliseconds().toString().padStart(3,"0")}`:n}function Pn(e){return e instanceof Blob?e.size:h(e)&&"byteLength"in e?e.byteLength:new Blob([e]).size}function Dn(e){return e.length<=24?e:`${e.slice(0,24)}…`}async function jn(e){if(e instanceof Blob){return`Blob(${Dn(await e.text())})`}if(h(e)){return`ArrayBuffer(${Dn((new TextDecoder).decode(e))})`}return Dn(e)}const Ln="#3b82f6",Nn="#22c55e",zn="#ef4444",qn="#ff6a33";function Un(e){const{client:t,server:n}=e;!function(e){const t=S(e.url);console.groupCollapsed(k.formatMessage(`${On()} %c▶%c ${t}`),`color:${Ln}`,"color:inherit"),console.log("Client:",e.socket),console.groupEnd()}(t),t.addEventListener("message",e=>{!async function(e){const t=Pn(e.data),n=await jn(e.data),r=e.defaultPrevented?"⇡":"⬆";console.groupCollapsed(k.formatMessage(`${On({milliseconds:!0})} %c${r}%c ${n} %c${t}%c`),`color:${Nn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(e)}),t.addEventListener("close",e=>{!function(e){const t=e.target,n=S(t.url);console.groupCollapsed(k.formatMessage(`${On({milliseconds:!0})} %c■%c ${n}`),`color:${Ln}`,"color:inherit"),console.log(e),console.groupEnd()}(e)}),t.socket.addEventListener("error",e=>{!function(e){const t=e.target,n=S(t.url);console.groupCollapsed(k.formatMessage(`${On({milliseconds:!0})} %c×%c ${n}`),`color:${Ln}`,"color:inherit"),console.log(e),console.groupEnd()}(e)}),t.send=new Proxy(t.send,{apply(e,n,r){const[o]=r,a=new MessageEvent("message",{data:o});return Object.defineProperties(a,{currentTarget:{enumerable:!0,writable:!1,value:t.socket},target:{enumerable:!0,writable:!1,value:t.socket}}),queueMicrotask(()=>{!async function(e){const t=Pn(e.data),n=await jn(e.data);console.groupCollapsed(k.formatMessage(`${On({milliseconds:!0})} %c⬇%c ${n} %c${t}%c`),`color:${qn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(a)}),Reflect.apply(e,n,r)}}),n.addEventListener("open",()=>{n.addEventListener("message",e=>{!async function(e){const t=Pn(e.data),n=await jn(e.data),r=e.defaultPrevented?"⇣":"⬇";console.groupCollapsed(k.formatMessage(`${On({milliseconds:!0})} %c${r}%c ${n} %c${t}%c`),`color:${zn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(e)})},{once:!0}),n.send=new Proxy(n.send,{apply(e,t,r){const[o]=r,a=new MessageEvent("message",{data:o});return Object.defineProperties(a,{currentTarget:{enumerable:!0,writable:!1,value:n.socket},target:{enumerable:!0,writable:!1,value:n.socket}}),async function(e){const t=Pn(e.data),n=await jn(e.data);console.groupCollapsed(k.formatMessage(`${On({milliseconds:!0})} %c⬆%c ${n} %c${t}%c`),`color:${qn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(a),Reflect.apply(e,t,r)}})}var Mn=/(%?)(%([sdijo]))/g;function Bn(e,...t){if(0===t.length)return e;let n=0,r=e.replace(Mn,(e,r,o,a)=>{const i=function(e,t){switch(t){case"s":return e;case"d":case"i":return Number(e);case"j":return JSON.stringify(e);case"o":{if("string"==typeof e)return e;const t=JSON.stringify(e);return"{}"===t||"[]"===t||/^\[object .+?\]$/.test(t)?e:t}}}(t[n],a);return r?e:(n++,i)});return n<t.length&&(r+=` ${t.slice(n).join(" ")}`),r=r.replace(/%{2,2}/g,"%"),r}var Fn=class extends Error{constructor(e,...t){super(e),this.message=e,this.name="Invariant Violation",this.message=Bn(e,...t),function(e){if(!e.stack)return;const t=e.stack.split("\n");t.splice(1,2),e.stack=t.join("\n")}(this)}},Wn=(e,t,...n)=>{if(!e)throw new Fn(t,...n)};function Hn(){if("undefined"!=typeof navigator&&"ReactNative"===navigator.product)return!0;if("undefined"!=typeof process){const e=process.type;return"renderer"!==e&&"worker"!==e&&!(!process.versions||!process.versions.node)}return!1}Wn.as=(e,t,n,...r)=>{if(!t){const t=0===r.length?n:Bn(n,...r);let o;try{o=Reflect.construct(e,[t])}catch(n){o=e(t)}throw o}};var Gn=class extends Promise{#r;resolve;reject;constructor(e=null){const t=function(){const e=(t,n)=>{e.state="pending",e.resolve=n=>{if("pending"===e.state)return e.result=n,t(n instanceof Promise?n:Promise.resolve(n).then(t=>(e.state="fulfilled",t)))},e.reject=t=>{if("pending"===e.state)return queueMicrotask(()=>{e.state="rejected"}),n(e.rejectionReason=t)}};return e}();super((n,r)=>{t(n,r),e?.(t.resolve,t.reject)}),this.#r=t,this.resolve=this.#r.resolve,this.reject=this.#r.reject}get state(){return this.#r.state}get rejectionReason(){return this.#r.rejectionReason}then(e,t){return this.#o(super.then(e,t))}catch(e){return this.#o(super.catch(e))}finally(e){return this.#o(super.finally(e))}#o(e){return Object.defineProperties(e,{resolve:{configurable:!0,value:this.resolve},reject:{configurable:!0,value:this.reject}})}},Vn={serviceWorker:{url:"/mockServiceWorker.js",options:null},quiet:!1,waitUntilReady:!0,onUnhandledRequest:"warn",findWorker:(e,t)=>e===t};function Kn(e,t,n){return[e.active,e.installing,e.waiting].filter(e=>null!=e).find(e=>n(e.scriptURL,t))||null}var $n=async(e,t={},n)=>{const r=new URL(e,location.href).href;const o=await navigator.serviceWorker.getRegistrations().then(e=>e.filter(e=>Kn(e,r,n)));!navigator.serviceWorker.controller&&o.length>0&&location.reload();const[a]=o;if(a)return a.update(),[Kn(a,r,n),a];const[i,s]=await async function(e){try{return[null,await e().catch(e=>{throw e})]}catch(e){return[e,null]}}(async()=>{const o=await navigator.serviceWorker.register(e,t);return[Kn(o,r,n),o]});if(i){if(i.message.includes("(404)")){const e=new URL(t?.scope||"/",location.href);throw new Error(k.formatMessage(`Failed to register a Service Worker for scope ('${e.href}') with script ('${r}'): Service Worker script does not exist at the given path.\n\nDid you forget to run "npx msw init <PUBLIC_DIR>"?\n\nLearn more about creating the Service Worker script: https://mswjs.io/docs/cli/init`))}throw new Error(k.formatMessage("Failed to register the Service Worker:\n\n%s",i.message))}return s};function Qn(e={}){if(e.quiet)return;const t=e.message||"Mocking enabled.";console.groupCollapsed(`%c${k.formatMessage(t)}`,"color:orangered;font-weight:bold;"),console.log("%cDocumentation: %chttps://mswjs.io/docs","font-weight:bold","font-weight:normal"),console.log("Found an issue? https://github.com/mswjs/msw/issues"),e.workerUrl&&console.log("Worker script URL:",e.workerUrl),e.workerScope&&console.log("Worker scope:",e.workerScope),e.client&&console.log("Client ID: %s (%s)",e.client.id,e.client.frameType),console.groupEnd()}function Yn(e){if(!["HEAD","GET"].includes(e.method))return e.body}function Jn(e){return new Request(e.url,{...e,body:Yn(e)})}function Xn(){return"undefined"!=typeof navigator&&"serviceWorker"in navigator&&"undefined"!=typeof location&&"file:"!==location.protocol}var Zn=function(){try{const e=new ReadableStream({start:e=>e.close()});return(new MessageChannel).port1.postMessage(e,[e]),!0}catch{return!1}}(),er=(e,t)=>async n=>{if(!e.isMockingEnabled&&e.workerStoppedAt&&n.data.interceptedAt>e.workerStoppedAt)return void n.postMessage("PASSTHROUGH");const r=n.data.id,o=Jn(n.data),a=o.clone(),i=o.clone();x.cache.set(o,i);try{await Dt(o,r,e.getRequestHandlers().filter(jt("RequestHandler")),t,e.emitter,{resolutionContext:{quiet:t.quiet},onPassthroughResponse(){n.postMessage("PASSTHROUGH")},async onMockedResponse(r,{handler:o,parsedResult:i}){const s=r.clone(),c=r.clone(),u=function(e){return{status:e.status,statusText:e.statusText,headers:Object.fromEntries(e.headers.entries())}}(r);if(Zn){const e=r.body;n.postMessage("MOCK_RESPONSE",{...u,body:e},e?[e]:void 0)}else{const e=null===r.body?null:await s.arrayBuffer();n.postMessage("MOCK_RESPONSE",{...u,body:e})}t.quiet||e.emitter.once("response:mocked",()=>{o.log({request:a,response:c,parsedResult:i})})}})}catch(e){e instanceof Error&&(k.error('Uncaught exception in the request handler for "%s %s":\n\n%s\n\nThis exception has been gracefully handled as a 500 response, however, it\'s strongly recommended to resolve this error, as it indicates a mistake in your code. If you wish to mock an error response, please see this guide: https://mswjs.io/docs/http/mocking-responses/error-responses',o.method,o.url,e.stack??e),n.postMessage("MOCK_RESPONSE",{status:500,statusText:"Request Handler Error",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:e.name,message:e.message,stack:e.stack})}))}};var tr=Symbol("isPatchedModule"),nr=class e extends Error{constructor(t){super(t),this.name="InterceptorError",Object.setPrototypeOf(this,e.prototype)}},rr=class e{static{this.PENDING=0}static{this.PASSTHROUGH=1}static{this.RESPONSE=2}static{this.ERROR=3}constructor(t,n){this.request=t,this.source=n,this.readyState=e.PENDING,this.handled=new Gn}get#a(){return this.handled}async passthrough(){Wn.as(nr,this.readyState===e.PENDING,'Failed to passthrough the "%s %s" request: the request has already been handled',this.request.method,this.request.url),this.readyState=e.PASSTHROUGH,await this.source.passthrough(),this.#a.resolve()}respondWith(t){Wn.as(nr,this.readyState===e.PENDING,'Failed to respond to the "%s %s" request with "%d %s": the request has already been handled (%d)',this.request.method,this.request.url,t.status,t.statusText||"OK",this.readyState),this.readyState=e.RESPONSE,this.#a.resolve(),this.source.respondWith(t)}errorWith(t){Wn.as(nr,this.readyState===e.PENDING,'Failed to error the "%s %s" request with "%s": the request has already been handled (%d)',this.request.method,this.request.url,t?.toString(),this.readyState),this.readyState=e.ERROR,this.source.errorWith(t),this.#a.resolve()}};function or(e){try{return new URL(e),!0}catch(e){return!1}}function ar(e,t){const n=Object.getOwnPropertySymbols(t).find(t=>t.description===e);if(n)return Reflect.get(t,n)}var ir=class e extends Response{static{this.STATUS_CODES_WITHOUT_BODY=[101,103,204,205,304]}static{this.STATUS_CODES_WITH_REDIRECT=[301,302,303,307,308]}static isConfigurableStatusCode(e){return e>=200&&e<=599}static isRedirectResponse(t){return e.STATUS_CODES_WITH_REDIRECT.includes(t)}static isResponseWithBody(t){return!e.STATUS_CODES_WITHOUT_BODY.includes(t)}static setUrl(e,t){if(!e||"about:"===e||!or(e))return;const n=ar("state",t);n?n.urlList.push(new URL(e)):Object.defineProperty(t,"url",{value:e,enumerable:!0,configurable:!0,writable:!1})}static parseRawHeaders(e){const t=new Headers;for(let n=0;n<e.length;n+=2)t.append(e[n],e[n+1]);return t}constructor(t,n={}){const r=n.status??200,o=e.isConfigurableStatusCode(r)?r:200;if(super(e.isResponseWithBody(r)?t:null,{status:o,statusText:n.statusText,headers:n.headers}),r!==o){const e=ar("state",this);e?e.status=r:Object.defineProperty(this,"status",{value:r,enumerable:!0,configurable:!0,writable:!1})}e.setUrl(n.url,this)}},sr=Symbol("kRawRequest");function cr(e,t){Reflect.set(e,sr,t)}var ur=Object.defineProperty,lr={};function dr(e){return`[33m${e}[0m`}function pr(e){return`[34m${e}[0m`}function hr(e){return`[90m${e}[0m`}function fr(e){return`[31m${e}[0m`}function mr(e){return`[32m${e}[0m`}((e,t)=>{for(var n in t)ur(e,n,{get:t[n],enumerable:!0})})(lr,{blue:()=>pr,gray:()=>hr,green:()=>mr,red:()=>fr,yellow:()=>dr});var gr=Hn(),yr=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=Er("DEBUG"),n=Er("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=xr(n,"debug")?br:this.debug,this.info=xr(n,"info")?br:this.info,this.success=xr(n,"success")?br:this.success,this.warning=xr(n,"warning")?br:this.warning,this.error=xr(n,"error")?br:this.error):(this.info=br,this.success=br,this.warning=br,this.error=br,this.only=br)}prefix;extend(e){return new yr(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:hr(e),positionals:t,prefix:this.prefix,colors:{prefix:"gray"}})}info(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}});const n=new vr;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${hr(`${n.deltaTime}ms`)}`,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}})}}success(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:`✔ ${this.prefix}`,colors:{timestamp:"green",prefix:"green"}})}warning(e,...t){this.logEntry({level:"warning",message:e,positionals:t,prefix:`⚠ ${this.prefix}`,colors:{timestamp:"yellow",prefix:"yellow"}})}error(e,...t){this.logEntry({level:"error",message:e,positionals:t,prefix:`✖ ${this.prefix}`,colors:{timestamp:"red",prefix:"red"}})}only(e){e()}createEntry(e,t){return{timestamp:new Date,level:e,message:t}}logEntry(e){const{level:t,message:n,prefix:r,colors:o,positionals:a=[]}=e,i=this.createEntry(t,n),s={timestamp:lr[o?.timestamp||"gray"],prefix:lr[o?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=r?s.prefix(r):[]).concat(Sr(n)).join(" "),...a.map(Sr))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return kr;case"warning":return wr;case"error":return _r}}},vr=class{startTime;endTime;deltaTime;constructor(){this.startTime=performance.now()}measure(){this.endTime=performance.now();const e=this.endTime-this.startTime;this.deltaTime=e.toFixed(2)}},br=()=>{};function kr(e,...t){gr?process.stdout.write(Bn(e,...t)+"\n"):console.log(e,...t)}function wr(e,...t){gr?process.stderr.write(Bn(e,...t)+"\n"):console.warn(e,...t)}function _r(e,...t){gr?process.stderr.write(Bn(e,...t)+"\n"):console.error(e,...t)}function Er(e){return gr?process.env[e]:globalThis[e]?.toString()}function xr(e,t){return void 0!==e&&e!==t}function Sr(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}var Cr=class extends Error{constructor(e,t,n){super(`Possible EventEmitter memory leak detected. ${n} ${t.toString()} listeners added. Use emitter.setMaxListeners() to increase limit`),this.emitter=e,this.type=t,this.count=n,this.name="MaxListenersExceededWarning"}},Rr=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=Rr.defaultMaxListeners,this.hasWarnedAboutPotentialMemoryLeak=!1}_emitInternalEvent(e,t,n){this.emit(e,t,n)}_getListeners(e){return Array.prototype.concat.apply([],this.events.get(e))||[]}_removeListener(e,t){const n=e.indexOf(t);return n>-1&&e.splice(n,1),[]}_wrapOnceListener(e,t){const n=(...r)=>(this.removeListener(e,n),t.apply(this,r));return Object.defineProperty(n,"name",{value:t.name}),n}setMaxListeners(e){return this.maxListeners=e,this}getMaxListeners(){return this.maxListeners}eventNames(){return Array.from(this.events.keys())}emit(e,...t){const n=this._getListeners(e);return n.forEach(e=>{e.apply(this,t)}),n.length>0}addListener(e,t){this._emitInternalEvent("newListener",e,t);const n=this._getListeners(e).concat(t);if(this.events.set(e,n),this.maxListeners>0&&this.listenerCount(e)>this.maxListeners&&!this.hasWarnedAboutPotentialMemoryLeak){this.hasWarnedAboutPotentialMemoryLeak=!0;const t=new Cr(this,e,this.listenerCount(e));console.warn(t)}return this}on(e,t){return this.addListener(e,t)}once(e,t){return this.addListener(e,this._wrapOnceListener(e,t))}prependListener(e,t){const n=this._getListeners(e);if(n.length>0){const r=[t].concat(n);this.events.set(e,r)}else this.events.set(e,n.concat(t));return this}prependOnceListener(e,t){return this.prependListener(e,this._wrapOnceListener(e,t))}removeListener(e,t){const n=this._getListeners(e);return n.length>0&&(this._removeListener(n,t),this.events.set(e,n),this._emitInternalEvent("removeListener",e,t)),this}off(e,t){return this.removeListener(e,t)}removeAllListeners(e){return e?this.events.delete(e):this.events.clear(),this}listeners(e){return Array.from(this._getListeners(e))}listenerCount(e){return this._getListeners(e).length}rawListeners(e){return this.listeners(e)}},Ir=Rr;Ir.defaultMaxListeners=10;function Tr(e){return globalThis[e]||void 0}var Ar=function(e){return e.INACTIVE="INACTIVE",e.APPLYING="APPLYING",e.APPLIED="APPLIED",e.DISPOSING="DISPOSING",e.DISPOSED="DISPOSED",e}({}),Or=class{constructor(e){this.symbol=e,this.readyState=Ar.INACTIVE,this.emitter=new Ir,this.subscriptions=[],this.logger=new yr(e.description),this.emitter.setMaxListeners(0),this.logger.info("constructing the interceptor...")}checkEnvironment(){return!0}apply(){const e=this.logger.extend("apply");if(e.info("applying the interceptor..."),this.readyState===Ar.APPLIED)return void e.info("intercepted already applied!");if(!this.checkEnvironment())return void e.info("the interceptor cannot be applied in this environment!");this.readyState=Ar.APPLYING;const t=this.getInstance();if(t)return e.info("found a running instance, reusing..."),this.on=(n,r)=>(e.info('proxying the "%s" listener',n),t.emitter.addListener(n,r),this.subscriptions.push(()=>{t.emitter.removeListener(n,r),e.info('removed proxied "%s" listener!',n)}),this),void(this.readyState=Ar.APPLIED);e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState=Ar.APPLIED}setup(){}on(e,t){const n=this.logger.extend("on");return this.readyState===Ar.DISPOSING||this.readyState===Ar.DISPOSED?(n.info("cannot listen to events, already disposed!"),this):(n.info('adding "%s" event listener:',e,t),this.emitter.on(e,t),this)}once(e,t){return this.emitter.once(e,t),this}off(e,t){return this.emitter.off(e,t),this}removeAllListeners(e){return this.emitter.removeAllListeners(e),this}dispose(){const e=this.logger.extend("dispose");if(this.readyState!==Ar.DISPOSED)if(e.info("disposing the interceptor..."),this.readyState=Ar.DISPOSING,this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",Tr(this.symbol)),this.subscriptions.length>0){e.info("disposing of %d subscriptions...",this.subscriptions.length);for(const e of this.subscriptions)e();this.subscriptions=[],e.info("disposed of all subscriptions!",this.subscriptions.length)}this.emitter.removeAllListeners(),e.info("destroyed the listener!"),this.readyState=Ar.DISPOSED}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){const e=Tr(this.symbol);return this.logger.info("retrieved global instance:",e?.constructor?.name),e}setInstance(){var e,t;e=this.symbol,t=this,globalThis[e]=t,this.logger.info("set global instance!",this.symbol.description)}clearInstance(){var e;e=this.symbol,delete globalThis[e],this.logger.info("cleared global instance!",this.symbol.description)}};function Pr(){return Math.random().toString(16).slice(2)}var Dr=new TextEncoder;var jr=class e extends Or{constructor(t){e.symbol=Symbol(t.name),super(e.symbol),this.interceptors=t.interceptors}setup(){const e=this.logger.extend("setup");e.info("applying all %d interceptors...",this.interceptors.length);for(const t of this.interceptors)e.info('applying "%s" interceptor...',t.constructor.name),t.apply(),e.info("adding interceptor dispose subscription"),this.subscriptions.push(()=>t.dispose())}on(e,t){for(const n of this.interceptors)n.on(e,t);return this}once(e,t){for(const n of this.interceptors)n.once(e,t);return this}off(e,t){for(const n of this.interceptors)n.off(e,t);return this}removeAllListeners(e){for(const t of this.interceptors)t.removeAllListeners(e);return this}};var Lr=e=>function(t,n){const r=(async()=>{e.workerChannel.removeAllListeners(),e.workerChannel.on("REQUEST",er(e,t)),e.workerChannel.on("RESPONSE",function(e){return t=>{const n=t.data,r=Jn(n.request);if(n.response.type?.includes("opaque"))return;const o=0===n.response.status?Response.error():new ir(ir.isResponseWithBody(n.response.status)?n.response.body:null,{...n.response,url:r.url});e.emitter.emit(n.isMockedResponse?"response:mocked":"response:bypass",{requestId:n.request.id,request:r,response:o})}}(e));const r=await $n(t.serviceWorker.url,t.serviceWorker.options,t.findWorker),[o,a]=r;if(!o){const e=n?.findWorker?k.formatMessage('Failed to locate the Service Worker registration using a custom "findWorker" predicate.\n\nPlease ensure that the custom predicate properly locates the Service Worker registration at "%s".\nMore details: https://mswjs.io/docs/api/setup-worker/start#findworker\n',t.serviceWorker.url):k.formatMessage('Failed to locate the Service Worker registration.\n\nThis most likely means that the worker script URL "%s" cannot resolve against the actual public hostname (%s). This may happen if your application runs behind a proxy, or has a dynamic hostname.\n\nPlease consider using a custom "serviceWorker.url" option to point to the actual worker script location, or a custom "findWorker" option to resolve the Service Worker registration manually. More details: https://mswjs.io/docs/api/setup-worker/start',t.serviceWorker.url,location.host);throw new Error(e)}return e.workerPromise.resolve(o),e.registration=a,window.addEventListener("beforeunload",()=>{"redundant"!==o.state&&e.workerChannel.postMessage("CLIENT_CLOSED"),window.clearInterval(e.keepAliveInterval),window.postMessage({type:"msw/worker:stop"})}),await function(e){const t=new Gn;return e.workerChannel.postMessage("INTEGRITY_CHECK_REQUEST"),e.workerChannel.once("INTEGRITY_CHECK_RESPONSE",e=>{const{checksum:n,packageVersion:r}=e.data;"4db4a41e972cec1b64cc569c66952d82"!==n&&k.warn(`The currently registered Service Worker has been generated by a different version of MSW (${r}) and may not be fully compatible with the installed version.\n\nIt's recommended you update your worker script by running this command:\n\n • npx msw init <PUBLIC_DIR>\n\nYou can also automate this process and make the worker script update automatically upon the library installations. Read more: https://mswjs.io/docs/cli/init.`),t.resolve()}),t}(e).catch(e=>{k.error("Error while checking the worker script integrity. Please report this on GitHub (https://github.com/mswjs/msw/issues) and include the original error below."),console.error(e)}),e.keepAliveInterval=window.setInterval(()=>e.workerChannel.postMessage("KEEPALIVE_REQUEST"),5e3),function(e,t){t?.quiet||location.href.startsWith(e.scope)||k.warn(`Cannot intercept requests on this page because it's outside of the worker's scope ("${e.scope}"). If you wish to mock API requests on this page, you must resolve this scope issue.\n\n- (Recommended) Register the worker at the root level ("/") of your application.\n- Set the "Service-Worker-Allowed" response header to allow out-of-scope workers.`)}(a,e.startOptions),a})().then(async n=>{const r=n.installing||n.waiting;if(r){const e=new Gn;r.addEventListener("statechange",()=>{"activated"===r.state&&e.resolve()}),await e}return await function(e,t){const n=new Gn;return e.workerChannel.postMessage("MOCK_ACTIVATE"),e.workerChannel.once("MOCKING_ENABLED",async r=>{e.isMockingEnabled=!0;const o=await e.workerPromise;Qn({quiet:t.quiet,workerScope:e.registration?.scope,workerUrl:o.scriptURL,client:r.data.client}),n.resolve(!0)}),n}(e,t).catch(e=>{throw k.error("Failed to enable mocking. Please report this on GitHub (https://github.com/mswjs/msw/issues) and include the original error below."),e}),n});return r},Nr=class{#i;#s;constructor(){this.#i=[],this.#s=new Map}get[Symbol.iterator](){return this.#i[Symbol.iterator].bind(this.#i)}entries(){return this.#s.entries()}get(e){return this.#s.get(e)||[]}getAll(){return this.#i.map(([,e])=>e)}append(e,t){this.#i.push([e,t]),this.#c(e,e=>e.push(t))}prepend(e,t){this.#i.unshift([e,t]),this.#c(e,e=>e.unshift(t))}delete(e,t){if(0!==this.size){this.#i=this.#i.filter(e=>e[1]!==t);for(const[n,r]of this.#s)n===e&&r.includes(t)&&r.splice(r.indexOf(t),1)}}deleteAll(e){0!==this.size&&(this.#i=this.#i.filter(t=>t[0]!==e),this.#s.delete(e))}get size(){return this.#i.length}clear(){0!==this.size&&(this.#i.length=0,this.#s.clear())}#c(e,t){t(this.#s.get(e)||this.#s.set(e,[]).get(e))}},zr=Symbol("kDefaultPrevented"),qr=Symbol("kPropagationStopped"),Ur=Symbol("kImmediatePropagationStopped"),Mr=class extends MessageEvent{#u;[zr];[qr];[Ur];constructor(...e){super(e[0],e[1]),this[zr]=!1}get defaultPrevented(){return this[zr]}preventDefault(){super.preventDefault(),this[zr]=!0}stopImmediatePropagation(){super.stopImmediatePropagation(),this[Ur]=!0}},Br=Symbol("kListenerOptions"),Fr=class{#l;constructor(){this.#l=new Nr}on(e,t,n){return this.#d(e,t,n),this}once(e,t,n){return this.on(e,t,{...n||{},once:!0})}earlyOn(e,t,n){return this.#d(e,t,n,"prepend"),this}earlyOnce(e,t,n){return this.earlyOn(e,t,{...n||{},once:!0})}emit(e){if(0===this.#l.size)return!1;const t=this.listenerCount(e.type)>0,n=this.#p(e);for(const t of this.#h(e.type)){if(null!=n.event[qr]&&n.event[qr]!==this)return n.revoke(),!1;if(n.event[Ur])break;this.#f(n.event,t)}return n.revoke(),t}async emitAsPromise(e){if(0===this.#l.size)return[];const t=[],n=this.#p(e);for(const r of this.#h(e.type)){if(null!=n.event[qr]&&n.event[qr]!==this)return n.revoke(),[];if(n.event[Ur])break;const e=await Promise.resolve(this.#f(n.event,r));this.#m(r)||t.push(e)}return n.revoke(),Promise.allSettled(t).then(e=>e.map(e=>"fulfilled"===e.status?e.value:e.reason))}*emitAsGenerator(e){if(0===this.#l.size)return;const t=this.#p(e);for(const n of this.#h(e.type)){if(null!=t.event[qr]&&t.event[qr]!==this)return void t.revoke();if(t.event[Ur])break;const e=this.#f(t.event,n);this.#m(n)||(yield e)}t.revoke()}removeListener(e,t){this.#l.delete(e,t)}removeAllListeners(e){null!=e?this.#l.deleteAll(e):this.#l.clear()}listeners(e){return null==e?this.#l.getAll():this.#l.get(e)}listenerCount(e){return null==e?this.#l.size:this.listeners(e).length}#d(e,t,n,r="append"){"prepend"===r?this.#l.prepend(e,t):this.#l.append(e,t),n&&(Object.defineProperty(t,Br,{value:n,enumerable:!1,writable:!1}),n.signal&&n.signal.addEventListener("abort",()=>{this.removeListener(e,t)},{once:!0}))}#p(e){const{stopPropagation:t}=e;return e.stopPropagation=new Proxy(e.stopPropagation,{apply:(t,n,r)=>(e[qr]=this,Reflect.apply(t,n,r))}),{event:e,revoke(){e.stopPropagation=t}}}#f(e,t){const n=t.call(this,e);if(t[Br]?.once){const n=this.#m(t)?"*":e.type;this.#l.delete(n,t)}return n}*#h(e){for(const[t,n]of this.#l)"*"!==t&&t!==e||(yield n)}#m(e){return this.#l.get("*").includes(e)}},Wr=Xn(),Hr=class extends Mr{#g;constructor(e){super(e.data.type,{data:e.data.payload}),this.#g=e}get ports(){return this.#g.ports}postMessage(e,...t){this.#g.ports[0].postMessage({type:e,data:t[0]},{transfer:t[1]})}},Gr=class extends Fr{constructor(e){super(),this.options=e,Wr&&navigator.serviceWorker.addEventListener("message",async e=>{const t=await this.options.worker;null!=e.source&&e.source!==t||e.data&&h(e.data)&&"type"in e.data&&this.emit(new Hr(e))})}postMessage(e){Wn(Wr,"Failed to post message on a WorkerChannel: the Service Worker API is unavailable in this context. This is likely an issue with MSW. Please report it on GitHub: https://github.com/mswjs/msw/issues"),this.options.worker.then(t=>{t.postMessage(e)})}};async function Vr(e,t,...n){const r=e.listeners(t);if(0!==r.length)for(const t of r)await t.apply(e,n)}function Kr(e){const t=Object.getOwnPropertyDescriptor(globalThis,e);return void 0!==t&&(("function"!=typeof t.get||void 0!==t.get())&&((void 0!==t.get||null!=t.value)&&(!(void 0===t.set&&!t.configurable)||(console.error(`[MSW] Failed to apply interceptor: the global \`${e}\` property is non-configurable. This is likely an issue with your environment. If you are using a framework, please open an issue about this in their repository.`),!1))))}var $r=async e=>{try{return{error:null,data:await e().catch(e=>{throw e})}}catch(e){return{error:e,data:null}}};function Qr(e,t=!1){return t?Object.prototype.toString.call(e).startsWith("[object "):"[object Object]"===Object.prototype.toString.call(e)}function Yr(e,t){try{return e[t],!0}catch{return!1}}function Jr(e){return null!=e&&e instanceof Response&&Yr(e,"type")&&"error"===e.type}async function Xr(e){const t=async t=>{return t instanceof Error?(await e.controller.errorWith(t),!0):Jr(t)?(await e.controller.respondWith(t),!0):Qr(n=t,!0)&&Yr(n,"status")&&Yr(n,"statusText")&&Yr(n,"bodyUsed")?(await e.controller.respondWith(t),!0):!!Qr(t)&&(await e.controller.errorWith(t),!0);var n},n=async n=>{if(n instanceof nr)throw o.error;return function(e){return null!=e&&e instanceof Error&&"code"in e&&"errno"in e}(n)?(await e.controller.errorWith(n),!0):n instanceof Response&&await t(n)},r=new Gn;if(e.request.signal){if(e.request.signal.aborted)return void await e.controller.errorWith(e.request.signal.reason);e.request.signal.addEventListener("abort",()=>{r.reject(e.request.signal.reason)},{once:!0})}const o=await $r(async()=>{const t=Vr(e.emitter,"request",{requestId:e.requestId,request:e.request,controller:e.controller});await Promise.race([r,t,e.controller.handled])});if("rejected"!==r.state){var a;if(!o.error)return e.controller.readyState===rr.PENDING?await e.controller.passthrough():e.controller.handled;if(await n(o.error))return;if(e.emitter.listenerCount("unhandledException")>0){const n=new rr(e.request,{passthrough(){},async respondWith(e){await t(e)},async errorWith(t){await e.controller.errorWith(t)}});if(await Vr(e.emitter,"unhandledException",{error:o.error,request:e.request,requestId:e.requestId,controller:n}),n.readyState!==rr.PENDING)return}await e.controller.respondWith((a=o.error,new Response(JSON.stringify(a instanceof Error?{name:a.name,message:a.message,stack:a.stack}:a),{status:500,statusText:"Unhandled Exception",headers:{"Content-Type":"application/json"}})))}else await e.controller.errorWith(r.rejectionReason)}function Zr(e){return Object.assign(new TypeError("Failed to fetch"),{cause:e})}var eo=["content-encoding","content-language","content-location","content-type","content-length"],to=Symbol("kRedirectCount");function no(e,t){return e.origin===t.origin&&"null"===e.origin||e.protocol===t.protocol&&e.hostname===t.hostname&&e.port===t.port}var ro=class extends TransformStream{constructor(){console.warn("[Interceptors]: Brotli decompression of response streams is not supported in the browser"),super({transform(e,t){t.enqueue(e)}})}},oo=class extends TransformStream{constructor(e,...t){super({},...t);const n=[super.readable,...e].reduce((e,t)=>e.pipeThrough(t));Object.defineProperty(this,"readable",{get:()=>n})}};function ao(e){if(null===e.body)return null;const t=function(e){if(""===e)return null;const t=function(e){return e.toLowerCase().split(",").map(e=>e.trim())}(e);return 0===t.length?null:new oo(t.reduceRight((e,t)=>"gzip"===t||"x-gzip"===t?e.concat(new DecompressionStream("gzip")):"deflate"===t?e.concat(new DecompressionStream("deflate")):"br"===t?e.concat(new ro):(e.length=0,e),[]))}(e.headers.get("content-encoding")||"");return t?(e.body.pipeTo(t.writable),t.readable):null}var io=class e extends Or{static{this.symbol=Symbol("fetch")}constructor(){super(e.symbol)}checkEnvironment(){return Kr("fetch")}async setup(){const e=globalThis.fetch;Wn(!e[tr],'Failed to patch the "fetch" module: already patched.'),globalThis.fetch=async(t,n)=>{const r=Pr(),o="string"!=typeof t||"undefined"==typeof location||or(t)?t:new URL(t,location.href),a=new Request(o,n);t instanceof Request&&cr(a,t);const i=new Gn,s=new rr(a,{passthrough:async()=>{this.logger.info("request has not been handled, passthrough...");const t=a.clone(),{error:n,data:o}=await $r(()=>e(a));if(n)return i.reject(n);if(this.logger.info("original fetch performed",o),this.emitter.listenerCount("response")>0){this.logger.info('emitting the "response" event...');const e=o.clone();await Vr(this.emitter,"response",{response:e,isMockedResponse:!1,request:t,requestId:r})}i.resolve(o)},respondWith:async e=>{if(Jr(e))return this.logger.info("request has errored!",{response:e}),void i.reject(Zr(e));this.logger.info("received mocked response!",{rawResponse:e});const t=ao(e),n=null===t?e:new ir(t,e);if(ir.setUrl(a.url,n),ir.isRedirectResponse(n.status)){if("error"===a.redirect)return void i.reject(Zr("unexpected redirect"));if("follow"===a.redirect)return void async function(e,t){if(303!==t.status&&null!=e.body)return Promise.reject(Zr());const n=new URL(e.url);let r;try{r=new URL(t.headers.get("location"),e.url)}catch(e){return Promise.reject(Zr(e))}if("http:"!==r.protocol&&"https:"!==r.protocol)return Promise.reject(Zr("URL scheme must be a HTTP(S) scheme"));if(Reflect.get(e,to)>20)return Promise.reject(Zr("redirect count exceeded"));if(Object.defineProperty(e,to,{value:(Reflect.get(e,to)||0)+1}),"cors"===e.mode&&(r.username||r.password)&&!no(n,r))return Promise.reject(Zr('cross origin not allowed for request mode "cors"'));const o={};([301,302].includes(t.status)&&"POST"===e.method||303===t.status&&!["HEAD","GET"].includes(e.method))&&(o.method="GET",o.body=null,eo.forEach(t=>{e.headers.delete(t)})),no(n,r)||(e.headers.delete("authorization"),e.headers.delete("proxy-authorization"),e.headers.delete("cookie"),e.headers.delete("host")),o.headers=e.headers;const a=await fetch(new Request(r,o));return Object.defineProperty(a,"redirected",{value:!0,configurable:!0}),a}(a,n).then(e=>{i.resolve(e)},e=>{i.reject(e)})}this.emitter.listenerCount("response")>0&&(this.logger.info('emitting the "response" event...'),await Vr(this.emitter,"response",{response:n.clone(),isMockedResponse:!0,request:a,requestId:r})),i.resolve(n)},errorWith:e=>{this.logger.info("request has been aborted!",{reason:e}),i.reject(e)}});return this.logger.info("[%s] %s",a.method,a.url),this.logger.info("awaiting for the mocked response..."),this.logger.info('emitting the "request" event for %s listener(s)...',this.emitter.listenerCount("request")),await Xr({request:a,requestId:r,emitter:this.emitter,controller:s}),i},Object.defineProperty(globalThis.fetch,tr,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis.fetch,tr,{value:void 0}),globalThis.fetch=e,this.logger.info('restored native "globalThis.fetch"!',globalThis.fetch.name)})}};var so=class{constructor(e,t){this.NONE=0,this.CAPTURING_PHASE=1,this.AT_TARGET=2,this.BUBBLING_PHASE=3,this.type="",this.srcElement=null,this.currentTarget=null,this.eventPhase=0,this.isTrusted=!0,this.composed=!1,this.cancelable=!0,this.defaultPrevented=!1,this.bubbles=!0,this.lengthComputable=!0,this.loaded=0,this.total=0,this.cancelBubble=!1,this.returnValue=!0,this.type=e,this.target=t?.target||null,this.currentTarget=t?.currentTarget||null,this.timeStamp=Date.now()}composedPath(){return[]}initEvent(e,t,n){this.type=e,this.bubbles=!!t,this.cancelable=!!n}preventDefault(){this.defaultPrevented=!0}stopPropagation(){}stopImmediatePropagation(){}},co=class extends so{constructor(e,t){super(e),this.lengthComputable=t?.lengthComputable||!1,this.composed=t?.composed||!1,this.loaded=t?.loaded||0,this.total=t?.total||0}},uo="undefined"!=typeof ProgressEvent;function lo(e,t){if(!(t in e))return null;if(Object.prototype.hasOwnProperty.call(e,t))return e;const n=Reflect.getPrototypeOf(e);return n?lo(n,t):null}function po(e,t){return new Proxy(e,function(e){const{constructorCall:t,methodCall:n,getProperty:r,setProperty:o}=e,a={};void 0!==t&&(a.construct=function(e,n,r){const o=Reflect.construct.bind(null,e,n,r);return t.call(r,n,o)});return a.set=function(e,t,n){const r=()=>{const r=lo(e,t)||e,o=Reflect.getOwnPropertyDescriptor(r,t);return void 0!==o?.set?(o.set.apply(e,[n]),!0):Reflect.defineProperty(r,t,{writable:!0,enumerable:!0,configurable:!0,value:n})};return void 0!==o?o.call(e,[t,n],r):r()},a.get=function(e,t,o){const a=()=>e[t],i=void 0!==r?r.call(e,[t,o],a):a();return"function"==typeof i?(...r)=>{const o=i.bind(e,...r);return void 0!==n?n.call(e,[t,r],o):o()}:i},a}(t))}function ho(e){const t=new Headers,n=e.split(/[\r\n]+/);for(const e of n){if(""===e.trim())continue;const[n,...r]=e.split(": "),o=r.join(": ");t.append(n,o)}return t}async function fo(e){const t=e.headers.get("content-length");return null!=t&&""!==t?Number(t):(await e.arrayBuffer()).byteLength}var mo=Symbol("kIsRequestHandled"),go=Hn(),yo=Symbol("kFetchRequest"),vo=class{constructor(e,t){this.initialRequest=e,this.logger=t,this.method="GET",this.url=null,this[mo]=!1,this.events=new Map,this.uploadEvents=new Map,this.requestId=Pr(),this.requestHeaders=new Headers,this.responseBuffer=new Uint8Array,this.request=po(e,{setProperty:([e,t],n)=>{if("ontimeout"===e){const r=e.slice(2);return this.request.addEventListener(r,t),n()}return n()},methodCall:([e,t],n)=>{switch(e){case"open":{const[e,r]=t;return void 0===r?(this.method="GET",this.url=bo(e)):(this.method=e,this.url=bo(r)),this.logger=this.logger.extend(`${this.method} ${this.url.href}`),this.logger.info("open",this.method,this.url.href),n()}case"addEventListener":{const[e,r]=t;return this.registerEvent(e,r),this.logger.info("addEventListener",e,r),n()}case"setRequestHeader":{const[e,r]=t;return this.requestHeaders.set(e,r),this.logger.info("setRequestHeader",e,r),n()}case"send":{const[e]=t;this.request.addEventListener("load",()=>{if(void 0!==this.onResponse){const e=function(e,t){return new ir(ir.isResponseWithBody(e.status)?t:null,{url:e.responseURL,status:e.status,statusText:e.statusText,headers:ho(e.getAllResponseHeaders())})}(this.request,this.request.response);this.onResponse.call(this,{response:e,isMockedResponse:this[mo],request:a,requestId:this.requestId})}});const o="string"==typeof e?(r=e,Dr.encode(r)):e,a=this.toFetchApiRequest(o);this[yo]=a.clone(),queueMicrotask(()=>{(this.onRequest?.call(this,{request:a,requestId:this.requestId})||Promise.resolve()).finally(()=>{if(!this[mo])return this.logger.info("request callback settled but request has not been handled (readystate %d), performing as-is...",this.request.readyState),go&&this.request.setRequestHeader("x-interceptors-internal-request-id",this.requestId),n()})});break}default:return n()}var r}}),ko(this.request,"upload",po(this.request.upload,{setProperty:([e,t],n)=>{switch(e){case"onloadstart":case"onprogress":case"onaboart":case"onerror":case"onload":case"ontimeout":case"onloadend":{const n=e.slice(2);this.registerUploadEvent(n,t)}}return n()},methodCall:([e,t],n)=>{if("addEventListener"===e){const[e,r]=t;return this.registerUploadEvent(e,r),this.logger.info("upload.addEventListener",e,r),n()}}}))}registerEvent(e,t){const n=(this.events.get(e)||[]).concat(t);this.events.set(e,n),this.logger.info('registered event "%s"',e,t)}registerUploadEvent(e,t){const n=(this.uploadEvents.get(e)||[]).concat(t);this.uploadEvents.set(e,n),this.logger.info('registered upload event "%s"',e,t)}async respondWith(e){if(this[mo]=!0,this[yo]){const e=await fo(this[yo]);this.trigger("loadstart",this.request.upload,{loaded:0,total:e}),this.trigger("progress",this.request.upload,{loaded:e,total:e}),this.trigger("load",this.request.upload,{loaded:e,total:e}),this.trigger("loadend",this.request.upload,{loaded:e,total:e})}this.logger.info("responding with a mocked response: %d %s",e.status,e.statusText),ko(this.request,"status",e.status),ko(this.request,"statusText",e.statusText),ko(this.request,"responseURL",this.url.href),this.request.getResponseHeader=new Proxy(this.request.getResponseHeader,{apply:(t,n,r)=>{if(this.logger.info("getResponseHeader",r[0]),this.request.readyState<this.request.HEADERS_RECEIVED)return this.logger.info("headers not received yet, returning null"),null;const o=e.headers.get(r[0]);return this.logger.info('resolved response header "%s" to',r[0],o),o}}),this.request.getAllResponseHeaders=new Proxy(this.request.getAllResponseHeaders,{apply:()=>{if(this.logger.info("getAllResponseHeaders"),this.request.readyState<this.request.HEADERS_RECEIVED)return this.logger.info("headers not received yet, returning empty string"),"";const t=Array.from(e.headers.entries()).map(([e,t])=>`${e}: ${t}`).join("\r\n");return this.logger.info("resolved all response headers to",t),t}}),Object.defineProperties(this.request,{response:{enumerable:!0,configurable:!1,get:()=>this.response},responseText:{enumerable:!0,configurable:!1,get:()=>this.responseText},responseXML:{enumerable:!0,configurable:!1,get:()=>this.responseXML}});const t=await fo(e.clone());this.logger.info("calculated response body length",t),this.trigger("loadstart",this.request,{loaded:0,total:t}),this.setReadyState(this.request.HEADERS_RECEIVED),this.setReadyState(this.request.LOADING);const n=()=>{this.logger.info("finalizing the mocked response..."),this.setReadyState(this.request.DONE),this.trigger("load",this.request,{loaded:this.responseBuffer.byteLength,total:t}),this.trigger("loadend",this.request,{loaded:this.responseBuffer.byteLength,total:t})};if(e.body){this.logger.info("mocked response has body, streaming...");const r=e.body.getReader(),o=async()=>{const{value:e,done:a}=await r.read();if(a)return this.logger.info("response body stream done!"),void n();e&&(this.logger.info("read response body chunk:",e),this.responseBuffer=function(e,t){const n=new Uint8Array(e.byteLength+t.byteLength);return n.set(e,0),n.set(t,e.byteLength),n}(this.responseBuffer,e),this.trigger("progress",this.request,{loaded:this.responseBuffer.byteLength,total:t})),o()};o()}else n()}responseBufferToText(){return e=this.responseBuffer,new TextDecoder(t).decode(e);var e,t}get response(){if(this.logger.info("getResponse (responseType: %s)",this.request.responseType),this.request.readyState!==this.request.DONE)return null;switch(this.request.responseType){case"json":{const e=function(e){try{return JSON.parse(e)}catch(e){return null}}(this.responseBufferToText());return this.logger.info("resolved response JSON",e),e}case"arraybuffer":{const t=(e=this.responseBuffer).buffer.slice(e.byteOffset,e.byteOffset+e.byteLength);return this.logger.info("resolved response ArrayBuffer",t),t}case"blob":{const e=this.request.getResponseHeader("Content-Type")||"text/plain",t=new Blob([this.responseBufferToText()],{type:e});return this.logger.info("resolved response Blob (mime type: %s)",t,e),t}default:{const e=this.responseBufferToText();return this.logger.info('resolving "%s" response type as text',this.request.responseType,e),e}}var e}get responseText(){if(Wn(""===this.request.responseType||"text"===this.request.responseType,"InvalidStateError: The object is in invalid state."),this.request.readyState!==this.request.LOADING&&this.request.readyState!==this.request.DONE)return"";const e=this.responseBufferToText();return this.logger.info('getResponseText: "%s"',e),e}get responseXML(){if(Wn(""===this.request.responseType||"document"===this.request.responseType,"InvalidStateError: The object is in invalid state."),this.request.readyState!==this.request.DONE)return null;const e=this.request.getResponseHeader("Content-Type")||"";return"undefined"==typeof DOMParser?(console.warn("Cannot retrieve XMLHttpRequest response body as XML: DOMParser is not defined. You are likely using an environment that is not browser or does not polyfill browser globals correctly."),null):function(e){return["application/xhtml+xml","application/xml","image/svg+xml","text/html","text/xml"].some(t=>e.startsWith(t))}(e)?(new DOMParser).parseFromString(this.responseBufferToText(),e):null}errorWith(e){this[mo]=!0,this.logger.info("responding with an error"),this.setReadyState(this.request.DONE),this.trigger("error",this.request),this.trigger("loadend",this.request)}setReadyState(e){this.logger.info("setReadyState: %d -> %d",this.request.readyState,e),this.request.readyState!==e?(ko(this.request,"readyState",e),this.logger.info("set readyState to: %d",e),e!==this.request.UNSENT&&(this.logger.info('triggering "readystatechange" event...'),this.trigger("readystatechange",this.request))):this.logger.info("ready state identical, skipping transition...")}trigger(e,t,n){const r=t[`on${e}`],o=function(e,t,n){const r=uo?ProgressEvent:co;return["error","progress","loadstart","loadend","load","timeout","abort"].includes(t)?new r(t,{lengthComputable:!0,loaded:n?.loaded||0,total:n?.total||0}):new so(t,{target:e,currentTarget:e})}(t,e,n);this.logger.info('trigger "%s"',e,n||""),"function"==typeof r&&(this.logger.info('found a direct "%s" callback, calling...',e),r.call(t,o));const a=t instanceof XMLHttpRequestUpload?this.uploadEvents:this.events;for(const[n,r]of a)n===e&&(this.logger.info('found %d listener(s) for "%s" event, calling...',r.length,e),r.forEach(e=>e.call(t,o)))}toFetchApiRequest(e){this.logger.info("converting request to a Fetch API Request...");const t=e instanceof Document?e.documentElement.innerText:e,n=new Request(this.url.href,{method:this.method,headers:this.requestHeaders,credentials:this.request.withCredentials?"include":"same-origin",body:["GET","HEAD"].includes(this.method.toUpperCase())?null:t});return ko(n,"headers",po(n.headers,{methodCall:([e,t],r)=>{switch(e){case"append":case"set":{const[e,n]=t;this.request.setRequestHeader(e,n);break}case"delete":{const[e]=t;console.warn(`XMLHttpRequest: Cannot remove a "${e}" header from the Fetch API representation of the "${n.method} ${n.url}" request. XMLHttpRequest headers cannot be removed.`);break}}return r()}})),cr(n,this.request),this.logger.info("converted request to a Fetch API Request!",n),n}};function bo(e){return"undefined"==typeof location?new URL(e):new URL(e.toString(),location.href)}function ko(e,t,n){Reflect.defineProperty(e,t,{writable:!0,enumerable:!0,value:n})}var wo=class e extends Or{static{this.interceptorSymbol=Symbol("xhr")}constructor(){super(e.interceptorSymbol)}checkEnvironment(){return Kr("XMLHttpRequest")}setup(){const e=this.logger.extend("setup");e.info('patching "XMLHttpRequest" module...');const t=globalThis.XMLHttpRequest;Wn(!t[tr],'Failed to patch the "XMLHttpRequest" module: already patched.'),globalThis.XMLHttpRequest=function({emitter:e,logger:t}){return new Proxy(globalThis.XMLHttpRequest,{construct(n,r,o){t.info("constructed new XMLHttpRequest");const a=Reflect.construct(n,r,o),i=Object.getOwnPropertyDescriptors(n.prototype);for(const e in i)Reflect.defineProperty(a,e,i[e]);const s=new vo(a,t);return s.onRequest=async function({request:t,requestId:n}){const r=new rr(t,{passthrough:()=>{this.logger.info("no mocked response received, performing request as-is...")},respondWith:async e=>{Jr(e)?this.errorWith(new TypeError("Network error")):await this.respondWith(e)},errorWith:e=>{this.logger.info("request errored!",{error:e}),e instanceof Error&&this.errorWith(e)}});this.logger.info("awaiting mocked response..."),this.logger.info('emitting the "request" event for %s listener(s)...',e.listenerCount("request")),await Xr({request:t,requestId:n,controller:r,emitter:e})},s.onResponse=async function({response:t,isMockedResponse:n,request:r,requestId:o}){this.logger.info('emitting the "response" event for %s listener(s)...',e.listenerCount("response")),e.emit("response",{response:t,isMockedResponse:n,request:r,requestId:o})},s.request}})}({emitter:this.emitter,logger:this.logger}),e.info('native "XMLHttpRequest" module patched!',globalThis.XMLHttpRequest.name),Object.defineProperty(globalThis.XMLHttpRequest,tr,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis.XMLHttpRequest,tr,{value:void 0}),globalThis.XMLHttpRequest=t,e.info('native "XMLHttpRequest" module restored!',globalThis.XMLHttpRequest.name)})}};var _o=class extends Mt{context;constructor(...e){super(...e),Wn(!Hn(),k.formatMessage("Failed to execute `setupWorker` in a non-browser environment. Consider using `setupServer` for Node.js environment instead.")),this.context=this.createWorkerContext()}createWorkerContext(){const e=new Gn;return{isMockingEnabled:!1,startOptions:null,workerPromise:e,registration:void 0,getRequestHandlers:()=>this.handlersController.currentHandlers(),emitter:this.emitter,workerChannel:new Gr({worker:e})}}async start(e={}){if("waitUntilReady"in e&&k.warn('The "waitUntilReady" option has been deprecated. Please remove it from this "worker.start()" call. Follow the recommended Browser integration (https://mswjs.io/docs/integrations/browser) to eliminate any race conditions between the Service Worker registration and any requests made by your application on initial render.'),this.context.isMockingEnabled)return k.warn('Found a redundant "worker.start()" call. Note that starting the worker while mocking is already enabled will have no effect. Consider removing this "worker.start()" call.'),this.context.registration;if(this.context.workerStoppedAt=void 0,this.context.startOptions=f(Vn,e),function(e){An.on("connection",async t=>{const n=e.getHandlers().filter(jt("EventHandler"));if(n.length>0)return e?.onMockedConnection(t),void await Promise.all(n.map(e=>e.run(t)));const r=new Request(t.client.url,{headers:{upgrade:"websocket",connection:"upgrade"}});await C(r,e.getUnhandledRequestStrategy()).catch(e=>{const n=new Event("error");Object.defineProperty(n,"cause",{enumerable:!0,configurable:!1,value:e}),t.client.socket.dispatchEvent(n)}),e?.onPassthroughConnection(t),t.server.connect()})}({getUnhandledRequestStrategy:()=>this.context.startOptions.onUnhandledRequest,getHandlers:()=>this.handlersController.currentHandlers(),onMockedConnection:e=>{this.context.startOptions.quiet||Un(e)},onPassthroughConnection(){}}),An.apply(),this.subscriptions.push(()=>{An.dispose()}),!Xn()){const e=function(e,t){const n=new jr({name:"fallback",interceptors:[new io,new wo]});return n.on("request",async({request:n,requestId:r,controller:o})=>{const a=n.clone(),i=await Dt(n,r,e.getRequestHandlers().filter(jt("RequestHandler")),t,e.emitter,{resolutionContext:{quiet:t.quiet},onMockedResponse(n,{handler:r,parsedResult:o}){t.quiet||e.emitter.once("response:mocked",({response:e})=>{r.log({request:a,response:e,parsedResult:o})})}});i&&o.respondWith(i)}),n.on("response",({response:t,isMockedResponse:n,request:r,requestId:o})=>{e.emitter.emit(n?"response:mocked":"response:bypass",{response:t,request:r,requestId:o})}),n.apply(),n}(this.context,this.context.startOptions);return this.subscriptions.push(()=>{e.dispose()}),this.context.isMockingEnabled=!0,void Qn({message:"Mocking enabled (fallback mode).",quiet:this.context.startOptions.quiet})}const t=Lr(this.context),n=await t(this.context.startOptions,e);return this.context.isMockingEnabled=!0,n}stop(){super.dispose(),this.context.isMockingEnabled?(this.context.isMockingEnabled=!1,this.context.workerStoppedAt=Date.now(),this.context.emitter.removeAllListeners(),Xn()&&(this.context.workerChannel.removeAllListeners("RESPONSE"),window.clearInterval(this.context.keepAliveInterval)),window.postMessage({type:"msw/worker:stop"}),function(e={}){e.quiet||console.log(`%c${k.formatMessage("Mocking disabled.")}`,"color:orangered;font-weight:bold;")}({quiet:this.context.startOptions?.quiet})):k.warn('Found a redundant "worker.stop()" call. Notice that stopping the worker after it has already been stopped has no effect. Consider removing this "worker.stop()" call.')}};const{message:Eo}=st;function xo(e,t){void 0===t&&(t={});for(var n=function(e){for(var t=[],n=0;n<e.length;){var r=e[n];if("*"!==r&&"+"!==r&&"?"!==r)if("\\"!==r)if("{"!==r)if("}"!==r)if(":"!==r)if("("!==r)t.push({type:"CHAR",index:n,value:e[n++]});else{var o=1,a="";if("?"===e[s=n+1])throw new TypeError('Pattern cannot start with "?" at '.concat(s));for(;s<e.length;)if("\\"!==e[s]){if(")"===e[s]){if(0===--o){s++;break}}else if("("===e[s]&&(o++,"?"!==e[s+1]))throw new TypeError("Capturing groups are not allowed at ".concat(s));a+=e[s++]}else a+=e[s++]+e[s++];if(o)throw new TypeError("Unbalanced pattern at ".concat(n));if(!a)throw new TypeError("Missing pattern at ".concat(n));t.push({type:"PATTERN",index:n,value:a}),n=s}else{for(var i="",s=n+1;s<e.length;){var c=e.charCodeAt(s);if(!(c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||95===c))break;i+=e[s++]}if(!i)throw new TypeError("Missing parameter name at ".concat(n));t.push({type:"NAME",index:n,value:i}),n=s}else t.push({type:"CLOSE",index:n,value:e[n++]});else t.push({type:"OPEN",index:n,value:e[n++]});else t.push({type:"ESCAPED_CHAR",index:n++,value:e[n++]});else t.push({type:"MODIFIER",index:n,value:e[n++]})}return t.push({type:"END",index:n,value:""}),t}(e),r=t.prefixes,o=void 0===r?"./":r,a=t.delimiter,i=void 0===a?"/#?":a,s=[],c=0,u=0,l="",d=function(e){if(u<n.length&&n[u].type===e)return n[u++].value},p=function(e){var t=d(e);if(void 0!==t)return t;var r=n[u],o=r.type,a=r.index;throw new TypeError("Unexpected ".concat(o," at ").concat(a,", expected ").concat(e))},h=function(){for(var e,t="";e=d("CHAR")||d("ESCAPED_CHAR");)t+=e;return t},f=function(e){var t=s[s.length-1],n=e||(t&&"string"==typeof t?t:"");if(t&&!n)throw new TypeError('Must have text between two parameters, missing text after "'.concat(t.name,'"'));return!n||function(e){for(var t=0,n=i;t<n.length;t++){var r=n[t];if(e.indexOf(r)>-1)return!0}return!1}(n)?"[^".concat(Co(i),"]+?"):"(?:(?!".concat(Co(n),")[^").concat(Co(i),"])+?")};u<n.length;){var m=d("CHAR"),g=d("NAME"),y=d("PATTERN");if(g||y){var v=m||"";-1===o.indexOf(v)&&(l+=v,v=""),l&&(s.push(l),l=""),s.push({name:g||c++,prefix:v,suffix:"",pattern:y||f(v),modifier:d("MODIFIER")||""})}else{var b=m||d("ESCAPED_CHAR");if(b)l+=b;else if(l&&(s.push(l),l=""),d("OPEN")){v=h();var k=d("NAME")||"",w=d("PATTERN")||"",_=h();p("CLOSE"),s.push({name:k||(w?c++:""),pattern:k&&!w?f(v):w,prefix:v,suffix:_,modifier:d("MODIFIER")||""})}else p("END")}}return s}function So(e,t){var n=[];return function(e,t,n){void 0===n&&(n={});var r=n.decode,o=void 0===r?function(e){return e}:r;return function(n){var r=e.exec(n);if(!r)return!1;for(var a=r[0],i=r.index,s=Object.create(null),c=function(e){if(void 0===r[e])return"continue";var n=t[e-1];"*"===n.modifier||"+"===n.modifier?s[n.name]=r[e].split(n.prefix+n.suffix).map(function(e){return o(e,n)}):s[n.name]=o(r[e],n)},u=1;u<r.length;u++)c(u);return{path:a,index:i,params:s}}}(To(e,n,t),n,t)}function Co(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function Ro(e){return e&&e.sensitive?"":"i"}function Io(e,t,n){return function(e,t,n){void 0===n&&(n={});for(var r=n.strict,o=void 0!==r&&r,a=n.start,i=void 0===a||a,s=n.end,c=void 0===s||s,u=n.encode,l=void 0===u?function(e){return e}:u,d=n.delimiter,p=void 0===d?"/#?":d,h=n.endsWith,f="[".concat(Co(void 0===h?"":h),"]|$"),m="[".concat(Co(p),"]"),g=i?"^":"",y=0,v=e;y<v.length;y++){var b=v[y];if("string"==typeof b)g+=Co(l(b));else{var k=Co(l(b.prefix)),w=Co(l(b.suffix));if(b.pattern)if(t&&t.push(b),k||w)if("+"===b.modifier||"*"===b.modifier){var _="*"===b.modifier?"?":"";g+="(?:".concat(k,"((?:").concat(b.pattern,")(?:").concat(w).concat(k,"(?:").concat(b.pattern,"))*)").concat(w,")").concat(_)}else g+="(?:".concat(k,"(").concat(b.pattern,")").concat(w,")").concat(b.modifier);else{if("+"===b.modifier||"*"===b.modifier)throw new TypeError('Can not repeat "'.concat(b.name,'" without a prefix and suffix'));g+="(".concat(b.pattern,")").concat(b.modifier)}else g+="(?:".concat(k).concat(w,")").concat(b.modifier)}}if(c)o||(g+="".concat(m,"?")),g+=n.endsWith?"(?=".concat(f,")"):"$";else{var E=e[e.length-1],x="string"==typeof E?m.indexOf(E[E.length-1])>-1:void 0===E;o||(g+="(?:".concat(m,"(?=").concat(f,"))?")),x||(g+="(?=".concat(m,"|").concat(f,")"))}return new RegExp(g,Ro(n))}(xo(e,n),t,n)}function To(e,t,n){return e instanceof RegExp?function(e,t){if(!t)return e;for(var n=/\((?:\?<(.*?)>)?(?!\?)/g,r=0,o=n.exec(e.source);o;)t.push({name:o[1]||r++,prefix:"",suffix:"",modifier:"",pattern:""}),o=n.exec(e.source);return e}(e,t):Array.isArray(e)?function(e,t,n){var r=e.map(function(e){return To(e,t,n).source});return new RegExp("(?:".concat(r.join("|"),")"),Ro(n))}(e,t,n):Io(e,t,n)}var Ao=class e extends Error{constructor(t){super(t),this.name="InterceptorError",Object.setPrototypeOf(this,e.prototype)}};function Oo(e,t){const n=Object.getOwnPropertySymbols(t).find(t=>t.description===e);if(n)return Reflect.get(t,n)}(class e{static{this.PENDING=0}static{this.PASSTHROUGH=1}static{this.RESPONSE=2}static{this.ERROR=3}constructor(t,n){this.request=t,this.source=n,this.readyState=e.PENDING,this.handled=new un}get#a(){return this.handled}async passthrough(){v.as(Ao,this.readyState===e.PENDING,'Failed to passthrough the "%s %s" request: the request has already been handled',this.request.method,this.request.url),this.readyState=e.PASSTHROUGH,await this.source.passthrough(),this.#a.resolve()}respondWith(t){v.as(Ao,this.readyState===e.PENDING,'Failed to respond to the "%s %s" request with "%d %s": the request has already been handled (%d)',this.request.method,this.request.url,t.status,t.statusText||"OK",this.readyState),this.readyState=e.RESPONSE,this.#a.resolve(),this.source.respondWith(t)}errorWith(t){v.as(Ao,this.readyState===e.PENDING,'Failed to error the "%s %s" request with "%s": the request has already been handled (%d)',this.request.method,this.request.url,t?.toString(),this.readyState),this.readyState=e.ERROR,this.source.errorWith(t),this.#a.resolve()}});var Po=class e extends Response{static{this.STATUS_CODES_WITHOUT_BODY=[101,103,204,205,304]}static{this.STATUS_CODES_WITH_REDIRECT=[301,302,303,307,308]}static isConfigurableStatusCode(e){return e>=200&&e<=599}static isRedirectResponse(t){return e.STATUS_CODES_WITH_REDIRECT.includes(t)}static isResponseWithBody(t){return!e.STATUS_CODES_WITHOUT_BODY.includes(t)}static setUrl(e,t){if(!e||"about:"===e||!function(e){try{return new URL(e),!0}catch(e){return!1}}(e))return;const n=Oo("state",t);n?n.urlList.push(new URL(e)):Object.defineProperty(t,"url",{value:e,enumerable:!0,configurable:!0,writable:!1})}static parseRawHeaders(e){const t=new Headers;for(let n=0;n<e.length;n+=2)t.append(e[n],e[n+1]);return t}constructor(t,n={}){const r=n.status??200,o=e.isConfigurableStatusCode(r)?r:200;if(super(e.isResponseWithBody(r)?t:null,{status:o,statusText:n.statusText,headers:n.headers}),r!==o){const e=Oo("state",this);e?e.status=r:Object.defineProperty(this,"status",{value:r,enumerable:!0,configurable:!0,writable:!1})}e.setUrl(n.url,this)}};new TextEncoder;const Do=/[?|#].*$/g;function jo(e){return e.endsWith("?")?e:e.replace(Do,"")}function Lo(e,t){if(e instanceof RegExp)return e;const n=function(e,t){if(/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e))return e;if(e.startsWith("*"))return e;const n=t||"undefined"!=typeof location&&location.href;return n?decodeURI(new URL(encodeURI(e),n).href):e}(e,t);return jo(n)}function No(e,t,n){const r=Lo(t,n),o="string"==typeof r?function(e){return e.replace(/([:a-zA-Z_-]*)(\*{1,2})+/g,(e,t,n)=>{const r="(.*)";return t?t.startsWith(":")?`${t}${n}`:`${t}${r}`:r}).replace(/([^/])(:)(?=\d+)/,"$1\\$2").replace(/^([^/]+)(:)(?=\/\/)/,"$1\\$2")}(r):r,a=function(e,t=!0){return[t&&e.origin,e.pathname].filter(Boolean).join("")}(e),i=So(o,{decode:decodeURIComponent})(a);return{matches:!1!==i,params:i&&i.params||{}}}var zo=Object.create,qo=Object.defineProperty,Uo=Object.getOwnPropertyDescriptor,Mo=Object.getOwnPropertyNames,Bo=Object.getPrototypeOf,Fo=Object.prototype.hasOwnProperty,Wo=((e,t)=>function(){return t||(0,e[Mo(e)[0]])((t={exports:{}}).exports,t),t.exports})({"node_modules/.pnpm/cookie@1.0.2/node_modules/cookie/dist/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.parse=function(e,t){const n=new i,r=e.length;if(r<2)return n;const o=t?.decode||u;let a=0;do{const t=e.indexOf("=",a);if(-1===t)break;const i=e.indexOf(";",a),u=-1===i?r:i;if(t>u){a=e.lastIndexOf(";",t-1)+1;continue}const l=s(e,a,t),d=c(e,t,l),p=e.slice(l,d);if(void 0===n[p]){let r=s(e,t+1,u),a=c(e,u,r);const i=o(e.slice(r,a));n[p]=i}a=u+1}while(a<r);return n},e.serialize=function(e,i,s){const c=s?.encode||encodeURIComponent;if(!t.test(e))throw new TypeError(`argument name is invalid: ${e}`);const u=c(i);if(!n.test(u))throw new TypeError(`argument val is invalid: ${i}`);let l=e+"="+u;if(!s)return l;if(void 0!==s.maxAge){if(!Number.isInteger(s.maxAge))throw new TypeError(`option maxAge is invalid: ${s.maxAge}`);l+="; Max-Age="+s.maxAge}if(s.domain){if(!r.test(s.domain))throw new TypeError(`option domain is invalid: ${s.domain}`);l+="; Domain="+s.domain}if(s.path){if(!o.test(s.path))throw new TypeError(`option path is invalid: ${s.path}`);l+="; Path="+s.path}if(s.expires){if(!function(e){return"[object Date]"===a.call(e)}(s.expires)||!Number.isFinite(s.expires.valueOf()))throw new TypeError(`option expires is invalid: ${s.expires}`);l+="; Expires="+s.expires.toUTCString()}s.httpOnly&&(l+="; HttpOnly");s.secure&&(l+="; Secure");s.partitioned&&(l+="; Partitioned");if(s.priority){switch("string"==typeof s.priority?s.priority.toLowerCase():void 0){case"low":l+="; Priority=Low";break;case"medium":l+="; Priority=Medium";break;case"high":l+="; Priority=High";break;default:throw new TypeError(`option priority is invalid: ${s.priority}`)}}if(s.sameSite){switch("string"==typeof s.sameSite?s.sameSite.toLowerCase():s.sameSite){case!0:case"strict":l+="; SameSite=Strict";break;case"lax":l+="; SameSite=Lax";break;case"none":l+="; SameSite=None";break;default:throw new TypeError(`option sameSite is invalid: ${s.sameSite}`)}}return l};var t=/^[\u0021-\u003A\u003C\u003E-\u007E]+$/,n=/^[\u0021-\u003A\u003C-\u007E]*$/,r=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,o=/^[\u0020-\u003A\u003D-\u007E]*$/,a=Object.prototype.toString,i=(()=>{const e=function(){};return e.prototype=Object.create(null),e})();function s(e,t,n){do{const n=e.charCodeAt(t);if(32!==n&&9!==n)return t}while(++t<n);return n}function c(e,t,n){for(;t>n;){const n=e.charCodeAt(--t);if(32!==n&&9!==n)return t+1}return n}function u(e){if(-1===e.indexOf("%"))return e;try{return decodeURIComponent(e)}catch(t){return e}}}}),Ho=((e,t,n)=>(n=null!=e?zo(Bo(e)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of Mo(t))Fo.call(e,o)||o===n||qo(e,o,{get:()=>t[o],enumerable:!(r=Uo(t,o))||r.enumerable});return e})(!t&&e&&e.__esModule?n:qo(n,"default",{value:e,enumerable:!0}),e)))(Wo(),1),Go=Ho.default||Ho,Vo=Go.parse,Ko=Go.serialize;function $o(e){const t=Vo(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[e]);return n}function Qo(){return $o(document.cookie)}function Yo(e){const t=e.headers.get("cookie"),n=t?$o(t):{},r=function(e){if("undefined"==typeof document||"undefined"==typeof location)return{};switch(e.credentials){case"same-origin":{const t=new URL(e.url);return location.origin===t.origin?Qo():{}}case"include":return Qo();default:return{}}}(e);for(const t in r)e.headers.append("cookie",Ko(t,r[t]));const o=Ve.getCookies(e.url),a=Object.fromEntries(o.map(e=>[e.key,e.value]));for(const t of o)e.headers.append("cookie",t.toString());return{...r,...a,...n}}var Jo=(e=>(e.HEAD="HEAD",e.GET="GET",e.POST="POST",e.PUT="PUT",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.DELETE="DELETE",e))(Jo||{});class Xo extends x{constructor(e,t,n,r){const o="function"==typeof t?"[custom predicate]":t;super({info:{header:`${e}${o?` ${o}`:""}`,path:t,method:e},resolver:n,options:r}),this.checkRedundantQueryParameters()}checkRedundantQueryParameters(){const{method:e,path:t}=this.info;if(!t||t instanceof RegExp||"function"==typeof t)return;jo(t)!==t&&k.warn(`Found a redundant usage of query parameters in the request handler URL for "${e} ${t}". Please match against a path instead and access query parameters using "new URL(request.url).searchParams" instead. Learn more: https://mswjs.io/docs/http/intercepting-requests#querysearch-parameters`)}async parse(e){const t=new URL(e.request.url),n=Yo(e.request);if("function"==typeof this.info.path){const t=await this.info.path({request:e.request,cookies:n});return{match:"boolean"==typeof t?{matches:t,params:{}}:t,cookies:n}}return{match:this.info.path?No(t,this.info.path,e.resolutionContext?.baseUrl):{matches:!1,params:{}},cookies:n}}async predicate(e){const t=this.matchMethod(e.request.method),n=e.parsedResult.match.matches;return t&&n}matchMethod(e){return this.info.method instanceof RegExp?this.info.method.test(e):(t=this.info.method,n=e,t.toLowerCase()===n.toLowerCase());var t,n}extendResolverArgs(e){return{params:e.parsedResult.match?.params||{},cookies:e.parsedResult.cookies}}async log(e){const t=S(e.request.url),n=await async function(e){const t=e.clone(),n=await t.text();return{url:new URL(e.url),method:e.method,headers:Object.fromEntries(e.headers.entries()),body:n}}(e.request),r=await async function(e){const t=e.clone(),n=await t.text(),r=t.status||200;return{status:r,statusText:t.statusText||Eo[r]||"OK",headers:Object.fromEntries(t.headers.entries()),body:n}}(e.response),o=(a=r.status)<300?"#69AB32":a<400?"#F0BB4B":"#E95F5D";var a;console.groupCollapsed(k.formatMessage(`${On()} ${e.request.method} ${t} (%c${r.status} ${r.statusText}%c)`),`color:${o}`,"color:inherit"),console.log("Request",n),console.log("Handler:",this),console.log("Response",r),console.groupEnd()}}function Zo(e){return(t,n,r={})=>new Xo(e,t,n,r)}const ea={all:Zo(/.+/),head:Zo(Jo.HEAD),get:Zo(Jo.GET),post:Zo(Jo.POST),put:Zo(Jo.PUT),delete:Zo(Jo.DELETE),patch:Zo(Jo.PATCH),options:Zo(Jo.OPTIONS)},ta=Symbol("bodyType");class na extends Po{[ta]=null;constructor(e,t){const n=Pt(t);super(e,n),function(e,t){t.type&&Object.defineProperty(e,"type",{value:t.type,enumerable:!0,writable:!1});const n=t.headers.get("set-cookie");if(n&&(Object.defineProperty(e,Ot,{value:n,enumerable:!1,writable:!1}),"undefined"!=typeof document)){const e=Tt.prototype.getSetCookie.call(t.headers);for(const t of e)document.cookie=t}}(this,n)}static error(){return super.error()}static text(e,t){const n=Pt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/plain"),n.headers.has("Content-Length")||n.headers.set("Content-Length",e?new Blob([e]).size.toString():"0"),new na(e,n)}static json(e,t){const n=Pt(t);n.headers.has("Content-Type")||n.headers.set("Content-Type","application/json");const r=JSON.stringify(e);return n.headers.has("Content-Length")||n.headers.set("Content-Length",r?new Blob([r]).size.toString():"0"),new na(r,n)}static xml(e,t){const n=Pt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/xml"),new na(e,n)}static html(e,t){const n=Pt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/html"),new na(e,n)}static arrayBuffer(e,t){const n=Pt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","application/octet-stream"),e&&!n.headers.has("Content-Length")&&n.headers.set("Content-Length",e.byteLength.toString()),new na(e,n)}static formData(e,t){return new na(e,Pt(t))}}v("undefined"!=typeof URL,k.formatMessage('Global "URL" class is not defined. This likely means that you\'re running MSW in an environment that doesn\'t support all Node.js standard API (e.g. React Native). If that\'s the case, please use an appropriate polyfill for the "URL" class, like "react-native-url-polyfill".'));var ra,oa={content:[{test_credential:!0,organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83146,code:"a6d708a9-0227-44eb-a044-0738b644d0fb",order_id:"1739814014074",status:"ERROR",sub_status:"ERROR",amount_value:300,currency_code:"MXN",created_at:"2025-02-17T17:40:46.747839Z",updated_at:"2025-02-17T17:40:48.555749Z",captured:0,refunded:0,country:"MX",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",description:"test description",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"5d1558b0-4e6a-4268-a543-7b713b1de986",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82453,payment_id:83146,document_number:"IESF960301230",email:"rizinuta@fijwam.eg"}],card_transaction:[{card_transaction_id:19733,transaction_id:83459,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]},{test_credential:!1,organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83145,code:"240622a6-654d-44de-ae61-b718afeeb78f",order_id:"1739813914789",status:"ERROR",sub_status:"ERROR",amount_value:300,currency_code:"MXN",created_at:"2025-02-17T17:39:04.220012Z",updated_at:"2025-02-17T17:39:05.658776Z",captured:0,refunded:0,country:"MX",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",description:"test description",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"2e1180e4-4a2a-4f63-ab7a-25e2ec07314a",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82452,payment_id:83145,document_number:"GOOT991014HASNLT07",email:"beisguw@obi.cv"}],card_transaction:[{card_transaction_id:19732,transaction_id:83458,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]},{organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83144,code:"98855a76-4a79-4d2e-9a0a-876a1541a95e",order_id:"2222T",status:"ERROR",sub_status:"ERROR",amount_value:250,currency_code:"MXN",created_at:"2025-02-17T17:38:17.243160Z",updated_at:"2025-02-17T17:38:18.866741Z",captured:0,refunded:0,country:"MX",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",description:"SUCCEEDED",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"250e2c9c-b178-4762-9364-9037a8ed99a6",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82451,payment_id:83144,document_number:"9999999999",email:"tito.gonzalez@y.uno"}],card_transaction:[{card_transaction_id:19731,transaction_id:83457,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]}],last_page:!0},aa={test_credential:!0,id:83146,code:"a6d708a9-0227-44eb-a044-0738b644d0fb",order_id:"1739814014074",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",organization_customer_external_id:"1739814014074",checkout_session:"b6ac7dcf-d76e-4d94-a781-5c6642aac69b",status:"ERROR",amount_value:300,currency_code:"MXN",description:"test description",created_at:"2025-02-17T17:40:46.747839Z",updated_at:"2025-02-17T17:40:48.555749Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"29ebcc56-977d-44ee-aea0-6aa5fc1893d7",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b",platform:"WEB",routing_flow_code:"06d778ad-1824-41c8-a80f-e65a8e2417ac",captured:0,refunded:0,account_integration_code:null,metadata:"[]",chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"00df007e-5603-4173-87cf-336fe81429a4",version:null,merchant_reference:"1739814014074",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82453,email:"rizinuta@fijwam.eg",gender:"female",last_name:"Hegmann",created_at:"2025-02-17T17:40:46.756582+00:00",first_name:"Aaron",ip_address:"187.189.168.116",payment_id:83146,updated_at:"2025-02-17T17:40:46.756584+00:00",nationality:"MX",phone_number:"3991111111",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",date_of_birth:"1990-02-28",document_type:"RFC",document_number:"IESF960301230",device_fingerprint:null,phone_country_code:"52",device_fingerprints:"{}",geolocation_latitude:null,browser_info_language:"en",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",payment_method_payer_id:null,browser_info_color_depth:"5",browser_info_java_enabled:"false",browser_info_screen_width:"8",browser_info_accept_header:"application/json",browser_info_screen_height:"8",browser_info_accept_browser:"*/*",browser_info_accept_content:"*/*",merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"1739814014074",browser_info_browser_time_difference:"300"}],payment_order:[{id:73140,created_at:"2025-02-17T17:40:46.789867+00:00",fee_amount:null,payment_id:83146,tip_amount:null,updated_at:"2025-02-17T17:40:46.789868+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73619,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"Clothes",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:40:46.793886+00:00",updated_at:"2025-02-17T17:40:46.793888+00:00",unit_amount:300,payment_order_id:73140,manufacture_part_number:"XYZ123456"}],customer_payer_address:[{id:161666,type:"SHIPPING",created_at:"2025-02-17T17:40:46.767136+00:00",updated_at:"2025-02-17T17:40:46.767138+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"68890000",customer_payer_id:82453,address_neighborhood:null},{id:161667,type:"BILLING",created_at:"2025-02-17T17:40:46.77174+00:00",updated_at:"2025-02-17T17:40:46.771742+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:null,address_country:"MX",address_zip_code:"68890000",customer_payer_id:82453,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},ia={test_credential:!1,id:83145,code:"240622a6-654d-44de-ae61-b718afeeb78f",order_id:"1739813914789",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",organization_customer_external_id:"1739813914789",checkout_session:"b80837d6-a234-486f-a28d-d6bf3fab9da3",status:"ERROR",amount_value:300,currency_code:"MXN",description:"test description",created_at:"2025-02-17T17:39:04.220012Z",updated_at:"2025-02-17T17:39:05.658776Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"f68e1740-7c89-443b-bd17-0a80d758477d",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b80837d6-a234-486f-a28d-d6bf3fab9da3",platform:"WEB",routing_flow_code:"e45f1ef1-3d24-4d83-bc91-2f6ca5159dc7",captured:0,refunded:0,account_integration_code:null,metadata:"[]",chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"faf5c3bc-eae2-4192-9680-3783332796af",version:null,merchant_reference:"1739813914789",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82452,email:"beisguw@obi.cv",gender:"female",last_name:"Hegmann",created_at:"2025-02-17T17:39:04.227478+00:00",first_name:"Aaron",ip_address:"187.189.168.116",payment_id:83145,updated_at:"2025-02-17T17:39:04.22748+00:00",nationality:"MX",phone_number:"3991111111",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",date_of_birth:"1990-02-28",document_type:"CURP",document_number:"GOOT991014HASNLT07",device_fingerprint:null,phone_country_code:"52",device_fingerprints:"{}",geolocation_latitude:null,browser_info_language:"en",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",payment_method_payer_id:null,browser_info_color_depth:"5",browser_info_java_enabled:"false",browser_info_screen_width:"8",browser_info_accept_header:"application/json",browser_info_screen_height:"8",browser_info_accept_browser:"*/*",browser_info_accept_content:"*/*",merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"1739813914789",browser_info_browser_time_difference:"300"}],payment_order:[{id:73139,created_at:"2025-02-17T17:39:04.25785+00:00",fee_amount:null,payment_id:83145,tip_amount:null,updated_at:"2025-02-17T17:39:04.257851+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73618,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"Clothes",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:39:04.261319+00:00",updated_at:"2025-02-17T17:39:04.26132+00:00",unit_amount:300,payment_order_id:73139,manufacture_part_number:"XYZ123456"}],customer_payer_address:[{id:161664,type:"SHIPPING",created_at:"2025-02-17T17:39:04.237363+00:00",updated_at:"2025-02-17T17:39:04.237364+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"68890000",customer_payer_id:82452,address_neighborhood:null},{id:161665,type:"BILLING",created_at:"2025-02-17T17:39:04.241131+00:00",updated_at:"2025-02-17T17:39:04.241132+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:null,address_country:"MX",address_zip_code:"68890000",customer_payer_id:82452,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},sa={id:83144,code:"98855a76-4a79-4d2e-9a0a-876a1541a95e",order_id:"2222T",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",organization_customer_external_id:"Merchan3",checkout_session:"47f2445d-9105-49ce-9a2a-659977159272",status:"ERROR",amount_value:250,currency_code:"MXN",description:"SUCCEEDED",created_at:"2025-02-17T17:38:17.243160Z",updated_at:"2025-02-17T17:38:18.866741Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"6e6a2156-e2ed-40e5-92fa-b105f9e56433",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://google.com/?checkoutSession=47f2445d-9105-49ce-9a2a-659977159272",platform:null,routing_flow_code:"19ceb649-9a47-4fd4-bb6f-a83a09c62f0c",captured:0,refunded:0,account_integration_code:null,metadata:'[{"key":"country?","value":"MXN"},{"key":"Merchan_type","value":"D05,T5,T6,D02"}]',chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"5826b7b5-a68b-44e9-b338-a95045696384",version:null,merchant_reference:"2222T",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82451,email:"tito.gonzalez@y.uno",gender:"M",last_name:"Olivares",created_at:"2025-02-17T17:38:17.248723+00:00",first_name:"Tito Gonzalez",ip_address:"192.0.2.1",payment_id:83144,updated_at:"2025-02-17T17:38:17.248725+00:00",nationality:"CO",phone_number:"4499068531",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",date_of_birth:"1993-11-11",document_type:"INE",document_number:"9999999999",device_fingerprint:"hi88287gbd8d7d782ge0023",phone_country_code:"52",device_fingerprints:'{"DEFAULT":"hi88287gbd8d7d782ge0023"}',geolocation_latitude:null,browser_info_language:"es",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"string",payment_method_payer_id:null,browser_info_color_depth:"8",browser_info_java_enabled:null,browser_info_screen_width:"720",browser_info_accept_header:"string",browser_info_screen_height:"1280",browser_info_accept_browser:null,browser_info_accept_content:null,merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"Merchan3",browser_info_browser_time_difference:null}],payment_order:[{id:73138,created_at:"2025-02-17T17:38:17.268872+00:00",fee_amount:0,payment_id:83144,tip_amount:null,updated_at:"2025-02-17T17:38:17.268873+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73615,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:38:17.272809+00:00",updated_at:"2025-02-17T17:38:17.27281+00:00",unit_amount:500,payment_order_id:73138,manufacture_part_number:"XYZ123456"},{id:73616,name:"t-shirt",brand:"Nike",id_item:"333d",category:"clothes",quantity:1,sku_code:"292929292",created_at:"2025-02-17T17:38:17.275665+00:00",updated_at:"2025-02-17T17:38:17.275666+00:00",unit_amount:1e3,payment_order_id:73138,manufacture_part_number:"0A98C0A9"},{id:73617,name:"t-shirt",brand:"FFF",id_item:"089qq8998",category:"clothes",quantity:2,sku_code:"098091",created_at:"2025-02-17T17:38:17.278489+00:00",updated_at:"2025-02-17T17:38:17.27849+00:00",unit_amount:1500,payment_order_id:73138,manufacture_part_number:"0SAD9DD9D"}],customer_payer_address:[{id:161662,type:"SHIPPING",created_at:"2025-02-17T17:38:17.253338+00:00",updated_at:"2025-02-17T17:38:17.253339+00:00",address_city:"Aguascalientes",address_state:"Aguascalientes",address_line_1:"Paseo de la asunción sur 503",address_line_2:"Jardines de Aguascalientes",address_country:"MX",address_zip_code:"20270",customer_payer_id:82451,address_neighborhood:null},{id:161663,type:"BILLING",created_at:"2025-02-17T17:38:17.256549+00:00",updated_at:"2025-02-17T17:38:17.25655+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"111111",customer_payer_id:82451,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},ca=[{created_at:"2025-05-25T13:50:51.304216Z",amount_value:32350,currency_code:"COP",transaction_type:"PURCHASE",status_history:"DECLINED",provider_id:"REDEBAN_DIRECT",code:"d054b44d-8e22-486a-ac66-f76cc8ddf97a",category:"CARD",merchant_reference:"CO_Order_2337202644",description:null,title_description:"timeLine.purchaseDeclined",light_text:"by provider",show_amount:!0,show_provider:!0,provider_status:null,sub_status_history:null,provider_response_code:null,provider_raw_response:null,parent_payment_method_type:null,wallet_title_description:""},{created_at:"2025-05-25T13:50:49.783312Z",amount_value:32350,currency_code:"COP",transaction_type:"PURCHASE",status_history:"CREATED",provider_id:"REDEBAN_DIRECT",code:"d054b44d-8e22-486a-ac66-f76cc8ddf97a",category:"CARD",merchant_reference:"CO_Order_2337202644",description:"timeLine.descriptionPurchaseCreated",title_description:"timeLine.purchaseCreated",light_text:null,show_amount:!0,show_provider:!0,provider_status:null,sub_status_history:null,provider_response_code:null,provider_raw_response:null,parent_payment_method_type:null,wallet_title_description:""}],ua={content:[{test_credential:!0,id:"83459",code:"5d1558b0-4e6a-4268-a543-7b713b1de986",type:"PURCHASE",transaction_data_type:"transaction",vault_on_success:"",parent_id:"",payment_id:83146,customer_payment_method_code:"",status:"ERROR",category:"CARD",amount:300,created_at:"2025-02-17T17:40:47.474187Z",updated_at:"2025-02-17T17:40:48.203256Z",payment_method:{vaulted_token:"",type:"CARD",vault_on_success:!1,token:"fb0f5521-d61e-43f0-883e-a6629de43f1a",payment_method_detail:{card:{verify:"false",capture:"true",installments:"1",first_installments_deferral:"",installments_type:null,installments_amount:null,soft_descriptor:null,authorization_code:null,retrieval_reference_number:null,card_data:{holder_name:"TITO GLEZ",iin:"41111111",ifd:"1111",expiration_month:"5",expiration_year:"27",number_lenght:"16",security_code_lenght:"3",brand:"VISA",issuer_name:"CONOTOXIA SP Z O O",issuer_code:null,category:"CLASSIC",type:"DEBIT",installments:""}},bnpl:null,bank_transfer:null,wallet:null,payment_link:null,ticket:null}},response_code:"INVALID_CREDENTIALS",response_message:"Invalid credentials",merchant_reference:"1739814014074",provider_data:{id:"83459",transaction_id:"",account_id:"",sub_status:"",status:"",status_detail:"3001",raw_response:{value:'{"code":3001,"message":"Invalid credentials"}'},response_message:"Invalid credentials",raw_notification:"",action_data:'{"image":null,"image_type":null,"redirect":{"init_url":"","success_url":"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b","error_url":"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b"},"otp":{"length":0,"expiration_time":null,"retries":{"accepts":null,"number":null},"payment_instructions":null},"payment_code":{"code":null,"reference":"","expiration_time":null},"three_d_secure_redirect":{"init_url":null,"access_token":null,"redirect_url":null},"request_html":null,"sdk_provider":{"gateway":"","provider_id":null,"merchant_id":"","merchant_name":null,"amount":{"currency":"","value":"0"},"protocol_version":null,"payment_methods":null,"payment_method_type":null,"supported_networks":null,"session":null,"init_url":null,"client_id":null,"intent":null,"components":null},"expiration_time":null,"image_details":null,"info":{"screen_info":null},"render_html":null,"ui":null}'},reason:null,description:"test description",one_time_token:"fb0f5521-d61e-43f0-883e-a6629de43f1a",require_action_type:"CHECK_STATUS",parent_provider:"",account_integration_code:"9bf85421-5326-4616-826e-8575a5d69629",technical_reverse_provider_transaction_id:"",technical_reverse_transaction_type:"",technical_reverse_status:"",stand_alone:null,fraud_screening:null}]},la=[ea.post("https://dev.y.uno/dashboard-bff/api/payments/lazy",function(){return na.json(oa)}),ea.get("https://dev.y.uno/dashboard-bff/api/payments/v2/a6d708a9-0227-44eb-a044-0738b644d0fb",function(){return na.json(aa)}),ea.get("https://dev.y.uno/dashboard-bff/api/payments/v2/240622a6-654d-44de-ae61-b718afeeb78f",function(){return na.json(ia)}),ea.get("https://dev.y.uno/dashboard-bff/api/payments/v2/98855a76-4a79-4d2e-9a0a-876a1541a95e",function(){return na.json(sa)}),ea.get("https://dev.y.uno/dashboard-bff/api/transactions/by-payment/:id/history",function(){return na.json(ca)}),ea.get("https://dev.y.uno/dashboard-bff/api/payments/:id/transactions/details",function(){return na.json(ua)})],da={total:{total_conversion_rate:.8491,insight_payment_total_conversion_rate_periodicity:{"2025-05-05":.854357872962925,"2025-05-06":.8464466315045402,"2025-05-07":.8464068445151444}},cards:{cards_approvals_rate:.8537,insight_payment_total_conversion_rate_periodicity_for_card:{"2025-05-05":.8535902892724836,"2025-05-06":.8544554997052155,"2025-05-07":.8529382291046492}},apms:{apms_conversion_rate:.846,insight_payment_total_conversion_rate_periodicity_for_apm:{"2025-05-05":.8548995923297599,"2025-05-06":.8409580339477246,"2025-05-07":.8419575308800616}},cards_without_insufficient_funds:{without_insufficient_funds_conversion_rate:.8993,insight_conversion_rate_without_insufficient_funds:{"2025-05-05":.9018141803473709,"2025-05-06":.9025951512661153,"2025-05-07":.8933830566240437}}},pa={fraud:{conversion_rate_fraud_transactions:0,conversion_fraud_transactions_periodicity:null},"3ds":{conversion_rate_card_transactions3ds:.25,conversion_rate_card_transactions3ds_periodicity:{"2025-05-05":.2391304347826087,"2025-05-06":.3023255813953488,"2025-05-07":.21568627450980393}}},ha={sales_volume_metric_group:{distribution:[{key:"2025-04-03",total:2146090},{key:"2025-04-04",total:498220},{key:"2025-04-05",total:563560},{key:"2025-04-06",total:822600},{key:"2025-04-07",total:660445},{key:"2025-04-08",total:553400},{key:"2025-04-09",total:464195},{key:"2025-04-10",total:470835},{key:"2025-04-11",total:3482795},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:207200},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:277185},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:152590},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:1060845},{key:"2025-04-21",total:715160},{key:"2025-04-22",total:686465},{key:"2025-04-23",total:268490},{key:"2025-04-24",total:699500},{key:"2025-04-25",total:306090},{key:"2025-04-26",total:469500},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:1610220},{key:"2025-04-29",total:699965},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:666160},{key:"2025-05-02",total:52565}],total:19121355,average:637378.5},total_payments:{distribution:[{key:"2025-04-03",total:18},{key:"2025-04-04",total:10},{key:"2025-04-05",total:6},{key:"2025-04-06",total:9},{key:"2025-04-07",total:14},{key:"2025-04-08",total:12},{key:"2025-04-09",total:13},{key:"2025-04-10",total:12},{key:"2025-04-11",total:23},{key:"2025-04-12",total:3},{key:"2025-04-13",total:5},{key:"2025-04-14",total:7},{key:"2025-04-15",total:7},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:3},{key:"2025-04-19",total:1},{key:"2025-04-20",total:11},{key:"2025-04-21",total:13},{key:"2025-04-22",total:15},{key:"2025-04-23",total:10},{key:"2025-04-24",total:14},{key:"2025-04-25",total:9},{key:"2025-04-26",total:6},{key:"2025-04-27",total:3},{key:"2025-04-28",total:21},{key:"2025-04-29",total:15},{key:"2025-04-30",total:9},{key:"2025-05-01",total:7},{key:"2025-05-02",total:2}],total:285,average:9.5},average_ticket:{distribution:[{key:"2025-04-03",total:118580.63,min_ticket:12665,max_ticket:882e3},{key:"2025-04-04",total:51146.67,min_ticket:25900,max_ticket:121500},{key:"2025-04-05",total:74692,min_ticket:23800,max_ticket:190100},{key:"2025-04-06",total:85150,min_ticket:20900,max_ticket:141400},{key:"2025-04-07",total:46528.75,min_ticket:16200,max_ticket:125e3},{key:"2025-04-08",total:48290.91,min_ticket:21900,max_ticket:106700},{key:"2025-04-09",total:34366.25,min_ticket:13900,max_ticket:64005},{key:"2025-04-10",total:39730.45,min_ticket:15900,max_ticket:74545},{key:"2025-04-11",total:76968.93,min_ticket:15900,max_ticket:454200},{key:"2025-04-12",total:42528.33,min_ticket:29835,max_ticket:66130},{key:"2025-04-13",total:48800,min_ticket:21900,max_ticket:64800},{key:"2025-04-14",total:35138.57,min_ticket:7900,max_ticket:55100},{key:"2025-04-15",total:41117,min_ticket:35800,max_ticket:53100},{key:"2025-04-16",total:35497,min_ticket:21420,max_ticket:53700},{key:"2025-04-17",total:73650,min_ticket:47700,max_ticket:99600},{key:"2025-04-18",total:47947.5,min_ticket:39200,max_ticket:56695},{key:"2025-04-19",total:41800,min_ticket:41800,max_ticket:41800},{key:"2025-04-20",total:61248.33,min_ticket:25900,max_ticket:121600},{key:"2025-04-21",total:74095,min_ticket:16200,max_ticket:308e3},{key:"2025-04-22",total:47066.54,min_ticket:15900,max_ticket:98200},{key:"2025-04-23",total:28732.22,min_ticket:9900,max_ticket:39200},{key:"2025-04-24",total:40025,min_ticket:20200,max_ticket:109600},{key:"2025-04-25",total:34755.71,min_ticket:15900,max_ticket:45390},{key:"2025-04-26",total:84900,min_ticket:34800,max_ticket:130400},{key:"2025-04-27",total:121600,min_ticket:5e4,max_ticket:162300},{key:"2025-04-28",total:62873.33,min_ticket:21900,max_ticket:293400},{key:"2025-04-29",total:47213.75,min_ticket:11900,max_ticket:113700},{key:"2025-04-30",total:53593.33,min_ticket:27800,max_ticket:120600},{key:"2025-05-01",total:93426.67,min_ticket:15900,max_ticket:159500},{key:"2025-05-02",total:26282.5,min_ticket:22900,max_ticket:29665}],total:58001.28,min_ticket:7900,max_ticket:882e3},conversion_rate:null,total_payments_and_conversion_rate:{payments:{distribution:[{key:"2025-04-03",total:18},{key:"2025-04-04",total:10},{key:"2025-04-05",total:6},{key:"2025-04-06",total:9},{key:"2025-04-07",total:14},{key:"2025-04-08",total:12},{key:"2025-04-09",total:13},{key:"2025-04-10",total:12},{key:"2025-04-11",total:23},{key:"2025-04-12",total:3},{key:"2025-04-13",total:5},{key:"2025-04-14",total:7},{key:"2025-04-15",total:7},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:3},{key:"2025-04-19",total:1},{key:"2025-04-20",total:11},{key:"2025-04-21",total:13},{key:"2025-04-22",total:15},{key:"2025-04-23",total:10},{key:"2025-04-24",total:14},{key:"2025-04-25",total:9},{key:"2025-04-26",total:6},{key:"2025-04-27",total:3},{key:"2025-04-28",total:21},{key:"2025-04-29",total:15},{key:"2025-04-30",total:9},{key:"2025-05-01",total:7},{key:"2025-05-02",total:2}],total:285},conversion_rate:{distribution:[{key:"2025-04-03",total:.8889},{key:"2025-04-04",total:.9},{key:"2025-04-05",total:.8333},{key:"2025-04-06",total:.8889},{key:"2025-04-07",total:.8571},{key:"2025-04-08",total:.9167},{key:"2025-04-09",total:.9231},{key:"2025-04-10",total:.9167},{key:"2025-04-11",total:.6087},{key:"2025-04-12",total:1},{key:"2025-04-13",total:.6},{key:"2025-04-14",total:1},{key:"2025-04-15",total:.7143},{key:"2025-04-16",total:1},{key:"2025-04-17",total:1},{key:"2025-04-18",total:.6667},{key:"2025-04-19",total:1},{key:"2025-04-20",total:.2727},{key:"2025-04-21",total:.6154},{key:"2025-04-22",total:.8667},{key:"2025-04-23",total:.9},{key:"2025-04-24",total:.8571},{key:"2025-04-25",total:.7778},{key:"2025-04-26",total:.6667},{key:"2025-04-27",total:1},{key:"2025-04-28",total:.5714},{key:"2025-04-29",total:.8},{key:"2025-04-30",total:1},{key:"2025-05-01",total:.8571},{key:"2025-05-02",total:1}],total:.793}},quantity_status_distribution:[{SUCCEEDED:{distribution:[{key:"2025-04-03",total:16},{key:"2025-04-04",total:9},{key:"2025-04-05",total:5},{key:"2025-04-06",total:8},{key:"2025-04-07",total:12},{key:"2025-04-08",total:11},{key:"2025-04-09",total:12},{key:"2025-04-10",total:11},{key:"2025-04-11",total:14},{key:"2025-04-12",total:3},{key:"2025-04-13",total:3},{key:"2025-04-14",total:7},{key:"2025-04-15",total:5},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:2},{key:"2025-04-19",total:1},{key:"2025-04-20",total:3},{key:"2025-04-21",total:8},{key:"2025-04-22",total:13},{key:"2025-04-23",total:9},{key:"2025-04-24",total:12},{key:"2025-04-25",total:7},{key:"2025-04-26",total:4},{key:"2025-04-27",total:3},{key:"2025-04-28",total:12},{key:"2025-04-29",total:12},{key:"2025-04-30",total:9},{key:"2025-05-01",total:6},{key:"2025-05-02",total:2}],total:226}},{DECLINED:{distribution:[{key:"2025-04-03",total:2},{key:"2025-04-04",total:1},{key:"2025-04-05",total:1},{key:"2025-04-06",total:1},{key:"2025-04-07",total:2},{key:"2025-04-08",total:1},{key:"2025-04-09",total:1},{key:"2025-04-10",total:1},{key:"2025-04-11",total:9},{key:"2025-04-13",total:2},{key:"2025-04-15",total:2},{key:"2025-04-18",total:1},{key:"2025-04-20",total:8},{key:"2025-04-21",total:5},{key:"2025-04-22",total:2},{key:"2025-04-23",total:1},{key:"2025-04-24",total:2},{key:"2025-04-25",total:2},{key:"2025-04-26",total:2},{key:"2025-04-28",total:9},{key:"2025-04-29",total:3},{key:"2025-05-01",total:1}],total:59}}],volume_successful_payments:13108290,volume_successful_payments_by_periodicity:[{key:"2025-04-03",total:1897290},{key:"2025-04-04",total:460320},{key:"2025-04-05",total:373460},{key:"2025-04-06",total:681200},{key:"2025-04-07",total:558345},{key:"2025-04-08",total:531200},{key:"2025-04-09",total:412395},{key:"2025-04-10",total:437035},{key:"2025-04-11",total:1077565},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:146400},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:205585},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:95895},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:183745},{key:"2025-04-21",total:592760},{key:"2025-04-22",total:611865},{key:"2025-04-23",total:258590},{key:"2025-04-24",total:480300},{key:"2025-04-25",total:243290},{key:"2025-04-26",total:339600},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:754480},{key:"2025-04-29",total:566565},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:560560},{key:"2025-05-02",total:52565}],quantity_successful_payments:226,quantity_successful_payments_by_periodicity:[{key:"2025-04-03",total:16},{key:"2025-04-04",total:9},{key:"2025-04-05",total:5},{key:"2025-04-06",total:8},{key:"2025-04-07",total:12},{key:"2025-04-08",total:11},{key:"2025-04-09",total:12},{key:"2025-04-10",total:11},{key:"2025-04-11",total:14},{key:"2025-04-12",total:3},{key:"2025-04-13",total:3},{key:"2025-04-14",total:7},{key:"2025-04-15",total:5},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:2},{key:"2025-04-19",total:1},{key:"2025-04-20",total:3},{key:"2025-04-21",total:8},{key:"2025-04-22",total:13},{key:"2025-04-23",total:9},{key:"2025-04-24",total:12},{key:"2025-04-25",total:7},{key:"2025-04-26",total:4},{key:"2025-04-27",total:3},{key:"2025-04-28",total:12},{key:"2025-04-29",total:12},{key:"2025-04-30",total:9},{key:"2025-05-01",total:6},{key:"2025-05-02",total:2}],average_provider_latency:[{PAYMENTEZ:{distribution:[{key:"2025-04-03",total:1582.1429},{key:"2025-04-04",total:1972.6667},{key:"2025-04-05",total:2059.25},{key:"2025-04-06",total:1772},{key:"2025-04-07",total:1236.1667},{key:"2025-04-08",total:1310.7143},{key:"2025-04-09",total:1645.25},{key:"2025-04-10",total:2277},{key:"2025-04-11",total:1729.7143},{key:"2025-04-12",total:0},{key:"2025-04-13",total:1870},{key:"2025-04-14",total:1109},{key:"2025-04-15",total:1110},{key:"2025-04-16",total:1255.5},{key:"2025-04-17",total:0},{key:"2025-04-18",total:0},{key:"2025-04-19",total:1930},{key:"2025-04-20",total:0},{key:"2025-04-21",total:1502.3333},{key:"2025-04-22",total:2444.25},{key:"2025-04-23",total:1450.6667},{key:"2025-04-24",total:1376.75},{key:"2025-04-25",total:2074},{key:"2025-04-26",total:2339.75},{key:"2025-04-27",total:0},{key:"2025-04-28",total:1719.8},{key:"2025-04-29",total:1600.5},{key:"2025-04-30",total:1692.5},{key:"2025-05-01",total:1468.5},{key:"2025-05-02",total:0}],total:1727.7576}},{NUVEI:{distribution:[{key:"2025-04-03",total:3110.5},{key:"2025-04-04",total:2706.6667},{key:"2025-04-05",total:3637.5},{key:"2025-04-06",total:2654.4},{key:"2025-04-07",total:3068.1429},{key:"2025-04-08",total:2907.6},{key:"2025-04-09",total:2998.6667},{key:"2025-04-10",total:2732.5714},{key:"2025-04-11",total:3071.4167},{key:"2025-04-12",total:3222},{key:"2025-04-13",total:3020.3333},{key:"2025-04-14",total:2870},{key:"2025-04-15",total:3333},{key:"2025-04-16",total:3319},{key:"2025-04-17",total:3217},{key:"2025-04-18",total:2612},{key:"2025-04-19",total:0},{key:"2025-04-20",total:1829.7778},{key:"2025-04-21",total:2948.875},{key:"2025-04-22",total:3199},{key:"2025-04-23",total:2890.5},{key:"2025-04-24",total:3157},{key:"2025-04-25",total:3302},{key:"2025-04-26",total:2752},{key:"2025-04-27",total:3965.6667},{key:"2025-04-28",total:3059.7333},{key:"2025-04-29",total:3012.1},{key:"2025-04-30",total:3227.6667},{key:"2025-05-01",total:2788.6667},{key:"2025-05-02",total:3353}],total:2973.3793}},{WOMPI:{distribution:[{key:"2025-04-03",total:6647},{key:"2025-04-04",total:5687},{key:"2025-04-05",total:0},{key:"2025-04-06",total:5731.6667},{key:"2025-04-07",total:4024},{key:"2025-04-08",total:8196},{key:"2025-04-09",total:6371.25},{key:"2025-04-10",total:4857},{key:"2025-04-11",total:5636.6364},{key:"2025-04-12",total:0},{key:"2025-04-13",total:7057.5},{key:"2025-04-14",total:0},{key:"2025-04-15",total:6098.3333},{key:"2025-04-16",total:7633},{key:"2025-04-17",total:4292},{key:"2025-04-18",total:7642.5},{key:"2025-04-19",total:0},{key:"2025-04-20",total:7386.5},{key:"2025-04-21",total:6093.1667},{key:"2025-04-22",total:7832.75},{key:"2025-04-23",total:5280.4},{key:"2025-04-24",total:7190.5},{key:"2025-04-25",total:0},{key:"2025-04-26",total:4156},{key:"2025-04-27",total:0},{key:"2025-04-28",total:8211.6667},{key:"2025-04-29",total:6907.3333},{key:"2025-04-30",total:6054},{key:"2025-05-01",total:7726.3333},{key:"2025-05-02",total:0}],total:6579.7901}}],total_subscriptions_and_conversion_rate:{subscriptions:{distribution:null,total:0},subscriptions_succeeded:{distribution:null,total:0},conversion_rate:{distribution:null,total:0}},total_status_distribution:[{SUCCEEDED:{distribution:[{key:"2025-04-03",total:1897290},{key:"2025-04-04",total:460320},{key:"2025-04-05",total:373460},{key:"2025-04-06",total:681200},{key:"2025-04-07",total:558345},{key:"2025-04-08",total:531200},{key:"2025-04-09",total:412395},{key:"2025-04-10",total:437035},{key:"2025-04-11",total:1077565},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:146400},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:205585},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:95895},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:183745},{key:"2025-04-21",total:592760},{key:"2025-04-22",total:611865},{key:"2025-04-23",total:258590},{key:"2025-04-24",total:480300},{key:"2025-04-25",total:243290},{key:"2025-04-26",total:339600},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:754480},{key:"2025-04-29",total:566565},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:560560},{key:"2025-05-02",total:52565}],total:13108290}},{DECLINED:{distribution:[{key:"2025-04-03",total:248800},{key:"2025-04-04",total:37900},{key:"2025-04-05",total:190100},{key:"2025-04-06",total:141400},{key:"2025-04-07",total:102100},{key:"2025-04-08",total:22200},{key:"2025-04-09",total:51800},{key:"2025-04-10",total:33800},{key:"2025-04-11",total:2405230},{key:"2025-04-13",total:60800},{key:"2025-04-15",total:71600},{key:"2025-04-18",total:56695},{key:"2025-04-20",total:877100},{key:"2025-04-21",total:122400},{key:"2025-04-22",total:74600},{key:"2025-04-23",total:9900},{key:"2025-04-24",total:219200},{key:"2025-04-25",total:62800},{key:"2025-04-26",total:129900},{key:"2025-04-28",total:855740},{key:"2025-04-29",total:133400},{key:"2025-05-01",total:105600}],total:6013065}}]};!function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(ra||(ra={}));var fa={sales_volume_metric_group:ha.sales_volume_metric_group,total_payments:ha.total_payments},ma=ea.get("/api/insights/overview-metrics",function(){return na.json(fa)}),ga=[ea.get("/api/v3/insights/overview-metrics/".concat(ra.GENERAL),function(){return na.json({sales_volume_metric_group:fa.sales_volume_metric_group})}),ea.get("/api/v3/insights/overview-metrics/".concat(ra.LATENCY),function(){return na.json({latency_metrics:{average_response_time:250,distribution:[{key:"2025-04-01",value:200},{key:"2025-04-02",value:300}]}})}),ea.get("/api/v3/insights/overview-metrics/".concat(ra.STATUS),function(){return na.json({status_metrics:{success_rate:95,distribution:[{key:"2025-04-01",value:98},{key:"2025-04-02",value:92}]}})}),ea.get("/api/v3/insights/overview-metrics/".concat(ra.SUBSCRIPTIONS),function(){return na.json({subscription_metrics:{active_subscriptions:1e3,distribution:[{key:"2025-04-01",value:950},{key:"2025-04-02",value:1050}]}})})],ya=e([ma],ga,!0),va=e([ea.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview",function(){return na.json(da)}),ea.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview-fraud-3ds",function(){return na.json(pa)}),ea.get("*/dialogs",function(){return na.json({})}),ea.get("*/accounts/webhooks/:accountCode",function(){return na.json({})}),ea.get("*/accounts/webhooks/params-catalog",function(){return na.json({})}),ea.get("*/accounts/webhooks-v2/:accountCode",function(){return na.json({})})],ya,!0),ba={by_currency:[{currency_code:"USD",transactions:100,amount_local:15e3,amount_usd:15e3,currency_code_local:"USD"},{currency_code:"COP",transactions:50,amount_local:4e7,amount_usd:10000.5,currency_code_local:"COP"}],by_connection:[{connection_name:"Stripe",transactions:80,amount_local:12e3,amount_usd:12e3,currency_code_local:"USD"},{connection_name:"PayPal",transactions:70,amount_local:13000.5,amount_usd:13000.5,currency_code_local:"USD"}],by_brand:[{brand:"Visa",transactions:90,amount_local:14e3,amount_usd:14e3,currency_code_local:"USD"},{brand:"Mastercard",transactions:60,amount_local:11000.5,amount_usd:11000.5,currency_code_local:"USD"}],by_payment_method:[{payment_method:"CARD",transactions:120,amount_local:2e4,amount_usd:2e4,currency_code_local:"USD"},{payment_method:"BANK_TRANSFER",transactions:30,amount_local:5000.5,amount_usd:5000.5,currency_code_local:"USD"}],total:{transactions:150,amount_local:25000.5,amount_usd:25000.5,currency_code_local:"USD"}},ka={total:100,page:1,page_size:10,total_pages:10},wa={authorization_code:"AUTH123",card_category:"CREDIT",country:"US",created_at:"2025-01-15T10:30:00Z",currency:"USD",payment_method_category:"CARD",provider_id:"stripe",reconciliation_status:"NOT_RECONCILED",reconciliation_sub_status:"PENDING"},_a={transaction_id:"TXN123",transaction_date:"2025-01-15T10:30:00Z",acquirer:"STRIPE",authorization_code:"AUTH123",card_brand:"Visa",card_iin:"411111",card_lfd:"1111",card_type:"CREDIT",country:"US",currency:"USD",fee_status:"MATCHED",fee_sub_status:"OK",fee_taxes_diff:0,calculated_fix_costed_fee:.3,calculated_percentage_cost:2.9,percentage_cost:2.9,merchant_order_id:"ORDER123",provider_transaction_id:"PROV123",reconciliation_status:"RECONCILED",reconciliation_sub_status:"OK",type:"PAYMENT"},Ea={not_reconciled:{data:[{id:"stripe",transactions:150,amount_local:25000.5,amount_usd:25000.5,currency_code_local:"USD",total_transactions:200},{id:"paypal",transactions:80,amount_local:15e3,amount_usd:15e3,currency_code_local:"USD",total_transactions:120}],total:{transactions:230,amount_local:40000.5,amount_usd:40000.5,currency_code_local:"USD"}},status_conflict:{data:[{id:"stripe",transactions:20,amount_local:5e3,amount_usd:5e3,currency_code_local:"USD"}],total:{transactions:20,amount_local:5e3,amount_usd:5e3,currency_code_local:"USD"}},amount_conflict:{data:[{id:"paypal",transactions:10,amount_local:2500,amount_usd:2500,currency_code_local:"USD"}],total:{transactions:10,amount_local:2500,amount_usd:2500,currency_code_local:"USD"}}},xa=ba,Sa={data:[wa,t(t({},wa),{authorization_code:"AUTH456",provider_id:"paypal"})],pagination:ka},Ca=t(t({},ba),{total:{transactions:20,amount_local:5e3,amount_usd:5e3,currency_code_local:"USD"}}),Ra={data:[t(t({},wa),{reconciliation_status:"STATUS_CONFLICT"})],pagination:t(t({},ka),{total:20,total_pages:2})},Ia=t(t({},ba),{total:{transactions:10,amount_local:2500,amount_usd:2500,currency_code_local:"USD"}}),Ta={data:[t(t({},wa),{reconciliation_status:"AMOUNT_CONFLICT"})],pagination:t(t({},ka),{total:10,total_pages:1})},Aa={data:[{id:"2025-01-10",transactions:30,amount_local:8e3,amount_usd:8e3,currency_code_local:"USD"},{id:"2025-01-11",transactions:25,amount_local:6500,amount_usd:6500,currency_code_local:"USD"}],total:{transactions:55,amount_local:14500,amount_usd:14500,currency_code_local:"USD"}},Oa=t(t({},ba),{total:{transactions:55,amount_local:14500,amount_usd:14500,currency_code_local:"USD"}}),Pa={data:[t(t({},wa),{reconciliation_status:"DATE_CONFLICT"})],pagination:t(t({},ka),{total:55,total_pages:6})},Da={data:[{id:"stripe",transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}],total:{transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}},ja=t(t({},ba),{total:{transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}}),La={data:[t(t({},_a),{fee_status:"MISMATCH"}),t(t({},_a),{transaction_id:"TXN456",fee_status:"MISMATCH"})],pagination:t(t({},ka),{total:15,total_pages:2})},Na={total_amount_usd:5e3,chart_data:[{date:"2025-01-10",amount_usd:1500},{date:"2025-01-11",amount_usd:1800},{date:"2025-01-12",amount_usd:1700}]},za={data:[{id:"stripe",transaction_type:"PURCHASE",transactions:500,amount_local:1e5,amount_usd:1e5,currency_code_local:"USD"},{id:"paypal",transaction_type:"REFUND",transactions:300,amount_local:6e4,amount_usd:6e4,currency_code_local:"USD"}],total:{transactions:800,amount_local:16e4,amount_usd:16e4,currency_code_local:"USD"}},qa=t(t({},ba),{total:{transactions:800,amount_local:16e4,amount_usd:16e4,currency_code_local:"USD"}}),Ua={data:[_a],pagination:t(t({},ka),{total:800,total_pages:80})},Ma={data:[{id:"stripe",transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}],total:{transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}},Ba=t(t({},ba),{total:{transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}}),Fa={data:[t(t({},{transaction_id:"TXN123",acquirer:"STRIPE",amount:100,authorization_code:"AUTH123",card_brand:"Visa",card_iin:"411111",card_lfd:"1111",card_type:"CREDIT",confirmation_status:"CONFIRMED",country:"US",created_at:"2025-01-15T10:30:00Z",currency:"USD",merchant_order_id:"ORDER123",merchant_transaction_id:"MERCH123",payment_id:"PAY123",provider_status:"APPROVED",provider_transaction_id:"PROV123",response_code:"00",status:"SUCCEEDED",type:"PAYMENT"}),{confirmation_status:"NOT_CONFIRMED"})],pagination:t(t({},ka),{total:25,total_pages:3})},Wa={total_amount_usd:75e3,chart_data:[{date:"2025-01-10",amount_usd:2e4},{date:"2025-01-11",amount_usd:25e3},{date:"2025-01-12",amount_usd:3e4}]},Ha="*/reconciliations/insights",Ga=[ea.post("".concat(Ha,"/conflicts/summary"),function(){return na.json(Ea)}),ea.post("".concat(Ha,"/not-reconciled/aggregators"),function(){return na.json(xa)}),ea.post("".concat(Ha,"/not-reconciled/list"),function(){return na.json(Sa)}),ea.post("".concat(Ha,"/status-conflict/aggregators"),function(){return na.json(Ca)}),ea.post("".concat(Ha,"/status-conflict/list"),function(){return na.json(Ra)}),ea.post("".concat(Ha,"/amount-conflict/aggregators"),function(){return na.json(Ia)}),ea.post("".concat(Ha,"/amount-conflict/list"),function(){return na.json(Ta)}),ea.post("".concat(Ha,"/conflict-date/summary"),function(){return na.json(Aa)}),ea.post("".concat(Ha,"/conflict-date/aggregators"),function(){return na.json(Oa)}),ea.post("".concat(Ha,"/conflict-date/list"),function(){return na.json(Pa)}),ea.post("".concat(Ha,"/incorrect-fees/summary"),function(){return na.json(Da)}),ea.post("".concat(Ha,"/incorrect-fees/aggregators"),function(){return na.json(ja)}),ea.post("".concat(Ha,"/incorrect-fees/list"),function(){return na.json(La)}),ea.post("".concat(Ha,"/fees-charged/summary"),function(){return na.json(Na)}),ea.post("".concat(Ha,"/reconciled/summary"),function(){return na.json(za)}),ea.post("".concat(Ha,"/reconciled/aggregators"),function(){return na.json(qa)}),ea.post("".concat(Ha,"/reconciled/list"),function(){return na.json(Ua)}),ea.post("".concat(Ha,"/not-confirm/summary"),function(){return na.json(Ma)}),ea.post("".concat(Ha,"/not-confirm/aggregators"),function(){return na.json(Ba)}),ea.post("".concat(Ha,"/not-confirm/list"),function(){return na.json(Fa)}),ea.post("".concat(Ha,"/amount-to-be-settled/summary"),function(){return na.json(Wa)})],Va=[{id:"1687",code:"f9f87e14-e35f-4be9-b78d-6a7e9903ca30",name:"Plan Argentina con CFT y TEA",account_id:["b91b3970-dbf7-4d6a-b34d-96adbf3a0988"],merchant_reference:"plan-arg-cft-tea-001",installments_plan:[{id:"",installment:3,rate:1.15,provider_id:"",amount:{currency:"ARS",value:"0",total_value:"0"},type:"WITH_INTEREST",financial_costs:[{type:"CFT",rate:36.6},{type:"TEA",rate:152}]},{id:"",installment:6,rate:1.25,provider_id:"",amount:{currency:"ARS",value:"0",total_value:"0"},type:"WITH_INTEREST",financial_costs:[{type:"CFT",rate:45.5},{type:"TEA",rate:180.12}]}],country_code:"AR",amount:{currency:"ARS",min_value:"100",max_value:"100000"},availability:{start_at:"2025-01-01T00:00:00Z",finish_at:"2025-12-31T23:59:59Z"},types_list:null,created_at:"2025-08-01T16:41:17.428285Z",updated_at:"2025-08-01T16:41:17.428285Z"},{id:"1688",code:"1381d64b-ed14-4739-8f0a-b3adbe5949b0",name:"Plan Colombia sin intereses",account_id:["b91b3970-dbf7-4d6a-b34d-96adbf3a0988"],merchant_reference:"plan-col-sin-interes",installments_plan:[{id:"",installment:1,rate:0,provider_id:"",amount:{currency:"COP",value:"0",total_value:"0"},type:"WITHOUT_INTEREST"},{id:"",installment:3,rate:0,provider_id:"",amount:{currency:"COP",value:"0",total_value:"0"},type:"WITHOUT_INTEREST"}],country_code:"CO",amount:{currency:"COP",min_value:"50000",max_value:"10000000"},availability:{},types_list:null,created_at:"2025-08-06T14:33:32.854396Z",updated_at:"2025-08-06T14:33:32.854396Z"}],Ka={id:"1689",code:"new-plan-code-uuid",name:"New Test Plan",account_id:["b91b3970-dbf7-4d6a-b34d-96adbf3a0988"],merchant_reference:"new-plan-ref",installments_plan:[{id:"",installment:3,rate:1.15,provider_id:"",type:"WITH_INTEREST",financial_costs:[{type:"CFT",rate:36.6},{type:"TEA",rate:152}]}],country_code:"AR",amount:{currency:"ARS",min_value:"100",max_value:"100000"},created_at:"2025-08-10T12:00:00.000000Z",updated_at:"2025-08-10T12:00:00.000000Z"},$a={id:"1687",code:"f9f87e14-e35f-4be9-b78d-6a7e9903ca30",name:"Updated Plan Name",account_id:["b91b3970-dbf7-4d6a-b34d-96adbf3a0988"],merchant_reference:"plan-arg-cft-tea-001",installments_plan:[{id:"",installment:3,rate:1.2,provider_id:"",type:"WITH_INTEREST",financial_costs:[{type:"CFT",rate:40},{type:"TEA",rate:160}]}],country_code:"AR",amount:{currency:"ARS",min_value:"100",max_value:"100000"},created_at:"2025-08-01T16:41:17.428285Z",updated_at:"2025-08-10T15:00:00.000000Z"},Qa={deleted:!0},Ya=[ea.get("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",function(){return na.json(Va)}),ea.post("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",function(){return na.json(Ka)}),ea.patch("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",function(){return na.json($a)}),ea.delete("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",function(){return na.json(Qa)})],Ja=e(e(e(e([],la,!0),va,!0),Ga,!0),Ya,!0),Xa=function(...e){return new _o(...e)}.apply(void 0,Ja),Za="MSW_ENABLED";function ei(e){e?(localStorage.setItem(Za,"true"),console.info("MSW enabled. Reload the page to activate the mocks.")):(localStorage.removeItem(Za),console.info("MSW disabled. Reload the page to disable the mocks.")),window.location.reload()}function ti(){return"true"===localStorage.getItem(Za)}function ni(e,t){return function(){return e.apply(t,arguments)}}"undefined"!=typeof window&&(window.enableMSW=function(){return ei(!0)},window.disableMSW=function(){return ei(!1)},window.isMSWEnabled=ti);const{toString:ri}=Object.prototype,{getPrototypeOf:oi}=Object,{iterator:ai,toStringTag:ii}=Symbol,si=(ci=Object.create(null),e=>{const t=ri.call(e);return ci[t]||(ci[t]=t.slice(8,-1).toLowerCase())});var ci;const ui=e=>(e=e.toLowerCase(),t=>si(t)===e),li=e=>t=>typeof t===e,{isArray:di}=Array,pi=li("undefined");function hi(e){return null!==e&&!pi(e)&&null!==e.constructor&&!pi(e.constructor)&&gi(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const fi=ui("ArrayBuffer");const mi=li("string"),gi=li("function"),yi=li("number"),vi=e=>null!==e&&"object"==typeof e,bi=e=>{if("object"!==si(e))return!1;const t=oi(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||ii in e||ai in e)},ki=ui("Date"),wi=ui("File"),_i=ui("Blob"),Ei=ui("FileList"),xi=ui("URLSearchParams"),[Si,Ci,Ri,Ii]=["ReadableStream","Request","Response","Headers"].map(ui);function Ti(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),di(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{if(hi(e))return;const o=n?Object.getOwnPropertyNames(e):Object.keys(e),a=o.length;let i;for(r=0;r<a;r++)i=o[r],t.call(null,e[i],i,e)}}function Ai(e,t){if(hi(e))return null;t=t.toLowerCase();const n=Object.keys(e);let r,o=n.length;for(;o-- >0;)if(r=n[o],t===r.toLowerCase())return r;return null}const Oi="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Pi=e=>!pi(e)&&e!==Oi;const Di=(e=>t=>e&&t instanceof e)("undefined"!=typeof Uint8Array&&oi(Uint8Array)),ji=ui("HTMLFormElement"),Li=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Ni=ui("RegExp"),zi=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Ti(n,(n,o)=>{let a;!1!==(a=t(n,o,e))&&(r[o]=a||n)}),Object.defineProperties(e,r)};const qi=ui("AsyncFunction"),Ui=(Mi="function"==typeof setImmediate,Bi=gi(Oi.postMessage),Mi?setImmediate:Bi?(Fi=`axios@${Math.random()}`,Wi=[],Oi.addEventListener("message",({source:e,data:t})=>{e===Oi&&t===Fi&&Wi.length&&Wi.shift()()},!1),e=>{Wi.push(e),Oi.postMessage(Fi,"*")}):e=>setTimeout(e));var Mi,Bi,Fi,Wi;const Hi="undefined"!=typeof queueMicrotask?queueMicrotask.bind(Oi):"undefined"!=typeof process&&process.nextTick||Ui;var Gi={isArray:di,isArrayBuffer:fi,isBuffer:hi,isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||gi(e.append)&&("formdata"===(t=si(e))||"object"===t&&gi(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&fi(e.buffer),t},isString:mi,isNumber:yi,isBoolean:e=>!0===e||!1===e,isObject:vi,isPlainObject:bi,isEmptyObject:e=>{if(!vi(e)||hi(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:Si,isRequest:Ci,isResponse:Ri,isHeaders:Ii,isUndefined:pi,isDate:ki,isFile:wi,isBlob:_i,isRegExp:Ni,isFunction:gi,isStream:e=>vi(e)&&gi(e.pipe),isURLSearchParams:xi,isTypedArray:Di,isFileList:Ei,forEach:Ti,merge:function e(){const{caseless:t,skipUndefined:n}=Pi(this)&&this||{},r={},o=(o,a)=>{if("__proto__"===a||"constructor"===a||"prototype"===a)return;const i=t&&Ai(r,a)||a;bi(r[i])&&bi(o)?r[i]=e(r[i],o):bi(o)?r[i]=e({},o):di(o)?r[i]=o.slice():n&&pi(o)||(r[i]=o)};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&Ti(arguments[e],o);return r},extend:(e,t,n,{allOwnKeys:r}={})=>(Ti(t,(t,r)=>{n&&gi(t)?Object.defineProperty(e,r,{value:ni(t,n),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,r,{value:t,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:r}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),Object.defineProperty(e.prototype,"constructor",{value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,r)=>{let o,a,i;const s={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),a=o.length;a-- >0;)i=o[a],r&&!r(i,e,t)||s[i]||(t[i]=e[i],s[i]=!0);e=!1!==n&&oi(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:si,kindOfTest:ui,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(di(e))return e;let t=e.length;if(!yi(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[ai]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:ji,hasOwnProperty:Li,hasOwnProp:Li,reduceDescriptors:zi,freezeMethods:e=>{zi(e,(t,n)=>{if(gi(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];gi(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))})},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach(e=>{n[e]=!0})};return di(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,n){return t.toUpperCase()+n}),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:Ai,global:Oi,isContextDefined:Pi,isSpecCompliantForm:function(e){return!!(e&&gi(e.append)&&"FormData"===e[ii]&&e[ai])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(vi(e)){if(t.indexOf(e)>=0)return;if(hi(e))return e;if(!("toJSON"in e)){t[r]=e;const o=di(e)?[]:{};return Ti(e,(e,t)=>{const a=n(e,r+1);!pi(a)&&(o[t]=a)}),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:qi,isThenable:e=>e&&(vi(e)||gi(e))&&gi(e.then)&&gi(e.catch),setImmediate:Ui,asap:Hi,isIterable:e=>null!=e&&gi(e[ai])};class Vi extends Error{static from(e,t,n,r,o,a){const i=new Vi(e.message,t||e.code,n,r,o);return i.cause=e,i.name=e.name,a&&Object.assign(i,a),i}constructor(e,t,n,r,o){super(e),this.name="AxiosError",this.isAxiosError=!0,t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status)}toJSON(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Gi.toJSONObject(this.config),code:this.code,status:this.status}}}Vi.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",Vi.ERR_BAD_OPTION="ERR_BAD_OPTION",Vi.ECONNABORTED="ECONNABORTED",Vi.ETIMEDOUT="ETIMEDOUT",Vi.ERR_NETWORK="ERR_NETWORK",Vi.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",Vi.ERR_DEPRECATED="ERR_DEPRECATED",Vi.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",Vi.ERR_BAD_REQUEST="ERR_BAD_REQUEST",Vi.ERR_CANCELED="ERR_CANCELED",Vi.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",Vi.ERR_INVALID_URL="ERR_INVALID_URL";var Ki=Vi;function $i(e){return Gi.isPlainObject(e)||Gi.isArray(e)}function Qi(e){return Gi.endsWith(e,"[]")?e.slice(0,-2):e}function Yi(e,t,n){return e?e.concat(t).map(function(e,t){return e=Qi(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}const Ji=Gi.toFlatObject(Gi,{},null,function(e){return/^is[A-Z]/.test(e)});function Xi(e,t,n){if(!Gi.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=Gi.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!Gi.isUndefined(t[e])})).metaTokens,o=n.visitor||u,a=n.dots,i=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&Gi.isSpecCompliantForm(t);if(!Gi.isFunction(o))throw new TypeError("visitor must be a function");function c(e){if(null===e)return"";if(Gi.isDate(e))return e.toISOString();if(Gi.isBoolean(e))return e.toString();if(!s&&Gi.isBlob(e))throw new Ki("Blob is not supported. Use a Buffer instead.");return Gi.isArrayBuffer(e)||Gi.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function u(e,n,o){let s=e;if(e&&!o&&"object"==typeof e)if(Gi.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(Gi.isArray(e)&&function(e){return Gi.isArray(e)&&!e.some($i)}(e)||(Gi.isFileList(e)||Gi.endsWith(n,"[]"))&&(s=Gi.toArray(e)))return n=Qi(n),s.forEach(function(e,r){!Gi.isUndefined(e)&&null!==e&&t.append(!0===i?Yi([n],r,a):null===i?n:n+"[]",c(e))}),!1;return!!$i(e)||(t.append(Yi(o,n,a),c(e)),!1)}const l=[],d=Object.assign(Ji,{defaultVisitor:u,convertValue:c,isVisitable:$i});if(!Gi.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!Gi.isUndefined(n)){if(-1!==l.indexOf(n))throw Error("Circular reference detected in "+r.join("."));l.push(n),Gi.forEach(n,function(n,a){!0===(!(Gi.isUndefined(n)||null===n)&&o.call(t,n,Gi.isString(a)?a.trim():a,r,d))&&e(n,r?r.concat(a):[a])}),l.pop()}}(e),t}function Zi(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function es(e,t){this._pairs=[],e&&Xi(e,this,t)}const ts=es.prototype;function ns(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function rs(e,t,n){if(!t)return e;const r=n&&n.encode||ns,o=Gi.isFunction(n)?{serialize:n}:n,a=o&&o.serialize;let i;if(i=a?a(t,o):Gi.isURLSearchParams(t)?t.toString():new es(t,o).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}ts.append=function(e,t){this._pairs.push([e,t])},ts.toString=function(e){const t=e?function(t){return e.call(this,t,Zi)}:Zi;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var os=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){Gi.forEach(this.handlers,function(t){null!==t&&e(t)})}},as={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},is={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:es,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const ss="undefined"!=typeof window&&"undefined"!=typeof document,cs="object"==typeof navigator&&navigator||void 0,us=ss&&(!cs||["ReactNative","NativeScript","NS"].indexOf(cs.product)<0),ls="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,ds=ss&&window.location.href||"http://localhost";var ps={...Object.freeze({__proto__:null,hasBrowserEnv:ss,hasStandardBrowserEnv:us,hasStandardBrowserWebWorkerEnv:ls,navigator:cs,origin:ds}),...is};function hs(e){function t(e,n,r,o){let a=e[o++];if("__proto__"===a)return!0;const i=Number.isFinite(+a),s=o>=e.length;if(a=!a&&Gi.isArray(r)?r.length:a,s)return Gi.hasOwnProp(r,a)?r[a]=[r[a],n]:r[a]=n,!i;r[a]&&Gi.isObject(r[a])||(r[a]=[]);return t(e,n,r[a],o)&&Gi.isArray(r[a])&&(r[a]=function(e){const t={},n=Object.keys(e);let r;const o=n.length;let a;for(r=0;r<o;r++)a=n[r],t[a]=e[a];return t}(r[a])),!i}if(Gi.isFormData(e)&&Gi.isFunction(e.entries)){const n={};return Gi.forEachEntry(e,(e,r)=>{t(function(e){return Gi.matchAll(/\w+|\[(\w*)]/g,e).map(e=>"[]"===e[0]?"":e[1]||e[0])}(e),r,n,0)}),n}return null}const fs={transitional:as,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=Gi.isObject(e);o&&Gi.isHTMLForm(e)&&(e=new FormData(e));if(Gi.isFormData(e))return r?JSON.stringify(hs(e)):e;if(Gi.isArrayBuffer(e)||Gi.isBuffer(e)||Gi.isStream(e)||Gi.isFile(e)||Gi.isBlob(e)||Gi.isReadableStream(e))return e;if(Gi.isArrayBufferView(e))return e.buffer;if(Gi.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Xi(e,new ps.classes.URLSearchParams,{visitor:function(e,t,n,r){return ps.isNode&&Gi.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)},...t})}(e,this.formSerializer).toString();if((a=Gi.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Xi(a?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(Gi.isString(e))try{return(t||JSON.parse)(e),Gi.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||fs.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(Gi.isResponse(e)||Gi.isReadableStream(e))return e;if(e&&Gi.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e,this.parseReviver)}catch(e){if(n){if("SyntaxError"===e.name)throw Ki.from(e,Ki.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ps.classes.FormData,Blob:ps.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Gi.forEach(["delete","get","head","post","put","patch"],e=>{fs.headers[e]={}});var ms=fs;const gs=Gi.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);const ys=Symbol("internals");function vs(e){return e&&String(e).trim().toLowerCase()}function bs(e){return!1===e||null==e?e:Gi.isArray(e)?e.map(bs):String(e)}function ks(e,t,n,r,o){return Gi.isFunction(r)?r.call(this,t,n):(o&&(t=n),Gi.isString(t)?Gi.isString(r)?-1!==t.indexOf(r):Gi.isRegExp(r)?r.test(t):void 0:void 0)}class ws{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=vs(t);if(!o)throw new Error("header name must be a non-empty string");const a=Gi.findKey(r,o);(!a||void 0===r[a]||!0===n||void 0===n&&!1!==r[a])&&(r[a||t]=bs(e))}const a=(e,t)=>Gi.forEach(e,(e,n)=>o(e,n,t));if(Gi.isPlainObject(e)||e instanceof this.constructor)a(e,t);else if(Gi.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))a((e=>{const t={};let n,r,o;return e&&e.split("\n").forEach(function(e){o=e.indexOf(":"),n=e.substring(0,o).trim().toLowerCase(),r=e.substring(o+1).trim(),!n||t[n]&&gs[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t})(e),t);else if(Gi.isObject(e)&&Gi.isIterable(e)){let n,r,o={};for(const t of e){if(!Gi.isArray(t))throw TypeError("Object iterator must return a key-value pair");o[r=t[0]]=(n=o[r])?Gi.isArray(n)?[...n,t[1]]:[n,t[1]]:t[1]}a(o,t)}else null!=e&&o(t,e,n);return this}get(e,t){if(e=vs(e)){const n=Gi.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}(e);if(Gi.isFunction(t))return t.call(this,e,n);if(Gi.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=vs(e)){const n=Gi.findKey(this,e);return!(!n||void 0===this[n]||t&&!ks(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=vs(e)){const o=Gi.findKey(n,e);!o||t&&!ks(0,n[o],o,t)||(delete n[o],r=!0)}}return Gi.isArray(e)?e.forEach(o):o(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const o=t[n];e&&!ks(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return Gi.forEach(this,(r,o)=>{const a=Gi.findKey(n,o);if(a)return t[a]=bs(r),void delete t[o];const i=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,t,n)=>t.toUpperCase()+n)}(o):String(o).trim();i!==o&&delete t[o],t[i]=bs(r),n[i]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return Gi.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&Gi.isArray(n)?n.join(", "):n)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,t])=>e+": "+t).join("\n")}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach(e=>n.set(e)),n}static accessor(e){const t=(this[ys]=this[ys]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=vs(e);t[r]||(!function(e,t){const n=Gi.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}return Gi.isArray(e)?e.forEach(r):r(e),this}}ws.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Gi.reduceDescriptors(ws.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),Gi.freezeMethods(ws);var _s=ws;function Es(e,t){const n=this||ms,r=t||n,o=_s.from(r.headers);let a=r.data;return Gi.forEach(e,function(e){a=e.call(n,a,o.normalize(),t?t.status:void 0)}),o.normalize(),a}function xs(e){return!(!e||!e.__CANCEL__)}var Ss=class extends Ki{constructor(e,t,n){super(null==e?"canceled":e,Ki.ERR_CANCELED,t,n),this.name="CanceledError",this.__CANCEL__=!0}};function Cs(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new Ki("Request failed with status code "+n.status,[Ki.ERR_BAD_REQUEST,Ki.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}const Rs=(e,t,n=3)=>{let r=0;const o=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o,a=0,i=0;return t=void 0!==t?t:1e3,function(s){const c=Date.now(),u=r[i];o||(o=c),n[a]=s,r[a]=c;let l=i,d=0;for(;l!==a;)d+=n[l++],l%=e;if(a=(a+1)%e,a===i&&(i=(i+1)%e),c-o<t)return;const p=u&&c-u;return p?Math.round(1e3*d/p):void 0}}(50,250);return function(e,t){let n,r,o=0,a=1e3/t;const i=(t,a=Date.now())=>{o=a,n=null,r&&(clearTimeout(r),r=null),e(...t)};return[(...e)=>{const t=Date.now(),s=t-o;s>=a?i(e,t):(n=e,r||(r=setTimeout(()=>{r=null,i(n)},a-s)))},()=>n&&i(n)]}(n=>{const a=n.loaded,i=n.lengthComputable?n.total:void 0,s=a-r,c=o(s);r=a;e({loaded:a,total:i,progress:i?a/i:void 0,bytes:s,rate:c||void 0,estimated:c&&i&&a<=i?(i-a)/c:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})},n)},Is=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Ts=e=>(...t)=>Gi.asap(()=>e(...t));var As=ps.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,ps.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(ps.origin),ps.navigator&&/(msie|trident)/i.test(ps.navigator.userAgent)):()=>!0,Os=ps.hasStandardBrowserEnv?{write(e,t,n,r,o,a,i){if("undefined"==typeof document)return;const s=[`${e}=${encodeURIComponent(t)}`];Gi.isNumber(n)&&s.push(`expires=${new Date(n).toUTCString()}`),Gi.isString(r)&&s.push(`path=${r}`),Gi.isString(o)&&s.push(`domain=${o}`),!0===a&&s.push("secure"),Gi.isString(i)&&s.push(`SameSite=${i}`),document.cookie=s.join("; ")},read(e){if("undefined"==typeof document)return null;const t=document.cookie.match(new RegExp("(?:^|; )"+e+"=([^;]*)"));return t?decodeURIComponent(t[1]):null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read:()=>null,remove(){}};function Ps(e,t,n){let r=!("string"==typeof(o=t)&&/^([a-z][a-z\d+\-.]*:)?\/\//i.test(o));var o;return e&&(r||0==n)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const Ds=e=>e instanceof _s?{...e}:e;function js(e,t){t=t||{};const n={};function r(e,t,n,r){return Gi.isPlainObject(e)&&Gi.isPlainObject(t)?Gi.merge.call({caseless:r},e,t):Gi.isPlainObject(t)?Gi.merge({},t):Gi.isArray(t)?t.slice():t}function o(e,t,n,o){return Gi.isUndefined(t)?Gi.isUndefined(e)?void 0:r(void 0,e,0,o):r(e,t,0,o)}function a(e,t){if(!Gi.isUndefined(t))return r(void 0,t)}function i(e,t){return Gi.isUndefined(t)?Gi.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,o,a){return a in t?r(n,o):a in e?r(void 0,n):void 0}const c={url:a,method:a,data:a,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:s,headers:(e,t,n)=>o(Ds(e),Ds(t),0,!0)};return Gi.forEach(Object.keys({...e,...t}),function(r){if("__proto__"===r||"constructor"===r||"prototype"===r)return;const a=Gi.hasOwnProp(c,r)?c[r]:o,i=a(e[r],t[r],r);Gi.isUndefined(i)&&a!==s||(n[r]=i)}),n}var Ls=e=>{const t=js({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:a,headers:i,auth:s}=t;if(t.headers=i=_s.from(i),t.url=rs(Ps(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),s&&i.set("Authorization","Basic "+btoa((s.username||"")+":"+(s.password?unescape(encodeURIComponent(s.password)):""))),Gi.isFormData(n))if(ps.hasStandardBrowserEnv||ps.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if(Gi.isFunction(n.getHeaders)){const e=n.getHeaders(),t=["content-type","content-length"];Object.entries(e).forEach(([e,n])=>{t.includes(e.toLowerCase())&&i.set(e,n)})}if(ps.hasStandardBrowserEnv&&(r&&Gi.isFunction(r)&&(r=r(t)),r||!1!==r&&As(t.url))){const e=o&&a&&Os.read(a);e&&i.set(o,e)}return t};var Ns="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=Ls(e);let o=r.data;const a=_s.from(r.headers).normalize();let i,s,c,u,l,{responseType:d,onUploadProgress:p,onDownloadProgress:h}=r;function f(){u&&u(),l&&l(),r.cancelToken&&r.cancelToken.unsubscribe(i),r.signal&&r.signal.removeEventListener("abort",i)}let m=new XMLHttpRequest;function g(){if(!m)return;const r=_s.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());Cs(function(e){t(e),f()},function(e){n(e),f()},{data:d&&"text"!==d&&"json"!==d?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:r,config:e,request:m}),m=null}m.open(r.method.toUpperCase(),r.url,!0),m.timeout=r.timeout,"onloadend"in m?m.onloadend=g:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))&&setTimeout(g)},m.onabort=function(){m&&(n(new Ki("Request aborted",Ki.ECONNABORTED,e,m)),m=null)},m.onerror=function(t){const r=t&&t.message?t.message:"Network Error",o=new Ki(r,Ki.ERR_NETWORK,e,m);o.event=t||null,n(o),m=null},m.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const o=r.transitional||as;r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new Ki(t,o.clarifyTimeoutError?Ki.ETIMEDOUT:Ki.ECONNABORTED,e,m)),m=null},void 0===o&&a.setContentType(null),"setRequestHeader"in m&&Gi.forEach(a.toJSON(),function(e,t){m.setRequestHeader(t,e)}),Gi.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),d&&"json"!==d&&(m.responseType=r.responseType),h&&([c,l]=Rs(h,!0),m.addEventListener("progress",c)),p&&m.upload&&([s,u]=Rs(p),m.upload.addEventListener("progress",s),m.upload.addEventListener("loadend",u)),(r.cancelToken||r.signal)&&(i=t=>{m&&(n(!t||t.type?new Ss(null,e,m):t),m.abort(),m=null)},r.cancelToken&&r.cancelToken.subscribe(i),r.signal&&(r.signal.aborted?i():r.signal.addEventListener("abort",i)));const y=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(r.url);y&&-1===ps.protocols.indexOf(y)?n(new Ki("Unsupported protocol "+y+":",Ki.ERR_BAD_REQUEST,e)):m.send(o||null)})};var zs=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let n,r=new AbortController;const o=function(e){if(!n){n=!0,i();const t=e instanceof Error?e:this.reason;r.abort(t instanceof Ki?t:new Ss(t instanceof Error?t.message:t))}};let a=t&&setTimeout(()=>{a=null,o(new Ki(`timeout of ${t}ms exceeded`,Ki.ETIMEDOUT))},t);const i=()=>{e&&(a&&clearTimeout(a),a=null,e.forEach(e=>{e.unsubscribe?e.unsubscribe(o):e.removeEventListener("abort",o)}),e=null)};e.forEach(e=>e.addEventListener("abort",o));const{signal:s}=r;return s.unsubscribe=()=>Gi.asap(i),s}};const qs=function*(e,t){let n=e.byteLength;if(!t||n<t)return void(yield e);let r,o=0;for(;o<n;)r=o+t,yield e.slice(o,r),o=r},Us=async function*(e){if(e[Symbol.asyncIterator])return void(yield*e);const t=e.getReader();try{for(;;){const{done:e,value:n}=await t.read();if(e)break;yield n}}finally{await t.cancel()}},Ms=(e,t,n,r)=>{const o=async function*(e,t){for await(const n of Us(e))yield*qs(n,t)}(e,t);let a,i=0,s=e=>{a||(a=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await o.next();if(t)return s(),void e.close();let a=r.byteLength;if(n){let e=i+=a;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw s(e),e}},cancel:e=>(s(e),o.return())},{highWaterMark:2})},{isFunction:Bs}=Gi,Fs=(({Request:e,Response:t})=>({Request:e,Response:t}))(Gi.global),{ReadableStream:Ws,TextEncoder:Hs}=Gi.global,Gs=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},Vs=e=>{e=Gi.merge.call({skipUndefined:!0},Fs,e);const{fetch:t,Request:n,Response:r}=e,o=t?Bs(t):"function"==typeof fetch,a=Bs(n),i=Bs(r);if(!o)return!1;const s=o&&Bs(Ws),c=o&&("function"==typeof Hs?(e=>t=>e.encode(t))(new Hs):async e=>new Uint8Array(await new n(e).arrayBuffer())),u=a&&s&&Gs(()=>{let e=!1;const t=new n(ps.origin,{body:new Ws,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),l=i&&s&&Gs(()=>Gi.isReadableStream(new r("").body)),d={stream:l&&(e=>e.body)};o&&["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!d[e]&&(d[e]=(t,n)=>{let r=t&&t[e];if(r)return r.call(t);throw new Ki(`Response type '${e}' is not supported`,Ki.ERR_NOT_SUPPORT,n)})});const p=async(e,t)=>{const r=Gi.toFiniteNumber(e.getContentLength());return null==r?(async e=>{if(null==e)return 0;if(Gi.isBlob(e))return e.size;if(Gi.isSpecCompliantForm(e)){const t=new n(ps.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return Gi.isArrayBufferView(e)||Gi.isArrayBuffer(e)?e.byteLength:(Gi.isURLSearchParams(e)&&(e+=""),Gi.isString(e)?(await c(e)).byteLength:void 0)})(t):r};return async e=>{let{url:o,method:i,data:s,signal:c,cancelToken:h,timeout:f,onDownloadProgress:m,onUploadProgress:g,responseType:y,headers:v,withCredentials:b="same-origin",fetchOptions:k}=Ls(e),w=t||fetch;y=y?(y+"").toLowerCase():"text";let _=zs([c,h&&h.toAbortSignal()],f),E=null;const x=_&&_.unsubscribe&&(()=>{_.unsubscribe()});let S;try{if(g&&u&&"get"!==i&&"head"!==i&&0!==(S=await p(v,s))){let e,t=new n(o,{method:"POST",body:s,duplex:"half"});if(Gi.isFormData(s)&&(e=t.headers.get("content-type"))&&v.setContentType(e),t.body){const[e,n]=Is(S,Rs(Ts(g)));s=Ms(t.body,65536,e,n)}}Gi.isString(b)||(b=b?"include":"omit");const t=a&&"credentials"in n.prototype,c={...k,signal:_,method:i.toUpperCase(),headers:v.normalize().toJSON(),body:s,duplex:"half",credentials:t?b:void 0};E=a&&new n(o,c);let h=await(a?w(E,k):w(o,c));const f=l&&("stream"===y||"response"===y);if(l&&(m||f&&x)){const e={};["status","statusText","headers"].forEach(t=>{e[t]=h[t]});const t=Gi.toFiniteNumber(h.headers.get("content-length")),[n,o]=m&&Is(t,Rs(Ts(m),!0))||[];h=new r(Ms(h.body,65536,n,()=>{o&&o(),x&&x()}),e)}y=y||"text";let C=await d[Gi.findKey(d,y)||"text"](h,e);return!f&&x&&x(),await new Promise((t,n)=>{Cs(t,n,{data:C,headers:_s.from(h.headers),status:h.status,statusText:h.statusText,config:e,request:E})})}catch(t){if(x&&x(),t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new Ki("Network Error",Ki.ERR_NETWORK,e,E,t&&t.response),{cause:t.cause||t});throw Ki.from(t,t&&t.code,e,E,t&&t.response)}}},Ks=new Map,$s=e=>{let t=e&&e.env||{};const{fetch:n,Request:r,Response:o}=t,a=[r,o,n];let i,s,c=a.length,u=Ks;for(;c--;)i=a[c],s=u.get(i),void 0===s&&u.set(i,s=c?new Map:Vs(t)),u=s;return s};$s();const Qs={http:null,xhr:Ns,fetch:{get:$s}};Gi.forEach(Qs,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}});const Ys=e=>`- ${e}`,Js=e=>Gi.isFunction(e)||null===e||!1===e;var Xs={getAdapter:function(e,t){e=Gi.isArray(e)?e:[e];const{length:n}=e;let r,o;const a={};for(let i=0;i<n;i++){let n;if(r=e[i],o=r,!Js(r)&&(o=Qs[(n=String(r)).toLowerCase()],void 0===o))throw new Ki(`Unknown adapter '${n}'`);if(o&&(Gi.isFunction(o)||(o=o.get(t))))break;a[n||"#"+i]=o}if(!o){const e=Object.entries(a).map(([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build"));let t=n?e.length>1?"since :\n"+e.map(Ys).join("\n"):" "+Ys(e[0]):"as no adapter specified";throw new Ki("There is no suitable adapter to dispatch the request "+t,"ERR_NOT_SUPPORT")}return o},adapters:Qs};function Zs(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Ss(null,e)}function ec(e){Zs(e),e.headers=_s.from(e.headers),e.data=Es.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return Xs.getAdapter(e.adapter||ms.adapter,e)(e).then(function(t){return Zs(e),t.data=Es.call(e,e.transformResponse,t),t.headers=_s.from(t.headers),t},function(t){return xs(t)||(Zs(e),t&&t.response&&(t.response.data=Es.call(e,e.transformResponse,t.response),t.response.headers=_s.from(t.response.headers))),Promise.reject(t)})}const tc="1.13.5",nc={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{nc[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const rc={};nc.transitional=function(e,t,n){function r(e,t){return"[Axios v"+tc+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,a)=>{if(!1===e)throw new Ki(r(o," has been removed"+(t?" in "+t:"")),Ki.ERR_DEPRECATED);return t&&!rc[o]&&(rc[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,a)}},nc.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};var oc={assertOptions:function(e,t,n){if("object"!=typeof e)throw new Ki("options must be an object",Ki.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const a=r[o],i=t[a];if(i){const t=e[a],n=void 0===t||i(t,a,e);if(!0!==n)throw new Ki("option "+a+" must be "+n,Ki.ERR_BAD_OPTION_VALUE);continue}if(!0!==n)throw new Ki("Unknown option "+a,Ki.ERR_BAD_OPTION)}},validators:nc};const ac=oc.validators;let ic=class{constructor(e){this.defaults=e||{},this.interceptors={request:new os,response:new os}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t={};Error.captureStackTrace?Error.captureStackTrace(t):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=js(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&oc.assertOptions(n,{silentJSONParsing:ac.transitional(ac.boolean),forcedJSONParsing:ac.transitional(ac.boolean),clarifyTimeoutError:ac.transitional(ac.boolean),legacyInterceptorReqResOrdering:ac.transitional(ac.boolean)},!1),null!=r&&(Gi.isFunction(r)?t.paramsSerializer={serialize:r}:oc.assertOptions(r,{encode:ac.function,serialize:ac.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),oc.assertOptions(t,{baseUrl:ac.spelling("baseURL"),withXsrfToken:ac.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let a=o&&Gi.merge(o.common,o[t.method]);o&&Gi.forEach(["delete","get","head","post","put","patch","common"],e=>{delete o[e]}),t.headers=_s.concat(a,o);const i=[];let s=!0;this.interceptors.request.forEach(function(e){if("function"==typeof e.runWhen&&!1===e.runWhen(t))return;s=s&&e.synchronous;const n=t.transitional||as;n&&n.legacyInterceptorReqResOrdering?i.unshift(e.fulfilled,e.rejected):i.push(e.fulfilled,e.rejected)});const c=[];let u;this.interceptors.response.forEach(function(e){c.push(e.fulfilled,e.rejected)});let l,d=0;if(!s){const e=[ec.bind(this),void 0];for(e.unshift(...i),e.push(...c),l=e.length,u=Promise.resolve(t);d<l;)u=u.then(e[d++],e[d++]);return u}l=i.length;let p=t;for(;d<l;){const e=i[d++],t=i[d++];try{p=e(p)}catch(e){t.call(this,e);break}}try{u=ec.call(this,p)}catch(e){return Promise.reject(e)}for(d=0,l=c.length;d<l;)u=u.then(c[d++],c[d++]);return u}getUri(e){return rs(Ps((e=js(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};Gi.forEach(["delete","get","head","options"],function(e){ic.prototype[e]=function(t,n){return this.request(js(n||{},{method:e,url:t,data:(n||{}).data}))}}),Gi.forEach(["post","put","patch"],function(e){function t(t){return function(n,r,o){return this.request(js(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}ic.prototype[e]=t(),ic.prototype[e+"Form"]=t(!0)});var sc=ic;class cc{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(e){t=e});const n=this;this.promise.then(e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null}),this.promise.then=e=>{let t;const r=new Promise(e=>{n.subscribe(e),t=e}).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e(function(e,r,o){n.reason||(n.reason=new Ss(e,r,o),t(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new cc(function(t){e=t}),cancel:e}}}var uc=cc;const lc={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(lc).forEach(([e,t])=>{lc[t]=e});var dc=lc;const pc=function e(t){const n=new sc(t),r=ni(sc.prototype.request,n);return Gi.extend(r,sc.prototype,n,{allOwnKeys:!0}),Gi.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(js(t,n))},r}(ms);pc.Axios=sc,pc.CanceledError=Ss,pc.CancelToken=uc,pc.isCancel=xs,pc.VERSION=tc,pc.toFormData=Xi,pc.AxiosError=Ki,pc.Cancel=pc.CanceledError,pc.all=function(e){return Promise.all(e)},pc.spread=function(e){return function(t){return e.apply(null,t)}},pc.isAxiosError=function(e){return Gi.isObject(e)&&!0===e.isAxiosError},pc.mergeConfig=js,pc.AxiosHeaders=_s,pc.formToJSON=e=>hs(Gi.isHTMLForm(e)?new FormData(e):e),pc.getAdapter=Xs.getAdapter,pc.HttpStatusCode=dc,pc.default=pc;var hc=pc,fc=function(e){var t=[];return Object.entries(e).forEach(function(e){var n=e[0],r=e[1];if(Array.isArray(r)){var o=r.join(",");t.push("".concat(encodeURIComponent(n),"=").concat(o))}else null!=r&&t.push("".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(String(r))))}),t.join("&")},mc=function(e){function n(n){var r,o,a,i,s=this;return(s=e.call(this,n)||this).token="",null===(o=null===(r=s.instance)||void 0===r?void 0:r.interceptors)||void 0===o||o.request.use(function(e){return t(t({},e),{defaults:{headers:t(t({},e.headers),{Authorization:"Bearer ".concat(s.getToken())})}})},function(e){return Promise.reject(e)}),null===(i=null===(a=s.instance)||void 0===a?void 0:a.interceptors)||void 0===i||i.response.use(function(e){return t({},e)},function(e){return Promise.reject(e)}),s}return o(n,e),n.prototype.getToken=function(){return"Bearer ".concat(this.token)},n.prototype.setToken=function(e){this.token=e},n.prototype.getUri=function(e){return this.instance.getUri(e)},n.prototype.getCancelTokenSource=function(){var e;return this.cancelToken&&this.cancelToken.cancel(),this.cancelToken=null===(e=hc.CancelToken)||void 0===e?void 0:e.source(),this.cancelToken},n.prototype.request=function(e){var t;return e.cancelToken=null===(t=this.getCancelTokenSource())||void 0===t?void 0:t.token,this.instance.request(e)},n.prototype.get=function(e,t){return this.instance.get(e,t)},n.prototype.options=function(e,t){return this.instance.options(e,t)},n.prototype.delete=function(e,t){return this.instance.delete(e,t)},n.prototype.head=function(e,t){return this.instance.head(e,t)},n.prototype.post=function(e,t,n){return this.instance.post(e,t,n)},n.prototype.put=function(e,t,n){return this.instance.put(e,t,n)},n.prototype.patch=function(e,t,n){return this.instance.patch(e,t,n)},n.prototype.success=function(e){return null==e?void 0:e.data},n.prototype.error=function(e){throw e},n}(function(e){this.instance=hc.create(e)}),gc="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function yc(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var n=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(t){var r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:function(){return e[t]}})}),n}var vc=TypeError,bc=yc(Object.freeze({__proto__:null,default:{}})),kc="function"==typeof Map&&Map.prototype,wc=Object.getOwnPropertyDescriptor&&kc?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,_c=kc&&wc&&"function"==typeof wc.get?wc.get:null,Ec=kc&&Map.prototype.forEach,xc="function"==typeof Set&&Set.prototype,Sc=Object.getOwnPropertyDescriptor&&xc?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Cc=xc&&Sc&&"function"==typeof Sc.get?Sc.get:null,Rc=xc&&Set.prototype.forEach,Ic="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,Tc="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,Ac="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,Oc=Boolean.prototype.valueOf,Pc=Object.prototype.toString,Dc=Function.prototype.toString,jc=String.prototype.match,Lc=String.prototype.slice,Nc=String.prototype.replace,zc=String.prototype.toUpperCase,qc=String.prototype.toLowerCase,Uc=RegExp.prototype.test,Mc=Array.prototype.concat,Bc=Array.prototype.join,Fc=Array.prototype.slice,Wc=Math.floor,Hc="function"==typeof BigInt?BigInt.prototype.valueOf:null,Gc=Object.getOwnPropertySymbols,Vc="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,Kc="function"==typeof Symbol&&"object"==typeof Symbol.iterator,$c="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Kc||"symbol")?Symbol.toStringTag:null,Qc=Object.prototype.propertyIsEnumerable,Yc=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Jc(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||Uc.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var r=e<0?-Wc(-e):Wc(e);if(r!==e){var o=String(r),a=Lc.call(t,o.length+1);return Nc.call(o,n,"$&_")+"."+Nc.call(Nc.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Nc.call(t,n,"$&_")}var Xc=bc,Zc=Xc.custom,eu=uu(Zc)?Zc:null,tu={__proto__:null,double:'"',single:"'"},nu={__proto__:null,double:/(["\\])/g,single:/(['\\])/g},ru=function e(t,n,r,o){var a=n||{};if(du(a,"quoteStyle")&&!du(tu,a.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(du(a,"maxStringLength")&&("number"==typeof a.maxStringLength?a.maxStringLength<0&&a.maxStringLength!==1/0:null!==a.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=!du(a,"customInspect")||a.customInspect;if("boolean"!=typeof i&&"symbol"!==i)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(du(a,"indent")&&null!==a.indent&&"\t"!==a.indent&&!(parseInt(a.indent,10)===a.indent&&a.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(du(a,"numericSeparator")&&"boolean"!=typeof a.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var s=a.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return fu(t,a);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var c=String(t);return s?Jc(t,c):c}if("bigint"==typeof t){var u=String(t)+"n";return s?Jc(t,u):u}var l=void 0===a.depth?5:a.depth;if(void 0===r&&(r=0),r>=l&&l>0&&"object"==typeof t)return su(t)?"[Array]":"[Object]";var d=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;n=Bc.call(Array(e.indent+1)," ")}return{base:n,prev:Bc.call(Array(t+1),n)}}(a,r);if(void 0===o)o=[];else if(hu(o,t)>=0)return"[Circular]";function p(t,n,i){if(n&&(o=Fc.call(o)).push(n),i){var s={depth:a.depth};return du(a,"quoteStyle")&&(s.quoteStyle=a.quoteStyle),e(t,s,r+1,o)}return e(t,a,r+1,o)}if("function"==typeof t&&!cu(t)){var h=function(e){if(e.name)return e.name;var t=jc.call(Dc.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),f=ku(t,p);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(f.length>0?" { "+Bc.call(f,", ")+" }":"")}if(uu(t)){var m=Kc?Nc.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):Vc.call(t);return"object"!=typeof t||Kc?m:gu(m)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var g="<"+qc.call(String(t.nodeName)),y=t.attributes||[],v=0;v<y.length;v++)g+=" "+y[v].name+"="+ou(au(y[v].value),"double",a);return g+=">",t.childNodes&&t.childNodes.length&&(g+="..."),g+="</"+qc.call(String(t.nodeName))+">"}if(su(t)){if(0===t.length)return"[]";var b=ku(t,p);return d&&!function(e){for(var t=0;t<e.length;t++)if(hu(e[t],"\n")>=0)return!1;return!0}(b)?"["+bu(b,d)+"]":"[ "+Bc.call(b,", ")+" ]"}if(function(e){return"[object Error]"===pu(e)&&iu(e)}(t)){var k=ku(t,p);return"cause"in Error.prototype||!("cause"in t)||Qc.call(t,"cause")?0===k.length?"["+String(t)+"]":"{ ["+String(t)+"] "+Bc.call(k,", ")+" }":"{ ["+String(t)+"] "+Bc.call(Mc.call("[cause]: "+p(t.cause),k),", ")+" }"}if("object"==typeof t&&i){if(eu&&"function"==typeof t[eu]&&Xc)return Xc(t,{depth:l-r});if("symbol"!==i&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!_c||!e||"object"!=typeof e)return!1;try{_c.call(e);try{Cc.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var w=[];return Ec&&Ec.call(t,function(e,n){w.push(p(n,t,!0)+" => "+p(e,t))}),vu("Map",_c.call(t),w,d)}if(function(e){if(!Cc||!e||"object"!=typeof e)return!1;try{Cc.call(e);try{_c.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var _=[];return Rc&&Rc.call(t,function(e){_.push(p(e,t))}),vu("Set",Cc.call(t),_,d)}if(function(e){if(!Ic||!e||"object"!=typeof e)return!1;try{Ic.call(e,Ic);try{Tc.call(e,Tc)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return yu("WeakMap");if(function(e){if(!Tc||!e||"object"!=typeof e)return!1;try{Tc.call(e,Tc);try{Ic.call(e,Ic)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return yu("WeakSet");if(function(e){if(!Ac||!e||"object"!=typeof e)return!1;try{return Ac.call(e),!0}catch(e){}return!1}(t))return yu("WeakRef");if(function(e){return"[object Number]"===pu(e)&&iu(e)}(t))return gu(p(Number(t)));if(function(e){if(!e||"object"!=typeof e||!Hc)return!1;try{return Hc.call(e),!0}catch(e){}return!1}(t))return gu(p(Hc.call(t)));if(function(e){return"[object Boolean]"===pu(e)&&iu(e)}(t))return gu(Oc.call(t));if(function(e){return"[object String]"===pu(e)&&iu(e)}(t))return gu(p(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==gc&&t===gc)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===pu(e)&&iu(e)}(t)&&!cu(t)){var E=ku(t,p),x=Yc?Yc(t)===Object.prototype:t instanceof Object||t.constructor===Object,S=t instanceof Object?"":"null prototype",C=!x&&$c&&Object(t)===t&&$c in t?Lc.call(pu(t),8,-1):S?"Object":"",R=(x||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(C||S?"["+Bc.call(Mc.call([],C||[],S||[]),": ")+"] ":"");return 0===E.length?R+"{}":d?R+"{"+bu(E,d)+"}":R+"{ "+Bc.call(E,", ")+" }"}return String(t)};function ou(e,t,n){var r=n.quoteStyle||t,o=tu[r];return o+e+o}function au(e){return Nc.call(String(e),/"/g,""")}function iu(e){return!$c||!("object"==typeof e&&($c in e||void 0!==e[$c]))}function su(e){return"[object Array]"===pu(e)&&iu(e)}function cu(e){return"[object RegExp]"===pu(e)&&iu(e)}function uu(e){if(Kc)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!Vc)return!1;try{return Vc.call(e),!0}catch(e){}return!1}var lu=Object.prototype.hasOwnProperty||function(e){return e in this};function du(e,t){return lu.call(e,t)}function pu(e){return Pc.call(e)}function hu(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}function fu(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return fu(Lc.call(e,0,t.maxStringLength),t)+r}var o=nu[t.quoteStyle||"single"];return o.lastIndex=0,ou(Nc.call(Nc.call(e,o,"\\$1"),/[\x00-\x1f]/g,mu),"single",t)}function mu(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+zc.call(t.toString(16))}function gu(e){return"Object("+e+")"}function yu(e){return e+" { ? }"}function vu(e,t,n,r){return e+" ("+t+") {"+(r?bu(n,r):Bc.call(n,", "))+"}"}function bu(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+Bc.call(e,","+n)+"\n"+t.prev}function ku(e,t){var n=su(e),r=[];if(n){r.length=e.length;for(var o=0;o<e.length;o++)r[o]=du(e,o)?t(e[o],e):""}var a,i="function"==typeof Gc?Gc(e):[];if(Kc){a={};for(var s=0;s<i.length;s++)a["$"+i[s]]=i[s]}for(var c in e)du(e,c)&&(n&&String(Number(c))===c&&c<e.length||Kc&&a["$"+c]instanceof Symbol||(Uc.call(/[^\w$]/,c)?r.push(t(c,e)+": "+t(e[c],e)):r.push(c+": "+t(e[c],e))));if("function"==typeof Gc)for(var u=0;u<i.length;u++)Qc.call(e,i[u])&&r.push("["+t(i[u])+"]: "+t(e[i[u]],e));return r}var wu=ru,_u=vc,Eu=function(e,t,n){for(var r,o=e;null!=(r=o.next);o=r)if(r.key===t)return o.next=r.next,n||(r.next=e.next,e.next=r),r},xu=Object,Su=Error,Cu=EvalError,Ru=RangeError,Iu=ReferenceError,Tu=SyntaxError,Au=URIError,Ou=Math.abs,Pu=Math.floor,Du=Math.max,ju=Math.min,Lu=Math.pow,Nu=Math.round,zu=Number.isNaN||function(e){return e!=e},qu=Object.getOwnPropertyDescriptor;if(qu)try{qu([],"length")}catch(e){qu=null}var Uu=qu,Mu=Object.defineProperty||!1;if(Mu)try{Mu({},"a",{value:1})}catch(e){Mu=!1}var Bu,Fu,Wu,Hu,Gu,Vu,Ku,$u,Qu,Yu,Ju,Xu,Zu,el,tl,nl,rl=Mu;function ol(){return Vu?Gu:(Vu=1,Gu="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function al(){return $u?Ku:($u=1,Ku=xu.getPrototypeOf||null)}function il(){if(Yu)return Qu;Yu=1;var e=Object.prototype.toString,t=Math.max,n=function(e,t){for(var n=[],r=0;r<e.length;r+=1)n[r]=e[r];for(var o=0;o<t.length;o+=1)n[o+e.length]=t[o];return n};return Qu=function(r){var o=this;if("function"!=typeof o||"[object Function]"!==e.apply(o))throw new TypeError("Function.prototype.bind called on incompatible "+o);for(var a,i=function(e,t){for(var n=[],r=t||0,o=0;r<e.length;r+=1,o+=1)n[o]=e[r];return n}(arguments,1),s=t(0,o.length-i.length),c=[],u=0;u<s;u++)c[u]="$"+u;if(a=Function("binder","return function ("+function(e,t){for(var n="",r=0;r<e.length;r+=1)n+=e[r],r+1<e.length&&(n+=t);return n}(c,",")+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof a){var e=o.apply(this,n(i,arguments));return Object(e)===e?e:this}return o.apply(r,n(i,arguments))}),o.prototype){var l=function(){};l.prototype=o.prototype,a.prototype=new l,l.prototype=null}return a},Qu}function sl(){if(Xu)return Ju;Xu=1;var e=il();return Ju=Function.prototype.bind||e}function cl(){return el?Zu:(el=1,Zu=Function.prototype.call)}function ul(){return nl?tl:(nl=1,tl=Function.prototype.apply)}var ll,dl,pl,hl,fl,ml,gl,yl="undefined"!=typeof Reflect&&Reflect&&Reflect.apply,vl=sl(),bl=ul(),kl=cl(),wl=yl||vl.call(kl,bl),_l=sl(),El=vc,xl=cl(),Sl=wl,Cl=function(e){if(e.length<1||"function"!=typeof e[0])throw new El("a function is required");return Sl(_l,xl,e)};var Rl=xu,Il=Su,Tl=Cu,Al=Ru,Ol=Iu,Pl=Tu,Dl=vc,jl=Au,Ll=Ou,Nl=Pu,zl=Du,ql=ju,Ul=Lu,Ml=Nu,Bl=function(e){return zu(e)||0===e?e:e<0?-1:1},Fl=Function,Wl=function(e){try{return Fl('"use strict"; return ('+e+").constructor;")()}catch(e){}},Hl=Uu,Gl=rl,Vl=function(){throw new Dl},Kl=Hl?function(){try{return Vl}catch(e){try{return Hl(arguments,"callee").get}catch(e){return Vl}}}():Vl,$l=function(){if(Hu)return Wu;Hu=1;var e="undefined"!=typeof Symbol&&Symbol,t=Fu?Bu:(Fu=1,Bu=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(var r in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var o=Object.getOwnPropertySymbols(e);if(1!==o.length||o[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var a=Object.getOwnPropertyDescriptor(e,t);if(42!==a.value||!0!==a.enumerable)return!1}return!0});return Wu=function(){return"function"==typeof e&&("function"==typeof Symbol&&("symbol"==typeof e("foo")&&("symbol"==typeof Symbol("bar")&&t())))}}()(),Ql=function(){if(hl)return pl;hl=1;var e=ol(),t=al(),n=function(){if(dl)return ll;dl=1;var e,t=Cl,n=Uu;try{e=[].__proto__===Array.prototype}catch(e){if(!e||"object"!=typeof e||!("code"in e)||"ERR_PROTO_ACCESS"!==e.code)throw e}var r=!!e&&n&&n(Object.prototype,"__proto__"),o=Object,a=o.getPrototypeOf;return ll=r&&"function"==typeof r.get?t([r.get]):"function"==typeof a&&function(e){return a(null==e?e:o(e))}}();return pl=e?function(t){return e(t)}:t?function(e){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new TypeError("getProto: not an object");return t(e)}:n?function(e){return n(e)}:null}(),Yl=al(),Jl=ol(),Xl=ul(),Zl=cl(),ed={},td="undefined"!=typeof Uint8Array&&Ql?Ql(Uint8Array):gl,nd={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?gl:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?gl:ArrayBuffer,"%ArrayIteratorPrototype%":$l&&Ql?Ql([][Symbol.iterator]()):gl,"%AsyncFromSyncIteratorPrototype%":gl,"%AsyncFunction%":ed,"%AsyncGenerator%":ed,"%AsyncGeneratorFunction%":ed,"%AsyncIteratorPrototype%":ed,"%Atomics%":"undefined"==typeof Atomics?gl:Atomics,"%BigInt%":"undefined"==typeof BigInt?gl:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?gl:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?gl:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?gl:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Il,"%eval%":eval,"%EvalError%":Tl,"%Float16Array%":"undefined"==typeof Float16Array?gl:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?gl:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?gl:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?gl:FinalizationRegistry,"%Function%":Fl,"%GeneratorFunction%":ed,"%Int8Array%":"undefined"==typeof Int8Array?gl:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?gl:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?gl:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":$l&&Ql?Ql(Ql([][Symbol.iterator]())):gl,"%JSON%":"object"==typeof JSON?JSON:gl,"%Map%":"undefined"==typeof Map?gl:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&$l&&Ql?Ql((new Map)[Symbol.iterator]()):gl,"%Math%":Math,"%Number%":Number,"%Object%":Rl,"%Object.getOwnPropertyDescriptor%":Hl,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?gl:Promise,"%Proxy%":"undefined"==typeof Proxy?gl:Proxy,"%RangeError%":Al,"%ReferenceError%":Ol,"%Reflect%":"undefined"==typeof Reflect?gl:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?gl:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&$l&&Ql?Ql((new Set)[Symbol.iterator]()):gl,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?gl:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":$l&&Ql?Ql(""[Symbol.iterator]()):gl,"%Symbol%":$l?Symbol:gl,"%SyntaxError%":Pl,"%ThrowTypeError%":Kl,"%TypedArray%":td,"%TypeError%":Dl,"%Uint8Array%":"undefined"==typeof Uint8Array?gl:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?gl:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?gl:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?gl:Uint32Array,"%URIError%":jl,"%WeakMap%":"undefined"==typeof WeakMap?gl:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?gl:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?gl:WeakSet,"%Function.prototype.call%":Zl,"%Function.prototype.apply%":Xl,"%Object.defineProperty%":Gl,"%Object.getPrototypeOf%":Yl,"%Math.abs%":Ll,"%Math.floor%":Nl,"%Math.max%":zl,"%Math.min%":ql,"%Math.pow%":Ul,"%Math.round%":Ml,"%Math.sign%":Bl,"%Reflect.getPrototypeOf%":Jl};if(Ql)try{null.error}catch(e){var rd=Ql(Ql(e));nd["%Error.prototype%"]=rd}var od,ad,id,sd,cd,ud,ld,dd,pd,hd,fd,md,gd,yd,vd=function e(t){var n;if("%AsyncFunction%"===t)n=Wl("async function () {}");else if("%GeneratorFunction%"===t)n=Wl("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=Wl("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&Ql&&(n=Ql(o.prototype))}return nd[t]=n,n},bd={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},kd=sl(),wd=function(){if(ml)return fl;ml=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=sl();return fl=n.call(e,t)}(),_d=kd.call(Zl,Array.prototype.concat),Ed=kd.call(Xl,Array.prototype.splice),xd=kd.call(Zl,String.prototype.replace),Sd=kd.call(Zl,String.prototype.slice),Cd=kd.call(Zl,RegExp.prototype.exec),Rd=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Id=/\\(\\)?/g,Td=function(e,t){var n,r=e;if(wd(bd,r)&&(r="%"+(n=bd[r])[0]+"%"),wd(nd,r)){var o=nd[r];if(o===ed&&(o=vd(r)),void 0===o&&!t)throw new Dl("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new Pl("intrinsic "+e+" does not exist!")},Ad=function(e,t){if("string"!=typeof e||0===e.length)throw new Dl("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new Dl('"allowMissing" argument must be a boolean');if(null===Cd(/^%?[^%]*%?$/,e))throw new Pl("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=Sd(e,0,1),n=Sd(e,-1);if("%"===t&&"%"!==n)throw new Pl("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new Pl("invalid intrinsic syntax, expected opening `%`");var r=[];return xd(e,Rd,function(e,t,n,o){r[r.length]=n?xd(o,Id,"$1"):t||e}),r}(e),r=n.length>0?n[0]:"",o=Td("%"+r+"%",t),a=o.name,i=o.value,s=!1,c=o.alias;c&&(r=c[0],Ed(n,_d([0,1],c)));for(var u=1,l=!0;u<n.length;u+=1){var d=n[u],p=Sd(d,0,1),h=Sd(d,-1);if(('"'===p||"'"===p||"`"===p||'"'===h||"'"===h||"`"===h)&&p!==h)throw new Pl("property names with quotes must have matching quotes");if("constructor"!==d&&l||(s=!0),wd(nd,a="%"+(r+="."+d)+"%"))i=nd[a];else if(null!=i){if(!(d in i)){if(!t)throw new Dl("base intrinsic for "+e+" exists, but the property is not available.");return}if(Hl&&u+1>=n.length){var f=Hl(i,d);i=(l=!!f)&&"get"in f&&!("originalValue"in f.get)?f.get:i[d]}else l=wd(i,d),i=i[d];l&&!s&&(nd[a]=i)}}return i},Od=Ad,Pd=Cl,Dd=Pd([Od("%String.prototype.indexOf%")]),jd=function(e,t){var n=Od(e,!!t);return"function"==typeof n&&Dd(e,".prototype.")>-1?Pd([n]):n},Ld=jd,Nd=ru,zd=vc,qd=Ad("%Map%",!0),Ud=Ld("Map.prototype.get",!0),Md=Ld("Map.prototype.set",!0),Bd=Ld("Map.prototype.has",!0),Fd=Ld("Map.prototype.delete",!0),Wd=Ld("Map.prototype.size",!0),Hd=!!qd&&function(){var e,t={assert:function(e){if(!t.has(e))throw new zd("Side channel does not contain "+Nd(e))},delete:function(t){if(e){var n=Fd(e,t);return 0===Wd(e)&&(e=void 0),n}return!1},get:function(t){if(e)return Ud(e,t)},has:function(t){return!!e&&Bd(e,t)},set:function(t,n){e||(e=new qd),Md(e,t,n)}};return t},Gd=jd,Vd=ru,Kd=Hd,$d=vc,Qd=Ad("%WeakMap%",!0),Yd=Gd("WeakMap.prototype.get",!0),Jd=Gd("WeakMap.prototype.set",!0),Xd=Gd("WeakMap.prototype.has",!0),Zd=Gd("WeakMap.prototype.delete",!0),ep=vc,tp=ru,np=(Qd?function(){var e,t,n={assert:function(e){if(!n.has(e))throw new $d("Side channel does not contain "+Vd(e))},delete:function(n){if(Qd&&n&&("object"==typeof n||"function"==typeof n)){if(e)return Zd(e,n)}else if(Kd&&t)return t.delete(n);return!1},get:function(n){return Qd&&n&&("object"==typeof n||"function"==typeof n)&&e?Yd(e,n):t&&t.get(n)},has:function(n){return Qd&&n&&("object"==typeof n||"function"==typeof n)&&e?Xd(e,n):!!t&&t.has(n)},set:function(n,r){Qd&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new Qd),Jd(e,n,r)):Kd&&(t||(t=Kd()),t.set(n,r))}};return n}:Kd)||Hd||function(){var e,t={assert:function(e){if(!t.has(e))throw new _u("Side channel does not contain "+wu(e))},delete:function(t){var n=e&&e.next,r=function(e,t){if(e)return Eu(e,t,!0)}(e,t);return r&&n&&n===r&&(e=void 0),!!r},get:function(t){return function(e,t){if(e){var n=Eu(e,t);return n&&n.value}}(e,t)},has:function(t){return function(e,t){return!!e&&!!Eu(e,t)}(e,t)},set:function(t,n){e||(e={next:void 0}),function(e,t,n){var r=Eu(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(e,t,n)}};return t},rp=function(){var e,t={assert:function(e){if(!t.has(e))throw new ep("Side channel does not contain "+tp(e))},delete:function(t){return!!e&&e.delete(t)},get:function(t){return e&&e.get(t)},has:function(t){return!!e&&e.has(t)},set:function(t,n){e||(e=np()),e.set(t,n)}};return t},op=String.prototype.replace,ap=/%20/g,ip="RFC3986",sp={default:ip,formatters:{RFC1738:function(e){return op.call(e,ap,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:ip},cp=sp,up=rp,lp=Object.prototype.hasOwnProperty,dp=Array.isArray,pp=up(),hp=function(e,t){return pp.set(e,t),e},fp=function(e){return pp.has(e)},mp=function(e){return pp.get(e)},gp=function(e,t){pp.set(e,t)},yp=function(){for(var e=[],t=0;t<256;++t)e[e.length]="%"+((t<16?"0":"")+t.toString(16)).toUpperCase();return e}(),vp=function(e,t){for(var n=t&&t.plainObjects?{__proto__:null}:{},r=0;r<e.length;++r)void 0!==e[r]&&(n[r]=e[r]);return n},bp=1024,kp={arrayToObject:vp,assign:function(e,t){return Object.keys(t).reduce(function(e,n){return e[n]=t[n],e},e)},combine:function(e,t,n,r){if(fp(e)){var o=mp(e)+1;return e[o]=t,gp(e,o),e}var a=[].concat(e,t);return a.length>n?hp(vp(a,{plainObjects:r}),a.length-1):a},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var o=t[r],a=o.obj[o.prop],i=Object.keys(a),s=0;s<i.length;++s){var c=i[s],u=a[c];"object"==typeof u&&null!==u&&-1===n.indexOf(u)&&(t[t.length]={obj:a,prop:c},n[n.length]=u)}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(dp(n)){for(var r=[],o=0;o<n.length;++o)void 0!==n[o]&&(r[r.length]=n[o]);t.obj[t.prop]=r}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(e){return r}},encode:function(e,t,n,r,o){if(0===e.length)return e;var a=e;if("symbol"==typeof e?a=Symbol.prototype.toString.call(e):"string"!=typeof e&&(a=String(e)),"iso-8859-1"===n)return escape(a).replace(/%u[0-9a-f]{4}/gi,function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"});for(var i="",s=0;s<a.length;s+=bp){for(var c=a.length>=bp?a.slice(s,s+bp):a,u=[],l=0;l<c.length;++l){var d=c.charCodeAt(l);45===d||46===d||95===d||126===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||o===cp.RFC1738&&(40===d||41===d)?u[u.length]=c.charAt(l):d<128?u[u.length]=yp[d]:d<2048?u[u.length]=yp[192|d>>6]+yp[128|63&d]:d<55296||d>=57344?u[u.length]=yp[224|d>>12]+yp[128|d>>6&63]+yp[128|63&d]:(l+=1,d=65536+((1023&d)<<10|1023&c.charCodeAt(l)),u[u.length]=yp[240|d>>18]+yp[128|d>>12&63]+yp[128|d>>6&63]+yp[128|63&d])}i+=u.join("")}return i},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isOverflow:fp,isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},markOverflow:hp,maybeMap:function(e,t){if(dp(e)){for(var n=[],r=0;r<e.length;r+=1)n[n.length]=t(e[r]);return n}return t(e)},merge:function e(t,n,r){if(!n)return t;if("object"!=typeof n&&"function"!=typeof n){if(dp(t)){var o=t.length;if(r&&"number"==typeof r.arrayLimit&&o>r.arrayLimit)return hp(vp(t.concat(n),r),o);t[o]=n}else{if(!t||"object"!=typeof t)return[t,n];if(fp(t)){var a=mp(t)+1;t[a]=n,gp(t,a)}else(r&&(r.plainObjects||r.allowPrototypes)||!lp.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t){if(fp(n)){for(var i=Object.keys(n),s=r&&r.plainObjects?{__proto__:null,0:t}:{0:t},c=0;c<i.length;c++){s[parseInt(i[c],10)+1]=n[i[c]]}return hp(s,mp(n)+1)}var u=[t].concat(n);return r&&"number"==typeof r.arrayLimit&&u.length>r.arrayLimit?hp(vp(u,r),u.length-1):u}var l=t;return dp(t)&&!dp(n)&&(l=vp(t,r)),dp(t)&&dp(n)?(n.forEach(function(n,o){if(lp.call(t,o)){var a=t[o];a&&"object"==typeof a&&n&&"object"==typeof n?t[o]=e(a,n,r):t[t.length]=n}else t[o]=n}),t):Object.keys(n).reduce(function(t,o){var a=n[o];if(lp.call(t,o)?t[o]=e(t[o],a,r):t[o]=a,fp(n)&&!fp(t)&&hp(t,mp(n)),fp(t)){var i=parseInt(o,10);String(i)===o&&i>=0&&i>mp(t)&&gp(t,i)}return t},l)}},wp=rp,_p=kp,Ep=sp,xp=Object.prototype.hasOwnProperty,Sp={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},Cp=Array.isArray,Rp=Array.prototype.push,Ip=function(e,t){Rp.apply(e,Cp(t)?t:[t])},Tp=Date.prototype.toISOString,Ap=Ep.default,Op={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:_p.encode,encodeValuesOnly:!1,filter:void 0,format:Ap,formatter:Ep.formatters[Ap],indices:!1,serializeDate:function(e){return Tp.call(e)},skipNulls:!1,strictNullHandling:!1},Pp={},Dp=function e(t,n,r,o,a,i,s,c,u,l,d,p,h,f,m,g,y,v){for(var b,k=t,w=v,_=0,E=!1;void 0!==(w=w.get(Pp))&&!E;){var x=w.get(t);if(_+=1,void 0!==x){if(x===_)throw new RangeError("Cyclic object value");E=!0}void 0===w.get(Pp)&&(_=0)}if("function"==typeof l?k=l(n,k):k instanceof Date?k=h(k):"comma"===r&&Cp(k)&&(k=_p.maybeMap(k,function(e){return e instanceof Date?h(e):e})),null===k){if(i)return u&&!g?u(n,Op.encoder,y,"key",f):n;k=""}if("string"==typeof(b=k)||"number"==typeof b||"boolean"==typeof b||"symbol"==typeof b||"bigint"==typeof b||_p.isBuffer(k))return u?[m(g?n:u(n,Op.encoder,y,"key",f))+"="+m(u(k,Op.encoder,y,"value",f))]:[m(n)+"="+m(String(k))];var S,C=[];if(void 0===k)return C;if("comma"===r&&Cp(k))g&&u&&(k=_p.maybeMap(k,u)),S=[{value:k.length>0?k.join(",")||null:void 0}];else if(Cp(l))S=l;else{var R=Object.keys(k);S=d?R.sort(d):R}var I=c?String(n).replace(/\./g,"%2E"):String(n),T=o&&Cp(k)&&1===k.length?I+"[]":I;if(a&&Cp(k)&&0===k.length)return T+"[]";for(var A=0;A<S.length;++A){var O=S[A],P="object"==typeof O&&O&&void 0!==O.value?O.value:k[O];if(!s||null!==P){var D=p&&c?String(O).replace(/\./g,"%2E"):String(O),j=Cp(k)?"function"==typeof r?r(T,D):T:T+(p?"."+D:"["+D+"]");v.set(t,_);var L=wp();L.set(Pp,v),Ip(C,e(P,j,r,o,a,i,s,c,"comma"===r&&g&&Cp(k)?null:u,l,d,p,h,f,m,g,y,L))}}return C},jp=kp,Lp=Object.prototype.hasOwnProperty,Np=Array.isArray,zp={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:jp.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},qp=function(e){return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},Up=function(e,t,n){if(e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1)return e.split(",");if(t.throwOnLimitExceeded&&n>=t.arrayLimit)throw new RangeError("Array limit exceeded. Only "+t.arrayLimit+" element"+(1===t.arrayLimit?"":"s")+" allowed in an array.");return e},Mp=function(e,t,n,r){if(e){var o=function(e,t){var n=t.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e;if(t.depth<=0){if(!t.plainObjects&&Lp.call(Object.prototype,n)&&!t.allowPrototypes)return;return[n]}var r=/(\[[^[\]]*])/g,o=/(\[[^[\]]*])/.exec(n),a=o?n.slice(0,o.index):n,i=[];if(a){if(!t.plainObjects&&Lp.call(Object.prototype,a)&&!t.allowPrototypes)return;i[i.length]=a}for(var s=0;null!==(o=r.exec(n))&&s<t.depth;){s+=1;var c=o[1].slice(1,-1);if(!t.plainObjects&&Lp.call(Object.prototype,c)&&!t.allowPrototypes)return;i[i.length]=o[1]}if(o){if(!0===t.strictDepth)throw new RangeError("Input depth exceeded depth option of "+t.depth+" and strictDepth is true");i[i.length]="["+n.slice(o.index)+"]"}return i}(e,n);if(o)return function(e,t,n,r){var o=0;if(e.length>0&&"[]"===e[e.length-1]){var a=e.slice(0,-1).join("");o=Array.isArray(t)&&t[a]?t[a].length:0}for(var i=r?t:Up(t,n,o),s=e.length-1;s>=0;--s){var c,u=e[s];if("[]"===u&&n.parseArrays)c=jp.isOverflow(i)?i:n.allowEmptyArrays&&(""===i||n.strictNullHandling&&null===i)?[]:jp.combine([],i,n.arrayLimit,n.plainObjects);else{c=n.plainObjects?{__proto__:null}:{};var l="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,d=n.decodeDotInKeys?l.replace(/%2E/g,"."):l,p=parseInt(d,10),h=!isNaN(p)&&u!==d&&String(p)===d&&p>=0&&n.parseArrays;if(n.parseArrays||""!==d)if(h&&p<n.arrayLimit)(c=[])[p]=i;else{if(h&&n.throwOnLimitExceeded)throw new RangeError("Array limit exceeded. Only "+n.arrayLimit+" element"+(1===n.arrayLimit?"":"s")+" allowed in an array.");h?(c[p]=i,jp.markOverflow(c,p)):"__proto__"!==d&&(c[d]=i)}else c={0:i}}i=c}return i}(o,t,n,r)}},Bp=function(e,t){var n,r=e,o=function(e){if(!e)return Op;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.encodeDotInKeys&&"boolean"!=typeof e.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||Op.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=Ep.default;if(void 0!==e.format){if(!xp.call(Ep.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r,o=Ep.formatters[n],a=Op.filter;if(("function"==typeof e.filter||Cp(e.filter))&&(a=e.filter),r=e.arrayFormat in Sp?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":Op.arrayFormat,"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var i=void 0===e.allowDots?!0===e.encodeDotInKeys||Op.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:Op.addQueryPrefix,allowDots:i,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Op.allowEmptyArrays,arrayFormat:r,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Op.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:void 0===e.delimiter?Op.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:Op.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:Op.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:Op.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:Op.encodeValuesOnly,filter:a,format:n,formatter:o,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:Op.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:Op.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Op.strictNullHandling}}(t);"function"==typeof o.filter?r=(0,o.filter)("",r):Cp(o.filter)&&(n=o.filter);var a=[];if("object"!=typeof r||null===r)return"";var i=Sp[o.arrayFormat],s="comma"===i&&o.commaRoundTrip;n||(n=Object.keys(r)),o.sort&&n.sort(o.sort);for(var c=wp(),u=0;u<n.length;++u){var l=n[u],d=r[l];o.skipNulls&&null===d||Ip(a,Dp(d,l,i,s,o.allowEmptyArrays,o.strictNullHandling,o.skipNulls,o.encodeDotInKeys,o.encode?o.encoder:null,o.filter,o.sort,o.allowDots,o.serializeDate,o.format,o.formatter,o.encodeValuesOnly,o.charset,c))}var p=a.join(o.delimiter),h=!0===o.addQueryPrefix?"?":"";return o.charsetSentinel&&("iso-8859-1"===o.charset?h+="utf8=%26%2310003%3B&":h+="utf8=%E2%9C%93&"),p.length>0?h+p:""},Fp=function(e,t){var n=function(e){if(!e)return zp;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.decodeDotInKeys&&"boolean"!=typeof e.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(void 0!==e.throwOnLimitExceeded&&"boolean"!=typeof e.throwOnLimitExceeded)throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var t=void 0===e.charset?zp.charset:e.charset,n=void 0===e.duplicates?zp.duplicates:e.duplicates;if("combine"!==n&&"first"!==n&&"last"!==n)throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===e.allowDots?!0===e.decodeDotInKeys||zp.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:zp.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:zp.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:zp.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:zp.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:zp.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:zp.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:zp.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:zp.decoder,delimiter:"string"==typeof e.delimiter||jp.isRegExp(e.delimiter)?e.delimiter:zp.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:zp.depth,duplicates:n,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:zp.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:zp.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:zp.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:zp.strictDepth,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:zp.strictNullHandling,throwOnLimitExceeded:"boolean"==typeof e.throwOnLimitExceeded&&e.throwOnLimitExceeded}}(t);if(""===e||null==e)return n.plainObjects?{__proto__:null}:{};for(var r="string"==typeof e?function(e,t){var n={__proto__:null},r=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;r=r.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var o=t.parameterLimit===1/0?void 0:t.parameterLimit,a=r.split(t.delimiter,t.throwOnLimitExceeded?o+1:o);if(t.throwOnLimitExceeded&&a.length>o)throw new RangeError("Parameter limit exceeded. Only "+o+" parameter"+(1===o?"":"s")+" allowed.");var i,s=-1,c=t.charset;if(t.charsetSentinel)for(i=0;i<a.length;++i)0===a[i].indexOf("utf8=")&&("utf8=%E2%9C%93"===a[i]?c="utf-8":"utf8=%26%2310003%3B"===a[i]&&(c="iso-8859-1"),s=i,i=a.length);for(i=0;i<a.length;++i)if(i!==s){var u,l,d=a[i],p=d.indexOf("]="),h=-1===p?d.indexOf("="):p+1;if(-1===h?(u=t.decoder(d,zp.decoder,c,"key"),l=t.strictNullHandling?null:""):null!==(u=t.decoder(d.slice(0,h),zp.decoder,c,"key"))&&(l=jp.maybeMap(Up(d.slice(h+1),t,Np(n[u])?n[u].length:0),function(e){return t.decoder(e,zp.decoder,c,"value")})),l&&t.interpretNumericEntities&&"iso-8859-1"===c&&(l=qp(String(l))),d.indexOf("[]=")>-1&&(l=Np(l)?[l]:l),t.comma&&Np(l)&&l.length>t.arrayLimit){if(t.throwOnLimitExceeded)throw new RangeError("Array limit exceeded. Only "+t.arrayLimit+" element"+(1===t.arrayLimit?"":"s")+" allowed in an array.");l=jp.combine([],l,t.arrayLimit,t.plainObjects)}if(null!==u){var f=Lp.call(n,u);f&&"combine"===t.duplicates?n[u]=jp.combine(n[u],l,t.arrayLimit,t.plainObjects):f&&"last"!==t.duplicates||(n[u]=l)}}return n}(e,n):e,o=n.plainObjects?{__proto__:null}:{},a=Object.keys(r),i=0;i<a.length;++i){var s=a[i],c=Mp(s,r[s],n,"string"==typeof e);o=jp.merge(o,c,n)}return!0===n.allowSparse?o:jp.compact(o)},Wp={formats:sp,parse:Fp,stringify:Bp},Hp={withCredentials:!1,timeout:9e4,baseURL:"https://jsonplaceholder.typicode.com/",headers:{"Cache-Control":"no-cache, no-store, must-revalidate",Pragma:"no-cache","Content-Type":"application/json",Accept:"application/json"},paramsSerializer:function(e){return Wp.stringify(e,{indices:!1})}},Gp=[{value:"CHART_NOT_EXPECTED",labelKey:"insights.feedback.issues.chartNotExpected"},{value:"TIME_RANGE_INCORRECT",labelKey:"insights.feedback.issues.timeRangeIncorrect"},{value:"DATA_INACCURATE",labelKey:"insights.feedback.issues.dataInaccurate"},{value:"NOT_ANSWERING_QUESTION",labelKey:"insights.feedback.issues.notAnsweringQuestion"},{value:"EXPECTED_INSIGHTS",labelKey:"insights.feedback.issues.expectedInsights"},{value:"OTHER",labelKey:"insights.feedback.issues.other"}];!function(e){var t,n;(t=e.NotificationStatus||(e.NotificationStatus={})).SETTLED="SETTLED",t.NOT_SETTLED="NOT_SETTLED",(n=e.NotificationReason||(e.NotificationReason={})).REFUNDED="REFUNDED",n.RESOLVED="RESOLVED",n.CANCELLED="CANCELLED",n.SERVICE_SUSPENDED="SERVICE_SUSPENDED",n.ORDER_STOPPED="ORDER_STOPPED",n.DISMISS="DISMISS"}(od||(od={})),function(e){e.PAYMENTS="payments",e.INSIGHTS="insights"}(ad||(ad={})),function(e){var t;(t=e.CustomClaims||(e.CustomClaims={})).ORGANIZATION_CODE="https://dashboard.dev.y.uno/organization_code",t.USER_CODE="https://dashboard.dev.y.uno/user_code",t.USER_EMAIL="https://dashboard.dev.y.uno/user_email"}(id||(id={})),function(e){var t;(t=e.CountryCode||(e.CountryCode={})).COLOMBIA="CO",t.MEXICO="MX",t.BRAZIL="BR",t.ARGENTINA="AR",t.CHILE="CL",t.PERU="PE",t.URUGUAY="UR",t.ECUADOR="EC"}(sd||(sd={})),function(e){var t,n;(t=e.Locale||(e.Locale={})).EN="en",t.ES="es",t.PT="pt",(n=e.Target||(e.Target={})).BLANK="_blank",n.PARENT="_parent",n.SELF="_self",n.TOP="_top"}(cd||(cd={})),function(e){e.PAYMENTS="PAYMENTS",e.TRANSACTIONS="TRANSACTIONS",e.FRAUD_TRANSACTIONS="FRAUD_TRANSACTIONS",e.PAYOUTS="PAYOUTS"}(ud||(ud={})),function(e){e.ALL="ALL",e.DEFAULT="DEFAULT",e.CUSTOM="CUSTOM"}(ld||(ld={})),function(e){var t,n;e.DEFAULT_ROUTING_TYPE="smart-routing",(t=e.StepType||(e.StepType={})).FRAUD="FRAUD",t.PAYMENT="PAYMENT",t.THREE_D_SECURE="THREE_D_SECURE",t.CYBERSOURCE_3DS="CYBERSOURCE_3DS",(n=e.DeclineGroupType||(e.DeclineGroupType={})).PROVIDER_STATUS="PROVIDER_STATUS",n.MAC_CODE="MAC_CODE"}(dd||(dd={})),function(e){var t;(t=e.InsightsVolumeMetricsV2Path||(e.InsightsVolumeMetricsV2Path={})).REFUNDS_AND_CHARGEBACKS="refunds-and-chargebacks",t.APPROVED_PAYMENTS="approved-payments",t.PAYMENT_METHODS="payment-methods",t.PROVIDERS="providers",t.COUNTRIES="countries",t.UNIQUE_CUSTOMER_PAYMENTS="unique-customer-payments",t.TOTAL_PAYMENTS="total-payments",function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(e.OverviewMetricType||(e.OverviewMetricType={}))}(pd||(pd={})),function(e){e.TRANSACTIONS="TRANSACTION_RECONCILIATION",e.SETTLEMENTS="SETTLEMENTS",e.SETTLEMENTS_HEADER="SETTLEMENTS_HEADER",e.AGENDA="AGENDA",e.SALES_CONCILIATION="SALES_CONCILIATION",e.FEES="FEES",e.ADVANCEMENTS="ADVANCEMENTS",e.RECONCILIATION_OVERVIEW="RECONCILIATION_OVERVIEW",e.SETTLEMENTS_FEES="SETTLEMENTS_FEES",e.CASHFLOW="CASHFLOW",e.PROCESSED_TRANSACTIONS="PROCESSED_TRANSACTIONS"}(hd||(hd={})),function(e){e.TOTAL_AMOUNT="AGENDA_TOTAL_AMOUNT",e.DAILY="AGENDA_DAILY_DISTRIBUTION",e.PAYMENT_METHOD="AGENDA_PAYMENT_METHOD_DISTRIBUTION",e.CARD_BRAND="AGENDA_CARD_BRAND_DISTRIBUTION"}(fd||(fd={})),function(e){var t;(t=e.AuditExportReportType||(e.AuditExportReportType={})).DASHBOARD="DASHBOARD",t.API="API",t.WEBHOOKS="WEBHOOKS",t.MONITORS="MONITORS"}(md||(md={})),function(e){var t;(t=e.AIGenerateStatus||(e.AIGenerateStatus={})).ACCEPTED="ACCEPTED",t.REFUSED="REFUSED",t.FRONT_FAILED="FRONT_FAILED"}(gd||(gd={})),function(e){var t;(t=e.ConfigType||(e.ConfigType={})).YUNO_SMART_TOKENS="YUNO_SMART_TOKENS",t.CUSTOM_ROUTING_RULES="CUSTOM_ROUTING_RULES",t.CUSTOM_RETRY_DECLINED_WITH_PAN="CUSTOM_RETRY_DECLINED_WITH_PAN"}(yd||(yd={}));var Vp=["PAUSED","ACTIVE"],Kp={PAUSED:"pause",DELETED:"delete",ACTIVE:"unpause"},$p="DELETED",Qp={CR_CARD_BIN:"bin",CR_CARD_BRAND:"brand",CR_CARD_ISSUER_NAME:"issuer-name",CR_CARD_TYPE:"type",CR_FALLBACK:"fallback"},Yp=function(e){return!(null==e?void 0:e.data)||"string"==typeof(null==e?void 0:e.data)&&""===(null==e?void 0:e.data)},Jp=[{status:"CREATED",sub_status:"CREATED",icon:"FlagBanner",type:"info",label:"Created",sub_status_icon:"FlagBanner",sub_status_label:"Created"},{status:"CREATED",sub_status:"REJECTED",icon:"WarningCircle",type:"error",label:"Created",sub_status_icon:"WarningCircle",sub_status_label:"Rejected"},{status:"ERROR",sub_status:"CREATED",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Created"},{status:"ERROR",sub_status:"ERROR",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Error"},{status:"ERROR",sub_status:"TIMEOUT",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Timeout"},{status:"ERROR",sub_status:"PENDING_REVERSE",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Pending reverse"},{status:"ERROR",sub_status:"REVERSED_BY_TIMEOUT",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Reversed by timeout"},{status:"SUCCEEDED",sub_status:"CREATED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Created"},{status:"SUCCEEDED",sub_status:"PARTIALLY_APPROVED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially approved"},{status:"SUCCEEDED",sub_status:"APPROVED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Approved"},{status:"SUCCEEDED",sub_status:"CAPTURED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Captured"},{status:"SUCCEEDED",sub_status:"PARTIALLY_CAPTURED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially captured"},{status:"SUCCEEDED",sub_status:"PARTIALLY_REFUNDED",icon:"ArrowCircleLeft",type:"success",label:"Succeeded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Partially refunded"},{status:"CANCELED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Canceled",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"CANCELED",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"info",label:"Cancellation pending",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"CANCELED",sub_status:"CANCELED",icon:"Prohibit",type:"error",label:"Canceled",sub_status_icon:"Prohibit",sub_status_label:"Canceled"},{status:"DECLINED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"DECLINED",sub_status:"DECLINED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Declined"},{status:"REJECTED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"REJECTED",sub_status:"REJECTED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Rejected"},{status:"REFUNDED",sub_status:"CREATED",icon:"ArrowCircleLeft",type:"secondary",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Created"},{status:"REFUNDED",sub_status:"PARTIALLY_REFUNDED",icon:"ArrowCircleLeft",type:"success",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Partially refunded"},{status:"REFUNDED",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"secondary",label:"Refunded",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"REFUNDED",sub_status:"REFUNDED",icon:"ArrowCircleLeft",type:"secondary",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Refunded"},{status:"PENDING",sub_status:"CREATED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Created"},{status:"PENDING",sub_status:"AUTHORIZED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Authorized"},{status:"PENDING",sub_status:"WAITING_ADDITIONAL_STEP",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Waiting additional step"},{status:"PENDING",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"VERIFIED",sub_status:"CREATED",icon:"CheckCircle",type:"success",label:"Verified",sub_status_icon:"CheckCircle",sub_status_label:"Created"},{status:"VERIFIED",sub_status:"VERIFIED",icon:"CheckCircle",type:"success",label:"Verified",sub_status_icon:"CheckCircle",sub_status_label:"Verified"},{status:"READY_TO_PAY",sub_status:"CREATED",icon:"FlagBanner",type:"info",label:"Ready to pay",sub_status_icon:"FlagBanner",sub_status_label:"Created"},{status:"READY_TO_PAY",sub_status:"READY_TO_PAY",icon:"FlagBanner",type:"info",label:"Ready to pay",sub_status_icon:"FlagBanner",sub_status_label:"Ready to pay"},{status:"EXPIRED",sub_status:"CREATED",icon:"Clock",type:"error",label:"Expired",sub_status_icon:"Clock",sub_status_label:"Created"},{status:"EXPIRED",sub_status:"EXPIRED",icon:"Clock",type:"error",label:"Expired",sub_status_icon:"Clock",sub_status_label:"Expired"},{status:"PENDING",sub_status:"IN_PROCESS",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"In process"},{status:"PENDING",sub_status:"PENDING_FRAUD_REVIEW",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Pending fraud review"},{status:"REJECTED",sub_status:"FRAUD_DECLINED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"DECLINED",sub_status:"FRAUD_DECLINED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"FRAUD_VERIFIED",sub_status:"FRAUD_SCREENING_VERIFIED",icon:"CheckCircle",type:"success",label:"Fraud verified",sub_status_icon:"CheckCircle",sub_status_label:"Fraud screening verified"},{status:"SUCCEEDED",sub_status:"PARTIALLY_CHARGEBACKED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially chargebacked"},{status:"IN_DISPUTE",sub_status:"RECEIVED",icon:"ArrowCircleLeft",type:"secondary",label:"In dispute",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Received"},{status:"IN_DISPUTE",sub_status:"PENDING_REVIEW",icon:"ArrowCircleLeft",type:"secondary",label:"In dispute",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Pending review"},{status:"CHARGEBACK",sub_status:"LOST",icon:"Prohibit",type:"error",label:"Chargeback",sub_status_icon:"Prohibit",sub_status_label:"Lost"},{status:"SUCCEEDED",sub_status:"VERIFIED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Verified"},{status:"SUCCEEDED",sub_status:"FRAUD_DECLINED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"PENDING",sub_status:"FRAUD_DECLINED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"}],Xp=[{status:"SUCCEEDED",icon:"CheckCircle",type:"success",label:"Succeeded"},{status:"CREATED",icon:"FlagBanner",type:"info",label:"Created"},{status:"ERROR",icon:"WarningCircle",type:"error",label:"Error"},{status:"EXPIRED",icon:"Clock",type:"error",label:"Expired"},{status:"CANCELED",icon:"Prohibit",type:"error",label:"Canceled"},{status:"DECLINED",icon:"Prohibit",type:"error",label:"Declined"},{status:"PENDING",icon:"Clock",type:"warning",label:"Pending"},{status:"REJECTED",icon:"Prohibit",type:"error",label:"Rejected"},{status:"WON",icon:"CheckCircle",type:"success",label:"Won"},{status:"LOST",icon:"WarningCircle",type:"error",label:"Lost"}],Zp=[{id:1,status:"RECONCILED",sub_status:"AUTOMATICALLY",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Automatically",sub_status_icon:"CheckCircle"},{id:2,status:"RECONCILED",sub_status:"MANUALLY",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Manually",sub_status_icon:"CheckCircle"},{id:3,status:"NOT_RECONCILED",sub_status:"PENDING",type:"warning",label:"Not reconciled",icon:"Clock",sub_status_label:"Pending",sub_status_icon:"Clock"},{id:4,status:"NOT_RECONCILED",sub_status:"MISSING",type:"warning",label:"Not reconciled",icon:"Clock",sub_status_label:"Missing",sub_status_icon:"Clock"},{id:5,status:"RECONCILED",sub_status:"STATUS_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Status conflict",sub_status_icon:"CheckCircle"},{id:6,status:"RECONCILED",sub_status:"DATE_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Date conflict",sub_status_icon:"CheckCircle"},{id:7,status:"RECONCILED",sub_status:"AMOUNT_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Amount conflict",sub_status_icon:"CheckCircle"},{id:8,status:"RECONCILING_INSTALLMENTS",sub_status:"PENDING_INSTALLMENTS",type:"warning",label:"Reconciling installments",icon:"Clock",sub_status_label:"Pending installments",sub_status_icon:"Clock"},{id:9,status:"NON_RECONCILABLE",sub_status:"AUTOMATICALLY",type:"warning",label:"Non Reconciliable",icon:"Clock",sub_status_label:"Automatically",sub_status_icon:"Clock"}],eh=[{identifier:"America/Argentina/Buenos_Aires",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Asuncion",utc_offset:{dst:"-04:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Bogota",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Caracas",utc_offset:{dst:"-04:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Chicago",utc_offset:{dst:"-05:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Costa_Rica",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/El_Salvador",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Guatemala",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Guayaquil",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Havana",utc_offset:{dst:"-05:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/La_Paz",utc_offset:{dst:"-04:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Lima",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Managua",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Mexico_City",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Montevideo",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Panama",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Phoenix",utc_offset:{dst:"-07:00",std:"-07:00"},abbreviation:{dst:"GMT",std:"-7"}},{identifier:"America/Santiago",utc_offset:{dst:"-04:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Sao_Paulo",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Tegucigalpa",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"Asia/Famagusta",utc_offset:{dst:"+02:00",std:"+03:00"},abbreviation:{dst:"EET",std:""}},{identifier:"Asia/Seoul",utc_offset:{dst:"+09:00",std:"+09:00"},abbreviation:{dst:"KST",std:""}},{identifier:"Asia/Shanghai",utc_offset:{dst:"+08:00",std:"+08:00"},abbreviation:{dst:"CST",std:""}},{identifier:"Asia/Tokyo",utc_offset:{dst:"+09:00",std:"+09:00"},abbreviation:{dst:"JST",std:""}},{identifier:"Australia/Sydney",utc_offset:{dst:"+10:00",std:"+11:00"},abbreviation:{dst:"AEST",std:""}},{identifier:"Coordinated Universal Time",utc_offset:{dst:"+00:00",std:"+00:00"},abbreviation:{dst:"UTC",std:""}},{identifier:"Europe/Madrid",utc_offset:{dst:"+01:00",std:"+01:00"},abbreviation:{dst:"GMT",std:"+1"}},{identifier:"Europe/Moscow",utc_offset:{dst:"+03:00",std:"+03:00"},abbreviation:{dst:"MSK",std:""}},{identifier:"India",utc_offset:{dst:"+03:00",std:"+03:00"},abbreviation:{dst:"IST",std:""}}],th=[{id:1,value:"ACCOUNTS",type:"source"},{id:2,value:"CHECKOUT",type:"source"},{id:3,value:"CREATE",type:"event"},{id:4,value:"UPDATE",type:"event"},{id:5,value:"CONNECTIONS",type:"source"},{id:6,value:"ROLES",type:"source"},{id:7,value:"ROUTING",type:"source"},{id:8,value:"TEAMS",type:"source"},{id:9,value:"WEBHOOKS",type:"source"},{id:10,value:"PAYMENT_LINKS",type:"source"},{id:11,value:"DELETE",type:"event"}],nh={docs_url:"https://docs.y.uno/reference/api-reference-overview"},rh={en:[{text:"Home",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"en",submenues:null},{text:"Payments",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"en",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Payment links",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Connections",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"en",submenues:null},{text:"Reconciliations",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"en",submenues:null},{text:"Routing",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"en",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"en",submenues:null},{text:"Developers",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"SUPPORT",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"en",submenues:null},{text:"API Reference",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"en",submenues:null},{text:"Audit logs",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"en",submenues:null}],pt:[{text:"Pagamentos",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"pt",submenues:null},{text:"Início",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"pt",submenues:null},{text:"ASSISTÊNCIA",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"pt",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"pt",submenues:null},{text:"Programadores",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Links de pagamento",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Reconciliações",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"pt",submenues:null},{text:"Auditoria",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"API referência",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"pt",submenues:null},{text:"Conexões",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"pt",submenues:null},{text:"Roteamento",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"pt",submenues:null}],es:[{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"es",submenues:null},{text:"Inicio",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Pagos",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"es",submenues:null},{text:"Ruteo",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"es",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"es",submenues:null},{text:"Desarrolladores",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Registros de auditoria",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"ASISTENCIA",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"es",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Documentación de la API",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"es",submenues:null},{text:"Enlaces de pago",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Conexiones",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"es",submenues:null},{text:"Conciliaciones",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"es",submenues:null}]},oh=[{code:"en",name:"English (en)"},{code:"es",name:"Spanish (es)"},{code:"pt",name:"Portuguese (pt)"}];const ah=[];for(let e=0;e<256;++e)ah.push((e+256).toString(16).slice(1));let ih;const sh=new Uint8Array(16);var ch={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function uh(e,t,n){if(ch.randomUUID&&!t&&!e)return ch.randomUUID();const r=(e=e||{}).random??e.rng?.()??function(){if(!ih){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");ih=crypto.getRandomValues.bind(crypto)}return ih(sh)}();if(r.length<16)throw new Error("Random bytes length must be >= 16");if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){if((n=n||0)<0||n+16>t.length)throw new RangeError(`UUID byte range ${n}:${n+15} is out of buffer bounds`);for(let e=0;e<16;++e)t[n+e]=r[e];return t}return function(e,t=0){return(ah[e[t+0]]+ah[e[t+1]]+ah[e[t+2]]+ah[e[t+3]]+"-"+ah[e[t+4]]+ah[e[t+5]]+"-"+ah[e[t+6]]+ah[e[t+7]]+"-"+ah[e[t+8]]+ah[e[t+9]]+"-"+ah[e[t+10]]+ah[e[t+11]]+ah[e[t+12]]+ah[e[t+13]]+ah[e[t+14]]+ah[e[t+15]]).toLowerCase()}(r)}var lh=function(e){return{account_codes:e&&(null==e?void 0:e.length)>0?null==e?void 0:e.split(","):[]}};function dh(e){return e&&0!==e.length?{metadata_filters:e.map(function(e){return{key:e.field,conditional:e.type,values:e.values}})}:{}}var ph=function(e){function i(n){var r=n?t(t({},Hp),n):Hp;return e.call(this,r)||this}return o(i,e),i.prototype.simulateAxiosError=function(){return new Promise(function(e,t){t({name:"AxiosError"})})},i.prototype.updateReconciliationReportTemplate=function(e){var n=e.type===hd.TRANSACTIONS?"TRANSACTIONS":e.type,r=t(t({},e),{type:n});return this.put("/v1/reconciliation/reports/templates",r)},i.prototype.createReconciliationReportTemplate=function(e){var n=e.type===hd.TRANSACTIONS?"TRANSACTIONS":e.type,r=t(t({},e),{type:n});return this.post("/v1/reconciliation/reports/templates",r)},i.prototype.getReconciliationTransactions=function(e){var t=e.account_code;return delete e.account_code,this.post("v2/reconciliation/transactions",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationSettlements=function(e){var t=e.account_code;return delete e.account_code,this.post("/reconciliation/settlements",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationMetrics=function(e){var t=e.account_code;return delete e.account_code,this.post("/reconciliation/reports",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationFilters=function(){return this.get("/reconciliation/filters")},i.prototype.getReconciliationsReportColumns=function(e,t){return this.get("/v1/reconciliation/reports/columns/".concat(e,"/").concat(t))},i.prototype.getReconciliationReportTemplates=function(){return this.get("/v1/reconciliation/reports/templates")},i.prototype.getAllTableColumns=function(e){return this.get("/v1/reconciliation/table/".concat(e,"/columns"))},i.prototype.getReconciliationActive=function(){return this.get("/v1/reconciliation/status")},i.prototype.getReconciliationAlerts=function(e,t){return this.post("/reconciliation/alerts/list",e,{params:t})},i.prototype.postReconciliationAlert=function(e){return this.post("/reconciliation/alerts",e)},i.prototype.updateReconciliationAlert=function(e){return this.patch("/reconciliation/alerts",e)},i.prototype.deleteReconciliationAlert=function(e){return this.delete("/reconciliation/alerts",{params:e})},i.prototype.getReconciliationAgenda=function(e,t){return this.post("/reconciliation/agenda/list",e,{params:t})},i.prototype.getReconciliationAgendaInsightByKey=function(e,t){return this.post("/reconciliation/agenda/insights",e,{params:t})},i.prototype.getReconciliationSales=function(e,t){return this.post("/reconciliation/sales/list",e,{params:t})},i.prototype.getReconciliationAdvancements=function(e,t){return this.post("/reconciliation/advancements/list",e,{params:t})},i.prototype.getReconciliationFees=function(e,t){return this.post("/reconciliation/fees/list",e,{params:t})},i.prototype.getReconciliationInsightsConflictsSummary=function(e){return this.post("/reconciliations/insights/conflicts/summary",e)},i.prototype.getReconciliationInsightsNotReconciledAggregators=function(e){return this.post("/reconciliations/insights/not-reconciled/aggregators",e)},i.prototype.getReconciliationInsightsNotReconciledList=function(e){return this.post("/reconciliations/insights/not-reconciled/list",e)},i.prototype.getReconciliationInsightsStatusConflictAggregators=function(e){return this.post("/reconciliations/insights/status-conflict/aggregators",e)},i.prototype.getReconciliationInsightsStatusConflictList=function(e){return this.post("/reconciliations/insights/status-conflict/list",e)},i.prototype.getReconciliationInsightsAmountConflictAggregators=function(e){return this.post("/reconciliations/insights/amount-conflict/aggregators",e)},i.prototype.getReconciliationInsightsAmountConflictList=function(e){return this.post("/reconciliations/insights/amount-conflict/list",e)},i.prototype.getReconciliationInsightsConflictDateSummary=function(e){return this.post("/reconciliations/insights/conflict-date/summary",e)},i.prototype.getReconciliationInsightsConflictDateAggregators=function(e){return this.post("/reconciliations/insights/conflict-date/aggregators",e)},i.prototype.getReconciliationInsightsConflictDateList=function(e){return this.post("/reconciliations/insights/conflict-date/list",e)},i.prototype.getReconciliationInsightsIncorrectFeesSummary=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsIncorrectFeesAggregators=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/aggregators",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsIncorrectFeesList=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/list",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsFeesChargedSummary=function(e,t){return this.post("/reconciliations/insights/fees-charged/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsReconciledSummary=function(e,t){return this.post("/reconciliations/insights/reconciled/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsReconciledAggregators=function(e,t,n){var r={};return t&&(r.date_filter=t),n&&(r.type=n),this.post("/reconciliations/insights/reconciled/aggregators",e,Object.keys(r).length>0?{params:r}:void 0)},i.prototype.getReconciliationInsightsReconciledList=function(e,t,n){var r={};return t&&(r.date_filter=t),n&&(r.type=n),this.post("/reconciliations/insights/reconciled/list",e,Object.keys(r).length>0?{params:r}:void 0)},i.prototype.getReconciliationInsightsNotConfirmSummary=function(e){return this.post("/reconciliations/insights/not-confirm/summary",e)},i.prototype.getReconciliationInsightsNotConfirmAggregators=function(e){return this.post("/reconciliations/insights/not-confirm/aggregators",e)},i.prototype.getReconciliationInsightsNotConfirmList=function(e){return this.post("/reconciliations/insights/not-confirm/list",e)},i.prototype.getReconciliationInsightsAmountToBeSettledSummary=function(e){return this.post("/reconciliations/insights/amount-to-be-settled/summary",e)},i.prototype.postPaymentsLazy=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return o.start_date||(o.start_date=new Date),o.end_date||(o.end_date=new Date),this.post("/payments/lazy",t({account_codes:(null==n?void 0:n.split(","))||[]},dh(r)),{params:o})},i.prototype.postPayouts=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return o.start_date||(o.start_date=new Date),o.end_date||(o.end_date=new Date),this.post("/payouts",t({account_codes:(null==n?void 0:n.split(","))||[]},dh(r)),{params:o})},i.prototype.getPayoutsFilters=function(e){return this.get("/payouts/filters",{headers:{"x-organization-code":e}})},i.prototype.postPaymentsEvaluated=function(e){e.account_code;var t=a(e,["account_code"]);return t.start_date||(t.start_date=new Date),t.end_date||(t.end_date=new Date),this.post("/payments/evaluated",t)},i.prototype.getPaymentV2=function(e){return this.get("/payments/v2/".concat(e))},i.prototype.postTransactions=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return this.post("/v2/transactions",t({account_codes:(null==n?void 0:n.split(","))||[]},dh(r)),{params:o})},i.prototype.postFraudTransactions=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return this.post("/fraud-transactions",t({account_codes:(null==n?void 0:n.split(","))||[]},dh(r)),{params:o})},i.prototype.getPayoutDetails=function(e){var t={"x-organization-code":e.organization_code};return this.get("/payouts/detail/".concat(e.payout_code),{headers:t})},i.prototype.getPayoutTransactionDetails=function(e){var t={"x-organization-code":e.organization_code};return this.get("/payouts/".concat(e.payout_code,"/transaction/").concat(e.transaction_code,"/detail"),{headers:t})},i.prototype.getPayoutHistoryDetails=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e.payout_code,"/history"),{headers:n})},i.prototype.getPayoutTimeline=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e,"/timeline"),{headers:n})},i.prototype.getPaymentMethodsByCountry=function(e,t){var n=e.provider_id,r=e.country,o=localStorage.getItem("x-organization-code"),a={"x-organization-code":t};return this.get("/organizations/provider-params/".concat(n,"/").concat(r),o?{}:{headers:a})},i.prototype.getOrgByName=function(e){return this.post("/organizations/get-by-name",{org_name:e})},i.prototype.createOperationTransaction=function(e,t,n,r){return this.post("/payments/".concat(n,"/transactions/").concat(t,"/").concat(r),e)},i.prototype.getPaymentMethodsAndProviders=function(){return this.get("/payments/payment-methods/providers")},i.prototype.getTransactionDetailsV2=function(e){return this.get("/payments/".concat(e.payment_code,"/transactions/details"),{params:{payment_code:e.payment_code,size:99}})},i.prototype.getTransactionRawResponse=function(e){return this.get("/transactions/".concat(e.transaction_code,"/raw-response"))},i.prototype.postProviderRawResponse=function(e,t){return this.post("/provider-raw-response/".concat(e),t)},i.prototype.uploadChargebacks=function(e,t,n,r){return this.post("/chargebacks/upload-file/payment/".concat(t,"/transaction/").concat(n),e,{onUploadProgress:function(e){r(e.total?Math.round(100*e.loaded/e.total):0)},headers:{"x-account-code":null==e?void 0:e.account_id,"x-idempotency-key":uh()}})},i.prototype.getPaymentTransactionsDetails=function(e){var t=e.transaction_code;return this.get("/transactions/".concat(t,"/details"))},i.prototype.getTransactionHistoryByPaymentCode=function(e){var t=e.payment_code;return this.get("/transactions/by-payment/".concat(t,"/history"))},i.prototype.getDeveloperCredentials=function(e,t,n,r){var o={};return e&&(o["x-password"]=e),t&&(o["x-account-code"]=t),n&&(o["x-otp"]=n),r&&(o["x-mfa-token"]=r),this.get("/v2/developers/credentials",{headers:o})},i.prototype.getDeveloperCredentialsValidatePassword=function(e){return this.get("/validate-password",{headers:{"x-password":e}})},i.prototype.getDeveloperCredentialsValidatePasswordRegularUser=function(e){return this.get("/validate-password-regular",{headers:{"x-password":e}})},i.prototype.getAllowedIps=function(){return this.get("/allowlist-ips")},i.prototype.patchAllowedIps=function(e){return this.patch("/allowlist-ips",e)},i.prototype.getOrganization=function(){return this.get("/organizations",{headers:{"x-organization-code":""}})},i.prototype.getAllOrganization=function(){return this.get("/organizations/all")},i.prototype.getProviderParams=function(e,t){var n,r=localStorage.getItem("x-organization-code"),o={"x-organization-code":r?null===(n=JSON.parse(r))||void 0===n?void 0:n.value:t};return this.get("/organizations/provider-params/".concat(e.id),{headers:o})},i.prototype.getIntegrationByAccountV2=function(e){var t=e.accountCode,n={"x-organization-code":e.organizationCode,"x-account-code":t};return this.post("/connections/my-connections",{account_code:t},{headers:n})},i.prototype.putCosts=function(e){return n(this,void 0,void 0,function(){return r(this,function(t){return[2,this.put("/connections/costs",{costs:[e]})]})})},i.prototype.updateOrganizationStatus=function(){return n(this,void 0,void 0,function(){return r(this,function(e){return[2,this.patch("/organizations/status")]})})},i.prototype.addToRiskList=function(e,t){return this.post("/payments/".concat(e,"/add-to-risk-list"),t)},i.prototype.getOrganizationConfigs=function(){return this.get("/organization-config/configs")},i.prototype.postOrganizationConfigs=function(e){return this.post("/organization-config/configs-by-account",e)},i.prototype.putOrganizationConfigsByAccount=function(e){return this.put("/organization-config/configs-by-account",e)},i.prototype.getIntegrationParams=function(e){var t=e.accountCode,n=e.integration_code;return this.get("/connections/integration-params/".concat(n),t?{headers:{"x-account-code":t}}:{})},i.prototype.getConnectionsByPaymentMethod=function(e,t){return n(this,void 0,void 0,function(){return r(this,function(n){return[2,this.get("/organizations/connections/".concat(e,"/").concat(t))]})})},i.prototype.getHashPylon=function(){return this.get("/pylon-hash")},i.prototype.getConnections=function(){return this.get("/connections")},i.prototype.postValidateStatusConnection=function(e){var t=e.payload,n={"x-account-code":e.accountCode};return this.post("/connections/validate-status",t,{headers:n})},i.prototype.postChangeStatusConnection=function(e){var t=e.payload,n=e.accountCode,r="/connections/change-status";if(t.status==$p)return delete t.status,this.delete(r,{data:t});Object.values(Vp).includes(null==t?void 0:t.status)&&(r="".concat(r,"/").concat(Kp[t.status]),delete t.status);var o={"x-account-code":n};return this.post(r,t,{headers:o})},i.prototype.postMultiConnection=function(e){var t=e.payload;return this.post("/connections/multi-accounts",t)},i.prototype.postMultiConnectionValidate=function(){return this.get("/connection/valid-accounts")},i.prototype.patchConnection=function(e){var n,r=e.payload,o=e.connectionCode,a=localStorage.getItem("account"),i=a?null===(n=JSON.parse(a).value)||void 0===n?void 0:n.code:"";return this.patch("/connections/".concat(o),t({account_code:i},r))},i.prototype.postDefaultRoutes=function(e){var t=e.payload;return this.post("/connections/default-routes",t)},i.prototype.getDialogs=function(){return this.get("/dialogs")},i.prototype.getWebhookParamsV2=function(){return this.get("/accounts/webhooks-v2/params-catalog")},i.prototype.getWebhooksV3=function(e){var t=e.accountCode,n=e.name;return this.post("/accounts/webhooks-v2/search",{name:n},{headers:{"x-account-code":t}})},i.prototype.getWebhooksV2Detail=function(e){var t=e.accountCode;return this.get("/accounts/webhooks-v2/detail/".concat(t))},i.prototype.postWebhookV2MultiAccount=function(e){var t=e.payload;return this.post("/accounts/webhooks/multi-account",t)},i.prototype.deleteWebhookV2=function(e,t){return this.delete("/accounts/webhooks-v2/".concat(e,"/").concat(t))},i.prototype.updateWebhookV2=function(e,t,n){return this.patch("/accounts/webhooks-v2/".concat(e,"/").concat(n),t)},i.prototype.getMenu=function(){return this.get("/cms/menu")},i.prototype.postWebhookLogs=function(e){var t=e.payload,n=t.account_code,r=a(t,["account_code"]),o={account_codes:n};return this.post("/v2/webhooks/organization",o,{params:r,paramsSerializer:fc})},i.prototype.postResendWebhooks=function(e){var t=e.codes;return this.post("/v2/webhooks/organization/resend",{codes:t})},i.prototype.postExportApiLogs=function(e){var t={account_codes:e.account_code};return delete e.account_code,delete e.size,delete e.page,this.post("/v2/api-logs/organization/export-csv",t,{params:e,paramsSerializer:fc})},i.prototype.postExportWebhooksLogs=function(e){var t={account_codes:e.account_code};return delete e.account_code,delete e.size,delete e.page,this.post("/v2/webhooks/organization/export-csv",t,{params:e,paramsSerializer:fc})},i.prototype.postExportDashboardLogs=function(e){var t={account_codes:e.account_code,event:e.event,source:e.source,search:e.search},n={report_name:e.report_name,start_date:e.start_date,end_date:e.end_date,time_zone:e.time_zone};return this.post("/v2/events/organization/export-csv",t,{params:n,paramsSerializer:fc})},i.prototype.postExportMonitorsLogs=function(e){var t={account_codes:e.account_codes,status:e.status,payment_methods:e.payment_methods,providers:e.providers,traffic_redistribution:e.traffic_redistribution},n={report_name:e.report_name,start_date:e.start_date,end_date:e.end_date,time_zone:e.time_zone};return this.post("/routing-monitor/audit/export-csv",t,{params:n,paramsSerializer:fc})},i.prototype.getAuditExportsList=function(e){return this.get("/audit/reports",{params:{report_type:e}})},i.prototype.getAuditExportDownload=function(e){return this.get("/audit/reports/".concat(e,"/download"))},i.prototype.getUnifiedExportsPath=function(e){return"/v1/".concat(e,"/exports")},i.prototype.postUnifiedExport=function(e,t){return this.post(this.getUnifiedExportsPath(e),t)},i.prototype.getUnifiedExportStatus=function(e,t){var n=this.getUnifiedExportsPath(e);return this.get("".concat(n,"/").concat(t))},i.prototype.getUnifiedExportsList=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=10),this.get(this.getUnifiedExportsPath(e),{params:{page:t,size:n}})},i.prototype.postApiLogs=function(e){var t=e.payload,n=t.account_code,r=a(t,["account_code"]),o={account_codes:n};return this.post("/v2/api-logs/organization",o,{params:r,paramsSerializer:fc})},i.prototype.getApiLogsDetailByPaymentCode=function(e){return this.get("/v2/api-logs/payment/".concat(e,"/details"))},i.prototype.getApiLogsByTransactionCode=function(e,t){return this.get("/v2/api-logs/transaction/".concat(e),{headers:{"x-account-code":t}})},i.prototype.useGetPaymentStatusesStyles=function(){return this.get("/cms/payment/statuses")},i.prototype.useGetTransactionStatusesStyles=function(){return this.get("/cms/transaction/statuses")},i.prototype.useGetReconciliationTransactionStatusesStyles=function(){return this.get("/cms/reconciliation/transaction/statuses")},i.prototype.useGetCountriesConfig=function(){return this.get("/country-data-api/v1/config")},i.prototype.useGetCountriesConfigV2=function(e){var t=e?{"accept-language":e}:{};return this.get("/country-data/v2/config",{params:t})},i.prototype.useGetTimeZoneCatalog=function(){return this.get("/cms/timezone/catalog")},i.prototype.useGetAuditLogsFilters=function(){return this.get("/cms/audit-logs-filters")},i.prototype.getDashboardStaticContents=function(){return this.get("/cms/static-contents")},i.prototype.getLocales=function(){return this.get("/cms/locales")},i.prototype.getSmartRoutingMethods=function(e,t){return void 0===t&&(t=dd.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/methods/").concat(e))},i.prototype.putSmartRoutingToggleMethod=function(e,t,n){return this.put("/smart-routing/methods/".concat(e,"/").concat(t),{active:n})},i.prototype.getSmartRoutingConditionTypes=function(e,t,n){return void 0===n&&(n=dd.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/condition-types/").concat(e,"/").concat(t))},i.prototype.getSmartRoutingConditionPaymentMethod=function(e,t){var n={"x-account-code":e};return this.get("/smart-routing/payment-methods/".concat(t,"/conditions"),{headers:n})},i.prototype.getSmartRoutingConditionTypesValues=function(e,t){return this.get("/smart-routing/condition-types-values/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingNextSteps=function(e,t,n,r){return void 0===r&&(r=dd.DEFAULT_ROUTING_TYPE),this.get("/".concat(r,"/next-route/").concat(e,"/").concat(t,"/").concat(n))},i.prototype.getSmartRoutingWorkflowVersion=function(e,t,n){return void 0===n&&(n=dd.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/workflow-version/").concat(e,"/").concat(t))},i.prototype.getSmartRoutingWorkflow=function(e,t,n){return void 0===n&&(n=dd.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/workflow/").concat(e,"/").concat(t))},i.prototype.putSmartRoutingUpdateWorkflow=function(e,t,n){return void 0===n&&(n=dd.DEFAULT_ROUTING_TYPE),this.put("/".concat(n,"/update-workflow/").concat(e),t)},i.prototype.putSmartRoutingUpdateWorkflowName=function(e,t,n){return void 0===n&&(n=dd.DEFAULT_ROUTING_TYPE),this.put("/".concat(n,"/workflow/").concat(e,"/edit-name"),t)},i.prototype.postSmartRoutingCreateWorkflow=function(e,t){return this.post("/smart-routing/create-workflow/".concat(e),t)},i.prototype.postSmartRoutingPublishVersion=function(e,t,n,r){void 0===r&&(r=dd.DEFAULT_ROUTING_TYPE);var o={"x-organization-code":n};return this.post("/".concat(r,"/publish-version/").concat(e,"/").concat(t),{},{headers:o})},i.prototype.deleteSmartRoutingVersion=function(e,t){return this.delete("/smart-routing/delete-version/".concat(e,"/").concat(t))},i.prototype.postSmartRoutingDuplicateVersion=function(e,t,n){return void 0===n&&(n=dd.DEFAULT_ROUTING_TYPE),this.post("/".concat(n,"/duplicate-version/").concat(e,"/").concat(t))},i.prototype.getSmartRoutingDeclinedGroup=function(e,t){return void 0===t&&(t=dd.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/declined-groups/").concat(e))},i.prototype.updateSmartRoutingDeclinedGroup=function(e,t,n){return this.put("/smart-routing/declined-groups/".concat(e,"/").concat(t),n)},i.prototype.createSmartRoutingDeclinedGroup=function(e,t){return this.post("/smart-routing/declined-groups/".concat(e),t)},i.prototype.getSmartRoutingPaymentRoute=function(e,t){return this.get("/smart-routing/payment-route/".concat(e,"/").concat(t))},i.prototype.updateSmartRoutingFavorite=function(e,t,n){return this.put("/smart-routing/favorite/".concat(e,"/").concat(t),{favorite:n})},i.prototype.getSmartRoutingSimulateConditionTypeValues=function(e,t){return void 0===t&&(t=dd.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/condition-types-values-list/").concat(e))},i.prototype.simulateSmartRoutingTransaction=function(e,t,n){return this.post("/smart-routing/simulate-transaction/".concat(e,"/").concat(t),n)},i.prototype.getSmartRoutingSearchConditionValues=function(e,t){return this.get("/smart-routing/search-condition-values/".concat(e,"/").concat(t))},i.prototype.getProviderConversionRatesData=function(){return this.get("/smart-routing/conversion-rates/all")},i.prototype.updateMonitorRedistribution=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/monitor-redistribution",t,{headers:n})},i.prototype.removeDeclinedGroup=function(e,t){var n={"x-organization-code":e};return this.delete("/smart-routing/declined-groups/".concat(t),{headers:n})},i.prototype.multiAccountDeclinedGroupCreate=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/declined-groups/massive/create",t,{headers:n})},i.prototype.generateAIWorkflowRoutes=function(e,t){var n={"x-organization-code":e};return this.post("/ai/generate-route",t,{headers:n})},i.prototype.postAIGenerationFeedback=function(e){return this.post("/ai/generation-feedback",e)},i.prototype.getRoutingMonitorsTemplates=function(e){var t={"x-organization-code":e};return this.get("/routing-monitor/templates",{headers:t})},i.prototype.getRoutingMonitorsTemplate=function(e,t){var n={"x-organization-code":t};return this.get("/routing-monitor/template/".concat(e),{headers:n})},i.prototype.createMonitorThreshold=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/threshold",e,{headers:n})},i.prototype.createMonitorTemplate=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/template",e,{headers:n})},i.prototype.getSmartRoutingDataReport=function(e){return this.get("/data-report",{params:e})},i.prototype.getInsightsMetricsConversionRateV2=function(e,n){var r=e.account_code,o=e.connection_name,i=e.metadata,s=a(e,["account_code","connection_name","metadata"]),c=lh(r);return o&&(c.connection_name=o.split(",")),i&&(c=t(t({},c),dh(i))),this.post("/insights/conversion-rate/".concat(n),c,{params:s})},i.prototype.getInsightsMetricsConversionRateViewMore=function(e,n){var r=e.account_code,o=e.metadata,i=a(e,["account_code","metadata"]),s=lh(r);return o&&(s=t(t({},s),dh(o))),this.post("/insights/conversion-rate/cards/metrics/".concat(n),s,{params:i})},i.prototype.getInsightFallbackMetrics=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]),i=lh(n);return r&&(i=t(t({},i),dh(r))),this.post("/insights/conversion-rate/fallback",i,{params:o})},i.prototype.getInsightsMetricsVolume=function(e,n){var r=n.connection_name,o=n.metadata,i=a(n,["connection_name","metadata"]),s={account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]};return r&&(s=t(t({},s),{connection_name:null==r?void 0:r.split(",")})),o&&(s=t(t({},s),dh(o))),this.post("/insights/volume/metrics",s,{params:i})},i.prototype.getInsightsMetricsVolumeV2=function(e,n,r){var o=r.connection_name,i=r.metadata,s=a(r,["connection_name","metadata"]),c={account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]};return o&&(c=t(t({},c),{connection_name:null==o?void 0:o.split(",")})),i&&(c=t(t({},c),dh(i))),this.post("/insights/volume/".concat(n),c,{params:s})},i.prototype.getInsightsFraudScreeningVolumeAndCountTx=function(e,t){return this.post("/insights/fraud-screening/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsFraudScreeningConversionRate=function(e,t){return this.post("/insights/fraud-screening/conversion-rate",e,{params:t})},i.prototype.getInsights3dsVolumeAndCountTx=function(e,t){return this.post("/insights/3ds/volume-and-count-tx",e,{params:t})},i.prototype.getInsights3dsConversionRateAndEvolution=function(e,t){return this.post("/insights/3ds/conversion-rate-and-evolution",e,{params:t})},i.prototype.getInsights3dsDeclineReasons=function(e,t){return this.post("/insights/3ds/decline-reasons",e,{params:t})},i.prototype.getInsights3dsFrictionlessVsChallenge=function(e,t){return this.post("/insights/3ds/frictionless-vs-challenge",e,{params:t})},i.prototype.getInsightsChargebacksVolumeAndCountTx=function(e,t){return this.post("/insights/chargebacks/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsChargebacksTotalRateAndEvolution=function(e,t){return this.post("/insights/chargebacks/total-rate-and-evolution",e,{params:t})},i.prototype.getInsightsChargebacksWinRate=function(e,t){return this.post("/insights/chargebacks/win-rate",e,{params:t})},i.prototype.getInsightsChargebacksDisputed=function(e,t){return this.post("/insights/chargebacks/disputed",e,{params:t})},i.prototype.getInsightsChargebacksByProviderAndCardBrand=function(e,t){return this.post("/insights/chargebacks/by-provider-and-card-brand",e,{params:t})},i.prototype.getInsightsChargebacksReasonsDistribution=function(e,t){return this.post("/insights/chargebacks/reasons-distribution",e,{params:t})},i.prototype.getInsightsChargebacksStatusDistribution=function(e,t){return this.post("/insights/chargebacks/status-distribution",e,{params:t})},i.prototype.getInsightsChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.getInsightOverview=function(e){var n=e.account_code,r=e.connection_name,o=e.metadata,i=a(e,["account_code","connection_name","metadata"]),s=lh(n);return r&&(s=t(t({},s),{connection_name:null==r?void 0:r.split(",")})),o&&(s=t(t({},s),dh(o))),this.post("/insights/overview",s,{params:i})},i.prototype.getInsightOverviewV3=function(e,n){var r=e.account_code,o=e.connection_name,i=e.metadata,s=a(e,["account_code","connection_name","metadata"]),c=lh(r);return o&&(c=t(t({},c),{connection_name:null==o?void 0:o.split(",")})),i&&(c=t(t({},c),dh(i))),this.post("/insights/overview/".concat(n),c,{params:s})},i.prototype.getInsighstHomeMetrics=function(e){return this.post("/insights/dashboard-home-metrics",e)},i.prototype.getInsightsMetricsTotalPaymentsAndFraud=function(e,t){return this.post("/insights/payments-and-fraud/payments",{account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]},{params:t})},i.prototype.getInsightsMetricsCustomerPaymentsAndFraud=function(e,t){return this.post("/insights/payments-and-fraud/customer",{account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]},{params:t})},i.prototype.getCheckouts=function(e){var t=e.accountCode;return this.get("/checkouts/".concat(t))},i.prototype.getNameAndIcon=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/icon-name?type=").concat(n))},i.prototype.getRequiredFields=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/required-fields?type=").concat(n))},i.prototype.updateIsActiveCheckout=function(e){var t=e.accountCode,n=a(e,["accountCode"]);return this.patch("/checkouts/publish",n,{headers:{"x-account-code":t}})},i.prototype.getCountryData=function(e){var t=e.accountCode;return this.get("/country-data/v1/country-documents",{headers:{"x-account-code":t}})},i.prototype.getStylingSdkDynamic=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkout/settings",{headers:t})},i.prototype.getStylingSettingsV2=function(e){var t={"x-account-code":e.accountCode};return this.get("/v1/checkouts/builder/settings",{headers:t})},i.prototype.changeStylingSettings=function(e){var t=e.accountCode,n=e.payload,r={"x-account-code":t,"Content-Type":"application/json"};return this.patch("/v1/checkouts/builder/settings",n,{headers:r})},i.prototype.emailVerification=function(e){return this.get("/user/email-verification/".concat(e))},i.prototype.createReconciliationsReportV2=function(e){return this.post("/v2/reports/create",e)},i.prototype.createReconciliationsReportV3=function(e){return this.post("/v3/reports/create",e)},i.prototype.createReportV2=function(e){return this.post("/reports",e)},i.prototype.getTotalRowsForExport=function(e){return this.post("/reports/count",e)},i.prototype.reportsList=function(){return this.get("/reports")},i.prototype.reportsListMultiEnv=function(){return this.get("/reports/multi-environment")},i.prototype.downloadReports=function(e){return this.get("/reports-redirect/".concat(e))},i.prototype.cancelReport=function(e){return this.patch("/reports/".concat(e))},i.prototype.getReportTemplates=function(){return this.get("/reports/templates")},i.prototype.createReportTemplate=function(e){return this.post("/reports/templates",e)},i.prototype.updateReportTemplate=function(e){return this.put("/reports/templates",e)},i.prototype.deletePaymentsReportTemplate=function(e){return this.delete("/reports/templates",{data:e})},i.prototype.getReportColumns=function(e,t){return this.get("/reports/columns/".concat(e,"/").concat(t))},i.prototype.searchReportTemplates=function(e){return this.post("/template-reporting/report-templates/search",e)},i.prototype.searchReportTemplateById=function(e,t){return this.post("/template-reporting/report-templates/search/".concat(e),t)},i.prototype.createTemplateReporting=function(e){return this.post("/template-reporting/report-templates",e)},i.prototype.cloneReportTemplate=function(e,t){return this.post("/template-reporting/report-templates/".concat(e,"/clone"),t)},i.prototype.updateTemplateSelection=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/selection"),t)},i.prototype.changeTemplateStatus=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/status"),t)},i.prototype.deleteReportTemplate=function(e,t){return this.delete("/template-reporting/report-templates/".concat(e),{data:t})},i.prototype.searchReportSchedules=function(e){return this.post("/template-reporting/report-schedules/search",e)},i.prototype.searchReportScheduleById=function(e,t){return this.post("/template-reporting/report-schedules/search/".concat(e),t)},i.prototype.createReportSchedule=function(e){return this.post("/template-reporting/report-schedules",e)},i.prototype.disableReportSchedule=function(e,t){return this.patch("/template-reporting/report-schedules/".concat(e,"/disable"),t)},i.prototype.deleteReportSchedule=function(e,t){return this.delete("/template-reporting/report-schedules/".concat(e),{data:t})},i.prototype.getRefundPdf=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/refund-pdf/".concat(e),{headers:r})},i.prototype.getProofOfCancel=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-cancel"),{headers:r})},i.prototype.getProofOfPayment=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-payment"),{headers:r})},i.prototype.getScheduledReport=function(e){return this.get("/scheduled-reports?reportType=".concat(e))},i.prototype.postScheduledReport=function(e){return this.post("/scheduled-reports",e)},i.prototype.updateScheduledReport=function(e,t){return this.patch("/scheduled-reports/".concat(e),t)},i.prototype.deleteScheduledReport=function(e){return this.delete("/scheduled-reports/".concat(e))},i.prototype.getProfile=function(){return this.get("/user")},i.prototype.getUserFull=function(){return this.get("/user-full")},i.prototype.getImpersonationUsers=function(){return this.get("/impersonation/user")},i.prototype.getImpersonationEnabled=function(){return this.get("/impersonation/enabled")},i.prototype.getUsersToImpersonate=function(e,n,r,o,a,i){void 0===r&&(r=1),void 0===o&&(o=10);var s=t(t({account_codes:n||[],page:r,page_size:o},a&&{search_value:a}),(null==i?void 0:i.length)&&{role_ids:i});return this.post("/impersonation/user/organization/".concat(e,"/users-to-impersonate"),s)},i.prototype.getAccountsForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/accounts"))},i.prototype.getRolesForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/roles"))},i.prototype.updateProfile=function(e){return this.patch("/user",e)},i.prototype.inviteUsersMassive=function(e,t){var n={"x-organization-code":t};return this.post("user/invite/massive",e,{headers:n})},i.prototype.inviteUsersMassiveV2=function(e){return this.post("user/invite/massive/v2",e)},i.prototype.unInviteUsersV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/user/uninvite/".concat(t),{headers:n})},i.prototype.getAccounts=function(e){var t={"x-organization-code":e};return this.get("/accounts-user",{headers:t})},i.prototype.getAccountsV2=function(){return this.get("/accounts-user")},i.prototype.getAccountsByUser=function(e){return this.get("/accounts-user/user/".concat(e))},i.prototype.putAccountsUserMassive=function(e,t,n){var r={"x-organization-code":e};return this.put("/accounts-user/role/massive/user/".concat(t),n,{headers:r})},i.prototype.deleteAccountsUserMassive=function(e,t,n){var r={"x-organization-code":e};return this.delete("/accounts-user/role/massive/user/".concat(t),{data:n,headers:r})},i.prototype.postAccount=function(e,t){return this.post("/accounts",{name:e,principal:t})},i.prototype.duplicateAccount=function(e){return this.post("/accounts/duplicate",e)},i.prototype.retryDuplicateAccount=function(e){return this.post("/accounts/duplicate/".concat(e,"/retry"))},i.prototype.getPendingDuplicateAccounts=function(){return this.get("/accounts/duplicate")},i.prototype.patchAccount=function(e){var t=e.name,n=e.code,r=e.principal;return this.patch("/accounts/".concat(n),{name:t,principal:r})},i.prototype.patchAccountV2=function(e){var t=e.name,n=e.code,r=e.principal;return this.patch("/accounts/with-principal",{name:t,principal:r},{headers:{"x-account-code":n}})},i.prototype.putAccountPrincipal=function(e){var t=e.account_code;return this.put("/user-accounts/principal",{account_code:t})},i.prototype.getMergedNotifications=function(){return this.get("/notifications-all")},i.prototype.getNotificationsCustomer=function(e){return this.get("/notifications/".concat(e))},i.prototype.getValidateOpsgenieKey=function(e){return this.get("/notifications/opsgenie/validate/".concat(e))},i.prototype.postSlackMessageChannel=function(e){return this.post("/slack-channel-message",e)},i.prototype.pathNotification=function(e){return this.patch("/notifications",e)},i.prototype.getNotificationsNumber=function(e){return this.get("/notifications/".concat(e,"/number"))},i.prototype.teamsFiltersMembers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/teams/filters/members",{headers:t})},i.prototype.postMembersPaginatedV2=function(e){var t=e.organizationCode,n=e.accountCodes,r=e.search,o=e.status,a=e.roleId,i=e.statuses,s=e.roleIds,c=e.page,u=e.pageSize,l={"x-organization-code":t};return this.post("/teams/paginated",{account_codes:n,search:r,status:o,role_id:a,statuses:i,role_ids:s,page:c,page_size:u},{headers:l})},i.prototype.getRoles=function(){return this.get("/teams/roles")},i.prototype.setCustodian=function(){return this.post("/teams/custodian")},i.prototype.deleteUserTeamV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/teams/".concat(t),{headers:n})},i.prototype.createRoles=function(e,t){return this.post("/teams/roles",e,{headers:{"x-account-code":t}})},i.prototype.editRoles=function(e,t){var n=e.payload,r=e.id;return this.patch("/teams/roles/".concat(r),n,{headers:{"x-account-code":t}})},i.prototype.deleteRoles=function(e){return this.delete("/teams/roles/".concat(e))},i.prototype.getRolesPermissions=function(){return this.get("/teams/permissions")},i.prototype.getFeatureFlagId=function(e){var t=e.name,n=a(e,["name"]);return this.post("/feature-flags/evaluate",{name:t,parameters:n})},i.prototype.getFeatureFlagIdAll=function(e){var t=e.accountCode;return n(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,this.get("/feature-flags/names",t?{headers:{"x-account-code":t}}:{})];case 1:return e=r.sent(),n={},e.data.feature_flag_names.forEach(function(e){n[e]=!0}),[2,{data:n,status:200,statusText:"OK",headers:{},config:{}}]}})})},i.prototype.getPermissionsCatalog=function(){return this.get("/teams/permissions-catalog")},i.prototype.startUserExport=function(e){return this.post("/users/exports/start",{account_codes:e.accountCodes,name:e.name,search:e.search,statuses:e.statuses,role_ids:e.roleIds})},i.prototype.getUserExportStatus=function(e){var t=e.exportCode;return this.get("/users/exports/".concat(t))},i.prototype.listUserExports=function(e){var t=e.page,n=void 0===t?0:t,r=e.pageSize,o=void 0===r?20:r;return this.get("/users/exports?page=".concat(n,"&page_size=").concat(o))},i.prototype.changePasswordV2=function(e){return this.patch("/user/change-password-profile",e)},i.prototype.workosPasswordReset=function(e){return this.post("/workos/password-reset",e,{baseURL:(this.instance.defaults.baseURL||"").replace(/\/api$/,"/api-public")})},i.prototype.workosAdminPortal=function(){return this.post("/workos/admin-portal",{})},i.prototype.getCardBrands=function(){return this.get("/catalog/card-brands")},i.prototype.getPaymentFilters=function(e){return this.get("/payments/filters?section=".concat(e))},i.prototype.getPaymentMetricsFilters=function(){return this.get("/payments/metrics/filters")},i.prototype.sendPaymentNotification=function(e,t){return this.post("/payments/".concat(e.paymentCode,"/transactions/").concat(e.transactionCode,"/settle"),t)},i.prototype.postAuditMonitors=function(e){return this.post("/routing-monitor/audit",e)},i.prototype.getAuditMonitorDetail=function(e){return this.get("/routing-monitor/audit-monitors-details/".concat(e))},i.prototype.getAuditEvents=function(e){var t=e.account_code,n=a(e,["account_code"]);return this.post("v2/events/organization",{account_codes:t},{params:n,paramsSerializer:fc})},i.prototype.getPaymentLinks=function(e,t){return this.get("/v2/payment-links/".concat(t),{params:e})},i.prototype.getPaymentLinksByCode=function(e){return this.get("/v2/payment-links/by-code/".concat(e))},i.prototype.postPaymentLinks=function(e){var t=e.payload,n=e.accountCode;return this.post("/v2/payment-links/".concat(n),t)},i.prototype.patchPaymentLinks=function(e){var t=e.payload,n=e.accountCode,r=e.paymentLinkCode;return this.patch("/v2/payment-links/".concat(n,"/").concat(r),t)},i.prototype.postDeletePaymentLink=function(e){var t=e.code;return this.post("/v2/payment-links/cancel/".concat(t))},i.prototype.postSubscription=function(e){return this.post("/subscriptions",e)},i.prototype.getSubscriptionByCode=function(e){return this.get("/subscriptions/".concat(e))},i.prototype.postPauseSubscription=function(e){return this.post("/subscriptions/".concat(e,"/pause"))},i.prototype.postResumeSubscription=function(e){return this.post("/subscriptions/".concat(e,"/resume"))},i.prototype.postCancelSubscription=function(e){return this.post("/subscriptions/".concat(e,"/cancel"))},i.prototype.patchSubscription=function(e,t){return this.patch("/subscriptions/".concat(e),t)},i.prototype.postRescheduleSubscription=function(e){return this.post("/subscriptions/".concat(e,"/reschedule"))},i.prototype.getSubscriptionPayments=function(e,t,n){return this.get("/subscriptions/".concat(e,"/payments"),{params:{page:t,size:n}})},i.prototype.postListSubscriptions=function(e){return this.post("/subscriptions/list",e)},i.prototype.getTimezone=function(e){return this.get("/cms/timezone/catalog",{headers:{"x-organization-code":e}})},i.prototype.getInstallmentPlans=function(e){var t=e?fc(e):"",n=t?"/v1/installments-plans?".concat(t):"/v1/installments-plans";return this.get(n)},i.prototype.createInstallmentsPlan=function(e){return this.post("/v1/installments-plans",e)},i.prototype.updateInstallmentsPlan=function(e,t){return this.patch("/v1/installments-plans/".concat(e),t)},i.prototype.deleteInstallmentsPlan=function(e){return this.delete("/v1/installments-plans/".concat(e))},i.prototype.searchInstallmentsPlans=function(e){return this.post("/v2/installments-plans/search",e)},i.prototype.bulkCreateInstallmentsPlans=function(e){return this.post("/v2/installments-plans/bulk",e)},i.prototype.bulkDeleteInstallmentsPlans=function(e){return this.post("/v2/installments-plans/bulk-delete",e)},i.prototype.firebaseUserSubscribe=function(e){return this.post("/firebase/user/subscribe",e)},i.prototype.postUserSettings=function(e){return this.patch("/user-settings",e)},i.prototype.postUserSettingsTables=function(e,t){return this.patch("/user-settings/".concat(t),e)},i.prototype.postUserSettingsPinned=function(e){return this.patch("/user-settings/pinned_sections",e)},i.prototype.postUserThemeSettings=function(e){return this.patch("/user-settings/theme",e)},i.prototype.getMfaTokenValidation=function(e,t){return this.post("/mfa/token",{password:e,otp_input:t,user_code:""})},i.prototype.getEmailOtp=function(){return this.post("/mfa/send-otp",{})},i.prototype.confirmMfaOtp=function(e){return this.post("/mfa/confirm/otp",e)},i.prototype.unrollMfa=function(e){return this.post("/mfa/unroll/otp",{password:e})},i.prototype.sendOTPForMFA=function(){return this.post("/mfa/send-otp")},i.prototype.getConfigAllowlist=function(e){var t={"x-account-code":e};return this.get("/yuno-fraud-screening-int/allow-lists/config",{headers:t})},i.prototype.getBlackListType=function(e){var t={"x-account-code":e};return this.get("/blacklist",{headers:t})},i.prototype.postBlockList=function(e,t,n,r){var o={name:t,account_codes:e,page:n,size:r};return this.post("/blacklist",o)},i.prototype.getBlackListSummary=function(e,t){return void 0===t&&(t=null),this.get("/blacklist/get-one/".concat(e,"/summary"),t?{headers:{"x-account-code":t}}:{})},i.prototype.getBlacklistDetail=function(e,t,n,r,o){void 0===n&&(n=26),void 0===r&&(r=null),void 0===o&&(o=null);var a="/blacklist/get-one/".concat(e,"/detail?offset=").concat(t,"&limit=").concat(n);return o&&(null==o?void 0:o.length)>0&&(a+="&search=".concat(o)),this.get(a,r?{headers:{"x-account-code":r}}:{})},i.prototype.getAllowlistDetail=function(e,t){return void 0===t&&(t=null),this.get("/yuno-fraud-screening-int/allow-lists/".concat(e),t?{headers:{"x-account-code":t}}:{})},i.prototype.postAllowlistItems=function(e){var t=e.payload;return this.post("yuno-fraud-screening-int/allow-lists/".concat(t.code,"/items/pageable"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postGetAllowlist=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/pageable",t)},i.prototype.postCreateAllowlistMultiAccount=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/massive",t)},i.prototype.patchChangeStatusAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.code),{active:t.active},(null==t?void 0:t.account)&&{headers:{"x-account-code":null==t?void 0:t.account}})},i.prototype.patchChangeStatusAllowlistItem=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.item_allowlist_code),{active:t.active})},i.prototype.patchAddAllowlistItems=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.deleteAllowlistItem=function(e){var t=e.payload,n={"x-account-code":t.account_code};return this.delete("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.allowlist_item_id),{headers:n})},i.prototype.validateAllowlistItems=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.patchAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postBlackListMultiAccount=function(e){var t=e.payload;return this.post("/blacklist/create/multi-account",t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.putBlackListType=function(e){return this.put("/blacklist/edit",e)},i.prototype.changeBlackListStatus=function(e){return this.put("/blacklist/change-status",e)},i.prototype.changeBlackListStatusItem=function(e){return this.put("/blacklist/change-item-status",e)},i.prototype.postBlackListItems=function(e){var t=e.payload;return this.post("/blacklist/items",t)},i.prototype.postBlackListBatch=function(e){var t=e.blacklist_code,n=e.expiration_days,r=e.file,o=e.handleSetProgress;return this.post("/blacklist/create-batch/".concat(t),{expiration_days:n,file:r},{onUploadProgress:function(e){o(e.total?Math.round(100*e.loaded/e.total):0)}})},i.prototype.deleteBlackListType=function(e){var t=e.black_list_code;return this.delete("/blacklist/delete/".concat(t))},i.prototype.deleteBlockListItem=function(e){var t=e.blocklist_code,n=e.blocklist_item_id,r=e.account_code;return this.delete("/blacklist/".concat(t,"/items/").concat(n),{headers:{"x-account-code":r}})},i.prototype.valiateBlockListItems=function(e){var t=e.payload;return this.post("/blacklist/".concat(t.blocklist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.getVelocityRules=function(e){return this.post("/yuno-fraud-screening-int/velocity-rules-list",t({},e))},i.prototype.postChangePaymentsWebhook=function(e){var t=e.status,n=e.paymentCode;return this.post("/yuno-fraud-screening-int/payments/webhook",{status:t,payment_code:n})},i.prototype.uploadFileS3ClientBatchRefunds=function(e){var t=e.payload,n=e.handleSetProgress,r=this.getCancelTokenSource();return{promise:this.post("/batch-refunds/upload-s3-file",t,{onUploadProgress:function(e){return null==n?void 0:n(e.total?Math.round(100*e.loaded/e.total):0)},cancelToken:r.token}),cancel:function(){return r.cancel()}}},i.prototype.uploadFileS3ClientChargeBacks=function(e){var t=e.payload,n=e.handleSetProgress,r=this.getCancelTokenSource();return{promise:this.post("/chargebacks/upload-s3-file",t,{cancelToken:r.token,onUploadProgress:function(e){null==n||n(e.total?Math.round(100*e.loaded/e.total):0)}}),cancel:function(){return r.cancel()}}},i.prototype.batchRefundByFile=function(e){var n=e.payload;return this.post("/batch-refund-by-file",t({},n))},i.prototype.uploadBatchRefundsV2=function(e){var n=e.payload;return this.post("/batch-refunds",t({},n))},i.prototype.getBatchRefunds=function(e,t){return this.get("/batch-refunds?limit=".concat(e,"&offset=").concat(t))},i.prototype.getBatchRefundProcessedFileDownload=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/processed-file-download"),{headers:r})},i.prototype.getBatchRefundUserFileDownload=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/user-file-download"),{headers:r})},i.prototype.getMFAConfig=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/config",{headers:t})},i.prototype.getMFAExcludedUsers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/excluded-users",{headers:t})},i.prototype.getMFAEnforcementStatus=function(){return this.get("/mfa/enforcement-status")},i.prototype.updateMFAConfig=function(e,t){return this.post("/organization-settings/mfa/config",e,{headers:{"x-organization-code":t}})},i.prototype.mfaExcludeUsers=function(e,t){return this.post("/organization-settings/mfa/exclude-users",e,{headers:{"x-organization-code":t}})},i.prototype.getAllConfigRules=function(){return this.get("/yuno-fraud-screening-int/velocity-rules/config/all")},i.prototype.getConditionalConfigRules=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/config/conditional/".concat(e))},i.prototype.getRule=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/".concat(e.idRule),(null==e?void 0:e.accountCode)&&{headers:{"x-account-code":null==e?void 0:e.accountCode}})},i.prototype.postCreateRuleMultiAccount=function(e,t){return this.post("/yuno-fraud-screening-int/velocity-rules/multi-account",e,{headers:{"x-account-code":t}})},i.prototype.postEditRule=function(e,t,n){return this.patch("/yuno-fraud-screening-int/velocity-rules/".concat(t),e,{headers:{"x-account-code":n}})},i.prototype.postApiKeysRoll=function(e,t,n){return this.post("/credentials-manager/v1/keys/roll/".concat(t),e,{headers:{"x-password":n}})},i.prototype.patchApiKeysEditNote=function(e,t,n){return this.patch("/credentials-manager/keys/edit-note/".concat(t),e,{headers:{"x-password":n}})},i.prototype.getCustomizedApiKeysMembers=function(){return this.get("/organization-user/resources/users/customized-keys")},i.prototype.getCustomizedApiKeysAccounts=function(){return this.get("/organization-user/resources/accounts/customized-keys")},i.prototype.postCreateCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys",e)},i.prototype.pathCreateCustomizedApiKeys=function(e,t){return this.patch("/credentials-manager/key/".concat(t),e)},i.prototype.postCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys/retrieve",{account_codes:e})},i.prototype.getCustomizedApiKeysProducts=function(){return this.get("/credentials-manager/product-list")},i.prototype.getCustomizedApiKeysToken=function(e,t,n,r){var o={};return t&&(o["x-password"]=t),n&&(o["x-otp"]=n),r&&(o["x-mfa-token"]=r),this.get("/credentials-manager/keys/show-token/".concat(e),{headers:o})},i.prototype.validatePasswordStatus=function(){return this.get("/validate-password-status")},i.prototype.deleteCustomizedApiKeys=function(e){return this.delete("/credentials-manager/key/".concat(e))},i.prototype.postCreateInsightsReport=function(e){var t="CR_FALLBACK"===(null==e?void 0:e.type)?"/insights/conversion-rate/".concat(Qp[null==e?void 0:e.type],"/export"):"/insights/conversion-rate/cards/metrics/".concat(Qp[null==e?void 0:e.type],"/export");return this.post(t,e)},i.prototype.getInsightsReport=function(e){return this.get("/insights/conversion-rate/exports/".concat(null==e?void 0:e.type,"/by-user"))},i.prototype.getInsightsReportAgain=function(e){return this.get("/insights/conversion-rate/exports/".concat(e.code))},i.prototype.createUserAuth0=function(e){return this.post("/user/auth0",e)},i.prototype.getSamlConfig=function(){return this.get("/saml-config")},i.prototype.createSamlConfig=function(e){return this.post("/saml-config",e)},i.prototype.updateSamlConfig=function(e){return this.patch("/saml-config",e)},i.prototype.deleteSamlConfig=function(){return this.delete("/saml-config")},i.prototype.postCall=function(e){return this.post("/ai-agent-caller/demo",e)},i.prototype.getLoginMethods=function(){return this.get("/organization/login-methods")},i.prototype.changeLoginMethods=function(e){return this.patch("/organization/login-methods/".concat(e.methodCode),{enabled:e.enabled})},i.prototype.postValidateCredentials=function(e){var t=e.payload;return this.post("/connections/validate-credentials",t)},i.prototype.getInsightsConversionRateOverview=function(e,t){return this.post("/v3/insights/conversion-rate/overview",e,{params:t})},i.prototype.getInsightsConversionRateOverviewFraud3ds=function(e,t){return this.post("/v3/insights/conversion-rate/overview-fraud-3ds",e,{params:t})},i.prototype.getConversionRateChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.get3DSExemptions=function(){return this.get("/routing/3ds-exemptions")},i.prototype.getNetworkTokensOnboarding=function(){return this.get("/network-tokens/onboarding")},i.prototype.getNetworkTokensOnboardingByOrganization=function(e){return this.get("network-tokens/organization/onboarding",{headers:{"x-organization-code":e}})},i.prototype.postNetworkTokensOnboarding=function(e){return this.post("/network-tokens/organization/onboarding",e)},i.prototype.createChartGPTChart=function(e){return this.post("/data-assistant/charts",e)},i.prototype.deleteChartGPTChart=function(e){return this.delete("/data-assistant/charts/".concat(e))},i.prototype.getChartById=function(e){return this.get("/data-assistant/charts/".concat(e))},i.prototype.patchChartGPTChart=function(e,t){return this.patch("/data-assistant/charts/".concat(e),t)},i.prototype.executeChartGPTChart=function(e){return void 0===e&&(e=""),this.get("/data-assistant/charts/".concat(e,"/execute"))},i.prototype.getChartsByUser=function(){return this.get("/data-assistant/user/charts")},i.prototype.submitChartFeedback=function(e,t){return this.post("/data-assistant/charts/".concat(e,"/feedback"),t)},i.prototype.getChartFeedback=function(e){return this.get("/data-assistant/charts/".concat(e,"/feedback"))},i.prototype.getLanguages=function(){return this.get("/languages")},i.prototype.getTranslations=function(e){return this.get("/translations?language=".concat(e))},i.prototype.getCommunications=function(e){return this.post("/communications",e)},i.prototype.getCommunicationsFilters=function(){return this.get("/communications/filters")},i.prototype.getCommunicationDetails=function(e,t){var n={"x-account-code":t};return this.get("/communications/".concat(e,"/details"),{headers:n})},i.prototype.getRecipients=function(e,t){var n={"x-organization-code":e};return this.get("/recipients",{headers:n,params:t})},i.prototype.getRecipientById=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/".concat(t),{headers:n})},i.prototype.getOnboardingDetail=function(e,t,n){var r={"x-organization-code":e};return this.get("/recipients/".concat(t,"/onboardings/").concat(n),{headers:r})},i.prototype.getOnboardingTimeline=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/onboardings/".concat(t,"/timeline"),{headers:n})},i}(mc),hh={ENVIRONMENT:process.env.ENVIRONMENT,BFF_URL_PROD:process.env.BFF_URL_PROD,BFF_URL_SBX:process.env.BFF_URL_SBX,BFF_URL_STG:process.env.BFF_URL_STG,BFF_URL_DEV:process.env.BFF_URL_DEV,BFF_URL_LOCAL:process.env.BFF_URL_LOCAL,WS_URL_LOCAL:process.env.WS_URL_LOCAL,WS_URL_PROD:process.env.WS_URL_PROD,WS_URL_SBX:process.env.WS_URL_SBX,WS_URL_STG:process.env.WS_URL_STG,WS_URL_DEV:process.env.WS_URL_DEV},fh=function(e){function a(t){return e.call(this,t)||this}return o(a,e),a.refreshInstance=function(e){var n;return this.classInstance=new a(t(t({},e),{baseURL:hh["BFF_URL_".concat(hh.ENVIRONMENT)]})),null===(n=this.classInstance.instance.interceptors)||void 0===n||n.response.use(function(e){return e},function(e){var t;if(401!==(null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.status))return Promise.reject(e);window.location.href="/auth/logout"}),this.classInstance},a.getInstance=function(e){var n,r;if(this.classInstance){var o=localStorage.getItem("account");if(o){var i=null===(r=null===(n=JSON.parse(o))||void 0===n?void 0:n.value)||void 0===r?void 0:r.code,s=this.classInstance.instance.defaults.headers["x-account-code"];!!i&&""!==i&&i!==s&&(this.classInstance.instance.defaults.headers["x-account-code"]=i)}return this.classInstance}return this.classInstance=new a(t(t({},e),{baseURL:(null==e?void 0:e.baseURL)||hh["BFF_URL_".concat(hh.ENVIRONMENT)]})),this.classInstance},a.setMode=function(e){return n(this,void 0,void 0,function(){return r(this,function(t){return this.classInstance.instance.interceptors.request.use(function(t){return t.headers&&(t.headers["X-Environment"]=e),t},function(e){return Promise.reject(e)}),[2]})})},a}(ph);class mh{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){const t={listener:e};return this.listeners.add(t),this.onSubscribe(),()=>{this.listeners.delete(t),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}}const gh="undefined"==typeof window||"Deno"in window;function yh(){}function vh(e){return"number"==typeof e&&e>=0&&e!==1/0}function bh(e,t){return Math.max(e+(t||0)-Date.now(),0)}function kh(e,t,n){return Dh(e)?"function"==typeof t?{...n,queryKey:e,queryFn:t}:{...t,queryKey:e}:e}function wh(e,t,n){return Dh(e)?[{...t,queryKey:e},n]:[e||{},t]}function _h(e,t){const{type:n="all",exact:r,fetchStatus:o,predicate:a,queryKey:i,stale:s}=e;if(Dh(i))if(r){if(t.queryHash!==xh(i,t.options))return!1}else if(!Ch(t.queryKey,i))return!1;if("all"!==n){const e=t.isActive();if("active"===n&&!e)return!1;if("inactive"===n&&e)return!1}return("boolean"!=typeof s||t.isStale()===s)&&((void 0===o||o===t.state.fetchStatus)&&!(a&&!a(t)))}function Eh(e,t){const{exact:n,fetching:r,predicate:o,mutationKey:a}=e;if(Dh(a)){if(!t.options.mutationKey)return!1;if(n){if(Sh(t.options.mutationKey)!==Sh(a))return!1}else if(!Ch(t.options.mutationKey,a))return!1}return("boolean"!=typeof r||"loading"===t.state.status===r)&&!(o&&!o(t))}function xh(e,t){return((null==t?void 0:t.queryKeyHashFn)||Sh)(e)}function Sh(e){return JSON.stringify(e,(e,t)=>Oh(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function Ch(e,t){return Rh(e,t)}function Rh(e,t){return e===t||typeof e==typeof t&&(!(!e||!t||"object"!=typeof e||"object"!=typeof t)&&!Object.keys(t).some(n=>!Rh(e[n],t[n])))}function Ih(e,t,n=0){if(e===t)return e;if(n>500)return t;const r=Ah(e)&&Ah(t);if(r||Oh(e)&&Oh(t)){const o=r?e.length:Object.keys(e).length,a=r?t:Object.keys(t),i=a.length,s=r?[]:{};let c=0;for(let o=0;o<i;o++){const i=r?o:a[o];s[i]=Ih(e[i],t[i],n+1),s[i]===e[i]&&c++}return o===i&&c===o?e:s}return t}function Th(e,t){if(e&&!t||t&&!e)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Ah(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Oh(e){if(!Ph(e))return!1;const t=e.constructor;if(void 0===t)return!0;const n=t.prototype;return!!Ph(n)&&!!n.hasOwnProperty("isPrototypeOf")}function Ph(e){return"[object Object]"===Object.prototype.toString.call(e)}function Dh(e){return Array.isArray(e)}function jh(e){return new Promise(t=>{setTimeout(t,e)})}function Lh(e){jh(0).then(e)}function Nh(e,t,n){return null!=n.isDataEqual&&n.isDataEqual(e,t)?e:"function"==typeof n.structuralSharing?n.structuralSharing(e,t):!1!==n.structuralSharing?Ih(e,t):t}const zh=new class extends mh{constructor(){super(),this.setup=e=>{if(!gh&&window.addEventListener){const t=()=>e();return window.addEventListener("visibilitychange",t,!1),window.addEventListener("focus",t,!1),()=>{window.removeEventListener("visibilitychange",t),window.removeEventListener("focus",t)}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){var e;this.hasListeners()||(null==(e=this.cleanup)||e.call(this),this.cleanup=void 0)}setEventListener(e){var t;this.setup=e,null==(t=this.cleanup)||t.call(this),this.cleanup=e(e=>{"boolean"==typeof e?this.setFocused(e):this.onFocus()})}setFocused(e){this.focused!==e&&(this.focused=e,this.onFocus())}onFocus(){this.listeners.forEach(({listener:e})=>{e()})}isFocused(){return"boolean"==typeof this.focused?this.focused:"undefined"==typeof document||[void 0,"visible","prerender"].includes(document.visibilityState)}},qh=["online","offline"];const Uh=new class extends mh{constructor(){super(),this.setup=e=>{if(!gh&&window.addEventListener){const t=()=>e();return qh.forEach(e=>{window.addEventListener(e,t,!1)}),()=>{qh.forEach(e=>{window.removeEventListener(e,t)})}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){var e;this.hasListeners()||(null==(e=this.cleanup)||e.call(this),this.cleanup=void 0)}setEventListener(e){var t;this.setup=e,null==(t=this.cleanup)||t.call(this),this.cleanup=e(e=>{"boolean"==typeof e?this.setOnline(e):this.onOnline()})}setOnline(e){this.online!==e&&(this.online=e,this.onOnline())}onOnline(){this.listeners.forEach(({listener:e})=>{e()})}isOnline(){return"boolean"==typeof this.online?this.online:"undefined"==typeof navigator||void 0===navigator.onLine||navigator.onLine}};function Mh(e){return Math.min(1e3*2**e,3e4)}function Bh(e){return"online"!==(null!=e?e:"online")||Uh.isOnline()}class Fh{constructor(e){this.revert=null==e?void 0:e.revert,this.silent=null==e?void 0:e.silent}}function Wh(e){return e instanceof Fh}function Hh(e){let t,n,r,o=!1,a=0,i=!1;const s=new Promise((e,t)=>{n=e,r=t}),c=()=>!zh.isFocused()||"always"!==e.networkMode&&!Uh.isOnline(),u=r=>{i||(i=!0,null==e.onSuccess||e.onSuccess(r),null==t||t(),n(r))},l=n=>{i||(i=!0,null==e.onError||e.onError(n),null==t||t(),r(n))},d=()=>new Promise(n=>{t=e=>{const t=i||!c();return t&&n(e),t},null==e.onPause||e.onPause()}).then(()=>{t=void 0,i||null==e.onContinue||e.onContinue()}),p=()=>{if(i)return;let t;try{t=e.fn()}catch(e){t=Promise.reject(e)}Promise.resolve(t).then(u).catch(t=>{var n,r;if(i)return;const s=null!=(n=e.retry)?n:3,u=null!=(r=e.retryDelay)?r:Mh,h="function"==typeof u?u(a,t):u,f=!0===s||"number"==typeof s&&a<s||"function"==typeof s&&s(a,t);!o&&f?(a++,null==e.onFail||e.onFail(a,t),jh(h).then(()=>{if(c())return d()}).then(()=>{o?l(t):p()})):l(t)})};return Bh(e.networkMode)?p():d().then(p),{promise:s,cancel:t=>{i||(l(new Fh(t)),null==e.abort||e.abort())},continue:()=>(null==t?void 0:t())?s:Promise.resolve(),cancelRetry:()=>{o=!0},continueRetry:()=>{o=!1}}}const Gh=console;const Vh=function(){let e=[],t=0,n=e=>{e()},r=e=>{e()};const o=r=>{t?e.push(r):Lh(()=>{n(r)})},a=()=>{const t=e;e=[],t.length&&Lh(()=>{r(()=>{t.forEach(e=>{n(e)})})})};return{batch:e=>{let n;t++;try{n=e()}finally{t--,t||a()}return n},batchCalls:e=>(...t)=>{o(()=>{e(...t)})},schedule:o,setNotifyFunction:e=>{n=e},setBatchNotifyFunction:e=>{r=e}}}();class Kh{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),vh(this.cacheTime)&&(this.gcTimeout=setTimeout(()=>{this.optionalRemove()},this.cacheTime))}updateCacheTime(e){this.cacheTime=Math.max(this.cacheTime||0,null!=e?e:gh?1/0:3e5)}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class $h extends Kh{constructor(e){super(),this.abortSignalConsumed=!1,this.defaultOptions=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.cache=e.cache,this.logger=e.logger||Gh,this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.initialState=e.state||function(e){const t="function"==typeof e.initialData?e.initialData():e.initialData,n=void 0!==t,r=n?"function"==typeof e.initialDataUpdatedAt?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?null!=r?r:Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"loading",fetchStatus:"idle"}}(this.options),this.state=this.initialState,this.scheduleGc()}get meta(){return this.options.meta}setOptions(e){this.options={...this.defaultOptions,...e},this.updateCacheTime(this.options.cacheTime)}optionalRemove(){this.observers.length||"idle"!==this.state.fetchStatus||this.cache.remove(this)}setData(e,t){const n=Nh(this.state.data,e,this.options);return this.dispatch({data:n,type:"success",dataUpdatedAt:null==t?void 0:t.updatedAt,manual:null==t?void 0:t.manual}),n}setState(e,t){this.dispatch({type:"setState",state:e,setStateOptions:t})}cancel(e){var t;const n=this.promise;return null==(t=this.retryer)||t.cancel(e),n?n.then(yh).catch(yh):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(this.initialState)}isActive(){return this.observers.some(e=>!1!==e.options.enabled)}isDisabled(){return this.getObserversCount()>0&&!this.isActive()}isStale(){return this.state.isInvalidated||!this.state.dataUpdatedAt||this.observers.some(e=>e.getCurrentResult().isStale)}isStaleByTime(e=0){return this.state.isInvalidated||!this.state.dataUpdatedAt||!bh(this.state.dataUpdatedAt,e)}onFocus(){var e;const t=this.observers.find(e=>e.shouldFetchOnWindowFocus());t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}onOnline(){var e;const t=this.observers.find(e=>e.shouldFetchOnReconnect());t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter(t=>t!==e),this.observers.length||(this.retryer&&(this.abortSignalConsumed?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.scheduleGc()),this.cache.notify({type:"observerRemoved",query:this,observer:e}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.dispatch({type:"invalidate"})}fetch(e,t){var n,r;if("idle"!==this.state.fetchStatus)if(this.state.dataUpdatedAt&&null!=t&&t.cancelRefetch)this.cancel({silent:!0});else if(this.promise){var o;return null==(o=this.retryer)||o.continueRetry(),this.promise}if(e&&this.setOptions(e),!this.options.queryFn){const e=this.observers.find(e=>e.options.queryFn);e&&this.setOptions(e.options)}"production"!==process.env.NODE_ENV&&(Array.isArray(this.options.queryKey)||this.logger.error("As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"));const a=function(){if("function"==typeof AbortController)return new AbortController}(),i={queryKey:this.queryKey,pageParam:void 0,meta:this.meta},s=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>{if(a)return this.abortSignalConsumed=!0,a.signal}})};s(i);const c={fetchOptions:t,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:()=>this.options.queryFn?(this.abortSignalConsumed=!1,this.options.queryFn(i)):Promise.reject("Missing queryFn for queryKey '"+this.options.queryHash+"'")};var u;(s(c),null==(n=this.options.behavior)||n.onFetch(c),this.revertState=this.state,"idle"===this.state.fetchStatus||this.state.fetchMeta!==(null==(r=c.fetchOptions)?void 0:r.meta))&&this.dispatch({type:"fetch",meta:null==(u=c.fetchOptions)?void 0:u.meta});const l=e=>{var t,n,r,o;(Wh(e)&&e.silent||this.dispatch({type:"error",error:e}),Wh(e))||(null==(t=(n=this.cache.config).onError)||t.call(n,e,this),null==(r=(o=this.cache.config).onSettled)||r.call(o,this.state.data,e,this),"production"!==process.env.NODE_ENV&&this.logger.error(e));this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1};return this.retryer=Hh({fn:c.fetchFn,abort:null==a?void 0:a.abort.bind(a),onSuccess:e=>{var t,n,r,o;if(void 0===e)return"production"!==process.env.NODE_ENV&&this.logger.error("Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: "+this.queryHash),void l(new Error(this.queryHash+" data is undefined"));this.setData(e),null==(t=(n=this.cache.config).onSuccess)||t.call(n,e,this),null==(r=(o=this.cache.config).onSettled)||r.call(o,e,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},onError:l,onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:c.options.retry,retryDelay:c.options.retryDelay,networkMode:c.options.networkMode}),this.promise=this.retryer.promise,this.promise}dispatch(e){this.state=(t=>{var n,r;switch(e.type){case"failed":return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case"pause":return{...t,fetchStatus:"paused"};case"continue":return{...t,fetchStatus:"fetching"};case"fetch":return{...t,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null!=(n=e.meta)?n:null,fetchStatus:Bh(this.options.networkMode)?"fetching":"paused",...!t.dataUpdatedAt&&{error:null,status:"loading"}};case"success":return{...t,data:e.data,dataUpdateCount:t.dataUpdateCount+1,dataUpdatedAt:null!=(r=e.dataUpdatedAt)?r:Date.now(),error:null,isInvalidated:!1,status:"success",...!e.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const o=e.error;return Wh(o)&&o.revert&&this.revertState?{...this.revertState,fetchStatus:"idle"}:{...t,error:o,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,fetchFailureReason:o,fetchStatus:"idle",status:"error"};case"invalidate":return{...t,isInvalidated:!0};case"setState":return{...t,...e.state}}})(this.state),Vh.batch(()=>{this.observers.forEach(t=>{t.onQueryUpdate(e)}),this.cache.notify({query:this,type:"updated",action:e})})}}class Qh extends mh{constructor(e){super(),this.config=e||{},this.queries=[],this.queriesMap={}}build(e,t,n){var r;const o=t.queryKey,a=null!=(r=t.queryHash)?r:xh(o,t);let i=this.get(a);return i||(i=new $h({cache:this,logger:e.getLogger(),queryKey:o,queryHash:a,options:e.defaultQueryOptions(t),state:n,defaultOptions:e.getQueryDefaults(o)}),this.add(i)),i}add(e){this.queriesMap[e.queryHash]||(this.queriesMap[e.queryHash]=e,this.queries.push(e),this.notify({type:"added",query:e}))}remove(e){const t=this.queriesMap[e.queryHash];t&&(e.destroy(),this.queries=this.queries.filter(t=>t!==e),t===e&&delete this.queriesMap[e.queryHash],this.notify({type:"removed",query:e}))}clear(){Vh.batch(()=>{this.queries.forEach(e=>{this.remove(e)})})}get(e){return this.queriesMap[e]}getAll(){return this.queries}find(e,t){const[n]=wh(e,t);return void 0===n.exact&&(n.exact=!0),this.queries.find(e=>_h(n,e))}findAll(e,t){const[n]=wh(e,t);return Object.keys(n).length>0?this.queries.filter(e=>_h(n,e)):this.queries}notify(e){Vh.batch(()=>{this.listeners.forEach(({listener:t})=>{t(e)})})}onFocus(){Vh.batch(()=>{this.queries.forEach(e=>{e.onFocus()})})}onOnline(){Vh.batch(()=>{this.queries.forEach(e=>{e.onOnline()})})}}class Yh extends Kh{constructor(e){super(),this.defaultOptions=e.defaultOptions,this.mutationId=e.mutationId,this.mutationCache=e.mutationCache,this.logger=e.logger||Gh,this.observers=[],this.state=e.state||Jh(),this.setOptions(e.options),this.scheduleGc()}setOptions(e){this.options={...this.defaultOptions,...e},this.updateCacheTime(this.options.cacheTime)}get meta(){return this.options.meta}setState(e){this.dispatch({type:"setState",state:e})}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.mutationCache.notify({type:"observerAdded",mutation:this,observer:e}))}removeObserver(e){this.observers=this.observers.filter(t=>t!==e),this.scheduleGc(),this.mutationCache.notify({type:"observerRemoved",mutation:this,observer:e})}optionalRemove(){this.observers.length||("loading"===this.state.status?this.scheduleGc():this.mutationCache.remove(this))}continue(){var e,t;return null!=(e=null==(t=this.retryer)?void 0:t.continue())?e:this.execute()}async execute(){const e=()=>{var e;return this.retryer=Hh({fn:()=>this.options.mutationFn?this.options.mutationFn(this.state.variables):Promise.reject("No mutationFn found"),onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:null!=(e=this.options.retry)?e:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode}),this.retryer.promise},t="loading"===this.state.status;try{var n,r,o,a,i,s,c,u;if(!t){var l,d,p,h;this.dispatch({type:"loading",variables:this.options.variables}),await(null==(l=(d=this.mutationCache.config).onMutate)?void 0:l.call(d,this.state.variables,this));const e=await(null==(p=(h=this.options).onMutate)?void 0:p.call(h,this.state.variables));e!==this.state.context&&this.dispatch({type:"loading",context:e,variables:this.state.variables})}const f=await e();return await(null==(n=(r=this.mutationCache.config).onSuccess)?void 0:n.call(r,f,this.state.variables,this.state.context,this)),await(null==(o=(a=this.options).onSuccess)?void 0:o.call(a,f,this.state.variables,this.state.context)),await(null==(i=(s=this.mutationCache.config).onSettled)?void 0:i.call(s,f,null,this.state.variables,this.state.context,this)),await(null==(c=(u=this.options).onSettled)?void 0:c.call(u,f,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:f}),f}catch(e){try{var f,m,g,y,v,b,k,w;throw await(null==(f=(m=this.mutationCache.config).onError)?void 0:f.call(m,e,this.state.variables,this.state.context,this)),"production"!==process.env.NODE_ENV&&this.logger.error(e),await(null==(g=(y=this.options).onError)?void 0:g.call(y,e,this.state.variables,this.state.context)),await(null==(v=(b=this.mutationCache.config).onSettled)?void 0:v.call(b,void 0,e,this.state.variables,this.state.context,this)),await(null==(k=(w=this.options).onSettled)?void 0:k.call(w,void 0,e,this.state.variables,this.state.context)),e}finally{this.dispatch({type:"error",error:e})}}}dispatch(e){this.state=(t=>{switch(e.type){case"failed":return{...t,failureCount:e.failureCount,failureReason:e.error};case"pause":return{...t,isPaused:!0};case"continue":return{...t,isPaused:!1};case"loading":return{...t,context:e.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:!Bh(this.options.networkMode),status:"loading",variables:e.variables};case"success":return{...t,data:e.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...t,data:void 0,error:e.error,failureCount:t.failureCount+1,failureReason:e.error,isPaused:!1,status:"error"};case"setState":return{...t,...e.state}}})(this.state),Vh.batch(()=>{this.observers.forEach(t=>{t.onMutationUpdate(e)}),this.mutationCache.notify({mutation:this,type:"updated",action:e})})}}function Jh(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}class Xh extends mh{constructor(e){super(),this.config=e||{},this.mutations=[],this.mutationId=0}build(e,t,n){const r=new Yh({mutationCache:this,logger:e.getLogger(),mutationId:++this.mutationId,options:e.defaultMutationOptions(t),state:n,defaultOptions:t.mutationKey?e.getMutationDefaults(t.mutationKey):void 0});return this.add(r),r}add(e){this.mutations.push(e),this.notify({type:"added",mutation:e})}remove(e){this.mutations=this.mutations.filter(t=>t!==e),this.notify({type:"removed",mutation:e})}clear(){Vh.batch(()=>{this.mutations.forEach(e=>{this.remove(e)})})}getAll(){return this.mutations}find(e){return void 0===e.exact&&(e.exact=!0),this.mutations.find(t=>Eh(e,t))}findAll(e){return this.mutations.filter(t=>Eh(e,t))}notify(e){Vh.batch(()=>{this.listeners.forEach(({listener:t})=>{t(e)})})}resumePausedMutations(){var e;return this.resuming=(null!=(e=this.resuming)?e:Promise.resolve()).then(()=>{const e=this.mutations.filter(e=>e.state.isPaused);return Vh.batch(()=>e.reduce((e,t)=>e.then(()=>t.continue().catch(yh)),Promise.resolve()))}).then(()=>{this.resuming=void 0}),this.resuming}}function Zh(){return{onFetch:e=>{e.fetchFn=()=>{var t,n,r,o,a,i;const s=null==(t=e.fetchOptions)||null==(n=t.meta)?void 0:n.refetchPage,c=null==(r=e.fetchOptions)||null==(o=r.meta)?void 0:o.fetchMore,u=null==c?void 0:c.pageParam,l="forward"===(null==c?void 0:c.direction),d="backward"===(null==c?void 0:c.direction),p=(null==(a=e.state.data)?void 0:a.pages)||[],h=(null==(i=e.state.data)?void 0:i.pageParams)||[];let f=h,m=!1;const g=e.options.queryFn||(()=>Promise.reject("Missing queryFn for queryKey '"+e.options.queryHash+"'")),y=(e,t,n,r)=>(f=r?[t,...f]:[...f,t],r?[n,...e]:[...e,n]),v=(t,n,r,o)=>{if(m)return Promise.reject("Cancelled");if(void 0===r&&!n&&t.length)return Promise.resolve(t);const a={queryKey:e.queryKey,pageParam:r,meta:e.options.meta};var i;i=a,Object.defineProperty(i,"signal",{enumerable:!0,get:()=>{var t,n;return null!=(t=e.signal)&&t.aborted?m=!0:null==(n=e.signal)||n.addEventListener("abort",()=>{m=!0}),e.signal}});const s=g(a);return Promise.resolve(s).then(e=>y(t,r,e,o))};let b;if(p.length)if(l){const t=void 0!==u,n=t?u:ef(e.options,p);b=v(p,t,n)}else if(d){const t=void 0!==u,n=t?u:(k=e.options,w=p,null==k.getPreviousPageParam?void 0:k.getPreviousPageParam(w[0],w));b=v(p,t,n,!0)}else{f=[];const t=void 0===e.options.getNextPageParam;b=!s||!p[0]||s(p[0],0,p)?v([],t,h[0]):Promise.resolve(y([],h[0],p[0]));for(let n=1;n<p.length;n++)b=b.then(r=>{if(!s||!p[n]||s(p[n],n,p)){const o=t?h[n]:ef(e.options,r);return v(r,t,o)}return Promise.resolve(y(r,h[n],p[n]))})}else b=v([]);var k,w;const _=b.then(e=>({pages:e,pageParams:f}));return _}}}}function ef(e,t){return null==e.getNextPageParam?void 0:e.getNextPageParam(t[t.length-1],t)}class tf extends mh{constructor(e,t){super(),this.client=e,this.options=t,this.trackedProps=new Set,this.selectError=null,this.bindMethods(),this.setOptions(t)}bindMethods(){this.remove=this.remove.bind(this),this.refetch=this.refetch.bind(this)}onSubscribe(){1===this.listeners.size&&(this.currentQuery.addObserver(this),nf(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return rf(this.currentQuery,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return rf(this.currentQuery,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.clearStaleTimeout(),this.clearRefetchInterval(),this.currentQuery.removeObserver(this)}setOptions(e,t){const n=this.options,r=this.currentQuery;if(this.options=this.client.defaultQueryOptions(e),"production"!==process.env.NODE_ENV&&void 0!==(null==e?void 0:e.isDataEqual)&&this.client.getLogger().error("The isDataEqual option has been deprecated and will be removed in the next major version. You can achieve the same functionality by passing a function as the structuralSharing option"),Th(n,this.options)||this.client.getQueryCache().notify({type:"observerOptionsUpdated",query:this.currentQuery,observer:this}),void 0!==this.options.enabled&&"boolean"!=typeof this.options.enabled)throw new Error("Expected enabled to be a boolean");this.options.queryKey||(this.options.queryKey=n.queryKey),this.updateQuery();const o=this.hasListeners();o&&of(this.currentQuery,r,this.options,n)&&this.executeFetch(),this.updateResult(t),!o||this.currentQuery===r&&this.options.enabled===n.enabled&&this.options.staleTime===n.staleTime||this.updateStaleTimeout();const a=this.computeRefetchInterval();!o||this.currentQuery===r&&this.options.enabled===n.enabled&&a===this.currentRefetchInterval||this.updateRefetchInterval(a)}getOptimisticResult(e){const t=this.client.getQueryCache().build(this.client,e),n=this.createResult(t,e);return function(e,t,n){if(n.keepPreviousData)return!1;if(void 0!==n.placeholderData)return t.isPlaceholderData;if(!Th(e.getCurrentResult(),t))return!0;return!1}(this,n,e)&&(this.currentResult=n,this.currentResultOptions=this.options,this.currentResultState=this.currentQuery.state),n}getCurrentResult(){return this.currentResult}trackResult(e){const t={};return Object.keys(e).forEach(n=>{Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:()=>(this.trackedProps.add(n),e[n])})}),t}getCurrentQuery(){return this.currentQuery}remove(){this.client.getQueryCache().remove(this.currentQuery)}refetch({refetchPage:e,...t}={}){return this.fetch({...t,meta:{refetchPage:e}})}fetchOptimistic(e){const t=this.client.defaultQueryOptions(e),n=this.client.getQueryCache().build(this.client,t);return n.isFetchingOptimistic=!0,n.fetch().then(()=>this.createResult(n,t))}fetch(e){var t;return this.executeFetch({...e,cancelRefetch:null==(t=e.cancelRefetch)||t}).then(()=>(this.updateResult(),this.currentResult))}executeFetch(e){this.updateQuery();let t=this.currentQuery.fetch(this.options,e);return null!=e&&e.throwOnError||(t=t.catch(yh)),t}updateStaleTimeout(){if(this.clearStaleTimeout(),gh||this.currentResult.isStale||!vh(this.options.staleTime))return;const e=bh(this.currentResult.dataUpdatedAt,this.options.staleTime)+1;this.staleTimeoutId=setTimeout(()=>{this.currentResult.isStale||this.updateResult()},e)}computeRefetchInterval(){var e;return"function"==typeof this.options.refetchInterval?this.options.refetchInterval(this.currentResult.data,this.currentQuery):null!=(e=this.options.refetchInterval)&&e}updateRefetchInterval(e){this.clearRefetchInterval(),this.currentRefetchInterval=e,!gh&&!1!==this.options.enabled&&vh(this.currentRefetchInterval)&&0!==this.currentRefetchInterval&&(this.refetchIntervalId=setInterval(()=>{(this.options.refetchIntervalInBackground||zh.isFocused())&&this.executeFetch()},this.currentRefetchInterval))}updateTimers(){this.updateStaleTimeout(),this.updateRefetchInterval(this.computeRefetchInterval())}clearStaleTimeout(){this.staleTimeoutId&&(clearTimeout(this.staleTimeoutId),this.staleTimeoutId=void 0)}clearRefetchInterval(){this.refetchIntervalId&&(clearInterval(this.refetchIntervalId),this.refetchIntervalId=void 0)}createResult(e,t){const n=this.currentQuery,r=this.options,o=this.currentResult,a=this.currentResultState,i=this.currentResultOptions,s=e!==n,c=s?e.state:this.currentQueryInitialState,u=s?this.currentResult:this.previousQueryResult,{state:l}=e;let d,{dataUpdatedAt:p,error:h,errorUpdatedAt:f,fetchStatus:m,status:g}=l,y=!1,v=!1;if(t._optimisticResults){const o=this.hasListeners(),a=!o&&nf(e,t),i=o&&of(e,n,t,r);(a||i)&&(m=Bh(e.options.networkMode)?"fetching":"paused",p||(g="loading")),"isRestoring"===t._optimisticResults&&(m="idle")}if(t.keepPreviousData&&!l.dataUpdatedAt&&null!=u&&u.isSuccess&&"error"!==g)d=u.data,p=u.dataUpdatedAt,g=u.status,y=!0;else if(t.select&&void 0!==l.data)if(o&&l.data===(null==a?void 0:a.data)&&t.select===this.selectFn)d=this.selectResult;else try{this.selectFn=t.select,d=t.select(l.data),d=Nh(null==o?void 0:o.data,d,t),this.selectResult=d,this.selectError=null}catch(e){"production"!==process.env.NODE_ENV&&this.client.getLogger().error(e),this.selectError=e}else d=l.data;if(void 0!==t.placeholderData&&void 0===d&&"loading"===g){let e;if(null!=o&&o.isPlaceholderData&&t.placeholderData===(null==i?void 0:i.placeholderData))e=o.data;else if(e="function"==typeof t.placeholderData?t.placeholderData():t.placeholderData,t.select&&void 0!==e)try{e=t.select(e),this.selectError=null}catch(e){"production"!==process.env.NODE_ENV&&this.client.getLogger().error(e),this.selectError=e}void 0!==e&&(g="success",d=Nh(null==o?void 0:o.data,e,t),v=!0)}this.selectError&&(h=this.selectError,d=this.selectResult,f=Date.now(),g="error");const b="fetching"===m,k="loading"===g,w="error"===g;return{status:g,fetchStatus:m,isLoading:k,isSuccess:"success"===g,isError:w,isInitialLoading:k&&b,data:d,dataUpdatedAt:p,error:h,errorUpdatedAt:f,failureCount:l.fetchFailureCount,failureReason:l.fetchFailureReason,errorUpdateCount:l.errorUpdateCount,isFetched:l.dataUpdateCount>0||l.errorUpdateCount>0,isFetchedAfterMount:l.dataUpdateCount>c.dataUpdateCount||l.errorUpdateCount>c.errorUpdateCount,isFetching:b,isRefetching:b&&!k,isLoadingError:w&&0===l.dataUpdatedAt,isPaused:"paused"===m,isPlaceholderData:v,isPreviousData:y,isRefetchError:w&&0!==l.dataUpdatedAt,isStale:af(e,t),refetch:this.refetch,remove:this.remove}}updateResult(e){const t=this.currentResult,n=this.createResult(this.currentQuery,this.options);if(this.currentResultState=this.currentQuery.state,this.currentResultOptions=this.options,Th(n,t))return;this.currentResult=n;const r={cache:!0};!1!==(null==e?void 0:e.listeners)&&(()=>{if(!t)return!0;const{notifyOnChangeProps:e}=this.options,n="function"==typeof e?e():e;if("all"===n||!n&&!this.trackedProps.size)return!0;const r=new Set(null!=n?n:this.trackedProps);return this.options.useErrorBoundary&&r.add("error"),Object.keys(this.currentResult).some(e=>{const n=e;return this.currentResult[n]!==t[n]&&r.has(n)})})()&&(r.listeners=!0),this.notify({...r,...e})}updateQuery(){const e=this.client.getQueryCache().build(this.client,this.options);if(e===this.currentQuery)return;const t=this.currentQuery;this.currentQuery=e,this.currentQueryInitialState=e.state,this.previousQueryResult=this.currentResult,this.hasListeners()&&(null==t||t.removeObserver(this),e.addObserver(this))}onQueryUpdate(e){const t={};"success"===e.type?t.onSuccess=!e.manual:"error"!==e.type||Wh(e.error)||(t.onError=!0),this.updateResult(t),this.hasListeners()&&this.updateTimers()}notify(e){Vh.batch(()=>{var t,n,r,o;if(e.onSuccess)null==(t=(n=this.options).onSuccess)||t.call(n,this.currentResult.data),null==(r=(o=this.options).onSettled)||r.call(o,this.currentResult.data,null);else if(e.onError){var a,i,s,c;null==(a=(i=this.options).onError)||a.call(i,this.currentResult.error),null==(s=(c=this.options).onSettled)||s.call(c,void 0,this.currentResult.error)}e.listeners&&this.listeners.forEach(({listener:e})=>{e(this.currentResult)}),e.cache&&this.client.getQueryCache().notify({query:this.currentQuery,type:"observerResultsUpdated"})})}}function nf(e,t){return function(e,t){return!(!1===t.enabled||e.state.dataUpdatedAt||"error"===e.state.status&&!1===t.retryOnMount)}(e,t)||e.state.dataUpdatedAt>0&&rf(e,t,t.refetchOnMount)}function rf(e,t,n){if(!1!==t.enabled){const r="function"==typeof n?n(e):n;return"always"===r||!1!==r&&af(e,t)}return!1}function of(e,t,n,r){return!1!==n.enabled&&(e!==t||!1===r.enabled)&&(!n.suspense||"error"!==e.state.status)&&af(e,n)}function af(e,t){return e.isStaleByTime(t.staleTime)}class sf extends mh{constructor(e,t){super(),this.client=e,this.setOptions(t),this.bindMethods(),this.updateResult()}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(e){var t;const n=this.options;this.options=this.client.defaultMutationOptions(e),Th(n,this.options)||this.client.getMutationCache().notify({type:"observerOptionsUpdated",mutation:this.currentMutation,observer:this}),null==(t=this.currentMutation)||t.setOptions(this.options)}onUnsubscribe(){var e;this.hasListeners()||(null==(e=this.currentMutation)||e.removeObserver(this))}onMutationUpdate(e){this.updateResult();const t={listeners:!0};"success"===e.type?t.onSuccess=!0:"error"===e.type&&(t.onError=!0),this.notify(t)}getCurrentResult(){return this.currentResult}reset(){this.currentMutation=void 0,this.updateResult(),this.notify({listeners:!0})}mutate(e,t){return this.mutateOptions=t,this.currentMutation&&this.currentMutation.removeObserver(this),this.currentMutation=this.client.getMutationCache().build(this.client,{...this.options,variables:void 0!==e?e:this.options.variables}),this.currentMutation.addObserver(this),this.currentMutation.execute()}updateResult(){const e=this.currentMutation?this.currentMutation.state:{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0},t="loading"===e.status,n={...e,isLoading:t,isPending:t,isSuccess:"success"===e.status,isError:"error"===e.status,isIdle:"idle"===e.status,mutate:this.mutate,reset:this.reset};this.currentResult=n}notify(e){Vh.batch(()=>{var t,n,r,o;if(this.mutateOptions&&this.hasListeners())if(e.onSuccess)null==(t=(n=this.mutateOptions).onSuccess)||t.call(n,this.currentResult.data,this.currentResult.variables,this.currentResult.context),null==(r=(o=this.mutateOptions).onSettled)||r.call(o,this.currentResult.data,null,this.currentResult.variables,this.currentResult.context);else if(e.onError){var a,i,s,c;null==(a=(i=this.mutateOptions).onError)||a.call(i,this.currentResult.error,this.currentResult.variables,this.currentResult.context),null==(s=(c=this.mutateOptions).onSettled)||s.call(c,void 0,this.currentResult.error,this.currentResult.variables,this.currentResult.context)}e.listeners&&this.listeners.forEach(({listener:e})=>{e(this.currentResult)})})}}var cf,uf={exports:{}},lf={};var df,pf={};
|
|
208
42
|
/**
|
|
209
43
|
* @license React
|
|
210
44
|
* use-sync-external-store-shim.development.js
|
|
@@ -213,7 +47,7 @@ function Vo(e){const t=Go.parse(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[
|
|
|
213
47
|
*
|
|
214
48
|
* This source code is licensed under the MIT license found in the
|
|
215
49
|
* LICENSE file in the root directory of this source tree.
|
|
216
|
-
*/"production"===process.env.NODE_ENV?ih.exports=function(){if(rh)return sh;rh=1;var e=s,t="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},n=e.useState,o=e.useEffect,a=e.useLayoutEffect,r=e.useDebugValue;function i(e){var n=e.getSnapshot;e=e.value;try{var o=n();return!t(e,o)}catch(e){return!0}}var u="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var s=t(),u=n({inst:{value:s,getSnapshot:t}}),c=u[0].inst,l=u[1];return a((function(){c.value=s,c.getSnapshot=t,i(c)&&l({inst:c})}),[e,s,t]),o((function(){return i(c)&&l({inst:c}),e((function(){i(c)&&l({inst:c})}))}),[e]),r(s),s};return sh.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:u,sh}():ih.exports=(uh||(uh=1,"production"!==process.env.NODE_ENV&&function(){function e(e){var t=e.getSnapshot;e=e.value;try{var o=t();return!n(e,o)}catch(e){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=s,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},o=t.useState,a=t.useEffect,r=t.useLayoutEffect,i=t.useDebugValue,u=!1,c=!1,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(s,l){u||void 0===t.startTransition||(u=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var d=l();if(!c){var p=l();n(d,p)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),c=!0)}var h=(p=o({inst:{value:d,getSnapshot:l}}))[0].inst,m=p[1];return r((function(){h.value=d,h.getSnapshot=l,e(h)&&m({inst:h})}),[s,d,l]),a((function(){return e(h)&&m({inst:h}),s((function(){e(h)&&m({inst:h})}))}),[s]),i(d),d};ch.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:l,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),ch);var lh=ih.exports;const dh=lh.useSyncExternalStore,ph=i.createContext(void 0),hh=i.createContext(!1);function mh(e,t){return e||(t&&"undefined"!=typeof window?(window.ReactQueryClientContext||(window.ReactQueryClientContext=ph),window.ReactQueryClientContext):ph)}const fh=({context:e}={})=>{const t=i.useContext(mh(e,i.useContext(hh)));if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},gh=({client:e,children:t,context:n,contextSharing:o=!1})=>{i.useEffect((()=>(e.mount(),()=>{e.unmount()})),[e]),"production"!==process.env.NODE_ENV&&o&&e.getLogger().error("The contextSharing option has been deprecated and will be removed in the next major version");const a=mh(n,o);return i.createElement(hh.Provider,{value:!n&&o},i.createElement(a.Provider,{value:e},t))},yh=i.createContext(!1);yh.Provider;const bh=i.createContext(function(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}());function vh(e,t){return"function"==typeof e?e(...t):!!e}function kh(e,t){const n=fh({context:e.context}),o=i.useContext(yh),a=i.useContext(bh),r=n.defaultQueryOptions(e);r._optimisticResults=o?"isRestoring":"optimistic",r.onError&&(r.onError=Hp.batchCalls(r.onError)),r.onSuccess&&(r.onSuccess=Hp.batchCalls(r.onSuccess)),r.onSettled&&(r.onSettled=Hp.batchCalls(r.onSettled)),(e=>{e.suspense&&"number"!=typeof e.staleTime&&(e.staleTime=1e3)})(r),((e,t)=>{(e.suspense||e.useErrorBoundary)&&(t.isReset()||(e.retryOnMount=!1))})(r,a),(e=>{i.useEffect((()=>{e.clearReset()}),[e])})(a);const[s]=i.useState((()=>new t(n,r))),u=s.getOptimisticResult(r);if(dh(i.useCallback((e=>{const t=o?()=>{}:s.subscribe(Hp.batchCalls(e));return s.updateResult(),t}),[s,o]),(()=>s.getCurrentResult()),(()=>s.getCurrentResult())),i.useEffect((()=>{s.setOptions(r,{listeners:!1})}),[r,s]),((e,t,n)=>(null==e?void 0:e.suspense)&&((e,t)=>e.isLoading&&e.isFetching&&!t)(t,n))(r,u,o))throw((e,t,n)=>t.fetchOptimistic(e).then((({data:t})=>{null==e.onSuccess||e.onSuccess(t),null==e.onSettled||e.onSettled(t,null)})).catch((t=>{n.clearReset(),null==e.onError||e.onError(t),null==e.onSettled||e.onSettled(void 0,t)})))(r,s,a);if((({result:e,errorResetBoundary:t,useErrorBoundary:n,query:o})=>e.isError&&!t.isReset()&&!e.isFetching&&vh(n,[e.error,o]))({result:u,errorResetBoundary:a,useErrorBoundary:r.useErrorBoundary,query:s.getCurrentQuery()}))throw u.error;return r.notifyOnChangeProps?u:s.trackResult(u)}function wh(e,t,n){return kh(bp(e,t,n),Zp)}function jh(e,t,n){const o=function(e,t,n){return Op(e)?"function"==typeof t?{...n,mutationKey:e,mutationFn:t}:{...t,mutationKey:e}:"function"==typeof e?{...t,mutationFn:e}:{...e}}(e,t,n),a=fh({context:o.context}),[r]=i.useState((()=>new ah(a,o)));i.useEffect((()=>{r.setOptions(o)}),[r,o]);const s=dh(i.useCallback((e=>r.subscribe(Hp.batchCalls(e))),[r]),(()=>r.getCurrentResult()),(()=>r.getCurrentResult())),u=i.useCallback(((e,t)=>{r.mutate(e,t).catch(_h)}),[r]);if(s.error&&vh(r.options.useErrorBoundary,[s.error]))throw s.error;return{...s,mutate:u,mutateAsync:s.mutate}}function _h(){}var Eh;function Ch(e){return jh((function(e){var t=e.payload;return pp.getInstance().postWebhookV2MultiAccount({payload:t})}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Sh(e){return jh((function(e){var t=e.code,n=e.accountCode;return pp.getInstance().deleteWebhookV2(t,n)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Rh(e){return jh((function(e){var t=e.code,n=e.payload,o=e.accountCode;return pp.getInstance().updateWebhookV2(t,n,o)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Th(){return jh((function(e){var t=e.name,n=e.principal;return pp.getInstance().postAccount(t,n)}))}function Ih(){return jh((function(n){var o=e([Eh.ACCOUNT],n.duplicate_order,!0);return pp.getInstance().duplicateAccount(t(t({},n),{duplicate_order:o}))}))}function xh(){return jh((function(e){return pp.getInstance().retryDuplicateAccount(e)}))}function Oh(){return jh((function(e){var t=e.name,n=e.code,o=e.principal;return pp.getInstance().patchAccountV2({name:t,code:n,principal:o})}))}function Ah(){return jh((function(e){var t=e.account_code;return pp.getInstance().putAccountPrincipal({account_code:t})}))}function zh(){return jh((function(e){var t=e.organizationCode,n=e.userCode,o=e.payload;return pp.getInstance().putAccountsUserMassive(t,n,o)}))}function Ph(){return jh((function(e){var t=e.organizationCode,n=e.userCode,o=e.payload;return pp.getInstance().deleteAccountsUserMassive(t,n,o)}))}function Dh(){return jh(["post-validate-status-connection"],(function(e){var t=e.payload,n=e.accountCode;return pp.getInstance().postValidateStatusConnection({payload:t,accountCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Lh(){return jh(["post-change-status-connection"],(function(e){var t=e.payload,n=e.accountCode;return pp.getInstance().postChangeStatusConnection({payload:t,accountCode:n}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Nh(){return jh((function(e){return pp.getInstance().putCosts(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function qh(){return jh(["post-connection"],(function(e){var t=e.payload;return pp.getInstance().postMultiConnection({payload:t}).then((function(e){return null==e?void 0:e.data}))}))}function Mh(){return jh(["new-post-connection-validate"],(function(){return pp.getInstance().postMultiConnectionValidate().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function Uh(){return jh(["patch-connection"],(function(e){var t=e.payload,n=e.connectionCode;return pp.getInstance().patchConnection({payload:t,connectionCode:n}).then((function(e){return null==e?void 0:e.data}))}))}function Bh(){return jh((function(e){var t=e.payload;return pp.getInstance().postDefaultRoutes({payload:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}))}function Fh(){return jh((function(e){return pp.getInstance().postValidateCredentials(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}))}function Wh(){var e=this;return jh((function(t){var a=t.payload;return n(e,void 0,void 0,(function(){return o(this,(function(e){switch(e.label){case 0:return[4,pp.getInstance().postNetworkTokensOnboarding(a)];case 1:return[2,e.sent().data]}}))}))}),{useErrorBoundary:!1})}function Hh(){return jh(["patch-organizations"],(function(){return pp.getInstance().updateOrganizationStatus().then((function(e){return null==e?void 0:e.data}))}))}function Gh(){return jh((function(e){return pp.getInstance().getOrgByName(e).then((function(e){return null==e?void 0:e.data}))}))}function Vh(){var e=this;return jh((function(t){return n(e,void 0,void 0,(function(){return o(this,(function(e){switch(e.label){case 0:return[4,pp.getInstance().changePasswordV2(t).then((function(e){return null==e?void 0:e.data}))];case 1:return[2,e.sent()]}}))}))}))}function Kh(e){return jh((function(e){return pp.getInstance().updateProfile(e)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function $h(){return jh((function(e){return pp.getInstance().inviteUsersMassive(e,e.organizationCode)}))}function Qh(){return jh((function(e){return pp.getInstance().inviteUsersMassiveV2(e)}))}function Jh(){return jh((function(e){var t=e.userCode,n=e.organizationCode;return pp.getInstance().unInviteUsersV2({userCode:t,organizationCode:n})}))}function Yh(){return jh((function(e){return pp.getInstance().createUserAuth0(e)}))}function Xh(){return jh((function(e){return pp.getInstance().postCall(e)}))}function Zh(){return jh((function(e){return pp.getInstance().changeLoginMethods(e)}))}!function(e){e.ACCOUNT="ACCOUNT",e.CHECKOUT_BUILDER="CHECKOUT_BUILDER",e.CONNECTION="CONNECTION",e.ROUTING="ROUTING",e.RISK_CONDITIONS="RISK_CONDITIONS",e.WEBHOOKS="WEBHOOKS"}(Eh||(Eh={}));var em=function(){var e=u("ON"===localStorage.getItem("isTesting")),t=e[0],n=e[1];return c((function(){var e=function(e){"isTesting"===e.key&&n("ON"===e.newValue)};return window.addEventListener("storage",e),function(){window.removeEventListener("storage",e)}}),[]),{isTesting:t}},tm=function(e){var t=localStorage.getItem(e),n=u(t&&JSON.parse(t)),o=n[0],a=n[1];return c((function(){var t=function(t){if(t.key===e){var n=t.newValue;a(n)}};return window.addEventListener("storage",t),function(){window.removeEventListener("storage",t)}}),[e]),o},nm=function(){var e,t;return null===(t=null===(e=tm("account"))||void 0===e?void 0:e.value)||void 0===t?void 0:t.organization_code},om=function(){var e,t=em().isTesting,n=null===(e=tm("account"))||void 0===e?void 0:e.value;return(t?null==n?void 0:n.account_code_testing:null==n?void 0:n.account_code_live)||(null==n?void 0:n.code)};function am(e){var n=om(),o=l(n);return o.current=n,jh((function(e){return pp.getInstance().updateIsActiveCheckout(t(t({},e),{accountCode:o.current}))}),e)}function rm(){return jh((function(e){var t=e.payload,n=e.transactionId,o=e.paymentId,a=e.action;return pp.getInstance().createOperationTransaction(t,n,o,a)}))}function im(){return jh((function(e){var t=e.payload,n=e.paymentId,o=e.transactionId,a=e.handleSetProgress;return pp.getInstance().uploadChargebacks(t,n,o,a)}))}function sm(){return jh((function(e){var t=e.transactionCode,n=e.payload;return pp.getInstance().postProviderRawResponse(t,n)}))}function um(){return jh((function(e){var t=e.paymentId,n=e.payload;return pp.getInstance().addToRiskList(t,n)}))}var cm=new Kp({}),lm=new class{constructor(e={}){this.queryCache=e.queryCache||new Kp,this.mutationCache=e.mutationCache||new Jp,this.logger=e.logger||Wp,this.defaultOptions=e.defaultOptions||{},this.queryDefaults=[],this.mutationDefaults=[],this.mountCount=0,"production"!==process.env.NODE_ENV&&e.logger&&this.logger.error("Passing a custom logger has been deprecated and will be removed in the next major version.")}mount(){this.mountCount++,1===this.mountCount&&(this.unsubscribeFocus=Dp.subscribe((()=>{Dp.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())})),this.unsubscribeOnline=Np.subscribe((()=>{Np.isOnline()&&(this.resumePausedMutations(),this.queryCache.onOnline())})))}unmount(){var e,t;this.mountCount--,0===this.mountCount&&(null==(e=this.unsubscribeFocus)||e.call(this),this.unsubscribeFocus=void 0,null==(t=this.unsubscribeOnline)||t.call(this),this.unsubscribeOnline=void 0)}isFetching(e,t){const[n]=vp(e,t);return n.fetchStatus="fetching",this.queryCache.findAll(n).length}isMutating(e){return this.mutationCache.findAll({...e,fetching:!0}).length}getQueryData(e,t){var n;return null==(n=this.queryCache.find(e,t))?void 0:n.state.data}ensureQueryData(e,t,n){const o=bp(e,t,n),a=this.getQueryData(o.queryKey);return a?Promise.resolve(a):this.fetchQuery(o)}getQueriesData(e){return this.getQueryCache().findAll(e).map((({queryKey:e,state:t})=>[e,t.data]))}setQueryData(e,t,n){const o=this.queryCache.find(e),a=function(e,t){return"function"==typeof e?e(t):e}(t,null==o?void 0:o.state.data);if(void 0===a)return;const r=bp(e),i=this.defaultQueryOptions(r);return this.queryCache.build(this,i).setData(a,{...n,manual:!0})}setQueriesData(e,t,n){return Hp.batch((()=>this.getQueryCache().findAll(e).map((({queryKey:e})=>[e,this.setQueryData(e,t,n)]))))}getQueryState(e,t){var n;return null==(n=this.queryCache.find(e,t))?void 0:n.state}removeQueries(e,t){const[n]=vp(e,t),o=this.queryCache;Hp.batch((()=>{o.findAll(n).forEach((e=>{o.remove(e)}))}))}resetQueries(e,t,n){const[o,a]=vp(e,t,n),r=this.queryCache,i={type:"active",...o};return Hp.batch((()=>(r.findAll(o).forEach((e=>{e.reset()})),this.refetchQueries(i,a))))}cancelQueries(e,t,n){const[o,a={}]=vp(e,t,n);void 0===a.revert&&(a.revert=!0);const r=Hp.batch((()=>this.queryCache.findAll(o).map((e=>e.cancel(a)))));return Promise.all(r).then(fp).catch(fp)}invalidateQueries(e,t,n){const[o,a]=vp(e,t,n);return Hp.batch((()=>{var e,t;if(this.queryCache.findAll(o).forEach((e=>{e.invalidate()})),"none"===o.refetchType)return Promise.resolve();const n={...o,type:null!=(e=null!=(t=o.refetchType)?t:o.type)?e:"active"};return this.refetchQueries(n,a)}))}refetchQueries(e,t,n){const[o,a]=vp(e,t,n),r=Hp.batch((()=>this.queryCache.findAll(o).filter((e=>!e.isDisabled())).map((e=>{var t;return e.fetch(void 0,{...a,cancelRefetch:null==(t=null==a?void 0:a.cancelRefetch)||t,meta:{refetchPage:o.refetchPage}})}))));let i=Promise.all(r).then(fp);return null!=a&&a.throwOnError||(i=i.catch(fp)),i}fetchQuery(e,t,n){const o=bp(e,t,n),a=this.defaultQueryOptions(o);void 0===a.retry&&(a.retry=!1);const r=this.queryCache.build(this,a);return r.isStaleByTime(a.staleTime)?r.fetch(a):Promise.resolve(r.state.data)}prefetchQuery(e,t,n){return this.fetchQuery(e,t,n).then(fp).catch(fp)}fetchInfiniteQuery(e,t,n){const o=bp(e,t,n);return o.behavior=Yp(),this.fetchQuery(o)}prefetchInfiniteQuery(e,t,n){return this.fetchInfiniteQuery(e,t,n).then(fp).catch(fp)}resumePausedMutations(){return this.mutationCache.resumePausedMutations()}getQueryCache(){return this.queryCache}getMutationCache(){return this.mutationCache}getLogger(){return this.logger}getDefaultOptions(){return this.defaultOptions}setDefaultOptions(e){this.defaultOptions=e}setQueryDefaults(e,t){const n=this.queryDefaults.find((t=>_p(e)===_p(t.queryKey)));n?n.defaultOptions=t:this.queryDefaults.push({queryKey:e,defaultOptions:t})}getQueryDefaults(e){if(!e)return;const t=this.queryDefaults.find((t=>Ep(e,t.queryKey)));if("production"!==process.env.NODE_ENV){this.queryDefaults.filter((t=>Ep(e,t.queryKey))).length>1&&this.logger.error("[QueryClient] Several query defaults match with key '"+JSON.stringify(e)+"'. The first matching query defaults are used. Please check how query defaults are registered. Order does matter here. cf. https://react-query.tanstack.com/reference/QueryClient#queryclientsetquerydefaults.")}return null==t?void 0:t.defaultOptions}setMutationDefaults(e,t){const n=this.mutationDefaults.find((t=>_p(e)===_p(t.mutationKey)));n?n.defaultOptions=t:this.mutationDefaults.push({mutationKey:e,defaultOptions:t})}getMutationDefaults(e){if(!e)return;const t=this.mutationDefaults.find((t=>Ep(e,t.mutationKey)));if("production"!==process.env.NODE_ENV){this.mutationDefaults.filter((t=>Ep(e,t.mutationKey))).length>1&&this.logger.error("[QueryClient] Several mutation defaults match with key '"+JSON.stringify(e)+"'. The first matching mutation defaults are used. Please check how mutation defaults are registered. Order does matter here. cf. https://react-query.tanstack.com/reference/QueryClient#queryclientsetmutationdefaults.")}return null==t?void 0:t.defaultOptions}defaultQueryOptions(e){if(null!=e&&e._defaulted)return e;const t={...this.defaultOptions.queries,...this.getQueryDefaults(null==e?void 0:e.queryKey),...e,_defaulted:!0};return!t.queryHash&&t.queryKey&&(t.queryHash=jp(t.queryKey,t)),void 0===t.refetchOnReconnect&&(t.refetchOnReconnect="always"!==t.networkMode),void 0===t.useErrorBoundary&&(t.useErrorBoundary=!!t.suspense),t}defaultMutationOptions(e){return null!=e&&e._defaulted?e:{...this.defaultOptions.mutations,...this.getMutationDefaults(null==e?void 0:e.mutationKey),...e,_defaulted:!0}}clear(){this.queryCache.clear(),this.mutationCache.clear()}}({defaultOptions:{queries:{refetchOnWindowFocus:!1,refetchOnReconnect:!1,retry:!1,staleTime:3e5,useErrorBoundary:!0}},queryCache:cm});function dm(){return jh((function(e){return pp.getInstance().createReconciliationsReportV2(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function pm(){return jh((function(e){return pp.getInstance().createReconciliationsReportV3(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function hm(){return jh((function(e){return pp.getInstance().createReportV2(e).then((function(e){return null==e?void 0:e.data}))}))}function mm(){return jh((function(e){return pp.getInstance().getTotalRowsForExport(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function fm(){return jh((function(e){return pp.getInstance().cancelReport(e).then((function(e){return null==e?void 0:e.data}))}))}function gm(t){var a=this;return jh((function(){return n(a,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().createReportTemplate(t).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onMutate:function(t){return n(a,void 0,void 0,(function(){var n;return o(this,(function(o){switch(o.label){case 0:return[4,lm.cancelQueries({queryKey:["GET/reports/templates"]})];case 1:return o.sent(),n=lm.getQueryData(["GET/reports/templates"]),lm.setQueryData(["GET/reports/templates"],(function(n){return e(e([],n,!0),[t],!1)})),[2,{previousTemplates:n}]}}))}))},onError:function(e,t,n){lm.setQueryData(["GET/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){lm.invalidateQueries({queryKey:["GET/reports/templates"]})}})}function ym(e){return jh((function(){return pp.getInstance().updateReportTemplate(e).then((function(e){return null==e?void 0:e.data}))}))}function bm(){return jh((function(e){return pp.getInstance().deletePaymentsReportTemplate(e).then((function(e){return null==e?void 0:e.data}))}))}function vm(e,t,a){var r=this;return void 0===a&&(a=null),jh((function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().postSmartRoutingCreateWorkflow(e,t).then((function(e){return null==e?void 0:e.data}))];case 1:return[2,n.sent()]}}))}))}),a)}function km(e,t){var a=this,r=e.versionCode,i=e.accountCode,s=e.organizationCode,u=e.routingType,c=void 0===u?cl.DEFAULT_ROUTING_TYPE:u;return void 0===t&&(t=null),jh((function(){return n(a,void 0,void 0,(function(){return o(this,(function(e){switch(e.label){case 0:return[4,pp.getInstance().postSmartRoutingPublishVersion(i,r,s,c).then((function(e){return null==e?void 0:e.data}))];case 1:return[2,e.sent()]}}))}))}),t)}function wm(e,t){var n=e.data,o=e.accountCode,a=e.routingType,r=void 0===a?cl.DEFAULT_ROUTING_TYPE:a;return void 0===t&&(t=null),jh((function(){return pp.getInstance().putSmartRoutingUpdateWorkflow(o,n,r).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),t)}function jm(e,t){var n=e.versionCode,o=e.accountCode;return void 0===t&&(t=null),jh((function(){return pp.getInstance().deleteSmartRoutingVersion(o,n).then((function(e){return null==e?void 0:e.data}))}),t)}function _m(e,t){var n=e.versionCode,o=e.accountCode,a=e.routingType,r=void 0===a?cl.DEFAULT_ROUTING_TYPE:a;return void 0===t&&(t=null),jh((function(){return pp.getInstance().postSmartRoutingDuplicateVersion(o,String(n),r).then((function(e){return null==e?void 0:e.data}))}),t)}function Em(e,t){var n=e.paymentMethod,o=e.active,a=e.accountCode;return void 0===t&&(t=null),jh((function(){return pp.getInstance().putSmartRoutingToggleMethod(a,n,o).then((function(e){return null==e?void 0:e.data}))}),t)}function Cm(e,t){var n=e.declinedId,o=e.accountCode;return void 0===t&&(t=null),jh((function(e){return void 0===e&&(e=null),pp.getInstance().updateSmartRoutingDeclinedGroup(o,n,e).then((function(e){return null==e?void 0:e.data}))}),t)}function Sm(e){var t=e.accountCode;return jh((function(e){return void 0===e&&(e=null),pp.getInstance().createSmartRoutingDeclinedGroup(t,e).then((function(e){return null==e?void 0:e.data}))}),e.options)}function Rm(e,t){var n=e.versionCode,o=e.accountCode;return void 0===t&&(t=null),jh((function(e){return void 0===e&&(e=!1),pp.getInstance().updateSmartRoutingFavorite(o,n,e).then((function(e){return null==e?void 0:e.data}))}),t)}function Tm(e,t){var n=e.code,o=e.name,a=e.accountCode,r=e.routingType,i=void 0===r?cl.DEFAULT_ROUTING_TYPE:r;return void 0===t&&(t=null),jh((function(){return pp.getInstance().putSmartRoutingUpdateWorkflowName(a,{code:n,name:o},i).then((function(e){return null==e?void 0:e.data}))}),t)}function Im(e,t){var n=e.accountCode,o=e.workflowVersionCode;return void 0===t&&(t=null),jh((function(e){return pp.getInstance().simulateSmartRoutingTransaction(n,o,e).then((function(e){return null==e?void 0:e.data}))}),t)}function xm(e,t){return void 0===t&&(t=null),jh((function(t){return pp.getInstance().updateMonitorRedistribution(e,t).then((function(e){return null==e?void 0:e.data}))}),t)}function Om(e,n){return void 0===n&&(n={}),jh((function(t){var n=t.declinedGroupCode;return pp.getInstance().removeDeclinedGroup(e,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),t(t({},n),{useErrorBoundary:!1}))}function Am(e,n){return void 0===n&&(n={}),jh((function(t){var n=t.payload;return pp.getInstance().multiAccountDeclinedGroupCreate(e,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),t(t({},n),{useErrorBoundary:!1}))}var zm=function(e){return jh((function(t){return pp.getInstance().createMonitorThreshold(t,e).then((function(e){return e.data}))}))},Pm=function(e){return jh((function(t){return pp.getInstance().createMonitorTemplate(t,e).then((function(e){return e.data}))}))};function Dm(){return jh((function(e){var t=e.payload;return pp.getInstance().postSlackMessageChannel(t).then((function(e){return null==e?void 0:e.data}))}))}function Lm(){return jh((function(e){var t=e.userCode,n=e.organizationCode;return pp.getInstance().deleteUserTeamV2({userCode:t,organizationCode:n}).then((function(e){return null==e?void 0:e.data}))}))}function Nm(){return jh((function(){return pp.getInstance().setCustodian().then((function(e){return null==e?void 0:e.data}))}))}function qm(){return jh((function(e){var t=e.payload,n=e.accountCode;return pp.getInstance().createRoles(t,n).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Mm(){var e=this;return jh((function(t){var a=t.payload,r=t.id,i=t.accountCode;return n(e,void 0,void 0,(function(){var e;return o(this,(function(t){switch(t.label){case 0:return[4,pp.getInstance().editRoles({payload:a,id:r},i)];case 1:return[2,null==(e=t.sent())?void 0:e.data]}}))}))}),{useErrorBoundary:!1})}function Um(){return jh((function(e){return pp.getInstance().deleteRoles(e).then((function(e){return null==e?void 0:e.data}))}))}function Bm(){return jh((function(e){return pp.getInstance().startUserExport({accountCodes:e.account_codes,name:e.name,search:e.search,statuses:e.statuses,roleIds:e.role_ids}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Fm(){return jh(["post-payment-links"],(function(e){var t=e.payload,n=e.accountCode;return pp.getInstance().postPaymentLinks({payload:t,accountCode:n}).then((function(e){return null==e?void 0:e.data}))}))}function Wm(){return jh(["post-delete-payment-link"],(function(e){var t=e.code;return pp.getInstance().postDeletePaymentLink({code:t}).then((function(e){return null==e?void 0:e.data}))}))}function Hm(){return jh(["patch-payment-links"],(function(e){var t=e.payload,n=e.accountCode,o=e.paymentLinkCode;return pp.getInstance().patchPaymentLinks({payload:t,accountCode:n,paymentLinkCode:o}).then((function(e){return null==e?void 0:e.data}))}))}function Gm(){return jh(["post-subscription"],(function(e){return pp.getInstance().postSubscription(e).then((function(e){return null==e?void 0:e.data}))}))}function Vm(){return jh(["post-pause-subscription"],(function(e){var t=e.subscriptionCode;return pp.getInstance().postPauseSubscription(t).then((function(e){return null==e?void 0:e.data}))}))}function Km(){return jh(["post-resume-subscription"],(function(e){var t=e.subscriptionCode;return pp.getInstance().postResumeSubscription(t).then((function(e){return null==e?void 0:e.data}))}))}function $m(){return jh(["post-cancel-subscription"],(function(e){var t=e.subscriptionCode;return pp.getInstance().postCancelSubscription(t).then((function(e){return null==e?void 0:e.data}))}))}function Qm(){return jh(["patch-subscription"],(function(e){var t=e.subscriptionCode,n=e.payload;return pp.getInstance().patchSubscription(t,n).then((function(e){return null==e?void 0:e.data}))}))}function Jm(){return jh(["post-reschedule-subscription"],(function(e){var t=e.subscriptionCode;return pp.getInstance().postRescheduleSubscription(t).then((function(e){return null==e?void 0:e.data}))}))}function Ym(){return jh(["post-list-subscriptions"],(function(e){return pp.getInstance().postListSubscriptions(e).then((function(e){return null==e?void 0:e.data}))}))}function Xm(){return jh((function(e){var t=e.payload;return pp.getInstance().postUserSettings(t)}),{onMutate:function(e){return e}})}function Zm(){return jh((function(e){return pp.getInstance().postUserThemeSettings(e)}))}function ef(){return jh((function(e){var t=e.payload,n=e.section;return pp.getInstance().postUserSettingsTables(t,n)}),{onMutate:function(e){return e},onSuccess:function(e){var n=lm.getQueryData(["fetch-profile"]);e.data&&lm.setQueryData(["fetch-profile"],t(t({},n),{settings:e.data}))}})}function tf(e){return jh(["pinned-sections"],(function(e){var t=e.payload;return pp.getInstance().postUserSettingsPinned(t)}),{onMutate:function(t){var n=t.payload;return e({payload:n})}})}function nf(){return jh((function(e){var t=e.password,n=e.otp;return pp.getInstance().getMfaTokenValidation(t,n).then((function(e){return null==e?void 0:e.data}))}))}function of(){return jh((function(){return pp.getInstance().getEmailOtp().then((function(e){return null==e?void 0:e.data}))}))}function af(){return jh((function(e){return pp.getInstance().confirmMfaOtp(e).then((function(e){return null==e?void 0:e.data}))}))}function rf(){return jh((function(e){return pp.getInstance().unrollMfa(e).then((function(e){return null==e?void 0:e.data}))}))}function sf(){return jh((function(){return pp.getInstance().validatePasswordStatus().then((function(e){return null==e?void 0:e.data})).catch((function(e){return{valid:!1}}))}))}function uf(){return jh(["post-get-allowlist-items"],(function(e){var t=e.payload;return pp.getInstance().postAllowlistItems({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function cf(){return jh(["post-get-allowlist-multi-account"],(function(e){var t=e.payload;return pp.getInstance().postGetAllowlist({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function lf(){return jh(["post-create-allowlist-multi-account"],(function(e){var t=e.payload;return pp.getInstance().postCreateAllowlistMultiAccount({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function df(){return jh(["patch-change-status-allowlist"],(function(e){var t=e.payload;return pp.getInstance().patchChangeStatusAllowlist({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function pf(){return jh(["patch-change-status-allowlist-item"],(function(e){var t=e.payload;return pp.getInstance().patchChangeStatusAllowlistItem({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function hf(){return jh(["post-add-allowlist-items"],(function(e){var t=e.payload;return pp.getInstance().patchAddAllowlistItems({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function mf(){return jh(["patch-allowlist"],(function(e){var t=e.payload;return pp.getInstance().patchAllowlist({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function ff(){return jh(["post-blacklist-multi-account"],(function(e){var t=e.payload;return pp.getInstance().postBlackListMultiAccount({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function gf(){return jh(["put-blacklist"],(function(e){return pp.getInstance().putBlackListType(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function yf(){return jh(["change-blacklist"],(function(e){return pp.getInstance().changeBlackListStatus(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function bf(){return jh(["change-blacklist-item"],(function(e){return pp.getInstance().changeBlackListStatusItem(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function vf(){return jh(["post-blacklist-items"],(function(e){var t=e.payload;return pp.getInstance().postBlackListItems({payload:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function kf(){return jh(["delete-blacklist"],(function(e){var t=e.black_list_code;return pp.getInstance().deleteBlackListType({black_list_code:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function wf(e){var t=e.handleSetProgress;return jh(["post-blacklist-batch"],(function(e){var n=e.blacklist_code,o=e.expiration_days,a=e.file;return pp.getInstance().postBlackListBatch({blacklist_code:n,expiration_days:o,file:a,handleSetProgress:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function jf(){return jh(["change-payments-webhook"],(function(e){var t=e.status,n=e.paymentCode;return pp.getInstance().postChangePaymentsWebhook({status:t,paymentCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function _f(){return jh(["delete-blacklist-items"],(function(e){var t=e.blocklist_code,n=e.blocklist_item_id,o=e.account_code;return pp.getInstance().deleteBlockListItem({blocklist_code:t,blocklist_item_id:n,account_code:o}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Ef(){return jh(["valiate-blacklist-items"],(function(e){return pp.getInstance().valiateBlockListItems({payload:e}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Cf(){return jh(["delete-allowlist-item"],(function(e){return pp.getInstance().deleteAllowlistItem({payload:e}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Sf(){return jh(["validate-allowlist-items"],(function(e){return pp.getInstance().validateAllowlistItems({payload:e}).then((function(e){return e.data})).catch((function(e){return e}))}))}function Rf(e){var t=e.fileName,n=e.onSuccess,o=e.onError,a=u(0),r=a[0],i=a[1],s=l({cancel:function(){return null}}),c=jh(["upload-file-chargeback",t],(function(e){var t=pp.getInstance().uploadFileS3ClientBatchRefunds({payload:e,handleSetProgress:i}),a=t.promise,r=t.cancel;return s.current.cancel=r,a.then((function(e){return null==n||n(null==e?void 0:e.data),null==e?void 0:e.data})).catch((function(e){throw null==o||o(),e}))}),{useErrorBoundary:!1});return{mutation:c,cancelRequest:s.current.cancel,progress:r}}function Tf(){return jh((function(e){return pp.getInstance().uploadBatchRefundsV2({payload:e}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function If(){var e=this;return jh((function(t){return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().batchRefundByFile({payload:t}).then((function(e){return null==e?void 0:e.data}))]}))}))}),{useErrorBoundary:!1})}function xf(){var e=this;return jh((function(t){var a=t.batchRefundId,r=t.organizationCode,i=t.accountCode;return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().getBatchRefundProcessedFileDownload(a,r,i).then((function(e){return null==e?void 0:e.data}))]}))}))}),{useErrorBoundary:!1})}function Of(){var e=this;return jh((function(t){var a=t.batchRefundId,r=t.organizationCode,i=t.accountCode;return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().getBatchRefundUserFileDownload(a,r,i).then((function(e){return null==e?void 0:e.data}))]}))}))}),{useErrorBoundary:!1})}function Af(){var e=l({cancel:function(){return null}}),t=jh(["upload-file"],(function(t){var n=pp.getInstance().uploadFileS3ClientBatchRefunds({payload:t}),o=n.promise,a=n.cancel;return e.current.cancel=a,o.then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}));return{mutation:t,cancelRequest:e.current.cancel}}function zf(){return jh((function(e){var t=e.payload,n=e.organizationCode;return pp.getInstance().updateMFAConfig(t,n)}))}function Pf(){return jh((function(e){var t=e.payload,n=e.organizationCode;return pp.getInstance().mfaExcludeUsers(t,n)}))}function Df(e){return wh(["GET/scheduled-reports",e],(function(){return pp.getInstance().getScheduledReport(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function Lf(){return jh((function(e){var t=e.payload;return pp.getInstance().postScheduledReport(t).then((function(e){return{data:e.data,status:e.status}})).catch((function(e){return e}))}))}function Nf(){return jh((function(e){var t=e.reportCode,n=e.payload;return pp.getInstance().updateScheduledReport(t,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function qf(){return jh((function(e){return pp.getInstance().deleteScheduledReport(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Mf(){return jh((function(e){return pp.getInstance().getConditionalConfigRules(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Uf(){return jh((function(e){return pp.getInstance().getRule(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Bf(){return jh((function(e){var t=e.payload,n=e.accountCode;return pp.getInstance().postCreateRuleMultiAccount(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Ff(){return jh((function(e){var t=e.payload,n=e.ruleId,o=e.accountCode;return pp.getInstance().postEditRule(t,n,o).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Wf(){return jh((function(e){var t=e.payload;return pp.getInstance().postCreateCustomizedApiKeys(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Hf(){return jh((function(e){var t=e.payload,n=e.code;return pp.getInstance().pathCreateCustomizedApiKeys(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Gf(){return jh((function(e){var t=e.code,n=e.password,o=e.otp,a=e.mfaToken;return pp.getInstance().getCustomizedApiKeysToken(t,n,o,a).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function Vf(){return jh((function(e){var t=e.passwordOtp;return pp.getInstance().getDeveloperCredentialsValidatePassword(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function Kf(){return jh((function(e){var t=e.password;return pp.getInstance().getDeveloperCredentialsValidatePasswordRegularUser(t).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}))}function $f(){return jh((function(e){var t=e.code;return pp.getInstance().deleteCustomizedApiKeys(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Qf(){return jh((function(e){var t=e.payload,n=e.code,o=e.password;return pp.getInstance().patchApiKeysEditNote(t,n,o).then((function(e){return e.data})).catch((function(e){return e}))}))}function Jf(){return jh((function(e){var t=e.payload,n=e.code,o=e.password;return pp.getInstance().postApiKeysRoll(t,n,o).then((function(e){return e.data})).catch((function(e){return e}))}))}function Yf(){return jh((function(e){var n=e.password,o=e.accountCode,a=e.otp,r=e.mfaToken;return pp.getInstance().getDeveloperCredentials(n,o,a,r).then((function(e){return t(t({},null==e?void 0:e.data),{isValid:!0})})).catch((function(e){var t,n,o;return{isValid:!1,status:null===(t=e.response)||void 0===t?void 0:t.status,error:null===(o=null===(n=null==e?void 0:e.response)||void 0===n?void 0:n.data)||void 0===o?void 0:o.data}}))}))}function Xf(){return jh((function(e){var t=e.password,n=e.accountCode,o=e.otp,a=e.mfaToken;return pp.getInstance().getDeveloperCredentials(t,n,o,a).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function Zf(){return jh((function(){return pp.getInstance().getOrganizationKeysMetadata().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function eg(){return jh((function(e){var t=e.note,n=e.password;return pp.getInstance().patchOrganizationKeysNote({note:t},n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function tg(){return jh((function(e){var t=e.password,n=e.otp;return pp.getInstance().postOrganizationKeysRoll(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function ng(){return jh((function(e){var t=e.password,n=e.otp;return pp.getInstance().postOrganizationKeysTamRequest(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function og(){return jh((function(e){var t=e.password,n=e.otp;return pp.getInstance().postOrganizationKeysMarkRevealed(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function ag(e){return jh((function(e){var t=e.payload;return pp.getInstance().postAuditMonitors(t)}),{onMutate:e.onMutate})}function rg(){return jh((function(e){var t=e.codes;return pp.getInstance().postResendWebhooks({codes:t}).then((function(e){return null==e?void 0:e.data}))}))}function ig(){return jh((function(e){var t=e.tab,n=e.payload;return pp.getInstance().postUnifiedExport(t,n).then((function(e){return null==e?void 0:e.data}))}))}function sg(){return jh((function(e){return pp.getInstance().postExportApiLogs(e).then((function(e){return null==e?void 0:e.data}))}))}function ug(){return jh((function(e){return pp.getInstance().postExportWebhooksLogs(e).then((function(e){return null==e?void 0:e.data}))}))}function cg(){return jh((function(e){return pp.getInstance().postExportDashboardLogs(e).then((function(e){return null==e?void 0:e.data}))}))}function lg(){return jh((function(e){return pp.getInstance().postExportMonitorsLogs(e).then((function(e){return null==e?void 0:e.data}))}))}function dg(t){var a=this;return jh((function(){return pp.getInstance().createReconciliationReportTemplate(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}),{onMutate:function(t){return n(a,void 0,void 0,(function(){var n,a;return o(this,(function(o){switch(o.label){case 0:return[4,lm.cancelQueries({queryKey:["GET/reconciliation/reports/templates"]})];case 1:return o.sent(),n=null===(a=lm.getQueryData(["GET/reconciliation/reports/templates"]))||void 0===a?void 0:a.templates,lm.setQueryData(["GET/reconciliation/reports/templates"],(function(n){return{templates:e(e([],n.templates,!0),[t],!1)}})),[2,{previousTemplates:n}]}}))}))},onError:function(e,t,n){lm.setQueryData(["GET/reconciliation/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){lm.invalidateQueries({queryKey:["GET/reconciliation/reports/templates"]})},useErrorBoundary:!1})}function pg(e){return jh((function(){return pp.getInstance().updateReconciliationReportTemplate(e).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function hg(){return jh(["POST/reconciliation/alerts"],(function(e){return pp.getInstance().postReconciliationAlert(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{onSuccess:function(){lm.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function mg(){return jh(["DELETE/reconciliation/alerts"],(function(e){return pp.getInstance().deleteReconciliationAlert(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{onSuccess:function(){lm.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function fg(){return jh(["UPDATE/reconciliation/alerts"],(function(e){return pp.getInstance().updateReconciliationAlert(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{onSuccess:function(){lm.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function gg(){return jh((function(e){var t=e.payload;return pp.getInstance().postCreateInsightsReport(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function yg(){return jh((function(e){return pp.getInstance().createSamlConfig(e)}))}function bg(){return jh((function(e){return pp.getInstance().updateSamlConfig(e)}))}function vg(){return jh((function(){return pp.getInstance().deleteSamlConfig()}))}function kg(e,n){return void 0===n&&(n={}),jh((function(t){return pp.getInstance().generateAIWorkflowRoutes(e,t).then((function(e){return null==e?void 0:e.data}))}),t(t({},n),{useErrorBoundary:!1}))}function wg(e){return void 0===e&&(e={}),jh((function(e){return pp.getInstance().postAIGenerationFeedback(e).then((function(e){return null==e?void 0:e.data}))}),t(t({},e),{useErrorBoundary:!1}))}function jg(){return jh((function(e){return pp.getInstance().createChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function _g(){return jh((function(e){return pp.getInstance().deleteChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Eg(){return jh((function(e){var t=e.chart_id,n=e.type,o=e.name,a=e.user_prompt,r=void 0===a?"":a;return pp.getInstance().patchChartGPTChart(t,{type:n,name:o,user_prompt:r}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Cg(){var e=this;return jh((function(t){return n(e,void 0,void 0,(function(){var e,n,a,r,i;return o(this,(function(o){switch(o.label){case 0:return[4,pp.getInstance().createChartGPTChart(t)];case 1:if(e=o.sent(),!(n=null!==(r=null===(a=null==e?void 0:e.data)||void 0===a?void 0:a.chartgpt_id)&&void 0!==r?r:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:n}]}}))}))}),{useErrorBoundary:!1})}function Sg(){return jh((function(e){return pp.getInstance().createChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Rg(){var e=this;return jh((function(t){return n(e,void 0,void 0,(function(){var e,n,a,r,i;return o(this,(function(o){switch(o.label){case 0:return[4,pp.getInstance().createChartGPTChart(t)];case 1:if(e=o.sent(),!(n=null!==(r=null===(a=null==e?void 0:e.data)||void 0===a?void 0:a.chartgpt_id)&&void 0!==r?r:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:n}]}}))}))}),{useErrorBoundary:!1})}function Tg(e,t){var n=e.chartCode,o=fh();return jh((function(e){return pp.getInstance().submitChartFeedback(n,{rating:e.rating,issues:e.issues||[],comment:e.comment}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1,onSuccess:function(e){var a;o.invalidateQueries(["chart-feedback",n]),null===(a=null==t?void 0:t.onSuccess)||void 0===a||a.call(t,e)},onError:function(e){var n;null===(n=null==t?void 0:t.onError)||void 0===n||n.call(t,e)}})}function Ig(){var e=this;return jh(["POST/template-reporting/report-templates"],(function(t){return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().createTemplateReporting(t).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){lm.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function xg(){var e=this;return jh(["POST/template-reporting/report-templates/clone"],(function(t){var a=t.templateId,r=t.payload;return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().cloneReportTemplate(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){lm.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Og(){var e=this;return jh(["PATCH/template-reporting/report-templates/selection"],(function(t){var a=t.templateId,r=t.payload;return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().updateTemplateSelection(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){lm.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Ag(){var e=this;return jh(["PATCH/template-reporting/report-templates/status"],(function(t){var a=t.templateId,r=t.payload;return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().changeTemplateStatus(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){lm.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function zg(){var e=this;return jh(["DELETE/template-reporting/report-templates"],(function(t){var a=t.templateId,r=t.payload;return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().deleteReportTemplate(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){lm.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Pg(){var e=this;return jh(["POST/template-reporting/report-schedules"],(function(t){return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().createReportSchedule(t).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){lm.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function Dg(){var e=this;return jh(["PATCH/template-reporting/report-schedules/disable"],(function(t){var a=t.scheduleId,r=t.payload;return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().disableReportSchedule(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){lm.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function Lg(){var e=this;return jh(["DELETE/template-reporting/report-schedules"],(function(t){var a=t.scheduleId,r=t.payload;return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().deleteReportSchedule(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){lm.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function Ng(){return jh((function(e){return pp.getInstance().postOrganizationConfigs(e)}))}function qg(){return jh((function(e){return pp.getInstance().putOrganizationConfigsByAccount(e)}))}function Mg(){return jh(["create-installments-plan"],(function(e){var t=e.payload;return pp.getInstance().createInstallmentsPlan(t).then((function(e){return null==e?void 0:e.data}))}))}function Ug(){return jh(["update-installments-plan"],(function(e){var t=e.code,n=e.payload;return pp.getInstance().updateInstallmentsPlan(t,n).then((function(e){return null==e?void 0:e.data}))}))}function Bg(){return jh(["delete-installments-plan"],(function(e){var t=e.code;return pp.getInstance().deleteInstallmentsPlan(t).then((function(e){return null==e?void 0:e.data}))}))}var Fg;function Wg(e){var t=this;return wh(["fetch-payments-lazy",e],(function(){return n(t,void 0,void 0,(function(){return o(this,(function(t){return[2,pp.getInstance().postPaymentsLazy(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function Hg(e){return wh(["fetch-payments-evaluated",e],(function(){return pp.getInstance().postPaymentsEvaluated(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function Gg(e){var t=this,a=e.paymentCode,r=e.enabled,i=void 0===r||r,s=pp.getInstance();return wh(["get-payment-v2",a],(function(){return n(t,void 0,void 0,(function(){return o(this,(function(e){return[2,s.getPaymentV2(a).then((function(e){return e.data}))]}))}))}),{enabled:i,cacheTime:500,useErrorBoundary:!1})}function Vg(e){var t=this,a=e.payment_code,r=e.enabled,i=void 0===r||r,s=pp.getInstance();return wh(["get-payment-transaction-details-v2",a],(function(){return n(t,void 0,void 0,(function(){return o(this,(function(e){return[2,s.getTransactionDetailsV2({payment_code:a}).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!a&&i,cacheTime:0,useErrorBoundary:!1})}function Kg(e){var t=this,a=e.transaction_code,r=e.enabled,i=void 0===r||r,s=pp.getInstance();return wh(["get-payment-transaction-raw-response",a],(function(){return n(t,void 0,void 0,(function(){return o(this,(function(e){return[2,s.getTransactionRawResponse({transaction_code:a})]}))}))}),{enabled:!!a&&i,cacheTime:0,useErrorBoundary:!1})}function $g(e){var t=nm();return wh(["payment-methods",e],(function(){return pp.getInstance().getPaymentMethodsByCountry({provider_id:null==e?void 0:e.provider_id,country:null==e?void 0:e.country},t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e&&!!(null==e?void 0:e.provider_id),useErrorBoundary:!1})}function Qg(){return wh({queryKey:["/payment-methods/providers"],queryFn:function(){return pp.getInstance().getPaymentMethodsAndProviders().then((function(e){return null==e?void 0:e.data}))},cacheTime:864e5,useErrorBoundary:!1})}function Jg(){return wh(["GET/catalog/card-brands"],(function(){return pp.getInstance().getCardBrands().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Yg(e,t){return void 0===e&&(e=!0),void 0===t&&(t=ol.PAYMENTS),wh(["payment-filters",e,t],(function(){return pp.getInstance().getPaymentFilters(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:e,useErrorBoundary:!1,cacheTime:3e5})}function Xg(){return wh(["payment-metrics-filters"],(function(){return pp.getInstance().getPaymentMetricsFilters().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Zg(e){var t=e.transaction_code,n=e.enabled;return wh(["payment-transaction-details",t],(function(){return pp.getInstance().getPaymentTransactionsDetails({transaction_code:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function ey(e){var t=e.payment_code,n=e.enabled;return wh(["transaction-history",t],(function(){return pp.getInstance().getTransactionHistoryByPaymentCode({payment_code:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function ty(e){var t=this;return wh(["POST/transactions",JSON.stringify(e)],(function(){return n(t,void 0,void 0,(function(){return o(this,(function(t){return[2,pp.getInstance().postTransactions(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function ny(e){var t=this;return wh(["POST/fraud-transactions",JSON.stringify(e)],(function(){return n(t,void 0,void 0,(function(){return o(this,(function(t){return[2,pp.getInstance().postFraudTransactions(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function oy(e){return wh(["GET/payout-detail",JSON.stringify(e)],(function(){var t=pp.getInstance();return e.organization_code?t.getPayoutDetails(e).then((function(e){return null==e?void 0:e.data})):{}}),{enabled:!!e.organization_code&&!!e&&e.enabled,cacheTime:0,useErrorBoundary:!1})}function ay(e){return wh(["GET/payout-transaction-detail",JSON.stringify(e)],(function(){return pp.getInstance().getPayoutTransactionDetails(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e&&!!(null==e?void 0:e.transaction_code)&&(null==e?void 0:e.enabled),cacheTime:0,useErrorBoundary:!1})}function ry(e){var t=nm();return wh(["GET/payout-history-detail",JSON.stringify(e)],(function(){return pp.getInstance().getPayoutHistoryDetails(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!(null==e?void 0:e.payout_code)&&e.enabled,cacheTime:0,useErrorBoundary:!1})}function iy(e,t){var a=this,r=nm();return wh(["GET/useGetProofOfCancel",r,e,t],(function(){return n(a,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().getProofOfCancel(e,r,t).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&!!r&&!!t,cacheTime:0,useErrorBoundary:!1})}function sy(e,t){var a=this,r=nm();return wh(["GET/useGetProofOfPayment",r,e,t],(function(){return n(a,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().getProofOfPayment(e,r,t).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&!!r&&!!t,cacheTime:0,useErrorBoundary:!1})}function uy(e,t,a){var r=this,i=pp.getInstance();return wh(["send-payment-notification",e,t],(function(){return n(r,void 0,void 0,(function(){var n,r;return o(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,i.sendPaymentNotification(e,t)];case 1:return n=o.sent(),a.onSuccess(),[2,n.data];case 2:throw r=o.sent(),a.onError(),r;case 3:return[2]}}))}))}),{enabled:a.enabled,cacheTime:0,useErrorBoundary:!1})}function cy(e){return wh(["usePayoutsList",e&&JSON.stringify(e)],(function(){var t=pp.getInstance();if(e)return t.postPayouts(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e&&!!Object.values(e).length,cacheTime:0})}function ly(e){var t=this;void 0===e&&(e=!0);var a=nm();return wh(["getPayoutsFilters",a],(function(){return n(t,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().getPayoutsFilters(a).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))]}))}))}),{enabled:e&&!!a})}function dy(e,t){var a=this;void 0===t&&(t=!0);var r=nm();return wh(["getPayoutTimeline",e,r],(function(){return n(a,void 0,void 0,(function(){var t;return o(this,(function(n){return t=pp.getInstance(),e?[2,t.getPayoutTimeline(e,r).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))]:[2]}))}))}),{enabled:t&&!!e&&!!r,cacheTime:500,useErrorBoundary:!1})}function py(e){var n=e.password,o=e.accountCode,a=e.otp,r=e.mfaToken;return wh(["developers"],(function(){return pp.getInstance().getDeveloperCredentials(n,o,a,r).then((function(e){return t(t({},null==e?void 0:e.data),{isValid:!0})})).catch((function(e){var t,n;return{isValid:!1,status:e.response.status,error:null===(n=null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.data)||void 0===n?void 0:n.data}}))}),{enabled:!1,cacheTime:0})}function hy(){return wh(["fetch-customized-api-keys-members"],(function(){return pp.getInstance().getCustomizedApiKeysMembers().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{keepPreviousData:!0})}function my(){return wh(["developers-get-allowed-ips"],(function(){return pp.getInstance().getAllowedIps().then((function(e){return(null==e?void 0:e.data)?t(t({},null==e?void 0:e.data),{isError:!1}):null})).catch((function(e){return t(t({},e),{isError:!0})}))}),{enabled:!1,cacheTime:0})}function fy(){return wh(["fetch-customized-api-keys-accounts"],(function(){return pp.getInstance().getCustomizedApiKeysAccounts().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{keepPreviousData:!0})}function gy(e){return wh(["fetch-customized-api-keys",e],(function(){return pp.getInstance().postCustomizedApiKeys(e).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{cacheTime:0,enabled:!!(null==e?void 0:e.length)})}function yy(){return wh(["fetch-customized-api-keys-products"],(function(){return pp.getInstance().getCustomizedApiKeysProducts().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{cacheTime:0})}function by(){return jh(["developers-patch-allowed-ips"],(function(e){return pp.getInstance().patchAllowedIps(e).then((function(e){return(null==e?void 0:e.data)?t(t({},null==e?void 0:e.data),{isError:!1}):null})).catch((function(e){return t(t({},e),{isError:!0})}))}),{cacheTime:0})}function vy(){return wh(["fetch-organizations"],(function(){return pp.getInstance().getOrganization().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{keepPreviousData:!0})}function ky(){return wh(["fetch-all-organizations",nm()],(function(){return pp.getInstance().getAllOrganization().then((function(e){return(null==e?void 0:e.data)||[]}))}),{cacheTime:36e5,keepPreviousData:!0,useErrorBoundary:!1})}function wy(e){var t=nm();return wh(["organizations-provider-params",e],(function(e){var n=e.queryKey;return pp.getInstance().getProviderParams(n[1],t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!(null==e?void 0:e.id),useErrorBoundary:!1})}function jy(e){var t=e.integration_code,n=e.enabled,o=e.accountCode;return wh(["integration-params",t,o],(function(){return t.includes("undefined")?{}:pp.getInstance().getIntegrationParams({accountCode:o,integration_code:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,useErrorBoundary:!1})}function _y(e){var t=e.accountCode,n=e.organizationCode,o=nm();return wh(["organizations-account-integrations",t,n],(function(){return pp.getInstance().getIntegrationByAccountV2({accountCode:t,organizationCode:n||o}).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0,enabled:!!t,useErrorBoundary:!1})}function Ey(e){var t=e.accountCode,n=e.paymentMethod;return wh(["fetch-connections-by-payment-method",n,t],(function(){return pp.getInstance().getConnectionsByPaymentMethod(t,n).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!n&&!!t,cacheTime:0,useErrorBoundary:!1})}function Cy(){var e=this;return wh(["fetch-hash-pylon"],(function(){return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,pp.getInstance().getHashPylon()]}))}))}),{keepPreviousData:!0,useErrorBoundary:!1})}function Sy(){return wh(["connections"],(function(){return pp.getInstance().getConnections().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function Ry(){return wh(["dialogs"],(function(){return pp.getInstance().getDialogs().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1,retryDelay:2e3,cacheTime:36e5})}function Ty(){return wh(["params-catalog"],(function(){return pp.getInstance().getWebhookParamsV2().then((function(e){return null==e?void 0:e.data}))}))}function Iy(e){var t=e.accountCode,n=e.name;return wh(["webhooks",t,n],(function(){return pp.getInstance().getWebhooksV3({accountCode:t,name:n}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t,useErrorBoundary:!1})}function xy(e){var t=e.accountCode,n=e.enabled;return wh(["webhooks-detail",t],(function(){return pp.getInstance().getWebhooksV2Detail({accountCode:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t&&!!n})}function Oy(e){var t,n=nm(),o=null!==(t=null!=e?e:n)&&void 0!==t?t:null;return wh({queryKey:["accounts",o],queryFn:function(){return pp.getInstance().getAccounts(o).then((function(e){return null==e?void 0:e.data}))},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!o})}function Ay(e){return wh(["accountsV2",e],(function(){return pp.getInstance().getAccountsV2().then((function(e){return(null==e?void 0:e.data)||[]})).catch((function(e){throw e}))}),{keepPreviousData:!0,enabled:!!e,useErrorBoundary:!1})}function zy(e){return wh(["accountsV2-by-user",e],(function(){return e?pp.getInstance().getAccountsByUser(e).then((function(e){return{accountsV2ByUser:(null==e?void 0:e.data)||null}})).catch((function(e){return{accountsV2ByUser:[],error:e}})):{accountsV2ByUser:[]}}),{enabled:!!e,staleTime:0})}function Py(e,t){var a=this;return wh({queryKey:["accounts-for-impersonation",e,t],queryFn:function(){return n(a,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().getAccountsForImpersonation(e).then((function(e){var n,o;return(null===(o=null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.response)||void 0===o?void 0:o.map((function(e){return{label:e.name,value:t?e.code_testing:e.code_live,code_live:e.code_live,code_testing:e.code_testing}})))||[]}))]}))}))},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function Dy(e){return wh({queryKey:["pending-duplicate-accounts",e],queryFn:function(){return pp.getInstance().getPendingDuplicateAccounts()},useErrorBoundary:!1,keepPreviousData:!0,refetchInterval:e})}function Ly(){return wh(["menu"],(function(){return pp.getInstance().getMenu().then((function(e){return $d(e)?tp:null==e?void 0:e.data})).catch((function(){return tp}))}))}function Ny(){return wh(["/payment/statuses/style"],(function(){return pp.getInstance().useGetPaymentStatusesStyles().then((function(e){return $d(e)?Qd:null==e?void 0:e.data})).catch((function(){return Qd}))}))}function qy(){return wh(["/transaction/statuses/style"],(function(){return pp.getInstance().useGetTransactionStatusesStyles().then((function(e){return $d(e)?Jd:null==e?void 0:e.data})).catch((function(){return Jd}))}),{cacheTime:36e5,useErrorBoundary:!1})}function My(){return wh(["/reconciliation/transaction/statuses/style"],(function(){return pp.getInstance().useGetReconciliationTransactionStatusesStyles().then((function(e){return $d(e)?Yd:null==e?void 0:e.data})).catch((function(){return Yd}))}),{useErrorBoundary:!1})}function Uy(){return wh(["timezone-catalog"],(function(){return pp.getInstance().useGetTimeZoneCatalog().then((function(e){return $d(e)?Xd:null==e?void 0:e.data})).catch((function(){return Xd}))}))}function By(){return wh(["/cms/audit-logs-filters"],(function(){return pp.getInstance().useGetAuditLogsFilters().then((function(e){return $d(e)?Zd:null==e?void 0:e.data})).catch((function(){return Zd}))}))}function Fy(){return wh(["/cms/static-contents"],(function(){return pp.getInstance().getDashboardStaticContents().then((function(e){var t,n;return $d(e)?ep:(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t[0])||void 0===n?void 0:n.data)||{}}))}),{cacheTime:6048e5,useErrorBoundary:!1})}function Wy(){return wh(["/cms/locales"],(function(){return pp.getInstance().getLocales().then((function(e){return $d(e)?np:e.data})).catch((function(){return np}))}))}function Hy(e,t){return void 0===t&&(t=cl.DEFAULT_ROUTING_TYPE),wh(["smart-routing-methods",e,t],(function(){return pp.getInstance().getSmartRoutingMethods(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function Gy(e,t,n){return void 0===n&&(n=cl.DEFAULT_ROUTING_TYPE),wh(["smart-routing-workflow",t,e,n],(function(){return pp.getInstance().getSmartRoutingWorkflow(e,t,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t&&!!e,cacheTime:0,retry:!1})}function Vy(e,t,n){return void 0===n&&(n=cl.DEFAULT_ROUTING_TYPE),wh(["smart-routing-condition-types",e,t,n],(function(){return pp.getInstance().getSmartRoutingConditionTypes(e,t,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t&&!!e})}function Ky(e,t){return wh(["smart-routing-condition-payment-method",e,t],(function(){return pp.getInstance().getSmartRoutingConditionPaymentMethod(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:null!==t})}function $y(e,t){return wh(["smart-routing-condition-types-values",t,e],(function(){return pp.getInstance().getSmartRoutingConditionTypesValues(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&!!e,useErrorBoundary:!1})}function Qy(e){var t=e.accountCode,n=e.workflowVersionId,o=e.routingType,a=void 0===o?cl.DEFAULT_ROUTING_TYPE:o;return wh(["smart-routing-workflow-version",n,t,a],(function(){return pp.getInstance().getSmartRoutingWorkflowVersion(t,n,a).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!n&&!!t,cacheTime:0})}function Jy(e,t,n,o){return void 0===o&&(o=cl.DEFAULT_ROUTING_TYPE),wh(["smart-routing-next-route",e,n,t,o],(function(){return pp.getInstance().getSmartRoutingNextSteps(e,t,n,o).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e})}function Yy(e,t){return void 0===t&&(t=cl.DEFAULT_ROUTING_TYPE),wh(["smart-routing-decline-groups",e,t],(function(){return pp.getInstance().getSmartRoutingDeclinedGroup(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function Xy(e,t){return wh(["smart-routing-payment-route",e,t],(function(){return pp.getInstance().getSmartRoutingPaymentRoute(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e&&!!t,cacheTime:0})}function Zy(e,t){return void 0===t&&(t=cl.DEFAULT_ROUTING_TYPE),wh(["smart-routing-simulate-condition-type-values",e,t],(function(){return pp.getInstance().getSmartRoutingSimulateConditionTypeValues(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function eb(e){var t=e.text,n=e.conditionType;return wh(["smart-routing-search-condition-values",t,n],(function(){return pp.getInstance().getSmartRoutingSearchConditionValues(n,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!n&&!!t,cacheTime:0})}function tb(){return wh(["smart-routing-conversion-rates"],(function(){return pp.getInstance().getProviderConversionRatesData().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:!1,useErrorBoundary:!1})}function nb(){var e=this;return wh({queryKey:["smart-routing-3ds-excemptions"],queryFn:function(){return n(e,void 0,void 0,(function(){return o(this,(function(e){switch(e.label){case 0:return[4,pp.getInstance().get3DSExemptions()];case 1:return[2,e.sent().data]}}))}))},useErrorBoundary:!1})}function ob(){var e=this;return wh({queryKey:["smart-routing-network-tokens-onboarding"],queryFn:function(){return n(e,void 0,void 0,(function(){return o(this,(function(e){switch(e.label){case 0:return[4,pp.getInstance().getNetworkTokensOnboarding()];case 1:return[2,e.sent().data]}}))}))},useErrorBoundary:!1})}function ab(e){return wh(["fetch-routing-monitors-templates",e],(function(){return pp.getInstance().getRoutingMonitorsTemplates(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function rb(e,t){return wh(["fetch-routing-monitors-template",e],(function(){return pp.getInstance().getRoutingMonitorsTemplate(e,t).then((function(e){return e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:!!e&&!!t&&"NONE"!==e,useErrorBoundary:!1})}function ib(e,n){var o=e.accountCode;return wh(["checkouts",o],(function(){return pp.getInstance().getCheckouts({accountCode:o}).then((function(e){return e.data}))}),t({cacheTime:0,enabled:Boolean(o),useErrorBoundary:!1},n))}!function(e){e.IN_PROGRESS="IN_PROGRESS",e.COMPLETED="COMPLETED",e.FAILED="FAILED"}(Fg||(Fg={}));var sb=function(e){return["checkout-builder-name-and-icon",e.paymentMethodType,e.type]},ub=function(e,t){var n=e.paymentMethodType,o=e.type;return wh(sb({paymentMethodType:n,type:o}),(function(){return pp.getInstance().getNameAndIcon({paymentMethodType:n,type:o}).then((function(e){return null==e?void 0:e.data}))}),t)},cb=function(e){return["checkout-builder-required-fields",e.paymentMethodType,e.type]},lb=function(e,t){var n=e.paymentMethodType,o=e.type;return wh(cb({paymentMethodType:n,type:o}),(function(){return pp.getInstance().getRequiredFields({paymentMethodType:n,type:o}).then((function(e){return null==e?void 0:e.data}))}),t)},db=function(e){return wh(["checkout-builder-country-data",e],(function(){return pp.getInstance().getCountryData({accountCode:e}).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0,enabled:Boolean(e),useErrorBoundary:!1})};function pb(e){var t=e.accountCode;return wh(["styling-sdk-dynamic",t],(function(){return pp.getInstance().getStylingSdkDynamic({accountCode:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:Boolean(t),useErrorBoundary:!1})}function hb(e){var t=e.accountCode;return wh(["styling-settings-v2",t],(function(){return pp.getInstance().getStylingSettingsV2({accountCode:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:Boolean(t),useErrorBoundary:!1})}function mb(){return jh((function(e){var t=e.accountCode,n=e.payload;return pp.getInstance().changeStylingSettings({accountCode:t,payload:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}))}function fb(){return wh(["fetch-profile"],(function(){return pp.getInstance().getProfile().then((function(e){var t=null==e?void 0:e.data;return t&&localStorage.setItem("user",JSON.stringify(t)),t})).catch((function(e){throw e}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function gb(){var e=this;return wh(["get-user-full"],(function(){return n(e,void 0,void 0,(function(){return o(this,(function(e){switch(e.label){case 0:return[4,pp.getInstance().getUserFull()];case 1:return[2,e.sent().data]}}))}))}),{keepPreviousData:!0,useErrorBoundary:!1})}function yb(e,t){return wh(["fetch-permissions",e,t],(function(){var e,t,n,o=localStorage.getItem("account"),a=localStorage.getItem("user"),r=o&&JSON.parse(o),i=a&&JSON.parse(a);return((null==i?void 0:i.merlin)?null===(e=null==i?void 0:i.merlin)||void 0===e?void 0:e.permissions:null===(n=null===(t=null==r?void 0:r.value)||void 0===t?void 0:t.role)||void 0===n?void 0:n.permission_ids.map((function(e){return{permission_name:e,description:e,resource_server_name:e,resource_server_identifier:e}})))||[]}))}function bb(e){return wh(["email-verification",e],(function(){return pp.getInstance().emailVerification(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e})}function vb(){return wh({queryKey:["get-login-methods"],queryFn:function(){return pp.getInstance().getLoginMethods().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}})}function kb(){return wh(["fetch-impersonation-users"],(function(){return pp.getInstance().getImpersonationUsers().then((function(e){var t;return(null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.result)||[]}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function wb(){return wh(["fetch-impersonation-enabled"],(function(){return pp.getInstance().getImpersonationEnabled().then((function(e){return null==e?void 0:e.data}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function jb(e,t,a,r,i){var s=this;return void 0===a&&(a=1),void 0===r&&(r=10),wh(["get-users-to-impersonate",e,t,a,r,i],(function(){return n(s,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().getUsersToImpersonate(e,t,a,r,i).then((function(e){return null==e?void 0:e.data}))]}))}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function _b(e){var t;return wh(["fetch-communications",e],(function(){return pp.getInstance().getCommunications(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!(null===(t=e.account_codes)||void 0===t?void 0:t.length),useErrorBoundary:!1,cacheTime:3e3})}function Eb(){return wh(["fetch-communications-filters"],(function(){return pp.getInstance().getCommunicationsFilters().then((function(e){return null==e?void 0:e.data}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function Cb(e,t){return wh(["fetch-communication-details",e],(function(){return pp.getInstance().getCommunicationDetails(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e,useErrorBoundary:!1,cacheTime:0})}function Sb(e){return wh(["notifications-customer",e],(function(){return pp.getInstance().getNotificationsCustomer(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,keepPreviousData:!1})}function Rb(e){return wh(["validate-opsgenie-key",e],(function(){return pp.getInstance().getValidateOpsgenieKey(e).then((function(e){return null==e?void 0:e.data})).catch((function(){return{error:!0}}))}),{enabled:!!e,cacheTime:0})}function Tb(){return wh(["notifications-merged"],(function(){return pp.getInstance().getMergedNotifications().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{keepPreviousData:!1,cacheTime:0})}function Ib(){return jh((function(e){return pp.getInstance().getNotificationsNumber(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function xb(){var e=this;return jh((function(t){return n(e,void 0,void 0,(function(){var e;return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().pathNotification(t)];case 1:return[2,null==(e=n.sent())?void 0:e.data]}}))}))}))}var Ob={key:"metadata_fields",name:"metadata_fields",unique_key:"metadata_fields"};function Ab(){return wh(["reports"],(function(){return pp.getInstance().reportsList().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function zb(e){return void 0===e&&(e=!0),wh(["reports-multi-env"],(function(){return pp.getInstance().reportsListMultiEnv().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:e})}function Pb(e,t,n){return void 0===t&&(t=!1),wh(["reports/".concat(e)],(function(){return pp.getInstance().downloadReports(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:t,onSuccess:n,useErrorBoundary:!1})}function Db(e){return wh(["GET/reports/templates"],(function(){return pp.getInstance().getReportTemplates().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:e,useErrorBoundary:!1})}function Lb(t,a,r){var i=this;return wh(["GET/reports/columns/".concat(a,"/").concat(r)],(function(){return n(i,void 0,void 0,(function(){return o(this,(function(t){return[2,pp.getInstance().getReportColumns(a,r).then((function(t){return a===ul.ALL&&r===sl.PAYMENTS?e(e([],(null==t?void 0:t.data)||[],!0),[Ob],!1):null==t?void 0:t.data})).catch((function(e){return e}))]}))}))}),{enabled:t,useErrorBoundary:!1})}function Nb(e,t){var a=this,r=nm();return wh(["getRefundPdf",e,r,t],(function(){return n(a,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().getRefundPdf(e,r,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))]}))}))}),{enabled:!!e&&!!r,useErrorBoundary:!1})}function qb(){var e=nm();return wh(["teams-filters-members"],(function(){return pp.getInstance().teamsFiltersMembers({organizationCode:e}).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0})}function Mb(e){var t=e.organizationCode,n=e.accountCodes,o=e.search,a=e.status,r=e.roleId,i=e.statuses,s=e.roleIds,u=e.page,c=e.pageSize,l=nm();return wh(["fetch-post-members-v2",t,n,o,a,r,i,s,u,c],(function(){return pp.getInstance().postMembersPaginatedV2({organizationCode:l,accountCodes:n,search:o,status:a,roleId:r,statuses:i,roleIds:s,page:u,pageSize:c}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&!!n,cacheTime:0,useErrorBoundary:!1})}function Ub(){return wh(["fetch-roles"],(function(){return pp.getInstance().getRoles().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Bb(){return wh(["fetch-rolespermissions"],(function(){return pp.getInstance().getRolesPermissions().then((function(e){return null==e?void 0:e.data}))}))}function Fb(){return wh(["fetch-permissions-catalog"],(function(){return pp.getInstance().getPermissionsCatalog().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function Wb(e){var t=e.exportCode,n=e.enabled;return wh(["user-export-status",t],(function(){return pp.getInstance().getUserExportStatus({exportCode:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&(void 0===n||n),refetchInterval:function(e){return("PENDING"===(null==e?void 0:e.status)||"IN_PROGRESS"===(null==e?void 0:e.status))&&5e3},useErrorBoundary:!1})}function Hb(e){var t=e.page,n=void 0===t?0:t,o=e.pageSize,a=void 0===o?20:o,r=e.enabled;return wh(["user-exports-list",n,a],(function(){return pp.getInstance().listUserExports({page:n,pageSize:a}).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===r||r,useErrorBoundary:!1})}function Gb(){var e=this,t=fh();return function(a){return n(e,void 0,void 0,(function(){return o(this,(function(e){return[2,t.fetchQuery(["user-export-status",a],(function(){return pp.getInstance().getUserExportStatus({exportCode:a}).then((function(e){return null==e?void 0:e.data}))}))]}))}))}}function Vb(e){return wh(["data-report",e],(function(){return pp.getInstance().getSmartRoutingDataReport(e).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0,useErrorBoundary:!1})}function Kb(e,t,n,o){void 0===n&&(n=!0);return wh(["get-insights-conversion-rate-metrics-v2",e,t],(function(){return pp.getInstance().getInsightsMetricsConversionRateV2(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:n&&(!!(null==e?void 0:e.currency_code)&&"Empty"!==(null==e?void 0:e.currency_code)&&"string"==typeof(null==e?void 0:e.currency_code)||Array.isArray(null==e?void 0:e.currency_code)&&0===(null==e?void 0:e.currency_code.length)),staleTime:200,cacheTime:200,useErrorBoundary:!1,retry:1})}function $b(e,t){return wh(["get-insights-conversion-rate-view-more-metrics",t,e],(function(){return pp.getInstance().getInsightsMetricsConversionRateViewMore(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!(null==e?void 0:e.enabled)&&!!t,cacheTime:200,useErrorBoundary:!1})}function Qb(e){return wh(["get-insights-conversion-rate-fallback-metrics",e],(function(){return pp.getInstance().getInsightFallbackMetrics(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!(null==e?void 0:e.enabled),cacheTime:200,useErrorBoundary:!1})}function Jb(e,t,n){return void 0===n&&(n=!0),delete t.account_code,wh(["get-insights-volume-metrics",t,e],(function(){return pp.getInstance().getInsightsMetricsVolume(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:200,useErrorBoundary:!1})}function Yb(e,t,n,o){return void 0===o&&(o=!0),delete t.account_code,wh(["get-insights-volume-metrics-v2",t,e,n],(function(){return pp.getInstance().getInsightsMetricsVolumeV2(e,n,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:o,cacheTime:200,useErrorBoundary:!1})}function Xb(e,t,n){return void 0===n&&(n=!0),delete t.account_code,wh(["get-insights-total-payment-fraud-metrics",t,e],(function(){return pp.getInstance().getInsightsMetricsTotalPaymentsAndFraud(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:200,useErrorBoundary:!1})}function Zb(e,t,n){return void 0===n&&(n=!0),delete t.account_code,wh(["get-insights-customer-payment-fraud-metrics",t,e],(function(){return pp.getInstance().getInsightsMetricsCustomerPaymentsAndFraud(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:200,useErrorBoundary:!1})}function ev(e){return wh(["get-insights-overview",e],(function(){return pp.getInstance().getInsightOverview(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!(null==e?void 0:e.enabled)&&void 0!==e.account_code,cacheTime:200,useErrorBoundary:!1})}function tv(e,t){var n=!!(null==e?void 0:e.enabled)&&void 0!==(null==e?void 0:e.account_code);return wh(["get-insights-overview-v3",e,t],(function(){return pp.getInstance().getInsightOverviewV3(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:0,useErrorBoundary:!1})}function nv(e){return wh(["get-insights-home-metrics",e],(function(){return pp.getInstance().getInsighstHomeMetrics(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!(null==e?void 0:e.currency_code)&&!!(null==e?void 0:e.account_codes)&&!!(null==e?void 0:e.organization_code)&&(null==e?void 0:e.isLiveMode)&&!!(null==e?void 0:e.timezone),cacheTime:200,useErrorBoundary:!1})}function ov(e){return wh(["get-insights-reports",e],(function(){return pp.getInstance().getInsightsReport(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!(null==e?void 0:e.type),cacheTime:0,useErrorBoundary:!1})}function av(e){return wh(["get-insights-reports-again",e],(function(){return pp.getInstance().getInsightsReportAgain(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!(null==e?void 0:e.code),cacheTime:0,useErrorBoundary:!1})}function rv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-fraud-screening-volume-and-count-tx",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsightsFraudScreeningVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function iv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-fraud-screening-conversion-rate",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsightsFraudScreeningConversionRate(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function sv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-3ds-volume-and-count-tx",t,e],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsights3dsVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function uv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-3ds-conversion-rate-and-evolution",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsights3dsConversionRateAndEvolution(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function cv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-3ds-decline-reasons",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsights3dsDeclineReasons(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function lv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-3ds-frictionless-vs-challenge",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsights3dsFrictionlessVsChallenge(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function dv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-chargebacks-volume-and-count-tx",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsightsChargebacksVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function pv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-chargebacks-total-rate-and-evolution",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsightsChargebacksTotalRateAndEvolution(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function hv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-chargebacks-win-rate",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsightsChargebacksWinRate(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function mv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-chargebacks-disputed",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsightsChargebacksDisputed(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function fv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-chargebacks-by-provider-and-card-brand",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsightsChargebacksByProviderAndCardBrand(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function gv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-chargebacks-reasons-distribution",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsightsChargebacksReasonsDistribution(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function yv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-chargebacks-status-distribution",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsightsChargebacksStatusDistribution(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function bv(e,t,a){var r=this;return void 0===a&&(a={enabled:!0}),wh({queryKey:["post-insights-chargebacks-by-card-brand",e,t],queryFn:function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){switch(n.label){case 0:return[4,pp.getInstance().getInsightsChargebacksByCardBrand(e,t)];case 1:return[2,n.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function vv(e,t){return wh(["fetch-reconciliation-transaction",e],(function(){return pp.getInstance().getReconciliationTransactions(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:!!t,useErrorBoundary:!1})}function kv(e,t){return wh(["fetch-reconciliation-settlements",e],(function(){return pp.getInstance().getReconciliationSettlements(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:!!t,useErrorBoundary:!1})}function wv(e,t){return wh(["fetch-reconciliation-metrics",e],(function(){return pp.getInstance().getReconciliationMetrics(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t,cacheTime:500})}function jv(){return wh(["GET-reconciliation-filters"],(function(){return pp.getInstance().getReconciliationFilters().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function _v(e){return wh(["GET/v1/reconciliation/table/".concat(e,"/columns")],(function(){return pp.getInstance().getAllTableColumns(e).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Ev(){return wh(["GET/v1/reconciliation/active"],(function(){return pp.getInstance().getReconciliationActive().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{useErrorBoundary:!1})}function Cv(e,t,n){return wh(["GET/reconciliation/reports/columns/".concat(t,"/").concat(n)],(function(){return pp.getInstance().getReconciliationsReportColumns(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}),{enabled:e,useErrorBoundary:!1})}function Sv(e){return wh(["GET/reconciliation/reports/templates"],(function(){return pp.getInstance().getReconciliationReportTemplates().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}),{enabled:e,useErrorBoundary:!1})}function Rv(e){var t=e.body,n=e.params,o=e.enabled;return wh(["GET/reconciliation/alerts/list",t,n],(function(){return pp.getInstance().getReconciliationAlerts(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function Tv(e){var t=e.body,n=e.params,o=e.enabled;return wh(["GET/reconciliation/agenda/list",t,n],(function(){return pp.getInstance().getReconciliationAgenda(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function Iv(e){var t=e.body,n=e.params,o=e.enabled;return wh(["GET/reconciliation/agenda/insights",t,n],(function(){return pp.getInstance().getReconciliationAgendaInsightByKey(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function xv(e){var t=e.body,n=e.params,o=e.enabled;return wh(["GET/reconciliation/sales/list",t,n],(function(){return pp.getInstance().getReconciliationSales(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function Ov(e){var t=e.body,n=e.params,o=e.enabled;return wh(["GET/reconciliation/advancements/list",t,n],(function(){return pp.getInstance().getReconciliationAdvancements(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function Av(e){var t=e.body,n=e.params,o=e.enabled;return wh(["GET/reconciliation/fees/list",t,n],(function(){return pp.getInstance().getReconciliationFees(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function zv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-conflicts-summary",t],(function(){return pp.getInstance().getReconciliationInsightsConflictsSummary(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Pv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-not-reconciled-aggregators",t],(function(){return pp.getInstance().getReconciliationInsightsNotReconciledAggregators(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Dv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-not-reconciled-list",t],(function(){return pp.getInstance().getReconciliationInsightsNotReconciledList(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Lv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-status-conflict-aggregators",t],(function(){return pp.getInstance().getReconciliationInsightsStatusConflictAggregators(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Nv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-status-conflict-list",t],(function(){return pp.getInstance().getReconciliationInsightsStatusConflictList(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function qv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-amount-conflict-aggregators",t],(function(){return pp.getInstance().getReconciliationInsightsAmountConflictAggregators(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Mv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-amount-conflict-list",t],(function(){return pp.getInstance().getReconciliationInsightsAmountConflictList(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Uv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-conflict-date-summary",t],(function(){return pp.getInstance().getReconciliationInsightsConflictDateSummary(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Bv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-conflict-date-aggregators",t],(function(){return pp.getInstance().getReconciliationInsightsConflictDateAggregators(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Fv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-conflict-date-list",t],(function(){return pp.getInstance().getReconciliationInsightsConflictDateList(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Wv(e){var t=e.body,n=e.dateFilter,o=e.enabled;return wh(["reconciliation-insights-incorrect-fees-summary",t,n],(function(){return pp.getInstance().getReconciliationInsightsIncorrectFeesSummary(t,n).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===o||o,useErrorBoundary:!1})}function Hv(e){var t=e.body,n=e.dateFilter,o=e.enabled;return wh(["reconciliation-insights-incorrect-fees-aggregators",t,n],(function(){return pp.getInstance().getReconciliationInsightsIncorrectFeesAggregators(t,n).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===o||o,useErrorBoundary:!1})}function Gv(e){var t=e.body,n=e.dateFilter,o=e.enabled;return wh(["reconciliation-insights-incorrect-fees-list",t,n],(function(){return pp.getInstance().getReconciliationInsightsIncorrectFeesList(t,n).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===o||o,useErrorBoundary:!1})}function Vv(e){var t=e.body,n=e.dateFilter,o=e.enabled;return wh(["reconciliation-insights-fees-charged-summary",t,n],(function(){return pp.getInstance().getReconciliationInsightsFeesChargedSummary(t,n).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===o||o,useErrorBoundary:!1})}function Kv(e){var t=e.body,n=e.dateFilter,o=e.enabled;return wh(["reconciliation-insights-reconciled-summary",t,n],(function(){return pp.getInstance().getReconciliationInsightsReconciledSummary(t,n).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===o||o,useErrorBoundary:!1})}function $v(e){var t=e.body,n=e.dateFilter,o=e.transactionType,a=e.enabled;return wh(["reconciliation-insights-reconciled-aggregators",t,n,o],(function(){return pp.getInstance().getReconciliationInsightsReconciledAggregators(t,n,o).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===a||a,useErrorBoundary:!1})}function Qv(e){var t=e.body,n=e.dateFilter,o=e.transactionType,a=e.enabled;return wh(["reconciliation-insights-reconciled-list",t,n,o],(function(){return pp.getInstance().getReconciliationInsightsReconciledList(t,n,o).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===a||a,useErrorBoundary:!1})}function Jv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-not-confirm-summary",t],(function(){return pp.getInstance().getReconciliationInsightsNotConfirmSummary(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Yv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-not-confirm-aggregators",t],(function(){return pp.getInstance().getReconciliationInsightsNotConfirmAggregators(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Xv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-not-confirm-list",t],(function(){return pp.getInstance().getReconciliationInsightsNotConfirmList(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function Zv(e){var t=e.body,n=e.enabled;return wh(["reconciliation-insights-amount-to-be-settled-summary",t],(function(){return pp.getInstance().getReconciliationInsightsAmountToBeSettledSummary(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===n||n,useErrorBoundary:!1})}function ek(e){var t=this,a=Object.values(e).filter(Boolean);return wh(["feature-flags",a],(function(){return n(t,void 0,void 0,(function(){return o(this,(function(t){return[2,pp.getInstance().getFeatureFlagId(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:a.length>1,useErrorBoundary:!1})}function tk(e){var t=this,a=wh({queryKey:["all-feature-flags",Object.values(e).filter(Boolean)],queryFn:function(){return n(t,void 0,void 0,(function(){return o(this,(function(t){return[2,pp.getInstance().getFeatureFlagIdAll({accountCode:e.account_code}).then((function(e){return null==e?void 0:e.data}))]}))}))},enabled:!!e.account_code&&!!e.organization_code&&!!e.email,cacheTime:9e5,useErrorBoundary:!1}),r=fh();return c((function(){r.setQueryData(["cached-feature-flags"],a)}),[a,r]),a}function nk(e){var n,o,a=fh(),r=a.getQueryState(["cached-feature-flags"]),i=Boolean(!(null===(n=null==r?void 0:r.data)||void 0===n?void 0:n.status)||"loading"===(null===(o=null==r?void 0:r.data)||void 0===o?void 0:o.status)),s=wh({queryKey:["cached-feature-flags"],queryFn:function(){},enabled:!1,select:function(t){var n;return{result:null===(n=null==t?void 0:t.data)||void 0===n?void 0:n[e]}},initialData:function(){var e=a.getQueryData(["cached-feature-flags"]);return(null==e?void 0:e.data)||{}}});return t(t({},s),{isLoading:i})}function ok(e){return wh(["events",e],(function(){return pp.getInstance().getAuditEvents(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e.account_code&&!!e.organizationCode,cacheTime:0,keepPreviousData:!0,useErrorBoundary:!1})}function ak(e){return wh(["audit-monitor-event-detail",e],(function(){return pp.getInstance().getAuditMonitorDetail(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:null!==e,cacheTime:0,useErrorBoundary:!1})}function rk(e){return wh(["api-logs",e],(function(){return pp.getInstance().postApiLogs({payload:e}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e.organizationCode,cacheTime:0,useErrorBoundary:!1})}function ik(e){var t=e.params;return wh(["webhook-logs",t],(function(){return pp.getInstance().postWebhookLogs({payload:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t.organizationCode,cacheTime:0,useErrorBoundary:!1})}function sk(e){return wh(["api-logs-detail",e],(function(){return pp.getInstance().getApiLogsDetailByPaymentCode(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function uk(e,t){return wh(["api-logs-by-transaction",e,t],(function(){return pp.getInstance().getApiLogsByTransactionCode(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})}function ck(e,t){return void 0===t&&(t=!0),wh(["audit-exports-list",e],(function(){return pp.getInstance().getAuditExportsList(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:t,cacheTime:0,useErrorBoundary:!1})}function lk(e,t,n){return void 0===t&&(t=!1),wh(["audit-export-download",e],(function(){return pp.getInstance().getAuditExportDownload(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e&&t,cacheTime:0,useErrorBoundary:!1,onSuccess:n})}function dk(e){var t=e.tab,n=e.exportId,o=e.enabled,a=void 0!==o&&o,r=e.onSuccess;return wh(["unified-export-status",t,n],(function(){return pp.getInstance().getUnifiedExportStatus(t,n).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!n&&a,cacheTime:0,useErrorBoundary:!1,onSuccess:r})}function pk(e){var t=e.tab,n=e.page,o=void 0===n?0:n,a=e.size,r=void 0===a?10:a,i=e.enabled;return wh(["unified-exports-list",t,o,r],(function(){return pp.getInstance().getUnifiedExportsList(t,o,r).then((function(e){return null==e?void 0:e.data}))}),{enabled:void 0===i||i,cacheTime:0,useErrorBoundary:!1})}function hk(e,t){return wh(["fetch-payment-links",e,t],(function(){return pp.getInstance().getPaymentLinks(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t,cacheTime:0})}function mk(e){return wh(["payment-link"],(function(){return pp.getInstance().getPaymentLinksByCode(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e})}function fk(e){return void 0===e&&(e=!0),wh(["countries",e],(function(){return pp.getInstance().useGetCountriesConfig().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:e,keepPreviousData:!0})}function gk(e){var t=localStorage.getItem("lang")||"en",n=e||t;return wh(["countries-v2",n],(function(){return pp.getInstance().useGetCountriesConfigV2(n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!0,keepPreviousData:!0})}function yk(e){return wh(["timezone"],(function(){return pp.getInstance().getTimezone(e).then((function(e){return $d(e)?Xd:null==e?void 0:e.data})).catch((function(){return Xd}))}),{enabled:!0,keepPreviousData:!0})}function bk(e,t){return void 0===t&&(t=!0),wh(["subscription",e],(function(){return pp.getInstance().getSubscriptionByCode(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e&&t,cacheTime:500})}function vk(e,t,n,o){return void 0===o&&(o=!0),wh(["subscription-payments",e,t,n],(function(){return pp.getInstance().getSubscriptionPayments(e,t,n).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e&&o,cacheTime:0})}function kk(e){return jh((function(e){var t=e.payload;return pp.getInstance().firebaseUserSubscribe(t)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function wk(e,t){return wh(["get-cofig-allow-list",e],(function(){return pp.getInstance().getConfigAllowlist(e).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{cacheTime:0,enabled:!!e&&!!t})}function jk(e,t){return void 0===t&&(t=!0),wh(["get-black-list",e],(function(){return pp.getInstance().getBlackListType(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:!!e&&t})}function _k(e,t,n,o){var a;return wh(["post-black-list",e],(function(){return pp.getInstance().postBlockList(e,null!=t?t:"",null!=n?n:0,null!=o?o:25).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:(null===(a=e[0])||void 0===a?void 0:a.length)>0&&null!==t,useErrorBoundary:!1})}function Ek(e,t,n){return wh(["get-block-list-summary",e,t,n],(function(){var o=pp.getInstance();return n?o.getBlackListSummary(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e})):Promise.resolve({})}),{enabled:!!e&&!!n})}function Ck(e,t,n,o,a,r){return wh(["black-list-detail",e,t,o,a,r],(function(){return pp.getInstance().getBlacklistDetail(e,t,n,o,a).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e&&r,cacheTime:0})}function Sk(e,t,n){return wh(["allow-list-detail",e],(function(){return pp.getInstance().getAllowlistDetail(e,t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{enabled:!!e&&!!n})}function Rk(e,t){return void 0===t&&(t=!0),wh(["query-post-get-allowlist-multi-account",JSON.stringify(e)],(function(){return pp.getInstance().postGetAllowlist({payload:e}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{enabled:!!e&&t,cacheTime:0})}function Tk(e,t){var a=this;return void 0===e&&(e=26),void 0===t&&(t=0),wh(["batch-refunds",e,t],(function(){return n(a,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().getBatchRefunds(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))]}))}))}),{cacheTime:0})}function Ik(e){return wh(["velocity-rules",e],(function(){var t=pp.getInstance();return e?t.getVelocityRules(e).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e})):Promise.resolve({})}),{enabled:!!e,keepPreviousData:!0})}function xk(){return wh(["config-rules"],(function(){return pp.getInstance().getAllConfigRules().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0})}function Ok(e,t){var n=e.organizationCode;return wh(["mfa-excluded-users",n],(function(){return pp.getInstance().getMFAExcludedUsers({organizationCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:t})}function Ak(e,t){var n=e.organizationCode;return wh(["mfa-config",n],(function(){return pp.getInstance().getMFAConfig({organizationCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:t})}function zk(e,t){return wh(["mfa-enforcement-status",e.accountCode],(function(){return pp.getInstance().getMFAEnforcementStatus().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:t})}function Pk(e){return wh(["fetch-organization-saml-config",e],(function(){return pp.getInstance().getSamlConfig().then((function(e){return e.data}))}),{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function Dk(e){return wh(["chartgpt-chart-execute",e],(function(){return pp.getInstance().executeChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e})}function Lk(){return wh(["chartgpt-user-charts"],(function(){return pp.getInstance().getChartsByUser().then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0})}function Nk(){var e=this;return wh(["chartgpt-user-charts-with-results"],(function(){return n(e,void 0,void 0,(function(){var e,a,r,i=this;return o(this,(function(s){switch(s.label){case 0:return[4,(e=pp.getInstance()).getChartsByUser()];case 1:return a=s.sent(),r=(null==a?void 0:a.data)||[],[4,Promise.all(r.map((function(a){return n(i,void 0,void 0,(function(){var n,r,i,s,u,c,l,d;return o(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,e.executeChartGPTChart(a.code)];case 1:return n=o.sent(),[2,t(t({},a),{user_prompt:null!==(s=null===(i=null==n?void 0:n.data)||void 0===i?void 0:i.user_prompt)&&void 0!==s?s:a.user_prompt,unit_to_display:null!==(c=null===(u=null==n?void 0:n.data)||void 0===u?void 0:u.unit_to_display)&&void 0!==c?c:a.unit_to_display,results:null!==(d=null===(l=null==n?void 0:n.data)||void 0===l?void 0:l.results)&&void 0!==d?d:[]})];case 2:return r=o.sent(),console.error("Failed to execute chart ".concat(a.chart_id,":"),r),[2,t(t({},a),{results:[]})];case 3:return[2]}}))}))})))];case 2:return[2,s.sent()]}}))}))}))}function qk(e,t,a){var r=this;return void 0===a&&(a=!0),wh(["chartgpt-patch-and-execute",e,t],(function(){return n(r,void 0,void 0,(function(){var n,a,r,i,s;return o(this,(function(o){switch(o.label){case 0:return[4,(n=pp.getInstance()).patchChartGPTChart(e,t)];case 1:return a=o.sent(),r=null==a?void 0:a.data,[4,n.executeChartGPTChart(e)];case 2:return i=o.sent(),s=null==i?void 0:i.data,[2,{chart:r,execution:s}]}}))}))}),{enabled:a&&!!e,retry:!1})}function Mk(e){var t=this,a=e.chartCode,r=e.enabled;return wh(["chart-feedback",a],(function(){return n(t,void 0,void 0,(function(){var e,t,n,r,i;return o(this,(function(o){switch(o.label){case 0:e=pp.getInstance(),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,e.getChartFeedback(a)];case 2:return t=o.sent(),(n=null==t?void 0:t.data)&&n.rating?[2,n]:[2,null];case 3:if(r=o.sent(),404===(null===(i=null==r?void 0:r.response)||void 0===i?void 0:i.status))return[2,null];throw r;case 4:return[2]}}))}))}),{enabled:(void 0===r||r)&&!!a,staleTime:3e5})}function Uk(){return wh(["languages"],(function(){return pp.getInstance().getLanguages().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1,cacheTime:300})}function Bk(){var e=localStorage.getItem("lang")||"en";return wh(["translations",e],(function(){return pp.getInstance().getTranslations(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1,cacheTime:3e4})}function Fk(e){var t=this;return wh({queryKey:["network-tokens-onboarding",e],queryFn:function(){return n(t,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,pp.getInstance().getNetworkTokensOnboardingByOrganization(e)];case 1:return[2,t.sent().data]}}))}))},enabled:!!e,useErrorBoundary:!1,cacheTime:0})}var Wk=function(e){if(!e)return"";var t=new Date(e);return"".concat(["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][t.getUTCMonth()]," ").concat(t.getUTCDate())},Hk=function(e,t,n){if(!t||!n)return e||[];var o=function(e,t){var n=[],o=new Date(e),a=new Date(t);o.setUTCHours(0,0,0,0),a.setUTCHours(0,0,0,0);for(var r=new Date(o);r<=a;)n.push(r.toISOString()),r.setUTCDate(r.getUTCDate()+1);return n}(t,n),a=new Map;return null==e||e.forEach((function(e){if(e.date){var t=new Date(e.date).toISOString().split("T")[0];a.set(t,e.value)}})),o.map((function(e){var t=e.split("T")[0];return{date:e,value:a.get(t)||"0"}}))},Gk=function(e){var t,n=null===(t=e.plots)||void 0===t?void 0:t[0];if(!n||!n.rows)return{distribution:[],total:0};var o=parseFloat(n.value||"0");return{distribution:n.rows.map((function(e){var t,n=100*parseFloat(e.value),a=Math.round(o*parseFloat(e.value));return{key:(null===(t=e.label)||void 0===t?void 0:t.toUpperCase())||"UNKNOWN",total:a,percentage:n,amount:a}})),total:o}},Vk=function(e,t,n){var o,a={};return null===(o=e.plots)||void 0===o||o.forEach((function(e){var o=Hk(e.rows,t,n),r=e.label;a[r]=o.map((function(e){return{key:e.date||"",total:100*parseFloat(e.value),current_label:Wk(e.date||""),current_amount:100*parseFloat(e.value)}}))})),a},Kk=function(e,t,n){var o,a=null===(o=e.plots)||void 0===o?void 0:o[0];return{distribution:Hk(null==a?void 0:a.rows,t,n).map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Wk(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==a?void 0:a.value)||"0"),total_amount:parseFloat((null==a?void 0:a.value)||"0")}},$k=function(e,t,n){var o,a=null===(o=e.plots)||void 0===o?void 0:o[0];return{distribution:Hk(null==a?void 0:a.rows,t,n).map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Wk(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==a?void 0:a.value)||"0"),total_amount:parseFloat((null==a?void 0:a.value)||"0")}},Qk=function(e,a){return wh(t({queryKey:["smart-recovery-communications-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,(function(){var t,n,a;return o(this,(function(o){switch(o.label){case 0:return t=pp.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-by-day",n)];case 1:return a=o.sent(),[2,(r=a.data,i=n.start_date,s=n.end_date,u=r.plots||[],c=u.find((function(e){return"TOTAL_COMMUNICATIONS_LABEL"===e.label})),l=u.find((function(e){return"COMPLETED_COMMUNICATIONS_LABEL"===e.label})),d=u.find((function(e){return"CONVERSION_RATE_LABEL"===e.label})),p=Hk(null==c?void 0:c.rows,i,s),h=Hk(null==l?void 0:l.rows,i,s),m=Hk(null==d?void 0:d.rows,i,s),{communications:{distribution:p.map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Wk(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==c?void 0:c.value)||"0")},conversion_rate:{distribution:m.map((function(e){return{key:e.date||"",total:parseFloat(e.value),percentage:parseFloat(e.value)}})),total:parseFloat((null==d?void 0:d.value)||"0")},completed_communications:{distribution:h.map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Wk(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==l?void 0:l.value)||"0")}})]}var r,i,s,u,c,l,d,p,h,m}))}))},enabled:!!e.organization_code,staleTime:3e5},a))},Jk=function(e,a){return wh(t({queryKey:["smart-recovery-communications-by-substatus",e],queryFn:function(){return n(void 0,void 0,void 0,(function(){var t,n,a;return o(this,(function(o){switch(o.label){case 0:return t=pp.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-by-substatus",n)];case 1:return a=o.sent(),[2,Gk(a.data)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},a))},Yk=function(e,a){return wh(t({queryKey:["smart-recovery-communications-substatus-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,(function(){var t,n,a;return o(this,(function(o){switch(o.label){case 0:return t=pp.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-substatus-by-day",n)];case 1:return a=o.sent(),[2,Vk(a.data,n.start_date,n.end_date)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},a))},Xk=function(e,a){return wh(t({queryKey:["smart-recovery-recovered-tpv-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,(function(){var t,n,a;return o(this,(function(o){switch(o.label){case 0:return t=pp.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/recovered-tpv-by-day",n)];case 1:return a=o.sent(),[2,Kk(a.data,n.start_date,n.end_date)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},a))},Zk=function(e,a){return wh(t({queryKey:["smart-recovery-recovered-payments-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,(function(){var t,n,a;return o(this,(function(o){switch(o.label){case 0:return t=pp.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/recovered-payments-by-day",n)];case 1:return a=o.sent(),[2,$k(a.data,n.start_date,n.end_date)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},a))};function ew(e,t){var a=this;return wh(["POST/template-reporting/templates/search",e],(function(){return n(a,void 0,void 0,(function(){return o(this,(function(t){return[2,pp.getInstance().searchReportTemplates(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:t,useErrorBoundary:!1})}function tw(e,t,a){var r=this;return wh(["POST/template-reporting/template-by-id/search",e,t],(function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().searchReportTemplateById(e,t).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:a&&!!e,useErrorBoundary:!1})}function nw(e,t){var a=this;return wh(["POST/template-reporting/schedules/search",e],(function(){return n(a,void 0,void 0,(function(){return o(this,(function(t){return[2,pp.getInstance().searchReportSchedules(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:t,useErrorBoundary:!1})}function ow(e,t,a){var r=this;return wh(["POST/template-reporting/schedule-by-id/search",e,t],(function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().searchReportScheduleById(e,t).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:a&&!!e,useErrorBoundary:!1})}function aw(){return wh({queryKey:["organization-configs"],queryFn:function(){return pp.getInstance().getOrganizationConfigs().then((function(e){return null==e?void 0:e.data}))},cacheTime:0,useErrorBoundary:!1})}function rw(e,t,a){var r=this;return void 0===a&&(a=!0),wh(["get-recipients",e,t],(function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().getRecipients(e,t).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&a,cacheTime:0,useErrorBoundary:!1})}function iw(e,t,a){var r=this;return void 0===a&&(a=!0),wh(["get-recipient-by-id",e,t.recipient_id],(function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().getRecipientById(e,t.recipient_id).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&!!t.recipient_id&&a,cacheTime:500,useErrorBoundary:!1})}function sw(e,t,a){var r=this;return void 0===a&&(a=!0),wh(["get-onboarding-detail",e,t.recipient_id,t.onboarding_id],(function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().getOnboardingDetail(e,t.recipient_id,t.onboarding_id).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&!!t.recipient_id&&!!t.onboarding_id&&a,cacheTime:500,useErrorBoundary:!1})}function uw(e,t,a){var r=this;return void 0===a&&(a=!0),wh(["get-onboarding-timeline",e,t.onboarding_id],(function(){return n(r,void 0,void 0,(function(){return o(this,(function(n){return[2,pp.getInstance().getOnboardingTimeline(e,t.onboarding_id).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&!!t.onboarding_id&&a,cacheTime:500,useErrorBoundary:!1})}function cw(e,t,n){return void 0===t&&(t=!0),wh(["installments-plans",e,n],(function(){return pp.getInstance().getInstallmentPlans(n).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:Boolean(e)&&t,useErrorBoundary:!1})}function lw(){return lw=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},lw.apply(this,arguments)}
|
|
50
|
+
*/"production"===process.env.NODE_ENV?uf.exports=function(){if(cf)return lf;cf=1;var e=s,t="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},n=e.useState,r=e.useEffect,o=e.useLayoutEffect,a=e.useDebugValue;function i(e){var n=e.getSnapshot;e=e.value;try{var r=n();return!t(e,r)}catch(e){return!0}}var c="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var s=t(),c=n({inst:{value:s,getSnapshot:t}}),u=c[0].inst,l=c[1];return o(function(){u.value=s,u.getSnapshot=t,i(u)&&l({inst:u})},[e,s,t]),r(function(){return i(u)&&l({inst:u}),e(function(){i(u)&&l({inst:u})})},[e]),a(s),s};return lf.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:c,lf}():uf.exports=(df||(df=1,"production"!==process.env.NODE_ENV&&function(){function e(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!n(e,r)}catch(e){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=s,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},r=t.useState,o=t.useEffect,a=t.useLayoutEffect,i=t.useDebugValue,c=!1,u=!1,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(s,l){c||void 0===t.startTransition||(c=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var d=l();if(!u){var p=l();n(d,p)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),u=!0)}var h=(p=r({inst:{value:d,getSnapshot:l}}))[0].inst,f=p[1];return a(function(){h.value=d,h.getSnapshot=l,e(h)&&f({inst:h})},[s,d,l]),o(function(){return e(h)&&f({inst:h}),s(function(){e(h)&&f({inst:h})})},[s]),i(d),d};pf.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:l,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),pf);var hf=uf.exports;const ff=hf.useSyncExternalStore,mf=i.createContext(void 0),gf=i.createContext(!1);function yf(e,t){return e||(t&&"undefined"!=typeof window?(window.ReactQueryClientContext||(window.ReactQueryClientContext=mf),window.ReactQueryClientContext):mf)}const vf=({context:e}={})=>{const t=i.useContext(yf(e,i.useContext(gf)));if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},bf=({client:e,children:t,context:n,contextSharing:r=!1})=>{i.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),"production"!==process.env.NODE_ENV&&r&&e.getLogger().error("The contextSharing option has been deprecated and will be removed in the next major version");const o=yf(n,r);return i.createElement(gf.Provider,{value:!n&&r},i.createElement(o.Provider,{value:e},t))},kf=i.createContext(!1);kf.Provider;const wf=i.createContext(function(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}());function _f(e,t){return"function"==typeof e?e(...t):!!e}function Ef(e,t){const n=vf({context:e.context}),r=i.useContext(kf),o=i.useContext(wf),a=n.defaultQueryOptions(e);a._optimisticResults=r?"isRestoring":"optimistic",a.onError&&(a.onError=Vh.batchCalls(a.onError)),a.onSuccess&&(a.onSuccess=Vh.batchCalls(a.onSuccess)),a.onSettled&&(a.onSettled=Vh.batchCalls(a.onSettled)),(e=>{e.suspense&&("number"!=typeof e.staleTime&&(e.staleTime=1e3),"number"==typeof e.cacheTime&&(e.cacheTime=Math.max(e.cacheTime,1e3)))})(a),((e,t)=>{(e.suspense||e.useErrorBoundary)&&(t.isReset()||(e.retryOnMount=!1))})(a,o),(e=>{i.useEffect(()=>{e.clearReset()},[e])})(o);const[s]=i.useState(()=>new t(n,a)),c=s.getOptimisticResult(a);if(ff(i.useCallback(e=>{const t=r?()=>{}:s.subscribe(Vh.batchCalls(e));return s.updateResult(),t},[s,r]),()=>s.getCurrentResult(),()=>s.getCurrentResult()),i.useEffect(()=>{s.setOptions(a,{listeners:!1})},[a,s]),((e,t,n)=>(null==e?void 0:e.suspense)&&((e,t)=>e.isLoading&&e.isFetching&&!t)(t,n))(a,c,r))throw((e,t,n)=>t.fetchOptimistic(e).then(({data:t})=>{null==e.onSuccess||e.onSuccess(t),null==e.onSettled||e.onSettled(t,null)}).catch(t=>{n.clearReset(),null==e.onError||e.onError(t),null==e.onSettled||e.onSettled(void 0,t)}))(a,s,o);if((({result:e,errorResetBoundary:t,useErrorBoundary:n,query:r})=>e.isError&&!t.isReset()&&!e.isFetching&&_f(n,[e.error,r]))({result:c,errorResetBoundary:o,useErrorBoundary:a.useErrorBoundary,query:s.getCurrentQuery()}))throw c.error;return a.notifyOnChangeProps?c:s.trackResult(c)}function xf(e,t,n){return Ef(kh(e,t,n),tf)}function Sf(e,t,n){const r=function(e,t,n){return Dh(e)?"function"==typeof t?{...n,mutationKey:e,mutationFn:t}:{...t,mutationKey:e}:"function"==typeof e?{...t,mutationFn:e}:{...e}}(e,t,n),o=vf({context:r.context}),[a]=i.useState(()=>new sf(o,r));i.useEffect(()=>{a.setOptions(r)},[a,r]);const s=ff(i.useCallback(e=>a.subscribe(Vh.batchCalls(e)),[a]),()=>a.getCurrentResult(),()=>a.getCurrentResult()),c=i.useCallback((e,t)=>{a.mutate(e,t).catch(Cf)},[a]);if(s.error&&_f(a.options.useErrorBoundary,[s.error]))throw s.error;return{...s,mutate:c,mutateAsync:s.mutate}}function Cf(){}var Rf;function If(e){return Sf(function(e){var t=e.payload;return fh.getInstance().postWebhookV2MultiAccount({payload:t})},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Tf(e){return Sf(function(e){var t=e.code,n=e.accountCode;return fh.getInstance().deleteWebhookV2(t,n)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Af(e){return Sf(function(e){var t=e.code,n=e.payload,r=e.accountCode;return fh.getInstance().updateWebhookV2(t,n,r)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Of(){return Sf(function(e){var t=e.name,n=e.principal;return fh.getInstance().postAccount(t,n)})}function Pf(){return Sf(function(n){var r=e([Rf.ACCOUNT],n.duplicate_order,!0);return fh.getInstance().duplicateAccount(t(t({},n),{duplicate_order:r}))})}function Df(){return Sf(function(e){return fh.getInstance().retryDuplicateAccount(e)})}function jf(){return Sf(function(e){var t=e.name,n=e.code,r=e.principal;return fh.getInstance().patchAccountV2({name:t,code:n,principal:r})})}function Lf(){return Sf(function(e){var t=e.account_code;return fh.getInstance().putAccountPrincipal({account_code:t})})}function Nf(){return Sf(function(e){var t=e.organizationCode,n=e.userCode,r=e.payload;return fh.getInstance().putAccountsUserMassive(t,n,r)})}function zf(){return Sf(function(e){var t=e.organizationCode,n=e.userCode,r=e.payload;return fh.getInstance().deleteAccountsUserMassive(t,n,r)})}function qf(){return Sf(["post-validate-status-connection"],function(e){var t=e.payload,n=e.accountCode;return fh.getInstance().postValidateStatusConnection({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Uf(){return Sf(["post-change-status-connection"],function(e){var t=e.payload,n=e.accountCode;return fh.getInstance().postChangeStatusConnection({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Mf(){return Sf(function(e){return fh.getInstance().putCosts(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function Bf(){return Sf(["post-connection"],function(e){var t=e.payload;return fh.getInstance().postMultiConnection({payload:t}).then(function(e){return null==e?void 0:e.data})})}function Ff(){return Sf(["new-post-connection-validate"],function(){return fh.getInstance().postMultiConnectionValidate().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function Wf(){return Sf(["patch-connection"],function(e){var t=e.payload,n=e.connectionCode;return fh.getInstance().patchConnection({payload:t,connectionCode:n}).then(function(e){return null==e?void 0:e.data})})}function Hf(){return Sf(function(e){var t=e.payload;return fh.getInstance().postDefaultRoutes({payload:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function Gf(){return Sf(function(e){return fh.getInstance().postValidateCredentials(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function Vf(){var e=this;return Sf(function(t){var o=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,fh.getInstance().postNetworkTokensOnboarding(o)];case 1:return[2,e.sent().data]}})})},{useErrorBoundary:!1})}function Kf(){return Sf(["patch-organizations"],function(){return fh.getInstance().updateOrganizationStatus().then(function(e){return null==e?void 0:e.data})})}function $f(){return Sf(function(e){return fh.getInstance().getOrgByName(e).then(function(e){return null==e?void 0:e.data})})}function Qf(){var e=this;return Sf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,fh.getInstance().changePasswordV2(t).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Yf(){var e=this;return Sf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,fh.getInstance().workosPasswordReset(t).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Jf(){var e=this;return Sf(function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,fh.getInstance().workosAdminPortal().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Xf(e){return Sf(function(e){return fh.getInstance().updateProfile(e)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Zf(){return Sf(function(e){return fh.getInstance().inviteUsersMassive(e,e.organizationCode)})}function em(){return Sf(function(e){return fh.getInstance().inviteUsersMassiveV2(e)})}function tm(){return Sf(function(e){var t=e.userCode,n=e.organizationCode;return fh.getInstance().unInviteUsersV2({userCode:t,organizationCode:n})})}function nm(){return Sf(function(e){return fh.getInstance().createUserAuth0(e)})}function rm(){return Sf(function(e){return fh.getInstance().postCall(e)})}function om(){return Sf(function(e){return fh.getInstance().changeLoginMethods(e)})}!function(e){e.ACCOUNT="ACCOUNT",e.CHECKOUT_BUILDER="CHECKOUT_BUILDER",e.CONNECTION="CONNECTION",e.ROUTING="ROUTING",e.RISK_CONDITIONS="RISK_CONDITIONS",e.WEBHOOKS="WEBHOOKS"}(Rf||(Rf={}));var am=function(){var e=c("ON"===localStorage.getItem("isTesting")),t=e[0],n=e[1];return u(function(){var e=function(e){"isTesting"===e.key&&n("ON"===e.newValue)};return window.addEventListener("storage",e),function(){window.removeEventListener("storage",e)}},[]),{isTesting:t}},im=function(e){var t=localStorage.getItem(e),n=c(t&&JSON.parse(t)),r=n[0],o=n[1];return u(function(){var t=function(t){if(t.key===e){var n=t.newValue;o(n)}};return window.addEventListener("storage",t),function(){window.removeEventListener("storage",t)}},[e]),r},sm=function(){var e,t;return null===(t=null===(e=im("account"))||void 0===e?void 0:e.value)||void 0===t?void 0:t.organization_code},cm=function(){var e,t=am().isTesting,n=null===(e=im("account"))||void 0===e?void 0:e.value;return(t?null==n?void 0:n.account_code_testing:null==n?void 0:n.account_code_live)||(null==n?void 0:n.code)};function um(e){var n=cm(),r=l(n);return r.current=n,Sf(function(e){return fh.getInstance().updateIsActiveCheckout(t(t({},e),{accountCode:r.current}))},e)}function lm(){return Sf(function(e){var t=e.payload,n=e.transactionId,r=e.paymentId,o=e.action;return fh.getInstance().createOperationTransaction(t,n,r,o)})}function dm(){return Sf(function(e){var t=e.payload,n=e.paymentId,r=e.transactionId,o=e.handleSetProgress;return fh.getInstance().uploadChargebacks(t,n,r,o)})}function pm(){return Sf(function(e){var t=e.transactionCode,n=e.payload;return fh.getInstance().postProviderRawResponse(t,n)})}function hm(){return Sf(function(e){var t=e.paymentId,n=e.payload;return fh.getInstance().addToRiskList(t,n)})}var fm=new Qh({}),mm=new class{constructor(e={}){this.queryCache=e.queryCache||new Qh,this.mutationCache=e.mutationCache||new Xh,this.logger=e.logger||Gh,this.defaultOptions=e.defaultOptions||{},this.queryDefaults=[],this.mutationDefaults=[],this.mountCount=0,"production"!==process.env.NODE_ENV&&e.logger&&this.logger.error("Passing a custom logger has been deprecated and will be removed in the next major version.")}mount(){this.mountCount++,1===this.mountCount&&(this.unsubscribeFocus=zh.subscribe(()=>{zh.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())}),this.unsubscribeOnline=Uh.subscribe(()=>{Uh.isOnline()&&(this.resumePausedMutations(),this.queryCache.onOnline())}))}unmount(){var e,t;this.mountCount--,0===this.mountCount&&(null==(e=this.unsubscribeFocus)||e.call(this),this.unsubscribeFocus=void 0,null==(t=this.unsubscribeOnline)||t.call(this),this.unsubscribeOnline=void 0)}isFetching(e,t){const[n]=wh(e,t);return n.fetchStatus="fetching",this.queryCache.findAll(n).length}isMutating(e){return this.mutationCache.findAll({...e,fetching:!0}).length}getQueryData(e,t){var n;return null==(n=this.queryCache.find(e,t))?void 0:n.state.data}ensureQueryData(e,t,n){const r=kh(e,t,n),o=this.getQueryData(r.queryKey);return o?Promise.resolve(o):this.fetchQuery(r)}getQueriesData(e){return this.getQueryCache().findAll(e).map(({queryKey:e,state:t})=>[e,t.data])}setQueryData(e,t,n){const r=this.queryCache.find(e),o=function(e,t){return"function"==typeof e?e(t):e}(t,null==r?void 0:r.state.data);if(void 0===o)return;const a=kh(e),i=this.defaultQueryOptions(a);return this.queryCache.build(this,i).setData(o,{...n,manual:!0})}setQueriesData(e,t,n){return Vh.batch(()=>this.getQueryCache().findAll(e).map(({queryKey:e})=>[e,this.setQueryData(e,t,n)]))}getQueryState(e,t){var n;return null==(n=this.queryCache.find(e,t))?void 0:n.state}removeQueries(e,t){const[n]=wh(e,t),r=this.queryCache;Vh.batch(()=>{r.findAll(n).forEach(e=>{r.remove(e)})})}resetQueries(e,t,n){const[r,o]=wh(e,t,n),a=this.queryCache,i={type:"active",...r};return Vh.batch(()=>(a.findAll(r).forEach(e=>{e.reset()}),this.refetchQueries(i,o)))}cancelQueries(e,t,n){const[r,o={}]=wh(e,t,n);void 0===o.revert&&(o.revert=!0);const a=Vh.batch(()=>this.queryCache.findAll(r).map(e=>e.cancel(o)));return Promise.all(a).then(yh).catch(yh)}invalidateQueries(e,t,n){const[r,o]=wh(e,t,n);return Vh.batch(()=>{var e,t;if(this.queryCache.findAll(r).forEach(e=>{e.invalidate()}),"none"===r.refetchType)return Promise.resolve();const n={...r,type:null!=(e=null!=(t=r.refetchType)?t:r.type)?e:"active"};return this.refetchQueries(n,o)})}refetchQueries(e,t,n){const[r,o]=wh(e,t,n),a=Vh.batch(()=>this.queryCache.findAll(r).filter(e=>!e.isDisabled()).map(e=>{var t;return e.fetch(void 0,{...o,cancelRefetch:null==(t=null==o?void 0:o.cancelRefetch)||t,meta:{refetchPage:r.refetchPage}})}));let i=Promise.all(a).then(yh);return null!=o&&o.throwOnError||(i=i.catch(yh)),i}fetchQuery(e,t,n){const r=kh(e,t,n),o=this.defaultQueryOptions(r);void 0===o.retry&&(o.retry=!1);const a=this.queryCache.build(this,o);return a.isStaleByTime(o.staleTime)?a.fetch(o):Promise.resolve(a.state.data)}prefetchQuery(e,t,n){return this.fetchQuery(e,t,n).then(yh).catch(yh)}fetchInfiniteQuery(e,t,n){const r=kh(e,t,n);return r.behavior=Zh(),this.fetchQuery(r)}prefetchInfiniteQuery(e,t,n){return this.fetchInfiniteQuery(e,t,n).then(yh).catch(yh)}resumePausedMutations(){return this.mutationCache.resumePausedMutations()}getQueryCache(){return this.queryCache}getMutationCache(){return this.mutationCache}getLogger(){return this.logger}getDefaultOptions(){return this.defaultOptions}setDefaultOptions(e){this.defaultOptions=e}setQueryDefaults(e,t){const n=this.queryDefaults.find(t=>Sh(e)===Sh(t.queryKey));n?n.defaultOptions=t:this.queryDefaults.push({queryKey:e,defaultOptions:t})}getQueryDefaults(e){if(!e)return;const t=this.queryDefaults.find(t=>Ch(e,t.queryKey));if("production"!==process.env.NODE_ENV){this.queryDefaults.filter(t=>Ch(e,t.queryKey)).length>1&&this.logger.error("[QueryClient] Several query defaults match with key '"+JSON.stringify(e)+"'. The first matching query defaults are used. Please check how query defaults are registered. Order does matter here. cf. https://react-query.tanstack.com/reference/QueryClient#queryclientsetquerydefaults.")}return null==t?void 0:t.defaultOptions}setMutationDefaults(e,t){const n=this.mutationDefaults.find(t=>Sh(e)===Sh(t.mutationKey));n?n.defaultOptions=t:this.mutationDefaults.push({mutationKey:e,defaultOptions:t})}getMutationDefaults(e){if(!e)return;const t=this.mutationDefaults.find(t=>Ch(e,t.mutationKey));if("production"!==process.env.NODE_ENV){this.mutationDefaults.filter(t=>Ch(e,t.mutationKey)).length>1&&this.logger.error("[QueryClient] Several mutation defaults match with key '"+JSON.stringify(e)+"'. The first matching mutation defaults are used. Please check how mutation defaults are registered. Order does matter here. cf. https://react-query.tanstack.com/reference/QueryClient#queryclientsetmutationdefaults.")}return null==t?void 0:t.defaultOptions}defaultQueryOptions(e){if(null!=e&&e._defaulted)return e;const t={...this.defaultOptions.queries,...this.getQueryDefaults(null==e?void 0:e.queryKey),...e,_defaulted:!0};return!t.queryHash&&t.queryKey&&(t.queryHash=xh(t.queryKey,t)),void 0===t.refetchOnReconnect&&(t.refetchOnReconnect="always"!==t.networkMode),void 0===t.useErrorBoundary&&(t.useErrorBoundary=!!t.suspense),t}defaultMutationOptions(e){return null!=e&&e._defaulted?e:{...this.defaultOptions.mutations,...this.getMutationDefaults(null==e?void 0:e.mutationKey),...e,_defaulted:!0}}clear(){this.queryCache.clear(),this.mutationCache.clear()}}({defaultOptions:{queries:{refetchOnWindowFocus:!1,refetchOnReconnect:!1,retry:!1,staleTime:3e5,useErrorBoundary:!0}},queryCache:fm});function gm(){return Sf(function(e){return fh.getInstance().createReconciliationsReportV2(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function ym(){return Sf(function(e){return fh.getInstance().createReconciliationsReportV3(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function vm(){return Sf(function(e){return fh.getInstance().createReportV2(e).then(function(e){return null==e?void 0:e.data})})}function bm(){return Sf(function(e){return fh.getInstance().getTotalRowsForExport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function km(){return Sf(function(e){return fh.getInstance().cancelReport(e).then(function(e){return null==e?void 0:e.data})})}function wm(t){var o=this;return Sf(function(){return n(o,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().createReportTemplate(t).then(function(e){return null==e?void 0:e.data})]})})},{onMutate:function(t){return n(o,void 0,void 0,function(){var n;return r(this,function(r){switch(r.label){case 0:return[4,mm.cancelQueries({queryKey:["GET/reports/templates"]})];case 1:return r.sent(),n=mm.getQueryData(["GET/reports/templates"]),mm.setQueryData(["GET/reports/templates"],function(n){return e(e([],n,!0),[t],!1)}),[2,{previousTemplates:n}]}})})},onError:function(e,t,n){mm.setQueryData(["GET/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){mm.invalidateQueries({queryKey:["GET/reports/templates"]})}})}function _m(e){return Sf(function(){return fh.getInstance().updateReportTemplate(e).then(function(e){return null==e?void 0:e.data})})}function Em(){return Sf(function(e){return fh.getInstance().deletePaymentsReportTemplate(e).then(function(e){return null==e?void 0:e.data})})}function xm(e,t,o){var a=this;return void 0===o&&(o=null),Sf(function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().postSmartRoutingCreateWorkflow(e,t).then(function(e){return null==e?void 0:e.data})];case 1:return[2,n.sent()]}})})},o)}function Sm(e,t){var o=this,a=e.versionCode,i=e.accountCode,s=e.organizationCode,c=e.routingType,u=void 0===c?dd.DEFAULT_ROUTING_TYPE:c;return void 0===t&&(t=null),Sf(function(){return n(o,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,fh.getInstance().postSmartRoutingPublishVersion(i,a,s,u).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})},t)}function Cm(e,t){var n=e.data,r=e.accountCode,o=e.routingType,a=void 0===o?dd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Sf(function(){return fh.getInstance().putSmartRoutingUpdateWorkflow(r,n,a).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},t)}function Rm(e,t){var n=e.versionCode,r=e.accountCode;return void 0===t&&(t=null),Sf(function(){return fh.getInstance().deleteSmartRoutingVersion(r,n).then(function(e){return null==e?void 0:e.data})},t)}function Im(e,t){var n=e.versionCode,r=e.accountCode,o=e.routingType,a=void 0===o?dd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Sf(function(){return fh.getInstance().postSmartRoutingDuplicateVersion(r,String(n),a).then(function(e){return null==e?void 0:e.data})},t)}function Tm(e,t){var n=e.paymentMethod,r=e.active,o=e.accountCode;return void 0===t&&(t=null),Sf(function(){return fh.getInstance().putSmartRoutingToggleMethod(o,n,r).then(function(e){return null==e?void 0:e.data})},t)}function Am(e,t){var n=e.declinedId,r=e.accountCode;return void 0===t&&(t=null),Sf(function(e){return void 0===e&&(e=null),fh.getInstance().updateSmartRoutingDeclinedGroup(r,n,e).then(function(e){return null==e?void 0:e.data})},t)}function Om(e){var t=e.accountCode;return Sf(function(e){return void 0===e&&(e=null),fh.getInstance().createSmartRoutingDeclinedGroup(t,e).then(function(e){return null==e?void 0:e.data})},e.options)}function Pm(e,t){var n=e.versionCode,r=e.accountCode;return void 0===t&&(t=null),Sf(function(e){return void 0===e&&(e=!1),fh.getInstance().updateSmartRoutingFavorite(r,n,e).then(function(e){return null==e?void 0:e.data})},t)}function Dm(e,t){var n=e.code,r=e.name,o=e.accountCode,a=e.routingType,i=void 0===a?dd.DEFAULT_ROUTING_TYPE:a;return void 0===t&&(t=null),Sf(function(){return fh.getInstance().putSmartRoutingUpdateWorkflowName(o,{code:n,name:r},i).then(function(e){return null==e?void 0:e.data})},t)}function jm(e,t){var n=e.accountCode,r=e.workflowVersionCode;return void 0===t&&(t=null),Sf(function(e){return fh.getInstance().simulateSmartRoutingTransaction(n,r,e).then(function(e){return null==e?void 0:e.data})},t)}function Lm(e,t){return void 0===t&&(t=null),Sf(function(t){return fh.getInstance().updateMonitorRedistribution(e,t).then(function(e){return null==e?void 0:e.data})},t)}function Nm(e,n){return void 0===n&&(n={}),Sf(function(t){var n=t.declinedGroupCode;return fh.getInstance().removeDeclinedGroup(e,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},t(t({},n),{useErrorBoundary:!1}))}function zm(e,n){return void 0===n&&(n={}),Sf(function(t){var n=t.payload;return fh.getInstance().multiAccountDeclinedGroupCreate(e,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},t(t({},n),{useErrorBoundary:!1}))}var qm=function(e){return Sf(function(t){return fh.getInstance().createMonitorThreshold(t,e).then(function(e){return e.data})})},Um=function(e){return Sf(function(t){return fh.getInstance().createMonitorTemplate(t,e).then(function(e){return e.data})})};function Mm(){return Sf(function(e){var t=e.payload;return fh.getInstance().postSlackMessageChannel(t).then(function(e){return null==e?void 0:e.data})})}function Bm(){return Sf(function(e){var t=e.userCode,n=e.organizationCode;return fh.getInstance().deleteUserTeamV2({userCode:t,organizationCode:n}).then(function(e){return null==e?void 0:e.data})})}function Fm(){return Sf(function(){return fh.getInstance().setCustodian().then(function(e){return null==e?void 0:e.data})})}function Wm(){return Sf(function(e){var t=e.payload,n=e.accountCode;return fh.getInstance().createRoles(t,n).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Hm(){var e=this;return Sf(function(t){var o=t.payload,a=t.id,i=t.accountCode;return n(e,void 0,void 0,function(){var e;return r(this,function(t){switch(t.label){case 0:return[4,fh.getInstance().editRoles({payload:o,id:a},i)];case 1:return[2,null==(e=t.sent())?void 0:e.data]}})})},{useErrorBoundary:!1})}function Gm(){return Sf(function(e){return fh.getInstance().deleteRoles(e).then(function(e){return null==e?void 0:e.data})})}function Vm(){return Sf(function(e){return fh.getInstance().startUserExport({accountCodes:e.account_codes,name:e.name,search:e.search,statuses:e.statuses,roleIds:e.role_ids}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Km(){return Sf(["post-payment-links"],function(e){var t=e.payload,n=e.accountCode;return fh.getInstance().postPaymentLinks({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data})})}function $m(){return Sf(["post-delete-payment-link"],function(e){var t=e.code;return fh.getInstance().postDeletePaymentLink({code:t}).then(function(e){return null==e?void 0:e.data})})}function Qm(){return Sf(["patch-payment-links"],function(e){var t=e.payload,n=e.accountCode,r=e.paymentLinkCode;return fh.getInstance().patchPaymentLinks({payload:t,accountCode:n,paymentLinkCode:r}).then(function(e){return null==e?void 0:e.data})})}function Ym(){return Sf(["post-subscription"],function(e){return fh.getInstance().postSubscription(e).then(function(e){return null==e?void 0:e.data})})}function Jm(){return Sf(["post-pause-subscription"],function(e){var t=e.subscriptionCode;return fh.getInstance().postPauseSubscription(t).then(function(e){return null==e?void 0:e.data})})}function Xm(){return Sf(["post-resume-subscription"],function(e){var t=e.subscriptionCode;return fh.getInstance().postResumeSubscription(t).then(function(e){return null==e?void 0:e.data})})}function Zm(){return Sf(["post-cancel-subscription"],function(e){var t=e.subscriptionCode;return fh.getInstance().postCancelSubscription(t).then(function(e){return null==e?void 0:e.data})})}function eg(){return Sf(["patch-subscription"],function(e){var t=e.subscriptionCode,n=e.payload;return fh.getInstance().patchSubscription(t,n).then(function(e){return null==e?void 0:e.data})})}function tg(){return Sf(["post-reschedule-subscription"],function(e){var t=e.subscriptionCode;return fh.getInstance().postRescheduleSubscription(t).then(function(e){return null==e?void 0:e.data})})}function ng(){return Sf(["post-list-subscriptions"],function(e){return fh.getInstance().postListSubscriptions(e).then(function(e){return null==e?void 0:e.data})})}function rg(){return Sf(function(e){var t=e.payload;return fh.getInstance().postUserSettings(t)},{onMutate:function(e){return e}})}function og(){return Sf(function(e){return fh.getInstance().postUserThemeSettings(e)})}function ag(){return Sf(function(e){var t=e.payload,n=e.section;return fh.getInstance().postUserSettingsTables(t,n)},{onMutate:function(e){return e},onSuccess:function(e){var n=mm.getQueryData(["fetch-profile"]);e.data&&mm.setQueryData(["fetch-profile"],t(t({},n),{settings:e.data}))}})}function ig(e){return Sf(["pinned-sections"],function(e){var t=e.payload;return fh.getInstance().postUserSettingsPinned(t)},{onMutate:function(t){var n=t.payload;return e({payload:n})}})}function sg(){return Sf(function(e){var t=e.password,n=e.otp;return fh.getInstance().getMfaTokenValidation(t,n).then(function(e){return null==e?void 0:e.data})})}function cg(){return Sf(function(){return fh.getInstance().getEmailOtp().then(function(e){return null==e?void 0:e.data})})}function ug(){return Sf(function(e){return fh.getInstance().confirmMfaOtp(e).then(function(e){return null==e?void 0:e.data})})}function lg(){return Sf(function(e){return fh.getInstance().unrollMfa(e).then(function(e){return null==e?void 0:e.data})})}function dg(){return Sf(function(){return fh.getInstance().validatePasswordStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return{valid:!1}})})}function pg(){return Sf(["post-get-allowlist-items"],function(e){var t=e.payload;return fh.getInstance().postAllowlistItems({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function hg(){return Sf(["post-get-allowlist-multi-account"],function(e){var t=e.payload;return fh.getInstance().postGetAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function fg(){return Sf(["post-create-allowlist-multi-account"],function(e){var t=e.payload;return fh.getInstance().postCreateAllowlistMultiAccount({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function mg(){return Sf(["patch-change-status-allowlist"],function(e){var t=e.payload;return fh.getInstance().patchChangeStatusAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function gg(){return Sf(["patch-change-status-allowlist-item"],function(e){var t=e.payload;return fh.getInstance().patchChangeStatusAllowlistItem({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function yg(){return Sf(["post-add-allowlist-items"],function(e){var t=e.payload;return fh.getInstance().patchAddAllowlistItems({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function vg(){return Sf(["patch-allowlist"],function(e){var t=e.payload;return fh.getInstance().patchAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function bg(){return Sf(["post-blacklist-multi-account"],function(e){var t=e.payload;return fh.getInstance().postBlackListMultiAccount({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function kg(){return Sf(["put-blacklist"],function(e){return fh.getInstance().putBlackListType(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function wg(){return Sf(["change-blacklist"],function(e){return fh.getInstance().changeBlackListStatus(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function _g(){return Sf(["change-blacklist-item"],function(e){return fh.getInstance().changeBlackListStatusItem(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Eg(){return Sf(["post-blacklist-items"],function(e){var t=e.payload;return fh.getInstance().postBlackListItems({payload:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function xg(){return Sf(["delete-blacklist"],function(e){var t=e.black_list_code;return fh.getInstance().deleteBlackListType({black_list_code:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Sg(e){var t=e.handleSetProgress;return Sf(["post-blacklist-batch"],function(e){var n=e.blacklist_code,r=e.expiration_days,o=e.file;return fh.getInstance().postBlackListBatch({blacklist_code:n,expiration_days:r,file:o,handleSetProgress:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Cg(){return Sf(["change-payments-webhook"],function(e){var t=e.status,n=e.paymentCode;return fh.getInstance().postChangePaymentsWebhook({status:t,paymentCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Rg(){return Sf(["delete-blacklist-items"],function(e){var t=e.blocklist_code,n=e.blocklist_item_id,r=e.account_code;return fh.getInstance().deleteBlockListItem({blocklist_code:t,blocklist_item_id:n,account_code:r}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Ig(){return Sf(["valiate-blacklist-items"],function(e){return fh.getInstance().valiateBlockListItems({payload:e}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Tg(){return Sf(["delete-allowlist-item"],function(e){return fh.getInstance().deleteAllowlistItem({payload:e}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Ag(){return Sf(["validate-allowlist-items"],function(e){return fh.getInstance().validateAllowlistItems({payload:e}).then(function(e){return e.data}).catch(function(e){return e})})}function Og(e){var t=e.fileName,n=e.onSuccess,r=e.onError,o=c(0),a=o[0],i=o[1],s=l({cancel:function(){return null}}),u=Sf(["upload-file-chargeback",t],function(e){var t=fh.getInstance().uploadFileS3ClientBatchRefunds({payload:e,handleSetProgress:i}),o=t.promise,a=t.cancel;return s.current.cancel=a,o.then(function(e){return null==n||n(null==e?void 0:e.data),null==e?void 0:e.data}).catch(function(e){throw null==r||r(),e})},{useErrorBoundary:!1});return{mutation:u,cancelRequest:s.current.cancel,progress:a}}function Pg(){return Sf(function(e){return fh.getInstance().uploadBatchRefundsV2({payload:e}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Dg(){var e=this;return Sf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().batchRefundByFile({payload:t}).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})}function jg(){var e=this;return Sf(function(t){var o=t.batchRefundId,a=t.organizationCode,i=t.accountCode;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().getBatchRefundProcessedFileDownload(o,a,i).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})}function Lg(){var e=this;return Sf(function(t){var o=t.batchRefundId,a=t.organizationCode,i=t.accountCode;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().getBatchRefundUserFileDownload(o,a,i).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})}function Ng(){var e=l({cancel:function(){return null}}),t=Sf(["upload-file"],function(t){var n=fh.getInstance().uploadFileS3ClientBatchRefunds({payload:t}),r=n.promise,o=n.cancel;return e.current.cancel=o,r.then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})});return{mutation:t,cancelRequest:e.current.cancel}}function zg(){return Sf(function(e){var t=e.payload,n=e.organizationCode;return fh.getInstance().updateMFAConfig(t,n)})}function qg(){return Sf(function(e){var t=e.payload,n=e.organizationCode;return fh.getInstance().mfaExcludeUsers(t,n)})}function Ug(e){return xf(["GET/scheduled-reports",e],function(){return fh.getInstance().getScheduledReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function Mg(){return Sf(function(e){var t=e.payload;return fh.getInstance().postScheduledReport(t).then(function(e){return{data:e.data,status:e.status}}).catch(function(e){return e})})}function Bg(){return Sf(function(e){var t=e.reportCode,n=e.payload;return fh.getInstance().updateScheduledReport(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Fg(){return Sf(function(e){return fh.getInstance().deleteScheduledReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Wg(){return Sf(function(e){return fh.getInstance().getConditionalConfigRules(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Hg(){return Sf(function(e){return fh.getInstance().getRule(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Gg(){return Sf(function(e){var t=e.payload,n=e.accountCode;return fh.getInstance().postCreateRuleMultiAccount(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Vg(){return Sf(function(e){var t=e.payload,n=e.ruleId,r=e.accountCode;return fh.getInstance().postEditRule(t,n,r).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Kg(){return Sf(function(e){var t=e.payload;return fh.getInstance().postCreateCustomizedApiKeys(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function $g(){return Sf(function(e){var t=e.payload,n=e.code;return fh.getInstance().pathCreateCustomizedApiKeys(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Qg(){return Sf(function(e){var t=e.code,n=e.password,r=e.otp,o=e.mfaToken;return fh.getInstance().getCustomizedApiKeysToken(t,n,r,o).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})}function Yg(){return Sf(function(e){var t=e.passwordOtp;return fh.getInstance().getDeveloperCredentialsValidatePassword(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})}function Jg(){return Sf(function(e){var t=e.password;return fh.getInstance().getDeveloperCredentialsValidatePasswordRegularUser(t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function Xg(){return Sf(function(e){var t=e.code;return fh.getInstance().deleteCustomizedApiKeys(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Zg(){return Sf(function(e){var t=e.payload,n=e.code,r=e.password;return fh.getInstance().patchApiKeysEditNote(t,n,r).then(function(e){return e.data}).catch(function(e){return e})})}function ey(){return Sf(function(e){var t=e.payload,n=e.code,r=e.password;return fh.getInstance().postApiKeysRoll(t,n,r).then(function(e){return e.data}).catch(function(e){return e})})}function ty(){return Sf(function(e){var n=e.password,r=e.accountCode;return fh.getInstance().getDeveloperCredentials(n,r).then(function(e){return t(t({},null==e?void 0:e.data),{isValid:!0})}).catch(function(e){var t,n;return{isValid:!1,status:e.response.status,error:null===(n=null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.data)||void 0===n?void 0:n.data}})})}function ny(){return Sf(function(e){var t=e.password,n=e.accountCode,r=e.otp,o=e.mfaToken;return fh.getInstance().getDeveloperCredentials(t,n,r,o).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})}function ry(e){return Sf(function(e){var t=e.payload;return fh.getInstance().postAuditMonitors(t)},{onMutate:e.onMutate})}function oy(){return Sf(function(e){var t=e.codes;return fh.getInstance().postResendWebhooks({codes:t}).then(function(e){return null==e?void 0:e.data})})}function ay(){return Sf(function(e){var t=e.tab,n=e.payload;return fh.getInstance().postUnifiedExport(t,n).then(function(e){return null==e?void 0:e.data})})}function iy(){return Sf(function(e){return fh.getInstance().postExportApiLogs(e).then(function(e){return null==e?void 0:e.data})})}function sy(){return Sf(function(e){return fh.getInstance().postExportWebhooksLogs(e).then(function(e){return null==e?void 0:e.data})})}function cy(){return Sf(function(e){return fh.getInstance().postExportDashboardLogs(e).then(function(e){return null==e?void 0:e.data})})}function uy(){return Sf(function(e){return fh.getInstance().postExportMonitorsLogs(e).then(function(e){return null==e?void 0:e.data})})}function ly(t){var o=this;return Sf(function(){return fh.getInstance().createReconciliationReportTemplate(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{onMutate:function(t){return n(o,void 0,void 0,function(){var n,o;return r(this,function(r){switch(r.label){case 0:return[4,mm.cancelQueries({queryKey:["GET/reconciliation/reports/templates"]})];case 1:return r.sent(),n=null===(o=mm.getQueryData(["GET/reconciliation/reports/templates"]))||void 0===o?void 0:o.templates,mm.setQueryData(["GET/reconciliation/reports/templates"],function(n){return{templates:e(e([],n.templates,!0),[t],!1)}}),[2,{previousTemplates:n}]}})})},onError:function(e,t,n){mm.setQueryData(["GET/reconciliation/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){mm.invalidateQueries({queryKey:["GET/reconciliation/reports/templates"]})},useErrorBoundary:!1})}function dy(e){return Sf(function(){return fh.getInstance().updateReconciliationReportTemplate(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{useErrorBoundary:!1})}function py(){return Sf(["POST/reconciliation/alerts"],function(e){return fh.getInstance().postReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){mm.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function hy(){return Sf(["DELETE/reconciliation/alerts"],function(e){return fh.getInstance().deleteReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){mm.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function fy(){return Sf(["UPDATE/reconciliation/alerts"],function(e){return fh.getInstance().updateReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){mm.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function my(){return Sf(function(e){var t=e.payload;return fh.getInstance().postCreateInsightsReport(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function gy(){return Sf(function(e){return fh.getInstance().createSamlConfig(e)})}function yy(){return Sf(function(e){return fh.getInstance().updateSamlConfig(e)})}function vy(){return Sf(function(){return fh.getInstance().deleteSamlConfig()})}function by(e,n){return void 0===n&&(n={}),Sf(function(t){return fh.getInstance().generateAIWorkflowRoutes(e,t).then(function(e){return null==e?void 0:e.data})},t(t({},n),{useErrorBoundary:!1}))}function ky(e){return void 0===e&&(e={}),Sf(function(e){return fh.getInstance().postAIGenerationFeedback(e).then(function(e){return null==e?void 0:e.data})},t(t({},e),{useErrorBoundary:!1}))}function wy(){return Sf(function(e){return fh.getInstance().createChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function _y(){return Sf(function(e){return fh.getInstance().deleteChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Ey(){return Sf(function(e){var t=e.chart_id,n=e.type,r=e.name,o=e.user_prompt,a=void 0===o?"":o;return fh.getInstance().patchChartGPTChart(t,{type:n,name:r,user_prompt:a}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function xy(){var e=this;return Sf(function(t){return n(e,void 0,void 0,function(){var e,n,o,a,i;return r(this,function(r){switch(r.label){case 0:return[4,fh.getInstance().createChartGPTChart(t)];case 1:if(e=r.sent(),!(n=null!==(a=null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.chartgpt_id)&&void 0!==a?a:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:n}]}})})},{useErrorBoundary:!1})}function Sy(){return Sf(function(e){return fh.getInstance().createChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Cy(){var e=this;return Sf(function(t){return n(e,void 0,void 0,function(){var e,n,o,a,i;return r(this,function(r){switch(r.label){case 0:return[4,fh.getInstance().createChartGPTChart(t)];case 1:if(e=r.sent(),!(n=null!==(a=null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.chartgpt_id)&&void 0!==a?a:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:n}]}})})},{useErrorBoundary:!1})}function Ry(e,t){var n=e.chartCode,r=vf();return Sf(function(e){return fh.getInstance().submitChartFeedback(n,{rating:e.rating,issues:e.issues||[],comment:e.comment}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(e){var o;r.invalidateQueries(["chart-feedback",n]),null===(o=null==t?void 0:t.onSuccess)||void 0===o||o.call(t,e)},onError:function(e){var n;null===(n=null==t?void 0:t.onError)||void 0===n||n.call(t,e)}})}function Iy(){var e=this;return Sf(["POST/template-reporting/report-templates"],function(t){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().createTemplateReporting(t).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){mm.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Ty(){var e=this;return Sf(["POST/template-reporting/report-templates/clone"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().cloneReportTemplate(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){mm.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Ay(){var e=this;return Sf(["PATCH/template-reporting/report-templates/selection"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().updateTemplateSelection(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){mm.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Oy(){var e=this;return Sf(["PATCH/template-reporting/report-templates/status"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().changeTemplateStatus(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){mm.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Py(){var e=this;return Sf(["DELETE/template-reporting/report-templates"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().deleteReportTemplate(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){mm.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Dy(){var e=this;return Sf(["POST/template-reporting/report-schedules"],function(t){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().createReportSchedule(t).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){mm.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function jy(){var e=this;return Sf(["PATCH/template-reporting/report-schedules/disable"],function(t){var o=t.scheduleId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().disableReportSchedule(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){mm.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function Ly(){var e=this;return Sf(["DELETE/template-reporting/report-schedules"],function(t){var o=t.scheduleId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().deleteReportSchedule(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){mm.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function Ny(){return Sf(function(e){return fh.getInstance().postOrganizationConfigs(e)})}function zy(){return Sf(function(e){return fh.getInstance().putOrganizationConfigsByAccount(e)})}function qy(){return Sf(["create-installments-plan"],function(e){var t=e.payload;return fh.getInstance().createInstallmentsPlan(t).then(function(e){return null==e?void 0:e.data})})}function Uy(){return Sf(["update-installments-plan"],function(e){var t=e.code,n=e.payload;return fh.getInstance().updateInstallmentsPlan(t,n).then(function(e){return null==e?void 0:e.data})})}function My(){return Sf(["delete-installments-plan"],function(e){var t=e.code;return fh.getInstance().deleteInstallmentsPlan(t).then(function(e){return null==e?void 0:e.data})})}function By(){return Sf(["bulk-create-installments-plans"],function(e){var t=e.payload;return fh.getInstance().bulkCreateInstallmentsPlans(t).then(function(e){return null==e?void 0:e.data})})}function Fy(){return Sf(["bulk-delete-installments-plans"],function(e){var t=e.payload;return fh.getInstance().bulkDeleteInstallmentsPlans(t).then(function(e){return null==e?void 0:e.data})})}var Wy;function Hy(e){var t=this;return xf(["fetch-payments-lazy",e],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,fh.getInstance().postPaymentsLazy(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function Gy(e){return xf(["fetch-payments-evaluated",e],function(){return fh.getInstance().postPaymentsEvaluated(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function Vy(e){var t=this,o=e.paymentCode,a=e.enabled,i=void 0===a||a,s=fh.getInstance();return xf(["get-payment-v2",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,s.getPaymentV2(o).then(function(e){return e.data})]})})},{enabled:i,cacheTime:500,useErrorBoundary:!1})}function Ky(e){var t=this,o=e.payment_code,a=e.enabled,i=void 0===a||a,s=fh.getInstance();return xf(["get-payment-transaction-details-v2",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,s.getTransactionDetailsV2({payment_code:o}).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!o&&i,cacheTime:0,useErrorBoundary:!1})}function $y(e){var t=this,o=e.transaction_code,a=e.enabled,i=void 0===a||a,s=fh.getInstance();return xf(["get-payment-transaction-raw-response",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,s.getTransactionRawResponse({transaction_code:o})]})})},{enabled:!!o&&i,cacheTime:0,useErrorBoundary:!1})}function Qy(e){var t=sm();return xf(["payment-methods",e],function(){return fh.getInstance().getPaymentMethodsByCountry({provider_id:null==e?void 0:e.provider_id,country:null==e?void 0:e.country},t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!(null==e?void 0:e.provider_id),useErrorBoundary:!1})}function Yy(){return xf({queryKey:["/payment-methods/providers"],queryFn:function(){return fh.getInstance().getPaymentMethodsAndProviders().then(function(e){return null==e?void 0:e.data})},cacheTime:864e5,useErrorBoundary:!1})}function Jy(){return xf(["GET/catalog/card-brands"],function(){return fh.getInstance().getCardBrands().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Xy(e,t){return void 0===e&&(e=!0),void 0===t&&(t=ad.PAYMENTS),xf(["payment-filters",e,t],function(){return fh.getInstance().getPaymentFilters(t).then(function(e){return null==e?void 0:e.data})},{enabled:e,useErrorBoundary:!1,cacheTime:3e5})}function Zy(){return xf(["payment-metrics-filters"],function(){return fh.getInstance().getPaymentMetricsFilters().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function ev(e){var t=e.transaction_code,n=e.enabled;return xf(["payment-transaction-details",t],function(){return fh.getInstance().getPaymentTransactionsDetails({transaction_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function tv(e){var t=e.payment_code,n=e.enabled;return xf(["transaction-history",t],function(){return fh.getInstance().getTransactionHistoryByPaymentCode({payment_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function nv(e){var t=this;return xf(["POST/transactions",JSON.stringify(e)],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,fh.getInstance().postTransactions(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function rv(e){var t=this;return xf(["POST/fraud-transactions",JSON.stringify(e)],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,fh.getInstance().postFraudTransactions(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function ov(e){return xf(["GET/payout-detail",JSON.stringify(e)],function(){var t=fh.getInstance();return e.organization_code?t.getPayoutDetails(e).then(function(e){return null==e?void 0:e.data}):{}},{enabled:!!e.organization_code&&!!e&&e.enabled,cacheTime:0,useErrorBoundary:!1})}function av(e){return xf(["GET/payout-transaction-detail",JSON.stringify(e)],function(){return fh.getInstance().getPayoutTransactionDetails(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!(null==e?void 0:e.transaction_code)&&(null==e?void 0:e.enabled),cacheTime:0,useErrorBoundary:!1})}function iv(e){var t=sm();return xf(["GET/payout-history-detail",JSON.stringify(e)],function(){return fh.getInstance().getPayoutHistoryDetails(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.payout_code)&&e.enabled,cacheTime:0,useErrorBoundary:!1})}function sv(e,t){var o=this,a=sm();return xf(["GET/useGetProofOfCancel",a,e,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().getProofOfCancel(e,a,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!a&&!!t,cacheTime:0,useErrorBoundary:!1})}function cv(e,t){var o=this,a=sm();return xf(["GET/useGetProofOfPayment",a,e,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().getProofOfPayment(e,a,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!a&&!!t,cacheTime:0,useErrorBoundary:!1})}function uv(e,t,o){var a=this,i=fh.getInstance();return xf(["send-payment-notification",e,t],function(){return n(a,void 0,void 0,function(){var n,a;return r(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,i.sendPaymentNotification(e,t)];case 1:return n=r.sent(),o.onSuccess(),[2,n.data];case 2:throw a=r.sent(),o.onError(),a;case 3:return[2]}})})},{enabled:o.enabled,cacheTime:0,useErrorBoundary:!1})}function lv(e){return xf(["usePayoutsList",e&&JSON.stringify(e)],function(){var t=fh.getInstance();if(e)return t.postPayouts(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&!!Object.values(e).length,cacheTime:0})}function dv(e){var t=this;void 0===e&&(e=!0);var o=sm();return xf(["getPayoutsFilters",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().getPayoutsFilters(o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]})})},{enabled:e&&!!o})}function pv(e,t){var o=this;void 0===t&&(t=!0);var a=sm();return xf(["getPayoutTimeline",e,a],function(){return n(o,void 0,void 0,function(){var t;return r(this,function(n){return t=fh.getInstance(),e?[2,t.getPayoutTimeline(e,a).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]:[2]})})},{enabled:t&&!!e&&!!a,cacheTime:500,useErrorBoundary:!1})}function hv(e){var n=e.password,r=e.accountCode,o=e.otp,a=e.mfaToken;return xf(["developers"],function(){return fh.getInstance().getDeveloperCredentials(n,r,o,a).then(function(e){return t(t({},null==e?void 0:e.data),{isValid:!0})}).catch(function(e){var t,n;return{isValid:!1,status:e.response.status,error:null===(n=null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.data)||void 0===n?void 0:n.data}})},{enabled:!1,cacheTime:0})}function fv(){return xf(["fetch-customized-api-keys-members"],function(){return fh.getInstance().getCustomizedApiKeysMembers().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})}function mv(){return xf(["developers-get-allowed-ips"],function(){return fh.getInstance().getAllowedIps().then(function(e){return(null==e?void 0:e.data)?t(t({},null==e?void 0:e.data),{isError:!1}):null}).catch(function(e){return t(t({},e),{isError:!0})})},{enabled:!1,cacheTime:0})}function gv(){return xf(["fetch-customized-api-keys-accounts"],function(){return fh.getInstance().getCustomizedApiKeysAccounts().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})}function yv(e){return xf(["fetch-customized-api-keys",e],function(){return fh.getInstance().postCustomizedApiKeys(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0,enabled:!!(null==e?void 0:e.length)})}function vv(){return xf(["fetch-customized-api-keys-products"],function(){return fh.getInstance().getCustomizedApiKeysProducts().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0})}function bv(){return Sf(["developers-patch-allowed-ips"],function(e){return fh.getInstance().patchAllowedIps(e).then(function(e){return(null==e?void 0:e.data)?t(t({},null==e?void 0:e.data),{isError:!1}):null}).catch(function(e){return t(t({},e),{isError:!0})})},{cacheTime:0})}function kv(){return xf(["fetch-organizations"],function(){return fh.getInstance().getOrganization().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})}function wv(){return xf(["fetch-all-organizations",sm()],function(){return fh.getInstance().getAllOrganization().then(function(e){return(null==e?void 0:e.data)||[]})},{cacheTime:36e5,keepPreviousData:!0,useErrorBoundary:!1})}function _v(e){var t=sm();return xf(["organizations-provider-params",e],function(e){var n=e.queryKey;return fh.getInstance().getProviderParams(n[1],t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.id),useErrorBoundary:!1})}function Ev(e){var t=e.integration_code,n=e.enabled,r=e.accountCode;return xf(["integration-params",t,r],function(){return t.includes("undefined")?{}:fh.getInstance().getIntegrationParams({accountCode:r,integration_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:n,useErrorBoundary:!1})}function xv(e){var t=e.accountCode,n=e.organizationCode,r=sm();return xf(["organizations-account-integrations",t,n],function(){return fh.getInstance().getIntegrationByAccountV2({accountCode:t,organizationCode:n||r}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,enabled:!!t,useErrorBoundary:!1})}function Sv(e){var t=e.accountCode,n=e.paymentMethod;return xf(["fetch-connections-by-payment-method",n,t],function(){return fh.getInstance().getConnectionsByPaymentMethod(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!n&&!!t,cacheTime:0,useErrorBoundary:!1})}function Cv(){var e=this;return xf(["fetch-hash-pylon"],function(){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,fh.getInstance().getHashPylon()]})})},{keepPreviousData:!0,useErrorBoundary:!1})}function Rv(){return xf(["connections"],function(){return fh.getInstance().getConnections().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function Iv(){return xf(["dialogs"],function(){return fh.getInstance().getDialogs().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,retryDelay:2e3,cacheTime:36e5})}function Tv(){return xf(["params-catalog"],function(){return fh.getInstance().getWebhookParamsV2().then(function(e){return null==e?void 0:e.data})})}function Av(e){var t=e.accountCode,n=e.name;return xf(["webhooks",t,n],function(){return fh.getInstance().getWebhooksV3({accountCode:t,name:n}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t,useErrorBoundary:!1})}function Ov(e){var t=e.accountCode,n=e.enabled;return xf(["webhooks-detail",t],function(){return fh.getInstance().getWebhooksV2Detail({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!n})}function Pv(e){var t,n=sm(),r=null!==(t=null!=e?e:n)&&void 0!==t?t:null;return xf({queryKey:["accounts",r],queryFn:function(){return fh.getInstance().getAccounts(r).then(function(e){return null==e?void 0:e.data})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!r})}function Dv(e){return xf(["accountsV2",e],function(){return fh.getInstance().getAccountsV2().then(function(e){return(null==e?void 0:e.data)||[]}).catch(function(e){throw e})},{keepPreviousData:!0,enabled:!!e,useErrorBoundary:!1})}function jv(e){return xf(["accountsV2-by-user",e],function(){return e?fh.getInstance().getAccountsByUser(e).then(function(e){return{accountsV2ByUser:(null==e?void 0:e.data)||null}}).catch(function(e){return{accountsV2ByUser:[],error:e}}):{accountsV2ByUser:[]}},{enabled:!!e,staleTime:0})}function Lv(e,t){var o=this;return xf({queryKey:["accounts-for-impersonation",e,t],queryFn:function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().getAccountsForImpersonation(e).then(function(e){var n,r;return(null===(r=null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.response)||void 0===r?void 0:r.map(function(e){return{label:e.name,value:t?e.code_testing:e.code_live,code_live:e.code_live,code_testing:e.code_testing}}))||[]})]})})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function Nv(e){var t=this;return xf({queryKey:["roles-for-impersonation",e],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,fh.getInstance().getRolesForImpersonation(e).then(function(e){var t,n;return(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.roles)||void 0===n?void 0:n.map(function(e){return{label:e.name,value:e.id}}))||[]})]})})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function zv(e){return xf({queryKey:["pending-duplicate-accounts",e],queryFn:function(){return fh.getInstance().getPendingDuplicateAccounts()},useErrorBoundary:!1,keepPreviousData:!0,refetchInterval:e})}function qv(){return xf(["menu"],function(){return fh.getInstance().getMenu().then(function(e){return Yp(e)?rh:null==e?void 0:e.data}).catch(function(){return rh})})}function Uv(){return xf(["/payment/statuses/style"],function(){return fh.getInstance().useGetPaymentStatusesStyles().then(function(e){return Yp(e)?Jp:null==e?void 0:e.data}).catch(function(){return Jp})})}function Mv(){return xf(["/transaction/statuses/style"],function(){return fh.getInstance().useGetTransactionStatusesStyles().then(function(e){return Yp(e)?Xp:null==e?void 0:e.data}).catch(function(){return Xp})},{cacheTime:36e5,useErrorBoundary:!1})}function Bv(){return xf(["/reconciliation/transaction/statuses/style"],function(){return fh.getInstance().useGetReconciliationTransactionStatusesStyles().then(function(e){return Yp(e)?Zp:null==e?void 0:e.data}).catch(function(){return Zp})},{useErrorBoundary:!1})}function Fv(){return xf(["timezone-catalog"],function(){return fh.getInstance().useGetTimeZoneCatalog().then(function(e){return Yp(e)?eh:null==e?void 0:e.data}).catch(function(){return eh})})}function Wv(){return xf(["/cms/audit-logs-filters"],function(){return fh.getInstance().useGetAuditLogsFilters().then(function(e){return Yp(e)?th:null==e?void 0:e.data}).catch(function(){return th})})}function Hv(){return xf(["/cms/static-contents"],function(){return fh.getInstance().getDashboardStaticContents().then(function(e){var t,n;return Yp(e)?nh:(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t[0])||void 0===n?void 0:n.data)||{}})},{cacheTime:6048e5,useErrorBoundary:!1})}function Gv(){return xf(["/cms/locales"],function(){return fh.getInstance().getLocales().then(function(e){return Yp(e)?oh:e.data}).catch(function(){return oh})})}function Vv(e,t){return void 0===t&&(t=dd.DEFAULT_ROUTING_TYPE),xf(["smart-routing-methods",e,t],function(){return fh.getInstance().getSmartRoutingMethods(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})}function Kv(e,t,n){return void 0===n&&(n=dd.DEFAULT_ROUTING_TYPE),xf(["smart-routing-workflow",t,e,n],function(){return fh.getInstance().getSmartRoutingWorkflow(e,t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!e,cacheTime:0,retry:!1})}function $v(e,t,n){return void 0===n&&(n=dd.DEFAULT_ROUTING_TYPE),xf(["smart-routing-condition-types",e,t,n],function(){return fh.getInstance().getSmartRoutingConditionTypes(e,t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!e})}function Qv(e,t){return xf(["smart-routing-condition-payment-method",e,t],function(){return fh.getInstance().getSmartRoutingConditionPaymentMethod(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:null!==t})}function Yv(e,t){return xf(["smart-routing-condition-types-values",t,e],function(){return fh.getInstance().getSmartRoutingConditionTypesValues(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&!!e,useErrorBoundary:!1})}function Jv(e){var t=e.accountCode,n=e.workflowVersionId,r=e.routingType,o=void 0===r?dd.DEFAULT_ROUTING_TYPE:r;return xf(["smart-routing-workflow-version",n,t,o],function(){return fh.getInstance().getSmartRoutingWorkflowVersion(t,n,o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!n&&!!t,cacheTime:0})}function Xv(e,t,n,r){return void 0===r&&(r=dd.DEFAULT_ROUTING_TYPE),xf(["smart-routing-next-route",e,n,t,r],function(){return fh.getInstance().getSmartRoutingNextSteps(e,t,n,r).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})}function Zv(e,t){return void 0===t&&(t=dd.DEFAULT_ROUTING_TYPE),xf(["smart-routing-decline-groups",e,t],function(){return fh.getInstance().getSmartRoutingDeclinedGroup(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})}function eb(e,t){return xf(["smart-routing-payment-route",e,t],function(){return fh.getInstance().getSmartRoutingPaymentRoute(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})}function tb(e,t){return void 0===t&&(t=dd.DEFAULT_ROUTING_TYPE),xf(["smart-routing-simulate-condition-type-values",e,t],function(){return fh.getInstance().getSmartRoutingSimulateConditionTypeValues(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})}function nb(e){var t=e.text,n=e.conditionType;return xf(["smart-routing-search-condition-values",t,n],function(){return fh.getInstance().getSmartRoutingSearchConditionValues(n,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!n&&!!t,cacheTime:0})}function rb(){return xf(["smart-routing-conversion-rates"],function(){return fh.getInstance().getProviderConversionRatesData().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!1,useErrorBoundary:!1})}function ob(){var e=this;return xf({queryKey:["smart-routing-3ds-excemptions"],queryFn:function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,fh.getInstance().get3DSExemptions()];case 1:return[2,e.sent().data]}})})},useErrorBoundary:!1})}function ab(){var e=this;return xf({queryKey:["smart-routing-network-tokens-onboarding"],queryFn:function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,fh.getInstance().getNetworkTokensOnboarding()];case 1:return[2,e.sent().data]}})})},useErrorBoundary:!1})}function ib(e){return xf(["fetch-routing-monitors-templates",e],function(){return fh.getInstance().getRoutingMonitorsTemplates(e).then(function(e){return e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function sb(e,t){return xf(["fetch-routing-monitors-template",e],function(){return fh.getInstance().getRoutingMonitorsTemplate(e,t).then(function(e){return e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:!!e&&!!t&&"NONE"!==e,useErrorBoundary:!1})}function cb(e,n){var r=e.accountCode;return xf(["checkouts",r],function(){return fh.getInstance().getCheckouts({accountCode:r}).then(function(e){return e.data})},t({cacheTime:0,enabled:Boolean(r),useErrorBoundary:!1},n))}!function(e){e.IN_PROGRESS="IN_PROGRESS",e.COMPLETED="COMPLETED",e.FAILED="FAILED"}(Wy||(Wy={}));var ub=function(e){return["checkout-builder-name-and-icon",e.paymentMethodType,e.type]},lb=function(e,t){var n=e.paymentMethodType,r=e.type;return xf(ub({paymentMethodType:n,type:r}),function(){return fh.getInstance().getNameAndIcon({paymentMethodType:n,type:r}).then(function(e){return null==e?void 0:e.data})},t)},db=function(e){return["checkout-builder-required-fields",e.paymentMethodType,e.type]},pb=function(e,t){var n=e.paymentMethodType,r=e.type;return xf(db({paymentMethodType:n,type:r}),function(){return fh.getInstance().getRequiredFields({paymentMethodType:n,type:r}).then(function(e){return null==e?void 0:e.data})},t)},hb=function(e){return xf(["checkout-builder-country-data",e],function(){return fh.getInstance().getCountryData({accountCode:e}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,enabled:Boolean(e),useErrorBoundary:!1})};function fb(e){var t=e.accountCode;return xf(["styling-sdk-dynamic",t],function(){return fh.getInstance().getStylingSdkDynamic({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:Boolean(t),useErrorBoundary:!1})}function mb(e){var t=e.accountCode;return xf(["styling-settings-v2",t],function(){return fh.getInstance().getStylingSettingsV2({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:Boolean(t),useErrorBoundary:!1})}function gb(){return Sf(function(e){var t=e.accountCode,n=e.payload;return fh.getInstance().changeStylingSettings({accountCode:t,payload:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function yb(){return xf(["fetch-profile"],function(){return fh.getInstance().getProfile().then(function(e){var t=null==e?void 0:e.data;return t&&localStorage.setItem("user",JSON.stringify(t)),t}).catch(function(e){throw e})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function vb(){var e=this;return xf(["get-user-full"],function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,fh.getInstance().getUserFull()];case 1:return[2,e.sent().data]}})})},{keepPreviousData:!0,useErrorBoundary:!1})}function bb(e,t){return xf(["fetch-permissions",e,t],function(){var e,t,n,r=localStorage.getItem("account"),o=localStorage.getItem("user"),a=r&&JSON.parse(r),i=o&&JSON.parse(o);return((null==i?void 0:i.merlin)?null===(e=null==i?void 0:i.merlin)||void 0===e?void 0:e.permissions:null===(n=null===(t=null==a?void 0:a.value)||void 0===t?void 0:t.role)||void 0===n?void 0:n.permission_ids.map(function(e){return{permission_name:e,description:e,resource_server_name:e,resource_server_identifier:e}}))||[]})}function kb(e){return xf(["email-verification",e],function(){return fh.getInstance().emailVerification(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})}function wb(){return xf({queryKey:["get-login-methods"],queryFn:function(){return fh.getInstance().getLoginMethods().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})}})}function _b(){return xf(["fetch-impersonation-users"],function(){return fh.getInstance().getImpersonationUsers().then(function(e){var t;return(null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.result)||[]})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function Eb(){return xf(["fetch-impersonation-enabled"],function(){return fh.getInstance().getImpersonationEnabled().then(function(e){return null==e?void 0:e.data})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function xb(e,t,o,a,i,s){var c=this;return void 0===o&&(o=1),void 0===a&&(a=10),xf(["get-users-to-impersonate",e,t,o,a,i,s],function(){return n(c,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().getUsersToImpersonate(e,t,o,a,i,s).then(function(e){return null==e?void 0:e.data})]})})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function Sb(e){var t;return xf(["fetch-communications",e],function(){return fh.getInstance().getCommunications(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null===(t=e.account_codes)||void 0===t?void 0:t.length),useErrorBoundary:!1,cacheTime:3e3})}function Cb(){return xf(["fetch-communications-filters"],function(){return fh.getInstance().getCommunicationsFilters().then(function(e){return null==e?void 0:e.data})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function Rb(e,t){return xf(["fetch-communication-details",e],function(){return fh.getInstance().getCommunicationDetails(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,useErrorBoundary:!1,cacheTime:0})}function Ib(e){return xf(["notifications-customer",e],function(){return fh.getInstance().getNotificationsCustomer(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,keepPreviousData:!1})}function Tb(e){return xf(["validate-opsgenie-key",e],function(){return fh.getInstance().getValidateOpsgenieKey(e).then(function(e){return null==e?void 0:e.data}).catch(function(){return{error:!0}})},{enabled:!!e,cacheTime:0})}function Ab(){return xf(["notifications-merged"],function(){return fh.getInstance().getMergedNotifications().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{keepPreviousData:!1,cacheTime:0})}function Ob(){return Sf(function(e){return fh.getInstance().getNotificationsNumber(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Pb(){var e=this;return Sf(function(t){return n(e,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().pathNotification(t)];case 1:return[2,null==(e=n.sent())?void 0:e.data]}})})})}var Db={key:"metadata_fields",name:"metadata_fields",unique_key:"metadata_fields"};function jb(){return xf(["reports"],function(){return fh.getInstance().reportsList().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Lb(e){return void 0===e&&(e=!0),xf(["reports-multi-env"],function(){return fh.getInstance().reportsListMultiEnv().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e})}function Nb(e,t,n){return void 0===t&&(t=!1),xf(["reports/".concat(e)],function(){return fh.getInstance().downloadReports(e).then(function(e){return null==e?void 0:e.data})},{enabled:t,onSuccess:n,useErrorBoundary:!1})}function zb(e){return xf(["GET/reports/templates"],function(){return fh.getInstance().getReportTemplates().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e,useErrorBoundary:!1})}function qb(t,o,a){var i=this;return xf(["GET/reports/columns/".concat(o,"/").concat(a)],function(){return n(i,void 0,void 0,function(){return r(this,function(t){return[2,fh.getInstance().getReportColumns(o,a).then(function(t){return o===ld.ALL&&a===ud.PAYMENTS?e(e([],(null==t?void 0:t.data)||[],!0),[Db],!1):null==t?void 0:t.data}).catch(function(e){return e})]})})},{enabled:t,useErrorBoundary:!1})}function Ub(e,t){var o=this,a=sm();return xf(["getRefundPdf",e,a,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().getRefundPdf(e,a,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})]})})},{enabled:!!e&&!!a,useErrorBoundary:!1})}function Mb(){var e=sm();return xf(["teams-filters-members"],function(){return fh.getInstance().teamsFiltersMembers({organizationCode:e}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0})}function Bb(e){var t=e.organizationCode,n=e.accountCodes,r=e.search,o=e.status,a=e.roleId,i=e.statuses,s=e.roleIds,c=e.page,u=e.pageSize,l=sm();return xf(["fetch-post-members-v2",t,n,r,o,a,i,s,c,u],function(){return fh.getInstance().postMembersPaginatedV2({organizationCode:l,accountCodes:n,search:r,status:o,roleId:a,statuses:i,roleIds:s,page:c,pageSize:u}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&!!n,cacheTime:0,useErrorBoundary:!1})}function Fb(){return xf(["fetch-roles"],function(){return fh.getInstance().getRoles().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Wb(){return xf(["fetch-rolespermissions"],function(){return fh.getInstance().getRolesPermissions().then(function(e){return null==e?void 0:e.data})})}function Hb(){return xf(["fetch-permissions-catalog"],function(){return fh.getInstance().getPermissionsCatalog().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function Gb(e){var t=e.exportCode,n=e.enabled;return xf(["user-export-status",t],function(){return fh.getInstance().getUserExportStatus({exportCode:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),refetchInterval:function(e){return("PENDING"===(null==e?void 0:e.status)||"IN_PROGRESS"===(null==e?void 0:e.status))&&5e3},useErrorBoundary:!1})}function Vb(e){var t=e.page,n=void 0===t?0:t,r=e.pageSize,o=void 0===r?20:r,a=e.enabled;return xf(["user-exports-list",n,o],function(){return fh.getInstance().listUserExports({page:n,pageSize:o}).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===a||a,useErrorBoundary:!1})}function Kb(){var e=this,t=vf();return function(o){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,t.fetchQuery(["user-export-status",o],function(){return fh.getInstance().getUserExportStatus({exportCode:o}).then(function(e){return null==e?void 0:e.data})})]})})}}function $b(e){return xf(["data-report",e],function(){return fh.getInstance().getSmartRoutingDataReport(e).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,useErrorBoundary:!1})}function Qb(e,t,n,r){void 0===n&&(n=!0);return xf(["get-insights-conversion-rate-metrics-v2",e,t],function(){return fh.getInstance().getInsightsMetricsConversionRateV2(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:n&&(!!(null==e?void 0:e.currency_code)&&"Empty"!==(null==e?void 0:e.currency_code)&&"string"==typeof(null==e?void 0:e.currency_code)||Array.isArray(null==e?void 0:e.currency_code)&&0===(null==e?void 0:e.currency_code.length)),staleTime:200,cacheTime:200,useErrorBoundary:!1,retry:1})}function Yb(e,t){return xf(["get-insights-conversion-rate-view-more-metrics",t,e],function(){return fh.getInstance().getInsightsMetricsConversionRateViewMore(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.enabled)&&!!t,cacheTime:200,useErrorBoundary:!1})}function Jb(e){return xf(["get-insights-conversion-rate-fallback-metrics",e],function(){return fh.getInstance().getInsightFallbackMetrics(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.enabled),cacheTime:200,useErrorBoundary:!1})}function Xb(e,t,n){return void 0===n&&(n=!0),delete t.account_code,xf(["get-insights-volume-metrics",t,e],function(){return fh.getInstance().getInsightsMetricsVolume(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:200,useErrorBoundary:!1})}function Zb(e,t,n,r){return void 0===r&&(r=!0),delete t.account_code,xf(["get-insights-volume-metrics-v2",t,e,n],function(){return fh.getInstance().getInsightsMetricsVolumeV2(e,n,t).then(function(e){return null==e?void 0:e.data})},{enabled:r,cacheTime:200,useErrorBoundary:!1})}function ek(e,t,n){return void 0===n&&(n=!0),delete t.account_code,xf(["get-insights-total-payment-fraud-metrics",t,e],function(){return fh.getInstance().getInsightsMetricsTotalPaymentsAndFraud(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:200,useErrorBoundary:!1})}function tk(e,t,n){return void 0===n&&(n=!0),delete t.account_code,xf(["get-insights-customer-payment-fraud-metrics",t,e],function(){return fh.getInstance().getInsightsMetricsCustomerPaymentsAndFraud(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:200,useErrorBoundary:!1})}function nk(e){return xf(["get-insights-overview",e],function(){return fh.getInstance().getInsightOverview(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.enabled)&&void 0!==e.account_code,cacheTime:200,useErrorBoundary:!1})}function rk(e,t){var n=!!(null==e?void 0:e.enabled)&&void 0!==(null==e?void 0:e.account_code);return xf(["get-insights-overview-v3",e,t],function(){return fh.getInstance().getInsightOverviewV3(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:0,useErrorBoundary:!1})}function ok(e){return xf(["get-insights-home-metrics",e],function(){return fh.getInstance().getInsighstHomeMetrics(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.currency_code)&&!!(null==e?void 0:e.account_codes)&&!!(null==e?void 0:e.organization_code)&&(null==e?void 0:e.isLiveMode)&&!!(null==e?void 0:e.timezone),cacheTime:200,useErrorBoundary:!1})}function ak(e){return xf(["get-insights-reports",e],function(){return fh.getInstance().getInsightsReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!(null==e?void 0:e.type),cacheTime:0,useErrorBoundary:!1})}function ik(e){return xf(["get-insights-reports-again",e],function(){return fh.getInstance().getInsightsReportAgain(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!(null==e?void 0:e.code),cacheTime:0,useErrorBoundary:!1})}function sk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-fraud-screening-volume-and-count-tx",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsightsFraudScreeningVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function ck(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-fraud-screening-conversion-rate",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsightsFraudScreeningConversionRate(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function uk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-3ds-volume-and-count-tx",t,e],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsights3dsVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function lk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-3ds-conversion-rate-and-evolution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsights3dsConversionRateAndEvolution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function dk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-3ds-decline-reasons",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsights3dsDeclineReasons(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function pk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-3ds-frictionless-vs-challenge",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsights3dsFrictionlessVsChallenge(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function hk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-chargebacks-volume-and-count-tx",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsightsChargebacksVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function fk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-chargebacks-total-rate-and-evolution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsightsChargebacksTotalRateAndEvolution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function mk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-chargebacks-win-rate",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsightsChargebacksWinRate(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function gk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-chargebacks-disputed",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsightsChargebacksDisputed(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function yk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-chargebacks-by-provider-and-card-brand",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsightsChargebacksByProviderAndCardBrand(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function vk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-chargebacks-reasons-distribution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsightsChargebacksReasonsDistribution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function bk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-chargebacks-status-distribution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsightsChargebacksStatusDistribution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function kk(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),xf({queryKey:["post-insights-chargebacks-by-card-brand",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,fh.getInstance().getInsightsChargebacksByCardBrand(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function wk(e,t){return xf(["fetch-reconciliation-transaction",e],function(){return fh.getInstance().getReconciliationTransactions(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t,useErrorBoundary:!1})}function _k(e,t){return xf(["fetch-reconciliation-settlements",e],function(){return fh.getInstance().getReconciliationSettlements(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t,useErrorBoundary:!1})}function Ek(e,t){return xf(["fetch-reconciliation-metrics",e],function(){return fh.getInstance().getReconciliationMetrics(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t,cacheTime:500})}function xk(){return xf(["GET-reconciliation-filters"],function(){return fh.getInstance().getReconciliationFilters().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Sk(e){return xf(["GET/v1/reconciliation/table/".concat(e,"/columns")],function(){return fh.getInstance().getAllTableColumns(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Ck(){return xf(["GET/v1/reconciliation/active"],function(){return fh.getInstance().getReconciliationActive().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{useErrorBoundary:!1})}function Rk(e,t,n){return xf(["GET/reconciliation/reports/columns/".concat(t,"/").concat(n)],function(){return fh.getInstance().getReconciliationsReportColumns(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{enabled:e,useErrorBoundary:!1})}function Ik(e){return xf(["GET/reconciliation/reports/templates"],function(){return fh.getInstance().getReconciliationReportTemplates().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{enabled:e,useErrorBoundary:!1})}function Tk(e){var t=e.body,n=e.params,r=e.enabled;return xf(["GET/reconciliation/alerts/list",t,n],function(){return fh.getInstance().getReconciliationAlerts(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function Ak(e){var t=e.body,n=e.params,r=e.enabled;return xf(["GET/reconciliation/agenda/list",t,n],function(){return fh.getInstance().getReconciliationAgenda(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function Ok(e){var t=e.body,n=e.params,r=e.enabled;return xf(["GET/reconciliation/agenda/insights",t,n],function(){return fh.getInstance().getReconciliationAgendaInsightByKey(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function Pk(e){var t=e.body,n=e.params,r=e.enabled;return xf(["GET/reconciliation/sales/list",t,n],function(){return fh.getInstance().getReconciliationSales(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function Dk(e){var t=e.body,n=e.params,r=e.enabled;return xf(["GET/reconciliation/advancements/list",t,n],function(){return fh.getInstance().getReconciliationAdvancements(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function jk(e){var t=e.body,n=e.params,r=e.enabled;return xf(["GET/reconciliation/fees/list",t,n],function(){return fh.getInstance().getReconciliationFees(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function Lk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-conflicts-summary",t],function(){return fh.getInstance().getReconciliationInsightsConflictsSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Nk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-not-reconciled-aggregators",t],function(){return fh.getInstance().getReconciliationInsightsNotReconciledAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function zk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-not-reconciled-list",t],function(){return fh.getInstance().getReconciliationInsightsNotReconciledList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function qk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-status-conflict-aggregators",t],function(){return fh.getInstance().getReconciliationInsightsStatusConflictAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Uk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-status-conflict-list",t],function(){return fh.getInstance().getReconciliationInsightsStatusConflictList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Mk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-amount-conflict-aggregators",t],function(){return fh.getInstance().getReconciliationInsightsAmountConflictAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Bk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-amount-conflict-list",t],function(){return fh.getInstance().getReconciliationInsightsAmountConflictList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Fk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-conflict-date-summary",t],function(){return fh.getInstance().getReconciliationInsightsConflictDateSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Wk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-conflict-date-aggregators",t],function(){return fh.getInstance().getReconciliationInsightsConflictDateAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Hk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-conflict-date-list",t],function(){return fh.getInstance().getReconciliationInsightsConflictDateList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Gk(e){var t=e.body,n=e.dateFilter,r=e.enabled;return xf(["reconciliation-insights-incorrect-fees-summary",t,n],function(){return fh.getInstance().getReconciliationInsightsIncorrectFeesSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function Vk(e){var t=e.body,n=e.dateFilter,r=e.enabled;return xf(["reconciliation-insights-incorrect-fees-aggregators",t,n],function(){return fh.getInstance().getReconciliationInsightsIncorrectFeesAggregators(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function Kk(e){var t=e.body,n=e.dateFilter,r=e.enabled;return xf(["reconciliation-insights-incorrect-fees-list",t,n],function(){return fh.getInstance().getReconciliationInsightsIncorrectFeesList(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function $k(e){var t=e.body,n=e.dateFilter,r=e.enabled;return xf(["reconciliation-insights-fees-charged-summary",t,n],function(){return fh.getInstance().getReconciliationInsightsFeesChargedSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function Qk(e){var t=e.body,n=e.dateFilter,r=e.enabled;return xf(["reconciliation-insights-reconciled-summary",t,n],function(){return fh.getInstance().getReconciliationInsightsReconciledSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function Yk(e){var t=e.body,n=e.dateFilter,r=e.transactionType,o=e.enabled;return xf(["reconciliation-insights-reconciled-aggregators",t,n,r],function(){return fh.getInstance().getReconciliationInsightsReconciledAggregators(t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===o||o,useErrorBoundary:!1})}function Jk(e){var t=e.body,n=e.dateFilter,r=e.transactionType,o=e.enabled;return xf(["reconciliation-insights-reconciled-list",t,n,r],function(){return fh.getInstance().getReconciliationInsightsReconciledList(t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===o||o,useErrorBoundary:!1})}function Xk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-not-confirm-summary",t],function(){return fh.getInstance().getReconciliationInsightsNotConfirmSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Zk(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-not-confirm-aggregators",t],function(){return fh.getInstance().getReconciliationInsightsNotConfirmAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function ew(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-not-confirm-list",t],function(){return fh.getInstance().getReconciliationInsightsNotConfirmList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function tw(e){var t=e.body,n=e.enabled;return xf(["reconciliation-insights-amount-to-be-settled-summary",t],function(){return fh.getInstance().getReconciliationInsightsAmountToBeSettledSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function nw(e){var t=this,o=Object.values(e).filter(Boolean);return xf(["feature-flags",o],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,fh.getInstance().getFeatureFlagId(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:o.length>1,useErrorBoundary:!1})}function rw(e){var t=this,o=xf({queryKey:["all-feature-flags",Object.values(e).filter(Boolean)],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,fh.getInstance().getFeatureFlagIdAll({accountCode:e.account_code}).then(function(e){return null==e?void 0:e.data})]})})},enabled:!!e.account_code&&!!e.organization_code&&!!e.email,cacheTime:9e5,useErrorBoundary:!1}),a=vf();return u(function(){a.setQueryData(["cached-feature-flags"],o)},[o,a]),o}function ow(e){var n,r,o=vf(),a=o.getQueryState(["cached-feature-flags"]),i=Boolean(!(null===(n=null==a?void 0:a.data)||void 0===n?void 0:n.status)||"loading"===(null===(r=null==a?void 0:a.data)||void 0===r?void 0:r.status)),s=xf({queryKey:["cached-feature-flags"],queryFn:function(){},enabled:!1,select:function(t){var n;return{result:null===(n=null==t?void 0:t.data)||void 0===n?void 0:n[e]}},initialData:function(){var e=o.getQueryData(["cached-feature-flags"]);return(null==e?void 0:e.data)||{}}});return t(t({},s),{isLoading:i})}function aw(e){return xf(["events",e],function(){return fh.getInstance().getAuditEvents(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.account_code&&!!e.organizationCode,cacheTime:0,keepPreviousData:!0,useErrorBoundary:!1})}function iw(e){return xf(["audit-monitor-event-detail",e],function(){return fh.getInstance().getAuditMonitorDetail(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:null!==e,cacheTime:0,useErrorBoundary:!1})}function sw(e){return xf(["api-logs",e],function(){return fh.getInstance().postApiLogs({payload:e}).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.organizationCode,cacheTime:0,useErrorBoundary:!1})}function cw(e){var t=e.params;return xf(["webhook-logs",t],function(){return fh.getInstance().postWebhookLogs({payload:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t.organizationCode,cacheTime:0,useErrorBoundary:!1})}function uw(e){return xf(["api-logs-detail",e],function(){return fh.getInstance().getApiLogsDetailByPaymentCode(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function lw(e,t){return xf(["api-logs-by-transaction",e,t],function(){return fh.getInstance().getApiLogsByTransactionCode(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})}function dw(e,t){return void 0===t&&(t=!0),xf(["audit-exports-list",e],function(){return fh.getInstance().getAuditExportsList(e).then(function(e){return null==e?void 0:e.data})},{enabled:t,cacheTime:0,useErrorBoundary:!1})}function pw(e,t,n){return void 0===t&&(t=!1),xf(["audit-export-download",e],function(){return fh.getInstance().getAuditExportDownload(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&t,cacheTime:0,useErrorBoundary:!1,onSuccess:n})}function hw(e){var t=e.tab,n=e.exportId,r=e.enabled,o=void 0!==r&&r,a=e.onSuccess;return xf(["unified-export-status",t,n],function(){return fh.getInstance().getUnifiedExportStatus(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!n&&o,cacheTime:0,useErrorBoundary:!1,onSuccess:a})}function fw(e){var t=e.tab,n=e.page,r=void 0===n?0:n,o=e.size,a=void 0===o?10:o,i=e.enabled;return xf(["unified-exports-list",t,r,a],function(){return fh.getInstance().getUnifiedExportsList(t,r,a).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===i||i,cacheTime:0,useErrorBoundary:!1})}function mw(e,t){return xf(["fetch-payment-links",e,t],function(){return fh.getInstance().getPaymentLinks(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!t,cacheTime:0})}function gw(e){return xf(["payment-link"],function(){return fh.getInstance().getPaymentLinksByCode(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})}function yw(e){return void 0===e&&(e=!0),xf(["countries",e],function(){return fh.getInstance().useGetCountriesConfig().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e,keepPreviousData:!0})}function vw(e){var t=localStorage.getItem("lang")||"en",n=e||t;return xf(["countries-v2",n],function(){return fh.getInstance().useGetCountriesConfigV2(n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!0,keepPreviousData:!0})}function bw(e){return xf(["timezone"],function(){return fh.getInstance().getTimezone(e).then(function(e){return Yp(e)?eh:null==e?void 0:e.data}).catch(function(){return eh})},{enabled:!0,keepPreviousData:!0})}function kw(e,t){return void 0===t&&(t=!0),xf(["subscription",e],function(){return fh.getInstance().getSubscriptionByCode(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&t,cacheTime:500})}function ww(e,t,n,r){return void 0===r&&(r=!0),xf(["subscription-payments",e,t,n],function(){return fh.getInstance().getSubscriptionPayments(e,t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&r,cacheTime:0})}function _w(e){return Sf(function(e){var t=e.payload;return fh.getInstance().firebaseUserSubscribe(t)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Ew(e,t){return xf(["get-cofig-allow-list",e],function(){return fh.getInstance().getConfigAllowlist(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0,enabled:!!e&&!!t})}function xw(e,t){return void 0===t&&(t=!0),xf(["get-black-list",e],function(){return fh.getInstance().getBlackListType(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:!!e&&t})}function Sw(e,t,n,r){var o;return xf(["post-black-list",e],function(){return fh.getInstance().postBlockList(e,null!=t?t:"",null!=n?n:0,null!=r?r:25).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:(null===(o=e[0])||void 0===o?void 0:o.length)>0&&null!==t,useErrorBoundary:!1})}function Cw(e,t,n){return xf(["get-block-list-summary",e,t,n],function(){var r=fh.getInstance();return n?r.getBlackListSummary(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e}):Promise.resolve({})},{enabled:!!e&&!!n})}function Rw(e,t,n,r,o,a){return xf(["black-list-detail",e,t,r,o,a],function(){return fh.getInstance().getBlacklistDetail(e,t,n,r,o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&a,cacheTime:0})}function Iw(e,t,n){return xf(["allow-list-detail",e],function(){return fh.getInstance().getAllowlistDetail(e,t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{enabled:!!e&&!!n})}function Tw(e,t){return void 0===t&&(t=!0),xf(["query-post-get-allowlist-multi-account",JSON.stringify(e)],function(){return fh.getInstance().postGetAllowlist({payload:e}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{enabled:!!e&&t,cacheTime:0})}function Aw(e,t){var o=this;return void 0===e&&(e=26),void 0===t&&(t=0),xf(["batch-refunds",e,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().getBatchRefunds(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]})})},{cacheTime:0})}function Ow(e){return xf(["velocity-rules",e],function(){var t=fh.getInstance();return e?t.getVelocityRules(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e}):Promise.resolve({})},{enabled:!!e,keepPreviousData:!0})}function Pw(){return xf(["config-rules"],function(){return fh.getInstance().getAllConfigRules().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0})}function Dw(e,t){var n=e.organizationCode;return xf(["mfa-excluded-users",n],function(){return fh.getInstance().getMFAExcludedUsers({organizationCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})}function jw(e,t){var n=e.organizationCode;return xf(["mfa-config",n],function(){return fh.getInstance().getMFAConfig({organizationCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})}function Lw(e,t){return xf(["mfa-enforcement-status",e.accountCode],function(){return fh.getInstance().getMFAEnforcementStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})}function Nw(e){return xf(["fetch-organization-saml-config",e],function(){return fh.getInstance().getSamlConfig().then(function(e){return e.data})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function zw(e){return xf(["chartgpt-chart-execute",e],function(){return fh.getInstance().executeChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e})}function qw(){return xf(["chartgpt-user-charts"],function(){return fh.getInstance().getChartsByUser().then(function(e){return null==e?void 0:e.data})},{cacheTime:0})}function Uw(){var e=this;return xf(["chartgpt-user-charts-with-results"],function(){return n(e,void 0,void 0,function(){var e,o,a,i=this;return r(this,function(s){switch(s.label){case 0:return[4,(e=fh.getInstance()).getChartsByUser()];case 1:return o=s.sent(),a=(null==o?void 0:o.data)||[],[4,Promise.all(a.map(function(o){return n(i,void 0,void 0,function(){var n,a,i,s,c,u,l,d;return r(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,e.executeChartGPTChart(o.code)];case 1:return n=r.sent(),[2,t(t({},o),{user_prompt:null!==(s=null===(i=null==n?void 0:n.data)||void 0===i?void 0:i.user_prompt)&&void 0!==s?s:o.user_prompt,unit_to_display:null!==(u=null===(c=null==n?void 0:n.data)||void 0===c?void 0:c.unit_to_display)&&void 0!==u?u:o.unit_to_display,results:null!==(d=null===(l=null==n?void 0:n.data)||void 0===l?void 0:l.results)&&void 0!==d?d:[]})];case 2:return a=r.sent(),console.error("Failed to execute chart ".concat(o.chart_id,":"),a),[2,t(t({},o),{results:[]})];case 3:return[2]}})})}))];case 2:return[2,s.sent()]}})})})}function Mw(e,t,o){var a=this;return void 0===o&&(o=!0),xf(["chartgpt-patch-and-execute",e,t],function(){return n(a,void 0,void 0,function(){var n,o,a,i,s;return r(this,function(r){switch(r.label){case 0:return[4,(n=fh.getInstance()).patchChartGPTChart(e,t)];case 1:return o=r.sent(),a=null==o?void 0:o.data,[4,n.executeChartGPTChart(e)];case 2:return i=r.sent(),s=null==i?void 0:i.data,[2,{chart:a,execution:s}]}})})},{enabled:o&&!!e,retry:!1})}function Bw(e){var t=this,o=e.chartCode,a=e.enabled;return xf(["chart-feedback",o],function(){return n(t,void 0,void 0,function(){var e,t,n,a,i;return r(this,function(r){switch(r.label){case 0:e=fh.getInstance(),r.label=1;case 1:return r.trys.push([1,3,,4]),[4,e.getChartFeedback(o)];case 2:return t=r.sent(),(n=null==t?void 0:t.data)&&n.rating?[2,n]:[2,null];case 3:if(a=r.sent(),404===(null===(i=null==a?void 0:a.response)||void 0===i?void 0:i.status))return[2,null];throw a;case 4:return[2]}})})},{enabled:(void 0===a||a)&&!!o,staleTime:3e5})}function Fw(){return xf(["languages"],function(){return fh.getInstance().getLanguages().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,cacheTime:300})}function Ww(){var e=localStorage.getItem("lang")||"en";return xf(["translations",e],function(){return fh.getInstance().getTranslations(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,cacheTime:3e4})}function Hw(e){var t=this;return xf({queryKey:["network-tokens-onboarding",e],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(t){switch(t.label){case 0:return[4,fh.getInstance().getNetworkTokensOnboardingByOrganization(e)];case 1:return[2,t.sent().data]}})})},enabled:!!e,useErrorBoundary:!1,cacheTime:0})}var Gw=function(e){if(!e)return"";var t=new Date(e);return"".concat(["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][t.getUTCMonth()]," ").concat(t.getUTCDate())},Vw=function(e,t,n){if(!t||!n)return e||[];var r=function(e,t){var n=[],r=new Date(e),o=new Date(t);r.setUTCHours(0,0,0,0),o.setUTCHours(0,0,0,0);for(var a=new Date(r);a<=o;)n.push(a.toISOString()),a.setUTCDate(a.getUTCDate()+1);return n}(t,n),o=new Map;return null==e||e.forEach(function(e){if(e.date){var t=new Date(e.date).toISOString().split("T")[0];o.set(t,e.value)}}),r.map(function(e){var t=e.split("T")[0];return{date:e,value:o.get(t)||"0"}})},Kw=function(e){var t,n=null===(t=e.plots)||void 0===t?void 0:t[0];if(!n||!n.rows)return{distribution:[],total:0};var r=parseFloat(n.value||"0");return{distribution:n.rows.map(function(e){var t,n=100*parseFloat(e.value),o=Math.round(r*parseFloat(e.value));return{key:(null===(t=e.label)||void 0===t?void 0:t.toUpperCase())||"UNKNOWN",total:o,percentage:n,amount:o}}),total:r}},$w=function(e,t,n){var r,o={};return null===(r=e.plots)||void 0===r||r.forEach(function(e){var r=Vw(e.rows,t,n),a=e.label;o[a]=r.map(function(e){return{key:e.date||"",total:100*parseFloat(e.value),current_label:Gw(e.date||""),current_amount:100*parseFloat(e.value)}})}),o},Qw=function(e,t,n){var r,o=null===(r=e.plots)||void 0===r?void 0:r[0];return{distribution:Vw(null==o?void 0:o.rows,t,n).map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Gw(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==o?void 0:o.value)||"0"),total_amount:parseFloat((null==o?void 0:o.value)||"0")}},Yw=function(e,t,n){var r,o=null===(r=e.plots)||void 0===r?void 0:r[0];return{distribution:Vw(null==o?void 0:o.rows,t,n).map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Gw(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==o?void 0:o.value)||"0"),total_amount:parseFloat((null==o?void 0:o.value)||"0")}},Jw=function(e,o){return xf(t({queryKey:["smart-recovery-communications-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=fh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-by-day",n)];case 1:return o=r.sent(),[2,(a=o.data,i=n.start_date,s=n.end_date,c=a.plots||[],u=c.find(function(e){return"TOTAL_COMMUNICATIONS_LABEL"===e.label}),l=c.find(function(e){return"COMPLETED_COMMUNICATIONS_LABEL"===e.label}),d=c.find(function(e){return"CONVERSION_RATE_LABEL"===e.label}),p=Vw(null==u?void 0:u.rows,i,s),h=Vw(null==l?void 0:l.rows,i,s),f=Vw(null==d?void 0:d.rows,i,s),{communications:{distribution:p.map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Gw(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==u?void 0:u.value)||"0")},conversion_rate:{distribution:f.map(function(e){return{key:e.date||"",total:parseFloat(e.value),percentage:parseFloat(e.value)}}),total:parseFloat((null==d?void 0:d.value)||"0")},completed_communications:{distribution:h.map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Gw(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==l?void 0:l.value)||"0")}})]}var a,i,s,c,u,l,d,p,h,f})})},enabled:!!e.organization_code,staleTime:3e5},o))},Xw=function(e,o){return xf(t({queryKey:["smart-recovery-communications-by-substatus",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=fh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-by-substatus",n)];case 1:return o=r.sent(),[2,Kw(o.data)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))},Zw=function(e,o){return xf(t({queryKey:["smart-recovery-communications-substatus-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=fh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-substatus-by-day",n)];case 1:return o=r.sent(),[2,$w(o.data,n.start_date,n.end_date)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))},e_=function(e,o){return xf(t({queryKey:["smart-recovery-recovered-tpv-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=fh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/recovered-tpv-by-day",n)];case 1:return o=r.sent(),[2,Qw(o.data,n.start_date,n.end_date)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))},t_=function(e,o){return xf(t({queryKey:["smart-recovery-recovered-payments-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=fh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/recovered-payments-by-day",n)];case 1:return o=r.sent(),[2,Yw(o.data,n.start_date,n.end_date)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))};function n_(e,t){var o=this;return xf(["POST/template-reporting/templates/search",e],function(){return n(o,void 0,void 0,function(){return r(this,function(t){return[2,fh.getInstance().searchReportTemplates(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:t,useErrorBoundary:!1})}function r_(e,t,o){var a=this;return xf(["POST/template-reporting/template-by-id/search",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().searchReportTemplateById(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:o&&!!e,useErrorBoundary:!1})}function o_(e,t){var o=this;return xf(["POST/template-reporting/schedules/search",e],function(){return n(o,void 0,void 0,function(){return r(this,function(t){return[2,fh.getInstance().searchReportSchedules(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:t,useErrorBoundary:!1})}function a_(e,t,o){var a=this;return xf(["POST/template-reporting/schedule-by-id/search",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().searchReportScheduleById(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:o&&!!e,useErrorBoundary:!1})}function i_(){return xf({queryKey:["organization-configs"],queryFn:function(){return fh.getInstance().getOrganizationConfigs().then(function(e){return null==e?void 0:e.data})},cacheTime:0,useErrorBoundary:!1})}function s_(e,t,o){var a=this;return void 0===o&&(o=!0),xf(["get-recipients",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().getRecipients(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&o,cacheTime:0,useErrorBoundary:!1})}function c_(e,t,o){var a=this;return void 0===o&&(o=!0),xf(["get-recipient-by-id",e,t.recipient_id],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().getRecipientById(e,t.recipient_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t.recipient_id&&o,cacheTime:500,useErrorBoundary:!1})}function u_(e,t,o){var a=this;return void 0===o&&(o=!0),xf(["get-onboarding-detail",e,t.recipient_id,t.onboarding_id],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().getOnboardingDetail(e,t.recipient_id,t.onboarding_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t.recipient_id&&!!t.onboarding_id&&o,cacheTime:500,useErrorBoundary:!1})}function l_(e,t,o){var a=this;return void 0===o&&(o=!0),xf(["get-onboarding-timeline",e,t.onboarding_id],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,fh.getInstance().getOnboardingTimeline(e,t.onboarding_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t.onboarding_id&&o,cacheTime:500,useErrorBoundary:!1})}function d_(e,t,n){return void 0===t&&(t=!0),xf(["installments-plans",e,n],function(){return fh.getInstance().getInstallmentPlans(n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:Boolean(e)&&t,useErrorBoundary:!1})}function p_(e,t){return void 0===t&&(t=!0),xf(["search-installments-plans",JSON.stringify(e)],function(){return fh.getInstance().searchInstallmentsPlans(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:t,useErrorBoundary:!1})}function h_(){return h_=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},h_.apply(this,arguments)}
|
|
217
51
|
/**
|
|
218
52
|
* match-sorter-utils
|
|
219
53
|
*
|
|
@@ -223,12 +57,12 @@ function Vo(e){const t=Go.parse(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[
|
|
|
223
57
|
* LICENSE.md file in the root directory of this source tree.
|
|
224
58
|
*
|
|
225
59
|
* @license MIT
|
|
226
|
-
*/const
|
|
60
|
+
*/const f_={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Ấ":"A","Ắ":"A","Ẳ":"A","Ẵ":"A","Ặ":"A","Æ":"AE","Ầ":"A","Ằ":"A","Ȃ":"A","Ç":"C","Ḉ":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ế":"E","Ḗ":"E","Ề":"E","Ḕ":"E","Ḝ":"E","Ȇ":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ḯ":"I","Ȋ":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ố":"O","Ṍ":"O","Ṓ":"O","Ȏ":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","ấ":"a","ắ":"a","ẳ":"a","ẵ":"a","ặ":"a","æ":"ae","ầ":"a","ằ":"a","ȃ":"a","ç":"c","ḉ":"c","è":"e","é":"e","ê":"e","ë":"e","ế":"e","ḗ":"e","ề":"e","ḕ":"e","ḝ":"e","ȇ":"e","ì":"i","í":"i","î":"i","ï":"i","ḯ":"i","ȋ":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ố":"o","ṍ":"o","ṓ":"o","ȏ":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Ĉ":"C","ĉ":"c","Ċ":"C","ċ":"c","Č":"C","č":"c","C̆":"C","c̆":"c","Ď":"D","ď":"d","Đ":"D","đ":"d","Ē":"E","ē":"e","Ĕ":"E","ĕ":"e","Ė":"E","ė":"e","Ę":"E","ę":"e","Ě":"E","ě":"e","Ĝ":"G","Ǵ":"G","ĝ":"g","ǵ":"g","Ğ":"G","ğ":"g","Ġ":"G","ġ":"g","Ģ":"G","ģ":"g","Ĥ":"H","ĥ":"h","Ħ":"H","ħ":"h","Ḫ":"H","ḫ":"h","Ĩ":"I","ĩ":"i","Ī":"I","ī":"i","Ĭ":"I","ĭ":"i","Į":"I","į":"i","İ":"I","ı":"i","IJ":"IJ","ij":"ij","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","Ḱ":"K","ḱ":"k","K̆":"K","k̆":"k","Ĺ":"L","ĺ":"l","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ŀ":"L","ŀ":"l","Ł":"l","ł":"l","Ḿ":"M","ḿ":"m","M̆":"M","m̆":"m","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","ʼn":"n","N̆":"N","n̆":"n","Ō":"O","ō":"o","Ŏ":"O","ŏ":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","P̆":"P","p̆":"p","Ŕ":"R","ŕ":"r","Ŗ":"R","ŗ":"r","Ř":"R","ř":"r","R̆":"R","r̆":"r","Ȓ":"R","ȓ":"r","Ś":"S","ś":"s","Ŝ":"S","ŝ":"s","Ş":"S","Ș":"S","ș":"s","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","ț":"t","Ț":"T","Ť":"T","ť":"t","Ŧ":"T","ŧ":"t","T̆":"T","t̆":"t","Ũ":"U","ũ":"u","Ū":"U","ū":"u","Ŭ":"U","ŭ":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ȗ":"U","ȗ":"u","V̆":"V","v̆":"v","Ŵ":"W","ŵ":"w","Ẃ":"W","ẃ":"w","X̆":"X","x̆":"x","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Y̆":"Y","y̆":"y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ſ":"s","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Ǎ":"A","ǎ":"a","Ǐ":"I","ǐ":"i","Ǒ":"O","ǒ":"o","Ǔ":"U","ǔ":"u","Ǖ":"U","ǖ":"u","Ǘ":"U","ǘ":"u","Ǚ":"U","ǚ":"u","Ǜ":"U","ǜ":"u","Ứ":"U","ứ":"u","Ṹ":"U","ṹ":"u","Ǻ":"A","ǻ":"a","Ǽ":"AE","ǽ":"ae","Ǿ":"O","ǿ":"o","Þ":"TH","þ":"th","Ṕ":"P","ṕ":"p","Ṥ":"S","ṥ":"s","X́":"X","x́":"x","Ѓ":"Г","ѓ":"г","Ќ":"К","ќ":"к","A̋":"A","a̋":"a","E̋":"E","e̋":"e","I̋":"I","i̋":"i","Ǹ":"N","ǹ":"n","Ồ":"O","ồ":"o","Ṑ":"O","ṑ":"o","Ừ":"U","ừ":"u","Ẁ":"W","ẁ":"w","Ỳ":"Y","ỳ":"y","Ȁ":"A","ȁ":"a","Ȅ":"E","ȅ":"e","Ȉ":"I","ȉ":"i","Ȍ":"O","ȍ":"o","Ȑ":"R","ȑ":"r","Ȕ":"U","ȕ":"u","B̌":"B","b̌":"b","Č̣":"C","č̣":"c","Ê̌":"E","ê̌":"e","F̌":"F","f̌":"f","Ǧ":"G","ǧ":"g","Ȟ":"H","ȟ":"h","J̌":"J","ǰ":"j","Ǩ":"K","ǩ":"k","M̌":"M","m̌":"m","P̌":"P","p̌":"p","Q̌":"Q","q̌":"q","Ř̩":"R","ř̩":"r","Ṧ":"S","ṧ":"s","V̌":"V","v̌":"v","W̌":"W","w̌":"w","X̌":"X","x̌":"x","Y̌":"Y","y̌":"y","A̧":"A","a̧":"a","B̧":"B","b̧":"b","Ḑ":"D","ḑ":"d","Ȩ":"E","ȩ":"e","Ɛ̧":"E","ɛ̧":"e","Ḩ":"H","ḩ":"h","I̧":"I","i̧":"i","Ɨ̧":"I","ɨ̧":"i","M̧":"M","m̧":"m","O̧":"O","o̧":"o","Q̧":"Q","q̧":"q","U̧":"U","u̧":"u","X̧":"X","x̧":"x","Z̧":"Z","z̧":"z"},m_=Object.keys(f_).join("|"),g_=new RegExp(m_,"g");
|
|
227
61
|
/**
|
|
228
62
|
* @name match-sorter
|
|
229
63
|
* @license MIT license.
|
|
230
64
|
* @copyright (c) 2099 Kent C. Dodds
|
|
231
65
|
* @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
|
|
232
66
|
*/
|
|
233
|
-
const mw=7,fw=6,gw=5,yw=4,bw=3,vw=2,kw=1,ww=0;function jw(e,t,n){var o;if((n=n||{}).threshold=null!=(o=n.threshold)?o:kw,!n.accessors){const o=_w(e,t,n);return{rankedValue:e,rank:o,accessorIndex:-1,accessorThreshold:n.threshold,passed:o>=n.threshold}}const a=function(e,t){const n=[];for(let o=0,a=t.length;o<a;o++){const a=t[o],r=Rw(a),i=Cw(e,a);for(let e=0,t=i.length;e<t;e++)n.push({itemValue:i[e],attributes:r})}return n}(e,n.accessors),r={rankedValue:e,rank:ww,accessorIndex:-1,accessorThreshold:n.threshold,passed:!1};for(let e=0;e<a.length;e++){const o=a[e];let i=_w(o.itemValue,t,n);const{minRanking:s,maxRanking:u,threshold:c=n.threshold}=o.attributes;i<s&&i>=kw?i=s:i>u&&(i=u),i=Math.min(i,u),i>=c&&i>r.rank&&(r.rank=i,r.passed=!0,r.accessorIndex=e,r.accessorThreshold=c,r.rankedValue=o.itemValue)}return r}function _w(e,t,n){return e=Ew(e,n),(t=Ew(t,n)).length>e.length?ww:e===t?mw:(e=e.toLowerCase())===(t=t.toLowerCase())?fw:e.startsWith(t)?gw:e.includes(` ${t}`)?yw:e.includes(t)?bw:1===t.length?ww:function(e){let t="";return e.split(" ").forEach((e=>{e.split("-").forEach((e=>{t+=e.substr(0,1)}))})),t}(e).includes(t)?vw:function(e,t){let n=0,o=0;function a(e,t,o){for(let a=o,r=t.length;a<r;a++){if(t[a]===e)return n+=1,a+1}return-1}function r(e){const o=1/e,a=n/t.length;return kw+a*o}const i=a(t[0],e,0);if(i<0)return ww;o=i;for(let n=1,r=t.length;n<r;n++){o=a(t[n],e,o);if(!(o>-1))return ww}const s=o-i;return r(s)}(e,t)}function Ew(e,t){let{keepDiacritics:n}=t;return e=`${e}`,n||(e=e.replace(hw,(e=>dw[e]))),e}function Cw(e,t){let n=t;"object"==typeof t&&(n=t.accessor);const o=n(e);return null==o?[]:Array.isArray(o)?o:[String(o)]}const Sw={maxRanking:1/0,minRanking:-1/0};function Rw(e){return"function"==typeof e?Sw:{...Sw,...e}}function Tw(e,t){const[n,o]=i.useState();i.useEffect((()=>{const n=(e=>{try{const t=localStorage.getItem(e);return"string"==typeof t?JSON.parse(t):void 0}catch{return}})(e);o(null==n?"function"==typeof t?t():t:n)}),[t,e]);return[n,i.useCallback((t=>{o((n=>{let o=t;"function"==typeof t&&(o=t(n));try{localStorage.setItem(e,JSON.stringify(o))}catch{}return o}))}),[e])]}var Iw,xw=function(){function e(){this.keyToValue=new Map,this.valueToKey=new Map}return e.prototype.set=function(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)},e.prototype.getByKey=function(e){return this.keyToValue.get(e)},e.prototype.getByValue=function(e){return this.valueToKey.get(e)},e.prototype.clear=function(){this.keyToValue.clear(),this.valueToKey.clear()},e}(),Ow=function(){function e(e){this.generateIdentifier=e,this.kv=new xw}return e.prototype.register=function(e,t){this.kv.getByValue(e)||(t||(t=this.generateIdentifier(e)),this.kv.set(t,e))},e.prototype.clear=function(){this.kv.clear()},e.prototype.getIdentifier=function(e){return this.kv.getByValue(e)},e.prototype.getValue=function(e){return this.kv.getByKey(e)},e}(),Aw=(Iw=function(e,t){return Iw=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},Iw(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}Iw(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),zw=function(e){function t(){var t=e.call(this,(function(e){return e.name}))||this;return t.classToAllowedProps=new Map,t}return Aw(t,e),t.prototype.register=function(t,n){"object"==typeof n?(n.allowProps&&this.classToAllowedProps.set(t,n.allowProps),e.prototype.register.call(this,t,n.identifier)):e.prototype.register.call(this,t,n)},t.prototype.getAllowedProps=function(e){return this.classToAllowedProps.get(e)},t}(Ow),Pw=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i};function Dw(e,t){var n=function(e){if("values"in Object)return Object.values(e);var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}(e);if("find"in n)return n.find(t);for(var o=n,a=0;a<o.length;a++){var r=o[a];if(t(r))return r}}function Lw(e,t){Object.entries(e).forEach((function(e){var n=Pw(e,2),o=n[0],a=n[1];return t(a,o)}))}function Nw(e,t){return-1!==e.indexOf(t)}function qw(e,t){for(var n=0;n<e.length;n++){var o=e[n];if(t(o))return o}}var Mw=function(){function e(){this.transfomers={}}return e.prototype.register=function(e){this.transfomers[e.name]=e},e.prototype.findApplicable=function(e){return Dw(this.transfomers,(function(t){return t.isApplicable(e)}))},e.prototype.findByName=function(e){return this.transfomers[e]},e}(),Uw=function(e){return void 0===e},Bw=function(e){return"object"==typeof e&&null!==e&&(e!==Object.prototype&&(null===Object.getPrototypeOf(e)||Object.getPrototypeOf(e)===Object.prototype))},Fw=function(e){return Bw(e)&&0===Object.keys(e).length},Ww=function(e){return Array.isArray(e)},Hw=function(e){return e instanceof Map},Gw=function(e){return e instanceof Set},Vw=function(e){return"Symbol"===function(e){return Object.prototype.toString.call(e).slice(8,-1)}(e)},Kw=function(e){return"number"==typeof e&&isNaN(e)},$w=function(e){return function(e){return"boolean"==typeof e}(e)||function(e){return null===e}(e)||Uw(e)||function(e){return"number"==typeof e&&!isNaN(e)}(e)||function(e){return"string"==typeof e}(e)||Vw(e)},Qw=function(e){return e.replace(/\./g,"\\.")},Jw=function(e){return e.map(String).map(Qw).join(".")},Yw=function(e){for(var t=[],n="",o=0;o<e.length;o++){var a=e.charAt(o);if("\\"===a&&"."===e.charAt(o+1))n+=".",o++;else"."===a?(t.push(n),n=""):n+=a}var r=n;return t.push(r),t},Xw=function(){return Xw=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},Xw.apply(this,arguments)},Zw=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i},ej=function(e,t){for(var n=0,o=t.length,a=e.length;n<o;n++,a++)e[a]=t[n];return e};function tj(e,t,n,o){return{isApplicable:e,annotation:t,transform:n,untransform:o}}var nj=[tj(Uw,"undefined",(function(){return null}),(function(){})),tj((function(e){return"bigint"==typeof e}),"bigint",(function(e){return e.toString()}),(function(e){return"undefined"!=typeof BigInt?BigInt(e):(console.error("Please add a BigInt polyfill."),e)})),tj((function(e){return e instanceof Date&&!isNaN(e.valueOf())}),"Date",(function(e){return e.toISOString()}),(function(e){return new Date(e)})),tj((function(e){return e instanceof Error}),"Error",(function(e,t){var n={name:e.name,message:e.message};return t.allowedErrorProps.forEach((function(t){n[t]=e[t]})),n}),(function(e,t){var n=new Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach((function(t){n[t]=e[t]})),n})),tj((function(e){return e instanceof RegExp}),"regexp",(function(e){return""+e}),(function(e){var t=e.slice(1,e.lastIndexOf("/")),n=e.slice(e.lastIndexOf("/")+1);return new RegExp(t,n)})),tj(Gw,"set",(function(e){return ej([],Zw(e.values()))}),(function(e){return new Set(e)})),tj(Hw,"map",(function(e){return ej([],Zw(e.entries()))}),(function(e){return new Map(e)})),tj((function(e){return Kw(e)||((t=e)===1/0||t===-1/0);var t}),"number",(function(e){return Kw(e)?"NaN":e>0?"Infinity":"-Infinity"}),Number),tj((function(e){return 0===e&&1/e==-1/0}),"number",(function(){return"-0"}),Number),tj((function(e){return e instanceof URL}),"URL",(function(e){return e.toString()}),(function(e){return new URL(e)}))];function oj(e,t,n,o){return{isApplicable:e,annotation:t,transform:n,untransform:o}}var aj=oj((function(e,t){return!!Vw(e)&&!!t.symbolRegistry.getIdentifier(e)}),(function(e,t){return["symbol",t.symbolRegistry.getIdentifier(e)]}),(function(e){return e.description}),(function(e,t,n){var o=n.symbolRegistry.getValue(t[1]);if(!o)throw new Error("Trying to deserialize unknown symbol");return o})),rj=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((function(e,t){return e[t.name]=t,e}),{}),ij=oj((function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}),(function(e){return["typed-array",e.constructor.name]}),(function(e){return ej([],Zw(e))}),(function(e,t){var n=rj[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)}));function sj(e,t){return!!(null==e?void 0:e.constructor)&&!!t.classRegistry.getIdentifier(e.constructor)}var uj=oj(sj,(function(e,t){return["class",t.classRegistry.getIdentifier(e.constructor)]}),(function(e,t){var n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return Xw({},e);var o={};return n.forEach((function(t){o[t]=e[t]})),o}),(function(e,t,n){var o=n.classRegistry.getValue(t[1]);if(!o)throw new Error("Trying to deserialize unknown class - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564");return Object.assign(Object.create(o.prototype),e)})),cj=oj((function(e,t){return!!t.customTransformerRegistry.findApplicable(e)}),(function(e,t){return["custom",t.customTransformerRegistry.findApplicable(e).name]}),(function(e,t){return t.customTransformerRegistry.findApplicable(e).serialize(e)}),(function(e,t,n){var o=n.customTransformerRegistry.findByName(t[1]);if(!o)throw new Error("Trying to deserialize unknown custom value");return o.deserialize(e)})),lj=[uj,aj,cj,ij],dj=function(e,t){var n=qw(lj,(function(n){return n.isApplicable(e,t)}));if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};var o=qw(nj,(function(n){return n.isApplicable(e,t)}));return o?{value:o.transform(e,t),type:o.annotation}:void 0},pj={};nj.forEach((function(e){pj[e.annotation]=e}));var hj=function(e,t){for(var n=e.keys();t>0;)n.next(),t--;return n.next().value};function mj(e){if(Nw(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(Nw(e,"prototype"))throw new Error("prototype is not allowed as a property");if(Nw(e,"constructor"))throw new Error("constructor is not allowed as a property")}var fj=function(e,t,n){if(mj(t),0===t.length)return n(e);for(var o=e,a=0;a<t.length-1;a++){var r=t[a];if(Ww(o))o=o[+r];else if(Bw(o))o=o[r];else if(Gw(o)){o=hj(o,i=+r)}else if(Hw(o)){if(a===t.length-2)break;var i=+r,s=0==+t[++a]?"key":"value",u=hj(o,i);switch(s){case"key":o=u;break;case"value":o=o.get(u)}}}var c=t[t.length-1];if(Ww(o)?o[+c]=n(o[+c]):Bw(o)&&(o[c]=n(o[c])),Gw(o)){var l=hj(o,+c),d=n(l);l!==d&&(o.delete(l),o.add(d))}if(Hw(o)){i=+t[t.length-2];var p=hj(o,i);switch(s=0==+c?"key":"value"){case"key":var h=n(p);o.set(h,o.get(p)),h!==p&&o.delete(p);break;case"value":o.set(p,n(o.get(p)))}}return e},gj=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i},yj=function(e,t){for(var n=0,o=t.length,a=e.length;n<o;n++,a++)e[a]=t[n];return e};function bj(e,t,n){if(void 0===n&&(n=[]),e)if(Ww(e)){var o=gj(e,2),a=o[0],r=o[1];r&&Lw(r,(function(e,o){bj(e,t,yj(yj([],gj(n)),gj(Yw(o))))})),t(a,n)}else Lw(e,(function(e,o){return bj(e,t,yj(yj([],gj(n)),gj(Yw(o))))}))}function vj(e,t,n){return bj(t,(function(t,o){e=fj(e,o,(function(e){return function(e,t,n){if(!Ww(t)){var o=pj[t];if(!o)throw new Error("Unknown transformation: "+t);return o.untransform(e,n)}switch(t[0]){case"symbol":return aj.untransform(e,t,n);case"class":return uj.untransform(e,t,n);case"custom":return cj.untransform(e,t,n);case"typed-array":return ij.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}}(e,t,n)}))})),e}function kj(e,t){function n(t,n){var o=function(e,t){mj(t);for(var n=0;n<t.length;n++){var o=t[n];if(Gw(e))e=hj(e,+o);else if(Hw(e)){var a=+o,r=0==+t[++n]?"key":"value",i=hj(e,a);switch(r){case"key":e=i;break;case"value":e=e.get(i)}}else e=e[o]}return e}(e,Yw(n));t.map(Yw).forEach((function(t){e=fj(e,t,(function(){return o}))}))}if(Ww(t)){var o=gj(t,2),a=o[0],r=o[1];a.forEach((function(t){e=fj(e,Yw(t),(function(){return e}))})),r&&Lw(r,n)}else Lw(t,n);return e}var wj=function(e,t,n,o,a,r,i){var s;void 0===a&&(a=[]),void 0===r&&(r=[]),void 0===i&&(i=new Map);var u=$w(e);if(!u){!function(e,t,n){var o=n.get(e);o?o.push(t):n.set(e,[t])}(e,a,t);var c=i.get(e);if(c)return o?{transformedValue:null}:c}if(!function(e,t){return Bw(e)||Ww(e)||Hw(e)||Gw(e)||sj(e,t)}(e,n)){var l=dj(e,n),d=l?{transformedValue:l.value,annotations:[l.type]}:{transformedValue:e};return u||i.set(e,d),d}if(Nw(r,e))return{transformedValue:null};var p=dj(e,n),h=null!==(s=null==p?void 0:p.value)&&void 0!==s?s:e,m=Ww(h)?[]:{},f={};Lw(h,(function(s,u){var c=wj(s,t,n,o,yj(yj([],gj(a)),[u]),yj(yj([],gj(r)),[e]),i);m[u]=c.transformedValue,Ww(c.annotations)?f[u]=c.annotations:Bw(c.annotations)&&Lw(c.annotations,(function(e,t){f[Qw(u)+"."+t]=e}))}));var g=Fw(f)?{transformedValue:m,annotations:p?[p.type]:void 0}:{transformedValue:m,annotations:p?[p.type,f]:f};return u||i.set(e,g),g};function jj(e){return Object.prototype.toString.call(e).slice(8,-1)}function _j(e){return"Array"===jj(e)}function Ej(e,t={}){if(_j(e))return e.map((e=>Ej(e,t)));if(!function(e){if("Object"!==jj(e))return!1;const t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}(e))return e;return[...Object.getOwnPropertyNames(e),...Object.getOwnPropertySymbols(e)].reduce(((n,o)=>{if(_j(t.props)&&!t.props.includes(o))return n;return function(e,t,n,o,a){const r={}.propertyIsEnumerable.call(o,t)?"enumerable":"nonenumerable";"enumerable"===r&&(e[t]=n),a&&"nonenumerable"===r&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}(n,o,Ej(e[o],t),e,t.nonenumerable),n}),{})}var Cj=function(){return Cj=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},Cj.apply(this,arguments)},Sj=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i},Rj=function(e,t){for(var n=0,o=t.length,a=e.length;n<o;n++,a++)e[a]=t[n];return e},Tj=function(){function e(e){var t=(void 0===e?{}:e).dedupe,n=void 0!==t&&t;this.classRegistry=new zw,this.symbolRegistry=new Ow((function(e){var t;return null!==(t=e.description)&&void 0!==t?t:""})),this.customTransformerRegistry=new Mw,this.allowedErrorProps=[],this.dedupe=n}return e.prototype.serialize=function(e){var t=new Map,n=wj(e,t,this,this.dedupe),o={json:n.transformedValue};n.annotations&&(o.meta=Cj(Cj({},o.meta),{values:n.annotations}));var a,r,i,s,u=(a=t,r=this.dedupe,i={},s=void 0,a.forEach((function(e){if(!(e.length<=1)){r||(e=e.map((function(e){return e.map(String)})).sort((function(e,t){return e.length-t.length})));var t=gj(e),n=t[0],o=t.slice(1);0===n.length?s=o.map(Jw):i[Jw(n)]=o.map(Jw)}})),s?Fw(i)?[s]:[s,i]:Fw(i)?void 0:i);return u&&(o.meta=Cj(Cj({},o.meta),{referentialEqualities:u})),o},e.prototype.deserialize=function(e){var t=e.json,n=e.meta,o=Ej(t);return(null==n?void 0:n.values)&&(o=vj(o,n.values,this)),(null==n?void 0:n.referentialEqualities)&&(o=kj(o,n.referentialEqualities)),o},e.prototype.stringify=function(e){return JSON.stringify(this.serialize(e))},e.prototype.parse=function(e){return this.deserialize(JSON.parse(e))},e.prototype.registerClass=function(e,t){this.classRegistry.register(e,t)},e.prototype.registerSymbol=function(e,t){this.symbolRegistry.register(e,t)},e.prototype.registerCustom=function(e,t){this.customTransformerRegistry.register(Cj({name:t},e))},e.prototype.allowErrorProps=function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];(e=this.allowedErrorProps).push.apply(e,Rj([],Sj(t)))},e.defaultInstance=new e,e.serialize=e.defaultInstance.serialize.bind(e.defaultInstance),e.deserialize=e.defaultInstance.deserialize.bind(e.defaultInstance),e.stringify=e.defaultInstance.stringify.bind(e.defaultInstance),e.parse=e.defaultInstance.parse.bind(e.defaultInstance),e.registerClass=e.defaultInstance.registerClass.bind(e.defaultInstance),e.registerSymbol=e.defaultInstance.registerSymbol.bind(e.defaultInstance),e.registerCustom=e.defaultInstance.registerCustom.bind(e.defaultInstance),e.allowErrorProps=e.defaultInstance.allowErrorProps.bind(e.defaultInstance),e}();const Ij={background:"#0b1521",backgroundAlt:"#132337",foreground:"white",gray:"#3f4e60",grayAlt:"#222e3e",inputBackgroundColor:"#fff",inputTextColor:"#000",success:"#00ab52",danger:"#ff0085",active:"#006bff",paused:"#8c49eb",warning:"#ffb200"},xj=i.createContext(Ij);function Oj({theme:e,...t}){return i.createElement(xj.Provider,lw({value:e},t))}function Aj({queryState:e,observerCount:t,isStale:n,theme:o}){return"fetching"===e.fetchStatus?o.active:t?"paused"===e.fetchStatus?o.paused:n?o.warning:o.success:o.gray}function zj(e){return"fetching"===e.state.fetchStatus?"fetching":e.getObserversCount()?"paused"===e.state.fetchStatus?"paused":e.isStale()?"stale":"fresh":"inactive"}function Pj(e,t,n={}){return i.forwardRef((({style:o,...a},r)=>{const s=i.useContext(xj),u=Object.entries(n).reduce(((e,[t,n])=>function(e){const[t,n]=i.useState((()=>{if("undefined"!=typeof window)return window.matchMedia(e).matches}));return i.useEffect((()=>{if("undefined"!=typeof window){const t=window.matchMedia(e),o=({matches:e})=>n(e);return t.addListener(o),()=>{t.removeListener(o)}}}),[t,e,n]),t}(t)?{...e,..."function"==typeof n?n(a,s):n}:e),{});return i.createElement(e,{...a,style:{..."function"==typeof t?t(a,s):t,...o,...u},ref:r})}))}const Dj=(e,t=!1)=>{const{json:n}=Tj.serialize(e);return JSON.stringify(n,null,t?2:void 0)},Lj=e=>"idle"!==e.state.fetchStatus?0:e.getObserversCount()?e.isStale()?2:1:3,Nj=(e,t)=>e.state.dataUpdatedAt<t.state.dataUpdatedAt?1:-1,qj={"Status > Last Updated":(e,t)=>Lj(e)===Lj(t)?Nj(e,t):Lj(e)>Lj(t)?1:-1,"Query Hash":(e,t)=>e.queryHash.localeCompare(t.queryHash),"Last Updated":Nj},Mj=500,Uj={top:"bottom",bottom:"top",left:"right",right:"left"};function Bj(e){return["left","right"].includes(e)}function Fj(e){return Uj[e]}function Wj(e,t){return""+e+(t.charAt(0).toUpperCase()+t.slice(1))}function Hj(e="bottom"){const t=Bj(e),n=Fj(e),o=Wj("margin",n);return{position:"absolute",cursor:t?"col-resize":"row-resize",zIndex:1e5,[n]:0,[o]:"-4px",...t?{top:0,height:"100%",width:"4px"}:{width:"100%",height:"4px"}}}const Gj=Pj("div",((e,t)=>({fontSize:"clamp(12px, 1.5vw, 14px)",fontFamily:"sans-serif",display:"flex",backgroundColor:t.background,color:t.foreground})),{"(max-width: 700px)":{flexDirection:"column"},"(max-width: 600px)":{fontSize:".9em"}}),Vj=Pj("div",(()=>({flex:"1 1 500px",display:"flex",flexDirection:"column",overflow:"auto",height:"100%"})),{"(max-width: 700px)":(e,t)=>({borderTop:"2px solid "+t.gray})}),Kj=Pj("button",((e,t)=>({appearance:"none",fontSize:".9em",fontWeight:"bold",background:t.gray,border:"0",borderRadius:".3em",color:"white",padding:".5em",opacity:e.disabled?".5":void 0,cursor:"pointer"}))),$j=Pj("span",{display:"flex",flexWrap:"wrap",gap:"0.5em",fontSize:"0.9em"}),Qj=Pj("span",{display:"inline-flex",alignItems:"center",padding:".2em .4em",fontWeight:"bold",textShadow:"0 0 10px black",borderRadius:".2em"}),Jj=Pj("code",{fontSize:".9em",color:"inherit",background:"inherit"}),Yj=Pj("input",((e,t)=>({backgroundColor:t.inputBackgroundColor,border:0,borderRadius:".2em",color:t.inputTextColor,fontSize:".9em",lineHeight:"1.3",padding:".3em .4em"}))),Xj=Pj("select",((e,t)=>({display:"inline-block",fontSize:".9em",fontFamily:"sans-serif",fontWeight:"normal",lineHeight:"1.3",padding:".3em 1.5em .3em .5em",height:"auto",border:0,borderRadius:".2em",appearance:"none",WebkitAppearance:"none",backgroundColor:t.inputBackgroundColor,backgroundImage:"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23444444'><polygon points='0,25 100,25 50,75'/></svg>\")",backgroundRepeat:"no-repeat",backgroundPosition:"right .55em center",backgroundSize:".65em auto, 100%",color:t.inputTextColor})),{"(max-width: 500px)":{display:"none"}});function Zj({text:e}){return i.createElement("span",{style:{position:"absolute",width:"0.1px",height:"0.1px",overflow:"hidden"}},e)}const e_=Pj("div",{fontFamily:"Menlo, monospace",fontSize:"1em",lineHeight:"1.7",outline:"none",wordBreak:"break-word"}),t_=Pj("span",{color:"white"}),n_=Pj("button",{cursor:"pointer",color:"white"}),o_=Pj("button",{cursor:"pointer",color:"inherit",font:"inherit",outline:"inherit",background:"transparent",border:"none",padding:0}),a_=({value:e})=>{const[t,n]=i.useState("NoCopy");return i.createElement("button",{onClick:"NoCopy"===t?()=>{navigator.clipboard.writeText(Tj.stringify(e)).then((()=>{n("SuccessCopy"),setTimeout((()=>{n("NoCopy")}),1500)}),(e=>{console.error("Failed to copy: ",e),n("ErrorCopy"),setTimeout((()=>{n("NoCopy")}),1500)}))}:void 0,style:{cursor:"pointer",color:"inherit",font:"inherit",outline:"inherit",background:"transparent",border:"none",padding:0}},"NoCopy"===t?i.createElement(c_,null):"SuccessCopy"===t?i.createElement(d_,null):i.createElement(l_,null))},r_=Pj("span",((e,t)=>({color:t.danger}))),i_=Pj("div",{marginLeft:".1em",paddingLeft:"1em",borderLeft:"2px solid rgba(0,0,0,.15)"}),s_=Pj("span",{color:"grey",fontSize:".7em"}),u_=({expanded:e,style:t={}})=>i.createElement("span",{style:{display:"inline-block",transition:"all .1s ease",transform:"rotate("+(e?90:0)+"deg) "+(t.transform||""),...t}},"▶"),c_=()=>i.createElement("span",{"aria-label":"Copy object to clipboard",title:"Copy object to clipboard",style:{paddingLeft:"1em"}},i.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10"},i.createElement("path",{fill:"currentColor",d:"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"}),i.createElement("path",{fill:"currentColor",d:"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"}))),l_=()=>i.createElement("span",{"aria-label":"Failed copying to clipboard",title:"Failed copying to clipboard",style:{paddingLeft:"1em",display:"flex",alignItems:"center"}},i.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10",display:"block"},i.createElement("path",{fill:"red",d:"M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"})),i.createElement("span",{style:{color:"red",fontSize:"12px",paddingLeft:"4px",position:"relative",top:"2px"}},"See console")),d_=()=>i.createElement("span",{"aria-label":"Object copied to clipboard",title:"Object copied to clipboard",style:{paddingLeft:"1em",display:"inline-block",verticalAlign:"middle"}},i.createElement("svg",{height:"16",viewBox:"0 0 16 16",width:"16",display:"block"},i.createElement("path",{fill:"green",d:"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"})));const p_=({handleEntry:e,label:t,value:n,subEntries:o=[],subEntryPages:a=[],type:r,expanded:s=!1,copyable:u=!1,toggleExpanded:c,pageSize:l})=>{const[d,p]=i.useState([]);return i.createElement(e_,{key:t},a.length?i.createElement(i.Fragment,null,i.createElement(o_,{onClick:()=>c()},i.createElement(u_,{expanded:s})," ",t," ",i.createElement(s_,null,"iterable"===String(r).toLowerCase()?"(Iterable) ":"",o.length," ",o.length>1?"items":"item")),u?i.createElement(a_,{value:n}):null,s?1===a.length?i.createElement(i_,null,o.map(e)):i.createElement(i_,null,a.map(((t,n)=>i.createElement("div",{key:n},i.createElement(e_,null,i.createElement(n_,{onClick:()=>p((e=>e.includes(n)?e.filter((e=>e!==n)):[...e,n]))},i.createElement(u_,{expanded:s})," [",n*l," ..."," ",n*l+l-1,"]"),d.includes(n)?i.createElement(i_,null,t.map(e)):null))))):null):i.createElement(i.Fragment,null,i.createElement(t_,null,t,":")," ",i.createElement(r_,null,Dj(n))))};function h_({value:e,defaultExpanded:t,renderer:n=p_,pageSize:o=100,copyable:a=!1,...r}){const[s,u]=i.useState(Boolean(t)),c=i.useCallback((()=>u((e=>!e))),[]);let l=typeof e,d=[];const p=e=>{const n=!0===t?{[e.label]:!0}:null==t?void 0:t[e.label];return{...e,defaultExpanded:n}};var h;Array.isArray(e)?(l="array",d=e.map(((e,t)=>p({label:t.toString(),value:e})))):null!==e&&"object"==typeof e&&(h=e,Symbol.iterator in h)&&"function"==typeof e[Symbol.iterator]?(l="Iterable",d=Array.from(e,((e,t)=>p({label:t.toString(),value:e})))):"object"==typeof e&&null!==e&&(l="object",d=Object.entries(e).map((([e,t])=>p({label:e,value:t}))));const m=function(e,t){if(t<1)return[];let n=0;const o=[];for(;n<e.length;)o.push(e.slice(n,n+t)),n+=t;return o}(d,o);return n({handleEntry:t=>i.createElement(h_,lw({key:t.label,value:e,renderer:n,copyable:a},r,t)),type:l,subEntries:d,subEntryPages:m,value:e,expanded:s,copyable:a,toggleExpanded:c,pageSize:o,...r})}function m_(e){return i.createElement("svg",lw({width:"40px",height:"40px",viewBox:"0 0 190 190",version:"1.1"},e),i.createElement("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},i.createElement("g",{transform:"translate(-33.000000, 0.000000)"},i.createElement("path",{d:"M72.7239712,61.3436237 C69.631224,46.362877 68.9675112,34.8727722 70.9666331,26.5293551 C72.1555965,21.5671678 74.3293088,17.5190846 77.6346064,14.5984631 C81.1241394,11.5150478 85.5360327,10.0020122 90.493257,10.0020122 C98.6712013,10.0020122 107.26826,13.7273214 116.455725,20.8044264 C120.20312,23.6910458 124.092437,27.170411 128.131651,31.2444746 C128.45314,30.8310265 128.816542,30.4410453 129.22143,30.0806152 C140.64098,19.9149716 150.255245,13.5989272 158.478408,11.1636507 C163.367899,9.715636 167.958526,9.57768202 172.138936,10.983031 C176.551631,12.4664684 180.06766,15.5329489 182.548314,19.8281091 C186.642288,26.9166735 187.721918,36.2310983 186.195595,47.7320243 C185.573451,52.4199112 184.50985,57.5263831 183.007094,63.0593153 C183.574045,63.1277086 184.142416,63.2532808 184.705041,63.4395297 C199.193932,68.2358678 209.453582,73.3937462 215.665021,79.2882839 C219.360669,82.7953831 221.773972,86.6998434 222.646365,91.0218204 C223.567176,95.5836746 222.669313,100.159332 220.191548,104.451297 C216.105211,111.529614 208.591643,117.11221 197.887587,121.534031 C193.589552,123.309539 188.726579,124.917559 183.293259,126.363748 C183.541176,126.92292 183.733521,127.516759 183.862138,128.139758 C186.954886,143.120505 187.618598,154.61061 185.619477,162.954027 C184.430513,167.916214 182.256801,171.964297 178.951503,174.884919 C175.46197,177.968334 171.050077,179.48137 166.092853,179.48137 C157.914908,179.48137 149.31785,175.756061 140.130385,168.678956 C136.343104,165.761613 132.410866,162.238839 128.325434,158.108619 C127.905075,158.765474 127.388968,159.376011 126.77857,159.919385 C115.35902,170.085028 105.744755,176.401073 97.5215915,178.836349 C92.6321009,180.284364 88.0414736,180.422318 83.8610636,179.016969 C79.4483686,177.533532 75.9323404,174.467051 73.4516862,170.171891 C69.3577116,163.083327 68.2780823,153.768902 69.8044053,142.267976 C70.449038,137.410634 71.56762,132.103898 73.1575891,126.339009 C72.5361041,126.276104 71.9120754,126.144816 71.2949591,125.940529 C56.8060684,121.144191 46.5464184,115.986312 40.3349789,110.091775 C36.6393312,106.584675 34.2260275,102.680215 33.3536352,98.3582381 C32.4328237,93.7963839 33.3306866,89.2207269 35.8084524,84.9287618 C39.8947886,77.8504443 47.4083565,72.2678481 58.1124133,67.8460273 C62.5385143,66.0176154 67.5637208,64.366822 73.1939394,62.8874674 C72.9933393,62.3969171 72.8349374,61.8811235 72.7239712,61.3436237 Z",fill:"#002C4B",fillRule:"nonzero",transform:"translate(128.000000, 95.000000) scale(-1, 1) translate(-128.000000, -95.000000) "}),i.createElement("path",{d:"M113.396882,64 L142.608177,64 C144.399254,64 146.053521,64.958025 146.944933,66.5115174 L161.577138,92.0115174 C162.461464,93.5526583 162.461464,95.4473417 161.577138,96.9884826 L146.944933,122.488483 C146.053521,124.041975 144.399254,125 142.608177,125 L113.396882,125 C111.605806,125 109.951539,124.041975 109.060126,122.488483 L94.4279211,96.9884826 C93.543596,95.4473417 93.543596,93.5526583 94.4279211,92.0115174 L109.060126,66.5115174 C109.951539,64.958025 111.605806,64 113.396882,64 Z M138.987827,70.2765273 C140.779849,70.2765273 142.434839,71.2355558 143.325899,72.7903404 L154.343038,92.0138131 C155.225607,93.5537825 155.225607,95.4462175 154.343038,96.9861869 L143.325899,116.20966 C142.434839,117.764444 140.779849,118.723473 138.987827,118.723473 L117.017233,118.723473 C115.225211,118.723473 113.570221,117.764444 112.67916,116.20966 L101.662022,96.9861869 C100.779452,95.4462175 100.779452,93.5537825 101.662022,92.0138131 L112.67916,72.7903404 C113.570221,71.2355558 115.225211,70.2765273 117.017233,70.2765273 L138.987827,70.2765273 Z M135.080648,77.1414791 L120.924411,77.1414791 C119.134228,77.1414791 117.480644,78.0985567 116.5889,79.6508285 L116.5889,79.6508285 L109.489217,92.0093494 C108.603232,93.5515958 108.603232,95.4484042 109.489217,96.9906506 L109.489217,96.9906506 L116.5889,109.349172 C117.480644,110.901443 119.134228,111.858521 120.924411,111.858521 L120.924411,111.858521 L135.080648,111.858521 C136.870831,111.858521 138.524416,110.901443 139.41616,109.349172 L139.41616,109.349172 L146.515843,96.9906506 C147.401828,95.4484042 147.401828,93.5515958 146.515843,92.0093494 L146.515843,92.0093494 L139.41616,79.6508285 C138.524416,78.0985567 136.870831,77.1414791 135.080648,77.1414791 L135.080648,77.1414791 Z M131.319186,83.7122186 C133.108028,83.7122186 134.760587,84.6678753 135.652827,86.2183156 L138.983552,92.0060969 C139.87203,93.5500005 139.87203,95.4499995 138.983552,96.9939031 L135.652827,102.781684 C134.760587,104.332125 133.108028,105.287781 131.319186,105.287781 L124.685874,105.287781 C122.897032,105.287781 121.244473,104.332125 120.352233,102.781684 L117.021508,96.9939031 C116.13303,95.4499995 116.13303,93.5500005 117.021508,92.0060969 L120.352233,86.2183156 C121.244473,84.6678753 122.897032,83.7122186 124.685874,83.7122186 L131.319186,83.7122186 Z M128.003794,90.1848875 C126.459294,90.1848875 125.034382,91.0072828 124.263005,92.3424437 C123.491732,93.6774232 123.491732,95.3225768 124.263005,96.6575563 C125.034382,97.9927172 126.459294,98.8151125 128.001266,98.8151125 L128.001266,98.8151125 C129.545766,98.8151125 130.970678,97.9927172 131.742055,96.6575563 C132.513327,95.3225768 132.513327,93.6774232 131.742055,92.3424437 C130.970678,91.0072828 129.545766,90.1848875 128.003794,90.1848875 L128.003794,90.1848875 Z M93,94.5009646 L100.767764,94.5009646",fill:"#FFD94C"}),i.createElement("path",{d:"M87.8601729,108.357758 C89.1715224,107.608286 90.8360246,108.074601 91.5779424,109.399303 L91.5779424,109.399303 L92.0525843,110.24352 C95.8563392,116.982993 99.8190116,123.380176 103.940602,129.435068 C108.807881,136.585427 114.28184,143.82411 120.362479,151.151115 C121.316878,152.30114 121.184944,154.011176 120.065686,154.997937 L120.065686,154.997937 L119.454208,155.534625 C99.3465389,173.103314 86.2778188,176.612552 80.2480482,166.062341 C74.3500652,155.742717 76.4844915,136.982888 86.6513274,109.782853 C86.876818,109.179582 87.3045861,108.675291 87.8601729,108.357758 Z M173.534177,129.041504 C174.986131,128.785177 176.375496,129.742138 176.65963,131.194242 L176.65963,131.194242 L176.812815,131.986376 C181.782365,157.995459 178.283348,171 166.315764,171 C154.609745,171 139.708724,159.909007 121.612702,137.727022 C121.211349,137.235047 120.994572,136.617371 121,135.981509 C121.013158,134.480686 122.235785,133.274651 123.730918,133.287756 L123.730918,133.287756 L124.684654,133.294531 C132.305698,133.335994 139.714387,133.071591 146.910723,132.501323 C155.409039,131.82788 164.283523,130.674607 173.534177,129.041504 Z M180.408726,73.8119663 C180.932139,72.4026903 182.508386,71.6634537 183.954581,72.149012 L183.954581,72.149012 L184.742552,72.4154854 C210.583763,81.217922 220.402356,90.8916805 214.198332,101.436761 C208.129904,111.751366 190.484347,119.260339 161.26166,123.963678 C160.613529,124.067994 159.948643,123.945969 159.382735,123.618843 C158.047025,122.846729 157.602046,121.158214 158.388848,119.847438 L158.388848,119.847438 L158.889328,119.0105 C162.877183,112.31633 166.481358,105.654262 169.701854,99.0242957 C173.50501,91.1948179 177.073967,82.7907081 180.408726,73.8119663 Z M94.7383398,66.0363218 C95.3864708,65.9320063 96.0513565,66.0540315 96.6172646,66.3811573 C97.9529754,67.153271 98.3979538,68.8417862 97.6111517,70.1525615 L97.6111517,70.1525615 L97.1106718,70.9895001 C93.1228168,77.6836699 89.5186416,84.3457379 86.2981462,90.9757043 C82.49499,98.8051821 78.9260328,107.209292 75.5912744,116.188034 C75.0678608,117.59731 73.4916142,118.336546 72.045419,117.850988 L72.045419,117.850988 L71.2574475,117.584515 C45.4162372,108.782078 35.597644,99.1083195 41.8016679,88.5632391 C47.8700957,78.2486335 65.515653,70.7396611 94.7383398,66.0363218 Z M136.545792,34.4653746 C156.653461,16.8966864 169.722181,13.3874478 175.751952,23.9376587 C181.649935,34.2572826 179.515508,53.0171122 169.348673,80.2171474 C169.123182,80.8204179 168.695414,81.324709 168.139827,81.6422422 C166.828478,82.3917144 165.163975,81.9253986 164.422058,80.6006966 L164.422058,80.6006966 L163.947416,79.7564798 C160.143661,73.0170065 156.180988,66.6198239 152.059398,60.564932 C147.192119,53.4145727 141.71816,46.1758903 135.637521,38.8488847 C134.683122,37.6988602 134.815056,35.9888243 135.934314,35.0020629 L135.934314,35.0020629 Z M90.6842361,18 C102.390255,18 117.291276,29.0909926 135.387298,51.2729777 C135.788651,51.7649527 136.005428,52.3826288 136,53.0184911 C135.986842,54.5193144 134.764215,55.7253489 133.269082,55.7122445 L133.269082,55.7122445 L132.315346,55.7054689 C124.694302,55.6640063 117.285613,55.9284091 110.089277,56.4986773 C101.590961,57.17212 92.7164767,58.325393 83.4658235,59.9584962 C82.0138691,60.2148231 80.6245044,59.2578618 80.3403697,57.805758 L80.3403697,57.805758 L80.1871846,57.0136235 C75.2176347,31.0045412 78.7166519,18 90.6842361,18 Z",fill:"#FF4154"}))))}const f_=(e,t,n=!1)=>lh.useSyncExternalStore(i.useCallback((t=>n?()=>{}:e.subscribe(Hp.batchCalls(t))),[e,n]),t,t),g_=i.forwardRef((function(e,t){const{isOpen:n=!0,styleNonce:o,setIsOpen:a,context:r,onDragStart:s,onPositionChange:u,showCloseButton:c,position:l,closeButtonProps:d={},errorTypes:p=[],...h}=e,{onClick:m,...f}=d,g=fh({context:r}),y=g.getQueryCache(),[b,v]=Tw("reactQueryDevtoolsSortFn",Object.keys(qj)[0]),[k,w]=Tw("reactQueryDevtoolsFilter",""),[j,_]=Tw("reactQueryDevtoolsBaseSort",1),E=i.useMemo((()=>qj[b]),[b]),C=f_(y,(()=>y.getAll().length),!n),[S,R]=Tw("reactQueryDevtoolsActiveQueryHash",""),T=i.useMemo((()=>{const e=y.getAll();if(0===C)return[];const t=k?e.filter((e=>jw(e.queryHash,k).passed)):[...e];return E?t.sort(((e,t)=>E(e,t)*j)):t}),[j,E,k,C,y]),[I,x]=i.useState(!1);return i.createElement(Oj,{theme:Ij},i.createElement(Gj,lw({ref:t,className:"ReactQueryDevtoolsPanel","aria-label":"React Query Devtools Panel",id:"ReactQueryDevtoolsPanel"},h,{style:{height:Mj,position:"relative",...h.style}}),i.createElement("style",{nonce:o,dangerouslySetInnerHTML:{__html:"\n .ReactQueryDevtoolsPanel * {\n scrollbar-color: "+Ij.backgroundAlt+" "+Ij.gray+";\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar, .ReactQueryDevtoolsPanel scrollbar {\n width: 1em;\n height: 1em;\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar-track, .ReactQueryDevtoolsPanel scrollbar-track {\n background: "+Ij.backgroundAlt+";\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar-thumb, .ReactQueryDevtoolsPanel scrollbar-thumb {\n background: "+Ij.gray+";\n border-radius: .5em;\n border: 3px solid "+Ij.backgroundAlt+";\n }\n "}}),i.createElement("div",{style:Hj(l),onMouseDown:s}),n&&i.createElement("div",{style:{flex:"1 1 500px",minHeight:"40%",maxHeight:"100%",overflow:"auto",borderRight:"1px solid "+Ij.grayAlt,display:"flex",flexDirection:"column"}},i.createElement("div",{style:{padding:".5em",background:Ij.backgroundAlt,display:"flex",justifyContent:"space-between",alignItems:"center"}},i.createElement("button",{type:"button","aria-label":"Close React Query Devtools","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"true",onClick:()=>a(!1),style:{display:"inline-flex",background:"none",border:0,padding:0,marginRight:".5em",cursor:"pointer"}},i.createElement(m_,{"aria-hidden":!0}),i.createElement(Zj,{text:"Close React Query Devtools"})),i.createElement("div",{style:{display:"flex",flexDirection:"column"}},i.createElement("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:".5em"}},i.createElement(b_,{queryCache:y}),l&&u?i.createElement(Xj,{"aria-label":"Panel position",value:l,style:{marginInlineStart:".5em"},onChange:e=>u(e.target.value)},i.createElement("option",{value:"left"},"Left"),i.createElement("option",{value:"right"},"Right"),i.createElement("option",{value:"top"},"Top"),i.createElement("option",{value:"bottom"},"Bottom")):null),i.createElement("div",{style:{display:"flex",alignItems:"center",flexWrap:"wrap",gap:"0.5em"}},i.createElement(Yj,{placeholder:"Filter","aria-label":"Filter by queryhash",value:null!=k?k:"",onChange:e=>w(e.target.value),onKeyDown:e=>{"Escape"===e.key&&w("")},style:{flex:"1",width:"100%"}}),i.createElement(Xj,{"aria-label":"Sort queries",value:b,onChange:e=>v(e.target.value),style:{flex:"1",minWidth:75,marginRight:".5em"}},Object.keys(qj).map((e=>i.createElement("option",{key:e,value:e},"Sort by ",e)))),i.createElement(Kj,{type:"button",onClick:()=>_((e=>-1*e)),style:{padding:".3em .4em",marginRight:".5em"}},1===j?"⬆ Asc":"⬇ Desc"),i.createElement(Kj,{title:"Clear cache","aria-label":"Clear cache",type:"button",onClick:()=>y.clear(),style:{padding:".3em .4em",marginRight:".5em"}},"Clear"),i.createElement(Kj,{type:"button",onClick:()=>{I?(Np.setOnline(void 0),x(!1),window.dispatchEvent(new Event("online"))):(Np.setOnline(!1),x(!0))},"aria-label":I?"Restore offline mock":"Mock offline behavior",title:I?"Restore offline mock":"Mock offline behavior",style:{padding:"0",height:"2em"}},i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"2em",height:"2em",viewBox:"0 0 24 24",stroke:I?Ij.danger:"currentColor",fill:"none"},I?i.createElement(i.Fragment,null,i.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),i.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),i.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),i.createElement("path",{d:"M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2"}),i.createElement("path",{d:"M3.515 9.515a12 12 0 0 1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374"}),i.createElement("line",{x1:"3",y1:"3",x2:"21",y2:"21"})):i.createElement(i.Fragment,null,i.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),i.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),i.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),i.createElement("path",{d:"M6.343 12.343a8 8 0 0 1 11.314 0"}),i.createElement("path",{d:"M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"}))),i.createElement(Zj,{text:I?"Restore offline mock":"Mock offline behavior"}))))),i.createElement("div",{style:{overflowY:"auto",flex:"1"}},T.map((e=>i.createElement(v_,{queryKey:e.queryKey,activeQueryHash:S,setActiveQueryHash:R,key:e.queryHash,queryCache:y}))))),S&&n?i.createElement(y_,{activeQueryHash:S,queryCache:y,queryClient:g,errorTypes:p}):null,c?i.createElement(Kj,lw({type:"button","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"true"},f,{style:{position:"absolute",zIndex:99999,margin:".5em",bottom:0,left:0,...f.style},onClick:e=>{a(!1),null==m||m(e)}}),"Close"):null))})),y_=({queryCache:e,activeQueryHash:t,queryClient:n,errorTypes:o})=>{var a,r;const s=f_(e,(()=>e.getAll().find((e=>e.queryHash===t)))),u=f_(e,(()=>{var n;return null==(n=e.getAll().find((e=>e.queryHash===t)))?void 0:n.state})),c=null!=(a=f_(e,(()=>{var n;return null==(n=e.getAll().find((e=>e.queryHash===t)))?void 0:n.isStale()})))&&a,l=null!=(r=f_(e,(()=>{var n;return null==(n=e.getAll().find((e=>e.queryHash===t)))?void 0:n.getObserversCount()})))?r:0,p=d((()=>{if(s&&null!=u&&u.error){const e=o.find((e=>{var t;return e.initializer(s).toString()===(null==(t=u.error)?void 0:t.toString())}));return null==e?void 0:e.name}}),[s,null==u?void 0:u.error,o]);if(!s||!u)return null;const h=e=>{var t;const n=null!=(t=null==e?void 0:e.initializer(s))?t:new Error("Unknown error from devtools"),o=s.options;s.setState({status:"error",error:n,fetchMeta:{...s.state.fetchMeta,__previousQueryOptions:o}})};return i.createElement(Vj,null,i.createElement("div",{style:{padding:".5em",background:Ij.backgroundAlt,position:"sticky",top:0,zIndex:1}},"Query Details"),i.createElement("div",{style:{padding:".5em"}},i.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"flex-start",justifyContent:"space-between"}},i.createElement(Jj,{style:{lineHeight:"1.8em"}},i.createElement("pre",{style:{margin:0,padding:0,overflow:"auto"}},Dj(s.queryKey,!0))),i.createElement("span",{style:{padding:"0.3em .6em",borderRadius:"0.4em",fontWeight:"bold",textShadow:"0 2px 10px black",background:Aj({queryState:u,isStale:c,observerCount:l,theme:Ij}),flexShrink:0}},zj(s))),i.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"center",justifyContent:"space-between"}},"Observers: ",i.createElement(Jj,null,l)),i.createElement("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"}},"Last Updated:"," ",i.createElement(Jj,null,new Date(u.dataUpdatedAt).toLocaleTimeString()))),i.createElement("div",{style:{background:Ij.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Actions"),i.createElement("div",{style:{padding:"0.5em",display:"flex",flexWrap:"wrap",gap:"0.5em",alignItems:"flex-end"}},i.createElement(Kj,{type:"button",onClick:()=>{const e=null==s?void 0:s.fetch();null==e||e.catch(k_)},disabled:"fetching"===u.fetchStatus,style:{background:Ij.active}},"Refetch")," ",i.createElement(Kj,{type:"button",onClick:()=>n.invalidateQueries(s),style:{background:Ij.warning,color:Ij.inputTextColor}},"Invalidate")," ",i.createElement(Kj,{type:"button",onClick:()=>n.resetQueries(s),style:{background:Ij.gray}},"Reset")," ",i.createElement(Kj,{type:"button",onClick:()=>n.removeQueries(s),style:{background:Ij.danger}},"Remove")," ",i.createElement(Kj,{type:"button",onClick:()=>{var e;if("fetching"!==s.state.fetchStatus||void 0!==(null==(e=s.state.fetchMeta)?void 0:e.__previousQueryOptions))if(void 0===s.state.data)s.fetch(s.state.fetchMeta.__previousQueryOptions,{cancelRefetch:!0});else{const e=s.options;s.fetch({...e,queryFn:()=>new Promise((()=>{})),cacheTime:-1}),s.setState({data:void 0,status:"loading",fetchMeta:{...s.state.fetchMeta,__previousQueryOptions:e}})}},style:{background:Ij.paused}},"loading"===s.state.status?"Restore":"Trigger"," ","loading")," ",0===o.length||"error"===s.state.status?i.createElement(Kj,{type:"button",onClick:()=>{s.state.error?n.resetQueries(s):h()},style:{background:Ij.danger}},"error"===s.state.status?"Restore":"Trigger"," error"):i.createElement("label",null,"Trigger error:",i.createElement(Xj,{value:null!=p?p:"",style:{marginInlineStart:".5em"},onChange:e=>{const t=o.find((t=>t.name===e.target.value));h(t)}},i.createElement("option",{key:"",value:""}),o.map((e=>i.createElement("option",{key:e.name,value:e.name},e.name)))))),i.createElement("div",{style:{background:Ij.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Data Explorer"),i.createElement("div",{style:{padding:".5em"}},i.createElement(h_,{label:"Data",value:u.data,defaultExpanded:{},copyable:!0})),i.createElement("div",{style:{background:Ij.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Query Explorer"),i.createElement("div",{style:{padding:".5em"}},i.createElement(h_,{label:"Query",value:s,defaultExpanded:{queryKey:!0}})))},b_=({queryCache:e})=>{const t=f_(e,(()=>e.getAll().filter((e=>"fresh"===zj(e))).length)),n=f_(e,(()=>e.getAll().filter((e=>"fetching"===zj(e))).length)),o=f_(e,(()=>e.getAll().filter((e=>"paused"===zj(e))).length)),a=f_(e,(()=>e.getAll().filter((e=>"stale"===zj(e))).length)),r=f_(e,(()=>e.getAll().filter((e=>"inactive"===zj(e))).length));return i.createElement($j,null,i.createElement(Qj,{style:{background:Ij.success,opacity:t?1:.3}},"fresh ",i.createElement(Jj,null,"(",t,")"))," ",i.createElement(Qj,{style:{background:Ij.active,opacity:n?1:.3}},"fetching ",i.createElement(Jj,null,"(",n,")"))," ",i.createElement(Qj,{style:{background:Ij.paused,opacity:o?1:.3}},"paused ",i.createElement(Jj,null,"(",o,")"))," ",i.createElement(Qj,{style:{background:Ij.warning,color:"black",textShadow:"0",opacity:a?1:.3}},"stale ",i.createElement(Jj,null,"(",a,")"))," ",i.createElement(Qj,{style:{background:Ij.gray,opacity:r?1:.3}},"inactive ",i.createElement(Jj,null,"(",r,")")))},v_=i.memo((({queryKey:e,setActiveQueryHash:t,activeQueryHash:n,queryCache:o})=>{var a,r,s,u;const c=null!=(a=f_(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.queryHash})))?a:"",l=f_(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.state})),d=null!=(r=f_(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.isStale()})))&&r,p=null!=(s=f_(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.isDisabled()})))&&s,h=null!=(u=f_(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.getObserversCount()})))?u:0;return l?i.createElement("div",{role:"button","aria-label":"Open query details for "+c,onClick:()=>t(n===c?"":c),style:{display:"flex",borderBottom:"solid 1px "+Ij.grayAlt,cursor:"pointer",background:c===n?"rgba(255,255,255,.1)":void 0}},i.createElement("div",{style:{flex:"0 0 auto",width:"2em",height:"2em",background:Aj({queryState:l,isStale:d,observerCount:h,theme:Ij}),display:"flex",alignItems:"center",justifyContent:"center",fontWeight:"bold",textShadow:d?"0":"0 0 10px black",color:d?"black":"white"}},h),p?i.createElement("div",{style:{flex:"0 0 auto",height:"2em",background:Ij.gray,display:"flex",alignItems:"center",fontWeight:"bold",padding:"0 0.5em"}},"disabled"):null,i.createElement(Jj,{style:{padding:".5em"}},""+c)):null}));function k_(){}v_.displayName="QueryRow";const w_="development"!==process.env.NODE_ENV?function(){return null}:function({initialIsOpen:e,panelProps:t={},closeButtonProps:n={},toggleButtonProps:o={},position:a="bottom-left",containerElement:r="aside",context:s,styleNonce:u,panelPosition:c="bottom",errorTypes:l=[]}){const d=i.useRef(null),p=i.useRef(null),[h,m]=Tw("reactQueryDevtoolsOpen",e),[f,g]=Tw("reactQueryDevtoolsHeight",Mj),[y,b]=Tw("reactQueryDevtoolsWidth",Mj),[v="bottom",k]=Tw("reactQueryDevtoolsPanelPosition",c),[w,j]=i.useState(!1),[_,E]=i.useState(!1),C=function(){const e=i.useRef(!1),t=i.useCallback((()=>e.current),[]);return i.useEffect((()=>(e.current=!0,()=>{e.current=!1})),[]),t}();i.useEffect((()=>{j(null!=h&&h)}),[h,w,j]),i.useEffect((()=>{const e=p.current;if(e){const t=()=>{w&&(e.style.visibility="visible")},n=()=>{w||(e.style.visibility="hidden")};return e.addEventListener("transitionstart",t),e.addEventListener("transitionend",n),()=>{e.removeEventListener("transitionstart",t),e.removeEventListener("transitionend",n)}}}),[w]),i.useEffect((()=>{var e;if(w&&null!=(e=d.current)&&e.parentElement){const{parentElement:e}=d.current,t=Wj("padding",v),n=Bj(v),o=(({padding:e,paddingTop:t,paddingBottom:n,paddingLeft:o,paddingRight:a})=>({padding:e,paddingTop:t,paddingBottom:n,paddingLeft:o,paddingRight:a}))(e.style),a=()=>{e.style.padding="0px",e.style.paddingTop="0px",e.style.paddingBottom="0px",e.style.paddingLeft="0px",e.style.paddingRight="0px",e.style[t]=(n?y:f)+"px"};if(a(),"undefined"!=typeof window)return window.addEventListener("resize",a),()=>{window.removeEventListener("resize",a),Object.entries(o).forEach((([t,n])=>{e.style[t]=n}))}}}),[w,v,f,y]);const{style:S={},...R}=t,{style:T={},onClick:I,...x}=o,O=function({position:e="bottom",height:t,width:n,devtoolsTheme:o,isOpen:a,isResizing:r,panelStyle:i}){const s=Fj(e),u=Wj("border",s),c=Bj(e);return{...i,direction:"ltr",position:"fixed",[e]:0,[u]:"1px solid "+o.gray,transformOrigin:s,boxShadow:"0 0 20px rgba(0,0,0,.3)",zIndex:99999,visibility:a?"visible":"hidden",...r?{transition:"none"}:{transition:"all .2s ease"},...a?{opacity:1,pointerEvents:"all",transform:c?"translateX(0) scale(1)":"translateY(0) scale(1)"}:{opacity:0,pointerEvents:"none",transform:c?"translateX(15px) scale(1.02)":"translateY(15px) scale(1.02)"},...c?{top:0,height:"100vh",maxWidth:"90%",width:"number"==typeof n&&n>=70?n:Mj}:{left:0,width:"100%",maxHeight:"90%",height:"number"==typeof t&&t>=70?t:Mj}}}({position:v,devtoolsTheme:Ij,isOpen:w,height:f,width:y,isResizing:_,panelStyle:S});return C()?i.createElement(r,{ref:d,className:"ReactQueryDevtools","aria-label":"React Query Devtools"},i.createElement(Oj,{theme:Ij},i.createElement(g_,lw({ref:p,context:s,styleNonce:u,position:v,onPositionChange:k,showCloseButton:!0,closeButtonProps:n},R,{style:O,isOpen:w,setIsOpen:m,onDragStart:e=>((e,t)=>{if(!e)return;if(0!==t.button)return;const n=Bj(v);E(!0);const{height:o,width:a}=e.getBoundingClientRect(),r=t.clientX,i=t.clientY;let s=0;const u=e=>{e.preventDefault(),n?(s=a+("right"===v?r-e.clientX:e.clientX-r),b(s)):(s=o+("bottom"===v?i-e.clientY:e.clientY-i),g(s)),m(!(s<70))},c=()=>{_&&E(!1),document.removeEventListener("mousemove",u,!1),document.removeEventListener("mouseUp",c,!1)};document.addEventListener("mousemove",u,!1),document.addEventListener("mouseup",c,!1)})(p.current,e),errorTypes:l}))),w?null:i.createElement("button",lw({type:"button"},x,{"aria-label":"Open React Query Devtools","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"false",onClick:e=>{m(!0),null==I||I(e)},style:{background:"none",border:0,padding:0,position:"fixed",zIndex:99999,display:"inline-flex",fontSize:"1.5em",margin:".5em",cursor:"pointer",width:"fit-content",..."top-right"===a?{top:"0",right:"0"}:"top-left"===a?{top:"0",left:"0"}:"bottom-right"===a?{bottom:"0",right:"0"}:{bottom:"0",left:"0"},...T}}),i.createElement(m_,{"aria-hidden":!0}),i.createElement(Zj,{text:"Open React Query Devtools"}))):null};process.env.NODE_ENV;var j_,__={backgroundColor:"#fcfcff",width:"100%",zIndex:1e7,height:"100%",position:"absolute"};function E_(e){var a=this,r=e.children,i=process.env.ENVIRONMENT,s=d((function(){return"DEV"!==i&&"LOCAL"!==i?"testing":"live"}),[i]),l=u(!1),h=l[0],m=l[1],f=p((function(e){return n(a,void 0,void 0,(function(){var n,a,r,i,u;return o(this,(function(o){switch(o.label){case 0:return n=localStorage.getItem("headers"),a=n&&JSON.parse(n),r=localStorage.getItem("isTesting")&&"OFF"!==localStorage.getItem("isTesting")?"testing":"live",i=localStorage.getItem("x-organization-code"),u=i?JSON.parse(i).value:"",[4,pp.refreshInstance({headers:t(t({},a),{"X-Environment":r||s,"x-organization-code":u,"x-account-code":e.detail.accountCode,"X-Content-Type-Options":"nosniff"})})];case 1:return o.sent(),[2]}}))}))}),[s]);c((function(){return addEventListener("ACCOUNT_CHANGED",f),function(){window.removeEventListener("ACCOUNT_CHANGED",f)}}),[f]);var g=p((function(e){return n(a,void 0,void 0,(function(){var n,a,r,i,u,c,l;return o(this,(function(o){switch(o.label){case 0:return n=localStorage.getItem("headers"),(a=n&&JSON.parse(n))?(r=localStorage.getItem("x-organization-code"),i=localStorage.getItem("account"),u=i?null===(l=JSON.parse(i).value)||void 0===l?void 0:l.code:"",c=r?JSON.parse(r).value:"",[4,pp.refreshInstance({headers:t(t({},a),{"X-Environment":e||s,"x-organization-code":c,"x-account-code":u,"X-Content-Type-Options":"nosniff"})})]):[3,2];case 1:o.sent(),lm.refetchQueries(["fetch-profile","accountsV2","accounts","fetch-all-organizations","fetch-permissions"]),m(!0),o.label=2;case 2:return[2]}}))}))}),[s,m]);return c((function(){var e=localStorage.getItem("isTesting")&&"OFF"!==localStorage.getItem("isTesting")?"testing":"live";window.addEventListener("storage",(function(t){if("token"===t.key||"isTesting"===t.key){var n="OFF"===t.newValue?"live":"testing";"isTesting"===t.key?g(n):"token"===t.key&&g(e)}})),g(e)}),[m,g]),h?React.createElement(gh,{client:lm},r,React.createElement(w_,{initialIsOpen:!1})):React.createElement("div",{style:__})}!function(e){e.ECONNABORTED="ECONNABORTED",e.ETIMEDOUT="ETIMEDOUT",e.ERR_BAD_REQUEST="ERR_BAD_REQUEST"}(j_||(j_={}));var C_=function(){var e=l(null),t=l(null),n=l(null),o=u(!1),a=o[0],r=o[1],i=u(null),s=i[0],d=i[1],h=u(null),m=h[0],f=h[1],g=p((function(){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null)}),[]),y=p((function(){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null),f(null);try{var o=new WebSocket("".concat(dp["WS_URL_".concat(dp.ENVIRONMENT)],"/data-assistant/charts/ws"));e.current=o,o.onopen=function(){r(!0);var e=localStorage.getItem("token");e&&o.send(JSON.stringify({type:"auth",token:e})),t.current=setInterval((function(){o.readyState===WebSocket.OPEN?o.send(JSON.stringify({type:"ping"})):(g(),r(!1))}),3e4)},o.onmessage=function(e){try{var t=JSON.parse(e.data);d(t)}catch(e){f("Failed to parse server response")}},o.onerror=function(e){f("Connection error occurred"),r(!1)},o.onclose=function(e){r(!1),g(),e.wasClean||1e3===e.code||(n.current=setTimeout((function(){y()}),5e3))}}catch(e){f("Failed to establish connection")}}),[]),b=p((function(t){var n;(null===(n=e.current)||void 0===n?void 0:n.readyState)===WebSocket.OPEN&&e.current.send(JSON.stringify({type:"subscribe",chart_id:t}))}),[]),v=p((function(t){var n;(null===(n=e.current)||void 0===n?void 0:n.readyState)===WebSocket.OPEN&&e.current.send(JSON.stringify({type:"unsubscribe",chart_id:t}))}),[]),k=p((function(){d(null)}),[]),w=p((function(){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null),e.current&&(r(!1),e.current.close(1e3,"Manual disconnect"),e.current=null)}),[]);return c((function(){return y(),function(){g(),w()}}),[]),{subscribe:b,unsubscribe:v,disconnect:w,connect:y,clearChartData:k,isConnected:a,chartData:s,connectionError:m}},S_=["LOCAL","DEV","STG"].includes(process.env.ENVIRONMENT||"");"undefined"!=typeof window&&S_&&function(){n(this,void 0,void 0,(function(){var e;return o(this,(function(t){switch(t.label){case 0:if(!Za())return console.info('MSW is disabled. Run "window.enableMSW()" to enable it.'),[2];console.info('MSW is enabled. Run "window.disableMSW()" to disable it.'),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,Ja.start({serviceWorker:{url:"/mockServiceWorker.js"},onUnhandledRequest:"bypass"})];case 2:return t.sent(),[3,4];case 3:return e=t.sent(),console.error("Error starting MSW:",e),[3,4];case 4:return[2]}}))}))}();export{ml as AI,lp as Api,j_ as ApiErrorCodes,E_ as ApiProvider,pp as ApiSingleton,hl as Audit,il as Cms,rl as Country,ll as DataReport,Eh as DuplicateSetting,Wd as FEEDBACK_ISSUE_OPTIONS,al as Organization,fl as OrganizationConfig,ol as PaymentFiltersSection,Fg as PendingDuplicateAccountStatus,pl as ReconciliationAgendaInsight,dl as ReconciliationReportType,sl as ReportType,nl as SendPaymentNotification,cl as SmartRouting,ul as TemplateType,sb as getQueryKeyGetNameAndIcon,cb as getQueryKeyRequiredFields,cm as queryCache,lm as queryClient,nb as use3DSExemptions,kg as useAICreateWorkflow,om as useAccountCode,um as useAddToRiskList,tk as useAllFeatureFlags,Sk as useAllowListDetail,Ck as useBlackListDetail,nk as useCachedFeatureFlag,fm as useCancelReport,$m as useCancelSubscription,Vh as useChangePasswordV2,jf as useChangePaymentsWebhook,yf as useChangeStatusBlackList,bf as useChangeStatusItemBlackList,mb as useChangeStylingSettings,Ag as useChangeTemplateStatus,im as useChargebacksUpload,C_ as useChartAssistantSocket,Dk as useChartExecute,xg as useCloneTemplate,Cb as useCommunicationDetails,_b as useCommunications,Qk as useCommunicationsByDay,Jk as useCommunicationsBySubstatus,Eb as useCommunicationsFilters,Yk as useCommunicationsSubstatusByDay,af as useConfirmedOtpMfa,mm as useCountRowsForReport,Cg as useCreateAndExecuteChart,Rg as useCreateAndExecuteChartWithTimezone,jg as useCreateChart,Sg as useCreateChartWithTimezone,Mg as useCreateInstallmentsPlan,Pm as useCreateMonitorTemplate,zm as useCreateMonitorThreshold,rm as useCreateOperationTransaction,Fm as useCreatePaymentLinks,hg as useCreateReconciliationAlert,dg as useCreateReconciliationReportTemplate,dm as useCreateReconciliationsReportV2,pm as useCreateReconciliationsReportV3,gm as useCreateReportTemplate,hm as useCreateReportV2,qm as useCreateRoles,yg as useCreateSamlConfig,Pg as useCreateSchedule,Lf as useCreateScheduledReport,Gm as useCreateSubscription,Ig as useCreateTemplate,Yh as useCreateUserAuth0,vm as useCreateWorkflow,Ph as useDeleteAccountsUserMassive,Cf as useDeleteAllowlistItem,kf as useDeleteBlackListType,_f as useDeleteBlockListItem,_g as useDeleteChart,$f as useDeleteCustomizedApiKeys,Bg as useDeleteInstallmentsPlan,Wm as useDeletePaymentLink,mg as useDeleteReconciliationAlert,bm as useDeleteReportTemplate,Um as useDeleteRoles,vg as useDeleteSamlConfig,Lg as useDeleteSchedule,qf as useDeleteScheduledReport,zg as useDeleteTemplate,Lm as useDeleteUserTeamV2,jm as useDeleteVersion,Sh as useDeleteWebhookV2,Dg as useDisableSchedule,Ih as useDuplicateAccount,_m as useDuplicateVersion,Hm as useEditPaymentLinks,Mm as useEditRoles,bb as useEmailVerification,Pf as useExcludeUsers,sg as useExportApiLogs,cg as useExportDashboardLogs,lg as useExportMonitorsLogs,ug as useExportWebhooksLogs,ek as useFeatureFlags,Gb as useFetchUserExportDetail,kk as useFirebaseUserSubscribe,wg as useGenerateFeedback,Oy as useGetAccounts,zy as useGetAccountsByUser,Py as useGetAccountsForImpersonation,Ay as useGetAccountsV2,xk as useGetAllConfigRules,ky as useGetAllOrganizations,Ov as useGetAllReconciliationsAdvancements,Tv as useGetAllReconciliationsAgenda,Rv as useGetAllReconciliationsAlerts,Av as useGetAllReconciliationsFees,xv as useGetAllReconciliationsSales,_v as useGetAllTableColumns,my as useGetAllowedIps,uk as useGetApiLogsByTransactionCode,sk as useGetApiLogsDetailByPaymentCode,ok as useGetAuditEvents,lk as useGetAuditExportDownload,ck as useGetAuditExportsList,By as useGetAuditLogsFilters,ak as useGetAuditMonitorEventDetail,xf as useGetBatchRefundProcessedFileDownload,Of as useGetBatchRefundUserFileDownload,Tk as useGetBatchRefunds,jk as useGetBlackList,Ek as useGetBlockListSummary,Jg as useGetCardBrands,Mk as useGetChartFeedback,Lk as useGetChartsByUser,Nk as useGetChartsByUserWithResults,ib as useGetCheckouts,Mf as useGetConditionalConfigRules,wk as useGetConfigAllowlist,Sy as useGetConnections,Ey as useGetConnectionsByPaymentMethod,fk as useGetCountriesConfigPaymentLink,gk as useGetCountriesConfigPaymentLinkV2,db as useGetCountryData,py as useGetCredentials,Yf as useGetCredentialsMFA,gy as useGetCustomizedApiKeys,fy as useGetCustomizedApiKeysAccounts,hy as useGetCustomizedApiKeysMembers,yy as useGetCustomizedApiKeysProducts,Gf as useGetCustomizedApiKeysToken,Fy as useGetDashboardStaticContents,Ry as useGetDialogs,Pb as useGetDownloadReport,of as useGetEmailOtp,Cy as useGetHashPylon,wb as useGetImpersonationEnabled,kb as useGetImpersonationUsers,ov as useGetInsightsReport,av as useGetInsightsReportAgain,cw as useGetInstallmentsPlans,_y as useGetIntegrationByAccountV2,jy as useGetIntegrationParams,Uk as useGetLanguages,Wy as useGetLocales,vb as useGetLoginMethods,Ak as useGetMFAConfig,Ok as useGetMFAExcludedUsers,zk as useGetMFAStatus,Ly as useGetMenu,Tb as useGetMergedNotifications,ub as useGetNameAndIcon,Fk as useGetNetworkTokensOnboardingByOrganization,Sb as useGetNotificationsCustomer,Ib as useGetNotificationsNumberMutation,sw as useGetOnboardingDetail,uw as useGetOnboardingTimeline,vy as useGetOrganization,aw as useGetOrganizationConfigs,Zf as useGetOrganizationKeysMetadata,Yg as useGetPaymentFilters,mk as useGetPaymentLinkByCode,hk as useGetPaymentLinks,Qg as useGetPaymentMethodsAndProviders,Xg as useGetPaymentMetricsFilters,Ny as useGetPaymentStatusesStyles,Zg as useGetPaymentTransactionsDetails,Gg as useGetPaymentV2,$g as useGetPaymentsMethodsByCountry,oy as useGetPayoutDetail,ry as useGetPayoutHistoryDetail,dy as useGetPayoutTimeline,ay as useGetPayoutTransactionDetail,Dy as useGetPendingDuplicateAccounts,yb as useGetPermissions,Fb as useGetPermissionsCatalog,fb as useGetProfile,iy as useGetProofOfCancel,sy as useGetProofOfPayment,wy as useGetProviderParams,iw as useGetRecipientById,rw as useGetRecipients,Ev as useGetReconciliationActive,Iv as useGetReconciliationAgendaInsightsByKey,jv as useGetReconciliationFilters,qv as useGetReconciliationInsightsAmountConflictAggregators,Mv as useGetReconciliationInsightsAmountConflictList,Zv as useGetReconciliationInsightsAmountToBeSettledSummary,Bv as useGetReconciliationInsightsConflictDateAggregators,Fv as useGetReconciliationInsightsConflictDateList,Uv as useGetReconciliationInsightsConflictDateSummary,zv as useGetReconciliationInsightsConflictsSummary,Vv as useGetReconciliationInsightsFeesChargedSummary,Hv as useGetReconciliationInsightsIncorrectFeesAggregators,Gv as useGetReconciliationInsightsIncorrectFeesList,Wv as useGetReconciliationInsightsIncorrectFeesSummary,Yv as useGetReconciliationInsightsNotConfirmAggregators,Xv as useGetReconciliationInsightsNotConfirmList,Jv as useGetReconciliationInsightsNotConfirmSummary,Pv as useGetReconciliationInsightsNotReconciledAggregators,Dv as useGetReconciliationInsightsNotReconciledList,$v as useGetReconciliationInsightsReconciledAggregators,Qv as useGetReconciliationInsightsReconciledList,Kv as useGetReconciliationInsightsReconciledSummary,Lv as useGetReconciliationInsightsStatusConflictAggregators,Nv as useGetReconciliationInsightsStatusConflictList,wv as useGetReconciliationMetrics,My as useGetReconciliationTransactionStatusesStyles,vv as useGetReconciliationTransactions,Cv as useGetReconciliationsReportColumns,Sv as useGetReconciliationsReportTemplates,Nb as useGetRefundPdf,Lb as useGetReportColumns,Db as useGetReportTemplates,Ab as useGetReportsList,zb as useGetReportsListMultiEnv,lb as useGetRequiredFields,Ub as useGetRoles,Bb as useGetRolesPermissions,rb as useGetRoutingMonitorsTemplate,ab as useGetRoutingMonitorsTemplates,Uf as useGetRule,Pk as useGetSamlConfig,Df as useGetScheduledReportsList,kv as useGetSettlements,Ky as useGetSmartRoutingConditionPaymentMethod,Vy as useGetSmartRoutingConditionTypes,$y as useGetSmartRoutingConditionTypesValues,Vb as useGetSmartRoutingDataReport,Yy as useGetSmartRoutingDeclineGroups,Hy as useGetSmartRoutingMethods,Jy as useGetSmartRoutingNextRoute,Xy as useGetSmartRoutingPaymentRoute,eb as useGetSmartRoutingSearchConditionValues,Zy as useGetSmartRoutingSimulateConditionTypeValues,Gy as useGetSmartRoutingWorkflow,Qy as useGetSmartRoutingWorkflowVersion,pb as useGetStylingSdkDynamic,hb as useGetStylingSettingsV2,bk as useGetSubscriptionByCode,vk as useGetSubscriptionPayments,qb as useGetTeamsFiltersMembers,Uy as useGetTimeZoneCatalog,yk as useGetTimezonePaymentLink,nf as useGetTokenValidation,Vg as useGetTransactionDetailsV2,ey as useGetTransactionHistoryByPaymentCode,Kg as useGetTransactionRawResponse,qy as useGetTransactionStatusesStyles,Bk as useGetTranslations,dk as useGetUnifiedExportStatus,pk as useGetUnifiedExportsList,Wb as useGetUserExportStatus,gb as useGetUserFull,jb as useGetUsersToImpersonate,Rb as useGetValidateOpsgenieKey,Ty as useGetWebhookParamsV2,xy as useGetWebhooksV2Detail,Iy as useGetWebhooksV3,uv as useInsights3dsConversionRateAndEvolution,cv as useInsights3dsDeclineReasons,lv as useInsights3dsFrictionlessVsChallenge,sv as useInsights3dsVolumeAndCountTx,bv as useInsightsChargebacksByCardBrand,fv as useInsightsChargebacksByProviderAndCardBrand,mv as useInsightsChargebacksDisputed,gv as useInsightsChargebacksReasonsDistribution,yv as useInsightsChargebacksStatusDistribution,pv as useInsightsChargebacksTotalRateAndEvolution,dv as useInsightsChargebacksVolumeAndCountTx,hv as useInsightsChargebacksWinRate,Kb as useInsightsConversionRateMetricsV2,Zb as useInsightsCustomerPaymentsAndFraudMetrics,Qb as useInsightsFallbackMetrics,iv as useInsightsFraudScreeningConversionRate,rv as useInsightsFraudScreeningVolumeAndCountTx,nv as useInsightsHomeMetrics,ev as useInsightsOverviewMetrics,tv as useInsightsOverviewMetricsV3,Xb as useInsightsTotalPaymentsAndFraudMetrics,Jb as useInsightsVolumeMetrics,Yb as useInsightsVolumeMetricsV2,$h as useInviteUsersMultiaccountMassive,Qh as useInviteUsersMultiaccountMassiveV2,em as useIsTesting,Ym as useListSubscriptions,Hb as useListUserExports,tm as useLocalStorage,Zh as useLoginMethods,ob as useNetworkTokensOnboarding,Mh as useNewPostConnectionValidate,nm as useOrganizationCode,Oh as usePatchAccountV2,hf as usePatchAddAllowlistItems,by as usePatchAllowedIps,mf as usePatchAllowlist,qk as usePatchAndExecuteChart,Qf as usePatchApiKeysEditNote,df as usePatchChangeStatusAllowlist,pf as usePatchChangeStatusAllowlistItem,Eg as usePatchChartName,Uh as usePatchConnection,eg as usePatchOrganizationKeysNote,Hf as usePathCreateCustomizedApiKeys,xb as usePathNotifications,Vm as usePauseSubscription,ly as usePayoutsFilters,cy as usePayoutsList,Th as usePostAccount,Rk as usePostAllowlistMultiAccount,Jf as usePostApiKeysRoll,rk as usePostApiLogs,ag as usePostAuditMonitors,If as usePostBatchRefundByFile,wf as usePostBlackListBatch,vf as usePostBlackListItems,ff as usePostBlackListMultiAccount,_k as usePostBlockList,Xh as usePostCall,Lh as usePostChangeStatusConnection,qh as usePostConnectionMultiAccount,lf as usePostCreateAllowlistMultiAccount,Wf as usePostCreateCustomizedApiKeys,gg as usePostCreateInsightsReport,Bf as usePostCreateRuleMultiAccount,Vf as usePostCredentialsValidatePassword,Kf as usePostCredentialsValidatePasswordRegularUser,Xf as usePostCredentialsWithOtpMfa,Bh as usePostDefaultRoutes,Ff as usePostEditRule,ny as usePostFraudTransactions,uf as usePostGetAllowlistItems,cf as usePostGetAllowlistMultiAccount,Mb as usePostMembersPaginatedV2,Wh as usePostNetworkTokensOnboarding,Ng as usePostOrganizationConfigs,og as usePostOrganizationKeysMarkRevealed,tg as usePostOrganizationKeysRoll,ng as usePostOrganizationKeysTamRequest,Hg as usePostPaymentsEvaluated,Wg as usePostPaymentsLazy,Dm as usePostSlackMessageChannel,ty as usePostTransactions,Xm as usePostUserSettings,tf as usePostUserSettingsPinned,ef as usePostUserSettingsTables,Zm as usePostUserThemeSettings,Dh as usePostValideStatusConnection,Ik as usePostVelocityRules,ik as usePostWebhookLogs,Ch as usePostWebhookMultiAccount,tb as useProviderConversionRatesData,sm as useProviderRawResponse,km as usePublishVersion,Ah as usePutAccountPrincipal,zh as usePutAccountsUserMassive,gf as usePutBlackListType,Nh as usePutCosts,qg as usePutOrganizationConfigsByAccount,Zk as useRecoveredPaymentsByDay,Xk as useRecoveredTPVByDay,Jm as useRescheduleSubscription,rg as useResendWebhooks,Km as useResumeSubscription,xh as useRetryDuplicateAccount,wm as useSaveVersion,ow as useSearchScheduleById,nw as useSearchSchedules,tw as useSearchTemplateById,ew as useSearchTemplates,uy as useSendPaymentNotification,Nm as useSetCustodian,Sm as useSmartRoutingCreateDeclinedGroup,Tm as useSmartRoutingEditWorkflowName,Am as useSmartRoutingMultiAccountDeclinedGroupCreate,Om as useSmartRoutingRemoveDeclinedGroup,Im as useSmartRoutingSimulateTransaction,Rm as useSmartRoutingToggleFavorite,Cm as useSmartRoutingUpdateDeclinedGroup,xm as useSmartRoutingUpdateMonitorRedistribution,Bm as useStartUserExport,Tg as useSubmitChartFeedback,Em as useToggleMethod,Jh as useUnInviteUsersV2,ig as useUnifiedExportStart,rf as useUnrollUserV2,Ug as useUpdateInstallmentsPlan,am as useUpdateIsActiveCheckout,zf as useUpdateMFAConfig,Hh as useUpdateOrganizationStatus,Kh as useUpdateProfile,fg as useUpdateReconciliationAlert,pg as useUpdateReconciliationReportTemplate,ym as useUpdateReportTemplate,bg as useUpdateSamlConfig,Nf as useUpdateScheduledReport,Qm as useUpdateSubscription,Og as useUpdateTemplateSelection,Rh as useUpdateWebhookV2,Rf as useUploadBatchRefundsFileV2,Tf as useUploadBatchRefundsV2,Af as useUploadFileS3ClientBatchRefunds,Sf as useValiateAllowlistItems,Ef as useValidateBlockListItems,Fh as useValidateCredentials,Gh as useValidateOrgName,sf as useValidatePasswordStatus,$b as useViewMoreMetrics};
|
|
67
|
+
const y_=7,v_=6,b_=5,k_=4,w_=3,__=2,E_=1,x_=0;function S_(e,t,n){var r;if((n=n||{}).threshold=null!=(r=n.threshold)?r:E_,!n.accessors){const r=C_(e,t,n);return{rankedValue:e,rank:r,accessorIndex:-1,accessorThreshold:n.threshold,passed:r>=n.threshold}}const o=function(e,t){const n=[];for(let r=0,o=t.length;r<o;r++){const o=t[r],a=A_(o),i=I_(e,o);for(let e=0,t=i.length;e<t;e++)n.push({itemValue:i[e],attributes:a})}return n}(e,n.accessors),a={rankedValue:e,rank:x_,accessorIndex:-1,accessorThreshold:n.threshold,passed:!1};for(let e=0;e<o.length;e++){const r=o[e];let i=C_(r.itemValue,t,n);const{minRanking:s,maxRanking:c,threshold:u=n.threshold}=r.attributes;i<s&&i>=E_?i=s:i>c&&(i=c),i=Math.min(i,c),i>=u&&i>a.rank&&(a.rank=i,a.passed=!0,a.accessorIndex=e,a.accessorThreshold=u,a.rankedValue=r.itemValue)}return a}function C_(e,t,n){return e=R_(e,n),(t=R_(t,n)).length>e.length?x_:e===t?y_:(e=e.toLowerCase())===(t=t.toLowerCase())?v_:e.startsWith(t)?b_:e.includes(` ${t}`)?k_:e.includes(t)?w_:1===t.length?x_:function(e){let t="";return e.split(" ").forEach(e=>{e.split("-").forEach(e=>{t+=e.substr(0,1)})}),t}(e).includes(t)?__:function(e,t){let n=0,r=0;function o(e,t,r){for(let o=r,a=t.length;o<a;o++){if(t[o]===e)return n+=1,o+1}return-1}function a(e){const r=1/e,o=n/t.length;return E_+o*r}const i=o(t[0],e,0);if(i<0)return x_;r=i;for(let n=1,a=t.length;n<a;n++){r=o(t[n],e,r);if(!(r>-1))return x_}const s=r-i;return a(s)}(e,t)}function R_(e,t){let{keepDiacritics:n}=t;return e=`${e}`,n||(e=e.replace(g_,e=>f_[e])),e}function I_(e,t){let n=t;"object"==typeof t&&(n=t.accessor);const r=n(e);return null==r?[]:Array.isArray(r)?r:[String(r)]}const T_={maxRanking:1/0,minRanking:-1/0};function A_(e){return"function"==typeof e?T_:{...T_,...e}}function O_(e,t){const[n,r]=i.useState();i.useEffect(()=>{const n=(e=>{try{const t=localStorage.getItem(e);return"string"==typeof t?JSON.parse(t):void 0}catch{return}})(e);r(null==n?"function"==typeof t?t():t:n)},[t,e]);return[n,i.useCallback(t=>{r(n=>{let r=t;"function"==typeof t&&(r=t(n));try{localStorage.setItem(e,JSON.stringify(r))}catch{}return r})},[e])]}var P_,D_=function(){function e(){this.keyToValue=new Map,this.valueToKey=new Map}return e.prototype.set=function(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)},e.prototype.getByKey=function(e){return this.keyToValue.get(e)},e.prototype.getByValue=function(e){return this.valueToKey.get(e)},e.prototype.clear=function(){this.keyToValue.clear(),this.valueToKey.clear()},e}(),j_=function(){function e(e){this.generateIdentifier=e,this.kv=new D_}return e.prototype.register=function(e,t){this.kv.getByValue(e)||(t||(t=this.generateIdentifier(e)),this.kv.set(t,e))},e.prototype.clear=function(){this.kv.clear()},e.prototype.getIdentifier=function(e){return this.kv.getByValue(e)},e.prototype.getValue=function(e){return this.kv.getByKey(e)},e}(),L_=(P_=function(e,t){return P_=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},P_(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}P_(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),N_=function(e){function t(){var t=e.call(this,function(e){return e.name})||this;return t.classToAllowedProps=new Map,t}return L_(t,e),t.prototype.register=function(t,n){"object"==typeof n?(n.allowProps&&this.classToAllowedProps.set(t,n.allowProps),e.prototype.register.call(this,t,n.identifier)):e.prototype.register.call(this,t,n)},t.prototype.getAllowedProps=function(e){return this.classToAllowedProps.get(e)},t}(j_),z_=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i};function q_(e,t){var n=function(e){if("values"in Object)return Object.values(e);var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}(e);if("find"in n)return n.find(t);for(var r=n,o=0;o<r.length;o++){var a=r[o];if(t(a))return a}}function U_(e,t){Object.entries(e).forEach(function(e){var n=z_(e,2),r=n[0],o=n[1];return t(o,r)})}function M_(e,t){return-1!==e.indexOf(t)}function B_(e,t){for(var n=0;n<e.length;n++){var r=e[n];if(t(r))return r}}var F_=function(){function e(){this.transfomers={}}return e.prototype.register=function(e){this.transfomers[e.name]=e},e.prototype.findApplicable=function(e){return q_(this.transfomers,function(t){return t.isApplicable(e)})},e.prototype.findByName=function(e){return this.transfomers[e]},e}(),W_=function(e){return void 0===e},H_=function(e){return"object"==typeof e&&null!==e&&(e!==Object.prototype&&(null===Object.getPrototypeOf(e)||Object.getPrototypeOf(e)===Object.prototype))},G_=function(e){return H_(e)&&0===Object.keys(e).length},V_=function(e){return Array.isArray(e)},K_=function(e){return e instanceof Map},$_=function(e){return e instanceof Set},Q_=function(e){return"Symbol"===function(e){return Object.prototype.toString.call(e).slice(8,-1)}(e)},Y_=function(e){return"number"==typeof e&&isNaN(e)},J_=function(e){return function(e){return"boolean"==typeof e}(e)||function(e){return null===e}(e)||W_(e)||function(e){return"number"==typeof e&&!isNaN(e)}(e)||function(e){return"string"==typeof e}(e)||Q_(e)},X_=function(e){return e.replace(/\./g,"\\.")},Z_=function(e){return e.map(String).map(X_).join(".")},eE=function(e){for(var t=[],n="",r=0;r<e.length;r++){var o=e.charAt(r);if("\\"===o&&"."===e.charAt(r+1))n+=".",r++;else"."===o?(t.push(n),n=""):n+=o}var a=n;return t.push(a),t},tE=function(){return tE=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},tE.apply(this,arguments)},nE=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},rE=function(e,t){for(var n=0,r=t.length,o=e.length;n<r;n++,o++)e[o]=t[n];return e};function oE(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var aE=[oE(W_,"undefined",function(){return null},function(){}),oE(function(e){return"bigint"==typeof e},"bigint",function(e){return e.toString()},function(e){return"undefined"!=typeof BigInt?BigInt(e):(console.error("Please add a BigInt polyfill."),e)}),oE(function(e){return e instanceof Date&&!isNaN(e.valueOf())},"Date",function(e){return e.toISOString()},function(e){return new Date(e)}),oE(function(e){return e instanceof Error},"Error",function(e,t){var n={name:e.name,message:e.message};return t.allowedErrorProps.forEach(function(t){n[t]=e[t]}),n},function(e,t){var n=new Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach(function(t){n[t]=e[t]}),n}),oE(function(e){return e instanceof RegExp},"regexp",function(e){return""+e},function(e){var t=e.slice(1,e.lastIndexOf("/")),n=e.slice(e.lastIndexOf("/")+1);return new RegExp(t,n)}),oE($_,"set",function(e){return rE([],nE(e.values()))},function(e){return new Set(e)}),oE(K_,"map",function(e){return rE([],nE(e.entries()))},function(e){return new Map(e)}),oE(function(e){return Y_(e)||((t=e)===1/0||t===-1/0);var t},"number",function(e){return Y_(e)?"NaN":e>0?"Infinity":"-Infinity"},Number),oE(function(e){return 0===e&&1/e==-1/0},"number",function(){return"-0"},Number),oE(function(e){return e instanceof URL},"URL",function(e){return e.toString()},function(e){return new URL(e)})];function iE(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var sE=iE(function(e,t){return!!Q_(e)&&!!t.symbolRegistry.getIdentifier(e)},function(e,t){return["symbol",t.symbolRegistry.getIdentifier(e)]},function(e){return e.description},function(e,t,n){var r=n.symbolRegistry.getValue(t[1]);if(!r)throw new Error("Trying to deserialize unknown symbol");return r}),cE=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce(function(e,t){return e[t.name]=t,e},{}),uE=iE(function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)},function(e){return["typed-array",e.constructor.name]},function(e){return rE([],nE(e))},function(e,t){var n=cE[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)});function lE(e,t){return!!(null==e?void 0:e.constructor)&&!!t.classRegistry.getIdentifier(e.constructor)}var dE=iE(lE,function(e,t){return["class",t.classRegistry.getIdentifier(e.constructor)]},function(e,t){var n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return tE({},e);var r={};return n.forEach(function(t){r[t]=e[t]}),r},function(e,t,n){var r=n.classRegistry.getValue(t[1]);if(!r)throw new Error("Trying to deserialize unknown class - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564");return Object.assign(Object.create(r.prototype),e)}),pE=iE(function(e,t){return!!t.customTransformerRegistry.findApplicable(e)},function(e,t){return["custom",t.customTransformerRegistry.findApplicable(e).name]},function(e,t){return t.customTransformerRegistry.findApplicable(e).serialize(e)},function(e,t,n){var r=n.customTransformerRegistry.findByName(t[1]);if(!r)throw new Error("Trying to deserialize unknown custom value");return r.deserialize(e)}),hE=[dE,sE,pE,uE],fE=function(e,t){var n=B_(hE,function(n){return n.isApplicable(e,t)});if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};var r=B_(aE,function(n){return n.isApplicable(e,t)});return r?{value:r.transform(e,t),type:r.annotation}:void 0},mE={};aE.forEach(function(e){mE[e.annotation]=e});var gE=function(e,t){for(var n=e.keys();t>0;)n.next(),t--;return n.next().value};function yE(e){if(M_(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(M_(e,"prototype"))throw new Error("prototype is not allowed as a property");if(M_(e,"constructor"))throw new Error("constructor is not allowed as a property")}var vE=function(e,t,n){if(yE(t),0===t.length)return n(e);for(var r=e,o=0;o<t.length-1;o++){var a=t[o];if(V_(r))r=r[+a];else if(H_(r))r=r[a];else if($_(r)){r=gE(r,i=+a)}else if(K_(r)){if(o===t.length-2)break;var i=+a,s=0===+t[++o]?"key":"value",c=gE(r,i);switch(s){case"key":r=c;break;case"value":r=r.get(c)}}}var u=t[t.length-1];if(V_(r)?r[+u]=n(r[+u]):H_(r)&&(r[u]=n(r[u])),$_(r)){var l=gE(r,+u),d=n(l);l!==d&&(r.delete(l),r.add(d))}if(K_(r)){i=+t[t.length-2];var p=gE(r,i);switch(s=0===+u?"key":"value"){case"key":var h=n(p);r.set(h,r.get(p)),h!==p&&r.delete(p);break;case"value":r.set(p,n(r.get(p)))}}return e},bE=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},kE=function(e,t){for(var n=0,r=t.length,o=e.length;n<r;n++,o++)e[o]=t[n];return e};function wE(e,t,n){if(void 0===n&&(n=[]),e)if(V_(e)){var r=bE(e,2),o=r[0],a=r[1];a&&U_(a,function(e,r){wE(e,t,kE(kE([],bE(n)),bE(eE(r))))}),t(o,n)}else U_(e,function(e,r){return wE(e,t,kE(kE([],bE(n)),bE(eE(r))))})}function _E(e,t,n){return wE(t,function(t,r){e=vE(e,r,function(e){return function(e,t,n){if(!V_(t)){var r=mE[t];if(!r)throw new Error("Unknown transformation: "+t);return r.untransform(e,n)}switch(t[0]){case"symbol":return sE.untransform(e,t,n);case"class":return dE.untransform(e,t,n);case"custom":return pE.untransform(e,t,n);case"typed-array":return uE.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}}(e,t,n)})}),e}function EE(e,t){function n(t,n){var r=function(e,t){yE(t);for(var n=0;n<t.length;n++){var r=t[n];if($_(e))e=gE(e,+r);else if(K_(e)){var o=+r,a=0===+t[++n]?"key":"value",i=gE(e,o);switch(a){case"key":e=i;break;case"value":e=e.get(i)}}else e=e[r]}return e}(e,eE(n));t.map(eE).forEach(function(t){e=vE(e,t,function(){return r})})}if(V_(t)){var r=bE(t,2),o=r[0],a=r[1];o.forEach(function(t){e=vE(e,eE(t),function(){return e})}),a&&U_(a,n)}else U_(t,n);return e}var xE=function(e,t,n,r,o,a,i){var s;void 0===o&&(o=[]),void 0===a&&(a=[]),void 0===i&&(i=new Map);var c=J_(e);if(!c){!function(e,t,n){var r=n.get(e);r?r.push(t):n.set(e,[t])}(e,o,t);var u=i.get(e);if(u)return r?{transformedValue:null}:u}if(!function(e,t){return H_(e)||V_(e)||K_(e)||$_(e)||lE(e,t)}(e,n)){var l=fE(e,n),d=l?{transformedValue:l.value,annotations:[l.type]}:{transformedValue:e};return c||i.set(e,d),d}if(M_(a,e))return{transformedValue:null};var p=fE(e,n),h=null!==(s=null==p?void 0:p.value)&&void 0!==s?s:e,f=V_(h)?[]:{},m={};U_(h,function(s,c){var u=xE(s,t,n,r,kE(kE([],bE(o)),[c]),kE(kE([],bE(a)),[e]),i);f[c]=u.transformedValue,V_(u.annotations)?m[c]=u.annotations:H_(u.annotations)&&U_(u.annotations,function(e,t){m[X_(c)+"."+t]=e})});var g=G_(m)?{transformedValue:f,annotations:p?[p.type]:void 0}:{transformedValue:f,annotations:p?[p.type,m]:m};return c||i.set(e,g),g};function SE(e){return Object.prototype.toString.call(e).slice(8,-1)}function CE(e){return"Array"===SE(e)}function RE(e,t={}){if(CE(e))return e.map(e=>RE(e,t));if(!function(e){if("Object"!==SE(e))return!1;const t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}(e))return e;return[...Object.getOwnPropertyNames(e),...Object.getOwnPropertySymbols(e)].reduce((n,r)=>{if(CE(t.props)&&!t.props.includes(r))return n;return function(e,t,n,r,o){const a={}.propertyIsEnumerable.call(r,t)?"enumerable":"nonenumerable";"enumerable"===a&&(e[t]=n),o&&"nonenumerable"===a&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}(n,r,RE(e[r],t),e,t.nonenumerable),n},{})}var IE=function(){return IE=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},IE.apply(this,arguments)},TE=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},AE=function(e,t){for(var n=0,r=t.length,o=e.length;n<r;n++,o++)e[o]=t[n];return e},OE=function(){function e(e){var t=(void 0===e?{}:e).dedupe,n=void 0!==t&&t;this.classRegistry=new N_,this.symbolRegistry=new j_(function(e){var t;return null!==(t=e.description)&&void 0!==t?t:""}),this.customTransformerRegistry=new F_,this.allowedErrorProps=[],this.dedupe=n}return e.prototype.serialize=function(e){var t=new Map,n=xE(e,t,this,this.dedupe),r={json:n.transformedValue};n.annotations&&(r.meta=IE(IE({},r.meta),{values:n.annotations}));var o,a,i,s,c=(o=t,a=this.dedupe,i={},s=void 0,o.forEach(function(e){if(!(e.length<=1)){a||(e=e.map(function(e){return e.map(String)}).sort(function(e,t){return e.length-t.length}));var t=bE(e),n=t[0],r=t.slice(1);0===n.length?s=r.map(Z_):i[Z_(n)]=r.map(Z_)}}),s?G_(i)?[s]:[s,i]:G_(i)?void 0:i);return c&&(r.meta=IE(IE({},r.meta),{referentialEqualities:c})),r},e.prototype.deserialize=function(e){var t=e.json,n=e.meta,r=RE(t);return(null==n?void 0:n.values)&&(r=_E(r,n.values,this)),(null==n?void 0:n.referentialEqualities)&&(r=EE(r,n.referentialEqualities)),r},e.prototype.stringify=function(e){return JSON.stringify(this.serialize(e))},e.prototype.parse=function(e){return this.deserialize(JSON.parse(e))},e.prototype.registerClass=function(e,t){this.classRegistry.register(e,t)},e.prototype.registerSymbol=function(e,t){this.symbolRegistry.register(e,t)},e.prototype.registerCustom=function(e,t){this.customTransformerRegistry.register(IE({name:t},e))},e.prototype.allowErrorProps=function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];(e=this.allowedErrorProps).push.apply(e,AE([],TE(t)))},e.defaultInstance=new e,e.serialize=e.defaultInstance.serialize.bind(e.defaultInstance),e.deserialize=e.defaultInstance.deserialize.bind(e.defaultInstance),e.stringify=e.defaultInstance.stringify.bind(e.defaultInstance),e.parse=e.defaultInstance.parse.bind(e.defaultInstance),e.registerClass=e.defaultInstance.registerClass.bind(e.defaultInstance),e.registerSymbol=e.defaultInstance.registerSymbol.bind(e.defaultInstance),e.registerCustom=e.defaultInstance.registerCustom.bind(e.defaultInstance),e.allowErrorProps=e.defaultInstance.allowErrorProps.bind(e.defaultInstance),e}();const PE={background:"#0b1521",backgroundAlt:"#132337",foreground:"white",gray:"#3f4e60",grayAlt:"#222e3e",inputBackgroundColor:"#fff",inputTextColor:"#000",success:"#00ab52",danger:"#ff0085",active:"#006bff",paused:"#8c49eb",warning:"#ffb200"},DE=i.createContext(PE);function jE({theme:e,...t}){return i.createElement(DE.Provider,h_({value:e},t))}function LE({queryState:e,observerCount:t,isStale:n,theme:r}){return"fetching"===e.fetchStatus?r.active:t?"paused"===e.fetchStatus?r.paused:n?r.warning:r.success:r.gray}function NE(e){return"fetching"===e.state.fetchStatus?"fetching":e.getObserversCount()?"paused"===e.state.fetchStatus?"paused":e.isStale()?"stale":"fresh":"inactive"}function zE(e,t,n={}){return i.forwardRef(({style:r,...o},a)=>{const s=i.useContext(DE),c=Object.entries(n).reduce((e,[t,n])=>function(e){const[t,n]=i.useState(()=>{if("undefined"!=typeof window)return window.matchMedia(e).matches});return i.useEffect(()=>{if("undefined"!=typeof window){const t=window.matchMedia(e),r=({matches:e})=>n(e);return t.addListener(r),()=>{t.removeListener(r)}}},[t,e,n]),t}(t)?{...e,..."function"==typeof n?n(o,s):n}:e,{});return i.createElement(e,{...o,style:{..."function"==typeof t?t(o,s):t,...r,...c},ref:a})})}const qE=(e,t=!1)=>{const{json:n}=OE.serialize(e);return JSON.stringify(n,null,t?2:void 0)},UE=e=>"idle"!==e.state.fetchStatus?0:e.getObserversCount()?e.isStale()?2:1:3,ME=(e,t)=>e.state.dataUpdatedAt<t.state.dataUpdatedAt?1:-1,BE={"Status > Last Updated":(e,t)=>UE(e)===UE(t)?ME(e,t):UE(e)>UE(t)?1:-1,"Query Hash":(e,t)=>e.queryHash.localeCompare(t.queryHash),"Last Updated":ME},FE=500,WE={top:"bottom",bottom:"top",left:"right",right:"left"};function HE(e){return["left","right"].includes(e)}function GE(e){return WE[e]}function VE(e,t){return""+e+(t.charAt(0).toUpperCase()+t.slice(1))}function KE(e="bottom"){const t=HE(e),n=GE(e),r=VE("margin",n);return{position:"absolute",cursor:t?"col-resize":"row-resize",zIndex:1e5,[n]:0,[r]:"-4px",...t?{top:0,height:"100%",width:"4px"}:{width:"100%",height:"4px"}}}const $E=zE("div",(e,t)=>({fontSize:"clamp(12px, 1.5vw, 14px)",fontFamily:"sans-serif",display:"flex",backgroundColor:t.background,color:t.foreground}),{"(max-width: 700px)":{flexDirection:"column"},"(max-width: 600px)":{fontSize:".9em"}}),QE=zE("div",()=>({flex:"1 1 500px",display:"flex",flexDirection:"column",overflow:"auto",height:"100%"}),{"(max-width: 700px)":(e,t)=>({borderTop:"2px solid "+t.gray})}),YE=zE("button",(e,t)=>({appearance:"none",fontSize:".9em",fontWeight:"bold",background:t.gray,border:"0",borderRadius:".3em",color:"white",padding:".5em",opacity:e.disabled?".5":void 0,cursor:"pointer"})),JE=zE("span",{display:"flex",flexWrap:"wrap",gap:"0.5em",fontSize:"0.9em"}),XE=zE("span",{display:"inline-flex",alignItems:"center",padding:".2em .4em",fontWeight:"bold",textShadow:"0 0 10px black",borderRadius:".2em"}),ZE=zE("code",{fontSize:".9em",color:"inherit",background:"inherit"}),ex=zE("input",(e,t)=>({backgroundColor:t.inputBackgroundColor,border:0,borderRadius:".2em",color:t.inputTextColor,fontSize:".9em",lineHeight:"1.3",padding:".3em .4em"})),tx=zE("select",(e,t)=>({display:"inline-block",fontSize:".9em",fontFamily:"sans-serif",fontWeight:"normal",lineHeight:"1.3",padding:".3em 1.5em .3em .5em",height:"auto",border:0,borderRadius:".2em",appearance:"none",WebkitAppearance:"none",backgroundColor:t.inputBackgroundColor,backgroundImage:"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23444444'><polygon points='0,25 100,25 50,75'/></svg>\")",backgroundRepeat:"no-repeat",backgroundPosition:"right .55em center",backgroundSize:".65em auto, 100%",color:t.inputTextColor}),{"(max-width: 500px)":{display:"none"}});function nx({text:e}){return i.createElement("span",{style:{position:"absolute",width:"0.1px",height:"0.1px",overflow:"hidden"}},e)}const rx=zE("div",{fontFamily:"Menlo, monospace",fontSize:"1em",lineHeight:"1.7",outline:"none",wordBreak:"break-word"}),ox=zE("span",{color:"white"}),ax=zE("button",{cursor:"pointer",color:"white"}),ix=zE("button",{cursor:"pointer",color:"inherit",font:"inherit",outline:"inherit",background:"transparent",border:"none",padding:0}),sx=({value:e})=>{const[t,n]=i.useState("NoCopy");return i.createElement("button",{onClick:"NoCopy"===t?()=>{navigator.clipboard.writeText(OE.stringify(e)).then(()=>{n("SuccessCopy"),setTimeout(()=>{n("NoCopy")},1500)},e=>{console.error("Failed to copy: ",e),n("ErrorCopy"),setTimeout(()=>{n("NoCopy")},1500)})}:void 0,style:{cursor:"pointer",color:"inherit",font:"inherit",outline:"inherit",background:"transparent",border:"none",padding:0}},"NoCopy"===t?i.createElement(px,null):"SuccessCopy"===t?i.createElement(fx,null):i.createElement(hx,null))},cx=zE("span",(e,t)=>({color:t.danger})),ux=zE("div",{marginLeft:".1em",paddingLeft:"1em",borderLeft:"2px solid rgba(0,0,0,.15)"}),lx=zE("span",{color:"grey",fontSize:".7em"}),dx=({expanded:e,style:t={}})=>i.createElement("span",{style:{display:"inline-block",transition:"all .1s ease",transform:"rotate("+(e?90:0)+"deg) "+(t.transform||""),...t}},"▶"),px=()=>i.createElement("span",{"aria-label":"Copy object to clipboard",title:"Copy object to clipboard",style:{paddingLeft:"1em"}},i.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10"},i.createElement("path",{fill:"currentColor",d:"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"}),i.createElement("path",{fill:"currentColor",d:"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"}))),hx=()=>i.createElement("span",{"aria-label":"Failed copying to clipboard",title:"Failed copying to clipboard",style:{paddingLeft:"1em",display:"flex",alignItems:"center"}},i.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10",display:"block"},i.createElement("path",{fill:"red",d:"M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"})),i.createElement("span",{style:{color:"red",fontSize:"12px",paddingLeft:"4px",position:"relative",top:"2px"}},"See console")),fx=()=>i.createElement("span",{"aria-label":"Object copied to clipboard",title:"Object copied to clipboard",style:{paddingLeft:"1em",display:"inline-block",verticalAlign:"middle"}},i.createElement("svg",{height:"16",viewBox:"0 0 16 16",width:"16",display:"block"},i.createElement("path",{fill:"green",d:"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"})));const mx=({handleEntry:e,label:t,value:n,subEntries:r=[],subEntryPages:o=[],type:a,expanded:s=!1,copyable:c=!1,toggleExpanded:u,pageSize:l})=>{const[d,p]=i.useState([]);return i.createElement(rx,{key:t},o.length?i.createElement(i.Fragment,null,i.createElement(ix,{onClick:()=>u()},i.createElement(dx,{expanded:s})," ",t," ",i.createElement(lx,null,"iterable"===String(a).toLowerCase()?"(Iterable) ":"",r.length," ",r.length>1?"items":"item")),c?i.createElement(sx,{value:n}):null,s?1===o.length?i.createElement(ux,null,r.map(e)):i.createElement(ux,null,o.map((t,n)=>i.createElement("div",{key:n},i.createElement(rx,null,i.createElement(ax,{onClick:()=>p(e=>e.includes(n)?e.filter(e=>e!==n):[...e,n])},i.createElement(dx,{expanded:s})," [",n*l," ..."," ",n*l+l-1,"]"),d.includes(n)?i.createElement(ux,null,t.map(e)):null)))):null):i.createElement(i.Fragment,null,i.createElement(ox,null,t,":")," ",i.createElement(cx,null,qE(n))))};function gx({value:e,defaultExpanded:t,renderer:n=mx,pageSize:r=100,copyable:o=!1,...a}){const[s,c]=i.useState(Boolean(t)),u=i.useCallback(()=>c(e=>!e),[]);let l=typeof e,d=[];const p=e=>{const n=!0===t?{[e.label]:!0}:null==t?void 0:t[e.label];return{...e,defaultExpanded:n}};var h;Array.isArray(e)?(l="array",d=e.map((e,t)=>p({label:t.toString(),value:e}))):null!==e&&"object"==typeof e&&(h=e,Symbol.iterator in h)&&"function"==typeof e[Symbol.iterator]?(l="Iterable",d=Array.from(e,(e,t)=>p({label:t.toString(),value:e}))):"object"==typeof e&&null!==e&&(l="object",d=Object.entries(e).map(([e,t])=>p({label:e,value:t})));const f=function(e,t){if(t<1)return[];let n=0;const r=[];for(;n<e.length;)r.push(e.slice(n,n+t)),n+=t;return r}(d,r);return n({handleEntry:t=>i.createElement(gx,h_({key:t.label,value:e,renderer:n,copyable:o},a,t)),type:l,subEntries:d,subEntryPages:f,value:e,expanded:s,copyable:o,toggleExpanded:u,pageSize:r,...a})}function yx(e){return i.createElement("svg",h_({width:"40px",height:"40px",viewBox:"0 0 190 190",version:"1.1"},e),i.createElement("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},i.createElement("g",{transform:"translate(-33.000000, 0.000000)"},i.createElement("path",{d:"M72.7239712,61.3436237 C69.631224,46.362877 68.9675112,34.8727722 70.9666331,26.5293551 C72.1555965,21.5671678 74.3293088,17.5190846 77.6346064,14.5984631 C81.1241394,11.5150478 85.5360327,10.0020122 90.493257,10.0020122 C98.6712013,10.0020122 107.26826,13.7273214 116.455725,20.8044264 C120.20312,23.6910458 124.092437,27.170411 128.131651,31.2444746 C128.45314,30.8310265 128.816542,30.4410453 129.22143,30.0806152 C140.64098,19.9149716 150.255245,13.5989272 158.478408,11.1636507 C163.367899,9.715636 167.958526,9.57768202 172.138936,10.983031 C176.551631,12.4664684 180.06766,15.5329489 182.548314,19.8281091 C186.642288,26.9166735 187.721918,36.2310983 186.195595,47.7320243 C185.573451,52.4199112 184.50985,57.5263831 183.007094,63.0593153 C183.574045,63.1277086 184.142416,63.2532808 184.705041,63.4395297 C199.193932,68.2358678 209.453582,73.3937462 215.665021,79.2882839 C219.360669,82.7953831 221.773972,86.6998434 222.646365,91.0218204 C223.567176,95.5836746 222.669313,100.159332 220.191548,104.451297 C216.105211,111.529614 208.591643,117.11221 197.887587,121.534031 C193.589552,123.309539 188.726579,124.917559 183.293259,126.363748 C183.541176,126.92292 183.733521,127.516759 183.862138,128.139758 C186.954886,143.120505 187.618598,154.61061 185.619477,162.954027 C184.430513,167.916214 182.256801,171.964297 178.951503,174.884919 C175.46197,177.968334 171.050077,179.48137 166.092853,179.48137 C157.914908,179.48137 149.31785,175.756061 140.130385,168.678956 C136.343104,165.761613 132.410866,162.238839 128.325434,158.108619 C127.905075,158.765474 127.388968,159.376011 126.77857,159.919385 C115.35902,170.085028 105.744755,176.401073 97.5215915,178.836349 C92.6321009,180.284364 88.0414736,180.422318 83.8610636,179.016969 C79.4483686,177.533532 75.9323404,174.467051 73.4516862,170.171891 C69.3577116,163.083327 68.2780823,153.768902 69.8044053,142.267976 C70.449038,137.410634 71.56762,132.103898 73.1575891,126.339009 C72.5361041,126.276104 71.9120754,126.144816 71.2949591,125.940529 C56.8060684,121.144191 46.5464184,115.986312 40.3349789,110.091775 C36.6393312,106.584675 34.2260275,102.680215 33.3536352,98.3582381 C32.4328237,93.7963839 33.3306866,89.2207269 35.8084524,84.9287618 C39.8947886,77.8504443 47.4083565,72.2678481 58.1124133,67.8460273 C62.5385143,66.0176154 67.5637208,64.366822 73.1939394,62.8874674 C72.9933393,62.3969171 72.8349374,61.8811235 72.7239712,61.3436237 Z",fill:"#002C4B",fillRule:"nonzero",transform:"translate(128.000000, 95.000000) scale(-1, 1) translate(-128.000000, -95.000000) "}),i.createElement("path",{d:"M113.396882,64 L142.608177,64 C144.399254,64 146.053521,64.958025 146.944933,66.5115174 L161.577138,92.0115174 C162.461464,93.5526583 162.461464,95.4473417 161.577138,96.9884826 L146.944933,122.488483 C146.053521,124.041975 144.399254,125 142.608177,125 L113.396882,125 C111.605806,125 109.951539,124.041975 109.060126,122.488483 L94.4279211,96.9884826 C93.543596,95.4473417 93.543596,93.5526583 94.4279211,92.0115174 L109.060126,66.5115174 C109.951539,64.958025 111.605806,64 113.396882,64 Z M138.987827,70.2765273 C140.779849,70.2765273 142.434839,71.2355558 143.325899,72.7903404 L154.343038,92.0138131 C155.225607,93.5537825 155.225607,95.4462175 154.343038,96.9861869 L143.325899,116.20966 C142.434839,117.764444 140.779849,118.723473 138.987827,118.723473 L117.017233,118.723473 C115.225211,118.723473 113.570221,117.764444 112.67916,116.20966 L101.662022,96.9861869 C100.779452,95.4462175 100.779452,93.5537825 101.662022,92.0138131 L112.67916,72.7903404 C113.570221,71.2355558 115.225211,70.2765273 117.017233,70.2765273 L138.987827,70.2765273 Z M135.080648,77.1414791 L120.924411,77.1414791 C119.134228,77.1414791 117.480644,78.0985567 116.5889,79.6508285 L116.5889,79.6508285 L109.489217,92.0093494 C108.603232,93.5515958 108.603232,95.4484042 109.489217,96.9906506 L109.489217,96.9906506 L116.5889,109.349172 C117.480644,110.901443 119.134228,111.858521 120.924411,111.858521 L120.924411,111.858521 L135.080648,111.858521 C136.870831,111.858521 138.524416,110.901443 139.41616,109.349172 L139.41616,109.349172 L146.515843,96.9906506 C147.401828,95.4484042 147.401828,93.5515958 146.515843,92.0093494 L146.515843,92.0093494 L139.41616,79.6508285 C138.524416,78.0985567 136.870831,77.1414791 135.080648,77.1414791 L135.080648,77.1414791 Z M131.319186,83.7122186 C133.108028,83.7122186 134.760587,84.6678753 135.652827,86.2183156 L138.983552,92.0060969 C139.87203,93.5500005 139.87203,95.4499995 138.983552,96.9939031 L135.652827,102.781684 C134.760587,104.332125 133.108028,105.287781 131.319186,105.287781 L124.685874,105.287781 C122.897032,105.287781 121.244473,104.332125 120.352233,102.781684 L117.021508,96.9939031 C116.13303,95.4499995 116.13303,93.5500005 117.021508,92.0060969 L120.352233,86.2183156 C121.244473,84.6678753 122.897032,83.7122186 124.685874,83.7122186 L131.319186,83.7122186 Z M128.003794,90.1848875 C126.459294,90.1848875 125.034382,91.0072828 124.263005,92.3424437 C123.491732,93.6774232 123.491732,95.3225768 124.263005,96.6575563 C125.034382,97.9927172 126.459294,98.8151125 128.001266,98.8151125 L128.001266,98.8151125 C129.545766,98.8151125 130.970678,97.9927172 131.742055,96.6575563 C132.513327,95.3225768 132.513327,93.6774232 131.742055,92.3424437 C130.970678,91.0072828 129.545766,90.1848875 128.003794,90.1848875 L128.003794,90.1848875 Z M93,94.5009646 L100.767764,94.5009646",fill:"#FFD94C"}),i.createElement("path",{d:"M87.8601729,108.357758 C89.1715224,107.608286 90.8360246,108.074601 91.5779424,109.399303 L91.5779424,109.399303 L92.0525843,110.24352 C95.8563392,116.982993 99.8190116,123.380176 103.940602,129.435068 C108.807881,136.585427 114.28184,143.82411 120.362479,151.151115 C121.316878,152.30114 121.184944,154.011176 120.065686,154.997937 L120.065686,154.997937 L119.454208,155.534625 C99.3465389,173.103314 86.2778188,176.612552 80.2480482,166.062341 C74.3500652,155.742717 76.4844915,136.982888 86.6513274,109.782853 C86.876818,109.179582 87.3045861,108.675291 87.8601729,108.357758 Z M173.534177,129.041504 C174.986131,128.785177 176.375496,129.742138 176.65963,131.194242 L176.65963,131.194242 L176.812815,131.986376 C181.782365,157.995459 178.283348,171 166.315764,171 C154.609745,171 139.708724,159.909007 121.612702,137.727022 C121.211349,137.235047 120.994572,136.617371 121,135.981509 C121.013158,134.480686 122.235785,133.274651 123.730918,133.287756 L123.730918,133.287756 L124.684654,133.294531 C132.305698,133.335994 139.714387,133.071591 146.910723,132.501323 C155.409039,131.82788 164.283523,130.674607 173.534177,129.041504 Z M180.408726,73.8119663 C180.932139,72.4026903 182.508386,71.6634537 183.954581,72.149012 L183.954581,72.149012 L184.742552,72.4154854 C210.583763,81.217922 220.402356,90.8916805 214.198332,101.436761 C208.129904,111.751366 190.484347,119.260339 161.26166,123.963678 C160.613529,124.067994 159.948643,123.945969 159.382735,123.618843 C158.047025,122.846729 157.602046,121.158214 158.388848,119.847438 L158.388848,119.847438 L158.889328,119.0105 C162.877183,112.31633 166.481358,105.654262 169.701854,99.0242957 C173.50501,91.1948179 177.073967,82.7907081 180.408726,73.8119663 Z M94.7383398,66.0363218 C95.3864708,65.9320063 96.0513565,66.0540315 96.6172646,66.3811573 C97.9529754,67.153271 98.3979538,68.8417862 97.6111517,70.1525615 L97.6111517,70.1525615 L97.1106718,70.9895001 C93.1228168,77.6836699 89.5186416,84.3457379 86.2981462,90.9757043 C82.49499,98.8051821 78.9260328,107.209292 75.5912744,116.188034 C75.0678608,117.59731 73.4916142,118.336546 72.045419,117.850988 L72.045419,117.850988 L71.2574475,117.584515 C45.4162372,108.782078 35.597644,99.1083195 41.8016679,88.5632391 C47.8700957,78.2486335 65.515653,70.7396611 94.7383398,66.0363218 Z M136.545792,34.4653746 C156.653461,16.8966864 169.722181,13.3874478 175.751952,23.9376587 C181.649935,34.2572826 179.515508,53.0171122 169.348673,80.2171474 C169.123182,80.8204179 168.695414,81.324709 168.139827,81.6422422 C166.828478,82.3917144 165.163975,81.9253986 164.422058,80.6006966 L164.422058,80.6006966 L163.947416,79.7564798 C160.143661,73.0170065 156.180988,66.6198239 152.059398,60.564932 C147.192119,53.4145727 141.71816,46.1758903 135.637521,38.8488847 C134.683122,37.6988602 134.815056,35.9888243 135.934314,35.0020629 L135.934314,35.0020629 Z M90.6842361,18 C102.390255,18 117.291276,29.0909926 135.387298,51.2729777 C135.788651,51.7649527 136.005428,52.3826288 136,53.0184911 C135.986842,54.5193144 134.764215,55.7253489 133.269082,55.7122445 L133.269082,55.7122445 L132.315346,55.7054689 C124.694302,55.6640063 117.285613,55.9284091 110.089277,56.4986773 C101.590961,57.17212 92.7164767,58.325393 83.4658235,59.9584962 C82.0138691,60.2148231 80.6245044,59.2578618 80.3403697,57.805758 L80.3403697,57.805758 L80.1871846,57.0136235 C75.2176347,31.0045412 78.7166519,18 90.6842361,18 Z",fill:"#FF4154"}))))}const vx=(e,t,n=!1)=>hf.useSyncExternalStore(i.useCallback(t=>n?()=>{}:e.subscribe(Vh.batchCalls(t)),[e,n]),t,t),bx=i.forwardRef(function(e,t){const{isOpen:n=!0,styleNonce:r,setIsOpen:o,context:a,onDragStart:s,onPositionChange:c,showCloseButton:u,position:l,closeButtonProps:d={},errorTypes:p=[],...h}=e,{onClick:f,...m}=d,g=vf({context:a}),y=g.getQueryCache(),[v,b]=O_("reactQueryDevtoolsSortFn",Object.keys(BE)[0]),[k,w]=O_("reactQueryDevtoolsFilter",""),[_,E]=O_("reactQueryDevtoolsBaseSort",1),x=i.useMemo(()=>BE[v],[v]),S=vx(y,()=>y.getAll().length,!n),[C,R]=O_("reactQueryDevtoolsActiveQueryHash",""),I=i.useMemo(()=>{const e=y.getAll();if(0===S)return[];const t=k?e.filter(e=>S_(e.queryHash,k).passed):[...e];return x?t.sort((e,t)=>x(e,t)*_):t},[_,x,k,S,y]),[T,A]=i.useState(!1);return i.createElement(jE,{theme:PE},i.createElement($E,h_({ref:t,className:"ReactQueryDevtoolsPanel","aria-label":"React Query Devtools Panel",id:"ReactQueryDevtoolsPanel"},h,{style:{height:FE,position:"relative",...h.style}}),i.createElement("style",{nonce:r,dangerouslySetInnerHTML:{__html:"\n .ReactQueryDevtoolsPanel * {\n scrollbar-color: "+PE.backgroundAlt+" "+PE.gray+";\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar, .ReactQueryDevtoolsPanel scrollbar {\n width: 1em;\n height: 1em;\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar-track, .ReactQueryDevtoolsPanel scrollbar-track {\n background: "+PE.backgroundAlt+";\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar-thumb, .ReactQueryDevtoolsPanel scrollbar-thumb {\n background: "+PE.gray+";\n border-radius: .5em;\n border: 3px solid "+PE.backgroundAlt+";\n }\n "}}),i.createElement("div",{style:KE(l),onMouseDown:s}),n&&i.createElement("div",{style:{flex:"1 1 500px",minHeight:"40%",maxHeight:"100%",overflow:"auto",borderRight:"1px solid "+PE.grayAlt,display:"flex",flexDirection:"column"}},i.createElement("div",{style:{padding:".5em",background:PE.backgroundAlt,display:"flex",justifyContent:"space-between",alignItems:"center"}},i.createElement("button",{type:"button","aria-label":"Close React Query Devtools","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"true",onClick:()=>o(!1),style:{display:"inline-flex",background:"none",border:0,padding:0,marginRight:".5em",cursor:"pointer"}},i.createElement(yx,{"aria-hidden":!0}),i.createElement(nx,{text:"Close React Query Devtools"})),i.createElement("div",{style:{display:"flex",flexDirection:"column"}},i.createElement("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:".5em"}},i.createElement(wx,{queryCache:y}),l&&c?i.createElement(tx,{"aria-label":"Panel position",value:l,style:{marginInlineStart:".5em"},onChange:e=>c(e.target.value)},i.createElement("option",{value:"left"},"Left"),i.createElement("option",{value:"right"},"Right"),i.createElement("option",{value:"top"},"Top"),i.createElement("option",{value:"bottom"},"Bottom")):null),i.createElement("div",{style:{display:"flex",alignItems:"center",flexWrap:"wrap",gap:"0.5em"}},i.createElement(ex,{placeholder:"Filter","aria-label":"Filter by queryhash",value:null!=k?k:"",onChange:e=>w(e.target.value),onKeyDown:e=>{"Escape"===e.key&&w("")},style:{flex:"1",width:"100%"}}),i.createElement(tx,{"aria-label":"Sort queries",value:v,onChange:e=>b(e.target.value),style:{flex:"1",minWidth:75,marginRight:".5em"}},Object.keys(BE).map(e=>i.createElement("option",{key:e,value:e},"Sort by ",e))),i.createElement(YE,{type:"button",onClick:()=>E(e=>-1*e),style:{padding:".3em .4em",marginRight:".5em"}},1===_?"⬆ Asc":"⬇ Desc"),i.createElement(YE,{title:"Clear cache","aria-label":"Clear cache",type:"button",onClick:()=>y.clear(),style:{padding:".3em .4em",marginRight:".5em"}},"Clear"),i.createElement(YE,{type:"button",onClick:()=>{T?(Uh.setOnline(void 0),A(!1),window.dispatchEvent(new Event("online"))):(Uh.setOnline(!1),A(!0))},"aria-label":T?"Restore offline mock":"Mock offline behavior",title:T?"Restore offline mock":"Mock offline behavior",style:{padding:"0",height:"2em"}},i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"2em",height:"2em",viewBox:"0 0 24 24",stroke:T?PE.danger:"currentColor",fill:"none"},T?i.createElement(i.Fragment,null,i.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),i.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),i.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),i.createElement("path",{d:"M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2"}),i.createElement("path",{d:"M3.515 9.515a12 12 0 0 1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374"}),i.createElement("line",{x1:"3",y1:"3",x2:"21",y2:"21"})):i.createElement(i.Fragment,null,i.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),i.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),i.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),i.createElement("path",{d:"M6.343 12.343a8 8 0 0 1 11.314 0"}),i.createElement("path",{d:"M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"}))),i.createElement(nx,{text:T?"Restore offline mock":"Mock offline behavior"}))))),i.createElement("div",{style:{overflowY:"auto",flex:"1"}},I.map(e=>i.createElement(_x,{queryKey:e.queryKey,activeQueryHash:C,setActiveQueryHash:R,key:e.queryHash,queryCache:y})))),C&&n?i.createElement(kx,{activeQueryHash:C,queryCache:y,queryClient:g,errorTypes:p}):null,u?i.createElement(YE,h_({type:"button","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"true"},m,{style:{position:"absolute",zIndex:99999,margin:".5em",bottom:0,left:0,...m.style},onClick:e=>{o(!1),null==f||f(e)}}),"Close"):null))}),kx=({queryCache:e,activeQueryHash:t,queryClient:n,errorTypes:r})=>{var o,a;const s=vx(e,()=>e.getAll().find(e=>e.queryHash===t)),c=vx(e,()=>{var n;return null==(n=e.getAll().find(e=>e.queryHash===t))?void 0:n.state}),u=null!=(o=vx(e,()=>{var n;return null==(n=e.getAll().find(e=>e.queryHash===t))?void 0:n.isStale()}))&&o,l=null!=(a=vx(e,()=>{var n;return null==(n=e.getAll().find(e=>e.queryHash===t))?void 0:n.getObserversCount()}))?a:0,p=d(()=>{if(s&&null!=c&&c.error){const e=r.find(e=>{var t;return e.initializer(s).toString()===(null==(t=c.error)?void 0:t.toString())});return null==e?void 0:e.name}},[s,null==c?void 0:c.error,r]);if(!s||!c)return null;const h=e=>{var t;const n=null!=(t=null==e?void 0:e.initializer(s))?t:new Error("Unknown error from devtools"),r=s.options;s.setState({status:"error",error:n,fetchMeta:{...s.state.fetchMeta,__previousQueryOptions:r}})};return i.createElement(QE,null,i.createElement("div",{style:{padding:".5em",background:PE.backgroundAlt,position:"sticky",top:0,zIndex:1}},"Query Details"),i.createElement("div",{style:{padding:".5em"}},i.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"flex-start",justifyContent:"space-between"}},i.createElement(ZE,{style:{lineHeight:"1.8em"}},i.createElement("pre",{style:{margin:0,padding:0,overflow:"auto"}},qE(s.queryKey,!0))),i.createElement("span",{style:{padding:"0.3em .6em",borderRadius:"0.4em",fontWeight:"bold",textShadow:"0 2px 10px black",background:LE({queryState:c,isStale:u,observerCount:l,theme:PE}),flexShrink:0}},NE(s))),i.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"center",justifyContent:"space-between"}},"Observers: ",i.createElement(ZE,null,l)),i.createElement("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"}},"Last Updated:"," ",i.createElement(ZE,null,new Date(c.dataUpdatedAt).toLocaleTimeString()))),i.createElement("div",{style:{background:PE.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Actions"),i.createElement("div",{style:{padding:"0.5em",display:"flex",flexWrap:"wrap",gap:"0.5em",alignItems:"flex-end"}},i.createElement(YE,{type:"button",onClick:()=>{const e=null==s?void 0:s.fetch();null==e||e.catch(Ex)},disabled:"fetching"===c.fetchStatus,style:{background:PE.active}},"Refetch")," ",i.createElement(YE,{type:"button",onClick:()=>n.invalidateQueries(s),style:{background:PE.warning,color:PE.inputTextColor}},"Invalidate")," ",i.createElement(YE,{type:"button",onClick:()=>n.resetQueries(s),style:{background:PE.gray}},"Reset")," ",i.createElement(YE,{type:"button",onClick:()=>n.removeQueries(s),style:{background:PE.danger}},"Remove")," ",i.createElement(YE,{type:"button",onClick:()=>{var e;if("fetching"!==s.state.fetchStatus||void 0!==(null==(e=s.state.fetchMeta)?void 0:e.__previousQueryOptions))if(void 0===s.state.data)s.fetch(s.state.fetchMeta.__previousQueryOptions,{cancelRefetch:!0});else{const e=s.options;s.fetch({...e,queryFn:()=>new Promise(()=>{}),cacheTime:-1}),s.setState({data:void 0,status:"loading",fetchMeta:{...s.state.fetchMeta,__previousQueryOptions:e}})}},style:{background:PE.paused}},"loading"===s.state.status?"Restore":"Trigger"," ","loading")," ",0===r.length||"error"===s.state.status?i.createElement(YE,{type:"button",onClick:()=>{s.state.error?n.resetQueries(s):h()},style:{background:PE.danger}},"error"===s.state.status?"Restore":"Trigger"," error"):i.createElement("label",null,"Trigger error:",i.createElement(tx,{value:null!=p?p:"",style:{marginInlineStart:".5em"},onChange:e=>{const t=r.find(t=>t.name===e.target.value);h(t)}},i.createElement("option",{key:"",value:""}),r.map(e=>i.createElement("option",{key:e.name,value:e.name},e.name))))),i.createElement("div",{style:{background:PE.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Data Explorer"),i.createElement("div",{style:{padding:".5em"}},i.createElement(gx,{label:"Data",value:c.data,defaultExpanded:{},copyable:!0})),i.createElement("div",{style:{background:PE.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Query Explorer"),i.createElement("div",{style:{padding:".5em"}},i.createElement(gx,{label:"Query",value:s,defaultExpanded:{queryKey:!0}})))},wx=({queryCache:e})=>{const t=vx(e,()=>e.getAll().filter(e=>"fresh"===NE(e)).length),n=vx(e,()=>e.getAll().filter(e=>"fetching"===NE(e)).length),r=vx(e,()=>e.getAll().filter(e=>"paused"===NE(e)).length),o=vx(e,()=>e.getAll().filter(e=>"stale"===NE(e)).length),a=vx(e,()=>e.getAll().filter(e=>"inactive"===NE(e)).length);return i.createElement(JE,null,i.createElement(XE,{style:{background:PE.success,opacity:t?1:.3}},"fresh ",i.createElement(ZE,null,"(",t,")"))," ",i.createElement(XE,{style:{background:PE.active,opacity:n?1:.3}},"fetching ",i.createElement(ZE,null,"(",n,")"))," ",i.createElement(XE,{style:{background:PE.paused,opacity:r?1:.3}},"paused ",i.createElement(ZE,null,"(",r,")"))," ",i.createElement(XE,{style:{background:PE.warning,color:"black",textShadow:"0",opacity:o?1:.3}},"stale ",i.createElement(ZE,null,"(",o,")"))," ",i.createElement(XE,{style:{background:PE.gray,opacity:a?1:.3}},"inactive ",i.createElement(ZE,null,"(",a,")")))},_x=i.memo(({queryKey:e,setActiveQueryHash:t,activeQueryHash:n,queryCache:r})=>{var o,a,s,c;const u=null!=(o=vx(r,()=>{var t;return null==(t=r.find(e))?void 0:t.queryHash}))?o:"",l=vx(r,()=>{var t;return null==(t=r.find(e))?void 0:t.state}),d=null!=(a=vx(r,()=>{var t;return null==(t=r.find(e))?void 0:t.isStale()}))&&a,p=null!=(s=vx(r,()=>{var t;return null==(t=r.find(e))?void 0:t.isDisabled()}))&&s,h=null!=(c=vx(r,()=>{var t;return null==(t=r.find(e))?void 0:t.getObserversCount()}))?c:0;return l?i.createElement("div",{role:"button","aria-label":"Open query details for "+u,onClick:()=>t(n===u?"":u),style:{display:"flex",borderBottom:"solid 1px "+PE.grayAlt,cursor:"pointer",background:u===n?"rgba(255,255,255,.1)":void 0}},i.createElement("div",{style:{flex:"0 0 auto",width:"2em",height:"2em",background:LE({queryState:l,isStale:d,observerCount:h,theme:PE}),display:"flex",alignItems:"center",justifyContent:"center",fontWeight:"bold",textShadow:d?"0":"0 0 10px black",color:d?"black":"white"}},h),p?i.createElement("div",{style:{flex:"0 0 auto",height:"2em",background:PE.gray,display:"flex",alignItems:"center",fontWeight:"bold",padding:"0 0.5em"}},"disabled"):null,i.createElement(ZE,{style:{padding:".5em"}},""+u)):null});function Ex(){}_x.displayName="QueryRow";const xx="development"!==process.env.NODE_ENV?function(){return null}:function({initialIsOpen:e,panelProps:t={},closeButtonProps:n={},toggleButtonProps:r={},position:o="bottom-left",containerElement:a="aside",context:s,styleNonce:c,panelPosition:u="bottom",errorTypes:l=[]}){const d=i.useRef(null),p=i.useRef(null),[h,f]=O_("reactQueryDevtoolsOpen",e),[m,g]=O_("reactQueryDevtoolsHeight",FE),[y,v]=O_("reactQueryDevtoolsWidth",FE),[b="bottom",k]=O_("reactQueryDevtoolsPanelPosition",u),[w,_]=i.useState(!1),[E,x]=i.useState(!1),S=function(){const e=i.useRef(!1),t=i.useCallback(()=>e.current,[]);return i.useEffect(()=>(e.current=!0,()=>{e.current=!1}),[]),t}();i.useEffect(()=>{_(null!=h&&h)},[h,w,_]),i.useEffect(()=>{const e=p.current;if(e){const t=()=>{w&&(e.style.visibility="visible")},n=()=>{w||(e.style.visibility="hidden")};return e.addEventListener("transitionstart",t),e.addEventListener("transitionend",n),()=>{e.removeEventListener("transitionstart",t),e.removeEventListener("transitionend",n)}}},[w]),i.useEffect(()=>{var e;if(w&&null!=(e=d.current)&&e.parentElement){const{parentElement:e}=d.current,t=VE("padding",b),n=HE(b),r=(({padding:e,paddingTop:t,paddingBottom:n,paddingLeft:r,paddingRight:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingLeft:r,paddingRight:o}))(e.style),o=()=>{e.style.padding="0px",e.style.paddingTop="0px",e.style.paddingBottom="0px",e.style.paddingLeft="0px",e.style.paddingRight="0px",e.style[t]=(n?y:m)+"px"};if(o(),"undefined"!=typeof window)return window.addEventListener("resize",o),()=>{window.removeEventListener("resize",o),Object.entries(r).forEach(([t,n])=>{e.style[t]=n})}}},[w,b,m,y]);const{style:C={},...R}=t,{style:I={},onClick:T,...A}=r,O=function({position:e="bottom",height:t,width:n,devtoolsTheme:r,isOpen:o,isResizing:a,panelStyle:i}){const s=GE(e),c=VE("border",s),u=HE(e);return{...i,direction:"ltr",position:"fixed",[e]:0,[c]:"1px solid "+r.gray,transformOrigin:s,boxShadow:"0 0 20px rgba(0,0,0,.3)",zIndex:99999,visibility:o?"visible":"hidden",...a?{transition:"none"}:{transition:"all .2s ease"},...o?{opacity:1,pointerEvents:"all",transform:u?"translateX(0) scale(1)":"translateY(0) scale(1)"}:{opacity:0,pointerEvents:"none",transform:u?"translateX(15px) scale(1.02)":"translateY(15px) scale(1.02)"},...u?{top:0,height:"100vh",maxWidth:"90%",width:"number"==typeof n&&n>=70?n:FE}:{left:0,width:"100%",maxHeight:"90%",height:"number"==typeof t&&t>=70?t:FE}}}({position:b,devtoolsTheme:PE,isOpen:w,height:m,width:y,isResizing:E,panelStyle:C});return S()?i.createElement(a,{ref:d,className:"ReactQueryDevtools","aria-label":"React Query Devtools"},i.createElement(jE,{theme:PE},i.createElement(bx,h_({ref:p,context:s,styleNonce:c,position:b,onPositionChange:k,showCloseButton:!0,closeButtonProps:n},R,{style:O,isOpen:w,setIsOpen:f,onDragStart:e=>((e,t)=>{if(!e)return;if(0!==t.button)return;const n=HE(b);x(!0);const{height:r,width:o}=e.getBoundingClientRect(),a=t.clientX,i=t.clientY;let s=0;const c=e=>{e.preventDefault(),n?(s=o+("right"===b?a-e.clientX:e.clientX-a),v(s)):(s=r+("bottom"===b?i-e.clientY:e.clientY-i),g(s)),f(!(s<70))},u=()=>{E&&x(!1),document.removeEventListener("mousemove",c,!1),document.removeEventListener("mouseUp",u,!1)};document.addEventListener("mousemove",c,!1),document.addEventListener("mouseup",u,!1)})(p.current,e),errorTypes:l}))),w?null:i.createElement("button",h_({type:"button"},A,{"aria-label":"Open React Query Devtools","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"false",onClick:e=>{f(!0),null==T||T(e)},style:{background:"none",border:0,padding:0,position:"fixed",zIndex:99999,display:"inline-flex",fontSize:"1.5em",margin:".5em",cursor:"pointer",width:"fit-content",..."top-right"===o?{top:"0",right:"0"}:"top-left"===o?{top:"0",left:"0"}:"bottom-right"===o?{bottom:"0",right:"0"}:{bottom:"0",left:"0"},...I}}),i.createElement(yx,{"aria-hidden":!0}),i.createElement(nx,{text:"Open React Query Devtools"}))):null};process.env.NODE_ENV;var Sx,Cx={backgroundColor:"#fcfcff",width:"100%",zIndex:1e7,height:"100%",position:"absolute"};function Rx(e){var o=this,a=e.children,i=process.env.ENVIRONMENT,s=d(function(){return"DEV"!==i&&"LOCAL"!==i?"testing":"live"},[i]),l=c(!1),h=l[0],f=l[1],m=p(function(e){return n(o,void 0,void 0,function(){var n,o,a,i,c;return r(this,function(r){switch(r.label){case 0:return n=localStorage.getItem("headers"),o=n&&JSON.parse(n),a=localStorage.getItem("isTesting")&&"OFF"!==localStorage.getItem("isTesting")?"testing":"live",i=localStorage.getItem("x-organization-code"),c=i?JSON.parse(i).value:"",[4,fh.refreshInstance({headers:t(t({},o),{"X-Environment":a||s,"x-organization-code":c,"x-account-code":e.detail.accountCode,"X-Content-Type-Options":"nosniff"})})];case 1:return r.sent(),[2]}})})},[s]);u(function(){return addEventListener("ACCOUNT_CHANGED",m),function(){window.removeEventListener("ACCOUNT_CHANGED",m)}},[m]);var g=p(function(e){return n(o,void 0,void 0,function(){var n,o,a,i,c,u,l;return r(this,function(r){switch(r.label){case 0:return n=localStorage.getItem("headers"),(o=n&&JSON.parse(n))?(a=localStorage.getItem("x-organization-code"),i=localStorage.getItem("account"),c=i?null===(l=JSON.parse(i).value)||void 0===l?void 0:l.code:"",u=a?JSON.parse(a).value:"",[4,fh.refreshInstance({headers:t(t({},o),{"X-Environment":e||s,"x-organization-code":u,"x-account-code":c,"X-Content-Type-Options":"nosniff"})})]):[3,2];case 1:r.sent(),mm.refetchQueries(["fetch-profile","accountsV2","accounts","fetch-all-organizations","fetch-permissions"]),f(!0),r.label=2;case 2:return[2]}})})},[s,f]);return u(function(){var e=localStorage.getItem("isTesting")&&"OFF"!==localStorage.getItem("isTesting")?"testing":"live";window.addEventListener("storage",function(t){if("token"===t.key||"isTesting"===t.key){var n="OFF"===t.newValue?"live":"testing";"isTesting"===t.key?g(n):"token"===t.key&&g(e)}}),g(e)},[f,g]),h?React.createElement(bf,{client:mm},a,React.createElement(xx,{initialIsOpen:!1})):React.createElement("div",{style:Cx})}!function(e){e.ECONNABORTED="ECONNABORTED",e.ETIMEDOUT="ETIMEDOUT",e.ERR_BAD_REQUEST="ERR_BAD_REQUEST"}(Sx||(Sx={}));var Ix=function(){var e=l(null),t=l(null),n=l(null),r=c(!1),o=r[0],a=r[1],i=c(null),s=i[0],d=i[1],h=c(null),f=h[0],m=h[1],g=p(function(){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null)},[]),y=p(function(){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null),m(null);try{var r=new WebSocket("".concat(hh["WS_URL_".concat(hh.ENVIRONMENT)],"/data-assistant/charts/ws"));e.current=r,r.onopen=function(){a(!0);var e=localStorage.getItem("token");e&&r.send(JSON.stringify({type:"auth",token:e})),t.current=setInterval(function(){r.readyState===WebSocket.OPEN?r.send(JSON.stringify({type:"ping"})):(g(),a(!1))},3e4)},r.onmessage=function(e){try{var t=JSON.parse(e.data);d(t)}catch(e){m("Failed to parse server response")}},r.onerror=function(e){m("Connection error occurred"),a(!1)},r.onclose=function(e){a(!1),g(),e.wasClean||1e3===e.code||(n.current=setTimeout(function(){y()},5e3))}}catch(e){m("Failed to establish connection")}},[]),v=p(function(t){var n;(null===(n=e.current)||void 0===n?void 0:n.readyState)===WebSocket.OPEN&&e.current.send(JSON.stringify({type:"subscribe",chart_id:t}))},[]),b=p(function(t){var n;(null===(n=e.current)||void 0===n?void 0:n.readyState)===WebSocket.OPEN&&e.current.send(JSON.stringify({type:"unsubscribe",chart_id:t}))},[]),k=p(function(){d(null)},[]),w=p(function(){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null),e.current&&(a(!1),e.current.close(1e3,"Manual disconnect"),e.current=null)},[]);return u(function(){return y(),function(){g(),w()}},[]),{subscribe:v,unsubscribe:b,disconnect:w,connect:y,clearChartData:k,isConnected:o,chartData:s,connectionError:f}},Tx=["LOCAL","DEV","STG"].includes(process.env.ENVIRONMENT||"");"undefined"!=typeof window&&Tx&&function(){n(this,void 0,void 0,function(){var e;return r(this,function(t){switch(t.label){case 0:if(!ti())return console.info('MSW is disabled. Run "window.enableMSW()" to enable it.'),[2];console.info('MSW is enabled. Run "window.disableMSW()" to disable it.'),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,Xa.start({serviceWorker:{url:"/mockServiceWorker.js"},onUnhandledRequest:"bypass"})];case 2:return t.sent(),[3,4];case 3:return e=t.sent(),console.error("Error starting MSW:",e),[3,4];case 4:return[2]}})})}();export{gd as AI,ph as Api,Sx as ApiErrorCodes,Rx as ApiProvider,fh as ApiSingleton,md as Audit,cd as Cms,sd as Country,pd as DataReport,Rf as DuplicateSetting,Gp as FEEDBACK_ISSUE_OPTIONS,id as Organization,yd as OrganizationConfig,ad as PaymentFiltersSection,Wy as PendingDuplicateAccountStatus,fd as ReconciliationAgendaInsight,hd as ReconciliationReportType,ud as ReportType,od as SendPaymentNotification,dd as SmartRouting,ld as TemplateType,ub as getQueryKeyGetNameAndIcon,db as getQueryKeyRequiredFields,fm as queryCache,mm as queryClient,ob as use3DSExemptions,by as useAICreateWorkflow,cm as useAccountCode,hm as useAddToRiskList,rw as useAllFeatureFlags,Iw as useAllowListDetail,Rw as useBlackListDetail,By as useBulkCreateInstallmentsPlans,Fy as useBulkDeleteInstallmentsPlans,ow as useCachedFeatureFlag,km as useCancelReport,Zm as useCancelSubscription,Qf as useChangePasswordV2,Cg as useChangePaymentsWebhook,wg as useChangeStatusBlackList,_g as useChangeStatusItemBlackList,gb as useChangeStylingSettings,Oy as useChangeTemplateStatus,dm as useChargebacksUpload,Ix as useChartAssistantSocket,zw as useChartExecute,Ty as useCloneTemplate,Rb as useCommunicationDetails,Sb as useCommunications,Jw as useCommunicationsByDay,Xw as useCommunicationsBySubstatus,Cb as useCommunicationsFilters,Zw as useCommunicationsSubstatusByDay,ug as useConfirmedOtpMfa,bm as useCountRowsForReport,xy as useCreateAndExecuteChart,Cy as useCreateAndExecuteChartWithTimezone,wy as useCreateChart,Sy as useCreateChartWithTimezone,qy as useCreateInstallmentsPlan,Um as useCreateMonitorTemplate,qm as useCreateMonitorThreshold,lm as useCreateOperationTransaction,Km as useCreatePaymentLinks,py as useCreateReconciliationAlert,ly as useCreateReconciliationReportTemplate,gm as useCreateReconciliationsReportV2,ym as useCreateReconciliationsReportV3,wm as useCreateReportTemplate,vm as useCreateReportV2,Wm as useCreateRoles,gy as useCreateSamlConfig,Dy as useCreateSchedule,Mg as useCreateScheduledReport,Ym as useCreateSubscription,Iy as useCreateTemplate,nm as useCreateUserAuth0,xm as useCreateWorkflow,zf as useDeleteAccountsUserMassive,Tg as useDeleteAllowlistItem,xg as useDeleteBlackListType,Rg as useDeleteBlockListItem,_y as useDeleteChart,Xg as useDeleteCustomizedApiKeys,My as useDeleteInstallmentsPlan,$m as useDeletePaymentLink,hy as useDeleteReconciliationAlert,Em as useDeleteReportTemplate,Gm as useDeleteRoles,vy as useDeleteSamlConfig,Ly as useDeleteSchedule,Fg as useDeleteScheduledReport,Py as useDeleteTemplate,Bm as useDeleteUserTeamV2,Rm as useDeleteVersion,Tf as useDeleteWebhookV2,jy as useDisableSchedule,Pf as useDuplicateAccount,Im as useDuplicateVersion,Qm as useEditPaymentLinks,Hm as useEditRoles,kb as useEmailVerification,qg as useExcludeUsers,iy as useExportApiLogs,cy as useExportDashboardLogs,uy as useExportMonitorsLogs,sy as useExportWebhooksLogs,nw as useFeatureFlags,Kb as useFetchUserExportDetail,_w as useFirebaseUserSubscribe,ky as useGenerateFeedback,Pv as useGetAccounts,jv as useGetAccountsByUser,Lv as useGetAccountsForImpersonation,Dv as useGetAccountsV2,Pw as useGetAllConfigRules,wv as useGetAllOrganizations,Dk as useGetAllReconciliationsAdvancements,Ak as useGetAllReconciliationsAgenda,Tk as useGetAllReconciliationsAlerts,jk as useGetAllReconciliationsFees,Pk as useGetAllReconciliationsSales,Sk as useGetAllTableColumns,mv as useGetAllowedIps,lw as useGetApiLogsByTransactionCode,uw as useGetApiLogsDetailByPaymentCode,aw as useGetAuditEvents,pw as useGetAuditExportDownload,dw as useGetAuditExportsList,Wv as useGetAuditLogsFilters,iw as useGetAuditMonitorEventDetail,jg as useGetBatchRefundProcessedFileDownload,Lg as useGetBatchRefundUserFileDownload,Aw as useGetBatchRefunds,xw as useGetBlackList,Cw as useGetBlockListSummary,Jy as useGetCardBrands,Bw as useGetChartFeedback,qw as useGetChartsByUser,Uw as useGetChartsByUserWithResults,cb as useGetCheckouts,Wg as useGetConditionalConfigRules,Ew as useGetConfigAllowlist,Rv as useGetConnections,Sv as useGetConnectionsByPaymentMethod,yw as useGetCountriesConfigPaymentLink,vw as useGetCountriesConfigPaymentLinkV2,hb as useGetCountryData,hv as useGetCredentials,ty as useGetCredentialsMFA,yv as useGetCustomizedApiKeys,gv as useGetCustomizedApiKeysAccounts,fv as useGetCustomizedApiKeysMembers,vv as useGetCustomizedApiKeysProducts,Qg as useGetCustomizedApiKeysToken,Hv as useGetDashboardStaticContents,Iv as useGetDialogs,Nb as useGetDownloadReport,cg as useGetEmailOtp,Cv as useGetHashPylon,Eb as useGetImpersonationEnabled,_b as useGetImpersonationUsers,ak as useGetInsightsReport,ik as useGetInsightsReportAgain,d_ as useGetInstallmentsPlans,xv as useGetIntegrationByAccountV2,Ev as useGetIntegrationParams,Fw as useGetLanguages,Gv as useGetLocales,wb as useGetLoginMethods,jw as useGetMFAConfig,Dw as useGetMFAExcludedUsers,Lw as useGetMFAStatus,qv as useGetMenu,Ab as useGetMergedNotifications,lb as useGetNameAndIcon,Hw as useGetNetworkTokensOnboardingByOrganization,Ib as useGetNotificationsCustomer,Ob as useGetNotificationsNumberMutation,u_ as useGetOnboardingDetail,l_ as useGetOnboardingTimeline,kv as useGetOrganization,i_ as useGetOrganizationConfigs,Xy as useGetPaymentFilters,gw as useGetPaymentLinkByCode,mw as useGetPaymentLinks,Yy as useGetPaymentMethodsAndProviders,Zy as useGetPaymentMetricsFilters,Uv as useGetPaymentStatusesStyles,ev as useGetPaymentTransactionsDetails,Vy as useGetPaymentV2,Qy as useGetPaymentsMethodsByCountry,ov as useGetPayoutDetail,iv as useGetPayoutHistoryDetail,pv as useGetPayoutTimeline,av as useGetPayoutTransactionDetail,zv as useGetPendingDuplicateAccounts,bb as useGetPermissions,Hb as useGetPermissionsCatalog,yb as useGetProfile,sv as useGetProofOfCancel,cv as useGetProofOfPayment,_v as useGetProviderParams,c_ as useGetRecipientById,s_ as useGetRecipients,Ck as useGetReconciliationActive,Ok as useGetReconciliationAgendaInsightsByKey,xk as useGetReconciliationFilters,Mk as useGetReconciliationInsightsAmountConflictAggregators,Bk as useGetReconciliationInsightsAmountConflictList,tw as useGetReconciliationInsightsAmountToBeSettledSummary,Wk as useGetReconciliationInsightsConflictDateAggregators,Hk as useGetReconciliationInsightsConflictDateList,Fk as useGetReconciliationInsightsConflictDateSummary,Lk as useGetReconciliationInsightsConflictsSummary,$k as useGetReconciliationInsightsFeesChargedSummary,Vk as useGetReconciliationInsightsIncorrectFeesAggregators,Kk as useGetReconciliationInsightsIncorrectFeesList,Gk as useGetReconciliationInsightsIncorrectFeesSummary,Zk as useGetReconciliationInsightsNotConfirmAggregators,ew as useGetReconciliationInsightsNotConfirmList,Xk as useGetReconciliationInsightsNotConfirmSummary,Nk as useGetReconciliationInsightsNotReconciledAggregators,zk as useGetReconciliationInsightsNotReconciledList,Yk as useGetReconciliationInsightsReconciledAggregators,Jk as useGetReconciliationInsightsReconciledList,Qk as useGetReconciliationInsightsReconciledSummary,qk as useGetReconciliationInsightsStatusConflictAggregators,Uk as useGetReconciliationInsightsStatusConflictList,Ek as useGetReconciliationMetrics,Bv as useGetReconciliationTransactionStatusesStyles,wk as useGetReconciliationTransactions,Rk as useGetReconciliationsReportColumns,Ik as useGetReconciliationsReportTemplates,Ub as useGetRefundPdf,qb as useGetReportColumns,zb as useGetReportTemplates,jb as useGetReportsList,Lb as useGetReportsListMultiEnv,pb as useGetRequiredFields,Fb as useGetRoles,Nv as useGetRolesForImpersonation,Wb as useGetRolesPermissions,sb as useGetRoutingMonitorsTemplate,ib as useGetRoutingMonitorsTemplates,Hg as useGetRule,Nw as useGetSamlConfig,Ug as useGetScheduledReportsList,_k as useGetSettlements,Qv as useGetSmartRoutingConditionPaymentMethod,$v as useGetSmartRoutingConditionTypes,Yv as useGetSmartRoutingConditionTypesValues,$b as useGetSmartRoutingDataReport,Zv as useGetSmartRoutingDeclineGroups,Vv as useGetSmartRoutingMethods,Xv as useGetSmartRoutingNextRoute,eb as useGetSmartRoutingPaymentRoute,nb as useGetSmartRoutingSearchConditionValues,tb as useGetSmartRoutingSimulateConditionTypeValues,Kv as useGetSmartRoutingWorkflow,Jv as useGetSmartRoutingWorkflowVersion,fb as useGetStylingSdkDynamic,mb as useGetStylingSettingsV2,kw as useGetSubscriptionByCode,ww as useGetSubscriptionPayments,Mb as useGetTeamsFiltersMembers,Fv as useGetTimeZoneCatalog,bw as useGetTimezonePaymentLink,sg as useGetTokenValidation,Ky as useGetTransactionDetailsV2,tv as useGetTransactionHistoryByPaymentCode,$y as useGetTransactionRawResponse,Mv as useGetTransactionStatusesStyles,Ww as useGetTranslations,hw as useGetUnifiedExportStatus,fw as useGetUnifiedExportsList,Gb as useGetUserExportStatus,vb as useGetUserFull,xb as useGetUsersToImpersonate,Tb as useGetValidateOpsgenieKey,Tv as useGetWebhookParamsV2,Ov as useGetWebhooksV2Detail,Av as useGetWebhooksV3,lk as useInsights3dsConversionRateAndEvolution,dk as useInsights3dsDeclineReasons,pk as useInsights3dsFrictionlessVsChallenge,uk as useInsights3dsVolumeAndCountTx,kk as useInsightsChargebacksByCardBrand,yk as useInsightsChargebacksByProviderAndCardBrand,gk as useInsightsChargebacksDisputed,vk as useInsightsChargebacksReasonsDistribution,bk as useInsightsChargebacksStatusDistribution,fk as useInsightsChargebacksTotalRateAndEvolution,hk as useInsightsChargebacksVolumeAndCountTx,mk as useInsightsChargebacksWinRate,Qb as useInsightsConversionRateMetricsV2,tk as useInsightsCustomerPaymentsAndFraudMetrics,Jb as useInsightsFallbackMetrics,ck as useInsightsFraudScreeningConversionRate,sk as useInsightsFraudScreeningVolumeAndCountTx,ok as useInsightsHomeMetrics,nk as useInsightsOverviewMetrics,rk as useInsightsOverviewMetricsV3,ek as useInsightsTotalPaymentsAndFraudMetrics,Xb as useInsightsVolumeMetrics,Zb as useInsightsVolumeMetricsV2,Zf as useInviteUsersMultiaccountMassive,em as useInviteUsersMultiaccountMassiveV2,am as useIsTesting,ng as useListSubscriptions,Vb as useListUserExports,im as useLocalStorage,om as useLoginMethods,ab as useNetworkTokensOnboarding,Ff as useNewPostConnectionValidate,sm as useOrganizationCode,jf as usePatchAccountV2,yg as usePatchAddAllowlistItems,bv as usePatchAllowedIps,vg as usePatchAllowlist,Mw as usePatchAndExecuteChart,Zg as usePatchApiKeysEditNote,mg as usePatchChangeStatusAllowlist,gg as usePatchChangeStatusAllowlistItem,Ey as usePatchChartName,Wf as usePatchConnection,$g as usePathCreateCustomizedApiKeys,Pb as usePathNotifications,Jm as usePauseSubscription,dv as usePayoutsFilters,lv as usePayoutsList,Of as usePostAccount,Tw as usePostAllowlistMultiAccount,ey as usePostApiKeysRoll,sw as usePostApiLogs,ry as usePostAuditMonitors,Dg as usePostBatchRefundByFile,Sg as usePostBlackListBatch,Eg as usePostBlackListItems,bg as usePostBlackListMultiAccount,Sw as usePostBlockList,rm as usePostCall,Uf as usePostChangeStatusConnection,Bf as usePostConnectionMultiAccount,fg as usePostCreateAllowlistMultiAccount,Kg as usePostCreateCustomizedApiKeys,my as usePostCreateInsightsReport,Gg as usePostCreateRuleMultiAccount,Yg as usePostCredentialsValidatePassword,Jg as usePostCredentialsValidatePasswordRegularUser,ny as usePostCredentialsWithOtpMfa,Hf as usePostDefaultRoutes,Vg as usePostEditRule,rv as usePostFraudTransactions,pg as usePostGetAllowlistItems,hg as usePostGetAllowlistMultiAccount,Bb as usePostMembersPaginatedV2,Vf as usePostNetworkTokensOnboarding,Ny as usePostOrganizationConfigs,Gy as usePostPaymentsEvaluated,Hy as usePostPaymentsLazy,Mm as usePostSlackMessageChannel,nv as usePostTransactions,rg as usePostUserSettings,ig as usePostUserSettingsPinned,ag as usePostUserSettingsTables,og as usePostUserThemeSettings,qf as usePostValideStatusConnection,Ow as usePostVelocityRules,cw as usePostWebhookLogs,If as usePostWebhookMultiAccount,rb as useProviderConversionRatesData,pm as useProviderRawResponse,Sm as usePublishVersion,Lf as usePutAccountPrincipal,Nf as usePutAccountsUserMassive,kg as usePutBlackListType,Mf as usePutCosts,zy as usePutOrganizationConfigsByAccount,t_ as useRecoveredPaymentsByDay,e_ as useRecoveredTPVByDay,tg as useRescheduleSubscription,oy as useResendWebhooks,Xm as useResumeSubscription,Df as useRetryDuplicateAccount,Cm as useSaveVersion,p_ as useSearchInstallmentsPlans,a_ as useSearchScheduleById,o_ as useSearchSchedules,r_ as useSearchTemplateById,n_ as useSearchTemplates,uv as useSendPaymentNotification,Fm as useSetCustodian,Om as useSmartRoutingCreateDeclinedGroup,Dm as useSmartRoutingEditWorkflowName,zm as useSmartRoutingMultiAccountDeclinedGroupCreate,Nm as useSmartRoutingRemoveDeclinedGroup,jm as useSmartRoutingSimulateTransaction,Pm as useSmartRoutingToggleFavorite,Am as useSmartRoutingUpdateDeclinedGroup,Lm as useSmartRoutingUpdateMonitorRedistribution,Vm as useStartUserExport,Ry as useSubmitChartFeedback,Tm as useToggleMethod,tm as useUnInviteUsersV2,ay as useUnifiedExportStart,lg as useUnrollUserV2,Uy as useUpdateInstallmentsPlan,um as useUpdateIsActiveCheckout,zg as useUpdateMFAConfig,Kf as useUpdateOrganizationStatus,Xf as useUpdateProfile,fy as useUpdateReconciliationAlert,dy as useUpdateReconciliationReportTemplate,_m as useUpdateReportTemplate,yy as useUpdateSamlConfig,Bg as useUpdateScheduledReport,eg as useUpdateSubscription,Ay as useUpdateTemplateSelection,Af as useUpdateWebhookV2,Og as useUploadBatchRefundsFileV2,Pg as useUploadBatchRefundsV2,Ng as useUploadFileS3ClientBatchRefunds,Ag as useValiateAllowlistItems,Ig as useValidateBlockListItems,Gf as useValidateCredentials,$f as useValidateOrgName,dg as useValidatePasswordStatus,Yb as useViewMoreMetrics,Jf as useWorkosAdminPortal,Yf as useWorkosPasswordReset};
|
|
234
68
|
//# sourceMappingURL=index.js.map
|