@yuno-payments/dashboard-api-mfe 1.2.8 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.js +5 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/api/api.d.ts +8 -1
- package/build/cjs/types/mutations/security/security.mutation.d.ts +1 -0
- package/build/cjs/types/queries/accounts/accounts.query.d.ts +4 -0
- package/build/cjs/types/queries/users/users.query.d.ts +1 -1
- package/build/cjs/types/types/user/user.d.ts +14 -0
- package/build/esm/index.js +4 -4
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +8 -1
- package/build/esm/types/mutations/security/security.mutation.d.ts +1 -0
- package/build/esm/types/queries/accounts/accounts.query.d.ts +4 -0
- package/build/esm/types/queries/users/users.query.d.ts +1 -1
- package/build/esm/types/types/user/user.d.ts +14 -0
- package/build/index.d.ts +29 -3
- package/package.json +1 -1
package/build/cjs/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var e=require("tslib"),t=require("react");function n(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}}),t.default=e,Object.freeze(t)}var r=n(t);function o(e){return null!=e&&"object"==typeof e&&!Array.isArray(e)}function a(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):o(r)&&o(n)?(e[t]=a(r,n),e):(e[t]=n,e)},Object.assign({},e))}var i=/(%?)(%([sdijo]))/g;function s(e,...t){if(0===t.length)return e;let n=0,r=e.replace(i,(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 u=class extends Error{constructor(e,...t){super(e),this.message=e,this.name="Invariant Violation",this.message=s(e,...t),function(e){if(!e.stack)return;const t=e.stack.split("\n");t.splice(1,2),e.stack=t.join("\n")}(this)}},c=(e,t,...n)=>{if(!e)throw new u(t,...n)};c.as=(e,t,n,...r)=>{if(!t){const t=0===r.length?n:s(n,...r);let o;try{o=Reflect.construct(e,[t])}catch(n){o=e(t)}throw o}};function l(e,...t){return`[MSW] ${s(e,...t)}`}const d={formatMessage:l,warn:function(e,...t){console.warn(l(e,...t))},error:function(e,...t){console.error(l(e,...t))}};class p extends Error{constructor(e){super(e),this.name="InternalError"}}const h=/[/\\]msw[/\\]src[/\\](.+)/,f=/(node_modules)?[/\\]lib[/\\](core|browser|node|native|iife)[/\\]|^[^/\\]*$/;class g{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=>!(h.test(e)||f.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=g.cache.get(e);if(void 0!==t)return t;const n=e.clone();return g.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 m(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 y(e,t="warn"){const n=new URL(e.url),r=m(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 d.error("Error: %s",a),new p(d.formatMessage('Cannot bypass a request when using the "error" strategy for the "onUnhandledRequest" option.'));case"warn":d.warn("Warning: %s",a);break;case"bypass":break;default:throw new p(d.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 v(){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 b(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),u=e.charCodeAt(n+4);if(5===r&&104===o&&116===a&&116===i&&112===s&&115===u);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 k(e){return e>=97&&e<=122||e>=48&&e<=57||e>127}function _(e){if(e.length>255)return!1;if(0===e.length)return!1;if(!k(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(!k(r)&&45!==r&&95!==r)return!1;n=r}return r-t-1<=63&&45!==n}const w=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 x(e,t,n,r,o){const a=function(e){return void 0===e?w: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=b(e,_(e)):o.hostname=b(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&&!_(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,u=o.publicSuffix,s.slice(0,-u.length-1))),o))));var i,s,u}const E=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}]}]}(),S=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}],u=[1,{gov:e}],c=[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}],g=[0,{notebook:t}],m=[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}],_=[0,{objects:t}],w=[2,{nodes:t}],x=[0,{my:t}],E=[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:E,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:E,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:E,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}],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,"aws-cloud9":R,cloud9:I}],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}],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}],G=[0,{app:t}],W=[0,{site:t}],V=[1,{com:e,edu:e,net:e,org:e}],H=[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}],ue=[0,{core:[0,{blob:t,file:t,web:t}],servicebus:t}],ce=[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:u,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:u,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:_,rma:_}],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:E,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:x,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:E,s3:t,"s3-accesspoint":t,"s3-deprecated":t,"s3-object-lambda":t,"s3-website":t}],"ca-central-1":L,"ca-west-1":j,"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:E,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:E,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":j,"us-gov-west-1":j,"us-west-1":L,"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:G,"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":W,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:V,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:H}],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":W,"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:V,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:u,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:W,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:u,ms:[1,{com:e,edu:e,gov:e,net:e,org:e,minisite:t}],mt:V,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:H,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:ue,usgovcloudapp:t,usgovtrafficmanager:t,windows:ue,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:ce,ah:ce,bu:ce,fm:ce,hl:ce,hm:ce,"jan-mayen":ce,mr:ce,nl:ce,nt:ce,of:ce,ol:ce,oslo:ce,rl:ce,sf:ce,st:ce,svalbard:ce,tm:ce,tr:ce,va:ce,vf:ce,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:G,stg:[0,{os:G}]}],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:u,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:u,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:u}],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:H,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:V,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":c,"ap-east-1":c,"ap-northeast-1":c,"ap-northeast-2":c,"ap-northeast-3":c,"ap-south-1":c,"ap-south-2":l,"ap-southeast-1":c,"ap-southeast-2":c,"ap-southeast-3":c,"ap-southeast-4":l,"ap-southeast-5":l,"ca-central-1":c,"ca-west-1":l,"eu-central-1":c,"eu-central-2":l,"eu-north-1":c,"eu-south-1":c,"eu-south-2":l,"eu-west-1":c,"eu-west-2":c,"eu-west-3":c,"il-central-1":l,"me-central-1":l,"me-south-1":c,"sa-east-1":c,"us-east-1":c,"us-east-2":c,"us-west-1":c,"us-west-2":c,"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":m,"eu-central-1":f,"eu-west-1":f,"eu-west-2":f,"us-east-1":m,"us-east-2":m,"us-west-2":m,"af-south-1":h,"ap-east-1":h,"ap-northeast-3":h,"ap-south-2":g,"ap-southeast-3":h,"ap-southeast-4":g,"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:w,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:w,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:w,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:x,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 C(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 R(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=C(o,E,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=C(o,S,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 I={domain:null,domainWithoutSuffix:null,hostname:null,isIcann:null,isIp:null,isPrivate:null,publicSuffix:null,subdomain:null};function T(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 A=["local","example","invalid","localhost","test"],O=["localhost","invalid"],P={allowSpecialUseDomain:!1,ignoreError:!1};function D(e,t={}){t={...P,...t};const n=e.split("."),r=n[n.length-1],o=!!t.allowSpecialUseDomain,a=!!t.ignoreError;if(o&&void 0!==r&&A.includes(r)){if(n.length>1){return`${n[n.length-2]}.${r}`}if(O.includes(r))return r}if(!a&&void 0!==r&&A.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=I).domain=null,n.domainWithoutSuffix=null,n.hostname=null,n.isIcann=null,n.isIp=null,n.isPrivate=null,n.publicSuffix=null,n.subdomain=null,x(e,3,R,t,I).domain}(e,{allowIcannDomains:!0,allowPrivateDomains:!0});if(i)return i}var L=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)")}},j=e=>Object.prototype.toString.call(e),N=(e,t=new WeakSet)=>"object"!=typeof e||null===e?String(e):"function"==typeof e.toString?Array.isArray(e)?((e,t)=>"function"!=typeof e.join?j(e):(t.add(e),e.map(e=>null==e||t.has(e)?"":N(e,t)).join()))(e,t):String(e):j(e),z=e=>N(e);function q(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 U(e,t){return e in t}var M=class extends L{constructor(){super(),this.synchronous=!0,this.idx=Object.create(null)}findCookie(e,t,n,r){const o=q(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=q(r);if(!e)return a.resolve([]);let i;i=t?function(e){for(const n in e)if(T(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=D(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],u=this.idx;return s.forEach(e=>{const t=u[e];t&&i(t)}),a.resolve(o)}putCookie(e,t){const n=q(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=q(r);return delete this.idx[e]?.[t]?.[n],o.resolve(void 0)}removeCookies(e,t,n){const r=q(n),o=this.idx[e];return o&&(t?delete o[t]:delete this.idx[e]),r.resolve(void 0)}removeAllCookies(e){const t=q(e);return this.idx=Object.create(null),t.resolve(void 0)}getAllCookies(e){const t=q(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 B(e){return G(e)&&""!==e}function F(e){return""===e||e instanceof String&&""===e.toString()}function G(e){return"string"==typeof e||e instanceof String}function W(e){return"[object Object]"===j(e)}function V(e,t,n){if(e)return;const r="function"==typeof t?t:void 0;let o="function"==typeof t?n:t;W(o)||(o="[object Object]");const a=new H(z(o));if(!r)throw a;r(a)}var H=class extends Error{},K={SILENT:"silent",STRICT:"strict",DISABLED:"unsafe-disabled"};Object.freeze(K);var $="\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(),Q=new RegExp(`^${$}$`),Y=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 J(e){return new URL(`http://${e}`).hostname}function X(e){if(null==e)return;let t=e.trim().replace(/^\./,"");return Q.test(t)?(t.startsWith("[")||(t="["+t),t.endsWith("]")||(t+="]"),J(t).slice(1,-1)):/[^\u0001-\u007f]/.test(t)?J(t):t.toLowerCase()}var Z=/[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/,ee=0,te=1,ne=2,re=3,oe=4,ae=5,ie=6,se=7,ue=8,ce=9,le=10,de=11;function pe(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 he(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=pe(o,1,2,r);if(void 0===a)return;n[e]=a}return n}}function fe(e){switch(e=String(e).slice(0,3).toLowerCase()){case"jan":return ee;case"feb":return te;case"mar":return ne;case"apr":return re;case"may":return oe;case"jun":return ae;case"jul":return ie;case"aug":return se;case"sep":return ue;case"oct":return ce;case"nov":return le;case"dec":return de;default:return}}function ge(e){if(!e)return;const t=e.split(Z);let n,r,o,a,i,s;for(let e=0;e<t.length;e++){const u=(t[e]??"").trim();if(u.length){if(void 0===o){const e=he(u);if(e){n=e[0],r=e[1],o=e[2];continue}}if(void 0===a){const e=pe(u,1,2,!0);if(void 0!==e){a=e;continue}}if(void 0===i){const e=fe(u);if(void 0!==e){i=e;continue}}if(void 0===s){const e=pe(u,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 me=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,ye=/[\x20-\x3A\x3C-\x7E]+/,ve=/[\x00-\x1F]/,be=["\n","\r","\0"];function ke(e,t){let n,r,o=(e=function(e){if(F(e))return e;for(let t=0;t<be.length;t++){const n=be[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()),ve.test(n)||ve.test(r))return;const a=new Ee;return a.key=n,a.value=r,a}function _e(e){if(!e||F(e))return;let t;if("string"==typeof e)try{t=JSON.parse(e)}catch{return}else t=e;const n=new Ee;return Ee.serializableProperties.forEach(e=>{if(t&&"object"==typeof t&&U(e,t)){const r=t[e];if(void 0===r)return;if(U(e,we)&&r===we[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 we={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},xe=class e{constructor(t={}){this.key=t.key??we.key,this.value=t.value??we.value,this.expires=t.expires??we.expires,this.maxAge=t.maxAge??we.maxAge,this.domain=t.domain??we.domain,this.path=t.path??we.path,this.secure=t.secure??we.secure,this.httpOnly=t.httpOnly??we.httpOnly,this.extensions=t.extensions??we.extensions,this.creation=t.creation??we.creation,this.hostOnly=t.hostOnly??we.hostOnly,this.pathIsDefault=t.pathIsDefault??we.pathIsDefault,this.lastAccessed=t.lastAccessed??we.lastAccessed,this.sameSite=t.sameSite??we.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!==we[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 _e(this.toJSON())}validate(){if(!this.value||!me.test(this.value))return!1;if(!("Infinity"==this.expires||this.expires instanceof Date||ge(this.expires)))return!1;if(null!=this.maxAge&&"Infinity"!==this.maxAge&&("-Infinity"===this.maxAge||this.maxAge<=0))return!1;if(null!=this.path&&!ye.test(this.path))return!1;const e=this.cdomain();if(e){if(e.match(/\.$/))return!1;if(null==D(e))return!1}return!0}setExpires(e){e instanceof Date?this.expires=e:this.expires=ge(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 X(this.domain)}cdomain(){return X(this.domain)}static parse(e,t){return function(e,t){if(F(e)||!G(e))return;const n=(e=e.trim()).indexOf(";"),r=ke(-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=ge(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 _e(e)}};xe.cookiesCreated=0,xe.sameSiteLevel={strict:3,lax:2,none:1},xe.sameSiteCanonical={strict:"Strict",lax:"Lax"},xe.serializableProperties=["key","value","expires","maxAge","domain","path","secure","httpOnly","extensions","hostOnly","pathIsDefault","creation","lastAccessed","sameSite"];var Ee=xe,Se=2147483647e3;function Ce(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():Se)-(t.creation&&t.creation instanceof Date?t.creation.getTime():Se),0!==n||(n=(e.creationIndex||0)-(t.creationIndex||0)),n}var Re=/(?:^(?: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 Ie(e,t,n){if(null==e||null==t)return;let r,o;if(!1!==n?(r=X(e),o=X(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)&&!Re.test(r)))}function Te(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&&(Y.test(o)?function(e){const t=e.split(".");return 4===t.length&&void 0!==t[0]&&127===parseInt(t[0],10)}(o):Q.test(o)?"::1"===o:function(e){const t=e.toLowerCase();return"localhost"===t||function(e){return e.endsWith(".localhost")}(t)}(o))}var Ae={loose:!1,sameSiteContext:void 0,ignoreError:!1,http:!0},Oe={http:!0,expire:!0,allPaths:!1,sameSiteContext:void 0,sort:void 0},Pe='Invalid sameSiteContext option for getCookies(); expected one of "strict", "lax", or "none"';function De(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 H("`url` argument is not a string or URL.");try{return new URL(decodeURI(e))}catch{return new URL(e)}}function Le(e){const t=String(e).toLowerCase();return"none"===t||"lax"===t||"strict"===t?t:void 0}function je(e){const t=e.toLowerCase();switch(t){case K.STRICT:case K.SILENT:case K.DISABLED:return t;default:return K.SILENT}}var Ne=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=je(t?.prefixSecurity??"silent"),this.store=e??new M}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=q(r),a=o.callback;let i;try{if("string"==typeof t&&V(B(t),r,z(n)),i=De(t),"function"==typeof t)return o.reject(new Error("No URL was specified"));if("function"==typeof n&&(n=Ae),V("function"==typeof a,a),!B(e)&&!W(e)&&e instanceof String&&0==e.length)return o.resolve(void 0)}catch(e){return o.reject(e)}const s=X(i.hostname)??null,u=n?.loose||this.enableLooseMode;let c=null;if(n?.sameSiteContext&&(c=Le(n.sameSiteContext),!c))return o.reject(new Error(Pe));if("string"==typeof e||e instanceof String){const t=Ee.parse(e.toString(),{loose:u});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 Ee)){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?D(t,{allowSpecialUseDomain:this.allowSpecialUseDomain,ignoreError:n?.ignoreError}):null)&&!Q.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(!Ie(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&&c&&"none"===c){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===K.SILENT;if(!(this.prefixSecurity===K.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 Ee&&(e.creation=r.creation,e.creationIndex=r.creationIndex,e.lastAccessed=l,p.updateCookie(r,e,o))}else e instanceof Ee&&(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=Oe):void 0===t&&(t=Oe);const r=q(n),o=r.callback;let a;try{"string"==typeof e&&V(B(e),o,e),a=De(e),V(W(t),o,z(t)),V("function"==typeof o,o)}catch(e){return r.reject(e)}const i=X(a.hostname),s=a.pathname||"/",u=Te(e,this.allowSecureOnLocal);let c=0;if(t.sameSiteContext){const e=Le(t.sameSiteContext);if(null==e)return r.reject(new Error(Pe));if(c=Ee.sameSiteLevel[e],!c)return r.reject(new Error(Pe))}const l=t.http??!0,d=Date.now(),p=t.expire??!0,h=t.allPaths??!1,f=this.store;function g(e){if(e.hostOnly){if(e.domain!=i)return!1}else if(!Ie(i??void 0,e.domain??void 0,!1))return!1;if(!h&&"string"==typeof e.path&&!T(s,e.path))return!1;if(e.secure&&!u)return!1;if(e.httpOnly&&!l)return!1;if(c){let t;if(t="lax"===e.sameSite?Ee.sameSiteLevel.lax:"strict"===e.sameSite?Ee.sameSiteLevel.strict:Ee.sameSiteLevel.none,t>c)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(g),"sort"in t&&!1!==t.sort&&(n=n.sort(Ce));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=q(n);return this.getCookies(e,t,function(e,t){e?r.callback(e):r.callback(null,t?.sort(Ce).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=q(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=q(e);let n=this.store.constructor.name;W(n)&&(n=null);const r={version:"tough-cookie@6.0.0",storeType:n,rejectPublicSuffixes:this.rejectPublicSuffixes,enableLooseMode:this.enableLooseMode,allowSpecialUseDomain:this.allowSpecialUseDomain,prefixSecurity:je(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&&U("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=Ee.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=q(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=q(e),n=t.callback,r=this.store;return"function"==typeof r.removeAllCookies&&r.removeAllCookies!==L.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=q(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&&U(e,a)?a[e]:void 0,s=e=>{const t=i(e);return"boolean"==typeof t?t:void 0},u=new e(n,{rejectPublicSuffixes:s("rejectPublicSuffixes"),looseMode:s("enableLooseMode"),allowSpecialUseDomain:s("allowSpecialUseDomain"),prefixSecurity:je((e=>{const t=i(e);return"string"==typeof t?t:void 0})("prefixSecurity")??"silent")});return u._importCookies(a,e=>{e?o.callback(e):o.callback(null,u)}),o.promise}static deserializeSync(t,n){const r="string"==typeof t?JSON.parse(t):t,o=e=>r&&"object"==typeof r&&U(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:je((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)}};
|
|
1
|
+
"use strict";var e=require("tslib"),t=require("react");function n(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}}),t.default=e,Object.freeze(t)}var r=n(t);function o(e){return null!=e&&"object"==typeof e&&!Array.isArray(e)}function a(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):o(r)&&o(n)?(e[t]=a(r,n),e):(e[t]=n,e)},Object.assign({},e))}var i=/(%?)(%([sdijo]))/g;function s(e,...t){if(0===t.length)return e;let n=0,r=e.replace(i,(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 u=class extends Error{constructor(e,...t){super(e),this.message=e,this.name="Invariant Violation",this.message=s(e,...t),function(e){if(!e.stack)return;const t=e.stack.split("\n");t.splice(1,2),e.stack=t.join("\n")}(this)}},c=(e,t,...n)=>{if(!e)throw new u(t,...n)};c.as=(e,t,n,...r)=>{if(!t){const t=0===r.length?n:s(n,...r);let o;try{o=Reflect.construct(e,[t])}catch(n){o=e(t)}throw o}};function l(e,...t){return`[MSW] ${s(e,...t)}`}const d={formatMessage:l,warn:function(e,...t){console.warn(l(e,...t))},error:function(e,...t){console.error(l(e,...t))}};class p extends Error{constructor(e){super(e),this.name="InternalError"}}const h=/[/\\]msw[/\\]src[/\\](.+)/,f=/(node_modules)?[/\\]lib[/\\](core|browser|node|native|iife)[/\\]|^[^/\\]*$/;class g{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=>!(h.test(e)||f.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=g.cache.get(e);if(void 0!==t)return t;const n=e.clone();return g.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 m(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 y(e,t="warn"){const n=new URL(e.url),r=m(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 d.error("Error: %s",a),new p(d.formatMessage('Cannot bypass a request when using the "error" strategy for the "onUnhandledRequest" option.'));case"warn":d.warn("Warning: %s",a);break;case"bypass":break;default:throw new p(d.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 v(){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 b(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),u=e.charCodeAt(n+4);if(5===r&&104===o&&116===a&&116===i&&112===s&&115===u);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 k(e){return e>=97&&e<=122||e>=48&&e<=57||e>127}function _(e){if(e.length>255)return!1;if(0===e.length)return!1;if(!k(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(!k(r)&&45!==r&&95!==r)return!1;n=r}return r-t-1<=63&&45!==n}const w=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 x(e,t,n,r,o){const a=function(e){return void 0===e?w: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=b(e,_(e)):o.hostname=b(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&&!_(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,u=o.publicSuffix,s.slice(0,-u.length-1))),o))));var i,s,u}const E=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}]}]}(),S=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}],u=[1,{gov:e}],c=[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}],g=[0,{notebook:t}],m=[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}],_=[0,{objects:t}],w=[2,{nodes:t}],x=[0,{my:t}],E=[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:E,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:E,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:E,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}],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,"aws-cloud9":R,cloud9:I}],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}],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}],M=[0,{"auth-fips":t}],U=[0,{apps:t}],B=[0,{paas:t}],F=[2,{eu:t}],G=[0,{app:t}],W=[0,{site:t}],V=[1,{com:e,edu:e,net:e,org:e}],H=[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}],ue=[0,{core:[0,{blob:t,file:t,web:t}],servicebus:t}],ce=[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:u,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:u,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:_,rma:_}],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:E,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:x,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:E,s3:t,"s3-accesspoint":t,"s3-deprecated":t,"s3-object-lambda":t,"s3-website":t}],"ca-central-1":L,"ca-west-1":j,"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:E,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:E,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":j,"us-gov-west-1":j,"us-west-1":L,"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":M,"us-gov-west-1":M,"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:U,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:G,"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":W,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:V,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:H}],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":W,"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:U,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:V,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:u,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:W,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:u,ms:[1,{com:e,edu:e,gov:e,net:e,org:e,minisite:t}],mt:V,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:H,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:ue,usgovcloudapp:t,usgovtrafficmanager:t,windows:ue,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:ce,ah:ce,bu:ce,fm:ce,hl:ce,hm:ce,"jan-mayen":ce,mr:ce,nl:ce,nt:ce,of:ce,ol:ce,oslo:ce,rl:ce,sf:ce,st:ce,svalbard:ce,tm:ce,tr:ce,va:ce,vf:ce,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:G,stg:[0,{os:G}]}],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:u,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:u,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:u}],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:H,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:V,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":c,"ap-east-1":c,"ap-northeast-1":c,"ap-northeast-2":c,"ap-northeast-3":c,"ap-south-1":c,"ap-south-2":l,"ap-southeast-1":c,"ap-southeast-2":c,"ap-southeast-3":c,"ap-southeast-4":l,"ap-southeast-5":l,"ca-central-1":c,"ca-west-1":l,"eu-central-1":c,"eu-central-2":l,"eu-north-1":c,"eu-south-1":c,"eu-south-2":l,"eu-west-1":c,"eu-west-2":c,"eu-west-3":c,"il-central-1":l,"me-central-1":l,"me-south-1":c,"sa-east-1":c,"us-east-1":c,"us-east-2":c,"us-west-1":c,"us-west-2":c,"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":m,"eu-central-1":f,"eu-west-1":f,"eu-west-2":f,"us-east-1":m,"us-east-2":m,"us-west-2":m,"af-south-1":h,"ap-east-1":h,"ap-northeast-3":h,"ap-south-2":g,"ap-southeast-3":h,"ap-southeast-4":g,"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:w,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:w,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:w,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:x,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 C(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 R(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=C(o,E,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=C(o,S,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 I={domain:null,domainWithoutSuffix:null,hostname:null,isIcann:null,isIp:null,isPrivate:null,publicSuffix:null,subdomain:null};function T(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 A=["local","example","invalid","localhost","test"],O=["localhost","invalid"],P={allowSpecialUseDomain:!1,ignoreError:!1};function D(e,t={}){t={...P,...t};const n=e.split("."),r=n[n.length-1],o=!!t.allowSpecialUseDomain,a=!!t.ignoreError;if(o&&void 0!==r&&A.includes(r)){if(n.length>1){return`${n[n.length-2]}.${r}`}if(O.includes(r))return r}if(!a&&void 0!==r&&A.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=I).domain=null,n.domainWithoutSuffix=null,n.hostname=null,n.isIcann=null,n.isIp=null,n.isPrivate=null,n.publicSuffix=null,n.subdomain=null,x(e,3,R,t,I).domain}(e,{allowIcannDomains:!0,allowPrivateDomains:!0});if(i)return i}var L=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)")}},j=e=>Object.prototype.toString.call(e),N=(e,t=new WeakSet)=>"object"!=typeof e||null===e?String(e):"function"==typeof e.toString?Array.isArray(e)?((e,t)=>"function"!=typeof e.join?j(e):(t.add(e),e.map(e=>null==e||t.has(e)?"":N(e,t)).join()))(e,t):String(e):j(e),z=e=>N(e);function q(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 M(e,t){return e in t}var U=class extends L{constructor(){super(),this.synchronous=!0,this.idx=Object.create(null)}findCookie(e,t,n,r){const o=q(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=q(r);if(!e)return a.resolve([]);let i;i=t?function(e){for(const n in e)if(T(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=D(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],u=this.idx;return s.forEach(e=>{const t=u[e];t&&i(t)}),a.resolve(o)}putCookie(e,t){const n=q(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=q(r);return delete this.idx[e]?.[t]?.[n],o.resolve(void 0)}removeCookies(e,t,n){const r=q(n),o=this.idx[e];return o&&(t?delete o[t]:delete this.idx[e]),r.resolve(void 0)}removeAllCookies(e){const t=q(e);return this.idx=Object.create(null),t.resolve(void 0)}getAllCookies(e){const t=q(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 B(e){return G(e)&&""!==e}function F(e){return""===e||e instanceof String&&""===e.toString()}function G(e){return"string"==typeof e||e instanceof String}function W(e){return"[object Object]"===j(e)}function V(e,t,n){if(e)return;const r="function"==typeof t?t:void 0;let o="function"==typeof t?n:t;W(o)||(o="[object Object]");const a=new H(z(o));if(!r)throw a;r(a)}var H=class extends Error{},K={SILENT:"silent",STRICT:"strict",DISABLED:"unsafe-disabled"};Object.freeze(K);var $="\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(),Q=new RegExp(`^${$}$`),Y=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 J(e){return new URL(`http://${e}`).hostname}function X(e){if(null==e)return;let t=e.trim().replace(/^\./,"");return Q.test(t)?(t.startsWith("[")||(t="["+t),t.endsWith("]")||(t+="]"),J(t).slice(1,-1)):/[^\u0001-\u007f]/.test(t)?J(t):t.toLowerCase()}var Z=/[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/,ee=0,te=1,ne=2,re=3,oe=4,ae=5,ie=6,se=7,ue=8,ce=9,le=10,de=11;function pe(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 he(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=pe(o,1,2,r);if(void 0===a)return;n[e]=a}return n}}function fe(e){switch(e=String(e).slice(0,3).toLowerCase()){case"jan":return ee;case"feb":return te;case"mar":return ne;case"apr":return re;case"may":return oe;case"jun":return ae;case"jul":return ie;case"aug":return se;case"sep":return ue;case"oct":return ce;case"nov":return le;case"dec":return de;default:return}}function ge(e){if(!e)return;const t=e.split(Z);let n,r,o,a,i,s;for(let e=0;e<t.length;e++){const u=(t[e]??"").trim();if(u.length){if(void 0===o){const e=he(u);if(e){n=e[0],r=e[1],o=e[2];continue}}if(void 0===a){const e=pe(u,1,2,!0);if(void 0!==e){a=e;continue}}if(void 0===i){const e=fe(u);if(void 0!==e){i=e;continue}}if(void 0===s){const e=pe(u,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 me=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,ye=/[\x20-\x3A\x3C-\x7E]+/,ve=/[\x00-\x1F]/,be=["\n","\r","\0"];function ke(e,t){let n,r,o=(e=function(e){if(F(e))return e;for(let t=0;t<be.length;t++){const n=be[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()),ve.test(n)||ve.test(r))return;const a=new Ee;return a.key=n,a.value=r,a}function _e(e){if(!e||F(e))return;let t;if("string"==typeof e)try{t=JSON.parse(e)}catch{return}else t=e;const n=new Ee;return Ee.serializableProperties.forEach(e=>{if(t&&"object"==typeof t&&M(e,t)){const r=t[e];if(void 0===r)return;if(M(e,we)&&r===we[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 we={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},xe=class e{constructor(t={}){this.key=t.key??we.key,this.value=t.value??we.value,this.expires=t.expires??we.expires,this.maxAge=t.maxAge??we.maxAge,this.domain=t.domain??we.domain,this.path=t.path??we.path,this.secure=t.secure??we.secure,this.httpOnly=t.httpOnly??we.httpOnly,this.extensions=t.extensions??we.extensions,this.creation=t.creation??we.creation,this.hostOnly=t.hostOnly??we.hostOnly,this.pathIsDefault=t.pathIsDefault??we.pathIsDefault,this.lastAccessed=t.lastAccessed??we.lastAccessed,this.sameSite=t.sameSite??we.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!==we[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 _e(this.toJSON())}validate(){if(!this.value||!me.test(this.value))return!1;if(!("Infinity"==this.expires||this.expires instanceof Date||ge(this.expires)))return!1;if(null!=this.maxAge&&"Infinity"!==this.maxAge&&("-Infinity"===this.maxAge||this.maxAge<=0))return!1;if(null!=this.path&&!ye.test(this.path))return!1;const e=this.cdomain();if(e){if(e.match(/\.$/))return!1;if(null==D(e))return!1}return!0}setExpires(e){e instanceof Date?this.expires=e:this.expires=ge(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 X(this.domain)}cdomain(){return X(this.domain)}static parse(e,t){return function(e,t){if(F(e)||!G(e))return;const n=(e=e.trim()).indexOf(";"),r=ke(-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=ge(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 _e(e)}};xe.cookiesCreated=0,xe.sameSiteLevel={strict:3,lax:2,none:1},xe.sameSiteCanonical={strict:"Strict",lax:"Lax"},xe.serializableProperties=["key","value","expires","maxAge","domain","path","secure","httpOnly","extensions","hostOnly","pathIsDefault","creation","lastAccessed","sameSite"];var Ee=xe,Se=2147483647e3;function Ce(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():Se)-(t.creation&&t.creation instanceof Date?t.creation.getTime():Se),0!==n||(n=(e.creationIndex||0)-(t.creationIndex||0)),n}var Re=/(?:^(?: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 Ie(e,t,n){if(null==e||null==t)return;let r,o;if(!1!==n?(r=X(e),o=X(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)&&!Re.test(r)))}function Te(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&&(Y.test(o)?function(e){const t=e.split(".");return 4===t.length&&void 0!==t[0]&&127===parseInt(t[0],10)}(o):Q.test(o)?"::1"===o:function(e){const t=e.toLowerCase();return"localhost"===t||function(e){return e.endsWith(".localhost")}(t)}(o))}var Ae={loose:!1,sameSiteContext:void 0,ignoreError:!1,http:!0},Oe={http:!0,expire:!0,allPaths:!1,sameSiteContext:void 0,sort:void 0},Pe='Invalid sameSiteContext option for getCookies(); expected one of "strict", "lax", or "none"';function De(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 H("`url` argument is not a string or URL.");try{return new URL(decodeURI(e))}catch{return new URL(e)}}function Le(e){const t=String(e).toLowerCase();return"none"===t||"lax"===t||"strict"===t?t:void 0}function je(e){const t=e.toLowerCase();switch(t){case K.STRICT:case K.SILENT:case K.DISABLED:return t;default:return K.SILENT}}var Ne=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=je(t?.prefixSecurity??"silent"),this.store=e??new U}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=q(r),a=o.callback;let i;try{if("string"==typeof t&&V(B(t),r,z(n)),i=De(t),"function"==typeof t)return o.reject(new Error("No URL was specified"));if("function"==typeof n&&(n=Ae),V("function"==typeof a,a),!B(e)&&!W(e)&&e instanceof String&&0==e.length)return o.resolve(void 0)}catch(e){return o.reject(e)}const s=X(i.hostname)??null,u=n?.loose||this.enableLooseMode;let c=null;if(n?.sameSiteContext&&(c=Le(n.sameSiteContext),!c))return o.reject(new Error(Pe));if("string"==typeof e||e instanceof String){const t=Ee.parse(e.toString(),{loose:u});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 Ee)){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?D(t,{allowSpecialUseDomain:this.allowSpecialUseDomain,ignoreError:n?.ignoreError}):null)&&!Q.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(!Ie(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&&c&&"none"===c){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===K.SILENT;if(!(this.prefixSecurity===K.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 Ee&&(e.creation=r.creation,e.creationIndex=r.creationIndex,e.lastAccessed=l,p.updateCookie(r,e,o))}else e instanceof Ee&&(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=Oe):void 0===t&&(t=Oe);const r=q(n),o=r.callback;let a;try{"string"==typeof e&&V(B(e),o,e),a=De(e),V(W(t),o,z(t)),V("function"==typeof o,o)}catch(e){return r.reject(e)}const i=X(a.hostname),s=a.pathname||"/",u=Te(e,this.allowSecureOnLocal);let c=0;if(t.sameSiteContext){const e=Le(t.sameSiteContext);if(null==e)return r.reject(new Error(Pe));if(c=Ee.sameSiteLevel[e],!c)return r.reject(new Error(Pe))}const l=t.http??!0,d=Date.now(),p=t.expire??!0,h=t.allPaths??!1,f=this.store;function g(e){if(e.hostOnly){if(e.domain!=i)return!1}else if(!Ie(i??void 0,e.domain??void 0,!1))return!1;if(!h&&"string"==typeof e.path&&!T(s,e.path))return!1;if(e.secure&&!u)return!1;if(e.httpOnly&&!l)return!1;if(c){let t;if(t="lax"===e.sameSite?Ee.sameSiteLevel.lax:"strict"===e.sameSite?Ee.sameSiteLevel.strict:Ee.sameSiteLevel.none,t>c)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(g),"sort"in t&&!1!==t.sort&&(n=n.sort(Ce));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=q(n);return this.getCookies(e,t,function(e,t){e?r.callback(e):r.callback(null,t?.sort(Ce).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=q(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=q(e);let n=this.store.constructor.name;W(n)&&(n=null);const r={version:"tough-cookie@6.0.0",storeType:n,rejectPublicSuffixes:this.rejectPublicSuffixes,enableLooseMode:this.enableLooseMode,allowSpecialUseDomain:this.allowSpecialUseDomain,prefixSecurity:je(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&&M("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=Ee.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=q(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=q(e),n=t.callback,r=this.store;return"function"==typeof r.removeAllCookies&&r.removeAllCookies!==L.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=q(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&&M(e,a)?a[e]:void 0,s=e=>{const t=i(e);return"boolean"==typeof t?t:void 0},u=new e(n,{rejectPublicSuffixes:s("rejectPublicSuffixes"),looseMode:s("enableLooseMode"),allowSpecialUseDomain:s("allowSpecialUseDomain"),prefixSecurity:je((e=>{const t=i(e);return"string"==typeof t?t:void 0})("prefixSecurity")??"silent")});return u._importCookies(a,e=>{e?o.callback(e):o.callback(null,u)}),o.promise}static deserializeSync(t,n){const r="string"==typeof t?JSON.parse(t):t,o=e=>r&&"object"==typeof r&&M(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:je((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
2
|
/*!
|
|
3
3
|
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
4
4
|
* All rights reserved.
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
29
29
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
30
30
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
31
|
-
*/const ze=new class{#e="__msw-cookie-store__";#t;#n;constructor(){v()||c("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
|
|
31
|
+
*/const ze=new class{#e="__msw-cookie-store__";#t;#n;constructor(){v()||c("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 U,this.#n.idx=this.getCookieStoreIndex(),this.#t=new Ne(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=Ee.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 qe,Me,Ue,Be=Object.create,Fe=Object.defineProperty,Ge=Object.getOwnPropertyDescriptor,We=Object.getOwnPropertyNames,Ve=Object.getPrototypeOf,He=Object.prototype.hasOwnProperty,Ke=(e,t)=>function(){return t||(0,e[We(e)[0]])((t={exports:{}}).exports,t),t.exports},$e=Ke({"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"}}}),Qe=Ke({"node_modules/.pnpm/statuses@2.0.2/node_modules/statuses/index.js"(e,t){var n,r,o=$e();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}}}),Ye=(qe=Qe(),Me=1,Ue=null!=qe?Be(Ve(qe)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of We(t))He.call(e,o)||o===n||Fe(e,o,{get:()=>t[o],enumerable:!(r=Ge(t,o))||r.enumerable});return e})(!Me&&qe&&qe.__esModule?Ue:Fe(Ue,"default",{value:qe,enumerable:!0}),qe)),Je=Ye.default||Ye;Je.message;var Xe=Je,Ze=Object.create,et=Object.defineProperty,tt=Object.getOwnPropertyDescriptor,nt=Object.getOwnPropertyNames,rt=Object.getPrototypeOf,ot=Object.prototype.hasOwnProperty,at=((e,t)=>function(){return t||(0,e[nt(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 u={name:i,value:s};return o.forEach(function(e){var t=e.split("="),n=t.shift().trimLeft().toLowerCase(),r=t.join("=");"expires"===n?u.expires=new Date(r):"max-age"===n?u.maxAge=parseInt(r,10):"secure"===n?u.secure=!0:"httponly"===n?u.httpOnly=!0:"samesite"===n?u.sameSite=r:u[n]=r}),u}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 u(){for(;s<e.length&&/\s/.test(e.charAt(s));)s+=1;return s<e.length}function c(){return"="!==(n=e.charAt(s))&&";"!==n&&","!==n}for(;s<e.length;){for(t=s,a=!1;u();)if(","===(n=e.charAt(s))){for(r=s,s+=1,u(),o=s;s<e.length&&c();)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}}}),it=((e,t,n)=>(n=null!=e?Ze(rt(e)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of nt(t))ot.call(e,o)||o===n||et(e,o,{get:()=>t[o],enumerable:!(r=tt(t,o))||r.enumerable});return e})(!t&&e&&e.__esModule?n:et(n,"default",{value:e,enumerable:!0}),e)))(at()),st=/[^a-z0-9\-#$%&'*+.^_`|~]/i;
|
|
32
32
|
/*! Bundled license information:
|
|
33
33
|
|
|
34
34
|
statuses/index.js:
|
|
@@ -38,7 +38,7 @@ statuses/index.js:
|
|
|
38
38
|
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
39
39
|
* MIT Licensed
|
|
40
40
|
*)
|
|
41
|
-
*/function ut(e){if(st.test(e)||""===e.trim())throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()}var ct=[String.fromCharCode(10),String.fromCharCode(13),String.fromCharCode(9),String.fromCharCode(32)],lt=new RegExp(`(^[${ct.join("")}]|$[${ct.join("")}])`,"g");function dt(e){return e.replace(lt,"")}function pt(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||!ht(n))return!1}return!0}function ht(e){return![127,32,"(",")","<",">","@",",",";",":","\\",'"',"/","[","]","?","=","{","}"].includes(e)}function ft(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 gt,mt,yt,vt=Symbol("normalizedHeaders"),bt=Symbol("rawHeaderNames"),kt=class e{constructor(t){if(this[gt]={},this[mt]=new Map,this[yt]="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)})}[(gt=vt,mt=bt,yt=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[vt]).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(!pt(e))throw new TypeError(`Invalid header name "${e}"`);return this[vt].hasOwnProperty(ut(e))}get(e){if(!pt(e))throw TypeError(`Invalid header name "${e}"`);return this[vt][ut(e)]??null}set(e,t){if(!pt(e)||!ft(t))return;const n=ut(e),r=dt(t);this[vt][n]=dt(r),this[bt].set(n,e)}append(e,t){if(!pt(e)||!ft(t))return;const n=ut(e),r=dt(t);let o=this.has(n)?`${this.get(n)}, ${r}`:r;this.set(e,o)}delete(e){if(!pt(e))return;if(!this.has(e))return;const t=ut(e);delete this[vt][t],this[bt].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,it.splitCookiesString)(e)}};const{message:_t}=Xe,wt=Symbol("kSetCookie");function xt(e={}){const t=e?.status||200,n=e?.statusText||_t[t]||"",r=new Headers(e?.headers);return{...e,headers:r,status:t,statusText:n}}async function Et(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 y(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:u}=s;if(!u)return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);if(302===u.status&&"passthrough"===u.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,wt);n&&await ze.setCookie(n,e.url)}(e,u),o.emit("request:match",{request:e,requestId:t});const c=s;return a?.onMockedResponse?.(u,c),o.emit("request:end",{request:e,requestId:t}),u}function St(e){return t=>null!=t&&"object"==typeof t&&"__kind"in t&&t.__kind===e}var Ct=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"}},Rt=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=Rt.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 Ct(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)}},It=Rt;It.defaultMaxListeners=10;class Tt{subscriptions=[];dispose(){let e;for(;e=this.subscriptions.shift();)e()}}class At{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 Ot extends Tt{handlersController;emitter;publicEmitter;events;constructor(...e){super(),c(this.validateHandlers(e),d.formatMessage("Failed to apply given request handlers: invalid input. Did you forget to spread the request handlers Array?")),this.handlersController=new At(e),this.emitter=new It,this.publicEmitter=new It,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){c(this.validateHandlers(e),d.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 Pt=Object.defineProperty,Dt={};function Lt(e){return`[33m${e}[0m`}function jt(e){return`[34m${e}[0m`}function Nt(e){return`[90m${e}[0m`}function zt(e){return`[31m${e}[0m`}function qt(e){return`[32m${e}[0m`}((e,t)=>{for(var n in t)Pt(e,n,{get:t[n],enumerable:!0})})(Dt,{blue:()=>jt,gray:()=>Nt,green:()=>qt,red:()=>zt,yellow:()=>Lt});var Ut=v(),Mt=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=Ht("DEBUG"),n=Ht("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=Kt(n,"debug")?Ft:this.debug,this.info=Kt(n,"info")?Ft:this.info,this.success=Kt(n,"success")?Ft:this.success,this.warning=Kt(n,"warning")?Ft:this.warning,this.error=Kt(n,"error")?Ft:this.error):(this.info=Ft,this.success=Ft,this.warning=Ft,this.error=Ft,this.only=Ft)}prefix;extend(e){return new Mt(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:Nt(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 Bt;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${Nt(`${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:Dt[o?.timestamp||"gray"],prefix:Dt[o?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=r?s.prefix(r):[]).concat($t(n)).join(" "),...a.map($t))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return Gt;case"warning":return Wt;case"error":return Vt}}},Bt=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)}},Ft=()=>{};function Gt(e,...t){Ut?process.stdout.write(s(e,...t)+"\n"):console.log(e,...t)}function Wt(e,...t){Ut?process.stderr.write(s(e,...t)+"\n"):console.warn(e,...t)}function Vt(e,...t){Ut?process.stderr.write(s(e,...t)+"\n"):console.error(e,...t)}function Ht(e){return Ut?process.env[e]:globalThis[e]?.toString()}function Kt(e,t){return void 0!==e&&e!==t}function $t(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}function Qt(e){return globalThis[e]||void 0}let Yt=function(e){return e.INACTIVE="INACTIVE",e.APPLYING="APPLYING",e.APPLIED="APPLIED",e.DISPOSING="DISPOSING",e.DISPOSED="DISPOSED",e}({});var Jt=class{constructor(e){this.symbol=e,this.readyState=Yt.INACTIVE,this.emitter=new It,this.subscriptions=[],this.logger=new Mt(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===Yt.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=Yt.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=Yt.APPLIED);e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState=Yt.APPLIED}setup(){}on(e,t){const n=this.logger.extend("on");return this.readyState===Yt.DISPOSING||this.readyState===Yt.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!==Yt.DISPOSED)if(e.info("disposing the interceptor..."),this.readyState=Yt.DISPOSING,this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",Qt(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=Yt.DISPOSED}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){const e=Qt(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 Xt(e){if("string"==typeof e)return Xt(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 Zt=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 en(e,t){return Object.defineProperties(t,{target:{value:e,enumerable:!0,writable:!0},currentTarget:{value:e,enumerable:!0,writable:!0}}),t}const tn=Symbol("kCancelable"),nn=Symbol("kDefaultPrevented");var rn=class extends MessageEvent{constructor(e,t){super(e,t),this[tn]=!!t.cancelable,this[nn]=!1}get cancelable(){return this[tn]}set cancelable(e){this[tn]=e}get defaultPrevented(){return this[nn]}set defaultPrevented(e){this[nn]=e}preventDefault(){this.cancelable&&!this[nn]&&(this[nn]=!0)}},on=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}},an=class extends on{constructor(e,t={}){super(e,t),this[tn]=!!t.cancelable,this[nn]=!1}get cancelable(){return this[tn]}set cancelable(e){this[tn]=e}get defaultPrevented(){return this[nn]}set defaultPrevented(e){this[nn]=e}preventDefault(){this.cancelable&&!this[nn]&&(this[nn]=!0)}};const sn=Symbol("kEmitter"),un=Symbol("kBoundListener");var cn=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[sn]=new EventTarget,this.transport.addEventListener("outgoing",e=>{const t=en(this.socket,new rn("message",{data:e.data,origin:e.origin,cancelable:!0}));this[sn].dispatchEvent(t),t.defaultPrevented&&e.preventDefault()}),this.transport.addEventListener("close",e=>{this[sn].dispatchEvent(en(this.socket,new on("close",e)))})}addEventListener(e,t,n){if(!Reflect.has(t,un)){const e=t.bind(this.socket);Object.defineProperty(t,un,{value:e,enumerable:!1,configurable:!1})}this[sn].addEventListener(e,Reflect.get(t,un),n)}removeEventListener(e,t,n){this[sn].removeEventListener(e,Reflect.get(t,un),n)}send(e){this.transport.send(e)}close(e,t){this.transport.close(e,t)}};const ln="InvalidAccessError: close code out of user configurable range",dn=Symbol("kPassthroughPromise"),pn=Symbol("kOnSend"),hn=Symbol("kClose");var fn=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=Xt(e),this.protocol="",this.extensions="",this.binaryType="blob",this.readyState=this.CONNECTING,this.bufferedAmount=0,this[dn]=new Zt,queueMicrotask(async()=>{await this[dn]||(this.protocol="string"==typeof t?t:Array.isArray(t)&&t.length>0?t[0]:"",this.readyState===this.CONNECTING&&(this.readyState=this.OPEN,this.dispatchEvent(en(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[pn]?.(e)}))}close(e=1e3,t){c(e,ln),c(1e3===e||e>=3e3&&e<=4999,ln),this[hn](e,t)}[hn](e=1e3,t,n=!0){this.readyState!==this.CLOSING&&this.readyState!==this.CLOSED&&(this.readyState=this.CLOSING,queueMicrotask(()=>{this.readyState=this.CLOSED,this.dispatchEvent(en(this,new on("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 gn=Symbol("kEmitter"),mn=Symbol("kBoundListener"),yn=Symbol("kSend");var vn=class{constructor(e,t,n){this.client=e,this.transport=t,this.createConnection=n,this[gn]=new EventTarget,this.mockCloseController=new AbortController,this.realCloseController=new AbortController,this.transport.addEventListener("outgoing",e=>{void 0!==this.realWebSocket&&queueMicrotask(()=>{e.defaultPrevented||this[yn](e.data)})}),this.transport.addEventListener("incoming",this.handleIncomingMessage.bind(this))}get socket(){return c(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(){c(!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[gn].dispatchEvent(en(this.realWebSocket,new Event("open",e)))},{once:!0}),e.addEventListener("message",e=>{this.transport.dispatchEvent(en(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=en(e,new Event("error",{cancelable:!0}));this[gn].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(en(this.client,new Event("error")))}),this.realWebSocket=e}addEventListener(e,t,n){if(!Reflect.has(t,mn)){const e=t.bind(this.client);Object.defineProperty(t,mn,{value:e,enumerable:!1})}this[gn].addEventListener(e,Reflect.get(t,mn),n)}removeEventListener(e,t,n){this[gn].removeEventListener(e,Reflect.get(t,mn),n)}send(e){this[yn](e)}[yn](e){const{realWebSocket:t}=this;c(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;c(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[gn].dispatchEvent(en(this.realWebSocket,new an("close",{code:1e3,cancelable:!0})))}))}handleIncomingMessage(e){const t=en(e.target,new rn("message",{data:e.data,origin:e.origin,cancelable:!0}));this[gn].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(en(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=en(this.realWebSocket,new an("close",{code:e.code,reason:e.reason,wasClean:e.wasClean,cancelable:!0}));this[gn].dispatchEvent(t),t.defaultPrevented||this.client[hn](e.code,e.reason)}},bn=class extends EventTarget{constructor(e){super(),this.socket=e,this.socket.addEventListener("close",e=>{this.dispatchEvent(en(this.socket,new on("close",e)))}),this.socket[pn]=e=>{this.dispatchEvent(en(this.socket,new rn("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(en(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[hn](e,t)}},kn=class e extends Jt{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 fn(r,o),s=new bn(i);return queueMicrotask(async()=>{try{const e=new vn(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 cn(i,s),server:e,info:{protocols:o}}),t?i[dn].resolve(!1):(i[dn].resolve(!0),e.connect(),e.addEventListener("open",()=>{i.dispatchEvent(en(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[hn](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 _n=new kn;function wn(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 xn(e){return e instanceof Blob?e.size:o(e)&&"byteLength"in e?e.byteLength:new Blob([e]).size}function En(e){return e.length<=24?e:`${e.slice(0,24)}…`}async function Sn(e){if(e instanceof Blob){return`Blob(${En(await e.text())})`}if(o(e)){return`ArrayBuffer(${En((new TextDecoder).decode(e))})`}return En(e)}const Cn="#3b82f6",Rn="#22c55e",In="#ef4444",Tn="#ff6a33";function An(e){const{client:t,server:n}=e;!function(e){const t=m(e.url);console.groupCollapsed(d.formatMessage(`${wn()} %c▶%c ${t}`),`color:${Cn}`,"color:inherit"),console.log("Client:",e.socket),console.groupEnd()}(t),t.addEventListener("message",e=>{!async function(e){const t=xn(e.data),n=await Sn(e.data),r=e.defaultPrevented?"⇡":"⬆";console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c${r}%c ${n} %c${t}%c`),`color:${Rn}`,"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=m(t.url);console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c■%c ${n}`),`color:${Cn}`,"color:inherit"),console.log(e),console.groupEnd()}(e)}),t.socket.addEventListener("error",e=>{!function(e){const t=e.target,n=m(t.url);console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c×%c ${n}`),`color:${Cn}`,"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=xn(e.data),n=await Sn(e.data);console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c⬇%c ${n} %c${t}%c`),`color:${Tn}`,"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=xn(e.data),n=await Sn(e.data),r=e.defaultPrevented?"⇣":"⬇";console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c${r}%c ${n} %c${t}%c`),`color:${In}`,"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=xn(e.data),n=await Sn(e.data);console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c⬆%c ${n} %c${t}%c`),`color:${Tn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(a),Reflect.apply(e,t,r)}})}var On=/(%?)(%([sdijo]))/g;function Pn(e,...t){if(0===t.length)return e;let n=0,r=e.replace(On,(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 Dn=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)}},Ln=(e,t,...n)=>{if(!e)throw new Dn(t,...n)};function jn(){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}Ln.as=(e,t,n,...r)=>{if(!t){const t=0===r.length?n:Pn(n,...r);let o;try{o=Reflect.construct(e,[t])}catch(n){o=e(t)}throw o}};var Nn=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}})}},zn={serviceWorker:{url:"/mockServiceWorker.js",options:null},quiet:!1,waitUntilReady:!0,onUnhandledRequest:"warn",findWorker:(e,t)=>e===t};function qn(e,t,n){return[e.active,e.installing,e.waiting].filter(e=>null!=e).find(e=>n(e.scriptURL,t))||null}var Un=async(e,t={},n)=>{const r=new URL(e,location.href).href;const o=await navigator.serviceWorker.getRegistrations().then(e=>e.filter(e=>qn(e,r,n)));!navigator.serviceWorker.controller&&o.length>0&&location.reload();const[a]=o;if(a)return a.update(),[qn(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[qn(o,r,n),o]});if(i){if(i.message.includes("(404)")){const e=new URL(t?.scope||"/",location.href);throw new Error(d.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(d.formatMessage("Failed to register the Service Worker:\n\n%s",i.message))}return s};function Mn(e={}){if(e.quiet)return;const t=e.message||"Mocking enabled.";console.groupCollapsed(`%c${d.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 Bn(e){if(!["HEAD","GET"].includes(e.method))return e.body}function Fn(e){return new Request(e.url,{...e,body:Bn(e)})}function Gn(){return"undefined"!=typeof navigator&&"serviceWorker"in navigator&&"undefined"!=typeof location&&"file:"!==location.protocol}var Wn=function(){try{const e=new ReadableStream({start:e=>e.close()});return(new MessageChannel).port1.postMessage(e,[e]),!0}catch{return!1}}(),Vn=(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=Fn(n.data),a=o.clone(),i=o.clone();g.cache.set(o,i);try{await Et(o,r,e.getRequestHandlers().filter(St("RequestHandler")),t,e.emitter,{resolutionContext:{quiet:t.quiet},onPassthroughResponse(){n.postMessage("PASSTHROUGH")},async onMockedResponse(r,{handler:o,parsedResult:i}){const s=r.clone(),u=r.clone(),c=function(e){return{status:e.status,statusText:e.statusText,headers:Object.fromEntries(e.headers.entries())}}(r);if(Wn){const e=r.body;n.postMessage("MOCK_RESPONSE",{...c,body:e},e?[e]:void 0)}else{const e=null===r.body?null:await s.arrayBuffer();n.postMessage("MOCK_RESPONSE",{...c,body:e})}t.quiet||e.emitter.once("response:mocked",()=>{o.log({request:a,response:u,parsedResult:i})})}})}catch(e){e instanceof Error&&(d.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 Hn=Symbol("isPatchedModule"),Kn=class e extends Error{constructor(t){super(t),this.name="InterceptorError",Object.setPrototypeOf(this,e.prototype)}},$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 Nn}get#a(){return this.handled}async passthrough(){Ln.as(Kn,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){Ln.as(Kn,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){Ln.as(Kn,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 Qn(e){try{return new URL(e),!0}catch(e){return!1}}function Yn(e,t){const n=Object.getOwnPropertySymbols(t).find(t=>t.description===e);if(n)return Reflect.get(t,n)}var Jn=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||!Qn(e))return;const n=Yn("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=Yn("state",this);e?e.status=r:Object.defineProperty(this,"status",{value:r,enumerable:!0,configurable:!0,writable:!1})}e.setUrl(n.url,this)}},Xn=Symbol("kRawRequest");function Zn(e,t){Reflect.set(e,Xn,t)}var er=Object.defineProperty,tr={};function nr(e){return`[33m${e}[0m`}function rr(e){return`[34m${e}[0m`}function or(e){return`[90m${e}[0m`}function ar(e){return`[31m${e}[0m`}function ir(e){return`[32m${e}[0m`}((e,t)=>{for(var n in t)er(e,n,{get:t[n],enumerable:!0})})(tr,{blue:()=>rr,gray:()=>or,green:()=>ir,red:()=>ar,yellow:()=>nr});var sr=jn(),ur=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=fr("DEBUG"),n=fr("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=gr(n,"debug")?lr:this.debug,this.info=gr(n,"info")?lr:this.info,this.success=gr(n,"success")?lr:this.success,this.warning=gr(n,"warning")?lr:this.warning,this.error=gr(n,"error")?lr:this.error):(this.info=lr,this.success=lr,this.warning=lr,this.error=lr,this.only=lr)}prefix;extend(e){return new ur(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:or(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 cr;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${or(`${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:tr[o?.timestamp||"gray"],prefix:tr[o?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=r?s.prefix(r):[]).concat(mr(n)).join(" "),...a.map(mr))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return dr;case"warning":return pr;case"error":return hr}}},cr=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)}},lr=()=>{};function dr(e,...t){sr?process.stdout.write(Pn(e,...t)+"\n"):console.log(e,...t)}function pr(e,...t){sr?process.stderr.write(Pn(e,...t)+"\n"):console.warn(e,...t)}function hr(e,...t){sr?process.stderr.write(Pn(e,...t)+"\n"):console.error(e,...t)}function fr(e){return sr?process.env[e]:globalThis[e]?.toString()}function gr(e,t){return void 0!==e&&e!==t}function mr(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}var yr=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"}},vr=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=vr.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 yr(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)}},br=vr;br.defaultMaxListeners=10;function kr(e){return globalThis[e]||void 0}var _r=function(e){return e.INACTIVE="INACTIVE",e.APPLYING="APPLYING",e.APPLIED="APPLIED",e.DISPOSING="DISPOSING",e.DISPOSED="DISPOSED",e}({}),wr=class{constructor(e){this.symbol=e,this.readyState=_r.INACTIVE,this.emitter=new br,this.subscriptions=[],this.logger=new ur(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===_r.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=_r.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=_r.APPLIED);e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState=_r.APPLIED}setup(){}on(e,t){const n=this.logger.extend("on");return this.readyState===_r.DISPOSING||this.readyState===_r.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!==_r.DISPOSED)if(e.info("disposing the interceptor..."),this.readyState=_r.DISPOSING,this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",kr(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=_r.DISPOSED}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){const e=kr(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 xr(){return Math.random().toString(16).slice(2)}var Er=new TextEncoder;var Sr=class e extends wr{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 Cr=e=>function(t,n){const r=(async()=>{e.workerChannel.removeAllListeners(),e.workerChannel.on("REQUEST",Vn(e,t)),e.workerChannel.on("RESPONSE",function(e){return t=>{const n=t.data,r=Fn(n.request);if(n.response.type?.includes("opaque"))return;const o=0===n.response.status?Response.error():new Jn(Jn.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 Un(t.serviceWorker.url,t.serviceWorker.options,t.findWorker),[o,a]=r;if(!o){const e=n?.findWorker?d.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):d.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 Nn;return e.workerChannel.postMessage("INTEGRITY_CHECK_REQUEST"),e.workerChannel.once("INTEGRITY_CHECK_RESPONSE",e=>{const{checksum:n,packageVersion:r}=e.data;"4db4a41e972cec1b64cc569c66952d82"!==n&&d.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=>{d.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)||d.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 Nn;r.addEventListener("statechange",()=>{"activated"===r.state&&e.resolve()}),await e}return await function(e,t){const n=new Nn;return e.workerChannel.postMessage("MOCK_ACTIVATE"),e.workerChannel.once("MOCKING_ENABLED",async r=>{e.isMockingEnabled=!0;const o=await e.workerPromise;Mn({quiet:t.quiet,workerScope:e.registration?.scope,workerUrl:o.scriptURL,client:r.data.client}),n.resolve(!0)}),n}(e,t).catch(e=>{throw d.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},Rr=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.#u(e,e=>e.push(t))}prepend(e,t){this.#i.unshift([e,t]),this.#u(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())}#u(e,t){t(this.#s.get(e)||this.#s.set(e,[]).get(e))}},Ir=Symbol("kDefaultPrevented"),Tr=Symbol("kPropagationStopped"),Ar=Symbol("kImmediatePropagationStopped"),Or=class extends MessageEvent{#c;[Ir];[Tr];[Ar];constructor(...e){super(e[0],e[1]),this[Ir]=!1}get defaultPrevented(){return this[Ir]}preventDefault(){super.preventDefault(),this[Ir]=!0}stopImmediatePropagation(){super.stopImmediatePropagation(),this[Ar]=!0}},Pr=Symbol("kListenerOptions"),Dr=class{#l;constructor(){this.#l=new Rr}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[Tr]&&n.event[Tr]!==this)return n.revoke(),!1;if(n.event[Ar])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[Tr]&&n.event[Tr]!==this)return n.revoke(),[];if(n.event[Ar])break;const e=await Promise.resolve(this.#f(n.event,r));this.#g(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[Tr]&&t.event[Tr]!==this)return void t.revoke();if(t.event[Ar])break;const e=this.#f(t.event,n);this.#g(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,Pr,{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[Tr]=this,Reflect.apply(t,n,r))}),{event:e,revoke(){e.stopPropagation=t}}}#f(e,t){const n=t.call(this,e);if(t[Pr]?.once){const n=this.#g(t)?"*":e.type;this.#l.delete(n,t)}return n}*#h(e){for(const[t,n]of this.#l)"*"!==t&&t!==e||(yield n)}#g(e){return this.#l.get("*").includes(e)}},Lr=Gn(),jr=class extends Or{#m;constructor(e){super(e.data.type,{data:e.data.payload}),this.#m=e}get ports(){return this.#m.ports}postMessage(e,...t){this.#m.ports[0].postMessage({type:e,data:t[0]},{transfer:t[1]})}},Nr=class extends Dr{constructor(e){super(),this.options=e,Lr&&navigator.serviceWorker.addEventListener("message",async e=>{const t=await this.options.worker;null!=e.source&&e.source!==t||e.data&&o(e.data)&&"type"in e.data&&this.emit(new jr(e))})}postMessage(e){Ln(Lr,"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 zr(e,t,...n){const r=e.listeners(t);if(0!==r.length)for(const t of r)await t.apply(e,n)}function qr(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 Ur=async e=>{try{return{error:null,data:await e().catch(e=>{throw e})}}catch(e){return{error:e,data:null}}};function Mr(e,t=!1){return t?Object.prototype.toString.call(e).startsWith("[object "):"[object Object]"===Object.prototype.toString.call(e)}function Br(e,t){try{return e[t],!0}catch{return!1}}function Fr(e){return null!=e&&e instanceof Response&&Br(e,"type")&&"error"===e.type}async function Gr(e){const t=async t=>{return t instanceof Error?(await e.controller.errorWith(t),!0):Fr(t)?(await e.controller.respondWith(t),!0):Mr(n=t,!0)&&Br(n,"status")&&Br(n,"statusText")&&Br(n,"bodyUsed")?(await e.controller.respondWith(t),!0):!!Mr(t)&&(await e.controller.errorWith(t),!0);var n},n=async n=>{if(n instanceof Kn)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 Nn;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 Ur(async()=>{const t=zr(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===$n.PENDING?await e.controller.passthrough():e.controller.handled;if(await n(o.error))return;if(e.emitter.listenerCount("unhandledException")>0){const n=new $n(e.request,{passthrough(){},async respondWith(e){await t(e)},async errorWith(t){await e.controller.errorWith(t)}});if(await zr(e.emitter,"unhandledException",{error:o.error,request:e.request,requestId:e.requestId,controller:n}),n.readyState!==$n.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 Wr(e){return Object.assign(new TypeError("Failed to fetch"),{cause:e})}var Vr=["content-encoding","content-language","content-location","content-type","content-length"],Hr=Symbol("kRedirectCount");function Kr(e,t){return e.origin===t.origin&&"null"===e.origin||e.protocol===t.protocol&&e.hostname===t.hostname&&e.port===t.port}var $r=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)}})}},Qr=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 Yr(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 Qr(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 $r):(e.length=0,e),[]))}(e.headers.get("content-encoding")||"");return t?(e.body.pipeTo(t.writable),t.readable):null}var Jr=class e extends wr{static{this.symbol=Symbol("fetch")}constructor(){super(e.symbol)}checkEnvironment(){return qr("fetch")}async setup(){const e=globalThis.fetch;Ln(!e[Hn],'Failed to patch the "fetch" module: already patched.'),globalThis.fetch=async(t,n)=>{const r=xr(),o="string"!=typeof t||"undefined"==typeof location||Qn(t)?t:new URL(t,location.href),a=new Request(o,n);t instanceof Request&&Zn(a,t);const i=new Nn,s=new $n(a,{passthrough:async()=>{this.logger.info("request has not been handled, passthrough...");const t=a.clone(),{error:n,data:o}=await Ur(()=>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 zr(this.emitter,"response",{response:e,isMockedResponse:!1,request:t,requestId:r})}i.resolve(o)},respondWith:async e=>{if(Fr(e))return this.logger.info("request has errored!",{response:e}),void i.reject(Wr(e));this.logger.info("received mocked response!",{rawResponse:e});const t=Yr(e),n=null===t?e:new Jn(t,e);if(Jn.setUrl(a.url,n),Jn.isRedirectResponse(n.status)){if("error"===a.redirect)return void i.reject(Wr("unexpected redirect"));if("follow"===a.redirect)return void async function(e,t){if(303!==t.status&&null!=e.body)return Promise.reject(Wr());const n=new URL(e.url);let r;try{r=new URL(t.headers.get("location"),e.url)}catch(e){return Promise.reject(Wr(e))}if("http:"!==r.protocol&&"https:"!==r.protocol)return Promise.reject(Wr("URL scheme must be a HTTP(S) scheme"));if(Reflect.get(e,Hr)>20)return Promise.reject(Wr("redirect count exceeded"));if(Object.defineProperty(e,Hr,{value:(Reflect.get(e,Hr)||0)+1}),"cors"===e.mode&&(r.username||r.password)&&!Kr(n,r))return Promise.reject(Wr('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,Vr.forEach(t=>{e.headers.delete(t)})),Kr(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 zr(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 Gr({request:a,requestId:r,emitter:this.emitter,controller:s}),i},Object.defineProperty(globalThis.fetch,Hn,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis.fetch,Hn,{value:void 0}),globalThis.fetch=e,this.logger.info('restored native "globalThis.fetch"!',globalThis.fetch.name)})}};var Xr=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(){}},Zr=class extends Xr{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}},eo="undefined"!=typeof ProgressEvent;function to(e,t){if(!(t in e))return null;if(Object.prototype.hasOwnProperty.call(e,t))return e;const n=Reflect.getPrototypeOf(e);return n?to(n,t):null}function no(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=to(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 ro(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 oo(e){const t=e.headers.get("content-length");return null!=t&&""!==t?Number(t):(await e.arrayBuffer()).byteLength}var ao=Symbol("kIsRequestHandled"),io=jn(),so=Symbol("kFetchRequest"),uo=class{constructor(e,t){this.initialRequest=e,this.logger=t,this.method="GET",this.url=null,this[ao]=!1,this.events=new Map,this.uploadEvents=new Map,this.requestId=xr(),this.requestHeaders=new Headers,this.responseBuffer=new Uint8Array,this.request=no(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=co(e)):(this.method=e,this.url=co(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 Jn(Jn.isResponseWithBody(e.status)?t:null,{url:e.responseURL,status:e.status,statusText:e.statusText,headers:ro(e.getAllResponseHeaders())})}(this.request,this.request.response);this.onResponse.call(this,{response:e,isMockedResponse:this[ao],request:a,requestId:this.requestId})}});const o="string"==typeof e?(r=e,Er.encode(r)):e,a=this.toFetchApiRequest(o);this[so]=a.clone(),queueMicrotask(()=>{(this.onRequest?.call(this,{request:a,requestId:this.requestId})||Promise.resolve()).finally(()=>{if(!this[ao])return this.logger.info("request callback settled but request has not been handled (readystate %d), performing as-is...",this.request.readyState),io&&this.request.setRequestHeader("x-interceptors-internal-request-id",this.requestId),n()})});break}default:return n()}var r}}),lo(this.request,"upload",no(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[ao]=!0,this[so]){const e=await oo(this[so]);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),lo(this.request,"status",e.status),lo(this.request,"statusText",e.statusText),lo(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 oo(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(Ln(""===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(Ln(""===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[ao]=!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?(lo(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=eo?ProgressEvent:Zr;return["error","progress","loadstart","loadend","load","timeout","abort"].includes(t)?new r(t,{lengthComputable:!0,loaded:n?.loaded||0,total:n?.total||0}):new Xr(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 lo(n,"headers",no(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()}})),Zn(n,this.request),this.logger.info("converted request to a Fetch API Request!",n),n}};function co(e){return"undefined"==typeof location?new URL(e):new URL(e.toString(),location.href)}function lo(e,t,n){Reflect.defineProperty(e,t,{writable:!0,enumerable:!0,value:n})}var po=class e extends wr{static{this.interceptorSymbol=Symbol("xhr")}constructor(){super(e.interceptorSymbol)}checkEnvironment(){return qr("XMLHttpRequest")}setup(){const e=this.logger.extend("setup");e.info('patching "XMLHttpRequest" module...');const t=globalThis.XMLHttpRequest;Ln(!t[Hn],'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 uo(a,t);return s.onRequest=async function({request:t,requestId:n}){const r=new $n(t,{passthrough:()=>{this.logger.info("no mocked response received, performing request as-is...")},respondWith:async e=>{Fr(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 Gr({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,Hn,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis.XMLHttpRequest,Hn,{value:void 0}),globalThis.XMLHttpRequest=t,e.info('native "XMLHttpRequest" module restored!',globalThis.XMLHttpRequest.name)})}};var ho=class extends Ot{context;constructor(...e){super(...e),Ln(!jn(),d.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 Nn;return{isMockingEnabled:!1,startOptions:null,workerPromise:e,registration:void 0,getRequestHandlers:()=>this.handlersController.currentHandlers(),emitter:this.emitter,workerChannel:new Nr({worker:e})}}async start(e={}){if("waitUntilReady"in e&&d.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 d.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=a(zn,e),function(e){_n.on("connection",async t=>{const n=e.getHandlers().filter(St("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 y(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||An(e)},onPassthroughConnection(){}}),_n.apply(),this.subscriptions.push(()=>{_n.dispose()}),!Gn()){const e=function(e,t){const n=new Sr({name:"fallback",interceptors:[new Jr,new po]});return n.on("request",async({request:n,requestId:r,controller:o})=>{const a=n.clone(),i=await Et(n,r,e.getRequestHandlers().filter(St("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 Mn({message:"Mocking enabled (fallback mode).",quiet:this.context.startOptions.quiet})}const t=Cr(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(),Gn()&&(this.context.workerChannel.removeAllListeners("RESPONSE"),window.clearInterval(this.context.keepAliveInterval)),window.postMessage({type:"msw/worker:stop"}),function(e={}){e.quiet||console.log(`%c${d.formatMessage("Mocking disabled.")}`,"color:orangered;font-weight:bold;")}({quiet:this.context.startOptions?.quiet})):d.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:fo}=Xe;function go(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 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),r=t.prefixes,o=void 0===r?"./":r,a=t.delimiter,i=void 0===a?"/#?":a,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 r=n[c],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(yo(i),"]+?"):"(?:(?!".concat(yo(n),")[^").concat(yo(i),"])+?")};c<n.length;){var g=d("CHAR"),m=d("NAME"),y=d("PATTERN");if(m||y){var v=g||"";-1===o.indexOf(v)&&(l+=v,v=""),l&&(s.push(l),l=""),s.push({name:m||u++,prefix:v,suffix:"",pattern:y||f(v),modifier:d("MODIFIER")||""})}else{var b=g||d("ESCAPED_CHAR");if(b)l+=b;else if(l&&(s.push(l),l=""),d("OPEN")){v=h();var k=d("NAME")||"",_=d("PATTERN")||"",w=h();p("CLOSE"),s.push({name:k||(_?u++:""),pattern:k&&!_?f(v):_,prefix:v,suffix:w,modifier:d("MODIFIER")||""})}else p("END")}}return s}function mo(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),u=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)},c=1;c<r.length;c++)u(c);return{path:a,index:i,params:s}}}(ko(e,n,t),n,t)}function yo(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function vo(e){return e&&e.sensitive?"":"i"}function bo(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,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,f="[".concat(yo(void 0===h?"":h),"]|$"),g="[".concat(yo(p),"]"),m=i?"^":"",y=0,v=e;y<v.length;y++){var b=v[y];if("string"==typeof b)m+=yo(l(b));else{var k=yo(l(b.prefix)),_=yo(l(b.suffix));if(b.pattern)if(t&&t.push(b),k||_)if("+"===b.modifier||"*"===b.modifier){var w="*"===b.modifier?"?":"";m+="(?:".concat(k,"((?:").concat(b.pattern,")(?:").concat(_).concat(k,"(?:").concat(b.pattern,"))*)").concat(_,")").concat(w)}else m+="(?:".concat(k,"(").concat(b.pattern,")").concat(_,")").concat(b.modifier);else{if("+"===b.modifier||"*"===b.modifier)throw new TypeError('Can not repeat "'.concat(b.name,'" without a prefix and suffix'));m+="(".concat(b.pattern,")").concat(b.modifier)}else m+="(?:".concat(k).concat(_,")").concat(b.modifier)}}if(u)o||(m+="".concat(g,"?")),m+=n.endsWith?"(?=".concat(f,")"):"$";else{var x=e[e.length-1],E="string"==typeof x?g.indexOf(x[x.length-1])>-1:void 0===x;o||(m+="(?:".concat(g,"(?=").concat(f,"))?")),E||(m+="(?=".concat(g,"|").concat(f,")"))}return new RegExp(m,vo(n))}(go(e,n),t,n)}function ko(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 ko(e,t,n).source});return new RegExp("(?:".concat(r.join("|"),")"),vo(n))}(e,t,n):bo(e,t,n)}var _o=class e extends Error{constructor(t){super(t),this.name="InterceptorError",Object.setPrototypeOf(this,e.prototype)}};function wo(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 Zt}get#a(){return this.handled}async passthrough(){c.as(_o,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){c.as(_o,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){c.as(_o,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 xo=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=wo("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=wo("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 Eo=/[?|#].*$/g;function So(e){return e.endsWith("?")?e:e.replace(Eo,"")}function Co(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 So(n)}function Ro(e,t,n){const r=Co(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=mo(o,{decode:decodeURIComponent})(a);return{matches:!1!==i,params:i&&i.params||{}}}var Io=Object.create,To=Object.defineProperty,Ao=Object.getOwnPropertyDescriptor,Oo=Object.getOwnPropertyNames,Po=Object.getPrototypeOf,Do=Object.prototype.hasOwnProperty,Lo=((e,t)=>function(){return t||(0,e[Oo(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||c;let a=0;do{const t=e.indexOf("=",a);if(-1===t)break;const i=e.indexOf(";",a),c=-1===i?r:i;if(t>c){a=e.lastIndexOf(";",t-1)+1;continue}const l=s(e,a,t),d=u(e,t,l),p=e.slice(l,d);if(void 0===n[p]){let r=s(e,t+1,c),a=u(e,c,r);const i=o(e.slice(r,a));n[p]=i}a=c+1}while(a<r);return n},e.serialize=function(e,i,s){const u=s?.encode||encodeURIComponent;if(!t.test(e))throw new TypeError(`argument name is invalid: ${e}`);const c=u(i);if(!n.test(c))throw new TypeError(`argument val is invalid: ${i}`);let l=e+"="+c;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 u(e,t,n){for(;t>n;){const n=e.charCodeAt(--t);if(32!==n&&9!==n)return t+1}return n}function c(e){if(-1===e.indexOf("%"))return e;try{return decodeURIComponent(e)}catch(t){return e}}}}),jo=((e,t,n)=>(n=null!=e?Io(Po(e)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of Oo(t))Do.call(e,o)||o===n||To(e,o,{get:()=>t[o],enumerable:!(r=Ao(t,o))||r.enumerable});return e})(!t&&e&&e.__esModule?n:To(n,"default",{value:e,enumerable:!0}),e)))(Lo(),1),No=jo.default||jo,zo=No.parse,qo=No.serialize;function Uo(e){const t=zo(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[e]);return n}function Mo(){return Uo(document.cookie)}function Bo(e){const t=e.headers.get("cookie"),n=t?Uo(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?Mo():{}}case"include":return Mo();default:return{}}}(e);for(const t in r)e.headers.append("cookie",qo(t,r[t]));const o=ze.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 Fo=(e=>(e.HEAD="HEAD",e.GET="GET",e.POST="POST",e.PUT="PUT",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.DELETE="DELETE",e))(Fo||{});class Go extends g{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;So(t)!==t&&d.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=Bo(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?Ro(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=m(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||fo[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(d.formatMessage(`${wn()} ${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 Wo(e){return(t,n,r={})=>new Go(e,t,n,r)}const Vo={all:Wo(/.+/),head:Wo(Fo.HEAD),get:Wo(Fo.GET),post:Wo(Fo.POST),put:Wo(Fo.PUT),delete:Wo(Fo.DELETE),patch:Wo(Fo.PATCH),options:Wo(Fo.OPTIONS)},Ho=Symbol("bodyType");class Ko extends xo{[Ho]=null;constructor(e,t){const n=xt(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,wt,{value:n,enumerable:!1,writable:!1}),"undefined"!=typeof document)){const e=kt.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=xt(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 Ko(e,n)}static json(e,t){const n=xt(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 Ko(r,n)}static xml(e,t){const n=xt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/xml"),new Ko(e,n)}static html(e,t){const n=xt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/html"),new Ko(e,n)}static arrayBuffer(e,t){const n=xt(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 Ko(e,n)}static formData(e,t){return new Ko(e,xt(t))}}c("undefined"!=typeof URL,d.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 $o,Qo={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},Yo={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:{}},Jo={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:{}},Xo={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:{}},Zo=[{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:""}],ea={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}]},ta=[Vo.post("https://dev.y.uno/dashboard-bff/api/payments/lazy",function(){return Ko.json(Qo)}),Vo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/a6d708a9-0227-44eb-a044-0738b644d0fb",function(){return Ko.json(Yo)}),Vo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/240622a6-654d-44de-ae61-b718afeeb78f",function(){return Ko.json(Jo)}),Vo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/98855a76-4a79-4d2e-9a0a-876a1541a95e",function(){return Ko.json(Xo)}),Vo.get("https://dev.y.uno/dashboard-bff/api/transactions/by-payment/:id/history",function(){return Ko.json(Zo)}),Vo.get("https://dev.y.uno/dashboard-bff/api/payments/:id/transactions/details",function(){return Ko.json(ea)})],na={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}}},ra={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}}},oa={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"}($o||($o={}));var aa={sales_volume_metric_group:oa.sales_volume_metric_group,total_payments:oa.total_payments},ia=Vo.get("/api/insights/overview-metrics",function(){return Ko.json(aa)}),sa=[Vo.get("/api/v3/insights/overview-metrics/".concat($o.GENERAL),function(){return Ko.json({sales_volume_metric_group:aa.sales_volume_metric_group})}),Vo.get("/api/v3/insights/overview-metrics/".concat($o.LATENCY),function(){return Ko.json({latency_metrics:{average_response_time:250,distribution:[{key:"2025-04-01",value:200},{key:"2025-04-02",value:300}]}})}),Vo.get("/api/v3/insights/overview-metrics/".concat($o.STATUS),function(){return Ko.json({status_metrics:{success_rate:95,distribution:[{key:"2025-04-01",value:98},{key:"2025-04-02",value:92}]}})}),Vo.get("/api/v3/insights/overview-metrics/".concat($o.SUBSCRIPTIONS),function(){return Ko.json({subscription_metrics:{active_subscriptions:1e3,distribution:[{key:"2025-04-01",value:950},{key:"2025-04-02",value:1050}]}})})],ua=e.__spreadArray([ia],sa,!0),ca=e.__spreadArray([Vo.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview",function(){return Ko.json(na)}),Vo.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview-fraud-3ds",function(){return Ko.json(ra)}),Vo.get("*/dialogs",function(){return Ko.json({})}),Vo.get("*/accounts/webhooks/:accountCode",function(){return Ko.json({})}),Vo.get("*/accounts/webhooks/params-catalog",function(){return Ko.json({})}),Vo.get("*/accounts/webhooks-v2/:accountCode",function(){return Ko.json({})})],ua,!0),la={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"}},da={total:100,page:1,page_size:10,total_pages:10},pa={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"},ha={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"},fa={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"}}},ga=la,ma={data:[pa,e.__assign(e.__assign({},pa),{authorization_code:"AUTH456",provider_id:"paypal"})],pagination:da},ya=e.__assign(e.__assign({},la),{total:{transactions:20,amount_local:5e3,amount_usd:5e3,currency_code_local:"USD"}}),va={data:[e.__assign(e.__assign({},pa),{reconciliation_status:"STATUS_CONFLICT"})],pagination:e.__assign(e.__assign({},da),{total:20,total_pages:2})},ba=e.__assign(e.__assign({},la),{total:{transactions:10,amount_local:2500,amount_usd:2500,currency_code_local:"USD"}}),ka={data:[e.__assign(e.__assign({},pa),{reconciliation_status:"AMOUNT_CONFLICT"})],pagination:e.__assign(e.__assign({},da),{total:10,total_pages:1})},_a={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"}},wa=e.__assign(e.__assign({},la),{total:{transactions:55,amount_local:14500,amount_usd:14500,currency_code_local:"USD"}}),xa={data:[e.__assign(e.__assign({},pa),{reconciliation_status:"DATE_CONFLICT"})],pagination:e.__assign(e.__assign({},da),{total:55,total_pages:6})},Ea={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"}},Sa=e.__assign(e.__assign({},la),{total:{transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}}),Ca={data:[e.__assign(e.__assign({},ha),{fee_status:"MISMATCH"}),e.__assign(e.__assign({},ha),{transaction_id:"TXN456",fee_status:"MISMATCH"})],pagination:e.__assign(e.__assign({},da),{total:15,total_pages:2})},Ra={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}]},Ia={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"}},Ta=e.__assign(e.__assign({},la),{total:{transactions:800,amount_local:16e4,amount_usd:16e4,currency_code_local:"USD"}}),Aa={data:[ha],pagination:e.__assign(e.__assign({},da),{total:800,total_pages:80})},Oa={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"}},Pa=e.__assign(e.__assign({},la),{total:{transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}}),Da={data:[e.__assign(e.__assign({},{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:e.__assign(e.__assign({},da),{total:25,total_pages:3})},La={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}]},ja="*/reconciliations/insights",Na=[Vo.post("".concat(ja,"/conflicts/summary"),function(){return Ko.json(fa)}),Vo.post("".concat(ja,"/not-reconciled/aggregators"),function(){return Ko.json(ga)}),Vo.post("".concat(ja,"/not-reconciled/list"),function(){return Ko.json(ma)}),Vo.post("".concat(ja,"/status-conflict/aggregators"),function(){return Ko.json(ya)}),Vo.post("".concat(ja,"/status-conflict/list"),function(){return Ko.json(va)}),Vo.post("".concat(ja,"/amount-conflict/aggregators"),function(){return Ko.json(ba)}),Vo.post("".concat(ja,"/amount-conflict/list"),function(){return Ko.json(ka)}),Vo.post("".concat(ja,"/conflict-date/summary"),function(){return Ko.json(_a)}),Vo.post("".concat(ja,"/conflict-date/aggregators"),function(){return Ko.json(wa)}),Vo.post("".concat(ja,"/conflict-date/list"),function(){return Ko.json(xa)}),Vo.post("".concat(ja,"/incorrect-fees/summary"),function(){return Ko.json(Ea)}),Vo.post("".concat(ja,"/incorrect-fees/aggregators"),function(){return Ko.json(Sa)}),Vo.post("".concat(ja,"/incorrect-fees/list"),function(){return Ko.json(Ca)}),Vo.post("".concat(ja,"/fees-charged/summary"),function(){return Ko.json(Ra)}),Vo.post("".concat(ja,"/reconciled/summary"),function(){return Ko.json(Ia)}),Vo.post("".concat(ja,"/reconciled/aggregators"),function(){return Ko.json(Ta)}),Vo.post("".concat(ja,"/reconciled/list"),function(){return Ko.json(Aa)}),Vo.post("".concat(ja,"/not-confirm/summary"),function(){return Ko.json(Oa)}),Vo.post("".concat(ja,"/not-confirm/aggregators"),function(){return Ko.json(Pa)}),Vo.post("".concat(ja,"/not-confirm/list"),function(){return Ko.json(Da)}),Vo.post("".concat(ja,"/amount-to-be-settled/summary"),function(){return Ko.json(La)})],za=[{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"}],qa={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"},Ua={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"},Ma={deleted:!0},Ba=[Vo.get("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",function(){return Ko.json(za)}),Vo.post("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",function(){return Ko.json(qa)}),Vo.patch("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",function(){return Ko.json(Ua)}),Vo.delete("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",function(){return Ko.json(Ma)})],Fa=e.__spreadArray(e.__spreadArray(e.__spreadArray(e.__spreadArray([],ta,!0),ca,!0),Na,!0),Ba,!0),Ga=function(...e){return new ho(...e)}.apply(void 0,Fa),Wa="MSW_ENABLED";function Va(e){e?(localStorage.setItem(Wa,"true"),console.info("MSW enabled. Reload the page to activate the mocks.")):(localStorage.removeItem(Wa),console.info("MSW disabled. Reload the page to disable the mocks.")),window.location.reload()}function Ha(){return"true"===localStorage.getItem(Wa)}function Ka(e,t){return function(){return e.apply(t,arguments)}}"undefined"!=typeof window&&(window.enableMSW=function(){return Va(!0)},window.disableMSW=function(){return Va(!1)},window.isMSWEnabled=Ha);const{toString:$a}=Object.prototype,{getPrototypeOf:Qa}=Object,{iterator:Ya,toStringTag:Ja}=Symbol,Xa=(Za=Object.create(null),e=>{const t=$a.call(e);return Za[t]||(Za[t]=t.slice(8,-1).toLowerCase())});var Za;const ei=e=>(e=e.toLowerCase(),t=>Xa(t)===e),ti=e=>t=>typeof t===e,{isArray:ni}=Array,ri=ti("undefined");function oi(e){return null!==e&&!ri(e)&&null!==e.constructor&&!ri(e.constructor)&&si(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ai=ei("ArrayBuffer");const ii=ti("string"),si=ti("function"),ui=ti("number"),ci=e=>null!==e&&"object"==typeof e,li=e=>{if("object"!==Xa(e))return!1;const t=Qa(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Ja in e||Ya in e)},di=ei("Date"),pi=ei("File"),hi=ei("Blob"),fi=ei("FileList"),gi=ei("URLSearchParams"),[mi,yi,vi,bi]=["ReadableStream","Request","Response","Headers"].map(ei);function ki(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),ni(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{if(oi(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 _i(e,t){if(oi(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 wi="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,xi=e=>!ri(e)&&e!==wi;const Ei=(e=>t=>e&&t instanceof e)("undefined"!=typeof Uint8Array&&Qa(Uint8Array)),Si=ei("HTMLFormElement"),Ci=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Ri=ei("RegExp"),Ii=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};ki(n,(n,o)=>{let a;!1!==(a=t(n,o,e))&&(r[o]=a||n)}),Object.defineProperties(e,r)};const Ti=ei("AsyncFunction"),Ai=(Oi="function"==typeof setImmediate,Pi=si(wi.postMessage),Oi?setImmediate:Pi?(Di=`axios@${Math.random()}`,Li=[],wi.addEventListener("message",({source:e,data:t})=>{e===wi&&t===Di&&Li.length&&Li.shift()()},!1),e=>{Li.push(e),wi.postMessage(Di,"*")}):e=>setTimeout(e));var Oi,Pi,Di,Li;const ji="undefined"!=typeof queueMicrotask?queueMicrotask.bind(wi):"undefined"!=typeof process&&process.nextTick||Ai;var Ni={isArray:ni,isArrayBuffer:ai,isBuffer:oi,isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||si(e.append)&&("formdata"===(t=Xa(e))||"object"===t&&si(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&ai(e.buffer),t},isString:ii,isNumber:ui,isBoolean:e=>!0===e||!1===e,isObject:ci,isPlainObject:li,isEmptyObject:e=>{if(!ci(e)||oi(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:mi,isRequest:yi,isResponse:vi,isHeaders:bi,isUndefined:ri,isDate:di,isFile:pi,isBlob:hi,isRegExp:Ri,isFunction:si,isStream:e=>ci(e)&&si(e.pipe),isURLSearchParams:gi,isTypedArray:Ei,isFileList:fi,forEach:ki,merge:function e(){const{caseless:t,skipUndefined:n}=xi(this)&&this||{},r={},o=(o,a)=>{if("__proto__"===a||"constructor"===a||"prototype"===a)return;const i=t&&_i(r,a)||a;li(r[i])&&li(o)?r[i]=e(r[i],o):li(o)?r[i]=e({},o):ni(o)?r[i]=o.slice():n&&ri(o)||(r[i]=o)};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&ki(arguments[e],o);return r},extend:(e,t,n,{allOwnKeys:r}={})=>(ki(t,(t,r)=>{n&&si(t)?Object.defineProperty(e,r,{value:Ka(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&&Qa(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:Xa,kindOfTest:ei,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(ni(e))return e;let t=e.length;if(!ui(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Ya]).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:Si,hasOwnProperty:Ci,hasOwnProp:Ci,reduceDescriptors:Ii,freezeMethods:e=>{Ii(e,(t,n)=>{if(si(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];si(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 ni(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:_i,global:wi,isContextDefined:xi,isSpecCompliantForm:function(e){return!!(e&&si(e.append)&&"FormData"===e[Ja]&&e[Ya])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(ci(e)){if(t.indexOf(e)>=0)return;if(oi(e))return e;if(!("toJSON"in e)){t[r]=e;const o=ni(e)?[]:{};return ki(e,(e,t)=>{const a=n(e,r+1);!ri(a)&&(o[t]=a)}),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:Ti,isThenable:e=>e&&(ci(e)||si(e))&&si(e.then)&&si(e.catch),setImmediate:Ai,asap:ji,isIterable:e=>null!=e&&si(e[Ya])};class zi extends Error{static from(e,t,n,r,o,a){const i=new zi(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:Ni.toJSONObject(this.config),code:this.code,status:this.status}}}zi.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",zi.ERR_BAD_OPTION="ERR_BAD_OPTION",zi.ECONNABORTED="ECONNABORTED",zi.ETIMEDOUT="ETIMEDOUT",zi.ERR_NETWORK="ERR_NETWORK",zi.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",zi.ERR_DEPRECATED="ERR_DEPRECATED",zi.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",zi.ERR_BAD_REQUEST="ERR_BAD_REQUEST",zi.ERR_CANCELED="ERR_CANCELED",zi.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",zi.ERR_INVALID_URL="ERR_INVALID_URL";var qi=zi;function Ui(e){return Ni.isPlainObject(e)||Ni.isArray(e)}function Mi(e){return Ni.endsWith(e,"[]")?e.slice(0,-2):e}function Bi(e,t,n){return e?e.concat(t).map(function(e,t){return e=Mi(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}const Fi=Ni.toFlatObject(Ni,{},null,function(e){return/^is[A-Z]/.test(e)});function Gi(e,t,n){if(!Ni.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=Ni.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!Ni.isUndefined(t[e])})).metaTokens,o=n.visitor||c,a=n.dots,i=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&Ni.isSpecCompliantForm(t);if(!Ni.isFunction(o))throw new TypeError("visitor must be a function");function u(e){if(null===e)return"";if(Ni.isDate(e))return e.toISOString();if(Ni.isBoolean(e))return e.toString();if(!s&&Ni.isBlob(e))throw new qi("Blob is not supported. Use a Buffer instead.");return Ni.isArrayBuffer(e)||Ni.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,n,o){let s=e;if(e&&!o&&"object"==typeof e)if(Ni.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(Ni.isArray(e)&&function(e){return Ni.isArray(e)&&!e.some(Ui)}(e)||(Ni.isFileList(e)||Ni.endsWith(n,"[]"))&&(s=Ni.toArray(e)))return n=Mi(n),s.forEach(function(e,r){!Ni.isUndefined(e)&&null!==e&&t.append(!0===i?Bi([n],r,a):null===i?n:n+"[]",u(e))}),!1;return!!Ui(e)||(t.append(Bi(o,n,a),u(e)),!1)}const l=[],d=Object.assign(Fi,{defaultVisitor:c,convertValue:u,isVisitable:Ui});if(!Ni.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!Ni.isUndefined(n)){if(-1!==l.indexOf(n))throw Error("Circular reference detected in "+r.join("."));l.push(n),Ni.forEach(n,function(n,a){!0===(!(Ni.isUndefined(n)||null===n)&&o.call(t,n,Ni.isString(a)?a.trim():a,r,d))&&e(n,r?r.concat(a):[a])}),l.pop()}}(e),t}function Wi(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function Vi(e,t){this._pairs=[],e&&Gi(e,this,t)}const Hi=Vi.prototype;function Ki(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function $i(e,t,n){if(!t)return e;const r=n&&n.encode||Ki,o=Ni.isFunction(n)?{serialize:n}:n,a=o&&o.serialize;let i;if(i=a?a(t,o):Ni.isURLSearchParams(t)?t.toString():new Vi(t,o).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}Hi.append=function(e,t){this._pairs.push([e,t])},Hi.toString=function(e){const t=e?function(t){return e.call(this,t,Wi)}:Wi;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var Qi=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){Ni.forEach(this.handlers,function(t){null!==t&&e(t)})}},Yi={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},Ji={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Vi,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const Xi="undefined"!=typeof window&&"undefined"!=typeof document,Zi="object"==typeof navigator&&navigator||void 0,es=Xi&&(!Zi||["ReactNative","NativeScript","NS"].indexOf(Zi.product)<0),ts="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,ns=Xi&&window.location.href||"http://localhost";var rs={...Object.freeze({__proto__:null,hasBrowserEnv:Xi,hasStandardBrowserEnv:es,hasStandardBrowserWebWorkerEnv:ts,navigator:Zi,origin:ns}),...Ji};function os(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&&Ni.isArray(r)?r.length:a,s)return Ni.hasOwnProp(r,a)?r[a]=[r[a],n]:r[a]=n,!i;r[a]&&Ni.isObject(r[a])||(r[a]=[]);return t(e,n,r[a],o)&&Ni.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(Ni.isFormData(e)&&Ni.isFunction(e.entries)){const n={};return Ni.forEachEntry(e,(e,r)=>{t(function(e){return Ni.matchAll(/\w+|\[(\w*)]/g,e).map(e=>"[]"===e[0]?"":e[1]||e[0])}(e),r,n,0)}),n}return null}const as={transitional:Yi,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=Ni.isObject(e);o&&Ni.isHTMLForm(e)&&(e=new FormData(e));if(Ni.isFormData(e))return r?JSON.stringify(os(e)):e;if(Ni.isArrayBuffer(e)||Ni.isBuffer(e)||Ni.isStream(e)||Ni.isFile(e)||Ni.isBlob(e)||Ni.isReadableStream(e))return e;if(Ni.isArrayBufferView(e))return e.buffer;if(Ni.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 Gi(e,new rs.classes.URLSearchParams,{visitor:function(e,t,n,r){return rs.isNode&&Ni.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)},...t})}(e,this.formSerializer).toString();if((a=Ni.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Gi(a?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(Ni.isString(e))try{return(t||JSON.parse)(e),Ni.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||as.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(Ni.isResponse(e)||Ni.isReadableStream(e))return e;if(e&&Ni.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 qi.from(e,qi.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:rs.classes.FormData,Blob:rs.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Ni.forEach(["delete","get","head","post","put","patch"],e=>{as.headers[e]={}});var is=as;const ss=Ni.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 us=Symbol("internals");function cs(e){return e&&String(e).trim().toLowerCase()}function ls(e){return!1===e||null==e?e:Ni.isArray(e)?e.map(ls):String(e)}function ds(e,t,n,r,o){return Ni.isFunction(r)?r.call(this,t,n):(o&&(t=n),Ni.isString(t)?Ni.isString(r)?-1!==t.indexOf(r):Ni.isRegExp(r)?r.test(t):void 0:void 0)}class ps{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=cs(t);if(!o)throw new Error("header name must be a non-empty string");const a=Ni.findKey(r,o);(!a||void 0===r[a]||!0===n||void 0===n&&!1!==r[a])&&(r[a||t]=ls(e))}const a=(e,t)=>Ni.forEach(e,(e,n)=>o(e,n,t));if(Ni.isPlainObject(e)||e instanceof this.constructor)a(e,t);else if(Ni.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]&&ss[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(Ni.isObject(e)&&Ni.isIterable(e)){let n,r,o={};for(const t of e){if(!Ni.isArray(t))throw TypeError("Object iterator must return a key-value pair");o[r=t[0]]=(n=o[r])?Ni.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=cs(e)){const n=Ni.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(Ni.isFunction(t))return t.call(this,e,n);if(Ni.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=cs(e)){const n=Ni.findKey(this,e);return!(!n||void 0===this[n]||t&&!ds(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=cs(e)){const o=Ni.findKey(n,e);!o||t&&!ds(0,n[o],o,t)||(delete n[o],r=!0)}}return Ni.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&&!ds(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return Ni.forEach(this,(r,o)=>{const a=Ni.findKey(n,o);if(a)return t[a]=ls(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]=ls(r),n[i]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return Ni.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&Ni.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[us]=this[us]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=cs(e);t[r]||(!function(e,t){const n=Ni.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 Ni.isArray(e)?e.forEach(r):r(e),this}}ps.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Ni.reduceDescriptors(ps.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),Ni.freezeMethods(ps);var hs=ps;function fs(e,t){const n=this||is,r=t||n,o=hs.from(r.headers);let a=r.data;return Ni.forEach(e,function(e){a=e.call(n,a,o.normalize(),t?t.status:void 0)}),o.normalize(),a}function gs(e){return!(!e||!e.__CANCEL__)}var ms=class extends qi{constructor(e,t,n){super(null==e?"canceled":e,qi.ERR_CANCELED,t,n),this.name="CanceledError",this.__CANCEL__=!0}};function ys(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new qi("Request failed with status code "+n.status,[qi.ERR_BAD_REQUEST,qi.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}const vs=(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 u=Date.now(),c=r[i];o||(o=u),n[a]=s,r[a]=u;let l=i,d=0;for(;l!==a;)d+=n[l++],l%=e;if(a=(a+1)%e,a===i&&(i=(i+1)%e),u-o<t)return;const p=c&&u-c;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,u=o(s);r=a;e({loaded:a,total:i,progress:i?a/i:void 0,bytes:s,rate:u||void 0,estimated:u&&i&&a<=i?(i-a)/u:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})},n)},bs=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},ks=e=>(...t)=>Ni.asap(()=>e(...t));var _s=rs.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,rs.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(rs.origin),rs.navigator&&/(msie|trident)/i.test(rs.navigator.userAgent)):()=>!0,ws=rs.hasStandardBrowserEnv?{write(e,t,n,r,o,a,i){if("undefined"==typeof document)return;const s=[`${e}=${encodeURIComponent(t)}`];Ni.isNumber(n)&&s.push(`expires=${new Date(n).toUTCString()}`),Ni.isString(r)&&s.push(`path=${r}`),Ni.isString(o)&&s.push(`domain=${o}`),!0===a&&s.push("secure"),Ni.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 xs(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 Es=e=>e instanceof hs?{...e}:e;function Ss(e,t){t=t||{};const n={};function r(e,t,n,r){return Ni.isPlainObject(e)&&Ni.isPlainObject(t)?Ni.merge.call({caseless:r},e,t):Ni.isPlainObject(t)?Ni.merge({},t):Ni.isArray(t)?t.slice():t}function o(e,t,n,o){return Ni.isUndefined(t)?Ni.isUndefined(e)?void 0:r(void 0,e,0,o):r(e,t,0,o)}function a(e,t){if(!Ni.isUndefined(t))return r(void 0,t)}function i(e,t){return Ni.isUndefined(t)?Ni.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 u={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(Es(e),Es(t),0,!0)};return Ni.forEach(Object.keys({...e,...t}),function(r){if("__proto__"===r||"constructor"===r||"prototype"===r)return;const a=Ni.hasOwnProp(u,r)?u[r]:o,i=a(e[r],t[r],r);Ni.isUndefined(i)&&a!==s||(n[r]=i)}),n}var Cs=e=>{const t=Ss({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:a,headers:i,auth:s}=t;if(t.headers=i=hs.from(i),t.url=$i(xs(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),s&&i.set("Authorization","Basic "+btoa((s.username||"")+":"+(s.password?unescape(encodeURIComponent(s.password)):""))),Ni.isFormData(n))if(rs.hasStandardBrowserEnv||rs.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if(Ni.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(rs.hasStandardBrowserEnv&&(r&&Ni.isFunction(r)&&(r=r(t)),r||!1!==r&&_s(t.url))){const e=o&&a&&ws.read(a);e&&i.set(o,e)}return t};var Rs="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=Cs(e);let o=r.data;const a=hs.from(r.headers).normalize();let i,s,u,c,l,{responseType:d,onUploadProgress:p,onDownloadProgress:h}=r;function f(){c&&c(),l&&l(),r.cancelToken&&r.cancelToken.unsubscribe(i),r.signal&&r.signal.removeEventListener("abort",i)}let g=new XMLHttpRequest;function m(){if(!g)return;const r=hs.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders());ys(function(e){t(e),f()},function(e){n(e),f()},{data:d&&"text"!==d&&"json"!==d?g.response:g.responseText,status:g.status,statusText:g.statusText,headers:r,config:e,request:g}),g=null}g.open(r.method.toUpperCase(),r.url,!0),g.timeout=r.timeout,"onloadend"in g?g.onloadend=m:g.onreadystatechange=function(){g&&4===g.readyState&&(0!==g.status||g.responseURL&&0===g.responseURL.indexOf("file:"))&&setTimeout(m)},g.onabort=function(){g&&(n(new qi("Request aborted",qi.ECONNABORTED,e,g)),g=null)},g.onerror=function(t){const r=t&&t.message?t.message:"Network Error",o=new qi(r,qi.ERR_NETWORK,e,g);o.event=t||null,n(o),g=null},g.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const o=r.transitional||Yi;r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new qi(t,o.clarifyTimeoutError?qi.ETIMEDOUT:qi.ECONNABORTED,e,g)),g=null},void 0===o&&a.setContentType(null),"setRequestHeader"in g&&Ni.forEach(a.toJSON(),function(e,t){g.setRequestHeader(t,e)}),Ni.isUndefined(r.withCredentials)||(g.withCredentials=!!r.withCredentials),d&&"json"!==d&&(g.responseType=r.responseType),h&&([u,l]=vs(h,!0),g.addEventListener("progress",u)),p&&g.upload&&([s,c]=vs(p),g.upload.addEventListener("progress",s),g.upload.addEventListener("loadend",c)),(r.cancelToken||r.signal)&&(i=t=>{g&&(n(!t||t.type?new ms(null,e,g):t),g.abort(),g=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===rs.protocols.indexOf(y)?n(new qi("Unsupported protocol "+y+":",qi.ERR_BAD_REQUEST,e)):g.send(o||null)})};var Is=(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 qi?t:new ms(t instanceof Error?t.message:t))}};let a=t&&setTimeout(()=>{a=null,o(new qi(`timeout of ${t}ms exceeded`,qi.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=()=>Ni.asap(i),s}};const Ts=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},As=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()}},Os=(e,t,n,r)=>{const o=async function*(e,t){for await(const n of As(e))yield*Ts(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:Ps}=Ni,Ds=(({Request:e,Response:t})=>({Request:e,Response:t}))(Ni.global),{ReadableStream:Ls,TextEncoder:js}=Ni.global,Ns=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},zs=e=>{e=Ni.merge.call({skipUndefined:!0},Ds,e);const{fetch:t,Request:n,Response:r}=e,o=t?Ps(t):"function"==typeof fetch,a=Ps(n),i=Ps(r);if(!o)return!1;const s=o&&Ps(Ls),u=o&&("function"==typeof js?(e=>t=>e.encode(t))(new js):async e=>new Uint8Array(await new n(e).arrayBuffer())),c=a&&s&&Ns(()=>{let e=!1;const t=new n(rs.origin,{body:new Ls,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),l=i&&s&&Ns(()=>Ni.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 qi(`Response type '${e}' is not supported`,qi.ERR_NOT_SUPPORT,n)})});const p=async(e,t)=>{const r=Ni.toFiniteNumber(e.getContentLength());return null==r?(async e=>{if(null==e)return 0;if(Ni.isBlob(e))return e.size;if(Ni.isSpecCompliantForm(e)){const t=new n(rs.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return Ni.isArrayBufferView(e)||Ni.isArrayBuffer(e)?e.byteLength:(Ni.isURLSearchParams(e)&&(e+=""),Ni.isString(e)?(await u(e)).byteLength:void 0)})(t):r};return async e=>{let{url:o,method:i,data:s,signal:u,cancelToken:h,timeout:f,onDownloadProgress:g,onUploadProgress:m,responseType:y,headers:v,withCredentials:b="same-origin",fetchOptions:k}=Cs(e),_=t||fetch;y=y?(y+"").toLowerCase():"text";let w=Is([u,h&&h.toAbortSignal()],f),x=null;const E=w&&w.unsubscribe&&(()=>{w.unsubscribe()});let S;try{if(m&&c&&"get"!==i&&"head"!==i&&0!==(S=await p(v,s))){let e,t=new n(o,{method:"POST",body:s,duplex:"half"});if(Ni.isFormData(s)&&(e=t.headers.get("content-type"))&&v.setContentType(e),t.body){const[e,n]=bs(S,vs(ks(m)));s=Os(t.body,65536,e,n)}}Ni.isString(b)||(b=b?"include":"omit");const t=a&&"credentials"in n.prototype,u={...k,signal:w,method:i.toUpperCase(),headers:v.normalize().toJSON(),body:s,duplex:"half",credentials:t?b:void 0};x=a&&new n(o,u);let h=await(a?_(x,k):_(o,u));const f=l&&("stream"===y||"response"===y);if(l&&(g||f&&E)){const e={};["status","statusText","headers"].forEach(t=>{e[t]=h[t]});const t=Ni.toFiniteNumber(h.headers.get("content-length")),[n,o]=g&&bs(t,vs(ks(g),!0))||[];h=new r(Os(h.body,65536,n,()=>{o&&o(),E&&E()}),e)}y=y||"text";let C=await d[Ni.findKey(d,y)||"text"](h,e);return!f&&E&&E(),await new Promise((t,n)=>{ys(t,n,{data:C,headers:hs.from(h.headers),status:h.status,statusText:h.statusText,config:e,request:x})})}catch(t){if(E&&E(),t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new qi("Network Error",qi.ERR_NETWORK,e,x,t&&t.response),{cause:t.cause||t});throw qi.from(t,t&&t.code,e,x,t&&t.response)}}},qs=new Map,Us=e=>{let t=e&&e.env||{};const{fetch:n,Request:r,Response:o}=t,a=[r,o,n];let i,s,u=a.length,c=qs;for(;u--;)i=a[u],s=c.get(i),void 0===s&&c.set(i,s=u?new Map:zs(t)),c=s;return s};Us();const Ms={http:null,xhr:Rs,fetch:{get:Us}};Ni.forEach(Ms,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}});const Bs=e=>`- ${e}`,Fs=e=>Ni.isFunction(e)||null===e||!1===e;var Gs={getAdapter:function(e,t){e=Ni.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,!Fs(r)&&(o=Ms[(n=String(r)).toLowerCase()],void 0===o))throw new qi(`Unknown adapter '${n}'`);if(o&&(Ni.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(Bs).join("\n"):" "+Bs(e[0]):"as no adapter specified";throw new qi("There is no suitable adapter to dispatch the request "+t,"ERR_NOT_SUPPORT")}return o},adapters:Ms};function Ws(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ms(null,e)}function Vs(e){Ws(e),e.headers=hs.from(e.headers),e.data=fs.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return Gs.getAdapter(e.adapter||is.adapter,e)(e).then(function(t){return Ws(e),t.data=fs.call(e,e.transformResponse,t),t.headers=hs.from(t.headers),t},function(t){return gs(t)||(Ws(e),t&&t.response&&(t.response.data=fs.call(e,e.transformResponse,t.response),t.response.headers=hs.from(t.response.headers))),Promise.reject(t)})}const Hs="1.13.5",Ks={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Ks[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const $s={};Ks.transitional=function(e,t,n){function r(e,t){return"[Axios v"+Hs+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,a)=>{if(!1===e)throw new qi(r(o," has been removed"+(t?" in "+t:"")),qi.ERR_DEPRECATED);return t&&!$s[o]&&($s[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)}},Ks.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};var Qs={assertOptions:function(e,t,n){if("object"!=typeof e)throw new qi("options must be an object",qi.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 qi("option "+a+" must be "+n,qi.ERR_BAD_OPTION_VALUE);continue}if(!0!==n)throw new qi("Unknown option "+a,qi.ERR_BAD_OPTION)}},validators:Ks};const Ys=Qs.validators;let Js=class{constructor(e){this.defaults=e||{},this.interceptors={request:new Qi,response:new Qi}}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=Ss(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&Qs.assertOptions(n,{silentJSONParsing:Ys.transitional(Ys.boolean),forcedJSONParsing:Ys.transitional(Ys.boolean),clarifyTimeoutError:Ys.transitional(Ys.boolean),legacyInterceptorReqResOrdering:Ys.transitional(Ys.boolean)},!1),null!=r&&(Ni.isFunction(r)?t.paramsSerializer={serialize:r}:Qs.assertOptions(r,{encode:Ys.function,serialize:Ys.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),Qs.assertOptions(t,{baseUrl:Ys.spelling("baseURL"),withXsrfToken:Ys.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let a=o&&Ni.merge(o.common,o[t.method]);o&&Ni.forEach(["delete","get","head","post","put","patch","common"],e=>{delete o[e]}),t.headers=hs.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||Yi;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=[Vs.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=Vs.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 $i(xs((e=Ss(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};Ni.forEach(["delete","get","head","options"],function(e){Js.prototype[e]=function(t,n){return this.request(Ss(n||{},{method:e,url:t,data:(n||{}).data}))}}),Ni.forEach(["post","put","patch"],function(e){function t(t){return function(n,r,o){return this.request(Ss(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}Js.prototype[e]=t(),Js.prototype[e+"Form"]=t(!0)});var Xs=Js;class Zs{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 ms(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 Zs(function(t){e=t}),cancel:e}}}var eu=Zs;const tu={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(tu).forEach(([e,t])=>{tu[t]=e});var nu=tu;const ru=function e(t){const n=new Xs(t),r=Ka(Xs.prototype.request,n);return Ni.extend(r,Xs.prototype,n,{allOwnKeys:!0}),Ni.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(Ss(t,n))},r}(is);ru.Axios=Xs,ru.CanceledError=ms,ru.CancelToken=eu,ru.isCancel=gs,ru.VERSION=Hs,ru.toFormData=Gi,ru.AxiosError=qi,ru.Cancel=ru.CanceledError,ru.all=function(e){return Promise.all(e)},ru.spread=function(e){return function(t){return e.apply(null,t)}},ru.isAxiosError=function(e){return Ni.isObject(e)&&!0===e.isAxiosError},ru.mergeConfig=Ss,ru.AxiosHeaders=hs,ru.formToJSON=e=>os(Ni.isHTMLForm(e)?new FormData(e):e),ru.getAdapter=Gs.getAdapter,ru.HttpStatusCode=nu,ru.default=ru;var ou=ru,au=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("&")},iu=function(t){function n(n){var r,o,a,i,s=this;return(s=t.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(t){return e.__assign(e.__assign({},t),{defaults:{headers:e.__assign(e.__assign({},t.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(t){return e.__assign({},t)},function(e){return Promise.reject(e)}),s}return e.__extends(n,t),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=ou.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=ou.create(e)}),su="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function uu(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 cu=TypeError,lu=uu(Object.freeze({__proto__:null,default:{}})),du="function"==typeof Map&&Map.prototype,pu=Object.getOwnPropertyDescriptor&&du?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,hu=du&&pu&&"function"==typeof pu.get?pu.get:null,fu=du&&Map.prototype.forEach,gu="function"==typeof Set&&Set.prototype,mu=Object.getOwnPropertyDescriptor&&gu?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,yu=gu&&mu&&"function"==typeof mu.get?mu.get:null,vu=gu&&Set.prototype.forEach,bu="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,ku="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,_u="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,wu=Boolean.prototype.valueOf,xu=Object.prototype.toString,Eu=Function.prototype.toString,Su=String.prototype.match,Cu=String.prototype.slice,Ru=String.prototype.replace,Iu=String.prototype.toUpperCase,Tu=String.prototype.toLowerCase,Au=RegExp.prototype.test,Ou=Array.prototype.concat,Pu=Array.prototype.join,Du=Array.prototype.slice,Lu=Math.floor,ju="function"==typeof BigInt?BigInt.prototype.valueOf:null,Nu=Object.getOwnPropertySymbols,zu="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,qu="function"==typeof Symbol&&"object"==typeof Symbol.iterator,Uu="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===qu||"symbol")?Symbol.toStringTag:null,Mu=Object.prototype.propertyIsEnumerable,Bu=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Fu(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||Au.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var r=e<0?-Lu(-e):Lu(e);if(r!==e){var o=String(r),a=Cu.call(t,o.length+1);return Ru.call(o,n,"$&_")+"."+Ru.call(Ru.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Ru.call(t,n,"$&_")}var Gu=lu,Wu=Gu.custom,Vu=ec(Wu)?Wu:null,Hu={__proto__:null,double:'"',single:"'"},Ku={__proto__:null,double:/(["\\])/g,single:/(['\\])/g},$u=function e(t,n,r,o){var a=n||{};if(nc(a,"quoteStyle")&&!nc(Hu,a.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(nc(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=!nc(a,"customInspect")||a.customInspect;if("boolean"!=typeof i&&"symbol"!==i)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(nc(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(nc(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 ac(t,a);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var u=String(t);return s?Fu(t,u):u}if("bigint"==typeof t){var c=String(t)+"n";return s?Fu(t,c):c}var l=void 0===a.depth?5:a.depth;if(void 0===r&&(r=0),r>=l&&l>0&&"object"==typeof t)return Xu(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=Pu.call(Array(e.indent+1)," ")}return{base:n,prev:Pu.call(Array(t+1),n)}}(a,r);if(void 0===o)o=[];else if(oc(o,t)>=0)return"[Circular]";function p(t,n,i){if(n&&(o=Du.call(o)).push(n),i){var s={depth:a.depth};return nc(a,"quoteStyle")&&(s.quoteStyle=a.quoteStyle),e(t,s,r+1,o)}return e(t,a,r+1,o)}if("function"==typeof t&&!Zu(t)){var h=function(e){if(e.name)return e.name;var t=Su.call(Eu.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),f=dc(t,p);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(f.length>0?" { "+Pu.call(f,", ")+" }":"")}if(ec(t)){var g=qu?Ru.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):zu.call(t);return"object"!=typeof t||qu?g:sc(g)}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 m="<"+Tu.call(String(t.nodeName)),y=t.attributes||[],v=0;v<y.length;v++)m+=" "+y[v].name+"="+Qu(Yu(y[v].value),"double",a);return m+=">",t.childNodes&&t.childNodes.length&&(m+="..."),m+="</"+Tu.call(String(t.nodeName))+">"}if(Xu(t)){if(0===t.length)return"[]";var b=dc(t,p);return d&&!function(e){for(var t=0;t<e.length;t++)if(oc(e[t],"\n")>=0)return!1;return!0}(b)?"["+lc(b,d)+"]":"[ "+Pu.call(b,", ")+" ]"}if(function(e){return"[object Error]"===rc(e)&&Ju(e)}(t)){var k=dc(t,p);return"cause"in Error.prototype||!("cause"in t)||Mu.call(t,"cause")?0===k.length?"["+String(t)+"]":"{ ["+String(t)+"] "+Pu.call(k,", ")+" }":"{ ["+String(t)+"] "+Pu.call(Ou.call("[cause]: "+p(t.cause),k),", ")+" }"}if("object"==typeof t&&i){if(Vu&&"function"==typeof t[Vu]&&Gu)return Gu(t,{depth:l-r});if("symbol"!==i&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!hu||!e||"object"!=typeof e)return!1;try{hu.call(e);try{yu.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var _=[];return fu&&fu.call(t,function(e,n){_.push(p(n,t,!0)+" => "+p(e,t))}),cc("Map",hu.call(t),_,d)}if(function(e){if(!yu||!e||"object"!=typeof e)return!1;try{yu.call(e);try{hu.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var w=[];return vu&&vu.call(t,function(e){w.push(p(e,t))}),cc("Set",yu.call(t),w,d)}if(function(e){if(!bu||!e||"object"!=typeof e)return!1;try{bu.call(e,bu);try{ku.call(e,ku)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return uc("WeakMap");if(function(e){if(!ku||!e||"object"!=typeof e)return!1;try{ku.call(e,ku);try{bu.call(e,bu)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return uc("WeakSet");if(function(e){if(!_u||!e||"object"!=typeof e)return!1;try{return _u.call(e),!0}catch(e){}return!1}(t))return uc("WeakRef");if(function(e){return"[object Number]"===rc(e)&&Ju(e)}(t))return sc(p(Number(t)));if(function(e){if(!e||"object"!=typeof e||!ju)return!1;try{return ju.call(e),!0}catch(e){}return!1}(t))return sc(p(ju.call(t)));if(function(e){return"[object Boolean]"===rc(e)&&Ju(e)}(t))return sc(wu.call(t));if(function(e){return"[object String]"===rc(e)&&Ju(e)}(t))return sc(p(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==su&&t===su)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===rc(e)&&Ju(e)}(t)&&!Zu(t)){var x=dc(t,p),E=Bu?Bu(t)===Object.prototype:t instanceof Object||t.constructor===Object,S=t instanceof Object?"":"null prototype",C=!E&&Uu&&Object(t)===t&&Uu in t?Cu.call(rc(t),8,-1):S?"Object":"",R=(E||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(C||S?"["+Pu.call(Ou.call([],C||[],S||[]),": ")+"] ":"");return 0===x.length?R+"{}":d?R+"{"+lc(x,d)+"}":R+"{ "+Pu.call(x,", ")+" }"}return String(t)};function Qu(e,t,n){var r=n.quoteStyle||t,o=Hu[r];return o+e+o}function Yu(e){return Ru.call(String(e),/"/g,""")}function Ju(e){return!Uu||!("object"==typeof e&&(Uu in e||void 0!==e[Uu]))}function Xu(e){return"[object Array]"===rc(e)&&Ju(e)}function Zu(e){return"[object RegExp]"===rc(e)&&Ju(e)}function ec(e){if(qu)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!zu)return!1;try{return zu.call(e),!0}catch(e){}return!1}var tc=Object.prototype.hasOwnProperty||function(e){return e in this};function nc(e,t){return tc.call(e,t)}function rc(e){return xu.call(e)}function oc(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 ac(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return ac(Cu.call(e,0,t.maxStringLength),t)+r}var o=Ku[t.quoteStyle||"single"];return o.lastIndex=0,Qu(Ru.call(Ru.call(e,o,"\\$1"),/[\x00-\x1f]/g,ic),"single",t)}function ic(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":"")+Iu.call(t.toString(16))}function sc(e){return"Object("+e+")"}function uc(e){return e+" { ? }"}function cc(e,t,n,r){return e+" ("+t+") {"+(r?lc(n,r):Pu.call(n,", "))+"}"}function lc(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+Pu.call(e,","+n)+"\n"+t.prev}function dc(e,t){var n=Xu(e),r=[];if(n){r.length=e.length;for(var o=0;o<e.length;o++)r[o]=nc(e,o)?t(e[o],e):""}var a,i="function"==typeof Nu?Nu(e):[];if(qu){a={};for(var s=0;s<i.length;s++)a["$"+i[s]]=i[s]}for(var u in e)nc(e,u)&&(n&&String(Number(u))===u&&u<e.length||qu&&a["$"+u]instanceof Symbol||(Au.call(/[^\w$]/,u)?r.push(t(u,e)+": "+t(e[u],e)):r.push(u+": "+t(e[u],e))));if("function"==typeof Nu)for(var c=0;c<i.length;c++)Mu.call(e,i[c])&&r.push("["+t(i[c])+"]: "+t(e[i[c]],e));return r}var pc=$u,hc=cu,fc=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},gc=Object,mc=Error,yc=EvalError,vc=RangeError,bc=ReferenceError,kc=SyntaxError,_c=URIError,wc=Math.abs,xc=Math.floor,Ec=Math.max,Sc=Math.min,Cc=Math.pow,Rc=Math.round,Ic=Number.isNaN||function(e){return e!=e},Tc=Object.getOwnPropertyDescriptor;if(Tc)try{Tc([],"length")}catch(e){Tc=null}var Ac=Tc,Oc=Object.defineProperty||!1;if(Oc)try{Oc({},"a",{value:1})}catch(e){Oc=!1}var Pc,Dc,Lc,jc,Nc,zc,qc,Uc,Mc,Bc,Fc,Gc,Wc,Vc,Hc,Kc,$c=Oc;function Qc(){return zc?Nc:(zc=1,Nc="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function Yc(){return Uc?qc:(Uc=1,qc=gc.getPrototypeOf||null)}function Jc(){if(Bc)return Mc;Bc=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 Mc=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),u=[],c=0;c<s;c++)u[c]="$"+c;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}(u,",")+"){ 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},Mc}function Xc(){if(Gc)return Fc;Gc=1;var e=Jc();return Fc=Function.prototype.bind||e}function Zc(){return Vc?Wc:(Vc=1,Wc=Function.prototype.call)}function el(){return Kc?Hc:(Kc=1,Hc=Function.prototype.apply)}var tl,nl,rl,ol,al,il,sl,ul="undefined"!=typeof Reflect&&Reflect&&Reflect.apply,cl=Xc(),ll=el(),dl=Zc(),pl=ul||cl.call(dl,ll),hl=Xc(),fl=cu,gl=Zc(),ml=pl,yl=function(e){if(e.length<1||"function"!=typeof e[0])throw new fl("a function is required");return ml(hl,gl,e)};var vl=gc,bl=mc,kl=yc,_l=vc,wl=bc,xl=kc,El=cu,Sl=_c,Cl=wc,Rl=xc,Il=Ec,Tl=Sc,Al=Cc,Ol=Rc,Pl=function(e){return Ic(e)||0===e?e:e<0?-1:1},Dl=Function,Ll=function(e){try{return Dl('"use strict"; return ('+e+").constructor;")()}catch(e){}},jl=Ac,Nl=$c,zl=function(){throw new El},ql=jl?function(){try{return zl}catch(e){try{return jl(arguments,"callee").get}catch(e){return zl}}}():zl,Ul=function(){if(jc)return Lc;jc=1;var e="undefined"!=typeof Symbol&&Symbol,t=Dc?Pc:(Dc=1,Pc=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 Lc=function(){return"function"==typeof e&&("function"==typeof Symbol&&("symbol"==typeof e("foo")&&("symbol"==typeof Symbol("bar")&&t())))}}()(),Ml=function(){if(ol)return rl;ol=1;var e=Qc(),t=Yc(),n=function(){if(nl)return tl;nl=1;var e,t=yl,n=Ac;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 tl=r&&"function"==typeof r.get?t([r.get]):"function"==typeof a&&function(e){return a(null==e?e:o(e))}}();return rl=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}(),Bl=Yc(),Fl=Qc(),Gl=el(),Wl=Zc(),Vl={},Hl="undefined"!=typeof Uint8Array&&Ml?Ml(Uint8Array):sl,Kl={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?sl:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?sl:ArrayBuffer,"%ArrayIteratorPrototype%":Ul&&Ml?Ml([][Symbol.iterator]()):sl,"%AsyncFromSyncIteratorPrototype%":sl,"%AsyncFunction%":Vl,"%AsyncGenerator%":Vl,"%AsyncGeneratorFunction%":Vl,"%AsyncIteratorPrototype%":Vl,"%Atomics%":"undefined"==typeof Atomics?sl:Atomics,"%BigInt%":"undefined"==typeof BigInt?sl:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?sl:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?sl:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?sl:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":bl,"%eval%":eval,"%EvalError%":kl,"%Float16Array%":"undefined"==typeof Float16Array?sl:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?sl:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?sl:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?sl:FinalizationRegistry,"%Function%":Dl,"%GeneratorFunction%":Vl,"%Int8Array%":"undefined"==typeof Int8Array?sl:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?sl:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?sl:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ul&&Ml?Ml(Ml([][Symbol.iterator]())):sl,"%JSON%":"object"==typeof JSON?JSON:sl,"%Map%":"undefined"==typeof Map?sl:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&Ul&&Ml?Ml((new Map)[Symbol.iterator]()):sl,"%Math%":Math,"%Number%":Number,"%Object%":vl,"%Object.getOwnPropertyDescriptor%":jl,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?sl:Promise,"%Proxy%":"undefined"==typeof Proxy?sl:Proxy,"%RangeError%":_l,"%ReferenceError%":wl,"%Reflect%":"undefined"==typeof Reflect?sl:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?sl:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&Ul&&Ml?Ml((new Set)[Symbol.iterator]()):sl,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?sl:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ul&&Ml?Ml(""[Symbol.iterator]()):sl,"%Symbol%":Ul?Symbol:sl,"%SyntaxError%":xl,"%ThrowTypeError%":ql,"%TypedArray%":Hl,"%TypeError%":El,"%Uint8Array%":"undefined"==typeof Uint8Array?sl:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?sl:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?sl:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?sl:Uint32Array,"%URIError%":Sl,"%WeakMap%":"undefined"==typeof WeakMap?sl:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?sl:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?sl:WeakSet,"%Function.prototype.call%":Wl,"%Function.prototype.apply%":Gl,"%Object.defineProperty%":Nl,"%Object.getPrototypeOf%":Bl,"%Math.abs%":Cl,"%Math.floor%":Rl,"%Math.max%":Il,"%Math.min%":Tl,"%Math.pow%":Al,"%Math.round%":Ol,"%Math.sign%":Pl,"%Reflect.getPrototypeOf%":Fl};if(Ml)try{null.error}catch(e){var $l=Ml(Ml(e));Kl["%Error.prototype%"]=$l}var Ql,Yl,Jl,Xl,Zl,ed,td,nd,rd,od,ad,id,sd,ud,cd,ld,dd,pd,hd,fd,gd,md,yd,vd,bd,kd,_d=function e(t){var n;if("%AsyncFunction%"===t)n=Ll("async function () {}");else if("%GeneratorFunction%"===t)n=Ll("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=Ll("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&Ml&&(n=Ml(o.prototype))}return Kl[t]=n,n},wd={__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"]},xd=Xc(),Ed=function(){if(il)return al;il=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=Xc();return al=n.call(e,t)}(),Sd=xd.call(Wl,Array.prototype.concat),Cd=xd.call(Gl,Array.prototype.splice),Rd=xd.call(Wl,String.prototype.replace),Id=xd.call(Wl,String.prototype.slice),Td=xd.call(Wl,RegExp.prototype.exec),Ad=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Od=/\\(\\)?/g,Pd=function(e,t){var n,r=e;if(Ed(wd,r)&&(r="%"+(n=wd[r])[0]+"%"),Ed(Kl,r)){var o=Kl[r];if(o===Vl&&(o=_d(r)),void 0===o&&!t)throw new El("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new xl("intrinsic "+e+" does not exist!")},Dd=function(e,t){if("string"!=typeof e||0===e.length)throw new El("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new El('"allowMissing" argument must be a boolean');if(null===Td(/^%?[^%]*%?$/,e))throw new xl("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=Id(e,0,1),n=Id(e,-1);if("%"===t&&"%"!==n)throw new xl("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new xl("invalid intrinsic syntax, expected opening `%`");var r=[];return Rd(e,Ad,function(e,t,n,o){r[r.length]=n?Rd(o,Od,"$1"):t||e}),r}(e),r=n.length>0?n[0]:"",o=Pd("%"+r+"%",t),a=o.name,i=o.value,s=!1,u=o.alias;u&&(r=u[0],Cd(n,Sd([0,1],u)));for(var c=1,l=!0;c<n.length;c+=1){var d=n[c],p=Id(d,0,1),h=Id(d,-1);if(('"'===p||"'"===p||"`"===p||'"'===h||"'"===h||"`"===h)&&p!==h)throw new xl("property names with quotes must have matching quotes");if("constructor"!==d&&l||(s=!0),Ed(Kl,a="%"+(r+="."+d)+"%"))i=Kl[a];else if(null!=i){if(!(d in i)){if(!t)throw new El("base intrinsic for "+e+" exists, but the property is not available.");return}if(jl&&c+1>=n.length){var f=jl(i,d);i=(l=!!f)&&"get"in f&&!("originalValue"in f.get)?f.get:i[d]}else l=Ed(i,d),i=i[d];l&&!s&&(Kl[a]=i)}}return i},Ld=Dd,jd=yl,Nd=jd([Ld("%String.prototype.indexOf%")]),zd=function(e,t){var n=Ld(e,!!t);return"function"==typeof n&&Nd(e,".prototype.")>-1?jd([n]):n},qd=zd,Ud=$u,Md=cu,Bd=Dd("%Map%",!0),Fd=qd("Map.prototype.get",!0),Gd=qd("Map.prototype.set",!0),Wd=qd("Map.prototype.has",!0),Vd=qd("Map.prototype.delete",!0),Hd=qd("Map.prototype.size",!0),Kd=!!Bd&&function(){var e,t={assert:function(e){if(!t.has(e))throw new Md("Side channel does not contain "+Ud(e))},delete:function(t){if(e){var n=Vd(e,t);return 0===Hd(e)&&(e=void 0),n}return!1},get:function(t){if(e)return Fd(e,t)},has:function(t){return!!e&&Wd(e,t)},set:function(t,n){e||(e=new Bd),Gd(e,t,n)}};return t},$d=zd,Qd=$u,Yd=Kd,Jd=cu,Xd=Dd("%WeakMap%",!0),Zd=$d("WeakMap.prototype.get",!0),ep=$d("WeakMap.prototype.set",!0),tp=$d("WeakMap.prototype.has",!0),np=$d("WeakMap.prototype.delete",!0),rp=cu,op=$u,ap=(Xd?function(){var e,t,n={assert:function(e){if(!n.has(e))throw new Jd("Side channel does not contain "+Qd(e))},delete:function(n){if(Xd&&n&&("object"==typeof n||"function"==typeof n)){if(e)return np(e,n)}else if(Yd&&t)return t.delete(n);return!1},get:function(n){return Xd&&n&&("object"==typeof n||"function"==typeof n)&&e?Zd(e,n):t&&t.get(n)},has:function(n){return Xd&&n&&("object"==typeof n||"function"==typeof n)&&e?tp(e,n):!!t&&t.has(n)},set:function(n,r){Xd&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new Xd),ep(e,n,r)):Yd&&(t||(t=Yd()),t.set(n,r))}};return n}:Yd)||Kd||function(){var e,t={assert:function(e){if(!t.has(e))throw new hc("Side channel does not contain "+pc(e))},delete:function(t){var n=e&&e.next,r=function(e,t){if(e)return fc(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=fc(e,t);return n&&n.value}}(e,t)},has:function(t){return function(e,t){return!!e&&!!fc(e,t)}(e,t)},set:function(t,n){e||(e={next:void 0}),function(e,t,n){var r=fc(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(e,t,n)}};return t},ip=function(){var e,t={assert:function(e){if(!t.has(e))throw new rp("Side channel does not contain "+op(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=ap()),e.set(t,n)}};return t},sp=String.prototype.replace,up=/%20/g,cp="RFC3986",lp={default:cp,formatters:{RFC1738:function(e){return sp.call(e,up,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:cp},dp=lp,pp=ip,hp=Object.prototype.hasOwnProperty,fp=Array.isArray,gp=pp(),mp=function(e,t){return gp.set(e,t),e},yp=function(e){return gp.has(e)},vp=function(e){return gp.get(e)},bp=function(e,t){gp.set(e,t)},kp=function(){for(var e=[],t=0;t<256;++t)e[e.length]="%"+((t<16?"0":"")+t.toString(16)).toUpperCase();return e}(),_p=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},wp=1024,xp={arrayToObject:_p,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(yp(e)){var o=vp(e)+1;return e[o]=t,bp(e,o),e}var a=[].concat(e,t);return a.length>n?mp(_p(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 u=i[s],c=a[u];"object"==typeof c&&null!==c&&-1===n.indexOf(c)&&(t[t.length]={obj:a,prop:u},n[n.length]=c)}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(fp(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+=wp){for(var u=a.length>=wp?a.slice(s,s+wp):a,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||o===dp.RFC1738&&(40===d||41===d)?c[c.length]=u.charAt(l):d<128?c[c.length]=kp[d]:d<2048?c[c.length]=kp[192|d>>6]+kp[128|63&d]:d<55296||d>=57344?c[c.length]=kp[224|d>>12]+kp[128|d>>6&63]+kp[128|63&d]:(l+=1,d=65536+((1023&d)<<10|1023&u.charCodeAt(l)),c[c.length]=kp[240|d>>18]+kp[128|d>>12&63]+kp[128|d>>6&63]+kp[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:yp,isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},markOverflow:mp,maybeMap:function(e,t){if(fp(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(fp(t)){var o=t.length;if(r&&"number"==typeof r.arrayLimit&&o>r.arrayLimit)return mp(_p(t.concat(n),r),o);t[o]=n}else{if(!t||"object"!=typeof t)return[t,n];if(yp(t)){var a=vp(t)+1;t[a]=n,bp(t,a)}else(r&&(r.plainObjects||r.allowPrototypes)||!hp.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t){if(yp(n)){for(var i=Object.keys(n),s=r&&r.plainObjects?{__proto__:null,0:t}:{0:t},u=0;u<i.length;u++){s[parseInt(i[u],10)+1]=n[i[u]]}return mp(s,vp(n)+1)}var c=[t].concat(n);return r&&"number"==typeof r.arrayLimit&&c.length>r.arrayLimit?mp(_p(c,r),c.length-1):c}var l=t;return fp(t)&&!fp(n)&&(l=_p(t,r)),fp(t)&&fp(n)?(n.forEach(function(n,o){if(hp.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(hp.call(t,o)?t[o]=e(t[o],a,r):t[o]=a,yp(n)&&!yp(t)&&mp(t,vp(n)),yp(t)){var i=parseInt(o,10);String(i)===o&&i>=0&&i>vp(t)&&bp(t,i)}return t},l)}},Ep=ip,Sp=xp,Cp=lp,Rp=Object.prototype.hasOwnProperty,Ip={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},Tp=Array.isArray,Ap=Array.prototype.push,Op=function(e,t){Ap.apply(e,Tp(t)?t:[t])},Pp=Date.prototype.toISOString,Dp=Cp.default,Lp={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:Sp.encode,encodeValuesOnly:!1,filter:void 0,format:Dp,formatter:Cp.formatters[Dp],indices:!1,serializeDate:function(e){return Pp.call(e)},skipNulls:!1,strictNullHandling:!1},jp={},Np=function e(t,n,r,o,a,i,s,u,c,l,d,p,h,f,g,m,y,v){for(var b,k=t,_=v,w=0,x=!1;void 0!==(_=_.get(jp))&&!x;){var E=_.get(t);if(w+=1,void 0!==E){if(E===w)throw new RangeError("Cyclic object value");x=!0}void 0===_.get(jp)&&(w=0)}if("function"==typeof l?k=l(n,k):k instanceof Date?k=h(k):"comma"===r&&Tp(k)&&(k=Sp.maybeMap(k,function(e){return e instanceof Date?h(e):e})),null===k){if(i)return c&&!m?c(n,Lp.encoder,y,"key",f):n;k=""}if("string"==typeof(b=k)||"number"==typeof b||"boolean"==typeof b||"symbol"==typeof b||"bigint"==typeof b||Sp.isBuffer(k))return c?[g(m?n:c(n,Lp.encoder,y,"key",f))+"="+g(c(k,Lp.encoder,y,"value",f))]:[g(n)+"="+g(String(k))];var S,C=[];if(void 0===k)return C;if("comma"===r&&Tp(k))m&&c&&(k=Sp.maybeMap(k,c)),S=[{value:k.length>0?k.join(",")||null:void 0}];else if(Tp(l))S=l;else{var R=Object.keys(k);S=d?R.sort(d):R}var I=u?String(n).replace(/\./g,"%2E"):String(n),T=o&&Tp(k)&&1===k.length?I+"[]":I;if(a&&Tp(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&&u?String(O).replace(/\./g,"%2E"):String(O),L=Tp(k)?"function"==typeof r?r(T,D):T:T+(p?"."+D:"["+D+"]");v.set(t,w);var j=Ep();j.set(jp,v),Op(C,e(P,L,r,o,a,i,s,u,"comma"===r&&m&&Tp(k)?null:c,l,d,p,h,f,g,m,y,j))}}return C},zp=xp,qp=Object.prototype.hasOwnProperty,Up=Array.isArray,Mp={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:zp.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},Bp=function(e){return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},Fp=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},Gp=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&&qp.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&&qp.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 u=o[1].slice(1,-1);if(!t.plainObjects&&qp.call(Object.prototype,u)&&!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:Fp(t,n,o),s=e.length-1;s>=0;--s){var u,c=e[s];if("[]"===c&&n.parseArrays)u=zp.isOverflow(i)?i:n.allowEmptyArrays&&(""===i||n.strictNullHandling&&null===i)?[]:zp.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,zp.markOverflow(u,p)):"__proto__"!==d&&(u[d]=i)}else u={0:i}}i=u}return i}(o,t,n,r)}},Wp=function(e,t){var n,r=e,o=function(e){if(!e)return Lp;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||Lp.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=Cp.default;if(void 0!==e.format){if(!Rp.call(Cp.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r,o=Cp.formatters[n],a=Lp.filter;if(("function"==typeof e.filter||Tp(e.filter))&&(a=e.filter),r=e.arrayFormat in Ip?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":Lp.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||Lp.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:Lp.addQueryPrefix,allowDots:i,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Lp.allowEmptyArrays,arrayFormat:r,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Lp.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:void 0===e.delimiter?Lp.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:Lp.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:Lp.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:Lp.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:Lp.encodeValuesOnly,filter:a,format:n,formatter:o,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:Lp.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:Lp.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Lp.strictNullHandling}}(t);"function"==typeof o.filter?r=(0,o.filter)("",r):Tp(o.filter)&&(n=o.filter);var a=[];if("object"!=typeof r||null===r)return"";var i=Ip[o.arrayFormat],s="comma"===i&&o.commaRoundTrip;n||(n=Object.keys(r)),o.sort&&n.sort(o.sort);for(var u=Ep(),c=0;c<n.length;++c){var l=n[c],d=r[l];o.skipNulls&&null===d||Op(a,Np(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,u))}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:""},Vp=function(e,t){var n=function(e){if(!e)return Mp;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?Mp.charset:e.charset,n=void 0===e.duplicates?Mp.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||Mp.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Mp.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:Mp.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:Mp.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:Mp.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Mp.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:Mp.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:Mp.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:Mp.decoder,delimiter:"string"==typeof e.delimiter||zp.isRegExp(e.delimiter)?e.delimiter:Mp.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:Mp.depth,duplicates:n,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:Mp.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:Mp.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:Mp.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:Mp.strictDepth,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Mp.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,u=t.charset;if(t.charsetSentinel)for(i=0;i<a.length;++i)0===a[i].indexOf("utf8=")&&("utf8=%E2%9C%93"===a[i]?u="utf-8":"utf8=%26%2310003%3B"===a[i]&&(u="iso-8859-1"),s=i,i=a.length);for(i=0;i<a.length;++i)if(i!==s){var c,l,d=a[i],p=d.indexOf("]="),h=-1===p?d.indexOf("="):p+1;if(-1===h?(c=t.decoder(d,Mp.decoder,u,"key"),l=t.strictNullHandling?null:""):null!==(c=t.decoder(d.slice(0,h),Mp.decoder,u,"key"))&&(l=zp.maybeMap(Fp(d.slice(h+1),t,Up(n[c])?n[c].length:0),function(e){return t.decoder(e,Mp.decoder,u,"value")})),l&&t.interpretNumericEntities&&"iso-8859-1"===u&&(l=Bp(String(l))),d.indexOf("[]=")>-1&&(l=Up(l)?[l]:l),t.comma&&Up(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=zp.combine([],l,t.arrayLimit,t.plainObjects)}if(null!==c){var f=qp.call(n,c);f&&"combine"===t.duplicates?n[c]=zp.combine(n[c],l,t.arrayLimit,t.plainObjects):f&&"last"!==t.duplicates||(n[c]=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],u=Gp(s,r[s],n,"string"==typeof e);o=zp.merge(o,u,n)}return!0===n.allowSparse?o:zp.compact(o)},Hp={formats:lp,parse:Vp,stringify:Wp},Kp={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 Hp.stringify(e,{indices:!1})}};exports.SendPaymentNotification=void 0,Ql=exports.SendPaymentNotification||(exports.SendPaymentNotification={}),(Yl=Ql.NotificationStatus||(Ql.NotificationStatus={})).SETTLED="SETTLED",Yl.NOT_SETTLED="NOT_SETTLED",(Jl=Ql.NotificationReason||(Ql.NotificationReason={})).REFUNDED="REFUNDED",Jl.RESOLVED="RESOLVED",Jl.CANCELLED="CANCELLED",Jl.SERVICE_SUSPENDED="SERVICE_SUSPENDED",Jl.ORDER_STOPPED="ORDER_STOPPED",Jl.DISMISS="DISMISS",exports.PaymentFiltersSection=void 0,(Xl=exports.PaymentFiltersSection||(exports.PaymentFiltersSection={})).PAYMENTS="payments",Xl.INSIGHTS="insights",exports.Organization=void 0,Zl=exports.Organization||(exports.Organization={}),(ed=Zl.CustomClaims||(Zl.CustomClaims={})).ORGANIZATION_CODE="https://dashboard.dev.y.uno/organization_code",ed.USER_CODE="https://dashboard.dev.y.uno/user_code",ed.USER_EMAIL="https://dashboard.dev.y.uno/user_email",exports.Country=void 0,td=exports.Country||(exports.Country={}),(nd=td.CountryCode||(td.CountryCode={})).COLOMBIA="CO",nd.MEXICO="MX",nd.BRAZIL="BR",nd.ARGENTINA="AR",nd.CHILE="CL",nd.PERU="PE",nd.URUGUAY="UR",nd.ECUADOR="EC",exports.Cms=void 0,rd=exports.Cms||(exports.Cms={}),(od=rd.Locale||(rd.Locale={})).EN="en",od.ES="es",od.PT="pt",(ad=rd.Target||(rd.Target={})).BLANK="_blank",ad.PARENT="_parent",ad.SELF="_self",ad.TOP="_top",exports.ReportType=void 0,(id=exports.ReportType||(exports.ReportType={})).PAYMENTS="PAYMENTS",id.TRANSACTIONS="TRANSACTIONS",id.FRAUD_TRANSACTIONS="FRAUD_TRANSACTIONS",id.PAYOUTS="PAYOUTS",exports.TemplateType=void 0,(sd=exports.TemplateType||(exports.TemplateType={})).ALL="ALL",sd.DEFAULT="DEFAULT",sd.CUSTOM="CUSTOM",exports.SmartRouting=void 0,(ud=exports.SmartRouting||(exports.SmartRouting={})).DEFAULT_ROUTING_TYPE="smart-routing",(cd=ud.StepType||(ud.StepType={})).FRAUD="FRAUD",cd.PAYMENT="PAYMENT",cd.THREE_D_SECURE="THREE_D_SECURE",cd.CYBERSOURCE_3DS="CYBERSOURCE_3DS",(ld=ud.DeclineGroupType||(ud.DeclineGroupType={})).PROVIDER_STATUS="PROVIDER_STATUS",ld.MAC_CODE="MAC_CODE",exports.DataReport=void 0,dd=exports.DataReport||(exports.DataReport={}),(pd=dd.InsightsVolumeMetricsV2Path||(dd.InsightsVolumeMetricsV2Path={})).REFUNDS_AND_CHARGEBACKS="refunds-and-chargebacks",pd.APPROVED_PAYMENTS="approved-payments",pd.PAYMENT_METHODS="payment-methods",pd.PROVIDERS="providers",pd.COUNTRIES="countries",pd.UNIQUE_CUSTOMER_PAYMENTS="unique-customer-payments",pd.TOTAL_PAYMENTS="total-payments",function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(dd.OverviewMetricType||(dd.OverviewMetricType={})),exports.ReconciliationReportType=void 0,(hd=exports.ReconciliationReportType||(exports.ReconciliationReportType={})).TRANSACTIONS="TRANSACTION_RECONCILIATION",hd.SETTLEMENTS="SETTLEMENTS",hd.SETTLEMENTS_HEADER="SETTLEMENTS_HEADER",hd.AGENDA="AGENDA",hd.SALES_CONCILIATION="SALES_CONCILIATION",hd.FEES="FEES",hd.ADVANCEMENTS="ADVANCEMENTS",hd.RECONCILIATION_OVERVIEW="RECONCILIATION_OVERVIEW",hd.SETTLEMENTS_FEES="SETTLEMENTS_FEES",hd.CASHFLOW="CASHFLOW",hd.PROCESSED_TRANSACTIONS="PROCESSED_TRANSACTIONS",exports.ReconciliationAgendaInsight=void 0,(fd=exports.ReconciliationAgendaInsight||(exports.ReconciliationAgendaInsight={})).TOTAL_AMOUNT="AGENDA_TOTAL_AMOUNT",fd.DAILY="AGENDA_DAILY_DISTRIBUTION",fd.PAYMENT_METHOD="AGENDA_PAYMENT_METHOD_DISTRIBUTION",fd.CARD_BRAND="AGENDA_CARD_BRAND_DISTRIBUTION",exports.Audit=void 0,gd=exports.Audit||(exports.Audit={}),(md=gd.AuditExportReportType||(gd.AuditExportReportType={})).DASHBOARD="DASHBOARD",md.API="API",md.WEBHOOKS="WEBHOOKS",md.MONITORS="MONITORS",exports.AI=void 0,yd=exports.AI||(exports.AI={}),(vd=yd.AIGenerateStatus||(yd.AIGenerateStatus={})).ACCEPTED="ACCEPTED",vd.REFUSED="REFUSED",vd.FRONT_FAILED="FRONT_FAILED",exports.OrganizationConfig=void 0,bd=exports.OrganizationConfig||(exports.OrganizationConfig={}),(kd=bd.ConfigType||(bd.ConfigType={})).YUNO_SMART_TOKENS="YUNO_SMART_TOKENS",kd.CUSTOM_ROUTING_RULES="CUSTOM_ROUTING_RULES",kd.CUSTOM_RETRY_DECLINED_WITH_PAN="CUSTOM_RETRY_DECLINED_WITH_PAN";var $p=["PAUSED","ACTIVE"],Qp={PAUSED:"pause",DELETED:"delete",ACTIVE:"unpause"},Yp="DELETED",Jp={CR_CARD_BIN:"bin",CR_CARD_BRAND:"brand",CR_CARD_ISSUER_NAME:"issuer-name",CR_CARD_TYPE:"type",CR_FALLBACK:"fallback"},Xp=function(e){return!(null==e?void 0:e.data)||"string"==typeof(null==e?void 0:e.data)&&""===(null==e?void 0:e.data)},Zp=[{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"}],eh=[{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"}],th=[{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"}],nh=[{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:""}}],rh=[{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"}],oh={docs_url:"https://docs.y.uno/reference/api-reference-overview"},ah={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}]},ih=[{code:"en",name:"English (en)"},{code:"es",name:"Spanish (es)"},{code:"pt",name:"Portuguese (pt)"}];const sh=[];for(let e=0;e<256;++e)sh.push((e+256).toString(16).slice(1));let uh;const ch=new Uint8Array(16);var lh={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function dh(e,t,n){if(lh.randomUUID&&!t&&!e)return lh.randomUUID();const r=(e=e||{}).random??e.rng?.()??function(){if(!uh){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");uh=crypto.getRandomValues.bind(crypto)}return uh(ch)}();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(sh[e[t+0]]+sh[e[t+1]]+sh[e[t+2]]+sh[e[t+3]]+"-"+sh[e[t+4]]+sh[e[t+5]]+"-"+sh[e[t+6]]+sh[e[t+7]]+"-"+sh[e[t+8]]+sh[e[t+9]]+"-"+sh[e[t+10]]+sh[e[t+11]]+sh[e[t+12]]+sh[e[t+13]]+sh[e[t+14]]+sh[e[t+15]]).toLowerCase()}(r)}var ph=function(e){return{account_codes:e&&(null==e?void 0:e.length)>0?null==e?void 0:e.split(","):[]}};function hh(e){return e&&0!==e.length?{metadata_filters:e.map(function(e){return{key:e.field,conditional:e.type,values:e.values}})}:{}}var fh=function(t){function n(n){var r=n?e.__assign(e.__assign({},Kp),n):Kp;return t.call(this,r)||this}return e.__extends(n,t),n.prototype.simulateAxiosError=function(){return new Promise(function(e,t){t({name:"AxiosError"})})},n.prototype.updateReconciliationReportTemplate=function(t){var n=t.type===exports.ReconciliationReportType.TRANSACTIONS?"TRANSACTIONS":t.type,r=e.__assign(e.__assign({},t),{type:n});return this.put("/v1/reconciliation/reports/templates",r)},n.prototype.createReconciliationReportTemplate=function(t){var n=t.type===exports.ReconciliationReportType.TRANSACTIONS?"TRANSACTIONS":t.type,r=e.__assign(e.__assign({},t),{type:n});return this.post("/v1/reconciliation/reports/templates",r)},n.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})},n.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})},n.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})},n.prototype.getReconciliationFilters=function(){return this.get("/reconciliation/filters")},n.prototype.getReconciliationsReportColumns=function(e,t){return this.get("/v1/reconciliation/reports/columns/".concat(e,"/").concat(t))},n.prototype.getReconciliationReportTemplates=function(){return this.get("/v1/reconciliation/reports/templates")},n.prototype.getAllTableColumns=function(e){return this.get("/v1/reconciliation/table/".concat(e,"/columns"))},n.prototype.getReconciliationActive=function(){return this.get("/v1/reconciliation/status")},n.prototype.getReconciliationAlerts=function(e,t){return this.post("/reconciliation/alerts/list",e,{params:t})},n.prototype.postReconciliationAlert=function(e){return this.post("/reconciliation/alerts",e)},n.prototype.updateReconciliationAlert=function(e){return this.patch("/reconciliation/alerts",e)},n.prototype.deleteReconciliationAlert=function(e){return this.delete("/reconciliation/alerts",{params:e})},n.prototype.getReconciliationAgenda=function(e,t){return this.post("/reconciliation/agenda/list",e,{params:t})},n.prototype.getReconciliationAgendaInsightByKey=function(e,t){return this.post("/reconciliation/agenda/insights",e,{params:t})},n.prototype.getReconciliationSales=function(e,t){return this.post("/reconciliation/sales/list",e,{params:t})},n.prototype.getReconciliationAdvancements=function(e,t){return this.post("/reconciliation/advancements/list",e,{params:t})},n.prototype.getReconciliationFees=function(e,t){return this.post("/reconciliation/fees/list",e,{params:t})},n.prototype.getReconciliationInsightsConflictsSummary=function(e){return this.post("/reconciliations/insights/conflicts/summary",e)},n.prototype.getReconciliationInsightsNotReconciledAggregators=function(e){return this.post("/reconciliations/insights/not-reconciled/aggregators",e)},n.prototype.getReconciliationInsightsNotReconciledList=function(e){return this.post("/reconciliations/insights/not-reconciled/list",e)},n.prototype.getReconciliationInsightsStatusConflictAggregators=function(e){return this.post("/reconciliations/insights/status-conflict/aggregators",e)},n.prototype.getReconciliationInsightsStatusConflictList=function(e){return this.post("/reconciliations/insights/status-conflict/list",e)},n.prototype.getReconciliationInsightsAmountConflictAggregators=function(e){return this.post("/reconciliations/insights/amount-conflict/aggregators",e)},n.prototype.getReconciliationInsightsAmountConflictList=function(e){return this.post("/reconciliations/insights/amount-conflict/list",e)},n.prototype.getReconciliationInsightsConflictDateSummary=function(e){return this.post("/reconciliations/insights/conflict-date/summary",e)},n.prototype.getReconciliationInsightsConflictDateAggregators=function(e){return this.post("/reconciliations/insights/conflict-date/aggregators",e)},n.prototype.getReconciliationInsightsConflictDateList=function(e){return this.post("/reconciliations/insights/conflict-date/list",e)},n.prototype.getReconciliationInsightsIncorrectFeesSummary=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/summary",e,t?{params:{date_filter:t}}:void 0)},n.prototype.getReconciliationInsightsIncorrectFeesAggregators=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/aggregators",e,t?{params:{date_filter:t}}:void 0)},n.prototype.getReconciliationInsightsIncorrectFeesList=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/list",e,t?{params:{date_filter:t}}:void 0)},n.prototype.getReconciliationInsightsFeesChargedSummary=function(e,t){return this.post("/reconciliations/insights/fees-charged/summary",e,t?{params:{date_filter:t}}:void 0)},n.prototype.getReconciliationInsightsReconciledSummary=function(e,t){return this.post("/reconciliations/insights/reconciled/summary",e,t?{params:{date_filter:t}}:void 0)},n.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)},n.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)},n.prototype.getReconciliationInsightsNotConfirmSummary=function(e){return this.post("/reconciliations/insights/not-confirm/summary",e)},n.prototype.getReconciliationInsightsNotConfirmAggregators=function(e){return this.post("/reconciliations/insights/not-confirm/aggregators",e)},n.prototype.getReconciliationInsightsNotConfirmList=function(e){return this.post("/reconciliations/insights/not-confirm/list",e)},n.prototype.getReconciliationInsightsAmountToBeSettledSummary=function(e){return this.post("/reconciliations/insights/amount-to-be-settled/summary",e)},n.prototype.postPaymentsLazy=function(t){var n=t.account_code,r=t.metadata,o=e.__rest(t,["account_code","metadata"]);return o.start_date||(o.start_date=new Date),o.end_date||(o.end_date=new Date),this.post("/payments/lazy",e.__assign({account_codes:(null==n?void 0:n.split(","))||[]},hh(r)),{params:o})},n.prototype.postPayouts=function(t){var n=t.account_code,r=t.metadata,o=e.__rest(t,["account_code","metadata"]);return o.start_date||(o.start_date=new Date),o.end_date||(o.end_date=new Date),this.post("/payouts",e.__assign({account_codes:(null==n?void 0:n.split(","))||[]},hh(r)),{params:o})},n.prototype.getPayoutsFilters=function(e){return this.get("/payouts/filters",{headers:{"x-organization-code":e}})},n.prototype.postPaymentsEvaluated=function(t){t.account_code;var n=e.__rest(t,["account_code"]);return n.start_date||(n.start_date=new Date),n.end_date||(n.end_date=new Date),this.post("/payments/evaluated",n)},n.prototype.getPaymentV2=function(e){return this.get("/payments/v2/".concat(e))},n.prototype.postTransactions=function(t){var n=t.account_code,r=t.metadata,o=e.__rest(t,["account_code","metadata"]);return this.post("/v2/transactions",e.__assign({account_codes:(null==n?void 0:n.split(","))||[]},hh(r)),{params:o})},n.prototype.postFraudTransactions=function(t){var n=t.account_code,r=t.metadata,o=e.__rest(t,["account_code","metadata"]);return this.post("/fraud-transactions",e.__assign({account_codes:(null==n?void 0:n.split(","))||[]},hh(r)),{params:o})},n.prototype.getPayoutDetails=function(e){var t={"x-organization-code":e.organization_code};return this.get("/payouts/detail/".concat(e.payout_code),{headers:t})},n.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})},n.prototype.getPayoutHistoryDetails=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e.payout_code,"/history"),{headers:n})},n.prototype.getPayoutTimeline=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e,"/timeline"),{headers:n})},n.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})},n.prototype.getOrgByName=function(e){return this.post("/organizations/get-by-name",{org_name:e})},n.prototype.createOperationTransaction=function(e,t,n,r){return this.post("/payments/".concat(n,"/transactions/").concat(t,"/").concat(r),e)},n.prototype.getPaymentMethodsAndProviders=function(){return this.get("/payments/payment-methods/providers")},n.prototype.getTransactionDetailsV2=function(e){return this.get("/payments/".concat(e.payment_code,"/transactions/details"),{params:{payment_code:e.payment_code,size:99}})},n.prototype.getTransactionRawResponse=function(e){return this.get("/transactions/".concat(e.transaction_code,"/raw-response"))},n.prototype.postProviderRawResponse=function(e,t){return this.post("/provider-raw-response/".concat(e),t)},n.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":dh()}})},n.prototype.getPaymentTransactionsDetails=function(e){var t=e.transaction_code;return this.get("/transactions/".concat(t,"/details"))},n.prototype.getTransactionHistoryByPaymentCode=function(e){var t=e.payment_code;return this.get("/transactions/by-payment/".concat(t,"/history"))},n.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})},n.prototype.getDeveloperCredentialsValidatePassword=function(e){return this.get("/validate-password",{headers:{"x-password":e}})},n.prototype.getDeveloperCredentialsValidatePasswordRegularUser=function(e){return this.get("/validate-password-regular",{headers:{"x-password":e}})},n.prototype.getAllowedIps=function(){return this.get("/allowlist-ips")},n.prototype.patchAllowedIps=function(e){return this.patch("/allowlist-ips",e)},n.prototype.getOrganization=function(){return this.get("/organizations",{headers:{"x-organization-code":""}})},n.prototype.getAllOrganization=function(){return this.get("/organizations/all")},n.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})},n.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})},n.prototype.putCosts=function(t){return e.__awaiter(this,void 0,void 0,function(){return e.__generator(this,function(e){return[2,this.put("/connections/costs",{costs:[t]})]})})},n.prototype.updateOrganizationStatus=function(){return e.__awaiter(this,void 0,void 0,function(){return e.__generator(this,function(e){return[2,this.patch("/organizations/status")]})})},n.prototype.addToRiskList=function(e,t){return this.post("/payments/".concat(e,"/add-to-risk-list"),t)},n.prototype.getOrganizationConfigs=function(){return this.get("/organization-config/configs")},n.prototype.postOrganizationConfigs=function(e){return this.post("/organization-config/configs-by-account",e)},n.prototype.putOrganizationConfigsByAccount=function(e){return this.put("/organization-config/configs-by-account",e)},n.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}}:{})},n.prototype.getConnectionsByPaymentMethod=function(t,n){return e.__awaiter(this,void 0,void 0,function(){return e.__generator(this,function(e){return[2,this.get("/organizations/connections/".concat(t,"/").concat(n))]})})},n.prototype.getHashPylon=function(){return this.get("/pylon-hash")},n.prototype.getConnections=function(){return this.get("/connections")},n.prototype.postValidateStatusConnection=function(e){var t=e.payload,n={"x-account-code":e.accountCode};return this.post("/connections/validate-status",t,{headers:n})},n.prototype.postChangeStatusConnection=function(e){var t=e.payload,n=e.accountCode,r="/connections/change-status";if(t.status==Yp)return delete t.status,this.delete(r,{data:t});Object.values($p).includes(null==t?void 0:t.status)&&(r="".concat(r,"/").concat(Qp[t.status]),delete t.status);var o={"x-account-code":n};return this.post(r,t,{headers:o})},n.prototype.postMultiConnection=function(e){var t=e.payload;return this.post("/connections/multi-accounts",t)},n.prototype.postMultiConnectionValidate=function(){return this.get("/connection/valid-accounts")},n.prototype.patchConnection=function(t){var n,r=t.payload,o=t.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),e.__assign({account_code:i},r))},n.prototype.postDefaultRoutes=function(e){var t=e.payload;return this.post("/connections/default-routes",t)},n.prototype.getDialogs=function(){return this.get("/dialogs")},n.prototype.getWebhookParamsV2=function(){return this.get("/accounts/webhooks-v2/params-catalog")},n.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}})},n.prototype.getWebhooksV2Detail=function(e){var t=e.accountCode;return this.get("/accounts/webhooks-v2/detail/".concat(t))},n.prototype.postWebhookV2MultiAccount=function(e){var t=e.payload;return this.post("/accounts/webhooks/multi-account",t)},n.prototype.deleteWebhookV2=function(e,t){return this.delete("/accounts/webhooks-v2/".concat(e,"/").concat(t))},n.prototype.updateWebhookV2=function(e,t,n){return this.patch("/accounts/webhooks-v2/".concat(e,"/").concat(n),t)},n.prototype.getMenu=function(){return this.get("/cms/menu")},n.prototype.postWebhookLogs=function(t){var n=t.payload,r=n.account_code,o=e.__rest(n,["account_code"]),a={account_codes:r};return this.post("/v2/webhooks/organization",a,{params:o,paramsSerializer:au})},n.prototype.postResendWebhooks=function(e){var t=e.codes;return this.post("/v2/webhooks/organization/resend",{codes:t})},n.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:au})},n.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:au})},n.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:au})},n.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:au})},n.prototype.getAuditExportsList=function(e){return this.get("/audit/reports",{params:{report_type:e}})},n.prototype.getAuditExportDownload=function(e){return this.get("/audit/reports/".concat(e,"/download"))},n.prototype.getUnifiedExportsPath=function(e){return"/v1/".concat(e,"/exports")},n.prototype.postUnifiedExport=function(e,t){return this.post(this.getUnifiedExportsPath(e),t)},n.prototype.getUnifiedExportStatus=function(e,t){var n=this.getUnifiedExportsPath(e);return this.get("".concat(n,"/").concat(t))},n.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}})},n.prototype.postApiLogs=function(t){var n=t.payload,r=n.account_code,o=e.__rest(n,["account_code"]),a={account_codes:r};return this.post("/v2/api-logs/organization",a,{params:o,paramsSerializer:au})},n.prototype.getApiLogsDetailByPaymentCode=function(e){return this.get("/v2/api-logs/payment/".concat(e,"/details"))},n.prototype.getApiLogsByTransactionCode=function(e,t){return this.get("/v2/api-logs/transaction/".concat(e),{headers:{"x-account-code":t}})},n.prototype.useGetPaymentStatusesStyles=function(){return this.get("/cms/payment/statuses")},n.prototype.useGetTransactionStatusesStyles=function(){return this.get("/cms/transaction/statuses")},n.prototype.useGetReconciliationTransactionStatusesStyles=function(){return this.get("/cms/reconciliation/transaction/statuses")},n.prototype.useGetCountriesConfig=function(){return this.get("/country-data-api/v1/config")},n.prototype.useGetCountriesConfigV2=function(e){var t=e?{"accept-language":e}:{};return this.get("/country-data/v2/config",{params:t})},n.prototype.useGetTimeZoneCatalog=function(){return this.get("/cms/timezone/catalog")},n.prototype.useGetAuditLogsFilters=function(){return this.get("/cms/audit-logs-filters")},n.prototype.getDashboardStaticContents=function(){return this.get("/cms/static-contents")},n.prototype.getLocales=function(){return this.get("/cms/locales")},n.prototype.getSmartRoutingMethods=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/methods/").concat(e))},n.prototype.putSmartRoutingToggleMethod=function(e,t,n){return this.put("/smart-routing/methods/".concat(e,"/").concat(t),{active:n})},n.prototype.getSmartRoutingConditionTypes=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/condition-types/").concat(e,"/").concat(t))},n.prototype.getSmartRoutingConditionPaymentMethod=function(e,t){var n={"x-account-code":e};return this.get("/smart-routing/payment-methods/".concat(t,"/conditions"),{headers:n})},n.prototype.getSmartRoutingConditionTypesValues=function(e,t){return this.get("/smart-routing/condition-types-values/".concat(e,"/").concat(t))},n.prototype.getSmartRoutingNextSteps=function(e,t,n,r){return void 0===r&&(r=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(r,"/next-route/").concat(e,"/").concat(t,"/").concat(n))},n.prototype.getSmartRoutingWorkflowVersion=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/workflow-version/").concat(e,"/").concat(t))},n.prototype.getSmartRoutingWorkflow=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/workflow/").concat(e,"/").concat(t))},n.prototype.putSmartRoutingUpdateWorkflow=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.put("/".concat(n,"/update-workflow/").concat(e),t)},n.prototype.putSmartRoutingUpdateWorkflowName=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.put("/".concat(n,"/workflow/").concat(e,"/edit-name"),t)},n.prototype.postSmartRoutingCreateWorkflow=function(e,t){return this.post("/smart-routing/create-workflow/".concat(e),t)},n.prototype.postSmartRoutingPublishVersion=function(e,t,n,r){void 0===r&&(r=exports.SmartRouting.DEFAULT_ROUTING_TYPE);var o={"x-organization-code":n};return this.post("/".concat(r,"/publish-version/").concat(e,"/").concat(t),{},{headers:o})},n.prototype.deleteSmartRoutingVersion=function(e,t){return this.delete("/smart-routing/delete-version/".concat(e,"/").concat(t))},n.prototype.postSmartRoutingDuplicateVersion=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.post("/".concat(n,"/duplicate-version/").concat(e,"/").concat(t))},n.prototype.getSmartRoutingDeclinedGroup=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/declined-groups/").concat(e))},n.prototype.updateSmartRoutingDeclinedGroup=function(e,t,n){return this.put("/smart-routing/declined-groups/".concat(e,"/").concat(t),n)},n.prototype.createSmartRoutingDeclinedGroup=function(e,t){return this.post("/smart-routing/declined-groups/".concat(e),t)},n.prototype.getSmartRoutingPaymentRoute=function(e,t){return this.get("/smart-routing/payment-route/".concat(e,"/").concat(t))},n.prototype.updateSmartRoutingFavorite=function(e,t,n){return this.put("/smart-routing/favorite/".concat(e,"/").concat(t),{favorite:n})},n.prototype.getSmartRoutingSimulateConditionTypeValues=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/condition-types-values-list/").concat(e))},n.prototype.simulateSmartRoutingTransaction=function(e,t,n){return this.post("/smart-routing/simulate-transaction/".concat(e,"/").concat(t),n)},n.prototype.getSmartRoutingSearchConditionValues=function(e,t){return this.get("/smart-routing/search-condition-values/".concat(e,"/").concat(t))},n.prototype.getProviderConversionRatesData=function(){return this.get("/smart-routing/conversion-rates/all")},n.prototype.updateMonitorRedistribution=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/monitor-redistribution",t,{headers:n})},n.prototype.removeDeclinedGroup=function(e,t){var n={"x-organization-code":e};return this.delete("/smart-routing/declined-groups/".concat(t),{headers:n})},n.prototype.multiAccountDeclinedGroupCreate=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/declined-groups/massive/create",t,{headers:n})},n.prototype.generateAIWorkflowRoutes=function(e,t){var n={"x-organization-code":e};return this.post("/ai/generate-route",t,{headers:n})},n.prototype.postAIGenerationFeedback=function(e){return this.post("/ai/generation-feedback",e)},n.prototype.getRoutingMonitorsTemplates=function(e){var t={"x-organization-code":e};return this.get("/routing-monitor/templates",{headers:t})},n.prototype.getRoutingMonitorsTemplate=function(e,t){var n={"x-organization-code":t};return this.get("/routing-monitor/template/".concat(e),{headers:n})},n.prototype.createMonitorThreshold=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/threshold",e,{headers:n})},n.prototype.createMonitorTemplate=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/template",e,{headers:n})},n.prototype.getSmartRoutingDataReport=function(e){return this.get("/data-report",{params:e})},n.prototype.getInsightsMetricsConversionRateV2=function(t,n){var r=t.account_code,o=t.connection_name,a=t.metadata,i=e.__rest(t,["account_code","connection_name","metadata"]),s=ph(r);return o&&(s.connection_name=o.split(",")),a&&(s=e.__assign(e.__assign({},s),hh(a))),this.post("/insights/conversion-rate/".concat(n),s,{params:i})},n.prototype.getInsightsMetricsConversionRateViewMore=function(t,n){var r=t.account_code,o=t.metadata,a=e.__rest(t,["account_code","metadata"]),i=ph(r);return o&&(i=e.__assign(e.__assign({},i),hh(o))),this.post("/insights/conversion-rate/cards/metrics/".concat(n),i,{params:a})},n.prototype.getInsightFallbackMetrics=function(t){var n=t.account_code,r=t.metadata,o=e.__rest(t,["account_code","metadata"]),a=ph(n);return r&&(a=e.__assign(e.__assign({},a),hh(r))),this.post("/insights/conversion-rate/fallback",a,{params:o})},n.prototype.getInsightsMetricsVolume=function(t,n){var r=n.connection_name,o=n.metadata,a=e.__rest(n,["connection_name","metadata"]),i={account_codes:(null==t?void 0:t.length)?null==t?void 0:t.split(","):[]};return r&&(i=e.__assign(e.__assign({},i),{connection_name:null==r?void 0:r.split(",")})),o&&(i=e.__assign(e.__assign({},i),hh(o))),this.post("/insights/volume/metrics",i,{params:a})},n.prototype.getInsightsMetricsVolumeV2=function(t,n,r){var o=r.connection_name,a=r.metadata,i=e.__rest(r,["connection_name","metadata"]),s={account_codes:(null==t?void 0:t.length)?null==t?void 0:t.split(","):[]};return o&&(s=e.__assign(e.__assign({},s),{connection_name:null==o?void 0:o.split(",")})),a&&(s=e.__assign(e.__assign({},s),hh(a))),this.post("/insights/volume/".concat(n),s,{params:i})},n.prototype.getInsightsFraudScreeningVolumeAndCountTx=function(e,t){return this.post("/insights/fraud-screening/volume-and-count-tx",e,{params:t})},n.prototype.getInsightsFraudScreeningConversionRate=function(e,t){return this.post("/insights/fraud-screening/conversion-rate",e,{params:t})},n.prototype.getInsights3dsVolumeAndCountTx=function(e,t){return this.post("/insights/3ds/volume-and-count-tx",e,{params:t})},n.prototype.getInsights3dsConversionRateAndEvolution=function(e,t){return this.post("/insights/3ds/conversion-rate-and-evolution",e,{params:t})},n.prototype.getInsights3dsDeclineReasons=function(e,t){return this.post("/insights/3ds/decline-reasons",e,{params:t})},n.prototype.getInsights3dsFrictionlessVsChallenge=function(e,t){return this.post("/insights/3ds/frictionless-vs-challenge",e,{params:t})},n.prototype.getInsightsChargebacksVolumeAndCountTx=function(e,t){return this.post("/insights/chargebacks/volume-and-count-tx",e,{params:t})},n.prototype.getInsightsChargebacksTotalRateAndEvolution=function(e,t){return this.post("/insights/chargebacks/total-rate-and-evolution",e,{params:t})},n.prototype.getInsightsChargebacksWinRate=function(e,t){return this.post("/insights/chargebacks/win-rate",e,{params:t})},n.prototype.getInsightsChargebacksDisputed=function(e,t){return this.post("/insights/chargebacks/disputed",e,{params:t})},n.prototype.getInsightsChargebacksByProviderAndCardBrand=function(e,t){return this.post("/insights/chargebacks/by-provider-and-card-brand",e,{params:t})},n.prototype.getInsightsChargebacksReasonsDistribution=function(e,t){return this.post("/insights/chargebacks/reasons-distribution",e,{params:t})},n.prototype.getInsightsChargebacksStatusDistribution=function(e,t){return this.post("/insights/chargebacks/status-distribution",e,{params:t})},n.prototype.getInsightsChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},n.prototype.getInsightOverview=function(t){var n=t.account_code,r=t.connection_name,o=t.metadata,a=e.__rest(t,["account_code","connection_name","metadata"]),i=ph(n);return r&&(i=e.__assign(e.__assign({},i),{connection_name:null==r?void 0:r.split(",")})),o&&(i=e.__assign(e.__assign({},i),hh(o))),this.post("/insights/overview",i,{params:a})},n.prototype.getInsightOverviewV3=function(t,n){var r=t.account_code,o=t.connection_name,a=t.metadata,i=e.__rest(t,["account_code","connection_name","metadata"]),s=ph(r);return o&&(s=e.__assign(e.__assign({},s),{connection_name:null==o?void 0:o.split(",")})),a&&(s=e.__assign(e.__assign({},s),hh(a))),this.post("/insights/overview/".concat(n),s,{params:i})},n.prototype.getInsighstHomeMetrics=function(e){return this.post("/insights/dashboard-home-metrics",e)},n.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})},n.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})},n.prototype.getCheckouts=function(e){var t=e.accountCode;return this.get("/checkouts/".concat(t))},n.prototype.getNameAndIcon=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/icon-name?type=").concat(n))},n.prototype.getRequiredFields=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/required-fields?type=").concat(n))},n.prototype.updateIsActiveCheckout=function(t){var n=t.accountCode,r=e.__rest(t,["accountCode"]);return this.patch("/checkouts/publish",r,{headers:{"x-account-code":n}})},n.prototype.getCountryData=function(e){var t=e.accountCode;return this.get("/country-data/v1/country-documents",{headers:{"x-account-code":t}})},n.prototype.getStylingSdkDynamic=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkout/settings",{headers:t})},n.prototype.getStylingSettingsV2=function(e){var t={"x-account-code":e.accountCode};return this.get("/v1/checkouts/builder/settings",{headers:t})},n.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})},n.prototype.emailVerification=function(e){return this.get("/user/email-verification/".concat(e))},n.prototype.createReconciliationsReportV2=function(e){return this.post("/v2/reports/create",e)},n.prototype.createReconciliationsReportV3=function(e){return this.post("/v3/reports/create",e)},n.prototype.createReportV2=function(e){return this.post("/reports",e)},n.prototype.getTotalRowsForExport=function(e){return this.post("/reports/count",e)},n.prototype.reportsList=function(){return this.get("/reports")},n.prototype.reportsListMultiEnv=function(){return this.get("/reports/multi-environment")},n.prototype.downloadReports=function(e){return this.get("/reports-redirect/".concat(e))},n.prototype.cancelReport=function(e){return this.patch("/reports/".concat(e))},n.prototype.getReportTemplates=function(){return this.get("/reports/templates")},n.prototype.createReportTemplate=function(e){return this.post("/reports/templates",e)},n.prototype.updateReportTemplate=function(e){return this.put("/reports/templates",e)},n.prototype.deletePaymentsReportTemplate=function(e){return this.delete("/reports/templates",{data:e})},n.prototype.getReportColumns=function(e,t){return this.get("/reports/columns/".concat(e,"/").concat(t))},n.prototype.searchReportTemplates=function(e){return this.post("/template-reporting/report-templates/search",e)},n.prototype.searchReportTemplateById=function(e,t){return this.post("/template-reporting/report-templates/search/".concat(e),t)},n.prototype.createTemplateReporting=function(e){return this.post("/template-reporting/report-templates",e)},n.prototype.cloneReportTemplate=function(e,t){return this.post("/template-reporting/report-templates/".concat(e,"/clone"),t)},n.prototype.updateTemplateSelection=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/selection"),t)},n.prototype.changeTemplateStatus=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/status"),t)},n.prototype.deleteReportTemplate=function(e,t){return this.delete("/template-reporting/report-templates/".concat(e),{data:t})},n.prototype.searchReportSchedules=function(e){return this.post("/template-reporting/report-schedules/search",e)},n.prototype.searchReportScheduleById=function(e,t){return this.post("/template-reporting/report-schedules/search/".concat(e),t)},n.prototype.createReportSchedule=function(e){return this.post("/template-reporting/report-schedules",e)},n.prototype.disableReportSchedule=function(e,t){return this.patch("/template-reporting/report-schedules/".concat(e,"/disable"),t)},n.prototype.deleteReportSchedule=function(e,t){return this.delete("/template-reporting/report-schedules/".concat(e),{data:t})},n.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})},n.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})},n.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})},n.prototype.getScheduledReport=function(e){return this.get("/scheduled-reports?reportType=".concat(e))},n.prototype.postScheduledReport=function(e){return this.post("/scheduled-reports",e)},n.prototype.updateScheduledReport=function(e,t){return this.patch("/scheduled-reports/".concat(e),t)},n.prototype.deleteScheduledReport=function(e){return this.delete("/scheduled-reports/".concat(e))},n.prototype.getProfile=function(){return this.get("/user")},n.prototype.getUserFull=function(){return this.get("/user-full")},n.prototype.getImpersonationUsers=function(){return this.get("/impersonation/user")},n.prototype.getImpersonationEnabled=function(){return this.get("/impersonation/enabled")},n.prototype.getUsersToImpersonate=function(t,n,r,o,a){void 0===r&&(r=1),void 0===o&&(o=10);var i=e.__assign({account_codes:n||[],page:r,page_size:o},a&&{search_value:a});return this.post("/impersonation/user/organization/".concat(t,"/users-to-impersonate"),i)},n.prototype.getAccountsForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/accounts"))},n.prototype.updateProfile=function(e){return this.patch("/user",e)},n.prototype.inviteUsersMassive=function(e,t){var n={"x-organization-code":t};return this.post("user/invite/massive",e,{headers:n})},n.prototype.inviteUsersMassiveV2=function(e){return this.post("user/invite/massive/v2",e)},n.prototype.unInviteUsersV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/user/uninvite/".concat(t),{headers:n})},n.prototype.getAccounts=function(e){var t={"x-organization-code":e};return this.get("/accounts-user",{headers:t})},n.prototype.getAccountsV2=function(){return this.get("/accounts-user")},n.prototype.getAccountsByUser=function(e){return this.get("/accounts-user/user/".concat(e))},n.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})},n.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})},n.prototype.postAccount=function(e,t){return this.post("/accounts",{name:e,principal:t})},n.prototype.duplicateAccount=function(e){return this.post("/accounts/duplicate",e)},n.prototype.retryDuplicateAccount=function(e){return this.post("/accounts/duplicate/".concat(e,"/retry"))},n.prototype.getPendingDuplicateAccounts=function(){return this.get("/accounts/duplicate")},n.prototype.patchAccount=function(e){var t=e.name,n=e.code,r=e.principal;return this.patch("/accounts/".concat(n),{name:t,principal:r})},n.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}})},n.prototype.putAccountPrincipal=function(e){var t=e.account_code;return this.put("/user-accounts/principal",{account_code:t})},n.prototype.getMergedNotifications=function(){return this.get("/notifications-all")},n.prototype.getNotificationsCustomer=function(e){return this.get("/notifications/".concat(e))},n.prototype.getValidateOpsgenieKey=function(e){return this.get("/notifications/opsgenie/validate/".concat(e))},n.prototype.postSlackMessageChannel=function(e){return this.post("/slack-channel-message",e)},n.prototype.pathNotification=function(e){return this.patch("/notifications",e)},n.prototype.getNotificationsNumber=function(e){return this.get("/notifications/".concat(e,"/number"))},n.prototype.teamsFiltersMembers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/teams/filters/members",{headers:t})},n.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,u=e.page,c=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:u,page_size:c},{headers:l})},n.prototype.getRoles=function(){return this.get("/teams/roles")},n.prototype.setCustodian=function(){return this.post("/teams/custodian")},n.prototype.deleteUserTeamV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/teams/".concat(t),{headers:n})},n.prototype.createRoles=function(e,t){return this.post("/teams/roles",e,{headers:{"x-account-code":t}})},n.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}})},n.prototype.deleteRoles=function(e){return this.delete("/teams/roles/".concat(e))},n.prototype.getRolesPermissions=function(){return this.get("/teams/permissions")},n.prototype.getFeatureFlagId=function(t){var n=t.name,r=e.__rest(t,["name"]);return this.post("/feature-flags/evaluate",{name:n,parameters:r})},n.prototype.getFeatureFlagIdAll=function(t){var n=t.accountCode;return e.__awaiter(this,void 0,void 0,function(){var t,r;return e.__generator(this,function(e){switch(e.label){case 0:return[4,this.get("/feature-flags/names",n?{headers:{"x-account-code":n}}:{})];case 1:return t=e.sent(),r={},t.data.feature_flag_names.forEach(function(e){r[e]=!0}),[2,{data:r,status:200,statusText:"OK",headers:{},config:{}}]}})})},n.prototype.getPermissionsCatalog=function(){return this.get("/teams/permissions-catalog")},n.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})},n.prototype.getUserExportStatus=function(e){var t=e.exportCode;return this.get("/users/exports/".concat(t))},n.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))},n.prototype.changePasswordV2=function(e){return this.patch("/user/change-password-profile",e)},n.prototype.workosPasswordReset=function(e){return this.post("/workos/password-reset",e,{baseURL:(this.instance.defaults.baseURL||"").replace(/\/api$/,"/api-public")})},n.prototype.workosAdminPortal=function(){return this.post("/workos/admin-portal",{})},n.prototype.getCardBrands=function(){return this.get("/catalog/card-brands")},n.prototype.getPaymentFilters=function(e){return this.get("/payments/filters?section=".concat(e))},n.prototype.getPaymentMetricsFilters=function(){return this.get("/payments/metrics/filters")},n.prototype.sendPaymentNotification=function(e,t){return this.post("/payments/".concat(e.paymentCode,"/transactions/").concat(e.transactionCode,"/settle"),t)},n.prototype.postAuditMonitors=function(e){return this.post("/routing-monitor/audit",e)},n.prototype.getAuditMonitorDetail=function(e){return this.get("/routing-monitor/audit-monitors-details/".concat(e))},n.prototype.getAuditEvents=function(t){var n=t.account_code,r=e.__rest(t,["account_code"]);return this.post("v2/events/organization",{account_codes:n},{params:r,paramsSerializer:au})},n.prototype.getPaymentLinks=function(e,t){return this.get("/v2/payment-links/".concat(t),{params:e})},n.prototype.getPaymentLinksByCode=function(e){return this.get("/v2/payment-links/by-code/".concat(e))},n.prototype.postPaymentLinks=function(e){var t=e.payload,n=e.accountCode;return this.post("/v2/payment-links/".concat(n),t)},n.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)},n.prototype.postDeletePaymentLink=function(e){var t=e.code;return this.post("/v2/payment-links/cancel/".concat(t))},n.prototype.postSubscription=function(e){return this.post("/subscriptions",e)},n.prototype.getSubscriptionByCode=function(e){return this.get("/subscriptions/".concat(e))},n.prototype.postPauseSubscription=function(e){return this.post("/subscriptions/".concat(e,"/pause"))},n.prototype.postResumeSubscription=function(e){return this.post("/subscriptions/".concat(e,"/resume"))},n.prototype.postCancelSubscription=function(e){return this.post("/subscriptions/".concat(e,"/cancel"))},n.prototype.patchSubscription=function(e,t){return this.patch("/subscriptions/".concat(e),t)},n.prototype.postRescheduleSubscription=function(e){return this.post("/subscriptions/".concat(e,"/reschedule"))},n.prototype.getSubscriptionPayments=function(e,t,n){return this.get("/subscriptions/".concat(e,"/payments"),{params:{page:t,size:n}})},n.prototype.postListSubscriptions=function(e){return this.post("/subscriptions/list",e)},n.prototype.getTimezone=function(e){return this.get("/cms/timezone/catalog",{headers:{"x-organization-code":e}})},n.prototype.getInstallmentPlans=function(e){var t=e?au(e):"",n=t?"/v1/installments-plans?".concat(t):"/v1/installments-plans";return this.get(n)},n.prototype.createInstallmentsPlan=function(e){return this.post("/v1/installments-plans",e)},n.prototype.updateInstallmentsPlan=function(e,t){return this.patch("/v1/installments-plans/".concat(e),t)},n.prototype.deleteInstallmentsPlan=function(e){return this.delete("/v1/installments-plans/".concat(e))},n.prototype.searchInstallmentsPlans=function(e){return this.post("/v2/installments-plans/search",e)},n.prototype.bulkCreateInstallmentsPlans=function(e){return this.post("/v2/installments-plans",e)},n.prototype.bulkDeleteInstallmentsPlans=function(e){return this.post("/v2/installments-plans/bulk-delete",e)},n.prototype.firebaseUserSubscribe=function(e){return this.post("/firebase/user/subscribe",e)},n.prototype.postUserSettings=function(e){return this.patch("/user-settings",e)},n.prototype.postUserSettingsTables=function(e,t){return this.patch("/user-settings/".concat(t),e)},n.prototype.postUserSettingsPinned=function(e){return this.patch("/user-settings/pinned_sections",e)},n.prototype.postUserThemeSettings=function(e){return this.patch("/user-settings/theme",e)},n.prototype.getMfaTokenValidation=function(e,t){return this.post("/mfa/token",{password:e,otp_input:t,user_code:""})},n.prototype.getEmailOtp=function(){return this.post("/mfa/send-otp",{})},n.prototype.confirmMfaOtp=function(e){return this.post("/mfa/confirm/otp",e)},n.prototype.unrollMfa=function(e){return this.post("/mfa/unroll/otp",{password:e})},n.prototype.sendOTPForMFA=function(){return this.post("/mfa/send-otp")},n.prototype.getConfigAllowlist=function(e){var t={"x-account-code":e};return this.get("/yuno-fraud-screening-int/allow-lists/config",{headers:t})},n.prototype.getBlackListType=function(e){var t={"x-account-code":e};return this.get("/blacklist",{headers:t})},n.prototype.postBlockList=function(e,t,n,r){var o={name:t,account_codes:e,page:n,size:r};return this.post("/blacklist",o)},n.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}}:{})},n.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}}:{})},n.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}}:{})},n.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}})},n.prototype.postGetAllowlist=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/pageable",t)},n.prototype.postCreateAllowlistMultiAccount=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/massive",t)},n.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}})},n.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})},n.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}})},n.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})},n.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}})},n.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}})},n.prototype.postBlackListMultiAccount=function(e){var t=e.payload;return this.post("/blacklist/create/multi-account",t,t.account&&{headers:{"x-account-code":t.account}})},n.prototype.putBlackListType=function(e){return this.put("/blacklist/edit",e)},n.prototype.changeBlackListStatus=function(e){return this.put("/blacklist/change-status",e)},n.prototype.changeBlackListStatusItem=function(e){return this.put("/blacklist/change-item-status",e)},n.prototype.postBlackListItems=function(e){var t=e.payload;return this.post("/blacklist/items",t)},n.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)}})},n.prototype.deleteBlackListType=function(e){var t=e.black_list_code;return this.delete("/blacklist/delete/".concat(t))},n.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}})},n.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}})},n.prototype.getVelocityRules=function(t){return this.post("/yuno-fraud-screening-int/velocity-rules-list",e.__assign({},t))},n.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})},n.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()}}},n.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()}}},n.prototype.batchRefundByFile=function(t){var n=t.payload;return this.post("/batch-refund-by-file",e.__assign({},n))},n.prototype.uploadBatchRefundsV2=function(t){var n=t.payload;return this.post("/batch-refunds",e.__assign({},n))},n.prototype.getBatchRefunds=function(e,t){return this.get("/batch-refunds?limit=".concat(e,"&offset=").concat(t))},n.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})},n.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})},n.prototype.getMFAConfig=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/config",{headers:t})},n.prototype.getMFAExcludedUsers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/excluded-users",{headers:t})},n.prototype.getMFAEnforcementStatus=function(){return this.get("/mfa/enforcement-status")},n.prototype.updateMFAConfig=function(e,t){return this.post("/organization-settings/mfa/config",e,{headers:{"x-organization-code":t}})},n.prototype.mfaExcludeUsers=function(e,t){return this.post("/organization-settings/mfa/exclude-users",e,{headers:{"x-organization-code":t}})},n.prototype.getAllConfigRules=function(){return this.get("/yuno-fraud-screening-int/velocity-rules/config/all")},n.prototype.getConditionalConfigRules=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/config/conditional/".concat(e))},n.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}})},n.prototype.postCreateRuleMultiAccount=function(e,t){return this.post("/yuno-fraud-screening-int/velocity-rules/multi-account",e,{headers:{"x-account-code":t}})},n.prototype.postEditRule=function(e,t,n){return this.patch("/yuno-fraud-screening-int/velocity-rules/".concat(t),e,{headers:{"x-account-code":n}})},n.prototype.postApiKeysRoll=function(e,t,n){return this.post("/credentials-manager/v1/keys/roll/".concat(t),e,{headers:{"x-password":n}})},n.prototype.patchApiKeysEditNote=function(e,t,n){return this.patch("/credentials-manager/keys/edit-note/".concat(t),e,{headers:{"x-password":n}})},n.prototype.getCustomizedApiKeysMembers=function(){return this.get("/organization-user/resources/users/customized-keys")},n.prototype.getCustomizedApiKeysAccounts=function(){return this.get("/organization-user/resources/accounts/customized-keys")},n.prototype.postCreateCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys",e)},n.prototype.pathCreateCustomizedApiKeys=function(e,t){return this.patch("/credentials-manager/key/".concat(t),e)},n.prototype.postCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys/retrieve",{account_codes:e})},n.prototype.getCustomizedApiKeysProducts=function(){return this.get("/credentials-manager/product-list")},n.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})},n.prototype.validatePasswordStatus=function(){return this.get("/validate-password-status")},n.prototype.deleteCustomizedApiKeys=function(e){return this.delete("/credentials-manager/key/".concat(e))},n.prototype.postCreateInsightsReport=function(e){var t="CR_FALLBACK"===(null==e?void 0:e.type)?"/insights/conversion-rate/".concat(Jp[null==e?void 0:e.type],"/export"):"/insights/conversion-rate/cards/metrics/".concat(Jp[null==e?void 0:e.type],"/export");return this.post(t,e)},n.prototype.getInsightsReport=function(e){return this.get("/insights/conversion-rate/exports/".concat(null==e?void 0:e.type,"/by-user"))},n.prototype.getInsightsReportAgain=function(e){return this.get("/insights/conversion-rate/exports/".concat(e.code))},n.prototype.createUserAuth0=function(e){return this.post("/user/auth0",e)},n.prototype.getSamlConfig=function(){return this.get("/saml-config")},n.prototype.createSamlConfig=function(e){return this.post("/saml-config",e)},n.prototype.updateSamlConfig=function(e){return this.patch("/saml-config",e)},n.prototype.deleteSamlConfig=function(){return this.delete("/saml-config")},n.prototype.postCall=function(e){return this.post("/ai-agent-caller/demo",e)},n.prototype.getLoginMethods=function(){return this.get("/organization/login-methods")},n.prototype.changeLoginMethods=function(e){return this.patch("/organization/login-methods/".concat(e.methodCode),{enabled:e.enabled})},n.prototype.postValidateCredentials=function(e){var t=e.payload;return this.post("/connections/validate-credentials",t)},n.prototype.getInsightsConversionRateOverview=function(e,t){return this.post("/v3/insights/conversion-rate/overview",e,{params:t})},n.prototype.getInsightsConversionRateOverviewFraud3ds=function(e,t){return this.post("/v3/insights/conversion-rate/overview-fraud-3ds",e,{params:t})},n.prototype.getConversionRateChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},n.prototype.get3DSExemptions=function(){return this.get("/routing/3ds-exemptions")},n.prototype.getNetworkTokensOnboarding=function(){return this.get("/network-tokens/onboarding")},n.prototype.getNetworkTokensOnboardingByOrganization=function(e){return this.get("network-tokens/organization/onboarding",{headers:{"x-organization-code":e}})},n.prototype.postNetworkTokensOnboarding=function(e){return this.post("/network-tokens/organization/onboarding",e)},n.prototype.createChartGPTChart=function(e){return this.post("/data-assistant/charts",e)},n.prototype.deleteChartGPTChart=function(e){return this.delete("/data-assistant/charts/".concat(e))},n.prototype.getChartById=function(e){return this.get("/data-assistant/charts/".concat(e))},n.prototype.patchChartGPTChart=function(e,t){return this.patch("/data-assistant/charts/".concat(e),t)},n.prototype.executeChartGPTChart=function(e){return void 0===e&&(e=""),this.get("/data-assistant/charts/".concat(e,"/execute"))},n.prototype.getChartsByUser=function(){return this.get("/data-assistant/user/charts")},n.prototype.submitChartFeedback=function(e,t){return this.post("/data-assistant/charts/".concat(e,"/feedback"),t)},n.prototype.getChartFeedback=function(e){return this.get("/data-assistant/charts/".concat(e,"/feedback"))},n.prototype.getLanguages=function(){return this.get("/languages")},n.prototype.getTranslations=function(e){return this.get("/translations?language=".concat(e))},n.prototype.getCommunications=function(e){return this.post("/communications",e)},n.prototype.getCommunicationsFilters=function(){return this.get("/communications/filters")},n.prototype.getCommunicationDetails=function(e,t){var n={"x-account-code":t};return this.get("/communications/".concat(e,"/details"),{headers:n})},n.prototype.getRecipients=function(e,t){var n={"x-organization-code":e};return this.get("/recipients",{headers:n,params:t})},n.prototype.getRecipientById=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/".concat(t),{headers:n})},n.prototype.getOnboardingDetail=function(e,t,n){var r={"x-organization-code":e};return this.get("/recipients/".concat(t,"/onboardings/").concat(n),{headers:r})},n.prototype.getOnboardingTimeline=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/onboardings/".concat(t,"/timeline"),{headers:n})},n}(iu),gh={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},mh=function(t){function n(e){return t.call(this,e)||this}return e.__extends(n,t),n.refreshInstance=function(t){var r;return this.classInstance=new n(e.__assign(e.__assign({},t),{baseURL:gh["BFF_URL_".concat(gh.ENVIRONMENT)]})),null===(r=this.classInstance.instance.interceptors)||void 0===r||r.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},n.getInstance=function(t){var r,o;if(this.classInstance){var a=localStorage.getItem("account");if(a){var i=null===(o=null===(r=JSON.parse(a))||void 0===r?void 0:r.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 n(e.__assign(e.__assign({},t),{baseURL:(null==t?void 0:t.baseURL)||gh["BFF_URL_".concat(gh.ENVIRONMENT)]})),this.classInstance},n.setMode=function(t){return e.__awaiter(this,void 0,void 0,function(){return e.__generator(this,function(e){return this.classInstance.instance.interceptors.request.use(function(e){return e.headers&&(e.headers["X-Environment"]=t),e},function(e){return Promise.reject(e)}),[2]})})},n}(fh);class yh{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 vh="undefined"==typeof window||"Deno"in window;function bh(){}function kh(e){return"number"==typeof e&&e>=0&&e!==1/0}function _h(e,t){return Math.max(e+(t||0)-Date.now(),0)}function wh(e,t,n){return jh(e)?"function"==typeof t?{...n,queryKey:e,queryFn:t}:{...t,queryKey:e}:e}function xh(e,t,n){return jh(e)?[{...t,queryKey:e},n]:[e||{},t]}function Eh(e,t){const{type:n="all",exact:r,fetchStatus:o,predicate:a,queryKey:i,stale:s}=e;if(jh(i))if(r){if(t.queryHash!==Ch(i,t.options))return!1}else if(!Ih(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 Sh(e,t){const{exact:n,fetching:r,predicate:o,mutationKey:a}=e;if(jh(a)){if(!t.options.mutationKey)return!1;if(n){if(Rh(t.options.mutationKey)!==Rh(a))return!1}else if(!Ih(t.options.mutationKey,a))return!1}return("boolean"!=typeof r||"loading"===t.state.status===r)&&!(o&&!o(t))}function Ch(e,t){return((null==t?void 0:t.queryKeyHashFn)||Rh)(e)}function Rh(e){return JSON.stringify(e,(e,t)=>Dh(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function Ih(e,t){return Th(e,t)}function Th(e,t){return e===t||typeof e==typeof t&&(!(!e||!t||"object"!=typeof e||"object"!=typeof t)&&!Object.keys(t).some(n=>!Th(e[n],t[n])))}function Ah(e,t,n=0){if(e===t)return e;if(n>500)return t;const r=Ph(e)&&Ph(t);if(r||Dh(e)&&Dh(t)){const o=r?e.length:Object.keys(e).length,a=r?t:Object.keys(t),i=a.length,s=r?[]:{};let u=0;for(let o=0;o<i;o++){const i=r?o:a[o];s[i]=Ah(e[i],t[i],n+1),s[i]===e[i]&&u++}return o===i&&u===o?e:s}return t}function Oh(e,t){if(e&&!t||t&&!e)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Ph(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Dh(e){if(!Lh(e))return!1;const t=e.constructor;if(void 0===t)return!0;const n=t.prototype;return!!Lh(n)&&!!n.hasOwnProperty("isPrototypeOf")}function Lh(e){return"[object Object]"===Object.prototype.toString.call(e)}function jh(e){return Array.isArray(e)}function Nh(e){return new Promise(t=>{setTimeout(t,e)})}function zh(e){Nh(0).then(e)}function qh(e,t,n){return null!=n.isDataEqual&&n.isDataEqual(e,t)?e:"function"==typeof n.structuralSharing?n.structuralSharing(e,t):!1!==n.structuralSharing?Ah(e,t):t}const Uh=new class extends yh{constructor(){super(),this.setup=e=>{if(!vh&&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)}},Mh=["online","offline"];const Bh=new class extends yh{constructor(){super(),this.setup=e=>{if(!vh&&window.addEventListener){const t=()=>e();return Mh.forEach(e=>{window.addEventListener(e,t,!1)}),()=>{Mh.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 Fh(e){return Math.min(1e3*2**e,3e4)}function Gh(e){return"online"!==(null!=e?e:"online")||Bh.isOnline()}class Wh{constructor(e){this.revert=null==e?void 0:e.revert,this.silent=null==e?void 0:e.silent}}function Vh(e){return e instanceof Wh}function Hh(e){let t,n,r,o=!1,a=0,i=!1;const s=new Promise((e,t)=>{n=e,r=t}),u=()=>!Uh.isFocused()||"always"!==e.networkMode&&!Bh.isOnline(),c=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||!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,r;if(i)return;const s=null!=(n=e.retry)?n:3,c=null!=(r=e.retryDelay)?r:Fh,h="function"==typeof c?c(a,t):c,f=!0===s||"number"==typeof s&&a<s||"function"==typeof s&&s(a,t);!o&&f?(a++,null==e.onFail||e.onFail(a,t),Nh(h).then(()=>{if(u())return d()}).then(()=>{o?l(t):p()})):l(t)})};return Gh(e.networkMode)?p():d().then(p),{promise:s,cancel:t=>{i||(l(new Wh(t)),null==e.abort||e.abort())},continue:()=>(null==t?void 0:t())?s:Promise.resolve(),cancelRetry:()=>{o=!0},continueRetry:()=>{o=!1}}}const Kh=console;const $h=function(){let e=[],t=0,n=e=>{e()},r=e=>{e()};const o=r=>{t?e.push(r):zh(()=>{n(r)})},a=()=>{const t=e;e=[],t.length&&zh(()=>{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 Qh{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),kh(this.cacheTime)&&(this.gcTimeout=setTimeout(()=>{this.optionalRemove()},this.cacheTime))}updateCacheTime(e){this.cacheTime=Math.max(this.cacheTime||0,null!=e?e:vh?1/0:3e5)}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class Yh extends Qh{constructor(e){super(),this.abortSignalConsumed=!1,this.defaultOptions=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.cache=e.cache,this.logger=e.logger||Kh,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=qh(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(bh).catch(bh):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||!_h(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 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==(r=u.fetchOptions)?void 0:r.meta))&&this.dispatch({type:"fetch",meta:null==(c=u.fetchOptions)?void 0:c.meta});const l=e=>{var t,n,r,o;(Vh(e)&&e.silent||this.dispatch({type:"error",error:e}),Vh(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:u.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: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,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:Gh(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 Vh(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),$h.batch(()=>{this.observers.forEach(t=>{t.onQueryUpdate(e)}),this.cache.notify({query:this,type:"updated",action:e})})}}class Jh extends yh{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:Ch(o,t);let i=this.get(a);return i||(i=new Yh({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(){$h.batch(()=>{this.queries.forEach(e=>{this.remove(e)})})}get(e){return this.queriesMap[e]}getAll(){return this.queries}find(e,t){const[n]=xh(e,t);return void 0===n.exact&&(n.exact=!0),this.queries.find(e=>Eh(n,e))}findAll(e,t){const[n]=xh(e,t);return Object.keys(n).length>0?this.queries.filter(e=>Eh(n,e)):this.queries}notify(e){$h.batch(()=>{this.listeners.forEach(({listener:t})=>{t(e)})})}onFocus(){$h.batch(()=>{this.queries.forEach(e=>{e.onFocus()})})}onOnline(){$h.batch(()=>{this.queries.forEach(e=>{e.onOnline()})})}}class Xh extends Qh{constructor(e){super(),this.defaultOptions=e.defaultOptions,this.mutationId=e.mutationId,this.mutationCache=e.mutationCache,this.logger=e.logger||Kh,this.observers=[],this.state=e.state||Zh(),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,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 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==(u=(c=this.options).onSettled)?void 0:u.call(c,f,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:f}),f}catch(e){try{var f,g,m,y,v,b,k,_;throw await(null==(f=(g=this.mutationCache.config).onError)?void 0:f.call(g,e,this.state.variables,this.state.context,this)),"production"!==process.env.NODE_ENV&&this.logger.error(e),await(null==(m=(y=this.options).onError)?void 0:m.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=(_=this.options).onSettled)?void 0:k.call(_,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:!Gh(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),$h.batch(()=>{this.observers.forEach(t=>{t.onMutationUpdate(e)}),this.mutationCache.notify({mutation:this,type:"updated",action:e})})}}function Zh(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}class ef extends yh{constructor(e){super(),this.config=e||{},this.mutations=[],this.mutationId=0}build(e,t,n){const r=new Xh({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(){$h.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=>Sh(e,t))}findAll(e){return this.mutations.filter(t=>Sh(e,t))}notify(e){$h.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 $h.batch(()=>e.reduce((e,t)=>e.then(()=>t.continue().catch(bh)),Promise.resolve()))}).then(()=>{this.resuming=void 0}),this.resuming}}function tf(){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,u=null==(r=e.fetchOptions)||null==(o=r.meta)?void 0:o.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==(a=e.state.data)?void 0:a.pages)||[],h=(null==(i=e.state.data)?void 0:i.pageParams)||[];let f=h,g=!1;const m=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(g)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?g=!0:null==(n=e.signal)||n.addEventListener("abort",()=>{g=!0}),e.signal}});const s=m(a);return Promise.resolve(s).then(e=>y(t,r,e,o))};let b;if(p.length)if(l){const t=void 0!==c,n=t?c:nf(e.options,p);b=v(p,t,n)}else if(d){const t=void 0!==c,n=t?c:(k=e.options,_=p,null==k.getPreviousPageParam?void 0:k.getPreviousPageParam(_[0],_));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]:nf(e.options,r);return v(r,t,o)}return Promise.resolve(y(r,h[n],p[n]))})}else b=v([]);var k,_;const w=b.then(e=>({pages:e,pageParams:f}));return w}}}}function nf(e,t){return null==e.getNextPageParam?void 0:e.getNextPageParam(t[t.length-1],t)}class rf extends yh{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),of(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return af(this.currentQuery,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return af(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"),Oh(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&&sf(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(!Oh(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(bh)),t}updateStaleTimeout(){if(this.clearStaleTimeout(),vh||this.currentResult.isStale||!kh(this.options.staleTime))return;const e=_h(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,!vh&&!1!==this.options.enabled&&kh(this.currentRefetchInterval)&&0!==this.currentRefetchInterval&&(this.refetchIntervalId=setInterval(()=>{(this.options.refetchIntervalInBackground||Uh.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,u=s?e.state:this.currentQueryInitialState,c=s?this.currentResult:this.previousQueryResult,{state:l}=e;let d,{dataUpdatedAt:p,error:h,errorUpdatedAt:f,fetchStatus:g,status:m}=l,y=!1,v=!1;if(t._optimisticResults){const o=this.hasListeners(),a=!o&&of(e,t),i=o&&sf(e,n,t,r);(a||i)&&(g=Gh(e.options.networkMode)?"fetching":"paused",p||(m="loading")),"isRestoring"===t._optimisticResults&&(g="idle")}if(t.keepPreviousData&&!l.dataUpdatedAt&&null!=c&&c.isSuccess&&"error"!==m)d=c.data,p=c.dataUpdatedAt,m=c.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=qh(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"===m){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&&(m="success",d=qh(null==o?void 0:o.data,e,t),v=!0)}this.selectError&&(h=this.selectError,d=this.selectResult,f=Date.now(),m="error");const b="fetching"===g,k="loading"===m,_="error"===m;return{status:m,fetchStatus:g,isLoading:k,isSuccess:"success"===m,isError:_,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>u.dataUpdateCount||l.errorUpdateCount>u.errorUpdateCount,isFetching:b,isRefetching:b&&!k,isLoadingError:_&&0===l.dataUpdatedAt,isPaused:"paused"===g,isPlaceholderData:v,isPreviousData:y,isRefetchError:_&&0!==l.dataUpdatedAt,isStale:uf(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,Oh(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||Vh(e.error)||(t.onError=!0),this.updateResult(t),this.hasListeners()&&this.updateTimers()}notify(e){$h.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,u;null==(a=(i=this.options).onError)||a.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 of(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&&af(e,t,t.refetchOnMount)}function af(e,t,n){if(!1!==t.enabled){const r="function"==typeof n?n(e):n;return"always"===r||!1!==r&&uf(e,t)}return!1}function sf(e,t,n,r){return!1!==n.enabled&&(e!==t||!1===r.enabled)&&(!n.suspense||"error"!==e.state.status)&&uf(e,n)}function uf(e,t){return e.isStaleByTime(t.staleTime)}class cf extends yh{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),Oh(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){$h.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,u;null==(a=(i=this.mutateOptions).onError)||a.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 lf,df={exports:{}},pf={};var hf,ff={};
|
|
41
|
+
*/function ut(e){if(st.test(e)||""===e.trim())throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()}var ct=[String.fromCharCode(10),String.fromCharCode(13),String.fromCharCode(9),String.fromCharCode(32)],lt=new RegExp(`(^[${ct.join("")}]|$[${ct.join("")}])`,"g");function dt(e){return e.replace(lt,"")}function pt(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||!ht(n))return!1}return!0}function ht(e){return![127,32,"(",")","<",">","@",",",";",":","\\",'"',"/","[","]","?","=","{","}"].includes(e)}function ft(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 gt,mt,yt,vt=Symbol("normalizedHeaders"),bt=Symbol("rawHeaderNames"),kt=class e{constructor(t){if(this[gt]={},this[mt]=new Map,this[yt]="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)})}[(gt=vt,mt=bt,yt=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[vt]).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(!pt(e))throw new TypeError(`Invalid header name "${e}"`);return this[vt].hasOwnProperty(ut(e))}get(e){if(!pt(e))throw TypeError(`Invalid header name "${e}"`);return this[vt][ut(e)]??null}set(e,t){if(!pt(e)||!ft(t))return;const n=ut(e),r=dt(t);this[vt][n]=dt(r),this[bt].set(n,e)}append(e,t){if(!pt(e)||!ft(t))return;const n=ut(e),r=dt(t);let o=this.has(n)?`${this.get(n)}, ${r}`:r;this.set(e,o)}delete(e){if(!pt(e))return;if(!this.has(e))return;const t=ut(e);delete this[vt][t],this[bt].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,it.splitCookiesString)(e)}};const{message:_t}=Xe,wt=Symbol("kSetCookie");function xt(e={}){const t=e?.status||200,n=e?.statusText||_t[t]||"",r=new Headers(e?.headers);return{...e,headers:r,status:t,statusText:n}}async function Et(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 y(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:u}=s;if(!u)return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);if(302===u.status&&"passthrough"===u.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,wt);n&&await ze.setCookie(n,e.url)}(e,u),o.emit("request:match",{request:e,requestId:t});const c=s;return a?.onMockedResponse?.(u,c),o.emit("request:end",{request:e,requestId:t}),u}function St(e){return t=>null!=t&&"object"==typeof t&&"__kind"in t&&t.__kind===e}var Ct=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"}},Rt=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=Rt.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 Ct(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)}},It=Rt;It.defaultMaxListeners=10;class Tt{subscriptions=[];dispose(){let e;for(;e=this.subscriptions.shift();)e()}}class At{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 Ot extends Tt{handlersController;emitter;publicEmitter;events;constructor(...e){super(),c(this.validateHandlers(e),d.formatMessage("Failed to apply given request handlers: invalid input. Did you forget to spread the request handlers Array?")),this.handlersController=new At(e),this.emitter=new It,this.publicEmitter=new It,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){c(this.validateHandlers(e),d.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 Pt=Object.defineProperty,Dt={};function Lt(e){return`[33m${e}[0m`}function jt(e){return`[34m${e}[0m`}function Nt(e){return`[90m${e}[0m`}function zt(e){return`[31m${e}[0m`}function qt(e){return`[32m${e}[0m`}((e,t)=>{for(var n in t)Pt(e,n,{get:t[n],enumerable:!0})})(Dt,{blue:()=>jt,gray:()=>Nt,green:()=>qt,red:()=>zt,yellow:()=>Lt});var Mt=v(),Ut=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=Ht("DEBUG"),n=Ht("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=Kt(n,"debug")?Ft:this.debug,this.info=Kt(n,"info")?Ft:this.info,this.success=Kt(n,"success")?Ft:this.success,this.warning=Kt(n,"warning")?Ft:this.warning,this.error=Kt(n,"error")?Ft:this.error):(this.info=Ft,this.success=Ft,this.warning=Ft,this.error=Ft,this.only=Ft)}prefix;extend(e){return new Ut(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:Nt(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 Bt;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${Nt(`${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:Dt[o?.timestamp||"gray"],prefix:Dt[o?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=r?s.prefix(r):[]).concat($t(n)).join(" "),...a.map($t))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return Gt;case"warning":return Wt;case"error":return Vt}}},Bt=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)}},Ft=()=>{};function Gt(e,...t){Mt?process.stdout.write(s(e,...t)+"\n"):console.log(e,...t)}function Wt(e,...t){Mt?process.stderr.write(s(e,...t)+"\n"):console.warn(e,...t)}function Vt(e,...t){Mt?process.stderr.write(s(e,...t)+"\n"):console.error(e,...t)}function Ht(e){return Mt?process.env[e]:globalThis[e]?.toString()}function Kt(e,t){return void 0!==e&&e!==t}function $t(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}function Qt(e){return globalThis[e]||void 0}let Yt=function(e){return e.INACTIVE="INACTIVE",e.APPLYING="APPLYING",e.APPLIED="APPLIED",e.DISPOSING="DISPOSING",e.DISPOSED="DISPOSED",e}({});var Jt=class{constructor(e){this.symbol=e,this.readyState=Yt.INACTIVE,this.emitter=new It,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..."),this.readyState===Yt.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=Yt.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=Yt.APPLIED);e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState=Yt.APPLIED}setup(){}on(e,t){const n=this.logger.extend("on");return this.readyState===Yt.DISPOSING||this.readyState===Yt.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!==Yt.DISPOSED)if(e.info("disposing the interceptor..."),this.readyState=Yt.DISPOSING,this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",Qt(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=Yt.DISPOSED}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){const e=Qt(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 Xt(e){if("string"==typeof e)return Xt(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 Zt=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 en(e,t){return Object.defineProperties(t,{target:{value:e,enumerable:!0,writable:!0},currentTarget:{value:e,enumerable:!0,writable:!0}}),t}const tn=Symbol("kCancelable"),nn=Symbol("kDefaultPrevented");var rn=class extends MessageEvent{constructor(e,t){super(e,t),this[tn]=!!t.cancelable,this[nn]=!1}get cancelable(){return this[tn]}set cancelable(e){this[tn]=e}get defaultPrevented(){return this[nn]}set defaultPrevented(e){this[nn]=e}preventDefault(){this.cancelable&&!this[nn]&&(this[nn]=!0)}},on=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}},an=class extends on{constructor(e,t={}){super(e,t),this[tn]=!!t.cancelable,this[nn]=!1}get cancelable(){return this[tn]}set cancelable(e){this[tn]=e}get defaultPrevented(){return this[nn]}set defaultPrevented(e){this[nn]=e}preventDefault(){this.cancelable&&!this[nn]&&(this[nn]=!0)}};const sn=Symbol("kEmitter"),un=Symbol("kBoundListener");var cn=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[sn]=new EventTarget,this.transport.addEventListener("outgoing",e=>{const t=en(this.socket,new rn("message",{data:e.data,origin:e.origin,cancelable:!0}));this[sn].dispatchEvent(t),t.defaultPrevented&&e.preventDefault()}),this.transport.addEventListener("close",e=>{this[sn].dispatchEvent(en(this.socket,new on("close",e)))})}addEventListener(e,t,n){if(!Reflect.has(t,un)){const e=t.bind(this.socket);Object.defineProperty(t,un,{value:e,enumerable:!1,configurable:!1})}this[sn].addEventListener(e,Reflect.get(t,un),n)}removeEventListener(e,t,n){this[sn].removeEventListener(e,Reflect.get(t,un),n)}send(e){this.transport.send(e)}close(e,t){this.transport.close(e,t)}};const ln="InvalidAccessError: close code out of user configurable range",dn=Symbol("kPassthroughPromise"),pn=Symbol("kOnSend"),hn=Symbol("kClose");var fn=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=Xt(e),this.protocol="",this.extensions="",this.binaryType="blob",this.readyState=this.CONNECTING,this.bufferedAmount=0,this[dn]=new Zt,queueMicrotask(async()=>{await this[dn]||(this.protocol="string"==typeof t?t:Array.isArray(t)&&t.length>0?t[0]:"",this.readyState===this.CONNECTING&&(this.readyState=this.OPEN,this.dispatchEvent(en(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[pn]?.(e)}))}close(e=1e3,t){c(e,ln),c(1e3===e||e>=3e3&&e<=4999,ln),this[hn](e,t)}[hn](e=1e3,t,n=!0){this.readyState!==this.CLOSING&&this.readyState!==this.CLOSED&&(this.readyState=this.CLOSING,queueMicrotask(()=>{this.readyState=this.CLOSED,this.dispatchEvent(en(this,new on("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 gn=Symbol("kEmitter"),mn=Symbol("kBoundListener"),yn=Symbol("kSend");var vn=class{constructor(e,t,n){this.client=e,this.transport=t,this.createConnection=n,this[gn]=new EventTarget,this.mockCloseController=new AbortController,this.realCloseController=new AbortController,this.transport.addEventListener("outgoing",e=>{void 0!==this.realWebSocket&&queueMicrotask(()=>{e.defaultPrevented||this[yn](e.data)})}),this.transport.addEventListener("incoming",this.handleIncomingMessage.bind(this))}get socket(){return c(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(){c(!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[gn].dispatchEvent(en(this.realWebSocket,new Event("open",e)))},{once:!0}),e.addEventListener("message",e=>{this.transport.dispatchEvent(en(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=en(e,new Event("error",{cancelable:!0}));this[gn].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(en(this.client,new Event("error")))}),this.realWebSocket=e}addEventListener(e,t,n){if(!Reflect.has(t,mn)){const e=t.bind(this.client);Object.defineProperty(t,mn,{value:e,enumerable:!1})}this[gn].addEventListener(e,Reflect.get(t,mn),n)}removeEventListener(e,t,n){this[gn].removeEventListener(e,Reflect.get(t,mn),n)}send(e){this[yn](e)}[yn](e){const{realWebSocket:t}=this;c(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;c(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[gn].dispatchEvent(en(this.realWebSocket,new an("close",{code:1e3,cancelable:!0})))}))}handleIncomingMessage(e){const t=en(e.target,new rn("message",{data:e.data,origin:e.origin,cancelable:!0}));this[gn].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(en(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=en(this.realWebSocket,new an("close",{code:e.code,reason:e.reason,wasClean:e.wasClean,cancelable:!0}));this[gn].dispatchEvent(t),t.defaultPrevented||this.client[hn](e.code,e.reason)}},bn=class extends EventTarget{constructor(e){super(),this.socket=e,this.socket.addEventListener("close",e=>{this.dispatchEvent(en(this.socket,new on("close",e)))}),this.socket[pn]=e=>{this.dispatchEvent(en(this.socket,new rn("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(en(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[hn](e,t)}},kn=class e extends Jt{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 fn(r,o),s=new bn(i);return queueMicrotask(async()=>{try{const e=new vn(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 cn(i,s),server:e,info:{protocols:o}}),t?i[dn].resolve(!1):(i[dn].resolve(!0),e.connect(),e.addEventListener("open",()=>{i.dispatchEvent(en(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[hn](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 _n=new kn;function wn(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 xn(e){return e instanceof Blob?e.size:o(e)&&"byteLength"in e?e.byteLength:new Blob([e]).size}function En(e){return e.length<=24?e:`${e.slice(0,24)}…`}async function Sn(e){if(e instanceof Blob){return`Blob(${En(await e.text())})`}if(o(e)){return`ArrayBuffer(${En((new TextDecoder).decode(e))})`}return En(e)}const Cn="#3b82f6",Rn="#22c55e",In="#ef4444",Tn="#ff6a33";function An(e){const{client:t,server:n}=e;!function(e){const t=m(e.url);console.groupCollapsed(d.formatMessage(`${wn()} %c▶%c ${t}`),`color:${Cn}`,"color:inherit"),console.log("Client:",e.socket),console.groupEnd()}(t),t.addEventListener("message",e=>{!async function(e){const t=xn(e.data),n=await Sn(e.data),r=e.defaultPrevented?"⇡":"⬆";console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c${r}%c ${n} %c${t}%c`),`color:${Rn}`,"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=m(t.url);console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c■%c ${n}`),`color:${Cn}`,"color:inherit"),console.log(e),console.groupEnd()}(e)}),t.socket.addEventListener("error",e=>{!function(e){const t=e.target,n=m(t.url);console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c×%c ${n}`),`color:${Cn}`,"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=xn(e.data),n=await Sn(e.data);console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c⬇%c ${n} %c${t}%c`),`color:${Tn}`,"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=xn(e.data),n=await Sn(e.data),r=e.defaultPrevented?"⇣":"⬇";console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c${r}%c ${n} %c${t}%c`),`color:${In}`,"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=xn(e.data),n=await Sn(e.data);console.groupCollapsed(d.formatMessage(`${wn({milliseconds:!0})} %c⬆%c ${n} %c${t}%c`),`color:${Tn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(a),Reflect.apply(e,t,r)}})}var On=/(%?)(%([sdijo]))/g;function Pn(e,...t){if(0===t.length)return e;let n=0,r=e.replace(On,(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 Dn=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)}},Ln=(e,t,...n)=>{if(!e)throw new Dn(t,...n)};function jn(){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}Ln.as=(e,t,n,...r)=>{if(!t){const t=0===r.length?n:Pn(n,...r);let o;try{o=Reflect.construct(e,[t])}catch(n){o=e(t)}throw o}};var Nn=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}})}},zn={serviceWorker:{url:"/mockServiceWorker.js",options:null},quiet:!1,waitUntilReady:!0,onUnhandledRequest:"warn",findWorker:(e,t)=>e===t};function qn(e,t,n){return[e.active,e.installing,e.waiting].filter(e=>null!=e).find(e=>n(e.scriptURL,t))||null}var Mn=async(e,t={},n)=>{const r=new URL(e,location.href).href;const o=await navigator.serviceWorker.getRegistrations().then(e=>e.filter(e=>qn(e,r,n)));!navigator.serviceWorker.controller&&o.length>0&&location.reload();const[a]=o;if(a)return a.update(),[qn(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[qn(o,r,n),o]});if(i){if(i.message.includes("(404)")){const e=new URL(t?.scope||"/",location.href);throw new Error(d.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(d.formatMessage("Failed to register the Service Worker:\n\n%s",i.message))}return s};function Un(e={}){if(e.quiet)return;const t=e.message||"Mocking enabled.";console.groupCollapsed(`%c${d.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 Bn(e){if(!["HEAD","GET"].includes(e.method))return e.body}function Fn(e){return new Request(e.url,{...e,body:Bn(e)})}function Gn(){return"undefined"!=typeof navigator&&"serviceWorker"in navigator&&"undefined"!=typeof location&&"file:"!==location.protocol}var Wn=function(){try{const e=new ReadableStream({start:e=>e.close()});return(new MessageChannel).port1.postMessage(e,[e]),!0}catch{return!1}}(),Vn=(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=Fn(n.data),a=o.clone(),i=o.clone();g.cache.set(o,i);try{await Et(o,r,e.getRequestHandlers().filter(St("RequestHandler")),t,e.emitter,{resolutionContext:{quiet:t.quiet},onPassthroughResponse(){n.postMessage("PASSTHROUGH")},async onMockedResponse(r,{handler:o,parsedResult:i}){const s=r.clone(),u=r.clone(),c=function(e){return{status:e.status,statusText:e.statusText,headers:Object.fromEntries(e.headers.entries())}}(r);if(Wn){const e=r.body;n.postMessage("MOCK_RESPONSE",{...c,body:e},e?[e]:void 0)}else{const e=null===r.body?null:await s.arrayBuffer();n.postMessage("MOCK_RESPONSE",{...c,body:e})}t.quiet||e.emitter.once("response:mocked",()=>{o.log({request:a,response:u,parsedResult:i})})}})}catch(e){e instanceof Error&&(d.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 Hn=Symbol("isPatchedModule"),Kn=class e extends Error{constructor(t){super(t),this.name="InterceptorError",Object.setPrototypeOf(this,e.prototype)}},$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 Nn}get#a(){return this.handled}async passthrough(){Ln.as(Kn,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){Ln.as(Kn,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){Ln.as(Kn,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 Qn(e){try{return new URL(e),!0}catch(e){return!1}}function Yn(e,t){const n=Object.getOwnPropertySymbols(t).find(t=>t.description===e);if(n)return Reflect.get(t,n)}var Jn=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||!Qn(e))return;const n=Yn("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=Yn("state",this);e?e.status=r:Object.defineProperty(this,"status",{value:r,enumerable:!0,configurable:!0,writable:!1})}e.setUrl(n.url,this)}},Xn=Symbol("kRawRequest");function Zn(e,t){Reflect.set(e,Xn,t)}var er=Object.defineProperty,tr={};function nr(e){return`[33m${e}[0m`}function rr(e){return`[34m${e}[0m`}function or(e){return`[90m${e}[0m`}function ar(e){return`[31m${e}[0m`}function ir(e){return`[32m${e}[0m`}((e,t)=>{for(var n in t)er(e,n,{get:t[n],enumerable:!0})})(tr,{blue:()=>rr,gray:()=>or,green:()=>ir,red:()=>ar,yellow:()=>nr});var sr=jn(),ur=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=fr("DEBUG"),n=fr("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=gr(n,"debug")?lr:this.debug,this.info=gr(n,"info")?lr:this.info,this.success=gr(n,"success")?lr:this.success,this.warning=gr(n,"warning")?lr:this.warning,this.error=gr(n,"error")?lr:this.error):(this.info=lr,this.success=lr,this.warning=lr,this.error=lr,this.only=lr)}prefix;extend(e){return new ur(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:or(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 cr;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${or(`${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:tr[o?.timestamp||"gray"],prefix:tr[o?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=r?s.prefix(r):[]).concat(mr(n)).join(" "),...a.map(mr))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return dr;case"warning":return pr;case"error":return hr}}},cr=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)}},lr=()=>{};function dr(e,...t){sr?process.stdout.write(Pn(e,...t)+"\n"):console.log(e,...t)}function pr(e,...t){sr?process.stderr.write(Pn(e,...t)+"\n"):console.warn(e,...t)}function hr(e,...t){sr?process.stderr.write(Pn(e,...t)+"\n"):console.error(e,...t)}function fr(e){return sr?process.env[e]:globalThis[e]?.toString()}function gr(e,t){return void 0!==e&&e!==t}function mr(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}var yr=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"}},vr=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=vr.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 yr(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)}},br=vr;br.defaultMaxListeners=10;function kr(e){return globalThis[e]||void 0}var _r=function(e){return e.INACTIVE="INACTIVE",e.APPLYING="APPLYING",e.APPLIED="APPLIED",e.DISPOSING="DISPOSING",e.DISPOSED="DISPOSED",e}({}),wr=class{constructor(e){this.symbol=e,this.readyState=_r.INACTIVE,this.emitter=new br,this.subscriptions=[],this.logger=new ur(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===_r.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=_r.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=_r.APPLIED);e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState=_r.APPLIED}setup(){}on(e,t){const n=this.logger.extend("on");return this.readyState===_r.DISPOSING||this.readyState===_r.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!==_r.DISPOSED)if(e.info("disposing the interceptor..."),this.readyState=_r.DISPOSING,this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",kr(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=_r.DISPOSED}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){const e=kr(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 xr(){return Math.random().toString(16).slice(2)}var Er=new TextEncoder;var Sr=class e extends wr{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 Cr=e=>function(t,n){const r=(async()=>{e.workerChannel.removeAllListeners(),e.workerChannel.on("REQUEST",Vn(e,t)),e.workerChannel.on("RESPONSE",function(e){return t=>{const n=t.data,r=Fn(n.request);if(n.response.type?.includes("opaque"))return;const o=0===n.response.status?Response.error():new Jn(Jn.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 Mn(t.serviceWorker.url,t.serviceWorker.options,t.findWorker),[o,a]=r;if(!o){const e=n?.findWorker?d.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):d.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 Nn;return e.workerChannel.postMessage("INTEGRITY_CHECK_REQUEST"),e.workerChannel.once("INTEGRITY_CHECK_RESPONSE",e=>{const{checksum:n,packageVersion:r}=e.data;"4db4a41e972cec1b64cc569c66952d82"!==n&&d.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=>{d.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)||d.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 Nn;r.addEventListener("statechange",()=>{"activated"===r.state&&e.resolve()}),await e}return await function(e,t){const n=new Nn;return e.workerChannel.postMessage("MOCK_ACTIVATE"),e.workerChannel.once("MOCKING_ENABLED",async r=>{e.isMockingEnabled=!0;const o=await e.workerPromise;Un({quiet:t.quiet,workerScope:e.registration?.scope,workerUrl:o.scriptURL,client:r.data.client}),n.resolve(!0)}),n}(e,t).catch(e=>{throw d.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},Rr=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.#u(e,e=>e.push(t))}prepend(e,t){this.#i.unshift([e,t]),this.#u(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())}#u(e,t){t(this.#s.get(e)||this.#s.set(e,[]).get(e))}},Ir=Symbol("kDefaultPrevented"),Tr=Symbol("kPropagationStopped"),Ar=Symbol("kImmediatePropagationStopped"),Or=class extends MessageEvent{#c;[Ir];[Tr];[Ar];constructor(...e){super(e[0],e[1]),this[Ir]=!1}get defaultPrevented(){return this[Ir]}preventDefault(){super.preventDefault(),this[Ir]=!0}stopImmediatePropagation(){super.stopImmediatePropagation(),this[Ar]=!0}},Pr=Symbol("kListenerOptions"),Dr=class{#l;constructor(){this.#l=new Rr}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[Tr]&&n.event[Tr]!==this)return n.revoke(),!1;if(n.event[Ar])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[Tr]&&n.event[Tr]!==this)return n.revoke(),[];if(n.event[Ar])break;const e=await Promise.resolve(this.#f(n.event,r));this.#g(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[Tr]&&t.event[Tr]!==this)return void t.revoke();if(t.event[Ar])break;const e=this.#f(t.event,n);this.#g(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,Pr,{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[Tr]=this,Reflect.apply(t,n,r))}),{event:e,revoke(){e.stopPropagation=t}}}#f(e,t){const n=t.call(this,e);if(t[Pr]?.once){const n=this.#g(t)?"*":e.type;this.#l.delete(n,t)}return n}*#h(e){for(const[t,n]of this.#l)"*"!==t&&t!==e||(yield n)}#g(e){return this.#l.get("*").includes(e)}},Lr=Gn(),jr=class extends Or{#m;constructor(e){super(e.data.type,{data:e.data.payload}),this.#m=e}get ports(){return this.#m.ports}postMessage(e,...t){this.#m.ports[0].postMessage({type:e,data:t[0]},{transfer:t[1]})}},Nr=class extends Dr{constructor(e){super(),this.options=e,Lr&&navigator.serviceWorker.addEventListener("message",async e=>{const t=await this.options.worker;null!=e.source&&e.source!==t||e.data&&o(e.data)&&"type"in e.data&&this.emit(new jr(e))})}postMessage(e){Ln(Lr,"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 zr(e,t,...n){const r=e.listeners(t);if(0!==r.length)for(const t of r)await t.apply(e,n)}function qr(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 Mr=async e=>{try{return{error:null,data:await e().catch(e=>{throw e})}}catch(e){return{error:e,data:null}}};function Ur(e,t=!1){return t?Object.prototype.toString.call(e).startsWith("[object "):"[object Object]"===Object.prototype.toString.call(e)}function Br(e,t){try{return e[t],!0}catch{return!1}}function Fr(e){return null!=e&&e instanceof Response&&Br(e,"type")&&"error"===e.type}async function Gr(e){const t=async t=>{return t instanceof Error?(await e.controller.errorWith(t),!0):Fr(t)?(await e.controller.respondWith(t),!0):Ur(n=t,!0)&&Br(n,"status")&&Br(n,"statusText")&&Br(n,"bodyUsed")?(await e.controller.respondWith(t),!0):!!Ur(t)&&(await e.controller.errorWith(t),!0);var n},n=async n=>{if(n instanceof Kn)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 Nn;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 Mr(async()=>{const t=zr(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===$n.PENDING?await e.controller.passthrough():e.controller.handled;if(await n(o.error))return;if(e.emitter.listenerCount("unhandledException")>0){const n=new $n(e.request,{passthrough(){},async respondWith(e){await t(e)},async errorWith(t){await e.controller.errorWith(t)}});if(await zr(e.emitter,"unhandledException",{error:o.error,request:e.request,requestId:e.requestId,controller:n}),n.readyState!==$n.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 Wr(e){return Object.assign(new TypeError("Failed to fetch"),{cause:e})}var Vr=["content-encoding","content-language","content-location","content-type","content-length"],Hr=Symbol("kRedirectCount");function Kr(e,t){return e.origin===t.origin&&"null"===e.origin||e.protocol===t.protocol&&e.hostname===t.hostname&&e.port===t.port}var $r=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)}})}},Qr=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 Yr(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 Qr(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 $r):(e.length=0,e),[]))}(e.headers.get("content-encoding")||"");return t?(e.body.pipeTo(t.writable),t.readable):null}var Jr=class e extends wr{static{this.symbol=Symbol("fetch")}constructor(){super(e.symbol)}checkEnvironment(){return qr("fetch")}async setup(){const e=globalThis.fetch;Ln(!e[Hn],'Failed to patch the "fetch" module: already patched.'),globalThis.fetch=async(t,n)=>{const r=xr(),o="string"!=typeof t||"undefined"==typeof location||Qn(t)?t:new URL(t,location.href),a=new Request(o,n);t instanceof Request&&Zn(a,t);const i=new Nn,s=new $n(a,{passthrough:async()=>{this.logger.info("request has not been handled, passthrough...");const t=a.clone(),{error:n,data:o}=await Mr(()=>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 zr(this.emitter,"response",{response:e,isMockedResponse:!1,request:t,requestId:r})}i.resolve(o)},respondWith:async e=>{if(Fr(e))return this.logger.info("request has errored!",{response:e}),void i.reject(Wr(e));this.logger.info("received mocked response!",{rawResponse:e});const t=Yr(e),n=null===t?e:new Jn(t,e);if(Jn.setUrl(a.url,n),Jn.isRedirectResponse(n.status)){if("error"===a.redirect)return void i.reject(Wr("unexpected redirect"));if("follow"===a.redirect)return void async function(e,t){if(303!==t.status&&null!=e.body)return Promise.reject(Wr());const n=new URL(e.url);let r;try{r=new URL(t.headers.get("location"),e.url)}catch(e){return Promise.reject(Wr(e))}if("http:"!==r.protocol&&"https:"!==r.protocol)return Promise.reject(Wr("URL scheme must be a HTTP(S) scheme"));if(Reflect.get(e,Hr)>20)return Promise.reject(Wr("redirect count exceeded"));if(Object.defineProperty(e,Hr,{value:(Reflect.get(e,Hr)||0)+1}),"cors"===e.mode&&(r.username||r.password)&&!Kr(n,r))return Promise.reject(Wr('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,Vr.forEach(t=>{e.headers.delete(t)})),Kr(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 zr(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 Gr({request:a,requestId:r,emitter:this.emitter,controller:s}),i},Object.defineProperty(globalThis.fetch,Hn,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis.fetch,Hn,{value:void 0}),globalThis.fetch=e,this.logger.info('restored native "globalThis.fetch"!',globalThis.fetch.name)})}};var Xr=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(){}},Zr=class extends Xr{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}},eo="undefined"!=typeof ProgressEvent;function to(e,t){if(!(t in e))return null;if(Object.prototype.hasOwnProperty.call(e,t))return e;const n=Reflect.getPrototypeOf(e);return n?to(n,t):null}function no(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=to(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 ro(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 oo(e){const t=e.headers.get("content-length");return null!=t&&""!==t?Number(t):(await e.arrayBuffer()).byteLength}var ao=Symbol("kIsRequestHandled"),io=jn(),so=Symbol("kFetchRequest"),uo=class{constructor(e,t){this.initialRequest=e,this.logger=t,this.method="GET",this.url=null,this[ao]=!1,this.events=new Map,this.uploadEvents=new Map,this.requestId=xr(),this.requestHeaders=new Headers,this.responseBuffer=new Uint8Array,this.request=no(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=co(e)):(this.method=e,this.url=co(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 Jn(Jn.isResponseWithBody(e.status)?t:null,{url:e.responseURL,status:e.status,statusText:e.statusText,headers:ro(e.getAllResponseHeaders())})}(this.request,this.request.response);this.onResponse.call(this,{response:e,isMockedResponse:this[ao],request:a,requestId:this.requestId})}});const o="string"==typeof e?(r=e,Er.encode(r)):e,a=this.toFetchApiRequest(o);this[so]=a.clone(),queueMicrotask(()=>{(this.onRequest?.call(this,{request:a,requestId:this.requestId})||Promise.resolve()).finally(()=>{if(!this[ao])return this.logger.info("request callback settled but request has not been handled (readystate %d), performing as-is...",this.request.readyState),io&&this.request.setRequestHeader("x-interceptors-internal-request-id",this.requestId),n()})});break}default:return n()}var r}}),lo(this.request,"upload",no(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[ao]=!0,this[so]){const e=await oo(this[so]);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),lo(this.request,"status",e.status),lo(this.request,"statusText",e.statusText),lo(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 oo(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(Ln(""===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(Ln(""===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[ao]=!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?(lo(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=eo?ProgressEvent:Zr;return["error","progress","loadstart","loadend","load","timeout","abort"].includes(t)?new r(t,{lengthComputable:!0,loaded:n?.loaded||0,total:n?.total||0}):new Xr(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 lo(n,"headers",no(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()}})),Zn(n,this.request),this.logger.info("converted request to a Fetch API Request!",n),n}};function co(e){return"undefined"==typeof location?new URL(e):new URL(e.toString(),location.href)}function lo(e,t,n){Reflect.defineProperty(e,t,{writable:!0,enumerable:!0,value:n})}var po=class e extends wr{static{this.interceptorSymbol=Symbol("xhr")}constructor(){super(e.interceptorSymbol)}checkEnvironment(){return qr("XMLHttpRequest")}setup(){const e=this.logger.extend("setup");e.info('patching "XMLHttpRequest" module...');const t=globalThis.XMLHttpRequest;Ln(!t[Hn],'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 uo(a,t);return s.onRequest=async function({request:t,requestId:n}){const r=new $n(t,{passthrough:()=>{this.logger.info("no mocked response received, performing request as-is...")},respondWith:async e=>{Fr(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 Gr({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,Hn,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis.XMLHttpRequest,Hn,{value:void 0}),globalThis.XMLHttpRequest=t,e.info('native "XMLHttpRequest" module restored!',globalThis.XMLHttpRequest.name)})}};var ho=class extends Ot{context;constructor(...e){super(...e),Ln(!jn(),d.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 Nn;return{isMockingEnabled:!1,startOptions:null,workerPromise:e,registration:void 0,getRequestHandlers:()=>this.handlersController.currentHandlers(),emitter:this.emitter,workerChannel:new Nr({worker:e})}}async start(e={}){if("waitUntilReady"in e&&d.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 d.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=a(zn,e),function(e){_n.on("connection",async t=>{const n=e.getHandlers().filter(St("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 y(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||An(e)},onPassthroughConnection(){}}),_n.apply(),this.subscriptions.push(()=>{_n.dispose()}),!Gn()){const e=function(e,t){const n=new Sr({name:"fallback",interceptors:[new Jr,new po]});return n.on("request",async({request:n,requestId:r,controller:o})=>{const a=n.clone(),i=await Et(n,r,e.getRequestHandlers().filter(St("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 Un({message:"Mocking enabled (fallback mode).",quiet:this.context.startOptions.quiet})}const t=Cr(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(),Gn()&&(this.context.workerChannel.removeAllListeners("RESPONSE"),window.clearInterval(this.context.keepAliveInterval)),window.postMessage({type:"msw/worker:stop"}),function(e={}){e.quiet||console.log(`%c${d.formatMessage("Mocking disabled.")}`,"color:orangered;font-weight:bold;")}({quiet:this.context.startOptions?.quiet})):d.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:fo}=Xe;function go(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 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),r=t.prefixes,o=void 0===r?"./":r,a=t.delimiter,i=void 0===a?"/#?":a,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 r=n[c],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(yo(i),"]+?"):"(?:(?!".concat(yo(n),")[^").concat(yo(i),"])+?")};c<n.length;){var g=d("CHAR"),m=d("NAME"),y=d("PATTERN");if(m||y){var v=g||"";-1===o.indexOf(v)&&(l+=v,v=""),l&&(s.push(l),l=""),s.push({name:m||u++,prefix:v,suffix:"",pattern:y||f(v),modifier:d("MODIFIER")||""})}else{var b=g||d("ESCAPED_CHAR");if(b)l+=b;else if(l&&(s.push(l),l=""),d("OPEN")){v=h();var k=d("NAME")||"",_=d("PATTERN")||"",w=h();p("CLOSE"),s.push({name:k||(_?u++:""),pattern:k&&!_?f(v):_,prefix:v,suffix:w,modifier:d("MODIFIER")||""})}else p("END")}}return s}function mo(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),u=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)},c=1;c<r.length;c++)u(c);return{path:a,index:i,params:s}}}(ko(e,n,t),n,t)}function yo(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function vo(e){return e&&e.sensitive?"":"i"}function bo(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,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,f="[".concat(yo(void 0===h?"":h),"]|$"),g="[".concat(yo(p),"]"),m=i?"^":"",y=0,v=e;y<v.length;y++){var b=v[y];if("string"==typeof b)m+=yo(l(b));else{var k=yo(l(b.prefix)),_=yo(l(b.suffix));if(b.pattern)if(t&&t.push(b),k||_)if("+"===b.modifier||"*"===b.modifier){var w="*"===b.modifier?"?":"";m+="(?:".concat(k,"((?:").concat(b.pattern,")(?:").concat(_).concat(k,"(?:").concat(b.pattern,"))*)").concat(_,")").concat(w)}else m+="(?:".concat(k,"(").concat(b.pattern,")").concat(_,")").concat(b.modifier);else{if("+"===b.modifier||"*"===b.modifier)throw new TypeError('Can not repeat "'.concat(b.name,'" without a prefix and suffix'));m+="(".concat(b.pattern,")").concat(b.modifier)}else m+="(?:".concat(k).concat(_,")").concat(b.modifier)}}if(u)o||(m+="".concat(g,"?")),m+=n.endsWith?"(?=".concat(f,")"):"$";else{var x=e[e.length-1],E="string"==typeof x?g.indexOf(x[x.length-1])>-1:void 0===x;o||(m+="(?:".concat(g,"(?=").concat(f,"))?")),E||(m+="(?=".concat(g,"|").concat(f,")"))}return new RegExp(m,vo(n))}(go(e,n),t,n)}function ko(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 ko(e,t,n).source});return new RegExp("(?:".concat(r.join("|"),")"),vo(n))}(e,t,n):bo(e,t,n)}var _o=class e extends Error{constructor(t){super(t),this.name="InterceptorError",Object.setPrototypeOf(this,e.prototype)}};function wo(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 Zt}get#a(){return this.handled}async passthrough(){c.as(_o,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){c.as(_o,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){c.as(_o,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 xo=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=wo("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=wo("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 Eo=/[?|#].*$/g;function So(e){return e.endsWith("?")?e:e.replace(Eo,"")}function Co(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 So(n)}function Ro(e,t,n){const r=Co(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=mo(o,{decode:decodeURIComponent})(a);return{matches:!1!==i,params:i&&i.params||{}}}var Io=Object.create,To=Object.defineProperty,Ao=Object.getOwnPropertyDescriptor,Oo=Object.getOwnPropertyNames,Po=Object.getPrototypeOf,Do=Object.prototype.hasOwnProperty,Lo=((e,t)=>function(){return t||(0,e[Oo(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||c;let a=0;do{const t=e.indexOf("=",a);if(-1===t)break;const i=e.indexOf(";",a),c=-1===i?r:i;if(t>c){a=e.lastIndexOf(";",t-1)+1;continue}const l=s(e,a,t),d=u(e,t,l),p=e.slice(l,d);if(void 0===n[p]){let r=s(e,t+1,c),a=u(e,c,r);const i=o(e.slice(r,a));n[p]=i}a=c+1}while(a<r);return n},e.serialize=function(e,i,s){const u=s?.encode||encodeURIComponent;if(!t.test(e))throw new TypeError(`argument name is invalid: ${e}`);const c=u(i);if(!n.test(c))throw new TypeError(`argument val is invalid: ${i}`);let l=e+"="+c;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 u(e,t,n){for(;t>n;){const n=e.charCodeAt(--t);if(32!==n&&9!==n)return t+1}return n}function c(e){if(-1===e.indexOf("%"))return e;try{return decodeURIComponent(e)}catch(t){return e}}}}),jo=((e,t,n)=>(n=null!=e?Io(Po(e)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of Oo(t))Do.call(e,o)||o===n||To(e,o,{get:()=>t[o],enumerable:!(r=Ao(t,o))||r.enumerable});return e})(!t&&e&&e.__esModule?n:To(n,"default",{value:e,enumerable:!0}),e)))(Lo(),1),No=jo.default||jo,zo=No.parse,qo=No.serialize;function Mo(e){const t=zo(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[e]);return n}function Uo(){return Mo(document.cookie)}function Bo(e){const t=e.headers.get("cookie"),n=t?Mo(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?Uo():{}}case"include":return Uo();default:return{}}}(e);for(const t in r)e.headers.append("cookie",qo(t,r[t]));const o=ze.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 Fo=(e=>(e.HEAD="HEAD",e.GET="GET",e.POST="POST",e.PUT="PUT",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.DELETE="DELETE",e))(Fo||{});class Go extends g{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;So(t)!==t&&d.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=Bo(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?Ro(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=m(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||fo[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(d.formatMessage(`${wn()} ${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 Wo(e){return(t,n,r={})=>new Go(e,t,n,r)}const Vo={all:Wo(/.+/),head:Wo(Fo.HEAD),get:Wo(Fo.GET),post:Wo(Fo.POST),put:Wo(Fo.PUT),delete:Wo(Fo.DELETE),patch:Wo(Fo.PATCH),options:Wo(Fo.OPTIONS)},Ho=Symbol("bodyType");class Ko extends xo{[Ho]=null;constructor(e,t){const n=xt(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,wt,{value:n,enumerable:!1,writable:!1}),"undefined"!=typeof document)){const e=kt.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=xt(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 Ko(e,n)}static json(e,t){const n=xt(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 Ko(r,n)}static xml(e,t){const n=xt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/xml"),new Ko(e,n)}static html(e,t){const n=xt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/html"),new Ko(e,n)}static arrayBuffer(e,t){const n=xt(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 Ko(e,n)}static formData(e,t){return new Ko(e,xt(t))}}c("undefined"!=typeof URL,d.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 $o,Qo={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},Yo={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:{}},Jo={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:{}},Xo={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:{}},Zo=[{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:""}],ea={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}]},ta=[Vo.post("https://dev.y.uno/dashboard-bff/api/payments/lazy",function(){return Ko.json(Qo)}),Vo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/a6d708a9-0227-44eb-a044-0738b644d0fb",function(){return Ko.json(Yo)}),Vo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/240622a6-654d-44de-ae61-b718afeeb78f",function(){return Ko.json(Jo)}),Vo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/98855a76-4a79-4d2e-9a0a-876a1541a95e",function(){return Ko.json(Xo)}),Vo.get("https://dev.y.uno/dashboard-bff/api/transactions/by-payment/:id/history",function(){return Ko.json(Zo)}),Vo.get("https://dev.y.uno/dashboard-bff/api/payments/:id/transactions/details",function(){return Ko.json(ea)})],na={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}}},ra={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}}},oa={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"}($o||($o={}));var aa={sales_volume_metric_group:oa.sales_volume_metric_group,total_payments:oa.total_payments},ia=Vo.get("/api/insights/overview-metrics",function(){return Ko.json(aa)}),sa=[Vo.get("/api/v3/insights/overview-metrics/".concat($o.GENERAL),function(){return Ko.json({sales_volume_metric_group:aa.sales_volume_metric_group})}),Vo.get("/api/v3/insights/overview-metrics/".concat($o.LATENCY),function(){return Ko.json({latency_metrics:{average_response_time:250,distribution:[{key:"2025-04-01",value:200},{key:"2025-04-02",value:300}]}})}),Vo.get("/api/v3/insights/overview-metrics/".concat($o.STATUS),function(){return Ko.json({status_metrics:{success_rate:95,distribution:[{key:"2025-04-01",value:98},{key:"2025-04-02",value:92}]}})}),Vo.get("/api/v3/insights/overview-metrics/".concat($o.SUBSCRIPTIONS),function(){return Ko.json({subscription_metrics:{active_subscriptions:1e3,distribution:[{key:"2025-04-01",value:950},{key:"2025-04-02",value:1050}]}})})],ua=e.__spreadArray([ia],sa,!0),ca=e.__spreadArray([Vo.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview",function(){return Ko.json(na)}),Vo.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview-fraud-3ds",function(){return Ko.json(ra)}),Vo.get("*/dialogs",function(){return Ko.json({})}),Vo.get("*/accounts/webhooks/:accountCode",function(){return Ko.json({})}),Vo.get("*/accounts/webhooks/params-catalog",function(){return Ko.json({})}),Vo.get("*/accounts/webhooks-v2/:accountCode",function(){return Ko.json({})})],ua,!0),la={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"}},da={total:100,page:1,page_size:10,total_pages:10},pa={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"},ha={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"},fa={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"}}},ga=la,ma={data:[pa,e.__assign(e.__assign({},pa),{authorization_code:"AUTH456",provider_id:"paypal"})],pagination:da},ya=e.__assign(e.__assign({},la),{total:{transactions:20,amount_local:5e3,amount_usd:5e3,currency_code_local:"USD"}}),va={data:[e.__assign(e.__assign({},pa),{reconciliation_status:"STATUS_CONFLICT"})],pagination:e.__assign(e.__assign({},da),{total:20,total_pages:2})},ba=e.__assign(e.__assign({},la),{total:{transactions:10,amount_local:2500,amount_usd:2500,currency_code_local:"USD"}}),ka={data:[e.__assign(e.__assign({},pa),{reconciliation_status:"AMOUNT_CONFLICT"})],pagination:e.__assign(e.__assign({},da),{total:10,total_pages:1})},_a={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"}},wa=e.__assign(e.__assign({},la),{total:{transactions:55,amount_local:14500,amount_usd:14500,currency_code_local:"USD"}}),xa={data:[e.__assign(e.__assign({},pa),{reconciliation_status:"DATE_CONFLICT"})],pagination:e.__assign(e.__assign({},da),{total:55,total_pages:6})},Ea={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"}},Sa=e.__assign(e.__assign({},la),{total:{transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}}),Ca={data:[e.__assign(e.__assign({},ha),{fee_status:"MISMATCH"}),e.__assign(e.__assign({},ha),{transaction_id:"TXN456",fee_status:"MISMATCH"})],pagination:e.__assign(e.__assign({},da),{total:15,total_pages:2})},Ra={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}]},Ia={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"}},Ta=e.__assign(e.__assign({},la),{total:{transactions:800,amount_local:16e4,amount_usd:16e4,currency_code_local:"USD"}}),Aa={data:[ha],pagination:e.__assign(e.__assign({},da),{total:800,total_pages:80})},Oa={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"}},Pa=e.__assign(e.__assign({},la),{total:{transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}}),Da={data:[e.__assign(e.__assign({},{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:e.__assign(e.__assign({},da),{total:25,total_pages:3})},La={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}]},ja="*/reconciliations/insights",Na=[Vo.post("".concat(ja,"/conflicts/summary"),function(){return Ko.json(fa)}),Vo.post("".concat(ja,"/not-reconciled/aggregators"),function(){return Ko.json(ga)}),Vo.post("".concat(ja,"/not-reconciled/list"),function(){return Ko.json(ma)}),Vo.post("".concat(ja,"/status-conflict/aggregators"),function(){return Ko.json(ya)}),Vo.post("".concat(ja,"/status-conflict/list"),function(){return Ko.json(va)}),Vo.post("".concat(ja,"/amount-conflict/aggregators"),function(){return Ko.json(ba)}),Vo.post("".concat(ja,"/amount-conflict/list"),function(){return Ko.json(ka)}),Vo.post("".concat(ja,"/conflict-date/summary"),function(){return Ko.json(_a)}),Vo.post("".concat(ja,"/conflict-date/aggregators"),function(){return Ko.json(wa)}),Vo.post("".concat(ja,"/conflict-date/list"),function(){return Ko.json(xa)}),Vo.post("".concat(ja,"/incorrect-fees/summary"),function(){return Ko.json(Ea)}),Vo.post("".concat(ja,"/incorrect-fees/aggregators"),function(){return Ko.json(Sa)}),Vo.post("".concat(ja,"/incorrect-fees/list"),function(){return Ko.json(Ca)}),Vo.post("".concat(ja,"/fees-charged/summary"),function(){return Ko.json(Ra)}),Vo.post("".concat(ja,"/reconciled/summary"),function(){return Ko.json(Ia)}),Vo.post("".concat(ja,"/reconciled/aggregators"),function(){return Ko.json(Ta)}),Vo.post("".concat(ja,"/reconciled/list"),function(){return Ko.json(Aa)}),Vo.post("".concat(ja,"/not-confirm/summary"),function(){return Ko.json(Oa)}),Vo.post("".concat(ja,"/not-confirm/aggregators"),function(){return Ko.json(Pa)}),Vo.post("".concat(ja,"/not-confirm/list"),function(){return Ko.json(Da)}),Vo.post("".concat(ja,"/amount-to-be-settled/summary"),function(){return Ko.json(La)})],za=[{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"}],qa={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"},Ma={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"},Ua={deleted:!0},Ba=[Vo.get("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",function(){return Ko.json(za)}),Vo.post("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",function(){return Ko.json(qa)}),Vo.patch("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",function(){return Ko.json(Ma)}),Vo.delete("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",function(){return Ko.json(Ua)})],Fa=e.__spreadArray(e.__spreadArray(e.__spreadArray(e.__spreadArray([],ta,!0),ca,!0),Na,!0),Ba,!0),Ga=function(...e){return new ho(...e)}.apply(void 0,Fa),Wa="MSW_ENABLED";function Va(e){e?(localStorage.setItem(Wa,"true"),console.info("MSW enabled. Reload the page to activate the mocks.")):(localStorage.removeItem(Wa),console.info("MSW disabled. Reload the page to disable the mocks.")),window.location.reload()}function Ha(){return"true"===localStorage.getItem(Wa)}function Ka(e,t){return function(){return e.apply(t,arguments)}}"undefined"!=typeof window&&(window.enableMSW=function(){return Va(!0)},window.disableMSW=function(){return Va(!1)},window.isMSWEnabled=Ha);const{toString:$a}=Object.prototype,{getPrototypeOf:Qa}=Object,{iterator:Ya,toStringTag:Ja}=Symbol,Xa=(Za=Object.create(null),e=>{const t=$a.call(e);return Za[t]||(Za[t]=t.slice(8,-1).toLowerCase())});var Za;const ei=e=>(e=e.toLowerCase(),t=>Xa(t)===e),ti=e=>t=>typeof t===e,{isArray:ni}=Array,ri=ti("undefined");function oi(e){return null!==e&&!ri(e)&&null!==e.constructor&&!ri(e.constructor)&&si(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ai=ei("ArrayBuffer");const ii=ti("string"),si=ti("function"),ui=ti("number"),ci=e=>null!==e&&"object"==typeof e,li=e=>{if("object"!==Xa(e))return!1;const t=Qa(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Ja in e||Ya in e)},di=ei("Date"),pi=ei("File"),hi=ei("Blob"),fi=ei("FileList"),gi=ei("URLSearchParams"),[mi,yi,vi,bi]=["ReadableStream","Request","Response","Headers"].map(ei);function ki(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),ni(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{if(oi(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 _i(e,t){if(oi(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 wi="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,xi=e=>!ri(e)&&e!==wi;const Ei=(e=>t=>e&&t instanceof e)("undefined"!=typeof Uint8Array&&Qa(Uint8Array)),Si=ei("HTMLFormElement"),Ci=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Ri=ei("RegExp"),Ii=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};ki(n,(n,o)=>{let a;!1!==(a=t(n,o,e))&&(r[o]=a||n)}),Object.defineProperties(e,r)};const Ti=ei("AsyncFunction"),Ai=(Oi="function"==typeof setImmediate,Pi=si(wi.postMessage),Oi?setImmediate:Pi?(Di=`axios@${Math.random()}`,Li=[],wi.addEventListener("message",({source:e,data:t})=>{e===wi&&t===Di&&Li.length&&Li.shift()()},!1),e=>{Li.push(e),wi.postMessage(Di,"*")}):e=>setTimeout(e));var Oi,Pi,Di,Li;const ji="undefined"!=typeof queueMicrotask?queueMicrotask.bind(wi):"undefined"!=typeof process&&process.nextTick||Ai;var Ni={isArray:ni,isArrayBuffer:ai,isBuffer:oi,isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||si(e.append)&&("formdata"===(t=Xa(e))||"object"===t&&si(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&ai(e.buffer),t},isString:ii,isNumber:ui,isBoolean:e=>!0===e||!1===e,isObject:ci,isPlainObject:li,isEmptyObject:e=>{if(!ci(e)||oi(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:mi,isRequest:yi,isResponse:vi,isHeaders:bi,isUndefined:ri,isDate:di,isFile:pi,isBlob:hi,isRegExp:Ri,isFunction:si,isStream:e=>ci(e)&&si(e.pipe),isURLSearchParams:gi,isTypedArray:Ei,isFileList:fi,forEach:ki,merge:function e(){const{caseless:t,skipUndefined:n}=xi(this)&&this||{},r={},o=(o,a)=>{if("__proto__"===a||"constructor"===a||"prototype"===a)return;const i=t&&_i(r,a)||a;li(r[i])&&li(o)?r[i]=e(r[i],o):li(o)?r[i]=e({},o):ni(o)?r[i]=o.slice():n&&ri(o)||(r[i]=o)};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&ki(arguments[e],o);return r},extend:(e,t,n,{allOwnKeys:r}={})=>(ki(t,(t,r)=>{n&&si(t)?Object.defineProperty(e,r,{value:Ka(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&&Qa(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:Xa,kindOfTest:ei,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(ni(e))return e;let t=e.length;if(!ui(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Ya]).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:Si,hasOwnProperty:Ci,hasOwnProp:Ci,reduceDescriptors:Ii,freezeMethods:e=>{Ii(e,(t,n)=>{if(si(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];si(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 ni(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:_i,global:wi,isContextDefined:xi,isSpecCompliantForm:function(e){return!!(e&&si(e.append)&&"FormData"===e[Ja]&&e[Ya])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(ci(e)){if(t.indexOf(e)>=0)return;if(oi(e))return e;if(!("toJSON"in e)){t[r]=e;const o=ni(e)?[]:{};return ki(e,(e,t)=>{const a=n(e,r+1);!ri(a)&&(o[t]=a)}),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:Ti,isThenable:e=>e&&(ci(e)||si(e))&&si(e.then)&&si(e.catch),setImmediate:Ai,asap:ji,isIterable:e=>null!=e&&si(e[Ya])};class zi extends Error{static from(e,t,n,r,o,a){const i=new zi(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:Ni.toJSONObject(this.config),code:this.code,status:this.status}}}zi.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",zi.ERR_BAD_OPTION="ERR_BAD_OPTION",zi.ECONNABORTED="ECONNABORTED",zi.ETIMEDOUT="ETIMEDOUT",zi.ERR_NETWORK="ERR_NETWORK",zi.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",zi.ERR_DEPRECATED="ERR_DEPRECATED",zi.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",zi.ERR_BAD_REQUEST="ERR_BAD_REQUEST",zi.ERR_CANCELED="ERR_CANCELED",zi.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",zi.ERR_INVALID_URL="ERR_INVALID_URL";var qi=zi;function Mi(e){return Ni.isPlainObject(e)||Ni.isArray(e)}function Ui(e){return Ni.endsWith(e,"[]")?e.slice(0,-2):e}function Bi(e,t,n){return e?e.concat(t).map(function(e,t){return e=Ui(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}const Fi=Ni.toFlatObject(Ni,{},null,function(e){return/^is[A-Z]/.test(e)});function Gi(e,t,n){if(!Ni.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=Ni.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!Ni.isUndefined(t[e])})).metaTokens,o=n.visitor||c,a=n.dots,i=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&Ni.isSpecCompliantForm(t);if(!Ni.isFunction(o))throw new TypeError("visitor must be a function");function u(e){if(null===e)return"";if(Ni.isDate(e))return e.toISOString();if(Ni.isBoolean(e))return e.toString();if(!s&&Ni.isBlob(e))throw new qi("Blob is not supported. Use a Buffer instead.");return Ni.isArrayBuffer(e)||Ni.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,n,o){let s=e;if(e&&!o&&"object"==typeof e)if(Ni.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(Ni.isArray(e)&&function(e){return Ni.isArray(e)&&!e.some(Mi)}(e)||(Ni.isFileList(e)||Ni.endsWith(n,"[]"))&&(s=Ni.toArray(e)))return n=Ui(n),s.forEach(function(e,r){!Ni.isUndefined(e)&&null!==e&&t.append(!0===i?Bi([n],r,a):null===i?n:n+"[]",u(e))}),!1;return!!Mi(e)||(t.append(Bi(o,n,a),u(e)),!1)}const l=[],d=Object.assign(Fi,{defaultVisitor:c,convertValue:u,isVisitable:Mi});if(!Ni.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!Ni.isUndefined(n)){if(-1!==l.indexOf(n))throw Error("Circular reference detected in "+r.join("."));l.push(n),Ni.forEach(n,function(n,a){!0===(!(Ni.isUndefined(n)||null===n)&&o.call(t,n,Ni.isString(a)?a.trim():a,r,d))&&e(n,r?r.concat(a):[a])}),l.pop()}}(e),t}function Wi(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function Vi(e,t){this._pairs=[],e&&Gi(e,this,t)}const Hi=Vi.prototype;function Ki(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function $i(e,t,n){if(!t)return e;const r=n&&n.encode||Ki,o=Ni.isFunction(n)?{serialize:n}:n,a=o&&o.serialize;let i;if(i=a?a(t,o):Ni.isURLSearchParams(t)?t.toString():new Vi(t,o).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}Hi.append=function(e,t){this._pairs.push([e,t])},Hi.toString=function(e){const t=e?function(t){return e.call(this,t,Wi)}:Wi;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var Qi=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){Ni.forEach(this.handlers,function(t){null!==t&&e(t)})}},Yi={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},Ji={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Vi,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const Xi="undefined"!=typeof window&&"undefined"!=typeof document,Zi="object"==typeof navigator&&navigator||void 0,es=Xi&&(!Zi||["ReactNative","NativeScript","NS"].indexOf(Zi.product)<0),ts="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,ns=Xi&&window.location.href||"http://localhost";var rs={...Object.freeze({__proto__:null,hasBrowserEnv:Xi,hasStandardBrowserEnv:es,hasStandardBrowserWebWorkerEnv:ts,navigator:Zi,origin:ns}),...Ji};function os(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&&Ni.isArray(r)?r.length:a,s)return Ni.hasOwnProp(r,a)?r[a]=[r[a],n]:r[a]=n,!i;r[a]&&Ni.isObject(r[a])||(r[a]=[]);return t(e,n,r[a],o)&&Ni.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(Ni.isFormData(e)&&Ni.isFunction(e.entries)){const n={};return Ni.forEachEntry(e,(e,r)=>{t(function(e){return Ni.matchAll(/\w+|\[(\w*)]/g,e).map(e=>"[]"===e[0]?"":e[1]||e[0])}(e),r,n,0)}),n}return null}const as={transitional:Yi,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=Ni.isObject(e);o&&Ni.isHTMLForm(e)&&(e=new FormData(e));if(Ni.isFormData(e))return r?JSON.stringify(os(e)):e;if(Ni.isArrayBuffer(e)||Ni.isBuffer(e)||Ni.isStream(e)||Ni.isFile(e)||Ni.isBlob(e)||Ni.isReadableStream(e))return e;if(Ni.isArrayBufferView(e))return e.buffer;if(Ni.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 Gi(e,new rs.classes.URLSearchParams,{visitor:function(e,t,n,r){return rs.isNode&&Ni.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)},...t})}(e,this.formSerializer).toString();if((a=Ni.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Gi(a?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(Ni.isString(e))try{return(t||JSON.parse)(e),Ni.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||as.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(Ni.isResponse(e)||Ni.isReadableStream(e))return e;if(e&&Ni.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 qi.from(e,qi.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:rs.classes.FormData,Blob:rs.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Ni.forEach(["delete","get","head","post","put","patch"],e=>{as.headers[e]={}});var is=as;const ss=Ni.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 us=Symbol("internals");function cs(e){return e&&String(e).trim().toLowerCase()}function ls(e){return!1===e||null==e?e:Ni.isArray(e)?e.map(ls):String(e)}function ds(e,t,n,r,o){return Ni.isFunction(r)?r.call(this,t,n):(o&&(t=n),Ni.isString(t)?Ni.isString(r)?-1!==t.indexOf(r):Ni.isRegExp(r)?r.test(t):void 0:void 0)}class ps{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=cs(t);if(!o)throw new Error("header name must be a non-empty string");const a=Ni.findKey(r,o);(!a||void 0===r[a]||!0===n||void 0===n&&!1!==r[a])&&(r[a||t]=ls(e))}const a=(e,t)=>Ni.forEach(e,(e,n)=>o(e,n,t));if(Ni.isPlainObject(e)||e instanceof this.constructor)a(e,t);else if(Ni.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]&&ss[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(Ni.isObject(e)&&Ni.isIterable(e)){let n,r,o={};for(const t of e){if(!Ni.isArray(t))throw TypeError("Object iterator must return a key-value pair");o[r=t[0]]=(n=o[r])?Ni.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=cs(e)){const n=Ni.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(Ni.isFunction(t))return t.call(this,e,n);if(Ni.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=cs(e)){const n=Ni.findKey(this,e);return!(!n||void 0===this[n]||t&&!ds(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=cs(e)){const o=Ni.findKey(n,e);!o||t&&!ds(0,n[o],o,t)||(delete n[o],r=!0)}}return Ni.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&&!ds(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return Ni.forEach(this,(r,o)=>{const a=Ni.findKey(n,o);if(a)return t[a]=ls(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]=ls(r),n[i]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return Ni.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&Ni.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[us]=this[us]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=cs(e);t[r]||(!function(e,t){const n=Ni.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 Ni.isArray(e)?e.forEach(r):r(e),this}}ps.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Ni.reduceDescriptors(ps.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),Ni.freezeMethods(ps);var hs=ps;function fs(e,t){const n=this||is,r=t||n,o=hs.from(r.headers);let a=r.data;return Ni.forEach(e,function(e){a=e.call(n,a,o.normalize(),t?t.status:void 0)}),o.normalize(),a}function gs(e){return!(!e||!e.__CANCEL__)}var ms=class extends qi{constructor(e,t,n){super(null==e?"canceled":e,qi.ERR_CANCELED,t,n),this.name="CanceledError",this.__CANCEL__=!0}};function ys(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new qi("Request failed with status code "+n.status,[qi.ERR_BAD_REQUEST,qi.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}const vs=(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 u=Date.now(),c=r[i];o||(o=u),n[a]=s,r[a]=u;let l=i,d=0;for(;l!==a;)d+=n[l++],l%=e;if(a=(a+1)%e,a===i&&(i=(i+1)%e),u-o<t)return;const p=c&&u-c;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,u=o(s);r=a;e({loaded:a,total:i,progress:i?a/i:void 0,bytes:s,rate:u||void 0,estimated:u&&i&&a<=i?(i-a)/u:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})},n)},bs=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},ks=e=>(...t)=>Ni.asap(()=>e(...t));var _s=rs.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,rs.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(rs.origin),rs.navigator&&/(msie|trident)/i.test(rs.navigator.userAgent)):()=>!0,ws=rs.hasStandardBrowserEnv?{write(e,t,n,r,o,a,i){if("undefined"==typeof document)return;const s=[`${e}=${encodeURIComponent(t)}`];Ni.isNumber(n)&&s.push(`expires=${new Date(n).toUTCString()}`),Ni.isString(r)&&s.push(`path=${r}`),Ni.isString(o)&&s.push(`domain=${o}`),!0===a&&s.push("secure"),Ni.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 xs(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 Es=e=>e instanceof hs?{...e}:e;function Ss(e,t){t=t||{};const n={};function r(e,t,n,r){return Ni.isPlainObject(e)&&Ni.isPlainObject(t)?Ni.merge.call({caseless:r},e,t):Ni.isPlainObject(t)?Ni.merge({},t):Ni.isArray(t)?t.slice():t}function o(e,t,n,o){return Ni.isUndefined(t)?Ni.isUndefined(e)?void 0:r(void 0,e,0,o):r(e,t,0,o)}function a(e,t){if(!Ni.isUndefined(t))return r(void 0,t)}function i(e,t){return Ni.isUndefined(t)?Ni.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 u={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(Es(e),Es(t),0,!0)};return Ni.forEach(Object.keys({...e,...t}),function(r){if("__proto__"===r||"constructor"===r||"prototype"===r)return;const a=Ni.hasOwnProp(u,r)?u[r]:o,i=a(e[r],t[r],r);Ni.isUndefined(i)&&a!==s||(n[r]=i)}),n}var Cs=e=>{const t=Ss({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:a,headers:i,auth:s}=t;if(t.headers=i=hs.from(i),t.url=$i(xs(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),s&&i.set("Authorization","Basic "+btoa((s.username||"")+":"+(s.password?unescape(encodeURIComponent(s.password)):""))),Ni.isFormData(n))if(rs.hasStandardBrowserEnv||rs.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if(Ni.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(rs.hasStandardBrowserEnv&&(r&&Ni.isFunction(r)&&(r=r(t)),r||!1!==r&&_s(t.url))){const e=o&&a&&ws.read(a);e&&i.set(o,e)}return t};var Rs="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=Cs(e);let o=r.data;const a=hs.from(r.headers).normalize();let i,s,u,c,l,{responseType:d,onUploadProgress:p,onDownloadProgress:h}=r;function f(){c&&c(),l&&l(),r.cancelToken&&r.cancelToken.unsubscribe(i),r.signal&&r.signal.removeEventListener("abort",i)}let g=new XMLHttpRequest;function m(){if(!g)return;const r=hs.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders());ys(function(e){t(e),f()},function(e){n(e),f()},{data:d&&"text"!==d&&"json"!==d?g.response:g.responseText,status:g.status,statusText:g.statusText,headers:r,config:e,request:g}),g=null}g.open(r.method.toUpperCase(),r.url,!0),g.timeout=r.timeout,"onloadend"in g?g.onloadend=m:g.onreadystatechange=function(){g&&4===g.readyState&&(0!==g.status||g.responseURL&&0===g.responseURL.indexOf("file:"))&&setTimeout(m)},g.onabort=function(){g&&(n(new qi("Request aborted",qi.ECONNABORTED,e,g)),g=null)},g.onerror=function(t){const r=t&&t.message?t.message:"Network Error",o=new qi(r,qi.ERR_NETWORK,e,g);o.event=t||null,n(o),g=null},g.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const o=r.transitional||Yi;r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new qi(t,o.clarifyTimeoutError?qi.ETIMEDOUT:qi.ECONNABORTED,e,g)),g=null},void 0===o&&a.setContentType(null),"setRequestHeader"in g&&Ni.forEach(a.toJSON(),function(e,t){g.setRequestHeader(t,e)}),Ni.isUndefined(r.withCredentials)||(g.withCredentials=!!r.withCredentials),d&&"json"!==d&&(g.responseType=r.responseType),h&&([u,l]=vs(h,!0),g.addEventListener("progress",u)),p&&g.upload&&([s,c]=vs(p),g.upload.addEventListener("progress",s),g.upload.addEventListener("loadend",c)),(r.cancelToken||r.signal)&&(i=t=>{g&&(n(!t||t.type?new ms(null,e,g):t),g.abort(),g=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===rs.protocols.indexOf(y)?n(new qi("Unsupported protocol "+y+":",qi.ERR_BAD_REQUEST,e)):g.send(o||null)})};var Is=(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 qi?t:new ms(t instanceof Error?t.message:t))}};let a=t&&setTimeout(()=>{a=null,o(new qi(`timeout of ${t}ms exceeded`,qi.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=()=>Ni.asap(i),s}};const Ts=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},As=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()}},Os=(e,t,n,r)=>{const o=async function*(e,t){for await(const n of As(e))yield*Ts(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:Ps}=Ni,Ds=(({Request:e,Response:t})=>({Request:e,Response:t}))(Ni.global),{ReadableStream:Ls,TextEncoder:js}=Ni.global,Ns=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},zs=e=>{e=Ni.merge.call({skipUndefined:!0},Ds,e);const{fetch:t,Request:n,Response:r}=e,o=t?Ps(t):"function"==typeof fetch,a=Ps(n),i=Ps(r);if(!o)return!1;const s=o&&Ps(Ls),u=o&&("function"==typeof js?(e=>t=>e.encode(t))(new js):async e=>new Uint8Array(await new n(e).arrayBuffer())),c=a&&s&&Ns(()=>{let e=!1;const t=new n(rs.origin,{body:new Ls,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),l=i&&s&&Ns(()=>Ni.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 qi(`Response type '${e}' is not supported`,qi.ERR_NOT_SUPPORT,n)})});const p=async(e,t)=>{const r=Ni.toFiniteNumber(e.getContentLength());return null==r?(async e=>{if(null==e)return 0;if(Ni.isBlob(e))return e.size;if(Ni.isSpecCompliantForm(e)){const t=new n(rs.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return Ni.isArrayBufferView(e)||Ni.isArrayBuffer(e)?e.byteLength:(Ni.isURLSearchParams(e)&&(e+=""),Ni.isString(e)?(await u(e)).byteLength:void 0)})(t):r};return async e=>{let{url:o,method:i,data:s,signal:u,cancelToken:h,timeout:f,onDownloadProgress:g,onUploadProgress:m,responseType:y,headers:v,withCredentials:b="same-origin",fetchOptions:k}=Cs(e),_=t||fetch;y=y?(y+"").toLowerCase():"text";let w=Is([u,h&&h.toAbortSignal()],f),x=null;const E=w&&w.unsubscribe&&(()=>{w.unsubscribe()});let S;try{if(m&&c&&"get"!==i&&"head"!==i&&0!==(S=await p(v,s))){let e,t=new n(o,{method:"POST",body:s,duplex:"half"});if(Ni.isFormData(s)&&(e=t.headers.get("content-type"))&&v.setContentType(e),t.body){const[e,n]=bs(S,vs(ks(m)));s=Os(t.body,65536,e,n)}}Ni.isString(b)||(b=b?"include":"omit");const t=a&&"credentials"in n.prototype,u={...k,signal:w,method:i.toUpperCase(),headers:v.normalize().toJSON(),body:s,duplex:"half",credentials:t?b:void 0};x=a&&new n(o,u);let h=await(a?_(x,k):_(o,u));const f=l&&("stream"===y||"response"===y);if(l&&(g||f&&E)){const e={};["status","statusText","headers"].forEach(t=>{e[t]=h[t]});const t=Ni.toFiniteNumber(h.headers.get("content-length")),[n,o]=g&&bs(t,vs(ks(g),!0))||[];h=new r(Os(h.body,65536,n,()=>{o&&o(),E&&E()}),e)}y=y||"text";let C=await d[Ni.findKey(d,y)||"text"](h,e);return!f&&E&&E(),await new Promise((t,n)=>{ys(t,n,{data:C,headers:hs.from(h.headers),status:h.status,statusText:h.statusText,config:e,request:x})})}catch(t){if(E&&E(),t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new qi("Network Error",qi.ERR_NETWORK,e,x,t&&t.response),{cause:t.cause||t});throw qi.from(t,t&&t.code,e,x,t&&t.response)}}},qs=new Map,Ms=e=>{let t=e&&e.env||{};const{fetch:n,Request:r,Response:o}=t,a=[r,o,n];let i,s,u=a.length,c=qs;for(;u--;)i=a[u],s=c.get(i),void 0===s&&c.set(i,s=u?new Map:zs(t)),c=s;return s};Ms();const Us={http:null,xhr:Rs,fetch:{get:Ms}};Ni.forEach(Us,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}});const Bs=e=>`- ${e}`,Fs=e=>Ni.isFunction(e)||null===e||!1===e;var Gs={getAdapter:function(e,t){e=Ni.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,!Fs(r)&&(o=Us[(n=String(r)).toLowerCase()],void 0===o))throw new qi(`Unknown adapter '${n}'`);if(o&&(Ni.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(Bs).join("\n"):" "+Bs(e[0]):"as no adapter specified";throw new qi("There is no suitable adapter to dispatch the request "+t,"ERR_NOT_SUPPORT")}return o},adapters:Us};function Ws(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ms(null,e)}function Vs(e){Ws(e),e.headers=hs.from(e.headers),e.data=fs.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return Gs.getAdapter(e.adapter||is.adapter,e)(e).then(function(t){return Ws(e),t.data=fs.call(e,e.transformResponse,t),t.headers=hs.from(t.headers),t},function(t){return gs(t)||(Ws(e),t&&t.response&&(t.response.data=fs.call(e,e.transformResponse,t.response),t.response.headers=hs.from(t.response.headers))),Promise.reject(t)})}const Hs="1.13.5",Ks={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Ks[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const $s={};Ks.transitional=function(e,t,n){function r(e,t){return"[Axios v"+Hs+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,a)=>{if(!1===e)throw new qi(r(o," has been removed"+(t?" in "+t:"")),qi.ERR_DEPRECATED);return t&&!$s[o]&&($s[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)}},Ks.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};var Qs={assertOptions:function(e,t,n){if("object"!=typeof e)throw new qi("options must be an object",qi.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 qi("option "+a+" must be "+n,qi.ERR_BAD_OPTION_VALUE);continue}if(!0!==n)throw new qi("Unknown option "+a,qi.ERR_BAD_OPTION)}},validators:Ks};const Ys=Qs.validators;let Js=class{constructor(e){this.defaults=e||{},this.interceptors={request:new Qi,response:new Qi}}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=Ss(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&Qs.assertOptions(n,{silentJSONParsing:Ys.transitional(Ys.boolean),forcedJSONParsing:Ys.transitional(Ys.boolean),clarifyTimeoutError:Ys.transitional(Ys.boolean),legacyInterceptorReqResOrdering:Ys.transitional(Ys.boolean)},!1),null!=r&&(Ni.isFunction(r)?t.paramsSerializer={serialize:r}:Qs.assertOptions(r,{encode:Ys.function,serialize:Ys.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),Qs.assertOptions(t,{baseUrl:Ys.spelling("baseURL"),withXsrfToken:Ys.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let a=o&&Ni.merge(o.common,o[t.method]);o&&Ni.forEach(["delete","get","head","post","put","patch","common"],e=>{delete o[e]}),t.headers=hs.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||Yi;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=[Vs.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=Vs.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 $i(xs((e=Ss(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};Ni.forEach(["delete","get","head","options"],function(e){Js.prototype[e]=function(t,n){return this.request(Ss(n||{},{method:e,url:t,data:(n||{}).data}))}}),Ni.forEach(["post","put","patch"],function(e){function t(t){return function(n,r,o){return this.request(Ss(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}Js.prototype[e]=t(),Js.prototype[e+"Form"]=t(!0)});var Xs=Js;class Zs{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 ms(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 Zs(function(t){e=t}),cancel:e}}}var eu=Zs;const tu={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(tu).forEach(([e,t])=>{tu[t]=e});var nu=tu;const ru=function e(t){const n=new Xs(t),r=Ka(Xs.prototype.request,n);return Ni.extend(r,Xs.prototype,n,{allOwnKeys:!0}),Ni.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(Ss(t,n))},r}(is);ru.Axios=Xs,ru.CanceledError=ms,ru.CancelToken=eu,ru.isCancel=gs,ru.VERSION=Hs,ru.toFormData=Gi,ru.AxiosError=qi,ru.Cancel=ru.CanceledError,ru.all=function(e){return Promise.all(e)},ru.spread=function(e){return function(t){return e.apply(null,t)}},ru.isAxiosError=function(e){return Ni.isObject(e)&&!0===e.isAxiosError},ru.mergeConfig=Ss,ru.AxiosHeaders=hs,ru.formToJSON=e=>os(Ni.isHTMLForm(e)?new FormData(e):e),ru.getAdapter=Gs.getAdapter,ru.HttpStatusCode=nu,ru.default=ru;var ou=ru,au=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("&")},iu=function(t){function n(n){var r,o,a,i,s=this;return(s=t.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(t){return e.__assign(e.__assign({},t),{defaults:{headers:e.__assign(e.__assign({},t.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(t){return e.__assign({},t)},function(e){return Promise.reject(e)}),s}return e.__extends(n,t),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=ou.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=ou.create(e)}),su="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function uu(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 cu=TypeError,lu=uu(Object.freeze({__proto__:null,default:{}})),du="function"==typeof Map&&Map.prototype,pu=Object.getOwnPropertyDescriptor&&du?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,hu=du&&pu&&"function"==typeof pu.get?pu.get:null,fu=du&&Map.prototype.forEach,gu="function"==typeof Set&&Set.prototype,mu=Object.getOwnPropertyDescriptor&&gu?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,yu=gu&&mu&&"function"==typeof mu.get?mu.get:null,vu=gu&&Set.prototype.forEach,bu="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,ku="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,_u="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,wu=Boolean.prototype.valueOf,xu=Object.prototype.toString,Eu=Function.prototype.toString,Su=String.prototype.match,Cu=String.prototype.slice,Ru=String.prototype.replace,Iu=String.prototype.toUpperCase,Tu=String.prototype.toLowerCase,Au=RegExp.prototype.test,Ou=Array.prototype.concat,Pu=Array.prototype.join,Du=Array.prototype.slice,Lu=Math.floor,ju="function"==typeof BigInt?BigInt.prototype.valueOf:null,Nu=Object.getOwnPropertySymbols,zu="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,qu="function"==typeof Symbol&&"object"==typeof Symbol.iterator,Mu="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===qu||"symbol")?Symbol.toStringTag:null,Uu=Object.prototype.propertyIsEnumerable,Bu=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Fu(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||Au.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var r=e<0?-Lu(-e):Lu(e);if(r!==e){var o=String(r),a=Cu.call(t,o.length+1);return Ru.call(o,n,"$&_")+"."+Ru.call(Ru.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Ru.call(t,n,"$&_")}var Gu=lu,Wu=Gu.custom,Vu=ec(Wu)?Wu:null,Hu={__proto__:null,double:'"',single:"'"},Ku={__proto__:null,double:/(["\\])/g,single:/(['\\])/g},$u=function e(t,n,r,o){var a=n||{};if(nc(a,"quoteStyle")&&!nc(Hu,a.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(nc(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=!nc(a,"customInspect")||a.customInspect;if("boolean"!=typeof i&&"symbol"!==i)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(nc(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(nc(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 ac(t,a);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var u=String(t);return s?Fu(t,u):u}if("bigint"==typeof t){var c=String(t)+"n";return s?Fu(t,c):c}var l=void 0===a.depth?5:a.depth;if(void 0===r&&(r=0),r>=l&&l>0&&"object"==typeof t)return Xu(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=Pu.call(Array(e.indent+1)," ")}return{base:n,prev:Pu.call(Array(t+1),n)}}(a,r);if(void 0===o)o=[];else if(oc(o,t)>=0)return"[Circular]";function p(t,n,i){if(n&&(o=Du.call(o)).push(n),i){var s={depth:a.depth};return nc(a,"quoteStyle")&&(s.quoteStyle=a.quoteStyle),e(t,s,r+1,o)}return e(t,a,r+1,o)}if("function"==typeof t&&!Zu(t)){var h=function(e){if(e.name)return e.name;var t=Su.call(Eu.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),f=dc(t,p);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(f.length>0?" { "+Pu.call(f,", ")+" }":"")}if(ec(t)){var g=qu?Ru.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):zu.call(t);return"object"!=typeof t||qu?g:sc(g)}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 m="<"+Tu.call(String(t.nodeName)),y=t.attributes||[],v=0;v<y.length;v++)m+=" "+y[v].name+"="+Qu(Yu(y[v].value),"double",a);return m+=">",t.childNodes&&t.childNodes.length&&(m+="..."),m+="</"+Tu.call(String(t.nodeName))+">"}if(Xu(t)){if(0===t.length)return"[]";var b=dc(t,p);return d&&!function(e){for(var t=0;t<e.length;t++)if(oc(e[t],"\n")>=0)return!1;return!0}(b)?"["+lc(b,d)+"]":"[ "+Pu.call(b,", ")+" ]"}if(function(e){return"[object Error]"===rc(e)&&Ju(e)}(t)){var k=dc(t,p);return"cause"in Error.prototype||!("cause"in t)||Uu.call(t,"cause")?0===k.length?"["+String(t)+"]":"{ ["+String(t)+"] "+Pu.call(k,", ")+" }":"{ ["+String(t)+"] "+Pu.call(Ou.call("[cause]: "+p(t.cause),k),", ")+" }"}if("object"==typeof t&&i){if(Vu&&"function"==typeof t[Vu]&&Gu)return Gu(t,{depth:l-r});if("symbol"!==i&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!hu||!e||"object"!=typeof e)return!1;try{hu.call(e);try{yu.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var _=[];return fu&&fu.call(t,function(e,n){_.push(p(n,t,!0)+" => "+p(e,t))}),cc("Map",hu.call(t),_,d)}if(function(e){if(!yu||!e||"object"!=typeof e)return!1;try{yu.call(e);try{hu.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var w=[];return vu&&vu.call(t,function(e){w.push(p(e,t))}),cc("Set",yu.call(t),w,d)}if(function(e){if(!bu||!e||"object"!=typeof e)return!1;try{bu.call(e,bu);try{ku.call(e,ku)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return uc("WeakMap");if(function(e){if(!ku||!e||"object"!=typeof e)return!1;try{ku.call(e,ku);try{bu.call(e,bu)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return uc("WeakSet");if(function(e){if(!_u||!e||"object"!=typeof e)return!1;try{return _u.call(e),!0}catch(e){}return!1}(t))return uc("WeakRef");if(function(e){return"[object Number]"===rc(e)&&Ju(e)}(t))return sc(p(Number(t)));if(function(e){if(!e||"object"!=typeof e||!ju)return!1;try{return ju.call(e),!0}catch(e){}return!1}(t))return sc(p(ju.call(t)));if(function(e){return"[object Boolean]"===rc(e)&&Ju(e)}(t))return sc(wu.call(t));if(function(e){return"[object String]"===rc(e)&&Ju(e)}(t))return sc(p(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==su&&t===su)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===rc(e)&&Ju(e)}(t)&&!Zu(t)){var x=dc(t,p),E=Bu?Bu(t)===Object.prototype:t instanceof Object||t.constructor===Object,S=t instanceof Object?"":"null prototype",C=!E&&Mu&&Object(t)===t&&Mu in t?Cu.call(rc(t),8,-1):S?"Object":"",R=(E||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(C||S?"["+Pu.call(Ou.call([],C||[],S||[]),": ")+"] ":"");return 0===x.length?R+"{}":d?R+"{"+lc(x,d)+"}":R+"{ "+Pu.call(x,", ")+" }"}return String(t)};function Qu(e,t,n){var r=n.quoteStyle||t,o=Hu[r];return o+e+o}function Yu(e){return Ru.call(String(e),/"/g,""")}function Ju(e){return!Mu||!("object"==typeof e&&(Mu in e||void 0!==e[Mu]))}function Xu(e){return"[object Array]"===rc(e)&&Ju(e)}function Zu(e){return"[object RegExp]"===rc(e)&&Ju(e)}function ec(e){if(qu)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!zu)return!1;try{return zu.call(e),!0}catch(e){}return!1}var tc=Object.prototype.hasOwnProperty||function(e){return e in this};function nc(e,t){return tc.call(e,t)}function rc(e){return xu.call(e)}function oc(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 ac(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return ac(Cu.call(e,0,t.maxStringLength),t)+r}var o=Ku[t.quoteStyle||"single"];return o.lastIndex=0,Qu(Ru.call(Ru.call(e,o,"\\$1"),/[\x00-\x1f]/g,ic),"single",t)}function ic(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":"")+Iu.call(t.toString(16))}function sc(e){return"Object("+e+")"}function uc(e){return e+" { ? }"}function cc(e,t,n,r){return e+" ("+t+") {"+(r?lc(n,r):Pu.call(n,", "))+"}"}function lc(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+Pu.call(e,","+n)+"\n"+t.prev}function dc(e,t){var n=Xu(e),r=[];if(n){r.length=e.length;for(var o=0;o<e.length;o++)r[o]=nc(e,o)?t(e[o],e):""}var a,i="function"==typeof Nu?Nu(e):[];if(qu){a={};for(var s=0;s<i.length;s++)a["$"+i[s]]=i[s]}for(var u in e)nc(e,u)&&(n&&String(Number(u))===u&&u<e.length||qu&&a["$"+u]instanceof Symbol||(Au.call(/[^\w$]/,u)?r.push(t(u,e)+": "+t(e[u],e)):r.push(u+": "+t(e[u],e))));if("function"==typeof Nu)for(var c=0;c<i.length;c++)Uu.call(e,i[c])&&r.push("["+t(i[c])+"]: "+t(e[i[c]],e));return r}var pc=$u,hc=cu,fc=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},gc=Object,mc=Error,yc=EvalError,vc=RangeError,bc=ReferenceError,kc=SyntaxError,_c=URIError,wc=Math.abs,xc=Math.floor,Ec=Math.max,Sc=Math.min,Cc=Math.pow,Rc=Math.round,Ic=Number.isNaN||function(e){return e!=e},Tc=Object.getOwnPropertyDescriptor;if(Tc)try{Tc([],"length")}catch(e){Tc=null}var Ac=Tc,Oc=Object.defineProperty||!1;if(Oc)try{Oc({},"a",{value:1})}catch(e){Oc=!1}var Pc,Dc,Lc,jc,Nc,zc,qc,Mc,Uc,Bc,Fc,Gc,Wc,Vc,Hc,Kc,$c=Oc;function Qc(){return zc?Nc:(zc=1,Nc="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function Yc(){return Mc?qc:(Mc=1,qc=gc.getPrototypeOf||null)}function Jc(){if(Bc)return Uc;Bc=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 Uc=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),u=[],c=0;c<s;c++)u[c]="$"+c;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}(u,",")+"){ 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},Uc}function Xc(){if(Gc)return Fc;Gc=1;var e=Jc();return Fc=Function.prototype.bind||e}function Zc(){return Vc?Wc:(Vc=1,Wc=Function.prototype.call)}function el(){return Kc?Hc:(Kc=1,Hc=Function.prototype.apply)}var tl,nl,rl,ol,al,il,sl,ul="undefined"!=typeof Reflect&&Reflect&&Reflect.apply,cl=Xc(),ll=el(),dl=Zc(),pl=ul||cl.call(dl,ll),hl=Xc(),fl=cu,gl=Zc(),ml=pl,yl=function(e){if(e.length<1||"function"!=typeof e[0])throw new fl("a function is required");return ml(hl,gl,e)};var vl=gc,bl=mc,kl=yc,_l=vc,wl=bc,xl=kc,El=cu,Sl=_c,Cl=wc,Rl=xc,Il=Ec,Tl=Sc,Al=Cc,Ol=Rc,Pl=function(e){return Ic(e)||0===e?e:e<0?-1:1},Dl=Function,Ll=function(e){try{return Dl('"use strict"; return ('+e+").constructor;")()}catch(e){}},jl=Ac,Nl=$c,zl=function(){throw new El},ql=jl?function(){try{return zl}catch(e){try{return jl(arguments,"callee").get}catch(e){return zl}}}():zl,Ml=function(){if(jc)return Lc;jc=1;var e="undefined"!=typeof Symbol&&Symbol,t=Dc?Pc:(Dc=1,Pc=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 Lc=function(){return"function"==typeof e&&("function"==typeof Symbol&&("symbol"==typeof e("foo")&&("symbol"==typeof Symbol("bar")&&t())))}}()(),Ul=function(){if(ol)return rl;ol=1;var e=Qc(),t=Yc(),n=function(){if(nl)return tl;nl=1;var e,t=yl,n=Ac;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 tl=r&&"function"==typeof r.get?t([r.get]):"function"==typeof a&&function(e){return a(null==e?e:o(e))}}();return rl=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}(),Bl=Yc(),Fl=Qc(),Gl=el(),Wl=Zc(),Vl={},Hl="undefined"!=typeof Uint8Array&&Ul?Ul(Uint8Array):sl,Kl={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?sl:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?sl:ArrayBuffer,"%ArrayIteratorPrototype%":Ml&&Ul?Ul([][Symbol.iterator]()):sl,"%AsyncFromSyncIteratorPrototype%":sl,"%AsyncFunction%":Vl,"%AsyncGenerator%":Vl,"%AsyncGeneratorFunction%":Vl,"%AsyncIteratorPrototype%":Vl,"%Atomics%":"undefined"==typeof Atomics?sl:Atomics,"%BigInt%":"undefined"==typeof BigInt?sl:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?sl:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?sl:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?sl:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":bl,"%eval%":eval,"%EvalError%":kl,"%Float16Array%":"undefined"==typeof Float16Array?sl:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?sl:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?sl:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?sl:FinalizationRegistry,"%Function%":Dl,"%GeneratorFunction%":Vl,"%Int8Array%":"undefined"==typeof Int8Array?sl:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?sl:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?sl:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ml&&Ul?Ul(Ul([][Symbol.iterator]())):sl,"%JSON%":"object"==typeof JSON?JSON:sl,"%Map%":"undefined"==typeof Map?sl:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&Ml&&Ul?Ul((new Map)[Symbol.iterator]()):sl,"%Math%":Math,"%Number%":Number,"%Object%":vl,"%Object.getOwnPropertyDescriptor%":jl,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?sl:Promise,"%Proxy%":"undefined"==typeof Proxy?sl:Proxy,"%RangeError%":_l,"%ReferenceError%":wl,"%Reflect%":"undefined"==typeof Reflect?sl:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?sl:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&Ml&&Ul?Ul((new Set)[Symbol.iterator]()):sl,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?sl:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ml&&Ul?Ul(""[Symbol.iterator]()):sl,"%Symbol%":Ml?Symbol:sl,"%SyntaxError%":xl,"%ThrowTypeError%":ql,"%TypedArray%":Hl,"%TypeError%":El,"%Uint8Array%":"undefined"==typeof Uint8Array?sl:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?sl:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?sl:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?sl:Uint32Array,"%URIError%":Sl,"%WeakMap%":"undefined"==typeof WeakMap?sl:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?sl:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?sl:WeakSet,"%Function.prototype.call%":Wl,"%Function.prototype.apply%":Gl,"%Object.defineProperty%":Nl,"%Object.getPrototypeOf%":Bl,"%Math.abs%":Cl,"%Math.floor%":Rl,"%Math.max%":Il,"%Math.min%":Tl,"%Math.pow%":Al,"%Math.round%":Ol,"%Math.sign%":Pl,"%Reflect.getPrototypeOf%":Fl};if(Ul)try{null.error}catch(e){var $l=Ul(Ul(e));Kl["%Error.prototype%"]=$l}var Ql,Yl,Jl,Xl,Zl,ed,td,nd,rd,od,ad,id,sd,ud,cd,ld,dd,pd,hd,fd,gd,md,yd,vd,bd,kd,_d=function e(t){var n;if("%AsyncFunction%"===t)n=Ll("async function () {}");else if("%GeneratorFunction%"===t)n=Ll("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=Ll("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&Ul&&(n=Ul(o.prototype))}return Kl[t]=n,n},wd={__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"]},xd=Xc(),Ed=function(){if(il)return al;il=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=Xc();return al=n.call(e,t)}(),Sd=xd.call(Wl,Array.prototype.concat),Cd=xd.call(Gl,Array.prototype.splice),Rd=xd.call(Wl,String.prototype.replace),Id=xd.call(Wl,String.prototype.slice),Td=xd.call(Wl,RegExp.prototype.exec),Ad=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Od=/\\(\\)?/g,Pd=function(e,t){var n,r=e;if(Ed(wd,r)&&(r="%"+(n=wd[r])[0]+"%"),Ed(Kl,r)){var o=Kl[r];if(o===Vl&&(o=_d(r)),void 0===o&&!t)throw new El("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new xl("intrinsic "+e+" does not exist!")},Dd=function(e,t){if("string"!=typeof e||0===e.length)throw new El("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new El('"allowMissing" argument must be a boolean');if(null===Td(/^%?[^%]*%?$/,e))throw new xl("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=Id(e,0,1),n=Id(e,-1);if("%"===t&&"%"!==n)throw new xl("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new xl("invalid intrinsic syntax, expected opening `%`");var r=[];return Rd(e,Ad,function(e,t,n,o){r[r.length]=n?Rd(o,Od,"$1"):t||e}),r}(e),r=n.length>0?n[0]:"",o=Pd("%"+r+"%",t),a=o.name,i=o.value,s=!1,u=o.alias;u&&(r=u[0],Cd(n,Sd([0,1],u)));for(var c=1,l=!0;c<n.length;c+=1){var d=n[c],p=Id(d,0,1),h=Id(d,-1);if(('"'===p||"'"===p||"`"===p||'"'===h||"'"===h||"`"===h)&&p!==h)throw new xl("property names with quotes must have matching quotes");if("constructor"!==d&&l||(s=!0),Ed(Kl,a="%"+(r+="."+d)+"%"))i=Kl[a];else if(null!=i){if(!(d in i)){if(!t)throw new El("base intrinsic for "+e+" exists, but the property is not available.");return}if(jl&&c+1>=n.length){var f=jl(i,d);i=(l=!!f)&&"get"in f&&!("originalValue"in f.get)?f.get:i[d]}else l=Ed(i,d),i=i[d];l&&!s&&(Kl[a]=i)}}return i},Ld=Dd,jd=yl,Nd=jd([Ld("%String.prototype.indexOf%")]),zd=function(e,t){var n=Ld(e,!!t);return"function"==typeof n&&Nd(e,".prototype.")>-1?jd([n]):n},qd=zd,Md=$u,Ud=cu,Bd=Dd("%Map%",!0),Fd=qd("Map.prototype.get",!0),Gd=qd("Map.prototype.set",!0),Wd=qd("Map.prototype.has",!0),Vd=qd("Map.prototype.delete",!0),Hd=qd("Map.prototype.size",!0),Kd=!!Bd&&function(){var e,t={assert:function(e){if(!t.has(e))throw new Ud("Side channel does not contain "+Md(e))},delete:function(t){if(e){var n=Vd(e,t);return 0===Hd(e)&&(e=void 0),n}return!1},get:function(t){if(e)return Fd(e,t)},has:function(t){return!!e&&Wd(e,t)},set:function(t,n){e||(e=new Bd),Gd(e,t,n)}};return t},$d=zd,Qd=$u,Yd=Kd,Jd=cu,Xd=Dd("%WeakMap%",!0),Zd=$d("WeakMap.prototype.get",!0),ep=$d("WeakMap.prototype.set",!0),tp=$d("WeakMap.prototype.has",!0),np=$d("WeakMap.prototype.delete",!0),rp=cu,op=$u,ap=(Xd?function(){var e,t,n={assert:function(e){if(!n.has(e))throw new Jd("Side channel does not contain "+Qd(e))},delete:function(n){if(Xd&&n&&("object"==typeof n||"function"==typeof n)){if(e)return np(e,n)}else if(Yd&&t)return t.delete(n);return!1},get:function(n){return Xd&&n&&("object"==typeof n||"function"==typeof n)&&e?Zd(e,n):t&&t.get(n)},has:function(n){return Xd&&n&&("object"==typeof n||"function"==typeof n)&&e?tp(e,n):!!t&&t.has(n)},set:function(n,r){Xd&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new Xd),ep(e,n,r)):Yd&&(t||(t=Yd()),t.set(n,r))}};return n}:Yd)||Kd||function(){var e,t={assert:function(e){if(!t.has(e))throw new hc("Side channel does not contain "+pc(e))},delete:function(t){var n=e&&e.next,r=function(e,t){if(e)return fc(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=fc(e,t);return n&&n.value}}(e,t)},has:function(t){return function(e,t){return!!e&&!!fc(e,t)}(e,t)},set:function(t,n){e||(e={next:void 0}),function(e,t,n){var r=fc(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(e,t,n)}};return t},ip=function(){var e,t={assert:function(e){if(!t.has(e))throw new rp("Side channel does not contain "+op(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=ap()),e.set(t,n)}};return t},sp=String.prototype.replace,up=/%20/g,cp="RFC3986",lp={default:cp,formatters:{RFC1738:function(e){return sp.call(e,up,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:cp},dp=lp,pp=ip,hp=Object.prototype.hasOwnProperty,fp=Array.isArray,gp=pp(),mp=function(e,t){return gp.set(e,t),e},yp=function(e){return gp.has(e)},vp=function(e){return gp.get(e)},bp=function(e,t){gp.set(e,t)},kp=function(){for(var e=[],t=0;t<256;++t)e[e.length]="%"+((t<16?"0":"")+t.toString(16)).toUpperCase();return e}(),_p=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},wp=1024,xp={arrayToObject:_p,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(yp(e)){var o=vp(e)+1;return e[o]=t,bp(e,o),e}var a=[].concat(e,t);return a.length>n?mp(_p(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 u=i[s],c=a[u];"object"==typeof c&&null!==c&&-1===n.indexOf(c)&&(t[t.length]={obj:a,prop:u},n[n.length]=c)}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(fp(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+=wp){for(var u=a.length>=wp?a.slice(s,s+wp):a,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||o===dp.RFC1738&&(40===d||41===d)?c[c.length]=u.charAt(l):d<128?c[c.length]=kp[d]:d<2048?c[c.length]=kp[192|d>>6]+kp[128|63&d]:d<55296||d>=57344?c[c.length]=kp[224|d>>12]+kp[128|d>>6&63]+kp[128|63&d]:(l+=1,d=65536+((1023&d)<<10|1023&u.charCodeAt(l)),c[c.length]=kp[240|d>>18]+kp[128|d>>12&63]+kp[128|d>>6&63]+kp[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:yp,isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},markOverflow:mp,maybeMap:function(e,t){if(fp(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(fp(t)){var o=t.length;if(r&&"number"==typeof r.arrayLimit&&o>r.arrayLimit)return mp(_p(t.concat(n),r),o);t[o]=n}else{if(!t||"object"!=typeof t)return[t,n];if(yp(t)){var a=vp(t)+1;t[a]=n,bp(t,a)}else(r&&(r.plainObjects||r.allowPrototypes)||!hp.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t){if(yp(n)){for(var i=Object.keys(n),s=r&&r.plainObjects?{__proto__:null,0:t}:{0:t},u=0;u<i.length;u++){s[parseInt(i[u],10)+1]=n[i[u]]}return mp(s,vp(n)+1)}var c=[t].concat(n);return r&&"number"==typeof r.arrayLimit&&c.length>r.arrayLimit?mp(_p(c,r),c.length-1):c}var l=t;return fp(t)&&!fp(n)&&(l=_p(t,r)),fp(t)&&fp(n)?(n.forEach(function(n,o){if(hp.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(hp.call(t,o)?t[o]=e(t[o],a,r):t[o]=a,yp(n)&&!yp(t)&&mp(t,vp(n)),yp(t)){var i=parseInt(o,10);String(i)===o&&i>=0&&i>vp(t)&&bp(t,i)}return t},l)}},Ep=ip,Sp=xp,Cp=lp,Rp=Object.prototype.hasOwnProperty,Ip={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},Tp=Array.isArray,Ap=Array.prototype.push,Op=function(e,t){Ap.apply(e,Tp(t)?t:[t])},Pp=Date.prototype.toISOString,Dp=Cp.default,Lp={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:Sp.encode,encodeValuesOnly:!1,filter:void 0,format:Dp,formatter:Cp.formatters[Dp],indices:!1,serializeDate:function(e){return Pp.call(e)},skipNulls:!1,strictNullHandling:!1},jp={},Np=function e(t,n,r,o,a,i,s,u,c,l,d,p,h,f,g,m,y,v){for(var b,k=t,_=v,w=0,x=!1;void 0!==(_=_.get(jp))&&!x;){var E=_.get(t);if(w+=1,void 0!==E){if(E===w)throw new RangeError("Cyclic object value");x=!0}void 0===_.get(jp)&&(w=0)}if("function"==typeof l?k=l(n,k):k instanceof Date?k=h(k):"comma"===r&&Tp(k)&&(k=Sp.maybeMap(k,function(e){return e instanceof Date?h(e):e})),null===k){if(i)return c&&!m?c(n,Lp.encoder,y,"key",f):n;k=""}if("string"==typeof(b=k)||"number"==typeof b||"boolean"==typeof b||"symbol"==typeof b||"bigint"==typeof b||Sp.isBuffer(k))return c?[g(m?n:c(n,Lp.encoder,y,"key",f))+"="+g(c(k,Lp.encoder,y,"value",f))]:[g(n)+"="+g(String(k))];var S,C=[];if(void 0===k)return C;if("comma"===r&&Tp(k))m&&c&&(k=Sp.maybeMap(k,c)),S=[{value:k.length>0?k.join(",")||null:void 0}];else if(Tp(l))S=l;else{var R=Object.keys(k);S=d?R.sort(d):R}var I=u?String(n).replace(/\./g,"%2E"):String(n),T=o&&Tp(k)&&1===k.length?I+"[]":I;if(a&&Tp(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&&u?String(O).replace(/\./g,"%2E"):String(O),L=Tp(k)?"function"==typeof r?r(T,D):T:T+(p?"."+D:"["+D+"]");v.set(t,w);var j=Ep();j.set(jp,v),Op(C,e(P,L,r,o,a,i,s,u,"comma"===r&&m&&Tp(k)?null:c,l,d,p,h,f,g,m,y,j))}}return C},zp=xp,qp=Object.prototype.hasOwnProperty,Mp=Array.isArray,Up={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:zp.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},Bp=function(e){return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},Fp=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},Gp=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&&qp.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&&qp.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 u=o[1].slice(1,-1);if(!t.plainObjects&&qp.call(Object.prototype,u)&&!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:Fp(t,n,o),s=e.length-1;s>=0;--s){var u,c=e[s];if("[]"===c&&n.parseArrays)u=zp.isOverflow(i)?i:n.allowEmptyArrays&&(""===i||n.strictNullHandling&&null===i)?[]:zp.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,zp.markOverflow(u,p)):"__proto__"!==d&&(u[d]=i)}else u={0:i}}i=u}return i}(o,t,n,r)}},Wp=function(e,t){var n,r=e,o=function(e){if(!e)return Lp;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||Lp.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=Cp.default;if(void 0!==e.format){if(!Rp.call(Cp.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r,o=Cp.formatters[n],a=Lp.filter;if(("function"==typeof e.filter||Tp(e.filter))&&(a=e.filter),r=e.arrayFormat in Ip?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":Lp.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||Lp.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:Lp.addQueryPrefix,allowDots:i,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Lp.allowEmptyArrays,arrayFormat:r,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Lp.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:void 0===e.delimiter?Lp.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:Lp.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:Lp.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:Lp.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:Lp.encodeValuesOnly,filter:a,format:n,formatter:o,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:Lp.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:Lp.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Lp.strictNullHandling}}(t);"function"==typeof o.filter?r=(0,o.filter)("",r):Tp(o.filter)&&(n=o.filter);var a=[];if("object"!=typeof r||null===r)return"";var i=Ip[o.arrayFormat],s="comma"===i&&o.commaRoundTrip;n||(n=Object.keys(r)),o.sort&&n.sort(o.sort);for(var u=Ep(),c=0;c<n.length;++c){var l=n[c],d=r[l];o.skipNulls&&null===d||Op(a,Np(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,u))}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:""},Vp=function(e,t){var n=function(e){if(!e)return Up;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?Up.charset:e.charset,n=void 0===e.duplicates?Up.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||Up.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Up.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:Up.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:Up.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:Up.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Up.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:Up.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:Up.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:Up.decoder,delimiter:"string"==typeof e.delimiter||zp.isRegExp(e.delimiter)?e.delimiter:Up.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:Up.depth,duplicates:n,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:Up.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:Up.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:Up.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:Up.strictDepth,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Up.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,u=t.charset;if(t.charsetSentinel)for(i=0;i<a.length;++i)0===a[i].indexOf("utf8=")&&("utf8=%E2%9C%93"===a[i]?u="utf-8":"utf8=%26%2310003%3B"===a[i]&&(u="iso-8859-1"),s=i,i=a.length);for(i=0;i<a.length;++i)if(i!==s){var c,l,d=a[i],p=d.indexOf("]="),h=-1===p?d.indexOf("="):p+1;if(-1===h?(c=t.decoder(d,Up.decoder,u,"key"),l=t.strictNullHandling?null:""):null!==(c=t.decoder(d.slice(0,h),Up.decoder,u,"key"))&&(l=zp.maybeMap(Fp(d.slice(h+1),t,Mp(n[c])?n[c].length:0),function(e){return t.decoder(e,Up.decoder,u,"value")})),l&&t.interpretNumericEntities&&"iso-8859-1"===u&&(l=Bp(String(l))),d.indexOf("[]=")>-1&&(l=Mp(l)?[l]:l),t.comma&&Mp(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=zp.combine([],l,t.arrayLimit,t.plainObjects)}if(null!==c){var f=qp.call(n,c);f&&"combine"===t.duplicates?n[c]=zp.combine(n[c],l,t.arrayLimit,t.plainObjects):f&&"last"!==t.duplicates||(n[c]=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],u=Gp(s,r[s],n,"string"==typeof e);o=zp.merge(o,u,n)}return!0===n.allowSparse?o:zp.compact(o)},Hp={formats:lp,parse:Vp,stringify:Wp},Kp={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 Hp.stringify(e,{indices:!1})}};exports.SendPaymentNotification=void 0,Ql=exports.SendPaymentNotification||(exports.SendPaymentNotification={}),(Yl=Ql.NotificationStatus||(Ql.NotificationStatus={})).SETTLED="SETTLED",Yl.NOT_SETTLED="NOT_SETTLED",(Jl=Ql.NotificationReason||(Ql.NotificationReason={})).REFUNDED="REFUNDED",Jl.RESOLVED="RESOLVED",Jl.CANCELLED="CANCELLED",Jl.SERVICE_SUSPENDED="SERVICE_SUSPENDED",Jl.ORDER_STOPPED="ORDER_STOPPED",Jl.DISMISS="DISMISS",exports.PaymentFiltersSection=void 0,(Xl=exports.PaymentFiltersSection||(exports.PaymentFiltersSection={})).PAYMENTS="payments",Xl.INSIGHTS="insights",exports.Organization=void 0,Zl=exports.Organization||(exports.Organization={}),(ed=Zl.CustomClaims||(Zl.CustomClaims={})).ORGANIZATION_CODE="https://dashboard.dev.y.uno/organization_code",ed.USER_CODE="https://dashboard.dev.y.uno/user_code",ed.USER_EMAIL="https://dashboard.dev.y.uno/user_email",exports.Country=void 0,td=exports.Country||(exports.Country={}),(nd=td.CountryCode||(td.CountryCode={})).COLOMBIA="CO",nd.MEXICO="MX",nd.BRAZIL="BR",nd.ARGENTINA="AR",nd.CHILE="CL",nd.PERU="PE",nd.URUGUAY="UR",nd.ECUADOR="EC",exports.Cms=void 0,rd=exports.Cms||(exports.Cms={}),(od=rd.Locale||(rd.Locale={})).EN="en",od.ES="es",od.PT="pt",(ad=rd.Target||(rd.Target={})).BLANK="_blank",ad.PARENT="_parent",ad.SELF="_self",ad.TOP="_top",exports.ReportType=void 0,(id=exports.ReportType||(exports.ReportType={})).PAYMENTS="PAYMENTS",id.TRANSACTIONS="TRANSACTIONS",id.FRAUD_TRANSACTIONS="FRAUD_TRANSACTIONS",id.PAYOUTS="PAYOUTS",exports.TemplateType=void 0,(sd=exports.TemplateType||(exports.TemplateType={})).ALL="ALL",sd.DEFAULT="DEFAULT",sd.CUSTOM="CUSTOM",exports.SmartRouting=void 0,(ud=exports.SmartRouting||(exports.SmartRouting={})).DEFAULT_ROUTING_TYPE="smart-routing",(cd=ud.StepType||(ud.StepType={})).FRAUD="FRAUD",cd.PAYMENT="PAYMENT",cd.THREE_D_SECURE="THREE_D_SECURE",cd.CYBERSOURCE_3DS="CYBERSOURCE_3DS",(ld=ud.DeclineGroupType||(ud.DeclineGroupType={})).PROVIDER_STATUS="PROVIDER_STATUS",ld.MAC_CODE="MAC_CODE",exports.DataReport=void 0,dd=exports.DataReport||(exports.DataReport={}),(pd=dd.InsightsVolumeMetricsV2Path||(dd.InsightsVolumeMetricsV2Path={})).REFUNDS_AND_CHARGEBACKS="refunds-and-chargebacks",pd.APPROVED_PAYMENTS="approved-payments",pd.PAYMENT_METHODS="payment-methods",pd.PROVIDERS="providers",pd.COUNTRIES="countries",pd.UNIQUE_CUSTOMER_PAYMENTS="unique-customer-payments",pd.TOTAL_PAYMENTS="total-payments",function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(dd.OverviewMetricType||(dd.OverviewMetricType={})),exports.ReconciliationReportType=void 0,(hd=exports.ReconciliationReportType||(exports.ReconciliationReportType={})).TRANSACTIONS="TRANSACTION_RECONCILIATION",hd.SETTLEMENTS="SETTLEMENTS",hd.SETTLEMENTS_HEADER="SETTLEMENTS_HEADER",hd.AGENDA="AGENDA",hd.SALES_CONCILIATION="SALES_CONCILIATION",hd.FEES="FEES",hd.ADVANCEMENTS="ADVANCEMENTS",hd.RECONCILIATION_OVERVIEW="RECONCILIATION_OVERVIEW",hd.SETTLEMENTS_FEES="SETTLEMENTS_FEES",hd.CASHFLOW="CASHFLOW",hd.PROCESSED_TRANSACTIONS="PROCESSED_TRANSACTIONS",exports.ReconciliationAgendaInsight=void 0,(fd=exports.ReconciliationAgendaInsight||(exports.ReconciliationAgendaInsight={})).TOTAL_AMOUNT="AGENDA_TOTAL_AMOUNT",fd.DAILY="AGENDA_DAILY_DISTRIBUTION",fd.PAYMENT_METHOD="AGENDA_PAYMENT_METHOD_DISTRIBUTION",fd.CARD_BRAND="AGENDA_CARD_BRAND_DISTRIBUTION",exports.Audit=void 0,gd=exports.Audit||(exports.Audit={}),(md=gd.AuditExportReportType||(gd.AuditExportReportType={})).DASHBOARD="DASHBOARD",md.API="API",md.WEBHOOKS="WEBHOOKS",md.MONITORS="MONITORS",exports.AI=void 0,yd=exports.AI||(exports.AI={}),(vd=yd.AIGenerateStatus||(yd.AIGenerateStatus={})).ACCEPTED="ACCEPTED",vd.REFUSED="REFUSED",vd.FRONT_FAILED="FRONT_FAILED",exports.OrganizationConfig=void 0,bd=exports.OrganizationConfig||(exports.OrganizationConfig={}),(kd=bd.ConfigType||(bd.ConfigType={})).YUNO_SMART_TOKENS="YUNO_SMART_TOKENS",kd.CUSTOM_ROUTING_RULES="CUSTOM_ROUTING_RULES",kd.CUSTOM_RETRY_DECLINED_WITH_PAN="CUSTOM_RETRY_DECLINED_WITH_PAN";var $p=["PAUSED","ACTIVE"],Qp={PAUSED:"pause",DELETED:"delete",ACTIVE:"unpause"},Yp="DELETED",Jp={CR_CARD_BIN:"bin",CR_CARD_BRAND:"brand",CR_CARD_ISSUER_NAME:"issuer-name",CR_CARD_TYPE:"type",CR_FALLBACK:"fallback"},Xp=function(e){return!(null==e?void 0:e.data)||"string"==typeof(null==e?void 0:e.data)&&""===(null==e?void 0:e.data)},Zp=[{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"}],eh=[{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"}],th=[{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"}],nh=[{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:""}}],rh=[{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"}],oh={docs_url:"https://docs.y.uno/reference/api-reference-overview"},ah={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}]},ih=[{code:"en",name:"English (en)"},{code:"es",name:"Spanish (es)"},{code:"pt",name:"Portuguese (pt)"}];const sh=[];for(let e=0;e<256;++e)sh.push((e+256).toString(16).slice(1));let uh;const ch=new Uint8Array(16);var lh={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function dh(e,t,n){if(lh.randomUUID&&!t&&!e)return lh.randomUUID();const r=(e=e||{}).random??e.rng?.()??function(){if(!uh){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");uh=crypto.getRandomValues.bind(crypto)}return uh(ch)}();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(sh[e[t+0]]+sh[e[t+1]]+sh[e[t+2]]+sh[e[t+3]]+"-"+sh[e[t+4]]+sh[e[t+5]]+"-"+sh[e[t+6]]+sh[e[t+7]]+"-"+sh[e[t+8]]+sh[e[t+9]]+"-"+sh[e[t+10]]+sh[e[t+11]]+sh[e[t+12]]+sh[e[t+13]]+sh[e[t+14]]+sh[e[t+15]]).toLowerCase()}(r)}var ph=function(e){return{account_codes:e&&(null==e?void 0:e.length)>0?null==e?void 0:e.split(","):[]}};function hh(e){return e&&0!==e.length?{metadata_filters:e.map(function(e){return{key:e.field,conditional:e.type,values:e.values}})}:{}}var fh=function(t){function n(n){var r=n?e.__assign(e.__assign({},Kp),n):Kp;return t.call(this,r)||this}return e.__extends(n,t),n.prototype.simulateAxiosError=function(){return new Promise(function(e,t){t({name:"AxiosError"})})},n.prototype.updateReconciliationReportTemplate=function(t){var n=t.type===exports.ReconciliationReportType.TRANSACTIONS?"TRANSACTIONS":t.type,r=e.__assign(e.__assign({},t),{type:n});return this.put("/v1/reconciliation/reports/templates",r)},n.prototype.createReconciliationReportTemplate=function(t){var n=t.type===exports.ReconciliationReportType.TRANSACTIONS?"TRANSACTIONS":t.type,r=e.__assign(e.__assign({},t),{type:n});return this.post("/v1/reconciliation/reports/templates",r)},n.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})},n.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})},n.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})},n.prototype.getReconciliationFilters=function(){return this.get("/reconciliation/filters")},n.prototype.getReconciliationsReportColumns=function(e,t){return this.get("/v1/reconciliation/reports/columns/".concat(e,"/").concat(t))},n.prototype.getReconciliationReportTemplates=function(){return this.get("/v1/reconciliation/reports/templates")},n.prototype.getAllTableColumns=function(e){return this.get("/v1/reconciliation/table/".concat(e,"/columns"))},n.prototype.getReconciliationActive=function(){return this.get("/v1/reconciliation/status")},n.prototype.getReconciliationAlerts=function(e,t){return this.post("/reconciliation/alerts/list",e,{params:t})},n.prototype.postReconciliationAlert=function(e){return this.post("/reconciliation/alerts",e)},n.prototype.updateReconciliationAlert=function(e){return this.patch("/reconciliation/alerts",e)},n.prototype.deleteReconciliationAlert=function(e){return this.delete("/reconciliation/alerts",{params:e})},n.prototype.getReconciliationAgenda=function(e,t){return this.post("/reconciliation/agenda/list",e,{params:t})},n.prototype.getReconciliationAgendaInsightByKey=function(e,t){return this.post("/reconciliation/agenda/insights",e,{params:t})},n.prototype.getReconciliationSales=function(e,t){return this.post("/reconciliation/sales/list",e,{params:t})},n.prototype.getReconciliationAdvancements=function(e,t){return this.post("/reconciliation/advancements/list",e,{params:t})},n.prototype.getReconciliationFees=function(e,t){return this.post("/reconciliation/fees/list",e,{params:t})},n.prototype.getReconciliationInsightsConflictsSummary=function(e){return this.post("/reconciliations/insights/conflicts/summary",e)},n.prototype.getReconciliationInsightsNotReconciledAggregators=function(e){return this.post("/reconciliations/insights/not-reconciled/aggregators",e)},n.prototype.getReconciliationInsightsNotReconciledList=function(e){return this.post("/reconciliations/insights/not-reconciled/list",e)},n.prototype.getReconciliationInsightsStatusConflictAggregators=function(e){return this.post("/reconciliations/insights/status-conflict/aggregators",e)},n.prototype.getReconciliationInsightsStatusConflictList=function(e){return this.post("/reconciliations/insights/status-conflict/list",e)},n.prototype.getReconciliationInsightsAmountConflictAggregators=function(e){return this.post("/reconciliations/insights/amount-conflict/aggregators",e)},n.prototype.getReconciliationInsightsAmountConflictList=function(e){return this.post("/reconciliations/insights/amount-conflict/list",e)},n.prototype.getReconciliationInsightsConflictDateSummary=function(e){return this.post("/reconciliations/insights/conflict-date/summary",e)},n.prototype.getReconciliationInsightsConflictDateAggregators=function(e){return this.post("/reconciliations/insights/conflict-date/aggregators",e)},n.prototype.getReconciliationInsightsConflictDateList=function(e){return this.post("/reconciliations/insights/conflict-date/list",e)},n.prototype.getReconciliationInsightsIncorrectFeesSummary=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/summary",e,t?{params:{date_filter:t}}:void 0)},n.prototype.getReconciliationInsightsIncorrectFeesAggregators=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/aggregators",e,t?{params:{date_filter:t}}:void 0)},n.prototype.getReconciliationInsightsIncorrectFeesList=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/list",e,t?{params:{date_filter:t}}:void 0)},n.prototype.getReconciliationInsightsFeesChargedSummary=function(e,t){return this.post("/reconciliations/insights/fees-charged/summary",e,t?{params:{date_filter:t}}:void 0)},n.prototype.getReconciliationInsightsReconciledSummary=function(e,t){return this.post("/reconciliations/insights/reconciled/summary",e,t?{params:{date_filter:t}}:void 0)},n.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)},n.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)},n.prototype.getReconciliationInsightsNotConfirmSummary=function(e){return this.post("/reconciliations/insights/not-confirm/summary",e)},n.prototype.getReconciliationInsightsNotConfirmAggregators=function(e){return this.post("/reconciliations/insights/not-confirm/aggregators",e)},n.prototype.getReconciliationInsightsNotConfirmList=function(e){return this.post("/reconciliations/insights/not-confirm/list",e)},n.prototype.getReconciliationInsightsAmountToBeSettledSummary=function(e){return this.post("/reconciliations/insights/amount-to-be-settled/summary",e)},n.prototype.postPaymentsLazy=function(t){var n=t.account_code,r=t.metadata,o=e.__rest(t,["account_code","metadata"]);return o.start_date||(o.start_date=new Date),o.end_date||(o.end_date=new Date),this.post("/payments/lazy",e.__assign({account_codes:(null==n?void 0:n.split(","))||[]},hh(r)),{params:o})},n.prototype.postPayouts=function(t){var n=t.account_code,r=t.metadata,o=e.__rest(t,["account_code","metadata"]);return o.start_date||(o.start_date=new Date),o.end_date||(o.end_date=new Date),this.post("/payouts",e.__assign({account_codes:(null==n?void 0:n.split(","))||[]},hh(r)),{params:o})},n.prototype.getPayoutsFilters=function(e){return this.get("/payouts/filters",{headers:{"x-organization-code":e}})},n.prototype.postPaymentsEvaluated=function(t){t.account_code;var n=e.__rest(t,["account_code"]);return n.start_date||(n.start_date=new Date),n.end_date||(n.end_date=new Date),this.post("/payments/evaluated",n)},n.prototype.getPaymentV2=function(e){return this.get("/payments/v2/".concat(e))},n.prototype.postTransactions=function(t){var n=t.account_code,r=t.metadata,o=e.__rest(t,["account_code","metadata"]);return this.post("/v2/transactions",e.__assign({account_codes:(null==n?void 0:n.split(","))||[]},hh(r)),{params:o})},n.prototype.postFraudTransactions=function(t){var n=t.account_code,r=t.metadata,o=e.__rest(t,["account_code","metadata"]);return this.post("/fraud-transactions",e.__assign({account_codes:(null==n?void 0:n.split(","))||[]},hh(r)),{params:o})},n.prototype.getPayoutDetails=function(e){var t={"x-organization-code":e.organization_code};return this.get("/payouts/detail/".concat(e.payout_code),{headers:t})},n.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})},n.prototype.getPayoutHistoryDetails=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e.payout_code,"/history"),{headers:n})},n.prototype.getPayoutTimeline=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e,"/timeline"),{headers:n})},n.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})},n.prototype.getOrgByName=function(e){return this.post("/organizations/get-by-name",{org_name:e})},n.prototype.createOperationTransaction=function(e,t,n,r){return this.post("/payments/".concat(n,"/transactions/").concat(t,"/").concat(r),e)},n.prototype.getPaymentMethodsAndProviders=function(){return this.get("/payments/payment-methods/providers")},n.prototype.getTransactionDetailsV2=function(e){return this.get("/payments/".concat(e.payment_code,"/transactions/details"),{params:{payment_code:e.payment_code,size:99}})},n.prototype.getTransactionRawResponse=function(e){return this.get("/transactions/".concat(e.transaction_code,"/raw-response"))},n.prototype.postProviderRawResponse=function(e,t){return this.post("/provider-raw-response/".concat(e),t)},n.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":dh()}})},n.prototype.getPaymentTransactionsDetails=function(e){var t=e.transaction_code;return this.get("/transactions/".concat(t,"/details"))},n.prototype.getTransactionHistoryByPaymentCode=function(e){var t=e.payment_code;return this.get("/transactions/by-payment/".concat(t,"/history"))},n.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})},n.prototype.getDeveloperCredentialsValidatePassword=function(e){return this.get("/validate-password",{headers:{"x-password":e}})},n.prototype.getDeveloperCredentialsValidatePasswordRegularUser=function(e){return this.get("/validate-password-regular",{headers:{"x-password":e}})},n.prototype.getAllowedIps=function(){return this.get("/allowlist-ips")},n.prototype.patchAllowedIps=function(e){return this.patch("/allowlist-ips",e)},n.prototype.getOrganization=function(){return this.get("/organizations",{headers:{"x-organization-code":""}})},n.prototype.getAllOrganization=function(){return this.get("/organizations/all")},n.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})},n.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})},n.prototype.putCosts=function(t){return e.__awaiter(this,void 0,void 0,function(){return e.__generator(this,function(e){return[2,this.put("/connections/costs",{costs:[t]})]})})},n.prototype.updateOrganizationStatus=function(){return e.__awaiter(this,void 0,void 0,function(){return e.__generator(this,function(e){return[2,this.patch("/organizations/status")]})})},n.prototype.addToRiskList=function(e,t){return this.post("/payments/".concat(e,"/add-to-risk-list"),t)},n.prototype.getOrganizationConfigs=function(){return this.get("/organization-config/configs")},n.prototype.postOrganizationConfigs=function(e){return this.post("/organization-config/configs-by-account",e)},n.prototype.putOrganizationConfigsByAccount=function(e){return this.put("/organization-config/configs-by-account",e)},n.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}}:{})},n.prototype.getConnectionsByPaymentMethod=function(t,n){return e.__awaiter(this,void 0,void 0,function(){return e.__generator(this,function(e){return[2,this.get("/organizations/connections/".concat(t,"/").concat(n))]})})},n.prototype.getHashPylon=function(){return this.get("/pylon-hash")},n.prototype.getConnections=function(){return this.get("/connections")},n.prototype.postValidateStatusConnection=function(e){var t=e.payload,n={"x-account-code":e.accountCode};return this.post("/connections/validate-status",t,{headers:n})},n.prototype.postChangeStatusConnection=function(e){var t=e.payload,n=e.accountCode,r="/connections/change-status";if(t.status==Yp)return delete t.status,this.delete(r,{data:t});Object.values($p).includes(null==t?void 0:t.status)&&(r="".concat(r,"/").concat(Qp[t.status]),delete t.status);var o={"x-account-code":n};return this.post(r,t,{headers:o})},n.prototype.postMultiConnection=function(e){var t=e.payload;return this.post("/connections/multi-accounts",t)},n.prototype.postMultiConnectionValidate=function(){return this.get("/connection/valid-accounts")},n.prototype.patchConnection=function(t){var n,r=t.payload,o=t.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),e.__assign({account_code:i},r))},n.prototype.postDefaultRoutes=function(e){var t=e.payload;return this.post("/connections/default-routes",t)},n.prototype.getDialogs=function(){return this.get("/dialogs")},n.prototype.getWebhookParamsV2=function(){return this.get("/accounts/webhooks-v2/params-catalog")},n.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}})},n.prototype.getWebhooksV2Detail=function(e){var t=e.accountCode;return this.get("/accounts/webhooks-v2/detail/".concat(t))},n.prototype.postWebhookV2MultiAccount=function(e){var t=e.payload;return this.post("/accounts/webhooks/multi-account",t)},n.prototype.deleteWebhookV2=function(e,t){return this.delete("/accounts/webhooks-v2/".concat(e,"/").concat(t))},n.prototype.updateWebhookV2=function(e,t,n){return this.patch("/accounts/webhooks-v2/".concat(e,"/").concat(n),t)},n.prototype.getMenu=function(){return this.get("/cms/menu")},n.prototype.postWebhookLogs=function(t){var n=t.payload,r=n.account_code,o=e.__rest(n,["account_code"]),a={account_codes:r};return this.post("/v2/webhooks/organization",a,{params:o,paramsSerializer:au})},n.prototype.postResendWebhooks=function(e){var t=e.codes;return this.post("/v2/webhooks/organization/resend",{codes:t})},n.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:au})},n.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:au})},n.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:au})},n.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:au})},n.prototype.getAuditExportsList=function(e){return this.get("/audit/reports",{params:{report_type:e}})},n.prototype.getAuditExportDownload=function(e){return this.get("/audit/reports/".concat(e,"/download"))},n.prototype.getUnifiedExportsPath=function(e){return"/v1/".concat(e,"/exports")},n.prototype.postUnifiedExport=function(e,t){return this.post(this.getUnifiedExportsPath(e),t)},n.prototype.getUnifiedExportStatus=function(e,t){var n=this.getUnifiedExportsPath(e);return this.get("".concat(n,"/").concat(t))},n.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}})},n.prototype.postApiLogs=function(t){var n=t.payload,r=n.account_code,o=e.__rest(n,["account_code"]),a={account_codes:r};return this.post("/v2/api-logs/organization",a,{params:o,paramsSerializer:au})},n.prototype.getApiLogsDetailByPaymentCode=function(e){return this.get("/v2/api-logs/payment/".concat(e,"/details"))},n.prototype.getApiLogsByTransactionCode=function(e,t){return this.get("/v2/api-logs/transaction/".concat(e),{headers:{"x-account-code":t}})},n.prototype.useGetPaymentStatusesStyles=function(){return this.get("/cms/payment/statuses")},n.prototype.useGetTransactionStatusesStyles=function(){return this.get("/cms/transaction/statuses")},n.prototype.useGetReconciliationTransactionStatusesStyles=function(){return this.get("/cms/reconciliation/transaction/statuses")},n.prototype.useGetCountriesConfig=function(){return this.get("/country-data-api/v1/config")},n.prototype.useGetCountriesConfigV2=function(e){var t=e?{"accept-language":e}:{};return this.get("/country-data/v2/config",{params:t})},n.prototype.useGetTimeZoneCatalog=function(){return this.get("/cms/timezone/catalog")},n.prototype.useGetAuditLogsFilters=function(){return this.get("/cms/audit-logs-filters")},n.prototype.getDashboardStaticContents=function(){return this.get("/cms/static-contents")},n.prototype.getLocales=function(){return this.get("/cms/locales")},n.prototype.getSmartRoutingMethods=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/methods/").concat(e))},n.prototype.putSmartRoutingToggleMethod=function(e,t,n){return this.put("/smart-routing/methods/".concat(e,"/").concat(t),{active:n})},n.prototype.getSmartRoutingConditionTypes=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/condition-types/").concat(e,"/").concat(t))},n.prototype.getSmartRoutingConditionPaymentMethod=function(e,t){var n={"x-account-code":e};return this.get("/smart-routing/payment-methods/".concat(t,"/conditions"),{headers:n})},n.prototype.getSmartRoutingConditionTypesValues=function(e,t){return this.get("/smart-routing/condition-types-values/".concat(e,"/").concat(t))},n.prototype.getSmartRoutingNextSteps=function(e,t,n,r){return void 0===r&&(r=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(r,"/next-route/").concat(e,"/").concat(t,"/").concat(n))},n.prototype.getSmartRoutingWorkflowVersion=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/workflow-version/").concat(e,"/").concat(t))},n.prototype.getSmartRoutingWorkflow=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(n,"/workflow/").concat(e,"/").concat(t))},n.prototype.putSmartRoutingUpdateWorkflow=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.put("/".concat(n,"/update-workflow/").concat(e),t)},n.prototype.putSmartRoutingUpdateWorkflowName=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.put("/".concat(n,"/workflow/").concat(e,"/edit-name"),t)},n.prototype.postSmartRoutingCreateWorkflow=function(e,t){return this.post("/smart-routing/create-workflow/".concat(e),t)},n.prototype.postSmartRoutingPublishVersion=function(e,t,n,r){void 0===r&&(r=exports.SmartRouting.DEFAULT_ROUTING_TYPE);var o={"x-organization-code":n};return this.post("/".concat(r,"/publish-version/").concat(e,"/").concat(t),{},{headers:o})},n.prototype.deleteSmartRoutingVersion=function(e,t){return this.delete("/smart-routing/delete-version/".concat(e,"/").concat(t))},n.prototype.postSmartRoutingDuplicateVersion=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.post("/".concat(n,"/duplicate-version/").concat(e,"/").concat(t))},n.prototype.getSmartRoutingDeclinedGroup=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/declined-groups/").concat(e))},n.prototype.updateSmartRoutingDeclinedGroup=function(e,t,n){return this.put("/smart-routing/declined-groups/".concat(e,"/").concat(t),n)},n.prototype.createSmartRoutingDeclinedGroup=function(e,t){return this.post("/smart-routing/declined-groups/".concat(e),t)},n.prototype.getSmartRoutingPaymentRoute=function(e,t){return this.get("/smart-routing/payment-route/".concat(e,"/").concat(t))},n.prototype.updateSmartRoutingFavorite=function(e,t,n){return this.put("/smart-routing/favorite/".concat(e,"/").concat(t),{favorite:n})},n.prototype.getSmartRoutingSimulateConditionTypeValues=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/condition-types-values-list/").concat(e))},n.prototype.simulateSmartRoutingTransaction=function(e,t,n){return this.post("/smart-routing/simulate-transaction/".concat(e,"/").concat(t),n)},n.prototype.getSmartRoutingSearchConditionValues=function(e,t){return this.get("/smart-routing/search-condition-values/".concat(e,"/").concat(t))},n.prototype.getProviderConversionRatesData=function(){return this.get("/smart-routing/conversion-rates/all")},n.prototype.updateMonitorRedistribution=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/monitor-redistribution",t,{headers:n})},n.prototype.removeDeclinedGroup=function(e,t){var n={"x-organization-code":e};return this.delete("/smart-routing/declined-groups/".concat(t),{headers:n})},n.prototype.multiAccountDeclinedGroupCreate=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/declined-groups/massive/create",t,{headers:n})},n.prototype.generateAIWorkflowRoutes=function(e,t){var n={"x-organization-code":e};return this.post("/ai/generate-route",t,{headers:n})},n.prototype.postAIGenerationFeedback=function(e){return this.post("/ai/generation-feedback",e)},n.prototype.getRoutingMonitorsTemplates=function(e){var t={"x-organization-code":e};return this.get("/routing-monitor/templates",{headers:t})},n.prototype.getRoutingMonitorsTemplate=function(e,t){var n={"x-organization-code":t};return this.get("/routing-monitor/template/".concat(e),{headers:n})},n.prototype.createMonitorThreshold=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/threshold",e,{headers:n})},n.prototype.createMonitorTemplate=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/template",e,{headers:n})},n.prototype.getSmartRoutingDataReport=function(e){return this.get("/data-report",{params:e})},n.prototype.getInsightsMetricsConversionRateV2=function(t,n){var r=t.account_code,o=t.connection_name,a=t.metadata,i=e.__rest(t,["account_code","connection_name","metadata"]),s=ph(r);return o&&(s.connection_name=o.split(",")),a&&(s=e.__assign(e.__assign({},s),hh(a))),this.post("/insights/conversion-rate/".concat(n),s,{params:i})},n.prototype.getInsightsMetricsConversionRateViewMore=function(t,n){var r=t.account_code,o=t.metadata,a=e.__rest(t,["account_code","metadata"]),i=ph(r);return o&&(i=e.__assign(e.__assign({},i),hh(o))),this.post("/insights/conversion-rate/cards/metrics/".concat(n),i,{params:a})},n.prototype.getInsightFallbackMetrics=function(t){var n=t.account_code,r=t.metadata,o=e.__rest(t,["account_code","metadata"]),a=ph(n);return r&&(a=e.__assign(e.__assign({},a),hh(r))),this.post("/insights/conversion-rate/fallback",a,{params:o})},n.prototype.getInsightsMetricsVolume=function(t,n){var r=n.connection_name,o=n.metadata,a=e.__rest(n,["connection_name","metadata"]),i={account_codes:(null==t?void 0:t.length)?null==t?void 0:t.split(","):[]};return r&&(i=e.__assign(e.__assign({},i),{connection_name:null==r?void 0:r.split(",")})),o&&(i=e.__assign(e.__assign({},i),hh(o))),this.post("/insights/volume/metrics",i,{params:a})},n.prototype.getInsightsMetricsVolumeV2=function(t,n,r){var o=r.connection_name,a=r.metadata,i=e.__rest(r,["connection_name","metadata"]),s={account_codes:(null==t?void 0:t.length)?null==t?void 0:t.split(","):[]};return o&&(s=e.__assign(e.__assign({},s),{connection_name:null==o?void 0:o.split(",")})),a&&(s=e.__assign(e.__assign({},s),hh(a))),this.post("/insights/volume/".concat(n),s,{params:i})},n.prototype.getInsightsFraudScreeningVolumeAndCountTx=function(e,t){return this.post("/insights/fraud-screening/volume-and-count-tx",e,{params:t})},n.prototype.getInsightsFraudScreeningConversionRate=function(e,t){return this.post("/insights/fraud-screening/conversion-rate",e,{params:t})},n.prototype.getInsights3dsVolumeAndCountTx=function(e,t){return this.post("/insights/3ds/volume-and-count-tx",e,{params:t})},n.prototype.getInsights3dsConversionRateAndEvolution=function(e,t){return this.post("/insights/3ds/conversion-rate-and-evolution",e,{params:t})},n.prototype.getInsights3dsDeclineReasons=function(e,t){return this.post("/insights/3ds/decline-reasons",e,{params:t})},n.prototype.getInsights3dsFrictionlessVsChallenge=function(e,t){return this.post("/insights/3ds/frictionless-vs-challenge",e,{params:t})},n.prototype.getInsightsChargebacksVolumeAndCountTx=function(e,t){return this.post("/insights/chargebacks/volume-and-count-tx",e,{params:t})},n.prototype.getInsightsChargebacksTotalRateAndEvolution=function(e,t){return this.post("/insights/chargebacks/total-rate-and-evolution",e,{params:t})},n.prototype.getInsightsChargebacksWinRate=function(e,t){return this.post("/insights/chargebacks/win-rate",e,{params:t})},n.prototype.getInsightsChargebacksDisputed=function(e,t){return this.post("/insights/chargebacks/disputed",e,{params:t})},n.prototype.getInsightsChargebacksByProviderAndCardBrand=function(e,t){return this.post("/insights/chargebacks/by-provider-and-card-brand",e,{params:t})},n.prototype.getInsightsChargebacksReasonsDistribution=function(e,t){return this.post("/insights/chargebacks/reasons-distribution",e,{params:t})},n.prototype.getInsightsChargebacksStatusDistribution=function(e,t){return this.post("/insights/chargebacks/status-distribution",e,{params:t})},n.prototype.getInsightsChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},n.prototype.getInsightOverview=function(t){var n=t.account_code,r=t.connection_name,o=t.metadata,a=e.__rest(t,["account_code","connection_name","metadata"]),i=ph(n);return r&&(i=e.__assign(e.__assign({},i),{connection_name:null==r?void 0:r.split(",")})),o&&(i=e.__assign(e.__assign({},i),hh(o))),this.post("/insights/overview",i,{params:a})},n.prototype.getInsightOverviewV3=function(t,n){var r=t.account_code,o=t.connection_name,a=t.metadata,i=e.__rest(t,["account_code","connection_name","metadata"]),s=ph(r);return o&&(s=e.__assign(e.__assign({},s),{connection_name:null==o?void 0:o.split(",")})),a&&(s=e.__assign(e.__assign({},s),hh(a))),this.post("/insights/overview/".concat(n),s,{params:i})},n.prototype.getInsighstHomeMetrics=function(e){return this.post("/insights/dashboard-home-metrics",e)},n.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})},n.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})},n.prototype.getCheckouts=function(e){var t=e.accountCode;return this.get("/checkouts/".concat(t))},n.prototype.getNameAndIcon=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/icon-name?type=").concat(n))},n.prototype.getRequiredFields=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/required-fields?type=").concat(n))},n.prototype.updateIsActiveCheckout=function(t){var n=t.accountCode,r=e.__rest(t,["accountCode"]);return this.patch("/checkouts/publish",r,{headers:{"x-account-code":n}})},n.prototype.getCountryData=function(e){var t=e.accountCode;return this.get("/country-data/v1/country-documents",{headers:{"x-account-code":t}})},n.prototype.getStylingSdkDynamic=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkout/settings",{headers:t})},n.prototype.getStylingSettingsV2=function(e){var t={"x-account-code":e.accountCode};return this.get("/v1/checkouts/builder/settings",{headers:t})},n.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})},n.prototype.emailVerification=function(e){return this.get("/user/email-verification/".concat(e))},n.prototype.createReconciliationsReportV2=function(e){return this.post("/v2/reports/create",e)},n.prototype.createReconciliationsReportV3=function(e){return this.post("/v3/reports/create",e)},n.prototype.createReportV2=function(e){return this.post("/reports",e)},n.prototype.getTotalRowsForExport=function(e){return this.post("/reports/count",e)},n.prototype.reportsList=function(){return this.get("/reports")},n.prototype.reportsListMultiEnv=function(){return this.get("/reports/multi-environment")},n.prototype.downloadReports=function(e){return this.get("/reports-redirect/".concat(e))},n.prototype.cancelReport=function(e){return this.patch("/reports/".concat(e))},n.prototype.getReportTemplates=function(){return this.get("/reports/templates")},n.prototype.createReportTemplate=function(e){return this.post("/reports/templates",e)},n.prototype.updateReportTemplate=function(e){return this.put("/reports/templates",e)},n.prototype.deletePaymentsReportTemplate=function(e){return this.delete("/reports/templates",{data:e})},n.prototype.getReportColumns=function(e,t){return this.get("/reports/columns/".concat(e,"/").concat(t))},n.prototype.searchReportTemplates=function(e){return this.post("/template-reporting/report-templates/search",e)},n.prototype.searchReportTemplateById=function(e,t){return this.post("/template-reporting/report-templates/search/".concat(e),t)},n.prototype.createTemplateReporting=function(e){return this.post("/template-reporting/report-templates",e)},n.prototype.cloneReportTemplate=function(e,t){return this.post("/template-reporting/report-templates/".concat(e,"/clone"),t)},n.prototype.updateTemplateSelection=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/selection"),t)},n.prototype.changeTemplateStatus=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/status"),t)},n.prototype.deleteReportTemplate=function(e,t){return this.delete("/template-reporting/report-templates/".concat(e),{data:t})},n.prototype.searchReportSchedules=function(e){return this.post("/template-reporting/report-schedules/search",e)},n.prototype.searchReportScheduleById=function(e,t){return this.post("/template-reporting/report-schedules/search/".concat(e),t)},n.prototype.createReportSchedule=function(e){return this.post("/template-reporting/report-schedules",e)},n.prototype.disableReportSchedule=function(e,t){return this.patch("/template-reporting/report-schedules/".concat(e,"/disable"),t)},n.prototype.deleteReportSchedule=function(e,t){return this.delete("/template-reporting/report-schedules/".concat(e),{data:t})},n.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})},n.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})},n.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})},n.prototype.getScheduledReport=function(e){return this.get("/scheduled-reports?reportType=".concat(e))},n.prototype.postScheduledReport=function(e){return this.post("/scheduled-reports",e)},n.prototype.updateScheduledReport=function(e,t){return this.patch("/scheduled-reports/".concat(e),t)},n.prototype.deleteScheduledReport=function(e){return this.delete("/scheduled-reports/".concat(e))},n.prototype.getProfile=function(){return this.get("/user")},n.prototype.getUserFull=function(){return this.get("/user-full")},n.prototype.getImpersonationUsers=function(){return this.get("/impersonation/user")},n.prototype.getImpersonationEnabled=function(){return this.get("/impersonation/enabled")},n.prototype.getUsersToImpersonate=function(t,n,r,o,a,i){void 0===r&&(r=1),void 0===o&&(o=10);var s=e.__assign(e.__assign({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(t,"/users-to-impersonate"),s)},n.prototype.getAccountsForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/accounts"))},n.prototype.getRolesForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/roles"))},n.prototype.updateProfile=function(e){return this.patch("/user",e)},n.prototype.inviteUsersMassive=function(e,t){var n={"x-organization-code":t};return this.post("user/invite/massive",e,{headers:n})},n.prototype.inviteUsersMassiveV2=function(e){return this.post("user/invite/massive/v2",e)},n.prototype.unInviteUsersV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/user/uninvite/".concat(t),{headers:n})},n.prototype.getAccounts=function(e){var t={"x-organization-code":e};return this.get("/accounts-user",{headers:t})},n.prototype.getAccountsV2=function(){return this.get("/accounts-user")},n.prototype.getAccountsByUser=function(e){return this.get("/accounts-user/user/".concat(e))},n.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})},n.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})},n.prototype.postAccount=function(e,t){return this.post("/accounts",{name:e,principal:t})},n.prototype.duplicateAccount=function(e){return this.post("/accounts/duplicate",e)},n.prototype.retryDuplicateAccount=function(e){return this.post("/accounts/duplicate/".concat(e,"/retry"))},n.prototype.getPendingDuplicateAccounts=function(){return this.get("/accounts/duplicate")},n.prototype.patchAccount=function(e){var t=e.name,n=e.code,r=e.principal;return this.patch("/accounts/".concat(n),{name:t,principal:r})},n.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}})},n.prototype.putAccountPrincipal=function(e){var t=e.account_code;return this.put("/user-accounts/principal",{account_code:t})},n.prototype.getMergedNotifications=function(){return this.get("/notifications-all")},n.prototype.getNotificationsCustomer=function(e){return this.get("/notifications/".concat(e))},n.prototype.getValidateOpsgenieKey=function(e){return this.get("/notifications/opsgenie/validate/".concat(e))},n.prototype.postSlackMessageChannel=function(e){return this.post("/slack-channel-message",e)},n.prototype.pathNotification=function(e){return this.patch("/notifications",e)},n.prototype.getNotificationsNumber=function(e){return this.get("/notifications/".concat(e,"/number"))},n.prototype.teamsFiltersMembers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/teams/filters/members",{headers:t})},n.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,u=e.page,c=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:u,page_size:c},{headers:l})},n.prototype.getRoles=function(){return this.get("/teams/roles")},n.prototype.setCustodian=function(){return this.post("/teams/custodian")},n.prototype.deleteUserTeamV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/teams/".concat(t),{headers:n})},n.prototype.createRoles=function(e,t){return this.post("/teams/roles",e,{headers:{"x-account-code":t}})},n.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}})},n.prototype.deleteRoles=function(e){return this.delete("/teams/roles/".concat(e))},n.prototype.getRolesPermissions=function(){return this.get("/teams/permissions")},n.prototype.getFeatureFlagId=function(t){var n=t.name,r=e.__rest(t,["name"]);return this.post("/feature-flags/evaluate",{name:n,parameters:r})},n.prototype.getFeatureFlagIdAll=function(t){var n=t.accountCode;return e.__awaiter(this,void 0,void 0,function(){var t,r;return e.__generator(this,function(e){switch(e.label){case 0:return[4,this.get("/feature-flags/names",n?{headers:{"x-account-code":n}}:{})];case 1:return t=e.sent(),r={},t.data.feature_flag_names.forEach(function(e){r[e]=!0}),[2,{data:r,status:200,statusText:"OK",headers:{},config:{}}]}})})},n.prototype.getPermissionsCatalog=function(){return this.get("/teams/permissions-catalog")},n.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})},n.prototype.getUserExportStatus=function(e){var t=e.exportCode;return this.get("/users/exports/".concat(t))},n.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))},n.prototype.changePasswordV2=function(e){return this.patch("/user/change-password-profile",e)},n.prototype.workosPasswordReset=function(e){return this.post("/workos/password-reset",e,{baseURL:(this.instance.defaults.baseURL||"").replace(/\/api$/,"/api-public")})},n.prototype.workosAdminPortal=function(){return this.post("/workos/admin-portal",{})},n.prototype.workosVerifyMfa=function(e){return this.post("/workos/verify-mfa",e,{baseURL:(this.instance.defaults.baseURL||"").replace(/\/api$/,"/api-public"),withCredentials:!0})},n.prototype.getCardBrands=function(){return this.get("/catalog/card-brands")},n.prototype.getPaymentFilters=function(e){return this.get("/payments/filters?section=".concat(e))},n.prototype.getPaymentMetricsFilters=function(){return this.get("/payments/metrics/filters")},n.prototype.sendPaymentNotification=function(e,t){return this.post("/payments/".concat(e.paymentCode,"/transactions/").concat(e.transactionCode,"/settle"),t)},n.prototype.postAuditMonitors=function(e){return this.post("/routing-monitor/audit",e)},n.prototype.getAuditMonitorDetail=function(e){return this.get("/routing-monitor/audit-monitors-details/".concat(e))},n.prototype.getAuditEvents=function(t){var n=t.account_code,r=e.__rest(t,["account_code"]);return this.post("v2/events/organization",{account_codes:n},{params:r,paramsSerializer:au})},n.prototype.getPaymentLinks=function(e,t){return this.get("/v2/payment-links/".concat(t),{params:e})},n.prototype.getPaymentLinksByCode=function(e){return this.get("/v2/payment-links/by-code/".concat(e))},n.prototype.postPaymentLinks=function(e){var t=e.payload,n=e.accountCode;return this.post("/v2/payment-links/".concat(n),t)},n.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)},n.prototype.postDeletePaymentLink=function(e){var t=e.code;return this.post("/v2/payment-links/cancel/".concat(t))},n.prototype.postSubscription=function(e){return this.post("/subscriptions",e)},n.prototype.getSubscriptionByCode=function(e){return this.get("/subscriptions/".concat(e))},n.prototype.postPauseSubscription=function(e){return this.post("/subscriptions/".concat(e,"/pause"))},n.prototype.postResumeSubscription=function(e){return this.post("/subscriptions/".concat(e,"/resume"))},n.prototype.postCancelSubscription=function(e){return this.post("/subscriptions/".concat(e,"/cancel"))},n.prototype.patchSubscription=function(e,t){return this.patch("/subscriptions/".concat(e),t)},n.prototype.postRescheduleSubscription=function(e){return this.post("/subscriptions/".concat(e,"/reschedule"))},n.prototype.getSubscriptionPayments=function(e,t,n){return this.get("/subscriptions/".concat(e,"/payments"),{params:{page:t,size:n}})},n.prototype.postListSubscriptions=function(e){return this.post("/subscriptions/list",e)},n.prototype.getTimezone=function(e){return this.get("/cms/timezone/catalog",{headers:{"x-organization-code":e}})},n.prototype.getInstallmentPlans=function(e){var t=e?au(e):"",n=t?"/v1/installments-plans?".concat(t):"/v1/installments-plans";return this.get(n)},n.prototype.createInstallmentsPlan=function(e){return this.post("/v1/installments-plans",e)},n.prototype.updateInstallmentsPlan=function(e,t){return this.patch("/v1/installments-plans/".concat(e),t)},n.prototype.deleteInstallmentsPlan=function(e){return this.delete("/v1/installments-plans/".concat(e))},n.prototype.searchInstallmentsPlans=function(e){return this.post("/v2/installments-plans/search",e)},n.prototype.bulkCreateInstallmentsPlans=function(e){return this.post("/v2/installments-plans/bulk",e)},n.prototype.bulkDeleteInstallmentsPlans=function(e){return this.post("/v2/installments-plans/bulk-delete",e)},n.prototype.firebaseUserSubscribe=function(e){return this.post("/firebase/user/subscribe",e)},n.prototype.postUserSettings=function(e){return this.patch("/user-settings",e)},n.prototype.postUserSettingsTables=function(e,t){return this.patch("/user-settings/".concat(t),e)},n.prototype.postUserSettingsPinned=function(e){return this.patch("/user-settings/pinned_sections",e)},n.prototype.postUserThemeSettings=function(e){return this.patch("/user-settings/theme",e)},n.prototype.getMfaTokenValidation=function(e,t){return this.post("/mfa/token",{password:e,otp_input:t,user_code:""})},n.prototype.getEmailOtp=function(){return this.post("/mfa/send-otp",{})},n.prototype.confirmMfaOtp=function(e){return this.post("/mfa/confirm/otp",e)},n.prototype.unrollMfa=function(e){return this.post("/mfa/unroll/otp",{password:e})},n.prototype.sendOTPForMFA=function(){return this.post("/mfa/send-otp")},n.prototype.getConfigAllowlist=function(e){var t={"x-account-code":e};return this.get("/yuno-fraud-screening-int/allow-lists/config",{headers:t})},n.prototype.getBlackListType=function(e){var t={"x-account-code":e};return this.get("/blacklist",{headers:t})},n.prototype.postBlockList=function(e,t,n,r){var o={name:t,account_codes:e,page:n,size:r};return this.post("/blacklist",o)},n.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}}:{})},n.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}}:{})},n.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}}:{})},n.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}})},n.prototype.postGetAllowlist=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/pageable",t)},n.prototype.postCreateAllowlistMultiAccount=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/massive",t)},n.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}})},n.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})},n.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}})},n.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})},n.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}})},n.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}})},n.prototype.postBlackListMultiAccount=function(e){var t=e.payload;return this.post("/blacklist/create/multi-account",t,t.account&&{headers:{"x-account-code":t.account}})},n.prototype.putBlackListType=function(e){return this.put("/blacklist/edit",e)},n.prototype.changeBlackListStatus=function(e){return this.put("/blacklist/change-status",e)},n.prototype.changeBlackListStatusItem=function(e){return this.put("/blacklist/change-item-status",e)},n.prototype.postBlackListItems=function(e){var t=e.payload;return this.post("/blacklist/items",t)},n.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)}})},n.prototype.deleteBlackListType=function(e){var t=e.black_list_code;return this.delete("/blacklist/delete/".concat(t))},n.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}})},n.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}})},n.prototype.getVelocityRules=function(t){return this.post("/yuno-fraud-screening-int/velocity-rules-list",e.__assign({},t))},n.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})},n.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()}}},n.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()}}},n.prototype.batchRefundByFile=function(t){var n=t.payload;return this.post("/batch-refund-by-file",e.__assign({},n))},n.prototype.uploadBatchRefundsV2=function(t){var n=t.payload;return this.post("/batch-refunds",e.__assign({},n))},n.prototype.getBatchRefunds=function(e,t){return this.get("/batch-refunds?limit=".concat(e,"&offset=").concat(t))},n.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})},n.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})},n.prototype.getMFAConfig=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/config",{headers:t})},n.prototype.getMFAExcludedUsers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/excluded-users",{headers:t})},n.prototype.getMFAEnforcementStatus=function(){return this.get("/mfa/enforcement-status")},n.prototype.updateMFAConfig=function(e,t){return this.post("/organization-settings/mfa/config",e,{headers:{"x-organization-code":t}})},n.prototype.mfaExcludeUsers=function(e,t){return this.post("/organization-settings/mfa/exclude-users",e,{headers:{"x-organization-code":t}})},n.prototype.getAllConfigRules=function(){return this.get("/yuno-fraud-screening-int/velocity-rules/config/all")},n.prototype.getConditionalConfigRules=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/config/conditional/".concat(e))},n.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}})},n.prototype.postCreateRuleMultiAccount=function(e,t){return this.post("/yuno-fraud-screening-int/velocity-rules/multi-account",e,{headers:{"x-account-code":t}})},n.prototype.postEditRule=function(e,t,n){return this.patch("/yuno-fraud-screening-int/velocity-rules/".concat(t),e,{headers:{"x-account-code":n}})},n.prototype.postApiKeysRoll=function(e,t,n){return this.post("/credentials-manager/v1/keys/roll/".concat(t),e,{headers:{"x-password":n}})},n.prototype.patchApiKeysEditNote=function(e,t,n){return this.patch("/credentials-manager/keys/edit-note/".concat(t),e,{headers:{"x-password":n}})},n.prototype.getCustomizedApiKeysMembers=function(){return this.get("/organization-user/resources/users/customized-keys")},n.prototype.getCustomizedApiKeysAccounts=function(){return this.get("/organization-user/resources/accounts/customized-keys")},n.prototype.postCreateCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys",e)},n.prototype.pathCreateCustomizedApiKeys=function(e,t){return this.patch("/credentials-manager/key/".concat(t),e)},n.prototype.postCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys/retrieve",{account_codes:e})},n.prototype.getCustomizedApiKeysProducts=function(){return this.get("/credentials-manager/product-list")},n.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})},n.prototype.validatePasswordStatus=function(){return this.get("/validate-password-status")},n.prototype.deleteCustomizedApiKeys=function(e){return this.delete("/credentials-manager/key/".concat(e))},n.prototype.postCreateInsightsReport=function(e){var t="CR_FALLBACK"===(null==e?void 0:e.type)?"/insights/conversion-rate/".concat(Jp[null==e?void 0:e.type],"/export"):"/insights/conversion-rate/cards/metrics/".concat(Jp[null==e?void 0:e.type],"/export");return this.post(t,e)},n.prototype.getInsightsReport=function(e){return this.get("/insights/conversion-rate/exports/".concat(null==e?void 0:e.type,"/by-user"))},n.prototype.getInsightsReportAgain=function(e){return this.get("/insights/conversion-rate/exports/".concat(e.code))},n.prototype.createUserAuth0=function(e){return this.post("/user/auth0",e)},n.prototype.getSamlConfig=function(){return this.get("/saml-config")},n.prototype.createSamlConfig=function(e){return this.post("/saml-config",e)},n.prototype.updateSamlConfig=function(e){return this.patch("/saml-config",e)},n.prototype.deleteSamlConfig=function(){return this.delete("/saml-config")},n.prototype.postCall=function(e){return this.post("/ai-agent-caller/demo",e)},n.prototype.getLoginMethods=function(){return this.get("/organization/login-methods")},n.prototype.changeLoginMethods=function(e){return this.patch("/organization/login-methods/".concat(e.methodCode),{enabled:e.enabled})},n.prototype.postValidateCredentials=function(e){var t=e.payload;return this.post("/connections/validate-credentials",t)},n.prototype.getInsightsConversionRateOverview=function(e,t){return this.post("/v3/insights/conversion-rate/overview",e,{params:t})},n.prototype.getInsightsConversionRateOverviewFraud3ds=function(e,t){return this.post("/v3/insights/conversion-rate/overview-fraud-3ds",e,{params:t})},n.prototype.getConversionRateChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},n.prototype.get3DSExemptions=function(){return this.get("/routing/3ds-exemptions")},n.prototype.getNetworkTokensOnboarding=function(){return this.get("/network-tokens/onboarding")},n.prototype.getNetworkTokensOnboardingByOrganization=function(e){return this.get("network-tokens/organization/onboarding",{headers:{"x-organization-code":e}})},n.prototype.postNetworkTokensOnboarding=function(e){return this.post("/network-tokens/organization/onboarding",e)},n.prototype.createChartGPTChart=function(e){return this.post("/data-assistant/charts",e)},n.prototype.deleteChartGPTChart=function(e){return this.delete("/data-assistant/charts/".concat(e))},n.prototype.getChartById=function(e){return this.get("/data-assistant/charts/".concat(e))},n.prototype.patchChartGPTChart=function(e,t){return this.patch("/data-assistant/charts/".concat(e),t)},n.prototype.executeChartGPTChart=function(e){return void 0===e&&(e=""),this.get("/data-assistant/charts/".concat(e,"/execute"))},n.prototype.getChartsByUser=function(){return this.get("/data-assistant/user/charts")},n.prototype.submitChartFeedback=function(e,t){return this.post("/data-assistant/charts/".concat(e,"/feedback"),t)},n.prototype.getChartFeedback=function(e){return this.get("/data-assistant/charts/".concat(e,"/feedback"))},n.prototype.getLanguages=function(){return this.get("/languages")},n.prototype.getTranslations=function(e){return this.get("/translations?language=".concat(e))},n.prototype.getCommunications=function(e){return this.post("/communications",e)},n.prototype.getCommunicationsFilters=function(){return this.get("/communications/filters")},n.prototype.getCommunicationDetails=function(e,t){var n={"x-account-code":t};return this.get("/communications/".concat(e,"/details"),{headers:n})},n.prototype.getRecipients=function(e,t){var n={"x-organization-code":e};return this.get("/recipients",{headers:n,params:t})},n.prototype.getRecipientById=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/".concat(t),{headers:n})},n.prototype.getOnboardingDetail=function(e,t,n){var r={"x-organization-code":e};return this.get("/recipients/".concat(t,"/onboardings/").concat(n),{headers:r})},n.prototype.getOnboardingTimeline=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/onboardings/".concat(t,"/timeline"),{headers:n})},n}(iu),gh={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},mh=function(t){function n(e){return t.call(this,e)||this}return e.__extends(n,t),n.refreshInstance=function(t){var r;return this.classInstance=new n(e.__assign(e.__assign({},t),{baseURL:gh["BFF_URL_".concat(gh.ENVIRONMENT)]})),null===(r=this.classInstance.instance.interceptors)||void 0===r||r.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},n.getInstance=function(t){var r,o;if(this.classInstance){var a=localStorage.getItem("account");if(a){var i=null===(o=null===(r=JSON.parse(a))||void 0===r?void 0:r.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 n(e.__assign(e.__assign({},t),{baseURL:(null==t?void 0:t.baseURL)||gh["BFF_URL_".concat(gh.ENVIRONMENT)]})),this.classInstance},n.setMode=function(t){return e.__awaiter(this,void 0,void 0,function(){return e.__generator(this,function(e){return this.classInstance.instance.interceptors.request.use(function(e){return e.headers&&(e.headers["X-Environment"]=t),e},function(e){return Promise.reject(e)}),[2]})})},n}(fh);class yh{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 vh="undefined"==typeof window||"Deno"in window;function bh(){}function kh(e){return"number"==typeof e&&e>=0&&e!==1/0}function _h(e,t){return Math.max(e+(t||0)-Date.now(),0)}function wh(e,t,n){return jh(e)?"function"==typeof t?{...n,queryKey:e,queryFn:t}:{...t,queryKey:e}:e}function xh(e,t,n){return jh(e)?[{...t,queryKey:e},n]:[e||{},t]}function Eh(e,t){const{type:n="all",exact:r,fetchStatus:o,predicate:a,queryKey:i,stale:s}=e;if(jh(i))if(r){if(t.queryHash!==Ch(i,t.options))return!1}else if(!Ih(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 Sh(e,t){const{exact:n,fetching:r,predicate:o,mutationKey:a}=e;if(jh(a)){if(!t.options.mutationKey)return!1;if(n){if(Rh(t.options.mutationKey)!==Rh(a))return!1}else if(!Ih(t.options.mutationKey,a))return!1}return("boolean"!=typeof r||"loading"===t.state.status===r)&&!(o&&!o(t))}function Ch(e,t){return((null==t?void 0:t.queryKeyHashFn)||Rh)(e)}function Rh(e){return JSON.stringify(e,(e,t)=>Dh(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function Ih(e,t){return Th(e,t)}function Th(e,t){return e===t||typeof e==typeof t&&(!(!e||!t||"object"!=typeof e||"object"!=typeof t)&&!Object.keys(t).some(n=>!Th(e[n],t[n])))}function Ah(e,t,n=0){if(e===t)return e;if(n>500)return t;const r=Ph(e)&&Ph(t);if(r||Dh(e)&&Dh(t)){const o=r?e.length:Object.keys(e).length,a=r?t:Object.keys(t),i=a.length,s=r?[]:{};let u=0;for(let o=0;o<i;o++){const i=r?o:a[o];s[i]=Ah(e[i],t[i],n+1),s[i]===e[i]&&u++}return o===i&&u===o?e:s}return t}function Oh(e,t){if(e&&!t||t&&!e)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Ph(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Dh(e){if(!Lh(e))return!1;const t=e.constructor;if(void 0===t)return!0;const n=t.prototype;return!!Lh(n)&&!!n.hasOwnProperty("isPrototypeOf")}function Lh(e){return"[object Object]"===Object.prototype.toString.call(e)}function jh(e){return Array.isArray(e)}function Nh(e){return new Promise(t=>{setTimeout(t,e)})}function zh(e){Nh(0).then(e)}function qh(e,t,n){return null!=n.isDataEqual&&n.isDataEqual(e,t)?e:"function"==typeof n.structuralSharing?n.structuralSharing(e,t):!1!==n.structuralSharing?Ah(e,t):t}const Mh=new class extends yh{constructor(){super(),this.setup=e=>{if(!vh&&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)}},Uh=["online","offline"];const Bh=new class extends yh{constructor(){super(),this.setup=e=>{if(!vh&&window.addEventListener){const t=()=>e();return Uh.forEach(e=>{window.addEventListener(e,t,!1)}),()=>{Uh.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 Fh(e){return Math.min(1e3*2**e,3e4)}function Gh(e){return"online"!==(null!=e?e:"online")||Bh.isOnline()}class Wh{constructor(e){this.revert=null==e?void 0:e.revert,this.silent=null==e?void 0:e.silent}}function Vh(e){return e instanceof Wh}function Hh(e){let t,n,r,o=!1,a=0,i=!1;const s=new Promise((e,t)=>{n=e,r=t}),u=()=>!Mh.isFocused()||"always"!==e.networkMode&&!Bh.isOnline(),c=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||!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,r;if(i)return;const s=null!=(n=e.retry)?n:3,c=null!=(r=e.retryDelay)?r:Fh,h="function"==typeof c?c(a,t):c,f=!0===s||"number"==typeof s&&a<s||"function"==typeof s&&s(a,t);!o&&f?(a++,null==e.onFail||e.onFail(a,t),Nh(h).then(()=>{if(u())return d()}).then(()=>{o?l(t):p()})):l(t)})};return Gh(e.networkMode)?p():d().then(p),{promise:s,cancel:t=>{i||(l(new Wh(t)),null==e.abort||e.abort())},continue:()=>(null==t?void 0:t())?s:Promise.resolve(),cancelRetry:()=>{o=!0},continueRetry:()=>{o=!1}}}const Kh=console;const $h=function(){let e=[],t=0,n=e=>{e()},r=e=>{e()};const o=r=>{t?e.push(r):zh(()=>{n(r)})},a=()=>{const t=e;e=[],t.length&&zh(()=>{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 Qh{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),kh(this.cacheTime)&&(this.gcTimeout=setTimeout(()=>{this.optionalRemove()},this.cacheTime))}updateCacheTime(e){this.cacheTime=Math.max(this.cacheTime||0,null!=e?e:vh?1/0:3e5)}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class Yh extends Qh{constructor(e){super(),this.abortSignalConsumed=!1,this.defaultOptions=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.cache=e.cache,this.logger=e.logger||Kh,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=qh(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(bh).catch(bh):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||!_h(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 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==(r=u.fetchOptions)?void 0:r.meta))&&this.dispatch({type:"fetch",meta:null==(c=u.fetchOptions)?void 0:c.meta});const l=e=>{var t,n,r,o;(Vh(e)&&e.silent||this.dispatch({type:"error",error:e}),Vh(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:u.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: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,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:Gh(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 Vh(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),$h.batch(()=>{this.observers.forEach(t=>{t.onQueryUpdate(e)}),this.cache.notify({query:this,type:"updated",action:e})})}}class Jh extends yh{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:Ch(o,t);let i=this.get(a);return i||(i=new Yh({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(){$h.batch(()=>{this.queries.forEach(e=>{this.remove(e)})})}get(e){return this.queriesMap[e]}getAll(){return this.queries}find(e,t){const[n]=xh(e,t);return void 0===n.exact&&(n.exact=!0),this.queries.find(e=>Eh(n,e))}findAll(e,t){const[n]=xh(e,t);return Object.keys(n).length>0?this.queries.filter(e=>Eh(n,e)):this.queries}notify(e){$h.batch(()=>{this.listeners.forEach(({listener:t})=>{t(e)})})}onFocus(){$h.batch(()=>{this.queries.forEach(e=>{e.onFocus()})})}onOnline(){$h.batch(()=>{this.queries.forEach(e=>{e.onOnline()})})}}class Xh extends Qh{constructor(e){super(),this.defaultOptions=e.defaultOptions,this.mutationId=e.mutationId,this.mutationCache=e.mutationCache,this.logger=e.logger||Kh,this.observers=[],this.state=e.state||Zh(),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,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 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==(u=(c=this.options).onSettled)?void 0:u.call(c,f,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:f}),f}catch(e){try{var f,g,m,y,v,b,k,_;throw await(null==(f=(g=this.mutationCache.config).onError)?void 0:f.call(g,e,this.state.variables,this.state.context,this)),"production"!==process.env.NODE_ENV&&this.logger.error(e),await(null==(m=(y=this.options).onError)?void 0:m.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=(_=this.options).onSettled)?void 0:k.call(_,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:!Gh(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),$h.batch(()=>{this.observers.forEach(t=>{t.onMutationUpdate(e)}),this.mutationCache.notify({mutation:this,type:"updated",action:e})})}}function Zh(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}class ef extends yh{constructor(e){super(),this.config=e||{},this.mutations=[],this.mutationId=0}build(e,t,n){const r=new Xh({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(){$h.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=>Sh(e,t))}findAll(e){return this.mutations.filter(t=>Sh(e,t))}notify(e){$h.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 $h.batch(()=>e.reduce((e,t)=>e.then(()=>t.continue().catch(bh)),Promise.resolve()))}).then(()=>{this.resuming=void 0}),this.resuming}}function tf(){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,u=null==(r=e.fetchOptions)||null==(o=r.meta)?void 0:o.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==(a=e.state.data)?void 0:a.pages)||[],h=(null==(i=e.state.data)?void 0:i.pageParams)||[];let f=h,g=!1;const m=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(g)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?g=!0:null==(n=e.signal)||n.addEventListener("abort",()=>{g=!0}),e.signal}});const s=m(a);return Promise.resolve(s).then(e=>y(t,r,e,o))};let b;if(p.length)if(l){const t=void 0!==c,n=t?c:nf(e.options,p);b=v(p,t,n)}else if(d){const t=void 0!==c,n=t?c:(k=e.options,_=p,null==k.getPreviousPageParam?void 0:k.getPreviousPageParam(_[0],_));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]:nf(e.options,r);return v(r,t,o)}return Promise.resolve(y(r,h[n],p[n]))})}else b=v([]);var k,_;const w=b.then(e=>({pages:e,pageParams:f}));return w}}}}function nf(e,t){return null==e.getNextPageParam?void 0:e.getNextPageParam(t[t.length-1],t)}class rf extends yh{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),of(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return af(this.currentQuery,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return af(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"),Oh(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&&sf(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(!Oh(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(bh)),t}updateStaleTimeout(){if(this.clearStaleTimeout(),vh||this.currentResult.isStale||!kh(this.options.staleTime))return;const e=_h(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,!vh&&!1!==this.options.enabled&&kh(this.currentRefetchInterval)&&0!==this.currentRefetchInterval&&(this.refetchIntervalId=setInterval(()=>{(this.options.refetchIntervalInBackground||Mh.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,u=s?e.state:this.currentQueryInitialState,c=s?this.currentResult:this.previousQueryResult,{state:l}=e;let d,{dataUpdatedAt:p,error:h,errorUpdatedAt:f,fetchStatus:g,status:m}=l,y=!1,v=!1;if(t._optimisticResults){const o=this.hasListeners(),a=!o&&of(e,t),i=o&&sf(e,n,t,r);(a||i)&&(g=Gh(e.options.networkMode)?"fetching":"paused",p||(m="loading")),"isRestoring"===t._optimisticResults&&(g="idle")}if(t.keepPreviousData&&!l.dataUpdatedAt&&null!=c&&c.isSuccess&&"error"!==m)d=c.data,p=c.dataUpdatedAt,m=c.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=qh(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"===m){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&&(m="success",d=qh(null==o?void 0:o.data,e,t),v=!0)}this.selectError&&(h=this.selectError,d=this.selectResult,f=Date.now(),m="error");const b="fetching"===g,k="loading"===m,_="error"===m;return{status:m,fetchStatus:g,isLoading:k,isSuccess:"success"===m,isError:_,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>u.dataUpdateCount||l.errorUpdateCount>u.errorUpdateCount,isFetching:b,isRefetching:b&&!k,isLoadingError:_&&0===l.dataUpdatedAt,isPaused:"paused"===g,isPlaceholderData:v,isPreviousData:y,isRefetchError:_&&0!==l.dataUpdatedAt,isStale:uf(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,Oh(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||Vh(e.error)||(t.onError=!0),this.updateResult(t),this.hasListeners()&&this.updateTimers()}notify(e){$h.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,u;null==(a=(i=this.options).onError)||a.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 of(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&&af(e,t,t.refetchOnMount)}function af(e,t,n){if(!1!==t.enabled){const r="function"==typeof n?n(e):n;return"always"===r||!1!==r&&uf(e,t)}return!1}function sf(e,t,n,r){return!1!==n.enabled&&(e!==t||!1===r.enabled)&&(!n.suspense||"error"!==e.state.status)&&uf(e,n)}function uf(e,t){return e.isStaleByTime(t.staleTime)}class cf extends yh{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),Oh(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){$h.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,u;null==(a=(i=this.mutateOptions).onError)||a.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 lf,df={exports:{}},pf={};var hf,ff={};
|
|
42
42
|
/**
|
|
43
43
|
* @license React
|
|
44
44
|
* use-sync-external-store-shim.development.js
|
|
@@ -47,7 +47,7 @@ statuses/index.js:
|
|
|
47
47
|
*
|
|
48
48
|
* This source code is licensed under the MIT license found in the
|
|
49
49
|
* LICENSE file in the root directory of this source tree.
|
|
50
|
-
*/"production"===process.env.NODE_ENV?df.exports=function(){if(lf)return pf;lf=1;var e=t,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},r=e.useState,o=e.useEffect,a=e.useLayoutEffect,i=e.useDebugValue;function s(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!n(e,r)}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 n=t(),u=r({inst:{value:n,getSnapshot:t}}),c=u[0].inst,l=u[1];return a(function(){c.value=n,c.getSnapshot=t,s(c)&&l({inst:c})},[e,n,t]),o(function(){return s(c)&&l({inst:c}),e(function(){s(c)&&l({inst:c})})},[e]),i(n),n};return pf.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:u,pf}():df.exports=(hf||(hf=1,"production"!==process.env.NODE_ENV&&function(){function e(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!r(e,n)}catch(e){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var n=t,r="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},o=n.useState,a=n.useEffect,i=n.useLayoutEffect,s=n.useDebugValue,u=!1,c=!1,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(t,l){u||void 0===n.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();r(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,f=p[1];return i(function(){h.value=d,h.getSnapshot=l,e(h)&&f({inst:h})},[t,d,l]),a(function(){return e(h)&&f({inst:h}),t(function(){e(h)&&f({inst:h})})},[t]),s(d),d};ff.useSyncExternalStore=void 0!==n.useSyncExternalStore?n.useSyncExternalStore:l,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),ff);var gf=df.exports;const mf=gf.useSyncExternalStore,yf=r.createContext(void 0),vf=r.createContext(!1);function bf(e,t){return e||(t&&"undefined"!=typeof window?(window.ReactQueryClientContext||(window.ReactQueryClientContext=yf),window.ReactQueryClientContext):yf)}const kf=({context:e}={})=>{const t=r.useContext(bf(e,r.useContext(vf)));if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},_f=({client:e,children:t,context:n,contextSharing:o=!1})=>{r.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=bf(n,o);return r.createElement(vf.Provider,{value:!n&&o},r.createElement(a.Provider,{value:e},t))},wf=r.createContext(!1);wf.Provider;const xf=r.createContext(function(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}());function Ef(e,t){return"function"==typeof e?e(...t):!!e}function Sf(e,t){const n=kf({context:e.context}),o=r.useContext(wf),a=r.useContext(xf),i=n.defaultQueryOptions(e);i._optimisticResults=o?"isRestoring":"optimistic",i.onError&&(i.onError=$h.batchCalls(i.onError)),i.onSuccess&&(i.onSuccess=$h.batchCalls(i.onSuccess)),i.onSettled&&(i.onSettled=$h.batchCalls(i.onSettled)),(e=>{e.suspense&&("number"!=typeof e.staleTime&&(e.staleTime=1e3),"number"==typeof e.cacheTime&&(e.cacheTime=Math.max(e.cacheTime,1e3)))})(i),((e,t)=>{(e.suspense||e.useErrorBoundary)&&(t.isReset()||(e.retryOnMount=!1))})(i,a),(e=>{r.useEffect(()=>{e.clearReset()},[e])})(a);const[s]=r.useState(()=>new t(n,i)),u=s.getOptimisticResult(i);if(mf(r.useCallback(e=>{const t=o?()=>{}:s.subscribe($h.batchCalls(e));return s.updateResult(),t},[s,o]),()=>s.getCurrentResult(),()=>s.getCurrentResult()),r.useEffect(()=>{s.setOptions(i,{listeners:!1})},[i,s]),((e,t,n)=>(null==e?void 0:e.suspense)&&((e,t)=>e.isLoading&&e.isFetching&&!t)(t,n))(i,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)}))(i,s,a);if((({result:e,errorResetBoundary:t,useErrorBoundary:n,query:r})=>e.isError&&!t.isReset()&&!e.isFetching&&Ef(n,[e.error,r]))({result:u,errorResetBoundary:a,useErrorBoundary:i.useErrorBoundary,query:s.getCurrentQuery()}))throw u.error;return i.notifyOnChangeProps?u:s.trackResult(u)}function Cf(e,t,n){return Sf(wh(e,t,n),rf)}function Rf(e,t,n){const o=function(e,t,n){return jh(e)?"function"==typeof t?{...n,mutationKey:e,mutationFn:t}:{...t,mutationKey:e}:"function"==typeof e?{...t,mutationFn:e}:{...e}}(e,t,n),a=kf({context:o.context}),[i]=r.useState(()=>new cf(a,o));r.useEffect(()=>{i.setOptions(o)},[i,o]);const s=mf(r.useCallback(e=>i.subscribe($h.batchCalls(e)),[i]),()=>i.getCurrentResult(),()=>i.getCurrentResult()),u=r.useCallback((e,t)=>{i.mutate(e,t).catch(If)},[i]);if(s.error&&Ef(i.options.useErrorBoundary,[s.error]))throw s.error;return{...s,mutate:u,mutateAsync:s.mutate}}function If(){}var Tf;exports.DuplicateSetting=void 0,(Tf=exports.DuplicateSetting||(exports.DuplicateSetting={})).ACCOUNT="ACCOUNT",Tf.CHECKOUT_BUILDER="CHECKOUT_BUILDER",Tf.CONNECTION="CONNECTION",Tf.ROUTING="ROUTING",Tf.RISK_CONDITIONS="RISK_CONDITIONS",Tf.WEBHOOKS="WEBHOOKS";var Af=function(){var e=t.useState("ON"===localStorage.getItem("isTesting")),n=e[0],r=e[1];return t.useEffect(function(){var e=function(e){"isTesting"===e.key&&r("ON"===e.newValue)};return window.addEventListener("storage",e),function(){window.removeEventListener("storage",e)}},[]),{isTesting:n}},Of=function(e){var n=localStorage.getItem(e),r=t.useState(n&&JSON.parse(n)),o=r[0],a=r[1];return t.useEffect(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},Pf=function(){var e,t;return null===(t=null===(e=Of("account"))||void 0===e?void 0:e.value)||void 0===t?void 0:t.organization_code},Df=function(){var e,t=Af().isTesting,n=null===(e=Of("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)};var Lf=new Jh({}),jf=new class{constructor(e={}){this.queryCache=e.queryCache||new Jh,this.mutationCache=e.mutationCache||new ef,this.logger=e.logger||Kh,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=Uh.subscribe(()=>{Uh.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())}),this.unsubscribeOnline=Bh.subscribe(()=>{Bh.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]=xh(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=wh(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=wh(e),i=this.defaultQueryOptions(a);return this.queryCache.build(this,i).setData(o,{...n,manual:!0})}setQueriesData(e,t,n){return $h.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]=xh(e,t),r=this.queryCache;$h.batch(()=>{r.findAll(n).forEach(e=>{r.remove(e)})})}resetQueries(e,t,n){const[r,o]=xh(e,t,n),a=this.queryCache,i={type:"active",...r};return $h.batch(()=>(a.findAll(r).forEach(e=>{e.reset()}),this.refetchQueries(i,o)))}cancelQueries(e,t,n){const[r,o={}]=xh(e,t,n);void 0===o.revert&&(o.revert=!0);const a=$h.batch(()=>this.queryCache.findAll(r).map(e=>e.cancel(o)));return Promise.all(a).then(bh).catch(bh)}invalidateQueries(e,t,n){const[r,o]=xh(e,t,n);return $h.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]=xh(e,t,n),a=$h.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(bh);return null!=o&&o.throwOnError||(i=i.catch(bh)),i}fetchQuery(e,t,n){const r=wh(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(bh).catch(bh)}fetchInfiniteQuery(e,t,n){const r=wh(e,t,n);return r.behavior=tf(),this.fetchQuery(r)}prefetchInfiniteQuery(e,t,n){return this.fetchInfiniteQuery(e,t,n).then(bh).catch(bh)}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=>Rh(e)===Rh(t.queryKey));n?n.defaultOptions=t:this.queryDefaults.push({queryKey:e,defaultOptions:t})}getQueryDefaults(e){if(!e)return;const t=this.queryDefaults.find(t=>Ih(e,t.queryKey));if("production"!==process.env.NODE_ENV){this.queryDefaults.filter(t=>Ih(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=>Rh(e)===Rh(t.mutationKey));n?n.defaultOptions=t:this.mutationDefaults.push({mutationKey:e,defaultOptions:t})}getMutationDefaults(e){if(!e)return;const t=this.mutationDefaults.find(t=>Ih(e,t.mutationKey));if("production"!==process.env.NODE_ENV){this.mutationDefaults.filter(t=>Ih(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=Ch(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:Lf});var Nf;exports.PendingDuplicateAccountStatus=void 0,(Nf=exports.PendingDuplicateAccountStatus||(exports.PendingDuplicateAccountStatus={})).IN_PROGRESS="IN_PROGRESS",Nf.COMPLETED="COMPLETED",Nf.FAILED="FAILED";var zf=function(e){return["checkout-builder-name-and-icon",e.paymentMethodType,e.type]},qf=function(e){return["checkout-builder-required-fields",e.paymentMethodType,e.type]};var Uf={key:"metadata_fields",name:"metadata_fields",unique_key:"metadata_fields"};var Mf=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())},Bf=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"}})},Ff=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}},Gf=function(e,t,n){var r,o={};return null===(r=e.plots)||void 0===r||r.forEach(function(e){var r=Bf(e.rows,t,n),a=e.label;o[a]=r.map(function(e){return{key:e.date||"",total:100*parseFloat(e.value),current_label:Mf(e.date||""),current_amount:100*parseFloat(e.value)}})}),o},Wf=function(e,t,n){var r,o=null===(r=e.plots)||void 0===r?void 0:r[0];return{distribution:Bf(null==o?void 0:o.rows,t,n).map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Mf(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")}},Vf=function(e,t,n){var r,o=null===(r=e.plots)||void 0===r?void 0:r[0];return{distribution:Bf(null==o?void 0:o.rows,t,n).map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Mf(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")}};function Hf(){return Hf=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},Hf.apply(this,arguments)}
|
|
50
|
+
*/"production"===process.env.NODE_ENV?df.exports=function(){if(lf)return pf;lf=1;var e=t,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},r=e.useState,o=e.useEffect,a=e.useLayoutEffect,i=e.useDebugValue;function s(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!n(e,r)}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 n=t(),u=r({inst:{value:n,getSnapshot:t}}),c=u[0].inst,l=u[1];return a(function(){c.value=n,c.getSnapshot=t,s(c)&&l({inst:c})},[e,n,t]),o(function(){return s(c)&&l({inst:c}),e(function(){s(c)&&l({inst:c})})},[e]),i(n),n};return pf.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:u,pf}():df.exports=(hf||(hf=1,"production"!==process.env.NODE_ENV&&function(){function e(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!r(e,n)}catch(e){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var n=t,r="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},o=n.useState,a=n.useEffect,i=n.useLayoutEffect,s=n.useDebugValue,u=!1,c=!1,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(t,l){u||void 0===n.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();r(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,f=p[1];return i(function(){h.value=d,h.getSnapshot=l,e(h)&&f({inst:h})},[t,d,l]),a(function(){return e(h)&&f({inst:h}),t(function(){e(h)&&f({inst:h})})},[t]),s(d),d};ff.useSyncExternalStore=void 0!==n.useSyncExternalStore?n.useSyncExternalStore:l,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),ff);var gf=df.exports;const mf=gf.useSyncExternalStore,yf=r.createContext(void 0),vf=r.createContext(!1);function bf(e,t){return e||(t&&"undefined"!=typeof window?(window.ReactQueryClientContext||(window.ReactQueryClientContext=yf),window.ReactQueryClientContext):yf)}const kf=({context:e}={})=>{const t=r.useContext(bf(e,r.useContext(vf)));if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},_f=({client:e,children:t,context:n,contextSharing:o=!1})=>{r.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=bf(n,o);return r.createElement(vf.Provider,{value:!n&&o},r.createElement(a.Provider,{value:e},t))},wf=r.createContext(!1);wf.Provider;const xf=r.createContext(function(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}());function Ef(e,t){return"function"==typeof e?e(...t):!!e}function Sf(e,t){const n=kf({context:e.context}),o=r.useContext(wf),a=r.useContext(xf),i=n.defaultQueryOptions(e);i._optimisticResults=o?"isRestoring":"optimistic",i.onError&&(i.onError=$h.batchCalls(i.onError)),i.onSuccess&&(i.onSuccess=$h.batchCalls(i.onSuccess)),i.onSettled&&(i.onSettled=$h.batchCalls(i.onSettled)),(e=>{e.suspense&&("number"!=typeof e.staleTime&&(e.staleTime=1e3),"number"==typeof e.cacheTime&&(e.cacheTime=Math.max(e.cacheTime,1e3)))})(i),((e,t)=>{(e.suspense||e.useErrorBoundary)&&(t.isReset()||(e.retryOnMount=!1))})(i,a),(e=>{r.useEffect(()=>{e.clearReset()},[e])})(a);const[s]=r.useState(()=>new t(n,i)),u=s.getOptimisticResult(i);if(mf(r.useCallback(e=>{const t=o?()=>{}:s.subscribe($h.batchCalls(e));return s.updateResult(),t},[s,o]),()=>s.getCurrentResult(),()=>s.getCurrentResult()),r.useEffect(()=>{s.setOptions(i,{listeners:!1})},[i,s]),((e,t,n)=>(null==e?void 0:e.suspense)&&((e,t)=>e.isLoading&&e.isFetching&&!t)(t,n))(i,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)}))(i,s,a);if((({result:e,errorResetBoundary:t,useErrorBoundary:n,query:r})=>e.isError&&!t.isReset()&&!e.isFetching&&Ef(n,[e.error,r]))({result:u,errorResetBoundary:a,useErrorBoundary:i.useErrorBoundary,query:s.getCurrentQuery()}))throw u.error;return i.notifyOnChangeProps?u:s.trackResult(u)}function Cf(e,t,n){return Sf(wh(e,t,n),rf)}function Rf(e,t,n){const o=function(e,t,n){return jh(e)?"function"==typeof t?{...n,mutationKey:e,mutationFn:t}:{...t,mutationKey:e}:"function"==typeof e?{...t,mutationFn:e}:{...e}}(e,t,n),a=kf({context:o.context}),[i]=r.useState(()=>new cf(a,o));r.useEffect(()=>{i.setOptions(o)},[i,o]);const s=mf(r.useCallback(e=>i.subscribe($h.batchCalls(e)),[i]),()=>i.getCurrentResult(),()=>i.getCurrentResult()),u=r.useCallback((e,t)=>{i.mutate(e,t).catch(If)},[i]);if(s.error&&Ef(i.options.useErrorBoundary,[s.error]))throw s.error;return{...s,mutate:u,mutateAsync:s.mutate}}function If(){}var Tf;exports.DuplicateSetting=void 0,(Tf=exports.DuplicateSetting||(exports.DuplicateSetting={})).ACCOUNT="ACCOUNT",Tf.CHECKOUT_BUILDER="CHECKOUT_BUILDER",Tf.CONNECTION="CONNECTION",Tf.ROUTING="ROUTING",Tf.RISK_CONDITIONS="RISK_CONDITIONS",Tf.WEBHOOKS="WEBHOOKS";var Af=function(){var e=t.useState("ON"===localStorage.getItem("isTesting")),n=e[0],r=e[1];return t.useEffect(function(){var e=function(e){"isTesting"===e.key&&r("ON"===e.newValue)};return window.addEventListener("storage",e),function(){window.removeEventListener("storage",e)}},[]),{isTesting:n}},Of=function(e){var n=localStorage.getItem(e),r=t.useState(n&&JSON.parse(n)),o=r[0],a=r[1];return t.useEffect(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},Pf=function(){var e,t;return null===(t=null===(e=Of("account"))||void 0===e?void 0:e.value)||void 0===t?void 0:t.organization_code},Df=function(){var e,t=Af().isTesting,n=null===(e=Of("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)};var Lf=new Jh({}),jf=new class{constructor(e={}){this.queryCache=e.queryCache||new Jh,this.mutationCache=e.mutationCache||new ef,this.logger=e.logger||Kh,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=Mh.subscribe(()=>{Mh.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())}),this.unsubscribeOnline=Bh.subscribe(()=>{Bh.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]=xh(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=wh(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=wh(e),i=this.defaultQueryOptions(a);return this.queryCache.build(this,i).setData(o,{...n,manual:!0})}setQueriesData(e,t,n){return $h.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]=xh(e,t),r=this.queryCache;$h.batch(()=>{r.findAll(n).forEach(e=>{r.remove(e)})})}resetQueries(e,t,n){const[r,o]=xh(e,t,n),a=this.queryCache,i={type:"active",...r};return $h.batch(()=>(a.findAll(r).forEach(e=>{e.reset()}),this.refetchQueries(i,o)))}cancelQueries(e,t,n){const[r,o={}]=xh(e,t,n);void 0===o.revert&&(o.revert=!0);const a=$h.batch(()=>this.queryCache.findAll(r).map(e=>e.cancel(o)));return Promise.all(a).then(bh).catch(bh)}invalidateQueries(e,t,n){const[r,o]=xh(e,t,n);return $h.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]=xh(e,t,n),a=$h.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(bh);return null!=o&&o.throwOnError||(i=i.catch(bh)),i}fetchQuery(e,t,n){const r=wh(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(bh).catch(bh)}fetchInfiniteQuery(e,t,n){const r=wh(e,t,n);return r.behavior=tf(),this.fetchQuery(r)}prefetchInfiniteQuery(e,t,n){return this.fetchInfiniteQuery(e,t,n).then(bh).catch(bh)}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=>Rh(e)===Rh(t.queryKey));n?n.defaultOptions=t:this.queryDefaults.push({queryKey:e,defaultOptions:t})}getQueryDefaults(e){if(!e)return;const t=this.queryDefaults.find(t=>Ih(e,t.queryKey));if("production"!==process.env.NODE_ENV){this.queryDefaults.filter(t=>Ih(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=>Rh(e)===Rh(t.mutationKey));n?n.defaultOptions=t:this.mutationDefaults.push({mutationKey:e,defaultOptions:t})}getMutationDefaults(e){if(!e)return;const t=this.mutationDefaults.find(t=>Ih(e,t.mutationKey));if("production"!==process.env.NODE_ENV){this.mutationDefaults.filter(t=>Ih(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=Ch(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:Lf});var Nf;exports.PendingDuplicateAccountStatus=void 0,(Nf=exports.PendingDuplicateAccountStatus||(exports.PendingDuplicateAccountStatus={})).IN_PROGRESS="IN_PROGRESS",Nf.COMPLETED="COMPLETED",Nf.FAILED="FAILED";var zf=function(e){return["checkout-builder-name-and-icon",e.paymentMethodType,e.type]},qf=function(e){return["checkout-builder-required-fields",e.paymentMethodType,e.type]};var Mf={key:"metadata_fields",name:"metadata_fields",unique_key:"metadata_fields"};var Uf=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())},Bf=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"}})},Ff=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}},Gf=function(e,t,n){var r,o={};return null===(r=e.plots)||void 0===r||r.forEach(function(e){var r=Bf(e.rows,t,n),a=e.label;o[a]=r.map(function(e){return{key:e.date||"",total:100*parseFloat(e.value),current_label:Uf(e.date||""),current_amount:100*parseFloat(e.value)}})}),o},Wf=function(e,t,n){var r,o=null===(r=e.plots)||void 0===r?void 0:r[0];return{distribution:Bf(null==o?void 0:o.rows,t,n).map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Uf(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")}},Vf=function(e,t,n){var r,o=null===(r=e.plots)||void 0===r?void 0:r[0];return{distribution:Bf(null==o?void 0:o.rows,t,n).map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Uf(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")}};function Hf(){return Hf=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},Hf.apply(this,arguments)}
|
|
51
51
|
/**
|
|
52
52
|
* match-sorter-utils
|
|
53
53
|
*
|
|
@@ -64,5 +64,5 @@ statuses/index.js:
|
|
|
64
64
|
* @copyright (c) 2099 Kent C. Dodds
|
|
65
65
|
* @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
|
|
66
66
|
*/
|
|
67
|
-
const Yf=7,Jf=6,Xf=5,Zf=4,eg=3,tg=2,ng=1,rg=0;function og(e,t,n){var r;if((n=n||{}).threshold=null!=(r=n.threshold)?r:ng,!n.accessors){const r=ag(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=cg(o),i=sg(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:rg,accessorIndex:-1,accessorThreshold:n.threshold,passed:!1};for(let e=0;e<o.length;e++){const r=o[e];let i=ag(r.itemValue,t,n);const{minRanking:s,maxRanking:u,threshold:c=n.threshold}=r.attributes;i<s&&i>=ng?i=s:i>u&&(i=u),i=Math.min(i,u),i>=c&&i>a.rank&&(a.rank=i,a.passed=!0,a.accessorIndex=e,a.accessorThreshold=c,a.rankedValue=r.itemValue)}return a}function ag(e,t,n){return e=ig(e,n),(t=ig(t,n)).length>e.length?rg:e===t?Yf:(e=e.toLowerCase())===(t=t.toLowerCase())?Jf:e.startsWith(t)?Xf:e.includes(` ${t}`)?Zf:e.includes(t)?eg:1===t.length?rg:function(e){let t="";return e.split(" ").forEach(e=>{e.split("-").forEach(e=>{t+=e.substr(0,1)})}),t}(e).includes(t)?tg: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 ng+o*r}const i=o(t[0],e,0);if(i<0)return rg;r=i;for(let n=1,a=t.length;n<a;n++){r=o(t[n],e,r);if(!(r>-1))return rg}const s=r-i;return a(s)}(e,t)}function ig(e,t){let{keepDiacritics:n}=t;return e=`${e}`,n||(e=e.replace(Qf,e=>Kf[e])),e}function sg(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 ug={maxRanking:1/0,minRanking:-1/0};function cg(e){return"function"==typeof e?ug:{...ug,...e}}function lg(e,t){const[n,o]=r.useState();r.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,r.useCallback(t=>{o(n=>{let r=t;"function"==typeof t&&(r=t(n));try{localStorage.setItem(e,JSON.stringify(r))}catch{}return r})},[e])]}var dg,pg=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}(),hg=function(){function e(e){this.generateIdentifier=e,this.kv=new pg}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}(),fg=(dg=function(e,t){return dg=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])},dg(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}dg(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),gg=function(e){function t(){var t=e.call(this,function(e){return e.name})||this;return t.classToAllowedProps=new Map,t}return fg(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}(hg),mg=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 yg(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 vg(e,t){Object.entries(e).forEach(function(e){var n=mg(e,2),r=n[0],o=n[1];return t(o,r)})}function bg(e,t){return-1!==e.indexOf(t)}function kg(e,t){for(var n=0;n<e.length;n++){var r=e[n];if(t(r))return r}}var _g=function(){function e(){this.transfomers={}}return e.prototype.register=function(e){this.transfomers[e.name]=e},e.prototype.findApplicable=function(e){return yg(this.transfomers,function(t){return t.isApplicable(e)})},e.prototype.findByName=function(e){return this.transfomers[e]},e}(),wg=function(e){return void 0===e},xg=function(e){return"object"==typeof e&&null!==e&&(e!==Object.prototype&&(null===Object.getPrototypeOf(e)||Object.getPrototypeOf(e)===Object.prototype))},Eg=function(e){return xg(e)&&0===Object.keys(e).length},Sg=function(e){return Array.isArray(e)},Cg=function(e){return e instanceof Map},Rg=function(e){return e instanceof Set},Ig=function(e){return"Symbol"===function(e){return Object.prototype.toString.call(e).slice(8,-1)}(e)},Tg=function(e){return"number"==typeof e&&isNaN(e)},Ag=function(e){return function(e){return"boolean"==typeof e}(e)||function(e){return null===e}(e)||wg(e)||function(e){return"number"==typeof e&&!isNaN(e)}(e)||function(e){return"string"==typeof e}(e)||Ig(e)},Og=function(e){return e.replace(/\./g,"\\.")},Pg=function(e){return e.map(String).map(Og).join(".")},Dg=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},Lg=function(){return Lg=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},Lg.apply(this,arguments)},jg=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},Ng=function(e,t){for(var n=0,r=t.length,o=e.length;n<r;n++,o++)e[o]=t[n];return e};function zg(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var qg=[zg(wg,"undefined",function(){return null},function(){}),zg(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)}),zg(function(e){return e instanceof Date&&!isNaN(e.valueOf())},"Date",function(e){return e.toISOString()},function(e){return new Date(e)}),zg(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}),zg(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)}),zg(Rg,"set",function(e){return Ng([],jg(e.values()))},function(e){return new Set(e)}),zg(Cg,"map",function(e){return Ng([],jg(e.entries()))},function(e){return new Map(e)}),zg(function(e){return Tg(e)||((t=e)===1/0||t===-1/0);var t},"number",function(e){return Tg(e)?"NaN":e>0?"Infinity":"-Infinity"},Number),zg(function(e){return 0===e&&1/e==-1/0},"number",function(){return"-0"},Number),zg(function(e){return e instanceof URL},"URL",function(e){return e.toString()},function(e){return new URL(e)})];function Ug(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var Mg=Ug(function(e,t){return!!Ig(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}),Bg=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce(function(e,t){return e[t.name]=t,e},{}),Fg=Ug(function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)},function(e){return["typed-array",e.constructor.name]},function(e){return Ng([],jg(e))},function(e,t){var n=Bg[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)});function Gg(e,t){return!!(null==e?void 0:e.constructor)&&!!t.classRegistry.getIdentifier(e.constructor)}var Wg=Ug(Gg,function(e,t){return["class",t.classRegistry.getIdentifier(e.constructor)]},function(e,t){var n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return Lg({},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)}),Vg=Ug(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)}),Hg=[Wg,Mg,Vg,Fg],Kg=function(e,t){var n=kg(Hg,function(n){return n.isApplicable(e,t)});if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};var r=kg(qg,function(n){return n.isApplicable(e,t)});return r?{value:r.transform(e,t),type:r.annotation}:void 0},$g={};qg.forEach(function(e){$g[e.annotation]=e});var Qg=function(e,t){for(var n=e.keys();t>0;)n.next(),t--;return n.next().value};function Yg(e){if(bg(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(bg(e,"prototype"))throw new Error("prototype is not allowed as a property");if(bg(e,"constructor"))throw new Error("constructor is not allowed as a property")}var Jg=function(e,t,n){if(Yg(t),0===t.length)return n(e);for(var r=e,o=0;o<t.length-1;o++){var a=t[o];if(Sg(r))r=r[+a];else if(xg(r))r=r[a];else if(Rg(r)){r=Qg(r,i=+a)}else if(Cg(r)){if(o===t.length-2)break;var i=+a,s=0===+t[++o]?"key":"value",u=Qg(r,i);switch(s){case"key":r=u;break;case"value":r=r.get(u)}}}var c=t[t.length-1];if(Sg(r)?r[+c]=n(r[+c]):xg(r)&&(r[c]=n(r[c])),Rg(r)){var l=Qg(r,+c),d=n(l);l!==d&&(r.delete(l),r.add(d))}if(Cg(r)){i=+t[t.length-2];var p=Qg(r,i);switch(s=0===+c?"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},Xg=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},Zg=function(e,t){for(var n=0,r=t.length,o=e.length;n<r;n++,o++)e[o]=t[n];return e};function em(e,t,n){if(void 0===n&&(n=[]),e)if(Sg(e)){var r=Xg(e,2),o=r[0],a=r[1];a&&vg(a,function(e,r){em(e,t,Zg(Zg([],Xg(n)),Xg(Dg(r))))}),t(o,n)}else vg(e,function(e,r){return em(e,t,Zg(Zg([],Xg(n)),Xg(Dg(r))))})}function tm(e,t,n){return em(t,function(t,r){e=Jg(e,r,function(e){return function(e,t,n){if(!Sg(t)){var r=$g[t];if(!r)throw new Error("Unknown transformation: "+t);return r.untransform(e,n)}switch(t[0]){case"symbol":return Mg.untransform(e,t,n);case"class":return Wg.untransform(e,t,n);case"custom":return Vg.untransform(e,t,n);case"typed-array":return Fg.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}}(e,t,n)})}),e}function nm(e,t){function n(t,n){var r=function(e,t){Yg(t);for(var n=0;n<t.length;n++){var r=t[n];if(Rg(e))e=Qg(e,+r);else if(Cg(e)){var o=+r,a=0===+t[++n]?"key":"value",i=Qg(e,o);switch(a){case"key":e=i;break;case"value":e=e.get(i)}}else e=e[r]}return e}(e,Dg(n));t.map(Dg).forEach(function(t){e=Jg(e,t,function(){return r})})}if(Sg(t)){var r=Xg(t,2),o=r[0],a=r[1];o.forEach(function(t){e=Jg(e,Dg(t),function(){return e})}),a&&vg(a,n)}else vg(t,n);return e}var rm=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 u=Ag(e);if(!u){!function(e,t,n){var r=n.get(e);r?r.push(t):n.set(e,[t])}(e,o,t);var c=i.get(e);if(c)return r?{transformedValue:null}:c}if(!function(e,t){return xg(e)||Sg(e)||Cg(e)||Rg(e)||Gg(e,t)}(e,n)){var l=Kg(e,n),d=l?{transformedValue:l.value,annotations:[l.type]}:{transformedValue:e};return u||i.set(e,d),d}if(bg(a,e))return{transformedValue:null};var p=Kg(e,n),h=null!==(s=null==p?void 0:p.value)&&void 0!==s?s:e,f=Sg(h)?[]:{},g={};vg(h,function(s,u){var c=rm(s,t,n,r,Zg(Zg([],Xg(o)),[u]),Zg(Zg([],Xg(a)),[e]),i);f[u]=c.transformedValue,Sg(c.annotations)?g[u]=c.annotations:xg(c.annotations)&&vg(c.annotations,function(e,t){g[Og(u)+"."+t]=e})});var m=Eg(g)?{transformedValue:f,annotations:p?[p.type]:void 0}:{transformedValue:f,annotations:p?[p.type,g]:g};return u||i.set(e,m),m};function om(e){return Object.prototype.toString.call(e).slice(8,-1)}function am(e){return"Array"===om(e)}function im(e,t={}){if(am(e))return e.map(e=>im(e,t));if(!function(e){if("Object"!==om(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(am(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,im(e[r],t),e,t.nonenumerable),n},{})}var sm=function(){return sm=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},sm.apply(this,arguments)},um=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},cm=function(e,t){for(var n=0,r=t.length,o=e.length;n<r;n++,o++)e[o]=t[n];return e},lm=function(){function e(e){var t=(void 0===e?{}:e).dedupe,n=void 0!==t&&t;this.classRegistry=new gg,this.symbolRegistry=new hg(function(e){var t;return null!==(t=e.description)&&void 0!==t?t:""}),this.customTransformerRegistry=new _g,this.allowedErrorProps=[],this.dedupe=n}return e.prototype.serialize=function(e){var t=new Map,n=rm(e,t,this,this.dedupe),r={json:n.transformedValue};n.annotations&&(r.meta=sm(sm({},r.meta),{values:n.annotations}));var o,a,i,s,u=(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=Xg(e),n=t[0],r=t.slice(1);0===n.length?s=r.map(Pg):i[Pg(n)]=r.map(Pg)}}),s?Eg(i)?[s]:[s,i]:Eg(i)?void 0:i);return u&&(r.meta=sm(sm({},r.meta),{referentialEqualities:u})),r},e.prototype.deserialize=function(e){var t=e.json,n=e.meta,r=im(t);return(null==n?void 0:n.values)&&(r=tm(r,n.values,this)),(null==n?void 0:n.referentialEqualities)&&(r=nm(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(sm({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,cm([],um(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 dm={background:"#0b1521",backgroundAlt:"#132337",foreground:"white",gray:"#3f4e60",grayAlt:"#222e3e",inputBackgroundColor:"#fff",inputTextColor:"#000",success:"#00ab52",danger:"#ff0085",active:"#006bff",paused:"#8c49eb",warning:"#ffb200"},pm=r.createContext(dm);function hm({theme:e,...t}){return r.createElement(pm.Provider,Hf({value:e},t))}function fm({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 gm(e){return"fetching"===e.state.fetchStatus?"fetching":e.getObserversCount()?"paused"===e.state.fetchStatus?"paused":e.isStale()?"stale":"fresh":"inactive"}function mm(e,t,n={}){return r.forwardRef(({style:o,...a},i)=>{const s=r.useContext(pm),u=Object.entries(n).reduce((e,[t,n])=>function(e){const[t,n]=r.useState(()=>{if("undefined"!=typeof window)return window.matchMedia(e).matches});return r.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(a,s):n}:e,{});return r.createElement(e,{...a,style:{..."function"==typeof t?t(a,s):t,...o,...u},ref:i})})}const ym=(e,t=!1)=>{const{json:n}=lm.serialize(e);return JSON.stringify(n,null,t?2:void 0)},vm=e=>"idle"!==e.state.fetchStatus?0:e.getObserversCount()?e.isStale()?2:1:3,bm=(e,t)=>e.state.dataUpdatedAt<t.state.dataUpdatedAt?1:-1,km={"Status > Last Updated":(e,t)=>vm(e)===vm(t)?bm(e,t):vm(e)>vm(t)?1:-1,"Query Hash":(e,t)=>e.queryHash.localeCompare(t.queryHash),"Last Updated":bm},_m=500,wm={top:"bottom",bottom:"top",left:"right",right:"left"};function xm(e){return["left","right"].includes(e)}function Em(e){return wm[e]}function Sm(e,t){return""+e+(t.charAt(0).toUpperCase()+t.slice(1))}function Cm(e="bottom"){const t=xm(e),n=Em(e),r=Sm("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 Rm=mm("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"}}),Im=mm("div",()=>({flex:"1 1 500px",display:"flex",flexDirection:"column",overflow:"auto",height:"100%"}),{"(max-width: 700px)":(e,t)=>({borderTop:"2px solid "+t.gray})}),Tm=mm("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"})),Am=mm("span",{display:"flex",flexWrap:"wrap",gap:"0.5em",fontSize:"0.9em"}),Om=mm("span",{display:"inline-flex",alignItems:"center",padding:".2em .4em",fontWeight:"bold",textShadow:"0 0 10px black",borderRadius:".2em"}),Pm=mm("code",{fontSize:".9em",color:"inherit",background:"inherit"}),Dm=mm("input",(e,t)=>({backgroundColor:t.inputBackgroundColor,border:0,borderRadius:".2em",color:t.inputTextColor,fontSize:".9em",lineHeight:"1.3",padding:".3em .4em"})),Lm=mm("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 jm({text:e}){return r.createElement("span",{style:{position:"absolute",width:"0.1px",height:"0.1px",overflow:"hidden"}},e)}const Nm=mm("div",{fontFamily:"Menlo, monospace",fontSize:"1em",lineHeight:"1.7",outline:"none",wordBreak:"break-word"}),zm=mm("span",{color:"white"}),qm=mm("button",{cursor:"pointer",color:"white"}),Um=mm("button",{cursor:"pointer",color:"inherit",font:"inherit",outline:"inherit",background:"transparent",border:"none",padding:0}),Mm=({value:e})=>{const[t,n]=r.useState("NoCopy");return r.createElement("button",{onClick:"NoCopy"===t?()=>{navigator.clipboard.writeText(lm.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?r.createElement(Vm,null):"SuccessCopy"===t?r.createElement(Km,null):r.createElement(Hm,null))},Bm=mm("span",(e,t)=>({color:t.danger})),Fm=mm("div",{marginLeft:".1em",paddingLeft:"1em",borderLeft:"2px solid rgba(0,0,0,.15)"}),Gm=mm("span",{color:"grey",fontSize:".7em"}),Wm=({expanded:e,style:t={}})=>r.createElement("span",{style:{display:"inline-block",transition:"all .1s ease",transform:"rotate("+(e?90:0)+"deg) "+(t.transform||""),...t}},"▶"),Vm=()=>r.createElement("span",{"aria-label":"Copy object to clipboard",title:"Copy object to clipboard",style:{paddingLeft:"1em"}},r.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10"},r.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"}),r.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"}))),Hm=()=>r.createElement("span",{"aria-label":"Failed copying to clipboard",title:"Failed copying to clipboard",style:{paddingLeft:"1em",display:"flex",alignItems:"center"}},r.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10",display:"block"},r.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"})),r.createElement("span",{style:{color:"red",fontSize:"12px",paddingLeft:"4px",position:"relative",top:"2px"}},"See console")),Km=()=>r.createElement("span",{"aria-label":"Object copied to clipboard",title:"Object copied to clipboard",style:{paddingLeft:"1em",display:"inline-block",verticalAlign:"middle"}},r.createElement("svg",{height:"16",viewBox:"0 0 16 16",width:"16",display:"block"},r.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 $m=({handleEntry:e,label:t,value:n,subEntries:o=[],subEntryPages:a=[],type:i,expanded:s=!1,copyable:u=!1,toggleExpanded:c,pageSize:l})=>{const[d,p]=r.useState([]);return r.createElement(Nm,{key:t},a.length?r.createElement(r.Fragment,null,r.createElement(Um,{onClick:()=>c()},r.createElement(Wm,{expanded:s})," ",t," ",r.createElement(Gm,null,"iterable"===String(i).toLowerCase()?"(Iterable) ":"",o.length," ",o.length>1?"items":"item")),u?r.createElement(Mm,{value:n}):null,s?1===a.length?r.createElement(Fm,null,o.map(e)):r.createElement(Fm,null,a.map((t,n)=>r.createElement("div",{key:n},r.createElement(Nm,null,r.createElement(qm,{onClick:()=>p(e=>e.includes(n)?e.filter(e=>e!==n):[...e,n])},r.createElement(Wm,{expanded:s})," [",n*l," ..."," ",n*l+l-1,"]"),d.includes(n)?r.createElement(Fm,null,t.map(e)):null)))):null):r.createElement(r.Fragment,null,r.createElement(zm,null,t,":")," ",r.createElement(Bm,null,ym(n))))};function Qm({value:e,defaultExpanded:t,renderer:n=$m,pageSize:o=100,copyable:a=!1,...i}){const[s,u]=r.useState(Boolean(t)),c=r.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 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,o);return n({handleEntry:t=>r.createElement(Qm,Hf({key:t.label,value:e,renderer:n,copyable:a},i,t)),type:l,subEntries:d,subEntryPages:f,value:e,expanded:s,copyable:a,toggleExpanded:c,pageSize:o,...i})}function Ym(e){return r.createElement("svg",Hf({width:"40px",height:"40px",viewBox:"0 0 190 190",version:"1.1"},e),r.createElement("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},r.createElement("g",{transform:"translate(-33.000000, 0.000000)"},r.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) "}),r.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"}),r.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 Jm=(e,t,n=!1)=>gf.useSyncExternalStore(r.useCallback(t=>n?()=>{}:e.subscribe($h.batchCalls(t)),[e,n]),t,t),Xm=r.forwardRef(function(e,t){const{isOpen:n=!0,styleNonce:o,setIsOpen:a,context:i,onDragStart:s,onPositionChange:u,showCloseButton:c,position:l,closeButtonProps:d={},errorTypes:p=[],...h}=e,{onClick:f,...g}=d,m=kf({context:i}),y=m.getQueryCache(),[v,b]=lg("reactQueryDevtoolsSortFn",Object.keys(km)[0]),[k,_]=lg("reactQueryDevtoolsFilter",""),[w,x]=lg("reactQueryDevtoolsBaseSort",1),E=r.useMemo(()=>km[v],[v]),S=Jm(y,()=>y.getAll().length,!n),[C,R]=lg("reactQueryDevtoolsActiveQueryHash",""),I=r.useMemo(()=>{const e=y.getAll();if(0===S)return[];const t=k?e.filter(e=>og(e.queryHash,k).passed):[...e];return E?t.sort((e,t)=>E(e,t)*w):t},[w,E,k,S,y]),[T,A]=r.useState(!1);return r.createElement(hm,{theme:dm},r.createElement(Rm,Hf({ref:t,className:"ReactQueryDevtoolsPanel","aria-label":"React Query Devtools Panel",id:"ReactQueryDevtoolsPanel"},h,{style:{height:_m,position:"relative",...h.style}}),r.createElement("style",{nonce:o,dangerouslySetInnerHTML:{__html:"\n .ReactQueryDevtoolsPanel * {\n scrollbar-color: "+dm.backgroundAlt+" "+dm.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: "+dm.backgroundAlt+";\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar-thumb, .ReactQueryDevtoolsPanel scrollbar-thumb {\n background: "+dm.gray+";\n border-radius: .5em;\n border: 3px solid "+dm.backgroundAlt+";\n }\n "}}),r.createElement("div",{style:Cm(l),onMouseDown:s}),n&&r.createElement("div",{style:{flex:"1 1 500px",minHeight:"40%",maxHeight:"100%",overflow:"auto",borderRight:"1px solid "+dm.grayAlt,display:"flex",flexDirection:"column"}},r.createElement("div",{style:{padding:".5em",background:dm.backgroundAlt,display:"flex",justifyContent:"space-between",alignItems:"center"}},r.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"}},r.createElement(Ym,{"aria-hidden":!0}),r.createElement(jm,{text:"Close React Query Devtools"})),r.createElement("div",{style:{display:"flex",flexDirection:"column"}},r.createElement("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:".5em"}},r.createElement(ey,{queryCache:y}),l&&u?r.createElement(Lm,{"aria-label":"Panel position",value:l,style:{marginInlineStart:".5em"},onChange:e=>u(e.target.value)},r.createElement("option",{value:"left"},"Left"),r.createElement("option",{value:"right"},"Right"),r.createElement("option",{value:"top"},"Top"),r.createElement("option",{value:"bottom"},"Bottom")):null),r.createElement("div",{style:{display:"flex",alignItems:"center",flexWrap:"wrap",gap:"0.5em"}},r.createElement(Dm,{placeholder:"Filter","aria-label":"Filter by queryhash",value:null!=k?k:"",onChange:e=>_(e.target.value),onKeyDown:e=>{"Escape"===e.key&&_("")},style:{flex:"1",width:"100%"}}),r.createElement(Lm,{"aria-label":"Sort queries",value:v,onChange:e=>b(e.target.value),style:{flex:"1",minWidth:75,marginRight:".5em"}},Object.keys(km).map(e=>r.createElement("option",{key:e,value:e},"Sort by ",e))),r.createElement(Tm,{type:"button",onClick:()=>x(e=>-1*e),style:{padding:".3em .4em",marginRight:".5em"}},1===w?"⬆ Asc":"⬇ Desc"),r.createElement(Tm,{title:"Clear cache","aria-label":"Clear cache",type:"button",onClick:()=>y.clear(),style:{padding:".3em .4em",marginRight:".5em"}},"Clear"),r.createElement(Tm,{type:"button",onClick:()=>{T?(Bh.setOnline(void 0),A(!1),window.dispatchEvent(new Event("online"))):(Bh.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"}},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"2em",height:"2em",viewBox:"0 0 24 24",stroke:T?dm.danger:"currentColor",fill:"none"},T?r.createElement(r.Fragment,null,r.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),r.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),r.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),r.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"}),r.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"}),r.createElement("line",{x1:"3",y1:"3",x2:"21",y2:"21"})):r.createElement(r.Fragment,null,r.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),r.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),r.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),r.createElement("path",{d:"M6.343 12.343a8 8 0 0 1 11.314 0"}),r.createElement("path",{d:"M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"}))),r.createElement(jm,{text:T?"Restore offline mock":"Mock offline behavior"}))))),r.createElement("div",{style:{overflowY:"auto",flex:"1"}},I.map(e=>r.createElement(ty,{queryKey:e.queryKey,activeQueryHash:C,setActiveQueryHash:R,key:e.queryHash,queryCache:y})))),C&&n?r.createElement(Zm,{activeQueryHash:C,queryCache:y,queryClient:m,errorTypes:p}):null,c?r.createElement(Tm,Hf({type:"button","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"true"},g,{style:{position:"absolute",zIndex:99999,margin:".5em",bottom:0,left:0,...g.style},onClick:e=>{a(!1),null==f||f(e)}}),"Close"):null))}),Zm=({queryCache:e,activeQueryHash:n,queryClient:o,errorTypes:a})=>{var i,s;const u=Jm(e,()=>e.getAll().find(e=>e.queryHash===n)),c=Jm(e,()=>{var t;return null==(t=e.getAll().find(e=>e.queryHash===n))?void 0:t.state}),l=null!=(i=Jm(e,()=>{var t;return null==(t=e.getAll().find(e=>e.queryHash===n))?void 0:t.isStale()}))&&i,d=null!=(s=Jm(e,()=>{var t;return null==(t=e.getAll().find(e=>e.queryHash===n))?void 0:t.getObserversCount()}))?s:0,p=t.useMemo(()=>{if(u&&null!=c&&c.error){const e=a.find(e=>{var t;return e.initializer(u).toString()===(null==(t=c.error)?void 0:t.toString())});return null==e?void 0:e.name}},[u,null==c?void 0:c.error,a]);if(!u||!c)return null;const h=e=>{var t;const n=null!=(t=null==e?void 0:e.initializer(u))?t:new Error("Unknown error from devtools"),r=u.options;u.setState({status:"error",error:n,fetchMeta:{...u.state.fetchMeta,__previousQueryOptions:r}})};return r.createElement(Im,null,r.createElement("div",{style:{padding:".5em",background:dm.backgroundAlt,position:"sticky",top:0,zIndex:1}},"Query Details"),r.createElement("div",{style:{padding:".5em"}},r.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"flex-start",justifyContent:"space-between"}},r.createElement(Pm,{style:{lineHeight:"1.8em"}},r.createElement("pre",{style:{margin:0,padding:0,overflow:"auto"}},ym(u.queryKey,!0))),r.createElement("span",{style:{padding:"0.3em .6em",borderRadius:"0.4em",fontWeight:"bold",textShadow:"0 2px 10px black",background:fm({queryState:c,isStale:l,observerCount:d,theme:dm}),flexShrink:0}},gm(u))),r.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"center",justifyContent:"space-between"}},"Observers: ",r.createElement(Pm,null,d)),r.createElement("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"}},"Last Updated:"," ",r.createElement(Pm,null,new Date(c.dataUpdatedAt).toLocaleTimeString()))),r.createElement("div",{style:{background:dm.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Actions"),r.createElement("div",{style:{padding:"0.5em",display:"flex",flexWrap:"wrap",gap:"0.5em",alignItems:"flex-end"}},r.createElement(Tm,{type:"button",onClick:()=>{const e=null==u?void 0:u.fetch();null==e||e.catch(ny)},disabled:"fetching"===c.fetchStatus,style:{background:dm.active}},"Refetch")," ",r.createElement(Tm,{type:"button",onClick:()=>o.invalidateQueries(u),style:{background:dm.warning,color:dm.inputTextColor}},"Invalidate")," ",r.createElement(Tm,{type:"button",onClick:()=>o.resetQueries(u),style:{background:dm.gray}},"Reset")," ",r.createElement(Tm,{type:"button",onClick:()=>o.removeQueries(u),style:{background:dm.danger}},"Remove")," ",r.createElement(Tm,{type:"button",onClick:()=>{var e;if("fetching"!==u.state.fetchStatus||void 0!==(null==(e=u.state.fetchMeta)?void 0:e.__previousQueryOptions))if(void 0===u.state.data)u.fetch(u.state.fetchMeta.__previousQueryOptions,{cancelRefetch:!0});else{const e=u.options;u.fetch({...e,queryFn:()=>new Promise(()=>{}),cacheTime:-1}),u.setState({data:void 0,status:"loading",fetchMeta:{...u.state.fetchMeta,__previousQueryOptions:e}})}},style:{background:dm.paused}},"loading"===u.state.status?"Restore":"Trigger"," ","loading")," ",0===a.length||"error"===u.state.status?r.createElement(Tm,{type:"button",onClick:()=>{u.state.error?o.resetQueries(u):h()},style:{background:dm.danger}},"error"===u.state.status?"Restore":"Trigger"," error"):r.createElement("label",null,"Trigger error:",r.createElement(Lm,{value:null!=p?p:"",style:{marginInlineStart:".5em"},onChange:e=>{const t=a.find(t=>t.name===e.target.value);h(t)}},r.createElement("option",{key:"",value:""}),a.map(e=>r.createElement("option",{key:e.name,value:e.name},e.name))))),r.createElement("div",{style:{background:dm.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Data Explorer"),r.createElement("div",{style:{padding:".5em"}},r.createElement(Qm,{label:"Data",value:c.data,defaultExpanded:{},copyable:!0})),r.createElement("div",{style:{background:dm.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Query Explorer"),r.createElement("div",{style:{padding:".5em"}},r.createElement(Qm,{label:"Query",value:u,defaultExpanded:{queryKey:!0}})))},ey=({queryCache:e})=>{const t=Jm(e,()=>e.getAll().filter(e=>"fresh"===gm(e)).length),n=Jm(e,()=>e.getAll().filter(e=>"fetching"===gm(e)).length),o=Jm(e,()=>e.getAll().filter(e=>"paused"===gm(e)).length),a=Jm(e,()=>e.getAll().filter(e=>"stale"===gm(e)).length),i=Jm(e,()=>e.getAll().filter(e=>"inactive"===gm(e)).length);return r.createElement(Am,null,r.createElement(Om,{style:{background:dm.success,opacity:t?1:.3}},"fresh ",r.createElement(Pm,null,"(",t,")"))," ",r.createElement(Om,{style:{background:dm.active,opacity:n?1:.3}},"fetching ",r.createElement(Pm,null,"(",n,")"))," ",r.createElement(Om,{style:{background:dm.paused,opacity:o?1:.3}},"paused ",r.createElement(Pm,null,"(",o,")"))," ",r.createElement(Om,{style:{background:dm.warning,color:"black",textShadow:"0",opacity:a?1:.3}},"stale ",r.createElement(Pm,null,"(",a,")"))," ",r.createElement(Om,{style:{background:dm.gray,opacity:i?1:.3}},"inactive ",r.createElement(Pm,null,"(",i,")")))},ty=r.memo(({queryKey:e,setActiveQueryHash:t,activeQueryHash:n,queryCache:o})=>{var a,i,s,u;const c=null!=(a=Jm(o,()=>{var t;return null==(t=o.find(e))?void 0:t.queryHash}))?a:"",l=Jm(o,()=>{var t;return null==(t=o.find(e))?void 0:t.state}),d=null!=(i=Jm(o,()=>{var t;return null==(t=o.find(e))?void 0:t.isStale()}))&&i,p=null!=(s=Jm(o,()=>{var t;return null==(t=o.find(e))?void 0:t.isDisabled()}))&&s,h=null!=(u=Jm(o,()=>{var t;return null==(t=o.find(e))?void 0:t.getObserversCount()}))?u:0;return l?r.createElement("div",{role:"button","aria-label":"Open query details for "+c,onClick:()=>t(n===c?"":c),style:{display:"flex",borderBottom:"solid 1px "+dm.grayAlt,cursor:"pointer",background:c===n?"rgba(255,255,255,.1)":void 0}},r.createElement("div",{style:{flex:"0 0 auto",width:"2em",height:"2em",background:fm({queryState:l,isStale:d,observerCount:h,theme:dm}),display:"flex",alignItems:"center",justifyContent:"center",fontWeight:"bold",textShadow:d?"0":"0 0 10px black",color:d?"black":"white"}},h),p?r.createElement("div",{style:{flex:"0 0 auto",height:"2em",background:dm.gray,display:"flex",alignItems:"center",fontWeight:"bold",padding:"0 0.5em"}},"disabled"):null,r.createElement(Pm,{style:{padding:".5em"}},""+c)):null});function ny(){}ty.displayName="QueryRow";const ry="development"!==process.env.NODE_ENV?function(){return null}:function({initialIsOpen:e,panelProps:t={},closeButtonProps:n={},toggleButtonProps:o={},position:a="bottom-left",containerElement:i="aside",context:s,styleNonce:u,panelPosition:c="bottom",errorTypes:l=[]}){const d=r.useRef(null),p=r.useRef(null),[h,f]=lg("reactQueryDevtoolsOpen",e),[g,m]=lg("reactQueryDevtoolsHeight",_m),[y,v]=lg("reactQueryDevtoolsWidth",_m),[b="bottom",k]=lg("reactQueryDevtoolsPanelPosition",c),[_,w]=r.useState(!1),[x,E]=r.useState(!1),S=function(){const e=r.useRef(!1),t=r.useCallback(()=>e.current,[]);return r.useEffect(()=>(e.current=!0,()=>{e.current=!1}),[]),t}();r.useEffect(()=>{w(null!=h&&h)},[h,_,w]),r.useEffect(()=>{const e=p.current;if(e){const t=()=>{_&&(e.style.visibility="visible")},n=()=>{_||(e.style.visibility="hidden")};return e.addEventListener("transitionstart",t),e.addEventListener("transitionend",n),()=>{e.removeEventListener("transitionstart",t),e.removeEventListener("transitionend",n)}}},[_]),r.useEffect(()=>{var e;if(_&&null!=(e=d.current)&&e.parentElement){const{parentElement:e}=d.current,t=Sm("padding",b),n=xm(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:g)+"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})}}},[_,b,g,y]);const{style:C={},...R}=t,{style:I={},onClick:T,...A}=o,O=function({position:e="bottom",height:t,width:n,devtoolsTheme:r,isOpen:o,isResizing:a,panelStyle:i}){const s=Em(e),u=Sm("border",s),c=xm(e);return{...i,direction:"ltr",position:"fixed",[e]:0,[u]:"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: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:_m}:{left:0,width:"100%",maxHeight:"90%",height:"number"==typeof t&&t>=70?t:_m}}}({position:b,devtoolsTheme:dm,isOpen:_,height:g,width:y,isResizing:x,panelStyle:C});return S()?r.createElement(i,{ref:d,className:"ReactQueryDevtools","aria-label":"React Query Devtools"},r.createElement(hm,{theme:dm},r.createElement(Xm,Hf({ref:p,context:s,styleNonce:u,position:b,onPositionChange:k,showCloseButton:!0,closeButtonProps:n},R,{style:O,isOpen:_,setIsOpen:f,onDragStart:e=>((e,t)=>{if(!e)return;if(0!==t.button)return;const n=xm(b);E(!0);const{height:r,width:o}=e.getBoundingClientRect(),a=t.clientX,i=t.clientY;let s=0;const u=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),m(s)),f(!(s<70))},c=()=>{x&&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}))),_?null:r.createElement("button",Hf({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"===a?{top:"0",right:"0"}:"top-left"===a?{top:"0",left:"0"}:"bottom-right"===a?{bottom:"0",right:"0"}:{bottom:"0",left:"0"},...I}}),r.createElement(Ym,{"aria-hidden":!0}),r.createElement(jm,{text:"Open React Query Devtools"}))):null};process.env.NODE_ENV;var oy,ay={backgroundColor:"#fcfcff",width:"100%",zIndex:1e7,height:"100%",position:"absolute"};exports.ApiErrorCodes=void 0,(oy=exports.ApiErrorCodes||(exports.ApiErrorCodes={})).ECONNABORTED="ECONNABORTED",oy.ETIMEDOUT="ETIMEDOUT",oy.ERR_BAD_REQUEST="ERR_BAD_REQUEST";var iy=["LOCAL","DEV","STG"].includes(process.env.ENVIRONMENT||"");"undefined"!=typeof window&&iy&&function(){e.__awaiter(this,void 0,void 0,function(){var t;return e.__generator(this,function(e){switch(e.label){case 0:if(!Ha())return console.info('MSW is disabled. Run "window.enableMSW()" to enable it.'),[2];console.info('MSW is enabled. Run "window.disableMSW()" to disable it.'),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,Ga.start({serviceWorker:{url:"/mockServiceWorker.js"},onUnhandledRequest:"bypass"})];case 2:return e.sent(),[3,4];case 3:return t=e.sent(),console.error("Error starting MSW:",t),[3,4];case 4:return[2]}})})}(),exports.Api=fh,exports.ApiProvider=function(n){var r=this,o=n.children,a=process.env.ENVIRONMENT,i=t.useMemo(function(){return"DEV"!==a&&"LOCAL"!==a?"testing":"live"},[a]),s=t.useState(!1),u=s[0],c=s[1],l=t.useCallback(function(t){return e.__awaiter(r,void 0,void 0,function(){var n,r,o,a,s;return e.__generator(this,function(u){switch(u.label){case 0:return n=localStorage.getItem("headers"),r=n&&JSON.parse(n),o=localStorage.getItem("isTesting")&&"OFF"!==localStorage.getItem("isTesting")?"testing":"live",a=localStorage.getItem("x-organization-code"),s=a?JSON.parse(a).value:"",[4,mh.refreshInstance({headers:e.__assign(e.__assign({},r),{"X-Environment":o||i,"x-organization-code":s,"x-account-code":t.detail.accountCode,"X-Content-Type-Options":"nosniff"})})];case 1:return u.sent(),[2]}})})},[i]);t.useEffect(function(){return addEventListener("ACCOUNT_CHANGED",l),function(){window.removeEventListener("ACCOUNT_CHANGED",l)}},[l]);var d=t.useCallback(function(t){return e.__awaiter(r,void 0,void 0,function(){var n,r,o,a,s,u,l;return e.__generator(this,function(d){switch(d.label){case 0:return n=localStorage.getItem("headers"),(r=n&&JSON.parse(n))?(o=localStorage.getItem("x-organization-code"),a=localStorage.getItem("account"),s=a?null===(l=JSON.parse(a).value)||void 0===l?void 0:l.code:"",u=o?JSON.parse(o).value:"",[4,mh.refreshInstance({headers:e.__assign(e.__assign({},r),{"X-Environment":t||i,"x-organization-code":u,"x-account-code":s,"X-Content-Type-Options":"nosniff"})})]):[3,2];case 1:d.sent(),jf.refetchQueries(["fetch-profile","accountsV2","accounts","fetch-all-organizations","fetch-permissions"]),c(!0),d.label=2;case 2:return[2]}})})},[i,c]);return t.useEffect(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?d(n):"token"===t.key&&d(e)}}),d(e)},[c,d]),u?React.createElement(_f,{client:jf},o,React.createElement(ry,{initialIsOpen:!1})):React.createElement("div",{style:ay})},exports.ApiSingleton=mh,exports.FEEDBACK_ISSUE_OPTIONS=[{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"}],exports.getQueryKeyGetNameAndIcon=zf,exports.getQueryKeyRequiredFields=qf,exports.queryCache=Lf,exports.queryClient=jf,exports.use3DSExemptions=function(){var t=this;return Cf({queryKey:["smart-routing-3ds-excemptions"],queryFn:function(){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().get3DSExemptions()];case 1:return[2,e.sent().data]}})})},useErrorBoundary:!1})},exports.useAICreateWorkflow=function(t,n){return void 0===n&&(n={}),Rf(function(e){return mh.getInstance().generateAIWorkflowRoutes(t,e).then(function(e){return null==e?void 0:e.data})},e.__assign(e.__assign({},n),{useErrorBoundary:!1}))},exports.useAccountCode=Df,exports.useAddToRiskList=function(){return Rf(function(e){var t=e.paymentId,n=e.payload;return mh.getInstance().addToRiskList(t,n)})},exports.useAllFeatureFlags=function(n){var r=this,o=Cf({queryKey:["all-feature-flags",Object.values(n).filter(Boolean)],queryFn:function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getFeatureFlagIdAll({accountCode:n.account_code}).then(function(e){return null==e?void 0:e.data})]})})},enabled:!!n.account_code&&!!n.organization_code&&!!n.email,cacheTime:9e5,useErrorBoundary:!1}),a=kf();return t.useEffect(function(){a.setQueryData(["cached-feature-flags"],o)},[o,a]),o},exports.useAllowListDetail=function(e,t,n){return Cf(["allow-list-detail",e],function(){return mh.getInstance().getAllowlistDetail(e,t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{enabled:!!e&&!!n})},exports.useBlackListDetail=function(e,t,n,r,o,a){return Cf(["black-list-detail",e,t,r,o,a],function(){return mh.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})},exports.useBulkCreateInstallmentsPlans=function(){return Rf(["bulk-create-installments-plans"],function(e){var t=e.payload;return mh.getInstance().bulkCreateInstallmentsPlans(t).then(function(e){return null==e?void 0:e.data})})},exports.useBulkDeleteInstallmentsPlans=function(){return Rf(["bulk-delete-installments-plans"],function(e){var t=e.payload;return mh.getInstance().bulkDeleteInstallmentsPlans(t).then(function(e){return null==e?void 0:e.data})})},exports.useCachedFeatureFlag=function(t){var n,r,o=kf(),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=Cf({queryKey:["cached-feature-flags"],queryFn:function(){},enabled:!1,select:function(e){var n;return{result:null===(n=null==e?void 0:e.data)||void 0===n?void 0:n[t]}},initialData:function(){var e=o.getQueryData(["cached-feature-flags"]);return(null==e?void 0:e.data)||{}}});return e.__assign(e.__assign({},s),{isLoading:i})},exports.useCancelReport=function(){return Rf(function(e){return mh.getInstance().cancelReport(e).then(function(e){return null==e?void 0:e.data})})},exports.useCancelSubscription=function(){return Rf(["post-cancel-subscription"],function(e){var t=e.subscriptionCode;return mh.getInstance().postCancelSubscription(t).then(function(e){return null==e?void 0:e.data})})},exports.useChangePasswordV2=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().changePasswordV2(n).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})},exports.useChangePaymentsWebhook=function(){return Rf(["change-payments-webhook"],function(e){var t=e.status,n=e.paymentCode;return mh.getInstance().postChangePaymentsWebhook({status:t,paymentCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useChangeStatusBlackList=function(){return Rf(["change-blacklist"],function(e){return mh.getInstance().changeBlackListStatus(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useChangeStatusItemBlackList=function(){return Rf(["change-blacklist-item"],function(e){return mh.getInstance().changeBlackListStatusItem(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useChangeStylingSettings=function(){return Rf(function(e){var t=e.accountCode,n=e.payload;return mh.getInstance().changeStylingSettings({accountCode:t,payload:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})},exports.useChangeTemplateStatus=function(){var t=this;return Rf(["PATCH/template-reporting/report-templates/status"],function(n){var r=n.templateId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().changeTemplateStatus(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})},exports.useChargebacksUpload=function(){return Rf(function(e){var t=e.payload,n=e.paymentId,r=e.transactionId,o=e.handleSetProgress;return mh.getInstance().uploadChargebacks(t,n,r,o)})},exports.useChartAssistantSocket=function(){var e=t.useRef(null),n=t.useRef(null),r=t.useRef(null),o=t.useState(!1),a=o[0],i=o[1],s=t.useState(null),u=s[0],c=s[1],l=t.useState(null),d=l[0],p=l[1],h=t.useCallback(function(){n.current&&(clearInterval(n.current),n.current=null),r.current&&(clearTimeout(r.current),r.current=null)},[]),f=t.useCallback(function(){n.current&&(clearInterval(n.current),n.current=null),r.current&&(clearTimeout(r.current),r.current=null),p(null);try{var t=new WebSocket("".concat(gh["WS_URL_".concat(gh.ENVIRONMENT)],"/data-assistant/charts/ws"));e.current=t,t.onopen=function(){i(!0);var e=localStorage.getItem("token");e&&t.send(JSON.stringify({type:"auth",token:e})),n.current=setInterval(function(){t.readyState===WebSocket.OPEN?t.send(JSON.stringify({type:"ping"})):(h(),i(!1))},3e4)},t.onmessage=function(e){try{var t=JSON.parse(e.data);c(t)}catch(e){p("Failed to parse server response")}},t.onerror=function(e){p("Connection error occurred"),i(!1)},t.onclose=function(e){i(!1),h(),e.wasClean||1e3===e.code||(r.current=setTimeout(function(){f()},5e3))}}catch(e){p("Failed to establish connection")}},[]),g=t.useCallback(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}))},[]),m=t.useCallback(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}))},[]),y=t.useCallback(function(){c(null)},[]),v=t.useCallback(function(){n.current&&(clearInterval(n.current),n.current=null),r.current&&(clearTimeout(r.current),r.current=null),e.current&&(i(!1),e.current.close(1e3,"Manual disconnect"),e.current=null)},[]);return t.useEffect(function(){return f(),function(){h(),v()}},[]),{subscribe:g,unsubscribe:m,disconnect:v,connect:f,clearChartData:y,isConnected:a,chartData:u,connectionError:d}},exports.useChartExecute=function(e){return Cf(["chartgpt-chart-execute",e],function(){return mh.getInstance().executeChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e})},exports.useCloneTemplate=function(){var t=this;return Rf(["POST/template-reporting/report-templates/clone"],function(n){var r=n.templateId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().cloneReportTemplate(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})},exports.useCommunicationDetails=function(e,t){return Cf(["fetch-communication-details",e],function(){return mh.getInstance().getCommunicationDetails(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,useErrorBoundary:!1,cacheTime:0})},exports.useCommunications=function(e){var t;return Cf(["fetch-communications",e],function(){return mh.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})},exports.useCommunicationsByDay=function(t,n){return Cf(e.__assign({queryKey:["smart-recovery-communications-by-day",t],queryFn:function(){return e.__awaiter(void 0,void 0,void 0,function(){var n,r,o;return e.__generator(this,function(e){switch(e.label){case 0:return n=mh.getInstance(),r={start_date:t.start_date||"",end_date:t.end_date||"",organization_code:t.organization_code,account_codes:t.account_code||[],countries:t.countries||[],channels:t.channels||[],focuses:t.focuses||[],timezone:t.timezone},[4,n.post("/nova-insights/communications-by-day",r)];case 1:return o=e.sent(),[2,(a=o.data,i=r.start_date,s=r.end_date,u=a.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=Bf(null==c?void 0:c.rows,i,s),h=Bf(null==l?void 0:l.rows,i,s),f=Bf(null==d?void 0:d.rows,i,s),{communications:{distribution:p.map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Mf(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==c?void 0:c.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:Mf(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==l?void 0:l.value)||"0")}})]}var a,i,s,u,c,l,d,p,h,f})})},enabled:!!t.organization_code,staleTime:3e5},n))},exports.useCommunicationsBySubstatus=function(t,n){return Cf(e.__assign({queryKey:["smart-recovery-communications-by-substatus",t],queryFn:function(){return e.__awaiter(void 0,void 0,void 0,function(){var n,r,o;return e.__generator(this,function(e){switch(e.label){case 0:return n=mh.getInstance(),r={start_date:t.start_date||"",end_date:t.end_date||"",organization_code:t.organization_code,account_codes:t.account_code||[],countries:t.countries||[],channels:t.channels||[],focuses:t.focuses||[],timezone:t.timezone},[4,n.post("/nova-insights/communications-by-substatus",r)];case 1:return o=e.sent(),[2,Ff(o.data)]}})})},enabled:!!t.organization_code,staleTime:3e5},n))},exports.useCommunicationsFilters=function(){return Cf(["fetch-communications-filters"],function(){return mh.getInstance().getCommunicationsFilters().then(function(e){return null==e?void 0:e.data})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})},exports.useCommunicationsSubstatusByDay=function(t,n){return Cf(e.__assign({queryKey:["smart-recovery-communications-substatus-by-day",t],queryFn:function(){return e.__awaiter(void 0,void 0,void 0,function(){var n,r,o;return e.__generator(this,function(e){switch(e.label){case 0:return n=mh.getInstance(),r={start_date:t.start_date||"",end_date:t.end_date||"",organization_code:t.organization_code,account_codes:t.account_code||[],countries:t.countries||[],channels:t.channels||[],focuses:t.focuses||[],timezone:t.timezone},[4,n.post("/nova-insights/communications-substatus-by-day",r)];case 1:return o=e.sent(),[2,Gf(o.data,r.start_date,r.end_date)]}})})},enabled:!!t.organization_code,staleTime:3e5},n))},exports.useConfirmedOtpMfa=function(){return Rf(function(e){return mh.getInstance().confirmMfaOtp(e).then(function(e){return null==e?void 0:e.data})})},exports.useCountRowsForReport=function(){return Rf(function(e){return mh.getInstance().getTotalRowsForExport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.useCreateAndExecuteChart=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){var t,r,o,a,i;return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().createChartGPTChart(n)];case 1:if(t=e.sent(),!(r=null!==(a=null===(o=null==t?void 0:t.data)||void 0===o?void 0:o.chartgpt_id)&&void 0!==a?a:null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:r}]}})})},{useErrorBoundary:!1})},exports.useCreateAndExecuteChartWithTimezone=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){var t,r,o,a,i;return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().createChartGPTChart(n)];case 1:if(t=e.sent(),!(r=null!==(a=null===(o=null==t?void 0:t.data)||void 0===o?void 0:o.chartgpt_id)&&void 0!==a?a:null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:r}]}})})},{useErrorBoundary:!1})},exports.useCreateChart=function(){return Rf(function(e){return mh.getInstance().createChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useCreateChartWithTimezone=function(){return Rf(function(e){return mh.getInstance().createChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useCreateInstallmentsPlan=function(){return Rf(["create-installments-plan"],function(e){var t=e.payload;return mh.getInstance().createInstallmentsPlan(t).then(function(e){return null==e?void 0:e.data})})},exports.useCreateMonitorTemplate=function(e){return Rf(function(t){return mh.getInstance().createMonitorTemplate(t,e).then(function(e){return e.data})})},exports.useCreateMonitorThreshold=function(e){return Rf(function(t){return mh.getInstance().createMonitorThreshold(t,e).then(function(e){return e.data})})},exports.useCreateOperationTransaction=function(){return Rf(function(e){var t=e.payload,n=e.transactionId,r=e.paymentId,o=e.action;return mh.getInstance().createOperationTransaction(t,n,r,o)})},exports.useCreatePaymentLinks=function(){return Rf(["post-payment-links"],function(e){var t=e.payload,n=e.accountCode;return mh.getInstance().postPaymentLinks({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data})})},exports.useCreateReconciliationAlert=function(){return Rf(["POST/reconciliation/alerts"],function(e){return mh.getInstance().postReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){jf.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})},exports.useCreateReconciliationReportTemplate=function(t){var n=this;return Rf(function(){return mh.getInstance().createReconciliationReportTemplate(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{onMutate:function(t){return e.__awaiter(n,void 0,void 0,function(){var n,r;return e.__generator(this,function(o){switch(o.label){case 0:return[4,jf.cancelQueries({queryKey:["GET/reconciliation/reports/templates"]})];case 1:return o.sent(),n=null===(r=jf.getQueryData(["GET/reconciliation/reports/templates"]))||void 0===r?void 0:r.templates,jf.setQueryData(["GET/reconciliation/reports/templates"],function(n){return{templates:e.__spreadArray(e.__spreadArray([],n.templates,!0),[t],!1)}}),[2,{previousTemplates:n}]}})})},onError:function(e,t,n){jf.setQueryData(["GET/reconciliation/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){jf.invalidateQueries({queryKey:["GET/reconciliation/reports/templates"]})},useErrorBoundary:!1})},exports.useCreateReconciliationsReportV2=function(){return Rf(function(e){return mh.getInstance().createReconciliationsReportV2(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useCreateReconciliationsReportV3=function(){return Rf(function(e){return mh.getInstance().createReconciliationsReportV3(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useCreateReportTemplate=function(t){var n=this;return Rf(function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().createReportTemplate(t).then(function(e){return null==e?void 0:e.data})]})})},{onMutate:function(t){return e.__awaiter(n,void 0,void 0,function(){var n;return e.__generator(this,function(r){switch(r.label){case 0:return[4,jf.cancelQueries({queryKey:["GET/reports/templates"]})];case 1:return r.sent(),n=jf.getQueryData(["GET/reports/templates"]),jf.setQueryData(["GET/reports/templates"],function(n){return e.__spreadArray(e.__spreadArray([],n,!0),[t],!1)}),[2,{previousTemplates:n}]}})})},onError:function(e,t,n){jf.setQueryData(["GET/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){jf.invalidateQueries({queryKey:["GET/reports/templates"]})}})},exports.useCreateReportV2=function(){return Rf(function(e){return mh.getInstance().createReportV2(e).then(function(e){return null==e?void 0:e.data})})},exports.useCreateRoles=function(){return Rf(function(e){var t=e.payload,n=e.accountCode;return mh.getInstance().createRoles(t,n).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useCreateSamlConfig=function(){return Rf(function(e){return mh.getInstance().createSamlConfig(e)})},exports.useCreateSchedule=function(){var t=this;return Rf(["POST/template-reporting/report-schedules"],function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().createReportSchedule(n).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})},exports.useCreateScheduledReport=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postScheduledReport(t).then(function(e){return{data:e.data,status:e.status}}).catch(function(e){return e})})},exports.useCreateSubscription=function(){return Rf(["post-subscription"],function(e){return mh.getInstance().postSubscription(e).then(function(e){return null==e?void 0:e.data})})},exports.useCreateTemplate=function(){var t=this;return Rf(["POST/template-reporting/report-templates"],function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().createTemplateReporting(n).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})},exports.useCreateUserAuth0=function(){return Rf(function(e){return mh.getInstance().createUserAuth0(e)})},exports.useCreateWorkflow=function(t,n,r){var o=this;return void 0===r&&(r=null),Rf(function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().postSmartRoutingCreateWorkflow(t,n).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})},r)},exports.useDeleteAccountsUserMassive=function(){return Rf(function(e){var t=e.organizationCode,n=e.userCode,r=e.payload;return mh.getInstance().deleteAccountsUserMassive(t,n,r)})},exports.useDeleteAllowlistItem=function(){return Rf(["delete-allowlist-item"],function(e){return mh.getInstance().deleteAllowlistItem({payload:e}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.useDeleteBlackListType=function(){return Rf(["delete-blacklist"],function(e){var t=e.black_list_code;return mh.getInstance().deleteBlackListType({black_list_code:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useDeleteBlockListItem=function(){return Rf(["delete-blacklist-items"],function(e){var t=e.blocklist_code,n=e.blocklist_item_id,r=e.account_code;return mh.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})})},exports.useDeleteChart=function(){return Rf(function(e){return mh.getInstance().deleteChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useDeleteCustomizedApiKeys=function(){return Rf(function(e){var t=e.code;return mh.getInstance().deleteCustomizedApiKeys(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.useDeleteInstallmentsPlan=function(){return Rf(["delete-installments-plan"],function(e){var t=e.code;return mh.getInstance().deleteInstallmentsPlan(t).then(function(e){return null==e?void 0:e.data})})},exports.useDeletePaymentLink=function(){return Rf(["post-delete-payment-link"],function(e){var t=e.code;return mh.getInstance().postDeletePaymentLink({code:t}).then(function(e){return null==e?void 0:e.data})})},exports.useDeleteReconciliationAlert=function(){return Rf(["DELETE/reconciliation/alerts"],function(e){return mh.getInstance().deleteReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){jf.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})},exports.useDeleteReportTemplate=function(){return Rf(function(e){return mh.getInstance().deletePaymentsReportTemplate(e).then(function(e){return null==e?void 0:e.data})})},exports.useDeleteRoles=function(){return Rf(function(e){return mh.getInstance().deleteRoles(e).then(function(e){return null==e?void 0:e.data})})},exports.useDeleteSamlConfig=function(){return Rf(function(){return mh.getInstance().deleteSamlConfig()})},exports.useDeleteSchedule=function(){var t=this;return Rf(["DELETE/template-reporting/report-schedules"],function(n){var r=n.scheduleId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().deleteReportSchedule(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})},exports.useDeleteScheduledReport=function(){return Rf(function(e){return mh.getInstance().deleteScheduledReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useDeleteTemplate=function(){var t=this;return Rf(["DELETE/template-reporting/report-templates"],function(n){var r=n.templateId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().deleteReportTemplate(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})},exports.useDeleteUserTeamV2=function(){return Rf(function(e){var t=e.userCode,n=e.organizationCode;return mh.getInstance().deleteUserTeamV2({userCode:t,organizationCode:n}).then(function(e){return null==e?void 0:e.data})})},exports.useDeleteVersion=function(e,t){var n=e.versionCode,r=e.accountCode;return void 0===t&&(t=null),Rf(function(){return mh.getInstance().deleteSmartRoutingVersion(r,n).then(function(e){return null==e?void 0:e.data})},t)},exports.useDeleteWebhookV2=function(e){return Rf(function(e){var t=e.code,n=e.accountCode;return mh.getInstance().deleteWebhookV2(t,n)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})},exports.useDisableSchedule=function(){var t=this;return Rf(["PATCH/template-reporting/report-schedules/disable"],function(n){var r=n.scheduleId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().disableReportSchedule(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})},exports.useDuplicateAccount=function(){return Rf(function(t){var n=e.__spreadArray([exports.DuplicateSetting.ACCOUNT],t.duplicate_order,!0);return mh.getInstance().duplicateAccount(e.__assign(e.__assign({},t),{duplicate_order:n}))})},exports.useDuplicateVersion=function(e,t){var n=e.versionCode,r=e.accountCode,o=e.routingType,a=void 0===o?exports.SmartRouting.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Rf(function(){return mh.getInstance().postSmartRoutingDuplicateVersion(r,String(n),a).then(function(e){return null==e?void 0:e.data})},t)},exports.useEditPaymentLinks=function(){return Rf(["patch-payment-links"],function(e){var t=e.payload,n=e.accountCode,r=e.paymentLinkCode;return mh.getInstance().patchPaymentLinks({payload:t,accountCode:n,paymentLinkCode:r}).then(function(e){return null==e?void 0:e.data})})},exports.useEditRoles=function(){var t=this;return Rf(function(n){var r=n.payload,o=n.id,a=n.accountCode;return e.__awaiter(t,void 0,void 0,function(){var t;return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().editRoles({payload:r,id:o},a)];case 1:return[2,null==(t=e.sent())?void 0:t.data]}})})},{useErrorBoundary:!1})},exports.useEmailVerification=function(e){return Cf(["email-verification",e],function(){return mh.getInstance().emailVerification(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})},exports.useExcludeUsers=function(){return Rf(function(e){var t=e.payload,n=e.organizationCode;return mh.getInstance().mfaExcludeUsers(t,n)})},exports.useExportApiLogs=function(){return Rf(function(e){return mh.getInstance().postExportApiLogs(e).then(function(e){return null==e?void 0:e.data})})},exports.useExportDashboardLogs=function(){return Rf(function(e){return mh.getInstance().postExportDashboardLogs(e).then(function(e){return null==e?void 0:e.data})})},exports.useExportMonitorsLogs=function(){return Rf(function(e){return mh.getInstance().postExportMonitorsLogs(e).then(function(e){return null==e?void 0:e.data})})},exports.useExportWebhooksLogs=function(){return Rf(function(e){return mh.getInstance().postExportWebhooksLogs(e).then(function(e){return null==e?void 0:e.data})})},exports.useFeatureFlags=function(t){var n=this,r=Object.values(t).filter(Boolean);return Cf(["feature-flags",r],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getFeatureFlagId(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:r.length>1,useErrorBoundary:!1})},exports.useFetchUserExportDetail=function(){var t=this,n=kf();return function(r){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,n.fetchQuery(["user-export-status",r],function(){return mh.getInstance().getUserExportStatus({exportCode:r}).then(function(e){return null==e?void 0:e.data})})]})})}},exports.useFirebaseUserSubscribe=function(e){return Rf(function(e){var t=e.payload;return mh.getInstance().firebaseUserSubscribe(t)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})},exports.useGenerateFeedback=function(t){return void 0===t&&(t={}),Rf(function(e){return mh.getInstance().postAIGenerationFeedback(e).then(function(e){return null==e?void 0:e.data})},e.__assign(e.__assign({},t),{useErrorBoundary:!1}))},exports.useGetAccounts=function(e){var t,n=Pf(),r=null!==(t=null!=e?e:n)&&void 0!==t?t:null;return Cf({queryKey:["accounts",r],queryFn:function(){return mh.getInstance().getAccounts(r).then(function(e){return null==e?void 0:e.data})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!r})},exports.useGetAccountsByUser=function(e){return Cf(["accountsV2-by-user",e],function(){return e?mh.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})},exports.useGetAccountsForImpersonation=function(t,n){var r=this;return Cf({queryKey:["accounts-for-impersonation",t,n],queryFn:function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getAccountsForImpersonation(t).then(function(e){var t,r;return(null===(r=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.response)||void 0===r?void 0:r.map(function(e){return{label:e.name,value:n?e.code_testing:e.code_live,code_live:e.code_live,code_testing:e.code_testing}}))||[]})]})})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!t})},exports.useGetAccountsV2=function(e){return Cf(["accountsV2",e],function(){return mh.getInstance().getAccountsV2().then(function(e){return(null==e?void 0:e.data)||[]}).catch(function(e){throw e})},{keepPreviousData:!0,enabled:!!e,useErrorBoundary:!1})},exports.useGetAllConfigRules=function(){return Cf(["config-rules"],function(){return mh.getInstance().getAllConfigRules().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0})},exports.useGetAllOrganizations=function(){return Cf(["fetch-all-organizations",Pf()],function(){return mh.getInstance().getAllOrganization().then(function(e){return(null==e?void 0:e.data)||[]})},{cacheTime:36e5,keepPreviousData:!0,useErrorBoundary:!1})},exports.useGetAllReconciliationsAdvancements=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/advancements/list",t,n],function(){return mh.getInstance().getReconciliationAdvancements(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetAllReconciliationsAgenda=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/agenda/list",t,n],function(){return mh.getInstance().getReconciliationAgenda(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetAllReconciliationsAlerts=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/alerts/list",t,n],function(){return mh.getInstance().getReconciliationAlerts(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetAllReconciliationsFees=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/fees/list",t,n],function(){return mh.getInstance().getReconciliationFees(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetAllReconciliationsSales=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/sales/list",t,n],function(){return mh.getInstance().getReconciliationSales(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetAllTableColumns=function(e){return Cf(["GET/v1/reconciliation/table/".concat(e,"/columns")],function(){return mh.getInstance().getAllTableColumns(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.useGetAllowedIps=function(){return Cf(["developers-get-allowed-ips"],function(){return mh.getInstance().getAllowedIps().then(function(t){return(null==t?void 0:t.data)?e.__assign(e.__assign({},null==t?void 0:t.data),{isError:!1}):null}).catch(function(t){return e.__assign(e.__assign({},t),{isError:!0})})},{enabled:!1,cacheTime:0})},exports.useGetApiLogsByTransactionCode=function(e,t){return Cf(["api-logs-by-transaction",e,t],function(){return mh.getInstance().getApiLogsByTransactionCode(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})},exports.useGetApiLogsDetailByPaymentCode=function(e){return Cf(["api-logs-detail",e],function(){return mh.getInstance().getApiLogsDetailByPaymentCode(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,cacheTime:0,useErrorBoundary:!1})},exports.useGetAuditEvents=function(e){return Cf(["events",e],function(){return mh.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})},exports.useGetAuditExportDownload=function(e,t,n){return void 0===t&&(t=!1),Cf(["audit-export-download",e],function(){return mh.getInstance().getAuditExportDownload(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&t,cacheTime:0,useErrorBoundary:!1,onSuccess:n})},exports.useGetAuditExportsList=function(e,t){return void 0===t&&(t=!0),Cf(["audit-exports-list",e],function(){return mh.getInstance().getAuditExportsList(e).then(function(e){return null==e?void 0:e.data})},{enabled:t,cacheTime:0,useErrorBoundary:!1})},exports.useGetAuditLogsFilters=function(){return Cf(["/cms/audit-logs-filters"],function(){return mh.getInstance().useGetAuditLogsFilters().then(function(e){return Xp(e)?rh:null==e?void 0:e.data}).catch(function(){return rh})})},exports.useGetAuditMonitorEventDetail=function(e){return Cf(["audit-monitor-event-detail",e],function(){return mh.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})},exports.useGetBatchRefundProcessedFileDownload=function(){var t=this;return Rf(function(n){var r=n.batchRefundId,o=n.organizationCode,a=n.accountCode;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getBatchRefundProcessedFileDownload(r,o,a).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})},exports.useGetBatchRefundUserFileDownload=function(){var t=this;return Rf(function(n){var r=n.batchRefundId,o=n.organizationCode,a=n.accountCode;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getBatchRefundUserFileDownload(r,o,a).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})},exports.useGetBatchRefunds=function(t,n){var r=this;return void 0===t&&(t=26),void 0===n&&(n=0),Cf(["batch-refunds",t,n],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getBatchRefunds(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]})})},{cacheTime:0})},exports.useGetBlackList=function(e,t){return void 0===t&&(t=!0),Cf(["get-black-list",e],function(){return mh.getInstance().getBlackListType(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:!!e&&t})},exports.useGetBlockListSummary=function(e,t,n){return Cf(["get-block-list-summary",e,t,n],function(){var r=mh.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})},exports.useGetCardBrands=function(){return Cf(["GET/catalog/card-brands"],function(){return mh.getInstance().getCardBrands().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useGetChartFeedback=function(t){var n=this,r=t.chartCode,o=t.enabled;return Cf(["chart-feedback",r],function(){return e.__awaiter(n,void 0,void 0,function(){var t,n,o,a,i;return e.__generator(this,function(e){switch(e.label){case 0:t=mh.getInstance(),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,t.getChartFeedback(r)];case 2:return n=e.sent(),(o=null==n?void 0:n.data)&&o.rating?[2,o]:[2,null];case 3:if(a=e.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===o||o)&&!!r,staleTime:3e5})},exports.useGetChartsByUser=function(){return Cf(["chartgpt-user-charts"],function(){return mh.getInstance().getChartsByUser().then(function(e){return null==e?void 0:e.data})},{cacheTime:0})},exports.useGetChartsByUserWithResults=function(){var t=this;return Cf(["chartgpt-user-charts-with-results"],function(){return e.__awaiter(t,void 0,void 0,function(){var t,n,r,o=this;return e.__generator(this,function(a){switch(a.label){case 0:return[4,(t=mh.getInstance()).getChartsByUser()];case 1:return n=a.sent(),r=(null==n?void 0:n.data)||[],[4,Promise.all(r.map(function(n){return e.__awaiter(o,void 0,void 0,function(){var r,o,a,i,s,u,c,l;return e.__generator(this,function(d){switch(d.label){case 0:return d.trys.push([0,2,,3]),[4,t.executeChartGPTChart(n.code)];case 1:return r=d.sent(),[2,e.__assign(e.__assign({},n),{user_prompt:null!==(i=null===(a=null==r?void 0:r.data)||void 0===a?void 0:a.user_prompt)&&void 0!==i?i:n.user_prompt,unit_to_display:null!==(u=null===(s=null==r?void 0:r.data)||void 0===s?void 0:s.unit_to_display)&&void 0!==u?u:n.unit_to_display,results:null!==(l=null===(c=null==r?void 0:r.data)||void 0===c?void 0:c.results)&&void 0!==l?l:[]})];case 2:return o=d.sent(),console.error("Failed to execute chart ".concat(n.chart_id,":"),o),[2,e.__assign(e.__assign({},n),{results:[]})];case 3:return[2]}})})}))];case 2:return[2,a.sent()]}})})})},exports.useGetCheckouts=function(t,n){var r=t.accountCode;return Cf(["checkouts",r],function(){return mh.getInstance().getCheckouts({accountCode:r}).then(function(e){return e.data})},e.__assign({cacheTime:0,enabled:Boolean(r),useErrorBoundary:!1},n))},exports.useGetConditionalConfigRules=function(){return Rf(function(e){return mh.getInstance().getConditionalConfigRules(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useGetConfigAllowlist=function(e,t){return Cf(["get-cofig-allow-list",e],function(){return mh.getInstance().getConfigAllowlist(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0,enabled:!!e&&!!t})},exports.useGetConnections=function(){return Cf(["connections"],function(){return mh.getInstance().getConnections().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.useGetConnectionsByPaymentMethod=function(e){var t=e.accountCode,n=e.paymentMethod;return Cf(["fetch-connections-by-payment-method",n,t],function(){return mh.getInstance().getConnectionsByPaymentMethod(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!n&&!!t,cacheTime:0,useErrorBoundary:!1})},exports.useGetCountriesConfigPaymentLink=function(e){return void 0===e&&(e=!0),Cf(["countries",e],function(){return mh.getInstance().useGetCountriesConfig().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e,keepPreviousData:!0})},exports.useGetCountriesConfigPaymentLinkV2=function(e){var t=localStorage.getItem("lang")||"en",n=e||t;return Cf(["countries-v2",n],function(){return mh.getInstance().useGetCountriesConfigV2(n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!0,keepPreviousData:!0})},exports.useGetCountryData=function(e){return Cf(["checkout-builder-country-data",e],function(){return mh.getInstance().getCountryData({accountCode:e}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,enabled:Boolean(e),useErrorBoundary:!1})},exports.useGetCredentials=function(t){var n=t.password,r=t.accountCode,o=t.otp,a=t.mfaToken;return Cf(["developers"],function(){return mh.getInstance().getDeveloperCredentials(n,r,o,a).then(function(t){return e.__assign(e.__assign({},null==t?void 0:t.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})},exports.useGetCredentialsMFA=function(){return Rf(function(t){var n=t.password,r=t.accountCode;return mh.getInstance().getDeveloperCredentials(n,r).then(function(t){return e.__assign(e.__assign({},null==t?void 0:t.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}})})},exports.useGetCustomizedApiKeys=function(e){return Cf(["fetch-customized-api-keys",e],function(){return mh.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)})},exports.useGetCustomizedApiKeysAccounts=function(){return Cf(["fetch-customized-api-keys-accounts"],function(){return mh.getInstance().getCustomizedApiKeysAccounts().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})},exports.useGetCustomizedApiKeysMembers=function(){return Cf(["fetch-customized-api-keys-members"],function(){return mh.getInstance().getCustomizedApiKeysMembers().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})},exports.useGetCustomizedApiKeysProducts=function(){return Cf(["fetch-customized-api-keys-products"],function(){return mh.getInstance().getCustomizedApiKeysProducts().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0})},exports.useGetCustomizedApiKeysToken=function(){return Rf(function(e){var t=e.code,n=e.password,r=e.otp,o=e.mfaToken;return mh.getInstance().getCustomizedApiKeysToken(t,n,r,o).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})},exports.useGetDashboardStaticContents=function(){return Cf(["/cms/static-contents"],function(){return mh.getInstance().getDashboardStaticContents().then(function(e){var t,n;return Xp(e)?oh:(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})},exports.useGetDialogs=function(){return Cf(["dialogs"],function(){return mh.getInstance().getDialogs().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,retryDelay:2e3,cacheTime:36e5})},exports.useGetDownloadReport=function(e,t,n){return void 0===t&&(t=!1),Cf(["reports/".concat(e)],function(){return mh.getInstance().downloadReports(e).then(function(e){return null==e?void 0:e.data})},{enabled:t,onSuccess:n,useErrorBoundary:!1})},exports.useGetEmailOtp=function(){return Rf(function(){return mh.getInstance().getEmailOtp().then(function(e){return null==e?void 0:e.data})})},exports.useGetHashPylon=function(){var t=this;return Cf(["fetch-hash-pylon"],function(){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getHashPylon()]})})},{keepPreviousData:!0,useErrorBoundary:!1})},exports.useGetImpersonationEnabled=function(){return Cf(["fetch-impersonation-enabled"],function(){return mh.getInstance().getImpersonationEnabled().then(function(e){return null==e?void 0:e.data})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})},exports.useGetImpersonationUsers=function(){return Cf(["fetch-impersonation-users"],function(){return mh.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})},exports.useGetInsightsReport=function(e){return Cf(["get-insights-reports",e],function(){return mh.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})},exports.useGetInsightsReportAgain=function(e){return Cf(["get-insights-reports-again",e],function(){return mh.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})},exports.useGetInstallmentsPlans=function(e,t,n){return void 0===t&&(t=!0),Cf(["installments-plans",e,n],function(){return mh.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})},exports.useGetIntegrationByAccountV2=function(e){var t=e.accountCode,n=e.organizationCode,r=Pf();return Cf(["organizations-account-integrations",t,n],function(){return mh.getInstance().getIntegrationByAccountV2({accountCode:t,organizationCode:n||r}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,enabled:!!t,useErrorBoundary:!1})},exports.useGetIntegrationParams=function(e){var t=e.integration_code,n=e.enabled,r=e.accountCode;return Cf(["integration-params",t,r],function(){return t.includes("undefined")?{}:mh.getInstance().getIntegrationParams({accountCode:r,integration_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:n,useErrorBoundary:!1})},exports.useGetLanguages=function(){return Cf(["languages"],function(){return mh.getInstance().getLanguages().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,cacheTime:300})},exports.useGetLocales=function(){return Cf(["/cms/locales"],function(){return mh.getInstance().getLocales().then(function(e){return Xp(e)?ih:e.data}).catch(function(){return ih})})},exports.useGetLoginMethods=function(){return Cf({queryKey:["get-login-methods"],queryFn:function(){return mh.getInstance().getLoginMethods().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})}})},exports.useGetMFAConfig=function(e,t){var n=e.organizationCode;return Cf(["mfa-config",n],function(){return mh.getInstance().getMFAConfig({organizationCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})},exports.useGetMFAExcludedUsers=function(e,t){var n=e.organizationCode;return Cf(["mfa-excluded-users",n],function(){return mh.getInstance().getMFAExcludedUsers({organizationCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})},exports.useGetMFAStatus=function(e,t){return Cf(["mfa-enforcement-status",e.accountCode],function(){return mh.getInstance().getMFAEnforcementStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})},exports.useGetMenu=function(){return Cf(["menu"],function(){return mh.getInstance().getMenu().then(function(e){return Xp(e)?ah:null==e?void 0:e.data}).catch(function(){return ah})})},exports.useGetMergedNotifications=function(){return Cf(["notifications-merged"],function(){return mh.getInstance().getMergedNotifications().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{keepPreviousData:!1,cacheTime:0})},exports.useGetNameAndIcon=function(e,t){var n=e.paymentMethodType,r=e.type;return Cf(zf({paymentMethodType:n,type:r}),function(){return mh.getInstance().getNameAndIcon({paymentMethodType:n,type:r}).then(function(e){return null==e?void 0:e.data})},t)},exports.useGetNetworkTokensOnboardingByOrganization=function(t){var n=this;return Cf({queryKey:["network-tokens-onboarding",t],queryFn:function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getNetworkTokensOnboardingByOrganization(t)];case 1:return[2,e.sent().data]}})})},enabled:!!t,useErrorBoundary:!1,cacheTime:0})},exports.useGetNotificationsCustomer=function(e){return Cf(["notifications-customer",e],function(){return mh.getInstance().getNotificationsCustomer(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,keepPreviousData:!1})},exports.useGetNotificationsNumberMutation=function(){return Rf(function(e){return mh.getInstance().getNotificationsNumber(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useGetOnboardingDetail=function(t,n,r){var o=this;return void 0===r&&(r=!0),Cf(["get-onboarding-detail",t,n.recipient_id,n.onboarding_id],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getOnboardingDetail(t,n.recipient_id,n.onboarding_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&!!n.recipient_id&&!!n.onboarding_id&&r,cacheTime:500,useErrorBoundary:!1})},exports.useGetOnboardingTimeline=function(t,n,r){var o=this;return void 0===r&&(r=!0),Cf(["get-onboarding-timeline",t,n.onboarding_id],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getOnboardingTimeline(t,n.onboarding_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&!!n.onboarding_id&&r,cacheTime:500,useErrorBoundary:!1})},exports.useGetOrganization=function(){return Cf(["fetch-organizations"],function(){return mh.getInstance().getOrganization().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})},exports.useGetOrganizationConfigs=function(){return Cf({queryKey:["organization-configs"],queryFn:function(){return mh.getInstance().getOrganizationConfigs().then(function(e){return null==e?void 0:e.data})},cacheTime:0,useErrorBoundary:!1})},exports.useGetPaymentFilters=function(e,t){return void 0===e&&(e=!0),void 0===t&&(t=exports.PaymentFiltersSection.PAYMENTS),Cf(["payment-filters",e,t],function(){return mh.getInstance().getPaymentFilters(t).then(function(e){return null==e?void 0:e.data})},{enabled:e,useErrorBoundary:!1,cacheTime:3e5})},exports.useGetPaymentLinkByCode=function(e){return Cf(["payment-link"],function(){return mh.getInstance().getPaymentLinksByCode(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})},exports.useGetPaymentLinks=function(e,t){return Cf(["fetch-payment-links",e,t],function(){return mh.getInstance().getPaymentLinks(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!t,cacheTime:0})},exports.useGetPaymentMethodsAndProviders=function(){return Cf({queryKey:["/payment-methods/providers"],queryFn:function(){return mh.getInstance().getPaymentMethodsAndProviders().then(function(e){return null==e?void 0:e.data})},cacheTime:864e5,useErrorBoundary:!1})},exports.useGetPaymentMetricsFilters=function(){return Cf(["payment-metrics-filters"],function(){return mh.getInstance().getPaymentMetricsFilters().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useGetPaymentStatusesStyles=function(){return Cf(["/payment/statuses/style"],function(){return mh.getInstance().useGetPaymentStatusesStyles().then(function(e){return Xp(e)?Zp:null==e?void 0:e.data}).catch(function(){return Zp})})},exports.useGetPaymentTransactionsDetails=function(e){var t=e.transaction_code,n=e.enabled;return Cf(["payment-transaction-details",t],function(){return mh.getInstance().getPaymentTransactionsDetails({transaction_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})},exports.useGetPaymentV2=function(t){var n=this,r=t.paymentCode,o=t.enabled,a=void 0===o||o,i=mh.getInstance();return Cf(["get-payment-v2",r],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,i.getPaymentV2(r).then(function(e){return e.data})]})})},{enabled:a,cacheTime:500,useErrorBoundary:!1})},exports.useGetPaymentsMethodsByCountry=function(e){var t=Pf();return Cf(["payment-methods",e],function(){return mh.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})},exports.useGetPayoutDetail=function(e){return Cf(["GET/payout-detail",JSON.stringify(e)],function(){var t=mh.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})},exports.useGetPayoutHistoryDetail=function(e){var t=Pf();return Cf(["GET/payout-history-detail",JSON.stringify(e)],function(){return mh.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})},exports.useGetPayoutTimeline=function(t,n){var r=this;void 0===n&&(n=!0);var o=Pf();return Cf(["getPayoutTimeline",t,o],function(){return e.__awaiter(r,void 0,void 0,function(){var n;return e.__generator(this,function(e){return n=mh.getInstance(),t?[2,n.getPayoutTimeline(t,o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]:[2]})})},{enabled:n&&!!t&&!!o,cacheTime:500,useErrorBoundary:!1})},exports.useGetPayoutTransactionDetail=function(e){return Cf(["GET/payout-transaction-detail",JSON.stringify(e)],function(){return mh.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})},exports.useGetPendingDuplicateAccounts=function(e){return Cf({queryKey:["pending-duplicate-accounts",e],queryFn:function(){return mh.getInstance().getPendingDuplicateAccounts()},useErrorBoundary:!1,keepPreviousData:!0,refetchInterval:e})},exports.useGetPermissions=function(e,t){return Cf(["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}}))||[]})},exports.useGetPermissionsCatalog=function(){return Cf(["fetch-permissions-catalog"],function(){return mh.getInstance().getPermissionsCatalog().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.useGetProfile=function(){return Cf(["fetch-profile"],function(){return mh.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})},exports.useGetProofOfCancel=function(t,n){var r=this,o=Pf();return Cf(["GET/useGetProofOfCancel",o,t,n],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getProofOfCancel(t,o,n).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&!!o&&!!n,cacheTime:0,useErrorBoundary:!1})},exports.useGetProofOfPayment=function(t,n){var r=this,o=Pf();return Cf(["GET/useGetProofOfPayment",o,t,n],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getProofOfPayment(t,o,n).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&!!o&&!!n,cacheTime:0,useErrorBoundary:!1})},exports.useGetProviderParams=function(e){var t=Pf();return Cf(["organizations-provider-params",e],function(e){var n=e.queryKey;return mh.getInstance().getProviderParams(n[1],t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.id),useErrorBoundary:!1})},exports.useGetRecipientById=function(t,n,r){var o=this;return void 0===r&&(r=!0),Cf(["get-recipient-by-id",t,n.recipient_id],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getRecipientById(t,n.recipient_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&!!n.recipient_id&&r,cacheTime:500,useErrorBoundary:!1})},exports.useGetRecipients=function(t,n,r){var o=this;return void 0===r&&(r=!0),Cf(["get-recipients",t,n],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getRecipients(t,n).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&r,cacheTime:0,useErrorBoundary:!1})},exports.useGetReconciliationActive=function(){return Cf(["GET/v1/reconciliation/active"],function(){return mh.getInstance().getReconciliationActive().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{useErrorBoundary:!1})},exports.useGetReconciliationAgendaInsightsByKey=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/agenda/insights",t,n],function(){return mh.getInstance().getReconciliationAgendaInsightByKey(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetReconciliationFilters=function(){return Cf(["GET-reconciliation-filters"],function(){return mh.getInstance().getReconciliationFilters().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useGetReconciliationInsightsAmountConflictAggregators=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-amount-conflict-aggregators",t],function(){return mh.getInstance().getReconciliationInsightsAmountConflictAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsAmountConflictList=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-amount-conflict-list",t],function(){return mh.getInstance().getReconciliationInsightsAmountConflictList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsAmountToBeSettledSummary=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-amount-to-be-settled-summary",t],function(){return mh.getInstance().getReconciliationInsightsAmountToBeSettledSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsConflictDateAggregators=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-conflict-date-aggregators",t],function(){return mh.getInstance().getReconciliationInsightsConflictDateAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsConflictDateList=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-conflict-date-list",t],function(){return mh.getInstance().getReconciliationInsightsConflictDateList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsConflictDateSummary=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-conflict-date-summary",t],function(){return mh.getInstance().getReconciliationInsightsConflictDateSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsConflictsSummary=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-conflicts-summary",t],function(){return mh.getInstance().getReconciliationInsightsConflictsSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsFeesChargedSummary=function(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Cf(["reconciliation-insights-fees-charged-summary",t,n],function(){return mh.getInstance().getReconciliationInsightsFeesChargedSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})},exports.useGetReconciliationInsightsIncorrectFeesAggregators=function(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Cf(["reconciliation-insights-incorrect-fees-aggregators",t,n],function(){return mh.getInstance().getReconciliationInsightsIncorrectFeesAggregators(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})},exports.useGetReconciliationInsightsIncorrectFeesList=function(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Cf(["reconciliation-insights-incorrect-fees-list",t,n],function(){return mh.getInstance().getReconciliationInsightsIncorrectFeesList(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})},exports.useGetReconciliationInsightsIncorrectFeesSummary=function(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Cf(["reconciliation-insights-incorrect-fees-summary",t,n],function(){return mh.getInstance().getReconciliationInsightsIncorrectFeesSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})},exports.useGetReconciliationInsightsNotConfirmAggregators=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-not-confirm-aggregators",t],function(){return mh.getInstance().getReconciliationInsightsNotConfirmAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsNotConfirmList=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-not-confirm-list",t],function(){return mh.getInstance().getReconciliationInsightsNotConfirmList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsNotConfirmSummary=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-not-confirm-summary",t],function(){return mh.getInstance().getReconciliationInsightsNotConfirmSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsNotReconciledAggregators=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-not-reconciled-aggregators",t],function(){return mh.getInstance().getReconciliationInsightsNotReconciledAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsNotReconciledList=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-not-reconciled-list",t],function(){return mh.getInstance().getReconciliationInsightsNotReconciledList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsReconciledAggregators=function(e){var t=e.body,n=e.dateFilter,r=e.transactionType,o=e.enabled;return Cf(["reconciliation-insights-reconciled-aggregators",t,n,r],function(){return mh.getInstance().getReconciliationInsightsReconciledAggregators(t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===o||o,useErrorBoundary:!1})},exports.useGetReconciliationInsightsReconciledList=function(e){var t=e.body,n=e.dateFilter,r=e.transactionType,o=e.enabled;return Cf(["reconciliation-insights-reconciled-list",t,n,r],function(){return mh.getInstance().getReconciliationInsightsReconciledList(t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===o||o,useErrorBoundary:!1})},exports.useGetReconciliationInsightsReconciledSummary=function(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Cf(["reconciliation-insights-reconciled-summary",t,n],function(){return mh.getInstance().getReconciliationInsightsReconciledSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})},exports.useGetReconciliationInsightsStatusConflictAggregators=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-status-conflict-aggregators",t],function(){return mh.getInstance().getReconciliationInsightsStatusConflictAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsStatusConflictList=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-status-conflict-list",t],function(){return mh.getInstance().getReconciliationInsightsStatusConflictList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationMetrics=function(e,t){return Cf(["fetch-reconciliation-metrics",e],function(){return mh.getInstance().getReconciliationMetrics(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t,cacheTime:500})},exports.useGetReconciliationTransactionStatusesStyles=function(){return Cf(["/reconciliation/transaction/statuses/style"],function(){return mh.getInstance().useGetReconciliationTransactionStatusesStyles().then(function(e){return Xp(e)?th:null==e?void 0:e.data}).catch(function(){return th})},{useErrorBoundary:!1})},exports.useGetReconciliationTransactions=function(e,t){return Cf(["fetch-reconciliation-transaction",e],function(){return mh.getInstance().getReconciliationTransactions(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t,useErrorBoundary:!1})},exports.useGetReconciliationsReportColumns=function(e,t,n){return Cf(["GET/reconciliation/reports/columns/".concat(t,"/").concat(n)],function(){return mh.getInstance().getReconciliationsReportColumns(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{enabled:e,useErrorBoundary:!1})},exports.useGetReconciliationsReportTemplates=function(e){return Cf(["GET/reconciliation/reports/templates"],function(){return mh.getInstance().getReconciliationReportTemplates().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{enabled:e,useErrorBoundary:!1})},exports.useGetRefundPdf=function(t,n){var r=this,o=Pf();return Cf(["getRefundPdf",t,o,n],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getRefundPdf(t,o,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})]})})},{enabled:!!t&&!!o,useErrorBoundary:!1})},exports.useGetReportColumns=function(t,n,r){var o=this;return Cf(["GET/reports/columns/".concat(n,"/").concat(r)],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(t){return[2,mh.getInstance().getReportColumns(n,r).then(function(t){return n===exports.TemplateType.ALL&&r===exports.ReportType.PAYMENTS?e.__spreadArray(e.__spreadArray([],(null==t?void 0:t.data)||[],!0),[Uf],!1):null==t?void 0:t.data}).catch(function(e){return e})]})})},{enabled:t,useErrorBoundary:!1})},exports.useGetReportTemplates=function(e){return Cf(["GET/reports/templates"],function(){return mh.getInstance().getReportTemplates().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e,useErrorBoundary:!1})},exports.useGetReportsList=function(){return Cf(["reports"],function(){return mh.getInstance().reportsList().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useGetReportsListMultiEnv=function(e){return void 0===e&&(e=!0),Cf(["reports-multi-env"],function(){return mh.getInstance().reportsListMultiEnv().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e})},exports.useGetRequiredFields=function(e,t){var n=e.paymentMethodType,r=e.type;return Cf(qf({paymentMethodType:n,type:r}),function(){return mh.getInstance().getRequiredFields({paymentMethodType:n,type:r}).then(function(e){return null==e?void 0:e.data})},t)},exports.useGetRoles=function(){return Cf(["fetch-roles"],function(){return mh.getInstance().getRoles().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useGetRolesPermissions=function(){return Cf(["fetch-rolespermissions"],function(){return mh.getInstance().getRolesPermissions().then(function(e){return null==e?void 0:e.data})})},exports.useGetRoutingMonitorsTemplate=function(e,t){return Cf(["fetch-routing-monitors-template",e],function(){return mh.getInstance().getRoutingMonitorsTemplate(e,t).then(function(e){return e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:!!e&&!!t&&"NONE"!==e,useErrorBoundary:!1})},exports.useGetRoutingMonitorsTemplates=function(e){return Cf(["fetch-routing-monitors-templates",e],function(){return mh.getInstance().getRoutingMonitorsTemplates(e).then(function(e){return e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})},exports.useGetRule=function(){return Rf(function(e){return mh.getInstance().getRule(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useGetSamlConfig=function(e){return Cf(["fetch-organization-saml-config",e],function(){return mh.getInstance().getSamlConfig().then(function(e){return e.data})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})},exports.useGetScheduledReportsList=function(e){return Cf(["GET/scheduled-reports",e],function(){return mh.getInstance().getScheduledReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})},exports.useGetSettlements=function(e,t){return Cf(["fetch-reconciliation-settlements",e],function(){return mh.getInstance().getReconciliationSettlements(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t,useErrorBoundary:!1})},exports.useGetSmartRoutingConditionPaymentMethod=function(e,t){return Cf(["smart-routing-condition-payment-method",e,t],function(){return mh.getInstance().getSmartRoutingConditionPaymentMethod(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:null!==t})},exports.useGetSmartRoutingConditionTypes=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-condition-types",e,t,n],function(){return mh.getInstance().getSmartRoutingConditionTypes(e,t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!e})},exports.useGetSmartRoutingConditionTypesValues=function(e,t){return Cf(["smart-routing-condition-types-values",t,e],function(){return mh.getInstance().getSmartRoutingConditionTypesValues(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&!!e,useErrorBoundary:!1})},exports.useGetSmartRoutingDataReport=function(e){return Cf(["data-report",e],function(){return mh.getInstance().getSmartRoutingDataReport(e).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,useErrorBoundary:!1})},exports.useGetSmartRoutingDeclineGroups=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-decline-groups",e,t],function(){return mh.getInstance().getSmartRoutingDeclinedGroup(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})},exports.useGetSmartRoutingMethods=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-methods",e,t],function(){return mh.getInstance().getSmartRoutingMethods(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})},exports.useGetSmartRoutingNextRoute=function(e,t,n,r){return void 0===r&&(r=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-next-route",e,n,t,r],function(){return mh.getInstance().getSmartRoutingNextSteps(e,t,n,r).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})},exports.useGetSmartRoutingPaymentRoute=function(e,t){return Cf(["smart-routing-payment-route",e,t],function(){return mh.getInstance().getSmartRoutingPaymentRoute(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})},exports.useGetSmartRoutingSearchConditionValues=function(e){var t=e.text,n=e.conditionType;return Cf(["smart-routing-search-condition-values",t,n],function(){return mh.getInstance().getSmartRoutingSearchConditionValues(n,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!n&&!!t,cacheTime:0})},exports.useGetSmartRoutingSimulateConditionTypeValues=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-simulate-condition-type-values",e,t],function(){return mh.getInstance().getSmartRoutingSimulateConditionTypeValues(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})},exports.useGetSmartRoutingWorkflow=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-workflow",t,e,n],function(){return mh.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})},exports.useGetSmartRoutingWorkflowVersion=function(e){var t=e.accountCode,n=e.workflowVersionId,r=e.routingType,o=void 0===r?exports.SmartRouting.DEFAULT_ROUTING_TYPE:r;return Cf(["smart-routing-workflow-version",n,t,o],function(){return mh.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})},exports.useGetStylingSdkDynamic=function(e){var t=e.accountCode;return Cf(["styling-sdk-dynamic",t],function(){return mh.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})},exports.useGetStylingSettingsV2=function(e){var t=e.accountCode;return Cf(["styling-settings-v2",t],function(){return mh.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})},exports.useGetSubscriptionByCode=function(e,t){return void 0===t&&(t=!0),Cf(["subscription",e],function(){return mh.getInstance().getSubscriptionByCode(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&t,cacheTime:500})},exports.useGetSubscriptionPayments=function(e,t,n,r){return void 0===r&&(r=!0),Cf(["subscription-payments",e,t,n],function(){return mh.getInstance().getSubscriptionPayments(e,t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&r,cacheTime:0})},exports.useGetTeamsFiltersMembers=function(){var e=Pf();return Cf(["teams-filters-members"],function(){return mh.getInstance().teamsFiltersMembers({organizationCode:e}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0})},exports.useGetTimeZoneCatalog=function(){return Cf(["timezone-catalog"],function(){return mh.getInstance().useGetTimeZoneCatalog().then(function(e){return Xp(e)?nh:null==e?void 0:e.data}).catch(function(){return nh})})},exports.useGetTimezonePaymentLink=function(e){return Cf(["timezone"],function(){return mh.getInstance().getTimezone(e).then(function(e){return Xp(e)?nh:null==e?void 0:e.data}).catch(function(){return nh})},{enabled:!0,keepPreviousData:!0})},exports.useGetTokenValidation=function(){return Rf(function(e){var t=e.password,n=e.otp;return mh.getInstance().getMfaTokenValidation(t,n).then(function(e){return null==e?void 0:e.data})})},exports.useGetTransactionDetailsV2=function(t){var n=this,r=t.payment_code,o=t.enabled,a=void 0===o||o,i=mh.getInstance();return Cf(["get-payment-transaction-details-v2",r],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,i.getTransactionDetailsV2({payment_code:r}).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!r&&a,cacheTime:0,useErrorBoundary:!1})},exports.useGetTransactionHistoryByPaymentCode=function(e){var t=e.payment_code,n=e.enabled;return Cf(["transaction-history",t],function(){return mh.getInstance().getTransactionHistoryByPaymentCode({payment_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})},exports.useGetTransactionRawResponse=function(t){var n=this,r=t.transaction_code,o=t.enabled,a=void 0===o||o,i=mh.getInstance();return Cf(["get-payment-transaction-raw-response",r],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,i.getTransactionRawResponse({transaction_code:r})]})})},{enabled:!!r&&a,cacheTime:0,useErrorBoundary:!1})},exports.useGetTransactionStatusesStyles=function(){return Cf(["/transaction/statuses/style"],function(){return mh.getInstance().useGetTransactionStatusesStyles().then(function(e){return Xp(e)?eh:null==e?void 0:e.data}).catch(function(){return eh})},{cacheTime:36e5,useErrorBoundary:!1})},exports.useGetTranslations=function(){var e=localStorage.getItem("lang")||"en";return Cf(["translations",e],function(){return mh.getInstance().getTranslations(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,cacheTime:3e4})},exports.useGetUnifiedExportStatus=function(e){var t=e.tab,n=e.exportId,r=e.enabled,o=void 0!==r&&r,a=e.onSuccess;return Cf(["unified-export-status",t,n],function(){return mh.getInstance().getUnifiedExportStatus(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!n&&o,cacheTime:0,useErrorBoundary:!1,onSuccess:a})},exports.useGetUnifiedExportsList=function(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 Cf(["unified-exports-list",t,r,a],function(){return mh.getInstance().getUnifiedExportsList(t,r,a).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===i||i,cacheTime:0,useErrorBoundary:!1})},exports.useGetUserExportStatus=function(e){var t=e.exportCode,n=e.enabled;return Cf(["user-export-status",t],function(){return mh.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})},exports.useGetUserFull=function(){var t=this;return Cf(["get-user-full"],function(){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getUserFull()];case 1:return[2,e.sent().data]}})})},{keepPreviousData:!0,useErrorBoundary:!1})},exports.useGetUsersToImpersonate=function(t,n,r,o,a){var i=this;return void 0===r&&(r=1),void 0===o&&(o=10),Cf(["get-users-to-impersonate",t,n,r,o,a],function(){return e.__awaiter(i,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getUsersToImpersonate(t,n,r,o,a).then(function(e){return null==e?void 0:e.data})]})})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!t})},exports.useGetValidateOpsgenieKey=function(e){return Cf(["validate-opsgenie-key",e],function(){return mh.getInstance().getValidateOpsgenieKey(e).then(function(e){return null==e?void 0:e.data}).catch(function(){return{error:!0}})},{enabled:!!e,cacheTime:0})},exports.useGetWebhookParamsV2=function(){return Cf(["params-catalog"],function(){return mh.getInstance().getWebhookParamsV2().then(function(e){return null==e?void 0:e.data})})},exports.useGetWebhooksV2Detail=function(e){var t=e.accountCode,n=e.enabled;return Cf(["webhooks-detail",t],function(){return mh.getInstance().getWebhooksV2Detail({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!n})},exports.useGetWebhooksV3=function(e){var t=e.accountCode,n=e.name;return Cf(["webhooks",t,n],function(){return mh.getInstance().getWebhooksV3({accountCode:t,name:n}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t,useErrorBoundary:!1})},exports.useInsights3dsConversionRateAndEvolution=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-3ds-conversion-rate-and-evolution",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsights3dsConversionRateAndEvolution(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsights3dsDeclineReasons=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-3ds-decline-reasons",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsights3dsDeclineReasons(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsights3dsFrictionlessVsChallenge=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-3ds-frictionless-vs-challenge",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsights3dsFrictionlessVsChallenge(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsights3dsVolumeAndCountTx=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-3ds-volume-and-count-tx",n,t],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsights3dsVolumeAndCountTx(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksByCardBrand=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-by-card-brand",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksByCardBrand(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksByProviderAndCardBrand=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-by-provider-and-card-brand",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksByProviderAndCardBrand(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksDisputed=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-disputed",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksDisputed(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksReasonsDistribution=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-reasons-distribution",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksReasonsDistribution(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksStatusDistribution=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-status-distribution",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksStatusDistribution(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksTotalRateAndEvolution=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-total-rate-and-evolution",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksTotalRateAndEvolution(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksVolumeAndCountTx=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-volume-and-count-tx",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksVolumeAndCountTx(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksWinRate=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-win-rate",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksWinRate(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsConversionRateMetricsV2=function(e,t,n,r){return void 0===n&&(n=!0),Cf(["get-insights-conversion-rate-metrics-v2",e,t],function(){return mh.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})},exports.useInsightsCustomerPaymentsAndFraudMetrics=function(e,t,n){return void 0===n&&(n=!0),delete t.account_code,Cf(["get-insights-customer-payment-fraud-metrics",t,e],function(){return mh.getInstance().getInsightsMetricsCustomerPaymentsAndFraud(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsFallbackMetrics=function(e){return Cf(["get-insights-conversion-rate-fallback-metrics",e],function(){return mh.getInstance().getInsightFallbackMetrics(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.enabled),cacheTime:200,useErrorBoundary:!1})},exports.useInsightsFraudScreeningConversionRate=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-fraud-screening-conversion-rate",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsFraudScreeningConversionRate(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsFraudScreeningVolumeAndCountTx=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-fraud-screening-volume-and-count-tx",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsFraudScreeningVolumeAndCountTx(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsHomeMetrics=function(e){return Cf(["get-insights-home-metrics",e],function(){return mh.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})},exports.useInsightsOverviewMetrics=function(e){return Cf(["get-insights-overview",e],function(){return mh.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})},exports.useInsightsOverviewMetricsV3=function(e,t){var n=!!(null==e?void 0:e.enabled)&&void 0!==(null==e?void 0:e.account_code);return Cf(["get-insights-overview-v3",e,t],function(){return mh.getInstance().getInsightOverviewV3(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:0,useErrorBoundary:!1})},exports.useInsightsTotalPaymentsAndFraudMetrics=function(e,t,n){return void 0===n&&(n=!0),delete t.account_code,Cf(["get-insights-total-payment-fraud-metrics",t,e],function(){return mh.getInstance().getInsightsMetricsTotalPaymentsAndFraud(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsVolumeMetrics=function(e,t,n){return void 0===n&&(n=!0),delete t.account_code,Cf(["get-insights-volume-metrics",t,e],function(){return mh.getInstance().getInsightsMetricsVolume(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsVolumeMetricsV2=function(e,t,n,r){return void 0===r&&(r=!0),delete t.account_code,Cf(["get-insights-volume-metrics-v2",t,e,n],function(){return mh.getInstance().getInsightsMetricsVolumeV2(e,n,t).then(function(e){return null==e?void 0:e.data})},{enabled:r,cacheTime:200,useErrorBoundary:!1})},exports.useInviteUsersMultiaccountMassive=function(){return Rf(function(e){return mh.getInstance().inviteUsersMassive(e,e.organizationCode)})},exports.useInviteUsersMultiaccountMassiveV2=function(){return Rf(function(e){return mh.getInstance().inviteUsersMassiveV2(e)})},exports.useIsTesting=Af,exports.useListSubscriptions=function(){return Rf(["post-list-subscriptions"],function(e){return mh.getInstance().postListSubscriptions(e).then(function(e){return null==e?void 0:e.data})})},exports.useListUserExports=function(e){var t=e.page,n=void 0===t?0:t,r=e.pageSize,o=void 0===r?20:r,a=e.enabled;return Cf(["user-exports-list",n,o],function(){return mh.getInstance().listUserExports({page:n,pageSize:o}).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===a||a,useErrorBoundary:!1})},exports.useLocalStorage=Of,exports.useLoginMethods=function(){return Rf(function(e){return mh.getInstance().changeLoginMethods(e)})},exports.useNetworkTokensOnboarding=function(){var t=this;return Cf({queryKey:["smart-routing-network-tokens-onboarding"],queryFn:function(){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getNetworkTokensOnboarding()];case 1:return[2,e.sent().data]}})})},useErrorBoundary:!1})},exports.useNewPostConnectionValidate=function(){return Rf(["new-post-connection-validate"],function(){return mh.getInstance().postMultiConnectionValidate().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.useOrganizationCode=Pf,exports.usePatchAccountV2=function(){return Rf(function(e){var t=e.name,n=e.code,r=e.principal;return mh.getInstance().patchAccountV2({name:t,code:n,principal:r})})},exports.usePatchAddAllowlistItems=function(){return Rf(["post-add-allowlist-items"],function(e){var t=e.payload;return mh.getInstance().patchAddAllowlistItems({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePatchAllowedIps=function(){return Rf(["developers-patch-allowed-ips"],function(t){return mh.getInstance().patchAllowedIps(t).then(function(t){return(null==t?void 0:t.data)?e.__assign(e.__assign({},null==t?void 0:t.data),{isError:!1}):null}).catch(function(t){return e.__assign(e.__assign({},t),{isError:!0})})},{cacheTime:0})},exports.usePatchAllowlist=function(){return Rf(["patch-allowlist"],function(e){var t=e.payload;return mh.getInstance().patchAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePatchAndExecuteChart=function(t,n,r){var o=this;return void 0===r&&(r=!0),Cf(["chartgpt-patch-and-execute",t,n],function(){return e.__awaiter(o,void 0,void 0,function(){var r,o,a,i,s;return e.__generator(this,function(e){switch(e.label){case 0:return[4,(r=mh.getInstance()).patchChartGPTChart(t,n)];case 1:return o=e.sent(),a=null==o?void 0:o.data,[4,r.executeChartGPTChart(t)];case 2:return i=e.sent(),s=null==i?void 0:i.data,[2,{chart:a,execution:s}]}})})},{enabled:r&&!!t,retry:!1})},exports.usePatchApiKeysEditNote=function(){return Rf(function(e){var t=e.payload,n=e.code,r=e.password;return mh.getInstance().patchApiKeysEditNote(t,n,r).then(function(e){return e.data}).catch(function(e){return e})})},exports.usePatchChangeStatusAllowlist=function(){return Rf(["patch-change-status-allowlist"],function(e){var t=e.payload;return mh.getInstance().patchChangeStatusAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePatchChangeStatusAllowlistItem=function(){return Rf(["patch-change-status-allowlist-item"],function(e){var t=e.payload;return mh.getInstance().patchChangeStatusAllowlistItem({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePatchChartName=function(){return Rf(function(e){var t=e.chart_id,n=e.type,r=e.name,o=e.user_prompt,a=void 0===o?"":o;return mh.getInstance().patchChartGPTChart(t,{type:n,name:r,user_prompt:a}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.usePatchConnection=function(){return Rf(["patch-connection"],function(e){var t=e.payload,n=e.connectionCode;return mh.getInstance().patchConnection({payload:t,connectionCode:n}).then(function(e){return null==e?void 0:e.data})})},exports.usePathCreateCustomizedApiKeys=function(){return Rf(function(e){var t=e.payload,n=e.code;return mh.getInstance().pathCreateCustomizedApiKeys(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePathNotifications=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){var t;return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().pathNotification(n)];case 1:return[2,null==(t=e.sent())?void 0:t.data]}})})})},exports.usePauseSubscription=function(){return Rf(["post-pause-subscription"],function(e){var t=e.subscriptionCode;return mh.getInstance().postPauseSubscription(t).then(function(e){return null==e?void 0:e.data})})},exports.usePayoutsFilters=function(t){var n=this;void 0===t&&(t=!0);var r=Pf();return Cf(["getPayoutsFilters",r],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getPayoutsFilters(r).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]})})},{enabled:t&&!!r})},exports.usePayoutsList=function(e){return Cf(["usePayoutsList",e&&JSON.stringify(e)],function(){var t=mh.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})},exports.usePostAccount=function(){return Rf(function(e){var t=e.name,n=e.principal;return mh.getInstance().postAccount(t,n)})},exports.usePostAllowlistMultiAccount=function(e,t){return void 0===t&&(t=!0),Cf(["query-post-get-allowlist-multi-account",JSON.stringify(e)],function(){return mh.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})},exports.usePostApiKeysRoll=function(){return Rf(function(e){var t=e.payload,n=e.code,r=e.password;return mh.getInstance().postApiKeysRoll(t,n,r).then(function(e){return e.data}).catch(function(e){return e})})},exports.usePostApiLogs=function(e){return Cf(["api-logs",e],function(){return mh.getInstance().postApiLogs({payload:e}).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.organizationCode,cacheTime:0,useErrorBoundary:!1})},exports.usePostAuditMonitors=function(e){return Rf(function(e){var t=e.payload;return mh.getInstance().postAuditMonitors(t)},{onMutate:e.onMutate})},exports.usePostBatchRefundByFile=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().batchRefundByFile({payload:n}).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})},exports.usePostBlackListBatch=function(e){var t=e.handleSetProgress;return Rf(["post-blacklist-batch"],function(e){var n=e.blacklist_code,r=e.expiration_days,o=e.file;return mh.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})})},exports.usePostBlackListItems=function(){return Rf(["post-blacklist-items"],function(e){var t=e.payload;return mh.getInstance().postBlackListItems({payload:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.usePostBlackListMultiAccount=function(){return Rf(["post-blacklist-multi-account"],function(e){var t=e.payload;return mh.getInstance().postBlackListMultiAccount({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostBlockList=function(e,t,n,r){var o;return Cf(["post-black-list",e],function(){return mh.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})},exports.usePostCall=function(){return Rf(function(e){return mh.getInstance().postCall(e)})},exports.usePostChangeStatusConnection=function(){return Rf(["post-change-status-connection"],function(e){var t=e.payload,n=e.accountCode;return mh.getInstance().postChangeStatusConnection({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.usePostConnectionMultiAccount=function(){return Rf(["post-connection"],function(e){var t=e.payload;return mh.getInstance().postMultiConnection({payload:t}).then(function(e){return null==e?void 0:e.data})})},exports.usePostCreateAllowlistMultiAccount=function(){return Rf(["post-create-allowlist-multi-account"],function(e){var t=e.payload;return mh.getInstance().postCreateAllowlistMultiAccount({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostCreateCustomizedApiKeys=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postCreateCustomizedApiKeys(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostCreateInsightsReport=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postCreateInsightsReport(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostCreateRuleMultiAccount=function(){return Rf(function(e){var t=e.payload,n=e.accountCode;return mh.getInstance().postCreateRuleMultiAccount(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostCredentialsValidatePassword=function(){return Rf(function(e){var t=e.passwordOtp;return mh.getInstance().getDeveloperCredentialsValidatePassword(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})},exports.usePostCredentialsValidatePasswordRegularUser=function(){return Rf(function(e){var t=e.password;return mh.getInstance().getDeveloperCredentialsValidatePasswordRegularUser(t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})},exports.usePostCredentialsWithOtpMfa=function(){return Rf(function(e){var t=e.password,n=e.accountCode,r=e.otp,o=e.mfaToken;return mh.getInstance().getDeveloperCredentials(t,n,r,o).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})},exports.usePostDefaultRoutes=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postDefaultRoutes({payload:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})},exports.usePostEditRule=function(){return Rf(function(e){var t=e.payload,n=e.ruleId,r=e.accountCode;return mh.getInstance().postEditRule(t,n,r).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.usePostFraudTransactions=function(t){var n=this;return Cf(["POST/fraud-transactions",JSON.stringify(t)],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().postFraudTransactions(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&Object.keys(t).length>0,cacheTime:0,useErrorBoundary:!1})},exports.usePostGetAllowlistItems=function(){return Rf(["post-get-allowlist-items"],function(e){var t=e.payload;return mh.getInstance().postAllowlistItems({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostGetAllowlistMultiAccount=function(){return Rf(["post-get-allowlist-multi-account"],function(e){var t=e.payload;return mh.getInstance().postGetAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostMembersPaginatedV2=function(e){var t=e.organizationCode,n=e.accountCodes,r=e.search,o=e.status,a=e.roleId,i=e.statuses,s=e.roleIds,u=e.page,c=e.pageSize,l=Pf();return Cf(["fetch-post-members-v2",t,n,r,o,a,i,s,u,c],function(){return mh.getInstance().postMembersPaginatedV2({organizationCode:l,accountCodes:n,search:r,status:o,roleId:a,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})},exports.usePostNetworkTokensOnboarding=function(){var t=this;return Rf(function(n){var r=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().postNetworkTokensOnboarding(r)];case 1:return[2,e.sent().data]}})})},{useErrorBoundary:!1})},exports.usePostOrganizationConfigs=function(){return Rf(function(e){return mh.getInstance().postOrganizationConfigs(e)})},exports.usePostPaymentsEvaluated=function(e){return Cf(["fetch-payments-evaluated",e],function(){return mh.getInstance().postPaymentsEvaluated(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})},exports.usePostPaymentsLazy=function(t){var n=this;return Cf(["fetch-payments-lazy",t],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().postPaymentsLazy(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&Object.keys(t).length>0,cacheTime:0,useErrorBoundary:!1})},exports.usePostSlackMessageChannel=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postSlackMessageChannel(t).then(function(e){return null==e?void 0:e.data})})},exports.usePostTransactions=function(t){var n=this;return Cf(["POST/transactions",JSON.stringify(t)],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().postTransactions(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t,cacheTime:0,useErrorBoundary:!1})},exports.usePostUserSettings=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postUserSettings(t)},{onMutate:function(e){return e}})},exports.usePostUserSettingsPinned=function(e){return Rf(["pinned-sections"],function(e){var t=e.payload;return mh.getInstance().postUserSettingsPinned(t)},{onMutate:function(t){var n=t.payload;return e({payload:n})}})},exports.usePostUserSettingsTables=function(){return Rf(function(e){var t=e.payload,n=e.section;return mh.getInstance().postUserSettingsTables(t,n)},{onMutate:function(e){return e},onSuccess:function(t){var n=jf.getQueryData(["fetch-profile"]);t.data&&jf.setQueryData(["fetch-profile"],e.__assign(e.__assign({},n),{settings:t.data}))}})},exports.usePostUserThemeSettings=function(){return Rf(function(e){return mh.getInstance().postUserThemeSettings(e)})},exports.usePostValideStatusConnection=function(){return Rf(["post-validate-status-connection"],function(e){var t=e.payload,n=e.accountCode;return mh.getInstance().postValidateStatusConnection({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.usePostVelocityRules=function(e){return Cf(["velocity-rules",e],function(){var t=mh.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})},exports.usePostWebhookLogs=function(e){var t=e.params;return Cf(["webhook-logs",t],function(){return mh.getInstance().postWebhookLogs({payload:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t.organizationCode,cacheTime:0,useErrorBoundary:!1})},exports.usePostWebhookMultiAccount=function(e){return Rf(function(e){var t=e.payload;return mh.getInstance().postWebhookV2MultiAccount({payload:t})},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})},exports.useProviderConversionRatesData=function(){return Cf(["smart-routing-conversion-rates"],function(){return mh.getInstance().getProviderConversionRatesData().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!1,useErrorBoundary:!1})},exports.useProviderRawResponse=function(){return Rf(function(e){var t=e.transactionCode,n=e.payload;return mh.getInstance().postProviderRawResponse(t,n)})},exports.usePublishVersion=function(t,n){var r=this,o=t.versionCode,a=t.accountCode,i=t.organizationCode,s=t.routingType,u=void 0===s?exports.SmartRouting.DEFAULT_ROUTING_TYPE:s;return void 0===n&&(n=null),Rf(function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().postSmartRoutingPublishVersion(a,o,i,u).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})},n)},exports.usePutAccountPrincipal=function(){return Rf(function(e){var t=e.account_code;return mh.getInstance().putAccountPrincipal({account_code:t})})},exports.usePutAccountsUserMassive=function(){return Rf(function(e){var t=e.organizationCode,n=e.userCode,r=e.payload;return mh.getInstance().putAccountsUserMassive(t,n,r)})},exports.usePutBlackListType=function(){return Rf(["put-blacklist"],function(e){return mh.getInstance().putBlackListType(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.usePutCosts=function(){return Rf(function(e){return mh.getInstance().putCosts(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.usePutOrganizationConfigsByAccount=function(){return Rf(function(e){return mh.getInstance().putOrganizationConfigsByAccount(e)})},exports.useRecoveredPaymentsByDay=function(t,n){return Cf(e.__assign({queryKey:["smart-recovery-recovered-payments-by-day",t],queryFn:function(){return e.__awaiter(void 0,void 0,void 0,function(){var n,r,o;return e.__generator(this,function(e){switch(e.label){case 0:return n=mh.getInstance(),r={start_date:t.start_date||"",end_date:t.end_date||"",organization_code:t.organization_code,account_codes:t.account_code||[],countries:t.countries||[],channels:t.channels||[],focuses:t.focuses||[],timezone:t.timezone},[4,n.post("/nova-insights/recovered-payments-by-day",r)];case 1:return o=e.sent(),[2,Vf(o.data,r.start_date,r.end_date)]}})})},enabled:!!t.organization_code,staleTime:3e5},n))},exports.useRecoveredTPVByDay=function(t,n){return Cf(e.__assign({queryKey:["smart-recovery-recovered-tpv-by-day",t],queryFn:function(){return e.__awaiter(void 0,void 0,void 0,function(){var n,r,o;return e.__generator(this,function(e){switch(e.label){case 0:return n=mh.getInstance(),r={start_date:t.start_date||"",end_date:t.end_date||"",organization_code:t.organization_code,account_codes:t.account_code||[],countries:t.countries||[],channels:t.channels||[],focuses:t.focuses||[],timezone:t.timezone},[4,n.post("/nova-insights/recovered-tpv-by-day",r)];case 1:return o=e.sent(),[2,Wf(o.data,r.start_date,r.end_date)]}})})},enabled:!!t.organization_code,staleTime:3e5},n))},exports.useRescheduleSubscription=function(){return Rf(["post-reschedule-subscription"],function(e){var t=e.subscriptionCode;return mh.getInstance().postRescheduleSubscription(t).then(function(e){return null==e?void 0:e.data})})},exports.useResendWebhooks=function(){return Rf(function(e){var t=e.codes;return mh.getInstance().postResendWebhooks({codes:t}).then(function(e){return null==e?void 0:e.data})})},exports.useResumeSubscription=function(){return Rf(["post-resume-subscription"],function(e){var t=e.subscriptionCode;return mh.getInstance().postResumeSubscription(t).then(function(e){return null==e?void 0:e.data})})},exports.useRetryDuplicateAccount=function(){return Rf(function(e){return mh.getInstance().retryDuplicateAccount(e)})},exports.useSaveVersion=function(e,t){var n=e.data,r=e.accountCode,o=e.routingType,a=void 0===o?exports.SmartRouting.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Rf(function(){return mh.getInstance().putSmartRoutingUpdateWorkflow(r,n,a).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},t)},exports.useSearchInstallmentsPlans=function(e,t){return void 0===t&&(t=!0),Cf(["search-installments-plans",JSON.stringify(e)],function(){return mh.getInstance().searchInstallmentsPlans(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:t,useErrorBoundary:!1})},exports.useSearchScheduleById=function(t,n,r){var o=this;return Cf(["POST/template-reporting/schedule-by-id/search",t,n],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().searchReportScheduleById(t,n).then(function(e){return null==e?void 0:e.data})]})})},{enabled:r&&!!t,useErrorBoundary:!1})},exports.useSearchSchedules=function(t,n){var r=this;return Cf(["POST/template-reporting/schedules/search",t],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().searchReportSchedules(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:n,useErrorBoundary:!1})},exports.useSearchTemplateById=function(t,n,r){var o=this;return Cf(["POST/template-reporting/template-by-id/search",t,n],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().searchReportTemplateById(t,n).then(function(e){return null==e?void 0:e.data})]})})},{enabled:r&&!!t,useErrorBoundary:!1})},exports.useSearchTemplates=function(t,n){var r=this;return Cf(["POST/template-reporting/templates/search",t],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().searchReportTemplates(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:n,useErrorBoundary:!1})},exports.useSendPaymentNotification=function(t,n,r){var o=this,a=mh.getInstance();return Cf(["send-payment-notification",t,n],function(){return e.__awaiter(o,void 0,void 0,function(){var o,i;return e.__generator(this,function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,a.sendPaymentNotification(t,n)];case 1:return o=e.sent(),r.onSuccess(),[2,o.data];case 2:throw i=e.sent(),r.onError(),i;case 3:return[2]}})})},{enabled:r.enabled,cacheTime:0,useErrorBoundary:!1})},exports.useSetCustodian=function(){return Rf(function(){return mh.getInstance().setCustodian().then(function(e){return null==e?void 0:e.data})})},exports.useSmartRoutingCreateDeclinedGroup=function(e){var t=e.accountCode;return Rf(function(e){return void 0===e&&(e=null),mh.getInstance().createSmartRoutingDeclinedGroup(t,e).then(function(e){return null==e?void 0:e.data})},e.options)},exports.useSmartRoutingEditWorkflowName=function(e,t){var n=e.code,r=e.name,o=e.accountCode,a=e.routingType,i=void 0===a?exports.SmartRouting.DEFAULT_ROUTING_TYPE:a;return void 0===t&&(t=null),Rf(function(){return mh.getInstance().putSmartRoutingUpdateWorkflowName(o,{code:n,name:r},i).then(function(e){return null==e?void 0:e.data})},t)},exports.useSmartRoutingMultiAccountDeclinedGroupCreate=function(t,n){return void 0===n&&(n={}),Rf(function(e){var n=e.payload;return mh.getInstance().multiAccountDeclinedGroupCreate(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},e.__assign(e.__assign({},n),{useErrorBoundary:!1}))},exports.useSmartRoutingRemoveDeclinedGroup=function(t,n){return void 0===n&&(n={}),Rf(function(e){var n=e.declinedGroupCode;return mh.getInstance().removeDeclinedGroup(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},e.__assign(e.__assign({},n),{useErrorBoundary:!1}))},exports.useSmartRoutingSimulateTransaction=function(e,t){var n=e.accountCode,r=e.workflowVersionCode;return void 0===t&&(t=null),Rf(function(e){return mh.getInstance().simulateSmartRoutingTransaction(n,r,e).then(function(e){return null==e?void 0:e.data})},t)},exports.useSmartRoutingToggleFavorite=function(e,t){var n=e.versionCode,r=e.accountCode;return void 0===t&&(t=null),Rf(function(e){return void 0===e&&(e=!1),mh.getInstance().updateSmartRoutingFavorite(r,n,e).then(function(e){return null==e?void 0:e.data})},t)},exports.useSmartRoutingUpdateDeclinedGroup=function(e,t){var n=e.declinedId,r=e.accountCode;return void 0===t&&(t=null),Rf(function(e){return void 0===e&&(e=null),mh.getInstance().updateSmartRoutingDeclinedGroup(r,n,e).then(function(e){return null==e?void 0:e.data})},t)},exports.useSmartRoutingUpdateMonitorRedistribution=function(e,t){return void 0===t&&(t=null),Rf(function(t){return mh.getInstance().updateMonitorRedistribution(e,t).then(function(e){return null==e?void 0:e.data})},t)},exports.useStartUserExport=function(){return Rf(function(e){return mh.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})},exports.useSubmitChartFeedback=function(e,t){var n=e.chartCode,r=kf();return Rf(function(e){return mh.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)}})},exports.useToggleMethod=function(e,t){var n=e.paymentMethod,r=e.active,o=e.accountCode;return void 0===t&&(t=null),Rf(function(){return mh.getInstance().putSmartRoutingToggleMethod(o,n,r).then(function(e){return null==e?void 0:e.data})},t)},exports.useUnInviteUsersV2=function(){return Rf(function(e){var t=e.userCode,n=e.organizationCode;return mh.getInstance().unInviteUsersV2({userCode:t,organizationCode:n})})},exports.useUnifiedExportStart=function(){return Rf(function(e){var t=e.tab,n=e.payload;return mh.getInstance().postUnifiedExport(t,n).then(function(e){return null==e?void 0:e.data})})},exports.useUnrollUserV2=function(){return Rf(function(e){return mh.getInstance().unrollMfa(e).then(function(e){return null==e?void 0:e.data})})},exports.useUpdateInstallmentsPlan=function(){return Rf(["update-installments-plan"],function(e){var t=e.code,n=e.payload;return mh.getInstance().updateInstallmentsPlan(t,n).then(function(e){return null==e?void 0:e.data})})},exports.useUpdateIsActiveCheckout=function(n){var r=Df(),o=t.useRef(r);return o.current=r,Rf(function(t){return mh.getInstance().updateIsActiveCheckout(e.__assign(e.__assign({},t),{accountCode:o.current}))},n)},exports.useUpdateMFAConfig=function(){return Rf(function(e){var t=e.payload,n=e.organizationCode;return mh.getInstance().updateMFAConfig(t,n)})},exports.useUpdateOrganizationStatus=function(){return Rf(["patch-organizations"],function(){return mh.getInstance().updateOrganizationStatus().then(function(e){return null==e?void 0:e.data})})},exports.useUpdateProfile=function(e){return Rf(function(e){return mh.getInstance().updateProfile(e)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})},exports.useUpdateReconciliationAlert=function(){return Rf(["UPDATE/reconciliation/alerts"],function(e){return mh.getInstance().updateReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){jf.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})},exports.useUpdateReconciliationReportTemplate=function(e){return Rf(function(){return mh.getInstance().updateReconciliationReportTemplate(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.useUpdateReportTemplate=function(e){return Rf(function(){return mh.getInstance().updateReportTemplate(e).then(function(e){return null==e?void 0:e.data})})},exports.useUpdateSamlConfig=function(){return Rf(function(e){return mh.getInstance().updateSamlConfig(e)})},exports.useUpdateScheduledReport=function(){return Rf(function(e){var t=e.reportCode,n=e.payload;return mh.getInstance().updateScheduledReport(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useUpdateSubscription=function(){return Rf(["patch-subscription"],function(e){var t=e.subscriptionCode,n=e.payload;return mh.getInstance().patchSubscription(t,n).then(function(e){return null==e?void 0:e.data})})},exports.useUpdateTemplateSelection=function(){var t=this;return Rf(["PATCH/template-reporting/report-templates/selection"],function(n){var r=n.templateId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().updateTemplateSelection(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})},exports.useUpdateWebhookV2=function(e){return Rf(function(e){var t=e.code,n=e.payload,r=e.accountCode;return mh.getInstance().updateWebhookV2(t,n,r)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})},exports.useUploadBatchRefundsFileV2=function(e){var n=e.fileName,r=e.onSuccess,o=e.onError,a=t.useState(0),i=a[0],s=a[1],u=t.useRef({cancel:function(){return null}}),c=Rf(["upload-file-chargeback",n],function(e){var t=mh.getInstance().uploadFileS3ClientBatchRefunds({payload:e,handleSetProgress:s}),n=t.promise,a=t.cancel;return u.current.cancel=a,n.then(function(e){return null==r||r(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:u.current.cancel,progress:i}},exports.useUploadBatchRefundsV2=function(){return Rf(function(e){return mh.getInstance().uploadBatchRefundsV2({payload:e}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useUploadFileS3ClientBatchRefunds=function(){var e=t.useRef({cancel:function(){return null}}),n=Rf(["upload-file"],function(t){var n=mh.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:n,cancelRequest:e.current.cancel}},exports.useValiateAllowlistItems=function(){return Rf(["validate-allowlist-items"],function(e){return mh.getInstance().validateAllowlistItems({payload:e}).then(function(e){return e.data}).catch(function(e){return e})})},exports.useValidateBlockListItems=function(){return Rf(["valiate-blacklist-items"],function(e){return mh.getInstance().valiateBlockListItems({payload:e}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useValidateCredentials=function(){return Rf(function(e){return mh.getInstance().postValidateCredentials(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})},exports.useValidateOrgName=function(){return Rf(function(e){return mh.getInstance().getOrgByName(e).then(function(e){return null==e?void 0:e.data})})},exports.useValidatePasswordStatus=function(){return Rf(function(){return mh.getInstance().validatePasswordStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return{valid:!1}})})},exports.useViewMoreMetrics=function(e,t){return Cf(["get-insights-conversion-rate-view-more-metrics",t,e],function(){return mh.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})},exports.useWorkosAdminPortal=function(){var t=this;return Rf(function(){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().workosAdminPortal().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})},exports.useWorkosPasswordReset=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().workosPasswordReset(n).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})};
|
|
67
|
+
const Yf=7,Jf=6,Xf=5,Zf=4,eg=3,tg=2,ng=1,rg=0;function og(e,t,n){var r;if((n=n||{}).threshold=null!=(r=n.threshold)?r:ng,!n.accessors){const r=ag(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=cg(o),i=sg(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:rg,accessorIndex:-1,accessorThreshold:n.threshold,passed:!1};for(let e=0;e<o.length;e++){const r=o[e];let i=ag(r.itemValue,t,n);const{minRanking:s,maxRanking:u,threshold:c=n.threshold}=r.attributes;i<s&&i>=ng?i=s:i>u&&(i=u),i=Math.min(i,u),i>=c&&i>a.rank&&(a.rank=i,a.passed=!0,a.accessorIndex=e,a.accessorThreshold=c,a.rankedValue=r.itemValue)}return a}function ag(e,t,n){return e=ig(e,n),(t=ig(t,n)).length>e.length?rg:e===t?Yf:(e=e.toLowerCase())===(t=t.toLowerCase())?Jf:e.startsWith(t)?Xf:e.includes(` ${t}`)?Zf:e.includes(t)?eg:1===t.length?rg:function(e){let t="";return e.split(" ").forEach(e=>{e.split("-").forEach(e=>{t+=e.substr(0,1)})}),t}(e).includes(t)?tg: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 ng+o*r}const i=o(t[0],e,0);if(i<0)return rg;r=i;for(let n=1,a=t.length;n<a;n++){r=o(t[n],e,r);if(!(r>-1))return rg}const s=r-i;return a(s)}(e,t)}function ig(e,t){let{keepDiacritics:n}=t;return e=`${e}`,n||(e=e.replace(Qf,e=>Kf[e])),e}function sg(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 ug={maxRanking:1/0,minRanking:-1/0};function cg(e){return"function"==typeof e?ug:{...ug,...e}}function lg(e,t){const[n,o]=r.useState();r.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,r.useCallback(t=>{o(n=>{let r=t;"function"==typeof t&&(r=t(n));try{localStorage.setItem(e,JSON.stringify(r))}catch{}return r})},[e])]}var dg,pg=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}(),hg=function(){function e(e){this.generateIdentifier=e,this.kv=new pg}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}(),fg=(dg=function(e,t){return dg=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])},dg(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}dg(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),gg=function(e){function t(){var t=e.call(this,function(e){return e.name})||this;return t.classToAllowedProps=new Map,t}return fg(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}(hg),mg=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 yg(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 vg(e,t){Object.entries(e).forEach(function(e){var n=mg(e,2),r=n[0],o=n[1];return t(o,r)})}function bg(e,t){return-1!==e.indexOf(t)}function kg(e,t){for(var n=0;n<e.length;n++){var r=e[n];if(t(r))return r}}var _g=function(){function e(){this.transfomers={}}return e.prototype.register=function(e){this.transfomers[e.name]=e},e.prototype.findApplicable=function(e){return yg(this.transfomers,function(t){return t.isApplicable(e)})},e.prototype.findByName=function(e){return this.transfomers[e]},e}(),wg=function(e){return void 0===e},xg=function(e){return"object"==typeof e&&null!==e&&(e!==Object.prototype&&(null===Object.getPrototypeOf(e)||Object.getPrototypeOf(e)===Object.prototype))},Eg=function(e){return xg(e)&&0===Object.keys(e).length},Sg=function(e){return Array.isArray(e)},Cg=function(e){return e instanceof Map},Rg=function(e){return e instanceof Set},Ig=function(e){return"Symbol"===function(e){return Object.prototype.toString.call(e).slice(8,-1)}(e)},Tg=function(e){return"number"==typeof e&&isNaN(e)},Ag=function(e){return function(e){return"boolean"==typeof e}(e)||function(e){return null===e}(e)||wg(e)||function(e){return"number"==typeof e&&!isNaN(e)}(e)||function(e){return"string"==typeof e}(e)||Ig(e)},Og=function(e){return e.replace(/\./g,"\\.")},Pg=function(e){return e.map(String).map(Og).join(".")},Dg=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},Lg=function(){return Lg=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},Lg.apply(this,arguments)},jg=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},Ng=function(e,t){for(var n=0,r=t.length,o=e.length;n<r;n++,o++)e[o]=t[n];return e};function zg(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var qg=[zg(wg,"undefined",function(){return null},function(){}),zg(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)}),zg(function(e){return e instanceof Date&&!isNaN(e.valueOf())},"Date",function(e){return e.toISOString()},function(e){return new Date(e)}),zg(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}),zg(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)}),zg(Rg,"set",function(e){return Ng([],jg(e.values()))},function(e){return new Set(e)}),zg(Cg,"map",function(e){return Ng([],jg(e.entries()))},function(e){return new Map(e)}),zg(function(e){return Tg(e)||((t=e)===1/0||t===-1/0);var t},"number",function(e){return Tg(e)?"NaN":e>0?"Infinity":"-Infinity"},Number),zg(function(e){return 0===e&&1/e==-1/0},"number",function(){return"-0"},Number),zg(function(e){return e instanceof URL},"URL",function(e){return e.toString()},function(e){return new URL(e)})];function Mg(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var Ug=Mg(function(e,t){return!!Ig(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}),Bg=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce(function(e,t){return e[t.name]=t,e},{}),Fg=Mg(function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)},function(e){return["typed-array",e.constructor.name]},function(e){return Ng([],jg(e))},function(e,t){var n=Bg[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)});function Gg(e,t){return!!(null==e?void 0:e.constructor)&&!!t.classRegistry.getIdentifier(e.constructor)}var Wg=Mg(Gg,function(e,t){return["class",t.classRegistry.getIdentifier(e.constructor)]},function(e,t){var n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return Lg({},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)}),Vg=Mg(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)}),Hg=[Wg,Ug,Vg,Fg],Kg=function(e,t){var n=kg(Hg,function(n){return n.isApplicable(e,t)});if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};var r=kg(qg,function(n){return n.isApplicable(e,t)});return r?{value:r.transform(e,t),type:r.annotation}:void 0},$g={};qg.forEach(function(e){$g[e.annotation]=e});var Qg=function(e,t){for(var n=e.keys();t>0;)n.next(),t--;return n.next().value};function Yg(e){if(bg(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(bg(e,"prototype"))throw new Error("prototype is not allowed as a property");if(bg(e,"constructor"))throw new Error("constructor is not allowed as a property")}var Jg=function(e,t,n){if(Yg(t),0===t.length)return n(e);for(var r=e,o=0;o<t.length-1;o++){var a=t[o];if(Sg(r))r=r[+a];else if(xg(r))r=r[a];else if(Rg(r)){r=Qg(r,i=+a)}else if(Cg(r)){if(o===t.length-2)break;var i=+a,s=0===+t[++o]?"key":"value",u=Qg(r,i);switch(s){case"key":r=u;break;case"value":r=r.get(u)}}}var c=t[t.length-1];if(Sg(r)?r[+c]=n(r[+c]):xg(r)&&(r[c]=n(r[c])),Rg(r)){var l=Qg(r,+c),d=n(l);l!==d&&(r.delete(l),r.add(d))}if(Cg(r)){i=+t[t.length-2];var p=Qg(r,i);switch(s=0===+c?"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},Xg=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},Zg=function(e,t){for(var n=0,r=t.length,o=e.length;n<r;n++,o++)e[o]=t[n];return e};function em(e,t,n){if(void 0===n&&(n=[]),e)if(Sg(e)){var r=Xg(e,2),o=r[0],a=r[1];a&&vg(a,function(e,r){em(e,t,Zg(Zg([],Xg(n)),Xg(Dg(r))))}),t(o,n)}else vg(e,function(e,r){return em(e,t,Zg(Zg([],Xg(n)),Xg(Dg(r))))})}function tm(e,t,n){return em(t,function(t,r){e=Jg(e,r,function(e){return function(e,t,n){if(!Sg(t)){var r=$g[t];if(!r)throw new Error("Unknown transformation: "+t);return r.untransform(e,n)}switch(t[0]){case"symbol":return Ug.untransform(e,t,n);case"class":return Wg.untransform(e,t,n);case"custom":return Vg.untransform(e,t,n);case"typed-array":return Fg.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}}(e,t,n)})}),e}function nm(e,t){function n(t,n){var r=function(e,t){Yg(t);for(var n=0;n<t.length;n++){var r=t[n];if(Rg(e))e=Qg(e,+r);else if(Cg(e)){var o=+r,a=0===+t[++n]?"key":"value",i=Qg(e,o);switch(a){case"key":e=i;break;case"value":e=e.get(i)}}else e=e[r]}return e}(e,Dg(n));t.map(Dg).forEach(function(t){e=Jg(e,t,function(){return r})})}if(Sg(t)){var r=Xg(t,2),o=r[0],a=r[1];o.forEach(function(t){e=Jg(e,Dg(t),function(){return e})}),a&&vg(a,n)}else vg(t,n);return e}var rm=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 u=Ag(e);if(!u){!function(e,t,n){var r=n.get(e);r?r.push(t):n.set(e,[t])}(e,o,t);var c=i.get(e);if(c)return r?{transformedValue:null}:c}if(!function(e,t){return xg(e)||Sg(e)||Cg(e)||Rg(e)||Gg(e,t)}(e,n)){var l=Kg(e,n),d=l?{transformedValue:l.value,annotations:[l.type]}:{transformedValue:e};return u||i.set(e,d),d}if(bg(a,e))return{transformedValue:null};var p=Kg(e,n),h=null!==(s=null==p?void 0:p.value)&&void 0!==s?s:e,f=Sg(h)?[]:{},g={};vg(h,function(s,u){var c=rm(s,t,n,r,Zg(Zg([],Xg(o)),[u]),Zg(Zg([],Xg(a)),[e]),i);f[u]=c.transformedValue,Sg(c.annotations)?g[u]=c.annotations:xg(c.annotations)&&vg(c.annotations,function(e,t){g[Og(u)+"."+t]=e})});var m=Eg(g)?{transformedValue:f,annotations:p?[p.type]:void 0}:{transformedValue:f,annotations:p?[p.type,g]:g};return u||i.set(e,m),m};function om(e){return Object.prototype.toString.call(e).slice(8,-1)}function am(e){return"Array"===om(e)}function im(e,t={}){if(am(e))return e.map(e=>im(e,t));if(!function(e){if("Object"!==om(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(am(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,im(e[r],t),e,t.nonenumerable),n},{})}var sm=function(){return sm=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},sm.apply(this,arguments)},um=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},cm=function(e,t){for(var n=0,r=t.length,o=e.length;n<r;n++,o++)e[o]=t[n];return e},lm=function(){function e(e){var t=(void 0===e?{}:e).dedupe,n=void 0!==t&&t;this.classRegistry=new gg,this.symbolRegistry=new hg(function(e){var t;return null!==(t=e.description)&&void 0!==t?t:""}),this.customTransformerRegistry=new _g,this.allowedErrorProps=[],this.dedupe=n}return e.prototype.serialize=function(e){var t=new Map,n=rm(e,t,this,this.dedupe),r={json:n.transformedValue};n.annotations&&(r.meta=sm(sm({},r.meta),{values:n.annotations}));var o,a,i,s,u=(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=Xg(e),n=t[0],r=t.slice(1);0===n.length?s=r.map(Pg):i[Pg(n)]=r.map(Pg)}}),s?Eg(i)?[s]:[s,i]:Eg(i)?void 0:i);return u&&(r.meta=sm(sm({},r.meta),{referentialEqualities:u})),r},e.prototype.deserialize=function(e){var t=e.json,n=e.meta,r=im(t);return(null==n?void 0:n.values)&&(r=tm(r,n.values,this)),(null==n?void 0:n.referentialEqualities)&&(r=nm(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(sm({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,cm([],um(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 dm={background:"#0b1521",backgroundAlt:"#132337",foreground:"white",gray:"#3f4e60",grayAlt:"#222e3e",inputBackgroundColor:"#fff",inputTextColor:"#000",success:"#00ab52",danger:"#ff0085",active:"#006bff",paused:"#8c49eb",warning:"#ffb200"},pm=r.createContext(dm);function hm({theme:e,...t}){return r.createElement(pm.Provider,Hf({value:e},t))}function fm({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 gm(e){return"fetching"===e.state.fetchStatus?"fetching":e.getObserversCount()?"paused"===e.state.fetchStatus?"paused":e.isStale()?"stale":"fresh":"inactive"}function mm(e,t,n={}){return r.forwardRef(({style:o,...a},i)=>{const s=r.useContext(pm),u=Object.entries(n).reduce((e,[t,n])=>function(e){const[t,n]=r.useState(()=>{if("undefined"!=typeof window)return window.matchMedia(e).matches});return r.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(a,s):n}:e,{});return r.createElement(e,{...a,style:{..."function"==typeof t?t(a,s):t,...o,...u},ref:i})})}const ym=(e,t=!1)=>{const{json:n}=lm.serialize(e);return JSON.stringify(n,null,t?2:void 0)},vm=e=>"idle"!==e.state.fetchStatus?0:e.getObserversCount()?e.isStale()?2:1:3,bm=(e,t)=>e.state.dataUpdatedAt<t.state.dataUpdatedAt?1:-1,km={"Status > Last Updated":(e,t)=>vm(e)===vm(t)?bm(e,t):vm(e)>vm(t)?1:-1,"Query Hash":(e,t)=>e.queryHash.localeCompare(t.queryHash),"Last Updated":bm},_m=500,wm={top:"bottom",bottom:"top",left:"right",right:"left"};function xm(e){return["left","right"].includes(e)}function Em(e){return wm[e]}function Sm(e,t){return""+e+(t.charAt(0).toUpperCase()+t.slice(1))}function Cm(e="bottom"){const t=xm(e),n=Em(e),r=Sm("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 Rm=mm("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"}}),Im=mm("div",()=>({flex:"1 1 500px",display:"flex",flexDirection:"column",overflow:"auto",height:"100%"}),{"(max-width: 700px)":(e,t)=>({borderTop:"2px solid "+t.gray})}),Tm=mm("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"})),Am=mm("span",{display:"flex",flexWrap:"wrap",gap:"0.5em",fontSize:"0.9em"}),Om=mm("span",{display:"inline-flex",alignItems:"center",padding:".2em .4em",fontWeight:"bold",textShadow:"0 0 10px black",borderRadius:".2em"}),Pm=mm("code",{fontSize:".9em",color:"inherit",background:"inherit"}),Dm=mm("input",(e,t)=>({backgroundColor:t.inputBackgroundColor,border:0,borderRadius:".2em",color:t.inputTextColor,fontSize:".9em",lineHeight:"1.3",padding:".3em .4em"})),Lm=mm("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 jm({text:e}){return r.createElement("span",{style:{position:"absolute",width:"0.1px",height:"0.1px",overflow:"hidden"}},e)}const Nm=mm("div",{fontFamily:"Menlo, monospace",fontSize:"1em",lineHeight:"1.7",outline:"none",wordBreak:"break-word"}),zm=mm("span",{color:"white"}),qm=mm("button",{cursor:"pointer",color:"white"}),Mm=mm("button",{cursor:"pointer",color:"inherit",font:"inherit",outline:"inherit",background:"transparent",border:"none",padding:0}),Um=({value:e})=>{const[t,n]=r.useState("NoCopy");return r.createElement("button",{onClick:"NoCopy"===t?()=>{navigator.clipboard.writeText(lm.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?r.createElement(Vm,null):"SuccessCopy"===t?r.createElement(Km,null):r.createElement(Hm,null))},Bm=mm("span",(e,t)=>({color:t.danger})),Fm=mm("div",{marginLeft:".1em",paddingLeft:"1em",borderLeft:"2px solid rgba(0,0,0,.15)"}),Gm=mm("span",{color:"grey",fontSize:".7em"}),Wm=({expanded:e,style:t={}})=>r.createElement("span",{style:{display:"inline-block",transition:"all .1s ease",transform:"rotate("+(e?90:0)+"deg) "+(t.transform||""),...t}},"▶"),Vm=()=>r.createElement("span",{"aria-label":"Copy object to clipboard",title:"Copy object to clipboard",style:{paddingLeft:"1em"}},r.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10"},r.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"}),r.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"}))),Hm=()=>r.createElement("span",{"aria-label":"Failed copying to clipboard",title:"Failed copying to clipboard",style:{paddingLeft:"1em",display:"flex",alignItems:"center"}},r.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10",display:"block"},r.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"})),r.createElement("span",{style:{color:"red",fontSize:"12px",paddingLeft:"4px",position:"relative",top:"2px"}},"See console")),Km=()=>r.createElement("span",{"aria-label":"Object copied to clipboard",title:"Object copied to clipboard",style:{paddingLeft:"1em",display:"inline-block",verticalAlign:"middle"}},r.createElement("svg",{height:"16",viewBox:"0 0 16 16",width:"16",display:"block"},r.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 $m=({handleEntry:e,label:t,value:n,subEntries:o=[],subEntryPages:a=[],type:i,expanded:s=!1,copyable:u=!1,toggleExpanded:c,pageSize:l})=>{const[d,p]=r.useState([]);return r.createElement(Nm,{key:t},a.length?r.createElement(r.Fragment,null,r.createElement(Mm,{onClick:()=>c()},r.createElement(Wm,{expanded:s})," ",t," ",r.createElement(Gm,null,"iterable"===String(i).toLowerCase()?"(Iterable) ":"",o.length," ",o.length>1?"items":"item")),u?r.createElement(Um,{value:n}):null,s?1===a.length?r.createElement(Fm,null,o.map(e)):r.createElement(Fm,null,a.map((t,n)=>r.createElement("div",{key:n},r.createElement(Nm,null,r.createElement(qm,{onClick:()=>p(e=>e.includes(n)?e.filter(e=>e!==n):[...e,n])},r.createElement(Wm,{expanded:s})," [",n*l," ..."," ",n*l+l-1,"]"),d.includes(n)?r.createElement(Fm,null,t.map(e)):null)))):null):r.createElement(r.Fragment,null,r.createElement(zm,null,t,":")," ",r.createElement(Bm,null,ym(n))))};function Qm({value:e,defaultExpanded:t,renderer:n=$m,pageSize:o=100,copyable:a=!1,...i}){const[s,u]=r.useState(Boolean(t)),c=r.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 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,o);return n({handleEntry:t=>r.createElement(Qm,Hf({key:t.label,value:e,renderer:n,copyable:a},i,t)),type:l,subEntries:d,subEntryPages:f,value:e,expanded:s,copyable:a,toggleExpanded:c,pageSize:o,...i})}function Ym(e){return r.createElement("svg",Hf({width:"40px",height:"40px",viewBox:"0 0 190 190",version:"1.1"},e),r.createElement("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},r.createElement("g",{transform:"translate(-33.000000, 0.000000)"},r.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) "}),r.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"}),r.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 Jm=(e,t,n=!1)=>gf.useSyncExternalStore(r.useCallback(t=>n?()=>{}:e.subscribe($h.batchCalls(t)),[e,n]),t,t),Xm=r.forwardRef(function(e,t){const{isOpen:n=!0,styleNonce:o,setIsOpen:a,context:i,onDragStart:s,onPositionChange:u,showCloseButton:c,position:l,closeButtonProps:d={},errorTypes:p=[],...h}=e,{onClick:f,...g}=d,m=kf({context:i}),y=m.getQueryCache(),[v,b]=lg("reactQueryDevtoolsSortFn",Object.keys(km)[0]),[k,_]=lg("reactQueryDevtoolsFilter",""),[w,x]=lg("reactQueryDevtoolsBaseSort",1),E=r.useMemo(()=>km[v],[v]),S=Jm(y,()=>y.getAll().length,!n),[C,R]=lg("reactQueryDevtoolsActiveQueryHash",""),I=r.useMemo(()=>{const e=y.getAll();if(0===S)return[];const t=k?e.filter(e=>og(e.queryHash,k).passed):[...e];return E?t.sort((e,t)=>E(e,t)*w):t},[w,E,k,S,y]),[T,A]=r.useState(!1);return r.createElement(hm,{theme:dm},r.createElement(Rm,Hf({ref:t,className:"ReactQueryDevtoolsPanel","aria-label":"React Query Devtools Panel",id:"ReactQueryDevtoolsPanel"},h,{style:{height:_m,position:"relative",...h.style}}),r.createElement("style",{nonce:o,dangerouslySetInnerHTML:{__html:"\n .ReactQueryDevtoolsPanel * {\n scrollbar-color: "+dm.backgroundAlt+" "+dm.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: "+dm.backgroundAlt+";\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar-thumb, .ReactQueryDevtoolsPanel scrollbar-thumb {\n background: "+dm.gray+";\n border-radius: .5em;\n border: 3px solid "+dm.backgroundAlt+";\n }\n "}}),r.createElement("div",{style:Cm(l),onMouseDown:s}),n&&r.createElement("div",{style:{flex:"1 1 500px",minHeight:"40%",maxHeight:"100%",overflow:"auto",borderRight:"1px solid "+dm.grayAlt,display:"flex",flexDirection:"column"}},r.createElement("div",{style:{padding:".5em",background:dm.backgroundAlt,display:"flex",justifyContent:"space-between",alignItems:"center"}},r.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"}},r.createElement(Ym,{"aria-hidden":!0}),r.createElement(jm,{text:"Close React Query Devtools"})),r.createElement("div",{style:{display:"flex",flexDirection:"column"}},r.createElement("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:".5em"}},r.createElement(ey,{queryCache:y}),l&&u?r.createElement(Lm,{"aria-label":"Panel position",value:l,style:{marginInlineStart:".5em"},onChange:e=>u(e.target.value)},r.createElement("option",{value:"left"},"Left"),r.createElement("option",{value:"right"},"Right"),r.createElement("option",{value:"top"},"Top"),r.createElement("option",{value:"bottom"},"Bottom")):null),r.createElement("div",{style:{display:"flex",alignItems:"center",flexWrap:"wrap",gap:"0.5em"}},r.createElement(Dm,{placeholder:"Filter","aria-label":"Filter by queryhash",value:null!=k?k:"",onChange:e=>_(e.target.value),onKeyDown:e=>{"Escape"===e.key&&_("")},style:{flex:"1",width:"100%"}}),r.createElement(Lm,{"aria-label":"Sort queries",value:v,onChange:e=>b(e.target.value),style:{flex:"1",minWidth:75,marginRight:".5em"}},Object.keys(km).map(e=>r.createElement("option",{key:e,value:e},"Sort by ",e))),r.createElement(Tm,{type:"button",onClick:()=>x(e=>-1*e),style:{padding:".3em .4em",marginRight:".5em"}},1===w?"⬆ Asc":"⬇ Desc"),r.createElement(Tm,{title:"Clear cache","aria-label":"Clear cache",type:"button",onClick:()=>y.clear(),style:{padding:".3em .4em",marginRight:".5em"}},"Clear"),r.createElement(Tm,{type:"button",onClick:()=>{T?(Bh.setOnline(void 0),A(!1),window.dispatchEvent(new Event("online"))):(Bh.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"}},r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"2em",height:"2em",viewBox:"0 0 24 24",stroke:T?dm.danger:"currentColor",fill:"none"},T?r.createElement(r.Fragment,null,r.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),r.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),r.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),r.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"}),r.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"}),r.createElement("line",{x1:"3",y1:"3",x2:"21",y2:"21"})):r.createElement(r.Fragment,null,r.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),r.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),r.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),r.createElement("path",{d:"M6.343 12.343a8 8 0 0 1 11.314 0"}),r.createElement("path",{d:"M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"}))),r.createElement(jm,{text:T?"Restore offline mock":"Mock offline behavior"}))))),r.createElement("div",{style:{overflowY:"auto",flex:"1"}},I.map(e=>r.createElement(ty,{queryKey:e.queryKey,activeQueryHash:C,setActiveQueryHash:R,key:e.queryHash,queryCache:y})))),C&&n?r.createElement(Zm,{activeQueryHash:C,queryCache:y,queryClient:m,errorTypes:p}):null,c?r.createElement(Tm,Hf({type:"button","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"true"},g,{style:{position:"absolute",zIndex:99999,margin:".5em",bottom:0,left:0,...g.style},onClick:e=>{a(!1),null==f||f(e)}}),"Close"):null))}),Zm=({queryCache:e,activeQueryHash:n,queryClient:o,errorTypes:a})=>{var i,s;const u=Jm(e,()=>e.getAll().find(e=>e.queryHash===n)),c=Jm(e,()=>{var t;return null==(t=e.getAll().find(e=>e.queryHash===n))?void 0:t.state}),l=null!=(i=Jm(e,()=>{var t;return null==(t=e.getAll().find(e=>e.queryHash===n))?void 0:t.isStale()}))&&i,d=null!=(s=Jm(e,()=>{var t;return null==(t=e.getAll().find(e=>e.queryHash===n))?void 0:t.getObserversCount()}))?s:0,p=t.useMemo(()=>{if(u&&null!=c&&c.error){const e=a.find(e=>{var t;return e.initializer(u).toString()===(null==(t=c.error)?void 0:t.toString())});return null==e?void 0:e.name}},[u,null==c?void 0:c.error,a]);if(!u||!c)return null;const h=e=>{var t;const n=null!=(t=null==e?void 0:e.initializer(u))?t:new Error("Unknown error from devtools"),r=u.options;u.setState({status:"error",error:n,fetchMeta:{...u.state.fetchMeta,__previousQueryOptions:r}})};return r.createElement(Im,null,r.createElement("div",{style:{padding:".5em",background:dm.backgroundAlt,position:"sticky",top:0,zIndex:1}},"Query Details"),r.createElement("div",{style:{padding:".5em"}},r.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"flex-start",justifyContent:"space-between"}},r.createElement(Pm,{style:{lineHeight:"1.8em"}},r.createElement("pre",{style:{margin:0,padding:0,overflow:"auto"}},ym(u.queryKey,!0))),r.createElement("span",{style:{padding:"0.3em .6em",borderRadius:"0.4em",fontWeight:"bold",textShadow:"0 2px 10px black",background:fm({queryState:c,isStale:l,observerCount:d,theme:dm}),flexShrink:0}},gm(u))),r.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"center",justifyContent:"space-between"}},"Observers: ",r.createElement(Pm,null,d)),r.createElement("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"}},"Last Updated:"," ",r.createElement(Pm,null,new Date(c.dataUpdatedAt).toLocaleTimeString()))),r.createElement("div",{style:{background:dm.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Actions"),r.createElement("div",{style:{padding:"0.5em",display:"flex",flexWrap:"wrap",gap:"0.5em",alignItems:"flex-end"}},r.createElement(Tm,{type:"button",onClick:()=>{const e=null==u?void 0:u.fetch();null==e||e.catch(ny)},disabled:"fetching"===c.fetchStatus,style:{background:dm.active}},"Refetch")," ",r.createElement(Tm,{type:"button",onClick:()=>o.invalidateQueries(u),style:{background:dm.warning,color:dm.inputTextColor}},"Invalidate")," ",r.createElement(Tm,{type:"button",onClick:()=>o.resetQueries(u),style:{background:dm.gray}},"Reset")," ",r.createElement(Tm,{type:"button",onClick:()=>o.removeQueries(u),style:{background:dm.danger}},"Remove")," ",r.createElement(Tm,{type:"button",onClick:()=>{var e;if("fetching"!==u.state.fetchStatus||void 0!==(null==(e=u.state.fetchMeta)?void 0:e.__previousQueryOptions))if(void 0===u.state.data)u.fetch(u.state.fetchMeta.__previousQueryOptions,{cancelRefetch:!0});else{const e=u.options;u.fetch({...e,queryFn:()=>new Promise(()=>{}),cacheTime:-1}),u.setState({data:void 0,status:"loading",fetchMeta:{...u.state.fetchMeta,__previousQueryOptions:e}})}},style:{background:dm.paused}},"loading"===u.state.status?"Restore":"Trigger"," ","loading")," ",0===a.length||"error"===u.state.status?r.createElement(Tm,{type:"button",onClick:()=>{u.state.error?o.resetQueries(u):h()},style:{background:dm.danger}},"error"===u.state.status?"Restore":"Trigger"," error"):r.createElement("label",null,"Trigger error:",r.createElement(Lm,{value:null!=p?p:"",style:{marginInlineStart:".5em"},onChange:e=>{const t=a.find(t=>t.name===e.target.value);h(t)}},r.createElement("option",{key:"",value:""}),a.map(e=>r.createElement("option",{key:e.name,value:e.name},e.name))))),r.createElement("div",{style:{background:dm.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Data Explorer"),r.createElement("div",{style:{padding:".5em"}},r.createElement(Qm,{label:"Data",value:c.data,defaultExpanded:{},copyable:!0})),r.createElement("div",{style:{background:dm.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Query Explorer"),r.createElement("div",{style:{padding:".5em"}},r.createElement(Qm,{label:"Query",value:u,defaultExpanded:{queryKey:!0}})))},ey=({queryCache:e})=>{const t=Jm(e,()=>e.getAll().filter(e=>"fresh"===gm(e)).length),n=Jm(e,()=>e.getAll().filter(e=>"fetching"===gm(e)).length),o=Jm(e,()=>e.getAll().filter(e=>"paused"===gm(e)).length),a=Jm(e,()=>e.getAll().filter(e=>"stale"===gm(e)).length),i=Jm(e,()=>e.getAll().filter(e=>"inactive"===gm(e)).length);return r.createElement(Am,null,r.createElement(Om,{style:{background:dm.success,opacity:t?1:.3}},"fresh ",r.createElement(Pm,null,"(",t,")"))," ",r.createElement(Om,{style:{background:dm.active,opacity:n?1:.3}},"fetching ",r.createElement(Pm,null,"(",n,")"))," ",r.createElement(Om,{style:{background:dm.paused,opacity:o?1:.3}},"paused ",r.createElement(Pm,null,"(",o,")"))," ",r.createElement(Om,{style:{background:dm.warning,color:"black",textShadow:"0",opacity:a?1:.3}},"stale ",r.createElement(Pm,null,"(",a,")"))," ",r.createElement(Om,{style:{background:dm.gray,opacity:i?1:.3}},"inactive ",r.createElement(Pm,null,"(",i,")")))},ty=r.memo(({queryKey:e,setActiveQueryHash:t,activeQueryHash:n,queryCache:o})=>{var a,i,s,u;const c=null!=(a=Jm(o,()=>{var t;return null==(t=o.find(e))?void 0:t.queryHash}))?a:"",l=Jm(o,()=>{var t;return null==(t=o.find(e))?void 0:t.state}),d=null!=(i=Jm(o,()=>{var t;return null==(t=o.find(e))?void 0:t.isStale()}))&&i,p=null!=(s=Jm(o,()=>{var t;return null==(t=o.find(e))?void 0:t.isDisabled()}))&&s,h=null!=(u=Jm(o,()=>{var t;return null==(t=o.find(e))?void 0:t.getObserversCount()}))?u:0;return l?r.createElement("div",{role:"button","aria-label":"Open query details for "+c,onClick:()=>t(n===c?"":c),style:{display:"flex",borderBottom:"solid 1px "+dm.grayAlt,cursor:"pointer",background:c===n?"rgba(255,255,255,.1)":void 0}},r.createElement("div",{style:{flex:"0 0 auto",width:"2em",height:"2em",background:fm({queryState:l,isStale:d,observerCount:h,theme:dm}),display:"flex",alignItems:"center",justifyContent:"center",fontWeight:"bold",textShadow:d?"0":"0 0 10px black",color:d?"black":"white"}},h),p?r.createElement("div",{style:{flex:"0 0 auto",height:"2em",background:dm.gray,display:"flex",alignItems:"center",fontWeight:"bold",padding:"0 0.5em"}},"disabled"):null,r.createElement(Pm,{style:{padding:".5em"}},""+c)):null});function ny(){}ty.displayName="QueryRow";const ry="development"!==process.env.NODE_ENV?function(){return null}:function({initialIsOpen:e,panelProps:t={},closeButtonProps:n={},toggleButtonProps:o={},position:a="bottom-left",containerElement:i="aside",context:s,styleNonce:u,panelPosition:c="bottom",errorTypes:l=[]}){const d=r.useRef(null),p=r.useRef(null),[h,f]=lg("reactQueryDevtoolsOpen",e),[g,m]=lg("reactQueryDevtoolsHeight",_m),[y,v]=lg("reactQueryDevtoolsWidth",_m),[b="bottom",k]=lg("reactQueryDevtoolsPanelPosition",c),[_,w]=r.useState(!1),[x,E]=r.useState(!1),S=function(){const e=r.useRef(!1),t=r.useCallback(()=>e.current,[]);return r.useEffect(()=>(e.current=!0,()=>{e.current=!1}),[]),t}();r.useEffect(()=>{w(null!=h&&h)},[h,_,w]),r.useEffect(()=>{const e=p.current;if(e){const t=()=>{_&&(e.style.visibility="visible")},n=()=>{_||(e.style.visibility="hidden")};return e.addEventListener("transitionstart",t),e.addEventListener("transitionend",n),()=>{e.removeEventListener("transitionstart",t),e.removeEventListener("transitionend",n)}}},[_]),r.useEffect(()=>{var e;if(_&&null!=(e=d.current)&&e.parentElement){const{parentElement:e}=d.current,t=Sm("padding",b),n=xm(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:g)+"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})}}},[_,b,g,y]);const{style:C={},...R}=t,{style:I={},onClick:T,...A}=o,O=function({position:e="bottom",height:t,width:n,devtoolsTheme:r,isOpen:o,isResizing:a,panelStyle:i}){const s=Em(e),u=Sm("border",s),c=xm(e);return{...i,direction:"ltr",position:"fixed",[e]:0,[u]:"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: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:_m}:{left:0,width:"100%",maxHeight:"90%",height:"number"==typeof t&&t>=70?t:_m}}}({position:b,devtoolsTheme:dm,isOpen:_,height:g,width:y,isResizing:x,panelStyle:C});return S()?r.createElement(i,{ref:d,className:"ReactQueryDevtools","aria-label":"React Query Devtools"},r.createElement(hm,{theme:dm},r.createElement(Xm,Hf({ref:p,context:s,styleNonce:u,position:b,onPositionChange:k,showCloseButton:!0,closeButtonProps:n},R,{style:O,isOpen:_,setIsOpen:f,onDragStart:e=>((e,t)=>{if(!e)return;if(0!==t.button)return;const n=xm(b);E(!0);const{height:r,width:o}=e.getBoundingClientRect(),a=t.clientX,i=t.clientY;let s=0;const u=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),m(s)),f(!(s<70))},c=()=>{x&&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}))),_?null:r.createElement("button",Hf({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"===a?{top:"0",right:"0"}:"top-left"===a?{top:"0",left:"0"}:"bottom-right"===a?{bottom:"0",right:"0"}:{bottom:"0",left:"0"},...I}}),r.createElement(Ym,{"aria-hidden":!0}),r.createElement(jm,{text:"Open React Query Devtools"}))):null};process.env.NODE_ENV;var oy,ay={backgroundColor:"#fcfcff",width:"100%",zIndex:1e7,height:"100%",position:"absolute"};exports.ApiErrorCodes=void 0,(oy=exports.ApiErrorCodes||(exports.ApiErrorCodes={})).ECONNABORTED="ECONNABORTED",oy.ETIMEDOUT="ETIMEDOUT",oy.ERR_BAD_REQUEST="ERR_BAD_REQUEST";var iy=["LOCAL","DEV","STG"].includes(process.env.ENVIRONMENT||"");"undefined"!=typeof window&&iy&&function(){e.__awaiter(this,void 0,void 0,function(){var t;return e.__generator(this,function(e){switch(e.label){case 0:if(!Ha())return console.info('MSW is disabled. Run "window.enableMSW()" to enable it.'),[2];console.info('MSW is enabled. Run "window.disableMSW()" to disable it.'),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,Ga.start({serviceWorker:{url:"/mockServiceWorker.js"},onUnhandledRequest:"bypass"})];case 2:return e.sent(),[3,4];case 3:return t=e.sent(),console.error("Error starting MSW:",t),[3,4];case 4:return[2]}})})}(),exports.Api=fh,exports.ApiProvider=function(n){var r=this,o=n.children,a=process.env.ENVIRONMENT,i=t.useMemo(function(){return"DEV"!==a&&"LOCAL"!==a?"testing":"live"},[a]),s=t.useState(!1),u=s[0],c=s[1],l=t.useCallback(function(t){return e.__awaiter(r,void 0,void 0,function(){var n,r,o,a,s;return e.__generator(this,function(u){switch(u.label){case 0:return n=localStorage.getItem("headers"),r=n&&JSON.parse(n),o=localStorage.getItem("isTesting")&&"OFF"!==localStorage.getItem("isTesting")?"testing":"live",a=localStorage.getItem("x-organization-code"),s=a?JSON.parse(a).value:"",[4,mh.refreshInstance({headers:e.__assign(e.__assign({},r),{"X-Environment":o||i,"x-organization-code":s,"x-account-code":t.detail.accountCode,"X-Content-Type-Options":"nosniff"})})];case 1:return u.sent(),[2]}})})},[i]);t.useEffect(function(){return addEventListener("ACCOUNT_CHANGED",l),function(){window.removeEventListener("ACCOUNT_CHANGED",l)}},[l]);var d=t.useCallback(function(t){return e.__awaiter(r,void 0,void 0,function(){var n,r,o,a,s,u,l;return e.__generator(this,function(d){switch(d.label){case 0:return n=localStorage.getItem("headers"),(r=n&&JSON.parse(n))?(o=localStorage.getItem("x-organization-code"),a=localStorage.getItem("account"),s=a?null===(l=JSON.parse(a).value)||void 0===l?void 0:l.code:"",u=o?JSON.parse(o).value:"",[4,mh.refreshInstance({headers:e.__assign(e.__assign({},r),{"X-Environment":t||i,"x-organization-code":u,"x-account-code":s,"X-Content-Type-Options":"nosniff"})})]):[3,2];case 1:d.sent(),jf.refetchQueries(["fetch-profile","accountsV2","accounts","fetch-all-organizations","fetch-permissions"]),c(!0),d.label=2;case 2:return[2]}})})},[i,c]);return t.useEffect(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?d(n):"token"===t.key&&d(e)}}),d(e)},[c,d]),u?React.createElement(_f,{client:jf},o,React.createElement(ry,{initialIsOpen:!1})):React.createElement("div",{style:ay})},exports.ApiSingleton=mh,exports.FEEDBACK_ISSUE_OPTIONS=[{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"}],exports.getQueryKeyGetNameAndIcon=zf,exports.getQueryKeyRequiredFields=qf,exports.queryCache=Lf,exports.queryClient=jf,exports.use3DSExemptions=function(){var t=this;return Cf({queryKey:["smart-routing-3ds-excemptions"],queryFn:function(){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().get3DSExemptions()];case 1:return[2,e.sent().data]}})})},useErrorBoundary:!1})},exports.useAICreateWorkflow=function(t,n){return void 0===n&&(n={}),Rf(function(e){return mh.getInstance().generateAIWorkflowRoutes(t,e).then(function(e){return null==e?void 0:e.data})},e.__assign(e.__assign({},n),{useErrorBoundary:!1}))},exports.useAccountCode=Df,exports.useAddToRiskList=function(){return Rf(function(e){var t=e.paymentId,n=e.payload;return mh.getInstance().addToRiskList(t,n)})},exports.useAllFeatureFlags=function(n){var r=this,o=Cf({queryKey:["all-feature-flags",Object.values(n).filter(Boolean)],queryFn:function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getFeatureFlagIdAll({accountCode:n.account_code}).then(function(e){return null==e?void 0:e.data})]})})},enabled:!!n.account_code&&!!n.organization_code&&!!n.email,cacheTime:9e5,useErrorBoundary:!1}),a=kf();return t.useEffect(function(){a.setQueryData(["cached-feature-flags"],o)},[o,a]),o},exports.useAllowListDetail=function(e,t,n){return Cf(["allow-list-detail",e],function(){return mh.getInstance().getAllowlistDetail(e,t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{enabled:!!e&&!!n})},exports.useBlackListDetail=function(e,t,n,r,o,a){return Cf(["black-list-detail",e,t,r,o,a],function(){return mh.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})},exports.useBulkCreateInstallmentsPlans=function(){return Rf(["bulk-create-installments-plans"],function(e){var t=e.payload;return mh.getInstance().bulkCreateInstallmentsPlans(t).then(function(e){return null==e?void 0:e.data})})},exports.useBulkDeleteInstallmentsPlans=function(){return Rf(["bulk-delete-installments-plans"],function(e){var t=e.payload;return mh.getInstance().bulkDeleteInstallmentsPlans(t).then(function(e){return null==e?void 0:e.data})})},exports.useCachedFeatureFlag=function(t){var n,r,o=kf(),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=Cf({queryKey:["cached-feature-flags"],queryFn:function(){},enabled:!1,select:function(e){var n;return{result:null===(n=null==e?void 0:e.data)||void 0===n?void 0:n[t]}},initialData:function(){var e=o.getQueryData(["cached-feature-flags"]);return(null==e?void 0:e.data)||{}}});return e.__assign(e.__assign({},s),{isLoading:i})},exports.useCancelReport=function(){return Rf(function(e){return mh.getInstance().cancelReport(e).then(function(e){return null==e?void 0:e.data})})},exports.useCancelSubscription=function(){return Rf(["post-cancel-subscription"],function(e){var t=e.subscriptionCode;return mh.getInstance().postCancelSubscription(t).then(function(e){return null==e?void 0:e.data})})},exports.useChangePasswordV2=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().changePasswordV2(n).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})},exports.useChangePaymentsWebhook=function(){return Rf(["change-payments-webhook"],function(e){var t=e.status,n=e.paymentCode;return mh.getInstance().postChangePaymentsWebhook({status:t,paymentCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useChangeStatusBlackList=function(){return Rf(["change-blacklist"],function(e){return mh.getInstance().changeBlackListStatus(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useChangeStatusItemBlackList=function(){return Rf(["change-blacklist-item"],function(e){return mh.getInstance().changeBlackListStatusItem(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useChangeStylingSettings=function(){return Rf(function(e){var t=e.accountCode,n=e.payload;return mh.getInstance().changeStylingSettings({accountCode:t,payload:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})},exports.useChangeTemplateStatus=function(){var t=this;return Rf(["PATCH/template-reporting/report-templates/status"],function(n){var r=n.templateId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().changeTemplateStatus(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})},exports.useChargebacksUpload=function(){return Rf(function(e){var t=e.payload,n=e.paymentId,r=e.transactionId,o=e.handleSetProgress;return mh.getInstance().uploadChargebacks(t,n,r,o)})},exports.useChartAssistantSocket=function(){var e=t.useRef(null),n=t.useRef(null),r=t.useRef(null),o=t.useState(!1),a=o[0],i=o[1],s=t.useState(null),u=s[0],c=s[1],l=t.useState(null),d=l[0],p=l[1],h=t.useCallback(function(){n.current&&(clearInterval(n.current),n.current=null),r.current&&(clearTimeout(r.current),r.current=null)},[]),f=t.useCallback(function(){n.current&&(clearInterval(n.current),n.current=null),r.current&&(clearTimeout(r.current),r.current=null),p(null);try{var t=new WebSocket("".concat(gh["WS_URL_".concat(gh.ENVIRONMENT)],"/data-assistant/charts/ws"));e.current=t,t.onopen=function(){i(!0);var e=localStorage.getItem("token");e&&t.send(JSON.stringify({type:"auth",token:e})),n.current=setInterval(function(){t.readyState===WebSocket.OPEN?t.send(JSON.stringify({type:"ping"})):(h(),i(!1))},3e4)},t.onmessage=function(e){try{var t=JSON.parse(e.data);c(t)}catch(e){p("Failed to parse server response")}},t.onerror=function(e){p("Connection error occurred"),i(!1)},t.onclose=function(e){i(!1),h(),e.wasClean||1e3===e.code||(r.current=setTimeout(function(){f()},5e3))}}catch(e){p("Failed to establish connection")}},[]),g=t.useCallback(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}))},[]),m=t.useCallback(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}))},[]),y=t.useCallback(function(){c(null)},[]),v=t.useCallback(function(){n.current&&(clearInterval(n.current),n.current=null),r.current&&(clearTimeout(r.current),r.current=null),e.current&&(i(!1),e.current.close(1e3,"Manual disconnect"),e.current=null)},[]);return t.useEffect(function(){return f(),function(){h(),v()}},[]),{subscribe:g,unsubscribe:m,disconnect:v,connect:f,clearChartData:y,isConnected:a,chartData:u,connectionError:d}},exports.useChartExecute=function(e){return Cf(["chartgpt-chart-execute",e],function(){return mh.getInstance().executeChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e})},exports.useCloneTemplate=function(){var t=this;return Rf(["POST/template-reporting/report-templates/clone"],function(n){var r=n.templateId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().cloneReportTemplate(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})},exports.useCommunicationDetails=function(e,t){return Cf(["fetch-communication-details",e],function(){return mh.getInstance().getCommunicationDetails(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,useErrorBoundary:!1,cacheTime:0})},exports.useCommunications=function(e){var t;return Cf(["fetch-communications",e],function(){return mh.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})},exports.useCommunicationsByDay=function(t,n){return Cf(e.__assign({queryKey:["smart-recovery-communications-by-day",t],queryFn:function(){return e.__awaiter(void 0,void 0,void 0,function(){var n,r,o;return e.__generator(this,function(e){switch(e.label){case 0:return n=mh.getInstance(),r={start_date:t.start_date||"",end_date:t.end_date||"",organization_code:t.organization_code,account_codes:t.account_code||[],countries:t.countries||[],channels:t.channels||[],focuses:t.focuses||[],timezone:t.timezone},[4,n.post("/nova-insights/communications-by-day",r)];case 1:return o=e.sent(),[2,(a=o.data,i=r.start_date,s=r.end_date,u=a.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=Bf(null==c?void 0:c.rows,i,s),h=Bf(null==l?void 0:l.rows,i,s),f=Bf(null==d?void 0:d.rows,i,s),{communications:{distribution:p.map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Uf(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==c?void 0:c.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:Uf(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==l?void 0:l.value)||"0")}})]}var a,i,s,u,c,l,d,p,h,f})})},enabled:!!t.organization_code,staleTime:3e5},n))},exports.useCommunicationsBySubstatus=function(t,n){return Cf(e.__assign({queryKey:["smart-recovery-communications-by-substatus",t],queryFn:function(){return e.__awaiter(void 0,void 0,void 0,function(){var n,r,o;return e.__generator(this,function(e){switch(e.label){case 0:return n=mh.getInstance(),r={start_date:t.start_date||"",end_date:t.end_date||"",organization_code:t.organization_code,account_codes:t.account_code||[],countries:t.countries||[],channels:t.channels||[],focuses:t.focuses||[],timezone:t.timezone},[4,n.post("/nova-insights/communications-by-substatus",r)];case 1:return o=e.sent(),[2,Ff(o.data)]}})})},enabled:!!t.organization_code,staleTime:3e5},n))},exports.useCommunicationsFilters=function(){return Cf(["fetch-communications-filters"],function(){return mh.getInstance().getCommunicationsFilters().then(function(e){return null==e?void 0:e.data})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})},exports.useCommunicationsSubstatusByDay=function(t,n){return Cf(e.__assign({queryKey:["smart-recovery-communications-substatus-by-day",t],queryFn:function(){return e.__awaiter(void 0,void 0,void 0,function(){var n,r,o;return e.__generator(this,function(e){switch(e.label){case 0:return n=mh.getInstance(),r={start_date:t.start_date||"",end_date:t.end_date||"",organization_code:t.organization_code,account_codes:t.account_code||[],countries:t.countries||[],channels:t.channels||[],focuses:t.focuses||[],timezone:t.timezone},[4,n.post("/nova-insights/communications-substatus-by-day",r)];case 1:return o=e.sent(),[2,Gf(o.data,r.start_date,r.end_date)]}})})},enabled:!!t.organization_code,staleTime:3e5},n))},exports.useConfirmedOtpMfa=function(){return Rf(function(e){return mh.getInstance().confirmMfaOtp(e).then(function(e){return null==e?void 0:e.data})})},exports.useCountRowsForReport=function(){return Rf(function(e){return mh.getInstance().getTotalRowsForExport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.useCreateAndExecuteChart=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){var t,r,o,a,i;return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().createChartGPTChart(n)];case 1:if(t=e.sent(),!(r=null!==(a=null===(o=null==t?void 0:t.data)||void 0===o?void 0:o.chartgpt_id)&&void 0!==a?a:null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:r}]}})})},{useErrorBoundary:!1})},exports.useCreateAndExecuteChartWithTimezone=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){var t,r,o,a,i;return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().createChartGPTChart(n)];case 1:if(t=e.sent(),!(r=null!==(a=null===(o=null==t?void 0:t.data)||void 0===o?void 0:o.chartgpt_id)&&void 0!==a?a:null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:r}]}})})},{useErrorBoundary:!1})},exports.useCreateChart=function(){return Rf(function(e){return mh.getInstance().createChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useCreateChartWithTimezone=function(){return Rf(function(e){return mh.getInstance().createChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useCreateInstallmentsPlan=function(){return Rf(["create-installments-plan"],function(e){var t=e.payload;return mh.getInstance().createInstallmentsPlan(t).then(function(e){return null==e?void 0:e.data})})},exports.useCreateMonitorTemplate=function(e){return Rf(function(t){return mh.getInstance().createMonitorTemplate(t,e).then(function(e){return e.data})})},exports.useCreateMonitorThreshold=function(e){return Rf(function(t){return mh.getInstance().createMonitorThreshold(t,e).then(function(e){return e.data})})},exports.useCreateOperationTransaction=function(){return Rf(function(e){var t=e.payload,n=e.transactionId,r=e.paymentId,o=e.action;return mh.getInstance().createOperationTransaction(t,n,r,o)})},exports.useCreatePaymentLinks=function(){return Rf(["post-payment-links"],function(e){var t=e.payload,n=e.accountCode;return mh.getInstance().postPaymentLinks({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data})})},exports.useCreateReconciliationAlert=function(){return Rf(["POST/reconciliation/alerts"],function(e){return mh.getInstance().postReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){jf.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})},exports.useCreateReconciliationReportTemplate=function(t){var n=this;return Rf(function(){return mh.getInstance().createReconciliationReportTemplate(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{onMutate:function(t){return e.__awaiter(n,void 0,void 0,function(){var n,r;return e.__generator(this,function(o){switch(o.label){case 0:return[4,jf.cancelQueries({queryKey:["GET/reconciliation/reports/templates"]})];case 1:return o.sent(),n=null===(r=jf.getQueryData(["GET/reconciliation/reports/templates"]))||void 0===r?void 0:r.templates,jf.setQueryData(["GET/reconciliation/reports/templates"],function(n){return{templates:e.__spreadArray(e.__spreadArray([],n.templates,!0),[t],!1)}}),[2,{previousTemplates:n}]}})})},onError:function(e,t,n){jf.setQueryData(["GET/reconciliation/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){jf.invalidateQueries({queryKey:["GET/reconciliation/reports/templates"]})},useErrorBoundary:!1})},exports.useCreateReconciliationsReportV2=function(){return Rf(function(e){return mh.getInstance().createReconciliationsReportV2(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useCreateReconciliationsReportV3=function(){return Rf(function(e){return mh.getInstance().createReconciliationsReportV3(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useCreateReportTemplate=function(t){var n=this;return Rf(function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().createReportTemplate(t).then(function(e){return null==e?void 0:e.data})]})})},{onMutate:function(t){return e.__awaiter(n,void 0,void 0,function(){var n;return e.__generator(this,function(r){switch(r.label){case 0:return[4,jf.cancelQueries({queryKey:["GET/reports/templates"]})];case 1:return r.sent(),n=jf.getQueryData(["GET/reports/templates"]),jf.setQueryData(["GET/reports/templates"],function(n){return e.__spreadArray(e.__spreadArray([],n,!0),[t],!1)}),[2,{previousTemplates:n}]}})})},onError:function(e,t,n){jf.setQueryData(["GET/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){jf.invalidateQueries({queryKey:["GET/reports/templates"]})}})},exports.useCreateReportV2=function(){return Rf(function(e){return mh.getInstance().createReportV2(e).then(function(e){return null==e?void 0:e.data})})},exports.useCreateRoles=function(){return Rf(function(e){var t=e.payload,n=e.accountCode;return mh.getInstance().createRoles(t,n).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useCreateSamlConfig=function(){return Rf(function(e){return mh.getInstance().createSamlConfig(e)})},exports.useCreateSchedule=function(){var t=this;return Rf(["POST/template-reporting/report-schedules"],function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().createReportSchedule(n).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})},exports.useCreateScheduledReport=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postScheduledReport(t).then(function(e){return{data:e.data,status:e.status}}).catch(function(e){return e})})},exports.useCreateSubscription=function(){return Rf(["post-subscription"],function(e){return mh.getInstance().postSubscription(e).then(function(e){return null==e?void 0:e.data})})},exports.useCreateTemplate=function(){var t=this;return Rf(["POST/template-reporting/report-templates"],function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().createTemplateReporting(n).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})},exports.useCreateUserAuth0=function(){return Rf(function(e){return mh.getInstance().createUserAuth0(e)})},exports.useCreateWorkflow=function(t,n,r){var o=this;return void 0===r&&(r=null),Rf(function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().postSmartRoutingCreateWorkflow(t,n).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})},r)},exports.useDeleteAccountsUserMassive=function(){return Rf(function(e){var t=e.organizationCode,n=e.userCode,r=e.payload;return mh.getInstance().deleteAccountsUserMassive(t,n,r)})},exports.useDeleteAllowlistItem=function(){return Rf(["delete-allowlist-item"],function(e){return mh.getInstance().deleteAllowlistItem({payload:e}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.useDeleteBlackListType=function(){return Rf(["delete-blacklist"],function(e){var t=e.black_list_code;return mh.getInstance().deleteBlackListType({black_list_code:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useDeleteBlockListItem=function(){return Rf(["delete-blacklist-items"],function(e){var t=e.blocklist_code,n=e.blocklist_item_id,r=e.account_code;return mh.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})})},exports.useDeleteChart=function(){return Rf(function(e){return mh.getInstance().deleteChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useDeleteCustomizedApiKeys=function(){return Rf(function(e){var t=e.code;return mh.getInstance().deleteCustomizedApiKeys(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.useDeleteInstallmentsPlan=function(){return Rf(["delete-installments-plan"],function(e){var t=e.code;return mh.getInstance().deleteInstallmentsPlan(t).then(function(e){return null==e?void 0:e.data})})},exports.useDeletePaymentLink=function(){return Rf(["post-delete-payment-link"],function(e){var t=e.code;return mh.getInstance().postDeletePaymentLink({code:t}).then(function(e){return null==e?void 0:e.data})})},exports.useDeleteReconciliationAlert=function(){return Rf(["DELETE/reconciliation/alerts"],function(e){return mh.getInstance().deleteReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){jf.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})},exports.useDeleteReportTemplate=function(){return Rf(function(e){return mh.getInstance().deletePaymentsReportTemplate(e).then(function(e){return null==e?void 0:e.data})})},exports.useDeleteRoles=function(){return Rf(function(e){return mh.getInstance().deleteRoles(e).then(function(e){return null==e?void 0:e.data})})},exports.useDeleteSamlConfig=function(){return Rf(function(){return mh.getInstance().deleteSamlConfig()})},exports.useDeleteSchedule=function(){var t=this;return Rf(["DELETE/template-reporting/report-schedules"],function(n){var r=n.scheduleId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().deleteReportSchedule(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})},exports.useDeleteScheduledReport=function(){return Rf(function(e){return mh.getInstance().deleteScheduledReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useDeleteTemplate=function(){var t=this;return Rf(["DELETE/template-reporting/report-templates"],function(n){var r=n.templateId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().deleteReportTemplate(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})},exports.useDeleteUserTeamV2=function(){return Rf(function(e){var t=e.userCode,n=e.organizationCode;return mh.getInstance().deleteUserTeamV2({userCode:t,organizationCode:n}).then(function(e){return null==e?void 0:e.data})})},exports.useDeleteVersion=function(e,t){var n=e.versionCode,r=e.accountCode;return void 0===t&&(t=null),Rf(function(){return mh.getInstance().deleteSmartRoutingVersion(r,n).then(function(e){return null==e?void 0:e.data})},t)},exports.useDeleteWebhookV2=function(e){return Rf(function(e){var t=e.code,n=e.accountCode;return mh.getInstance().deleteWebhookV2(t,n)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})},exports.useDisableSchedule=function(){var t=this;return Rf(["PATCH/template-reporting/report-schedules/disable"],function(n){var r=n.scheduleId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().disableReportSchedule(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})},exports.useDuplicateAccount=function(){return Rf(function(t){var n=e.__spreadArray([exports.DuplicateSetting.ACCOUNT],t.duplicate_order,!0);return mh.getInstance().duplicateAccount(e.__assign(e.__assign({},t),{duplicate_order:n}))})},exports.useDuplicateVersion=function(e,t){var n=e.versionCode,r=e.accountCode,o=e.routingType,a=void 0===o?exports.SmartRouting.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Rf(function(){return mh.getInstance().postSmartRoutingDuplicateVersion(r,String(n),a).then(function(e){return null==e?void 0:e.data})},t)},exports.useEditPaymentLinks=function(){return Rf(["patch-payment-links"],function(e){var t=e.payload,n=e.accountCode,r=e.paymentLinkCode;return mh.getInstance().patchPaymentLinks({payload:t,accountCode:n,paymentLinkCode:r}).then(function(e){return null==e?void 0:e.data})})},exports.useEditRoles=function(){var t=this;return Rf(function(n){var r=n.payload,o=n.id,a=n.accountCode;return e.__awaiter(t,void 0,void 0,function(){var t;return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().editRoles({payload:r,id:o},a)];case 1:return[2,null==(t=e.sent())?void 0:t.data]}})})},{useErrorBoundary:!1})},exports.useEmailVerification=function(e){return Cf(["email-verification",e],function(){return mh.getInstance().emailVerification(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})},exports.useExcludeUsers=function(){return Rf(function(e){var t=e.payload,n=e.organizationCode;return mh.getInstance().mfaExcludeUsers(t,n)})},exports.useExportApiLogs=function(){return Rf(function(e){return mh.getInstance().postExportApiLogs(e).then(function(e){return null==e?void 0:e.data})})},exports.useExportDashboardLogs=function(){return Rf(function(e){return mh.getInstance().postExportDashboardLogs(e).then(function(e){return null==e?void 0:e.data})})},exports.useExportMonitorsLogs=function(){return Rf(function(e){return mh.getInstance().postExportMonitorsLogs(e).then(function(e){return null==e?void 0:e.data})})},exports.useExportWebhooksLogs=function(){return Rf(function(e){return mh.getInstance().postExportWebhooksLogs(e).then(function(e){return null==e?void 0:e.data})})},exports.useFeatureFlags=function(t){var n=this,r=Object.values(t).filter(Boolean);return Cf(["feature-flags",r],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getFeatureFlagId(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:r.length>1,useErrorBoundary:!1})},exports.useFetchUserExportDetail=function(){var t=this,n=kf();return function(r){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,n.fetchQuery(["user-export-status",r],function(){return mh.getInstance().getUserExportStatus({exportCode:r}).then(function(e){return null==e?void 0:e.data})})]})})}},exports.useFirebaseUserSubscribe=function(e){return Rf(function(e){var t=e.payload;return mh.getInstance().firebaseUserSubscribe(t)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})},exports.useGenerateFeedback=function(t){return void 0===t&&(t={}),Rf(function(e){return mh.getInstance().postAIGenerationFeedback(e).then(function(e){return null==e?void 0:e.data})},e.__assign(e.__assign({},t),{useErrorBoundary:!1}))},exports.useGetAccounts=function(e){var t,n=Pf(),r=null!==(t=null!=e?e:n)&&void 0!==t?t:null;return Cf({queryKey:["accounts",r],queryFn:function(){return mh.getInstance().getAccounts(r).then(function(e){return null==e?void 0:e.data})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!r})},exports.useGetAccountsByUser=function(e){return Cf(["accountsV2-by-user",e],function(){return e?mh.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})},exports.useGetAccountsForImpersonation=function(t,n){var r=this;return Cf({queryKey:["accounts-for-impersonation",t,n],queryFn:function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getAccountsForImpersonation(t).then(function(e){var t,r;return(null===(r=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.response)||void 0===r?void 0:r.map(function(e){return{label:e.name,value:n?e.code_testing:e.code_live,code_live:e.code_live,code_testing:e.code_testing}}))||[]})]})})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!t})},exports.useGetAccountsV2=function(e){return Cf(["accountsV2",e],function(){return mh.getInstance().getAccountsV2().then(function(e){return(null==e?void 0:e.data)||[]}).catch(function(e){throw e})},{keepPreviousData:!0,enabled:!!e,useErrorBoundary:!1})},exports.useGetAllConfigRules=function(){return Cf(["config-rules"],function(){return mh.getInstance().getAllConfigRules().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0})},exports.useGetAllOrganizations=function(){return Cf(["fetch-all-organizations",Pf()],function(){return mh.getInstance().getAllOrganization().then(function(e){return(null==e?void 0:e.data)||[]})},{cacheTime:36e5,keepPreviousData:!0,useErrorBoundary:!1})},exports.useGetAllReconciliationsAdvancements=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/advancements/list",t,n],function(){return mh.getInstance().getReconciliationAdvancements(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetAllReconciliationsAgenda=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/agenda/list",t,n],function(){return mh.getInstance().getReconciliationAgenda(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetAllReconciliationsAlerts=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/alerts/list",t,n],function(){return mh.getInstance().getReconciliationAlerts(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetAllReconciliationsFees=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/fees/list",t,n],function(){return mh.getInstance().getReconciliationFees(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetAllReconciliationsSales=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/sales/list",t,n],function(){return mh.getInstance().getReconciliationSales(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetAllTableColumns=function(e){return Cf(["GET/v1/reconciliation/table/".concat(e,"/columns")],function(){return mh.getInstance().getAllTableColumns(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.useGetAllowedIps=function(){return Cf(["developers-get-allowed-ips"],function(){return mh.getInstance().getAllowedIps().then(function(t){return(null==t?void 0:t.data)?e.__assign(e.__assign({},null==t?void 0:t.data),{isError:!1}):null}).catch(function(t){return e.__assign(e.__assign({},t),{isError:!0})})},{enabled:!1,cacheTime:0})},exports.useGetApiLogsByTransactionCode=function(e,t){return Cf(["api-logs-by-transaction",e,t],function(){return mh.getInstance().getApiLogsByTransactionCode(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})},exports.useGetApiLogsDetailByPaymentCode=function(e){return Cf(["api-logs-detail",e],function(){return mh.getInstance().getApiLogsDetailByPaymentCode(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,cacheTime:0,useErrorBoundary:!1})},exports.useGetAuditEvents=function(e){return Cf(["events",e],function(){return mh.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})},exports.useGetAuditExportDownload=function(e,t,n){return void 0===t&&(t=!1),Cf(["audit-export-download",e],function(){return mh.getInstance().getAuditExportDownload(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&t,cacheTime:0,useErrorBoundary:!1,onSuccess:n})},exports.useGetAuditExportsList=function(e,t){return void 0===t&&(t=!0),Cf(["audit-exports-list",e],function(){return mh.getInstance().getAuditExportsList(e).then(function(e){return null==e?void 0:e.data})},{enabled:t,cacheTime:0,useErrorBoundary:!1})},exports.useGetAuditLogsFilters=function(){return Cf(["/cms/audit-logs-filters"],function(){return mh.getInstance().useGetAuditLogsFilters().then(function(e){return Xp(e)?rh:null==e?void 0:e.data}).catch(function(){return rh})})},exports.useGetAuditMonitorEventDetail=function(e){return Cf(["audit-monitor-event-detail",e],function(){return mh.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})},exports.useGetBatchRefundProcessedFileDownload=function(){var t=this;return Rf(function(n){var r=n.batchRefundId,o=n.organizationCode,a=n.accountCode;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getBatchRefundProcessedFileDownload(r,o,a).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})},exports.useGetBatchRefundUserFileDownload=function(){var t=this;return Rf(function(n){var r=n.batchRefundId,o=n.organizationCode,a=n.accountCode;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getBatchRefundUserFileDownload(r,o,a).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})},exports.useGetBatchRefunds=function(t,n){var r=this;return void 0===t&&(t=26),void 0===n&&(n=0),Cf(["batch-refunds",t,n],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getBatchRefunds(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]})})},{cacheTime:0})},exports.useGetBlackList=function(e,t){return void 0===t&&(t=!0),Cf(["get-black-list",e],function(){return mh.getInstance().getBlackListType(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:!!e&&t})},exports.useGetBlockListSummary=function(e,t,n){return Cf(["get-block-list-summary",e,t,n],function(){var r=mh.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})},exports.useGetCardBrands=function(){return Cf(["GET/catalog/card-brands"],function(){return mh.getInstance().getCardBrands().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useGetChartFeedback=function(t){var n=this,r=t.chartCode,o=t.enabled;return Cf(["chart-feedback",r],function(){return e.__awaiter(n,void 0,void 0,function(){var t,n,o,a,i;return e.__generator(this,function(e){switch(e.label){case 0:t=mh.getInstance(),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,t.getChartFeedback(r)];case 2:return n=e.sent(),(o=null==n?void 0:n.data)&&o.rating?[2,o]:[2,null];case 3:if(a=e.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===o||o)&&!!r,staleTime:3e5})},exports.useGetChartsByUser=function(){return Cf(["chartgpt-user-charts"],function(){return mh.getInstance().getChartsByUser().then(function(e){return null==e?void 0:e.data})},{cacheTime:0})},exports.useGetChartsByUserWithResults=function(){var t=this;return Cf(["chartgpt-user-charts-with-results"],function(){return e.__awaiter(t,void 0,void 0,function(){var t,n,r,o=this;return e.__generator(this,function(a){switch(a.label){case 0:return[4,(t=mh.getInstance()).getChartsByUser()];case 1:return n=a.sent(),r=(null==n?void 0:n.data)||[],[4,Promise.all(r.map(function(n){return e.__awaiter(o,void 0,void 0,function(){var r,o,a,i,s,u,c,l;return e.__generator(this,function(d){switch(d.label){case 0:return d.trys.push([0,2,,3]),[4,t.executeChartGPTChart(n.code)];case 1:return r=d.sent(),[2,e.__assign(e.__assign({},n),{user_prompt:null!==(i=null===(a=null==r?void 0:r.data)||void 0===a?void 0:a.user_prompt)&&void 0!==i?i:n.user_prompt,unit_to_display:null!==(u=null===(s=null==r?void 0:r.data)||void 0===s?void 0:s.unit_to_display)&&void 0!==u?u:n.unit_to_display,results:null!==(l=null===(c=null==r?void 0:r.data)||void 0===c?void 0:c.results)&&void 0!==l?l:[]})];case 2:return o=d.sent(),console.error("Failed to execute chart ".concat(n.chart_id,":"),o),[2,e.__assign(e.__assign({},n),{results:[]})];case 3:return[2]}})})}))];case 2:return[2,a.sent()]}})})})},exports.useGetCheckouts=function(t,n){var r=t.accountCode;return Cf(["checkouts",r],function(){return mh.getInstance().getCheckouts({accountCode:r}).then(function(e){return e.data})},e.__assign({cacheTime:0,enabled:Boolean(r),useErrorBoundary:!1},n))},exports.useGetConditionalConfigRules=function(){return Rf(function(e){return mh.getInstance().getConditionalConfigRules(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useGetConfigAllowlist=function(e,t){return Cf(["get-cofig-allow-list",e],function(){return mh.getInstance().getConfigAllowlist(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0,enabled:!!e&&!!t})},exports.useGetConnections=function(){return Cf(["connections"],function(){return mh.getInstance().getConnections().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.useGetConnectionsByPaymentMethod=function(e){var t=e.accountCode,n=e.paymentMethod;return Cf(["fetch-connections-by-payment-method",n,t],function(){return mh.getInstance().getConnectionsByPaymentMethod(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!n&&!!t,cacheTime:0,useErrorBoundary:!1})},exports.useGetCountriesConfigPaymentLink=function(e){return void 0===e&&(e=!0),Cf(["countries",e],function(){return mh.getInstance().useGetCountriesConfig().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e,keepPreviousData:!0})},exports.useGetCountriesConfigPaymentLinkV2=function(e){var t=localStorage.getItem("lang")||"en",n=e||t;return Cf(["countries-v2",n],function(){return mh.getInstance().useGetCountriesConfigV2(n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!0,keepPreviousData:!0})},exports.useGetCountryData=function(e){return Cf(["checkout-builder-country-data",e],function(){return mh.getInstance().getCountryData({accountCode:e}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,enabled:Boolean(e),useErrorBoundary:!1})},exports.useGetCredentials=function(t){var n=t.password,r=t.accountCode,o=t.otp,a=t.mfaToken;return Cf(["developers"],function(){return mh.getInstance().getDeveloperCredentials(n,r,o,a).then(function(t){return e.__assign(e.__assign({},null==t?void 0:t.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})},exports.useGetCredentialsMFA=function(){return Rf(function(t){var n=t.password,r=t.accountCode;return mh.getInstance().getDeveloperCredentials(n,r).then(function(t){return e.__assign(e.__assign({},null==t?void 0:t.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}})})},exports.useGetCustomizedApiKeys=function(e){return Cf(["fetch-customized-api-keys",e],function(){return mh.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)})},exports.useGetCustomizedApiKeysAccounts=function(){return Cf(["fetch-customized-api-keys-accounts"],function(){return mh.getInstance().getCustomizedApiKeysAccounts().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})},exports.useGetCustomizedApiKeysMembers=function(){return Cf(["fetch-customized-api-keys-members"],function(){return mh.getInstance().getCustomizedApiKeysMembers().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})},exports.useGetCustomizedApiKeysProducts=function(){return Cf(["fetch-customized-api-keys-products"],function(){return mh.getInstance().getCustomizedApiKeysProducts().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0})},exports.useGetCustomizedApiKeysToken=function(){return Rf(function(e){var t=e.code,n=e.password,r=e.otp,o=e.mfaToken;return mh.getInstance().getCustomizedApiKeysToken(t,n,r,o).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})},exports.useGetDashboardStaticContents=function(){return Cf(["/cms/static-contents"],function(){return mh.getInstance().getDashboardStaticContents().then(function(e){var t,n;return Xp(e)?oh:(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})},exports.useGetDialogs=function(){return Cf(["dialogs"],function(){return mh.getInstance().getDialogs().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,retryDelay:2e3,cacheTime:36e5})},exports.useGetDownloadReport=function(e,t,n){return void 0===t&&(t=!1),Cf(["reports/".concat(e)],function(){return mh.getInstance().downloadReports(e).then(function(e){return null==e?void 0:e.data})},{enabled:t,onSuccess:n,useErrorBoundary:!1})},exports.useGetEmailOtp=function(){return Rf(function(){return mh.getInstance().getEmailOtp().then(function(e){return null==e?void 0:e.data})})},exports.useGetHashPylon=function(){var t=this;return Cf(["fetch-hash-pylon"],function(){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getHashPylon()]})})},{keepPreviousData:!0,useErrorBoundary:!1})},exports.useGetImpersonationEnabled=function(){return Cf(["fetch-impersonation-enabled"],function(){return mh.getInstance().getImpersonationEnabled().then(function(e){return null==e?void 0:e.data})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})},exports.useGetImpersonationUsers=function(){return Cf(["fetch-impersonation-users"],function(){return mh.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})},exports.useGetInsightsReport=function(e){return Cf(["get-insights-reports",e],function(){return mh.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})},exports.useGetInsightsReportAgain=function(e){return Cf(["get-insights-reports-again",e],function(){return mh.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})},exports.useGetInstallmentsPlans=function(e,t,n){return void 0===t&&(t=!0),Cf(["installments-plans",e,n],function(){return mh.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})},exports.useGetIntegrationByAccountV2=function(e){var t=e.accountCode,n=e.organizationCode,r=Pf();return Cf(["organizations-account-integrations",t,n],function(){return mh.getInstance().getIntegrationByAccountV2({accountCode:t,organizationCode:n||r}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,enabled:!!t,useErrorBoundary:!1})},exports.useGetIntegrationParams=function(e){var t=e.integration_code,n=e.enabled,r=e.accountCode;return Cf(["integration-params",t,r],function(){return t.includes("undefined")?{}:mh.getInstance().getIntegrationParams({accountCode:r,integration_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:n,useErrorBoundary:!1})},exports.useGetLanguages=function(){return Cf(["languages"],function(){return mh.getInstance().getLanguages().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,cacheTime:300})},exports.useGetLocales=function(){return Cf(["/cms/locales"],function(){return mh.getInstance().getLocales().then(function(e){return Xp(e)?ih:e.data}).catch(function(){return ih})})},exports.useGetLoginMethods=function(){return Cf({queryKey:["get-login-methods"],queryFn:function(){return mh.getInstance().getLoginMethods().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})}})},exports.useGetMFAConfig=function(e,t){var n=e.organizationCode;return Cf(["mfa-config",n],function(){return mh.getInstance().getMFAConfig({organizationCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})},exports.useGetMFAExcludedUsers=function(e,t){var n=e.organizationCode;return Cf(["mfa-excluded-users",n],function(){return mh.getInstance().getMFAExcludedUsers({organizationCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})},exports.useGetMFAStatus=function(e,t){return Cf(["mfa-enforcement-status",e.accountCode],function(){return mh.getInstance().getMFAEnforcementStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})},exports.useGetMenu=function(){return Cf(["menu"],function(){return mh.getInstance().getMenu().then(function(e){return Xp(e)?ah:null==e?void 0:e.data}).catch(function(){return ah})})},exports.useGetMergedNotifications=function(){return Cf(["notifications-merged"],function(){return mh.getInstance().getMergedNotifications().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{keepPreviousData:!1,cacheTime:0})},exports.useGetNameAndIcon=function(e,t){var n=e.paymentMethodType,r=e.type;return Cf(zf({paymentMethodType:n,type:r}),function(){return mh.getInstance().getNameAndIcon({paymentMethodType:n,type:r}).then(function(e){return null==e?void 0:e.data})},t)},exports.useGetNetworkTokensOnboardingByOrganization=function(t){var n=this;return Cf({queryKey:["network-tokens-onboarding",t],queryFn:function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getNetworkTokensOnboardingByOrganization(t)];case 1:return[2,e.sent().data]}})})},enabled:!!t,useErrorBoundary:!1,cacheTime:0})},exports.useGetNotificationsCustomer=function(e){return Cf(["notifications-customer",e],function(){return mh.getInstance().getNotificationsCustomer(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,keepPreviousData:!1})},exports.useGetNotificationsNumberMutation=function(){return Rf(function(e){return mh.getInstance().getNotificationsNumber(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useGetOnboardingDetail=function(t,n,r){var o=this;return void 0===r&&(r=!0),Cf(["get-onboarding-detail",t,n.recipient_id,n.onboarding_id],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getOnboardingDetail(t,n.recipient_id,n.onboarding_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&!!n.recipient_id&&!!n.onboarding_id&&r,cacheTime:500,useErrorBoundary:!1})},exports.useGetOnboardingTimeline=function(t,n,r){var o=this;return void 0===r&&(r=!0),Cf(["get-onboarding-timeline",t,n.onboarding_id],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getOnboardingTimeline(t,n.onboarding_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&!!n.onboarding_id&&r,cacheTime:500,useErrorBoundary:!1})},exports.useGetOrganization=function(){return Cf(["fetch-organizations"],function(){return mh.getInstance().getOrganization().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})},exports.useGetOrganizationConfigs=function(){return Cf({queryKey:["organization-configs"],queryFn:function(){return mh.getInstance().getOrganizationConfigs().then(function(e){return null==e?void 0:e.data})},cacheTime:0,useErrorBoundary:!1})},exports.useGetPaymentFilters=function(e,t){return void 0===e&&(e=!0),void 0===t&&(t=exports.PaymentFiltersSection.PAYMENTS),Cf(["payment-filters",e,t],function(){return mh.getInstance().getPaymentFilters(t).then(function(e){return null==e?void 0:e.data})},{enabled:e,useErrorBoundary:!1,cacheTime:3e5})},exports.useGetPaymentLinkByCode=function(e){return Cf(["payment-link"],function(){return mh.getInstance().getPaymentLinksByCode(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})},exports.useGetPaymentLinks=function(e,t){return Cf(["fetch-payment-links",e,t],function(){return mh.getInstance().getPaymentLinks(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!t,cacheTime:0})},exports.useGetPaymentMethodsAndProviders=function(){return Cf({queryKey:["/payment-methods/providers"],queryFn:function(){return mh.getInstance().getPaymentMethodsAndProviders().then(function(e){return null==e?void 0:e.data})},cacheTime:864e5,useErrorBoundary:!1})},exports.useGetPaymentMetricsFilters=function(){return Cf(["payment-metrics-filters"],function(){return mh.getInstance().getPaymentMetricsFilters().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useGetPaymentStatusesStyles=function(){return Cf(["/payment/statuses/style"],function(){return mh.getInstance().useGetPaymentStatusesStyles().then(function(e){return Xp(e)?Zp:null==e?void 0:e.data}).catch(function(){return Zp})})},exports.useGetPaymentTransactionsDetails=function(e){var t=e.transaction_code,n=e.enabled;return Cf(["payment-transaction-details",t],function(){return mh.getInstance().getPaymentTransactionsDetails({transaction_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})},exports.useGetPaymentV2=function(t){var n=this,r=t.paymentCode,o=t.enabled,a=void 0===o||o,i=mh.getInstance();return Cf(["get-payment-v2",r],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,i.getPaymentV2(r).then(function(e){return e.data})]})})},{enabled:a,cacheTime:500,useErrorBoundary:!1})},exports.useGetPaymentsMethodsByCountry=function(e){var t=Pf();return Cf(["payment-methods",e],function(){return mh.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})},exports.useGetPayoutDetail=function(e){return Cf(["GET/payout-detail",JSON.stringify(e)],function(){var t=mh.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})},exports.useGetPayoutHistoryDetail=function(e){var t=Pf();return Cf(["GET/payout-history-detail",JSON.stringify(e)],function(){return mh.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})},exports.useGetPayoutTimeline=function(t,n){var r=this;void 0===n&&(n=!0);var o=Pf();return Cf(["getPayoutTimeline",t,o],function(){return e.__awaiter(r,void 0,void 0,function(){var n;return e.__generator(this,function(e){return n=mh.getInstance(),t?[2,n.getPayoutTimeline(t,o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]:[2]})})},{enabled:n&&!!t&&!!o,cacheTime:500,useErrorBoundary:!1})},exports.useGetPayoutTransactionDetail=function(e){return Cf(["GET/payout-transaction-detail",JSON.stringify(e)],function(){return mh.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})},exports.useGetPendingDuplicateAccounts=function(e){return Cf({queryKey:["pending-duplicate-accounts",e],queryFn:function(){return mh.getInstance().getPendingDuplicateAccounts()},useErrorBoundary:!1,keepPreviousData:!0,refetchInterval:e})},exports.useGetPermissions=function(e,t){return Cf(["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}}))||[]})},exports.useGetPermissionsCatalog=function(){return Cf(["fetch-permissions-catalog"],function(){return mh.getInstance().getPermissionsCatalog().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.useGetProfile=function(){return Cf(["fetch-profile"],function(){return mh.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})},exports.useGetProofOfCancel=function(t,n){var r=this,o=Pf();return Cf(["GET/useGetProofOfCancel",o,t,n],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getProofOfCancel(t,o,n).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&!!o&&!!n,cacheTime:0,useErrorBoundary:!1})},exports.useGetProofOfPayment=function(t,n){var r=this,o=Pf();return Cf(["GET/useGetProofOfPayment",o,t,n],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getProofOfPayment(t,o,n).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&!!o&&!!n,cacheTime:0,useErrorBoundary:!1})},exports.useGetProviderParams=function(e){var t=Pf();return Cf(["organizations-provider-params",e],function(e){var n=e.queryKey;return mh.getInstance().getProviderParams(n[1],t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.id),useErrorBoundary:!1})},exports.useGetRecipientById=function(t,n,r){var o=this;return void 0===r&&(r=!0),Cf(["get-recipient-by-id",t,n.recipient_id],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getRecipientById(t,n.recipient_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&!!n.recipient_id&&r,cacheTime:500,useErrorBoundary:!1})},exports.useGetRecipients=function(t,n,r){var o=this;return void 0===r&&(r=!0),Cf(["get-recipients",t,n],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getRecipients(t,n).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&r,cacheTime:0,useErrorBoundary:!1})},exports.useGetReconciliationActive=function(){return Cf(["GET/v1/reconciliation/active"],function(){return mh.getInstance().getReconciliationActive().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{useErrorBoundary:!1})},exports.useGetReconciliationAgendaInsightsByKey=function(e){var t=e.body,n=e.params,r=e.enabled;return Cf(["GET/reconciliation/agenda/insights",t,n],function(){return mh.getInstance().getReconciliationAgendaInsightByKey(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})},exports.useGetReconciliationFilters=function(){return Cf(["GET-reconciliation-filters"],function(){return mh.getInstance().getReconciliationFilters().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useGetReconciliationInsightsAmountConflictAggregators=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-amount-conflict-aggregators",t],function(){return mh.getInstance().getReconciliationInsightsAmountConflictAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsAmountConflictList=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-amount-conflict-list",t],function(){return mh.getInstance().getReconciliationInsightsAmountConflictList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsAmountToBeSettledSummary=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-amount-to-be-settled-summary",t],function(){return mh.getInstance().getReconciliationInsightsAmountToBeSettledSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsConflictDateAggregators=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-conflict-date-aggregators",t],function(){return mh.getInstance().getReconciliationInsightsConflictDateAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsConflictDateList=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-conflict-date-list",t],function(){return mh.getInstance().getReconciliationInsightsConflictDateList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsConflictDateSummary=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-conflict-date-summary",t],function(){return mh.getInstance().getReconciliationInsightsConflictDateSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsConflictsSummary=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-conflicts-summary",t],function(){return mh.getInstance().getReconciliationInsightsConflictsSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsFeesChargedSummary=function(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Cf(["reconciliation-insights-fees-charged-summary",t,n],function(){return mh.getInstance().getReconciliationInsightsFeesChargedSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})},exports.useGetReconciliationInsightsIncorrectFeesAggregators=function(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Cf(["reconciliation-insights-incorrect-fees-aggregators",t,n],function(){return mh.getInstance().getReconciliationInsightsIncorrectFeesAggregators(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})},exports.useGetReconciliationInsightsIncorrectFeesList=function(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Cf(["reconciliation-insights-incorrect-fees-list",t,n],function(){return mh.getInstance().getReconciliationInsightsIncorrectFeesList(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})},exports.useGetReconciliationInsightsIncorrectFeesSummary=function(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Cf(["reconciliation-insights-incorrect-fees-summary",t,n],function(){return mh.getInstance().getReconciliationInsightsIncorrectFeesSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})},exports.useGetReconciliationInsightsNotConfirmAggregators=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-not-confirm-aggregators",t],function(){return mh.getInstance().getReconciliationInsightsNotConfirmAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsNotConfirmList=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-not-confirm-list",t],function(){return mh.getInstance().getReconciliationInsightsNotConfirmList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsNotConfirmSummary=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-not-confirm-summary",t],function(){return mh.getInstance().getReconciliationInsightsNotConfirmSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsNotReconciledAggregators=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-not-reconciled-aggregators",t],function(){return mh.getInstance().getReconciliationInsightsNotReconciledAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsNotReconciledList=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-not-reconciled-list",t],function(){return mh.getInstance().getReconciliationInsightsNotReconciledList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsReconciledAggregators=function(e){var t=e.body,n=e.dateFilter,r=e.transactionType,o=e.enabled;return Cf(["reconciliation-insights-reconciled-aggregators",t,n,r],function(){return mh.getInstance().getReconciliationInsightsReconciledAggregators(t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===o||o,useErrorBoundary:!1})},exports.useGetReconciliationInsightsReconciledList=function(e){var t=e.body,n=e.dateFilter,r=e.transactionType,o=e.enabled;return Cf(["reconciliation-insights-reconciled-list",t,n,r],function(){return mh.getInstance().getReconciliationInsightsReconciledList(t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===o||o,useErrorBoundary:!1})},exports.useGetReconciliationInsightsReconciledSummary=function(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Cf(["reconciliation-insights-reconciled-summary",t,n],function(){return mh.getInstance().getReconciliationInsightsReconciledSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})},exports.useGetReconciliationInsightsStatusConflictAggregators=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-status-conflict-aggregators",t],function(){return mh.getInstance().getReconciliationInsightsStatusConflictAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationInsightsStatusConflictList=function(e){var t=e.body,n=e.enabled;return Cf(["reconciliation-insights-status-conflict-list",t],function(){return mh.getInstance().getReconciliationInsightsStatusConflictList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})},exports.useGetReconciliationMetrics=function(e,t){return Cf(["fetch-reconciliation-metrics",e],function(){return mh.getInstance().getReconciliationMetrics(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t,cacheTime:500})},exports.useGetReconciliationTransactionStatusesStyles=function(){return Cf(["/reconciliation/transaction/statuses/style"],function(){return mh.getInstance().useGetReconciliationTransactionStatusesStyles().then(function(e){return Xp(e)?th:null==e?void 0:e.data}).catch(function(){return th})},{useErrorBoundary:!1})},exports.useGetReconciliationTransactions=function(e,t){return Cf(["fetch-reconciliation-transaction",e],function(){return mh.getInstance().getReconciliationTransactions(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t,useErrorBoundary:!1})},exports.useGetReconciliationsReportColumns=function(e,t,n){return Cf(["GET/reconciliation/reports/columns/".concat(t,"/").concat(n)],function(){return mh.getInstance().getReconciliationsReportColumns(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{enabled:e,useErrorBoundary:!1})},exports.useGetReconciliationsReportTemplates=function(e){return Cf(["GET/reconciliation/reports/templates"],function(){return mh.getInstance().getReconciliationReportTemplates().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{enabled:e,useErrorBoundary:!1})},exports.useGetRefundPdf=function(t,n){var r=this,o=Pf();return Cf(["getRefundPdf",t,o,n],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getRefundPdf(t,o,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})]})})},{enabled:!!t&&!!o,useErrorBoundary:!1})},exports.useGetReportColumns=function(t,n,r){var o=this;return Cf(["GET/reports/columns/".concat(n,"/").concat(r)],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(t){return[2,mh.getInstance().getReportColumns(n,r).then(function(t){return n===exports.TemplateType.ALL&&r===exports.ReportType.PAYMENTS?e.__spreadArray(e.__spreadArray([],(null==t?void 0:t.data)||[],!0),[Mf],!1):null==t?void 0:t.data}).catch(function(e){return e})]})})},{enabled:t,useErrorBoundary:!1})},exports.useGetReportTemplates=function(e){return Cf(["GET/reports/templates"],function(){return mh.getInstance().getReportTemplates().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e,useErrorBoundary:!1})},exports.useGetReportsList=function(){return Cf(["reports"],function(){return mh.getInstance().reportsList().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useGetReportsListMultiEnv=function(e){return void 0===e&&(e=!0),Cf(["reports-multi-env"],function(){return mh.getInstance().reportsListMultiEnv().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e})},exports.useGetRequiredFields=function(e,t){var n=e.paymentMethodType,r=e.type;return Cf(qf({paymentMethodType:n,type:r}),function(){return mh.getInstance().getRequiredFields({paymentMethodType:n,type:r}).then(function(e){return null==e?void 0:e.data})},t)},exports.useGetRoles=function(){return Cf(["fetch-roles"],function(){return mh.getInstance().getRoles().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useGetRolesForImpersonation=function(t){var n=this;return Cf({queryKey:["roles-for-impersonation",t],queryFn:function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getRolesForImpersonation(t).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:!!t})},exports.useGetRolesPermissions=function(){return Cf(["fetch-rolespermissions"],function(){return mh.getInstance().getRolesPermissions().then(function(e){return null==e?void 0:e.data})})},exports.useGetRoutingMonitorsTemplate=function(e,t){return Cf(["fetch-routing-monitors-template",e],function(){return mh.getInstance().getRoutingMonitorsTemplate(e,t).then(function(e){return e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:!!e&&!!t&&"NONE"!==e,useErrorBoundary:!1})},exports.useGetRoutingMonitorsTemplates=function(e){return Cf(["fetch-routing-monitors-templates",e],function(){return mh.getInstance().getRoutingMonitorsTemplates(e).then(function(e){return e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})},exports.useGetRule=function(){return Rf(function(e){return mh.getInstance().getRule(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useGetSamlConfig=function(e){return Cf(["fetch-organization-saml-config",e],function(){return mh.getInstance().getSamlConfig().then(function(e){return e.data})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})},exports.useGetScheduledReportsList=function(e){return Cf(["GET/scheduled-reports",e],function(){return mh.getInstance().getScheduledReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})},exports.useGetSettlements=function(e,t){return Cf(["fetch-reconciliation-settlements",e],function(){return mh.getInstance().getReconciliationSettlements(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t,useErrorBoundary:!1})},exports.useGetSmartRoutingConditionPaymentMethod=function(e,t){return Cf(["smart-routing-condition-payment-method",e,t],function(){return mh.getInstance().getSmartRoutingConditionPaymentMethod(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:null!==t})},exports.useGetSmartRoutingConditionTypes=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-condition-types",e,t,n],function(){return mh.getInstance().getSmartRoutingConditionTypes(e,t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!e})},exports.useGetSmartRoutingConditionTypesValues=function(e,t){return Cf(["smart-routing-condition-types-values",t,e],function(){return mh.getInstance().getSmartRoutingConditionTypesValues(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&!!e,useErrorBoundary:!1})},exports.useGetSmartRoutingDataReport=function(e){return Cf(["data-report",e],function(){return mh.getInstance().getSmartRoutingDataReport(e).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,useErrorBoundary:!1})},exports.useGetSmartRoutingDeclineGroups=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-decline-groups",e,t],function(){return mh.getInstance().getSmartRoutingDeclinedGroup(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})},exports.useGetSmartRoutingMethods=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-methods",e,t],function(){return mh.getInstance().getSmartRoutingMethods(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})},exports.useGetSmartRoutingNextRoute=function(e,t,n,r){return void 0===r&&(r=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-next-route",e,n,t,r],function(){return mh.getInstance().getSmartRoutingNextSteps(e,t,n,r).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})},exports.useGetSmartRoutingPaymentRoute=function(e,t){return Cf(["smart-routing-payment-route",e,t],function(){return mh.getInstance().getSmartRoutingPaymentRoute(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})},exports.useGetSmartRoutingSearchConditionValues=function(e){var t=e.text,n=e.conditionType;return Cf(["smart-routing-search-condition-values",t,n],function(){return mh.getInstance().getSmartRoutingSearchConditionValues(n,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!n&&!!t,cacheTime:0})},exports.useGetSmartRoutingSimulateConditionTypeValues=function(e,t){return void 0===t&&(t=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-simulate-condition-type-values",e,t],function(){return mh.getInstance().getSmartRoutingSimulateConditionTypeValues(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})},exports.useGetSmartRoutingWorkflow=function(e,t,n){return void 0===n&&(n=exports.SmartRouting.DEFAULT_ROUTING_TYPE),Cf(["smart-routing-workflow",t,e,n],function(){return mh.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})},exports.useGetSmartRoutingWorkflowVersion=function(e){var t=e.accountCode,n=e.workflowVersionId,r=e.routingType,o=void 0===r?exports.SmartRouting.DEFAULT_ROUTING_TYPE:r;return Cf(["smart-routing-workflow-version",n,t,o],function(){return mh.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})},exports.useGetStylingSdkDynamic=function(e){var t=e.accountCode;return Cf(["styling-sdk-dynamic",t],function(){return mh.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})},exports.useGetStylingSettingsV2=function(e){var t=e.accountCode;return Cf(["styling-settings-v2",t],function(){return mh.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})},exports.useGetSubscriptionByCode=function(e,t){return void 0===t&&(t=!0),Cf(["subscription",e],function(){return mh.getInstance().getSubscriptionByCode(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&t,cacheTime:500})},exports.useGetSubscriptionPayments=function(e,t,n,r){return void 0===r&&(r=!0),Cf(["subscription-payments",e,t,n],function(){return mh.getInstance().getSubscriptionPayments(e,t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&r,cacheTime:0})},exports.useGetTeamsFiltersMembers=function(){var e=Pf();return Cf(["teams-filters-members"],function(){return mh.getInstance().teamsFiltersMembers({organizationCode:e}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0})},exports.useGetTimeZoneCatalog=function(){return Cf(["timezone-catalog"],function(){return mh.getInstance().useGetTimeZoneCatalog().then(function(e){return Xp(e)?nh:null==e?void 0:e.data}).catch(function(){return nh})})},exports.useGetTimezonePaymentLink=function(e){return Cf(["timezone"],function(){return mh.getInstance().getTimezone(e).then(function(e){return Xp(e)?nh:null==e?void 0:e.data}).catch(function(){return nh})},{enabled:!0,keepPreviousData:!0})},exports.useGetTokenValidation=function(){return Rf(function(e){var t=e.password,n=e.otp;return mh.getInstance().getMfaTokenValidation(t,n).then(function(e){return null==e?void 0:e.data})})},exports.useGetTransactionDetailsV2=function(t){var n=this,r=t.payment_code,o=t.enabled,a=void 0===o||o,i=mh.getInstance();return Cf(["get-payment-transaction-details-v2",r],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,i.getTransactionDetailsV2({payment_code:r}).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!r&&a,cacheTime:0,useErrorBoundary:!1})},exports.useGetTransactionHistoryByPaymentCode=function(e){var t=e.payment_code,n=e.enabled;return Cf(["transaction-history",t],function(){return mh.getInstance().getTransactionHistoryByPaymentCode({payment_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})},exports.useGetTransactionRawResponse=function(t){var n=this,r=t.transaction_code,o=t.enabled,a=void 0===o||o,i=mh.getInstance();return Cf(["get-payment-transaction-raw-response",r],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,i.getTransactionRawResponse({transaction_code:r})]})})},{enabled:!!r&&a,cacheTime:0,useErrorBoundary:!1})},exports.useGetTransactionStatusesStyles=function(){return Cf(["/transaction/statuses/style"],function(){return mh.getInstance().useGetTransactionStatusesStyles().then(function(e){return Xp(e)?eh:null==e?void 0:e.data}).catch(function(){return eh})},{cacheTime:36e5,useErrorBoundary:!1})},exports.useGetTranslations=function(){var e=localStorage.getItem("lang")||"en";return Cf(["translations",e],function(){return mh.getInstance().getTranslations(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,cacheTime:3e4})},exports.useGetUnifiedExportStatus=function(e){var t=e.tab,n=e.exportId,r=e.enabled,o=void 0!==r&&r,a=e.onSuccess;return Cf(["unified-export-status",t,n],function(){return mh.getInstance().getUnifiedExportStatus(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!n&&o,cacheTime:0,useErrorBoundary:!1,onSuccess:a})},exports.useGetUnifiedExportsList=function(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 Cf(["unified-exports-list",t,r,a],function(){return mh.getInstance().getUnifiedExportsList(t,r,a).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===i||i,cacheTime:0,useErrorBoundary:!1})},exports.useGetUserExportStatus=function(e){var t=e.exportCode,n=e.enabled;return Cf(["user-export-status",t],function(){return mh.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})},exports.useGetUserFull=function(){var t=this;return Cf(["get-user-full"],function(){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getUserFull()];case 1:return[2,e.sent().data]}})})},{keepPreviousData:!0,useErrorBoundary:!1})},exports.useGetUsersToImpersonate=function(t,n,r,o,a,i){var s=this;return void 0===r&&(r=1),void 0===o&&(o=10),Cf(["get-users-to-impersonate",t,n,r,o,a,i],function(){return e.__awaiter(s,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getUsersToImpersonate(t,n,r,o,a,i).then(function(e){return null==e?void 0:e.data})]})})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!t})},exports.useGetValidateOpsgenieKey=function(e){return Cf(["validate-opsgenie-key",e],function(){return mh.getInstance().getValidateOpsgenieKey(e).then(function(e){return null==e?void 0:e.data}).catch(function(){return{error:!0}})},{enabled:!!e,cacheTime:0})},exports.useGetWebhookParamsV2=function(){return Cf(["params-catalog"],function(){return mh.getInstance().getWebhookParamsV2().then(function(e){return null==e?void 0:e.data})})},exports.useGetWebhooksV2Detail=function(e){var t=e.accountCode,n=e.enabled;return Cf(["webhooks-detail",t],function(){return mh.getInstance().getWebhooksV2Detail({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!n})},exports.useGetWebhooksV3=function(e){var t=e.accountCode,n=e.name;return Cf(["webhooks",t,n],function(){return mh.getInstance().getWebhooksV3({accountCode:t,name:n}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t,useErrorBoundary:!1})},exports.useInsights3dsConversionRateAndEvolution=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-3ds-conversion-rate-and-evolution",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsights3dsConversionRateAndEvolution(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsights3dsDeclineReasons=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-3ds-decline-reasons",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsights3dsDeclineReasons(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsights3dsFrictionlessVsChallenge=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-3ds-frictionless-vs-challenge",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsights3dsFrictionlessVsChallenge(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsights3dsVolumeAndCountTx=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-3ds-volume-and-count-tx",n,t],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsights3dsVolumeAndCountTx(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksByCardBrand=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-by-card-brand",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksByCardBrand(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksByProviderAndCardBrand=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-by-provider-and-card-brand",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksByProviderAndCardBrand(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksDisputed=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-disputed",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksDisputed(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksReasonsDistribution=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-reasons-distribution",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksReasonsDistribution(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksStatusDistribution=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-status-distribution",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksStatusDistribution(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksTotalRateAndEvolution=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-total-rate-and-evolution",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksTotalRateAndEvolution(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksVolumeAndCountTx=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-volume-and-count-tx",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksVolumeAndCountTx(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsChargebacksWinRate=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-chargebacks-win-rate",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsChargebacksWinRate(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsConversionRateMetricsV2=function(e,t,n,r){return void 0===n&&(n=!0),Cf(["get-insights-conversion-rate-metrics-v2",e,t],function(){return mh.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})},exports.useInsightsCustomerPaymentsAndFraudMetrics=function(e,t,n){return void 0===n&&(n=!0),delete t.account_code,Cf(["get-insights-customer-payment-fraud-metrics",t,e],function(){return mh.getInstance().getInsightsMetricsCustomerPaymentsAndFraud(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsFallbackMetrics=function(e){return Cf(["get-insights-conversion-rate-fallback-metrics",e],function(){return mh.getInstance().getInsightFallbackMetrics(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.enabled),cacheTime:200,useErrorBoundary:!1})},exports.useInsightsFraudScreeningConversionRate=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-fraud-screening-conversion-rate",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsFraudScreeningConversionRate(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsFraudScreeningVolumeAndCountTx=function(t,n,r){var o=this;return void 0===r&&(r={enabled:!0}),Cf({queryKey:["post-insights-fraud-screening-volume-and-count-tx",t,n],queryFn:function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getInsightsFraudScreeningVolumeAndCountTx(t,n)];case 1:return[2,e.sent()]}})})},enabled:r.enabled&&void 0!==t.account_codes,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsHomeMetrics=function(e){return Cf(["get-insights-home-metrics",e],function(){return mh.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})},exports.useInsightsOverviewMetrics=function(e){return Cf(["get-insights-overview",e],function(){return mh.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})},exports.useInsightsOverviewMetricsV3=function(e,t){var n=!!(null==e?void 0:e.enabled)&&void 0!==(null==e?void 0:e.account_code);return Cf(["get-insights-overview-v3",e,t],function(){return mh.getInstance().getInsightOverviewV3(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:0,useErrorBoundary:!1})},exports.useInsightsTotalPaymentsAndFraudMetrics=function(e,t,n){return void 0===n&&(n=!0),delete t.account_code,Cf(["get-insights-total-payment-fraud-metrics",t,e],function(){return mh.getInstance().getInsightsMetricsTotalPaymentsAndFraud(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsVolumeMetrics=function(e,t,n){return void 0===n&&(n=!0),delete t.account_code,Cf(["get-insights-volume-metrics",t,e],function(){return mh.getInstance().getInsightsMetricsVolume(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:200,useErrorBoundary:!1})},exports.useInsightsVolumeMetricsV2=function(e,t,n,r){return void 0===r&&(r=!0),delete t.account_code,Cf(["get-insights-volume-metrics-v2",t,e,n],function(){return mh.getInstance().getInsightsMetricsVolumeV2(e,n,t).then(function(e){return null==e?void 0:e.data})},{enabled:r,cacheTime:200,useErrorBoundary:!1})},exports.useInviteUsersMultiaccountMassive=function(){return Rf(function(e){return mh.getInstance().inviteUsersMassive(e,e.organizationCode)})},exports.useInviteUsersMultiaccountMassiveV2=function(){return Rf(function(e){return mh.getInstance().inviteUsersMassiveV2(e)})},exports.useIsTesting=Af,exports.useListSubscriptions=function(){return Rf(["post-list-subscriptions"],function(e){return mh.getInstance().postListSubscriptions(e).then(function(e){return null==e?void 0:e.data})})},exports.useListUserExports=function(e){var t=e.page,n=void 0===t?0:t,r=e.pageSize,o=void 0===r?20:r,a=e.enabled;return Cf(["user-exports-list",n,o],function(){return mh.getInstance().listUserExports({page:n,pageSize:o}).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===a||a,useErrorBoundary:!1})},exports.useLocalStorage=Of,exports.useLoginMethods=function(){return Rf(function(e){return mh.getInstance().changeLoginMethods(e)})},exports.useNetworkTokensOnboarding=function(){var t=this;return Cf({queryKey:["smart-routing-network-tokens-onboarding"],queryFn:function(){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().getNetworkTokensOnboarding()];case 1:return[2,e.sent().data]}})})},useErrorBoundary:!1})},exports.useNewPostConnectionValidate=function(){return Rf(["new-post-connection-validate"],function(){return mh.getInstance().postMultiConnectionValidate().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.useOrganizationCode=Pf,exports.usePatchAccountV2=function(){return Rf(function(e){var t=e.name,n=e.code,r=e.principal;return mh.getInstance().patchAccountV2({name:t,code:n,principal:r})})},exports.usePatchAddAllowlistItems=function(){return Rf(["post-add-allowlist-items"],function(e){var t=e.payload;return mh.getInstance().patchAddAllowlistItems({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePatchAllowedIps=function(){return Rf(["developers-patch-allowed-ips"],function(t){return mh.getInstance().patchAllowedIps(t).then(function(t){return(null==t?void 0:t.data)?e.__assign(e.__assign({},null==t?void 0:t.data),{isError:!1}):null}).catch(function(t){return e.__assign(e.__assign({},t),{isError:!0})})},{cacheTime:0})},exports.usePatchAllowlist=function(){return Rf(["patch-allowlist"],function(e){var t=e.payload;return mh.getInstance().patchAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePatchAndExecuteChart=function(t,n,r){var o=this;return void 0===r&&(r=!0),Cf(["chartgpt-patch-and-execute",t,n],function(){return e.__awaiter(o,void 0,void 0,function(){var r,o,a,i,s;return e.__generator(this,function(e){switch(e.label){case 0:return[4,(r=mh.getInstance()).patchChartGPTChart(t,n)];case 1:return o=e.sent(),a=null==o?void 0:o.data,[4,r.executeChartGPTChart(t)];case 2:return i=e.sent(),s=null==i?void 0:i.data,[2,{chart:a,execution:s}]}})})},{enabled:r&&!!t,retry:!1})},exports.usePatchApiKeysEditNote=function(){return Rf(function(e){var t=e.payload,n=e.code,r=e.password;return mh.getInstance().patchApiKeysEditNote(t,n,r).then(function(e){return e.data}).catch(function(e){return e})})},exports.usePatchChangeStatusAllowlist=function(){return Rf(["patch-change-status-allowlist"],function(e){var t=e.payload;return mh.getInstance().patchChangeStatusAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePatchChangeStatusAllowlistItem=function(){return Rf(["patch-change-status-allowlist-item"],function(e){var t=e.payload;return mh.getInstance().patchChangeStatusAllowlistItem({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePatchChartName=function(){return Rf(function(e){var t=e.chart_id,n=e.type,r=e.name,o=e.user_prompt,a=void 0===o?"":o;return mh.getInstance().patchChartGPTChart(t,{type:n,name:r,user_prompt:a}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.usePatchConnection=function(){return Rf(["patch-connection"],function(e){var t=e.payload,n=e.connectionCode;return mh.getInstance().patchConnection({payload:t,connectionCode:n}).then(function(e){return null==e?void 0:e.data})})},exports.usePathCreateCustomizedApiKeys=function(){return Rf(function(e){var t=e.payload,n=e.code;return mh.getInstance().pathCreateCustomizedApiKeys(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePathNotifications=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){var t;return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().pathNotification(n)];case 1:return[2,null==(t=e.sent())?void 0:t.data]}})})})},exports.usePauseSubscription=function(){return Rf(["post-pause-subscription"],function(e){var t=e.subscriptionCode;return mh.getInstance().postPauseSubscription(t).then(function(e){return null==e?void 0:e.data})})},exports.usePayoutsFilters=function(t){var n=this;void 0===t&&(t=!0);var r=Pf();return Cf(["getPayoutsFilters",r],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().getPayoutsFilters(r).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]})})},{enabled:t&&!!r})},exports.usePayoutsList=function(e){return Cf(["usePayoutsList",e&&JSON.stringify(e)],function(){var t=mh.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})},exports.usePostAccount=function(){return Rf(function(e){var t=e.name,n=e.principal;return mh.getInstance().postAccount(t,n)})},exports.usePostAllowlistMultiAccount=function(e,t){return void 0===t&&(t=!0),Cf(["query-post-get-allowlist-multi-account",JSON.stringify(e)],function(){return mh.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})},exports.usePostApiKeysRoll=function(){return Rf(function(e){var t=e.payload,n=e.code,r=e.password;return mh.getInstance().postApiKeysRoll(t,n,r).then(function(e){return e.data}).catch(function(e){return e})})},exports.usePostApiLogs=function(e){return Cf(["api-logs",e],function(){return mh.getInstance().postApiLogs({payload:e}).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.organizationCode,cacheTime:0,useErrorBoundary:!1})},exports.usePostAuditMonitors=function(e){return Rf(function(e){var t=e.payload;return mh.getInstance().postAuditMonitors(t)},{onMutate:e.onMutate})},exports.usePostBatchRefundByFile=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().batchRefundByFile({payload:n}).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})},exports.usePostBlackListBatch=function(e){var t=e.handleSetProgress;return Rf(["post-blacklist-batch"],function(e){var n=e.blacklist_code,r=e.expiration_days,o=e.file;return mh.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})})},exports.usePostBlackListItems=function(){return Rf(["post-blacklist-items"],function(e){var t=e.payload;return mh.getInstance().postBlackListItems({payload:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.usePostBlackListMultiAccount=function(){return Rf(["post-blacklist-multi-account"],function(e){var t=e.payload;return mh.getInstance().postBlackListMultiAccount({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostBlockList=function(e,t,n,r){var o;return Cf(["post-black-list",e],function(){return mh.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})},exports.usePostCall=function(){return Rf(function(e){return mh.getInstance().postCall(e)})},exports.usePostChangeStatusConnection=function(){return Rf(["post-change-status-connection"],function(e){var t=e.payload,n=e.accountCode;return mh.getInstance().postChangeStatusConnection({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.usePostConnectionMultiAccount=function(){return Rf(["post-connection"],function(e){var t=e.payload;return mh.getInstance().postMultiConnection({payload:t}).then(function(e){return null==e?void 0:e.data})})},exports.usePostCreateAllowlistMultiAccount=function(){return Rf(["post-create-allowlist-multi-account"],function(e){var t=e.payload;return mh.getInstance().postCreateAllowlistMultiAccount({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostCreateCustomizedApiKeys=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postCreateCustomizedApiKeys(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostCreateInsightsReport=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postCreateInsightsReport(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostCreateRuleMultiAccount=function(){return Rf(function(e){var t=e.payload,n=e.accountCode;return mh.getInstance().postCreateRuleMultiAccount(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostCredentialsValidatePassword=function(){return Rf(function(e){var t=e.passwordOtp;return mh.getInstance().getDeveloperCredentialsValidatePassword(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})},exports.usePostCredentialsValidatePasswordRegularUser=function(){return Rf(function(e){var t=e.password;return mh.getInstance().getDeveloperCredentialsValidatePasswordRegularUser(t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})},exports.usePostCredentialsWithOtpMfa=function(){return Rf(function(e){var t=e.password,n=e.accountCode,r=e.otp,o=e.mfaToken;return mh.getInstance().getDeveloperCredentials(t,n,r,o).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})},exports.usePostDefaultRoutes=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postDefaultRoutes({payload:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})},exports.usePostEditRule=function(){return Rf(function(e){var t=e.payload,n=e.ruleId,r=e.accountCode;return mh.getInstance().postEditRule(t,n,r).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.usePostFraudTransactions=function(t){var n=this;return Cf(["POST/fraud-transactions",JSON.stringify(t)],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().postFraudTransactions(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&Object.keys(t).length>0,cacheTime:0,useErrorBoundary:!1})},exports.usePostGetAllowlistItems=function(){return Rf(["post-get-allowlist-items"],function(e){var t=e.payload;return mh.getInstance().postAllowlistItems({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostGetAllowlistMultiAccount=function(){return Rf(["post-get-allowlist-multi-account"],function(e){var t=e.payload;return mh.getInstance().postGetAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})},exports.usePostMembersPaginatedV2=function(e){var t=e.organizationCode,n=e.accountCodes,r=e.search,o=e.status,a=e.roleId,i=e.statuses,s=e.roleIds,u=e.page,c=e.pageSize,l=Pf();return Cf(["fetch-post-members-v2",t,n,r,o,a,i,s,u,c],function(){return mh.getInstance().postMembersPaginatedV2({organizationCode:l,accountCodes:n,search:r,status:o,roleId:a,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})},exports.usePostNetworkTokensOnboarding=function(){var t=this;return Rf(function(n){var r=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().postNetworkTokensOnboarding(r)];case 1:return[2,e.sent().data]}})})},{useErrorBoundary:!1})},exports.usePostOrganizationConfigs=function(){return Rf(function(e){return mh.getInstance().postOrganizationConfigs(e)})},exports.usePostPaymentsEvaluated=function(e){return Cf(["fetch-payments-evaluated",e],function(){return mh.getInstance().postPaymentsEvaluated(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})},exports.usePostPaymentsLazy=function(t){var n=this;return Cf(["fetch-payments-lazy",t],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().postPaymentsLazy(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t&&Object.keys(t).length>0,cacheTime:0,useErrorBoundary:!1})},exports.usePostSlackMessageChannel=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postSlackMessageChannel(t).then(function(e){return null==e?void 0:e.data})})},exports.usePostTransactions=function(t){var n=this;return Cf(["POST/transactions",JSON.stringify(t)],function(){return e.__awaiter(n,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().postTransactions(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!t,cacheTime:0,useErrorBoundary:!1})},exports.usePostUserSettings=function(){return Rf(function(e){var t=e.payload;return mh.getInstance().postUserSettings(t)},{onMutate:function(e){return e}})},exports.usePostUserSettingsPinned=function(e){return Rf(["pinned-sections"],function(e){var t=e.payload;return mh.getInstance().postUserSettingsPinned(t)},{onMutate:function(t){var n=t.payload;return e({payload:n})}})},exports.usePostUserSettingsTables=function(){return Rf(function(e){var t=e.payload,n=e.section;return mh.getInstance().postUserSettingsTables(t,n)},{onMutate:function(e){return e},onSuccess:function(t){var n=jf.getQueryData(["fetch-profile"]);t.data&&jf.setQueryData(["fetch-profile"],e.__assign(e.__assign({},n),{settings:t.data}))}})},exports.usePostUserThemeSettings=function(){return Rf(function(e){return mh.getInstance().postUserThemeSettings(e)})},exports.usePostValideStatusConnection=function(){return Rf(["post-validate-status-connection"],function(e){var t=e.payload,n=e.accountCode;return mh.getInstance().postValidateStatusConnection({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.usePostVelocityRules=function(e){return Cf(["velocity-rules",e],function(){var t=mh.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})},exports.usePostWebhookLogs=function(e){var t=e.params;return Cf(["webhook-logs",t],function(){return mh.getInstance().postWebhookLogs({payload:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t.organizationCode,cacheTime:0,useErrorBoundary:!1})},exports.usePostWebhookMultiAccount=function(e){return Rf(function(e){var t=e.payload;return mh.getInstance().postWebhookV2MultiAccount({payload:t})},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})},exports.useProviderConversionRatesData=function(){return Cf(["smart-routing-conversion-rates"],function(){return mh.getInstance().getProviderConversionRatesData().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!1,useErrorBoundary:!1})},exports.useProviderRawResponse=function(){return Rf(function(e){var t=e.transactionCode,n=e.payload;return mh.getInstance().postProviderRawResponse(t,n)})},exports.usePublishVersion=function(t,n){var r=this,o=t.versionCode,a=t.accountCode,i=t.organizationCode,s=t.routingType,u=void 0===s?exports.SmartRouting.DEFAULT_ROUTING_TYPE:s;return void 0===n&&(n=null),Rf(function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().postSmartRoutingPublishVersion(a,o,i,u).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})},n)},exports.usePutAccountPrincipal=function(){return Rf(function(e){var t=e.account_code;return mh.getInstance().putAccountPrincipal({account_code:t})})},exports.usePutAccountsUserMassive=function(){return Rf(function(e){var t=e.organizationCode,n=e.userCode,r=e.payload;return mh.getInstance().putAccountsUserMassive(t,n,r)})},exports.usePutBlackListType=function(){return Rf(["put-blacklist"],function(e){return mh.getInstance().putBlackListType(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.usePutCosts=function(){return Rf(function(e){return mh.getInstance().putCosts(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.usePutOrganizationConfigsByAccount=function(){return Rf(function(e){return mh.getInstance().putOrganizationConfigsByAccount(e)})},exports.useRecoveredPaymentsByDay=function(t,n){return Cf(e.__assign({queryKey:["smart-recovery-recovered-payments-by-day",t],queryFn:function(){return e.__awaiter(void 0,void 0,void 0,function(){var n,r,o;return e.__generator(this,function(e){switch(e.label){case 0:return n=mh.getInstance(),r={start_date:t.start_date||"",end_date:t.end_date||"",organization_code:t.organization_code,account_codes:t.account_code||[],countries:t.countries||[],channels:t.channels||[],focuses:t.focuses||[],timezone:t.timezone},[4,n.post("/nova-insights/recovered-payments-by-day",r)];case 1:return o=e.sent(),[2,Vf(o.data,r.start_date,r.end_date)]}})})},enabled:!!t.organization_code,staleTime:3e5},n))},exports.useRecoveredTPVByDay=function(t,n){return Cf(e.__assign({queryKey:["smart-recovery-recovered-tpv-by-day",t],queryFn:function(){return e.__awaiter(void 0,void 0,void 0,function(){var n,r,o;return e.__generator(this,function(e){switch(e.label){case 0:return n=mh.getInstance(),r={start_date:t.start_date||"",end_date:t.end_date||"",organization_code:t.organization_code,account_codes:t.account_code||[],countries:t.countries||[],channels:t.channels||[],focuses:t.focuses||[],timezone:t.timezone},[4,n.post("/nova-insights/recovered-tpv-by-day",r)];case 1:return o=e.sent(),[2,Wf(o.data,r.start_date,r.end_date)]}})})},enabled:!!t.organization_code,staleTime:3e5},n))},exports.useRescheduleSubscription=function(){return Rf(["post-reschedule-subscription"],function(e){var t=e.subscriptionCode;return mh.getInstance().postRescheduleSubscription(t).then(function(e){return null==e?void 0:e.data})})},exports.useResendWebhooks=function(){return Rf(function(e){var t=e.codes;return mh.getInstance().postResendWebhooks({codes:t}).then(function(e){return null==e?void 0:e.data})})},exports.useResumeSubscription=function(){return Rf(["post-resume-subscription"],function(e){var t=e.subscriptionCode;return mh.getInstance().postResumeSubscription(t).then(function(e){return null==e?void 0:e.data})})},exports.useRetryDuplicateAccount=function(){return Rf(function(e){return mh.getInstance().retryDuplicateAccount(e)})},exports.useSaveVersion=function(e,t){var n=e.data,r=e.accountCode,o=e.routingType,a=void 0===o?exports.SmartRouting.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Rf(function(){return mh.getInstance().putSmartRoutingUpdateWorkflow(r,n,a).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},t)},exports.useSearchInstallmentsPlans=function(e,t){return void 0===t&&(t=!0),Cf(["search-installments-plans",JSON.stringify(e)],function(){return mh.getInstance().searchInstallmentsPlans(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:t,useErrorBoundary:!1})},exports.useSearchScheduleById=function(t,n,r){var o=this;return Cf(["POST/template-reporting/schedule-by-id/search",t,n],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().searchReportScheduleById(t,n).then(function(e){return null==e?void 0:e.data})]})})},{enabled:r&&!!t,useErrorBoundary:!1})},exports.useSearchSchedules=function(t,n){var r=this;return Cf(["POST/template-reporting/schedules/search",t],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().searchReportSchedules(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:n,useErrorBoundary:!1})},exports.useSearchTemplateById=function(t,n,r){var o=this;return Cf(["POST/template-reporting/template-by-id/search",t,n],function(){return e.__awaiter(o,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().searchReportTemplateById(t,n).then(function(e){return null==e?void 0:e.data})]})})},{enabled:r&&!!t,useErrorBoundary:!1})},exports.useSearchTemplates=function(t,n){var r=this;return Cf(["POST/template-reporting/templates/search",t],function(){return e.__awaiter(r,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().searchReportTemplates(t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:n,useErrorBoundary:!1})},exports.useSendPaymentNotification=function(t,n,r){var o=this,a=mh.getInstance();return Cf(["send-payment-notification",t,n],function(){return e.__awaiter(o,void 0,void 0,function(){var o,i;return e.__generator(this,function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,a.sendPaymentNotification(t,n)];case 1:return o=e.sent(),r.onSuccess(),[2,o.data];case 2:throw i=e.sent(),r.onError(),i;case 3:return[2]}})})},{enabled:r.enabled,cacheTime:0,useErrorBoundary:!1})},exports.useSetCustodian=function(){return Rf(function(){return mh.getInstance().setCustodian().then(function(e){return null==e?void 0:e.data})})},exports.useSmartRoutingCreateDeclinedGroup=function(e){var t=e.accountCode;return Rf(function(e){return void 0===e&&(e=null),mh.getInstance().createSmartRoutingDeclinedGroup(t,e).then(function(e){return null==e?void 0:e.data})},e.options)},exports.useSmartRoutingEditWorkflowName=function(e,t){var n=e.code,r=e.name,o=e.accountCode,a=e.routingType,i=void 0===a?exports.SmartRouting.DEFAULT_ROUTING_TYPE:a;return void 0===t&&(t=null),Rf(function(){return mh.getInstance().putSmartRoutingUpdateWorkflowName(o,{code:n,name:r},i).then(function(e){return null==e?void 0:e.data})},t)},exports.useSmartRoutingMultiAccountDeclinedGroupCreate=function(t,n){return void 0===n&&(n={}),Rf(function(e){var n=e.payload;return mh.getInstance().multiAccountDeclinedGroupCreate(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},e.__assign(e.__assign({},n),{useErrorBoundary:!1}))},exports.useSmartRoutingRemoveDeclinedGroup=function(t,n){return void 0===n&&(n={}),Rf(function(e){var n=e.declinedGroupCode;return mh.getInstance().removeDeclinedGroup(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},e.__assign(e.__assign({},n),{useErrorBoundary:!1}))},exports.useSmartRoutingSimulateTransaction=function(e,t){var n=e.accountCode,r=e.workflowVersionCode;return void 0===t&&(t=null),Rf(function(e){return mh.getInstance().simulateSmartRoutingTransaction(n,r,e).then(function(e){return null==e?void 0:e.data})},t)},exports.useSmartRoutingToggleFavorite=function(e,t){var n=e.versionCode,r=e.accountCode;return void 0===t&&(t=null),Rf(function(e){return void 0===e&&(e=!1),mh.getInstance().updateSmartRoutingFavorite(r,n,e).then(function(e){return null==e?void 0:e.data})},t)},exports.useSmartRoutingUpdateDeclinedGroup=function(e,t){var n=e.declinedId,r=e.accountCode;return void 0===t&&(t=null),Rf(function(e){return void 0===e&&(e=null),mh.getInstance().updateSmartRoutingDeclinedGroup(r,n,e).then(function(e){return null==e?void 0:e.data})},t)},exports.useSmartRoutingUpdateMonitorRedistribution=function(e,t){return void 0===t&&(t=null),Rf(function(t){return mh.getInstance().updateMonitorRedistribution(e,t).then(function(e){return null==e?void 0:e.data})},t)},exports.useStartUserExport=function(){return Rf(function(e){return mh.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})},exports.useSubmitChartFeedback=function(e,t){var n=e.chartCode,r=kf();return Rf(function(e){return mh.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)}})},exports.useToggleMethod=function(e,t){var n=e.paymentMethod,r=e.active,o=e.accountCode;return void 0===t&&(t=null),Rf(function(){return mh.getInstance().putSmartRoutingToggleMethod(o,n,r).then(function(e){return null==e?void 0:e.data})},t)},exports.useUnInviteUsersV2=function(){return Rf(function(e){var t=e.userCode,n=e.organizationCode;return mh.getInstance().unInviteUsersV2({userCode:t,organizationCode:n})})},exports.useUnifiedExportStart=function(){return Rf(function(e){var t=e.tab,n=e.payload;return mh.getInstance().postUnifiedExport(t,n).then(function(e){return null==e?void 0:e.data})})},exports.useUnrollUserV2=function(){return Rf(function(e){return mh.getInstance().unrollMfa(e).then(function(e){return null==e?void 0:e.data})})},exports.useUpdateInstallmentsPlan=function(){return Rf(["update-installments-plan"],function(e){var t=e.code,n=e.payload;return mh.getInstance().updateInstallmentsPlan(t,n).then(function(e){return null==e?void 0:e.data})})},exports.useUpdateIsActiveCheckout=function(n){var r=Df(),o=t.useRef(r);return o.current=r,Rf(function(t){return mh.getInstance().updateIsActiveCheckout(e.__assign(e.__assign({},t),{accountCode:o.current}))},n)},exports.useUpdateMFAConfig=function(){return Rf(function(e){var t=e.payload,n=e.organizationCode;return mh.getInstance().updateMFAConfig(t,n)})},exports.useUpdateOrganizationStatus=function(){return Rf(["patch-organizations"],function(){return mh.getInstance().updateOrganizationStatus().then(function(e){return null==e?void 0:e.data})})},exports.useUpdateProfile=function(e){return Rf(function(e){return mh.getInstance().updateProfile(e)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})},exports.useUpdateReconciliationAlert=function(){return Rf(["UPDATE/reconciliation/alerts"],function(e){return mh.getInstance().updateReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){jf.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})},exports.useUpdateReconciliationReportTemplate=function(e){return Rf(function(){return mh.getInstance().updateReconciliationReportTemplate(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{useErrorBoundary:!1})},exports.useUpdateReportTemplate=function(e){return Rf(function(){return mh.getInstance().updateReportTemplate(e).then(function(e){return null==e?void 0:e.data})})},exports.useUpdateSamlConfig=function(){return Rf(function(e){return mh.getInstance().updateSamlConfig(e)})},exports.useUpdateScheduledReport=function(){return Rf(function(e){var t=e.reportCode,n=e.payload;return mh.getInstance().updateScheduledReport(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useUpdateSubscription=function(){return Rf(["patch-subscription"],function(e){var t=e.subscriptionCode,n=e.payload;return mh.getInstance().patchSubscription(t,n).then(function(e){return null==e?void 0:e.data})})},exports.useUpdateTemplateSelection=function(){var t=this;return Rf(["PATCH/template-reporting/report-templates/selection"],function(n){var r=n.templateId,o=n.payload;return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){return[2,mh.getInstance().updateTemplateSelection(r,o).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){jf.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})},exports.useUpdateWebhookV2=function(e){return Rf(function(e){var t=e.code,n=e.payload,r=e.accountCode;return mh.getInstance().updateWebhookV2(t,n,r)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})},exports.useUploadBatchRefundsFileV2=function(e){var n=e.fileName,r=e.onSuccess,o=e.onError,a=t.useState(0),i=a[0],s=a[1],u=t.useRef({cancel:function(){return null}}),c=Rf(["upload-file-chargeback",n],function(e){var t=mh.getInstance().uploadFileS3ClientBatchRefunds({payload:e,handleSetProgress:s}),n=t.promise,a=t.cancel;return u.current.cancel=a,n.then(function(e){return null==r||r(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:u.current.cancel,progress:i}},exports.useUploadBatchRefundsV2=function(){return Rf(function(e){return mh.getInstance().uploadBatchRefundsV2({payload:e}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})},exports.useUploadFileS3ClientBatchRefunds=function(){var e=t.useRef({cancel:function(){return null}}),n=Rf(["upload-file"],function(t){var n=mh.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:n,cancelRequest:e.current.cancel}},exports.useValiateAllowlistItems=function(){return Rf(["validate-allowlist-items"],function(e){return mh.getInstance().validateAllowlistItems({payload:e}).then(function(e){return e.data}).catch(function(e){return e})})},exports.useValidateBlockListItems=function(){return Rf(["valiate-blacklist-items"],function(e){return mh.getInstance().valiateBlockListItems({payload:e}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})},exports.useValidateCredentials=function(){return Rf(function(e){return mh.getInstance().postValidateCredentials(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})},exports.useValidateOrgName=function(){return Rf(function(e){return mh.getInstance().getOrgByName(e).then(function(e){return null==e?void 0:e.data})})},exports.useValidatePasswordStatus=function(){return Rf(function(){return mh.getInstance().validatePasswordStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return{valid:!1}})})},exports.useViewMoreMetrics=function(e,t){return Cf(["get-insights-conversion-rate-view-more-metrics",t,e],function(){return mh.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})},exports.useWorkosAdminPortal=function(){var t=this;return Rf(function(){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().workosAdminPortal().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})},exports.useWorkosPasswordReset=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().workosPasswordReset(n).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})},exports.useWorkosVerifyMfa=function(){var t=this;return Rf(function(n){return e.__awaiter(t,void 0,void 0,function(){return e.__generator(this,function(e){switch(e.label){case 0:return[4,mh.getInstance().workosVerifyMfa(n).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})};
|
|
68
68
|
//# sourceMappingURL=index.js.map
|